@das-fed/utils 7.1.0-dev.7 → 7.1.0-dev.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/api-services/index.js +2 -7
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/index.js +2 -7
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +744 -731
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/bems/index.js +2 -7
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +2 -7
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/index.js +742 -729
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +744 -731
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +2 -7
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +744 -731
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/index.js +2 -7
- package/api-services/modules/index.js.gz +0 -0
- package/api-services/modules/iot/index.js +501 -506
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +727 -750
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +2 -7
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +2 -7
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +2 -7
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +2 -7
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +2 -7
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/space-manage/index.js +726 -749
- package/api-services/modules/space-manage/index.js.gz +0 -0
- package/api-services/modules/super-admin/index.js +2 -7
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +746 -733
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +2 -7
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/index.js +726 -749
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +726 -749
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +700 -723
- package/api-services/src/create-service/index.js.gz +0 -0
- package/common-info/getInfoFromUrl/index.js +36 -36
- package/common-info/getInfoFromUrl/index.js.gz +0 -0
- package/common-info/set-personal-info/index.js +44 -49
- package/common-info/set-personal-info/index.js.gz +0 -0
- package/common-tools/extract-file-name/index.js +2 -7
- package/common-tools/extract-file-name/index.js.gz +0 -0
- package/create-api-service/index.js +718 -705
- package/create-api-service/index.js.gz +0 -0
- package/create-api-service/sso/index.js +384 -395
- package/create-api-service/sso/index.js.gz +0 -0
- package/curring-http/index.js +47 -52
- package/curring-http/index.js.gz +0 -0
- package/package.json +4 -4
- package/pinyin-first-character/index.js +1 -1
- package/pinyin-first-character/index.js.gz +0 -0
- package/webSocket-service/index.js +40 -50
- package/webSocket-service/index.js.gz +0 -0
package/api-services/index.js
CHANGED
|
@@ -1401,16 +1401,11 @@ ut.transitional = function(e, n, r) {
|
|
|
1401
1401
|
o(i, " has been removed" + (n ? " in " + n : "")),
|
|
1402
1402
|
S.ERR_DEPRECATED
|
|
1403
1403
|
);
|
|
1404
|
-
return n && !$r[i] && ($r[i] = !0,
|
|
1405
|
-
o(
|
|
1406
|
-
i,
|
|
1407
|
-
" has been deprecated since v" + n + " and will be removed in the near future"
|
|
1408
|
-
)
|
|
1409
|
-
)), e ? e(a, i, s) : !0;
|
|
1404
|
+
return n && !$r[i] && ($r[i] = !0), e ? e(a, i, s) : !0;
|
|
1410
1405
|
};
|
|
1411
1406
|
};
|
|
1412
1407
|
ut.spelling = function(e) {
|
|
1413
|
-
return (n, r) =>
|
|
1408
|
+
return (n, r) => !0;
|
|
1414
1409
|
};
|
|
1415
1410
|
function Xa(t, e, n) {
|
|
1416
1411
|
if (typeof t != "object")
|
package/api-services/index.js.gz
CHANGED
|
Binary file
|
|
@@ -1375,16 +1375,11 @@ Ke.transitional = function(e, n, r) {
|
|
|
1375
1375
|
o(i, " has been removed" + (n ? " in " + n : "")),
|
|
1376
1376
|
w.ERR_DEPRECATED
|
|
1377
1377
|
);
|
|
1378
|
-
return n && !cr[i] && (cr[i] = !0,
|
|
1379
|
-
o(
|
|
1380
|
-
i,
|
|
1381
|
-
" has been deprecated since v" + n + " and will be removed in the near future"
|
|
1382
|
-
)
|
|
1383
|
-
)), e ? e(a, i, s) : !0;
|
|
1378
|
+
return n && !cr[i] && (cr[i] = !0), e ? e(a, i, s) : !0;
|
|
1384
1379
|
};
|
|
1385
1380
|
};
|
|
1386
1381
|
Ke.spelling = function(e) {
|
|
1387
|
-
return (n, r) =>
|
|
1382
|
+
return (n, r) => !0;
|
|
1388
1383
|
};
|
|
1389
1384
|
function Ta(t, e, n) {
|
|
1390
1385
|
if (typeof t != "object")
|
|
Binary file
|