@socotra/ec-react-utils 2.14.1-next.1 → 2.14.1-next.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 +2 -2
- package/dist/index.es.js +2035 -1957
- 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
|
@@ -208,7 +208,7 @@ export declare const extractElementsFromQuote: (elements: Array<ElementResponse>
|
|
|
208
208
|
rootLocator?: string | undefined;
|
|
209
209
|
tenantLocator?: string | undefined;
|
|
210
210
|
originalEffectiveTime?: string | undefined;
|
|
211
|
-
} & any)[];
|
|
211
|
+
} & /*elided*/ any)[];
|
|
212
212
|
})[];
|
|
213
213
|
|
|
214
214
|
export declare const extractElementsFromTransactionSegment: (elements: Array<ElementResponse>, elementType: string) => ({
|
|
@@ -232,7 +232,7 @@ export declare const extractElementsFromTransactionSegment: (elements: Array<Ele
|
|
|
232
232
|
rootLocator?: string | undefined;
|
|
233
233
|
tenantLocator?: string | undefined;
|
|
234
234
|
originalEffectiveTime?: string | undefined;
|
|
235
|
-
} & any)[];
|
|
235
|
+
} & /*elided*/ any)[];
|
|
236
236
|
})[];
|
|
237
237
|
|
|
238
238
|
/**
|