Skip to content

Commit 4e3fe60

Browse files
committed
chore: regenerate openapi types
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent eda91e8 commit 4e3fe60

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/types/openapi/openapi.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)