@vrplatform/api 1.3.1-stage.71 → 1.3.1-stage.74
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.
|
@@ -119487,6 +119487,7 @@ export interface operations {
|
|
|
119487
119487
|
dateRange?: string;
|
|
119488
119488
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
119489
119489
|
isDateRangeEndInclusive?: boolean;
|
|
119490
|
+
/** @description Comma-separated listing UUIDs. */
|
|
119490
119491
|
listingId?: string;
|
|
119491
119492
|
};
|
|
119492
119493
|
header?: never;
|
|
@@ -121443,6 +121444,7 @@ export interface operations {
|
|
|
121443
121444
|
dateRange?: string;
|
|
121444
121445
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
121445
121446
|
isDateRangeEndInclusive?: boolean;
|
|
121447
|
+
/** @description Comma-separated listing UUIDs. */
|
|
121446
121448
|
listingId?: string;
|
|
121447
121449
|
};
|
|
121448
121450
|
header?: never;
|
|
@@ -121716,6 +121718,7 @@ export interface operations {
|
|
|
121716
121718
|
* @default true
|
|
121717
121719
|
*/
|
|
121718
121720
|
isDateRangeEndInclusive?: boolean;
|
|
121721
|
+
/** @description Comma-separated listing UUIDs. */
|
|
121719
121722
|
listingId?: string;
|
|
121720
121723
|
};
|
|
121721
121724
|
};
|
|
@@ -121981,6 +121984,7 @@ export interface operations {
|
|
|
121981
121984
|
dateRange?: string;
|
|
121982
121985
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
121983
121986
|
isDateRangeEndInclusive?: boolean;
|
|
121987
|
+
/** @description Comma-separated listing UUIDs. */
|
|
121984
121988
|
listingId?: string;
|
|
121985
121989
|
};
|
|
121986
121990
|
header?: never;
|