diff --git a/.gitignore b/.gitignore index 397dfa148..fe38d4938 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -**/.preview/** \ No newline at end of file +**/.definition +**/.preview/** diff --git a/fern/apis/api/generators.yml b/fern/apis/api/generators.yml index 4ddedba80..d3dd2b4a9 100644 --- a/fern/apis/api/generators.yml +++ b/fern/apis/api/generators.yml @@ -11,6 +11,7 @@ groups: generators: - name: fernapi/fern-python-sdk version: 4.3.8 + disable-examples: true api: settings: unions: v1 @@ -25,7 +26,8 @@ groups: ts-sdk: generators: - name: fernapi/fern-typescript-node-sdk - version: 0.40.5 + version: 0.42.7 + disable-examples: true api: settings: unions: v1 diff --git a/fern/apis/api/openapi-overrides.yml b/fern/apis/api/openapi-overrides.yml index 96606c7bc..0053cf20e 100644 --- a/fern/apis/api/openapi-overrides.yml +++ b/fern/apis/api/openapi-overrides.yml @@ -183,6 +183,8 @@ paths: x-fern-sdk-group-name: - analytics x-fern-sdk-method-name: get + get: + x-fern-ignore: true /logs: get: x-fern-pagination: true @@ -191,6 +193,56 @@ paths: x-fern-sdk-method-name: get components: schemas: + FallbackAzureVoice: + properties: + voiceId: + x-fern-type-name: FallbackAzureVoiceId + oneOf: + - x-fern-type-name: FallbackAzureVoiceIdEnum + FallbackDeepgramVoice: + properties: + voiceId: + x-fern-type-name: FallbackDeepgramVoiceId + oneOf: + - x-fern-type-name: FallbackDeepgramVoiceIdEnum + FallbackElevenLabsVoice: + properties: + voiceId: + x-fern-type-name: FallbackElevenLabsVoiceId + oneOf: + - x-fern-type-name: FallbackElevenLabsVoiceIdEnum + provider: + x-fern-type: literal<"11labs"> + FallbackOpenAIVoice: + properties: + voiceId: + x-fern-type-name: FallbackOpenAIVoiceId + oneOf: + - x-fern-type-name: FallbackOpenAIVoiceIdEnum + FallbackRimeAIVoice: + properties: + voiceId: + x-fern-type-name: FallbackRimeAIVoiceId + oneOf: + - x-fern-type-name: FallbackRimeAIVoiceIdEnum + FallbackPlayHTVoice: + properties: + voiceId: + x-fern-type-name: FallbackPlayHTVoiceId + oneOf: + - x-fern-type-name: FallbackPlayHTVoiceIdEnum + FallbackLMNTVoice: + properties: + voiceId: + x-fern-type-name: FallbackLMNTVoiceId + oneOf: + - x-fern-type-name: FallbackLMNTVoiceIdEnum + FallbackNeetsVoice: + properties: + voiceId: + x-fern-type-name: FallbackNeetsVoiceId + oneOf: + - x-fern-type-name: FallbackNeetsVoiceIdEnum AzureVoice: properties: voiceId: diff --git a/fern/fern.config.json b/fern/fern.config.json index 5313b76bc..e3c5af7b8 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "vapi", - "version": "0.45.1" + "version": "0.45.3" } \ No newline at end of file