@deepgram/sdk 4.11.2 → 5.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +2 -2
- package/README.md +863 -342
- package/dist/cjs/BaseClient.d.ts +40 -0
- package/dist/cjs/BaseClient.js +59 -0
- package/dist/cjs/Client.d.ts +33 -0
- package/dist/cjs/Client.js +46 -0
- package/dist/cjs/CustomClient.d.ts +29 -0
- package/dist/cjs/CustomClient.js +517 -0
- package/dist/cjs/api/errors/BadRequestError.d.ts +5 -0
- package/dist/cjs/api/errors/BadRequestError.js +54 -0
- package/dist/cjs/api/errors/index.d.ts +1 -0
- package/dist/cjs/api/errors/index.js +17 -0
- package/dist/cjs/api/index.d.ts +3 -0
- package/dist/cjs/api/index.js +19 -0
- package/dist/cjs/api/resources/agent/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/agent/client/Client.js +16 -0
- package/dist/cjs/api/resources/agent/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/agent/client/index.js +2 -0
- package/dist/cjs/api/resources/agent/index.d.ts +2 -0
- package/dist/cjs/api/resources/agent/index.js +18 -0
- package/dist/cjs/api/resources/agent/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/agent/resources/index.js +41 -0
- package/dist/cjs/api/resources/agent/resources/v1/client/Client.d.ts +24 -0
- package/dist/cjs/api/resources/agent/resources/v1/client/Client.js +77 -0
- package/dist/cjs/api/resources/agent/resources/v1/client/Socket.d.ts +56 -0
- package/dist/cjs/api/resources/agent/resources/v1/client/Socket.js +178 -0
- package/dist/cjs/api/resources/agent/resources/v1/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/agent/resources/v1/client/index.js +2 -0
- package/dist/cjs/api/resources/agent/resources/v1/index.d.ts +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/index.js +19 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/index.js +37 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/client/Client.js +16 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/client/index.js +2 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/index.d.ts +2 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/index.js +18 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/index.js +37 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/client/Client.js +16 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/client/index.js +2 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/index.d.ts +2 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/index.js +18 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/resources/index.js +37 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/client/Client.d.ts +26 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/client/Client.js +105 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/client/index.js +2 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/index.d.ts +1 -0
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/index.js +17 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1AgentAudioDone.d.ts +4 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1AgentAudioDone.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1AgentStartedSpeaking.d.ts +10 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1AgentStartedSpeaking.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1AgentThinking.d.ts +6 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1AgentThinking.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1ConversationText.d.ts +16 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1ConversationText.js +12 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1Error.d.ts +8 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1Error.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1FunctionCallRequest.d.ts +21 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1FunctionCallRequest.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1InjectAgentMessage.d.ts +6 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1InjectAgentMessage.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1InjectUserMessage.d.ts +6 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1InjectUserMessage.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1InjectionRefused.d.ts +6 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1InjectionRefused.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1KeepAlive.d.ts +7 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1KeepAlive.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1PromptUpdated.d.ts +4 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1PromptUpdated.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1ReceiveFunctionCallResponse.d.ts +28 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1ReceiveFunctionCallResponse.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SendFunctionCallResponse.d.ts +28 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SendFunctionCallResponse.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1Settings.d.ts +228 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1Settings.js +36 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakEndpointProvider.d.ts +186 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakEndpointProvider.js +137 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakOneItemProvider.d.ts +186 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakOneItemProvider.js +137 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsApplied.d.ts +4 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsApplied.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SpeakUpdated.d.ts +4 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SpeakUpdated.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UpdatePrompt.d.ts +6 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UpdatePrompt.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UpdateSpeak.d.ts +34 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UpdateSpeak.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UpdateSpeakSpeakProvider.d.ts +186 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UpdateSpeakSpeakProvider.js +137 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UserStartedSpeaking.d.ts +4 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UserStartedSpeaking.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1Warning.d.ts +11 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1Warning.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1Welcome.d.ts +6 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1Welcome.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/index.d.ts +24 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/index.js +40 -0
- package/dist/cjs/api/resources/auth/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/auth/client/Client.js +16 -0
- package/dist/cjs/api/resources/auth/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/auth/client/index.js +2 -0
- package/dist/cjs/api/resources/auth/index.d.ts +2 -0
- package/dist/cjs/api/resources/auth/index.js +18 -0
- package/dist/cjs/api/resources/auth/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/auth/resources/index.js +37 -0
- package/dist/cjs/api/resources/auth/resources/v1/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/auth/resources/v1/client/Client.js +16 -0
- package/dist/cjs/api/resources/auth/resources/v1/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/auth/resources/v1/client/index.js +2 -0
- package/dist/cjs/api/resources/auth/resources/v1/index.d.ts +2 -0
- package/dist/cjs/api/resources/auth/resources/v1/index.js +18 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/index.js +41 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/client/Client.d.ts +27 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/client/Client.js +110 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/client/index.js +17 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/client/requests/GrantV1Request.d.ts +8 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/client/requests/GrantV1Request.js +3 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/index.d.ts +1 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/index.js +17 -0
- package/dist/cjs/api/resources/index.d.ts +7 -0
- package/dist/cjs/api/resources/index.js +43 -0
- package/dist/cjs/api/resources/listen/client/Client.d.ts +16 -0
- package/dist/cjs/api/resources/listen/client/Client.js +21 -0
- package/dist/cjs/api/resources/listen/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/listen/client/index.js +2 -0
- package/dist/cjs/api/resources/listen/index.d.ts +2 -0
- package/dist/cjs/api/resources/listen/index.js +18 -0
- package/dist/cjs/api/resources/listen/resources/index.d.ts +4 -0
- package/dist/cjs/api/resources/listen/resources/index.js +43 -0
- package/dist/cjs/api/resources/listen/resources/v1/client/Client.d.ts +51 -0
- package/dist/cjs/api/resources/listen/resources/v1/client/Client.js +157 -0
- package/dist/cjs/api/resources/listen/resources/v1/client/Socket.d.ts +52 -0
- package/dist/cjs/api/resources/listen/resources/v1/client/Socket.js +162 -0
- package/dist/cjs/api/resources/listen/resources/v1/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/listen/resources/v1/client/index.js +2 -0
- package/dist/cjs/api/resources/listen/resources/v1/index.d.ts +3 -0
- package/dist/cjs/api/resources/listen/resources/v1/index.js +19 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/index.d.ts +3 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/index.js +42 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/Client.d.ts +79 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/Client.js +518 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/index.js +17 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/requests/ListenV1RequestUrl.d.ts +117 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/requests/ListenV1RequestUrl.js +3 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/requests/MediaTranscribeRequestOctetStream.d.ts +82 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/requests/MediaTranscribeRequestOctetStream.js +3 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/index.d.ts +2 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/index.js +18 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestCallbackMethod.d.ts +5 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestCallbackMethod.js +8 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestCustomIntentMode.d.ts +5 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestCustomIntentMode.js +8 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestCustomTopicMode.d.ts +5 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestCustomTopicMode.js +8 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestEncoding.d.ts +11 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestEncoding.js +14 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestModel.d.ts +32 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestModel.js +35 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestSummarize.d.ts +4 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestSummarize.js +7 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestVersion.d.ts +4 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestVersion.js +7 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeResponse.d.ts +2 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeResponse.js +3 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/index.d.ts +8 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/types/index.js +24 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1CloseStream.d.ts +13 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1CloseStream.js +13 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1Finalize.d.ts +13 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1Finalize.js +13 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1KeepAlive.d.ts +13 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1KeepAlive.js +13 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1Metadata.d.ts +16 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1Metadata.js +3 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1Results.d.ts +74 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1Results.js +3 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1SpeechStarted.d.ts +8 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1SpeechStarted.js +3 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1UtteranceEnd.d.ts +8 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1UtteranceEnd.js +3 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/index.d.ts +7 -0
- package/dist/cjs/api/resources/listen/resources/v1/types/index.js +23 -0
- package/dist/cjs/api/resources/listen/resources/v2/client/Client.d.ts +30 -0
- package/dist/cjs/api/resources/listen/resources/v2/client/Client.js +98 -0
- package/dist/cjs/api/resources/listen/resources/v2/client/Socket.d.ts +50 -0
- package/dist/cjs/api/resources/listen/resources/v2/client/Socket.js +154 -0
- package/dist/cjs/api/resources/listen/resources/v2/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/listen/resources/v2/client/index.js +2 -0
- package/dist/cjs/api/resources/listen/resources/v2/index.d.ts +2 -0
- package/dist/cjs/api/resources/listen/resources/v2/index.js +18 -0
- package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2CloseStream.d.ts +13 -0
- package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2CloseStream.js +13 -0
- package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2Connected.d.ts +12 -0
- package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2Connected.js +3 -0
- package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2FatalError.d.ts +14 -0
- package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2FatalError.js +3 -0
- package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2TurnInfo.d.ts +60 -0
- package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2TurnInfo.js +23 -0
- package/dist/cjs/api/resources/listen/resources/v2/types/index.d.ts +4 -0
- package/dist/cjs/api/resources/listen/resources/v2/types/index.js +20 -0
- package/dist/cjs/api/resources/manage/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/manage/client/Client.js +16 -0
- package/dist/cjs/api/resources/manage/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/client/index.js +2 -0
- package/dist/cjs/api/resources/manage/index.d.ts +2 -0
- package/dist/cjs/api/resources/manage/index.js +18 -0
- package/dist/cjs/api/resources/manage/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/index.js +37 -0
- package/dist/cjs/api/resources/manage/resources/v1/client/Client.d.ts +16 -0
- package/dist/cjs/api/resources/manage/resources/v1/client/Client.js +21 -0
- package/dist/cjs/api/resources/manage/resources/v1/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/client/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/index.d.ts +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/index.js +18 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/index.d.ts +4 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/index.js +43 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/models/client/Client.d.ts +42 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/models/client/Client.js +162 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/models/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/models/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/models/client/requests/ModelsListRequest.d.ts +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/models/client/requests/ModelsListRequest.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/models/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/models/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/models/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/models/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/client/Client.d.ts +101 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/client/Client.js +344 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/client/requests/ProjectsGetRequest.d.ts +13 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/client/requests/ProjectsGetRequest.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/client/requests/UpdateProjectV1Request.d.ts +8 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/client/requests/UpdateProjectV1Request.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/index.d.ts +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/index.js +18 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/client/Client.d.ts +22 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/client/Client.js +31 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/client/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/index.d.ts +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/index.js +18 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/client/Client.d.ts +41 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/client/Client.js +159 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/client/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/Client.d.ts +35 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/Client.js +143 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/requests/BreakdownListRequest.d.ts +28 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/requests/BreakdownListRequest.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/index.d.ts +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/index.js +18 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/types/BreakdownListRequestDeployment.d.ts +7 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/types/BreakdownListRequestDeployment.js +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/types/BreakdownListRequestGroupingItem.d.ts +7 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/types/BreakdownListRequestGroupingItem.js +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/types/index.d.ts +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/types/index.js +18 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/Client.d.ts +31 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/Client.js +119 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/requests/FieldsListRequest.d.ts +13 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/requests/FieldsListRequest.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/index.d.ts +8 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/index.js +47 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/Client.d.ts +30 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/Client.js +118 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/requests/PurchasesListRequest.d.ts +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/requests/PurchasesListRequest.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/index.d.ts +13 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/index.js +52 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/client/Client.d.ts +74 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/client/Client.js +267 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/client/requests/KeysListRequest.d.ts +11 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/client/requests/KeysListRequest.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/index.d.ts +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/index.js +18 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/types/KeysListRequestStatus.d.ts +5 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/types/KeysListRequestStatus.js +8 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/types/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/client/Client.d.ts +47 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/client/Client.js +172 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/client/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/index.d.ts +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/index.js +18 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/index.d.ts +4 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/index.js +43 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/Client.d.ts +58 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/Client.js +220 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/requests/CreateProjectInviteV1Request.d.ts +13 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/requests/CreateProjectInviteV1Request.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/Client.d.ts +45 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/Client.js +169 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/requests/UpdateProjectMemberScopesV1Request.d.ts +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/requests/UpdateProjectMemberScopesV1Request.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/client/Client.d.ts +44 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/client/Client.js +164 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/client/requests/ModelsListRequest.d.ts +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/client/requests/ModelsListRequest.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/client/Client.d.ts +53 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/client/Client.js +203 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/client/requests/RequestsListRequest.d.ts +38 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/client/requests/RequestsListRequest.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/index.js +18 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestDeployment.d.ts +7 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestDeployment.js +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestEndpoint.d.ts +7 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestEndpoint.js +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestMethod.d.ts +7 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestMethod.js +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestStatus.d.ts +5 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestStatus.js +8 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/types/index.d.ts +4 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/types/index.js +20 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/client/Client.d.ts +79 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/client/Client.js +297 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/client/requests/UsageGetRequest.d.ts +140 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/client/requests/UsageGetRequest.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/index.d.ts +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/index.js +19 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/Client.d.ts +74 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/Client.js +291 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/requests/BreakdownGetRequest.d.ts +143 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/requests/BreakdownGetRequest.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/index.d.ts +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/index.js +18 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestDeployment.d.ts +7 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestDeployment.js +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestEndpoint.d.ts +7 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestEndpoint.js +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestGrouping.d.ts +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestGrouping.js +13 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestMethod.d.ts +7 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestMethod.js +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/index.d.ts +4 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/index.js +20 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/Client.d.ts +31 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/Client.js +119 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/requests/FieldsListRequest.d.ts +13 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/requests/FieldsListRequest.js +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/index.d.ts +1 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/index.js +17 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/index.d.ts +5 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/index.js +44 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/types/UsageGetRequestDeployment.d.ts +7 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/types/UsageGetRequestDeployment.js +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/types/UsageGetRequestEndpoint.d.ts +7 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/types/UsageGetRequestEndpoint.js +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/types/UsageGetRequestMethod.d.ts +7 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/types/UsageGetRequestMethod.js +10 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/types/index.d.ts +3 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/types/index.js +19 -0
- package/dist/cjs/api/resources/read/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/read/client/Client.js +16 -0
- package/dist/cjs/api/resources/read/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/read/client/index.js +2 -0
- package/dist/cjs/api/resources/read/index.d.ts +2 -0
- package/dist/cjs/api/resources/read/index.js +18 -0
- package/dist/cjs/api/resources/read/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/read/resources/index.js +37 -0
- package/dist/cjs/api/resources/read/resources/v1/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/read/resources/v1/client/Client.js +16 -0
- package/dist/cjs/api/resources/read/resources/v1/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/read/resources/v1/client/index.js +2 -0
- package/dist/cjs/api/resources/read/resources/v1/index.d.ts +2 -0
- package/dist/cjs/api/resources/read/resources/v1/index.js +18 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/index.d.ts +3 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/index.js +42 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/client/Client.d.ts +43 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/client/Client.js +179 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/client/index.js +17 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/client/requests/TextAnalyzeRequest.d.ts +48 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/client/requests/TextAnalyzeRequest.js +3 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/index.d.ts +2 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/index.js +18 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestCallbackMethod.d.ts +5 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestCallbackMethod.js +8 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestCustomIntentMode.d.ts +5 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestCustomIntentMode.js +8 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestCustomTopicMode.d.ts +5 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestCustomTopicMode.js +8 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestSummarize.d.ts +4 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestSummarize.js +7 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/types/index.d.ts +4 -0
- package/dist/cjs/api/resources/read/resources/v1/resources/text/types/index.js +20 -0
- package/dist/cjs/api/resources/selfHosted/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/selfHosted/client/Client.js +16 -0
- package/dist/cjs/api/resources/selfHosted/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/selfHosted/client/index.js +2 -0
- package/dist/cjs/api/resources/selfHosted/index.d.ts +2 -0
- package/dist/cjs/api/resources/selfHosted/index.js +18 -0
- package/dist/cjs/api/resources/selfHosted/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/selfHosted/resources/index.js +37 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/client/Client.js +16 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/client/index.js +2 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/index.d.ts +2 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/index.js +18 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/Client.d.ts +71 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/Client.js +295 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/index.js +17 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/requests/CreateProjectDistributionCredentialsV1Request.d.ts +15 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/requests/CreateProjectDistributionCredentialsV1Request.js +3 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/index.d.ts +2 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/index.js +18 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/types/DistributionCredentialsCreateRequestScopesItem.d.ts +11 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/types/DistributionCredentialsCreateRequestScopesItem.js +14 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/types/index.js +17 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/index.d.ts +3 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/index.js +42 -0
- package/dist/cjs/api/resources/speak/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/speak/client/Client.js +16 -0
- package/dist/cjs/api/resources/speak/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/speak/client/index.js +2 -0
- package/dist/cjs/api/resources/speak/index.d.ts +2 -0
- package/dist/cjs/api/resources/speak/index.js +18 -0
- package/dist/cjs/api/resources/speak/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/speak/resources/index.js +41 -0
- package/dist/cjs/api/resources/speak/resources/v1/client/Client.d.ts +28 -0
- package/dist/cjs/api/resources/speak/resources/v1/client/Client.js +90 -0
- package/dist/cjs/api/resources/speak/resources/v1/client/Socket.d.ts +52 -0
- package/dist/cjs/api/resources/speak/resources/v1/client/Socket.js +162 -0
- package/dist/cjs/api/resources/speak/resources/v1/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/speak/resources/v1/client/index.js +2 -0
- package/dist/cjs/api/resources/speak/resources/v1/index.d.ts +3 -0
- package/dist/cjs/api/resources/speak/resources/v1/index.js +19 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/client/Client.d.ts +20 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/client/Client.js +149 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/client/index.js +17 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/client/requests/SpeakV1Request.d.ts +29 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/client/requests/SpeakV1Request.js +3 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/index.d.ts +2 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/index.js +18 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestCallbackMethod.d.ts +5 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestCallbackMethod.js +8 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestContainer.d.ts +6 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestContainer.js +9 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestEncoding.d.ts +10 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestEncoding.js +13 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestModel.d.ts +66 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestModel.js +69 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/types/index.d.ts +4 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/types/index.js +20 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/index.d.ts +3 -0
- package/dist/cjs/api/resources/speak/resources/v1/resources/index.js +42 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Clear.d.ts +13 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Clear.js +13 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Cleared.d.ts +14 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Cleared.js +12 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Close.d.ts +13 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Close.js +13 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Flush.d.ts +13 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Flush.js +13 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Flushed.d.ts +14 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Flushed.js +12 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Metadata.d.ts +12 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Metadata.js +3 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Text.d.ts +6 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Text.js +3 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Warning.d.ts +8 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Warning.js +3 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/index.d.ts +8 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/index.js +24 -0
- package/dist/cjs/api/types/AgentThinkModelsV1Response.d.ts +44 -0
- package/dist/cjs/api/types/AgentThinkModelsV1Response.js +3 -0
- package/dist/cjs/api/types/BillingBreakdownV1Response.d.ts +40 -0
- package/dist/cjs/api/types/BillingBreakdownV1Response.js +3 -0
- package/dist/cjs/api/types/CreateKeyV1RequestOne.d.ts +1 -0
- package/dist/cjs/api/types/CreateKeyV1RequestOne.js +3 -0
- package/dist/cjs/api/types/CreateKeyV1Response.d.ts +17 -0
- package/dist/cjs/api/types/CreateKeyV1Response.js +3 -0
- package/dist/cjs/api/types/CreateProjectDistributionCredentialsV1Response.d.ts +24 -0
- package/dist/cjs/api/types/CreateProjectDistributionCredentialsV1Response.js +3 -0
- package/dist/cjs/api/types/CreateProjectInviteV1Response.d.ts +4 -0
- package/dist/cjs/api/types/CreateProjectInviteV1Response.js +3 -0
- package/dist/cjs/api/types/DeleteProjectInviteV1Response.d.ts +4 -0
- package/dist/cjs/api/types/DeleteProjectInviteV1Response.js +3 -0
- package/dist/cjs/api/types/DeleteProjectKeyV1Response.d.ts +3 -0
- package/dist/cjs/api/types/DeleteProjectKeyV1Response.js +3 -0
- package/dist/cjs/api/types/DeleteProjectMemberV1Response.d.ts +4 -0
- package/dist/cjs/api/types/DeleteProjectMemberV1Response.js +3 -0
- package/dist/cjs/api/types/DeleteProjectV1Response.d.ts +4 -0
- package/dist/cjs/api/types/DeleteProjectV1Response.js +3 -0
- package/dist/cjs/api/types/ErrorResponse.d.ts +2 -0
- package/dist/cjs/api/types/ErrorResponse.js +3 -0
- package/dist/cjs/api/types/ErrorResponseLegacyError.d.ts +8 -0
- package/dist/cjs/api/types/ErrorResponseLegacyError.js +3 -0
- package/dist/cjs/api/types/ErrorResponseModernError.d.ts +10 -0
- package/dist/cjs/api/types/ErrorResponseModernError.js +3 -0
- package/dist/cjs/api/types/ErrorResponseTextError.d.ts +1 -0
- package/dist/cjs/api/types/ErrorResponseTextError.js +3 -0
- package/dist/cjs/api/types/GetModelV1Response.d.ts +27 -0
- package/dist/cjs/api/types/GetModelV1Response.js +3 -0
- package/dist/cjs/api/types/GetProjectBalanceV1Response.d.ts +10 -0
- package/dist/cjs/api/types/GetProjectBalanceV1Response.js +3 -0
- package/dist/cjs/api/types/GetProjectDistributionCredentialsV1Response.d.ts +24 -0
- package/dist/cjs/api/types/GetProjectDistributionCredentialsV1Response.js +3 -0
- package/dist/cjs/api/types/GetProjectKeyV1Response.d.ts +27 -0
- package/dist/cjs/api/types/GetProjectKeyV1Response.js +3 -0
- package/dist/cjs/api/types/GetProjectRequestV1Response.d.ts +4 -0
- package/dist/cjs/api/types/GetProjectRequestV1Response.js +3 -0
- package/dist/cjs/api/types/GetProjectV1Response.d.ts +8 -0
- package/dist/cjs/api/types/GetProjectV1Response.js +3 -0
- package/dist/cjs/api/types/GrantV1Response.d.ts +6 -0
- package/dist/cjs/api/types/GrantV1Response.js +3 -0
- package/dist/cjs/api/types/LeaveProjectV1Response.d.ts +4 -0
- package/dist/cjs/api/types/LeaveProjectV1Response.js +3 -0
- package/dist/cjs/api/types/ListBillingFieldsV1Response.d.ts +22 -0
- package/dist/cjs/api/types/ListBillingFieldsV1Response.js +16 -0
- package/dist/cjs/api/types/ListModelsV1Response.d.ts +5 -0
- package/dist/cjs/api/types/ListModelsV1Response.js +3 -0
- package/dist/cjs/api/types/ListModelsV1ResponseSttModels.d.ts +11 -0
- package/dist/cjs/api/types/ListModelsV1ResponseSttModels.js +3 -0
- package/dist/cjs/api/types/ListModelsV1ResponseTtsModels.d.ts +20 -0
- package/dist/cjs/api/types/ListModelsV1ResponseTtsModels.js +3 -0
- package/dist/cjs/api/types/ListProjectBalancesV1Response.d.ts +18 -0
- package/dist/cjs/api/types/ListProjectBalancesV1Response.js +3 -0
- package/dist/cjs/api/types/ListProjectDistributionCredentialsV1Response.d.ts +33 -0
- package/dist/cjs/api/types/ListProjectDistributionCredentialsV1Response.js +3 -0
- package/dist/cjs/api/types/ListProjectInvitesV1Response.d.ts +14 -0
- package/dist/cjs/api/types/ListProjectInvitesV1Response.js +3 -0
- package/dist/cjs/api/types/ListProjectKeysV1Response.d.ts +24 -0
- package/dist/cjs/api/types/ListProjectKeysV1Response.js +3 -0
- package/dist/cjs/api/types/ListProjectMemberScopesV1Response.d.ts +4 -0
- package/dist/cjs/api/types/ListProjectMemberScopesV1Response.js +3 -0
- package/dist/cjs/api/types/ListProjectMembersV1Response.d.ts +13 -0
- package/dist/cjs/api/types/ListProjectMembersV1Response.js +3 -0
- package/dist/cjs/api/types/ListProjectPurchasesV1Response.d.ts +16 -0
- package/dist/cjs/api/types/ListProjectPurchasesV1Response.js +3 -0
- package/dist/cjs/api/types/ListProjectRequestsV1Response.d.ts +8 -0
- package/dist/cjs/api/types/ListProjectRequestsV1Response.js +3 -0
- package/dist/cjs/api/types/ListProjectsV1Response.d.ts +14 -0
- package/dist/cjs/api/types/ListProjectsV1Response.js +3 -0
- package/dist/cjs/api/types/ListenV1AcceptedResponse.d.ts +7 -0
- package/dist/cjs/api/types/ListenV1AcceptedResponse.js +3 -0
- package/dist/cjs/api/types/ListenV1Callback.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1Callback.js +3 -0
- package/dist/cjs/api/types/ListenV1CallbackMethod.d.ts +8 -0
- package/dist/cjs/api/types/ListenV1CallbackMethod.js +11 -0
- package/dist/cjs/api/types/ListenV1Channels.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1Channels.js +3 -0
- package/dist/cjs/api/types/ListenV1Diarize.d.ts +6 -0
- package/dist/cjs/api/types/ListenV1Diarize.js +9 -0
- package/dist/cjs/api/types/ListenV1Dictation.d.ts +6 -0
- package/dist/cjs/api/types/ListenV1Dictation.js +9 -0
- package/dist/cjs/api/types/ListenV1Encoding.d.ts +15 -0
- package/dist/cjs/api/types/ListenV1Encoding.js +18 -0
- package/dist/cjs/api/types/ListenV1Endpointing.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1Endpointing.js +3 -0
- package/dist/cjs/api/types/ListenV1Extra.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1Extra.js +3 -0
- package/dist/cjs/api/types/ListenV1InterimResults.d.ts +6 -0
- package/dist/cjs/api/types/ListenV1InterimResults.js +9 -0
- package/dist/cjs/api/types/ListenV1Keyterm.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1Keyterm.js +3 -0
- package/dist/cjs/api/types/ListenV1Keywords.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1Keywords.js +3 -0
- package/dist/cjs/api/types/ListenV1Language.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1Language.js +3 -0
- package/dist/cjs/api/types/ListenV1MipOptOut.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1MipOptOut.js +3 -0
- package/dist/cjs/api/types/ListenV1Model.d.ts +34 -0
- package/dist/cjs/api/types/ListenV1Model.js +37 -0
- package/dist/cjs/api/types/ListenV1Multichannel.d.ts +6 -0
- package/dist/cjs/api/types/ListenV1Multichannel.js +9 -0
- package/dist/cjs/api/types/ListenV1Numerals.d.ts +6 -0
- package/dist/cjs/api/types/ListenV1Numerals.js +9 -0
- package/dist/cjs/api/types/ListenV1ProfanityFilter.d.ts +6 -0
- package/dist/cjs/api/types/ListenV1ProfanityFilter.js +9 -0
- package/dist/cjs/api/types/ListenV1Punctuate.d.ts +6 -0
- package/dist/cjs/api/types/ListenV1Punctuate.js +9 -0
- package/dist/cjs/api/types/ListenV1Redact.d.ts +10 -0
- package/dist/cjs/api/types/ListenV1Redact.js +13 -0
- package/dist/cjs/api/types/ListenV1Replace.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1Replace.js +3 -0
- package/dist/cjs/api/types/ListenV1RequestFile.d.ts +4 -0
- package/dist/cjs/api/types/ListenV1RequestFile.js +3 -0
- package/dist/cjs/api/types/ListenV1Response.d.ts +8 -0
- package/dist/cjs/api/types/ListenV1Response.js +3 -0
- package/dist/cjs/api/types/ListenV1ResponseMetadata.d.ts +37 -0
- package/dist/cjs/api/types/ListenV1ResponseMetadata.js +3 -0
- package/dist/cjs/api/types/ListenV1ResponseResults.d.ts +9 -0
- package/dist/cjs/api/types/ListenV1ResponseResults.js +3 -0
- package/dist/cjs/api/types/ListenV1ResponseResultsChannels.d.ts +2 -0
- package/dist/cjs/api/types/ListenV1ResponseResultsChannels.js +3 -0
- package/dist/cjs/api/types/ListenV1ResponseResultsChannelsItem.d.ts +90 -0
- package/dist/cjs/api/types/ListenV1ResponseResultsChannelsItem.js +3 -0
- package/dist/cjs/api/types/ListenV1ResponseResultsSummary.d.ts +4 -0
- package/dist/cjs/api/types/ListenV1ResponseResultsSummary.js +3 -0
- package/dist/cjs/api/types/ListenV1ResponseResultsUtterances.d.ts +2 -0
- package/dist/cjs/api/types/ListenV1ResponseResultsUtterances.js +3 -0
- package/dist/cjs/api/types/ListenV1ResponseResultsUtterancesItem.d.ts +24 -0
- package/dist/cjs/api/types/ListenV1ResponseResultsUtterancesItem.js +3 -0
- package/dist/cjs/api/types/ListenV1SampleRate.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1SampleRate.js +3 -0
- package/dist/cjs/api/types/ListenV1Search.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1Search.js +3 -0
- package/dist/cjs/api/types/ListenV1SmartFormat.d.ts +6 -0
- package/dist/cjs/api/types/ListenV1SmartFormat.js +9 -0
- package/dist/cjs/api/types/ListenV1Tag.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1Tag.js +3 -0
- package/dist/cjs/api/types/ListenV1UtteranceEndMs.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1UtteranceEndMs.js +3 -0
- package/dist/cjs/api/types/ListenV1VadEvents.d.ts +6 -0
- package/dist/cjs/api/types/ListenV1VadEvents.js +9 -0
- package/dist/cjs/api/types/ListenV1Version.d.ts +1 -0
- package/dist/cjs/api/types/ListenV1Version.js +3 -0
- package/dist/cjs/api/types/ListenV2EagerEotThreshold.d.ts +1 -0
- package/dist/cjs/api/types/ListenV2EagerEotThreshold.js +3 -0
- package/dist/cjs/api/types/ListenV2Encoding.d.ts +10 -0
- package/dist/cjs/api/types/ListenV2Encoding.js +13 -0
- package/dist/cjs/api/types/ListenV2EotThreshold.d.ts +1 -0
- package/dist/cjs/api/types/ListenV2EotThreshold.js +3 -0
- package/dist/cjs/api/types/ListenV2EotTimeoutMs.d.ts +1 -0
- package/dist/cjs/api/types/ListenV2EotTimeoutMs.js +3 -0
- package/dist/cjs/api/types/ListenV2Keyterm.d.ts +5 -0
- package/dist/cjs/api/types/ListenV2Keyterm.js +3 -0
- package/dist/cjs/api/types/ListenV2MipOptOut.d.ts +1 -0
- package/dist/cjs/api/types/ListenV2MipOptOut.js +3 -0
- package/dist/cjs/api/types/ListenV2Model.d.ts +4 -0
- package/dist/cjs/api/types/ListenV2Model.js +3 -0
- package/dist/cjs/api/types/ListenV2SampleRate.d.ts +1 -0
- package/dist/cjs/api/types/ListenV2SampleRate.js +3 -0
- package/dist/cjs/api/types/ListenV2Tag.d.ts +1 -0
- package/dist/cjs/api/types/ListenV2Tag.js +3 -0
- package/dist/cjs/api/types/ProjectRequestResponse.d.ts +23 -0
- package/dist/cjs/api/types/ProjectRequestResponse.js +3 -0
- package/dist/cjs/api/types/ReadV1Request.d.ts +2 -0
- package/dist/cjs/api/types/ReadV1Request.js +3 -0
- package/dist/cjs/api/types/ReadV1RequestText.d.ts +4 -0
- package/dist/cjs/api/types/ReadV1RequestText.js +3 -0
- package/dist/cjs/api/types/ReadV1RequestUrl.d.ts +4 -0
- package/dist/cjs/api/types/ReadV1RequestUrl.js +3 -0
- package/dist/cjs/api/types/ReadV1Response.d.ts +8 -0
- package/dist/cjs/api/types/ReadV1Response.js +3 -0
- package/dist/cjs/api/types/ReadV1ResponseMetadata.d.ts +36 -0
- package/dist/cjs/api/types/ReadV1ResponseMetadata.js +3 -0
- package/dist/cjs/api/types/ReadV1ResponseResults.d.ts +7 -0
- package/dist/cjs/api/types/ReadV1ResponseResults.js +3 -0
- package/dist/cjs/api/types/ReadV1ResponseResultsSummary.d.ts +16 -0
- package/dist/cjs/api/types/ReadV1ResponseResultsSummary.js +3 -0
- package/dist/cjs/api/types/SharedIntents.d.ts +36 -0
- package/dist/cjs/api/types/SharedIntents.js +3 -0
- package/dist/cjs/api/types/SharedSentiments.d.ts +23 -0
- package/dist/cjs/api/types/SharedSentiments.js +3 -0
- package/dist/cjs/api/types/SharedTopics.d.ts +36 -0
- package/dist/cjs/api/types/SharedTopics.js +3 -0
- package/dist/cjs/api/types/SpeakV1Encoding.d.ts +7 -0
- package/dist/cjs/api/types/SpeakV1Encoding.js +10 -0
- package/dist/cjs/api/types/SpeakV1MipOptOut.d.ts +1 -0
- package/dist/cjs/api/types/SpeakV1MipOptOut.js +3 -0
- package/dist/cjs/api/types/SpeakV1Model.d.ts +67 -0
- package/dist/cjs/api/types/SpeakV1Model.js +70 -0
- package/dist/cjs/api/types/SpeakV1Response.d.ts +1 -0
- package/dist/cjs/api/types/SpeakV1Response.js +3 -0
- package/dist/cjs/api/types/SpeakV1SampleRate.d.ts +9 -0
- package/dist/cjs/api/types/SpeakV1SampleRate.js +12 -0
- package/dist/cjs/api/types/UpdateProjectMemberScopesV1Response.d.ts +4 -0
- package/dist/cjs/api/types/UpdateProjectMemberScopesV1Response.js +3 -0
- package/dist/cjs/api/types/UpdateProjectV1Response.d.ts +4 -0
- package/dist/cjs/api/types/UpdateProjectV1Response.js +3 -0
- package/dist/cjs/api/types/UsageBreakdownV1Response.d.ts +58 -0
- package/dist/cjs/api/types/UsageBreakdownV1Response.js +3 -0
- package/dist/cjs/api/types/UsageFieldsV1Response.d.ts +25 -0
- package/dist/cjs/api/types/UsageFieldsV1Response.js +3 -0
- package/dist/cjs/api/types/UsageV1Response.d.ts +11 -0
- package/dist/cjs/api/types/UsageV1Response.js +3 -0
- package/dist/cjs/api/types/index.d.ts +102 -0
- package/dist/cjs/api/types/index.js +118 -0
- package/dist/cjs/auth/HeaderAuthProvider.d.ts +14 -0
- package/dist/cjs/auth/HeaderAuthProvider.js +73 -0
- package/dist/cjs/auth/index.d.ts +1 -0
- package/dist/cjs/auth/index.js +5 -0
- package/dist/cjs/core/auth/AuthProvider.d.ts +7 -0
- package/dist/cjs/core/auth/AuthProvider.js +2 -0
- package/dist/cjs/core/auth/AuthRequest.d.ts +9 -0
- package/dist/cjs/core/auth/AuthRequest.js +2 -0
- package/dist/cjs/core/auth/BasicAuth.d.ts +8 -0
- package/dist/cjs/core/auth/BasicAuth.js +27 -0
- package/dist/cjs/core/auth/BearerToken.d.ts +7 -0
- package/dist/cjs/core/auth/BearerToken.js +16 -0
- package/dist/cjs/core/auth/NoOpAuthProvider.d.ts +5 -0
- package/dist/cjs/core/auth/NoOpAuthProvider.js +9 -0
- package/dist/cjs/core/auth/index.d.ts +5 -0
- package/dist/cjs/core/auth/index.js +9 -0
- package/dist/cjs/core/base64.d.ts +2 -0
- package/dist/cjs/core/base64.js +26 -0
- package/dist/cjs/core/exports.d.ts +3 -0
- package/dist/cjs/core/exports.js +19 -0
- package/dist/cjs/core/fetcher/APIResponse.d.ts +20 -0
- package/dist/cjs/core/fetcher/APIResponse.js +2 -0
- package/dist/cjs/core/fetcher/BinaryResponse.d.ts +19 -0
- package/dist/cjs/core/fetcher/BinaryResponse.js +17 -0
- package/dist/cjs/core/fetcher/EndpointMetadata.d.ts +13 -0
- package/dist/cjs/core/fetcher/EndpointMetadata.js +2 -0
- package/dist/cjs/core/fetcher/EndpointSupplier.d.ts +12 -0
- package/dist/cjs/core/fetcher/EndpointSupplier.js +22 -0
- package/dist/cjs/core/fetcher/Fetcher.d.ts +49 -0
- package/dist/cjs/core/fetcher/Fetcher.js +316 -0
- package/dist/cjs/core/fetcher/Headers.d.ts +2 -0
- package/dist/cjs/core/fetcher/Headers.js +84 -0
- package/dist/cjs/core/fetcher/HttpResponsePromise.d.ts +58 -0
- package/dist/cjs/core/fetcher/HttpResponsePromise.js +103 -0
- package/dist/cjs/core/fetcher/RawResponse.d.ts +29 -0
- package/dist/cjs/core/fetcher/RawResponse.js +44 -0
- package/dist/cjs/core/fetcher/Supplier.d.ts +4 -0
- package/dist/cjs/core/fetcher/Supplier.js +22 -0
- package/dist/cjs/core/fetcher/createRequestUrl.d.ts +1 -0
- package/dist/cjs/core/fetcher/createRequestUrl.js +8 -0
- package/dist/cjs/core/fetcher/getErrorResponseBody.d.ts +1 -0
- package/dist/cjs/core/fetcher/getErrorResponseBody.js +45 -0
- package/dist/cjs/core/fetcher/getFetchFn.d.ts +1 -0
- package/dist/cjs/core/fetcher/getFetchFn.js +17 -0
- package/dist/cjs/core/fetcher/getHeader.d.ts +1 -0
- package/dist/cjs/core/fetcher/getHeader.js +11 -0
- package/dist/cjs/core/fetcher/getRequestBody.d.ts +7 -0
- package/dist/cjs/core/fetcher/getRequestBody.js +27 -0
- package/dist/cjs/core/fetcher/getResponseBody.d.ts +1 -0
- package/dist/cjs/core/fetcher/getResponseBody.js +69 -0
- package/dist/cjs/core/fetcher/index.d.ts +11 -0
- package/dist/cjs/core/fetcher/index.js +17 -0
- package/dist/cjs/core/fetcher/makeRequest.d.ts +1 -0
- package/dist/cjs/core/fetcher/makeRequest.js +40 -0
- package/dist/cjs/core/fetcher/requestWithRetries.d.ts +1 -0
- package/dist/cjs/core/fetcher/requestWithRetries.js +67 -0
- package/dist/cjs/core/fetcher/signals.d.ts +5 -0
- package/dist/cjs/core/fetcher/signals.js +24 -0
- package/dist/cjs/core/file/exports.d.ts +1 -0
- package/dist/cjs/core/file/exports.js +2 -0
- package/dist/cjs/core/file/file.d.ts +10 -0
- package/dist/cjs/core/file/file.js +221 -0
- package/dist/cjs/core/file/index.d.ts +2 -0
- package/dist/cjs/core/file/index.js +18 -0
- package/dist/cjs/core/file/types.d.ts +66 -0
- package/dist/cjs/core/file/types.js +2 -0
- package/dist/cjs/core/headers.d.ts +2 -0
- package/dist/cjs/core/headers.js +31 -0
- package/dist/cjs/core/index.d.ts +8 -0
- package/dist/cjs/core/index.js +47 -0
- package/dist/cjs/core/json.d.ts +15 -0
- package/dist/cjs/core/json.js +24 -0
- package/dist/cjs/core/logging/exports.d.ts +18 -0
- package/dist/cjs/core/logging/exports.js +45 -0
- package/dist/cjs/core/logging/index.d.ts +1 -0
- package/dist/cjs/core/logging/index.js +17 -0
- package/dist/cjs/core/logging/logger.d.ts +126 -0
- package/dist/cjs/core/logging/logger.js +144 -0
- package/dist/cjs/core/runtime/index.d.ts +1 -0
- package/dist/cjs/core/runtime/index.js +5 -0
- package/dist/cjs/core/runtime/runtime.d.ts +9 -0
- package/dist/cjs/core/runtime/runtime.js +103 -0
- package/dist/cjs/core/url/encodePathParam.d.ts +1 -0
- package/dist/cjs/core/url/encodePathParam.js +21 -0
- package/dist/cjs/core/url/index.d.ts +3 -0
- package/dist/cjs/core/url/index.js +9 -0
- package/dist/cjs/core/url/join.d.ts +1 -0
- package/dist/cjs/core/url/join.js +68 -0
- package/dist/cjs/core/url/qs.d.ts +6 -0
- package/dist/cjs/core/url/qs.js +64 -0
- package/dist/cjs/core/websocket/events.d.ts +36 -0
- package/dist/cjs/core/websocket/events.js +27 -0
- package/dist/cjs/core/websocket/exports.d.ts +8 -0
- package/dist/cjs/core/websocket/exports.js +2 -0
- package/dist/cjs/core/websocket/index.d.ts +1 -0
- package/dist/cjs/core/websocket/index.js +17 -0
- package/dist/cjs/core/websocket/ws.d.ts +148 -0
- package/dist/cjs/core/websocket/ws.js +482 -0
- package/dist/cjs/environments.d.ts +18 -0
- package/dist/cjs/environments.js +16 -0
- package/dist/cjs/errors/DeepgramError.d.ts +12 -0
- package/dist/cjs/errors/DeepgramError.js +32 -0
- package/dist/cjs/errors/DeepgramTimeoutError.d.ts +3 -0
- package/dist/cjs/errors/DeepgramTimeoutError.js +15 -0
- package/dist/cjs/errors/handleNonStatusCodeError.d.ts +2 -0
- package/dist/cjs/errors/handleNonStatusCodeError.js +65 -0
- package/dist/cjs/errors/index.d.ts +2 -0
- package/dist/cjs/errors/index.js +7 -0
- package/dist/cjs/exports.d.ts +1 -0
- package/dist/cjs/exports.js +17 -0
- package/dist/cjs/index.d.ts +7 -0
- package/dist/cjs/index.js +50 -0
- package/dist/esm/BaseClient.d.mts +40 -0
- package/dist/esm/BaseClient.mjs +22 -0
- package/dist/esm/Client.d.mts +33 -0
- package/dist/esm/Client.mjs +42 -0
- package/dist/esm/CustomClient.d.mts +29 -0
- package/dist/esm/CustomClient.mjs +480 -0
- package/dist/esm/api/errors/BadRequestError.d.mts +5 -0
- package/dist/esm/api/errors/BadRequestError.mjs +17 -0
- package/dist/esm/api/errors/index.d.mts +1 -0
- package/dist/esm/api/errors/index.mjs +1 -0
- package/dist/esm/api/index.d.mts +3 -0
- package/dist/esm/api/index.mjs +3 -0
- package/dist/esm/api/resources/agent/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/agent/client/Client.mjs +12 -0
- package/dist/esm/api/resources/agent/client/index.d.mts +1 -0
- package/dist/esm/api/resources/agent/client/index.mjs +1 -0
- package/dist/esm/api/resources/agent/index.d.mts +2 -0
- package/dist/esm/api/resources/agent/index.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/agent/resources/index.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/client/Client.d.mts +24 -0
- package/dist/esm/api/resources/agent/resources/v1/client/Client.mjs +40 -0
- package/dist/esm/api/resources/agent/resources/v1/client/Socket.d.mts +56 -0
- package/dist/esm/api/resources/agent/resources/v1/client/Socket.mjs +141 -0
- package/dist/esm/api/resources/agent/resources/v1/client/index.d.mts +1 -0
- package/dist/esm/api/resources/agent/resources/v1/client/index.mjs +1 -0
- package/dist/esm/api/resources/agent/resources/v1/index.d.mts +3 -0
- package/dist/esm/api/resources/agent/resources/v1/index.mjs +3 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/index.mjs +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/client/Client.mjs +12 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/client/index.d.mts +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/client/index.mjs +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/index.d.mts +2 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/index.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/index.mjs +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/client/Client.mjs +12 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/client/index.d.mts +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/client/index.mjs +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/index.d.mts +2 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/index.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/resources/index.mjs +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/client/Client.d.mts +26 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/client/Client.mjs +68 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/client/index.d.mts +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/client/index.mjs +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/index.d.mts +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/index.mjs +1 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1AgentAudioDone.d.mts +4 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1AgentAudioDone.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1AgentStartedSpeaking.d.mts +10 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1AgentStartedSpeaking.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1AgentThinking.d.mts +6 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1AgentThinking.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1ConversationText.d.mts +16 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1ConversationText.mjs +9 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1Error.d.mts +8 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1Error.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1FunctionCallRequest.d.mts +21 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1FunctionCallRequest.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1InjectAgentMessage.d.mts +6 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1InjectAgentMessage.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1InjectUserMessage.d.mts +6 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1InjectUserMessage.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1InjectionRefused.d.mts +6 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1InjectionRefused.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1KeepAlive.d.mts +7 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1KeepAlive.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1PromptUpdated.d.mts +4 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1PromptUpdated.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1ReceiveFunctionCallResponse.d.mts +28 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1ReceiveFunctionCallResponse.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SendFunctionCallResponse.d.mts +28 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SendFunctionCallResponse.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1Settings.d.mts +228 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1Settings.mjs +33 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakEndpointProvider.d.mts +186 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakEndpointProvider.mjs +134 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakOneItemProvider.d.mts +186 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakOneItemProvider.mjs +134 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsApplied.d.mts +4 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsApplied.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SpeakUpdated.d.mts +4 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SpeakUpdated.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UpdatePrompt.d.mts +6 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UpdatePrompt.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UpdateSpeak.d.mts +34 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UpdateSpeak.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UpdateSpeakSpeakProvider.d.mts +186 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UpdateSpeakSpeakProvider.mjs +134 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UserStartedSpeaking.d.mts +4 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UserStartedSpeaking.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1Warning.d.mts +11 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1Warning.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1Welcome.d.mts +6 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1Welcome.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/index.d.mts +24 -0
- package/dist/esm/api/resources/agent/resources/v1/types/index.mjs +24 -0
- package/dist/esm/api/resources/auth/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/auth/client/Client.mjs +12 -0
- package/dist/esm/api/resources/auth/client/index.d.mts +1 -0
- package/dist/esm/api/resources/auth/client/index.mjs +1 -0
- package/dist/esm/api/resources/auth/index.d.mts +2 -0
- package/dist/esm/api/resources/auth/index.mjs +2 -0
- package/dist/esm/api/resources/auth/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/auth/resources/index.mjs +1 -0
- package/dist/esm/api/resources/auth/resources/v1/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/auth/resources/v1/client/Client.mjs +12 -0
- package/dist/esm/api/resources/auth/resources/v1/client/index.d.mts +1 -0
- package/dist/esm/api/resources/auth/resources/v1/client/index.mjs +1 -0
- package/dist/esm/api/resources/auth/resources/v1/index.d.mts +2 -0
- package/dist/esm/api/resources/auth/resources/v1/index.mjs +2 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/index.mjs +2 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/tokens/client/Client.d.mts +27 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/tokens/client/Client.mjs +73 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/tokens/client/index.d.mts +1 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/tokens/client/index.mjs +1 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/tokens/client/requests/GrantV1Request.d.mts +8 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/tokens/client/requests/GrantV1Request.mjs +2 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/tokens/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/tokens/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/tokens/index.d.mts +1 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/tokens/index.mjs +1 -0
- package/dist/esm/api/resources/index.d.mts +7 -0
- package/dist/esm/api/resources/index.mjs +7 -0
- package/dist/esm/api/resources/listen/client/Client.d.mts +16 -0
- package/dist/esm/api/resources/listen/client/Client.mjs +17 -0
- package/dist/esm/api/resources/listen/client/index.d.mts +1 -0
- package/dist/esm/api/resources/listen/client/index.mjs +1 -0
- package/dist/esm/api/resources/listen/index.d.mts +2 -0
- package/dist/esm/api/resources/listen/index.mjs +2 -0
- package/dist/esm/api/resources/listen/resources/index.d.mts +4 -0
- package/dist/esm/api/resources/listen/resources/index.mjs +4 -0
- package/dist/esm/api/resources/listen/resources/v1/client/Client.d.mts +51 -0
- package/dist/esm/api/resources/listen/resources/v1/client/Client.mjs +120 -0
- package/dist/esm/api/resources/listen/resources/v1/client/Socket.d.mts +52 -0
- package/dist/esm/api/resources/listen/resources/v1/client/Socket.mjs +125 -0
- package/dist/esm/api/resources/listen/resources/v1/client/index.d.mts +1 -0
- package/dist/esm/api/resources/listen/resources/v1/client/index.mjs +1 -0
- package/dist/esm/api/resources/listen/resources/v1/index.d.mts +3 -0
- package/dist/esm/api/resources/listen/resources/v1/index.mjs +3 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/index.d.mts +3 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/index.mjs +3 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/Client.d.mts +79 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/Client.mjs +481 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/index.d.mts +1 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/index.mjs +1 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/requests/ListenV1RequestUrl.d.mts +117 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/requests/ListenV1RequestUrl.mjs +2 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/requests/MediaTranscribeRequestOctetStream.d.mts +82 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/requests/MediaTranscribeRequestOctetStream.mjs +2 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/index.d.mts +2 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/index.mjs +2 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestCallbackMethod.d.mts +5 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestCallbackMethod.mjs +5 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestCustomIntentMode.d.mts +5 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestCustomIntentMode.mjs +5 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestCustomTopicMode.d.mts +5 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestCustomTopicMode.mjs +5 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestEncoding.d.mts +11 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestEncoding.mjs +11 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestModel.d.mts +32 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestModel.mjs +32 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestSummarize.d.mts +4 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestSummarize.mjs +4 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestVersion.d.mts +4 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeRequestVersion.mjs +4 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeResponse.d.mts +2 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/MediaTranscribeResponse.mjs +2 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/index.d.mts +8 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/types/index.mjs +8 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1CloseStream.d.mts +13 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1CloseStream.mjs +10 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1Finalize.d.mts +13 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1Finalize.mjs +10 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1KeepAlive.d.mts +13 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1KeepAlive.mjs +10 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1Metadata.d.mts +16 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1Metadata.mjs +2 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1Results.d.mts +74 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1Results.mjs +2 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1SpeechStarted.d.mts +8 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1SpeechStarted.mjs +2 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1UtteranceEnd.d.mts +8 -0
- package/dist/esm/api/resources/listen/resources/v1/types/ListenV1UtteranceEnd.mjs +2 -0
- package/dist/esm/api/resources/listen/resources/v1/types/index.d.mts +7 -0
- package/dist/esm/api/resources/listen/resources/v1/types/index.mjs +7 -0
- package/dist/esm/api/resources/listen/resources/v2/client/Client.d.mts +30 -0
- package/dist/esm/api/resources/listen/resources/v2/client/Client.mjs +61 -0
- package/dist/esm/api/resources/listen/resources/v2/client/Socket.d.mts +50 -0
- package/dist/esm/api/resources/listen/resources/v2/client/Socket.mjs +117 -0
- package/dist/esm/api/resources/listen/resources/v2/client/index.d.mts +1 -0
- package/dist/esm/api/resources/listen/resources/v2/client/index.mjs +1 -0
- package/dist/esm/api/resources/listen/resources/v2/index.d.mts +2 -0
- package/dist/esm/api/resources/listen/resources/v2/index.mjs +2 -0
- package/dist/esm/api/resources/listen/resources/v2/types/ListenV2CloseStream.d.mts +13 -0
- package/dist/esm/api/resources/listen/resources/v2/types/ListenV2CloseStream.mjs +10 -0
- package/dist/esm/api/resources/listen/resources/v2/types/ListenV2Connected.d.mts +12 -0
- package/dist/esm/api/resources/listen/resources/v2/types/ListenV2Connected.mjs +2 -0
- package/dist/esm/api/resources/listen/resources/v2/types/ListenV2FatalError.d.mts +14 -0
- package/dist/esm/api/resources/listen/resources/v2/types/ListenV2FatalError.mjs +2 -0
- package/dist/esm/api/resources/listen/resources/v2/types/ListenV2TurnInfo.d.mts +60 -0
- package/dist/esm/api/resources/listen/resources/v2/types/ListenV2TurnInfo.mjs +20 -0
- package/dist/esm/api/resources/listen/resources/v2/types/index.d.mts +4 -0
- package/dist/esm/api/resources/listen/resources/v2/types/index.mjs +4 -0
- package/dist/esm/api/resources/manage/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/manage/client/Client.mjs +12 -0
- package/dist/esm/api/resources/manage/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/index.d.mts +2 -0
- package/dist/esm/api/resources/manage/index.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/client/Client.d.mts +16 -0
- package/dist/esm/api/resources/manage/resources/v1/client/Client.mjs +17 -0
- package/dist/esm/api/resources/manage/resources/v1/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/index.d.mts +2 -0
- package/dist/esm/api/resources/manage/resources/v1/index.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/index.d.mts +4 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/index.mjs +4 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/models/client/Client.d.mts +42 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/models/client/Client.mjs +125 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/models/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/models/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/models/client/requests/ModelsListRequest.d.mts +10 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/models/client/requests/ModelsListRequest.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/models/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/models/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/models/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/models/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/client/Client.d.mts +101 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/client/Client.mjs +307 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/client/requests/ProjectsGetRequest.d.mts +13 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/client/requests/ProjectsGetRequest.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/client/requests/UpdateProjectV1Request.d.mts +8 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/client/requests/UpdateProjectV1Request.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/index.d.mts +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/index.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/client/Client.d.mts +22 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/client/Client.mjs +27 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/index.d.mts +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/index.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/client/Client.d.mts +41 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/client/Client.mjs +122 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/Client.d.mts +35 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/Client.mjs +106 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/requests/BreakdownListRequest.d.mts +28 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/requests/BreakdownListRequest.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/index.d.mts +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/index.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/types/BreakdownListRequestDeployment.d.mts +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/types/BreakdownListRequestDeployment.mjs +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/types/BreakdownListRequestGroupingItem.d.mts +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/types/BreakdownListRequestGroupingItem.mjs +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/types/index.d.mts +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/types/index.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/Client.d.mts +31 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/Client.mjs +82 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/requests/FieldsListRequest.d.mts +13 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/requests/FieldsListRequest.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/index.d.mts +8 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/index.mjs +8 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/Client.d.mts +30 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/Client.mjs +81 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/requests/PurchasesListRequest.d.mts +10 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/requests/PurchasesListRequest.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/index.d.mts +13 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/index.mjs +13 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/client/Client.d.mts +74 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/client/Client.mjs +230 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/client/requests/KeysListRequest.d.mts +11 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/client/requests/KeysListRequest.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/index.d.mts +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/index.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/types/KeysListRequestStatus.d.mts +5 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/types/KeysListRequestStatus.mjs +5 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/types/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/types/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/client/Client.d.mts +47 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/client/Client.mjs +135 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/index.d.mts +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/index.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/index.d.mts +4 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/index.mjs +4 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/Client.d.mts +58 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/Client.mjs +183 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/requests/CreateProjectInviteV1Request.d.mts +13 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/requests/CreateProjectInviteV1Request.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/Client.d.mts +45 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/Client.mjs +132 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/requests/UpdateProjectMemberScopesV1Request.d.mts +10 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/requests/UpdateProjectMemberScopesV1Request.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/client/Client.d.mts +44 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/client/Client.mjs +127 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/client/requests/ModelsListRequest.d.mts +10 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/client/requests/ModelsListRequest.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/client/Client.d.mts +53 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/client/Client.mjs +166 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/client/requests/RequestsListRequest.d.mts +38 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/client/requests/RequestsListRequest.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/index.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestDeployment.d.mts +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestDeployment.mjs +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestEndpoint.d.mts +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestEndpoint.mjs +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestMethod.d.mts +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestMethod.mjs +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestStatus.d.mts +5 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/types/RequestsListRequestStatus.mjs +5 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/types/index.d.mts +4 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/types/index.mjs +4 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/client/Client.d.mts +79 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/client/Client.mjs +260 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/client/requests/UsageGetRequest.d.mts +140 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/client/requests/UsageGetRequest.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/index.d.mts +3 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/index.mjs +3 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/Client.d.mts +74 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/Client.mjs +254 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/requests/BreakdownGetRequest.d.mts +143 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/requests/BreakdownGetRequest.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/index.d.mts +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/index.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestDeployment.d.mts +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestDeployment.mjs +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestEndpoint.d.mts +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestEndpoint.mjs +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestGrouping.d.mts +10 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestGrouping.mjs +10 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestMethod.d.mts +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/BreakdownGetRequestMethod.mjs +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/index.d.mts +4 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/types/index.mjs +4 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/Client.d.mts +31 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/Client.mjs +82 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/requests/FieldsListRequest.d.mts +13 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/requests/FieldsListRequest.mjs +2 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/index.d.mts +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/index.mjs +1 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/index.d.mts +5 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/index.mjs +5 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/types/UsageGetRequestDeployment.d.mts +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/types/UsageGetRequestDeployment.mjs +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/types/UsageGetRequestEndpoint.d.mts +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/types/UsageGetRequestEndpoint.mjs +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/types/UsageGetRequestMethod.d.mts +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/types/UsageGetRequestMethod.mjs +7 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/types/index.d.mts +3 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/types/index.mjs +3 -0
- package/dist/esm/api/resources/read/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/read/client/Client.mjs +12 -0
- package/dist/esm/api/resources/read/client/index.d.mts +1 -0
- package/dist/esm/api/resources/read/client/index.mjs +1 -0
- package/dist/esm/api/resources/read/index.d.mts +2 -0
- package/dist/esm/api/resources/read/index.mjs +2 -0
- package/dist/esm/api/resources/read/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/read/resources/index.mjs +1 -0
- package/dist/esm/api/resources/read/resources/v1/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/read/resources/v1/client/Client.mjs +12 -0
- package/dist/esm/api/resources/read/resources/v1/client/index.d.mts +1 -0
- package/dist/esm/api/resources/read/resources/v1/client/index.mjs +1 -0
- package/dist/esm/api/resources/read/resources/v1/index.d.mts +2 -0
- package/dist/esm/api/resources/read/resources/v1/index.mjs +2 -0
- package/dist/esm/api/resources/read/resources/v1/resources/index.d.mts +3 -0
- package/dist/esm/api/resources/read/resources/v1/resources/index.mjs +3 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/client/Client.d.mts +43 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/client/Client.mjs +142 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/client/index.d.mts +1 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/client/index.mjs +1 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/client/requests/TextAnalyzeRequest.d.mts +48 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/client/requests/TextAnalyzeRequest.mjs +2 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/index.d.mts +2 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/index.mjs +2 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestCallbackMethod.d.mts +5 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestCallbackMethod.mjs +5 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestCustomIntentMode.d.mts +5 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestCustomIntentMode.mjs +5 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestCustomTopicMode.d.mts +5 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestCustomTopicMode.mjs +5 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestSummarize.d.mts +4 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/types/TextAnalyzeRequestSummarize.mjs +4 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/types/index.d.mts +4 -0
- package/dist/esm/api/resources/read/resources/v1/resources/text/types/index.mjs +4 -0
- package/dist/esm/api/resources/selfHosted/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/selfHosted/client/Client.mjs +12 -0
- package/dist/esm/api/resources/selfHosted/client/index.d.mts +1 -0
- package/dist/esm/api/resources/selfHosted/client/index.mjs +1 -0
- package/dist/esm/api/resources/selfHosted/index.d.mts +2 -0
- package/dist/esm/api/resources/selfHosted/index.mjs +2 -0
- package/dist/esm/api/resources/selfHosted/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/selfHosted/resources/index.mjs +1 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/client/Client.mjs +12 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/client/index.d.mts +1 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/client/index.mjs +1 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/index.d.mts +2 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/index.mjs +2 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/Client.d.mts +71 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/Client.mjs +258 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/index.d.mts +1 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/index.mjs +1 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/requests/CreateProjectDistributionCredentialsV1Request.d.mts +15 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/requests/CreateProjectDistributionCredentialsV1Request.mjs +2 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/index.d.mts +2 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/index.mjs +2 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/types/DistributionCredentialsCreateRequestScopesItem.d.mts +11 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/types/DistributionCredentialsCreateRequestScopesItem.mjs +11 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/types/index.d.mts +1 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/types/index.mjs +1 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/index.d.mts +3 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/index.mjs +3 -0
- package/dist/esm/api/resources/speak/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/speak/client/Client.mjs +12 -0
- package/dist/esm/api/resources/speak/client/index.d.mts +1 -0
- package/dist/esm/api/resources/speak/client/index.mjs +1 -0
- package/dist/esm/api/resources/speak/index.d.mts +2 -0
- package/dist/esm/api/resources/speak/index.mjs +2 -0
- package/dist/esm/api/resources/speak/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/speak/resources/index.mjs +2 -0
- package/dist/esm/api/resources/speak/resources/v1/client/Client.d.mts +28 -0
- package/dist/esm/api/resources/speak/resources/v1/client/Client.mjs +53 -0
- package/dist/esm/api/resources/speak/resources/v1/client/Socket.d.mts +52 -0
- package/dist/esm/api/resources/speak/resources/v1/client/Socket.mjs +125 -0
- package/dist/esm/api/resources/speak/resources/v1/client/index.d.mts +1 -0
- package/dist/esm/api/resources/speak/resources/v1/client/index.mjs +1 -0
- package/dist/esm/api/resources/speak/resources/v1/index.d.mts +3 -0
- package/dist/esm/api/resources/speak/resources/v1/index.mjs +3 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/client/Client.d.mts +20 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/client/Client.mjs +112 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/client/index.d.mts +1 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/client/index.mjs +1 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/client/requests/SpeakV1Request.d.mts +29 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/client/requests/SpeakV1Request.mjs +2 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/index.d.mts +2 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/index.mjs +2 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestCallbackMethod.d.mts +5 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestCallbackMethod.mjs +5 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestContainer.d.mts +6 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestContainer.mjs +6 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestEncoding.d.mts +10 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestEncoding.mjs +10 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestModel.d.mts +66 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/types/AudioGenerateRequestModel.mjs +66 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/types/index.d.mts +4 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/types/index.mjs +4 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/index.d.mts +3 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/index.mjs +3 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Clear.d.mts +13 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Clear.mjs +10 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Cleared.d.mts +14 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Cleared.mjs +9 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Close.d.mts +13 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Close.mjs +10 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Flush.d.mts +13 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Flush.mjs +10 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Flushed.d.mts +14 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Flushed.mjs +9 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Metadata.d.mts +12 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Metadata.mjs +2 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Text.d.mts +6 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Text.mjs +2 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Warning.d.mts +8 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Warning.mjs +2 -0
- package/dist/esm/api/resources/speak/resources/v1/types/index.d.mts +8 -0
- package/dist/esm/api/resources/speak/resources/v1/types/index.mjs +8 -0
- package/dist/esm/api/types/AgentThinkModelsV1Response.d.mts +44 -0
- package/dist/esm/api/types/AgentThinkModelsV1Response.mjs +2 -0
- package/dist/esm/api/types/BillingBreakdownV1Response.d.mts +40 -0
- package/dist/esm/api/types/BillingBreakdownV1Response.mjs +2 -0
- package/dist/esm/api/types/CreateKeyV1RequestOne.d.mts +1 -0
- package/dist/esm/api/types/CreateKeyV1RequestOne.mjs +2 -0
- package/dist/esm/api/types/CreateKeyV1Response.d.mts +17 -0
- package/dist/esm/api/types/CreateKeyV1Response.mjs +2 -0
- package/dist/esm/api/types/CreateProjectDistributionCredentialsV1Response.d.mts +24 -0
- package/dist/esm/api/types/CreateProjectDistributionCredentialsV1Response.mjs +2 -0
- package/dist/esm/api/types/CreateProjectInviteV1Response.d.mts +4 -0
- package/dist/esm/api/types/CreateProjectInviteV1Response.mjs +2 -0
- package/dist/esm/api/types/DeleteProjectInviteV1Response.d.mts +4 -0
- package/dist/esm/api/types/DeleteProjectInviteV1Response.mjs +2 -0
- package/dist/esm/api/types/DeleteProjectKeyV1Response.d.mts +3 -0
- package/dist/esm/api/types/DeleteProjectKeyV1Response.mjs +2 -0
- package/dist/esm/api/types/DeleteProjectMemberV1Response.d.mts +4 -0
- package/dist/esm/api/types/DeleteProjectMemberV1Response.mjs +2 -0
- package/dist/esm/api/types/DeleteProjectV1Response.d.mts +4 -0
- package/dist/esm/api/types/DeleteProjectV1Response.mjs +2 -0
- package/dist/esm/api/types/ErrorResponse.d.mts +2 -0
- package/dist/esm/api/types/ErrorResponse.mjs +2 -0
- package/dist/esm/api/types/ErrorResponseLegacyError.d.mts +8 -0
- package/dist/esm/api/types/ErrorResponseLegacyError.mjs +2 -0
- package/dist/esm/api/types/ErrorResponseModernError.d.mts +10 -0
- package/dist/esm/api/types/ErrorResponseModernError.mjs +2 -0
- package/dist/esm/api/types/ErrorResponseTextError.d.mts +1 -0
- package/dist/esm/api/types/ErrorResponseTextError.mjs +2 -0
- package/dist/esm/api/types/GetModelV1Response.d.mts +27 -0
- package/dist/esm/api/types/GetModelV1Response.mjs +2 -0
- package/dist/esm/api/types/GetProjectBalanceV1Response.d.mts +10 -0
- package/dist/esm/api/types/GetProjectBalanceV1Response.mjs +2 -0
- package/dist/esm/api/types/GetProjectDistributionCredentialsV1Response.d.mts +24 -0
- package/dist/esm/api/types/GetProjectDistributionCredentialsV1Response.mjs +2 -0
- package/dist/esm/api/types/GetProjectKeyV1Response.d.mts +27 -0
- package/dist/esm/api/types/GetProjectKeyV1Response.mjs +2 -0
- package/dist/esm/api/types/GetProjectRequestV1Response.d.mts +4 -0
- package/dist/esm/api/types/GetProjectRequestV1Response.mjs +2 -0
- package/dist/esm/api/types/GetProjectV1Response.d.mts +8 -0
- package/dist/esm/api/types/GetProjectV1Response.mjs +2 -0
- package/dist/esm/api/types/GrantV1Response.d.mts +6 -0
- package/dist/esm/api/types/GrantV1Response.mjs +2 -0
- package/dist/esm/api/types/LeaveProjectV1Response.d.mts +4 -0
- package/dist/esm/api/types/LeaveProjectV1Response.mjs +2 -0
- package/dist/esm/api/types/ListBillingFieldsV1Response.d.mts +22 -0
- package/dist/esm/api/types/ListBillingFieldsV1Response.mjs +13 -0
- package/dist/esm/api/types/ListModelsV1Response.d.mts +5 -0
- package/dist/esm/api/types/ListModelsV1Response.mjs +2 -0
- package/dist/esm/api/types/ListModelsV1ResponseSttModels.d.mts +11 -0
- package/dist/esm/api/types/ListModelsV1ResponseSttModels.mjs +2 -0
- package/dist/esm/api/types/ListModelsV1ResponseTtsModels.d.mts +20 -0
- package/dist/esm/api/types/ListModelsV1ResponseTtsModels.mjs +2 -0
- package/dist/esm/api/types/ListProjectBalancesV1Response.d.mts +18 -0
- package/dist/esm/api/types/ListProjectBalancesV1Response.mjs +2 -0
- package/dist/esm/api/types/ListProjectDistributionCredentialsV1Response.d.mts +33 -0
- package/dist/esm/api/types/ListProjectDistributionCredentialsV1Response.mjs +2 -0
- package/dist/esm/api/types/ListProjectInvitesV1Response.d.mts +14 -0
- package/dist/esm/api/types/ListProjectInvitesV1Response.mjs +2 -0
- package/dist/esm/api/types/ListProjectKeysV1Response.d.mts +24 -0
- package/dist/esm/api/types/ListProjectKeysV1Response.mjs +2 -0
- package/dist/esm/api/types/ListProjectMemberScopesV1Response.d.mts +4 -0
- package/dist/esm/api/types/ListProjectMemberScopesV1Response.mjs +2 -0
- package/dist/esm/api/types/ListProjectMembersV1Response.d.mts +13 -0
- package/dist/esm/api/types/ListProjectMembersV1Response.mjs +2 -0
- package/dist/esm/api/types/ListProjectPurchasesV1Response.d.mts +16 -0
- package/dist/esm/api/types/ListProjectPurchasesV1Response.mjs +2 -0
- package/dist/esm/api/types/ListProjectRequestsV1Response.d.mts +8 -0
- package/dist/esm/api/types/ListProjectRequestsV1Response.mjs +2 -0
- package/dist/esm/api/types/ListProjectsV1Response.d.mts +14 -0
- package/dist/esm/api/types/ListProjectsV1Response.mjs +2 -0
- package/dist/esm/api/types/ListenV1AcceptedResponse.d.mts +7 -0
- package/dist/esm/api/types/ListenV1AcceptedResponse.mjs +2 -0
- package/dist/esm/api/types/ListenV1Callback.d.mts +1 -0
- package/dist/esm/api/types/ListenV1Callback.mjs +2 -0
- package/dist/esm/api/types/ListenV1CallbackMethod.d.mts +8 -0
- package/dist/esm/api/types/ListenV1CallbackMethod.mjs +8 -0
- package/dist/esm/api/types/ListenV1Channels.d.mts +1 -0
- package/dist/esm/api/types/ListenV1Channels.mjs +2 -0
- package/dist/esm/api/types/ListenV1Diarize.d.mts +6 -0
- package/dist/esm/api/types/ListenV1Diarize.mjs +6 -0
- package/dist/esm/api/types/ListenV1Dictation.d.mts +6 -0
- package/dist/esm/api/types/ListenV1Dictation.mjs +6 -0
- package/dist/esm/api/types/ListenV1Encoding.d.mts +15 -0
- package/dist/esm/api/types/ListenV1Encoding.mjs +15 -0
- package/dist/esm/api/types/ListenV1Endpointing.d.mts +1 -0
- package/dist/esm/api/types/ListenV1Endpointing.mjs +2 -0
- package/dist/esm/api/types/ListenV1Extra.d.mts +1 -0
- package/dist/esm/api/types/ListenV1Extra.mjs +2 -0
- package/dist/esm/api/types/ListenV1InterimResults.d.mts +6 -0
- package/dist/esm/api/types/ListenV1InterimResults.mjs +6 -0
- package/dist/esm/api/types/ListenV1Keyterm.d.mts +1 -0
- package/dist/esm/api/types/ListenV1Keyterm.mjs +2 -0
- package/dist/esm/api/types/ListenV1Keywords.d.mts +1 -0
- package/dist/esm/api/types/ListenV1Keywords.mjs +2 -0
- package/dist/esm/api/types/ListenV1Language.d.mts +1 -0
- package/dist/esm/api/types/ListenV1Language.mjs +2 -0
- package/dist/esm/api/types/ListenV1MipOptOut.d.mts +1 -0
- package/dist/esm/api/types/ListenV1MipOptOut.mjs +2 -0
- package/dist/esm/api/types/ListenV1Model.d.mts +34 -0
- package/dist/esm/api/types/ListenV1Model.mjs +34 -0
- package/dist/esm/api/types/ListenV1Multichannel.d.mts +6 -0
- package/dist/esm/api/types/ListenV1Multichannel.mjs +6 -0
- package/dist/esm/api/types/ListenV1Numerals.d.mts +6 -0
- package/dist/esm/api/types/ListenV1Numerals.mjs +6 -0
- package/dist/esm/api/types/ListenV1ProfanityFilter.d.mts +6 -0
- package/dist/esm/api/types/ListenV1ProfanityFilter.mjs +6 -0
- package/dist/esm/api/types/ListenV1Punctuate.d.mts +6 -0
- package/dist/esm/api/types/ListenV1Punctuate.mjs +6 -0
- package/dist/esm/api/types/ListenV1Redact.d.mts +10 -0
- package/dist/esm/api/types/ListenV1Redact.mjs +10 -0
- package/dist/esm/api/types/ListenV1Replace.d.mts +1 -0
- package/dist/esm/api/types/ListenV1Replace.mjs +2 -0
- package/dist/esm/api/types/ListenV1RequestFile.d.mts +4 -0
- package/dist/esm/api/types/ListenV1RequestFile.mjs +2 -0
- package/dist/esm/api/types/ListenV1Response.d.mts +8 -0
- package/dist/esm/api/types/ListenV1Response.mjs +2 -0
- package/dist/esm/api/types/ListenV1ResponseMetadata.d.mts +37 -0
- package/dist/esm/api/types/ListenV1ResponseMetadata.mjs +2 -0
- package/dist/esm/api/types/ListenV1ResponseResults.d.mts +9 -0
- package/dist/esm/api/types/ListenV1ResponseResults.mjs +2 -0
- package/dist/esm/api/types/ListenV1ResponseResultsChannels.d.mts +2 -0
- package/dist/esm/api/types/ListenV1ResponseResultsChannels.mjs +2 -0
- package/dist/esm/api/types/ListenV1ResponseResultsChannelsItem.d.mts +90 -0
- package/dist/esm/api/types/ListenV1ResponseResultsChannelsItem.mjs +2 -0
- package/dist/esm/api/types/ListenV1ResponseResultsSummary.d.mts +4 -0
- package/dist/esm/api/types/ListenV1ResponseResultsSummary.mjs +2 -0
- package/dist/esm/api/types/ListenV1ResponseResultsUtterances.d.mts +2 -0
- package/dist/esm/api/types/ListenV1ResponseResultsUtterances.mjs +2 -0
- package/dist/esm/api/types/ListenV1ResponseResultsUtterancesItem.d.mts +24 -0
- package/dist/esm/api/types/ListenV1ResponseResultsUtterancesItem.mjs +2 -0
- package/dist/esm/api/types/ListenV1SampleRate.d.mts +1 -0
- package/dist/esm/api/types/ListenV1SampleRate.mjs +2 -0
- package/dist/esm/api/types/ListenV1Search.d.mts +1 -0
- package/dist/esm/api/types/ListenV1Search.mjs +2 -0
- package/dist/esm/api/types/ListenV1SmartFormat.d.mts +6 -0
- package/dist/esm/api/types/ListenV1SmartFormat.mjs +6 -0
- package/dist/esm/api/types/ListenV1Tag.d.mts +1 -0
- package/dist/esm/api/types/ListenV1Tag.mjs +2 -0
- package/dist/esm/api/types/ListenV1UtteranceEndMs.d.mts +1 -0
- package/dist/esm/api/types/ListenV1UtteranceEndMs.mjs +2 -0
- package/dist/esm/api/types/ListenV1VadEvents.d.mts +6 -0
- package/dist/esm/api/types/ListenV1VadEvents.mjs +6 -0
- package/dist/esm/api/types/ListenV1Version.d.mts +1 -0
- package/dist/esm/api/types/ListenV1Version.mjs +2 -0
- package/dist/esm/api/types/ListenV2EagerEotThreshold.d.mts +1 -0
- package/dist/esm/api/types/ListenV2EagerEotThreshold.mjs +2 -0
- package/dist/esm/api/types/ListenV2Encoding.d.mts +10 -0
- package/dist/esm/api/types/ListenV2Encoding.mjs +10 -0
- package/dist/esm/api/types/ListenV2EotThreshold.d.mts +1 -0
- package/dist/esm/api/types/ListenV2EotThreshold.mjs +2 -0
- package/dist/esm/api/types/ListenV2EotTimeoutMs.d.mts +1 -0
- package/dist/esm/api/types/ListenV2EotTimeoutMs.mjs +2 -0
- package/dist/esm/api/types/ListenV2Keyterm.d.mts +5 -0
- package/dist/esm/api/types/ListenV2Keyterm.mjs +2 -0
- package/dist/esm/api/types/ListenV2MipOptOut.d.mts +1 -0
- package/dist/esm/api/types/ListenV2MipOptOut.mjs +2 -0
- package/dist/esm/api/types/ListenV2Model.d.mts +4 -0
- package/dist/esm/api/types/ListenV2Model.mjs +2 -0
- package/dist/esm/api/types/ListenV2SampleRate.d.mts +1 -0
- package/dist/esm/api/types/ListenV2SampleRate.mjs +2 -0
- package/dist/esm/api/types/ListenV2Tag.d.mts +1 -0
- package/dist/esm/api/types/ListenV2Tag.mjs +2 -0
- package/dist/esm/api/types/ProjectRequestResponse.d.mts +23 -0
- package/dist/esm/api/types/ProjectRequestResponse.mjs +2 -0
- package/dist/esm/api/types/ReadV1Request.d.mts +2 -0
- package/dist/esm/api/types/ReadV1Request.mjs +2 -0
- package/dist/esm/api/types/ReadV1RequestText.d.mts +4 -0
- package/dist/esm/api/types/ReadV1RequestText.mjs +2 -0
- package/dist/esm/api/types/ReadV1RequestUrl.d.mts +4 -0
- package/dist/esm/api/types/ReadV1RequestUrl.mjs +2 -0
- package/dist/esm/api/types/ReadV1Response.d.mts +8 -0
- package/dist/esm/api/types/ReadV1Response.mjs +2 -0
- package/dist/esm/api/types/ReadV1ResponseMetadata.d.mts +36 -0
- package/dist/esm/api/types/ReadV1ResponseMetadata.mjs +2 -0
- package/dist/esm/api/types/ReadV1ResponseResults.d.mts +7 -0
- package/dist/esm/api/types/ReadV1ResponseResults.mjs +2 -0
- package/dist/esm/api/types/ReadV1ResponseResultsSummary.d.mts +16 -0
- package/dist/esm/api/types/ReadV1ResponseResultsSummary.mjs +2 -0
- package/dist/esm/api/types/SharedIntents.d.mts +36 -0
- package/dist/esm/api/types/SharedIntents.mjs +2 -0
- package/dist/esm/api/types/SharedSentiments.d.mts +23 -0
- package/dist/esm/api/types/SharedSentiments.mjs +2 -0
- package/dist/esm/api/types/SharedTopics.d.mts +36 -0
- package/dist/esm/api/types/SharedTopics.mjs +2 -0
- package/dist/esm/api/types/SpeakV1Encoding.d.mts +7 -0
- package/dist/esm/api/types/SpeakV1Encoding.mjs +7 -0
- package/dist/esm/api/types/SpeakV1MipOptOut.d.mts +1 -0
- package/dist/esm/api/types/SpeakV1MipOptOut.mjs +2 -0
- package/dist/esm/api/types/SpeakV1Model.d.mts +67 -0
- package/dist/esm/api/types/SpeakV1Model.mjs +67 -0
- package/dist/esm/api/types/SpeakV1Response.d.mts +1 -0
- package/dist/esm/api/types/SpeakV1Response.mjs +2 -0
- package/dist/esm/api/types/SpeakV1SampleRate.d.mts +9 -0
- package/dist/esm/api/types/SpeakV1SampleRate.mjs +9 -0
- package/dist/esm/api/types/UpdateProjectMemberScopesV1Response.d.mts +4 -0
- package/dist/esm/api/types/UpdateProjectMemberScopesV1Response.mjs +2 -0
- package/dist/esm/api/types/UpdateProjectV1Response.d.mts +4 -0
- package/dist/esm/api/types/UpdateProjectV1Response.mjs +2 -0
- package/dist/esm/api/types/UsageBreakdownV1Response.d.mts +58 -0
- package/dist/esm/api/types/UsageBreakdownV1Response.mjs +2 -0
- package/dist/esm/api/types/UsageFieldsV1Response.d.mts +25 -0
- package/dist/esm/api/types/UsageFieldsV1Response.mjs +2 -0
- package/dist/esm/api/types/UsageV1Response.d.mts +11 -0
- package/dist/esm/api/types/UsageV1Response.mjs +2 -0
- package/dist/esm/api/types/index.d.mts +102 -0
- package/dist/esm/api/types/index.mjs +102 -0
- package/dist/esm/auth/HeaderAuthProvider.d.mts +14 -0
- package/dist/esm/auth/HeaderAuthProvider.mjs +36 -0
- package/dist/esm/auth/index.d.mts +1 -0
- package/dist/esm/auth/index.mjs +1 -0
- package/dist/esm/core/auth/AuthProvider.d.mts +7 -0
- package/dist/esm/core/auth/AuthProvider.mjs +1 -0
- package/dist/esm/core/auth/AuthRequest.d.mts +9 -0
- package/dist/esm/core/auth/AuthRequest.mjs +1 -0
- package/dist/esm/core/auth/BasicAuth.d.mts +8 -0
- package/dist/esm/core/auth/BasicAuth.mjs +24 -0
- package/dist/esm/core/auth/BearerToken.d.mts +7 -0
- package/dist/esm/core/auth/BearerToken.mjs +13 -0
- package/dist/esm/core/auth/NoOpAuthProvider.d.mts +5 -0
- package/dist/esm/core/auth/NoOpAuthProvider.mjs +5 -0
- package/dist/esm/core/auth/index.d.mts +5 -0
- package/dist/esm/core/auth/index.mjs +3 -0
- package/dist/esm/core/base64.d.mts +2 -0
- package/dist/esm/core/base64.mjs +22 -0
- package/dist/esm/core/exports.d.mts +3 -0
- package/dist/esm/core/exports.mjs +3 -0
- package/dist/esm/core/fetcher/APIResponse.d.mts +20 -0
- package/dist/esm/core/fetcher/APIResponse.mjs +1 -0
- package/dist/esm/core/fetcher/BinaryResponse.d.mts +19 -0
- package/dist/esm/core/fetcher/BinaryResponse.mjs +14 -0
- package/dist/esm/core/fetcher/EndpointMetadata.d.mts +13 -0
- package/dist/esm/core/fetcher/EndpointMetadata.mjs +1 -0
- package/dist/esm/core/fetcher/EndpointSupplier.d.mts +12 -0
- package/dist/esm/core/fetcher/EndpointSupplier.mjs +19 -0
- package/dist/esm/core/fetcher/Fetcher.d.mts +49 -0
- package/dist/esm/core/fetcher/Fetcher.mjs +312 -0
- package/dist/esm/core/fetcher/Headers.d.mts +2 -0
- package/dist/esm/core/fetcher/Headers.mjs +82 -0
- package/dist/esm/core/fetcher/HttpResponsePromise.d.mts +58 -0
- package/dist/esm/core/fetcher/HttpResponsePromise.mjs +99 -0
- package/dist/esm/core/fetcher/RawResponse.d.mts +29 -0
- package/dist/esm/core/fetcher/RawResponse.mjs +40 -0
- package/dist/esm/core/fetcher/Supplier.d.mts +4 -0
- package/dist/esm/core/fetcher/Supplier.mjs +19 -0
- package/dist/esm/core/fetcher/createRequestUrl.d.mts +1 -0
- package/dist/esm/core/fetcher/createRequestUrl.mjs +5 -0
- package/dist/esm/core/fetcher/getErrorResponseBody.d.mts +1 -0
- package/dist/esm/core/fetcher/getErrorResponseBody.mjs +42 -0
- package/dist/esm/core/fetcher/getFetchFn.d.mts +1 -0
- package/dist/esm/core/fetcher/getFetchFn.mjs +14 -0
- package/dist/esm/core/fetcher/getHeader.d.mts +1 -0
- package/dist/esm/core/fetcher/getHeader.mjs +8 -0
- package/dist/esm/core/fetcher/getRequestBody.d.mts +7 -0
- package/dist/esm/core/fetcher/getRequestBody.mjs +24 -0
- package/dist/esm/core/fetcher/getResponseBody.d.mts +1 -0
- package/dist/esm/core/fetcher/getResponseBody.mjs +66 -0
- package/dist/esm/core/fetcher/index.d.mts +11 -0
- package/dist/esm/core/fetcher/index.mjs +6 -0
- package/dist/esm/core/fetcher/makeRequest.d.mts +1 -0
- package/dist/esm/core/fetcher/makeRequest.mjs +36 -0
- package/dist/esm/core/fetcher/requestWithRetries.d.mts +1 -0
- package/dist/esm/core/fetcher/requestWithRetries.mjs +64 -0
- package/dist/esm/core/fetcher/signals.d.mts +5 -0
- package/dist/esm/core/fetcher/signals.mjs +20 -0
- package/dist/esm/core/file/exports.d.mts +1 -0
- package/dist/esm/core/file/exports.mjs +1 -0
- package/dist/esm/core/file/file.d.mts +10 -0
- package/dist/esm/core/file/file.mjs +184 -0
- package/dist/esm/core/file/index.d.mts +2 -0
- package/dist/esm/core/file/index.mjs +2 -0
- package/dist/esm/core/file/types.d.mts +66 -0
- package/dist/esm/core/file/types.mjs +1 -0
- package/dist/esm/core/headers.d.mts +2 -0
- package/dist/esm/core/headers.mjs +27 -0
- package/dist/esm/core/index.d.mts +8 -0
- package/dist/esm/core/index.mjs +8 -0
- package/dist/esm/core/json.d.mts +15 -0
- package/dist/esm/core/json.mjs +19 -0
- package/dist/esm/core/logging/exports.d.mts +18 -0
- package/dist/esm/core/logging/exports.mjs +9 -0
- package/dist/esm/core/logging/index.d.mts +1 -0
- package/dist/esm/core/logging/index.mjs +1 -0
- package/dist/esm/core/logging/logger.d.mts +126 -0
- package/dist/esm/core/logging/logger.mjs +138 -0
- package/dist/esm/core/runtime/index.d.mts +1 -0
- package/dist/esm/core/runtime/index.mjs +1 -0
- package/dist/esm/core/runtime/runtime.d.mts +9 -0
- package/dist/esm/core/runtime/runtime.mjs +100 -0
- package/dist/esm/core/url/encodePathParam.d.mts +1 -0
- package/dist/esm/core/url/encodePathParam.mjs +18 -0
- package/dist/esm/core/url/index.d.mts +3 -0
- package/dist/esm/core/url/index.mjs +3 -0
- package/dist/esm/core/url/join.d.mts +1 -0
- package/dist/esm/core/url/join.mjs +65 -0
- package/dist/esm/core/url/qs.d.mts +6 -0
- package/dist/esm/core/url/qs.mjs +61 -0
- package/dist/esm/core/websocket/events.d.mts +36 -0
- package/dist/esm/core/websocket/events.mjs +21 -0
- package/dist/esm/core/websocket/exports.d.mts +8 -0
- package/dist/esm/core/websocket/exports.mjs +1 -0
- package/dist/esm/core/websocket/index.d.mts +1 -0
- package/dist/esm/core/websocket/index.mjs +1 -0
- package/dist/esm/core/websocket/ws.d.mts +148 -0
- package/dist/esm/core/websocket/ws.mjs +445 -0
- package/dist/esm/environments.d.mts +18 -0
- package/dist/esm/environments.mjs +13 -0
- package/dist/esm/errors/DeepgramError.d.mts +12 -0
- package/dist/esm/errors/DeepgramError.mjs +28 -0
- package/dist/esm/errors/DeepgramTimeoutError.d.mts +3 -0
- package/dist/esm/errors/DeepgramTimeoutError.mjs +11 -0
- package/dist/esm/errors/handleNonStatusCodeError.d.mts +2 -0
- package/dist/esm/errors/handleNonStatusCodeError.mjs +29 -0
- package/dist/esm/errors/index.d.mts +2 -0
- package/dist/esm/errors/index.mjs +2 -0
- package/dist/esm/exports.d.mts +1 -0
- package/dist/esm/exports.mjs +1 -0
- package/dist/esm/index.d.mts +7 -0
- package/dist/esm/index.mjs +6 -0
- package/package.json +82 -103
- package/reference.md +2931 -0
- package/dist/main/DeepgramClient.d.ts +0 -106
- package/dist/main/DeepgramClient.d.ts.map +0 -1
- package/dist/main/DeepgramClient.js +0 -144
- package/dist/main/DeepgramClient.js.map +0 -1
- package/dist/main/index.d.ts +0 -46
- package/dist/main/index.d.ts.map +0 -1
- package/dist/main/index.js +0 -75
- package/dist/main/index.js.map +0 -1
- package/dist/main/lib/constants.d.ts +0 -24
- package/dist/main/lib/constants.d.ts.map +0 -1
- package/dist/main/lib/constants.js +0 -58
- package/dist/main/lib/constants.js.map +0 -1
- package/dist/main/lib/enums/AgentEvents.d.ts +0 -74
- package/dist/main/lib/enums/AgentEvents.d.ts.map +0 -1
- package/dist/main/lib/enums/AgentEvents.js +0 -78
- package/dist/main/lib/enums/AgentEvents.js.map +0 -1
- package/dist/main/lib/enums/LiveConnectionState.d.ts +0 -12
- package/dist/main/lib/enums/LiveConnectionState.d.ts.map +0 -1
- package/dist/main/lib/enums/LiveConnectionState.js +0 -16
- package/dist/main/lib/enums/LiveConnectionState.js.map +0 -1
- package/dist/main/lib/enums/LiveTTSEvents.d.ts +0 -34
- package/dist/main/lib/enums/LiveTTSEvents.d.ts.map +0 -1
- package/dist/main/lib/enums/LiveTTSEvents.js +0 -38
- package/dist/main/lib/enums/LiveTTSEvents.js.map +0 -1
- package/dist/main/lib/enums/LiveTranscriptionEvents.d.ts +0 -32
- package/dist/main/lib/enums/LiveTranscriptionEvents.d.ts.map +0 -1
- package/dist/main/lib/enums/LiveTranscriptionEvents.js +0 -36
- package/dist/main/lib/enums/LiveTranscriptionEvents.js.map +0 -1
- package/dist/main/lib/enums/index.d.ts +0 -5
- package/dist/main/lib/enums/index.d.ts.map +0 -1
- package/dist/main/lib/enums/index.js +0 -21
- package/dist/main/lib/enums/index.js.map +0 -1
- package/dist/main/lib/errors.d.ts +0 -55
- package/dist/main/lib/errors.d.ts.map +0 -1
- package/dist/main/lib/errors.js +0 -80
- package/dist/main/lib/errors.js.map +0 -1
- package/dist/main/lib/fetch.d.ts +0 -34
- package/dist/main/lib/fetch.d.ts.map +0 -1
- package/dist/main/lib/fetch.js +0 -92
- package/dist/main/lib/fetch.js.map +0 -1
- package/dist/main/lib/helpers.d.ts +0 -20
- package/dist/main/lib/helpers.d.ts.map +0 -1
- package/dist/main/lib/helpers.js +0 -154
- package/dist/main/lib/helpers.js.map +0 -1
- package/dist/main/lib/runtime.d.ts +0 -7
- package/dist/main/lib/runtime.d.ts.map +0 -1
- package/dist/main/lib/runtime.js +0 -19
- package/dist/main/lib/runtime.js.map +0 -1
- package/dist/main/lib/types/AgentLiveSchema.d.ts +0 -92
- package/dist/main/lib/types/AgentLiveSchema.d.ts.map +0 -1
- package/dist/main/lib/types/AgentLiveSchema.js +0 -3
- package/dist/main/lib/types/AgentLiveSchema.js.map +0 -1
- package/dist/main/lib/types/AnalyzeSchema.d.ts +0 -28
- package/dist/main/lib/types/AnalyzeSchema.d.ts.map +0 -1
- package/dist/main/lib/types/AnalyzeSchema.js +0 -3
- package/dist/main/lib/types/AnalyzeSchema.js.map +0 -1
- package/dist/main/lib/types/AsyncAnalyzeResponse.d.ts +0 -4
- package/dist/main/lib/types/AsyncAnalyzeResponse.d.ts.map +0 -1
- package/dist/main/lib/types/AsyncAnalyzeResponse.js +0 -3
- package/dist/main/lib/types/AsyncAnalyzeResponse.js.map +0 -1
- package/dist/main/lib/types/AsyncPrerecordedResponse.d.ts +0 -4
- package/dist/main/lib/types/AsyncPrerecordedResponse.d.ts.map +0 -1
- package/dist/main/lib/types/AsyncPrerecordedResponse.js +0 -3
- package/dist/main/lib/types/AsyncPrerecordedResponse.js.map +0 -1
- package/dist/main/lib/types/CreateOnPremCredentialsSchema.d.ts +0 -6
- package/dist/main/lib/types/CreateOnPremCredentialsSchema.d.ts.map +0 -1
- package/dist/main/lib/types/CreateOnPremCredentialsSchema.js +0 -3
- package/dist/main/lib/types/CreateOnPremCredentialsSchema.js.map +0 -1
- package/dist/main/lib/types/CreateProjectKeyResponse.d.ts +0 -10
- package/dist/main/lib/types/CreateProjectKeyResponse.d.ts.map +0 -1
- package/dist/main/lib/types/CreateProjectKeyResponse.js +0 -3
- package/dist/main/lib/types/CreateProjectKeyResponse.js.map +0 -1
- package/dist/main/lib/types/CreateProjectKeySchema.d.ts +0 -14
- package/dist/main/lib/types/CreateProjectKeySchema.d.ts.map +0 -1
- package/dist/main/lib/types/CreateProjectKeySchema.js +0 -3
- package/dist/main/lib/types/CreateProjectKeySchema.js.map +0 -1
- package/dist/main/lib/types/DeepgramClientOptions.d.ts +0 -90
- package/dist/main/lib/types/DeepgramClientOptions.d.ts.map +0 -1
- package/dist/main/lib/types/DeepgramClientOptions.js +0 -3
- package/dist/main/lib/types/DeepgramClientOptions.js.map +0 -1
- package/dist/main/lib/types/DeepgramResponse.d.ts +0 -12
- package/dist/main/lib/types/DeepgramResponse.d.ts.map +0 -1
- package/dist/main/lib/types/DeepgramResponse.js +0 -3
- package/dist/main/lib/types/DeepgramResponse.js.map +0 -1
- package/dist/main/lib/types/DeepgramSource.d.ts +0 -14
- package/dist/main/lib/types/DeepgramSource.d.ts.map +0 -1
- package/dist/main/lib/types/DeepgramSource.js +0 -3
- package/dist/main/lib/types/DeepgramSource.js.map +0 -1
- package/dist/main/lib/types/Fetch.d.ts +0 -7
- package/dist/main/lib/types/Fetch.d.ts.map +0 -1
- package/dist/main/lib/types/Fetch.js +0 -3
- package/dist/main/lib/types/Fetch.js.map +0 -1
- package/dist/main/lib/types/FunctionCallResponse.d.ts +0 -18
- package/dist/main/lib/types/FunctionCallResponse.d.ts.map +0 -1
- package/dist/main/lib/types/FunctionCallResponse.js +0 -3
- package/dist/main/lib/types/FunctionCallResponse.js.map +0 -1
- package/dist/main/lib/types/GetModelsResponse.d.ts +0 -24
- package/dist/main/lib/types/GetModelsResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GetModelsResponse.js +0 -3
- package/dist/main/lib/types/GetModelsResponse.js.map +0 -1
- package/dist/main/lib/types/GetModelsSchema.d.ts +0 -4
- package/dist/main/lib/types/GetModelsSchema.d.ts.map +0 -1
- package/dist/main/lib/types/GetModelsSchema.js +0 -3
- package/dist/main/lib/types/GetModelsSchema.js.map +0 -1
- package/dist/main/lib/types/GetProjectBalancesResponse.d.ts +0 -10
- package/dist/main/lib/types/GetProjectBalancesResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectBalancesResponse.js +0 -3
- package/dist/main/lib/types/GetProjectBalancesResponse.js.map +0 -1
- package/dist/main/lib/types/GetProjectInvitesResponse.d.ts +0 -9
- package/dist/main/lib/types/GetProjectInvitesResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectInvitesResponse.js +0 -3
- package/dist/main/lib/types/GetProjectInvitesResponse.js.map +0 -1
- package/dist/main/lib/types/GetProjectKeysResponse.d.ts +0 -22
- package/dist/main/lib/types/GetProjectKeysResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectKeysResponse.js +0 -3
- package/dist/main/lib/types/GetProjectKeysResponse.js.map +0 -1
- package/dist/main/lib/types/GetProjectMemberScopesResponse.d.ts +0 -4
- package/dist/main/lib/types/GetProjectMemberScopesResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectMemberScopesResponse.js +0 -3
- package/dist/main/lib/types/GetProjectMemberScopesResponse.js.map +0 -1
- package/dist/main/lib/types/GetProjectMembersResponse.d.ts +0 -12
- package/dist/main/lib/types/GetProjectMembersResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectMembersResponse.js +0 -3
- package/dist/main/lib/types/GetProjectMembersResponse.js.map +0 -1
- package/dist/main/lib/types/GetProjectResponse.d.ts +0 -6
- package/dist/main/lib/types/GetProjectResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectResponse.js +0 -3
- package/dist/main/lib/types/GetProjectResponse.js.map +0 -1
- package/dist/main/lib/types/GetProjectUsageFieldsResponse.d.ts +0 -15
- package/dist/main/lib/types/GetProjectUsageFieldsResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectUsageFieldsResponse.js +0 -3
- package/dist/main/lib/types/GetProjectUsageFieldsResponse.js.map +0 -1
- package/dist/main/lib/types/GetProjectUsageFieldsSchema.d.ts +0 -5
- package/dist/main/lib/types/GetProjectUsageFieldsSchema.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectUsageFieldsSchema.js +0 -3
- package/dist/main/lib/types/GetProjectUsageFieldsSchema.js.map +0 -1
- package/dist/main/lib/types/GetProjectUsageRequestsResponse.d.ts +0 -49
- package/dist/main/lib/types/GetProjectUsageRequestsResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectUsageRequestsResponse.js +0 -3
- package/dist/main/lib/types/GetProjectUsageRequestsResponse.js.map +0 -1
- package/dist/main/lib/types/GetProjectUsageRequestsSchema.d.ts +0 -7
- package/dist/main/lib/types/GetProjectUsageRequestsSchema.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectUsageRequestsSchema.js +0 -3
- package/dist/main/lib/types/GetProjectUsageRequestsSchema.js.map +0 -1
- package/dist/main/lib/types/GetProjectUsageSummaryResponse.d.ts +0 -18
- package/dist/main/lib/types/GetProjectUsageSummaryResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectUsageSummaryResponse.js +0 -3
- package/dist/main/lib/types/GetProjectUsageSummaryResponse.js.map +0 -1
- package/dist/main/lib/types/GetProjectUsageSummarySchema.d.ts +0 -24
- package/dist/main/lib/types/GetProjectUsageSummarySchema.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectUsageSummarySchema.js +0 -3
- package/dist/main/lib/types/GetProjectUsageSummarySchema.js.map +0 -1
- package/dist/main/lib/types/GetProjectsResponse.d.ts +0 -9
- package/dist/main/lib/types/GetProjectsResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GetProjectsResponse.js +0 -3
- package/dist/main/lib/types/GetProjectsResponse.js.map +0 -1
- package/dist/main/lib/types/GetTokenDetailsResponse.d.ts +0 -4
- package/dist/main/lib/types/GetTokenDetailsResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GetTokenDetailsResponse.js +0 -3
- package/dist/main/lib/types/GetTokenDetailsResponse.js.map +0 -1
- package/dist/main/lib/types/GrantTokenResponse.d.ts +0 -5
- package/dist/main/lib/types/GrantTokenResponse.d.ts.map +0 -1
- package/dist/main/lib/types/GrantTokenResponse.js +0 -3
- package/dist/main/lib/types/GrantTokenResponse.js.map +0 -1
- package/dist/main/lib/types/GrantTokenSchema.d.ts +0 -10
- package/dist/main/lib/types/GrantTokenSchema.d.ts.map +0 -1
- package/dist/main/lib/types/GrantTokenSchema.js +0 -3
- package/dist/main/lib/types/GrantTokenSchema.js.map +0 -1
- package/dist/main/lib/types/ListOnPremCredentialsResponse.d.ts +0 -17
- package/dist/main/lib/types/ListOnPremCredentialsResponse.d.ts.map +0 -1
- package/dist/main/lib/types/ListOnPremCredentialsResponse.js +0 -3
- package/dist/main/lib/types/ListOnPremCredentialsResponse.js.map +0 -1
- package/dist/main/lib/types/LiveConfigOptions.d.ts +0 -7
- package/dist/main/lib/types/LiveConfigOptions.d.ts.map +0 -1
- package/dist/main/lib/types/LiveConfigOptions.js +0 -3
- package/dist/main/lib/types/LiveConfigOptions.js.map +0 -1
- package/dist/main/lib/types/LiveMetadataEvent.d.ts +0 -10
- package/dist/main/lib/types/LiveMetadataEvent.d.ts.map +0 -1
- package/dist/main/lib/types/LiveMetadataEvent.js +0 -3
- package/dist/main/lib/types/LiveMetadataEvent.js.map +0 -1
- package/dist/main/lib/types/LiveTranscriptionEvent.d.ts +0 -35
- package/dist/main/lib/types/LiveTranscriptionEvent.d.ts.map +0 -1
- package/dist/main/lib/types/LiveTranscriptionEvent.js +0 -3
- package/dist/main/lib/types/LiveTranscriptionEvent.js.map +0 -1
- package/dist/main/lib/types/MessageResponse.d.ts +0 -4
- package/dist/main/lib/types/MessageResponse.d.ts.map +0 -1
- package/dist/main/lib/types/MessageResponse.js +0 -3
- package/dist/main/lib/types/MessageResponse.js.map +0 -1
- package/dist/main/lib/types/SendProjectInviteSchema.d.ts +0 -5
- package/dist/main/lib/types/SendProjectInviteSchema.d.ts.map +0 -1
- package/dist/main/lib/types/SendProjectInviteSchema.js +0 -3
- package/dist/main/lib/types/SendProjectInviteSchema.js.map +0 -1
- package/dist/main/lib/types/SpeakSchema.d.ts +0 -25
- package/dist/main/lib/types/SpeakSchema.d.ts.map +0 -1
- package/dist/main/lib/types/SpeakSchema.js +0 -3
- package/dist/main/lib/types/SpeakSchema.js.map +0 -1
- package/dist/main/lib/types/SpeechStartedEvent.d.ts +0 -6
- package/dist/main/lib/types/SpeechStartedEvent.d.ts.map +0 -1
- package/dist/main/lib/types/SpeechStartedEvent.js +0 -3
- package/dist/main/lib/types/SpeechStartedEvent.js.map +0 -1
- package/dist/main/lib/types/SyncAnalyzeResponse.d.ts +0 -79
- package/dist/main/lib/types/SyncAnalyzeResponse.d.ts.map +0 -1
- package/dist/main/lib/types/SyncAnalyzeResponse.js +0 -3
- package/dist/main/lib/types/SyncAnalyzeResponse.js.map +0 -1
- package/dist/main/lib/types/SyncPrerecordedResponse.d.ts +0 -186
- package/dist/main/lib/types/SyncPrerecordedResponse.d.ts.map +0 -1
- package/dist/main/lib/types/SyncPrerecordedResponse.js +0 -3
- package/dist/main/lib/types/SyncPrerecordedResponse.js.map +0 -1
- package/dist/main/lib/types/TranscriptionSchema.d.ts +0 -201
- package/dist/main/lib/types/TranscriptionSchema.d.ts.map +0 -1
- package/dist/main/lib/types/TranscriptionSchema.js +0 -3
- package/dist/main/lib/types/TranscriptionSchema.js.map +0 -1
- package/dist/main/lib/types/UpdateProjectMemberScopeSchema.d.ts +0 -4
- package/dist/main/lib/types/UpdateProjectMemberScopeSchema.d.ts.map +0 -1
- package/dist/main/lib/types/UpdateProjectMemberScopeSchema.js +0 -3
- package/dist/main/lib/types/UpdateProjectMemberScopeSchema.js.map +0 -1
- package/dist/main/lib/types/UpdateProjectSchema.d.ts +0 -5
- package/dist/main/lib/types/UpdateProjectSchema.d.ts.map +0 -1
- package/dist/main/lib/types/UpdateProjectSchema.js +0 -3
- package/dist/main/lib/types/UpdateProjectSchema.js.map +0 -1
- package/dist/main/lib/types/UtteranceEndEvent.d.ts +0 -6
- package/dist/main/lib/types/UtteranceEndEvent.d.ts.map +0 -1
- package/dist/main/lib/types/UtteranceEndEvent.js +0 -3
- package/dist/main/lib/types/UtteranceEndEvent.js.map +0 -1
- package/dist/main/lib/types/VoidResponse.d.ts +0 -10
- package/dist/main/lib/types/VoidResponse.d.ts.map +0 -1
- package/dist/main/lib/types/VoidResponse.js +0 -3
- package/dist/main/lib/types/VoidResponse.js.map +0 -1
- package/dist/main/lib/types/index.d.ts +0 -46
- package/dist/main/lib/types/index.d.ts.map +0 -1
- package/dist/main/lib/types/index.js +0 -62
- package/dist/main/lib/types/index.js.map +0 -1
- package/dist/main/lib/version.d.ts +0 -2
- package/dist/main/lib/version.d.ts.map +0 -1
- package/dist/main/lib/version.js +0 -5
- package/dist/main/lib/version.js.map +0 -1
- package/dist/main/packages/AbstractClient.d.ts +0 -71
- package/dist/main/packages/AbstractClient.d.ts.map +0 -1
- package/dist/main/packages/AbstractClient.js +0 -138
- package/dist/main/packages/AbstractClient.js.map +0 -1
- package/dist/main/packages/AbstractLiveClient.d.ts +0 -277
- package/dist/main/packages/AbstractLiveClient.d.ts.map +0 -1
- package/dist/main/packages/AbstractLiveClient.js +0 -439
- package/dist/main/packages/AbstractLiveClient.js.map +0 -1
- package/dist/main/packages/AbstractRestClient.d.ts +0 -106
- package/dist/main/packages/AbstractRestClient.d.ts.map +0 -1
- package/dist/main/packages/AbstractRestClient.js +0 -186
- package/dist/main/packages/AbstractRestClient.js.map +0 -1
- package/dist/main/packages/AgentLiveClient.d.ts +0 -78
- package/dist/main/packages/AgentLiveClient.d.ts.map +0 -1
- package/dist/main/packages/AgentLiveClient.js +0 -163
- package/dist/main/packages/AgentLiveClient.js.map +0 -1
- package/dist/main/packages/AuthRestClient.d.ts +0 -15
- package/dist/main/packages/AuthRestClient.d.ts.map +0 -1
- package/dist/main/packages/AuthRestClient.js +0 -46
- package/dist/main/packages/AuthRestClient.js.map +0 -1
- package/dist/main/packages/ListenClient.d.ts +0 -26
- package/dist/main/packages/ListenClient.d.ts.map +0 -1
- package/dist/main/packages/ListenClient.js +0 -36
- package/dist/main/packages/ListenClient.js.map +0 -1
- package/dist/main/packages/ListenLiveClient.d.ts +0 -62
- package/dist/main/packages/ListenLiveClient.d.ts.map +0 -1
- package/dist/main/packages/ListenLiveClient.js +0 -135
- package/dist/main/packages/ListenLiveClient.js.map +0 -1
- package/dist/main/packages/ListenRestClient.d.ts +0 -57
- package/dist/main/packages/ListenRestClient.d.ts.map +0 -1
- package/dist/main/packages/ListenRestClient.js +0 -171
- package/dist/main/packages/ListenRestClient.js.map +0 -1
- package/dist/main/packages/ManageRestClient.d.ts +0 -301
- package/dist/main/packages/ManageRestClient.d.ts.map +0 -1
- package/dist/main/packages/ManageRestClient.js +0 -671
- package/dist/main/packages/ManageRestClient.js.map +0 -1
- package/dist/main/packages/ModelsRestClient.d.ts +0 -53
- package/dist/main/packages/ModelsRestClient.d.ts.map +0 -1
- package/dist/main/packages/ModelsRestClient.js +0 -97
- package/dist/main/packages/ModelsRestClient.js.map +0 -1
- package/dist/main/packages/ReadRestClient.d.ts +0 -57
- package/dist/main/packages/ReadRestClient.d.ts.map +0 -1
- package/dist/main/packages/ReadRestClient.js +0 -165
- package/dist/main/packages/ReadRestClient.js.map +0 -1
- package/dist/main/packages/SelfHostedRestClient.d.ts +0 -47
- package/dist/main/packages/SelfHostedRestClient.d.ts.map +0 -1
- package/dist/main/packages/SelfHostedRestClient.js +0 -120
- package/dist/main/packages/SelfHostedRestClient.js.map +0 -1
- package/dist/main/packages/SpeakClient.d.ts +0 -27
- package/dist/main/packages/SpeakClient.d.ts.map +0 -1
- package/dist/main/packages/SpeakClient.js +0 -37
- package/dist/main/packages/SpeakClient.js.map +0 -1
- package/dist/main/packages/SpeakLiveClient.d.ts +0 -69
- package/dist/main/packages/SpeakLiveClient.d.ts.map +0 -1
- package/dist/main/packages/SpeakLiveClient.js +0 -159
- package/dist/main/packages/SpeakLiveClient.js.map +0 -1
- package/dist/main/packages/SpeakRestClient.d.ts +0 -35
- package/dist/main/packages/SpeakRestClient.d.ts.map +0 -1
- package/dist/main/packages/SpeakRestClient.js +0 -78
- package/dist/main/packages/SpeakRestClient.js.map +0 -1
- package/dist/main/packages/index.d.ts +0 -16
- package/dist/main/packages/index.d.ts.map +0 -1
- package/dist/main/packages/index.js +0 -32
- package/dist/main/packages/index.js.map +0 -1
- package/dist/module/DeepgramClient.d.ts +0 -106
- package/dist/module/DeepgramClient.d.ts.map +0 -1
- package/dist/module/DeepgramClient.js +0 -141
- package/dist/module/DeepgramClient.js.map +0 -1
- package/dist/module/index.d.ts +0 -46
- package/dist/module/index.d.ts.map +0 -1
- package/dist/module/index.js +0 -51
- package/dist/module/index.js.map +0 -1
- package/dist/module/lib/constants.d.ts +0 -24
- package/dist/module/lib/constants.d.ts.map +0 -1
- package/dist/module/lib/constants.js +0 -55
- package/dist/module/lib/constants.js.map +0 -1
- package/dist/module/lib/enums/AgentEvents.d.ts +0 -74
- package/dist/module/lib/enums/AgentEvents.d.ts.map +0 -1
- package/dist/module/lib/enums/AgentEvents.js +0 -75
- package/dist/module/lib/enums/AgentEvents.js.map +0 -1
- package/dist/module/lib/enums/LiveConnectionState.d.ts +0 -12
- package/dist/module/lib/enums/LiveConnectionState.d.ts.map +0 -1
- package/dist/module/lib/enums/LiveConnectionState.js +0 -13
- package/dist/module/lib/enums/LiveConnectionState.js.map +0 -1
- package/dist/module/lib/enums/LiveTTSEvents.d.ts +0 -34
- package/dist/module/lib/enums/LiveTTSEvents.d.ts.map +0 -1
- package/dist/module/lib/enums/LiveTTSEvents.js +0 -35
- package/dist/module/lib/enums/LiveTTSEvents.js.map +0 -1
- package/dist/module/lib/enums/LiveTranscriptionEvents.d.ts +0 -32
- package/dist/module/lib/enums/LiveTranscriptionEvents.d.ts.map +0 -1
- package/dist/module/lib/enums/LiveTranscriptionEvents.js +0 -33
- package/dist/module/lib/enums/LiveTranscriptionEvents.js.map +0 -1
- package/dist/module/lib/enums/index.d.ts +0 -5
- package/dist/module/lib/enums/index.d.ts.map +0 -1
- package/dist/module/lib/enums/index.js +0 -5
- package/dist/module/lib/enums/index.js.map +0 -1
- package/dist/module/lib/errors.d.ts +0 -55
- package/dist/module/lib/errors.d.ts.map +0 -1
- package/dist/module/lib/errors.js +0 -71
- package/dist/module/lib/errors.js.map +0 -1
- package/dist/module/lib/fetch.d.ts +0 -34
- package/dist/module/lib/fetch.d.ts.map +0 -1
- package/dist/module/lib/fetch.js +0 -60
- package/dist/module/lib/fetch.js.map +0 -1
- package/dist/module/lib/helpers.d.ts +0 -20
- package/dist/module/lib/helpers.d.ts.map +0 -1
- package/dist/module/lib/helpers.js +0 -135
- package/dist/module/lib/helpers.js.map +0 -1
- package/dist/module/lib/runtime.d.ts +0 -7
- package/dist/module/lib/runtime.d.ts.map +0 -1
- package/dist/module/lib/runtime.js +0 -13
- package/dist/module/lib/runtime.js.map +0 -1
- package/dist/module/lib/types/AgentLiveSchema.d.ts +0 -92
- package/dist/module/lib/types/AgentLiveSchema.d.ts.map +0 -1
- package/dist/module/lib/types/AgentLiveSchema.js +0 -2
- package/dist/module/lib/types/AgentLiveSchema.js.map +0 -1
- package/dist/module/lib/types/AnalyzeSchema.d.ts +0 -28
- package/dist/module/lib/types/AnalyzeSchema.d.ts.map +0 -1
- package/dist/module/lib/types/AnalyzeSchema.js +0 -2
- package/dist/module/lib/types/AnalyzeSchema.js.map +0 -1
- package/dist/module/lib/types/AsyncAnalyzeResponse.d.ts +0 -4
- package/dist/module/lib/types/AsyncAnalyzeResponse.d.ts.map +0 -1
- package/dist/module/lib/types/AsyncAnalyzeResponse.js +0 -2
- package/dist/module/lib/types/AsyncAnalyzeResponse.js.map +0 -1
- package/dist/module/lib/types/AsyncPrerecordedResponse.d.ts +0 -4
- package/dist/module/lib/types/AsyncPrerecordedResponse.d.ts.map +0 -1
- package/dist/module/lib/types/AsyncPrerecordedResponse.js +0 -2
- package/dist/module/lib/types/AsyncPrerecordedResponse.js.map +0 -1
- package/dist/module/lib/types/CreateOnPremCredentialsSchema.d.ts +0 -6
- package/dist/module/lib/types/CreateOnPremCredentialsSchema.d.ts.map +0 -1
- package/dist/module/lib/types/CreateOnPremCredentialsSchema.js +0 -2
- package/dist/module/lib/types/CreateOnPremCredentialsSchema.js.map +0 -1
- package/dist/module/lib/types/CreateProjectKeyResponse.d.ts +0 -10
- package/dist/module/lib/types/CreateProjectKeyResponse.d.ts.map +0 -1
- package/dist/module/lib/types/CreateProjectKeyResponse.js +0 -2
- package/dist/module/lib/types/CreateProjectKeyResponse.js.map +0 -1
- package/dist/module/lib/types/CreateProjectKeySchema.d.ts +0 -14
- package/dist/module/lib/types/CreateProjectKeySchema.d.ts.map +0 -1
- package/dist/module/lib/types/CreateProjectKeySchema.js +0 -2
- package/dist/module/lib/types/CreateProjectKeySchema.js.map +0 -1
- package/dist/module/lib/types/DeepgramClientOptions.d.ts +0 -90
- package/dist/module/lib/types/DeepgramClientOptions.d.ts.map +0 -1
- package/dist/module/lib/types/DeepgramClientOptions.js +0 -2
- package/dist/module/lib/types/DeepgramClientOptions.js.map +0 -1
- package/dist/module/lib/types/DeepgramResponse.d.ts +0 -12
- package/dist/module/lib/types/DeepgramResponse.d.ts.map +0 -1
- package/dist/module/lib/types/DeepgramResponse.js +0 -2
- package/dist/module/lib/types/DeepgramResponse.js.map +0 -1
- package/dist/module/lib/types/DeepgramSource.d.ts +0 -14
- package/dist/module/lib/types/DeepgramSource.d.ts.map +0 -1
- package/dist/module/lib/types/DeepgramSource.js +0 -2
- package/dist/module/lib/types/DeepgramSource.js.map +0 -1
- package/dist/module/lib/types/Fetch.d.ts +0 -7
- package/dist/module/lib/types/Fetch.d.ts.map +0 -1
- package/dist/module/lib/types/Fetch.js +0 -2
- package/dist/module/lib/types/Fetch.js.map +0 -1
- package/dist/module/lib/types/FunctionCallResponse.d.ts +0 -18
- package/dist/module/lib/types/FunctionCallResponse.d.ts.map +0 -1
- package/dist/module/lib/types/FunctionCallResponse.js +0 -2
- package/dist/module/lib/types/FunctionCallResponse.js.map +0 -1
- package/dist/module/lib/types/GetModelsResponse.d.ts +0 -24
- package/dist/module/lib/types/GetModelsResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GetModelsResponse.js +0 -2
- package/dist/module/lib/types/GetModelsResponse.js.map +0 -1
- package/dist/module/lib/types/GetModelsSchema.d.ts +0 -4
- package/dist/module/lib/types/GetModelsSchema.d.ts.map +0 -1
- package/dist/module/lib/types/GetModelsSchema.js +0 -2
- package/dist/module/lib/types/GetModelsSchema.js.map +0 -1
- package/dist/module/lib/types/GetProjectBalancesResponse.d.ts +0 -10
- package/dist/module/lib/types/GetProjectBalancesResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectBalancesResponse.js +0 -2
- package/dist/module/lib/types/GetProjectBalancesResponse.js.map +0 -1
- package/dist/module/lib/types/GetProjectInvitesResponse.d.ts +0 -9
- package/dist/module/lib/types/GetProjectInvitesResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectInvitesResponse.js +0 -2
- package/dist/module/lib/types/GetProjectInvitesResponse.js.map +0 -1
- package/dist/module/lib/types/GetProjectKeysResponse.d.ts +0 -22
- package/dist/module/lib/types/GetProjectKeysResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectKeysResponse.js +0 -2
- package/dist/module/lib/types/GetProjectKeysResponse.js.map +0 -1
- package/dist/module/lib/types/GetProjectMemberScopesResponse.d.ts +0 -4
- package/dist/module/lib/types/GetProjectMemberScopesResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectMemberScopesResponse.js +0 -2
- package/dist/module/lib/types/GetProjectMemberScopesResponse.js.map +0 -1
- package/dist/module/lib/types/GetProjectMembersResponse.d.ts +0 -12
- package/dist/module/lib/types/GetProjectMembersResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectMembersResponse.js +0 -2
- package/dist/module/lib/types/GetProjectMembersResponse.js.map +0 -1
- package/dist/module/lib/types/GetProjectResponse.d.ts +0 -6
- package/dist/module/lib/types/GetProjectResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectResponse.js +0 -2
- package/dist/module/lib/types/GetProjectResponse.js.map +0 -1
- package/dist/module/lib/types/GetProjectUsageFieldsResponse.d.ts +0 -15
- package/dist/module/lib/types/GetProjectUsageFieldsResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectUsageFieldsResponse.js +0 -2
- package/dist/module/lib/types/GetProjectUsageFieldsResponse.js.map +0 -1
- package/dist/module/lib/types/GetProjectUsageFieldsSchema.d.ts +0 -5
- package/dist/module/lib/types/GetProjectUsageFieldsSchema.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectUsageFieldsSchema.js +0 -2
- package/dist/module/lib/types/GetProjectUsageFieldsSchema.js.map +0 -1
- package/dist/module/lib/types/GetProjectUsageRequestsResponse.d.ts +0 -49
- package/dist/module/lib/types/GetProjectUsageRequestsResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectUsageRequestsResponse.js +0 -2
- package/dist/module/lib/types/GetProjectUsageRequestsResponse.js.map +0 -1
- package/dist/module/lib/types/GetProjectUsageRequestsSchema.d.ts +0 -7
- package/dist/module/lib/types/GetProjectUsageRequestsSchema.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectUsageRequestsSchema.js +0 -2
- package/dist/module/lib/types/GetProjectUsageRequestsSchema.js.map +0 -1
- package/dist/module/lib/types/GetProjectUsageSummaryResponse.d.ts +0 -18
- package/dist/module/lib/types/GetProjectUsageSummaryResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectUsageSummaryResponse.js +0 -2
- package/dist/module/lib/types/GetProjectUsageSummaryResponse.js.map +0 -1
- package/dist/module/lib/types/GetProjectUsageSummarySchema.d.ts +0 -24
- package/dist/module/lib/types/GetProjectUsageSummarySchema.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectUsageSummarySchema.js +0 -2
- package/dist/module/lib/types/GetProjectUsageSummarySchema.js.map +0 -1
- package/dist/module/lib/types/GetProjectsResponse.d.ts +0 -9
- package/dist/module/lib/types/GetProjectsResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GetProjectsResponse.js +0 -2
- package/dist/module/lib/types/GetProjectsResponse.js.map +0 -1
- package/dist/module/lib/types/GetTokenDetailsResponse.d.ts +0 -4
- package/dist/module/lib/types/GetTokenDetailsResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GetTokenDetailsResponse.js +0 -2
- package/dist/module/lib/types/GetTokenDetailsResponse.js.map +0 -1
- package/dist/module/lib/types/GrantTokenResponse.d.ts +0 -5
- package/dist/module/lib/types/GrantTokenResponse.d.ts.map +0 -1
- package/dist/module/lib/types/GrantTokenResponse.js +0 -2
- package/dist/module/lib/types/GrantTokenResponse.js.map +0 -1
- package/dist/module/lib/types/GrantTokenSchema.d.ts +0 -10
- package/dist/module/lib/types/GrantTokenSchema.d.ts.map +0 -1
- package/dist/module/lib/types/GrantTokenSchema.js +0 -2
- package/dist/module/lib/types/GrantTokenSchema.js.map +0 -1
- package/dist/module/lib/types/ListOnPremCredentialsResponse.d.ts +0 -17
- package/dist/module/lib/types/ListOnPremCredentialsResponse.d.ts.map +0 -1
- package/dist/module/lib/types/ListOnPremCredentialsResponse.js +0 -2
- package/dist/module/lib/types/ListOnPremCredentialsResponse.js.map +0 -1
- package/dist/module/lib/types/LiveConfigOptions.d.ts +0 -7
- package/dist/module/lib/types/LiveConfigOptions.d.ts.map +0 -1
- package/dist/module/lib/types/LiveConfigOptions.js +0 -2
- package/dist/module/lib/types/LiveConfigOptions.js.map +0 -1
- package/dist/module/lib/types/LiveMetadataEvent.d.ts +0 -10
- package/dist/module/lib/types/LiveMetadataEvent.d.ts.map +0 -1
- package/dist/module/lib/types/LiveMetadataEvent.js +0 -2
- package/dist/module/lib/types/LiveMetadataEvent.js.map +0 -1
- package/dist/module/lib/types/LiveTranscriptionEvent.d.ts +0 -35
- package/dist/module/lib/types/LiveTranscriptionEvent.d.ts.map +0 -1
- package/dist/module/lib/types/LiveTranscriptionEvent.js +0 -2
- package/dist/module/lib/types/LiveTranscriptionEvent.js.map +0 -1
- package/dist/module/lib/types/MessageResponse.d.ts +0 -4
- package/dist/module/lib/types/MessageResponse.d.ts.map +0 -1
- package/dist/module/lib/types/MessageResponse.js +0 -2
- package/dist/module/lib/types/MessageResponse.js.map +0 -1
- package/dist/module/lib/types/SendProjectInviteSchema.d.ts +0 -5
- package/dist/module/lib/types/SendProjectInviteSchema.d.ts.map +0 -1
- package/dist/module/lib/types/SendProjectInviteSchema.js +0 -2
- package/dist/module/lib/types/SendProjectInviteSchema.js.map +0 -1
- package/dist/module/lib/types/SpeakSchema.d.ts +0 -25
- package/dist/module/lib/types/SpeakSchema.d.ts.map +0 -1
- package/dist/module/lib/types/SpeakSchema.js +0 -2
- package/dist/module/lib/types/SpeakSchema.js.map +0 -1
- package/dist/module/lib/types/SpeechStartedEvent.d.ts +0 -6
- package/dist/module/lib/types/SpeechStartedEvent.d.ts.map +0 -1
- package/dist/module/lib/types/SpeechStartedEvent.js +0 -2
- package/dist/module/lib/types/SpeechStartedEvent.js.map +0 -1
- package/dist/module/lib/types/SyncAnalyzeResponse.d.ts +0 -79
- package/dist/module/lib/types/SyncAnalyzeResponse.d.ts.map +0 -1
- package/dist/module/lib/types/SyncAnalyzeResponse.js +0 -2
- package/dist/module/lib/types/SyncAnalyzeResponse.js.map +0 -1
- package/dist/module/lib/types/SyncPrerecordedResponse.d.ts +0 -186
- package/dist/module/lib/types/SyncPrerecordedResponse.d.ts.map +0 -1
- package/dist/module/lib/types/SyncPrerecordedResponse.js +0 -2
- package/dist/module/lib/types/SyncPrerecordedResponse.js.map +0 -1
- package/dist/module/lib/types/TranscriptionSchema.d.ts +0 -201
- package/dist/module/lib/types/TranscriptionSchema.d.ts.map +0 -1
- package/dist/module/lib/types/TranscriptionSchema.js +0 -2
- package/dist/module/lib/types/TranscriptionSchema.js.map +0 -1
- package/dist/module/lib/types/UpdateProjectMemberScopeSchema.d.ts +0 -4
- package/dist/module/lib/types/UpdateProjectMemberScopeSchema.d.ts.map +0 -1
- package/dist/module/lib/types/UpdateProjectMemberScopeSchema.js +0 -2
- package/dist/module/lib/types/UpdateProjectMemberScopeSchema.js.map +0 -1
- package/dist/module/lib/types/UpdateProjectSchema.d.ts +0 -5
- package/dist/module/lib/types/UpdateProjectSchema.d.ts.map +0 -1
- package/dist/module/lib/types/UpdateProjectSchema.js +0 -2
- package/dist/module/lib/types/UpdateProjectSchema.js.map +0 -1
- package/dist/module/lib/types/UtteranceEndEvent.d.ts +0 -6
- package/dist/module/lib/types/UtteranceEndEvent.d.ts.map +0 -1
- package/dist/module/lib/types/UtteranceEndEvent.js +0 -2
- package/dist/module/lib/types/UtteranceEndEvent.js.map +0 -1
- package/dist/module/lib/types/VoidResponse.d.ts +0 -10
- package/dist/module/lib/types/VoidResponse.d.ts.map +0 -1
- package/dist/module/lib/types/VoidResponse.js +0 -2
- package/dist/module/lib/types/VoidResponse.js.map +0 -1
- package/dist/module/lib/types/index.d.ts +0 -46
- package/dist/module/lib/types/index.d.ts.map +0 -1
- package/dist/module/lib/types/index.js +0 -46
- package/dist/module/lib/types/index.js.map +0 -1
- package/dist/module/lib/version.d.ts +0 -2
- package/dist/module/lib/version.d.ts.map +0 -1
- package/dist/module/lib/version.js +0 -2
- package/dist/module/lib/version.js.map +0 -1
- package/dist/module/packages/AbstractClient.d.ts +0 -71
- package/dist/module/packages/AbstractClient.d.ts.map +0 -1
- package/dist/module/packages/AbstractClient.js +0 -133
- package/dist/module/packages/AbstractClient.js.map +0 -1
- package/dist/module/packages/AbstractLiveClient.d.ts +0 -277
- package/dist/module/packages/AbstractLiveClient.d.ts.map +0 -1
- package/dist/module/packages/AbstractLiveClient.js +0 -412
- package/dist/module/packages/AbstractLiveClient.js.map +0 -1
- package/dist/module/packages/AbstractRestClient.d.ts +0 -106
- package/dist/module/packages/AbstractRestClient.d.ts.map +0 -1
- package/dist/module/packages/AbstractRestClient.js +0 -179
- package/dist/module/packages/AbstractRestClient.js.map +0 -1
- package/dist/module/packages/AgentLiveClient.d.ts +0 -78
- package/dist/module/packages/AgentLiveClient.d.ts.map +0 -1
- package/dist/module/packages/AgentLiveClient.js +0 -159
- package/dist/module/packages/AgentLiveClient.js.map +0 -1
- package/dist/module/packages/AuthRestClient.d.ts +0 -15
- package/dist/module/packages/AuthRestClient.d.ts.map +0 -1
- package/dist/module/packages/AuthRestClient.js +0 -42
- package/dist/module/packages/AuthRestClient.js.map +0 -1
- package/dist/module/packages/ListenClient.d.ts +0 -26
- package/dist/module/packages/ListenClient.d.ts.map +0 -1
- package/dist/module/packages/ListenClient.js +0 -32
- package/dist/module/packages/ListenClient.js.map +0 -1
- package/dist/module/packages/ListenLiveClient.d.ts +0 -62
- package/dist/module/packages/ListenLiveClient.d.ts.map +0 -1
- package/dist/module/packages/ListenLiveClient.js +0 -131
- package/dist/module/packages/ListenLiveClient.js.map +0 -1
- package/dist/module/packages/ListenRestClient.d.ts +0 -57
- package/dist/module/packages/ListenRestClient.d.ts.map +0 -1
- package/dist/module/packages/ListenRestClient.js +0 -167
- package/dist/module/packages/ListenRestClient.js.map +0 -1
- package/dist/module/packages/ManageRestClient.d.ts +0 -301
- package/dist/module/packages/ManageRestClient.d.ts.map +0 -1
- package/dist/module/packages/ManageRestClient.js +0 -667
- package/dist/module/packages/ManageRestClient.js.map +0 -1
- package/dist/module/packages/ModelsRestClient.d.ts +0 -53
- package/dist/module/packages/ModelsRestClient.d.ts.map +0 -1
- package/dist/module/packages/ModelsRestClient.js +0 -93
- package/dist/module/packages/ModelsRestClient.js.map +0 -1
- package/dist/module/packages/ReadRestClient.d.ts +0 -57
- package/dist/module/packages/ReadRestClient.d.ts.map +0 -1
- package/dist/module/packages/ReadRestClient.js +0 -161
- package/dist/module/packages/ReadRestClient.js.map +0 -1
- package/dist/module/packages/SelfHostedRestClient.d.ts +0 -47
- package/dist/module/packages/SelfHostedRestClient.d.ts.map +0 -1
- package/dist/module/packages/SelfHostedRestClient.js +0 -116
- package/dist/module/packages/SelfHostedRestClient.js.map +0 -1
- package/dist/module/packages/SpeakClient.d.ts +0 -27
- package/dist/module/packages/SpeakClient.d.ts.map +0 -1
- package/dist/module/packages/SpeakClient.js +0 -33
- package/dist/module/packages/SpeakClient.js.map +0 -1
- package/dist/module/packages/SpeakLiveClient.d.ts +0 -69
- package/dist/module/packages/SpeakLiveClient.d.ts.map +0 -1
- package/dist/module/packages/SpeakLiveClient.js +0 -155
- package/dist/module/packages/SpeakLiveClient.js.map +0 -1
- package/dist/module/packages/SpeakRestClient.d.ts +0 -35
- package/dist/module/packages/SpeakRestClient.d.ts.map +0 -1
- package/dist/module/packages/SpeakRestClient.js +0 -74
- package/dist/module/packages/SpeakRestClient.js.map +0 -1
- package/dist/module/packages/index.d.ts +0 -16
- package/dist/module/packages/index.d.ts.map +0 -1
- package/dist/module/packages/index.js +0 -16
- package/dist/module/packages/index.js.map +0 -1
- package/dist/umd/deepgram.js +0 -1
- package/src/DeepgramClient.ts +0 -167
- package/src/index.ts +0 -68
- package/src/lib/constants.ts +0 -58
- package/src/lib/enums/AgentEvents.ts +0 -74
- package/src/lib/enums/LiveConnectionState.ts +0 -13
- package/src/lib/enums/LiveTTSEvents.ts +0 -36
- package/src/lib/enums/LiveTranscriptionEvents.ts +0 -33
- package/src/lib/enums/index.ts +0 -4
- package/src/lib/errors.ts +0 -102
- package/src/lib/fetch.ts +0 -68
- package/src/lib/helpers.ts +0 -180
- package/src/lib/runtime.ts +0 -20
- package/src/lib/types/AgentLiveSchema.ts +0 -92
- package/src/lib/types/AnalyzeSchema.ts +0 -39
- package/src/lib/types/AsyncAnalyzeResponse.ts +0 -3
- package/src/lib/types/AsyncPrerecordedResponse.ts +0 -3
- package/src/lib/types/CreateOnPremCredentialsSchema.ts +0 -5
- package/src/lib/types/CreateProjectKeyResponse.ts +0 -9
- package/src/lib/types/CreateProjectKeySchema.ts +0 -15
- package/src/lib/types/DeepgramClientOptions.ts +0 -88
- package/src/lib/types/DeepgramResponse.ts +0 -13
- package/src/lib/types/DeepgramSource.ts +0 -15
- package/src/lib/types/Fetch.ts +0 -5
- package/src/lib/types/FunctionCallResponse.ts +0 -17
- package/src/lib/types/GetModelsResponse.ts +0 -24
- package/src/lib/types/GetModelsSchema.ts +0 -3
- package/src/lib/types/GetProjectBalancesResponse.ts +0 -10
- package/src/lib/types/GetProjectInvitesResponse.ts +0 -8
- package/src/lib/types/GetProjectKeysResponse.ts +0 -23
- package/src/lib/types/GetProjectMemberScopesResponse.ts +0 -3
- package/src/lib/types/GetProjectMembersResponse.ts +0 -11
- package/src/lib/types/GetProjectResponse.ts +0 -5
- package/src/lib/types/GetProjectUsageFieldsResponse.ts +0 -14
- package/src/lib/types/GetProjectUsageFieldsSchema.ts +0 -4
- package/src/lib/types/GetProjectUsageRequestsResponse.ts +0 -49
- package/src/lib/types/GetProjectUsageRequestsSchema.ts +0 -6
- package/src/lib/types/GetProjectUsageSummaryResponse.ts +0 -17
- package/src/lib/types/GetProjectUsageSummarySchema.ts +0 -23
- package/src/lib/types/GetProjectsResponse.ts +0 -8
- package/src/lib/types/GetTokenDetailsResponse.ts +0 -3
- package/src/lib/types/GrantTokenResponse.ts +0 -4
- package/src/lib/types/GrantTokenSchema.ts +0 -9
- package/src/lib/types/ListOnPremCredentialsResponse.ts +0 -17
- package/src/lib/types/LiveConfigOptions.ts +0 -7
- package/src/lib/types/LiveMetadataEvent.ts +0 -9
- package/src/lib/types/LiveTranscriptionEvent.ts +0 -34
- package/src/lib/types/MessageResponse.ts +0 -3
- package/src/lib/types/SendProjectInviteSchema.ts +0 -4
- package/src/lib/types/SpeakSchema.ts +0 -29
- package/src/lib/types/SpeechStartedEvent.ts +0 -5
- package/src/lib/types/SyncAnalyzeResponse.ts +0 -91
- package/src/lib/types/SyncPrerecordedResponse.ts +0 -213
- package/src/lib/types/TranscriptionSchema.ts +0 -246
- package/src/lib/types/UpdateProjectMemberScopeSchema.ts +0 -3
- package/src/lib/types/UpdateProjectSchema.ts +0 -4
- package/src/lib/types/UtteranceEndEvent.ts +0 -5
- package/src/lib/types/VoidResponse.ts +0 -11
- package/src/lib/types/index.ts +0 -45
- package/src/lib/version.ts +0 -1
- package/src/packages/AbstractClient.ts +0 -172
- package/src/packages/AbstractLiveClient.ts +0 -542
- package/src/packages/AbstractRestClient.ts +0 -223
- package/src/packages/AgentLiveClient.ts +0 -170
- package/src/packages/AuthRestClient.ts +0 -36
- package/src/packages/ListenClient.ts +0 -35
- package/src/packages/ListenLiveClient.ts +0 -150
- package/src/packages/ListenRestClient.ts +0 -204
- package/src/packages/ManageRestClient.ts +0 -814
- package/src/packages/ModelsRestClient.ts +0 -93
- package/src/packages/ReadRestClient.ts +0 -200
- package/src/packages/SelfHostedRestClient.ts +0 -134
- package/src/packages/SpeakClient.ts +0 -35
- package/src/packages/SpeakLiveClient.ts +0 -171
- package/src/packages/SpeakRestClient.ts +0 -73
- package/src/packages/index.ts +0 -15
package/reference.md
ADDED
|
@@ -0,0 +1,2931 @@
|
|
|
1
|
+
# Reference
|
|
2
|
+
## Agent V1 Settings Think Models
|
|
3
|
+
<details><summary><code>client.agent.v1.settings.think.models.<a href="/src/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/client/Client.ts">list</a>() -> Deepgram.AgentThinkModelsV1Response</code></summary>
|
|
4
|
+
<dl>
|
|
5
|
+
<dd>
|
|
6
|
+
|
|
7
|
+
#### 📝 Description
|
|
8
|
+
|
|
9
|
+
<dl>
|
|
10
|
+
<dd>
|
|
11
|
+
|
|
12
|
+
<dl>
|
|
13
|
+
<dd>
|
|
14
|
+
|
|
15
|
+
Retrieves the available think models that can be used for AI agent processing
|
|
16
|
+
</dd>
|
|
17
|
+
</dl>
|
|
18
|
+
</dd>
|
|
19
|
+
</dl>
|
|
20
|
+
|
|
21
|
+
#### 🔌 Usage
|
|
22
|
+
|
|
23
|
+
<dl>
|
|
24
|
+
<dd>
|
|
25
|
+
|
|
26
|
+
<dl>
|
|
27
|
+
<dd>
|
|
28
|
+
|
|
29
|
+
```typescript
|
|
30
|
+
await client.agent.v1.settings.think.models.list();
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
</dd>
|
|
34
|
+
</dl>
|
|
35
|
+
</dd>
|
|
36
|
+
</dl>
|
|
37
|
+
|
|
38
|
+
#### ⚙️ Parameters
|
|
39
|
+
|
|
40
|
+
<dl>
|
|
41
|
+
<dd>
|
|
42
|
+
|
|
43
|
+
<dl>
|
|
44
|
+
<dd>
|
|
45
|
+
|
|
46
|
+
**requestOptions:** `ModelsClient.RequestOptions`
|
|
47
|
+
|
|
48
|
+
</dd>
|
|
49
|
+
</dl>
|
|
50
|
+
</dd>
|
|
51
|
+
</dl>
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
</dd>
|
|
55
|
+
</dl>
|
|
56
|
+
</details>
|
|
57
|
+
|
|
58
|
+
## Auth V1 Tokens
|
|
59
|
+
<details><summary><code>client.auth.v1.tokens.<a href="/src/api/resources/auth/resources/v1/resources/tokens/client/Client.ts">grant</a>({ ...params }) -> Deepgram.GrantV1Response</code></summary>
|
|
60
|
+
<dl>
|
|
61
|
+
<dd>
|
|
62
|
+
|
|
63
|
+
#### 📝 Description
|
|
64
|
+
|
|
65
|
+
<dl>
|
|
66
|
+
<dd>
|
|
67
|
+
|
|
68
|
+
<dl>
|
|
69
|
+
<dd>
|
|
70
|
+
|
|
71
|
+
Generates a temporary JSON Web Token (JWT) with a 30-second (by default) TTL and usage::write permission for core voice APIs, requiring an API key with Member or higher authorization. Tokens created with this endpoint will not work with the Manage APIs.
|
|
72
|
+
</dd>
|
|
73
|
+
</dl>
|
|
74
|
+
</dd>
|
|
75
|
+
</dl>
|
|
76
|
+
|
|
77
|
+
#### 🔌 Usage
|
|
78
|
+
|
|
79
|
+
<dl>
|
|
80
|
+
<dd>
|
|
81
|
+
|
|
82
|
+
<dl>
|
|
83
|
+
<dd>
|
|
84
|
+
|
|
85
|
+
```typescript
|
|
86
|
+
await client.auth.v1.tokens.grant();
|
|
87
|
+
|
|
88
|
+
```
|
|
89
|
+
</dd>
|
|
90
|
+
</dl>
|
|
91
|
+
</dd>
|
|
92
|
+
</dl>
|
|
93
|
+
|
|
94
|
+
#### ⚙️ Parameters
|
|
95
|
+
|
|
96
|
+
<dl>
|
|
97
|
+
<dd>
|
|
98
|
+
|
|
99
|
+
<dl>
|
|
100
|
+
<dd>
|
|
101
|
+
|
|
102
|
+
**request:** `Deepgram.auth.v1.GrantV1Request`
|
|
103
|
+
|
|
104
|
+
</dd>
|
|
105
|
+
</dl>
|
|
106
|
+
|
|
107
|
+
<dl>
|
|
108
|
+
<dd>
|
|
109
|
+
|
|
110
|
+
**requestOptions:** `TokensClient.RequestOptions`
|
|
111
|
+
|
|
112
|
+
</dd>
|
|
113
|
+
</dl>
|
|
114
|
+
</dd>
|
|
115
|
+
</dl>
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
</dd>
|
|
119
|
+
</dl>
|
|
120
|
+
</details>
|
|
121
|
+
|
|
122
|
+
## Listen V1 Media
|
|
123
|
+
<details><summary><code>client.listen.v1.media.<a href="/src/api/resources/listen/resources/v1/resources/media/client/Client.ts">transcribeUrl</a>({ ...params }) -> Deepgram.MediaTranscribeResponse</code></summary>
|
|
124
|
+
<dl>
|
|
125
|
+
<dd>
|
|
126
|
+
|
|
127
|
+
#### 📝 Description
|
|
128
|
+
|
|
129
|
+
<dl>
|
|
130
|
+
<dd>
|
|
131
|
+
|
|
132
|
+
<dl>
|
|
133
|
+
<dd>
|
|
134
|
+
|
|
135
|
+
Transcribe audio and video using Deepgram's speech-to-text REST API
|
|
136
|
+
</dd>
|
|
137
|
+
</dl>
|
|
138
|
+
</dd>
|
|
139
|
+
</dl>
|
|
140
|
+
|
|
141
|
+
#### 🔌 Usage
|
|
142
|
+
|
|
143
|
+
<dl>
|
|
144
|
+
<dd>
|
|
145
|
+
|
|
146
|
+
<dl>
|
|
147
|
+
<dd>
|
|
148
|
+
|
|
149
|
+
```typescript
|
|
150
|
+
await client.listen.v1.media.transcribeUrl({
|
|
151
|
+
callback: "callback",
|
|
152
|
+
callback_method: "POST",
|
|
153
|
+
extra: "extra",
|
|
154
|
+
sentiment: true,
|
|
155
|
+
summarize: "v2",
|
|
156
|
+
tag: "tag",
|
|
157
|
+
topics: true,
|
|
158
|
+
custom_topic: "custom_topic",
|
|
159
|
+
custom_topic_mode: "extended",
|
|
160
|
+
intents: true,
|
|
161
|
+
custom_intent: "custom_intent",
|
|
162
|
+
custom_intent_mode: "extended",
|
|
163
|
+
detect_entities: true,
|
|
164
|
+
detect_language: true,
|
|
165
|
+
diarize: true,
|
|
166
|
+
dictation: true,
|
|
167
|
+
encoding: "linear16",
|
|
168
|
+
filler_words: true,
|
|
169
|
+
keywords: "keywords",
|
|
170
|
+
language: "language",
|
|
171
|
+
measurements: true,
|
|
172
|
+
model: "nova-3",
|
|
173
|
+
multichannel: true,
|
|
174
|
+
numerals: true,
|
|
175
|
+
paragraphs: true,
|
|
176
|
+
profanity_filter: true,
|
|
177
|
+
punctuate: true,
|
|
178
|
+
redact: "redact",
|
|
179
|
+
replace: "replace",
|
|
180
|
+
search: "search",
|
|
181
|
+
smart_format: true,
|
|
182
|
+
utterances: true,
|
|
183
|
+
utt_split: 1.1,
|
|
184
|
+
version: "latest",
|
|
185
|
+
mip_opt_out: true,
|
|
186
|
+
url: "https://dpgr.am/spacewalk.wav"
|
|
187
|
+
});
|
|
188
|
+
|
|
189
|
+
```
|
|
190
|
+
</dd>
|
|
191
|
+
</dl>
|
|
192
|
+
</dd>
|
|
193
|
+
</dl>
|
|
194
|
+
|
|
195
|
+
#### ⚙️ Parameters
|
|
196
|
+
|
|
197
|
+
<dl>
|
|
198
|
+
<dd>
|
|
199
|
+
|
|
200
|
+
<dl>
|
|
201
|
+
<dd>
|
|
202
|
+
|
|
203
|
+
**request:** `Deepgram.listen.v1.ListenV1RequestUrl`
|
|
204
|
+
|
|
205
|
+
</dd>
|
|
206
|
+
</dl>
|
|
207
|
+
|
|
208
|
+
<dl>
|
|
209
|
+
<dd>
|
|
210
|
+
|
|
211
|
+
**requestOptions:** `MediaClient.RequestOptions`
|
|
212
|
+
|
|
213
|
+
</dd>
|
|
214
|
+
</dl>
|
|
215
|
+
</dd>
|
|
216
|
+
</dl>
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
</dd>
|
|
220
|
+
</dl>
|
|
221
|
+
</details>
|
|
222
|
+
|
|
223
|
+
<details><summary><code>client.listen.v1.media.<a href="/src/api/resources/listen/resources/v1/resources/media/client/Client.ts">transcribeFile</a>(uploadable, { ...params }) -> Deepgram.MediaTranscribeResponse</code></summary>
|
|
224
|
+
<dl>
|
|
225
|
+
<dd>
|
|
226
|
+
|
|
227
|
+
#### 📝 Description
|
|
228
|
+
|
|
229
|
+
<dl>
|
|
230
|
+
<dd>
|
|
231
|
+
|
|
232
|
+
<dl>
|
|
233
|
+
<dd>
|
|
234
|
+
|
|
235
|
+
Transcribe audio and video using Deepgram's speech-to-text REST API
|
|
236
|
+
</dd>
|
|
237
|
+
</dl>
|
|
238
|
+
</dd>
|
|
239
|
+
</dl>
|
|
240
|
+
|
|
241
|
+
#### 🔌 Usage
|
|
242
|
+
|
|
243
|
+
<dl>
|
|
244
|
+
<dd>
|
|
245
|
+
|
|
246
|
+
<dl>
|
|
247
|
+
<dd>
|
|
248
|
+
|
|
249
|
+
```typescript
|
|
250
|
+
await client.listen.v1.media.transcribeFile(createReadStream("path/to/file"), {});
|
|
251
|
+
|
|
252
|
+
```
|
|
253
|
+
</dd>
|
|
254
|
+
</dl>
|
|
255
|
+
</dd>
|
|
256
|
+
</dl>
|
|
257
|
+
|
|
258
|
+
#### ⚙️ Parameters
|
|
259
|
+
|
|
260
|
+
<dl>
|
|
261
|
+
<dd>
|
|
262
|
+
|
|
263
|
+
<dl>
|
|
264
|
+
<dd>
|
|
265
|
+
|
|
266
|
+
**uploadable:** `core.file.Uploadable`
|
|
267
|
+
|
|
268
|
+
</dd>
|
|
269
|
+
</dl>
|
|
270
|
+
|
|
271
|
+
<dl>
|
|
272
|
+
<dd>
|
|
273
|
+
|
|
274
|
+
**request:** `Deepgram.listen.v1.MediaTranscribeRequestOctetStream`
|
|
275
|
+
|
|
276
|
+
</dd>
|
|
277
|
+
</dl>
|
|
278
|
+
|
|
279
|
+
<dl>
|
|
280
|
+
<dd>
|
|
281
|
+
|
|
282
|
+
**requestOptions:** `MediaClient.RequestOptions`
|
|
283
|
+
|
|
284
|
+
</dd>
|
|
285
|
+
</dl>
|
|
286
|
+
</dd>
|
|
287
|
+
</dl>
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
</dd>
|
|
291
|
+
</dl>
|
|
292
|
+
</details>
|
|
293
|
+
|
|
294
|
+
## Manage V1 Models
|
|
295
|
+
<details><summary><code>client.manage.v1.models.<a href="/src/api/resources/manage/resources/v1/resources/models/client/Client.ts">list</a>({ ...params }) -> Deepgram.ListModelsV1Response</code></summary>
|
|
296
|
+
<dl>
|
|
297
|
+
<dd>
|
|
298
|
+
|
|
299
|
+
#### 📝 Description
|
|
300
|
+
|
|
301
|
+
<dl>
|
|
302
|
+
<dd>
|
|
303
|
+
|
|
304
|
+
<dl>
|
|
305
|
+
<dd>
|
|
306
|
+
|
|
307
|
+
Returns metadata on all the latest public models. To retrieve custom models, use Get Project Models.
|
|
308
|
+
</dd>
|
|
309
|
+
</dl>
|
|
310
|
+
</dd>
|
|
311
|
+
</dl>
|
|
312
|
+
|
|
313
|
+
#### 🔌 Usage
|
|
314
|
+
|
|
315
|
+
<dl>
|
|
316
|
+
<dd>
|
|
317
|
+
|
|
318
|
+
<dl>
|
|
319
|
+
<dd>
|
|
320
|
+
|
|
321
|
+
```typescript
|
|
322
|
+
await client.manage.v1.models.list({
|
|
323
|
+
include_outdated: true
|
|
324
|
+
});
|
|
325
|
+
|
|
326
|
+
```
|
|
327
|
+
</dd>
|
|
328
|
+
</dl>
|
|
329
|
+
</dd>
|
|
330
|
+
</dl>
|
|
331
|
+
|
|
332
|
+
#### ⚙️ Parameters
|
|
333
|
+
|
|
334
|
+
<dl>
|
|
335
|
+
<dd>
|
|
336
|
+
|
|
337
|
+
<dl>
|
|
338
|
+
<dd>
|
|
339
|
+
|
|
340
|
+
**request:** `Deepgram.manage.v1.ModelsListRequest`
|
|
341
|
+
|
|
342
|
+
</dd>
|
|
343
|
+
</dl>
|
|
344
|
+
|
|
345
|
+
<dl>
|
|
346
|
+
<dd>
|
|
347
|
+
|
|
348
|
+
**requestOptions:** `ModelsClient.RequestOptions`
|
|
349
|
+
|
|
350
|
+
</dd>
|
|
351
|
+
</dl>
|
|
352
|
+
</dd>
|
|
353
|
+
</dl>
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
</dd>
|
|
357
|
+
</dl>
|
|
358
|
+
</details>
|
|
359
|
+
|
|
360
|
+
<details><summary><code>client.manage.v1.models.<a href="/src/api/resources/manage/resources/v1/resources/models/client/Client.ts">get</a>(model_id) -> Deepgram.GetModelV1Response</code></summary>
|
|
361
|
+
<dl>
|
|
362
|
+
<dd>
|
|
363
|
+
|
|
364
|
+
#### 📝 Description
|
|
365
|
+
|
|
366
|
+
<dl>
|
|
367
|
+
<dd>
|
|
368
|
+
|
|
369
|
+
<dl>
|
|
370
|
+
<dd>
|
|
371
|
+
|
|
372
|
+
Returns metadata for a specific public model
|
|
373
|
+
</dd>
|
|
374
|
+
</dl>
|
|
375
|
+
</dd>
|
|
376
|
+
</dl>
|
|
377
|
+
|
|
378
|
+
#### 🔌 Usage
|
|
379
|
+
|
|
380
|
+
<dl>
|
|
381
|
+
<dd>
|
|
382
|
+
|
|
383
|
+
<dl>
|
|
384
|
+
<dd>
|
|
385
|
+
|
|
386
|
+
```typescript
|
|
387
|
+
await client.manage.v1.models.get("af6e9977-99f6-4d8f-b6f5-dfdf6fb6e291");
|
|
388
|
+
|
|
389
|
+
```
|
|
390
|
+
</dd>
|
|
391
|
+
</dl>
|
|
392
|
+
</dd>
|
|
393
|
+
</dl>
|
|
394
|
+
|
|
395
|
+
#### ⚙️ Parameters
|
|
396
|
+
|
|
397
|
+
<dl>
|
|
398
|
+
<dd>
|
|
399
|
+
|
|
400
|
+
<dl>
|
|
401
|
+
<dd>
|
|
402
|
+
|
|
403
|
+
**model_id:** `string` — The specific UUID of the model
|
|
404
|
+
|
|
405
|
+
</dd>
|
|
406
|
+
</dl>
|
|
407
|
+
|
|
408
|
+
<dl>
|
|
409
|
+
<dd>
|
|
410
|
+
|
|
411
|
+
**requestOptions:** `ModelsClient.RequestOptions`
|
|
412
|
+
|
|
413
|
+
</dd>
|
|
414
|
+
</dl>
|
|
415
|
+
</dd>
|
|
416
|
+
</dl>
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
</dd>
|
|
420
|
+
</dl>
|
|
421
|
+
</details>
|
|
422
|
+
|
|
423
|
+
## Manage V1 Projects
|
|
424
|
+
<details><summary><code>client.manage.v1.projects.<a href="/src/api/resources/manage/resources/v1/resources/projects/client/Client.ts">list</a>() -> Deepgram.ListProjectsV1Response</code></summary>
|
|
425
|
+
<dl>
|
|
426
|
+
<dd>
|
|
427
|
+
|
|
428
|
+
#### 📝 Description
|
|
429
|
+
|
|
430
|
+
<dl>
|
|
431
|
+
<dd>
|
|
432
|
+
|
|
433
|
+
<dl>
|
|
434
|
+
<dd>
|
|
435
|
+
|
|
436
|
+
Retrieves basic information about the projects associated with the API key
|
|
437
|
+
</dd>
|
|
438
|
+
</dl>
|
|
439
|
+
</dd>
|
|
440
|
+
</dl>
|
|
441
|
+
|
|
442
|
+
#### 🔌 Usage
|
|
443
|
+
|
|
444
|
+
<dl>
|
|
445
|
+
<dd>
|
|
446
|
+
|
|
447
|
+
<dl>
|
|
448
|
+
<dd>
|
|
449
|
+
|
|
450
|
+
```typescript
|
|
451
|
+
await client.manage.v1.projects.list();
|
|
452
|
+
|
|
453
|
+
```
|
|
454
|
+
</dd>
|
|
455
|
+
</dl>
|
|
456
|
+
</dd>
|
|
457
|
+
</dl>
|
|
458
|
+
|
|
459
|
+
#### ⚙️ Parameters
|
|
460
|
+
|
|
461
|
+
<dl>
|
|
462
|
+
<dd>
|
|
463
|
+
|
|
464
|
+
<dl>
|
|
465
|
+
<dd>
|
|
466
|
+
|
|
467
|
+
**requestOptions:** `ProjectsClient.RequestOptions`
|
|
468
|
+
|
|
469
|
+
</dd>
|
|
470
|
+
</dl>
|
|
471
|
+
</dd>
|
|
472
|
+
</dl>
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
</dd>
|
|
476
|
+
</dl>
|
|
477
|
+
</details>
|
|
478
|
+
|
|
479
|
+
<details><summary><code>client.manage.v1.projects.<a href="/src/api/resources/manage/resources/v1/resources/projects/client/Client.ts">get</a>(project_id, { ...params }) -> Deepgram.GetProjectV1Response</code></summary>
|
|
480
|
+
<dl>
|
|
481
|
+
<dd>
|
|
482
|
+
|
|
483
|
+
#### 📝 Description
|
|
484
|
+
|
|
485
|
+
<dl>
|
|
486
|
+
<dd>
|
|
487
|
+
|
|
488
|
+
<dl>
|
|
489
|
+
<dd>
|
|
490
|
+
|
|
491
|
+
Retrieves information about the specified project
|
|
492
|
+
</dd>
|
|
493
|
+
</dl>
|
|
494
|
+
</dd>
|
|
495
|
+
</dl>
|
|
496
|
+
|
|
497
|
+
#### 🔌 Usage
|
|
498
|
+
|
|
499
|
+
<dl>
|
|
500
|
+
<dd>
|
|
501
|
+
|
|
502
|
+
<dl>
|
|
503
|
+
<dd>
|
|
504
|
+
|
|
505
|
+
```typescript
|
|
506
|
+
await client.manage.v1.projects.get("123456-7890-1234-5678-901234", {
|
|
507
|
+
limit: 1.1,
|
|
508
|
+
page: 1.1
|
|
509
|
+
});
|
|
510
|
+
|
|
511
|
+
```
|
|
512
|
+
</dd>
|
|
513
|
+
</dl>
|
|
514
|
+
</dd>
|
|
515
|
+
</dl>
|
|
516
|
+
|
|
517
|
+
#### ⚙️ Parameters
|
|
518
|
+
|
|
519
|
+
<dl>
|
|
520
|
+
<dd>
|
|
521
|
+
|
|
522
|
+
<dl>
|
|
523
|
+
<dd>
|
|
524
|
+
|
|
525
|
+
**project_id:** `string` — The unique identifier of the project
|
|
526
|
+
|
|
527
|
+
</dd>
|
|
528
|
+
</dl>
|
|
529
|
+
|
|
530
|
+
<dl>
|
|
531
|
+
<dd>
|
|
532
|
+
|
|
533
|
+
**request:** `Deepgram.manage.v1.ProjectsGetRequest`
|
|
534
|
+
|
|
535
|
+
</dd>
|
|
536
|
+
</dl>
|
|
537
|
+
|
|
538
|
+
<dl>
|
|
539
|
+
<dd>
|
|
540
|
+
|
|
541
|
+
**requestOptions:** `ProjectsClient.RequestOptions`
|
|
542
|
+
|
|
543
|
+
</dd>
|
|
544
|
+
</dl>
|
|
545
|
+
</dd>
|
|
546
|
+
</dl>
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
</dd>
|
|
550
|
+
</dl>
|
|
551
|
+
</details>
|
|
552
|
+
|
|
553
|
+
<details><summary><code>client.manage.v1.projects.<a href="/src/api/resources/manage/resources/v1/resources/projects/client/Client.ts">delete</a>(project_id) -> Deepgram.DeleteProjectV1Response</code></summary>
|
|
554
|
+
<dl>
|
|
555
|
+
<dd>
|
|
556
|
+
|
|
557
|
+
#### 📝 Description
|
|
558
|
+
|
|
559
|
+
<dl>
|
|
560
|
+
<dd>
|
|
561
|
+
|
|
562
|
+
<dl>
|
|
563
|
+
<dd>
|
|
564
|
+
|
|
565
|
+
Deletes the specified project
|
|
566
|
+
</dd>
|
|
567
|
+
</dl>
|
|
568
|
+
</dd>
|
|
569
|
+
</dl>
|
|
570
|
+
|
|
571
|
+
#### 🔌 Usage
|
|
572
|
+
|
|
573
|
+
<dl>
|
|
574
|
+
<dd>
|
|
575
|
+
|
|
576
|
+
<dl>
|
|
577
|
+
<dd>
|
|
578
|
+
|
|
579
|
+
```typescript
|
|
580
|
+
await client.manage.v1.projects.delete("123456-7890-1234-5678-901234");
|
|
581
|
+
|
|
582
|
+
```
|
|
583
|
+
</dd>
|
|
584
|
+
</dl>
|
|
585
|
+
</dd>
|
|
586
|
+
</dl>
|
|
587
|
+
|
|
588
|
+
#### ⚙️ Parameters
|
|
589
|
+
|
|
590
|
+
<dl>
|
|
591
|
+
<dd>
|
|
592
|
+
|
|
593
|
+
<dl>
|
|
594
|
+
<dd>
|
|
595
|
+
|
|
596
|
+
**project_id:** `string` — The unique identifier of the project
|
|
597
|
+
|
|
598
|
+
</dd>
|
|
599
|
+
</dl>
|
|
600
|
+
|
|
601
|
+
<dl>
|
|
602
|
+
<dd>
|
|
603
|
+
|
|
604
|
+
**requestOptions:** `ProjectsClient.RequestOptions`
|
|
605
|
+
|
|
606
|
+
</dd>
|
|
607
|
+
</dl>
|
|
608
|
+
</dd>
|
|
609
|
+
</dl>
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
</dd>
|
|
613
|
+
</dl>
|
|
614
|
+
</details>
|
|
615
|
+
|
|
616
|
+
<details><summary><code>client.manage.v1.projects.<a href="/src/api/resources/manage/resources/v1/resources/projects/client/Client.ts">update</a>(project_id, { ...params }) -> Deepgram.UpdateProjectV1Response</code></summary>
|
|
617
|
+
<dl>
|
|
618
|
+
<dd>
|
|
619
|
+
|
|
620
|
+
#### 📝 Description
|
|
621
|
+
|
|
622
|
+
<dl>
|
|
623
|
+
<dd>
|
|
624
|
+
|
|
625
|
+
<dl>
|
|
626
|
+
<dd>
|
|
627
|
+
|
|
628
|
+
Updates the name or other properties of an existing project
|
|
629
|
+
</dd>
|
|
630
|
+
</dl>
|
|
631
|
+
</dd>
|
|
632
|
+
</dl>
|
|
633
|
+
|
|
634
|
+
#### 🔌 Usage
|
|
635
|
+
|
|
636
|
+
<dl>
|
|
637
|
+
<dd>
|
|
638
|
+
|
|
639
|
+
<dl>
|
|
640
|
+
<dd>
|
|
641
|
+
|
|
642
|
+
```typescript
|
|
643
|
+
await client.manage.v1.projects.update("123456-7890-1234-5678-901234");
|
|
644
|
+
|
|
645
|
+
```
|
|
646
|
+
</dd>
|
|
647
|
+
</dl>
|
|
648
|
+
</dd>
|
|
649
|
+
</dl>
|
|
650
|
+
|
|
651
|
+
#### ⚙️ Parameters
|
|
652
|
+
|
|
653
|
+
<dl>
|
|
654
|
+
<dd>
|
|
655
|
+
|
|
656
|
+
<dl>
|
|
657
|
+
<dd>
|
|
658
|
+
|
|
659
|
+
**project_id:** `string` — The unique identifier of the project
|
|
660
|
+
|
|
661
|
+
</dd>
|
|
662
|
+
</dl>
|
|
663
|
+
|
|
664
|
+
<dl>
|
|
665
|
+
<dd>
|
|
666
|
+
|
|
667
|
+
**request:** `Deepgram.manage.v1.UpdateProjectV1Request`
|
|
668
|
+
|
|
669
|
+
</dd>
|
|
670
|
+
</dl>
|
|
671
|
+
|
|
672
|
+
<dl>
|
|
673
|
+
<dd>
|
|
674
|
+
|
|
675
|
+
**requestOptions:** `ProjectsClient.RequestOptions`
|
|
676
|
+
|
|
677
|
+
</dd>
|
|
678
|
+
</dl>
|
|
679
|
+
</dd>
|
|
680
|
+
</dl>
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
</dd>
|
|
684
|
+
</dl>
|
|
685
|
+
</details>
|
|
686
|
+
|
|
687
|
+
<details><summary><code>client.manage.v1.projects.<a href="/src/api/resources/manage/resources/v1/resources/projects/client/Client.ts">leave</a>(project_id) -> Deepgram.LeaveProjectV1Response</code></summary>
|
|
688
|
+
<dl>
|
|
689
|
+
<dd>
|
|
690
|
+
|
|
691
|
+
#### 📝 Description
|
|
692
|
+
|
|
693
|
+
<dl>
|
|
694
|
+
<dd>
|
|
695
|
+
|
|
696
|
+
<dl>
|
|
697
|
+
<dd>
|
|
698
|
+
|
|
699
|
+
Removes the authenticated account from the specific project
|
|
700
|
+
</dd>
|
|
701
|
+
</dl>
|
|
702
|
+
</dd>
|
|
703
|
+
</dl>
|
|
704
|
+
|
|
705
|
+
#### 🔌 Usage
|
|
706
|
+
|
|
707
|
+
<dl>
|
|
708
|
+
<dd>
|
|
709
|
+
|
|
710
|
+
<dl>
|
|
711
|
+
<dd>
|
|
712
|
+
|
|
713
|
+
```typescript
|
|
714
|
+
await client.manage.v1.projects.leave("123456-7890-1234-5678-901234");
|
|
715
|
+
|
|
716
|
+
```
|
|
717
|
+
</dd>
|
|
718
|
+
</dl>
|
|
719
|
+
</dd>
|
|
720
|
+
</dl>
|
|
721
|
+
|
|
722
|
+
#### ⚙️ Parameters
|
|
723
|
+
|
|
724
|
+
<dl>
|
|
725
|
+
<dd>
|
|
726
|
+
|
|
727
|
+
<dl>
|
|
728
|
+
<dd>
|
|
729
|
+
|
|
730
|
+
**project_id:** `string` — The unique identifier of the project
|
|
731
|
+
|
|
732
|
+
</dd>
|
|
733
|
+
</dl>
|
|
734
|
+
|
|
735
|
+
<dl>
|
|
736
|
+
<dd>
|
|
737
|
+
|
|
738
|
+
**requestOptions:** `ProjectsClient.RequestOptions`
|
|
739
|
+
|
|
740
|
+
</dd>
|
|
741
|
+
</dl>
|
|
742
|
+
</dd>
|
|
743
|
+
</dl>
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
</dd>
|
|
747
|
+
</dl>
|
|
748
|
+
</details>
|
|
749
|
+
|
|
750
|
+
## Manage V1 Projects Keys
|
|
751
|
+
<details><summary><code>client.manage.v1.projects.keys.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/keys/client/Client.ts">list</a>(project_id, { ...params }) -> Deepgram.ListProjectKeysV1Response</code></summary>
|
|
752
|
+
<dl>
|
|
753
|
+
<dd>
|
|
754
|
+
|
|
755
|
+
#### 📝 Description
|
|
756
|
+
|
|
757
|
+
<dl>
|
|
758
|
+
<dd>
|
|
759
|
+
|
|
760
|
+
<dl>
|
|
761
|
+
<dd>
|
|
762
|
+
|
|
763
|
+
Retrieves all API keys associated with the specified project
|
|
764
|
+
</dd>
|
|
765
|
+
</dl>
|
|
766
|
+
</dd>
|
|
767
|
+
</dl>
|
|
768
|
+
|
|
769
|
+
#### 🔌 Usage
|
|
770
|
+
|
|
771
|
+
<dl>
|
|
772
|
+
<dd>
|
|
773
|
+
|
|
774
|
+
<dl>
|
|
775
|
+
<dd>
|
|
776
|
+
|
|
777
|
+
```typescript
|
|
778
|
+
await client.manage.v1.projects.keys.list("123456-7890-1234-5678-901234", {
|
|
779
|
+
status: "active"
|
|
780
|
+
});
|
|
781
|
+
|
|
782
|
+
```
|
|
783
|
+
</dd>
|
|
784
|
+
</dl>
|
|
785
|
+
</dd>
|
|
786
|
+
</dl>
|
|
787
|
+
|
|
788
|
+
#### ⚙️ Parameters
|
|
789
|
+
|
|
790
|
+
<dl>
|
|
791
|
+
<dd>
|
|
792
|
+
|
|
793
|
+
<dl>
|
|
794
|
+
<dd>
|
|
795
|
+
|
|
796
|
+
**project_id:** `string` — The unique identifier of the project
|
|
797
|
+
|
|
798
|
+
</dd>
|
|
799
|
+
</dl>
|
|
800
|
+
|
|
801
|
+
<dl>
|
|
802
|
+
<dd>
|
|
803
|
+
|
|
804
|
+
**request:** `Deepgram.manage.v1.projects.KeysListRequest`
|
|
805
|
+
|
|
806
|
+
</dd>
|
|
807
|
+
</dl>
|
|
808
|
+
|
|
809
|
+
<dl>
|
|
810
|
+
<dd>
|
|
811
|
+
|
|
812
|
+
**requestOptions:** `KeysClient.RequestOptions`
|
|
813
|
+
|
|
814
|
+
</dd>
|
|
815
|
+
</dl>
|
|
816
|
+
</dd>
|
|
817
|
+
</dl>
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
</dd>
|
|
821
|
+
</dl>
|
|
822
|
+
</details>
|
|
823
|
+
|
|
824
|
+
<details><summary><code>client.manage.v1.projects.keys.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/keys/client/Client.ts">create</a>(project_id, { ...params }) -> Deepgram.CreateKeyV1Response</code></summary>
|
|
825
|
+
<dl>
|
|
826
|
+
<dd>
|
|
827
|
+
|
|
828
|
+
#### 📝 Description
|
|
829
|
+
|
|
830
|
+
<dl>
|
|
831
|
+
<dd>
|
|
832
|
+
|
|
833
|
+
<dl>
|
|
834
|
+
<dd>
|
|
835
|
+
|
|
836
|
+
Creates a new API key with specified settings for the project
|
|
837
|
+
</dd>
|
|
838
|
+
</dl>
|
|
839
|
+
</dd>
|
|
840
|
+
</dl>
|
|
841
|
+
|
|
842
|
+
#### 🔌 Usage
|
|
843
|
+
|
|
844
|
+
<dl>
|
|
845
|
+
<dd>
|
|
846
|
+
|
|
847
|
+
<dl>
|
|
848
|
+
<dd>
|
|
849
|
+
|
|
850
|
+
```typescript
|
|
851
|
+
await client.manage.v1.projects.keys.create("project_id", {
|
|
852
|
+
"key": "value"
|
|
853
|
+
});
|
|
854
|
+
|
|
855
|
+
```
|
|
856
|
+
</dd>
|
|
857
|
+
</dl>
|
|
858
|
+
</dd>
|
|
859
|
+
</dl>
|
|
860
|
+
|
|
861
|
+
#### ⚙️ Parameters
|
|
862
|
+
|
|
863
|
+
<dl>
|
|
864
|
+
<dd>
|
|
865
|
+
|
|
866
|
+
<dl>
|
|
867
|
+
<dd>
|
|
868
|
+
|
|
869
|
+
**project_id:** `string` — The unique identifier of the project
|
|
870
|
+
|
|
871
|
+
</dd>
|
|
872
|
+
</dl>
|
|
873
|
+
|
|
874
|
+
<dl>
|
|
875
|
+
<dd>
|
|
876
|
+
|
|
877
|
+
**request:** `Deepgram.CreateKeyV1RequestOne`
|
|
878
|
+
|
|
879
|
+
</dd>
|
|
880
|
+
</dl>
|
|
881
|
+
|
|
882
|
+
<dl>
|
|
883
|
+
<dd>
|
|
884
|
+
|
|
885
|
+
**requestOptions:** `KeysClient.RequestOptions`
|
|
886
|
+
|
|
887
|
+
</dd>
|
|
888
|
+
</dl>
|
|
889
|
+
</dd>
|
|
890
|
+
</dl>
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
</dd>
|
|
894
|
+
</dl>
|
|
895
|
+
</details>
|
|
896
|
+
|
|
897
|
+
<details><summary><code>client.manage.v1.projects.keys.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/keys/client/Client.ts">get</a>(project_id, key_id) -> Deepgram.GetProjectKeyV1Response</code></summary>
|
|
898
|
+
<dl>
|
|
899
|
+
<dd>
|
|
900
|
+
|
|
901
|
+
#### 📝 Description
|
|
902
|
+
|
|
903
|
+
<dl>
|
|
904
|
+
<dd>
|
|
905
|
+
|
|
906
|
+
<dl>
|
|
907
|
+
<dd>
|
|
908
|
+
|
|
909
|
+
Retrieves information about a specified API key
|
|
910
|
+
</dd>
|
|
911
|
+
</dl>
|
|
912
|
+
</dd>
|
|
913
|
+
</dl>
|
|
914
|
+
|
|
915
|
+
#### 🔌 Usage
|
|
916
|
+
|
|
917
|
+
<dl>
|
|
918
|
+
<dd>
|
|
919
|
+
|
|
920
|
+
<dl>
|
|
921
|
+
<dd>
|
|
922
|
+
|
|
923
|
+
```typescript
|
|
924
|
+
await client.manage.v1.projects.keys.get("123456-7890-1234-5678-901234", "123456789012345678901234");
|
|
925
|
+
|
|
926
|
+
```
|
|
927
|
+
</dd>
|
|
928
|
+
</dl>
|
|
929
|
+
</dd>
|
|
930
|
+
</dl>
|
|
931
|
+
|
|
932
|
+
#### ⚙️ Parameters
|
|
933
|
+
|
|
934
|
+
<dl>
|
|
935
|
+
<dd>
|
|
936
|
+
|
|
937
|
+
<dl>
|
|
938
|
+
<dd>
|
|
939
|
+
|
|
940
|
+
**project_id:** `string` — The unique identifier of the project
|
|
941
|
+
|
|
942
|
+
</dd>
|
|
943
|
+
</dl>
|
|
944
|
+
|
|
945
|
+
<dl>
|
|
946
|
+
<dd>
|
|
947
|
+
|
|
948
|
+
**key_id:** `string` — The unique identifier of the API key
|
|
949
|
+
|
|
950
|
+
</dd>
|
|
951
|
+
</dl>
|
|
952
|
+
|
|
953
|
+
<dl>
|
|
954
|
+
<dd>
|
|
955
|
+
|
|
956
|
+
**requestOptions:** `KeysClient.RequestOptions`
|
|
957
|
+
|
|
958
|
+
</dd>
|
|
959
|
+
</dl>
|
|
960
|
+
</dd>
|
|
961
|
+
</dl>
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
</dd>
|
|
965
|
+
</dl>
|
|
966
|
+
</details>
|
|
967
|
+
|
|
968
|
+
<details><summary><code>client.manage.v1.projects.keys.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/keys/client/Client.ts">delete</a>(project_id, key_id) -> Deepgram.DeleteProjectKeyV1Response</code></summary>
|
|
969
|
+
<dl>
|
|
970
|
+
<dd>
|
|
971
|
+
|
|
972
|
+
#### 📝 Description
|
|
973
|
+
|
|
974
|
+
<dl>
|
|
975
|
+
<dd>
|
|
976
|
+
|
|
977
|
+
<dl>
|
|
978
|
+
<dd>
|
|
979
|
+
|
|
980
|
+
Deletes an API key for a specific project
|
|
981
|
+
</dd>
|
|
982
|
+
</dl>
|
|
983
|
+
</dd>
|
|
984
|
+
</dl>
|
|
985
|
+
|
|
986
|
+
#### 🔌 Usage
|
|
987
|
+
|
|
988
|
+
<dl>
|
|
989
|
+
<dd>
|
|
990
|
+
|
|
991
|
+
<dl>
|
|
992
|
+
<dd>
|
|
993
|
+
|
|
994
|
+
```typescript
|
|
995
|
+
await client.manage.v1.projects.keys.delete("123456-7890-1234-5678-901234", "123456789012345678901234");
|
|
996
|
+
|
|
997
|
+
```
|
|
998
|
+
</dd>
|
|
999
|
+
</dl>
|
|
1000
|
+
</dd>
|
|
1001
|
+
</dl>
|
|
1002
|
+
|
|
1003
|
+
#### ⚙️ Parameters
|
|
1004
|
+
|
|
1005
|
+
<dl>
|
|
1006
|
+
<dd>
|
|
1007
|
+
|
|
1008
|
+
<dl>
|
|
1009
|
+
<dd>
|
|
1010
|
+
|
|
1011
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1012
|
+
|
|
1013
|
+
</dd>
|
|
1014
|
+
</dl>
|
|
1015
|
+
|
|
1016
|
+
<dl>
|
|
1017
|
+
<dd>
|
|
1018
|
+
|
|
1019
|
+
**key_id:** `string` — The unique identifier of the API key
|
|
1020
|
+
|
|
1021
|
+
</dd>
|
|
1022
|
+
</dl>
|
|
1023
|
+
|
|
1024
|
+
<dl>
|
|
1025
|
+
<dd>
|
|
1026
|
+
|
|
1027
|
+
**requestOptions:** `KeysClient.RequestOptions`
|
|
1028
|
+
|
|
1029
|
+
</dd>
|
|
1030
|
+
</dl>
|
|
1031
|
+
</dd>
|
|
1032
|
+
</dl>
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
</dd>
|
|
1036
|
+
</dl>
|
|
1037
|
+
</details>
|
|
1038
|
+
|
|
1039
|
+
## Manage V1 Projects Members
|
|
1040
|
+
<details><summary><code>client.manage.v1.projects.members.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/members/client/Client.ts">list</a>(project_id) -> Deepgram.ListProjectMembersV1Response</code></summary>
|
|
1041
|
+
<dl>
|
|
1042
|
+
<dd>
|
|
1043
|
+
|
|
1044
|
+
#### 📝 Description
|
|
1045
|
+
|
|
1046
|
+
<dl>
|
|
1047
|
+
<dd>
|
|
1048
|
+
|
|
1049
|
+
<dl>
|
|
1050
|
+
<dd>
|
|
1051
|
+
|
|
1052
|
+
Retrieves a list of members for a given project
|
|
1053
|
+
</dd>
|
|
1054
|
+
</dl>
|
|
1055
|
+
</dd>
|
|
1056
|
+
</dl>
|
|
1057
|
+
|
|
1058
|
+
#### 🔌 Usage
|
|
1059
|
+
|
|
1060
|
+
<dl>
|
|
1061
|
+
<dd>
|
|
1062
|
+
|
|
1063
|
+
<dl>
|
|
1064
|
+
<dd>
|
|
1065
|
+
|
|
1066
|
+
```typescript
|
|
1067
|
+
await client.manage.v1.projects.members.list("123456-7890-1234-5678-901234");
|
|
1068
|
+
|
|
1069
|
+
```
|
|
1070
|
+
</dd>
|
|
1071
|
+
</dl>
|
|
1072
|
+
</dd>
|
|
1073
|
+
</dl>
|
|
1074
|
+
|
|
1075
|
+
#### ⚙️ Parameters
|
|
1076
|
+
|
|
1077
|
+
<dl>
|
|
1078
|
+
<dd>
|
|
1079
|
+
|
|
1080
|
+
<dl>
|
|
1081
|
+
<dd>
|
|
1082
|
+
|
|
1083
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1084
|
+
|
|
1085
|
+
</dd>
|
|
1086
|
+
</dl>
|
|
1087
|
+
|
|
1088
|
+
<dl>
|
|
1089
|
+
<dd>
|
|
1090
|
+
|
|
1091
|
+
**requestOptions:** `MembersClient.RequestOptions`
|
|
1092
|
+
|
|
1093
|
+
</dd>
|
|
1094
|
+
</dl>
|
|
1095
|
+
</dd>
|
|
1096
|
+
</dl>
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
</dd>
|
|
1100
|
+
</dl>
|
|
1101
|
+
</details>
|
|
1102
|
+
|
|
1103
|
+
<details><summary><code>client.manage.v1.projects.members.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/members/client/Client.ts">delete</a>(project_id, member_id) -> Deepgram.DeleteProjectMemberV1Response</code></summary>
|
|
1104
|
+
<dl>
|
|
1105
|
+
<dd>
|
|
1106
|
+
|
|
1107
|
+
#### 📝 Description
|
|
1108
|
+
|
|
1109
|
+
<dl>
|
|
1110
|
+
<dd>
|
|
1111
|
+
|
|
1112
|
+
<dl>
|
|
1113
|
+
<dd>
|
|
1114
|
+
|
|
1115
|
+
Removes a member from the project using their unique member ID
|
|
1116
|
+
</dd>
|
|
1117
|
+
</dl>
|
|
1118
|
+
</dd>
|
|
1119
|
+
</dl>
|
|
1120
|
+
|
|
1121
|
+
#### 🔌 Usage
|
|
1122
|
+
|
|
1123
|
+
<dl>
|
|
1124
|
+
<dd>
|
|
1125
|
+
|
|
1126
|
+
<dl>
|
|
1127
|
+
<dd>
|
|
1128
|
+
|
|
1129
|
+
```typescript
|
|
1130
|
+
await client.manage.v1.projects.members.delete("123456-7890-1234-5678-901234", "123456789012345678901234");
|
|
1131
|
+
|
|
1132
|
+
```
|
|
1133
|
+
</dd>
|
|
1134
|
+
</dl>
|
|
1135
|
+
</dd>
|
|
1136
|
+
</dl>
|
|
1137
|
+
|
|
1138
|
+
#### ⚙️ Parameters
|
|
1139
|
+
|
|
1140
|
+
<dl>
|
|
1141
|
+
<dd>
|
|
1142
|
+
|
|
1143
|
+
<dl>
|
|
1144
|
+
<dd>
|
|
1145
|
+
|
|
1146
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1147
|
+
|
|
1148
|
+
</dd>
|
|
1149
|
+
</dl>
|
|
1150
|
+
|
|
1151
|
+
<dl>
|
|
1152
|
+
<dd>
|
|
1153
|
+
|
|
1154
|
+
**member_id:** `string` — The unique identifier of the Member
|
|
1155
|
+
|
|
1156
|
+
</dd>
|
|
1157
|
+
</dl>
|
|
1158
|
+
|
|
1159
|
+
<dl>
|
|
1160
|
+
<dd>
|
|
1161
|
+
|
|
1162
|
+
**requestOptions:** `MembersClient.RequestOptions`
|
|
1163
|
+
|
|
1164
|
+
</dd>
|
|
1165
|
+
</dl>
|
|
1166
|
+
</dd>
|
|
1167
|
+
</dl>
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
</dd>
|
|
1171
|
+
</dl>
|
|
1172
|
+
</details>
|
|
1173
|
+
|
|
1174
|
+
## Manage V1 Projects Models
|
|
1175
|
+
<details><summary><code>client.manage.v1.projects.models.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/models/client/Client.ts">list</a>(project_id, { ...params }) -> Deepgram.ListModelsV1Response</code></summary>
|
|
1176
|
+
<dl>
|
|
1177
|
+
<dd>
|
|
1178
|
+
|
|
1179
|
+
#### 📝 Description
|
|
1180
|
+
|
|
1181
|
+
<dl>
|
|
1182
|
+
<dd>
|
|
1183
|
+
|
|
1184
|
+
<dl>
|
|
1185
|
+
<dd>
|
|
1186
|
+
|
|
1187
|
+
Returns metadata on all the latest models that a specific project has access to, including non-public models
|
|
1188
|
+
</dd>
|
|
1189
|
+
</dl>
|
|
1190
|
+
</dd>
|
|
1191
|
+
</dl>
|
|
1192
|
+
|
|
1193
|
+
#### 🔌 Usage
|
|
1194
|
+
|
|
1195
|
+
<dl>
|
|
1196
|
+
<dd>
|
|
1197
|
+
|
|
1198
|
+
<dl>
|
|
1199
|
+
<dd>
|
|
1200
|
+
|
|
1201
|
+
```typescript
|
|
1202
|
+
await client.manage.v1.projects.models.list("123456-7890-1234-5678-901234", {
|
|
1203
|
+
include_outdated: true
|
|
1204
|
+
});
|
|
1205
|
+
|
|
1206
|
+
```
|
|
1207
|
+
</dd>
|
|
1208
|
+
</dl>
|
|
1209
|
+
</dd>
|
|
1210
|
+
</dl>
|
|
1211
|
+
|
|
1212
|
+
#### ⚙️ Parameters
|
|
1213
|
+
|
|
1214
|
+
<dl>
|
|
1215
|
+
<dd>
|
|
1216
|
+
|
|
1217
|
+
<dl>
|
|
1218
|
+
<dd>
|
|
1219
|
+
|
|
1220
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1221
|
+
|
|
1222
|
+
</dd>
|
|
1223
|
+
</dl>
|
|
1224
|
+
|
|
1225
|
+
<dl>
|
|
1226
|
+
<dd>
|
|
1227
|
+
|
|
1228
|
+
**request:** `Deepgram.manage.v1.projects.ModelsListRequest`
|
|
1229
|
+
|
|
1230
|
+
</dd>
|
|
1231
|
+
</dl>
|
|
1232
|
+
|
|
1233
|
+
<dl>
|
|
1234
|
+
<dd>
|
|
1235
|
+
|
|
1236
|
+
**requestOptions:** `ModelsClient.RequestOptions`
|
|
1237
|
+
|
|
1238
|
+
</dd>
|
|
1239
|
+
</dl>
|
|
1240
|
+
</dd>
|
|
1241
|
+
</dl>
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
</dd>
|
|
1245
|
+
</dl>
|
|
1246
|
+
</details>
|
|
1247
|
+
|
|
1248
|
+
<details><summary><code>client.manage.v1.projects.models.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/models/client/Client.ts">get</a>(project_id, model_id) -> Deepgram.GetModelV1Response</code></summary>
|
|
1249
|
+
<dl>
|
|
1250
|
+
<dd>
|
|
1251
|
+
|
|
1252
|
+
#### 📝 Description
|
|
1253
|
+
|
|
1254
|
+
<dl>
|
|
1255
|
+
<dd>
|
|
1256
|
+
|
|
1257
|
+
<dl>
|
|
1258
|
+
<dd>
|
|
1259
|
+
|
|
1260
|
+
Returns metadata for a specific model
|
|
1261
|
+
</dd>
|
|
1262
|
+
</dl>
|
|
1263
|
+
</dd>
|
|
1264
|
+
</dl>
|
|
1265
|
+
|
|
1266
|
+
#### 🔌 Usage
|
|
1267
|
+
|
|
1268
|
+
<dl>
|
|
1269
|
+
<dd>
|
|
1270
|
+
|
|
1271
|
+
<dl>
|
|
1272
|
+
<dd>
|
|
1273
|
+
|
|
1274
|
+
```typescript
|
|
1275
|
+
await client.manage.v1.projects.models.get("123456-7890-1234-5678-901234", "af6e9977-99f6-4d8f-b6f5-dfdf6fb6e291");
|
|
1276
|
+
|
|
1277
|
+
```
|
|
1278
|
+
</dd>
|
|
1279
|
+
</dl>
|
|
1280
|
+
</dd>
|
|
1281
|
+
</dl>
|
|
1282
|
+
|
|
1283
|
+
#### ⚙️ Parameters
|
|
1284
|
+
|
|
1285
|
+
<dl>
|
|
1286
|
+
<dd>
|
|
1287
|
+
|
|
1288
|
+
<dl>
|
|
1289
|
+
<dd>
|
|
1290
|
+
|
|
1291
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1292
|
+
|
|
1293
|
+
</dd>
|
|
1294
|
+
</dl>
|
|
1295
|
+
|
|
1296
|
+
<dl>
|
|
1297
|
+
<dd>
|
|
1298
|
+
|
|
1299
|
+
**model_id:** `string` — The specific UUID of the model
|
|
1300
|
+
|
|
1301
|
+
</dd>
|
|
1302
|
+
</dl>
|
|
1303
|
+
|
|
1304
|
+
<dl>
|
|
1305
|
+
<dd>
|
|
1306
|
+
|
|
1307
|
+
**requestOptions:** `ModelsClient.RequestOptions`
|
|
1308
|
+
|
|
1309
|
+
</dd>
|
|
1310
|
+
</dl>
|
|
1311
|
+
</dd>
|
|
1312
|
+
</dl>
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
</dd>
|
|
1316
|
+
</dl>
|
|
1317
|
+
</details>
|
|
1318
|
+
|
|
1319
|
+
## Manage V1 Projects Requests
|
|
1320
|
+
<details><summary><code>client.manage.v1.projects.requests.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/requests/client/Client.ts">list</a>(project_id, { ...params }) -> Deepgram.ListProjectRequestsV1Response</code></summary>
|
|
1321
|
+
<dl>
|
|
1322
|
+
<dd>
|
|
1323
|
+
|
|
1324
|
+
#### 📝 Description
|
|
1325
|
+
|
|
1326
|
+
<dl>
|
|
1327
|
+
<dd>
|
|
1328
|
+
|
|
1329
|
+
<dl>
|
|
1330
|
+
<dd>
|
|
1331
|
+
|
|
1332
|
+
Generates a list of requests for a specific project
|
|
1333
|
+
</dd>
|
|
1334
|
+
</dl>
|
|
1335
|
+
</dd>
|
|
1336
|
+
</dl>
|
|
1337
|
+
|
|
1338
|
+
#### 🔌 Usage
|
|
1339
|
+
|
|
1340
|
+
<dl>
|
|
1341
|
+
<dd>
|
|
1342
|
+
|
|
1343
|
+
<dl>
|
|
1344
|
+
<dd>
|
|
1345
|
+
|
|
1346
|
+
```typescript
|
|
1347
|
+
await client.manage.v1.projects.requests.list("123456-7890-1234-5678-901234", {
|
|
1348
|
+
start: "2024-01-15T09:30:00Z",
|
|
1349
|
+
end: "2024-01-15T09:30:00Z",
|
|
1350
|
+
limit: 1.1,
|
|
1351
|
+
page: 1.1,
|
|
1352
|
+
accessor: "12345678-1234-1234-1234-123456789012",
|
|
1353
|
+
request_id: "12345678-1234-1234-1234-123456789012",
|
|
1354
|
+
deployment: "hosted",
|
|
1355
|
+
endpoint: "listen",
|
|
1356
|
+
method: "sync",
|
|
1357
|
+
status: "succeeded"
|
|
1358
|
+
});
|
|
1359
|
+
|
|
1360
|
+
```
|
|
1361
|
+
</dd>
|
|
1362
|
+
</dl>
|
|
1363
|
+
</dd>
|
|
1364
|
+
</dl>
|
|
1365
|
+
|
|
1366
|
+
#### ⚙️ Parameters
|
|
1367
|
+
|
|
1368
|
+
<dl>
|
|
1369
|
+
<dd>
|
|
1370
|
+
|
|
1371
|
+
<dl>
|
|
1372
|
+
<dd>
|
|
1373
|
+
|
|
1374
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1375
|
+
|
|
1376
|
+
</dd>
|
|
1377
|
+
</dl>
|
|
1378
|
+
|
|
1379
|
+
<dl>
|
|
1380
|
+
<dd>
|
|
1381
|
+
|
|
1382
|
+
**request:** `Deepgram.manage.v1.projects.RequestsListRequest`
|
|
1383
|
+
|
|
1384
|
+
</dd>
|
|
1385
|
+
</dl>
|
|
1386
|
+
|
|
1387
|
+
<dl>
|
|
1388
|
+
<dd>
|
|
1389
|
+
|
|
1390
|
+
**requestOptions:** `RequestsClient.RequestOptions`
|
|
1391
|
+
|
|
1392
|
+
</dd>
|
|
1393
|
+
</dl>
|
|
1394
|
+
</dd>
|
|
1395
|
+
</dl>
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
</dd>
|
|
1399
|
+
</dl>
|
|
1400
|
+
</details>
|
|
1401
|
+
|
|
1402
|
+
<details><summary><code>client.manage.v1.projects.requests.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/requests/client/Client.ts">get</a>(project_id, request_id) -> Deepgram.GetProjectRequestV1Response</code></summary>
|
|
1403
|
+
<dl>
|
|
1404
|
+
<dd>
|
|
1405
|
+
|
|
1406
|
+
#### 📝 Description
|
|
1407
|
+
|
|
1408
|
+
<dl>
|
|
1409
|
+
<dd>
|
|
1410
|
+
|
|
1411
|
+
<dl>
|
|
1412
|
+
<dd>
|
|
1413
|
+
|
|
1414
|
+
Retrieves a specific request for a specific project
|
|
1415
|
+
</dd>
|
|
1416
|
+
</dl>
|
|
1417
|
+
</dd>
|
|
1418
|
+
</dl>
|
|
1419
|
+
|
|
1420
|
+
#### 🔌 Usage
|
|
1421
|
+
|
|
1422
|
+
<dl>
|
|
1423
|
+
<dd>
|
|
1424
|
+
|
|
1425
|
+
<dl>
|
|
1426
|
+
<dd>
|
|
1427
|
+
|
|
1428
|
+
```typescript
|
|
1429
|
+
await client.manage.v1.projects.requests.get("123456-7890-1234-5678-901234", "123456-7890-1234-5678-901234");
|
|
1430
|
+
|
|
1431
|
+
```
|
|
1432
|
+
</dd>
|
|
1433
|
+
</dl>
|
|
1434
|
+
</dd>
|
|
1435
|
+
</dl>
|
|
1436
|
+
|
|
1437
|
+
#### ⚙️ Parameters
|
|
1438
|
+
|
|
1439
|
+
<dl>
|
|
1440
|
+
<dd>
|
|
1441
|
+
|
|
1442
|
+
<dl>
|
|
1443
|
+
<dd>
|
|
1444
|
+
|
|
1445
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1446
|
+
|
|
1447
|
+
</dd>
|
|
1448
|
+
</dl>
|
|
1449
|
+
|
|
1450
|
+
<dl>
|
|
1451
|
+
<dd>
|
|
1452
|
+
|
|
1453
|
+
**request_id:** `string` — The unique identifier of the request
|
|
1454
|
+
|
|
1455
|
+
</dd>
|
|
1456
|
+
</dl>
|
|
1457
|
+
|
|
1458
|
+
<dl>
|
|
1459
|
+
<dd>
|
|
1460
|
+
|
|
1461
|
+
**requestOptions:** `RequestsClient.RequestOptions`
|
|
1462
|
+
|
|
1463
|
+
</dd>
|
|
1464
|
+
</dl>
|
|
1465
|
+
</dd>
|
|
1466
|
+
</dl>
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
</dd>
|
|
1470
|
+
</dl>
|
|
1471
|
+
</details>
|
|
1472
|
+
|
|
1473
|
+
## Manage V1 Projects Usage
|
|
1474
|
+
<details><summary><code>client.manage.v1.projects.usage.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/usage/client/Client.ts">get</a>(project_id, { ...params }) -> Deepgram.UsageV1Response</code></summary>
|
|
1475
|
+
<dl>
|
|
1476
|
+
<dd>
|
|
1477
|
+
|
|
1478
|
+
#### 📝 Description
|
|
1479
|
+
|
|
1480
|
+
<dl>
|
|
1481
|
+
<dd>
|
|
1482
|
+
|
|
1483
|
+
<dl>
|
|
1484
|
+
<dd>
|
|
1485
|
+
|
|
1486
|
+
Retrieves the usage for a specific project. Use Get Project Usage Breakdown for a more comprehensive usage summary.
|
|
1487
|
+
</dd>
|
|
1488
|
+
</dl>
|
|
1489
|
+
</dd>
|
|
1490
|
+
</dl>
|
|
1491
|
+
|
|
1492
|
+
#### 🔌 Usage
|
|
1493
|
+
|
|
1494
|
+
<dl>
|
|
1495
|
+
<dd>
|
|
1496
|
+
|
|
1497
|
+
<dl>
|
|
1498
|
+
<dd>
|
|
1499
|
+
|
|
1500
|
+
```typescript
|
|
1501
|
+
await client.manage.v1.projects.usage.get("123456-7890-1234-5678-901234", {
|
|
1502
|
+
start: "start",
|
|
1503
|
+
end: "end",
|
|
1504
|
+
accessor: "12345678-1234-1234-1234-123456789012",
|
|
1505
|
+
alternatives: true,
|
|
1506
|
+
callback_method: true,
|
|
1507
|
+
callback: true,
|
|
1508
|
+
channels: true,
|
|
1509
|
+
custom_intent_mode: true,
|
|
1510
|
+
custom_intent: true,
|
|
1511
|
+
custom_topic_mode: true,
|
|
1512
|
+
custom_topic: true,
|
|
1513
|
+
deployment: "hosted",
|
|
1514
|
+
detect_entities: true,
|
|
1515
|
+
detect_language: true,
|
|
1516
|
+
diarize: true,
|
|
1517
|
+
dictation: true,
|
|
1518
|
+
encoding: true,
|
|
1519
|
+
endpoint: "listen",
|
|
1520
|
+
extra: true,
|
|
1521
|
+
filler_words: true,
|
|
1522
|
+
intents: true,
|
|
1523
|
+
keyterm: true,
|
|
1524
|
+
keywords: true,
|
|
1525
|
+
language: true,
|
|
1526
|
+
measurements: true,
|
|
1527
|
+
method: "sync",
|
|
1528
|
+
model: "6f548761-c9c0-429a-9315-11a1d28499c8",
|
|
1529
|
+
multichannel: true,
|
|
1530
|
+
numerals: true,
|
|
1531
|
+
paragraphs: true,
|
|
1532
|
+
profanity_filter: true,
|
|
1533
|
+
punctuate: true,
|
|
1534
|
+
redact: true,
|
|
1535
|
+
replace: true,
|
|
1536
|
+
sample_rate: true,
|
|
1537
|
+
search: true,
|
|
1538
|
+
sentiment: true,
|
|
1539
|
+
smart_format: true,
|
|
1540
|
+
summarize: true,
|
|
1541
|
+
tag: "tag1",
|
|
1542
|
+
topics: true,
|
|
1543
|
+
utt_split: true,
|
|
1544
|
+
utterances: true,
|
|
1545
|
+
version: true
|
|
1546
|
+
});
|
|
1547
|
+
|
|
1548
|
+
```
|
|
1549
|
+
</dd>
|
|
1550
|
+
</dl>
|
|
1551
|
+
</dd>
|
|
1552
|
+
</dl>
|
|
1553
|
+
|
|
1554
|
+
#### ⚙️ Parameters
|
|
1555
|
+
|
|
1556
|
+
<dl>
|
|
1557
|
+
<dd>
|
|
1558
|
+
|
|
1559
|
+
<dl>
|
|
1560
|
+
<dd>
|
|
1561
|
+
|
|
1562
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1563
|
+
|
|
1564
|
+
</dd>
|
|
1565
|
+
</dl>
|
|
1566
|
+
|
|
1567
|
+
<dl>
|
|
1568
|
+
<dd>
|
|
1569
|
+
|
|
1570
|
+
**request:** `Deepgram.manage.v1.projects.UsageGetRequest`
|
|
1571
|
+
|
|
1572
|
+
</dd>
|
|
1573
|
+
</dl>
|
|
1574
|
+
|
|
1575
|
+
<dl>
|
|
1576
|
+
<dd>
|
|
1577
|
+
|
|
1578
|
+
**requestOptions:** `UsageClient.RequestOptions`
|
|
1579
|
+
|
|
1580
|
+
</dd>
|
|
1581
|
+
</dl>
|
|
1582
|
+
</dd>
|
|
1583
|
+
</dl>
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
</dd>
|
|
1587
|
+
</dl>
|
|
1588
|
+
</details>
|
|
1589
|
+
|
|
1590
|
+
## Manage V1 Projects Billing Balances
|
|
1591
|
+
<details><summary><code>client.manage.v1.projects.billing.balances.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/client/Client.ts">list</a>(project_id) -> Deepgram.ListProjectBalancesV1Response</code></summary>
|
|
1592
|
+
<dl>
|
|
1593
|
+
<dd>
|
|
1594
|
+
|
|
1595
|
+
#### 📝 Description
|
|
1596
|
+
|
|
1597
|
+
<dl>
|
|
1598
|
+
<dd>
|
|
1599
|
+
|
|
1600
|
+
<dl>
|
|
1601
|
+
<dd>
|
|
1602
|
+
|
|
1603
|
+
Generates a list of outstanding balances for the specified project
|
|
1604
|
+
</dd>
|
|
1605
|
+
</dl>
|
|
1606
|
+
</dd>
|
|
1607
|
+
</dl>
|
|
1608
|
+
|
|
1609
|
+
#### 🔌 Usage
|
|
1610
|
+
|
|
1611
|
+
<dl>
|
|
1612
|
+
<dd>
|
|
1613
|
+
|
|
1614
|
+
<dl>
|
|
1615
|
+
<dd>
|
|
1616
|
+
|
|
1617
|
+
```typescript
|
|
1618
|
+
await client.manage.v1.projects.billing.balances.list("123456-7890-1234-5678-901234");
|
|
1619
|
+
|
|
1620
|
+
```
|
|
1621
|
+
</dd>
|
|
1622
|
+
</dl>
|
|
1623
|
+
</dd>
|
|
1624
|
+
</dl>
|
|
1625
|
+
|
|
1626
|
+
#### ⚙️ Parameters
|
|
1627
|
+
|
|
1628
|
+
<dl>
|
|
1629
|
+
<dd>
|
|
1630
|
+
|
|
1631
|
+
<dl>
|
|
1632
|
+
<dd>
|
|
1633
|
+
|
|
1634
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1635
|
+
|
|
1636
|
+
</dd>
|
|
1637
|
+
</dl>
|
|
1638
|
+
|
|
1639
|
+
<dl>
|
|
1640
|
+
<dd>
|
|
1641
|
+
|
|
1642
|
+
**requestOptions:** `BalancesClient.RequestOptions`
|
|
1643
|
+
|
|
1644
|
+
</dd>
|
|
1645
|
+
</dl>
|
|
1646
|
+
</dd>
|
|
1647
|
+
</dl>
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
</dd>
|
|
1651
|
+
</dl>
|
|
1652
|
+
</details>
|
|
1653
|
+
|
|
1654
|
+
<details><summary><code>client.manage.v1.projects.billing.balances.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/client/Client.ts">get</a>(project_id, balance_id) -> Deepgram.GetProjectBalanceV1Response</code></summary>
|
|
1655
|
+
<dl>
|
|
1656
|
+
<dd>
|
|
1657
|
+
|
|
1658
|
+
#### 📝 Description
|
|
1659
|
+
|
|
1660
|
+
<dl>
|
|
1661
|
+
<dd>
|
|
1662
|
+
|
|
1663
|
+
<dl>
|
|
1664
|
+
<dd>
|
|
1665
|
+
|
|
1666
|
+
Retrieves details about the specified balance
|
|
1667
|
+
</dd>
|
|
1668
|
+
</dl>
|
|
1669
|
+
</dd>
|
|
1670
|
+
</dl>
|
|
1671
|
+
|
|
1672
|
+
#### 🔌 Usage
|
|
1673
|
+
|
|
1674
|
+
<dl>
|
|
1675
|
+
<dd>
|
|
1676
|
+
|
|
1677
|
+
<dl>
|
|
1678
|
+
<dd>
|
|
1679
|
+
|
|
1680
|
+
```typescript
|
|
1681
|
+
await client.manage.v1.projects.billing.balances.get("123456-7890-1234-5678-901234", "123456-7890-1234-5678-901234");
|
|
1682
|
+
|
|
1683
|
+
```
|
|
1684
|
+
</dd>
|
|
1685
|
+
</dl>
|
|
1686
|
+
</dd>
|
|
1687
|
+
</dl>
|
|
1688
|
+
|
|
1689
|
+
#### ⚙️ Parameters
|
|
1690
|
+
|
|
1691
|
+
<dl>
|
|
1692
|
+
<dd>
|
|
1693
|
+
|
|
1694
|
+
<dl>
|
|
1695
|
+
<dd>
|
|
1696
|
+
|
|
1697
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1698
|
+
|
|
1699
|
+
</dd>
|
|
1700
|
+
</dl>
|
|
1701
|
+
|
|
1702
|
+
<dl>
|
|
1703
|
+
<dd>
|
|
1704
|
+
|
|
1705
|
+
**balance_id:** `string` — The unique identifier of the balance
|
|
1706
|
+
|
|
1707
|
+
</dd>
|
|
1708
|
+
</dl>
|
|
1709
|
+
|
|
1710
|
+
<dl>
|
|
1711
|
+
<dd>
|
|
1712
|
+
|
|
1713
|
+
**requestOptions:** `BalancesClient.RequestOptions`
|
|
1714
|
+
|
|
1715
|
+
</dd>
|
|
1716
|
+
</dl>
|
|
1717
|
+
</dd>
|
|
1718
|
+
</dl>
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
</dd>
|
|
1722
|
+
</dl>
|
|
1723
|
+
</details>
|
|
1724
|
+
|
|
1725
|
+
## Manage V1 Projects Billing Breakdown
|
|
1726
|
+
<details><summary><code>client.manage.v1.projects.billing.breakdown.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/Client.ts">list</a>(project_id, { ...params }) -> Deepgram.BillingBreakdownV1Response</code></summary>
|
|
1727
|
+
<dl>
|
|
1728
|
+
<dd>
|
|
1729
|
+
|
|
1730
|
+
#### 📝 Description
|
|
1731
|
+
|
|
1732
|
+
<dl>
|
|
1733
|
+
<dd>
|
|
1734
|
+
|
|
1735
|
+
<dl>
|
|
1736
|
+
<dd>
|
|
1737
|
+
|
|
1738
|
+
Retrieves the billing summary for a specific project, with various filter options or by grouping options.
|
|
1739
|
+
</dd>
|
|
1740
|
+
</dl>
|
|
1741
|
+
</dd>
|
|
1742
|
+
</dl>
|
|
1743
|
+
|
|
1744
|
+
#### 🔌 Usage
|
|
1745
|
+
|
|
1746
|
+
<dl>
|
|
1747
|
+
<dd>
|
|
1748
|
+
|
|
1749
|
+
<dl>
|
|
1750
|
+
<dd>
|
|
1751
|
+
|
|
1752
|
+
```typescript
|
|
1753
|
+
await client.manage.v1.projects.billing.breakdown.list("123456-7890-1234-5678-901234", {
|
|
1754
|
+
start: "start",
|
|
1755
|
+
end: "end",
|
|
1756
|
+
accessor: "12345678-1234-1234-1234-123456789012",
|
|
1757
|
+
deployment: "hosted",
|
|
1758
|
+
tag: "tag1",
|
|
1759
|
+
line_item: "streaming::nova-3"
|
|
1760
|
+
});
|
|
1761
|
+
|
|
1762
|
+
```
|
|
1763
|
+
</dd>
|
|
1764
|
+
</dl>
|
|
1765
|
+
</dd>
|
|
1766
|
+
</dl>
|
|
1767
|
+
|
|
1768
|
+
#### ⚙️ Parameters
|
|
1769
|
+
|
|
1770
|
+
<dl>
|
|
1771
|
+
<dd>
|
|
1772
|
+
|
|
1773
|
+
<dl>
|
|
1774
|
+
<dd>
|
|
1775
|
+
|
|
1776
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1777
|
+
|
|
1778
|
+
</dd>
|
|
1779
|
+
</dl>
|
|
1780
|
+
|
|
1781
|
+
<dl>
|
|
1782
|
+
<dd>
|
|
1783
|
+
|
|
1784
|
+
**request:** `Deepgram.manage.v1.projects.billing.BreakdownListRequest`
|
|
1785
|
+
|
|
1786
|
+
</dd>
|
|
1787
|
+
</dl>
|
|
1788
|
+
|
|
1789
|
+
<dl>
|
|
1790
|
+
<dd>
|
|
1791
|
+
|
|
1792
|
+
**requestOptions:** `BreakdownClient.RequestOptions`
|
|
1793
|
+
|
|
1794
|
+
</dd>
|
|
1795
|
+
</dl>
|
|
1796
|
+
</dd>
|
|
1797
|
+
</dl>
|
|
1798
|
+
|
|
1799
|
+
|
|
1800
|
+
</dd>
|
|
1801
|
+
</dl>
|
|
1802
|
+
</details>
|
|
1803
|
+
|
|
1804
|
+
## Manage V1 Projects Billing Fields
|
|
1805
|
+
<details><summary><code>client.manage.v1.projects.billing.fields.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/Client.ts">list</a>(project_id, { ...params }) -> Deepgram.ListBillingFieldsV1Response</code></summary>
|
|
1806
|
+
<dl>
|
|
1807
|
+
<dd>
|
|
1808
|
+
|
|
1809
|
+
#### 📝 Description
|
|
1810
|
+
|
|
1811
|
+
<dl>
|
|
1812
|
+
<dd>
|
|
1813
|
+
|
|
1814
|
+
<dl>
|
|
1815
|
+
<dd>
|
|
1816
|
+
|
|
1817
|
+
Lists the accessors, deployment types, tags, and line items used for billing data in the specified time period. Use this endpoint if you want to filter your results from the Billing Breakdown endpoint and want to know what filters are available.
|
|
1818
|
+
</dd>
|
|
1819
|
+
</dl>
|
|
1820
|
+
</dd>
|
|
1821
|
+
</dl>
|
|
1822
|
+
|
|
1823
|
+
#### 🔌 Usage
|
|
1824
|
+
|
|
1825
|
+
<dl>
|
|
1826
|
+
<dd>
|
|
1827
|
+
|
|
1828
|
+
<dl>
|
|
1829
|
+
<dd>
|
|
1830
|
+
|
|
1831
|
+
```typescript
|
|
1832
|
+
await client.manage.v1.projects.billing.fields.list("123456-7890-1234-5678-901234", {
|
|
1833
|
+
start: "start",
|
|
1834
|
+
end: "end"
|
|
1835
|
+
});
|
|
1836
|
+
|
|
1837
|
+
```
|
|
1838
|
+
</dd>
|
|
1839
|
+
</dl>
|
|
1840
|
+
</dd>
|
|
1841
|
+
</dl>
|
|
1842
|
+
|
|
1843
|
+
#### ⚙️ Parameters
|
|
1844
|
+
|
|
1845
|
+
<dl>
|
|
1846
|
+
<dd>
|
|
1847
|
+
|
|
1848
|
+
<dl>
|
|
1849
|
+
<dd>
|
|
1850
|
+
|
|
1851
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1852
|
+
|
|
1853
|
+
</dd>
|
|
1854
|
+
</dl>
|
|
1855
|
+
|
|
1856
|
+
<dl>
|
|
1857
|
+
<dd>
|
|
1858
|
+
|
|
1859
|
+
**request:** `Deepgram.manage.v1.projects.billing.FieldsListRequest`
|
|
1860
|
+
|
|
1861
|
+
</dd>
|
|
1862
|
+
</dl>
|
|
1863
|
+
|
|
1864
|
+
<dl>
|
|
1865
|
+
<dd>
|
|
1866
|
+
|
|
1867
|
+
**requestOptions:** `FieldsClient.RequestOptions`
|
|
1868
|
+
|
|
1869
|
+
</dd>
|
|
1870
|
+
</dl>
|
|
1871
|
+
</dd>
|
|
1872
|
+
</dl>
|
|
1873
|
+
|
|
1874
|
+
|
|
1875
|
+
</dd>
|
|
1876
|
+
</dl>
|
|
1877
|
+
</details>
|
|
1878
|
+
|
|
1879
|
+
## Manage V1 Projects Billing Purchases
|
|
1880
|
+
<details><summary><code>client.manage.v1.projects.billing.purchases.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/Client.ts">list</a>(project_id, { ...params }) -> Deepgram.ListProjectPurchasesV1Response</code></summary>
|
|
1881
|
+
<dl>
|
|
1882
|
+
<dd>
|
|
1883
|
+
|
|
1884
|
+
#### 📝 Description
|
|
1885
|
+
|
|
1886
|
+
<dl>
|
|
1887
|
+
<dd>
|
|
1888
|
+
|
|
1889
|
+
<dl>
|
|
1890
|
+
<dd>
|
|
1891
|
+
|
|
1892
|
+
Returns the original purchased amount on an order transaction
|
|
1893
|
+
</dd>
|
|
1894
|
+
</dl>
|
|
1895
|
+
</dd>
|
|
1896
|
+
</dl>
|
|
1897
|
+
|
|
1898
|
+
#### 🔌 Usage
|
|
1899
|
+
|
|
1900
|
+
<dl>
|
|
1901
|
+
<dd>
|
|
1902
|
+
|
|
1903
|
+
<dl>
|
|
1904
|
+
<dd>
|
|
1905
|
+
|
|
1906
|
+
```typescript
|
|
1907
|
+
await client.manage.v1.projects.billing.purchases.list("123456-7890-1234-5678-901234", {
|
|
1908
|
+
limit: 1.1
|
|
1909
|
+
});
|
|
1910
|
+
|
|
1911
|
+
```
|
|
1912
|
+
</dd>
|
|
1913
|
+
</dl>
|
|
1914
|
+
</dd>
|
|
1915
|
+
</dl>
|
|
1916
|
+
|
|
1917
|
+
#### ⚙️ Parameters
|
|
1918
|
+
|
|
1919
|
+
<dl>
|
|
1920
|
+
<dd>
|
|
1921
|
+
|
|
1922
|
+
<dl>
|
|
1923
|
+
<dd>
|
|
1924
|
+
|
|
1925
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1926
|
+
|
|
1927
|
+
</dd>
|
|
1928
|
+
</dl>
|
|
1929
|
+
|
|
1930
|
+
<dl>
|
|
1931
|
+
<dd>
|
|
1932
|
+
|
|
1933
|
+
**request:** `Deepgram.manage.v1.projects.billing.PurchasesListRequest`
|
|
1934
|
+
|
|
1935
|
+
</dd>
|
|
1936
|
+
</dl>
|
|
1937
|
+
|
|
1938
|
+
<dl>
|
|
1939
|
+
<dd>
|
|
1940
|
+
|
|
1941
|
+
**requestOptions:** `PurchasesClient.RequestOptions`
|
|
1942
|
+
|
|
1943
|
+
</dd>
|
|
1944
|
+
</dl>
|
|
1945
|
+
</dd>
|
|
1946
|
+
</dl>
|
|
1947
|
+
|
|
1948
|
+
|
|
1949
|
+
</dd>
|
|
1950
|
+
</dl>
|
|
1951
|
+
</details>
|
|
1952
|
+
|
|
1953
|
+
## Manage V1 Projects Members Invites
|
|
1954
|
+
<details><summary><code>client.manage.v1.projects.members.invites.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/Client.ts">list</a>(project_id) -> Deepgram.ListProjectInvitesV1Response</code></summary>
|
|
1955
|
+
<dl>
|
|
1956
|
+
<dd>
|
|
1957
|
+
|
|
1958
|
+
#### 📝 Description
|
|
1959
|
+
|
|
1960
|
+
<dl>
|
|
1961
|
+
<dd>
|
|
1962
|
+
|
|
1963
|
+
<dl>
|
|
1964
|
+
<dd>
|
|
1965
|
+
|
|
1966
|
+
Generates a list of invites for a specific project
|
|
1967
|
+
</dd>
|
|
1968
|
+
</dl>
|
|
1969
|
+
</dd>
|
|
1970
|
+
</dl>
|
|
1971
|
+
|
|
1972
|
+
#### 🔌 Usage
|
|
1973
|
+
|
|
1974
|
+
<dl>
|
|
1975
|
+
<dd>
|
|
1976
|
+
|
|
1977
|
+
<dl>
|
|
1978
|
+
<dd>
|
|
1979
|
+
|
|
1980
|
+
```typescript
|
|
1981
|
+
await client.manage.v1.projects.members.invites.list("123456-7890-1234-5678-901234");
|
|
1982
|
+
|
|
1983
|
+
```
|
|
1984
|
+
</dd>
|
|
1985
|
+
</dl>
|
|
1986
|
+
</dd>
|
|
1987
|
+
</dl>
|
|
1988
|
+
|
|
1989
|
+
#### ⚙️ Parameters
|
|
1990
|
+
|
|
1991
|
+
<dl>
|
|
1992
|
+
<dd>
|
|
1993
|
+
|
|
1994
|
+
<dl>
|
|
1995
|
+
<dd>
|
|
1996
|
+
|
|
1997
|
+
**project_id:** `string` — The unique identifier of the project
|
|
1998
|
+
|
|
1999
|
+
</dd>
|
|
2000
|
+
</dl>
|
|
2001
|
+
|
|
2002
|
+
<dl>
|
|
2003
|
+
<dd>
|
|
2004
|
+
|
|
2005
|
+
**requestOptions:** `InvitesClient.RequestOptions`
|
|
2006
|
+
|
|
2007
|
+
</dd>
|
|
2008
|
+
</dl>
|
|
2009
|
+
</dd>
|
|
2010
|
+
</dl>
|
|
2011
|
+
|
|
2012
|
+
|
|
2013
|
+
</dd>
|
|
2014
|
+
</dl>
|
|
2015
|
+
</details>
|
|
2016
|
+
|
|
2017
|
+
<details><summary><code>client.manage.v1.projects.members.invites.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/Client.ts">create</a>(project_id, { ...params }) -> Deepgram.CreateProjectInviteV1Response</code></summary>
|
|
2018
|
+
<dl>
|
|
2019
|
+
<dd>
|
|
2020
|
+
|
|
2021
|
+
#### 📝 Description
|
|
2022
|
+
|
|
2023
|
+
<dl>
|
|
2024
|
+
<dd>
|
|
2025
|
+
|
|
2026
|
+
<dl>
|
|
2027
|
+
<dd>
|
|
2028
|
+
|
|
2029
|
+
Generates an invite for a specific project
|
|
2030
|
+
</dd>
|
|
2031
|
+
</dl>
|
|
2032
|
+
</dd>
|
|
2033
|
+
</dl>
|
|
2034
|
+
|
|
2035
|
+
#### 🔌 Usage
|
|
2036
|
+
|
|
2037
|
+
<dl>
|
|
2038
|
+
<dd>
|
|
2039
|
+
|
|
2040
|
+
<dl>
|
|
2041
|
+
<dd>
|
|
2042
|
+
|
|
2043
|
+
```typescript
|
|
2044
|
+
await client.manage.v1.projects.members.invites.create("123456-7890-1234-5678-901234", {
|
|
2045
|
+
email: "email",
|
|
2046
|
+
scope: "scope"
|
|
2047
|
+
});
|
|
2048
|
+
|
|
2049
|
+
```
|
|
2050
|
+
</dd>
|
|
2051
|
+
</dl>
|
|
2052
|
+
</dd>
|
|
2053
|
+
</dl>
|
|
2054
|
+
|
|
2055
|
+
#### ⚙️ Parameters
|
|
2056
|
+
|
|
2057
|
+
<dl>
|
|
2058
|
+
<dd>
|
|
2059
|
+
|
|
2060
|
+
<dl>
|
|
2061
|
+
<dd>
|
|
2062
|
+
|
|
2063
|
+
**project_id:** `string` — The unique identifier of the project
|
|
2064
|
+
|
|
2065
|
+
</dd>
|
|
2066
|
+
</dl>
|
|
2067
|
+
|
|
2068
|
+
<dl>
|
|
2069
|
+
<dd>
|
|
2070
|
+
|
|
2071
|
+
**request:** `Deepgram.manage.v1.projects.members.CreateProjectInviteV1Request`
|
|
2072
|
+
|
|
2073
|
+
</dd>
|
|
2074
|
+
</dl>
|
|
2075
|
+
|
|
2076
|
+
<dl>
|
|
2077
|
+
<dd>
|
|
2078
|
+
|
|
2079
|
+
**requestOptions:** `InvitesClient.RequestOptions`
|
|
2080
|
+
|
|
2081
|
+
</dd>
|
|
2082
|
+
</dl>
|
|
2083
|
+
</dd>
|
|
2084
|
+
</dl>
|
|
2085
|
+
|
|
2086
|
+
|
|
2087
|
+
</dd>
|
|
2088
|
+
</dl>
|
|
2089
|
+
</details>
|
|
2090
|
+
|
|
2091
|
+
<details><summary><code>client.manage.v1.projects.members.invites.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/Client.ts">delete</a>(project_id, email) -> Deepgram.DeleteProjectInviteV1Response</code></summary>
|
|
2092
|
+
<dl>
|
|
2093
|
+
<dd>
|
|
2094
|
+
|
|
2095
|
+
#### 📝 Description
|
|
2096
|
+
|
|
2097
|
+
<dl>
|
|
2098
|
+
<dd>
|
|
2099
|
+
|
|
2100
|
+
<dl>
|
|
2101
|
+
<dd>
|
|
2102
|
+
|
|
2103
|
+
Deletes an invite for a specific project
|
|
2104
|
+
</dd>
|
|
2105
|
+
</dl>
|
|
2106
|
+
</dd>
|
|
2107
|
+
</dl>
|
|
2108
|
+
|
|
2109
|
+
#### 🔌 Usage
|
|
2110
|
+
|
|
2111
|
+
<dl>
|
|
2112
|
+
<dd>
|
|
2113
|
+
|
|
2114
|
+
<dl>
|
|
2115
|
+
<dd>
|
|
2116
|
+
|
|
2117
|
+
```typescript
|
|
2118
|
+
await client.manage.v1.projects.members.invites.delete("123456-7890-1234-5678-901234", "john.doe@example.com");
|
|
2119
|
+
|
|
2120
|
+
```
|
|
2121
|
+
</dd>
|
|
2122
|
+
</dl>
|
|
2123
|
+
</dd>
|
|
2124
|
+
</dl>
|
|
2125
|
+
|
|
2126
|
+
#### ⚙️ Parameters
|
|
2127
|
+
|
|
2128
|
+
<dl>
|
|
2129
|
+
<dd>
|
|
2130
|
+
|
|
2131
|
+
<dl>
|
|
2132
|
+
<dd>
|
|
2133
|
+
|
|
2134
|
+
**project_id:** `string` — The unique identifier of the project
|
|
2135
|
+
|
|
2136
|
+
</dd>
|
|
2137
|
+
</dl>
|
|
2138
|
+
|
|
2139
|
+
<dl>
|
|
2140
|
+
<dd>
|
|
2141
|
+
|
|
2142
|
+
**email:** `string` — The email address of the member
|
|
2143
|
+
|
|
2144
|
+
</dd>
|
|
2145
|
+
</dl>
|
|
2146
|
+
|
|
2147
|
+
<dl>
|
|
2148
|
+
<dd>
|
|
2149
|
+
|
|
2150
|
+
**requestOptions:** `InvitesClient.RequestOptions`
|
|
2151
|
+
|
|
2152
|
+
</dd>
|
|
2153
|
+
</dl>
|
|
2154
|
+
</dd>
|
|
2155
|
+
</dl>
|
|
2156
|
+
|
|
2157
|
+
|
|
2158
|
+
</dd>
|
|
2159
|
+
</dl>
|
|
2160
|
+
</details>
|
|
2161
|
+
|
|
2162
|
+
## Manage V1 Projects Members Scopes
|
|
2163
|
+
<details><summary><code>client.manage.v1.projects.members.scopes.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/Client.ts">list</a>(project_id, member_id) -> Deepgram.ListProjectMemberScopesV1Response</code></summary>
|
|
2164
|
+
<dl>
|
|
2165
|
+
<dd>
|
|
2166
|
+
|
|
2167
|
+
#### 📝 Description
|
|
2168
|
+
|
|
2169
|
+
<dl>
|
|
2170
|
+
<dd>
|
|
2171
|
+
|
|
2172
|
+
<dl>
|
|
2173
|
+
<dd>
|
|
2174
|
+
|
|
2175
|
+
Retrieves a list of scopes for a specific member
|
|
2176
|
+
</dd>
|
|
2177
|
+
</dl>
|
|
2178
|
+
</dd>
|
|
2179
|
+
</dl>
|
|
2180
|
+
|
|
2181
|
+
#### 🔌 Usage
|
|
2182
|
+
|
|
2183
|
+
<dl>
|
|
2184
|
+
<dd>
|
|
2185
|
+
|
|
2186
|
+
<dl>
|
|
2187
|
+
<dd>
|
|
2188
|
+
|
|
2189
|
+
```typescript
|
|
2190
|
+
await client.manage.v1.projects.members.scopes.list("123456-7890-1234-5678-901234", "123456789012345678901234");
|
|
2191
|
+
|
|
2192
|
+
```
|
|
2193
|
+
</dd>
|
|
2194
|
+
</dl>
|
|
2195
|
+
</dd>
|
|
2196
|
+
</dl>
|
|
2197
|
+
|
|
2198
|
+
#### ⚙️ Parameters
|
|
2199
|
+
|
|
2200
|
+
<dl>
|
|
2201
|
+
<dd>
|
|
2202
|
+
|
|
2203
|
+
<dl>
|
|
2204
|
+
<dd>
|
|
2205
|
+
|
|
2206
|
+
**project_id:** `string` — The unique identifier of the project
|
|
2207
|
+
|
|
2208
|
+
</dd>
|
|
2209
|
+
</dl>
|
|
2210
|
+
|
|
2211
|
+
<dl>
|
|
2212
|
+
<dd>
|
|
2213
|
+
|
|
2214
|
+
**member_id:** `string` — The unique identifier of the Member
|
|
2215
|
+
|
|
2216
|
+
</dd>
|
|
2217
|
+
</dl>
|
|
2218
|
+
|
|
2219
|
+
<dl>
|
|
2220
|
+
<dd>
|
|
2221
|
+
|
|
2222
|
+
**requestOptions:** `ScopesClient.RequestOptions`
|
|
2223
|
+
|
|
2224
|
+
</dd>
|
|
2225
|
+
</dl>
|
|
2226
|
+
</dd>
|
|
2227
|
+
</dl>
|
|
2228
|
+
|
|
2229
|
+
|
|
2230
|
+
</dd>
|
|
2231
|
+
</dl>
|
|
2232
|
+
</details>
|
|
2233
|
+
|
|
2234
|
+
<details><summary><code>client.manage.v1.projects.members.scopes.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/Client.ts">update</a>(project_id, member_id, { ...params }) -> Deepgram.UpdateProjectMemberScopesV1Response</code></summary>
|
|
2235
|
+
<dl>
|
|
2236
|
+
<dd>
|
|
2237
|
+
|
|
2238
|
+
#### 📝 Description
|
|
2239
|
+
|
|
2240
|
+
<dl>
|
|
2241
|
+
<dd>
|
|
2242
|
+
|
|
2243
|
+
<dl>
|
|
2244
|
+
<dd>
|
|
2245
|
+
|
|
2246
|
+
Updates the scopes for a specific member
|
|
2247
|
+
</dd>
|
|
2248
|
+
</dl>
|
|
2249
|
+
</dd>
|
|
2250
|
+
</dl>
|
|
2251
|
+
|
|
2252
|
+
#### 🔌 Usage
|
|
2253
|
+
|
|
2254
|
+
<dl>
|
|
2255
|
+
<dd>
|
|
2256
|
+
|
|
2257
|
+
<dl>
|
|
2258
|
+
<dd>
|
|
2259
|
+
|
|
2260
|
+
```typescript
|
|
2261
|
+
await client.manage.v1.projects.members.scopes.update("123456-7890-1234-5678-901234", "123456789012345678901234", {
|
|
2262
|
+
scope: "admin"
|
|
2263
|
+
});
|
|
2264
|
+
|
|
2265
|
+
```
|
|
2266
|
+
</dd>
|
|
2267
|
+
</dl>
|
|
2268
|
+
</dd>
|
|
2269
|
+
</dl>
|
|
2270
|
+
|
|
2271
|
+
#### ⚙️ Parameters
|
|
2272
|
+
|
|
2273
|
+
<dl>
|
|
2274
|
+
<dd>
|
|
2275
|
+
|
|
2276
|
+
<dl>
|
|
2277
|
+
<dd>
|
|
2278
|
+
|
|
2279
|
+
**project_id:** `string` — The unique identifier of the project
|
|
2280
|
+
|
|
2281
|
+
</dd>
|
|
2282
|
+
</dl>
|
|
2283
|
+
|
|
2284
|
+
<dl>
|
|
2285
|
+
<dd>
|
|
2286
|
+
|
|
2287
|
+
**member_id:** `string` — The unique identifier of the Member
|
|
2288
|
+
|
|
2289
|
+
</dd>
|
|
2290
|
+
</dl>
|
|
2291
|
+
|
|
2292
|
+
<dl>
|
|
2293
|
+
<dd>
|
|
2294
|
+
|
|
2295
|
+
**request:** `Deepgram.manage.v1.projects.members.UpdateProjectMemberScopesV1Request`
|
|
2296
|
+
|
|
2297
|
+
</dd>
|
|
2298
|
+
</dl>
|
|
2299
|
+
|
|
2300
|
+
<dl>
|
|
2301
|
+
<dd>
|
|
2302
|
+
|
|
2303
|
+
**requestOptions:** `ScopesClient.RequestOptions`
|
|
2304
|
+
|
|
2305
|
+
</dd>
|
|
2306
|
+
</dl>
|
|
2307
|
+
</dd>
|
|
2308
|
+
</dl>
|
|
2309
|
+
|
|
2310
|
+
|
|
2311
|
+
</dd>
|
|
2312
|
+
</dl>
|
|
2313
|
+
</details>
|
|
2314
|
+
|
|
2315
|
+
## Manage V1 Projects Usage Breakdown
|
|
2316
|
+
<details><summary><code>client.manage.v1.projects.usage.breakdown.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/Client.ts">get</a>(project_id, { ...params }) -> Deepgram.UsageBreakdownV1Response</code></summary>
|
|
2317
|
+
<dl>
|
|
2318
|
+
<dd>
|
|
2319
|
+
|
|
2320
|
+
#### 📝 Description
|
|
2321
|
+
|
|
2322
|
+
<dl>
|
|
2323
|
+
<dd>
|
|
2324
|
+
|
|
2325
|
+
<dl>
|
|
2326
|
+
<dd>
|
|
2327
|
+
|
|
2328
|
+
Retrieves the usage breakdown for a specific project, with various filter options by API feature or by groupings. Setting a feature (e.g. diarize) to true includes requests that used that feature, while false excludes requests that used it. Multiple true filters are combined with OR logic, while false filters use AND logic.
|
|
2329
|
+
</dd>
|
|
2330
|
+
</dl>
|
|
2331
|
+
</dd>
|
|
2332
|
+
</dl>
|
|
2333
|
+
|
|
2334
|
+
#### 🔌 Usage
|
|
2335
|
+
|
|
2336
|
+
<dl>
|
|
2337
|
+
<dd>
|
|
2338
|
+
|
|
2339
|
+
<dl>
|
|
2340
|
+
<dd>
|
|
2341
|
+
|
|
2342
|
+
```typescript
|
|
2343
|
+
await client.manage.v1.projects.usage.breakdown.get("123456-7890-1234-5678-901234", {
|
|
2344
|
+
start: "start",
|
|
2345
|
+
end: "end",
|
|
2346
|
+
grouping: "accessor",
|
|
2347
|
+
accessor: "12345678-1234-1234-1234-123456789012",
|
|
2348
|
+
alternatives: true,
|
|
2349
|
+
callback_method: true,
|
|
2350
|
+
callback: true,
|
|
2351
|
+
channels: true,
|
|
2352
|
+
custom_intent_mode: true,
|
|
2353
|
+
custom_intent: true,
|
|
2354
|
+
custom_topic_mode: true,
|
|
2355
|
+
custom_topic: true,
|
|
2356
|
+
deployment: "hosted",
|
|
2357
|
+
detect_entities: true,
|
|
2358
|
+
detect_language: true,
|
|
2359
|
+
diarize: true,
|
|
2360
|
+
dictation: true,
|
|
2361
|
+
encoding: true,
|
|
2362
|
+
endpoint: "listen",
|
|
2363
|
+
extra: true,
|
|
2364
|
+
filler_words: true,
|
|
2365
|
+
intents: true,
|
|
2366
|
+
keyterm: true,
|
|
2367
|
+
keywords: true,
|
|
2368
|
+
language: true,
|
|
2369
|
+
measurements: true,
|
|
2370
|
+
method: "sync",
|
|
2371
|
+
model: "6f548761-c9c0-429a-9315-11a1d28499c8",
|
|
2372
|
+
multichannel: true,
|
|
2373
|
+
numerals: true,
|
|
2374
|
+
paragraphs: true,
|
|
2375
|
+
profanity_filter: true,
|
|
2376
|
+
punctuate: true,
|
|
2377
|
+
redact: true,
|
|
2378
|
+
replace: true,
|
|
2379
|
+
sample_rate: true,
|
|
2380
|
+
search: true,
|
|
2381
|
+
sentiment: true,
|
|
2382
|
+
smart_format: true,
|
|
2383
|
+
summarize: true,
|
|
2384
|
+
tag: "tag1",
|
|
2385
|
+
topics: true,
|
|
2386
|
+
utt_split: true,
|
|
2387
|
+
utterances: true,
|
|
2388
|
+
version: true
|
|
2389
|
+
});
|
|
2390
|
+
|
|
2391
|
+
```
|
|
2392
|
+
</dd>
|
|
2393
|
+
</dl>
|
|
2394
|
+
</dd>
|
|
2395
|
+
</dl>
|
|
2396
|
+
|
|
2397
|
+
#### ⚙️ Parameters
|
|
2398
|
+
|
|
2399
|
+
<dl>
|
|
2400
|
+
<dd>
|
|
2401
|
+
|
|
2402
|
+
<dl>
|
|
2403
|
+
<dd>
|
|
2404
|
+
|
|
2405
|
+
**project_id:** `string` — The unique identifier of the project
|
|
2406
|
+
|
|
2407
|
+
</dd>
|
|
2408
|
+
</dl>
|
|
2409
|
+
|
|
2410
|
+
<dl>
|
|
2411
|
+
<dd>
|
|
2412
|
+
|
|
2413
|
+
**request:** `Deepgram.manage.v1.projects.usage.BreakdownGetRequest`
|
|
2414
|
+
|
|
2415
|
+
</dd>
|
|
2416
|
+
</dl>
|
|
2417
|
+
|
|
2418
|
+
<dl>
|
|
2419
|
+
<dd>
|
|
2420
|
+
|
|
2421
|
+
**requestOptions:** `BreakdownClient.RequestOptions`
|
|
2422
|
+
|
|
2423
|
+
</dd>
|
|
2424
|
+
</dl>
|
|
2425
|
+
</dd>
|
|
2426
|
+
</dl>
|
|
2427
|
+
|
|
2428
|
+
|
|
2429
|
+
</dd>
|
|
2430
|
+
</dl>
|
|
2431
|
+
</details>
|
|
2432
|
+
|
|
2433
|
+
## Manage V1 Projects Usage Fields
|
|
2434
|
+
<details><summary><code>client.manage.v1.projects.usage.fields.<a href="/src/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/Client.ts">list</a>(project_id, { ...params }) -> Deepgram.UsageFieldsV1Response</code></summary>
|
|
2435
|
+
<dl>
|
|
2436
|
+
<dd>
|
|
2437
|
+
|
|
2438
|
+
#### 📝 Description
|
|
2439
|
+
|
|
2440
|
+
<dl>
|
|
2441
|
+
<dd>
|
|
2442
|
+
|
|
2443
|
+
<dl>
|
|
2444
|
+
<dd>
|
|
2445
|
+
|
|
2446
|
+
Lists the features, models, tags, languages, and processing method used for requests in the specified project
|
|
2447
|
+
</dd>
|
|
2448
|
+
</dl>
|
|
2449
|
+
</dd>
|
|
2450
|
+
</dl>
|
|
2451
|
+
|
|
2452
|
+
#### 🔌 Usage
|
|
2453
|
+
|
|
2454
|
+
<dl>
|
|
2455
|
+
<dd>
|
|
2456
|
+
|
|
2457
|
+
<dl>
|
|
2458
|
+
<dd>
|
|
2459
|
+
|
|
2460
|
+
```typescript
|
|
2461
|
+
await client.manage.v1.projects.usage.fields.list("123456-7890-1234-5678-901234", {
|
|
2462
|
+
start: "start",
|
|
2463
|
+
end: "end"
|
|
2464
|
+
});
|
|
2465
|
+
|
|
2466
|
+
```
|
|
2467
|
+
</dd>
|
|
2468
|
+
</dl>
|
|
2469
|
+
</dd>
|
|
2470
|
+
</dl>
|
|
2471
|
+
|
|
2472
|
+
#### ⚙️ Parameters
|
|
2473
|
+
|
|
2474
|
+
<dl>
|
|
2475
|
+
<dd>
|
|
2476
|
+
|
|
2477
|
+
<dl>
|
|
2478
|
+
<dd>
|
|
2479
|
+
|
|
2480
|
+
**project_id:** `string` — The unique identifier of the project
|
|
2481
|
+
|
|
2482
|
+
</dd>
|
|
2483
|
+
</dl>
|
|
2484
|
+
|
|
2485
|
+
<dl>
|
|
2486
|
+
<dd>
|
|
2487
|
+
|
|
2488
|
+
**request:** `Deepgram.manage.v1.projects.usage.FieldsListRequest`
|
|
2489
|
+
|
|
2490
|
+
</dd>
|
|
2491
|
+
</dl>
|
|
2492
|
+
|
|
2493
|
+
<dl>
|
|
2494
|
+
<dd>
|
|
2495
|
+
|
|
2496
|
+
**requestOptions:** `FieldsClient.RequestOptions`
|
|
2497
|
+
|
|
2498
|
+
</dd>
|
|
2499
|
+
</dl>
|
|
2500
|
+
</dd>
|
|
2501
|
+
</dl>
|
|
2502
|
+
|
|
2503
|
+
|
|
2504
|
+
</dd>
|
|
2505
|
+
</dl>
|
|
2506
|
+
</details>
|
|
2507
|
+
|
|
2508
|
+
## Read V1 Text
|
|
2509
|
+
<details><summary><code>client.read.v1.text.<a href="/src/api/resources/read/resources/v1/resources/text/client/Client.ts">analyze</a>({ ...params }) -> Deepgram.ReadV1Response</code></summary>
|
|
2510
|
+
<dl>
|
|
2511
|
+
<dd>
|
|
2512
|
+
|
|
2513
|
+
#### 📝 Description
|
|
2514
|
+
|
|
2515
|
+
<dl>
|
|
2516
|
+
<dd>
|
|
2517
|
+
|
|
2518
|
+
<dl>
|
|
2519
|
+
<dd>
|
|
2520
|
+
|
|
2521
|
+
Analyze text content using Deepgrams text analysis API
|
|
2522
|
+
</dd>
|
|
2523
|
+
</dl>
|
|
2524
|
+
</dd>
|
|
2525
|
+
</dl>
|
|
2526
|
+
|
|
2527
|
+
#### 🔌 Usage
|
|
2528
|
+
|
|
2529
|
+
<dl>
|
|
2530
|
+
<dd>
|
|
2531
|
+
|
|
2532
|
+
<dl>
|
|
2533
|
+
<dd>
|
|
2534
|
+
|
|
2535
|
+
```typescript
|
|
2536
|
+
await client.read.v1.text.analyze({
|
|
2537
|
+
callback: "callback",
|
|
2538
|
+
callback_method: "POST",
|
|
2539
|
+
sentiment: true,
|
|
2540
|
+
summarize: "v2",
|
|
2541
|
+
tag: "tag",
|
|
2542
|
+
topics: true,
|
|
2543
|
+
custom_topic: "custom_topic",
|
|
2544
|
+
custom_topic_mode: "extended",
|
|
2545
|
+
intents: true,
|
|
2546
|
+
custom_intent: "custom_intent",
|
|
2547
|
+
custom_intent_mode: "extended",
|
|
2548
|
+
language: "language",
|
|
2549
|
+
body: {
|
|
2550
|
+
url: "url"
|
|
2551
|
+
}
|
|
2552
|
+
});
|
|
2553
|
+
|
|
2554
|
+
```
|
|
2555
|
+
</dd>
|
|
2556
|
+
</dl>
|
|
2557
|
+
</dd>
|
|
2558
|
+
</dl>
|
|
2559
|
+
|
|
2560
|
+
#### ⚙️ Parameters
|
|
2561
|
+
|
|
2562
|
+
<dl>
|
|
2563
|
+
<dd>
|
|
2564
|
+
|
|
2565
|
+
<dl>
|
|
2566
|
+
<dd>
|
|
2567
|
+
|
|
2568
|
+
**request:** `Deepgram.read.v1.TextAnalyzeRequest`
|
|
2569
|
+
|
|
2570
|
+
</dd>
|
|
2571
|
+
</dl>
|
|
2572
|
+
|
|
2573
|
+
<dl>
|
|
2574
|
+
<dd>
|
|
2575
|
+
|
|
2576
|
+
**requestOptions:** `TextClient.RequestOptions`
|
|
2577
|
+
|
|
2578
|
+
</dd>
|
|
2579
|
+
</dl>
|
|
2580
|
+
</dd>
|
|
2581
|
+
</dl>
|
|
2582
|
+
|
|
2583
|
+
|
|
2584
|
+
</dd>
|
|
2585
|
+
</dl>
|
|
2586
|
+
</details>
|
|
2587
|
+
|
|
2588
|
+
## SelfHosted V1 DistributionCredentials
|
|
2589
|
+
<details><summary><code>client.selfHosted.v1.distributionCredentials.<a href="/src/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/Client.ts">list</a>(project_id) -> Deepgram.ListProjectDistributionCredentialsV1Response</code></summary>
|
|
2590
|
+
<dl>
|
|
2591
|
+
<dd>
|
|
2592
|
+
|
|
2593
|
+
#### 📝 Description
|
|
2594
|
+
|
|
2595
|
+
<dl>
|
|
2596
|
+
<dd>
|
|
2597
|
+
|
|
2598
|
+
<dl>
|
|
2599
|
+
<dd>
|
|
2600
|
+
|
|
2601
|
+
Lists sets of distribution credentials for the specified project
|
|
2602
|
+
</dd>
|
|
2603
|
+
</dl>
|
|
2604
|
+
</dd>
|
|
2605
|
+
</dl>
|
|
2606
|
+
|
|
2607
|
+
#### 🔌 Usage
|
|
2608
|
+
|
|
2609
|
+
<dl>
|
|
2610
|
+
<dd>
|
|
2611
|
+
|
|
2612
|
+
<dl>
|
|
2613
|
+
<dd>
|
|
2614
|
+
|
|
2615
|
+
```typescript
|
|
2616
|
+
await client.selfHosted.v1.distributionCredentials.list("123456-7890-1234-5678-901234");
|
|
2617
|
+
|
|
2618
|
+
```
|
|
2619
|
+
</dd>
|
|
2620
|
+
</dl>
|
|
2621
|
+
</dd>
|
|
2622
|
+
</dl>
|
|
2623
|
+
|
|
2624
|
+
#### ⚙️ Parameters
|
|
2625
|
+
|
|
2626
|
+
<dl>
|
|
2627
|
+
<dd>
|
|
2628
|
+
|
|
2629
|
+
<dl>
|
|
2630
|
+
<dd>
|
|
2631
|
+
|
|
2632
|
+
**project_id:** `string` — The unique identifier of the project
|
|
2633
|
+
|
|
2634
|
+
</dd>
|
|
2635
|
+
</dl>
|
|
2636
|
+
|
|
2637
|
+
<dl>
|
|
2638
|
+
<dd>
|
|
2639
|
+
|
|
2640
|
+
**requestOptions:** `DistributionCredentialsClient.RequestOptions`
|
|
2641
|
+
|
|
2642
|
+
</dd>
|
|
2643
|
+
</dl>
|
|
2644
|
+
</dd>
|
|
2645
|
+
</dl>
|
|
2646
|
+
|
|
2647
|
+
|
|
2648
|
+
</dd>
|
|
2649
|
+
</dl>
|
|
2650
|
+
</details>
|
|
2651
|
+
|
|
2652
|
+
<details><summary><code>client.selfHosted.v1.distributionCredentials.<a href="/src/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/Client.ts">create</a>(project_id, { ...params }) -> Deepgram.CreateProjectDistributionCredentialsV1Response</code></summary>
|
|
2653
|
+
<dl>
|
|
2654
|
+
<dd>
|
|
2655
|
+
|
|
2656
|
+
#### 📝 Description
|
|
2657
|
+
|
|
2658
|
+
<dl>
|
|
2659
|
+
<dd>
|
|
2660
|
+
|
|
2661
|
+
<dl>
|
|
2662
|
+
<dd>
|
|
2663
|
+
|
|
2664
|
+
Creates a set of distribution credentials for the specified project
|
|
2665
|
+
</dd>
|
|
2666
|
+
</dl>
|
|
2667
|
+
</dd>
|
|
2668
|
+
</dl>
|
|
2669
|
+
|
|
2670
|
+
#### 🔌 Usage
|
|
2671
|
+
|
|
2672
|
+
<dl>
|
|
2673
|
+
<dd>
|
|
2674
|
+
|
|
2675
|
+
<dl>
|
|
2676
|
+
<dd>
|
|
2677
|
+
|
|
2678
|
+
```typescript
|
|
2679
|
+
await client.selfHosted.v1.distributionCredentials.create("123456-7890-1234-5678-901234", {
|
|
2680
|
+
provider: "quay"
|
|
2681
|
+
});
|
|
2682
|
+
|
|
2683
|
+
```
|
|
2684
|
+
</dd>
|
|
2685
|
+
</dl>
|
|
2686
|
+
</dd>
|
|
2687
|
+
</dl>
|
|
2688
|
+
|
|
2689
|
+
#### ⚙️ Parameters
|
|
2690
|
+
|
|
2691
|
+
<dl>
|
|
2692
|
+
<dd>
|
|
2693
|
+
|
|
2694
|
+
<dl>
|
|
2695
|
+
<dd>
|
|
2696
|
+
|
|
2697
|
+
**project_id:** `string` — The unique identifier of the project
|
|
2698
|
+
|
|
2699
|
+
</dd>
|
|
2700
|
+
</dl>
|
|
2701
|
+
|
|
2702
|
+
<dl>
|
|
2703
|
+
<dd>
|
|
2704
|
+
|
|
2705
|
+
**request:** `Deepgram.selfHosted.v1.CreateProjectDistributionCredentialsV1Request`
|
|
2706
|
+
|
|
2707
|
+
</dd>
|
|
2708
|
+
</dl>
|
|
2709
|
+
|
|
2710
|
+
<dl>
|
|
2711
|
+
<dd>
|
|
2712
|
+
|
|
2713
|
+
**requestOptions:** `DistributionCredentialsClient.RequestOptions`
|
|
2714
|
+
|
|
2715
|
+
</dd>
|
|
2716
|
+
</dl>
|
|
2717
|
+
</dd>
|
|
2718
|
+
</dl>
|
|
2719
|
+
|
|
2720
|
+
|
|
2721
|
+
</dd>
|
|
2722
|
+
</dl>
|
|
2723
|
+
</details>
|
|
2724
|
+
|
|
2725
|
+
<details><summary><code>client.selfHosted.v1.distributionCredentials.<a href="/src/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/Client.ts">get</a>(project_id, distribution_credentials_id) -> Deepgram.GetProjectDistributionCredentialsV1Response</code></summary>
|
|
2726
|
+
<dl>
|
|
2727
|
+
<dd>
|
|
2728
|
+
|
|
2729
|
+
#### 📝 Description
|
|
2730
|
+
|
|
2731
|
+
<dl>
|
|
2732
|
+
<dd>
|
|
2733
|
+
|
|
2734
|
+
<dl>
|
|
2735
|
+
<dd>
|
|
2736
|
+
|
|
2737
|
+
Returns a set of distribution credentials for the specified project
|
|
2738
|
+
</dd>
|
|
2739
|
+
</dl>
|
|
2740
|
+
</dd>
|
|
2741
|
+
</dl>
|
|
2742
|
+
|
|
2743
|
+
#### 🔌 Usage
|
|
2744
|
+
|
|
2745
|
+
<dl>
|
|
2746
|
+
<dd>
|
|
2747
|
+
|
|
2748
|
+
<dl>
|
|
2749
|
+
<dd>
|
|
2750
|
+
|
|
2751
|
+
```typescript
|
|
2752
|
+
await client.selfHosted.v1.distributionCredentials.get("123456-7890-1234-5678-901234", "8b36cfd0-472f-4a21-833f-2d6343c3a2f3");
|
|
2753
|
+
|
|
2754
|
+
```
|
|
2755
|
+
</dd>
|
|
2756
|
+
</dl>
|
|
2757
|
+
</dd>
|
|
2758
|
+
</dl>
|
|
2759
|
+
|
|
2760
|
+
#### ⚙️ Parameters
|
|
2761
|
+
|
|
2762
|
+
<dl>
|
|
2763
|
+
<dd>
|
|
2764
|
+
|
|
2765
|
+
<dl>
|
|
2766
|
+
<dd>
|
|
2767
|
+
|
|
2768
|
+
**project_id:** `string` — The unique identifier of the project
|
|
2769
|
+
|
|
2770
|
+
</dd>
|
|
2771
|
+
</dl>
|
|
2772
|
+
|
|
2773
|
+
<dl>
|
|
2774
|
+
<dd>
|
|
2775
|
+
|
|
2776
|
+
**distribution_credentials_id:** `string` — The UUID of the distribution credentials
|
|
2777
|
+
|
|
2778
|
+
</dd>
|
|
2779
|
+
</dl>
|
|
2780
|
+
|
|
2781
|
+
<dl>
|
|
2782
|
+
<dd>
|
|
2783
|
+
|
|
2784
|
+
**requestOptions:** `DistributionCredentialsClient.RequestOptions`
|
|
2785
|
+
|
|
2786
|
+
</dd>
|
|
2787
|
+
</dl>
|
|
2788
|
+
</dd>
|
|
2789
|
+
</dl>
|
|
2790
|
+
|
|
2791
|
+
|
|
2792
|
+
</dd>
|
|
2793
|
+
</dl>
|
|
2794
|
+
</details>
|
|
2795
|
+
|
|
2796
|
+
<details><summary><code>client.selfHosted.v1.distributionCredentials.<a href="/src/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/Client.ts">delete</a>(project_id, distribution_credentials_id) -> Deepgram.GetProjectDistributionCredentialsV1Response</code></summary>
|
|
2797
|
+
<dl>
|
|
2798
|
+
<dd>
|
|
2799
|
+
|
|
2800
|
+
#### 📝 Description
|
|
2801
|
+
|
|
2802
|
+
<dl>
|
|
2803
|
+
<dd>
|
|
2804
|
+
|
|
2805
|
+
<dl>
|
|
2806
|
+
<dd>
|
|
2807
|
+
|
|
2808
|
+
Deletes a set of distribution credentials for the specified project
|
|
2809
|
+
</dd>
|
|
2810
|
+
</dl>
|
|
2811
|
+
</dd>
|
|
2812
|
+
</dl>
|
|
2813
|
+
|
|
2814
|
+
#### 🔌 Usage
|
|
2815
|
+
|
|
2816
|
+
<dl>
|
|
2817
|
+
<dd>
|
|
2818
|
+
|
|
2819
|
+
<dl>
|
|
2820
|
+
<dd>
|
|
2821
|
+
|
|
2822
|
+
```typescript
|
|
2823
|
+
await client.selfHosted.v1.distributionCredentials.delete("123456-7890-1234-5678-901234", "8b36cfd0-472f-4a21-833f-2d6343c3a2f3");
|
|
2824
|
+
|
|
2825
|
+
```
|
|
2826
|
+
</dd>
|
|
2827
|
+
</dl>
|
|
2828
|
+
</dd>
|
|
2829
|
+
</dl>
|
|
2830
|
+
|
|
2831
|
+
#### ⚙️ Parameters
|
|
2832
|
+
|
|
2833
|
+
<dl>
|
|
2834
|
+
<dd>
|
|
2835
|
+
|
|
2836
|
+
<dl>
|
|
2837
|
+
<dd>
|
|
2838
|
+
|
|
2839
|
+
**project_id:** `string` — The unique identifier of the project
|
|
2840
|
+
|
|
2841
|
+
</dd>
|
|
2842
|
+
</dl>
|
|
2843
|
+
|
|
2844
|
+
<dl>
|
|
2845
|
+
<dd>
|
|
2846
|
+
|
|
2847
|
+
**distribution_credentials_id:** `string` — The UUID of the distribution credentials
|
|
2848
|
+
|
|
2849
|
+
</dd>
|
|
2850
|
+
</dl>
|
|
2851
|
+
|
|
2852
|
+
<dl>
|
|
2853
|
+
<dd>
|
|
2854
|
+
|
|
2855
|
+
**requestOptions:** `DistributionCredentialsClient.RequestOptions`
|
|
2856
|
+
|
|
2857
|
+
</dd>
|
|
2858
|
+
</dl>
|
|
2859
|
+
</dd>
|
|
2860
|
+
</dl>
|
|
2861
|
+
|
|
2862
|
+
|
|
2863
|
+
</dd>
|
|
2864
|
+
</dl>
|
|
2865
|
+
</details>
|
|
2866
|
+
|
|
2867
|
+
## Speak V1 Audio
|
|
2868
|
+
<details><summary><code>client.speak.v1.audio.<a href="/src/api/resources/speak/resources/v1/resources/audio/client/Client.ts">generate</a>({ ...params }) -> core.BinaryResponse</code></summary>
|
|
2869
|
+
<dl>
|
|
2870
|
+
<dd>
|
|
2871
|
+
|
|
2872
|
+
#### 📝 Description
|
|
2873
|
+
|
|
2874
|
+
<dl>
|
|
2875
|
+
<dd>
|
|
2876
|
+
|
|
2877
|
+
<dl>
|
|
2878
|
+
<dd>
|
|
2879
|
+
|
|
2880
|
+
Convert text into natural-sounding speech using Deepgram's TTS REST API
|
|
2881
|
+
</dd>
|
|
2882
|
+
</dl>
|
|
2883
|
+
</dd>
|
|
2884
|
+
</dl>
|
|
2885
|
+
|
|
2886
|
+
#### 🔌 Usage
|
|
2887
|
+
|
|
2888
|
+
<dl>
|
|
2889
|
+
<dd>
|
|
2890
|
+
|
|
2891
|
+
<dl>
|
|
2892
|
+
<dd>
|
|
2893
|
+
|
|
2894
|
+
```typescript
|
|
2895
|
+
await client.speak.v1.audio.generate({
|
|
2896
|
+
text: "text"
|
|
2897
|
+
});
|
|
2898
|
+
|
|
2899
|
+
```
|
|
2900
|
+
</dd>
|
|
2901
|
+
</dl>
|
|
2902
|
+
</dd>
|
|
2903
|
+
</dl>
|
|
2904
|
+
|
|
2905
|
+
#### ⚙️ Parameters
|
|
2906
|
+
|
|
2907
|
+
<dl>
|
|
2908
|
+
<dd>
|
|
2909
|
+
|
|
2910
|
+
<dl>
|
|
2911
|
+
<dd>
|
|
2912
|
+
|
|
2913
|
+
**request:** `Deepgram.speak.v1.SpeakV1Request`
|
|
2914
|
+
|
|
2915
|
+
</dd>
|
|
2916
|
+
</dl>
|
|
2917
|
+
|
|
2918
|
+
<dl>
|
|
2919
|
+
<dd>
|
|
2920
|
+
|
|
2921
|
+
**requestOptions:** `AudioClient.RequestOptions`
|
|
2922
|
+
|
|
2923
|
+
</dd>
|
|
2924
|
+
</dl>
|
|
2925
|
+
</dd>
|
|
2926
|
+
</dl>
|
|
2927
|
+
|
|
2928
|
+
|
|
2929
|
+
</dd>
|
|
2930
|
+
</dl>
|
|
2931
|
+
</details>
|