simpleloan_api 1.1.3 → 1.1.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.js CHANGED
@@ -143,7 +143,7 @@ var useAccountCheckLogin = () => useFetch(basePath + "check_login/");
143
143
 
144
144
  // src/repositories/akbars/index.ts
145
145
  var baseUrl = "akbars/";
146
- var useGenerateApplicationAkbarsScans = () => useFetch(baseUrl + "deposit/get/", true);
146
+ var useGenerateApplicationAkbarsScans = () => useFetch(baseUrl + "scans/application/generate/", true);
147
147
 
148
148
  // src/repositories/user/index.ts
149
149
  var baseUrl2 = "user/";
package/dist/index.mjs CHANGED
@@ -108,7 +108,7 @@ var useAccountCheckLogin = () => useFetch(basePath + "check_login/");
108
108
 
109
109
  // src/repositories/akbars/index.ts
110
110
  var baseUrl = "akbars/";
111
- var useGenerateApplicationAkbarsScans = () => useFetch(baseUrl + "deposit/get/", true);
111
+ var useGenerateApplicationAkbarsScans = () => useFetch(baseUrl + "scans/application/generate/", true);
112
112
 
113
113
  // src/repositories/user/index.ts
114
114
  var baseUrl2 = "user/";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpleloan_api",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",