@opexa/portal-sdk 0.0.85 → 0.0.87

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.
@@ -302,7 +302,7 @@ export type GameSession = {
302
302
  export type GameSessionReturn = OperationResult<never, GameSession | null>;
303
303
  export interface CreateGameSessionInput {
304
304
  id?: string;
305
- game: `SPORTS:${Extract<GameProvider, 'BTI'>}` | (string & {});
305
+ game: `SPORTS:${Extract<GameProvider, 'BTI' | 'SABA'>}` | (string & {});
306
306
  }
307
307
  export type CreateGameSessionError = UnionAlias<Internal.CreateGameSessionError>;
308
308
  export type CreateGameSessionReturn = OperationResult<CreateGameSessionError, {
@@ -751,7 +751,7 @@ export interface Referral {
751
751
  };
752
752
  level: number;
753
753
  turnover: number;
754
- commision: number;
754
+ commission: number;
755
755
  dateTimeCreated: Date;
756
756
  }
757
757
  export interface ReferralsInput extends Internal.ReferralsQueryVariables {
@@ -115,7 +115,7 @@ export interface AnnouncementsQueryVariables {
115
115
  };
116
116
  }
117
117
  export type GameType = 'SLOTS' | 'SPORTS' | 'FISHING' | 'BINGO' | 'LIVE' | 'GAMES' | 'TABLE' | 'SPECIALTY';
118
- export type GameProvider = 'JILI' | 'PGSOFT' | 'FACHAI' | 'BTI' | 'DG' | 'PLAYTECH' | 'E2E' | 'EVOLUTION' | 'EVOLUTION_NETENT' | 'EVOLUTION_REDTIGER' | 'MEGABALL' | 'DARWIN' | 'RTG' | 'DRBINGO' | 'HOLLYWOODTV' | 'CQ9' | 'JDB' | 'HABANERO' | 'SPINIX' | 'JOKER' | 'HACKSAW' | 'EVOLUTIONNETENT' | 'JDBGTF' | 'JDBSPRIBE' | 'MICROGAMING' | 'RELAXGAMING' | 'EVOPLAY' | 'BOOONGO' | 'BGAMING' | 'KINGMAKER' | 'KINGMIDAS' | 'YELLOWBAT';
118
+ export type GameProvider = 'JILI' | 'PGSOFT' | 'FACHAI' | 'BTI' | 'DG' | 'PLAYTECH' | 'E2E' | 'EVOLUTION' | 'EVOLUTION_NETENT' | 'EVOLUTION_REDTIGER' | 'MEGABALL' | 'DARWIN' | 'RTG' | 'DRBINGO' | 'HOLLYWOODTV' | 'CQ9' | 'JDB' | 'HABANERO' | 'SPINIX' | 'JOKER' | 'HACKSAW' | 'EVOLUTIONNETENT' | 'JDBGTF' | 'JDBSPRIBE' | 'MICROGAMING' | 'RELAXGAMING' | 'EVOPLAY' | 'BOOONGO' | 'BGAMING' | 'KINGMAKER' | 'KINGMIDAS' | 'YELLOWBAT' | 'SABA';
119
119
  export type GameStatus = 'ACTIVE' | 'INACTIVE';
120
120
  export type GameTag = 'HOT' | 'hot' | 'NEW' | 'new' | 'TOP' | 'top' | 'POPULAR' | 'popular' | (string & {});
121
121
  export interface Game {
@@ -1063,7 +1063,7 @@ export interface Referral {
1063
1063
  };
1064
1064
  level: number;
1065
1065
  turnover: Decimal;
1066
- commision: Decimal;
1066
+ commission: Decimal;
1067
1067
  dateTimeCreated: DateString;
1068
1068
  }
1069
1069
  export interface ReferralsQuery {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opexa/portal-sdk",
3
3
  "type": "module",
4
- "version": "0.0.85",
4
+ "version": "0.0.87",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "typings": "dist/index.d.ts",