@smartico/public-api 0.0.300 → 0.0.301
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.
|
@@ -8,7 +8,8 @@ export declare enum SAWGameType {
|
|
|
8
8
|
LootboxWeekdays = 7,
|
|
9
9
|
LootboxCalendarDays = 8,
|
|
10
10
|
TreasureHunt = 9,
|
|
11
|
-
Voyager = 10
|
|
11
|
+
Voyager = 10,
|
|
12
|
+
Plinko = 11
|
|
12
13
|
}
|
|
13
14
|
export declare enum SAWGameTypeName {
|
|
14
15
|
SpinAWheel = "wheel",
|
|
@@ -21,6 +22,7 @@ export declare enum SAWGameTypeName {
|
|
|
21
22
|
LootboxCalendarDays = "lootbox_calendar_days",
|
|
22
23
|
TreasureHunt = "treasure_hunt",
|
|
23
24
|
Voyager = "voyager",
|
|
25
|
+
Plinko = "plinko",
|
|
24
26
|
Unknown = "unknown"
|
|
25
27
|
}
|
|
26
28
|
/** @hidden */
|
package/dist/index.js
CHANGED
|
@@ -361,6 +361,7 @@ exports.SAWGameType = void 0;
|
|
|
361
361
|
SAWGameType[SAWGameType["LootboxCalendarDays"] = 8] = "LootboxCalendarDays";
|
|
362
362
|
SAWGameType[SAWGameType["TreasureHunt"] = 9] = "TreasureHunt";
|
|
363
363
|
SAWGameType[SAWGameType["Voyager"] = 10] = "Voyager";
|
|
364
|
+
SAWGameType[SAWGameType["Plinko"] = 11] = "Plinko";
|
|
364
365
|
})(exports.SAWGameType || (exports.SAWGameType = {}));
|
|
365
366
|
exports.SAWGameTypeName = void 0;
|
|
366
367
|
(function (SAWGameTypeName) {
|
|
@@ -374,6 +375,7 @@ exports.SAWGameTypeName = void 0;
|
|
|
374
375
|
SAWGameTypeName["LootboxCalendarDays"] = "lootbox_calendar_days";
|
|
375
376
|
SAWGameTypeName["TreasureHunt"] = "treasure_hunt";
|
|
376
377
|
SAWGameTypeName["Voyager"] = "voyager";
|
|
378
|
+
SAWGameTypeName["Plinko"] = "plinko";
|
|
377
379
|
SAWGameTypeName["Unknown"] = "unknown";
|
|
378
380
|
})(exports.SAWGameTypeName || (exports.SAWGameTypeName = {}));
|
|
379
381
|
/** @hidden */
|