Skip to content

Commit 8ebb3ec

Browse files
committed
## SDK Changes Detected:
* `documenso.document.documentDownloadDocument()`: **Added** * `documenso.template.templateCreateTemplateTemporary()`: **Added** * `documenso.documents.update()`: * `request.meta` **Changed** * `documenso.documents.get()`: `response` **Changed** * `documenso.documents.createV0()`: * `request.recipients.[].fields.[].[class].fieldMeta.direction` **Added** * `response.document` **Changed** * `documenso.documents.distribute()`: * `request.meta` **Changed** * `documenso.documents.fields.get()`: `response.fieldmeta.[class].direction` **Added** * `documenso.documents.fields.create()`: * `request.field.[class].fieldMeta.direction` **Added** * `response.fieldmeta.[class].direction` **Added** * `documenso.documents.fields.createMany()`: * `request.fields.[].[class].fieldMeta.direction` **Added** * `response.fields.[].fieldMeta.[class].direction` **Added** * `documenso.documents.fields.update()`: * `request.field.[class].fieldMeta.direction` **Added** * `response.fieldmeta.[class].direction` **Added** * `documenso.documents.fields.updateMany()`: * `request.fields.[].[class].fieldMeta.direction` **Added** * `response.fields.[].fieldMeta.[class].direction` **Added** * `documenso.documents.recipients.get()`: `response.fields.[].fieldMeta.[class].direction` **Added** * `documenso.documents.recipients.update()`: `response.fields.[].fieldMeta.[class].direction` **Added** * `documenso.documents.recipients.updateMany()`: `response.recipients.[].fields.[].fieldMeta.[class].direction` **Added** * `documenso.templates.find()`: `response.data.[].fields.[].fieldMeta.[class].direction` **Added** * `documenso.templates.get()`: `response` **Changed** * `documenso.templates.update()`: * `request.meta` **Changed** * `documenso.templates.use()`: `response` **Changed** * `documenso.templates.fields.create()`: * `request.field.[class].fieldMeta.direction` **Added** * `response.fieldmeta.[class].direction` **Added** * `documenso.templates.fields.get()`: `response.fieldmeta.[class].direction` **Added** * `documenso.templates.fields.createMany()`: * `request.fields.[].[class].fieldMeta.direction` **Added** * `response.fields.[].fieldMeta.[class].direction` **Added** * `documenso.templates.fields.update()`: * `request.field.[class].fieldMeta.direction` **Added** * `response.fieldmeta.[class].direction` **Added** * `documenso.templates.fields.updateMany()`: * `request.fields.[].[class].fieldMeta.direction` **Added** * `response.fields.[].fieldMeta.[class].direction` **Added** * `documenso.templates.recipients.get()`: `response.fields.[].fieldMeta.[class].direction` **Added** * `documenso.templates.recipients.update()`: `response.fields.[].fieldMeta.[class].direction` **Added** * `documenso.templates.recipients.updateMany()`: `response.recipients.[].fields.[].fieldMeta.[class].direction` **Added**
1 parent e12f6e3 commit 8ebb3ec

File tree

272 files changed

+11070
-733
lines changed

Some content is hidden

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

272 files changed

+11070
-733
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/examples/node_modules
2+
.env
3+
.env.local
4+
.env.*.local
15
.DS_Store
26
**/.speakeasy/temp/
37
**/.speakeasy/logs/

.speakeasy/gen.lock

Lines changed: 169 additions & 14 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
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
typescript:
24-
version: 0.3.1
24+
version: 0.3.2
2525
additionalDependencies:
2626
dependencies: {}
2727
devDependencies: {}
@@ -39,6 +39,7 @@ typescript:
3939
envVarPrefix: DOCUMENSO
4040
flattenGlobalSecurity: true
4141
flatteningOrder: parameters-first
42+
generateExamples: true
4243
imports:
4344
option: openapi
4445
paths:
@@ -56,4 +57,5 @@ typescript:
5657
packageName: '@documenso/sdk-typescript'
5758
responseFormat: flat
5859
templateVersion: v2
60+
usageSDKInitImports: []
5961
useIndexModules: true

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.573.0
1+
speakeasyVersion: 1.606.3
22
sources:
33
Documenso v2 beta API:
44
sourceNamespace: documenso-v-2-beta-api
5-
sourceRevisionDigest: sha256:edad9cc20eb56ca39753b7a96c8c75f876e716df520da392bd8aab9dac31f0f9
6-
sourceBlobDigest: sha256:03b086614aed59a736a1a84f96e719f587b3fe7c599647320f711b19c6e7a586
5+
sourceRevisionDigest: sha256:88821a1eebff71636bdbac6e5b3e40263d3bdd852c2756dd0e3a4abcc8bc4ab0
6+
sourceBlobDigest: sha256:e8a4f56d7b07a52923143dcb3d10a81d143fdfceefd9021505b68107e920728d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749601478
9+
- speakeasy-sdk-regen-1752107119
1010
- 0.0.0
1111
targets:
1212
documenso:
1313
source: Documenso v2 beta API
1414
sourceNamespace: documenso-v-2-beta-api
15-
sourceRevisionDigest: sha256:edad9cc20eb56ca39753b7a96c8c75f876e716df520da392bd8aab9dac31f0f9
16-
sourceBlobDigest: sha256:03b086614aed59a736a1a84f96e719f587b3fe7c599647320f711b19c6e7a586
15+
sourceRevisionDigest: sha256:88821a1eebff71636bdbac6e5b3e40263d3bdd852c2756dd0e3a4abcc8bc4ab0
16+
sourceBlobDigest: sha256:e8a4f56d7b07a52923143dcb3d10a81d143fdfceefd9021505b68107e920728d
1717
codeSamplesNamespace: documenso-v-2-beta-api-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:63e4834575423301dfa5c0a3d575dfa95f1b87a9d2cd04a90c152182f132423b
18+
codeSamplesRevisionDigest: sha256:01dd1b4d537912d5f7d5548aca5f97c68635efe49b5b66666d3a6d209a6b2346
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 108 additions & 95 deletions
Large diffs are not rendered by default.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,14 @@ Based on:
4848
### Generated
4949
- [typescript v0.3.1] .
5050
### Releases
51-
- [NPM v0.3.1] https://www.npmjs.com/package/@documenso/sdk-typescript/v/0.3.1 - .
51+
- [NPM v0.3.1] https://www.npmjs.com/package/@documenso/sdk-typescript/v/0.3.1 - .
52+
53+
## 2025-08-23 00:22:46
54+
### Changes
55+
Based on:
56+
- OpenAPI Doc
57+
- Speakeasy CLI 1.606.3 (2.687.1) https://github.com/speakeasy-api/speakeasy
58+
### Generated
59+
- [typescript v0.3.2] .
60+
### Releases
61+
- [NPM v0.3.2] https://www.npmjs.com/package/@documenso/sdk-typescript/v/0.3.2 - .
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# DocumentDownloadDocumentBadRequestError
2+
3+
Invalid input data
4+
5+
## Example Usage
6+
7+
```typescript
8+
import { DocumentDownloadDocumentBadRequestError } from "@documenso/sdk-typescript/models/errors";
9+
10+
// No examples available for this model
11+
```
12+
13+
## Fields
14+
15+
| Field | Type | Required | Description |
16+
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
17+
| `message` | *string* | :heavy_check_mark: | N/A |
18+
| `code` | *string* | :heavy_check_mark: | N/A |
19+
| `issues` | [errors.DocumentDownloadDocumentBadRequestIssue](../../models/errors/documentdownloaddocumentbadrequestissue.md)[] | :heavy_minus_sign: | N/A |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# DocumentDownloadDocumentBadRequestIssue
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { DocumentDownloadDocumentBadRequestIssue } from "@documenso/sdk-typescript/models/errors";
7+
8+
let value: DocumentDownloadDocumentBadRequestIssue = {
9+
message: "<value>",
10+
};
11+
```
12+
13+
## Fields
14+
15+
| Field | Type | Required | Description |
16+
| ------------------ | ------------------ | ------------------ | ------------------ |
17+
| `message` | *string* | :heavy_check_mark: | N/A |
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# DocumentDownloadDocumentInternalServerError
2+
3+
Internal server error
4+
5+
## Example Usage
6+
7+
```typescript
8+
import { DocumentDownloadDocumentInternalServerError } from "@documenso/sdk-typescript/models/errors";
9+
10+
// No examples available for this model
11+
```
12+
13+
## Fields
14+
15+
| Field | Type | Required | Description |
16+
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
17+
| `message` | *string* | :heavy_check_mark: | N/A |
18+
| `code` | *string* | :heavy_check_mark: | N/A |
19+
| `issues` | [errors.DocumentDownloadDocumentInternalServerErrorIssue](../../models/errors/documentdownloaddocumentinternalservererrorissue.md)[] | :heavy_minus_sign: | N/A |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# DocumentDownloadDocumentInternalServerErrorIssue
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { DocumentDownloadDocumentInternalServerErrorIssue } from "@documenso/sdk-typescript/models/errors";
7+
8+
let value: DocumentDownloadDocumentInternalServerErrorIssue = {
9+
message: "<value>",
10+
};
11+
```
12+
13+
## Fields
14+
15+
| Field | Type | Required | Description |
16+
| ------------------ | ------------------ | ------------------ | ------------------ |
17+
| `message` | *string* | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)