@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.
- package/apis/PublicGamesApi.js +1 -0
- package/apis/PublicGamesApi.ts +1 -0
- package/package.json +1 -1
package/apis/PublicGamesApi.js
CHANGED
|
@@ -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',
|
package/apis/PublicGamesApi.ts
CHANGED
|
@@ -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',
|