@sesamy/sesamy-js 1.8.1 → 1.9.0
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/README.md +3 -0
- package/dist/sesamy-js.cjs +5 -5
- package/dist/sesamy-js.iife.js +5 -5
- package/dist/sesamy-js.mjs +836 -824
- package/package.json +1 -1
package/dist/sesamy-js.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
function
|
|
1
|
+
var xr = Object.defineProperty;
|
|
2
|
+
var Ar = (t, e, n) => e in t ? xr(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
3
|
+
var B = (t, e, n) => (Ar(t, typeof e != "symbol" ? e + "" : e, n), n);
|
|
4
|
+
function ue(t, e) {
|
|
5
5
|
const n = new CustomEvent(t, {
|
|
6
6
|
detail: e,
|
|
7
7
|
bubbles: !0,
|
|
@@ -9,7 +9,7 @@ function ye(t, e) {
|
|
|
9
9
|
});
|
|
10
10
|
dispatchEvent(n);
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function te(t, e) {
|
|
13
13
|
var n = {};
|
|
14
14
|
for (var r in t)
|
|
15
15
|
Object.prototype.hasOwnProperty.call(t, r) && e.indexOf(r) < 0 && (n[r] = t[r]);
|
|
@@ -20,14 +20,14 @@ function Q(t, e) {
|
|
|
20
20
|
}
|
|
21
21
|
return n;
|
|
22
22
|
}
|
|
23
|
-
var
|
|
23
|
+
var he = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
24
24
|
function xt(t) {
|
|
25
25
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
26
26
|
}
|
|
27
27
|
function At(t, e) {
|
|
28
28
|
return t(e = { exports: {} }, e.exports), e.exports;
|
|
29
29
|
}
|
|
30
|
-
var
|
|
30
|
+
var de = At(function(t, e) {
|
|
31
31
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
32
32
|
var n = function() {
|
|
33
33
|
function r() {
|
|
@@ -58,32 +58,32 @@ var le = At(function(t, e) {
|
|
|
58
58
|
return n.getInstance();
|
|
59
59
|
};
|
|
60
60
|
});
|
|
61
|
-
xt(
|
|
62
|
-
var
|
|
63
|
-
var n =
|
|
61
|
+
xt(de);
|
|
62
|
+
var $r = xt(At(function(t, e) {
|
|
63
|
+
var n = he && he.__awaiter || function(u, c, f, d) {
|
|
64
64
|
return new (f || (f = Promise))(function(w, k) {
|
|
65
65
|
function v(g) {
|
|
66
66
|
try {
|
|
67
|
-
|
|
67
|
+
_(d.next(g));
|
|
68
68
|
} catch (l) {
|
|
69
69
|
k(l);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
function E(g) {
|
|
73
73
|
try {
|
|
74
|
-
|
|
74
|
+
_(d.throw(g));
|
|
75
75
|
} catch (l) {
|
|
76
76
|
k(l);
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
|
-
function
|
|
79
|
+
function _(g) {
|
|
80
80
|
g.done ? w(g.value) : new f(function(l) {
|
|
81
81
|
l(g.value);
|
|
82
82
|
}).then(v, E);
|
|
83
83
|
}
|
|
84
|
-
|
|
84
|
+
_((d = d.apply(u, c || [])).next());
|
|
85
85
|
});
|
|
86
|
-
}, r =
|
|
86
|
+
}, r = he && he.__generator || function(u, c) {
|
|
87
87
|
var f, d, w, k, v = { label: 0, sent: function() {
|
|
88
88
|
if (1 & w[0])
|
|
89
89
|
throw w[1];
|
|
@@ -92,7 +92,7 @@ var Ar = xt(At(function(t, e) {
|
|
|
92
92
|
return k = { next: E(0), throw: E(1), return: E(2) }, typeof Symbol == "function" && (k[Symbol.iterator] = function() {
|
|
93
93
|
return this;
|
|
94
94
|
}), k;
|
|
95
|
-
function E(
|
|
95
|
+
function E(_) {
|
|
96
96
|
return function(g) {
|
|
97
97
|
return function(l) {
|
|
98
98
|
if (f)
|
|
@@ -143,10 +143,10 @@ var Ar = xt(At(function(t, e) {
|
|
|
143
143
|
if (5 & l[0])
|
|
144
144
|
throw l[1];
|
|
145
145
|
return { value: l[0] ? l[1] : void 0, done: !0 };
|
|
146
|
-
}([
|
|
146
|
+
}([_, g]);
|
|
147
147
|
};
|
|
148
148
|
}
|
|
149
|
-
}, i =
|
|
149
|
+
}, i = he;
|
|
150
150
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
151
151
|
var o = "browser-tabs-lock-key", a = { key: function(u) {
|
|
152
152
|
return n(i, void 0, void 0, function() {
|
|
@@ -205,7 +205,7 @@ var Ar = xt(At(function(t, e) {
|
|
|
205
205
|
}
|
|
206
206
|
return u.prototype.acquireLock = function(c, f) {
|
|
207
207
|
return f === void 0 && (f = 5e3), n(this, void 0, void 0, function() {
|
|
208
|
-
var d, w, k, v, E,
|
|
208
|
+
var d, w, k, v, E, _, g;
|
|
209
209
|
return r(this, function(l) {
|
|
210
210
|
switch (l.label) {
|
|
211
211
|
case 0:
|
|
@@ -217,7 +217,7 @@ var Ar = xt(At(function(t, e) {
|
|
|
217
217
|
case 3:
|
|
218
218
|
return l.sent(), v.setItemSync(k, JSON.stringify({ id: this.id, iat: d, timeoutKey: E, timeAcquired: Date.now(), timeRefreshed: Date.now() })), [4, s(30)];
|
|
219
219
|
case 4:
|
|
220
|
-
return l.sent(), (
|
|
220
|
+
return l.sent(), (_ = v.getItemSync(k)) !== null && (g = JSON.parse(_)).id === this.id && g.iat === d ? (this.acquiredIatSet.add(d), this.refreshLockWhileAcquired(k, d), [2, !0]) : [3, 7];
|
|
221
221
|
case 5:
|
|
222
222
|
return u.lockCorrector(this.storageHandler === void 0 ? a : this.storageHandler), [4, this.waitForSomethingToChange(w)];
|
|
223
223
|
case 6:
|
|
@@ -236,12 +236,12 @@ var Ar = xt(At(function(t, e) {
|
|
|
236
236
|
return setTimeout(function() {
|
|
237
237
|
return n(d, void 0, void 0, function() {
|
|
238
238
|
var k, v, E;
|
|
239
|
-
return r(this, function(
|
|
240
|
-
switch (
|
|
239
|
+
return r(this, function(_) {
|
|
240
|
+
switch (_.label) {
|
|
241
241
|
case 0:
|
|
242
|
-
return [4,
|
|
242
|
+
return [4, de.default().lock(f)];
|
|
243
243
|
case 1:
|
|
244
|
-
return
|
|
244
|
+
return _.sent(), this.acquiredIatSet.has(f) ? (k = this.storageHandler === void 0 ? a : this.storageHandler, (v = k.getItemSync(c)) === null ? (de.default().unlock(f), [2]) : ((E = JSON.parse(v)).timeRefreshed = Date.now(), k.setItemSync(c, JSON.stringify(E)), de.default().unlock(f), this.refreshLockWhileAcquired(c, f), [2])) : (de.default().unlock(f), [2]);
|
|
245
245
|
}
|
|
246
246
|
});
|
|
247
247
|
});
|
|
@@ -256,14 +256,14 @@ var Ar = xt(At(function(t, e) {
|
|
|
256
256
|
return [4, new Promise(function(d) {
|
|
257
257
|
var w = !1, k = Date.now(), v = !1;
|
|
258
258
|
function E() {
|
|
259
|
-
if (v || (window.removeEventListener("storage", E), u.removeFromWaiting(E), clearTimeout(
|
|
259
|
+
if (v || (window.removeEventListener("storage", E), u.removeFromWaiting(E), clearTimeout(_), v = !0), !w) {
|
|
260
260
|
w = !0;
|
|
261
261
|
var g = 50 - (Date.now() - k);
|
|
262
262
|
g > 0 ? setTimeout(d, g) : d(null);
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
265
|
window.addEventListener("storage", E), u.addToWaiting(E);
|
|
266
|
-
var
|
|
266
|
+
var _ = setTimeout(E, Math.max(0, c - Date.now()));
|
|
267
267
|
})];
|
|
268
268
|
case 1:
|
|
269
269
|
return f.sent(), [2];
|
|
@@ -297,9 +297,9 @@ var Ar = xt(At(function(t, e) {
|
|
|
297
297
|
return r(this, function(v) {
|
|
298
298
|
switch (v.label) {
|
|
299
299
|
case 0:
|
|
300
|
-
return f = this.storageHandler === void 0 ? a : this.storageHandler, d = o + "-" + c, (w = f.getItemSync(d)) === null ? [2] : (k = JSON.parse(w)).id !== this.id ? [3, 2] : [4,
|
|
300
|
+
return f = this.storageHandler === void 0 ? a : this.storageHandler, d = o + "-" + c, (w = f.getItemSync(d)) === null ? [2] : (k = JSON.parse(w)).id !== this.id ? [3, 2] : [4, de.default().lock(k.iat)];
|
|
301
301
|
case 1:
|
|
302
|
-
v.sent(), this.acquiredIatSet.delete(k.iat), f.removeItemSync(d),
|
|
302
|
+
v.sent(), this.acquiredIatSet.delete(k.iat), f.removeItemSync(d), de.default().unlock(k.iat), u.notifyWaiters(), v.label = 2;
|
|
303
303
|
case 2:
|
|
304
304
|
return [2];
|
|
305
305
|
}
|
|
@@ -312,8 +312,8 @@ var Ar = xt(At(function(t, e) {
|
|
|
312
312
|
break;
|
|
313
313
|
w.push(v), k++;
|
|
314
314
|
}
|
|
315
|
-
for (var E = !1,
|
|
316
|
-
var g = w[
|
|
315
|
+
for (var E = !1, _ = 0; _ < w.length; _++) {
|
|
316
|
+
var g = w[_];
|
|
317
317
|
if (g.includes(o)) {
|
|
318
318
|
var l = d.getItemSync(g);
|
|
319
319
|
if (l !== null) {
|
|
@@ -327,63 +327,63 @@ var Ar = xt(At(function(t, e) {
|
|
|
327
327
|
}();
|
|
328
328
|
e.default = p;
|
|
329
329
|
}));
|
|
330
|
-
const
|
|
331
|
-
let
|
|
330
|
+
const Nr = { timeoutInSeconds: 60 }, Dn = { name: "auth0-spa-js", version: "2.1.3" }, Un = () => Date.now();
|
|
331
|
+
let G = class kt extends Error {
|
|
332
332
|
constructor(e, n) {
|
|
333
333
|
super(n), this.error = e, this.error_description = n, Object.setPrototypeOf(this, kt.prototype);
|
|
334
334
|
}
|
|
335
335
|
static fromPayload({ error: e, error_description: n }) {
|
|
336
336
|
return new kt(e, n);
|
|
337
337
|
}
|
|
338
|
-
},
|
|
338
|
+
}, zr = class Rn extends G {
|
|
339
339
|
constructor(e, n, r, i = null) {
|
|
340
|
-
super(e, n), this.state = r, this.appState = i, Object.setPrototypeOf(this,
|
|
340
|
+
super(e, n), this.state = r, this.appState = i, Object.setPrototypeOf(this, Rn.prototype);
|
|
341
341
|
}
|
|
342
|
-
}, It = class
|
|
342
|
+
}, It = class Ln extends G {
|
|
343
343
|
constructor() {
|
|
344
|
-
super("timeout", "Timeout"), Object.setPrototypeOf(this,
|
|
344
|
+
super("timeout", "Timeout"), Object.setPrototypeOf(this, Ln.prototype);
|
|
345
345
|
}
|
|
346
|
-
},
|
|
346
|
+
}, Dr = class Mn extends It {
|
|
347
347
|
constructor(e) {
|
|
348
|
-
super(), this.popup = e, Object.setPrototypeOf(this,
|
|
348
|
+
super(), this.popup = e, Object.setPrototypeOf(this, Mn.prototype);
|
|
349
349
|
}
|
|
350
|
-
},
|
|
350
|
+
}, Ur = class Zn extends G {
|
|
351
351
|
constructor(e) {
|
|
352
|
-
super("cancelled", "Popup closed"), this.popup = e, Object.setPrototypeOf(this,
|
|
352
|
+
super("cancelled", "Popup closed"), this.popup = e, Object.setPrototypeOf(this, Zn.prototype);
|
|
353
353
|
}
|
|
354
|
-
},
|
|
354
|
+
}, Rr = class Kn extends G {
|
|
355
355
|
constructor(e, n, r) {
|
|
356
|
-
super(e, n), this.mfa_token = r, Object.setPrototypeOf(this,
|
|
356
|
+
super(e, n), this.mfa_token = r, Object.setPrototypeOf(this, Kn.prototype);
|
|
357
357
|
}
|
|
358
|
-
}, Wn = class
|
|
358
|
+
}, Wn = class Hn extends G {
|
|
359
359
|
constructor(e, n) {
|
|
360
|
-
super("missing_refresh_token", `Missing Refresh Token (audience: '${
|
|
360
|
+
super("missing_refresh_token", `Missing Refresh Token (audience: '${Ht(e, ["default"])}', scope: '${Ht(n)}')`), this.audience = e, this.scope = n, Object.setPrototypeOf(this, Hn.prototype);
|
|
361
361
|
}
|
|
362
362
|
};
|
|
363
|
-
function
|
|
363
|
+
function Ht(t, e = []) {
|
|
364
364
|
return t && !e.includes(t) ? t : "";
|
|
365
365
|
}
|
|
366
366
|
const Qe = () => window.crypto, dt = () => {
|
|
367
367
|
const t = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_~.";
|
|
368
368
|
let e = "";
|
|
369
369
|
return Array.from(Qe().getRandomValues(new Uint8Array(43))).forEach((n) => e += t[n % t.length]), e;
|
|
370
|
-
},
|
|
371
|
-
var { clientId: e } = t, n =
|
|
370
|
+
}, Ft = (t) => btoa(t), St = (t) => {
|
|
371
|
+
var { clientId: e } = t, n = te(t, ["clientId"]);
|
|
372
372
|
return new URLSearchParams(((r) => Object.keys(r).filter((i) => r[i] !== void 0).reduce((i, o) => Object.assign(Object.assign({}, i), { [o]: r[o] }), {}))(Object.assign({ client_id: e }, n))).toString();
|
|
373
|
-
}, Jt = (t) => ((e) => decodeURIComponent(atob(e).split("").map((n) => "%" + ("00" + n.charCodeAt(0).toString(16)).slice(-2)).join("")))(t.replace(/_/g, "/").replace(/-/g, "+")),
|
|
373
|
+
}, Jt = (t) => ((e) => decodeURIComponent(atob(e).split("").map((n) => "%" + ("00" + n.charCodeAt(0).toString(16)).slice(-2)).join("")))(t.replace(/_/g, "/").replace(/-/g, "+")), Lr = async (t, e) => {
|
|
374
374
|
const n = await fetch(t, e);
|
|
375
375
|
return { ok: n.ok, json: await n.json() };
|
|
376
|
-
},
|
|
376
|
+
}, Mr = async (t, e, n) => {
|
|
377
377
|
const r = new AbortController();
|
|
378
378
|
let i;
|
|
379
|
-
return e.signal = r.signal, Promise.race([
|
|
379
|
+
return e.signal = r.signal, Promise.race([Lr(t, e), new Promise((o, a) => {
|
|
380
380
|
i = setTimeout(() => {
|
|
381
381
|
r.abort(), a(new Error("Timeout when executing 'fetch'"));
|
|
382
382
|
}, n);
|
|
383
383
|
})]).finally(() => {
|
|
384
384
|
clearTimeout(i);
|
|
385
385
|
});
|
|
386
|
-
},
|
|
386
|
+
}, Zr = async (t, e, n, r, i, o, a) => {
|
|
387
387
|
return s = { auth: { audience: e, scope: n }, timeout: i, fetchUrl: t, fetchOptions: r, useFormData: a }, h = o, new Promise(function(p, u) {
|
|
388
388
|
const c = new MessageChannel();
|
|
389
389
|
c.port1.onmessage = function(f) {
|
|
@@ -391,34 +391,34 @@ const Qe = () => window.crypto, dt = () => {
|
|
|
391
391
|
}, h.postMessage(s, [c.port2]);
|
|
392
392
|
});
|
|
393
393
|
var s, h;
|
|
394
|
-
},
|
|
394
|
+
}, Kr = async (t, e, n, r, i, o, a = 1e4) => i ? Zr(t, e, n, r, a, i, o) : Mr(t, r, a);
|
|
395
395
|
async function Wr(t, e) {
|
|
396
|
-
var { baseUrl: n, timeout: r, audience: i, scope: o, auth0Client: a, useFormData: s } = t, h =
|
|
396
|
+
var { baseUrl: n, timeout: r, audience: i, scope: o, auth0Client: a, useFormData: s } = t, h = te(t, ["baseUrl", "timeout", "audience", "scope", "auth0Client", "useFormData"]);
|
|
397
397
|
const p = s ? St(h) : JSON.stringify(h);
|
|
398
398
|
return await async function(u, c, f, d, w, k, v) {
|
|
399
|
-
let E,
|
|
400
|
-
for (let
|
|
399
|
+
let E, _ = null;
|
|
400
|
+
for (let x = 0; x < 3; x++)
|
|
401
401
|
try {
|
|
402
|
-
E = await
|
|
402
|
+
E = await Kr(u, f, d, w, k, v, c), _ = null;
|
|
403
403
|
break;
|
|
404
|
-
} catch (
|
|
405
|
-
|
|
404
|
+
} catch (R) {
|
|
405
|
+
_ = R;
|
|
406
406
|
}
|
|
407
|
-
if (
|
|
408
|
-
throw
|
|
409
|
-
const g = E.json, { error: l, error_description: b } = g,
|
|
410
|
-
if (!
|
|
411
|
-
const
|
|
412
|
-
throw l === "mfa_required" ? new
|
|
407
|
+
if (_)
|
|
408
|
+
throw _;
|
|
409
|
+
const g = E.json, { error: l, error_description: b } = g, T = te(g, ["error", "error_description"]), { ok: O } = E;
|
|
410
|
+
if (!O) {
|
|
411
|
+
const x = b || `HTTP error. Unable to fetch ${u}`;
|
|
412
|
+
throw l === "mfa_required" ? new Rr(l, x, T.mfa_token) : l === "missing_refresh_token" ? new Wn(f, d) : new G(l || "request_error", x);
|
|
413
413
|
}
|
|
414
|
-
return
|
|
415
|
-
}(`${n}/oauth/token`, r, i || "default", o, { method: "POST", body: p, headers: { "Content-Type": s ? "application/x-www-form-urlencoded" : "application/json", "Auth0-Client": btoa(JSON.stringify(a ||
|
|
414
|
+
return T;
|
|
415
|
+
}(`${n}/oauth/token`, r, i || "default", o, { method: "POST", body: p, headers: { "Content-Type": s ? "application/x-www-form-urlencoded" : "application/json", "Auth0-Client": btoa(JSON.stringify(a || Dn)) } }, e, s);
|
|
416
416
|
}
|
|
417
|
-
const
|
|
417
|
+
const Fe = (...t) => {
|
|
418
418
|
return (e = t.filter(Boolean).join(" ").trim().split(/\s+/), Array.from(new Set(e))).join(" ");
|
|
419
419
|
var e;
|
|
420
420
|
};
|
|
421
|
-
let
|
|
421
|
+
let pe = class _t {
|
|
422
422
|
constructor(e, n = "@@auth0spajs@@", r) {
|
|
423
423
|
this.prefix = n, this.suffix = r, this.clientId = e.clientId, this.scope = e.scope, this.audience = e.audience;
|
|
424
424
|
}
|
|
@@ -433,7 +433,7 @@ let fe = class _t {
|
|
|
433
433
|
const { scope: n, audience: r, client_id: i } = e;
|
|
434
434
|
return new _t({ scope: n, audience: r, clientId: i });
|
|
435
435
|
}
|
|
436
|
-
},
|
|
436
|
+
}, Hr = class {
|
|
437
437
|
set(e, n) {
|
|
438
438
|
localStorage.setItem(e, JSON.stringify(n));
|
|
439
439
|
}
|
|
@@ -469,7 +469,7 @@ let fe = class _t {
|
|
|
469
469
|
}
|
|
470
470
|
}, Fr = class {
|
|
471
471
|
constructor(e, n, r) {
|
|
472
|
-
this.cache = e, this.keyManifest = n, this.nowProvider = r ||
|
|
472
|
+
this.cache = e, this.keyManifest = n, this.nowProvider = r || Un;
|
|
473
473
|
}
|
|
474
474
|
async setIdToken(e, n, r) {
|
|
475
475
|
var i;
|
|
@@ -502,7 +502,7 @@ let fe = class _t {
|
|
|
502
502
|
}
|
|
503
503
|
async set(e) {
|
|
504
504
|
var n;
|
|
505
|
-
const r = new
|
|
505
|
+
const r = new pe({ clientId: e.client_id, scope: e.scope, audience: e.audience }), i = await this.wrapCacheEntry(e);
|
|
506
506
|
await this.cache.set(r.toKey(), i), await ((n = this.keyManifest) === null || n === void 0 ? void 0 : n.add(r.toKey()));
|
|
507
507
|
}
|
|
508
508
|
async clear(e) {
|
|
@@ -521,16 +521,16 @@ let fe = class _t {
|
|
|
521
521
|
return this.keyManifest ? (e = await this.keyManifest.get()) === null || e === void 0 ? void 0 : e.keys : this.cache.allKeys ? this.cache.allKeys() : void 0;
|
|
522
522
|
}
|
|
523
523
|
getIdTokenCacheKey(e) {
|
|
524
|
-
return new
|
|
524
|
+
return new pe({ clientId: e }, "@@auth0spajs@@", "@@user@@").toKey();
|
|
525
525
|
}
|
|
526
526
|
matchExistingCacheKey(e, n) {
|
|
527
527
|
return n.filter((r) => {
|
|
528
528
|
var i;
|
|
529
|
-
const o =
|
|
529
|
+
const o = pe.fromKey(r), a = new Set(o.scope && o.scope.split(" ")), s = ((i = e.scope) === null || i === void 0 ? void 0 : i.split(" ")) || [], h = o.scope && s.reduce((p, u) => p && a.has(u), !0);
|
|
530
530
|
return o.prefix === "@@auth0spajs@@" && o.clientId === e.clientId && o.audience === e.audience && h;
|
|
531
531
|
})[0];
|
|
532
532
|
}
|
|
533
|
-
},
|
|
533
|
+
}, Jr = class {
|
|
534
534
|
constructor(e, n, r) {
|
|
535
535
|
this.storage = e, this.clientId = n, this.cookieDomain = r, this.storageKey = `a0.spajs.txs.${this.clientId}`;
|
|
536
536
|
}
|
|
@@ -544,7 +544,7 @@ let fe = class _t {
|
|
|
544
544
|
this.storage.remove(this.storageKey, { cookieDomain: this.cookieDomain });
|
|
545
545
|
}
|
|
546
546
|
};
|
|
547
|
-
const ze = (t) => typeof t == "number",
|
|
547
|
+
const ze = (t) => typeof t == "number", Xr = ["iss", "aud", "exp", "nbf", "iat", "jti", "azp", "nonce", "auth_time", "at_hash", "c_hash", "acr", "amr", "sub_jwk", "cnf", "sip_from_tag", "sip_date", "sip_callid", "sip_cseq_num", "sip_via_branch", "orig", "dest", "mky", "events", "toe", "txn", "rph", "sid", "vot", "vtm"], Vr = (t) => {
|
|
548
548
|
if (!t.id_token)
|
|
549
549
|
throw new Error("ID token is required but missing");
|
|
550
550
|
const e = ((o) => {
|
|
@@ -553,7 +553,7 @@ const ze = (t) => typeof t == "number", Jr = ["iss", "aud", "exp", "nbf", "iat",
|
|
|
553
553
|
throw new Error("ID token could not be decoded");
|
|
554
554
|
const u = JSON.parse(Jt(h)), c = { __raw: o }, f = {};
|
|
555
555
|
return Object.keys(u).forEach((d) => {
|
|
556
|
-
c[d] = u[d],
|
|
556
|
+
c[d] = u[d], Xr.includes(d) || (f[d] = u[d]);
|
|
557
557
|
}), { encoded: { header: s, payload: h, signature: p }, header: JSON.parse(Jt(s)), claims: c, user: f };
|
|
558
558
|
})(t.id_token);
|
|
559
559
|
if (!e.claims.iss)
|
|
@@ -620,8 +620,8 @@ const ze = (t) => typeof t == "number", Jr = ["iss", "aud", "exp", "nbf", "iat",
|
|
|
620
620
|
}
|
|
621
621
|
return e;
|
|
622
622
|
};
|
|
623
|
-
var
|
|
624
|
-
var n =
|
|
623
|
+
var me = At(function(t, e) {
|
|
624
|
+
var n = he && he.__assign || function() {
|
|
625
625
|
return n = Object.assign || function(h) {
|
|
626
626
|
for (var p, u = 1, c = arguments.length; u < c; u++)
|
|
627
627
|
for (var f in p = arguments[u])
|
|
@@ -667,27 +667,27 @@ var pe = At(function(t, e) {
|
|
|
667
667
|
s(h, "", n(n({}, p), { expires: -1 }));
|
|
668
668
|
};
|
|
669
669
|
});
|
|
670
|
-
xt(
|
|
671
|
-
var
|
|
670
|
+
xt(me), me.encode, me.parse, me.getAll;
|
|
671
|
+
var Yr = me.get, Jn = me.set, Xn = me.remove;
|
|
672
672
|
const Ie = { get(t) {
|
|
673
|
-
const e =
|
|
673
|
+
const e = Yr(t);
|
|
674
674
|
if (e !== void 0)
|
|
675
675
|
return JSON.parse(e);
|
|
676
676
|
}, save(t, e, n) {
|
|
677
677
|
let r = {};
|
|
678
|
-
window.location.protocol === "https:" && (r = { secure: !0, sameSite: "none" }), n != null && n.daysUntilExpire && (r.expires = n.daysUntilExpire), n != null && n.cookieDomain && (r.domain = n.cookieDomain),
|
|
678
|
+
window.location.protocol === "https:" && (r = { secure: !0, sameSite: "none" }), n != null && n.daysUntilExpire && (r.expires = n.daysUntilExpire), n != null && n.cookieDomain && (r.domain = n.cookieDomain), Jn(t, JSON.stringify(e), r);
|
|
679
679
|
}, remove(t, e) {
|
|
680
680
|
let n = {};
|
|
681
|
-
e != null && e.cookieDomain && (n.domain = e.cookieDomain),
|
|
682
|
-
} },
|
|
681
|
+
e != null && e.cookieDomain && (n.domain = e.cookieDomain), Xn(t, n);
|
|
682
|
+
} }, Gr = { get(t) {
|
|
683
683
|
return Ie.get(t) || Ie.get(`_legacy_${t}`);
|
|
684
684
|
}, save(t, e, n) {
|
|
685
685
|
let r = {};
|
|
686
|
-
window.location.protocol === "https:" && (r = { secure: !0 }), n != null && n.daysUntilExpire && (r.expires = n.daysUntilExpire), n != null && n.cookieDomain && (r.domain = n.cookieDomain),
|
|
686
|
+
window.location.protocol === "https:" && (r = { secure: !0 }), n != null && n.daysUntilExpire && (r.expires = n.daysUntilExpire), n != null && n.cookieDomain && (r.domain = n.cookieDomain), Jn(`_legacy_${t}`, JSON.stringify(e), r), Ie.save(t, e, n);
|
|
687
687
|
}, remove(t, e) {
|
|
688
688
|
let n = {};
|
|
689
|
-
e != null && e.cookieDomain && (n.domain = e.cookieDomain),
|
|
690
|
-
} },
|
|
689
|
+
e != null && e.cookieDomain && (n.domain = e.cookieDomain), Xn(t, n), Ie.remove(t, e), Ie.remove(`_legacy_${t}`, e);
|
|
690
|
+
} }, Br = { get(t) {
|
|
691
691
|
if (typeof sessionStorage > "u")
|
|
692
692
|
return;
|
|
693
693
|
const e = sessionStorage.getItem(t);
|
|
@@ -697,7 +697,7 @@ const Ie = { get(t) {
|
|
|
697
697
|
}, remove(t) {
|
|
698
698
|
sessionStorage.removeItem(t);
|
|
699
699
|
} };
|
|
700
|
-
function
|
|
700
|
+
function qr(t, e, n) {
|
|
701
701
|
var r = e === void 0 ? null : e, i = function(h, p) {
|
|
702
702
|
var u = atob(h);
|
|
703
703
|
if (p) {
|
|
@@ -710,11 +710,11 @@ function Br(t, e, n) {
|
|
|
710
710
|
`, 10) + 1, a = i.substring(o) + (r ? "//# sourceMappingURL=" + r : ""), s = new Blob([a], { type: "application/javascript" });
|
|
711
711
|
return URL.createObjectURL(s);
|
|
712
712
|
}
|
|
713
|
-
var Xt, Vt, Yt, ht,
|
|
714
|
-
return ht = ht ||
|
|
713
|
+
var Xt, Vt, Yt, ht, Qr = (Xt = "Lyogcm9sbHVwLXBsdWdpbi13ZWItd29ya2VyLWxvYWRlciAqLwohZnVuY3Rpb24oKXsidXNlIHN0cmljdCI7Y2xhc3MgZSBleHRlbmRzIEVycm9ye2NvbnN0cnVjdG9yKHQscil7c3VwZXIociksdGhpcy5lcnJvcj10LHRoaXMuZXJyb3JfZGVzY3JpcHRpb249cixPYmplY3Quc2V0UHJvdG90eXBlT2YodGhpcyxlLnByb3RvdHlwZSl9c3RhdGljIGZyb21QYXlsb2FkKHtlcnJvcjp0LGVycm9yX2Rlc2NyaXB0aW9uOnJ9KXtyZXR1cm4gbmV3IGUodCxyKX19Y2xhc3MgdCBleHRlbmRzIGV7Y29uc3RydWN0b3IoZSxzKXtzdXBlcigibWlzc2luZ19yZWZyZXNoX3Rva2VuIixgTWlzc2luZyBSZWZyZXNoIFRva2VuIChhdWRpZW5jZTogJyR7cihlLFsiZGVmYXVsdCJdKX0nLCBzY29wZTogJyR7cihzKX0nKWApLHRoaXMuYXVkaWVuY2U9ZSx0aGlzLnNjb3BlPXMsT2JqZWN0LnNldFByb3RvdHlwZU9mKHRoaXMsdC5wcm90b3R5cGUpfX1mdW5jdGlvbiByKGUsdD1bXSl7cmV0dXJuIGUmJiF0LmluY2x1ZGVzKGUpP2U6IiJ9ImZ1bmN0aW9uIj09dHlwZW9mIFN1cHByZXNzZWRFcnJvciYmU3VwcHJlc3NlZEVycm9yO2NvbnN0IHM9ZT0+e3ZhcntjbGllbnRJZDp0fT1lLHI9ZnVuY3Rpb24oZSx0KXt2YXIgcj17fTtmb3IodmFyIHMgaW4gZSlPYmplY3QucHJvdG90eXBlLmhhc093blByb3BlcnR5LmNhbGwoZSxzKSYmdC5pbmRleE9mKHMpPDAmJihyW3NdPWVbc10pO2lmKG51bGwhPWUmJiJmdW5jdGlvbiI9PXR5cGVvZiBPYmplY3QuZ2V0T3duUHJvcGVydHlTeW1ib2xzKXt2YXIgbz0wO2ZvcihzPU9iamVjdC5nZXRPd25Qcm9wZXJ0eVN5bWJvbHMoZSk7bzxzLmxlbmd0aDtvKyspdC5pbmRleE9mKHNbb10pPDAmJk9iamVjdC5wcm90b3R5cGUucHJvcGVydHlJc0VudW1lcmFibGUuY2FsbChlLHNbb10pJiYocltzW29dXT1lW3Nbb11dKX1yZXR1cm4gcn0oZSxbImNsaWVudElkIl0pO3JldHVybiBuZXcgVVJMU2VhcmNoUGFyYW1zKChlPT5PYmplY3Qua2V5cyhlKS5maWx0ZXIoKHQ9PnZvaWQgMCE9PWVbdF0pKS5yZWR1Y2UoKCh0LHIpPT5PYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30sdCkse1tyXTplW3JdfSkpLHt9KSkoT2JqZWN0LmFzc2lnbih7Y2xpZW50X2lkOnR9LHIpKSkudG9TdHJpbmcoKX07bGV0IG89e307Y29uc3Qgbj0oZSx0KT0+YCR7ZX18JHt0fWA7YWRkRXZlbnRMaXN0ZW5lcigibWVzc2FnZSIsKGFzeW5jKHtkYXRhOnt0aW1lb3V0OmUsYXV0aDpyLGZldGNoVXJsOmksZmV0Y2hPcHRpb25zOmMsdXNlRm9ybURhdGE6YX0scG9ydHM6W3BdfSk9PntsZXQgZjtjb25zdHthdWRpZW5jZTp1LHNjb3BlOmx9PXJ8fHt9O3RyeXtjb25zdCByPWE/KGU9Pntjb25zdCB0PW5ldyBVUkxTZWFyY2hQYXJhbXMoZSkscj17fTtyZXR1cm4gdC5mb3JFYWNoKCgoZSx0KT0+e3JbdF09ZX0pKSxyfSkoYy5ib2R5KTpKU09OLnBhcnNlKGMuYm9keSk7aWYoIXIucmVmcmVzaF90b2tlbiYmInJlZnJlc2hfdG9rZW4iPT09ci5ncmFudF90eXBlKXtjb25zdCBlPSgoZSx0KT0+b1tuKGUsdCldKSh1LGwpO2lmKCFlKXRocm93IG5ldyB0KHUsbCk7Yy5ib2R5PWE/cyhPYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30scikse3JlZnJlc2hfdG9rZW46ZX0pKTpKU09OLnN0cmluZ2lmeShPYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30scikse3JlZnJlc2hfdG9rZW46ZX0pKX1sZXQgaCxnOyJmdW5jdGlvbiI9PXR5cGVvZiBBYm9ydENvbnRyb2xsZXImJihoPW5ldyBBYm9ydENvbnRyb2xsZXIsYy5zaWduYWw9aC5zaWduYWwpO3RyeXtnPWF3YWl0IFByb21pc2UucmFjZShbKGQ9ZSxuZXcgUHJvbWlzZSgoZT0+c2V0VGltZW91dChlLGQpKSkpLGZldGNoKGksT2JqZWN0LmFzc2lnbih7fSxjKSldKX1jYXRjaChlKXtyZXR1cm4gdm9pZCBwLnBvc3RNZXNzYWdlKHtlcnJvcjplLm1lc3NhZ2V9KX1pZighZylyZXR1cm4gaCYmaC5hYm9ydCgpLHZvaWQgcC5wb3N0TWVzc2FnZSh7ZXJyb3I6IlRpbWVvdXQgd2hlbiBleGVjdXRpbmcgJ2ZldGNoJyJ9KTtmPWF3YWl0IGcuanNvbigpLGYucmVmcmVzaF90b2tlbj8oKChlLHQscik9PntvW24odCxyKV09ZX0pKGYucmVmcmVzaF90b2tlbix1LGwpLGRlbGV0ZSBmLnJlZnJlc2hfdG9rZW4pOigoZSx0KT0+e2RlbGV0ZSBvW24oZSx0KV19KSh1LGwpLHAucG9zdE1lc3NhZ2Uoe29rOmcub2ssanNvbjpmfSl9Y2F0Y2goZSl7cC5wb3N0TWVzc2FnZSh7b2s6ITEsanNvbjp7ZXJyb3I6ZS5lcnJvcixlcnJvcl9kZXNjcmlwdGlvbjplLm1lc3NhZ2V9fSl9dmFyIGR9KSl9KCk7Cgo=", Vt = null, Yt = !1, function(t) {
|
|
714
|
+
return ht = ht || qr(Xt, Vt, Yt), new Worker(ht, t);
|
|
715
715
|
});
|
|
716
716
|
const ft = {};
|
|
717
|
-
let
|
|
717
|
+
let ei = class {
|
|
718
718
|
constructor(e, n) {
|
|
719
719
|
this.cache = e, this.clientId = n, this.manifestKey = this.createManifestKeyFrom(this.clientId);
|
|
720
720
|
}
|
|
@@ -740,11 +740,11 @@ let Qr = class {
|
|
|
740
740
|
return `@@auth0spajs@@::${e}`;
|
|
741
741
|
}
|
|
742
742
|
};
|
|
743
|
-
const
|
|
744
|
-
const { openUrl: e, onRedirect: n } = t, r =
|
|
743
|
+
const ti = { memory: () => new Fn().enclosedCache, localstorage: () => new Hr() }, Gt = (t) => ti[t], Bt = (t) => {
|
|
744
|
+
const { openUrl: e, onRedirect: n } = t, r = te(t, ["openUrl", "onRedirect"]);
|
|
745
745
|
return Object.assign(Object.assign({}, r), { openUrl: e === !1 || e ? e : n });
|
|
746
|
-
}, pt = new
|
|
747
|
-
let
|
|
746
|
+
}, pt = new $r();
|
|
747
|
+
let ni = class {
|
|
748
748
|
constructor(e) {
|
|
749
749
|
let n, r;
|
|
750
750
|
if (this.userCache = new Fn().enclosedCache, this.defaultOptions = { authorizationParams: { scope: "openid profile email" }, useRefreshTokensFallback: !1, useFormData: !0 }, this._releaseLockOnPageHide = async () => {
|
|
@@ -763,13 +763,13 @@ let ti = class {
|
|
|
763
763
|
throw new Error(`Invalid cache location "${n}"`);
|
|
764
764
|
r = Gt(n)();
|
|
765
765
|
}
|
|
766
|
-
this.httpTimeoutMs = e.httpTimeoutInSeconds ? 1e3 * e.httpTimeoutInSeconds : 1e4, this.cookieStorage = e.legacySameSiteCookie === !1 ? Ie :
|
|
767
|
-
const i = e.useCookiesForTransactions ? this.cookieStorage :
|
|
766
|
+
this.httpTimeoutMs = e.httpTimeoutInSeconds ? 1e3 * e.httpTimeoutInSeconds : 1e4, this.cookieStorage = e.legacySameSiteCookie === !1 ? Ie : Gr, this.orgHintCookieName = `auth0.${this.options.clientId}.organization_hint`, this.isAuthenticatedCookieName = ((a) => `auth0.${a}.is.authenticated`)(this.options.clientId), this.sessionCheckExpiryDays = e.sessionCheckExpiryDays || 1;
|
|
767
|
+
const i = e.useCookiesForTransactions ? this.cookieStorage : Br;
|
|
768
768
|
var o;
|
|
769
|
-
this.scope =
|
|
769
|
+
this.scope = Fe("openid", this.options.authorizationParams.scope, this.options.useRefreshTokens ? "offline_access" : ""), this.transactionManager = new Jr(i, this.options.clientId, this.options.cookieDomain), this.nowProvider = this.options.nowProvider || Un, this.cacheManager = new Fr(r, r.allKeys ? void 0 : new ei(r, this.options.clientId), this.nowProvider), this.domainUrl = (o = this.options.domain, /^https?:\/\//.test(o) ? o : `https://${o}`), this.tokenIssuer = ((a, s) => a ? a.startsWith("https://") ? a : `https://${a}/` : `${s}/`)(this.options.issuer, this.domainUrl), typeof window < "u" && window.Worker && this.options.useRefreshTokens && n === "memory" && (this.options.workerUrl ? this.worker = new Worker(this.options.workerUrl) : this.worker = new Qr());
|
|
770
770
|
}
|
|
771
771
|
_url(e) {
|
|
772
|
-
const n = encodeURIComponent(btoa(JSON.stringify(this.options.auth0Client ||
|
|
772
|
+
const n = encodeURIComponent(btoa(JSON.stringify(this.options.auth0Client || Dn)));
|
|
773
773
|
return `${this.domainUrl}${e}&auth0Client=${n}`;
|
|
774
774
|
}
|
|
775
775
|
_authorizeUrl(e) {
|
|
@@ -777,20 +777,20 @@ let ti = class {
|
|
|
777
777
|
}
|
|
778
778
|
async _verifyIdToken(e, n, r) {
|
|
779
779
|
const i = await this.nowProvider();
|
|
780
|
-
return
|
|
780
|
+
return Vr({ iss: this.tokenIssuer, aud: this.options.clientId, id_token: e, nonce: n, organization: r, leeway: this.options.leeway, max_age: (o = this.options.authorizationParams.max_age, typeof o != "string" ? o : parseInt(o, 10) || void 0), now: i });
|
|
781
781
|
var o;
|
|
782
782
|
}
|
|
783
783
|
_processOrgHint(e) {
|
|
784
784
|
e ? this.cookieStorage.save(this.orgHintCookieName, e, { daysUntilExpire: this.sessionCheckExpiryDays, cookieDomain: this.options.cookieDomain }) : this.cookieStorage.remove(this.orgHintCookieName, { cookieDomain: this.options.cookieDomain });
|
|
785
785
|
}
|
|
786
786
|
async _prepareAuthorizeUrl(e, n, r) {
|
|
787
|
-
const i =
|
|
787
|
+
const i = Ft(dt()), o = Ft(dt()), a = dt(), s = ((u) => {
|
|
788
788
|
const c = new Uint8Array(u);
|
|
789
789
|
return ((f) => {
|
|
790
790
|
const d = { "+": "-", "/": "_", "=": "" };
|
|
791
791
|
return f.replace(/[+/=]/g, (w) => d[w]);
|
|
792
792
|
})(window.btoa(String.fromCharCode(...Array.from(c))));
|
|
793
|
-
})(await (async (u) => await Qe().subtle.digest({ name: "SHA-256" }, new TextEncoder().encode(u)))(a)), h = ((u, c, f, d, w, k, v, E) => Object.assign(Object.assign(Object.assign({ client_id: u.clientId }, u.authorizationParams), f), { scope:
|
|
793
|
+
})(await (async (u) => await Qe().subtle.digest({ name: "SHA-256" }, new TextEncoder().encode(u)))(a)), h = ((u, c, f, d, w, k, v, E) => Object.assign(Object.assign(Object.assign({ client_id: u.clientId }, u.authorizationParams), f), { scope: Fe(c, f.scope), response_type: "code", response_mode: E || "query", state: d, nonce: w, redirect_uri: v || u.authorizationParams.redirect_uri, code_challenge: k, code_challenge_method: "S256" }))(this.options, this.scope, e, i, o, s, e.redirect_uri || this.options.authorizationParams.redirect_uri || r, n == null ? void 0 : n.response_mode), p = this._authorizeUrl(h);
|
|
794
794
|
return { nonce: o, code_verifier: a, scope: h.scope, audience: h.audience || "default", redirect_uri: h.redirect_uri, state: i, url: p };
|
|
795
795
|
}
|
|
796
796
|
async loginWithPopup(e, n) {
|
|
@@ -805,20 +805,20 @@ let ti = class {
|
|
|
805
805
|
const o = await ((s) => new Promise((h, p) => {
|
|
806
806
|
let u;
|
|
807
807
|
const c = setInterval(() => {
|
|
808
|
-
s.popup && s.popup.closed && (clearInterval(c), clearTimeout(f), window.removeEventListener("message", u, !1), p(new
|
|
808
|
+
s.popup && s.popup.closed && (clearInterval(c), clearTimeout(f), window.removeEventListener("message", u, !1), p(new Ur(s.popup)));
|
|
809
809
|
}, 1e3), f = setTimeout(() => {
|
|
810
|
-
clearInterval(c), p(new
|
|
810
|
+
clearInterval(c), p(new Dr(s.popup)), window.removeEventListener("message", u, !1);
|
|
811
811
|
}, 1e3 * (s.timeoutInSeconds || 60));
|
|
812
812
|
u = function(d) {
|
|
813
813
|
if (d.data && d.data.type === "authorization_response") {
|
|
814
814
|
if (clearTimeout(f), clearInterval(c), window.removeEventListener("message", u, !1), s.popup.close(), d.data.response.error)
|
|
815
|
-
return p(
|
|
815
|
+
return p(G.fromPayload(d.data.response));
|
|
816
816
|
h(d.data.response);
|
|
817
817
|
}
|
|
818
818
|
}, window.addEventListener("message", u);
|
|
819
819
|
}))(Object.assign(Object.assign({}, n), { timeoutInSeconds: n.timeoutInSeconds || this.options.authorizeTimeoutInSeconds || 60 }));
|
|
820
820
|
if (i.state !== o.state)
|
|
821
|
-
throw new
|
|
821
|
+
throw new G("state_mismatch", "Invalid state");
|
|
822
822
|
const a = ((r = e.authorizationParams) === null || r === void 0 ? void 0 : r.organization) || this.options.authorizationParams.organization;
|
|
823
823
|
await this._requestToken({ audience: i.audience, scope: i.scope, code_verifier: i.code_verifier, grant_type: "authorization_code", code: o.code, redirect_uri: i.redirect_uri }, { nonceIn: i.nonce, organization: a });
|
|
824
824
|
}
|
|
@@ -834,7 +834,7 @@ let ti = class {
|
|
|
834
834
|
}
|
|
835
835
|
async loginWithRedirect(e = {}) {
|
|
836
836
|
var n;
|
|
837
|
-
const r = Bt(e), { openUrl: i, fragment: o, appState: a } = r, s =
|
|
837
|
+
const r = Bt(e), { openUrl: i, fragment: o, appState: a } = r, s = te(r, ["openUrl", "fragment", "appState"]), h = ((n = s.authorizationParams) === null || n === void 0 ? void 0 : n.organization) || this.options.authorizationParams.organization, p = await this._prepareAuthorizeUrl(s.authorizationParams || {}), { url: u } = p, c = te(p, ["url"]);
|
|
838
838
|
this.transactionManager.create(Object.assign(Object.assign(Object.assign({}, c), { appState: a }), h && { organization: h }));
|
|
839
839
|
const f = o ? `${u}#${o}` : u;
|
|
840
840
|
i ? await i(f) : window.location.assign(f);
|
|
@@ -849,11 +849,11 @@ let ti = class {
|
|
|
849
849
|
return { state: f.get("state"), code: f.get("code") || void 0, error: f.get("error") || void 0, error_description: f.get("error_description") || void 0 };
|
|
850
850
|
})(n.join("")), s = this.transactionManager.get();
|
|
851
851
|
if (!s)
|
|
852
|
-
throw new
|
|
852
|
+
throw new G("missing_transaction", "Invalid state");
|
|
853
853
|
if (this.transactionManager.remove(), o)
|
|
854
|
-
throw new
|
|
854
|
+
throw new zr(o, a || o, r, s.appState);
|
|
855
855
|
if (!s.code_verifier || s.state && s.state !== r)
|
|
856
|
-
throw new
|
|
856
|
+
throw new G("state_mismatch", "Invalid state");
|
|
857
857
|
const h = s.organization, p = s.nonce, u = s.redirect_uri;
|
|
858
858
|
return await this._requestToken(Object.assign({ audience: s.audience, scope: s.scope, code_verifier: s.code_verifier, grant_type: "authorization_code", code: i }, u ? { redirect_uri: u } : {}), { nonceIn: p, organization: h }), { appState: s.appState };
|
|
859
859
|
}
|
|
@@ -870,7 +870,7 @@ let ti = class {
|
|
|
870
870
|
}
|
|
871
871
|
async getTokenSilently(e = {}) {
|
|
872
872
|
var n;
|
|
873
|
-
const r = Object.assign(Object.assign({ cacheMode: "on" }, e), { authorizationParams: Object.assign(Object.assign(Object.assign({}, this.options.authorizationParams), e.authorizationParams), { scope:
|
|
873
|
+
const r = Object.assign(Object.assign({ cacheMode: "on" }, e), { authorizationParams: Object.assign(Object.assign(Object.assign({}, this.options.authorizationParams), e.authorizationParams), { scope: Fe(this.scope, (n = e.authorizationParams) === null || n === void 0 ? void 0 : n.scope) }) }), i = await ((o, a) => {
|
|
874
874
|
let s = ft[a];
|
|
875
875
|
return s || (s = o().finally(() => {
|
|
876
876
|
delete ft[a], s = null;
|
|
@@ -879,7 +879,7 @@ let ti = class {
|
|
|
879
879
|
return e.detailedResponse ? i : i == null ? void 0 : i.access_token;
|
|
880
880
|
}
|
|
881
881
|
async _getTokenSilently(e) {
|
|
882
|
-
const { cacheMode: n } = e, r =
|
|
882
|
+
const { cacheMode: n } = e, r = te(e, ["cacheMode"]);
|
|
883
883
|
if (n !== "off") {
|
|
884
884
|
const i = await this._getEntryFromCache({ scope: r.authorizationParams.scope, audience: r.authorizationParams.audience || "default", clientId: this.options.clientId });
|
|
885
885
|
if (i)
|
|
@@ -908,19 +908,19 @@ let ti = class {
|
|
|
908
908
|
}
|
|
909
909
|
async getTokenWithPopup(e = {}, n = {}) {
|
|
910
910
|
var r;
|
|
911
|
-
const i = Object.assign(Object.assign({}, e), { authorizationParams: Object.assign(Object.assign(Object.assign({}, this.options.authorizationParams), e.authorizationParams), { scope:
|
|
912
|
-
return n = Object.assign(Object.assign({},
|
|
911
|
+
const i = Object.assign(Object.assign({}, e), { authorizationParams: Object.assign(Object.assign(Object.assign({}, this.options.authorizationParams), e.authorizationParams), { scope: Fe(this.scope, (r = e.authorizationParams) === null || r === void 0 ? void 0 : r.scope) }) });
|
|
912
|
+
return n = Object.assign(Object.assign({}, Nr), n), await this.loginWithPopup(i, n), (await this.cacheManager.get(new pe({ scope: i.authorizationParams.scope, audience: i.authorizationParams.audience || "default", clientId: this.options.clientId }))).access_token;
|
|
913
913
|
}
|
|
914
914
|
async isAuthenticated() {
|
|
915
915
|
return !!await this.getUser();
|
|
916
916
|
}
|
|
917
917
|
_buildLogoutUrl(e) {
|
|
918
918
|
e.clientId !== null ? e.clientId = e.clientId || this.options.clientId : delete e.clientId;
|
|
919
|
-
const n = e.logoutParams || {}, { federated: r } = n, i =
|
|
919
|
+
const n = e.logoutParams || {}, { federated: r } = n, i = te(n, ["federated"]), o = r ? "&federated" : "";
|
|
920
920
|
return this._url(`/v2/logout?${St(Object.assign({ clientId: e.clientId }, i))}`) + o;
|
|
921
921
|
}
|
|
922
922
|
async logout(e = {}) {
|
|
923
|
-
const n = Bt(e), { openUrl: r } = n, i =
|
|
923
|
+
const n = Bt(e), { openUrl: r } = n, i = te(n, ["openUrl"]);
|
|
924
924
|
e.clientId === null ? await this.cacheManager.clear() : await this.cacheManager.clear(e.clientId || this.options.clientId), this.cookieStorage.remove(this.orgHintCookieName, { cookieDomain: this.options.cookieDomain }), this.cookieStorage.remove(this.isAuthenticatedCookieName, { cookieDomain: this.options.cookieDomain }), this.userCache.remove("@@user@@");
|
|
925
925
|
const o = this._buildLogoutUrl(i);
|
|
926
926
|
r ? await r(o) : r !== !1 && window.location.assign(o);
|
|
@@ -931,26 +931,26 @@ let ti = class {
|
|
|
931
931
|
const { url: i, state: o, nonce: a, code_verifier: s, redirect_uri: h, scope: p, audience: u } = await this._prepareAuthorizeUrl(n, { response_mode: "web_message" }, window.location.origin);
|
|
932
932
|
try {
|
|
933
933
|
if (window.crossOriginIsolated)
|
|
934
|
-
throw new
|
|
935
|
-
const c = e.timeoutInSeconds || this.options.authorizeTimeoutInSeconds, f = await ((w, k, v = 60) => new Promise((E,
|
|
934
|
+
throw new G("login_required", "The application is running in a Cross-Origin Isolated context, silently retrieving a token without refresh token is not possible.");
|
|
935
|
+
const c = e.timeoutInSeconds || this.options.authorizeTimeoutInSeconds, f = await ((w, k, v = 60) => new Promise((E, _) => {
|
|
936
936
|
const g = window.document.createElement("iframe");
|
|
937
937
|
g.setAttribute("width", "0"), g.setAttribute("height", "0"), g.style.display = "none";
|
|
938
938
|
const l = () => {
|
|
939
939
|
window.document.body.contains(g) && (window.document.body.removeChild(g), window.removeEventListener("message", b, !1));
|
|
940
940
|
};
|
|
941
941
|
let b;
|
|
942
|
-
const
|
|
943
|
-
|
|
942
|
+
const T = setTimeout(() => {
|
|
943
|
+
_(new It()), l();
|
|
944
944
|
}, 1e3 * v);
|
|
945
|
-
b = function(
|
|
946
|
-
if (
|
|
945
|
+
b = function(O) {
|
|
946
|
+
if (O.origin != k || !O.data || O.data.type !== "authorization_response")
|
|
947
947
|
return;
|
|
948
|
-
const
|
|
949
|
-
|
|
948
|
+
const x = O.source;
|
|
949
|
+
x && x.close(), O.data.response.error ? _(G.fromPayload(O.data.response)) : E(O.data.response), clearTimeout(T), window.removeEventListener("message", b, !1), setTimeout(l, 2e3);
|
|
950
950
|
}, window.addEventListener("message", b, !1), window.document.body.appendChild(g), g.setAttribute("src", w);
|
|
951
951
|
}))(i, this.domainUrl, c);
|
|
952
952
|
if (o !== f.state)
|
|
953
|
-
throw new
|
|
953
|
+
throw new G("state_mismatch", "Invalid state");
|
|
954
954
|
const d = await this._requestToken(Object.assign(Object.assign({}, e.authorizationParams), { code_verifier: s, code: f.code, grant_type: "authorization_code", redirect_uri: h, timeout: e.authorizationParams.timeout || this.httpTimeoutMs }), { nonceIn: a, organization: n.organization });
|
|
955
955
|
return Object.assign(Object.assign({}, d), { scope: p, oauthTokenScope: d.scope, audience: u });
|
|
956
956
|
} catch (c) {
|
|
@@ -958,7 +958,7 @@ let ti = class {
|
|
|
958
958
|
}
|
|
959
959
|
}
|
|
960
960
|
async _getTokenUsingRefreshToken(e) {
|
|
961
|
-
const n = await this.cacheManager.get(new
|
|
961
|
+
const n = await this.cacheManager.get(new pe({ scope: e.authorizationParams.scope, audience: e.authorizationParams.audience || "default", clientId: this.options.clientId }));
|
|
962
962
|
if (!(n && n.refresh_token || this.worker)) {
|
|
963
963
|
if (this.options.useRefreshTokensFallback)
|
|
964
964
|
return await this._getTokenFromIFrame(e);
|
|
@@ -975,15 +975,15 @@ let ti = class {
|
|
|
975
975
|
}
|
|
976
976
|
}
|
|
977
977
|
async _saveEntryInCache(e) {
|
|
978
|
-
const { id_token: n, decodedToken: r } = e, i =
|
|
978
|
+
const { id_token: n, decodedToken: r } = e, i = te(e, ["id_token", "decodedToken"]);
|
|
979
979
|
this.userCache.set("@@user@@", { id_token: n, decodedToken: r }), await this.cacheManager.setIdToken(this.options.clientId, e.id_token, e.decodedToken), await this.cacheManager.set(i);
|
|
980
980
|
}
|
|
981
981
|
async _getIdTokenFromCache() {
|
|
982
|
-
const e = this.options.authorizationParams.audience || "default", n = await this.cacheManager.getIdToken(new
|
|
982
|
+
const e = this.options.authorizationParams.audience || "default", n = await this.cacheManager.getIdToken(new pe({ clientId: this.options.clientId, audience: e, scope: this.scope })), r = this.userCache.get("@@user@@");
|
|
983
983
|
return n && n.id_token === (r == null ? void 0 : r.id_token) ? r : (this.userCache.set("@@user@@", n), n);
|
|
984
984
|
}
|
|
985
985
|
async _getEntryFromCache({ scope: e, audience: n, clientId: r }) {
|
|
986
|
-
const i = await this.cacheManager.get(new
|
|
986
|
+
const i = await this.cacheManager.get(new pe({ scope: e, audience: n, clientId: r }), 60);
|
|
987
987
|
if (i && i.access_token) {
|
|
988
988
|
const { access_token: o, oauthTokenScope: a, expires_in: s } = i, h = await this._getIdTokenFromCache();
|
|
989
989
|
return h && Object.assign(Object.assign({ id_token: h.id_token, access_token: o }, a ? { scope: a } : null), { expires_in: s });
|
|
@@ -994,73 +994,73 @@ let ti = class {
|
|
|
994
994
|
return await this._saveEntryInCache(Object.assign(Object.assign(Object.assign(Object.assign({}, o), { decodedToken: a, scope: e.scope, audience: e.audience || "default" }), o.scope ? { oauthTokenScope: o.scope } : null), { client_id: this.options.clientId })), this.cookieStorage.save(this.isAuthenticatedCookieName, !0, { daysUntilExpire: this.sessionCheckExpiryDays, cookieDomain: this.options.cookieDomain }), this._processOrgHint(i || a.claims.org_id), Object.assign(Object.assign({}, o), { decodedToken: a });
|
|
995
995
|
}
|
|
996
996
|
};
|
|
997
|
-
async function
|
|
998
|
-
const e = new
|
|
997
|
+
async function ri(t) {
|
|
998
|
+
const e = new ni(t);
|
|
999
999
|
return await e.checkSession(), e;
|
|
1000
1000
|
}
|
|
1001
|
-
const
|
|
1002
|
-
var
|
|
1003
|
-
let
|
|
1001
|
+
const Vn = "sesamy.com", ii = "https://logs.sesamy.com/events", Et = "sesamyCacheTimestamp";
|
|
1002
|
+
var Q = /* @__PURE__ */ ((t) => (t.READY = "sesamyJsReady", t.AUTHENTICATED = "sesamyJsAuthenticated", t.LOGOUT = "sesamyJsLogout", t.CLEAR_CACHE = "sesamyJsClearCache", t.USER_ATTRIBUTE_CHANGED = "sesamyUserAttributeChanged", t.PURCHASE = "sesamyJsPurchase", t))(Q || {});
|
|
1003
|
+
let q;
|
|
1004
1004
|
const $t = "sesamyAccessToken", Nt = "sesamyExpires";
|
|
1005
|
-
function
|
|
1005
|
+
function Yn() {
|
|
1006
1006
|
const t = localStorage.getItem(Nt);
|
|
1007
1007
|
if (!(t && parseInt(t, 10) < (/* @__PURE__ */ new Date()).getTime()))
|
|
1008
1008
|
return localStorage.getItem($t);
|
|
1009
1009
|
}
|
|
1010
|
-
async function
|
|
1011
|
-
if (t.enabled !== !1 && (
|
|
1012
|
-
domain: t.endpoint || `token.${
|
|
1010
|
+
async function oi(t) {
|
|
1011
|
+
if (t.enabled !== !1 && (q = await ri({
|
|
1012
|
+
domain: t.endpoint || `token.${Vn}`,
|
|
1013
1013
|
clientId: t.clientId
|
|
1014
1014
|
}), window.location.search.includes("code=")))
|
|
1015
1015
|
try {
|
|
1016
|
-
await
|
|
1017
|
-
const e = await
|
|
1018
|
-
|
|
1016
|
+
await q.handleRedirectCallback();
|
|
1017
|
+
const e = await q.getUser();
|
|
1018
|
+
ue(Q.AUTHENTICATED, e);
|
|
1019
1019
|
const n = new URL(location.href), r = n.searchParams;
|
|
1020
1020
|
r.delete("code"), r.delete("state"), n.search = r.toString(), window.history.replaceState({}, document.title, n.toString());
|
|
1021
1021
|
} catch {
|
|
1022
1022
|
}
|
|
1023
1023
|
}
|
|
1024
|
-
async function
|
|
1025
|
-
if (
|
|
1024
|
+
async function ai() {
|
|
1025
|
+
if (Yn())
|
|
1026
1026
|
return !0;
|
|
1027
|
-
if (!
|
|
1027
|
+
if (!q)
|
|
1028
1028
|
throw new Error("Auth0 client not initialized");
|
|
1029
|
-
return
|
|
1029
|
+
return q.isAuthenticated();
|
|
1030
1030
|
}
|
|
1031
|
-
function
|
|
1032
|
-
if (!
|
|
1031
|
+
function si() {
|
|
1032
|
+
if (!q)
|
|
1033
1033
|
throw new Error("Auth0 client not initialized");
|
|
1034
|
-
return
|
|
1034
|
+
return q.loginWithRedirect({
|
|
1035
1035
|
authorizationParams: {
|
|
1036
1036
|
redirect_uri: window.location.href
|
|
1037
1037
|
}
|
|
1038
1038
|
});
|
|
1039
1039
|
}
|
|
1040
|
-
async function
|
|
1041
|
-
const e =
|
|
1040
|
+
async function ci(t = !0) {
|
|
1041
|
+
const e = Yn();
|
|
1042
1042
|
if (e)
|
|
1043
1043
|
return e;
|
|
1044
1044
|
try {
|
|
1045
|
-
if (!
|
|
1045
|
+
if (!q)
|
|
1046
1046
|
throw new Error("Auth0 client not initialized");
|
|
1047
|
-
return await
|
|
1047
|
+
return await q.getTokenSilently();
|
|
1048
1048
|
} catch (n) {
|
|
1049
1049
|
if (t)
|
|
1050
1050
|
throw n;
|
|
1051
1051
|
return null;
|
|
1052
1052
|
}
|
|
1053
1053
|
}
|
|
1054
|
-
async function
|
|
1055
|
-
if (localStorage.removeItem($t), localStorage.removeItem(Nt), !
|
|
1054
|
+
async function ui() {
|
|
1055
|
+
if (localStorage.removeItem($t), localStorage.removeItem(Nt), !q)
|
|
1056
1056
|
throw new Error("Auth0 client not initialized");
|
|
1057
|
-
return
|
|
1057
|
+
return ue(Q.LOGOUT, {}), q.logout({
|
|
1058
1058
|
logoutParams: {
|
|
1059
1059
|
returnTo: window.location.href
|
|
1060
1060
|
}
|
|
1061
1061
|
});
|
|
1062
1062
|
}
|
|
1063
|
-
function
|
|
1063
|
+
function li(t) {
|
|
1064
1064
|
const e = t.split(".");
|
|
1065
1065
|
if (e.length !== 3)
|
|
1066
1066
|
throw new Error("Invalid JWT token format.");
|
|
@@ -1071,12 +1071,12 @@ function ui(t) {
|
|
|
1071
1071
|
);
|
|
1072
1072
|
return JSON.parse(i);
|
|
1073
1073
|
}
|
|
1074
|
-
async function
|
|
1074
|
+
async function Gn(t, e) {
|
|
1075
1075
|
localStorage.setItem($t, t), e && localStorage.setItem(Nt, JSON.stringify(e * 1e3 + (/* @__PURE__ */ new Date()).getTime()));
|
|
1076
|
-
const n =
|
|
1077
|
-
|
|
1076
|
+
const n = li(t);
|
|
1077
|
+
ue(Q.AUTHENTICATED, n);
|
|
1078
1078
|
}
|
|
1079
|
-
const
|
|
1079
|
+
const di = (t, e) => e.skipDedupe || e.method !== "GET", hi = (t, e) => e.method + "@" + t, fi = (t) => t.clone(), qt = ({ skip: t = di, key: e = hi, resolver: n = fi } = {}) => {
|
|
1080
1080
|
const r = /* @__PURE__ */ new Map();
|
|
1081
1081
|
return (i) => (o, a) => {
|
|
1082
1082
|
if (t(o, a))
|
|
@@ -1096,7 +1096,7 @@ const li = (t, e) => e.skipDedupe || e.method !== "GET", di = (t, e) => e.method
|
|
|
1096
1096
|
return r.delete(s), Promise.reject(h);
|
|
1097
1097
|
}
|
|
1098
1098
|
};
|
|
1099
|
-
},
|
|
1099
|
+
}, pi = (t, e) => t * e, mi = (t) => t && t.ok, Qt = ({ delayTimer: t = 500, delayRamp: e = pi, maxAttempts: n = 10, until: r = mi, onRetry: i = null, retryOnNetworkError: o = !1, resolveWithLatestResponse: a = !1, skip: s } = {}) => (h) => (p, u) => {
|
|
1100
1100
|
let c = 0;
|
|
1101
1101
|
if (s && s(p, u))
|
|
1102
1102
|
return h(p, u);
|
|
@@ -1108,9 +1108,9 @@ const li = (t, e) => e.skipDedupe || e.method !== "GET", di = (t, e) => e.method
|
|
|
1108
1108
|
error: w,
|
|
1109
1109
|
url: p,
|
|
1110
1110
|
options: u
|
|
1111
|
-
})).then((
|
|
1111
|
+
})).then((_ = {}) => {
|
|
1112
1112
|
var g, l;
|
|
1113
|
-
v(h((g =
|
|
1113
|
+
v(h((g = _ && _.url) !== null && g !== void 0 ? g : p, (l = _ && _.options) !== null && l !== void 0 ? l : u));
|
|
1114
1114
|
}) : v(h(p, u));
|
|
1115
1115
|
}, E);
|
|
1116
1116
|
}).then(f).catch((v) => {
|
|
@@ -1123,20 +1123,20 @@ const li = (t, e) => e.skipDedupe || e.method !== "GET", di = (t, e) => e.method
|
|
|
1123
1123
|
throw d;
|
|
1124
1124
|
return f(null, d);
|
|
1125
1125
|
});
|
|
1126
|
-
},
|
|
1126
|
+
}, gi = "application/json", Bn = "Content-Type", ke = Symbol(), qn = Symbol();
|
|
1127
1127
|
function en(t = {}) {
|
|
1128
1128
|
var e;
|
|
1129
|
-
return (e = Object.entries(t).find(([n]) => n.toLowerCase() ===
|
|
1129
|
+
return (e = Object.entries(t).find(([n]) => n.toLowerCase() === Bn.toLowerCase())) === null || e === void 0 ? void 0 : e[1];
|
|
1130
1130
|
}
|
|
1131
1131
|
function tn(t) {
|
|
1132
1132
|
return /^application\/.*json.*/.test(t);
|
|
1133
1133
|
}
|
|
1134
|
-
const
|
|
1134
|
+
const ge = function(t, e, n = !1) {
|
|
1135
1135
|
return Object.entries(e).reduce((r, [i, o]) => {
|
|
1136
1136
|
const a = t[i];
|
|
1137
|
-
return Array.isArray(a) && Array.isArray(o) ? r[i] = n ? [...a, ...o] : o : typeof a == "object" && typeof o == "object" ? r[i] =
|
|
1137
|
+
return Array.isArray(a) && Array.isArray(o) ? r[i] = n ? [...a, ...o] : o : typeof a == "object" && typeof o == "object" ? r[i] = ge(a, o, n) : r[i] = o, r;
|
|
1138
1138
|
}, { ...t });
|
|
1139
|
-
},
|
|
1139
|
+
}, Oe = {
|
|
1140
1140
|
// Default options
|
|
1141
1141
|
options: {},
|
|
1142
1142
|
// Error type
|
|
@@ -1157,34 +1157,34 @@ const me = function(t, e, n = !1) {
|
|
|
1157
1157
|
return n && i ? new i(...r) : i;
|
|
1158
1158
|
}
|
|
1159
1159
|
};
|
|
1160
|
-
function gi(t, e = !1) {
|
|
1161
|
-
Pe.options = e ? t : me(Pe.options, t);
|
|
1162
|
-
}
|
|
1163
1160
|
function yi(t, e = !1) {
|
|
1164
|
-
|
|
1161
|
+
Oe.options = e ? t : ge(Oe.options, t);
|
|
1162
|
+
}
|
|
1163
|
+
function vi(t, e = !1) {
|
|
1164
|
+
Oe.polyfills = e ? t : ge(Oe.polyfills, t);
|
|
1165
1165
|
}
|
|
1166
|
-
function
|
|
1167
|
-
|
|
1166
|
+
function wi(t) {
|
|
1167
|
+
Oe.errorType = t;
|
|
1168
1168
|
}
|
|
1169
|
-
const
|
|
1170
|
-
class
|
|
1169
|
+
const bi = (t) => (e) => t.reduceRight((n, r) => r(n), e) || e;
|
|
1170
|
+
class Qn extends Error {
|
|
1171
1171
|
}
|
|
1172
|
-
const
|
|
1172
|
+
const ki = (t) => {
|
|
1173
1173
|
const e = /* @__PURE__ */ Object.create(null);
|
|
1174
1174
|
t = t._addons.reduce((g, l) => l.beforeRequest && l.beforeRequest(g, t._options, e) || g, t);
|
|
1175
|
-
const { _url: n, _options: r, _config: i, _catchers: o, _resolvers: a, _middlewares: s, _addons: h } = t, p = new Map(o), u =
|
|
1175
|
+
const { _url: n, _options: r, _config: i, _catchers: o, _resolvers: a, _middlewares: s, _addons: h } = t, p = new Map(o), u = ge(i.options, r);
|
|
1176
1176
|
let c = n;
|
|
1177
|
-
const f =
|
|
1177
|
+
const f = bi(s)((g, l) => (c = g, i.polyfill("fetch")(g, l)))(n, u), d = new Error(), w = f.catch((g) => {
|
|
1178
1178
|
throw { [ke]: g };
|
|
1179
1179
|
}).then((g) => {
|
|
1180
1180
|
if (!g.ok) {
|
|
1181
|
-
const l = new
|
|
1181
|
+
const l = new Qn();
|
|
1182
1182
|
if (l.cause = d, l.stack = l.stack + `
|
|
1183
1183
|
CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
|
|
1184
1184
|
throw l;
|
|
1185
1185
|
return g.text().then((b) => {
|
|
1186
|
-
var
|
|
1187
|
-
if (l.message = b, i.errorType === "json" || ((
|
|
1186
|
+
var T;
|
|
1187
|
+
if (l.message = b, i.errorType === "json" || ((T = g.headers.get("Content-Type")) === null || T === void 0 ? void 0 : T.split(";")[0]) === "application/json")
|
|
1188
1188
|
try {
|
|
1189
1189
|
l.json = JSON.parse(b);
|
|
1190
1190
|
} catch {
|
|
@@ -1194,13 +1194,13 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
|
|
|
1194
1194
|
}
|
|
1195
1195
|
return g;
|
|
1196
1196
|
}), k = (g) => g.catch((l) => {
|
|
1197
|
-
const b = l.hasOwnProperty(ke),
|
|
1198
|
-
if (
|
|
1199
|
-
return
|
|
1200
|
-
const
|
|
1201
|
-
if (
|
|
1202
|
-
return
|
|
1203
|
-
throw
|
|
1197
|
+
const b = l.hasOwnProperty(ke), T = b ? l[ke] : l, O = (T == null ? void 0 : T.status) && p.get(T.status) || p.get(T == null ? void 0 : T.name) || b && p.has(ke) && p.get(ke);
|
|
1198
|
+
if (O)
|
|
1199
|
+
return O(T, t);
|
|
1200
|
+
const x = p.get(qn);
|
|
1201
|
+
if (x)
|
|
1202
|
+
return x(T, t);
|
|
1203
|
+
throw T;
|
|
1204
1204
|
}), v = (g) => (l) => /* If a callback is provided, then callback with the body result otherwise return the parsed body itself. */ k(g ? w.then((b) => b && b[g]()).then((b) => l ? l(b) : b) : w.then((b) => l ? l(b) : b)), E = {
|
|
1205
1205
|
_wretchReq: t,
|
|
1206
1206
|
_fetchReq: f,
|
|
@@ -1235,15 +1235,15 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
|
|
|
1235
1235
|
fetchError(g) {
|
|
1236
1236
|
return this.error(ke, g);
|
|
1237
1237
|
}
|
|
1238
|
-
},
|
|
1238
|
+
}, _ = h.reduce((g, l) => ({
|
|
1239
1239
|
...g,
|
|
1240
1240
|
...typeof l.resolver == "function" ? l.resolver(g) : l.resolver
|
|
1241
1241
|
}), E);
|
|
1242
|
-
return a.reduce((g, l) => l(g, t),
|
|
1243
|
-
},
|
|
1242
|
+
return a.reduce((g, l) => l(g, t), _);
|
|
1243
|
+
}, Ii = {
|
|
1244
1244
|
_url: "",
|
|
1245
1245
|
_options: {},
|
|
1246
|
-
_config:
|
|
1246
|
+
_config: Oe,
|
|
1247
1247
|
_catchers: /* @__PURE__ */ new Map(),
|
|
1248
1248
|
_resolvers: [],
|
|
1249
1249
|
_deferred: [],
|
|
@@ -1266,7 +1266,7 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
|
|
|
1266
1266
|
...this,
|
|
1267
1267
|
_config: {
|
|
1268
1268
|
...this._config,
|
|
1269
|
-
polyfills: e ? t :
|
|
1269
|
+
polyfills: e ? t : ge(this._config.polyfills, t)
|
|
1270
1270
|
}
|
|
1271
1271
|
};
|
|
1272
1272
|
},
|
|
@@ -1280,17 +1280,17 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
|
|
|
1280
1280
|
};
|
|
1281
1281
|
},
|
|
1282
1282
|
options(t, e = !1) {
|
|
1283
|
-
return { ...this, _options: e ? t :
|
|
1283
|
+
return { ...this, _options: e ? t : ge(this._options, t) };
|
|
1284
1284
|
},
|
|
1285
1285
|
headers(t) {
|
|
1286
1286
|
const e = t ? Array.isArray(t) ? Object.fromEntries(t) : "entries" in t ? Object.fromEntries(t.entries()) : t : {};
|
|
1287
|
-
return { ...this, _options:
|
|
1287
|
+
return { ...this, _options: ge(this._options, { headers: e }) };
|
|
1288
1288
|
},
|
|
1289
1289
|
accept(t) {
|
|
1290
1290
|
return this.headers({ Accept: t });
|
|
1291
1291
|
},
|
|
1292
1292
|
content(t) {
|
|
1293
|
-
return this.headers({ [
|
|
1293
|
+
return this.headers({ [Bn]: t });
|
|
1294
1294
|
},
|
|
1295
1295
|
auth(t) {
|
|
1296
1296
|
return this.headers({ Authorization: t });
|
|
@@ -1300,7 +1300,7 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
|
|
|
1300
1300
|
return n.set(t, e), { ...this, _catchers: n };
|
|
1301
1301
|
},
|
|
1302
1302
|
catcherFallback(t) {
|
|
1303
|
-
return this.catcher(
|
|
1303
|
+
return this.catcher(qn, t);
|
|
1304
1304
|
},
|
|
1305
1305
|
resolve(t, e = !1) {
|
|
1306
1306
|
return { ...this, _resolvers: e ? [t] : [...this._resolvers, t] };
|
|
@@ -1320,7 +1320,7 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
|
|
|
1320
1320
|
fetch(t = this._options.method, e = "", n = null) {
|
|
1321
1321
|
let r = this.url(e).options({ method: t });
|
|
1322
1322
|
const i = en(r._options.headers), o = typeof n == "object" && (!r._options.headers || !i || tn(i));
|
|
1323
|
-
return r = n ? o ? r.json(n, i) : r.body(n) : r,
|
|
1323
|
+
return r = n ? o ? r.json(n, i) : r.body(n) : r, ki(r._deferred.reduce((a, s) => s(a, a._url, a._options), r));
|
|
1324
1324
|
},
|
|
1325
1325
|
get(t = "") {
|
|
1326
1326
|
return this.fetch("GET", t);
|
|
@@ -1348,98 +1348,98 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
|
|
|
1348
1348
|
},
|
|
1349
1349
|
json(t, e) {
|
|
1350
1350
|
const n = en(this._options.headers);
|
|
1351
|
-
return this.content(e || tn(n) && n ||
|
|
1351
|
+
return this.content(e || tn(n) && n || gi).body(JSON.stringify(t));
|
|
1352
1352
|
}
|
|
1353
1353
|
};
|
|
1354
|
-
function
|
|
1355
|
-
return { ...
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
function
|
|
1363
|
-
sessionStorage.removeItem(Et),
|
|
1364
|
-
}
|
|
1365
|
-
function
|
|
1366
|
-
const e = t.endpoint || `https://api2.${
|
|
1367
|
-
let
|
|
1368
|
-
|
|
1369
|
-
const
|
|
1370
|
-
...
|
|
1354
|
+
function le(t = "", e = {}) {
|
|
1355
|
+
return { ...Ii, _url: t, _options: e };
|
|
1356
|
+
}
|
|
1357
|
+
le.default = le;
|
|
1358
|
+
le.options = yi;
|
|
1359
|
+
le.errorType = wi;
|
|
1360
|
+
le.polyfills = vi;
|
|
1361
|
+
le.WretchError = Qn;
|
|
1362
|
+
function re() {
|
|
1363
|
+
sessionStorage.removeItem(Et), ue(Q.CLEAR_CACHE, {});
|
|
1364
|
+
}
|
|
1365
|
+
function Si(t) {
|
|
1366
|
+
const e = t.endpoint || `https://api2.${Vn}`, n = (S) => async (I, N) => {
|
|
1367
|
+
let K = sessionStorage.getItem(Et);
|
|
1368
|
+
K || (K = Date.now().toString(), sessionStorage.setItem(Et, K));
|
|
1369
|
+
const X = {
|
|
1370
|
+
...N,
|
|
1371
1371
|
headers: {
|
|
1372
|
-
...
|
|
1373
|
-
"Cache-Timestamp":
|
|
1372
|
+
...N.headers,
|
|
1373
|
+
"Cache-Timestamp": K
|
|
1374
1374
|
}
|
|
1375
1375
|
};
|
|
1376
|
-
return I
|
|
1377
|
-
}, r = (
|
|
1378
|
-
let
|
|
1379
|
-
if (
|
|
1380
|
-
if (
|
|
1376
|
+
return S(I, X);
|
|
1377
|
+
}, r = (S = !0) => (I) => async (N, K) => {
|
|
1378
|
+
let X = null;
|
|
1379
|
+
if (X = await ci(S), !X) {
|
|
1380
|
+
if (S)
|
|
1381
1381
|
throw new Error("No access token available");
|
|
1382
|
-
return
|
|
1382
|
+
return I(N, K);
|
|
1383
1383
|
}
|
|
1384
|
-
const
|
|
1385
|
-
...
|
|
1384
|
+
const m = {
|
|
1385
|
+
...K,
|
|
1386
1386
|
headers: {
|
|
1387
|
-
...
|
|
1388
|
-
...
|
|
1387
|
+
...K.headers,
|
|
1388
|
+
...X ? { Authorization: `Bearer ${X}` } : {}
|
|
1389
1389
|
}
|
|
1390
1390
|
};
|
|
1391
|
-
return
|
|
1392
|
-
}, i = (
|
|
1393
|
-
if (
|
|
1394
|
-
return I
|
|
1395
|
-
const
|
|
1396
|
-
...
|
|
1391
|
+
return I(N, m);
|
|
1392
|
+
}, i = (S) => (I, N) => {
|
|
1393
|
+
if (N.headers.Authorization)
|
|
1394
|
+
return S(I, N);
|
|
1395
|
+
const K = localStorage.getItem("__anon_id"), X = btoa(`${K}:`), m = {
|
|
1396
|
+
...N,
|
|
1397
1397
|
headers: {
|
|
1398
|
-
...
|
|
1399
|
-
Authorization: `Basic ${
|
|
1398
|
+
...N.headers,
|
|
1399
|
+
Authorization: `Basic ${X}`
|
|
1400
1400
|
}
|
|
1401
1401
|
};
|
|
1402
|
-
return I
|
|
1403
|
-
}, o =
|
|
1402
|
+
return S(I, m);
|
|
1403
|
+
}, o = le(e).headers({ "Content-Type": "application/json" }).middlewares([
|
|
1404
1404
|
n,
|
|
1405
1405
|
r(),
|
|
1406
1406
|
qt(),
|
|
1407
1407
|
Qt({
|
|
1408
1408
|
delayTimer: 1e3,
|
|
1409
|
-
delayRamp: (
|
|
1409
|
+
delayRamp: (S, I) => S * I,
|
|
1410
1410
|
maxAttempts: 3,
|
|
1411
|
-
until: (
|
|
1411
|
+
until: (S) => !!(S && (S.ok || S.status >= 400 && S.status < 500)),
|
|
1412
1412
|
retryOnNetworkError: !1
|
|
1413
1413
|
})
|
|
1414
|
-
]), a =
|
|
1414
|
+
]), a = le(e).headers({ "Content-Type": "application/json" }).middlewares([
|
|
1415
1415
|
n,
|
|
1416
1416
|
r(!1),
|
|
1417
1417
|
i,
|
|
1418
1418
|
qt(),
|
|
1419
1419
|
Qt({
|
|
1420
1420
|
delayTimer: 1e3,
|
|
1421
|
-
delayRamp: (
|
|
1421
|
+
delayRamp: (S, I) => S * I,
|
|
1422
1422
|
maxAttempts: 3,
|
|
1423
|
-
until: (
|
|
1423
|
+
until: (S) => !!(S && (S.ok || S.status >= 400 && S.status < 500)),
|
|
1424
1424
|
retryOnNetworkError: !1
|
|
1425
1425
|
})
|
|
1426
1426
|
]);
|
|
1427
1427
|
async function s() {
|
|
1428
1428
|
return o.get("/entitlements").json();
|
|
1429
1429
|
}
|
|
1430
|
-
async function h(
|
|
1431
|
-
const
|
|
1432
|
-
return
|
|
1430
|
+
async function h(S) {
|
|
1431
|
+
const I = await o.get("/entitlements").json();
|
|
1432
|
+
return I == null ? void 0 : I.find((N) => N.id === S);
|
|
1433
1433
|
}
|
|
1434
|
-
async function p(
|
|
1435
|
-
return o.get(`/entitlements/${
|
|
1434
|
+
async function p(S) {
|
|
1435
|
+
return o.get(`/entitlements/${S}/access`).json();
|
|
1436
1436
|
}
|
|
1437
1437
|
async function u() {
|
|
1438
1438
|
return o.get("/contracts").json();
|
|
1439
1439
|
}
|
|
1440
|
-
async function c(
|
|
1441
|
-
const
|
|
1442
|
-
return
|
|
1440
|
+
async function c(S) {
|
|
1441
|
+
const I = await o.get("/contracts").json();
|
|
1442
|
+
return I == null ? void 0 : I.find((N) => N.id === S);
|
|
1443
1443
|
}
|
|
1444
1444
|
async function f() {
|
|
1445
1445
|
return o.get("/subscriptions").json();
|
|
@@ -1447,57 +1447,60 @@ function Ii(t) {
|
|
|
1447
1447
|
async function d() {
|
|
1448
1448
|
return o.get("/bills").json();
|
|
1449
1449
|
}
|
|
1450
|
-
async function w(
|
|
1451
|
-
const
|
|
1452
|
-
return
|
|
1450
|
+
async function w(S) {
|
|
1451
|
+
const I = await o.get("/bills").json();
|
|
1452
|
+
return I == null ? void 0 : I.find((N) => N.id === S);
|
|
1453
1453
|
}
|
|
1454
|
-
async function k(
|
|
1455
|
-
const
|
|
1456
|
-
return
|
|
1454
|
+
async function k(S, I) {
|
|
1455
|
+
const N = await o.url(`/user-metadata/${S}`).put(I).json();
|
|
1456
|
+
return ue(Q.USER_ATTRIBUTE_CHANGED, {}), re(), N;
|
|
1457
1457
|
}
|
|
1458
|
-
async function v(
|
|
1459
|
-
const
|
|
1460
|
-
return
|
|
1458
|
+
async function v(S) {
|
|
1459
|
+
const I = await o.url(`/user-metadata/${S}`).delete().res();
|
|
1460
|
+
return re(), I.ok;
|
|
1461
1461
|
}
|
|
1462
|
-
async function E(
|
|
1463
|
-
return (await o.url(`/user-metadata/${
|
|
1462
|
+
async function E(S) {
|
|
1463
|
+
return (await o.url(`/user-metadata/${S}`).get().json())[S];
|
|
1464
1464
|
}
|
|
1465
|
-
async function
|
|
1465
|
+
async function _() {
|
|
1466
1466
|
return await o.url("/user-metadata").get().json();
|
|
1467
1467
|
}
|
|
1468
1468
|
async function g() {
|
|
1469
1469
|
return await o.url("/tags").get().json();
|
|
1470
1470
|
}
|
|
1471
|
-
async function l(
|
|
1472
|
-
const
|
|
1473
|
-
return
|
|
1471
|
+
async function l(S) {
|
|
1472
|
+
const I = await o.url(`/tags/${S}`).delete().res();
|
|
1473
|
+
return re(), I.ok;
|
|
1474
1474
|
}
|
|
1475
|
-
async function b(
|
|
1476
|
-
const
|
|
1477
|
-
return
|
|
1475
|
+
async function b(S) {
|
|
1476
|
+
const I = await o.url("/tags").post(S).res();
|
|
1477
|
+
return ue(Q.USER_ATTRIBUTE_CHANGED, {}), re(), I.ok;
|
|
1478
1478
|
}
|
|
1479
|
-
async function
|
|
1480
|
-
return (await a.url("/tallies").get().json())[
|
|
1479
|
+
async function T(S) {
|
|
1480
|
+
return (await a.url("/tallies").get().json())[S];
|
|
1481
1481
|
}
|
|
1482
|
-
async function
|
|
1482
|
+
async function O() {
|
|
1483
1483
|
return await a.url("/tallies").get().json();
|
|
1484
1484
|
}
|
|
1485
|
-
async function
|
|
1486
|
-
const
|
|
1487
|
-
return
|
|
1485
|
+
async function x(S) {
|
|
1486
|
+
const I = await a.url(`/tallies/${S}`).delete().res();
|
|
1487
|
+
return re(), I.ok;
|
|
1488
1488
|
}
|
|
1489
|
-
async function
|
|
1490
|
-
return await a.url(`/tallies/${
|
|
1489
|
+
async function R(S, I) {
|
|
1490
|
+
return await a.url(`/tallies/${S}/push`).post(I).json();
|
|
1491
1491
|
}
|
|
1492
|
-
async function
|
|
1493
|
-
return await o.url(`/products/${
|
|
1492
|
+
async function L(S) {
|
|
1493
|
+
return await o.url(`/products/${S}`).get().json();
|
|
1494
1494
|
}
|
|
1495
|
-
async function
|
|
1495
|
+
async function H() {
|
|
1496
1496
|
return await o.url("/profile").get().json();
|
|
1497
1497
|
}
|
|
1498
|
-
async function
|
|
1499
|
-
|
|
1500
|
-
|
|
1498
|
+
async function A() {
|
|
1499
|
+
return await o.url("/payment-issues").get().json();
|
|
1500
|
+
}
|
|
1501
|
+
async function D(S) {
|
|
1502
|
+
const I = await o.url(`/products/${S}/auto-onboard`).post().json();
|
|
1503
|
+
return I.length && re(), I;
|
|
1501
1504
|
}
|
|
1502
1505
|
return {
|
|
1503
1506
|
getEntitlements: s,
|
|
@@ -1505,87 +1508,88 @@ function Ii(t) {
|
|
|
1505
1508
|
getEntitlementAccess: p,
|
|
1506
1509
|
getContracts: u,
|
|
1507
1510
|
getContract: c,
|
|
1508
|
-
getProfile:
|
|
1511
|
+
getProfile: H,
|
|
1509
1512
|
getSubscriptions: f,
|
|
1510
1513
|
getBills: d,
|
|
1511
1514
|
getBill: w,
|
|
1512
1515
|
setUserMetadata: k,
|
|
1513
1516
|
deleteUserMetadata: v,
|
|
1514
1517
|
getUserMetadata: E,
|
|
1515
|
-
listUserMetadata:
|
|
1518
|
+
listUserMetadata: _,
|
|
1516
1519
|
getTags: g,
|
|
1517
1520
|
deleteTag: l,
|
|
1518
1521
|
setTag: b,
|
|
1519
|
-
getTally:
|
|
1520
|
-
getTallies:
|
|
1521
|
-
deleteTally:
|
|
1522
|
-
pushTally:
|
|
1523
|
-
getProduct:
|
|
1524
|
-
|
|
1522
|
+
getTally: T,
|
|
1523
|
+
getTallies: O,
|
|
1524
|
+
deleteTally: x,
|
|
1525
|
+
pushTally: R,
|
|
1526
|
+
getProduct: L,
|
|
1527
|
+
getPaymentIssues: A,
|
|
1528
|
+
autoOnboardProduct: D
|
|
1525
1529
|
};
|
|
1526
1530
|
}
|
|
1527
|
-
const
|
|
1531
|
+
const er = "@sesamy/sesamy-js", zt = "1.3.2";
|
|
1528
1532
|
function nn(t, e, n, r, i) {
|
|
1529
1533
|
for (e = e.split ? e.split(".") : e, r = 0; r < e.length; r++)
|
|
1530
1534
|
t = t ? t[e[r]] : i;
|
|
1531
1535
|
return t === i ? n : t;
|
|
1532
1536
|
}
|
|
1533
1537
|
var Je = "undefined", rn = "object", Tt = function() {
|
|
1534
|
-
},
|
|
1538
|
+
}, tr = "any", nr = "*", ve = "__", tt = typeof process < "u" ? process : {};
|
|
1535
1539
|
tt.env && tt.env.NODE_ENV;
|
|
1536
1540
|
var J = typeof document < "u";
|
|
1537
1541
|
tt.versions != null && tt.versions.node != null;
|
|
1538
1542
|
typeof Deno < "u" && Deno.core;
|
|
1539
1543
|
J && window.name === "nodejs" || typeof navigator < "u" && navigator.userAgent !== void 0 && (navigator.userAgent.includes("Node.js") || navigator.userAgent.includes("jsdom"));
|
|
1540
|
-
function
|
|
1544
|
+
function rr(t, e) {
|
|
1541
1545
|
return e.charAt(0)[t]() + e.slice(1);
|
|
1542
1546
|
}
|
|
1543
|
-
var
|
|
1544
|
-
function
|
|
1545
|
-
return
|
|
1547
|
+
var _i = rr.bind(null, "toUpperCase"), Ei = rr.bind(null, "toLowerCase");
|
|
1548
|
+
function Ti(t) {
|
|
1549
|
+
return ir(t) ? _i("null") : typeof t == "object" ? Ci(t) : Object.prototype.toString.call(t).slice(8, -1);
|
|
1546
1550
|
}
|
|
1547
1551
|
function nt(t, e) {
|
|
1548
1552
|
e === void 0 && (e = !0);
|
|
1549
|
-
var n =
|
|
1550
|
-
return e ?
|
|
1553
|
+
var n = Ti(t);
|
|
1554
|
+
return e ? Ei(n) : n;
|
|
1551
1555
|
}
|
|
1552
|
-
function
|
|
1556
|
+
function We(t, e) {
|
|
1553
1557
|
return typeof e === t;
|
|
1554
1558
|
}
|
|
1555
|
-
var
|
|
1556
|
-
|
|
1557
|
-
function
|
|
1559
|
+
var Y = We.bind(null, "function"), se = We.bind(null, "string"), Se = We.bind(null, "undefined"), Pi = We.bind(null, "boolean");
|
|
1560
|
+
We.bind(null, "symbol");
|
|
1561
|
+
function ir(t) {
|
|
1558
1562
|
return t === null;
|
|
1559
1563
|
}
|
|
1560
1564
|
function Oi(t) {
|
|
1561
1565
|
return nt(t) === "number" && !isNaN(t);
|
|
1562
1566
|
}
|
|
1563
|
-
function
|
|
1567
|
+
function or(t) {
|
|
1564
1568
|
return nt(t) === "array";
|
|
1565
1569
|
}
|
|
1566
|
-
function
|
|
1567
|
-
if (!
|
|
1570
|
+
function V(t) {
|
|
1571
|
+
if (!ji(t))
|
|
1568
1572
|
return !1;
|
|
1569
1573
|
for (var e = t; Object.getPrototypeOf(e) !== null; )
|
|
1570
1574
|
e = Object.getPrototypeOf(e);
|
|
1571
1575
|
return Object.getPrototypeOf(t) === e;
|
|
1572
1576
|
}
|
|
1573
|
-
function Pi(t) {
|
|
1574
|
-
return t && (typeof t == "object" || t !== null);
|
|
1575
|
-
}
|
|
1576
1577
|
function ji(t) {
|
|
1577
|
-
return
|
|
1578
|
+
return t && (typeof t == "object" || t !== null);
|
|
1578
1579
|
}
|
|
1579
1580
|
function Ci(t) {
|
|
1581
|
+
return Y(t.constructor) ? t.constructor.name : null;
|
|
1582
|
+
}
|
|
1583
|
+
function xi(t) {
|
|
1580
1584
|
return t instanceof Error || se(t.message) && t.constructor && Oi(t.constructor.stackTraceLimit);
|
|
1581
1585
|
}
|
|
1582
|
-
function
|
|
1583
|
-
if (typeof e != "object" ||
|
|
1586
|
+
function ar(t, e) {
|
|
1587
|
+
if (typeof e != "object" || ir(e))
|
|
1584
1588
|
return !1;
|
|
1585
1589
|
if (e instanceof t)
|
|
1586
1590
|
return !0;
|
|
1587
1591
|
var n = nt(new t(""));
|
|
1588
|
-
if (
|
|
1592
|
+
if (xi(e))
|
|
1589
1593
|
for (; e; ) {
|
|
1590
1594
|
if (nt(e) === n)
|
|
1591
1595
|
return !0;
|
|
@@ -1593,13 +1597,13 @@ function or(t, e) {
|
|
|
1593
1597
|
}
|
|
1594
1598
|
return !1;
|
|
1595
1599
|
}
|
|
1596
|
-
|
|
1597
|
-
|
|
1600
|
+
ar.bind(null, TypeError);
|
|
1601
|
+
ar.bind(null, SyntaxError);
|
|
1598
1602
|
function ot(t, e) {
|
|
1599
1603
|
var n = t instanceof Element || t instanceof HTMLDocument;
|
|
1600
|
-
return n && e ?
|
|
1604
|
+
return n && e ? Ai(t, e) : n;
|
|
1601
1605
|
}
|
|
1602
|
-
function
|
|
1606
|
+
function Ai(t, e) {
|
|
1603
1607
|
return e === void 0 && (e = ""), t && t.nodeName === e.toUpperCase();
|
|
1604
1608
|
}
|
|
1605
1609
|
function at(t) {
|
|
@@ -1612,8 +1616,8 @@ at(ot, "form");
|
|
|
1612
1616
|
at(ot, "button");
|
|
1613
1617
|
at(ot, "input");
|
|
1614
1618
|
at(ot, "select");
|
|
1615
|
-
function
|
|
1616
|
-
return t ?
|
|
1619
|
+
function $i(t) {
|
|
1620
|
+
return t ? or(t) ? t : [t] : [];
|
|
1617
1621
|
}
|
|
1618
1622
|
function on(t) {
|
|
1619
1623
|
try {
|
|
@@ -1622,19 +1626,19 @@ function on(t) {
|
|
|
1622
1626
|
return null;
|
|
1623
1627
|
}
|
|
1624
1628
|
}
|
|
1625
|
-
function
|
|
1629
|
+
function Ni() {
|
|
1626
1630
|
if (J) {
|
|
1627
1631
|
var t = navigator, e = t.languages;
|
|
1628
1632
|
return t.userLanguage || (e && e.length ? e[0] : t.language);
|
|
1629
1633
|
}
|
|
1630
1634
|
}
|
|
1631
|
-
function
|
|
1635
|
+
function zi() {
|
|
1632
1636
|
try {
|
|
1633
1637
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
1634
1638
|
} catch {
|
|
1635
1639
|
}
|
|
1636
1640
|
}
|
|
1637
|
-
function
|
|
1641
|
+
function Di(t) {
|
|
1638
1642
|
return function(e) {
|
|
1639
1643
|
for (var n, r = /* @__PURE__ */ Object.create(null), i = /([^&=]+)=?([^&]*)/g; n = i.exec(e); ) {
|
|
1640
1644
|
var o = on(n[1]), a = on(n[2]);
|
|
@@ -1642,7 +1646,7 @@ function zi(t) {
|
|
|
1642
1646
|
}
|
|
1643
1647
|
for (var s in r) {
|
|
1644
1648
|
var h = s.split("[");
|
|
1645
|
-
h.length > 1 && (
|
|
1649
|
+
h.length > 1 && (Ui(r, h.map(function(p) {
|
|
1646
1650
|
return p.replace(/[?[\]\\ ]/g, "");
|
|
1647
1651
|
}), r[s]), delete r[s]);
|
|
1648
1652
|
}
|
|
@@ -1655,7 +1659,7 @@ function zi(t) {
|
|
|
1655
1659
|
return J && window.location.search.substring(1);
|
|
1656
1660
|
}(t));
|
|
1657
1661
|
}
|
|
1658
|
-
function
|
|
1662
|
+
function Ui(t, e, n) {
|
|
1659
1663
|
for (var r = e.length - 1, i = 0; i < r; ++i) {
|
|
1660
1664
|
var o = e[i];
|
|
1661
1665
|
if (o === "__proto__" || o === "constructor")
|
|
@@ -1671,7 +1675,7 @@ function st() {
|
|
|
1671
1675
|
}
|
|
1672
1676
|
return t;
|
|
1673
1677
|
}
|
|
1674
|
-
function
|
|
1678
|
+
function Ri(t, e) {
|
|
1675
1679
|
var n, r, i, o = null, a = 0, s = function() {
|
|
1676
1680
|
a = /* @__PURE__ */ new Date(), o = null, i = t.apply(n, r);
|
|
1677
1681
|
};
|
|
@@ -1716,25 +1720,25 @@ function Dt(t) {
|
|
|
1716
1720
|
}
|
|
1717
1721
|
return Xe[t] = !0;
|
|
1718
1722
|
}
|
|
1719
|
-
function
|
|
1720
|
-
return
|
|
1723
|
+
function C() {
|
|
1724
|
+
return C = Object.assign || function(t) {
|
|
1721
1725
|
for (var e = 1; e < arguments.length; e++) {
|
|
1722
1726
|
var n = arguments[e];
|
|
1723
1727
|
for (var r in n)
|
|
1724
1728
|
Object.prototype.hasOwnProperty.call(n, r) && (t[r] = n[r]);
|
|
1725
1729
|
}
|
|
1726
1730
|
return t;
|
|
1727
|
-
},
|
|
1731
|
+
}, C.apply(this, arguments);
|
|
1728
1732
|
}
|
|
1729
|
-
var ae = "function",
|
|
1733
|
+
var ae = "function", ie = "undefined", Li = "@@redux/" + Math.random().toString(36), an = /* @__PURE__ */ function() {
|
|
1730
1734
|
return typeof Symbol === ae && Symbol.observable || "@@observable";
|
|
1731
1735
|
}(), Ve = " != " + ae;
|
|
1732
|
-
function
|
|
1736
|
+
function sr(t, e, n) {
|
|
1733
1737
|
var r;
|
|
1734
|
-
if (typeof e === ae && typeof n ===
|
|
1738
|
+
if (typeof e === ae && typeof n === ie && (n = e, e = void 0), typeof n !== ie) {
|
|
1735
1739
|
if (typeof n !== ae)
|
|
1736
1740
|
throw new Error("enhancer" + Ve);
|
|
1737
|
-
return n(
|
|
1741
|
+
return n(sr)(t, e);
|
|
1738
1742
|
}
|
|
1739
1743
|
if (typeof t !== ae)
|
|
1740
1744
|
throw new Error("reducer" + Ve);
|
|
@@ -1758,10 +1762,10 @@ function ar(t, e, n) {
|
|
|
1758
1762
|
};
|
|
1759
1763
|
}
|
|
1760
1764
|
function f(d) {
|
|
1761
|
-
if (!
|
|
1765
|
+
if (!V(d))
|
|
1762
1766
|
throw new Error("Act != obj");
|
|
1763
|
-
if (typeof d.type ===
|
|
1764
|
-
throw new Error("ActType " +
|
|
1767
|
+
if (typeof d.type === ie)
|
|
1768
|
+
throw new Error("ActType " + ie);
|
|
1765
1769
|
if (h)
|
|
1766
1770
|
throw new Error("Dispatch in reducer");
|
|
1767
1771
|
try {
|
|
@@ -1791,9 +1795,9 @@ function ar(t, e, n) {
|
|
|
1791
1795
|
}, d;
|
|
1792
1796
|
}, r;
|
|
1793
1797
|
}
|
|
1794
|
-
function
|
|
1798
|
+
function Mi(t, e) {
|
|
1795
1799
|
var n = e && e.type;
|
|
1796
|
-
return "action " + (n && n.toString() || "?") + "reducer " + t + " returns " +
|
|
1800
|
+
return "action " + (n && n.toString() || "?") + "reducer " + t + " returns " + ie;
|
|
1797
1801
|
}
|
|
1798
1802
|
function xe() {
|
|
1799
1803
|
var t = [].slice.call(arguments);
|
|
@@ -1805,7 +1809,7 @@ function xe() {
|
|
|
1805
1809
|
};
|
|
1806
1810
|
});
|
|
1807
1811
|
}
|
|
1808
|
-
function
|
|
1812
|
+
function Zi() {
|
|
1809
1813
|
var t = arguments;
|
|
1810
1814
|
return function(e) {
|
|
1811
1815
|
return function(n, r, i) {
|
|
@@ -1814,25 +1818,25 @@ function Mi() {
|
|
|
1814
1818
|
} };
|
|
1815
1819
|
return o = [].slice.call(t).map(function(p) {
|
|
1816
1820
|
return p(h);
|
|
1817
|
-
}),
|
|
1821
|
+
}), C({}, a, { dispatch: s = xe.apply(void 0, o)(a.dispatch) });
|
|
1818
1822
|
};
|
|
1819
1823
|
};
|
|
1820
1824
|
}
|
|
1821
|
-
var ce = ve + "anon_id",
|
|
1825
|
+
var ce = ve + "anon_id", ye = ve + "user_id", Ee = ve + "user_traits", oe = "userId", _e = "anonymousId", et = ["bootstrap", "params", "campaign", "initializeStart", "initialize", "initializeEnd", "ready", "resetStart", "reset", "resetEnd", "pageStart", "page", "pageEnd", "pageAborted", "trackStart", "track", "trackEnd", "trackAborted", "identifyStart", "identify", "identifyEnd", "identifyAborted", "userIdChanged", "registerPlugins", "enablePlugin", "disablePlugin", "online", "offline", "setItemStart", "setItem", "setItemEnd", "setItemAborted", "removeItemStart", "removeItem", "removeItemEnd", "removeItemAborted"], Pt = ["name", "EVENTS", "config", "loaded"], j = et.reduce(function(t, e) {
|
|
1822
1826
|
return t[e] = e, t;
|
|
1823
1827
|
}, { registerPluginType: function(t) {
|
|
1824
1828
|
return "registerPlugin:" + t;
|
|
1825
1829
|
}, pluginReadyType: function(t) {
|
|
1826
1830
|
return "ready:" + t;
|
|
1827
1831
|
} }), sn = /^utm_/, cn = /^an_prop_/, un = /^an_trait_/;
|
|
1828
|
-
function
|
|
1832
|
+
function Ki(t) {
|
|
1829
1833
|
var e = t.storage.setItem;
|
|
1830
1834
|
return function(n) {
|
|
1831
1835
|
return function(r) {
|
|
1832
1836
|
return function(i) {
|
|
1833
|
-
if (i.type ===
|
|
1837
|
+
if (i.type === j.bootstrap) {
|
|
1834
1838
|
var o = i.params, a = i.user, s = i.persistedUser, h = i.initialUser, p = s.userId === a.userId;
|
|
1835
|
-
s.anonymousId !== a.anonymousId && e(ce, a.anonymousId), p || e(
|
|
1839
|
+
s.anonymousId !== a.anonymousId && e(ce, a.anonymousId), p || e(ye, a.userId), h.traits && e(Ee, C({}, p && s.traits ? s.traits : {}, h.traits));
|
|
1836
1840
|
var u = Object.keys(i.params);
|
|
1837
1841
|
if (u.length) {
|
|
1838
1842
|
var c = o.an_uid, f = o.an_event, d = u.reduce(function(w, k) {
|
|
@@ -1842,11 +1846,11 @@ function Zi(t) {
|
|
|
1842
1846
|
}
|
|
1843
1847
|
return k.match(cn) && (w.props[k.replace(cn, "")] = o[k]), k.match(un) && (w.traits[k.replace(un, "")] = o[k]), w;
|
|
1844
1848
|
}, { campaign: {}, props: {}, traits: {} });
|
|
1845
|
-
n.dispatch(
|
|
1849
|
+
n.dispatch(C({ type: j.params, raw: o }, d, c ? { userId: c } : {})), c && setTimeout(function() {
|
|
1846
1850
|
return t.identify(c, d.traits);
|
|
1847
1851
|
}, 0), f && setTimeout(function() {
|
|
1848
1852
|
return t.track(f, d.props);
|
|
1849
|
-
}, 0), Object.keys(d.campaign).length && n.dispatch({ type:
|
|
1853
|
+
}, 0), Object.keys(d.campaign).length && n.dispatch({ type: j.campaign, campaign: d.campaign });
|
|
1850
1854
|
}
|
|
1851
1855
|
}
|
|
1852
1856
|
return r(i);
|
|
@@ -1856,17 +1860,17 @@ function Zi(t) {
|
|
|
1856
1860
|
}
|
|
1857
1861
|
function Wi(t) {
|
|
1858
1862
|
return function(e, n) {
|
|
1859
|
-
if (e === void 0 && (e = {}), n === void 0 && (n = {}), n.type ===
|
|
1863
|
+
if (e === void 0 && (e = {}), n === void 0 && (n = {}), n.type === j.setItemEnd) {
|
|
1860
1864
|
if (n.key === ce)
|
|
1861
|
-
return
|
|
1862
|
-
if (n.key ===
|
|
1863
|
-
return
|
|
1865
|
+
return C({}, e, { anonymousId: n.value });
|
|
1866
|
+
if (n.key === ye)
|
|
1867
|
+
return C({}, e, { userId: n.value });
|
|
1864
1868
|
}
|
|
1865
1869
|
switch (n.type) {
|
|
1866
|
-
case
|
|
1867
|
-
return Object.assign({}, e, { userId: n.userId, traits:
|
|
1868
|
-
case
|
|
1869
|
-
return [
|
|
1870
|
+
case j.identify:
|
|
1871
|
+
return Object.assign({}, e, { userId: n.userId, traits: C({}, e.traits, n.traits) });
|
|
1872
|
+
case j.reset:
|
|
1873
|
+
return [ye, ce, Ee].forEach(function(r) {
|
|
1870
1874
|
t.removeItem(r);
|
|
1871
1875
|
}), Object.assign({}, e, { userId: null, anonymousId: null, traits: {} });
|
|
1872
1876
|
default:
|
|
@@ -1875,25 +1879,25 @@ function Wi(t) {
|
|
|
1875
1879
|
};
|
|
1876
1880
|
}
|
|
1877
1881
|
function ln(t) {
|
|
1878
|
-
return { userId: t.getItem(
|
|
1882
|
+
return { userId: t.getItem(ye), anonymousId: t.getItem(ce), traits: t.getItem(Ee) };
|
|
1879
1883
|
}
|
|
1880
|
-
var
|
|
1884
|
+
var Ot = function(t) {
|
|
1881
1885
|
return ve + "TEMP" + ve + t;
|
|
1882
1886
|
};
|
|
1883
|
-
function
|
|
1887
|
+
function Hi(t) {
|
|
1884
1888
|
var e = t.storage, n = e.setItem, r = e.removeItem, i = e.getItem;
|
|
1885
1889
|
return function(o) {
|
|
1886
1890
|
return function(a) {
|
|
1887
1891
|
return function(s) {
|
|
1888
1892
|
var h = s.userId, p = s.traits, u = s.options;
|
|
1889
|
-
if (s.type ===
|
|
1893
|
+
if (s.type === j.reset && ([ye, Ee, ce].forEach(function(d) {
|
|
1890
1894
|
r(d);
|
|
1891
1895
|
}), [oe, _e, "traits"].forEach(function(d) {
|
|
1892
|
-
Ae(
|
|
1893
|
-
})), s.type ===
|
|
1896
|
+
Ae(Ot(d));
|
|
1897
|
+
})), s.type === j.identify) {
|
|
1894
1898
|
i(ce) || n(ce, st());
|
|
1895
|
-
var c = i(
|
|
1896
|
-
c && c !== h && o.dispatch({ type:
|
|
1899
|
+
var c = i(ye), f = i(Ee) || {};
|
|
1900
|
+
c && c !== h && o.dispatch({ type: j.userIdChanged, old: { userId: c, traits: f }, new: { userId: h, traits: p }, options: u }), h && n(ye, h), p && n(Ee, C({}, f, p));
|
|
1897
1901
|
}
|
|
1898
1902
|
return a(s);
|
|
1899
1903
|
};
|
|
@@ -1902,21 +1906,21 @@ function Ki(t) {
|
|
|
1902
1906
|
}
|
|
1903
1907
|
var Ue = {};
|
|
1904
1908
|
function dn(t, e) {
|
|
1905
|
-
Ue[t] &&
|
|
1909
|
+
Ue[t] && Y(Ue[t]) && (Ue[t](e), delete Ue[t]);
|
|
1906
1910
|
}
|
|
1907
|
-
function
|
|
1911
|
+
function cr(t, e, n) {
|
|
1908
1912
|
return new Promise(function(r, i) {
|
|
1909
|
-
return e() ? r(t) : n < 1 ? i(
|
|
1913
|
+
return e() ? r(t) : n < 1 ? i(C({}, t, { queue: !0 })) : new Promise(function(o) {
|
|
1910
1914
|
return setTimeout(o, 10);
|
|
1911
1915
|
}).then(function(o) {
|
|
1912
|
-
return
|
|
1916
|
+
return cr(t, e, n - 10).then(r, i);
|
|
1913
1917
|
});
|
|
1914
1918
|
});
|
|
1915
1919
|
}
|
|
1916
1920
|
function Fi(t) {
|
|
1917
1921
|
return { abort: t };
|
|
1918
1922
|
}
|
|
1919
|
-
function
|
|
1923
|
+
function ur(t, e, n) {
|
|
1920
1924
|
var r = {}, i = e(), o = t.getState(), a = o.plugins, s = o.queue, h = o.user;
|
|
1921
1925
|
if (!o.context.offline && s && s.actions && s.actions.length) {
|
|
1922
1926
|
var p = s.actions.reduce(function(c, f, d) {
|
|
@@ -1925,17 +1929,17 @@ function cr(t, e, n) {
|
|
|
1925
1929
|
if (p.processIndex && p.processIndex.length) {
|
|
1926
1930
|
p.processIndex.forEach(function(c) {
|
|
1927
1931
|
var f = s.actions[c], d = f.plugin, w = f.payload.type, k = i[d][w];
|
|
1928
|
-
if (k &&
|
|
1932
|
+
if (k && Y(k)) {
|
|
1929
1933
|
var v, E = function(l, b) {
|
|
1930
|
-
return l === void 0 && (l = {}), b === void 0 && (b = {}), [oe, _e].reduce(function(
|
|
1931
|
-
return l.hasOwnProperty(
|
|
1934
|
+
return l === void 0 && (l = {}), b === void 0 && (b = {}), [oe, _e].reduce(function(T, O) {
|
|
1935
|
+
return l.hasOwnProperty(O) && b[O] && b[O] !== l[O] && (T[O] = b[O]), T;
|
|
1932
1936
|
}, l);
|
|
1933
|
-
}(f.payload, h),
|
|
1934
|
-
if (!
|
|
1937
|
+
}(f.payload, h), _ = r[E.meta.rid];
|
|
1938
|
+
if (!_ && (v = k({ payload: E, config: a[d].config, instance: n, abort: Fi })) && V(v) && v.abort)
|
|
1935
1939
|
return void (r[E.meta.rid] = !0);
|
|
1936
|
-
if (!
|
|
1940
|
+
if (!_) {
|
|
1937
1941
|
var g = w + ":" + d;
|
|
1938
|
-
t.dispatch(
|
|
1942
|
+
t.dispatch(C({}, E, { type: g, _: { called: g, from: "queueDrain" } }));
|
|
1939
1943
|
}
|
|
1940
1944
|
}
|
|
1941
1945
|
});
|
|
@@ -1956,100 +1960,100 @@ var mt = function(t) {
|
|
|
1956
1960
|
return v.pluginName;
|
|
1957
1961
|
}));
|
|
1958
1962
|
var w = /* @__PURE__ */ function(v, E) {
|
|
1959
|
-
return function(
|
|
1960
|
-
var b = g.config,
|
|
1961
|
-
l && (
|
|
1962
|
-
var
|
|
1963
|
-
return function(
|
|
1964
|
-
var
|
|
1965
|
-
if (
|
|
1966
|
-
throw new Error("Method " +
|
|
1967
|
-
return
|
|
1963
|
+
return function(_, g, l) {
|
|
1964
|
+
var b = g.config, T = g.name, O = T + "." + _.type;
|
|
1965
|
+
l && (O = l.event);
|
|
1966
|
+
var x = _.type.match(Te) ? /* @__PURE__ */ function(R, L, H, A, D) {
|
|
1967
|
+
return function(S, I) {
|
|
1968
|
+
var N = A ? A.name : R, K = I && Ke(I) ? I : H;
|
|
1969
|
+
if (A && (!(K = I && Ke(I) ? I : [R]).includes(R) || K.length !== 1))
|
|
1970
|
+
throw new Error("Method " + L + " can only abort " + R + " plugin. " + JSON.stringify(K) + " input valid");
|
|
1971
|
+
return C({}, D, { abort: { reason: S, plugins: K, caller: L, _: N } });
|
|
1968
1972
|
};
|
|
1969
|
-
}(
|
|
1973
|
+
}(T, O, E, l, _) : /* @__PURE__ */ function(R, L) {
|
|
1970
1974
|
return function() {
|
|
1971
|
-
throw new Error(
|
|
1975
|
+
throw new Error(R.type + " action not cancellable. Remove abort in " + L);
|
|
1972
1976
|
};
|
|
1973
|
-
}(
|
|
1974
|
-
return { payload:
|
|
1977
|
+
}(_, O);
|
|
1978
|
+
return { payload: Ji(_), instance: v, config: b || {}, abort: x };
|
|
1975
1979
|
};
|
|
1976
1980
|
}(r, d), k = e.exact.reduce(function(v, E) {
|
|
1977
|
-
var
|
|
1978
|
-
return g.match(/^initialize/) || g.match(/^reset/) || (l = !p[
|
|
1981
|
+
var _ = E.pluginName, g = E.methodName, l = !1;
|
|
1982
|
+
return g.match(/^initialize/) || g.match(/^reset/) || (l = !p[_].loaded), u.offline && g.match(/^(page|track|identify)/) && (l = !0), v["" + _] = l, v;
|
|
1979
1983
|
}, {});
|
|
1980
|
-
return Promise.resolve(e.exact.reduce(function(v, E,
|
|
1984
|
+
return Promise.resolve(e.exact.reduce(function(v, E, _) {
|
|
1981
1985
|
try {
|
|
1982
1986
|
var g = E.pluginName;
|
|
1983
1987
|
return Promise.resolve(v).then(function(l) {
|
|
1984
1988
|
function b() {
|
|
1985
1989
|
return Promise.resolve(l);
|
|
1986
1990
|
}
|
|
1987
|
-
var
|
|
1991
|
+
var T = function() {
|
|
1988
1992
|
if (e.namespaced && e.namespaced[g])
|
|
1989
|
-
return Promise.resolve(e.namespaced[g].reduce(function(
|
|
1993
|
+
return Promise.resolve(e.namespaced[g].reduce(function(O, x, R) {
|
|
1990
1994
|
try {
|
|
1991
|
-
return Promise.resolve(
|
|
1992
|
-
return
|
|
1993
|
-
var
|
|
1994
|
-
if (
|
|
1995
|
-
var
|
|
1996
|
-
throw new Error([
|
|
1995
|
+
return Promise.resolve(O).then(function(L) {
|
|
1996
|
+
return x.method && Y(x.method) ? (function(S, I) {
|
|
1997
|
+
var N = vn(S);
|
|
1998
|
+
if (N && N.name === I) {
|
|
1999
|
+
var K = vn(N.method);
|
|
2000
|
+
throw new Error([I + " plugin is calling method " + S, "Plugins cant call self", "Use " + N.method + " " + (K ? "or " + K.method : "") + " in " + I + " plugin insteadof " + S].join(`
|
|
1997
2001
|
`));
|
|
1998
2002
|
}
|
|
1999
|
-
}(
|
|
2000
|
-
return
|
|
2001
|
-
}), config: pn(
|
|
2002
|
-
var
|
|
2003
|
-
return Promise.resolve(
|
|
2004
|
-
})) :
|
|
2005
|
-
var
|
|
2003
|
+
}(x.methodName, x.pluginName), Promise.resolve(x.method({ payload: L, instance: r, abort: (H = L, A = g, D = x.pluginName, function(S, I) {
|
|
2004
|
+
return C({}, H, { abort: { reason: S, plugins: I || [A], caller: c, from: D || A } });
|
|
2005
|
+
}), config: pn(x.pluginName, p, o), plugins: p })).then(function(S) {
|
|
2006
|
+
var I = V(S) ? S : {};
|
|
2007
|
+
return Promise.resolve(C({}, L, I));
|
|
2008
|
+
})) : L;
|
|
2009
|
+
var H, A, D;
|
|
2006
2010
|
});
|
|
2007
|
-
} catch (
|
|
2008
|
-
return Promise.reject(
|
|
2011
|
+
} catch (L) {
|
|
2012
|
+
return Promise.reject(L);
|
|
2009
2013
|
}
|
|
2010
|
-
}, Promise.resolve(n))).then(function(
|
|
2011
|
-
l[g] =
|
|
2014
|
+
}, Promise.resolve(n))).then(function(O) {
|
|
2015
|
+
l[g] = O;
|
|
2012
2016
|
});
|
|
2013
2017
|
l[g] = n;
|
|
2014
2018
|
}();
|
|
2015
|
-
return
|
|
2019
|
+
return T && T.then ? T.then(b) : b();
|
|
2016
2020
|
});
|
|
2017
2021
|
} catch (l) {
|
|
2018
2022
|
return Promise.reject(l);
|
|
2019
2023
|
}
|
|
2020
2024
|
}, Promise.resolve({}))).then(function(v) {
|
|
2021
|
-
return Promise.resolve(e.exact.reduce(function(E,
|
|
2025
|
+
return Promise.resolve(e.exact.reduce(function(E, _, g) {
|
|
2022
2026
|
try {
|
|
2023
|
-
var l = e.exact.length === g + 1, b =
|
|
2024
|
-
return Promise.resolve(E).then(function(
|
|
2025
|
-
var
|
|
2026
|
-
if (f && (
|
|
2027
|
-
return gt({ data:
|
|
2028
|
-
if (yt(
|
|
2029
|
-
return l && gt({ data:
|
|
2027
|
+
var l = e.exact.length === g + 1, b = _.pluginName, T = o[b];
|
|
2028
|
+
return Promise.resolve(E).then(function(O) {
|
|
2029
|
+
var x = v[b] ? v[b] : {};
|
|
2030
|
+
if (f && (x = O), yt(x, b))
|
|
2031
|
+
return gt({ data: x, method: c, instance: r, pluginName: b, store: s }), Promise.resolve(O);
|
|
2032
|
+
if (yt(O, b))
|
|
2033
|
+
return l && gt({ data: O, method: c, instance: r, store: s }), Promise.resolve(O);
|
|
2030
2034
|
if (k.hasOwnProperty(b) && k[b] === !0)
|
|
2031
|
-
return s.dispatch({ type: "queue", plugin: b, payload:
|
|
2032
|
-
var
|
|
2033
|
-
return Promise.resolve(
|
|
2034
|
-
var
|
|
2035
|
-
if (yt(
|
|
2036
|
-
gt({ data:
|
|
2035
|
+
return s.dispatch({ type: "queue", plugin: b, payload: x, _: { called: "queue", from: "queueMechanism" } }), Promise.resolve(O);
|
|
2036
|
+
var R = w(v[b], o[b]);
|
|
2037
|
+
return Promise.resolve(T[c]({ abort: R.abort, payload: x, instance: r, config: pn(b, p, o), plugins: p })).then(function(L) {
|
|
2038
|
+
var H = V(L) ? L : {}, A = C({}, O, H), D = v[b];
|
|
2039
|
+
if (yt(D, b))
|
|
2040
|
+
gt({ data: D, method: c, instance: r, pluginName: b, store: s });
|
|
2037
2041
|
else {
|
|
2038
|
-
var
|
|
2039
|
-
(
|
|
2042
|
+
var S = c + ":" + b;
|
|
2043
|
+
(S.match(/:/g) || []).length < 2 && !c.match(hn) && !c.match(fn) && r.dispatch(C({}, f ? A : x, { type: S, _: { called: S, from: "submethod" } }));
|
|
2040
2044
|
}
|
|
2041
|
-
return Promise.resolve(
|
|
2045
|
+
return Promise.resolve(A);
|
|
2042
2046
|
});
|
|
2043
2047
|
});
|
|
2044
|
-
} catch (
|
|
2045
|
-
return Promise.reject(
|
|
2048
|
+
} catch (O) {
|
|
2049
|
+
return Promise.reject(O);
|
|
2046
2050
|
}
|
|
2047
2051
|
}, Promise.resolve(n))).then(function(E) {
|
|
2048
2052
|
if (!(c.match(Te) || c.match(/^registerPlugin/) || c.match(fn) || c.match(hn) || c.match(/^params/) || c.match(/^userIdChanged/))) {
|
|
2049
2053
|
if (h.plugins.includes(c), E._ && E._.originalAction === c)
|
|
2050
2054
|
return E;
|
|
2051
|
-
var
|
|
2052
|
-
|
|
2055
|
+
var _ = C({}, E, { _: { originalAction: E.type, called: E.type, from: "engineEnd" } });
|
|
2056
|
+
lr(E, e.exact.length) && !c.match(/End$/) && (_ = C({}, _, { type: E.type + "Aborted" })), s.dispatch(_);
|
|
2053
2057
|
}
|
|
2054
2058
|
return E;
|
|
2055
2059
|
});
|
|
@@ -2060,7 +2064,7 @@ var mt = function(t) {
|
|
|
2060
2064
|
}, Te = /Start$/, hn = /^bootstrap/, fn = /^ready/;
|
|
2061
2065
|
function gt(t) {
|
|
2062
2066
|
var e = t.pluginName, n = t.method + "Aborted" + (e ? ":" + e : "");
|
|
2063
|
-
t.store.dispatch(
|
|
2067
|
+
t.store.dispatch(C({}, t.data, { type: n, _: { called: n, from: "abort" } }));
|
|
2064
2068
|
}
|
|
2065
2069
|
function pn(t, e, n) {
|
|
2066
2070
|
var r = e[t] || n[t];
|
|
@@ -2079,31 +2083,31 @@ function yt(t, e) {
|
|
|
2079
2083
|
var n = t.abort;
|
|
2080
2084
|
return !!n && (n === !0 || yn(n, e) || n && yn(n.plugins, e));
|
|
2081
2085
|
}
|
|
2082
|
-
function
|
|
2086
|
+
function lr(t, e) {
|
|
2083
2087
|
var n = t.abort;
|
|
2084
2088
|
if (!n)
|
|
2085
2089
|
return !1;
|
|
2086
2090
|
if (n === !0 || se(n))
|
|
2087
2091
|
return !0;
|
|
2088
2092
|
var r = n.plugins;
|
|
2089
|
-
return
|
|
2093
|
+
return Ke(n) && n.length === e || Ke(r) && r.length === e;
|
|
2090
2094
|
}
|
|
2091
|
-
function
|
|
2095
|
+
function Ke(t) {
|
|
2092
2096
|
return Array.isArray(t);
|
|
2093
2097
|
}
|
|
2094
2098
|
function yn(t, e) {
|
|
2095
|
-
return !(!t || !
|
|
2099
|
+
return !(!t || !Ke(t)) && t.includes(e);
|
|
2096
2100
|
}
|
|
2097
2101
|
function vn(t) {
|
|
2098
2102
|
var e = t.match(/(.*):(.*)/);
|
|
2099
2103
|
return !!e && { method: e[1], name: e[2] };
|
|
2100
2104
|
}
|
|
2101
|
-
function
|
|
2105
|
+
function Ji(t) {
|
|
2102
2106
|
return Object.keys(t).reduce(function(e, n) {
|
|
2103
|
-
return n === "type" || (e[n] =
|
|
2107
|
+
return n === "type" || (e[n] = V(t[n]) ? Object.assign({}, t[n]) : t[n]), e;
|
|
2104
2108
|
}, {});
|
|
2105
2109
|
}
|
|
2106
|
-
function
|
|
2110
|
+
function Xi(t, e, n) {
|
|
2107
2111
|
var r = {};
|
|
2108
2112
|
return function(i) {
|
|
2109
2113
|
return function(o) {
|
|
@@ -2114,95 +2118,95 @@ function Ji(t, e, n) {
|
|
|
2114
2118
|
}, p = a.type, u = a.plugins, c = a;
|
|
2115
2119
|
if (a.abort)
|
|
2116
2120
|
return Promise.resolve(o(a));
|
|
2117
|
-
if (p ===
|
|
2121
|
+
if (p === j.enablePlugin && i.dispatch({ type: j.initializeStart, plugins: u, disabled: [], fromEnable: !0, meta: a.meta }), p === j.disablePlugin && setTimeout(function() {
|
|
2118
2122
|
return dn(a.meta.rid, { payload: a });
|
|
2119
|
-
}, 0), p ===
|
|
2123
|
+
}, 0), p === j.initializeEnd) {
|
|
2120
2124
|
var f = e(), d = Object.keys(f), w = d.filter(function(l) {
|
|
2121
2125
|
return u.includes(l);
|
|
2122
2126
|
}).map(function(l) {
|
|
2123
2127
|
return f[l];
|
|
2124
|
-
}), k = [], v = [], E = a.disabled,
|
|
2125
|
-
var b = l.loaded,
|
|
2126
|
-
return
|
|
2127
|
-
return b({ config:
|
|
2128
|
-
}, 1e4).then(function(
|
|
2129
|
-
return r[
|
|
2130
|
-
return !
|
|
2131
|
-
}) }), r[
|
|
2132
|
-
}).catch(function(
|
|
2133
|
-
if (
|
|
2134
|
-
throw new Error(
|
|
2135
|
-
return v = v.concat(
|
|
2128
|
+
}), k = [], v = [], E = a.disabled, _ = w.map(function(l) {
|
|
2129
|
+
var b = l.loaded, T = l.name, O = l.config;
|
|
2130
|
+
return cr(l, function() {
|
|
2131
|
+
return b({ config: O });
|
|
2132
|
+
}, 1e4).then(function(x) {
|
|
2133
|
+
return r[T] || (i.dispatch({ type: j.pluginReadyType(T), name: T, events: Object.keys(l).filter(function(R) {
|
|
2134
|
+
return !Pt.includes(R);
|
|
2135
|
+
}) }), r[T] = !0), k = k.concat(T), l;
|
|
2136
|
+
}).catch(function(x) {
|
|
2137
|
+
if (x instanceof Error)
|
|
2138
|
+
throw new Error(x);
|
|
2139
|
+
return v = v.concat(x.name), x;
|
|
2136
2140
|
});
|
|
2137
2141
|
});
|
|
2138
|
-
Promise.all(
|
|
2142
|
+
Promise.all(_).then(function(l) {
|
|
2139
2143
|
var b = { plugins: k, failed: v, disabled: E };
|
|
2140
2144
|
setTimeout(function() {
|
|
2141
|
-
d.length ===
|
|
2145
|
+
d.length === _.length + E.length && i.dispatch(C({}, { type: j.ready }, b));
|
|
2142
2146
|
}, 0);
|
|
2143
2147
|
});
|
|
2144
2148
|
}
|
|
2145
2149
|
var g = function() {
|
|
2146
|
-
if (p !==
|
|
2150
|
+
if (p !== j.bootstrap)
|
|
2147
2151
|
return /^ready:([^:]*)$/.test(p) && setTimeout(function() {
|
|
2148
|
-
return
|
|
2149
|
-
}, 0), Promise.resolve(function(l, b,
|
|
2152
|
+
return ur(i, e, t);
|
|
2153
|
+
}, 0), Promise.resolve(function(l, b, T, O, x) {
|
|
2150
2154
|
try {
|
|
2151
|
-
var
|
|
2155
|
+
var R = Y(b) ? b() : b, L = l.type, H = L.replace(Te, "");
|
|
2152
2156
|
if (l._ && l._.called)
|
|
2153
2157
|
return Promise.resolve(l);
|
|
2154
|
-
var
|
|
2155
|
-
var y =
|
|
2156
|
-
return
|
|
2158
|
+
var A = T.getState(), D = (N = R, (K = A.plugins) === void 0 && (K = {}), (X = l.options) === void 0 && (X = {}), Object.keys(N).filter(function(m) {
|
|
2159
|
+
var y = X.plugins || {};
|
|
2160
|
+
return Pi(y[m]) ? y[m] : y.all !== !1 && (!K[m] || K[m].enabled !== !1);
|
|
2157
2161
|
}).map(function(m) {
|
|
2158
|
-
return
|
|
2162
|
+
return N[m];
|
|
2159
2163
|
}));
|
|
2160
|
-
|
|
2161
|
-
var y =
|
|
2164
|
+
L === j.initializeStart && l.fromEnable && (D = Object.keys(A.plugins).filter(function(m) {
|
|
2165
|
+
var y = A.plugins[m];
|
|
2162
2166
|
return l.plugins.includes(m) && !y.initialized;
|
|
2163
2167
|
}).map(function(m) {
|
|
2164
|
-
return
|
|
2168
|
+
return R[m];
|
|
2165
2169
|
}));
|
|
2166
|
-
var
|
|
2170
|
+
var S = D.map(function(m) {
|
|
2167
2171
|
return m.name;
|
|
2168
|
-
}),
|
|
2169
|
-
var
|
|
2172
|
+
}), I = function(m, y, P) {
|
|
2173
|
+
var $ = gn(m).map(function(z) {
|
|
2170
2174
|
return mn(z, y);
|
|
2171
2175
|
});
|
|
2172
|
-
return y.reduce(function(z,
|
|
2173
|
-
var
|
|
2176
|
+
return y.reduce(function(z, U) {
|
|
2177
|
+
var F = U.name, Z = gn(m, F).map(function(Ne) {
|
|
2174
2178
|
return mn(Ne, y);
|
|
2175
|
-
}),
|
|
2176
|
-
return
|
|
2177
|
-
}, { before:
|
|
2178
|
-
}(
|
|
2179
|
-
return Promise.resolve(mt({ action: l, data: { exact:
|
|
2179
|
+
}), W = Z[0], M = Z[1], ee = Z[2];
|
|
2180
|
+
return W.length && (z.beforeNS[F] = W), M.length && (z.duringNS[F] = M), ee.length && (z.afterNS[F] = ee), z;
|
|
2181
|
+
}, { before: $[0], beforeNS: {}, during: $[1], duringNS: {}, after: $[2], afterNS: {} });
|
|
2182
|
+
}(L, D);
|
|
2183
|
+
return Promise.resolve(mt({ action: l, data: { exact: I.before, namespaced: I.beforeNS }, state: A, allPlugins: R, allMatches: I, instance: T, store: O, EVENTS: x })).then(function(m) {
|
|
2180
2184
|
function y() {
|
|
2181
2185
|
var z = function() {
|
|
2182
|
-
if (
|
|
2183
|
-
return Promise.resolve(mt({ action:
|
|
2184
|
-
|
|
2186
|
+
if (L.match(Te))
|
|
2187
|
+
return Promise.resolve(mt({ action: C({}, P, { type: H + "End" }), data: { exact: I.after, namespaced: I.afterNS }, state: A, allPlugins: R, allMatches: I, instance: T, store: O, EVENTS: x })).then(function(U) {
|
|
2188
|
+
U.meta && U.meta.hasCallback && dn(U.meta.rid, { payload: U });
|
|
2185
2189
|
});
|
|
2186
2190
|
}();
|
|
2187
2191
|
return z && z.then ? z.then(function() {
|
|
2188
2192
|
return m;
|
|
2189
2193
|
}) : m;
|
|
2190
2194
|
}
|
|
2191
|
-
if (
|
|
2195
|
+
if (lr(m, S.length))
|
|
2192
2196
|
return m;
|
|
2193
|
-
var P,
|
|
2194
|
-
if (
|
|
2195
|
-
return Promise.resolve(mt({ action:
|
|
2197
|
+
var P, $ = function() {
|
|
2198
|
+
if (L !== H)
|
|
2199
|
+
return Promise.resolve(mt({ action: C({}, m, { type: H }), data: { exact: I.during, namespaced: I.duringNS }, state: A, allPlugins: R, allMatches: I, instance: T, store: O, EVENTS: x })).then(function(z) {
|
|
2196
2200
|
P = z;
|
|
2197
2201
|
});
|
|
2198
2202
|
P = m;
|
|
2199
2203
|
}();
|
|
2200
|
-
return
|
|
2204
|
+
return $ && $.then ? $.then(y) : y();
|
|
2201
2205
|
});
|
|
2202
2206
|
} catch (m) {
|
|
2203
2207
|
return Promise.reject(m);
|
|
2204
2208
|
}
|
|
2205
|
-
var
|
|
2209
|
+
var N, K, X;
|
|
2206
2210
|
}(a, e, t, i, n)).then(function(l) {
|
|
2207
2211
|
return s = 1, o(l);
|
|
2208
2212
|
});
|
|
@@ -2215,22 +2219,22 @@ function Ji(t, e, n) {
|
|
|
2215
2219
|
};
|
|
2216
2220
|
};
|
|
2217
2221
|
}
|
|
2218
|
-
function
|
|
2222
|
+
function Vi(t) {
|
|
2219
2223
|
return function(e) {
|
|
2220
2224
|
return function(n) {
|
|
2221
2225
|
return function(r) {
|
|
2222
2226
|
var i = r.type, o = r.key, a = r.value, s = r.options;
|
|
2223
|
-
if (i ===
|
|
2227
|
+
if (i === j.setItem || i === j.removeItem) {
|
|
2224
2228
|
if (r.abort)
|
|
2225
2229
|
return n(r);
|
|
2226
|
-
i ===
|
|
2230
|
+
i === j.setItem ? t.setItem(o, a, s) : t.removeItem(o, s);
|
|
2227
2231
|
}
|
|
2228
2232
|
return n(r);
|
|
2229
2233
|
};
|
|
2230
2234
|
};
|
|
2231
2235
|
};
|
|
2232
2236
|
}
|
|
2233
|
-
var
|
|
2237
|
+
var Yi = function() {
|
|
2234
2238
|
var t = this;
|
|
2235
2239
|
this.before = [], this.after = [], this.addMiddleware = function(e, n) {
|
|
2236
2240
|
t[n] = t[n].concat(e);
|
|
@@ -2254,7 +2258,7 @@ var Vi = function() {
|
|
|
2254
2258
|
};
|
|
2255
2259
|
};
|
|
2256
2260
|
};
|
|
2257
|
-
function
|
|
2261
|
+
function Gi(t) {
|
|
2258
2262
|
return function(e, n) {
|
|
2259
2263
|
e === void 0 && (e = {});
|
|
2260
2264
|
var r = {};
|
|
@@ -2265,19 +2269,19 @@ function Yi(t) {
|
|
|
2265
2269
|
if (!o || !i)
|
|
2266
2270
|
return e;
|
|
2267
2271
|
var a = n.enabled, s = o.config;
|
|
2268
|
-
return r[i] = { enabled: a, initialized: !!a && !o.initialize, loaded: !!a && !!o.loaded({ config: s }), config: s },
|
|
2272
|
+
return r[i] = { enabled: a, initialized: !!a && !o.initialize, loaded: !!a && !!o.loaded({ config: s }), config: s }, C({}, e, r);
|
|
2269
2273
|
}
|
|
2270
2274
|
if (/^initialize:([^:]*)$/.test(n.type)) {
|
|
2271
|
-
var h = wn(n.type,
|
|
2272
|
-
return p && h ? (r[h] =
|
|
2275
|
+
var h = wn(n.type, j.initialize), p = t()[h];
|
|
2276
|
+
return p && h ? (r[h] = C({}, e[h], { initialized: !0, loaded: !!p.loaded({ config: p.config }) }), C({}, e, r)) : e;
|
|
2273
2277
|
}
|
|
2274
2278
|
if (/^ready:([^:]*)$/.test(n.type))
|
|
2275
|
-
return r[n.name] =
|
|
2279
|
+
return r[n.name] = C({}, e[n.name], { loaded: !0 }), C({}, e, r);
|
|
2276
2280
|
switch (n.type) {
|
|
2277
|
-
case
|
|
2278
|
-
return
|
|
2279
|
-
case
|
|
2280
|
-
return
|
|
2281
|
+
case j.disablePlugin:
|
|
2282
|
+
return C({}, e, bn(n.plugins, !1, e));
|
|
2283
|
+
case j.enablePlugin:
|
|
2284
|
+
return C({}, e, bn(n.plugins, !0, e));
|
|
2281
2285
|
default:
|
|
2282
2286
|
return e;
|
|
2283
2287
|
}
|
|
@@ -2288,46 +2292,46 @@ function wn(t, e) {
|
|
|
2288
2292
|
}
|
|
2289
2293
|
function bn(t, e, n) {
|
|
2290
2294
|
return t.reduce(function(r, i) {
|
|
2291
|
-
return r[i] =
|
|
2295
|
+
return r[i] = C({}, n[i], { enabled: e }), r;
|
|
2292
2296
|
}, n);
|
|
2293
2297
|
}
|
|
2294
|
-
function
|
|
2298
|
+
function dr(t) {
|
|
2295
2299
|
try {
|
|
2296
2300
|
return JSON.parse(JSON.stringify(t));
|
|
2297
2301
|
} catch {
|
|
2298
2302
|
}
|
|
2299
2303
|
return t;
|
|
2300
2304
|
}
|
|
2301
|
-
var
|
|
2302
|
-
function
|
|
2303
|
-
t === void 0 && (t =
|
|
2305
|
+
var Bi = { last: {}, history: [] };
|
|
2306
|
+
function qi(t, e) {
|
|
2307
|
+
t === void 0 && (t = Bi);
|
|
2304
2308
|
var n = e.options, r = e.meta;
|
|
2305
|
-
if (e.type ===
|
|
2306
|
-
var i =
|
|
2307
|
-
return
|
|
2309
|
+
if (e.type === j.track) {
|
|
2310
|
+
var i = dr(C({ event: e.event, properties: e.properties }, Object.keys(n).length && { options: n }, { meta: r }));
|
|
2311
|
+
return C({}, t, { last: i, history: t.history.concat(i) });
|
|
2308
2312
|
}
|
|
2309
2313
|
return t;
|
|
2310
2314
|
}
|
|
2311
|
-
var
|
|
2312
|
-
function
|
|
2313
|
-
t === void 0 && (t =
|
|
2315
|
+
var Qi = { actions: [] };
|
|
2316
|
+
function eo(t, e) {
|
|
2317
|
+
t === void 0 && (t = Qi);
|
|
2314
2318
|
var n = e.payload;
|
|
2315
2319
|
switch (e.type) {
|
|
2316
2320
|
case "queue":
|
|
2317
2321
|
var r;
|
|
2318
|
-
return r = n && n.type && n.type ===
|
|
2322
|
+
return r = n && n.type && n.type === j.identify ? [e].concat(t.actions) : t.actions.concat(e), C({}, t, { actions: r });
|
|
2319
2323
|
case "dequeue":
|
|
2320
2324
|
return [];
|
|
2321
2325
|
default:
|
|
2322
2326
|
return t;
|
|
2323
2327
|
}
|
|
2324
2328
|
}
|
|
2325
|
-
var
|
|
2326
|
-
function
|
|
2329
|
+
var hr = /#.*$/;
|
|
2330
|
+
function to(t) {
|
|
2327
2331
|
var e = /(http[s]?:\/\/)?([^\/\s]+\/)(.*)/g.exec(t);
|
|
2328
|
-
return "/" + (e && e[3] ? e[3].split("?")[0].replace(
|
|
2332
|
+
return "/" + (e && e[3] ? e[3].split("?")[0].replace(hr, "") : "");
|
|
2329
2333
|
}
|
|
2330
|
-
var
|
|
2334
|
+
var fr, pr, mr, gr, no = function(t) {
|
|
2331
2335
|
if (t === void 0 && (t = {}), !J)
|
|
2332
2336
|
return t;
|
|
2333
2337
|
var e = document, n = e.title, r = e.referrer, i = window, o = i.location, a = i.innerWidth, s = i.innerHeight, h = o.hash, p = o.search, u = function(f) {
|
|
@@ -2338,42 +2342,42 @@ var hr, fr, pr, mr, to = function(t) {
|
|
|
2338
2342
|
return w.getAttribute("href");
|
|
2339
2343
|
}
|
|
2340
2344
|
}();
|
|
2341
|
-
return d ? d.match(/\?/) ? d : d + f : window.location.href.replace(
|
|
2342
|
-
}(p), c = { title: n, url: u, path:
|
|
2343
|
-
return r && r !== "" && (c.referrer = r),
|
|
2344
|
-
},
|
|
2345
|
-
function
|
|
2346
|
-
t === void 0 && (t =
|
|
2345
|
+
return d ? d.match(/\?/) ? d : d + f : window.location.href.replace(hr, "");
|
|
2346
|
+
}(p), c = { title: n, url: u, path: to(u), hash: h, search: p, width: a, height: s };
|
|
2347
|
+
return r && r !== "" && (c.referrer = r), C({}, c, t);
|
|
2348
|
+
}, ro = { last: {}, history: [] };
|
|
2349
|
+
function io(t, e) {
|
|
2350
|
+
t === void 0 && (t = ro);
|
|
2347
2351
|
var n = e.options;
|
|
2348
|
-
if (e.type ===
|
|
2349
|
-
var r =
|
|
2350
|
-
return
|
|
2352
|
+
if (e.type === j.page) {
|
|
2353
|
+
var r = dr(C({ properties: e.properties, meta: e.meta }, Object.keys(n).length && { options: n }));
|
|
2354
|
+
return C({}, t, { last: r, history: t.history.concat(r) });
|
|
2351
2355
|
}
|
|
2352
2356
|
return t;
|
|
2353
2357
|
}
|
|
2354
|
-
|
|
2358
|
+
fr = function() {
|
|
2355
2359
|
if (!J)
|
|
2356
2360
|
return !1;
|
|
2357
2361
|
var t = navigator.appVersion;
|
|
2358
2362
|
return ~t.indexOf("Win") ? "Windows" : ~t.indexOf("Mac") ? "MacOS" : ~t.indexOf("X11") ? "UNIX" : ~t.indexOf("Linux") ? "Linux" : "Unknown OS";
|
|
2359
|
-
}(),
|
|
2360
|
-
var kn = { initialized: !1, sessionId: st(), app: null, version: null, debug: !1, offline: !!J && !navigator.onLine, os: { name:
|
|
2361
|
-
function
|
|
2363
|
+
}(), pr = J ? document.referrer : null, mr = Ni(), gr = zi();
|
|
2364
|
+
var kn = { initialized: !1, sessionId: st(), app: null, version: null, debug: !1, offline: !!J && !navigator.onLine, os: { name: fr }, userAgent: J ? navigator.userAgent : "node", library: { name: "analytics", version: "0.12.7" }, timezone: gr, locale: mr, campaign: {}, referrer: pr };
|
|
2365
|
+
function oo(t, e) {
|
|
2362
2366
|
t === void 0 && (t = kn);
|
|
2363
2367
|
var n = t.initialized, r = e.campaign;
|
|
2364
2368
|
switch (e.type) {
|
|
2365
|
-
case
|
|
2366
|
-
return
|
|
2367
|
-
case
|
|
2368
|
-
return
|
|
2369
|
-
case
|
|
2370
|
-
return
|
|
2369
|
+
case j.campaign:
|
|
2370
|
+
return C({}, t, { campaign: r });
|
|
2371
|
+
case j.offline:
|
|
2372
|
+
return C({}, t, { offline: !0 });
|
|
2373
|
+
case j.online:
|
|
2374
|
+
return C({}, t, { offline: !1 });
|
|
2371
2375
|
default:
|
|
2372
|
-
return n ? t :
|
|
2376
|
+
return n ? t : C({}, kn, t, { initialized: !0 });
|
|
2373
2377
|
}
|
|
2374
2378
|
}
|
|
2375
|
-
var
|
|
2376
|
-
function
|
|
2379
|
+
var ao = ["plugins", "reducers", "storage"];
|
|
2380
|
+
function so(t, e, n) {
|
|
2377
2381
|
if (J) {
|
|
2378
2382
|
var r = window[(n ? "add" : "remove") + "EventListener"];
|
|
2379
2383
|
t.split(" ").forEach(function(i) {
|
|
@@ -2381,15 +2385,15 @@ function ao(t, e, n) {
|
|
|
2381
2385
|
});
|
|
2382
2386
|
}
|
|
2383
2387
|
}
|
|
2384
|
-
function
|
|
2385
|
-
var e =
|
|
2388
|
+
function co(t) {
|
|
2389
|
+
var e = so.bind(null, "online offline", function(n) {
|
|
2386
2390
|
return Promise.resolve(!navigator.onLine).then(t);
|
|
2387
2391
|
});
|
|
2388
2392
|
return e(!0), function(n) {
|
|
2389
2393
|
return e(!1);
|
|
2390
2394
|
};
|
|
2391
2395
|
}
|
|
2392
|
-
function
|
|
2396
|
+
function yr() {
|
|
2393
2397
|
return be("analytics", []), function(t) {
|
|
2394
2398
|
return function(e, n, r) {
|
|
2395
2399
|
var i = t(e, n, r), o = i.dispatch;
|
|
@@ -2401,104 +2405,104 @@ function gr() {
|
|
|
2401
2405
|
}
|
|
2402
2406
|
function In(t) {
|
|
2403
2407
|
return function() {
|
|
2404
|
-
return xe(xe.apply(null, arguments),
|
|
2408
|
+
return xe(xe.apply(null, arguments), yr());
|
|
2405
2409
|
};
|
|
2406
2410
|
}
|
|
2407
2411
|
function vt(t) {
|
|
2408
|
-
return t ?
|
|
2412
|
+
return t ? or(t) ? t : [t] : [];
|
|
2409
2413
|
}
|
|
2410
2414
|
function Sn(t, e, n) {
|
|
2411
2415
|
t === void 0 && (t = {});
|
|
2412
2416
|
var r, i, o = st();
|
|
2413
2417
|
return e && (Ue[o] = (r = e, i = function(a) {
|
|
2414
2418
|
for (var s, h = a || Array.prototype.slice.call(arguments), p = 0; p < h.length; p++)
|
|
2415
|
-
if (
|
|
2419
|
+
if (Y(h[p])) {
|
|
2416
2420
|
s = h[p];
|
|
2417
2421
|
break;
|
|
2418
2422
|
}
|
|
2419
2423
|
return s;
|
|
2420
2424
|
}(n), function(a) {
|
|
2421
2425
|
i && i(a), r(a);
|
|
2422
|
-
})),
|
|
2426
|
+
})), C({}, t, { rid: o, ts: (/* @__PURE__ */ new Date()).getTime() }, e ? { hasCallback: !0 } : {});
|
|
2423
2427
|
}
|
|
2424
|
-
function
|
|
2428
|
+
function uo(t) {
|
|
2425
2429
|
t === void 0 && (t = {});
|
|
2426
2430
|
var e = t.reducers || {}, n = t.initialUser || {}, r = (t.plugins || []).reduce(function(m, y) {
|
|
2427
|
-
if (
|
|
2431
|
+
if (Y(y))
|
|
2428
2432
|
return m.middlewares = m.middlewares.concat(y), m;
|
|
2429
2433
|
if (y.NAMESPACE && (y.name = y.NAMESPACE), !y.name)
|
|
2430
2434
|
throw new Error("https://lytics.dev/errors/1");
|
|
2431
2435
|
y.config || (y.config = {});
|
|
2432
|
-
var P = y.EVENTS ? Object.keys(y.EVENTS).map(function(
|
|
2433
|
-
return y.EVENTS[
|
|
2436
|
+
var P = y.EVENTS ? Object.keys(y.EVENTS).map(function(U) {
|
|
2437
|
+
return y.EVENTS[U];
|
|
2434
2438
|
}) : [];
|
|
2435
|
-
m.pluginEnabled[y.name] = !(y.enabled === !1 || y.config.enabled === !1), delete y.enabled, y.methods && (m.methods[y.name] = Object.keys(y.methods).reduce(function(
|
|
2436
|
-
var
|
|
2437
|
-
return
|
|
2438
|
-
for (var
|
|
2439
|
-
|
|
2440
|
-
return
|
|
2441
|
-
}),
|
|
2439
|
+
m.pluginEnabled[y.name] = !(y.enabled === !1 || y.config.enabled === !1), delete y.enabled, y.methods && (m.methods[y.name] = Object.keys(y.methods).reduce(function(U, F) {
|
|
2440
|
+
var Z;
|
|
2441
|
+
return U[F] = (Z = y.methods[F], function() {
|
|
2442
|
+
for (var W = Array.prototype.slice.call(arguments), M = new Array(Z.length), ee = 0; ee < W.length; ee++)
|
|
2443
|
+
M[ee] = W[ee];
|
|
2444
|
+
return M[M.length] = b, Z.apply({ instance: b }, M);
|
|
2445
|
+
}), U;
|
|
2442
2446
|
}, {}), delete y.methods);
|
|
2443
|
-
var
|
|
2447
|
+
var $ = Object.keys(y).concat(P), z = new Set(m.events.concat($));
|
|
2444
2448
|
if (m.events = Array.from(z), m.pluginsArray = m.pluginsArray.concat(y), m.plugins[y.name])
|
|
2445
2449
|
throw new Error(y.name + "AlreadyLoaded");
|
|
2446
2450
|
return m.plugins[y.name] = y, m.plugins[y.name].loaded || (m.plugins[y.name].loaded = function() {
|
|
2447
2451
|
return !0;
|
|
2448
2452
|
}), m;
|
|
2449
2453
|
}, { plugins: {}, pluginEnabled: {}, methods: {}, pluginsArray: [], middlewares: [], events: [] }), i = t.storage ? t.storage : { getItem: we, setItem: be, removeItem: Ae }, o = /* @__PURE__ */ function(m) {
|
|
2450
|
-
return function(y, P,
|
|
2451
|
-
return P.getState("user")[y] || (
|
|
2454
|
+
return function(y, P, $) {
|
|
2455
|
+
return P.getState("user")[y] || ($ && V($) && $[y] ? $[y] : ln(m)[y] || we(Ot(y)) || null);
|
|
2452
2456
|
};
|
|
2453
2457
|
}(i), a = r.plugins, s = r.events.filter(function(m) {
|
|
2454
|
-
return !
|
|
2458
|
+
return !Pt.includes(m);
|
|
2455
2459
|
}).sort(), h = new Set(s.concat(et).filter(function(m) {
|
|
2456
|
-
return !
|
|
2460
|
+
return !Pt.includes(m);
|
|
2457
2461
|
})), p = Array.from(h).sort(), u = function() {
|
|
2458
2462
|
return a;
|
|
2459
|
-
}, c = new
|
|
2463
|
+
}, c = new Yi(), f = c.addMiddleware, d = c.removeMiddleware, w = c.dynamicMiddlewares, k = function() {
|
|
2460
2464
|
throw new Error("Abort disabled inListener");
|
|
2461
|
-
}, v =
|
|
2462
|
-
|
|
2463
|
-
var g =
|
|
2465
|
+
}, v = Di(), E = ln(i), _ = C({}, E, n, v.an_uid ? { userId: v.an_uid } : {}, v.an_aid ? { anonymousId: v.an_aid } : {});
|
|
2466
|
+
_.anonymousId || (_.anonymousId = st());
|
|
2467
|
+
var g = C({ enable: function(m, y) {
|
|
2464
2468
|
return new Promise(function(P) {
|
|
2465
|
-
|
|
2469
|
+
I.dispatch({ type: j.enablePlugin, plugins: vt(m), _: { originalAction: j.enablePlugin } }, P, [y]);
|
|
2466
2470
|
});
|
|
2467
2471
|
}, disable: function(m, y) {
|
|
2468
2472
|
return new Promise(function(P) {
|
|
2469
|
-
|
|
2473
|
+
I.dispatch({ type: j.disablePlugin, plugins: vt(m), _: { originalAction: j.disablePlugin } }, P, [y]);
|
|
2470
2474
|
});
|
|
2471
|
-
} }, r.methods), l = !1, b = { identify: function(m, y, P,
|
|
2475
|
+
} }, r.methods), l = !1, b = { identify: function(m, y, P, $) {
|
|
2472
2476
|
try {
|
|
2473
|
-
var z = se(m) ? m : null,
|
|
2474
|
-
be(
|
|
2475
|
-
var
|
|
2476
|
-
return Promise.resolve(new Promise(function(
|
|
2477
|
-
|
|
2477
|
+
var z = se(m) ? m : null, U = V(m) ? m : y, F = P || {}, Z = b.user();
|
|
2478
|
+
be(Ot(oe), z);
|
|
2479
|
+
var W = z || U.userId || o(oe, b, U);
|
|
2480
|
+
return Promise.resolve(new Promise(function(M) {
|
|
2481
|
+
I.dispatch(C({ type: j.identifyStart, userId: W, traits: U || {}, options: F, anonymousId: Z.anonymousId }, Z.id && Z.id !== z && { previousId: Z.id }), M, [y, P, $]);
|
|
2478
2482
|
}));
|
|
2479
|
-
} catch (
|
|
2480
|
-
return Promise.reject(
|
|
2483
|
+
} catch (M) {
|
|
2484
|
+
return Promise.reject(M);
|
|
2481
2485
|
}
|
|
2482
|
-
}, track: function(m, y, P,
|
|
2486
|
+
}, track: function(m, y, P, $) {
|
|
2483
2487
|
try {
|
|
2484
|
-
var z =
|
|
2488
|
+
var z = V(m) ? m.event : m;
|
|
2485
2489
|
if (!z || !se(z))
|
|
2486
2490
|
throw new Error("EventMissing");
|
|
2487
|
-
var
|
|
2488
|
-
return Promise.resolve(new Promise(function(
|
|
2489
|
-
|
|
2491
|
+
var U = V(m) ? m : y || {}, F = V(P) ? P : {};
|
|
2492
|
+
return Promise.resolve(new Promise(function(Z) {
|
|
2493
|
+
I.dispatch({ type: j.trackStart, event: z, properties: U, options: F, userId: o(oe, b, y), anonymousId: o(_e, b, y) }, Z, [y, P, $]);
|
|
2490
2494
|
}));
|
|
2491
|
-
} catch (
|
|
2492
|
-
return Promise.reject(
|
|
2495
|
+
} catch (Z) {
|
|
2496
|
+
return Promise.reject(Z);
|
|
2493
2497
|
}
|
|
2494
2498
|
}, page: function(m, y, P) {
|
|
2495
2499
|
try {
|
|
2496
|
-
var
|
|
2497
|
-
return Promise.resolve(new Promise(function(
|
|
2498
|
-
|
|
2500
|
+
var $ = V(m) ? m : {}, z = V(y) ? y : {};
|
|
2501
|
+
return Promise.resolve(new Promise(function(U) {
|
|
2502
|
+
I.dispatch({ type: j.pageStart, properties: no($), options: z, userId: o(oe, b, $), anonymousId: o(_e, b, $) }, U, [m, y, P]);
|
|
2499
2503
|
}));
|
|
2500
|
-
} catch (
|
|
2501
|
-
return Promise.reject(
|
|
2504
|
+
} catch (U) {
|
|
2505
|
+
return Promise.reject(U);
|
|
2502
2506
|
}
|
|
2503
2507
|
}, user: function(m) {
|
|
2504
2508
|
if (m === oe || m === "id")
|
|
@@ -2509,180 +2513,180 @@ function co(t) {
|
|
|
2509
2513
|
return m ? nn(y, m) : y;
|
|
2510
2514
|
}, reset: function(m) {
|
|
2511
2515
|
return new Promise(function(y) {
|
|
2512
|
-
|
|
2516
|
+
I.dispatch({ type: j.resetStart }, y, m);
|
|
2513
2517
|
});
|
|
2514
2518
|
}, ready: function(m) {
|
|
2515
|
-
return l && m({ plugins: g, instance: b }), b.on(
|
|
2519
|
+
return l && m({ plugins: g, instance: b }), b.on(j.ready, function(y) {
|
|
2516
2520
|
m(y), l = !0;
|
|
2517
2521
|
});
|
|
2518
2522
|
}, on: function(m, y) {
|
|
2519
|
-
if (!m || !
|
|
2523
|
+
if (!m || !Y(y))
|
|
2520
2524
|
return !1;
|
|
2521
|
-
if (m ===
|
|
2525
|
+
if (m === j.bootstrap)
|
|
2522
2526
|
throw new Error(".on disabled for " + m);
|
|
2523
2527
|
var P = /Start$|Start:/;
|
|
2524
2528
|
if (m === "*") {
|
|
2525
|
-
var
|
|
2526
|
-
return function(
|
|
2527
|
-
return function(
|
|
2528
|
-
return
|
|
2529
|
+
var $ = function(Z) {
|
|
2530
|
+
return function(W) {
|
|
2531
|
+
return function(M) {
|
|
2532
|
+
return M.type.match(P) && y({ payload: M, instance: b, plugins: a }), W(M);
|
|
2529
2533
|
};
|
|
2530
2534
|
};
|
|
2531
|
-
}, z = function(
|
|
2532
|
-
return function(
|
|
2533
|
-
return function(
|
|
2534
|
-
return
|
|
2535
|
+
}, z = function(Z) {
|
|
2536
|
+
return function(W) {
|
|
2537
|
+
return function(M) {
|
|
2538
|
+
return M.type.match(P) || y({ payload: M, instance: b, plugins: a }), W(M);
|
|
2535
2539
|
};
|
|
2536
2540
|
};
|
|
2537
2541
|
};
|
|
2538
|
-
return f(
|
|
2539
|
-
d(
|
|
2542
|
+
return f($, Ye), f(z, Ge), function() {
|
|
2543
|
+
d($, Ye), d(z, Ge);
|
|
2540
2544
|
};
|
|
2541
2545
|
}
|
|
2542
|
-
var
|
|
2543
|
-
return function(
|
|
2544
|
-
return function(
|
|
2545
|
-
return
|
|
2546
|
+
var U = m.match(P) ? Ye : Ge, F = function(Z) {
|
|
2547
|
+
return function(W) {
|
|
2548
|
+
return function(M) {
|
|
2549
|
+
return M.type === m && y({ payload: M, instance: b, plugins: a, abort: k }), W(M);
|
|
2546
2550
|
};
|
|
2547
2551
|
};
|
|
2548
2552
|
};
|
|
2549
|
-
return f(
|
|
2550
|
-
return d(
|
|
2553
|
+
return f(F, U), function() {
|
|
2554
|
+
return d(F, U);
|
|
2551
2555
|
};
|
|
2552
2556
|
}, once: function(m, y) {
|
|
2553
|
-
if (!m || !
|
|
2557
|
+
if (!m || !Y(y))
|
|
2554
2558
|
return !1;
|
|
2555
|
-
if (m ===
|
|
2559
|
+
if (m === j.bootstrap)
|
|
2556
2560
|
throw new Error(".once disabled for " + m);
|
|
2557
|
-
var P = b.on(m, function(
|
|
2558
|
-
y({ payload:
|
|
2561
|
+
var P = b.on(m, function($) {
|
|
2562
|
+
y({ payload: $.payload, instance: b, plugins: a, abort: k }), P();
|
|
2559
2563
|
});
|
|
2560
2564
|
return P;
|
|
2561
2565
|
}, getState: function(m) {
|
|
2562
|
-
var y =
|
|
2566
|
+
var y = I.getState();
|
|
2563
2567
|
return m ? nn(y, m) : Object.assign({}, y);
|
|
2564
2568
|
}, dispatch: function(m) {
|
|
2565
2569
|
var y = se(m) ? { type: m } : m;
|
|
2566
2570
|
if (et.includes(y.type))
|
|
2567
2571
|
throw new Error("reserved action " + y.type);
|
|
2568
|
-
var P =
|
|
2569
|
-
|
|
2572
|
+
var P = C({}, y, { _: C({ originalAction: y.type }, m._ || {}) });
|
|
2573
|
+
I.dispatch(P);
|
|
2570
2574
|
}, enablePlugin: g.enable, disablePlugin: g.disable, plugins: g, storage: { getItem: i.getItem, setItem: function(m, y, P) {
|
|
2571
|
-
|
|
2575
|
+
I.dispatch({ type: j.setItemStart, key: m, value: y, options: P });
|
|
2572
2576
|
}, removeItem: function(m, y) {
|
|
2573
|
-
|
|
2577
|
+
I.dispatch({ type: j.removeItemStart, key: m, options: y });
|
|
2574
2578
|
} }, setAnonymousId: function(m, y) {
|
|
2575
2579
|
b.storage.setItem(ce, m, y);
|
|
2576
|
-
}, events: { core: et, plugins: s } },
|
|
2580
|
+
}, events: { core: et, plugins: s } }, T = r.middlewares.concat([function(m) {
|
|
2577
2581
|
return function(y) {
|
|
2578
2582
|
return function(P) {
|
|
2579
2583
|
return P.meta || (P.meta = Sn()), y(P);
|
|
2580
2584
|
};
|
|
2581
2585
|
};
|
|
2582
|
-
}, w(Ye),
|
|
2586
|
+
}, w(Ye), Xi(b, u, { all: p, plugins: s }), Vi(i), Ki(b), Hi(b), w(Ge)]), O = { context: oo, user: Wi(i), page: io, track: qi, plugins: Gi(u), queue: eo }, x = xe, R = xe;
|
|
2583
2587
|
if (J && t.debug) {
|
|
2584
|
-
var
|
|
2585
|
-
|
|
2586
|
-
return arguments.length === 0 ?
|
|
2588
|
+
var L = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__;
|
|
2589
|
+
L && (x = L({ trace: !0, traceLimit: 25 })), R = function() {
|
|
2590
|
+
return arguments.length === 0 ? yr() : V(typeof arguments[0]) ? In() : In().apply(null, arguments);
|
|
2587
2591
|
};
|
|
2588
2592
|
}
|
|
2589
|
-
var
|
|
2593
|
+
var H, A = function(m) {
|
|
2590
2594
|
return Object.keys(m).reduce(function(y, P) {
|
|
2591
|
-
return
|
|
2595
|
+
return ao.includes(P) || (y[P] = m[P]), y;
|
|
2592
2596
|
}, {});
|
|
2593
|
-
}(t),
|
|
2594
|
-
var P = y.name,
|
|
2595
|
-
return m[P] = { enabled:
|
|
2596
|
-
}, {}),
|
|
2597
|
-
for (var y = Object.keys(m), P = {},
|
|
2598
|
-
var z = y[
|
|
2597
|
+
}(t), D = r.pluginsArray.reduce(function(m, y) {
|
|
2598
|
+
var P = y.name, $ = y.config, z = y.loaded, U = r.pluginEnabled[P];
|
|
2599
|
+
return m[P] = { enabled: U, initialized: !!U && !y.initialize, loaded: !!z({ config: $ }), config: $ }, m;
|
|
2600
|
+
}, {}), S = { context: A, user: _, plugins: D }, I = sr(function(m) {
|
|
2601
|
+
for (var y = Object.keys(m), P = {}, $ = 0; $ < y.length; $++) {
|
|
2602
|
+
var z = y[$];
|
|
2599
2603
|
typeof m[z] === ae && (P[z] = m[z]);
|
|
2600
2604
|
}
|
|
2601
|
-
var
|
|
2605
|
+
var U, F = Object.keys(P);
|
|
2602
2606
|
try {
|
|
2603
|
-
(function(
|
|
2604
|
-
Object.keys(
|
|
2605
|
-
var
|
|
2606
|
-
if (typeof
|
|
2607
|
-
throw new Error("reducer " +
|
|
2607
|
+
(function(Z) {
|
|
2608
|
+
Object.keys(Z).forEach(function(W) {
|
|
2609
|
+
var M = Z[W];
|
|
2610
|
+
if (typeof M(void 0, { type: "@@redux/INIT" }) === ie || typeof M(void 0, { type: Li }) === ie)
|
|
2611
|
+
throw new Error("reducer " + W + " " + ie);
|
|
2608
2612
|
});
|
|
2609
2613
|
})(P);
|
|
2610
|
-
} catch (
|
|
2611
|
-
|
|
2614
|
+
} catch (Z) {
|
|
2615
|
+
U = Z;
|
|
2612
2616
|
}
|
|
2613
|
-
return function(
|
|
2614
|
-
if (
|
|
2615
|
-
throw
|
|
2616
|
-
for (var
|
|
2617
|
-
var
|
|
2618
|
-
if (typeof lt ===
|
|
2619
|
-
var
|
|
2620
|
-
throw new Error(
|
|
2617
|
+
return function(Z, W) {
|
|
2618
|
+
if (Z === void 0 && (Z = {}), U)
|
|
2619
|
+
throw U;
|
|
2620
|
+
for (var M = !1, ee = {}, Ne = 0; Ne < F.length; Ne++) {
|
|
2621
|
+
var He = F[Ne], Wt = Z[He], lt = (0, P[He])(Wt, W);
|
|
2622
|
+
if (typeof lt === ie) {
|
|
2623
|
+
var Cr = Mi(He, W);
|
|
2624
|
+
throw new Error(Cr);
|
|
2621
2625
|
}
|
|
2622
|
-
|
|
2626
|
+
ee[He] = lt, M = M || lt !== Wt;
|
|
2623
2627
|
}
|
|
2624
|
-
return
|
|
2628
|
+
return M ? ee : Z;
|
|
2625
2629
|
};
|
|
2626
|
-
}(
|
|
2627
|
-
|
|
2628
|
-
var
|
|
2629
|
-
return
|
|
2630
|
+
}(C({}, O, e)), S, R(x(Zi.apply(void 0, T))));
|
|
2631
|
+
I.dispatch = (H = I.dispatch, function(m, y, P) {
|
|
2632
|
+
var $ = C({}, m, { meta: Sn(m.meta, y, vt(P)) });
|
|
2633
|
+
return H.apply(null, [$]);
|
|
2630
2634
|
});
|
|
2631
|
-
var
|
|
2632
|
-
|
|
2633
|
-
var
|
|
2635
|
+
var N = Object.keys(a);
|
|
2636
|
+
I.dispatch({ type: j.bootstrap, plugins: N, config: A, params: v, user: _, initialUser: n, persistedUser: E });
|
|
2637
|
+
var K = N.filter(function(m) {
|
|
2634
2638
|
return r.pluginEnabled[m];
|
|
2635
|
-
}),
|
|
2639
|
+
}), X = N.filter(function(m) {
|
|
2636
2640
|
return !r.pluginEnabled[m];
|
|
2637
2641
|
});
|
|
2638
|
-
return
|
|
2639
|
-
var P = m.bootstrap,
|
|
2640
|
-
P &&
|
|
2641
|
-
}),
|
|
2642
|
-
|
|
2642
|
+
return I.dispatch({ type: j.registerPlugins, plugins: N, enabled: r.pluginEnabled }), r.pluginsArray.map(function(m, y) {
|
|
2643
|
+
var P = m.bootstrap, $ = m.config, z = m.name;
|
|
2644
|
+
P && Y(P) && P({ instance: b, config: $, payload: m }), I.dispatch({ type: j.registerPluginType(z), name: z, enabled: r.pluginEnabled[z], plugin: m }), r.pluginsArray.length === y + 1 && I.dispatch({ type: j.initializeStart, plugins: K, disabled: X });
|
|
2645
|
+
}), co(function(m) {
|
|
2646
|
+
I.dispatch({ type: m ? j.offline : j.online });
|
|
2643
2647
|
}), function(m, y, P) {
|
|
2644
2648
|
setInterval(function() {
|
|
2645
|
-
return
|
|
2649
|
+
return ur(m, y, P);
|
|
2646
2650
|
}, 3e3);
|
|
2647
|
-
}(
|
|
2651
|
+
}(I, u, b), b;
|
|
2648
2652
|
}
|
|
2649
|
-
var Ye = "before", Ge = "after", Le = "cookie",
|
|
2650
|
-
function
|
|
2651
|
-
return
|
|
2653
|
+
var Ye = "before", Ge = "after", Le = "cookie", fe = br(), vr = ct, lo = ct;
|
|
2654
|
+
function wr(t) {
|
|
2655
|
+
return fe ? ct(t, "", -1) : Ae(t);
|
|
2652
2656
|
}
|
|
2653
|
-
function
|
|
2654
|
-
if (
|
|
2655
|
-
return
|
|
2657
|
+
function br() {
|
|
2658
|
+
if (fe !== void 0)
|
|
2659
|
+
return fe;
|
|
2656
2660
|
var t = "cookiecookie";
|
|
2657
2661
|
try {
|
|
2658
|
-
ct(t, t),
|
|
2662
|
+
ct(t, t), fe = document.cookie.indexOf(t) !== -1, wr(t);
|
|
2659
2663
|
} catch {
|
|
2660
|
-
|
|
2664
|
+
fe = !1;
|
|
2661
2665
|
}
|
|
2662
|
-
return
|
|
2666
|
+
return fe;
|
|
2663
2667
|
}
|
|
2664
2668
|
function ct(t, e, n, r, i, o) {
|
|
2665
2669
|
if (typeof window < "u") {
|
|
2666
2670
|
var a = arguments.length > 1;
|
|
2667
|
-
return
|
|
2671
|
+
return fe === !1 && (a ? be(t, e) : we(t)), a ? document.cookie = t + "=" + encodeURIComponent(e) + (n ? "; expires=" + new Date(+/* @__PURE__ */ new Date() + 1e3 * n).toUTCString() + (r ? "; path=" + r : "") + (i ? "; domain=" + i : "") + (o ? "; secure" : "") : "") : decodeURIComponent((("; " + document.cookie).split("; " + t + "=")[1] || "").split(";")[0]);
|
|
2668
2672
|
}
|
|
2669
2673
|
}
|
|
2670
|
-
var Me = "localStorage",
|
|
2674
|
+
var Me = "localStorage", ho = Dt.bind(null, "localStorage");
|
|
2671
2675
|
$e("localStorage", "getItem", we);
|
|
2672
2676
|
$e("localStorage", "setItem", be);
|
|
2673
2677
|
$e("localStorage", "removeItem", Ae);
|
|
2674
|
-
var Ze = "sessionStorage",
|
|
2678
|
+
var Ze = "sessionStorage", fo = Dt.bind(null, "sessionStorage");
|
|
2675
2679
|
$e("sessionStorage", "getItem", we);
|
|
2676
2680
|
$e("sessionStorage", "setItem", be);
|
|
2677
2681
|
$e("sessionStorage", "removeItem", Ae);
|
|
2678
|
-
function
|
|
2682
|
+
function Pe(t) {
|
|
2679
2683
|
var e = t;
|
|
2680
2684
|
try {
|
|
2681
2685
|
if ((e = JSON.parse(t)) === "true")
|
|
2682
2686
|
return !0;
|
|
2683
2687
|
if (e === "false")
|
|
2684
2688
|
return !1;
|
|
2685
|
-
if (
|
|
2689
|
+
if (V(e))
|
|
2686
2690
|
return e;
|
|
2687
2691
|
parseFloat(e) === e && (e = parseFloat(e));
|
|
2688
2692
|
} catch {
|
|
@@ -2690,57 +2694,57 @@ function Oe(t) {
|
|
|
2690
2694
|
if (e !== null && e !== "")
|
|
2691
2695
|
return e;
|
|
2692
2696
|
}
|
|
2693
|
-
var
|
|
2694
|
-
function
|
|
2697
|
+
var po = ho(), mo = fo(), go = br();
|
|
2698
|
+
function kr(t, e) {
|
|
2695
2699
|
if (t) {
|
|
2696
|
-
var n = Ut(e), r = !Zt(n), i = Rt(n) ?
|
|
2700
|
+
var n = Ut(e), r = !Zt(n), i = Rt(n) ? Pe(localStorage.getItem(t)) : void 0;
|
|
2697
2701
|
if (r && !Se(i))
|
|
2698
2702
|
return i;
|
|
2699
|
-
var o = Lt(n) ?
|
|
2703
|
+
var o = Lt(n) ? Pe(vr(t)) : void 0;
|
|
2700
2704
|
if (r && o)
|
|
2701
2705
|
return o;
|
|
2702
|
-
var a = Mt(n) ?
|
|
2706
|
+
var a = Mt(n) ? Pe(sessionStorage.getItem(t)) : void 0;
|
|
2703
2707
|
if (r && a)
|
|
2704
2708
|
return a;
|
|
2705
2709
|
var s = we(t);
|
|
2706
2710
|
return r ? s : { localStorage: i, sessionStorage: a, cookie: o, global: s };
|
|
2707
2711
|
}
|
|
2708
2712
|
}
|
|
2709
|
-
function
|
|
2713
|
+
function yo(t, e, n) {
|
|
2710
2714
|
if (t && !Se(e)) {
|
|
2711
2715
|
var r = {}, i = Ut(n), o = JSON.stringify(e), a = !Zt(i);
|
|
2712
|
-
return Rt(i) && (r[Me] = Be(Me, e,
|
|
2716
|
+
return Rt(i) && (r[Me] = Be(Me, e, Pe(localStorage.getItem(t))), localStorage.setItem(t, o), a) ? r[Me] : Lt(i) && (r[Le] = Be(Le, e, Pe(vr(t))), lo(t, o), a) ? r[Le] : Mt(i) && (r[Ze] = Be(Ze, e, Pe(sessionStorage.getItem(t))), sessionStorage.setItem(t, o), a) ? r[Ze] : (r[Re] = Be(Re, e, we(t)), be(t, e), a ? r[Re] : r);
|
|
2713
2717
|
}
|
|
2714
2718
|
}
|
|
2715
|
-
function
|
|
2719
|
+
function vo(t, e) {
|
|
2716
2720
|
if (t) {
|
|
2717
|
-
var n = Ut(e), r =
|
|
2718
|
-
return !Se(r.localStorage) && Rt(n) && (localStorage.removeItem(t), i[Me] = r.localStorage), !Se(r.cookie) && Lt(n) && (
|
|
2721
|
+
var n = Ut(e), r = kr(t, nr), i = {};
|
|
2722
|
+
return !Se(r.localStorage) && Rt(n) && (localStorage.removeItem(t), i[Me] = r.localStorage), !Se(r.cookie) && Lt(n) && (wr(t), i[Le] = r.cookie), !Se(r.sessionStorage) && Mt(n) && (sessionStorage.removeItem(t), i[Ze] = r.sessionStorage), !Se(r.global) && ut(n, Re) && (Ae(t), i[Re] = r.global), i;
|
|
2719
2723
|
}
|
|
2720
2724
|
}
|
|
2721
2725
|
function Ut(t) {
|
|
2722
|
-
return t ? se(t) ? t : t.storage :
|
|
2726
|
+
return t ? se(t) ? t : t.storage : tr;
|
|
2723
2727
|
}
|
|
2724
2728
|
function Rt(t) {
|
|
2725
|
-
return
|
|
2729
|
+
return po && ut(t, Me);
|
|
2726
2730
|
}
|
|
2727
2731
|
function Lt(t) {
|
|
2728
|
-
return
|
|
2732
|
+
return go && ut(t, Le);
|
|
2729
2733
|
}
|
|
2730
2734
|
function Mt(t) {
|
|
2731
|
-
return
|
|
2735
|
+
return mo && ut(t, Ze);
|
|
2732
2736
|
}
|
|
2733
2737
|
function Zt(t) {
|
|
2734
|
-
return t ===
|
|
2738
|
+
return t === nr || t === "all";
|
|
2735
2739
|
}
|
|
2736
2740
|
function ut(t, e) {
|
|
2737
|
-
return t ===
|
|
2741
|
+
return t === tr || t === e || Zt(t);
|
|
2738
2742
|
}
|
|
2739
2743
|
function Be(t, e, n) {
|
|
2740
2744
|
return { location: t, current: e, previous: n };
|
|
2741
2745
|
}
|
|
2742
|
-
var
|
|
2743
|
-
function
|
|
2746
|
+
var wo = { setItem: yo, getItem: kr, removeItem: vo };
|
|
2747
|
+
function bo(t, e, n) {
|
|
2744
2748
|
return e in t ? Object.defineProperty(t, e, {
|
|
2745
2749
|
value: n,
|
|
2746
2750
|
enumerable: !0,
|
|
@@ -2762,20 +2766,20 @@ function En(t) {
|
|
|
2762
2766
|
for (var e = 1; e < arguments.length; e++) {
|
|
2763
2767
|
var n = arguments[e] != null ? arguments[e] : {};
|
|
2764
2768
|
e % 2 ? _n(Object(n), !0).forEach(function(r) {
|
|
2765
|
-
|
|
2769
|
+
bo(t, r, n[r]);
|
|
2766
2770
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : _n(Object(n)).forEach(function(r) {
|
|
2767
2771
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
|
|
2768
2772
|
});
|
|
2769
2773
|
}
|
|
2770
2774
|
return t;
|
|
2771
2775
|
}
|
|
2772
|
-
function
|
|
2776
|
+
function ko() {
|
|
2773
2777
|
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e = {
|
|
2774
|
-
storage:
|
|
2778
|
+
storage: wo
|
|
2775
2779
|
};
|
|
2776
|
-
return
|
|
2780
|
+
return uo(En(En({}, e), t));
|
|
2777
2781
|
}
|
|
2778
|
-
function
|
|
2782
|
+
function Io(t, e) {
|
|
2779
2783
|
e = e || {};
|
|
2780
2784
|
var n, r, i = [], o = e.max || 1 / 0;
|
|
2781
2785
|
function a() {
|
|
@@ -2797,7 +2801,7 @@ function ko(t, e) {
|
|
|
2797
2801
|
}
|
|
2798
2802
|
};
|
|
2799
2803
|
}
|
|
2800
|
-
function
|
|
2804
|
+
function So(t) {
|
|
2801
2805
|
if (typeof window > "u")
|
|
2802
2806
|
return;
|
|
2803
2807
|
const { addEventListener: e, history: n, location: r } = window;
|
|
@@ -2809,53 +2813,53 @@ function Io(t) {
|
|
|
2809
2813
|
const s = n[a];
|
|
2810
2814
|
n[a] = function(...h) {
|
|
2811
2815
|
var c;
|
|
2812
|
-
const p = ((c = h[2]) == null ? void 0 : c.toString()) || "", u =
|
|
2816
|
+
const p = ((c = h[2]) == null ? void 0 : c.toString()) || "", u = Eo(p);
|
|
2813
2817
|
return i !== u && (i = u, setTimeout(() => t(p), 0)), s.apply(n, h);
|
|
2814
2818
|
};
|
|
2815
2819
|
});
|
|
2816
2820
|
}
|
|
2817
|
-
function
|
|
2821
|
+
function _o(t, e) {
|
|
2818
2822
|
const n = t.indexOf(e);
|
|
2819
2823
|
return n > -1 ? t.slice(0, n) : t;
|
|
2820
2824
|
}
|
|
2821
|
-
function
|
|
2822
|
-
return ["#", "?"].forEach((e) => t =
|
|
2825
|
+
function Eo(t) {
|
|
2826
|
+
return ["#", "?"].forEach((e) => t = _o(t, e)), t;
|
|
2823
2827
|
}
|
|
2824
|
-
function
|
|
2825
|
-
|
|
2828
|
+
function To() {
|
|
2829
|
+
So(() => {
|
|
2826
2830
|
ne.page();
|
|
2827
2831
|
});
|
|
2828
2832
|
}
|
|
2829
|
-
function
|
|
2833
|
+
function Po(t) {
|
|
2830
2834
|
if (t === void 0 && (t = {}), !J)
|
|
2831
2835
|
return Tt;
|
|
2832
|
-
var e =
|
|
2836
|
+
var e = Pn(), n = jt(), r = Tn(), i = qe(r, e), o = qe(n, e), a = [], s = [], h = [], p = r, u = i, c = o, f = Object.keys(t);
|
|
2833
2837
|
if (!f.length)
|
|
2834
2838
|
return Tt;
|
|
2835
2839
|
var d = f.map(function(k) {
|
|
2836
2840
|
return Number(k);
|
|
2837
|
-
}), w =
|
|
2838
|
-
var k =
|
|
2839
|
-
return
|
|
2840
|
-
return
|
|
2841
|
+
}), w = Ri(function() {
|
|
2842
|
+
var k = Pn(), v = function(A, D) {
|
|
2843
|
+
return D.map(function(S) {
|
|
2844
|
+
return S === 100 ? A - 5 : A * (S / 100);
|
|
2841
2845
|
});
|
|
2842
|
-
}(k, d), E = jt(),
|
|
2846
|
+
}(k, d), E = jt(), _ = Tn(), g = qe(_, k), l = qe(E, k);
|
|
2843
2847
|
if (u = g > u ? g : u, c = l < c ? l : c, !(a.length >= d.length)) {
|
|
2844
|
-
var b = p ===
|
|
2845
|
-
b ?
|
|
2846
|
-
var
|
|
2847
|
-
(
|
|
2848
|
-
var
|
|
2849
|
-
var
|
|
2850
|
-
return h.includes(
|
|
2851
|
-
return
|
|
2852
|
-
}),
|
|
2853
|
-
}, { foundFunc: [], singleFunction: null, callbacks: [], direction:
|
|
2854
|
-
if (p =
|
|
2855
|
-
|
|
2856
|
-
}),
|
|
2857
|
-
var
|
|
2858
|
-
|
|
2848
|
+
var b = p === _, T = "up";
|
|
2849
|
+
b ? T = "initial" : p <= _ && (T = "down");
|
|
2850
|
+
var O = v, x = d;
|
|
2851
|
+
(T === "up" || b) && (O = v.slice().reverse(), x = d.slice().reverse());
|
|
2852
|
+
var R = x.reduce(function(A, D, S) {
|
|
2853
|
+
var I = O[S];
|
|
2854
|
+
return h.includes(D) && _ <= I && (h = h.filter(function(N) {
|
|
2855
|
+
return N !== D;
|
|
2856
|
+
}), A.singleFunction = D), T === "down" && !a.includes(D) && _ >= I && D > o ? (s.push(D), A.callbacks = A.callbacks.concat(D), A) : T === "up" && !a.includes(D) && _ <= I && D <= g ? (A.foundFunc = [D], A) : (b && _ >= I && A.foundFunc.length === 0 && (A.foundFunc = [D]), !s.includes(D) && _ >= I && (s.push(D), A.singleFunction ? h.push(D) : A.singleFunction = D), A);
|
|
2857
|
+
}, { foundFunc: [], singleFunction: null, callbacks: [], direction: T });
|
|
2858
|
+
if (p = _, T === "down" && R.callbacks && R.callbacks.forEach(function(A) {
|
|
2859
|
+
Y(t[A]) && (t[A]({ trigger: A, direction: T, scrollMin: c, scrollMax: u, range: [c, u] }), a.push(A));
|
|
2860
|
+
}), R.singleFunction) {
|
|
2861
|
+
var L = R.singleFunction, H = R.direction;
|
|
2862
|
+
Y(t[L]) && t[L]({ trigger: L, direction: H, scrollMin: c, scrollMax: u, range: [c, u] }), a.push(L);
|
|
2859
2863
|
}
|
|
2860
2864
|
}
|
|
2861
2865
|
}, 500);
|
|
@@ -2872,7 +2876,7 @@ function Oo() {
|
|
|
2872
2876
|
function Tn() {
|
|
2873
2877
|
return Math.round(jt() + Oo());
|
|
2874
2878
|
}
|
|
2875
|
-
function
|
|
2879
|
+
function Pn() {
|
|
2876
2880
|
if (!J)
|
|
2877
2881
|
return 0;
|
|
2878
2882
|
var t = document.body, e = document.documentElement;
|
|
@@ -2881,8 +2885,8 @@ function On() {
|
|
|
2881
2885
|
function qe(t, e) {
|
|
2882
2886
|
return Math.round(t / e * 100);
|
|
2883
2887
|
}
|
|
2884
|
-
var
|
|
2885
|
-
function
|
|
2888
|
+
var On = "EventListener";
|
|
2889
|
+
function jo(t) {
|
|
2886
2890
|
return function(e, n, r, i) {
|
|
2887
2891
|
var o = r || Tt, a = i || !1;
|
|
2888
2892
|
if (!J)
|
|
@@ -2895,9 +2899,9 @@ function Po(t) {
|
|
|
2895
2899
|
var p = [];
|
|
2896
2900
|
return function u(c) {
|
|
2897
2901
|
c && (p = []);
|
|
2898
|
-
for (var f = c ? "add" +
|
|
2902
|
+
for (var f = c ? "add" + On : "remove" + On, d = 0; d < h.length; d++) {
|
|
2899
2903
|
var w = h[d];
|
|
2900
|
-
p[d] = c ? a && a.once ?
|
|
2904
|
+
p[d] = c ? a && a.once ? Co(o) : o : p[d] || o;
|
|
2901
2905
|
for (var k = 0; k < s.length; k++)
|
|
2902
2906
|
w[f] ? w["on" + s[k]] = c ? p[d] : null : w[f](s[k], p[d], a);
|
|
2903
2907
|
}
|
|
@@ -2916,31 +2920,31 @@ function rt(t, e) {
|
|
|
2916
2920
|
r[i] = t[i];
|
|
2917
2921
|
return r;
|
|
2918
2922
|
}
|
|
2919
|
-
var o =
|
|
2923
|
+
var o = $i(t);
|
|
2920
2924
|
return e ? o.map(function(a) {
|
|
2921
2925
|
return se(a) ? rt(a, !0) : a;
|
|
2922
2926
|
}).flat() : o;
|
|
2923
2927
|
}
|
|
2924
|
-
function
|
|
2928
|
+
function Co(t, e) {
|
|
2925
2929
|
var n;
|
|
2926
2930
|
return function() {
|
|
2927
2931
|
return t && (n = t.apply(e || this, arguments), t = null), n;
|
|
2928
2932
|
};
|
|
2929
2933
|
}
|
|
2930
|
-
var wt =
|
|
2931
|
-
function
|
|
2932
|
-
return J &&
|
|
2934
|
+
var wt = jo("Event");
|
|
2935
|
+
function Ir(t, e) {
|
|
2936
|
+
return J && Y(window[t]) ? (n = window[t], r = e, (i = window) === void 0 && (i = null), Y(n) ? function() {
|
|
2933
2937
|
n.apply(i, arguments), r.apply(i, arguments);
|
|
2934
2938
|
} : r) : window[t] = e;
|
|
2935
2939
|
var n, r, i;
|
|
2936
2940
|
}
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
var
|
|
2940
|
-
function
|
|
2941
|
-
if (
|
|
2941
|
+
Ir.bind(null, "onerror");
|
|
2942
|
+
Ir.bind(null, "onload");
|
|
2943
|
+
var Sr = typeof window > "u", jn = "hidden";
|
|
2944
|
+
function xo(t) {
|
|
2945
|
+
if (Sr)
|
|
2942
2946
|
return !1;
|
|
2943
|
-
var e =
|
|
2947
|
+
var e = Ao(), n = "".concat(e.replace(/[H|h]idden/, ""), "visibilitychange"), r = function() {
|
|
2944
2948
|
return t(!!document[e]);
|
|
2945
2949
|
}, i = function() {
|
|
2946
2950
|
return document.addEventListener(n, r);
|
|
@@ -2949,15 +2953,15 @@ function Co(t) {
|
|
|
2949
2953
|
return document.removeEventListener(n, r), i;
|
|
2950
2954
|
};
|
|
2951
2955
|
}
|
|
2952
|
-
function
|
|
2956
|
+
function Ao() {
|
|
2953
2957
|
var t = ["webkit", "moz", "ms", "o"];
|
|
2954
|
-
return
|
|
2958
|
+
return Sr || jn in document ? jn : t.reduce(function(e, n) {
|
|
2955
2959
|
var r = n + "Hidden";
|
|
2956
2960
|
return !e && r in document ? r : e;
|
|
2957
2961
|
}, null);
|
|
2958
2962
|
}
|
|
2959
|
-
var
|
|
2960
|
-
function
|
|
2963
|
+
var $o = ["mousemove", "mousedown", "touchmove", "touchstart", "touchend", "keydown"];
|
|
2964
|
+
function No(t, e) {
|
|
2961
2965
|
e === void 0 && (e = {});
|
|
2962
2966
|
var n = /* @__PURE__ */ function(a, s) {
|
|
2963
2967
|
var h = this, p = !1;
|
|
@@ -2968,10 +2972,10 @@ function $o(t, e) {
|
|
|
2968
2972
|
};
|
|
2969
2973
|
}(t, e.throttle || 1e4), r = [];
|
|
2970
2974
|
function i() {
|
|
2971
|
-
var a =
|
|
2975
|
+
var a = xo(function(s) {
|
|
2972
2976
|
s || n({ type: "tabVisible" });
|
|
2973
2977
|
});
|
|
2974
|
-
return r = [a].concat(
|
|
2978
|
+
return r = [a].concat($o.map(function(s) {
|
|
2975
2979
|
return wt(document, s, n);
|
|
2976
2980
|
})).concat(wt(window, "load", n)).concat(wt(window, "scroll", n, { capture: !0, passive: !0 })), o;
|
|
2977
2981
|
}
|
|
@@ -2984,7 +2988,7 @@ function $o(t, e) {
|
|
|
2984
2988
|
return o(), i;
|
|
2985
2989
|
};
|
|
2986
2990
|
}
|
|
2987
|
-
function
|
|
2991
|
+
function zo(t) {
|
|
2988
2992
|
var e, n, r = t.onIdle, i = t.onWakeUp, o = t.onHeartbeat, a = t.timeout, s = a === void 0 ? 1e4 : a, h = t.throttle, p = h === void 0 ? 2e3 : h, u = !1, c = !1, f = /* @__PURE__ */ new Date(), d = function() {
|
|
2989
2993
|
return clearTimeout(e);
|
|
2990
2994
|
};
|
|
@@ -2993,7 +2997,7 @@ function No(t) {
|
|
|
2993
2997
|
u = !0, r && (n = /* @__PURE__ */ new Date(), r(De(f), v));
|
|
2994
2998
|
}, s);
|
|
2995
2999
|
}
|
|
2996
|
-
var k =
|
|
3000
|
+
var k = No(w, { throttle: p });
|
|
2997
3001
|
return { disable: function() {
|
|
2998
3002
|
c = !0, u = !1, d();
|
|
2999
3003
|
var v = k();
|
|
@@ -3008,19 +3012,19 @@ function De(t, e) {
|
|
|
3008
3012
|
return e ? 0 : Math.round((/* @__PURE__ */ new Date() - t) / 1e3);
|
|
3009
3013
|
}
|
|
3010
3014
|
const Cn = 5e3;
|
|
3011
|
-
class
|
|
3015
|
+
class Do {
|
|
3012
3016
|
constructor(e) {
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3017
|
+
B(this, "element");
|
|
3018
|
+
B(this, "isInViewport", !1);
|
|
3019
|
+
B(this, "isAwake", !1);
|
|
3020
|
+
B(this, "isFlushing");
|
|
3021
|
+
B(this, "observer");
|
|
3022
|
+
B(this, "lastEventAt", Date.now());
|
|
3023
|
+
B(this, "registeredView", !1);
|
|
3024
|
+
B(this, "viewCallback");
|
|
3025
|
+
B(this, "activeDurationCallback");
|
|
3026
|
+
B(this, "idleDurationCallback");
|
|
3027
|
+
B(this, "scrollCallback");
|
|
3024
3028
|
this.element = e.element, this.viewCallback = e.viewCallback, this.activeDurationCallback = e.activeDurationCallback, this.idleDurationCallback = e.idleDurationCallback, this.scrollCallback = e.scrollCallback, this.observer = new IntersectionObserver(
|
|
3025
3029
|
(n) => {
|
|
3026
3030
|
n.forEach((r) => {
|
|
@@ -3030,11 +3034,11 @@ class zo {
|
|
|
3030
3034
|
{
|
|
3031
3035
|
threshold: 0
|
|
3032
3036
|
}
|
|
3033
|
-
), this.observer.observe(this.element),
|
|
3037
|
+
), this.observer.observe(this.element), zo({
|
|
3034
3038
|
onIdle: (n) => this.handleAwake(!1, n),
|
|
3035
3039
|
onWakeUp: (n) => this.handleAwake(!0, n),
|
|
3036
3040
|
timeout: Cn
|
|
3037
|
-
}),
|
|
3041
|
+
}), Po({
|
|
3038
3042
|
25: this.handleScroll.bind(this),
|
|
3039
3043
|
50: this.handleScroll.bind(this),
|
|
3040
3044
|
75: this.handleScroll.bind(this),
|
|
@@ -3070,16 +3074,16 @@ class zo {
|
|
|
3070
3074
|
}
|
|
3071
3075
|
}
|
|
3072
3076
|
const xn = "sesamy_session_id";
|
|
3073
|
-
function
|
|
3077
|
+
function Uo() {
|
|
3074
3078
|
let t = sessionStorage.getItem(xn);
|
|
3075
3079
|
return t || (t = Math.random().toString(36).slice(2, 9), sessionStorage.setItem(xn, t)), t;
|
|
3076
3080
|
}
|
|
3077
|
-
let
|
|
3078
|
-
function
|
|
3081
|
+
let _r = !1, Ct, An, it;
|
|
3082
|
+
function Ro({ clientId: t, enabled: e = !0, endpoint: n = ii }) {
|
|
3079
3083
|
if (Ct = t, An = e, it = n, !An)
|
|
3080
3084
|
return;
|
|
3081
|
-
|
|
3082
|
-
const r = new
|
|
3085
|
+
To();
|
|
3086
|
+
const r = new Do({
|
|
3083
3087
|
element: document.body,
|
|
3084
3088
|
viewCallback: () => {
|
|
3085
3089
|
ne.page();
|
|
@@ -3104,24 +3108,24 @@ function Uo({ clientId: t, enabled: e = !0, endpoint: n = ri }) {
|
|
|
3104
3108
|
});
|
|
3105
3109
|
}
|
|
3106
3110
|
});
|
|
3107
|
-
|
|
3111
|
+
Zo(document.body, () => {
|
|
3108
3112
|
r.flush();
|
|
3109
|
-
}),
|
|
3113
|
+
}), Ko(document.body, () => {
|
|
3110
3114
|
r.handleVisibilityChange();
|
|
3111
|
-
}), window.addEventListener(
|
|
3115
|
+
}), window.addEventListener(Q.AUTHENTICATED, async (i) => {
|
|
3112
3116
|
const o = i;
|
|
3113
3117
|
await ne.identify(o.detail.sub);
|
|
3114
|
-
}), window.addEventListener(
|
|
3115
|
-
await ne.track("logout", {}),
|
|
3118
|
+
}), window.addEventListener(Q.LOGOUT, async () => {
|
|
3119
|
+
await ne.track("logout", {}), Kt.flush(), await ne.reset();
|
|
3116
3120
|
});
|
|
3117
3121
|
}
|
|
3118
|
-
function
|
|
3122
|
+
function Er(t) {
|
|
3119
3123
|
return JSON.stringify(
|
|
3120
3124
|
t.map((e) => ({
|
|
3121
3125
|
...e,
|
|
3122
3126
|
clientId: Ct,
|
|
3123
3127
|
requestId: Math.random().toString(36).slice(2, 9),
|
|
3124
|
-
sessionId:
|
|
3128
|
+
sessionId: Uo(),
|
|
3125
3129
|
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
3126
3130
|
version: zt,
|
|
3127
3131
|
event: e.event,
|
|
@@ -3134,18 +3138,18 @@ function _r(t) {
|
|
|
3134
3138
|
referrer: document.referrer
|
|
3135
3139
|
},
|
|
3136
3140
|
locale: navigator.language,
|
|
3137
|
-
library:
|
|
3141
|
+
library: er,
|
|
3138
3142
|
userAgent: navigator.userAgent,
|
|
3139
3143
|
clientId: Ct
|
|
3140
3144
|
}
|
|
3141
3145
|
}))
|
|
3142
3146
|
);
|
|
3143
3147
|
}
|
|
3144
|
-
const
|
|
3148
|
+
const Kt = Io(
|
|
3145
3149
|
async (t) => {
|
|
3146
3150
|
if (t.length > 0) {
|
|
3147
|
-
const e =
|
|
3148
|
-
|
|
3151
|
+
const e = Er(t);
|
|
3152
|
+
_r ? navigator.sendBeacon(it, e) : (await fetch(it, {
|
|
3149
3153
|
method: "POST",
|
|
3150
3154
|
body: e,
|
|
3151
3155
|
headers: {
|
|
@@ -3166,12 +3170,12 @@ function bt(t) {
|
|
|
3166
3170
|
if (t.anonymousId)
|
|
3167
3171
|
if ((e = t.properties) != null && e.flushing) {
|
|
3168
3172
|
const n = { ...t };
|
|
3169
|
-
delete n.properties.flushing, navigator.sendBeacon(it,
|
|
3173
|
+
delete n.properties.flushing, navigator.sendBeacon(it, Er([n]));
|
|
3170
3174
|
} else
|
|
3171
|
-
|
|
3175
|
+
Kt.push(t);
|
|
3172
3176
|
}
|
|
3173
|
-
const ne =
|
|
3174
|
-
app:
|
|
3177
|
+
const ne = ko({
|
|
3178
|
+
app: er,
|
|
3175
3179
|
version: zt,
|
|
3176
3180
|
plugins: [
|
|
3177
3181
|
{
|
|
@@ -3208,40 +3212,40 @@ const ne = bo({
|
|
|
3208
3212
|
}
|
|
3209
3213
|
]
|
|
3210
3214
|
});
|
|
3211
|
-
function
|
|
3215
|
+
function Lo(t, e) {
|
|
3212
3216
|
ne.track(t, e);
|
|
3213
3217
|
}
|
|
3214
|
-
function
|
|
3215
|
-
return
|
|
3218
|
+
function Mo() {
|
|
3219
|
+
return _r = !0, Kt.flush();
|
|
3216
3220
|
}
|
|
3217
|
-
const
|
|
3218
|
-
function
|
|
3219
|
-
|
|
3221
|
+
const Tr = /* @__PURE__ */ new Map();
|
|
3222
|
+
function Zo(t, e) {
|
|
3223
|
+
Tr.set(t, e);
|
|
3220
3224
|
}
|
|
3221
3225
|
window.addEventListener("beforeunload", () => {
|
|
3222
|
-
|
|
3226
|
+
Tr.forEach((t, e) => {
|
|
3223
3227
|
t.bind(e)();
|
|
3224
|
-
}),
|
|
3228
|
+
}), Mo();
|
|
3225
3229
|
});
|
|
3226
|
-
const
|
|
3227
|
-
function
|
|
3228
|
-
|
|
3230
|
+
const Pr = /* @__PURE__ */ new Map();
|
|
3231
|
+
function Ko(t, e) {
|
|
3232
|
+
Pr.set(t, e);
|
|
3229
3233
|
}
|
|
3230
3234
|
window.addEventListener("visibilitychange", () => {
|
|
3231
|
-
document.visibilityState !== "visible" &&
|
|
3235
|
+
document.visibilityState !== "visible" && Pr.forEach((t, e) => {
|
|
3232
3236
|
t.bind(e)();
|
|
3233
3237
|
});
|
|
3234
3238
|
});
|
|
3235
3239
|
const Or = "sesamySignedURLs";
|
|
3236
|
-
function
|
|
3240
|
+
function jr() {
|
|
3237
3241
|
const t = sessionStorage.getItem(Or);
|
|
3238
3242
|
return t ? JSON.parse(t) : [];
|
|
3239
3243
|
}
|
|
3240
3244
|
function Wo(t) {
|
|
3241
|
-
const e =
|
|
3245
|
+
const e = jr();
|
|
3242
3246
|
e.push(t), sessionStorage.setItem(Or, JSON.stringify(e));
|
|
3243
3247
|
}
|
|
3244
|
-
function
|
|
3248
|
+
function Ho(t) {
|
|
3245
3249
|
const {
|
|
3246
3250
|
getEntitlement: e,
|
|
3247
3251
|
getEntitlements: n,
|
|
@@ -3260,21 +3264,21 @@ function Ko(t) {
|
|
|
3260
3264
|
setUserMetadata: k,
|
|
3261
3265
|
deleteUserMetadata: v,
|
|
3262
3266
|
getTally: E,
|
|
3263
|
-
getTallies:
|
|
3267
|
+
getTallies: _,
|
|
3264
3268
|
pushTally: g,
|
|
3265
3269
|
deleteTally: l,
|
|
3266
3270
|
getProduct: b,
|
|
3267
|
-
autoOnboardProduct:
|
|
3268
|
-
} =
|
|
3271
|
+
autoOnboardProduct: T
|
|
3272
|
+
} = Si(t), O = {
|
|
3269
3273
|
auth: {
|
|
3270
3274
|
getUser: p,
|
|
3271
|
-
isAuthenticated:
|
|
3272
|
-
loginWithRedirect:
|
|
3273
|
-
logout:
|
|
3274
|
-
setToken:
|
|
3275
|
+
isAuthenticated: ai,
|
|
3276
|
+
loginWithRedirect: si,
|
|
3277
|
+
logout: ui,
|
|
3278
|
+
setToken: Gn
|
|
3275
3279
|
},
|
|
3276
3280
|
analytics: {
|
|
3277
|
-
track:
|
|
3281
|
+
track: Lo
|
|
3278
3282
|
},
|
|
3279
3283
|
tags: {
|
|
3280
3284
|
list: u,
|
|
@@ -3285,7 +3289,7 @@ function Ko(t) {
|
|
|
3285
3289
|
get: e,
|
|
3286
3290
|
list: n,
|
|
3287
3291
|
access: r,
|
|
3288
|
-
signedLinks:
|
|
3292
|
+
signedLinks: jr
|
|
3289
3293
|
},
|
|
3290
3294
|
contracts: {
|
|
3291
3295
|
get: o,
|
|
@@ -3303,7 +3307,7 @@ function Ko(t) {
|
|
|
3303
3307
|
},
|
|
3304
3308
|
tallies: {
|
|
3305
3309
|
get: E,
|
|
3306
|
-
list:
|
|
3310
|
+
list: _,
|
|
3307
3311
|
push: g,
|
|
3308
3312
|
delete: l
|
|
3309
3313
|
},
|
|
@@ -3312,33 +3316,33 @@ function Ko(t) {
|
|
|
3312
3316
|
},
|
|
3313
3317
|
products: {
|
|
3314
3318
|
get: b,
|
|
3315
|
-
autoOnboard:
|
|
3319
|
+
autoOnboard: T
|
|
3316
3320
|
},
|
|
3317
3321
|
getVersion: Fo,
|
|
3318
|
-
clearCache:
|
|
3322
|
+
clearCache: re
|
|
3319
3323
|
};
|
|
3320
|
-
return t.namespace && (window[t.namespace] =
|
|
3324
|
+
return t.namespace && (window[t.namespace] = O), O;
|
|
3321
3325
|
}
|
|
3322
3326
|
function Fo() {
|
|
3323
3327
|
return zt;
|
|
3324
3328
|
}
|
|
3325
|
-
function
|
|
3329
|
+
function Jo() {
|
|
3326
3330
|
const t = new URLSearchParams(window.location.hash.substring(1)), e = t.get("access_token"), n = t.get("expires_in");
|
|
3327
3331
|
if (e) {
|
|
3328
|
-
|
|
3332
|
+
Gn(e, n ? parseInt(n, 10) : void 0);
|
|
3329
3333
|
const r = new URL(window.location.href);
|
|
3330
3334
|
t.delete("access_token"), t.delete("expires_in"), r.hash = t.toString(), window.history.replaceState(null, "", r);
|
|
3331
3335
|
}
|
|
3332
3336
|
}
|
|
3333
3337
|
const $n = "sesamy-refresh", Nn = "force-refetch-entitlements";
|
|
3334
|
-
function
|
|
3338
|
+
function Xo() {
|
|
3335
3339
|
const t = new URLSearchParams(window.location.search), e = t.get(Nn), n = t.get($n);
|
|
3336
3340
|
if (e !== null || n !== null) {
|
|
3337
3341
|
const r = new URL(window.location.href);
|
|
3338
|
-
t.delete(Nn), t.delete($n), r.search = t.toString(),
|
|
3342
|
+
t.delete(Nn), t.delete($n), r.search = t.toString(), re(), window.history.replaceState(null, "", r);
|
|
3339
3343
|
}
|
|
3340
3344
|
}
|
|
3341
|
-
function
|
|
3345
|
+
function Vo() {
|
|
3342
3346
|
const t = new URLSearchParams(window.location.search), e = t.get("token"), n = t.get("se");
|
|
3343
3347
|
if (!n || !e)
|
|
3344
3348
|
return;
|
|
@@ -3354,29 +3358,37 @@ function Xo() {
|
|
|
3354
3358
|
const i = new URL(window.location.href);
|
|
3355
3359
|
i.searchParams.delete("ss"), i.searchParams.delete("se"), i.searchParams.delete("sp"), i.searchParams.delete("so"), i.searchParams.delete("token"), window.history.replaceState(null, "", i);
|
|
3356
3360
|
}
|
|
3357
|
-
|
|
3358
|
-
|
|
3361
|
+
const zn = "sesamy-purchase";
|
|
3362
|
+
function Yo() {
|
|
3363
|
+
const t = new URLSearchParams(window.location.search), e = t.get(zn);
|
|
3364
|
+
if (e !== null) {
|
|
3365
|
+
const n = new URL(window.location.href);
|
|
3366
|
+
t.delete(zn), n.search = t.toString(), ue(Q.PURCHASE, { itemSrc: e }), re(), window.history.replaceState(null, "", n);
|
|
3367
|
+
}
|
|
3368
|
+
}
|
|
3369
|
+
async function Go(t) {
|
|
3370
|
+
Ro({
|
|
3359
3371
|
clientId: t.clientId,
|
|
3360
3372
|
// The default client id can be overridden by the config
|
|
3361
3373
|
...t.analytics
|
|
3362
|
-
}), await
|
|
3374
|
+
}), await oi({
|
|
3363
3375
|
clientId: t.clientId,
|
|
3364
3376
|
// The default client id can be overridden by the config
|
|
3365
3377
|
...t.auth
|
|
3366
3378
|
});
|
|
3367
|
-
const e =
|
|
3368
|
-
return
|
|
3379
|
+
const e = Ho(t.api || {});
|
|
3380
|
+
return ue(Q.READY, {}), Jo(), Xo(), Vo(), Yo(), e;
|
|
3369
3381
|
}
|
|
3370
3382
|
if (typeof document < "u") {
|
|
3371
3383
|
const t = document.getElementById("sesamy-js");
|
|
3372
3384
|
if (t != null && t.textContent)
|
|
3373
3385
|
try {
|
|
3374
3386
|
const e = JSON.parse(t.textContent);
|
|
3375
|
-
|
|
3387
|
+
Go(e);
|
|
3376
3388
|
} catch (e) {
|
|
3377
3389
|
console.error("Failed to parse config", e);
|
|
3378
3390
|
}
|
|
3379
3391
|
}
|
|
3380
3392
|
export {
|
|
3381
|
-
|
|
3393
|
+
Go as init
|
|
3382
3394
|
};
|