@lunch-money/v2-api-spec 2.11.0-preview.1 → 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.
@@ -4240,6 +4240,8 @@ components:
4240
4240
  # - `vuv`: Vanuatu Vatu
4241
4241
  # - `wst`: Samoan Tala
4242
4242
  # - `xaf`: CFA Franc BEAC
4243
+ # - `xag`: Silver (troy ounce)
4244
+ # - `xau`: Gold (troy ounce)
4243
4245
  # - `xcd`: East Caribbean Dollar
4244
4246
  # - `xof`: CFA Franc BCEAO
4245
4247
  # - `xpf`: CFP Franc
@@ -4403,6 +4405,8 @@ components:
4403
4405
  - vuv
4404
4406
  - wst
4405
4407
  - xaf
4408
+ - xag
4409
+ - xau
4406
4410
  - xcd
4407
4411
  - xof
4408
4412
  - xpf
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunch-money/v2-api-spec",
3
- "version": "2.11.0-preview.1",
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": [
@@ -24,6 +24,9 @@ The Lunch Money API spec uses a modified version of SEMVER for its versioning me
24
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)
25
25
  - Refreshing synced crypto account balances
26
26
 
27
+ ## v2.9.3 - Apr 27, 2026
28
+ - Add `xag` and `xau` to the supported currency codes.
29
+
27
30
  ## v2.9.2 - Apr 22, 2026
28
31
  - Increase allowable length for a transaction `payee`
29
32