@lunch-money/v2-api-spec 2.10.0-preview.4 → 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.
@@ -597,10 +597,12 @@ components:
597
597
  x-updatable: false
598
598
  archived_at:
599
599
  type: string
600
+ format: date-time
600
601
  nullable: true
601
602
  description: System set date and time of when the category was last
602
- archived (in the ISO 8601 extended format). Ignored if set.
603
- x-updatable: false
603
+ archived (in the ISO 8601 extended format). Provide an ISO 8601
604
+ extended datetime or `null` to clear it.
605
+ x-updatable: true
604
606
  updated_at:
605
607
  type: string
606
608
  format: date-time
@@ -1962,8 +1964,9 @@ components:
1962
1964
  type: string
1963
1965
  format: date-time
1964
1966
  nullable: true
1965
- description: System-set time the tag was archived. Ignored if set.
1966
- x-updatable: false
1967
+ description: If set, updates the archived timestamp for the tag.
1968
+ Provide an ISO 8601 extended datetime or `null` to clear it.
1969
+ x-updatable: true
1967
1970
 
1968
1971
  # The object returned when a DELETE /tag/:id request
1969
1972
  # has an id for a tag that has dependencies
@@ -2034,8 +2037,6 @@ components:
2034
2037
  Name of payee set by the user, the financial institution, or by
2035
2038
  a matched recurring item. This will match the value
2036
2039
  displayed in payee field on the transactions page in the Lunch Money app.
2037
- minLength: 0
2038
- maxLength: 140
2039
2040
  original_name:
2040
2041
  type: string
2041
2042
  nullable: true
@@ -2043,8 +2044,6 @@ components:
2043
2044
  institution, CSV, etc.). For Plaid transactions, this is the raw
2044
2045
  name before normalization. For manual/API transactions, this
2045
2046
  typically matches `payee`. May be null for older transactions.
2046
- minLength: 0
2047
- maxLength: 140
2048
2047
  category_id:
2049
2048
  type: integer
2050
2049
  format: int32
@@ -2317,8 +2316,6 @@ components:
2317
2316
  Name of payee set by the user, the financial institution, or by
2318
2317
  a matched recurring item. This will match the value
2319
2318
  displayed in payee field on the transactions page in the Lunch Money app.
2320
- minLength: 0
2321
- maxLength: 140
2322
2319
  original_name:
2323
2320
  type: string
2324
2321
  nullable: true
@@ -2326,8 +2323,6 @@ components:
2326
2323
  institution, CSV, etc.). For Plaid transactions, this is the raw
2327
2324
  name before normalization. For manual/API transactions, this
2328
2325
  typically matches `payee`. May be null for older transactions.
2329
- minLength: 0
2330
- maxLength: 140
2331
2326
  category_id:
2332
2327
  type: integer
2333
2328
  format: int32
@@ -2570,15 +2565,11 @@ components:
2570
2565
  payee:
2571
2566
  type: string
2572
2567
  description: Name of payee for the transaction
2573
- minLength: 0
2574
- maxLength: 140
2575
2568
  original_name:
2576
2569
  type: string
2577
2570
  nullable: true
2578
2571
  description: Original payee name. If not provided, defaults to `payee`
2579
2572
  value.
2580
- minLength: 0
2581
- maxLength: 140
2582
2573
  category_id:
2583
2574
  type: integer
2584
2575
  format: int32
@@ -2713,15 +2704,11 @@ components:
2713
2704
  type: string
2714
2705
  description: |
2715
2706
  The new payee for the transaction.
2716
- minLength: 0
2717
- maxLength: 140
2718
2707
  x-updatable: true
2719
2708
  original_name:
2720
2709
  type: string
2721
2710
  nullable: true
2722
2711
  description: Original payee name. Cannot be changed. Ignored if set.
2723
- minLength: 0
2724
- maxLength: 140
2725
2712
  x-updatable: false
2726
2713
  category_id:
2727
2714
  type: integer
@@ -3863,6 +3850,8 @@ components:
3863
3850
  # - `vuv`: Vanuatu Vatu
3864
3851
  # - `wst`: Samoan Tala
3865
3852
  # - `xaf`: CFA Franc BEAC
3853
+ # - `xag`: Silver
3854
+ # - `xau`: Gold
3866
3855
  # - `xcd`: East Caribbean Dollar
3867
3856
  # - `xof`: CFA Franc BCEAO
3868
3857
  # - `xpf`: CFP Franc
@@ -4026,6 +4015,8 @@ components:
4026
4015
  - vuv
4027
4016
  - wst
4028
4017
  - xaf
4018
+ - xag
4019
+ - xau
4029
4020
  - xcd
4030
4021
  - xof
4031
4022
  - xpf
@@ -5131,7 +5122,7 @@ paths:
5131
5122
 
5132
5123
  You may submit the response from a `GET /categories/{id}` as the request body; however, only certain
5133
5124
  properties can be updated using this API. The following properties are
5134
- accepted in the request body but their values will be ignored: `id`, `is_group`,`archived_at`, `updated_at`, `created_at`, and `order`.<br><br>
5125
+ accepted in the request body but their values will be ignored: `id`, `is_group`, `updated_at`, `created_at`, and `order`.<br><br>
5135
5126
 
5136
5127
  It is also possible to provide only the properties to be updated in the
5137
5128
  request body, as long as the request includes at least one of the
@@ -9771,7 +9762,7 @@ paths:
9771
9762
 
9772
9763
  You may submit the response from a `GET /tags/{id}` as the request body; however, only certain
9773
9764
  properties can be updated using this API. The following system set properties are
9774
- accepted in the request body but their values will be ignored: `id`, `updated_at`, `created_at`, and `archived_at`.<br><br>
9765
+ accepted in the request body but their values will be ignored: `id`, `updated_at`, and `created_at`.<br><br>
9775
9766
 
9776
9767
  It is also possible to provide only the properties to be updated in the
9777
9768
  request body, as long as the request includes at least one of the
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.10.0-preview.6",
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": [
@@ -10,9 +10,17 @@ The Lunch Money API spec uses a modified version of SEMVER for its versioning me
10
10
  - Discovering the currently supported currencies for manually managed crypto assets
11
11
  - Managing the complete lifecycle of manually managed crypto assets (create, read, update, delete)
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
- deferred.
14
13
  - Refreshing synced crypto account balances
15
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
+
21
+ ## v2.9.1 - Apr, 2026
22
+ - You may now set `archived_at` when modifying a category or tag via the `PUT /categories` or `PUT /tags` endpoints.
23
+
16
24
  ## v2.9.0 - Feb 26, 2026
17
25
  - Add initial `/budgets` endpoint support:
18
26
  - `GET /budgets/settings` for account budget settings