@lunch-money/v2-api-spec 2.10.0-preview.4 → 2.11.0-preview.1

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.4",
3
+ "version": "2.11.0-preview.1",
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,14 +5,31 @@ 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
11
23
  - Managing the complete lifecycle of manually managed crypto assets (create, read, update, delete)
12
24
  - Viewing the balances for currencies associated with both manually managed crypto assets and those that are synced via a synced crypto account (ie: coinbase, kraken, ethereum wallet)
13
- deferred.
14
25
  - Refreshing synced crypto account balances
15
26
 
27
+ ## v2.9.2 - Apr 22, 2026
28
+ - Increase allowable length for a transaction `payee`
29
+
30
+ ## v2.9.1 - Apr 22, 2026
31
+ - You may now set `archived_at` when modifying a category or tag via the `PUT /categories` or `PUT /tags` endpoints.
32
+
16
33
  ## v2.9.0 - Feb 26, 2026
17
34
  - Add initial `/budgets` endpoint support:
18
35
  - `GET /budgets/settings` for account budget settings