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