@vrplatform/api 1.3.1-stage.2449 → 1.3.1-stage.2452
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.
|
@@ -27304,7 +27304,7 @@ export interface operations {
|
|
|
27304
27304
|
bookingChannel?: string;
|
|
27305
27305
|
amount?: number;
|
|
27306
27306
|
businessModel?: "managed" | "co_host" | "co_host_airbnb";
|
|
27307
|
-
/** @description Filter by reservation line type (paymentLine.effectiveType), only when not excluded */
|
|
27307
|
+
/** @description Filter by reservation line type or adjustment type (paymentLine.effectiveType), only when not excluded */
|
|
27308
27308
|
lineType?: string;
|
|
27309
27309
|
/** @description When true, include nested line items in each returned reservation. */
|
|
27310
27310
|
includeLines?: boolean;
|
|
@@ -28300,7 +28300,7 @@ export interface operations {
|
|
|
28300
28300
|
bookingChannel?: string;
|
|
28301
28301
|
amount?: number;
|
|
28302
28302
|
businessModel?: "managed" | "co_host" | "co_host_airbnb";
|
|
28303
|
-
/** @description Filter by reservation line type (paymentLine.effectiveType), only when not excluded */
|
|
28303
|
+
/** @description Filter by reservation line type or adjustment type (paymentLine.effectiveType), only when not excluded */
|
|
28304
28304
|
lineType?: string;
|
|
28305
28305
|
/** @description When true, include nested line items in each returned reservation. */
|
|
28306
28306
|
includeLines?: boolean;
|