@vrplatform/api 1.2.33-stage.797 → 1.2.33-stage.798
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.
|
@@ -6628,6 +6628,11 @@ export interface operations {
|
|
|
6628
6628
|
split?: number | null;
|
|
6629
6629
|
}[];
|
|
6630
6630
|
setListingInactive?: boolean | null;
|
|
6631
|
+
/**
|
|
6632
|
+
* @default managed
|
|
6633
|
+
* @enum {string|null}
|
|
6634
|
+
*/
|
|
6635
|
+
businessModel?: "managed" | "co_host" | "co_host_airbnb" | null;
|
|
6631
6636
|
/**
|
|
6632
6637
|
* @description How to handle date range conflicts with existing periods
|
|
6633
6638
|
* @default updateExisting
|