@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
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1767",
9
+ "version": "1.3.1-stage.1768",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -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;