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
304 changes: 287 additions & 17 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:81870849f1f55ca750084f43449f245a94e32198e39816d738fa6b13ce9ddfb2
sourceBlobDigest: sha256:c33c848943024ff1f33c3b683468e1194fdb180a97e7ac9e293a5003548b76b0
tags:
- latest
- speakeasy-sdk-regen-1786010008
- 10.32.0
- speakeasy-sdk-regen-1786072582
- 10.34.0
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:76683a9f95b9f0f17e568c32509b42f8258c05e93690eaf75bd29dde069d8e98
sourceBlobDigest: sha256:627caaeba3ccaac43cdc59d8aed1dfefe8f9e14e5ec4301dc8d2147d625e988c
sourceRevisionDigest: sha256:81870849f1f55ca750084f43449f245a94e32198e39816d738fa6b13ce9ddfb2
sourceBlobDigest: sha256:c33c848943024ff1f33c3b683468e1194fdb180a97e7ac9e293a5003548b76b0
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:d198e0f3062e34870b64da3e077e725dcace0710f0b52e06481b673d27e81ceb
codeSamplesRevisionDigest: sha256:1cde0b4548ef8fe1fe06c4b23c88ea187e4accd32f8fd53daaf2906370f86a13
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,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 +1090,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 346 methods.*
* [`ConflictResponse`](./src/apideck_unify/models/conflictresponse.py): Conflict β€” a connection already exists for the target connector. Status code `409`. Applicable to 1 of 346 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-08 00:18:19
### 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 - .
9 changes: 9 additions & 0 deletions docs/models/accountingsalesreceiptsaddglobals.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AccountingSalesReceiptsAddGlobals


## 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 |
13 changes: 13 additions & 0 deletions docs/models/accountingsalesreceiptsaddrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# AccountingSalesReceiptsAddRequest


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `raw` | *Optional[bool]* | :heavy_minus_sign: | Include raw response. Mostly used for debugging purposes | |
| `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 |
| `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce |
| `company_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the company to scope requests to. For connectors that support multi-company, this overrides the default company configured in connection settings. | 12345 |
| `sales_receipt` | [models.SalesReceiptInput](../models/salesreceiptinput.md) | :heavy_check_mark: | N/A | |
10 changes: 10 additions & 0 deletions docs/models/accountingsalesreceiptsaddresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# AccountingSalesReceiptsAddResponse


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
| `create_sales_receipt_response` | [Optional[models.CreateSalesReceiptResponse]](../models/createsalesreceiptresponse.md) | :heavy_minus_sign: | SalesReceipt created |
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |
9 changes: 9 additions & 0 deletions docs/models/accountingsalesreceiptsallglobals.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AccountingSalesReceiptsAllGlobals


## 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