Skip to content
Merged
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
  •  
  •  
  •  
250 changes: 236 additions & 14 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ generation:
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 0.1.2
version: 0.1.3
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.469.10
speakeasyVersion: 1.470.1
sources:
Documenso v2 beta API:
sourceNamespace: documenso-v-2-beta-api
sourceRevisionDigest: sha256:93ee78e094f9f5de4c126c6a06c363e22412c11a874255e545a8cb610b3bf047
sourceBlobDigest: sha256:b54d7f793fedc532b07ad3a417aa86f4af3d1b4f9e7496550ce6cf5a455187fb
sourceRevisionDigest: sha256:167083b8ead58f1af1e1e4d0ac8e36779a26c8d14d03982a3379af79c7a1910b
sourceBlobDigest: sha256:1660a3a61f026b73adb9b2fdddc49fcbf66b8534c3394b38a434cf857333a785
tags:
- latest
- speakeasy-sdk-regen-1737368101
- speakeasy-sdk-regen-1737591638
- 0.0.0
targets:
documenso:
source: Documenso v2 beta API
sourceNamespace: documenso-v-2-beta-api
sourceRevisionDigest: sha256:93ee78e094f9f5de4c126c6a06c363e22412c11a874255e545a8cb610b3bf047
sourceBlobDigest: sha256:b54d7f793fedc532b07ad3a417aa86f4af3d1b4f9e7496550ce6cf5a455187fb
sourceRevisionDigest: sha256:167083b8ead58f1af1e1e4d0ac8e36779a26c8d14d03982a3379af79c7a1910b
sourceBlobDigest: sha256:1660a3a61f026b73adb9b2fdddc49fcbf66b8534c3394b38a434cf857333a785
codeSamplesNamespace: documenso-v-2-beta-api-typescript-code-samples
codeSamplesRevisionDigest: sha256:88d3d249a42c45220d4b668f0fe65b78cc17890da031e29c7211419a2442e992
codeSamplesRevisionDigest: sha256:addb34b141586d5692bbd8a37005b1b5d29a56eb688f06b0e1e95355b4c83cb4
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 @@ -8,4 +8,14 @@ Based on:
### Generated
- [typescript v0.1.2] .
### Releases
- [NPM v0.1.2] https://www.npmjs.com/package/@documenso/sdk-typescript/v/0.1.2 - .
- [NPM v0.1.2] https://www.npmjs.com/package/@documenso/sdk-typescript/v/0.1.2 - .

## 2025-01-23 00:20:22
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.470.1 (2.493.34) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.3] .
### Releases
- [NPM v0.1.3] https://www.npmjs.com/package/@documenso/sdk-typescript/v/0.1.3 - .
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# DocumentCreateDocumentTemporaryDocumentsIssues

## Example Usage

```typescript
import { DocumentCreateDocumentTemporaryDocumentsIssues } from "@documenso/sdk-typescript/models/errors";

let value: DocumentCreateDocumentTemporaryDocumentsIssues = {
message: "<value>",
};
```

## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `message` | *string* | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# DocumentCreateDocumentTemporaryDocumentsResponseBody

Internal server error

## Example Usage

```typescript
import { DocumentCreateDocumentTemporaryDocumentsResponseBody } from "@documenso/sdk-typescript/models/errors";

// No examples available for this model
```

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| `message` | *string* | :heavy_check_mark: | N/A |
| `code` | *string* | :heavy_check_mark: | N/A |
| `issues` | [errors.DocumentCreateDocumentTemporaryDocumentsIssues](../../models/errors/documentcreatedocumenttemporarydocumentsissues.md)[] | :heavy_minus_sign: | N/A |
17 changes: 17 additions & 0 deletions docs/models/errors/documentcreatedocumenttemporaryissues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# DocumentCreateDocumentTemporaryIssues

## Example Usage

```typescript
import { DocumentCreateDocumentTemporaryIssues } from "@documenso/sdk-typescript/models/errors";

let value: DocumentCreateDocumentTemporaryIssues = {
message: "<value>",
};
```

## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `message` | *string* | :heavy_check_mark: | N/A |
19 changes: 19 additions & 0 deletions docs/models/errors/documentcreatedocumenttemporaryresponsebody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# DocumentCreateDocumentTemporaryResponseBody

Invalid input data

## Example Usage

```typescript
import { DocumentCreateDocumentTemporaryResponseBody } from "@documenso/sdk-typescript/models/errors";

// No examples available for this model
```

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| `message` | *string* | :heavy_check_mark: | N/A |
| `code` | *string* | :heavy_check_mark: | N/A |
| `issues` | [errors.DocumentCreateDocumentTemporaryIssues](../../models/errors/documentcreatedocumenttemporaryissues.md)[] | :heavy_minus_sign: | N/A |
17 changes: 17 additions & 0 deletions docs/models/errors/documentdeletedocumentdocumentsissues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# DocumentDeleteDocumentDocumentsIssues

## Example Usage

```typescript
import { DocumentDeleteDocumentDocumentsIssues } from "@documenso/sdk-typescript/models/errors";

let value: DocumentDeleteDocumentDocumentsIssues = {
message: "<value>",
};
```

## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `message` | *string* | :heavy_check_mark: | N/A |
19 changes: 19 additions & 0 deletions docs/models/errors/documentdeletedocumentdocumentsresponsebody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# DocumentDeleteDocumentDocumentsResponseBody

Internal server error

## Example Usage

```typescript
import { DocumentDeleteDocumentDocumentsResponseBody } from "@documenso/sdk-typescript/models/errors";

// No examples available for this model
```

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| `message` | *string* | :heavy_check_mark: | N/A |
| `code` | *string* | :heavy_check_mark: | N/A |
| `issues` | [errors.DocumentDeleteDocumentDocumentsIssues](../../models/errors/documentdeletedocumentdocumentsissues.md)[] | :heavy_minus_sign: | N/A |
17 changes: 17 additions & 0 deletions docs/models/errors/documentdeletedocumentissues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# DocumentDeleteDocumentIssues

## Example Usage

```typescript
import { DocumentDeleteDocumentIssues } from "@documenso/sdk-typescript/models/errors";

let value: DocumentDeleteDocumentIssues = {
message: "<value>",
};
```

## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `message` | *string* | :heavy_check_mark: | N/A |
19 changes: 19 additions & 0 deletions docs/models/errors/documentdeletedocumentresponsebody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# DocumentDeleteDocumentResponseBody

Invalid input data

## Example Usage

```typescript
import { DocumentDeleteDocumentResponseBody } from "@documenso/sdk-typescript/models/errors";

// No examples available for this model
```

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `message` | *string* | :heavy_check_mark: | N/A |
| `code` | *string* | :heavy_check_mark: | N/A |
| `issues` | [errors.DocumentDeleteDocumentIssues](../../models/errors/documentdeletedocumentissues.md)[] | :heavy_minus_sign: | N/A |
17 changes: 17 additions & 0 deletions docs/models/errors/documentduplicatedocumentdocumentsissues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# DocumentDuplicateDocumentDocumentsIssues

## Example Usage

```typescript
import { DocumentDuplicateDocumentDocumentsIssues } from "@documenso/sdk-typescript/models/errors";

let value: DocumentDuplicateDocumentDocumentsIssues = {
message: "<value>",
};
```

## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `message` | *string* | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# DocumentDuplicateDocumentDocumentsResponseBody

Internal server error

## Example Usage

```typescript
import { DocumentDuplicateDocumentDocumentsResponseBody } from "@documenso/sdk-typescript/models/errors";

// No examples available for this model
```

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| `message` | *string* | :heavy_check_mark: | N/A |
| `code` | *string* | :heavy_check_mark: | N/A |
| `issues` | [errors.DocumentDuplicateDocumentDocumentsIssues](../../models/errors/documentduplicatedocumentdocumentsissues.md)[] | :heavy_minus_sign: | N/A |
17 changes: 17 additions & 0 deletions docs/models/errors/documentduplicatedocumentissues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# DocumentDuplicateDocumentIssues

## Example Usage

```typescript
import { DocumentDuplicateDocumentIssues } from "@documenso/sdk-typescript/models/errors";

let value: DocumentDuplicateDocumentIssues = {
message: "<value>",
};
```

## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `message` | *string* | :heavy_check_mark: | N/A |
Loading