@vrplatform/api 1.2.33-stage.797 → 1.2.33-stage.799
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
|
|
@@ -13709,7 +13714,7 @@ export interface operations {
|
|
|
13709
13714
|
/** @description Date in format YYYY-MM */
|
|
13710
13715
|
month?: string;
|
|
13711
13716
|
search?: string;
|
|
13712
|
-
status?: "draft" | "inReview" | "void" | "
|
|
13717
|
+
status?: "draft" | "inReview" | "void" | "published";
|
|
13713
13718
|
/** @description comma separated owners */
|
|
13714
13719
|
ownerIds?: string;
|
|
13715
13720
|
/** @description comma separated owners */
|