@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.
@@ -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;