Skip to content

Commit 6a58198

Browse files
authored
Merge pull request #7 from apideck-libraries/speakeasy-sdk-regen-1744101202
chore: 🐝 Update SDK - Generate 0.11.1
2 parents c27d9b0 + e3c0707 commit 6a58198

File tree

179 files changed

+2049
-2153
lines changed

Some content is hidden

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

179 files changed

+2049
-2153
lines changed

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.528.1
1+
speakeasyVersion: 1.531.0
22
sources:
33
accounting:
44
sourceNamespace: apideck-accounting-only-oas
5-
sourceRevisionDigest: sha256:9fa89cb76f10fb8a977ac01fb6acf30cb04d28bb18046382ea257be6bd2dfa1a
6-
sourceBlobDigest: sha256:85a648d880e8850031a6e24eb08760b22c9d8d2004fdbd202cfff20f9f1fb72d
5+
sourceRevisionDigest: sha256:24096027786c0e55d8ccb1c632949cd2050402fc9ee0a514d894e74f3895efa9
6+
sourceBlobDigest: sha256:4200436bc7e18e263494800f3af3b5008fe47ccec5503b543fd27b62fed59ca6
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1743552304
9+
- speakeasy-sdk-regen-1744101202
1010
- 10.14.1
1111
lending:
1212
sourceNamespace: lending
@@ -19,10 +19,10 @@ targets:
1919
accounting-py:
2020
source: accounting
2121
sourceNamespace: apideck-accounting-only-oas
22-
sourceRevisionDigest: sha256:9fa89cb76f10fb8a977ac01fb6acf30cb04d28bb18046382ea257be6bd2dfa1a
23-
sourceBlobDigest: sha256:85a648d880e8850031a6e24eb08760b22c9d8d2004fdbd202cfff20f9f1fb72d
22+
sourceRevisionDigest: sha256:24096027786c0e55d8ccb1c632949cd2050402fc9ee0a514d894e74f3895efa9
23+
sourceBlobDigest: sha256:4200436bc7e18e263494800f3af3b5008fe47ccec5503b543fd27b62fed59ca6
2424
codeSamplesNamespace: apideck-accounting-only-oas-python-code-samples
25-
codeSamplesRevisionDigest: sha256:59b10e4d5c539e934aa67b0a0fecd59662c60536aad300e3c320c43d71b7a028
25+
codeSamplesRevisionDigest: sha256:cb5f6fecd0bbf7448f144e3f10e291095e2558c5dea729067e4500680b413905
2626
accounting-ts:
2727
source: accounting
2828
sourceNamespace: accounting

accounting/.speakeasy/gen.lock

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

accounting/.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.11.0
21+
version: 0.11.1
2222
additionalDependencies:
2323
dev: {}
2424
main: {}

accounting/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@ Based on:
2828
### Generated
2929
- [python v0.11.0] accounting
3030
### Releases
31-
- [PyPI v0.11.0] https://pypi.org/project/apideck-accounting-unify/0.11.0 - accounting
31+
- [PyPI v0.11.0] https://pypi.org/project/apideck-accounting-unify/0.11.0 - accounting
32+
33+
## 2025-04-08 08:33:06
34+
### Changes
35+
Based on:
36+
- OpenAPI Doc
37+
- Speakeasy CLI 1.531.0 (2.568.2) https://github.com/speakeasy-api/speakeasy
38+
### Generated
39+
- [python v0.11.1] accounting
40+
### Releases
41+
- [PyPI v0.11.1] https://pypi.org/project/apideck-accounting-unify/0.11.1 - accounting

accounting/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 | |

accounting/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)