Skip to content

Commit 88c2794

Browse files
committed
chore(openapi): regenerate openapi types
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 10a13f5 commit 88c2794

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/types/openapi/openapi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4419,7 +4419,7 @@ export interface operations {
44194419
* @default 1
44204420
*/
44214421
status?: number | null;
4422-
/** @description Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses global configuration */
4422+
/** @description Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses the effective policy resolution. */
44234423
signatureFlow?: string | null;
44244424
};
44254425
};
@@ -4489,7 +4489,7 @@ export interface operations {
44894489
* @description Numeric code of status * 0 - no signers * 1 - signed * 2 - pending
44904490
*/
44914491
status?: number | null;
4492-
/** @description Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses global configuration */
4492+
/** @description Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses the effective policy resolution. */
44934493
signatureFlow?: string | null;
44944494
/** @description The name of file to sign */
44954495
name?: string | null;

0 commit comments

Comments
 (0)