@das-fed/utils 7.0.7-hot.20 → 7.0.7-hot.22
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 +832 -841
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/index.js +749 -726
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +656 -647
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/bems/index.js +750 -731
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +7 -2
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/index.js +745 -726
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +7 -2
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +756 -765
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +731 -744
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/index.js +7 -2
- package/api-services/modules/index.js.gz +0 -0
- package/api-services/modules/iot/index.js +636 -635
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +750 -727
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +7 -2
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +7 -2
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +652 -651
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +758 -735
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +627 -626
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/space-manage/index.js +7 -2
- package/api-services/modules/space-manage/index.js.gz +0 -0
- package/api-services/modules/super-admin/index.js +7 -2
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +7 -2
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +749 -726
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/index.js +7 -2
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +731 -744
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +7 -2
- 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 +49 -44
- package/common-info/set-personal-info/index.js.gz +0 -0
- package/common-tools/extract-file-name/index.js +7 -2
- package/common-tools/extract-file-name/index.js.gz +0 -0
- package/create-api-service/index.js +7 -2
- package/create-api-service/index.js.gz +0 -0
- package/create-api-service/sso/authorizer.d.ts +1 -0
- package/create-api-service/sso/index.d.ts +2 -1
- package/create-api-service/sso/index.js +867 -795
- package/create-api-service/sso/index.js.gz +0 -0
- package/create-api-service/sso/utils.d.ts +2 -0
- package/curring-http/index.js +52 -47
- 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 +50 -40
- package/webSocket-service/index.js.gz +0 -0
|
Binary file
|
|
@@ -1375,11 +1375,16 @@ 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
|
|
1378
|
+
return n && !cr[i] && (cr[i] = !0, console.warn(
|
|
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;
|
|
1379
1384
|
};
|
|
1380
1385
|
};
|
|
1381
1386
|
Ke.spelling = function(e) {
|
|
1382
|
-
return (n, r) => !0;
|
|
1387
|
+
return (n, r) => (console.warn(`${r} is likely a misspelling of ${e}`), !0);
|
|
1383
1388
|
};
|
|
1384
1389
|
function Ta(t, e, n) {
|
|
1385
1390
|
if (typeof t != "object")
|
|
Binary file
|
|
@@ -1375,11 +1375,16 @@ 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 && !fr[i] && (fr[i] = !0
|
|
1378
|
+
return n && !fr[i] && (fr[i] = !0, console.warn(
|
|
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;
|
|
1379
1384
|
};
|
|
1380
1385
|
};
|
|
1381
1386
|
Ke.spelling = function(e) {
|
|
1382
|
-
return (n, r) => !0;
|
|
1387
|
+
return (n, r) => (console.warn(`${r} is likely a misspelling of ${e}`), !0);
|
|
1383
1388
|
};
|
|
1384
1389
|
function Ca(t, e, n) {
|
|
1385
1390
|
if (typeof t != "object")
|
|
Binary file
|
|
@@ -1375,11 +1375,16 @@ 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 && !fr[i] && (fr[i] = !0
|
|
1378
|
+
return n && !fr[i] && (fr[i] = !0, console.warn(
|
|
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;
|
|
1379
1384
|
};
|
|
1380
1385
|
};
|
|
1381
1386
|
Ke.spelling = function(e) {
|
|
1382
|
-
return (n, r) => !0;
|
|
1387
|
+
return (n, r) => (console.warn(`${r} is likely a misspelling of ${e}`), !0);
|
|
1383
1388
|
};
|
|
1384
1389
|
function Ca(t, e, n) {
|
|
1385
1390
|
if (typeof t != "object")
|
|
Binary file
|