@opexa/portal-sdk 0.0.12 → 0.0.14

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.
@@ -424,7 +424,6 @@ export interface GamesByNameInput__Next {
424
424
  export type GamesByNameReturn = OperationResult<never, Game[]>;
425
425
  export type GameSession = {
426
426
  id: string;
427
- game: Game;
428
427
  dateTimeCreated: Date;
429
428
  dateTimeLastUpdated: Date;
430
429
  } & ({
@@ -42,7 +42,6 @@ export declare const GAMES_BY_NAME_QUERY: string;
42
42
  export type GameSessionStatus = 'PENDING' | 'STARTING' | 'READY' | 'ENDED' | 'CANCELLED';
43
43
  interface GameSession__Common {
44
44
  id: string;
45
- game: Game;
46
45
  dateTimeCreated: DateString;
47
46
  dateTimeLastUpdated: DateString;
48
47
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opexa/portal-sdk",
3
3
  "type": "module",
4
- "version": "0.0.12",
4
+ "version": "0.0.14",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "typings": "dist/index.d.ts",