Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Jan 6, 2025

Summary

The changes in this diff primarily involve the reorganization and restructuring of the API's schema definitions. There are no new endpoints or objects introduced, but there are some notable modifications:

  • The /enterprise endpoint and its associated schemas (CreateEnterpriseInfoDTO, EnterpriseInfo) have been removed.
  • The language property has been added to the AzureSpeechToTextConfig object, allowing for the specification of the language for transcription.
  • The summary field has been added to the ClientMessageConversationUpdate object, providing a summary of the call.
  • The ChatServiceResponse object has been introduced, but its properties are not specified in this diff.
  • Various schema definitions related to subscriptions, payments, and auto-reload plans have been moved from the end of the file to earlier sections.

Removed

  • The /enterprise endpoint for creating enterprise information.
  • Schemas related to enterprise information: CreateEnterpriseInfoDTO and EnterpriseInfo.

Changed

  • The language property was added to the AzureSpeechToTextConfig object.
  • The summary field was added to the ClientMessageConversationUpdate object.
  • The description field of the summaryPlan property in the ClientMessageConversationUpdate object was updated.
  • The description field of the squadId property in the PhoneNumber object was updated.
  • The description field of the server property in the PhoneNumber object was updated, and its reference schema was modified.
  • The description field of the server property in the Assistant object was updated, and its reference schema was modified.

Unchanged

  • The ChatServiceResponse object was introduced, but its properties remain unspecified.
  • Various schema definitions related to subscriptions, payments, and auto-reload plans have been reorganized but remain unchanged.

fern-api bot added 15 commits December 12, 2024 00:04
This commit adds and removes properties in the OpenAPI schema for the following:
- `language` property in the `components/schemas/CreateCallInfoDTO` object
- `description` field in the `summaryPlan` object within `components/schemas/CreateCallInfoDTO`
- `llama-3.3-70b-versatile` model in the `enum` array within `components/schemas/Model`
- `squadId` and `server` properties in the `components/schemas/PhoneNumber` object
- `ChatServiceResponse` object type
- `AutoReloadPlan`, `Subscription`, and `HipaaBuyDTO` object types
- Removal of `CreateEnterpriseInfoDTO` and `EnterpriseInfo` object types
@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2025

@humford humford merged commit 0870255 into main Jan 7, 2025
4 checks passed
@humford humford deleted the fern/update-api-specs branch January 7, 2025 20:31
skeptrunedev referenced this pull request in devflowinc/vapi-docs Mar 5, 2025
* feat: Update OpenAPI spec

* feat(openapi): add enterprise endpoints and schemas, azure transcriber support

* fix(fern/apis/api): update openapi.json to include security requirements and rename field

* chore(fern/apis/api/openapi.json): update Azure region names

* fix(openapi): update model and voiceId descriptions, add new fields and enums

* feat(openapi): add new OpenAI models and refactor server URL properties

* feat(openapi): add AzureSpeechTranscriber and new call end reasons

* feat(openapi): Add and remove properties in OpenAPI schema

This commit adds and removes properties in the OpenAPI schema for the following:
- `language` property in the `components/schemas/CreateCallInfoDTO` object
- `description` field in the `summaryPlan` object within `components/schemas/CreateCallInfoDTO`
- `llama-3.3-70b-versatile` model in the `enum` array within `components/schemas/Model`
- `squadId` and `server` properties in the `components/schemas/PhoneNumber` object
- `ChatServiceResponse` object type
- `AutoReloadPlan`, `Subscription`, and `HipaaBuyDTO` object types
- Removal of `CreateEnterpriseInfoDTO` and `EnterpriseInfo` object types

---------

Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants