@socotra/ec-react-utils 2.15.0-next.3 → 2.15.0-next.5
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 +2657 -2646
- 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;
|
|
197
196
|
parentLocator?: string | undefined;
|
|
198
197
|
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;
|
|
208
207
|
parentLocator?: string | undefined;
|
|
209
208
|
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;
|
|
221
220
|
parentLocator?: string | undefined;
|
|
222
221
|
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;
|
|
232
231
|
parentLocator?: string | undefined;
|
|
233
232
|
originalEffectiveTime?: string | undefined;
|
|
233
|
+
tenantLocator?: string | undefined;
|
|
234
234
|
rootLocator?: string | undefined;
|
|
235
235
|
} & /*elided*/ any)[];
|
|
236
236
|
})[];
|