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
663 changes: 589 additions & 74 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 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.36.0
version: 0.37.0
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:76683a9f95b9f0f17e568c32509b42f8258c05e93690eaf75bd29dde069d8e98
sourceBlobDigest: sha256:627caaeba3ccaac43cdc59d8aed1dfefe8f9e14e5ec4301dc8d2147d625e988c
sourceRevisionDigest: sha256:1ffe20d7e2f57a61fb6214a180c3d2b02a1f382fef19fad6c16b3ec1723c8a09
sourceBlobDigest: sha256:2ee36308da04122ec3af762481120010dda1373ec4d955ac8316a1321234ce30
tags:
- latest
- speakeasy-sdk-regen-1786010008
- 10.32.0
- speakeasy-sdk-regen-1786387580
- 10.38.0
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:76683a9f95b9f0f17e568c32509b42f8258c05e93690eaf75bd29dde069d8e98
sourceBlobDigest: sha256:627caaeba3ccaac43cdc59d8aed1dfefe8f9e14e5ec4301dc8d2147d625e988c
sourceRevisionDigest: sha256:1ffe20d7e2f57a61fb6214a180c3d2b02a1f382fef19fad6c16b3ec1723c8a09
sourceBlobDigest: sha256:2ee36308da04122ec3af762481120010dda1373ec4d955ac8316a1321234ce30
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:d198e0f3062e34870b64da3e077e725dcace0710f0b52e06481b673d27e81ceb
codeSamplesRevisionDigest: sha256:ae70d500185e3e449ef31de2142af64e7dc3ccaf9b7b1e5349e7be6b9511625f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,14 @@ with Apideck(
* [update](docs/sdks/locations/README.md#update) - Update Location
* [delete](docs/sdks/locations/README.md#delete) - Delete Location

#### [accounting.payment_methods](docs/sdks/paymentmethods/README.md)

* [list](docs/sdks/paymentmethods/README.md#list) - List Payment Methods
* [create](docs/sdks/paymentmethods/README.md#create) - Create Payment Method
* [get](docs/sdks/paymentmethods/README.md#get) - Get Payment Method
* [update](docs/sdks/paymentmethods/README.md#update) - Update Payment Method
* [delete](docs/sdks/paymentmethods/README.md#delete) - Delete Payment Method

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

* [list](docs/sdks/payments/README.md#list) - List Payments
Expand Down Expand Up @@ -452,6 +460,14 @@ with Apideck(
* [update](docs/sdks/refunds/README.md#update) - Update Refund
* [delete](docs/sdks/refunds/README.md#delete) - Delete Refund

#### [accounting.sales_receipts](docs/sdks/salesreceipts/README.md)

* [list](docs/sdks/salesreceipts/README.md#list) - List Sales Receipts
* [create](docs/sdks/salesreceipts/README.md#create) - Create Sales Receipt
* [get](docs/sdks/salesreceipts/README.md#get) - Get Sales Receipt
* [update](docs/sdks/salesreceipts/README.md#update) - Update Sales Receipt
* [delete](docs/sdks/salesreceipts/README.md#delete) - Delete Sales Receipt

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

* [list](docs/sdks/subsidiaries/README.md#list) - List Subsidiaries
Expand Down Expand Up @@ -1082,8 +1098,8 @@ 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 341 methods.*
* [`ConflictResponse`](./src/apideck_unify/models/conflictresponse.py): Conflict — a connection already exists for the target connector. Status code `409`. Applicable to 1 of 341 methods.*
* [`Unauthorized`](./src/apideck_unify/models/unauthorized.py): Unauthorized. Status code `401`. Applicable to 6 of 351 methods.*
* [`ConflictResponse`](./src/apideck_unify/models/conflictresponse.py): Conflict — a connection already exists for the target connector. Status code `409`. Applicable to 1 of 351 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 @@ -1458,4 +1458,14 @@ Based on:
### Generated
- [python v0.36.0] .
### Releases
- [PyPI v0.36.0] https://pypi.org/project/apideck-unify/0.36.0 - .
- [PyPI v0.36.0] https://pypi.org/project/apideck-unify/0.36.0 - .

## 2026-08-13 00:24:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.37.0] .
### Releases
- [PyPI v0.37.0] https://pypi.org/project/apideck-unify/0.37.0 - .
3 changes: 2 additions & 1 deletion docs/models/accountingattachmentsdownloadrequest.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/models/accountingattachmentsdownloadresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
| `get_attachment_download_response` | *Optional[httpx.Response]* | :heavy_minus_sign: | Attachment Download |
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
| `get_attachment_download_response` | *Optional[httpx.Response]* | :heavy_minus_sign: | Attachment Download. When the request includes `x-apideck-follow-redirects: false` and the download would otherwise redirect to a presigned URL, the response body is instead an `application/json` object `{ url, expires_at }` — fetch `url` explicitly (without the Authorization header) to retrieve the attachment. |
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |
Loading