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