@lunch-money/v2-api-spec 2.10.0-preview.7 → 2.11.0-preview.2

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.10.0-preview.7",
3
+ "version": "2.11.0-preview.2",
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,6 +5,18 @@ 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.11.0 - TBD
9
+ - Add `GET /balance_history`
10
+ - Add `GET /balance_history/{account_type}/{account_id}`
11
+ - Add `GET /balance_history/crypto_synced/{account_id}/{symbol}`
12
+ - Add `PUT /balance_history/{account_type}/{account_id}`
13
+ - Add `PUT /balance_history/crypto_synced/{account_id}/{symbol}`
14
+ - Add `DELETE /balance_history/entries/{id}`
15
+ - Add `DELETE /balance_history/{account_type}/{account_id}`
16
+ - Add `DELETE /balance_history/crypto_synced/{account_id}/{symbol}`
17
+ - Add `PUT /balance_history/deleted/{account_id}/details`
18
+ - Remove `rollover_pool` from the category object returned in the summary response. It is in the main summary response.
19
+
8
20
  ## v2.10.0 - TBD
9
21
  - Add v2 crypto endpoints which support:
10
22
  - Discovering the currently supported currencies for manually managed crypto assets
@@ -18,7 +30,7 @@ The Lunch Money API spec uses a modified version of SEMVER for its versioning me
18
30
  ## v2.9.2 - Apr 22, 2026
19
31
  - Increase allowable length for a transaction `payee`
20
32
 
21
- ## v2.9.1 - Apr, 2026
33
+ ## v2.9.1 - Apr 22, 2026
22
34
  - You may now set `archived_at` when modifying a category or tag via the `PUT /categories` or `PUT /tags` endpoints.
23
35
 
24
36
  ## v2.9.0 - Feb 26, 2026