@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.
@@ -17500,6 +17500,10 @@ export interface operations {
17500
17500
  name: string;
17501
17501
  connection?: {
17502
17502
  id: string;
17503
+ name: string;
17504
+ /** @enum {string} */
17505
+ status: "active" | "inactive";
17506
+ isErrorState: boolean;
17503
17507
  icon?: string | null;
17504
17508
  } | null;
17505
17509
  /** @enum {string|null} */
@@ -17656,6 +17660,10 @@ export interface operations {
17656
17660
  name: string;
17657
17661
  connection?: {
17658
17662
  id: string;
17663
+ name: string;
17664
+ /** @enum {string} */
17665
+ status: "active" | "inactive";
17666
+ isErrorState: boolean;
17659
17667
  icon?: string | null;
17660
17668
  } | null;
17661
17669
  /** @enum {string|null} */
@@ -17872,6 +17880,10 @@ export interface operations {
17872
17880
  name: string;
17873
17881
  connection?: {
17874
17882
  id: string;
17883
+ name: string;
17884
+ /** @enum {string} */
17885
+ status: "active" | "inactive";
17886
+ isErrorState: boolean;
17875
17887
  icon?: string | null;
17876
17888
  } | null;
17877
17889
  /** @enum {string|null} */
@@ -18036,6 +18048,10 @@ export interface operations {
18036
18048
  name: string;
18037
18049
  connection?: {
18038
18050
  id: string;
18051
+ name: string;
18052
+ /** @enum {string} */
18053
+ status: "active" | "inactive";
18054
+ isErrorState: boolean;
18039
18055
  icon?: string | null;
18040
18056
  } | null;
18041
18057
  /** @enum {string|null} */