File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1766,7 +1766,6 @@ export type components = {
17661766 name : string ;
17671767 /** @enum {string} */
17681768 nodeType : "file" | "envelope" ;
1769- signUuid ?: string | null ;
17701769 metadata : components [ "schemas" ] [ "ValidateMetadata" ] ;
17711770 /** @enum {string} */
17721771 signatureFlow : "none" | "parallel" | "ordered_numeric" ;
@@ -1889,7 +1888,6 @@ export type components = {
18891888 /** @enum {string} */
18901889 nodeType : "file" | "envelope" ;
18911890 created_at : string ;
1892- signUuid ?: string | null ;
18931891 metadata : components [ "schemas" ] [ "ValidateMetadata" ] ;
18941892 /** Format: int64 */
18951893 docmdpLevel : number ;
@@ -2117,7 +2115,6 @@ export type components = {
21172115 Settings : {
21182116 canSign : boolean ;
21192117 canRequestSign : boolean ;
2120- signerFileUuid : string | null ;
21212118 phoneNumber : string ;
21222119 hasSignatureFile : boolean ;
21232120 isApprover ?: boolean ;
@@ -2193,7 +2190,7 @@ export type components = {
21932190 notify ?: components [ "schemas" ] [ "Notify" ] [ ] ;
21942191 userId ?: string ;
21952192 sign_date ?: string | null ;
2196- sign_uuid ?: string ;
2193+ sign_request_uuid ?: string ;
21972194 hash_algorithm ?: string ;
21982195 me : boolean ;
21992196 /**
@@ -2320,7 +2317,6 @@ export type components = {
23202317 requested_by : components [ "schemas" ] [ "RequestedBy" ] ;
23212318 file ?: string ;
23222319 url ?: string ;
2323- signUuid ?: string | null ;
23242320 mime ?: string ;
23252321 pages ?: components [ "schemas" ] [ "ValidationPage" ] [ ] ;
23262322 metadata ?: components [ "schemas" ] [ "ValidateMetadata" ] ;
You can’t perform that action at this time.
0 commit comments