@akad/sdk 1.0.0 → 1.0.2
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.
- package/base.d.ts +2 -1
- package/main.d.ts +1 -1
- package/package.json +1 -1
- package/report/index.d.ts +1 -1
- package/report/types.d.ts +2 -0
- package/ts-lib.js +69 -61
- package/ts-lib.umd.cjs +5 -5
package/base.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AxiosResponse,
|
|
1
|
+
import { AxiosError, AxiosResponse, ResponseType } from 'axios';
|
|
2
2
|
|
|
3
3
|
export type Config = {
|
|
4
4
|
apiVersion: string;
|
|
@@ -14,5 +14,6 @@ export declare const createBase: (config: Config) => {
|
|
|
14
14
|
method: string;
|
|
15
15
|
data: string;
|
|
16
16
|
contentType?: string;
|
|
17
|
+
responseType?: ResponseType;
|
|
17
18
|
}) => Promise<T>;
|
|
18
19
|
};
|
package/main.d.ts
CHANGED
|
@@ -28,6 +28,6 @@ export default function sdkInitialize(config: Config): {
|
|
|
28
28
|
getCnpjStatus: (cnpj: string) => Promise<import('./plugin/types').CnpjStatus>;
|
|
29
29
|
};
|
|
30
30
|
report: {
|
|
31
|
-
|
|
31
|
+
getReportStream: (data: import('./report/types').certificateReportType) => Promise<import('./report/types').certificateReportType>;
|
|
32
32
|
};
|
|
33
33
|
};
|
package/package.json
CHANGED
package/report/index.d.ts
CHANGED
|
@@ -2,5 +2,5 @@ import { Config } from '../base';
|
|
|
2
2
|
import { certificateReportType } from './types';
|
|
3
3
|
|
|
4
4
|
export declare const createReport: (config: Config) => {
|
|
5
|
-
|
|
5
|
+
getReportStream: (data: certificateReportType) => Promise<certificateReportType>;
|
|
6
6
|
};
|
package/report/types.d.ts
CHANGED
package/ts-lib.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
function
|
|
1
|
+
function xe(e, t) {
|
|
2
2
|
return function() {
|
|
3
3
|
return e.apply(t, arguments);
|
|
4
4
|
};
|
|
@@ -10,10 +10,10 @@ const { toString: Ze } = Object.prototype, { getPrototypeOf: ce } = Object, J =
|
|
|
10
10
|
function Ye(e) {
|
|
11
11
|
return e !== null && !q(e) && e.constructor !== null && !q(e.constructor) && T(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
12
12
|
}
|
|
13
|
-
const
|
|
13
|
+
const Ce = A("ArrayBuffer");
|
|
14
14
|
function et(e) {
|
|
15
15
|
let t;
|
|
16
|
-
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer &&
|
|
16
|
+
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Ce(e.buffer), t;
|
|
17
17
|
}
|
|
18
18
|
const tt = V("string"), T = V("function"), Fe = V("number"), W = (e) => e !== null && typeof e == "object", nt = (e) => e === !0 || e === !1, $ = (e) => {
|
|
19
19
|
if (J(e) !== "object")
|
|
@@ -59,7 +59,7 @@ function te() {
|
|
|
59
59
|
return t;
|
|
60
60
|
}
|
|
61
61
|
const mt = (e, t, n, { allOwnKeys: r } = {}) => (j(t, (s, o) => {
|
|
62
|
-
n && T(s) ? e[o] =
|
|
62
|
+
n && T(s) ? e[o] = xe(s, n) : e[o] = s;
|
|
63
63
|
}, { allOwnKeys: r }), e), yt = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), wt = (e, t, n, r) => {
|
|
64
64
|
e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
65
65
|
value: t.prototype
|
|
@@ -109,13 +109,13 @@ const mt = (e, t, n, { allOwnKeys: r } = {}) => (j(t, (s, o) => {
|
|
|
109
109
|
function(n, r, s) {
|
|
110
110
|
return r.toUpperCase() + s;
|
|
111
111
|
}
|
|
112
|
-
), he = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype),
|
|
112
|
+
), he = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Pt = A("RegExp"), ke = (e, t) => {
|
|
113
113
|
const n = Object.getOwnPropertyDescriptors(e), r = {};
|
|
114
114
|
j(n, (s, o) => {
|
|
115
115
|
let i;
|
|
116
116
|
(i = t(s, o, e)) !== !1 && (r[o] = i || s);
|
|
117
117
|
}), Object.defineProperties(e, r);
|
|
118
|
-
},
|
|
118
|
+
}, Nt = (e) => {
|
|
119
119
|
ke(e, (t, n) => {
|
|
120
120
|
if (T(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
|
121
121
|
return !1;
|
|
@@ -130,14 +130,14 @@ const mt = (e, t, n, { allOwnKeys: r } = {}) => (j(t, (s, o) => {
|
|
|
130
130
|
});
|
|
131
131
|
}
|
|
132
132
|
});
|
|
133
|
-
},
|
|
133
|
+
}, xt = (e, t) => {
|
|
134
134
|
const n = {}, r = (s) => {
|
|
135
135
|
s.forEach((o) => {
|
|
136
136
|
n[o] = !0;
|
|
137
137
|
});
|
|
138
138
|
};
|
|
139
139
|
return _(e) ? r(e) : r(String(e).split(t)), n;
|
|
140
|
-
},
|
|
140
|
+
}, Ct = () => {
|
|
141
141
|
}, Ft = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, v = "abcdefghijklmnopqrstuvwxyz", me = "0123456789", De = {
|
|
142
142
|
DIGIT: me,
|
|
143
143
|
ALPHA: v,
|
|
@@ -171,7 +171,7 @@ const _t = (e) => {
|
|
|
171
171
|
return n(e, 0);
|
|
172
172
|
}, kt = A("AsyncFunction"), Dt = (e) => e && (W(e) || T(e)) && T(e.then) && T(e.catch), a = {
|
|
173
173
|
isArray: _,
|
|
174
|
-
isArrayBuffer:
|
|
174
|
+
isArrayBuffer: Ce,
|
|
175
175
|
isBuffer: Ye,
|
|
176
176
|
isFormData: ct,
|
|
177
177
|
isArrayBufferView: et,
|
|
@@ -188,7 +188,7 @@ const _t = (e) => {
|
|
|
188
188
|
isDate: rt,
|
|
189
189
|
isFile: st,
|
|
190
190
|
isBlob: ot,
|
|
191
|
-
isRegExp:
|
|
191
|
+
isRegExp: Pt,
|
|
192
192
|
isFunction: T,
|
|
193
193
|
isStream: at,
|
|
194
194
|
isURLSearchParams: ut,
|
|
@@ -212,10 +212,10 @@ const _t = (e) => {
|
|
|
212
212
|
hasOwnProp: he,
|
|
213
213
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
214
214
|
reduceDescriptors: ke,
|
|
215
|
-
freezeMethods:
|
|
216
|
-
toObjectSet:
|
|
215
|
+
freezeMethods: Nt,
|
|
216
|
+
toObjectSet: xt,
|
|
217
217
|
toCamelCase: At,
|
|
218
|
-
noop:
|
|
218
|
+
noop: Ct,
|
|
219
219
|
toFiniteNumber: Ft,
|
|
220
220
|
findKey: Be,
|
|
221
221
|
global: Le,
|
|
@@ -342,14 +342,14 @@ function K(e, t, n) {
|
|
|
342
342
|
if (!a.isUndefined(p)) {
|
|
343
343
|
if (d.indexOf(p) !== -1)
|
|
344
344
|
throw Error("Circular reference detected in " + m.join("."));
|
|
345
|
-
d.push(p), a.forEach(p, function(g,
|
|
345
|
+
d.push(p), a.forEach(p, function(g, P) {
|
|
346
346
|
(!(a.isUndefined(g) || g === null) && s.call(
|
|
347
347
|
t,
|
|
348
348
|
g,
|
|
349
|
-
a.isString(
|
|
349
|
+
a.isString(P) ? P.trim() : P,
|
|
350
350
|
m,
|
|
351
351
|
w
|
|
352
|
-
)) === !0 && y(g, m ? m.concat(
|
|
352
|
+
)) === !0 && y(g, m ? m.concat(P) : [P]);
|
|
353
353
|
}), d.pop();
|
|
354
354
|
}
|
|
355
355
|
}
|
|
@@ -1193,16 +1193,16 @@ const bn = async (e) => {
|
|
|
1193
1193
|
y && y.unsubscribe();
|
|
1194
1194
|
}), m = !0;
|
|
1195
1195
|
};
|
|
1196
|
-
let
|
|
1196
|
+
let P;
|
|
1197
1197
|
try {
|
|
1198
|
-
if (f && wn && n !== "get" && n !== "head" && (
|
|
1199
|
-
let
|
|
1198
|
+
if (f && wn && n !== "get" && n !== "head" && (P = await En(u, r)) !== 0) {
|
|
1199
|
+
let N = new Request(t, {
|
|
1200
1200
|
method: "POST",
|
|
1201
1201
|
body: r,
|
|
1202
1202
|
duplex: "half"
|
|
1203
1203
|
}), L;
|
|
1204
|
-
a.isFormData(r) && (L =
|
|
1205
|
-
|
|
1204
|
+
a.isFormData(r) && (L = N.headers.get("content-type")) && u.setContentType(L), N.body && (r = ge(N.body, Te, Re(
|
|
1205
|
+
P,
|
|
1206
1206
|
M(f)
|
|
1207
1207
|
), null, re));
|
|
1208
1208
|
}
|
|
@@ -1218,9 +1218,9 @@ const bn = async (e) => {
|
|
|
1218
1218
|
let b = await fetch(S);
|
|
1219
1219
|
const D = se && (l === "stream" || l === "response");
|
|
1220
1220
|
if (se && (c || D)) {
|
|
1221
|
-
const
|
|
1221
|
+
const N = {};
|
|
1222
1222
|
["status", "statusText", "headers"].forEach((pe) => {
|
|
1223
|
-
|
|
1223
|
+
N[pe] = b[pe];
|
|
1224
1224
|
});
|
|
1225
1225
|
const L = a.toFiniteNumber(b.headers.get("content-length"));
|
|
1226
1226
|
b = new Response(
|
|
@@ -1228,13 +1228,13 @@ const bn = async (e) => {
|
|
|
1228
1228
|
L,
|
|
1229
1229
|
M(c, !0)
|
|
1230
1230
|
), D && g, re),
|
|
1231
|
-
|
|
1231
|
+
N
|
|
1232
1232
|
);
|
|
1233
1233
|
}
|
|
1234
1234
|
l = l || "text";
|
|
1235
1235
|
let Xe = await z[a.findKey(z, l) || "text"](b, e);
|
|
1236
|
-
return !D && g(), p && p(), await new Promise((
|
|
1237
|
-
Je(
|
|
1236
|
+
return !D && g(), p && p(), await new Promise((N, L) => {
|
|
1237
|
+
Je(N, L, {
|
|
1238
1238
|
data: Xe,
|
|
1239
1239
|
headers: R.from(b.headers),
|
|
1240
1240
|
status: b.status,
|
|
@@ -1324,7 +1324,7 @@ const ve = "1.7.2", fe = {};
|
|
|
1324
1324
|
return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
1325
1325
|
};
|
|
1326
1326
|
});
|
|
1327
|
-
const
|
|
1327
|
+
const Pe = {};
|
|
1328
1328
|
fe.transitional = function(t, n, r) {
|
|
1329
1329
|
function s(o, i) {
|
|
1330
1330
|
return "[Axios v" + ve + "] Transitional option '" + o + "'" + i + (r ? ". " + r : "");
|
|
@@ -1335,7 +1335,7 @@ fe.transitional = function(t, n, r) {
|
|
|
1335
1335
|
s(i, " has been removed" + (n ? " in " + n : "")),
|
|
1336
1336
|
h.ERR_DEPRECATED
|
|
1337
1337
|
);
|
|
1338
|
-
return n && !
|
|
1338
|
+
return n && !Pe[i] && (Pe[i] = !0, console.warn(
|
|
1339
1339
|
s(
|
|
1340
1340
|
i,
|
|
1341
1341
|
" has been deprecated since v" + n + " and will be removed in the near future"
|
|
@@ -1363,7 +1363,7 @@ function Rn(e, t, n) {
|
|
|
1363
1363
|
const ie = {
|
|
1364
1364
|
assertOptions: Rn,
|
|
1365
1365
|
validators: fe
|
|
1366
|
-
},
|
|
1366
|
+
}, x = ie.validators;
|
|
1367
1367
|
class F {
|
|
1368
1368
|
constructor(t) {
|
|
1369
1369
|
this.defaults = t, this.interceptors = {
|
|
@@ -1400,14 +1400,14 @@ class F {
|
|
|
1400
1400
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = B(this.defaults, n);
|
|
1401
1401
|
const { transitional: r, paramsSerializer: s, headers: o } = n;
|
|
1402
1402
|
r !== void 0 && ie.assertOptions(r, {
|
|
1403
|
-
silentJSONParsing:
|
|
1404
|
-
forcedJSONParsing:
|
|
1405
|
-
clarifyTimeoutError:
|
|
1403
|
+
silentJSONParsing: x.transitional(x.boolean),
|
|
1404
|
+
forcedJSONParsing: x.transitional(x.boolean),
|
|
1405
|
+
clarifyTimeoutError: x.transitional(x.boolean)
|
|
1406
1406
|
}, !1), s != null && (a.isFunction(s) ? n.paramsSerializer = {
|
|
1407
1407
|
serialize: s
|
|
1408
1408
|
} : ie.assertOptions(s, {
|
|
1409
|
-
encode:
|
|
1410
|
-
serialize:
|
|
1409
|
+
encode: x.function,
|
|
1410
|
+
serialize: x.function
|
|
1411
1411
|
}, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
|
1412
1412
|
let i = o && a.merge(
|
|
1413
1413
|
o.common,
|
|
@@ -1630,7 +1630,7 @@ Object.entries(ae).forEach(([e, t]) => {
|
|
|
1630
1630
|
ae[t] = e;
|
|
1631
1631
|
});
|
|
1632
1632
|
function Qe(e) {
|
|
1633
|
-
const t = new F(e), n =
|
|
1633
|
+
const t = new F(e), n = xe(F.prototype.request, t);
|
|
1634
1634
|
return a.extend(n, F.prototype, t, { allOwnKeys: !0 }), a.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(s) {
|
|
1635
1635
|
return Qe(B(e, s));
|
|
1636
1636
|
}, n;
|
|
@@ -1655,9 +1655,9 @@ E.formToJSON = (e) => Me(a.isHTMLForm(e) ? new FormData(e) : e);
|
|
|
1655
1655
|
E.getAdapter = Ge.getAdapter;
|
|
1656
1656
|
E.HttpStatusCode = ae;
|
|
1657
1657
|
E.default = E;
|
|
1658
|
-
const
|
|
1658
|
+
const C = (e) => {
|
|
1659
1659
|
var i, c;
|
|
1660
|
-
const t = E.create(), n = e.apiVersion, r = e.productCode, s = e.baseUrl
|
|
1660
|
+
const t = E.create(), n = e.apiVersion, r = e.productCode, s = e.baseUrl;
|
|
1661
1661
|
return e.responseInterceptor && t.interceptors.response.use(
|
|
1662
1662
|
(i = e.responseInterceptor) == null ? void 0 : i.onFulfilled,
|
|
1663
1663
|
(c = e.responseInterceptor) == null ? void 0 : c.onReject
|
|
@@ -1673,14 +1673,15 @@ const x = (e) => {
|
|
|
1673
1673
|
method: (l == null ? void 0 : l.method) || "GET",
|
|
1674
1674
|
headers: d,
|
|
1675
1675
|
url: u,
|
|
1676
|
-
data: l == null ? void 0 : l.data
|
|
1676
|
+
data: l == null ? void 0 : l.data,
|
|
1677
|
+
responseType: l == null ? void 0 : l.responseType
|
|
1677
1678
|
};
|
|
1678
1679
|
return await t.request(w);
|
|
1679
1680
|
}
|
|
1680
1681
|
};
|
|
1681
1682
|
}, An = "cep";
|
|
1682
|
-
function
|
|
1683
|
-
const t =
|
|
1683
|
+
function Pn(e) {
|
|
1684
|
+
const t = C(e);
|
|
1684
1685
|
function n(r) {
|
|
1685
1686
|
return t.request(`/${An}`, {
|
|
1686
1687
|
method: "POST",
|
|
@@ -1691,32 +1692,32 @@ function Nn(e) {
|
|
|
1691
1692
|
getAddress: n
|
|
1692
1693
|
};
|
|
1693
1694
|
}
|
|
1694
|
-
const
|
|
1695
|
-
const t =
|
|
1695
|
+
const Ne = "auth", Nn = (e) => {
|
|
1696
|
+
const t = C(e);
|
|
1696
1697
|
return {
|
|
1697
1698
|
postLogin: async (s) => {
|
|
1698
1699
|
var i;
|
|
1699
|
-
const o = await t.request(`/${
|
|
1700
|
+
const o = await t.request(`/${Ne}/login`, {
|
|
1700
1701
|
method: "POST",
|
|
1701
1702
|
data: JSON.stringify(s)
|
|
1702
1703
|
});
|
|
1703
1704
|
return o.status === 200 && ((i = o.data) != null && i.accessToken) && localStorage.setItem("accessToken", o.data.accessToken), o;
|
|
1704
1705
|
},
|
|
1705
|
-
getToken: async (s) => await t.request(`/${
|
|
1706
|
+
getToken: async (s) => await t.request(`/${Ne}?code=${s}`, {
|
|
1706
1707
|
method: "GET",
|
|
1707
1708
|
data: ""
|
|
1708
1709
|
})
|
|
1709
1710
|
};
|
|
1710
|
-
},
|
|
1711
|
-
const t =
|
|
1711
|
+
}, xn = "digital", Cn = (e) => {
|
|
1712
|
+
const t = C(e);
|
|
1712
1713
|
return {
|
|
1713
|
-
getBroker: () => t.request(`/${
|
|
1714
|
+
getBroker: () => t.request(`/${xn}/getBroker`, {
|
|
1714
1715
|
method: "GET",
|
|
1715
1716
|
data: ""
|
|
1716
1717
|
})
|
|
1717
1718
|
};
|
|
1718
1719
|
}, Fn = "data", Bn = (e) => {
|
|
1719
|
-
const t =
|
|
1720
|
+
const t = C(e);
|
|
1720
1721
|
return {
|
|
1721
1722
|
postData: async (r) => await t.request(`/${Fn}`, {
|
|
1722
1723
|
method: "POST",
|
|
@@ -1724,7 +1725,7 @@ const Pe = "auth", Pn = (e) => {
|
|
|
1724
1725
|
})
|
|
1725
1726
|
};
|
|
1726
1727
|
}, Y = "payment", Ln = (e) => {
|
|
1727
|
-
const t =
|
|
1728
|
+
const t = C(e);
|
|
1728
1729
|
return {
|
|
1729
1730
|
postPayment: (o) => t.request(`/${Y}`, {
|
|
1730
1731
|
method: "POST",
|
|
@@ -1746,7 +1747,7 @@ const Pe = "auth", Pn = (e) => {
|
|
|
1746
1747
|
)
|
|
1747
1748
|
};
|
|
1748
1749
|
}, _n = "product/action", kn = (e) => {
|
|
1749
|
-
const t =
|
|
1750
|
+
const t = C(e);
|
|
1750
1751
|
return {
|
|
1751
1752
|
getCnpjStatus: (r) => t.request(`/${_n}/Custom/CnpjCheck?cnpj=${r}`, {
|
|
1752
1753
|
method: "GET",
|
|
@@ -1754,7 +1755,7 @@ const Pe = "auth", Pn = (e) => {
|
|
|
1754
1755
|
})
|
|
1755
1756
|
};
|
|
1756
1757
|
}, ee = "quotation", Dn = (e) => {
|
|
1757
|
-
const t =
|
|
1758
|
+
const t = C(e);
|
|
1758
1759
|
return {
|
|
1759
1760
|
postQuickQuote: (o) => t.request(`/${ee}/QuickQuote`, {
|
|
1760
1761
|
method: "POST",
|
|
@@ -1770,20 +1771,27 @@ const Pe = "auth", Pn = (e) => {
|
|
|
1770
1771
|
})
|
|
1771
1772
|
};
|
|
1772
1773
|
}, Un = "report", qn = (e) => {
|
|
1773
|
-
const t =
|
|
1774
|
+
const t = C(e);
|
|
1774
1775
|
return {
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1776
|
+
getReportStream: (r) => {
|
|
1777
|
+
const s = new URLSearchParams({
|
|
1778
|
+
policyId: r.policyId,
|
|
1779
|
+
documentType: r.documentType || "certificate",
|
|
1780
|
+
...r.additionalParams
|
|
1781
|
+
});
|
|
1782
|
+
return t.request(
|
|
1783
|
+
`/${Un}/generate-stream?${s.toString()}`,
|
|
1784
|
+
{
|
|
1785
|
+
method: "GET",
|
|
1786
|
+
data: "",
|
|
1787
|
+
responseType: "blob"
|
|
1788
|
+
}
|
|
1789
|
+
);
|
|
1790
|
+
}
|
|
1783
1791
|
};
|
|
1784
1792
|
};
|
|
1785
1793
|
function jn(e) {
|
|
1786
|
-
const t =
|
|
1794
|
+
const t = Nn(e), n = Bn(e), r = Dn(e), s = Ln(e), o = Pn(e), i = Cn(e), c = kn(e), f = qn(e);
|
|
1787
1795
|
return {
|
|
1788
1796
|
auth: t,
|
|
1789
1797
|
data: n,
|
package/ts-lib.umd.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
(function(L,U){typeof exports=="object"&&typeof module<"u"?module.exports=U():typeof define=="function"&&define.amd?define(U):(L=typeof globalThis<"u"?globalThis:L||self,L["ts-lib"]=U())})(this,function(){"use strict";function L(e,t){return function(){return e.apply(t,arguments)}}const{toString:U}=Object.prototype,{getPrototypeOf:X}=Object,M=(e=>t=>{const n=U.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),O=e=>(e=e.toLowerCase(),t=>M(t)===e),z=e=>t=>typeof t===e,{isArray:_}=Array,q=z("undefined");function Ze(e){return e!==null&&!q(e)&&e.constructor!==null&&!q(e.constructor)&&T(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const me=O("ArrayBuffer");function Ye(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&me(e.buffer),t}const et=z("string"),T=z("function"),ye=z("number"),J=e=>e!==null&&typeof e=="object",tt=e=>e===!0||e===!1,V=e=>{if(M(e)!=="object")return!1;const t=X(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},nt=O("Date"),rt=O("File"),st=O("Blob"),ot=O("FileList"),it=e=>J(e)&&T(e.pipe),at=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||T(e.append)&&((t=M(e))==="formdata"||t==="object"&&T(e.toString)&&e.toString()==="[object FormData]"))},ct=O("URLSearchParams"),[ut,lt,ft,dt]=["ReadableStream","Request","Response","Headers"].map(O),pt=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function j(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,s;if(typeof e!="object"&&(e=[e]),_(e))for(r=0,s=e.length;r<s;r++)t.call(null,e[r],r,e);else{const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let c;for(r=0;r<i;r++)c=o[r],t.call(null,e[c],c,e)}}function be(e,t){t=t.toLowerCase();const n=Object.keys(e);let r=n.length,s;for(;r-- >0;)if(s=n[r],t===s.toLowerCase())return s;return null}const we=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Ee=e=>!q(e)&&e!==we;function Z(){const{caseless:e}=Ee(this)&&this||{},t={},n=(r,s)=>{const o=e&&be(t,s)||s;V(t[o])&&V(r)?t[o]=Z(t[o],r):V(r)?t[o]=Z({},r):_(r)?t[o]=r.slice():t[o]=r};for(let r=0,s=arguments.length;r<s;r++)arguments[r]&&j(arguments[r],n);return t}const ht=(e,t,n,{allOwnKeys:r}={})=>(j(t,(s,o)=>{n&&T(s)?e[o]=L(s,n):e[o]=s},{allOwnKeys:r}),e),mt=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),yt=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},bt=(e,t,n,r)=>{let s,o,i;const c={};if(t=t||{},e==null)return t;do{for(s=Object.getOwnPropertyNames(e),o=s.length;o-- >0;)i=s[o],(!r||r(i,e,t))&&!c[i]&&(t[i]=e[i],c[i]=!0);e=n!==!1&&X(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},wt=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},Et=e=>{if(!e)return null;if(_(e))return e;let t=e.length;if(!ye(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},St=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&X(Uint8Array)),gt=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let s;for(;(s=r.next())&&!s.done;){const o=s.value;t.call(e,o[0],o[1])}},Rt=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},Tt=O("HTMLFormElement"),Ot=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,s){return r.toUpperCase()+s}),Se=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),At=O("RegExp"),ge=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};j(n,(s,o)=>{let i;(i=t(s,o,e))!==!1&&(r[o]=i||s)}),Object.defineProperties(e,r)},Nt=e=>{ge(e,(t,n)=>{if(T(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(T(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},Pt=(e,t)=>{const n={},r=s=>{s.forEach(o=>{n[o]=!0})};return _(e)?r(e):r(String(e).split(t)),n},Ct=()=>{},xt=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,Y="abcdefghijklmnopqrstuvwxyz",Re="0123456789",Te={DIGIT:Re,ALPHA:Y,ALPHA_DIGIT:Y+Y.toUpperCase()+Re},Ft=(e=16,t=Te.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function Bt(e){return!!(e&&T(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const Lt=e=>{const t=new Array(10),n=(r,s)=>{if(J(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[s]=r;const o=_(r)?[]:{};return j(r,(i,c)=>{const f=n(i,s+1);!q(f)&&(o[c]=f)}),t[s]=void 0,o}}return r};return n(e,0)},_t=O("AsyncFunction"),a={isArray:_,isArrayBuffer:me,isBuffer:Ze,isFormData:at,isArrayBufferView:Ye,isString:et,isNumber:ye,isBoolean:tt,isObject:J,isPlainObject:V,isReadableStream:ut,isRequest:lt,isResponse:ft,isHeaders:dt,isUndefined:q,isDate:nt,isFile:rt,isBlob:st,isRegExp:At,isFunction:T,isStream:it,isURLSearchParams:ct,isTypedArray:St,isFileList:ot,forEach:j,merge:Z,extend:ht,trim:pt,stripBOM:mt,inherits:yt,toFlatObject:bt,kindOf:M,kindOfTest:O,endsWith:wt,toArray:Et,forEachEntry:gt,matchAll:Rt,isHTMLForm:Tt,hasOwnProperty:Se,hasOwnProp:Se,reduceDescriptors:ge,freezeMethods:Nt,toObjectSet:Pt,toCamelCase:Ot,noop:Ct,toFiniteNumber:xt,findKey:be,global:we,isContextDefined:Ee,ALPHABET:Te,generateString:Ft,isSpecCompliantForm:Bt,toJSONObject:Lt,isAsyncFn:_t,isThenable:e=>e&&(J(e)||T(e))&&T(e.then)&&T(e.catch)};function h(e,t,n,r,s){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)}a.inherits(h,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:a.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Oe=h.prototype,Ae={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Ae[e]={value:e}}),Object.defineProperties(h,Ae),Object.defineProperty(Oe,"isAxiosError",{value:!0}),h.from=(e,t,n,r,s,o)=>{const i=Object.create(Oe);return a.toFlatObject(e,i,function(f){return f!==Error.prototype},c=>c!=="isAxiosError"),h.call(i,e.message,t,n,r,s),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const kt=null;function ee(e){return a.isPlainObject(e)||a.isArray(e)}function Ne(e){return a.endsWith(e,"[]")?e.slice(0,-2):e}function Pe(e,t,n){return e?e.concat(t).map(function(s,o){return s=Ne(s),!n&&o?"["+s+"]":s}).join(n?".":""):t}function Dt(e){return a.isArray(e)&&!e.some(ee)}const Ut=a.toFlatObject(a,{},null,function(t){return/^is[A-Z]/.test(t)});function W(e,t,n){if(!a.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=a.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(m,S){return!a.isUndefined(S[m])});const r=n.metaTokens,s=n.visitor||u,o=n.dots,i=n.indexes,f=(n.Blob||typeof Blob<"u"&&Blob)&&a.isSpecCompliantForm(t);if(!a.isFunction(s))throw new TypeError("visitor must be a function");function l(p){if(p===null)return"";if(a.isDate(p))return p.toISOString();if(!f&&a.isBlob(p))throw new h("Blob is not supported. Use a Buffer instead.");return a.isArrayBuffer(p)||a.isTypedArray(p)?f&&typeof Blob=="function"?new Blob([p]):Buffer.from(p):p}function u(p,m,S){let g=p;if(p&&!S&&typeof p=="object"){if(a.endsWith(m,"{}"))m=r?m:m.slice(0,-2),p=JSON.stringify(p);else if(a.isArray(p)&&Dt(p)||(a.isFileList(p)||a.endsWith(m,"[]"))&&(g=a.toArray(p)))return m=Ne(m),g.forEach(function(w,H){!(a.isUndefined(w)||w===null)&&t.append(i===!0?Pe([m],H,o):i===null?m:m+"[]",l(w))}),!1}return ee(p)?!0:(t.append(Pe(S,m,o),l(p)),!1)}const d=[],b=Object.assign(Ut,{defaultVisitor:u,convertValue:l,isVisitable:ee});function y(p,m){if(!a.isUndefined(p)){if(d.indexOf(p)!==-1)throw Error("Circular reference detected in "+m.join("."));d.push(p),a.forEach(p,function(g,N){(!(a.isUndefined(g)||g===null)&&s.call(t,g,a.isString(N)?N.trim():N,m,b))===!0&&y(g,m?m.concat(N):[N])}),d.pop()}}if(!a.isObject(e))throw new TypeError("data must be an object");return y(e),t}function Ce(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function te(e,t){this._pairs=[],e&&W(e,this,t)}const xe=te.prototype;xe.append=function(t,n){this._pairs.push([t,n])},xe.toString=function(t){const n=t?function(r){return t.call(this,r,Ce)}:Ce;return this._pairs.map(function(s){return n(s[0])+"="+n(s[1])},"").join("&")};function qt(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Fe(e,t,n){if(!t)return e;const r=n&&n.encode||qt,s=n&&n.serialize;let o;if(s?o=s(t,n):o=a.isURLSearchParams(t)?t.toString():new te(t,n).toString(r),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class Be{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){a.forEach(this.handlers,function(r){r!==null&&t(r)})}}const Le={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},jt={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:te,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},ne=typeof window<"u"&&typeof document<"u",It=(e=>ne&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),$t=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Ht=ne&&window.location.href||"http://localhost",A={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:ne,hasStandardBrowserEnv:It,hasStandardBrowserWebWorkerEnv:$t,origin:Ht},Symbol.toStringTag,{value:"Module"})),...jt};function Mt(e,t){return W(e,new A.classes.URLSearchParams,Object.assign({visitor:function(n,r,s,o){return A.isNode&&a.isBuffer(n)?(this.append(r,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function zt(e){return a.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Jt(e){const t={},n=Object.keys(e);let r;const s=n.length;let o;for(r=0;r<s;r++)o=n[r],t[o]=e[o];return t}function _e(e){function t(n,r,s,o){let i=n[o++];if(i==="__proto__")return!0;const c=Number.isFinite(+i),f=o>=n.length;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]=Jt(s[i])),!c)}if(a.isFormData(e)&&a.isFunction(e.entries)){const n={};return a.forEachEntry(e,(r,s)=>{t(zt(r),s,n,0)}),n}return null}function Vt(e,t,n){if(a.isString(e))try{return(t||JSON.parse)(e),a.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const I={transitional:Le,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",s=r.indexOf("application/json")>-1,o=a.isObject(t);if(o&&a.isHTMLForm(t)&&(t=new FormData(t)),a.isFormData(t))return s?JSON.stringify(_e(t)):t;if(a.isArrayBuffer(t)||a.isBuffer(t)||a.isStream(t)||a.isFile(t)||a.isBlob(t)||a.isReadableStream(t))return t;if(a.isArrayBufferView(t))return t.buffer;if(a.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return Mt(t,this.formSerializer).toString();if((c=a.isFileList(t))||r.indexOf("multipart/form-data")>-1){const f=this.env&&this.env.FormData;return W(c?{"files[]":t}:t,f&&new f,this.formSerializer)}}return o||s?(n.setContentType("application/json",!1),Vt(t)):t}],transformResponse:[function(t){const n=this.transitional||I.transitional,r=n&&n.forcedJSONParsing,s=this.responseType==="json";if(a.isResponse(t)||a.isReadableStream(t))return t;if(t&&a.isString(t)&&(r&&!this.responseType||s)){const i=!(n&&n.silentJSONParsing)&&s;try{return JSON.parse(t)}catch(c){if(i)throw c.name==="SyntaxError"?h.from(c,h.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:A.classes.FormData,Blob:A.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};a.forEach(["delete","get","head","post","put","patch"],e=>{I.headers[e]={}});const Wt=a.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Kt=e=>{const t={};let n,r,s;return e&&e.split(`
|
|
2
|
-
`).forEach(function(i){s=i.indexOf(":"),n=i.substring(0,s).trim().toLowerCase(),r=i.substring(s+1).trim(),!(!n||t[n]&&Wt[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},
|
|
3
|
-
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(s=>r.set(s)),r}static accessor(t){const r=(this[ke]=this[ke]={accessors:{}}).accessors,s=this.prototype;function o(i){const c=$(i);r[c]||(Xt(s,i),r[c]=!0)}return a.isArray(t)?t.forEach(o):o(t),this}}R.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),a.reduceDescriptors(R.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}}),a.freezeMethods(R);function se(e,t){const n=this||I,r=t||n,s=R.from(r.headers);let o=r.data;return a.forEach(e,function(c){o=c.call(n,o,s.normalize(),t?t.status:void 0)}),s.normalize(),o}function De(e){return!!(e&&e.__CANCEL__)}function k(e,t,n){h.call(this,e??"canceled",h.ERR_CANCELED,t,n),this.name="CanceledError"}a.inherits(k,h,{__CANCEL__:!0});function Ue(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new h("Request failed with status code "+n.status,[h.ERR_BAD_REQUEST,h.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function Zt(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Yt(e,t){e=e||10;const n=new Array(e),r=new Array(e);let s=0,o=0,i;return t=t!==void 0?t:1e3,function(f){const l=Date.now(),u=r[o];i||(i=l),n[s]=f,r[s]=l;let d=o,b=0;for(;d!==s;)b+=n[d++],d=d%e;if(s=(s+1)%e,s===o&&(o=(o+1)%e),l-i<t)return;const y=u&&l-u;return y?Math.round(b*1e3/y):void 0}}function en(e,t){let n=0;const r=1e3/t;let s=null;return function(){const i=this===!0,c=Date.now();if(i||c-n>r)return s&&(clearTimeout(s),s=null),n=c,e.apply(null,arguments);s||(s=setTimeout(()=>(s=null,n=Date.now(),e.apply(null,arguments)),r-(c-n)))}}const G=(e,t,n=3)=>{let r=0;const s=Yt(50,250);return en(o=>{const i=o.loaded,c=o.lengthComputable?o.total:void 0,f=i-r,l=s(f),u=i<=c;r=i;const d={loaded:i,total:c,progress:c?i/c:void 0,bytes:f,rate:l||void 0,estimated:l&&c&&u?(c-i)/l:void 0,event:o,lengthComputable:c!=null};d[t?"download":"upload"]=!0,e(d)},n)},tn=A.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let r;function s(o){let i=o;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=s(window.location.href),function(i){const c=a.isString(i)?s(i):i;return c.protocol===r.protocol&&c.host===r.host}}():function(){return function(){return!0}}(),nn=A.hasStandardBrowserEnv?{write(e,t,n,r,s,o){const i=[e+"="+encodeURIComponent(t)];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("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function rn(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function sn(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function qe(e,t){return e&&!rn(t)?sn(e,t):t}const je=e=>e instanceof R?{...e}:e;function F(e,t){t=t||{};const n={};function r(l,u,d){return a.isPlainObject(l)&&a.isPlainObject(u)?a.merge.call({caseless:d},l,u):a.isPlainObject(u)?a.merge({},u):a.isArray(u)?u.slice():u}function s(l,u,d){if(a.isUndefined(u)){if(!a.isUndefined(l))return r(void 0,l,d)}else return r(l,u,d)}function o(l,u){if(!a.isUndefined(u))return r(void 0,u)}function i(l,u){if(a.isUndefined(u)){if(!a.isUndefined(l))return r(void 0,l)}else return r(void 0,u)}function c(l,u,d){if(d in t)return r(l,u);if(d in e)return r(void 0,l)}const f={url:o,method:o,data:o,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:c,headers:(l,u)=>s(je(l),je(u),!0)};return a.forEach(Object.keys(Object.assign({},e,t)),function(u){const d=f[u]||s,b=d(e[u],t[u],u);a.isUndefined(b)&&d!==c||(n[u]=b)}),n}const Ie=e=>{const t=F({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:s,xsrfCookieName:o,headers:i,auth:c}=t;t.headers=i=R.from(i),t.url=Fe(qe(t.baseURL,t.url),e.params,e.paramsSerializer),c&&i.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")));let f;if(a.isFormData(n)){if(A.hasStandardBrowserEnv||A.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if((f=i.getContentType())!==!1){const[l,...u]=f?f.split(";").map(d=>d.trim()).filter(Boolean):[];i.setContentType([l||"multipart/form-data",...u].join("; "))}}if(A.hasStandardBrowserEnv&&(r&&a.isFunction(r)&&(r=r(t)),r||r!==!1&&tn(t.url))){const l=s&&o&&nn.read(o);l&&i.set(s,l)}return t},on=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,r){const s=Ie(e);let o=s.data;const i=R.from(s.headers).normalize();let{responseType:c}=s,f;function l(){s.cancelToken&&s.cancelToken.unsubscribe(f),s.signal&&s.signal.removeEventListener("abort",f)}let u=new XMLHttpRequest;u.open(s.method.toUpperCase(),s.url,!0),u.timeout=s.timeout;function d(){if(!u)return;const y=R.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders()),m={data:!c||c==="text"||c==="json"?u.responseText:u.response,status:u.status,statusText:u.statusText,headers:y,config:e,request:u};Ue(function(g){n(g),l()},function(g){r(g),l()},m),u=null}"onloadend"in u?u.onloadend=d:u.onreadystatechange=function(){!u||u.readyState!==4||u.status===0&&!(u.responseURL&&u.responseURL.indexOf("file:")===0)||setTimeout(d)},u.onabort=function(){u&&(r(new h("Request aborted",h.ECONNABORTED,s,u)),u=null)},u.onerror=function(){r(new h("Network Error",h.ERR_NETWORK,s,u)),u=null},u.ontimeout=function(){let p=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded";const m=s.transitional||Le;s.timeoutErrorMessage&&(p=s.timeoutErrorMessage),r(new h(p,m.clarifyTimeoutError?h.ETIMEDOUT:h.ECONNABORTED,s,u)),u=null},o===void 0&&i.setContentType(null),"setRequestHeader"in u&&a.forEach(i.toJSON(),function(p,m){u.setRequestHeader(m,p)}),a.isUndefined(s.withCredentials)||(u.withCredentials=!!s.withCredentials),c&&c!=="json"&&(u.responseType=s.responseType),typeof s.onDownloadProgress=="function"&&u.addEventListener("progress",G(s.onDownloadProgress,!0)),typeof s.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",G(s.onUploadProgress)),(s.cancelToken||s.signal)&&(f=y=>{u&&(r(!y||y.type?new k(null,e,u):y),u.abort(),u=null)},s.cancelToken&&s.cancelToken.subscribe(f),s.signal&&(s.signal.aborted?f():s.signal.addEventListener("abort",f)));const b=Zt(s.url);if(b&&A.protocols.indexOf(b)===-1){r(new h("Unsupported protocol "+b+":",h.ERR_BAD_REQUEST,e));return}u.send(o||null)})},an=(e,t)=>{let n=new AbortController,r;const s=function(f){if(!r){r=!0,i();const l=f instanceof Error?f:this.reason;n.abort(l instanceof h?l:new k(l instanceof Error?l.message:l))}};let o=t&&setTimeout(()=>{s(new h(`timeout ${t} of ms exceeded`,h.ETIMEDOUT))},t);const i=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(f=>{f&&(f.removeEventListener?f.removeEventListener("abort",s):f.unsubscribe(s))}),e=null)};e.forEach(f=>f&&f.addEventListener&&f.addEventListener("abort",s));const{signal:c}=n;return c.unsubscribe=i,[c,()=>{o&&clearTimeout(o),o=null}]},cn=function*(e,t){let n=e.byteLength;if(!t||n<t){yield e;return}let r=0,s;for(;r<n;)s=r+t,yield e.slice(r,s),r=s},un=async function*(e,t,n){for await(const r of e)yield*cn(ArrayBuffer.isView(r)?r:await n(String(r)),t)},$e=(e,t,n,r,s)=>{const o=un(e,t,s);let i=0;return new ReadableStream({type:"bytes",async pull(c){const{done:f,value:l}=await o.next();if(f){c.close(),r();return}let u=l.byteLength;n&&n(i+=u),c.enqueue(new Uint8Array(l))},cancel(c){return r(c),o.return()}},{highWaterMark:2})},He=(e,t)=>{const n=e!=null;return r=>setTimeout(()=>t({lengthComputable:n,total:e,loaded:r}))},v=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Me=v&&typeof ReadableStream=="function",oe=v&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),ln=Me&&(()=>{let e=!1;const t=new Request(A.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})(),ze=64*1024,ie=Me&&!!(()=>{try{return a.isReadableStream(new Response("").body)}catch{}})(),Q={stream:ie&&(e=>e.body)};v&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Q[t]&&(Q[t]=a.isFunction(e[t])?n=>n[t]():(n,r)=>{throw new h(`Response type '${t}' is not supported`,h.ERR_NOT_SUPPORT,r)})})})(new Response);const fn=async e=>{if(e==null)return 0;if(a.isBlob(e))return e.size;if(a.isSpecCompliantForm(e))return(await new Request(e).arrayBuffer()).byteLength;if(a.isArrayBufferView(e))return e.byteLength;if(a.isURLSearchParams(e)&&(e=e+""),a.isString(e))return(await oe(e)).byteLength},dn=async(e,t)=>{const n=a.toFiniteNumber(e.getContentLength());return n??fn(t)},ae={http:kt,xhr:on,fetch:v&&(async e=>{let{url:t,method:n,data:r,signal:s,cancelToken:o,timeout:i,onDownloadProgress:c,onUploadProgress:f,responseType:l,headers:u,withCredentials:d="same-origin",fetchOptions:b}=Ie(e);l=l?(l+"").toLowerCase():"text";let[y,p]=s||o||i?an([s,o],i):[],m,S;const g=()=>{!m&&setTimeout(()=>{y&&y.unsubscribe()}),m=!0};let N;try{if(f&&ln&&n!=="get"&&n!=="head"&&(N=await dn(u,r))!==0){let x=new Request(t,{method:"POST",body:r,duplex:"half"}),D;a.isFormData(r)&&(D=x.headers.get("content-type"))&&u.setContentType(D),x.body&&(r=$e(x.body,ze,He(N,G(f)),null,oe))}a.isString(d)||(d=d?"cors":"omit"),S=new Request(t,{...b,signal:y,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",withCredentials:d});let w=await fetch(S);const H=ie&&(l==="stream"||l==="response");if(ie&&(c||H)){const x={};["status","statusText","headers"].forEach(Xe=>{x[Xe]=w[Xe]});const D=a.toFiniteNumber(w.headers.get("content-length"));w=new Response($e(w.body,ze,c&&He(D,G(c,!0)),H&&g,oe),x)}l=l||"text";let Bn=await Q[a.findKey(Q,l)||"text"](w,e);return!H&&g(),p&&p(),await new Promise((x,D)=>{Ue(x,D,{data:Bn,headers:R.from(w.headers),status:w.status,statusText:w.statusText,config:e,request:S})})}catch(w){throw g(),w&&w.name==="TypeError"&&/fetch/i.test(w.message)?Object.assign(new h("Network Error",h.ERR_NETWORK,e,S),{cause:w.cause||w}):h.from(w,w&&w.code,e,S)}})};a.forEach(ae,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Je=e=>`- ${e}`,pn=e=>a.isFunction(e)||e===null||e===!1,Ve={getAdapter:e=>{e=a.isArray(e)?e:[e];const{length:t}=e;let n,r;const s={};for(let o=0;o<t;o++){n=e[o];let i;if(r=n,!pn(n)&&(r=ae[(i=String(n)).toLowerCase()],r===void 0))throw new h(`Unknown adapter '${i}'`);if(r)break;s[i||"#"+o]=r}if(!r){const o=Object.entries(s).map(([c,f])=>`adapter ${c} `+(f===!1?"is not supported by the environment":"is not available in the build"));let i=t?o.length>1?`since :
|
|
1
|
+
(function(L,U){typeof exports=="object"&&typeof module<"u"?module.exports=U():typeof define=="function"&&define.amd?define(U):(L=typeof globalThis<"u"?globalThis:L||self,L["ts-lib"]=U())})(this,function(){"use strict";function L(e,t){return function(){return e.apply(t,arguments)}}const{toString:U}=Object.prototype,{getPrototypeOf:X}=Object,M=(e=>t=>{const n=U.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),O=e=>(e=e.toLowerCase(),t=>M(t)===e),z=e=>t=>typeof t===e,{isArray:_}=Array,q=z("undefined");function Ze(e){return e!==null&&!q(e)&&e.constructor!==null&&!q(e.constructor)&&T(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const me=O("ArrayBuffer");function Ye(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&me(e.buffer),t}const et=z("string"),T=z("function"),ye=z("number"),J=e=>e!==null&&typeof e=="object",tt=e=>e===!0||e===!1,V=e=>{if(M(e)!=="object")return!1;const t=X(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},nt=O("Date"),rt=O("File"),st=O("Blob"),ot=O("FileList"),it=e=>J(e)&&T(e.pipe),at=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||T(e.append)&&((t=M(e))==="formdata"||t==="object"&&T(e.toString)&&e.toString()==="[object FormData]"))},ct=O("URLSearchParams"),[ut,lt,ft,dt]=["ReadableStream","Request","Response","Headers"].map(O),pt=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function j(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,s;if(typeof e!="object"&&(e=[e]),_(e))for(r=0,s=e.length;r<s;r++)t.call(null,e[r],r,e);else{const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let c;for(r=0;r<i;r++)c=o[r],t.call(null,e[c],c,e)}}function be(e,t){t=t.toLowerCase();const n=Object.keys(e);let r=n.length,s;for(;r-- >0;)if(s=n[r],t===s.toLowerCase())return s;return null}const we=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Se=e=>!q(e)&&e!==we;function Z(){const{caseless:e}=Se(this)&&this||{},t={},n=(r,s)=>{const o=e&&be(t,s)||s;V(t[o])&&V(r)?t[o]=Z(t[o],r):V(r)?t[o]=Z({},r):_(r)?t[o]=r.slice():t[o]=r};for(let r=0,s=arguments.length;r<s;r++)arguments[r]&&j(arguments[r],n);return t}const ht=(e,t,n,{allOwnKeys:r}={})=>(j(t,(s,o)=>{n&&T(s)?e[o]=L(s,n):e[o]=s},{allOwnKeys:r}),e),mt=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),yt=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},bt=(e,t,n,r)=>{let s,o,i;const c={};if(t=t||{},e==null)return t;do{for(s=Object.getOwnPropertyNames(e),o=s.length;o-- >0;)i=s[o],(!r||r(i,e,t))&&!c[i]&&(t[i]=e[i],c[i]=!0);e=n!==!1&&X(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},wt=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},St=e=>{if(!e)return null;if(_(e))return e;let t=e.length;if(!ye(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Et=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&X(Uint8Array)),gt=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let s;for(;(s=r.next())&&!s.done;){const o=s.value;t.call(e,o[0],o[1])}},Rt=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},Tt=O("HTMLFormElement"),Ot=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,s){return r.toUpperCase()+s}),Ee=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),At=O("RegExp"),ge=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};j(n,(s,o)=>{let i;(i=t(s,o,e))!==!1&&(r[o]=i||s)}),Object.defineProperties(e,r)},Pt=e=>{ge(e,(t,n)=>{if(T(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(T(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},Nt=(e,t)=>{const n={},r=s=>{s.forEach(o=>{n[o]=!0})};return _(e)?r(e):r(String(e).split(t)),n},xt=()=>{},Ct=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,Y="abcdefghijklmnopqrstuvwxyz",Re="0123456789",Te={DIGIT:Re,ALPHA:Y,ALPHA_DIGIT:Y+Y.toUpperCase()+Re},Ft=(e=16,t=Te.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function Bt(e){return!!(e&&T(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const Lt=e=>{const t=new Array(10),n=(r,s)=>{if(J(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[s]=r;const o=_(r)?[]:{};return j(r,(i,c)=>{const f=n(i,s+1);!q(f)&&(o[c]=f)}),t[s]=void 0,o}}return r};return n(e,0)},_t=O("AsyncFunction"),a={isArray:_,isArrayBuffer:me,isBuffer:Ze,isFormData:at,isArrayBufferView:Ye,isString:et,isNumber:ye,isBoolean:tt,isObject:J,isPlainObject:V,isReadableStream:ut,isRequest:lt,isResponse:ft,isHeaders:dt,isUndefined:q,isDate:nt,isFile:rt,isBlob:st,isRegExp:At,isFunction:T,isStream:it,isURLSearchParams:ct,isTypedArray:Et,isFileList:ot,forEach:j,merge:Z,extend:ht,trim:pt,stripBOM:mt,inherits:yt,toFlatObject:bt,kindOf:M,kindOfTest:O,endsWith:wt,toArray:St,forEachEntry:gt,matchAll:Rt,isHTMLForm:Tt,hasOwnProperty:Ee,hasOwnProp:Ee,reduceDescriptors:ge,freezeMethods:Pt,toObjectSet:Nt,toCamelCase:Ot,noop:xt,toFiniteNumber:Ct,findKey:be,global:we,isContextDefined:Se,ALPHABET:Te,generateString:Ft,isSpecCompliantForm:Bt,toJSONObject:Lt,isAsyncFn:_t,isThenable:e=>e&&(J(e)||T(e))&&T(e.then)&&T(e.catch)};function h(e,t,n,r,s){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)}a.inherits(h,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:a.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Oe=h.prototype,Ae={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Ae[e]={value:e}}),Object.defineProperties(h,Ae),Object.defineProperty(Oe,"isAxiosError",{value:!0}),h.from=(e,t,n,r,s,o)=>{const i=Object.create(Oe);return a.toFlatObject(e,i,function(f){return f!==Error.prototype},c=>c!=="isAxiosError"),h.call(i,e.message,t,n,r,s),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const Dt=null;function ee(e){return a.isPlainObject(e)||a.isArray(e)}function Pe(e){return a.endsWith(e,"[]")?e.slice(0,-2):e}function Ne(e,t,n){return e?e.concat(t).map(function(s,o){return s=Pe(s),!n&&o?"["+s+"]":s}).join(n?".":""):t}function kt(e){return a.isArray(e)&&!e.some(ee)}const Ut=a.toFlatObject(a,{},null,function(t){return/^is[A-Z]/.test(t)});function W(e,t,n){if(!a.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=a.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(m,E){return!a.isUndefined(E[m])});const r=n.metaTokens,s=n.visitor||u,o=n.dots,i=n.indexes,f=(n.Blob||typeof Blob<"u"&&Blob)&&a.isSpecCompliantForm(t);if(!a.isFunction(s))throw new TypeError("visitor must be a function");function l(p){if(p===null)return"";if(a.isDate(p))return p.toISOString();if(!f&&a.isBlob(p))throw new h("Blob is not supported. Use a Buffer instead.");return a.isArrayBuffer(p)||a.isTypedArray(p)?f&&typeof Blob=="function"?new Blob([p]):Buffer.from(p):p}function u(p,m,E){let g=p;if(p&&!E&&typeof p=="object"){if(a.endsWith(m,"{}"))m=r?m:m.slice(0,-2),p=JSON.stringify(p);else if(a.isArray(p)&&kt(p)||(a.isFileList(p)||a.endsWith(m,"[]"))&&(g=a.toArray(p)))return m=Pe(m),g.forEach(function(w,H){!(a.isUndefined(w)||w===null)&&t.append(i===!0?Ne([m],H,o):i===null?m:m+"[]",l(w))}),!1}return ee(p)?!0:(t.append(Ne(E,m,o),l(p)),!1)}const d=[],b=Object.assign(Ut,{defaultVisitor:u,convertValue:l,isVisitable:ee});function y(p,m){if(!a.isUndefined(p)){if(d.indexOf(p)!==-1)throw Error("Circular reference detected in "+m.join("."));d.push(p),a.forEach(p,function(g,P){(!(a.isUndefined(g)||g===null)&&s.call(t,g,a.isString(P)?P.trim():P,m,b))===!0&&y(g,m?m.concat(P):[P])}),d.pop()}}if(!a.isObject(e))throw new TypeError("data must be an object");return y(e),t}function xe(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function te(e,t){this._pairs=[],e&&W(e,this,t)}const Ce=te.prototype;Ce.append=function(t,n){this._pairs.push([t,n])},Ce.toString=function(t){const n=t?function(r){return t.call(this,r,xe)}:xe;return this._pairs.map(function(s){return n(s[0])+"="+n(s[1])},"").join("&")};function qt(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Fe(e,t,n){if(!t)return e;const r=n&&n.encode||qt,s=n&&n.serialize;let o;if(s?o=s(t,n):o=a.isURLSearchParams(t)?t.toString():new te(t,n).toString(r),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class Be{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){a.forEach(this.handlers,function(r){r!==null&&t(r)})}}const Le={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},jt={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:te,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},ne=typeof window<"u"&&typeof document<"u",It=(e=>ne&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),$t=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Ht=ne&&window.location.href||"http://localhost",A={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:ne,hasStandardBrowserEnv:It,hasStandardBrowserWebWorkerEnv:$t,origin:Ht},Symbol.toStringTag,{value:"Module"})),...jt};function Mt(e,t){return W(e,new A.classes.URLSearchParams,Object.assign({visitor:function(n,r,s,o){return A.isNode&&a.isBuffer(n)?(this.append(r,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function zt(e){return a.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Jt(e){const t={},n=Object.keys(e);let r;const s=n.length;let o;for(r=0;r<s;r++)o=n[r],t[o]=e[o];return t}function _e(e){function t(n,r,s,o){let i=n[o++];if(i==="__proto__")return!0;const c=Number.isFinite(+i),f=o>=n.length;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]=Jt(s[i])),!c)}if(a.isFormData(e)&&a.isFunction(e.entries)){const n={};return a.forEachEntry(e,(r,s)=>{t(zt(r),s,n,0)}),n}return null}function Vt(e,t,n){if(a.isString(e))try{return(t||JSON.parse)(e),a.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const I={transitional:Le,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",s=r.indexOf("application/json")>-1,o=a.isObject(t);if(o&&a.isHTMLForm(t)&&(t=new FormData(t)),a.isFormData(t))return s?JSON.stringify(_e(t)):t;if(a.isArrayBuffer(t)||a.isBuffer(t)||a.isStream(t)||a.isFile(t)||a.isBlob(t)||a.isReadableStream(t))return t;if(a.isArrayBufferView(t))return t.buffer;if(a.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return Mt(t,this.formSerializer).toString();if((c=a.isFileList(t))||r.indexOf("multipart/form-data")>-1){const f=this.env&&this.env.FormData;return W(c?{"files[]":t}:t,f&&new f,this.formSerializer)}}return o||s?(n.setContentType("application/json",!1),Vt(t)):t}],transformResponse:[function(t){const n=this.transitional||I.transitional,r=n&&n.forcedJSONParsing,s=this.responseType==="json";if(a.isResponse(t)||a.isReadableStream(t))return t;if(t&&a.isString(t)&&(r&&!this.responseType||s)){const i=!(n&&n.silentJSONParsing)&&s;try{return JSON.parse(t)}catch(c){if(i)throw c.name==="SyntaxError"?h.from(c,h.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:A.classes.FormData,Blob:A.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};a.forEach(["delete","get","head","post","put","patch"],e=>{I.headers[e]={}});const Wt=a.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Kt=e=>{const t={};let n,r,s;return e&&e.split(`
|
|
2
|
+
`).forEach(function(i){s=i.indexOf(":"),n=i.substring(0,s).trim().toLowerCase(),r=i.substring(s+1).trim(),!(!n||t[n]&&Wt[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},De=Symbol("internals");function $(e){return e&&String(e).trim().toLowerCase()}function K(e){return e===!1||e==null?e:a.isArray(e)?e.map(K):String(e)}function Gt(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const vt=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function re(e,t,n,r,s){if(a.isFunction(r))return r.call(this,t,n);if(s&&(t=n),!!a.isString(t)){if(a.isString(r))return t.indexOf(r)!==-1;if(a.isRegExp(r))return r.test(t)}}function Qt(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function Xt(e,t){const n=a.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(s,o,i){return this[r].call(this,t,s,o,i)},configurable:!0})})}class R{constructor(t){t&&this.set(t)}set(t,n,r){const s=this;function o(c,f,l){const u=$(f);if(!u)throw new Error("header name must be a non-empty string");const d=a.findKey(s,u);(!d||s[d]===void 0||l===!0||l===void 0&&s[d]!==!1)&&(s[d||f]=K(c))}const i=(c,f)=>a.forEach(c,(l,u)=>o(l,u,f));if(a.isPlainObject(t)||t instanceof this.constructor)i(t,n);else if(a.isString(t)&&(t=t.trim())&&!vt(t))i(Kt(t),n);else if(a.isHeaders(t))for(const[c,f]of t.entries())o(f,c,r);else t!=null&&o(n,t,r);return this}get(t,n){if(t=$(t),t){const r=a.findKey(this,t);if(r){const s=this[r];if(!n)return s;if(n===!0)return Gt(s);if(a.isFunction(n))return n.call(this,s,r);if(a.isRegExp(n))return n.exec(s);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=$(t),t){const r=a.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||re(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let s=!1;function o(i){if(i=$(i),i){const c=a.findKey(r,i);c&&(!n||re(r,r[c],c,n))&&(delete r[c],s=!0)}}return a.isArray(t)?t.forEach(o):o(t),s}clear(t){const n=Object.keys(this);let r=n.length,s=!1;for(;r--;){const o=n[r];(!t||re(this,this[o],o,t,!0))&&(delete this[o],s=!0)}return s}normalize(t){const n=this,r={};return a.forEach(this,(s,o)=>{const i=a.findKey(r,o);if(i){n[i]=K(s),delete n[o];return}const c=t?Qt(o):String(o).trim();c!==o&&delete n[o],n[c]=K(s),r[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return a.forEach(this,(r,s)=>{r!=null&&r!==!1&&(n[s]=t&&a.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
|
|
3
|
+
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(s=>r.set(s)),r}static accessor(t){const r=(this[De]=this[De]={accessors:{}}).accessors,s=this.prototype;function o(i){const c=$(i);r[c]||(Xt(s,i),r[c]=!0)}return a.isArray(t)?t.forEach(o):o(t),this}}R.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),a.reduceDescriptors(R.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}}),a.freezeMethods(R);function se(e,t){const n=this||I,r=t||n,s=R.from(r.headers);let o=r.data;return a.forEach(e,function(c){o=c.call(n,o,s.normalize(),t?t.status:void 0)}),s.normalize(),o}function ke(e){return!!(e&&e.__CANCEL__)}function D(e,t,n){h.call(this,e??"canceled",h.ERR_CANCELED,t,n),this.name="CanceledError"}a.inherits(D,h,{__CANCEL__:!0});function Ue(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new h("Request failed with status code "+n.status,[h.ERR_BAD_REQUEST,h.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function Zt(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Yt(e,t){e=e||10;const n=new Array(e),r=new Array(e);let s=0,o=0,i;return t=t!==void 0?t:1e3,function(f){const l=Date.now(),u=r[o];i||(i=l),n[s]=f,r[s]=l;let d=o,b=0;for(;d!==s;)b+=n[d++],d=d%e;if(s=(s+1)%e,s===o&&(o=(o+1)%e),l-i<t)return;const y=u&&l-u;return y?Math.round(b*1e3/y):void 0}}function en(e,t){let n=0;const r=1e3/t;let s=null;return function(){const i=this===!0,c=Date.now();if(i||c-n>r)return s&&(clearTimeout(s),s=null),n=c,e.apply(null,arguments);s||(s=setTimeout(()=>(s=null,n=Date.now(),e.apply(null,arguments)),r-(c-n)))}}const G=(e,t,n=3)=>{let r=0;const s=Yt(50,250);return en(o=>{const i=o.loaded,c=o.lengthComputable?o.total:void 0,f=i-r,l=s(f),u=i<=c;r=i;const d={loaded:i,total:c,progress:c?i/c:void 0,bytes:f,rate:l||void 0,estimated:l&&c&&u?(c-i)/l:void 0,event:o,lengthComputable:c!=null};d[t?"download":"upload"]=!0,e(d)},n)},tn=A.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let r;function s(o){let i=o;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=s(window.location.href),function(i){const c=a.isString(i)?s(i):i;return c.protocol===r.protocol&&c.host===r.host}}():function(){return function(){return!0}}(),nn=A.hasStandardBrowserEnv?{write(e,t,n,r,s,o){const i=[e+"="+encodeURIComponent(t)];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("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function rn(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function sn(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function qe(e,t){return e&&!rn(t)?sn(e,t):t}const je=e=>e instanceof R?{...e}:e;function F(e,t){t=t||{};const n={};function r(l,u,d){return a.isPlainObject(l)&&a.isPlainObject(u)?a.merge.call({caseless:d},l,u):a.isPlainObject(u)?a.merge({},u):a.isArray(u)?u.slice():u}function s(l,u,d){if(a.isUndefined(u)){if(!a.isUndefined(l))return r(void 0,l,d)}else return r(l,u,d)}function o(l,u){if(!a.isUndefined(u))return r(void 0,u)}function i(l,u){if(a.isUndefined(u)){if(!a.isUndefined(l))return r(void 0,l)}else return r(void 0,u)}function c(l,u,d){if(d in t)return r(l,u);if(d in e)return r(void 0,l)}const f={url:o,method:o,data:o,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:c,headers:(l,u)=>s(je(l),je(u),!0)};return a.forEach(Object.keys(Object.assign({},e,t)),function(u){const d=f[u]||s,b=d(e[u],t[u],u);a.isUndefined(b)&&d!==c||(n[u]=b)}),n}const Ie=e=>{const t=F({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:s,xsrfCookieName:o,headers:i,auth:c}=t;t.headers=i=R.from(i),t.url=Fe(qe(t.baseURL,t.url),e.params,e.paramsSerializer),c&&i.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")));let f;if(a.isFormData(n)){if(A.hasStandardBrowserEnv||A.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if((f=i.getContentType())!==!1){const[l,...u]=f?f.split(";").map(d=>d.trim()).filter(Boolean):[];i.setContentType([l||"multipart/form-data",...u].join("; "))}}if(A.hasStandardBrowserEnv&&(r&&a.isFunction(r)&&(r=r(t)),r||r!==!1&&tn(t.url))){const l=s&&o&&nn.read(o);l&&i.set(s,l)}return t},on=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,r){const s=Ie(e);let o=s.data;const i=R.from(s.headers).normalize();let{responseType:c}=s,f;function l(){s.cancelToken&&s.cancelToken.unsubscribe(f),s.signal&&s.signal.removeEventListener("abort",f)}let u=new XMLHttpRequest;u.open(s.method.toUpperCase(),s.url,!0),u.timeout=s.timeout;function d(){if(!u)return;const y=R.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders()),m={data:!c||c==="text"||c==="json"?u.responseText:u.response,status:u.status,statusText:u.statusText,headers:y,config:e,request:u};Ue(function(g){n(g),l()},function(g){r(g),l()},m),u=null}"onloadend"in u?u.onloadend=d:u.onreadystatechange=function(){!u||u.readyState!==4||u.status===0&&!(u.responseURL&&u.responseURL.indexOf("file:")===0)||setTimeout(d)},u.onabort=function(){u&&(r(new h("Request aborted",h.ECONNABORTED,s,u)),u=null)},u.onerror=function(){r(new h("Network Error",h.ERR_NETWORK,s,u)),u=null},u.ontimeout=function(){let p=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded";const m=s.transitional||Le;s.timeoutErrorMessage&&(p=s.timeoutErrorMessage),r(new h(p,m.clarifyTimeoutError?h.ETIMEDOUT:h.ECONNABORTED,s,u)),u=null},o===void 0&&i.setContentType(null),"setRequestHeader"in u&&a.forEach(i.toJSON(),function(p,m){u.setRequestHeader(m,p)}),a.isUndefined(s.withCredentials)||(u.withCredentials=!!s.withCredentials),c&&c!=="json"&&(u.responseType=s.responseType),typeof s.onDownloadProgress=="function"&&u.addEventListener("progress",G(s.onDownloadProgress,!0)),typeof s.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",G(s.onUploadProgress)),(s.cancelToken||s.signal)&&(f=y=>{u&&(r(!y||y.type?new D(null,e,u):y),u.abort(),u=null)},s.cancelToken&&s.cancelToken.subscribe(f),s.signal&&(s.signal.aborted?f():s.signal.addEventListener("abort",f)));const b=Zt(s.url);if(b&&A.protocols.indexOf(b)===-1){r(new h("Unsupported protocol "+b+":",h.ERR_BAD_REQUEST,e));return}u.send(o||null)})},an=(e,t)=>{let n=new AbortController,r;const s=function(f){if(!r){r=!0,i();const l=f instanceof Error?f:this.reason;n.abort(l instanceof h?l:new D(l instanceof Error?l.message:l))}};let o=t&&setTimeout(()=>{s(new h(`timeout ${t} of ms exceeded`,h.ETIMEDOUT))},t);const i=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(f=>{f&&(f.removeEventListener?f.removeEventListener("abort",s):f.unsubscribe(s))}),e=null)};e.forEach(f=>f&&f.addEventListener&&f.addEventListener("abort",s));const{signal:c}=n;return c.unsubscribe=i,[c,()=>{o&&clearTimeout(o),o=null}]},cn=function*(e,t){let n=e.byteLength;if(!t||n<t){yield e;return}let r=0,s;for(;r<n;)s=r+t,yield e.slice(r,s),r=s},un=async function*(e,t,n){for await(const r of e)yield*cn(ArrayBuffer.isView(r)?r:await n(String(r)),t)},$e=(e,t,n,r,s)=>{const o=un(e,t,s);let i=0;return new ReadableStream({type:"bytes",async pull(c){const{done:f,value:l}=await o.next();if(f){c.close(),r();return}let u=l.byteLength;n&&n(i+=u),c.enqueue(new Uint8Array(l))},cancel(c){return r(c),o.return()}},{highWaterMark:2})},He=(e,t)=>{const n=e!=null;return r=>setTimeout(()=>t({lengthComputable:n,total:e,loaded:r}))},v=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Me=v&&typeof ReadableStream=="function",oe=v&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),ln=Me&&(()=>{let e=!1;const t=new Request(A.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})(),ze=64*1024,ie=Me&&!!(()=>{try{return a.isReadableStream(new Response("").body)}catch{}})(),Q={stream:ie&&(e=>e.body)};v&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Q[t]&&(Q[t]=a.isFunction(e[t])?n=>n[t]():(n,r)=>{throw new h(`Response type '${t}' is not supported`,h.ERR_NOT_SUPPORT,r)})})})(new Response);const fn=async e=>{if(e==null)return 0;if(a.isBlob(e))return e.size;if(a.isSpecCompliantForm(e))return(await new Request(e).arrayBuffer()).byteLength;if(a.isArrayBufferView(e))return e.byteLength;if(a.isURLSearchParams(e)&&(e=e+""),a.isString(e))return(await oe(e)).byteLength},dn=async(e,t)=>{const n=a.toFiniteNumber(e.getContentLength());return n??fn(t)},ae={http:Dt,xhr:on,fetch:v&&(async e=>{let{url:t,method:n,data:r,signal:s,cancelToken:o,timeout:i,onDownloadProgress:c,onUploadProgress:f,responseType:l,headers:u,withCredentials:d="same-origin",fetchOptions:b}=Ie(e);l=l?(l+"").toLowerCase():"text";let[y,p]=s||o||i?an([s,o],i):[],m,E;const g=()=>{!m&&setTimeout(()=>{y&&y.unsubscribe()}),m=!0};let P;try{if(f&&ln&&n!=="get"&&n!=="head"&&(P=await dn(u,r))!==0){let C=new Request(t,{method:"POST",body:r,duplex:"half"}),k;a.isFormData(r)&&(k=C.headers.get("content-type"))&&u.setContentType(k),C.body&&(r=$e(C.body,ze,He(P,G(f)),null,oe))}a.isString(d)||(d=d?"cors":"omit"),E=new Request(t,{...b,signal:y,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",withCredentials:d});let w=await fetch(E);const H=ie&&(l==="stream"||l==="response");if(ie&&(c||H)){const C={};["status","statusText","headers"].forEach(Xe=>{C[Xe]=w[Xe]});const k=a.toFiniteNumber(w.headers.get("content-length"));w=new Response($e(w.body,ze,c&&He(k,G(c,!0)),H&&g,oe),C)}l=l||"text";let Bn=await Q[a.findKey(Q,l)||"text"](w,e);return!H&&g(),p&&p(),await new Promise((C,k)=>{Ue(C,k,{data:Bn,headers:R.from(w.headers),status:w.status,statusText:w.statusText,config:e,request:E})})}catch(w){throw g(),w&&w.name==="TypeError"&&/fetch/i.test(w.message)?Object.assign(new h("Network Error",h.ERR_NETWORK,e,E),{cause:w.cause||w}):h.from(w,w&&w.code,e,E)}})};a.forEach(ae,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Je=e=>`- ${e}`,pn=e=>a.isFunction(e)||e===null||e===!1,Ve={getAdapter:e=>{e=a.isArray(e)?e:[e];const{length:t}=e;let n,r;const s={};for(let o=0;o<t;o++){n=e[o];let i;if(r=n,!pn(n)&&(r=ae[(i=String(n)).toLowerCase()],r===void 0))throw new h(`Unknown adapter '${i}'`);if(r)break;s[i||"#"+o]=r}if(!r){const o=Object.entries(s).map(([c,f])=>`adapter ${c} `+(f===!1?"is not supported by the environment":"is not available in the build"));let i=t?o.length>1?`since :
|
|
4
4
|
`+o.map(Je).join(`
|
|
5
|
-
`):" "+Je(o[0]):"as no adapter specified";throw new h("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return r},adapters:ae};function ce(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new
|
|
6
|
-
`+o):r.stack=o}catch{}}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=F(this.defaults,n);const{transitional:r,paramsSerializer:s,headers:o}=n;r!==void 0&&le.assertOptions(r,{silentJSONParsing:
|
|
5
|
+
`):" "+Je(o[0]):"as no adapter specified";throw new h("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return r},adapters:ae};function ce(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new D(null,e)}function We(e){return ce(e),e.headers=R.from(e.headers),e.data=se.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Ve.getAdapter(e.adapter||I.adapter)(e).then(function(r){return ce(e),r.data=se.call(e,e.transformResponse,r),r.headers=R.from(r.headers),r},function(r){return ke(r)||(ce(e),r&&r.response&&(r.response.data=se.call(e,e.transformResponse,r.response),r.response.headers=R.from(r.response.headers))),Promise.reject(r)})}const Ke="1.7.2",ue={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{ue[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const Ge={};ue.transitional=function(t,n,r){function s(o,i){return"[Axios v"+Ke+"] Transitional option '"+o+"'"+i+(r?". "+r:"")}return(o,i,c)=>{if(t===!1)throw new h(s(i," has been removed"+(n?" in "+n:"")),h.ERR_DEPRECATED);return n&&!Ge[i]&&(Ge[i]=!0,console.warn(s(i," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(o,i,c):!0}};function hn(e,t,n){if(typeof e!="object")throw new h("options must be an object",h.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let s=r.length;for(;s-- >0;){const o=r[s],i=t[o];if(i){const c=e[o],f=c===void 0||i(c,o,e);if(f!==!0)throw new h("option "+o+" must be "+f,h.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new h("Unknown option "+o,h.ERR_BAD_OPTION)}}const le={assertOptions:hn,validators:ue},N=le.validators;class B{constructor(t){this.defaults=t,this.interceptors={request:new Be,response:new Be}}async request(t,n){try{return await this._request(t,n)}catch(r){if(r instanceof Error){let s;Error.captureStackTrace?Error.captureStackTrace(s={}):s=new Error;const o=s.stack?s.stack.replace(/^.+\n/,""):"";try{r.stack?o&&!String(r.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(r.stack+=`
|
|
6
|
+
`+o):r.stack=o}catch{}}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=F(this.defaults,n);const{transitional:r,paramsSerializer:s,headers:o}=n;r!==void 0&&le.assertOptions(r,{silentJSONParsing:N.transitional(N.boolean),forcedJSONParsing:N.transitional(N.boolean),clarifyTimeoutError:N.transitional(N.boolean)},!1),s!=null&&(a.isFunction(s)?n.paramsSerializer={serialize:s}:le.assertOptions(s,{encode:N.function,serialize:N.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=o&&a.merge(o.common,o[n.method]);o&&a.forEach(["delete","get","head","post","put","patch","common"],p=>{delete o[p]}),n.headers=R.concat(i,o);const c=[];let f=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(n)===!1||(f=f&&m.synchronous,c.unshift(m.fulfilled,m.rejected))});const l=[];this.interceptors.response.forEach(function(m){l.push(m.fulfilled,m.rejected)});let u,d=0,b;if(!f){const p=[We.bind(this),void 0];for(p.unshift.apply(p,c),p.push.apply(p,l),b=p.length,u=Promise.resolve(n);d<b;)u=u.then(p[d++],p[d++]);return u}b=c.length;let y=n;for(d=0;d<b;){const p=c[d++],m=c[d++];try{y=p(y)}catch(E){m.call(this,E);break}}try{u=We.call(this,y)}catch(p){return Promise.reject(p)}for(d=0,b=l.length;d<b;)u=u.then(l[d++],l[d++]);return u}getUri(t){t=F(this.defaults,t);const n=qe(t.baseURL,t.url);return Fe(n,t.params,t.paramsSerializer)}}a.forEach(["delete","get","head","options"],function(t){B.prototype[t]=function(n,r){return this.request(F(r||{},{method:t,url:n,data:(r||{}).data}))}}),a.forEach(["post","put","patch"],function(t){function n(r){return function(o,i,c){return this.request(F(c||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}B.prototype[t]=n(),B.prototype[t+"Form"]=n(!0)});class fe{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(o){n=o});const r=this;this.promise.then(s=>{if(!r._listeners)return;let o=r._listeners.length;for(;o-- >0;)r._listeners[o](s);r._listeners=null}),this.promise.then=s=>{let o;const i=new Promise(c=>{r.subscribe(c),o=c}).then(s);return i.cancel=function(){r.unsubscribe(o)},i},t(function(o,i,c){r.reason||(r.reason=new D(o,i,c),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new fe(function(s){t=s}),cancel:t}}}function mn(e){return function(n){return e.apply(null,n)}}function yn(e){return a.isObject(e)&&e.isAxiosError===!0}const de={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(de).forEach(([e,t])=>{de[t]=e});function ve(e){const t=new B(e),n=L(B.prototype.request,t);return a.extend(n,B.prototype,t,{allOwnKeys:!0}),a.extend(n,t,null,{allOwnKeys:!0}),n.create=function(s){return ve(F(e,s))},n}const S=ve(I);S.Axios=B,S.CanceledError=D,S.CancelToken=fe,S.isCancel=ke,S.VERSION=Ke,S.toFormData=W,S.AxiosError=h,S.Cancel=S.CanceledError,S.all=function(t){return Promise.all(t)},S.spread=mn,S.isAxiosError=yn,S.mergeConfig=F,S.AxiosHeaders=R,S.formToJSON=e=>_e(a.isHTMLForm(e)?new FormData(e):e),S.getAdapter=Ve.getAdapter,S.HttpStatusCode=de,S.default=S;const x=e=>{var i,c;const t=S.create(),n=e.apiVersion,r=e.productCode,s=e.baseUrl;return e.responseInterceptor&&t.interceptors.response.use((i=e.responseInterceptor)==null?void 0:i.onFulfilled,(c=e.responseInterceptor)==null?void 0:c.onReject),{request:async(f,l)=>{const u=`${s}/${r}/${n}${f}`,d={"Content-Type":(l==null?void 0:l.contentType)||"application/json",apiVersion:n,Authorization:""};localStorage.getItem("accessToken")&&(d.Authorization="Bearer "+localStorage.getItem("accessToken"));const b={method:(l==null?void 0:l.method)||"GET",headers:d,url:u,data:l==null?void 0:l.data,responseType:l==null?void 0:l.responseType};return await t.request(b)}}},bn="cep";function wn(e){const t=x(e);function n(r){return t.request(`/${bn}`,{method:"POST",data:JSON.stringify(r)})}return{getAddress:n}}const Qe="auth",Sn=e=>{const t=x(e);return{postLogin:async s=>{var i;const o=await t.request(`/${Qe}/login`,{method:"POST",data:JSON.stringify(s)});return o.status===200&&((i=o.data)!=null&&i.accessToken)&&localStorage.setItem("accessToken",o.data.accessToken),o},getToken:async s=>await t.request(`/${Qe}?code=${s}`,{method:"GET",data:""})}},En="digital",gn=e=>{const t=x(e);return{getBroker:()=>t.request(`/${En}/getBroker`,{method:"GET",data:""})}},Rn="data",Tn=e=>{const t=x(e);return{postData:async r=>await t.request(`/${Rn}`,{method:"POST",data:JSON.stringify(r)})}},pe="payment",On=e=>{const t=x(e);return{postPayment:o=>t.request(`/${pe}`,{method:"POST",data:JSON.stringify(o)}),getPaymentStatus:o=>t.request(`/${pe}/status?policyId=${o.policyId}`,{method:"GET",data:""}),getPaymentSummary:o=>t.request(`/${pe}/summary?policyId=${o.policyId}`,{method:"GET",data:""})}},An="product/action",Pn=e=>{const t=x(e);return{getCnpjStatus:r=>t.request(`/${An}/Custom/CnpjCheck?cnpj=${r}`,{method:"GET",data:""})}},he="quotation",Nn=e=>{const t=x(e);return{postQuickQuote:o=>t.request(`/${he}/QuickQuote`,{method:"POST",data:JSON.stringify(o)}),postFullQuote:o=>t.request(`/${he}/FullQuote`,{method:"POST",data:JSON.stringify(o)}),postBind:o=>t.request(`/${he}/Bind`,{method:"POST",data:JSON.stringify(o)})}},xn="report",Cn=e=>{const t=x(e);return{getReportStream:r=>{const s=new URLSearchParams({policyId:r.policyId,documentType:r.documentType||"certificate",...r.additionalParams});return t.request(`/${xn}/generate-stream?${s.toString()}`,{method:"GET",data:"",responseType:"blob"})}}};function Fn(e){const t=Sn(e),n=Tn(e),r=Nn(e),s=On(e),o=wn(e),i=gn(e),c=Pn(e),f=Cn(e);return{auth:t,data:n,quotation:r,payment:s,address:o,broker:i,plugin:c,report:f}}return Fn});
|