Skip to content

Commit 0a59337

Browse files
committed
## Python SDK Changes Detected:
* `apideck.accounting.balance_sheet.get()`: `request.filter` **Changed** * `apideck.accounting.profit_and_loss.get()`: `request.filter` **Changed** * `apideck.accounting.bank_accounts.list()`: * `request.filter` **Changed** * `response.data.[].downstream_id` **Added** * `apideck.accounting.bank_accounts.get()`: `response.data.downstream_id` **Added**
1 parent 03a959b commit 0a59337

25 files changed

+185
-59
lines changed

.speakeasy/gen.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
33
management:
4-
docChecksum: 61df122cba17c214e57e21a31256463e
5-
docVersion: 10.21.18
4+
docChecksum: 931d63edaff2267943df0de38e5fa2ad
5+
docVersion: 10.21.19
66
speakeasyVersion: 1.656.1
77
generationVersion: 2.753.1
8-
releaseVersion: 0.27.86
9-
configChecksum: 7919bdb35bb8fe074c0b4973c2144f4d
8+
releaseVersion: 0.27.88
9+
configChecksum: e5678354c0361164e8aab420971d241a
1010
repoURL: https://github.com/apideck-libraries/sdk-python.git
1111
installationURL: https://github.com/apideck-libraries/sdk-python.git
1212
published: true
@@ -305,6 +305,7 @@ generatedFiles:
305305
- docs/models/accountinglocationsupdateglobals.md
306306
- docs/models/accountinglocationsupdaterequest.md
307307
- docs/models/accountinglocationsupdateresponse.md
308+
- docs/models/accountingmethod.md
308309
- docs/models/accountingpaymentsaddglobals.md
309310
- docs/models/accountingpaymentsaddrequest.md
310311
- docs/models/accountingpaymentsaddresponse.md
@@ -525,6 +526,7 @@ generatedFiles:
525526
- docs/models/bankaccount2.md
526527
- docs/models/bankaccount2accounttype.md
527528
- docs/models/bankaccountsfilter.md
529+
- docs/models/bankaccountsfilteraccounttype.md
528530
- docs/models/bankaccountsfilterstatus.md
529531
- docs/models/bankaccountssort.md
530532
- docs/models/bankaccounttype.md
@@ -1558,6 +1560,7 @@ generatedFiles:
15581560
- docs/models/productstatus.md
15591561
- docs/models/profitandloss.md
15601562
- docs/models/profitandlossfilter.md
1563+
- docs/models/profitandlossfilteraccountingmethod.md
15611564
- docs/models/profitandlossindicator.md
15621565
- docs/models/profitandlosstype.md
15631566
- docs/models/project.md
@@ -5465,7 +5468,7 @@ examples:
54655468
parameters:
54665469
query:
54675470
pass_through: {"search": "San Francisco"}
5468-
filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123"}
5471+
filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123", "accounting_method": "accrual"}
54695472
raw: false
54705473
header:
54715474
x-apideck-consumer-id: "test-consumer"
@@ -5517,7 +5520,7 @@ examples:
55175520
parameters:
55185521
query:
55195522
raw: false
5520-
filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123"}
5523+
filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123", "accounting_method": "accrual"}
55215524
pass_through: {"search": "San Francisco"}
55225525
fields: "id,updated_at"
55235526
header:
@@ -18208,7 +18211,7 @@ examples:
1820818211
query:
1820918212
raw: false
1821018213
limit: 20
18211-
filter: {"name": "Main Operating", "status": "active"}
18214+
filter: {"name": "Main Operating", "account_type": "checking", "status": "active"}
1821218215
sort: {"by": "updated_at", "direction": "asc"}
1821318216
pass_through: {"search": "San Francisco"}
1821418217
fields: "id,updated_at"
@@ -18271,7 +18274,7 @@ examples:
1827118274
x-apideck-service-id: "salesforce"
1827218275
responses:
1827318276
"200":
18274-
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"}}
18277+
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"}}
1827518278
"400":
1827618279
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"}
1827718280
"401":
@@ -18475,3 +18478,4 @@ examples:
1847518478
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": "Missing Header: x-apideck-consumer-id", "ref": "https://developers.apideck.com/errors#unauthorizederror"}
1847618479
examplesVersion: 1.0.2
1847718480
generatedTests: {}
18481+
releaseNotes: "## Python SDK Changes Detected:\n* `apideck.accounting.balance_sheet.get()`: `request.filter` **Changed**\n* `apideck.accounting.profit_and_loss.get()`: `request.filter` **Changed**\n* `apideck.accounting.bank_accounts.list()`: \n * `request.filter` **Changed**\n * `response.data.[].downstream_id` **Added**\n* `apideck.accounting.bank_accounts.get()`: `response.data.downstream_id` **Added**\n"

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ generation:
2828
generateNewTests: false
2929
skipResponseBodyAssertions: false
3030
python:
31-
version: 0.27.86
31+
version: 0.27.88
3232
additionalDependencies:
3333
dev: {}
3434
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:7943744a97996166cce2f28e896ee04e866d7dc6118f243a930c11f6e8fc0406
6-
sourceBlobDigest: sha256:b426327f78b6ab700ad4e4b02246636b8be9536ae50bcb0e6420def02749458d
5+
sourceRevisionDigest: sha256:ef15e5348a2c102565786ad54b8bfe4344a93ac0bdee20a9046f39122359b929
6+
sourceBlobDigest: sha256:7f6cb30ce3d491aa0ae69c3ec4da9234b860ccfb60bcea974134b575bcdc7e2c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1764162795
10-
- 10.21.18
9+
- speakeasy-sdk-regen-1764201934
10+
- 10.21.19
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:7943744a97996166cce2f28e896ee04e866d7dc6118f243a930c11f6e8fc0406
16-
sourceBlobDigest: sha256:b426327f78b6ab700ad4e4b02246636b8be9536ae50bcb0e6420def02749458d
15+
sourceRevisionDigest: sha256:ef15e5348a2c102565786ad54b8bfe4344a93ac0bdee20a9046f39122359b929
16+
sourceBlobDigest: sha256:7f6cb30ce3d491aa0ae69c3ec4da9234b860ccfb60bcea974134b575bcdc7e2c
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:f6a28933503ccd0ca980974ebff8e9c1bd913dabba9fa9cfcdf3fa842a9d0bf9
18+
codeSamplesRevisionDigest: sha256:f6f10388ceb21081dcd9c65fdfa2db33f500d6724bc25941fa7008d930ce4686
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,4 +988,14 @@ Based on:
988988
### Generated
989989
- [python v0.27.86] .
990990
### Releases
991-
- [PyPI v0.27.86] https://pypi.org/project/apideck-unify/0.27.86 - .
991+
- [PyPI v0.27.86] https://pypi.org/project/apideck-unify/0.27.86 - .
992+
993+
## 2025-11-27 09:04:00
994+
### Changes
995+
Based on:
996+
- OpenAPI Doc
997+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
998+
### Generated
999+
- [python v0.27.88] .
1000+
### Releases
1001+
- [PyPI v0.27.88] https://pypi.org/project/apideck-unify/0.27.88 - .

0 commit comments

Comments
 (0)