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
  •  
  •  
  •  
20,295 changes: 16,759 additions & 3,536 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ generation:
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
typescript:
version: 0.5.1
version: 0.6.0
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand All @@ -37,7 +38,7 @@ typescript:
author: Speakeasy
baseErrorName: DocumensoError
clientServerStatusCodesAsErrors: true
constFieldsAlwaysOptional: true
constFieldsAlwaysOptional: false
defaultErrorName: APIError
enableCustomCodeRegions: false
enableMCPServer: true
Expand All @@ -49,6 +50,7 @@ typescript:
flatteningOrder: parameters-first
formStringArrayEncodeMode: encoded-string
forwardCompatibleEnumsByDefault: false
forwardCompatibleUnionsByDefault: "false"
generateExamples: true
imports:
option: openapi
Expand All @@ -66,8 +68,10 @@ typescript:
methodArguments: require-security-and-request
modelPropertyCasing: camel
moduleFormat: commonjs
multipartArrayFormat: legacy
outputModelSuffix: output
packageName: '@documenso/sdk-typescript'
preApplyUnionDiscriminators: true
responseFormat: flat
sseFlatResponse: false
templateVersion: v2
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.662.0
speakeasyVersion: 1.672.0
sources:
Documenso v2 beta API:
sourceNamespace: documenso-v-2-beta-api
sourceRevisionDigest: sha256:1b7f45966886df9285171a20e382cde3665198062649690e3b58901188ba41ce
sourceBlobDigest: sha256:5be99e9e1ec427c47aab5d2cdd4fe44d5994fed3ab10710a5f72018954fa6a0d
sourceRevisionDigest: sha256:6cb559a8486bd68420703e77bf0c22a769afee0eb1d5ca1d7b59cf2c88a42921
sourceBlobDigest: sha256:6e7da0c55e0aacb4c4e01f92ef35ae0f8524227c623170167c3ae363d3bf2828
tags:
- latest
- speakeasy-sdk-regen-1763166235
- speakeasy-sdk-regen-1764807953
- 1.0.0
targets:
documenso:
source: Documenso v2 beta API
sourceNamespace: documenso-v-2-beta-api
sourceRevisionDigest: sha256:1b7f45966886df9285171a20e382cde3665198062649690e3b58901188ba41ce
sourceBlobDigest: sha256:5be99e9e1ec427c47aab5d2cdd4fe44d5994fed3ab10710a5f72018954fa6a0d
sourceRevisionDigest: sha256:6cb559a8486bd68420703e77bf0c22a769afee0eb1d5ca1d7b59cf2c88a42921
sourceBlobDigest: sha256:6e7da0c55e0aacb4c4e01f92ef35ae0f8524227c623170167c3ae363d3bf2828
codeSamplesNamespace: documenso-v-2-beta-api-typescript-code-samples
codeSamplesRevisionDigest: sha256:ab36ab96353557d2b036cae34235619877ba19e62936cc1f217eff85e65d5ba0
codeSamplesRevisionDigest: sha256:98d4af339482bfabd0cba5665c6d5fe20e25e683c51fe15893fbda785f0ed406
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
719 changes: 364 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 @@ -88,4 +88,14 @@ Based on:
### Generated
- [typescript v0.5.1] .
### Releases
- [NPM v0.5.1] https://www.npmjs.com/package/@documenso/sdk-typescript/v/0.5.1 - .
- [NPM v0.5.1] https://www.npmjs.com/package/@documenso/sdk-typescript/v/0.5.1 - .

## 2025-12-09 00:25:31
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.672.0 (2.774.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.6.0] .
### Releases
- [NPM v0.6.0] https://www.npmjs.com/package/@documenso/sdk-typescript/v/0.6.0 - .
19 changes: 19 additions & 0 deletions docs/models/errors/envelopeauditlogfindbadrequesterror.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# EnvelopeAuditLogFindBadRequestError

Invalid input data

## Example Usage

```typescript
import { EnvelopeAuditLogFindBadRequestError } 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.EnvelopeAuditLogFindBadRequestIssue](../../models/errors/envelopeauditlogfindbadrequestissue.md)[] | :heavy_minus_sign: | N/A |
17 changes: 17 additions & 0 deletions docs/models/errors/envelopeauditlogfindbadrequestissue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# EnvelopeAuditLogFindBadRequestIssue

## Example Usage

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

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

## Fields

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

Insufficient access

## Example Usage

```typescript
import { EnvelopeAuditLogFindForbiddenError } 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.EnvelopeAuditLogFindForbiddenIssue](../../models/errors/envelopeauditlogfindforbiddenissue.md)[] | :heavy_minus_sign: | N/A |
17 changes: 17 additions & 0 deletions docs/models/errors/envelopeauditlogfindforbiddenissue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# EnvelopeAuditLogFindForbiddenIssue

## Example Usage

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

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

## Fields

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

Internal server error

## Example Usage

```typescript
import { EnvelopeAuditLogFindInternalServerError } 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.EnvelopeAuditLogFindInternalServerErrorIssue](../../models/errors/envelopeauditlogfindinternalservererrorissue.md)[] | :heavy_minus_sign: | N/A |
17 changes: 17 additions & 0 deletions docs/models/errors/envelopeauditlogfindinternalservererrorissue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# EnvelopeAuditLogFindInternalServerErrorIssue

## Example Usage

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

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

## Fields

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

Not found

## Example Usage

```typescript
import { EnvelopeAuditLogFindNotFoundError } 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.EnvelopeAuditLogFindNotFoundIssue](../../models/errors/envelopeauditlogfindnotfoundissue.md)[] | :heavy_minus_sign: | N/A |
17 changes: 17 additions & 0 deletions docs/models/errors/envelopeauditlogfindnotfoundissue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# EnvelopeAuditLogFindNotFoundIssue

## Example Usage

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

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

## Fields

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

Authorization not provided

## Example Usage

```typescript
import { EnvelopeAuditLogFindUnauthorizedError } 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.EnvelopeAuditLogFindUnauthorizedIssue](../../models/errors/envelopeauditlogfindunauthorizedissue.md)[] | :heavy_minus_sign: | N/A |
17 changes: 17 additions & 0 deletions docs/models/errors/envelopeauditlogfindunauthorizedissue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# EnvelopeAuditLogFindUnauthorizedIssue

## Example Usage

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

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

## Fields

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

## Example Usage

```typescript
import { Change } from "@documenso/sdk-typescript/models/operations";

let value: Change = {
type: "REDIRECT_URL",
from: "<value>",
to: "<value>",
};
```

## Fields

| Field | Type | Required | Description |
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
| `type` | *operations.ChangeTypeUnion* | :heavy_check_mark: | N/A |
| `from` | *string* | :heavy_check_mark: | N/A |
| `to` | *string* | :heavy_check_mark: | N/A |
Loading