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
408 changes: 289 additions & 119 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generation:
persistentEdits: {}
versioningStrategy: automatic
python:
version: 0.31.19
version: 0.31.20
additionalDependencies:
dev: {}
main: {}
Expand All @@ -51,6 +51,9 @@ python:
enableCustomCodeRegions: false
enumFormat: enum
envVarPrefix: APIDECK
eventStreamClassNames:
async: EventStreamAsync
sync: EventStream
fixFlags:
responseRequiredSep2024: true
flattenGlobalSecurity: true
Expand All @@ -68,6 +71,7 @@ python:
webhooks: ""
inferUnionDiscriminators: true
inputModelSuffix: input
inputTypedDictSuffix: TypedDict
legacyPyright: true
license: ""
maxMethodParams: 999
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:6dba88913734e0f668fc4a3f5d5e08056a1c2a262c63671cf33987880d732fc6
sourceBlobDigest: sha256:20cec00e0883a655242b06dd7ae001907270ad4cfc5c2d4986a9256e99522206
sourceRevisionDigest: sha256:e7c2c70ab45bb54d5ff0c59de327218abb76e4295cfbcf4b5650a7c2e4e86e84
sourceBlobDigest: sha256:911ac830029b5ce8d00b601bf4e98144a8138cd5b8394a280ed5ccd9773a307b
tags:
- latest
- speakeasy-sdk-regen-1780664707
- 10.24.40
- speakeasy-sdk-regen-1780908444
- 10.24.43
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:6dba88913734e0f668fc4a3f5d5e08056a1c2a262c63671cf33987880d732fc6
sourceBlobDigest: sha256:20cec00e0883a655242b06dd7ae001907270ad4cfc5c2d4986a9256e99522206
sourceRevisionDigest: sha256:e7c2c70ab45bb54d5ff0c59de327218abb76e4295cfbcf4b5650a7c2e4e86e84
sourceBlobDigest: sha256:911ac830029b5ce8d00b601bf4e98144a8138cd5b8394a280ed5ccd9773a307b
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:b4c5ae4325307a7a8c2133cf42481eaeff43d8100c1ed0deb49e0e052628cc55
codeSamplesRevisionDigest: sha256:96bca3ed8134f7c314cfb11554d0520de981d3552251f114d279b9516890876e
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,11 @@ with Apideck(
* [update](docs/sdks/expenses/README.md#update) - Update Expense
* [delete](docs/sdks/expenses/README.md#delete) - Delete Expense

#### [accounting.general_ledger_transactions](docs/sdks/generalledgertransactions/README.md)

* [list](docs/sdks/generalledgertransactions/README.md#list) - List General Ledger Transactions
* [get](docs/sdks/generalledgertransactions/README.md#get) - Get General Ledger Transaction

#### [accounting.invoice_items](docs/sdks/invoiceitems/README.md)

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


**Inherit from [`ApideckError`](./src/apideck_unify/models/apideckerror.py)**:
* [`Unauthorized`](./src/apideck_unify/models/unauthorized.py): Unauthorized. Status code `401`. Applicable to 6 of 335 methods.*
* [`Unauthorized`](./src/apideck_unify/models/unauthorized.py): Unauthorized. Status code `401`. Applicable to 6 of 337 methods.*
* [`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.

</details>
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1258,4 +1258,14 @@ Based on:
### Generated
- [python v0.31.19] .
### Releases
- [PyPI v0.31.19] https://pypi.org/project/apideck-unify/0.31.19 - .
- [PyPI v0.31.19] https://pypi.org/project/apideck-unify/0.31.19 - .

## 2026-06-12 12:01:54
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.31.20] .
### Releases
- [PyPI v0.31.20] https://pypi.org/project/apideck-unify/0.31.20 - .
9 changes: 9 additions & 0 deletions docs/models/accountinggeneralledgertransactionsallglobals.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AccountingGeneralLedgerTransactionsAllGlobals


## Fields

| Field | Type | Required | Description | Example |
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
| `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer |
| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |
18 changes: 18 additions & 0 deletions docs/models/accountinggeneralledgertransactionsallrequest.md

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/models/accountinggeneralledgertransactionsallresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# AccountingGeneralLedgerTransactionsAllResponse


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
| `get_general_ledger_transactions_response` | [Optional[models.GetGeneralLedgerTransactionsResponse]](../models/getgeneralledgertransactionsresponse.md) | :heavy_minus_sign: | GeneralLedgerTransactions |
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |
9 changes: 9 additions & 0 deletions docs/models/accountinggeneralledgertransactionsoneglobals.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AccountingGeneralLedgerTransactionsOneGlobals


## Fields

| Field | Type | Required | Description | Example |
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
| `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer |
| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |
Loading