File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1211,7 +1211,6 @@ export type components = {
12111211 name : string ;
12121212 /** @enum {string} */
12131213 nodeType : "file" | "envelope" ;
1214- signUuid ?: string | null ;
12151214 metadata : components [ "schemas" ] [ "ValidateMetadata" ] ;
12161215 /** @enum {string} */
12171216 signatureFlow : "none" | "parallel" | "ordered_numeric" ;
@@ -1303,7 +1302,6 @@ export type components = {
13031302 /** @enum {string} */
13041303 nodeType : "file" | "envelope" ;
13051304 created_at : string ;
1306- signUuid ?: string | null ;
13071305 metadata : components [ "schemas" ] [ "ValidateMetadata" ] ;
13081306 /** Format: int64 */
13091307 docmdpLevel : number ;
@@ -1491,7 +1489,6 @@ export type components = {
14911489 Settings : {
14921490 canSign : boolean ;
14931491 canRequestSign : boolean ;
1494- signerFileUuid : string | null ;
14951492 phoneNumber : string ;
14961493 hasSignatureFile : boolean ;
14971494 isApprover ?: boolean ;
@@ -1548,7 +1545,7 @@ export type components = {
15481545 notify ?: components [ "schemas" ] [ "Notify" ] [ ] ;
15491546 userId ?: string ;
15501547 sign_date ?: string | null ;
1551- sign_uuid ?: string ;
1548+ sign_request_uuid ?: string ;
15521549 hash_algorithm ?: string ;
15531550 me : boolean ;
15541551 /**
@@ -1671,7 +1668,6 @@ export type components = {
16711668 requested_by : components [ "schemas" ] [ "RequestedBy" ] ;
16721669 file ?: string ;
16731670 url ?: string ;
1674- signUuid ?: string | null ;
16751671 mime ?: string ;
16761672 pages ?: components [ "schemas" ] [ "ValidationPage" ] [ ] ;
16771673 metadata ?: components [ "schemas" ] [ "ValidateMetadata" ] ;
You can’t perform that action at this time.
0 commit comments