File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1195,8 +1195,11 @@ export type components = {
11951195 [ key : string ] : Record < string , never > ;
11961196 } ;
11971197 /** Format: int64 */
1198+ size : number ;
1199+ /** Format: int64 */
11981200 docmdpLevel : number ;
1199- signatureFlow : number | string ;
1201+ /** @enum {string} */
1202+ signatureFlow : "none" | "parallel" | "ordered_numeric" ;
12001203 visibleElements : components [ "schemas" ] [ "VisibleElement" ] [ ] ;
12011204 signers : components [ "schemas" ] [ "SignerDetail" ] [ ] ;
12021205 /** Format: int64 */
@@ -1278,6 +1281,8 @@ export type components = {
12781281 signersCount : number ;
12791282 file : string ;
12801283 metadata : components [ "schemas" ] [ "ValidateMetadata" ] ;
1284+ /** Format: int64 */
1285+ size : number ;
12811286 signers : components [ "schemas" ] [ "SignerSummary" ] [ ] ;
12821287 } ;
12831288 FileListResponse : {
@@ -1623,7 +1628,7 @@ export type components = {
16231628 /** Format: int64 */
16241629 totalPages ?: number ;
16251630 /** Format: int64 */
1626- size ? : number ;
1631+ size : number ;
16271632 pdfVersion ?: string ;
16281633 signers : components [ "schemas" ] [ "SignerSummary" ] [ ] ;
16291634 file : string ;
You can’t perform that action at this time.
0 commit comments