@actual-app/api 25.12.0-nightly.20251117 → 25.12.0-nightly.20251118

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.
@@ -101902,7 +101902,7 @@ function getStatus(nextDate, completed, hasTrans, upcomingLength = "7") {
101902
101902
  }
101903
101903
  function getHasTransactionsQuery(schedules) {
101904
101904
  const filters = schedules.map((schedule) => {
101905
- const dateCond = schedule._conditions.find((c) => c.field === "date");
101905
+ const dateCond = schedule._conditions?.find((c) => c.field === "date");
101906
101906
  return {
101907
101907
  $and: {
101908
101908
  schedule: schedule.id,
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/api",
3
- "version": "25.12.0-nightly.20251117",
3
+ "version": "25.12.0-nightly.20251118",
4
4
  "license": "MIT",
5
5
  "description": "An API for Actual",
6
6
  "engines": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/api",
3
- "version": "25.12.0-nightly.20251117",
3
+ "version": "25.12.0-nightly.20251118",
4
4
  "license": "MIT",
5
5
  "description": "An API for Actual",
6
6
  "engines": {