@vrplatform/api 1.3.0-stage.1238 → 1.3.0-stage.1240

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.3.0-stage.1238",
6
+ "version": "1.3.0-stage.1240",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -17501,6 +17501,10 @@ export interface operations {
17501
17501
  name: string;
17502
17502
  connection?: {
17503
17503
  id: string;
17504
+ name: string;
17505
+ /** @enum {string} */
17506
+ status: "active" | "inactive";
17507
+ isErrorState: boolean;
17504
17508
  icon?: string | null;
17505
17509
  } | null;
17506
17510
  /** @enum {string|null} */
@@ -17657,6 +17661,10 @@ export interface operations {
17657
17661
  name: string;
17658
17662
  connection?: {
17659
17663
  id: string;
17664
+ name: string;
17665
+ /** @enum {string} */
17666
+ status: "active" | "inactive";
17667
+ isErrorState: boolean;
17660
17668
  icon?: string | null;
17661
17669
  } | null;
17662
17670
  /** @enum {string|null} */
@@ -17873,6 +17881,10 @@ export interface operations {
17873
17881
  name: string;
17874
17882
  connection?: {
17875
17883
  id: string;
17884
+ name: string;
17885
+ /** @enum {string} */
17886
+ status: "active" | "inactive";
17887
+ isErrorState: boolean;
17876
17888
  icon?: string | null;
17877
17889
  } | null;
17878
17890
  /** @enum {string|null} */
@@ -18037,6 +18049,10 @@ export interface operations {
18037
18049
  name: string;
18038
18050
  connection?: {
18039
18051
  id: string;
18052
+ name: string;
18053
+ /** @enum {string} */
18054
+ status: "active" | "inactive";
18055
+ isErrorState: boolean;
18040
18056
  icon?: string | null;
18041
18057
  } | null;
18042
18058
  /** @enum {string|null} */