@everymatrix/casino-tournaments-limited-controller 1.34.1 → 1.34.2

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.
@@ -1332,21 +1332,32 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
1332
1332
  ***************************************************************************** */
1333
1333
  /* global Reflect, Promise, SuppressedError, Symbol */
1334
1334
 
1335
- var extendStatics$1 = function(d, b) {
1336
- extendStatics$1 = Object.setPrototypeOf ||
1335
+ var extendStatics = function(d, b) {
1336
+ extendStatics = Object.setPrototypeOf ||
1337
1337
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1338
1338
  function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
1339
- return extendStatics$1(d, b);
1339
+ return extendStatics(d, b);
1340
1340
  };
1341
1341
 
1342
- function __extends$1(d, b) {
1342
+ function __extends(d, b) {
1343
1343
  if (typeof b !== "function" && b !== null)
1344
1344
  throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
1345
- extendStatics$1(d, b);
1345
+ extendStatics(d, b);
1346
1346
  function __() { this.constructor = d; }
1347
1347
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
1348
1348
  }
1349
1349
 
1350
+ var __assign = function() {
1351
+ __assign = Object.assign || function __assign(t) {
1352
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
1353
+ s = arguments[i];
1354
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
1355
+ }
1356
+ return t;
1357
+ };
1358
+ return __assign.apply(this, arguments);
1359
+ };
1360
+
1350
1361
  function __values(o) {
1351
1362
  var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
1352
1363
  if (m) return m.call(o);
@@ -1376,7 +1387,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
1376
1387
  return ar;
1377
1388
  }
1378
1389
 
1379
- function __spreadArray$1(to, from, pack) {
1390
+ function __spreadArray(to, from, pack) {
1380
1391
  if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
1381
1392
  if (ar || !(i in from)) {
1382
1393
  if (!ar) ar = Array.prototype.slice.call(from, 0, i);
@@ -1479,7 +1490,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
1479
1490
  catch (err) {
1480
1491
  errors = errors !== null && errors !== void 0 ? errors : [];
1481
1492
  if (err instanceof UnsubscriptionError) {
1482
- errors = __spreadArray$1(__spreadArray$1([], __read(errors)), __read(err.errors));
1493
+ errors = __spreadArray(__spreadArray([], __read(errors)), __read(err.errors));
1483
1494
  }
1484
1495
  else {
1485
1496
  errors.push(err);
@@ -1578,9 +1589,9 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
1578
1589
  }
1579
1590
  var delegate = timeoutProvider.delegate;
1580
1591
  if (delegate === null || delegate === void 0 ? void 0 : delegate.setTimeout) {
1581
- return delegate.setTimeout.apply(delegate, __spreadArray$1([handler, timeout], __read(args)));
1592
+ return delegate.setTimeout.apply(delegate, __spreadArray([handler, timeout], __read(args)));
1582
1593
  }
1583
- return setTimeout.apply(void 0, __spreadArray$1([handler, timeout], __read(args)));
1594
+ return setTimeout.apply(void 0, __spreadArray([handler, timeout], __read(args)));
1584
1595
  },
1585
1596
  clearTimeout: function (handle) {
1586
1597
  var delegate = timeoutProvider.delegate;
@@ -1621,7 +1632,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
1621
1632
  }
1622
1633
 
1623
1634
  var Subscriber = (function (_super) {
1624
- __extends$1(Subscriber, _super);
1635
+ __extends(Subscriber, _super);
1625
1636
  function Subscriber(destination) {
1626
1637
  var _this = _super.call(this) || this;
1627
1638
  _this.isStopped = false;
@@ -1734,7 +1745,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
1734
1745
  return ConsumerObserver;
1735
1746
  }());
1736
1747
  var SafeSubscriber = (function (_super) {
1737
- __extends$1(SafeSubscriber, _super);
1748
+ __extends(SafeSubscriber, _super);
1738
1749
  function SafeSubscriber(observerOrNext, error, complete) {
1739
1750
  var _this = _super.call(this) || this;
1740
1751
  var partialObserver;
@@ -1901,7 +1912,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
1901
1912
  });
1902
1913
 
1903
1914
  var Subject = (function (_super) {
1904
- __extends$1(Subject, _super);
1915
+ __extends(Subject, _super);
1905
1916
  function Subject() {
1906
1917
  var _this = _super.call(this) || this;
1907
1918
  _this.closed = false;
@@ -2028,7 +2039,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
2028
2039
  return Subject;
2029
2040
  }(Observable));
2030
2041
  var AnonymousSubject = (function (_super) {
2031
- __extends$1(AnonymousSubject, _super);
2042
+ __extends(AnonymousSubject, _super);
2032
2043
  function AnonymousSubject(destination, source) {
2033
2044
  var _this = _super.call(this) || this;
2034
2045
  _this.destination = destination;
@@ -2062,7 +2073,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
2062
2073
  };
2063
2074
 
2064
2075
  var ReplaySubject = (function (_super) {
2065
- __extends$1(ReplaySubject, _super);
2076
+ __extends(ReplaySubject, _super);
2066
2077
  function ReplaySubject(_bufferSize, _windowTime, _timestampProvider) {
2067
2078
  if (_bufferSize === void 0) { _bufferSize = Infinity; }
2068
2079
  if (_windowTime === void 0) { _windowTime = Infinity; }
@@ -2373,63 +2384,6 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
2373
2384
 
2374
2385
  var cjs = deepmerge_1;
2375
2386
 
2376
- /******************************************************************************
2377
- Copyright (c) Microsoft Corporation.
2378
-
2379
- Permission to use, copy, modify, and/or distribute this software for any
2380
- purpose with or without fee is hereby granted.
2381
-
2382
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
2383
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2384
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
2385
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2386
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
2387
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2388
- PERFORMANCE OF THIS SOFTWARE.
2389
- ***************************************************************************** */
2390
- /* global Reflect, Promise, SuppressedError, Symbol */
2391
-
2392
- var extendStatics = function(d, b) {
2393
- extendStatics = Object.setPrototypeOf ||
2394
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
2395
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
2396
- return extendStatics(d, b);
2397
- };
2398
-
2399
- function __extends(d, b) {
2400
- if (typeof b !== "function" && b !== null)
2401
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
2402
- extendStatics(d, b);
2403
- function __() { this.constructor = d; }
2404
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2405
- }
2406
-
2407
- var __assign = function() {
2408
- __assign = Object.assign || function __assign(t) {
2409
- for (var s, i = 1, n = arguments.length; i < n; i++) {
2410
- s = arguments[i];
2411
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
2412
- }
2413
- return t;
2414
- };
2415
- return __assign.apply(this, arguments);
2416
- };
2417
-
2418
- function __spreadArray(to, from, pack) {
2419
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
2420
- if (ar || !(i in from)) {
2421
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
2422
- ar[i] = from[i];
2423
- }
2424
- }
2425
- return to.concat(ar || Array.prototype.slice.call(from));
2426
- }
2427
-
2428
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
2429
- var e = new Error(message);
2430
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
2431
- };
2432
-
2433
2387
  var ErrorKind;
2434
2388
  (function (ErrorKind) {
2435
2389
  /** Argument is unclosed (e.g. `{0`) */