@vrplatform/api 1.3.1-stage.4982 → 1.3.1-stage.4985

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4982",
6
+ "version": "1.3.1-stage.4985",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -120734,7 +120734,7 @@ export interface operations {
120734
120734
  accountId?: string | null;
120735
120735
  amount: number;
120736
120736
  listingId?: string | null;
120737
- party?: string | null;
120737
+ party?: ("owners" | "manager") | null;
120738
120738
  contactId?: string | null;
120739
120739
  markup?: {
120740
120740
  amount?: number | null;
@@ -121905,7 +121905,7 @@ export interface operations {
121905
121905
  accountId?: string | null;
121906
121906
  amount: number;
121907
121907
  listingId?: string | null;
121908
- party?: string | null;
121908
+ party?: ("owners" | "manager") | null;
121909
121909
  contactId?: string | null;
121910
121910
  markup?: {
121911
121911
  amount?: number | null;