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

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.6184",
6
+ "version": "1.3.1-stage.6192",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -16591,7 +16591,9 @@ export interface operations {
16591
16591
  dateRange?: string;
16592
16592
  /** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
16593
16593
  isDateRangeEndInclusive?: boolean;
16594
+ /** @description Comma-separated account connection IDs. */
16594
16595
  accountConnectionId?: string;
16596
+ /** @description Comma-separated account IDs. */
16595
16597
  accountId?: string;
16596
16598
  uniqueRefs?: string;
16597
16599
  reconcileStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
@@ -17351,7 +17353,9 @@ export interface operations {
17351
17353
  dateRange?: string;
17352
17354
  /** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
17353
17355
  isDateRangeEndInclusive?: boolean;
17356
+ /** @description Comma-separated account connection IDs. */
17354
17357
  accountConnectionId?: string;
17358
+ /** @description Comma-separated account IDs. */
17355
17359
  accountId?: string;
17356
17360
  uniqueRefs?: string;
17357
17361
  reconcileStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";