@vrplatform/api 1.3.1-stage.4009 → 1.3.1-stage.4010

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.
@@ -24779,6 +24779,8 @@ export interface operations {
24779
24779
  search?: string;
24780
24780
  /** @description comma separated listing ids */
24781
24781
  listingIds?: string;
24782
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
24783
+ listingScope?: "exact" | "withChildren";
24782
24784
  status?: "active" | "inactive";
24783
24785
  type?: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
24784
24786
  limit?: number;
@@ -32538,6 +32540,8 @@ export interface operations {
32538
32540
  view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
32539
32541
  listingIds?: string;
32540
32542
  ledger?: "trust" | "operating";
32543
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
32544
+ listingScope?: "exact" | "withChildren";
32541
32545
  };
32542
32546
  header?: never;
32543
32547
  path?: never;
@@ -34082,6 +34086,8 @@ export interface operations {
34082
34086
  view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
34083
34087
  listingIds?: string;
34084
34088
  ledger?: "trust" | "operating";
34089
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
34090
+ listingScope?: "exact" | "withChildren";
34085
34091
  };
34086
34092
  header?: never;
34087
34093
  path?: never;