hume 0.11.5-beta.1 → 0.12.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/.mock/definition/empathic-voice/__package__.yml +27 -517
- package/.mock/definition/empathic-voice/chatGroups.yml +1 -1
- package/.mock/definition/empathic-voice/chats.yml +1 -1
- package/.mock/definition/empathic-voice/configs.yml +34 -151
- package/.mock/definition/empathic-voice/prompts.yml +21 -21
- package/.mock/definition/empathic-voice/tools.yml +10 -10
- package/.mock/definition/tts/__package__.yml +6 -22
- package/api/resources/empathicVoice/client/Client.d.ts +0 -3
- package/api/resources/empathicVoice/client/Client.js +8 -13
- package/api/resources/empathicVoice/resources/chat/client/Socket.js +1 -4
- package/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +1 -1
- package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +1 -1
- package/api/resources/empathicVoice/resources/chats/client/Client.d.ts +1 -1
- package/api/resources/empathicVoice/resources/chats/client/Client.js +1 -1
- package/api/resources/empathicVoice/resources/configs/client/Client.d.ts +13 -13
- package/api/resources/empathicVoice/resources/configs/client/Client.js +13 -13
- package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +4 -4
- package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +3 -3
- package/api/resources/empathicVoice/resources/index.d.ts +0 -2
- package/api/resources/empathicVoice/resources/index.js +1 -3
- package/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +10 -10
- package/api/resources/empathicVoice/resources/prompts/client/Client.js +10 -10
- package/api/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +1 -1
- package/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +1 -1
- package/api/resources/empathicVoice/resources/tools/client/Client.d.ts +10 -10
- package/api/resources/empathicVoice/resources/tools/client/Client.js +10 -10
- package/api/resources/empathicVoice/types/JsonMessage.d.ts +1 -1
- package/api/resources/empathicVoice/types/PostedBuiltinTool.d.ts +1 -1
- package/api/resources/empathicVoice/types/PostedBuiltinToolName.d.ts +1 -1
- package/api/resources/empathicVoice/types/PostedWebhookSpec.d.ts +1 -1
- package/api/resources/empathicVoice/types/ReturnConfig.d.ts +2 -3
- package/api/resources/empathicVoice/types/ReturnPrompt.d.ts +1 -1
- package/api/resources/empathicVoice/types/ReturnWebhookSpec.d.ts +1 -1
- package/api/resources/empathicVoice/types/VoiceId.d.ts +10 -0
- package/api/resources/empathicVoice/types/VoiceName.d.ts +10 -0
- package/api/resources/empathicVoice/types/VoiceProvider.d.ts +8 -0
- package/api/resources/empathicVoice/types/{PostedVoiceProvider.js → VoiceProvider.js} +2 -2
- package/api/resources/empathicVoice/types/VoiceRef.d.ts +5 -0
- package/api/resources/empathicVoice/types/index.d.ts +4 -18
- package/api/resources/empathicVoice/types/index.js +4 -18
- package/dist/api/resources/empathicVoice/client/Client.d.ts +0 -3
- package/dist/api/resources/empathicVoice/client/Client.js +8 -13
- package/dist/api/resources/empathicVoice/resources/chat/client/Socket.js +1 -4
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +1 -1
- package/dist/api/resources/empathicVoice/resources/chats/client/Client.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +1 -1
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.d.ts +13 -13
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +13 -13
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +4 -4
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +3 -3
- package/dist/api/resources/empathicVoice/resources/index.d.ts +0 -2
- package/dist/api/resources/empathicVoice/resources/index.js +1 -3
- package/dist/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +10 -10
- package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +10 -10
- package/dist/api/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.d.ts +10 -10
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +10 -10
- package/dist/api/resources/empathicVoice/types/JsonMessage.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/PostedBuiltinTool.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/PostedBuiltinToolName.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/PostedWebhookSpec.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ReturnConfig.d.ts +2 -3
- package/dist/api/resources/empathicVoice/types/ReturnPrompt.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/ReturnWebhookSpec.d.ts +1 -1
- package/dist/api/resources/empathicVoice/types/VoiceId.d.ts +10 -0
- package/dist/api/resources/empathicVoice/types/VoiceName.d.ts +10 -0
- package/dist/api/resources/empathicVoice/types/VoiceProvider.d.ts +8 -0
- package/{api/resources/empathicVoice/types/ReturnVoiceProvider.js → dist/api/resources/empathicVoice/types/VoiceProvider.js} +2 -2
- package/dist/api/resources/empathicVoice/types/VoiceRef.d.ts +5 -0
- package/dist/api/resources/empathicVoice/types/index.d.ts +4 -18
- package/dist/api/resources/empathicVoice/types/index.js +4 -18
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +2 -2
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +2 -2
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +2 -2
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +2 -2
- package/dist/serialization/resources/empathicVoice/resources/index.d.ts +0 -2
- package/dist/serialization/resources/empathicVoice/resources/index.js +1 -3
- package/dist/serialization/resources/empathicVoice/types/JsonMessage.d.ts +1 -2
- package/dist/serialization/resources/empathicVoice/types/JsonMessage.js +0 -2
- package/dist/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +1 -2
- package/dist/serialization/resources/empathicVoice/types/ReturnConfig.js +1 -2
- package/dist/serialization/resources/empathicVoice/types/VoiceId.d.ts +14 -0
- package/dist/serialization/resources/empathicVoice/types/VoiceId.js +45 -0
- package/dist/serialization/resources/empathicVoice/types/VoiceName.d.ts +14 -0
- package/dist/serialization/resources/empathicVoice/types/VoiceName.js +45 -0
- package/{serialization/resources/empathicVoice/types/PostedVoiceProvider.d.ts → dist/serialization/resources/empathicVoice/types/VoiceProvider.d.ts} +2 -2
- package/dist/serialization/resources/empathicVoice/types/{ReturnVoiceProvider.js → VoiceProvider.js} +2 -2
- package/dist/serialization/resources/empathicVoice/types/VoiceRef.d.ts +12 -0
- package/dist/serialization/resources/empathicVoice/types/{PostedCustomVoiceBaseVoice.js → VoiceRef.js} +4 -2
- package/dist/serialization/resources/empathicVoice/types/index.d.ts +4 -18
- package/dist/serialization/resources/empathicVoice/types/index.js +4 -18
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +43 -485
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +2 -2
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +2 -2
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +2 -2
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +2 -2
- package/serialization/resources/empathicVoice/resources/index.d.ts +0 -2
- package/serialization/resources/empathicVoice/resources/index.js +1 -3
- package/serialization/resources/empathicVoice/types/JsonMessage.d.ts +1 -2
- package/serialization/resources/empathicVoice/types/JsonMessage.js +0 -2
- package/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +1 -2
- package/serialization/resources/empathicVoice/types/ReturnConfig.js +1 -2
- package/serialization/resources/empathicVoice/types/VoiceId.d.ts +14 -0
- package/serialization/resources/empathicVoice/types/VoiceId.js +45 -0
- package/serialization/resources/empathicVoice/types/VoiceName.d.ts +14 -0
- package/serialization/resources/empathicVoice/types/VoiceName.js +45 -0
- package/serialization/resources/empathicVoice/types/{ReturnVoiceProvider.d.ts → VoiceProvider.d.ts} +2 -2
- package/{dist/serialization/resources/empathicVoice/types/PostedVoiceProvider.js → serialization/resources/empathicVoice/types/VoiceProvider.js} +2 -2
- package/serialization/resources/empathicVoice/types/VoiceRef.d.ts +12 -0
- package/{dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.js → serialization/resources/empathicVoice/types/VoiceRef.js} +4 -2
- package/serialization/resources/empathicVoice/types/index.d.ts +4 -18
- package/serialization/resources/empathicVoice/types/index.js +4 -18
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/.mock/definition/empathic-voice/customVoices.yml +0 -283
- package/api/resources/empathicVoice/resources/customVoices/client/Client.d.ts +0 -135
- package/api/resources/empathicVoice/resources/customVoices/client/Client.js +0 -533
- package/api/resources/empathicVoice/resources/customVoices/client/index.d.ts +0 -1
- package/api/resources/empathicVoice/resources/customVoices/client/index.js +0 -17
- package/api/resources/empathicVoice/resources/customVoices/client/requests/CustomVoicesListCustomVoicesRequest.d.ts +0 -25
- package/api/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.d.ts +0 -13
- package/api/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts +0 -2
- package/api/resources/empathicVoice/resources/customVoices/client/requests/index.js +0 -2
- package/api/resources/empathicVoice/resources/customVoices/index.d.ts +0 -1
- package/api/resources/empathicVoice/resources/customVoices/index.js +0 -17
- package/api/resources/empathicVoice/types/PostedCustomVoice.d.ts +0 -25
- package/api/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.d.ts +0 -17
- package/api/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.js +0 -16
- package/api/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -70
- package/api/resources/empathicVoice/types/PostedVoice.d.ts +0 -20
- package/api/resources/empathicVoice/types/PostedVoiceProvider.d.ts +0 -11
- package/api/resources/empathicVoice/types/ReturnCustomVoice.d.ts +0 -31
- package/api/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.d.ts +0 -17
- package/api/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.js +0 -16
- package/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -68
- package/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -5
- package/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +0 -25
- package/api/resources/empathicVoice/types/ReturnPagedCustomVoices.js +0 -5
- package/api/resources/empathicVoice/types/ReturnSignedUri.d.ts +0 -12
- package/api/resources/empathicVoice/types/ReturnSignedUri.js +0 -5
- package/api/resources/empathicVoice/types/ReturnVoice.d.ts +0 -18
- package/api/resources/empathicVoice/types/ReturnVoice.js +0 -5
- package/api/resources/empathicVoice/types/ReturnVoiceOctaveCustom.d.ts +0 -31
- package/api/resources/empathicVoice/types/ReturnVoiceOctaveCustom.js +0 -5
- package/api/resources/empathicVoice/types/ReturnVoiceOctaveShared.d.ts +0 -15
- package/api/resources/empathicVoice/types/ReturnVoiceOctaveShared.js +0 -5
- package/api/resources/empathicVoice/types/ReturnVoiceProvider.d.ts +0 -11
- package/api/resources/empathicVoice/types/ReturnVoiceSpec.d.ts +0 -8
- package/api/resources/empathicVoice/types/ReturnVoiceSpec.js +0 -5
- package/api/resources/empathicVoice/types/ReturnVoiceSpecEvi2.d.ts +0 -14
- package/api/resources/empathicVoice/types/ReturnVoiceSpecEvi2.js +0 -5
- package/api/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.d.ts +0 -14
- package/api/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.js +0 -5
- package/api/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.d.ts +0 -14
- package/api/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.js +0 -5
- package/dist/api/resources/empathicVoice/resources/customVoices/client/Client.d.ts +0 -135
- package/dist/api/resources/empathicVoice/resources/customVoices/client/Client.js +0 -533
- package/dist/api/resources/empathicVoice/resources/customVoices/client/index.d.ts +0 -1
- package/dist/api/resources/empathicVoice/resources/customVoices/client/index.js +0 -17
- package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/CustomVoicesListCustomVoicesRequest.d.ts +0 -25
- package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/CustomVoicesListCustomVoicesRequest.js +0 -5
- package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.d.ts +0 -13
- package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.js +0 -5
- package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts +0 -2
- package/dist/api/resources/empathicVoice/resources/customVoices/client/requests/index.js +0 -2
- package/dist/api/resources/empathicVoice/resources/customVoices/index.d.ts +0 -1
- package/dist/api/resources/empathicVoice/resources/customVoices/index.js +0 -17
- package/dist/api/resources/empathicVoice/types/PostedCustomVoice.d.ts +0 -25
- package/dist/api/resources/empathicVoice/types/PostedCustomVoice.js +0 -5
- package/dist/api/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.d.ts +0 -17
- package/dist/api/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.js +0 -16
- package/dist/api/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -70
- package/dist/api/resources/empathicVoice/types/PostedCustomVoiceParameters.js +0 -5
- package/dist/api/resources/empathicVoice/types/PostedVoice.d.ts +0 -20
- package/dist/api/resources/empathicVoice/types/PostedVoice.js +0 -5
- package/dist/api/resources/empathicVoice/types/PostedVoiceProvider.d.ts +0 -11
- package/dist/api/resources/empathicVoice/types/PostedVoiceProvider.js +0 -10
- package/dist/api/resources/empathicVoice/types/ReturnCustomVoice.d.ts +0 -31
- package/dist/api/resources/empathicVoice/types/ReturnCustomVoice.js +0 -5
- package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.d.ts +0 -17
- package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.js +0 -16
- package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -68
- package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -5
- package/dist/api/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +0 -25
- package/dist/api/resources/empathicVoice/types/ReturnPagedCustomVoices.js +0 -5
- package/dist/api/resources/empathicVoice/types/ReturnSignedUri.d.ts +0 -12
- package/dist/api/resources/empathicVoice/types/ReturnSignedUri.js +0 -5
- package/dist/api/resources/empathicVoice/types/ReturnVoice.d.ts +0 -18
- package/dist/api/resources/empathicVoice/types/ReturnVoice.js +0 -5
- package/dist/api/resources/empathicVoice/types/ReturnVoiceOctaveCustom.d.ts +0 -31
- package/dist/api/resources/empathicVoice/types/ReturnVoiceOctaveCustom.js +0 -5
- package/dist/api/resources/empathicVoice/types/ReturnVoiceOctaveShared.d.ts +0 -15
- package/dist/api/resources/empathicVoice/types/ReturnVoiceOctaveShared.js +0 -5
- package/dist/api/resources/empathicVoice/types/ReturnVoiceProvider.d.ts +0 -11
- package/dist/api/resources/empathicVoice/types/ReturnVoiceProvider.js +0 -10
- package/dist/api/resources/empathicVoice/types/ReturnVoiceSpec.d.ts +0 -8
- package/dist/api/resources/empathicVoice/types/ReturnVoiceSpec.js +0 -5
- package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecEvi2.d.ts +0 -14
- package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecEvi2.js +0 -5
- package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.d.ts +0 -14
- package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.js +0 -5
- package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.d.ts +0 -14
- package/dist/api/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.js +0 -5
- package/dist/serialization/resources/empathicVoice/resources/customVoices/client/index.d.ts +0 -1
- package/dist/serialization/resources/empathicVoice/resources/customVoices/client/index.js +0 -17
- package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.d.ts +0 -12
- package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.js +0 -43
- package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.js +0 -5
- package/dist/serialization/resources/empathicVoice/resources/customVoices/index.d.ts +0 -1
- package/dist/serialization/resources/empathicVoice/resources/customVoices/index.js +0 -17
- package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +0 -17
- package/dist/serialization/resources/empathicVoice/types/PostedCustomVoice.js +0 -48
- package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.d.ts +0 -10
- package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -21
- package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.js +0 -52
- package/dist/serialization/resources/empathicVoice/types/PostedVoice.d.ts +0 -16
- package/dist/serialization/resources/empathicVoice/types/PostedVoice.js +0 -47
- package/dist/serialization/resources/empathicVoice/types/PostedVoiceProvider.d.ts +0 -10
- package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +0 -21
- package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +0 -52
- package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.d.ts +0 -10
- package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -21
- package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -52
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +0 -16
- package/dist/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +0 -47
- package/dist/serialization/resources/empathicVoice/types/ReturnSignedUri.d.ts +0 -15
- package/dist/serialization/resources/empathicVoice/types/ReturnSignedUri.js +0 -46
- package/dist/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +0 -16
- package/dist/serialization/resources/empathicVoice/types/ReturnVoice.js +0 -47
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceOctaveCustom.d.ts +0 -34
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceOctaveCustom.js +0 -65
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceOctaveShared.d.ts +0 -18
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceOctaveShared.js +0 -49
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceProvider.d.ts +0 -10
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpec.d.ts +0 -13
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpec.js +0 -48
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecEvi2.d.ts +0 -15
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecEvi2.js +0 -46
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.d.ts +0 -15
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.js +0 -46
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.d.ts +0 -15
- package/dist/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.js +0 -46
- package/serialization/resources/empathicVoice/resources/customVoices/client/index.d.ts +0 -1
- package/serialization/resources/empathicVoice/resources/customVoices/client/index.js +0 -17
- package/serialization/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.d.ts +0 -12
- package/serialization/resources/empathicVoice/resources/customVoices/client/requests/PostedCustomVoiceName.js +0 -43
- package/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts +0 -1
- package/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.js +0 -5
- package/serialization/resources/empathicVoice/resources/customVoices/index.d.ts +0 -1
- package/serialization/resources/empathicVoice/resources/customVoices/index.js +0 -17
- package/serialization/resources/empathicVoice/types/PostedCustomVoice.d.ts +0 -17
- package/serialization/resources/empathicVoice/types/PostedCustomVoice.js +0 -48
- package/serialization/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.d.ts +0 -10
- package/serialization/resources/empathicVoice/types/PostedCustomVoiceBaseVoice.js +0 -41
- package/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -21
- package/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.js +0 -52
- package/serialization/resources/empathicVoice/types/PostedVoice.d.ts +0 -16
- package/serialization/resources/empathicVoice/types/PostedVoice.js +0 -47
- package/serialization/resources/empathicVoice/types/PostedVoiceProvider.js +0 -41
- package/serialization/resources/empathicVoice/types/ReturnCustomVoice.d.ts +0 -21
- package/serialization/resources/empathicVoice/types/ReturnCustomVoice.js +0 -52
- package/serialization/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.d.ts +0 -10
- package/serialization/resources/empathicVoice/types/ReturnCustomVoiceBaseVoice.js +0 -41
- package/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -21
- package/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -52
- package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.d.ts +0 -16
- package/serialization/resources/empathicVoice/types/ReturnPagedCustomVoices.js +0 -47
- package/serialization/resources/empathicVoice/types/ReturnSignedUri.d.ts +0 -15
- package/serialization/resources/empathicVoice/types/ReturnSignedUri.js +0 -46
- package/serialization/resources/empathicVoice/types/ReturnVoice.d.ts +0 -16
- package/serialization/resources/empathicVoice/types/ReturnVoice.js +0 -47
- package/serialization/resources/empathicVoice/types/ReturnVoiceOctaveCustom.d.ts +0 -34
- package/serialization/resources/empathicVoice/types/ReturnVoiceOctaveCustom.js +0 -65
- package/serialization/resources/empathicVoice/types/ReturnVoiceOctaveShared.d.ts +0 -18
- package/serialization/resources/empathicVoice/types/ReturnVoiceOctaveShared.js +0 -49
- package/serialization/resources/empathicVoice/types/ReturnVoiceProvider.js +0 -41
- package/serialization/resources/empathicVoice/types/ReturnVoiceSpec.d.ts +0 -13
- package/serialization/resources/empathicVoice/types/ReturnVoiceSpec.js +0 -48
- package/serialization/resources/empathicVoice/types/ReturnVoiceSpecEvi2.d.ts +0 -15
- package/serialization/resources/empathicVoice/types/ReturnVoiceSpecEvi2.js +0 -46
- package/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.d.ts +0 -15
- package/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctavecustom.js +0 -46
- package/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.d.ts +0 -15
- package/serialization/resources/empathicVoice/types/ReturnVoiceSpecOctaveshared.js +0 -46
- /package/api/resources/empathicVoice/{resources/customVoices/client/requests/CustomVoicesListCustomVoicesRequest.js → types/VoiceId.js} +0 -0
- /package/api/resources/empathicVoice/{resources/customVoices/client/requests/PostedCustomVoiceName.js → types/VoiceName.js} +0 -0
- /package/api/resources/empathicVoice/types/{PostedCustomVoice.js → VoiceRef.js} +0 -0
- /package/{api/resources/empathicVoice/types/PostedCustomVoiceParameters.js → dist/api/resources/empathicVoice/types/VoiceId.js} +0 -0
- /package/{api/resources/empathicVoice/types/PostedVoice.js → dist/api/resources/empathicVoice/types/VoiceName.js} +0 -0
- /package/{api/resources/empathicVoice/types/ReturnCustomVoice.js → dist/api/resources/empathicVoice/types/VoiceRef.js} +0 -0
|
@@ -1,283 +0,0 @@
|
|
|
1
|
-
imports:
|
|
2
|
-
root: __package__.yml
|
|
3
|
-
service:
|
|
4
|
-
auth: false
|
|
5
|
-
base-path: ''
|
|
6
|
-
endpoints:
|
|
7
|
-
list-custom-voices:
|
|
8
|
-
path: /v0/evi/custom_voices
|
|
9
|
-
method: GET
|
|
10
|
-
auth: true
|
|
11
|
-
docs: >-
|
|
12
|
-
Fetches a paginated list of **Custom Voices**.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
Refer to our [voices
|
|
16
|
-
guide](/docs/empathic-voice-interface-evi/configuration/voices) for
|
|
17
|
-
details on creating a custom voice.
|
|
18
|
-
pagination:
|
|
19
|
-
offset: $request.page_number
|
|
20
|
-
results: $response.custom_voices_page
|
|
21
|
-
source:
|
|
22
|
-
openapi: evi-openapi.json
|
|
23
|
-
display-name: List custom voices
|
|
24
|
-
request:
|
|
25
|
-
name: CustomVoicesListCustomVoicesRequest
|
|
26
|
-
query-parameters:
|
|
27
|
-
page_number:
|
|
28
|
-
type: optional<integer>
|
|
29
|
-
default: 0
|
|
30
|
-
docs: >-
|
|
31
|
-
Specifies the page number to retrieve, enabling pagination.
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
This parameter uses zero-based indexing. For example, setting
|
|
35
|
-
`page_number` to 0 retrieves the first page of results (items 0-9
|
|
36
|
-
if `page_size` is 10), setting `page_number` to 1 retrieves the
|
|
37
|
-
second page (items 10-19), and so on. Defaults to 0, which
|
|
38
|
-
retrieves the first page.
|
|
39
|
-
page_size:
|
|
40
|
-
type: optional<integer>
|
|
41
|
-
docs: >-
|
|
42
|
-
Specifies the maximum number of results to include per page,
|
|
43
|
-
enabling pagination. The value must be between 1 and 100,
|
|
44
|
-
inclusive.
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
For example, if `page_size` is set to 10, each page will include
|
|
48
|
-
up to 10 items. Defaults to 10.
|
|
49
|
-
name:
|
|
50
|
-
type: optional<string>
|
|
51
|
-
docs: Filter to only include custom voices with name.
|
|
52
|
-
response:
|
|
53
|
-
docs: Success
|
|
54
|
-
type: root.ReturnPagedCustomVoices
|
|
55
|
-
status-code: 200
|
|
56
|
-
errors:
|
|
57
|
-
- root.BadRequestError
|
|
58
|
-
examples:
|
|
59
|
-
- response:
|
|
60
|
-
body:
|
|
61
|
-
page_number: 1
|
|
62
|
-
page_size: 1
|
|
63
|
-
total_pages: 1
|
|
64
|
-
custom_voices_page:
|
|
65
|
-
- id: id
|
|
66
|
-
version: 1
|
|
67
|
-
name: name
|
|
68
|
-
created_on: 1000000
|
|
69
|
-
modified_on: 1000000
|
|
70
|
-
base_voice: ITO
|
|
71
|
-
parameter_model: 20241004-11parameter
|
|
72
|
-
parameters: {}
|
|
73
|
-
create-custom-voice:
|
|
74
|
-
path: /v0/evi/custom_voices
|
|
75
|
-
method: POST
|
|
76
|
-
auth: true
|
|
77
|
-
docs: >-
|
|
78
|
-
Creates a **Custom Voice** that can be added to an [EVI
|
|
79
|
-
configuration](/reference/empathic-voice-interface-evi/configs/create-config).
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
Refer to our [voices
|
|
83
|
-
guide](/docs/empathic-voice-interface-evi/configuration/voices) for
|
|
84
|
-
details on creating a custom voice.
|
|
85
|
-
source:
|
|
86
|
-
openapi: evi-openapi.json
|
|
87
|
-
display-name: Create custom voice
|
|
88
|
-
request:
|
|
89
|
-
body: root.PostedCustomVoice
|
|
90
|
-
content-type: application/json
|
|
91
|
-
response:
|
|
92
|
-
docs: Created
|
|
93
|
-
type: root.ReturnCustomVoice
|
|
94
|
-
status-code: 201
|
|
95
|
-
errors:
|
|
96
|
-
- root.BadRequestError
|
|
97
|
-
examples:
|
|
98
|
-
- request:
|
|
99
|
-
name: name
|
|
100
|
-
base_voice: ITO
|
|
101
|
-
parameter_model: 20241004-11parameter
|
|
102
|
-
response:
|
|
103
|
-
body:
|
|
104
|
-
id: id
|
|
105
|
-
version: 1
|
|
106
|
-
name: name
|
|
107
|
-
created_on: 1000000
|
|
108
|
-
modified_on: 1000000
|
|
109
|
-
base_voice: ITO
|
|
110
|
-
parameter_model: 20241004-11parameter
|
|
111
|
-
parameters:
|
|
112
|
-
gender: 1
|
|
113
|
-
assertiveness: 1
|
|
114
|
-
buoyancy: 1
|
|
115
|
-
confidence: 1
|
|
116
|
-
enthusiasm: 1
|
|
117
|
-
nasality: 1
|
|
118
|
-
relaxedness: 1
|
|
119
|
-
smoothness: 1
|
|
120
|
-
tepidity: 1
|
|
121
|
-
tightness: 1
|
|
122
|
-
get-custom-voice:
|
|
123
|
-
path: /v0/evi/custom_voices/{id}
|
|
124
|
-
method: GET
|
|
125
|
-
auth: true
|
|
126
|
-
docs: >-
|
|
127
|
-
Fetches a specific **Custom Voice** by ID.
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
Refer to our [voices
|
|
131
|
-
guide](/docs/empathic-voice-interface-evi/configuration/voices) for
|
|
132
|
-
details on creating a custom voice.
|
|
133
|
-
source:
|
|
134
|
-
openapi: evi-openapi.json
|
|
135
|
-
path-parameters:
|
|
136
|
-
id:
|
|
137
|
-
type: string
|
|
138
|
-
docs: Identifier for a Custom Voice. Formatted as a UUID.
|
|
139
|
-
display-name: Get specific custom voice by ID
|
|
140
|
-
response:
|
|
141
|
-
docs: Success
|
|
142
|
-
type: root.ReturnCustomVoice
|
|
143
|
-
status-code: 200
|
|
144
|
-
errors:
|
|
145
|
-
- root.BadRequestError
|
|
146
|
-
examples:
|
|
147
|
-
- path-parameters:
|
|
148
|
-
id: id
|
|
149
|
-
response:
|
|
150
|
-
body:
|
|
151
|
-
id: id
|
|
152
|
-
version: 1
|
|
153
|
-
name: name
|
|
154
|
-
created_on: 1000000
|
|
155
|
-
modified_on: 1000000
|
|
156
|
-
base_voice: ITO
|
|
157
|
-
parameter_model: 20241004-11parameter
|
|
158
|
-
parameters:
|
|
159
|
-
gender: 1
|
|
160
|
-
assertiveness: 1
|
|
161
|
-
buoyancy: 1
|
|
162
|
-
confidence: 1
|
|
163
|
-
enthusiasm: 1
|
|
164
|
-
nasality: 1
|
|
165
|
-
relaxedness: 1
|
|
166
|
-
smoothness: 1
|
|
167
|
-
tepidity: 1
|
|
168
|
-
tightness: 1
|
|
169
|
-
create-custom-voice-version:
|
|
170
|
-
path: /v0/evi/custom_voices/{id}
|
|
171
|
-
method: POST
|
|
172
|
-
auth: true
|
|
173
|
-
docs: >-
|
|
174
|
-
Updates a **Custom Voice** by creating a new version of the **Custom
|
|
175
|
-
Voice**.
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
Refer to our [voices
|
|
179
|
-
guide](/docs/empathic-voice-interface-evi/configuration/voices) for
|
|
180
|
-
details on creating a custom voice.
|
|
181
|
-
source:
|
|
182
|
-
openapi: evi-openapi.json
|
|
183
|
-
path-parameters:
|
|
184
|
-
id:
|
|
185
|
-
type: string
|
|
186
|
-
docs: Identifier for a Custom Voice. Formatted as a UUID.
|
|
187
|
-
display-name: Create new version of existing custom voice
|
|
188
|
-
request:
|
|
189
|
-
body: root.PostedCustomVoice
|
|
190
|
-
content-type: application/json
|
|
191
|
-
response:
|
|
192
|
-
docs: Created
|
|
193
|
-
type: root.ReturnCustomVoice
|
|
194
|
-
status-code: 201
|
|
195
|
-
errors:
|
|
196
|
-
- root.BadRequestError
|
|
197
|
-
examples:
|
|
198
|
-
- path-parameters:
|
|
199
|
-
id: id
|
|
200
|
-
request:
|
|
201
|
-
name: name
|
|
202
|
-
base_voice: ITO
|
|
203
|
-
parameter_model: 20241004-11parameter
|
|
204
|
-
response:
|
|
205
|
-
body:
|
|
206
|
-
id: id
|
|
207
|
-
version: 1
|
|
208
|
-
name: name
|
|
209
|
-
created_on: 1000000
|
|
210
|
-
modified_on: 1000000
|
|
211
|
-
base_voice: ITO
|
|
212
|
-
parameter_model: 20241004-11parameter
|
|
213
|
-
parameters:
|
|
214
|
-
gender: 1
|
|
215
|
-
assertiveness: 1
|
|
216
|
-
buoyancy: 1
|
|
217
|
-
confidence: 1
|
|
218
|
-
enthusiasm: 1
|
|
219
|
-
nasality: 1
|
|
220
|
-
relaxedness: 1
|
|
221
|
-
smoothness: 1
|
|
222
|
-
tepidity: 1
|
|
223
|
-
tightness: 1
|
|
224
|
-
delete-custom-voice:
|
|
225
|
-
path: /v0/evi/custom_voices/{id}
|
|
226
|
-
method: DELETE
|
|
227
|
-
auth: true
|
|
228
|
-
docs: >-
|
|
229
|
-
Deletes a **Custom Voice** and its versions.
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
Refer to our [voices
|
|
233
|
-
guide](/docs/empathic-voice-interface-evi/configuration/voices) for
|
|
234
|
-
details on creating a custom voice.
|
|
235
|
-
source:
|
|
236
|
-
openapi: evi-openapi.json
|
|
237
|
-
path-parameters:
|
|
238
|
-
id:
|
|
239
|
-
type: string
|
|
240
|
-
docs: Identifier for a Custom Voice. Formatted as a UUID.
|
|
241
|
-
display-name: Delete a custom voice
|
|
242
|
-
errors:
|
|
243
|
-
- root.BadRequestError
|
|
244
|
-
examples:
|
|
245
|
-
- path-parameters:
|
|
246
|
-
id: id
|
|
247
|
-
update-custom-voice-name:
|
|
248
|
-
path: /v0/evi/custom_voices/{id}
|
|
249
|
-
method: PATCH
|
|
250
|
-
auth: true
|
|
251
|
-
docs: >-
|
|
252
|
-
Updates the name of a **Custom Voice**.
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
Refer to our [voices
|
|
256
|
-
guide](/docs/empathic-voice-interface-evi/configuration/voices) for
|
|
257
|
-
details on creating a custom voice.
|
|
258
|
-
source:
|
|
259
|
-
openapi: evi-openapi.json
|
|
260
|
-
path-parameters:
|
|
261
|
-
id:
|
|
262
|
-
type: string
|
|
263
|
-
docs: Identifier for a Custom Voice. Formatted as a UUID.
|
|
264
|
-
display-name: Update custom voice name
|
|
265
|
-
request:
|
|
266
|
-
name: PostedCustomVoiceName
|
|
267
|
-
body:
|
|
268
|
-
properties:
|
|
269
|
-
name:
|
|
270
|
-
type: string
|
|
271
|
-
docs: >-
|
|
272
|
-
The name of the Custom Voice. Maximum length of 75 characters.
|
|
273
|
-
Will be converted to all-uppercase. (e.g., "sample voice"
|
|
274
|
-
becomes "SAMPLE VOICE")
|
|
275
|
-
content-type: application/json
|
|
276
|
-
response:
|
|
277
|
-
docs: Success
|
|
278
|
-
type: text
|
|
279
|
-
status-code: 200
|
|
280
|
-
errors:
|
|
281
|
-
- root.BadRequestError
|
|
282
|
-
source:
|
|
283
|
-
openapi: evi-openapi.json
|
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as environments from "../../../../../../environments";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
|
-
import * as Hume from "../../../../../index";
|
|
7
|
-
export declare namespace CustomVoices {
|
|
8
|
-
interface Options {
|
|
9
|
-
environment?: core.Supplier<environments.HumeEnvironment | string>;
|
|
10
|
-
/** Specify a custom URL to connect the client to. */
|
|
11
|
-
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey?: core.Supplier<string | undefined>;
|
|
13
|
-
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
15
|
-
fetcher?: core.FetchFunction;
|
|
16
|
-
}
|
|
17
|
-
interface RequestOptions {
|
|
18
|
-
/** The maximum time to wait for a response in seconds. */
|
|
19
|
-
timeoutInSeconds?: number;
|
|
20
|
-
/** The number of times to retry the request. Defaults to 2. */
|
|
21
|
-
maxRetries?: number;
|
|
22
|
-
/** A hook to abort the request. */
|
|
23
|
-
abortSignal?: AbortSignal;
|
|
24
|
-
/** Additional headers to include in the request. */
|
|
25
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
export declare class CustomVoices {
|
|
29
|
-
protected readonly _options: CustomVoices.Options;
|
|
30
|
-
constructor(_options?: CustomVoices.Options);
|
|
31
|
-
/**
|
|
32
|
-
* Fetches a paginated list of **Custom Voices**.
|
|
33
|
-
*
|
|
34
|
-
* Refer to our [voices guide](/docs/empathic-voice-interface-evi/configuration/voices) for details on creating a custom voice.
|
|
35
|
-
*
|
|
36
|
-
* @param {Hume.empathicVoice.CustomVoicesListCustomVoicesRequest} request
|
|
37
|
-
* @param {CustomVoices.RequestOptions} requestOptions - Request-specific configuration.
|
|
38
|
-
*
|
|
39
|
-
* @throws {@link Hume.empathicVoice.BadRequestError}
|
|
40
|
-
*
|
|
41
|
-
* @example
|
|
42
|
-
* await client.empathicVoice.customVoices.listCustomVoices()
|
|
43
|
-
*/
|
|
44
|
-
listCustomVoices(request?: Hume.empathicVoice.CustomVoicesListCustomVoicesRequest, requestOptions?: CustomVoices.RequestOptions): Promise<core.Page<Hume.empathicVoice.ReturnCustomVoice>>;
|
|
45
|
-
/**
|
|
46
|
-
* Creates a **Custom Voice** that can be added to an [EVI configuration](/reference/empathic-voice-interface-evi/configs/create-config).
|
|
47
|
-
*
|
|
48
|
-
* Refer to our [voices guide](/docs/empathic-voice-interface-evi/configuration/voices) for details on creating a custom voice.
|
|
49
|
-
*
|
|
50
|
-
* @param {Hume.empathicVoice.PostedCustomVoice} request
|
|
51
|
-
* @param {CustomVoices.RequestOptions} requestOptions - Request-specific configuration.
|
|
52
|
-
*
|
|
53
|
-
* @throws {@link Hume.empathicVoice.BadRequestError}
|
|
54
|
-
*
|
|
55
|
-
* @example
|
|
56
|
-
* await client.empathicVoice.customVoices.createCustomVoice({
|
|
57
|
-
* name: "name",
|
|
58
|
-
* baseVoice: "ITO",
|
|
59
|
-
* parameterModel: "20241004-11parameter"
|
|
60
|
-
* })
|
|
61
|
-
*/
|
|
62
|
-
createCustomVoice(request: Hume.empathicVoice.PostedCustomVoice, requestOptions?: CustomVoices.RequestOptions): core.HttpResponsePromise<Hume.empathicVoice.ReturnCustomVoice>;
|
|
63
|
-
private __createCustomVoice;
|
|
64
|
-
/**
|
|
65
|
-
* Fetches a specific **Custom Voice** by ID.
|
|
66
|
-
*
|
|
67
|
-
* Refer to our [voices guide](/docs/empathic-voice-interface-evi/configuration/voices) for details on creating a custom voice.
|
|
68
|
-
*
|
|
69
|
-
* @param {string} id - Identifier for a Custom Voice. Formatted as a UUID.
|
|
70
|
-
* @param {CustomVoices.RequestOptions} requestOptions - Request-specific configuration.
|
|
71
|
-
*
|
|
72
|
-
* @throws {@link Hume.empathicVoice.BadRequestError}
|
|
73
|
-
*
|
|
74
|
-
* @example
|
|
75
|
-
* await client.empathicVoice.customVoices.getCustomVoice("id")
|
|
76
|
-
*/
|
|
77
|
-
getCustomVoice(id: string, requestOptions?: CustomVoices.RequestOptions): core.HttpResponsePromise<Hume.empathicVoice.ReturnCustomVoice>;
|
|
78
|
-
private __getCustomVoice;
|
|
79
|
-
/**
|
|
80
|
-
* Updates a **Custom Voice** by creating a new version of the **Custom Voice**.
|
|
81
|
-
*
|
|
82
|
-
* Refer to our [voices guide](/docs/empathic-voice-interface-evi/configuration/voices) for details on creating a custom voice.
|
|
83
|
-
*
|
|
84
|
-
* @param {string} id - Identifier for a Custom Voice. Formatted as a UUID.
|
|
85
|
-
* @param {Hume.empathicVoice.PostedCustomVoice} request
|
|
86
|
-
* @param {CustomVoices.RequestOptions} requestOptions - Request-specific configuration.
|
|
87
|
-
*
|
|
88
|
-
* @throws {@link Hume.empathicVoice.BadRequestError}
|
|
89
|
-
*
|
|
90
|
-
* @example
|
|
91
|
-
* await client.empathicVoice.customVoices.createCustomVoiceVersion("id", {
|
|
92
|
-
* name: "name",
|
|
93
|
-
* baseVoice: "ITO",
|
|
94
|
-
* parameterModel: "20241004-11parameter"
|
|
95
|
-
* })
|
|
96
|
-
*/
|
|
97
|
-
createCustomVoiceVersion(id: string, request: Hume.empathicVoice.PostedCustomVoice, requestOptions?: CustomVoices.RequestOptions): core.HttpResponsePromise<Hume.empathicVoice.ReturnCustomVoice>;
|
|
98
|
-
private __createCustomVoiceVersion;
|
|
99
|
-
/**
|
|
100
|
-
* Deletes a **Custom Voice** and its versions.
|
|
101
|
-
*
|
|
102
|
-
* Refer to our [voices guide](/docs/empathic-voice-interface-evi/configuration/voices) for details on creating a custom voice.
|
|
103
|
-
*
|
|
104
|
-
* @param {string} id - Identifier for a Custom Voice. Formatted as a UUID.
|
|
105
|
-
* @param {CustomVoices.RequestOptions} requestOptions - Request-specific configuration.
|
|
106
|
-
*
|
|
107
|
-
* @throws {@link Hume.empathicVoice.BadRequestError}
|
|
108
|
-
*
|
|
109
|
-
* @example
|
|
110
|
-
* await client.empathicVoice.customVoices.deleteCustomVoice("id")
|
|
111
|
-
*/
|
|
112
|
-
deleteCustomVoice(id: string, requestOptions?: CustomVoices.RequestOptions): core.HttpResponsePromise<void>;
|
|
113
|
-
private __deleteCustomVoice;
|
|
114
|
-
/**
|
|
115
|
-
* Updates the name of a **Custom Voice**.
|
|
116
|
-
*
|
|
117
|
-
* Refer to our [voices guide](/docs/empathic-voice-interface-evi/configuration/voices) for details on creating a custom voice.
|
|
118
|
-
*
|
|
119
|
-
* @param {string} id - Identifier for a Custom Voice. Formatted as a UUID.
|
|
120
|
-
* @param {Hume.empathicVoice.PostedCustomVoiceName} request
|
|
121
|
-
* @param {CustomVoices.RequestOptions} requestOptions - Request-specific configuration.
|
|
122
|
-
*
|
|
123
|
-
* @throws {@link Hume.empathicVoice.BadRequestError}
|
|
124
|
-
*
|
|
125
|
-
* @example
|
|
126
|
-
* await client.empathicVoice.customVoices.updateCustomVoiceName("id", {
|
|
127
|
-
* name: "name"
|
|
128
|
-
* })
|
|
129
|
-
*/
|
|
130
|
-
updateCustomVoiceName(id: string, request: Hume.empathicVoice.PostedCustomVoiceName, requestOptions?: CustomVoices.RequestOptions): core.HttpResponsePromise<string>;
|
|
131
|
-
private __updateCustomVoiceName;
|
|
132
|
-
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
133
|
-
"X-Hume-Api-Key": string | undefined;
|
|
134
|
-
}>;
|
|
135
|
-
}
|