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