@szjy/workflow 0.1.22 → 0.1.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,7 @@ export type CounterSignConditionJSON = {
23
23
  orgBased: boolean;
24
24
  minApprovedPerOrg: number;
25
25
  maxRejectedPerOrg: number;
26
+ needAllApproved: boolean;
26
27
  };
27
28
  export type ConditionJSON = {
28
29
  conditionType: GATEWAY_CONDITION_KEYS;
@@ -8,6 +8,7 @@ export declare const DEFAULT_COMPLETE_CONDITION: {
8
8
  orgBased: boolean;
9
9
  minApprovedPerOrg: number;
10
10
  maxRejectedPerOrg: number;
11
+ needAllApproved: boolean;
11
12
  };
12
13
  export declare const initCounterSignrItems: (element: Element) => void;
13
14
  export declare const initMultiSignReceiptItems: (element: Element) => void;