@das-fed/upf-utils 6.4.0-dev.156 → 6.4.0-dev.158

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 (56) hide show
  1. package/api-services/index.js +1 -1
  2. package/api-services/index.js.gz +0 -0
  3. package/api-services/modules/app-manage/index.js +806 -792
  4. package/api-services/modules/app-manage/index.js.gz +0 -0
  5. package/api-services/modules/authentication/index.js +836 -818
  6. package/api-services/modules/authentication/index.js.gz +0 -0
  7. package/api-services/modules/bems/index.js +839 -821
  8. package/api-services/modules/bems/index.js.gz +0 -0
  9. package/api-services/modules/contract/index.js +662 -658
  10. package/api-services/modules/contract/index.js.gz +0 -0
  11. package/api-services/modules/duty-manage/index.js +1 -1
  12. package/api-services/modules/duty-manage/index.js.gz +0 -0
  13. package/api-services/modules/enterpriseright/index.js +1 -1
  14. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  15. package/api-services/modules/file/index.js +1 -1
  16. package/api-services/modules/file/index.js.gz +0 -0
  17. package/api-services/modules/gateway-edge/index.js +836 -818
  18. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  19. package/api-services/modules/index.js +1 -1
  20. package/api-services/modules/index.js.gz +0 -0
  21. package/api-services/modules/iot/index.js +1076 -1094
  22. package/api-services/modules/iot/index.js.gz +0 -0
  23. package/api-services/modules/justauth/index.js +1 -1
  24. package/api-services/modules/justauth/index.js.gz +0 -0
  25. package/api-services/modules/knowledge/index.js +836 -818
  26. package/api-services/modules/knowledge/index.js.gz +0 -0
  27. package/api-services/modules/link/index.js +1 -1
  28. package/api-services/modules/link/index.js.gz +0 -0
  29. package/api-services/modules/permission/index.js +836 -818
  30. package/api-services/modules/permission/index.js.gz +0 -0
  31. package/api-services/modules/platformManage/index.js +1 -1
  32. package/api-services/modules/platformManage/index.js.gz +0 -0
  33. package/api-services/modules/portal/index.js +1 -1
  34. package/api-services/modules/portal/index.js.gz +0 -0
  35. package/api-services/modules/space-manage/index.js +1 -1
  36. package/api-services/modules/space-manage/index.js.gz +0 -0
  37. package/api-services/modules/super-admin/index.js +1 -1
  38. package/api-services/modules/super-admin/index.js.gz +0 -0
  39. package/api-services/modules/supplier/index.js +820 -838
  40. package/api-services/modules/supplier/index.js.gz +0 -0
  41. package/api-services/modules/supplychain-manage/index.js +1 -1
  42. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  43. package/api-services/modules/systemConfiguration/index.js +1 -1
  44. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  45. package/api-services/modules/tool/index.js +836 -818
  46. package/api-services/modules/tool/index.js.gz +0 -0
  47. package/api-services/src/create-service/index.js +1 -1
  48. package/api-services/src/create-service/index.js.gz +0 -0
  49. package/common-tools/handle-data/index.js +9 -10
  50. package/create-api-service/check-token/index.d.ts +16 -0
  51. package/create-api-service/check-token/index.js +1757 -0
  52. package/create-api-service/check-token/index.js.gz +0 -0
  53. package/create-api-service/index.js +1 -1
  54. package/create-api-service/index.js.gz +0 -0
  55. package/esm-map.json +2 -1
  56. package/package.json +4 -4
@@ -0,0 +1,1757 @@
1
+ import { getConfig as st } from "@das-fed/upf-utils/config";
2
+ function Ue(e, t) {
3
+ return function() {
4
+ return e.apply(t, arguments);
5
+ };
6
+ }
7
+ const { toString: ot } = Object.prototype, { getPrototypeOf: fe } = Object, { iterator: X, toStringTag: Le } = Symbol, G = /* @__PURE__ */ ((e) => (t) => {
8
+ const n = ot.call(t);
9
+ return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
10
+ })(/* @__PURE__ */ Object.create(null)), C = (e) => (e = e.toLowerCase(), (t) => G(t) === e), Q = (e) => (t) => typeof t === e, { isArray: B } = Array, I = Q("undefined");
11
+ function it(e) {
12
+ return e !== null && !I(e) && e.constructor !== null && !I(e.constructor) && A(e.constructor.isBuffer) && e.constructor.isBuffer(e);
13
+ }
14
+ const ke = C("ArrayBuffer");
15
+ function at(e) {
16
+ let t;
17
+ return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && ke(e.buffer), t;
18
+ }
19
+ const ct = Q("string"), A = Q("function"), Be = Q("number"), Y = (e) => e !== null && typeof e == "object", lt = (e) => e === !0 || e === !1, $ = (e) => {
20
+ if (G(e) !== "object")
21
+ return !1;
22
+ const t = fe(e);
23
+ return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Le in e) && !(X in e);
24
+ }, ut = C("Date"), ft = C("File"), dt = C("Blob"), pt = C("FileList"), ht = (e) => Y(e) && A(e.pipe), mt = (e) => {
25
+ let t;
26
+ return e && (typeof FormData == "function" && e instanceof FormData || A(e.append) && ((t = G(e)) === "formdata" || // detect form-data instance
27
+ t === "object" && A(e.toString) && e.toString() === "[object FormData]"));
28
+ }, yt = C("URLSearchParams"), [wt, bt, Et, Rt] = ["ReadableStream", "Request", "Response", "Headers"].map(C), gt = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
29
+ function H(e, t, { allOwnKeys: n = !1 } = {}) {
30
+ if (e === null || typeof e > "u")
31
+ return;
32
+ let r, s;
33
+ if (typeof e != "object" && (e = [e]), B(e))
34
+ for (r = 0, s = e.length; r < s; r++)
35
+ t.call(null, e[r], r, e);
36
+ else {
37
+ const o = n ? Object.getOwnPropertyNames(e) : Object.keys(e), i = o.length;
38
+ let c;
39
+ for (r = 0; r < i; r++)
40
+ c = o[r], t.call(null, e[c], c, e);
41
+ }
42
+ }
43
+ function De(e, t) {
44
+ t = t.toLowerCase();
45
+ const n = Object.keys(e);
46
+ let r = n.length, s;
47
+ for (; r-- > 0; )
48
+ if (s = n[r], t === s.toLowerCase())
49
+ return s;
50
+ return null;
51
+ }
52
+ const U = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, je = (e) => !I(e) && e !== U;
53
+ function oe() {
54
+ const { caseless: e } = je(this) && this || {}, t = {}, n = (r, s) => {
55
+ const o = e && De(t, s) || s;
56
+ $(t[o]) && $(r) ? t[o] = oe(t[o], r) : $(r) ? t[o] = oe({}, r) : B(r) ? t[o] = r.slice() : t[o] = r;
57
+ };
58
+ for (let r = 0, s = arguments.length; r < s; r++)
59
+ arguments[r] && H(arguments[r], n);
60
+ return t;
61
+ }
62
+ const St = (e, t, n, { allOwnKeys: r } = {}) => (H(t, (s, o) => {
63
+ n && A(s) ? e[o] = Ue(s, n) : e[o] = s;
64
+ }, { allOwnKeys: r }), e), Tt = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Ot = (e, t, n, r) => {
65
+ e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
66
+ value: t.prototype
67
+ }), n && Object.assign(e.prototype, n);
68
+ }, At = (e, t, n, r) => {
69
+ let s, o, i;
70
+ const c = {};
71
+ if (t = t || {}, e == null) return t;
72
+ do {
73
+ for (s = Object.getOwnPropertyNames(e), o = s.length; o-- > 0; )
74
+ i = s[o], (!r || r(i, e, t)) && !c[i] && (t[i] = e[i], c[i] = !0);
75
+ e = n !== !1 && fe(e);
76
+ } while (e && (!n || n(e, t)) && e !== Object.prototype);
77
+ return t;
78
+ }, xt = (e, t, n) => {
79
+ e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
80
+ const r = e.indexOf(t, n);
81
+ return r !== -1 && r === n;
82
+ }, Ct = (e) => {
83
+ if (!e) return null;
84
+ if (B(e)) return e;
85
+ let t = e.length;
86
+ if (!Be(t)) return null;
87
+ const n = new Array(t);
88
+ for (; t-- > 0; )
89
+ n[t] = e[t];
90
+ return n;
91
+ }, Nt = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && fe(Uint8Array)), Pt = (e, t) => {
92
+ const r = (e && e[X]).call(e);
93
+ let s;
94
+ for (; (s = r.next()) && !s.done; ) {
95
+ const o = s.value;
96
+ t.call(e, o[0], o[1]);
97
+ }
98
+ }, _t = (e, t) => {
99
+ let n;
100
+ const r = [];
101
+ for (; (n = e.exec(t)) !== null; )
102
+ r.push(n);
103
+ return r;
104
+ }, Ft = C("HTMLFormElement"), Ut = (e) => e.toLowerCase().replace(
105
+ /[-_\s]([a-z\d])(\w*)/g,
106
+ function(n, r, s) {
107
+ return r.toUpperCase() + s;
108
+ }
109
+ ), me = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Lt = C("RegExp"), qe = (e, t) => {
110
+ const n = Object.getOwnPropertyDescriptors(e), r = {};
111
+ H(n, (s, o) => {
112
+ let i;
113
+ (i = t(s, o, e)) !== !1 && (r[o] = i || s);
114
+ }), Object.defineProperties(e, r);
115
+ }, kt = (e) => {
116
+ qe(e, (t, n) => {
117
+ if (A(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
118
+ return !1;
119
+ const r = e[n];
120
+ if (A(r)) {
121
+ if (t.enumerable = !1, "writable" in t) {
122
+ t.writable = !1;
123
+ return;
124
+ }
125
+ t.set || (t.set = () => {
126
+ throw Error("Can not rewrite read-only method '" + n + "'");
127
+ });
128
+ }
129
+ });
130
+ }, Bt = (e, t) => {
131
+ const n = {}, r = (s) => {
132
+ s.forEach((o) => {
133
+ n[o] = !0;
134
+ });
135
+ };
136
+ return B(e) ? r(e) : r(String(e).split(t)), n;
137
+ }, Dt = () => {
138
+ }, jt = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
139
+ function qt(e) {
140
+ return !!(e && A(e.append) && e[Le] === "FormData" && e[X]);
141
+ }
142
+ const It = (e) => {
143
+ const t = new Array(10), n = (r, s) => {
144
+ if (Y(r)) {
145
+ if (t.indexOf(r) >= 0)
146
+ return;
147
+ if (!("toJSON" in r)) {
148
+ t[s] = r;
149
+ const o = B(r) ? [] : {};
150
+ return H(r, (i, c) => {
151
+ const f = n(i, s + 1);
152
+ !I(f) && (o[c] = f);
153
+ }), t[s] = void 0, o;
154
+ }
155
+ }
156
+ return r;
157
+ };
158
+ return n(e, 0);
159
+ }, Ht = C("AsyncFunction"), Mt = (e) => e && (Y(e) || A(e)) && A(e.then) && A(e.catch), Ie = ((e, t) => e ? setImmediate : t ? ((n, r) => (U.addEventListener("message", ({ source: s, data: o }) => {
160
+ s === U && o === n && r.length && r.shift()();
161
+ }, !1), (s) => {
162
+ r.push(s), U.postMessage(n, "*");
163
+ }))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
164
+ typeof setImmediate == "function",
165
+ A(U.postMessage)
166
+ ), zt = typeof queueMicrotask < "u" ? queueMicrotask.bind(U) : typeof process < "u" && process.nextTick || Ie, $t = (e) => e != null && A(e[X]), a = {
167
+ isArray: B,
168
+ isArrayBuffer: ke,
169
+ isBuffer: it,
170
+ isFormData: mt,
171
+ isArrayBufferView: at,
172
+ isString: ct,
173
+ isNumber: Be,
174
+ isBoolean: lt,
175
+ isObject: Y,
176
+ isPlainObject: $,
177
+ isReadableStream: wt,
178
+ isRequest: bt,
179
+ isResponse: Et,
180
+ isHeaders: Rt,
181
+ isUndefined: I,
182
+ isDate: ut,
183
+ isFile: ft,
184
+ isBlob: dt,
185
+ isRegExp: Lt,
186
+ isFunction: A,
187
+ isStream: ht,
188
+ isURLSearchParams: yt,
189
+ isTypedArray: Nt,
190
+ isFileList: pt,
191
+ forEach: H,
192
+ merge: oe,
193
+ extend: St,
194
+ trim: gt,
195
+ stripBOM: Tt,
196
+ inherits: Ot,
197
+ toFlatObject: At,
198
+ kindOf: G,
199
+ kindOfTest: C,
200
+ endsWith: xt,
201
+ toArray: Ct,
202
+ forEachEntry: Pt,
203
+ matchAll: _t,
204
+ isHTMLForm: Ft,
205
+ hasOwnProperty: me,
206
+ hasOwnProp: me,
207
+ // an alias to avoid ESLint no-prototype-builtins detection
208
+ reduceDescriptors: qe,
209
+ freezeMethods: kt,
210
+ toObjectSet: Bt,
211
+ toCamelCase: Ut,
212
+ noop: Dt,
213
+ toFiniteNumber: jt,
214
+ findKey: De,
215
+ global: U,
216
+ isContextDefined: je,
217
+ isSpecCompliantForm: qt,
218
+ toJSONObject: It,
219
+ isAsyncFn: Ht,
220
+ isThenable: Mt,
221
+ setImmediate: Ie,
222
+ asap: zt,
223
+ isIterable: $t
224
+ };
225
+ function m(e, t, n, r, s) {
226
+ Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), r && (this.request = r), s && (this.response = s, this.status = s.status ? s.status : null);
227
+ }
228
+ a.inherits(m, Error, {
229
+ toJSON: function() {
230
+ return {
231
+ // Standard
232
+ message: this.message,
233
+ name: this.name,
234
+ // Microsoft
235
+ description: this.description,
236
+ number: this.number,
237
+ // Mozilla
238
+ fileName: this.fileName,
239
+ lineNumber: this.lineNumber,
240
+ columnNumber: this.columnNumber,
241
+ stack: this.stack,
242
+ // Axios
243
+ config: a.toJSONObject(this.config),
244
+ code: this.code,
245
+ status: this.status
246
+ };
247
+ }
248
+ });
249
+ const He = m.prototype, Me = {};
250
+ [
251
+ "ERR_BAD_OPTION_VALUE",
252
+ "ERR_BAD_OPTION",
253
+ "ECONNABORTED",
254
+ "ETIMEDOUT",
255
+ "ERR_NETWORK",
256
+ "ERR_FR_TOO_MANY_REDIRECTS",
257
+ "ERR_DEPRECATED",
258
+ "ERR_BAD_RESPONSE",
259
+ "ERR_BAD_REQUEST",
260
+ "ERR_CANCELED",
261
+ "ERR_NOT_SUPPORT",
262
+ "ERR_INVALID_URL"
263
+ // eslint-disable-next-line func-names
264
+ ].forEach((e) => {
265
+ Me[e] = { value: e };
266
+ });
267
+ Object.defineProperties(m, Me);
268
+ Object.defineProperty(He, "isAxiosError", { value: !0 });
269
+ m.from = (e, t, n, r, s, o) => {
270
+ const i = Object.create(He);
271
+ return a.toFlatObject(e, i, function(f) {
272
+ return f !== Error.prototype;
273
+ }, (c) => c !== "isAxiosError"), m.call(i, e.message, t, n, r, s), i.cause = e, i.name = e.name, o && Object.assign(i, o), i;
274
+ };
275
+ const Jt = null;
276
+ function ie(e) {
277
+ return a.isPlainObject(e) || a.isArray(e);
278
+ }
279
+ function ze(e) {
280
+ return a.endsWith(e, "[]") ? e.slice(0, -2) : e;
281
+ }
282
+ function ye(e, t, n) {
283
+ return e ? e.concat(t).map(function(s, o) {
284
+ return s = ze(s), !n && o ? "[" + s + "]" : s;
285
+ }).join(n ? "." : "") : t;
286
+ }
287
+ function Vt(e) {
288
+ return a.isArray(e) && !e.some(ie);
289
+ }
290
+ const Wt = a.toFlatObject(a, {}, null, function(t) {
291
+ return /^is[A-Z]/.test(t);
292
+ });
293
+ function Z(e, t, n) {
294
+ if (!a.isObject(e))
295
+ throw new TypeError("target must be an object");
296
+ t = t || new FormData(), n = a.toFlatObject(n, {
297
+ metaTokens: !0,
298
+ dots: !1,
299
+ indexes: !1
300
+ }, !1, function(y, h) {
301
+ return !a.isUndefined(h[y]);
302
+ });
303
+ const r = n.metaTokens, s = n.visitor || u, o = n.dots, i = n.indexes, f = (n.Blob || typeof Blob < "u" && Blob) && a.isSpecCompliantForm(t);
304
+ if (!a.isFunction(s))
305
+ throw new TypeError("visitor must be a function");
306
+ function l(d) {
307
+ if (d === null) return "";
308
+ if (a.isDate(d))
309
+ return d.toISOString();
310
+ if (a.isBoolean(d))
311
+ return d.toString();
312
+ if (!f && a.isBlob(d))
313
+ throw new m("Blob is not supported. Use a Buffer instead.");
314
+ return a.isArrayBuffer(d) || a.isTypedArray(d) ? f && typeof Blob == "function" ? new Blob([d]) : Buffer.from(d) : d;
315
+ }
316
+ function u(d, y, h) {
317
+ let b = d;
318
+ if (d && !h && typeof d == "object") {
319
+ if (a.endsWith(y, "{}"))
320
+ y = r ? y : y.slice(0, -2), d = JSON.stringify(d);
321
+ else if (a.isArray(d) && Vt(d) || (a.isFileList(d) || a.endsWith(y, "[]")) && (b = a.toArray(d)))
322
+ return y = ze(y), b.forEach(function(S, P) {
323
+ !(a.isUndefined(S) || S === null) && t.append(
324
+ // eslint-disable-next-line no-nested-ternary
325
+ i === !0 ? ye([y], P, o) : i === null ? y : y + "[]",
326
+ l(S)
327
+ );
328
+ }), !1;
329
+ }
330
+ return ie(d) ? !0 : (t.append(ye(h, y, o), l(d)), !1);
331
+ }
332
+ const p = [], w = Object.assign(Wt, {
333
+ defaultVisitor: u,
334
+ convertValue: l,
335
+ isVisitable: ie
336
+ });
337
+ function R(d, y) {
338
+ if (!a.isUndefined(d)) {
339
+ if (p.indexOf(d) !== -1)
340
+ throw Error("Circular reference detected in " + y.join("."));
341
+ p.push(d), a.forEach(d, function(b, g) {
342
+ (!(a.isUndefined(b) || b === null) && s.call(
343
+ t,
344
+ b,
345
+ a.isString(g) ? g.trim() : g,
346
+ y,
347
+ w
348
+ )) === !0 && R(b, y ? y.concat(g) : [g]);
349
+ }), p.pop();
350
+ }
351
+ }
352
+ if (!a.isObject(e))
353
+ throw new TypeError("data must be an object");
354
+ return R(e), t;
355
+ }
356
+ function we(e) {
357
+ const t = {
358
+ "!": "%21",
359
+ "'": "%27",
360
+ "(": "%28",
361
+ ")": "%29",
362
+ "~": "%7E",
363
+ "%20": "+",
364
+ "%00": "\0"
365
+ };
366
+ return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g, function(r) {
367
+ return t[r];
368
+ });
369
+ }
370
+ function de(e, t) {
371
+ this._pairs = [], e && Z(e, this, t);
372
+ }
373
+ const $e = de.prototype;
374
+ $e.append = function(t, n) {
375
+ this._pairs.push([t, n]);
376
+ };
377
+ $e.toString = function(t) {
378
+ const n = t ? function(r) {
379
+ return t.call(this, r, we);
380
+ } : we;
381
+ return this._pairs.map(function(s) {
382
+ return n(s[0]) + "=" + n(s[1]);
383
+ }, "").join("&");
384
+ };
385
+ function vt(e) {
386
+ return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
387
+ }
388
+ function Je(e, t, n) {
389
+ if (!t)
390
+ return e;
391
+ const r = n && n.encode || vt;
392
+ a.isFunction(n) && (n = {
393
+ serialize: n
394
+ });
395
+ const s = n && n.serialize;
396
+ let o;
397
+ if (s ? o = s(t, n) : o = a.isURLSearchParams(t) ? t.toString() : new de(t, n).toString(r), o) {
398
+ const i = e.indexOf("#");
399
+ i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + o;
400
+ }
401
+ return e;
402
+ }
403
+ class be {
404
+ constructor() {
405
+ this.handlers = [];
406
+ }
407
+ /**
408
+ * Add a new interceptor to the stack
409
+ *
410
+ * @param {Function} fulfilled The function to handle `then` for a `Promise`
411
+ * @param {Function} rejected The function to handle `reject` for a `Promise`
412
+ *
413
+ * @return {Number} An ID used to remove interceptor later
414
+ */
415
+ use(t, n, r) {
416
+ return this.handlers.push({
417
+ fulfilled: t,
418
+ rejected: n,
419
+ synchronous: r ? r.synchronous : !1,
420
+ runWhen: r ? r.runWhen : null
421
+ }), this.handlers.length - 1;
422
+ }
423
+ /**
424
+ * Remove an interceptor from the stack
425
+ *
426
+ * @param {Number} id The ID that was returned by `use`
427
+ *
428
+ * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
429
+ */
430
+ eject(t) {
431
+ this.handlers[t] && (this.handlers[t] = null);
432
+ }
433
+ /**
434
+ * Clear all interceptors from the stack
435
+ *
436
+ * @returns {void}
437
+ */
438
+ clear() {
439
+ this.handlers && (this.handlers = []);
440
+ }
441
+ /**
442
+ * Iterate over all the registered interceptors
443
+ *
444
+ * This method is particularly useful for skipping over any
445
+ * interceptors that may have become `null` calling `eject`.
446
+ *
447
+ * @param {Function} fn The function to call for each interceptor
448
+ *
449
+ * @returns {void}
450
+ */
451
+ forEach(t) {
452
+ a.forEach(this.handlers, function(r) {
453
+ r !== null && t(r);
454
+ });
455
+ }
456
+ }
457
+ const Ve = {
458
+ silentJSONParsing: !0,
459
+ forcedJSONParsing: !0,
460
+ clarifyTimeoutError: !1
461
+ }, Kt = typeof URLSearchParams < "u" ? URLSearchParams : de, Xt = typeof FormData < "u" ? FormData : null, Gt = typeof Blob < "u" ? Blob : null, Qt = {
462
+ isBrowser: !0,
463
+ classes: {
464
+ URLSearchParams: Kt,
465
+ FormData: Xt,
466
+ Blob: Gt
467
+ },
468
+ protocols: ["http", "https", "file", "blob", "url", "data"]
469
+ }, pe = typeof window < "u" && typeof document < "u", ae = typeof navigator == "object" && navigator || void 0, Yt = pe && (!ae || ["ReactNative", "NativeScript", "NS"].indexOf(ae.product) < 0), Zt = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
470
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", en = pe && window.location.href || "http://localhost", tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
471
+ __proto__: null,
472
+ hasBrowserEnv: pe,
473
+ hasStandardBrowserEnv: Yt,
474
+ hasStandardBrowserWebWorkerEnv: Zt,
475
+ navigator: ae,
476
+ origin: en
477
+ }, Symbol.toStringTag, { value: "Module" })), T = {
478
+ ...tn,
479
+ ...Qt
480
+ };
481
+ function nn(e, t) {
482
+ return Z(e, new T.classes.URLSearchParams(), Object.assign({
483
+ visitor: function(n, r, s, o) {
484
+ return T.isNode && a.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
485
+ }
486
+ }, t));
487
+ }
488
+ function rn(e) {
489
+ return a.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
490
+ }
491
+ function sn(e) {
492
+ const t = {}, n = Object.keys(e);
493
+ let r;
494
+ const s = n.length;
495
+ let o;
496
+ for (r = 0; r < s; r++)
497
+ o = n[r], t[o] = e[o];
498
+ return t;
499
+ }
500
+ function We(e) {
501
+ function t(n, r, s, o) {
502
+ let i = n[o++];
503
+ if (i === "__proto__") return !0;
504
+ const c = Number.isFinite(+i), f = o >= n.length;
505
+ return i = !i && a.isArray(s) ? s.length : i, f ? (a.hasOwnProp(s, i) ? s[i] = [s[i], r] : s[i] = r, !c) : ((!s[i] || !a.isObject(s[i])) && (s[i] = []), t(n, r, s[i], o) && a.isArray(s[i]) && (s[i] = sn(s[i])), !c);
506
+ }
507
+ if (a.isFormData(e) && a.isFunction(e.entries)) {
508
+ const n = {};
509
+ return a.forEachEntry(e, (r, s) => {
510
+ t(rn(r), s, n, 0);
511
+ }), n;
512
+ }
513
+ return null;
514
+ }
515
+ function on(e, t, n) {
516
+ if (a.isString(e))
517
+ try {
518
+ return (t || JSON.parse)(e), a.trim(e);
519
+ } catch (r) {
520
+ if (r.name !== "SyntaxError")
521
+ throw r;
522
+ }
523
+ return (n || JSON.stringify)(e);
524
+ }
525
+ const M = {
526
+ transitional: Ve,
527
+ adapter: ["xhr", "http", "fetch"],
528
+ transformRequest: [function(t, n) {
529
+ const r = n.getContentType() || "", s = r.indexOf("application/json") > -1, o = a.isObject(t);
530
+ if (o && a.isHTMLForm(t) && (t = new FormData(t)), a.isFormData(t))
531
+ return s ? JSON.stringify(We(t)) : t;
532
+ if (a.isArrayBuffer(t) || a.isBuffer(t) || a.isStream(t) || a.isFile(t) || a.isBlob(t) || a.isReadableStream(t))
533
+ return t;
534
+ if (a.isArrayBufferView(t))
535
+ return t.buffer;
536
+ if (a.isURLSearchParams(t))
537
+ return n.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), t.toString();
538
+ let c;
539
+ if (o) {
540
+ if (r.indexOf("application/x-www-form-urlencoded") > -1)
541
+ return nn(t, this.formSerializer).toString();
542
+ if ((c = a.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
543
+ const f = this.env && this.env.FormData;
544
+ return Z(
545
+ c ? { "files[]": t } : t,
546
+ f && new f(),
547
+ this.formSerializer
548
+ );
549
+ }
550
+ }
551
+ return o || s ? (n.setContentType("application/json", !1), on(t)) : t;
552
+ }],
553
+ transformResponse: [function(t) {
554
+ const n = this.transitional || M.transitional, r = n && n.forcedJSONParsing, s = this.responseType === "json";
555
+ if (a.isResponse(t) || a.isReadableStream(t))
556
+ return t;
557
+ if (t && a.isString(t) && (r && !this.responseType || s)) {
558
+ const i = !(n && n.silentJSONParsing) && s;
559
+ try {
560
+ return JSON.parse(t);
561
+ } catch (c) {
562
+ if (i)
563
+ throw c.name === "SyntaxError" ? m.from(c, m.ERR_BAD_RESPONSE, this, null, this.response) : c;
564
+ }
565
+ }
566
+ return t;
567
+ }],
568
+ /**
569
+ * A timeout in milliseconds to abort a request. If set to 0 (default) a
570
+ * timeout is not created.
571
+ */
572
+ timeout: 0,
573
+ xsrfCookieName: "XSRF-TOKEN",
574
+ xsrfHeaderName: "X-XSRF-TOKEN",
575
+ maxContentLength: -1,
576
+ maxBodyLength: -1,
577
+ env: {
578
+ FormData: T.classes.FormData,
579
+ Blob: T.classes.Blob
580
+ },
581
+ validateStatus: function(t) {
582
+ return t >= 200 && t < 300;
583
+ },
584
+ headers: {
585
+ common: {
586
+ Accept: "application/json, text/plain, */*",
587
+ "Content-Type": void 0
588
+ }
589
+ }
590
+ };
591
+ a.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
592
+ M.headers[e] = {};
593
+ });
594
+ const an = a.toObjectSet([
595
+ "age",
596
+ "authorization",
597
+ "content-length",
598
+ "content-type",
599
+ "etag",
600
+ "expires",
601
+ "from",
602
+ "host",
603
+ "if-modified-since",
604
+ "if-unmodified-since",
605
+ "last-modified",
606
+ "location",
607
+ "max-forwards",
608
+ "proxy-authorization",
609
+ "referer",
610
+ "retry-after",
611
+ "user-agent"
612
+ ]), cn = (e) => {
613
+ const t = {};
614
+ let n, r, s;
615
+ return e && e.split(`
616
+ `).forEach(function(i) {
617
+ s = i.indexOf(":"), n = i.substring(0, s).trim().toLowerCase(), r = i.substring(s + 1).trim(), !(!n || t[n] && an[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
618
+ }), t;
619
+ }, Ee = Symbol("internals");
620
+ function j(e) {
621
+ return e && String(e).trim().toLowerCase();
622
+ }
623
+ function J(e) {
624
+ return e === !1 || e == null ? e : a.isArray(e) ? e.map(J) : String(e);
625
+ }
626
+ function ln(e) {
627
+ const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
628
+ let r;
629
+ for (; r = n.exec(e); )
630
+ t[r[1]] = r[2];
631
+ return t;
632
+ }
633
+ const un = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
634
+ function ne(e, t, n, r, s) {
635
+ if (a.isFunction(r))
636
+ return r.call(this, t, n);
637
+ if (s && (t = n), !!a.isString(t)) {
638
+ if (a.isString(r))
639
+ return t.indexOf(r) !== -1;
640
+ if (a.isRegExp(r))
641
+ return r.test(t);
642
+ }
643
+ }
644
+ function fn(e) {
645
+ return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, r) => n.toUpperCase() + r);
646
+ }
647
+ function dn(e, t) {
648
+ const n = a.toCamelCase(" " + t);
649
+ ["get", "set", "has"].forEach((r) => {
650
+ Object.defineProperty(e, r + n, {
651
+ value: function(s, o, i) {
652
+ return this[r].call(this, t, s, o, i);
653
+ },
654
+ configurable: !0
655
+ });
656
+ });
657
+ }
658
+ let x = class {
659
+ constructor(t) {
660
+ t && this.set(t);
661
+ }
662
+ set(t, n, r) {
663
+ const s = this;
664
+ function o(c, f, l) {
665
+ const u = j(f);
666
+ if (!u)
667
+ throw new Error("header name must be a non-empty string");
668
+ const p = a.findKey(s, u);
669
+ (!p || s[p] === void 0 || l === !0 || l === void 0 && s[p] !== !1) && (s[p || f] = J(c));
670
+ }
671
+ const i = (c, f) => a.forEach(c, (l, u) => o(l, u, f));
672
+ if (a.isPlainObject(t) || t instanceof this.constructor)
673
+ i(t, n);
674
+ else if (a.isString(t) && (t = t.trim()) && !un(t))
675
+ i(cn(t), n);
676
+ else if (a.isObject(t) && a.isIterable(t)) {
677
+ let c = {}, f, l;
678
+ for (const u of t) {
679
+ if (!a.isArray(u))
680
+ throw TypeError("Object iterator must return a key-value pair");
681
+ c[l = u[0]] = (f = c[l]) ? a.isArray(f) ? [...f, u[1]] : [f, u[1]] : u[1];
682
+ }
683
+ i(c, n);
684
+ } else
685
+ t != null && o(n, t, r);
686
+ return this;
687
+ }
688
+ get(t, n) {
689
+ if (t = j(t), t) {
690
+ const r = a.findKey(this, t);
691
+ if (r) {
692
+ const s = this[r];
693
+ if (!n)
694
+ return s;
695
+ if (n === !0)
696
+ return ln(s);
697
+ if (a.isFunction(n))
698
+ return n.call(this, s, r);
699
+ if (a.isRegExp(n))
700
+ return n.exec(s);
701
+ throw new TypeError("parser must be boolean|regexp|function");
702
+ }
703
+ }
704
+ }
705
+ has(t, n) {
706
+ if (t = j(t), t) {
707
+ const r = a.findKey(this, t);
708
+ return !!(r && this[r] !== void 0 && (!n || ne(this, this[r], r, n)));
709
+ }
710
+ return !1;
711
+ }
712
+ delete(t, n) {
713
+ const r = this;
714
+ let s = !1;
715
+ function o(i) {
716
+ if (i = j(i), i) {
717
+ const c = a.findKey(r, i);
718
+ c && (!n || ne(r, r[c], c, n)) && (delete r[c], s = !0);
719
+ }
720
+ }
721
+ return a.isArray(t) ? t.forEach(o) : o(t), s;
722
+ }
723
+ clear(t) {
724
+ const n = Object.keys(this);
725
+ let r = n.length, s = !1;
726
+ for (; r--; ) {
727
+ const o = n[r];
728
+ (!t || ne(this, this[o], o, t, !0)) && (delete this[o], s = !0);
729
+ }
730
+ return s;
731
+ }
732
+ normalize(t) {
733
+ const n = this, r = {};
734
+ return a.forEach(this, (s, o) => {
735
+ const i = a.findKey(r, o);
736
+ if (i) {
737
+ n[i] = J(s), delete n[o];
738
+ return;
739
+ }
740
+ const c = t ? fn(o) : String(o).trim();
741
+ c !== o && delete n[o], n[c] = J(s), r[c] = !0;
742
+ }), this;
743
+ }
744
+ concat(...t) {
745
+ return this.constructor.concat(this, ...t);
746
+ }
747
+ toJSON(t) {
748
+ const n = /* @__PURE__ */ Object.create(null);
749
+ return a.forEach(this, (r, s) => {
750
+ r != null && r !== !1 && (n[s] = t && a.isArray(r) ? r.join(", ") : r);
751
+ }), n;
752
+ }
753
+ [Symbol.iterator]() {
754
+ return Object.entries(this.toJSON())[Symbol.iterator]();
755
+ }
756
+ toString() {
757
+ return Object.entries(this.toJSON()).map(([t, n]) => t + ": " + n).join(`
758
+ `);
759
+ }
760
+ getSetCookie() {
761
+ return this.get("set-cookie") || [];
762
+ }
763
+ get [Symbol.toStringTag]() {
764
+ return "AxiosHeaders";
765
+ }
766
+ static from(t) {
767
+ return t instanceof this ? t : new this(t);
768
+ }
769
+ static concat(t, ...n) {
770
+ const r = new this(t);
771
+ return n.forEach((s) => r.set(s)), r;
772
+ }
773
+ static accessor(t) {
774
+ const r = (this[Ee] = this[Ee] = {
775
+ accessors: {}
776
+ }).accessors, s = this.prototype;
777
+ function o(i) {
778
+ const c = j(i);
779
+ r[c] || (dn(s, i), r[c] = !0);
780
+ }
781
+ return a.isArray(t) ? t.forEach(o) : o(t), this;
782
+ }
783
+ };
784
+ x.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
785
+ a.reduceDescriptors(x.prototype, ({ value: e }, t) => {
786
+ let n = t[0].toUpperCase() + t.slice(1);
787
+ return {
788
+ get: () => e,
789
+ set(r) {
790
+ this[n] = r;
791
+ }
792
+ };
793
+ });
794
+ a.freezeMethods(x);
795
+ function re(e, t) {
796
+ const n = this || M, r = t || n, s = x.from(r.headers);
797
+ let o = r.data;
798
+ return a.forEach(e, function(c) {
799
+ o = c.call(n, o, s.normalize(), t ? t.status : void 0);
800
+ }), s.normalize(), o;
801
+ }
802
+ function ve(e) {
803
+ return !!(e && e.__CANCEL__);
804
+ }
805
+ function D(e, t, n) {
806
+ m.call(this, e ?? "canceled", m.ERR_CANCELED, t, n), this.name = "CanceledError";
807
+ }
808
+ a.inherits(D, m, {
809
+ __CANCEL__: !0
810
+ });
811
+ function Ke(e, t, n) {
812
+ const r = n.config.validateStatus;
813
+ !n.status || !r || r(n.status) ? e(n) : t(new m(
814
+ "Request failed with status code " + n.status,
815
+ [m.ERR_BAD_REQUEST, m.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
816
+ n.config,
817
+ n.request,
818
+ n
819
+ ));
820
+ }
821
+ function pn(e) {
822
+ const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
823
+ return t && t[1] || "";
824
+ }
825
+ function hn(e, t) {
826
+ e = e || 10;
827
+ const n = new Array(e), r = new Array(e);
828
+ let s = 0, o = 0, i;
829
+ return t = t !== void 0 ? t : 1e3, function(f) {
830
+ const l = Date.now(), u = r[o];
831
+ i || (i = l), n[s] = f, r[s] = l;
832
+ let p = o, w = 0;
833
+ for (; p !== s; )
834
+ w += n[p++], p = p % e;
835
+ if (s = (s + 1) % e, s === o && (o = (o + 1) % e), l - i < t)
836
+ return;
837
+ const R = u && l - u;
838
+ return R ? Math.round(w * 1e3 / R) : void 0;
839
+ };
840
+ }
841
+ function mn(e, t) {
842
+ let n = 0, r = 1e3 / t, s, o;
843
+ const i = (l, u = Date.now()) => {
844
+ n = u, s = null, o && (clearTimeout(o), o = null), e.apply(null, l);
845
+ };
846
+ return [(...l) => {
847
+ const u = Date.now(), p = u - n;
848
+ p >= r ? i(l, u) : (s = l, o || (o = setTimeout(() => {
849
+ o = null, i(s);
850
+ }, r - p)));
851
+ }, () => s && i(s)];
852
+ }
853
+ const v = (e, t, n = 3) => {
854
+ let r = 0;
855
+ const s = hn(50, 250);
856
+ return mn((o) => {
857
+ const i = o.loaded, c = o.lengthComputable ? o.total : void 0, f = i - r, l = s(f), u = i <= c;
858
+ r = i;
859
+ const p = {
860
+ loaded: i,
861
+ total: c,
862
+ progress: c ? i / c : void 0,
863
+ bytes: f,
864
+ rate: l || void 0,
865
+ estimated: l && c && u ? (c - i) / l : void 0,
866
+ event: o,
867
+ lengthComputable: c != null,
868
+ [t ? "download" : "upload"]: !0
869
+ };
870
+ e(p);
871
+ }, n);
872
+ }, Re = (e, t) => {
873
+ const n = e != null;
874
+ return [(r) => t[0]({
875
+ lengthComputable: n,
876
+ total: e,
877
+ loaded: r
878
+ }), t[1]];
879
+ }, ge = (e) => (...t) => a.asap(() => e(...t)), yn = T.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, T.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
880
+ new URL(T.origin),
881
+ T.navigator && /(msie|trident)/i.test(T.navigator.userAgent)
882
+ ) : () => !0, wn = T.hasStandardBrowserEnv ? (
883
+ // Standard browser envs support document.cookie
884
+ {
885
+ write(e, t, n, r, s, o) {
886
+ const i = [e + "=" + encodeURIComponent(t)];
887
+ a.isNumber(n) && i.push("expires=" + new Date(n).toGMTString()), a.isString(r) && i.push("path=" + r), a.isString(s) && i.push("domain=" + s), o === !0 && i.push("secure"), document.cookie = i.join("; ");
888
+ },
889
+ read(e) {
890
+ const t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
891
+ return t ? decodeURIComponent(t[3]) : null;
892
+ },
893
+ remove(e) {
894
+ this.write(e, "", Date.now() - 864e5);
895
+ }
896
+ }
897
+ ) : (
898
+ // Non-standard browser env (web workers, react-native) lack needed support.
899
+ {
900
+ write() {
901
+ },
902
+ read() {
903
+ return null;
904
+ },
905
+ remove() {
906
+ }
907
+ }
908
+ );
909
+ function bn(e) {
910
+ return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
911
+ }
912
+ function En(e, t) {
913
+ return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
914
+ }
915
+ function Xe(e, t, n) {
916
+ let r = !bn(t);
917
+ return e && (r || n == !1) ? En(e, t) : t;
918
+ }
919
+ const Se = (e) => e instanceof x ? { ...e } : e;
920
+ function k(e, t) {
921
+ t = t || {};
922
+ const n = {};
923
+ function r(l, u, p, w) {
924
+ return a.isPlainObject(l) && a.isPlainObject(u) ? a.merge.call({ caseless: w }, l, u) : a.isPlainObject(u) ? a.merge({}, u) : a.isArray(u) ? u.slice() : u;
925
+ }
926
+ function s(l, u, p, w) {
927
+ if (a.isUndefined(u)) {
928
+ if (!a.isUndefined(l))
929
+ return r(void 0, l, p, w);
930
+ } else return r(l, u, p, w);
931
+ }
932
+ function o(l, u) {
933
+ if (!a.isUndefined(u))
934
+ return r(void 0, u);
935
+ }
936
+ function i(l, u) {
937
+ if (a.isUndefined(u)) {
938
+ if (!a.isUndefined(l))
939
+ return r(void 0, l);
940
+ } else return r(void 0, u);
941
+ }
942
+ function c(l, u, p) {
943
+ if (p in t)
944
+ return r(l, u);
945
+ if (p in e)
946
+ return r(void 0, l);
947
+ }
948
+ const f = {
949
+ url: o,
950
+ method: o,
951
+ data: o,
952
+ baseURL: i,
953
+ transformRequest: i,
954
+ transformResponse: i,
955
+ paramsSerializer: i,
956
+ timeout: i,
957
+ timeoutMessage: i,
958
+ withCredentials: i,
959
+ withXSRFToken: i,
960
+ adapter: i,
961
+ responseType: i,
962
+ xsrfCookieName: i,
963
+ xsrfHeaderName: i,
964
+ onUploadProgress: i,
965
+ onDownloadProgress: i,
966
+ decompress: i,
967
+ maxContentLength: i,
968
+ maxBodyLength: i,
969
+ beforeRedirect: i,
970
+ transport: i,
971
+ httpAgent: i,
972
+ httpsAgent: i,
973
+ cancelToken: i,
974
+ socketPath: i,
975
+ responseEncoding: i,
976
+ validateStatus: c,
977
+ headers: (l, u, p) => s(Se(l), Se(u), p, !0)
978
+ };
979
+ return a.forEach(Object.keys(Object.assign({}, e, t)), function(u) {
980
+ const p = f[u] || s, w = p(e[u], t[u], u);
981
+ a.isUndefined(w) && p !== c || (n[u] = w);
982
+ }), n;
983
+ }
984
+ const Ge = (e) => {
985
+ const t = k({}, e);
986
+ let { data: n, withXSRFToken: r, xsrfHeaderName: s, xsrfCookieName: o, headers: i, auth: c } = t;
987
+ t.headers = i = x.from(i), t.url = Je(Xe(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), c && i.set(
988
+ "Authorization",
989
+ "Basic " + btoa((c.username || "") + ":" + (c.password ? unescape(encodeURIComponent(c.password)) : ""))
990
+ );
991
+ let f;
992
+ if (a.isFormData(n)) {
993
+ if (T.hasStandardBrowserEnv || T.hasStandardBrowserWebWorkerEnv)
994
+ i.setContentType(void 0);
995
+ else if ((f = i.getContentType()) !== !1) {
996
+ const [l, ...u] = f ? f.split(";").map((p) => p.trim()).filter(Boolean) : [];
997
+ i.setContentType([l || "multipart/form-data", ...u].join("; "));
998
+ }
999
+ }
1000
+ if (T.hasStandardBrowserEnv && (r && a.isFunction(r) && (r = r(t)), r || r !== !1 && yn(t.url))) {
1001
+ const l = s && o && wn.read(o);
1002
+ l && i.set(s, l);
1003
+ }
1004
+ return t;
1005
+ }, Rn = typeof XMLHttpRequest < "u", gn = Rn && function(e) {
1006
+ return new Promise(function(n, r) {
1007
+ const s = Ge(e);
1008
+ let o = s.data;
1009
+ const i = x.from(s.headers).normalize();
1010
+ let { responseType: c, onUploadProgress: f, onDownloadProgress: l } = s, u, p, w, R, d;
1011
+ function y() {
1012
+ R && R(), d && d(), s.cancelToken && s.cancelToken.unsubscribe(u), s.signal && s.signal.removeEventListener("abort", u);
1013
+ }
1014
+ let h = new XMLHttpRequest();
1015
+ h.open(s.method.toUpperCase(), s.url, !0), h.timeout = s.timeout;
1016
+ function b() {
1017
+ if (!h)
1018
+ return;
1019
+ const S = x.from(
1020
+ "getAllResponseHeaders" in h && h.getAllResponseHeaders()
1021
+ ), O = {
1022
+ data: !c || c === "text" || c === "json" ? h.responseText : h.response,
1023
+ status: h.status,
1024
+ statusText: h.statusText,
1025
+ headers: S,
1026
+ config: e,
1027
+ request: h
1028
+ };
1029
+ Ke(function(F) {
1030
+ n(F), y();
1031
+ }, function(F) {
1032
+ r(F), y();
1033
+ }, O), h = null;
1034
+ }
1035
+ "onloadend" in h ? h.onloadend = b : h.onreadystatechange = function() {
1036
+ !h || h.readyState !== 4 || h.status === 0 && !(h.responseURL && h.responseURL.indexOf("file:") === 0) || setTimeout(b);
1037
+ }, h.onabort = function() {
1038
+ h && (r(new m("Request aborted", m.ECONNABORTED, e, h)), h = null);
1039
+ }, h.onerror = function() {
1040
+ r(new m("Network Error", m.ERR_NETWORK, e, h)), h = null;
1041
+ }, h.ontimeout = function() {
1042
+ let P = s.timeout ? "timeout of " + s.timeout + "ms exceeded" : "timeout exceeded";
1043
+ const O = s.transitional || Ve;
1044
+ s.timeoutErrorMessage && (P = s.timeoutErrorMessage), r(new m(
1045
+ P,
1046
+ O.clarifyTimeoutError ? m.ETIMEDOUT : m.ECONNABORTED,
1047
+ e,
1048
+ h
1049
+ )), h = null;
1050
+ }, o === void 0 && i.setContentType(null), "setRequestHeader" in h && a.forEach(i.toJSON(), function(P, O) {
1051
+ h.setRequestHeader(O, P);
1052
+ }), a.isUndefined(s.withCredentials) || (h.withCredentials = !!s.withCredentials), c && c !== "json" && (h.responseType = s.responseType), l && ([w, d] = v(l, !0), h.addEventListener("progress", w)), f && h.upload && ([p, R] = v(f), h.upload.addEventListener("progress", p), h.upload.addEventListener("loadend", R)), (s.cancelToken || s.signal) && (u = (S) => {
1053
+ h && (r(!S || S.type ? new D(null, e, h) : S), h.abort(), h = null);
1054
+ }, s.cancelToken && s.cancelToken.subscribe(u), s.signal && (s.signal.aborted ? u() : s.signal.addEventListener("abort", u)));
1055
+ const g = pn(s.url);
1056
+ if (g && T.protocols.indexOf(g) === -1) {
1057
+ r(new m("Unsupported protocol " + g + ":", m.ERR_BAD_REQUEST, e));
1058
+ return;
1059
+ }
1060
+ h.send(o || null);
1061
+ });
1062
+ }, Sn = (e, t) => {
1063
+ const { length: n } = e = e ? e.filter(Boolean) : [];
1064
+ if (t || n) {
1065
+ let r = new AbortController(), s;
1066
+ const o = function(l) {
1067
+ if (!s) {
1068
+ s = !0, c();
1069
+ const u = l instanceof Error ? l : this.reason;
1070
+ r.abort(u instanceof m ? u : new D(u instanceof Error ? u.message : u));
1071
+ }
1072
+ };
1073
+ let i = t && setTimeout(() => {
1074
+ i = null, o(new m(`timeout ${t} of ms exceeded`, m.ETIMEDOUT));
1075
+ }, t);
1076
+ const c = () => {
1077
+ e && (i && clearTimeout(i), i = null, e.forEach((l) => {
1078
+ l.unsubscribe ? l.unsubscribe(o) : l.removeEventListener("abort", o);
1079
+ }), e = null);
1080
+ };
1081
+ e.forEach((l) => l.addEventListener("abort", o));
1082
+ const { signal: f } = r;
1083
+ return f.unsubscribe = () => a.asap(c), f;
1084
+ }
1085
+ }, Tn = function* (e, t) {
1086
+ let n = e.byteLength;
1087
+ if (n < t) {
1088
+ yield e;
1089
+ return;
1090
+ }
1091
+ let r = 0, s;
1092
+ for (; r < n; )
1093
+ s = r + t, yield e.slice(r, s), r = s;
1094
+ }, On = async function* (e, t) {
1095
+ for await (const n of An(e))
1096
+ yield* Tn(n, t);
1097
+ }, An = async function* (e) {
1098
+ if (e[Symbol.asyncIterator]) {
1099
+ yield* e;
1100
+ return;
1101
+ }
1102
+ const t = e.getReader();
1103
+ try {
1104
+ for (; ; ) {
1105
+ const { done: n, value: r } = await t.read();
1106
+ if (n)
1107
+ break;
1108
+ yield r;
1109
+ }
1110
+ } finally {
1111
+ await t.cancel();
1112
+ }
1113
+ }, Te = (e, t, n, r) => {
1114
+ const s = On(e, t);
1115
+ let o = 0, i, c = (f) => {
1116
+ i || (i = !0, r && r(f));
1117
+ };
1118
+ return new ReadableStream({
1119
+ async pull(f) {
1120
+ try {
1121
+ const { done: l, value: u } = await s.next();
1122
+ if (l) {
1123
+ c(), f.close();
1124
+ return;
1125
+ }
1126
+ let p = u.byteLength;
1127
+ if (n) {
1128
+ let w = o += p;
1129
+ n(w);
1130
+ }
1131
+ f.enqueue(new Uint8Array(u));
1132
+ } catch (l) {
1133
+ throw c(l), l;
1134
+ }
1135
+ },
1136
+ cancel(f) {
1137
+ return c(f), s.return();
1138
+ }
1139
+ }, {
1140
+ highWaterMark: 2
1141
+ });
1142
+ }, ee = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Qe = ee && typeof ReadableStream == "function", xn = ee && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Ye = (e, ...t) => {
1143
+ try {
1144
+ return !!e(...t);
1145
+ } catch {
1146
+ return !1;
1147
+ }
1148
+ }, Cn = Qe && Ye(() => {
1149
+ let e = !1;
1150
+ const t = new Request(T.origin, {
1151
+ body: new ReadableStream(),
1152
+ method: "POST",
1153
+ get duplex() {
1154
+ return e = !0, "half";
1155
+ }
1156
+ }).headers.has("Content-Type");
1157
+ return e && !t;
1158
+ }), Oe = 64 * 1024, ce = Qe && Ye(() => a.isReadableStream(new Response("").body)), K = {
1159
+ stream: ce && ((e) => e.body)
1160
+ };
1161
+ ee && ((e) => {
1162
+ ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
1163
+ !K[t] && (K[t] = a.isFunction(e[t]) ? (n) => n[t]() : (n, r) => {
1164
+ throw new m(`Response type '${t}' is not supported`, m.ERR_NOT_SUPPORT, r);
1165
+ });
1166
+ });
1167
+ })(new Response());
1168
+ const Nn = async (e) => {
1169
+ if (e == null)
1170
+ return 0;
1171
+ if (a.isBlob(e))
1172
+ return e.size;
1173
+ if (a.isSpecCompliantForm(e))
1174
+ return (await new Request(T.origin, {
1175
+ method: "POST",
1176
+ body: e
1177
+ }).arrayBuffer()).byteLength;
1178
+ if (a.isArrayBufferView(e) || a.isArrayBuffer(e))
1179
+ return e.byteLength;
1180
+ if (a.isURLSearchParams(e) && (e = e + ""), a.isString(e))
1181
+ return (await xn(e)).byteLength;
1182
+ }, Pn = async (e, t) => {
1183
+ const n = a.toFiniteNumber(e.getContentLength());
1184
+ return n ?? Nn(t);
1185
+ }, _n = ee && (async (e) => {
1186
+ let {
1187
+ url: t,
1188
+ method: n,
1189
+ data: r,
1190
+ signal: s,
1191
+ cancelToken: o,
1192
+ timeout: i,
1193
+ onDownloadProgress: c,
1194
+ onUploadProgress: f,
1195
+ responseType: l,
1196
+ headers: u,
1197
+ withCredentials: p = "same-origin",
1198
+ fetchOptions: w
1199
+ } = Ge(e);
1200
+ l = l ? (l + "").toLowerCase() : "text";
1201
+ let R = Sn([s, o && o.toAbortSignal()], i), d;
1202
+ const y = R && R.unsubscribe && (() => {
1203
+ R.unsubscribe();
1204
+ });
1205
+ let h;
1206
+ try {
1207
+ if (f && Cn && n !== "get" && n !== "head" && (h = await Pn(u, r)) !== 0) {
1208
+ let O = new Request(t, {
1209
+ method: "POST",
1210
+ body: r,
1211
+ duplex: "half"
1212
+ }), _;
1213
+ if (a.isFormData(r) && (_ = O.headers.get("content-type")) && u.setContentType(_), O.body) {
1214
+ const [F, z] = Re(
1215
+ h,
1216
+ v(ge(f))
1217
+ );
1218
+ r = Te(O.body, Oe, F, z);
1219
+ }
1220
+ }
1221
+ a.isString(p) || (p = p ? "include" : "omit");
1222
+ const b = "credentials" in Request.prototype;
1223
+ d = new Request(t, {
1224
+ ...w,
1225
+ signal: R,
1226
+ method: n.toUpperCase(),
1227
+ headers: u.normalize().toJSON(),
1228
+ body: r,
1229
+ duplex: "half",
1230
+ credentials: b ? p : void 0
1231
+ });
1232
+ let g = await fetch(d, w);
1233
+ const S = ce && (l === "stream" || l === "response");
1234
+ if (ce && (c || S && y)) {
1235
+ const O = {};
1236
+ ["status", "statusText", "headers"].forEach((he) => {
1237
+ O[he] = g[he];
1238
+ });
1239
+ const _ = a.toFiniteNumber(g.headers.get("content-length")), [F, z] = c && Re(
1240
+ _,
1241
+ v(ge(c), !0)
1242
+ ) || [];
1243
+ g = new Response(
1244
+ Te(g.body, Oe, F, () => {
1245
+ z && z(), y && y();
1246
+ }),
1247
+ O
1248
+ );
1249
+ }
1250
+ l = l || "text";
1251
+ let P = await K[a.findKey(K, l) || "text"](g, e);
1252
+ return !S && y && y(), await new Promise((O, _) => {
1253
+ Ke(O, _, {
1254
+ data: P,
1255
+ headers: x.from(g.headers),
1256
+ status: g.status,
1257
+ statusText: g.statusText,
1258
+ config: e,
1259
+ request: d
1260
+ });
1261
+ });
1262
+ } catch (b) {
1263
+ throw y && y(), b && b.name === "TypeError" && /Load failed|fetch/i.test(b.message) ? Object.assign(
1264
+ new m("Network Error", m.ERR_NETWORK, e, d),
1265
+ {
1266
+ cause: b.cause || b
1267
+ }
1268
+ ) : m.from(b, b && b.code, e, d);
1269
+ }
1270
+ }), le = {
1271
+ http: Jt,
1272
+ xhr: gn,
1273
+ fetch: _n
1274
+ };
1275
+ a.forEach(le, (e, t) => {
1276
+ if (e) {
1277
+ try {
1278
+ Object.defineProperty(e, "name", { value: t });
1279
+ } catch {
1280
+ }
1281
+ Object.defineProperty(e, "adapterName", { value: t });
1282
+ }
1283
+ });
1284
+ const Ae = (e) => `- ${e}`, Fn = (e) => a.isFunction(e) || e === null || e === !1, Ze = {
1285
+ getAdapter: (e) => {
1286
+ e = a.isArray(e) ? e : [e];
1287
+ const { length: t } = e;
1288
+ let n, r;
1289
+ const s = {};
1290
+ for (let o = 0; o < t; o++) {
1291
+ n = e[o];
1292
+ let i;
1293
+ if (r = n, !Fn(n) && (r = le[(i = String(n)).toLowerCase()], r === void 0))
1294
+ throw new m(`Unknown adapter '${i}'`);
1295
+ if (r)
1296
+ break;
1297
+ s[i || "#" + o] = r;
1298
+ }
1299
+ if (!r) {
1300
+ const o = Object.entries(s).map(
1301
+ ([c, f]) => `adapter ${c} ` + (f === !1 ? "is not supported by the environment" : "is not available in the build")
1302
+ );
1303
+ let i = t ? o.length > 1 ? `since :
1304
+ ` + o.map(Ae).join(`
1305
+ `) : " " + Ae(o[0]) : "as no adapter specified";
1306
+ throw new m(
1307
+ "There is no suitable adapter to dispatch the request " + i,
1308
+ "ERR_NOT_SUPPORT"
1309
+ );
1310
+ }
1311
+ return r;
1312
+ },
1313
+ adapters: le
1314
+ };
1315
+ function se(e) {
1316
+ if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
1317
+ throw new D(null, e);
1318
+ }
1319
+ function xe(e) {
1320
+ return se(e), e.headers = x.from(e.headers), e.data = re.call(
1321
+ e,
1322
+ e.transformRequest
1323
+ ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Ze.getAdapter(e.adapter || M.adapter)(e).then(function(r) {
1324
+ return se(e), r.data = re.call(
1325
+ e,
1326
+ e.transformResponse,
1327
+ r
1328
+ ), r.headers = x.from(r.headers), r;
1329
+ }, function(r) {
1330
+ return ve(r) || (se(e), r && r.response && (r.response.data = re.call(
1331
+ e,
1332
+ e.transformResponse,
1333
+ r.response
1334
+ ), r.response.headers = x.from(r.response.headers))), Promise.reject(r);
1335
+ });
1336
+ }
1337
+ const et = "1.10.0", te = {};
1338
+ ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
1339
+ te[e] = function(r) {
1340
+ return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
1341
+ };
1342
+ });
1343
+ const Ce = {};
1344
+ te.transitional = function(t, n, r) {
1345
+ function s(o, i) {
1346
+ return "[Axios v" + et + "] Transitional option '" + o + "'" + i + (r ? ". " + r : "");
1347
+ }
1348
+ return (o, i, c) => {
1349
+ if (t === !1)
1350
+ throw new m(
1351
+ s(i, " has been removed" + (n ? " in " + n : "")),
1352
+ m.ERR_DEPRECATED
1353
+ );
1354
+ return n && !Ce[i] && (Ce[i] = !0), t ? t(o, i, c) : !0;
1355
+ };
1356
+ };
1357
+ te.spelling = function(t) {
1358
+ return (n, r) => !0;
1359
+ };
1360
+ function Un(e, t, n) {
1361
+ if (typeof e != "object")
1362
+ throw new m("options must be an object", m.ERR_BAD_OPTION_VALUE);
1363
+ const r = Object.keys(e);
1364
+ let s = r.length;
1365
+ for (; s-- > 0; ) {
1366
+ const o = r[s], i = t[o];
1367
+ if (i) {
1368
+ const c = e[o], f = c === void 0 || i(c, o, e);
1369
+ if (f !== !0)
1370
+ throw new m("option " + o + " must be " + f, m.ERR_BAD_OPTION_VALUE);
1371
+ continue;
1372
+ }
1373
+ if (n !== !0)
1374
+ throw new m("Unknown option " + o, m.ERR_BAD_OPTION);
1375
+ }
1376
+ }
1377
+ const V = {
1378
+ assertOptions: Un,
1379
+ validators: te
1380
+ }, N = V.validators;
1381
+ let L = class {
1382
+ constructor(t) {
1383
+ this.defaults = t || {}, this.interceptors = {
1384
+ request: new be(),
1385
+ response: new be()
1386
+ };
1387
+ }
1388
+ /**
1389
+ * Dispatch a request
1390
+ *
1391
+ * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
1392
+ * @param {?Object} config
1393
+ *
1394
+ * @returns {Promise} The Promise to be fulfilled
1395
+ */
1396
+ async request(t, n) {
1397
+ try {
1398
+ return await this._request(t, n);
1399
+ } catch (r) {
1400
+ if (r instanceof Error) {
1401
+ let s = {};
1402
+ Error.captureStackTrace ? Error.captureStackTrace(s) : s = new Error();
1403
+ const o = s.stack ? s.stack.replace(/^.+\n/, "") : "";
1404
+ try {
1405
+ r.stack ? o && !String(r.stack).endsWith(o.replace(/^.+\n.+\n/, "")) && (r.stack += `
1406
+ ` + o) : r.stack = o;
1407
+ } catch {
1408
+ }
1409
+ }
1410
+ throw r;
1411
+ }
1412
+ }
1413
+ _request(t, n) {
1414
+ typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = k(this.defaults, n);
1415
+ const { transitional: r, paramsSerializer: s, headers: o } = n;
1416
+ r !== void 0 && V.assertOptions(r, {
1417
+ silentJSONParsing: N.transitional(N.boolean),
1418
+ forcedJSONParsing: N.transitional(N.boolean),
1419
+ clarifyTimeoutError: N.transitional(N.boolean)
1420
+ }, !1), s != null && (a.isFunction(s) ? n.paramsSerializer = {
1421
+ serialize: s
1422
+ } : V.assertOptions(s, {
1423
+ encode: N.function,
1424
+ serialize: N.function
1425
+ }, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), V.assertOptions(n, {
1426
+ baseUrl: N.spelling("baseURL"),
1427
+ withXsrfToken: N.spelling("withXSRFToken")
1428
+ }, !0), n.method = (n.method || this.defaults.method || "get").toLowerCase();
1429
+ let i = o && a.merge(
1430
+ o.common,
1431
+ o[n.method]
1432
+ );
1433
+ o && a.forEach(
1434
+ ["delete", "get", "head", "post", "put", "patch", "common"],
1435
+ (d) => {
1436
+ delete o[d];
1437
+ }
1438
+ ), n.headers = x.concat(i, o);
1439
+ const c = [];
1440
+ let f = !0;
1441
+ this.interceptors.request.forEach(function(y) {
1442
+ typeof y.runWhen == "function" && y.runWhen(n) === !1 || (f = f && y.synchronous, c.unshift(y.fulfilled, y.rejected));
1443
+ });
1444
+ const l = [];
1445
+ this.interceptors.response.forEach(function(y) {
1446
+ l.push(y.fulfilled, y.rejected);
1447
+ });
1448
+ let u, p = 0, w;
1449
+ if (!f) {
1450
+ const d = [xe.bind(this), void 0];
1451
+ for (d.unshift.apply(d, c), d.push.apply(d, l), w = d.length, u = Promise.resolve(n); p < w; )
1452
+ u = u.then(d[p++], d[p++]);
1453
+ return u;
1454
+ }
1455
+ w = c.length;
1456
+ let R = n;
1457
+ for (p = 0; p < w; ) {
1458
+ const d = c[p++], y = c[p++];
1459
+ try {
1460
+ R = d(R);
1461
+ } catch (h) {
1462
+ y.call(this, h);
1463
+ break;
1464
+ }
1465
+ }
1466
+ try {
1467
+ u = xe.call(this, R);
1468
+ } catch (d) {
1469
+ return Promise.reject(d);
1470
+ }
1471
+ for (p = 0, w = l.length; p < w; )
1472
+ u = u.then(l[p++], l[p++]);
1473
+ return u;
1474
+ }
1475
+ getUri(t) {
1476
+ t = k(this.defaults, t);
1477
+ const n = Xe(t.baseURL, t.url, t.allowAbsoluteUrls);
1478
+ return Je(n, t.params, t.paramsSerializer);
1479
+ }
1480
+ };
1481
+ a.forEach(["delete", "get", "head", "options"], function(t) {
1482
+ L.prototype[t] = function(n, r) {
1483
+ return this.request(k(r || {}, {
1484
+ method: t,
1485
+ url: n,
1486
+ data: (r || {}).data
1487
+ }));
1488
+ };
1489
+ });
1490
+ a.forEach(["post", "put", "patch"], function(t) {
1491
+ function n(r) {
1492
+ return function(o, i, c) {
1493
+ return this.request(k(c || {}, {
1494
+ method: t,
1495
+ headers: r ? {
1496
+ "Content-Type": "multipart/form-data"
1497
+ } : {},
1498
+ url: o,
1499
+ data: i
1500
+ }));
1501
+ };
1502
+ }
1503
+ L.prototype[t] = n(), L.prototype[t + "Form"] = n(!0);
1504
+ });
1505
+ let Ln = class tt {
1506
+ constructor(t) {
1507
+ if (typeof t != "function")
1508
+ throw new TypeError("executor must be a function.");
1509
+ let n;
1510
+ this.promise = new Promise(function(o) {
1511
+ n = o;
1512
+ });
1513
+ const r = this;
1514
+ this.promise.then((s) => {
1515
+ if (!r._listeners) return;
1516
+ let o = r._listeners.length;
1517
+ for (; o-- > 0; )
1518
+ r._listeners[o](s);
1519
+ r._listeners = null;
1520
+ }), this.promise.then = (s) => {
1521
+ let o;
1522
+ const i = new Promise((c) => {
1523
+ r.subscribe(c), o = c;
1524
+ }).then(s);
1525
+ return i.cancel = function() {
1526
+ r.unsubscribe(o);
1527
+ }, i;
1528
+ }, t(function(o, i, c) {
1529
+ r.reason || (r.reason = new D(o, i, c), n(r.reason));
1530
+ });
1531
+ }
1532
+ /**
1533
+ * Throws a `CanceledError` if cancellation has been requested.
1534
+ */
1535
+ throwIfRequested() {
1536
+ if (this.reason)
1537
+ throw this.reason;
1538
+ }
1539
+ /**
1540
+ * Subscribe to the cancel signal
1541
+ */
1542
+ subscribe(t) {
1543
+ if (this.reason) {
1544
+ t(this.reason);
1545
+ return;
1546
+ }
1547
+ this._listeners ? this._listeners.push(t) : this._listeners = [t];
1548
+ }
1549
+ /**
1550
+ * Unsubscribe from the cancel signal
1551
+ */
1552
+ unsubscribe(t) {
1553
+ if (!this._listeners)
1554
+ return;
1555
+ const n = this._listeners.indexOf(t);
1556
+ n !== -1 && this._listeners.splice(n, 1);
1557
+ }
1558
+ toAbortSignal() {
1559
+ const t = new AbortController(), n = (r) => {
1560
+ t.abort(r);
1561
+ };
1562
+ return this.subscribe(n), t.signal.unsubscribe = () => this.unsubscribe(n), t.signal;
1563
+ }
1564
+ /**
1565
+ * Returns an object that contains a new `CancelToken` and a function that, when called,
1566
+ * cancels the `CancelToken`.
1567
+ */
1568
+ static source() {
1569
+ let t;
1570
+ return {
1571
+ token: new tt(function(s) {
1572
+ t = s;
1573
+ }),
1574
+ cancel: t
1575
+ };
1576
+ }
1577
+ };
1578
+ function kn(e) {
1579
+ return function(n) {
1580
+ return e.apply(null, n);
1581
+ };
1582
+ }
1583
+ function Bn(e) {
1584
+ return a.isObject(e) && e.isAxiosError === !0;
1585
+ }
1586
+ const ue = {
1587
+ Continue: 100,
1588
+ SwitchingProtocols: 101,
1589
+ Processing: 102,
1590
+ EarlyHints: 103,
1591
+ Ok: 200,
1592
+ Created: 201,
1593
+ Accepted: 202,
1594
+ NonAuthoritativeInformation: 203,
1595
+ NoContent: 204,
1596
+ ResetContent: 205,
1597
+ PartialContent: 206,
1598
+ MultiStatus: 207,
1599
+ AlreadyReported: 208,
1600
+ ImUsed: 226,
1601
+ MultipleChoices: 300,
1602
+ MovedPermanently: 301,
1603
+ Found: 302,
1604
+ SeeOther: 303,
1605
+ NotModified: 304,
1606
+ UseProxy: 305,
1607
+ Unused: 306,
1608
+ TemporaryRedirect: 307,
1609
+ PermanentRedirect: 308,
1610
+ BadRequest: 400,
1611
+ Unauthorized: 401,
1612
+ PaymentRequired: 402,
1613
+ Forbidden: 403,
1614
+ NotFound: 404,
1615
+ MethodNotAllowed: 405,
1616
+ NotAcceptable: 406,
1617
+ ProxyAuthenticationRequired: 407,
1618
+ RequestTimeout: 408,
1619
+ Conflict: 409,
1620
+ Gone: 410,
1621
+ LengthRequired: 411,
1622
+ PreconditionFailed: 412,
1623
+ PayloadTooLarge: 413,
1624
+ UriTooLong: 414,
1625
+ UnsupportedMediaType: 415,
1626
+ RangeNotSatisfiable: 416,
1627
+ ExpectationFailed: 417,
1628
+ ImATeapot: 418,
1629
+ MisdirectedRequest: 421,
1630
+ UnprocessableEntity: 422,
1631
+ Locked: 423,
1632
+ FailedDependency: 424,
1633
+ TooEarly: 425,
1634
+ UpgradeRequired: 426,
1635
+ PreconditionRequired: 428,
1636
+ TooManyRequests: 429,
1637
+ RequestHeaderFieldsTooLarge: 431,
1638
+ UnavailableForLegalReasons: 451,
1639
+ InternalServerError: 500,
1640
+ NotImplemented: 501,
1641
+ BadGateway: 502,
1642
+ ServiceUnavailable: 503,
1643
+ GatewayTimeout: 504,
1644
+ HttpVersionNotSupported: 505,
1645
+ VariantAlsoNegotiates: 506,
1646
+ InsufficientStorage: 507,
1647
+ LoopDetected: 508,
1648
+ NotExtended: 510,
1649
+ NetworkAuthenticationRequired: 511
1650
+ };
1651
+ Object.entries(ue).forEach(([e, t]) => {
1652
+ ue[t] = e;
1653
+ });
1654
+ function nt(e) {
1655
+ const t = new L(e), n = Ue(L.prototype.request, t);
1656
+ return a.extend(n, L.prototype, t, { allOwnKeys: !0 }), a.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(s) {
1657
+ return nt(k(e, s));
1658
+ }, n;
1659
+ }
1660
+ const E = nt(M);
1661
+ E.Axios = L;
1662
+ E.CanceledError = D;
1663
+ E.CancelToken = Ln;
1664
+ E.isCancel = ve;
1665
+ E.VERSION = et;
1666
+ E.toFormData = Z;
1667
+ E.AxiosError = m;
1668
+ E.Cancel = E.CanceledError;
1669
+ E.all = function(t) {
1670
+ return Promise.all(t);
1671
+ };
1672
+ E.spread = kn;
1673
+ E.isAxiosError = Bn;
1674
+ E.mergeConfig = k;
1675
+ E.AxiosHeaders = x;
1676
+ E.formToJSON = (e) => We(a.isHTMLForm(e) ? new FormData(e) : e);
1677
+ E.getAdapter = Ze.getAdapter;
1678
+ E.HttpStatusCode = ue;
1679
+ E.default = E;
1680
+ const {
1681
+ Axios: zn,
1682
+ AxiosError: $n,
1683
+ CanceledError: Jn,
1684
+ isCancel: Vn,
1685
+ CancelToken: Wn,
1686
+ VERSION: vn,
1687
+ all: Kn,
1688
+ Cancel: Xn,
1689
+ isAxiosError: Gn,
1690
+ spread: Qn,
1691
+ toFormData: Yn,
1692
+ AxiosHeaders: Zn,
1693
+ HttpStatusCode: er,
1694
+ formToJSON: tr,
1695
+ getAdapter: nr,
1696
+ mergeConfig: rr
1697
+ } = E, { baseURL: Dn } = st();
1698
+ let W = !1, q = [];
1699
+ const Ne = 1 * 60 * 1e3, Pe = 1, _e = 1e3;
1700
+ async function jn(e, t, n = 0) {
1701
+ const r = Date.now();
1702
+ if (r < +e.accessExp - Ne)
1703
+ return e.accessToken;
1704
+ if (r >= +e.refreshExp - Ne)
1705
+ return Fe(), Promise.reject("Refresh token expired");
1706
+ if (W)
1707
+ return new Promise((s, o) => {
1708
+ q.push({ resolve: s, reject: o });
1709
+ });
1710
+ W = !0;
1711
+ try {
1712
+ const s = await rt(e.refreshToken, Pe, _e), o = {
1713
+ accessToken: s.accessToken,
1714
+ accessExp: s.accessExp,
1715
+ refreshToken: s.refreshToken || e.refreshToken,
1716
+ refreshExp: s.refreshExp || e.refreshExp
1717
+ };
1718
+ return t(o), qn(o.accessToken), o.accessToken;
1719
+ } catch {
1720
+ if (q.forEach((o) => {
1721
+ o.reject("Token refresh failed");
1722
+ }), W = !1, q = [], n < Pe) {
1723
+ const o = n + 1;
1724
+ return await new Promise((i) => setTimeout(i, _e)), jn(e, t, o);
1725
+ }
1726
+ return Fe(), Promise.reject("Token refresh failed after retries");
1727
+ }
1728
+ }
1729
+ async function rt(e, t, n, r = 0) {
1730
+ try {
1731
+ let s = await E.create().post(
1732
+ "/api/admin/basic-application/authorization/v1/visitor/oauth/token/refresh",
1733
+ { refreshToken: e },
1734
+ {
1735
+ baseURL: Dn
1736
+ }
1737
+ );
1738
+ return (s == null ? void 0 : s.data) || {};
1739
+ } catch {
1740
+ if (r < t)
1741
+ return await new Promise((o) => setTimeout(o, n)), rt(e, t, n, r + 1);
1742
+ throw new Error("Token refresh failed after retries");
1743
+ }
1744
+ }
1745
+ function qn(e) {
1746
+ q.forEach((t) => {
1747
+ t.resolve(e);
1748
+ }), q = [], W = !1;
1749
+ }
1750
+ function Fe() {
1751
+ var t, n;
1752
+ const e = "/login";
1753
+ location.pathname !== e && (window.sessionStorage.clear(), window.localStorage.clear(), window.__isAutoCloseApp = !1, (n = (t = window.top) == null ? void 0 : t.vueRouter) == null || n.replace(e));
1754
+ }
1755
+ export {
1756
+ jn as getValidAccessToken
1757
+ };