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
34 changes: 11 additions & 23 deletions fern/apis/api/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,28 @@ groups:
version: 4.37.1
api:
settings:
unions: v1
prefer-undiscriminated-unions-with-literals: true
output:
location: pypi
package-name: "vapi_server_sdk"
package-name: vapi_server_sdk
token: ${PYPI_TOKEN}
github:
repository: VapiAI/server-sdk-python
config:
pydantic_config:
skip_validation: true
client_class_name: Vapi
smart-casing: false
ts-sdk:
generators:
- name: fernapi/fern-typescript-sdk
version: 3.32.0
api:
settings:
unions: v1
prefer-undiscriminated-unions-with-literals: true
output:
location: npm
package-name: "@vapi-ai/server-sdk"
package-name: '@vapi-ai/server-sdk'
token: ${NPM_TOKEN}
github:
repository: VapiAI/server-sdk-typescript
Expand All @@ -47,36 +48,19 @@ groups:
omitUndefined: true
enableInlineTypes: false
smart-casing: true
# java-sdk:
# generators:
# - name: fernapi/fern-java-sdk
# 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}
# github:
# repository: VapiAI/server-sdk-java
# config:
# client-class-name: Vapi
go-sdk:
generators:
- name: fernapi/fern-go-sdk
version: 1.16.4
disable-examples: true
api:
settings:
unions: v1
prefer-undiscriminated-unions-with-literals: true
github:
repository: VapiAI/server-sdk-go
config:
union: v1
smart-casing: false
ruby-sdk:
generators:
- name: fernapi/fern-ruby-sdk
Expand All @@ -90,6 +74,7 @@ groups:
api-key: ${RUBYGEMS_API_KEY}
config:
clientClassName: Vapi
smart-casing: false
csharp-sdk:
generators:
- name: fernapi/fern-csharp-sdk
Expand All @@ -110,6 +95,7 @@ groups:
inline-path-parameters: false
simplify-object-dictionaries: true
use-discriminated-unions: false
smart-casing: false
php-sdk:
generators:
- name: fernapi/fern-php-sdk
Expand All @@ -120,6 +106,7 @@ groups:
config:
namespace: Vapi
client-class-name: VapiClient
smart-casing: false
swift-sdk:
generators:
- name: fernapi/fern-swift-sdk
Expand All @@ -131,3 +118,4 @@ groups:
clientClassName: VapiClient
moduleName: Vapi
environmentEnumName: VapiEnvironment
smart-casing: false
4 changes: 3 additions & 1 deletion fern/apis/webhooks/generators.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
api:
specs:
specs:
- openapi: ./openapi.yml
overrides: ./openapi-overrides.yml
settings:
coerce-enums-to-literals: true
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": "1.2.0"
"version": "3.62.0"
}
Loading