hume 0.11.5-beta.0 → 0.11.5-beta.2
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/api/resources/empathicVoice/client/Client.d.ts +0 -3
- package/api/resources/empathicVoice/client/Client.js +8 -13
- package/api/resources/empathicVoice/resources/configs/client/Client.d.ts +4 -4
- package/api/resources/empathicVoice/resources/configs/client/Client.js +4 -4
- package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +3 -3
- 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/types/ReturnConfig.d.ts +1 -2
- 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/configs/client/Client.d.ts +4 -4
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +4 -4
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +3 -3
- 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/types/ReturnConfig.d.ts +1 -2
- 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/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/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/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/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
|
@@ -3,7 +3,6 @@ import * as environments from "../../../../environments";
|
|
|
3
3
|
import * as core from "../../../../core";
|
|
4
4
|
import { Tools } from "../resources/tools/client/Client";
|
|
5
5
|
import { Prompts } from "../resources/prompts/client/Client";
|
|
6
|
-
import { CustomVoices } from "../resources/customVoices/client/Client";
|
|
7
6
|
import { Configs } from "../resources/configs/client/Client";
|
|
8
7
|
import { Chats } from "../resources/chats/client/Client";
|
|
9
8
|
import { ChatGroups } from "../resources/chatGroups/client/Client";
|
|
@@ -31,8 +30,6 @@ export declare class EmpathicVoice {
|
|
|
31
30
|
get tools(): Tools;
|
|
32
31
|
protected _prompts: Prompts | undefined;
|
|
33
32
|
get prompts(): Prompts;
|
|
34
|
-
protected _customVoices: CustomVoices | undefined;
|
|
35
|
-
get customVoices(): CustomVoices;
|
|
36
33
|
protected _configs: Configs | undefined;
|
|
37
34
|
get configs(): Configs;
|
|
38
35
|
protected _chats: Chats | undefined;
|
|
@@ -4,11 +4,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
exports.EmpathicVoice = void 0;
|
|
5
5
|
const Client_1 = require("../resources/tools/client/Client");
|
|
6
6
|
const Client_2 = require("../resources/prompts/client/Client");
|
|
7
|
-
const Client_3 = require("../resources/
|
|
8
|
-
const Client_4 = require("../resources/
|
|
9
|
-
const Client_5 = require("../resources/
|
|
10
|
-
const Client_6 = require("../resources/
|
|
11
|
-
const Client_7 = require("../resources/chat/client/Client");
|
|
7
|
+
const Client_3 = require("../resources/configs/client/Client");
|
|
8
|
+
const Client_4 = require("../resources/chats/client/Client");
|
|
9
|
+
const Client_5 = require("../resources/chatGroups/client/Client");
|
|
10
|
+
const Client_6 = require("../resources/chat/client/Client");
|
|
12
11
|
class EmpathicVoice {
|
|
13
12
|
constructor(_options = {}) {
|
|
14
13
|
this._options = _options;
|
|
@@ -21,25 +20,21 @@ class EmpathicVoice {
|
|
|
21
20
|
var _a;
|
|
22
21
|
return ((_a = this._prompts) !== null && _a !== void 0 ? _a : (this._prompts = new Client_2.Prompts(this._options)));
|
|
23
22
|
}
|
|
24
|
-
get customVoices() {
|
|
25
|
-
var _a;
|
|
26
|
-
return ((_a = this._customVoices) !== null && _a !== void 0 ? _a : (this._customVoices = new Client_3.CustomVoices(this._options)));
|
|
27
|
-
}
|
|
28
23
|
get configs() {
|
|
29
24
|
var _a;
|
|
30
|
-
return ((_a = this._configs) !== null && _a !== void 0 ? _a : (this._configs = new
|
|
25
|
+
return ((_a = this._configs) !== null && _a !== void 0 ? _a : (this._configs = new Client_3.Configs(this._options)));
|
|
31
26
|
}
|
|
32
27
|
get chats() {
|
|
33
28
|
var _a;
|
|
34
|
-
return ((_a = this._chats) !== null && _a !== void 0 ? _a : (this._chats = new
|
|
29
|
+
return ((_a = this._chats) !== null && _a !== void 0 ? _a : (this._chats = new Client_4.Chats(this._options)));
|
|
35
30
|
}
|
|
36
31
|
get chatGroups() {
|
|
37
32
|
var _a;
|
|
38
|
-
return ((_a = this._chatGroups) !== null && _a !== void 0 ? _a : (this._chatGroups = new
|
|
33
|
+
return ((_a = this._chatGroups) !== null && _a !== void 0 ? _a : (this._chatGroups = new Client_5.ChatGroups(this._options)));
|
|
39
34
|
}
|
|
40
35
|
get chat() {
|
|
41
36
|
var _a;
|
|
42
|
-
return ((_a = this._chat) !== null && _a !== void 0 ? _a : (this._chat = new
|
|
37
|
+
return ((_a = this._chat) !== null && _a !== void 0 ? _a : (this._chat = new Client_6.Chat(this._options)));
|
|
43
38
|
}
|
|
44
39
|
}
|
|
45
40
|
exports.EmpathicVoice = EmpathicVoice;
|
|
@@ -62,10 +62,10 @@ export declare class Configs {
|
|
|
62
62
|
* id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
|
|
63
63
|
* version: 0
|
|
64
64
|
* },
|
|
65
|
-
* eviVersion: "
|
|
65
|
+
* eviVersion: "3",
|
|
66
66
|
* voice: {
|
|
67
67
|
* provider: "HUME_AI",
|
|
68
|
-
* name: "
|
|
68
|
+
* name: "Ava Song"
|
|
69
69
|
* },
|
|
70
70
|
* languageModel: {
|
|
71
71
|
* modelProvider: "ANTHROPIC",
|
|
@@ -119,14 +119,14 @@ export declare class Configs {
|
|
|
119
119
|
* @example
|
|
120
120
|
* await client.empathicVoice.configs.createConfigVersion("1b60e1a0-cc59-424a-8d2c-189d354db3f3", {
|
|
121
121
|
* versionDescription: "This is an updated version of the Weather Assistant Config.",
|
|
122
|
-
* eviVersion: "
|
|
122
|
+
* eviVersion: "3",
|
|
123
123
|
* prompt: {
|
|
124
124
|
* id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
|
|
125
125
|
* version: 0
|
|
126
126
|
* },
|
|
127
127
|
* voice: {
|
|
128
128
|
* provider: "HUME_AI",
|
|
129
|
-
* name: "
|
|
129
|
+
* name: "Ava Song"
|
|
130
130
|
* },
|
|
131
131
|
* languageModel: {
|
|
132
132
|
* modelProvider: "ANTHROPIC",
|
|
@@ -178,10 +178,10 @@ class Configs {
|
|
|
178
178
|
* id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
|
|
179
179
|
* version: 0
|
|
180
180
|
* },
|
|
181
|
-
* eviVersion: "
|
|
181
|
+
* eviVersion: "3",
|
|
182
182
|
* voice: {
|
|
183
183
|
* provider: "HUME_AI",
|
|
184
|
-
* name: "
|
|
184
|
+
* name: "Ava Song"
|
|
185
185
|
* },
|
|
186
186
|
* languageModel: {
|
|
187
187
|
* modelProvider: "ANTHROPIC",
|
|
@@ -376,14 +376,14 @@ class Configs {
|
|
|
376
376
|
* @example
|
|
377
377
|
* await client.empathicVoice.configs.createConfigVersion("1b60e1a0-cc59-424a-8d2c-189d354db3f3", {
|
|
378
378
|
* versionDescription: "This is an updated version of the Weather Assistant Config.",
|
|
379
|
-
* eviVersion: "
|
|
379
|
+
* eviVersion: "3",
|
|
380
380
|
* prompt: {
|
|
381
381
|
* id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
|
|
382
382
|
* version: 0
|
|
383
383
|
* },
|
|
384
384
|
* voice: {
|
|
385
385
|
* provider: "HUME_AI",
|
|
386
|
-
* name: "
|
|
386
|
+
* name: "Ava Song"
|
|
387
387
|
* },
|
|
388
388
|
* languageModel: {
|
|
389
389
|
* modelProvider: "ANTHROPIC",
|
|
@@ -10,10 +10,10 @@ import * as Hume from "../../../../../../index";
|
|
|
10
10
|
* id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
|
|
11
11
|
* version: 0
|
|
12
12
|
* },
|
|
13
|
-
* eviVersion: "
|
|
13
|
+
* eviVersion: "3",
|
|
14
14
|
* voice: {
|
|
15
15
|
* provider: "HUME_AI",
|
|
16
|
-
* name: "
|
|
16
|
+
* name: "Ava Song"
|
|
17
17
|
* },
|
|
18
18
|
* languageModel: {
|
|
19
19
|
* modelProvider: "ANTHROPIC",
|
|
@@ -45,7 +45,7 @@ export interface PostedConfig {
|
|
|
45
45
|
versionDescription?: string;
|
|
46
46
|
prompt?: Hume.empathicVoice.PostedConfigPromptSpec;
|
|
47
47
|
/** A voice specification associated with this Config. */
|
|
48
|
-
voice?: Hume.empathicVoice.
|
|
48
|
+
voice?: Hume.empathicVoice.VoiceRef;
|
|
49
49
|
/**
|
|
50
50
|
* The supplemental language model associated with this Config.
|
|
51
51
|
*
|
package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts
CHANGED
|
@@ -6,14 +6,14 @@ import * as Hume from "../../../../../../index";
|
|
|
6
6
|
* @example
|
|
7
7
|
* {
|
|
8
8
|
* versionDescription: "This is an updated version of the Weather Assistant Config.",
|
|
9
|
-
* eviVersion: "
|
|
9
|
+
* eviVersion: "3",
|
|
10
10
|
* prompt: {
|
|
11
11
|
* id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
|
|
12
12
|
* version: 0
|
|
13
13
|
* },
|
|
14
14
|
* voice: {
|
|
15
15
|
* provider: "HUME_AI",
|
|
16
|
-
* name: "
|
|
16
|
+
* name: "Ava Song"
|
|
17
17
|
* },
|
|
18
18
|
* languageModel: {
|
|
19
19
|
* modelProvider: "ANTHROPIC",
|
|
@@ -46,7 +46,7 @@ export interface PostedConfigVersion {
|
|
|
46
46
|
versionDescription?: string;
|
|
47
47
|
prompt?: Hume.empathicVoice.PostedConfigPromptSpec;
|
|
48
48
|
/** A voice specification associated with this Config version. */
|
|
49
|
-
voice?: Hume.empathicVoice.
|
|
49
|
+
voice?: Hume.empathicVoice.VoiceRef;
|
|
50
50
|
/**
|
|
51
51
|
* The supplemental language model associated with this Config version.
|
|
52
52
|
*
|
|
@@ -2,13 +2,11 @@ export * as chat from "./chat";
|
|
|
2
2
|
export * from "./chat/types";
|
|
3
3
|
export * as tools from "./tools";
|
|
4
4
|
export * as prompts from "./prompts";
|
|
5
|
-
export * as customVoices from "./customVoices";
|
|
6
5
|
export * as configs from "./configs";
|
|
7
6
|
export * as chats from "./chats";
|
|
8
7
|
export * as chatGroups from "./chatGroups";
|
|
9
8
|
export * from "./tools/client/requests";
|
|
10
9
|
export * from "./prompts/client/requests";
|
|
11
|
-
export * from "./customVoices/client/requests";
|
|
12
10
|
export * from "./configs/client/requests";
|
|
13
11
|
export * from "./chats/client/requests";
|
|
14
12
|
export * from "./chatGroups/client/requests";
|
|
@@ -36,18 +36,16 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.chatGroups = exports.chats = exports.configs = exports.
|
|
39
|
+
exports.chatGroups = exports.chats = exports.configs = exports.prompts = exports.tools = exports.chat = void 0;
|
|
40
40
|
exports.chat = __importStar(require("./chat"));
|
|
41
41
|
__exportStar(require("./chat/types"), exports);
|
|
42
42
|
exports.tools = __importStar(require("./tools"));
|
|
43
43
|
exports.prompts = __importStar(require("./prompts"));
|
|
44
|
-
exports.customVoices = __importStar(require("./customVoices"));
|
|
45
44
|
exports.configs = __importStar(require("./configs"));
|
|
46
45
|
exports.chats = __importStar(require("./chats"));
|
|
47
46
|
exports.chatGroups = __importStar(require("./chatGroups"));
|
|
48
47
|
__exportStar(require("./tools/client/requests"), exports);
|
|
49
48
|
__exportStar(require("./prompts/client/requests"), exports);
|
|
50
|
-
__exportStar(require("./customVoices/client/requests"), exports);
|
|
51
49
|
__exportStar(require("./configs/client/requests"), exports);
|
|
52
50
|
__exportStar(require("./chats/client/requests"), exports);
|
|
53
51
|
__exportStar(require("./chatGroups/client/requests"), exports);
|
|
@@ -28,8 +28,7 @@ export interface ReturnConfig {
|
|
|
28
28
|
* Hume's eLLM (empathic Large Language Model) is a multimodal language model that takes into account both expression measures and language. The eLLM generates short, empathic language responses and guides text-to-speech (TTS) prosody.
|
|
29
29
|
*/
|
|
30
30
|
ellmModel?: Hume.empathicVoice.ReturnEllmModel;
|
|
31
|
-
|
|
32
|
-
voice?: Hume.empathicVoice.ReturnVoice;
|
|
31
|
+
voice?: unknown;
|
|
33
32
|
prompt?: Hume.empathicVoice.ReturnPrompt;
|
|
34
33
|
/** List of user-defined tools associated with this Config. */
|
|
35
34
|
tools?: (Hume.empathicVoice.ReturnUserDefinedTool | undefined)[];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Hume from "../../../index";
|
|
5
|
+
export interface VoiceId {
|
|
6
|
+
/** ID of the voice in the `Voice Library`. */
|
|
7
|
+
id: string;
|
|
8
|
+
/** Model provider associated with this Voice ID. */
|
|
9
|
+
provider?: Hume.empathicVoice.VoiceProvider;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Hume from "../../../index";
|
|
5
|
+
export interface VoiceName {
|
|
6
|
+
/** Name of the voice in the `Voice Library`. */
|
|
7
|
+
name: string;
|
|
8
|
+
/** Model provider associated with this Voice Name. */
|
|
9
|
+
provider?: Hume.empathicVoice.VoiceProvider;
|
|
10
|
+
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
* This file was auto-generated by Fern from our API Definition.
|
|
4
4
|
*/
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
6
|
+
exports.VoiceProvider = void 0;
|
|
7
|
+
exports.VoiceProvider = {
|
|
8
8
|
HumeAi: "HUME_AI",
|
|
9
9
|
CustomVoice: "CUSTOM_VOICE",
|
|
10
10
|
};
|
|
@@ -51,13 +51,6 @@ export * from "./ReturnUserDefinedToolVersionType";
|
|
|
51
51
|
export * from "./ReturnUserDefinedTool";
|
|
52
52
|
export * from "./ReturnPagedPrompts";
|
|
53
53
|
export * from "./ReturnPrompt";
|
|
54
|
-
export * from "./ReturnPagedCustomVoices";
|
|
55
|
-
export * from "./PostedCustomVoiceBaseVoice";
|
|
56
|
-
export * from "./PostedCustomVoiceParameters";
|
|
57
|
-
export * from "./PostedCustomVoice";
|
|
58
|
-
export * from "./ReturnCustomVoiceBaseVoice";
|
|
59
|
-
export * from "./ReturnCustomVoiceParameters";
|
|
60
|
-
export * from "./ReturnCustomVoice";
|
|
61
54
|
export * from "./ReturnPagedConfigs";
|
|
62
55
|
export * from "./ReturnConfig";
|
|
63
56
|
export * from "./ReturnPagedChatsPaginationDirection";
|
|
@@ -89,7 +82,6 @@ export * from "./PostedTimeoutSpecsMaxDuration";
|
|
|
89
82
|
export * from "./PostedTimeoutSpecs";
|
|
90
83
|
export * from "./PostedWebhookEventType";
|
|
91
84
|
export * from "./PostedWebhookSpec";
|
|
92
|
-
export * from "./ReturnVoiceSpec";
|
|
93
85
|
export * from "./ReturnLanguageModel";
|
|
94
86
|
export * from "./ReturnEllmModel";
|
|
95
87
|
export * from "./ReturnBuiltinToolToolType";
|
|
@@ -108,15 +100,9 @@ export * from "./ReturnConfigSpec";
|
|
|
108
100
|
export * from "./ReturnChatGroup";
|
|
109
101
|
export * from "./PostedEventMessageSpec";
|
|
110
102
|
export * from "./PostedTimeoutSpec";
|
|
111
|
-
export * from "./ReturnVoiceSpecEvi2";
|
|
112
|
-
export * from "./ReturnVoiceSpecOctavecustom";
|
|
113
|
-
export * from "./ReturnVoiceSpecOctaveshared";
|
|
114
103
|
export * from "./ReturnEventMessageSpec";
|
|
115
104
|
export * from "./ReturnTimeoutSpec";
|
|
116
|
-
export * from "./
|
|
117
|
-
export * from "./
|
|
118
|
-
export * from "./
|
|
119
|
-
export * from "./
|
|
120
|
-
export * from "./PostedVoice";
|
|
121
|
-
export * from "./ReturnVoiceProvider";
|
|
122
|
-
export * from "./ReturnVoice";
|
|
105
|
+
export * from "./VoiceProvider";
|
|
106
|
+
export * from "./VoiceId";
|
|
107
|
+
export * from "./VoiceName";
|
|
108
|
+
export * from "./VoiceRef";
|
|
@@ -67,13 +67,6 @@ __exportStar(require("./ReturnUserDefinedToolVersionType"), exports);
|
|
|
67
67
|
__exportStar(require("./ReturnUserDefinedTool"), exports);
|
|
68
68
|
__exportStar(require("./ReturnPagedPrompts"), exports);
|
|
69
69
|
__exportStar(require("./ReturnPrompt"), exports);
|
|
70
|
-
__exportStar(require("./ReturnPagedCustomVoices"), exports);
|
|
71
|
-
__exportStar(require("./PostedCustomVoiceBaseVoice"), exports);
|
|
72
|
-
__exportStar(require("./PostedCustomVoiceParameters"), exports);
|
|
73
|
-
__exportStar(require("./PostedCustomVoice"), exports);
|
|
74
|
-
__exportStar(require("./ReturnCustomVoiceBaseVoice"), exports);
|
|
75
|
-
__exportStar(require("./ReturnCustomVoiceParameters"), exports);
|
|
76
|
-
__exportStar(require("./ReturnCustomVoice"), exports);
|
|
77
70
|
__exportStar(require("./ReturnPagedConfigs"), exports);
|
|
78
71
|
__exportStar(require("./ReturnConfig"), exports);
|
|
79
72
|
__exportStar(require("./ReturnPagedChatsPaginationDirection"), exports);
|
|
@@ -105,7 +98,6 @@ __exportStar(require("./PostedTimeoutSpecsMaxDuration"), exports);
|
|
|
105
98
|
__exportStar(require("./PostedTimeoutSpecs"), exports);
|
|
106
99
|
__exportStar(require("./PostedWebhookEventType"), exports);
|
|
107
100
|
__exportStar(require("./PostedWebhookSpec"), exports);
|
|
108
|
-
__exportStar(require("./ReturnVoiceSpec"), exports);
|
|
109
101
|
__exportStar(require("./ReturnLanguageModel"), exports);
|
|
110
102
|
__exportStar(require("./ReturnEllmModel"), exports);
|
|
111
103
|
__exportStar(require("./ReturnBuiltinToolToolType"), exports);
|
|
@@ -124,15 +116,9 @@ __exportStar(require("./ReturnConfigSpec"), exports);
|
|
|
124
116
|
__exportStar(require("./ReturnChatGroup"), exports);
|
|
125
117
|
__exportStar(require("./PostedEventMessageSpec"), exports);
|
|
126
118
|
__exportStar(require("./PostedTimeoutSpec"), exports);
|
|
127
|
-
__exportStar(require("./ReturnVoiceSpecEvi2"), exports);
|
|
128
|
-
__exportStar(require("./ReturnVoiceSpecOctavecustom"), exports);
|
|
129
|
-
__exportStar(require("./ReturnVoiceSpecOctaveshared"), exports);
|
|
130
119
|
__exportStar(require("./ReturnEventMessageSpec"), exports);
|
|
131
120
|
__exportStar(require("./ReturnTimeoutSpec"), exports);
|
|
132
|
-
__exportStar(require("./
|
|
133
|
-
__exportStar(require("./
|
|
134
|
-
__exportStar(require("./
|
|
135
|
-
__exportStar(require("./
|
|
136
|
-
__exportStar(require("./PostedVoice"), exports);
|
|
137
|
-
__exportStar(require("./ReturnVoiceProvider"), exports);
|
|
138
|
-
__exportStar(require("./ReturnVoice"), exports);
|
|
121
|
+
__exportStar(require("./VoiceProvider"), exports);
|
|
122
|
+
__exportStar(require("./VoiceId"), exports);
|
|
123
|
+
__exportStar(require("./VoiceName"), exports);
|
|
124
|
+
__exportStar(require("./VoiceRef"), exports);
|
|
@@ -3,7 +3,6 @@ import * as environments from "../../../../environments";
|
|
|
3
3
|
import * as core from "../../../../core";
|
|
4
4
|
import { Tools } from "../resources/tools/client/Client";
|
|
5
5
|
import { Prompts } from "../resources/prompts/client/Client";
|
|
6
|
-
import { CustomVoices } from "../resources/customVoices/client/Client";
|
|
7
6
|
import { Configs } from "../resources/configs/client/Client";
|
|
8
7
|
import { Chats } from "../resources/chats/client/Client";
|
|
9
8
|
import { ChatGroups } from "../resources/chatGroups/client/Client";
|
|
@@ -31,8 +30,6 @@ export declare class EmpathicVoice {
|
|
|
31
30
|
get tools(): Tools;
|
|
32
31
|
protected _prompts: Prompts | undefined;
|
|
33
32
|
get prompts(): Prompts;
|
|
34
|
-
protected _customVoices: CustomVoices | undefined;
|
|
35
|
-
get customVoices(): CustomVoices;
|
|
36
33
|
protected _configs: Configs | undefined;
|
|
37
34
|
get configs(): Configs;
|
|
38
35
|
protected _chats: Chats | undefined;
|
|
@@ -4,11 +4,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
exports.EmpathicVoice = void 0;
|
|
5
5
|
const Client_1 = require("../resources/tools/client/Client");
|
|
6
6
|
const Client_2 = require("../resources/prompts/client/Client");
|
|
7
|
-
const Client_3 = require("../resources/
|
|
8
|
-
const Client_4 = require("../resources/
|
|
9
|
-
const Client_5 = require("../resources/
|
|
10
|
-
const Client_6 = require("../resources/
|
|
11
|
-
const Client_7 = require("../resources/chat/client/Client");
|
|
7
|
+
const Client_3 = require("../resources/configs/client/Client");
|
|
8
|
+
const Client_4 = require("../resources/chats/client/Client");
|
|
9
|
+
const Client_5 = require("../resources/chatGroups/client/Client");
|
|
10
|
+
const Client_6 = require("../resources/chat/client/Client");
|
|
12
11
|
class EmpathicVoice {
|
|
13
12
|
constructor(_options = {}) {
|
|
14
13
|
this._options = _options;
|
|
@@ -21,25 +20,21 @@ class EmpathicVoice {
|
|
|
21
20
|
var _a;
|
|
22
21
|
return ((_a = this._prompts) !== null && _a !== void 0 ? _a : (this._prompts = new Client_2.Prompts(this._options)));
|
|
23
22
|
}
|
|
24
|
-
get customVoices() {
|
|
25
|
-
var _a;
|
|
26
|
-
return ((_a = this._customVoices) !== null && _a !== void 0 ? _a : (this._customVoices = new Client_3.CustomVoices(this._options)));
|
|
27
|
-
}
|
|
28
23
|
get configs() {
|
|
29
24
|
var _a;
|
|
30
|
-
return ((_a = this._configs) !== null && _a !== void 0 ? _a : (this._configs = new
|
|
25
|
+
return ((_a = this._configs) !== null && _a !== void 0 ? _a : (this._configs = new Client_3.Configs(this._options)));
|
|
31
26
|
}
|
|
32
27
|
get chats() {
|
|
33
28
|
var _a;
|
|
34
|
-
return ((_a = this._chats) !== null && _a !== void 0 ? _a : (this._chats = new
|
|
29
|
+
return ((_a = this._chats) !== null && _a !== void 0 ? _a : (this._chats = new Client_4.Chats(this._options)));
|
|
35
30
|
}
|
|
36
31
|
get chatGroups() {
|
|
37
32
|
var _a;
|
|
38
|
-
return ((_a = this._chatGroups) !== null && _a !== void 0 ? _a : (this._chatGroups = new
|
|
33
|
+
return ((_a = this._chatGroups) !== null && _a !== void 0 ? _a : (this._chatGroups = new Client_5.ChatGroups(this._options)));
|
|
39
34
|
}
|
|
40
35
|
get chat() {
|
|
41
36
|
var _a;
|
|
42
|
-
return ((_a = this._chat) !== null && _a !== void 0 ? _a : (this._chat = new
|
|
37
|
+
return ((_a = this._chat) !== null && _a !== void 0 ? _a : (this._chat = new Client_6.Chat(this._options)));
|
|
43
38
|
}
|
|
44
39
|
}
|
|
45
40
|
exports.EmpathicVoice = EmpathicVoice;
|
|
@@ -62,10 +62,10 @@ export declare class Configs {
|
|
|
62
62
|
* id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
|
|
63
63
|
* version: 0
|
|
64
64
|
* },
|
|
65
|
-
* eviVersion: "
|
|
65
|
+
* eviVersion: "3",
|
|
66
66
|
* voice: {
|
|
67
67
|
* provider: "HUME_AI",
|
|
68
|
-
* name: "
|
|
68
|
+
* name: "Ava Song"
|
|
69
69
|
* },
|
|
70
70
|
* languageModel: {
|
|
71
71
|
* modelProvider: "ANTHROPIC",
|
|
@@ -119,14 +119,14 @@ export declare class Configs {
|
|
|
119
119
|
* @example
|
|
120
120
|
* await client.empathicVoice.configs.createConfigVersion("1b60e1a0-cc59-424a-8d2c-189d354db3f3", {
|
|
121
121
|
* versionDescription: "This is an updated version of the Weather Assistant Config.",
|
|
122
|
-
* eviVersion: "
|
|
122
|
+
* eviVersion: "3",
|
|
123
123
|
* prompt: {
|
|
124
124
|
* id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
|
|
125
125
|
* version: 0
|
|
126
126
|
* },
|
|
127
127
|
* voice: {
|
|
128
128
|
* provider: "HUME_AI",
|
|
129
|
-
* name: "
|
|
129
|
+
* name: "Ava Song"
|
|
130
130
|
* },
|
|
131
131
|
* languageModel: {
|
|
132
132
|
* modelProvider: "ANTHROPIC",
|
|
@@ -178,10 +178,10 @@ class Configs {
|
|
|
178
178
|
* id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
|
|
179
179
|
* version: 0
|
|
180
180
|
* },
|
|
181
|
-
* eviVersion: "
|
|
181
|
+
* eviVersion: "3",
|
|
182
182
|
* voice: {
|
|
183
183
|
* provider: "HUME_AI",
|
|
184
|
-
* name: "
|
|
184
|
+
* name: "Ava Song"
|
|
185
185
|
* },
|
|
186
186
|
* languageModel: {
|
|
187
187
|
* modelProvider: "ANTHROPIC",
|
|
@@ -376,14 +376,14 @@ class Configs {
|
|
|
376
376
|
* @example
|
|
377
377
|
* await client.empathicVoice.configs.createConfigVersion("1b60e1a0-cc59-424a-8d2c-189d354db3f3", {
|
|
378
378
|
* versionDescription: "This is an updated version of the Weather Assistant Config.",
|
|
379
|
-
* eviVersion: "
|
|
379
|
+
* eviVersion: "3",
|
|
380
380
|
* prompt: {
|
|
381
381
|
* id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
|
|
382
382
|
* version: 0
|
|
383
383
|
* },
|
|
384
384
|
* voice: {
|
|
385
385
|
* provider: "HUME_AI",
|
|
386
|
-
* name: "
|
|
386
|
+
* name: "Ava Song"
|
|
387
387
|
* },
|
|
388
388
|
* languageModel: {
|
|
389
389
|
* modelProvider: "ANTHROPIC",
|
package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts
CHANGED
|
@@ -10,10 +10,10 @@ import * as Hume from "../../../../../../index";
|
|
|
10
10
|
* id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
|
|
11
11
|
* version: 0
|
|
12
12
|
* },
|
|
13
|
-
* eviVersion: "
|
|
13
|
+
* eviVersion: "3",
|
|
14
14
|
* voice: {
|
|
15
15
|
* provider: "HUME_AI",
|
|
16
|
-
* name: "
|
|
16
|
+
* name: "Ava Song"
|
|
17
17
|
* },
|
|
18
18
|
* languageModel: {
|
|
19
19
|
* modelProvider: "ANTHROPIC",
|
|
@@ -45,7 +45,7 @@ export interface PostedConfig {
|
|
|
45
45
|
versionDescription?: string;
|
|
46
46
|
prompt?: Hume.empathicVoice.PostedConfigPromptSpec;
|
|
47
47
|
/** A voice specification associated with this Config. */
|
|
48
|
-
voice?: Hume.empathicVoice.
|
|
48
|
+
voice?: Hume.empathicVoice.VoiceRef;
|
|
49
49
|
/**
|
|
50
50
|
* The supplemental language model associated with this Config.
|
|
51
51
|
*
|
package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts
CHANGED
|
@@ -6,14 +6,14 @@ import * as Hume from "../../../../../../index";
|
|
|
6
6
|
* @example
|
|
7
7
|
* {
|
|
8
8
|
* versionDescription: "This is an updated version of the Weather Assistant Config.",
|
|
9
|
-
* eviVersion: "
|
|
9
|
+
* eviVersion: "3",
|
|
10
10
|
* prompt: {
|
|
11
11
|
* id: "af699d45-2985-42cc-91b9-af9e5da3bac5",
|
|
12
12
|
* version: 0
|
|
13
13
|
* },
|
|
14
14
|
* voice: {
|
|
15
15
|
* provider: "HUME_AI",
|
|
16
|
-
* name: "
|
|
16
|
+
* name: "Ava Song"
|
|
17
17
|
* },
|
|
18
18
|
* languageModel: {
|
|
19
19
|
* modelProvider: "ANTHROPIC",
|
|
@@ -46,7 +46,7 @@ export interface PostedConfigVersion {
|
|
|
46
46
|
versionDescription?: string;
|
|
47
47
|
prompt?: Hume.empathicVoice.PostedConfigPromptSpec;
|
|
48
48
|
/** A voice specification associated with this Config version. */
|
|
49
|
-
voice?: Hume.empathicVoice.
|
|
49
|
+
voice?: Hume.empathicVoice.VoiceRef;
|
|
50
50
|
/**
|
|
51
51
|
* The supplemental language model associated with this Config version.
|
|
52
52
|
*
|
|
@@ -2,13 +2,11 @@ export * as chat from "./chat";
|
|
|
2
2
|
export * from "./chat/types";
|
|
3
3
|
export * as tools from "./tools";
|
|
4
4
|
export * as prompts from "./prompts";
|
|
5
|
-
export * as customVoices from "./customVoices";
|
|
6
5
|
export * as configs from "./configs";
|
|
7
6
|
export * as chats from "./chats";
|
|
8
7
|
export * as chatGroups from "./chatGroups";
|
|
9
8
|
export * from "./tools/client/requests";
|
|
10
9
|
export * from "./prompts/client/requests";
|
|
11
|
-
export * from "./customVoices/client/requests";
|
|
12
10
|
export * from "./configs/client/requests";
|
|
13
11
|
export * from "./chats/client/requests";
|
|
14
12
|
export * from "./chatGroups/client/requests";
|
|
@@ -36,18 +36,16 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.chatGroups = exports.chats = exports.configs = exports.
|
|
39
|
+
exports.chatGroups = exports.chats = exports.configs = exports.prompts = exports.tools = exports.chat = void 0;
|
|
40
40
|
exports.chat = __importStar(require("./chat"));
|
|
41
41
|
__exportStar(require("./chat/types"), exports);
|
|
42
42
|
exports.tools = __importStar(require("./tools"));
|
|
43
43
|
exports.prompts = __importStar(require("./prompts"));
|
|
44
|
-
exports.customVoices = __importStar(require("./customVoices"));
|
|
45
44
|
exports.configs = __importStar(require("./configs"));
|
|
46
45
|
exports.chats = __importStar(require("./chats"));
|
|
47
46
|
exports.chatGroups = __importStar(require("./chatGroups"));
|
|
48
47
|
__exportStar(require("./tools/client/requests"), exports);
|
|
49
48
|
__exportStar(require("./prompts/client/requests"), exports);
|
|
50
|
-
__exportStar(require("./customVoices/client/requests"), exports);
|
|
51
49
|
__exportStar(require("./configs/client/requests"), exports);
|
|
52
50
|
__exportStar(require("./chats/client/requests"), exports);
|
|
53
51
|
__exportStar(require("./chatGroups/client/requests"), exports);
|
|
@@ -28,8 +28,7 @@ export interface ReturnConfig {
|
|
|
28
28
|
* Hume's eLLM (empathic Large Language Model) is a multimodal language model that takes into account both expression measures and language. The eLLM generates short, empathic language responses and guides text-to-speech (TTS) prosody.
|
|
29
29
|
*/
|
|
30
30
|
ellmModel?: Hume.empathicVoice.ReturnEllmModel;
|
|
31
|
-
|
|
32
|
-
voice?: Hume.empathicVoice.ReturnVoice;
|
|
31
|
+
voice?: unknown;
|
|
33
32
|
prompt?: Hume.empathicVoice.ReturnPrompt;
|
|
34
33
|
/** List of user-defined tools associated with this Config. */
|
|
35
34
|
tools?: (Hume.empathicVoice.ReturnUserDefinedTool | undefined)[];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Hume from "../../../index";
|
|
5
|
+
export interface VoiceId {
|
|
6
|
+
/** ID of the voice in the `Voice Library`. */
|
|
7
|
+
id: string;
|
|
8
|
+
/** Model provider associated with this Voice ID. */
|
|
9
|
+
provider?: Hume.empathicVoice.VoiceProvider;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Hume from "../../../index";
|
|
5
|
+
export interface VoiceName {
|
|
6
|
+
/** Name of the voice in the `Voice Library`. */
|
|
7
|
+
name: string;
|
|
8
|
+
/** Model provider associated with this Voice Name. */
|
|
9
|
+
provider?: Hume.empathicVoice.VoiceProvider;
|
|
10
|
+
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
* This file was auto-generated by Fern from our API Definition.
|
|
4
4
|
*/
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
6
|
+
exports.VoiceProvider = void 0;
|
|
7
|
+
exports.VoiceProvider = {
|
|
8
8
|
HumeAi: "HUME_AI",
|
|
9
9
|
CustomVoice: "CUSTOM_VOICE",
|
|
10
10
|
};
|