Skip to content

Commit eda91e8

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

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/types/openapi/openapi-full.ts

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

0 commit comments

Comments
 (0)