Skip to content

Commit 8175fb8

Browse files
authored
Merge pull request #135 from apideck-libraries/speakeasy-sdk-regen-1768568153
chore: 🐝 Update SDK - Generate 0.29.0
2 parents e654343 + 364982d commit 8175fb8

127 files changed

Lines changed: 7806 additions & 519 deletions

File tree

Some content is hidden

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

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ generation:
1616
requestResponseComponentNamesFeb2024: true
1717
securityFeb2025: false
1818
sharedErrorComponentsApr2025: false
19+
sharedNestedComponentsJan2026: false
1920
auth:
2021
oAuth2ClientCredentialsEnabled: true
2122
oAuth2PasswordEnabled: true
@@ -27,8 +28,9 @@ generation:
2728
generateTests: true
2829
generateNewTests: false
2930
skipResponseBodyAssertions: false
31+
persistentEdits: {}
3032
python:
31-
version: 0.28.1
33+
version: 0.29.0
3234
additionalDependencies:
3335
dev: {}
3436
main: {}
@@ -40,6 +42,7 @@ python:
4042
- Speakeasy
4143
baseErrorName: ApideckError
4244
clientServerStatusCodesAsErrors: true
45+
constFieldCasing: upper
4346
defaultErrorName: APIError
4447
description: Python Client SDK Generated by Speakeasy.
4548
enableCustomCodeRegions: false
@@ -69,8 +72,10 @@ python:
6972
outputModelSuffix: output
7073
packageManager: poetry
7174
packageName: apideck-unify
75+
preApplyUnionDiscriminators: false
7276
pytestFilterWarnings: []
7377
pytestTimeout: 0
7478
responseFormat: envelope-http
7579
sseFlatResponse: false
7680
templateVersion: v2
81+
useAsyncHooks: false

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:6cac89caec3303b60ccd873ec7cce13b11bccc8a5f73854f99475844d5327050
6-
sourceBlobDigest: sha256:720de94b079bf5552c47cae53ff55d41dae55f0ed52a9bd2c8119132a819b5df
5+
sourceRevisionDigest: sha256:055c03d6c30b45d9794a53f5a559af82f42cf84e7a4c43ef391eacf7b2af351f
6+
sourceBlobDigest: sha256:20503fa105ee3a09b46df31da36be02544d8aadc0d77b9a7602066a82e69990f
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1764264833
10-
- 10.22.0
9+
- speakeasy-sdk-regen-1768568153
10+
- 10.23.10
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:6cac89caec3303b60ccd873ec7cce13b11bccc8a5f73854f99475844d5327050
16-
sourceBlobDigest: sha256:720de94b079bf5552c47cae53ff55d41dae55f0ed52a9bd2c8119132a819b5df
15+
sourceRevisionDigest: sha256:055c03d6c30b45d9794a53f5a559af82f42cf84e7a4c43ef391eacf7b2af351f
16+
sourceBlobDigest: sha256:20503fa105ee3a09b46df31da36be02544d8aadc0d77b9a7602066a82e69990f
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:2c24a354650be92748cd09eaf7306e097a4dcbbae11448efaf6deaa45fa0fe0c
18+
codeSamplesRevisionDigest: sha256:e417c35278c0c620ab72dac7a73cc2b11849d40d7482f0926d7ead0bd3ea359a
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ with Apideck(
625625

626626
#### [file_storage.shared_links](docs/sdks/sharedlinks/README.md)
627627

628-
* [list](docs/sdks/sharedlinks/README.md#list) - List SharedLinks
628+
* [list](docs/sdks/sharedlinks/README.md#list) - List Shared Links
629629
* [create](docs/sdks/sharedlinks/README.md#create) - Create Shared Link
630630
* [get](docs/sdks/sharedlinks/README.md#get) - Get Shared Link
631631
* [update](docs/sdks/sharedlinks/README.md#update) - Update Shared Link

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,4 +1008,14 @@ Based on:
10081008
### Generated
10091009
- [python v0.28.1] .
10101010
### Releases
1011-
- [PyPI v0.28.1] https://pypi.org/project/apideck-unify/0.28.1 - .
1011+
- [PyPI v0.28.1] https://pypi.org/project/apideck-unify/0.28.1 - .
1012+
1013+
## 2026-01-20 10:25:13
1014+
### Changes
1015+
Based on:
1016+
- OpenAPI Doc
1017+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
1018+
### Generated
1019+
- [python v0.29.0] .
1020+
### Releases
1021+
- [PyPI v0.29.0] https://pypi.org/project/apideck-unify/0.29.0 - .

docs/models/accountingbankaccountsonerequest.md

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

docs/models/accountingbillpaymentsallrequest.md

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

docs/models/accountingdepartment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
99
| `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
10+
| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 |
1011
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the department. | Sales |
1112
| `status` | [Optional[models.DepartmentStatus]](../models/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1213
| `subsidiaries` | List[[models.SubsidiaryReference](../models/subsidiaryreference.md)] | :heavy_minus_sign: | N/A | |
1314
| `code` | *Optional[str]* | :heavy_minus_sign: | The code of the department. | 123 |
15+
| `downstream_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 |
1416
| `custom_mappings` | Dict[str, *Any*] | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
1517
| `row_version` | *OptionalNullable[str]* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
1618
| `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 |

docs/models/accountingdepartmentinput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
9+
| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 |
910
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the department. | Sales |
1011
| `status` | [Optional[models.DepartmentStatus]](../models/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1112
| `subsidiaries` | List[[models.SubsidiaryReferenceInput](../models/subsidiaryreferenceinput.md)] | :heavy_minus_sign: | N/A | |

0 commit comments

Comments
 (0)