Skip to content

Commit 552e9a1

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.2.0 (#4)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.0 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent a5c7805 commit 552e9a1

File tree

3,123 files changed

+93327
-81319
lines changed

Some content is hidden

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

3,123 files changed

+93327
-81319
lines changed

.eslintrc.cjs

-28
This file was deleted.

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/mcp-server
2+
/bin
3+
/.eslintcache
14
/models
25
/models/errors
36
/types

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
!/REACT_QUERY.md
55
!/**/*.ts
66
!/**/*.js
7+
!/**/*.mjs
78
!/**/*.json
89
!/**/*.map
910

10-
/.eslintrc.js
11+
/eslint.config.mjs
1112
/cjs
1213
/.tshy
1314
/.tshy-*

.speakeasy/gen.lock

+1,725-1,476
Large diffs are not rendered by default.

.speakeasy/gen.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ generation:
1010
nameResolutionFeb2025: true
1111
parameterOrderingFeb2024: true
1212
requestResponseComponentNamesFeb2024: true
13+
securityFeb2025: false
1314
auth:
1415
oAuth2ClientCredentialsEnabled: false
1516
oAuth2PasswordEnabled: false
1617
typescript:
17-
version: 0.1.3
18+
version: 0.2.0
1819
additionalDependencies:
1920
dependencies: {}
2021
devDependencies: {}
@@ -24,6 +25,7 @@ typescript:
2425
clientServerStatusCodesAsErrors: true
2526
defaultErrorName: APIError
2627
enableCustomCodeRegions: false
28+
enableMCPServer: true
2729
enableReactQuery: false
2830
enumFormat: union
2931
envVarPrefix: DOCUMENSO
@@ -38,6 +40,7 @@ typescript:
3840
shared: models/components
3941
webhooks: models/webhooks
4042
inputModelSuffix: input
43+
jsonpath: legacy
4144
maxMethodParams: 0
4245
methodArguments: require-security-and-request
4346
moduleFormat: commonjs

.speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.470.1
1+
speakeasyVersion: 1.531.0
22
sources:
33
Documenso v2 beta API:
44
sourceNamespace: documenso-v-2-beta-api
5-
sourceRevisionDigest: sha256:167083b8ead58f1af1e1e4d0ac8e36779a26c8d14d03982a3379af79c7a1910b
6-
sourceBlobDigest: sha256:1660a3a61f026b73adb9b2fdddc49fcbf66b8534c3394b38a434cf857333a785
5+
sourceRevisionDigest: sha256:f6430b0cc0c2d5b7a14e59359376c04f78458dd953a630f4a58093e86b4b56f7
6+
sourceBlobDigest: sha256:b5ace18675a2927ed909e9e7210586bfd0bad91e1efebe408005432746a1511c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737591638
9+
- speakeasy-sdk-regen-1738455725
1010
- 0.0.0
1111
targets:
1212
documenso:
1313
source: Documenso v2 beta API
1414
sourceNamespace: documenso-v-2-beta-api
15-
sourceRevisionDigest: sha256:167083b8ead58f1af1e1e4d0ac8e36779a26c8d14d03982a3379af79c7a1910b
16-
sourceBlobDigest: sha256:1660a3a61f026b73adb9b2fdddc49fcbf66b8534c3394b38a434cf857333a785
15+
sourceRevisionDigest: sha256:f6430b0cc0c2d5b7a14e59359376c04f78458dd953a630f4a58093e86b4b56f7
16+
sourceBlobDigest: sha256:b5ace18675a2927ed909e9e7210586bfd0bad91e1efebe408005432746a1511c
1717
codeSamplesNamespace: documenso-v-2-beta-api-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:addb34b141586d5692bbd8a37005b1b5d29a56eb688f06b0e1e95355b4c83cb4
18+
codeSamplesRevisionDigest: sha256:7e83428fa1487934908f1a11ba3bea73bbe1d662ab1fbed2c80e7f33ac7f99d2
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

FUNCTIONS.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ const documenso = new DocumensoCore({
3030
});
3131

3232
async function run() {
33-
const res = await documentsFind(documenso, {
34-
orderByDirection: "desc",
35-
});
33+
const res = await documentsFind(documenso, {});
3634

3735
switch (true) {
3836
case res.ok:

0 commit comments

Comments
 (0)