@socotra/ec-react-utils 2.14.2-next.2 → 2.14.2

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
@@ -194,9 +194,9 @@ export declare const extractElementsFromQuote: (elements: Array<ElementResponse>
194
194
  data?: Record<string, any> | undefined;
195
195
  coverageTerms?: Record<string, string> | undefined;
196
196
  parentLocator?: string | undefined;
197
- rootLocator?: string | undefined;
198
- tenantLocator?: string | undefined;
199
197
  originalEffectiveTime?: string | undefined;
198
+ tenantLocator?: string | undefined;
199
+ rootLocator?: string | undefined;
200
200
  } & {
201
201
  elements?: ({
202
202
  locator: string;
@@ -205,9 +205,9 @@ export declare const extractElementsFromQuote: (elements: Array<ElementResponse>
205
205
  data?: Record<string, any> | undefined;
206
206
  coverageTerms?: Record<string, string> | undefined;
207
207
  parentLocator?: string | undefined;
208
- rootLocator?: string | undefined;
209
- tenantLocator?: string | undefined;
210
208
  originalEffectiveTime?: string | undefined;
209
+ tenantLocator?: string | undefined;
210
+ rootLocator?: string | undefined;
211
211
  } & /*elided*/ any)[];
212
212
  })[];
213
213
 
@@ -218,9 +218,9 @@ export declare const extractElementsFromTransactionSegment: (elements: Array<Ele
218
218
  data?: Record<string, any> | undefined;
219
219
  coverageTerms?: Record<string, string> | undefined;
220
220
  parentLocator?: string | undefined;
221
- rootLocator?: string | undefined;
222
- tenantLocator?: string | undefined;
223
221
  originalEffectiveTime?: string | undefined;
222
+ tenantLocator?: string | undefined;
223
+ rootLocator?: string | undefined;
224
224
  } & {
225
225
  elements?: ({
226
226
  locator: string;
@@ -229,9 +229,9 @@ export declare const extractElementsFromTransactionSegment: (elements: Array<Ele
229
229
  data?: Record<string, any> | undefined;
230
230
  coverageTerms?: Record<string, string> | undefined;
231
231
  parentLocator?: string | undefined;
232
- rootLocator?: string | undefined;
233
- tenantLocator?: string | undefined;
234
232
  originalEffectiveTime?: string | undefined;
233
+ tenantLocator?: 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
  /**