@webdock/sdk 1.0.5962 → 1.0.5964
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/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +273 -269
- package/dist/index.mjs.map +1 -1
- package/dist/operation.d.ts.map +1 -1
- package/dist/utils/req.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import wt from "os";
|
|
2
|
+
function At(r, e) {
|
|
2
3
|
for (var t = 0; t < e.length; t++) {
|
|
3
4
|
const n = e[t];
|
|
4
5
|
if (typeof n != "string" && !Array.isArray(n)) {
|
|
@@ -19,24 +20,24 @@ function rt(r, e) {
|
|
|
19
20
|
return r.apply(e, arguments);
|
|
20
21
|
};
|
|
21
22
|
}
|
|
22
|
-
const { toString:
|
|
23
|
-
const t =
|
|
23
|
+
const { toString: Rt } = Object.prototype, { getPrototypeOf: sr } = Object, { iterator: Fe, toStringTag: tt } = Symbol, Ue = /* @__PURE__ */ ((r) => (e) => {
|
|
24
|
+
const t = Rt.call(e);
|
|
24
25
|
return r[t] || (r[t] = t.slice(8, -1).toLowerCase());
|
|
25
26
|
})(/* @__PURE__ */ Object.create(null)), V = (r) => (r = r.toLowerCase(), (e) => Ue(e) === r), Le = (r) => (e) => typeof e === r, { isArray: oe } = Array, se = Le("undefined");
|
|
26
27
|
function Ee(r) {
|
|
27
28
|
return r !== null && !se(r) && r.constructor !== null && !se(r.constructor) && x(r.constructor.isBuffer) && r.constructor.isBuffer(r);
|
|
28
29
|
}
|
|
29
30
|
const nt = V("ArrayBuffer");
|
|
30
|
-
function
|
|
31
|
+
function kt(r) {
|
|
31
32
|
let e;
|
|
32
33
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? e = ArrayBuffer.isView(r) : e = r && r.buffer && nt(r.buffer), e;
|
|
33
34
|
}
|
|
34
|
-
const
|
|
35
|
+
const Ct = Le("string"), x = Le("function"), st = Le("number"), Pe = (r) => r !== null && typeof r == "object", It = (r) => r === !0 || r === !1, qe = (r) => {
|
|
35
36
|
if (Ue(r) !== "object")
|
|
36
37
|
return !1;
|
|
37
38
|
const e = sr(r);
|
|
38
39
|
return (e === null || e === Object.prototype || Object.getPrototypeOf(e) === null) && !(tt in r) && !(Fe in r);
|
|
39
|
-
},
|
|
40
|
+
}, qt = (r) => {
|
|
40
41
|
if (!Pe(r) || Ee(r))
|
|
41
42
|
return !1;
|
|
42
43
|
try {
|
|
@@ -44,16 +45,16 @@ const kt = Le("string"), x = Le("function"), st = Le("number"), Pe = (r) => r !=
|
|
|
44
45
|
} catch {
|
|
45
46
|
return !1;
|
|
46
47
|
}
|
|
47
|
-
},
|
|
48
|
+
}, Dt = V("Date"), jt = V("File"), Nt = V("Blob"), Ft = V("FileList"), Ut = (r) => Pe(r) && x(r.pipe), Lt = (r) => {
|
|
48
49
|
let e;
|
|
49
50
|
return r && (typeof FormData == "function" && r instanceof FormData || x(r.append) && ((e = Ue(r)) === "formdata" || // detect form-data instance
|
|
50
51
|
e === "object" && x(r.toString) && r.toString() === "[object FormData]"));
|
|
51
|
-
},
|
|
52
|
+
}, Bt = V("URLSearchParams"), [Ht, Mt, xt, Gt] = [
|
|
52
53
|
"ReadableStream",
|
|
53
54
|
"Request",
|
|
54
55
|
"Response",
|
|
55
56
|
"Headers"
|
|
56
|
-
].map(V),
|
|
57
|
+
].map(V), Kt = (r) => r.trim ? r.trim() : r.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
57
58
|
function _e(r, e, { allOwnKeys: t = !1 } = {}) {
|
|
58
59
|
if (r === null || typeof r > "u")
|
|
59
60
|
return;
|
|
@@ -93,7 +94,7 @@ function er() {
|
|
|
93
94
|
arguments[s] && _e(arguments[s], n);
|
|
94
95
|
return t;
|
|
95
96
|
}
|
|
96
|
-
const
|
|
97
|
+
const zt = (r, e, t, { allOwnKeys: n } = {}) => (_e(
|
|
97
98
|
e,
|
|
98
99
|
(s, o) => {
|
|
99
100
|
t && x(s) ? Object.defineProperty(r, o, {
|
|
@@ -109,7 +110,7 @@ const Kt = (r, e, t, { allOwnKeys: n } = {}) => (_e(
|
|
|
109
110
|
});
|
|
110
111
|
},
|
|
111
112
|
{ allOwnKeys: n }
|
|
112
|
-
), r),
|
|
113
|
+
), r), Wt = (r) => (r.charCodeAt(0) === 65279 && (r = r.slice(1)), r), Vt = (r, e, t, n) => {
|
|
113
114
|
r.prototype = Object.create(
|
|
114
115
|
e.prototype,
|
|
115
116
|
n
|
|
@@ -121,7 +122,7 @@ const Kt = (r, e, t, { allOwnKeys: n } = {}) => (_e(
|
|
|
121
122
|
}), Object.defineProperty(r, "super", {
|
|
122
123
|
value: e.prototype
|
|
123
124
|
}), t && Object.assign(r.prototype, t);
|
|
124
|
-
},
|
|
125
|
+
}, $t = (r, e, t, n) => {
|
|
125
126
|
let s, o, i;
|
|
126
127
|
const a = {};
|
|
127
128
|
if (e = e || {}, r == null) return e;
|
|
@@ -131,11 +132,11 @@ const Kt = (r, e, t, { allOwnKeys: n } = {}) => (_e(
|
|
|
131
132
|
r = t !== !1 && sr(r);
|
|
132
133
|
} while (r && (!t || t(r, e)) && r !== Object.prototype);
|
|
133
134
|
return e;
|
|
134
|
-
},
|
|
135
|
+
}, Jt = (r, e, t) => {
|
|
135
136
|
r = String(r), (t === void 0 || t > r.length) && (t = r.length), t -= e.length;
|
|
136
137
|
const n = r.indexOf(e, t);
|
|
137
138
|
return n !== -1 && n === t;
|
|
138
|
-
},
|
|
139
|
+
}, Xt = (r) => {
|
|
139
140
|
if (!r) return null;
|
|
140
141
|
if (oe(r)) return r;
|
|
141
142
|
let e = r.length;
|
|
@@ -144,28 +145,28 @@ const Kt = (r, e, t, { allOwnKeys: n } = {}) => (_e(
|
|
|
144
145
|
for (; e-- > 0; )
|
|
145
146
|
t[e] = r[e];
|
|
146
147
|
return t;
|
|
147
|
-
},
|
|
148
|
+
}, Yt = /* @__PURE__ */ ((r) => (e) => r && e instanceof r)(typeof Uint8Array < "u" && sr(Uint8Array)), Qt = (r, e) => {
|
|
148
149
|
const n = (r && r[Fe]).call(r);
|
|
149
150
|
let s;
|
|
150
151
|
for (; (s = n.next()) && !s.done; ) {
|
|
151
152
|
const o = s.value;
|
|
152
153
|
e.call(r, o[0], o[1]);
|
|
153
154
|
}
|
|
154
|
-
},
|
|
155
|
+
}, Zt = (r, e) => {
|
|
155
156
|
let t;
|
|
156
157
|
const n = [];
|
|
157
158
|
for (; (t = r.exec(e)) !== null; )
|
|
158
159
|
n.push(t);
|
|
159
160
|
return n;
|
|
160
|
-
},
|
|
161
|
+
}, en = V("HTMLFormElement"), rn = (r) => r.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function(t, n, s) {
|
|
161
162
|
return n.toUpperCase() + s;
|
|
162
|
-
}), ur = (({ hasOwnProperty: r }) => (e, t) => r.call(e, t))(Object.prototype),
|
|
163
|
+
}), ur = (({ hasOwnProperty: r }) => (e, t) => r.call(e, t))(Object.prototype), tn = V("RegExp"), at = (r, e) => {
|
|
163
164
|
const t = Object.getOwnPropertyDescriptors(r), n = {};
|
|
164
165
|
_e(t, (s, o) => {
|
|
165
166
|
let i;
|
|
166
167
|
(i = e(s, o, r)) !== !1 && (n[o] = i || s);
|
|
167
168
|
}), Object.defineProperties(r, n);
|
|
168
|
-
},
|
|
169
|
+
}, nn = (r) => {
|
|
169
170
|
at(r, (e, t) => {
|
|
170
171
|
if (x(r) && ["arguments", "caller", "callee"].indexOf(t) !== -1)
|
|
171
172
|
return !1;
|
|
@@ -180,19 +181,19 @@ const Kt = (r, e, t, { allOwnKeys: n } = {}) => (_e(
|
|
|
180
181
|
});
|
|
181
182
|
}
|
|
182
183
|
});
|
|
183
|
-
},
|
|
184
|
+
}, sn = (r, e) => {
|
|
184
185
|
const t = {}, n = (s) => {
|
|
185
186
|
s.forEach((o) => {
|
|
186
187
|
t[o] = !0;
|
|
187
188
|
});
|
|
188
189
|
};
|
|
189
190
|
return oe(r) ? n(r) : n(String(r).split(e)), t;
|
|
190
|
-
},
|
|
191
|
-
},
|
|
192
|
-
function
|
|
191
|
+
}, on = () => {
|
|
192
|
+
}, an = (r, e) => r != null && Number.isFinite(r = +r) ? r : e;
|
|
193
|
+
function cn(r) {
|
|
193
194
|
return !!(r && x(r.append) && r[tt] === "FormData" && r[Fe]);
|
|
194
195
|
}
|
|
195
|
-
const
|
|
196
|
+
const un = (r) => {
|
|
196
197
|
const e = new Array(10), t = (n, s) => {
|
|
197
198
|
if (Pe(n)) {
|
|
198
199
|
if (e.indexOf(n) >= 0)
|
|
@@ -211,7 +212,7 @@ const cn = (r) => {
|
|
|
211
212
|
return n;
|
|
212
213
|
};
|
|
213
214
|
return t(r, 0);
|
|
214
|
-
},
|
|
215
|
+
}, ln = V("AsyncFunction"), dn = (r) => r && (Pe(r) || x(r)) && x(r.then) && x(r.catch), ct = ((r, e) => r ? setImmediate : e ? ((t, n) => (ee.addEventListener(
|
|
215
216
|
"message",
|
|
216
217
|
({ source: s, data: o }) => {
|
|
217
218
|
s === ee && o === t && n.length && n.shift()();
|
|
@@ -219,65 +220,65 @@ const cn = (r) => {
|
|
|
219
220
|
!1
|
|
220
221
|
), (s) => {
|
|
221
222
|
n.push(s), ee.postMessage(t, "*");
|
|
222
|
-
}))(`axios@${Math.random()}`, []) : (t) => setTimeout(t))(typeof setImmediate == "function", x(ee.postMessage)),
|
|
223
|
+
}))(`axios@${Math.random()}`, []) : (t) => setTimeout(t))(typeof setImmediate == "function", x(ee.postMessage)), fn = typeof queueMicrotask < "u" ? queueMicrotask.bind(ee) : typeof process < "u" && process.nextTick || ct, pn = (r) => r != null && x(r[Fe]), c = {
|
|
223
224
|
isArray: oe,
|
|
224
225
|
isArrayBuffer: nt,
|
|
225
226
|
isBuffer: Ee,
|
|
226
|
-
isFormData:
|
|
227
|
-
isArrayBufferView:
|
|
228
|
-
isString:
|
|
227
|
+
isFormData: Lt,
|
|
228
|
+
isArrayBufferView: kt,
|
|
229
|
+
isString: Ct,
|
|
229
230
|
isNumber: st,
|
|
230
231
|
isBoolean: It,
|
|
231
232
|
isObject: Pe,
|
|
232
233
|
isPlainObject: qe,
|
|
233
|
-
isEmptyObject:
|
|
234
|
-
isReadableStream:
|
|
235
|
-
isRequest:
|
|
236
|
-
isResponse:
|
|
237
|
-
isHeaders:
|
|
234
|
+
isEmptyObject: qt,
|
|
235
|
+
isReadableStream: Ht,
|
|
236
|
+
isRequest: Mt,
|
|
237
|
+
isResponse: xt,
|
|
238
|
+
isHeaders: Gt,
|
|
238
239
|
isUndefined: se,
|
|
239
|
-
isDate:
|
|
240
|
-
isFile:
|
|
241
|
-
isBlob:
|
|
242
|
-
isRegExp:
|
|
240
|
+
isDate: Dt,
|
|
241
|
+
isFile: jt,
|
|
242
|
+
isBlob: Nt,
|
|
243
|
+
isRegExp: tn,
|
|
243
244
|
isFunction: x,
|
|
244
|
-
isStream:
|
|
245
|
-
isURLSearchParams:
|
|
246
|
-
isTypedArray:
|
|
247
|
-
isFileList:
|
|
245
|
+
isStream: Ut,
|
|
246
|
+
isURLSearchParams: Bt,
|
|
247
|
+
isTypedArray: Yt,
|
|
248
|
+
isFileList: Ft,
|
|
248
249
|
forEach: _e,
|
|
249
250
|
merge: er,
|
|
250
|
-
extend:
|
|
251
|
-
trim:
|
|
252
|
-
stripBOM:
|
|
253
|
-
inherits:
|
|
254
|
-
toFlatObject:
|
|
251
|
+
extend: zt,
|
|
252
|
+
trim: Kt,
|
|
253
|
+
stripBOM: Wt,
|
|
254
|
+
inherits: Vt,
|
|
255
|
+
toFlatObject: $t,
|
|
255
256
|
kindOf: Ue,
|
|
256
257
|
kindOfTest: V,
|
|
257
|
-
endsWith:
|
|
258
|
-
toArray:
|
|
259
|
-
forEachEntry:
|
|
260
|
-
matchAll:
|
|
261
|
-
isHTMLForm:
|
|
258
|
+
endsWith: Jt,
|
|
259
|
+
toArray: Xt,
|
|
260
|
+
forEachEntry: Qt,
|
|
261
|
+
matchAll: Zt,
|
|
262
|
+
isHTMLForm: en,
|
|
262
263
|
hasOwnProperty: ur,
|
|
263
264
|
hasOwnProp: ur,
|
|
264
265
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
265
266
|
reduceDescriptors: at,
|
|
266
|
-
freezeMethods:
|
|
267
|
-
toObjectSet:
|
|
268
|
-
toCamelCase:
|
|
269
|
-
noop:
|
|
270
|
-
toFiniteNumber:
|
|
267
|
+
freezeMethods: nn,
|
|
268
|
+
toObjectSet: sn,
|
|
269
|
+
toCamelCase: rn,
|
|
270
|
+
noop: on,
|
|
271
|
+
toFiniteNumber: an,
|
|
271
272
|
findKey: ot,
|
|
272
273
|
global: ee,
|
|
273
274
|
isContextDefined: it,
|
|
274
|
-
isSpecCompliantForm:
|
|
275
|
-
toJSONObject:
|
|
276
|
-
isAsyncFn:
|
|
277
|
-
isThenable:
|
|
275
|
+
isSpecCompliantForm: cn,
|
|
276
|
+
toJSONObject: un,
|
|
277
|
+
isAsyncFn: ln,
|
|
278
|
+
isThenable: dn,
|
|
278
279
|
setImmediate: ct,
|
|
279
|
-
asap:
|
|
280
|
-
isIterable:
|
|
280
|
+
asap: fn,
|
|
281
|
+
isIterable: pn
|
|
281
282
|
};
|
|
282
283
|
let _ = class ut extends Error {
|
|
283
284
|
static from(e, t, n, s, o, i) {
|
|
@@ -330,7 +331,7 @@ _.ERR_BAD_REQUEST = "ERR_BAD_REQUEST";
|
|
|
330
331
|
_.ERR_CANCELED = "ERR_CANCELED";
|
|
331
332
|
_.ERR_NOT_SUPPORT = "ERR_NOT_SUPPORT";
|
|
332
333
|
_.ERR_INVALID_URL = "ERR_INVALID_URL";
|
|
333
|
-
const
|
|
334
|
+
const hn = null;
|
|
334
335
|
function rr(r) {
|
|
335
336
|
return c.isPlainObject(r) || c.isArray(r);
|
|
336
337
|
}
|
|
@@ -342,10 +343,10 @@ function lr(r, e, t) {
|
|
|
342
343
|
return s = lt(s), !t && o ? "[" + s + "]" : s;
|
|
343
344
|
}).join(t ? "." : "") : e;
|
|
344
345
|
}
|
|
345
|
-
function
|
|
346
|
+
function vn(r) {
|
|
346
347
|
return c.isArray(r) && !r.some(rr);
|
|
347
348
|
}
|
|
348
|
-
const
|
|
349
|
+
const Sn = c.toFlatObject(c, {}, null, function(e) {
|
|
349
350
|
return /^is[A-Z]/.test(e);
|
|
350
351
|
});
|
|
351
352
|
function Be(r, e, t) {
|
|
@@ -376,18 +377,18 @@ function Be(r, e, t) {
|
|
|
376
377
|
if (d && !S && typeof d == "object") {
|
|
377
378
|
if (c.endsWith(O, "{}"))
|
|
378
379
|
O = n ? O : O.slice(0, -2), d = JSON.stringify(d);
|
|
379
|
-
else if (c.isArray(d) &&
|
|
380
|
-
return O = lt(O), k.forEach(function(
|
|
381
|
-
!(c.isUndefined(
|
|
380
|
+
else if (c.isArray(d) && vn(d) || (c.isFileList(d) || c.endsWith(O, "[]")) && (k = c.toArray(d)))
|
|
381
|
+
return O = lt(O), k.forEach(function(I, j) {
|
|
382
|
+
!(c.isUndefined(I) || I === null) && e.append(
|
|
382
383
|
// eslint-disable-next-line no-nested-ternary
|
|
383
384
|
i === !0 ? lr([O], j, o) : i === null ? O : O + "[]",
|
|
384
|
-
p(
|
|
385
|
+
p(I)
|
|
385
386
|
);
|
|
386
387
|
}), !1;
|
|
387
388
|
}
|
|
388
389
|
return rr(d) ? !0 : (e.append(lr(S, O, o), p(d)), !1);
|
|
389
390
|
}
|
|
390
|
-
const y = [], w = Object.assign(
|
|
391
|
+
const y = [], w = Object.assign(Sn, {
|
|
391
392
|
defaultVisitor: u,
|
|
392
393
|
convertValue: p,
|
|
393
394
|
isVisitable: rr
|
|
@@ -440,13 +441,13 @@ dt.toString = function(e) {
|
|
|
440
441
|
return t(s[0]) + "=" + t(s[1]);
|
|
441
442
|
}, "").join("&");
|
|
442
443
|
};
|
|
443
|
-
function
|
|
444
|
+
function mn(r) {
|
|
444
445
|
return encodeURIComponent(r).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+");
|
|
445
446
|
}
|
|
446
447
|
function ft(r, e, t) {
|
|
447
448
|
if (!e)
|
|
448
449
|
return r;
|
|
449
|
-
const n = t && t.encode ||
|
|
450
|
+
const n = t && t.encode || mn, s = c.isFunction(t) ? {
|
|
450
451
|
serialize: t
|
|
451
452
|
} : t, o = s && s.serialize;
|
|
452
453
|
let i;
|
|
@@ -516,27 +517,27 @@ const ir = {
|
|
|
516
517
|
forcedJSONParsing: !0,
|
|
517
518
|
clarifyTimeoutError: !1,
|
|
518
519
|
legacyInterceptorReqResOrdering: !0
|
|
519
|
-
},
|
|
520
|
+
}, bn = typeof URLSearchParams < "u" ? URLSearchParams : or, yn = typeof FormData < "u" ? FormData : null, gn = typeof Blob < "u" ? Blob : null, On = {
|
|
520
521
|
isBrowser: !0,
|
|
521
522
|
classes: {
|
|
522
|
-
URLSearchParams:
|
|
523
|
-
FormData:
|
|
524
|
-
Blob:
|
|
523
|
+
URLSearchParams: bn,
|
|
524
|
+
FormData: yn,
|
|
525
|
+
Blob: gn
|
|
525
526
|
},
|
|
526
527
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
527
|
-
}, ar = typeof window < "u" && typeof document < "u", tr = typeof navigator == "object" && navigator || void 0,
|
|
528
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
|
528
|
+
}, ar = typeof window < "u" && typeof document < "u", tr = typeof navigator == "object" && navigator || void 0, En = ar && (!tr || ["ReactNative", "NativeScript", "NS"].indexOf(tr.product) < 0), Pn = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
529
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", _n = ar && window.location.href || "http://localhost", Tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
529
530
|
__proto__: null,
|
|
530
531
|
hasBrowserEnv: ar,
|
|
531
|
-
hasStandardBrowserEnv:
|
|
532
|
-
hasStandardBrowserWebWorkerEnv:
|
|
532
|
+
hasStandardBrowserEnv: En,
|
|
533
|
+
hasStandardBrowserWebWorkerEnv: Pn,
|
|
533
534
|
navigator: tr,
|
|
534
|
-
origin:
|
|
535
|
+
origin: _n
|
|
535
536
|
}, Symbol.toStringTag, { value: "Module" })), H = {
|
|
536
|
-
...
|
|
537
|
-
...
|
|
537
|
+
...Tn,
|
|
538
|
+
...On
|
|
538
539
|
};
|
|
539
|
-
function
|
|
540
|
+
function wn(r, e) {
|
|
540
541
|
return Be(r, new H.classes.URLSearchParams(), {
|
|
541
542
|
visitor: function(t, n, s, o) {
|
|
542
543
|
return H.isNode && c.isBuffer(t) ? (this.append(n, t.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
|
|
@@ -544,10 +545,10 @@ function Tn(r, e) {
|
|
|
544
545
|
...e
|
|
545
546
|
});
|
|
546
547
|
}
|
|
547
|
-
function
|
|
548
|
+
function An(r) {
|
|
548
549
|
return c.matchAll(/\w+|\[(\w*)]/g, r).map((e) => e[0] === "[]" ? "" : e[1] || e[0]);
|
|
549
550
|
}
|
|
550
|
-
function
|
|
551
|
+
function Rn(r) {
|
|
551
552
|
const e = {}, t = Object.keys(r);
|
|
552
553
|
let n;
|
|
553
554
|
const s = t.length;
|
|
@@ -561,17 +562,17 @@ function pt(r) {
|
|
|
561
562
|
let i = t[o++];
|
|
562
563
|
if (i === "__proto__") return !0;
|
|
563
564
|
const a = Number.isFinite(+i), h = o >= t.length;
|
|
564
|
-
return i = !i && c.isArray(s) ? s.length : i, h ? (c.hasOwnProp(s, i) ? s[i] = [s[i], n] : s[i] = n, !a) : ((!s[i] || !c.isObject(s[i])) && (s[i] = []), e(t, n, s[i], o) && c.isArray(s[i]) && (s[i] =
|
|
565
|
+
return i = !i && c.isArray(s) ? s.length : i, h ? (c.hasOwnProp(s, i) ? s[i] = [s[i], n] : s[i] = n, !a) : ((!s[i] || !c.isObject(s[i])) && (s[i] = []), e(t, n, s[i], o) && c.isArray(s[i]) && (s[i] = Rn(s[i])), !a);
|
|
565
566
|
}
|
|
566
567
|
if (c.isFormData(r) && c.isFunction(r.entries)) {
|
|
567
568
|
const t = {};
|
|
568
569
|
return c.forEachEntry(r, (n, s) => {
|
|
569
|
-
e(
|
|
570
|
+
e(An(n), s, t, 0);
|
|
570
571
|
}), t;
|
|
571
572
|
}
|
|
572
573
|
return null;
|
|
573
574
|
}
|
|
574
|
-
function
|
|
575
|
+
function kn(r, e, t) {
|
|
575
576
|
if (c.isString(r))
|
|
576
577
|
try {
|
|
577
578
|
return (e || JSON.parse)(r), c.trim(r);
|
|
@@ -597,7 +598,7 @@ const Te = {
|
|
|
597
598
|
let a;
|
|
598
599
|
if (o) {
|
|
599
600
|
if (n.indexOf("application/x-www-form-urlencoded") > -1)
|
|
600
|
-
return
|
|
601
|
+
return wn(e, this.formSerializer).toString();
|
|
601
602
|
if ((a = c.isFileList(e)) || n.indexOf("multipart/form-data") > -1) {
|
|
602
603
|
const h = this.env && this.env.FormData;
|
|
603
604
|
return Be(
|
|
@@ -607,7 +608,7 @@ const Te = {
|
|
|
607
608
|
);
|
|
608
609
|
}
|
|
609
610
|
}
|
|
610
|
-
return o || s ? (t.setContentType("application/json", !1),
|
|
611
|
+
return o || s ? (t.setContentType("application/json", !1), kn(e)) : e;
|
|
611
612
|
}],
|
|
612
613
|
transformResponse: [function(e) {
|
|
613
614
|
const t = this.transitional || Te.transitional, n = t && t.forcedJSONParsing, s = this.responseType === "json";
|
|
@@ -650,7 +651,7 @@ const Te = {
|
|
|
650
651
|
c.forEach(["delete", "get", "head", "post", "put", "patch"], (r) => {
|
|
651
652
|
Te.headers[r] = {};
|
|
652
653
|
});
|
|
653
|
-
const
|
|
654
|
+
const Cn = c.toObjectSet([
|
|
654
655
|
"age",
|
|
655
656
|
"authorization",
|
|
656
657
|
"content-length",
|
|
@@ -673,7 +674,7 @@ const kn = c.toObjectSet([
|
|
|
673
674
|
let t, n, s;
|
|
674
675
|
return r && r.split(`
|
|
675
676
|
`).forEach(function(i) {
|
|
676
|
-
s = i.indexOf(":"), t = i.substring(0, s).trim().toLowerCase(), n = i.substring(s + 1).trim(), !(!t || e[t] &&
|
|
677
|
+
s = i.indexOf(":"), t = i.substring(0, s).trim().toLowerCase(), n = i.substring(s + 1).trim(), !(!t || e[t] && Cn[t]) && (t === "set-cookie" ? e[t] ? e[t].push(n) : e[t] = [n] : e[t] = e[t] ? e[t] + ", " + n : n);
|
|
677
678
|
}), e;
|
|
678
679
|
}, pr = /* @__PURE__ */ Symbol("internals");
|
|
679
680
|
function ie(r) {
|
|
@@ -682,14 +683,14 @@ function ie(r) {
|
|
|
682
683
|
function De(r) {
|
|
683
684
|
return r === !1 || r == null ? r : c.isArray(r) ? r.map(De) : String(r);
|
|
684
685
|
}
|
|
685
|
-
function
|
|
686
|
+
function qn(r) {
|
|
686
687
|
const e = /* @__PURE__ */ Object.create(null), t = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
687
688
|
let n;
|
|
688
689
|
for (; n = t.exec(r); )
|
|
689
690
|
e[n[1]] = n[2];
|
|
690
691
|
return e;
|
|
691
692
|
}
|
|
692
|
-
const
|
|
693
|
+
const Dn = (r) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(r.trim());
|
|
693
694
|
function Me(r, e, t, n, s) {
|
|
694
695
|
if (c.isFunction(n))
|
|
695
696
|
return n.call(this, e, t);
|
|
@@ -700,10 +701,10 @@ function Me(r, e, t, n, s) {
|
|
|
700
701
|
return n.test(e);
|
|
701
702
|
}
|
|
702
703
|
}
|
|
703
|
-
function
|
|
704
|
+
function jn(r) {
|
|
704
705
|
return r.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (e, t, n) => t.toUpperCase() + n);
|
|
705
706
|
}
|
|
706
|
-
function
|
|
707
|
+
function Nn(r, e) {
|
|
707
708
|
const t = c.toCamelCase(" " + e);
|
|
708
709
|
["get", "set", "has"].forEach((n) => {
|
|
709
710
|
Object.defineProperty(r, n + t, {
|
|
@@ -730,7 +731,7 @@ let G = class {
|
|
|
730
731
|
const i = (a, h) => c.forEach(a, (p, u) => o(p, u, h));
|
|
731
732
|
if (c.isPlainObject(e) || e instanceof this.constructor)
|
|
732
733
|
i(e, t);
|
|
733
|
-
else if (c.isString(e) && (e = e.trim()) && !
|
|
734
|
+
else if (c.isString(e) && (e = e.trim()) && !Dn(e))
|
|
734
735
|
i(In(e), t);
|
|
735
736
|
else if (c.isObject(e) && c.isIterable(e)) {
|
|
736
737
|
let a = {}, h, p;
|
|
@@ -752,7 +753,7 @@ let G = class {
|
|
|
752
753
|
if (!t)
|
|
753
754
|
return s;
|
|
754
755
|
if (t === !0)
|
|
755
|
-
return
|
|
756
|
+
return qn(s);
|
|
756
757
|
if (c.isFunction(t))
|
|
757
758
|
return t.call(this, s, n);
|
|
758
759
|
if (c.isRegExp(t))
|
|
@@ -796,7 +797,7 @@ let G = class {
|
|
|
796
797
|
t[i] = De(s), delete t[o];
|
|
797
798
|
return;
|
|
798
799
|
}
|
|
799
|
-
const a = e ?
|
|
800
|
+
const a = e ? jn(o) : String(o).trim();
|
|
800
801
|
a !== o && delete t[o], t[a] = De(s), n[a] = !0;
|
|
801
802
|
}), this;
|
|
802
803
|
}
|
|
@@ -835,7 +836,7 @@ let G = class {
|
|
|
835
836
|
}).accessors, s = this.prototype;
|
|
836
837
|
function o(i) {
|
|
837
838
|
const a = ie(i);
|
|
838
|
-
n[a] || (
|
|
839
|
+
n[a] || (Nn(s, i), n[a] = !0);
|
|
839
840
|
}
|
|
840
841
|
return c.isArray(e) ? e.forEach(o) : o(e), this;
|
|
841
842
|
}
|
|
@@ -885,11 +886,11 @@ function vt(r, e, t) {
|
|
|
885
886
|
t
|
|
886
887
|
));
|
|
887
888
|
}
|
|
888
|
-
function
|
|
889
|
+
function Fn(r) {
|
|
889
890
|
const e = /^([-+\w]{1,25})(:?\/\/|:)/.exec(r);
|
|
890
891
|
return e && e[1] || "";
|
|
891
892
|
}
|
|
892
|
-
function
|
|
893
|
+
function Un(r, e) {
|
|
893
894
|
r = r || 10;
|
|
894
895
|
const t = new Array(r), n = new Array(r);
|
|
895
896
|
let s = 0, o = 0, i;
|
|
@@ -905,7 +906,7 @@ function Fn(r, e) {
|
|
|
905
906
|
return R ? Math.round(w * 1e3 / R) : void 0;
|
|
906
907
|
};
|
|
907
908
|
}
|
|
908
|
-
function
|
|
909
|
+
function Ln(r, e) {
|
|
909
910
|
let t = 0, n = 1e3 / e, s, o;
|
|
910
911
|
const i = (p, u = Date.now()) => {
|
|
911
912
|
t = u, s = null, o && (clearTimeout(o), o = null), r(...p);
|
|
@@ -919,8 +920,8 @@ function Un(r, e) {
|
|
|
919
920
|
}
|
|
920
921
|
const Ne = (r, e, t = 3) => {
|
|
921
922
|
let n = 0;
|
|
922
|
-
const s =
|
|
923
|
-
return
|
|
923
|
+
const s = Un(50, 250);
|
|
924
|
+
return Ln((o) => {
|
|
924
925
|
const i = o.loaded, a = o.lengthComputable ? o.total : void 0, h = i - n, p = s(h), u = i <= a;
|
|
925
926
|
n = i;
|
|
926
927
|
const y = {
|
|
@@ -943,10 +944,10 @@ const Ne = (r, e, t = 3) => {
|
|
|
943
944
|
total: r,
|
|
944
945
|
loaded: n
|
|
945
946
|
}), e[1]];
|
|
946
|
-
}, vr = (r) => (...e) => c.asap(() => r(...e)),
|
|
947
|
+
}, vr = (r) => (...e) => c.asap(() => r(...e)), Bn = H.hasStandardBrowserEnv ? /* @__PURE__ */ ((r, e) => (t) => (t = new URL(t, H.origin), r.protocol === t.protocol && r.host === t.host && (e || r.port === t.port)))(
|
|
947
948
|
new URL(H.origin),
|
|
948
949
|
H.navigator && /(msie|trident)/i.test(H.navigator.userAgent)
|
|
949
|
-
) : () => !0,
|
|
950
|
+
) : () => !0, Hn = H.hasStandardBrowserEnv ? (
|
|
950
951
|
// Standard browser envs support document.cookie
|
|
951
952
|
{
|
|
952
953
|
write(r, e, t, n, s, o, i) {
|
|
@@ -975,15 +976,15 @@ const Ne = (r, e, t = 3) => {
|
|
|
975
976
|
}
|
|
976
977
|
}
|
|
977
978
|
);
|
|
978
|
-
function
|
|
979
|
+
function Mn(r) {
|
|
979
980
|
return typeof r != "string" ? !1 : /^([a-z][a-z\d+\-.]*:)?\/\//i.test(r);
|
|
980
981
|
}
|
|
981
|
-
function
|
|
982
|
+
function xn(r, e) {
|
|
982
983
|
return e ? r.replace(/\/?\/$/, "") + "/" + e.replace(/^\/+/, "") : r;
|
|
983
984
|
}
|
|
984
985
|
function St(r, e, t) {
|
|
985
|
-
let n = !
|
|
986
|
-
return r && (n || t == !1) ?
|
|
986
|
+
let n = !Mn(e);
|
|
987
|
+
return r && (n || t == !1) ? xn(r, e) : e;
|
|
987
988
|
}
|
|
988
989
|
const Sr = (r) => r instanceof G ? { ...r } : r;
|
|
989
990
|
function te(r, e) {
|
|
@@ -1071,12 +1072,12 @@ const mt = (r) => {
|
|
|
1071
1072
|
});
|
|
1072
1073
|
}
|
|
1073
1074
|
}
|
|
1074
|
-
if (H.hasStandardBrowserEnv && (n && c.isFunction(n) && (n = n(e)), n || n !== !1 &&
|
|
1075
|
-
const h = s && o &&
|
|
1075
|
+
if (H.hasStandardBrowserEnv && (n && c.isFunction(n) && (n = n(e)), n || n !== !1 && Bn(e.url))) {
|
|
1076
|
+
const h = s && o && Hn.read(o);
|
|
1076
1077
|
h && i.set(s, h);
|
|
1077
1078
|
}
|
|
1078
1079
|
return e;
|
|
1079
|
-
},
|
|
1080
|
+
}, Gn = typeof XMLHttpRequest < "u", Kn = Gn && function(r) {
|
|
1080
1081
|
return new Promise(function(t, n) {
|
|
1081
1082
|
const s = mt(r);
|
|
1082
1083
|
let o = s.data;
|
|
@@ -1090,13 +1091,13 @@ const mt = (r) => {
|
|
|
1090
1091
|
function k() {
|
|
1091
1092
|
if (!S)
|
|
1092
1093
|
return;
|
|
1093
|
-
const
|
|
1094
|
+
const I = G.from(
|
|
1094
1095
|
"getAllResponseHeaders" in S && S.getAllResponseHeaders()
|
|
1095
1096
|
), N = {
|
|
1096
1097
|
data: !a || a === "text" || a === "json" ? S.responseText : S.response,
|
|
1097
1098
|
status: S.status,
|
|
1098
1099
|
statusText: S.statusText,
|
|
1099
|
-
headers:
|
|
1100
|
+
headers: I,
|
|
1100
1101
|
config: r,
|
|
1101
1102
|
request: S
|
|
1102
1103
|
};
|
|
@@ -1124,17 +1125,17 @@ const mt = (r) => {
|
|
|
1124
1125
|
)), S = null;
|
|
1125
1126
|
}, o === void 0 && i.setContentType(null), "setRequestHeader" in S && c.forEach(i.toJSON(), function(j, N) {
|
|
1126
1127
|
S.setRequestHeader(N, j);
|
|
1127
|
-
}), c.isUndefined(s.withCredentials) || (S.withCredentials = !!s.withCredentials), a && a !== "json" && (S.responseType = s.responseType), p && ([w, d] = Ne(p, !0), S.addEventListener("progress", w)), h && S.upload && ([y, R] = Ne(h), S.upload.addEventListener("progress", y), S.upload.addEventListener("loadend", R)), (s.cancelToken || s.signal) && (u = (
|
|
1128
|
-
S && (n(!
|
|
1128
|
+
}), c.isUndefined(s.withCredentials) || (S.withCredentials = !!s.withCredentials), a && a !== "json" && (S.responseType = s.responseType), p && ([w, d] = Ne(p, !0), S.addEventListener("progress", w)), h && S.upload && ([y, R] = Ne(h), S.upload.addEventListener("progress", y), S.upload.addEventListener("loadend", R)), (s.cancelToken || s.signal) && (u = (I) => {
|
|
1129
|
+
S && (n(!I || I.type ? new we(null, r, S) : I), S.abort(), S = null);
|
|
1129
1130
|
}, s.cancelToken && s.cancelToken.subscribe(u), s.signal && (s.signal.aborted ? u() : s.signal.addEventListener("abort", u)));
|
|
1130
|
-
const L =
|
|
1131
|
+
const L = Fn(s.url);
|
|
1131
1132
|
if (L && H.protocols.indexOf(L) === -1) {
|
|
1132
1133
|
n(new _("Unsupported protocol " + L + ":", _.ERR_BAD_REQUEST, r));
|
|
1133
1134
|
return;
|
|
1134
1135
|
}
|
|
1135
1136
|
S.send(o || null);
|
|
1136
1137
|
});
|
|
1137
|
-
},
|
|
1138
|
+
}, zn = (r, e) => {
|
|
1138
1139
|
const { length: t } = r = r ? r.filter(Boolean) : [];
|
|
1139
1140
|
if (e || t) {
|
|
1140
1141
|
let n = new AbortController(), s;
|
|
@@ -1157,7 +1158,7 @@ const mt = (r) => {
|
|
|
1157
1158
|
const { signal: h } = n;
|
|
1158
1159
|
return h.unsubscribe = () => c.asap(a), h;
|
|
1159
1160
|
}
|
|
1160
|
-
},
|
|
1161
|
+
}, Wn = function* (r, e) {
|
|
1161
1162
|
let t = r.byteLength;
|
|
1162
1163
|
if (t < e) {
|
|
1163
1164
|
yield r;
|
|
@@ -1166,10 +1167,10 @@ const mt = (r) => {
|
|
|
1166
1167
|
let n = 0, s;
|
|
1167
1168
|
for (; n < t; )
|
|
1168
1169
|
s = n + e, yield r.slice(n, s), n = s;
|
|
1169
|
-
},
|
|
1170
|
-
for await (const t of
|
|
1171
|
-
yield*
|
|
1172
|
-
},
|
|
1170
|
+
}, Vn = async function* (r, e) {
|
|
1171
|
+
for await (const t of $n(r))
|
|
1172
|
+
yield* Wn(t, e);
|
|
1173
|
+
}, $n = async function* (r) {
|
|
1173
1174
|
if (r[Symbol.asyncIterator]) {
|
|
1174
1175
|
yield* r;
|
|
1175
1176
|
return;
|
|
@@ -1186,7 +1187,7 @@ const mt = (r) => {
|
|
|
1186
1187
|
await e.cancel();
|
|
1187
1188
|
}
|
|
1188
1189
|
}, mr = (r, e, t, n) => {
|
|
1189
|
-
const s =
|
|
1190
|
+
const s = Vn(r, e);
|
|
1190
1191
|
let o = 0, i, a = (h) => {
|
|
1191
1192
|
i || (i = !0, n && n(h));
|
|
1192
1193
|
};
|
|
@@ -1214,7 +1215,7 @@ const mt = (r) => {
|
|
|
1214
1215
|
}, {
|
|
1215
1216
|
highWaterMark: 2
|
|
1216
1217
|
});
|
|
1217
|
-
}, br = 64 * 1024, { isFunction:
|
|
1218
|
+
}, br = 64 * 1024, { isFunction: Ce } = c, Jn = (({ Request: r, Response: e }) => ({
|
|
1218
1219
|
Request: r,
|
|
1219
1220
|
Response: e
|
|
1220
1221
|
}))(c.global), {
|
|
@@ -1226,14 +1227,14 @@ const mt = (r) => {
|
|
|
1226
1227
|
} catch {
|
|
1227
1228
|
return !1;
|
|
1228
1229
|
}
|
|
1229
|
-
},
|
|
1230
|
+
}, Xn = (r) => {
|
|
1230
1231
|
r = c.merge.call({
|
|
1231
1232
|
skipUndefined: !0
|
|
1232
|
-
},
|
|
1233
|
-
const { fetch: e, Request: t, Response: n } = r, s = e ?
|
|
1233
|
+
}, Jn, r);
|
|
1234
|
+
const { fetch: e, Request: t, Response: n } = r, s = e ? Ce(e) : typeof fetch == "function", o = Ce(t), i = Ce(n);
|
|
1234
1235
|
if (!s)
|
|
1235
1236
|
return !1;
|
|
1236
|
-
const a = s &&
|
|
1237
|
+
const a = s && Ce(yr), h = s && (typeof gr == "function" ? /* @__PURE__ */ ((d) => (O) => d.encode(O))(new gr()) : async (d) => new Uint8Array(await new t(d).arrayBuffer())), p = o && a && Or(() => {
|
|
1237
1238
|
let d = !1;
|
|
1238
1239
|
const O = new t(H.origin, {
|
|
1239
1240
|
body: new yr(),
|
|
@@ -1278,7 +1279,7 @@ const mt = (r) => {
|
|
|
1278
1279
|
method: S,
|
|
1279
1280
|
data: k,
|
|
1280
1281
|
signal: L,
|
|
1281
|
-
cancelToken:
|
|
1282
|
+
cancelToken: I,
|
|
1282
1283
|
timeout: j,
|
|
1283
1284
|
onDownloadProgress: N,
|
|
1284
1285
|
onUploadProgress: W,
|
|
@@ -1288,7 +1289,7 @@ const mt = (r) => {
|
|
|
1288
1289
|
fetchOptions: Ae
|
|
1289
1290
|
} = mt(d), Re = e || fetch;
|
|
1290
1291
|
B = B ? (B + "").toLowerCase() : "text";
|
|
1291
|
-
let ne =
|
|
1292
|
+
let ne = zn([L, I && I.toAbortSignal()], j), l = null;
|
|
1292
1293
|
const f = ne && ne.unsubscribe && (() => {
|
|
1293
1294
|
ne.unsubscribe();
|
|
1294
1295
|
});
|
|
@@ -1301,11 +1302,11 @@ const mt = (r) => {
|
|
|
1301
1302
|
duplex: "half"
|
|
1302
1303
|
}), E;
|
|
1303
1304
|
if (c.isFormData(k) && (E = A.headers.get("content-type")) && Y.setContentType(E), A.body) {
|
|
1304
|
-
const [
|
|
1305
|
+
const [C, F] = hr(
|
|
1305
1306
|
m,
|
|
1306
1307
|
Ne(vr(W))
|
|
1307
1308
|
);
|
|
1308
|
-
k = mr(A.body, br,
|
|
1309
|
+
k = mr(A.body, br, C, F);
|
|
1309
1310
|
}
|
|
1310
1311
|
}
|
|
1311
1312
|
c.isString(J) || (J = J ? "include" : "omit");
|
|
@@ -1326,12 +1327,12 @@ const mt = (r) => {
|
|
|
1326
1327
|
["status", "statusText", "headers"].forEach((X) => {
|
|
1327
1328
|
A[X] = v[X];
|
|
1328
1329
|
});
|
|
1329
|
-
const E = c.toFiniteNumber(v.headers.get("content-length")), [
|
|
1330
|
+
const E = c.toFiniteNumber(v.headers.get("content-length")), [C, F] = N && hr(
|
|
1330
1331
|
E,
|
|
1331
1332
|
Ne(vr(N), !0)
|
|
1332
1333
|
) || [];
|
|
1333
1334
|
v = new n(
|
|
1334
|
-
mr(v.body, br,
|
|
1335
|
+
mr(v.body, br, C, () => {
|
|
1335
1336
|
F && F(), f && f();
|
|
1336
1337
|
}),
|
|
1337
1338
|
A
|
|
@@ -1358,22 +1359,22 @@ const mt = (r) => {
|
|
|
1358
1359
|
) : _.from(g, g && g.code, d, l, g && g.response);
|
|
1359
1360
|
}
|
|
1360
1361
|
};
|
|
1361
|
-
},
|
|
1362
|
+
}, Yn = /* @__PURE__ */ new Map(), bt = (r) => {
|
|
1362
1363
|
let e = r && r.env || {};
|
|
1363
1364
|
const { fetch: t, Request: n, Response: s } = e, o = [
|
|
1364
1365
|
n,
|
|
1365
1366
|
s,
|
|
1366
1367
|
t
|
|
1367
1368
|
];
|
|
1368
|
-
let i = o.length, a = i, h, p, u =
|
|
1369
|
+
let i = o.length, a = i, h, p, u = Yn;
|
|
1369
1370
|
for (; a--; )
|
|
1370
|
-
h = o[a], p = u.get(h), p === void 0 && u.set(h, p = a ? /* @__PURE__ */ new Map() :
|
|
1371
|
+
h = o[a], p = u.get(h), p === void 0 && u.set(h, p = a ? /* @__PURE__ */ new Map() : Xn(e)), u = p;
|
|
1371
1372
|
return p;
|
|
1372
1373
|
};
|
|
1373
1374
|
bt();
|
|
1374
1375
|
const cr = {
|
|
1375
|
-
http:
|
|
1376
|
-
xhr:
|
|
1376
|
+
http: hn,
|
|
1377
|
+
xhr: Kn,
|
|
1377
1378
|
fetch: {
|
|
1378
1379
|
get: bt
|
|
1379
1380
|
}
|
|
@@ -1387,8 +1388,8 @@ c.forEach(cr, (r, e) => {
|
|
|
1387
1388
|
Object.defineProperty(r, "adapterName", { value: e });
|
|
1388
1389
|
}
|
|
1389
1390
|
});
|
|
1390
|
-
const Er = (r) => `- ${r}`,
|
|
1391
|
-
function
|
|
1391
|
+
const Er = (r) => `- ${r}`, Qn = (r) => c.isFunction(r) || r === null || r === !1;
|
|
1392
|
+
function Zn(r, e) {
|
|
1392
1393
|
r = c.isArray(r) ? r : [r];
|
|
1393
1394
|
const { length: t } = r;
|
|
1394
1395
|
let n, s;
|
|
@@ -1396,7 +1397,7 @@ function Qn(r, e) {
|
|
|
1396
1397
|
for (let i = 0; i < t; i++) {
|
|
1397
1398
|
n = r[i];
|
|
1398
1399
|
let a;
|
|
1399
|
-
if (s = n, !
|
|
1400
|
+
if (s = n, !Qn(n) && (s = cr[(a = String(n)).toLowerCase()], s === void 0))
|
|
1400
1401
|
throw new _(`Unknown adapter '${a}'`);
|
|
1401
1402
|
if (s && (c.isFunction(s) || (s = s.get(e))))
|
|
1402
1403
|
break;
|
|
@@ -1421,7 +1422,7 @@ const yt = {
|
|
|
1421
1422
|
* Resolve an adapter from a list of adapter names or functions.
|
|
1422
1423
|
* @type {Function}
|
|
1423
1424
|
*/
|
|
1424
|
-
getAdapter:
|
|
1425
|
+
getAdapter: Zn,
|
|
1425
1426
|
/**
|
|
1426
1427
|
* Exposes all known adapters
|
|
1427
1428
|
* @type {Object<string, Function|Object>}
|
|
@@ -1478,7 +1479,7 @@ He.transitional = function(e, t, n) {
|
|
|
1478
1479
|
He.spelling = function(e) {
|
|
1479
1480
|
return (t, n) => (console.warn(`${n} is likely a misspelling of ${e}`), !0);
|
|
1480
1481
|
};
|
|
1481
|
-
function
|
|
1482
|
+
function es(r, e, t) {
|
|
1482
1483
|
if (typeof r != "object")
|
|
1483
1484
|
throw new _("options must be an object", _.ERR_BAD_OPTION_VALUE);
|
|
1484
1485
|
const n = Object.keys(r);
|
|
@@ -1496,7 +1497,7 @@ function Zn(r, e, t) {
|
|
|
1496
1497
|
}
|
|
1497
1498
|
}
|
|
1498
1499
|
const je = {
|
|
1499
|
-
assertOptions:
|
|
1500
|
+
assertOptions: es,
|
|
1500
1501
|
validators: He
|
|
1501
1502
|
}, z = je.validators;
|
|
1502
1503
|
let re = class {
|
|
@@ -1628,7 +1629,7 @@ c.forEach(["post", "put", "patch"], function(e) {
|
|
|
1628
1629
|
}
|
|
1629
1630
|
re.prototype[e] = t(), re.prototype[e + "Form"] = t(!0);
|
|
1630
1631
|
});
|
|
1631
|
-
let
|
|
1632
|
+
let rs = class Ot {
|
|
1632
1633
|
constructor(e) {
|
|
1633
1634
|
if (typeof e != "function")
|
|
1634
1635
|
throw new TypeError("executor must be a function.");
|
|
@@ -1701,12 +1702,12 @@ let es = class Ot {
|
|
|
1701
1702
|
};
|
|
1702
1703
|
}
|
|
1703
1704
|
};
|
|
1704
|
-
function
|
|
1705
|
+
function ts(r) {
|
|
1705
1706
|
return function(t) {
|
|
1706
1707
|
return r.apply(null, t);
|
|
1707
1708
|
};
|
|
1708
1709
|
}
|
|
1709
|
-
function
|
|
1710
|
+
function ns(r) {
|
|
1710
1711
|
return c.isObject(r) && r.isAxiosError === !0;
|
|
1711
1712
|
}
|
|
1712
1713
|
const nr = {
|
|
@@ -1792,7 +1793,7 @@ function Et(r) {
|
|
|
1792
1793
|
const D = Et(Te);
|
|
1793
1794
|
D.Axios = re;
|
|
1794
1795
|
D.CanceledError = we;
|
|
1795
|
-
D.CancelToken =
|
|
1796
|
+
D.CancelToken = rs;
|
|
1796
1797
|
D.isCancel = ht;
|
|
1797
1798
|
D.VERSION = gt;
|
|
1798
1799
|
D.toFormData = Be;
|
|
@@ -1801,8 +1802,8 @@ D.Cancel = D.CanceledError;
|
|
|
1801
1802
|
D.all = function(e) {
|
|
1802
1803
|
return Promise.all(e);
|
|
1803
1804
|
};
|
|
1804
|
-
D.spread =
|
|
1805
|
-
D.isAxiosError =
|
|
1805
|
+
D.spread = ts;
|
|
1806
|
+
D.isAxiosError = ns;
|
|
1806
1807
|
D.mergeConfig = te;
|
|
1807
1808
|
D.AxiosHeaders = G;
|
|
1808
1809
|
D.formToJSON = (r) => pt(c.isHTMLForm(r) ? new FormData(r) : r);
|
|
@@ -1810,23 +1811,23 @@ D.getAdapter = yt.getAdapter;
|
|
|
1810
1811
|
D.HttpStatusCode = nr;
|
|
1811
1812
|
D.default = D;
|
|
1812
1813
|
const {
|
|
1813
|
-
Axios:
|
|
1814
|
-
AxiosError:
|
|
1815
|
-
CanceledError:
|
|
1816
|
-
isCancel:
|
|
1817
|
-
CancelToken:
|
|
1818
|
-
VERSION:
|
|
1819
|
-
all:
|
|
1820
|
-
Cancel:
|
|
1821
|
-
isAxiosError:
|
|
1822
|
-
spread:
|
|
1823
|
-
toFormData:
|
|
1824
|
-
AxiosHeaders:
|
|
1825
|
-
HttpStatusCode:
|
|
1826
|
-
formToJSON:
|
|
1827
|
-
getAdapter:
|
|
1828
|
-
mergeConfig:
|
|
1829
|
-
} = D;
|
|
1814
|
+
Axios: Js,
|
|
1815
|
+
AxiosError: Xs,
|
|
1816
|
+
CanceledError: Ys,
|
|
1817
|
+
isCancel: Qs,
|
|
1818
|
+
CancelToken: Zs,
|
|
1819
|
+
VERSION: eo,
|
|
1820
|
+
all: ro,
|
|
1821
|
+
Cancel: to,
|
|
1822
|
+
isAxiosError: no,
|
|
1823
|
+
spread: so,
|
|
1824
|
+
toFormData: oo,
|
|
1825
|
+
AxiosHeaders: io,
|
|
1826
|
+
HttpStatusCode: ao,
|
|
1827
|
+
formToJSON: co,
|
|
1828
|
+
getAdapter: uo,
|
|
1829
|
+
mergeConfig: lo
|
|
1830
|
+
} = D, ss = "1.0.5964";
|
|
1830
1831
|
async function P(r) {
|
|
1831
1832
|
var e, t, n;
|
|
1832
1833
|
try {
|
|
@@ -1838,7 +1839,10 @@ async function P(r) {
|
|
|
1838
1839
|
headers: {
|
|
1839
1840
|
Authorization: `Bearer ${r.token}`,
|
|
1840
1841
|
"Content-Type": "application/json",
|
|
1841
|
-
"Cache-Control": "no-cache, no-store, must-revalidate"
|
|
1842
|
+
"Cache-Control": "no-cache, no-store, must-revalidate",
|
|
1843
|
+
"X-Client": "node-sdk",
|
|
1844
|
+
"X-Application": wt.hostname(),
|
|
1845
|
+
"X-Version": ss
|
|
1842
1846
|
},
|
|
1843
1847
|
data: r.body,
|
|
1844
1848
|
family: 4
|
|
@@ -1863,7 +1867,7 @@ async function P(r) {
|
|
|
1863
1867
|
};
|
|
1864
1868
|
}
|
|
1865
1869
|
}
|
|
1866
|
-
class
|
|
1870
|
+
class os {
|
|
1867
1871
|
constructor(e) {
|
|
1868
1872
|
this.parent = e;
|
|
1869
1873
|
}
|
|
@@ -1876,7 +1880,7 @@ class ns {
|
|
|
1876
1880
|
});
|
|
1877
1881
|
}
|
|
1878
1882
|
}
|
|
1879
|
-
class
|
|
1883
|
+
class is {
|
|
1880
1884
|
constructor(e) {
|
|
1881
1885
|
this.parent = e;
|
|
1882
1886
|
}
|
|
@@ -1910,7 +1914,7 @@ class ss {
|
|
|
1910
1914
|
}
|
|
1911
1915
|
}
|
|
1912
1916
|
}
|
|
1913
|
-
class
|
|
1917
|
+
class as {
|
|
1914
1918
|
constructor(e) {
|
|
1915
1919
|
this.parent = e;
|
|
1916
1920
|
}
|
|
@@ -1962,7 +1966,7 @@ class os {
|
|
|
1962
1966
|
);
|
|
1963
1967
|
}
|
|
1964
1968
|
}
|
|
1965
|
-
class
|
|
1969
|
+
class cs {
|
|
1966
1970
|
constructor(e) {
|
|
1967
1971
|
this.parent = e;
|
|
1968
1972
|
}
|
|
@@ -1975,7 +1979,7 @@ class is {
|
|
|
1975
1979
|
});
|
|
1976
1980
|
}
|
|
1977
1981
|
}
|
|
1978
|
-
class
|
|
1982
|
+
class us {
|
|
1979
1983
|
constructor(e) {
|
|
1980
1984
|
this.parent = e;
|
|
1981
1985
|
}
|
|
@@ -1987,7 +1991,7 @@ class as {
|
|
|
1987
1991
|
});
|
|
1988
1992
|
}
|
|
1989
1993
|
}
|
|
1990
|
-
class
|
|
1994
|
+
class ls {
|
|
1991
1995
|
constructor(e) {
|
|
1992
1996
|
this.parent = e;
|
|
1993
1997
|
}
|
|
@@ -2003,7 +2007,7 @@ class cs {
|
|
|
2003
2007
|
return n.success == !0 && !(n.response.body instanceof Array) && (n.response.body = [n.response.body]), n;
|
|
2004
2008
|
}
|
|
2005
2009
|
}
|
|
2006
|
-
class
|
|
2010
|
+
class ds {
|
|
2007
2011
|
constructor(e) {
|
|
2008
2012
|
this.parent = e;
|
|
2009
2013
|
}
|
|
@@ -2116,7 +2120,7 @@ class us {
|
|
|
2116
2120
|
);
|
|
2117
2121
|
}
|
|
2118
2122
|
}
|
|
2119
|
-
class
|
|
2123
|
+
class fs {
|
|
2120
2124
|
constructor(e) {
|
|
2121
2125
|
this.parent = e;
|
|
2122
2126
|
}
|
|
@@ -2319,7 +2323,7 @@ class ls {
|
|
|
2319
2323
|
});
|
|
2320
2324
|
}
|
|
2321
2325
|
}
|
|
2322
|
-
class
|
|
2326
|
+
class ps {
|
|
2323
2327
|
constructor(e) {
|
|
2324
2328
|
this.parent = e;
|
|
2325
2329
|
}
|
|
@@ -2377,7 +2381,7 @@ class ds {
|
|
|
2377
2381
|
);
|
|
2378
2382
|
}
|
|
2379
2383
|
}
|
|
2380
|
-
class
|
|
2384
|
+
class hs {
|
|
2381
2385
|
constructor(e) {
|
|
2382
2386
|
this.parent = e;
|
|
2383
2387
|
}
|
|
@@ -2420,7 +2424,7 @@ class fs {
|
|
|
2420
2424
|
});
|
|
2421
2425
|
}
|
|
2422
2426
|
}
|
|
2423
|
-
class
|
|
2427
|
+
class vs {
|
|
2424
2428
|
constructor(e) {
|
|
2425
2429
|
this.parent = e;
|
|
2426
2430
|
}
|
|
@@ -2474,7 +2478,7 @@ class ps {
|
|
|
2474
2478
|
}
|
|
2475
2479
|
}
|
|
2476
2480
|
var Tr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2477
|
-
function
|
|
2481
|
+
function Ss(r) {
|
|
2478
2482
|
return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
|
|
2479
2483
|
}
|
|
2480
2484
|
var Ke = {}, Z = {}, wr;
|
|
@@ -2632,7 +2636,7 @@ function M() {
|
|
|
2632
2636
|
}), ae;
|
|
2633
2637
|
}
|
|
2634
2638
|
var ze = {}, kr;
|
|
2635
|
-
function
|
|
2639
|
+
function ms() {
|
|
2636
2640
|
return kr || (kr = 1, (function(r) {
|
|
2637
2641
|
Object.defineProperty(r, "__esModule", { value: !0 }), r.CreateEventHookModelDTO = void 0, (function(e) {
|
|
2638
2642
|
(function(t) {
|
|
@@ -2641,9 +2645,9 @@ function vs() {
|
|
|
2641
2645
|
})(r.CreateEventHookModelDTO || (r.CreateEventHookModelDTO = {}));
|
|
2642
2646
|
})(ze)), ze;
|
|
2643
2647
|
}
|
|
2644
|
-
var We = {},
|
|
2645
|
-
function
|
|
2646
|
-
return
|
|
2648
|
+
var We = {}, Cr;
|
|
2649
|
+
function bs() {
|
|
2650
|
+
return Cr || (Cr = 1, (function(r) {
|
|
2647
2651
|
Object.defineProperty(r, "__esModule", { value: !0 }), r.EventLogDTO = void 0, (function(e) {
|
|
2648
2652
|
(function(t) {
|
|
2649
2653
|
t.WAITING = "waiting", t.WORKING = "working", t.FINISHED = "finished", t.ERROR = "error";
|
|
@@ -2651,9 +2655,9 @@ function Ss() {
|
|
|
2651
2655
|
})(r.EventLogDTO || (r.EventLogDTO = {}));
|
|
2652
2656
|
})(We)), We;
|
|
2653
2657
|
}
|
|
2654
|
-
var Ve = {},
|
|
2655
|
-
function
|
|
2656
|
-
return
|
|
2658
|
+
var Ve = {}, Ir;
|
|
2659
|
+
function ys() {
|
|
2660
|
+
return Ir || (Ir = 1, (function(r) {
|
|
2657
2661
|
Object.defineProperty(r, "__esModule", { value: !0 }), r.Ping = void 0, (function(e) {
|
|
2658
2662
|
(function(t) {
|
|
2659
2663
|
t.ROCKS = "rocks";
|
|
@@ -2662,7 +2666,7 @@ function ms() {
|
|
|
2662
2666
|
})(Ve)), Ve;
|
|
2663
2667
|
}
|
|
2664
2668
|
var $e = {}, qr;
|
|
2665
|
-
function
|
|
2669
|
+
function gs() {
|
|
2666
2670
|
return qr || (qr = 1, (function(r) {
|
|
2667
2671
|
Object.defineProperty(r, "__esModule", { value: !0 }), r.PostServerModelDTO = void 0, (function(e) {
|
|
2668
2672
|
(function(t) {
|
|
@@ -2672,7 +2676,7 @@ function bs() {
|
|
|
2672
2676
|
})($e)), $e;
|
|
2673
2677
|
}
|
|
2674
2678
|
var Je = {}, Dr;
|
|
2675
|
-
function
|
|
2679
|
+
function Os() {
|
|
2676
2680
|
return Dr || (Dr = 1, (function(r) {
|
|
2677
2681
|
Object.defineProperty(r, "__esModule", { value: !0 }), r.PriceDTO = void 0, (function(e) {
|
|
2678
2682
|
(function(t) {
|
|
@@ -2682,7 +2686,7 @@ function ys() {
|
|
|
2682
2686
|
})(Je)), Je;
|
|
2683
2687
|
}
|
|
2684
2688
|
var Xe = {}, jr;
|
|
2685
|
-
function
|
|
2689
|
+
function Es() {
|
|
2686
2690
|
return jr || (jr = 1, (function(r) {
|
|
2687
2691
|
Object.defineProperty(r, "__esModule", { value: !0 }), r.ServerDTO = void 0, (function(e) {
|
|
2688
2692
|
(function(t) {
|
|
@@ -2696,7 +2700,7 @@ function gs() {
|
|
|
2696
2700
|
})(Xe)), Xe;
|
|
2697
2701
|
}
|
|
2698
2702
|
var Ye = {}, Nr;
|
|
2699
|
-
function
|
|
2703
|
+
function Ps() {
|
|
2700
2704
|
return Nr || (Nr = 1, (function(r) {
|
|
2701
2705
|
Object.defineProperty(r, "__esModule", { value: !0 }), r.ServerImageDTO = void 0, (function(e) {
|
|
2702
2706
|
(function(t) {
|
|
@@ -2706,7 +2710,7 @@ function Os() {
|
|
|
2706
2710
|
})(Ye)), Ye;
|
|
2707
2711
|
}
|
|
2708
2712
|
var Qe = {}, Fr;
|
|
2709
|
-
function
|
|
2713
|
+
function _s() {
|
|
2710
2714
|
return Fr || (Fr = 1, (function(r) {
|
|
2711
2715
|
Object.defineProperty(r, "__esModule", { value: !0 }), r.SnapshotDTO = void 0, (function(e) {
|
|
2712
2716
|
(function(t) {
|
|
@@ -2718,11 +2722,11 @@ function Es() {
|
|
|
2718
2722
|
})(Qe)), Qe;
|
|
2719
2723
|
}
|
|
2720
2724
|
var ce = {}, U = {}, Ze, Ur;
|
|
2721
|
-
function
|
|
2725
|
+
function Ts() {
|
|
2722
2726
|
return Ur || (Ur = 1, Ze = typeof self == "object" ? self.FormData : window.FormData), Ze;
|
|
2723
2727
|
}
|
|
2724
|
-
var
|
|
2725
|
-
function
|
|
2728
|
+
var Ie = { exports: {} }, Lr;
|
|
2729
|
+
function ws() {
|
|
2726
2730
|
return Lr || (Lr = 1, (function(r, e) {
|
|
2727
2731
|
var t = function() {
|
|
2728
2732
|
if (typeof self < "u")
|
|
@@ -2734,7 +2738,7 @@ function _s() {
|
|
|
2734
2738
|
throw new Error("unable to locate global object");
|
|
2735
2739
|
}, n = t();
|
|
2736
2740
|
r.exports = e = n.fetch, n.fetch && (e.default = n.fetch.bind(n)), e.Headers = n.Headers, e.Request = n.Request, e.Response = n.Response;
|
|
2737
|
-
})(
|
|
2741
|
+
})(Ie, Ie.exports)), Ie.exports;
|
|
2738
2742
|
}
|
|
2739
2743
|
var Br;
|
|
2740
2744
|
function K() {
|
|
@@ -2771,22 +2775,22 @@ function K() {
|
|
|
2771
2775
|
});
|
|
2772
2776
|
}
|
|
2773
2777
|
return new (m || (m = Promise))(function(v, T) {
|
|
2774
|
-
function q(
|
|
2778
|
+
function q(C) {
|
|
2775
2779
|
try {
|
|
2776
|
-
E(g.next(
|
|
2780
|
+
E(g.next(C));
|
|
2777
2781
|
} catch (F) {
|
|
2778
2782
|
T(F);
|
|
2779
2783
|
}
|
|
2780
2784
|
}
|
|
2781
|
-
function A(
|
|
2785
|
+
function A(C) {
|
|
2782
2786
|
try {
|
|
2783
|
-
E(g.throw(
|
|
2787
|
+
E(g.throw(C));
|
|
2784
2788
|
} catch (F) {
|
|
2785
2789
|
T(F);
|
|
2786
2790
|
}
|
|
2787
2791
|
}
|
|
2788
|
-
function E(
|
|
2789
|
-
|
|
2792
|
+
function E(C) {
|
|
2793
|
+
C.done ? v(C.value) : b(C.value).then(q, A);
|
|
2790
2794
|
}
|
|
2791
2795
|
E((g = g.apply(l, f || [])).next());
|
|
2792
2796
|
});
|
|
@@ -2799,8 +2803,8 @@ function K() {
|
|
|
2799
2803
|
return this;
|
|
2800
2804
|
}), T;
|
|
2801
2805
|
function q(E) {
|
|
2802
|
-
return function(
|
|
2803
|
-
return A([E,
|
|
2806
|
+
return function(C) {
|
|
2807
|
+
return A([E, C]);
|
|
2804
2808
|
};
|
|
2805
2809
|
}
|
|
2806
2810
|
function A(E) {
|
|
@@ -2841,8 +2845,8 @@ function K() {
|
|
|
2841
2845
|
continue;
|
|
2842
2846
|
}
|
|
2843
2847
|
E = f.call(l, m);
|
|
2844
|
-
} catch (
|
|
2845
|
-
E = [6,
|
|
2848
|
+
} catch (C) {
|
|
2849
|
+
E = [6, C], b = 0;
|
|
2846
2850
|
} finally {
|
|
2847
2851
|
g = v = 0;
|
|
2848
2852
|
}
|
|
@@ -2853,7 +2857,7 @@ function K() {
|
|
|
2853
2857
|
return l && l.__esModule ? l : { default: l };
|
|
2854
2858
|
};
|
|
2855
2859
|
Object.defineProperty(r, "__esModule", { value: !0 }), r.request = r.sendRequest = void 0;
|
|
2856
|
-
var h = a(
|
|
2860
|
+
var h = a(Ts()), p = s(ws()), u = Pt(), y = _t(), w = function(l) {
|
|
2857
2861
|
return l != null;
|
|
2858
2862
|
}, R = function(l) {
|
|
2859
2863
|
return typeof l == "string";
|
|
@@ -2884,7 +2888,7 @@ function K() {
|
|
|
2884
2888
|
var v = b[0], T = b[1];
|
|
2885
2889
|
g(v, T);
|
|
2886
2890
|
}), f.length > 0 ? "?".concat(f.join("&")) : "";
|
|
2887
|
-
},
|
|
2891
|
+
}, I = function(l, f) {
|
|
2888
2892
|
var m = l.ENCODE_PATH || encodeURI, g = f.url.replace("{api-version}", l.VERSION).replace(/{(.*?)}/g, function(v, T) {
|
|
2889
2893
|
var q;
|
|
2890
2894
|
return !((q = f.path) === null || q === void 0) && q.hasOwnProperty(T) ? m(String(f.path[T])) : v;
|
|
@@ -2928,10 +2932,10 @@ function K() {
|
|
|
2928
2932
|
case 4:
|
|
2929
2933
|
return v = A.sent(), T = Object.entries(e(e({ Accept: "application/json" }, v), f.headers)).filter(function(E) {
|
|
2930
2934
|
E[0];
|
|
2931
|
-
var
|
|
2932
|
-
return w(
|
|
2933
|
-
}).reduce(function(E,
|
|
2934
|
-
var F, X =
|
|
2935
|
+
var C = E[1];
|
|
2936
|
+
return w(C);
|
|
2937
|
+
}).reduce(function(E, C) {
|
|
2938
|
+
var F, X = C[0], ke = C[1];
|
|
2935
2939
|
return e(e({}, E), (F = {}, F[X] = String(ke), F));
|
|
2936
2940
|
}, {}), d(m) && (T.Authorization = "Bearer ".concat(m)), d(g) && d(b) && (q = k("".concat(g, ":").concat(b)), T.Authorization = "Basic ".concat(q)), f.body && (f.mediaType ? T["Content-Type"] = f.mediaType : O(f.body) ? T["Content-Type"] = "application/octet-stream" : R(f.body) ? T["Content-Type"] = "text/plain" : S(f.body) || (T["Content-Type"] = "application/json")), [2, new p.Headers(T)];
|
|
2937
2941
|
}
|
|
@@ -3002,22 +3006,22 @@ function K() {
|
|
|
3002
3006
|
}, ne = function(l, f) {
|
|
3003
3007
|
return new y.CancelablePromise(function(m, g, b) {
|
|
3004
3008
|
return o(void 0, void 0, void 0, function() {
|
|
3005
|
-
var v, T, q, A, E,
|
|
3009
|
+
var v, T, q, A, E, C, F, X, ke;
|
|
3006
3010
|
return i(this, function(Q) {
|
|
3007
3011
|
switch (Q.label) {
|
|
3008
3012
|
case 0:
|
|
3009
|
-
return Q.trys.push([0, 5, , 6]), v =
|
|
3013
|
+
return Q.trys.push([0, 5, , 6]), v = I(l, f), T = j(f), q = B(f), [4, W(l, f)];
|
|
3010
3014
|
case 1:
|
|
3011
3015
|
return A = Q.sent(), b.isCancelled ? [3, 4] : [4, (0, r.sendRequest)(f, v, q, T, A, b)];
|
|
3012
3016
|
case 2:
|
|
3013
3017
|
return E = Q.sent(), [4, Ae(E)];
|
|
3014
3018
|
case 3:
|
|
3015
|
-
|
|
3019
|
+
C = Q.sent(), F = J(E, f.responseHeader), X = {
|
|
3016
3020
|
url: v,
|
|
3017
3021
|
ok: E.ok,
|
|
3018
3022
|
status: E.status,
|
|
3019
3023
|
statusText: E.statusText,
|
|
3020
|
-
body: F ??
|
|
3024
|
+
body: F ?? C
|
|
3021
3025
|
}, Re(f, X), m(X.body), Q.label = 4;
|
|
3022
3026
|
case 4:
|
|
3023
3027
|
return [3, 6];
|
|
@@ -3037,7 +3041,7 @@ function K() {
|
|
|
3037
3041
|
})(U)), U;
|
|
3038
3042
|
}
|
|
3039
3043
|
var Hr;
|
|
3040
|
-
function
|
|
3044
|
+
function As() {
|
|
3041
3045
|
if (Hr) return ce;
|
|
3042
3046
|
Hr = 1, Object.defineProperty(ce, "__esModule", { value: !0 }), ce.AccountInformationService = void 0;
|
|
3043
3047
|
var r = M(), e = K(), t = (
|
|
@@ -3056,7 +3060,7 @@ function Ts() {
|
|
|
3056
3060
|
return ce.AccountInformationService = t, ce;
|
|
3057
3061
|
}
|
|
3058
3062
|
var ue = {}, Mr;
|
|
3059
|
-
function
|
|
3063
|
+
function Rs() {
|
|
3060
3064
|
if (Mr) return ue;
|
|
3061
3065
|
Mr = 1, Object.defineProperty(ue, "__esModule", { value: !0 }), ue.AccountScriptsFilesService = void 0;
|
|
3062
3066
|
var r = M(), e = K(), t = (
|
|
@@ -3121,7 +3125,7 @@ function ws() {
|
|
|
3121
3125
|
return ue.AccountScriptsFilesService = t, ue;
|
|
3122
3126
|
}
|
|
3123
3127
|
var le = {}, xr;
|
|
3124
|
-
function
|
|
3128
|
+
function ks() {
|
|
3125
3129
|
if (xr) return le;
|
|
3126
3130
|
xr = 1, Object.defineProperty(le, "__esModule", { value: !0 }), le.EventCallbacksHooksService = void 0;
|
|
3127
3131
|
var r = M(), e = K(), t = (
|
|
@@ -3173,7 +3177,7 @@ function As() {
|
|
|
3173
3177
|
return le.EventCallbacksHooksService = t, le;
|
|
3174
3178
|
}
|
|
3175
3179
|
var de = {}, Gr;
|
|
3176
|
-
function
|
|
3180
|
+
function Cs() {
|
|
3177
3181
|
if (Gr) return de;
|
|
3178
3182
|
Gr = 1, Object.defineProperty(de, "__esModule", { value: !0 }), de.PingService = void 0;
|
|
3179
3183
|
var r = M(), e = K(), t = (
|
|
@@ -3192,7 +3196,7 @@ function Rs() {
|
|
|
3192
3196
|
return de.PingService = t, de;
|
|
3193
3197
|
}
|
|
3194
3198
|
var fe = {}, Kr;
|
|
3195
|
-
function
|
|
3199
|
+
function Is() {
|
|
3196
3200
|
if (Kr) return fe;
|
|
3197
3201
|
Kr = 1, Object.defineProperty(fe, "__esModule", { value: !0 }), fe.PollForEventsService = void 0;
|
|
3198
3202
|
var r = M(), e = K(), t = (
|
|
@@ -3220,7 +3224,7 @@ function ks() {
|
|
|
3220
3224
|
return fe.PollForEventsService = t, fe;
|
|
3221
3225
|
}
|
|
3222
3226
|
var pe = {}, zr;
|
|
3223
|
-
function
|
|
3227
|
+
function qs() {
|
|
3224
3228
|
if (zr) return pe;
|
|
3225
3229
|
zr = 1, Object.defineProperty(pe, "__esModule", { value: !0 }), pe.PublicKeysService = void 0;
|
|
3226
3230
|
var r = M(), e = K(), t = (
|
|
@@ -3260,7 +3264,7 @@ function Is() {
|
|
|
3260
3264
|
return pe.PublicKeysService = t, pe;
|
|
3261
3265
|
}
|
|
3262
3266
|
var he = {}, Wr;
|
|
3263
|
-
function
|
|
3267
|
+
function Ds() {
|
|
3264
3268
|
if (Wr) return he;
|
|
3265
3269
|
Wr = 1, Object.defineProperty(he, "__esModule", { value: !0 }), he.ScriptLibraryService = void 0;
|
|
3266
3270
|
var r = M(), e = K(), t = (
|
|
@@ -3279,7 +3283,7 @@ function Cs() {
|
|
|
3279
3283
|
return he.ScriptLibraryService = t, he;
|
|
3280
3284
|
}
|
|
3281
3285
|
var ve = {}, Vr;
|
|
3282
|
-
function
|
|
3286
|
+
function js() {
|
|
3283
3287
|
if (Vr) return ve;
|
|
3284
3288
|
Vr = 1, Object.defineProperty(ve, "__esModule", { value: !0 }), ve.ServerActionsService = void 0;
|
|
3285
3289
|
var r = M(), e = K(), t = (
|
|
@@ -3418,7 +3422,7 @@ function qs() {
|
|
|
3418
3422
|
return ve.ServerActionsService = t, ve;
|
|
3419
3423
|
}
|
|
3420
3424
|
var Se = {}, $r;
|
|
3421
|
-
function
|
|
3425
|
+
function Ns() {
|
|
3422
3426
|
if ($r) return Se;
|
|
3423
3427
|
$r = 1, Object.defineProperty(Se, "__esModule", { value: !0 }), Se.ServerConfigurationsService = void 0;
|
|
3424
3428
|
var r = M(), e = K(), t = (
|
|
@@ -3450,7 +3454,7 @@ function Ds() {
|
|
|
3450
3454
|
return Se.ServerConfigurationsService = t, Se;
|
|
3451
3455
|
}
|
|
3452
3456
|
var me = {}, Jr;
|
|
3453
|
-
function
|
|
3457
|
+
function Fs() {
|
|
3454
3458
|
if (Jr) return me;
|
|
3455
3459
|
Jr = 1, Object.defineProperty(me, "__esModule", { value: !0 }), me.ServerMetricsService = void 0;
|
|
3456
3460
|
var r = M(), e = K(), t = (
|
|
@@ -3486,7 +3490,7 @@ function js() {
|
|
|
3486
3490
|
return me.ServerMetricsService = t, me;
|
|
3487
3491
|
}
|
|
3488
3492
|
var be = {}, Xr;
|
|
3489
|
-
function
|
|
3493
|
+
function Us() {
|
|
3490
3494
|
if (Xr) return be;
|
|
3491
3495
|
Xr = 1, Object.defineProperty(be, "__esModule", { value: !0 }), be.ServersService = void 0;
|
|
3492
3496
|
var r = M(), e = K(), t = (
|
|
@@ -3554,7 +3558,7 @@ function Ns() {
|
|
|
3554
3558
|
return be.ServersService = t, be;
|
|
3555
3559
|
}
|
|
3556
3560
|
var ye = {}, Yr;
|
|
3557
|
-
function
|
|
3561
|
+
function Ls() {
|
|
3558
3562
|
if (Yr) return ye;
|
|
3559
3563
|
Yr = 1, Object.defineProperty(ye, "__esModule", { value: !0 }), ye.ServerScriptsFilesService = void 0;
|
|
3560
3564
|
var r = M(), e = K(), t = (
|
|
@@ -3645,7 +3649,7 @@ function Fs() {
|
|
|
3645
3649
|
return ye.ServerScriptsFilesService = t, ye;
|
|
3646
3650
|
}
|
|
3647
3651
|
var ge = {}, Qr;
|
|
3648
|
-
function
|
|
3652
|
+
function Bs() {
|
|
3649
3653
|
if (Qr) return ge;
|
|
3650
3654
|
Qr = 1, Object.defineProperty(ge, "__esModule", { value: !0 }), ge.ServerSnapshotsService = void 0;
|
|
3651
3655
|
var r = M(), e = K(), t = (
|
|
@@ -3708,7 +3712,7 @@ function Us() {
|
|
|
3708
3712
|
return ge.ServerSnapshotsService = t, ge;
|
|
3709
3713
|
}
|
|
3710
3714
|
var Oe = {}, Zr;
|
|
3711
|
-
function
|
|
3715
|
+
function Hs() {
|
|
3712
3716
|
if (Zr) return Oe;
|
|
3713
3717
|
Zr = 1, Object.defineProperty(Oe, "__esModule", { value: !0 }), Oe.ShellUsersService = void 0;
|
|
3714
3718
|
var r = M(), e = K(), t = (
|
|
@@ -3775,7 +3779,7 @@ function Ls() {
|
|
|
3775
3779
|
return Oe.ShellUsersService = t, Oe;
|
|
3776
3780
|
}
|
|
3777
3781
|
var et;
|
|
3778
|
-
function
|
|
3782
|
+
function Ms() {
|
|
3779
3783
|
return et || (et = 1, (function(r) {
|
|
3780
3784
|
Object.defineProperty(r, "__esModule", { value: !0 }), r.ShellUsersService = r.ServerSnapshotsService = r.ServerScriptsFilesService = r.ServersService = r.ServerMetricsService = r.ServerConfigurationsService = r.ServerActionsService = r.ScriptLibraryService = r.PublicKeysService = r.PollForEventsService = r.PingService = r.EventCallbacksHooksService = r.AccountScriptsFilesService = r.AccountInformationService = r.SnapshotDTO = r.ServerImageDTO = r.ServerDTO = r.PriceDTO = r.PostServerModelDTO = r.Ping = r.EventLogDTO = r.CreateEventHookModelDTO = r.OpenAPI = r.CancelError = r.CancelablePromise = r.ApiError = void 0;
|
|
3781
3785
|
var e = Pt();
|
|
@@ -3792,102 +3796,102 @@ function Bs() {
|
|
|
3792
3796
|
Object.defineProperty(r, "OpenAPI", { enumerable: !0, get: function() {
|
|
3793
3797
|
return n.OpenAPI;
|
|
3794
3798
|
} });
|
|
3795
|
-
var s =
|
|
3799
|
+
var s = ms();
|
|
3796
3800
|
Object.defineProperty(r, "CreateEventHookModelDTO", { enumerable: !0, get: function() {
|
|
3797
3801
|
return s.CreateEventHookModelDTO;
|
|
3798
3802
|
} });
|
|
3799
|
-
var o =
|
|
3803
|
+
var o = bs();
|
|
3800
3804
|
Object.defineProperty(r, "EventLogDTO", { enumerable: !0, get: function() {
|
|
3801
3805
|
return o.EventLogDTO;
|
|
3802
3806
|
} });
|
|
3803
|
-
var i =
|
|
3807
|
+
var i = ys();
|
|
3804
3808
|
Object.defineProperty(r, "Ping", { enumerable: !0, get: function() {
|
|
3805
3809
|
return i.Ping;
|
|
3806
3810
|
} });
|
|
3807
|
-
var a =
|
|
3811
|
+
var a = gs();
|
|
3808
3812
|
Object.defineProperty(r, "PostServerModelDTO", { enumerable: !0, get: function() {
|
|
3809
3813
|
return a.PostServerModelDTO;
|
|
3810
3814
|
} });
|
|
3811
|
-
var h =
|
|
3815
|
+
var h = Os();
|
|
3812
3816
|
Object.defineProperty(r, "PriceDTO", { enumerable: !0, get: function() {
|
|
3813
3817
|
return h.PriceDTO;
|
|
3814
3818
|
} });
|
|
3815
|
-
var p =
|
|
3819
|
+
var p = Es();
|
|
3816
3820
|
Object.defineProperty(r, "ServerDTO", { enumerable: !0, get: function() {
|
|
3817
3821
|
return p.ServerDTO;
|
|
3818
3822
|
} });
|
|
3819
|
-
var u =
|
|
3823
|
+
var u = Ps();
|
|
3820
3824
|
Object.defineProperty(r, "ServerImageDTO", { enumerable: !0, get: function() {
|
|
3821
3825
|
return u.ServerImageDTO;
|
|
3822
3826
|
} });
|
|
3823
|
-
var y =
|
|
3827
|
+
var y = _s();
|
|
3824
3828
|
Object.defineProperty(r, "SnapshotDTO", { enumerable: !0, get: function() {
|
|
3825
3829
|
return y.SnapshotDTO;
|
|
3826
3830
|
} });
|
|
3827
|
-
var w =
|
|
3831
|
+
var w = As();
|
|
3828
3832
|
Object.defineProperty(r, "AccountInformationService", { enumerable: !0, get: function() {
|
|
3829
3833
|
return w.AccountInformationService;
|
|
3830
3834
|
} });
|
|
3831
|
-
var R =
|
|
3835
|
+
var R = Rs();
|
|
3832
3836
|
Object.defineProperty(r, "AccountScriptsFilesService", { enumerable: !0, get: function() {
|
|
3833
3837
|
return R.AccountScriptsFilesService;
|
|
3834
3838
|
} });
|
|
3835
|
-
var d =
|
|
3839
|
+
var d = ks();
|
|
3836
3840
|
Object.defineProperty(r, "EventCallbacksHooksService", { enumerable: !0, get: function() {
|
|
3837
3841
|
return d.EventCallbacksHooksService;
|
|
3838
3842
|
} });
|
|
3839
|
-
var O =
|
|
3843
|
+
var O = Cs();
|
|
3840
3844
|
Object.defineProperty(r, "PingService", { enumerable: !0, get: function() {
|
|
3841
3845
|
return O.PingService;
|
|
3842
3846
|
} });
|
|
3843
|
-
var S =
|
|
3847
|
+
var S = Is();
|
|
3844
3848
|
Object.defineProperty(r, "PollForEventsService", { enumerable: !0, get: function() {
|
|
3845
3849
|
return S.PollForEventsService;
|
|
3846
3850
|
} });
|
|
3847
|
-
var k =
|
|
3851
|
+
var k = qs();
|
|
3848
3852
|
Object.defineProperty(r, "PublicKeysService", { enumerable: !0, get: function() {
|
|
3849
3853
|
return k.PublicKeysService;
|
|
3850
3854
|
} });
|
|
3851
|
-
var L =
|
|
3855
|
+
var L = Ds();
|
|
3852
3856
|
Object.defineProperty(r, "ScriptLibraryService", { enumerable: !0, get: function() {
|
|
3853
3857
|
return L.ScriptLibraryService;
|
|
3854
3858
|
} });
|
|
3855
|
-
var
|
|
3859
|
+
var I = js();
|
|
3856
3860
|
Object.defineProperty(r, "ServerActionsService", { enumerable: !0, get: function() {
|
|
3857
|
-
return
|
|
3861
|
+
return I.ServerActionsService;
|
|
3858
3862
|
} });
|
|
3859
|
-
var j =
|
|
3863
|
+
var j = Ns();
|
|
3860
3864
|
Object.defineProperty(r, "ServerConfigurationsService", { enumerable: !0, get: function() {
|
|
3861
3865
|
return j.ServerConfigurationsService;
|
|
3862
3866
|
} });
|
|
3863
|
-
var N =
|
|
3867
|
+
var N = Fs();
|
|
3864
3868
|
Object.defineProperty(r, "ServerMetricsService", { enumerable: !0, get: function() {
|
|
3865
3869
|
return N.ServerMetricsService;
|
|
3866
3870
|
} });
|
|
3867
|
-
var W =
|
|
3871
|
+
var W = Us();
|
|
3868
3872
|
Object.defineProperty(r, "ServersService", { enumerable: !0, get: function() {
|
|
3869
3873
|
return W.ServersService;
|
|
3870
3874
|
} });
|
|
3871
|
-
var B =
|
|
3875
|
+
var B = Ls();
|
|
3872
3876
|
Object.defineProperty(r, "ServerScriptsFilesService", { enumerable: !0, get: function() {
|
|
3873
3877
|
return B.ServerScriptsFilesService;
|
|
3874
3878
|
} });
|
|
3875
|
-
var Y =
|
|
3879
|
+
var Y = Bs();
|
|
3876
3880
|
Object.defineProperty(r, "ServerSnapshotsService", { enumerable: !0, get: function() {
|
|
3877
3881
|
return Y.ServerSnapshotsService;
|
|
3878
3882
|
} });
|
|
3879
|
-
var J =
|
|
3883
|
+
var J = Hs();
|
|
3880
3884
|
Object.defineProperty(r, "ShellUsersService", { enumerable: !0, get: function() {
|
|
3881
3885
|
return J.ShellUsersService;
|
|
3882
3886
|
} });
|
|
3883
3887
|
})(Ke)), Ke;
|
|
3884
3888
|
}
|
|
3885
|
-
var Tt =
|
|
3886
|
-
const
|
|
3889
|
+
var Tt = Ms();
|
|
3890
|
+
const xs = /* @__PURE__ */ Ss(Tt), Gs = /* @__PURE__ */ At({
|
|
3887
3891
|
__proto__: null,
|
|
3888
|
-
default:
|
|
3892
|
+
default: xs
|
|
3889
3893
|
}, [Tt]);
|
|
3890
|
-
class
|
|
3894
|
+
class Ks {
|
|
3891
3895
|
constructor(e) {
|
|
3892
3896
|
this.parent = e;
|
|
3893
3897
|
}
|
|
@@ -3922,14 +3926,14 @@ class xs {
|
|
|
3922
3926
|
}
|
|
3923
3927
|
}
|
|
3924
3928
|
}
|
|
3925
|
-
const
|
|
3926
|
-
class
|
|
3929
|
+
const fo = Gs;
|
|
3930
|
+
class po {
|
|
3927
3931
|
constructor(e) {
|
|
3928
|
-
this.string_token = e, this.account = new
|
|
3932
|
+
this.string_token = e, this.account = new os(this), this.images = new cs(this), this.profiles = new ls(this), this.events = new is(this), this.hooks = new as(this), this.location = new us(this), this.scripts = new ds(this), this.servers = new fs(this), this.shellUsers = new ps(this), this.sshkeys = new hs(this), this.snapshots = new vs(this), this.operation = new Ks(this);
|
|
3929
3933
|
}
|
|
3930
3934
|
}
|
|
3931
3935
|
export {
|
|
3932
|
-
|
|
3933
|
-
|
|
3936
|
+
po as Webdock,
|
|
3937
|
+
fo as oldWebdock
|
|
3934
3938
|
};
|
|
3935
3939
|
//# sourceMappingURL=index.mjs.map
|