@vrplatform/api 1.2.33-982 → 1.2.33-984

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.33-982",
6
+ "version": "1.2.33-984",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -21641,7 +21641,7 @@ export interface operations {
21641
21641
  requestBody: {
21642
21642
  content: {
21643
21643
  "application/json": {
21644
- connectionId: string;
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
  };