@fctc/interface-logic 1.0.8 → 1.0.9
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/config.js +1 -1
- package/dist/config.mjs +1 -1
- package/dist/environment.js +1 -1
- package/dist/environment.mjs +1 -1
- package/dist/hook.js +1 -1
- package/dist/hook.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/model.js +1 -1
- package/dist/model.mjs +1 -1
- package/dist/provider.js +1 -1
- package/dist/provider.mjs +1 -1
- package/dist/services.js +1 -1
- package/dist/services.mjs +1 -1
- package/package.json +1 -1
package/dist/config.js
CHANGED
@@ -2364,7 +2364,7 @@ var axiosClient = {
|
|
2364
2364
|
const responseBody = (response) => response;
|
2365
2365
|
const requests = {
|
2366
2366
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
2367
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
2367
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
2368
2368
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
2369
2369
|
responseType: "arraybuffer",
|
2370
2370
|
headers: {
|
package/dist/config.mjs
CHANGED
@@ -2328,7 +2328,7 @@ var axiosClient = {
|
|
2328
2328
|
const responseBody = (response) => response;
|
2329
2329
|
const requests = {
|
2330
2330
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
2331
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
2331
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
2332
2332
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
2333
2333
|
responseType: "arraybuffer",
|
2334
2334
|
headers: {
|
package/dist/environment.js
CHANGED
@@ -2367,7 +2367,7 @@ var axiosClient = {
|
|
2367
2367
|
const responseBody = (response) => response;
|
2368
2368
|
const requests = {
|
2369
2369
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
2370
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
2370
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
2371
2371
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
2372
2372
|
responseType: "arraybuffer",
|
2373
2373
|
headers: {
|
package/dist/environment.mjs
CHANGED
@@ -2328,7 +2328,7 @@ var axiosClient = {
|
|
2328
2328
|
const responseBody = (response) => response;
|
2329
2329
|
const requests = {
|
2330
2330
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
2331
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
2331
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
2332
2332
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
2333
2333
|
responseType: "arraybuffer",
|
2334
2334
|
headers: {
|
package/dist/hook.js
CHANGED
@@ -2491,7 +2491,7 @@ var axiosClient = {
|
|
2491
2491
|
const responseBody = (response) => response;
|
2492
2492
|
const requests = {
|
2493
2493
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
2494
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
2494
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
2495
2495
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
2496
2496
|
responseType: "arraybuffer",
|
2497
2497
|
headers: {
|
package/dist/hook.mjs
CHANGED
@@ -2388,7 +2388,7 @@ var axiosClient = {
|
|
2388
2388
|
const responseBody = (response) => response;
|
2389
2389
|
const requests = {
|
2390
2390
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
2391
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
2391
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
2392
2392
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
2393
2393
|
responseType: "arraybuffer",
|
2394
2394
|
headers: {
|
package/dist/index.js
CHANGED
@@ -3428,7 +3428,7 @@ var axiosClient = {
|
|
3428
3428
|
const responseBody = (response) => response;
|
3429
3429
|
const requests = {
|
3430
3430
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
3431
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
3431
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
3432
3432
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
3433
3433
|
responseType: "arraybuffer",
|
3434
3434
|
headers: {
|
package/dist/index.mjs
CHANGED
@@ -3182,7 +3182,7 @@ var axiosClient = {
|
|
3182
3182
|
const responseBody = (response) => response;
|
3183
3183
|
const requests = {
|
3184
3184
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
3185
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
3185
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
3186
3186
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
3187
3187
|
responseType: "arraybuffer",
|
3188
3188
|
headers: {
|
package/dist/model.js
CHANGED
@@ -2515,7 +2515,7 @@ var axiosClient = {
|
|
2515
2515
|
const responseBody = (response) => response;
|
2516
2516
|
const requests = {
|
2517
2517
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
2518
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
2518
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
2519
2519
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
2520
2520
|
responseType: "arraybuffer",
|
2521
2521
|
headers: {
|
package/dist/model.mjs
CHANGED
@@ -2477,7 +2477,7 @@ var axiosClient = {
|
|
2477
2477
|
const responseBody = (response) => response;
|
2478
2478
|
const requests = {
|
2479
2479
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
2480
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
2480
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
2481
2481
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
2482
2482
|
responseType: "arraybuffer",
|
2483
2483
|
headers: {
|
package/dist/provider.js
CHANGED
@@ -3017,7 +3017,7 @@ var axiosClient = {
|
|
3017
3017
|
const responseBody = (response) => response;
|
3018
3018
|
const requests = {
|
3019
3019
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
3020
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
3020
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
3021
3021
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
3022
3022
|
responseType: "arraybuffer",
|
3023
3023
|
headers: {
|
package/dist/provider.mjs
CHANGED
@@ -2979,7 +2979,7 @@ var axiosClient = {
|
|
2979
2979
|
const responseBody = (response) => response;
|
2980
2980
|
const requests = {
|
2981
2981
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
2982
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
2982
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
2983
2983
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
2984
2984
|
responseType: "arraybuffer",
|
2985
2985
|
headers: {
|
package/dist/services.js
CHANGED
@@ -2407,7 +2407,7 @@ var axiosClient = {
|
|
2407
2407
|
const responseBody = (response) => response;
|
2408
2408
|
const requests = {
|
2409
2409
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
2410
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
2410
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
2411
2411
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
2412
2412
|
responseType: "arraybuffer",
|
2413
2413
|
headers: {
|
package/dist/services.mjs
CHANGED
@@ -2363,7 +2363,7 @@ var axiosClient = {
|
|
2363
2363
|
const responseBody = (response) => response;
|
2364
2364
|
const requests = {
|
2365
2365
|
get: (url, headers) => instance.get(formatUrl(url, db), headers).then(responseBody),
|
2366
|
-
post: (url, body, headers) => instance.post(formatUrl(url, db), body,
|
2366
|
+
post: (url, body, headers) => instance.post(formatUrl(url, db), body, headers).then(responseBody),
|
2367
2367
|
post_excel: (url, body, headers) => instance.post(formatUrl(url, db), body, {
|
2368
2368
|
responseType: "arraybuffer",
|
2369
2369
|
headers: {
|