@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.
@@ -12805,6 +12805,8 @@ export interface operations {
12805
12805
  /** @default true */
12806
12806
  autoExtract?: boolean;
12807
12807
  sessionKey?: string;
12808
+ /** Format: uri */
12809
+ redirectTo?: string;
12808
12810
  /** @default {} */
12809
12811
  params?: {
12810
12812
  [key: string]: unknown;
@@ -13180,7 +13182,10 @@ export interface operations {
13180
13182
  content: {
13181
13183
  "application/json": {
13182
13184
  appId: string;
13183
- /** @default https://portal.vrplatform.app */
13185
+ /**
13186
+ * Format: uri
13187
+ * @default https://portal.vrplatform.app
13188
+ */
13184
13189
  redirectTo?: string;
13185
13190
  };
13186
13191
  };
@@ -14424,6 +14429,8 @@ export interface operations {
14424
14429
  /** @default true */
14425
14430
  autoExtract?: boolean;
14426
14431
  sessionKey?: string;
14432
+ /** Format: uri */
14433
+ redirectTo?: string;
14427
14434
  /** @default {} */
14428
14435
  params?: {
14429
14436
  [key: string]: unknown;