Skip to content

Commit 44046c7

Browse files
authored
Merge pull request #56 from apideck-libraries/speakeasy-sdk-regen-1753277490
chore: 🐝 Update SDK - Generate 0.21.0
2 parents 7b9df37 + 00ddcdd commit 44046c7

File tree

166 files changed

+6105
-201
lines changed

Some content is hidden

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

166 files changed

+6105
-201
lines changed

.speakeasy/gen.lock

Lines changed: 192 additions & 17 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
python:
27-
version: 0.20.3
27+
version: 0.21.0
2828
additionalDependencies:
2929
dev: {}
3030
main: {}

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.584.0
1+
speakeasyVersion: 1.598.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:ca7ce0b01c1b347efe36b6498e23f4c01215c8c647a73d3c9adcc0b0b6729b93
6-
sourceBlobDigest: sha256:2e503534cc6eedf9339ea0be5bbb3ef198172188d261bfa66abeb39262a75b87
5+
sourceRevisionDigest: sha256:e8f2313e11aff1f4f30661515d28280772c0628ba4a0604839fdb575e87f6e2a
6+
sourceBlobDigest: sha256:f310f6fa6e9b39b1937aaec523aa10f35212c1089b639dd17428786ce1413118
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1753169490
10-
- 10.18.4
9+
- speakeasy-sdk-regen-1753277490
10+
- 10.20.2
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:ca7ce0b01c1b347efe36b6498e23f4c01215c8c647a73d3c9adcc0b0b6729b93
16-
sourceBlobDigest: sha256:2e503534cc6eedf9339ea0be5bbb3ef198172188d261bfa66abeb39262a75b87
15+
sourceRevisionDigest: sha256:e8f2313e11aff1f4f30661515d28280772c0628ba4a0604839fdb575e87f6e2a
16+
sourceBlobDigest: sha256:f310f6fa6e9b39b1937aaec523aa10f35212c1089b639dd17428786ce1413118
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:52b95eaeb3bad5de6a0555a08ed09b72ab8b6fbfed16f11b0bf32f4766dd0fc6
18+
codeSamplesRevisionDigest: sha256:543c13cb36dcd23967bff8dc5ece43c7fc097ca42332b826dce4af6ab8f18a29
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,14 @@ with Apideck(
381381
* [update](docs/sdks/purchaseorders/README.md#update) - Update Purchase Order
382382
* [delete](docs/sdks/purchaseorders/README.md#delete) - Delete Purchase Order
383383

384+
#### [accounting.quotes](docs/sdks/quotes/README.md)
385+
386+
* [list](docs/sdks/quotes/README.md#list) - List Quotes
387+
* [create](docs/sdks/quotes/README.md#create) - Create Quote
388+
* [get](docs/sdks/quotes/README.md#get) - Get Quote
389+
* [update](docs/sdks/quotes/README.md#update) - Update Quote
390+
* [delete](docs/sdks/quotes/README.md#delete) - Delete Quote
391+
384392
#### [accounting.subsidiaries](docs/sdks/subsidiaries/README.md)
385393

386394
* [list](docs/sdks/subsidiaries/README.md#list) - List Subsidiaries

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,14 @@ Based on:
368368
### Generated
369369
- [python v0.20.3] .
370370
### Releases
371-
- [PyPI v0.20.3] https://pypi.org/project/apideck-unify/0.20.3 - .
371+
- [PyPI v0.20.3] https://pypi.org/project/apideck-unify/0.20.3 - .
372+
373+
## 2025-08-06 08:20:41
374+
### Changes
375+
Based on:
376+
- OpenAPI Doc
377+
- Speakeasy CLI 1.598.0 (2.674.1) https://github.com/speakeasy-api/speakeasy
378+
### Generated
379+
- [python v0.21.0] .
380+
### Releases
381+
- [PyPI v0.21.0] https://pypi.org/project/apideck-unify/0.21.0 - .

docs/models/accountingbillpaymentsallrequest.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/models/accountingpaymentsallrequest.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AccountingQuotesAddGlobals
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 |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AccountingQuotesAddRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `raw` | *Optional[bool]* | :heavy_minus_sign: | Include raw response. Mostly used for debugging purposes | |
9+
| `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer |
10+
| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |
11+
| `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 |
12+
| `quote` | [models.QuoteInput](../models/quoteinput.md) | :heavy_check_mark: | N/A | |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AccountingQuotesAddResponse
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+
| `create_quote_response` | [Optional[models.CreateQuoteResponse]](../models/createquoteresponse.md) | :heavy_minus_sign: | Quotes |
10+
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |

0 commit comments

Comments
 (0)