@sesamy/sesamy-js 1.6.1 → 1.7.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.
@@ -1,7 +1,7 @@
1
- var _r = Object.defineProperty;
2
- var Er = (t, e, n) => e in t ? _r(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
3
- var B = (t, e, n) => (Er(t, typeof e != "symbol" ? e + "" : e, n), n);
4
- function rt(t, e) {
1
+ var Tr = Object.defineProperty;
2
+ var Or = (t, e, n) => e in t ? Tr(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
3
+ var B = (t, e, n) => (Or(t, typeof e != "symbol" ? e + "" : e, n), n);
4
+ function We(t, e) {
5
5
  const n = new CustomEvent(t, {
6
6
  detail: e,
7
7
  bubbles: !0,
@@ -20,14 +20,14 @@ function Q(t, e) {
20
20
  }
21
21
  return n;
22
22
  }
23
- var ce = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
24
- function jt(t) {
23
+ var le = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
24
+ function xt(t) {
25
25
  return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
26
26
  }
27
- function xt(t, e) {
27
+ function At(t, e) {
28
28
  return t(e = { exports: {} }, e.exports), e.exports;
29
29
  }
30
- var se = xt(function(t, e) {
30
+ var ce = At(function(t, e) {
31
31
  Object.defineProperty(e, "__esModule", { value: !0 });
32
32
  var n = function() {
33
33
  function r() {
@@ -58,9 +58,9 @@ var se = xt(function(t, e) {
58
58
  return n.getInstance();
59
59
  };
60
60
  });
61
- jt(se);
62
- var Tr = jt(xt(function(t, e) {
63
- var n = ce && ce.__awaiter || function(u, c, f, d) {
61
+ xt(ce);
62
+ var Pr = xt(At(function(t, e) {
63
+ var n = le && le.__awaiter || function(u, c, f, d) {
64
64
  return new (f || (f = Promise))(function(w, k) {
65
65
  function v(g) {
66
66
  try {
@@ -83,7 +83,7 @@ var Tr = jt(xt(function(t, e) {
83
83
  }
84
84
  S((d = d.apply(u, c || [])).next());
85
85
  });
86
- }, r = ce && ce.__generator || function(u, c) {
86
+ }, r = le && le.__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];
@@ -146,7 +146,7 @@ var Tr = jt(xt(function(t, e) {
146
146
  }([S, g]);
147
147
  };
148
148
  }
149
- }, i = ce;
149
+ }, i = le;
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() {
@@ -239,9 +239,9 @@ var Tr = jt(xt(function(t, e) {
239
239
  return r(this, function(S) {
240
240
  switch (S.label) {
241
241
  case 0:
242
- return [4, se.default().lock(f)];
242
+ return [4, ce.default().lock(f)];
243
243
  case 1:
244
- return S.sent(), this.acquiredIatSet.has(f) ? (k = this.storageHandler === void 0 ? a : this.storageHandler, (v = k.getItemSync(c)) === null ? (se.default().unlock(f), [2]) : ((E = JSON.parse(v)).timeRefreshed = Date.now(), k.setItemSync(c, JSON.stringify(E)), se.default().unlock(f), this.refreshLockWhileAcquired(c, f), [2])) : (se.default().unlock(f), [2]);
244
+ return S.sent(), this.acquiredIatSet.has(f) ? (k = this.storageHandler === void 0 ? a : this.storageHandler, (v = k.getItemSync(c)) === null ? (ce.default().unlock(f), [2]) : ((E = JSON.parse(v)).timeRefreshed = Date.now(), k.setItemSync(c, JSON.stringify(E)), ce.default().unlock(f), this.refreshLockWhileAcquired(c, f), [2])) : (ce.default().unlock(f), [2]);
245
245
  }
246
246
  });
247
247
  });
@@ -297,9 +297,9 @@ var Tr = jt(xt(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, se.default().lock(k.iat)];
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, ce.default().lock(k.iat)];
301
301
  case 1:
302
- v.sent(), this.acquiredIatSet.delete(k.iat), f.removeItemSync(d), se.default().unlock(k.iat), u.notifyWaiters(), v.label = 2;
302
+ v.sent(), this.acquiredIatSet.delete(k.iat), f.removeItemSync(d), ce.default().unlock(k.iat), u.notifyWaiters(), v.label = 2;
303
303
  case 2:
304
304
  return [2];
305
305
  }
@@ -327,63 +327,63 @@ var Tr = jt(xt(function(t, e) {
327
327
  }();
328
328
  e.default = p;
329
329
  }));
330
- const Or = { timeoutInSeconds: 60 }, An = { name: "auth0-spa-js", version: "2.1.3" }, $n = () => Date.now();
331
- let Y = class bt extends Error {
330
+ const jr = { timeoutInSeconds: 60 }, zn = { name: "auth0-spa-js", version: "2.1.3" }, Nn = () => Date.now();
331
+ let Y = class kt extends Error {
332
332
  constructor(e, n) {
333
- super(n), this.error = e, this.error_description = n, Object.setPrototypeOf(this, bt.prototype);
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
- return new bt(e, n);
336
+ return new kt(e, n);
337
337
  }
338
- }, Pr = class zn extends Y {
338
+ }, Cr = class Dn extends Y {
339
339
  constructor(e, n, r, i = null) {
340
- super(e, n), this.state = r, this.appState = i, Object.setPrototypeOf(this, zn.prototype);
340
+ super(e, n), this.state = r, this.appState = i, Object.setPrototypeOf(this, Dn.prototype);
341
341
  }
342
- }, kt = class Nn extends Y {
342
+ }, It = class Un extends Y {
343
343
  constructor() {
344
- super("timeout", "Timeout"), Object.setPrototypeOf(this, Nn.prototype);
344
+ super("timeout", "Timeout"), Object.setPrototypeOf(this, Un.prototype);
345
345
  }
346
- }, jr = class Dn extends kt {
346
+ }, xr = class Ln extends It {
347
347
  constructor(e) {
348
- super(), this.popup = e, Object.setPrototypeOf(this, Dn.prototype);
348
+ super(), this.popup = e, Object.setPrototypeOf(this, Ln.prototype);
349
349
  }
350
- }, xr = class Un extends Y {
350
+ }, Ar = class Rn extends Y {
351
351
  constructor(e) {
352
- super("cancelled", "Popup closed"), this.popup = e, Object.setPrototypeOf(this, Un.prototype);
352
+ super("cancelled", "Popup closed"), this.popup = e, Object.setPrototypeOf(this, Rn.prototype);
353
353
  }
354
- }, Cr = class Ln extends Y {
354
+ }, $r = class Mn extends Y {
355
355
  constructor(e, n, r) {
356
- super(e, n), this.mfa_token = r, Object.setPrototypeOf(this, Ln.prototype);
356
+ super(e, n), this.mfa_token = r, Object.setPrototypeOf(this, Mn.prototype);
357
357
  }
358
- }, Rn = class Mn extends Y {
358
+ }, Zn = class Wn extends Y {
359
359
  constructor(e, n) {
360
- super("missing_refresh_token", `Missing Refresh Token (audience: '${Kt(e, ["default"])}', scope: '${Kt(n)}')`), this.audience = e, this.scope = n, Object.setPrototypeOf(this, Mn.prototype);
360
+ super("missing_refresh_token", `Missing Refresh Token (audience: '${Ht(e, ["default"])}', scope: '${Ht(n)}')`), this.audience = e, this.scope = n, Object.setPrototypeOf(this, Wn.prototype);
361
361
  }
362
362
  };
363
- function Kt(t, e = []) {
363
+ function Ht(t, e = []) {
364
364
  return t && !e.includes(t) ? t : "";
365
365
  }
366
- const Be = () => window.crypto, lt = () => {
366
+ const Qe = () => window.crypto, dt = () => {
367
367
  const t = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_~.";
368
368
  let e = "";
369
- return Array.from(Be().getRandomValues(new Uint8Array(43))).forEach((n) => e += t[n % t.length]), e;
370
- }, Ft = (t) => btoa(t), It = (t) => {
369
+ return Array.from(Qe().getRandomValues(new Uint8Array(43))).forEach((n) => e += t[n % t.length]), e;
370
+ }, Jt = (t) => btoa(t), St = (t) => {
371
371
  var { clientId: e } = t, n = Q(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, "+")), Ar = async (t, e) => {
373
+ }, Xt = (t) => ((e) => decodeURIComponent(atob(e).split("").map((n) => "%" + ("00" + n.charCodeAt(0).toString(16)).slice(-2)).join("")))(t.replace(/_/g, "/").replace(/-/g, "+")), zr = async (t, e) => {
374
374
  const n = await fetch(t, e);
375
375
  return { ok: n.ok, json: await n.json() };
376
- }, $r = async (t, e, n) => {
376
+ }, Nr = async (t, e, n) => {
377
377
  const r = new AbortController();
378
378
  let i;
379
- return e.signal = r.signal, Promise.race([Ar(t, e), new Promise((o, a) => {
379
+ return e.signal = r.signal, Promise.race([zr(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
- }, zr = async (t, e, n, r, i, o, a) => {
386
+ }, Dr = 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,15 +391,15 @@ const Be = () => window.crypto, lt = () => {
391
391
  }, h.postMessage(s, [c.port2]);
392
392
  });
393
393
  var s, h;
394
- }, Nr = async (t, e, n, r, i, o, a = 1e4) => i ? zr(t, e, n, r, a, i, o) : $r(t, r, a);
395
- async function Dr(t, e) {
394
+ }, Ur = async (t, e, n, r, i, o, a = 1e4) => i ? Dr(t, e, n, r, a, i, o) : Nr(t, r, a);
395
+ async function Lr(t, e) {
396
396
  var { baseUrl: n, timeout: r, audience: i, scope: o, auth0Client: a, useFormData: s } = t, h = Q(t, ["baseUrl", "timeout", "audience", "scope", "auth0Client", "useFormData"]);
397
- const p = s ? It(h) : JSON.stringify(h);
397
+ const p = s ? St(h) : JSON.stringify(h);
398
398
  return await async function(u, c, f, d, w, k, v) {
399
399
  let E, S = null;
400
400
  for (let $ = 0; $ < 3; $++)
401
401
  try {
402
- E = await Nr(u, f, d, w, k, v, c), S = null;
402
+ E = await Ur(u, f, d, w, k, v, c), S = null;
403
403
  break;
404
404
  } catch (L) {
405
405
  S = L;
@@ -409,16 +409,16 @@ async function Dr(t, e) {
409
409
  const g = E.json, { error: l, error_description: b } = g, P = Q(g, ["error", "error_description"]), { ok: j } = E;
410
410
  if (!j) {
411
411
  const $ = b || `HTTP error. Unable to fetch ${u}`;
412
- throw l === "mfa_required" ? new Cr(l, $, P.mfa_token) : l === "missing_refresh_token" ? new Rn(f, d) : new Y(l || "request_error", $);
412
+ throw l === "mfa_required" ? new $r(l, $, P.mfa_token) : l === "missing_refresh_token" ? new Zn(f, d) : new Y(l || "request_error", $);
413
413
  }
414
414
  return P;
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 || An)) } }, e, s);
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 || zn)) } }, e, s);
416
416
  }
417
- const Ke = (...t) => {
417
+ const He = (...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 le = class St {
421
+ let he = 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
  }
@@ -427,13 +427,13 @@ let le = class St {
427
427
  }
428
428
  static fromKey(e) {
429
429
  const [n, r, i, o] = e.split("::");
430
- return new St({ clientId: r, scope: o, audience: i }, n);
430
+ return new _t({ clientId: r, scope: o, audience: i }, n);
431
431
  }
432
432
  static fromCacheEntry(e) {
433
433
  const { scope: n, audience: r, client_id: i } = e;
434
- return new St({ scope: n, audience: r, clientId: i });
434
+ return new _t({ scope: n, audience: r, clientId: i });
435
435
  }
436
- }, Ur = class {
436
+ }, Rr = class {
437
437
  set(e, n) {
438
438
  localStorage.setItem(e, JSON.stringify(n));
439
439
  }
@@ -452,7 +452,7 @@ let le = class St {
452
452
  allKeys() {
453
453
  return Object.keys(window.localStorage).filter((e) => e.startsWith("@@auth0spajs@@"));
454
454
  }
455
- }, Zn = class {
455
+ }, Kn = class {
456
456
  constructor() {
457
457
  this.enclosedCache = /* @__PURE__ */ function() {
458
458
  let e = {};
@@ -467,9 +467,9 @@ let le = class St {
467
467
  }, allKeys: () => Object.keys(e) };
468
468
  }();
469
469
  }
470
- }, Lr = class {
470
+ }, Mr = class {
471
471
  constructor(e, n, r) {
472
- this.cache = e, this.keyManifest = n, this.nowProvider = r || $n;
472
+ this.cache = e, this.keyManifest = n, this.nowProvider = r || Nn;
473
473
  }
474
474
  async setIdToken(e, n, r) {
475
475
  var i;
@@ -502,7 +502,7 @@ let le = class St {
502
502
  }
503
503
  async set(e) {
504
504
  var n;
505
- const r = new le({ clientId: e.client_id, scope: e.scope, audience: e.audience }), i = await this.wrapCacheEntry(e);
505
+ const r = new he({ 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 le = class St {
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 le({ clientId: e }, "@@auth0spajs@@", "@@user@@").toKey();
524
+ return new he({ 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 = le.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);
529
+ const o = he.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
- }, Rr = class {
533
+ }, Zr = 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,17 +544,17 @@ let le = class St {
544
544
  this.storage.remove(this.storageKey, { cookieDomain: this.cookieDomain });
545
545
  }
546
546
  };
547
- const $e = (t) => typeof t == "number", Mr = ["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"], Zr = (t) => {
547
+ const ze = (t) => typeof t == "number", Wr = ["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"], Kr = (t) => {
548
548
  if (!t.id_token)
549
549
  throw new Error("ID token is required but missing");
550
550
  const e = ((o) => {
551
551
  const a = o.split("."), [s, h, p] = a;
552
552
  if (a.length !== 3 || !s || !h || !p)
553
553
  throw new Error("ID token could not be decoded");
554
- const u = JSON.parse(Jt(h)), c = { __raw: o }, f = {};
554
+ const u = JSON.parse(Xt(h)), c = { __raw: o }, f = {};
555
555
  return Object.keys(u).forEach((d) => {
556
- c[d] = u[d], Mr.includes(d) || (f[d] = u[d]);
557
- }), { encoded: { header: s, payload: h, signature: p }, header: JSON.parse(Jt(s)), claims: c, user: f };
556
+ c[d] = u[d], Wr.includes(d) || (f[d] = u[d]);
557
+ }), { encoded: { header: s, payload: h, signature: p }, header: JSON.parse(Xt(s)), claims: c, user: f };
558
558
  })(t.id_token);
559
559
  if (!e.claims.iss)
560
560
  throw new Error("Issuer (iss) claim must be a string present in the ID token");
@@ -583,21 +583,21 @@ const $e = (t) => typeof t == "number", Mr = ["iss", "aud", "exp", "nbf", "iat",
583
583
  if (e.claims.nonce !== t.nonce)
584
584
  throw new Error(`Nonce (nonce) claim mismatch in the ID token; expected "${t.nonce}", found "${e.claims.nonce}"`);
585
585
  }
586
- if (t.max_age && !$e(e.claims.auth_time))
586
+ if (t.max_age && !ze(e.claims.auth_time))
587
587
  throw new Error("Authentication Time (auth_time) claim must be a number present in the ID token when Max Age (max_age) is specified");
588
- if (e.claims.exp == null || !$e(e.claims.exp))
588
+ if (e.claims.exp == null || !ze(e.claims.exp))
589
589
  throw new Error("Expiration Time (exp) claim must be a number present in the ID token");
590
- if (!$e(e.claims.iat))
590
+ if (!ze(e.claims.iat))
591
591
  throw new Error("Issued At (iat) claim must be a number present in the ID token");
592
592
  const n = t.leeway || 60, r = new Date(t.now || Date.now()), i = /* @__PURE__ */ new Date(0);
593
593
  if (i.setUTCSeconds(e.claims.exp + n), r > i)
594
594
  throw new Error(`Expiration Time (exp) claim error in the ID token; current time (${r}) is after expiration time (${i})`);
595
- if (e.claims.nbf != null && $e(e.claims.nbf)) {
595
+ if (e.claims.nbf != null && ze(e.claims.nbf)) {
596
596
  const o = /* @__PURE__ */ new Date(0);
597
597
  if (o.setUTCSeconds(e.claims.nbf - n), r < o)
598
598
  throw new Error(`Not Before time (nbf) claim in the ID token indicates that this token can't be used just yet. Current time (${r}) is before ${o}`);
599
599
  }
600
- if (e.claims.auth_time != null && $e(e.claims.auth_time)) {
600
+ if (e.claims.auth_time != null && ze(e.claims.auth_time)) {
601
601
  const o = /* @__PURE__ */ new Date(0);
602
602
  if (o.setUTCSeconds(parseInt(e.claims.auth_time) + t.max_age + n), r > o)
603
603
  throw new Error(`Authentication Time (auth_time) claim in the ID token indicates that too much time has passed since the last end-user authentication. Current time (${r}) is after last auth at ${o}`);
@@ -620,8 +620,8 @@ const $e = (t) => typeof t == "number", Mr = ["iss", "aud", "exp", "nbf", "iat",
620
620
  }
621
621
  return e;
622
622
  };
623
- var de = xt(function(t, e) {
624
- var n = ce && ce.__assign || function() {
623
+ var fe = At(function(t, e) {
624
+ var n = le && le.__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 de = xt(function(t, e) {
667
667
  s(h, "", n(n({}, p), { expires: -1 }));
668
668
  };
669
669
  });
670
- jt(de), de.encode, de.parse, de.getAll;
671
- var Wr = de.get, Wn = de.set, Kn = de.remove;
672
- const we = { get(t) {
673
- const e = Wr(t);
670
+ xt(fe), fe.encode, fe.parse, fe.getAll;
671
+ var Fr = fe.get, Fn = fe.set, Hn = fe.remove;
672
+ const be = { get(t) {
673
+ const e = Fr(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), Wn(t, JSON.stringify(e), 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), Fn(t, JSON.stringify(e), r);
679
679
  }, remove(t, e) {
680
680
  let n = {};
681
- e != null && e.cookieDomain && (n.domain = e.cookieDomain), Kn(t, n);
682
- } }, Kr = { get(t) {
683
- return we.get(t) || we.get(`_legacy_${t}`);
681
+ e != null && e.cookieDomain && (n.domain = e.cookieDomain), Hn(t, n);
682
+ } }, Hr = { get(t) {
683
+ return be.get(t) || be.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), Wn(`_legacy_${t}`, JSON.stringify(e), r), we.save(t, e, n);
686
+ window.location.protocol === "https:" && (r = { secure: !0 }), n != null && n.daysUntilExpire && (r.expires = n.daysUntilExpire), n != null && n.cookieDomain && (r.domain = n.cookieDomain), Fn(`_legacy_${t}`, JSON.stringify(e), r), be.save(t, e, n);
687
687
  }, remove(t, e) {
688
688
  let n = {};
689
- e != null && e.cookieDomain && (n.domain = e.cookieDomain), Kn(t, n), we.remove(t, e), we.remove(`_legacy_${t}`, e);
690
- } }, Fr = { get(t) {
689
+ e != null && e.cookieDomain && (n.domain = e.cookieDomain), Hn(t, n), be.remove(t, e), be.remove(`_legacy_${t}`, e);
690
+ } }, Jr = { get(t) {
691
691
  if (typeof sessionStorage > "u")
692
692
  return;
693
693
  const e = sessionStorage.getItem(t);
@@ -697,7 +697,7 @@ const we = { get(t) {
697
697
  }, remove(t) {
698
698
  sessionStorage.removeItem(t);
699
699
  } };
700
- function Jr(t, e, n) {
700
+ function Xr(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 Jr(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 Ht, Xt, Vt, dt, Hr = (Ht = "Lyogcm9sbHVwLXBsdWdpbi13ZWItd29ya2VyLWxvYWRlciAqLwohZnVuY3Rpb24oKXsidXNlIHN0cmljdCI7Y2xhc3MgZSBleHRlbmRzIEVycm9ye2NvbnN0cnVjdG9yKHQscil7c3VwZXIociksdGhpcy5lcnJvcj10LHRoaXMuZXJyb3JfZGVzY3JpcHRpb249cixPYmplY3Quc2V0UHJvdG90eXBlT2YodGhpcyxlLnByb3RvdHlwZSl9c3RhdGljIGZyb21QYXlsb2FkKHtlcnJvcjp0LGVycm9yX2Rlc2NyaXB0aW9uOnJ9KXtyZXR1cm4gbmV3IGUodCxyKX19Y2xhc3MgdCBleHRlbmRzIGV7Y29uc3RydWN0b3IoZSxzKXtzdXBlcigibWlzc2luZ19yZWZyZXNoX3Rva2VuIixgTWlzc2luZyBSZWZyZXNoIFRva2VuIChhdWRpZW5jZTogJyR7cihlLFsiZGVmYXVsdCJdKX0nLCBzY29wZTogJyR7cihzKX0nKWApLHRoaXMuYXVkaWVuY2U9ZSx0aGlzLnNjb3BlPXMsT2JqZWN0LnNldFByb3RvdHlwZU9mKHRoaXMsdC5wcm90b3R5cGUpfX1mdW5jdGlvbiByKGUsdD1bXSl7cmV0dXJuIGUmJiF0LmluY2x1ZGVzKGUpP2U6IiJ9ImZ1bmN0aW9uIj09dHlwZW9mIFN1cHByZXNzZWRFcnJvciYmU3VwcHJlc3NlZEVycm9yO2NvbnN0IHM9ZT0+e3ZhcntjbGllbnRJZDp0fT1lLHI9ZnVuY3Rpb24oZSx0KXt2YXIgcj17fTtmb3IodmFyIHMgaW4gZSlPYmplY3QucHJvdG90eXBlLmhhc093blByb3BlcnR5LmNhbGwoZSxzKSYmdC5pbmRleE9mKHMpPDAmJihyW3NdPWVbc10pO2lmKG51bGwhPWUmJiJmdW5jdGlvbiI9PXR5cGVvZiBPYmplY3QuZ2V0T3duUHJvcGVydHlTeW1ib2xzKXt2YXIgbz0wO2ZvcihzPU9iamVjdC5nZXRPd25Qcm9wZXJ0eVN5bWJvbHMoZSk7bzxzLmxlbmd0aDtvKyspdC5pbmRleE9mKHNbb10pPDAmJk9iamVjdC5wcm90b3R5cGUucHJvcGVydHlJc0VudW1lcmFibGUuY2FsbChlLHNbb10pJiYocltzW29dXT1lW3Nbb11dKX1yZXR1cm4gcn0oZSxbImNsaWVudElkIl0pO3JldHVybiBuZXcgVVJMU2VhcmNoUGFyYW1zKChlPT5PYmplY3Qua2V5cyhlKS5maWx0ZXIoKHQ9PnZvaWQgMCE9PWVbdF0pKS5yZWR1Y2UoKCh0LHIpPT5PYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30sdCkse1tyXTplW3JdfSkpLHt9KSkoT2JqZWN0LmFzc2lnbih7Y2xpZW50X2lkOnR9LHIpKSkudG9TdHJpbmcoKX07bGV0IG89e307Y29uc3Qgbj0oZSx0KT0+YCR7ZX18JHt0fWA7YWRkRXZlbnRMaXN0ZW5lcigibWVzc2FnZSIsKGFzeW5jKHtkYXRhOnt0aW1lb3V0OmUsYXV0aDpyLGZldGNoVXJsOmksZmV0Y2hPcHRpb25zOmMsdXNlRm9ybURhdGE6YX0scG9ydHM6W3BdfSk9PntsZXQgZjtjb25zdHthdWRpZW5jZTp1LHNjb3BlOmx9PXJ8fHt9O3RyeXtjb25zdCByPWE/KGU9Pntjb25zdCB0PW5ldyBVUkxTZWFyY2hQYXJhbXMoZSkscj17fTtyZXR1cm4gdC5mb3JFYWNoKCgoZSx0KT0+e3JbdF09ZX0pKSxyfSkoYy5ib2R5KTpKU09OLnBhcnNlKGMuYm9keSk7aWYoIXIucmVmcmVzaF90b2tlbiYmInJlZnJlc2hfdG9rZW4iPT09ci5ncmFudF90eXBlKXtjb25zdCBlPSgoZSx0KT0+b1tuKGUsdCldKSh1LGwpO2lmKCFlKXRocm93IG5ldyB0KHUsbCk7Yy5ib2R5PWE/cyhPYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30scikse3JlZnJlc2hfdG9rZW46ZX0pKTpKU09OLnN0cmluZ2lmeShPYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30scikse3JlZnJlc2hfdG9rZW46ZX0pKX1sZXQgaCxnOyJmdW5jdGlvbiI9PXR5cGVvZiBBYm9ydENvbnRyb2xsZXImJihoPW5ldyBBYm9ydENvbnRyb2xsZXIsYy5zaWduYWw9aC5zaWduYWwpO3RyeXtnPWF3YWl0IFByb21pc2UucmFjZShbKGQ9ZSxuZXcgUHJvbWlzZSgoZT0+c2V0VGltZW91dChlLGQpKSkpLGZldGNoKGksT2JqZWN0LmFzc2lnbih7fSxjKSldKX1jYXRjaChlKXtyZXR1cm4gdm9pZCBwLnBvc3RNZXNzYWdlKHtlcnJvcjplLm1lc3NhZ2V9KX1pZighZylyZXR1cm4gaCYmaC5hYm9ydCgpLHZvaWQgcC5wb3N0TWVzc2FnZSh7ZXJyb3I6IlRpbWVvdXQgd2hlbiBleGVjdXRpbmcgJ2ZldGNoJyJ9KTtmPWF3YWl0IGcuanNvbigpLGYucmVmcmVzaF90b2tlbj8oKChlLHQscik9PntvW24odCxyKV09ZX0pKGYucmVmcmVzaF90b2tlbix1LGwpLGRlbGV0ZSBmLnJlZnJlc2hfdG9rZW4pOigoZSx0KT0+e2RlbGV0ZSBvW24oZSx0KV19KSh1LGwpLHAucG9zdE1lc3NhZ2Uoe29rOmcub2ssanNvbjpmfSl9Y2F0Y2goZSl7cC5wb3N0TWVzc2FnZSh7b2s6ITEsanNvbjp7ZXJyb3I6ZS5lcnJvcixlcnJvcl9kZXNjcmlwdGlvbjplLm1lc3NhZ2V9fSl9dmFyIGR9KSl9KCk7Cgo=", Xt = null, Vt = !1, function(t) {
714
- return dt = dt || Jr(Ht, Xt, Vt), new Worker(dt, t);
713
+ var Vt, Yt, Gt, ht, Vr = (Vt = "Lyogcm9sbHVwLXBsdWdpbi13ZWItd29ya2VyLWxvYWRlciAqLwohZnVuY3Rpb24oKXsidXNlIHN0cmljdCI7Y2xhc3MgZSBleHRlbmRzIEVycm9ye2NvbnN0cnVjdG9yKHQscil7c3VwZXIociksdGhpcy5lcnJvcj10LHRoaXMuZXJyb3JfZGVzY3JpcHRpb249cixPYmplY3Quc2V0UHJvdG90eXBlT2YodGhpcyxlLnByb3RvdHlwZSl9c3RhdGljIGZyb21QYXlsb2FkKHtlcnJvcjp0LGVycm9yX2Rlc2NyaXB0aW9uOnJ9KXtyZXR1cm4gbmV3IGUodCxyKX19Y2xhc3MgdCBleHRlbmRzIGV7Y29uc3RydWN0b3IoZSxzKXtzdXBlcigibWlzc2luZ19yZWZyZXNoX3Rva2VuIixgTWlzc2luZyBSZWZyZXNoIFRva2VuIChhdWRpZW5jZTogJyR7cihlLFsiZGVmYXVsdCJdKX0nLCBzY29wZTogJyR7cihzKX0nKWApLHRoaXMuYXVkaWVuY2U9ZSx0aGlzLnNjb3BlPXMsT2JqZWN0LnNldFByb3RvdHlwZU9mKHRoaXMsdC5wcm90b3R5cGUpfX1mdW5jdGlvbiByKGUsdD1bXSl7cmV0dXJuIGUmJiF0LmluY2x1ZGVzKGUpP2U6IiJ9ImZ1bmN0aW9uIj09dHlwZW9mIFN1cHByZXNzZWRFcnJvciYmU3VwcHJlc3NlZEVycm9yO2NvbnN0IHM9ZT0+e3ZhcntjbGllbnRJZDp0fT1lLHI9ZnVuY3Rpb24oZSx0KXt2YXIgcj17fTtmb3IodmFyIHMgaW4gZSlPYmplY3QucHJvdG90eXBlLmhhc093blByb3BlcnR5LmNhbGwoZSxzKSYmdC5pbmRleE9mKHMpPDAmJihyW3NdPWVbc10pO2lmKG51bGwhPWUmJiJmdW5jdGlvbiI9PXR5cGVvZiBPYmplY3QuZ2V0T3duUHJvcGVydHlTeW1ib2xzKXt2YXIgbz0wO2ZvcihzPU9iamVjdC5nZXRPd25Qcm9wZXJ0eVN5bWJvbHMoZSk7bzxzLmxlbmd0aDtvKyspdC5pbmRleE9mKHNbb10pPDAmJk9iamVjdC5wcm90b3R5cGUucHJvcGVydHlJc0VudW1lcmFibGUuY2FsbChlLHNbb10pJiYocltzW29dXT1lW3Nbb11dKX1yZXR1cm4gcn0oZSxbImNsaWVudElkIl0pO3JldHVybiBuZXcgVVJMU2VhcmNoUGFyYW1zKChlPT5PYmplY3Qua2V5cyhlKS5maWx0ZXIoKHQ9PnZvaWQgMCE9PWVbdF0pKS5yZWR1Y2UoKCh0LHIpPT5PYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30sdCkse1tyXTplW3JdfSkpLHt9KSkoT2JqZWN0LmFzc2lnbih7Y2xpZW50X2lkOnR9LHIpKSkudG9TdHJpbmcoKX07bGV0IG89e307Y29uc3Qgbj0oZSx0KT0+YCR7ZX18JHt0fWA7YWRkRXZlbnRMaXN0ZW5lcigibWVzc2FnZSIsKGFzeW5jKHtkYXRhOnt0aW1lb3V0OmUsYXV0aDpyLGZldGNoVXJsOmksZmV0Y2hPcHRpb25zOmMsdXNlRm9ybURhdGE6YX0scG9ydHM6W3BdfSk9PntsZXQgZjtjb25zdHthdWRpZW5jZTp1LHNjb3BlOmx9PXJ8fHt9O3RyeXtjb25zdCByPWE/KGU9Pntjb25zdCB0PW5ldyBVUkxTZWFyY2hQYXJhbXMoZSkscj17fTtyZXR1cm4gdC5mb3JFYWNoKCgoZSx0KT0+e3JbdF09ZX0pKSxyfSkoYy5ib2R5KTpKU09OLnBhcnNlKGMuYm9keSk7aWYoIXIucmVmcmVzaF90b2tlbiYmInJlZnJlc2hfdG9rZW4iPT09ci5ncmFudF90eXBlKXtjb25zdCBlPSgoZSx0KT0+b1tuKGUsdCldKSh1LGwpO2lmKCFlKXRocm93IG5ldyB0KHUsbCk7Yy5ib2R5PWE/cyhPYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30scikse3JlZnJlc2hfdG9rZW46ZX0pKTpKU09OLnN0cmluZ2lmeShPYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30scikse3JlZnJlc2hfdG9rZW46ZX0pKX1sZXQgaCxnOyJmdW5jdGlvbiI9PXR5cGVvZiBBYm9ydENvbnRyb2xsZXImJihoPW5ldyBBYm9ydENvbnRyb2xsZXIsYy5zaWduYWw9aC5zaWduYWwpO3RyeXtnPWF3YWl0IFByb21pc2UucmFjZShbKGQ9ZSxuZXcgUHJvbWlzZSgoZT0+c2V0VGltZW91dChlLGQpKSkpLGZldGNoKGksT2JqZWN0LmFzc2lnbih7fSxjKSldKX1jYXRjaChlKXtyZXR1cm4gdm9pZCBwLnBvc3RNZXNzYWdlKHtlcnJvcjplLm1lc3NhZ2V9KX1pZighZylyZXR1cm4gaCYmaC5hYm9ydCgpLHZvaWQgcC5wb3N0TWVzc2FnZSh7ZXJyb3I6IlRpbWVvdXQgd2hlbiBleGVjdXRpbmcgJ2ZldGNoJyJ9KTtmPWF3YWl0IGcuanNvbigpLGYucmVmcmVzaF90b2tlbj8oKChlLHQscik9PntvW24odCxyKV09ZX0pKGYucmVmcmVzaF90b2tlbix1LGwpLGRlbGV0ZSBmLnJlZnJlc2hfdG9rZW4pOigoZSx0KT0+e2RlbGV0ZSBvW24oZSx0KV19KSh1LGwpLHAucG9zdE1lc3NhZ2Uoe29rOmcub2ssanNvbjpmfSl9Y2F0Y2goZSl7cC5wb3N0TWVzc2FnZSh7b2s6ITEsanNvbjp7ZXJyb3I6ZS5lcnJvcixlcnJvcl9kZXNjcmlwdGlvbjplLm1lc3NhZ2V9fSl9dmFyIGR9KSl9KCk7Cgo=", Yt = null, Gt = !1, function(t) {
714
+ return ht = ht || Xr(Vt, Yt, Gt), new Worker(ht, t);
715
715
  });
716
- const ht = {};
717
- let Xr = class {
716
+ const ft = {};
717
+ let Yr = class {
718
718
  constructor(e, n) {
719
719
  this.cache = e, this.clientId = n, this.manifestKey = this.createManifestKeyFrom(this.clientId);
720
720
  }
@@ -740,57 +740,57 @@ let Xr = class {
740
740
  return `@@auth0spajs@@::${e}`;
741
741
  }
742
742
  };
743
- const Vr = { memory: () => new Zn().enclosedCache, localstorage: () => new Ur() }, Yt = (t) => Vr[t], Gt = (t) => {
743
+ const Gr = { memory: () => new Kn().enclosedCache, localstorage: () => new Rr() }, Bt = (t) => Gr[t], qt = (t) => {
744
744
  const { openUrl: e, onRedirect: n } = t, r = Q(t, ["openUrl", "onRedirect"]);
745
745
  return Object.assign(Object.assign({}, r), { openUrl: e === !1 || e ? e : n });
746
- }, ft = new Tr();
747
- let Yr = class {
746
+ }, pt = new Pr();
747
+ let Br = class {
748
748
  constructor(e) {
749
749
  let n, r;
750
- if (this.userCache = new Zn().enclosedCache, this.defaultOptions = { authorizationParams: { scope: "openid profile email" }, useRefreshTokensFallback: !1, useFormData: !0 }, this._releaseLockOnPageHide = async () => {
751
- await ft.releaseLock("auth0.lock.getTokenSilently"), window.removeEventListener("pagehide", this._releaseLockOnPageHide);
750
+ if (this.userCache = new Kn().enclosedCache, this.defaultOptions = { authorizationParams: { scope: "openid profile email" }, useRefreshTokensFallback: !1, useFormData: !0 }, this._releaseLockOnPageHide = async () => {
751
+ await pt.releaseLock("auth0.lock.getTokenSilently"), window.removeEventListener("pagehide", this._releaseLockOnPageHide);
752
752
  }, this.options = Object.assign(Object.assign(Object.assign({}, this.defaultOptions), e), { authorizationParams: Object.assign(Object.assign({}, this.defaultOptions.authorizationParams), e.authorizationParams) }), typeof window < "u" && (() => {
753
- if (!Be())
753
+ if (!Qe())
754
754
  throw new Error("For security reasons, `window.crypto` is required to run `auth0-spa-js`.");
755
- if (Be().subtle === void 0)
755
+ if (Qe().subtle === void 0)
756
756
  throw new Error(`
757
757
  auth0-spa-js must run on a secure origin. See https://github.com/auth0/auth0-spa-js/blob/main/FAQ.md#why-do-i-get-auth0-spa-js-must-run-on-a-secure-origin for more information.
758
758
  `);
759
759
  })(), e.cache && e.cacheLocation && console.warn("Both `cache` and `cacheLocation` options have been specified in the Auth0Client configuration; ignoring `cacheLocation` and using `cache`."), e.cache)
760
760
  r = e.cache;
761
761
  else {
762
- if (n = e.cacheLocation || "memory", !Yt(n))
762
+ if (n = e.cacheLocation || "memory", !Bt(n))
763
763
  throw new Error(`Invalid cache location "${n}"`);
764
- r = Yt(n)();
764
+ r = Bt(n)();
765
765
  }
766
- this.httpTimeoutMs = e.httpTimeoutInSeconds ? 1e3 * e.httpTimeoutInSeconds : 1e4, this.cookieStorage = e.legacySameSiteCookie === !1 ? we : Kr, 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 : Fr;
766
+ this.httpTimeoutMs = e.httpTimeoutInSeconds ? 1e3 * e.httpTimeoutInSeconds : 1e4, this.cookieStorage = e.legacySameSiteCookie === !1 ? be : Hr, 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 : Jr;
768
768
  var o;
769
- this.scope = Ke("openid", this.options.authorizationParams.scope, this.options.useRefreshTokens ? "offline_access" : ""), this.transactionManager = new Rr(i, this.options.clientId, this.options.cookieDomain), this.nowProvider = this.options.nowProvider || $n, this.cacheManager = new Lr(r, r.allKeys ? void 0 : new Xr(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 Hr());
769
+ this.scope = He("openid", this.options.authorizationParams.scope, this.options.useRefreshTokens ? "offline_access" : ""), this.transactionManager = new Zr(i, this.options.clientId, this.options.cookieDomain), this.nowProvider = this.options.nowProvider || Nn, this.cacheManager = new Mr(r, r.allKeys ? void 0 : new Yr(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 Vr());
770
770
  }
771
771
  _url(e) {
772
- const n = encodeURIComponent(btoa(JSON.stringify(this.options.auth0Client || An)));
772
+ const n = encodeURIComponent(btoa(JSON.stringify(this.options.auth0Client || zn)));
773
773
  return `${this.domainUrl}${e}&auth0Client=${n}`;
774
774
  }
775
775
  _authorizeUrl(e) {
776
- return this._url(`/authorize?${It(e)}`);
776
+ return this._url(`/authorize?${St(e)}`);
777
777
  }
778
778
  async _verifyIdToken(e, n, r) {
779
779
  const i = await this.nowProvider();
780
- return Zr({ 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 });
780
+ return Kr({ 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 = Ft(lt()), o = Ft(lt()), a = lt(), s = ((u) => {
787
+ const i = Jt(dt()), o = Jt(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 Be().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: Ke(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);
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: He(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,9 +805,9 @@ let Yr = 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 xr(s.popup)));
808
+ s.popup && s.popup.closed && (clearInterval(c), clearTimeout(f), window.removeEventListener("message", u, !1), p(new Ar(s.popup)));
809
809
  }, 1e3), f = setTimeout(() => {
810
- clearInterval(c), p(new jr(s.popup)), window.removeEventListener("message", u, !1);
810
+ clearInterval(c), p(new xr(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") {
@@ -834,7 +834,7 @@ let Yr = class {
834
834
  }
835
835
  async loginWithRedirect(e = {}) {
836
836
  var n;
837
- const r = Gt(e), { openUrl: i, fragment: o, appState: a } = r, s = Q(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 = Q(p, ["url"]);
837
+ const r = qt(e), { openUrl: i, fragment: o, appState: a } = r, s = Q(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 = Q(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);
@@ -851,7 +851,7 @@ let Yr = class {
851
851
  if (!s)
852
852
  throw new Y("missing_transaction", "Invalid state");
853
853
  if (this.transactionManager.remove(), o)
854
- throw new Pr(o, a || o, r, s.appState);
854
+ throw new Cr(o, a || o, r, s.appState);
855
855
  if (!s.code_verifier || s.state && s.state !== r)
856
856
  throw new Y("state_mismatch", "Invalid state");
857
857
  const h = s.organization, p = s.nonce, u = s.redirect_uri;
@@ -870,11 +870,11 @@ let Yr = 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: Ke(this.scope, (n = e.authorizationParams) === null || n === void 0 ? void 0 : n.scope) }) }), i = await ((o, a) => {
874
- let s = ht[a];
873
+ const r = Object.assign(Object.assign({ cacheMode: "on" }, e), { authorizationParams: Object.assign(Object.assign(Object.assign({}, this.options.authorizationParams), e.authorizationParams), { scope: He(this.scope, (n = e.authorizationParams) === null || n === void 0 ? void 0 : n.scope) }) }), i = await ((o, a) => {
874
+ let s = ft[a];
875
875
  return s || (s = o().finally(() => {
876
- delete ht[a], s = null;
877
- }), ht[a] = s), s;
876
+ delete ft[a], s = null;
877
+ }), ft[a] = s), s;
878
878
  })(() => this._getTokenSilently(r), `${this.options.clientId}::${r.authorizationParams.audience}::${r.authorizationParams.scope}`);
879
879
  return e.detailedResponse ? i : i == null ? void 0 : i.access_token;
880
880
  }
@@ -891,8 +891,8 @@ let Yr = class {
891
891
  if (await i())
892
892
  return !0;
893
893
  return !1;
894
- })(() => ft.acquireLock("auth0.lock.getTokenSilently", 5e3), 10))
895
- throw new kt();
894
+ })(() => pt.acquireLock("auth0.lock.getTokenSilently", 5e3), 10))
895
+ throw new It();
896
896
  try {
897
897
  if (window.addEventListener("pagehide", this._releaseLockOnPageHide), n !== "off") {
898
898
  const p = await this._getEntryFromCache({ scope: r.authorizationParams.scope, audience: r.authorizationParams.audience || "default", clientId: this.options.clientId });
@@ -902,14 +902,14 @@ let Yr = class {
902
902
  const i = this.options.useRefreshTokens ? await this._getTokenUsingRefreshToken(r) : await this._getTokenFromIFrame(r), { id_token: o, access_token: a, oauthTokenScope: s, expires_in: h } = i;
903
903
  return Object.assign(Object.assign({ id_token: o, access_token: a }, s ? { scope: s } : null), { expires_in: h });
904
904
  } finally {
905
- await ft.releaseLock("auth0.lock.getTokenSilently"), window.removeEventListener("pagehide", this._releaseLockOnPageHide);
905
+ await pt.releaseLock("auth0.lock.getTokenSilently"), window.removeEventListener("pagehide", this._releaseLockOnPageHide);
906
906
  }
907
907
  }
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: Ke(this.scope, (r = e.authorizationParams) === null || r === void 0 ? void 0 : r.scope) }) });
912
- return n = Object.assign(Object.assign({}, Or), n), await this.loginWithPopup(i, n), (await this.cacheManager.get(new le({ scope: i.authorizationParams.scope, audience: i.authorizationParams.audience || "default", clientId: this.options.clientId }))).access_token;
911
+ const i = Object.assign(Object.assign({}, e), { authorizationParams: Object.assign(Object.assign(Object.assign({}, this.options.authorizationParams), e.authorizationParams), { scope: He(this.scope, (r = e.authorizationParams) === null || r === void 0 ? void 0 : r.scope) }) });
912
+ return n = Object.assign(Object.assign({}, jr), n), await this.loginWithPopup(i, n), (await this.cacheManager.get(new he({ 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();
@@ -917,10 +917,10 @@ let Yr = class {
917
917
  _buildLogoutUrl(e) {
918
918
  e.clientId !== null ? e.clientId = e.clientId || this.options.clientId : delete e.clientId;
919
919
  const n = e.logoutParams || {}, { federated: r } = n, i = Q(n, ["federated"]), o = r ? "&federated" : "";
920
- return this._url(`/v2/logout?${It(Object.assign({ clientId: e.clientId }, i))}`) + o;
920
+ return this._url(`/v2/logout?${St(Object.assign({ clientId: e.clientId }, i))}`) + o;
921
921
  }
922
922
  async logout(e = {}) {
923
- const n = Gt(e), { openUrl: r } = n, i = Q(n, ["openUrl"]);
923
+ const n = qt(e), { openUrl: r } = n, i = Q(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);
@@ -940,7 +940,7 @@ let Yr = class {
940
940
  };
941
941
  let b;
942
942
  const P = setTimeout(() => {
943
- S(new kt()), l();
943
+ S(new It()), l();
944
944
  }, 1e3 * v);
945
945
  b = function(j) {
946
946
  if (j.origin != k || !j.data || j.data.type !== "authorization_response")
@@ -958,11 +958,11 @@ let Yr = class {
958
958
  }
959
959
  }
960
960
  async _getTokenUsingRefreshToken(e) {
961
- const n = await this.cacheManager.get(new le({ scope: e.authorizationParams.scope, audience: e.authorizationParams.audience || "default", clientId: this.options.clientId }));
961
+ const n = await this.cacheManager.get(new he({ 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);
965
- throw new Rn(e.authorizationParams.audience || "default", e.authorizationParams.scope);
965
+ throw new Zn(e.authorizationParams.audience || "default", e.authorizationParams.scope);
966
966
  }
967
967
  const r = e.authorizationParams.redirect_uri || this.options.authorizationParams.redirect_uri || window.location.origin, i = typeof e.timeoutInSeconds == "number" ? 1e3 * e.timeoutInSeconds : null;
968
968
  try {
@@ -979,57 +979,57 @@ let Yr = class {
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 le({ clientId: this.options.clientId, audience: e, scope: this.scope })), r = this.userCache.get("@@user@@");
982
+ const e = this.options.authorizationParams.audience || "default", n = await this.cacheManager.getIdToken(new he({ 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 le({ scope: e, audience: n, clientId: r }), 60);
986
+ const i = await this.cacheManager.get(new he({ 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 });
990
990
  }
991
991
  }
992
992
  async _requestToken(e, n) {
993
- const { nonceIn: r, organization: i } = n || {}, o = await Dr(Object.assign({ baseUrl: this.domainUrl, client_id: this.options.clientId, auth0Client: this.options.auth0Client, useFormData: this.options.useFormData, timeout: this.httpTimeoutMs }, e), this.worker), a = await this._verifyIdToken(o.id_token, r, i);
993
+ const { nonceIn: r, organization: i } = n || {}, o = await Lr(Object.assign({ baseUrl: this.domainUrl, client_id: this.options.clientId, auth0Client: this.options.auth0Client, useFormData: this.options.useFormData, timeout: this.httpTimeoutMs }, e), this.worker), a = await this._verifyIdToken(o.id_token, r, i);
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 Gr(t) {
998
- const e = new Yr(t);
997
+ async function qr(t) {
998
+ const e = new Br(t);
999
999
  return await e.checkSession(), e;
1000
1000
  }
1001
- const Fn = "sesamy.com", Br = "https://logs.sesamy.com/events";
1002
- var pe = /* @__PURE__ */ ((t) => (t.READY = "sesamyJsReady", t.AUTHENTICATED = "sesamyJsAuthenticated", t.LOGOUT = "sesamyJsLogout", t.SOFT_PAYWALL = "sesamyJsSoftPaywall", t))(pe || {});
1001
+ const Jn = "sesamy.com", Qr = "https://logs.sesamy.com/events", Et = "sesamyCacheTimestamp";
1002
+ var ae = /* @__PURE__ */ ((t) => (t.READY = "sesamyJsReady", t.AUTHENTICATED = "sesamyJsAuthenticated", t.LOGOUT = "sesamyJsLogout", t.CLEAR_CACHE = "sesamyJsClearCache", t))(ae || {});
1003
1003
  let G;
1004
- const Ct = "sesamyAccessToken", At = "sesamyExpires";
1005
- function $t() {
1006
- const t = localStorage.getItem(At);
1004
+ const $t = "sesamyAccessToken", zt = "sesamyExpires";
1005
+ function Nt() {
1006
+ const t = localStorage.getItem(zt);
1007
1007
  if (!(!t || parseInt(t, 10) < (/* @__PURE__ */ new Date()).getTime()))
1008
- return localStorage.getItem(Ct);
1008
+ return localStorage.getItem($t);
1009
1009
  }
1010
- async function qr(t) {
1011
- if (t.enabled !== !1 && (G = await Gr({
1012
- domain: t.endpoint || `token.${Fn}`,
1010
+ async function ei(t) {
1011
+ if (t.enabled !== !1 && (G = await qr({
1012
+ domain: t.endpoint || `token.${Jn}`,
1013
1013
  clientId: t.clientId
1014
1014
  }), window.location.search.includes("code=")))
1015
1015
  try {
1016
1016
  await G.handleRedirectCallback();
1017
1017
  const e = await G.getUser();
1018
- rt(pe.AUTHENTICATED, e);
1018
+ We(ae.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 Qr() {
1025
- if ($t())
1024
+ async function ti() {
1025
+ if (Nt())
1026
1026
  return !0;
1027
1027
  if (!G)
1028
1028
  throw new Error("Auth0 client not initialized");
1029
1029
  return G.isAuthenticated();
1030
1030
  }
1031
- async function ei() {
1032
- if ($t())
1031
+ async function ni() {
1032
+ if (Nt())
1033
1033
  return {
1034
1034
  sub: "local",
1035
1035
  name: "Local User"
@@ -1038,7 +1038,7 @@ async function ei() {
1038
1038
  throw new Error("Auth0 client not initialized");
1039
1039
  return G.getUser();
1040
1040
  }
1041
- function ti() {
1041
+ function ri() {
1042
1042
  if (!G)
1043
1043
  throw new Error("Auth0 client not initialized");
1044
1044
  return G.loginWithRedirect({
@@ -1047,8 +1047,8 @@ function ti() {
1047
1047
  }
1048
1048
  });
1049
1049
  }
1050
- async function ni(t = !0) {
1051
- const e = $t();
1050
+ async function ii(t = !0) {
1051
+ const e = Nt();
1052
1052
  if (e)
1053
1053
  return e;
1054
1054
  try {
@@ -1061,16 +1061,16 @@ async function ni(t = !0) {
1061
1061
  return null;
1062
1062
  }
1063
1063
  }
1064
- async function ri() {
1065
- if (localStorage.removeItem(Ct), localStorage.removeItem(At), !G)
1064
+ async function oi() {
1065
+ if (localStorage.removeItem($t), localStorage.removeItem(zt), !G)
1066
1066
  throw new Error("Auth0 client not initialized");
1067
- return rt(pe.LOGOUT, {}), G.logout({
1067
+ return We(ae.LOGOUT, {}), G.logout({
1068
1068
  logoutParams: {
1069
1069
  returnTo: window.location.href
1070
1070
  }
1071
1071
  });
1072
1072
  }
1073
- function ii(t) {
1073
+ function ai(t) {
1074
1074
  const e = t.split(".");
1075
1075
  if (e.length !== 3)
1076
1076
  throw new Error("Invalid JWT token format.");
@@ -1081,12 +1081,12 @@ function ii(t) {
1081
1081
  );
1082
1082
  return JSON.parse(i);
1083
1083
  }
1084
- async function Jn(t, e) {
1085
- localStorage.setItem(Ct, t), localStorage.setItem(At, JSON.stringify(e * 1e3 + (/* @__PURE__ */ new Date()).getTime()));
1086
- const n = ii(t);
1087
- rt(pe.AUTHENTICATED, n);
1084
+ async function Xn(t, e) {
1085
+ localStorage.setItem($t, t), localStorage.setItem(zt, JSON.stringify(e * 1e3 + (/* @__PURE__ */ new Date()).getTime()));
1086
+ const n = ai(t);
1087
+ We(ae.AUTHENTICATED, n);
1088
1088
  }
1089
- const oi = (t, e) => e.skipDedupe || e.method !== "GET", ai = (t, e) => e.method + "@" + t, si = (t) => t.clone(), Bt = ({ skip: t = oi, key: e = ai, resolver: n = si } = {}) => {
1089
+ const si = (t, e) => e.skipDedupe || e.method !== "GET", ci = (t, e) => e.method + "@" + t, ui = (t) => t.clone(), Qt = ({ skip: t = si, key: e = ci, resolver: n = ui } = {}) => {
1090
1090
  const r = /* @__PURE__ */ new Map();
1091
1091
  return (i) => (o, a) => {
1092
1092
  if (t(o, a))
@@ -1106,7 +1106,7 @@ const oi = (t, e) => e.skipDedupe || e.method !== "GET", ai = (t, e) => e.method
1106
1106
  return r.delete(s), Promise.reject(h);
1107
1107
  }
1108
1108
  };
1109
- }, ci = (t, e) => t * e, ui = (t) => t && t.ok, qt = ({ delayTimer: t = 500, delayRamp: e = ci, maxAttempts: n = 10, until: r = ui, onRetry: i = null, retryOnNetworkError: o = !1, resolveWithLatestResponse: a = !1, skip: s } = {}) => (h) => (p, u) => {
1109
+ }, li = (t, e) => t * e, di = (t) => t && t.ok, en = ({ delayTimer: t = 500, delayRamp: e = li, maxAttempts: n = 10, until: r = di, onRetry: i = null, retryOnNetworkError: o = !1, resolveWithLatestResponse: a = !1, skip: s } = {}) => (h) => (p, u) => {
1110
1110
  let c = 0;
1111
1111
  if (s && s(p, u))
1112
1112
  return h(p, u);
@@ -1133,20 +1133,20 @@ const oi = (t, e) => e.skipDedupe || e.method !== "GET", ai = (t, e) => e.method
1133
1133
  throw d;
1134
1134
  return f(null, d);
1135
1135
  });
1136
- }, li = "application/json", Hn = "Content-Type", ve = Symbol(), Xn = Symbol();
1137
- function Qt(t = {}) {
1136
+ }, hi = "application/json", Vn = "Content-Type", we = Symbol(), Yn = Symbol();
1137
+ function tn(t = {}) {
1138
1138
  var e;
1139
- return (e = Object.entries(t).find(([n]) => n.toLowerCase() === Hn.toLowerCase())) === null || e === void 0 ? void 0 : e[1];
1139
+ return (e = Object.entries(t).find(([n]) => n.toLowerCase() === Vn.toLowerCase())) === null || e === void 0 ? void 0 : e[1];
1140
1140
  }
1141
- function en(t) {
1141
+ function nn(t) {
1142
1142
  return /^application\/.*json.*/.test(t);
1143
1143
  }
1144
- const he = function(t, e, n = !1) {
1144
+ const pe = function(t, e, n = !1) {
1145
1145
  return Object.entries(e).reduce((r, [i, o]) => {
1146
1146
  const a = t[i];
1147
- return Array.isArray(a) && Array.isArray(o) ? r[i] = n ? [...a, ...o] : o : typeof a == "object" && typeof o == "object" ? r[i] = he(a, o, n) : r[i] = o, r;
1147
+ return Array.isArray(a) && Array.isArray(o) ? r[i] = n ? [...a, ...o] : o : typeof a == "object" && typeof o == "object" ? r[i] = pe(a, o, n) : r[i] = o, r;
1148
1148
  }, { ...t });
1149
- }, Ee = {
1149
+ }, Te = {
1150
1150
  // Default options
1151
1151
  options: {},
1152
1152
  // Error type
@@ -1167,28 +1167,28 @@ const he = function(t, e, n = !1) {
1167
1167
  return n && i ? new i(...r) : i;
1168
1168
  }
1169
1169
  };
1170
- function di(t, e = !1) {
1171
- Ee.options = e ? t : he(Ee.options, t);
1170
+ function fi(t, e = !1) {
1171
+ Te.options = e ? t : pe(Te.options, t);
1172
1172
  }
1173
- function hi(t, e = !1) {
1174
- Ee.polyfills = e ? t : he(Ee.polyfills, t);
1173
+ function pi(t, e = !1) {
1174
+ Te.polyfills = e ? t : pe(Te.polyfills, t);
1175
1175
  }
1176
- function fi(t) {
1177
- Ee.errorType = t;
1176
+ function mi(t) {
1177
+ Te.errorType = t;
1178
1178
  }
1179
- const pi = (t) => (e) => t.reduceRight((n, r) => r(n), e) || e;
1180
- class Vn extends Error {
1179
+ const gi = (t) => (e) => t.reduceRight((n, r) => r(n), e) || e;
1180
+ class Gn extends Error {
1181
1181
  }
1182
- const mi = (t) => {
1182
+ const yi = (t) => {
1183
1183
  const e = /* @__PURE__ */ Object.create(null);
1184
1184
  t = t._addons.reduce((g, l) => l.beforeRequest && l.beforeRequest(g, t._options, e) || g, t);
1185
- const { _url: n, _options: r, _config: i, _catchers: o, _resolvers: a, _middlewares: s, _addons: h } = t, p = new Map(o), u = he(i.options, r);
1185
+ const { _url: n, _options: r, _config: i, _catchers: o, _resolvers: a, _middlewares: s, _addons: h } = t, p = new Map(o), u = pe(i.options, r);
1186
1186
  let c = n;
1187
- const f = pi(s)((g, l) => (c = g, i.polyfill("fetch")(g, l)))(n, u), d = new Error(), w = f.catch((g) => {
1188
- throw { [ve]: g };
1187
+ const f = gi(s)((g, l) => (c = g, i.polyfill("fetch")(g, l)))(n, u), d = new Error(), w = f.catch((g) => {
1188
+ throw { [we]: g };
1189
1189
  }).then((g) => {
1190
1190
  if (!g.ok) {
1191
- const l = new Vn();
1191
+ const l = new Gn();
1192
1192
  if (l.cause = d, l.stack = l.stack + `
1193
1193
  CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
1194
1194
  throw l;
@@ -1204,10 +1204,10 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
1204
1204
  }
1205
1205
  return g;
1206
1206
  }), k = (g) => g.catch((l) => {
1207
- const b = l.hasOwnProperty(ve), P = b ? l[ve] : l, j = (P == null ? void 0 : P.status) && p.get(P.status) || p.get(P == null ? void 0 : P.name) || b && p.has(ve) && p.get(ve);
1207
+ const b = l.hasOwnProperty(we), P = b ? l[we] : l, j = (P == null ? void 0 : P.status) && p.get(P.status) || p.get(P == null ? void 0 : P.name) || b && p.has(we) && p.get(we);
1208
1208
  if (j)
1209
1209
  return j(P, t);
1210
- const $ = p.get(Xn);
1210
+ const $ = p.get(Yn);
1211
1211
  if ($)
1212
1212
  return $(P, t);
1213
1213
  throw P;
@@ -1243,17 +1243,17 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
1243
1243
  return this.error(500, g);
1244
1244
  },
1245
1245
  fetchError(g) {
1246
- return this.error(ve, g);
1246
+ return this.error(we, g);
1247
1247
  }
1248
1248
  }, S = h.reduce((g, l) => ({
1249
1249
  ...g,
1250
1250
  ...typeof l.resolver == "function" ? l.resolver(g) : l.resolver
1251
1251
  }), E);
1252
1252
  return a.reduce((g, l) => l(g, t), S);
1253
- }, gi = {
1253
+ }, vi = {
1254
1254
  _url: "",
1255
1255
  _options: {},
1256
- _config: Ee,
1256
+ _config: Te,
1257
1257
  _catchers: /* @__PURE__ */ new Map(),
1258
1258
  _resolvers: [],
1259
1259
  _deferred: [],
@@ -1276,7 +1276,7 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
1276
1276
  ...this,
1277
1277
  _config: {
1278
1278
  ...this._config,
1279
- polyfills: e ? t : he(this._config.polyfills, t)
1279
+ polyfills: e ? t : pe(this._config.polyfills, t)
1280
1280
  }
1281
1281
  };
1282
1282
  },
@@ -1290,17 +1290,17 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
1290
1290
  };
1291
1291
  },
1292
1292
  options(t, e = !1) {
1293
- return { ...this, _options: e ? t : he(this._options, t) };
1293
+ return { ...this, _options: e ? t : pe(this._options, t) };
1294
1294
  },
1295
1295
  headers(t) {
1296
1296
  const e = t ? Array.isArray(t) ? Object.fromEntries(t) : "entries" in t ? Object.fromEntries(t.entries()) : t : {};
1297
- return { ...this, _options: he(this._options, { headers: e }) };
1297
+ return { ...this, _options: pe(this._options, { headers: e }) };
1298
1298
  },
1299
1299
  accept(t) {
1300
1300
  return this.headers({ Accept: t });
1301
1301
  },
1302
1302
  content(t) {
1303
- return this.headers({ [Hn]: t });
1303
+ return this.headers({ [Vn]: t });
1304
1304
  },
1305
1305
  auth(t) {
1306
1306
  return this.headers({ Authorization: t });
@@ -1310,7 +1310,7 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
1310
1310
  return n.set(t, e), { ...this, _catchers: n };
1311
1311
  },
1312
1312
  catcherFallback(t) {
1313
- return this.catcher(Xn, t);
1313
+ return this.catcher(Yn, t);
1314
1314
  },
1315
1315
  resolve(t, e = !1) {
1316
1316
  return { ...this, _resolvers: e ? [t] : [...this._resolvers, t] };
@@ -1329,8 +1329,8 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
1329
1329
  },
1330
1330
  fetch(t = this._options.method, e = "", n = null) {
1331
1331
  let r = this.url(e).options({ method: t });
1332
- const i = Qt(r._options.headers), o = typeof n == "object" && (!r._options.headers || !i || en(i));
1333
- return r = n ? o ? r.json(n, i) : r.body(n) : r, mi(r._deferred.reduce((a, s) => s(a, a._url, a._options), r));
1332
+ const i = tn(r._options.headers), o = typeof n == "object" && (!r._options.headers || !i || nn(i));
1333
+ return r = n ? o ? r.json(n, i) : r.body(n) : r, yi(r._deferred.reduce((a, s) => s(a, a._url, a._options), r));
1334
1334
  },
1335
1335
  get(t = "") {
1336
1336
  return this.fetch("GET", t);
@@ -1357,36 +1357,39 @@ CAUSE: ` + d.stack, l.response = g, l.url = c, g.type === "opaque")
1357
1357
  return { ...this, _options: { ...this._options, body: t } };
1358
1358
  },
1359
1359
  json(t, e) {
1360
- const n = Qt(this._options.headers);
1361
- return this.content(e || en(n) && n || li).body(JSON.stringify(t));
1360
+ const n = tn(this._options.headers);
1361
+ return this.content(e || nn(n) && n || hi).body(JSON.stringify(t));
1362
1362
  }
1363
1363
  };
1364
- function ae(t = "", e = {}) {
1365
- return { ...gi, _url: t, _options: e };
1366
- }
1367
- ae.default = ae;
1368
- ae.options = di;
1369
- ae.errorType = fi;
1370
- ae.polyfills = hi;
1371
- ae.WretchError = Vn;
1372
- function yi(t) {
1373
- const e = t.endpoint || `https://api2.${Fn}`, n = (_) => async (I, x) => {
1374
- let D = sessionStorage.getItem("sesamyCacheTimestamp");
1375
- D || (D = Date.now().toString(), sessionStorage.setItem("sesamyCacheTimestamp", D));
1364
+ function se(t = "", e = {}) {
1365
+ return { ...vi, _url: t, _options: e };
1366
+ }
1367
+ se.default = se;
1368
+ se.options = fi;
1369
+ se.errorType = mi;
1370
+ se.polyfills = pi;
1371
+ se.WretchError = Gn;
1372
+ function ue() {
1373
+ sessionStorage.removeItem(Et), We(ae.CLEAR_CACHE, {});
1374
+ }
1375
+ function wi(t) {
1376
+ const e = t.endpoint || `https://api2.${Jn}`, n = (_) => async (I, C) => {
1377
+ let D = sessionStorage.getItem(Et);
1378
+ D || (D = Date.now().toString(), sessionStorage.setItem(Et, D));
1376
1379
  const T = {
1377
- ...x,
1380
+ ...C,
1378
1381
  headers: {
1379
- ...x.headers,
1382
+ ...C.headers,
1380
1383
  "Cache-Timestamp": D
1381
1384
  }
1382
1385
  };
1383
1386
  return _(I, T);
1384
- }, r = (_ = !0) => (I) => async (x, D) => {
1387
+ }, r = (_ = !0) => (I) => async (C, D) => {
1385
1388
  let T = null;
1386
- if (T = await ni(_), !T) {
1389
+ if (T = await ii(_), !T) {
1387
1390
  if (_)
1388
1391
  throw new Error("No access token available");
1389
- return I(x, D);
1392
+ return I(C, D);
1390
1393
  }
1391
1394
  const W = {
1392
1395
  ...D,
@@ -1395,35 +1398,35 @@ function yi(t) {
1395
1398
  ...T ? { Authorization: `Bearer ${T}` } : {}
1396
1399
  }
1397
1400
  };
1398
- return I(x, W);
1399
- }, i = (_) => (I, x) => {
1400
- if (x.headers.Authorization)
1401
- return _(I, x);
1401
+ return I(C, W);
1402
+ }, i = (_) => (I, C) => {
1403
+ if (C.headers.Authorization)
1404
+ return _(I, C);
1402
1405
  const D = localStorage.getItem("__anon_id"), T = btoa(`${D}:`), W = {
1403
- ...x,
1406
+ ...C,
1404
1407
  headers: {
1405
- ...x.headers,
1408
+ ...C.headers,
1406
1409
  Authorization: `Basic ${T}`
1407
1410
  }
1408
1411
  };
1409
1412
  return _(I, W);
1410
- }, o = ae(e).headers({ "Content-Type": "application/json" }).middlewares([
1413
+ }, o = se(e).headers({ "Content-Type": "application/json" }).middlewares([
1411
1414
  n,
1412
1415
  r(),
1413
- Bt(),
1414
- qt({
1416
+ Qt(),
1417
+ en({
1415
1418
  delayTimer: 1e3,
1416
1419
  delayRamp: (_, I) => _ * I,
1417
1420
  maxAttempts: 3,
1418
1421
  until: (_) => !!(_ && (_.ok || _.status >= 400 && _.status < 500)),
1419
1422
  retryOnNetworkError: !1
1420
1423
  })
1421
- ]), a = ae(e).headers({ "Content-Type": "application/json" }).middlewares([
1424
+ ]), a = se(e).headers({ "Content-Type": "application/json" }).middlewares([
1422
1425
  n,
1423
1426
  r(!1),
1424
1427
  i,
1425
- Bt(),
1426
- qt({
1428
+ Qt(),
1429
+ en({
1427
1430
  delayTimer: 1e3,
1428
1431
  delayRamp: (_, I) => _ * I,
1429
1432
  maxAttempts: 3,
@@ -1436,7 +1439,7 @@ function yi(t) {
1436
1439
  }
1437
1440
  async function h(_) {
1438
1441
  const I = await o.get("/entitlements").json();
1439
- return I == null ? void 0 : I.find((x) => x.id === _);
1442
+ return I == null ? void 0 : I.find((C) => C.id === _);
1440
1443
  }
1441
1444
  async function p(_) {
1442
1445
  return o.get(`/entitlements/${_}/access`).json();
@@ -1446,20 +1449,22 @@ function yi(t) {
1446
1449
  }
1447
1450
  async function c(_) {
1448
1451
  const I = await o.get("/contracts").json();
1449
- return I == null ? void 0 : I.find((x) => x.id === _);
1452
+ return I == null ? void 0 : I.find((C) => C.id === _);
1450
1453
  }
1451
1454
  async function f() {
1452
1455
  return o.get("/bills").json();
1453
1456
  }
1454
1457
  async function d(_) {
1455
1458
  const I = await o.get("/bills").json();
1456
- return I == null ? void 0 : I.find((x) => x.id === _);
1459
+ return I == null ? void 0 : I.find((C) => C.id === _);
1457
1460
  }
1458
1461
  async function w(_, I) {
1459
- return await o.url(`/user-metadata/${_}`).put(I).json();
1462
+ const C = await o.url(`/user-metadata/${_}`).put(I).json();
1463
+ return ue(), C;
1460
1464
  }
1461
1465
  async function k(_) {
1462
- return (await o.url(`/user-metadata/${_}`).delete().res()).ok;
1466
+ const I = await o.url(`/user-metadata/${_}`).delete().res();
1467
+ return ue(), I.ok;
1463
1468
  }
1464
1469
  async function v(_) {
1465
1470
  return (await o.url(`/user-metadata/${_}`).get().json())[_];
@@ -1471,10 +1476,12 @@ function yi(t) {
1471
1476
  return await o.url("/tags").get().json();
1472
1477
  }
1473
1478
  async function g(_) {
1474
- return (await o.url(`/tags/${_}`).delete().res()).ok;
1479
+ const I = await o.url(`/tags/${_}`).delete().res();
1480
+ return ue(), I.ok;
1475
1481
  }
1476
1482
  async function l(_) {
1477
- return (await o.url("/tags").post(_).res()).ok;
1483
+ const I = await o.url("/tags").post(_).res();
1484
+ return ue(), I.ok;
1478
1485
  }
1479
1486
  async function b(_) {
1480
1487
  return (await a.url("/tallies").get().json())[_];
@@ -1483,7 +1490,8 @@ function yi(t) {
1483
1490
  return await a.url("/tallies").get().json();
1484
1491
  }
1485
1492
  async function j(_) {
1486
- return (await a.url(`/tallies/${_}`).delete().res()).ok;
1493
+ const I = await a.url(`/tallies/${_}`).delete().res();
1494
+ return ue(), I.ok;
1487
1495
  }
1488
1496
  async function $(_, I) {
1489
1497
  return await a.url(`/tallies/${_}/push`).post(I).json();
@@ -1492,7 +1500,8 @@ function yi(t) {
1492
1500
  return await o.url(`/products/${_}`).get().json();
1493
1501
  }
1494
1502
  async function R(_) {
1495
- return o.url(`/products/${_}/auto-onboard`).post().json();
1503
+ const I = await o.url(`/products/${_}/auto-onboard`).post().json();
1504
+ return I.length && ue(), I;
1496
1505
  }
1497
1506
  return {
1498
1507
  getEntitlements: s,
@@ -1517,125 +1526,125 @@ function yi(t) {
1517
1526
  autoOnboardProduct: R
1518
1527
  };
1519
1528
  }
1520
- const Yn = "@sesamy/sesamy-js", zt = "1.3.2";
1521
- function tn(t, e, n, r, i) {
1529
+ const Bn = "@sesamy/sesamy-js", Dt = "1.3.2";
1530
+ function rn(t, e, n, r, i) {
1522
1531
  for (e = e.split ? e.split(".") : e, r = 0; r < e.length; r++)
1523
1532
  t = t ? t[e[r]] : i;
1524
1533
  return t === i ? n : t;
1525
1534
  }
1526
- var Fe = "undefined", nn = "object", _t = function() {
1527
- }, Gn = "any", Bn = "*", me = "__", Qe = typeof process < "u" ? process : {};
1528
- Qe.env && Qe.env.NODE_ENV;
1529
- var J = typeof document < "u";
1530
- Qe.versions != null && Qe.versions.node != null;
1535
+ var Je = "undefined", on = "object", Tt = function() {
1536
+ }, qn = "any", Qn = "*", ge = "__", tt = typeof process < "u" ? process : {};
1537
+ tt.env && tt.env.NODE_ENV;
1538
+ var H = typeof document < "u";
1539
+ tt.versions != null && tt.versions.node != null;
1531
1540
  typeof Deno < "u" && Deno.core;
1532
- J && window.name === "nodejs" || typeof navigator < "u" && navigator.userAgent !== void 0 && (navigator.userAgent.includes("Node.js") || navigator.userAgent.includes("jsdom"));
1533
- function qn(t, e) {
1541
+ H && window.name === "nodejs" || typeof navigator < "u" && navigator.userAgent !== void 0 && (navigator.userAgent.includes("Node.js") || navigator.userAgent.includes("jsdom"));
1542
+ function er(t, e) {
1534
1543
  return e.charAt(0)[t]() + e.slice(1);
1535
1544
  }
1536
- var vi = qn.bind(null, "toUpperCase"), wi = qn.bind(null, "toLowerCase");
1537
- function bi(t) {
1538
- return Qn(t) ? vi("null") : typeof t == "object" ? _i(t) : Object.prototype.toString.call(t).slice(8, -1);
1545
+ var bi = er.bind(null, "toUpperCase"), ki = er.bind(null, "toLowerCase");
1546
+ function Ii(t) {
1547
+ return tr(t) ? bi("null") : typeof t == "object" ? Ti(t) : Object.prototype.toString.call(t).slice(8, -1);
1539
1548
  }
1540
- function et(t, e) {
1549
+ function nt(t, e) {
1541
1550
  e === void 0 && (e = !0);
1542
- var n = bi(t);
1543
- return e ? wi(n) : n;
1551
+ var n = Ii(t);
1552
+ return e ? ki(n) : n;
1544
1553
  }
1545
- function Ze(t, e) {
1554
+ function Ke(t, e) {
1546
1555
  return typeof e === t;
1547
1556
  }
1548
- var V = Ze.bind(null, "function"), ie = Ze.bind(null, "string"), be = Ze.bind(null, "undefined"), ki = Ze.bind(null, "boolean");
1549
- Ze.bind(null, "symbol");
1550
- function Qn(t) {
1557
+ var V = Ke.bind(null, "function"), ie = Ke.bind(null, "string"), ke = Ke.bind(null, "undefined"), Si = Ke.bind(null, "boolean");
1558
+ Ke.bind(null, "symbol");
1559
+ function tr(t) {
1551
1560
  return t === null;
1552
1561
  }
1553
- function Ii(t) {
1554
- return et(t) === "number" && !isNaN(t);
1562
+ function _i(t) {
1563
+ return nt(t) === "number" && !isNaN(t);
1555
1564
  }
1556
- function er(t) {
1557
- return et(t) === "array";
1565
+ function nr(t) {
1566
+ return nt(t) === "array";
1558
1567
  }
1559
1568
  function X(t) {
1560
- if (!Si(t))
1569
+ if (!Ei(t))
1561
1570
  return !1;
1562
1571
  for (var e = t; Object.getPrototypeOf(e) !== null; )
1563
1572
  e = Object.getPrototypeOf(e);
1564
1573
  return Object.getPrototypeOf(t) === e;
1565
1574
  }
1566
- function Si(t) {
1575
+ function Ei(t) {
1567
1576
  return t && (typeof t == "object" || t !== null);
1568
1577
  }
1569
- function _i(t) {
1578
+ function Ti(t) {
1570
1579
  return V(t.constructor) ? t.constructor.name : null;
1571
1580
  }
1572
- function Ei(t) {
1573
- return t instanceof Error || ie(t.message) && t.constructor && Ii(t.constructor.stackTraceLimit);
1581
+ function Oi(t) {
1582
+ return t instanceof Error || ie(t.message) && t.constructor && _i(t.constructor.stackTraceLimit);
1574
1583
  }
1575
- function tr(t, e) {
1576
- if (typeof e != "object" || Qn(e))
1584
+ function rr(t, e) {
1585
+ if (typeof e != "object" || tr(e))
1577
1586
  return !1;
1578
1587
  if (e instanceof t)
1579
1588
  return !0;
1580
- var n = et(new t(""));
1581
- if (Ei(e))
1589
+ var n = nt(new t(""));
1590
+ if (Oi(e))
1582
1591
  for (; e; ) {
1583
- if (et(e) === n)
1592
+ if (nt(e) === n)
1584
1593
  return !0;
1585
1594
  e = Object.getPrototypeOf(e);
1586
1595
  }
1587
1596
  return !1;
1588
1597
  }
1589
- tr.bind(null, TypeError);
1590
- tr.bind(null, SyntaxError);
1591
- function it(t, e) {
1598
+ rr.bind(null, TypeError);
1599
+ rr.bind(null, SyntaxError);
1600
+ function ot(t, e) {
1592
1601
  var n = t instanceof Element || t instanceof HTMLDocument;
1593
- return n && e ? Ti(t, e) : n;
1602
+ return n && e ? Pi(t, e) : n;
1594
1603
  }
1595
- function Ti(t, e) {
1604
+ function Pi(t, e) {
1596
1605
  return e === void 0 && (e = ""), t && t.nodeName === e.toUpperCase();
1597
1606
  }
1598
- function ot(t) {
1607
+ function at(t) {
1599
1608
  var e = [].slice.call(arguments, 1);
1600
1609
  return function() {
1601
1610
  return t.apply(void 0, [].slice.call(arguments).concat(e));
1602
1611
  };
1603
1612
  }
1604
- ot(it, "form");
1605
- ot(it, "button");
1606
- ot(it, "input");
1607
- ot(it, "select");
1608
- function Oi(t) {
1609
- return t ? er(t) ? t : [t] : [];
1613
+ at(ot, "form");
1614
+ at(ot, "button");
1615
+ at(ot, "input");
1616
+ at(ot, "select");
1617
+ function ji(t) {
1618
+ return t ? nr(t) ? t : [t] : [];
1610
1619
  }
1611
- function rn(t) {
1620
+ function an(t) {
1612
1621
  try {
1613
1622
  return decodeURIComponent(t.replace(/\+/g, " "));
1614
1623
  } catch {
1615
1624
  return null;
1616
1625
  }
1617
1626
  }
1618
- function Pi() {
1619
- if (J) {
1627
+ function Ci() {
1628
+ if (H) {
1620
1629
  var t = navigator, e = t.languages;
1621
1630
  return t.userLanguage || (e && e.length ? e[0] : t.language);
1622
1631
  }
1623
1632
  }
1624
- function ji() {
1633
+ function xi() {
1625
1634
  try {
1626
1635
  return Intl.DateTimeFormat().resolvedOptions().timeZone;
1627
1636
  } catch {
1628
1637
  }
1629
1638
  }
1630
- function xi(t) {
1639
+ function Ai(t) {
1631
1640
  return function(e) {
1632
1641
  for (var n, r = /* @__PURE__ */ Object.create(null), i = /([^&=]+)=?([^&]*)/g; n = i.exec(e); ) {
1633
- var o = rn(n[1]), a = rn(n[2]);
1642
+ var o = an(n[1]), a = an(n[2]);
1634
1643
  o.substring(o.length - 2) === "[]" ? (r[o = o.substring(0, o.length - 2)] || (r[o] = [])).push(a) : r[o] = a === "" || a;
1635
1644
  }
1636
1645
  for (var s in r) {
1637
1646
  var h = s.split("[");
1638
- h.length > 1 && (Ci(r, h.map(function(p) {
1647
+ h.length > 1 && ($i(r, h.map(function(p) {
1639
1648
  return p.replace(/[?[\]\\ ]/g, "");
1640
1649
  }), r[s]), delete r[s]);
1641
1650
  }
@@ -1645,10 +1654,10 @@ function xi(t) {
1645
1654
  var n = e.match(/\?(.*)/);
1646
1655
  return n && n[1] ? n[1].split("#")[0] : "";
1647
1656
  }
1648
- return J && window.location.search.substring(1);
1657
+ return H && window.location.search.substring(1);
1649
1658
  }(t));
1650
1659
  }
1651
- function Ci(t, e, n) {
1660
+ function $i(t, e, n) {
1652
1661
  for (var r = e.length - 1, i = 0; i < r; ++i) {
1653
1662
  var o = e[i];
1654
1663
  if (o === "__proto__" || o === "constructor")
@@ -1657,14 +1666,14 @@ function Ci(t, e, n) {
1657
1666
  }
1658
1667
  t[e[r]] = n;
1659
1668
  }
1660
- function at() {
1669
+ function st() {
1661
1670
  for (var t = "", e = 0, n = 4294967295 * Math.random() | 0; e++ < 36; ) {
1662
1671
  var r = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"[e - 1], i = 15 & n;
1663
1672
  t += r == "-" || r == "4" ? r : (r == "x" ? i : 3 & i | 8).toString(16), n = e % 8 == 0 ? 4294967295 * Math.random() | 0 : n >> 4;
1664
1673
  }
1665
1674
  return t;
1666
1675
  }
1667
- function Ai(t, e) {
1676
+ function zi(t, e) {
1668
1677
  var n, r, i, o = null, a = 0, s = function() {
1669
1678
  a = /* @__PURE__ */ new Date(), o = null, i = t.apply(n, r);
1670
1679
  };
@@ -1675,20 +1684,20 @@ function Ai(t, e) {
1675
1684
  return n = this, r = arguments, p <= 0 ? (clearTimeout(o), o = null, a = h, i = t.apply(n, r)) : o || (o = setTimeout(s, p)), i;
1676
1685
  };
1677
1686
  }
1678
- var De = "global", Te = me + "global" + me, Oe = typeof self === nn && self.self === self && self || typeof global === nn && global.global === global && global || void 0;
1679
- function ge(t) {
1680
- return Oe[Te][t];
1687
+ var Ue = "global", Oe = ge + "global" + ge, Pe = typeof self === on && self.self === self && self || typeof global === on && global.global === global && global || void 0;
1688
+ function ye(t) {
1689
+ return Pe[Oe][t];
1681
1690
  }
1682
- function ye(t, e) {
1683
- return Oe[Te][t] = e;
1691
+ function ve(t, e) {
1692
+ return Pe[Oe][t] = e;
1684
1693
  }
1685
- function je(t) {
1686
- delete Oe[Te][t];
1694
+ function Ce(t) {
1695
+ delete Pe[Oe][t];
1687
1696
  }
1688
1697
  function xe(t, e, n) {
1689
1698
  var r;
1690
1699
  try {
1691
- if (Nt(t)) {
1700
+ if (Ut(t)) {
1692
1701
  var i = window[t];
1693
1702
  r = i[e].bind(i);
1694
1703
  }
@@ -1696,18 +1705,18 @@ function xe(t, e, n) {
1696
1705
  }
1697
1706
  return r || n;
1698
1707
  }
1699
- Oe[Te] || (Oe[Te] = {});
1700
- var Je = {};
1701
- function Nt(t) {
1702
- if (typeof Je[t] !== Fe)
1703
- return Je[t];
1708
+ Pe[Oe] || (Pe[Oe] = {});
1709
+ var Xe = {};
1710
+ function Ut(t) {
1711
+ if (typeof Xe[t] !== Je)
1712
+ return Xe[t];
1704
1713
  try {
1705
1714
  var e = window[t];
1706
- e.setItem(Fe, Fe), e.removeItem(Fe);
1715
+ e.setItem(Je, Je), e.removeItem(Je);
1707
1716
  } catch {
1708
- return Je[t] = !1;
1717
+ return Xe[t] = !1;
1709
1718
  }
1710
- return Je[t] = !0;
1719
+ return Xe[t] = !0;
1711
1720
  }
1712
1721
  function A() {
1713
1722
  return A = Object.assign || function(t) {
@@ -1719,18 +1728,18 @@ function A() {
1719
1728
  return t;
1720
1729
  }, A.apply(this, arguments);
1721
1730
  }
1722
- var re = "function", te = "undefined", $i = "@@redux/" + Math.random().toString(36), on = /* @__PURE__ */ function() {
1731
+ var re = "function", te = "undefined", Ni = "@@redux/" + Math.random().toString(36), sn = /* @__PURE__ */ function() {
1723
1732
  return typeof Symbol === re && Symbol.observable || "@@observable";
1724
- }(), He = " != " + re;
1725
- function nr(t, e, n) {
1733
+ }(), Ve = " != " + re;
1734
+ function ir(t, e, n) {
1726
1735
  var r;
1727
1736
  if (typeof e === re && typeof n === te && (n = e, e = void 0), typeof n !== te) {
1728
1737
  if (typeof n !== re)
1729
- throw new Error("enhancer" + He);
1730
- return n(nr)(t, e);
1738
+ throw new Error("enhancer" + Ve);
1739
+ return n(ir)(t, e);
1731
1740
  }
1732
1741
  if (typeof t !== re)
1733
- throw new Error("reducer" + He);
1742
+ throw new Error("reducer" + Ve);
1734
1743
  var i = t, o = e, a = [], s = a, h = !1;
1735
1744
  function p() {
1736
1745
  s === a && (s = a.slice());
@@ -1740,7 +1749,7 @@ function nr(t, e, n) {
1740
1749
  }
1741
1750
  function c(d) {
1742
1751
  if (typeof d !== re)
1743
- throw new Error("Listener" + He);
1752
+ throw new Error("Listener" + Ve);
1744
1753
  var w = !0;
1745
1754
  return p(), s.push(d), function() {
1746
1755
  if (w) {
@@ -1768,9 +1777,9 @@ function nr(t, e, n) {
1768
1777
  }
1769
1778
  return f({ type: "@@redux/INIT" }), (r = { dispatch: f, subscribe: c, getState: u, replaceReducer: function(d) {
1770
1779
  if (typeof d !== re)
1771
- throw new Error("next reducer" + He);
1780
+ throw new Error("next reducer" + Ve);
1772
1781
  i = d, f({ type: "@@redux/INIT" });
1773
- } })[on] = function() {
1782
+ } })[sn] = function() {
1774
1783
  var d, w = c;
1775
1784
  return (d = { subscribe: function(k) {
1776
1785
  if (typeof k != "object")
@@ -1779,16 +1788,16 @@ function nr(t, e, n) {
1779
1788
  k.next && k.next(u());
1780
1789
  }
1781
1790
  return v(), { unsubscribe: w(v) };
1782
- } })[on] = function() {
1791
+ } })[sn] = function() {
1783
1792
  return this;
1784
1793
  }, d;
1785
1794
  }, r;
1786
1795
  }
1787
- function zi(t, e) {
1796
+ function Di(t, e) {
1788
1797
  var n = e && e.type;
1789
1798
  return "action " + (n && n.toString() || "?") + "reducer " + t + " returns " + te;
1790
1799
  }
1791
- function Pe() {
1800
+ function je() {
1792
1801
  var t = [].slice.call(arguments);
1793
1802
  return t.length === 0 ? function(e) {
1794
1803
  return e;
@@ -1798,7 +1807,7 @@ function Pe() {
1798
1807
  };
1799
1808
  });
1800
1809
  }
1801
- function Ni() {
1810
+ function Ui() {
1802
1811
  var t = arguments;
1803
1812
  return function(e) {
1804
1813
  return function(n, r, i) {
@@ -1807,39 +1816,39 @@ function Ni() {
1807
1816
  } };
1808
1817
  return o = [].slice.call(t).map(function(p) {
1809
1818
  return p(h);
1810
- }), A({}, a, { dispatch: s = Pe.apply(void 0, o)(a.dispatch) });
1819
+ }), A({}, a, { dispatch: s = je.apply(void 0, o)(a.dispatch) });
1811
1820
  };
1812
1821
  };
1813
1822
  }
1814
- var oe = me + "anon_id", fe = me + "user_id", Ie = me + "user_traits", ne = "userId", ke = "anonymousId", qe = ["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"], Et = ["name", "EVENTS", "config", "loaded"], C = qe.reduce(function(t, e) {
1823
+ var oe = ge + "anon_id", me = ge + "user_id", Se = ge + "user_traits", ne = "userId", Ie = "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"], Ot = ["name", "EVENTS", "config", "loaded"], x = et.reduce(function(t, e) {
1815
1824
  return t[e] = e, t;
1816
1825
  }, { registerPluginType: function(t) {
1817
1826
  return "registerPlugin:" + t;
1818
1827
  }, pluginReadyType: function(t) {
1819
1828
  return "ready:" + t;
1820
- } }), an = /^utm_/, sn = /^an_prop_/, cn = /^an_trait_/;
1821
- function Di(t) {
1829
+ } }), cn = /^utm_/, un = /^an_prop_/, ln = /^an_trait_/;
1830
+ function Li(t) {
1822
1831
  var e = t.storage.setItem;
1823
1832
  return function(n) {
1824
1833
  return function(r) {
1825
1834
  return function(i) {
1826
- if (i.type === C.bootstrap) {
1835
+ if (i.type === x.bootstrap) {
1827
1836
  var o = i.params, a = i.user, s = i.persistedUser, h = i.initialUser, p = s.userId === a.userId;
1828
- s.anonymousId !== a.anonymousId && e(oe, a.anonymousId), p || e(fe, a.userId), h.traits && e(Ie, A({}, p && s.traits ? s.traits : {}, h.traits));
1837
+ s.anonymousId !== a.anonymousId && e(oe, a.anonymousId), p || e(me, a.userId), h.traits && e(Se, A({}, p && s.traits ? s.traits : {}, h.traits));
1829
1838
  var u = Object.keys(i.params);
1830
1839
  if (u.length) {
1831
1840
  var c = o.an_uid, f = o.an_event, d = u.reduce(function(w, k) {
1832
- if (k.match(an) || k.match(/^(d|g)clid/)) {
1833
- var v = k.replace(an, "");
1841
+ if (k.match(cn) || k.match(/^(d|g)clid/)) {
1842
+ var v = k.replace(cn, "");
1834
1843
  w.campaign[v === "campaign" ? "name" : v] = o[k];
1835
1844
  }
1836
- return k.match(sn) && (w.props[k.replace(sn, "")] = o[k]), k.match(cn) && (w.traits[k.replace(cn, "")] = o[k]), w;
1845
+ return k.match(un) && (w.props[k.replace(un, "")] = o[k]), k.match(ln) && (w.traits[k.replace(ln, "")] = o[k]), w;
1837
1846
  }, { campaign: {}, props: {}, traits: {} });
1838
- n.dispatch(A({ type: C.params, raw: o }, d, c ? { userId: c } : {})), c && setTimeout(function() {
1847
+ n.dispatch(A({ type: x.params, raw: o }, d, c ? { userId: c } : {})), c && setTimeout(function() {
1839
1848
  return t.identify(c, d.traits);
1840
1849
  }, 0), f && setTimeout(function() {
1841
1850
  return t.track(f, d.props);
1842
- }, 0), Object.keys(d.campaign).length && n.dispatch({ type: C.campaign, campaign: d.campaign });
1851
+ }, 0), Object.keys(d.campaign).length && n.dispatch({ type: x.campaign, campaign: d.campaign });
1843
1852
  }
1844
1853
  }
1845
1854
  return r(i);
@@ -1847,19 +1856,19 @@ function Di(t) {
1847
1856
  };
1848
1857
  };
1849
1858
  }
1850
- function Ui(t) {
1859
+ function Ri(t) {
1851
1860
  return function(e, n) {
1852
- if (e === void 0 && (e = {}), n === void 0 && (n = {}), n.type === C.setItemEnd) {
1861
+ if (e === void 0 && (e = {}), n === void 0 && (n = {}), n.type === x.setItemEnd) {
1853
1862
  if (n.key === oe)
1854
1863
  return A({}, e, { anonymousId: n.value });
1855
- if (n.key === fe)
1864
+ if (n.key === me)
1856
1865
  return A({}, e, { userId: n.value });
1857
1866
  }
1858
1867
  switch (n.type) {
1859
- case C.identify:
1868
+ case x.identify:
1860
1869
  return Object.assign({}, e, { userId: n.userId, traits: A({}, e.traits, n.traits) });
1861
- case C.reset:
1862
- return [fe, oe, Ie].forEach(function(r) {
1870
+ case x.reset:
1871
+ return [me, oe, Se].forEach(function(r) {
1863
1872
  t.removeItem(r);
1864
1873
  }), Object.assign({}, e, { userId: null, anonymousId: null, traits: {} });
1865
1874
  default:
@@ -1867,49 +1876,49 @@ function Ui(t) {
1867
1876
  }
1868
1877
  };
1869
1878
  }
1870
- function un(t) {
1871
- return { userId: t.getItem(fe), anonymousId: t.getItem(oe), traits: t.getItem(Ie) };
1879
+ function dn(t) {
1880
+ return { userId: t.getItem(me), anonymousId: t.getItem(oe), traits: t.getItem(Se) };
1872
1881
  }
1873
- var Tt = function(t) {
1874
- return me + "TEMP" + me + t;
1882
+ var Pt = function(t) {
1883
+ return ge + "TEMP" + ge + t;
1875
1884
  };
1876
- function Li(t) {
1885
+ function Mi(t) {
1877
1886
  var e = t.storage, n = e.setItem, r = e.removeItem, i = e.getItem;
1878
1887
  return function(o) {
1879
1888
  return function(a) {
1880
1889
  return function(s) {
1881
1890
  var h = s.userId, p = s.traits, u = s.options;
1882
- if (s.type === C.reset && ([fe, Ie, oe].forEach(function(d) {
1891
+ if (s.type === x.reset && ([me, Se, oe].forEach(function(d) {
1883
1892
  r(d);
1884
- }), [ne, ke, "traits"].forEach(function(d) {
1885
- je(Tt(d));
1886
- })), s.type === C.identify) {
1887
- i(oe) || n(oe, at());
1888
- var c = i(fe), f = i(Ie) || {};
1889
- c && c !== h && o.dispatch({ type: C.userIdChanged, old: { userId: c, traits: f }, new: { userId: h, traits: p }, options: u }), h && n(fe, h), p && n(Ie, A({}, f, p));
1893
+ }), [ne, Ie, "traits"].forEach(function(d) {
1894
+ Ce(Pt(d));
1895
+ })), s.type === x.identify) {
1896
+ i(oe) || n(oe, st());
1897
+ var c = i(me), f = i(Se) || {};
1898
+ c && c !== h && o.dispatch({ type: x.userIdChanged, old: { userId: c, traits: f }, new: { userId: h, traits: p }, options: u }), h && n(me, h), p && n(Se, A({}, f, p));
1890
1899
  }
1891
1900
  return a(s);
1892
1901
  };
1893
1902
  };
1894
1903
  };
1895
1904
  }
1896
- var Ne = {};
1897
- function ln(t, e) {
1898
- Ne[t] && V(Ne[t]) && (Ne[t](e), delete Ne[t]);
1905
+ var De = {};
1906
+ function hn(t, e) {
1907
+ De[t] && V(De[t]) && (De[t](e), delete De[t]);
1899
1908
  }
1900
- function rr(t, e, n) {
1909
+ function or(t, e, n) {
1901
1910
  return new Promise(function(r, i) {
1902
1911
  return e() ? r(t) : n < 1 ? i(A({}, t, { queue: !0 })) : new Promise(function(o) {
1903
1912
  return setTimeout(o, 10);
1904
1913
  }).then(function(o) {
1905
- return rr(t, e, n - 10).then(r, i);
1914
+ return or(t, e, n - 10).then(r, i);
1906
1915
  });
1907
1916
  });
1908
1917
  }
1909
- function Ri(t) {
1918
+ function Zi(t) {
1910
1919
  return { abort: t };
1911
1920
  }
1912
- function ir(t, e, n) {
1921
+ function ar(t, e, n) {
1913
1922
  var r = {}, i = e(), o = t.getState(), a = o.plugins, s = o.queue, h = o.user;
1914
1923
  if (!o.context.offline && s && s.actions && s.actions.length) {
1915
1924
  var p = s.actions.reduce(function(c, f, d) {
@@ -1920,11 +1929,11 @@ function ir(t, e, n) {
1920
1929
  var f = s.actions[c], d = f.plugin, w = f.payload.type, k = i[d][w];
1921
1930
  if (k && V(k)) {
1922
1931
  var v, E = function(l, b) {
1923
- return l === void 0 && (l = {}), b === void 0 && (b = {}), [ne, ke].reduce(function(P, j) {
1932
+ return l === void 0 && (l = {}), b === void 0 && (b = {}), [ne, Ie].reduce(function(P, j) {
1924
1933
  return l.hasOwnProperty(j) && b[j] && b[j] !== l[j] && (P[j] = b[j]), P;
1925
1934
  }, l);
1926
1935
  }(f.payload, h), S = r[E.meta.rid];
1927
- if (!S && (v = k({ payload: E, config: a[d].config, instance: n, abort: Ri })) && X(v) && v.abort)
1936
+ if (!S && (v = k({ payload: E, config: a[d].config, instance: n, abort: Zi })) && X(v) && v.abort)
1928
1937
  return void (r[E.meta.rid] = !0);
1929
1938
  if (!S) {
1930
1939
  var g = w + ":" + d;
@@ -1939,10 +1948,10 @@ function ir(t, e, n) {
1939
1948
  }
1940
1949
  }
1941
1950
  }
1942
- var pt = function(t) {
1951
+ var mt = function(t) {
1943
1952
  var e = t.data, n = t.action, r = t.instance, i = t.state, o = t.allPlugins, a = t.allMatches, s = t.store, h = t.EVENTS;
1944
1953
  try {
1945
- var p = i.plugins, u = i.context, c = n.type, f = c.match(Se), d = e.exact.map(function(v) {
1954
+ var p = i.plugins, u = i.context, c = n.type, f = c.match(_e), d = e.exact.map(function(v) {
1946
1955
  return v.pluginName;
1947
1956
  });
1948
1957
  f && (d = a.during.map(function(v) {
@@ -1952,19 +1961,19 @@ var pt = function(t) {
1952
1961
  return function(S, g, l) {
1953
1962
  var b = g.config, P = g.name, j = P + "." + S.type;
1954
1963
  l && (j = l.event);
1955
- var $ = S.type.match(Se) ? /* @__PURE__ */ function(L, R, _, I, x) {
1964
+ var $ = S.type.match(_e) ? /* @__PURE__ */ function(L, R, _, I, C) {
1956
1965
  return function(D, T) {
1957
- var W = I ? I.name : L, H = T && Me(T) ? T : _;
1958
- if (I && (!(H = T && Me(T) ? T : [L]).includes(L) || H.length !== 1))
1959
- throw new Error("Method " + R + " can only abort " + L + " plugin. " + JSON.stringify(H) + " input valid");
1960
- return A({}, x, { abort: { reason: D, plugins: H, caller: R, _: W } });
1966
+ var W = I ? I.name : L, J = T && Ze(T) ? T : _;
1967
+ if (I && (!(J = T && Ze(T) ? T : [L]).includes(L) || J.length !== 1))
1968
+ throw new Error("Method " + R + " can only abort " + L + " plugin. " + JSON.stringify(J) + " input valid");
1969
+ return A({}, C, { abort: { reason: D, plugins: J, caller: R, _: W } });
1961
1970
  };
1962
1971
  }(P, j, E, l, S) : /* @__PURE__ */ function(L, R) {
1963
1972
  return function() {
1964
1973
  throw new Error(L.type + " action not cancellable. Remove abort in " + R);
1965
1974
  };
1966
1975
  }(S, j);
1967
- return { payload: Mi(S), instance: v, config: b || {}, abort: $ };
1976
+ return { payload: Wi(S), instance: v, config: b || {}, abort: $ };
1968
1977
  };
1969
1978
  }(r, d), k = e.exact.reduce(function(v, E) {
1970
1979
  var S = E.pluginName, g = E.methodName, l = !1;
@@ -1983,19 +1992,19 @@ var pt = function(t) {
1983
1992
  try {
1984
1993
  return Promise.resolve(j).then(function(R) {
1985
1994
  return $.method && V($.method) ? (function(D, T) {
1986
- var W = yn(D);
1995
+ var W = wn(D);
1987
1996
  if (W && W.name === T) {
1988
- var H = yn(W.method);
1989
- throw new Error([T + " plugin is calling method " + D, "Plugins cant call self", "Use " + W.method + " " + (H ? "or " + H.method : "") + " in " + T + " plugin insteadof " + D].join(`
1997
+ var J = wn(W.method);
1998
+ throw new Error([T + " plugin is calling method " + D, "Plugins cant call self", "Use " + W.method + " " + (J ? "or " + J.method : "") + " in " + T + " plugin insteadof " + D].join(`
1990
1999
  `));
1991
2000
  }
1992
- }($.methodName, $.pluginName), Promise.resolve($.method({ payload: R, instance: r, abort: (_ = R, I = g, x = $.pluginName, function(D, T) {
1993
- return A({}, _, { abort: { reason: D, plugins: T || [I], caller: c, from: x || I } });
1994
- }), config: fn($.pluginName, p, o), plugins: p })).then(function(D) {
2001
+ }($.methodName, $.pluginName), Promise.resolve($.method({ payload: R, instance: r, abort: (_ = R, I = g, C = $.pluginName, function(D, T) {
2002
+ return A({}, _, { abort: { reason: D, plugins: T || [I], caller: c, from: C || I } });
2003
+ }), config: mn($.pluginName, p, o), plugins: p })).then(function(D) {
1995
2004
  var T = X(D) ? D : {};
1996
2005
  return Promise.resolve(A({}, R, T));
1997
2006
  })) : R;
1998
- var _, I, x;
2007
+ var _, I, C;
1999
2008
  });
2000
2009
  } catch (R) {
2001
2010
  return Promise.reject(R);
@@ -2016,20 +2025,20 @@ var pt = function(t) {
2016
2025
  var l = e.exact.length === g + 1, b = S.pluginName, P = o[b];
2017
2026
  return Promise.resolve(E).then(function(j) {
2018
2027
  var $ = v[b] ? v[b] : {};
2019
- if (f && ($ = j), gt($, b))
2020
- return mt({ data: $, method: c, instance: r, pluginName: b, store: s }), Promise.resolve(j);
2021
- if (gt(j, b))
2022
- return l && mt({ data: j, method: c, instance: r, store: s }), Promise.resolve(j);
2028
+ if (f && ($ = j), yt($, b))
2029
+ return gt({ data: $, method: c, instance: r, pluginName: b, store: s }), Promise.resolve(j);
2030
+ if (yt(j, b))
2031
+ return l && gt({ data: j, method: c, instance: r, store: s }), Promise.resolve(j);
2023
2032
  if (k.hasOwnProperty(b) && k[b] === !0)
2024
2033
  return s.dispatch({ type: "queue", plugin: b, payload: $, _: { called: "queue", from: "queueMechanism" } }), Promise.resolve(j);
2025
2034
  var L = w(v[b], o[b]);
2026
- return Promise.resolve(P[c]({ abort: L.abort, payload: $, instance: r, config: fn(b, p, o), plugins: p })).then(function(R) {
2027
- var _ = X(R) ? R : {}, I = A({}, j, _), x = v[b];
2028
- if (gt(x, b))
2029
- mt({ data: x, method: c, instance: r, pluginName: b, store: s });
2035
+ return Promise.resolve(P[c]({ abort: L.abort, payload: $, instance: r, config: mn(b, p, o), plugins: p })).then(function(R) {
2036
+ var _ = X(R) ? R : {}, I = A({}, j, _), C = v[b];
2037
+ if (yt(C, b))
2038
+ gt({ data: C, method: c, instance: r, pluginName: b, store: s });
2030
2039
  else {
2031
2040
  var D = c + ":" + b;
2032
- (D.match(/:/g) || []).length < 2 && !c.match(dn) && !c.match(hn) && r.dispatch(A({}, f ? I : $, { type: D, _: { called: D, from: "submethod" } }));
2041
+ (D.match(/:/g) || []).length < 2 && !c.match(fn) && !c.match(pn) && r.dispatch(A({}, f ? I : $, { type: D, _: { called: D, from: "submethod" } }));
2033
2042
  }
2034
2043
  return Promise.resolve(I);
2035
2044
  });
@@ -2038,11 +2047,11 @@ var pt = function(t) {
2038
2047
  return Promise.reject(j);
2039
2048
  }
2040
2049
  }, Promise.resolve(n))).then(function(E) {
2041
- if (!(c.match(Se) || c.match(/^registerPlugin/) || c.match(hn) || c.match(dn) || c.match(/^params/) || c.match(/^userIdChanged/))) {
2050
+ if (!(c.match(_e) || c.match(/^registerPlugin/) || c.match(pn) || c.match(fn) || c.match(/^params/) || c.match(/^userIdChanged/))) {
2042
2051
  if (h.plugins.includes(c), E._ && E._.originalAction === c)
2043
2052
  return E;
2044
2053
  var S = A({}, E, { _: { originalAction: E.type, called: E.type, from: "engineEnd" } });
2045
- or(E, e.exact.length) && !c.match(/End$/) && (S = A({}, S, { type: E.type + "Aborted" })), s.dispatch(S);
2054
+ sr(E, e.exact.length) && !c.match(/End$/) && (S = A({}, S, { type: E.type + "Aborted" })), s.dispatch(S);
2046
2055
  }
2047
2056
  return E;
2048
2057
  });
@@ -2050,53 +2059,53 @@ var pt = function(t) {
2050
2059
  } catch (v) {
2051
2060
  return Promise.reject(v);
2052
2061
  }
2053
- }, Se = /Start$/, dn = /^bootstrap/, hn = /^ready/;
2054
- function mt(t) {
2062
+ }, _e = /Start$/, fn = /^bootstrap/, pn = /^ready/;
2063
+ function gt(t) {
2055
2064
  var e = t.pluginName, n = t.method + "Aborted" + (e ? ":" + e : "");
2056
2065
  t.store.dispatch(A({}, t.data, { type: n, _: { called: n, from: "abort" } }));
2057
2066
  }
2058
- function fn(t, e, n) {
2067
+ function mn(t, e, n) {
2059
2068
  var r = e[t] || n[t];
2060
2069
  return r && r.config ? r.config : {};
2061
2070
  }
2062
- function pn(t, e) {
2071
+ function gn(t, e) {
2063
2072
  return e.reduce(function(n, r) {
2064
2073
  return r[t] ? n.concat({ methodName: t, pluginName: r.name, method: r[t] }) : n;
2065
2074
  }, []);
2066
2075
  }
2067
- function mn(t, e) {
2068
- var n = t.replace(Se, ""), r = e ? ":" + e : "";
2076
+ function yn(t, e) {
2077
+ var n = t.replace(_e, ""), r = e ? ":" + e : "";
2069
2078
  return ["" + t + r, "" + n + r, n + "End" + r];
2070
2079
  }
2071
- function gt(t, e) {
2080
+ function yt(t, e) {
2072
2081
  var n = t.abort;
2073
- return !!n && (n === !0 || gn(n, e) || n && gn(n.plugins, e));
2082
+ return !!n && (n === !0 || vn(n, e) || n && vn(n.plugins, e));
2074
2083
  }
2075
- function or(t, e) {
2084
+ function sr(t, e) {
2076
2085
  var n = t.abort;
2077
2086
  if (!n)
2078
2087
  return !1;
2079
2088
  if (n === !0 || ie(n))
2080
2089
  return !0;
2081
2090
  var r = n.plugins;
2082
- return Me(n) && n.length === e || Me(r) && r.length === e;
2091
+ return Ze(n) && n.length === e || Ze(r) && r.length === e;
2083
2092
  }
2084
- function Me(t) {
2093
+ function Ze(t) {
2085
2094
  return Array.isArray(t);
2086
2095
  }
2087
- function gn(t, e) {
2088
- return !(!t || !Me(t)) && t.includes(e);
2096
+ function vn(t, e) {
2097
+ return !(!t || !Ze(t)) && t.includes(e);
2089
2098
  }
2090
- function yn(t) {
2099
+ function wn(t) {
2091
2100
  var e = t.match(/(.*):(.*)/);
2092
2101
  return !!e && { method: e[1], name: e[2] };
2093
2102
  }
2094
- function Mi(t) {
2103
+ function Wi(t) {
2095
2104
  return Object.keys(t).reduce(function(e, n) {
2096
2105
  return n === "type" || (e[n] = X(t[n]) ? Object.assign({}, t[n]) : t[n]), e;
2097
2106
  }, {});
2098
2107
  }
2099
- function Zi(t, e, n) {
2108
+ function Ki(t, e, n) {
2100
2109
  var r = {};
2101
2110
  return function(i) {
2102
2111
  return function(o) {
@@ -2107,20 +2116,20 @@ function Zi(t, e, n) {
2107
2116
  }, p = a.type, u = a.plugins, c = a;
2108
2117
  if (a.abort)
2109
2118
  return Promise.resolve(o(a));
2110
- if (p === C.enablePlugin && i.dispatch({ type: C.initializeStart, plugins: u, disabled: [], fromEnable: !0, meta: a.meta }), p === C.disablePlugin && setTimeout(function() {
2111
- return ln(a.meta.rid, { payload: a });
2112
- }, 0), p === C.initializeEnd) {
2119
+ if (p === x.enablePlugin && i.dispatch({ type: x.initializeStart, plugins: u, disabled: [], fromEnable: !0, meta: a.meta }), p === x.disablePlugin && setTimeout(function() {
2120
+ return hn(a.meta.rid, { payload: a });
2121
+ }, 0), p === x.initializeEnd) {
2113
2122
  var f = e(), d = Object.keys(f), w = d.filter(function(l) {
2114
2123
  return u.includes(l);
2115
2124
  }).map(function(l) {
2116
2125
  return f[l];
2117
2126
  }), k = [], v = [], E = a.disabled, S = w.map(function(l) {
2118
2127
  var b = l.loaded, P = l.name, j = l.config;
2119
- return rr(l, function() {
2128
+ return or(l, function() {
2120
2129
  return b({ config: j });
2121
2130
  }, 1e4).then(function($) {
2122
- return r[P] || (i.dispatch({ type: C.pluginReadyType(P), name: P, events: Object.keys(l).filter(function(L) {
2123
- return !Et.includes(L);
2131
+ return r[P] || (i.dispatch({ type: x.pluginReadyType(P), name: P, events: Object.keys(l).filter(function(L) {
2132
+ return !Ot.includes(L);
2124
2133
  }) }), r[P] = !0), k = k.concat(P), l;
2125
2134
  }).catch(function($) {
2126
2135
  if ($ instanceof Error)
@@ -2131,61 +2140,61 @@ function Zi(t, e, n) {
2131
2140
  Promise.all(S).then(function(l) {
2132
2141
  var b = { plugins: k, failed: v, disabled: E };
2133
2142
  setTimeout(function() {
2134
- d.length === S.length + E.length && i.dispatch(A({}, { type: C.ready }, b));
2143
+ d.length === S.length + E.length && i.dispatch(A({}, { type: x.ready }, b));
2135
2144
  }, 0);
2136
2145
  });
2137
2146
  }
2138
2147
  var g = function() {
2139
- if (p !== C.bootstrap)
2148
+ if (p !== x.bootstrap)
2140
2149
  return /^ready:([^:]*)$/.test(p) && setTimeout(function() {
2141
- return ir(i, e, t);
2150
+ return ar(i, e, t);
2142
2151
  }, 0), Promise.resolve(function(l, b, P, j, $) {
2143
2152
  try {
2144
- var L = V(b) ? b() : b, R = l.type, _ = R.replace(Se, "");
2153
+ var L = V(b) ? b() : b, R = l.type, _ = R.replace(_e, "");
2145
2154
  if (l._ && l._.called)
2146
2155
  return Promise.resolve(l);
2147
- var I = P.getState(), x = (W = L, (H = I.plugins) === void 0 && (H = {}), (Ce = l.options) === void 0 && (Ce = {}), Object.keys(W).filter(function(m) {
2148
- var y = Ce.plugins || {};
2149
- return ki(y[m]) ? y[m] : y.all !== !1 && (!H[m] || H[m].enabled !== !1);
2156
+ var I = P.getState(), C = (W = L, (J = I.plugins) === void 0 && (J = {}), (Ae = l.options) === void 0 && (Ae = {}), Object.keys(W).filter(function(m) {
2157
+ var y = Ae.plugins || {};
2158
+ return Si(y[m]) ? y[m] : y.all !== !1 && (!J[m] || J[m].enabled !== !1);
2150
2159
  }).map(function(m) {
2151
2160
  return W[m];
2152
2161
  }));
2153
- R === C.initializeStart && l.fromEnable && (x = Object.keys(I.plugins).filter(function(m) {
2162
+ R === x.initializeStart && l.fromEnable && (C = Object.keys(I.plugins).filter(function(m) {
2154
2163
  var y = I.plugins[m];
2155
2164
  return l.plugins.includes(m) && !y.initialized;
2156
2165
  }).map(function(m) {
2157
2166
  return L[m];
2158
2167
  }));
2159
- var D = x.map(function(m) {
2168
+ var D = C.map(function(m) {
2160
2169
  return m.name;
2161
2170
  }), T = function(m, y, O) {
2162
- var z = mn(m).map(function(N) {
2163
- return pn(N, y);
2171
+ var z = yn(m).map(function(N) {
2172
+ return gn(N, y);
2164
2173
  });
2165
2174
  return y.reduce(function(N, U) {
2166
- var F = U.name, Z = mn(m, F).map(function(Ae) {
2167
- return pn(Ae, y);
2175
+ var F = U.name, Z = yn(m, F).map(function($e) {
2176
+ return gn($e, y);
2168
2177
  }), K = Z[0], M = Z[1], q = Z[2];
2169
2178
  return K.length && (N.beforeNS[F] = K), M.length && (N.duringNS[F] = M), q.length && (N.afterNS[F] = q), N;
2170
2179
  }, { before: z[0], beforeNS: {}, during: z[1], duringNS: {}, after: z[2], afterNS: {} });
2171
- }(R, x);
2172
- return Promise.resolve(pt({ action: l, data: { exact: T.before, namespaced: T.beforeNS }, state: I, allPlugins: L, allMatches: T, instance: P, store: j, EVENTS: $ })).then(function(m) {
2180
+ }(R, C);
2181
+ return Promise.resolve(mt({ action: l, data: { exact: T.before, namespaced: T.beforeNS }, state: I, allPlugins: L, allMatches: T, instance: P, store: j, EVENTS: $ })).then(function(m) {
2173
2182
  function y() {
2174
2183
  var N = function() {
2175
- if (R.match(Se))
2176
- return Promise.resolve(pt({ action: A({}, O, { type: _ + "End" }), data: { exact: T.after, namespaced: T.afterNS }, state: I, allPlugins: L, allMatches: T, instance: P, store: j, EVENTS: $ })).then(function(U) {
2177
- U.meta && U.meta.hasCallback && ln(U.meta.rid, { payload: U });
2184
+ if (R.match(_e))
2185
+ return Promise.resolve(mt({ action: A({}, O, { type: _ + "End" }), data: { exact: T.after, namespaced: T.afterNS }, state: I, allPlugins: L, allMatches: T, instance: P, store: j, EVENTS: $ })).then(function(U) {
2186
+ U.meta && U.meta.hasCallback && hn(U.meta.rid, { payload: U });
2178
2187
  });
2179
2188
  }();
2180
2189
  return N && N.then ? N.then(function() {
2181
2190
  return m;
2182
2191
  }) : m;
2183
2192
  }
2184
- if (or(m, D.length))
2193
+ if (sr(m, D.length))
2185
2194
  return m;
2186
2195
  var O, z = function() {
2187
2196
  if (R !== _)
2188
- return Promise.resolve(pt({ action: A({}, m, { type: _ }), data: { exact: T.during, namespaced: T.duringNS }, state: I, allPlugins: L, allMatches: T, instance: P, store: j, EVENTS: $ })).then(function(N) {
2197
+ return Promise.resolve(mt({ action: A({}, m, { type: _ }), data: { exact: T.during, namespaced: T.duringNS }, state: I, allPlugins: L, allMatches: T, instance: P, store: j, EVENTS: $ })).then(function(N) {
2189
2198
  O = N;
2190
2199
  });
2191
2200
  O = m;
@@ -2195,7 +2204,7 @@ function Zi(t, e, n) {
2195
2204
  } catch (m) {
2196
2205
  return Promise.reject(m);
2197
2206
  }
2198
- var W, H, Ce;
2207
+ var W, J, Ae;
2199
2208
  }(a, e, t, i, n)).then(function(l) {
2200
2209
  return s = 1, o(l);
2201
2210
  });
@@ -2208,22 +2217,22 @@ function Zi(t, e, n) {
2208
2217
  };
2209
2218
  };
2210
2219
  }
2211
- function Wi(t) {
2220
+ function Fi(t) {
2212
2221
  return function(e) {
2213
2222
  return function(n) {
2214
2223
  return function(r) {
2215
2224
  var i = r.type, o = r.key, a = r.value, s = r.options;
2216
- if (i === C.setItem || i === C.removeItem) {
2225
+ if (i === x.setItem || i === x.removeItem) {
2217
2226
  if (r.abort)
2218
2227
  return n(r);
2219
- i === C.setItem ? t.setItem(o, a, s) : t.removeItem(o, s);
2228
+ i === x.setItem ? t.setItem(o, a, s) : t.removeItem(o, s);
2220
2229
  }
2221
2230
  return n(r);
2222
2231
  };
2223
2232
  };
2224
2233
  };
2225
2234
  }
2226
- var Ki = function() {
2235
+ var Hi = function() {
2227
2236
  var t = this;
2228
2237
  this.before = [], this.after = [], this.addMiddleware = function(e, n) {
2229
2238
  t[n] = t[n].concat(e);
@@ -2241,169 +2250,169 @@ var Ki = function() {
2241
2250
  } }, a = t[e].map(function(s) {
2242
2251
  return s(o);
2243
2252
  });
2244
- return Pe.apply(void 0, a)(r)(i);
2253
+ return je.apply(void 0, a)(r)(i);
2245
2254
  };
2246
2255
  };
2247
2256
  };
2248
2257
  };
2249
2258
  };
2250
- function Fi(t) {
2259
+ function Ji(t) {
2251
2260
  return function(e, n) {
2252
2261
  e === void 0 && (e = {});
2253
2262
  var r = {};
2254
2263
  if (n.type === "initialize:aborted")
2255
2264
  return e;
2256
2265
  if (/^registerPlugin:([^:]*)$/.test(n.type)) {
2257
- var i = vn(n.type, "registerPlugin"), o = t()[i];
2266
+ var i = bn(n.type, "registerPlugin"), o = t()[i];
2258
2267
  if (!o || !i)
2259
2268
  return e;
2260
2269
  var a = n.enabled, s = o.config;
2261
2270
  return r[i] = { enabled: a, initialized: !!a && !o.initialize, loaded: !!a && !!o.loaded({ config: s }), config: s }, A({}, e, r);
2262
2271
  }
2263
2272
  if (/^initialize:([^:]*)$/.test(n.type)) {
2264
- var h = vn(n.type, C.initialize), p = t()[h];
2273
+ var h = bn(n.type, x.initialize), p = t()[h];
2265
2274
  return p && h ? (r[h] = A({}, e[h], { initialized: !0, loaded: !!p.loaded({ config: p.config }) }), A({}, e, r)) : e;
2266
2275
  }
2267
2276
  if (/^ready:([^:]*)$/.test(n.type))
2268
2277
  return r[n.name] = A({}, e[n.name], { loaded: !0 }), A({}, e, r);
2269
2278
  switch (n.type) {
2270
- case C.disablePlugin:
2271
- return A({}, e, wn(n.plugins, !1, e));
2272
- case C.enablePlugin:
2273
- return A({}, e, wn(n.plugins, !0, e));
2279
+ case x.disablePlugin:
2280
+ return A({}, e, kn(n.plugins, !1, e));
2281
+ case x.enablePlugin:
2282
+ return A({}, e, kn(n.plugins, !0, e));
2274
2283
  default:
2275
2284
  return e;
2276
2285
  }
2277
2286
  };
2278
2287
  }
2279
- function vn(t, e) {
2288
+ function bn(t, e) {
2280
2289
  return t.substring(e.length + 1, t.length);
2281
2290
  }
2282
- function wn(t, e, n) {
2291
+ function kn(t, e, n) {
2283
2292
  return t.reduce(function(r, i) {
2284
2293
  return r[i] = A({}, n[i], { enabled: e }), r;
2285
2294
  }, n);
2286
2295
  }
2287
- function ar(t) {
2296
+ function cr(t) {
2288
2297
  try {
2289
2298
  return JSON.parse(JSON.stringify(t));
2290
2299
  } catch {
2291
2300
  }
2292
2301
  return t;
2293
2302
  }
2294
- var Ji = { last: {}, history: [] };
2295
- function Hi(t, e) {
2296
- t === void 0 && (t = Ji);
2303
+ var Xi = { last: {}, history: [] };
2304
+ function Vi(t, e) {
2305
+ t === void 0 && (t = Xi);
2297
2306
  var n = e.options, r = e.meta;
2298
- if (e.type === C.track) {
2299
- var i = ar(A({ event: e.event, properties: e.properties }, Object.keys(n).length && { options: n }, { meta: r }));
2307
+ if (e.type === x.track) {
2308
+ var i = cr(A({ event: e.event, properties: e.properties }, Object.keys(n).length && { options: n }, { meta: r }));
2300
2309
  return A({}, t, { last: i, history: t.history.concat(i) });
2301
2310
  }
2302
2311
  return t;
2303
2312
  }
2304
- var Xi = { actions: [] };
2305
- function Vi(t, e) {
2306
- t === void 0 && (t = Xi);
2313
+ var Yi = { actions: [] };
2314
+ function Gi(t, e) {
2315
+ t === void 0 && (t = Yi);
2307
2316
  var n = e.payload;
2308
2317
  switch (e.type) {
2309
2318
  case "queue":
2310
2319
  var r;
2311
- return r = n && n.type && n.type === C.identify ? [e].concat(t.actions) : t.actions.concat(e), A({}, t, { actions: r });
2320
+ return r = n && n.type && n.type === x.identify ? [e].concat(t.actions) : t.actions.concat(e), A({}, t, { actions: r });
2312
2321
  case "dequeue":
2313
2322
  return [];
2314
2323
  default:
2315
2324
  return t;
2316
2325
  }
2317
2326
  }
2318
- var sr = /#.*$/;
2319
- function Yi(t) {
2327
+ var ur = /#.*$/;
2328
+ function Bi(t) {
2320
2329
  var e = /(http[s]?:\/\/)?([^\/\s]+\/)(.*)/g.exec(t);
2321
- return "/" + (e && e[3] ? e[3].split("?")[0].replace(sr, "") : "");
2330
+ return "/" + (e && e[3] ? e[3].split("?")[0].replace(ur, "") : "");
2322
2331
  }
2323
- var cr, ur, lr, dr, Gi = function(t) {
2324
- if (t === void 0 && (t = {}), !J)
2332
+ var lr, dr, hr, fr, qi = function(t) {
2333
+ if (t === void 0 && (t = {}), !H)
2325
2334
  return t;
2326
2335
  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) {
2327
2336
  var d = function() {
2328
- if (J) {
2337
+ if (H) {
2329
2338
  for (var w, k = document.getElementsByTagName("link"), v = 0; w = k[v]; v++)
2330
2339
  if (w.getAttribute("rel") === "canonical")
2331
2340
  return w.getAttribute("href");
2332
2341
  }
2333
2342
  }();
2334
- return d ? d.match(/\?/) ? d : d + f : window.location.href.replace(sr, "");
2335
- }(p), c = { title: n, url: u, path: Yi(u), hash: h, search: p, width: a, height: s };
2343
+ return d ? d.match(/\?/) ? d : d + f : window.location.href.replace(ur, "");
2344
+ }(p), c = { title: n, url: u, path: Bi(u), hash: h, search: p, width: a, height: s };
2336
2345
  return r && r !== "" && (c.referrer = r), A({}, c, t);
2337
- }, Bi = { last: {}, history: [] };
2338
- function qi(t, e) {
2339
- t === void 0 && (t = Bi);
2346
+ }, Qi = { last: {}, history: [] };
2347
+ function eo(t, e) {
2348
+ t === void 0 && (t = Qi);
2340
2349
  var n = e.options;
2341
- if (e.type === C.page) {
2342
- var r = ar(A({ properties: e.properties, meta: e.meta }, Object.keys(n).length && { options: n }));
2350
+ if (e.type === x.page) {
2351
+ var r = cr(A({ properties: e.properties, meta: e.meta }, Object.keys(n).length && { options: n }));
2343
2352
  return A({}, t, { last: r, history: t.history.concat(r) });
2344
2353
  }
2345
2354
  return t;
2346
2355
  }
2347
- cr = function() {
2348
- if (!J)
2356
+ lr = function() {
2357
+ if (!H)
2349
2358
  return !1;
2350
2359
  var t = navigator.appVersion;
2351
2360
  return ~t.indexOf("Win") ? "Windows" : ~t.indexOf("Mac") ? "MacOS" : ~t.indexOf("X11") ? "UNIX" : ~t.indexOf("Linux") ? "Linux" : "Unknown OS";
2352
- }(), ur = J ? document.referrer : null, lr = Pi(), dr = ji();
2353
- var bn = { initialized: !1, sessionId: at(), app: null, version: null, debug: !1, offline: !!J && !navigator.onLine, os: { name: cr }, userAgent: J ? navigator.userAgent : "node", library: { name: "analytics", version: "0.12.7" }, timezone: dr, locale: lr, campaign: {}, referrer: ur };
2354
- function Qi(t, e) {
2355
- t === void 0 && (t = bn);
2361
+ }(), dr = H ? document.referrer : null, hr = Ci(), fr = xi();
2362
+ var In = { initialized: !1, sessionId: st(), app: null, version: null, debug: !1, offline: !!H && !navigator.onLine, os: { name: lr }, userAgent: H ? navigator.userAgent : "node", library: { name: "analytics", version: "0.12.7" }, timezone: fr, locale: hr, campaign: {}, referrer: dr };
2363
+ function to(t, e) {
2364
+ t === void 0 && (t = In);
2356
2365
  var n = t.initialized, r = e.campaign;
2357
2366
  switch (e.type) {
2358
- case C.campaign:
2367
+ case x.campaign:
2359
2368
  return A({}, t, { campaign: r });
2360
- case C.offline:
2369
+ case x.offline:
2361
2370
  return A({}, t, { offline: !0 });
2362
- case C.online:
2371
+ case x.online:
2363
2372
  return A({}, t, { offline: !1 });
2364
2373
  default:
2365
- return n ? t : A({}, bn, t, { initialized: !0 });
2374
+ return n ? t : A({}, In, t, { initialized: !0 });
2366
2375
  }
2367
2376
  }
2368
- var eo = ["plugins", "reducers", "storage"];
2369
- function to(t, e, n) {
2370
- if (J) {
2377
+ var no = ["plugins", "reducers", "storage"];
2378
+ function ro(t, e, n) {
2379
+ if (H) {
2371
2380
  var r = window[(n ? "add" : "remove") + "EventListener"];
2372
2381
  t.split(" ").forEach(function(i) {
2373
2382
  r(i, e);
2374
2383
  });
2375
2384
  }
2376
2385
  }
2377
- function no(t) {
2378
- var e = to.bind(null, "online offline", function(n) {
2386
+ function io(t) {
2387
+ var e = ro.bind(null, "online offline", function(n) {
2379
2388
  return Promise.resolve(!navigator.onLine).then(t);
2380
2389
  });
2381
2390
  return e(!0), function(n) {
2382
2391
  return e(!1);
2383
2392
  };
2384
2393
  }
2385
- function hr() {
2386
- return ye("analytics", []), function(t) {
2394
+ function pr() {
2395
+ return ve("analytics", []), function(t) {
2387
2396
  return function(e, n, r) {
2388
2397
  var i = t(e, n, r), o = i.dispatch;
2389
2398
  return Object.assign(i, { dispatch: function(a) {
2390
- return Oe[Te].analytics.push(a.action || a), o(a);
2399
+ return Pe[Oe].analytics.push(a.action || a), o(a);
2391
2400
  } });
2392
2401
  };
2393
2402
  };
2394
2403
  }
2395
- function kn(t) {
2404
+ function Sn(t) {
2396
2405
  return function() {
2397
- return Pe(Pe.apply(null, arguments), hr());
2406
+ return je(je.apply(null, arguments), pr());
2398
2407
  };
2399
2408
  }
2400
- function yt(t) {
2401
- return t ? er(t) ? t : [t] : [];
2409
+ function vt(t) {
2410
+ return t ? nr(t) ? t : [t] : [];
2402
2411
  }
2403
- function In(t, e, n) {
2412
+ function _n(t, e, n) {
2404
2413
  t === void 0 && (t = {});
2405
- var r, i, o = at();
2406
- return e && (Ne[o] = (r = e, i = function(a) {
2414
+ var r, i, o = st();
2415
+ return e && (De[o] = (r = e, i = function(a) {
2407
2416
  for (var s, h = a || Array.prototype.slice.call(arguments), p = 0; p < h.length; p++)
2408
2417
  if (V(h[p])) {
2409
2418
  s = h[p];
@@ -2414,7 +2423,7 @@ function In(t, e, n) {
2414
2423
  i && i(a), r(a);
2415
2424
  })), A({}, t, { rid: o, ts: (/* @__PURE__ */ new Date()).getTime() }, e ? { hasCallback: !0 } : {});
2416
2425
  }
2417
- function ro(t) {
2426
+ function oo(t) {
2418
2427
  t === void 0 && (t = {});
2419
2428
  var e = t.reducers || {}, n = t.initialUser || {}, r = (t.plugins || []).reduce(function(m, y) {
2420
2429
  if (V(y))
@@ -2439,35 +2448,35 @@ function ro(t) {
2439
2448
  return m.plugins[y.name] = y, m.plugins[y.name].loaded || (m.plugins[y.name].loaded = function() {
2440
2449
  return !0;
2441
2450
  }), m;
2442
- }, { plugins: {}, pluginEnabled: {}, methods: {}, pluginsArray: [], middlewares: [], events: [] }), i = t.storage ? t.storage : { getItem: ge, setItem: ye, removeItem: je }, o = /* @__PURE__ */ function(m) {
2451
+ }, { plugins: {}, pluginEnabled: {}, methods: {}, pluginsArray: [], middlewares: [], events: [] }), i = t.storage ? t.storage : { getItem: ye, setItem: ve, removeItem: Ce }, o = /* @__PURE__ */ function(m) {
2443
2452
  return function(y, O, z) {
2444
- return O.getState("user")[y] || (z && X(z) && z[y] ? z[y] : un(m)[y] || ge(Tt(y)) || null);
2453
+ return O.getState("user")[y] || (z && X(z) && z[y] ? z[y] : dn(m)[y] || ye(Pt(y)) || null);
2445
2454
  };
2446
2455
  }(i), a = r.plugins, s = r.events.filter(function(m) {
2447
- return !Et.includes(m);
2448
- }).sort(), h = new Set(s.concat(qe).filter(function(m) {
2449
- return !Et.includes(m);
2456
+ return !Ot.includes(m);
2457
+ }).sort(), h = new Set(s.concat(et).filter(function(m) {
2458
+ return !Ot.includes(m);
2450
2459
  })), p = Array.from(h).sort(), u = function() {
2451
2460
  return a;
2452
- }, c = new Ki(), f = c.addMiddleware, d = c.removeMiddleware, w = c.dynamicMiddlewares, k = function() {
2461
+ }, c = new Hi(), f = c.addMiddleware, d = c.removeMiddleware, w = c.dynamicMiddlewares, k = function() {
2453
2462
  throw new Error("Abort disabled inListener");
2454
- }, v = xi(), E = un(i), S = A({}, E, n, v.an_uid ? { userId: v.an_uid } : {}, v.an_aid ? { anonymousId: v.an_aid } : {});
2455
- S.anonymousId || (S.anonymousId = at());
2463
+ }, v = Ai(), E = dn(i), S = A({}, E, n, v.an_uid ? { userId: v.an_uid } : {}, v.an_aid ? { anonymousId: v.an_aid } : {});
2464
+ S.anonymousId || (S.anonymousId = st());
2456
2465
  var g = A({ enable: function(m, y) {
2457
2466
  return new Promise(function(O) {
2458
- T.dispatch({ type: C.enablePlugin, plugins: yt(m), _: { originalAction: C.enablePlugin } }, O, [y]);
2467
+ T.dispatch({ type: x.enablePlugin, plugins: vt(m), _: { originalAction: x.enablePlugin } }, O, [y]);
2459
2468
  });
2460
2469
  }, disable: function(m, y) {
2461
2470
  return new Promise(function(O) {
2462
- T.dispatch({ type: C.disablePlugin, plugins: yt(m), _: { originalAction: C.disablePlugin } }, O, [y]);
2471
+ T.dispatch({ type: x.disablePlugin, plugins: vt(m), _: { originalAction: x.disablePlugin } }, O, [y]);
2463
2472
  });
2464
2473
  } }, r.methods), l = !1, b = { identify: function(m, y, O, z) {
2465
2474
  try {
2466
2475
  var N = ie(m) ? m : null, U = X(m) ? m : y, F = O || {}, Z = b.user();
2467
- ye(Tt(ne), N);
2476
+ ve(Pt(ne), N);
2468
2477
  var K = N || U.userId || o(ne, b, U);
2469
2478
  return Promise.resolve(new Promise(function(M) {
2470
- T.dispatch(A({ type: C.identifyStart, userId: K, traits: U || {}, options: F, anonymousId: Z.anonymousId }, Z.id && Z.id !== N && { previousId: Z.id }), M, [y, O, z]);
2479
+ T.dispatch(A({ type: x.identifyStart, userId: K, traits: U || {}, options: F, anonymousId: Z.anonymousId }, Z.id && Z.id !== N && { previousId: Z.id }), M, [y, O, z]);
2471
2480
  }));
2472
2481
  } catch (M) {
2473
2482
  return Promise.reject(M);
@@ -2479,7 +2488,7 @@ function ro(t) {
2479
2488
  throw new Error("EventMissing");
2480
2489
  var U = X(m) ? m : y || {}, F = X(O) ? O : {};
2481
2490
  return Promise.resolve(new Promise(function(Z) {
2482
- T.dispatch({ type: C.trackStart, event: N, properties: U, options: F, userId: o(ne, b, y), anonymousId: o(ke, b, y) }, Z, [y, O, z]);
2491
+ T.dispatch({ type: x.trackStart, event: N, properties: U, options: F, userId: o(ne, b, y), anonymousId: o(Ie, b, y) }, Z, [y, O, z]);
2483
2492
  }));
2484
2493
  } catch (Z) {
2485
2494
  return Promise.reject(Z);
@@ -2488,7 +2497,7 @@ function ro(t) {
2488
2497
  try {
2489
2498
  var z = X(m) ? m : {}, N = X(y) ? y : {};
2490
2499
  return Promise.resolve(new Promise(function(U) {
2491
- T.dispatch({ type: C.pageStart, properties: Gi(z), options: N, userId: o(ne, b, z), anonymousId: o(ke, b, z) }, U, [m, y, O]);
2500
+ T.dispatch({ type: x.pageStart, properties: qi(z), options: N, userId: o(ne, b, z), anonymousId: o(Ie, b, z) }, U, [m, y, O]);
2492
2501
  }));
2493
2502
  } catch (U) {
2494
2503
  return Promise.reject(U);
@@ -2496,22 +2505,22 @@ function ro(t) {
2496
2505
  }, user: function(m) {
2497
2506
  if (m === ne || m === "id")
2498
2507
  return o(ne, b);
2499
- if (m === ke || m === "anonId")
2500
- return o(ke, b);
2508
+ if (m === Ie || m === "anonId")
2509
+ return o(Ie, b);
2501
2510
  var y = b.getState("user");
2502
- return m ? tn(y, m) : y;
2511
+ return m ? rn(y, m) : y;
2503
2512
  }, reset: function(m) {
2504
2513
  return new Promise(function(y) {
2505
- T.dispatch({ type: C.resetStart }, y, m);
2514
+ T.dispatch({ type: x.resetStart }, y, m);
2506
2515
  });
2507
2516
  }, ready: function(m) {
2508
- return l && m({ plugins: g, instance: b }), b.on(C.ready, function(y) {
2517
+ return l && m({ plugins: g, instance: b }), b.on(x.ready, function(y) {
2509
2518
  m(y), l = !0;
2510
2519
  });
2511
2520
  }, on: function(m, y) {
2512
2521
  if (!m || !V(y))
2513
2522
  return !1;
2514
- if (m === C.bootstrap)
2523
+ if (m === x.bootstrap)
2515
2524
  throw new Error(".on disabled for " + m);
2516
2525
  var O = /Start$|Start:/;
2517
2526
  if (m === "*") {
@@ -2528,11 +2537,11 @@ function ro(t) {
2528
2537
  };
2529
2538
  };
2530
2539
  };
2531
- return f(z, Xe), f(N, Ve), function() {
2532
- d(z, Xe), d(N, Ve);
2540
+ return f(z, Ye), f(N, Ge), function() {
2541
+ d(z, Ye), d(N, Ge);
2533
2542
  };
2534
2543
  }
2535
- var U = m.match(O) ? Xe : Ve, F = function(Z) {
2544
+ var U = m.match(O) ? Ye : Ge, F = function(Z) {
2536
2545
  return function(K) {
2537
2546
  return function(M) {
2538
2547
  return M.type === m && y({ payload: M, instance: b, plugins: a, abort: k }), K(M);
@@ -2545,7 +2554,7 @@ function ro(t) {
2545
2554
  }, once: function(m, y) {
2546
2555
  if (!m || !V(y))
2547
2556
  return !1;
2548
- if (m === C.bootstrap)
2557
+ if (m === x.bootstrap)
2549
2558
  throw new Error(".once disabled for " + m);
2550
2559
  var O = b.on(m, function(z) {
2551
2560
  y({ payload: z.payload, instance: b, plugins: a, abort: k }), O();
@@ -2553,40 +2562,40 @@ function ro(t) {
2553
2562
  return O;
2554
2563
  }, getState: function(m) {
2555
2564
  var y = T.getState();
2556
- return m ? tn(y, m) : Object.assign({}, y);
2565
+ return m ? rn(y, m) : Object.assign({}, y);
2557
2566
  }, dispatch: function(m) {
2558
2567
  var y = ie(m) ? { type: m } : m;
2559
- if (qe.includes(y.type))
2568
+ if (et.includes(y.type))
2560
2569
  throw new Error("reserved action " + y.type);
2561
2570
  var O = A({}, y, { _: A({ originalAction: y.type }, m._ || {}) });
2562
2571
  T.dispatch(O);
2563
2572
  }, enablePlugin: g.enable, disablePlugin: g.disable, plugins: g, storage: { getItem: i.getItem, setItem: function(m, y, O) {
2564
- T.dispatch({ type: C.setItemStart, key: m, value: y, options: O });
2573
+ T.dispatch({ type: x.setItemStart, key: m, value: y, options: O });
2565
2574
  }, removeItem: function(m, y) {
2566
- T.dispatch({ type: C.removeItemStart, key: m, options: y });
2575
+ T.dispatch({ type: x.removeItemStart, key: m, options: y });
2567
2576
  } }, setAnonymousId: function(m, y) {
2568
2577
  b.storage.setItem(oe, m, y);
2569
- }, events: { core: qe, plugins: s } }, P = r.middlewares.concat([function(m) {
2578
+ }, events: { core: et, plugins: s } }, P = r.middlewares.concat([function(m) {
2570
2579
  return function(y) {
2571
2580
  return function(O) {
2572
- return O.meta || (O.meta = In()), y(O);
2581
+ return O.meta || (O.meta = _n()), y(O);
2573
2582
  };
2574
2583
  };
2575
- }, w(Xe), Zi(b, u, { all: p, plugins: s }), Wi(i), Di(b), Li(b), w(Ve)]), j = { context: Qi, user: Ui(i), page: qi, track: Hi, plugins: Fi(u), queue: Vi }, $ = Pe, L = Pe;
2576
- if (J && t.debug) {
2584
+ }, w(Ye), Ki(b, u, { all: p, plugins: s }), Fi(i), Li(b), Mi(b), w(Ge)]), j = { context: to, user: Ri(i), page: eo, track: Vi, plugins: Ji(u), queue: Gi }, $ = je, L = je;
2585
+ if (H && t.debug) {
2577
2586
  var R = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__;
2578
2587
  R && ($ = R({ trace: !0, traceLimit: 25 })), L = function() {
2579
- return arguments.length === 0 ? hr() : X(typeof arguments[0]) ? kn() : kn().apply(null, arguments);
2588
+ return arguments.length === 0 ? pr() : X(typeof arguments[0]) ? Sn() : Sn().apply(null, arguments);
2580
2589
  };
2581
2590
  }
2582
2591
  var _, I = function(m) {
2583
2592
  return Object.keys(m).reduce(function(y, O) {
2584
- return eo.includes(O) || (y[O] = m[O]), y;
2593
+ return no.includes(O) || (y[O] = m[O]), y;
2585
2594
  }, {});
2586
- }(t), x = r.pluginsArray.reduce(function(m, y) {
2595
+ }(t), C = r.pluginsArray.reduce(function(m, y) {
2587
2596
  var O = y.name, z = y.config, N = y.loaded, U = r.pluginEnabled[O];
2588
2597
  return m[O] = { enabled: U, initialized: !!U && !y.initialize, loaded: !!N({ config: z }), config: z }, m;
2589
- }, {}), D = { context: I, user: S, plugins: x }, T = nr(function(m) {
2598
+ }, {}), D = { context: I, user: S, plugins: C }, T = ir(function(m) {
2590
2599
  for (var y = Object.keys(m), O = {}, z = 0; z < y.length; z++) {
2591
2600
  var N = y[z];
2592
2601
  typeof m[N] === re && (O[N] = m[N]);
@@ -2596,7 +2605,7 @@ function ro(t) {
2596
2605
  (function(Z) {
2597
2606
  Object.keys(Z).forEach(function(K) {
2598
2607
  var M = Z[K];
2599
- if (typeof M(void 0, { type: "@@redux/INIT" }) === te || typeof M(void 0, { type: $i }) === te)
2608
+ if (typeof M(void 0, { type: "@@redux/INIT" }) === te || typeof M(void 0, { type: Ni }) === te)
2600
2609
  throw new Error("reducer " + K + " " + te);
2601
2610
  });
2602
2611
  })(O);
@@ -2606,69 +2615,69 @@ function ro(t) {
2606
2615
  return function(Z, K) {
2607
2616
  if (Z === void 0 && (Z = {}), U)
2608
2617
  throw U;
2609
- for (var M = !1, q = {}, Ae = 0; Ae < F.length; Ae++) {
2610
- var We = F[Ae], Wt = Z[We], ut = (0, O[We])(Wt, K);
2611
- if (typeof ut === te) {
2612
- var Sr = zi(We, K);
2613
- throw new Error(Sr);
2618
+ for (var M = !1, q = {}, $e = 0; $e < F.length; $e++) {
2619
+ var Fe = F[$e], Ft = Z[Fe], lt = (0, O[Fe])(Ft, K);
2620
+ if (typeof lt === te) {
2621
+ var Er = Di(Fe, K);
2622
+ throw new Error(Er);
2614
2623
  }
2615
- q[We] = ut, M = M || ut !== Wt;
2624
+ q[Fe] = lt, M = M || lt !== Ft;
2616
2625
  }
2617
2626
  return M ? q : Z;
2618
2627
  };
2619
- }(A({}, j, e)), D, L($(Ni.apply(void 0, P))));
2628
+ }(A({}, j, e)), D, L($(Ui.apply(void 0, P))));
2620
2629
  T.dispatch = (_ = T.dispatch, function(m, y, O) {
2621
- var z = A({}, m, { meta: In(m.meta, y, yt(O)) });
2630
+ var z = A({}, m, { meta: _n(m.meta, y, vt(O)) });
2622
2631
  return _.apply(null, [z]);
2623
2632
  });
2624
2633
  var W = Object.keys(a);
2625
- T.dispatch({ type: C.bootstrap, plugins: W, config: I, params: v, user: S, initialUser: n, persistedUser: E });
2626
- var H = W.filter(function(m) {
2634
+ T.dispatch({ type: x.bootstrap, plugins: W, config: I, params: v, user: S, initialUser: n, persistedUser: E });
2635
+ var J = W.filter(function(m) {
2627
2636
  return r.pluginEnabled[m];
2628
- }), Ce = W.filter(function(m) {
2637
+ }), Ae = W.filter(function(m) {
2629
2638
  return !r.pluginEnabled[m];
2630
2639
  });
2631
- return T.dispatch({ type: C.registerPlugins, plugins: W, enabled: r.pluginEnabled }), r.pluginsArray.map(function(m, y) {
2640
+ return T.dispatch({ type: x.registerPlugins, plugins: W, enabled: r.pluginEnabled }), r.pluginsArray.map(function(m, y) {
2632
2641
  var O = m.bootstrap, z = m.config, N = m.name;
2633
- O && V(O) && O({ instance: b, config: z, payload: m }), T.dispatch({ type: C.registerPluginType(N), name: N, enabled: r.pluginEnabled[N], plugin: m }), r.pluginsArray.length === y + 1 && T.dispatch({ type: C.initializeStart, plugins: H, disabled: Ce });
2634
- }), no(function(m) {
2635
- T.dispatch({ type: m ? C.offline : C.online });
2642
+ O && V(O) && O({ instance: b, config: z, payload: m }), T.dispatch({ type: x.registerPluginType(N), name: N, enabled: r.pluginEnabled[N], plugin: m }), r.pluginsArray.length === y + 1 && T.dispatch({ type: x.initializeStart, plugins: J, disabled: Ae });
2643
+ }), io(function(m) {
2644
+ T.dispatch({ type: m ? x.offline : x.online });
2636
2645
  }), function(m, y, O) {
2637
2646
  setInterval(function() {
2638
- return ir(m, y, O);
2647
+ return ar(m, y, O);
2639
2648
  }, 3e3);
2640
2649
  }(T, u, b), b;
2641
2650
  }
2642
- var Xe = "before", Ve = "after", Ue = "cookie", ue = mr(), fr = st, io = st;
2643
- function pr(t) {
2644
- return ue ? st(t, "", -1) : je(t);
2651
+ var Ye = "before", Ge = "after", Le = "cookie", de = yr(), mr = ct, ao = ct;
2652
+ function gr(t) {
2653
+ return de ? ct(t, "", -1) : Ce(t);
2645
2654
  }
2646
- function mr() {
2647
- if (ue !== void 0)
2648
- return ue;
2655
+ function yr() {
2656
+ if (de !== void 0)
2657
+ return de;
2649
2658
  var t = "cookiecookie";
2650
2659
  try {
2651
- st(t, t), ue = document.cookie.indexOf(t) !== -1, pr(t);
2660
+ ct(t, t), de = document.cookie.indexOf(t) !== -1, gr(t);
2652
2661
  } catch {
2653
- ue = !1;
2662
+ de = !1;
2654
2663
  }
2655
- return ue;
2664
+ return de;
2656
2665
  }
2657
- function st(t, e, n, r, i, o) {
2666
+ function ct(t, e, n, r, i, o) {
2658
2667
  if (typeof window < "u") {
2659
2668
  var a = arguments.length > 1;
2660
- return ue === !1 && (a ? ye(t, e) : ge(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]);
2661
- }
2662
- }
2663
- var Le = "localStorage", oo = Nt.bind(null, "localStorage");
2664
- xe("localStorage", "getItem", ge);
2665
- xe("localStorage", "setItem", ye);
2666
- xe("localStorage", "removeItem", je);
2667
- var Re = "sessionStorage", ao = Nt.bind(null, "sessionStorage");
2668
- xe("sessionStorage", "getItem", ge);
2669
- xe("sessionStorage", "setItem", ye);
2670
- xe("sessionStorage", "removeItem", je);
2671
- function _e(t) {
2669
+ return de === !1 && (a ? ve(t, e) : ye(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]);
2670
+ }
2671
+ }
2672
+ var Re = "localStorage", so = Ut.bind(null, "localStorage");
2673
+ xe("localStorage", "getItem", ye);
2674
+ xe("localStorage", "setItem", ve);
2675
+ xe("localStorage", "removeItem", Ce);
2676
+ var Me = "sessionStorage", co = Ut.bind(null, "sessionStorage");
2677
+ xe("sessionStorage", "getItem", ye);
2678
+ xe("sessionStorage", "setItem", ve);
2679
+ xe("sessionStorage", "removeItem", Ce);
2680
+ function Ee(t) {
2672
2681
  var e = t;
2673
2682
  try {
2674
2683
  if ((e = JSON.parse(t)) === "true")
@@ -2683,57 +2692,57 @@ function _e(t) {
2683
2692
  if (e !== null && e !== "")
2684
2693
  return e;
2685
2694
  }
2686
- var so = oo(), co = ao(), uo = mr();
2687
- function gr(t, e) {
2695
+ var uo = so(), lo = co(), ho = yr();
2696
+ function vr(t, e) {
2688
2697
  if (t) {
2689
- var n = Dt(e), r = !Mt(n), i = Ut(n) ? _e(localStorage.getItem(t)) : void 0;
2690
- if (r && !be(i))
2698
+ var n = Lt(e), r = !Wt(n), i = Rt(n) ? Ee(localStorage.getItem(t)) : void 0;
2699
+ if (r && !ke(i))
2691
2700
  return i;
2692
- var o = Lt(n) ? _e(fr(t)) : void 0;
2701
+ var o = Mt(n) ? Ee(mr(t)) : void 0;
2693
2702
  if (r && o)
2694
2703
  return o;
2695
- var a = Rt(n) ? _e(sessionStorage.getItem(t)) : void 0;
2704
+ var a = Zt(n) ? Ee(sessionStorage.getItem(t)) : void 0;
2696
2705
  if (r && a)
2697
2706
  return a;
2698
- var s = ge(t);
2707
+ var s = ye(t);
2699
2708
  return r ? s : { localStorage: i, sessionStorage: a, cookie: o, global: s };
2700
2709
  }
2701
2710
  }
2702
- function lo(t, e, n) {
2703
- if (t && !be(e)) {
2704
- var r = {}, i = Dt(n), o = JSON.stringify(e), a = !Mt(i);
2705
- return Ut(i) && (r[Le] = Ye(Le, e, _e(localStorage.getItem(t))), localStorage.setItem(t, o), a) ? r[Le] : Lt(i) && (r[Ue] = Ye(Ue, e, _e(fr(t))), io(t, o), a) ? r[Ue] : Rt(i) && (r[Re] = Ye(Re, e, _e(sessionStorage.getItem(t))), sessionStorage.setItem(t, o), a) ? r[Re] : (r[De] = Ye(De, e, ge(t)), ye(t, e), a ? r[De] : r);
2711
+ function fo(t, e, n) {
2712
+ if (t && !ke(e)) {
2713
+ var r = {}, i = Lt(n), o = JSON.stringify(e), a = !Wt(i);
2714
+ return Rt(i) && (r[Re] = Be(Re, e, Ee(localStorage.getItem(t))), localStorage.setItem(t, o), a) ? r[Re] : Mt(i) && (r[Le] = Be(Le, e, Ee(mr(t))), ao(t, o), a) ? r[Le] : Zt(i) && (r[Me] = Be(Me, e, Ee(sessionStorage.getItem(t))), sessionStorage.setItem(t, o), a) ? r[Me] : (r[Ue] = Be(Ue, e, ye(t)), ve(t, e), a ? r[Ue] : r);
2706
2715
  }
2707
2716
  }
2708
- function ho(t, e) {
2717
+ function po(t, e) {
2709
2718
  if (t) {
2710
- var n = Dt(e), r = gr(t, Bn), i = {};
2711
- return !be(r.localStorage) && Ut(n) && (localStorage.removeItem(t), i[Le] = r.localStorage), !be(r.cookie) && Lt(n) && (pr(t), i[Ue] = r.cookie), !be(r.sessionStorage) && Rt(n) && (sessionStorage.removeItem(t), i[Re] = r.sessionStorage), !be(r.global) && ct(n, De) && (je(t), i[De] = r.global), i;
2719
+ var n = Lt(e), r = vr(t, Qn), i = {};
2720
+ return !ke(r.localStorage) && Rt(n) && (localStorage.removeItem(t), i[Re] = r.localStorage), !ke(r.cookie) && Mt(n) && (gr(t), i[Le] = r.cookie), !ke(r.sessionStorage) && Zt(n) && (sessionStorage.removeItem(t), i[Me] = r.sessionStorage), !ke(r.global) && ut(n, Ue) && (Ce(t), i[Ue] = r.global), i;
2712
2721
  }
2713
2722
  }
2714
- function Dt(t) {
2715
- return t ? ie(t) ? t : t.storage : Gn;
2716
- }
2717
- function Ut(t) {
2718
- return so && ct(t, Le);
2719
- }
2720
2723
  function Lt(t) {
2721
- return uo && ct(t, Ue);
2724
+ return t ? ie(t) ? t : t.storage : qn;
2722
2725
  }
2723
2726
  function Rt(t) {
2724
- return co && ct(t, Re);
2727
+ return uo && ut(t, Re);
2725
2728
  }
2726
2729
  function Mt(t) {
2727
- return t === Bn || t === "all";
2730
+ return ho && ut(t, Le);
2728
2731
  }
2729
- function ct(t, e) {
2730
- return t === Gn || t === e || Mt(t);
2732
+ function Zt(t) {
2733
+ return lo && ut(t, Me);
2731
2734
  }
2732
- function Ye(t, e, n) {
2735
+ function Wt(t) {
2736
+ return t === Qn || t === "all";
2737
+ }
2738
+ function ut(t, e) {
2739
+ return t === qn || t === e || Wt(t);
2740
+ }
2741
+ function Be(t, e, n) {
2733
2742
  return { location: t, current: e, previous: n };
2734
2743
  }
2735
- var fo = { setItem: lo, getItem: gr, removeItem: ho };
2736
- function po(t, e, n) {
2744
+ var mo = { setItem: fo, getItem: vr, removeItem: po };
2745
+ function go(t, e, n) {
2737
2746
  return e in t ? Object.defineProperty(t, e, {
2738
2747
  value: n,
2739
2748
  enumerable: !0,
@@ -2741,7 +2750,7 @@ function po(t, e, n) {
2741
2750
  writable: !0
2742
2751
  }) : t[e] = n, t;
2743
2752
  }
2744
- function Sn(t, e) {
2753
+ function En(t, e) {
2745
2754
  var n = Object.keys(t);
2746
2755
  if (Object.getOwnPropertySymbols) {
2747
2756
  var r = Object.getOwnPropertySymbols(t);
@@ -2751,24 +2760,24 @@ function Sn(t, e) {
2751
2760
  }
2752
2761
  return n;
2753
2762
  }
2754
- function _n(t) {
2763
+ function Tn(t) {
2755
2764
  for (var e = 1; e < arguments.length; e++) {
2756
2765
  var n = arguments[e] != null ? arguments[e] : {};
2757
- e % 2 ? Sn(Object(n), !0).forEach(function(r) {
2758
- po(t, r, n[r]);
2759
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : Sn(Object(n)).forEach(function(r) {
2766
+ e % 2 ? En(Object(n), !0).forEach(function(r) {
2767
+ go(t, r, n[r]);
2768
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : En(Object(n)).forEach(function(r) {
2760
2769
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
2761
2770
  });
2762
2771
  }
2763
2772
  return t;
2764
2773
  }
2765
- function mo() {
2774
+ function yo() {
2766
2775
  var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e = {
2767
- storage: fo
2776
+ storage: mo
2768
2777
  };
2769
- return ro(_n(_n({}, e), t));
2778
+ return oo(Tn(Tn({}, e), t));
2770
2779
  }
2771
- function go(t, e) {
2780
+ function vo(t, e) {
2772
2781
  e = e || {};
2773
2782
  var n, r, i = [], o = e.max || 1 / 0;
2774
2783
  function a() {
@@ -2790,7 +2799,7 @@ function go(t, e) {
2790
2799
  }
2791
2800
  };
2792
2801
  }
2793
- function yo(t) {
2802
+ function wo(t) {
2794
2803
  if (typeof window > "u")
2795
2804
  return;
2796
2805
  const { addEventListener: e, history: n, location: r } = window;
@@ -2802,47 +2811,47 @@ function yo(t) {
2802
2811
  const s = n[a];
2803
2812
  n[a] = function(...h) {
2804
2813
  var c;
2805
- const p = ((c = h[2]) == null ? void 0 : c.toString()) || "", u = wo(p);
2814
+ const p = ((c = h[2]) == null ? void 0 : c.toString()) || "", u = ko(p);
2806
2815
  return i !== u && (i = u, setTimeout(() => t(p), 0)), s.apply(n, h);
2807
2816
  };
2808
2817
  });
2809
2818
  }
2810
- function vo(t, e) {
2819
+ function bo(t, e) {
2811
2820
  const n = t.indexOf(e);
2812
2821
  return n > -1 ? t.slice(0, n) : t;
2813
2822
  }
2814
- function wo(t) {
2815
- return ["#", "?"].forEach((e) => t = vo(t, e)), t;
2823
+ function ko(t) {
2824
+ return ["#", "?"].forEach((e) => t = bo(t, e)), t;
2816
2825
  }
2817
- function bo() {
2818
- yo(() => {
2826
+ function Io() {
2827
+ wo(() => {
2819
2828
  ee.page();
2820
2829
  });
2821
2830
  }
2822
- function ko(t) {
2823
- if (t === void 0 && (t = {}), !J)
2824
- return _t;
2825
- var e = Tn(), n = Ot(), r = En(), i = Ge(r, e), o = Ge(n, e), a = [], s = [], h = [], p = r, u = i, c = o, f = Object.keys(t);
2831
+ function So(t) {
2832
+ if (t === void 0 && (t = {}), !H)
2833
+ return Tt;
2834
+ var e = Pn(), n = jt(), r = On(), i = qe(r, e), o = qe(n, e), a = [], s = [], h = [], p = r, u = i, c = o, f = Object.keys(t);
2826
2835
  if (!f.length)
2827
- return _t;
2836
+ return Tt;
2828
2837
  var d = f.map(function(k) {
2829
2838
  return Number(k);
2830
- }), w = Ai(function() {
2831
- var k = Tn(), v = function(I, x) {
2832
- return x.map(function(D) {
2839
+ }), w = zi(function() {
2840
+ var k = Pn(), v = function(I, C) {
2841
+ return C.map(function(D) {
2833
2842
  return D === 100 ? I - 5 : I * (D / 100);
2834
2843
  });
2835
- }(k, d), E = Ot(), S = En(), g = Ge(S, k), l = Ge(E, k);
2844
+ }(k, d), E = jt(), S = On(), g = qe(S, k), l = qe(E, k);
2836
2845
  if (u = g > u ? g : u, c = l < c ? l : c, !(a.length >= d.length)) {
2837
2846
  var b = p === S, P = "up";
2838
2847
  b ? P = "initial" : p <= S && (P = "down");
2839
2848
  var j = v, $ = d;
2840
2849
  (P === "up" || b) && (j = v.slice().reverse(), $ = d.slice().reverse());
2841
- var L = $.reduce(function(I, x, D) {
2850
+ var L = $.reduce(function(I, C, D) {
2842
2851
  var T = j[D];
2843
- return h.includes(x) && S <= T && (h = h.filter(function(W) {
2844
- return W !== x;
2845
- }), I.singleFunction = x), P === "down" && !a.includes(x) && S >= T && x > o ? (s.push(x), I.callbacks = I.callbacks.concat(x), I) : P === "up" && !a.includes(x) && S <= T && x <= g ? (I.foundFunc = [x], I) : (b && S >= T && I.foundFunc.length === 0 && (I.foundFunc = [x]), !s.includes(x) && S >= T && (s.push(x), I.singleFunction ? h.push(x) : I.singleFunction = x), I);
2852
+ return h.includes(C) && S <= T && (h = h.filter(function(W) {
2853
+ return W !== C;
2854
+ }), I.singleFunction = C), P === "down" && !a.includes(C) && S >= T && C > o ? (s.push(C), I.callbacks = I.callbacks.concat(C), I) : P === "up" && !a.includes(C) && S <= T && C <= g ? (I.foundFunc = [C], I) : (b && S >= T && I.foundFunc.length === 0 && (I.foundFunc = [C]), !s.includes(C) && S >= T && (s.push(C), I.singleFunction ? h.push(C) : I.singleFunction = C), I);
2846
2855
  }, { foundFunc: [], singleFunction: null, callbacks: [], direction: P });
2847
2856
  if (p = S, P === "down" && L.callbacks && L.callbacks.forEach(function(I) {
2848
2857
  V(t[I]) && (t[I]({ trigger: I, direction: P, scrollMin: c, scrollMax: u, range: [c, u] }), a.push(I));
@@ -2856,31 +2865,31 @@ function ko(t) {
2856
2865
  return window.removeEventListener("scroll", w);
2857
2866
  };
2858
2867
  }
2859
- function Ot() {
2860
- return J ? document.body.scrollTop || document.documentElement.scrollTop : 0;
2868
+ function jt() {
2869
+ return H ? document.body.scrollTop || document.documentElement.scrollTop : 0;
2861
2870
  }
2862
- function Io() {
2863
- return J ? window.innerHeight || document.documentElement.clientHeight : 0;
2871
+ function _o() {
2872
+ return H ? window.innerHeight || document.documentElement.clientHeight : 0;
2864
2873
  }
2865
- function En() {
2866
- return Math.round(Ot() + Io());
2874
+ function On() {
2875
+ return Math.round(jt() + _o());
2867
2876
  }
2868
- function Tn() {
2869
- if (!J)
2877
+ function Pn() {
2878
+ if (!H)
2870
2879
  return 0;
2871
2880
  var t = document.body, e = document.documentElement;
2872
2881
  return Math.max(t.scrollHeight, t.offsetHeight, e.clientHeight, e.scrollHeight, e.offsetHeight);
2873
2882
  }
2874
- function Ge(t, e) {
2883
+ function qe(t, e) {
2875
2884
  return Math.round(t / e * 100);
2876
2885
  }
2877
- var On = "EventListener";
2878
- function So(t) {
2886
+ var jn = "EventListener";
2887
+ function Eo(t) {
2879
2888
  return function(e, n, r, i) {
2880
- var o = r || _t, a = i || !1;
2881
- if (!J)
2889
+ var o = r || Tt, a = i || !1;
2890
+ if (!H)
2882
2891
  return o;
2883
- var s = tt(n), h = tt(e, !0);
2892
+ var s = rt(n), h = rt(e, !0);
2884
2893
  if (!h.length)
2885
2894
  throw new Error("noElements");
2886
2895
  if (!s.length)
@@ -2888,9 +2897,9 @@ function So(t) {
2888
2897
  var p = [];
2889
2898
  return function u(c) {
2890
2899
  c && (p = []);
2891
- for (var f = c ? "add" + On : "remove" + On, d = 0; d < h.length; d++) {
2900
+ for (var f = c ? "add" + jn : "remove" + jn, d = 0; d < h.length; d++) {
2892
2901
  var w = h[d];
2893
- p[d] = c ? a && a.once ? _o(o) : o : p[d] || o;
2902
+ p[d] = c ? a && a.once ? To(o) : o : p[d] || o;
2894
2903
  for (var k = 0; k < s.length; k++)
2895
2904
  w[f] ? w["on" + s[k]] = c ? p[d] : null : w[f](s[k], p[d], a);
2896
2905
  }
@@ -2898,9 +2907,9 @@ function So(t) {
2898
2907
  }(t);
2899
2908
  };
2900
2909
  }
2901
- function tt(t, e) {
2910
+ function rt(t, e) {
2902
2911
  if (ie(t))
2903
- return e ? tt(document.querySelectorAll(t)) : (n = t).split(n.indexOf(",") > -1 ? "," : " ").map(function(a) {
2912
+ return e ? rt(document.querySelectorAll(t)) : (n = t).split(n.indexOf(",") > -1 ? "," : " ").map(function(a) {
2904
2913
  return a.trim();
2905
2914
  });
2906
2915
  var n;
@@ -2909,31 +2918,31 @@ function tt(t, e) {
2909
2918
  r[i] = t[i];
2910
2919
  return r;
2911
2920
  }
2912
- var o = Oi(t);
2921
+ var o = ji(t);
2913
2922
  return e ? o.map(function(a) {
2914
- return ie(a) ? tt(a, !0) : a;
2923
+ return ie(a) ? rt(a, !0) : a;
2915
2924
  }).flat() : o;
2916
2925
  }
2917
- function _o(t, e) {
2926
+ function To(t, e) {
2918
2927
  var n;
2919
2928
  return function() {
2920
2929
  return t && (n = t.apply(e || this, arguments), t = null), n;
2921
2930
  };
2922
2931
  }
2923
- var vt = So("Event");
2924
- function yr(t, e) {
2925
- return J && V(window[t]) ? (n = window[t], r = e, (i = window) === void 0 && (i = null), V(n) ? function() {
2932
+ var wt = Eo("Event");
2933
+ function wr(t, e) {
2934
+ return H && V(window[t]) ? (n = window[t], r = e, (i = window) === void 0 && (i = null), V(n) ? function() {
2926
2935
  n.apply(i, arguments), r.apply(i, arguments);
2927
2936
  } : r) : window[t] = e;
2928
2937
  var n, r, i;
2929
2938
  }
2930
- yr.bind(null, "onerror");
2931
- yr.bind(null, "onload");
2932
- var vr = typeof window > "u", Pn = "hidden";
2933
- function Eo(t) {
2934
- if (vr)
2939
+ wr.bind(null, "onerror");
2940
+ wr.bind(null, "onload");
2941
+ var br = typeof window > "u", Cn = "hidden";
2942
+ function Oo(t) {
2943
+ if (br)
2935
2944
  return !1;
2936
- var e = To(), n = "".concat(e.replace(/[H|h]idden/, ""), "visibilitychange"), r = function() {
2945
+ var e = Po(), n = "".concat(e.replace(/[H|h]idden/, ""), "visibilitychange"), r = function() {
2937
2946
  return t(!!document[e]);
2938
2947
  }, i = function() {
2939
2948
  return document.addEventListener(n, r);
@@ -2942,15 +2951,15 @@ function Eo(t) {
2942
2951
  return document.removeEventListener(n, r), i;
2943
2952
  };
2944
2953
  }
2945
- function To() {
2954
+ function Po() {
2946
2955
  var t = ["webkit", "moz", "ms", "o"];
2947
- return vr || Pn in document ? Pn : t.reduce(function(e, n) {
2956
+ return br || Cn in document ? Cn : t.reduce(function(e, n) {
2948
2957
  var r = n + "Hidden";
2949
2958
  return !e && r in document ? r : e;
2950
2959
  }, null);
2951
2960
  }
2952
- var Oo = ["mousemove", "mousedown", "touchmove", "touchstart", "touchend", "keydown"];
2953
- function Po(t, e) {
2961
+ var jo = ["mousemove", "mousedown", "touchmove", "touchstart", "touchend", "keydown"];
2962
+ function Co(t, e) {
2954
2963
  e === void 0 && (e = {});
2955
2964
  var n = /* @__PURE__ */ function(a, s) {
2956
2965
  var h = this, p = !1;
@@ -2961,12 +2970,12 @@ function Po(t, e) {
2961
2970
  };
2962
2971
  }(t, e.throttle || 1e4), r = [];
2963
2972
  function i() {
2964
- var a = Eo(function(s) {
2973
+ var a = Oo(function(s) {
2965
2974
  s || n({ type: "tabVisible" });
2966
2975
  });
2967
- return r = [a].concat(Oo.map(function(s) {
2968
- return vt(document, s, n);
2969
- })).concat(vt(window, "load", n)).concat(vt(window, "scroll", n, { capture: !0, passive: !0 })), o;
2976
+ return r = [a].concat(jo.map(function(s) {
2977
+ return wt(document, s, n);
2978
+ })).concat(wt(window, "load", n)).concat(wt(window, "scroll", n, { capture: !0, passive: !0 })), o;
2970
2979
  }
2971
2980
  function o() {
2972
2981
  r.map(function(a) {
@@ -2977,16 +2986,16 @@ function Po(t, e) {
2977
2986
  return o(), i;
2978
2987
  };
2979
2988
  }
2980
- function jo(t) {
2989
+ function xo(t) {
2981
2990
  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() {
2982
2991
  return clearTimeout(e);
2983
2992
  };
2984
2993
  function w(v) {
2985
- d(), o && !u && o(ze(f), v), i && u && (u = !1, i(ze(n), v), f = /* @__PURE__ */ new Date()), e = setTimeout(function() {
2986
- u = !0, r && (n = /* @__PURE__ */ new Date(), r(ze(f), v));
2994
+ d(), o && !u && o(Ne(f), v), i && u && (u = !1, i(Ne(n), v), f = /* @__PURE__ */ new Date()), e = setTimeout(function() {
2995
+ u = !0, r && (n = /* @__PURE__ */ new Date(), r(Ne(f), v));
2987
2996
  }, s);
2988
2997
  }
2989
- var k = Po(w, { throttle: p });
2998
+ var k = Co(w, { throttle: p });
2990
2999
  return { disable: function() {
2991
3000
  c = !0, u = !1, d();
2992
3001
  var v = k();
@@ -2994,14 +3003,14 @@ function jo(t) {
2994
3003
  return c = !1, f = /* @__PURE__ */ new Date(), w({ type: "load" }), v();
2995
3004
  };
2996
3005
  }, getStatus: function() {
2997
- return { isIdle: u, isDisabled: c, active: u ? 0 : ze(f, c), idle: u ? ze(n, c) : 0 };
3006
+ return { isIdle: u, isDisabled: c, active: u ? 0 : Ne(f, c), idle: u ? Ne(n, c) : 0 };
2998
3007
  } };
2999
3008
  }
3000
- function ze(t, e) {
3009
+ function Ne(t, e) {
3001
3010
  return e ? 0 : Math.round((/* @__PURE__ */ new Date() - t) / 1e3);
3002
3011
  }
3003
- const jn = 5e3;
3004
- class xo {
3012
+ const xn = 5e3;
3013
+ class Ao {
3005
3014
  constructor(e) {
3006
3015
  B(this, "element");
3007
3016
  B(this, "isInViewport", !1);
@@ -3023,11 +3032,11 @@ class xo {
3023
3032
  {
3024
3033
  threshold: 0
3025
3034
  }
3026
- ), this.observer.observe(this.element), jo({
3035
+ ), this.observer.observe(this.element), xo({
3027
3036
  onIdle: (n) => this.handleAwake(!1, n),
3028
3037
  onWakeUp: (n) => this.handleAwake(!0, n),
3029
- timeout: jn
3030
- }), ko({
3038
+ timeout: xn
3039
+ }), So({
3031
3040
  25: this.handleScroll.bind(this),
3032
3041
  50: this.handleScroll.bind(this),
3033
3042
  75: this.handleScroll.bind(this),
@@ -3045,7 +3054,7 @@ class xo {
3045
3054
  e ? (this.isAwake = !0, this.trackInViewport()) : this.handleAwake(!1), this.isInViewport = e;
3046
3055
  }
3047
3056
  handleAwake(e, n = Math.round((Date.now() - this.lastEventAt) / 1e3)) {
3048
- this.isAwake = e, this.lastEventAt = e ? Date.now() - n * jn : Date.now(), this.isInViewport && this.trackAwake(e, n);
3057
+ this.isAwake = e, this.lastEventAt = e ? Date.now() - n * xn : Date.now(), this.isInViewport && this.trackAwake(e, n);
3049
3058
  }
3050
3059
  handleScroll(e) {
3051
3060
  this.scrollCallback && this.scrollCallback(e);
@@ -3062,17 +3071,17 @@ class xo {
3062
3071
  this.registeredView || (this.registeredView = !0, this.viewCallback && this.viewCallback());
3063
3072
  }
3064
3073
  }
3065
- const xn = "sesamy_session_id";
3066
- function Co() {
3067
- let t = sessionStorage.getItem(xn);
3068
- return t || (t = Math.random().toString(36).slice(2, 9), sessionStorage.setItem(xn, t)), t;
3074
+ const An = "sesamy_session_id";
3075
+ function $o() {
3076
+ let t = sessionStorage.getItem(An);
3077
+ return t || (t = Math.random().toString(36).slice(2, 9), sessionStorage.setItem(An, t)), t;
3069
3078
  }
3070
- let wr = !1, Pt, Cn, nt;
3071
- function Ao({ clientId: t, enabled: e = !0, endpoint: n = Br }) {
3072
- if (Pt = t, Cn = e, nt = n, !Cn)
3079
+ let kr = !1, Ct, $n, it;
3080
+ function zo({ clientId: t, enabled: e = !0, endpoint: n = Qr }) {
3081
+ if (Ct = t, $n = e, it = n, !$n)
3073
3082
  return;
3074
- bo();
3075
- const r = new xo({
3083
+ Io();
3084
+ const r = new Ao({
3076
3085
  element: document.body,
3077
3086
  viewCallback: () => {
3078
3087
  ee.page();
@@ -3097,26 +3106,26 @@ function Ao({ clientId: t, enabled: e = !0, endpoint: n = Br }) {
3097
3106
  });
3098
3107
  }
3099
3108
  });
3100
- No(document.body, () => {
3109
+ Uo(document.body, () => {
3101
3110
  r.flush();
3102
- }), Do(document.body, () => {
3111
+ }), Lo(document.body, () => {
3103
3112
  r.handleVisibilityChange();
3104
- }), window.addEventListener(pe.AUTHENTICATED, async (i) => {
3113
+ }), window.addEventListener(ae.AUTHENTICATED, async (i) => {
3105
3114
  const o = i;
3106
3115
  await ee.identify(o.detail.sub);
3107
- }), window.addEventListener(pe.LOGOUT, async () => {
3108
- await ee.track("logout", {}), Zt.flush(), await ee.reset();
3116
+ }), window.addEventListener(ae.LOGOUT, async () => {
3117
+ await ee.track("logout", {}), Kt.flush(), await ee.reset();
3109
3118
  });
3110
3119
  }
3111
- function br(t) {
3120
+ function Ir(t) {
3112
3121
  return JSON.stringify(
3113
3122
  t.map((e) => ({
3114
3123
  ...e,
3115
- clientId: Pt,
3124
+ clientId: Ct,
3116
3125
  requestId: Math.random().toString(36).slice(2, 9),
3117
- sessionId: Co(),
3126
+ sessionId: $o(),
3118
3127
  timestamp: (/* @__PURE__ */ new Date()).toISOString(),
3119
- version: zt,
3128
+ version: Dt,
3120
3129
  event: e.event,
3121
3130
  context: {
3122
3131
  page: {
@@ -3127,18 +3136,18 @@ function br(t) {
3127
3136
  referrer: document.referrer
3128
3137
  },
3129
3138
  locale: navigator.language,
3130
- library: Yn,
3139
+ library: Bn,
3131
3140
  userAgent: navigator.userAgent,
3132
- clientId: Pt
3141
+ clientId: Ct
3133
3142
  }
3134
3143
  }))
3135
3144
  );
3136
3145
  }
3137
- const Zt = go(
3146
+ const Kt = vo(
3138
3147
  async (t) => {
3139
3148
  if (t.length > 0) {
3140
- const e = br(t);
3141
- wr ? navigator.sendBeacon(nt, e) : (await fetch(nt, {
3149
+ const e = Ir(t);
3150
+ kr ? navigator.sendBeacon(it, e) : (await fetch(it, {
3142
3151
  method: "POST",
3143
3152
  body: e,
3144
3153
  headers: {
@@ -3154,24 +3163,24 @@ const Zt = go(
3154
3163
  // 3s
3155
3164
  }
3156
3165
  );
3157
- function wt(t) {
3166
+ function bt(t) {
3158
3167
  var e;
3159
3168
  if (t.anonymousId)
3160
3169
  if ((e = t.properties) != null && e.flushing) {
3161
3170
  const n = { ...t };
3162
- delete n.properties.flushing, navigator.sendBeacon(nt, br([n]));
3171
+ delete n.properties.flushing, navigator.sendBeacon(it, Ir([n]));
3163
3172
  } else
3164
- Zt.push(t);
3173
+ Kt.push(t);
3165
3174
  }
3166
- const ee = mo({
3167
- app: Yn,
3168
- version: zt,
3175
+ const ee = yo({
3176
+ app: Bn,
3177
+ version: Dt,
3169
3178
  plugins: [
3170
3179
  {
3171
3180
  name: "custom-analytics-plugin",
3172
3181
  page: ({ payload: t }) => {
3173
3182
  const { properties: e, anonymousId: n, userId: r, event: i } = t;
3174
- wt({
3183
+ bt({
3175
3184
  anonymousId: n,
3176
3185
  userId: r,
3177
3186
  properties: e,
@@ -3181,7 +3190,7 @@ const ee = mo({
3181
3190
  },
3182
3191
  track: ({ payload: t }) => {
3183
3192
  const { properties: e, anonymousId: n, userId: r, event: i } = t;
3184
- wt({
3193
+ bt({
3185
3194
  anonymousId: n,
3186
3195
  userId: r,
3187
3196
  properties: e,
@@ -3191,7 +3200,7 @@ const ee = mo({
3191
3200
  },
3192
3201
  identify: ({ payload: t }) => {
3193
3202
  const { properties: e, anonymousId: n, userId: r } = t;
3194
- wt({
3203
+ bt({
3195
3204
  anonymousId: n,
3196
3205
  userId: r,
3197
3206
  properties: e,
@@ -3201,31 +3210,31 @@ const ee = mo({
3201
3210
  }
3202
3211
  ]
3203
3212
  });
3204
- function $o(t, e) {
3213
+ function No(t, e) {
3205
3214
  ee.track(t, e);
3206
3215
  }
3207
- function zo() {
3208
- return wr = !0, Zt.flush();
3216
+ function Do() {
3217
+ return kr = !0, Kt.flush();
3209
3218
  }
3210
- const kr = /* @__PURE__ */ new Map();
3211
- function No(t, e) {
3212
- kr.set(t, e);
3219
+ const Sr = /* @__PURE__ */ new Map();
3220
+ function Uo(t, e) {
3221
+ Sr.set(t, e);
3213
3222
  }
3214
3223
  window.addEventListener("beforeunload", () => {
3215
- kr.forEach((t, e) => {
3224
+ Sr.forEach((t, e) => {
3216
3225
  t.bind(e)();
3217
- }), zo();
3226
+ }), Do();
3218
3227
  });
3219
- const Ir = /* @__PURE__ */ new Map();
3220
- function Do(t, e) {
3221
- Ir.set(t, e);
3228
+ const _r = /* @__PURE__ */ new Map();
3229
+ function Lo(t, e) {
3230
+ _r.set(t, e);
3222
3231
  }
3223
3232
  window.addEventListener("visibilitychange", () => {
3224
- document.visibilityState !== "visible" && Ir.forEach((t, e) => {
3233
+ document.visibilityState !== "visible" && _r.forEach((t, e) => {
3225
3234
  t.bind(e)();
3226
3235
  });
3227
3236
  });
3228
- function Uo(t) {
3237
+ function Ro(t) {
3229
3238
  const {
3230
3239
  getEntitlement: e,
3231
3240
  getEntitlements: n,
@@ -3247,16 +3256,16 @@ function Uo(t) {
3247
3256
  deleteTally: S,
3248
3257
  getProduct: g,
3249
3258
  autoOnboardProduct: l
3250
- } = yi(t), b = {
3259
+ } = wi(t), b = {
3251
3260
  auth: {
3252
- getUser: ei,
3253
- isAuthenticated: Qr,
3254
- loginWithRedirect: ti,
3255
- logout: ri,
3256
- setToken: Jn
3261
+ getUser: ni,
3262
+ isAuthenticated: ti,
3263
+ loginWithRedirect: ri,
3264
+ logout: oi,
3265
+ setToken: Xn
3257
3266
  },
3258
3267
  analytics: {
3259
- track: $o
3268
+ track: No
3260
3269
  },
3261
3270
  tags: {
3262
3271
  list: h,
@@ -3292,44 +3301,45 @@ function Uo(t) {
3292
3301
  get: g,
3293
3302
  autoOnboard: l
3294
3303
  },
3295
- getVersion: Lo
3304
+ getVersion: Mo,
3305
+ clearCache: ue
3296
3306
  };
3297
3307
  return t.namespace && (window[t.namespace] = b), b;
3298
3308
  }
3299
- function Lo() {
3300
- return zt;
3309
+ function Mo() {
3310
+ return Dt;
3301
3311
  }
3302
- function Ro() {
3312
+ function Zo() {
3303
3313
  const t = new URLSearchParams(window.location.hash.substring(1)), e = t.get("access_token"), n = t.get("expires_in");
3304
3314
  if (e && n) {
3305
- Jn(e, parseInt(n, 10));
3315
+ Xn(e, parseInt(n, 10));
3306
3316
  const r = new URL(window.location.href);
3307
3317
  t.delete("access_token"), t.delete("expires_in"), r.hash = t.toString(), window.history.replaceState(null, "", r);
3308
3318
  }
3309
3319
  }
3310
- async function Mo(t) {
3311
- Ao({
3320
+ async function Wo(t) {
3321
+ zo({
3312
3322
  clientId: t.clientId,
3313
3323
  // The default client id can be overridden by the config
3314
3324
  ...t.analytics
3315
- }), await qr({
3325
+ }), await ei({
3316
3326
  clientId: t.clientId,
3317
3327
  // The default client id can be overridden by the config
3318
3328
  ...t.auth
3319
3329
  });
3320
- const e = Uo(t.api || {});
3321
- return rt(pe.READY, {}), Ro(), e;
3330
+ const e = Ro(t.api || {});
3331
+ return We(ae.READY, {}), Zo(), e;
3322
3332
  }
3323
3333
  if (typeof document < "u") {
3324
3334
  const t = document.getElementById("sesamy-js");
3325
3335
  if (t != null && t.textContent)
3326
3336
  try {
3327
3337
  const e = JSON.parse(t.textContent);
3328
- Mo(e);
3338
+ Wo(e);
3329
3339
  } catch (e) {
3330
3340
  console.error("Failed to parse config", e);
3331
3341
  }
3332
3342
  }
3333
3343
  export {
3334
- Mo as init
3344
+ Wo as init
3335
3345
  };