@socotra/ec-react-utils 2.5.1-next.6 → 2.5.1-next.7

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
@@ -184,9 +184,13 @@ export declare const getDefaultElementValues: (element: ElementResponse, coverag
184
184
  */
185
185
  export declare const getDefaultQuoteValues: (quote: QuoteResponse, productModel: ProductConfig, dataModel: DataModel) => {
186
186
  default: {
187
- expirationTime?: string | undefined;
188
- endTime?: string | undefined;
189
- startTime?: string | undefined;
187
+ startTime: string;
188
+ endTime: string;
189
+ expirationTime: string | undefined;
190
+ } | {
191
+ startTime: string;
192
+ expirationTime: string | undefined;
193
+ endTime?: undefined;
190
194
  };
191
195
  advanced: {
192
196
  currency: string | undefined;