@gambulls-org/gambulls-apis 3.0.107 → 3.0.108

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.
@@ -469,7 +469,7 @@ exports.ApiPublicGamesSeoGetCategoryEnum = {
469
469
  Football: 'football',
470
470
  Blackjack: 'blackjack',
471
471
  Roulette: 'roulette',
472
- Slot: 'slot',
472
+ Slots: 'slots',
473
473
  VideoSlots: 'video-slots',
474
474
  VideoPoker: 'video-poker',
475
475
  Baccarat: 'baccarat',
@@ -553,7 +553,7 @@ export const ApiPublicGamesSeoGetCategoryEnum = {
553
553
  Football: 'football',
554
554
  Blackjack: 'blackjack',
555
555
  Roulette: 'roulette',
556
- Slot: 'slot',
556
+ Slots: 'slots',
557
557
  VideoSlots: 'video-slots',
558
558
  VideoPoker: 'video-poker',
559
559
  Baccarat: 'baccarat',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gambulls-org/gambulls-apis",
3
- "version": "3.0.107",
3
+ "version": "3.0.108",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "tsc",