hume 0.11.5-beta.2 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/.mock/definition/empathic-voice/__package__.yml +27 -517
  2. package/.mock/definition/empathic-voice/chatGroups.yml +1 -1
  3. package/.mock/definition/empathic-voice/chats.yml +1 -1
  4. package/.mock/definition/empathic-voice/configs.yml +34 -151
  5. package/.mock/definition/empathic-voice/prompts.yml +21 -21
  6. package/.mock/definition/empathic-voice/tools.yml +10 -10
  7. package/.mock/definition/tts/__package__.yml +6 -22
  8. package/api/resources/empathicVoice/resources/chat/client/Socket.js +1 -4
  9. package/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +1 -1
  10. package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +1 -1
  11. package/api/resources/empathicVoice/resources/chats/client/Client.d.ts +1 -1
  12. package/api/resources/empathicVoice/resources/chats/client/Client.js +1 -1
  13. package/api/resources/empathicVoice/resources/configs/client/Client.d.ts +9 -9
  14. package/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
  15. package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +1 -1
  16. package/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +10 -10
  17. package/api/resources/empathicVoice/resources/prompts/client/Client.js +10 -10
  18. package/api/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +1 -1
  19. package/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +1 -1
  20. package/api/resources/empathicVoice/resources/tools/client/Client.d.ts +10 -10
  21. package/api/resources/empathicVoice/resources/tools/client/Client.js +10 -10
  22. package/api/resources/empathicVoice/types/PostedBuiltinTool.d.ts +1 -1
  23. package/api/resources/empathicVoice/types/PostedBuiltinToolName.d.ts +1 -1
  24. package/api/resources/empathicVoice/types/PostedWebhookSpec.d.ts +1 -1
  25. package/api/resources/empathicVoice/types/ReturnConfig.d.ts +1 -1
  26. package/api/resources/empathicVoice/types/ReturnPrompt.d.ts +1 -1
  27. package/api/resources/empathicVoice/types/ReturnWebhookSpec.d.ts +1 -1
  28. package/dist/api/resources/empathicVoice/resources/chat/client/Socket.js +1 -4
  29. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +1 -1
  30. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +1 -1
  31. package/dist/api/resources/empathicVoice/resources/chats/client/Client.d.ts +1 -1
  32. package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +1 -1
  33. package/dist/api/resources/empathicVoice/resources/configs/client/Client.d.ts +9 -9
  34. package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
  35. package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +1 -1
  36. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +10 -10
  37. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +10 -10
  38. package/dist/api/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +1 -1
  39. package/dist/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +1 -1
  40. package/dist/api/resources/empathicVoice/resources/tools/client/Client.d.ts +10 -10
  41. package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +10 -10
  42. package/dist/api/resources/empathicVoice/types/PostedBuiltinTool.d.ts +1 -1
  43. package/dist/api/resources/empathicVoice/types/PostedBuiltinToolName.d.ts +1 -1
  44. package/dist/api/resources/empathicVoice/types/PostedWebhookSpec.d.ts +1 -1
  45. package/dist/api/resources/empathicVoice/types/ReturnConfig.d.ts +1 -1
  46. package/dist/api/resources/empathicVoice/types/ReturnPrompt.d.ts +1 -1
  47. package/dist/api/resources/empathicVoice/types/ReturnWebhookSpec.d.ts +1 -1
  48. package/dist/version.d.ts +1 -1
  49. package/dist/version.js +1 -1
  50. package/package.json +1 -1
  51. package/reference.md +43 -485
  52. package/version.d.ts +1 -1
  53. package/version.js +1 -1
  54. package/.mock/definition/empathic-voice/customVoices.yml +0 -283
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.0.740";
4
+ exports.SDK_VERSION = "0.12.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hume",
3
- "version": "0.11.5-beta.2",
3
+ "version": "0.12.0",
4
4
  "private": false,
5
5
  "repository": "https://github.com/HumeAI/hume-typescript-sdk",
6
6
  "main": "./index.js",