retell-sdk 5.9.0 → 5.10.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 (57) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +2 -2
  3. package/package.json +1 -1
  4. package/resources/agent.d.mts +6 -21
  5. package/resources/agent.d.mts.map +1 -1
  6. package/resources/agent.d.ts +6 -21
  7. package/resources/agent.d.ts.map +1 -1
  8. package/resources/batch-call.d.mts +5 -10
  9. package/resources/batch-call.d.mts.map +1 -1
  10. package/resources/batch-call.d.ts +5 -10
  11. package/resources/batch-call.d.ts.map +1 -1
  12. package/resources/call.d.mts +31 -30
  13. package/resources/call.d.mts.map +1 -1
  14. package/resources/call.d.ts +31 -30
  15. package/resources/call.d.ts.map +1 -1
  16. package/resources/chat-agent.d.mts +3 -3
  17. package/resources/chat-agent.d.mts.map +1 -1
  18. package/resources/chat-agent.d.ts +3 -3
  19. package/resources/chat-agent.d.ts.map +1 -1
  20. package/resources/conversation-flow-component.d.mts +3183 -1404
  21. package/resources/conversation-flow-component.d.mts.map +1 -1
  22. package/resources/conversation-flow-component.d.ts +3183 -1404
  23. package/resources/conversation-flow-component.d.ts.map +1 -1
  24. package/resources/conversation-flow.d.mts +5336 -1778
  25. package/resources/conversation-flow.d.mts.map +1 -1
  26. package/resources/conversation-flow.d.ts +5336 -1778
  27. package/resources/conversation-flow.d.ts.map +1 -1
  28. package/resources/llm.d.mts +540 -42
  29. package/resources/llm.d.mts.map +1 -1
  30. package/resources/llm.d.ts +540 -42
  31. package/resources/llm.d.ts.map +1 -1
  32. package/resources/phone-number.d.mts +7 -0
  33. package/resources/phone-number.d.mts.map +1 -1
  34. package/resources/phone-number.d.ts +7 -0
  35. package/resources/phone-number.d.ts.map +1 -1
  36. package/resources/tests.d.mts +3 -3
  37. package/resources/tests.d.mts.map +1 -1
  38. package/resources/tests.d.ts +3 -3
  39. package/resources/tests.d.ts.map +1 -1
  40. package/src/resources/agent.ts +15 -30
  41. package/src/resources/batch-call.ts +16 -15
  42. package/src/resources/call.ts +67 -45
  43. package/src/resources/chat-agent.ts +15 -6
  44. package/src/resources/conversation-flow-component.ts +8409 -5565
  45. package/src/resources/conversation-flow.ts +10307 -4610
  46. package/src/resources/llm.ts +649 -52
  47. package/src/resources/phone-number.ts +8 -0
  48. package/src/resources/tests.ts +15 -6
  49. package/src/version.ts +1 -1
  50. package/version.d.mts +1 -1
  51. package/version.d.mts.map +1 -1
  52. package/version.d.ts +1 -1
  53. package/version.d.ts.map +1 -1
  54. package/version.js +1 -1
  55. package/version.js.map +1 -1
  56. package/version.mjs +1 -1
  57. package/version.mjs.map +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.