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