@vrplatform/api 1.3.1-4126 → 1.3.1-4128

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.
@@ -11539,6 +11539,8 @@ export interface operations {
11539
11539
  /** @default true */
11540
11540
  autoExtract?: boolean;
11541
11541
  sessionKey?: string;
11542
+ /** Format: uri */
11543
+ redirectTo?: string;
11542
11544
  /** @default {} */
11543
11545
  params?: {
11544
11546
  [key: string]: unknown;
@@ -11854,7 +11856,10 @@ export interface operations {
11854
11856
  content: {
11855
11857
  "application/json": {
11856
11858
  appId: string;
11857
- /** @default https://portal.vrplatform.app */
11859
+ /**
11860
+ * Format: uri
11861
+ * @default https://portal.vrplatform.app
11862
+ */
11858
11863
  redirectTo?: string;
11859
11864
  };
11860
11865
  };
@@ -12888,6 +12893,8 @@ export interface operations {
12888
12893
  /** @default true */
12889
12894
  autoExtract?: boolean;
12890
12895
  sessionKey?: string;
12896
+ /** Format: uri */
12897
+ redirectTo?: string;
12891
12898
  /** @default {} */
12892
12899
  params?: {
12893
12900
  [key: string]: unknown;