@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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;
|