Skip to content

Commit c4933cb

Browse files
author
Api (Codebuild)
committed
Look for details in API documentation's changelog
1 parent ebc2d94 commit c4933cb

9 files changed

+9
-9
lines changed

EzmaxApi/Model/EzsignfolderRequest.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/* The description of the Ezsignfolder
3838
*/
3939
@property(nonatomic) NSString* sEzsignfolderDescription;
40-
/* Note about the Ezsignfolder
40+
/* Note about the Ezsignfolder [optional]
4141
*/
4242
@property(nonatomic) NSString* tEzsignfolderNote;
4343

EzmaxApi/Model/EzsignfolderRequest.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ + (JSONKeyMapper *)keyMapper {
2727
*/
2828
+ (BOOL)propertyIsOptional:(NSString *)propertyName {
2929

30-
NSArray *optionalProperties = @[@"pkiEzsignfolderID", @"fkiEzsigntsarequirementID", @"sEzsignfolderExternalid"];
30+
NSArray *optionalProperties = @[@"pkiEzsignfolderID", @"fkiEzsigntsarequirementID", @"tEzsignfolderNote", @"sEzsignfolderExternalid"];
3131
return [optionalProperties containsObject:propertyName];
3232
}
3333

EzmaxApi/Model/EzsignfolderRequestCompound.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/* The description of the Ezsignfolder
3838
*/
3939
@property(nonatomic) NSString* sEzsignfolderDescription;
40-
/* Note about the Ezsignfolder
40+
/* Note about the Ezsignfolder [optional]
4141
*/
4242
@property(nonatomic) NSString* tEzsignfolderNote;
4343

EzmaxApi/Model/EzsignfolderRequestCompound.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ + (JSONKeyMapper *)keyMapper {
2727
*/
2828
+ (BOOL)propertyIsOptional:(NSString *)propertyName {
2929

30-
NSArray *optionalProperties = @[@"pkiEzsignfolderID", @"fkiEzsigntsarequirementID", @"sEzsignfolderExternalid"];
30+
NSArray *optionalProperties = @[@"pkiEzsignfolderID", @"fkiEzsigntsarequirementID", @"tEzsignfolderNote", @"sEzsignfolderExternalid"];
3131
return [optionalProperties containsObject:propertyName];
3232
}
3333

EzmaxApi/Model/EzsignfolderSendV3Request.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
@interface EzsignfolderSendV3Request : Object
2424

25-
/* A custom text message that will be added to the email sent.
25+
/* A custom text message that will be added to the email sent. [optional]
2626
*/
2727
@property(nonatomic) NSString* tEzsignfolderMessage;
2828
/* The date and time at which the Ezsignfolder will be sent in the future. [optional]

EzmaxApi/Model/EzsignfolderSendV3Request.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ + (JSONKeyMapper *)keyMapper {
2727
*/
2828
+ (BOOL)propertyIsOptional:(NSString *)propertyName {
2929

30-
NSArray *optionalProperties = @[@"dtEzsignfolderDelayedsenddate", ];
30+
NSArray *optionalProperties = @[@"tEzsignfolderMessage", @"dtEzsignfolderDelayedsenddate", ];
3131
return [optionalProperties containsObject:propertyName];
3232
}
3333

docs/EzsignfolderRequest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**fkiEzsignfoldertypeID** | **NSNumber*** | The unique ID of the Ezsignfoldertype. |
88
**fkiEzsigntsarequirementID** | **NSNumber*** | The unique ID of the Ezsigntsarequirement. Determine if a Time Stamping Authority should add a timestamp on each of the signature. Valid values: |Value|Description| |-|-| |1|No. TSA Timestamping will requested. This will make all signatures a lot faster since no round-trip to the TSA server will be required. Timestamping will be made using eZsign server's time.| |2|Best effort. Timestamping from a Time Stamping Authority will be requested but is not mandatory. In the very improbable case it cannot be completed, the timestamping will be made using eZsign server's time. **Additional fee applies**| |3|Mandatory. Timestamping from a Time Stamping Authority will be requested and is mandatory. In the very improbable case it cannot be completed, the signature will fail and the user will be asked to retry. **Additional fee applies**| | [optional]
99
**sEzsignfolderDescription** | **NSString*** | The description of the Ezsignfolder |
10-
**tEzsignfolderNote** | **NSString*** | Note about the Ezsignfolder |
10+
**tEzsignfolderNote** | **NSString*** | Note about the Ezsignfolder | [optional]
1111
**eEzsignfolderSendreminderfrequency** | [**FieldEEzsignfolderSendreminderfrequency***](FieldEEzsignfolderSendreminderfrequency.md) | |
1212
**sEzsignfolderExternalid** | **NSString*** | This field can be used to store an External ID from the client's system. Anything can be stored in this field, it will never be evaluated by the eZmax system and will be returned AS-IS. To store multiple values, consider using a JSON formatted structure, a URL encoded string, a CSV or any other custom format. | [optional]
1313

docs/EzsignfolderRequestCompound.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**fkiEzsignfoldertypeID** | **NSNumber*** | The unique ID of the Ezsignfoldertype. |
88
**fkiEzsigntsarequirementID** | **NSNumber*** | The unique ID of the Ezsigntsarequirement. Determine if a Time Stamping Authority should add a timestamp on each of the signature. Valid values: |Value|Description| |-|-| |1|No. TSA Timestamping will requested. This will make all signatures a lot faster since no round-trip to the TSA server will be required. Timestamping will be made using eZsign server's time.| |2|Best effort. Timestamping from a Time Stamping Authority will be requested but is not mandatory. In the very improbable case it cannot be completed, the timestamping will be made using eZsign server's time. **Additional fee applies**| |3|Mandatory. Timestamping from a Time Stamping Authority will be requested and is mandatory. In the very improbable case it cannot be completed, the signature will fail and the user will be asked to retry. **Additional fee applies**| | [optional]
99
**sEzsignfolderDescription** | **NSString*** | The description of the Ezsignfolder |
10-
**tEzsignfolderNote** | **NSString*** | Note about the Ezsignfolder |
10+
**tEzsignfolderNote** | **NSString*** | Note about the Ezsignfolder | [optional]
1111
**eEzsignfolderSendreminderfrequency** | [**FieldEEzsignfolderSendreminderfrequency***](FieldEEzsignfolderSendreminderfrequency.md) | |
1212
**sEzsignfolderExternalid** | **NSString*** | This field can be used to store an External ID from the client's system. Anything can be stored in this field, it will never be evaluated by the eZmax system and will be returned AS-IS. To store multiple values, consider using a JSON formatted structure, a URL encoded string, a CSV or any other custom format. | [optional]
1313

docs/EzsignfolderSendV3Request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**tEzsignfolderMessage** | **NSString*** | A custom text message that will be added to the email sent. |
6+
**tEzsignfolderMessage** | **NSString*** | A custom text message that will be added to the email sent. | [optional]
77
**dtEzsignfolderDelayedsenddate** | **NSString*** | The date and time at which the Ezsignfolder will be sent in the future. | [optional]
88
**aFkiEzsignfoldersignerassociationID** | **NSArray<NSNumber*>*** | |
99

0 commit comments

Comments
 (0)