@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.
@@ -120733,7 +120733,7 @@ export interface operations {
120733
120733
  accountId?: string | null;
120734
120734
  amount: number;
120735
120735
  listingId?: string | null;
120736
- party?: string | null;
120736
+ party?: ("owners" | "manager") | null;
120737
120737
  contactId?: string | null;
120738
120738
  markup?: {
120739
120739
  amount?: number | null;
@@ -121904,7 +121904,7 @@ export interface operations {
121904
121904
  accountId?: string | null;
121905
121905
  amount: number;
121906
121906
  listingId?: string | null;
121907
- party?: string | null;
121907
+ party?: ("owners" | "manager") | null;
121908
121908
  contactId?: string | null;
121909
121909
  markup?: {
121910
121910
  amount?: number | null;