@das-fed/utils 7.1.0-dev.5 → 7.1.0-dev.6
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 +7 -2
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/index.js +7 -2
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +749 -726
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/bems/index.js +7 -2
- 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 +729 -742
- 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 +7 -2
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +7 -2
- 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 +506 -501
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +7 -2
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +731 -744
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +749 -726
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +7 -2
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +7 -2
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +7 -2
- 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 +751 -728
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +7 -2
- 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 +7 -2
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +705 -718
- 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 +872 -805
- 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
|
|
@@ -1377,11 +1377,16 @@ lt.transitional = function(e, n, r) {
|
|
|
1377
1377
|
o(i, " has been removed" + (n ? " in " + n : "")),
|
|
1378
1378
|
b.ERR_DEPRECATED
|
|
1379
1379
|
);
|
|
1380
|
-
return n && !Or[i] && (Or[i] = !0
|
|
1380
|
+
return n && !Or[i] && (Or[i] = !0, console.warn(
|
|
1381
|
+
o(
|
|
1382
|
+
i,
|
|
1383
|
+
" has been deprecated since v" + n + " and will be removed in the near future"
|
|
1384
|
+
)
|
|
1385
|
+
)), e ? e(a, i, s) : !0;
|
|
1381
1386
|
};
|
|
1382
1387
|
};
|
|
1383
1388
|
lt.spelling = function(e) {
|
|
1384
|
-
return (n, r) => !0;
|
|
1389
|
+
return (n, r) => (console.warn(`${r} is likely a misspelling of ${e}`), !0);
|
|
1385
1390
|
};
|
|
1386
1391
|
function za(t, e, n) {
|
|
1387
1392
|
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 && !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
|
|
@@ -1377,11 +1377,16 @@ ut.transitional = function(e, n, r) {
|
|
|
1377
1377
|
o(i, " has been removed" + (n ? " in " + n : "")),
|
|
1378
1378
|
S.ERR_DEPRECATED
|
|
1379
1379
|
);
|
|
1380
|
-
return n && !$r[i] && ($r[i] = !0
|
|
1380
|
+
return n && !$r[i] && ($r[i] = !0, console.warn(
|
|
1381
|
+
o(
|
|
1382
|
+
i,
|
|
1383
|
+
" has been deprecated since v" + n + " and will be removed in the near future"
|
|
1384
|
+
)
|
|
1385
|
+
)), e ? e(a, i, s) : !0;
|
|
1381
1386
|
};
|
|
1382
1387
|
};
|
|
1383
1388
|
ut.spelling = function(e) {
|
|
1384
|
-
return (n, r) => !0;
|
|
1389
|
+
return (n, r) => (console.warn(`${r} is likely a misspelling of ${e}`), !0);
|
|
1385
1390
|
};
|
|
1386
1391
|
function Qa(t, e, n) {
|
|
1387
1392
|
if (typeof t != "object")
|
|
Binary file
|