@lunch-money/v2-api-spec 2.10.0-preview.5 → 2.10.0-preview.6
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/lunch-money-api-v2.yaml +4 -0
- package/package.json +1 -1
- package/version-history.md +6 -0
package/lunch-money-api-v2.yaml
CHANGED
|
@@ -3850,6 +3850,8 @@ components:
|
|
|
3850
3850
|
# - `vuv`: Vanuatu Vatu
|
|
3851
3851
|
# - `wst`: Samoan Tala
|
|
3852
3852
|
# - `xaf`: CFA Franc BEAC
|
|
3853
|
+
# - `xag`: Silver
|
|
3854
|
+
# - `xau`: Gold
|
|
3853
3855
|
# - `xcd`: East Caribbean Dollar
|
|
3854
3856
|
# - `xof`: CFA Franc BCEAO
|
|
3855
3857
|
# - `xpf`: CFP Franc
|
|
@@ -4013,6 +4015,8 @@ components:
|
|
|
4013
4015
|
- vuv
|
|
4014
4016
|
- wst
|
|
4015
4017
|
- xaf
|
|
4018
|
+
- xag
|
|
4019
|
+
- xau
|
|
4016
4020
|
- xcd
|
|
4017
4021
|
- xof
|
|
4018
4022
|
- xpf
|
package/package.json
CHANGED
package/version-history.md
CHANGED
|
@@ -12,6 +12,12 @@ The Lunch Money API spec uses a modified version of SEMVER for its versioning me
|
|
|
12
12
|
- 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
13
|
- Refreshing synced crypto account balances
|
|
14
14
|
|
|
15
|
+
## v2.9.3 - Apr 27, 2026
|
|
16
|
+
- Add `xag` and `xau` to the supported currency codes.
|
|
17
|
+
|
|
18
|
+
## v2.9.2 - Apr 22, 2026
|
|
19
|
+
- Increase allowable length for a transaction `payee`
|
|
20
|
+
|
|
15
21
|
## v2.9.1 - Apr, 2026
|
|
16
22
|
- You may now set `archived_at` when modifying a category or tag via the `PUT /categories` or `PUT /tags` endpoints.
|
|
17
23
|
|