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,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Hume from "../../../index";
|
|
5
|
-
/**
|
|
6
|
-
* A specific voice specification for use with EVI 1 or 2
|
|
7
|
-
*/
|
|
8
|
-
export interface ReturnVoiceSpecEvi2 {
|
|
9
|
-
/** The provider of the voice to use. Based on the enum VoiceProvider. */
|
|
10
|
-
provider: string;
|
|
11
|
-
/** String with the name of the voice to use. Maximum length of 75 characters. Will be converted to all-uppercase. */
|
|
12
|
-
name?: string;
|
|
13
|
-
customVoice: Hume.empathicVoice.ReturnCustomVoice;
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Hume from "../../../index";
|
|
5
|
-
/**
|
|
6
|
-
* A specific voice specification for an Octave voice
|
|
7
|
-
*/
|
|
8
|
-
export interface ReturnVoiceSpecOctavecustom {
|
|
9
|
-
/** The provider of the voice to use. Based on the enum VoiceProvider. */
|
|
10
|
-
provider: string;
|
|
11
|
-
/** String with the name of the voice to use. Maximum length of 75 characters. Will be converted to all-uppercase. */
|
|
12
|
-
name?: string;
|
|
13
|
-
customVoice?: Hume.empathicVoice.ReturnVoiceOctaveCustom;
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Hume from "../../../index";
|
|
5
|
-
/**
|
|
6
|
-
* A specific voice specification for an Octave voice
|
|
7
|
-
*/
|
|
8
|
-
export interface ReturnVoiceSpecOctaveshared {
|
|
9
|
-
/** The provider of the voice to use. Based on the enum VoiceProvider. */
|
|
10
|
-
provider: string;
|
|
11
|
-
/** String with the name of the voice to use. Maximum length of 75 characters. Will be converted to all-uppercase. */
|
|
12
|
-
name?: string;
|
|
13
|
-
customVoice?: Hume.empathicVoice.ReturnVoiceOctaveShared;
|
|
14
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./requests";
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./requests"), exports);
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../../../index";
|
|
5
|
-
import * as Hume from "../../../../../../../api/index";
|
|
6
|
-
import * as core from "../../../../../../../core";
|
|
7
|
-
export declare const PostedCustomVoiceName: core.serialization.Schema<serializers.empathicVoice.PostedCustomVoiceName.Raw, Hume.empathicVoice.PostedCustomVoiceName>;
|
|
8
|
-
export declare namespace PostedCustomVoiceName {
|
|
9
|
-
interface Raw {
|
|
10
|
-
name: string;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.PostedCustomVoiceName = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../../../../core"));
|
|
41
|
-
exports.PostedCustomVoiceName = core.serialization.object({
|
|
42
|
-
name: core.serialization.string(),
|
|
43
|
-
});
|
package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { PostedCustomVoiceName } from "./PostedCustomVoiceName";
|
package/dist/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PostedCustomVoiceName = void 0;
|
|
4
|
-
var PostedCustomVoiceName_1 = require("./PostedCustomVoiceName");
|
|
5
|
-
Object.defineProperty(exports, "PostedCustomVoiceName", { enumerable: true, get: function () { return PostedCustomVoiceName_1.PostedCustomVoiceName; } });
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./client";
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./client"), exports);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
import { PostedCustomVoiceBaseVoice } from "./PostedCustomVoiceBaseVoice";
|
|
8
|
-
import { PostedCustomVoiceParameters } from "./PostedCustomVoiceParameters";
|
|
9
|
-
export declare const PostedCustomVoice: core.serialization.ObjectSchema<serializers.empathicVoice.PostedCustomVoice.Raw, Hume.empathicVoice.PostedCustomVoice>;
|
|
10
|
-
export declare namespace PostedCustomVoice {
|
|
11
|
-
interface Raw {
|
|
12
|
-
name: string;
|
|
13
|
-
base_voice: PostedCustomVoiceBaseVoice.Raw;
|
|
14
|
-
parameter_model: "20241004-11parameter";
|
|
15
|
-
parameters?: PostedCustomVoiceParameters.Raw | null;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.PostedCustomVoice = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const PostedCustomVoiceBaseVoice_1 = require("./PostedCustomVoiceBaseVoice");
|
|
42
|
-
const PostedCustomVoiceParameters_1 = require("./PostedCustomVoiceParameters");
|
|
43
|
-
exports.PostedCustomVoice = core.serialization.object({
|
|
44
|
-
name: core.serialization.string(),
|
|
45
|
-
baseVoice: core.serialization.property("base_voice", PostedCustomVoiceBaseVoice_1.PostedCustomVoiceBaseVoice),
|
|
46
|
-
parameterModel: core.serialization.property("parameter_model", core.serialization.stringLiteral("20241004-11parameter")),
|
|
47
|
-
parameters: PostedCustomVoiceParameters_1.PostedCustomVoiceParameters.optional(),
|
|
48
|
-
});
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const PostedCustomVoiceBaseVoice: core.serialization.Schema<serializers.empathicVoice.PostedCustomVoiceBaseVoice.Raw, Hume.empathicVoice.PostedCustomVoiceBaseVoice>;
|
|
8
|
-
export declare namespace PostedCustomVoiceBaseVoice {
|
|
9
|
-
type Raw = "ITO" | "KORA" | "DACHER" | "AURA" | "FINN" | "WHIMSY" | "STELLA" | "SUNNY";
|
|
10
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const PostedCustomVoiceParameters: core.serialization.ObjectSchema<serializers.empathicVoice.PostedCustomVoiceParameters.Raw, Hume.empathicVoice.PostedCustomVoiceParameters>;
|
|
8
|
-
export declare namespace PostedCustomVoiceParameters {
|
|
9
|
-
interface Raw {
|
|
10
|
-
gender?: number | null;
|
|
11
|
-
assertiveness?: number | null;
|
|
12
|
-
buoyancy?: number | null;
|
|
13
|
-
confidence?: number | null;
|
|
14
|
-
enthusiasm?: number | null;
|
|
15
|
-
nasality?: number | null;
|
|
16
|
-
relaxedness?: number | null;
|
|
17
|
-
smoothness?: number | null;
|
|
18
|
-
tepidity?: number | null;
|
|
19
|
-
tightness?: number | null;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.PostedCustomVoiceParameters = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.PostedCustomVoiceParameters = core.serialization.object({
|
|
42
|
-
gender: core.serialization.number().optional(),
|
|
43
|
-
assertiveness: core.serialization.number().optional(),
|
|
44
|
-
buoyancy: core.serialization.number().optional(),
|
|
45
|
-
confidence: core.serialization.number().optional(),
|
|
46
|
-
enthusiasm: core.serialization.number().optional(),
|
|
47
|
-
nasality: core.serialization.number().optional(),
|
|
48
|
-
relaxedness: core.serialization.number().optional(),
|
|
49
|
-
smoothness: core.serialization.number().optional(),
|
|
50
|
-
tepidity: core.serialization.number().optional(),
|
|
51
|
-
tightness: core.serialization.number().optional(),
|
|
52
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
import { PostedVoiceProvider } from "./PostedVoiceProvider";
|
|
8
|
-
import { PostedCustomVoice } from "./PostedCustomVoice";
|
|
9
|
-
export declare const PostedVoice: core.serialization.ObjectSchema<serializers.empathicVoice.PostedVoice.Raw, Hume.empathicVoice.PostedVoice>;
|
|
10
|
-
export declare namespace PostedVoice {
|
|
11
|
-
interface Raw {
|
|
12
|
-
provider: PostedVoiceProvider.Raw;
|
|
13
|
-
name?: string | null;
|
|
14
|
-
custom_voice?: PostedCustomVoice.Raw | null;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.PostedVoice = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const PostedVoiceProvider_1 = require("./PostedVoiceProvider");
|
|
42
|
-
const PostedCustomVoice_1 = require("./PostedCustomVoice");
|
|
43
|
-
exports.PostedVoice = core.serialization.object({
|
|
44
|
-
provider: PostedVoiceProvider_1.PostedVoiceProvider,
|
|
45
|
-
name: core.serialization.string().optional(),
|
|
46
|
-
customVoice: core.serialization.property("custom_voice", PostedCustomVoice_1.PostedCustomVoice.optional()),
|
|
47
|
-
});
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const PostedVoiceProvider: core.serialization.Schema<serializers.empathicVoice.PostedVoiceProvider.Raw, Hume.empathicVoice.PostedVoiceProvider>;
|
|
8
|
-
export declare namespace PostedVoiceProvider {
|
|
9
|
-
type Raw = "HUME_AI" | "CUSTOM_VOICE";
|
|
10
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
import { ReturnCustomVoiceBaseVoice } from "./ReturnCustomVoiceBaseVoice";
|
|
8
|
-
import { ReturnCustomVoiceParameters } from "./ReturnCustomVoiceParameters";
|
|
9
|
-
export declare const ReturnCustomVoice: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnCustomVoice.Raw, Hume.empathicVoice.ReturnCustomVoice>;
|
|
10
|
-
export declare namespace ReturnCustomVoice {
|
|
11
|
-
interface Raw {
|
|
12
|
-
id: string;
|
|
13
|
-
version: number;
|
|
14
|
-
name: string;
|
|
15
|
-
created_on: number;
|
|
16
|
-
modified_on: number;
|
|
17
|
-
base_voice: ReturnCustomVoiceBaseVoice.Raw;
|
|
18
|
-
parameter_model: "20241004-11parameter";
|
|
19
|
-
parameters: ReturnCustomVoiceParameters.Raw;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.ReturnCustomVoice = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const ReturnCustomVoiceBaseVoice_1 = require("./ReturnCustomVoiceBaseVoice");
|
|
42
|
-
const ReturnCustomVoiceParameters_1 = require("./ReturnCustomVoiceParameters");
|
|
43
|
-
exports.ReturnCustomVoice = core.serialization.object({
|
|
44
|
-
id: core.serialization.string(),
|
|
45
|
-
version: core.serialization.number(),
|
|
46
|
-
name: core.serialization.string(),
|
|
47
|
-
createdOn: core.serialization.property("created_on", core.serialization.number()),
|
|
48
|
-
modifiedOn: core.serialization.property("modified_on", core.serialization.number()),
|
|
49
|
-
baseVoice: core.serialization.property("base_voice", ReturnCustomVoiceBaseVoice_1.ReturnCustomVoiceBaseVoice),
|
|
50
|
-
parameterModel: core.serialization.property("parameter_model", core.serialization.stringLiteral("20241004-11parameter")),
|
|
51
|
-
parameters: ReturnCustomVoiceParameters_1.ReturnCustomVoiceParameters,
|
|
52
|
-
});
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const ReturnCustomVoiceBaseVoice: core.serialization.Schema<serializers.empathicVoice.ReturnCustomVoiceBaseVoice.Raw, Hume.empathicVoice.ReturnCustomVoiceBaseVoice>;
|
|
8
|
-
export declare namespace ReturnCustomVoiceBaseVoice {
|
|
9
|
-
type Raw = "ITO" | "KORA" | "DACHER" | "AURA" | "FINN" | "WHIMSY" | "STELLA" | "SUNNY";
|
|
10
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const ReturnCustomVoiceParameters: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnCustomVoiceParameters.Raw, Hume.empathicVoice.ReturnCustomVoiceParameters>;
|
|
8
|
-
export declare namespace ReturnCustomVoiceParameters {
|
|
9
|
-
interface Raw {
|
|
10
|
-
gender?: number | null;
|
|
11
|
-
assertiveness?: number | null;
|
|
12
|
-
buoyancy?: number | null;
|
|
13
|
-
confidence?: number | null;
|
|
14
|
-
enthusiasm?: number | null;
|
|
15
|
-
nasality?: number | null;
|
|
16
|
-
relaxedness?: number | null;
|
|
17
|
-
smoothness?: number | null;
|
|
18
|
-
tepidity?: number | null;
|
|
19
|
-
tightness?: number | null;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.ReturnCustomVoiceParameters = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.ReturnCustomVoiceParameters = core.serialization.object({
|
|
42
|
-
gender: core.serialization.number().optional(),
|
|
43
|
-
assertiveness: core.serialization.number().optional(),
|
|
44
|
-
buoyancy: core.serialization.number().optional(),
|
|
45
|
-
confidence: core.serialization.number().optional(),
|
|
46
|
-
enthusiasm: core.serialization.number().optional(),
|
|
47
|
-
nasality: core.serialization.number().optional(),
|
|
48
|
-
relaxedness: core.serialization.number().optional(),
|
|
49
|
-
smoothness: core.serialization.number().optional(),
|
|
50
|
-
tepidity: core.serialization.number().optional(),
|
|
51
|
-
tightness: core.serialization.number().optional(),
|
|
52
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
import { ReturnCustomVoice } from "./ReturnCustomVoice";
|
|
8
|
-
export declare const ReturnPagedCustomVoices: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnPagedCustomVoices.Raw, Hume.empathicVoice.ReturnPagedCustomVoices>;
|
|
9
|
-
export declare namespace ReturnPagedCustomVoices {
|
|
10
|
-
interface Raw {
|
|
11
|
-
page_number: number;
|
|
12
|
-
page_size: number;
|
|
13
|
-
total_pages: number;
|
|
14
|
-
custom_voices_page: ReturnCustomVoice.Raw[];
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.ReturnPagedCustomVoices = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const ReturnCustomVoice_1 = require("./ReturnCustomVoice");
|
|
42
|
-
exports.ReturnPagedCustomVoices = core.serialization.object({
|
|
43
|
-
pageNumber: core.serialization.property("page_number", core.serialization.number()),
|
|
44
|
-
pageSize: core.serialization.property("page_size", core.serialization.number()),
|
|
45
|
-
totalPages: core.serialization.property("total_pages", core.serialization.number()),
|
|
46
|
-
customVoicesPage: core.serialization.property("custom_voices_page", core.serialization.list(ReturnCustomVoice_1.ReturnCustomVoice)),
|
|
47
|
-
});
|