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