@opexa/portal-sdk 0.0.33 → 0.0.34

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.
@@ -462,7 +462,7 @@ export interface CreateGameSessionInput {
462
462
  /**
463
463
  * @description id of the game
464
464
  */
465
- game: string;
465
+ game: `SPORTS:${Extract<GameProvider, 'BTI'>}` | (string & {});
466
466
  }
467
467
  export type CreateGameSessionError = UnionAlias<Internal.CreateGameSessionError>;
468
468
  export type CreateGameSessionReturn = OperationResult<CreateGameSessionError, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opexa/portal-sdk",
3
3
  "type": "module",
4
- "version": "0.0.33",
4
+ "version": "0.0.34",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "typings": "dist/index.d.ts",