@streamlayer/react 1.14.7 → 1.15.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.
Files changed (42) hide show
  1. package/lib/cjs/advertisement.js +2 -2
  2. package/lib/cjs/bet-pack.js +1 -1
  3. package/lib/cjs/index2.js +3 -3
  4. package/lib/cjs/masters2.js +2 -2
  5. package/lib/cjs/notification.js +1 -1
  6. package/lib/cjs/points.js +1 -1
  7. package/lib/cjs/provider.js +16 -16
  8. package/lib/cjs/useStreamLayerApp2.js +5 -5
  9. package/lib/classic/cjs/advertisement.js +2 -2
  10. package/lib/classic/cjs/bet-pack.js +1 -1
  11. package/lib/classic/cjs/index2.js +3 -3
  12. package/lib/classic/cjs/masters2.js +2 -2
  13. package/lib/classic/cjs/notification.js +1 -1
  14. package/lib/classic/cjs/points.js +1 -1
  15. package/lib/classic/cjs/provider.js +16 -16
  16. package/lib/classic/cjs/useStreamLayerApp2.js +5 -5
  17. package/lib/classic/es/advertisement.js +6 -6
  18. package/lib/classic/es/bet-pack.js +20 -11
  19. package/lib/classic/es/index.js +1 -1
  20. package/lib/classic/es/index2.js +389 -385
  21. package/lib/classic/es/masters2.js +32 -32
  22. package/lib/classic/es/notification.js +65 -64
  23. package/lib/classic/es/points.js +18 -12
  24. package/lib/classic/es/provider.js +2446 -2421
  25. package/lib/classic/es/useStreamLayerApp2.js +253 -251
  26. package/lib/classic/style.css +1 -1
  27. package/lib/dist/cjs/gamification-feature2.js +1 -1
  28. package/lib/dist/cjs/masters.js +30 -30
  29. package/lib/dist/es/gamification-feature2.js +91 -89
  30. package/lib/dist/es/masters.js +5373 -5338
  31. package/lib/dist/style.css +1 -1
  32. package/lib/es/advertisement.js +6 -6
  33. package/lib/es/bet-pack.js +20 -11
  34. package/lib/es/index.js +1 -1
  35. package/lib/es/index2.js +389 -385
  36. package/lib/es/masters2.js +32 -32
  37. package/lib/es/notification.js +65 -64
  38. package/lib/es/points.js +18 -12
  39. package/lib/es/provider.js +2443 -2418
  40. package/lib/es/useStreamLayerApp2.js +253 -251
  41. package/lib/style.css +1 -1
  42. package/package.json +14 -14
@@ -6,28 +6,28 @@ function Jc(e) {
6
6
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
7
7
  }
8
8
  var Hr = { exports: {} }, se = Hr.exports = {}, Pe, Me;
9
- function Ba() {
9
+ function Ga() {
10
10
  throw new Error("setTimeout has not been defined");
11
11
  }
12
- function Ga() {
12
+ function Va() {
13
13
  throw new Error("clearTimeout has not been defined");
14
14
  }
15
15
  (function() {
16
16
  try {
17
- typeof setTimeout == "function" ? Pe = setTimeout : Pe = Ba;
17
+ typeof setTimeout == "function" ? Pe = setTimeout : Pe = Ga;
18
18
  } catch {
19
- Pe = Ba;
19
+ Pe = Ga;
20
20
  }
21
21
  try {
22
- typeof clearTimeout == "function" ? Me = clearTimeout : Me = Ga;
22
+ typeof clearTimeout == "function" ? Me = clearTimeout : Me = Va;
23
23
  } catch {
24
- Me = Ga;
24
+ Me = Va;
25
25
  }
26
26
  })();
27
27
  function Qr(e) {
28
28
  if (Pe === setTimeout)
29
29
  return setTimeout(e, 0);
30
- if ((Pe === Ba || !Pe) && setTimeout)
30
+ if ((Pe === Ga || !Pe) && setTimeout)
31
31
  return Pe = setTimeout, setTimeout(e, 0);
32
32
  try {
33
33
  return Pe(e, 0);
@@ -42,7 +42,7 @@ function Qr(e) {
42
42
  function Xc(e) {
43
43
  if (Me === clearTimeout)
44
44
  return clearTimeout(e);
45
- if ((Me === Ga || !Me) && clearTimeout)
45
+ if ((Me === Va || !Me) && clearTimeout)
46
46
  return Me = clearTimeout, clearTimeout(e);
47
47
  try {
48
48
  return Me(e);
@@ -189,9 +189,9 @@ ps.exports = Je;
189
189
  const nn = kl().console || {}, sl = {
190
190
  mapHttpRequest: un,
191
191
  mapHttpResponse: un,
192
- wrapRequestSerializer: ca,
193
- wrapResponseSerializer: ca,
194
- wrapErrorSerializer: ca,
192
+ wrapRequestSerializer: la,
193
+ wrapResponseSerializer: la,
194
+ wrapErrorSerializer: la,
195
195
  req: un,
196
196
  res: un,
197
197
  err: Zs,
@@ -200,7 +200,7 @@ const nn = kl().console || {}, sl = {
200
200
  function Dn(e, t) {
201
201
  return e === "silent" ? 1 / 0 : t.levels.values[e];
202
202
  }
203
- const Ts = Symbol("pino.logFuncs"), Va = Symbol("pino.hierarchy"), ol = {
203
+ const Ts = Symbol("pino.logFuncs"), qa = Symbol("pino.hierarchy"), ol = {
204
204
  error: "log",
205
205
  fatal: "error",
206
206
  warn: "error",
@@ -211,9 +211,9 @@ const Ts = Symbol("pino.logFuncs"), Va = Symbol("pino.hierarchy"), ol = {
211
211
  function Xs(e, t) {
212
212
  const n = {
213
213
  logger: t,
214
- parent: e[Va]
214
+ parent: e[qa]
215
215
  };
216
- t[Va] = n;
216
+ t[qa] = n;
217
217
  }
218
218
  function rl(e, t, n) {
219
219
  const a = {};
@@ -259,7 +259,7 @@ function Je(e) {
259
259
  };
260
260
  m.levels = cl(e), m.level = l, m.setMaxListeners = m.getMaxListeners = m.emit = m.addListener = m.on = m.prependListener = m.once = m.prependOnceListener = m.removeListener = m.removeAllListeners = m.listeners = m.listenerCount = m.eventNames = m.write = m.flush = Pt, m.serializers = a, m._serialize = s, m._stdErrSerialize = o, m.child = function(...f) {
261
261
  return g.call(this, u, ...f);
262
- }, t && (m._logEvent = qa());
262
+ }, t && (m._logEvent = xa());
263
263
  function d() {
264
264
  return Dn(this.level, this);
265
265
  }
@@ -283,7 +283,7 @@ function Je(e) {
283
283
  delete _.serializers, ys([_], R, w, this._stdErrSerialize);
284
284
  }
285
285
  function v(I) {
286
- this._childLevel = (I._childLevel | 0) + 1, this.bindings = _, w && (this.serializers = w, this._serialize = R), t && (this._logEvent = qa(
286
+ this._childLevel = (I._childLevel | 0) + 1, this.bindings = _, w && (this.serializers = w, this._serialize = R), t && (this._logEvent = xa(
287
287
  [].concat(I._logEvent.bindings, _)
288
288
  ));
289
289
  }
@@ -331,7 +331,7 @@ Je.stdTimeFunctions = Object.assign({}, { nullTime: $r, epochTime: Kr, unixTime:
331
331
  function ml(e) {
332
332
  const t = [];
333
333
  e.bindings && t.push(e.bindings);
334
- let n = e[Va];
334
+ let n = e[qa];
335
335
  for (; n.parent; )
336
336
  n = n.parent, n.logger.bindings && t.push(n.logger.bindings);
337
337
  return t.reverse();
@@ -415,9 +415,9 @@ function Tl(e, t, n, a = !1) {
415
415
  e._stdErrSerialize === void 0 ? !0 : e._stdErrSerialize
416
416
  ), e._logEvent.ts = o, e._logEvent.messages = n.filter(function(u) {
417
417
  return m.indexOf(u) === -1;
418
- }), e._logEvent.level.label = r, e._logEvent.level.value = c, s(r, e._logEvent, l), e._logEvent = qa(m);
418
+ }), e._logEvent.level.label = r, e._logEvent.level.value = c, s(r, e._logEvent, l), e._logEvent = xa(m);
419
419
  }
420
- function qa(e) {
420
+ function xa(e) {
421
421
  return {
422
422
  ts: 0,
423
423
  messages: [],
@@ -441,7 +441,7 @@ function yl(e) {
441
441
  function un() {
442
442
  return {};
443
443
  }
444
- function ca(e) {
444
+ function la(e) {
445
445
  return e;
446
446
  }
447
447
  function Pt() {
@@ -486,7 +486,7 @@ function Sn(e) {
486
486
  if (!Number.isInteger(e) || e > bl || e < Il)
487
487
  throw new Error("invalid int 32: " + e);
488
488
  }
489
- function xa(e) {
489
+ function Ha(e) {
490
490
  if (typeof e != "number")
491
491
  throw new Error("invalid uint 32: " + typeof e);
492
492
  if (!Number.isInteger(e) || e > El || e < 0)
@@ -680,7 +680,7 @@ function Al() {
680
680
  }
681
681
  throw new Error("invalid varint");
682
682
  }
683
- function la(e, t, n) {
683
+ function ma(e, t, n) {
684
684
  for (let o = 0; o < 28; o = o + 7) {
685
685
  const r = e >>> o, c = !(!(r >>> 7) && t == 0), l = (c ? r | 128 : r) & 255;
686
686
  if (n.push(l), !c)
@@ -950,7 +950,7 @@ class Ml {
950
950
  * Write a `uint32` value, an unsigned 32 bit varint.
951
951
  */
952
952
  uint32(t) {
953
- for (xa(t); t > 127; )
953
+ for (Ha(t); t > 127; )
954
954
  this.buf.push(t & 127 | 128), t = t >>> 7;
955
955
  return this.buf.push(t), this;
956
956
  }
@@ -998,7 +998,7 @@ class Ml {
998
998
  * Write a `fixed32` value, an unsigned, fixed-length 32-bit integer.
999
999
  */
1000
1000
  fixed32(t) {
1001
- xa(t);
1001
+ Ha(t);
1002
1002
  let n = new Uint8Array(4);
1003
1003
  return new DataView(n.buffer).setUint32(0, t, !0), this.raw(n);
1004
1004
  }
@@ -1035,21 +1035,21 @@ class Ml {
1035
1035
  */
1036
1036
  int64(t) {
1037
1037
  let n = ye.enc(t);
1038
- return la(n.lo, n.hi, this.buf), this;
1038
+ return ma(n.lo, n.hi, this.buf), this;
1039
1039
  }
1040
1040
  /**
1041
1041
  * Write a `sint64` value, a signed, zig-zag-encoded 64-bit varint.
1042
1042
  */
1043
1043
  sint64(t) {
1044
1044
  let n = ye.enc(t), a = n.hi >> 31, s = n.lo << 1 ^ a, o = (n.hi << 1 | n.lo >>> 31) ^ a;
1045
- return la(s, o, this.buf), this;
1045
+ return ma(s, o, this.buf), this;
1046
1046
  }
1047
1047
  /**
1048
1048
  * Write a `uint64` value, an unsigned 64-bit varint.
1049
1049
  */
1050
1050
  uint64(t) {
1051
1051
  let n = ye.uEnc(t);
1052
- return la(n.lo, n.hi, this.buf), this;
1052
+ return ma(n.lo, n.hi, this.buf), this;
1053
1053
  }
1054
1054
  }
1055
1055
  class Dl {
@@ -1245,11 +1245,11 @@ function Fl(e, t) {
1245
1245
  }
1246
1246
  return e.filter((n) => n.no === t.no);
1247
1247
  }
1248
- let He = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""), $n = [];
1248
+ let He = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""), Kn = [];
1249
1249
  for (let e = 0; e < He.length; e++)
1250
- $n[He[e].charCodeAt(0)] = e;
1251
- $n[45] = He.indexOf("+");
1252
- $n[95] = He.indexOf("/");
1250
+ Kn[He[e].charCodeAt(0)] = e;
1251
+ Kn[45] = He.indexOf("+");
1252
+ Kn[95] = He.indexOf("/");
1253
1253
  const fs = {
1254
1254
  /**
1255
1255
  * Decodes a base64 string to a byte array.
@@ -1267,7 +1267,7 @@ const fs = {
1267
1267
  e[e.length - 2] == "=" ? t -= 2 : e[e.length - 1] == "=" && (t -= 1);
1268
1268
  let n = new Uint8Array(t), a = 0, s = 0, o, r = 0;
1269
1269
  for (let c = 0; c < e.length; c++) {
1270
- if (o = $n[e.charCodeAt(c)], o === void 0)
1270
+ if (o = Kn[e.charCodeAt(c)], o === void 0)
1271
1271
  switch (e[c]) {
1272
1272
  case "=":
1273
1273
  s = 0;
@@ -1518,7 +1518,7 @@ function ro(e, t, n, a, s) {
1518
1518
  r.push(n.T.fromJson(c, a));
1519
1519
  break;
1520
1520
  case "enum":
1521
- const l = ma(n.T, c, a.ignoreUnknownFields, !0);
1521
+ const l = ua(n.T, c, a.ignoreUnknownFields, !0);
1522
1522
  l !== bn && r.push(l);
1523
1523
  break;
1524
1524
  case "scalar":
@@ -1552,7 +1552,7 @@ function ro(e, t, n, a, s) {
1552
1552
  r[m] = n.V.T.fromJson(l, a);
1553
1553
  break;
1554
1554
  case "enum":
1555
- const u = ma(n.V.T, l, a.ignoreUnknownFields, !0);
1555
+ const u = ua(n.V.T, l, a.ignoreUnknownFields, !0);
1556
1556
  u !== bn && (r[m] = u);
1557
1557
  break;
1558
1558
  case "scalar":
@@ -1575,7 +1575,7 @@ function ro(e, t, n, a, s) {
1575
1575
  gt(c) ? c.fromJson(t, a) : (e[o] = c = r.fromJson(t, a), r.fieldWrapper && !n.oneof && (e[o] = r.fieldWrapper.unwrapField(c)));
1576
1576
  break;
1577
1577
  case "enum":
1578
- const l = ma(n.T, t, a.ignoreUnknownFields, !1);
1578
+ const l = ua(n.T, t, a.ignoreUnknownFields, !1);
1579
1579
  switch (l) {
1580
1580
  case Cn:
1581
1581
  ao(n, e);
@@ -1643,7 +1643,7 @@ function Jt(e, t, n, a) {
1643
1643
  let o;
1644
1644
  if (typeof t == "number" ? o = t : typeof t == "string" && t.length > 0 && t.trim().length === t.length && (o = Number(t)), o === void 0)
1645
1645
  break;
1646
- return e == E.UINT32 || e == E.FIXED32 ? xa(o) : Sn(o), o;
1646
+ return e == E.UINT32 || e == E.FIXED32 ? Ha(o) : Sn(o), o;
1647
1647
  case E.INT64:
1648
1648
  case E.SFIXED64:
1649
1649
  case E.SINT64:
@@ -1679,7 +1679,7 @@ function Jt(e, t, n, a) {
1679
1679
  }
1680
1680
  throw new Error();
1681
1681
  }
1682
- function ma(e, t, n, a) {
1682
+ function ua(e, t, n, a) {
1683
1683
  if (t === null)
1684
1684
  return e.typeName == "google.protobuf.NullValue" ? 0 : a ? e.values[0].no : Cn;
1685
1685
  switch (typeof t) {
@@ -1716,7 +1716,7 @@ function io(e, t, n) {
1716
1716
  case "enum":
1717
1717
  const o = e.V.T;
1718
1718
  for (const [r, c] of s)
1719
- a[r.toString()] = ua(o, c, n.enumAsInteger);
1719
+ a[r.toString()] = da(o, c, n.enumAsInteger);
1720
1720
  break;
1721
1721
  }
1722
1722
  return n.emitDefaultValues || s.length > 0 ? a : void 0;
@@ -1731,7 +1731,7 @@ function io(e, t, n) {
1731
1731
  break;
1732
1732
  case "enum":
1733
1733
  for (let s = 0; s < t.length; s++)
1734
- a.push(ua(e.T, t[s], n.enumAsInteger));
1734
+ a.push(da(e.T, t[s], n.enumAsInteger));
1735
1735
  break;
1736
1736
  case "message":
1737
1737
  for (let s = 0; s < t.length; s++)
@@ -1744,12 +1744,12 @@ function io(e, t, n) {
1744
1744
  case "scalar":
1745
1745
  return In(e.T, t);
1746
1746
  case "enum":
1747
- return ua(e.T, t, n.enumAsInteger);
1747
+ return da(e.T, t, n.enumAsInteger);
1748
1748
  case "message":
1749
1749
  return ii(e.T, t).toJson(n);
1750
1750
  }
1751
1751
  }
1752
- function ua(e, t, n) {
1752
+ function da(e, t, n) {
1753
1753
  var a;
1754
1754
  if (ee(typeof t == "number"), e.typeName == "google.protobuf.NullValue")
1755
1755
  return null;
@@ -2651,7 +2651,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
2651
2651
  { no: 32, name: "CATEGORY_PUBLIC_CHAT_HOME", localName: "PUBLIC_CHAT_HOME" },
2652
2652
  { no: 33, name: "CATEGORY_PUBLIC_CHAT", localName: "PUBLIC_CHAT" }
2653
2653
  ]
2654
- ), Ha = /* @__PURE__ */ i.makeEnum(
2654
+ ), Qa = /* @__PURE__ */ i.makeEnum(
2655
2655
  "streamlayer.analytics.v1.common.ScreenOrientation",
2656
2656
  [
2657
2657
  { no: 0, name: "SCREEN_ORIENTATION_UNSET", localName: "UNSET" },
@@ -3335,7 +3335,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
3335
3335
  { no: 1, name: "USE_AS_NOTIFICATION_ENABLED", localName: "ENABLED" },
3336
3336
  { no: 2, name: "USE_AS_NOTIFICATION_DISABLED", localName: "DISABLED" }
3337
3337
  ]
3338
- ), Qa = /* @__PURE__ */ i.makeEnum(
3338
+ ), Ya = /* @__PURE__ */ i.makeEnum(
3339
3339
  "streamlayer.interactive.NotificationEnabled",
3340
3340
  [
3341
3341
  { no: 0, name: "NOTIFICATION_ENABLED_UNSET" },
@@ -3510,7 +3510,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
3510
3510
  },
3511
3511
  { no: 6, name: "image_mode", kind: "enum", T: i.getEnumType(_t) },
3512
3512
  { no: 7, name: "promotion", kind: "message", T: xm },
3513
- { no: 8, name: "enabled", kind: "enum", T: i.getEnumType(Qa) }
3513
+ { no: 8, name: "enabled", kind: "enum", T: i.getEnumType(Ya) }
3514
3514
  ]
3515
3515
  ), Hm = /* @__PURE__ */ i.makeMessageType(
3516
3516
  "streamlayer.interactive.QuestionAnswer",
@@ -4398,7 +4398,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
4398
4398
  }
4399
4399
  ],
4400
4400
  { localName: "QuestionAutoPostStartOptions_ScheduleOptions" }
4401
- ), Kn = /* @__PURE__ */ i.makeMessageType(
4401
+ ), Wn = /* @__PURE__ */ i.makeMessageType(
4402
4402
  "streamlayer.interactive.Pagination",
4403
4403
  () => [
4404
4404
  {
@@ -4505,7 +4505,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
4505
4505
  { no: 1, name: "question", kind: "message", T: ki },
4506
4506
  { no: 2, name: "notification", kind: "message", T: bs },
4507
4507
  { no: 3, name: "moderation", kind: "message", T: hi },
4508
- { no: 4, name: "feed_item", kind: "message", T: Wn }
4508
+ { no: 4, name: "feed_item", kind: "message", T: zn }
4509
4509
  ]
4510
4510
  ), Su = /* @__PURE__ */ i.makeMessageType(
4511
4511
  "streamlayer.interactive.feed.SubscriptionRequest",
@@ -4945,7 +4945,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
4945
4945
  T: 9
4946
4946
  /* ScalarType.STRING */
4947
4947
  },
4948
- { no: 2, name: "pagination", kind: "message", T: Kn }
4948
+ { no: 2, name: "pagination", kind: "message", T: Wn }
4949
4949
  ]
4950
4950
  ), bi = /* @__PURE__ */ i.makeMessageType(
4951
4951
  "streamlayer.interactive.feed.PickHistory",
@@ -5339,7 +5339,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
5339
5339
  { no: 6, name: "insight", kind: "message", T: Ii, oneof: "attributes" },
5340
5340
  { no: 7, name: "promotion", kind: "message", T: Oi, oneof: "attributes" }
5341
5341
  ]
5342
- ), Wn = /* @__PURE__ */ i.makeMessageType(
5342
+ ), zn = /* @__PURE__ */ i.makeMessageType(
5343
5343
  "streamlayer.interactive.feed.FeedItem",
5344
5344
  () => [
5345
5345
  {
@@ -5369,7 +5369,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
5369
5369
  /* ScalarType.STRING */
5370
5370
  },
5371
5371
  { no: 2, name: "filter", kind: "message", T: bd },
5372
- { no: 3, name: "pagination", kind: "message", T: Kn }
5372
+ { no: 3, name: "pagination", kind: "message", T: Wn }
5373
5373
  ]
5374
5374
  ), bd = /* @__PURE__ */ i.makeMessageType(
5375
5375
  "streamlayer.interactive.feed.FeedListRequest.FeedListFilter",
@@ -5381,7 +5381,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
5381
5381
  ), Id = /* @__PURE__ */ i.makeMessageType(
5382
5382
  "streamlayer.interactive.feed.FeedListResponse",
5383
5383
  () => [
5384
- { no: 1, name: "data", kind: "message", T: Wn, repeated: !0 },
5384
+ { no: 1, name: "data", kind: "message", T: zn, repeated: !0 },
5385
5385
  { no: 2, name: "meta", kind: "message", T: Nd }
5386
5386
  ]
5387
5387
  ), Nd = /* @__PURE__ */ i.makeMessageType(
@@ -5424,7 +5424,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
5424
5424
  ), vd = /* @__PURE__ */ i.makeMessageType(
5425
5425
  "streamlayer.interactive.feed.FeedItemResponse",
5426
5426
  () => [
5427
- { no: 1, name: "data", kind: "message", T: Wn }
5427
+ { no: 1, name: "data", kind: "message", T: zn }
5428
5428
  ]
5429
5429
  ), Ad = /* @__PURE__ */ i.makeMessageType(
5430
5430
  "streamlayer.interactive.feed.FeedSubscriptionRequest",
@@ -5440,7 +5440,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
5440
5440
  ), wd = /* @__PURE__ */ i.makeMessageType(
5441
5441
  "streamlayer.interactive.feed.FeedSubscriptionResponse",
5442
5442
  () => [
5443
- { no: 1, name: "data", kind: "message", T: Wn },
5443
+ { no: 1, name: "data", kind: "message", T: zn },
5444
5444
  { no: 2, name: "meta", kind: "message", T: Rd }
5445
5445
  ]
5446
5446
  ), Rd = /* @__PURE__ */ i.makeMessageType(
@@ -6573,7 +6573,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
6573
6573
  },
6574
6574
  { no: 2, name: "overlay_settings", kind: "map", K: 9, V: { kind: "message", T: gp } }
6575
6575
  ]
6576
- ), Ya = /* @__PURE__ */ i.makeEnum(
6576
+ ), ja = /* @__PURE__ */ i.makeEnum(
6577
6577
  "streamlayer.analytics.v1.invitations.InvitationCategory",
6578
6578
  [
6579
6579
  { no: 0, name: "INVITATION_CATEGORY_UNSET", localName: "UNSET" },
@@ -6582,7 +6582,7 @@ const lm = /* @__PURE__ */ i.makeEnum(
6582
6582
  { no: 3, name: "INVITATION_CATEGORY_VOICING", localName: "VOICING" },
6583
6583
  { no: 4, name: "INVITATION_CATEGORY_GAMES", localName: "GAMES" }
6584
6584
  ]
6585
- ), ja = /* @__PURE__ */ i.makeEnum(
6585
+ ), $a = /* @__PURE__ */ i.makeEnum(
6586
6586
  "streamlayer.analytics.v1.invitations.InvitationFrom",
6587
6587
  [
6588
6588
  { no: 0, name: "INVITATION_FROM_UNSET", localName: "UNSET" },
@@ -6590,10 +6590,10 @@ const lm = /* @__PURE__ */ i.makeEnum(
6590
6590
  { no: 2, name: "INVITATION_FROM_MENU", localName: "MENU" }
6591
6591
  ]
6592
6592
  );
6593
- let da = 0, ko = [];
6593
+ let pa = 0, ko = [];
6594
6594
  function kp() {
6595
- return da += 1, () => {
6596
- if (da -= 1, da === 0) {
6595
+ return pa += 1, () => {
6596
+ if (pa -= 1, pa === 0) {
6597
6597
  let e = ko;
6598
6598
  ko = [];
6599
6599
  for (let t of e) t();
@@ -6674,7 +6674,7 @@ let ws = (e, t, n, a) => (e.events = e.events || {}, e.events[n + gn] || (e.even
6674
6674
  }, () => {
6675
6675
  e.off = a;
6676
6676
  };
6677
- }), Ip = 1e3, zn = (e, t) => ws(e, (a) => {
6677
+ }), Ip = 1e3, Jn = (e, t) => ws(e, (a) => {
6678
6678
  let s = t(a);
6679
6679
  s && e.events[yn].push(s);
6680
6680
  }, Sp, (a) => {
@@ -6710,13 +6710,13 @@ let ws = (e, t, n, a) => (e.events = e.events || {}, e.events[n + gn] || (e.even
6710
6710
  let l, m = n ? () => {
6711
6711
  clearTimeout(l), l = setTimeout(o);
6712
6712
  } : o;
6713
- return zn(r, () => {
6713
+ return Jn(r, () => {
6714
6714
  let u = e.map((d) => d.listen(m));
6715
6715
  return o(), () => {
6716
6716
  for (let d of u) d();
6717
6717
  };
6718
6718
  }), r;
6719
- }, Np = (e, t) => Pi(e, t), ho = (e, t) => Pi(e, t, !0), $a = (e = {}) => {
6719
+ }, Np = (e, t) => Pi(e, t), ho = (e, t) => Pi(e, t, !0), Ka = (e = {}) => {
6720
6720
  let t = it(e);
6721
6721
  return t.setKey = function(n, a) {
6722
6722
  let s = t.value;
@@ -6732,18 +6732,18 @@ for (let e = 0; e < 256; ++e)
6732
6732
  function Op(e, t = 0) {
6733
6733
  return (pe[e[t + 0]] + pe[e[t + 1]] + pe[e[t + 2]] + pe[e[t + 3]] + "-" + pe[e[t + 4]] + pe[e[t + 5]] + "-" + pe[e[t + 6]] + pe[e[t + 7]] + "-" + pe[e[t + 8]] + pe[e[t + 9]] + "-" + pe[e[t + 10]] + pe[e[t + 11]] + pe[e[t + 12]] + pe[e[t + 13]] + pe[e[t + 14]] + pe[e[t + 15]]).toLowerCase();
6734
6734
  }
6735
- let pa;
6735
+ let Ta;
6736
6736
  const vp = new Uint8Array(16);
6737
6737
  function Ap() {
6738
- if (!pa) {
6738
+ if (!Ta) {
6739
6739
  if (typeof crypto > "u" || !crypto.getRandomValues)
6740
6740
  throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
6741
- pa = crypto.getRandomValues.bind(crypto);
6741
+ Ta = crypto.getRandomValues.bind(crypto);
6742
6742
  }
6743
- return pa(vp);
6743
+ return Ta(vp);
6744
6744
  }
6745
6745
  const wp = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), _o = { randomUUID: wp };
6746
- function Ka(e, t, n) {
6746
+ function Bn(e, t, n) {
6747
6747
  var s;
6748
6748
  if (_o.randomUUID && !t && !e)
6749
6749
  return _o.randomUUID();
@@ -7147,7 +7147,7 @@ function Wa() {
7147
7147
  function Oo(e, t) {
7148
7148
  return { id: Symbol(t == null ? void 0 : t.description), defaultValue: e };
7149
7149
  }
7150
- const Ta = 128;
7150
+ const ya = 128;
7151
7151
  function vo(e) {
7152
7152
  const t = new Headers(), n = new TextDecoder().decode(e).split(`\r
7153
7153
  `);
@@ -7473,7 +7473,7 @@ function Co(e) {
7473
7473
  const { flags: P, data: I } = v.value;
7474
7474
  if ((P & Eo) === Eo)
7475
7475
  throw new $("protocol error: received unsupported compressed output", U.Internal);
7476
- if (P === Ta) {
7476
+ if (P === ya) {
7477
7477
  if (w !== void 0)
7478
7478
  throw "extra trailer";
7479
7479
  w = vo(I);
@@ -7515,7 +7515,7 @@ function Co(e) {
7515
7515
  if (I.done)
7516
7516
  break;
7517
7517
  const { flags: B, data: A } = I.value;
7518
- if ((B & Ta) === Ta) {
7518
+ if ((B & ya) === ya) {
7519
7519
  if (P)
7520
7520
  throw "extra trailer";
7521
7521
  P = !0;
@@ -7604,7 +7604,7 @@ const Uo = ({
7604
7604
  if (!s)
7605
7605
  return;
7606
7606
  const I = (D) => {
7607
- w.key === h && (w.set(D), a.emit(ya, h, D, !0));
7607
+ w.key === h && (w.set(D), a.emit(ga, h, D, !0));
7608
7608
  }, B = () => {
7609
7609
  I({
7610
7610
  ...w.value,
@@ -7641,7 +7641,7 @@ const Uo = ({
7641
7641
  fetcher: O = t,
7642
7642
  ...w
7643
7643
  } = {}) => {
7644
- const R = $a({
7644
+ const R = Ka({
7645
7645
  ...at
7646
7646
  }), v = { ...n, ...w, fetcher: O };
7647
7647
  R._ = qi, R.invalidate = () => {
@@ -7675,10 +7675,10 @@ const Uo = ({
7675
7675
  setInterval(_e, qe)
7676
7676
  ), jt && Q.push(a.on(Bo, _e)), et && Q.push(a.on(Go, _e)), Q.push(
7677
7677
  a.on(Vo, (Se) => {
7678
- I && ga(I, Se) && m([I, B], R, v, !0);
7678
+ I && fa(I, Se) && m([I, B], R, v, !0);
7679
7679
  }),
7680
- a.on(ya, (Se, Ee, k) => {
7681
- I && ga(I, Se) && R.value !== Ee && R.value.data !== Ee && R.set(
7680
+ a.on(ga, (Se, Ee, k) => {
7681
+ I && fa(I, Se) && R.value !== Ee && R.value.data !== Ee && R.set(
7682
7682
  k ? Ee : { data: Ee, ...at }
7683
7683
  );
7684
7684
  })
@@ -7697,13 +7697,13 @@ const Uo = ({
7697
7697
  e.delete(h), r.delete(h);
7698
7698
  }, y = (h, O) => {
7699
7699
  for (const w of e.keys())
7700
- ga(w, h) && O(w);
7700
+ fa(w, h) && O(w);
7701
7701
  }, T = (h) => {
7702
7702
  y(h, d), a.emit(Vo, h);
7703
7703
  }, g = (h, O) => {
7704
7704
  y(h, (w) => {
7705
7705
  O === void 0 ? d(w) : e.set(w, O);
7706
- }), a.emit(ya, h, O);
7706
+ }), a.emit(ga, h, O);
7707
7707
  };
7708
7708
  function f(h) {
7709
7709
  const O = async (R) => {
@@ -7734,7 +7734,7 @@ const Uo = ({
7734
7734
  } finally {
7735
7735
  w.setKey("loading", !1), I.forEach(T);
7736
7736
  }
7737
- }, w = $a({
7737
+ }, w = Ka({
7738
7738
  mutate: O,
7739
7739
  ...at
7740
7740
  });
@@ -7774,9 +7774,9 @@ const iT = (e) => {
7774
7774
  function cT(e) {
7775
7775
  return e._ === qi;
7776
7776
  }
7777
- const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
7777
+ const Bo = 1, Go = 2, Vo = 3, ga = 4, qo = (e, t) => {
7778
7778
  typeof window > "u" || addEventListener(e, t);
7779
- }, ga = (e, t) => Array.isArray(t) ? t.includes(e) : typeof t == "function" ? t(e) : e === t, xo = () => (/* @__PURE__ */ new Date()).getTime(), qi = Symbol(), Ho = { loading: !0 }, at = { loading: !1 }, xi = /* @__PURE__ */ i.makeEnum(
7779
+ }, fa = (e, t) => Array.isArray(t) ? t.includes(e) : typeof t == "function" ? t(e) : e === t, xo = () => (/* @__PURE__ */ new Date()).getTime(), qi = Symbol(), Ho = { loading: !0 }, at = { loading: !1 }, xi = /* @__PURE__ */ i.makeEnum(
7780
7780
  "streamlayer.sports.EventStatus",
7781
7781
  [
7782
7782
  { no: 0, name: "EVENT_STATUS_UNSET", localName: "UNSET" },
@@ -7795,7 +7795,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
7795
7795
  { no: 1, name: "EVENT_ENDLESS_ENABLED", localName: "ENABLED" },
7796
7796
  { no: 2, name: "EVENT_ENDLESS_DISABLED", localName: "DISABLED" }
7797
7797
  ]
7798
- ), Jn = /* @__PURE__ */ i.makeMessageType(
7798
+ ), Xn = /* @__PURE__ */ i.makeMessageType(
7799
7799
  "streamlayer.sports.Pagination",
7800
7800
  () => [
7801
7801
  {
@@ -7831,7 +7831,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
7831
7831
  /* ScalarType.STRING */
7832
7832
  }
7833
7833
  ]
7834
- ), Xn = /* @__PURE__ */ i.makeMessageType(
7834
+ ), Zn = /* @__PURE__ */ i.makeMessageType(
7835
7835
  "streamlayer.sports.Meta",
7836
7836
  () => [
7837
7837
  {
@@ -7881,7 +7881,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
7881
7881
  /* ScalarType.STRING */
7882
7882
  }
7883
7883
  ]
7884
- ), Zn = /* @__PURE__ */ i.makeMessageType(
7884
+ ), ea = /* @__PURE__ */ i.makeMessageType(
7885
7885
  "streamlayer.sports.EventTime",
7886
7886
  () => [
7887
7887
  {
@@ -8189,7 +8189,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
8189
8189
  /* ScalarType.INT32 */
8190
8190
  },
8191
8191
  { no: 5, name: "venue", kind: "message", T: Yi },
8192
- { no: 6, name: "event_time", kind: "message", T: Zn },
8192
+ { no: 6, name: "event_time", kind: "message", T: ea },
8193
8193
  { no: 7, name: "home_team", kind: "message", T: lt },
8194
8194
  { no: 8, name: "away_team", kind: "message", T: lt },
8195
8195
  { no: 9, name: "status", kind: "enum", T: i.getEnumType(xi) },
@@ -8804,7 +8804,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
8804
8804
  "streamlayer.sports.basketball.BasketballPlayByPlayStatistics",
8805
8805
  () => [
8806
8806
  { no: 1, name: "team", kind: "message", T: lt },
8807
- { no: 2, name: "event_time", kind: "message", T: Zn },
8807
+ { no: 2, name: "event_time", kind: "message", T: ea },
8808
8808
  {
8809
8809
  no: 3,
8810
8810
  name: "score_home",
@@ -9083,7 +9083,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
9083
9083
  { no: 1, name: "home_team", kind: "message", T: zo },
9084
9084
  { no: 2, name: "away_team", kind: "message", T: zo }
9085
9085
  ]
9086
- ), fa = /* @__PURE__ */ i.makeMessageType(
9086
+ ), ka = /* @__PURE__ */ i.makeMessageType(
9087
9087
  "streamlayer.sports.basketball.BasketballLastGame",
9088
9088
  () => [
9089
9089
  {
@@ -9145,9 +9145,9 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
9145
9145
  ), $i = /* @__PURE__ */ i.makeMessageType(
9146
9146
  "streamlayer.sports.basketball.BasketballLastGames",
9147
9147
  () => [
9148
- { no: 1, name: "home", kind: "message", T: fa, repeated: !0 },
9149
- { no: 2, name: "away", kind: "message", T: fa, repeated: !0 },
9150
- { no: 3, name: "head_to_head", kind: "message", T: fa, repeated: !0 }
9148
+ { no: 1, name: "home", kind: "message", T: ka, repeated: !0 },
9149
+ { no: 2, name: "away", kind: "message", T: ka, repeated: !0 },
9150
+ { no: 3, name: "head_to_head", kind: "message", T: ka, repeated: !0 }
9151
9151
  ]
9152
9152
  ), HT = /* @__PURE__ */ i.makeEnum(
9153
9153
  "streamlayer.sports.hockey.HockeyPerformerCategory",
@@ -9282,7 +9282,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
9282
9282
  "streamlayer.sports.hockey.HockeyPlayByPlayStatistics",
9283
9283
  () => [
9284
9284
  { no: 1, name: "team", kind: "message", T: lt },
9285
- { no: 2, name: "event_time", kind: "message", T: Zn },
9285
+ { no: 2, name: "event_time", kind: "message", T: ea },
9286
9286
  {
9287
9287
  no: 3,
9288
9288
  name: "score_home",
@@ -9324,7 +9324,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
9324
9324
  () => [
9325
9325
  { no: 1, name: "statistics", kind: "message", T: KT, repeated: !0 }
9326
9326
  ]
9327
- ), ka = /* @__PURE__ */ i.makeMessageType(
9327
+ ), ha = /* @__PURE__ */ i.makeMessageType(
9328
9328
  "streamlayer.sports.hockey.PlayerScore",
9329
9329
  () => [
9330
9330
  {
@@ -9435,10 +9435,10 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
9435
9435
  ), er = /* @__PURE__ */ i.makeMessageType(
9436
9436
  "streamlayer.sports.hockey.PlayerScores",
9437
9437
  () => [
9438
- { no: 1, name: "skaters", kind: "message", T: ka, repeated: !0 },
9438
+ { no: 1, name: "skaters", kind: "message", T: ha, repeated: !0 },
9439
9439
  { no: 2, name: "goaltender", kind: "message", T: Zo },
9440
- { no: 3, name: "forwards", kind: "message", T: ka, repeated: !0 },
9441
- { no: 4, name: "defensemen", kind: "message", T: ka, repeated: !0 },
9440
+ { no: 3, name: "forwards", kind: "message", T: ha, repeated: !0 },
9441
+ { no: 4, name: "defensemen", kind: "message", T: ha, repeated: !0 },
9442
9442
  { no: 5, name: "goaltenders", kind: "message", T: Zo, repeated: !0 }
9443
9443
  ]
9444
9444
  ), zT = /* @__PURE__ */ i.makeMessageType(
@@ -10018,7 +10018,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
10018
10018
  "streamlayer.sports.soccer.SoccerPlayByPlayStatistics",
10019
10019
  () => [
10020
10020
  { no: 1, name: "team", kind: "message", T: lt },
10021
- { no: 2, name: "event_time", kind: "message", T: Zn },
10021
+ { no: 2, name: "event_time", kind: "message", T: ea },
10022
10022
  {
10023
10023
  no: 3,
10024
10024
  name: "score_home",
@@ -10162,7 +10162,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
10162
10162
  () => [
10163
10163
  { no: 1, name: "standings", kind: "message", T: Sy, repeated: !0 }
10164
10164
  ]
10165
- ), ha = /* @__PURE__ */ i.makeMessageType(
10165
+ ), _a = /* @__PURE__ */ i.makeMessageType(
10166
10166
  "streamlayer.sports.soccer.SoccerLastGame",
10167
10167
  () => [
10168
10168
  {
@@ -10224,9 +10224,9 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
10224
10224
  ), Wi = /* @__PURE__ */ i.makeMessageType(
10225
10225
  "streamlayer.sports.soccer.SoccerLastGames",
10226
10226
  () => [
10227
- { no: 1, name: "home", kind: "message", T: ha, repeated: !0 },
10228
- { no: 2, name: "away", kind: "message", T: ha, repeated: !0 },
10229
- { no: 3, name: "head_to_head", kind: "message", T: ha, repeated: !0 }
10227
+ { no: 1, name: "home", kind: "message", T: _a, repeated: !0 },
10228
+ { no: 2, name: "away", kind: "message", T: _a, repeated: !0 },
10229
+ { no: 3, name: "head_to_head", kind: "message", T: _a, repeated: !0 }
10230
10230
  ]
10231
10231
  ), Et = /* @__PURE__ */ i.makeEnum(
10232
10232
  "streamlayer.sports.events.EventType",
@@ -10281,7 +10281,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
10281
10281
  "streamlayer.sports.events.ListRequest",
10282
10282
  () => [
10283
10283
  { no: 1, name: "filter", kind: "message", T: Ay },
10284
- { no: 2, name: "pagination", kind: "message", T: Jn },
10284
+ { no: 2, name: "pagination", kind: "message", T: Xn },
10285
10285
  { no: 3, name: "sort", kind: "message", T: Qi },
10286
10286
  { no: 4, name: "ids", kind: "scalar", T: 4, repeated: !0 },
10287
10287
  {
@@ -10344,7 +10344,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
10344
10344
  "streamlayer.sports.events.DemoListRequest",
10345
10345
  () => [
10346
10346
  { no: 1, name: "filter", kind: "message", T: Ry },
10347
- { no: 2, name: "pagination", kind: "message", T: Jn },
10347
+ { no: 2, name: "pagination", kind: "message", T: Xn },
10348
10348
  { no: 3, name: "sort", kind: "message", T: Qi }
10349
10349
  ]
10350
10350
  ), Ry = /* @__PURE__ */ i.makeMessageType(
@@ -10369,13 +10369,13 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
10369
10369
  ), Ly = /* @__PURE__ */ i.makeMessageType(
10370
10370
  "streamlayer.sports.events.DemoListResponse",
10371
10371
  () => [
10372
- { no: 1, name: "meta", kind: "message", T: Xn },
10372
+ { no: 1, name: "meta", kind: "message", T: Zn },
10373
10373
  { no: 2, name: "data", kind: "message", T: zi, repeated: !0 }
10374
10374
  ]
10375
10375
  ), Py = /* @__PURE__ */ i.makeMessageType(
10376
10376
  "streamlayer.sports.events.ListResponse",
10377
10377
  () => [
10378
- { no: 1, name: "meta", kind: "message", T: Xn },
10378
+ { no: 1, name: "meta", kind: "message", T: Zn },
10379
10379
  { no: 2, name: "data", kind: "message", T: zi, repeated: !0 }
10380
10380
  ]
10381
10381
  ), sr = /* @__PURE__ */ i.makeMessageType(
@@ -10484,7 +10484,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
10484
10484
  T: 4
10485
10485
  /* ScalarType.UINT64 */
10486
10486
  },
10487
- { no: 2, name: "pagination", kind: "message", T: Jn },
10487
+ { no: 2, name: "pagination", kind: "message", T: Xn },
10488
10488
  {
10489
10489
  no: 3,
10490
10490
  name: "order",
@@ -10497,7 +10497,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
10497
10497
  "streamlayer.sports.events.PlayByPlayResponse",
10498
10498
  () => [
10499
10499
  { no: 1, name: "data", kind: "message", T: qy },
10500
- { no: 2, name: "meta", kind: "message", T: Xn }
10500
+ { no: 2, name: "meta", kind: "message", T: Zn }
10501
10501
  ]
10502
10502
  ), qy = /* @__PURE__ */ i.makeMessageType(
10503
10503
  "streamlayer.sports.events.PlayByPlayResponse.ResponseData",
@@ -10527,7 +10527,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
10527
10527
  "streamlayer.sports.events.ScheduleRequest",
10528
10528
  () => [
10529
10529
  { no: 1, name: "filter", kind: "message", T: Qy },
10530
- { no: 2, name: "pagination", kind: "message", T: Jn }
10530
+ { no: 2, name: "pagination", kind: "message", T: Xn }
10531
10531
  ]
10532
10532
  ), Qy = /* @__PURE__ */ i.makeMessageType(
10533
10533
  "streamlayer.sports.events.ScheduleRequest.Filter",
@@ -10552,7 +10552,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
10552
10552
  "streamlayer.sports.events.ScheduleResponse",
10553
10553
  () => [
10554
10554
  { no: 1, name: "data", kind: "message", T: Ny, repeated: !0 },
10555
- { no: 2, name: "meta", kind: "message", T: Xn }
10555
+ { no: 2, name: "meta", kind: "message", T: Zn }
10556
10556
  ]
10557
10557
  ), jy = /* @__PURE__ */ i.makeMessageType(
10558
10558
  "streamlayer.sports.events.ScheduleDatesRequest",
@@ -10958,7 +10958,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
10958
10958
  () => [
10959
10959
  { no: 1, name: "allow", kind: "enum", T: i.getEnumType(Xi) }
10960
10960
  ]
10961
- ), _a = /* @__PURE__ */ i.makeMessageType(
10961
+ ), Sa = /* @__PURE__ */ i.makeMessageType(
10962
10962
  "streamlayer.sdkSettings.client.ClientSettingsNotifications",
10963
10963
  () => [
10964
10964
  { no: 1, name: "notify", kind: "message", T: Ig },
@@ -10975,9 +10975,9 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
10975
10975
  { no: 6, name: "friends_sound", kind: "enum", T: i.getEnumType(_g) },
10976
10976
  { no: 7, name: "twitter_notify", kind: "enum", T: i.getEnumType(fg) },
10977
10977
  { no: 8, name: "twitter_sound", kind: "enum", T: i.getEnumType(Sg) },
10978
- { no: 9, name: "gamification", kind: "message", T: _a },
10979
- { no: 10, name: "watch_party_invitation", kind: "message", T: _a },
10980
- { no: 11, name: "twitter_question", kind: "message", T: _a }
10978
+ { no: 9, name: "gamification", kind: "message", T: Sa },
10979
+ { no: 10, name: "watch_party_invitation", kind: "message", T: Sa },
10980
+ { no: 11, name: "twitter_question", kind: "message", T: Sa }
10981
10981
  ]
10982
10982
  ), Og = /* @__PURE__ */ i.makeMessageType(
10983
10983
  "streamlayer.sdkSettings.client.GetRequest",
@@ -12182,7 +12182,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
12182
12182
  ), Mf = /* @__PURE__ */ i.makeMessageType(
12183
12183
  "streamlayer.interactive.leaderboard.ListRequest",
12184
12184
  () => [
12185
- { no: 1, name: "pagination", kind: "message", T: Kn },
12185
+ { no: 1, name: "pagination", kind: "message", T: Wn },
12186
12186
  { no: 2, name: "users_ids", kind: "scalar", T: 9, repeated: !0 },
12187
12187
  {
12188
12188
  no: 3,
@@ -12362,7 +12362,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
12362
12362
  T: 9
12363
12363
  /* ScalarType.STRING */
12364
12364
  },
12365
- { no: 3, name: "pagination", kind: "message", T: Kn },
12365
+ { no: 3, name: "pagination", kind: "message", T: Wn },
12366
12366
  { no: 4, name: "sort", kind: "message", T: _i }
12367
12367
  ]
12368
12368
  ), Qf = /* @__PURE__ */ i.makeMessageType(
@@ -12566,7 +12566,7 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
12566
12566
  { no: 1, name: "event_id", kind: "scalar", T: 4, opt: !0 },
12567
12567
  { no: 2, name: "category", kind: "enum", T: i.getEnumType(de), opt: !0 },
12568
12568
  { no: 3, name: "kind", kind: "enum", T: i.getEnumType(ce), opt: !0 },
12569
- { no: 4, name: "screen_orientation", kind: "enum", T: i.getEnumType(Ha), opt: !0 },
12569
+ { no: 4, name: "screen_orientation", kind: "enum", T: i.getEnumType(Qa), opt: !0 },
12570
12570
  { no: 5, name: "session_id", kind: "scalar", T: 9, opt: !0 },
12571
12571
  { no: 6, name: "overlay_session_id", kind: "scalar", T: 9, opt: !0 },
12572
12572
  { no: 7, name: "topic_id", kind: "scalar", T: 9, opt: !0 },
@@ -12609,8 +12609,8 @@ const Bo = 1, Go = 2, Vo = 3, ya = 4, qo = (e, t) => {
12609
12609
  "streamlayer.analytics.v2.streaming.SendInvitationsMessage",
12610
12610
  () => [
12611
12611
  { no: 1, name: "common", kind: "message", T: ke },
12612
- { no: 2, name: "category", kind: "enum", T: i.getEnumType(Ya) },
12613
- { no: 3, name: "from", kind: "enum", T: i.getEnumType(ja) }
12612
+ { no: 2, name: "category", kind: "enum", T: i.getEnumType(ja) },
12613
+ { no: 3, name: "from", kind: "enum", T: i.getEnumType($a) }
12614
12614
  ]
12615
12615
  ), rk = /* @__PURE__ */ i.makeMessageType(
12616
12616
  "streamlayer.analytics.v2.streaming.LaunchButtonMessage",
@@ -12878,7 +12878,7 @@ var ze;
12878
12878
  e[e.ONBOARDING = 1] = "ONBOARDING", e[e.QUESTION = 2] = "QUESTION", e[e.QUESTION_RESOLVED = 3] = "QUESTION_RESOLVED";
12879
12879
  })(ze || (ze = {}));
12880
12880
  window.slStore = /* @__PURE__ */ Object.create(null);
12881
- class ea {
12881
+ class ta {
12882
12882
  constructor(t, n) {
12883
12883
  /**
12884
12884
  * store instance (nanostores)
@@ -12898,7 +12898,7 @@ const Ik = (e) => {
12898
12898
  const t = Object.keys(e);
12899
12899
  return Np(t.map((n) => e[n].getStore()), (...n) => Object.fromEntries(t.map((a, s) => [a, n[s]])));
12900
12900
  };
12901
- class ft extends ea {
12901
+ class ft extends ta {
12902
12902
  constructor() {
12903
12903
  super(...arguments);
12904
12904
  p(this, "getValues", () => this.getStore().get());
@@ -12908,7 +12908,7 @@ class ft extends ea {
12908
12908
  p(this, "unsubscribe", () => this.getStore().off());
12909
12909
  }
12910
12910
  }
12911
- const be = (e) => $a(e);
12911
+ const be = (e) => Ka(e);
12912
12912
  var Qe;
12913
12913
  (function(e) {
12914
12914
  e.ORGANIZATION = "ORGANIZATION", e.STREAM = "STREAM";
@@ -12974,7 +12974,7 @@ class rc {
12974
12974
  }
12975
12975
  }
12976
12976
  }
12977
- class Oe extends ea {
12977
+ class Oe extends ta {
12978
12978
  constructor() {
12979
12979
  super(...arguments);
12980
12980
  p(this, "getValue", () => this.getStore().get());
@@ -12993,7 +12993,7 @@ class Oe extends ea {
12993
12993
  }
12994
12994
  }
12995
12995
  const le = (e) => it(e);
12996
- class we extends ea {
12996
+ class we extends ta {
12997
12997
  constructor(n, a, s) {
12998
12998
  super(n, `api:${a}`);
12999
12999
  p(this, "atomStore");
@@ -13274,7 +13274,7 @@ const wk = /* @__PURE__ */ new Set([
13274
13274
  const e = localStorage.getItem("sl-device-id");
13275
13275
  if (e)
13276
13276
  return e;
13277
- const t = Ka();
13277
+ const t = Bn();
13278
13278
  return localStorage.setItem("sl-device-id", t), t;
13279
13279
  }, Pk = () => {
13280
13280
  var e;
@@ -13570,7 +13570,7 @@ const xk = (e) => {
13570
13570
  organizationAdvertising: s
13571
13571
  };
13572
13572
  };
13573
- class Yk extends ea {
13573
+ class Yk extends ta {
13574
13574
  constructor(n) {
13575
13575
  const a = Qk(n), s = Ik(a);
13576
13576
  super(s, "core");
@@ -13823,17 +13823,17 @@ const jk = (e, t, n) => {
13823
13823
  });
13824
13824
  } };
13825
13825
  };
13826
- var Bn;
13826
+ var Gn;
13827
13827
  (function(e) {
13828
13828
  e.SHOWED = "showed";
13829
- })(Bn || (Bn = {}));
13829
+ })(Gn || (Gn = {}));
13830
13830
  class sh extends Qt {
13831
13831
  constructor() {
13832
13832
  super("advertisement");
13833
13833
  p(this, "setShowed", (n) => {
13834
- this.write(Bn.SHOWED, n, "true");
13834
+ this.write(Gn.SHOWED, n, "true");
13835
13835
  });
13836
- p(this, "isViewed", (n) => this.read(Bn.SHOWED, n));
13836
+ p(this, "isViewed", (n) => this.read(Gn.SHOWED, n));
13837
13837
  }
13838
13838
  }
13839
13839
  const oh = (e) => {
@@ -13904,7 +13904,7 @@ const oh = (e) => {
13904
13904
  loading: !1,
13905
13905
  error: void 0,
13906
13906
  data: f,
13907
- hasNotification: ((_ = f == null ? void 0 : f.notification) == null ? void 0 : _.enabled) === Qa.NOTIFICATION_ENABLED,
13907
+ hasNotification: ((_ = f == null ? void 0 : f.notification) == null ? void 0 : _.enabled) === Ya.NOTIFICATION_ENABLED,
13908
13908
  close: () => y(f.question.id),
13909
13909
  togglePause: (h) => T(f.question.id, h),
13910
13910
  isViewed: !!r.isViewed(f.question.id)
@@ -13914,7 +13914,7 @@ const oh = (e) => {
13914
13914
  loading: !1,
13915
13915
  error: void 0,
13916
13916
  data: h,
13917
- hasNotification: ((O = h == null ? void 0 : h.notification) == null ? void 0 : O.enabled) === Qa.NOTIFICATION_ENABLED,
13917
+ hasNotification: ((O = h == null ? void 0 : h.notification) == null ? void 0 : O.enabled) === Ya.NOTIFICATION_ENABLED,
13918
13918
  close: () => y(h == null ? void 0 : h.question.id),
13919
13919
  togglePause: (w) => T(h == null ? void 0 : h.question.id, w),
13920
13920
  isViewed: h && !!r.isViewed(h.question.id)
@@ -14007,11 +14007,11 @@ class lh extends Qt {
14007
14007
  super("gamification");
14008
14008
  p(this, "sessionStorage");
14009
14009
  p(this, "saveBetPackQuestionReceived", ({ userId: n, eventId: a, organizationId: s }, o) => {
14010
- this.write(Le.BET_PACK_ITEM_RECEIVED, s, n, a, o);
14010
+ this.write(Le.BET_PACK_ITEM_RECEIVED, s, n, a, o, "1");
14011
14011
  });
14012
14012
  p(this, "isBetPackQuestionReceived", ({ userId: n, eventId: a, organizationId: s }, o) => !!this.read(Le.BET_PACK_ITEM_RECEIVED, s, n, a, o));
14013
14013
  p(this, "saveQuestionOpened", ({ userId: n, eventId: a, organizationId: s }, o) => {
14014
- this.write(Le.QUESTION_OPENED, s, n, a, o);
14014
+ this.write(Le.QUESTION_OPENED, s, n, a, o, "1");
14015
14015
  });
14016
14016
  p(this, "isQuestionOpened", ({ userId: n, eventId: a, organizationId: s }, o) => !!this.read(Le.QUESTION_OPENED, s, n, a, o));
14017
14017
  p(this, "saveOnboardingStatus", ({ userId: n, eventId: a, organizationId: s }, o) => {
@@ -14285,17 +14285,17 @@ class uh {
14285
14285
  this.options = t, this.logger = Ve("notifications"), this.store = /* @__PURE__ */ new Map(), this.timeouts = /* @__PURE__ */ new Map(), this.waitingQueue = /* @__PURE__ */ new Set(), this.activeQueue = /* @__PURE__ */ new Set(), this.notificationsList = le(/* @__PURE__ */ new Map());
14286
14286
  }
14287
14287
  }
14288
- var Gn;
14288
+ var Vn;
14289
14289
  (function(e) {
14290
14290
  e.OPENED = "opened";
14291
- })(Gn || (Gn = {}));
14291
+ })(Vn || (Vn = {}));
14292
14292
  class dh extends Qt {
14293
14293
  constructor() {
14294
14294
  super("notification");
14295
14295
  p(this, "setOpened", (n) => {
14296
- this.write(Gn.OPENED, n, "true");
14296
+ this.write(Vn.OPENED, n, "true");
14297
14297
  });
14298
- p(this, "isOpened", (n) => this.read(Gn.OPENED, n));
14298
+ p(this, "isOpened", (n) => this.read(Vn.OPENED, n));
14299
14299
  p(this, "clearNotification", () => {
14300
14300
  this.clear();
14301
14301
  });
@@ -14398,7 +14398,7 @@ const dr = async (e, t) => {
14398
14398
  const T = r.get(), g = y || T.page + 1;
14399
14399
  g <= o && r.set({ ...T, page: g });
14400
14400
  };
14401
- return zn(c, () => {
14401
+ return Jn(c, () => {
14402
14402
  const y = t.listen(m), T = a == null ? void 0 : a.listen(m);
14403
14403
  return () => {
14404
14404
  y(), T == null || T();
@@ -14413,7 +14413,7 @@ class fh extends Qt {
14413
14413
  p(this, "del", this.remove);
14414
14414
  }
14415
14415
  }
14416
- const pr = "sldl", ta = "sldl_uid", uc = "sldl_eid", dc = "sldl_e_eid", kh = /* @__PURE__ */ new Set([ta, uc, dc]), Tr = (e) => {
14416
+ const pr = "sldl", na = "sldl_uid", uc = "sldl_eid", dc = "sldl_e_eid", kh = /* @__PURE__ */ new Set([na, uc, dc]), Tr = (e) => {
14417
14417
  const t = {}, n = {};
14418
14418
  for (const [a, s] of e)
14419
14419
  kh.has(a) ? t[a] = s : n[a] = s;
@@ -14479,7 +14479,7 @@ const pr = "sldl", ta = "sldl_uid", uc = "sldl_eid", dc = "sldl_e_eid", kh = /*
14479
14479
  onDeepLinkHandlers: /* @__PURE__ */ new Set()
14480
14480
  }, e.sdk.getInviter = () => {
14481
14481
  const { data: c, used: l } = e.deepLink.getDeepLinkData();
14482
- return l ? c == null ? void 0 : c[ta] : void 0;
14482
+ return l ? c == null ? void 0 : c[na] : void 0;
14483
14483
  }, e.sdk.inviteDisplayed = () => {
14484
14484
  e.deepLink.$store.getStore().set({}), e.deepLink.$store.getStore().off(), a.del("sl-deep-link-store");
14485
14485
  }, e.deepLink.$store.subscribe((c) => a.set("sl-deep-link-store", JSON.stringify(c))), e.sdk.addDeepLinkHandler = (c) => {
@@ -14518,7 +14518,7 @@ class bh extends bk {
14518
14518
  p(this, "login", async (n, a) => {
14519
14519
  var u, d, y;
14520
14520
  this.$coreStore.getValues().userKey.setValue(a);
14521
- const { used: s, data: o } = this.deepLink.getDeepLinkData(), r = s ? "" : o == null ? void 0 : o[ta];
14521
+ const { used: s, data: o } = this.deepLink.getDeepLinkData(), r = s ? "" : o == null ? void 0 : o[na];
14522
14522
  Eh.debug({ inviterKey: r }, "login with inviterKey");
14523
14523
  const c = await this.bypassLogin({
14524
14524
  schema: n,
@@ -14830,10 +14830,10 @@ const Kt = new wt(), Ih = (e, t, n) => {
14830
14830
  return n.toString();
14831
14831
  }, Lh = (e, t, n, a) => {
14832
14832
  const s = be({});
14833
- return zn(s, () => wh(e, [t, n]).subscribe(async ({ data: o, loading: r }) => {
14833
+ return Jn(s, () => wh(e, [t, n]).subscribe(async ({ data: o, loading: r }) => {
14834
14834
  var y;
14835
14835
  const c = o === void 0 && r === !1 ? "https://streamlayer.io" : o == null ? void 0 : o.url, l = a.get() || "", m = t.get() || "", u = n.get() || "", d = {
14836
- [ta]: l,
14836
+ [na]: l,
14837
14837
  [uc]: m,
14838
14838
  [dc]: u
14839
14839
  };
@@ -14964,7 +14964,7 @@ const Ph = (e, t, n, a) => {
14964
14964
  }, c = () => {
14965
14965
  r();
14966
14966
  };
14967
- return zn(s, () => {
14967
+ return Jn(s, () => {
14968
14968
  c();
14969
14969
  const l = e.listen(r), m = n == null ? void 0 : n.listen(r), u = t.listen(r);
14970
14970
  return () => {
@@ -15525,8 +15525,8 @@ class Vh {
15525
15525
  ...this.analytics.commonStore.getValues(),
15526
15526
  kind: ce.INVITATION_ACCEPTED
15527
15527
  },
15528
- category: Ya.GAMES,
15529
- from: ja.UNSET
15528
+ category: ja.GAMES,
15529
+ from: $a.UNSET
15530
15530
  });
15531
15531
  });
15532
15532
  p(this, "sent", ({ from: t }) => {
@@ -15535,8 +15535,8 @@ class Vh {
15535
15535
  ...this.analytics.commonStore.getValues(),
15536
15536
  kind: ce.INVITATION_SENT
15537
15537
  },
15538
- category: Ya.GAMES,
15539
- from: t || ja.UNSET
15538
+ category: ja.GAMES,
15539
+ from: t || $a.UNSET
15540
15540
  });
15541
15541
  });
15542
15542
  this.analytics = t, this.analytics.onConnect(() => {
@@ -15941,7 +15941,7 @@ class Kh {
15941
15941
  p(this, "listenersCancels");
15942
15942
  p(this, "connected", !1);
15943
15943
  p(this, "connect", () => {
15944
- this.writeCommon("sessionId", Ka()), this.heartbeat.enable(), this.listeners.forEach((t) => this.listenersCancels.add(t())), this.connected = !0, je.debug("analytics connected");
15944
+ this.writeCommon("sessionId", Bn()), this.heartbeat.enable(), this.listeners.forEach((t) => this.listenersCancels.add(t())), this.connected = !0, je.debug("analytics connected");
15945
15945
  });
15946
15946
  p(this, "disconnect", () => {
15947
15947
  this.writeCommon("sessionId", ""), this.writeCommon("overlaySessionId", ""), this.heartbeat.unmount(), this.listenersCancels.forEach((t) => t()), this.connected = !1, je.debug("analytics disconnected");
@@ -15964,10 +15964,10 @@ class Kh {
15964
15964
  this.onConnect(() => t.stores.slStreamId.getAtomStore().subscribe((n) => {
15965
15965
  this.writeCommon("eventId", n);
15966
15966
  })), this.onConnect(() => t.sdk.getActiveFeature().subscribe((n) => {
15967
- n && this.writeCommon("category", Qh[n]), n !== W.UNSET ? this.writeCommon("overlaySessionId", Ka()) : this.writeCommon("overlaySessionId", "");
15967
+ n && this.writeCommon("category", Qh[n]), n !== W.UNSET ? this.writeCommon("overlaySessionId", Bn()) : this.writeCommon("overlaySessionId", "");
15968
15968
  })), this.onConnect(() => {
15969
15969
  const n = window.matchMedia("(orientation: portrait)"), a = (s) => {
15970
- this.writeCommon("screenOrientation", s.matches ? Ha.PORTRAIT : Ha.LANDSCAPE);
15970
+ this.writeCommon("screenOrientation", s.matches ? Qa.PORTRAIT : Qa.LANDSCAPE);
15971
15971
  };
15972
15972
  return n.addEventListener("change", a), () => {
15973
15973
  n.removeEventListener("change", a);
@@ -15984,7 +15984,9 @@ class Kh {
15984
15984
  }
15985
15985
  }
15986
15986
  const Wh = (e, t, n) => {
15987
- e.analytics = new Kh(e), e.sdk.onMount({ name: "analytics" }, () => (e.analytics.connect(), () => {
15987
+ e.analytics = new Kh(e), e.sdk.onMount({ name: "analytics" }, () => (e.analytics.connect(), e.sdk.writeOverlaySessionId = (a) => {
15988
+ a === "" ? e.analytics.writeCommon("overlaySessionId", "") : e.analytics.writeCommon("overlaySessionId", Bn());
15989
+ }, () => {
15988
15990
  e.analytics.disconnect();
15989
15991
  })), n();
15990
15992
  };
@@ -16173,7 +16175,7 @@ z.prototype._events = void 0;
16173
16175
  z.prototype._eventsCount = 0;
16174
16176
  z.prototype._maxListeners = void 0;
16175
16177
  var Sr = 10;
16176
- function na(e) {
16178
+ function aa(e) {
16177
16179
  if (typeof e != "function")
16178
16180
  throw new TypeError('The "listener" argument must be of type Function. Received type ' + typeof e);
16179
16181
  }
@@ -16228,7 +16230,7 @@ z.prototype.emit = function(e) {
16228
16230
  };
16229
16231
  function fc(e, t, n, a) {
16230
16232
  var s, o, r;
16231
- if (na(n), o = e._events, o === void 0 ? (o = e._events = /* @__PURE__ */ Object.create(null), e._eventsCount = 0) : (o.newListener !== void 0 && (e.emit(
16233
+ if (aa(n), o = e._events, o === void 0 ? (o = e._events = /* @__PURE__ */ Object.create(null), e._eventsCount = 0) : (o.newListener !== void 0 && (e.emit(
16232
16234
  "newListener",
16233
16235
  t,
16234
16236
  n.listener ? n.listener : n
@@ -16257,14 +16259,14 @@ function kc(e, t, n) {
16257
16259
  return s.listener = n, a.wrapFn = s, s;
16258
16260
  }
16259
16261
  z.prototype.once = function(e, t) {
16260
- return na(t), this.on(e, kc(this, e, t)), this;
16262
+ return aa(t), this.on(e, kc(this, e, t)), this;
16261
16263
  };
16262
16264
  z.prototype.prependOnceListener = function(e, t) {
16263
- return na(t), this.prependListener(e, kc(this, e, t)), this;
16265
+ return aa(t), this.prependListener(e, kc(this, e, t)), this;
16264
16266
  };
16265
16267
  z.prototype.removeListener = function(e, t) {
16266
16268
  var n, a, s, o, r;
16267
- if (na(t), a = this._events, a === void 0)
16269
+ if (aa(t), a = this._events, a === void 0)
16268
16270
  return this;
16269
16271
  if (n = a[e], n === void 0)
16270
16272
  return this;
@@ -16372,7 +16374,7 @@ function Ec(e, t, n, a) {
16372
16374
  else
16373
16375
  throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type ' + typeof e);
16374
16376
  }
16375
- var bc = Bs.exports, aa = {}, Ic = {}, Nc = function() {
16377
+ var bc = Bs.exports, sa = {}, Ic = {}, Nc = function() {
16376
16378
  if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
16377
16379
  return !1;
16378
16380
  if (typeof Symbol.iterator == "symbol")
@@ -16395,15 +16397,15 @@ var bc = Bs.exports, aa = {}, Ic = {}, Nc = function() {
16395
16397
  return !1;
16396
16398
  }
16397
16399
  return !0;
16398
- }, c_ = Nc, sa = function() {
16400
+ }, c_ = Nc, oa = function() {
16399
16401
  return c_() && !!Symbol.toStringTag;
16400
- }, l_ = Error, m_ = EvalError, u_ = RangeError, d_ = ReferenceError, Oc = SyntaxError, oa = TypeError, p_ = URIError, Er = typeof Symbol < "u" && Symbol, T_ = Nc, y_ = function() {
16402
+ }, l_ = Error, m_ = EvalError, u_ = RangeError, d_ = ReferenceError, Oc = SyntaxError, ra = TypeError, p_ = URIError, Er = typeof Symbol < "u" && Symbol, T_ = Nc, y_ = function() {
16401
16403
  return typeof Er != "function" || typeof Symbol != "function" || typeof Er("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : T_();
16402
- }, Sa = {
16404
+ }, Ea = {
16403
16405
  __proto__: null,
16404
16406
  foo: {}
16405
16407
  }, g_ = Object, f_ = function() {
16406
- return { __proto__: Sa }.foo === Sa.foo && !(Sa instanceof g_);
16408
+ return { __proto__: Ea }.foo === Ea.foo && !(Ea instanceof g_);
16407
16409
  }, k_ = "Function.prototype.bind called on incompatible ", h_ = Object.prototype.toString, __ = Math.max, S_ = "[object Function]", br = function(e, t) {
16408
16410
  for (var n = [], a = 0; a < e.length; a += 1)
16409
16411
  n[a] = e[a];
@@ -16442,7 +16444,7 @@ var bc = Bs.exports, aa = {}, Ic = {}, Nc = function() {
16442
16444
  l.prototype = t.prototype, a.prototype = new l(), l.prototype = null;
16443
16445
  }
16444
16446
  return a;
16445
- }, N_ = I_, Gs = Function.prototype.bind || N_, O_ = Function.prototype.call, v_ = Object.prototype.hasOwnProperty, A_ = Gs, w_ = A_.call(O_, v_), x, R_ = l_, L_ = m_, P_ = u_, M_ = d_, qt = Oc, Ut = oa, D_ = p_, vc = Function, Ea = function(e) {
16447
+ }, N_ = I_, Gs = Function.prototype.bind || N_, O_ = Function.prototype.call, v_ = Object.prototype.hasOwnProperty, A_ = Gs, w_ = A_.call(O_, v_), x, R_ = l_, L_ = m_, P_ = u_, M_ = d_, qt = Oc, Ut = ra, D_ = p_, vc = Function, ba = function(e) {
16446
16448
  try {
16447
16449
  return vc('"use strict"; return (' + e + ").constructor;")();
16448
16450
  } catch {
@@ -16454,19 +16456,19 @@ if (kt)
16454
16456
  } catch {
16455
16457
  kt = null;
16456
16458
  }
16457
- var ba = function() {
16459
+ var Ia = function() {
16458
16460
  throw new Ut();
16459
16461
  }, C_ = kt ? function() {
16460
16462
  try {
16461
- return arguments.callee, ba;
16463
+ return arguments.callee, Ia;
16462
16464
  } catch {
16463
16465
  try {
16464
16466
  return kt(arguments, "callee").get;
16465
16467
  } catch {
16466
- return ba;
16468
+ return Ia;
16467
16469
  }
16468
16470
  }
16469
- }() : ba, Ot = y_(), U_ = f_(), me = Object.getPrototypeOf || (U_ ? function(e) {
16471
+ }() : Ia, Ot = y_(), U_ = f_(), me = Object.getPrototypeOf || (U_ ? function(e) {
16470
16472
  return e.__proto__;
16471
16473
  } : null), At = {}, F_ = typeof Uint8Array > "u" || !me ? x : me(Uint8Array), ht = {
16472
16474
  __proto__: null,
@@ -16548,11 +16550,11 @@ if (me)
16548
16550
  var G_ = function e(t) {
16549
16551
  var n;
16550
16552
  if (t === "%AsyncFunction%")
16551
- n = Ea("async function () {}");
16553
+ n = ba("async function () {}");
16552
16554
  else if (t === "%GeneratorFunction%")
16553
- n = Ea("function* () {}");
16555
+ n = ba("function* () {}");
16554
16556
  else if (t === "%AsyncGeneratorFunction%")
16555
- n = Ea("async function* () {}");
16557
+ n = ba("async function* () {}");
16556
16558
  else if (t === "%AsyncGenerator%") {
16557
16559
  var a = e("%AsyncGeneratorFunction%");
16558
16560
  a && (n = a.prototype);
@@ -16614,8 +16616,8 @@ var G_ = function e(t) {
16614
16616
  "%URIErrorPrototype%": ["URIError", "prototype"],
16615
16617
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
16616
16618
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
16617
- }, rn = Gs, Vn = w_, V_ = rn.call(Function.call, Array.prototype.concat), q_ = rn.call(Function.apply, Array.prototype.splice), Nr = rn.call(Function.call, String.prototype.replace), qn = rn.call(Function.call, String.prototype.slice), x_ = rn.call(Function.call, RegExp.prototype.exec), H_ = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, Q_ = /\\(\\)?/g, Y_ = function(e) {
16618
- var t = qn(e, 0, 1), n = qn(e, -1);
16619
+ }, rn = Gs, qn = w_, V_ = rn.call(Function.call, Array.prototype.concat), q_ = rn.call(Function.apply, Array.prototype.splice), Nr = rn.call(Function.call, String.prototype.replace), xn = rn.call(Function.call, String.prototype.slice), x_ = rn.call(Function.call, RegExp.prototype.exec), H_ = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, Q_ = /\\(\\)?/g, Y_ = function(e) {
16620
+ var t = xn(e, 0, 1), n = xn(e, -1);
16619
16621
  if (t === "%" && n !== "%")
16620
16622
  throw new qt("invalid intrinsic syntax, expected closing `%`");
16621
16623
  if (n === "%" && t !== "%")
@@ -16626,7 +16628,7 @@ var G_ = function e(t) {
16626
16628
  }), a;
16627
16629
  }, j_ = function(e, t) {
16628
16630
  var n = e, a;
16629
- if (Vn(Ir, n) && (a = Ir[n], n = "%" + a[0] + "%"), Vn(ht, n)) {
16631
+ if (qn(Ir, n) && (a = Ir[n], n = "%" + a[0] + "%"), qn(ht, n)) {
16630
16632
  var s = ht[n];
16631
16633
  if (s === At && (s = G_(n)), typeof s > "u" && !t)
16632
16634
  throw new Ut("intrinsic " + e + " exists, but is not available. Please file an issue!");
@@ -16647,10 +16649,10 @@ var G_ = function e(t) {
16647
16649
  var n = Y_(e), a = n.length > 0 ? n[0] : "", s = j_("%" + a + "%", t), o = s.name, r = s.value, c = !1, l = s.alias;
16648
16650
  l && (a = l[0], q_(n, V_([0, 1], l)));
16649
16651
  for (var m = 1, u = !0; m < n.length; m += 1) {
16650
- var d = n[m], y = qn(d, 0, 1), T = qn(d, -1);
16652
+ var d = n[m], y = xn(d, 0, 1), T = xn(d, -1);
16651
16653
  if ((y === '"' || y === "'" || y === "`" || T === '"' || T === "'" || T === "`") && y !== T)
16652
16654
  throw new qt("property names with quotes must have matching quotes");
16653
- if ((d === "constructor" || !u) && (c = !0), a += "." + d, o = "%" + a + "%", Vn(ht, o))
16655
+ if ((d === "constructor" || !u) && (c = !0), a += "." + d, o = "%" + a + "%", qn(ht, o))
16654
16656
  r = ht[o];
16655
16657
  else if (r != null) {
16656
16658
  if (!(d in r)) {
@@ -16662,14 +16664,14 @@ var G_ = function e(t) {
16662
16664
  var g = kt(r, d);
16663
16665
  u = !!g, u && "get" in g && !("originalValue" in g.get) ? r = g.get : r = r[d];
16664
16666
  } else
16665
- u = Vn(r, d), r = r[d];
16667
+ u = qn(r, d), r = r[d];
16666
16668
  u && !c && (ht[o] = r);
16667
16669
  }
16668
16670
  }
16669
16671
  return r;
16670
- }, Ac = { exports: {} }, Ia, Or;
16672
+ }, Ac = { exports: {} }, Na, Or;
16671
16673
  function Vs() {
16672
- if (Or) return Ia;
16674
+ if (Or) return Na;
16673
16675
  Or = 1;
16674
16676
  var e = cn, t = e("%Object.defineProperty%", !0) || !1;
16675
16677
  if (t)
@@ -16678,7 +16680,7 @@ function Vs() {
16678
16680
  } catch {
16679
16681
  t = !1;
16680
16682
  }
16681
- return Ia = t, Ia;
16683
+ return Na = t, Na;
16682
16684
  }
16683
16685
  var $_ = cn, wn = $_("%Object.getOwnPropertyDescriptor%", !0);
16684
16686
  if (wn)
@@ -16687,7 +16689,7 @@ if (wn)
16687
16689
  } catch {
16688
16690
  wn = null;
16689
16691
  }
16690
- var ra = wn, vr = Vs(), K_ = Oc, vt = oa, Ar = ra, W_ = function(e, t, n) {
16692
+ var ia = wn, vr = Vs(), K_ = Oc, vt = ra, Ar = ia, W_ = function(e, t, n) {
16691
16693
  if (!e || typeof e != "object" && typeof e != "function")
16692
16694
  throw new vt("`obj` must be an object or a function`");
16693
16695
  if (typeof t != "string" && typeof t != "symbol")
@@ -16724,7 +16726,7 @@ wc.hasArrayLengthDefineBug = function() {
16724
16726
  return !0;
16725
16727
  }
16726
16728
  };
16727
- var z_ = wc, J_ = cn, wr = W_, X_ = z_(), Rr = ra, Lr = oa, Z_ = J_("%Math.floor%"), eS = function(e, t) {
16729
+ var z_ = wc, J_ = cn, wr = W_, X_ = z_(), Rr = ia, Lr = ra, Z_ = J_("%Math.floor%"), eS = function(e, t) {
16728
16730
  if (typeof e != "function")
16729
16731
  throw new Lr("`fn` is not a function");
16730
16732
  if (typeof t != "number" || t < 0 || t > 4294967295 || Z_(t) !== t)
@@ -16749,7 +16751,7 @@ var z_ = wc, J_ = cn, wr = W_, X_ = z_(), Rr = ra, Lr = oa, Z_ = J_("%Math.floor
16749
16751
  )), e;
16750
16752
  };
16751
16753
  (function(e) {
16752
- var t = Gs, n = cn, a = eS, s = oa, o = n("%Function.prototype.apply%"), r = n("%Function.prototype.call%"), c = n("%Reflect.apply%", !0) || t.call(r, o), l = Vs(), m = n("%Math.max%");
16754
+ var t = Gs, n = cn, a = eS, s = ra, o = n("%Function.prototype.apply%"), r = n("%Function.prototype.call%"), c = n("%Reflect.apply%", !0) || t.call(r, o), l = Vs(), m = n("%Math.max%");
16753
16755
  e.exports = function(d) {
16754
16756
  if (typeof d != "function")
16755
16757
  throw new s("a function is required");
@@ -16768,22 +16770,22 @@ var z_ = wc, J_ = cn, wr = W_, X_ = z_(), Rr = ra, Lr = oa, Z_ = J_("%Math.floor
16768
16770
  var qs = Ac.exports, Rc = cn, Lc = qs, tS = Lc(Rc("String.prototype.indexOf")), xs = function(e, t) {
16769
16771
  var n = Rc(e, !!t);
16770
16772
  return typeof n == "function" && tS(e, ".prototype.") > -1 ? Lc(n) : n;
16771
- }, nS = sa(), aS = xs, ss = aS("Object.prototype.toString"), ia = function(e) {
16773
+ }, nS = oa(), aS = xs, ss = aS("Object.prototype.toString"), ca = function(e) {
16772
16774
  return nS && e && typeof e == "object" && Symbol.toStringTag in e ? !1 : ss(e) === "[object Arguments]";
16773
16775
  }, Pc = function(e) {
16774
- return ia(e) ? !0 : e !== null && typeof e == "object" && typeof e.length == "number" && e.length >= 0 && ss(e) !== "[object Array]" && ss(e.callee) === "[object Function]";
16776
+ return ca(e) ? !0 : e !== null && typeof e == "object" && typeof e.length == "number" && e.length >= 0 && ss(e) !== "[object Array]" && ss(e.callee) === "[object Function]";
16775
16777
  }, sS = function() {
16776
- return ia(arguments);
16778
+ return ca(arguments);
16777
16779
  }();
16778
- ia.isLegacyArguments = Pc;
16779
- var oS = sS ? ia : Pc, rS = Object.prototype.toString, iS = Function.prototype.toString, cS = /^\s*(?:function)?\*/, Mc = sa(), Na = Object.getPrototypeOf, lS = function() {
16780
+ ca.isLegacyArguments = Pc;
16781
+ var oS = sS ? ca : Pc, rS = Object.prototype.toString, iS = Function.prototype.toString, cS = /^\s*(?:function)?\*/, Mc = oa(), Oa = Object.getPrototypeOf, lS = function() {
16780
16782
  if (!Mc)
16781
16783
  return !1;
16782
16784
  try {
16783
16785
  return Function("return function*() {}")();
16784
16786
  } catch {
16785
16787
  }
16786
- }, Oa, mS = function(e) {
16788
+ }, va, mS = function(e) {
16787
16789
  if (typeof e != "function")
16788
16790
  return !1;
16789
16791
  if (cS.test(iS.call(e)))
@@ -16792,13 +16794,13 @@ var oS = sS ? ia : Pc, rS = Object.prototype.toString, iS = Function.prototype.t
16792
16794
  var t = rS.call(e);
16793
16795
  return t === "[object GeneratorFunction]";
16794
16796
  }
16795
- if (!Na)
16797
+ if (!Oa)
16796
16798
  return !1;
16797
- if (typeof Oa > "u") {
16799
+ if (typeof va > "u") {
16798
16800
  var n = lS();
16799
- Oa = n ? Na(n) : !1;
16801
+ va = n ? Oa(n) : !1;
16800
16802
  }
16801
- return Na(e) === Oa;
16803
+ return Oa(e) === va;
16802
16804
  }, Dc = Function.prototype.toString, Rt = typeof Reflect == "object" && Reflect !== null && Reflect.apply, os, Rn;
16803
16805
  if (typeof Rt == "function" && typeof Object.defineProperty == "function")
16804
16806
  try {
@@ -16821,7 +16823,7 @@ var uS = /^\s*class\b/, rs = function(e) {
16821
16823
  } catch {
16822
16824
  return !1;
16823
16825
  }
16824
- }, va = function(e) {
16826
+ }, Aa = function(e) {
16825
16827
  try {
16826
16828
  return rs(e) ? !1 : (Dc.call(e), !0);
16827
16829
  } catch {
@@ -16853,18 +16855,18 @@ var SS = Rt ? function(e) {
16853
16855
  if (t !== Rn)
16854
16856
  return !1;
16855
16857
  }
16856
- return !rs(e) && va(e);
16858
+ return !rs(e) && Aa(e);
16857
16859
  } : function(e) {
16858
16860
  if (is(e))
16859
16861
  return !0;
16860
16862
  if (!e || typeof e != "function" && typeof e != "object")
16861
16863
  return !1;
16862
16864
  if (kS)
16863
- return va(e);
16865
+ return Aa(e);
16864
16866
  if (rs(e))
16865
16867
  return !1;
16866
16868
  var t = Ln.call(e);
16867
- return t !== pS && t !== TS && !/^\[object HTML/.test(t) ? !1 : va(e);
16869
+ return t !== pS && t !== TS && !/^\[object HTML/.test(t) ? !1 : Aa(e);
16868
16870
  }, ES = SS, bS = Object.prototype.toString, Cc = Object.prototype.hasOwnProperty, IS = function(e, t, n) {
16869
16871
  for (var a = 0, s = e.length; a < s; a++)
16870
16872
  Cc.call(e, a) && (n == null ? t(e[a], a, e) : t.call(n, e[a], a, e));
@@ -16891,33 +16893,33 @@ var SS = Rt ? function(e) {
16891
16893
  "Uint32Array",
16892
16894
  "BigInt64Array",
16893
16895
  "BigUint64Array"
16894
- ], Aa = AS, wS = typeof globalThis > "u" ? Cs : globalThis, Fc = function() {
16895
- for (var e = [], t = 0; t < Aa.length; t++)
16896
- typeof wS[Aa[t]] == "function" && (e[e.length] = Aa[t]);
16896
+ ], wa = AS, wS = typeof globalThis > "u" ? Cs : globalThis, Fc = function() {
16897
+ for (var e = [], t = 0; t < wa.length; t++)
16898
+ typeof wS[wa[t]] == "function" && (e[e.length] = wa[t]);
16897
16899
  return e;
16898
- }, xn = Uc, RS = Fc, Pr = qs, Hs = xs, Pn = ra, LS = Hs("Object.prototype.toString"), Bc = sa(), Mr = typeof globalThis > "u" ? Cs : globalThis, cs = RS(), Qs = Hs("String.prototype.slice"), wa = Object.getPrototypeOf, PS = Hs("Array.prototype.indexOf", !0) || function(e, t) {
16900
+ }, Hn = Uc, RS = Fc, Pr = qs, Hs = xs, Pn = ia, LS = Hs("Object.prototype.toString"), Bc = oa(), Mr = typeof globalThis > "u" ? Cs : globalThis, cs = RS(), Qs = Hs("String.prototype.slice"), Ra = Object.getPrototypeOf, PS = Hs("Array.prototype.indexOf", !0) || function(e, t) {
16899
16901
  for (var n = 0; n < e.length; n += 1)
16900
16902
  if (e[n] === t)
16901
16903
  return n;
16902
16904
  return -1;
16903
- }, Hn = { __proto__: null };
16904
- Bc && Pn && wa ? xn(cs, function(e) {
16905
+ }, Qn = { __proto__: null };
16906
+ Bc && Pn && Ra ? Hn(cs, function(e) {
16905
16907
  var t = new Mr[e]();
16906
16908
  if (Symbol.toStringTag in t) {
16907
- var n = wa(t), a = Pn(n, Symbol.toStringTag);
16909
+ var n = Ra(t), a = Pn(n, Symbol.toStringTag);
16908
16910
  if (!a) {
16909
- var s = wa(n);
16911
+ var s = Ra(n);
16910
16912
  a = Pn(s, Symbol.toStringTag);
16911
16913
  }
16912
- Hn["$" + e] = Pr(a.get);
16914
+ Qn["$" + e] = Pr(a.get);
16913
16915
  }
16914
- }) : xn(cs, function(e) {
16916
+ }) : Hn(cs, function(e) {
16915
16917
  var t = new Mr[e](), n = t.slice || t.set;
16916
- n && (Hn["$" + e] = Pr(n));
16918
+ n && (Qn["$" + e] = Pr(n));
16917
16919
  });
16918
16920
  var MS = function(e) {
16919
16921
  var t = !1;
16920
- return xn(Hn, function(n, a) {
16922
+ return Hn(Qn, function(n, a) {
16921
16923
  if (!t)
16922
16924
  try {
16923
16925
  "$" + n(e) === a && (t = Qs(a, 1));
@@ -16926,7 +16928,7 @@ var MS = function(e) {
16926
16928
  }), t;
16927
16929
  }, DS = function(e) {
16928
16930
  var t = !1;
16929
- return xn(Hn, function(n, a) {
16931
+ return Hn(Qn, function(n, a) {
16930
16932
  if (!t)
16931
16933
  try {
16932
16934
  n(e), t = Qs(a, 1);
@@ -16941,33 +16943,33 @@ var MS = function(e) {
16941
16943
  return PS(cs, t) > -1 ? t : t !== "Object" ? !1 : DS(e);
16942
16944
  }
16943
16945
  return Pn ? MS(e) : null;
16944
- }, Qn = Uc, US = Fc, Dr = qs, Ys = xs, Mn = ra, FS = Ys("Object.prototype.toString"), Gc = sa(), Cr = typeof globalThis > "u" ? Cs : globalThis, ls = US(), js = Ys("String.prototype.slice"), Ra = Object.getPrototypeOf, BS = Ys("Array.prototype.indexOf", !0) || function(e, t) {
16946
+ }, Yn = Uc, US = Fc, Dr = qs, Ys = xs, Mn = ia, FS = Ys("Object.prototype.toString"), Gc = oa(), Cr = typeof globalThis > "u" ? Cs : globalThis, ls = US(), js = Ys("String.prototype.slice"), La = Object.getPrototypeOf, BS = Ys("Array.prototype.indexOf", !0) || function(e, t) {
16945
16947
  for (var n = 0; n < e.length; n += 1)
16946
16948
  if (e[n] === t)
16947
16949
  return n;
16948
16950
  return -1;
16949
- }, Yn = { __proto__: null };
16950
- Gc && Mn && Ra ? Qn(ls, function(e) {
16951
+ }, jn = { __proto__: null };
16952
+ Gc && Mn && La ? Yn(ls, function(e) {
16951
16953
  var t = new Cr[e]();
16952
16954
  if (Symbol.toStringTag in t) {
16953
- var n = Ra(t), a = Mn(n, Symbol.toStringTag);
16955
+ var n = La(t), a = Mn(n, Symbol.toStringTag);
16954
16956
  if (!a) {
16955
- var s = Ra(n);
16957
+ var s = La(n);
16956
16958
  a = Mn(s, Symbol.toStringTag);
16957
16959
  }
16958
- Yn["$" + e] = Dr(a.get);
16960
+ jn["$" + e] = Dr(a.get);
16959
16961
  }
16960
- }) : Qn(ls, function(e) {
16962
+ }) : Yn(ls, function(e) {
16961
16963
  var t = new Cr[e](), n = t.slice || t.set;
16962
- n && (Yn["$" + e] = Dr(n));
16964
+ n && (jn["$" + e] = Dr(n));
16963
16965
  });
16964
16966
  var GS = function(e) {
16965
16967
  var t = !1;
16966
- return Qn(
16968
+ return Yn(
16967
16969
  // eslint-disable-next-line no-extra-parens
16968
16970
  /** @type {Record<`\$${TypedArrayName}`, Getter>} */
16969
16971
  /** @type {any} */
16970
- Yn,
16972
+ jn,
16971
16973
  /** @type {(getter: Getter, name: `\$${import('.').TypedArrayName}`) => void} */
16972
16974
  function(n, a) {
16973
16975
  if (!t)
@@ -16979,11 +16981,11 @@ var GS = function(e) {
16979
16981
  ), t;
16980
16982
  }, VS = function(e) {
16981
16983
  var t = !1;
16982
- return Qn(
16984
+ return Yn(
16983
16985
  // eslint-disable-next-line no-extra-parens
16984
16986
  /** @type {Record<`\$${TypedArrayName}`, Getter>} */
16985
16987
  /** @type {any} */
16986
- Yn,
16988
+ jn,
16987
16989
  /** @type {(getter: typeof cache, name: `\$${import('.').TypedArrayName}`) => void} */
16988
16990
  function(n, a) {
16989
16991
  if (!t)
@@ -17599,15 +17601,15 @@ var YS = ms.exports;
17599
17601
  ), S;
17600
17602
  }
17601
17603
  e.callbackify = Ee;
17602
- })(aa);
17603
- const { inherits: jS, format: La } = aa;
17604
+ })(sa);
17605
+ const { inherits: jS, format: Pa } = sa;
17604
17606
  function dt(e, t, n = Error) {
17605
17607
  if (!e) throw new Error("Avvio error code must not be empty");
17606
17608
  if (!t) throw new Error("Avvio base error message must not be empty");
17607
17609
  function a(s, o, r) {
17608
17610
  if (!new.target)
17609
17611
  return new a(s, o, r);
17610
- Error.captureStackTrace(this, a), this.code = e, this.message = t, this.name = "AvvioError", s && o && r ? this.message = La(t, s, o, r) : s && o ? this.message = La(t, s, o) : s ? this.message = La(t, s) : this.message = t;
17612
+ Error.captureStackTrace(this, a), this.code = e, this.message = t, this.name = "AvvioError", s && o && r ? this.message = Pa(t, s, o, r) : s && o ? this.message = Pa(t, s, o) : s ? this.message = Pa(t, s) : this.message = t;
17611
17613
  }
17612
17614
  return a.prototype[Symbol.toStringTag] = "Error", a.prototype.toString = function() {
17613
17615
  return `${this.name} [${this.code}]: ${this.message}`;
@@ -17661,12 +17663,12 @@ var Vc = {
17661
17663
  return n + s(u ? "└" : "├") + s("─") + s(d ? "┬" : "─") + " " + e(l, y, a).slice(n.length + 2);
17662
17664
  }).join("");
17663
17665
  };
17664
- const KS = $S, Ur = Symbol("avvio.TimeTree.untrackNode"), Pa = Symbol("avvio.TimeTree.trackNode"), Fr = Symbol("avvio.TimeTree.getParent"), Br = Symbol("avvio.TimeTree.getNode"), Gr = Symbol("avvio.TimeTree.addNode");
17666
+ const KS = $S, Ur = Symbol("avvio.TimeTree.untrackNode"), Ma = Symbol("avvio.TimeTree.trackNode"), Fr = Symbol("avvio.TimeTree.getParent"), Br = Symbol("avvio.TimeTree.getNode"), Gr = Symbol("avvio.TimeTree.addNode");
17665
17667
  let WS = class {
17666
17668
  constructor() {
17667
17669
  this.root = null, this.tableId = /* @__PURE__ */ new Map(), this.tableLabel = /* @__PURE__ */ new Map();
17668
17670
  }
17669
- [Pa](e) {
17671
+ [Ma](e) {
17670
17672
  this.tableId.set(e.id, e), this.tableLabel.has(e.label) ? this.tableLabel.get(e.label).push(e) : this.tableLabel.set(e.label, [e]);
17671
17673
  }
17672
17674
  [Ur](e) {
@@ -17694,7 +17696,7 @@ let WS = class {
17694
17696
  label: t,
17695
17697
  start: n,
17696
17698
  nodes: []
17697
- }, this[Pa](this.root), this.root.id;
17699
+ }, this[Ma](this.root), this.root.id;
17698
17700
  const a = this[Fr](e), s = `${t}-${Math.random()}`, o = {
17699
17701
  id: s,
17700
17702
  parent: e,
@@ -17702,7 +17704,7 @@ let WS = class {
17702
17704
  label: t,
17703
17705
  nodes: []
17704
17706
  };
17705
- return a.nodes.push(o), this[Pa](o), s;
17707
+ return a.nodes.push(o), this[Ma](o), s;
17706
17708
  }
17707
17709
  start(e, t, n = Date.now()) {
17708
17710
  return this[Gr](e, t, n);
@@ -17719,12 +17721,12 @@ let WS = class {
17719
17721
  return KS(t);
17720
17722
  }
17721
17723
  };
17722
- var zS = WS, $s = { exports: {} }, us = { exports: {} }, Ma, Vr;
17724
+ var zS = WS, $s = { exports: {} }, us = { exports: {} }, Da, Vr;
17723
17725
  function JS() {
17724
- if (Vr) return Ma;
17726
+ if (Vr) return Da;
17725
17727
  Vr = 1;
17726
17728
  var e = 1e3, t = e * 60, n = t * 60, a = n * 24, s = a * 7, o = a * 365.25;
17727
- Ma = function(u, d) {
17729
+ Da = function(u, d) {
17728
17730
  d = d || {};
17729
17731
  var y = typeof u;
17730
17732
  if (y === "string" && u.length > 0)
@@ -17799,7 +17801,7 @@ function JS() {
17799
17801
  var g = d >= y * 1.5;
17800
17802
  return Math.round(u / y) + " " + T + (g ? "s" : "");
17801
17803
  }
17802
- return Ma;
17804
+ return Da;
17803
17805
  }
17804
17806
  function XS(e) {
17805
17807
  n.debug = n, n.default = n, n.coerce = l, n.disable = o, n.enable = s, n.enabled = r, n.humanize = JS(), n.destroy = m, Object.keys(e).forEach((u) => {
@@ -18017,9 +18019,9 @@ var ZS = XS;
18017
18019
  };
18018
18020
  })(us, us.exports);
18019
18021
  var qc = us.exports;
18020
- const eE = Tc, tE = bc.EventEmitter, nE = aa.inherits, Te = qc("avvio"), { AVV_ERR_READY_TIMEOUT: aE } = Vc, Da = Symbol.for("plugin-meta");
18022
+ const eE = Tc, tE = bc.EventEmitter, nE = sa.inherits, Te = qc("avvio"), { AVV_ERR_READY_TIMEOUT: aE } = Vc, Ca = Symbol.for("plugin-meta");
18021
18023
  function sE(e, t) {
18022
- return e[Da] && e[Da].name ? e[Da].name : typeof t < "u" && typeof t != "function" && t.name ? t.name : e.name ? e.name : e.toString().split(`
18024
+ return e[Ca] && e[Ca].name ? e[Ca].name : typeof t < "u" && typeof t != "function" && t.name ? t.name : e.name ? e.name : e.toString().split(`
18023
18025
  `).slice(0, 2).map((n) => n.trim()).join(" -- ");
18024
18026
  }
18025
18027
  function oE() {
@@ -18130,29 +18132,29 @@ function iE() {
18130
18132
  $s.exports = Yt;
18131
18133
  $s.exports.loadPlugin = Ks;
18132
18134
  var cE = $s.exports;
18133
- const qr = Tc, lE = bc.EventEmitter, mE = aa.inherits, {
18134
- AVV_ERR_EXPOSE_ALREADY_DEFINED: Ca,
18135
+ const qr = Tc, lE = bc.EventEmitter, mE = sa.inherits, {
18136
+ AVV_ERR_EXPOSE_ALREADY_DEFINED: Ua,
18135
18137
  AVV_ERR_CALLBACK_NOT_FN: tn,
18136
18138
  AVV_ERR_PLUGIN_NOT_VALID: uE,
18137
18139
  AVV_ERR_ROOT_PLG_BOOTED: dE,
18138
18140
  AVV_ERR_READY_TIMEOUT: pE
18139
- } = Vc, TE = zS, ds = cE, xt = qc("avvio"), jn = Symbol("kAvvio"), Ua = Symbol("kThenifyDoNotWrap");
18141
+ } = Vc, TE = zS, ds = cE, xt = qc("avvio"), $n = Symbol("kAvvio"), Fa = Symbol("kThenifyDoNotWrap");
18140
18142
  function yE(e, t, n) {
18141
18143
  const a = t.expose || {}, s = a.use || "use", o = a.after || "after", r = a.ready || "ready", c = a.onClose || "onClose", l = a.close || "close";
18142
18144
  if (e[s])
18143
- throw new Ca(s);
18145
+ throw new Ua(s);
18144
18146
  if (e[o])
18145
- throw new Ca(o);
18147
+ throw new Ua(o);
18146
18148
  if (e[r])
18147
- throw new Ca(r);
18149
+ throw new Ua(r);
18148
18150
  e[s] = function(m, u) {
18149
18151
  return n.use(m, u), this;
18150
- }, Object.defineProperty(e, "then", { get: xc.bind(n) }), e[jn] = !0, e[o] = function(m) {
18151
- return typeof m != "function" ? n._loadRegistered() : (n.after(Fa(m, this)), this);
18152
+ }, Object.defineProperty(e, "then", { get: xc.bind(n) }), e[$n] = !0, e[o] = function(m) {
18153
+ return typeof m != "function" ? n._loadRegistered() : (n.after(Ba(m, this)), this);
18152
18154
  }, e[r] = function(m) {
18153
18155
  if (m && typeof m != "function")
18154
18156
  throw new tn(r, typeof m);
18155
- return n.ready(m ? Fa(m, this) : void 0);
18157
+ return n.ready(m ? Ba(m, this) : void 0);
18156
18158
  }, e[c] = function(m) {
18157
18159
  if (typeof m != "function")
18158
18160
  throw new tn(c, typeof m);
@@ -18160,7 +18162,7 @@ function yE(e, t, n) {
18160
18162
  }, e[l] = function(m) {
18161
18163
  if (m && typeof m != "function")
18162
18164
  throw new tn(l, typeof m);
18163
- return m ? (n.close(Fa(m, this)), this) : n.close();
18165
+ return m ? (n.close(Ba(m, this)), this) : n.close();
18164
18166
  };
18165
18167
  }
18166
18168
  function ue(e, t, n) {
@@ -18207,7 +18209,7 @@ function fE(e) {
18207
18209
  throw new uE(typeof e);
18208
18210
  return e;
18209
18211
  }
18210
- ue.prototype[jn] = !0;
18212
+ ue.prototype[$n] = !0;
18211
18213
  ue.prototype.use = function(e, t) {
18212
18214
  return this._lastUsed = this._addPlugin(e, t, !1), this;
18213
18215
  };
@@ -18294,19 +18296,19 @@ function xc() {
18294
18296
  xt("thenify returning null because we are already booted");
18295
18297
  return;
18296
18298
  }
18297
- if (this[Ua]) {
18298
- this[Ua] = !1;
18299
+ if (this[Fa]) {
18300
+ this[Fa] = !1;
18299
18301
  return;
18300
18302
  }
18301
- return xt("thenify"), (e, t) => this._loadRegistered().then(() => (this[Ua] = !0, e(this._server)), t);
18303
+ return xt("thenify"), (e, t) => this._loadRegistered().then(() => (this[Fa] = !0, e(this._server)), t);
18302
18304
  }
18303
18305
  function Hc(e, t) {
18304
18306
  const n = this._server, a = this._error;
18305
18307
  let s;
18306
18308
  if (this._error = null, e.length === 0)
18307
- this._error = a, s = e(), s && !s[jn] && typeof s.then == "function" ? s.then(() => G.nextTick(t), (o) => G.nextTick(t, o)) : G.nextTick(t);
18309
+ this._error = a, s = e(), s && !s[$n] && typeof s.then == "function" ? s.then(() => G.nextTick(t), (o) => G.nextTick(t, o)) : G.nextTick(t);
18308
18310
  else if (e.length === 1)
18309
- s = e(a), s && !s[jn] && typeof s.then == "function" ? s.then(() => G.nextTick(t), (o) => G.nextTick(t, o)) : G.nextTick(t);
18311
+ s = e(a), s && !s[$n] && typeof s.then == "function" ? s.then(() => G.nextTick(t), (o) => G.nextTick(t, o)) : G.nextTick(t);
18310
18312
  else if (this._timeout === 0) {
18311
18313
  const o = (r) => {
18312
18314
  this._error = r, t(this._error);
@@ -18349,7 +18351,7 @@ function _E(e, t) {
18349
18351
  }, s) : G.nextTick(s)) : e(this, s);
18350
18352
  }
18351
18353
  }
18352
- function Fa(e, t) {
18354
+ function Ba(e, t) {
18353
18355
  return n.bind(t);
18354
18356
  function n(a, s) {
18355
18357
  let o;
@@ -18435,7 +18437,7 @@ const OE = ({
18435
18437
  f = !0;
18436
18438
  };
18437
18439
  const _ = bE(e, n, a, {
18438
- version: "1.14.7",
18440
+ version: "1.15.0",
18439
18441
  onDeepLinkHandled: s,
18440
18442
  videoPlayerController: o,
18441
18443
  onContentActivate: r,
@@ -18461,13 +18463,13 @@ const OE = ({
18461
18463
  export {
18462
18464
  _s as A,
18463
18465
  $ as C,
18464
- ja as I,
18466
+ $a as I,
18465
18467
  Am as N,
18466
18468
  Dm as P,
18467
18469
  M as Q,
18468
18470
  W as S,
18469
18471
  U as a,
18470
- Qa as b,
18472
+ Ya as b,
18471
18473
  wm as c,
18472
18474
  Rm as d,
18473
18475
  vm as e,
@@ -18482,5 +18484,5 @@ export {
18482
18484
  OE as n,
18483
18485
  hl as p,
18484
18486
  Op as u,
18485
- Ka as v
18487
+ Bn as v
18486
18488
  };