Skip to content

Commit a1652c5

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.31.20 (#169)
* ## Python SDK Changes Detected: * `apideck.accounting.general_ledger_transactions.list()`: **Added** * `apideck.accounting.general_ledger_transactions.get()`: **Added** * `apideck.accounting.bills.list()`: `request.filter` **Changed** * `apideck.accounting.invoices.list()`: `request.filter` **Changed** * `apideck.accounting.ledger_accounts.list()`: `request.filter` **Changed** * `apideck.accounting.invoice_items.list()`: `request.filter` **Changed** * `apideck.accounting.credit_notes.list()`: `request.filter` **Changed** * `apideck.accounting.customers.list()`: `request.filter` **Changed** * `apideck.accounting.suppliers.list()`: `request.filter` **Changed** * `apideck.accounting.payments.list()`: `request.filter` **Changed** * `apideck.accounting.journal_entries.list()`: `request.filter` **Changed** * `apideck.accounting.purchase_orders.list()`: `request.filter` **Changed** * `apideck.accounting.bill_payments.list()`: `request.filter` **Changed** * `apideck.accounting.quotes.list()`: `request.filter` **Added** * `apideck.accounting.projects.list()`: `request.filter` **Changed** * `apideck.accounting.expense_reports.list()`: `request.filter` **Changed** * `apideck.vault.connections.list()`: `response.data.[].last_downstream_error_at` **Added** * `apideck.vault.connections.get()`: `response.data.last_downstream_error_at` **Added** * `apideck.vault.connections.update()`: `response.data.last_downstream_error_at` **Added** * `apideck.vault.connections.imports()`: `response.data.last_downstream_error_at` **Added** * `apideck.vault.connections.token()`: `response.data.last_downstream_error_at` **Added** * `apideck.vault.connection_settings.list()`: `response.data.last_downstream_error_at` **Added** * `apideck.vault.connection_settings.update()`: `response.data.last_downstream_error_at` **Added** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent f65eb84 commit a1652c5

73 files changed

Lines changed: 2839 additions & 215 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 289 additions & 119 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ generation:
3232
persistentEdits: {}
3333
versioningStrategy: automatic
3434
python:
35-
version: 0.31.19
35+
version: 0.31.20
3636
additionalDependencies:
3737
dev: {}
3838
main: {}
@@ -51,6 +51,9 @@ python:
5151
enableCustomCodeRegions: false
5252
enumFormat: enum
5353
envVarPrefix: APIDECK
54+
eventStreamClassNames:
55+
async: EventStreamAsync
56+
sync: EventStream
5457
fixFlags:
5558
responseRequiredSep2024: true
5659
flattenGlobalSecurity: true
@@ -68,6 +71,7 @@ python:
6871
webhooks: ""
6972
inferUnionDiscriminators: true
7073
inputModelSuffix: input
74+
inputTypedDictSuffix: TypedDict
7175
legacyPyright: true
7276
license: ""
7377
maxMethodParams: 999

β€Ž.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:6dba88913734e0f668fc4a3f5d5e08056a1c2a262c63671cf33987880d732fc6
6-
sourceBlobDigest: sha256:20cec00e0883a655242b06dd7ae001907270ad4cfc5c2d4986a9256e99522206
5+
sourceRevisionDigest: sha256:e7c2c70ab45bb54d5ff0c59de327218abb76e4295cfbcf4b5650a7c2e4e86e84
6+
sourceBlobDigest: sha256:911ac830029b5ce8d00b601bf4e98144a8138cd5b8394a280ed5ccd9773a307b
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1780664707
10-
- 10.24.40
9+
- speakeasy-sdk-regen-1780908444
10+
- 10.24.43
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:6dba88913734e0f668fc4a3f5d5e08056a1c2a262c63671cf33987880d732fc6
16-
sourceBlobDigest: sha256:20cec00e0883a655242b06dd7ae001907270ad4cfc5c2d4986a9256e99522206
15+
sourceRevisionDigest: sha256:e7c2c70ab45bb54d5ff0c59de327218abb76e4295cfbcf4b5650a7c2e4e86e84
16+
sourceBlobDigest: sha256:911ac830029b5ce8d00b601bf4e98144a8138cd5b8394a280ed5ccd9773a307b
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:b4c5ae4325307a7a8c2133cf42481eaeff43d8100c1ed0deb49e0e052628cc55
18+
codeSamplesRevisionDigest: sha256:96bca3ed8134f7c314cfb11554d0520de981d3552251f114d279b9516890876e
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,11 @@ with Apideck(
363363
* [update](docs/sdks/expenses/README.md#update) - Update Expense
364364
* [delete](docs/sdks/expenses/README.md#delete) - Delete Expense
365365

366+
#### [accounting.general_ledger_transactions](docs/sdks/generalledgertransactions/README.md)
367+
368+
* [list](docs/sdks/generalledgertransactions/README.md#list) - List General Ledger Transactions
369+
* [get](docs/sdks/generalledgertransactions/README.md#get) - Get General Ledger Transaction
370+
366371
#### [accounting.invoice_items](docs/sdks/invoiceitems/README.md)
367372

368373
* [list](docs/sdks/invoiceitems/README.md#list) - List Invoice Items
@@ -1067,7 +1072,7 @@ with Apideck(
10671072

10681073

10691074
**Inherit from [`ApideckError`](./src/apideck_unify/models/apideckerror.py)**:
1070-
* [`Unauthorized`](./src/apideck_unify/models/unauthorized.py): Unauthorized. Status code `401`. Applicable to 6 of 335 methods.*
1075+
* [`Unauthorized`](./src/apideck_unify/models/unauthorized.py): Unauthorized. Status code `401`. Applicable to 6 of 337 methods.*
10711076
* [`ResponseValidationError`](./src/apideck_unify/models/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
10721077

10731078
</details>

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,4 +1258,14 @@ Based on:
12581258
### Generated
12591259
- [python v0.31.19] .
12601260
### Releases
1261-
- [PyPI v0.31.19] https://pypi.org/project/apideck-unify/0.31.19 - .
1261+
- [PyPI v0.31.19] https://pypi.org/project/apideck-unify/0.31.19 - .
1262+
1263+
## 2026-06-12 12:01:54
1264+
### Changes
1265+
Based on:
1266+
- OpenAPI Doc
1267+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
1268+
### Generated
1269+
- [python v0.31.20] .
1270+
### Releases
1271+
- [PyPI v0.31.20] https://pypi.org/project/apideck-unify/0.31.20 - .
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AccountingGeneralLedgerTransactionsAllGlobals
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
8+
| `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer |
9+
| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |

β€Ždocs/models/accountinggeneralledgertransactionsallrequest.mdβ€Ž

Lines changed: 18 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AccountingGeneralLedgerTransactionsAllResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
8+
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
9+
| `get_general_ledger_transactions_response` | [Optional[models.GetGeneralLedgerTransactionsResponse]](../models/getgeneralledgertransactionsresponse.md) | :heavy_minus_sign: | GeneralLedgerTransactions |
10+
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AccountingGeneralLedgerTransactionsOneGlobals
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
8+
| `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer |
9+
| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |

0 commit comments

Comments
Β (0)