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,15 +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 ReturnSignedUri: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnSignedUri.Raw, Hume.empathicVoice.ReturnSignedUri>;
|
|
8
|
-
export declare namespace ReturnSignedUri {
|
|
9
|
-
interface Raw {
|
|
10
|
-
filename?: string | null;
|
|
11
|
-
method?: string | null;
|
|
12
|
-
signed_uri?: string | null;
|
|
13
|
-
expiration_timestamp_millis?: number | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,46 +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.ReturnSignedUri = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.ReturnSignedUri = core.serialization.object({
|
|
42
|
-
filename: core.serialization.string().optional(),
|
|
43
|
-
method: core.serialization.string().optional(),
|
|
44
|
-
signedUri: core.serialization.property("signed_uri", core.serialization.string().optional()),
|
|
45
|
-
expirationTimestampMillis: core.serialization.property("expiration_timestamp_millis", core.serialization.number().optional()),
|
|
46
|
-
});
|
|
@@ -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 { ReturnVoiceProvider } from "./ReturnVoiceProvider";
|
|
8
|
-
import { ReturnCustomVoice } from "./ReturnCustomVoice";
|
|
9
|
-
export declare const ReturnVoice: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoice.Raw, Hume.empathicVoice.ReturnVoice>;
|
|
10
|
-
export declare namespace ReturnVoice {
|
|
11
|
-
interface Raw {
|
|
12
|
-
provider: ReturnVoiceProvider.Raw;
|
|
13
|
-
name?: string | null;
|
|
14
|
-
custom_voice?: ReturnCustomVoice.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.ReturnVoice = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const ReturnVoiceProvider_1 = require("./ReturnVoiceProvider");
|
|
42
|
-
const ReturnCustomVoice_1 = require("./ReturnCustomVoice");
|
|
43
|
-
exports.ReturnVoice = core.serialization.object({
|
|
44
|
-
provider: ReturnVoiceProvider_1.ReturnVoiceProvider,
|
|
45
|
-
name: core.serialization.string().optional(),
|
|
46
|
-
customVoice: core.serialization.property("custom_voice", ReturnCustomVoice_1.ReturnCustomVoice.optional()),
|
|
47
|
-
});
|
|
@@ -1,34 +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 { ReturnSignedUri } from "./ReturnSignedUri";
|
|
8
|
-
export declare const ReturnVoiceOctaveCustom: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoiceOctaveCustom.Raw, Hume.empathicVoice.ReturnVoiceOctaveCustom>;
|
|
9
|
-
export declare namespace ReturnVoiceOctaveCustom {
|
|
10
|
-
interface Raw {
|
|
11
|
-
id?: string | null;
|
|
12
|
-
version?: number | null;
|
|
13
|
-
name?: string | null;
|
|
14
|
-
description?: string | null;
|
|
15
|
-
voice_type?: string | null;
|
|
16
|
-
created_on?: number | null;
|
|
17
|
-
modified_on?: number | null;
|
|
18
|
-
voice_prompt?: string | null;
|
|
19
|
-
normalization_gain_db?: number | null;
|
|
20
|
-
speaker_embedding?: string | null;
|
|
21
|
-
reference_uri?: string | null;
|
|
22
|
-
reference_audio_format?: string | null;
|
|
23
|
-
clone_reference_uri?: string | null;
|
|
24
|
-
clone_reference_audio_format?: string | null;
|
|
25
|
-
reference_tokens?: string | null;
|
|
26
|
-
reference_atoks?: string | null;
|
|
27
|
-
reference_decoder_dtoks?: string | null;
|
|
28
|
-
reference_text?: string | null;
|
|
29
|
-
signed_preview_reference_uri?: ReturnSignedUri.Raw | null;
|
|
30
|
-
signed_clone_reference_uri?: ReturnSignedUri.Raw | null;
|
|
31
|
-
image_uri?: string | null;
|
|
32
|
-
disabled?: boolean | null;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
@@ -1,65 +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.ReturnVoiceOctaveCustom = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const ReturnSignedUri_1 = require("./ReturnSignedUri");
|
|
42
|
-
exports.ReturnVoiceOctaveCustom = core.serialization.object({
|
|
43
|
-
id: core.serialization.string().optional(),
|
|
44
|
-
version: core.serialization.number().optional(),
|
|
45
|
-
name: core.serialization.string().optional(),
|
|
46
|
-
description: core.serialization.string().optional(),
|
|
47
|
-
voiceType: core.serialization.property("voice_type", core.serialization.string().optional()),
|
|
48
|
-
createdOn: core.serialization.property("created_on", core.serialization.number().optional()),
|
|
49
|
-
modifiedOn: core.serialization.property("modified_on", core.serialization.number().optional()),
|
|
50
|
-
voicePrompt: core.serialization.property("voice_prompt", core.serialization.string().optional()),
|
|
51
|
-
normalizationGainDb: core.serialization.property("normalization_gain_db", core.serialization.number().optional()),
|
|
52
|
-
speakerEmbedding: core.serialization.property("speaker_embedding", core.serialization.string().optional()),
|
|
53
|
-
referenceUri: core.serialization.property("reference_uri", core.serialization.string().optional()),
|
|
54
|
-
referenceAudioFormat: core.serialization.property("reference_audio_format", core.serialization.string().optional()),
|
|
55
|
-
cloneReferenceUri: core.serialization.property("clone_reference_uri", core.serialization.string().optional()),
|
|
56
|
-
cloneReferenceAudioFormat: core.serialization.property("clone_reference_audio_format", core.serialization.string().optional()),
|
|
57
|
-
referenceTokens: core.serialization.property("reference_tokens", core.serialization.string().optional()),
|
|
58
|
-
referenceAtoks: core.serialization.property("reference_atoks", core.serialization.string().optional()),
|
|
59
|
-
referenceDecoderDtoks: core.serialization.property("reference_decoder_dtoks", core.serialization.string().optional()),
|
|
60
|
-
referenceText: core.serialization.property("reference_text", core.serialization.string().optional()),
|
|
61
|
-
signedPreviewReferenceUri: core.serialization.property("signed_preview_reference_uri", ReturnSignedUri_1.ReturnSignedUri.optional()),
|
|
62
|
-
signedCloneReferenceUri: core.serialization.property("signed_clone_reference_uri", ReturnSignedUri_1.ReturnSignedUri.optional()),
|
|
63
|
-
imageUri: core.serialization.property("image_uri", core.serialization.string().optional()),
|
|
64
|
-
disabled: core.serialization.boolean().optional(),
|
|
65
|
-
});
|
|
@@ -1,18 +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 { ReturnSignedUri } from "./ReturnSignedUri";
|
|
8
|
-
export declare const ReturnVoiceOctaveShared: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoiceOctaveShared.Raw, Hume.empathicVoice.ReturnVoiceOctaveShared>;
|
|
9
|
-
export declare namespace ReturnVoiceOctaveShared {
|
|
10
|
-
interface Raw {
|
|
11
|
-
id?: string | null;
|
|
12
|
-
version?: number | null;
|
|
13
|
-
name?: string | null;
|
|
14
|
-
description?: string | null;
|
|
15
|
-
reference_signed_uri?: ReturnSignedUri.Raw | null;
|
|
16
|
-
image_uri?: string | null;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,49 +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.ReturnVoiceOctaveShared = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const ReturnSignedUri_1 = require("./ReturnSignedUri");
|
|
42
|
-
exports.ReturnVoiceOctaveShared = core.serialization.object({
|
|
43
|
-
id: core.serialization.string().optional(),
|
|
44
|
-
version: core.serialization.number().optional(),
|
|
45
|
-
name: core.serialization.string().optional(),
|
|
46
|
-
description: core.serialization.string().optional(),
|
|
47
|
-
referenceSignedUri: core.serialization.property("reference_signed_uri", ReturnSignedUri_1.ReturnSignedUri.optional()),
|
|
48
|
-
imageUri: core.serialization.property("image_uri", core.serialization.string().optional()),
|
|
49
|
-
});
|
|
@@ -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 ReturnVoiceProvider: core.serialization.Schema<serializers.empathicVoice.ReturnVoiceProvider.Raw, Hume.empathicVoice.ReturnVoiceProvider>;
|
|
8
|
-
export declare namespace ReturnVoiceProvider {
|
|
9
|
-
type Raw = "HUME_AI" | "CUSTOM_VOICE";
|
|
10
|
-
}
|
|
@@ -1,13 +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 { ReturnVoiceSpecEvi2 } from "./ReturnVoiceSpecEvi2";
|
|
8
|
-
import { ReturnVoiceSpecOctavecustom } from "./ReturnVoiceSpecOctavecustom";
|
|
9
|
-
import { ReturnVoiceSpecOctaveshared } from "./ReturnVoiceSpecOctaveshared";
|
|
10
|
-
export declare const ReturnVoiceSpec: core.serialization.Schema<serializers.empathicVoice.ReturnVoiceSpec.Raw, Hume.empathicVoice.ReturnVoiceSpec>;
|
|
11
|
-
export declare namespace ReturnVoiceSpec {
|
|
12
|
-
type Raw = ReturnVoiceSpecEvi2.Raw | ReturnVoiceSpecOctavecustom.Raw | ReturnVoiceSpecOctaveshared.Raw;
|
|
13
|
-
}
|
|
@@ -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.ReturnVoiceSpec = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const ReturnVoiceSpecEvi2_1 = require("./ReturnVoiceSpecEvi2");
|
|
42
|
-
const ReturnVoiceSpecOctavecustom_1 = require("./ReturnVoiceSpecOctavecustom");
|
|
43
|
-
const ReturnVoiceSpecOctaveshared_1 = require("./ReturnVoiceSpecOctaveshared");
|
|
44
|
-
exports.ReturnVoiceSpec = core.serialization.undiscriminatedUnion([
|
|
45
|
-
ReturnVoiceSpecEvi2_1.ReturnVoiceSpecEvi2,
|
|
46
|
-
ReturnVoiceSpecOctavecustom_1.ReturnVoiceSpecOctavecustom,
|
|
47
|
-
ReturnVoiceSpecOctaveshared_1.ReturnVoiceSpecOctaveshared,
|
|
48
|
-
]);
|
|
@@ -1,15 +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 ReturnVoiceSpecEvi2: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoiceSpecEvi2.Raw, Hume.empathicVoice.ReturnVoiceSpecEvi2>;
|
|
9
|
-
export declare namespace ReturnVoiceSpecEvi2 {
|
|
10
|
-
interface Raw {
|
|
11
|
-
provider: string;
|
|
12
|
-
name?: string | null;
|
|
13
|
-
custom_voice: ReturnCustomVoice.Raw;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,46 +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.ReturnVoiceSpecEvi2 = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const ReturnCustomVoice_1 = require("./ReturnCustomVoice");
|
|
42
|
-
exports.ReturnVoiceSpecEvi2 = core.serialization.object({
|
|
43
|
-
provider: core.serialization.string(),
|
|
44
|
-
name: core.serialization.string().optional(),
|
|
45
|
-
customVoice: core.serialization.property("custom_voice", ReturnCustomVoice_1.ReturnCustomVoice),
|
|
46
|
-
});
|
|
@@ -1,15 +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 { ReturnVoiceOctaveCustom } from "./ReturnVoiceOctaveCustom";
|
|
8
|
-
export declare const ReturnVoiceSpecOctavecustom: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoiceSpecOctavecustom.Raw, Hume.empathicVoice.ReturnVoiceSpecOctavecustom>;
|
|
9
|
-
export declare namespace ReturnVoiceSpecOctavecustom {
|
|
10
|
-
interface Raw {
|
|
11
|
-
provider: string;
|
|
12
|
-
name?: string | null;
|
|
13
|
-
custom_voice?: ReturnVoiceOctaveCustom.Raw | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,46 +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.ReturnVoiceSpecOctavecustom = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const ReturnVoiceOctaveCustom_1 = require("./ReturnVoiceOctaveCustom");
|
|
42
|
-
exports.ReturnVoiceSpecOctavecustom = core.serialization.object({
|
|
43
|
-
provider: core.serialization.string(),
|
|
44
|
-
name: core.serialization.string().optional(),
|
|
45
|
-
customVoice: core.serialization.property("custom_voice", ReturnVoiceOctaveCustom_1.ReturnVoiceOctaveCustom.optional()),
|
|
46
|
-
});
|
|
@@ -1,15 +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 { ReturnVoiceOctaveShared } from "./ReturnVoiceOctaveShared";
|
|
8
|
-
export declare const ReturnVoiceSpecOctaveshared: core.serialization.ObjectSchema<serializers.empathicVoice.ReturnVoiceSpecOctaveshared.Raw, Hume.empathicVoice.ReturnVoiceSpecOctaveshared>;
|
|
9
|
-
export declare namespace ReturnVoiceSpecOctaveshared {
|
|
10
|
-
interface Raw {
|
|
11
|
-
provider: string;
|
|
12
|
-
name?: string | null;
|
|
13
|
-
custom_voice?: ReturnVoiceOctaveShared.Raw | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,46 +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.ReturnVoiceSpecOctaveshared = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const ReturnVoiceOctaveShared_1 = require("./ReturnVoiceOctaveShared");
|
|
42
|
-
exports.ReturnVoiceSpecOctaveshared = core.serialization.object({
|
|
43
|
-
provider: core.serialization.string(),
|
|
44
|
-
name: core.serialization.string().optional(),
|
|
45
|
-
customVoice: core.serialization.property("custom_voice", ReturnVoiceOctaveShared_1.ReturnVoiceOctaveShared.optional()),
|
|
46
|
-
});
|
|
@@ -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/serialization/resources/empathicVoice/resources/customVoices/client/requests/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { PostedCustomVoiceName } from "./PostedCustomVoiceName";
|
package/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; } });
|