Skip to content

Commit e9df1b1

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/types/openapi/openapi-full.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5119,7 +5119,7 @@ export interface operations {
51195119
* @default 1
51205120
*/
51215121
status?: number | null;
5122-
/** @description Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses global configuration */
5122+
/** @description Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses the effective policy resolution. */
51235123
signatureFlow?: string | null;
51245124
};
51255125
};
@@ -5189,7 +5189,7 @@ export interface operations {
51895189
* @description Numeric code of status * 0 - no signers * 1 - signed * 2 - pending
51905190
*/
51915191
status?: number | null;
5192-
/** @description Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses global configuration */
5192+
/** @description Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses the effective policy resolution. */
51935193
signatureFlow?: string | null;
51945194
/** @description The name of file to sign */
51955195
name?: string | null;

0 commit comments

Comments
 (0)