@prosopo/procaptcha-bundle 2.6.12 → 3.0.5
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/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts.map +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/index.js +3 -2
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.d.ts.map +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js +4 -0
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js.map +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.d.ts +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.d.ts.map +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.d.ts.map +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js.map +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts.map +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js +2 -2
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js.map +1 -1
- package/CHANGELOG.md +132 -0
- package/dist/bundle/ProcaptchaWidget-BpzncYOb.js +612 -0
- package/dist/bundle/ProcaptchaWidget-D961oZ27.js +148 -0
- package/dist/bundle/bnChunk-DRlDxTFg.js +1137 -0
- package/dist/bundle/{browser-ponyfill-Bctlk3uB.js → browser-ponyfill-CvzSbL_o.js} +31 -30
- package/dist/bundle/builder-CQlqPNRd.js +37 -0
- package/dist/bundle/captchaComponentProvider-Dw6ydLe3.js +802 -0
- package/dist/bundle/{captchaRenderer-BAMErqQN.js → captchaRenderer-CY8KuZK-.js} +22 -22
- package/dist/bundle/commonChunk-24zMb_mF.js +189 -0
- package/dist/bundle/emotion-element-5486c51c.browser.esm-PRDDgd_k.js +918 -0
- package/dist/bundle/{fp.esm-DYWeNGcH.js → fp.esm-BADUiinQ.js} +548 -648
- package/dist/bundle/index-BRg_gWPo.js +1328 -0
- package/dist/bundle/{index-ByKGlSkE.js → index-BzOMq-ud.js} +2 -2
- package/dist/bundle/{index-1qH2dz7u.js → index-DqwVRCwA.js} +166 -199
- package/dist/bundle/index.d.ts.map +1 -1
- package/dist/bundle/locales/ar/translation.json +4 -3
- package/dist/bundle/locales/az/translation.json +4 -3
- package/dist/bundle/locales/cs/translation.json +4 -3
- package/dist/bundle/locales/de/translation.json +4 -3
- package/dist/bundle/locales/el/translation.json +4 -3
- package/dist/bundle/locales/en/translation.json +4 -3
- package/dist/bundle/locales/es/translation.json +4 -3
- package/dist/bundle/locales/fi/translation.json +4 -3
- package/dist/bundle/locales/fr/translation.json +4 -3
- package/dist/bundle/locales/hi/translation.json +4 -3
- package/dist/bundle/locales/hu/translation.json +4 -3
- package/dist/bundle/locales/id/translation.json +4 -3
- package/dist/bundle/locales/it/translation.json +4 -3
- package/dist/bundle/locales/ja/translation.json +4 -3
- package/dist/bundle/locales/jv/translation.json +4 -3
- package/dist/bundle/locales/ko/translation.json +4 -3
- package/dist/bundle/locales/ml/translation.json +4 -3
- package/dist/bundle/locales/ms/translation.json +4 -3
- package/dist/bundle/locales/nl/translation.json +4 -3
- package/dist/bundle/locales/no/translation.json +4 -3
- package/dist/bundle/locales/pl/translation.json +4 -3
- package/dist/bundle/locales/pt/translation.json +4 -3
- package/dist/bundle/locales/{pt-br → pt-BR}/translation.json +4 -3
- package/dist/bundle/locales/ro/translation.json +4 -3
- package/dist/bundle/locales/ru/translation.json +4 -3
- package/dist/bundle/locales/sr/translation.json +4 -3
- package/dist/bundle/locales/sv/translation.json +4 -3
- package/dist/bundle/locales/th/translation.json +4 -3
- package/dist/bundle/locales/tr/translation.json +4 -3
- package/dist/bundle/locales/uk/translation.json +4 -3
- package/dist/bundle/locales/vi/translation.json +4 -3
- package/dist/bundle/locales/{zh-cn → zh-CN}/translation.json +4 -3
- package/dist/bundle/nobleChunk-Xl5XLrx3.js +3635 -0
- package/dist/bundle/procaptcha.bundle.js +6 -5
- package/dist/bundle/util/captcha/captchaComponentProvider.d.ts.map +1 -1
- package/dist/bundle/util/captcha/captchaComponentsList.d.ts +1 -1
- package/dist/bundle/util/captcha/captchaComponentsList.d.ts.map +1 -1
- package/dist/bundle/util/captcha/captchaRenderer.d.ts.map +1 -1
- package/dist/bundle/util/configCreator.d.ts +1 -1
- package/dist/bundle/util/configCreator.d.ts.map +1 -1
- package/dist/bundle/utilChunk-sqstc6C5.js +317 -0
- package/dist/bundle/utilCryptoChunk-CIPUtfoO.js +1256 -0
- package/dist/bundle/web2Chunk-7Vd8yt2r.js +3711 -0
- package/dist/bundle/{hash-CrwduMDb.js → web3Chunk-DrUvbVNW.js} +257 -695
- package/dist/bundle/{translations-DEL070wJ.js → zodChunk-wTu9ZHzV.js} +46 -82
- package/dist/cjs/index.cjs +8 -2
- package/dist/cjs/util/captcha/captchaComponentProvider.cjs +4 -0
- package/dist/cjs/util/captcha/captchaRenderer.cjs +2 -1
- package/dist/cjs/util/configCreator.cjs +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/util/captcha/captchaComponentProvider.d.ts +1 -1
- package/dist/util/captcha/captchaComponentProvider.d.ts.map +1 -1
- package/dist/util/captcha/captchaComponentProvider.js +4 -0
- package/dist/util/captcha/captchaComponentProvider.js.map +1 -1
- package/dist/util/captcha/captchaComponentsList.d.ts +1 -1
- package/dist/util/captcha/captchaComponentsList.d.ts.map +1 -1
- package/dist/util/captcha/captchaRenderer.d.ts.map +1 -1
- package/dist/util/captcha/captchaRenderer.js +1 -1
- package/dist/util/captcha/captchaRenderer.js.map +1 -1
- package/dist/util/configCreator.d.ts +1 -1
- package/dist/util/configCreator.d.ts.map +1 -1
- package/dist/util/configCreator.js +2 -2
- package/dist/util/configCreator.js.map +1 -1
- package/package.json +21 -14
- package/stats.html +1 -1
- package/vite.config.ts +47 -4
- package/vite.serve.config.ts +2 -0
- package/vite.test.config.ts +1 -1
- package/webpack.config.cjs +5 -0
- package/dist/bundle/ProcaptchaWidget-DPyDGPiI.js +0 -156
- package/dist/bundle/ProcaptchaWidget-DoqUlwHS.js +0 -636
- package/dist/bundle/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/dist/bundle/asU8a-BixKX-w0.js +0 -9
- package/dist/bundle/bip39-D7YSihxf.js +0 -260
- package/dist/bundle/captchaComponentProvider-BL18T1UE.js +0 -1242
- package/dist/bundle/emotion-element-5486c51c.browser.esm-Bjt1gs1F.js +0 -1807
- package/dist/bundle/i18nFrontend-DCv3P9jv.js +0 -2273
- package/dist/bundle/index-BeN3et18.js +0 -4844
- package/dist/bundle/index-BjRdPnnE.js +0 -1198
- package/dist/bundle/index-CBquknc2.js +0 -81
- package/dist/bundle/index-QVME9Prx.js +0 -32
- package/dist/bundle/sha256-CGE_4eEY.js +0 -171
- package/dist/bundle/spread-DEmVz7RJ.js +0 -15
- package/dist/bundle/toU8a-CPMbkkSw.js +0 -109
- package/dist/bundle/useTranslation-BJsfZyOx.js +0 -158
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
function
|
|
1
|
+
import { g as V, c as R } from "./bnChunk-DRlDxTFg.js";
|
|
2
|
+
function z(w, d) {
|
|
3
3
|
for (var b = 0; b < d.length; b++) {
|
|
4
4
|
const y = d[b];
|
|
5
5
|
if (typeof y != "string" && !Array.isArray(y)) {
|
|
@@ -38,11 +38,11 @@ var O = { exports: {} };
|
|
|
38
38
|
formData: "FormData" in a,
|
|
39
39
|
arrayBuffer: "ArrayBuffer" in a
|
|
40
40
|
};
|
|
41
|
-
function
|
|
41
|
+
function j(e) {
|
|
42
42
|
return e && DataView.prototype.isPrototypeOf(e);
|
|
43
43
|
}
|
|
44
44
|
if (f.arrayBuffer)
|
|
45
|
-
var
|
|
45
|
+
var S = [
|
|
46
46
|
"[object Int8Array]",
|
|
47
47
|
"[object Uint8Array]",
|
|
48
48
|
"[object Uint8ClampedArray]",
|
|
@@ -52,8 +52,8 @@ var O = { exports: {} };
|
|
|
52
52
|
"[object Uint32Array]",
|
|
53
53
|
"[object Float32Array]",
|
|
54
54
|
"[object Float64Array]"
|
|
55
|
-
],
|
|
56
|
-
return e &&
|
|
55
|
+
], F = ArrayBuffer.isView || function(e) {
|
|
56
|
+
return e && S.indexOf(Object.prototype.toString.call(e)) > -1;
|
|
57
57
|
};
|
|
58
58
|
function v(e) {
|
|
59
59
|
if (typeof e != "string" && (e = String(e)), /[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e) || e === "")
|
|
@@ -128,15 +128,15 @@ var O = { exports: {} };
|
|
|
128
128
|
};
|
|
129
129
|
});
|
|
130
130
|
}
|
|
131
|
-
function
|
|
131
|
+
function I(e) {
|
|
132
132
|
var t = new FileReader(), r = P(t);
|
|
133
133
|
return t.readAsArrayBuffer(e), r;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
135
|
+
function M(e) {
|
|
136
136
|
var t = new FileReader(), r = P(t);
|
|
137
137
|
return t.readAsText(e), r;
|
|
138
138
|
}
|
|
139
|
-
function
|
|
139
|
+
function H(e) {
|
|
140
140
|
for (var t = new Uint8Array(e), r = new Array(t.length), n = 0; n < t.length; n++)
|
|
141
141
|
r[n] = String.fromCharCode(t[n]);
|
|
142
142
|
return r.join("");
|
|
@@ -149,7 +149,7 @@ var O = { exports: {} };
|
|
|
149
149
|
}
|
|
150
150
|
function x() {
|
|
151
151
|
return this.bodyUsed = !1, this._initBody = function(e) {
|
|
152
|
-
this.bodyUsed = this.bodyUsed, this._bodyInit = e, e ? typeof e == "string" ? this._bodyText = e : f.blob && Blob.prototype.isPrototypeOf(e) ? this._bodyBlob = e : f.formData && FormData.prototype.isPrototypeOf(e) ? this._bodyFormData = e : f.searchParams && URLSearchParams.prototype.isPrototypeOf(e) ? this._bodyText = e.toString() : f.arrayBuffer && f.blob &&
|
|
152
|
+
this.bodyUsed = this.bodyUsed, this._bodyInit = e, e ? typeof e == "string" ? this._bodyText = e : f.blob && Blob.prototype.isPrototypeOf(e) ? this._bodyBlob = e : f.formData && FormData.prototype.isPrototypeOf(e) ? this._bodyFormData = e : f.searchParams && URLSearchParams.prototype.isPrototypeOf(e) ? this._bodyText = e.toString() : f.arrayBuffer && f.blob && j(e) ? (this._bodyArrayBuffer = D(e.buffer), this._bodyInit = new Blob([this._bodyArrayBuffer])) : f.arrayBuffer && (ArrayBuffer.prototype.isPrototypeOf(e) || F(e)) ? this._bodyArrayBuffer = D(e) : this._bodyText = e = Object.prototype.toString.call(e) : this._bodyText = "", this.headers.get("content-type") || (typeof e == "string" ? this.headers.set("content-type", "text/plain;charset=UTF-8") : this._bodyBlob && this._bodyBlob.type ? this.headers.set("content-type", this._bodyBlob.type) : f.searchParams && URLSearchParams.prototype.isPrototypeOf(e) && this.headers.set("content-type", "application/x-www-form-urlencoded;charset=UTF-8"));
|
|
153
153
|
}, f.blob && (this.blob = function() {
|
|
154
154
|
var e = T(this);
|
|
155
155
|
if (e)
|
|
@@ -171,28 +171,28 @@ var O = { exports: {} };
|
|
|
171
171
|
)
|
|
172
172
|
) : Promise.resolve(this._bodyArrayBuffer));
|
|
173
173
|
} else
|
|
174
|
-
return this.blob().then(
|
|
174
|
+
return this.blob().then(I);
|
|
175
175
|
}), this.text = function() {
|
|
176
176
|
var e = T(this);
|
|
177
177
|
if (e)
|
|
178
178
|
return e;
|
|
179
179
|
if (this._bodyBlob)
|
|
180
|
-
return
|
|
180
|
+
return M(this._bodyBlob);
|
|
181
181
|
if (this._bodyArrayBuffer)
|
|
182
|
-
return Promise.resolve(
|
|
182
|
+
return Promise.resolve(H(this._bodyArrayBuffer));
|
|
183
183
|
if (this._bodyFormData)
|
|
184
184
|
throw new Error("could not read FormData body as text");
|
|
185
185
|
return Promise.resolve(this._bodyText);
|
|
186
186
|
}, f.formData && (this.formData = function() {
|
|
187
|
-
return this.text().then(
|
|
187
|
+
return this.text().then(C);
|
|
188
188
|
}), this.json = function() {
|
|
189
189
|
return this.text().then(JSON.parse);
|
|
190
190
|
}, this;
|
|
191
191
|
}
|
|
192
|
-
var
|
|
193
|
-
function
|
|
192
|
+
var q = ["DELETE", "GET", "HEAD", "OPTIONS", "POST", "PUT"];
|
|
193
|
+
function L(e) {
|
|
194
194
|
var t = e.toUpperCase();
|
|
195
|
-
return
|
|
195
|
+
return q.indexOf(t) > -1 ? t : e;
|
|
196
196
|
}
|
|
197
197
|
function m(e, t) {
|
|
198
198
|
if (!(this instanceof m))
|
|
@@ -205,7 +205,7 @@ var O = { exports: {} };
|
|
|
205
205
|
this.url = e.url, this.credentials = e.credentials, t.headers || (this.headers = new s(e.headers)), this.method = e.method, this.mode = e.mode, this.signal = e.signal, !r && e._bodyInit != null && (r = e._bodyInit, e.bodyUsed = !0);
|
|
206
206
|
} else
|
|
207
207
|
this.url = String(e);
|
|
208
|
-
if (this.credentials = t.credentials || this.credentials || "same-origin", (t.headers || !this.headers) && (this.headers = new s(t.headers)), this.method =
|
|
208
|
+
if (this.credentials = t.credentials || this.credentials || "same-origin", (t.headers || !this.headers) && (this.headers = new s(t.headers)), this.method = L(t.method || this.method || "GET"), this.mode = t.mode || this.mode || null, this.signal = t.signal || this.signal, this.referrer = null, (this.method === "GET" || this.method === "HEAD") && r)
|
|
209
209
|
throw new TypeError("Body not allowed for GET or HEAD requests");
|
|
210
210
|
if (this._initBody(r), (this.method === "GET" || this.method === "HEAD") && (t.cache === "no-store" || t.cache === "no-cache")) {
|
|
211
211
|
var n = /([?&])_=[^&]*/;
|
|
@@ -220,7 +220,7 @@ var O = { exports: {} };
|
|
|
220
220
|
m.prototype.clone = function() {
|
|
221
221
|
return new m(this, { body: this._bodyInit });
|
|
222
222
|
};
|
|
223
|
-
function
|
|
223
|
+
function C(e) {
|
|
224
224
|
var t = new FormData();
|
|
225
225
|
return e.trim().split("&").forEach(function(r) {
|
|
226
226
|
if (r) {
|
|
@@ -229,7 +229,7 @@ var O = { exports: {} };
|
|
|
229
229
|
}
|
|
230
230
|
}), t;
|
|
231
231
|
}
|
|
232
|
-
function
|
|
232
|
+
function k(e) {
|
|
233
233
|
var t = new s(), r = e.replace(/\r?\n[\t ]+/g, " ");
|
|
234
234
|
return r.split("\r").map(function(n) {
|
|
235
235
|
return n.indexOf(`
|
|
@@ -259,9 +259,9 @@ var O = { exports: {} };
|
|
|
259
259
|
var e = new l(null, { status: 0, statusText: "" });
|
|
260
260
|
return e.type = "error", e;
|
|
261
261
|
};
|
|
262
|
-
var
|
|
262
|
+
var N = [301, 302, 303, 307, 308];
|
|
263
263
|
l.redirect = function(e, t) {
|
|
264
|
-
if (
|
|
264
|
+
if (N.indexOf(t) === -1)
|
|
265
265
|
throw new RangeError("Invalid status code");
|
|
266
266
|
return new l(null, { status: t, headers: { location: e } });
|
|
267
267
|
}, u.DOMException = a.DOMException;
|
|
@@ -287,7 +287,7 @@ var O = { exports: {} };
|
|
|
287
287
|
var c = {
|
|
288
288
|
status: o.status,
|
|
289
289
|
statusText: o.statusText,
|
|
290
|
-
headers:
|
|
290
|
+
headers: k(o.getAllResponseHeaders() || "")
|
|
291
291
|
};
|
|
292
292
|
c.url = "responseURL" in o ? o.responseURL : c.headers.get("X-Request-URL");
|
|
293
293
|
var g = "response" in o ? o.response : o.responseText;
|
|
@@ -307,14 +307,14 @@ var O = { exports: {} };
|
|
|
307
307
|
n(new u.DOMException("Aborted", "AbortError"));
|
|
308
308
|
}, 0);
|
|
309
309
|
};
|
|
310
|
-
function
|
|
310
|
+
function G(c) {
|
|
311
311
|
try {
|
|
312
312
|
return c === "" && a.location.href ? a.location.href : c;
|
|
313
313
|
} catch {
|
|
314
314
|
return c;
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
|
-
o.open(i.method,
|
|
317
|
+
o.open(i.method, G(i.url), !0), i.credentials === "include" ? o.withCredentials = !0 : i.credentials === "omit" && (o.withCredentials = !1), "responseType" in o && (f.blob ? o.responseType = "blob" : f.arrayBuffer && i.headers.get("Content-Type") && i.headers.get("Content-Type").indexOf("application/octet-stream") !== -1 && (o.responseType = "arraybuffer")), t && typeof t.headers == "object" && !(t.headers instanceof s) ? Object.getOwnPropertyNames(t.headers).forEach(function(c) {
|
|
318
318
|
o.setRequestHeader(c, A(t.headers[c]));
|
|
319
319
|
}) : i.headers.forEach(function(c, g) {
|
|
320
320
|
o.setRequestHeader(g, c);
|
|
@@ -329,10 +329,11 @@ var O = { exports: {} };
|
|
|
329
329
|
var h = b.fetch ? b : y;
|
|
330
330
|
d = h.fetch, d.default = h.fetch, d.fetch = h.fetch, d.Headers = h.Headers, d.Request = h.Request, d.Response = h.Response, w.exports = d;
|
|
331
331
|
})(O, O.exports);
|
|
332
|
-
var
|
|
333
|
-
const $ = /* @__PURE__ */
|
|
334
|
-
__proto__: null
|
|
335
|
-
|
|
332
|
+
var U = O.exports;
|
|
333
|
+
const $ = /* @__PURE__ */ V(U), J = /* @__PURE__ */ z({
|
|
334
|
+
__proto__: null,
|
|
335
|
+
default: $
|
|
336
|
+
}, [U]);
|
|
336
337
|
export {
|
|
337
|
-
|
|
338
|
+
J as b
|
|
338
339
|
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const B = (s, i) => (o) => {
|
|
2
|
+
Object.assign(s, o), i(o);
|
|
3
|
+
}, d = (s, i) => {
|
|
4
|
+
const o = s(i), c = (u) => {
|
|
5
|
+
o.current = u;
|
|
6
|
+
};
|
|
7
|
+
return [o.current, c];
|
|
8
|
+
}, F = (s, i) => {
|
|
9
|
+
const [o, c] = s(!1), [f, u] = s(0), [e, r] = s([]), [p, m] = d(i, void 0), [h, l] = s(!1), [a, g] = s(void 0), [A, C] = s(!1), [b, w] = s(void 0), [I, M] = s(void 0), [D, H] = d(i, void 0), [T, v] = d(i, void 0), [j, E] = d(i, void 0), [L, O] = s(!1), [P, U] = s(0), [k, q] = s(void 0), [y, z] = s(void 0);
|
|
10
|
+
return [
|
|
11
|
+
{
|
|
12
|
+
isHuman: o,
|
|
13
|
+
index: f,
|
|
14
|
+
solutions: e,
|
|
15
|
+
captchaApi: p,
|
|
16
|
+
showModal: h,
|
|
17
|
+
challenge: a,
|
|
18
|
+
loading: A,
|
|
19
|
+
account: b,
|
|
20
|
+
dappAccount: I,
|
|
21
|
+
submission: D,
|
|
22
|
+
timeout: T,
|
|
23
|
+
successfullChallengeTimeout: j,
|
|
24
|
+
sendData: L,
|
|
25
|
+
attemptCount: P,
|
|
26
|
+
error: k,
|
|
27
|
+
sessionId: y
|
|
28
|
+
},
|
|
29
|
+
(n) => {
|
|
30
|
+
n.account !== void 0 && w(n.account), n.isHuman !== void 0 && c(n.isHuman), n.index !== void 0 && u(n.index), n.solutions !== void 0 && r(n.solutions.slice()), n.captchaApi !== void 0 && m(n.captchaApi), n.showModal !== void 0 && l(n.showModal), n.challenge !== void 0 && g(n.challenge), n.loading !== void 0 && C(n.loading), n.showModal !== void 0 && l(n.showModal), n.dappAccount !== void 0 && M(n.dappAccount), n.submission !== void 0 && H(n.submission), n.timeout !== void 0 && v(n.timeout), n.successfullChallengeTimeout !== void 0 && E(n.timeout), n.sendData !== void 0 && O(n.sendData), n.attemptCount !== void 0 && U(n.attemptCount), n.error !== void 0 && q(n.error), n.sessionId !== void 0 && z(n.sessionId);
|
|
31
|
+
}
|
|
32
|
+
];
|
|
33
|
+
};
|
|
34
|
+
export {
|
|
35
|
+
B as b,
|
|
36
|
+
F as u
|
|
37
|
+
};
|