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

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.
@@ -25208,6 +25208,8 @@ export interface operations {
25208
25208
  query?: {
25209
25209
  recurringFeeId?: string;
25210
25210
  listingId?: string;
25211
+ /** @description Controls listingId filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing id. */
25212
+ listingScope?: "exact" | "withChildren";
25211
25213
  /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
25212
25214
  date?: string;
25213
25215
  recurringFeeType?: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";