@gambulls-org/gambulls-apis 3.0.217 → 3.0.218
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.
- package/apis/PublicGamesApi.js +10 -1
- package/apis/PublicGamesApi.ts +10 -1
- package/package.json +1 -1
package/apis/PublicGamesApi.js
CHANGED
|
@@ -527,5 +527,14 @@ exports.ApiPublicGamesSeoGetCategoryEnum = {
|
|
|
527
527
|
Belote: 'belote',
|
|
528
528
|
Cycling: 'cycling',
|
|
529
529
|
GreyhoundRacing: 'greyhound-racing',
|
|
530
|
-
Pasoor: 'pasoor'
|
|
530
|
+
Pasoor: 'pasoor',
|
|
531
|
+
Megaways: 'megaways',
|
|
532
|
+
BonusBuy: 'bonus-buy',
|
|
533
|
+
Jackpot: 'jackpot',
|
|
534
|
+
ClassicGames: 'classic-games',
|
|
535
|
+
CrashGames: 'crash-games',
|
|
536
|
+
Mines: 'mines',
|
|
537
|
+
ScratchCards: 'scratch-cards',
|
|
538
|
+
Plinko: 'plinko',
|
|
539
|
+
TableGames: 'table-games'
|
|
531
540
|
};
|
package/apis/PublicGamesApi.ts
CHANGED
|
@@ -619,6 +619,15 @@ export const ApiPublicGamesSeoGetCategoryEnum = {
|
|
|
619
619
|
Belote: 'belote',
|
|
620
620
|
Cycling: 'cycling',
|
|
621
621
|
GreyhoundRacing: 'greyhound-racing',
|
|
622
|
-
Pasoor: 'pasoor'
|
|
622
|
+
Pasoor: 'pasoor',
|
|
623
|
+
Megaways: 'megaways',
|
|
624
|
+
BonusBuy: 'bonus-buy',
|
|
625
|
+
Jackpot: 'jackpot',
|
|
626
|
+
ClassicGames: 'classic-games',
|
|
627
|
+
CrashGames: 'crash-games',
|
|
628
|
+
Mines: 'mines',
|
|
629
|
+
ScratchCards: 'scratch-cards',
|
|
630
|
+
Plinko: 'plinko',
|
|
631
|
+
TableGames: 'table-games'
|
|
623
632
|
} as const;
|
|
624
633
|
export type ApiPublicGamesSeoGetCategoryEnum = typeof ApiPublicGamesSeoGetCategoryEnum[keyof typeof ApiPublicGamesSeoGetCategoryEnum];
|