Skip to content

Commit 4ff25ef

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.582.0
1 parent c6225ba commit 4ff25ef

File tree

742 files changed

+10683
-11842
lines changed

Some content is hidden

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

742 files changed

+10683
-11842
lines changed

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ generation:
1919
auth:
2020
oAuth2ClientCredentialsEnabled: false
2121
oAuth2PasswordEnabled: false
22+
tests:
23+
generateTests: true
24+
generateNewTests: false
25+
skipResponseBodyAssertions: false
2226
python:
23-
version: 0.2.0
27+
version: 0.2.1
2428
additionalDependencies:
2529
dev: {}
2630
main: {}

.speakeasy/workflow.lock

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

README-PYPI.md

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

README.md

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,14 @@ Based on:
1616
### Generated
1717
- [python v0.2.0] .
1818
### Releases
19-
- [PyPI v0.2.0] https://pypi.org/project/documenso_sdk/0.2.0 - .
19+
- [PyPI v0.2.0] https://pypi.org/project/documenso_sdk/0.2.0 - .
20+
21+
## 2025-07-17 00:13:50
22+
### Changes
23+
Based on:
24+
- OpenAPI Doc
25+
- Speakeasy CLI 1.582.0 (2.657.1) https://github.com/speakeasy-api/speakeasy
26+
### Generated
27+
- [python v0.2.1] .
28+
### Releases
29+
- [PyPI v0.2.1] https://pypi.org/project/documenso_sdk/0.2.1 - .

USAGE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!-- Start SDK Example Usage [usage] -->
22
```python
33
# Synchronous Example
4-
import documenso_sdk
54
from documenso_sdk import Documenso
65
import os
76

@@ -10,7 +9,7 @@ with Documenso(
109
api_key=os.getenv("DOCUMENSO_API_KEY", ""),
1110
) as documenso:
1211

13-
res = documenso.documents.find(order_by_direction=documenso_sdk.OrderByDirection.DESC)
12+
res = documenso.documents.update(document_id=9701.92)
1413

1514
# Handle response
1615
print(res)
@@ -22,7 +21,6 @@ The same SDK client can also be used to make asychronous requests by importing a
2221
```python
2322
# Asynchronous Example
2423
import asyncio
25-
import documenso_sdk
2624
from documenso_sdk import Documenso
2725
import os
2826

@@ -32,7 +30,7 @@ async def main():
3230
api_key=os.getenv("DOCUMENSO_API_KEY", ""),
3331
) as documenso:
3432

35-
res = await documenso.documents.find_async(order_by_direction=documenso_sdk.OrderByDirection.DESC)
33+
res = await documenso.documents.update_async(document_id=9701.92)
3634

3735
# Handle response
3836
print(res)

docs/models/document.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
| `updated_at` | *str* | :heavy_check_mark: | N/A |
2020
| `completed_at` | *Nullable[str]* | :heavy_check_mark: | N/A |
2121
| `deleted_at` | *Nullable[str]* | :heavy_check_mark: | N/A |
22-
| `team_id` | *Nullable[float]* | :heavy_check_mark: | N/A |
22+
| `team_id` | *float* | :heavy_check_mark: | N/A |
2323
| `template_id` | *Nullable[float]* | :heavy_check_mark: | N/A |
24+
| `folder_id` | *Nullable[str]* | :heavy_check_mark: | N/A |
2425
| `document_data` | [models.DocumentCreateDocumentTemporaryDocumentData](../models/documentcreatedocumenttemporarydocumentdata.md) | :heavy_check_mark: | N/A |
2526
| `document_meta` | [Nullable[models.DocumentCreateDocumentTemporaryDocumentMeta]](../models/documentcreatedocumenttemporarydocumentmeta.md) | :heavy_check_mark: | N/A |
27+
| `folder` | [Nullable[models.DocumentCreateDocumentTemporaryFolder]](../models/documentcreatedocumenttemporaryfolder.md) | :heavy_check_mark: | N/A |
2628
| `recipients` | List[[models.DocumentRecipient](../models/documentrecipient.md)] | :heavy_check_mark: | N/A |
2729
| `fields` | List[[models.DocumentField](../models/documentfield.md)] | :heavy_check_mark: | N/A |

docs/models/documentactionauth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ The type of authentication required for the recipient to sign the document.
1010
| `ACCOUNT` | ACCOUNT |
1111
| `PASSKEY` | PASSKEY |
1212
| `TWO_FACTOR_AUTH` | TWO_FACTOR_AUTH |
13+
| `PASSWORD` | PASSWORD |
1314
| `EXPLICIT_NONE` | EXPLICIT_NONE |

docs/models/actionauthaccount.md renamed to docs/models/documentcreatedocumenttemporaryactionauthrequest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ActionAuthAccount
1+
# DocumentCreateDocumentTemporaryActionAuthRequest
22

33
The type of authentication required for the recipient to sign the document.
44

@@ -10,4 +10,5 @@ The type of authentication required for the recipient to sign the document.
1010
| `ACCOUNT` | ACCOUNT |
1111
| `PASSKEY` | PASSKEY |
1212
| `TWO_FACTOR_AUTH` | TWO_FACTOR_AUTH |
13+
| `PASSWORD` | PASSWORD |
1314
| `EXPLICIT_NONE` | EXPLICIT_NONE |

0 commit comments

Comments
 (0)