@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -6629,6 +6629,11 @@ export interface operations {
|
|
|
6629
6629
|
split?: number | null;
|
|
6630
6630
|
}[];
|
|
6631
6631
|
setListingInactive?: boolean | null;
|
|
6632
|
+
/**
|
|
6633
|
+
* @default managed
|
|
6634
|
+
* @enum {string|null}
|
|
6635
|
+
*/
|
|
6636
|
+
businessModel?: "managed" | "co_host" | "co_host_airbnb" | null;
|
|
6632
6637
|
/**
|
|
6633
6638
|
* @description How to handle date range conflicts with existing periods
|
|
6634
6639
|
* @default updateExisting
|