Skip to content

Commit ce0f651

Browse files
authored
Merge pull request #6 from documenso/speakeasy-sdk-regen-1761013204
2 parents 8f8af25 + 9ff024b commit ce0f651

File tree

2,428 files changed

+79691
-12962
lines changed

Some content is hidden

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

2,428 files changed

+79691
-12962
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.env
2+
.env.local
13
**/__pycache__/
24
**/.speakeasy/temp/
35
**/.speakeasy/logs/

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,23 @@ generation:
1919
auth:
2020
oAuth2ClientCredentialsEnabled: false
2121
oAuth2PasswordEnabled: false
22+
hoistGlobalSecurity: true
23+
schemas:
24+
allOfMergeStrategy: shallowMerge
25+
requestBodyFieldName: ""
2226
tests:
2327
generateTests: true
2428
generateNewTests: false
2529
skipResponseBodyAssertions: false
2630
python:
27-
version: 0.3.0
31+
version: 0.4.0
2832
additionalDependencies:
2933
dev: {}
3034
main: {}
3135
allowedRedefinedBuiltins:
3236
- id
3337
- object
38+
asyncMode: both
3439
authors:
3540
- Speakeasy
3641
baseErrorName: DocumensoError
@@ -54,6 +59,7 @@ python:
5459
shared: ""
5560
webhooks: ""
5661
inputModelSuffix: input
62+
legacyPyright: true
5763
maxMethodParams: 999
5864
methodArguments: infer-optional-args
5965
moduleName: ""
@@ -63,4 +69,5 @@ python:
6369
pytestFilterWarnings: []
6470
pytestTimeout: 0
6571
responseFormat: flat
72+
sseFlatResponse: false
6673
templateVersion: v2

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.606.10
1+
speakeasyVersion: 1.654.0
22
sources:
33
documenso-OAS:
44
sourceNamespace: documenso-v-2-beta-api
5-
sourceRevisionDigest: sha256:edad9cc20eb56ca39753b7a96c8c75f876e716df520da392bd8aab9dac31f0f9
6-
sourceBlobDigest: sha256:03b086614aed59a736a1a84f96e719f587b3fe7c599647320f711b19c6e7a586
5+
sourceRevisionDigest: sha256:a1aff63b3508ca901e6fb813d3c6e33f105e2bbe7e8f861864c3ea0614d16db8
6+
sourceBlobDigest: sha256:74cf4e37b5f6518d424d3d6023016935fa0bdbfd71e0bad8453dba473f30b75d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1751415201
9+
- speakeasy-sdk-regen-1761013204
1010
targets:
1111
documenso:
1212
source: documenso-OAS
1313
sourceNamespace: documenso-v-2-beta-api
14-
sourceRevisionDigest: sha256:edad9cc20eb56ca39753b7a96c8c75f876e716df520da392bd8aab9dac31f0f9
15-
sourceBlobDigest: sha256:03b086614aed59a736a1a84f96e719f587b3fe7c599647320f711b19c6e7a586
14+
sourceRevisionDigest: sha256:a1aff63b3508ca901e6fb813d3c6e33f105e2bbe7e8f861864c3ea0614d16db8
15+
sourceBlobDigest: sha256:74cf4e37b5f6518d424d3d6023016935fa0bdbfd71e0bad8453dba473f30b75d
1616
codeSamplesNamespace: documenso-oas-python-code-samples
17-
codeSamplesRevisionDigest: sha256:db0a037286d8310ff53552a5aae4c5f7b9cd7a833eac6b4a19c3fd9c4cb4de26
17+
codeSamplesRevisionDigest: sha256:5d3cc785dbce7dfa881e7042efb9ddf3a61d4876618f623d6e650fac427021d8
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

README-PYPI.md

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

README.md

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,14 @@ Based on:
2626
### Generated
2727
- [python v0.3.0] .
2828
### Releases
29-
- [PyPI v0.3.0] https://pypi.org/project/documenso_sdk/0.3.0 - .
29+
- [PyPI v0.3.0] https://pypi.org/project/documenso_sdk/0.3.0 - .
30+
31+
## 2025-11-12 08:54:36
32+
### Changes
33+
Based on:
34+
- OpenAPI Doc
35+
- Speakeasy CLI 1.654.0 (2.750.0) https://github.com/speakeasy-api/speakeasy
36+
### Generated
37+
- [python v0.4.0] .
38+
### Releases
39+
- [PyPI v0.4.0] https://pypi.org/project/documenso_sdk/0.4.0 - .

USAGE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ with Documenso(
99
api_key=os.getenv("DOCUMENSO_API_KEY", ""),
1010
) as documenso:
1111

12-
res = documenso.documents.update(document_id=9701.92)
12+
res = documenso.envelopes.get(envelope_id="<id>")
1313

1414
# Handle response
1515
print(res)
@@ -18,6 +18,7 @@ with Documenso(
1818
</br>
1919

2020
The same SDK client can also be used to make asynchronous requests by importing asyncio.
21+
2122
```python
2223
# Asynchronous Example
2324
import asyncio
@@ -30,7 +31,7 @@ async def main():
3031
api_key=os.getenv("DOCUMENSO_API_KEY", ""),
3132
) as documenso:
3233

33-
res = await documenso.documents.update_async(document_id=9701.92)
34+
res = await documenso.envelopes.get_async(envelope_id="<id>")
3435

3536
# Handle response
3637
print(res)

docs/models/document.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/models/documentaccessauth.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# DocumentAccessAuth
22

3-
The type of authentication required for the recipient to access the document.
4-
53

64
## Values
75

8-
| Name | Value |
9-
| --------- | --------- |
10-
| `ACCOUNT` | ACCOUNT |
6+
| Name | Value |
7+
| ----------------- | ----------------- |
8+
| `ACCOUNT` | ACCOUNT |
9+
| `TWO_FACTOR_AUTH` | TWO_FACTOR_AUTH |

0 commit comments

Comments
 (0)