@isettingkit/business-rules 2.1.23 → 2.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.d.ts +3 -0
- package/dist/index.es.js +887 -881
- package/package.json +2 -2
package/dist/index.es.d.ts
CHANGED
|
@@ -97,6 +97,7 @@ export declare const formatDecisionForBackend: (props: {
|
|
|
97
97
|
listOfPossibleValues?: IValue;
|
|
98
98
|
ruleDataType?: ValueDataType[keyof ValueDataType];
|
|
99
99
|
ruleName?: string;
|
|
100
|
+
timeUnit?: string;
|
|
100
101
|
transactionOperation?: string;
|
|
101
102
|
validUntil?: Date | string;
|
|
102
103
|
};
|
|
@@ -450,6 +451,7 @@ export declare const revertSortedDataSampleSwitchPlaces: (props: IRevertSortedDa
|
|
|
450
451
|
listOfPossibleValues?: IValue;
|
|
451
452
|
ruleDataType?: ValueDataType[keyof ValueDataType];
|
|
452
453
|
ruleName?: string;
|
|
454
|
+
timeUnit?: string;
|
|
453
455
|
transactionOperation?: string;
|
|
454
456
|
validUntil?: Date | string;
|
|
455
457
|
value?: string | string[] | number | IValue | undefined;
|
|
@@ -482,6 +484,7 @@ export declare const sortDisplayDataSampleSwitchPlaces: (props: IRevertSortedDat
|
|
|
482
484
|
listOfPossibleValues?: IValue;
|
|
483
485
|
ruleDataType?: ValueDataType[keyof ValueDataType];
|
|
484
486
|
ruleName?: string;
|
|
487
|
+
timeUnit?: string;
|
|
485
488
|
transactionOperation?: string;
|
|
486
489
|
validUntil?: Date | string;
|
|
487
490
|
value?: string | string[] | number | IValue | undefined;
|