@lunch-money/v2-api-spec 2.10.0-preview.4 → 2.10.0-preview.5
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 +9 -22
- package/package.json +1 -1
- package/version-history.md +3 -1
package/lunch-money-api-v2.yaml
CHANGED
|
@@ -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).
|
|
603
|
-
|
|
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:
|
|
1966
|
-
|
|
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
|
|
@@ -5131,7 +5118,7 @@ paths:
|
|
|
5131
5118
|
|
|
5132
5119
|
You may submit the response from a `GET /categories/{id}` as the request body; however, only certain
|
|
5133
5120
|
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
|
|
5121
|
+
accepted in the request body but their values will be ignored: `id`, `is_group`, `updated_at`, `created_at`, and `order`.<br><br>
|
|
5135
5122
|
|
|
5136
5123
|
It is also possible to provide only the properties to be updated in the
|
|
5137
5124
|
request body, as long as the request includes at least one of the
|
|
@@ -9771,7 +9758,7 @@ paths:
|
|
|
9771
9758
|
|
|
9772
9759
|
You may submit the response from a `GET /tags/{id}` as the request body; however, only certain
|
|
9773
9760
|
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`,
|
|
9761
|
+
accepted in the request body but their values will be ignored: `id`, `updated_at`, and `created_at`.<br><br>
|
|
9775
9762
|
|
|
9776
9763
|
It is also possible to provide only the properties to be updated in the
|
|
9777
9764
|
request body, as long as the request includes at least one of the
|
package/package.json
CHANGED
package/version-history.md
CHANGED
|
@@ -10,9 +10,11 @@ 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.1 - Apr, 2026
|
|
16
|
+
- You may now set `archived_at` when modifying a category or tag via the `PUT /categories` or `PUT /tags` endpoints.
|
|
17
|
+
|
|
16
18
|
## v2.9.0 - Feb 26, 2026
|
|
17
19
|
- Add initial `/budgets` endpoint support:
|
|
18
20
|
- `GET /budgets/settings` for account budget settings
|