@gambulls-org/gambulls-apis 3.0.238 → 3.0.240

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.
@@ -503,6 +503,7 @@ exports.ApiPublicGamesLastBetGetSortOrderEnum = {
503
503
  */
504
504
  exports.ApiPublicGamesSeoGetCategoryEnum = {
505
505
  Popular: 'popular',
506
+ GambullsFavorite: 'gambulls-favorite',
506
507
  NewReleases: 'new-releases',
507
508
  RecentlyPlayed: 'recently-played',
508
509
  Football: 'football',
@@ -595,6 +595,7 @@ export type ApiPublicGamesLastBetGetSortOrderEnum = typeof ApiPublicGamesLastBet
595
595
  */
596
596
  export const ApiPublicGamesSeoGetCategoryEnum = {
597
597
  Popular: 'popular',
598
+ GambullsFavorite: 'gambulls-favorite',
598
599
  NewReleases: 'new-releases',
599
600
  RecentlyPlayed: 'recently-played',
600
601
  Football: 'football',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gambulls-org/gambulls-apis",
3
- "version": "3.0.238",
3
+ "version": "3.0.240",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "tsc",