@das-fed/utils 7.1.0-dev.10 → 7.1.0-dev.11

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.
Files changed (65) hide show
  1. package/api-services/index.js +843 -830
  2. package/api-services/index.js.gz +0 -0
  3. package/api-services/modules/app-manage/index.js +726 -749
  4. package/api-services/modules/app-manage/index.js.gz +0 -0
  5. package/api-services/modules/authentication/index.js +2 -7
  6. package/api-services/modules/authentication/index.js.gz +0 -0
  7. package/api-services/modules/bems/index.js +2 -7
  8. package/api-services/modules/bems/index.js.gz +0 -0
  9. package/api-services/modules/contract/index.js +2 -7
  10. package/api-services/modules/contract/index.js.gz +0 -0
  11. package/api-services/modules/duty-manage/index.js +2 -7
  12. package/api-services/modules/duty-manage/index.js.gz +0 -0
  13. package/api-services/modules/enterpriseright/index.js +2 -7
  14. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  15. package/api-services/modules/file/index.js +2 -7
  16. package/api-services/modules/file/index.js.gz +0 -0
  17. package/api-services/modules/gateway-edge/index.js +2 -7
  18. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  19. package/api-services/modules/index.js +2 -7
  20. package/api-services/modules/index.js.gz +0 -0
  21. package/api-services/modules/iot/index.js +1003 -990
  22. package/api-services/modules/iot/index.js.gz +0 -0
  23. package/api-services/modules/justauth/index.js +2 -7
  24. package/api-services/modules/justauth/index.js.gz +0 -0
  25. package/api-services/modules/knowledge/index.js +2 -7
  26. package/api-services/modules/knowledge/index.js.gz +0 -0
  27. package/api-services/modules/link/index.js +2 -7
  28. package/api-services/modules/link/index.js.gz +0 -0
  29. package/api-services/modules/permission/index.js +2 -7
  30. package/api-services/modules/permission/index.js.gz +0 -0
  31. package/api-services/modules/platformManage/index.js +2 -7
  32. package/api-services/modules/platformManage/index.js.gz +0 -0
  33. package/api-services/modules/portal/index.js +2 -7
  34. package/api-services/modules/portal/index.js.gz +0 -0
  35. package/api-services/modules/space-manage/index.js +744 -731
  36. package/api-services/modules/space-manage/index.js.gz +0 -0
  37. package/api-services/modules/super-admin/index.js +2 -7
  38. package/api-services/modules/super-admin/index.js.gz +0 -0
  39. package/api-services/modules/supplier/index.js +2 -7
  40. package/api-services/modules/supplier/index.js.gz +0 -0
  41. package/api-services/modules/supplychain-manage/index.js +2 -7
  42. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  43. package/api-services/modules/systemConfiguration/index.js +647 -656
  44. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  45. package/api-services/modules/tool/index.js +2 -7
  46. package/api-services/modules/tool/index.js.gz +0 -0
  47. package/api-services/src/create-service/index.js +2 -7
  48. package/api-services/src/create-service/index.js.gz +0 -0
  49. package/common-info/getInfoFromUrl/index.js +36 -36
  50. package/common-info/getInfoFromUrl/index.js.gz +0 -0
  51. package/common-info/set-personal-info/index.js +44 -49
  52. package/common-info/set-personal-info/index.js.gz +0 -0
  53. package/common-tools/extract-file-name/index.js +2 -7
  54. package/common-tools/extract-file-name/index.js.gz +0 -0
  55. package/create-api-service/index.js +718 -705
  56. package/create-api-service/index.js.gz +0 -0
  57. package/create-api-service/sso/index.js +454 -463
  58. package/create-api-service/sso/index.js.gz +0 -0
  59. package/curring-http/index.js +47 -52
  60. package/curring-http/index.js.gz +0 -0
  61. package/package.json +4 -4
  62. package/pinyin-first-character/index.js +1 -1
  63. package/pinyin-first-character/index.js.gz +0 -0
  64. package/webSocket-service/index.js +40 -50
  65. package/webSocket-service/index.js.gz +0 -0
@@ -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 && !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;
1378
+ return n && !fr[i] && (fr[i] = !0), e ? e(a, i, s) : !0;
1384
1379
  };
1385
1380
  };
1386
1381
  Ke.spelling = function(e) {
1387
- return (n, r) => (console.warn(`${r} is likely a misspelling of ${e}`), !0);
1382
+ return (n, r) => !0;
1388
1383
  };
1389
1384
  function Ca(t, e, n) {
1390
1385
  if (typeof t != "object")
@@ -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 && !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;
1378
+ return n && !fr[i] && (fr[i] = !0), e ? e(a, i, s) : !0;
1384
1379
  };
1385
1380
  };
1386
1381
  Ke.spelling = function(e) {
1387
- return (n, r) => (console.warn(`${r} is likely a misspelling of ${e}`), !0);
1382
+ return (n, r) => !0;
1388
1383
  };
1389
1384
  function Ca(t, e, n) {
1390
1385
  if (typeof t != "object")
@@ -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, 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;
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) => (console.warn(`${r} is likely a misspelling of ${e}`), !0);
1382
+ return (n, r) => !0;
1388
1383
  };
1389
1384
  function Ta(t, e, n) {
1390
1385
  if (typeof t != "object")