@socotra/ec-react-utils 2.14.2-next.2 → 2.15.0-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
@@ -193,10 +193,10 @@ export declare const extractElementsFromQuote: (elements: Array<ElementResponse>
193
193
  staticLocator: string;
194
194
  data?: Record<string, any> | undefined;
195
195
  coverageTerms?: Record<string, string> | undefined;
196
- parentLocator?: string | undefined;
197
- rootLocator?: string | undefined;
198
196
  tenantLocator?: string | undefined;
197
+ parentLocator?: string | undefined;
199
198
  originalEffectiveTime?: string | undefined;
199
+ rootLocator?: string | undefined;
200
200
  } & {
201
201
  elements?: ({
202
202
  locator: string;
@@ -204,10 +204,10 @@ export declare const extractElementsFromQuote: (elements: Array<ElementResponse>
204
204
  staticLocator: string;
205
205
  data?: Record<string, any> | undefined;
206
206
  coverageTerms?: Record<string, string> | undefined;
207
- parentLocator?: string | undefined;
208
- rootLocator?: string | undefined;
209
207
  tenantLocator?: string | undefined;
208
+ parentLocator?: string | undefined;
210
209
  originalEffectiveTime?: string | undefined;
210
+ rootLocator?: string | undefined;
211
211
  } & /*elided*/ any)[];
212
212
  })[];
213
213
 
@@ -217,10 +217,10 @@ export declare const extractElementsFromTransactionSegment: (elements: Array<Ele
217
217
  staticLocator: string;
218
218
  data?: Record<string, any> | undefined;
219
219
  coverageTerms?: Record<string, string> | undefined;
220
- parentLocator?: string | undefined;
221
- rootLocator?: string | undefined;
222
220
  tenantLocator?: string | undefined;
221
+ parentLocator?: string | undefined;
223
222
  originalEffectiveTime?: string | undefined;
223
+ rootLocator?: string | undefined;
224
224
  } & {
225
225
  elements?: ({
226
226
  locator: string;
@@ -228,10 +228,10 @@ export declare const extractElementsFromTransactionSegment: (elements: Array<Ele
228
228
  staticLocator: string;
229
229
  data?: Record<string, any> | undefined;
230
230
  coverageTerms?: Record<string, string> | undefined;
231
- parentLocator?: string | undefined;
232
- rootLocator?: string | undefined;
233
231
  tenantLocator?: string | undefined;
232
+ parentLocator?: string | undefined;
234
233
  originalEffectiveTime?: string | undefined;
234
+ rootLocator?: string | undefined;
235
235
  } & /*elided*/ any)[];
236
236
  })[];
237
237
 
@@ -418,10 +418,10 @@ export declare const getElementRequest: (formData: ElementFormData) => ElementRe
418
418
 
419
419
  export declare const getElementTransactionUpdateRequestFromFormData: (params: TransactionFormData) => {
420
420
  locator: string;
421
- removeCoverageTerms?: Record<string, unknown> | undefined;
421
+ setData?: Record<string, unknown> | undefined;
422
422
  removeData?: Record<string, unknown> | undefined;
423
423
  setCoverageTerms?: Record<string, unknown> | undefined;
424
- setData?: Record<string, unknown> | undefined;
424
+ removeCoverageTerms?: Record<string, unknown> | undefined;
425
425
  };
426
426
 
427
427
  export declare const getEvaluatedConstraintsRequest: ({ dependencyMap, locator, data, }: {
@@ -431,12 +431,12 @@ export declare const getEvaluatedConstraintsRequest: ({ dependencyMap, locator,
431
431
  }) => Record<string, Record<string, Record<string, string | Record<string, string>>>>;
432
432
 
433
433
  export declare const getModifyChangeInstructionCreateRequestFromFormData: ({ data, transactionSnapshot, staticLocator, }: TransactionFormData_2) => {
434
- staticLocator: string;
435
434
  action: "modify";
436
- removeCoverageTerms?: Record<string, any> | undefined;
435
+ staticLocator: string;
436
+ setData?: Record<string, any> | undefined;
437
437
  removeData?: Record<string, any> | undefined;
438
438
  setCoverageTerms?: Record<string, string> | undefined;
439
- setData?: Record<string, any> | undefined;
439
+ removeCoverageTerms?: Record<string, any> | undefined;
440
440
  };
441
441
 
442
442
  /**