@vrplatform/api 1.2.33-982 → 1.2.33-983
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.
|
@@ -21640,7 +21640,7 @@ export interface operations {
|
|
|
21640
21640
|
requestBody: {
|
|
21641
21641
|
content: {
|
|
21642
21642
|
"application/json": {
|
|
21643
|
-
connectionId
|
|
21643
|
+
connectionId?: string | null;
|
|
21644
21644
|
/** @enum {string|null} */
|
|
21645
21645
|
environment?: "sandbox" | "production" | null;
|
|
21646
21646
|
code?: string | null;
|
|
@@ -21723,7 +21723,6 @@ export interface operations {
|
|
|
21723
21723
|
/** @enum {string|null} */
|
|
21724
21724
|
environment?: "sandbox" | "production" | null;
|
|
21725
21725
|
connectionId?: string | null;
|
|
21726
|
-
redirectUri?: string | null;
|
|
21727
21726
|
};
|
|
21728
21727
|
};
|
|
21729
21728
|
};
|