Skip to content

Commit aae546e

Browse files
authored
chore: get ready for SDK publishing (#9)
1 parent f81c0e3 commit aae546e

File tree

5 files changed

+54
-11
lines changed

5 files changed

+54
-11
lines changed

fern/apis/api/generators.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ groups:
1616
output:
1717
location: pypi
1818
package-name: "vapi_server_sdk"
19-
# token: ${PYPI_TOKEN}
19+
token: ${PYPI_TOKEN}
2020
github:
2121
repository: VapiAI/server-sdk-python
2222
config:
@@ -31,7 +31,7 @@ groups:
3131
output:
3232
location: npm
3333
package-name: "@vapi/server-sdk"
34-
# token: ${NPM_TOKEN}
34+
token: ${NPM_TOKEN}
3535
github:
3636
repository: VapiAI/server-sdk-typescript
3737
config:
@@ -48,8 +48,8 @@ groups:
4848
output:
4949
location: maven
5050
coordinate: dev.vapi:server-sdk
51-
# username: ${MAVEN_USERNAME}
52-
# password: ${MAVEN_PASSWORD}
51+
username: ${MAVEN_USERNAME}
52+
password: ${MAVEN_PASSWORD}
5353
github:
5454
repository: VapiAI/server-sdk-java
5555
config:
@@ -68,10 +68,10 @@ groups:
6868
version: 0.8.2
6969
github:
7070
repository: VapiAI/server-sdk-ruby
71-
# output:
72-
# location: rubygems
73-
# package-name: vapi-server-sdk
74-
# api-key: ${RUBYGEMS_API_KEY}
71+
output:
72+
location: rubygems
73+
package-name: vapi-server-sdk
74+
api-key: ${RUBYGEMS_API_KEY}
7575
config:
7676
clientClassName: Vapi
7777
csharp-sdk:
@@ -83,7 +83,7 @@ groups:
8383
output:
8484
location: nuget
8585
package-name: Vapi.Net
86-
# api-key: ${NUGET_TOKEN}
86+
api-key: ${NUGET_TOKEN}
8787
config:
8888
namespace: Vapi.Net
8989
client-class-name: VapiClient

fern/apis/api/openapi-overrides.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,36 @@ components:
187187
x-fern-type-name: ElevenLabsVoiceId
188188
oneOf:
189189
- x-fern-type-name: ElevenLabsVoiceIdEnum
190+
provider:
191+
x-fern-type: literal<"11labs">
192+
ElevenLabsCredential:
193+
properties:
194+
provider:
195+
x-fern-type: literal<"11labs">
196+
CreateElevenLabsCredentialDTO:
197+
properties:
198+
provider:
199+
x-fern-type: literal<"11labs">
200+
UpdateElevenLabsCredentialDTO:
201+
properties:
202+
provider:
203+
x-fern-type: literal<"11labs">
204+
VoiceLibrary:
205+
properties:
206+
provider:
207+
x-fern-enum:
208+
"11labs":
209+
name: ElevenLabs
210+
SyncVoiceLibraryDTO:
211+
properties:
212+
providers:
213+
x-fern-enum:
214+
"11labs":
215+
name: ElevenLabs
216+
items:
217+
x-fern-enum:
218+
"11labs":
219+
name: ElevenLabs
190220
LMNTVoice:
191221
properties:
192222
voiceId:

fern/apis/api/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,7 @@
24702470
"description": "This is the page number to return. Defaults to 1.",
24712471
"schema": {
24722472
"minimum": 1,
2473-
"type": "number"
2473+
"type": "integer"
24742474
}
24752475
},
24762476
{
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json
2+
index 0377888..b5c73a4 100644
3+
--- a/fern/apis/api/openapi.json
4+
+++ b/fern/apis/api/openapi.json
5+
@@ -2470,7 +2470,7 @@
6+
"description": "This is the page number to return. Defaults to 1.",
7+
"schema": {
8+
"minimum": 1,
9+
- "type": "number"
10+
+ "type": "integer"
11+
}
12+
},
13+
{

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "vapi",
3-
"version": "0.45.0-rc2"
3+
"version": "0.45.0-rc17"
44
}

0 commit comments

Comments
 (0)