@firela/api-types 0.0.0-canary.8bf286b3 → 0.0.0-canary.8c76fd39
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/dist/index.d.mts +1002 -1001
- package/dist/index.d.ts +1002 -1001
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/schemas.gen.ts +1175 -1028
- package/src/generated/services.gen.ts +575 -543
- package/src/generated/types.gen.ts +1181 -1168
package/dist/index.js
CHANGED
|
@@ -693,7 +693,7 @@ var BeanTransactionsService = class {
|
|
|
693
693
|
* @param data.offset Number of items to skip (default: 0)
|
|
694
694
|
* @param data.dateFrom Filter by start date (inclusive), format: YYYY-MM-DD
|
|
695
695
|
* @param data.dateTo Filter by end date (inclusive), format: YYYY-MM-DD
|
|
696
|
-
* @param data.status Filter by transaction status
|
|
696
|
+
* @param data.status Filter by transaction status: single value, comma-separated multi-value (e.g. VOIDED,SUPERSEDED), or ALL to include audit rows. Defaults to ACTIVE-only (ADR-0128; previously unfiltered — breaking change).
|
|
697
697
|
* @param data.search Search in narration and payee fields (max 200 chars)
|
|
698
698
|
* @param data.accountId Filter by account ID (transactions with postings to this account)
|
|
699
699
|
* @param data.category Filter by ADR-0075 functional category (Group segment); matches any posting to an account whose derived Group segment equals this value. Must be accompanied by flow (ADR-0126).
|
package/dist/index.mjs
CHANGED
|
@@ -661,7 +661,7 @@ var BeanTransactionsService = class {
|
|
|
661
661
|
* @param data.offset Number of items to skip (default: 0)
|
|
662
662
|
* @param data.dateFrom Filter by start date (inclusive), format: YYYY-MM-DD
|
|
663
663
|
* @param data.dateTo Filter by end date (inclusive), format: YYYY-MM-DD
|
|
664
|
-
* @param data.status Filter by transaction status
|
|
664
|
+
* @param data.status Filter by transaction status: single value, comma-separated multi-value (e.g. VOIDED,SUPERSEDED), or ALL to include audit rows. Defaults to ACTIVE-only (ADR-0128; previously unfiltered — breaking change).
|
|
665
665
|
* @param data.search Search in narration and payee fields (max 200 chars)
|
|
666
666
|
* @param data.accountId Filter by account ID (transactions with postings to this account)
|
|
667
667
|
* @param data.category Filter by ADR-0075 functional category (Group segment); matches any posting to an account whose derived Group segment equals this value. Must be accompanied by flow (ADR-0126).
|