@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -27305,7 +27305,7 @@ export interface operations {
|
|
|
27305
27305
|
bookingChannel?: string;
|
|
27306
27306
|
amount?: number;
|
|
27307
27307
|
businessModel?: "managed" | "co_host" | "co_host_airbnb";
|
|
27308
|
-
/** @description Filter by reservation line type (paymentLine.effectiveType), only when not excluded */
|
|
27308
|
+
/** @description Filter by reservation line type or adjustment type (paymentLine.effectiveType), only when not excluded */
|
|
27309
27309
|
lineType?: string;
|
|
27310
27310
|
/** @description When true, include nested line items in each returned reservation. */
|
|
27311
27311
|
includeLines?: boolean;
|
|
@@ -28301,7 +28301,7 @@ export interface operations {
|
|
|
28301
28301
|
bookingChannel?: string;
|
|
28302
28302
|
amount?: number;
|
|
28303
28303
|
businessModel?: "managed" | "co_host" | "co_host_airbnb";
|
|
28304
|
-
/** @description Filter by reservation line type (paymentLine.effectiveType), only when not excluded */
|
|
28304
|
+
/** @description Filter by reservation line type or adjustment type (paymentLine.effectiveType), only when not excluded */
|
|
28305
28305
|
lineType?: string;
|
|
28306
28306
|
/** @description When true, include nested line items in each returned reservation. */
|
|
28307
28307
|
includeLines?: boolean;
|