@akad/sdk 1.0.8 → 1.0.9

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/main.d.ts CHANGED
@@ -35,4 +35,7 @@ export default function sdkInitialize(config: Config): {
35
35
  report: {
36
36
  getReportStream: (data: import('./report/types').certificateReportType) => Promise<import('./report/types').certificateReportType>;
37
37
  };
38
+ subscriber: {
39
+ getSubscriber: (cnpj: string) => void;
40
+ };
38
41
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akad/sdk",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "main": "./ts-lib.umd.cjs",
5
5
  "module": "./ts-lib.js",
6
6
  "exports": {
@@ -0,0 +1,5 @@
1
+ import { Config } from '../base';
2
+
3
+ export declare const createSubscriber: (config: Config) => {
4
+ getSubscriber: (cnpj: string) => void;
5
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ export type getSubscriberType = {
2
+ cnpj: string;
3
+ };
package/ts-lib.js CHANGED
@@ -64,7 +64,7 @@ const yt = (e, t, n, { allOwnKeys: r } = {}) => (I(t, (s, o) => {
64
64
  e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
65
65
  value: t.prototype
66
66
  }), n && Object.assign(e.prototype, n);
67
- }, Et = (e, t, n, r) => {
67
+ }, St = (e, t, n, r) => {
68
68
  let s, o, i;
69
69
  const c = {};
70
70
  if (t = t || {}, e == null)
@@ -75,7 +75,7 @@ const yt = (e, t, n, { allOwnKeys: r } = {}) => (I(t, (s, o) => {
75
75
  e = n !== !1 && ue(e);
76
76
  } while (e && (!n || n(e, t)) && e !== Object.prototype);
77
77
  return t;
78
- }, St = (e, t, n) => {
78
+ }, Et = (e, t, n) => {
79
79
  e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
80
80
  const r = e.indexOf(t, n);
81
81
  return r !== -1 && r === n;
@@ -138,11 +138,11 @@ const yt = (e, t, n, { allOwnKeys: r } = {}) => (I(t, (s, o) => {
138
138
  };
139
139
  return k(e) ? r(e) : r(String(e).split(t)), n;
140
140
  }, Bt = () => {
141
- }, Ft = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, Q = "abcdefghijklmnopqrstuvwxyz", ye = "0123456789", Ue = {
141
+ }, Ft = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, Q = "abcdefghijklmnopqrstuvwxyz", ye = "0123456789", qe = {
142
142
  DIGIT: ye,
143
143
  ALPHA: Q,
144
144
  ALPHA_DIGIT: Q + Q.toUpperCase() + ye
145
- }, Lt = (e = 16, t = Ue.ALPHA_DIGIT) => {
145
+ }, Lt = (e = 16, t = qe.ALPHA_DIGIT) => {
146
146
  let n = "";
147
147
  const { length: r } = t;
148
148
  for (; e--; )
@@ -161,15 +161,15 @@ const kt = (e) => {
161
161
  t[s] = r;
162
162
  const o = k(r) ? [] : {};
163
163
  return I(r, (i, c) => {
164
- const l = n(i, s + 1);
165
- !j(l) && (o[c] = l);
164
+ const f = n(i, s + 1);
165
+ !j(f) && (o[c] = f);
166
166
  }), t[s] = void 0, o;
167
167
  }
168
168
  }
169
169
  return r;
170
170
  };
171
171
  return n(e, 0);
172
- }, Dt = A("AsyncFunction"), Ut = (e) => e && (G(e) || T(e)) && T(e.then) && T(e.catch), a = {
172
+ }, Dt = A("AsyncFunction"), qt = (e) => e && (G(e) || T(e)) && T(e.then) && T(e.catch), a = {
173
173
  isArray: k,
174
174
  isArrayBuffer: Be,
175
175
  isBuffer: et,
@@ -200,10 +200,10 @@ const kt = (e) => {
200
200
  trim: mt,
201
201
  stripBOM: bt,
202
202
  inherits: wt,
203
- toFlatObject: Et,
203
+ toFlatObject: St,
204
204
  kindOf: V,
205
205
  kindOfTest: A,
206
- endsWith: St,
206
+ endsWith: Et,
207
207
  toArray: gt,
208
208
  forEachEntry: Tt,
209
209
  matchAll: Ot,
@@ -220,12 +220,12 @@ const kt = (e) => {
220
220
  findKey: Le,
221
221
  global: _e,
222
222
  isContextDefined: ke,
223
- ALPHABET: Ue,
223
+ ALPHABET: qe,
224
224
  generateString: Lt,
225
225
  isSpecCompliantForm: _t,
226
226
  toJSONObject: kt,
227
227
  isAsyncFn: Dt,
228
- isThenable: Ut
228
+ isThenable: qt
229
229
  };
230
230
  function h(e, t, n, r, s) {
231
231
  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);
@@ -251,7 +251,7 @@ a.inherits(h, Error, {
251
251
  };
252
252
  }
253
253
  });
254
- const qe = h.prototype, je = {};
254
+ const Ue = h.prototype, je = {};
255
255
  [
256
256
  "ERR_BAD_OPTION_VALUE",
257
257
  "ERR_BAD_OPTION",
@@ -270,14 +270,14 @@ const qe = h.prototype, je = {};
270
270
  je[e] = { value: e };
271
271
  });
272
272
  Object.defineProperties(h, je);
273
- Object.defineProperty(qe, "isAxiosError", { value: !0 });
273
+ Object.defineProperty(Ue, "isAxiosError", { value: !0 });
274
274
  h.from = (e, t, n, r, s, o) => {
275
- const i = Object.create(qe);
276
- return a.toFlatObject(e, i, function(l) {
277
- return l !== Error.prototype;
275
+ const i = Object.create(Ue);
276
+ return a.toFlatObject(e, i, function(f) {
277
+ return f !== Error.prototype;
278
278
  }, (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;
279
279
  };
280
- const qt = null;
280
+ const Ut = null;
281
281
  function re(e) {
282
282
  return a.isPlainObject(e) || a.isArray(e);
283
283
  }
@@ -302,40 +302,40 @@ function W(e, t, n) {
302
302
  metaTokens: !0,
303
303
  dots: !1,
304
304
  indexes: !1
305
- }, !1, function(m, S) {
306
- return !a.isUndefined(S[m]);
305
+ }, !1, function(m, E) {
306
+ return !a.isUndefined(E[m]);
307
307
  });
308
- const r = n.metaTokens, s = n.visitor || u, o = n.dots, i = n.indexes, l = (n.Blob || typeof Blob < "u" && Blob) && a.isSpecCompliantForm(t);
308
+ const r = n.metaTokens, s = n.visitor || u, o = n.dots, i = n.indexes, f = (n.Blob || typeof Blob < "u" && Blob) && a.isSpecCompliantForm(t);
309
309
  if (!a.isFunction(s))
310
310
  throw new TypeError("visitor must be a function");
311
- function f(p) {
311
+ function l(p) {
312
312
  if (p === null)
313
313
  return "";
314
314
  if (a.isDate(p))
315
315
  return p.toISOString();
316
- if (!l && a.isBlob(p))
316
+ if (!f && a.isBlob(p))
317
317
  throw new h("Blob is not supported. Use a Buffer instead.");
318
- return a.isArrayBuffer(p) || a.isTypedArray(p) ? l && typeof Blob == "function" ? new Blob([p]) : Buffer.from(p) : p;
318
+ return a.isArrayBuffer(p) || a.isTypedArray(p) ? f && typeof Blob == "function" ? new Blob([p]) : Buffer.from(p) : p;
319
319
  }
320
- function u(p, m, S) {
320
+ function u(p, m, E) {
321
321
  let g = p;
322
- if (p && !S && typeof p == "object") {
322
+ if (p && !E && typeof p == "object") {
323
323
  if (a.endsWith(m, "{}"))
324
324
  m = r ? m : m.slice(0, -2), p = JSON.stringify(p);
325
325
  else if (a.isArray(p) && jt(p) || (a.isFileList(p) || a.endsWith(m, "[]")) && (g = a.toArray(p)))
326
- return m = Ie(m), g.forEach(function(w, U) {
326
+ return m = Ie(m), g.forEach(function(w, q) {
327
327
  !(a.isUndefined(w) || w === null) && t.append(
328
328
  // eslint-disable-next-line no-nested-ternary
329
- i === !0 ? be([m], U, o) : i === null ? m : m + "[]",
330
- f(w)
329
+ i === !0 ? be([m], q, o) : i === null ? m : m + "[]",
330
+ l(w)
331
331
  );
332
332
  }), !1;
333
333
  }
334
- return re(p) ? !0 : (t.append(be(S, m, o), f(p)), !1);
334
+ return re(p) ? !0 : (t.append(be(E, m, o), l(p)), !1);
335
335
  }
336
336
  const d = [], b = Object.assign(It, {
337
337
  defaultVisitor: u,
338
- convertValue: f,
338
+ convertValue: l,
339
339
  isVisitable: re
340
340
  });
341
341
  function y(p, m) {
@@ -400,7 +400,7 @@ function He(e, t, n) {
400
400
  }
401
401
  return e;
402
402
  }
403
- class Ee {
403
+ class Se {
404
404
  constructor() {
405
405
  this.handlers = [];
406
406
  }
@@ -501,8 +501,8 @@ function Je(e) {
501
501
  let i = n[o++];
502
502
  if (i === "__proto__")
503
503
  return !0;
504
- const c = Number.isFinite(+i), l = o >= n.length;
505
- return i = !i && a.isArray(s) ? s.length : i, l ? (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] = Xt(s[i])), !c);
504
+ const c = Number.isFinite(+i), f = o >= n.length;
505
+ return i = !i && a.isArray(s) ? s.length : i, f ? (a.hasOwnProp(s, i) ? s[i] = [s[i], r] : s[i] = r, !c) : ((!s[i] || !a.isObject(s[i])) && (s[i] = []), t(n, r, s[i], o) && a.isArray(s[i]) && (s[i] = Xt(s[i])), !c);
506
506
  }
507
507
  if (a.isFormData(e) && a.isFunction(e.entries)) {
508
508
  const n = {};
@@ -540,10 +540,10 @@ const $ = {
540
540
  if (r.indexOf("application/x-www-form-urlencoded") > -1)
541
541
  return vt(t, this.formSerializer).toString();
542
542
  if ((c = a.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
543
- const l = this.env && this.env.FormData;
543
+ const f = this.env && this.env.FormData;
544
544
  return W(
545
545
  c ? { "files[]": t } : t,
546
- l && new l(),
546
+ f && new f(),
547
547
  this.formSerializer
548
548
  );
549
549
  }
@@ -616,8 +616,8 @@ const Yt = a.toObjectSet([
616
616
  `).forEach(function(i) {
617
617
  s = i.indexOf(":"), n = i.substring(0, s).trim().toLowerCase(), r = i.substring(s + 1).trim(), !(!n || t[n] && Yt[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
618
618
  }), t;
619
- }, Se = Symbol("internals");
620
- function q(e) {
619
+ }, Ee = Symbol("internals");
620
+ function U(e) {
621
621
  return e && String(e).trim().toLowerCase();
622
622
  }
623
623
  function M(e) {
@@ -661,27 +661,27 @@ class R {
661
661
  }
662
662
  set(t, n, r) {
663
663
  const s = this;
664
- function o(c, l, f) {
665
- const u = q(l);
664
+ function o(c, f, l) {
665
+ const u = U(f);
666
666
  if (!u)
667
667
  throw new Error("header name must be a non-empty string");
668
668
  const d = a.findKey(s, u);
669
- (!d || s[d] === void 0 || f === !0 || f === void 0 && s[d] !== !1) && (s[d || l] = M(c));
669
+ (!d || s[d] === void 0 || l === !0 || l === void 0 && s[d] !== !1) && (s[d || f] = M(c));
670
670
  }
671
- const i = (c, l) => a.forEach(c, (f, u) => o(f, u, l));
671
+ const i = (c, f) => a.forEach(c, (l, u) => o(l, u, f));
672
672
  if (a.isPlainObject(t) || t instanceof this.constructor)
673
673
  i(t, n);
674
674
  else if (a.isString(t) && (t = t.trim()) && !nn(t))
675
675
  i(en(t), n);
676
676
  else if (a.isHeaders(t))
677
- for (const [c, l] of t.entries())
678
- o(l, c, r);
677
+ for (const [c, f] of t.entries())
678
+ o(f, c, r);
679
679
  else
680
680
  t != null && o(n, t, r);
681
681
  return this;
682
682
  }
683
683
  get(t, n) {
684
- if (t = q(t), t) {
684
+ if (t = U(t), t) {
685
685
  const r = a.findKey(this, t);
686
686
  if (r) {
687
687
  const s = this[r];
@@ -698,7 +698,7 @@ class R {
698
698
  }
699
699
  }
700
700
  has(t, n) {
701
- if (t = q(t), t) {
701
+ if (t = U(t), t) {
702
702
  const r = a.findKey(this, t);
703
703
  return !!(r && this[r] !== void 0 && (!n || X(this, this[r], r, n)));
704
704
  }
@@ -708,7 +708,7 @@ class R {
708
708
  const r = this;
709
709
  let s = !1;
710
710
  function o(i) {
711
- if (i = q(i), i) {
711
+ if (i = U(i), i) {
712
712
  const c = a.findKey(r, i);
713
713
  c && (!n || X(r, r[c], c, n)) && (delete r[c], s = !0);
714
714
  }
@@ -763,11 +763,11 @@ class R {
763
763
  return n.forEach((s) => r.set(s)), r;
764
764
  }
765
765
  static accessor(t) {
766
- const r = (this[Se] = this[Se] = {
766
+ const r = (this[Ee] = this[Ee] = {
767
767
  accessors: {}
768
768
  }).accessors, s = this.prototype;
769
769
  function o(i) {
770
- const c = q(i);
770
+ const c = U(i);
771
771
  r[c] || (sn(s, i), r[c] = !0);
772
772
  }
773
773
  return a.isArray(t) ? t.forEach(o) : o(t), this;
@@ -818,15 +818,15 @@ function an(e, t) {
818
818
  e = e || 10;
819
819
  const n = new Array(e), r = new Array(e);
820
820
  let s = 0, o = 0, i;
821
- return t = t !== void 0 ? t : 1e3, function(l) {
822
- const f = Date.now(), u = r[o];
823
- i || (i = f), n[s] = l, r[s] = f;
821
+ return t = t !== void 0 ? t : 1e3, function(f) {
822
+ const l = Date.now(), u = r[o];
823
+ i || (i = l), n[s] = f, r[s] = l;
824
824
  let d = o, b = 0;
825
825
  for (; d !== s; )
826
826
  b += n[d++], d = d % e;
827
- if (s = (s + 1) % e, s === o && (o = (o + 1) % e), f - i < t)
827
+ if (s = (s + 1) % e, s === o && (o = (o + 1) % e), l - i < t)
828
828
  return;
829
- const y = u && f - u;
829
+ const y = u && l - u;
830
830
  return y ? Math.round(b * 1e3 / y) : void 0;
831
831
  };
832
832
  }
@@ -845,15 +845,15 @@ const J = (e, t, n = 3) => {
845
845
  let r = 0;
846
846
  const s = an(50, 250);
847
847
  return cn((o) => {
848
- const i = o.loaded, c = o.lengthComputable ? o.total : void 0, l = i - r, f = s(l), u = i <= c;
848
+ const i = o.loaded, c = o.lengthComputable ? o.total : void 0, f = i - r, l = s(f), u = i <= c;
849
849
  r = i;
850
850
  const d = {
851
851
  loaded: i,
852
852
  total: c,
853
853
  progress: c ? i / c : void 0,
854
- bytes: l,
855
- rate: f || void 0,
856
- estimated: f && c && u ? (c - i) / f : void 0,
854
+ bytes: f,
855
+ rate: l || void 0,
856
+ estimated: l && c && u ? (c - i) / l : void 0,
857
857
  event: o,
858
858
  lengthComputable: c != null
859
859
  };
@@ -930,34 +930,34 @@ const ge = (e) => e instanceof R ? { ...e } : e;
930
930
  function F(e, t) {
931
931
  t = t || {};
932
932
  const n = {};
933
- function r(f, u, d) {
934
- return a.isPlainObject(f) && a.isPlainObject(u) ? a.merge.call({ caseless: d }, f, u) : a.isPlainObject(u) ? a.merge({}, u) : a.isArray(u) ? u.slice() : u;
933
+ function r(l, u, d) {
934
+ 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;
935
935
  }
936
- function s(f, u, d) {
936
+ function s(l, u, d) {
937
937
  if (a.isUndefined(u)) {
938
- if (!a.isUndefined(f))
939
- return r(void 0, f, d);
938
+ if (!a.isUndefined(l))
939
+ return r(void 0, l, d);
940
940
  } else
941
- return r(f, u, d);
941
+ return r(l, u, d);
942
942
  }
943
- function o(f, u) {
943
+ function o(l, u) {
944
944
  if (!a.isUndefined(u))
945
945
  return r(void 0, u);
946
946
  }
947
- function i(f, u) {
947
+ function i(l, u) {
948
948
  if (a.isUndefined(u)) {
949
- if (!a.isUndefined(f))
950
- return r(void 0, f);
949
+ if (!a.isUndefined(l))
950
+ return r(void 0, l);
951
951
  } else
952
952
  return r(void 0, u);
953
953
  }
954
- function c(f, u, d) {
954
+ function c(l, u, d) {
955
955
  if (d in t)
956
- return r(f, u);
956
+ return r(l, u);
957
957
  if (d in e)
958
- return r(void 0, f);
958
+ return r(void 0, l);
959
959
  }
960
- const l = {
960
+ const f = {
961
961
  url: o,
962
962
  method: o,
963
963
  data: o,
@@ -986,10 +986,10 @@ function F(e, t) {
986
986
  socketPath: i,
987
987
  responseEncoding: i,
988
988
  validateStatus: c,
989
- headers: (f, u) => s(ge(f), ge(u), !0)
989
+ headers: (l, u) => s(ge(l), ge(u), !0)
990
990
  };
991
991
  return a.forEach(Object.keys(Object.assign({}, e, t)), function(u) {
992
- const d = l[u] || s, b = d(e[u], t[u], u);
992
+ const d = f[u] || s, b = d(e[u], t[u], u);
993
993
  a.isUndefined(b) && d !== c || (n[u] = b);
994
994
  }), n;
995
995
  }
@@ -1000,18 +1000,18 @@ const Ge = (e) => {
1000
1000
  "Authorization",
1001
1001
  "Basic " + btoa((c.username || "") + ":" + (c.password ? unescape(encodeURIComponent(c.password)) : ""))
1002
1002
  );
1003
- let l;
1003
+ let f;
1004
1004
  if (a.isFormData(n)) {
1005
1005
  if (O.hasStandardBrowserEnv || O.hasStandardBrowserWebWorkerEnv)
1006
1006
  i.setContentType(void 0);
1007
- else if ((l = i.getContentType()) !== !1) {
1008
- const [f, ...u] = l ? l.split(";").map((d) => d.trim()).filter(Boolean) : [];
1009
- i.setContentType([f || "multipart/form-data", ...u].join("; "));
1007
+ else if ((f = i.getContentType()) !== !1) {
1008
+ const [l, ...u] = f ? f.split(";").map((d) => d.trim()).filter(Boolean) : [];
1009
+ i.setContentType([l || "multipart/form-data", ...u].join("; "));
1010
1010
  }
1011
1011
  }
1012
1012
  if (O.hasStandardBrowserEnv && (r && a.isFunction(r) && (r = r(t)), r || r !== !1 && un(t.url))) {
1013
- const f = s && o && ln.read(o);
1014
- f && i.set(s, f);
1013
+ const l = s && o && ln.read(o);
1014
+ l && i.set(s, l);
1015
1015
  }
1016
1016
  return t;
1017
1017
  }, pn = typeof XMLHttpRequest < "u", hn = pn && function(e) {
@@ -1019,9 +1019,9 @@ const Ge = (e) => {
1019
1019
  const s = Ge(e);
1020
1020
  let o = s.data;
1021
1021
  const i = R.from(s.headers).normalize();
1022
- let { responseType: c } = s, l;
1023
- function f() {
1024
- s.cancelToken && s.cancelToken.unsubscribe(l), s.signal && s.signal.removeEventListener("abort", l);
1022
+ let { responseType: c } = s, f;
1023
+ function l() {
1024
+ s.cancelToken && s.cancelToken.unsubscribe(f), s.signal && s.signal.removeEventListener("abort", f);
1025
1025
  }
1026
1026
  let u = new XMLHttpRequest();
1027
1027
  u.open(s.method.toUpperCase(), s.url, !0), u.timeout = s.timeout;
@@ -1039,9 +1039,9 @@ const Ge = (e) => {
1039
1039
  request: u
1040
1040
  };
1041
1041
  Ve(function(g) {
1042
- n(g), f();
1042
+ n(g), l();
1043
1043
  }, function(g) {
1044
- r(g), f();
1044
+ r(g), l();
1045
1045
  }, m), u = null;
1046
1046
  }
1047
1047
  "onloadend" in u ? u.onloadend = d : u.onreadystatechange = function() {
@@ -1061,9 +1061,9 @@ const Ge = (e) => {
1061
1061
  )), u = null;
1062
1062
  }, o === void 0 && i.setContentType(null), "setRequestHeader" in u && a.forEach(i.toJSON(), function(p, m) {
1063
1063
  u.setRequestHeader(m, p);
1064
- }), a.isUndefined(s.withCredentials) || (u.withCredentials = !!s.withCredentials), c && c !== "json" && (u.responseType = s.responseType), typeof s.onDownloadProgress == "function" && u.addEventListener("progress", J(s.onDownloadProgress, !0)), typeof s.onUploadProgress == "function" && u.upload && u.upload.addEventListener("progress", J(s.onUploadProgress)), (s.cancelToken || s.signal) && (l = (y) => {
1064
+ }), a.isUndefined(s.withCredentials) || (u.withCredentials = !!s.withCredentials), c && c !== "json" && (u.responseType = s.responseType), typeof s.onDownloadProgress == "function" && u.addEventListener("progress", J(s.onDownloadProgress, !0)), typeof s.onUploadProgress == "function" && u.upload && u.upload.addEventListener("progress", J(s.onUploadProgress)), (s.cancelToken || s.signal) && (f = (y) => {
1065
1065
  u && (r(!y || y.type ? new D(null, e, u) : y), u.abort(), u = null);
1066
- }, s.cancelToken && s.cancelToken.subscribe(l), s.signal && (s.signal.aborted ? l() : s.signal.addEventListener("abort", l)));
1066
+ }, s.cancelToken && s.cancelToken.subscribe(f), s.signal && (s.signal.aborted ? f() : s.signal.addEventListener("abort", f)));
1067
1067
  const b = on(s.url);
1068
1068
  if (b && O.protocols.indexOf(b) === -1) {
1069
1069
  r(new h("Unsupported protocol " + b + ":", h.ERR_BAD_REQUEST, e));
@@ -1073,22 +1073,22 @@ const Ge = (e) => {
1073
1073
  });
1074
1074
  }, mn = (e, t) => {
1075
1075
  let n = new AbortController(), r;
1076
- const s = function(l) {
1076
+ const s = function(f) {
1077
1077
  if (!r) {
1078
1078
  r = !0, i();
1079
- const f = l instanceof Error ? l : this.reason;
1080
- n.abort(f instanceof h ? f : new D(f instanceof Error ? f.message : f));
1079
+ const l = f instanceof Error ? f : this.reason;
1080
+ n.abort(l instanceof h ? l : new D(l instanceof Error ? l.message : l));
1081
1081
  }
1082
1082
  };
1083
1083
  let o = t && setTimeout(() => {
1084
1084
  s(new h(`timeout ${t} of ms exceeded`, h.ETIMEDOUT));
1085
1085
  }, t);
1086
1086
  const i = () => {
1087
- e && (o && clearTimeout(o), o = null, e.forEach((l) => {
1088
- l && (l.removeEventListener ? l.removeEventListener("abort", s) : l.unsubscribe(s));
1087
+ e && (o && clearTimeout(o), o = null, e.forEach((f) => {
1088
+ f && (f.removeEventListener ? f.removeEventListener("abort", s) : f.unsubscribe(s));
1089
1089
  }), e = null);
1090
1090
  };
1091
- e.forEach((l) => l && l.addEventListener && l.addEventListener("abort", s));
1091
+ e.forEach((f) => f && f.addEventListener && f.addEventListener("abort", s));
1092
1092
  const { signal: c } = n;
1093
1093
  return c.unsubscribe = i, [c, () => {
1094
1094
  o && clearTimeout(o), o = null;
@@ -1111,13 +1111,13 @@ const Ge = (e) => {
1111
1111
  return new ReadableStream({
1112
1112
  type: "bytes",
1113
1113
  async pull(c) {
1114
- const { done: l, value: f } = await o.next();
1115
- if (l) {
1114
+ const { done: f, value: l } = await o.next();
1115
+ if (f) {
1116
1116
  c.close(), r();
1117
1117
  return;
1118
1118
  }
1119
- let u = f.byteLength;
1120
- n && n(i += u), c.enqueue(new Uint8Array(f));
1119
+ let u = l.byteLength;
1120
+ n && n(i += u), c.enqueue(new Uint8Array(l));
1121
1121
  },
1122
1122
  cancel(c) {
1123
1123
  return r(c), o.return();
@@ -1157,7 +1157,7 @@ v && ((e) => {
1157
1157
  });
1158
1158
  });
1159
1159
  })(new Response());
1160
- const En = async (e) => {
1160
+ const Sn = async (e) => {
1161
1161
  if (e == null)
1162
1162
  return 0;
1163
1163
  if (a.isBlob(e))
@@ -1168,9 +1168,9 @@ const En = async (e) => {
1168
1168
  return e.byteLength;
1169
1169
  if (a.isURLSearchParams(e) && (e = e + ""), a.isString(e))
1170
1170
  return (await se(e)).byteLength;
1171
- }, Sn = async (e, t) => {
1171
+ }, En = async (e, t) => {
1172
1172
  const n = a.toFiniteNumber(e.getContentLength());
1173
- return n ?? En(t);
1173
+ return n ?? Sn(t);
1174
1174
  }, gn = v && (async (e) => {
1175
1175
  let {
1176
1176
  url: t,
@@ -1180,14 +1180,14 @@ const En = async (e) => {
1180
1180
  cancelToken: o,
1181
1181
  timeout: i,
1182
1182
  onDownloadProgress: c,
1183
- onUploadProgress: l,
1184
- responseType: f,
1183
+ onUploadProgress: f,
1184
+ responseType: l,
1185
1185
  headers: u,
1186
1186
  withCredentials: d = "same-origin",
1187
1187
  fetchOptions: b
1188
1188
  } = Ge(e);
1189
- f = f ? (f + "").toLowerCase() : "text";
1190
- let [y, p] = s || o || i ? mn([s, o], i) : [], m, S;
1189
+ l = l ? (l + "").toLowerCase() : "text";
1190
+ let [y, p] = s || o || i ? mn([s, o], i) : [], m, E;
1191
1191
  const g = () => {
1192
1192
  !m && setTimeout(() => {
1193
1193
  y && y.unsubscribe();
@@ -1195,18 +1195,18 @@ const En = async (e) => {
1195
1195
  };
1196
1196
  let N;
1197
1197
  try {
1198
- if (l && wn && n !== "get" && n !== "head" && (N = await Sn(u, r)) !== 0) {
1199
- let P = new Request(t, {
1198
+ if (f && wn && n !== "get" && n !== "head" && (N = await En(u, r)) !== 0) {
1199
+ let C = new Request(t, {
1200
1200
  method: "POST",
1201
1201
  body: r,
1202
1202
  duplex: "half"
1203
1203
  }), L;
1204
- a.isFormData(r) && (L = P.headers.get("content-type")) && u.setContentType(L), P.body && (r = Re(P.body, Oe, Te(
1204
+ a.isFormData(r) && (L = C.headers.get("content-type")) && u.setContentType(L), C.body && (r = Re(C.body, Oe, Te(
1205
1205
  N,
1206
- J(l)
1206
+ J(f)
1207
1207
  ), null, se));
1208
1208
  }
1209
- a.isString(d) || (d = d ? "cors" : "omit"), S = new Request(t, {
1209
+ a.isString(d) || (d = d ? "cors" : "omit"), E = new Request(t, {
1210
1210
  ...b,
1211
1211
  signal: y,
1212
1212
  method: n.toUpperCase(),
@@ -1215,44 +1215,44 @@ const En = async (e) => {
1215
1215
  duplex: "half",
1216
1216
  withCredentials: d
1217
1217
  });
1218
- let w = await fetch(S);
1219
- const U = oe && (f === "stream" || f === "response");
1220
- if (oe && (c || U)) {
1221
- const P = {};
1218
+ let w = await fetch(E);
1219
+ const q = oe && (l === "stream" || l === "response");
1220
+ if (oe && (c || q)) {
1221
+ const C = {};
1222
1222
  ["status", "statusText", "headers"].forEach((he) => {
1223
- P[he] = w[he];
1223
+ C[he] = w[he];
1224
1224
  });
1225
1225
  const L = a.toFiniteNumber(w.headers.get("content-length"));
1226
1226
  w = new Response(
1227
1227
  Re(w.body, Oe, c && Te(
1228
1228
  L,
1229
1229
  J(c, !0)
1230
- ), U && g, se),
1231
- P
1230
+ ), q && g, se),
1231
+ C
1232
1232
  );
1233
1233
  }
1234
- f = f || "text";
1235
- let Ze = await z[a.findKey(z, f) || "text"](w, e);
1236
- return !U && g(), p && p(), await new Promise((P, L) => {
1237
- Ve(P, L, {
1234
+ l = l || "text";
1235
+ let Ze = await z[a.findKey(z, l) || "text"](w, e);
1236
+ return !q && g(), p && p(), await new Promise((C, L) => {
1237
+ Ve(C, L, {
1238
1238
  data: Ze,
1239
1239
  headers: R.from(w.headers),
1240
1240
  status: w.status,
1241
1241
  statusText: w.statusText,
1242
1242
  config: e,
1243
- request: S
1243
+ request: E
1244
1244
  });
1245
1245
  });
1246
1246
  } catch (w) {
1247
1247
  throw g(), w && w.name === "TypeError" && /fetch/i.test(w.message) ? Object.assign(
1248
- new h("Network Error", h.ERR_NETWORK, e, S),
1248
+ new h("Network Error", h.ERR_NETWORK, e, E),
1249
1249
  {
1250
1250
  cause: w.cause || w
1251
1251
  }
1252
- ) : h.from(w, w && w.code, e, S);
1252
+ ) : h.from(w, w && w.code, e, E);
1253
1253
  }
1254
1254
  }), ie = {
1255
- http: qt,
1255
+ http: Ut,
1256
1256
  xhr: hn,
1257
1257
  fetch: gn
1258
1258
  };
@@ -1282,7 +1282,7 @@ const Ae = (e) => `- ${e}`, Rn = (e) => a.isFunction(e) || e === null || e === !
1282
1282
  }
1283
1283
  if (!r) {
1284
1284
  const o = Object.entries(s).map(
1285
- ([c, l]) => `adapter ${c} ` + (l === !1 ? "is not supported by the environment" : "is not available in the build")
1285
+ ([c, f]) => `adapter ${c} ` + (f === !1 ? "is not supported by the environment" : "is not available in the build")
1286
1286
  );
1287
1287
  let i = t ? o.length > 1 ? `since :
1288
1288
  ` + o.map(Ae).join(`
@@ -1351,9 +1351,9 @@ function Tn(e, t, n) {
1351
1351
  for (; s-- > 0; ) {
1352
1352
  const o = r[s], i = t[o];
1353
1353
  if (i) {
1354
- const c = e[o], l = c === void 0 || i(c, o, e);
1355
- if (l !== !0)
1356
- throw new h("option " + o + " must be " + l, h.ERR_BAD_OPTION_VALUE);
1354
+ const c = e[o], f = c === void 0 || i(c, o, e);
1355
+ if (f !== !0)
1356
+ throw new h("option " + o + " must be " + f, h.ERR_BAD_OPTION_VALUE);
1357
1357
  continue;
1358
1358
  }
1359
1359
  if (n !== !0)
@@ -1363,12 +1363,12 @@ function Tn(e, t, n) {
1363
1363
  const ae = {
1364
1364
  assertOptions: Tn,
1365
1365
  validators: de
1366
- }, C = ae.validators;
1366
+ }, x = ae.validators;
1367
1367
  class B {
1368
1368
  constructor(t) {
1369
1369
  this.defaults = t, this.interceptors = {
1370
- request: new Ee(),
1371
- response: new Ee()
1370
+ request: new Se(),
1371
+ response: new Se()
1372
1372
  };
1373
1373
  }
1374
1374
  /**
@@ -1400,14 +1400,14 @@ class B {
1400
1400
  typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = F(this.defaults, n);
1401
1401
  const { transitional: r, paramsSerializer: s, headers: o } = n;
1402
1402
  r !== void 0 && ae.assertOptions(r, {
1403
- silentJSONParsing: C.transitional(C.boolean),
1404
- forcedJSONParsing: C.transitional(C.boolean),
1405
- clarifyTimeoutError: C.transitional(C.boolean)
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
  } : ae.assertOptions(s, {
1409
- encode: C.function,
1410
- serialize: C.function
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,
@@ -1420,18 +1420,18 @@ class B {
1420
1420
  }
1421
1421
  ), n.headers = R.concat(i, o);
1422
1422
  const c = [];
1423
- let l = !0;
1423
+ let f = !0;
1424
1424
  this.interceptors.request.forEach(function(m) {
1425
- typeof m.runWhen == "function" && m.runWhen(n) === !1 || (l = l && m.synchronous, c.unshift(m.fulfilled, m.rejected));
1425
+ typeof m.runWhen == "function" && m.runWhen(n) === !1 || (f = f && m.synchronous, c.unshift(m.fulfilled, m.rejected));
1426
1426
  });
1427
- const f = [];
1427
+ const l = [];
1428
1428
  this.interceptors.response.forEach(function(m) {
1429
- f.push(m.fulfilled, m.rejected);
1429
+ l.push(m.fulfilled, m.rejected);
1430
1430
  });
1431
1431
  let u, d = 0, b;
1432
- if (!l) {
1432
+ if (!f) {
1433
1433
  const p = [Ne.bind(this), void 0];
1434
- for (p.unshift.apply(p, c), p.push.apply(p, f), b = p.length, u = Promise.resolve(n); d < b; )
1434
+ for (p.unshift.apply(p, c), p.push.apply(p, l), b = p.length, u = Promise.resolve(n); d < b; )
1435
1435
  u = u.then(p[d++], p[d++]);
1436
1436
  return u;
1437
1437
  }
@@ -1441,8 +1441,8 @@ class B {
1441
1441
  const p = c[d++], m = c[d++];
1442
1442
  try {
1443
1443
  y = p(y);
1444
- } catch (S) {
1445
- m.call(this, S);
1444
+ } catch (E) {
1445
+ m.call(this, E);
1446
1446
  break;
1447
1447
  }
1448
1448
  }
@@ -1451,8 +1451,8 @@ class B {
1451
1451
  } catch (p) {
1452
1452
  return Promise.reject(p);
1453
1453
  }
1454
- for (d = 0, b = f.length; d < b; )
1455
- u = u.then(f[d++], f[d++]);
1454
+ for (d = 0, b = l.length; d < b; )
1455
+ u = u.then(l[d++], l[d++]);
1456
1456
  return u;
1457
1457
  }
1458
1458
  getUri(t) {
@@ -1635,53 +1635,53 @@ function Xe(e) {
1635
1635
  return Xe(F(e, s));
1636
1636
  }, n;
1637
1637
  }
1638
- const E = Xe($);
1639
- E.Axios = B;
1640
- E.CanceledError = D;
1641
- E.CancelToken = pe;
1642
- E.isCancel = ze;
1643
- E.VERSION = Qe;
1644
- E.toFormData = W;
1645
- E.AxiosError = h;
1646
- E.Cancel = E.CanceledError;
1647
- E.all = function(t) {
1638
+ const S = Xe($);
1639
+ S.Axios = B;
1640
+ S.CanceledError = D;
1641
+ S.CancelToken = pe;
1642
+ S.isCancel = ze;
1643
+ S.VERSION = Qe;
1644
+ S.toFormData = W;
1645
+ S.AxiosError = h;
1646
+ S.Cancel = S.CanceledError;
1647
+ S.all = function(t) {
1648
1648
  return Promise.all(t);
1649
1649
  };
1650
- E.spread = On;
1651
- E.isAxiosError = An;
1652
- E.mergeConfig = F;
1653
- E.AxiosHeaders = R;
1654
- E.formToJSON = (e) => Je(a.isHTMLForm(e) ? new FormData(e) : e);
1655
- E.getAdapter = ve.getAdapter;
1656
- E.HttpStatusCode = ce;
1657
- E.default = E;
1658
- const x = (e) => {
1650
+ S.spread = On;
1651
+ S.isAxiosError = An;
1652
+ S.mergeConfig = F;
1653
+ S.AxiosHeaders = R;
1654
+ S.formToJSON = (e) => Je(a.isHTMLForm(e) ? new FormData(e) : e);
1655
+ S.getAdapter = ve.getAdapter;
1656
+ S.HttpStatusCode = ce;
1657
+ S.default = S;
1658
+ const P = (e) => {
1659
1659
  var i, c;
1660
- const t = E.create(), n = e.apiVersion, r = e.productCode, s = e.baseUrl;
1660
+ const t = S.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
1664
1664
  ), {
1665
- request: async (l, f) => {
1666
- const u = `${s}/${r}/${n}${l}`, d = {
1667
- "Content-Type": (f == null ? void 0 : f.contentType) || "application/json",
1665
+ request: async (f, l) => {
1666
+ const u = `${s}/${r}/${n}${f}`, d = {
1667
+ "Content-Type": (l == null ? void 0 : l.contentType) || "application/json",
1668
1668
  apiVersion: n,
1669
1669
  Authorization: ""
1670
1670
  };
1671
1671
  localStorage.getItem("accessToken") && (d.Authorization = "Bearer " + localStorage.getItem("accessToken"));
1672
1672
  const b = {
1673
- method: (f == null ? void 0 : f.method) || "GET",
1673
+ method: (l == null ? void 0 : l.method) || "GET",
1674
1674
  headers: d,
1675
1675
  url: u,
1676
- data: f == null ? void 0 : f.data,
1677
- responseType: f == null ? void 0 : f.responseType
1676
+ data: l == null ? void 0 : l.data,
1677
+ responseType: l == null ? void 0 : l.responseType
1678
1678
  };
1679
1679
  return await t.request(b);
1680
1680
  }
1681
1681
  };
1682
1682
  }, Nn = "cep";
1683
1683
  function Pn(e) {
1684
- const t = x(e);
1684
+ const t = P(e);
1685
1685
  function n(r) {
1686
1686
  return t.request(`/${Nn}`, {
1687
1687
  method: "POST",
@@ -1693,7 +1693,7 @@ function Pn(e) {
1693
1693
  };
1694
1694
  }
1695
1695
  const Ce = "auth", Cn = (e) => {
1696
- const t = x(e);
1696
+ const t = P(e);
1697
1697
  return {
1698
1698
  postLogin: async (s) => {
1699
1699
  var i;
@@ -1709,7 +1709,7 @@ const Ce = "auth", Cn = (e) => {
1709
1709
  })
1710
1710
  };
1711
1711
  }, xn = "digital", Bn = (e) => {
1712
- const t = x(e);
1712
+ const t = P(e);
1713
1713
  return {
1714
1714
  getBroker: () => t.request(`/${xn}/getBroker`, {
1715
1715
  method: "GET",
@@ -1717,7 +1717,7 @@ const Ce = "auth", Cn = (e) => {
1717
1717
  })
1718
1718
  };
1719
1719
  }, Fn = "data", Ln = (e) => {
1720
- const t = x(e);
1720
+ const t = P(e);
1721
1721
  return {
1722
1722
  postData: async (r) => await t.request(`/${Fn}`, {
1723
1723
  method: "POST",
@@ -1725,7 +1725,7 @@ const Ce = "auth", Cn = (e) => {
1725
1725
  })
1726
1726
  };
1727
1727
  }, ee = "payment", _n = (e) => {
1728
- const t = x(e);
1728
+ const t = P(e);
1729
1729
  return {
1730
1730
  postPayment: (o) => t.request(`/${ee}`, {
1731
1731
  method: "POST",
@@ -1747,7 +1747,7 @@ const Ce = "auth", Cn = (e) => {
1747
1747
  )
1748
1748
  };
1749
1749
  }, te = "product/action", kn = (e) => {
1750
- const t = x(e);
1750
+ const t = P(e);
1751
1751
  return {
1752
1752
  getCnpjStatus: (o) => t.request(`/${te}/Custom/CnpjCheck?cnpj=${o}`, {
1753
1753
  method: "GET",
@@ -1766,41 +1766,41 @@ const Ce = "auth", Cn = (e) => {
1766
1766
  )
1767
1767
  };
1768
1768
  }, _ = "quotation", Dn = (e) => {
1769
- const t = x(e);
1769
+ const t = P(e);
1770
1770
  return {
1771
- postQuickQuote: (l) => t.request(`/${_}/QuickQuote`, {
1771
+ postQuickQuote: (f) => t.request(`/${_}/QuickQuote`, {
1772
1772
  method: "POST",
1773
- data: JSON.stringify(l)
1773
+ data: JSON.stringify(f)
1774
1774
  }),
1775
- postFullQuote: (l) => t.request(`/${_}/FullQuote`, {
1775
+ postFullQuote: (f) => t.request(`/${_}/FullQuote`, {
1776
1776
  method: "POST",
1777
- data: JSON.stringify(l)
1777
+ data: JSON.stringify(f)
1778
1778
  }),
1779
- postBind: (l) => t.request(`/${_}/Bind`, {
1779
+ postBind: (f) => t.request(`/${_}/Bind`, {
1780
1780
  method: "POST",
1781
- data: JSON.stringify(l)
1781
+ data: JSON.stringify(f)
1782
1782
  }),
1783
- getQuotation: (l) => t.request(`/${_}?id=${l.policyId}`, {
1783
+ getQuotation: (f) => t.request(`/${_}?id=${f.policyId}`, {
1784
1784
  method: "GET",
1785
1785
  data: ""
1786
1786
  }),
1787
- getVersions: (l) => t.request(
1788
- `/${_}/versions?policyId=${l.policyId}`,
1787
+ getVersions: (f) => t.request(
1788
+ `/${_}/versions?policyId=${f.policyId}`,
1789
1789
  {
1790
1790
  method: "GET",
1791
1791
  data: ""
1792
1792
  }
1793
1793
  ),
1794
- switchSelectedVersion: (l) => t.request(
1795
- `/${_}/switchSelectedVersion?policyId=${l.policyId}&quotationVersionId=${l.quotationVersionId}`,
1794
+ switchSelectedVersion: (f) => t.request(
1795
+ `/${_}/switchSelectedVersion?policyId=${f.policyId}&quotationVersionId=${f.quotationVersionId}`,
1796
1796
  {
1797
1797
  method: "POST",
1798
- data: JSON.stringify(l)
1798
+ data: JSON.stringify(f)
1799
1799
  }
1800
1800
  )
1801
1801
  };
1802
- }, Un = "report", qn = (e) => {
1803
- const t = x(e);
1802
+ }, qn = "report", Un = (e) => {
1803
+ const t = P(e);
1804
1804
  return {
1805
1805
  getReportStream: (r) => {
1806
1806
  const s = new URLSearchParams({
@@ -1809,7 +1809,7 @@ const Ce = "auth", Cn = (e) => {
1809
1809
  ...r.additionalParams
1810
1810
  });
1811
1811
  return t.request(
1812
- `/${Un}/generate-stream?${s.toString()}`,
1812
+ `/${qn}/generate-stream?${s.toString()}`,
1813
1813
  {
1814
1814
  method: "GET",
1815
1815
  data: "",
@@ -1818,9 +1818,22 @@ const Ce = "auth", Cn = (e) => {
1818
1818
  );
1819
1819
  }
1820
1820
  };
1821
+ }, jn = "SubscriberData", In = (e) => {
1822
+ const t = P(e);
1823
+ return {
1824
+ getSubscriber: (r) => {
1825
+ t.request(
1826
+ `/${jn}/get-subscriber-data?cnpj=${r}`,
1827
+ {
1828
+ method: "GET",
1829
+ data: ""
1830
+ }
1831
+ );
1832
+ }
1833
+ };
1821
1834
  };
1822
- function jn(e) {
1823
- const t = Cn(e), n = Ln(e), r = Dn(e), s = _n(e), o = Pn(e), i = Bn(e), c = kn(e), l = qn(e);
1835
+ function $n(e) {
1836
+ const t = Cn(e), n = Ln(e), r = Dn(e), s = _n(e), o = Pn(e), i = Bn(e), c = kn(e), f = Un(e), l = In(e);
1824
1837
  return {
1825
1838
  auth: t,
1826
1839
  data: n,
@@ -1829,9 +1842,10 @@ function jn(e) {
1829
1842
  address: o,
1830
1843
  broker: i,
1831
1844
  plugin: c,
1832
- report: l
1845
+ report: f,
1846
+ subscriber: l
1833
1847
  };
1834
1848
  }
1835
1849
  export {
1836
- jn as default
1850
+ $n as default
1837
1851
  };
package/ts-lib.umd.cjs CHANGED
@@ -1,6 +1,6 @@
1
- (function(L,q){typeof exports=="object"&&typeof module<"u"?module.exports=q():typeof define=="function"&&define.amd?define(q):(L=typeof globalThis<"u"?globalThis:L||self,L["ts-lib"]=q())})(this,function(){"use strict";function L(e,t){return function(){return e.apply(t,arguments)}}const{toString:q}=Object.prototype,{getPrototypeOf:Z}=Object,J=(e=>t=>{const n=q.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),O=e=>(e=e.toLowerCase(),t=>J(t)===e),z=e=>t=>typeof t===e,{isArray:_}=Array,j=z("undefined");function Ye(e){return e!==null&&!j(e)&&e.constructor!==null&&!j(e.constructor)&&T(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const ye=O("ArrayBuffer");function et(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&ye(e.buffer),t}const tt=z("string"),T=z("function"),be=z("number"),V=e=>e!==null&&typeof e=="object",nt=e=>e===!0||e===!1,K=e=>{if(J(e)!=="object")return!1;const t=Z(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},rt=O("Date"),st=O("File"),ot=O("Blob"),it=O("FileList"),at=e=>V(e)&&T(e.pipe),ct=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||T(e.append)&&((t=J(e))==="formdata"||t==="object"&&T(e.toString)&&e.toString()==="[object FormData]"))},ut=O("URLSearchParams"),[lt,ft,dt,pt]=["ReadableStream","Request","Response","Headers"].map(O),ht=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function I(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 we(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 Se=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Ee=e=>!j(e)&&e!==Se;function Y(){const{caseless:e}=Ee(this)&&this||{},t={},n=(r,s)=>{const o=e&&we(t,s)||s;K(t[o])&&K(r)?t[o]=Y(t[o],r):K(r)?t[o]=Y({},r):_(r)?t[o]=r.slice():t[o]=r};for(let r=0,s=arguments.length;r<s;r++)arguments[r]&&I(arguments[r],n);return t}const mt=(e,t,n,{allOwnKeys:r}={})=>(I(t,(s,o)=>{n&&T(s)?e[o]=L(s,n):e[o]=s},{allOwnKeys:r}),e),yt=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),bt=(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)},wt=(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&&Z(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},St=(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(!be(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},gt=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Z(Uint8Array)),Rt=(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])}},Tt=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},Ot=O("HTMLFormElement"),At=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,s){return r.toUpperCase()+s}),ge=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Nt=O("RegExp"),Re=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};I(n,(s,o)=>{let i;(i=t(s,o,e))!==!1&&(r[o]=i||s)}),Object.defineProperties(e,r)},Pt=e=>{Re(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+"'")})}})},Ct=(e,t)=>{const n={},r=s=>{s.forEach(o=>{n[o]=!0})};return _(e)?r(e):r(String(e).split(t)),n},xt=()=>{},Bt=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,ee="abcdefghijklmnopqrstuvwxyz",Te="0123456789",Oe={DIGIT:Te,ALPHA:ee,ALPHA_DIGIT:ee+ee.toUpperCase()+Te},Ft=(e=16,t=Oe.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function Lt(e){return!!(e&&T(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const _t=e=>{const t=new Array(10),n=(r,s)=>{if(V(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[s]=r;const o=_(r)?[]:{};return I(r,(i,c)=>{const l=n(i,s+1);!j(l)&&(o[c]=l)}),t[s]=void 0,o}}return r};return n(e,0)},kt=O("AsyncFunction"),a={isArray:_,isArrayBuffer:ye,isBuffer:Ye,isFormData:ct,isArrayBufferView:et,isString:tt,isNumber:be,isBoolean:nt,isObject:V,isPlainObject:K,isReadableStream:lt,isRequest:ft,isResponse:dt,isHeaders:pt,isUndefined:j,isDate:rt,isFile:st,isBlob:ot,isRegExp:Nt,isFunction:T,isStream:at,isURLSearchParams:ut,isTypedArray:gt,isFileList:it,forEach:I,merge:Y,extend:mt,trim:ht,stripBOM:yt,inherits:bt,toFlatObject:wt,kindOf:J,kindOfTest:O,endsWith:St,toArray:Et,forEachEntry:Rt,matchAll:Tt,isHTMLForm:Ot,hasOwnProperty:ge,hasOwnProp:ge,reduceDescriptors:Re,freezeMethods:Pt,toObjectSet:Ct,toCamelCase:At,noop:xt,toFiniteNumber:Bt,findKey:we,global:Se,isContextDefined:Ee,ALPHABET:Oe,generateString:Ft,isSpecCompliantForm:Lt,toJSONObject:_t,isAsyncFn:kt,isThenable:e=>e&&(V(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 Ae=h.prototype,Ne={};["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=>{Ne[e]={value:e}}),Object.defineProperties(h,Ne),Object.defineProperty(Ae,"isAxiosError",{value:!0}),h.from=(e,t,n,r,s,o)=>{const i=Object.create(Ae);return a.toFlatObject(e,i,function(l){return l!==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 te(e){return a.isPlainObject(e)||a.isArray(e)}function Pe(e){return a.endsWith(e,"[]")?e.slice(0,-2):e}function Ce(e,t,n){return e?e.concat(t).map(function(s,o){return s=Pe(s),!n&&o?"["+s+"]":s}).join(n?".":""):t}function Ut(e){return a.isArray(e)&&!e.some(te)}const qt=a.toFlatObject(a,{},null,function(t){return/^is[A-Z]/.test(t)});function G(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,l=(n.Blob||typeof Blob<"u"&&Blob)&&a.isSpecCompliantForm(t);if(!a.isFunction(s))throw new TypeError("visitor must be a function");function f(p){if(p===null)return"";if(a.isDate(p))return p.toISOString();if(!l&&a.isBlob(p))throw new h("Blob is not supported. Use a Buffer instead.");return a.isArrayBuffer(p)||a.isTypedArray(p)?l&&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)&&Ut(p)||(a.isFileList(p)||a.endsWith(m,"[]"))&&(g=a.toArray(p)))return m=Pe(m),g.forEach(function(w,M){!(a.isUndefined(w)||w===null)&&t.append(i===!0?Ce([m],M,o):i===null?m:m+"[]",f(w))}),!1}return te(p)?!0:(t.append(Ce(E,m,o),f(p)),!1)}const d=[],b=Object.assign(qt,{defaultVisitor:u,convertValue:f,isVisitable:te});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 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 ne(e,t){this._pairs=[],e&&G(e,this,t)}const Be=ne.prototype;Be.append=function(t,n){this._pairs.push([t,n])},Be.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 jt(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||jt,s=n&&n.serialize;let o;if(s?o=s(t,n):o=a.isURLSearchParams(t)?t.toString():new ne(t,n).toString(r),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class Le{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 _e={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},It={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:ne,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},re=typeof window<"u"&&typeof document<"u",$t=(e=>re&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),Ht=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Mt=re&&window.location.href||"http://localhost",A={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:re,hasStandardBrowserEnv:$t,hasStandardBrowserWebWorkerEnv:Ht,origin:Mt},Symbol.toStringTag,{value:"Module"})),...It};function Jt(e,t){return G(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 Vt(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 ke(e){function t(n,r,s,o){let i=n[o++];if(i==="__proto__")return!0;const c=Number.isFinite(+i),l=o>=n.length;return i=!i&&a.isArray(s)?s.length:i,l?(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]=Vt(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 Kt(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 $={transitional:_e,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(ke(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 Jt(t,this.formSerializer).toString();if((c=a.isFileList(t))||r.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return G(c?{"files[]":t}:t,l&&new l,this.formSerializer)}}return o||s?(n.setContentType("application/json",!1),Kt(t)):t}],transformResponse:[function(t){const n=this.transitional||$.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=>{$.headers[e]={}});const Gt=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"]),Wt=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]&&Gt[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 H(e){return e&&String(e).trim().toLowerCase()}function W(e){return e===!1||e==null?e:a.isArray(e)?e.map(W):String(e)}function vt(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 Qt=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function se(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 Xt(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function Zt(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,l,f){const u=H(l);if(!u)throw new Error("header name must be a non-empty string");const d=a.findKey(s,u);(!d||s[d]===void 0||f===!0||f===void 0&&s[d]!==!1)&&(s[d||l]=W(c))}const i=(c,l)=>a.forEach(c,(f,u)=>o(f,u,l));if(a.isPlainObject(t)||t instanceof this.constructor)i(t,n);else if(a.isString(t)&&(t=t.trim())&&!Qt(t))i(Wt(t),n);else if(a.isHeaders(t))for(const[c,l]of t.entries())o(l,c,r);else t!=null&&o(n,t,r);return this}get(t,n){if(t=H(t),t){const r=a.findKey(this,t);if(r){const s=this[r];if(!n)return s;if(n===!0)return vt(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=H(t),t){const r=a.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||se(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let s=!1;function o(i){if(i=H(i),i){const c=a.findKey(r,i);c&&(!n||se(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||se(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]=W(s),delete n[o];return}const c=t?Xt(o):String(o).trim();c!==o&&delete n[o],n[c]=W(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=H(i);r[c]||(Zt(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 oe(e,t){const n=this||$,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 Ue(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 qe(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 Yt(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function en(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(l){const f=Date.now(),u=r[o];i||(i=f),n[s]=l,r[s]=f;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),f-i<t)return;const y=u&&f-u;return y?Math.round(b*1e3/y):void 0}}function tn(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 v=(e,t,n=3)=>{let r=0;const s=en(50,250);return tn(o=>{const i=o.loaded,c=o.lengthComputable?o.total:void 0,l=i-r,f=s(l),u=i<=c;r=i;const d={loaded:i,total:c,progress:c?i/c:void 0,bytes:l,rate:f||void 0,estimated:f&&c&&u?(c-i)/f:void 0,event:o,lengthComputable:c!=null};d[t?"download":"upload"]=!0,e(d)},n)},nn=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}}(),rn=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 sn(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function on(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function je(e,t){return e&&!sn(t)?on(e,t):t}const Ie=e=>e instanceof R?{...e}:e;function B(e,t){t=t||{};const n={};function r(f,u,d){return a.isPlainObject(f)&&a.isPlainObject(u)?a.merge.call({caseless:d},f,u):a.isPlainObject(u)?a.merge({},u):a.isArray(u)?u.slice():u}function s(f,u,d){if(a.isUndefined(u)){if(!a.isUndefined(f))return r(void 0,f,d)}else return r(f,u,d)}function o(f,u){if(!a.isUndefined(u))return r(void 0,u)}function i(f,u){if(a.isUndefined(u)){if(!a.isUndefined(f))return r(void 0,f)}else return r(void 0,u)}function c(f,u,d){if(d in t)return r(f,u);if(d in e)return r(void 0,f)}const l={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:(f,u)=>s(Ie(f),Ie(u),!0)};return a.forEach(Object.keys(Object.assign({},e,t)),function(u){const d=l[u]||s,b=d(e[u],t[u],u);a.isUndefined(b)&&d!==c||(n[u]=b)}),n}const $e=e=>{const t=B({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:s,xsrfCookieName:o,headers:i,auth:c}=t;t.headers=i=R.from(i),t.url=Fe(je(t.baseURL,t.url),e.params,e.paramsSerializer),c&&i.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")));let l;if(a.isFormData(n)){if(A.hasStandardBrowserEnv||A.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if((l=i.getContentType())!==!1){const[f,...u]=l?l.split(";").map(d=>d.trim()).filter(Boolean):[];i.setContentType([f||"multipart/form-data",...u].join("; "))}}if(A.hasStandardBrowserEnv&&(r&&a.isFunction(r)&&(r=r(t)),r||r!==!1&&nn(t.url))){const f=s&&o&&rn.read(o);f&&i.set(s,f)}return t},an=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,r){const s=$e(e);let o=s.data;const i=R.from(s.headers).normalize();let{responseType:c}=s,l;function f(){s.cancelToken&&s.cancelToken.unsubscribe(l),s.signal&&s.signal.removeEventListener("abort",l)}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};qe(function(g){n(g),f()},function(g){r(g),f()},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||_e;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",v(s.onDownloadProgress,!0)),typeof s.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",v(s.onUploadProgress)),(s.cancelToken||s.signal)&&(l=y=>{u&&(r(!y||y.type?new k(null,e,u):y),u.abort(),u=null)},s.cancelToken&&s.cancelToken.subscribe(l),s.signal&&(s.signal.aborted?l():s.signal.addEventListener("abort",l)));const b=Yt(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)})},cn=(e,t)=>{let n=new AbortController,r;const s=function(l){if(!r){r=!0,i();const f=l instanceof Error?l:this.reason;n.abort(f instanceof h?f:new k(f instanceof Error?f.message:f))}};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(l=>{l&&(l.removeEventListener?l.removeEventListener("abort",s):l.unsubscribe(s))}),e=null)};e.forEach(l=>l&&l.addEventListener&&l.addEventListener("abort",s));const{signal:c}=n;return c.unsubscribe=i,[c,()=>{o&&clearTimeout(o),o=null}]},un=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},ln=async function*(e,t,n){for await(const r of e)yield*un(ArrayBuffer.isView(r)?r:await n(String(r)),t)},He=(e,t,n,r,s)=>{const o=ln(e,t,s);let i=0;return new ReadableStream({type:"bytes",async pull(c){const{done:l,value:f}=await o.next();if(l){c.close(),r();return}let u=f.byteLength;n&&n(i+=u),c.enqueue(new Uint8Array(f))},cancel(c){return r(c),o.return()}},{highWaterMark:2})},Me=(e,t)=>{const n=e!=null;return r=>setTimeout(()=>t({lengthComputable:n,total:e,loaded:r}))},Q=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Je=Q&&typeof ReadableStream=="function",ie=Q&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),fn=Je&&(()=>{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,ae=Je&&!!(()=>{try{return a.isReadableStream(new Response("").body)}catch{}})(),X={stream:ae&&(e=>e.body)};Q&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!X[t]&&(X[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 dn=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 ie(e)).byteLength},pn=async(e,t)=>{const n=a.toFiniteNumber(e.getContentLength());return n??dn(t)},ce={http:Dt,xhr:an,fetch:Q&&(async e=>{let{url:t,method:n,data:r,signal:s,cancelToken:o,timeout:i,onDownloadProgress:c,onUploadProgress:l,responseType:f,headers:u,withCredentials:d="same-origin",fetchOptions:b}=$e(e);f=f?(f+"").toLowerCase():"text";let[y,p]=s||o||i?cn([s,o],i):[],m,E;const g=()=>{!m&&setTimeout(()=>{y&&y.unsubscribe()}),m=!0};let N;try{if(l&&fn&&n!=="get"&&n!=="head"&&(N=await pn(u,r))!==0){let x=new Request(t,{method:"POST",body:r,duplex:"half"}),U;a.isFormData(r)&&(U=x.headers.get("content-type"))&&u.setContentType(U),x.body&&(r=He(x.body,ze,Me(N,v(l)),null,ie))}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 M=ae&&(f==="stream"||f==="response");if(ae&&(c||M)){const x={};["status","statusText","headers"].forEach(Ze=>{x[Ze]=w[Ze]});const U=a.toFiniteNumber(w.headers.get("content-length"));w=new Response(He(w.body,ze,c&&Me(U,v(c,!0)),M&&g,ie),x)}f=f||"text";let Fn=await X[a.findKey(X,f)||"text"](w,e);return!M&&g(),p&&p(),await new Promise((x,U)=>{qe(x,U,{data:Fn,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(ce,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Ve=e=>`- ${e}`,hn=e=>a.isFunction(e)||e===null||e===!1,Ke={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,!hn(n)&&(r=ce[(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,l])=>`adapter ${c} `+(l===!1?"is not supported by the environment":"is not available in the build"));let i=t?o.length>1?`since :
1
+ (function(L,q){typeof exports=="object"&&typeof module<"u"?module.exports=q():typeof define=="function"&&define.amd?define(q):(L=typeof globalThis<"u"?globalThis:L||self,L["ts-lib"]=q())})(this,function(){"use strict";function L(e,t){return function(){return e.apply(t,arguments)}}const{toString:q}=Object.prototype,{getPrototypeOf:Z}=Object,J=(e=>t=>{const n=q.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),O=e=>(e=e.toLowerCase(),t=>J(t)===e),z=e=>t=>typeof t===e,{isArray:_}=Array,j=z("undefined");function Ye(e){return e!==null&&!j(e)&&e.constructor!==null&&!j(e.constructor)&&T(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const ye=O("ArrayBuffer");function et(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&ye(e.buffer),t}const tt=z("string"),T=z("function"),be=z("number"),V=e=>e!==null&&typeof e=="object",nt=e=>e===!0||e===!1,K=e=>{if(J(e)!=="object")return!1;const t=Z(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},rt=O("Date"),st=O("File"),ot=O("Blob"),it=O("FileList"),at=e=>V(e)&&T(e.pipe),ct=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||T(e.append)&&((t=J(e))==="formdata"||t==="object"&&T(e.toString)&&e.toString()==="[object FormData]"))},ut=O("URLSearchParams"),[lt,ft,dt,pt]=["ReadableStream","Request","Response","Headers"].map(O),ht=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function $(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 we(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 Se=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Ee=e=>!j(e)&&e!==Se;function Y(){const{caseless:e}=Ee(this)&&this||{},t={},n=(r,s)=>{const o=e&&we(t,s)||s;K(t[o])&&K(r)?t[o]=Y(t[o],r):K(r)?t[o]=Y({},r):_(r)?t[o]=r.slice():t[o]=r};for(let r=0,s=arguments.length;r<s;r++)arguments[r]&&$(arguments[r],n);return t}const mt=(e,t,n,{allOwnKeys:r}={})=>($(t,(s,o)=>{n&&T(s)?e[o]=L(s,n):e[o]=s},{allOwnKeys:r}),e),yt=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),bt=(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)},wt=(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&&Z(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},St=(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(!be(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},gt=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Z(Uint8Array)),Rt=(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])}},Tt=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},Ot=O("HTMLFormElement"),At=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,s){return r.toUpperCase()+s}),ge=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Nt=O("RegExp"),Re=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};$(n,(s,o)=>{let i;(i=t(s,o,e))!==!1&&(r[o]=i||s)}),Object.defineProperties(e,r)},Pt=e=>{Re(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+"'")})}})},Ct=(e,t)=>{const n={},r=s=>{s.forEach(o=>{n[o]=!0})};return _(e)?r(e):r(String(e).split(t)),n},xt=()=>{},Bt=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,ee="abcdefghijklmnopqrstuvwxyz",Te="0123456789",Oe={DIGIT:Te,ALPHA:ee,ALPHA_DIGIT:ee+ee.toUpperCase()+Te},Ft=(e=16,t=Oe.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function Lt(e){return!!(e&&T(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const _t=e=>{const t=new Array(10),n=(r,s)=>{if(V(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[s]=r;const o=_(r)?[]:{};return $(r,(i,c)=>{const f=n(i,s+1);!j(f)&&(o[c]=f)}),t[s]=void 0,o}}return r};return n(e,0)},kt=O("AsyncFunction"),a={isArray:_,isArrayBuffer:ye,isBuffer:Ye,isFormData:ct,isArrayBufferView:et,isString:tt,isNumber:be,isBoolean:nt,isObject:V,isPlainObject:K,isReadableStream:lt,isRequest:ft,isResponse:dt,isHeaders:pt,isUndefined:j,isDate:rt,isFile:st,isBlob:ot,isRegExp:Nt,isFunction:T,isStream:at,isURLSearchParams:ut,isTypedArray:gt,isFileList:it,forEach:$,merge:Y,extend:mt,trim:ht,stripBOM:yt,inherits:bt,toFlatObject:wt,kindOf:J,kindOfTest:O,endsWith:St,toArray:Et,forEachEntry:Rt,matchAll:Tt,isHTMLForm:Ot,hasOwnProperty:ge,hasOwnProp:ge,reduceDescriptors:Re,freezeMethods:Pt,toObjectSet:Ct,toCamelCase:At,noop:xt,toFiniteNumber:Bt,findKey:we,global:Se,isContextDefined:Ee,ALPHABET:Oe,generateString:Ft,isSpecCompliantForm:Lt,toJSONObject:_t,isAsyncFn:kt,isThenable:e=>e&&(V(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 Ae=h.prototype,Ne={};["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=>{Ne[e]={value:e}}),Object.defineProperties(h,Ne),Object.defineProperty(Ae,"isAxiosError",{value:!0}),h.from=(e,t,n,r,s,o)=>{const i=Object.create(Ae);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 te(e){return a.isPlainObject(e)||a.isArray(e)}function Pe(e){return a.endsWith(e,"[]")?e.slice(0,-2):e}function Ce(e,t,n){return e?e.concat(t).map(function(s,o){return s=Pe(s),!n&&o?"["+s+"]":s}).join(n?".":""):t}function Ut(e){return a.isArray(e)&&!e.some(te)}const qt=a.toFlatObject(a,{},null,function(t){return/^is[A-Z]/.test(t)});function G(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)&&Ut(p)||(a.isFileList(p)||a.endsWith(m,"[]"))&&(g=a.toArray(p)))return m=Pe(m),g.forEach(function(w,M){!(a.isUndefined(w)||w===null)&&t.append(i===!0?Ce([m],M,o):i===null?m:m+"[]",l(w))}),!1}return te(p)?!0:(t.append(Ce(E,m,o),l(p)),!1)}const d=[],b=Object.assign(qt,{defaultVisitor:u,convertValue:l,isVisitable:te});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 ne(e,t){this._pairs=[],e&&G(e,this,t)}const Be=ne.prototype;Be.append=function(t,n){this._pairs.push([t,n])},Be.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 jt(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||jt,s=n&&n.serialize;let o;if(s?o=s(t,n):o=a.isURLSearchParams(t)?t.toString():new ne(t,n).toString(r),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class Le{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 _e={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},$t={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:ne,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},re=typeof window<"u"&&typeof document<"u",It=(e=>re&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),Ht=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Mt=re&&window.location.href||"http://localhost",A={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:re,hasStandardBrowserEnv:It,hasStandardBrowserWebWorkerEnv:Ht,origin:Mt},Symbol.toStringTag,{value:"Module"})),...$t};function Jt(e,t){return G(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 Vt(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 ke(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]=Vt(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 Kt(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:_e,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(ke(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 Jt(t,this.formSerializer).toString();if((c=a.isFileList(t))||r.indexOf("multipart/form-data")>-1){const f=this.env&&this.env.FormData;return G(c?{"files[]":t}:t,f&&new f,this.formSerializer)}}return o||s?(n.setContentType("application/json",!1),Kt(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 Gt=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"]),Wt=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]&&Gt[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 H(e){return e&&String(e).trim().toLowerCase()}function W(e){return e===!1||e==null?e:a.isArray(e)?e.map(W):String(e)}function vt(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 Qt=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function se(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 Xt(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function Zt(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=H(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]=W(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())&&!Qt(t))i(Wt(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=H(t),t){const r=a.findKey(this,t);if(r){const s=this[r];if(!n)return s;if(n===!0)return vt(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=H(t),t){const r=a.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||se(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let s=!1;function o(i){if(i=H(i),i){const c=a.findKey(r,i);c&&(!n||se(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||se(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]=W(s),delete n[o];return}const c=t?Xt(o):String(o).trim();c!==o&&delete n[o],n[c]=W(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=H(i);r[c]||(Zt(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 oe(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 Ue(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 qe(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 Yt(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function en(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 tn(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 v=(e,t,n=3)=>{let r=0;const s=en(50,250);return tn(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)},nn=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}}(),rn=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 sn(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function on(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function je(e,t){return e&&!sn(t)?on(e,t):t}const $e=e=>e instanceof R?{...e}:e;function B(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($e(l),$e(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=B({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:s,xsrfCookieName:o,headers:i,auth:c}=t;t.headers=i=R.from(i),t.url=Fe(je(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&&nn(t.url))){const l=s&&o&&rn.read(o);l&&i.set(s,l)}return t},an=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};qe(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||_e;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",v(s.onDownloadProgress,!0)),typeof s.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",v(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=Yt(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)})},cn=(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}]},un=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},ln=async function*(e,t,n){for await(const r of e)yield*un(ArrayBuffer.isView(r)?r:await n(String(r)),t)},He=(e,t,n,r,s)=>{const o=ln(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})},Me=(e,t)=>{const n=e!=null;return r=>setTimeout(()=>t({lengthComputable:n,total:e,loaded:r}))},Q=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Je=Q&&typeof ReadableStream=="function",ie=Q&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),fn=Je&&(()=>{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,ae=Je&&!!(()=>{try{return a.isReadableStream(new Response("").body)}catch{}})(),X={stream:ae&&(e=>e.body)};Q&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!X[t]&&(X[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 dn=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 ie(e)).byteLength},pn=async(e,t)=>{const n=a.toFiniteNumber(e.getContentLength());return n??dn(t)},ce={http:Dt,xhr:an,fetch:Q&&(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?cn([s,o],i):[],m,E;const g=()=>{!m&&setTimeout(()=>{y&&y.unsubscribe()}),m=!0};let P;try{if(f&&fn&&n!=="get"&&n!=="head"&&(P=await pn(u,r))!==0){let x=new Request(t,{method:"POST",body:r,duplex:"half"}),U;a.isFormData(r)&&(U=x.headers.get("content-type"))&&u.setContentType(U),x.body&&(r=He(x.body,ze,Me(P,v(f)),null,ie))}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 M=ae&&(l==="stream"||l==="response");if(ae&&(c||M)){const x={};["status","statusText","headers"].forEach(Ze=>{x[Ze]=w[Ze]});const U=a.toFiniteNumber(w.headers.get("content-length"));w=new Response(He(w.body,ze,c&&Me(U,v(c,!0)),M&&g,ie),x)}l=l||"text";let _n=await X[a.findKey(X,l)||"text"](w,e);return!M&&g(),p&&p(),await new Promise((x,U)=>{qe(x,U,{data:_n,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(ce,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Ve=e=>`- ${e}`,hn=e=>a.isFunction(e)||e===null||e===!1,Ke={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,!hn(n)&&(r=ce[(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(Ve).join(`
5
- `):" "+Ve(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:ce};function ue(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new k(null,e)}function Ge(e){return ue(e),e.headers=R.from(e.headers),e.data=oe.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Ke.getAdapter(e.adapter||$.adapter)(e).then(function(r){return ue(e),r.data=oe.call(e,e.transformResponse,r),r.headers=R.from(r.headers),r},function(r){return Ue(r)||(ue(e),r&&r.response&&(r.response.data=oe.call(e,e.transformResponse,r.response),r.response.headers=R.from(r.response.headers))),Promise.reject(r)})}const We="1.7.2",le={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{le[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const ve={};le.transitional=function(t,n,r){function s(o,i){return"[Axios v"+We+"] 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&&!ve[i]&&(ve[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 mn(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],l=c===void 0||i(c,o,e);if(l!==!0)throw new h("option "+o+" must be "+l,h.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new h("Unknown option "+o,h.ERR_BAD_OPTION)}}const fe={assertOptions:mn,validators:le},P=fe.validators;class F{constructor(t){this.defaults=t,this.interceptors={request:new Le,response:new Le}}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=B(this.defaults,n);const{transitional:r,paramsSerializer:s,headers:o}=n;r!==void 0&&fe.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}:fe.assertOptions(s,{encode:P.function,serialize:P.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 l=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(n)===!1||(l=l&&m.synchronous,c.unshift(m.fulfilled,m.rejected))});const f=[];this.interceptors.response.forEach(function(m){f.push(m.fulfilled,m.rejected)});let u,d=0,b;if(!l){const p=[Ge.bind(this),void 0];for(p.unshift.apply(p,c),p.push.apply(p,f),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=Ge.call(this,y)}catch(p){return Promise.reject(p)}for(d=0,b=f.length;d<b;)u=u.then(f[d++],f[d++]);return u}getUri(t){t=B(this.defaults,t);const n=je(t.baseURL,t.url);return Fe(n,t.params,t.paramsSerializer)}}a.forEach(["delete","get","head","options"],function(t){F.prototype[t]=function(n,r){return this.request(B(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(B(c||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}F.prototype[t]=n(),F.prototype[t+"Form"]=n(!0)});class de{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 k(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 de(function(s){t=s}),cancel:t}}}function yn(e){return function(n){return e.apply(null,n)}}function bn(e){return a.isObject(e)&&e.isAxiosError===!0}const pe={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(pe).forEach(([e,t])=>{pe[t]=e});function Qe(e){const t=new F(e),n=L(F.prototype.request,t);return a.extend(n,F.prototype,t,{allOwnKeys:!0}),a.extend(n,t,null,{allOwnKeys:!0}),n.create=function(s){return Qe(B(e,s))},n}const S=Qe($);S.Axios=F,S.CanceledError=k,S.CancelToken=de,S.isCancel=Ue,S.VERSION=We,S.toFormData=G,S.AxiosError=h,S.Cancel=S.CanceledError,S.all=function(t){return Promise.all(t)},S.spread=yn,S.isAxiosError=bn,S.mergeConfig=B,S.AxiosHeaders=R,S.formToJSON=e=>ke(a.isHTMLForm(e)?new FormData(e):e),S.getAdapter=Ke.getAdapter,S.HttpStatusCode=pe,S.default=S;const C=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(l,f)=>{const u=`${s}/${r}/${n}${l}`,d={"Content-Type":(f==null?void 0:f.contentType)||"application/json",apiVersion:n,Authorization:""};localStorage.getItem("accessToken")&&(d.Authorization="Bearer "+localStorage.getItem("accessToken"));const b={method:(f==null?void 0:f.method)||"GET",headers:d,url:u,data:f==null?void 0:f.data,responseType:f==null?void 0:f.responseType};return await t.request(b)}}},wn="cep";function Sn(e){const t=C(e);function n(r){return t.request(`/${wn}`,{method:"POST",data:JSON.stringify(r)})}return{getAddress:n}}const Xe="auth",En=e=>{const t=C(e);return{postLogin:async s=>{var i;const o=await t.request(`/${Xe}/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(`/${Xe}?code=${s}`,{method:"GET",data:""})}},gn="digital",Rn=e=>{const t=C(e);return{getBroker:()=>t.request(`/${gn}/getBroker`,{method:"GET",data:""})}},Tn="data",On=e=>{const t=C(e);return{postData:async r=>await t.request(`/${Tn}`,{method:"POST",data:JSON.stringify(r)})}},he="payment",An=e=>{const t=C(e);return{postPayment:o=>t.request(`/${he}`,{method:"POST",data:JSON.stringify(o)}),getPaymentStatus:o=>t.request(`/${he}/status?policyId=${o.policyId}`,{method:"GET",data:""}),getPaymentSummary:o=>t.request(`/${he}/summary?policyId=${o.policyId}`,{method:"GET",data:""})}},me="product/action",Nn=e=>{const t=C(e);return{getCnpjStatus:o=>t.request(`/${me}/Custom/CnpjCheck?cnpj=${o}`,{method:"GET",data:""}),getKeyNumber:()=>t.request(`/${me}/Custom/GetKeyNumber`,{method:"GET",data:""}),getProposalNumberByKeyNumber:o=>t.request(`/${me}/Custom/GetProposalNoByKeyNumber?keyNumber=${o.keyNumber}`,{method:"GET",data:""})}},D="quotation",Pn=e=>{const t=C(e);return{postQuickQuote:l=>t.request(`/${D}/QuickQuote`,{method:"POST",data:JSON.stringify(l)}),postFullQuote:l=>t.request(`/${D}/FullQuote`,{method:"POST",data:JSON.stringify(l)}),postBind:l=>t.request(`/${D}/Bind`,{method:"POST",data:JSON.stringify(l)}),getQuotation:l=>t.request(`/${D}?id=${l.policyId}`,{method:"GET",data:""}),getVersions:l=>t.request(`/${D}/versions?policyId=${l.policyId}`,{method:"GET",data:""}),switchSelectedVersion:l=>t.request(`/${D}/switchSelectedVersion?policyId=${l.policyId}&quotationVersionId=${l.quotationVersionId}`,{method:"POST",data:JSON.stringify(l)})}},Cn="report",xn=e=>{const t=C(e);return{getReportStream:r=>{const s=new URLSearchParams({policyId:r.policyId,documentType:r.documentType||"certificate",...r.additionalParams});return t.request(`/${Cn}/generate-stream?${s.toString()}`,{method:"GET",data:"",responseType:"blob"})}}};function Bn(e){const t=En(e),n=On(e),r=Pn(e),s=An(e),o=Sn(e),i=Rn(e),c=Nn(e),l=xn(e);return{auth:t,data:n,quotation:r,payment:s,address:o,broker:i,plugin:c,report:l}}return Bn});
5
+ `):" "+Ve(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:ce};function ue(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new k(null,e)}function Ge(e){return ue(e),e.headers=R.from(e.headers),e.data=oe.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Ke.getAdapter(e.adapter||I.adapter)(e).then(function(r){return ue(e),r.data=oe.call(e,e.transformResponse,r),r.headers=R.from(r.headers),r},function(r){return Ue(r)||(ue(e),r&&r.response&&(r.response.data=oe.call(e,e.transformResponse,r.response),r.response.headers=R.from(r.response.headers))),Promise.reject(r)})}const We="1.7.2",le={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{le[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const ve={};le.transitional=function(t,n,r){function s(o,i){return"[Axios v"+We+"] 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&&!ve[i]&&(ve[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 mn(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 fe={assertOptions:mn,validators:le},C=fe.validators;class F{constructor(t){this.defaults=t,this.interceptors={request:new Le,response:new Le}}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=B(this.defaults,n);const{transitional:r,paramsSerializer:s,headers:o}=n;r!==void 0&&fe.assertOptions(r,{silentJSONParsing:C.transitional(C.boolean),forcedJSONParsing:C.transitional(C.boolean),clarifyTimeoutError:C.transitional(C.boolean)},!1),s!=null&&(a.isFunction(s)?n.paramsSerializer={serialize:s}:fe.assertOptions(s,{encode:C.function,serialize:C.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=[Ge.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=Ge.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=B(this.defaults,t);const n=je(t.baseURL,t.url);return Fe(n,t.params,t.paramsSerializer)}}a.forEach(["delete","get","head","options"],function(t){F.prototype[t]=function(n,r){return this.request(B(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(B(c||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}F.prototype[t]=n(),F.prototype[t+"Form"]=n(!0)});class de{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 k(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 de(function(s){t=s}),cancel:t}}}function yn(e){return function(n){return e.apply(null,n)}}function bn(e){return a.isObject(e)&&e.isAxiosError===!0}const pe={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(pe).forEach(([e,t])=>{pe[t]=e});function Qe(e){const t=new F(e),n=L(F.prototype.request,t);return a.extend(n,F.prototype,t,{allOwnKeys:!0}),a.extend(n,t,null,{allOwnKeys:!0}),n.create=function(s){return Qe(B(e,s))},n}const S=Qe(I);S.Axios=F,S.CanceledError=k,S.CancelToken=de,S.isCancel=Ue,S.VERSION=We,S.toFormData=G,S.AxiosError=h,S.Cancel=S.CanceledError,S.all=function(t){return Promise.all(t)},S.spread=yn,S.isAxiosError=bn,S.mergeConfig=B,S.AxiosHeaders=R,S.formToJSON=e=>ke(a.isHTMLForm(e)?new FormData(e):e),S.getAdapter=Ke.getAdapter,S.HttpStatusCode=pe,S.default=S;const N=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)}}},wn="cep";function Sn(e){const t=N(e);function n(r){return t.request(`/${wn}`,{method:"POST",data:JSON.stringify(r)})}return{getAddress:n}}const Xe="auth",En=e=>{const t=N(e);return{postLogin:async s=>{var i;const o=await t.request(`/${Xe}/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(`/${Xe}?code=${s}`,{method:"GET",data:""})}},gn="digital",Rn=e=>{const t=N(e);return{getBroker:()=>t.request(`/${gn}/getBroker`,{method:"GET",data:""})}},Tn="data",On=e=>{const t=N(e);return{postData:async r=>await t.request(`/${Tn}`,{method:"POST",data:JSON.stringify(r)})}},he="payment",An=e=>{const t=N(e);return{postPayment:o=>t.request(`/${he}`,{method:"POST",data:JSON.stringify(o)}),getPaymentStatus:o=>t.request(`/${he}/status?policyId=${o.policyId}`,{method:"GET",data:""}),getPaymentSummary:o=>t.request(`/${he}/summary?policyId=${o.policyId}`,{method:"GET",data:""})}},me="product/action",Nn=e=>{const t=N(e);return{getCnpjStatus:o=>t.request(`/${me}/Custom/CnpjCheck?cnpj=${o}`,{method:"GET",data:""}),getKeyNumber:()=>t.request(`/${me}/Custom/GetKeyNumber`,{method:"GET",data:""}),getProposalNumberByKeyNumber:o=>t.request(`/${me}/Custom/GetProposalNoByKeyNumber?keyNumber=${o.keyNumber}`,{method:"GET",data:""})}},D="quotation",Pn=e=>{const t=N(e);return{postQuickQuote:f=>t.request(`/${D}/QuickQuote`,{method:"POST",data:JSON.stringify(f)}),postFullQuote:f=>t.request(`/${D}/FullQuote`,{method:"POST",data:JSON.stringify(f)}),postBind:f=>t.request(`/${D}/Bind`,{method:"POST",data:JSON.stringify(f)}),getQuotation:f=>t.request(`/${D}?id=${f.policyId}`,{method:"GET",data:""}),getVersions:f=>t.request(`/${D}/versions?policyId=${f.policyId}`,{method:"GET",data:""}),switchSelectedVersion:f=>t.request(`/${D}/switchSelectedVersion?policyId=${f.policyId}&quotationVersionId=${f.quotationVersionId}`,{method:"POST",data:JSON.stringify(f)})}},Cn="report",xn=e=>{const t=N(e);return{getReportStream:r=>{const s=new URLSearchParams({policyId:r.policyId,documentType:r.documentType||"certificate",...r.additionalParams});return t.request(`/${Cn}/generate-stream?${s.toString()}`,{method:"GET",data:"",responseType:"blob"})}}},Bn="SubscriberData",Fn=e=>{const t=N(e);return{getSubscriber:r=>{t.request(`/${Bn}/get-subscriber-data?cnpj=${r}`,{method:"GET",data:""})}}};function Ln(e){const t=En(e),n=On(e),r=Pn(e),s=An(e),o=Sn(e),i=Rn(e),c=Nn(e),f=xn(e),l=Fn(e);return{auth:t,data:n,quotation:r,payment:s,address:o,broker:i,plugin:c,report:f,subscriber:l}}return Ln});