@vrplatform/api 1.2.33-1030 → 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.
@@ -23224,7 +23224,8 @@ export interface operations {
23224
23224
  view: "listing" | "month" | "reservation" | "bookingChannel";
23225
23225
  startAt: string;
23226
23226
  endAt: string;
23227
- listingId?: string;
23227
+ /** @description comma separated listings */
23228
+ listingIds?: string;
23228
23229
  currency?: string;
23229
23230
  viewAs?: "owner" | "manager";
23230
23231
  };
@@ -23378,7 +23379,8 @@ export interface operations {
23378
23379
  view: "listing" | "month" | "reservation" | "bookingChannel";
23379
23380
  startAt: string;
23380
23381
  endAt: string;
23381
- listingId?: string;
23382
+ /** @description comma separated listings */
23383
+ listingIds?: string;
23382
23384
  currency?: string;
23383
23385
  viewAs?: "owner" | "manager";
23384
23386
  };