simpleloan_api 1.1.3 → 1.1.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.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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 + "
|
|
146
|
+
var useGenerateApplicationAkbarsScans = () => useFetch(baseUrl + "scans/applications/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 + "
|
|
111
|
+
var useGenerateApplicationAkbarsScans = () => useFetch(baseUrl + "scans/applications/generate/", true);
|
|
112
112
|
|
|
113
113
|
// src/repositories/user/index.ts
|
|
114
114
|
var baseUrl2 = "user/";
|