@das-fed/utils 7.0.13 → 7.0.15
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 +731 -744
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +731 -744
- 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 +731 -744
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/index.js +7 -2
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +749 -726
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +772 -749
- 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 +990 -1003
- 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 +7 -2
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +731 -744
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +708 -717
- 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 +708 -717
- 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 +751 -728
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +749 -730
- 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 +722 -703
- 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 +630 -621
- 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 -1
- package/create-api-service/sso/index.js +508 -504
- package/create-api-service/sso/index.js.gz +0 -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
package/api-services/index.js
CHANGED
|
@@ -1401,11 +1401,16 @@ 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
|
|
1404
|
+
return n && !$r[i] && ($r[i] = !0, console.warn(
|
|
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;
|
|
1405
1410
|
};
|
|
1406
1411
|
};
|
|
1407
1412
|
ut.spelling = function(e) {
|
|
1408
|
-
return (n, r) => !0;
|
|
1413
|
+
return (n, r) => (console.warn(`${r} is likely a misspelling of ${e}`), !0);
|
|
1409
1414
|
};
|
|
1410
1415
|
function Xa(t, e, n) {
|
|
1411
1416
|
if (typeof t != "object")
|
package/api-services/index.js.gz
CHANGED
|
Binary file
|