hume 0.9.12 → 0.9.13
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/chat.yml +1 -0
- package/.mock/definition/expression-measurement/batch/__package__.yml +76 -61
- package/.mock/definition/expression-measurement/{v0StreamModels.yml → stream/stream.yml} +15 -14
- package/.mock/definition/tts/__package__.yml +36 -21
- package/.mock/definition/tts/voices.yml +3 -3
- package/.mock/fern.config.json +1 -1
- package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +4 -4
- package/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
- package/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
- package/api/resources/empathicVoice/resources/customVoices/client/Client.js +6 -6
- package/api/resources/empathicVoice/resources/prompts/client/Client.js +9 -9
- package/api/resources/empathicVoice/resources/tools/client/Client.js +9 -9
- package/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
- package/api/resources/expressionMeasurement/resources/batch/client/requests/BatchListJobsRequest.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/batch/types/Transcription.d.ts +0 -1
- package/api/resources/expressionMeasurement/resources/stream/index.d.ts +1 -0
- package/api/resources/expressionMeasurement/resources/stream/index.js +1 -0
- package/api/resources/expressionMeasurement/resources/stream/resources/index.d.ts +2 -0
- package/api/resources/expressionMeasurement/resources/stream/resources/index.js +31 -0
- package/api/resources/expressionMeasurement/resources/stream/resources/stream/index.d.ts +1 -0
- package/api/resources/expressionMeasurement/resources/stream/resources/stream/index.js +17 -0
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/Config.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamErrorMessage.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictions.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsBurst.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsBurstPredictionsItem.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacePredictionsItem.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacemesh.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemeshPredictionsItem.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguage.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelsEndpointPayload.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessage.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/resources/stream/types/index.d.ts +21 -0
- package/api/resources/expressionMeasurement/resources/stream/resources/stream/types/index.js +37 -0
- package/api/resources/expressionMeasurement/resources/stream/types/index.d.ts +0 -21
- package/api/resources/expressionMeasurement/resources/stream/types/index.js +0 -21
- package/api/resources/index.d.ts +1 -1
- package/api/resources/index.js +2 -2
- package/api/resources/tts/client/Client.js +2 -2
- package/api/resources/tts/resources/voices/client/Client.js +1 -1
- package/api/resources/tts/resources/voices/client/requests/PostedVoice.d.ts +1 -1
- package/api/resources/tts/types/PostedUtterance.d.ts +4 -0
- package/api/resources/tts/types/Snippet.d.ts +6 -0
- package/api/resources/tts/types/index.d.ts +0 -1
- package/api/resources/tts/types/index.js +0 -1
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +4 -4
- package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
- package/dist/api/resources/empathicVoice/resources/customVoices/client/Client.js +6 -6
- package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +9 -9
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +9 -9
- package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
- package/dist/api/resources/expressionMeasurement/resources/batch/client/requests/BatchListJobsRequest.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/batch/types/Transcription.d.ts +0 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/index.d.ts +1 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/index.js +1 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/index.d.ts +2 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/index.js +31 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/stream/index.d.ts +1 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/stream/index.js +17 -0
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/Config.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamErrorMessage.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictions.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsBurst.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsBurstPredictionsItem.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacePredictionsItem.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacemesh.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemeshPredictionsItem.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguage.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelsEndpointPayload.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessage.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/stream/types/index.d.ts +21 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/stream/types/index.js +37 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/types/index.d.ts +0 -21
- package/dist/api/resources/expressionMeasurement/resources/stream/types/index.js +0 -21
- package/dist/api/resources/index.d.ts +1 -1
- package/dist/api/resources/index.js +2 -2
- package/dist/api/resources/tts/client/Client.js +2 -2
- package/dist/api/resources/tts/resources/voices/client/Client.js +1 -1
- package/dist/api/resources/tts/resources/voices/client/requests/PostedVoice.d.ts +1 -1
- package/dist/api/resources/tts/types/PostedUtterance.d.ts +4 -0
- package/dist/api/resources/tts/types/Snippet.d.ts +6 -0
- package/dist/api/resources/tts/types/index.d.ts +0 -1
- package/dist/api/resources/tts/types/index.js +0 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/index.d.ts +1 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/index.js +1 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/index.d.ts +2 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/index.js +31 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/stream/index.d.ts +1 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/stream/index.js +17 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/Config.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/Config.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/JobDetails.d.ts +3 -3
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/JobDetails.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamErrorMessage.d.ts +3 -3
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamErrorMessage.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamFace.d.ts +3 -3
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamFace.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamLanguage.d.ts +3 -3
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamLanguage.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictions.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictions.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurst.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurst.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurstPredictionsItem.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurstPredictionsItem.js +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacePredictionsItem.d.ts +5 -5
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacePredictionsItem.js +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemesh.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemesh.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.d.ts +4 -4
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.js +2 -2
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsJobDetails.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsJobDetails.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguage.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguage.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.d.ts +7 -7
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.js +5 -5
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsodyPredictionsItem.d.ts +5 -5
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.js +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelsEndpointPayload.d.ts +3 -3
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelsEndpointPayload.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessage.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessage.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessageJobDetails.d.ts +3 -3
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessageJobDetails.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/stream/types/index.d.ts +21 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/stream/types/index.js +37 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/index.d.ts +0 -21
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/index.js +0 -21
- package/dist/serialization/resources/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- package/dist/serialization/resources/tts/types/PostedUtterance.d.ts +2 -0
- package/dist/serialization/resources/tts/types/PostedUtterance.js +2 -0
- package/dist/serialization/resources/tts/types/Snippet.d.ts +3 -0
- package/dist/serialization/resources/tts/types/Snippet.js +3 -0
- package/dist/serialization/resources/tts/types/index.d.ts +0 -1
- package/dist/serialization/resources/tts/types/index.js +0 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +552 -552
- package/serialization/resources/expressionMeasurement/resources/stream/index.d.ts +1 -0
- package/serialization/resources/expressionMeasurement/resources/stream/index.js +1 -0
- package/serialization/resources/expressionMeasurement/resources/stream/resources/index.d.ts +2 -0
- package/serialization/resources/expressionMeasurement/resources/stream/resources/index.js +31 -0
- package/serialization/resources/expressionMeasurement/resources/stream/resources/stream/index.d.ts +1 -0
- package/serialization/resources/expressionMeasurement/resources/stream/resources/stream/index.js +17 -0
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/Config.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/Config.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/JobDetails.d.ts +3 -3
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/JobDetails.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamErrorMessage.d.ts +3 -3
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamErrorMessage.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamFace.d.ts +3 -3
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamFace.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamLanguage.d.ts +3 -3
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamLanguage.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictions.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictions.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurst.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurst.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurstPredictionsItem.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurstPredictionsItem.js +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacePredictionsItem.d.ts +5 -5
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacePredictionsItem.js +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemesh.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemesh.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.d.ts +4 -4
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.js +2 -2
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsJobDetails.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsJobDetails.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguage.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguage.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.d.ts +7 -7
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.js +5 -5
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsodyPredictionsItem.d.ts +5 -5
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.js +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelsEndpointPayload.d.ts +3 -3
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelsEndpointPayload.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessage.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessage.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessageJobDetails.d.ts +3 -3
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessageJobDetails.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/resources/stream/types/index.d.ts +21 -0
- package/serialization/resources/expressionMeasurement/resources/stream/resources/stream/types/index.js +37 -0
- package/serialization/resources/expressionMeasurement/resources/stream/types/index.d.ts +0 -21
- package/serialization/resources/expressionMeasurement/resources/stream/types/index.js +0 -21
- package/serialization/resources/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
- package/serialization/resources/tts/types/PostedUtterance.d.ts +2 -0
- package/serialization/resources/tts/types/PostedUtterance.js +2 -0
- package/serialization/resources/tts/types/Snippet.d.ts +3 -0
- package/serialization/resources/tts/types/Snippet.js +3 -0
- package/serialization/resources/tts/types/index.d.ts +0 -1
- package/serialization/resources/tts/types/index.js +0 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/tts/types/PostedTtsRecord.d.ts +0 -11
- package/api/resources/tts/types/PostedTtsRecord.js +0 -5
- package/dist/api/resources/tts/types/PostedTtsRecord.d.ts +0 -11
- package/dist/api/resources/tts/types/PostedTtsRecord.js +0 -5
- package/dist/serialization/resources/tts/types/PostedTtsRecord.d.ts +0 -17
- package/dist/serialization/resources/tts/types/PostedTtsRecord.js +0 -38
- package/serialization/resources/tts/types/PostedTtsRecord.d.ts +0 -17
- package/serialization/resources/tts/types/PostedTtsRecord.js +0 -38
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/Config.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/JobDetails.d.ts +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/JobDetails.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamErrorMessage.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamFace.d.ts +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamFace.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamLanguage.d.ts +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamLanguage.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictions.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurst.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurstPredictionsItem.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacePredictionsItem.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemesh.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemeshPredictionsItem.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsJobDetails.d.ts +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsJobDetails.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguage.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguagePredictionsItem.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsodyPredictionsItem.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelsEndpointPayload.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessage.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessageJobDetails.d.ts +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessageJobDetails.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/Config.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/JobDetails.d.ts +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/JobDetails.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamErrorMessage.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamFace.d.ts +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamFace.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamLanguage.d.ts +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamLanguage.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictions.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurst.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurstPredictionsItem.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacePredictionsItem.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemesh.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemeshPredictionsItem.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsJobDetails.d.ts +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsJobDetails.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguage.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguagePredictionsItem.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsodyPredictionsItem.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelsEndpointPayload.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessage.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessageJobDetails.d.ts +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessageJobDetails.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.js +0 -0
|
@@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.StreamModelsEndpointPayload = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
31
31
|
const Config_1 = require("./Config");
|
|
32
32
|
exports.StreamModelsEndpointPayload = core.serialization.object({
|
|
33
33
|
data: core.serialization.string().optional(),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from "
|
|
5
|
-
import * as Hume from "
|
|
6
|
-
import * as core from "
|
|
4
|
+
import * as serializers from "../../../../../../../index";
|
|
5
|
+
import * as Hume from "../../../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../../../core";
|
|
7
7
|
import { StreamWarningMessageJobDetails } from "./StreamWarningMessageJobDetails";
|
|
8
8
|
export declare const StreamWarningMessage: core.serialization.ObjectSchema<serializers.expressionMeasurement.stream.StreamWarningMessage.Raw, Hume.expressionMeasurement.stream.StreamWarningMessage>;
|
|
9
9
|
export declare namespace StreamWarningMessage {
|
|
@@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.StreamWarningMessage = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
31
31
|
const StreamWarningMessageJobDetails_1 = require("./StreamWarningMessageJobDetails");
|
|
32
32
|
exports.StreamWarningMessage = core.serialization.object({
|
|
33
33
|
warning: core.serialization.string().optional(),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from "
|
|
5
|
-
import * as Hume from "
|
|
6
|
-
import * as core from "
|
|
4
|
+
import * as serializers from "../../../../../../../index";
|
|
5
|
+
import * as Hume from "../../../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../../../core";
|
|
7
7
|
export declare const StreamWarningMessageJobDetails: core.serialization.ObjectSchema<serializers.expressionMeasurement.stream.StreamWarningMessageJobDetails.Raw, Hume.expressionMeasurement.stream.StreamWarningMessageJobDetails>;
|
|
8
8
|
export declare namespace StreamWarningMessageJobDetails {
|
|
9
9
|
interface Raw {
|
|
@@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.StreamWarningMessageJobDetails = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
31
31
|
exports.StreamWarningMessageJobDetails = core.serialization.object({
|
|
32
32
|
jobId: core.serialization.property("job_id", core.serialization.string().optional()),
|
|
33
33
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from "
|
|
5
|
-
import * as Hume from "
|
|
6
|
-
import * as core from "
|
|
4
|
+
import * as serializers from "../../../../../../../index";
|
|
5
|
+
import * as Hume from "../../../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../../../core";
|
|
7
7
|
import { StreamModelPredictions } from "./StreamModelPredictions";
|
|
8
8
|
import { StreamErrorMessage } from "./StreamErrorMessage";
|
|
9
9
|
import { StreamWarningMessage } from "./StreamWarningMessage";
|
|
@@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.SubscribeEvent = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
31
31
|
const StreamModelPredictions_1 = require("./StreamModelPredictions");
|
|
32
32
|
const StreamErrorMessage_1 = require("./StreamErrorMessage");
|
|
33
33
|
const StreamWarningMessage_1 = require("./StreamWarningMessage");
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export * from "./StreamModelPredictionsJobDetails";
|
|
2
|
+
export * from "./StreamModelPredictionsBurstPredictionsItem";
|
|
3
|
+
export * from "./StreamModelPredictionsBurst";
|
|
4
|
+
export * from "./StreamModelPredictionsFacePredictionsItem";
|
|
5
|
+
export * from "./StreamModelPredictionsFace";
|
|
6
|
+
export * from "./StreamModelPredictionsFacemeshPredictionsItem";
|
|
7
|
+
export * from "./StreamModelPredictionsFacemesh";
|
|
8
|
+
export * from "./StreamModelPredictionsLanguagePredictionsItem";
|
|
9
|
+
export * from "./StreamModelPredictionsLanguage";
|
|
10
|
+
export * from "./StreamModelPredictionsProsodyPredictionsItem";
|
|
11
|
+
export * from "./StreamModelPredictionsProsody";
|
|
12
|
+
export * from "./StreamModelPredictions";
|
|
13
|
+
export * from "./JobDetails";
|
|
14
|
+
export * from "./StreamErrorMessage";
|
|
15
|
+
export * from "./StreamWarningMessageJobDetails";
|
|
16
|
+
export * from "./StreamWarningMessage";
|
|
17
|
+
export * from "./SubscribeEvent";
|
|
18
|
+
export * from "./StreamFace";
|
|
19
|
+
export * from "./StreamLanguage";
|
|
20
|
+
export * from "./Config";
|
|
21
|
+
export * from "./StreamModelsEndpointPayload";
|
|
@@ -0,0 +1,37 @@
|
|
|
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("./StreamModelPredictionsJobDetails"), exports);
|
|
18
|
+
__exportStar(require("./StreamModelPredictionsBurstPredictionsItem"), exports);
|
|
19
|
+
__exportStar(require("./StreamModelPredictionsBurst"), exports);
|
|
20
|
+
__exportStar(require("./StreamModelPredictionsFacePredictionsItem"), exports);
|
|
21
|
+
__exportStar(require("./StreamModelPredictionsFace"), exports);
|
|
22
|
+
__exportStar(require("./StreamModelPredictionsFacemeshPredictionsItem"), exports);
|
|
23
|
+
__exportStar(require("./StreamModelPredictionsFacemesh"), exports);
|
|
24
|
+
__exportStar(require("./StreamModelPredictionsLanguagePredictionsItem"), exports);
|
|
25
|
+
__exportStar(require("./StreamModelPredictionsLanguage"), exports);
|
|
26
|
+
__exportStar(require("./StreamModelPredictionsProsodyPredictionsItem"), exports);
|
|
27
|
+
__exportStar(require("./StreamModelPredictionsProsody"), exports);
|
|
28
|
+
__exportStar(require("./StreamModelPredictions"), exports);
|
|
29
|
+
__exportStar(require("./JobDetails"), exports);
|
|
30
|
+
__exportStar(require("./StreamErrorMessage"), exports);
|
|
31
|
+
__exportStar(require("./StreamWarningMessageJobDetails"), exports);
|
|
32
|
+
__exportStar(require("./StreamWarningMessage"), exports);
|
|
33
|
+
__exportStar(require("./SubscribeEvent"), exports);
|
|
34
|
+
__exportStar(require("./StreamFace"), exports);
|
|
35
|
+
__exportStar(require("./StreamLanguage"), exports);
|
|
36
|
+
__exportStar(require("./Config"), exports);
|
|
37
|
+
__exportStar(require("./StreamModelsEndpointPayload"), exports);
|
package/dist/serialization/resources/expressionMeasurement/resources/stream/types/index.d.ts
CHANGED
|
@@ -1,24 +1,3 @@
|
|
|
1
|
-
export * from "./StreamModelPredictionsJobDetails";
|
|
2
|
-
export * from "./StreamModelPredictionsBurstPredictionsItem";
|
|
3
|
-
export * from "./StreamModelPredictionsBurst";
|
|
4
|
-
export * from "./StreamModelPredictionsFacePredictionsItem";
|
|
5
|
-
export * from "./StreamModelPredictionsFace";
|
|
6
|
-
export * from "./StreamModelPredictionsFacemeshPredictionsItem";
|
|
7
|
-
export * from "./StreamModelPredictionsFacemesh";
|
|
8
|
-
export * from "./StreamModelPredictionsLanguagePredictionsItem";
|
|
9
|
-
export * from "./StreamModelPredictionsLanguage";
|
|
10
|
-
export * from "./StreamModelPredictionsProsodyPredictionsItem";
|
|
11
|
-
export * from "./StreamModelPredictionsProsody";
|
|
12
|
-
export * from "./StreamModelPredictions";
|
|
13
|
-
export * from "./JobDetails";
|
|
14
|
-
export * from "./StreamErrorMessage";
|
|
15
|
-
export * from "./StreamWarningMessageJobDetails";
|
|
16
|
-
export * from "./StreamWarningMessage";
|
|
17
|
-
export * from "./SubscribeEvent";
|
|
18
|
-
export * from "./StreamFace";
|
|
19
|
-
export * from "./StreamLanguage";
|
|
20
|
-
export * from "./Config";
|
|
21
|
-
export * from "./StreamModelsEndpointPayload";
|
|
22
1
|
export * from "./EmotionEmbeddingItem";
|
|
23
2
|
export * from "./EmotionEmbedding";
|
|
24
3
|
export * from "./StreamBoundingBox";
|
|
@@ -14,27 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./StreamModelPredictionsJobDetails"), exports);
|
|
18
|
-
__exportStar(require("./StreamModelPredictionsBurstPredictionsItem"), exports);
|
|
19
|
-
__exportStar(require("./StreamModelPredictionsBurst"), exports);
|
|
20
|
-
__exportStar(require("./StreamModelPredictionsFacePredictionsItem"), exports);
|
|
21
|
-
__exportStar(require("./StreamModelPredictionsFace"), exports);
|
|
22
|
-
__exportStar(require("./StreamModelPredictionsFacemeshPredictionsItem"), exports);
|
|
23
|
-
__exportStar(require("./StreamModelPredictionsFacemesh"), exports);
|
|
24
|
-
__exportStar(require("./StreamModelPredictionsLanguagePredictionsItem"), exports);
|
|
25
|
-
__exportStar(require("./StreamModelPredictionsLanguage"), exports);
|
|
26
|
-
__exportStar(require("./StreamModelPredictionsProsodyPredictionsItem"), exports);
|
|
27
|
-
__exportStar(require("./StreamModelPredictionsProsody"), exports);
|
|
28
|
-
__exportStar(require("./StreamModelPredictions"), exports);
|
|
29
|
-
__exportStar(require("./JobDetails"), exports);
|
|
30
|
-
__exportStar(require("./StreamErrorMessage"), exports);
|
|
31
|
-
__exportStar(require("./StreamWarningMessageJobDetails"), exports);
|
|
32
|
-
__exportStar(require("./StreamWarningMessage"), exports);
|
|
33
|
-
__exportStar(require("./SubscribeEvent"), exports);
|
|
34
|
-
__exportStar(require("./StreamFace"), exports);
|
|
35
|
-
__exportStar(require("./StreamLanguage"), exports);
|
|
36
|
-
__exportStar(require("./Config"), exports);
|
|
37
|
-
__exportStar(require("./StreamModelsEndpointPayload"), exports);
|
|
38
17
|
__exportStar(require("./EmotionEmbeddingItem"), exports);
|
|
39
18
|
__exportStar(require("./EmotionEmbedding"), exports);
|
|
40
19
|
__exportStar(require("./StreamBoundingBox"), exports);
|
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
26
|
+
exports.expressionMeasurement = exports.empathicVoice = exports.tts = void 0;
|
|
27
27
|
exports.tts = __importStar(require("./tts"));
|
|
28
|
-
exports.expressionMeasurement = __importStar(require("./expressionMeasurement"));
|
|
29
28
|
exports.empathicVoice = __importStar(require("./empathicVoice"));
|
|
29
|
+
exports.expressionMeasurement = __importStar(require("./expressionMeasurement"));
|
|
@@ -9,7 +9,9 @@ export declare const PostedUtterance: core.serialization.ObjectSchema<serializer
|
|
|
9
9
|
export declare namespace PostedUtterance {
|
|
10
10
|
interface Raw {
|
|
11
11
|
description?: string | null;
|
|
12
|
+
speed?: number | null;
|
|
12
13
|
text: string;
|
|
14
|
+
trailing_silence?: number | null;
|
|
13
15
|
voice?: PostedUtteranceVoice.Raw | null;
|
|
14
16
|
}
|
|
15
17
|
}
|
|
@@ -31,6 +31,8 @@ const core = __importStar(require("../../../../core"));
|
|
|
31
31
|
const PostedUtteranceVoice_1 = require("./PostedUtteranceVoice");
|
|
32
32
|
exports.PostedUtterance = core.serialization.object({
|
|
33
33
|
description: core.serialization.string().optional(),
|
|
34
|
+
speed: core.serialization.number().optional(),
|
|
34
35
|
text: core.serialization.string(),
|
|
36
|
+
trailingSilence: core.serialization.property("trailing_silence", core.serialization.number().optional()),
|
|
35
37
|
voice: PostedUtteranceVoice_1.PostedUtteranceVoice.optional(),
|
|
36
38
|
});
|
|
@@ -8,7 +8,10 @@ export declare const Snippet: core.serialization.ObjectSchema<serializers.tts.Sn
|
|
|
8
8
|
export declare namespace Snippet {
|
|
9
9
|
interface Raw {
|
|
10
10
|
audio: string;
|
|
11
|
+
audio_format: string;
|
|
12
|
+
generation_id: string;
|
|
11
13
|
id: string;
|
|
12
14
|
text: string;
|
|
15
|
+
utterance_index?: number | null;
|
|
13
16
|
}
|
|
14
17
|
}
|
|
@@ -30,6 +30,9 @@ exports.Snippet = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.Snippet = core.serialization.object({
|
|
32
32
|
audio: core.serialization.string(),
|
|
33
|
+
audioFormat: core.serialization.property("audio_format", core.serialization.string()),
|
|
34
|
+
generationId: core.serialization.property("generation_id", core.serialization.string()),
|
|
33
35
|
id: core.serialization.string(),
|
|
34
36
|
text: core.serialization.string(),
|
|
37
|
+
utteranceIndex: core.serialization.property("utterance_index", core.serialization.number().optional()),
|
|
35
38
|
});
|
|
@@ -11,7 +11,6 @@ export * from "./PostedTts";
|
|
|
11
11
|
export * from "./ReturnTts";
|
|
12
12
|
export * from "./ReturnVoice";
|
|
13
13
|
export * from "./FormatPcm";
|
|
14
|
-
export * from "./PostedTtsRecord";
|
|
15
14
|
export * from "./Snippet";
|
|
16
15
|
export * from "./PostedUtterance";
|
|
17
16
|
export * from "./ValidationErrorLocItem";
|
|
@@ -27,7 +27,6 @@ __exportStar(require("./PostedTts"), exports);
|
|
|
27
27
|
__exportStar(require("./ReturnTts"), exports);
|
|
28
28
|
__exportStar(require("./ReturnVoice"), exports);
|
|
29
29
|
__exportStar(require("./FormatPcm"), exports);
|
|
30
|
-
__exportStar(require("./PostedTtsRecord"), exports);
|
|
31
30
|
__exportStar(require("./Snippet"), exports);
|
|
32
31
|
__exportStar(require("./PostedUtterance"), exports);
|
|
33
32
|
__exportStar(require("./ValidationErrorLocItem"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.9.
|
|
1
|
+
export declare const SDK_VERSION = "0.9.13";
|
package/dist/version.js
CHANGED