@lunch-money/v2-api-spec 2.9.2 → 2.9.3
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 +5 -1
- package/package.json +1 -2
- package/version-history.md +3 -0
package/lunch-money-api-v2.yaml
CHANGED
|
@@ -42,7 +42,7 @@ info:
|
|
|
42
42
|
license:
|
|
43
43
|
name: Apache 2.0
|
|
44
44
|
url: http://www.apache.org/licenses/LICENSE-2.0.html
|
|
45
|
-
version: 2.9.
|
|
45
|
+
version: 2.9.3
|
|
46
46
|
|
|
47
47
|
servers:
|
|
48
48
|
- url: https://api.lunchmoney.dev/v2
|
|
@@ -3222,6 +3222,8 @@ components:
|
|
|
3222
3222
|
# - `vuv`: Vanuatu Vatu
|
|
3223
3223
|
# - `wst`: Samoan Tala
|
|
3224
3224
|
# - `xaf`: CFA Franc BEAC
|
|
3225
|
+
# - `xag`: Silver
|
|
3226
|
+
# - `xau`: Gold
|
|
3225
3227
|
# - `xcd`: East Caribbean Dollar
|
|
3226
3228
|
# - `xof`: CFA Franc BCEAO
|
|
3227
3229
|
# - `xpf`: CFP Franc
|
|
@@ -3385,6 +3387,8 @@ components:
|
|
|
3385
3387
|
- vuv
|
|
3386
3388
|
- wst
|
|
3387
3389
|
- xaf
|
|
3390
|
+
- xag
|
|
3391
|
+
- xau
|
|
3388
3392
|
- xcd
|
|
3389
3393
|
- xof
|
|
3390
3394
|
- xpf
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunch-money/v2-api-spec",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.3",
|
|
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": [
|
|
@@ -26,4 +26,3 @@
|
|
|
26
26
|
"husky": "^8.0.3"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
-
|
package/version-history.md
CHANGED
|
@@ -5,6 +5,9 @@ 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.9.3 - Apr 27, 2026
|
|
9
|
+
- Add `xag` and `xau` to the supported currency codes.
|
|
10
|
+
|
|
8
11
|
## v2.9.2 - Apr 22, 2026
|
|
9
12
|
- Increase allowable length for a transaction `payee`
|
|
10
13
|
|