@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.
@@ -394,7 +394,8 @@ exports.ApiAdminGamesGetSortByEnum = {
394
394
  CategoryName: 'categoryName',
395
395
  SubCategoryName: 'subCategoryName',
396
396
  Ggr: 'ggr',
397
- Rtp: 'rtp'
397
+ Rtp: 'rtp',
398
+ RtpCustom: 'rtpCustom'
398
399
  };
399
400
  /**
400
401
  * @export
@@ -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
@@ -627,7 +627,8 @@ exports.ApiCmsGamesGetSortByEnum = {
627
627
  CategoryName: 'categoryName',
628
628
  SubCategoryName: 'subCategoryName',
629
629
  Ggr: 'ggr',
630
- Rtp: 'rtp'
630
+ Rtp: 'rtp',
631
+ RtpCustom: 'rtpCustom'
631
632
  };
632
633
  /**
633
634
  * @export
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gambulls-org/gambulls-apis",
3
- "version": "3.0.339",
3
+ "version": "3.0.341",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "tsc",