@vrplatform/api 1.2.33-1029 → 1.2.33-1031

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-1029",
6
+ "version": "1.2.33-1031",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -23225,7 +23225,8 @@ export interface operations {
23225
23225
  view: "listing" | "month" | "reservation" | "bookingChannel";
23226
23226
  startAt: string;
23227
23227
  endAt: string;
23228
- listingId?: string;
23228
+ /** @description comma separated listings */
23229
+ listingIds?: string;
23229
23230
  currency?: string;
23230
23231
  viewAs?: "owner" | "manager";
23231
23232
  };
@@ -23379,7 +23380,8 @@ export interface operations {
23379
23380
  view: "listing" | "month" | "reservation" | "bookingChannel";
23380
23381
  startAt: string;
23381
23382
  endAt: string;
23382
- listingId?: string;
23383
+ /** @description comma separated listings */
23384
+ listingIds?: string;
23383
23385
  currency?: string;
23384
23386
  viewAs?: "owner" | "manager";
23385
23387
  };