Skip to content
Open
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
163 changes: 153 additions & 10 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

5 changes: 4 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 Down
12 changes: 6 additions & 6 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:5f612208e3fe8945b6b001bb0e99d28d203d67feeb1c29ee6cad5bb72d718d2e
sourceBlobDigest: sha256:a7232932fa2090fac1ece86e274439b4223bdcfa7d1ea65f7cd8bdc908ee9883
tags:
- latest
- speakeasy-sdk-regen-1780664707
- speakeasy-sdk-regen-1780908444
- 10.24.40
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:6dba88913734e0f668fc4a3f5d5e08056a1c2a262c63671cf33987880d732fc6
sourceBlobDigest: sha256:20cec00e0883a655242b06dd7ae001907270ad4cfc5c2d4986a9256e99522206
sourceRevisionDigest: sha256:5f612208e3fe8945b6b001bb0e99d28d203d67feeb1c29ee6cad5bb72d718d2e
sourceBlobDigest: sha256:a7232932fa2090fac1ece86e274439b4223bdcfa7d1ea65f7cd8bdc908ee9883
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:b4c5ae4325307a7a8c2133cf42481eaeff43d8100c1ed0deb49e0e052628cc55
codeSamplesRevisionDigest: sha256:bf03949d62bd41459913d0f407de1d5e860601e38a54e5141d980d60dd717f7f
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-09 00:46:34
### 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