@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 = je("string"), _ = je("function"), Rr = je("number"), qe = (t) => t !=
33
33
  let e;
34
34
  return t && (typeof FormData == "function" && t instanceof FormData || _(t.append) && ((e = ke(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 Se(t, e, { allOwnKeys: n = !1 } = {}) {
38
38
  if (t === null || typeof t > "u")
39
39
  return;
@@ -69,11 +69,11 @@ function ct() {
69
69
  }
70
70
  const Qn = (t, e, n, { allOwnKeys: r } = {}) => (Se(e, (o, a) => {
71
71
  n && _(o) ? t[a] = Ar(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;
@@ -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: we,
200
200
  isDate: Ln,
201
201
  isFile: Mn,
@@ -209,10 +209,10 @@ const ho = (t) => {
209
209
  forEach: Se,
210
210
  merge: ct,
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: ke,
217
217
  kindOfTest: B,
218
218
  endsWith: eo,
@@ -644,7 +644,7 @@ function Uo(t) {
644
644
  return e;
645
645
  }
646
646
  const Lo = (t) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());
647
- function Ke(t, e, n, r, o) {
647
+ function Ve(t, e, n, r, o) {
648
648
  if (f.isFunction(r))
649
649
  return r.call(this, e, n);
650
650
  if (o && (e = n), !!f.isString(e)) {
@@ -713,7 +713,7 @@ class I {
713
713
  has(e, n) {
714
714
  if (e = he(e), e) {
715
715
  const r = f.findKey(this, e);
716
- return !!(r && this[r] !== void 0 && (!n || Ke(this, this[r], r, n)));
716
+ return !!(r && this[r] !== void 0 && (!n || Ve(this, this[r], r, n)));
717
717
  }
718
718
  return !1;
719
719
  }
@@ -723,7 +723,7 @@ class I {
723
723
  function a(i) {
724
724
  if (i = he(i), i) {
725
725
  const s = f.findKey(r, i);
726
- s && (!n || Ke(r, r[s], s, n)) && (delete r[s], o = !0);
726
+ s && (!n || Ve(r, r[s], s, n)) && (delete r[s], o = !0);
727
727
  }
728
728
  }
729
729
  return f.isArray(e) ? e.forEach(a) : a(e), o;
@@ -733,7 +733,7 @@ class I {
733
733
  let r = n.length, o = !1;
734
734
  for (; r--; ) {
735
735
  const a = n[r];
736
- (!e || Ke(this, this[a], a, e, !0)) && (delete this[a], o = !0);
736
+ (!e || Ve(this, this[a], a, e, !0)) && (delete this[a], o = !0);
737
737
  }
738
738
  return o;
739
739
  }
@@ -797,7 +797,7 @@ f.reduceDescriptors(I.prototype, ({ value: t }, e) => {
797
797
  };
798
798
  });
799
799
  f.freezeMethods(I);
800
- function Ve(t, e) {
800
+ function Ke(t, e) {
801
801
  const n = this || Ee, r = e || n, o = I.from(r.headers);
802
802
  let a = r.data;
803
803
  return f.forEach(t, function(s) {
@@ -1034,7 +1034,7 @@ const jr = (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 = jr(t);
1040
1040
  let a = o.data;
@@ -1123,10 +1123,10 @@ const jr = (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;
@@ -1143,7 +1143,7 @@ const jr = (t) => {
1143
1143
  await e.cancel();
1144
1144
  }
1145
1145
  }, Jt = (t, e, n, r) => {
1146
- const o = Zo(t, e);
1146
+ const o = Yo(t, e);
1147
1147
  let a = 0, i, s = (u) => {
1148
1148
  i || (i = !0, r && r(u));
1149
1149
  };
@@ -1187,7 +1187,7 @@ const jr = (t) => {
1187
1187
  }
1188
1188
  }).headers.has("Content-Type");
1189
1189
  return t && !e;
1190
- }), Kt = 64 * 1024, pt = qr && zr(() => f.isReadableStream(new Response("").body)), $e = {
1190
+ }), Vt = 64 * 1024, pt = qr && zr(() => f.isReadableStream(new Response("").body)), $e = {
1191
1191
  stream: pt && ((t) => t.body)
1192
1192
  };
1193
1193
  He && ((t) => {
@@ -1247,7 +1247,7 @@ const ra = async (t) => {
1247
1247
  h,
1248
1248
  _e(Wt(u))
1249
1249
  );
1250
- r = Jt(A.body, Kt, N, j);
1250
+ r = Jt(A.body, Vt, 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
  _e(Wt(s), !0)
1274
1274
  ) || [];
1275
1275
  E = new Response(
1276
- Jt(E.body, Kt, N, () => {
1276
+ Jt(E.body, Vt, N, () => {
1277
1277
  j && j(), m && m();
1278
1278
  }),
1279
1279
  A
@@ -1301,7 +1301,7 @@ const ra = async (t) => {
1301
1301
  }
1302
1302
  }), dt = {
1303
1303
  http: bo,
1304
- xhr: Vo,
1304
+ xhr: Ko,
1305
1305
  fetch: oa
1306
1306
  };
1307
1307
  f.forEach(dt, (t, e) => {
@@ -1313,7 +1313,7 @@ f.forEach(dt, (t, e) => {
1313
1313
  Object.defineProperty(t, "adapterName", { value: e });
1314
1314
  }
1315
1315
  });
1316
- const Vt = (t) => `- ${t}`, aa = (t) => f.isFunction(t) || t === null || t === !1, Hr = {
1316
+ const Kt = (t) => `- ${t}`, aa = (t) => f.isFunction(t) || t === null || t === !1, Hr = {
1317
1317
  getAdapter: (t) => {
1318
1318
  t = f.isArray(t) ? t : [t];
1319
1319
  const { length: e } = t;
@@ -1333,8 +1333,8 @@ const Vt = (t) => `- ${t}`, aa = (t) => f.isFunction(t) || t === null || t === !
1333
1333
  ([s, u]) => `adapter ${s} ` + (u === !1 ? "is not supported by the environment" : "is not available in the build")
1334
1334
  );
1335
1335
  let i = e ? a.length > 1 ? `since :
1336
- ` + a.map(Vt).join(`
1337
- `) : " " + Vt(a[0]) : "as no adapter specified";
1336
+ ` + a.map(Kt).join(`
1337
+ `) : " " + Kt(a[0]) : "as no adapter specified";
1338
1338
  throw new b(
1339
1339
  "There is no suitable adapter to dispatch the request " + i,
1340
1340
  "ERR_NOT_SUPPORT"
@@ -1349,17 +1349,17 @@ function Qe(t) {
1349
1349
  throw new fe(null, t);
1350
1350
  }
1351
1351
  function Qt(t) {
1352
- return Qe(t), t.headers = I.from(t.headers), t.data = Ve.call(
1352
+ return Qe(t), t.headers = I.from(t.headers), t.data = Ke.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), Hr.getAdapter(t.adapter || Ee.adapter)(t).then(function(r) {
1356
- return Qe(t), r.data = Ve.call(
1356
+ return Qe(t), r.data = Ke.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 Lr(r) || (Qe(t), r && r.response && (r.response.data = Ve.call(
1362
+ return Lr(r) || (Qe(t), r && r.response && (r.response.data = Ke.call(
1363
1363
  t,
1364
1364
  t.transformResponse,
1365
1365
  r.response
@@ -1407,7 +1407,7 @@ const yt = {
1407
1407
  assertOptions: ia,
1408
1408
  validators: xt
1409
1409
  }, G = yt.validators;
1410
- class Z {
1410
+ class Y {
1411
1411
  constructor(e) {
1412
1412
  this.defaults = e, this.interceptors = {
1413
1413
  request: new qt(),
@@ -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(te(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 Ft {
1532
1532
  constructor(e) {
@@ -1678,13 +1678,13 @@ Object.entries(ht).forEach(([t, e]) => {
1678
1678
  ht[e] = t;
1679
1679
  });
1680
1680
  function Gr(t) {
1681
- const e = new Z(t), n = Ar(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) {
1681
+ const e = new Y(t), n = Ar(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
1683
  return Gr(te(t, o));
1684
1684
  }, n;
1685
1685
  }
1686
1686
  const R = Gr(Ee);
1687
- R.Axios = Z;
1687
+ R.Axios = Y;
1688
1688
  R.CanceledError = fe;
1689
1689
  R.CancelToken = Ft;
1690
1690
  R.isCancel = Lr;
@@ -1703,7 +1703,7 @@ R.formToJSON = (t) => Ur(f.isHTMLForm(t) ? new FormData(t) : t);
1703
1703
  R.getAdapter = Hr.getAdapter;
1704
1704
  R.HttpStatusCode = ht;
1705
1705
  R.default = R;
1706
- var Zt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1706
+ var Yt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1707
1707
  function ca(t) {
1708
1708
  return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
1709
1709
  }
@@ -1749,8 +1749,8 @@ var fa = Error, pa = EvalError, da = RangeError, ya = ReferenceError, Jr = Synta
1749
1749
  return !1;
1750
1750
  }
1751
1751
  return !0;
1752
- }, Yt = typeof Symbol < "u" && Symbol, ga = ma, va = function() {
1753
- return typeof Yt != "function" || typeof Symbol != "function" || typeof Yt("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : ga();
1752
+ }, Zt = typeof Symbol < "u" && Symbol, ga = ma, va = function() {
1753
+ return typeof Zt != "function" || typeof Symbol != "function" || typeof Zt("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : ga();
1754
1754
  }, Xe = {
1755
1755
  __proto__: null,
1756
1756
  foo: {}
@@ -1794,31 +1794,31 @@ var fa = Error, pa = EvalError, da = RangeError, ya = ReferenceError, Jr = Synta
1794
1794
  l.prototype = n.prototype, o.prototype = new l(), l.prototype = null;
1795
1795
  }
1796
1796
  return o;
1797
- }, xa = Ta, Ct = Function.prototype.bind || xa, Fa = Function.prototype.call, Ca = Object.prototype.hasOwnProperty, Na = Ct, Da = Na.call(Fa, Ca), w, Ia = fa, _a = pa, $a = da, Ba = ya, se = Jr, ie = Ae, Ua = ha, Kr = Function, Ze = function(t) {
1797
+ }, xa = Ta, Ct = Function.prototype.bind || xa, Fa = Function.prototype.call, Ca = Object.prototype.hasOwnProperty, Na = Ct, Da = Na.call(Fa, Ca), w, Ia = fa, _a = pa, $a = da, Ba = ya, se = Jr, ie = Ae, Ua = ha, Vr = Function, Ye = function(t) {
1798
1798
  try {
1799
- return Kr('"use strict"; return (' + t + ").constructor;")();
1799
+ return Vr('"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
- var Ye = function() {
1809
+ var Ze = function() {
1810
1810
  throw new ie();
1811
- }, La = Y ? function() {
1811
+ }, La = Z ? function() {
1812
1812
  try {
1813
- return arguments.callee, Ye;
1813
+ return arguments.callee, Ze;
1814
1814
  } catch {
1815
1815
  try {
1816
- return Y(arguments, "callee").get;
1816
+ return Z(arguments, "callee").get;
1817
1817
  } catch {
1818
- return Ye;
1818
+ return Ze;
1819
1819
  }
1820
1820
  }
1821
- }() : Ye, ne = va(), Ma = wa(), x = Object.getPrototypeOf || (Ma ? function(t) {
1821
+ }() : Ze, ne = va(), Ma = wa(), x = Object.getPrototypeOf || (Ma ? function(t) {
1822
1822
  return t.__proto__;
1823
1823
  } : null), ae = {}, ka = typeof Uint8Array > "u" || !x ? w : x(Uint8Array), ee = {
1824
1824
  __proto__: null,
@@ -1849,7 +1849,7 @@ var Ye = function() {
1849
1849
  "%Float32Array%": typeof Float32Array > "u" ? w : Float32Array,
1850
1850
  "%Float64Array%": typeof Float64Array > "u" ? w : Float64Array,
1851
1851
  "%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? w : FinalizationRegistry,
1852
- "%Function%": Kr,
1852
+ "%Function%": Vr,
1853
1853
  "%GeneratorFunction%": ae,
1854
1854
  "%Int8Array%": typeof Int8Array > "u" ? w : Int8Array,
1855
1855
  "%Int16Array%": typeof Int16Array > "u" ? w : Int16Array,
@@ -1900,11 +1900,11 @@ if (x)
1900
1900
  var qa = function t(e) {
1901
1901
  var n;
1902
1902
  if (e === "%AsyncFunction%")
1903
- n = Ze("async function () {}");
1903
+ n = Ye("async function () {}");
1904
1904
  else if (e === "%GeneratorFunction%")
1905
- n = Ze("function* () {}");
1905
+ n = Ye("function* () {}");
1906
1906
  else if (e === "%AsyncGeneratorFunction%")
1907
- n = Ze("async function* () {}");
1907
+ n = Ye("async function* () {}");
1908
1908
  else if (e === "%AsyncGenerator%") {
1909
1909
  var r = t("%AsyncGeneratorFunction%");
1910
1910
  r && (n = r.prototype);
@@ -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
- }, Oe = Ct, Be = Da, za = Oe.call(Function.call, Array.prototype.concat), Ha = Oe.call(Function.apply, Array.prototype.splice), rr = Oe.call(Function.call, String.prototype.replace), Ue = Oe.call(Function.call, String.prototype.slice), Wa = Oe.call(Function.call, RegExp.prototype.exec), Ga = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, Ja = /\\(\\)?/g, Ka = function(e) {
1969
+ }, Oe = Ct, Be = Da, za = Oe.call(Function.call, Array.prototype.concat), Ha = Oe.call(Function.apply, Array.prototype.splice), rr = Oe.call(Function.call, String.prototype.replace), Ue = Oe.call(Function.call, String.prototype.slice), Wa = Oe.call(Function.call, RegExp.prototype.exec), Ga = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, Ja = /\\(\\)?/g, Va = function(e) {
1970
1970
  var n = Ue(e, 0, 1), r = Ue(e, -1);
1971
1971
  if (n === "%" && r !== "%")
1972
1972
  throw new se("invalid intrinsic syntax, expected closing `%`");
@@ -1976,7 +1976,7 @@ var qa = function t(e) {
1976
1976
  return rr(e, Ga, function(a, i, s, u) {
1977
1977
  o[o.length] = s ? rr(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 (Be(tr, r) && (o = tr[r], r = "%" + o[0] + "%"), Be(ee, r)) {
1982
1982
  var a = ee[r];
@@ -1996,7 +1996,7 @@ var qa = function t(e) {
1996
1996
  throw new ie('"allowMissing" argument must be a boolean');
1997
1997
  if (Wa(/^%?[^%]*%?$/, e) === null)
1998
1998
  throw new se("`%` 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 = Ue(d, 0, 1), y = Ue(d, -1);
@@ -2010,8 +2010,8 @@ var qa = function t(e) {
2010
2010
  throw new ie("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 = Be(s, d), s = s[d];
@@ -2019,7 +2019,7 @@ var qa = function t(e) {
2019
2019
  }
2020
2020
  }
2021
2021
  return s;
2022
- }, Vr = { exports: {} }, et, nr;
2022
+ }, Kr = { exports: {} }, et, nr;
2023
2023
  function Nt() {
2024
2024
  if (nr) return et;
2025
2025
  nr = 1;
@@ -2039,7 +2039,7 @@ if (De)
2039
2039
  } catch {
2040
2040
  De = null;
2041
2041
  }
2042
- var Qr = De, or = Nt(), Xa = Jr, oe = Ae, ar = Qr, Za = function(e, n, r) {
2042
+ var Qr = De, or = Nt(), Xa = Jr, oe = Ae, ar = Qr, Ya = function(e, n, r) {
2043
2043
  if (!e || typeof e != "object" && typeof e != "function")
2044
2044
  throw new oe("`obj` must be an object or a function`");
2045
2045
  if (typeof n != "string" && typeof n != "symbol")
@@ -2076,7 +2076,7 @@ Xr.hasArrayLengthDefineBug = function() {
2076
2076
  return !0;
2077
2077
  }
2078
2078
  };
2079
- var Ya = Xr, ei = pe, ir = Za, ti = Ya(), sr = Qr, lr = Ae, ri = ei("%Math.floor%"), ni = function(e, n) {
2079
+ var Za = Xr, ei = pe, ir = Ya, ti = Za(), sr = Qr, lr = Ae, ri = ei("%Math.floor%"), ni = function(e, n) {
2080
2080
  if (typeof e != "function")
2081
2081
  throw new lr("`fn` is not a function");
2082
2082
  if (typeof n != "number" || n < 0 || n > 4294967295 || ri(n) !== n)
@@ -2116,16 +2116,16 @@ var Ya = Xr, ei = pe, ir = Za, ti = Ya(), sr = Qr, lr = Ae, ri = ei("%Math.floor
2116
2116
  return s(e, a, arguments);
2117
2117
  };
2118
2118
  u ? u(t.exports, "apply", { value: c }) : t.exports.apply = c;
2119
- })(Vr);
2120
- var oi = Vr.exports, Zr = pe, Yr = oi, ai = Yr(Zr("String.prototype.indexOf")), ii = function(e, n) {
2121
- var r = Zr(e, !!n);
2122
- return typeof r == "function" && ai(e, ".prototype.") > -1 ? Yr(r) : r;
2119
+ })(Kr);
2120
+ var oi = Kr.exports, Yr = pe, Zr = oi, ai = Zr(Yr("String.prototype.indexOf")), ii = function(e, n) {
2121
+ var r = Yr(e, !!n);
2122
+ return typeof r == "function" && ai(e, ".prototype.") > -1 ? Zr(r) : r;
2123
2123
  };
2124
2124
  const si = {}, li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2125
2125
  __proto__: null,
2126
2126
  default: si
2127
2127
  }, Symbol.toStringTag, { value: "Module" })), ci = /* @__PURE__ */ ua(li);
2128
- var Dt = typeof Map == "function" && Map.prototype, tt = Object.getOwnPropertyDescriptor && Dt ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, Le = Dt && tt && typeof tt.get == "function" ? tt.get : null, cr = Dt && Map.prototype.forEach, It = typeof Set == "function" && Set.prototype, rt = Object.getOwnPropertyDescriptor && It ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, Me = It && rt && typeof rt.get == "function" ? rt.get : null, ur = It && Set.prototype.forEach, ui = typeof WeakMap == "function" && WeakMap.prototype, ge = ui ? WeakMap.prototype.has : null, fi = typeof WeakSet == "function" && WeakSet.prototype, ve = fi ? WeakSet.prototype.has : null, pi = typeof WeakRef == "function" && WeakRef.prototype, fr = pi ? WeakRef.prototype.deref : null, di = Boolean.prototype.valueOf, yi = Object.prototype.toString, hi = Function.prototype.toString, mi = String.prototype.match, _t = String.prototype.slice, K = String.prototype.replace, gi = String.prototype.toUpperCase, pr = String.prototype.toLowerCase, en = RegExp.prototype.test, dr = Array.prototype.concat, k = Array.prototype.join, vi = Array.prototype.slice, yr = Math.floor, gt = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, nt = Object.getOwnPropertySymbols, vt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, le = typeof Symbol == "function" && typeof Symbol.iterator == "object", F = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === le || !0) ? Symbol.toStringTag : null, tn = Object.prototype.propertyIsEnumerable, hr = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
2128
+ var Dt = typeof Map == "function" && Map.prototype, tt = Object.getOwnPropertyDescriptor && Dt ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, Le = Dt && tt && typeof tt.get == "function" ? tt.get : null, cr = Dt && Map.prototype.forEach, It = typeof Set == "function" && Set.prototype, rt = Object.getOwnPropertyDescriptor && It ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, Me = It && rt && typeof rt.get == "function" ? rt.get : null, ur = It && Set.prototype.forEach, ui = typeof WeakMap == "function" && WeakMap.prototype, ge = ui ? WeakMap.prototype.has : null, fi = typeof WeakSet == "function" && WeakSet.prototype, ve = fi ? WeakSet.prototype.has : null, pi = typeof WeakRef == "function" && WeakRef.prototype, fr = pi ? WeakRef.prototype.deref : null, di = Boolean.prototype.valueOf, yi = Object.prototype.toString, hi = Function.prototype.toString, mi = String.prototype.match, _t = String.prototype.slice, V = String.prototype.replace, gi = String.prototype.toUpperCase, pr = String.prototype.toLowerCase, en = RegExp.prototype.test, dr = Array.prototype.concat, k = Array.prototype.join, vi = Array.prototype.slice, yr = Math.floor, gt = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, nt = Object.getOwnPropertySymbols, vt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, le = typeof Symbol == "function" && typeof Symbol.iterator == "object", F = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === le || !0) ? Symbol.toStringTag : null, tn = Object.prototype.propertyIsEnumerable, hr = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
2129
2129
  return t.__proto__;
2130
2130
  } : null);
2131
2131
  function mr(t, e) {
@@ -2136,10 +2136,10 @@ function mr(t, e) {
2136
2136
  var r = t < 0 ? -yr(-t) : yr(t);
2137
2137
  if (r !== t) {
2138
2138
  var o = String(r), a = _t.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 bt = ci, gr = bt.custom, vr = nn(gr) ? gr : null, bi = function t(e, n, r, o) {
2145
2145
  var a = n || {};
@@ -2195,7 +2195,7 @@ var bt = ci, gr = bt.custom, vr = nn(gr) ? gr : 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 (nn(e)) {
2198
- var m = le ? K.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : vt.call(e);
2198
+ var m = le ? V.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : vt.call(e);
2199
2199
  return typeof e == "object" && !le ? me(m) : m;
2200
2200
  }
2201
2201
  if (_i(e)) {
@@ -2247,10 +2247,10 @@ var bt = ci, gr = bt.custom, vr = nn(gr) ? gr : null, bi = function t(e, n, r, o
2247
2247
  return me(d(String(e)));
2248
2248
  if (typeof window < "u" && e === window)
2249
2249
  return "{ [object Window] }";
2250
- if (typeof globalThis < "u" && e === globalThis || typeof Zt < "u" && e === Zt)
2250
+ if (typeof globalThis < "u" && e === globalThis || typeof Yt < "u" && e === Yt)
2251
2251
  return "{ [object globalThis] }";
2252
2252
  if (!Si(e) && !br(e)) {
2253
- var N = Pe(e, d), j = hr ? hr(e) === Object.prototype : e instanceof Object || e.constructor === Object, U = e instanceof Object ? "" : "null prototype", q = !j && F && Object(e) === e && F in e ? _t.call(V(e), 8, -1) : U ? "Object" : "", Re = j || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", re = Re + (q || U ? "[" + k.call(dr.call([], q || [], U || []), ": ") + "] " : "");
2253
+ var N = Pe(e, d), j = hr ? hr(e) === Object.prototype : e instanceof Object || e.constructor === Object, U = e instanceof Object ? "" : "null prototype", q = !j && F && Object(e) === e && F in e ? _t.call(K(e), 8, -1) : U ? "Object" : "", Re = j || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", re = Re + (q || U ? "[" + k.call(dr.call([], q || [], U || []), ": ") + "] " : "");
2254
2254
  return N.length === 0 ? re + "{}" : p ? re + "{" + St(N, p) + "}" : re + "{ " + k.call(N, ", ") + " }";
2255
2255
  }
2256
2256
  return String(e);
@@ -2260,28 +2260,28 @@ function rn(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 wt(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 br(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 nn(t) {
2287
2287
  if (le)
@@ -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 an(t, e) {
2405
2405
  var n = t.length - e.maxStringLength, r = "... " + n + " more character" + (n > 1 ? "s" : "");
2406
2406
  return an(_t.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 rn(o, "single", e);
2410
2410
  }
2411
2411
  function $i(t) {
@@ -2493,9 +2493,9 @@ var sn = pe, de = ii, Li = bi, Mi = Ae, Te = sn("%WeakMap%", !0), xe = sn("%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 !!$t(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 sn = pe, de = ii, Li = bi, Mi = Ae, Te = sn("%WeakMap%", !0), xe = sn("%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 sn = pe, de = ii, Li = bi, Mi = Ae, Te = sn("%WeakMap%", !0), xe = sn("%Map%
2542
2542
  },
2543
2543
  RFC1738: at.RFC1738,
2544
2544
  RFC3986: at.RFC3986
2545
- }, Zi = Bt, it = Object.prototype.hasOwnProperty, Q = Array.isArray, L = function() {
2545
+ }, Yi = Bt, it = 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 sn = pe, de = ii, Li = bi, Mi = Ae, Te = sn("%WeakMap%", !0), xe = sn("%Map%
2608
2608
  for (var s = "", u = 0; u < i.length; u += st) {
2609
2609
  for (var l = i.length >= st ? i.slice(u, u + st) : 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 sn = pe, de = ii, Li = bi, Mi = Ae, Te = sn("%WeakMap%", !0), xe = sn("%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 sn = pe, de = ii, Li = bi, Mi = Ae, Te = sn("%WeakMap%", !0), xe = sn("%Map%
2660
2660
  isRegExp: as,
2661
2661
  maybeMap: ls,
2662
2662
  merge: es
2663
- }, un = Vi, Ie = cn, be = Bt, cs = Object.prototype.hasOwnProperty, fn = {
2663
+ }, un = Ki, Ie = cn, be = Bt, cs = Object.prototype.hasOwnProperty, fn = {
2664
2664
  brackets: function(e) {
2665
2665
  return e + "[]";
2666
2666
  },
@@ -3047,14 +3047,14 @@ function At(t, e) {
3047
3047
  }
3048
3048
  var Ns = At(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);