Skip to content

Commit 33d71f5

Browse files
authored
Merge pull request #9 from documenso/speakeasy-sdk-regen-1770164193
chore: 🐝 Update SDK - Generate 0.6.0
2 parents 337348a + 1c73d3a commit 33d71f5

134 files changed

Lines changed: 1021 additions & 3370 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: 232 additions & 443 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ generation:
2424
schemas:
2525
allOfMergeStrategy: shallowMerge
2626
requestBodyFieldName: ""
27+
versioningStrategy: automatic
2728
persistentEdits: {}
2829
tests:
2930
generateTests: true
3031
generateNewTests: false
3132
skipResponseBodyAssertions: false
3233
python:
33-
version: 0.5.1
34+
version: 0.6.0
3435
additionalDependencies:
3536
dev: {}
3637
main: {}
@@ -53,6 +54,7 @@ python:
5354
flattenGlobalSecurity: true
5455
flattenRequests: true
5556
flatteningOrder: parameters-first
57+
forwardCompatibleEnumsByDefault: false
5658
imports:
5759
option: openapi
5860
paths:

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.700.2
1+
speakeasyVersion: 1.708.2
22
sources:
33
documenso-OAS:
44
sourceNamespace: documenso-v-2-beta-api
5-
sourceRevisionDigest: sha256:a8f4317a2f4487951ed4976eed9702a28d094f9e1d8203ab2f82e04b64c93732
6-
sourceBlobDigest: sha256:6d98fbd46da1562a80d37e9a8778a152b99d1a887bd0a0e682b3fb5df86e54ec
5+
sourceRevisionDigest: sha256:e67a76191098517a8f35f6e19c0da9d6c2a68c62ecc84aff8f42146b2b10f751
6+
sourceBlobDigest: sha256:75d5449aadff4a6f58c7af31b9fb170bef57450de48d6046c45769c025f99351
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1766621685
9+
- speakeasy-sdk-regen-1770164193
1010
targets:
1111
documenso:
1212
source: documenso-OAS
1313
sourceNamespace: documenso-v-2-beta-api
14-
sourceRevisionDigest: sha256:a8f4317a2f4487951ed4976eed9702a28d094f9e1d8203ab2f82e04b64c93732
15-
sourceBlobDigest: sha256:6d98fbd46da1562a80d37e9a8778a152b99d1a887bd0a0e682b3fb5df86e54ec
14+
sourceRevisionDigest: sha256:e67a76191098517a8f35f6e19c0da9d6c2a68c62ecc84aff8f42146b2b10f751
15+
sourceBlobDigest: sha256:75d5449aadff4a6f58c7af31b9fb170bef57450de48d6046c45769c025f99351
1616
codeSamplesNamespace: documenso-oas-python-code-samples
17-
codeSamplesRevisionDigest: sha256:d1b32d69d8a65ada57e5cffab45b03b37d6777e5bc549611d82c4021d3c53429
17+
codeSamplesRevisionDigest: sha256:b10d86acdec5ea11aab5031979bd8ec81cda0ede013881e4cd2c7eb451ec6c1f
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

β€ŽREADME-PYPI.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ It's also possible to write a standalone Python script without needing to set up
9191
```python
9292
#!/usr/bin/env -S uv run --script
9393
# /// script
94-
# requires-python = ">=3.9"
94+
# requires-python = ">=3.10"
9595
# dependencies = [
9696
# "documenso_sdk",
9797
# ]
@@ -261,7 +261,7 @@ if __name__ == "__main__":
261261
* [distribute](https://github.com/documenso/sdk-python/blob/master/docs/sdks/documents/README.md#distribute) - Distribute document
262262
* [redistribute](https://github.com/documenso/sdk-python/blob/master/docs/sdks/documents/README.md#redistribute) - Redistribute document
263263
* [download](https://github.com/documenso/sdk-python/blob/master/docs/sdks/documents/README.md#download) - Download document
264-
* [create_v0](https://github.com/documenso/sdk-python/blob/master/docs/sdks/documents/README.md#create_v0) - Create document
264+
* [~~create_v0~~](https://github.com/documenso/sdk-python/blob/master/docs/sdks/documents/README.md#create_v0) - Create document :warning: **Deprecated**
265265

266266
#### [Documents.Attachments](https://github.com/documenso/sdk-python/blob/master/docs/sdks/documentsattachments/README.md)
267267

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ It's also possible to write a standalone Python script without needing to set up
9191
```python
9292
#!/usr/bin/env -S uv run --script
9393
# /// script
94-
# requires-python = ">=3.9"
94+
# requires-python = ">=3.10"
9595
# dependencies = [
9696
# "documenso_sdk",
9797
# ]
@@ -261,7 +261,7 @@ if __name__ == "__main__":
261261
* [distribute](docs/sdks/documents/README.md#distribute) - Distribute document
262262
* [redistribute](docs/sdks/documents/README.md#redistribute) - Redistribute document
263263
* [download](docs/sdks/documents/README.md#download) - Download document
264-
* [create_v0](docs/sdks/documents/README.md#create_v0) - Create document
264+
* [~~create_v0~~](docs/sdks/documents/README.md#create_v0) - Create document :warning: **Deprecated**
265265

266266
#### [Documents.Attachments](docs/sdks/documentsattachments/README.md)
267267

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,14 @@ Based on:
5656
### Generated
5757
- [python v0.5.1] .
5858
### Releases
59-
- [PyPI v0.5.1] https://pypi.org/project/documenso_sdk/0.5.1 - .
59+
- [PyPI v0.5.1] https://pypi.org/project/documenso_sdk/0.5.1 - .
60+
61+
## 2026-02-07 00:17:35
62+
### Changes
63+
Based on:
64+
- OpenAPI Doc
65+
- Speakeasy CLI 1.708.2 (2.811.4) https://github.com/speakeasy-api/speakeasy
66+
### Generated
67+
- [python v0.6.0] .
68+
### Releases
69+
- [PyPI v0.6.0] https://pypi.org/project/documenso_sdk/0.6.0 - .

docs/models/envelopefieldupdatemanydatacheckbox.md renamed to docs/models/datacheckbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EnvelopeFieldUpdateManyDataCheckbox
1+
# DataCheckbox
22

33

44
## Fields

docs/models/envelopefieldupdatemanydatadate.md renamed to docs/models/datadate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EnvelopeFieldUpdateManyDataDate
1+
# DataDate
22

33

44
## Fields

docs/models/envelopefieldupdatemanydatadropdown.md renamed to docs/models/datadropdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EnvelopeFieldUpdateManyDataDropdown
1+
# DataDropdown
22

33

44
## Fields

docs/models/envelopefieldupdatemanydataemail.md renamed to docs/models/dataemail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EnvelopeFieldUpdateManyDataEmail
1+
# DataEmail
22

33

44
## Fields

0 commit comments

Comments
Β (0)