skyflow-js 1.36.4 → 1.36.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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -51,4 +51,6 @@ export declare function getMetaObject(sdkDetails: any, metaData: any, navigator:
|
|
|
51
51
|
export declare function checkAndSetForCustomUrl(config: ISkyflow): void;
|
|
52
52
|
export declare function getVaultBeffeURL(vaultURL: string): string;
|
|
53
53
|
export declare const generateUploadFileName: (fileName: string) => string;
|
|
54
|
+
export declare const getValueFromName: (name: string, index: number) => string;
|
|
55
|
+
export declare const getAtobValue: (encodedValue: string) => string;
|
|
54
56
|
export {};
|