@socotra/ec-react-utils 2.8.1 → 2.8.2-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 CHANGED
@@ -375,7 +375,7 @@ export declare const getQuoteRequest: ({ data }: QuoteFormData) => QuoteRequest;
375
375
  */
376
376
  export declare function getRemoveDataFieldValues(originalObj: AnyObject, modifiedObj: AnyObject): AnyObject;
377
377
 
378
- export declare const getUpdatedDataFromConstraints: (newData: Record<string, PrimitiveValue>, originalData: Record<string, PrimitiveValue>, dependencyMap: QuoteDependencyMapResponse, elementLocator: string) => Record<string, PrimitiveValue>;
378
+ export declare const getUpdatedDataFromConstraints: (newData: Record<string, PrimitiveValue>, evaluatedConstraintMap: ConstraintEvaluationResponse | undefined, elementLocator: string) => Record<string, PrimitiveValue>;
379
379
 
380
380
  declare type ProductElement = Record<string, ElementConfig & {
381
381
  quantifier: Quantifiers;