Skip to content

Commit 31406be

Browse files
authored
Merge pull request #33 from apideck-libraries/speakeasy-sdk-regen-1744101387
chore: 🐝 Update SDK - Generate 0.10.1
2 parents 563addd + 15a31cb commit 31406be

File tree

378 files changed

+2798
-2942
lines changed

Some content is hidden

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

378 files changed

+2798
-2942
lines changed

.speakeasy/gen.lock

Lines changed: 329 additions & 329 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
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: true
2020
python:
21-
version: 0.10.0
21+
version: 0.10.1
2222
additionalDependencies:
2323
dev: {}
2424
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.528.1
1+
speakeasyVersion: 1.531.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:1454065cbff9fd4d95b8eb37b140a77a3090a31694d3f7f2553330d6f49f8be3
6-
sourceBlobDigest: sha256:f90dd147420dc4f66294825009d501bbd970aa0c862202e40ca82a5e4ea9a842
5+
sourceRevisionDigest: sha256:a1d949f00079636b5a621b20b0d0257e340152123c11e4bd49970bebfb80ac78
6+
sourceBlobDigest: sha256:906b149a050d755018fe4c94262c6d4f38ceab3045fbee0faca173c5344c7cfb
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1743420876
9+
- speakeasy-sdk-regen-1744101387
1010
- 10.14.1
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:1454065cbff9fd4d95b8eb37b140a77a3090a31694d3f7f2553330d6f49f8be3
16-
sourceBlobDigest: sha256:f90dd147420dc4f66294825009d501bbd970aa0c862202e40ca82a5e4ea9a842
15+
sourceRevisionDigest: sha256:a1d949f00079636b5a621b20b0d0257e340152123c11e4bd49970bebfb80ac78
16+
sourceBlobDigest: sha256:906b149a050d755018fe4c94262c6d4f38ceab3045fbee0faca173c5344c7cfb
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:c0fdc3f085a59fd17ef6a4783db4e1858a8d69d8cb43f0b9a9c38dccbf1ec94c
18+
codeSamplesRevisionDigest: sha256:cdf9f27190df71f83569595ba756dba937e801ad21a358c603c153eea9ea4002
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,14 @@ Based on:
168168
### Generated
169169
- [python v0.10.0] .
170170
### Releases
171-
- [PyPI v0.10.0] https://pypi.org/project/apideck-unify/0.10.0 - .
171+
- [PyPI v0.10.0] https://pypi.org/project/apideck-unify/0.10.0 - .
172+
173+
## 2025-04-08 08:36:09
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.531.0 (2.568.2) https://github.com/speakeasy-api/speakeasy
178+
### Generated
179+
- [python v0.10.1] .
180+
### Releases
181+
- [PyPI v0.10.1] https://pypi.org/project/apideck-unify/0.10.1 - .

docs/models/accountingattachmentsuploadrequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `reference_type` | [models.AttachmentReferenceType](../models/attachmentreferencetype.md) | :heavy_check_mark: | The reference type of the document. | invoice |
99
| `reference_id` | *str* | :heavy_check_mark: | The reference id of the object to retrieve. | 12345 |
10-
| `request_body` | *Union[bytes, IO[bytes], io.BufferedReader]* | :heavy_check_mark: | N/A | |
1110
| `raw` | *Optional[bool]* | :heavy_minus_sign: | Include raw response. Mostly used for debugging purposes | |
1211
| `x_apideck_metadata` | *Optional[str]* | :heavy_minus_sign: | Metadata to attach to the attachment file (JSON string) | |
1312
| `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer |
1413
| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |
15-
| `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 |
14+
| `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 |
15+
| `request_body` | *Union[bytes, IO[bytes], io.BufferedReader]* | :heavy_check_mark: | N/A | |

docs/models/accountingbillpaymentsaddrequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
| Field | Type | Required | Description | Example |
77
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `bill_payment` | [models.BillPaymentInput](../models/billpaymentinput.md) | :heavy_check_mark: | N/A | |
98
| `raw` | *Optional[bool]* | :heavy_minus_sign: | Include raw response. Mostly used for debugging purposes | |
109
| `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer |
1110
| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |
12-
| `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 |
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+
| `bill_payment` | [models.BillPaymentInput](../models/billpaymentinput.md) | :heavy_check_mark: | N/A | |

0 commit comments

Comments
 (0)