@socotra/ec-react-utils 2.12.2 → 2.12.3
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 +2 -2
- package/dist/index.es.js +842 -834
- 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
|
@@ -372,10 +372,10 @@ export declare const getDefaultQuoteValues: (quote: QuoteResponse, productModel:
|
|
|
372
372
|
default: {
|
|
373
373
|
startTime: string;
|
|
374
374
|
endTime: string;
|
|
375
|
-
expirationTime: string
|
|
375
|
+
expirationTime: string;
|
|
376
376
|
} | {
|
|
377
377
|
startTime: string;
|
|
378
|
-
expirationTime: string
|
|
378
|
+
expirationTime: string;
|
|
379
379
|
endTime?: undefined;
|
|
380
380
|
};
|
|
381
381
|
advanced: {
|