@uin-federation/sdk
Version:
This SDK connects to the NUI Federation API for getting or creating, revoke, generating batch for NUI from the API
1,707 lines • 55.8 kB
JavaScript
var nt = Object.defineProperty;
var rt = (e, t, n) => t in e ? nt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
var _ = (e, t, n) => rt(e, typeof t != "symbol" ? t + "" : t, n);
function ke(e, t) {
return function() {
return e.apply(t, arguments);
};
}
const { toString: st } = Object.prototype, { getPrototypeOf: he } = Object, G = /* @__PURE__ */ ((e) => (t) => {
const n = st.call(t);
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
})(/* @__PURE__ */ Object.create(null)), C = (e) => (e = e.toLowerCase(), (t) => G(t) === e), Q = (e) => (t) => typeof t === e, { isArray: D } = Array, I = Q("undefined");
function ot(e) {
return e !== null && !I(e) && e.constructor !== null && !I(e.constructor) && x(e.constructor.isBuffer) && e.constructor.isBuffer(e);
}
const Fe = C("ArrayBuffer");
function it(e) {
let t;
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Fe(e.buffer), t;
}
const at = Q("string"), x = Q("function"), Be = Q("number"), Z = (e) => e !== null && typeof e == "object", ct = (e) => e === !0 || e === !1, $ = (e) => {
if (G(e) !== "object")
return !1;
const t = he(e);
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
}, ut = C("Date"), lt = C("File"), ft = C("Blob"), dt = C("FileList"), ht = (e) => Z(e) && x(e.pipe), pt = (e) => {
let t;
return e && (typeof FormData == "function" && e instanceof FormData || x(e.append) && ((t = G(e)) === "formdata" || // detect form-data instance
t === "object" && x(e.toString) && e.toString() === "[object FormData]"));
}, mt = C("URLSearchParams"), [yt, wt, bt, Et] = ["ReadableStream", "Request", "Response", "Headers"].map(C), gt = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
function H(e, t, { allOwnKeys: n = !1 } = {}) {
if (e === null || typeof e > "u")
return;
let r, s;
if (typeof e != "object" && (e = [e]), D(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 Le(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 F = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, De = (e) => !I(e) && e !== F;
function ie() {
const { caseless: e } = De(this) && this || {}, t = {}, n = (r, s) => {
const o = e && Le(t, s) || s;
$(t[o]) && $(r) ? t[o] = ie(t[o], r) : $(r) ? t[o] = ie({}, r) : D(r) ? t[o] = r.slice() : t[o] = r;
};
for (let r = 0, s = arguments.length; r < s; r++)
arguments[r] && H(arguments[r], n);
return t;
}
const Rt = (e, t, n, { allOwnKeys: r } = {}) => (H(t, (s, o) => {
n && x(s) ? e[o] = ke(s, n) : e[o] = s;
}, { allOwnKeys: r }), e), St = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Tt = (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);
}, Ot = (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 && he(e);
} while (e && (!n || n(e, t)) && e !== Object.prototype);
return t;
}, At = (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;
}, xt = (e) => {
if (!e) return null;
if (D(e)) return e;
let t = e.length;
if (!Be(t)) return null;
const n = new Array(t);
for (; t-- > 0; )
n[t] = e[t];
return n;
}, Ct = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && he(Uint8Array)), Pt = (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]);
}
}, Nt = (e, t) => {
let n;
const r = [];
for (; (n = e.exec(t)) !== null; )
r.push(n);
return r;
}, Ut = C("HTMLFormElement"), _t = (e) => e.toLowerCase().replace(
/[-_\s]([a-z\d])(\w*)/g,
function(n, r, s) {
return r.toUpperCase() + s;
}
), be = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), kt = C("RegExp"), qe = (e, t) => {
const n = Object.getOwnPropertyDescriptors(e), r = {};
H(n, (s, o) => {
let i;
(i = t(s, o, e)) !== !1 && (r[o] = i || s);
}), Object.defineProperties(e, r);
}, Ft = (e) => {
qe(e, (t, n) => {
if (x(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
return !1;
const r = e[n];
if (x(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 + "'");
});
}
});
}, Bt = (e, t) => {
const n = {}, r = (s) => {
s.forEach((o) => {
n[o] = !0;
});
};
return D(e) ? r(e) : r(String(e).split(t)), n;
}, Lt = () => {
}, Dt = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
function qt(e) {
return !!(e && x(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
}
const jt = (e) => {
const t = new Array(10), n = (r, s) => {
if (Z(r)) {
if (t.indexOf(r) >= 0)
return;
if (!("toJSON" in r)) {
t[s] = r;
const o = D(r) ? [] : {};
return H(r, (i, c) => {
const f = n(i, s + 1);
!I(f) && (o[c] = f);
}), t[s] = void 0, o;
}
}
return r;
};
return n(e, 0);
}, It = C("AsyncFunction"), Ht = (e) => e && (Z(e) || x(e)) && x(e.then) && x(e.catch), je = ((e, t) => e ? setImmediate : t ? ((n, r) => (F.addEventListener("message", ({ source: s, data: o }) => {
s === F && o === n && r.length && r.shift()();
}, !1), (s) => {
r.push(s), F.postMessage(n, "*");
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
typeof setImmediate == "function",
x(F.postMessage)
), Mt = typeof queueMicrotask < "u" ? queueMicrotask.bind(F) : typeof process < "u" && process.nextTick || je, a = {
isArray: D,
isArrayBuffer: Fe,
isBuffer: ot,
isFormData: pt,
isArrayBufferView: it,
isString: at,
isNumber: Be,
isBoolean: ct,
isObject: Z,
isPlainObject: $,
isReadableStream: yt,
isRequest: wt,
isResponse: bt,
isHeaders: Et,
isUndefined: I,
isDate: ut,
isFile: lt,
isBlob: ft,
isRegExp: kt,
isFunction: x,
isStream: ht,
isURLSearchParams: mt,
isTypedArray: Ct,
isFileList: dt,
forEach: H,
merge: ie,
extend: Rt,
trim: gt,
stripBOM: St,
inherits: Tt,
toFlatObject: Ot,
kindOf: G,
kindOfTest: C,
endsWith: At,
toArray: xt,
forEachEntry: Pt,
matchAll: Nt,
isHTMLForm: Ut,
hasOwnProperty: be,
hasOwnProp: be,
// an alias to avoid ESLint no-prototype-builtins detection
reduceDescriptors: qe,
freezeMethods: Ft,
toObjectSet: Bt,
toCamelCase: _t,
noop: Lt,
toFiniteNumber: Dt,
findKey: Le,
global: F,
isContextDefined: De,
isSpecCompliantForm: qt,
toJSONObject: jt,
isAsyncFn: It,
isThenable: Ht,
setImmediate: je,
asap: Mt
};
function m(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, this.status = s.status ? s.status : null);
}
a.inherits(m, Error, {
toJSON: function() {
return {
// Standard
message: this.message,
name: this.name,
// Microsoft
description: this.description,
number: this.number,
// Mozilla
fileName: this.fileName,
lineNumber: this.lineNumber,
columnNumber: this.columnNumber,
stack: this.stack,
// Axios
config: a.toJSONObject(this.config),
code: this.code,
status: this.status
};
}
});
const Ie = m.prototype, He = {};
[
"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"
// eslint-disable-next-line func-names
].forEach((e) => {
He[e] = { value: e };
});
Object.defineProperties(m, He);
Object.defineProperty(Ie, "isAxiosError", { value: !0 });
m.from = (e, t, n, r, s, o) => {
const i = Object.create(Ie);
return a.toFlatObject(e, i, function(f) {
return f !== Error.prototype;
}, (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;
};
const vt = null;
function ae(e) {
return a.isPlainObject(e) || a.isArray(e);
}
function Me(e) {
return a.endsWith(e, "[]") ? e.slice(0, -2) : e;
}
function Ee(e, t, n) {
return e ? e.concat(t).map(function(s, o) {
return s = Me(s), !n && o ? "[" + s + "]" : s;
}).join(n ? "." : "") : t;
}
function zt(e) {
return a.isArray(e) && !e.some(ae);
}
const Jt = a.toFlatObject(a, {}, null, function(t) {
return /^is[A-Z]/.test(t);
});
function Y(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(y, p) {
return !a.isUndefined(p[y]);
});
const r = n.metaTokens, s = n.visitor || l, 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 u(h) {
if (h === null) return "";
if (a.isDate(h))
return h.toISOString();
if (!f && a.isBlob(h))
throw new m("Blob is not supported. Use a Buffer instead.");
return a.isArrayBuffer(h) || a.isTypedArray(h) ? f && typeof Blob == "function" ? new Blob([h]) : Buffer.from(h) : h;
}
function l(h, y, p) {
let b = h;
if (h && !p && typeof h == "object") {
if (a.endsWith(y, "{}"))
y = r ? y : y.slice(0, -2), h = JSON.stringify(h);
else if (a.isArray(h) && zt(h) || (a.isFileList(h) || a.endsWith(y, "[]")) && (b = a.toArray(h)))
return y = Me(y), b.forEach(function(S, N) {
!(a.isUndefined(S) || S === null) && t.append(
// eslint-disable-next-line no-nested-ternary
i === !0 ? Ee([y], N, o) : i === null ? y : y + "[]",
u(S)
);
}), !1;
}
return ae(h) ? !0 : (t.append(Ee(p, y, o), u(h)), !1);
}
const d = [], w = Object.assign(Jt, {
defaultVisitor: l,
convertValue: u,
isVisitable: ae
});
function g(h, y) {
if (!a.isUndefined(h)) {
if (d.indexOf(h) !== -1)
throw Error("Circular reference detected in " + y.join("."));
d.push(h), a.forEach(h, function(b, R) {
(!(a.isUndefined(b) || b === null) && s.call(
t,
b,
a.isString(R) ? R.trim() : R,
y,
w
)) === !0 && g(b, y ? y.concat(R) : [R]);
}), d.pop();
}
}
if (!a.isObject(e))
throw new TypeError("data must be an object");
return g(e), t;
}
function ge(e) {
const t = {
"!": "%21",
"'": "%27",
"(": "%28",
")": "%29",
"~": "%7E",
"%20": "+",
"%00": "\0"
};
return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g, function(r) {
return t[r];
});
}
function pe(e, t) {
this._pairs = [], e && Y(e, this, t);
}
const ve = pe.prototype;
ve.append = function(t, n) {
this._pairs.push([t, n]);
};
ve.toString = function(t) {
const n = t ? function(r) {
return t.call(this, r, ge);
} : ge;
return this._pairs.map(function(s) {
return n(s[0]) + "=" + n(s[1]);
}, "").join("&");
};
function $t(e) {
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
}
function ze(e, t, n) {
if (!t)
return e;
const r = n && n.encode || $t;
a.isFunction(n) && (n = {
serialize: n
});
const s = n && n.serialize;
let o;
if (s ? o = s(t, n) : o = a.isURLSearchParams(t) ? t.toString() : new pe(t, n).toString(r), o) {
const i = e.indexOf("#");
i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + o;
}
return e;
}
class Re {
constructor() {
this.handlers = [];
}
/**
* Add a new interceptor to the stack
*
* @param {Function} fulfilled The function to handle `then` for a `Promise`
* @param {Function} rejected The function to handle `reject` for a `Promise`
*
* @return {Number} An ID used to remove interceptor later
*/
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;
}
/**
* Remove an interceptor from the stack
*
* @param {Number} id The ID that was returned by `use`
*
* @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
*/
eject(t) {
this.handlers[t] && (this.handlers[t] = null);
}
/**
* Clear all interceptors from the stack
*
* @returns {void}
*/
clear() {
this.handlers && (this.handlers = []);
}
/**
* Iterate over all the registered interceptors
*
* This method is particularly useful for skipping over any
* interceptors that may have become `null` calling `eject`.
*
* @param {Function} fn The function to call for each interceptor
*
* @returns {void}
*/
forEach(t) {
a.forEach(this.handlers, function(r) {
r !== null && t(r);
});
}
}
const Je = {
silentJSONParsing: !0,
forcedJSONParsing: !0,
clarifyTimeoutError: !1
}, Vt = typeof URLSearchParams < "u" ? URLSearchParams : pe, Wt = typeof FormData < "u" ? FormData : null, Kt = typeof Blob < "u" ? Blob : null, Xt = {
isBrowser: !0,
classes: {
URLSearchParams: Vt,
FormData: Wt,
Blob: Kt
},
protocols: ["http", "https", "file", "blob", "url", "data"]
}, me = typeof window < "u" && typeof document < "u", ce = typeof navigator == "object" && navigator || void 0, Gt = me && (!ce || ["ReactNative", "NativeScript", "NS"].indexOf(ce.product) < 0), Qt = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Zt = me && window.location.href || "http://localhost", Yt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
__proto__: null,
hasBrowserEnv: me,
hasStandardBrowserEnv: Gt,
hasStandardBrowserWebWorkerEnv: Qt,
navigator: ce,
origin: Zt
}, Symbol.toStringTag, { value: "Module" })), T = {
...Yt,
...Xt
};
function en(e, t) {
return Y(e, new T.classes.URLSearchParams(), Object.assign({
visitor: function(n, r, s, o) {
return T.isNode && a.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
}
}, t));
}
function tn(e) {
return a.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
}
function nn(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] = nn(s[i])), !c);
}
if (a.isFormData(e) && a.isFunction(e.entries)) {
const n = {};
return a.forEachEntry(e, (r, s) => {
t(tn(r), s, n, 0);
}), n;
}
return null;
}
function rn(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 M = {
transitional: Je,
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 en(t, this.formSerializer).toString();
if ((c = a.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
const f = this.env && this.env.FormData;
return Y(
c ? { "files[]": t } : t,
f && new f(),
this.formSerializer
);
}
}
return o || s ? (n.setContentType("application/json", !1), rn(t)) : t;
}],
transformResponse: [function(t) {
const n = this.transitional || M.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" ? m.from(c, m.ERR_BAD_RESPONSE, this, null, this.response) : c;
}
}
return t;
}],
/**
* A timeout in milliseconds to abort a request. If set to 0 (default) a
* timeout is not created.
*/
timeout: 0,
xsrfCookieName: "XSRF-TOKEN",
xsrfHeaderName: "X-XSRF-TOKEN",
maxContentLength: -1,
maxBodyLength: -1,
env: {
FormData: T.classes.FormData,
Blob: T.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) => {
M.headers[e] = {};
});
const sn = 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"
]), on = (e) => {
const t = {};
let n, r, s;
return e && e.split(`
`).forEach(function(i) {
s = i.indexOf(":"), n = i.substring(0, s).trim().toLowerCase(), r = i.substring(s + 1).trim(), !(!n || t[n] && sn[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
}), t;
}, Se = Symbol("internals");
function j(e) {
return e && String(e).trim().toLowerCase();
}
function V(e) {
return e === !1 || e == null ? e : a.isArray(e) ? e.map(V) : String(e);
}
function an(e) {
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
let r;
for (; r = n.exec(e); )
t[r[1]] = r[2];
return t;
}
const cn = (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 un(e) {
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, r) => n.toUpperCase() + r);
}
function ln(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 A {
constructor(t) {
t && this.set(t);
}
set(t, n, r) {
const s = this;
function o(c, f, u) {
const l = j(f);
if (!l)
throw new Error("header name must be a non-empty string");
const d = a.findKey(s, l);
(!d || s[d] === void 0 || u === !0 || u === void 0 && s[d] !== !1) && (s[d || f] = V(c));
}
const i = (c, f) => a.forEach(c, (u, l) => o(u, l, f));
if (a.isPlainObject(t) || t instanceof this.constructor)
i(t, n);
else if (a.isString(t) && (t = t.trim()) && !cn(t))
i(on(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 = j(t), t) {
const r = a.findKey(this, t);
if (r) {
const s = this[r];
if (!n)
return s;
if (n === !0)
return an(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 = j(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 = j(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] = V(s), delete n[o];
return;
}
const c = t ? un(o) : String(o).trim();
c !== o && delete n[o], n[c] = V(s), r[c] = !0;
}), this;
}
concat(...t) {
return this.constructor.concat(this, ...t);
}
toJSON(t) {
const n = /* @__PURE__ */ 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(`
`);
}
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[Se] = this[Se] = {
accessors: {}
}).accessors, s = this.prototype;
function o(i) {
const c = j(i);
r[c] || (ln(s, i), r[c] = !0);
}
return a.isArray(t) ? t.forEach(o) : o(t), this;
}
}
A.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
a.reduceDescriptors(A.prototype, ({ value: e }, t) => {
let n = t[0].toUpperCase() + t.slice(1);
return {
get: () => e,
set(r) {
this[n] = r;
}
};
});
a.freezeMethods(A);
function se(e, t) {
const n = this || M, r = t || n, s = A.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 Ve(e) {
return !!(e && e.__CANCEL__);
}
function q(e, t, n) {
m.call(this, e ?? "canceled", m.ERR_CANCELED, t, n), this.name = "CanceledError";
}
a.inherits(q, m, {
__CANCEL__: !0
});
function We(e, t, n) {
const r = n.config.validateStatus;
!n.status || !r || r(n.status) ? e(n) : t(new m(
"Request failed with status code " + n.status,
[m.ERR_BAD_REQUEST, m.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
n.config,
n.request,
n
));
}
function fn(e) {
const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
return t && t[1] || "";
}
function dn(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 u = Date.now(), l = r[o];
i || (i = u), n[s] = f, r[s] = u;
let d = o, w = 0;
for (; d !== s; )
w += n[d++], d = d % e;
if (s = (s + 1) % e, s === o && (o = (o + 1) % e), u - i < t)
return;
const g = l && u - l;
return g ? Math.round(w * 1e3 / g) : void 0;
};
}
function hn(e, t) {
let n = 0, r = 1e3 / t, s, o;
const i = (u, l = Date.now()) => {
n = l, s = null, o && (clearTimeout(o), o = null), e.apply(null, u);
};
return [(...u) => {
const l = Date.now(), d = l - n;
d >= r ? i(u, l) : (s = u, o || (o = setTimeout(() => {
o = null, i(s);
}, r - d)));
}, () => s && i(s)];
}
const K = (e, t, n = 3) => {
let r = 0;
const s = dn(50, 250);
return hn((o) => {
const i = o.loaded, c = o.lengthComputable ? o.total : void 0, f = i - r, u = s(f), l = i <= c;
r = i;
const d = {
loaded: i,
total: c,
progress: c ? i / c : void 0,
bytes: f,
rate: u || void 0,
estimated: u && c && l ? (c - i) / u : void 0,
event: o,
lengthComputable: c != null,
[t ? "download" : "upload"]: !0
};
e(d);
}, n);
}, Te = (e, t) => {
const n = e != null;
return [(r) => t[0]({
lengthComputable: n,
total: e,
loaded: r
}), t[1]];
}, Oe = (e) => (...t) => a.asap(() => e(...t)), pn = 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)))(
new URL(T.origin),
T.navigator && /(msie|trident)/i.test(T.navigator.userAgent)
) : () => !0, mn = T.hasStandardBrowserEnv ? (
// Standard browser envs support document.cookie
{
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);
}
}
) : (
// Non-standard browser env (web workers, react-native) lack needed support.
{
write() {
},
read() {
return null;
},
remove() {
}
}
);
function yn(e) {
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
}
function wn(e, t) {
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
}
function Ke(e, t, n) {
let r = !yn(t);
return e && r || n == !1 ? wn(e, t) : t;
}
const Ae = (e) => e instanceof A ? { ...e } : e;
function L(e, t) {
t = t || {};
const n = {};
function r(u, l, d, w) {
return a.isPlainObject(u) && a.isPlainObject(l) ? a.merge.call({ caseless: w }, u, l) : a.isPlainObject(l) ? a.merge({}, l) : a.isArray(l) ? l.slice() : l;
}
function s(u, l, d, w) {
if (a.isUndefined(l)) {
if (!a.isUndefined(u))
return r(void 0, u, d, w);
} else return r(u, l, d, w);
}
function o(u, l) {
if (!a.isUndefined(l))
return r(void 0, l);
}
function i(u, l) {
if (a.isUndefined(l)) {
if (!a.isUndefined(u))
return r(void 0, u);
} else return r(void 0, l);
}
function c(u, l, d) {
if (d in t)
return r(u, l);
if (d in e)
return r(void 0, u);
}
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: (u, l, d) => s(Ae(u), Ae(l), d, !0)
};
return a.forEach(Object.keys(Object.assign({}, e, t)), function(l) {
const d = f[l] || s, w = d(e[l], t[l], l);
a.isUndefined(w) && d !== c || (n[l] = w);
}), n;
}
const Xe = (e) => {
const t = L({}, e);
let { data: n, withXSRFToken: r, xsrfHeaderName: s, xsrfCookieName: o, headers: i, auth: c } = t;
t.headers = i = A.from(i), t.url = ze(Ke(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 (T.hasStandardBrowserEnv || T.hasStandardBrowserWebWorkerEnv)
i.setContentType(void 0);
else if ((f = i.getContentType()) !== !1) {
const [u, ...l] = f ? f.split(";").map((d) => d.trim()).filter(Boolean) : [];
i.setContentType([u || "multipart/form-data", ...l].join("; "));
}
}
if (T.hasStandardBrowserEnv && (r && a.isFunction(r) && (r = r(t)), r || r !== !1 && pn(t.url))) {
const u = s && o && mn.read(o);
u && i.set(s, u);
}
return t;
}, bn = typeof XMLHttpRequest < "u", En = bn && function(e) {
return new Promise(function(n, r) {
const s = Xe(e);
let o = s.data;
const i = A.from(s.headers).normalize();
let { responseType: c, onUploadProgress: f, onDownloadProgress: u } = s, l, d, w, g, h;
function y() {
g && g(), h && h(), s.cancelToken && s.cancelToken.unsubscribe(l), s.signal && s.signal.removeEventListener("abort", l);
}
let p = new XMLHttpRequest();
p.open(s.method.toUpperCase(), s.url, !0), p.timeout = s.timeout;
function b() {
if (!p)
return;
const S = A.from(
"getAllResponseHeaders" in p && p.getAllResponseHeaders()
), O = {
data: !c || c === "text" || c === "json" ? p.responseText : p.response,
status: p.status,
statusText: p.statusText,
headers: S,
config: e,
request: p
};
We(function(k) {
n(k), y();
}, function(k) {
r(k), y();
}, O), p = null;
}
"onloadend" in p ? p.onloadend = b : p.onreadystatechange = function() {
!p || p.readyState !== 4 || p.status === 0 && !(p.responseURL && p.responseURL.indexOf("file:") === 0) || setTimeout(b);
}, p.onabort = function() {
p && (r(new m("Request aborted", m.ECONNABORTED, e, p)), p = null);
}, p.onerror = function() {
r(new m("Network Error", m.ERR_NETWORK, e, p)), p = null;
}, p.ontimeout = function() {
let N = s.timeout ? "timeout of " + s.timeout + "ms exceeded" : "timeout exceeded";
const O = s.transitional || Je;
s.timeoutErrorMessage && (N = s.timeoutErrorMessage), r(new m(
N,
O.clarifyTimeoutError ? m.ETIMEDOUT : m.ECONNABORTED,
e,
p
)), p = null;
}, o === void 0 && i.setContentType(null), "setRequestHeader" in p && a.forEach(i.toJSON(), function(N, O) {
p.setRequestHeader(O, N);
}), a.isUndefined(s.withCredentials) || (p.withCredentials = !!s.withCredentials), c && c !== "json" && (p.responseType = s.responseType), u && ([w, h] = K(u, !0), p.addEventListener("progress", w)), f && p.upload && ([d, g] = K(f), p.upload.addEventListener("progress", d), p.upload.addEventListener("loadend", g)), (s.cancelToken || s.signal) && (l = (S) => {
p && (r(!S || S.type ? new q(null, e, p) : S), p.abort(), p = null);
}, s.cancelToken && s.cancelToken.subscribe(l), s.signal && (s.signal.aborted ? l() : s.signal.addEventListener("abort", l)));
const R = fn(s.url);
if (R && T.protocols.indexOf(R) === -1) {
r(new m("Unsupported protocol " + R + ":", m.ERR_BAD_REQUEST, e));
return;
}
p.send(o || null);
});
}, gn = (e, t) => {
const { length: n } = e = e ? e.filter(Boolean) : [];
if (t || n) {
let r = new AbortController(), s;
const o = function(u) {
if (!s) {
s = !0, c();
const l = u instanceof Error ? u : this.reason;
r.abort(l instanceof m ? l : new q(l instanceof Error ? l.message : l));
}
};
let i = t && setTimeout(() => {
i = null, o(new m(`timeout ${t} of ms exceeded`, m.ETIMEDOUT));
}, t);
const c = () => {
e && (i && clearTimeout(i), i = null, e.forEach((u) => {
u.unsubscribe ? u.unsubscribe(o) : u.removeEventListener("abort", o);
}), e = null);
};
e.forEach((u) => u.addEventListener("abort", o));
const { signal: f } = r;
return f.unsubscribe = () => a.asap(c), f;
}
}, Rn = function* (e, t) {
let n = e.byteLength;
if (n < t) {
yield e;
return;
}
let r = 0, s;
for (; r < n; )
s = r + t, yield e.slice(r, s), r = s;
}, Sn = async function* (e, t) {
for await (const n of Tn(e))
yield* Rn(n, t);
}, Tn = async function* (e) {
if (e[Symbol.asyncIterator]) {
yield* e;
return;
}
const t = e.getReader();
try {
for (; ; ) {
const { done: n, value: r } = await t.read();
if (n)
break;
yield r;
}
} finally {
await t.cancel();
}
}, xe = (e, t, n, r) => {
const s = Sn(e, t);
let o = 0, i, c = (f) => {
i || (i = !0, r && r(f));
};
return new ReadableStream({
async pull(f) {
try {
const { done: u, value: l } = await s.next();
if (u) {
c(), f.close();
return;
}
let d = l.byteLength;
if (n) {
let w = o += d;
n(w);
}
f.enqueue(new Uint8Array(l));
} catch (u) {
throw c(u), u;
}
},
cancel(f) {
return c(f), s.return();
}
}, {
highWaterMark: 2
});
}, ee = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Ge = ee && typeof ReadableStream == "function", On = ee && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Qe = (e, ...t) => {
try {
return !!e(...t);
} catch {
return !1;
}
}, An = Ge && Qe(() => {
let e = !1;
const t = new Request(T.origin, {
body: new ReadableStream(),
method: "POST",
get duplex() {
return e = !0, "half";
}
}).headers.has("Content-Type");
return e && !t;
}), Ce = 64 * 1024, ue = Ge && Qe(() => a.isReadableStream(new Response("").body)), X = {
stream: ue && ((e) => e.body)
};
ee && ((e) => {
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
!X[t] && (X[t] = a.isFunction(e[t]) ? (n) => n[t]() : (n, r) => {
throw new m(`Response type '${t}' is not supported`, m.ERR_NOT_SUPPORT, r);
});
});
})(new Response());
const xn = async (e) => {
if (e == null)
return 0;
if (a.isBlob(e))
return e.size;
if (a.isSpecCompliantForm(e))
return (await new Request(T.origin, {
method: "POST",
body: e
}).arrayBuffer()).byteLength;
if (a.isArrayBufferView(e) || a.isArrayBuffer(e))
return e.byteLength;
if (a.isURLSearchParams(e) && (e = e + ""), a.isString(e))
return (await On(e)).byteLength;
}, Cn = async (e, t) => {
const n = a.toFiniteNumber(e.getContentLength());
return n ?? xn(t);
}, Pn = ee && (async (e) => {
let {
url: t,
method: n,
data: r,
signal: s,
cancelToken: o,
timeout: i,
onDownloadProgress: c,
onUploadProgress: f,
responseType: u,
headers: l,
withCredentials: d = "same-origin",
fetchOptions: w
} = Xe(e);
u = u ? (u + "").toLowerCase() : "text";
let g = gn([s, o && o.toAbortSignal()], i), h;
const y = g && g.unsubscribe && (() => {
g.unsubscribe();
});
let p;
try {
if (f && An && n !== "get" && n !== "head" && (p = await Cn(l, r)) !== 0) {
let O = new Request(t, {
method: "POST",
body: r,
duplex: "half"
}), U;
if (a.isFormData(r) && (U = O.headers.get("content-type")) && l.setContentType(U), O.body) {
const [k, v] = Te(
p,
K(Oe(f))
);
r = xe(O.body, Ce, k, v);
}
}
a.isString(d) || (d = d ? "include" : "omit");
const b = "credentials" in Request.prototype;
h = new Request(t, {
...w,
signal: g,
method: n.toUpperCase(),
headers: l.normalize().toJSON(),
body: r,
duplex: "half",
credentials: b ? d : void 0
});
let R = await fetch(h);
const S = ue && (u === "stream" || u === "response");
if (ue && (c || S && y)) {
const O = {};
["status", "statusText", "headers"].forEach((we) => {
O[we] = R[we];
});
const U = a.toFiniteNumber(R.headers.get("content-length")), [k, v] = c && Te(
U,
K(Oe(c), !0)
) || [];
R = new Response(
xe(R.body, Ce, k, () => {
v && v(), y && y();
}),
O
);
}
u = u || "text";
let N = await X[a.findKey(X, u) || "text"](R, e);
return !S && y && y(), await new Promise((O, U) => {
We(O, U, {
data: N,
headers: A.from(R.headers),
status: R.status,
statusText: R.statusText,
config: e,
request: h
});
});
} catch (b) {
throw y && y(), b && b.name === "TypeError" && /fetch/i.test(b.message) ? Object.assign(
new m("Network Error", m.ERR_NETWORK, e, h),
{
cause: b.cause || b
}
) : m.from(b, b && b.code, e, h);
}
}), le = {
http: vt,
xhr: En,
fetch: Pn
};
a.forEach(le, (e, t) => {
if (e) {
try {
Object.defineProperty(e, "name", { value: t });
} catch {
}
Object.defineProperty(e, "adapterName", { value: t });
}
});
const Pe = (e) => `- ${e}`, Nn = (e) => a.isFunction(e) || e === null || e === !1, Ze = {
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, !Nn(n) && (r = le[(i = String(n)).toLowerCase()], r === void 0))
throw new m(`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 :
` + o.map(Pe).join(`
`) : " " + Pe(o[0]) : "as no adapter specified";
throw new m(
"There is no suitable adapter to dispatch the request " + i,
"ERR_NOT_SUPPORT"
);
}
return r;
},
adapters: le
};
function oe(e) {
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
throw new q(null, e);
}
function Ne(e) {
return oe(e), e.headers = A.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), Ze.getAdapter(e.adapter || M.adapter)(e).then(function(r) {
return oe(e), r.data = se.call(
e,
e.transformResponse,
r
), r.headers = A.from(r.headers), r;
}, function(r) {
return Ve(r) || (oe(e), r && r.response && (r.response.data = se.call(
e,
e.transformResponse,
r.response
), r.response.headers = A.from(r.response.headers))), Promise.reject(r);
});
}
const Ye = "1.8.1", te = {};
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
te[e] = function(r) {
return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
};
});
const Ue = {};
te.transitional = function(t, n, r) {
function s(o, i) {
return "[Axios v" + Ye + "] Transitional option '" + o + "'" + i + (r ? ". " + r : "");
}
return (o, i, c) => {
if (t === !1)
throw new m(
s(i, " has been removed" + (n ? " in " + n : "")),
m.ERR_DEPRECATED
);
return n && !Ue[i] && (Ue[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;
};
};
te.spelling = function(t) {
return (n, r) => (console.warn(`${r} is likely a misspelling of ${t}`), !0);
};
function Un(e, t, n) {
if (typeof e != "object")
throw new m("options must be an object", m.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 m("option " + o + " must be " + f, m.ERR_BAD_OPTION_VALUE);
continue;
}
if (n !== !0)
throw new m("Unknown option " + o, m.ERR_BAD_OPTION);
}
}
const W = {
assertOptions: Un,
validators: te
}, P = W.validators;
class B {
constructor(t) {
this.defaults = t, this.interceptors = {
request: new Re(),
response: new Re()
};
}
/**
* Dispatch a request
*
* @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
* @param {?Object} config
*
* @returns {Promise} The Promise to be fulfilled
*/
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 += `
` + o) : r.stack = o;
} catch {
}
}
throw r;
}
}
_request(t, n) {
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = L(this.defaults, n);
const { transitional: r, paramsSerializer: s, headers: o } = n;
r !== void 0 && W.assertOptions(r, {
silentJSONParsing: P.transitional(P.boolean),
forcedJSONParsing: P.transitional(P.boolean),
clarifyTimeoutError: P.transitional(P.boolean)
}, !1), s != null && (a.isFunction(s) ? n.paramsSerializer = {
serialize: s
} : W.assertOptions(s, {
encode: P.function,
serialize: P.function
}, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), W.assertOptions(n, {
baseUrl: P.spelling("baseURL"),
withXsrfToken: P.spelling("withXSRFToken")
}, !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"],
(h) => {
delete o[h];
}
), n.headers = A.concat(i, o);
const c = [];
let f = !0;
this.interceptors.request.forEach(function(y) {
typeof y.runWhen == "function" && y.runWhen(n) === !1 || (f = f && y.synchronous, c.unshift(y.fulfilled, y.rejected));
});
const u = [];
this.interceptors.response.forEach(function(y) {
u.push(y.fulfilled, y.rejected);
});
let l, d = 0, w;
if (!f) {
const h = [Ne.bind(this), void 0];
for (h.unshift.apply(h, c), h.push.apply(h, u), w = h.length, l = Promise.resolve(n); d < w; )
l = l.then(h[d++], h[d++]);
return l;
}
w = c.length;
let g = n;
for (d = 0; d < w; ) {
const h = c[d++], y = c[d++];
try {
g = h(g);
} catch (p) {
y.call(this, p);
break;
}
}
try {
l = Ne.call(this, g);
} catch (h) {
return Promise.reject(h);
}
for (d = 0, w = u.length; d < w; )
l = l.then(u[d++], u[d++]);
return l;
}
getUri(t) {
t = L(this.defaults, t);
const n = Ke(t.baseURL, t.url, t.allowAbsoluteUrls);
return ze(n, t.params, t.paramsSerializer);
}
}
a.forEach(["delete", "get", "head", "options"], function(t) {
B.prototype[t] = function(n, r) {
return this.request(L(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(L(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 ye {
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 q(o, i, c), n(r.reason));
});
}
/**
* Throws a `CanceledError` if cancellation has been requested.
*/
throwIfRequested() {
if (this.reason)
throw this.reason;
}
/**
* Subscribe to the cancel signal
*/
subscribe(t) {
if (this.reason) {
t(this.reason);
return;
}
this._listeners ? this._listeners.push(t) : this._listeners = [t];
}
/**
* Unsubscribe from the cancel signal
*/
unsubscribe(t) {
if (!this._listeners)
return;
const n = this._listeners.indexOf(t);
n !== -1 && this._listeners.splice(n, 1);
}
toAbortSignal() {
const t = new AbortController(), n = (r) => {
t.abort(r);
};
return this.subscribe(n), t.signal.unsubscribe = () => this.unsubscribe(n), t.signal;
}
/**
* Returns an object that contains a new `CancelToken` and a function that, when called,
* cancels the `CancelToken`.
*/
static source() {
let t;
return {
token: new ye(function(s) {
t = s;
}),
cancel: t
};
}
}
function _n(e) {
return function(n) {
return e.apply(null, n);
};
}
function kn(e) {
return a.isObject(e) && e.isAxiosError === !0;
}
const fe = {
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(fe).forEach(([e, t]) => {
fe[t] = e;
});
function et(e) {
const t = new B(e), n = ke(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 et(L(e, s));
}, n;
}
const E = et(M);
E.Axios = B;
E.CanceledError = q;
E.CancelToken = ye;
E.isCancel = Ve;
E.VERSION = Ye;
E.toFormData = Y;
E.AxiosError = m;
E.Cancel = E.CanceledError;
E.all = function(t) {
return Promise.all(t);
};
E.spread = _n;
E.isAxiosError = kn;
E.mergeConfig = L;
E.AxiosHeaders = A;
E.formToJSON = (e) => $e(a.isHTMLForm(e) ? new FormData(e) : e);
E.getAdapter = Ze.getAdapter;
E.HttpStatusCode = fe;
E.default = E;
const _e = ({
baseUrl: e,
clientId: t,
clientSecret: n
}) => E.post(`${e}/systems/token`, {
clientId: t,
clientSecret: n
});
/*! js-cookie v3.0.5 | MIT */
function z(e) {
for (var t = 1; t < arguments.length; t++) {
var n = arguments[t];
for (var r in n)
e[r] = n[r];
}
return e;
}
var Fn = {
read: function(e) {
return e[0] === '"' && (e = e.slice(1, -1)), e.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent);
},
write: function(e) {
return encodeURIComponent(e).replace(
/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
decodeURIComponent
);
}
};
function de(e, t) {
function n(s, o, i) {
if (!(typeof document > "u")) {
i = z({}