@vrplatform/api 1.3.1-1603 → 1.3.1-1608

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
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-1603",
9
+ "version": "1.3.1-1608",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -37,9 +37,9 @@
37
37
  "@sentry/core": "*"
38
38
  },
39
39
  "devDependencies": {
40
- "@vrplatform/kysely": "*",
41
- "@vrplatform/common": "*",
42
- "@vrplatform/bin": "*"
40
+ "@vrplatform/kysely": "1.3.21",
41
+ "@vrplatform/common": "1.1.0",
42
+ "@vrplatform/bin": "1.0.0"
43
43
  },
44
44
  "files": [
45
45
  "build/main",
@@ -4304,6 +4304,7 @@ export interface operations {
4304
4304
  /** @description Include matching transactions, optionally with max days offset */
4305
4305
  includeMatchingTransactions?: string;
4306
4306
  hasMatchingTransactions?: boolean;
4307
+ reservationLineFilter?: "all" | "reservationOnly" | "nonReservationOnly";
4307
4308
  sort?: "created_desc" | "created_asc" | "amount_desc" | "amount_asc";
4308
4309
  limit?: number;
4309
4310
  page?: number;
@@ -4660,6 +4661,7 @@ export interface operations {
4660
4661
  /** @description Include matching transactions, optionally with max days offset */
4661
4662
  includeMatchingTransactions?: string;
4662
4663
  hasMatchingTransactions?: boolean;
4664
+ reservationLineFilter?: "all" | "reservationOnly" | "nonReservationOnly";
4663
4665
  sort?: "created_desc" | "created_asc" | "amount_desc" | "amount_asc";
4664
4666
  };
4665
4667
  header?: never;