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

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,8 +17500,13 @@ 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;
17509
+ isErrorState?: boolean | null;
17505
17510
  /** @enum {string|null} */
17506
17511
  status?: "active" | "inactive" | null;
17507
17512
  currentSync?: {
@@ -17656,8 +17661,13 @@ export interface operations {
17656
17661
  name: string;
17657
17662
  connection?: {
17658
17663
  id: string;
17664
+ name: string;
17665
+ /** @enum {string} */
17666
+ status: "active" | "inactive";
17667
+ isErrorState: boolean;
17659
17668
  icon?: string | null;
17660
17669
  } | null;
17670
+ isErrorState?: boolean | null;
17661
17671
  /** @enum {string|null} */
17662
17672
  status?: "active" | "inactive" | null;
17663
17673
  currentSync?: {
@@ -17872,8 +17882,13 @@ export interface operations {
17872
17882
  name: string;
17873
17883
  connection?: {
17874
17884
  id: string;
17885
+ name: string;
17886
+ /** @enum {string} */
17887
+ status: "active" | "inactive";
17888
+ isErrorState: boolean;
17875
17889
  icon?: string | null;
17876
17890
  } | null;
17891
+ isErrorState?: boolean | null;
17877
17892
  /** @enum {string|null} */
17878
17893
  status?: "active" | "inactive" | null;
17879
17894
  currentSync?: {
@@ -18036,8 +18051,13 @@ export interface operations {
18036
18051
  name: string;
18037
18052
  connection?: {
18038
18053
  id: string;
18054
+ name: string;
18055
+ /** @enum {string} */
18056
+ status: "active" | "inactive";
18057
+ isErrorState: boolean;
18039
18058
  icon?: string | null;
18040
18059
  } | null;
18060
+ isErrorState?: boolean | null;
18041
18061
  /** @enum {string|null} */
18042
18062
  status?: "active" | "inactive" | null;
18043
18063
  currentSync?: {