@opexa/portal-sdk 0.57.10 → 0.57.11

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/dist/index.d.cts CHANGED
@@ -455,7 +455,7 @@ interface JackpotsIdsQueryVariables extends JackpotsQueryVariables {
455
455
  }
456
456
  type FCMDeviceType$1 = 'IOS' | 'ANDROID';
457
457
  type TournamentStatus$1 = 'ACTIVE' | 'INACTIVE' | 'DELETED';
458
- type TournamentType$1 = 'MULTIPLIER';
458
+ type TournamentType$1 = 'MULTIPLIER' | 'WAGERING';
459
459
  interface TournamentsQueryVariables {
460
460
  after?: string;
461
461
  first?: number;
package/dist/index.d.ts CHANGED
@@ -455,7 +455,7 @@ interface JackpotsIdsQueryVariables extends JackpotsQueryVariables {
455
455
  }
456
456
  type FCMDeviceType$1 = 'IOS' | 'ANDROID';
457
457
  type TournamentStatus$1 = 'ACTIVE' | 'INACTIVE' | 'DELETED';
458
- type TournamentType$1 = 'MULTIPLIER';
458
+ type TournamentType$1 = 'MULTIPLIER' | 'WAGERING';
459
459
  interface TournamentsQueryVariables {
460
460
  after?: string;
461
461
  first?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opexa/portal-sdk",
3
3
  "type": "module",
4
- "version": "0.57.10",
4
+ "version": "0.57.11",
5
5
  "main": "./dist/index.cjs",
6
6
  "files": [
7
7
  "dist",