@gambulls-org/gambulls-apis 3.0.339 → 3.0.341
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/AdminGamesApi.js +2 -1
- package/apis/AdminGamesApi.ts +2 -1
- package/apis/CMSApi.js +2 -1
- package/apis/CMSApi.ts +2 -1
- package/package.json +1 -1
package/apis/AdminGamesApi.js
CHANGED
package/apis/AdminGamesApi.ts
CHANGED
|
@@ -467,7 +467,8 @@ export const ApiAdminGamesGetSortByEnum = {
|
|
|
467
467
|
CategoryName: 'categoryName',
|
|
468
468
|
SubCategoryName: 'subCategoryName',
|
|
469
469
|
Ggr: 'ggr',
|
|
470
|
-
Rtp: 'rtp'
|
|
470
|
+
Rtp: 'rtp',
|
|
471
|
+
RtpCustom: 'rtpCustom'
|
|
471
472
|
} as const;
|
|
472
473
|
export type ApiAdminGamesGetSortByEnum = typeof ApiAdminGamesGetSortByEnum[keyof typeof ApiAdminGamesGetSortByEnum];
|
|
473
474
|
/**
|
package/apis/CMSApi.js
CHANGED
package/apis/CMSApi.ts
CHANGED
|
@@ -808,7 +808,8 @@ export const ApiCmsGamesGetSortByEnum = {
|
|
|
808
808
|
CategoryName: 'categoryName',
|
|
809
809
|
SubCategoryName: 'subCategoryName',
|
|
810
810
|
Ggr: 'ggr',
|
|
811
|
-
Rtp: 'rtp'
|
|
811
|
+
Rtp: 'rtp',
|
|
812
|
+
RtpCustom: 'rtpCustom'
|
|
812
813
|
} as const;
|
|
813
814
|
export type ApiCmsGamesGetSortByEnum = typeof ApiCmsGamesGetSortByEnum[keyof typeof ApiCmsGamesGetSortByEnum];
|
|
814
815
|
/**
|