Skip to content

Commit 5bef5a9

Browse files
authored
Merge pull request #12 from apideck-libraries/speakeasy-sdk-regen-1735205015
chore: 🐝 Update SDK - Generate 0.2.2
2 parents 6b40b21 + be43c26 commit 5bef5a9

File tree

741 files changed

+12321
-8454
lines changed

Some content is hidden

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

741 files changed

+12321
-8454
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 57 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
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: true
1818
python:
19-
version: 0.2.1
19+
version: 0.2.2
2020
additionalDependencies:
2121
dev: {}
2222
main: {}

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.460.2
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:2fc1ee80bc21aeafbacc6cde55922ef13bbfa107337f5f345037928ea2ffd3ba
5+
sourceRevisionDigest: sha256:1502614a7d3b43ed6ea53211cfb58c6a57fe0fff147e1107363747ac041c757f
66
sourceBlobDigest: sha256:03aa3f03d2e24bf6177712ca94f5921774712398148d08017b181bb9d27567ad
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1734701621
9+
- speakeasy-sdk-regen-1735205015
1010
- 10.9.0
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:2fc1ee80bc21aeafbacc6cde55922ef13bbfa107337f5f345037928ea2ffd3ba
15+
sourceRevisionDigest: sha256:1502614a7d3b43ed6ea53211cfb58c6a57fe0fff147e1107363747ac041c757f
1616
sourceBlobDigest: sha256:03aa3f03d2e24bf6177712ca94f5921774712398148d08017b181bb9d27567ad
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:00e6ccb48941e9e35de3ea3edccae1e898c9603d5ad21c43bd266ddf72ef3c16
18+
codeSamplesRevisionDigest: sha256:498ec39289b6f3645cfe6c875e3468d9307a43b8fe33de69a8a9985e9c13e08f
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,8 +961,10 @@ with Apideck(
961961
},
962962
], server_url="https://upload.apideck.com")
963963

964+
assert res.create_upload_session_response is not None
965+
964966
# Handle response
965-
print(res)
967+
print(res.create_upload_session_response)
966968

967969
```
968970
<!-- End Server Selection [server] -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ Based on:
1818
### Generated
1919
- [python v0.2.1] .
2020
### Releases
21-
- [PyPI v0.2.1] https://pypi.org/project/apideck-unify/0.2.1 - .
21+
- [PyPI v0.2.1] https://pypi.org/project/apideck-unify/0.2.1 - .
22+
23+
## 2024-12-26 09:23:31
24+
### Changes
25+
Based on:
26+
- OpenAPI Doc
27+
- Speakeasy CLI 1.460.2 (2.484.0) https://github.com/speakeasy-api/speakeasy
28+
### Generated
29+
- [python v0.2.2] .
30+
### Releases
31+
- [PyPI v0.2.2] https://pypi.org/project/apideck-unify/0.2.2 - .
Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# AccountingAgedCreditorsOneResponse
22

33

4-
## Supported Types
5-
6-
### `models.GetAgedCreditorsResponse`
7-
8-
```python
9-
value: models.GetAgedCreditorsResponse = /* values here */
10-
```
11-
12-
### `models.UnexpectedErrorResponse`
13-
14-
```python
15-
value: models.UnexpectedErrorResponse = /* values here */
16-
```
4+
## Fields
175

6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
8+
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
9+
| `get_aged_creditors_response` | [Optional[models.GetAgedCreditorsResponse]](../models/getagedcreditorsresponse.md) | :heavy_minus_sign: | Aged Creditors |
10+
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |
Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# AccountingAgedDebtorsOneResponse
22

33

4-
## Supported Types
5-
6-
### `models.GetAgedDebtorsResponse`
7-
8-
```python
9-
value: models.GetAgedDebtorsResponse = /* values here */
10-
```
11-
12-
### `models.UnexpectedErrorResponse`
13-
14-
```python
15-
value: models.UnexpectedErrorResponse = /* values here */
16-
```
4+
## Fields
175

6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
8+
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
9+
| `get_aged_debtors_response` | [Optional[models.GetAgedDebtorsResponse]](../models/getageddebtorsresponse.md) | :heavy_minus_sign: | Aged Debtors |
10+
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |

docs/models/accountingattachmentsallresponse.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
8-
| `result` | [models.AccountingAttachmentsAllResponseResult](../models/accountingattachmentsallresponseresult.md) | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
8+
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
9+
| `get_attachments_response` | [Optional[models.GetAttachmentsResponse]](../models/getattachmentsresponse.md) | :heavy_minus_sign: | Attachments |
10+
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |

docs/models/accountingattachmentsallresponseresult.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# AccountingAttachmentsDeleteResponse
22

33

4-
## Supported Types
5-
6-
### `models.DeleteAttachmentResponse`
7-
8-
```python
9-
value: models.DeleteAttachmentResponse = /* values here */
10-
```
11-
12-
### `models.UnexpectedErrorResponse`
13-
14-
```python
15-
value: models.UnexpectedErrorResponse = /* values here */
16-
```
4+
## Fields
175

6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
8+
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
9+
| `delete_attachment_response` | [Optional[models.DeleteAttachmentResponse]](../models/deleteattachmentresponse.md) | :heavy_minus_sign: | Attachments |
10+
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |
Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# AccountingAttachmentsDownloadResponse
22

33

4-
## Supported Types
5-
6-
### `httpx.Response`
7-
8-
```python
9-
value: httpx.Response = /* values here */
10-
```
11-
12-
### `models.UnexpectedErrorResponse`
13-
14-
```python
15-
value: models.UnexpectedErrorResponse = /* values here */
16-
```
4+
## Fields
175

6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
8+
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
9+
| `get_attachment_download_response` | *Optional[httpx.Response]* | :heavy_minus_sign: | Attachment Download |
10+
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |
Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# AccountingAttachmentsOneResponse
22

33

4-
## Supported Types
5-
6-
### `models.GetAttachmentResponse`
7-
8-
```python
9-
value: models.GetAttachmentResponse = /* values here */
10-
```
11-
12-
### `models.UnexpectedErrorResponse`
13-
14-
```python
15-
value: models.UnexpectedErrorResponse = /* values here */
16-
```
4+
## Fields
175

6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
8+
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
9+
| `get_attachment_response` | [Optional[models.GetAttachmentResponse]](../models/getattachmentresponse.md) | :heavy_minus_sign: | Attachments |
10+
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |
Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# AccountingBalanceSheetOneResponse
22

33

4-
## Supported Types
5-
6-
### `models.GetBalanceSheetResponse`
7-
8-
```python
9-
value: models.GetBalanceSheetResponse = /* values here */
10-
```
11-
12-
### `models.UnexpectedErrorResponse`
13-
14-
```python
15-
value: models.UnexpectedErrorResponse = /* values here */
16-
```
4+
## Fields
175

6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
8+
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
9+
| `get_balance_sheet_response` | [Optional[models.GetBalanceSheetResponse]](../models/getbalancesheetresponse.md) | :heavy_minus_sign: | BalanceSheet |
10+
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |
Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# AccountingBillPaymentsAddResponse
22

33

4-
## Supported Types
5-
6-
### `models.CreateBillPaymentResponse`
7-
8-
```python
9-
value: models.CreateBillPaymentResponse = /* values here */
10-
```
11-
12-
### `models.UnexpectedErrorResponse`
13-
14-
```python
15-
value: models.UnexpectedErrorResponse = /* values here */
16-
```
4+
## Fields
175

6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
8+
| `http_meta` | [models.HTTPMetadata](../models/httpmetadata.md) | :heavy_check_mark: | N/A |
9+
| `create_bill_payment_response` | [Optional[models.CreateBillPaymentResponse]](../models/createbillpaymentresponse.md) | :heavy_minus_sign: | Bill Payment created |
10+
| `unexpected_error_response` | [Optional[models.UnexpectedErrorResponse]](../models/unexpectederrorresponse.md) | :heavy_minus_sign: | Unexpected error |

0 commit comments

Comments
 (0)