Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
management:
docChecksum: 61df122cba17c214e57e21a31256463e
docVersion: 10.21.18
docChecksum: 931d63edaff2267943df0de38e5fa2ad
docVersion: 10.21.19
speakeasyVersion: 1.656.1
generationVersion: 2.753.1
releaseVersion: 0.27.86
configChecksum: 7919bdb35bb8fe074c0b4973c2144f4d
releaseVersion: 0.27.88
configChecksum: e5678354c0361164e8aab420971d241a
repoURL: https://github.com/apideck-libraries/sdk-python.git
installationURL: https://github.com/apideck-libraries/sdk-python.git
published: true
Expand Down Expand Up @@ -305,6 +305,7 @@ generatedFiles:
- docs/models/accountinglocationsupdateglobals.md
- docs/models/accountinglocationsupdaterequest.md
- docs/models/accountinglocationsupdateresponse.md
- docs/models/accountingmethod.md
- docs/models/accountingpaymentsaddglobals.md
- docs/models/accountingpaymentsaddrequest.md
- docs/models/accountingpaymentsaddresponse.md
Expand Down Expand Up @@ -525,6 +526,7 @@ generatedFiles:
- docs/models/bankaccount2.md
- docs/models/bankaccount2accounttype.md
- docs/models/bankaccountsfilter.md
- docs/models/bankaccountsfilteraccounttype.md
- docs/models/bankaccountsfilterstatus.md
- docs/models/bankaccountssort.md
- docs/models/bankaccounttype.md
Expand Down Expand Up @@ -1558,6 +1560,7 @@ generatedFiles:
- docs/models/productstatus.md
- docs/models/profitandloss.md
- docs/models/profitandlossfilter.md
- docs/models/profitandlossfilteraccountingmethod.md
- docs/models/profitandlossindicator.md
- docs/models/profitandlosstype.md
- docs/models/project.md
Expand Down Expand Up @@ -5465,7 +5468,7 @@ examples:
parameters:
query:
pass_through: {"search": "San Francisco"}
filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123"}
filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123", "accounting_method": "accrual"}
raw: false
header:
x-apideck-consumer-id: "test-consumer"
Expand Down Expand Up @@ -5517,7 +5520,7 @@ examples:
parameters:
query:
raw: false
filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123"}
filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123", "accounting_method": "accrual"}
pass_through: {"search": "San Francisco"}
fields: "id,updated_at"
header:
Expand Down Expand Up @@ -18208,7 +18211,7 @@ examples:
query:
raw: false
limit: 20
filter: {"name": "Main Operating", "status": "active"}
filter: {"name": "Main Operating", "account_type": "checking", "status": "active"}
sort: {"by": "updated_at", "direction": "asc"}
pass_through: {"search": "San Francisco"}
fields: "id,updated_at"
Expand Down Expand Up @@ -18271,7 +18274,7 @@ examples:
x-apideck-service-id: "salesforce"
responses:
"200":
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"}}
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"}}
"400":
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"}
"401":
Expand Down Expand Up @@ -18475,3 +18478,4 @@ examples:
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"}
examplesVersion: 1.0.2
generatedTests: {}
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"
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.27.86
version: 0.27.88
additionalDependencies:
dev: {}
main: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:7943744a97996166cce2f28e896ee04e866d7dc6118f243a930c11f6e8fc0406
sourceBlobDigest: sha256:b426327f78b6ab700ad4e4b02246636b8be9536ae50bcb0e6420def02749458d
sourceRevisionDigest: sha256:ef15e5348a2c102565786ad54b8bfe4344a93ac0bdee20a9046f39122359b929
sourceBlobDigest: sha256:7f6cb30ce3d491aa0ae69c3ec4da9234b860ccfb60bcea974134b575bcdc7e2c
tags:
- latest
- speakeasy-sdk-regen-1764162795
- 10.21.18
- speakeasy-sdk-regen-1764201934
- 10.21.19
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:7943744a97996166cce2f28e896ee04e866d7dc6118f243a930c11f6e8fc0406
sourceBlobDigest: sha256:b426327f78b6ab700ad4e4b02246636b8be9536ae50bcb0e6420def02749458d
sourceRevisionDigest: sha256:ef15e5348a2c102565786ad54b8bfe4344a93ac0bdee20a9046f39122359b929
sourceBlobDigest: sha256:7f6cb30ce3d491aa0ae69c3ec4da9234b860ccfb60bcea974134b575bcdc7e2c
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:f6a28933503ccd0ca980974ebff8e9c1bd913dabba9fa9cfcdf3fa842a9d0bf9
codeSamplesRevisionDigest: sha256:f6f10388ceb21081dcd9c65fdfa2db33f500d6724bc25941fa7008d930ce4686
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -988,4 +988,14 @@ Based on:
### Generated
- [python v0.27.86] .
### Releases
- [PyPI v0.27.86] https://pypi.org/project/apideck-unify/0.27.86 - .
- [PyPI v0.27.86] https://pypi.org/project/apideck-unify/0.27.86 - .

## 2025-11-27 09:04:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.27.88] .
### Releases
- [PyPI v0.27.88] https://pypi.org/project/apideck-unify/0.27.88 - .
Loading
Loading