File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments