@esvndev/es-react-config-setting 1.0.78 → 1.0.79

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.
@@ -1,6 +1,6 @@
1
1
  export declare const REACT_APP_PRODUCT_CODE: string | undefined;
2
2
  export declare const GetSettingGroup: (callback: any) => void;
3
- export declare const GetSettingConfigClient: (callback: any) => void;
3
+ export declare const GetSettingConfigClient: (callback: any) => Promise<void>;
4
4
  export declare const GetSettingConfig: (callback: any) => void;
5
5
  export declare const GetSettingConfigByGroup: (obj: any, callback: any) => void;
6
6
  export declare const UpdateSettingConfig: (obj: any, file: any, callback: any) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-config-setting",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "This product is designed by ESVN and is only for use in products distributed by ESVN. Any product, whether for non-commercial research or commercial purposes, must have written legal approval and a digital signature from ESVN.",
5
5
  "author": "dev@esvn.com.vn",
6
6
  "license": "ESVN Limited Use License",