@opexa/portal-sdk 0.0.44 → 0.0.45
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/services/types.d.ts +2 -2
- package/package.json +1 -1
package/dist/services/types.d.ts
CHANGED
|
@@ -114,7 +114,7 @@ export interface AnnouncementsQueryVariables {
|
|
|
114
114
|
activationEndDateTime?: DateFilterField;
|
|
115
115
|
};
|
|
116
116
|
}
|
|
117
|
-
export type GameType = 'SLOTS' | 'SPORTS' | '
|
|
117
|
+
export type GameType = 'SLOTS' | 'SPORTS' | 'FISHING' | 'BINGO' | 'LIVE' | 'GAMES' | 'TABLE' | 'SPECIALTY';
|
|
118
118
|
export type GameProvider = 'JILI' | 'PGSOFT' | 'FACHAI' | 'BTI' | 'DG' | 'PLAYTECH' | 'E2E' | 'EVOLUTION' | 'EVOLUTION_NETENT' | 'EVOLUTION_REDTIGER' | 'MEGABALL' | 'DARWIN' | 'RTG' | 'DRBINGO' | 'HOLLYWOODTV' | 'CQ9' | 'JDB' | 'HABANERO' | 'PRAGMATICPLAY' | 'SPINIX' | 'JOKER' | 'HACKSAW' | 'EVOLUTIONNETENT' | 'JDBGTF' | 'JDBSPRIBE' | 'MICROGAMING' | 'RELAXGAMING' | 'EVOPLAY' | 'BOOONGO' | 'BGAMING';
|
|
119
119
|
export type GameStatus = 'ACTIVE' | 'INACTIVE';
|
|
120
120
|
/** @deprecated */
|
|
@@ -124,7 +124,7 @@ export interface Game {
|
|
|
124
124
|
type: GameType;
|
|
125
125
|
provider: GameProvider;
|
|
126
126
|
}
|
|
127
|
-
export type GameTag = 'HOT' | '
|
|
127
|
+
export type GameTag = 'HOT' | 'hot' | 'NEW' | 'new' | 'TOP' | 'top' | 'POPULAR' | 'popular' | (string & {});
|
|
128
128
|
export interface Game__Next extends Game {
|
|
129
129
|
game: string;
|
|
130
130
|
tags?: GameTag[];
|