@everymatrix/casino-tournaments-limited-controller 1.34.2 → 1.35.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.
@@ -1332,32 +1332,21 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
1332
1332
|
***************************************************************************** */
|
1333
1333
|
/* global Reflect, Promise, SuppressedError, Symbol */
|
1334
1334
|
|
1335
|
-
var extendStatics = function(d, b) {
|
1336
|
-
extendStatics = Object.setPrototypeOf ||
|
1335
|
+
var extendStatics$1 = function(d, b) {
|
1336
|
+
extendStatics$1 = 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(d, b);
|
1339
|
+
return extendStatics$1(d, b);
|
1340
1340
|
};
|
1341
1341
|
|
1342
|
-
function __extends(d, b) {
|
1342
|
+
function __extends$1(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(d, b);
|
1345
|
+
extendStatics$1(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
|
-
|
1361
1350
|
function __values(o) {
|
1362
1351
|
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
1363
1352
|
if (m) return m.call(o);
|
@@ -1387,7 +1376,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
1387
1376
|
return ar;
|
1388
1377
|
}
|
1389
1378
|
|
1390
|
-
function __spreadArray(to, from, pack) {
|
1379
|
+
function __spreadArray$1(to, from, pack) {
|
1391
1380
|
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
1392
1381
|
if (ar || !(i in from)) {
|
1393
1382
|
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
@@ -1490,7 +1479,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
1490
1479
|
catch (err) {
|
1491
1480
|
errors = errors !== null && errors !== void 0 ? errors : [];
|
1492
1481
|
if (err instanceof UnsubscriptionError) {
|
1493
|
-
errors = __spreadArray(__spreadArray([], __read(errors)), __read(err.errors));
|
1482
|
+
errors = __spreadArray$1(__spreadArray$1([], __read(errors)), __read(err.errors));
|
1494
1483
|
}
|
1495
1484
|
else {
|
1496
1485
|
errors.push(err);
|
@@ -1589,9 +1578,9 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
1589
1578
|
}
|
1590
1579
|
var delegate = timeoutProvider.delegate;
|
1591
1580
|
if (delegate === null || delegate === void 0 ? void 0 : delegate.setTimeout) {
|
1592
|
-
return delegate.setTimeout.apply(delegate, __spreadArray([handler, timeout], __read(args)));
|
1581
|
+
return delegate.setTimeout.apply(delegate, __spreadArray$1([handler, timeout], __read(args)));
|
1593
1582
|
}
|
1594
|
-
return setTimeout.apply(void 0, __spreadArray([handler, timeout], __read(args)));
|
1583
|
+
return setTimeout.apply(void 0, __spreadArray$1([handler, timeout], __read(args)));
|
1595
1584
|
},
|
1596
1585
|
clearTimeout: function (handle) {
|
1597
1586
|
var delegate = timeoutProvider.delegate;
|
@@ -1632,7 +1621,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
1632
1621
|
}
|
1633
1622
|
|
1634
1623
|
var Subscriber = (function (_super) {
|
1635
|
-
__extends(Subscriber, _super);
|
1624
|
+
__extends$1(Subscriber, _super);
|
1636
1625
|
function Subscriber(destination) {
|
1637
1626
|
var _this = _super.call(this) || this;
|
1638
1627
|
_this.isStopped = false;
|
@@ -1745,7 +1734,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
1745
1734
|
return ConsumerObserver;
|
1746
1735
|
}());
|
1747
1736
|
var SafeSubscriber = (function (_super) {
|
1748
|
-
__extends(SafeSubscriber, _super);
|
1737
|
+
__extends$1(SafeSubscriber, _super);
|
1749
1738
|
function SafeSubscriber(observerOrNext, error, complete) {
|
1750
1739
|
var _this = _super.call(this) || this;
|
1751
1740
|
var partialObserver;
|
@@ -1912,7 +1901,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
1912
1901
|
});
|
1913
1902
|
|
1914
1903
|
var Subject = (function (_super) {
|
1915
|
-
__extends(Subject, _super);
|
1904
|
+
__extends$1(Subject, _super);
|
1916
1905
|
function Subject() {
|
1917
1906
|
var _this = _super.call(this) || this;
|
1918
1907
|
_this.closed = false;
|
@@ -2039,7 +2028,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
2039
2028
|
return Subject;
|
2040
2029
|
}(Observable));
|
2041
2030
|
var AnonymousSubject = (function (_super) {
|
2042
|
-
__extends(AnonymousSubject, _super);
|
2031
|
+
__extends$1(AnonymousSubject, _super);
|
2043
2032
|
function AnonymousSubject(destination, source) {
|
2044
2033
|
var _this = _super.call(this) || this;
|
2045
2034
|
_this.destination = destination;
|
@@ -2073,7 +2062,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
2073
2062
|
};
|
2074
2063
|
|
2075
2064
|
var ReplaySubject = (function (_super) {
|
2076
|
-
__extends(ReplaySubject, _super);
|
2065
|
+
__extends$1(ReplaySubject, _super);
|
2077
2066
|
function ReplaySubject(_bufferSize, _windowTime, _timestampProvider) {
|
2078
2067
|
if (_bufferSize === void 0) { _bufferSize = Infinity; }
|
2079
2068
|
if (_windowTime === void 0) { _windowTime = Infinity; }
|
@@ -2384,6 +2373,63 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
2384
2373
|
|
2385
2374
|
var cjs = deepmerge_1;
|
2386
2375
|
|
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
|
+
|
2387
2433
|
var ErrorKind;
|
2388
2434
|
(function (ErrorKind) {
|
2389
2435
|
/** Argument is unclosed (e.g. `{0`) */
|