@isettingkit/business-rules 1.0.3 → 1.0.4
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.es.d.ts +1 -1
- package/dist/index.es.js +2012 -1750
- package/package.json +3 -2
package/dist/index.es.d.ts
CHANGED
|
@@ -190,6 +190,6 @@ export declare const sortDisplayDataSwitchPlaces: (props: IRevertSortedData) =>
|
|
|
190
190
|
|
|
191
191
|
export declare const translateObject: (data: Record<string, any>, targetLang: string) => Promise<Record<string, any>>;
|
|
192
192
|
|
|
193
|
-
export declare const translateText: (text: string, targetLang: string
|
|
193
|
+
export declare const translateText: (text: string, targetLang: string) => Promise<string>;
|
|
194
194
|
|
|
195
195
|
export { }
|