@vrplatform/api 1.3.1-stage.1500 → 1.3.1-stage.1502

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.
@@ -30309,6 +30309,11 @@ export interface operations {
30309
30309
  listingId?: string | null;
30310
30310
  party?: string | null;
30311
30311
  contactId?: string | null;
30312
+ markup?: {
30313
+ amount?: number | null;
30314
+ taxRateId?: string | null;
30315
+ taxBehavior?: ("excluded" | "included") | null;
30316
+ } | null;
30312
30317
  }[];
30313
30318
  skipInitialInstance?: boolean;
30314
30319
  };
@@ -30959,6 +30964,11 @@ export interface operations {
30959
30964
  listingId?: string | null;
30960
30965
  party?: string | null;
30961
30966
  contactId?: string | null;
30967
+ markup?: {
30968
+ amount?: number | null;
30969
+ taxRateId?: string | null;
30970
+ taxBehavior?: ("excluded" | "included") | null;
30971
+ } | null;
30962
30972
  }[];
30963
30973
  skipInitialInstance?: boolean;
30964
30974
  status?: ("active" | "inactive") | null;