@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -21106,7 +21106,7 @@ export interface operations {
|
|
|
21106
21106
|
bookingChannel?: string;
|
|
21107
21107
|
amount?: number;
|
|
21108
21108
|
businessModel?: "managed" | "co_host" | "co_host_airbnb";
|
|
21109
|
-
/** @description Filter by reservation line type (paymentLine.
|
|
21109
|
+
/** @description Filter by reservation line type (paymentLine.effectiveType), only when not excluded */
|
|
21110
21110
|
lineType?: string;
|
|
21111
21111
|
includeLines?: boolean;
|
|
21112
21112
|
limit?: number;
|
|
@@ -22082,7 +22082,7 @@ export interface operations {
|
|
|
22082
22082
|
bookingChannel?: string;
|
|
22083
22083
|
amount?: number;
|
|
22084
22084
|
businessModel?: "managed" | "co_host" | "co_host_airbnb";
|
|
22085
|
-
/** @description Filter by reservation line type (paymentLine.
|
|
22085
|
+
/** @description Filter by reservation line type (paymentLine.effectiveType), only when not excluded */
|
|
22086
22086
|
lineType?: string;
|
|
22087
22087
|
includeLines?: boolean;
|
|
22088
22088
|
};
|