11lockVersion: 2.0.0
22id: 7bffa198-5d29-4efa-9942-d549cc832085
33management:
4- docChecksum: fbc79de1908ef8470cee0e8ac97f3d4b
5- docVersion: 10.21.18
6- speakeasyVersion: 1.661.3
7- generationVersion: 2.763.3
8- releaseVersion: 0.34.12
9- configChecksum: a27bfb37829f7e2f381204a94b7d88dc
4+ docChecksum: 82d2a94bf2e121e55493fcc2bc072337
5+ docVersion: 10.22.0
6+ speakeasyVersion: 1.665.0
7+ generationVersion: 2.767.2
8+ releaseVersion: 0.35.0
9+ configChecksum: bdafc0af6c3e374696ee17553e61122d
1010 repoURL: https://github.com/apideck-libraries/sdk-typescript.git
1111 installationURL: https://github.com/apideck-libraries/sdk-typescript
1212 published: true
@@ -16,7 +16,7 @@ features:
1616 additionalDependencies: 0.1.0
1717 additionalProperties: 0.1.2
1818 constsAndDefaults: 0.1.12
19- core: 3.26.10
19+ core: 3.26.13
2020 deepObjectParams: 0.1.0
2121 defaultEnabledRetries: 0.1.0
2222 deprecations: 2.81.1
@@ -38,10 +38,10 @@ features:
3838 pagination: 2.83.0
3939 responseFormat: 0.2.3
4040 retries: 2.83.0
41- sdkHooks: 0.3 .0
41+ sdkHooks: 0.4 .0
4242 tests: 0.17.3
4343 typeOverrides: 2.81.1
44- unions: 2.86.0
44+ unions: 2.86.2
4545 uploadStreams: 0.1.0
4646generatedFiles:
4747 - .gitattributes
@@ -60,6 +60,7 @@ generatedFiles:
6060 - docs/models/components/accountinglocation.md
6161 - docs/models/components/accountinglocationinput.md
6262 - docs/models/components/accountinglocationsfilter.md
63+ - docs/models/components/accountingmethod.md
6364 - docs/models/components/accountstatus.md
6465 - docs/models/components/accounttype.md
6566 - docs/models/components/activitiesfilter.md
@@ -119,6 +120,7 @@ generatedFiles:
119120 - docs/models/components/bankaccount2.md
120121 - docs/models/components/bankaccount2accounttype.md
121122 - docs/models/components/bankaccountsfilter.md
123+ - docs/models/components/bankaccountsfilteraccounttype.md
122124 - docs/models/components/bankaccountsfilterstatus.md
123125 - docs/models/components/bankaccountssort.md
124126 - docs/models/components/bankaccounttype.md
@@ -734,6 +736,7 @@ generatedFiles:
734736 - docs/models/components/productstatus.md
735737 - docs/models/components/profitandloss.md
736738 - docs/models/components/profitandlossfilter.md
739+ - docs/models/components/profitandlossfilteraccountingmethod.md
737740 - docs/models/components/profitandlossindicator.md
738741 - docs/models/components/profitandlosstype.md
739742 - docs/models/components/project.md
@@ -7103,7 +7106,7 @@ examples:
71037106 parameters:
71047107 query:
71057108 pass_through: {"search": "San Francisco"}
7106- filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123"}
7109+ filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123", "accounting_method": "accrual" }
71077110 raw: false
71087111 header:
71097112 x-apideck-consumer-id: "test-consumer"
@@ -7155,7 +7158,7 @@ examples:
71557158 parameters:
71567159 query:
71577160 raw: false
7158- filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123"}
7161+ filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123", "accounting_method": "accrual" }
71597162 pass_through: {"search": "San Francisco"}
71607163 fields: "id,updated_at"
71617164 header:
@@ -19846,7 +19849,7 @@ examples:
1984619849 query:
1984719850 raw: false
1984819851 limit: 20
19849- filter: {"name": "Main Operating", "status": "active"}
19852+ filter: {"name": "Main Operating", "account_type": "checking", " status": "active"}
1985019853 sort: {"by": "updated_at", "direction": "asc"}
1985119854 pass_through: {"search": "San Francisco"}
1985219855 fields: "id,updated_at"
@@ -19909,7 +19912,7 @@ examples:
1990919912 x-apideck-service-id: "salesforce"
1991019913 responses:
1991119914 "200":
19912- application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "bank-accounts", "operation": "one", "data": {"id": "12345", "display_id": "BA-001", "name": "Main Operating Account", "account_number": "123465", "account_type": "checking", "ledger_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "bank_name": "Chase Bank", "currency": "USD", "balance": 25000, "available_balance": 24500, "overdraft_limit": 5000, "routing_number": "021000021", "iban": "GB33BUKB20201555555555", "bic": "CHASUS33", "bsb_number": "062-001", "branch_identifier": "001", "bank_code": "BNH", "country": "US", "status": "active", "description": "Primary operating account for daily transactions", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "created_at": "2020-09-30T07:43:32.000Z", "updated_at": "2020-09-30T07:43:32.000Z", "created_by": "12345", "updated_by": "12345"}}
19915+ application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "bank-accounts", "operation": "one", "data": {"id": "12345", "downstream_id": "12345", "display_id": "BA-001", "name": "Main Operating Account", "account_number": "123465", "account_type": "checking", "ledger_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "bank_name": "Chase Bank", "currency": "USD", "balance": 25000, "available_balance": 24500, "overdraft_limit": 5000, "routing_number": "021000021", "iban": "GB33BUKB20201555555555", "bic": "CHASUS33", "bsb_number": "062-001", "branch_identifier": "001", "bank_code": "BNH", "country": "US", "status": "active", "description": "Primary operating account for daily transactions", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "created_at": "2020-09-30T07:43:32.000Z", "updated_at": "2020-09-30T07:43:32.000Z", "created_by": "12345", "updated_by": "12345"}}
1991319916 "400":
1991419917 application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestValidationError", "message": "Invalid Params", "detail": "Missing property foobar", "ref": "https://developers.apideck.com/errors#requestvalidationerror"}
1991519918 "401":
@@ -20414,4 +20417,4 @@ generatedTests:
2041420417 accounting.projectsOne: "2025-10-13T00:03:48Z"
2041520418 accounting.projectsUpdate: "2025-10-13T00:03:48Z"
2041620419 accounting.projectsDelete: "2025-10-13T00:03:48Z"
20417- releaseNotes: "## Typescript SDK Changes Detected :\n* `apideck.accounting.taxRates.list ()`: `response.data.[].country ` **Added **\n* `apideck.accounting.taxRates.create ()`: \n * `request.taxRate.country ` **Added **\n* `apideck.accounting.taxRates.get ()`: `response.data.country ` **Added **\n* `apideck.accounting.taxRates.update()`: \n * `request.taxRate.country ` **Added**\n* `apideck.accounting.companyInfo .get()`: `response.data.defaultSalesTax.country ` **Added**\n"
20420+ releaseNotes: "## Typescript SDK Changes:\n* `apideck.accounting.balanceSheet.get ()`: \n * `request.filter ` **Changed **\n* `apideck.accounting.profitAndLoss.get ()`: \n * `request.filter ` **Changed **\n* `apideck.accounting.bankAccounts.list ()`: \n * `request.filter ` **Changed **\n * `response.data.[].downstreamId ` **Added**\n* `apideck.accounting.bankAccounts .get()`: `response.data.downstreamId ` **Added**\n"
0 commit comments