@vrplatform/api 1.3.1-stage.1587 → 1.3.1-stage.1589

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.
@@ -18163,6 +18163,8 @@ export interface operations {
18163
18163
  bookingChannel?: string;
18164
18164
  amount?: number;
18165
18165
  businessModel?: "managed" | "co_host" | "co_host_airbnb";
18166
+ /** @description Filter by reservation line type (paymentLine.type2), only when not excluded */
18167
+ lineType?: string;
18166
18168
  includeLines?: boolean;
18167
18169
  limit?: number;
18168
18170
  page?: number;