@vrplatform/api 1.3.1-stage.4010 → 1.3.1-stage.4011
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
|
@@ -25209,6 +25209,8 @@ export interface operations {
|
|
|
25209
25209
|
query?: {
|
|
25210
25210
|
recurringFeeId?: string;
|
|
25211
25211
|
listingId?: string;
|
|
25212
|
+
/** @description Controls listingId filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing id. */
|
|
25213
|
+
listingScope?: "exact" | "withChildren";
|
|
25212
25214
|
/** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
|
|
25213
25215
|
date?: string;
|
|
25214
25216
|
recurringFeeType?: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|