@fuul/sdk 3.3.0 → 3.3.1
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/dist/HttpClient.d.ts.map +1 -1
- package/dist/core.d.ts.map +1 -1
- package/dist/index.mjs +281 -277
- package/dist/index.umd.js +3 -3
- package/package.json +2 -1
package/dist/index.mjs
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
var Ze = Object.defineProperty;
|
|
2
2
|
var et = (e, t, n) => t in e ? Ze(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var S = (e, t, n) => (et(e, typeof t != "symbol" ? t + "" : t, n), n);
|
|
4
|
-
function
|
|
4
|
+
function Ne(e, t) {
|
|
5
5
|
return function() {
|
|
6
6
|
return e.apply(t, arguments);
|
|
7
7
|
};
|
|
8
8
|
}
|
|
9
|
-
const { toString:
|
|
10
|
-
const n =
|
|
9
|
+
const { toString: _e } = Object.prototype, { getPrototypeOf: oe } = Object, ie = ((e) => (t) => {
|
|
10
|
+
const n = _e.call(t);
|
|
11
11
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
12
|
-
})(/* @__PURE__ */ Object.create(null)), O = (e) => (e = e.toLowerCase(), (t) =>
|
|
12
|
+
})(/* @__PURE__ */ Object.create(null)), O = (e) => (e = e.toLowerCase(), (t) => ie(t) === e), v = (e) => (t) => typeof t === e, { isArray: F } = Array, B = v("undefined");
|
|
13
13
|
function tt(e) {
|
|
14
|
-
return e !== null && !
|
|
14
|
+
return e !== null && !B(e) && e.constructor !== null && !B(e.constructor) && P(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
15
15
|
}
|
|
16
|
-
const
|
|
16
|
+
const xe = O("ArrayBuffer");
|
|
17
17
|
function nt(e) {
|
|
18
18
|
let t;
|
|
19
|
-
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer &&
|
|
19
|
+
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && xe(e.buffer), t;
|
|
20
20
|
}
|
|
21
|
-
const rt =
|
|
22
|
-
if (
|
|
21
|
+
const rt = v("string"), P = v("function"), Fe = v("number"), ae = (e) => e !== null && typeof e == "object", st = (e) => e === !0 || e === !1, H = (e) => {
|
|
22
|
+
if (ie(e) !== "object")
|
|
23
23
|
return !1;
|
|
24
|
-
const t =
|
|
24
|
+
const t = oe(e);
|
|
25
25
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
26
|
-
}, ot = O("Date"), it = O("File"), at = O("Blob"), ct = O("FileList"), ut = (e) =>
|
|
26
|
+
}, ot = O("Date"), it = O("File"), at = O("Blob"), ct = O("FileList"), ut = (e) => ae(e) && P(e.pipe), lt = (e) => {
|
|
27
27
|
const t = "[object FormData]";
|
|
28
|
-
return e && (typeof FormData == "function" && e instanceof FormData ||
|
|
28
|
+
return e && (typeof FormData == "function" && e instanceof FormData || _e.call(e) === t || P(e.toString) && e.toString() === t);
|
|
29
29
|
}, ft = O("URLSearchParams"), dt = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
30
|
-
function
|
|
30
|
+
function I(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
31
31
|
if (e === null || typeof e > "u")
|
|
32
32
|
return;
|
|
33
33
|
let r, s;
|
|
34
|
-
if (typeof e != "object" && (e = [e]),
|
|
34
|
+
if (typeof e != "object" && (e = [e]), F(e))
|
|
35
35
|
for (r = 0, s = e.length; r < s; r++)
|
|
36
36
|
t.call(null, e[r], r, e);
|
|
37
37
|
else {
|
|
@@ -41,7 +41,7 @@ function B(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
|
41
41
|
c = i[r], t.call(null, e[c], c, e);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function De(e, t) {
|
|
45
45
|
t = t.toLowerCase();
|
|
46
46
|
const n = Object.keys(e);
|
|
47
47
|
let r = n.length, s;
|
|
@@ -50,18 +50,18 @@ function Fe(e, t) {
|
|
|
50
50
|
return s;
|
|
51
51
|
return null;
|
|
52
52
|
}
|
|
53
|
-
const
|
|
54
|
-
function
|
|
55
|
-
const { caseless: e } =
|
|
56
|
-
const i = e &&
|
|
57
|
-
|
|
53
|
+
const Ue = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global)(), Le = (e) => !B(e) && e !== Ue;
|
|
54
|
+
function ee() {
|
|
55
|
+
const { caseless: e } = Le(this) && this || {}, t = {}, n = (r, s) => {
|
|
56
|
+
const i = e && De(t, s) || s;
|
|
57
|
+
H(t[i]) && H(r) ? t[i] = ee(t[i], r) : H(r) ? t[i] = ee({}, r) : F(r) ? t[i] = r.slice() : t[i] = r;
|
|
58
58
|
};
|
|
59
59
|
for (let r = 0, s = arguments.length; r < s; r++)
|
|
60
|
-
arguments[r] &&
|
|
60
|
+
arguments[r] && I(arguments[r], n);
|
|
61
61
|
return t;
|
|
62
62
|
}
|
|
63
|
-
const ht = (e, t, n, { allOwnKeys: r } = {}) => (
|
|
64
|
-
n && P(s) ? e[i] =
|
|
63
|
+
const ht = (e, t, n, { allOwnKeys: r } = {}) => (I(t, (s, i) => {
|
|
64
|
+
n && P(s) ? e[i] = Ne(s, n) : e[i] = s;
|
|
65
65
|
}, { allOwnKeys: r }), e), pt = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), mt = (e, t, n, r) => {
|
|
66
66
|
e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
67
67
|
value: t.prototype
|
|
@@ -74,7 +74,7 @@ const ht = (e, t, n, { allOwnKeys: r } = {}) => (B(t, (s, i) => {
|
|
|
74
74
|
do {
|
|
75
75
|
for (s = Object.getOwnPropertyNames(e), i = s.length; i-- > 0; )
|
|
76
76
|
o = s[i], (!r || r(o, e, t)) && !c[o] && (t[o] = e[o], c[o] = !0);
|
|
77
|
-
e = n !== !1 &&
|
|
77
|
+
e = n !== !1 && oe(e);
|
|
78
78
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
|
79
79
|
return t;
|
|
80
80
|
}, wt = (e, t, n) => {
|
|
@@ -84,16 +84,16 @@ const ht = (e, t, n, { allOwnKeys: r } = {}) => (B(t, (s, i) => {
|
|
|
84
84
|
}, Et = (e) => {
|
|
85
85
|
if (!e)
|
|
86
86
|
return null;
|
|
87
|
-
if (
|
|
87
|
+
if (F(e))
|
|
88
88
|
return e;
|
|
89
89
|
let t = e.length;
|
|
90
|
-
if (!
|
|
90
|
+
if (!Fe(t))
|
|
91
91
|
return null;
|
|
92
92
|
const n = new Array(t);
|
|
93
93
|
for (; t-- > 0; )
|
|
94
94
|
n[t] = e[t];
|
|
95
95
|
return n;
|
|
96
|
-
}, gt = ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" &&
|
|
96
|
+
}, gt = ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && oe(Uint8Array)), St = (e, t) => {
|
|
97
97
|
const r = (e && e[Symbol.iterator]).call(e);
|
|
98
98
|
let s;
|
|
99
99
|
for (; (s = r.next()) && !s.done; ) {
|
|
@@ -111,13 +111,13 @@ const ht = (e, t, n, { allOwnKeys: r } = {}) => (B(t, (s, i) => {
|
|
|
111
111
|
function(n, r, s) {
|
|
112
112
|
return r.toUpperCase() + s;
|
|
113
113
|
}
|
|
114
|
-
),
|
|
114
|
+
), he = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Ot = O("RegExp"), Be = (e, t) => {
|
|
115
115
|
const n = Object.getOwnPropertyDescriptors(e), r = {};
|
|
116
|
-
|
|
116
|
+
I(n, (s, i) => {
|
|
117
117
|
t(s, i, e) !== !1 && (r[i] = s);
|
|
118
118
|
}), Object.defineProperties(e, r);
|
|
119
119
|
}, Ct = (e) => {
|
|
120
|
-
|
|
120
|
+
Be(e, (t, n) => {
|
|
121
121
|
if (P(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
|
122
122
|
return !1;
|
|
123
123
|
const r = e[n];
|
|
@@ -137,13 +137,13 @@ const ht = (e, t, n, { allOwnKeys: r } = {}) => (B(t, (s, i) => {
|
|
|
137
137
|
n[i] = !0;
|
|
138
138
|
});
|
|
139
139
|
};
|
|
140
|
-
return
|
|
140
|
+
return F(e) ? r(e) : r(String(e).split(t)), n;
|
|
141
141
|
}, Pt = () => {
|
|
142
|
-
}, Nt = (e, t) => (e = +e, Number.isFinite(e) ? e : t),
|
|
143
|
-
DIGIT:
|
|
144
|
-
ALPHA:
|
|
145
|
-
ALPHA_DIGIT:
|
|
146
|
-
}, _t = (e = 16, t =
|
|
142
|
+
}, Nt = (e, t) => (e = +e, Number.isFinite(e) ? e : t), G = "abcdefghijklmnopqrstuvwxyz", pe = "0123456789", Ie = {
|
|
143
|
+
DIGIT: pe,
|
|
144
|
+
ALPHA: G,
|
|
145
|
+
ALPHA_DIGIT: G + G.toUpperCase() + pe
|
|
146
|
+
}, _t = (e = 16, t = Ie.ALPHA_DIGIT) => {
|
|
147
147
|
let n = "";
|
|
148
148
|
const { length: r } = t;
|
|
149
149
|
for (; e--; )
|
|
@@ -155,15 +155,15 @@ function xt(e) {
|
|
|
155
155
|
}
|
|
156
156
|
const Ft = (e) => {
|
|
157
157
|
const t = new Array(10), n = (r, s) => {
|
|
158
|
-
if (
|
|
158
|
+
if (ae(r)) {
|
|
159
159
|
if (t.indexOf(r) >= 0)
|
|
160
160
|
return;
|
|
161
161
|
if (!("toJSON" in r)) {
|
|
162
162
|
t[s] = r;
|
|
163
|
-
const i =
|
|
164
|
-
return
|
|
163
|
+
const i = F(r) ? [] : {};
|
|
164
|
+
return I(r, (o, c) => {
|
|
165
165
|
const d = n(o, s + 1);
|
|
166
|
-
!
|
|
166
|
+
!B(d) && (i[c] = d);
|
|
167
167
|
}), t[s] = void 0, i;
|
|
168
168
|
}
|
|
169
169
|
}
|
|
@@ -171,17 +171,17 @@ const Ft = (e) => {
|
|
|
171
171
|
};
|
|
172
172
|
return n(e, 0);
|
|
173
173
|
}, a = {
|
|
174
|
-
isArray:
|
|
175
|
-
isArrayBuffer:
|
|
174
|
+
isArray: F,
|
|
175
|
+
isArrayBuffer: xe,
|
|
176
176
|
isBuffer: tt,
|
|
177
177
|
isFormData: lt,
|
|
178
178
|
isArrayBufferView: nt,
|
|
179
179
|
isString: rt,
|
|
180
|
-
isNumber:
|
|
180
|
+
isNumber: Fe,
|
|
181
181
|
isBoolean: st,
|
|
182
|
-
isObject:
|
|
183
|
-
isPlainObject:
|
|
184
|
-
isUndefined:
|
|
182
|
+
isObject: ae,
|
|
183
|
+
isPlainObject: H,
|
|
184
|
+
isUndefined: B,
|
|
185
185
|
isDate: ot,
|
|
186
186
|
isFile: it,
|
|
187
187
|
isBlob: at,
|
|
@@ -191,33 +191,33 @@ const Ft = (e) => {
|
|
|
191
191
|
isURLSearchParams: ft,
|
|
192
192
|
isTypedArray: gt,
|
|
193
193
|
isFileList: ct,
|
|
194
|
-
forEach:
|
|
195
|
-
merge:
|
|
194
|
+
forEach: I,
|
|
195
|
+
merge: ee,
|
|
196
196
|
extend: ht,
|
|
197
197
|
trim: dt,
|
|
198
198
|
stripBOM: pt,
|
|
199
199
|
inherits: mt,
|
|
200
200
|
toFlatObject: yt,
|
|
201
|
-
kindOf:
|
|
201
|
+
kindOf: ie,
|
|
202
202
|
kindOfTest: O,
|
|
203
203
|
endsWith: wt,
|
|
204
204
|
toArray: Et,
|
|
205
205
|
forEachEntry: St,
|
|
206
206
|
matchAll: bt,
|
|
207
207
|
isHTMLForm: At,
|
|
208
|
-
hasOwnProperty:
|
|
209
|
-
hasOwnProp:
|
|
208
|
+
hasOwnProperty: he,
|
|
209
|
+
hasOwnProp: he,
|
|
210
210
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
211
|
-
reduceDescriptors:
|
|
211
|
+
reduceDescriptors: Be,
|
|
212
212
|
freezeMethods: Ct,
|
|
213
213
|
toObjectSet: Tt,
|
|
214
214
|
toCamelCase: Rt,
|
|
215
215
|
noop: Pt,
|
|
216
216
|
toFiniteNumber: Nt,
|
|
217
|
-
findKey:
|
|
218
|
-
global:
|
|
219
|
-
isContextDefined:
|
|
220
|
-
ALPHABET:
|
|
217
|
+
findKey: De,
|
|
218
|
+
global: Ue,
|
|
219
|
+
isContextDefined: Le,
|
|
220
|
+
ALPHABET: Ie,
|
|
221
221
|
generateString: _t,
|
|
222
222
|
isSpecCompliantForm: xt,
|
|
223
223
|
toJSONObject: Ft
|
|
@@ -246,7 +246,7 @@ a.inherits(m, Error, {
|
|
|
246
246
|
};
|
|
247
247
|
}
|
|
248
248
|
});
|
|
249
|
-
const
|
|
249
|
+
const ke = m.prototype, je = {};
|
|
250
250
|
[
|
|
251
251
|
"ERR_BAD_OPTION_VALUE",
|
|
252
252
|
"ERR_BAD_OPTION",
|
|
@@ -262,30 +262,30 @@ const Ie = m.prototype, ke = {};
|
|
|
262
262
|
"ERR_INVALID_URL"
|
|
263
263
|
// eslint-disable-next-line func-names
|
|
264
264
|
].forEach((e) => {
|
|
265
|
-
|
|
265
|
+
je[e] = { value: e };
|
|
266
266
|
});
|
|
267
|
-
Object.defineProperties(m,
|
|
268
|
-
Object.defineProperty(
|
|
267
|
+
Object.defineProperties(m, je);
|
|
268
|
+
Object.defineProperty(ke, "isAxiosError", { value: !0 });
|
|
269
269
|
m.from = (e, t, n, r, s, i) => {
|
|
270
|
-
const o = Object.create(
|
|
270
|
+
const o = Object.create(ke);
|
|
271
271
|
return a.toFlatObject(e, o, function(d) {
|
|
272
272
|
return d !== Error.prototype;
|
|
273
273
|
}, (c) => c !== "isAxiosError"), m.call(o, e.message, t, n, r, s), o.cause = e, o.name = e.name, i && Object.assign(o, i), o;
|
|
274
274
|
};
|
|
275
275
|
const Dt = null;
|
|
276
|
-
function
|
|
276
|
+
function te(e) {
|
|
277
277
|
return a.isPlainObject(e) || a.isArray(e);
|
|
278
278
|
}
|
|
279
|
-
function
|
|
279
|
+
function qe(e) {
|
|
280
280
|
return a.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
281
281
|
}
|
|
282
|
-
function
|
|
282
|
+
function me(e, t, n) {
|
|
283
283
|
return e ? e.concat(t).map(function(s, i) {
|
|
284
|
-
return s =
|
|
284
|
+
return s = qe(s), !n && i ? "[" + s + "]" : s;
|
|
285
285
|
}).join(n ? "." : "") : t;
|
|
286
286
|
}
|
|
287
287
|
function Ut(e) {
|
|
288
|
-
return a.isArray(e) && !e.some(
|
|
288
|
+
return a.isArray(e) && !e.some(te);
|
|
289
289
|
}
|
|
290
290
|
const Lt = a.toFlatObject(a, {}, null, function(t) {
|
|
291
291
|
return /^is[A-Z]/.test(t);
|
|
@@ -318,33 +318,33 @@ function J(e, t, n) {
|
|
|
318
318
|
if (a.endsWith(p, "{}"))
|
|
319
319
|
p = r ? p : p.slice(0, -2), f = JSON.stringify(f);
|
|
320
320
|
else if (a.isArray(f) && Ut(f) || (a.isFileList(f) || a.endsWith(p, "[]")) && (g = a.toArray(f)))
|
|
321
|
-
return p =
|
|
322
|
-
!(a.isUndefined(
|
|
321
|
+
return p = qe(p), g.forEach(function(j, Qe) {
|
|
322
|
+
!(a.isUndefined(j) || j === null) && t.append(
|
|
323
323
|
// eslint-disable-next-line no-nested-ternary
|
|
324
|
-
o === !0 ?
|
|
325
|
-
u(
|
|
324
|
+
o === !0 ? me([p], Qe, i) : o === null ? p : p + "[]",
|
|
325
|
+
u(j)
|
|
326
326
|
);
|
|
327
327
|
}), !1;
|
|
328
328
|
}
|
|
329
|
-
return
|
|
329
|
+
return te(f) ? !0 : (t.append(me(A, p, i), u(f)), !1);
|
|
330
330
|
}
|
|
331
331
|
const h = [], E = Object.assign(Lt, {
|
|
332
332
|
defaultVisitor: l,
|
|
333
333
|
convertValue: u,
|
|
334
|
-
isVisitable:
|
|
334
|
+
isVisitable: te
|
|
335
335
|
});
|
|
336
336
|
function y(f, p) {
|
|
337
337
|
if (!a.isUndefined(f)) {
|
|
338
338
|
if (h.indexOf(f) !== -1)
|
|
339
339
|
throw Error("Circular reference detected in " + p.join("."));
|
|
340
|
-
h.push(f), a.forEach(f, function(g,
|
|
340
|
+
h.push(f), a.forEach(f, function(g, _) {
|
|
341
341
|
(!(a.isUndefined(g) || g === null) && s.call(
|
|
342
342
|
t,
|
|
343
343
|
g,
|
|
344
|
-
a.isString(
|
|
344
|
+
a.isString(_) ? _.trim() : _,
|
|
345
345
|
p,
|
|
346
346
|
E
|
|
347
|
-
)) === !0 && y(g, p ? p.concat(
|
|
347
|
+
)) === !0 && y(g, p ? p.concat(_) : [_]);
|
|
348
348
|
}), h.pop();
|
|
349
349
|
}
|
|
350
350
|
}
|
|
@@ -352,7 +352,7 @@ function J(e, t, n) {
|
|
|
352
352
|
throw new TypeError("data must be an object");
|
|
353
353
|
return y(e), t;
|
|
354
354
|
}
|
|
355
|
-
function
|
|
355
|
+
function ye(e) {
|
|
356
356
|
const t = {
|
|
357
357
|
"!": "%21",
|
|
358
358
|
"'": "%27",
|
|
@@ -366,17 +366,17 @@ function me(e) {
|
|
|
366
366
|
return t[r];
|
|
367
367
|
});
|
|
368
368
|
}
|
|
369
|
-
function
|
|
369
|
+
function ce(e, t) {
|
|
370
370
|
this._pairs = [], e && J(e, this, t);
|
|
371
371
|
}
|
|
372
|
-
const
|
|
373
|
-
|
|
372
|
+
const He = ce.prototype;
|
|
373
|
+
He.append = function(t, n) {
|
|
374
374
|
this._pairs.push([t, n]);
|
|
375
375
|
};
|
|
376
|
-
|
|
376
|
+
He.toString = function(t) {
|
|
377
377
|
const n = t ? function(r) {
|
|
378
|
-
return t.call(this, r,
|
|
379
|
-
} :
|
|
378
|
+
return t.call(this, r, ye);
|
|
379
|
+
} : ye;
|
|
380
380
|
return this._pairs.map(function(s) {
|
|
381
381
|
return n(s[0]) + "=" + n(s[1]);
|
|
382
382
|
}, "").join("&");
|
|
@@ -384,12 +384,12 @@ qe.toString = function(t) {
|
|
|
384
384
|
function Bt(e) {
|
|
385
385
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
386
386
|
}
|
|
387
|
-
function
|
|
387
|
+
function $e(e, t, n) {
|
|
388
388
|
if (!t)
|
|
389
389
|
return e;
|
|
390
390
|
const r = n && n.encode || Bt, s = n && n.serialize;
|
|
391
391
|
let i;
|
|
392
|
-
if (s ? i = s(t, n) : i = a.isURLSearchParams(t) ? t.toString() : new
|
|
392
|
+
if (s ? i = s(t, n) : i = a.isURLSearchParams(t) ? t.toString() : new ce(t, n).toString(r), i) {
|
|
393
393
|
const o = e.indexOf("#");
|
|
394
394
|
o !== -1 && (e = e.slice(0, o)), e += (e.indexOf("?") === -1 ? "?" : "&") + i;
|
|
395
395
|
}
|
|
@@ -449,11 +449,11 @@ class It {
|
|
|
449
449
|
});
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
|
-
const
|
|
452
|
+
const we = It, ze = {
|
|
453
453
|
silentJSONParsing: !0,
|
|
454
454
|
forcedJSONParsing: !0,
|
|
455
455
|
clarifyTimeoutError: !1
|
|
456
|
-
}, kt = typeof URLSearchParams < "u" ? URLSearchParams :
|
|
456
|
+
}, kt = typeof URLSearchParams < "u" ? URLSearchParams : ce, jt = typeof FormData < "u" ? FormData : null, qt = typeof Blob < "u" ? Blob : null, Ht = (() => {
|
|
457
457
|
let e;
|
|
458
458
|
return typeof navigator < "u" && ((e = navigator.product) === "ReactNative" || e === "NativeScript" || e === "NS") ? !1 : typeof window < "u" && typeof document < "u";
|
|
459
459
|
})(), $t = (() => typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
@@ -487,7 +487,7 @@ function Kt(e) {
|
|
|
487
487
|
i = n[r], t[i] = e[i];
|
|
488
488
|
return t;
|
|
489
489
|
}
|
|
490
|
-
function
|
|
490
|
+
function Ve(e) {
|
|
491
491
|
function t(n, r, s, i) {
|
|
492
492
|
let o = n[i++];
|
|
493
493
|
const c = Number.isFinite(+o), d = i >= n.length;
|
|
@@ -501,10 +501,10 @@ function ze(e) {
|
|
|
501
501
|
}
|
|
502
502
|
return null;
|
|
503
503
|
}
|
|
504
|
-
const
|
|
504
|
+
const vt = {
|
|
505
505
|
"Content-Type": void 0
|
|
506
506
|
};
|
|
507
|
-
function
|
|
507
|
+
function Jt(e, t, n) {
|
|
508
508
|
if (a.isString(e))
|
|
509
509
|
try {
|
|
510
510
|
return (t || JSON.parse)(e), a.trim(e);
|
|
@@ -514,13 +514,13 @@ function vt(e, t, n) {
|
|
|
514
514
|
}
|
|
515
515
|
return (n || JSON.stringify)(e);
|
|
516
516
|
}
|
|
517
|
-
const
|
|
518
|
-
transitional:
|
|
517
|
+
const M = {
|
|
518
|
+
transitional: ze,
|
|
519
519
|
adapter: ["xhr", "http"],
|
|
520
520
|
transformRequest: [function(t, n) {
|
|
521
521
|
const r = n.getContentType() || "", s = r.indexOf("application/json") > -1, i = a.isObject(t);
|
|
522
522
|
if (i && a.isHTMLForm(t) && (t = new FormData(t)), a.isFormData(t))
|
|
523
|
-
return s && s ? JSON.stringify(
|
|
523
|
+
return s && s ? JSON.stringify(Ve(t)) : t;
|
|
524
524
|
if (a.isArrayBuffer(t) || a.isBuffer(t) || a.isStream(t) || a.isFile(t) || a.isBlob(t))
|
|
525
525
|
return t;
|
|
526
526
|
if (a.isArrayBufferView(t))
|
|
@@ -540,10 +540,10 @@ const v = {
|
|
|
540
540
|
);
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
|
-
return i || s ? (n.setContentType("application/json", !1),
|
|
543
|
+
return i || s ? (n.setContentType("application/json", !1), Jt(t)) : t;
|
|
544
544
|
}],
|
|
545
545
|
transformResponse: [function(t) {
|
|
546
|
-
const n = this.transitional ||
|
|
546
|
+
const n = this.transitional || M.transitional, r = n && n.forcedJSONParsing, s = this.responseType === "json";
|
|
547
547
|
if (t && a.isString(t) && (r && !this.responseType || s)) {
|
|
548
548
|
const o = !(n && n.silentJSONParsing) && s;
|
|
549
549
|
try {
|
|
@@ -578,12 +578,12 @@ const v = {
|
|
|
578
578
|
}
|
|
579
579
|
};
|
|
580
580
|
a.forEach(["delete", "get", "head"], function(t) {
|
|
581
|
-
|
|
581
|
+
M.headers[t] = {};
|
|
582
582
|
});
|
|
583
583
|
a.forEach(["post", "put", "patch"], function(t) {
|
|
584
|
-
|
|
584
|
+
M.headers[t] = a.merge(vt);
|
|
585
585
|
});
|
|
586
|
-
const
|
|
586
|
+
const ue = M, Mt = a.toObjectSet([
|
|
587
587
|
"age",
|
|
588
588
|
"authorization",
|
|
589
589
|
"content-length",
|
|
@@ -608,12 +608,12 @@ const ce = v, Mt = a.toObjectSet([
|
|
|
608
608
|
`).forEach(function(o) {
|
|
609
609
|
s = o.indexOf(":"), n = o.substring(0, s).trim().toLowerCase(), r = o.substring(s + 1).trim(), !(!n || t[n] && Mt[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
|
|
610
610
|
}), t;
|
|
611
|
-
},
|
|
612
|
-
function
|
|
611
|
+
}, Ee = Symbol("internals");
|
|
612
|
+
function U(e) {
|
|
613
613
|
return e && String(e).trim().toLowerCase();
|
|
614
614
|
}
|
|
615
|
-
function
|
|
616
|
-
return e === !1 || e == null ? e : a.isArray(e) ? e.map(
|
|
615
|
+
function $(e) {
|
|
616
|
+
return e === !1 || e == null ? e : a.isArray(e) ? e.map($) : String(e);
|
|
617
617
|
}
|
|
618
618
|
function Gt(e) {
|
|
619
619
|
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
@@ -625,7 +625,7 @@ function Gt(e) {
|
|
|
625
625
|
function Xt(e) {
|
|
626
626
|
return /^[-_a-zA-Z]+$/.test(e.trim());
|
|
627
627
|
}
|
|
628
|
-
function
|
|
628
|
+
function X(e, t, n, r, s) {
|
|
629
629
|
if (a.isFunction(r))
|
|
630
630
|
return r.call(this, t, n);
|
|
631
631
|
if (s && (t = n), !!a.isString(t)) {
|
|
@@ -649,24 +649,24 @@ function Qt(e, t) {
|
|
|
649
649
|
});
|
|
650
650
|
});
|
|
651
651
|
}
|
|
652
|
-
let
|
|
652
|
+
let W = class {
|
|
653
653
|
constructor(t) {
|
|
654
654
|
t && this.set(t);
|
|
655
655
|
}
|
|
656
656
|
set(t, n, r) {
|
|
657
657
|
const s = this;
|
|
658
658
|
function i(c, d, u) {
|
|
659
|
-
const l =
|
|
659
|
+
const l = U(d);
|
|
660
660
|
if (!l)
|
|
661
661
|
throw new Error("header name must be a non-empty string");
|
|
662
662
|
const h = a.findKey(s, l);
|
|
663
|
-
(!h || s[h] === void 0 || u === !0 || u === void 0 && s[h] !== !1) && (s[h || d] =
|
|
663
|
+
(!h || s[h] === void 0 || u === !0 || u === void 0 && s[h] !== !1) && (s[h || d] = $(c));
|
|
664
664
|
}
|
|
665
665
|
const o = (c, d) => a.forEach(c, (u, l) => i(u, l, d));
|
|
666
666
|
return a.isPlainObject(t) || t instanceof this.constructor ? o(t, n) : a.isString(t) && (t = t.trim()) && !Xt(t) ? o(Wt(t), n) : t != null && i(n, t, r), this;
|
|
667
667
|
}
|
|
668
668
|
get(t, n) {
|
|
669
|
-
if (t =
|
|
669
|
+
if (t = U(t), t) {
|
|
670
670
|
const r = a.findKey(this, t);
|
|
671
671
|
if (r) {
|
|
672
672
|
const s = this[r];
|
|
@@ -683,9 +683,9 @@ let M = class {
|
|
|
683
683
|
}
|
|
684
684
|
}
|
|
685
685
|
has(t, n) {
|
|
686
|
-
if (t =
|
|
686
|
+
if (t = U(t), t) {
|
|
687
687
|
const r = a.findKey(this, t);
|
|
688
|
-
return !!(r && this[r] !== void 0 && (!n ||
|
|
688
|
+
return !!(r && this[r] !== void 0 && (!n || X(this, this[r], r, n)));
|
|
689
689
|
}
|
|
690
690
|
return !1;
|
|
691
691
|
}
|
|
@@ -693,9 +693,9 @@ let M = class {
|
|
|
693
693
|
const r = this;
|
|
694
694
|
let s = !1;
|
|
695
695
|
function i(o) {
|
|
696
|
-
if (o =
|
|
696
|
+
if (o = U(o), o) {
|
|
697
697
|
const c = a.findKey(r, o);
|
|
698
|
-
c && (!n ||
|
|
698
|
+
c && (!n || X(r, r[c], c, n)) && (delete r[c], s = !0);
|
|
699
699
|
}
|
|
700
700
|
}
|
|
701
701
|
return a.isArray(t) ? t.forEach(i) : i(t), s;
|
|
@@ -705,7 +705,7 @@ let M = class {
|
|
|
705
705
|
let r = n.length, s = !1;
|
|
706
706
|
for (; r--; ) {
|
|
707
707
|
const i = n[r];
|
|
708
|
-
(!t ||
|
|
708
|
+
(!t || X(this, this[i], i, t, !0)) && (delete this[i], s = !0);
|
|
709
709
|
}
|
|
710
710
|
return s;
|
|
711
711
|
}
|
|
@@ -714,11 +714,11 @@ let M = class {
|
|
|
714
714
|
return a.forEach(this, (s, i) => {
|
|
715
715
|
const o = a.findKey(r, i);
|
|
716
716
|
if (o) {
|
|
717
|
-
n[o] =
|
|
717
|
+
n[o] = $(s), delete n[i];
|
|
718
718
|
return;
|
|
719
719
|
}
|
|
720
720
|
const c = t ? Yt(i) : String(i).trim();
|
|
721
|
-
c !== i && delete n[i], n[c] =
|
|
721
|
+
c !== i && delete n[i], n[c] = $(s), r[c] = !0;
|
|
722
722
|
}), this;
|
|
723
723
|
}
|
|
724
724
|
concat(...t) {
|
|
@@ -748,34 +748,34 @@ let M = class {
|
|
|
748
748
|
return n.forEach((s) => r.set(s)), r;
|
|
749
749
|
}
|
|
750
750
|
static accessor(t) {
|
|
751
|
-
const r = (this[
|
|
751
|
+
const r = (this[Ee] = this[Ee] = {
|
|
752
752
|
accessors: {}
|
|
753
753
|
}).accessors, s = this.prototype;
|
|
754
754
|
function i(o) {
|
|
755
|
-
const c =
|
|
755
|
+
const c = U(o);
|
|
756
756
|
r[c] || (Qt(s, o), r[c] = !0);
|
|
757
757
|
}
|
|
758
758
|
return a.isArray(t) ? t.forEach(i) : i(t), this;
|
|
759
759
|
}
|
|
760
760
|
};
|
|
761
|
-
|
|
762
|
-
a.freezeMethods(
|
|
763
|
-
a.freezeMethods(
|
|
764
|
-
const R =
|
|
765
|
-
function
|
|
766
|
-
const n = this ||
|
|
761
|
+
W.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
762
|
+
a.freezeMethods(W.prototype);
|
|
763
|
+
a.freezeMethods(W);
|
|
764
|
+
const R = W;
|
|
765
|
+
function Y(e, t) {
|
|
766
|
+
const n = this || ue, r = t || n, s = R.from(r.headers);
|
|
767
767
|
let i = r.data;
|
|
768
768
|
return a.forEach(e, function(c) {
|
|
769
769
|
i = c.call(n, i, s.normalize(), t ? t.status : void 0);
|
|
770
770
|
}), s.normalize(), i;
|
|
771
771
|
}
|
|
772
|
-
function
|
|
772
|
+
function Ke(e) {
|
|
773
773
|
return !!(e && e.__CANCEL__);
|
|
774
774
|
}
|
|
775
|
-
function
|
|
775
|
+
function k(e, t, n) {
|
|
776
776
|
m.call(this, e ?? "canceled", m.ERR_CANCELED, t, n), this.name = "CanceledError";
|
|
777
777
|
}
|
|
778
|
-
a.inherits(
|
|
778
|
+
a.inherits(k, m, {
|
|
779
779
|
__CANCEL__: !0
|
|
780
780
|
});
|
|
781
781
|
function Zt(e, t, n) {
|
|
@@ -825,7 +825,7 @@ function tn(e) {
|
|
|
825
825
|
function nn(e, t) {
|
|
826
826
|
return t ? e.replace(/\/+$/, "") + "/" + t.replace(/^\/+/, "") : e;
|
|
827
827
|
}
|
|
828
|
-
function
|
|
828
|
+
function ve(e, t) {
|
|
829
829
|
return e && !tn(t) ? nn(e, t) : t;
|
|
830
830
|
}
|
|
831
831
|
const rn = b.isStandardBrowserEnv ? (
|
|
@@ -880,7 +880,7 @@ function on(e, t) {
|
|
|
880
880
|
return y ? Math.round(E * 1e3 / y) : void 0;
|
|
881
881
|
};
|
|
882
882
|
}
|
|
883
|
-
function
|
|
883
|
+
function ge(e, t) {
|
|
884
884
|
let n = 0;
|
|
885
885
|
const r = on(50, 250);
|
|
886
886
|
return (s) => {
|
|
@@ -912,8 +912,8 @@ const an = typeof XMLHttpRequest < "u", cn = an && function(e) {
|
|
|
912
912
|
const y = e.auth.username || "", f = e.auth.password ? unescape(encodeURIComponent(e.auth.password)) : "";
|
|
913
913
|
i.set("Authorization", "Basic " + btoa(y + ":" + f));
|
|
914
914
|
}
|
|
915
|
-
const l =
|
|
916
|
-
u.open(e.method.toUpperCase(),
|
|
915
|
+
const l = ve(e.baseURL, e.url);
|
|
916
|
+
u.open(e.method.toUpperCase(), $e(l, e.params, e.paramsSerializer), !0), u.timeout = e.timeout;
|
|
917
917
|
function h() {
|
|
918
918
|
if (!u)
|
|
919
919
|
return;
|
|
@@ -941,7 +941,7 @@ const an = typeof XMLHttpRequest < "u", cn = an && function(e) {
|
|
|
941
941
|
r(new m("Network Error", m.ERR_NETWORK, e, u)), u = null;
|
|
942
942
|
}, u.ontimeout = function() {
|
|
943
943
|
let f = e.timeout ? "timeout of " + e.timeout + "ms exceeded" : "timeout exceeded";
|
|
944
|
-
const p = e.transitional ||
|
|
944
|
+
const p = e.transitional || ze;
|
|
945
945
|
e.timeoutErrorMessage && (f = e.timeoutErrorMessage), r(new m(
|
|
946
946
|
f,
|
|
947
947
|
p.clarifyTimeoutError ? m.ETIMEDOUT : m.ECONNABORTED,
|
|
@@ -954,8 +954,8 @@ const an = typeof XMLHttpRequest < "u", cn = an && function(e) {
|
|
|
954
954
|
}
|
|
955
955
|
s === void 0 && i.setContentType(null), "setRequestHeader" in u && a.forEach(i.toJSON(), function(f, p) {
|
|
956
956
|
u.setRequestHeader(p, f);
|
|
957
|
-
}), a.isUndefined(e.withCredentials) || (u.withCredentials = !!e.withCredentials), o && o !== "json" && (u.responseType = e.responseType), typeof e.onDownloadProgress == "function" && u.addEventListener("progress",
|
|
958
|
-
u && (r(!y || y.type ? new
|
|
957
|
+
}), a.isUndefined(e.withCredentials) || (u.withCredentials = !!e.withCredentials), o && o !== "json" && (u.responseType = e.responseType), typeof e.onDownloadProgress == "function" && u.addEventListener("progress", ge(e.onDownloadProgress, !0)), typeof e.onUploadProgress == "function" && u.upload && u.upload.addEventListener("progress", ge(e.onUploadProgress)), (e.cancelToken || e.signal) && (c = (y) => {
|
|
958
|
+
u && (r(!y || y.type ? new k(null, e, u) : y), u.abort(), u = null);
|
|
959
959
|
}, e.cancelToken && e.cancelToken.subscribe(c), e.signal && (e.signal.aborted ? c() : e.signal.addEventListener("abort", c)));
|
|
960
960
|
const E = sn(l);
|
|
961
961
|
if (E && b.protocols.indexOf(E) === -1) {
|
|
@@ -964,11 +964,11 @@ const an = typeof XMLHttpRequest < "u", cn = an && function(e) {
|
|
|
964
964
|
}
|
|
965
965
|
u.send(s || null);
|
|
966
966
|
});
|
|
967
|
-
},
|
|
967
|
+
}, z = {
|
|
968
968
|
http: Dt,
|
|
969
969
|
xhr: cn
|
|
970
970
|
};
|
|
971
|
-
a.forEach(
|
|
971
|
+
a.forEach(z, (e, t) => {
|
|
972
972
|
if (e) {
|
|
973
973
|
try {
|
|
974
974
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -982,45 +982,45 @@ const un = {
|
|
|
982
982
|
e = a.isArray(e) ? e : [e];
|
|
983
983
|
const { length: t } = e;
|
|
984
984
|
let n, r;
|
|
985
|
-
for (let s = 0; s < t && (n = e[s], !(r = a.isString(n) ?
|
|
985
|
+
for (let s = 0; s < t && (n = e[s], !(r = a.isString(n) ? z[n.toLowerCase()] : n)); s++)
|
|
986
986
|
;
|
|
987
987
|
if (!r)
|
|
988
988
|
throw r === !1 ? new m(
|
|
989
989
|
`Adapter ${n} is not supported by the environment`,
|
|
990
990
|
"ERR_NOT_SUPPORT"
|
|
991
991
|
) : new Error(
|
|
992
|
-
a.hasOwnProp(
|
|
992
|
+
a.hasOwnProp(z, n) ? `Adapter '${n}' is not available in the build` : `Unknown adapter '${n}'`
|
|
993
993
|
);
|
|
994
994
|
if (!a.isFunction(r))
|
|
995
995
|
throw new TypeError("adapter is not a function");
|
|
996
996
|
return r;
|
|
997
997
|
},
|
|
998
|
-
adapters:
|
|
998
|
+
adapters: z
|
|
999
999
|
};
|
|
1000
|
-
function
|
|
1000
|
+
function Q(e) {
|
|
1001
1001
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
1002
|
-
throw new
|
|
1002
|
+
throw new k(null, e);
|
|
1003
1003
|
}
|
|
1004
|
-
function
|
|
1005
|
-
return
|
|
1004
|
+
function Se(e) {
|
|
1005
|
+
return Q(e), e.headers = R.from(e.headers), e.data = Y.call(
|
|
1006
1006
|
e,
|
|
1007
1007
|
e.transformRequest
|
|
1008
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), un.getAdapter(e.adapter ||
|
|
1009
|
-
return
|
|
1008
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), un.getAdapter(e.adapter || ue.adapter)(e).then(function(r) {
|
|
1009
|
+
return Q(e), r.data = Y.call(
|
|
1010
1010
|
e,
|
|
1011
1011
|
e.transformResponse,
|
|
1012
1012
|
r
|
|
1013
1013
|
), r.headers = R.from(r.headers), r;
|
|
1014
1014
|
}, function(r) {
|
|
1015
|
-
return
|
|
1015
|
+
return Ke(r) || (Q(e), r && r.response && (r.response.data = Y.call(
|
|
1016
1016
|
e,
|
|
1017
1017
|
e.transformResponse,
|
|
1018
1018
|
r.response
|
|
1019
1019
|
), r.response.headers = R.from(r.response.headers))), Promise.reject(r);
|
|
1020
1020
|
});
|
|
1021
1021
|
}
|
|
1022
|
-
const
|
|
1023
|
-
function
|
|
1022
|
+
const be = (e) => e instanceof R ? e.toJSON() : e;
|
|
1023
|
+
function x(e, t) {
|
|
1024
1024
|
t = t || {};
|
|
1025
1025
|
const n = {};
|
|
1026
1026
|
function r(u, l, h) {
|
|
@@ -1078,21 +1078,21 @@ function _(e, t) {
|
|
|
1078
1078
|
socketPath: o,
|
|
1079
1079
|
responseEncoding: o,
|
|
1080
1080
|
validateStatus: c,
|
|
1081
|
-
headers: (u, l) => s(
|
|
1081
|
+
headers: (u, l) => s(be(u), be(l), !0)
|
|
1082
1082
|
};
|
|
1083
1083
|
return a.forEach(Object.keys(e).concat(Object.keys(t)), function(l) {
|
|
1084
1084
|
const h = d[l] || s, E = h(e[l], t[l], l);
|
|
1085
1085
|
a.isUndefined(E) && h !== c || (n[l] = E);
|
|
1086
1086
|
}), n;
|
|
1087
1087
|
}
|
|
1088
|
-
const Je = "1.3.4",
|
|
1088
|
+
const Je = "1.3.4", le = {};
|
|
1089
1089
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
|
|
1090
|
-
|
|
1090
|
+
le[e] = function(r) {
|
|
1091
1091
|
return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
1092
1092
|
};
|
|
1093
1093
|
});
|
|
1094
|
-
const
|
|
1095
|
-
|
|
1094
|
+
const Ae = {};
|
|
1095
|
+
le.transitional = function(t, n, r) {
|
|
1096
1096
|
function s(i, o) {
|
|
1097
1097
|
return "[Axios v" + Je + "] Transitional option '" + i + "'" + o + (r ? ". " + r : "");
|
|
1098
1098
|
}
|
|
@@ -1102,7 +1102,7 @@ ue.transitional = function(t, n, r) {
|
|
|
1102
1102
|
s(o, " has been removed" + (n ? " in " + n : "")),
|
|
1103
1103
|
m.ERR_DEPRECATED
|
|
1104
1104
|
);
|
|
1105
|
-
return n && !
|
|
1105
|
+
return n && !Ae[o] && (Ae[o] = !0, console.warn(
|
|
1106
1106
|
s(
|
|
1107
1107
|
o,
|
|
1108
1108
|
" has been deprecated since v" + n + " and will be removed in the near future"
|
|
@@ -1127,15 +1127,15 @@ function ln(e, t, n) {
|
|
|
1127
1127
|
throw new m("Unknown option " + i, m.ERR_BAD_OPTION);
|
|
1128
1128
|
}
|
|
1129
1129
|
}
|
|
1130
|
-
const
|
|
1130
|
+
const ne = {
|
|
1131
1131
|
assertOptions: ln,
|
|
1132
|
-
validators:
|
|
1133
|
-
}, C =
|
|
1134
|
-
let
|
|
1132
|
+
validators: le
|
|
1133
|
+
}, C = ne.validators;
|
|
1134
|
+
let K = class {
|
|
1135
1135
|
constructor(t) {
|
|
1136
1136
|
this.defaults = t, this.interceptors = {
|
|
1137
|
-
request: new
|
|
1138
|
-
response: new
|
|
1137
|
+
request: new we(),
|
|
1138
|
+
response: new we()
|
|
1139
1139
|
};
|
|
1140
1140
|
}
|
|
1141
1141
|
/**
|
|
@@ -1147,13 +1147,13 @@ let V = class {
|
|
|
1147
1147
|
* @returns {Promise} The Promise to be fulfilled
|
|
1148
1148
|
*/
|
|
1149
1149
|
request(t, n) {
|
|
1150
|
-
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n =
|
|
1150
|
+
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = x(this.defaults, n);
|
|
1151
1151
|
const { transitional: r, paramsSerializer: s, headers: i } = n;
|
|
1152
|
-
r !== void 0 &&
|
|
1152
|
+
r !== void 0 && ne.assertOptions(r, {
|
|
1153
1153
|
silentJSONParsing: C.transitional(C.boolean),
|
|
1154
1154
|
forcedJSONParsing: C.transitional(C.boolean),
|
|
1155
1155
|
clarifyTimeoutError: C.transitional(C.boolean)
|
|
1156
|
-
}, !1), s !== void 0 &&
|
|
1156
|
+
}, !1), s !== void 0 && ne.assertOptions(s, {
|
|
1157
1157
|
encode: C.function,
|
|
1158
1158
|
serialize: C.function
|
|
1159
1159
|
}, !0), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
|
@@ -1178,7 +1178,7 @@ let V = class {
|
|
|
1178
1178
|
});
|
|
1179
1179
|
let l, h = 0, E;
|
|
1180
1180
|
if (!d) {
|
|
1181
|
-
const f = [
|
|
1181
|
+
const f = [Se.bind(this), void 0];
|
|
1182
1182
|
for (f.unshift.apply(f, c), f.push.apply(f, u), E = f.length, l = Promise.resolve(n); h < E; )
|
|
1183
1183
|
l = l.then(f[h++], f[h++]);
|
|
1184
1184
|
return l;
|
|
@@ -1195,7 +1195,7 @@ let V = class {
|
|
|
1195
1195
|
}
|
|
1196
1196
|
}
|
|
1197
1197
|
try {
|
|
1198
|
-
l =
|
|
1198
|
+
l = Se.call(this, y);
|
|
1199
1199
|
} catch (f) {
|
|
1200
1200
|
return Promise.reject(f);
|
|
1201
1201
|
}
|
|
@@ -1204,14 +1204,14 @@ let V = class {
|
|
|
1204
1204
|
return l;
|
|
1205
1205
|
}
|
|
1206
1206
|
getUri(t) {
|
|
1207
|
-
t =
|
|
1208
|
-
const n =
|
|
1209
|
-
return
|
|
1207
|
+
t = x(this.defaults, t);
|
|
1208
|
+
const n = ve(t.baseURL, t.url);
|
|
1209
|
+
return $e(n, t.params, t.paramsSerializer);
|
|
1210
1210
|
}
|
|
1211
1211
|
};
|
|
1212
1212
|
a.forEach(["delete", "get", "head", "options"], function(t) {
|
|
1213
|
-
|
|
1214
|
-
return this.request(
|
|
1213
|
+
K.prototype[t] = function(n, r) {
|
|
1214
|
+
return this.request(x(r || {}, {
|
|
1215
1215
|
method: t,
|
|
1216
1216
|
url: n,
|
|
1217
1217
|
data: (r || {}).data
|
|
@@ -1221,7 +1221,7 @@ a.forEach(["delete", "get", "head", "options"], function(t) {
|
|
|
1221
1221
|
a.forEach(["post", "put", "patch"], function(t) {
|
|
1222
1222
|
function n(r) {
|
|
1223
1223
|
return function(i, o, c) {
|
|
1224
|
-
return this.request(
|
|
1224
|
+
return this.request(x(c || {}, {
|
|
1225
1225
|
method: t,
|
|
1226
1226
|
headers: r ? {
|
|
1227
1227
|
"Content-Type": "multipart/form-data"
|
|
@@ -1231,10 +1231,10 @@ a.forEach(["post", "put", "patch"], function(t) {
|
|
|
1231
1231
|
}));
|
|
1232
1232
|
};
|
|
1233
1233
|
}
|
|
1234
|
-
|
|
1234
|
+
K.prototype[t] = n(), K.prototype[t + "Form"] = n(!0);
|
|
1235
1235
|
});
|
|
1236
|
-
const
|
|
1237
|
-
let fn = class
|
|
1236
|
+
const V = K;
|
|
1237
|
+
let fn = class Me {
|
|
1238
1238
|
constructor(t) {
|
|
1239
1239
|
if (typeof t != "function")
|
|
1240
1240
|
throw new TypeError("executor must be a function.");
|
|
@@ -1259,7 +1259,7 @@ let fn = class ve {
|
|
|
1259
1259
|
r.unsubscribe(i);
|
|
1260
1260
|
}, o;
|
|
1261
1261
|
}, t(function(i, o, c) {
|
|
1262
|
-
r.reason || (r.reason = new
|
|
1262
|
+
r.reason || (r.reason = new k(i, o, c), n(r.reason));
|
|
1263
1263
|
});
|
|
1264
1264
|
}
|
|
1265
1265
|
/**
|
|
@@ -1295,7 +1295,7 @@ let fn = class ve {
|
|
|
1295
1295
|
static source() {
|
|
1296
1296
|
let t;
|
|
1297
1297
|
return {
|
|
1298
|
-
token: new
|
|
1298
|
+
token: new Me(function(s) {
|
|
1299
1299
|
t = s;
|
|
1300
1300
|
}),
|
|
1301
1301
|
cancel: t
|
|
@@ -1311,7 +1311,7 @@ function hn(e) {
|
|
|
1311
1311
|
function pn(e) {
|
|
1312
1312
|
return a.isObject(e) && e.isAxiosError === !0;
|
|
1313
1313
|
}
|
|
1314
|
-
const
|
|
1314
|
+
const re = {
|
|
1315
1315
|
Continue: 100,
|
|
1316
1316
|
SwitchingProtocols: 101,
|
|
1317
1317
|
Processing: 102,
|
|
@@ -1376,21 +1376,21 @@ const ne = {
|
|
|
1376
1376
|
NotExtended: 510,
|
|
1377
1377
|
NetworkAuthenticationRequired: 511
|
|
1378
1378
|
};
|
|
1379
|
-
Object.entries(
|
|
1380
|
-
|
|
1379
|
+
Object.entries(re).forEach(([e, t]) => {
|
|
1380
|
+
re[t] = e;
|
|
1381
1381
|
});
|
|
1382
|
-
const mn =
|
|
1383
|
-
function
|
|
1384
|
-
const t = new
|
|
1385
|
-
return a.extend(n,
|
|
1386
|
-
return
|
|
1382
|
+
const mn = re;
|
|
1383
|
+
function We(e) {
|
|
1384
|
+
const t = new V(e), n = Ne(V.prototype.request, t);
|
|
1385
|
+
return a.extend(n, V.prototype, t, { allOwnKeys: !0 }), a.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(s) {
|
|
1386
|
+
return We(x(e, s));
|
|
1387
1387
|
}, n;
|
|
1388
1388
|
}
|
|
1389
|
-
const w =
|
|
1390
|
-
w.Axios =
|
|
1391
|
-
w.CanceledError =
|
|
1389
|
+
const w = We(ue);
|
|
1390
|
+
w.Axios = V;
|
|
1391
|
+
w.CanceledError = k;
|
|
1392
1392
|
w.CancelToken = dn;
|
|
1393
|
-
w.isCancel =
|
|
1393
|
+
w.isCancel = Ke;
|
|
1394
1394
|
w.VERSION = Je;
|
|
1395
1395
|
w.toFormData = J;
|
|
1396
1396
|
w.AxiosError = m;
|
|
@@ -1400,50 +1400,50 @@ w.all = function(t) {
|
|
|
1400
1400
|
};
|
|
1401
1401
|
w.spread = hn;
|
|
1402
1402
|
w.isAxiosError = pn;
|
|
1403
|
-
w.mergeConfig =
|
|
1403
|
+
w.mergeConfig = x;
|
|
1404
1404
|
w.AxiosHeaders = R;
|
|
1405
|
-
w.formToJSON = (e) =>
|
|
1405
|
+
w.formToJSON = (e) => Ve(a.isHTMLForm(e) ? new FormData(e) : e);
|
|
1406
1406
|
w.HttpStatusCode = mn;
|
|
1407
1407
|
w.default = w;
|
|
1408
|
-
const
|
|
1409
|
-
Axios:
|
|
1410
|
-
AxiosError:
|
|
1411
|
-
CanceledError:
|
|
1412
|
-
isCancel:
|
|
1413
|
-
CancelToken:
|
|
1414
|
-
VERSION:
|
|
1415
|
-
all:
|
|
1416
|
-
Cancel:
|
|
1417
|
-
isAxiosError:
|
|
1418
|
-
spread:
|
|
1419
|
-
toFormData:
|
|
1420
|
-
AxiosHeaders:
|
|
1421
|
-
HttpStatusCode:
|
|
1422
|
-
formToJSON:
|
|
1423
|
-
mergeConfig:
|
|
1424
|
-
} =
|
|
1425
|
-
class
|
|
1408
|
+
const Ge = w, {
|
|
1409
|
+
Axios: Qn,
|
|
1410
|
+
AxiosError: Z,
|
|
1411
|
+
CanceledError: Zn,
|
|
1412
|
+
isCancel: er,
|
|
1413
|
+
CancelToken: tr,
|
|
1414
|
+
VERSION: nr,
|
|
1415
|
+
all: rr,
|
|
1416
|
+
Cancel: sr,
|
|
1417
|
+
isAxiosError: or,
|
|
1418
|
+
spread: ir,
|
|
1419
|
+
toFormData: ar,
|
|
1420
|
+
AxiosHeaders: cr,
|
|
1421
|
+
HttpStatusCode: ur,
|
|
1422
|
+
formToJSON: lr,
|
|
1423
|
+
mergeConfig: fr
|
|
1424
|
+
} = Ge;
|
|
1425
|
+
class Re extends Error {
|
|
1426
1426
|
constructor(n) {
|
|
1427
1427
|
super(n.join(", "));
|
|
1428
1428
|
S(this, "errors");
|
|
1429
1429
|
this.name = "ValidationError", this.errors = n;
|
|
1430
1430
|
}
|
|
1431
1431
|
}
|
|
1432
|
-
class
|
|
1432
|
+
class Oe extends Error {
|
|
1433
1433
|
constructor(n) {
|
|
1434
1434
|
super("Address already registered.");
|
|
1435
1435
|
S(this, "address");
|
|
1436
1436
|
this.name = "AddressInUseError", this.address = n;
|
|
1437
1437
|
}
|
|
1438
1438
|
}
|
|
1439
|
-
class
|
|
1439
|
+
class Ce extends Error {
|
|
1440
1440
|
constructor(n) {
|
|
1441
1441
|
super("Code already registered.");
|
|
1442
1442
|
S(this, "code");
|
|
1443
1443
|
this.name = "CodeInUseError", this.code = n;
|
|
1444
1444
|
}
|
|
1445
1445
|
}
|
|
1446
|
-
class
|
|
1446
|
+
class Te extends Error {
|
|
1447
1447
|
constructor() {
|
|
1448
1448
|
super("Invalid signature provided"), this.name = "InvalidSignatureError";
|
|
1449
1449
|
}
|
|
@@ -1464,13 +1464,13 @@ class yn {
|
|
|
1464
1464
|
signature: r
|
|
1465
1465
|
});
|
|
1466
1466
|
} catch (i) {
|
|
1467
|
-
if (i instanceof
|
|
1467
|
+
if (i instanceof Z) {
|
|
1468
1468
|
const o = (s = i.response) == null ? void 0 : s.data;
|
|
1469
1469
|
if (typeof (o == null ? void 0 : o.message) == "string") {
|
|
1470
1470
|
const c = o.message.toLowerCase();
|
|
1471
|
-
throw c == "invalid signature" ? new
|
|
1471
|
+
throw c == "invalid signature" ? new Te() : c == "address in use" ? new Oe(t) : c == "code in use" ? new Ce(n) : new Error(c);
|
|
1472
1472
|
} else if ((o == null ? void 0 : o.message) instanceof Array)
|
|
1473
|
-
throw new
|
|
1473
|
+
throw new Re(o.message);
|
|
1474
1474
|
}
|
|
1475
1475
|
throw i;
|
|
1476
1476
|
}
|
|
@@ -1484,13 +1484,13 @@ class yn {
|
|
|
1484
1484
|
signature: r
|
|
1485
1485
|
});
|
|
1486
1486
|
} catch (i) {
|
|
1487
|
-
if (i instanceof
|
|
1487
|
+
if (i instanceof Z) {
|
|
1488
1488
|
const o = (s = i.response) == null ? void 0 : s.data;
|
|
1489
1489
|
if (typeof (o == null ? void 0 : o.message) == "string") {
|
|
1490
1490
|
const c = o.message.toLowerCase();
|
|
1491
|
-
throw c == "invalid signature" ? new
|
|
1491
|
+
throw c == "invalid signature" ? new Te() : c == "address in use" ? new Oe(t) : c == "code in use" ? new Ce(n) : new Error(c);
|
|
1492
1492
|
} else if ((o == null ? void 0 : o.message) instanceof Array)
|
|
1493
|
-
throw new
|
|
1493
|
+
throw new Re(o.message);
|
|
1494
1494
|
}
|
|
1495
1495
|
throw i;
|
|
1496
1496
|
}
|
|
@@ -1500,7 +1500,7 @@ class yn {
|
|
|
1500
1500
|
try {
|
|
1501
1501
|
return await this.httpClient.get(`/affiliates/codes/${t}`), !1;
|
|
1502
1502
|
} catch (r) {
|
|
1503
|
-
return r instanceof
|
|
1503
|
+
return r instanceof Z && ((n = r.response) == null ? void 0 : n.status) === 404 ? !0 : (console.error("Fuul SDK: Could not check affiliate code", r), !1);
|
|
1504
1504
|
}
|
|
1505
1505
|
}
|
|
1506
1506
|
async getCode(t) {
|
|
@@ -1521,7 +1521,7 @@ class wn {
|
|
|
1521
1521
|
return t;
|
|
1522
1522
|
}
|
|
1523
1523
|
}
|
|
1524
|
-
const
|
|
1524
|
+
const Pe = "fuul.sent", En = 60;
|
|
1525
1525
|
class gn {
|
|
1526
1526
|
constructor(t) {
|
|
1527
1527
|
S(this, "debug");
|
|
@@ -1536,7 +1536,7 @@ class gn {
|
|
|
1536
1536
|
await this.httpClient.post("events", t), this.debug && console.debug(`Fuul SDK: Sent '${t.name}' event`), this.saveSentEvent(t);
|
|
1537
1537
|
}
|
|
1538
1538
|
isDuplicate(t) {
|
|
1539
|
-
const n = `${
|
|
1539
|
+
const n = `${Pe}_${t.name}`, r = localStorage.getItem(n);
|
|
1540
1540
|
if (!r)
|
|
1541
1541
|
return !1;
|
|
1542
1542
|
const s = JSON.parse(r);
|
|
@@ -1551,19 +1551,22 @@ class gn {
|
|
|
1551
1551
|
return Date.now() / 1e3;
|
|
1552
1552
|
}
|
|
1553
1553
|
saveSentEvent(t) {
|
|
1554
|
-
const n = `${
|
|
1554
|
+
const n = `${Pe}_${t.name}`, r = this.getCurrentTimestamp(), s = { ...t, timestamp: r };
|
|
1555
1555
|
localStorage.setItem(n, JSON.stringify(s));
|
|
1556
1556
|
}
|
|
1557
1557
|
}
|
|
1558
|
-
|
|
1558
|
+
const Sn = "3.3.1", bn = {
|
|
1559
|
+
version: Sn
|
|
1560
|
+
};
|
|
1561
|
+
class An {
|
|
1559
1562
|
constructor(t) {
|
|
1560
1563
|
S(this, "client");
|
|
1561
1564
|
S(this, "queryParams");
|
|
1562
|
-
this.client =
|
|
1565
|
+
this.client = Ge.create({
|
|
1563
1566
|
...t,
|
|
1564
1567
|
headers: {
|
|
1565
1568
|
Authorization: `Bearer ${t.apiKey}`,
|
|
1566
|
-
"X-Fuul-Sdk-Version":
|
|
1569
|
+
"X-Fuul-Sdk-Version": bn.version
|
|
1567
1570
|
}
|
|
1568
1571
|
}), this.queryParams = t.queryParams ? this.buildQueryParams(t.queryParams) : "";
|
|
1569
1572
|
}
|
|
@@ -1586,8 +1589,8 @@ class Sn {
|
|
|
1586
1589
|
return this.client.delete(t + this.queryParams);
|
|
1587
1590
|
}
|
|
1588
1591
|
}
|
|
1589
|
-
let
|
|
1590
|
-
const
|
|
1592
|
+
let Rn = (e = 21) => crypto.getRandomValues(new Uint8Array(e)).reduce((t, n) => (n &= 63, n < 36 ? t += n.toString(36) : n < 62 ? t += (n - 26).toString(36).toUpperCase() : n > 62 ? t += "-" : t += "_", t), "");
|
|
1593
|
+
const On = "fuul.tracking_id", Cn = ["google.com", "bing.com", "yahoo.com"], Tn = () => Un(On, () => Rn()), Pn = () => T("af") || T("referrer"), Nn = () => document.referrer, _n = () => Ln(), xn = () => T("category"), Fn = () => T("title"), Dn = () => T("tag"), Un = (e, t) => {
|
|
1591
1594
|
const n = localStorage.getItem(e);
|
|
1592
1595
|
if (n)
|
|
1593
1596
|
return n;
|
|
@@ -1595,106 +1598,107 @@ const An = "fuul.tracking_id", Rn = ["google.com", "bing.com", "yahoo.com"], On
|
|
|
1595
1598
|
const r = t();
|
|
1596
1599
|
return r ? localStorage.setItem(e, r) : localStorage.removeItem(e), r;
|
|
1597
1600
|
}
|
|
1598
|
-
}, T = (e) => new URLSearchParams(window.location.search).get(e),
|
|
1601
|
+
}, T = (e) => new URLSearchParams(window.location.search).get(e), Ln = () => {
|
|
1599
1602
|
const e = T("source"), t = T("af") || T("referrer");
|
|
1600
1603
|
if (e)
|
|
1601
1604
|
return e;
|
|
1602
1605
|
if (t)
|
|
1603
1606
|
return "affiliate";
|
|
1604
|
-
const n =
|
|
1605
|
-
return n &&
|
|
1606
|
-
},
|
|
1607
|
+
const n = Bn(document.referrer);
|
|
1608
|
+
return n && Cn.includes(n) ? "organic" : "direct";
|
|
1609
|
+
}, Bn = (e) => {
|
|
1607
1610
|
var t;
|
|
1608
1611
|
try {
|
|
1609
1612
|
return (t = new URL(e).hostname) == null ? void 0 : t.split(".").slice(-2).join(".");
|
|
1610
1613
|
} catch {
|
|
1611
1614
|
return null;
|
|
1612
1615
|
}
|
|
1613
|
-
},
|
|
1614
|
-
let
|
|
1615
|
-
function
|
|
1616
|
-
|
|
1617
|
-
e.baseApiUrl ??
|
|
1616
|
+
}, In = "https://api.fuul.xyz/api/v1/";
|
|
1617
|
+
let L = !1, se = !1, fe, q, Xe, D, Ye;
|
|
1618
|
+
function kn(e) {
|
|
1619
|
+
L = !!e.debug, !se && (fe = e.apiKey, Mn(), q = Wn(
|
|
1620
|
+
e.baseApiUrl ?? In,
|
|
1618
1621
|
e.defaultQueryParams ?? {}
|
|
1619
|
-
),
|
|
1622
|
+
), Xe = new wn({ httpClient: q, debug: L }), Ye = new gn({ httpClient: q, debug: L }), D = new yn({ httpClient: q, debug: L }), se = !0, L && console.debug("Fuul SDK: init() complete"));
|
|
1620
1623
|
}
|
|
1621
|
-
function
|
|
1622
|
-
if (!
|
|
1624
|
+
function N() {
|
|
1625
|
+
if (!se)
|
|
1623
1626
|
throw new Error("Fuul SDK: You need to call init() to initialize the library before using any methods");
|
|
1624
1627
|
}
|
|
1625
|
-
async function
|
|
1626
|
-
|
|
1627
|
-
const r =
|
|
1628
|
+
async function de(e, t, n) {
|
|
1629
|
+
N(), Jn();
|
|
1630
|
+
const r = Tn(), s = Pn(), i = _n(), o = xn(), c = Fn(), d = Dn(), u = Nn(), l = {
|
|
1628
1631
|
name: e,
|
|
1629
1632
|
args: t || {},
|
|
1630
1633
|
metadata: {
|
|
1631
1634
|
tracking_id: r ?? ""
|
|
1632
1635
|
}
|
|
1633
1636
|
};
|
|
1634
|
-
n != null && n.address && (l.user_address = n.address), n != null && n.signature && (l.signature = n == null ? void 0 : n.signature, l.signature_message = n == null ? void 0 : n.message), s && (l.metadata.referrer = s, l.metadata.affiliate_id = s), u && (l.metadata.referrer_url = u), i && (l.metadata.source = i), o && (l.metadata.category = o), c && (l.metadata.title = c), d && (l.metadata.tag = d),
|
|
1637
|
+
n != null && n.address && (l.user_address = n.address), n != null && n.signature && (l.signature = n == null ? void 0 : n.signature, l.signature_message = n == null ? void 0 : n.message), s && (l.metadata.referrer = s, l.metadata.affiliate_id = s), u && (l.metadata.referrer_url = u), i && (l.metadata.source = i), o && (l.metadata.category = o), c && (l.metadata.title = c), d && (l.metadata.tag = d), Ye.sendEvent(l);
|
|
1635
1638
|
}
|
|
1636
|
-
async function
|
|
1637
|
-
await
|
|
1639
|
+
async function jn(e) {
|
|
1640
|
+
await de("pageview", {
|
|
1638
1641
|
page: e ?? document.location.pathname,
|
|
1639
1642
|
locationOrigin: document.location.origin
|
|
1640
1643
|
});
|
|
1641
1644
|
}
|
|
1642
|
-
async function
|
|
1643
|
-
await
|
|
1645
|
+
async function qn(e) {
|
|
1646
|
+
await de("connect_wallet", {}, e);
|
|
1644
1647
|
}
|
|
1645
|
-
async function
|
|
1646
|
-
await
|
|
1648
|
+
async function Hn(e, t, n) {
|
|
1649
|
+
N(), await D.create(e, t, n);
|
|
1647
1650
|
}
|
|
1648
|
-
async function
|
|
1649
|
-
await
|
|
1651
|
+
async function $n(e, t, n) {
|
|
1652
|
+
N(), await D.update(e, t, n);
|
|
1650
1653
|
}
|
|
1651
|
-
async function
|
|
1652
|
-
return await
|
|
1654
|
+
async function zn(e) {
|
|
1655
|
+
return N(), await D.getCode(e);
|
|
1653
1656
|
}
|
|
1654
|
-
async function
|
|
1655
|
-
return await
|
|
1657
|
+
async function Vn(e) {
|
|
1658
|
+
return N(), await D.isCodeFree(e);
|
|
1656
1659
|
}
|
|
1657
|
-
async function
|
|
1658
|
-
|
|
1660
|
+
async function Kn(e, t, n) {
|
|
1661
|
+
N();
|
|
1662
|
+
const r = await D.getCode(t), s = new URLSearchParams({
|
|
1659
1663
|
af: r ?? t
|
|
1660
1664
|
});
|
|
1661
1665
|
return n != null && n.title && s.append("af_title", n.title), n != null && n.format && s.append("af_format", n.format), n != null && n.place && s.append("af_place", n.place), `${e}?${s.toString()}`;
|
|
1662
1666
|
}
|
|
1663
|
-
async function
|
|
1664
|
-
return
|
|
1667
|
+
async function vn() {
|
|
1668
|
+
return N(), Xe.getAll();
|
|
1665
1669
|
}
|
|
1666
|
-
function
|
|
1670
|
+
function Jn() {
|
|
1667
1671
|
if (typeof window > "u" || typeof document > "u")
|
|
1668
1672
|
throw new Error("Fuul SDK: Browser context required");
|
|
1669
1673
|
}
|
|
1670
|
-
function
|
|
1671
|
-
if (!
|
|
1674
|
+
function Mn() {
|
|
1675
|
+
if (!fe)
|
|
1672
1676
|
throw new Error("Fuul SDK: Invalid API key");
|
|
1673
1677
|
}
|
|
1674
|
-
function
|
|
1675
|
-
return new
|
|
1678
|
+
function Wn(e, t) {
|
|
1679
|
+
return new An({
|
|
1676
1680
|
baseURL: e,
|
|
1677
1681
|
timeout: 1e4,
|
|
1678
|
-
apiKey:
|
|
1682
|
+
apiKey: fe,
|
|
1679
1683
|
queryParams: t
|
|
1680
1684
|
});
|
|
1681
1685
|
}
|
|
1682
|
-
const
|
|
1683
|
-
init:
|
|
1684
|
-
sendEvent:
|
|
1685
|
-
sendPageview:
|
|
1686
|
-
sendConnectWallet:
|
|
1687
|
-
generateTrackingLink:
|
|
1688
|
-
getConversions:
|
|
1689
|
-
createAffiliateCode:
|
|
1690
|
-
updateAffiliateCode:
|
|
1691
|
-
getAffiliateCode:
|
|
1692
|
-
isAffiliateCodeFree:
|
|
1686
|
+
const dr = {
|
|
1687
|
+
init: kn,
|
|
1688
|
+
sendEvent: de,
|
|
1689
|
+
sendPageview: jn,
|
|
1690
|
+
sendConnectWallet: qn,
|
|
1691
|
+
generateTrackingLink: Kn,
|
|
1692
|
+
getConversions: vn,
|
|
1693
|
+
createAffiliateCode: Hn,
|
|
1694
|
+
updateAffiliateCode: $n,
|
|
1695
|
+
getAffiliateCode: zn,
|
|
1696
|
+
isAffiliateCodeFree: Vn
|
|
1693
1697
|
};
|
|
1694
1698
|
export {
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1699
|
+
Oe as AddressInUseError,
|
|
1700
|
+
Ce as CodeInUseError,
|
|
1701
|
+
dr as Fuul,
|
|
1702
|
+
Te as InvalidSignatureError,
|
|
1703
|
+
Re as ValidationError
|
|
1700
1704
|
};
|