@das-fed/utils 7.0.13 → 7.0.14

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 (66) hide show
  1. package/api-services/index.js +7 -2
  2. package/api-services/index.js.gz +0 -0
  3. package/api-services/modules/app-manage/index.js +731 -744
  4. package/api-services/modules/app-manage/index.js.gz +0 -0
  5. package/api-services/modules/authentication/index.js +731 -744
  6. package/api-services/modules/authentication/index.js.gz +0 -0
  7. package/api-services/modules/bems/index.js +7 -2
  8. package/api-services/modules/bems/index.js.gz +0 -0
  9. package/api-services/modules/contract/index.js +7 -2
  10. package/api-services/modules/contract/index.js.gz +0 -0
  11. package/api-services/modules/duty-manage/index.js +729 -742
  12. package/api-services/modules/duty-manage/index.js.gz +0 -0
  13. package/api-services/modules/enterpriseright/index.js +749 -726
  14. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  15. package/api-services/modules/file/index.js +772 -749
  16. package/api-services/modules/file/index.js.gz +0 -0
  17. package/api-services/modules/gateway-edge/index.js +7 -2
  18. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  19. package/api-services/modules/index.js +7 -2
  20. package/api-services/modules/index.js.gz +0 -0
  21. package/api-services/modules/iot/index.js +506 -501
  22. package/api-services/modules/iot/index.js.gz +0 -0
  23. package/api-services/modules/justauth/index.js +732 -745
  24. package/api-services/modules/justauth/index.js.gz +0 -0
  25. package/api-services/modules/knowledge/index.js +7 -2
  26. package/api-services/modules/knowledge/index.js.gz +0 -0
  27. package/api-services/modules/link/index.js +7 -2
  28. package/api-services/modules/link/index.js.gz +0 -0
  29. package/api-services/modules/permission/index.js +7 -2
  30. package/api-services/modules/permission/index.js.gz +0 -0
  31. package/api-services/modules/platformManage/index.js +7 -2
  32. package/api-services/modules/platformManage/index.js.gz +0 -0
  33. package/api-services/modules/portal/index.js +7 -2
  34. package/api-services/modules/portal/index.js.gz +0 -0
  35. package/api-services/modules/space-manage/index.js +7 -2
  36. package/api-services/modules/space-manage/index.js.gz +0 -0
  37. package/api-services/modules/super-admin/index.js +7 -2
  38. package/api-services/modules/super-admin/index.js.gz +0 -0
  39. package/api-services/modules/supplier/index.js +749 -730
  40. package/api-services/modules/supplier/index.js.gz +0 -0
  41. package/api-services/modules/supplychain-manage/index.js +749 -726
  42. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  43. package/api-services/modules/systemConfiguration/index.js +722 -703
  44. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  45. package/api-services/modules/tool/index.js +7 -2
  46. package/api-services/modules/tool/index.js.gz +0 -0
  47. package/api-services/src/create-service/index.js +630 -621
  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 +49 -44
  52. package/common-info/set-personal-info/index.js.gz +0 -0
  53. package/common-tools/extract-file-name/index.js +7 -2
  54. package/common-tools/extract-file-name/index.js.gz +0 -0
  55. package/create-api-service/index.js +7 -2
  56. package/create-api-service/index.js.gz +0 -0
  57. package/create-api-service/sso/authorizer.d.ts +1 -1
  58. package/create-api-service/sso/index.js +508 -504
  59. package/create-api-service/sso/index.js.gz +0 -0
  60. package/curring-http/index.js +52 -47
  61. package/curring-http/index.js.gz +0 -0
  62. package/package.json +4 -4
  63. package/pinyin-first-character/index.js +1 -1
  64. package/pinyin-first-character/index.js.gz +0 -0
  65. package/webSocket-service/index.js +50 -40
  66. package/webSocket-service/index.js.gz +0 -0
@@ -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), e ? e(a, i, s) : !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")
@@ -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), e ? e(a, i, s) : !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")
@@ -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), e ? e(a, i, s) : !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")
@@ -1375,11 +1375,16 @@ Xe.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), e ? e(a, i, s) : !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
  Xe.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")
@@ -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), e ? e(a, i, s) : !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")
@@ -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), e ? e(a, i, s) : !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")
@@ -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 && !lr[i] && (lr[i] = !0), e ? e(a, i, s) : !0;
1378
+ return n && !lr[i] && (lr[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 Oa(t, e, n) {
1385
1390
  if (typeof t != "object")