@vrplatform/api 1.3.1-stage.1936 → 1.3.1-stage.1938
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.
|
@@ -21105,7 +21105,7 @@ export interface operations {
|
|
|
21105
21105
|
bookingChannel?: string;
|
|
21106
21106
|
amount?: number;
|
|
21107
21107
|
businessModel?: "managed" | "co_host" | "co_host_airbnb";
|
|
21108
|
-
/** @description Filter by reservation line type (paymentLine.
|
|
21108
|
+
/** @description Filter by reservation line type (paymentLine.effectiveType), only when not excluded */
|
|
21109
21109
|
lineType?: string;
|
|
21110
21110
|
includeLines?: boolean;
|
|
21111
21111
|
limit?: number;
|
|
@@ -22081,7 +22081,7 @@ export interface operations {
|
|
|
22081
22081
|
bookingChannel?: string;
|
|
22082
22082
|
amount?: number;
|
|
22083
22083
|
businessModel?: "managed" | "co_host" | "co_host_airbnb";
|
|
22084
|
-
/** @description Filter by reservation line type (paymentLine.
|
|
22084
|
+
/** @description Filter by reservation line type (paymentLine.effectiveType), only when not excluded */
|
|
22085
22085
|
lineType?: string;
|
|
22086
22086
|
includeLines?: boolean;
|
|
22087
22087
|
};
|