@gambulls-org/gambulls-apis 3.0.623 → 3.0.624

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.
@@ -607,5 +607,6 @@ exports.ApiPublicGamesSeoGetCategoryEnum = {
607
607
  Mines: 'mines',
608
608
  ScratchCards: 'scratch-cards',
609
609
  Plinko: 'plinko',
610
- TableGames: 'table-games'
610
+ TableGames: 'table-games',
611
+ Originals: 'originals'
611
612
  };
@@ -729,6 +729,7 @@ export const ApiPublicGamesSeoGetCategoryEnum = {
729
729
  Mines: 'mines',
730
730
  ScratchCards: 'scratch-cards',
731
731
  Plinko: 'plinko',
732
- TableGames: 'table-games'
732
+ TableGames: 'table-games',
733
+ Originals: 'originals'
733
734
  } as const;
734
735
  export type ApiPublicGamesSeoGetCategoryEnum = typeof ApiPublicGamesSeoGetCategoryEnum[keyof typeof ApiPublicGamesSeoGetCategoryEnum];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gambulls-org/gambulls-apis",
3
- "version": "3.0.623",
3
+ "version": "3.0.624",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "tsc",