@socotra/ec-react-utils 2.17.2 → 2.17.3-next.0
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.d.ts +3 -3
- package/dist/index.es.js +2876 -2912
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -398,7 +398,7 @@ export declare const getDefaultPolicyValues: (policy: PolicyResponse, productMod
|
|
|
398
398
|
advanced: {
|
|
399
399
|
billingLevel: "account" | "inherit" | "policy";
|
|
400
400
|
billingTrigger: "accept" | "issue";
|
|
401
|
-
durationBasis: "
|
|
401
|
+
durationBasis: "none" | "years" | "months" | "monthsE360" | "weeks" | "days" | "hours";
|
|
402
402
|
delinquencyPlanName: string | undefined;
|
|
403
403
|
autoRenewalPlanName: string | undefined;
|
|
404
404
|
};
|
|
@@ -420,14 +420,14 @@ export declare const getDefaultQuoteValues: (quote: QuoteResponse, productModel:
|
|
|
420
420
|
default: {
|
|
421
421
|
currency: string | undefined;
|
|
422
422
|
timezone: string | undefined;
|
|
423
|
-
installmentPlanName:
|
|
423
|
+
installmentPlanName: string | undefined;
|
|
424
424
|
startTime: string;
|
|
425
425
|
endTime: string;
|
|
426
426
|
expirationTime: string;
|
|
427
427
|
} | {
|
|
428
428
|
currency: string | undefined;
|
|
429
429
|
timezone: string | undefined;
|
|
430
|
-
installmentPlanName:
|
|
430
|
+
installmentPlanName: string | undefined;
|
|
431
431
|
startTime: string;
|
|
432
432
|
expirationTime: string;
|
|
433
433
|
endTime?: undefined;
|