-
Notifications
You must be signed in to change notification settings - Fork 66
🌿 ✨ [Scheduled] Update API Spec #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nts and rename field
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
Contributor
|
🌿 Preview your docs: https://vapi-preview-7fbabf4f-9a58-4ca8-8aaf-a6d7871e3bfb.docs.buildwithfern.com |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
/enterpriseendpoint and its associated schemas (CreateEnterpriseInfoDTO,EnterpriseInfo) have been removed.languageproperty has been added to theAzureSpeechToTextConfigobject, allowing for the specification of the language for transcription.summaryfield has been added to theClientMessageConversationUpdateobject, providing a summary of the call.ChatServiceResponseobject has been introduced, but its properties are not specified in this diff.Removed
/enterpriseendpoint for creating enterprise information.CreateEnterpriseInfoDTOandEnterpriseInfo.Changed
languageproperty was added to theAzureSpeechToTextConfigobject.summaryfield was added to theClientMessageConversationUpdateobject.descriptionfield of thesummaryPlanproperty in theClientMessageConversationUpdateobject was updated.descriptionfield of thesquadIdproperty in thePhoneNumberobject was updated.descriptionfield of theserverproperty in thePhoneNumberobject was updated, and its reference schema was modified.descriptionfield of theserverproperty in theAssistantobject was updated, and its reference schema was modified.Unchanged
ChatServiceResponseobject was introduced, but its properties remain unspecified.