Skip to content

Commit 94cf412

Browse files
publish
1 parent d893cdf commit 94cf412

File tree

2,677 files changed

+222055
-274085
lines changed

Some content is hidden

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

2,677 files changed

+222055
-274085
lines changed

.devcontainer/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ curl -fsSL https://raw.githubusercontent.com/speakeasy-api/speakeasy/main/instal
77
rmdir samples || true
88
mkdir samples
99

10-
npm install
11-
npm install -g ts-node
10+
npm install --ignore-scripts
11+
npm install -g ts-node --ignore-scripts
1212
npm link
1313
npm link dokploy-sdk
1414
TS_CONFIG_CONTENT=$(cat <<EOL

.speakeasy/gen.lock

Lines changed: 967 additions & 1360 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ generation:
1717
securityFeb2025: true
1818
sharedErrorComponentsApr2025: true
1919
auth:
20-
oAuth2ClientCredentialsEnabled: true
21-
oAuth2PasswordEnabled: true
20+
oAuth2ClientCredentialsEnabled: false
21+
oAuth2PasswordEnabled: false
2222
hoistGlobalSecurity: true
2323
inferSSEOverload: true
2424
sdkHooksConfigAccess: true
@@ -27,7 +27,7 @@ generation:
2727
generateNewTests: true
2828
skipResponseBodyAssertions: false
2929
typescript:
30-
version: 0.0.5
30+
version: 0.2.0
3131
additionalDependencies:
3232
dependencies: {}
3333
devDependencies: {}
@@ -58,6 +58,7 @@ typescript:
5858
jsonpath: rfc9535
5959
maxMethodParams: 0
6060
methodArguments: infer-optional-args
61+
modelPropertyCasing: camel
6162
moduleFormat: dual
6263
outputModelSuffix: output
6364
packageName: dokploy-sdk

0 commit comments

Comments
 (0)