@das-fed/utils 6.4.0-dev.55.2 → 6.4.0-dev.55.4

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 (54) hide show
  1. package/api-services/i18n/index.js +4 -4
  2. package/api-services/i18n/index.js.gz +0 -0
  3. package/api-services/index.js +690 -684
  4. package/api-services/index.js.gz +0 -0
  5. package/api-services/modules/app-manage/index.js +95 -95
  6. package/api-services/modules/app-manage/index.js.gz +0 -0
  7. package/api-services/modules/authentication/index.js +95 -95
  8. package/api-services/modules/authentication/index.js.gz +0 -0
  9. package/api-services/modules/bems/index.js +93 -93
  10. package/api-services/modules/bems/index.js.gz +0 -0
  11. package/api-services/modules/contract/index.js +95 -95
  12. package/api-services/modules/contract/index.js.gz +0 -0
  13. package/api-services/modules/duty-manage/index.js +89 -89
  14. package/api-services/modules/duty-manage/index.js.gz +0 -0
  15. package/api-services/modules/enterpriseright/index.js +95 -95
  16. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  17. package/api-services/modules/file/index.js +605 -599
  18. package/api-services/modules/file/index.js.gz +0 -0
  19. package/api-services/modules/gateway-edge/index.js +95 -95
  20. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  21. package/api-services/modules/index.js +641 -635
  22. package/api-services/modules/index.js.gz +0 -0
  23. package/api-services/modules/iot/index.js +88 -88
  24. package/api-services/modules/iot/index.js.gz +0 -0
  25. package/api-services/modules/justauth/index.js +94 -94
  26. package/api-services/modules/justauth/index.js.gz +0 -0
  27. package/api-services/modules/knowledge/index.js +95 -95
  28. package/api-services/modules/knowledge/index.js.gz +0 -0
  29. package/api-services/modules/link/index.js +95 -95
  30. package/api-services/modules/link/index.js.gz +0 -0
  31. package/api-services/modules/permission/index.js +95 -95
  32. package/api-services/modules/permission/index.js.gz +0 -0
  33. package/api-services/modules/platformManage/index.js +91 -91
  34. package/api-services/modules/platformManage/index.js.gz +0 -0
  35. package/api-services/modules/portal/index.js +95 -95
  36. package/api-services/modules/portal/index.js.gz +0 -0
  37. package/api-services/modules/space-manage/index.js +95 -95
  38. package/api-services/modules/space-manage/index.js.gz +0 -0
  39. package/api-services/modules/super-admin/index.js +89 -89
  40. package/api-services/modules/super-admin/index.js.gz +0 -0
  41. package/api-services/modules/supplier/index.js +93 -93
  42. package/api-services/modules/supplier/index.js.gz +0 -0
  43. package/api-services/modules/supplychain-manage/index.js +95 -95
  44. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  45. package/api-services/modules/systemConfiguration/index.js +95 -95
  46. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  47. package/api-services/modules/tool/index.js +95 -95
  48. package/api-services/modules/tool/index.js.gz +0 -0
  49. package/api-services/src/create-service/index.js +95 -95
  50. package/api-services/src/create-service/index.js.gz +0 -0
  51. package/create-api-service/i18n/index.js +8 -8
  52. package/create-api-service/index.js +95 -95
  53. package/create-api-service/index.js.gz +0 -0
  54. package/package.json +4 -4
@@ -33,7 +33,7 @@ const Bn = ze("string"), _ = ze("function"), Tr = ze("number"), He = (t) => t !=
33
33
  let e;
34
34
  return t && (typeof FormData == "function" && t instanceof FormData || _(t.append) && ((e = qe(t)) === "formdata" || // detect form-data instance
35
35
  e === "object" && _(t.toString) && t.toString() === "[object FormData]"));
36
- }, Hn = B("URLSearchParams"), [Wn, Gn, Jn, Kn] = ["ReadableStream", "Request", "Response", "Headers"].map(B), Vn = (t) => t.trim ? t.trim() : t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
36
+ }, Hn = B("URLSearchParams"), [Wn, Gn, Jn, Vn] = ["ReadableStream", "Request", "Response", "Headers"].map(B), Kn = (t) => t.trim ? t.trim() : t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
37
37
  function Ae(t, e, { allOwnKeys: n = !1 } = {}) {
38
38
  if (t === null || typeof t > "u")
39
39
  return;
@@ -69,11 +69,11 @@ function ft() {
69
69
  }
70
70
  const Qn = (t, e, n, { allOwnKeys: r } = {}) => (Ae(e, (o, a) => {
71
71
  n && _(o) ? t[a] = Rr(o, n) : t[a] = o;
72
- }, { allOwnKeys: r }), t), Xn = (t) => (t.charCodeAt(0) === 65279 && (t = t.slice(1)), t), Zn = (t, e, n, r) => {
72
+ }, { allOwnKeys: r }), t), Xn = (t) => (t.charCodeAt(0) === 65279 && (t = t.slice(1)), t), Yn = (t, e, n, r) => {
73
73
  t.prototype = Object.create(e.prototype, r), t.prototype.constructor = t, Object.defineProperty(t, "super", {
74
74
  value: e.prototype
75
75
  }), n && Object.assign(t.prototype, n);
76
- }, Yn = (t, e, n, r) => {
76
+ }, Zn = (t, e, n, r) => {
77
77
  let o, a, i;
78
78
  const s = {};
79
79
  if (e = e || {}, t == null) return e;
@@ -143,10 +143,10 @@ const Qn = (t, e, n, { allOwnKeys: r } = {}) => (Ae(e, (o, a) => {
143
143
  };
144
144
  return pe(t) ? r(t) : r(String(t).split(e)), n;
145
145
  }, uo = () => {
146
- }, fo = (t, e) => t != null && Number.isFinite(t = +t) ? t : e, Ve = "abcdefghijklmnopqrstuvwxyz", jt = "0123456789", Nr = {
146
+ }, fo = (t, e) => t != null && Number.isFinite(t = +t) ? t : e, Ke = "abcdefghijklmnopqrstuvwxyz", jt = "0123456789", Nr = {
147
147
  DIGIT: jt,
148
- ALPHA: Ve,
149
- ALPHA_DIGIT: Ve + Ve.toUpperCase() + jt
148
+ ALPHA: Ke,
149
+ ALPHA_DIGIT: Ke + Ke.toUpperCase() + jt
150
150
  }, po = (t = 16, e = Nr.ALPHA_DIGIT) => {
151
151
  let n = "";
152
152
  const { length: r } = e;
@@ -195,7 +195,7 @@ const ho = (t) => {
195
195
  isReadableStream: Wn,
196
196
  isRequest: Gn,
197
197
  isResponse: Jn,
198
- isHeaders: Kn,
198
+ isHeaders: Vn,
199
199
  isUndefined: Ee,
200
200
  isDate: Ln,
201
201
  isFile: Mn,
@@ -209,10 +209,10 @@ const ho = (t) => {
209
209
  forEach: Ae,
210
210
  merge: ft,
211
211
  extend: Qn,
212
- trim: Vn,
212
+ trim: Kn,
213
213
  stripBOM: Xn,
214
- inherits: Zn,
215
- toFlatObject: Yn,
214
+ inherits: Yn,
215
+ toFlatObject: Zn,
216
216
  kindOf: qe,
217
217
  kindOfTest: B,
218
218
  endsWith: eo,
@@ -948,7 +948,7 @@ function Jo(t, e) {
948
948
  function qr(t, e) {
949
949
  return t && !Go(e) ? Jo(t, e) : e;
950
950
  }
951
- const Kt = (t) => t instanceof I ? { ...t } : t;
951
+ const Vt = (t) => t instanceof I ? { ...t } : t;
952
952
  function ne(t, e) {
953
953
  e = e || {};
954
954
  const n = {};
@@ -1006,7 +1006,7 @@ function ne(t, e) {
1006
1006
  socketPath: i,
1007
1007
  responseEncoding: i,
1008
1008
  validateStatus: s,
1009
- headers: (l, c) => o(Kt(l), Kt(c), !0)
1009
+ headers: (l, c) => o(Vt(l), Vt(c), !0)
1010
1010
  };
1011
1011
  return f.forEach(Object.keys(Object.assign({}, t, e)), function(c) {
1012
1012
  const p = u[c] || o, d = p(t[c], e[c], c);
@@ -1034,7 +1034,7 @@ const zr = (t) => {
1034
1034
  l && i.set(o, l);
1035
1035
  }
1036
1036
  return e;
1037
- }, Ko = typeof XMLHttpRequest < "u", Vo = Ko && function(t) {
1037
+ }, Vo = typeof XMLHttpRequest < "u", Ko = Vo && function(t) {
1038
1038
  return new Promise(function(n, r) {
1039
1039
  const o = zr(t);
1040
1040
  let a = o.data;
@@ -1123,10 +1123,10 @@ const zr = (t) => {
1123
1123
  let r = 0, o;
1124
1124
  for (; r < n; )
1125
1125
  o = r + e, yield t.slice(r, o), r = o;
1126
- }, Zo = async function* (t, e) {
1127
- for await (const n of Yo(t))
1126
+ }, Yo = async function* (t, e) {
1127
+ for await (const n of Zo(t))
1128
1128
  yield* Xo(n, e);
1129
- }, Yo = async function* (t) {
1129
+ }, Zo = async function* (t) {
1130
1130
  if (t[Symbol.asyncIterator]) {
1131
1131
  yield* t;
1132
1132
  return;
@@ -1142,8 +1142,8 @@ const zr = (t) => {
1142
1142
  } finally {
1143
1143
  await e.cancel();
1144
1144
  }
1145
- }, Vt = (t, e, n, r) => {
1146
- const o = Zo(t, e);
1145
+ }, Kt = (t, e, n, r) => {
1146
+ const o = Yo(t, e);
1147
1147
  let a = 0, i, s = (u) => {
1148
1148
  i || (i = !0, r && r(u));
1149
1149
  };
@@ -1247,7 +1247,7 @@ const ra = async (t) => {
1247
1247
  h,
1248
1248
  Be(Jt(u))
1249
1249
  );
1250
- r = Vt(A.body, Qt, N, j);
1250
+ r = Kt(A.body, Qt, N, j);
1251
1251
  }
1252
1252
  }
1253
1253
  f.isString(p) || (p = p ? "include" : "omit");
@@ -1273,7 +1273,7 @@ const ra = async (t) => {
1273
1273
  Be(Jt(s), !0)
1274
1274
  ) || [];
1275
1275
  E = new Response(
1276
- Vt(E.body, Qt, N, () => {
1276
+ Kt(E.body, Qt, N, () => {
1277
1277
  j && j(), m && m();
1278
1278
  }),
1279
1279
  A
@@ -1301,7 +1301,7 @@ const ra = async (t) => {
1301
1301
  }
1302
1302
  }), ht = {
1303
1303
  http: bo,
1304
- xhr: Vo,
1304
+ xhr: Ko,
1305
1305
  fetch: oa
1306
1306
  };
1307
1307
  f.forEach(ht, (t, e) => {
@@ -1344,22 +1344,22 @@ const Xt = (t) => `- ${t}`, aa = (t) => f.isFunction(t) || t === null || t === !
1344
1344
  },
1345
1345
  adapters: ht
1346
1346
  };
1347
- function Ze(t) {
1347
+ function Ye(t) {
1348
1348
  if (t.cancelToken && t.cancelToken.throwIfRequested(), t.signal && t.signal.aborted)
1349
1349
  throw new de(null, t);
1350
1350
  }
1351
- function Zt(t) {
1352
- return Ze(t), t.headers = I.from(t.headers), t.data = Xe.call(
1351
+ function Yt(t) {
1352
+ return Ye(t), t.headers = I.from(t.headers), t.data = Xe.call(
1353
1353
  t,
1354
1354
  t.transformRequest
1355
1355
  ), ["post", "put", "patch"].indexOf(t.method) !== -1 && t.headers.setContentType("application/x-www-form-urlencoded", !1), Gr.getAdapter(t.adapter || Oe.adapter)(t).then(function(r) {
1356
- return Ze(t), r.data = Xe.call(
1356
+ return Ye(t), r.data = Xe.call(
1357
1357
  t,
1358
1358
  t.transformResponse,
1359
1359
  r
1360
1360
  ), r.headers = I.from(r.headers), r;
1361
1361
  }, function(r) {
1362
- return kr(r) || (Ze(t), r && r.response && (r.response.data = Xe.call(
1362
+ return kr(r) || (Ye(t), r && r.response && (r.response.data = Xe.call(
1363
1363
  t,
1364
1364
  t.transformResponse,
1365
1365
  r.response
@@ -1372,7 +1372,7 @@ const Jr = "1.7.7", Ct = {};
1372
1372
  return typeof r === t || "a" + (e < 1 ? "n " : " ") + t;
1373
1373
  };
1374
1374
  });
1375
- const Yt = {};
1375
+ const Zt = {};
1376
1376
  Ct.transitional = function(e, n, r) {
1377
1377
  function o(a, i) {
1378
1378
  return "[Axios v" + Jr + "] Transitional option '" + a + "'" + i + (r ? ". " + r : "");
@@ -1383,7 +1383,7 @@ Ct.transitional = function(e, n, r) {
1383
1383
  o(i, " has been removed" + (n ? " in " + n : "")),
1384
1384
  b.ERR_DEPRECATED
1385
1385
  );
1386
- return n && !Yt[i] && (Yt[i] = !0), e ? e(a, i, s) : !0;
1386
+ return n && !Zt[i] && (Zt[i] = !0), e ? e(a, i, s) : !0;
1387
1387
  };
1388
1388
  };
1389
1389
  function ia(t, e, n) {
@@ -1407,7 +1407,7 @@ const mt = {
1407
1407
  assertOptions: ia,
1408
1408
  validators: Ct
1409
1409
  }, G = mt.validators;
1410
- class Z {
1410
+ class Y {
1411
1411
  constructor(e) {
1412
1412
  this.defaults = e, this.interceptors = {
1413
1413
  request: new Ht(),
@@ -1473,7 +1473,7 @@ class Z {
1473
1473
  });
1474
1474
  let c, p = 0, d;
1475
1475
  if (!u) {
1476
- const y = [Zt.bind(this), void 0];
1476
+ const y = [Yt.bind(this), void 0];
1477
1477
  for (y.unshift.apply(y, s), y.push.apply(y, l), d = y.length, c = Promise.resolve(n); p < d; )
1478
1478
  c = c.then(y[p++], y[p++]);
1479
1479
  return c;
@@ -1490,7 +1490,7 @@ class Z {
1490
1490
  }
1491
1491
  }
1492
1492
  try {
1493
- c = Zt.call(this, g);
1493
+ c = Yt.call(this, g);
1494
1494
  } catch (y) {
1495
1495
  return Promise.reject(y);
1496
1496
  }
@@ -1505,7 +1505,7 @@ class Z {
1505
1505
  }
1506
1506
  }
1507
1507
  f.forEach(["delete", "get", "head", "options"], function(e) {
1508
- Z.prototype[e] = function(n, r) {
1508
+ Y.prototype[e] = function(n, r) {
1509
1509
  return this.request(ne(r || {}, {
1510
1510
  method: e,
1511
1511
  url: n,
@@ -1526,7 +1526,7 @@ f.forEach(["post", "put", "patch"], function(e) {
1526
1526
  }));
1527
1527
  };
1528
1528
  }
1529
- Z.prototype[e] = n(), Z.prototype[e + "Form"] = n(!0);
1529
+ Y.prototype[e] = n(), Y.prototype[e + "Form"] = n(!0);
1530
1530
  });
1531
1531
  class Nt {
1532
1532
  constructor(e) {
@@ -1677,14 +1677,14 @@ const gt = {
1677
1677
  Object.entries(gt).forEach(([t, e]) => {
1678
1678
  gt[e] = t;
1679
1679
  });
1680
- function Kr(t) {
1681
- const e = new Z(t), n = Rr(Z.prototype.request, e);
1682
- return f.extend(n, Z.prototype, e, { allOwnKeys: !0 }), f.extend(n, e, null, { allOwnKeys: !0 }), n.create = function(o) {
1683
- return Kr(ne(t, o));
1680
+ function Vr(t) {
1681
+ const e = new Y(t), n = Rr(Y.prototype.request, e);
1682
+ return f.extend(n, Y.prototype, e, { allOwnKeys: !0 }), f.extend(n, e, null, { allOwnKeys: !0 }), n.create = function(o) {
1683
+ return Vr(ne(t, o));
1684
1684
  }, n;
1685
1685
  }
1686
- const R = Kr(Oe);
1687
- R.Axios = Z;
1686
+ const R = Vr(Oe);
1687
+ R.Axios = Y;
1688
1688
  R.CanceledError = de;
1689
1689
  R.CancelToken = Nt;
1690
1690
  R.isCancel = kr;
@@ -1726,7 +1726,7 @@ function ua(t) {
1726
1726
  });
1727
1727
  }), n;
1728
1728
  }
1729
- var fa = Error, pa = EvalError, da = RangeError, ya = ReferenceError, Vr = SyntaxError, Re = TypeError, ha = URIError, ma = function() {
1729
+ var fa = Error, pa = EvalError, da = RangeError, ya = ReferenceError, Kr = SyntaxError, Re = TypeError, ha = URIError, ma = function() {
1730
1730
  if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
1731
1731
  return !1;
1732
1732
  if (typeof Symbol.iterator == "symbol")
@@ -1751,11 +1751,11 @@ var fa = Error, pa = EvalError, da = RangeError, ya = ReferenceError, Vr = Synta
1751
1751
  return !0;
1752
1752
  }, tr = typeof Symbol < "u" && Symbol, ga = ma, va = function() {
1753
1753
  return typeof tr != "function" || typeof Symbol != "function" || typeof tr("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : ga();
1754
- }, Ye = {
1754
+ }, Ze = {
1755
1755
  __proto__: null,
1756
1756
  foo: {}
1757
1757
  }, ba = Object, wa = function() {
1758
- return { __proto__: Ye }.foo === Ye.foo && !(Ye instanceof ba);
1758
+ return { __proto__: Ze }.foo === Ze.foo && !(Ze instanceof ba);
1759
1759
  }, Sa = "Function.prototype.bind called on incompatible ", Ea = Object.prototype.toString, Aa = Math.max, Oa = "[object Function]", rr = function(e, n) {
1760
1760
  for (var r = [], o = 0; o < e.length; o += 1)
1761
1761
  r[o] = e[o];
@@ -1794,26 +1794,26 @@ var fa = Error, pa = EvalError, da = RangeError, ya = ReferenceError, Vr = Synta
1794
1794
  l.prototype = n.prototype, o.prototype = new l(), l.prototype = null;
1795
1795
  }
1796
1796
  return o;
1797
- }, xa = Ta, Dt = Function.prototype.bind || xa, Fa = Function.prototype.call, Ca = Object.prototype.hasOwnProperty, Na = Dt, Da = Na.call(Fa, Ca), w, Ia = fa, _a = pa, $a = da, Ba = ya, ce = Vr, le = Re, Ua = ha, Qr = Function, et = function(t) {
1797
+ }, xa = Ta, Dt = Function.prototype.bind || xa, Fa = Function.prototype.call, Ca = Object.prototype.hasOwnProperty, Na = Dt, Da = Na.call(Fa, Ca), w, Ia = fa, _a = pa, $a = da, Ba = ya, ce = Kr, le = Re, Ua = ha, Qr = Function, et = function(t) {
1798
1798
  try {
1799
1799
  return Qr('"use strict"; return (' + t + ").constructor;")();
1800
1800
  } catch {
1801
1801
  }
1802
- }, Y = Object.getOwnPropertyDescriptor;
1803
- if (Y)
1802
+ }, Z = Object.getOwnPropertyDescriptor;
1803
+ if (Z)
1804
1804
  try {
1805
- Y({}, "");
1805
+ Z({}, "");
1806
1806
  } catch {
1807
- Y = null;
1807
+ Z = null;
1808
1808
  }
1809
1809
  var tt = function() {
1810
1810
  throw new le();
1811
- }, La = Y ? function() {
1811
+ }, La = Z ? function() {
1812
1812
  try {
1813
1813
  return arguments.callee, tt;
1814
1814
  } catch {
1815
1815
  try {
1816
- return Y(arguments, "callee").get;
1816
+ return Z(arguments, "callee").get;
1817
1817
  } catch {
1818
1818
  return tt;
1819
1819
  }
@@ -1966,7 +1966,7 @@ var qa = function t(e) {
1966
1966
  "%URIErrorPrototype%": ["URIError", "prototype"],
1967
1967
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
1968
1968
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
1969
- }, Pe = Dt, Le = Da, za = Pe.call(Function.call, Array.prototype.concat), Ha = Pe.call(Function.apply, Array.prototype.splice), or = Pe.call(Function.call, String.prototype.replace), Me = Pe.call(Function.call, String.prototype.slice), Wa = Pe.call(Function.call, RegExp.prototype.exec), Ga = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, Ja = /\\(\\)?/g, Ka = function(e) {
1969
+ }, Pe = Dt, Le = Da, za = Pe.call(Function.call, Array.prototype.concat), Ha = Pe.call(Function.apply, Array.prototype.splice), or = Pe.call(Function.call, String.prototype.replace), Me = Pe.call(Function.call, String.prototype.slice), Wa = Pe.call(Function.call, RegExp.prototype.exec), Ga = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, Ja = /\\(\\)?/g, Va = function(e) {
1970
1970
  var n = Me(e, 0, 1), r = Me(e, -1);
1971
1971
  if (n === "%" && r !== "%")
1972
1972
  throw new ce("invalid intrinsic syntax, expected closing `%`");
@@ -1976,7 +1976,7 @@ var qa = function t(e) {
1976
1976
  return or(e, Ga, function(a, i, s, u) {
1977
1977
  o[o.length] = s ? or(u, Ja, "$1") : i || a;
1978
1978
  }), o;
1979
- }, Va = function(e, n) {
1979
+ }, Ka = function(e, n) {
1980
1980
  var r = e, o;
1981
1981
  if (Le(nr, r) && (o = nr[r], r = "%" + o[0] + "%"), Le(ee, r)) {
1982
1982
  var a = ee[r];
@@ -1996,7 +1996,7 @@ var qa = function t(e) {
1996
1996
  throw new le('"allowMissing" argument must be a boolean');
1997
1997
  if (Wa(/^%?[^%]*%?$/, e) === null)
1998
1998
  throw new ce("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
1999
- var r = Ka(e), o = r.length > 0 ? r[0] : "", a = Va("%" + o + "%", n), i = a.name, s = a.value, u = !1, l = a.alias;
1999
+ var r = Va(e), o = r.length > 0 ? r[0] : "", a = Ka("%" + o + "%", n), i = a.name, s = a.value, u = !1, l = a.alias;
2000
2000
  l && (o = l[0], Ha(r, za([0, 1], l)));
2001
2001
  for (var c = 1, p = !0; c < r.length; c += 1) {
2002
2002
  var d = r[c], g = Me(d, 0, 1), y = Me(d, -1);
@@ -2010,8 +2010,8 @@ var qa = function t(e) {
2010
2010
  throw new le("base intrinsic for " + e + " exists, but the property is not available.");
2011
2011
  return;
2012
2012
  }
2013
- if (Y && c + 1 >= r.length) {
2014
- var m = Y(s, d);
2013
+ if (Z && c + 1 >= r.length) {
2014
+ var m = Z(s, d);
2015
2015
  p = !!m, p && "get" in m && !("originalValue" in m.get) ? s = m.get : s = s[d];
2016
2016
  } else
2017
2017
  p = Le(s, d), s = s[d];
@@ -2039,7 +2039,7 @@ if (_e)
2039
2039
  } catch {
2040
2040
  _e = null;
2041
2041
  }
2042
- var Zr = _e, ir = It(), Xa = Vr, ie = Re, sr = Zr, Za = function(e, n, r) {
2042
+ var Yr = _e, ir = It(), Xa = Kr, ie = Re, sr = Yr, Ya = function(e, n, r) {
2043
2043
  if (!e || typeof e != "object" && typeof e != "function")
2044
2044
  throw new ie("`obj` must be an object or a function`");
2045
2045
  if (typeof n != "string" && typeof n != "symbol")
@@ -2064,10 +2064,10 @@ var Zr = _e, ir = It(), Xa = Vr, ie = Re, sr = Zr, Za = function(e, n, r) {
2064
2064
  e[n] = r;
2065
2065
  else
2066
2066
  throw new Xa("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
2067
- }, vt = It(), Yr = function() {
2067
+ }, vt = It(), Zr = function() {
2068
2068
  return !!vt;
2069
2069
  };
2070
- Yr.hasArrayLengthDefineBug = function() {
2070
+ Zr.hasArrayLengthDefineBug = function() {
2071
2071
  if (!vt)
2072
2072
  return null;
2073
2073
  try {
@@ -2076,7 +2076,7 @@ Yr.hasArrayLengthDefineBug = function() {
2076
2076
  return !0;
2077
2077
  }
2078
2078
  };
2079
- var Ya = Yr, ei = ye, lr = Za, ti = Ya(), cr = Zr, ur = Re, ri = ei("%Math.floor%"), ni = function(e, n) {
2079
+ var Za = Zr, ei = ye, lr = Ya, ti = Za(), cr = Yr, ur = Re, ri = ei("%Math.floor%"), ni = function(e, n) {
2080
2080
  if (typeof e != "function")
2081
2081
  throw new ur("`fn` is not a function");
2082
2082
  if (typeof n != "number" || n < 0 || n > 4294967295 || ri(n) !== n)
@@ -2125,7 +2125,7 @@ const si = {}, li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
2125
2125
  __proto__: null,
2126
2126
  default: si
2127
2127
  }, Symbol.toStringTag, { value: "Module" })), ci = /* @__PURE__ */ ua(li);
2128
- var _t = typeof Map == "function" && Map.prototype, nt = Object.getOwnPropertyDescriptor && _t ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, ke = _t && nt && typeof nt.get == "function" ? nt.get : null, fr = _t && Map.prototype.forEach, $t = typeof Set == "function" && Set.prototype, ot = Object.getOwnPropertyDescriptor && $t ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, je = $t && ot && typeof ot.get == "function" ? ot.get : null, pr = $t && Set.prototype.forEach, ui = typeof WeakMap == "function" && WeakMap.prototype, be = ui ? WeakMap.prototype.has : null, fi = typeof WeakSet == "function" && WeakSet.prototype, we = fi ? WeakSet.prototype.has : null, pi = typeof WeakRef == "function" && WeakRef.prototype, dr = pi ? WeakRef.prototype.deref : null, di = Boolean.prototype.valueOf, yi = Object.prototype.toString, hi = Function.prototype.toString, mi = String.prototype.match, Bt = String.prototype.slice, K = String.prototype.replace, gi = String.prototype.toUpperCase, yr = String.prototype.toLowerCase, rn = RegExp.prototype.test, hr = Array.prototype.concat, k = Array.prototype.join, vi = Array.prototype.slice, mr = Math.floor, bt = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, at = Object.getOwnPropertySymbols, wt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, ue = typeof Symbol == "function" && typeof Symbol.iterator == "object", F = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === ue || !0) ? Symbol.toStringTag : null, nn = Object.prototype.propertyIsEnumerable, gr = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
2128
+ var _t = typeof Map == "function" && Map.prototype, nt = Object.getOwnPropertyDescriptor && _t ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, ke = _t && nt && typeof nt.get == "function" ? nt.get : null, fr = _t && Map.prototype.forEach, $t = typeof Set == "function" && Set.prototype, ot = Object.getOwnPropertyDescriptor && $t ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, je = $t && ot && typeof ot.get == "function" ? ot.get : null, pr = $t && Set.prototype.forEach, ui = typeof WeakMap == "function" && WeakMap.prototype, be = ui ? WeakMap.prototype.has : null, fi = typeof WeakSet == "function" && WeakSet.prototype, we = fi ? WeakSet.prototype.has : null, pi = typeof WeakRef == "function" && WeakRef.prototype, dr = pi ? WeakRef.prototype.deref : null, di = Boolean.prototype.valueOf, yi = Object.prototype.toString, hi = Function.prototype.toString, mi = String.prototype.match, Bt = String.prototype.slice, V = String.prototype.replace, gi = String.prototype.toUpperCase, yr = String.prototype.toLowerCase, rn = RegExp.prototype.test, hr = Array.prototype.concat, k = Array.prototype.join, vi = Array.prototype.slice, mr = Math.floor, bt = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, at = Object.getOwnPropertySymbols, wt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, ue = typeof Symbol == "function" && typeof Symbol.iterator == "object", F = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === ue || !0) ? Symbol.toStringTag : null, nn = Object.prototype.propertyIsEnumerable, gr = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
2129
2129
  return t.__proto__;
2130
2130
  } : null);
2131
2131
  function vr(t, e) {
@@ -2136,10 +2136,10 @@ function vr(t, e) {
2136
2136
  var r = t < 0 ? -mr(-t) : mr(t);
2137
2137
  if (r !== t) {
2138
2138
  var o = String(r), a = Bt.call(e, o.length + 1);
2139
- return K.call(o, n, "$&_") + "." + K.call(K.call(a, /([0-9]{3})/g, "$&_"), /_$/, "");
2139
+ return V.call(o, n, "$&_") + "." + V.call(V.call(a, /([0-9]{3})/g, "$&_"), /_$/, "");
2140
2140
  }
2141
2141
  }
2142
- return K.call(e, n, "$&_");
2142
+ return V.call(e, n, "$&_");
2143
2143
  }
2144
2144
  var St = ci, br = St.custom, wr = an(br) ? br : null, bi = function t(e, n, r, o) {
2145
2145
  var a = n || {};
@@ -2195,7 +2195,7 @@ var St = ci, br = St.custom, wr = an(br) ? br : null, bi = function t(e, n, r, o
2195
2195
  return "[Function" + (g ? ": " + g : " (anonymous)") + "]" + (y.length > 0 ? " { " + k.call(y, ", ") + " }" : "");
2196
2196
  }
2197
2197
  if (an(e)) {
2198
- var m = ue ? K.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : wt.call(e);
2198
+ var m = ue ? V.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : wt.call(e);
2199
2199
  return typeof e == "object" && !ue ? ve(m) : m;
2200
2200
  }
2201
2201
  if (_i(e)) {
@@ -2250,7 +2250,7 @@ var St = ci, br = St.custom, wr = an(br) ? br : null, bi = function t(e, n, r, o
2250
2250
  if (typeof globalThis < "u" && e === globalThis || typeof er < "u" && e === er)
2251
2251
  return "{ [object globalThis] }";
2252
2252
  if (!Si(e) && !Sr(e)) {
2253
- var N = xe(e, d), j = gr ? gr(e) === Object.prototype : e instanceof Object || e.constructor === Object, U = e instanceof Object ? "" : "null prototype", q = !j && F && Object(e) === e && F in e ? Bt.call(V(e), 8, -1) : U ? "Object" : "", Te = j || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", oe = Te + (q || U ? "[" + k.call(hr.call([], q || [], U || []), ": ") + "] " : "");
2253
+ var N = xe(e, d), j = gr ? gr(e) === Object.prototype : e instanceof Object || e.constructor === Object, U = e instanceof Object ? "" : "null prototype", q = !j && F && Object(e) === e && F in e ? Bt.call(K(e), 8, -1) : U ? "Object" : "", Te = j || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", oe = Te + (q || U ? "[" + k.call(hr.call([], q || [], U || []), ": ") + "] " : "");
2254
2254
  return N.length === 0 ? oe + "{}" : p ? oe + "{" + At(N, p) + "}" : oe + "{ " + k.call(N, ", ") + " }";
2255
2255
  }
2256
2256
  return String(e);
@@ -2260,28 +2260,28 @@ function on(t, e, n) {
2260
2260
  return r + t + r;
2261
2261
  }
2262
2262
  function wi(t) {
2263
- return K.call(String(t), /"/g, "&quot;");
2263
+ return V.call(String(t), /"/g, "&quot;");
2264
2264
  }
2265
2265
  function Et(t) {
2266
- return V(t) === "[object Array]" && (!F || !(typeof t == "object" && F in t));
2266
+ return K(t) === "[object Array]" && (!F || !(typeof t == "object" && F in t));
2267
2267
  }
2268
2268
  function Si(t) {
2269
- return V(t) === "[object Date]" && (!F || !(typeof t == "object" && F in t));
2269
+ return K(t) === "[object Date]" && (!F || !(typeof t == "object" && F in t));
2270
2270
  }
2271
2271
  function Sr(t) {
2272
- return V(t) === "[object RegExp]" && (!F || !(typeof t == "object" && F in t));
2272
+ return K(t) === "[object RegExp]" && (!F || !(typeof t == "object" && F in t));
2273
2273
  }
2274
2274
  function Ei(t) {
2275
- return V(t) === "[object Error]" && (!F || !(typeof t == "object" && F in t));
2275
+ return K(t) === "[object Error]" && (!F || !(typeof t == "object" && F in t));
2276
2276
  }
2277
2277
  function Ai(t) {
2278
- return V(t) === "[object String]" && (!F || !(typeof t == "object" && F in t));
2278
+ return K(t) === "[object String]" && (!F || !(typeof t == "object" && F in t));
2279
2279
  }
2280
2280
  function Oi(t) {
2281
- return V(t) === "[object Number]" && (!F || !(typeof t == "object" && F in t));
2281
+ return K(t) === "[object Number]" && (!F || !(typeof t == "object" && F in t));
2282
2282
  }
2283
2283
  function Ri(t) {
2284
- return V(t) === "[object Boolean]" && (!F || !(typeof t == "object" && F in t));
2284
+ return K(t) === "[object Boolean]" && (!F || !(typeof t == "object" && F in t));
2285
2285
  }
2286
2286
  function an(t) {
2287
2287
  if (ue)
@@ -2311,7 +2311,7 @@ var Ti = Object.prototype.hasOwnProperty || function(t) {
2311
2311
  function J(t, e) {
2312
2312
  return Ti.call(t, e);
2313
2313
  }
2314
- function V(t) {
2314
+ function K(t) {
2315
2315
  return yi.call(t);
2316
2316
  }
2317
2317
  function xi(t) {
@@ -2405,7 +2405,7 @@ function ln(t, e) {
2405
2405
  var n = t.length - e.maxStringLength, r = "... " + n + " more character" + (n > 1 ? "s" : "");
2406
2406
  return ln(Bt.call(t, 0, e.maxStringLength), e) + r;
2407
2407
  }
2408
- var o = K.call(K.call(t, /(['\\])/g, "\\$1"), /[\x00-\x1f]/g, $i);
2408
+ var o = V.call(V.call(t, /(['\\])/g, "\\$1"), /[\x00-\x1f]/g, $i);
2409
2409
  return on(o, "single", e);
2410
2410
  }
2411
2411
  function $i(t) {
@@ -2493,9 +2493,9 @@ var cn = ye, he = ii, Li = bi, Mi = Re, Fe = cn("%WeakMap%", !0), Ce = cn("%Map%
2493
2493
  next: t.next,
2494
2494
  value: n
2495
2495
  };
2496
- }, Ki = function(t, e) {
2496
+ }, Vi = function(t, e) {
2497
2497
  return !!Ut(t, e);
2498
- }, Vi = function() {
2498
+ }, Ki = function() {
2499
2499
  var e, n, r, o = {
2500
2500
  assert: function(a) {
2501
2501
  if (!o.has(a))
@@ -2519,7 +2519,7 @@ var cn = ye, he = ii, Li = bi, Mi = Re, Fe = cn("%WeakMap%", !0), Ce = cn("%Map%
2519
2519
  if (n)
2520
2520
  return Wi(n, a);
2521
2521
  } else if (r)
2522
- return Ki(r, a);
2522
+ return Vi(r, a);
2523
2523
  return !1;
2524
2524
  },
2525
2525
  set: function(a, i) {
@@ -2542,11 +2542,11 @@ var cn = ye, he = ii, Li = bi, Mi = Re, Fe = cn("%WeakMap%", !0), Ce = cn("%Map%
2542
2542
  },
2543
2543
  RFC1738: st.RFC1738,
2544
2544
  RFC3986: st.RFC3986
2545
- }, Zi = Lt, lt = Object.prototype.hasOwnProperty, Q = Array.isArray, L = function() {
2545
+ }, Yi = Lt, lt = Object.prototype.hasOwnProperty, Q = Array.isArray, L = function() {
2546
2546
  for (var t = [], e = 0; e < 256; ++e)
2547
2547
  t.push("%" + ((e < 16 ? "0" : "") + e.toString(16)).toUpperCase());
2548
2548
  return t;
2549
- }(), Yi = function(e) {
2549
+ }(), Zi = function(e) {
2550
2550
  for (; e.length > 1; ) {
2551
2551
  var n = e.pop(), r = n.obj[n.prop];
2552
2552
  if (Q(r)) {
@@ -2608,7 +2608,7 @@ var cn = ye, he = ii, Li = bi, Mi = Re, Fe = cn("%WeakMap%", !0), Ce = cn("%Map%
2608
2608
  for (var s = "", u = 0; u < i.length; u += ct) {
2609
2609
  for (var l = i.length >= ct ? i.slice(u, u + ct) : i, c = [], p = 0; p < l.length; ++p) {
2610
2610
  var d = l.charCodeAt(p);
2611
- if (d === 45 || d === 46 || d === 95 || d === 126 || d >= 48 && d <= 57 || d >= 65 && d <= 90 || d >= 97 && d <= 122 || a === Zi.RFC1738 && (d === 40 || d === 41)) {
2611
+ if (d === 45 || d === 46 || d === 95 || d === 126 || d >= 48 && d <= 57 || d >= 65 && d <= 90 || d >= 97 && d <= 122 || a === Yi.RFC1738 && (d === 40 || d === 41)) {
2612
2612
  c[c.length] = l.charAt(p);
2613
2613
  continue;
2614
2614
  }
@@ -2635,7 +2635,7 @@ var cn = ye, he = ii, Li = bi, Mi = Re, Fe = cn("%WeakMap%", !0), Ce = cn("%Map%
2635
2635
  var l = s[u], c = i[l];
2636
2636
  typeof c == "object" && c !== null && r.indexOf(c) === -1 && (n.push({ obj: i, prop: l }), r.push(c));
2637
2637
  }
2638
- return Yi(n), e;
2638
+ return Zi(n), e;
2639
2639
  }, as = function(e) {
2640
2640
  return Object.prototype.toString.call(e) === "[object RegExp]";
2641
2641
  }, is = function(e) {
@@ -2660,7 +2660,7 @@ var cn = ye, he = ii, Li = bi, Mi = Re, Fe = cn("%WeakMap%", !0), Ce = cn("%Map%
2660
2660
  isRegExp: as,
2661
2661
  maybeMap: ls,
2662
2662
  merge: es
2663
- }, pn = Vi, $e = fn, Se = Lt, cs = Object.prototype.hasOwnProperty, dn = {
2663
+ }, pn = Ki, $e = fn, Se = Lt, cs = Object.prototype.hasOwnProperty, dn = {
2664
2664
  brackets: function(e) {
2665
2665
  return e + "[]";
2666
2666
  },
@@ -2706,8 +2706,8 @@ var cn = ye, he = ii, Li = bi, Mi = Re, Fe = cn("%WeakMap%", !0), Ce = cn("%Map%
2706
2706
  }
2707
2707
  typeof T.get(ut) > "u" && (A = 0);
2708
2708
  }
2709
- if (typeof c == "function" ? v = c(n, v) : v instanceof Date ? v = g(v) : r === "comma" && M(v) && (v = $e.maybeMap(v, function(Ke) {
2710
- return Ke instanceof Date ? g(Ke) : Ke;
2709
+ if (typeof c == "function" ? v = c(n, v) : v instanceof Date ? v = g(v) : r === "comma" && M(v) && (v = $e.maybeMap(v, function(Ve) {
2710
+ return Ve instanceof Date ? g(Ve) : Ve;
2711
2711
  })), v === null) {
2712
2712
  if (i)
2713
2713
  return l && !h ? l(n, P.encoder, S, "key", y) : n;
@@ -3047,14 +3047,14 @@ function Rt(t, e) {
3047
3047
  }
3048
3048
  var Ns = Rt(Cs, { path: "/" });
3049
3049
  const Ds = {
3050
- 参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter validation error" },
3051
- 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API endpoint not found" },
3052
- 服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal server error" },
3053
- 解析错误: { "zh-CN": "解析错误", en: "Parsing error" },
3054
- 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration error" },
3050
+ 参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter Validation Error" },
3051
+ 接口地址未找到: { "zh-CN": "接口地址未找到", en: "Api Endpoint Not Found" },
3052
+ 服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal Server Error" },
3053
+ 解析错误: { "zh-CN": "解析错误", en: "Parsing Error" },
3054
+ 请求配置异常: { "zh-CN": "请求配置异常", en: "Request Configuration Error" },
3055
3055
  "网络异常,请检查您的网络情况": {
3056
3056
  "zh-CN": "网络异常,请检查您的网络情况",
3057
- en: "Network error, please check your network status"
3057
+ en: "Network Error, Please Check Your Network Status"
3058
3058
  }
3059
3059
  };
3060
3060
  Sn(Ds);
@@ -3120,7 +3120,7 @@ const mn = Or(), gn = mn.sso ?? !0, vn = mn.noRedireLogin ?? !1, bn = () => {
3120
3120
  }
3121
3121
  return r.params = s, r.headers.Timezone = Pt.tz.guess(), r;
3122
3122
  });
3123
- }, re = "v1", Hs = te(`/api/customer/customer/${re}`), Ws = te(`/api/customer/company/${re}`), Gs = te(`/api/customer/customer-grade/${re}`), Js = te(`/api/customer/customer-type/${re}`), Ks = {
3123
+ }, re = "v1", Hs = te(`/api/customer/customer/${re}`), Ws = te(`/api/customer/company/${re}`), Gs = te(`/api/customer/customer-grade/${re}`), Js = te(`/api/customer/customer-type/${re}`), Vs = {
3124
3124
  list: te(`/api/project/${re}/list`),
3125
3125
  app: te(`/api/project/${re}/app`),
3126
3126
  people: te(`/api/project/${re}/people`)
@@ -3130,5 +3130,5 @@ export {
3130
3130
  Hs as customer,
3131
3131
  Gs as customerGrade,
3132
3132
  Js as customerType,
3133
- Ks as projectManage
3133
+ Vs as projectManage
3134
3134
  };