@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -21641,7 +21641,7 @@ export interface operations {
|
|
|
21641
21641
|
requestBody: {
|
|
21642
21642
|
content: {
|
|
21643
21643
|
"application/json": {
|
|
21644
|
-
connectionId
|
|
21644
|
+
connectionId?: string | null;
|
|
21645
21645
|
/** @enum {string|null} */
|
|
21646
21646
|
environment?: "sandbox" | "production" | null;
|
|
21647
21647
|
code?: string | null;
|
|
@@ -21724,7 +21724,6 @@ export interface operations {
|
|
|
21724
21724
|
/** @enum {string|null} */
|
|
21725
21725
|
environment?: "sandbox" | "production" | null;
|
|
21726
21726
|
connectionId?: string | null;
|
|
21727
|
-
redirectUri?: string | null;
|
|
21728
21727
|
};
|
|
21729
21728
|
};
|
|
21730
21729
|
};
|