@actual-app/api 6.5.0 → 6.6.0

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.
@@ -0,0 +1,28 @@
1
+ BEGIN TRANSACTION;
2
+
3
+ CREATE TABLE custom_reports
4
+ (
5
+ id TEXT PRIMARY KEY,
6
+ name TEXT,
7
+ start_date TEXT,
8
+ end_date TEXT,
9
+ date_static INTEGER DEFAULT 0,
10
+ date_range TEXT,
11
+ mode TEXT DEFAULT 'total',
12
+ group_by TEXT DEFAULT 'Category',
13
+ balance_type TEXT DEFAULT 'Expense',
14
+ show_empty INTEGER DEFAULT 0,
15
+ show_offbudget INTEGER DEFAULT 0,
16
+ show_hidden INTEGER DEFAULT 0,
17
+ show_uncategorized INTEGER DEFAULT 0,
18
+ selected_categories TEXT,
19
+ graph_type TEXT DEFAULT 'BarGraph',
20
+ conditions TEXT,
21
+ conditions_op TEXT DEFAULT 'and',
22
+ metadata TEXT,
23
+ interval TEXT DEFAULT 'Monthly',
24
+ color_scheme TEXT,
25
+ tombstone INTEGER DEFAULT 0
26
+ );
27
+
28
+ COMMIT;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/api",
3
- "version": "6.5.0",
3
+ "version": "6.6.0",
4
4
  "license": "MIT",
5
5
  "description": "An API for Actual",
6
6
  "engines": {
@@ -21,17 +21,17 @@
21
21
  "clean": "rm -rf dist @types"
22
22
  },
23
23
  "dependencies": {
24
- "better-sqlite3": "^9.2.2",
24
+ "better-sqlite3": "^9.3.0",
25
25
  "compare-versions": "^6.1.0",
26
26
  "node-fetch": "^3.3.2",
27
- "uuid": "^9.0.0"
27
+ "uuid": "^9.0.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@swc/core": "^1.3.105",
31
31
  "@swc/jest": "^0.2.31",
32
- "@types/jest": "^27.5.0",
32
+ "@types/jest": "^27.5.2",
33
33
  "@types/uuid": "^9.0.2",
34
- "jest": "^27.0.0",
34
+ "jest": "^27.5.1",
35
35
  "tsc-alias": "^1.8.8",
36
36
  "typescript": "^5.0.2"
37
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/api",
3
- "version": "6.5.0",
3
+ "version": "6.6.0",
4
4
  "license": "MIT",
5
5
  "description": "An API for Actual",
6
6
  "engines": {
@@ -21,17 +21,17 @@
21
21
  "clean": "rm -rf dist @types"
22
22
  },
23
23
  "dependencies": {
24
- "better-sqlite3": "^9.2.2",
24
+ "better-sqlite3": "^9.3.0",
25
25
  "compare-versions": "^6.1.0",
26
26
  "node-fetch": "^3.3.2",
27
- "uuid": "^9.0.0"
27
+ "uuid": "^9.0.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@swc/core": "^1.3.105",
31
31
  "@swc/jest": "^0.2.31",
32
- "@types/jest": "^27.5.0",
32
+ "@types/jest": "^27.5.2",
33
33
  "@types/uuid": "^9.0.2",
34
- "jest": "^27.0.0",
34
+ "jest": "^27.5.1",
35
35
  "tsc-alias": "^1.8.8",
36
36
  "typescript": "^5.0.2"
37
37
  }