Skip to content

Commit aa7bc0e

Browse files
committed
disable examples on SDKs to get it building
1 parent c52cc97 commit aa7bc0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fern/apis/api/generators.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ groups:
1414
api:
1515
settings:
1616
unions: v1
17+
disable-examples: true
1718
output:
1819
location: pypi
1920
package-name: "vapi_server_sdk"
@@ -25,7 +26,7 @@ groups:
2526
ts-sdk:
2627
generators:
2728
- name: fernapi/fern-typescript-node-sdk
28-
version: 0.40.5
29+
version: 0.42.7
2930
api:
3031
settings:
3132
unions: v1
@@ -35,6 +36,7 @@ groups:
3536
token: ${NPM_TOKEN}
3637
github:
3738
repository: VapiAI/server-sdk-typescript
39+
disable-examples: true
3840
config:
3941
namespaceExport: Vapi
4042
allowCustomFetcher: true

0 commit comments

Comments
 (0)