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
  •  
  •  
  •  
21,592 changes: 18,279 additions & 3,313 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,21 @@ generation:
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
hoistGlobalSecurity: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.5.0
version: 0.5.1
additionalDependencies:
dev: {}
main: {}
Expand All @@ -40,6 +42,7 @@ python:
- Speakeasy
baseErrorName: DocumensoError
clientServerStatusCodesAsErrors: true
constFieldCasing: upper
defaultErrorName: APIError
description: Python Client SDK Generated by Speakeasy.
enableCustomCodeRegions: false
Expand Down Expand Up @@ -69,8 +72,10 @@ python:
outputModelSuffix: output
packageManager: poetry
packageName: documenso_sdk
preApplyUnionDiscriminators: false
pytestFilterWarnings: []
pytestTimeout: 0
responseFormat: flat
sseFlatResponse: false
templateVersion: v2
useAsyncHooks: false
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.665.0
speakeasyVersion: 1.688.0
sources:
documenso-OAS:
sourceNamespace: documenso-v-2-beta-api
sourceRevisionDigest: sha256:1b7f45966886df9285171a20e382cde3665198062649690e3b58901188ba41ce
sourceBlobDigest: sha256:5be99e9e1ec427c47aab5d2cdd4fe44d5994fed3ab10710a5f72018954fa6a0d
sourceRevisionDigest: sha256:a8f4317a2f4487951ed4976eed9702a28d094f9e1d8203ab2f82e04b64c93732
sourceBlobDigest: sha256:6d98fbd46da1562a80d37e9a8778a152b99d1a887bd0a0e682b3fb5df86e54ec
tags:
- latest
- speakeasy-sdk-regen-1763079216
- speakeasy-sdk-regen-1766621685
targets:
documenso:
source: documenso-OAS
sourceNamespace: documenso-v-2-beta-api
sourceRevisionDigest: sha256:1b7f45966886df9285171a20e382cde3665198062649690e3b58901188ba41ce
sourceBlobDigest: sha256:5be99e9e1ec427c47aab5d2cdd4fe44d5994fed3ab10710a5f72018954fa6a0d
sourceRevisionDigest: sha256:a8f4317a2f4487951ed4976eed9702a28d094f9e1d8203ab2f82e04b64c93732
sourceBlobDigest: sha256:6d98fbd46da1562a80d37e9a8778a152b99d1a887bd0a0e682b3fb5df86e54ec
codeSamplesNamespace: documenso-oas-python-code-samples
codeSamplesRevisionDigest: sha256:0e70816e509d3c60b8f3a77c63ec72e5303ff6036c91a60a3afc1359c2504f5c
codeSamplesRevisionDigest: sha256:d1b32d69d8a65ada57e5cffab45b03b37d6777e5bc549611d82c4021d3c53429
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
740 changes: 385 additions & 355 deletions README-PYPI.md

Large diffs are not rendered by default.

740 changes: 385 additions & 355 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,14 @@ Based on:
### Generated
- [python v0.5.0] .
### Releases
- [PyPI v0.5.0] https://pypi.org/project/documenso_sdk/0.5.0 - .
- [PyPI v0.5.0] https://pypi.org/project/documenso_sdk/0.5.0 - .

## 2026-01-18 00:15:58
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.688.0 (2.796.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.5.1] .
### Releases
- [PyPI v0.5.1] https://pypi.org/project/documenso_sdk/0.5.1 - .
10 changes: 10 additions & 0 deletions docs/models/change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ |
| `type` | [models.ChangeTypeUnion](../models/changetypeunion.md) | :heavy_check_mark: | N/A |
| `from_` | *Nullable[str]* | :heavy_check_mark: | N/A |
| `to` | *Nullable[str]* | :heavy_check_mark: | N/A |
10 changes: 10 additions & 0 deletions docs/models/changeaccessauth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ChangeAccessAuth


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `from_` | [Nullable[models.ChangeFromUnion2]](../models/changefromunion2.md) | :heavy_check_mark: | N/A |
| `to` | [Nullable[models.ChangeToUnion2]](../models/changetounion2.md) | :heavy_check_mark: | N/A |
| `type` | [models.TypeAccessAuth](../models/typeaccessauth.md) | :heavy_check_mark: | N/A |
10 changes: 10 additions & 0 deletions docs/models/changeactionauth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ChangeActionAuth


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `from_` | [Nullable[models.ChangeFromUnion1]](../models/changefromunion1.md) | :heavy_check_mark: | N/A |
| `to` | [Nullable[models.ChangeToUnion1]](../models/changetounion1.md) | :heavy_check_mark: | N/A |
| `type` | [models.TypeActionAuth](../models/typeactionauth.md) | :heavy_check_mark: | N/A |
10 changes: 10 additions & 0 deletions docs/models/changedimension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ChangeDimension


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `type` | [models.TypeDimension](../models/typedimension.md) | :heavy_check_mark: | N/A |
| `from_` | [models.ChangeFrom1](../models/changefrom1.md) | :heavy_check_mark: | N/A |
| `to` | [models.ChangeTo1](../models/changeto1.md) | :heavy_check_mark: | N/A |
10 changes: 10 additions & 0 deletions docs/models/changeemail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ChangeEmail


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `from_` | [Nullable[models.ChangeFromUnion5]](../models/changefromunion5.md) | :heavy_check_mark: | N/A |
| `to` | [Nullable[models.ChangeToUnion5]](../models/changetounion5.md) | :heavy_check_mark: | N/A |
| `type` | [models.ChangeTypeEmail](../models/changetypeemail.md) | :heavy_check_mark: | N/A |
9 changes: 9 additions & 0 deletions docs/models/changefrom1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ChangeFrom1


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `width` | *float* | :heavy_check_mark: | N/A |
| `height` | *float* | :heavy_check_mark: | N/A |
10 changes: 10 additions & 0 deletions docs/models/changefrom2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ChangeFrom2


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `page` | *float* | :heavy_check_mark: | N/A |
| `position_x` | *float* | :heavy_check_mark: | N/A |
| `position_y` | *float* | :heavy_check_mark: | N/A |
17 changes: 17 additions & 0 deletions docs/models/changefromunion1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ChangeFromUnion1


## Supported Types

### `str`

```python
value: str = /* values here */
```

### `List[str]`

```python
value: List[str] = /* values here */
```

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


## Supported Types

### `str`

```python
value: str = /* values here */
```

### `List[str]`

```python
value: List[str] = /* values here */
```

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


## Supported Types

### `str`

```python
value: str = /* values here */
```

### `List[str]`

```python
value: List[str] = /* values here */
```

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


## Supported Types

### `str`

```python
value: str = /* values here */
```

### `List[str]`

```python
value: List[str] = /* values here */
```

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


## Supported Types

### `str`

```python
value: str = /* values here */
```

### `List[str]`

```python
value: List[str] = /* values here */
```

10 changes: 10 additions & 0 deletions docs/models/changename.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ChangeName


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `from_` | [Nullable[models.ChangeFromUnion3]](../models/changefromunion3.md) | :heavy_check_mark: | N/A |
| `to` | [Nullable[models.ChangeToUnion3]](../models/changetounion3.md) | :heavy_check_mark: | N/A |
| `type` | [models.ChangeTypeName](../models/changetypename.md) | :heavy_check_mark: | N/A |
8 changes: 8 additions & 0 deletions docs/models/changepassword.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ChangePassword


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |
| `type` | [models.TypePassword](../models/typepassword.md) | :heavy_check_mark: | N/A |
10 changes: 10 additions & 0 deletions docs/models/changeposition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ChangePosition


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |
| `type` | [models.TypePosition](../models/typeposition.md) | :heavy_check_mark: | N/A |
| `from_` | [models.ChangeFrom2](../models/changefrom2.md) | :heavy_check_mark: | N/A |
| `to` | [models.ChangeTo2](../models/changeto2.md) | :heavy_check_mark: | N/A |
10 changes: 10 additions & 0 deletions docs/models/changerole.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ChangeRole


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `from_` | [Nullable[models.ChangeFromUnion4]](../models/changefromunion4.md) | :heavy_check_mark: | N/A |
| `to` | [Nullable[models.ChangeToUnion4]](../models/changetounion4.md) | :heavy_check_mark: | N/A |
| `type` | [models.TypeRole](../models/typerole.md) | :heavy_check_mark: | N/A |
9 changes: 9 additions & 0 deletions docs/models/changeto1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ChangeTo1


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `width` | *float* | :heavy_check_mark: | N/A |
| `height` | *float* | :heavy_check_mark: | N/A |
10 changes: 10 additions & 0 deletions docs/models/changeto2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ChangeTo2


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `page` | *float* | :heavy_check_mark: | N/A |
| `position_x` | *float* | :heavy_check_mark: | N/A |
| `position_y` | *float* | :heavy_check_mark: | N/A |
17 changes: 17 additions & 0 deletions docs/models/changetounion1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ChangeToUnion1


## Supported Types

### `str`

```python
value: str = /* values here */
```

### `List[str]`

```python
value: List[str] = /* values here */
```

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


## Supported Types

### `str`

```python
value: str = /* values here */
```

### `List[str]`

```python
value: List[str] = /* values here */
```

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


## Supported Types

### `str`

```python
value: str = /* values here */
```

### `List[str]`

```python
value: List[str] = /* values here */
```

Loading