@socotra/ec-react-utils 2.14.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 +4 -4
- package/dist/index.es.js +3069 -3054
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -193,9 +193,9 @@ 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
|
+
tenantLocator?: string | undefined;
|
|
196
197
|
parentLocator?: string | undefined;
|
|
197
198
|
originalEffectiveTime?: string | undefined;
|
|
198
|
-
tenantLocator?: string | undefined;
|
|
199
199
|
rootLocator?: string | undefined;
|
|
200
200
|
} & {
|
|
201
201
|
elements?: ({
|
|
@@ -204,9 +204,9 @@ 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
|
+
tenantLocator?: string | undefined;
|
|
207
208
|
parentLocator?: string | undefined;
|
|
208
209
|
originalEffectiveTime?: string | undefined;
|
|
209
|
-
tenantLocator?: string | undefined;
|
|
210
210
|
rootLocator?: string | undefined;
|
|
211
211
|
} & /*elided*/ any)[];
|
|
212
212
|
})[];
|
|
@@ -217,9 +217,9 @@ 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
|
+
tenantLocator?: string | undefined;
|
|
220
221
|
parentLocator?: string | undefined;
|
|
221
222
|
originalEffectiveTime?: string | undefined;
|
|
222
|
-
tenantLocator?: string | undefined;
|
|
223
223
|
rootLocator?: string | undefined;
|
|
224
224
|
} & {
|
|
225
225
|
elements?: ({
|
|
@@ -228,9 +228,9 @@ 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
|
+
tenantLocator?: string | undefined;
|
|
231
232
|
parentLocator?: string | undefined;
|
|
232
233
|
originalEffectiveTime?: string | undefined;
|
|
233
|
-
tenantLocator?: string | undefined;
|
|
234
234
|
rootLocator?: string | undefined;
|
|
235
235
|
} & /*elided*/ any)[];
|
|
236
236
|
})[];
|