@opexa/portal-sdk 0.41.4 → 0.41.5

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 CHANGED
@@ -848,6 +848,7 @@ type GameSession = {
848
848
  id: string;
849
849
  status: 'PENDING' | 'STARTING' | 'CANCELLED';
850
850
  launchUrl?: never;
851
+ launchOptions?: never;
851
852
  dateTimeCreated: Date;
852
853
  dateTimeLastUpdated: Date;
853
854
  };
package/dist/index.d.ts CHANGED
@@ -848,6 +848,7 @@ type GameSession = {
848
848
  id: string;
849
849
  status: 'PENDING' | 'STARTING' | 'CANCELLED';
850
850
  launchUrl?: never;
851
+ launchOptions?: never;
851
852
  dateTimeCreated: Date;
852
853
  dateTimeLastUpdated: Date;
853
854
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opexa/portal-sdk",
3
3
  "type": "module",
4
- "version": "0.41.4",
4
+ "version": "0.41.5",
5
5
  "main": "./dist/index.cjs",
6
6
  "files": [
7
7
  "dist",