@vrplatform/api 1.3.1-stage.6184 → 1.3.1-stage.6188

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.
@@ -16590,7 +16590,9 @@ export interface operations {
16590
16590
  dateRange?: string;
16591
16591
  /** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
16592
16592
  isDateRangeEndInclusive?: boolean;
16593
+ /** @description Comma-separated account connection IDs. */
16593
16594
  accountConnectionId?: string;
16595
+ /** @description Comma-separated account IDs. */
16594
16596
  accountId?: string;
16595
16597
  uniqueRefs?: string;
16596
16598
  reconcileStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
@@ -17350,7 +17352,9 @@ export interface operations {
17350
17352
  dateRange?: string;
17351
17353
  /** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
17352
17354
  isDateRangeEndInclusive?: boolean;
17355
+ /** @description Comma-separated account connection IDs. */
17353
17356
  accountConnectionId?: string;
17357
+ /** @description Comma-separated account IDs. */
17354
17358
  accountId?: string;
17355
17359
  uniqueRefs?: string;
17356
17360
  reconcileStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";