@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 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 | undefined;
375
+ expirationTime: string;
376
376
  } | {
377
377
  startTime: string;
378
- expirationTime: string | undefined;
378
+ expirationTime: string;
379
379
  endTime?: undefined;
380
380
  };
381
381
  advanced: {