Skip to content

Commit fbe5ac0

Browse files
Update generators.yml: comment out java-sdk, add php-sdk and swift-sdk, remove node from typescript SDK name
Co-Authored-By: [email protected] <[email protected]>
1 parent 1d09582 commit fbe5ac0

File tree

1 file changed

+38
-19
lines changed

1 file changed

+38
-19
lines changed

fern/apis/api/generators.yml

Lines changed: 38 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ groups:
2727
client_class_name: Vapi
2828
ts-sdk:
2929
generators:
30-
- name: fernapi/fern-typescript-node-sdk
30+
- name: fernapi/fern-typescript-sdk
3131
version: 2.10.1
3232
api:
3333
settings:
@@ -46,24 +46,24 @@ groups:
4646
noSerdeLayer: true
4747
omitUndefined: true
4848
smart-casing: true
49-
java-sdk:
50-
generators:
51-
- name: fernapi/fern-java-sdk
52-
version: 2.43.3
53-
disable-examples: true
54-
output:
55-
location: maven
56-
coordinate: dev.vapi:server-sdk
57-
username: ${MAVEN_USERNAME}
58-
password: ${MAVEN_PASSWORD}
59-
signature:
60-
keyId: ${MAVEN_CENTRAL_SECRET_KEY_KEY_ID}
61-
password: ${MAVEN_CENTRAL_SECRET_KEY_PASSWORD}
62-
secretKey: ${MAVEN_CENTRAL_SECRET_KEY}
63-
github:
64-
repository: VapiAI/server-sdk-java
65-
config:
66-
client-class-name: Vapi
49+
# java-sdk:
50+
# generators:
51+
# - name: fernapi/fern-java-sdk
52+
# version: 2.43.3
53+
# disable-examples: true
54+
# output:
55+
# location: maven
56+
# coordinate: dev.vapi:server-sdk
57+
# username: ${MAVEN_USERNAME}
58+
# password: ${MAVEN_PASSWORD}
59+
# signature:
60+
# keyId: ${MAVEN_CENTRAL_SECRET_KEY_KEY_ID}
61+
# password: ${MAVEN_CENTRAL_SECRET_KEY_PASSWORD}
62+
# secretKey: ${MAVEN_CENTRAL_SECRET_KEY}
63+
# github:
64+
# repository: VapiAI/server-sdk-java
65+
# config:
66+
# client-class-name: Vapi
6767
go-sdk:
6868
generators:
6969
- name: fernapi/fern-go-sdk
@@ -109,3 +109,22 @@ groups:
109109
inline-path-parameters: false
110110
simplify-object-dictionaries: true
111111
use-discriminated-unions: false
112+
php-sdk:
113+
generators:
114+
- name: fernapi/fern-php-sdk
115+
version: 1.17.1
116+
disable-examples: true
117+
github:
118+
repository: VapiAI/server-sdk-php
119+
config:
120+
namespace: Vapi
121+
client-class-name: VapiClient
122+
swift-sdk:
123+
generators:
124+
- name: fernapi/fern-swift-sdk
125+
version: 0.18.0
126+
disable-examples: true
127+
github:
128+
repository: VapiAI/server-sdk-swift
129+
config:
130+
client-class-name: VapiClient

0 commit comments

Comments
 (0)