@vrplatform/api 1.3.0-stage.1239 → 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.
|
@@ -17506,7 +17506,6 @@ export interface operations {
|
|
|
17506
17506
|
isErrorState: boolean;
|
|
17507
17507
|
icon?: string | null;
|
|
17508
17508
|
} | null;
|
|
17509
|
-
isErrorState?: boolean | null;
|
|
17510
17509
|
/** @enum {string|null} */
|
|
17511
17510
|
status?: "active" | "inactive" | null;
|
|
17512
17511
|
currentSync?: {
|
|
@@ -17667,7 +17666,6 @@ export interface operations {
|
|
|
17667
17666
|
isErrorState: boolean;
|
|
17668
17667
|
icon?: string | null;
|
|
17669
17668
|
} | null;
|
|
17670
|
-
isErrorState?: boolean | null;
|
|
17671
17669
|
/** @enum {string|null} */
|
|
17672
17670
|
status?: "active" | "inactive" | null;
|
|
17673
17671
|
currentSync?: {
|
|
@@ -17888,7 +17886,6 @@ export interface operations {
|
|
|
17888
17886
|
isErrorState: boolean;
|
|
17889
17887
|
icon?: string | null;
|
|
17890
17888
|
} | null;
|
|
17891
|
-
isErrorState?: boolean | null;
|
|
17892
17889
|
/** @enum {string|null} */
|
|
17893
17890
|
status?: "active" | "inactive" | null;
|
|
17894
17891
|
currentSync?: {
|
|
@@ -18057,7 +18054,6 @@ export interface operations {
|
|
|
18057
18054
|
isErrorState: boolean;
|
|
18058
18055
|
icon?: string | null;
|
|
18059
18056
|
} | null;
|
|
18060
|
-
isErrorState?: boolean | null;
|
|
18061
18057
|
/** @enum {string|null} */
|
|
18062
18058
|
status?: "active" | "inactive" | null;
|
|
18063
18059
|
currentSync?: {
|