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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions fern/apis/api/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ groups:
python-sdk:
generators:
- name: fernapi/fern-python-sdk
version: 4.23.2
version: 4.28.0
api:
settings:
unions: v1
Expand All @@ -28,7 +28,7 @@ groups:
ts-sdk:
generators:
- name: fernapi/fern-typescript-node-sdk
version: 2.1.0
version: 2.10.1
api:
settings:
unions: v1
Expand All @@ -49,25 +49,25 @@ groups:
java-sdk:
generators:
- name: fernapi/fern-java-sdk
version: 2.38.6
version: 2.43.3
disable-examples: true
output:
location: maven
coordinate: dev.vapi:server-sdk
username: ${MAVEN_USERNAME}
password: ${MAVEN_PASSWORD}
signature:
keyId: ${MAVEN_CENTRAL_SECRET_KEY_KEY_ID}
password: ${MAVEN_CENTRAL_SECRET_KEY_PASSWORD}
secretKey: ${MAVEN_CENTRAL_SECRET_KEY}
keyId: ${MAVEN_CENTRAL_SECRET_KEY_KEY_ID}
password: ${MAVEN_CENTRAL_SECRET_KEY_PASSWORD}
secretKey: ${MAVEN_CENTRAL_SECRET_KEY}
github:
repository: VapiAI/server-sdk-java
config:
client-class-name: Vapi
go-sdk:
generators:
- name: fernapi/fern-go-sdk
version: 1.4.0
version: 1.7.0
disable-examples: true
api:
settings:
Expand All @@ -92,7 +92,7 @@ groups:
csharp-sdk:
generators:
- name: fernapi/fern-csharp-sdk
version: 2.0.2
version: 2.1.15
disable-examples: true
github:
repository: VapiAI/server-sdk-csharp
Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "vapi",
"version": "0.64.36"
"version": "0.70.1"
}
Loading