@opexa/portal-sdk 0.51.5 → 0.51.6

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
@@ -437,7 +437,7 @@ interface TournamentsQueryVariables {
437
437
  previousFirst?: number;
438
438
  }
439
439
 
440
- type Environment = 'production' | 'development';
440
+ type Environment = 'production' | 'development' | 'staging';
441
441
  type WithCursor<T> = T & {
442
442
  cursor: string;
443
443
  };
package/dist/index.d.ts CHANGED
@@ -437,7 +437,7 @@ interface TournamentsQueryVariables {
437
437
  previousFirst?: number;
438
438
  }
439
439
 
440
- type Environment = 'production' | 'development';
440
+ type Environment = 'production' | 'development' | 'staging';
441
441
  type WithCursor<T> = T & {
442
442
  cursor: string;
443
443
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opexa/portal-sdk",
3
3
  "type": "module",
4
- "version": "0.51.5",
4
+ "version": "0.51.6",
5
5
  "main": "./dist/index.cjs",
6
6
  "files": [
7
7
  "dist",