@vrplatform/api 1.3.1-stage.1767 → 1.3.1-stage.1768
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
|
@@ -15742,6 +15742,8 @@ export interface operations {
|
|
|
15742
15742
|
id: string;
|
|
15743
15743
|
title: string;
|
|
15744
15744
|
categoryId: string;
|
|
15745
|
+
/** @enum {string} */
|
|
15746
|
+
party?: "owners" | "manager";
|
|
15745
15747
|
values: {
|
|
15746
15748
|
id: string;
|
|
15747
15749
|
title: string;
|
|
@@ -15772,6 +15774,8 @@ export interface operations {
|
|
|
15772
15774
|
id: string;
|
|
15773
15775
|
title: string;
|
|
15774
15776
|
categoryId: string;
|
|
15777
|
+
/** @enum {string} */
|
|
15778
|
+
party?: "owners" | "manager";
|
|
15775
15779
|
values: {
|
|
15776
15780
|
id: string;
|
|
15777
15781
|
title: string;
|
|
@@ -15802,6 +15806,8 @@ export interface operations {
|
|
|
15802
15806
|
id: string;
|
|
15803
15807
|
title: string;
|
|
15804
15808
|
categoryId: string;
|
|
15809
|
+
/** @enum {string} */
|
|
15810
|
+
party?: "owners" | "manager";
|
|
15805
15811
|
values: {
|
|
15806
15812
|
id: string;
|
|
15807
15813
|
title: string;
|
|
@@ -15832,6 +15838,8 @@ export interface operations {
|
|
|
15832
15838
|
id: string;
|
|
15833
15839
|
title: string;
|
|
15834
15840
|
categoryId: string;
|
|
15841
|
+
/** @enum {string} */
|
|
15842
|
+
party?: "owners" | "manager";
|
|
15835
15843
|
values: {
|
|
15836
15844
|
id: string;
|
|
15837
15845
|
title: string;
|