@vrplatform/api 1.3.1-stage.4009 → 1.3.1-stage.4010
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
|
@@ -24780,6 +24780,8 @@ export interface operations {
|
|
|
24780
24780
|
search?: string;
|
|
24781
24781
|
/** @description comma separated listing ids */
|
|
24782
24782
|
listingIds?: string;
|
|
24783
|
+
/** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
|
|
24784
|
+
listingScope?: "exact" | "withChildren";
|
|
24783
24785
|
status?: "active" | "inactive";
|
|
24784
24786
|
type?: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
24785
24787
|
limit?: number;
|
|
@@ -32539,6 +32541,8 @@ export interface operations {
|
|
|
32539
32541
|
view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
|
|
32540
32542
|
listingIds?: string;
|
|
32541
32543
|
ledger?: "trust" | "operating";
|
|
32544
|
+
/** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
|
|
32545
|
+
listingScope?: "exact" | "withChildren";
|
|
32542
32546
|
};
|
|
32543
32547
|
header?: never;
|
|
32544
32548
|
path?: never;
|
|
@@ -34083,6 +34087,8 @@ export interface operations {
|
|
|
34083
34087
|
view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
|
|
34084
34088
|
listingIds?: string;
|
|
34085
34089
|
ledger?: "trust" | "operating";
|
|
34090
|
+
/** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
|
|
34091
|
+
listingScope?: "exact" | "withChildren";
|
|
34086
34092
|
};
|
|
34087
34093
|
header?: never;
|
|
34088
34094
|
path?: never;
|