@lunch-money/v2-api-spec 2.8.4 → 2.8.5

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunch-money/v2-api-spec",
3
- "version": "2.8.4",
3
+ "version": "2.8.5",
4
4
  "description": "OpenAPI specification and version history for the Lunch Money v2 API",
5
5
  "main": "lunch-money-api-v2.yaml",
6
6
  "files": [
@@ -5,7 +5,16 @@ The Lunch Money API spec uses a modified version of SEMVER for its versioning me
5
5
  - The minor version represents the number of main endpoints the current version of the spec supports. For example, a version of the API that supports the /me, /categories, and /transactions endpoints would have a minor version of 3.
6
6
  - The revision number represents the number of updates since the last endpoint was added. For example, each time changes are made to one of the existing three APIs as described above, the revision number will be bumped.
7
7
 
8
- ## v2.8.4 - [TBD]
8
+ ## v2.8.5 - Feb 2, 2026
9
+ - Add `plaid_item_id` and `linked_by_name` properties to the Plaid Account Object
10
+ - Expand Plaid Account Object `status` enum to include `closed`, `revoked`, and `deactivated`
11
+ - Restore the v1 `original_name` property to the v2 Transaction Object
12
+ - The `collapsed` property on the childCategoryObject is no longer nullable and is always set to `false`.
13
+ - Add `status` and `created_by_name` properties to the Manual Account Object
14
+ - **BREAKING CHANGE**
15
+ - It was possible to 'close' a manual account simply by setting the `closed_on` property in a PUT or POST request. Now `status` must also be set to `closed`.
16
+
17
+ ## v2.8.4 - Jan 16, 2026
9
18
  - Add new `created_since` and `updated_since` query parameters to the GET /transactions endpoint.
10
19
  - Add a new `include_group_children` query parameter to the GET /transactions endpoint.
11
20
  - Add new `include_rollover_pool` and `include_past_budget_dates` query params to the GET /summary endpoint.