@deepgram/sdk 5.0.0 → 5.1.0
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/dist/browser/index.global.js +1172 -199
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/Client.d.ts +15 -0
- package/dist/cjs/Client.js +79 -0
- package/dist/cjs/api/resources/agent/resources/v1/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/agent/resources/v1/client/Client.js +5 -5
- package/dist/cjs/api/resources/agent/resources/v1/client/Socket.d.ts +6 -6
- package/dist/cjs/api/resources/agent/resources/v1/client/Socket.js +6 -6
- package/dist/cjs/api/resources/agent/resources/v1/exports.d.ts +1 -0
- package/dist/cjs/api/resources/agent/resources/v1/exports.js +3 -1
- package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/client/Client.js +1 -1
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1FunctionCallRequest.d.ts +2 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1History.d.ts +24 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1History.js +3 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1Settings.d.ts +2 -1
- package/dist/cjs/api/resources/agent/resources/v1/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/agent/resources/v1/types/index.js +1 -0
- package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/client/Client.js +1 -1
- package/dist/cjs/api/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/index.js +2 -1
- package/dist/cjs/api/resources/listen/resources/v1/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/listen/resources/v1/client/Client.js +5 -5
- package/dist/cjs/api/resources/listen/resources/v1/client/Socket.d.ts +3 -3
- package/dist/cjs/api/resources/listen/resources/v1/client/Socket.js +2 -2
- package/dist/cjs/api/resources/listen/resources/v1/exports.d.ts +1 -0
- package/dist/cjs/api/resources/listen/resources/v1/exports.js +3 -1
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/Client.d.ts +1 -0
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/Client.js +11 -2
- package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/requests/ListenV1RequestUrl.d.ts +1 -0
- package/dist/cjs/api/resources/listen/resources/v2/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/listen/resources/v2/client/Client.js +5 -5
- package/dist/cjs/api/resources/listen/resources/v2/client/Socket.d.ts +4 -4
- package/dist/cjs/api/resources/listen/resources/v2/client/Socket.js +3 -3
- package/dist/cjs/api/resources/listen/resources/v2/exports.d.ts +1 -0
- package/dist/cjs/api/resources/listen/resources/v2/exports.js +3 -1
- package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2Configure.d.ts +6 -0
- package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2TurnInfo.d.ts +11 -0
- package/dist/cjs/api/resources/manage/resources/v1/resources/models/client/Client.js +6 -2
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/client/Client.js +9 -5
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/client/Client.js +2 -2
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/Client.js +7 -2
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/requests/BreakdownListRequest.d.ts +2 -1
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/Client.js +5 -1
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/Client.js +5 -1
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/client/Client.js +8 -4
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/client/Client.js +2 -2
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/Client.js +3 -3
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/Client.js +2 -2
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/client/Client.js +6 -2
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/client/Client.js +6 -2
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/client/Client.js +5 -1
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/Client.js +5 -1
- package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/Client.js +5 -1
- package/dist/cjs/api/resources/read/resources/v1/resources/text/client/Client.js +5 -1
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/Client.d.ts +1 -0
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/Client.js +9 -4
- package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/requests/CreateProjectDistributionCredentialsV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/speak/resources/v1/client/Client.d.ts +3 -0
- package/dist/cjs/api/resources/speak/resources/v1/client/Client.js +6 -5
- package/dist/cjs/api/resources/speak/resources/v1/client/Socket.d.ts +2 -2
- package/dist/cjs/api/resources/speak/resources/v1/client/Socket.js +2 -2
- package/dist/cjs/api/resources/speak/resources/v1/exports.d.ts +1 -0
- package/dist/cjs/api/resources/speak/resources/v1/exports.js +3 -1
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/client/Client.js +7 -2
- package/dist/cjs/api/resources/speak/resources/v1/resources/audio/client/requests/SpeakV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Metadata.d.ts +2 -4
- package/dist/cjs/api/resources/voiceAgent/client/Client.d.ts +15 -0
- package/dist/cjs/api/resources/voiceAgent/client/Client.js +21 -0
- package/dist/cjs/api/resources/voiceAgent/exports.d.ts +3 -0
- package/dist/cjs/api/resources/voiceAgent/exports.js +22 -0
- package/dist/cjs/api/resources/voiceAgent/index.d.ts +2 -0
- package/dist/cjs/api/resources/voiceAgent/index.js +18 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/client/Client.d.ts +89 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/client/Client.js +325 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/client/index.js +17 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/client/requests/CreateAgentConfigurationV1Request.d.ts +14 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/client/requests/CreateAgentConfigurationV1Request.js +3 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/client/requests/UpdateAgentMetadataV1Request.d.ts +12 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/client/requests/UpdateAgentMetadataV1Request.js +3 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/exports.d.ts +2 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/exports.js +21 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/index.d.ts +1 -0
- package/dist/cjs/api/resources/voiceAgent/resources/configurations/index.js +17 -0
- package/dist/cjs/api/resources/voiceAgent/resources/index.d.ts +4 -0
- package/dist/cjs/api/resources/voiceAgent/resources/index.js +43 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/client/Client.d.ts +92 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/client/Client.js +325 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/client/index.js +17 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/client/requests/CreateAgentVariableV1Request.d.ts +16 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/client/requests/CreateAgentVariableV1Request.js +3 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/client/requests/UpdateAgentVariableV1Request.d.ts +11 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/client/requests/UpdateAgentVariableV1Request.js +3 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/exports.d.ts +2 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/exports.js +21 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/index.d.ts +1 -0
- package/dist/cjs/api/resources/voiceAgent/resources/variables/index.js +17 -0
- package/dist/cjs/api/types/AgentConfigurationV1.d.ts +15 -0
- package/dist/cjs/api/types/AgentConfigurationV1.js +3 -0
- package/dist/cjs/api/types/AgentVariableV1.d.ts +14 -0
- package/dist/cjs/api/types/AgentVariableV1.js +3 -0
- package/dist/cjs/api/types/Cartesia.d.ts +2 -0
- package/dist/cjs/api/types/CreateAgentConfigurationV1Response.d.ts +8 -0
- package/dist/cjs/api/types/CreateAgentConfigurationV1Response.js +3 -0
- package/dist/cjs/api/types/Deepgram.d.ts +2 -0
- package/dist/cjs/api/types/DeleteAgentConfigurationV1Response.d.ts +4 -0
- package/dist/cjs/api/types/DeleteAgentConfigurationV1Response.js +3 -0
- package/dist/cjs/api/types/DeleteAgentVariableV1Response.d.ts +4 -0
- package/dist/cjs/api/types/DeleteAgentVariableV1Response.js +3 -0
- package/dist/cjs/api/types/ListAgentConfigurationsV1Response.d.ts +5 -0
- package/dist/cjs/api/types/ListAgentConfigurationsV1Response.js +3 -0
- package/dist/cjs/api/types/ListAgentVariablesV1Response.d.ts +5 -0
- package/dist/cjs/api/types/ListAgentVariablesV1Response.js +3 -0
- package/dist/cjs/api/types/ListenV1Callback.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1Channels.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1Endpointing.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1Extra.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1Keyterm.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1Keywords.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1Language.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1MipOptOut.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1Replace.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1SampleRate.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1Search.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1Tag.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1UtteranceEndMs.d.ts +3 -0
- package/dist/cjs/api/types/ListenV1Version.d.ts +3 -0
- package/dist/cjs/api/types/ListenV2EagerEotThreshold.d.ts +5 -0
- package/dist/cjs/api/types/ListenV2EotThreshold.d.ts +4 -0
- package/dist/cjs/api/types/ListenV2EotTimeoutMs.d.ts +4 -0
- package/dist/cjs/api/types/ListenV2MipOptOut.d.ts +5 -0
- package/dist/cjs/api/types/ListenV2Model.d.ts +6 -4
- package/dist/cjs/api/types/ListenV2Model.js +6 -0
- package/dist/cjs/api/types/ListenV2SampleRate.d.ts +3 -0
- package/dist/cjs/api/types/ListenV2Tag.d.ts +4 -0
- package/dist/cjs/api/types/SpeakV1MipOptOut.d.ts +3 -0
- package/dist/cjs/api/types/SpeakV1Speed.d.ts +4 -0
- package/dist/cjs/api/types/SpeakV1Speed.js +3 -0
- package/dist/cjs/api/types/UsageBreakdownV1Response.d.ts +3 -4
- package/dist/cjs/api/types/index.d.ts +8 -0
- package/dist/cjs/api/types/index.js +8 -0
- package/dist/cjs/core/auth/BasicAuth.d.ts +2 -2
- package/dist/cjs/core/auth/BasicAuth.js +7 -1
- package/dist/cjs/core/fetcher/BinaryResponse.d.ts +1 -1
- package/dist/cjs/core/fetcher/Fetcher.d.ts +8 -0
- package/dist/cjs/core/fetcher/Fetcher.js +13 -8
- package/dist/cjs/core/fetcher/index.d.ts +2 -0
- package/dist/cjs/core/fetcher/index.js +3 -1
- package/dist/cjs/core/fetcher/makePassthroughRequest.d.ts +49 -0
- package/dist/cjs/core/fetcher/makePassthroughRequest.js +135 -0
- package/dist/cjs/core/file/file.js +3 -2
- package/dist/cjs/core/url/QueryStringBuilder.d.ts +47 -0
- package/dist/cjs/core/url/QueryStringBuilder.js +83 -0
- package/dist/cjs/core/url/index.d.ts +1 -0
- package/dist/cjs/core/url/index.js +3 -1
- package/dist/cjs/core/url/qs.d.ts +2 -1
- package/dist/cjs/core/url/qs.js +24 -12
- package/dist/cjs/core/websocket/ws.d.ts +10 -1
- package/dist/cjs/core/websocket/ws.js +19 -5
- package/dist/cjs/errors/DeepgramError.d.ts +3 -1
- package/dist/cjs/errors/DeepgramError.js +4 -1
- package/dist/cjs/errors/DeepgramTimeoutError.d.ts +4 -1
- package/dist/cjs/errors/DeepgramTimeoutError.js +4 -1
- package/dist/cjs/errors/handleNonStatusCodeError.js +4 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/Client.d.mts +15 -0
- package/dist/esm/Client.mjs +46 -0
- package/dist/esm/api/resources/agent/resources/v1/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/agent/resources/v1/client/Client.mjs +5 -5
- package/dist/esm/api/resources/agent/resources/v1/client/Socket.d.mts +6 -6
- package/dist/esm/api/resources/agent/resources/v1/client/Socket.mjs +6 -6
- package/dist/esm/api/resources/agent/resources/v1/exports.d.mts +1 -0
- package/dist/esm/api/resources/agent/resources/v1/exports.mjs +1 -0
- package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/client/Client.mjs +1 -1
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1FunctionCallRequest.d.mts +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1History.d.mts +24 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1History.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1Settings.d.mts +2 -1
- package/dist/esm/api/resources/agent/resources/v1/types/index.d.mts +1 -0
- package/dist/esm/api/resources/agent/resources/v1/types/index.mjs +1 -0
- package/dist/esm/api/resources/auth/resources/v1/resources/tokens/client/Client.mjs +1 -1
- package/dist/esm/api/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/index.mjs +1 -0
- package/dist/esm/api/resources/listen/resources/v1/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/listen/resources/v1/client/Client.mjs +5 -5
- package/dist/esm/api/resources/listen/resources/v1/client/Socket.d.mts +3 -3
- package/dist/esm/api/resources/listen/resources/v1/client/Socket.mjs +2 -2
- package/dist/esm/api/resources/listen/resources/v1/exports.d.mts +1 -0
- package/dist/esm/api/resources/listen/resources/v1/exports.mjs +1 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/Client.d.mts +1 -0
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/Client.mjs +11 -2
- package/dist/esm/api/resources/listen/resources/v1/resources/media/client/requests/ListenV1RequestUrl.d.mts +1 -0
- package/dist/esm/api/resources/listen/resources/v2/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/listen/resources/v2/client/Client.mjs +5 -5
- package/dist/esm/api/resources/listen/resources/v2/client/Socket.d.mts +4 -4
- package/dist/esm/api/resources/listen/resources/v2/client/Socket.mjs +3 -3
- package/dist/esm/api/resources/listen/resources/v2/exports.d.mts +1 -0
- package/dist/esm/api/resources/listen/resources/v2/exports.mjs +1 -0
- package/dist/esm/api/resources/listen/resources/v2/types/ListenV2Configure.d.mts +6 -0
- package/dist/esm/api/resources/listen/resources/v2/types/ListenV2TurnInfo.d.mts +11 -0
- package/dist/esm/api/resources/manage/resources/v1/resources/models/client/Client.mjs +6 -2
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/client/Client.mjs +9 -5
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/client/Client.mjs +2 -2
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/Client.mjs +7 -2
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/client/requests/BreakdownListRequest.d.mts +2 -1
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/client/Client.mjs +5 -1
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/client/Client.mjs +5 -1
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/client/Client.mjs +8 -4
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/client/Client.mjs +2 -2
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/client/Client.mjs +3 -3
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/client/Client.mjs +2 -2
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/client/Client.mjs +6 -2
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/client/Client.mjs +6 -2
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/client/Client.mjs +5 -1
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/client/Client.mjs +5 -1
- package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/client/Client.mjs +5 -1
- package/dist/esm/api/resources/read/resources/v1/resources/text/client/Client.mjs +5 -1
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/Client.d.mts +1 -0
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/Client.mjs +9 -4
- package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/client/requests/CreateProjectDistributionCredentialsV1Request.d.mts +1 -0
- package/dist/esm/api/resources/speak/resources/v1/client/Client.d.mts +3 -0
- package/dist/esm/api/resources/speak/resources/v1/client/Client.mjs +6 -5
- package/dist/esm/api/resources/speak/resources/v1/client/Socket.d.mts +2 -2
- package/dist/esm/api/resources/speak/resources/v1/client/Socket.mjs +2 -2
- package/dist/esm/api/resources/speak/resources/v1/exports.d.mts +1 -0
- package/dist/esm/api/resources/speak/resources/v1/exports.mjs +1 -0
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/client/Client.mjs +7 -2
- package/dist/esm/api/resources/speak/resources/v1/resources/audio/client/requests/SpeakV1Request.d.mts +2 -0
- package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Metadata.d.mts +2 -4
- package/dist/esm/api/resources/voiceAgent/client/Client.d.mts +15 -0
- package/dist/esm/api/resources/voiceAgent/client/Client.mjs +17 -0
- package/dist/esm/api/resources/voiceAgent/client/index.d.mts +1 -0
- package/dist/esm/api/resources/voiceAgent/client/index.mjs +1 -0
- package/dist/esm/api/resources/voiceAgent/exports.d.mts +3 -0
- package/dist/esm/api/resources/voiceAgent/exports.mjs +4 -0
- package/dist/esm/api/resources/voiceAgent/index.d.mts +2 -0
- package/dist/esm/api/resources/voiceAgent/index.mjs +2 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/client/Client.d.mts +89 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/client/Client.mjs +288 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/client/index.d.mts +1 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/client/index.mjs +1 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/client/requests/CreateAgentConfigurationV1Request.d.mts +14 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/client/requests/CreateAgentConfigurationV1Request.mjs +2 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/client/requests/UpdateAgentMetadataV1Request.d.mts +12 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/client/requests/UpdateAgentMetadataV1Request.mjs +2 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/exports.d.mts +2 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/exports.mjs +3 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/index.d.mts +1 -0
- package/dist/esm/api/resources/voiceAgent/resources/configurations/index.mjs +1 -0
- package/dist/esm/api/resources/voiceAgent/resources/index.d.mts +4 -0
- package/dist/esm/api/resources/voiceAgent/resources/index.mjs +4 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/client/Client.d.mts +92 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/client/Client.mjs +288 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/client/index.d.mts +1 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/client/index.mjs +1 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/client/requests/CreateAgentVariableV1Request.d.mts +16 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/client/requests/CreateAgentVariableV1Request.mjs +2 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/client/requests/UpdateAgentVariableV1Request.d.mts +11 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/client/requests/UpdateAgentVariableV1Request.mjs +2 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/exports.d.mts +2 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/exports.mjs +3 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/index.d.mts +1 -0
- package/dist/esm/api/resources/voiceAgent/resources/variables/index.mjs +1 -0
- package/dist/esm/api/types/AgentConfigurationV1.d.mts +15 -0
- package/dist/esm/api/types/AgentConfigurationV1.mjs +2 -0
- package/dist/esm/api/types/AgentVariableV1.d.mts +14 -0
- package/dist/esm/api/types/AgentVariableV1.mjs +2 -0
- package/dist/esm/api/types/Cartesia.d.mts +2 -0
- package/dist/esm/api/types/CreateAgentConfigurationV1Response.d.mts +8 -0
- package/dist/esm/api/types/CreateAgentConfigurationV1Response.mjs +2 -0
- package/dist/esm/api/types/Deepgram.d.mts +2 -0
- package/dist/esm/api/types/DeleteAgentConfigurationV1Response.d.mts +4 -0
- package/dist/esm/api/types/DeleteAgentConfigurationV1Response.mjs +2 -0
- package/dist/esm/api/types/DeleteAgentVariableV1Response.d.mts +4 -0
- package/dist/esm/api/types/DeleteAgentVariableV1Response.mjs +2 -0
- package/dist/esm/api/types/ListAgentConfigurationsV1Response.d.mts +5 -0
- package/dist/esm/api/types/ListAgentConfigurationsV1Response.mjs +2 -0
- package/dist/esm/api/types/ListAgentVariablesV1Response.d.mts +5 -0
- package/dist/esm/api/types/ListAgentVariablesV1Response.mjs +2 -0
- package/dist/esm/api/types/ListenV1Callback.d.mts +3 -0
- package/dist/esm/api/types/ListenV1Channels.d.mts +3 -0
- package/dist/esm/api/types/ListenV1Endpointing.d.mts +3 -0
- package/dist/esm/api/types/ListenV1Extra.d.mts +3 -0
- package/dist/esm/api/types/ListenV1Keyterm.d.mts +3 -0
- package/dist/esm/api/types/ListenV1Keywords.d.mts +3 -0
- package/dist/esm/api/types/ListenV1Language.d.mts +3 -0
- package/dist/esm/api/types/ListenV1MipOptOut.d.mts +3 -0
- package/dist/esm/api/types/ListenV1Replace.d.mts +3 -0
- package/dist/esm/api/types/ListenV1SampleRate.d.mts +3 -0
- package/dist/esm/api/types/ListenV1Search.d.mts +3 -0
- package/dist/esm/api/types/ListenV1Tag.d.mts +3 -0
- package/dist/esm/api/types/ListenV1UtteranceEndMs.d.mts +3 -0
- package/dist/esm/api/types/ListenV1Version.d.mts +3 -0
- package/dist/esm/api/types/ListenV2EagerEotThreshold.d.mts +5 -0
- package/dist/esm/api/types/ListenV2EotThreshold.d.mts +4 -0
- package/dist/esm/api/types/ListenV2EotTimeoutMs.d.mts +4 -0
- package/dist/esm/api/types/ListenV2MipOptOut.d.mts +5 -0
- package/dist/esm/api/types/ListenV2Model.d.mts +6 -4
- package/dist/esm/api/types/ListenV2Model.mjs +5 -1
- package/dist/esm/api/types/ListenV2SampleRate.d.mts +3 -0
- package/dist/esm/api/types/ListenV2Tag.d.mts +4 -0
- package/dist/esm/api/types/SpeakV1MipOptOut.d.mts +3 -0
- package/dist/esm/api/types/SpeakV1Speed.d.mts +4 -0
- package/dist/esm/api/types/SpeakV1Speed.mjs +2 -0
- package/dist/esm/api/types/UsageBreakdownV1Response.d.mts +3 -4
- package/dist/esm/api/types/index.d.mts +8 -0
- package/dist/esm/api/types/index.mjs +8 -0
- package/dist/esm/core/auth/BasicAuth.d.mts +2 -2
- package/dist/esm/core/auth/BasicAuth.mjs +7 -1
- package/dist/esm/core/fetcher/BinaryResponse.d.mts +1 -1
- package/dist/esm/core/fetcher/Fetcher.d.mts +8 -0
- package/dist/esm/core/fetcher/Fetcher.mjs +13 -8
- package/dist/esm/core/fetcher/index.d.mts +2 -0
- package/dist/esm/core/fetcher/index.mjs +1 -0
- package/dist/esm/core/fetcher/makePassthroughRequest.d.mts +49 -0
- package/dist/esm/core/fetcher/makePassthroughRequest.mjs +132 -0
- package/dist/esm/core/file/file.mjs +3 -2
- package/dist/esm/core/url/QueryStringBuilder.d.mts +47 -0
- package/dist/esm/core/url/QueryStringBuilder.mjs +80 -0
- package/dist/esm/core/url/index.d.mts +1 -0
- package/dist/esm/core/url/index.mjs +1 -0
- package/dist/esm/core/url/qs.d.mts +2 -1
- package/dist/esm/core/url/qs.mjs +24 -12
- package/dist/esm/core/websocket/ws.d.mts +10 -1
- package/dist/esm/core/websocket/ws.mjs +19 -5
- package/dist/esm/errors/DeepgramError.d.mts +3 -1
- package/dist/esm/errors/DeepgramError.mjs +4 -1
- package/dist/esm/errors/DeepgramTimeoutError.d.mts +4 -1
- package/dist/esm/errors/DeepgramTimeoutError.mjs +4 -1
- package/dist/esm/errors/handleNonStatusCodeError.mjs +4 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +540 -500
- package/reference.md +731 -1
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakEndpointProvider.d.ts +0 -201
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakEndpointProvider.js +0 -139
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakOneItemProvider.d.ts +0 -201
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakOneItemProvider.js +0 -139
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsAgentThinkProvider.d.ts +0 -115
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsAgentThinkProvider.js +0 -57
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UpdateSpeakSpeakProvider.d.ts +0 -201
- package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UpdateSpeakSpeakProvider.js +0 -139
- package/dist/cjs/api/types/OpenAi.d.ts +0 -27
- package/dist/cjs/api/types/OpenAi.js +0 -21
- package/dist/cjs/middleware/adapters/express.d.ts +0 -103
- package/dist/cjs/middleware/adapters/express.js +0 -141
- package/dist/cjs/middleware/adapters/fastify.d.ts +0 -32
- package/dist/cjs/middleware/adapters/fastify.js +0 -194
- package/dist/cjs/middleware/adapters/http.d.ts +0 -153
- package/dist/cjs/middleware/adapters/http.js +0 -192
- package/dist/cjs/middleware/core/ProxyHandler.d.ts +0 -35
- package/dist/cjs/middleware/core/ProxyHandler.js +0 -225
- package/dist/cjs/middleware/core/TokenManager.d.ts +0 -29
- package/dist/cjs/middleware/core/TokenManager.js +0 -110
- package/dist/cjs/middleware/core/WebSocketProxy.d.ts +0 -32
- package/dist/cjs/middleware/core/WebSocketProxy.js +0 -169
- package/dist/cjs/middleware/core/jwt.d.ts +0 -71
- package/dist/cjs/middleware/core/jwt.js +0 -136
- package/dist/cjs/middleware/core/types.d.ts +0 -37
- package/dist/cjs/middleware/index.d.ts +0 -55
- package/dist/cjs/middleware/index.js +0 -75
- package/dist/cjs/tests/manual/test-custom-baseurl.js +0 -124
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakEndpointProvider.d.mts +0 -201
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakEndpointProvider.mjs +0 -136
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakOneItemProvider.d.mts +0 -201
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsAgentSpeakOneItemProvider.mjs +0 -136
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsAgentThinkProvider.d.mts +0 -115
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsAgentThinkProvider.mjs +0 -54
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UpdateSpeakSpeakProvider.d.mts +0 -201
- package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UpdateSpeakSpeakProvider.mjs +0 -136
- package/dist/esm/api/types/OpenAi.d.mts +0 -27
- package/dist/esm/api/types/OpenAi.mjs +0 -18
- package/dist/esm/middleware/adapters/express.d.mts +0 -103
- package/dist/esm/middleware/adapters/express.mjs +0 -136
- package/dist/esm/middleware/adapters/fastify.d.mts +0 -32
- package/dist/esm/middleware/adapters/fastify.mjs +0 -157
- package/dist/esm/middleware/adapters/http.d.mts +0 -153
- package/dist/esm/middleware/adapters/http.mjs +0 -187
- package/dist/esm/middleware/core/ProxyHandler.d.mts +0 -35
- package/dist/esm/middleware/core/ProxyHandler.mjs +0 -218
- package/dist/esm/middleware/core/TokenManager.d.mts +0 -29
- package/dist/esm/middleware/core/TokenManager.mjs +0 -106
- package/dist/esm/middleware/core/WebSocketProxy.d.mts +0 -32
- package/dist/esm/middleware/core/WebSocketProxy.mjs +0 -162
- package/dist/esm/middleware/core/jwt.d.mts +0 -71
- package/dist/esm/middleware/core/jwt.mjs +0 -99
- package/dist/esm/middleware/core/types.d.mts +0 -37
- package/dist/esm/middleware/index.d.mts +0 -55
- package/dist/esm/middleware/index.mjs +0 -59
- /package/dist/{esm/middleware/core/types.mjs → cjs/api/resources/voiceAgent/client/index.d.ts} +0 -0
- /package/dist/cjs/{middleware/core/types.js → api/resources/voiceAgent/client/index.js} +0 -0
|
@@ -71,7 +71,7 @@ export class ProjectsClient {
|
|
|
71
71
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, "v1/projects"),
|
|
72
72
|
method: "GET",
|
|
73
73
|
headers: _headers,
|
|
74
|
-
|
|
74
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
75
75
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
76
76
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
77
77
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -128,7 +128,11 @@ export class ProjectsClient {
|
|
|
128
128
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}`),
|
|
129
129
|
method: "GET",
|
|
130
130
|
headers: _headers,
|
|
131
|
-
|
|
131
|
+
queryString: core.url
|
|
132
|
+
.queryBuilder()
|
|
133
|
+
.addMany(_queryParams)
|
|
134
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
135
|
+
.build(),
|
|
132
136
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
133
137
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
134
138
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -176,7 +180,7 @@ export class ProjectsClient {
|
|
|
176
180
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}`),
|
|
177
181
|
method: "DELETE",
|
|
178
182
|
headers: _headers,
|
|
179
|
-
|
|
183
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
180
184
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
181
185
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
182
186
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -226,7 +230,7 @@ export class ProjectsClient {
|
|
|
226
230
|
method: "PATCH",
|
|
227
231
|
headers: _headers,
|
|
228
232
|
contentType: "application/json",
|
|
229
|
-
|
|
233
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
230
234
|
requestType: "json",
|
|
231
235
|
body: request,
|
|
232
236
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
@@ -276,7 +280,7 @@ export class ProjectsClient {
|
|
|
276
280
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/leave`),
|
|
277
281
|
method: "DELETE",
|
|
278
282
|
headers: _headers,
|
|
279
|
-
|
|
283
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
280
284
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
281
285
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
282
286
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -42,7 +42,7 @@ export class BalancesClient {
|
|
|
42
42
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/balances`),
|
|
43
43
|
method: "GET",
|
|
44
44
|
headers: _headers,
|
|
45
|
-
|
|
45
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
46
46
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
47
47
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
48
48
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -94,7 +94,7 @@ export class BalancesClient {
|
|
|
94
94
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/balances/${core.url.encodePathParam(balance_id)}`),
|
|
95
95
|
method: "GET",
|
|
96
96
|
headers: _headers,
|
|
97
|
-
|
|
97
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
98
98
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
99
99
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
100
100
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -26,7 +26,8 @@ export declare class BreakdownClient {
|
|
|
26
26
|
* accessor: "12345678-1234-1234-1234-123456789012",
|
|
27
27
|
* deployment: "hosted",
|
|
28
28
|
* tag: "tag1",
|
|
29
|
-
* line_item: "streaming::nova-3"
|
|
29
|
+
* line_item: "streaming::nova-3",
|
|
30
|
+
* grouping: ["deployment", "line_item"]
|
|
30
31
|
* })
|
|
31
32
|
*/
|
|
32
33
|
list(project_id: string, request?: Deepgram.manage.v1.projects.billing.BreakdownListRequest, requestOptions?: BreakdownClient.RequestOptions): core.HttpResponsePromise<Deepgram.BillingBreakdownV1Response>;
|
|
@@ -35,7 +35,8 @@ export class BreakdownClient {
|
|
|
35
35
|
* accessor: "12345678-1234-1234-1234-123456789012",
|
|
36
36
|
* deployment: "hosted",
|
|
37
37
|
* tag: "tag1",
|
|
38
|
-
* line_item: "streaming::nova-3"
|
|
38
|
+
* line_item: "streaming::nova-3",
|
|
39
|
+
* grouping: ["deployment", "line_item"]
|
|
39
40
|
* })
|
|
40
41
|
*/
|
|
41
42
|
list(project_id, request = {}, requestOptions) {
|
|
@@ -60,7 +61,11 @@ export class BreakdownClient {
|
|
|
60
61
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/billing/breakdown`),
|
|
61
62
|
method: "GET",
|
|
62
63
|
headers: _headers,
|
|
63
|
-
|
|
64
|
+
queryString: core.url
|
|
65
|
+
.queryBuilder()
|
|
66
|
+
.addMany(_queryParams)
|
|
67
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
68
|
+
.build(),
|
|
64
69
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
65
70
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
66
71
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -7,7 +7,8 @@ import type * as Deepgram from "../../../../../../../../../../../../index.mjs";
|
|
|
7
7
|
* accessor: "12345678-1234-1234-1234-123456789012",
|
|
8
8
|
* deployment: "hosted",
|
|
9
9
|
* tag: "tag1",
|
|
10
|
-
* line_item: "streaming::nova-3"
|
|
10
|
+
* line_item: "streaming::nova-3",
|
|
11
|
+
* grouping: ["deployment", "line_item"]
|
|
11
12
|
* }
|
|
12
13
|
*/
|
|
13
14
|
export interface BreakdownListRequest {
|
|
@@ -51,7 +51,11 @@ export class FieldsClient {
|
|
|
51
51
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/billing/fields`),
|
|
52
52
|
method: "GET",
|
|
53
53
|
headers: _headers,
|
|
54
|
-
|
|
54
|
+
queryString: core.url
|
|
55
|
+
.queryBuilder()
|
|
56
|
+
.addMany(_queryParams)
|
|
57
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
58
|
+
.build(),
|
|
55
59
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
56
60
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
57
61
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -49,7 +49,11 @@ export class PurchasesClient {
|
|
|
49
49
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/purchases`),
|
|
50
50
|
method: "GET",
|
|
51
51
|
headers: _headers,
|
|
52
|
-
|
|
52
|
+
queryString: core.url
|
|
53
|
+
.queryBuilder()
|
|
54
|
+
.addMany(_queryParams)
|
|
55
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
56
|
+
.build(),
|
|
53
57
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
54
58
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
55
59
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -49,7 +49,11 @@ export class KeysClient {
|
|
|
49
49
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/keys`),
|
|
50
50
|
method: "GET",
|
|
51
51
|
headers: _headers,
|
|
52
|
-
|
|
52
|
+
queryString: core.url
|
|
53
|
+
.queryBuilder()
|
|
54
|
+
.addMany(_queryParams)
|
|
55
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
56
|
+
.build(),
|
|
53
57
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
54
58
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
55
59
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -101,7 +105,7 @@ export class KeysClient {
|
|
|
101
105
|
method: "POST",
|
|
102
106
|
headers: _headers,
|
|
103
107
|
contentType: "application/json",
|
|
104
|
-
|
|
108
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
105
109
|
requestType: "json",
|
|
106
110
|
body: request,
|
|
107
111
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
@@ -152,7 +156,7 @@ export class KeysClient {
|
|
|
152
156
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/keys/${core.url.encodePathParam(key_id)}`),
|
|
153
157
|
method: "GET",
|
|
154
158
|
headers: _headers,
|
|
155
|
-
|
|
159
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
156
160
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
157
161
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
158
162
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -201,7 +205,7 @@ export class KeysClient {
|
|
|
201
205
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/keys/${core.url.encodePathParam(key_id)}`),
|
|
202
206
|
method: "DELETE",
|
|
203
207
|
headers: _headers,
|
|
204
|
-
|
|
208
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
205
209
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
206
210
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
207
211
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -52,7 +52,7 @@ export class MembersClient {
|
|
|
52
52
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/members`),
|
|
53
53
|
method: "GET",
|
|
54
54
|
headers: _headers,
|
|
55
|
-
|
|
55
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
56
56
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
57
57
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
58
58
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -104,7 +104,7 @@ export class MembersClient {
|
|
|
104
104
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/members/${core.url.encodePathParam(member_id)}`),
|
|
105
105
|
method: "DELETE",
|
|
106
106
|
headers: _headers,
|
|
107
|
-
|
|
107
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
108
108
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
109
109
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
110
110
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -42,7 +42,7 @@ export class InvitesClient {
|
|
|
42
42
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/invites`),
|
|
43
43
|
method: "GET",
|
|
44
44
|
headers: _headers,
|
|
45
|
-
|
|
45
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
46
46
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
47
47
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
48
48
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -98,7 +98,7 @@ export class InvitesClient {
|
|
|
98
98
|
method: "POST",
|
|
99
99
|
headers: _headers,
|
|
100
100
|
contentType: "application/json",
|
|
101
|
-
|
|
101
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
102
102
|
requestType: "json",
|
|
103
103
|
body: request,
|
|
104
104
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
@@ -152,7 +152,7 @@ export class InvitesClient {
|
|
|
152
152
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/invites/${core.url.encodePathParam(email)}`),
|
|
153
153
|
method: "DELETE",
|
|
154
154
|
headers: _headers,
|
|
155
|
-
|
|
155
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
156
156
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
157
157
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
158
158
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -43,7 +43,7 @@ export class ScopesClient {
|
|
|
43
43
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/members/${core.url.encodePathParam(member_id)}/scopes`),
|
|
44
44
|
method: "GET",
|
|
45
45
|
headers: _headers,
|
|
46
|
-
|
|
46
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
47
47
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
48
48
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
49
49
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -99,7 +99,7 @@ export class ScopesClient {
|
|
|
99
99
|
method: "PUT",
|
|
100
100
|
headers: _headers,
|
|
101
101
|
contentType: "application/json",
|
|
102
|
-
|
|
102
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
103
103
|
requestType: "json",
|
|
104
104
|
body: request,
|
|
105
105
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
@@ -49,7 +49,11 @@ export class ModelsClient {
|
|
|
49
49
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/models`),
|
|
50
50
|
method: "GET",
|
|
51
51
|
headers: _headers,
|
|
52
|
-
|
|
52
|
+
queryString: core.url
|
|
53
|
+
.queryBuilder()
|
|
54
|
+
.addMany(_queryParams)
|
|
55
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
56
|
+
.build(),
|
|
53
57
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
54
58
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
55
59
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -98,7 +102,7 @@ export class ModelsClient {
|
|
|
98
102
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/models/${core.url.encodePathParam(model_id)}`),
|
|
99
103
|
method: "GET",
|
|
100
104
|
headers: _headers,
|
|
101
|
-
|
|
105
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
102
106
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
103
107
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
104
108
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -67,7 +67,11 @@ export class RequestsClient {
|
|
|
67
67
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/requests`),
|
|
68
68
|
method: "GET",
|
|
69
69
|
headers: _headers,
|
|
70
|
-
|
|
70
|
+
queryString: core.url
|
|
71
|
+
.queryBuilder()
|
|
72
|
+
.addMany(_queryParams)
|
|
73
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
74
|
+
.build(),
|
|
71
75
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
72
76
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
73
77
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -119,7 +123,7 @@ export class RequestsClient {
|
|
|
119
123
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/requests/${core.url.encodePathParam(request_id)}`),
|
|
120
124
|
method: "GET",
|
|
121
125
|
headers: _headers,
|
|
122
|
-
|
|
126
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
123
127
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
124
128
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
125
129
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -147,7 +147,11 @@ export class UsageClient {
|
|
|
147
147
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/usage`),
|
|
148
148
|
method: "GET",
|
|
149
149
|
headers: _headers,
|
|
150
|
-
|
|
150
|
+
queryString: core.url
|
|
151
|
+
.queryBuilder()
|
|
152
|
+
.addMany(_queryParams)
|
|
153
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
154
|
+
.build(),
|
|
151
155
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
152
156
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
153
157
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -137,7 +137,11 @@ export class BreakdownClient {
|
|
|
137
137
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/usage/breakdown`),
|
|
138
138
|
method: "GET",
|
|
139
139
|
headers: _headers,
|
|
140
|
-
|
|
140
|
+
queryString: core.url
|
|
141
|
+
.queryBuilder()
|
|
142
|
+
.addMany(_queryParams)
|
|
143
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
144
|
+
.build(),
|
|
141
145
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
142
146
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
143
147
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -51,7 +51,11 @@ export class FieldsClient {
|
|
|
51
51
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/usage/fields`),
|
|
52
52
|
method: "GET",
|
|
53
53
|
headers: _headers,
|
|
54
|
-
|
|
54
|
+
queryString: core.url
|
|
55
|
+
.queryBuilder()
|
|
56
|
+
.addMany(_queryParams)
|
|
57
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
58
|
+
.build(),
|
|
55
59
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
56
60
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
57
61
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -74,7 +74,11 @@ export class TextClient {
|
|
|
74
74
|
method: "POST",
|
|
75
75
|
headers: _headers,
|
|
76
76
|
contentType: "application/json",
|
|
77
|
-
|
|
77
|
+
queryString: core.url
|
|
78
|
+
.queryBuilder()
|
|
79
|
+
.addMany(_queryParams)
|
|
80
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
81
|
+
.build(),
|
|
78
82
|
requestType: "json",
|
|
79
83
|
body: _body,
|
|
80
84
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
@@ -53,7 +53,7 @@ export class DistributionCredentialsClient {
|
|
|
53
53
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/self-hosted/distribution/credentials`),
|
|
54
54
|
method: "GET",
|
|
55
55
|
headers: _headers,
|
|
56
|
-
|
|
56
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
57
57
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
58
58
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
59
59
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -92,6 +92,7 @@ export class DistributionCredentialsClient {
|
|
|
92
92
|
*
|
|
93
93
|
* @example
|
|
94
94
|
* await client.selfHosted.v1.distributionCredentials.create("123456-7890-1234-5678-901234", {
|
|
95
|
+
* scopes: ["self-hosted:products"],
|
|
95
96
|
* provider: "quay"
|
|
96
97
|
* })
|
|
97
98
|
*/
|
|
@@ -113,7 +114,11 @@ export class DistributionCredentialsClient {
|
|
|
113
114
|
method: "POST",
|
|
114
115
|
headers: _headers,
|
|
115
116
|
contentType: "application/json",
|
|
116
|
-
|
|
117
|
+
queryString: core.url
|
|
118
|
+
.queryBuilder()
|
|
119
|
+
.addMany(_queryParams)
|
|
120
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
121
|
+
.build(),
|
|
117
122
|
requestType: "json",
|
|
118
123
|
body: _body,
|
|
119
124
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
@@ -167,7 +172,7 @@ export class DistributionCredentialsClient {
|
|
|
167
172
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/self-hosted/distribution/credentials/${core.url.encodePathParam(distribution_credentials_id)}`),
|
|
168
173
|
method: "GET",
|
|
169
174
|
headers: _headers,
|
|
170
|
-
|
|
175
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
171
176
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
172
177
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
173
178
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -219,7 +224,7 @@ export class DistributionCredentialsClient {
|
|
|
219
224
|
url: core.url.join((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.DeepgramEnvironment.Production).base, `v1/projects/${core.url.encodePathParam(project_id)}/self-hosted/distribution/credentials/${core.url.encodePathParam(distribution_credentials_id)}`),
|
|
220
225
|
method: "DELETE",
|
|
221
226
|
headers: _headers,
|
|
222
|
-
|
|
227
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
223
228
|
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
224
229
|
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
225
230
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -10,7 +10,10 @@ export declare namespace V1Client {
|
|
|
10
10
|
mip_opt_out?: Deepgram.SpeakV1MipOptOut | undefined;
|
|
11
11
|
model?: Deepgram.SpeakV1Model;
|
|
12
12
|
sample_rate?: Deepgram.SpeakV1SampleRate;
|
|
13
|
+
speed?: Deepgram.SpeakV1Speed;
|
|
13
14
|
Authorization: string;
|
|
15
|
+
/** WebSocket subprotocols to use for the connection. */
|
|
16
|
+
protocols?: string | string[];
|
|
14
17
|
/** Additional query parameters to send with the websocket connect request. */
|
|
15
18
|
queryParams?: Record<string, unknown>;
|
|
16
19
|
/** Arbitrary headers to send with the websocket connect request. */
|
|
@@ -25,18 +25,19 @@ export class V1Client {
|
|
|
25
25
|
}
|
|
26
26
|
connect(args) {
|
|
27
27
|
return __awaiter(this, void 0, void 0, function* () {
|
|
28
|
-
var _a, _b;
|
|
29
|
-
const { encoding, mip_opt_out: mipOptOut, model, sample_rate: sampleRate, queryParams, headers, debug, reconnectAttempts, connectionTimeoutInSeconds, abortSignal, } = args;
|
|
28
|
+
var _a, _b, _c;
|
|
29
|
+
const { encoding, mip_opt_out: mipOptOut, model, sample_rate: sampleRate, speed, protocols, queryParams, headers, debug, reconnectAttempts, connectionTimeoutInSeconds, abortSignal, } = args;
|
|
30
30
|
const _queryParams = {
|
|
31
31
|
encoding: encoding != null ? encoding : undefined,
|
|
32
32
|
mip_opt_out: mipOptOut != null ? (typeof mipOptOut === "string" ? mipOptOut : toJson(mipOptOut)) : undefined,
|
|
33
33
|
model: model != null ? model : undefined,
|
|
34
34
|
sample_rate: sampleRate != null ? sampleRate : undefined,
|
|
35
|
+
speed,
|
|
35
36
|
};
|
|
36
|
-
const _headers = mergeHeaders(mergeOnlyDefinedHeaders({ Authorization: args.Authorization }), headers);
|
|
37
|
+
const _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: args.Authorization }), headers);
|
|
37
38
|
const socket = new core.ReconnectingWebSocket({
|
|
38
|
-
url: core.url.join((
|
|
39
|
-
protocols: [],
|
|
39
|
+
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.DeepgramEnvironment.Production).production, "/v1/speak"),
|
|
40
|
+
protocols: protocols !== null && protocols !== void 0 ? protocols : [],
|
|
40
41
|
queryParameters: Object.assign(Object.assign({}, _queryParams), queryParams),
|
|
41
42
|
headers: _headers,
|
|
42
43
|
options: {
|
|
@@ -21,7 +21,7 @@ export declare class V1Socket {
|
|
|
21
21
|
private handleError;
|
|
22
22
|
constructor(args: V1Socket.Args);
|
|
23
23
|
/** The current state of the connection; this is one of the readyState constants. */
|
|
24
|
-
get readyState():
|
|
24
|
+
get readyState(): core.ReconnectingWebSocket.ReadyState;
|
|
25
25
|
/**
|
|
26
26
|
* @param event - The event to attach to.
|
|
27
27
|
* @param callback - The callback to run when the event is triggered.
|
|
@@ -46,7 +46,7 @@ export declare class V1Socket {
|
|
|
46
46
|
/** Asserts that the websocket is open. */
|
|
47
47
|
private assertSocketIsOpen;
|
|
48
48
|
/** Send a binary payload to the websocket. */
|
|
49
|
-
protected sendBinary(payload:
|
|
49
|
+
protected sendBinary(payload: ArrayBuffer | Blob | ArrayBufferView): void;
|
|
50
50
|
/** Send a JSON payload to the websocket. */
|
|
51
51
|
protected sendJson(payload: Deepgram.speak.SpeakV1Text | Deepgram.speak.SpeakV1Flush | Deepgram.speak.SpeakV1Clear | Deepgram.speak.SpeakV1Close): void;
|
|
52
52
|
}
|
|
@@ -91,7 +91,7 @@ export class V1Socket {
|
|
|
91
91
|
/** Returns a promise that resolves when the websocket is open. */
|
|
92
92
|
waitForOpen() {
|
|
93
93
|
return __awaiter(this, void 0, void 0, function* () {
|
|
94
|
-
if (this.socket.readyState === core.ReconnectingWebSocket.OPEN) {
|
|
94
|
+
if (this.socket.readyState === core.ReconnectingWebSocket.ReadyState.OPEN) {
|
|
95
95
|
return this.socket;
|
|
96
96
|
}
|
|
97
97
|
return new Promise((resolve, reject) => {
|
|
@@ -109,7 +109,7 @@ export class V1Socket {
|
|
|
109
109
|
if (!this.socket) {
|
|
110
110
|
throw new Error("Socket is not connected.");
|
|
111
111
|
}
|
|
112
|
-
if (this.socket.readyState !== core.ReconnectingWebSocket.OPEN) {
|
|
112
|
+
if (this.socket.readyState !== core.ReconnectingWebSocket.ReadyState.OPEN) {
|
|
113
113
|
throw new Error("Socket is not open.");
|
|
114
114
|
}
|
|
115
115
|
}
|
|
@@ -41,7 +41,7 @@ export class AudioClient {
|
|
|
41
41
|
__generate(request, requestOptions) {
|
|
42
42
|
return __awaiter(this, void 0, void 0, function* () {
|
|
43
43
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
44
|
-
const { callback, callback_method: callbackMethod, mip_opt_out: mipOptOut, tag, bit_rate: bitRate, container, encoding, model, sample_rate: sampleRate } = request, _body = __rest(request, ["callback", "callback_method", "mip_opt_out", "tag", "bit_rate", "container", "encoding", "model", "sample_rate"]);
|
|
44
|
+
const { callback, callback_method: callbackMethod, mip_opt_out: mipOptOut, tag, bit_rate: bitRate, container, encoding, model, sample_rate: sampleRate, speed } = request, _body = __rest(request, ["callback", "callback_method", "mip_opt_out", "tag", "bit_rate", "container", "encoding", "model", "sample_rate", "speed"]);
|
|
45
45
|
const _queryParams = {
|
|
46
46
|
callback,
|
|
47
47
|
callback_method: callbackMethod != null ? callbackMethod : undefined,
|
|
@@ -52,6 +52,7 @@ export class AudioClient {
|
|
|
52
52
|
encoding: encoding != null ? encoding : undefined,
|
|
53
53
|
model: model != null ? model : undefined,
|
|
54
54
|
sample_rate: sampleRate,
|
|
55
|
+
speed,
|
|
55
56
|
};
|
|
56
57
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
57
58
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
@@ -60,7 +61,11 @@ export class AudioClient {
|
|
|
60
61
|
method: "POST",
|
|
61
62
|
headers: _headers,
|
|
62
63
|
contentType: "application/json",
|
|
63
|
-
|
|
64
|
+
queryString: core.url
|
|
65
|
+
.queryBuilder()
|
|
66
|
+
.addMany(_queryParams)
|
|
67
|
+
.mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
|
|
68
|
+
.build(),
|
|
64
69
|
requestType: "json",
|
|
65
70
|
body: _body,
|
|
66
71
|
responseType: "binary-response",
|
|
@@ -24,6 +24,8 @@ export interface SpeakV1Request {
|
|
|
24
24
|
model?: Deepgram.speak.v1.AudioGenerateRequestModel;
|
|
25
25
|
/** Sample Rate specifies the sample rate for the output audio. Based on the encoding, different sample rates are supported. For some encodings, the sample rate is not configurable */
|
|
26
26
|
sample_rate?: number;
|
|
27
|
+
/** Speaking rate multiplier that adjusts the pace of generated speech while preserving natural prosody and voice quality. Not yet supported in all languages. */
|
|
28
|
+
speed?: number;
|
|
27
29
|
/** The text content to be converted to speech */
|
|
28
30
|
text: string;
|
|
29
31
|
}
|
|
@@ -5,10 +5,8 @@ export interface SpeakV1Metadata {
|
|
|
5
5
|
request_id: string;
|
|
6
6
|
/** Name of the model being used */
|
|
7
7
|
model_name: string;
|
|
8
|
-
/** Version of the
|
|
8
|
+
/** Version of the model being used */
|
|
9
9
|
model_version: string;
|
|
10
|
-
/** Unique identifier for the
|
|
10
|
+
/** Unique identifier for the model */
|
|
11
11
|
model_uuid: string;
|
|
12
|
-
/** List of unique identifiers for any additional models used to serve the request */
|
|
13
|
-
additional_model_uuids?: string[] | undefined;
|
|
14
12
|
}
|