@vrplatform/api 1.3.1-stage.1767 → 1.3.1-stage.1769
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.
|
@@ -15741,6 +15741,8 @@ export interface operations {
|
|
|
15741
15741
|
id: string;
|
|
15742
15742
|
title: string;
|
|
15743
15743
|
categoryId: string;
|
|
15744
|
+
/** @enum {string} */
|
|
15745
|
+
party?: "owners" | "manager";
|
|
15744
15746
|
values: {
|
|
15745
15747
|
id: string;
|
|
15746
15748
|
title: string;
|
|
@@ -15771,6 +15773,8 @@ export interface operations {
|
|
|
15771
15773
|
id: string;
|
|
15772
15774
|
title: string;
|
|
15773
15775
|
categoryId: string;
|
|
15776
|
+
/** @enum {string} */
|
|
15777
|
+
party?: "owners" | "manager";
|
|
15774
15778
|
values: {
|
|
15775
15779
|
id: string;
|
|
15776
15780
|
title: string;
|
|
@@ -15801,6 +15805,8 @@ export interface operations {
|
|
|
15801
15805
|
id: string;
|
|
15802
15806
|
title: string;
|
|
15803
15807
|
categoryId: string;
|
|
15808
|
+
/** @enum {string} */
|
|
15809
|
+
party?: "owners" | "manager";
|
|
15804
15810
|
values: {
|
|
15805
15811
|
id: string;
|
|
15806
15812
|
title: string;
|
|
@@ -15831,6 +15837,8 @@ export interface operations {
|
|
|
15831
15837
|
id: string;
|
|
15832
15838
|
title: string;
|
|
15833
15839
|
categoryId: string;
|
|
15840
|
+
/** @enum {string} */
|
|
15841
|
+
party?: "owners" | "manager";
|
|
15834
15842
|
values: {
|
|
15835
15843
|
id: string;
|
|
15836
15844
|
title: string;
|
|
@@ -29455,6 +29463,7 @@ export interface operations {
|
|
|
29455
29463
|
name: string;
|
|
29456
29464
|
appId: string;
|
|
29457
29465
|
urlExample?: string | null;
|
|
29466
|
+
allowConfirmationCode?: boolean | null;
|
|
29458
29467
|
}[];
|
|
29459
29468
|
};
|
|
29460
29469
|
} | null;
|
|
@@ -29728,6 +29737,7 @@ export interface operations {
|
|
|
29728
29737
|
name: string;
|
|
29729
29738
|
appId: string;
|
|
29730
29739
|
urlExample?: string | null;
|
|
29740
|
+
allowConfirmationCode?: boolean | null;
|
|
29731
29741
|
}[];
|
|
29732
29742
|
};
|
|
29733
29743
|
} | null;
|
|
@@ -30670,6 +30680,7 @@ export interface operations {
|
|
|
30670
30680
|
name: string;
|
|
30671
30681
|
appId: string;
|
|
30672
30682
|
urlExample?: string | null;
|
|
30683
|
+
allowConfirmationCode?: boolean | null;
|
|
30673
30684
|
}[];
|
|
30674
30685
|
};
|
|
30675
30686
|
} | null;
|
|
@@ -30940,6 +30951,7 @@ export interface operations {
|
|
|
30940
30951
|
name: string;
|
|
30941
30952
|
appId: string;
|
|
30942
30953
|
urlExample?: string | null;
|
|
30954
|
+
allowConfirmationCode?: boolean | null;
|
|
30943
30955
|
}[];
|
|
30944
30956
|
};
|
|
30945
30957
|
} | null;
|
|
@@ -31483,6 +31495,7 @@ export interface operations {
|
|
|
31483
31495
|
name: string;
|
|
31484
31496
|
appId: string;
|
|
31485
31497
|
urlExample?: string | null;
|
|
31498
|
+
allowConfirmationCode?: boolean | null;
|
|
31486
31499
|
}[];
|
|
31487
31500
|
};
|
|
31488
31501
|
} | null;
|