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

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.1239",
6
+ "version": "1.3.0-stage.1241",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -17507,7 +17507,6 @@ export interface operations {
17507
17507
  isErrorState: boolean;
17508
17508
  icon?: string | null;
17509
17509
  } | null;
17510
- isErrorState?: boolean | null;
17511
17510
  /** @enum {string|null} */
17512
17511
  status?: "active" | "inactive" | null;
17513
17512
  currentSync?: {
@@ -17668,7 +17667,6 @@ export interface operations {
17668
17667
  isErrorState: boolean;
17669
17668
  icon?: string | null;
17670
17669
  } | null;
17671
- isErrorState?: boolean | null;
17672
17670
  /** @enum {string|null} */
17673
17671
  status?: "active" | "inactive" | null;
17674
17672
  currentSync?: {
@@ -17889,7 +17887,6 @@ export interface operations {
17889
17887
  isErrorState: boolean;
17890
17888
  icon?: string | null;
17891
17889
  } | null;
17892
- isErrorState?: boolean | null;
17893
17890
  /** @enum {string|null} */
17894
17891
  status?: "active" | "inactive" | null;
17895
17892
  currentSync?: {
@@ -18058,7 +18055,6 @@ export interface operations {
18058
18055
  isErrorState: boolean;
18059
18056
  icon?: string | null;
18060
18057
  } | null;
18061
- isErrorState?: boolean | null;
18062
18058
  /** @enum {string|null} */
18063
18059
  status?: "active" | "inactive" | null;
18064
18060
  currentSync?: {