@vrplatform/api 1.3.1-stage.1442 → 1.3.1-stage.1443

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.
@@ -1571,7 +1571,7 @@ export interface paths {
1571
1571
  path?: never;
1572
1572
  cookie?: never;
1573
1573
  };
1574
- /** @description Get Statements List. Get Statements, either by year + a single listing/owner or by month */
1574
+ /** @description Get Statements List. Get Statements, either by year/dateRange + a single listing/owner or by month */
1575
1575
  get: operations["getStatements"];
1576
1576
  put?: never;
1577
1577
  /** @description Create Statements */
@@ -21700,6 +21700,10 @@ export interface operations {
21700
21700
  listingCollectionIds?: string;
21701
21701
  /** @description comma separated recurring fees */
21702
21702
  recurringFeeIds?: string;
21703
+ /** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
21704
+ dateRange?: string;
21705
+ /** @description Whether the end date is inclusive or exclusive */
21706
+ isDateRangeEndInclusive?: boolean;
21703
21707
  };
21704
21708
  header?: never;
21705
21709
  path?: never;