@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
package/src/generated/v1.ts
CHANGED
|
@@ -120734,7 +120734,7 @@ export interface operations {
|
|
|
120734
120734
|
accountId?: string | null;
|
|
120735
120735
|
amount: number;
|
|
120736
120736
|
listingId?: string | null;
|
|
120737
|
-
party?:
|
|
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?:
|
|
121908
|
+
party?: ("owners" | "manager") | null;
|
|
121909
121909
|
contactId?: string | null;
|
|
121910
121910
|
markup?: {
|
|
121911
121911
|
amount?: number | null;
|