File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1750,8 +1750,11 @@ export type components = {
17501750 [ key : string ] : Record < string , never > ;
17511751 } ;
17521752 /** Format: int64 */
1753+ size : number ;
1754+ /** Format: int64 */
17531755 docmdpLevel : number ;
1754- signatureFlow : number | string ;
1756+ /** @enum {string} */
1757+ signatureFlow : "none" | "parallel" | "ordered_numeric" ;
17551758 visibleElements : components [ "schemas" ] [ "VisibleElement" ] [ ] ;
17561759 signers : components [ "schemas" ] [ "SignerDetail" ] [ ] ;
17571760 /** Format: int64 */
@@ -1864,6 +1867,8 @@ export type components = {
18641867 signersCount : number ;
18651868 file : string ;
18661869 metadata : components [ "schemas" ] [ "ValidateMetadata" ] ;
1870+ /** Format: int64 */
1871+ size : number ;
18671872 signers : components [ "schemas" ] [ "SignerSummary" ] [ ] ;
18681873 } ;
18691874 FileListResponse : {
@@ -2272,7 +2277,7 @@ export type components = {
22722277 /** Format: int64 */
22732278 totalPages ?: number ;
22742279 /** Format: int64 */
2275- size ? : number ;
2280+ size : number ;
22762281 pdfVersion ?: string ;
22772282 signers : components [ "schemas" ] [ "SignerSummary" ] [ ] ;
22782283 file : string ;
You can’t perform that action at this time.
0 commit comments