@opexa/portal-sdk 0.57.8 → 0.57.9
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
|
@@ -1960,7 +1960,7 @@ type UnregisterFCMDeviceReturn = OperationResult;
|
|
|
1960
1960
|
type GoogleClientIdReturn = OperationResult<never, string | null>;
|
|
1961
1961
|
type RequireFirstDepositReturn = OperationResult<never, boolean>;
|
|
1962
1962
|
type TournamentStatus = 'ACTIVE' | 'INACTIVE' | 'DELETED';
|
|
1963
|
-
type TournamentType = 'MULTIPLIER';
|
|
1963
|
+
type TournamentType = 'MULTIPLIER' | 'WAGERING';
|
|
1964
1964
|
type TournamentFrequency = 'DAILY' | 'WEEKLY' | 'MONTHLY';
|
|
1965
1965
|
type TournamentMode = 'ONE_TIME' | 'RECURRING';
|
|
1966
1966
|
interface TournamentsInput extends TournamentsQueryVariables {
|
package/dist/index.d.ts
CHANGED
|
@@ -1960,7 +1960,7 @@ type UnregisterFCMDeviceReturn = OperationResult;
|
|
|
1960
1960
|
type GoogleClientIdReturn = OperationResult<never, string | null>;
|
|
1961
1961
|
type RequireFirstDepositReturn = OperationResult<never, boolean>;
|
|
1962
1962
|
type TournamentStatus = 'ACTIVE' | 'INACTIVE' | 'DELETED';
|
|
1963
|
-
type TournamentType = 'MULTIPLIER';
|
|
1963
|
+
type TournamentType = 'MULTIPLIER' | 'WAGERING';
|
|
1964
1964
|
type TournamentFrequency = 'DAILY' | 'WEEKLY' | 'MONTHLY';
|
|
1965
1965
|
type TournamentMode = 'ONE_TIME' | 'RECURRING';
|
|
1966
1966
|
interface TournamentsInput extends TournamentsQueryVariables {
|