Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7,632 changes: 4,142 additions & 3,490 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ generation:
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
nameOverrideFeb2026: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
Expand All @@ -31,7 +32,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.6.0
version: 0.6.1
additionalDependencies:
dev: {}
main: {}
Expand All @@ -50,11 +51,14 @@ python:
enumFormat: enum
envVarPrefix: DOCUMENSO
fixFlags:
asyncPaginationSep2025: false
conflictResistantModelImportsFeb2026: false
responseRequiredSep2024: true
flattenGlobalSecurity: true
flattenRequests: true
flatteningOrder: parameters-first
forwardCompatibleEnumsByDefault: false
forwardCompatibleUnionsByDefault: "false"
imports:
option: openapi
paths:
Expand Down
13 changes: 6 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
speakeasyVersion: 1.708.2
speakeasyVersion: 1.748.0
sources:
documenso-OAS:
sourceNamespace: documenso-v-2-beta-api
sourceRevisionDigest: sha256:e67a76191098517a8f35f6e19c0da9d6c2a68c62ecc84aff8f42146b2b10f751
sourceBlobDigest: sha256:75d5449aadff4a6f58c7af31b9fb170bef57450de48d6046c45769c025f99351
sourceRevisionDigest: sha256:02a5738b00bd4d62411800953b87fe799ce5820006d61cd06b1bb25a01c7f54f
sourceBlobDigest: sha256:5e85f157fbf9476cf2b7f5452632740e1759db182ac09259131cb47488d1e0d5
tags:
- latest
- speakeasy-sdk-regen-1770164193
targets:
documenso:
source: documenso-OAS
sourceNamespace: documenso-v-2-beta-api
sourceRevisionDigest: sha256:e67a76191098517a8f35f6e19c0da9d6c2a68c62ecc84aff8f42146b2b10f751
sourceBlobDigest: sha256:75d5449aadff4a6f58c7af31b9fb170bef57450de48d6046c45769c025f99351
sourceRevisionDigest: sha256:02a5738b00bd4d62411800953b87fe799ce5820006d61cd06b1bb25a01c7f54f
sourceBlobDigest: sha256:5e85f157fbf9476cf2b7f5452632740e1759db182ac09259131cb47488d1e0d5
codeSamplesNamespace: documenso-oas-python-code-samples
codeSamplesRevisionDigest: sha256:b10d86acdec5ea11aab5031979bd8ec81cda0ede013881e4cd2c7eb451ec6c1f
codeSamplesRevisionDigest: sha256:8568acbfa35091f9c4b243e0bac3f78163663822863811347526313d8fa88238
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,14 @@ Based on:
### Generated
- [python v0.6.0] .
### Releases
- [PyPI v0.6.0] https://pypi.org/project/documenso_sdk/0.6.0 - .
- [PyPI v0.6.0] https://pypi.org/project/documenso_sdk/0.6.0 - .

## 2026-03-07 00:17:38
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.748.0 (2.852.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.6.1] .
### Releases
- [PyPI v0.6.1] https://pypi.org/project/documenso_sdk/0.6.1 - .
8 changes: 8 additions & 0 deletions docs/models/changetypeemail.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ChangeTypeEmail

## Example Usage

```python
from documenso_sdk.models import ChangeTypeEmail

value = ChangeTypeEmail.EMAIL
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/changetypename.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ChangeTypeName

## Example Usage

```python
from documenso_sdk.models import ChangeTypeName

value = ChangeTypeName.NAME
```


## Values

Expand Down
17 changes: 17 additions & 0 deletions docs/models/datadocumentrecipientexpired.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# DataDocumentRecipientExpired


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| `type` | [models.TypeDocumentRecipientExpired](../models/typedocumentrecipientexpired.md) | :heavy_check_mark: | N/A |
| `data` | [models.EnvelopeAuditLogFindData33](../models/envelopeauditlogfinddata33.md) | :heavy_check_mark: | N/A |
| `id` | *str* | :heavy_check_mark: | N/A |
| `created_at` | *str* | :heavy_check_mark: | N/A |
| `envelope_id` | *str* | :heavy_check_mark: | N/A |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `email` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `user_id` | *OptionalNullable[float]* | :heavy_minus_sign: | N/A |
| `user_agent` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `ip_address` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
8 changes: 8 additions & 0 deletions docs/models/documentaccessauth.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentAccessAuth

## Example Usage

```python
from documenso_sdk.models import DocumentAccessAuth

value = DocumentAccessAuth.ACCOUNT
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/documentactionauth.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentActionAuth

## Example Usage

```python
from documenso_sdk.models import DocumentActionAuth

value = DocumentActionAuth.ACCOUNT
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/documentattachmentfindtype.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentAttachmentFindType

## Example Usage

```python
from documenso_sdk.models import DocumentAttachmentFindType

value = DocumentAttachmentFindType.LINK
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/documentcreateaccessauth.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentCreateAccessAuth

## Example Usage

```python
from documenso_sdk.models import DocumentCreateAccessAuth

value = DocumentCreateAccessAuth.ACCOUNT
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/documentcreateactionauth.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentCreateActionAuth

## Example Usage

```python
from documenso_sdk.models import DocumentCreateActionAuth

value = DocumentCreateActionAuth.ACCOUNT
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/documentcreatedateformat.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentCreateDateFormat

## Example Usage

```python
from documenso_sdk.models import DocumentCreateDateFormat

value = DocumentCreateDateFormat.YYYY_M_MDD_HH_MM_A
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/documentcreatedirectioncheckbox.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentCreateDirectionCheckbox

## Example Usage

```python
from documenso_sdk.models import DocumentCreateDirectionCheckbox

value = DocumentCreateDirectionCheckbox.VERTICAL
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/documentcreatedirectionradio.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentCreateDirectionRadio

## Example Usage

```python
from documenso_sdk.models import DocumentCreateDirectionRadio

value = DocumentCreateDirectionRadio.VERTICAL
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/documentcreatedistributionmethod.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentCreateDistributionMethod

## Example Usage

```python
from documenso_sdk.models import DocumentCreateDistributionMethod

value = DocumentCreateDistributionMethod.EMAIL
```


## Values

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentCreateDocumentTemporaryAccessAuthRequest

## Example Usage

```python
from documenso_sdk.models import DocumentCreateDocumentTemporaryAccessAuthRequest

value = DocumentCreateDocumentTemporaryAccessAuthRequest.ACCOUNT
```


## Values

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentCreateDocumentTemporaryActionAuthRequest

## Example Usage

```python
from documenso_sdk.models import DocumentCreateDocumentTemporaryActionAuthRequest

value = DocumentCreateDocumentTemporaryActionAuthRequest.ACCOUNT
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/documentcreatedocumenttemporarydateformat.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentCreateDocumentTemporaryDateFormat

## Example Usage

```python
from documenso_sdk.models import DocumentCreateDocumentTemporaryDateFormat

value = DocumentCreateDocumentTemporaryDateFormat.YYYY_M_MDD_HH_MM_A
```


## Values

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentCreateDocumentTemporaryDirectionCheckbox

## Example Usage

```python
from documenso_sdk.models import DocumentCreateDocumentTemporaryDirectionCheckbox

value = DocumentCreateDocumentTemporaryDirectionCheckbox.VERTICAL
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/documentcreatedocumenttemporarydirectionradio.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DocumentCreateDocumentTemporaryDirectionRadio

## Example Usage

```python
from documenso_sdk.models import DocumentCreateDocumentTemporaryDirectionRadio

value = DocumentCreateDocumentTemporaryDirectionRadio.VERTICAL
```


## Values

Expand Down
Loading