@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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.33-stage.797",
6
+ "version": "1.2.33-stage.798",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -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