@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -119488,6 +119488,7 @@ export interface operations {
|
|
|
119488
119488
|
dateRange?: string;
|
|
119489
119489
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
119490
119490
|
isDateRangeEndInclusive?: boolean;
|
|
119491
|
+
/** @description Comma-separated listing UUIDs. */
|
|
119491
119492
|
listingId?: string;
|
|
119492
119493
|
};
|
|
119493
119494
|
header?: never;
|
|
@@ -121444,6 +121445,7 @@ export interface operations {
|
|
|
121444
121445
|
dateRange?: string;
|
|
121445
121446
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
121446
121447
|
isDateRangeEndInclusive?: boolean;
|
|
121448
|
+
/** @description Comma-separated listing UUIDs. */
|
|
121447
121449
|
listingId?: string;
|
|
121448
121450
|
};
|
|
121449
121451
|
header?: never;
|
|
@@ -121717,6 +121719,7 @@ export interface operations {
|
|
|
121717
121719
|
* @default true
|
|
121718
121720
|
*/
|
|
121719
121721
|
isDateRangeEndInclusive?: boolean;
|
|
121722
|
+
/** @description Comma-separated listing UUIDs. */
|
|
121720
121723
|
listingId?: string;
|
|
121721
121724
|
};
|
|
121722
121725
|
};
|
|
@@ -121982,6 +121985,7 @@ export interface operations {
|
|
|
121982
121985
|
dateRange?: string;
|
|
121983
121986
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
121984
121987
|
isDateRangeEndInclusive?: boolean;
|
|
121988
|
+
/** @description Comma-separated listing UUIDs. */
|
|
121985
121989
|
listingId?: string;
|
|
121986
121990
|
};
|
|
121987
121991
|
header?: never;
|