@vrplatform/api 1.3.1-stage.4103 → 1.3.1-stage.4104

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4103",
6
+ "version": "1.3.1-stage.4104",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -12806,6 +12806,8 @@ export interface operations {
12806
12806
  /** @default true */
12807
12807
  autoExtract?: boolean;
12808
12808
  sessionKey?: string;
12809
+ /** Format: uri */
12810
+ redirectTo?: string;
12809
12811
  /** @default {} */
12810
12812
  params?: {
12811
12813
  [key: string]: unknown;
@@ -13181,7 +13183,10 @@ export interface operations {
13181
13183
  content: {
13182
13184
  "application/json": {
13183
13185
  appId: string;
13184
- /** @default https://portal.vrplatform.app */
13186
+ /**
13187
+ * Format: uri
13188
+ * @default https://portal.vrplatform.app
13189
+ */
13185
13190
  redirectTo?: string;
13186
13191
  };
13187
13192
  };
@@ -14425,6 +14430,8 @@ export interface operations {
14425
14430
  /** @default true */
14426
14431
  autoExtract?: boolean;
14427
14432
  sessionKey?: string;
14433
+ /** Format: uri */
14434
+ redirectTo?: string;
14428
14435
  /** @default {} */
14429
14436
  params?: {
14430
14437
  [key: string]: unknown;