@elevenlabs/elevenlabs-js 2.18.0 → 2.19.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 (1648) hide show
  1. package/Client.js +2 -2
  2. package/api/resources/audioIsolation/client/Client.js +3 -0
  3. package/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +2 -0
  4. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +11 -8
  5. package/api/resources/conversationalAi/resources/agents/client/Client.js +20 -12
  6. package/api/resources/conversationalAi/resources/agents/client/requests/AgentsGetRequest.d.ts +10 -0
  7. package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
  8. package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
  9. package/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
  10. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +1 -1
  11. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -1
  12. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +1 -1
  13. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -1
  14. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +1 -1
  15. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -1
  16. package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +5 -2
  17. package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +5 -2
  18. package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +5 -2
  19. package/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
  20. package/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +2 -0
  21. package/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +2 -0
  22. package/api/resources/music/types/MusicComposeRequestOutputFormat.d.ts +2 -0
  23. package/api/resources/music/types/MusicComposeRequestOutputFormat.js +2 -0
  24. package/api/resources/music/types/MusicStreamRequestOutputFormat.d.ts +2 -0
  25. package/api/resources/music/types/MusicStreamRequestOutputFormat.js +2 -0
  26. package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +2 -0
  27. package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +2 -0
  28. package/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +2 -0
  29. package/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.js +2 -0
  30. package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +2 -0
  31. package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +2 -0
  32. package/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +2 -0
  33. package/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +2 -0
  34. package/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +2 -0
  35. package/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +2 -0
  36. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -2
  37. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +0 -2
  38. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -2
  39. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +0 -2
  40. package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +2 -0
  41. package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +2 -0
  42. package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +2 -0
  43. package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +2 -0
  44. package/api/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +2 -0
  45. package/api/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.js +2 -0
  46. package/api/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +2 -0
  47. package/api/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.js +2 -0
  48. package/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +2 -0
  49. package/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +2 -0
  50. package/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +2 -0
  51. package/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +2 -0
  52. package/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +2 -0
  53. package/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +2 -0
  54. package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +13 -0
  55. package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +13 -0
  56. package/api/types/AgentConfigOverrideInput.d.ts +9 -0
  57. package/api/types/AgentConfigOverrideOutput.d.ts +9 -0
  58. package/api/types/AgentPlatformSettingsRequestModel.d.ts +6 -6
  59. package/api/types/AgentPlatformSettingsResponseModel.d.ts +6 -6
  60. package/api/types/AgentWorkflowRequestModel.d.ts +1 -1
  61. package/api/types/AgentWorkflowRequestModelNodesValue.d.ts +6 -6
  62. package/api/types/AgentWorkflowResponseModel.d.ts +5 -0
  63. package/api/types/AgentWorkflowResponseModelNodesValue.d.ts +22 -0
  64. package/api/types/Alignment.d.ts +2 -2
  65. package/api/types/AstAndOperatorNodeInput.d.ts +5 -0
  66. package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +43 -0
  67. package/api/types/AstAndOperatorNodeOutput.d.ts +5 -0
  68. package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +43 -0
  69. package/api/types/AstBooleanNodeInput.d.ts +4 -0
  70. package/api/types/AstBooleanNodeOutput.d.ts +4 -0
  71. package/api/types/AstDynamicVariableNodeInput.d.ts +4 -0
  72. package/api/types/AstDynamicVariableNodeOutput.d.ts +4 -0
  73. package/api/types/AstEqualsOperatorNodeInput.d.ts +7 -0
  74. package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +46 -0
  75. package/api/types/AstEqualsOperatorNodeInputRight.d.ts +46 -0
  76. package/api/types/AstEqualsOperatorNodeOutput.d.ts +7 -0
  77. package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +46 -0
  78. package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +46 -0
  79. package/api/types/AstGreaterThanOperatorNodeInput.d.ts +7 -0
  80. package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +46 -0
  81. package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +46 -0
  82. package/api/types/AstGreaterThanOperatorNodeOutput.d.ts +7 -0
  83. package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +46 -0
  84. package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +46 -0
  85. package/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +7 -0
  86. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +46 -0
  87. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +46 -0
  88. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +7 -0
  89. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +46 -0
  90. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +46 -0
  91. package/api/types/AstLessThanOperatorNodeInput.d.ts +7 -0
  92. package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +46 -0
  93. package/api/types/AstLessThanOperatorNodeInputRight.d.ts +46 -0
  94. package/api/types/AstLessThanOperatorNodeOutput.d.ts +7 -0
  95. package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +46 -0
  96. package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +46 -0
  97. package/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +7 -0
  98. package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +46 -0
  99. package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +46 -0
  100. package/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +7 -0
  101. package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +46 -0
  102. package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +46 -0
  103. package/api/types/AstNotEqualsOperatorNodeInput.d.ts +7 -0
  104. package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +46 -0
  105. package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +46 -0
  106. package/api/types/AstNotEqualsOperatorNodeOutput.d.ts +7 -0
  107. package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +46 -0
  108. package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +46 -0
  109. package/api/types/AstNumberNodeInput.d.ts +4 -0
  110. package/api/types/AstNumberNodeOutput.d.ts +4 -0
  111. package/api/types/AstOrOperatorNodeInput.d.ts +5 -0
  112. package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +43 -0
  113. package/api/types/AstOrOperatorNodeOutput.d.ts +5 -0
  114. package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +43 -0
  115. package/api/types/AstStringNodeInput.d.ts +4 -0
  116. package/api/types/AstStringNodeOutput.d.ts +4 -0
  117. package/api/types/AstllmNodeInput.d.ts +4 -0
  118. package/api/types/AstllmNodeOutput.d.ts +4 -0
  119. package/api/types/AsyncConversationMetadata.d.ts +13 -0
  120. package/api/types/AsyncConversationMetadataDeliveryStatus.d.ts +6 -0
  121. package/api/types/AsyncConversationMetadataDeliveryStatus.js +9 -0
  122. package/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +17 -0
  123. package/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +17 -0
  124. package/api/types/ConvAiWebhooks.d.ts +4 -1
  125. package/api/types/ConversationConfigClientOverrideInput.d.ts +1 -1
  126. package/api/types/ConversationConfigClientOverrideOutput.d.ts +1 -1
  127. package/api/types/ConversationHistoryMetadataCommonModel.d.ts +2 -0
  128. package/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +10 -0
  129. package/api/types/ConversationInitiationSource.d.ts +1 -0
  130. package/api/types/ConversationInitiationSource.js +1 -0
  131. package/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +17 -0
  132. package/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +17 -0
  133. package/api/types/CreateAgentResponseModel.d.ts +4 -0
  134. package/api/types/DefaultConversationInitiationTrigger.d.ts +5 -0
  135. package/api/types/ExtendedSubscriptionResponseModelCurrency.d.ts +1 -0
  136. package/api/types/ExtendedSubscriptionResponseModelCurrency.js +1 -0
  137. package/api/types/GetAgentResponseModel.d.ts +3 -1
  138. package/api/types/NormalizedAlignment.d.ts +2 -2
  139. package/api/types/PositionInput.d.ts +4 -0
  140. package/api/types/PositionOutput.d.ts +4 -0
  141. package/api/types/ProjectExtendedResponse.d.ts +2 -0
  142. package/api/types/ProjectExtendedResponseModelAspectRatio.d.ts +7 -0
  143. package/api/types/ProjectExtendedResponseModelAspectRatio.js +10 -0
  144. package/api/types/ProjectResponse.d.ts +2 -0
  145. package/api/types/ProjectResponseModelAspectRatio.d.ts +7 -0
  146. package/api/types/ProjectResponseModelAspectRatio.js +10 -0
  147. package/api/types/PromptAgentApiModelOverride.d.ts +3 -0
  148. package/api/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
  149. package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +37 -0
  150. package/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +5 -0
  151. package/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +20 -0
  152. package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +37 -0
  153. package/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +5 -0
  154. package/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +20 -0
  155. package/api/types/SectionSource.d.ts +9 -0
  156. package/api/types/SongSection.d.ts +3 -0
  157. package/api/types/SubscriptionResponseModelCurrency.d.ts +1 -0
  158. package/api/types/SubscriptionResponseModelCurrency.js +1 -0
  159. package/api/types/TimeRange.d.ts +4 -0
  160. package/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +21 -0
  161. package/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +21 -0
  162. package/api/types/WebhookEventType.d.ts +6 -0
  163. package/api/types/WebhookEventType.js +9 -0
  164. package/api/types/WhatsAppBusinessAccount.d.ts +5 -0
  165. package/api/types/WhatsAppBusinessAccountChangesItem.d.ts +10 -0
  166. package/api/types/WhatsAppCall.d.ts +10 -0
  167. package/api/types/WhatsAppCallDirection.d.ts +5 -0
  168. package/api/types/WhatsAppCallDirection.js +8 -0
  169. package/api/types/WhatsAppCalls.d.ts +5 -0
  170. package/api/types/WhatsAppChangeCalls.d.ts +4 -0
  171. package/api/types/WhatsAppChangeMessages.d.ts +2 -0
  172. package/api/types/WhatsAppEventRequest.d.ts +5 -0
  173. package/api/types/WhatsAppMetadata.d.ts +3 -0
  174. package/api/types/WhatsAppSession.d.ts +4 -0
  175. package/api/types/WorkflowEdgeModelInput.d.ts +11 -0
  176. package/api/types/WorkflowEdgeModelInputBackwardCondition.d.ts +16 -0
  177. package/api/types/WorkflowEdgeModelInputForwardCondition.d.ts +16 -0
  178. package/api/types/WorkflowEdgeModelOutput.d.ts +11 -0
  179. package/api/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +16 -0
  180. package/api/types/WorkflowEdgeModelOutputForwardCondition.d.ts +16 -0
  181. package/api/types/WorkflowEndNodeModelInput.d.ts +7 -0
  182. package/api/types/WorkflowEndNodeModelOutput.d.ts +7 -0
  183. package/api/types/WorkflowExpressionConditionModelInput.d.ts +7 -0
  184. package/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +46 -0
  185. package/api/types/WorkflowExpressionConditionModelOutput.d.ts +7 -0
  186. package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +46 -0
  187. package/api/types/WorkflowFeaturesUsageCommonModel.d.ts +3 -0
  188. package/api/types/WorkflowLlmConditionModelInput.d.ts +6 -0
  189. package/api/types/WorkflowLlmConditionModelOutput.d.ts +6 -0
  190. package/api/types/WorkflowLlmConditionModelOutput.js +3 -0
  191. package/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +17 -0
  192. package/api/types/WorkflowOverrideAgentNodeModelInput.js +3 -0
  193. package/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +17 -0
  194. package/api/types/WorkflowOverrideAgentNodeModelOutput.js +3 -0
  195. package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +9 -0
  196. package/api/types/WorkflowPhoneNumberNodeModelInput.js +3 -0
  197. package/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +10 -0
  198. package/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +3 -0
  199. package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +9 -0
  200. package/api/types/WorkflowPhoneNumberNodeModelOutput.js +3 -0
  201. package/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +10 -0
  202. package/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +3 -0
  203. package/api/types/WorkflowResultConditionModelInput.d.ts +6 -0
  204. package/api/types/WorkflowResultConditionModelInput.js +3 -0
  205. package/api/types/WorkflowResultConditionModelOutput.d.ts +6 -0
  206. package/api/types/WorkflowResultConditionModelOutput.js +3 -0
  207. package/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +15 -0
  208. package/api/types/WorkflowStandaloneAgentNodeModelInput.js +3 -0
  209. package/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +15 -0
  210. package/api/types/WorkflowStandaloneAgentNodeModelOutput.js +3 -0
  211. package/api/types/WorkflowStartNodeModelInput.d.ts +7 -0
  212. package/api/types/WorkflowStartNodeModelInput.js +3 -0
  213. package/api/types/WorkflowStartNodeModelOutput.d.ts +7 -0
  214. package/api/types/WorkflowStartNodeModelOutput.js +3 -0
  215. package/api/types/WorkflowToolNodeModelInput.d.ts +9 -0
  216. package/api/types/WorkflowToolNodeModelInput.js +3 -0
  217. package/api/types/WorkflowToolNodeModelOutput.d.ts +9 -0
  218. package/api/types/WorkflowToolNodeModelOutput.js +3 -0
  219. package/api/types/WorkflowUnconditionalModelInput.d.ts +4 -0
  220. package/api/types/WorkflowUnconditionalModelInput.js +3 -0
  221. package/api/types/WorkflowUnconditionalModelOutput.d.ts +4 -0
  222. package/api/types/WorkflowUnconditionalModelOutput.js +3 -0
  223. package/api/types/ZendeskConversationInitiationTrigger.d.ts +6 -0
  224. package/api/types/ZendeskConversationInitiationTrigger.js +3 -0
  225. package/api/types/index.d.ts +124 -51
  226. package/api/types/index.js +124 -51
  227. package/dist/Client.js +2 -2
  228. package/dist/api/resources/audioIsolation/client/Client.js +3 -0
  229. package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +2 -0
  230. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +11 -8
  231. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +20 -12
  232. package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsGetRequest.d.ts +10 -0
  233. package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsGetRequest.js +3 -0
  234. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
  235. package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
  236. package/dist/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
  237. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +1 -1
  238. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -1
  239. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +1 -1
  240. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -1
  241. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +1 -1
  242. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -1
  243. package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +5 -2
  244. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +5 -2
  245. package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +5 -2
  246. package/dist/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
  247. package/dist/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +2 -0
  248. package/dist/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +2 -0
  249. package/dist/api/resources/music/types/MusicComposeRequestOutputFormat.d.ts +2 -0
  250. package/dist/api/resources/music/types/MusicComposeRequestOutputFormat.js +2 -0
  251. package/dist/api/resources/music/types/MusicStreamRequestOutputFormat.d.ts +2 -0
  252. package/dist/api/resources/music/types/MusicStreamRequestOutputFormat.js +2 -0
  253. package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +2 -0
  254. package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +2 -0
  255. package/dist/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +2 -0
  256. package/dist/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.js +2 -0
  257. package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +2 -0
  258. package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +2 -0
  259. package/dist/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +2 -0
  260. package/dist/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +2 -0
  261. package/dist/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +2 -0
  262. package/dist/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +2 -0
  263. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -2
  264. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +0 -2
  265. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -2
  266. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +0 -2
  267. package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +2 -0
  268. package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +2 -0
  269. package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +2 -0
  270. package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +2 -0
  271. package/dist/api/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +2 -0
  272. package/dist/api/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.js +2 -0
  273. package/dist/api/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +2 -0
  274. package/dist/api/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.js +2 -0
  275. package/dist/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +2 -0
  276. package/dist/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +2 -0
  277. package/dist/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +2 -0
  278. package/dist/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +2 -0
  279. package/dist/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +2 -0
  280. package/dist/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +2 -0
  281. package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +13 -0
  282. package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.js +3 -0
  283. package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +13 -0
  284. package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.js +3 -0
  285. package/dist/api/types/AgentConfigOverrideInput.d.ts +9 -0
  286. package/dist/api/types/AgentConfigOverrideInput.js +3 -0
  287. package/dist/api/types/AgentConfigOverrideOutput.d.ts +9 -0
  288. package/dist/api/types/AgentConfigOverrideOutput.js +3 -0
  289. package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +6 -6
  290. package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +6 -6
  291. package/dist/api/types/AgentWorkflowRequestModel.d.ts +1 -1
  292. package/dist/api/types/AgentWorkflowRequestModelNodesValue.d.ts +6 -6
  293. package/dist/api/types/AgentWorkflowResponseModel.d.ts +5 -0
  294. package/dist/api/types/AgentWorkflowResponseModel.js +3 -0
  295. package/dist/api/types/AgentWorkflowResponseModelNodesValue.d.ts +22 -0
  296. package/dist/api/types/AgentWorkflowResponseModelNodesValue.js +3 -0
  297. package/dist/api/types/Alignment.d.ts +2 -2
  298. package/dist/api/types/AstAndOperatorNodeInput.d.ts +5 -0
  299. package/dist/api/types/AstAndOperatorNodeInput.js +3 -0
  300. package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +43 -0
  301. package/dist/api/types/AstAndOperatorNodeInputChildrenItem.js +3 -0
  302. package/dist/api/types/AstAndOperatorNodeOutput.d.ts +5 -0
  303. package/dist/api/types/AstAndOperatorNodeOutput.js +3 -0
  304. package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +43 -0
  305. package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.js +3 -0
  306. package/dist/api/types/AstBooleanNodeInput.d.ts +4 -0
  307. package/dist/api/types/AstBooleanNodeInput.js +3 -0
  308. package/dist/api/types/AstBooleanNodeOutput.d.ts +4 -0
  309. package/dist/api/types/AstBooleanNodeOutput.js +3 -0
  310. package/dist/api/types/AstDynamicVariableNodeInput.d.ts +4 -0
  311. package/dist/api/types/AstDynamicVariableNodeInput.js +3 -0
  312. package/dist/api/types/AstDynamicVariableNodeOutput.d.ts +4 -0
  313. package/dist/api/types/AstDynamicVariableNodeOutput.js +3 -0
  314. package/dist/api/types/AstEqualsOperatorNodeInput.d.ts +7 -0
  315. package/dist/api/types/AstEqualsOperatorNodeInput.js +3 -0
  316. package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +46 -0
  317. package/dist/api/types/AstEqualsOperatorNodeInputLeft.js +3 -0
  318. package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +46 -0
  319. package/dist/api/types/AstEqualsOperatorNodeInputRight.js +3 -0
  320. package/dist/api/types/AstEqualsOperatorNodeOutput.d.ts +7 -0
  321. package/dist/api/types/AstEqualsOperatorNodeOutput.js +3 -0
  322. package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +46 -0
  323. package/dist/api/types/AstEqualsOperatorNodeOutputLeft.js +3 -0
  324. package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +46 -0
  325. package/dist/api/types/AstEqualsOperatorNodeOutputRight.js +3 -0
  326. package/dist/api/types/AstGreaterThanOperatorNodeInput.d.ts +7 -0
  327. package/dist/api/types/AstGreaterThanOperatorNodeInput.js +3 -0
  328. package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +46 -0
  329. package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.js +3 -0
  330. package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +46 -0
  331. package/dist/api/types/AstGreaterThanOperatorNodeInputRight.js +3 -0
  332. package/dist/api/types/AstGreaterThanOperatorNodeOutput.d.ts +7 -0
  333. package/dist/api/types/AstGreaterThanOperatorNodeOutput.js +3 -0
  334. package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +46 -0
  335. package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.js +3 -0
  336. package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +46 -0
  337. package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.js +3 -0
  338. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +7 -0
  339. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.js +3 -0
  340. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +46 -0
  341. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +3 -0
  342. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +46 -0
  343. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +3 -0
  344. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +7 -0
  345. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +3 -0
  346. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +46 -0
  347. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +3 -0
  348. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +46 -0
  349. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +3 -0
  350. package/dist/api/types/AstLessThanOperatorNodeInput.d.ts +7 -0
  351. package/dist/api/types/AstLessThanOperatorNodeInput.js +3 -0
  352. package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +46 -0
  353. package/dist/api/types/AstLessThanOperatorNodeInputLeft.js +3 -0
  354. package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +46 -0
  355. package/dist/api/types/AstLessThanOperatorNodeInputRight.js +3 -0
  356. package/dist/api/types/AstLessThanOperatorNodeOutput.d.ts +7 -0
  357. package/dist/api/types/AstLessThanOperatorNodeOutput.js +3 -0
  358. package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +46 -0
  359. package/dist/api/types/AstLessThanOperatorNodeOutputLeft.js +3 -0
  360. package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +46 -0
  361. package/dist/api/types/AstLessThanOperatorNodeOutputRight.js +3 -0
  362. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +7 -0
  363. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.js +3 -0
  364. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +46 -0
  365. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +3 -0
  366. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +46 -0
  367. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.js +3 -0
  368. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +7 -0
  369. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.js +3 -0
  370. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +46 -0
  371. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +3 -0
  372. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +46 -0
  373. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +3 -0
  374. package/dist/api/types/AstNotEqualsOperatorNodeInput.d.ts +7 -0
  375. package/dist/api/types/AstNotEqualsOperatorNodeInput.js +3 -0
  376. package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +46 -0
  377. package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.js +3 -0
  378. package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +46 -0
  379. package/dist/api/types/AstNotEqualsOperatorNodeInputRight.js +3 -0
  380. package/dist/api/types/AstNotEqualsOperatorNodeOutput.d.ts +7 -0
  381. package/dist/api/types/AstNotEqualsOperatorNodeOutput.js +3 -0
  382. package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +46 -0
  383. package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.js +3 -0
  384. package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +46 -0
  385. package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.js +3 -0
  386. package/dist/api/types/AstNumberNodeInput.d.ts +4 -0
  387. package/dist/api/types/AstNumberNodeInput.js +3 -0
  388. package/dist/api/types/AstNumberNodeOutput.d.ts +4 -0
  389. package/dist/api/types/AstNumberNodeOutput.js +3 -0
  390. package/dist/api/types/AstOrOperatorNodeInput.d.ts +5 -0
  391. package/dist/api/types/AstOrOperatorNodeInput.js +3 -0
  392. package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +43 -0
  393. package/dist/api/types/AstOrOperatorNodeInputChildrenItem.js +3 -0
  394. package/dist/api/types/AstOrOperatorNodeOutput.d.ts +5 -0
  395. package/dist/api/types/AstOrOperatorNodeOutput.js +3 -0
  396. package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +43 -0
  397. package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.js +3 -0
  398. package/dist/api/types/AstStringNodeInput.d.ts +4 -0
  399. package/dist/api/types/AstStringNodeInput.js +3 -0
  400. package/dist/api/types/AstStringNodeOutput.d.ts +4 -0
  401. package/dist/api/types/AstStringNodeOutput.js +3 -0
  402. package/dist/api/types/AstllmNodeInput.d.ts +4 -0
  403. package/dist/api/types/AstllmNodeInput.js +3 -0
  404. package/dist/api/types/AstllmNodeOutput.d.ts +4 -0
  405. package/dist/api/types/AstllmNodeOutput.js +3 -0
  406. package/dist/api/types/AsyncConversationMetadata.d.ts +13 -0
  407. package/dist/api/types/AsyncConversationMetadata.js +3 -0
  408. package/dist/api/types/AsyncConversationMetadataDeliveryStatus.d.ts +6 -0
  409. package/dist/api/types/AsyncConversationMetadataDeliveryStatus.js +9 -0
  410. package/dist/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +17 -0
  411. package/dist/api/types/BuiltInToolsWorkflowOverrideInput.js +3 -0
  412. package/dist/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +17 -0
  413. package/dist/api/types/BuiltInToolsWorkflowOverrideOutput.js +3 -0
  414. package/dist/api/types/ConvAiWebhooks.d.ts +4 -1
  415. package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +1 -1
  416. package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +1 -1
  417. package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +2 -0
  418. package/dist/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +10 -0
  419. package/dist/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.js +3 -0
  420. package/dist/api/types/ConversationInitiationSource.d.ts +1 -0
  421. package/dist/api/types/ConversationInitiationSource.js +1 -0
  422. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +17 -0
  423. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.js +3 -0
  424. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +17 -0
  425. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +3 -0
  426. package/dist/api/types/CreateAgentResponseModel.d.ts +4 -0
  427. package/dist/api/types/DefaultConversationInitiationTrigger.d.ts +5 -0
  428. package/dist/api/types/DefaultConversationInitiationTrigger.js +3 -0
  429. package/dist/api/types/ExtendedSubscriptionResponseModelCurrency.d.ts +1 -0
  430. package/dist/api/types/ExtendedSubscriptionResponseModelCurrency.js +1 -0
  431. package/dist/api/types/GetAgentResponseModel.d.ts +3 -1
  432. package/dist/api/types/NormalizedAlignment.d.ts +2 -2
  433. package/dist/api/types/PositionInput.d.ts +4 -0
  434. package/dist/api/types/PositionInput.js +3 -0
  435. package/dist/api/types/PositionOutput.d.ts +4 -0
  436. package/dist/api/types/PositionOutput.js +3 -0
  437. package/dist/api/types/ProjectExtendedResponse.d.ts +2 -0
  438. package/dist/api/types/ProjectExtendedResponseModelAspectRatio.d.ts +7 -0
  439. package/dist/api/types/ProjectExtendedResponseModelAspectRatio.js +10 -0
  440. package/dist/api/types/ProjectResponse.d.ts +2 -0
  441. package/dist/api/types/ProjectResponseModelAspectRatio.d.ts +7 -0
  442. package/dist/api/types/ProjectResponseModelAspectRatio.js +10 -0
  443. package/dist/api/types/PromptAgentApiModelOverride.d.ts +3 -0
  444. package/dist/api/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
  445. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +37 -0
  446. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.js +3 -0
  447. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +5 -0
  448. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.js +3 -0
  449. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +20 -0
  450. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +3 -0
  451. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +37 -0
  452. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.js +3 -0
  453. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +5 -0
  454. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.js +3 -0
  455. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +20 -0
  456. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +3 -0
  457. package/dist/api/types/SectionSource.d.ts +9 -0
  458. package/dist/api/types/SectionSource.js +3 -0
  459. package/dist/api/types/SongSection.d.ts +3 -0
  460. package/dist/api/types/SubscriptionResponseModelCurrency.d.ts +1 -0
  461. package/dist/api/types/SubscriptionResponseModelCurrency.js +1 -0
  462. package/dist/api/types/TimeRange.d.ts +4 -0
  463. package/dist/api/types/TimeRange.js +3 -0
  464. package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +21 -0
  465. package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.js +3 -0
  466. package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +21 -0
  467. package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.js +3 -0
  468. package/dist/api/types/WebhookEventType.d.ts +6 -0
  469. package/dist/api/types/WebhookEventType.js +9 -0
  470. package/dist/api/types/WhatsAppBusinessAccount.d.ts +5 -0
  471. package/dist/api/types/WhatsAppBusinessAccount.js +3 -0
  472. package/dist/api/types/WhatsAppBusinessAccountChangesItem.d.ts +10 -0
  473. package/dist/api/types/WhatsAppBusinessAccountChangesItem.js +3 -0
  474. package/dist/api/types/WhatsAppCall.d.ts +10 -0
  475. package/dist/api/types/WhatsAppCall.js +3 -0
  476. package/dist/api/types/WhatsAppCallDirection.d.ts +5 -0
  477. package/dist/api/types/WhatsAppCallDirection.js +8 -0
  478. package/dist/api/types/WhatsAppCalls.d.ts +5 -0
  479. package/dist/api/types/WhatsAppCalls.js +3 -0
  480. package/dist/api/types/WhatsAppChangeCalls.d.ts +4 -0
  481. package/dist/api/types/WhatsAppChangeCalls.js +3 -0
  482. package/dist/api/types/WhatsAppChangeMessages.d.ts +2 -0
  483. package/dist/api/types/WhatsAppChangeMessages.js +3 -0
  484. package/dist/api/types/WhatsAppEventRequest.d.ts +5 -0
  485. package/dist/api/types/WhatsAppEventRequest.js +3 -0
  486. package/dist/api/types/WhatsAppMetadata.d.ts +3 -0
  487. package/dist/api/types/WhatsAppMetadata.js +3 -0
  488. package/dist/api/types/WhatsAppSession.d.ts +4 -0
  489. package/dist/api/types/WhatsAppSession.js +3 -0
  490. package/dist/api/types/WorkflowEdgeModelInput.d.ts +11 -0
  491. package/dist/api/types/WorkflowEdgeModelInput.js +3 -0
  492. package/dist/api/types/WorkflowEdgeModelInputBackwardCondition.d.ts +16 -0
  493. package/dist/api/types/WorkflowEdgeModelInputBackwardCondition.js +3 -0
  494. package/dist/api/types/WorkflowEdgeModelInputForwardCondition.d.ts +16 -0
  495. package/dist/api/types/WorkflowEdgeModelInputForwardCondition.js +3 -0
  496. package/dist/api/types/WorkflowEdgeModelOutput.d.ts +11 -0
  497. package/dist/api/types/WorkflowEdgeModelOutput.js +3 -0
  498. package/dist/api/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +16 -0
  499. package/dist/api/types/WorkflowEdgeModelOutputBackwardCondition.js +3 -0
  500. package/dist/api/types/WorkflowEdgeModelOutputForwardCondition.d.ts +16 -0
  501. package/dist/api/types/WorkflowEdgeModelOutputForwardCondition.js +3 -0
  502. package/dist/api/types/WorkflowEndNodeModelInput.d.ts +7 -0
  503. package/dist/api/types/WorkflowEndNodeModelInput.js +3 -0
  504. package/dist/api/types/WorkflowEndNodeModelOutput.d.ts +7 -0
  505. package/dist/api/types/WorkflowEndNodeModelOutput.js +3 -0
  506. package/dist/api/types/WorkflowExpressionConditionModelInput.d.ts +7 -0
  507. package/dist/api/types/WorkflowExpressionConditionModelInput.js +3 -0
  508. package/dist/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +46 -0
  509. package/dist/api/types/WorkflowExpressionConditionModelInputExpression.js +3 -0
  510. package/dist/api/types/WorkflowExpressionConditionModelOutput.d.ts +7 -0
  511. package/dist/api/types/WorkflowExpressionConditionModelOutput.js +3 -0
  512. package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +46 -0
  513. package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.js +3 -0
  514. package/dist/api/types/WorkflowFeaturesUsageCommonModel.d.ts +3 -0
  515. package/dist/api/types/WorkflowLlmConditionModelInput.d.ts +6 -0
  516. package/dist/api/types/WorkflowLlmConditionModelInput.js +3 -0
  517. package/dist/api/types/WorkflowLlmConditionModelOutput.d.ts +6 -0
  518. package/dist/api/types/WorkflowLlmConditionModelOutput.js +3 -0
  519. package/dist/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +17 -0
  520. package/dist/api/types/WorkflowOverrideAgentNodeModelInput.js +3 -0
  521. package/dist/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +17 -0
  522. package/dist/api/types/WorkflowOverrideAgentNodeModelOutput.js +3 -0
  523. package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +9 -0
  524. package/dist/api/types/WorkflowPhoneNumberNodeModelInput.js +3 -0
  525. package/dist/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +10 -0
  526. package/dist/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +3 -0
  527. package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +9 -0
  528. package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.js +3 -0
  529. package/dist/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +10 -0
  530. package/dist/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +3 -0
  531. package/dist/api/types/WorkflowResultConditionModelInput.d.ts +6 -0
  532. package/dist/api/types/WorkflowResultConditionModelInput.js +3 -0
  533. package/dist/api/types/WorkflowResultConditionModelOutput.d.ts +6 -0
  534. package/dist/api/types/WorkflowResultConditionModelOutput.js +3 -0
  535. package/dist/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +15 -0
  536. package/dist/api/types/WorkflowStandaloneAgentNodeModelInput.js +3 -0
  537. package/dist/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +15 -0
  538. package/dist/api/types/WorkflowStandaloneAgentNodeModelOutput.js +3 -0
  539. package/dist/api/types/WorkflowStartNodeModelInput.d.ts +7 -0
  540. package/dist/api/types/WorkflowStartNodeModelInput.js +3 -0
  541. package/dist/api/types/WorkflowStartNodeModelOutput.d.ts +7 -0
  542. package/dist/api/types/WorkflowStartNodeModelOutput.js +3 -0
  543. package/dist/api/types/WorkflowToolNodeModelInput.d.ts +9 -0
  544. package/dist/api/types/WorkflowToolNodeModelInput.js +3 -0
  545. package/dist/api/types/WorkflowToolNodeModelOutput.d.ts +9 -0
  546. package/dist/api/types/WorkflowToolNodeModelOutput.js +3 -0
  547. package/dist/api/types/WorkflowUnconditionalModelInput.d.ts +4 -0
  548. package/dist/api/types/WorkflowUnconditionalModelInput.js +3 -0
  549. package/dist/api/types/WorkflowUnconditionalModelOutput.d.ts +4 -0
  550. package/dist/api/types/WorkflowUnconditionalModelOutput.js +3 -0
  551. package/dist/api/types/ZendeskConversationInitiationTrigger.d.ts +6 -0
  552. package/dist/api/types/ZendeskConversationInitiationTrigger.js +3 -0
  553. package/dist/api/types/index.d.ts +124 -51
  554. package/dist/api/types/index.js +124 -51
  555. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +2 -1
  556. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +2 -1
  557. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +2 -1
  558. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +2 -1
  559. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -0
  560. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +1 -0
  561. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
  562. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
  563. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
  564. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
  565. package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +1 -1
  566. package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +2 -0
  567. package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +1 -1
  568. package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.js +2 -0
  569. package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +1 -1
  570. package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.js +2 -0
  571. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +1 -1
  572. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +2 -0
  573. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +1 -1
  574. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.js +2 -0
  575. package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +1 -1
  576. package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +2 -0
  577. package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +1 -1
  578. package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +2 -0
  579. package/dist/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +1 -1
  580. package/dist/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +2 -0
  581. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -1
  582. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +0 -1
  583. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +0 -1
  584. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +0 -1
  585. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -1
  586. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +0 -1
  587. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +0 -1
  588. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +0 -1
  589. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +1 -1
  590. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +2 -0
  591. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +1 -1
  592. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +2 -0
  593. package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +1 -1
  594. package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.js +2 -0
  595. package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +1 -1
  596. package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.js +2 -0
  597. package/dist/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +1 -1
  598. package/dist/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +2 -0
  599. package/dist/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +1 -1
  600. package/dist/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +2 -0
  601. package/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +1 -1
  602. package/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +2 -0
  603. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +15 -0
  604. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +47 -0
  605. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +15 -0
  606. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +47 -0
  607. package/dist/serialization/types/AgentConfigOverrideInput.d.ts +12 -0
  608. package/dist/serialization/types/AgentConfigOverrideInput.js +44 -0
  609. package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +12 -0
  610. package/dist/serialization/types/AgentConfigOverrideOutput.js +44 -0
  611. package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +6 -6
  612. package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +6 -6
  613. package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +6 -6
  614. package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +6 -6
  615. package/dist/serialization/types/AgentWorkflowRequestModel.d.ts +2 -2
  616. package/dist/serialization/types/AgentWorkflowRequestModel.js +2 -2
  617. package/dist/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +12 -12
  618. package/dist/serialization/types/AgentWorkflowRequestModelNodesValue.js +12 -12
  619. package/dist/serialization/types/AgentWorkflowResponseModel.d.ts +12 -0
  620. package/dist/serialization/types/AgentWorkflowResponseModel.js +44 -0
  621. package/dist/serialization/types/AgentWorkflowResponseModelNodesValue.d.ts +31 -0
  622. package/dist/serialization/types/AgentWorkflowResponseModelNodesValue.js +57 -0
  623. package/dist/serialization/types/Alignment.d.ts +1 -1
  624. package/dist/serialization/types/Alignment.js +1 -1
  625. package/dist/serialization/types/AstAndOperatorNodeInput.d.ts +9 -0
  626. package/dist/serialization/types/AstAndOperatorNodeInput.js +42 -0
  627. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +51 -0
  628. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +64 -0
  629. package/dist/serialization/types/AstAndOperatorNodeOutput.d.ts +9 -0
  630. package/dist/serialization/types/AstAndOperatorNodeOutput.js +42 -0
  631. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +51 -0
  632. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +64 -0
  633. package/dist/serialization/types/AstBooleanNodeInput.d.ts +9 -0
  634. package/dist/serialization/types/AstBooleanNodeInput.js +41 -0
  635. package/dist/serialization/types/AstBooleanNodeOutput.d.ts +9 -0
  636. package/dist/serialization/types/AstBooleanNodeOutput.js +41 -0
  637. package/dist/serialization/types/AstDynamicVariableNodeInput.d.ts +9 -0
  638. package/dist/serialization/types/AstDynamicVariableNodeInput.js +41 -0
  639. package/dist/serialization/types/AstDynamicVariableNodeOutput.d.ts +9 -0
  640. package/dist/serialization/types/AstDynamicVariableNodeOutput.js +41 -0
  641. package/dist/serialization/types/AstEqualsOperatorNodeInput.d.ts +10 -0
  642. package/dist/serialization/types/AstEqualsOperatorNodeInput.js +43 -0
  643. package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +51 -0
  644. package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +64 -0
  645. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +51 -0
  646. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +64 -0
  647. package/dist/serialization/types/AstEqualsOperatorNodeOutput.d.ts +10 -0
  648. package/dist/serialization/types/AstEqualsOperatorNodeOutput.js +43 -0
  649. package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +51 -0
  650. package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +64 -0
  651. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +51 -0
  652. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +64 -0
  653. package/dist/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +10 -0
  654. package/dist/serialization/types/AstGreaterThanOperatorNodeInput.js +43 -0
  655. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +51 -0
  656. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +64 -0
  657. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +51 -0
  658. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +64 -0
  659. package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +10 -0
  660. package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.js +43 -0
  661. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +51 -0
  662. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +64 -0
  663. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +51 -0
  664. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +64 -0
  665. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +10 -0
  666. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +43 -0
  667. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +51 -0
  668. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +64 -0
  669. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +51 -0
  670. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +64 -0
  671. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +10 -0
  672. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +43 -0
  673. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +51 -0
  674. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +64 -0
  675. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +51 -0
  676. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +64 -0
  677. package/dist/serialization/types/AstLessThanOperatorNodeInput.d.ts +10 -0
  678. package/dist/serialization/types/AstLessThanOperatorNodeInput.js +43 -0
  679. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +51 -0
  680. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +64 -0
  681. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +51 -0
  682. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +64 -0
  683. package/dist/serialization/types/AstLessThanOperatorNodeOutput.d.ts +10 -0
  684. package/dist/serialization/types/AstLessThanOperatorNodeOutput.js +43 -0
  685. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +51 -0
  686. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +64 -0
  687. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +51 -0
  688. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +64 -0
  689. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +10 -0
  690. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +43 -0
  691. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +51 -0
  692. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +64 -0
  693. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +51 -0
  694. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +64 -0
  695. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +10 -0
  696. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +43 -0
  697. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +51 -0
  698. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +64 -0
  699. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +51 -0
  700. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +64 -0
  701. package/dist/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +10 -0
  702. package/dist/serialization/types/AstNotEqualsOperatorNodeInput.js +43 -0
  703. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +51 -0
  704. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +64 -0
  705. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +51 -0
  706. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +64 -0
  707. package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +10 -0
  708. package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.js +43 -0
  709. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +51 -0
  710. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +64 -0
  711. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +51 -0
  712. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +64 -0
  713. package/dist/serialization/types/AstNumberNodeInput.d.ts +9 -0
  714. package/dist/serialization/types/AstNumberNodeInput.js +41 -0
  715. package/dist/serialization/types/AstNumberNodeOutput.d.ts +9 -0
  716. package/dist/serialization/types/AstNumberNodeOutput.js +41 -0
  717. package/dist/serialization/types/AstOrOperatorNodeInput.d.ts +9 -0
  718. package/dist/serialization/types/AstOrOperatorNodeInput.js +42 -0
  719. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +51 -0
  720. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +64 -0
  721. package/dist/serialization/types/AstOrOperatorNodeOutput.d.ts +9 -0
  722. package/dist/serialization/types/AstOrOperatorNodeOutput.js +42 -0
  723. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +51 -0
  724. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +64 -0
  725. package/dist/serialization/types/AstStringNodeInput.d.ts +9 -0
  726. package/dist/serialization/types/AstStringNodeInput.js +41 -0
  727. package/dist/serialization/types/AstStringNodeOutput.d.ts +9 -0
  728. package/dist/serialization/types/AstStringNodeOutput.js +41 -0
  729. package/dist/serialization/types/AstllmNodeInput.d.ts +9 -0
  730. package/dist/serialization/types/AstllmNodeInput.js +41 -0
  731. package/dist/serialization/types/AstllmNodeOutput.d.ts +9 -0
  732. package/dist/serialization/types/AstllmNodeOutput.js +41 -0
  733. package/dist/serialization/types/AsyncConversationMetadata.d.ts +16 -0
  734. package/dist/serialization/types/AsyncConversationMetadata.js +48 -0
  735. package/dist/serialization/types/AsyncConversationMetadataDeliveryStatus.d.ts +7 -0
  736. package/dist/serialization/types/AsyncConversationMetadataDeliveryStatus.js +39 -0
  737. package/dist/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +16 -0
  738. package/dist/serialization/types/BuiltInToolsWorkflowOverrideInput.js +48 -0
  739. package/dist/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +16 -0
  740. package/dist/serialization/types/BuiltInToolsWorkflowOverrideOutput.js +48 -0
  741. package/dist/serialization/types/ConvAiWebhooks.d.ts +2 -0
  742. package/dist/serialization/types/ConvAiWebhooks.js +2 -0
  743. package/dist/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -2
  744. package/dist/serialization/types/ConversationConfigClientOverrideInput.js +2 -2
  745. package/dist/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -2
  746. package/dist/serialization/types/ConversationConfigClientOverrideOutput.js +2 -2
  747. package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +4 -0
  748. package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +4 -0
  749. package/dist/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +15 -0
  750. package/dist/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.js +49 -0
  751. package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
  752. package/dist/serialization/types/ConversationInitiationSource.js +1 -0
  753. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +22 -0
  754. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +54 -0
  755. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +22 -0
  756. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +54 -0
  757. package/dist/serialization/types/CreateAgentResponseModel.d.ts +2 -0
  758. package/dist/serialization/types/CreateAgentResponseModel.js +2 -0
  759. package/dist/serialization/types/DefaultConversationInitiationTrigger.d.ts +8 -0
  760. package/dist/serialization/types/DefaultConversationInitiationTrigger.js +39 -0
  761. package/dist/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +1 -1
  762. package/dist/serialization/types/ExtendedSubscriptionResponseModelCurrency.js +1 -1
  763. package/dist/serialization/types/GetAgentResponseModel.d.ts +3 -1
  764. package/dist/serialization/types/GetAgentResponseModel.js +3 -1
  765. package/dist/serialization/types/NormalizedAlignment.d.ts +1 -1
  766. package/dist/serialization/types/NormalizedAlignment.js +1 -1
  767. package/dist/serialization/types/PositionInput.d.ts +10 -0
  768. package/dist/serialization/types/PositionInput.js +42 -0
  769. package/dist/serialization/types/PositionOutput.d.ts +10 -0
  770. package/dist/serialization/types/PositionOutput.js +42 -0
  771. package/dist/serialization/types/ProjectExtendedResponse.d.ts +2 -0
  772. package/dist/serialization/types/ProjectExtendedResponse.js +2 -0
  773. package/dist/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +7 -0
  774. package/dist/serialization/types/ProjectExtendedResponseModelAspectRatio.js +39 -0
  775. package/dist/serialization/types/ProjectResponse.d.ts +2 -0
  776. package/dist/serialization/types/ProjectResponse.js +2 -0
  777. package/dist/serialization/types/ProjectResponseModelAspectRatio.d.ts +7 -0
  778. package/dist/serialization/types/ProjectResponseModelAspectRatio.js +39 -0
  779. package/dist/serialization/types/PromptAgentApiModelOverride.d.ts +2 -0
  780. package/dist/serialization/types/PromptAgentApiModelOverride.js +2 -0
  781. package/dist/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +1 -0
  782. package/dist/serialization/types/PromptAgentApiModelOverrideConfig.js +1 -0
  783. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +33 -0
  784. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +65 -0
  785. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +10 -0
  786. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.js +42 -0
  787. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +23 -0
  788. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +54 -0
  789. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +33 -0
  790. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +65 -0
  791. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +10 -0
  792. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.js +42 -0
  793. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +23 -0
  794. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +54 -0
  795. package/dist/serialization/types/SectionSource.d.ts +12 -0
  796. package/dist/serialization/types/SectionSource.js +44 -0
  797. package/dist/serialization/types/SongSection.d.ts +2 -0
  798. package/dist/serialization/types/SongSection.js +2 -0
  799. package/dist/serialization/types/SubscriptionResponseModelCurrency.d.ts +1 -1
  800. package/dist/serialization/types/SubscriptionResponseModelCurrency.js +1 -1
  801. package/dist/serialization/types/TimeRange.d.ts +10 -0
  802. package/dist/serialization/types/TimeRange.js +42 -0
  803. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +22 -0
  804. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +54 -0
  805. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +22 -0
  806. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +54 -0
  807. package/dist/serialization/types/WebhookEventType.d.ts +7 -0
  808. package/dist/serialization/types/WebhookEventType.js +39 -0
  809. package/dist/serialization/types/WhatsAppBusinessAccount.d.ts +11 -0
  810. package/dist/serialization/types/WhatsAppBusinessAccount.js +43 -0
  811. package/dist/serialization/types/WhatsAppBusinessAccountChangesItem.d.ts +15 -0
  812. package/dist/serialization/types/WhatsAppBusinessAccountChangesItem.js +49 -0
  813. package/dist/serialization/types/WhatsAppCall.d.ts +17 -0
  814. package/dist/serialization/types/WhatsAppCall.js +49 -0
  815. package/dist/serialization/types/WhatsAppCallDirection.d.ts +7 -0
  816. package/dist/serialization/types/WhatsAppCallDirection.js +39 -0
  817. package/dist/serialization/types/WhatsAppCalls.d.ts +12 -0
  818. package/dist/serialization/types/WhatsAppCalls.js +44 -0
  819. package/dist/serialization/types/WhatsAppChangeCalls.d.ts +10 -0
  820. package/dist/serialization/types/WhatsAppChangeCalls.js +42 -0
  821. package/dist/serialization/types/WhatsAppChangeMessages.d.ts +8 -0
  822. package/dist/serialization/types/WhatsAppChangeMessages.js +39 -0
  823. package/dist/serialization/types/WhatsAppEventRequest.d.ts +11 -0
  824. package/dist/serialization/types/WhatsAppEventRequest.js +43 -0
  825. package/dist/serialization/types/WhatsAppMetadata.d.ts +9 -0
  826. package/dist/serialization/types/WhatsAppMetadata.js +41 -0
  827. package/dist/serialization/types/WhatsAppSession.d.ts +10 -0
  828. package/dist/serialization/types/WhatsAppSession.js +42 -0
  829. package/dist/serialization/types/WorkflowEdgeModelInput.d.ts +14 -0
  830. package/dist/serialization/types/WorkflowEdgeModelInput.js +46 -0
  831. package/dist/serialization/types/WorkflowEdgeModelInputBackwardCondition.d.ts +23 -0
  832. package/dist/serialization/types/WorkflowEdgeModelInputBackwardCondition.js +53 -0
  833. package/dist/serialization/types/WorkflowEdgeModelInputForwardCondition.d.ts +23 -0
  834. package/dist/serialization/types/WorkflowEdgeModelInputForwardCondition.js +53 -0
  835. package/dist/serialization/types/WorkflowEdgeModelOutput.d.ts +14 -0
  836. package/dist/serialization/types/WorkflowEdgeModelOutput.js +46 -0
  837. package/dist/serialization/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +23 -0
  838. package/dist/serialization/types/WorkflowEdgeModelOutputBackwardCondition.js +53 -0
  839. package/dist/serialization/types/WorkflowEdgeModelOutputForwardCondition.d.ts +23 -0
  840. package/dist/serialization/types/WorkflowEdgeModelOutputForwardCondition.js +53 -0
  841. package/dist/serialization/types/WorkflowEndNodeModelInput.d.ts +11 -0
  842. package/dist/serialization/types/WorkflowEndNodeModelInput.js +43 -0
  843. package/dist/serialization/types/WorkflowEndNodeModelOutput.d.ts +11 -0
  844. package/dist/serialization/types/WorkflowEndNodeModelOutput.js +43 -0
  845. package/dist/serialization/types/WorkflowExpressionConditionModelInput.d.ts +11 -0
  846. package/dist/serialization/types/WorkflowExpressionConditionModelInput.js +43 -0
  847. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +51 -0
  848. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +64 -0
  849. package/dist/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +11 -0
  850. package/dist/serialization/types/WorkflowExpressionConditionModelOutput.js +43 -0
  851. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +51 -0
  852. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +64 -0
  853. package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +3 -0
  854. package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.js +3 -0
  855. package/dist/serialization/types/WorkflowLlmConditionModelInput.d.ts +10 -0
  856. package/dist/serialization/types/WorkflowLlmConditionModelInput.js +42 -0
  857. package/dist/serialization/types/WorkflowLlmConditionModelOutput.d.ts +10 -0
  858. package/dist/serialization/types/WorkflowLlmConditionModelOutput.js +42 -0
  859. package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +18 -0
  860. package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.js +50 -0
  861. package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +18 -0
  862. package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.js +50 -0
  863. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +15 -0
  864. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +47 -0
  865. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +15 -0
  866. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +49 -0
  867. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +15 -0
  868. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +47 -0
  869. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +15 -0
  870. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +49 -0
  871. package/dist/serialization/types/WorkflowResultConditionModelInput.d.ts +10 -0
  872. package/dist/serialization/types/WorkflowResultConditionModelInput.js +42 -0
  873. package/dist/serialization/types/WorkflowResultConditionModelOutput.d.ts +10 -0
  874. package/dist/serialization/types/WorkflowResultConditionModelOutput.js +42 -0
  875. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +15 -0
  876. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.js +47 -0
  877. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +15 -0
  878. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.js +47 -0
  879. package/dist/serialization/types/WorkflowStartNodeModelInput.d.ts +11 -0
  880. package/dist/serialization/types/WorkflowStartNodeModelInput.js +43 -0
  881. package/dist/serialization/types/WorkflowStartNodeModelOutput.d.ts +11 -0
  882. package/dist/serialization/types/WorkflowStartNodeModelOutput.js +43 -0
  883. package/dist/serialization/types/WorkflowToolNodeModelInput.d.ts +13 -0
  884. package/dist/serialization/types/WorkflowToolNodeModelInput.js +45 -0
  885. package/dist/serialization/types/WorkflowToolNodeModelOutput.d.ts +13 -0
  886. package/dist/serialization/types/WorkflowToolNodeModelOutput.js +45 -0
  887. package/dist/serialization/types/WorkflowUnconditionalModelInput.d.ts +9 -0
  888. package/dist/serialization/types/WorkflowUnconditionalModelInput.js +41 -0
  889. package/dist/serialization/types/WorkflowUnconditionalModelOutput.d.ts +9 -0
  890. package/dist/serialization/types/WorkflowUnconditionalModelOutput.js +41 -0
  891. package/dist/serialization/types/ZendeskConversationInitiationTrigger.d.ts +9 -0
  892. package/dist/serialization/types/ZendeskConversationInitiationTrigger.js +41 -0
  893. package/dist/serialization/types/index.d.ts +124 -51
  894. package/dist/serialization/types/index.js +124 -51
  895. package/dist/version.d.ts +1 -1
  896. package/dist/version.js +1 -1
  897. package/package.json +1 -1
  898. package/reference.md +24 -11
  899. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +2 -1
  900. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +2 -1
  901. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +2 -1
  902. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +2 -1
  903. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -0
  904. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +1 -0
  905. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
  906. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
  907. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
  908. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
  909. package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +1 -1
  910. package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +2 -0
  911. package/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +1 -1
  912. package/serialization/resources/music/types/MusicComposeRequestOutputFormat.js +2 -0
  913. package/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +1 -1
  914. package/serialization/resources/music/types/MusicStreamRequestOutputFormat.js +2 -0
  915. package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +1 -1
  916. package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +2 -0
  917. package/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +1 -1
  918. package/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.js +2 -0
  919. package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +1 -1
  920. package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +2 -0
  921. package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +1 -1
  922. package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +2 -0
  923. package/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +1 -1
  924. package/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +2 -0
  925. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -1
  926. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +0 -1
  927. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +0 -1
  928. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +0 -1
  929. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -1
  930. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +0 -1
  931. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +0 -1
  932. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +0 -1
  933. package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +1 -1
  934. package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +2 -0
  935. package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +1 -1
  936. package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +2 -0
  937. package/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +1 -1
  938. package/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.js +2 -0
  939. package/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +1 -1
  940. package/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.js +2 -0
  941. package/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +1 -1
  942. package/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +2 -0
  943. package/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +1 -1
  944. package/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +2 -0
  945. package/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +1 -1
  946. package/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +2 -0
  947. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +15 -0
  948. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +47 -0
  949. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +15 -0
  950. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +47 -0
  951. package/serialization/types/AgentConfigOverrideInput.d.ts +12 -0
  952. package/serialization/types/AgentConfigOverrideInput.js +44 -0
  953. package/serialization/types/AgentConfigOverrideOutput.d.ts +12 -0
  954. package/serialization/types/AgentConfigOverrideOutput.js +44 -0
  955. package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +6 -6
  956. package/serialization/types/AgentPlatformSettingsRequestModel.js +6 -6
  957. package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +6 -6
  958. package/serialization/types/AgentPlatformSettingsResponseModel.js +6 -6
  959. package/serialization/types/AgentWorkflowRequestModel.d.ts +2 -2
  960. package/serialization/types/AgentWorkflowRequestModel.js +2 -2
  961. package/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +12 -12
  962. package/serialization/types/AgentWorkflowRequestModelNodesValue.js +12 -12
  963. package/serialization/types/AgentWorkflowResponseModel.d.ts +12 -0
  964. package/serialization/types/AgentWorkflowResponseModel.js +44 -0
  965. package/serialization/types/AgentWorkflowResponseModelNodesValue.d.ts +31 -0
  966. package/serialization/types/AgentWorkflowResponseModelNodesValue.js +57 -0
  967. package/serialization/types/Alignment.d.ts +1 -1
  968. package/serialization/types/Alignment.js +1 -1
  969. package/serialization/types/AstAndOperatorNodeInput.d.ts +9 -0
  970. package/serialization/types/AstAndOperatorNodeInput.js +42 -0
  971. package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +51 -0
  972. package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +64 -0
  973. package/serialization/types/AstAndOperatorNodeOutput.d.ts +9 -0
  974. package/serialization/types/AstAndOperatorNodeOutput.js +42 -0
  975. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +51 -0
  976. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +64 -0
  977. package/serialization/types/AstBooleanNodeInput.d.ts +9 -0
  978. package/serialization/types/AstBooleanNodeInput.js +41 -0
  979. package/serialization/types/AstBooleanNodeOutput.d.ts +9 -0
  980. package/serialization/types/AstBooleanNodeOutput.js +41 -0
  981. package/serialization/types/AstDynamicVariableNodeInput.d.ts +9 -0
  982. package/serialization/types/AstDynamicVariableNodeInput.js +41 -0
  983. package/serialization/types/AstDynamicVariableNodeOutput.d.ts +9 -0
  984. package/serialization/types/AstDynamicVariableNodeOutput.js +41 -0
  985. package/serialization/types/AstEqualsOperatorNodeInput.d.ts +10 -0
  986. package/serialization/types/AstEqualsOperatorNodeInput.js +43 -0
  987. package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +51 -0
  988. package/serialization/types/AstEqualsOperatorNodeInputLeft.js +64 -0
  989. package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +51 -0
  990. package/serialization/types/AstEqualsOperatorNodeInputRight.js +64 -0
  991. package/serialization/types/AstEqualsOperatorNodeOutput.d.ts +10 -0
  992. package/serialization/types/AstEqualsOperatorNodeOutput.js +43 -0
  993. package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +51 -0
  994. package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +64 -0
  995. package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +51 -0
  996. package/serialization/types/AstEqualsOperatorNodeOutputRight.js +64 -0
  997. package/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +10 -0
  998. package/serialization/types/AstGreaterThanOperatorNodeInput.js +43 -0
  999. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +51 -0
  1000. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +64 -0
  1001. package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +51 -0
  1002. package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +64 -0
  1003. package/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +10 -0
  1004. package/serialization/types/AstGreaterThanOperatorNodeOutput.js +43 -0
  1005. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +51 -0
  1006. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +64 -0
  1007. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +51 -0
  1008. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +64 -0
  1009. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +10 -0
  1010. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +43 -0
  1011. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +51 -0
  1012. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +64 -0
  1013. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +51 -0
  1014. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +64 -0
  1015. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +10 -0
  1016. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +43 -0
  1017. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +51 -0
  1018. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +64 -0
  1019. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +51 -0
  1020. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +64 -0
  1021. package/serialization/types/AstLessThanOperatorNodeInput.d.ts +10 -0
  1022. package/serialization/types/AstLessThanOperatorNodeInput.js +43 -0
  1023. package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +51 -0
  1024. package/serialization/types/AstLessThanOperatorNodeInputLeft.js +64 -0
  1025. package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +51 -0
  1026. package/serialization/types/AstLessThanOperatorNodeInputRight.js +64 -0
  1027. package/serialization/types/AstLessThanOperatorNodeOutput.d.ts +10 -0
  1028. package/serialization/types/AstLessThanOperatorNodeOutput.js +43 -0
  1029. package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +51 -0
  1030. package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +64 -0
  1031. package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +51 -0
  1032. package/serialization/types/AstLessThanOperatorNodeOutputRight.js +64 -0
  1033. package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +10 -0
  1034. package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +43 -0
  1035. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +51 -0
  1036. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +64 -0
  1037. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +51 -0
  1038. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +64 -0
  1039. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +10 -0
  1040. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +43 -0
  1041. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +51 -0
  1042. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +64 -0
  1043. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +51 -0
  1044. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +64 -0
  1045. package/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +10 -0
  1046. package/serialization/types/AstNotEqualsOperatorNodeInput.js +43 -0
  1047. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +51 -0
  1048. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +64 -0
  1049. package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +51 -0
  1050. package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +64 -0
  1051. package/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +10 -0
  1052. package/serialization/types/AstNotEqualsOperatorNodeOutput.js +43 -0
  1053. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +51 -0
  1054. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +64 -0
  1055. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +51 -0
  1056. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +64 -0
  1057. package/serialization/types/AstNumberNodeInput.d.ts +9 -0
  1058. package/serialization/types/AstNumberNodeInput.js +41 -0
  1059. package/serialization/types/AstNumberNodeOutput.d.ts +9 -0
  1060. package/serialization/types/AstNumberNodeOutput.js +41 -0
  1061. package/serialization/types/AstOrOperatorNodeInput.d.ts +9 -0
  1062. package/serialization/types/AstOrOperatorNodeInput.js +42 -0
  1063. package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +51 -0
  1064. package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +64 -0
  1065. package/serialization/types/AstOrOperatorNodeOutput.d.ts +9 -0
  1066. package/serialization/types/AstOrOperatorNodeOutput.js +42 -0
  1067. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +51 -0
  1068. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +64 -0
  1069. package/serialization/types/AstStringNodeInput.d.ts +9 -0
  1070. package/serialization/types/AstStringNodeInput.js +41 -0
  1071. package/serialization/types/AstStringNodeOutput.d.ts +9 -0
  1072. package/serialization/types/AstStringNodeOutput.js +41 -0
  1073. package/serialization/types/AstllmNodeInput.d.ts +9 -0
  1074. package/serialization/types/AstllmNodeInput.js +41 -0
  1075. package/serialization/types/AstllmNodeOutput.d.ts +9 -0
  1076. package/serialization/types/AstllmNodeOutput.js +41 -0
  1077. package/serialization/types/AsyncConversationMetadata.d.ts +16 -0
  1078. package/serialization/types/AsyncConversationMetadata.js +48 -0
  1079. package/serialization/types/AsyncConversationMetadataDeliveryStatus.d.ts +7 -0
  1080. package/serialization/types/AsyncConversationMetadataDeliveryStatus.js +39 -0
  1081. package/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +16 -0
  1082. package/serialization/types/BuiltInToolsWorkflowOverrideInput.js +48 -0
  1083. package/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +16 -0
  1084. package/serialization/types/BuiltInToolsWorkflowOverrideOutput.js +48 -0
  1085. package/serialization/types/ConvAiWebhooks.d.ts +2 -0
  1086. package/serialization/types/ConvAiWebhooks.js +2 -0
  1087. package/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -2
  1088. package/serialization/types/ConversationConfigClientOverrideInput.js +2 -2
  1089. package/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -2
  1090. package/serialization/types/ConversationConfigClientOverrideOutput.js +2 -2
  1091. package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +4 -0
  1092. package/serialization/types/ConversationHistoryMetadataCommonModel.js +4 -0
  1093. package/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +15 -0
  1094. package/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.js +49 -0
  1095. package/serialization/types/ConversationInitiationSource.d.ts +1 -1
  1096. package/serialization/types/ConversationInitiationSource.js +1 -0
  1097. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +22 -0
  1098. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +54 -0
  1099. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +22 -0
  1100. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +54 -0
  1101. package/serialization/types/CreateAgentResponseModel.d.ts +2 -0
  1102. package/serialization/types/CreateAgentResponseModel.js +2 -0
  1103. package/serialization/types/DefaultConversationInitiationTrigger.d.ts +8 -0
  1104. package/serialization/types/DefaultConversationInitiationTrigger.js +39 -0
  1105. package/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +1 -1
  1106. package/serialization/types/ExtendedSubscriptionResponseModelCurrency.js +1 -1
  1107. package/serialization/types/GetAgentResponseModel.d.ts +3 -1
  1108. package/serialization/types/GetAgentResponseModel.js +3 -1
  1109. package/serialization/types/NormalizedAlignment.d.ts +1 -1
  1110. package/serialization/types/NormalizedAlignment.js +1 -1
  1111. package/serialization/types/PositionInput.d.ts +10 -0
  1112. package/serialization/types/PositionInput.js +42 -0
  1113. package/serialization/types/PositionOutput.d.ts +10 -0
  1114. package/serialization/types/PositionOutput.js +42 -0
  1115. package/serialization/types/ProjectExtendedResponse.d.ts +2 -0
  1116. package/serialization/types/ProjectExtendedResponse.js +2 -0
  1117. package/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +7 -0
  1118. package/serialization/types/ProjectExtendedResponseModelAspectRatio.js +39 -0
  1119. package/serialization/types/ProjectResponse.d.ts +2 -0
  1120. package/serialization/types/ProjectResponse.js +2 -0
  1121. package/serialization/types/ProjectResponseModelAspectRatio.d.ts +7 -0
  1122. package/serialization/types/ProjectResponseModelAspectRatio.js +39 -0
  1123. package/serialization/types/PromptAgentApiModelOverride.d.ts +2 -0
  1124. package/serialization/types/PromptAgentApiModelOverride.js +2 -0
  1125. package/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +1 -0
  1126. package/serialization/types/PromptAgentApiModelOverrideConfig.js +1 -0
  1127. package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +33 -0
  1128. package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +65 -0
  1129. package/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +10 -0
  1130. package/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.js +42 -0
  1131. package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +23 -0
  1132. package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +54 -0
  1133. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +33 -0
  1134. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +65 -0
  1135. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +10 -0
  1136. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.js +42 -0
  1137. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +23 -0
  1138. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +54 -0
  1139. package/serialization/types/SectionSource.d.ts +12 -0
  1140. package/serialization/types/SectionSource.js +44 -0
  1141. package/serialization/types/SongSection.d.ts +2 -0
  1142. package/serialization/types/SongSection.js +2 -0
  1143. package/serialization/types/SubscriptionResponseModelCurrency.d.ts +1 -1
  1144. package/serialization/types/SubscriptionResponseModelCurrency.js +1 -1
  1145. package/serialization/types/TimeRange.d.ts +10 -0
  1146. package/serialization/types/TimeRange.js +42 -0
  1147. package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +22 -0
  1148. package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +54 -0
  1149. package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +22 -0
  1150. package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +54 -0
  1151. package/serialization/types/WebhookEventType.d.ts +7 -0
  1152. package/serialization/types/WebhookEventType.js +39 -0
  1153. package/serialization/types/WhatsAppBusinessAccount.d.ts +11 -0
  1154. package/serialization/types/WhatsAppBusinessAccount.js +43 -0
  1155. package/serialization/types/WhatsAppBusinessAccountChangesItem.d.ts +15 -0
  1156. package/serialization/types/WhatsAppBusinessAccountChangesItem.js +49 -0
  1157. package/serialization/types/WhatsAppCall.d.ts +17 -0
  1158. package/serialization/types/WhatsAppCall.js +49 -0
  1159. package/serialization/types/WhatsAppCallDirection.d.ts +7 -0
  1160. package/serialization/types/WhatsAppCallDirection.js +39 -0
  1161. package/serialization/types/WhatsAppCalls.d.ts +12 -0
  1162. package/serialization/types/WhatsAppCalls.js +44 -0
  1163. package/serialization/types/WhatsAppChangeCalls.d.ts +10 -0
  1164. package/serialization/types/WhatsAppChangeCalls.js +42 -0
  1165. package/serialization/types/WhatsAppChangeMessages.d.ts +8 -0
  1166. package/serialization/types/WhatsAppChangeMessages.js +39 -0
  1167. package/serialization/types/WhatsAppEventRequest.d.ts +11 -0
  1168. package/serialization/types/WhatsAppEventRequest.js +43 -0
  1169. package/serialization/types/WhatsAppMetadata.d.ts +9 -0
  1170. package/serialization/types/WhatsAppMetadata.js +41 -0
  1171. package/serialization/types/WhatsAppSession.d.ts +10 -0
  1172. package/serialization/types/WhatsAppSession.js +42 -0
  1173. package/serialization/types/WorkflowEdgeModelInput.d.ts +14 -0
  1174. package/serialization/types/WorkflowEdgeModelInput.js +46 -0
  1175. package/serialization/types/WorkflowEdgeModelInputBackwardCondition.d.ts +23 -0
  1176. package/serialization/types/WorkflowEdgeModelInputBackwardCondition.js +53 -0
  1177. package/serialization/types/WorkflowEdgeModelInputForwardCondition.d.ts +23 -0
  1178. package/serialization/types/WorkflowEdgeModelInputForwardCondition.js +53 -0
  1179. package/serialization/types/WorkflowEdgeModelOutput.d.ts +14 -0
  1180. package/serialization/types/WorkflowEdgeModelOutput.js +46 -0
  1181. package/serialization/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +23 -0
  1182. package/serialization/types/WorkflowEdgeModelOutputBackwardCondition.js +53 -0
  1183. package/serialization/types/WorkflowEdgeModelOutputForwardCondition.d.ts +23 -0
  1184. package/serialization/types/WorkflowEdgeModelOutputForwardCondition.js +53 -0
  1185. package/serialization/types/WorkflowEndNodeModelInput.d.ts +11 -0
  1186. package/serialization/types/WorkflowEndNodeModelInput.js +43 -0
  1187. package/serialization/types/WorkflowEndNodeModelOutput.d.ts +11 -0
  1188. package/serialization/types/WorkflowEndNodeModelOutput.js +43 -0
  1189. package/serialization/types/WorkflowExpressionConditionModelInput.d.ts +11 -0
  1190. package/serialization/types/WorkflowExpressionConditionModelInput.js +43 -0
  1191. package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +51 -0
  1192. package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +64 -0
  1193. package/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +11 -0
  1194. package/serialization/types/WorkflowExpressionConditionModelOutput.js +43 -0
  1195. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +51 -0
  1196. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +64 -0
  1197. package/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +3 -0
  1198. package/serialization/types/WorkflowFeaturesUsageCommonModel.js +3 -0
  1199. package/serialization/types/WorkflowLlmConditionModelInput.d.ts +10 -0
  1200. package/serialization/types/WorkflowLlmConditionModelInput.js +42 -0
  1201. package/serialization/types/WorkflowLlmConditionModelOutput.d.ts +10 -0
  1202. package/serialization/types/WorkflowLlmConditionModelOutput.js +42 -0
  1203. package/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +18 -0
  1204. package/serialization/types/WorkflowOverrideAgentNodeModelInput.js +50 -0
  1205. package/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +18 -0
  1206. package/serialization/types/WorkflowOverrideAgentNodeModelOutput.js +50 -0
  1207. package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +15 -0
  1208. package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +47 -0
  1209. package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +15 -0
  1210. package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +49 -0
  1211. package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +15 -0
  1212. package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +47 -0
  1213. package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +15 -0
  1214. package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +49 -0
  1215. package/serialization/types/WorkflowResultConditionModelInput.d.ts +10 -0
  1216. package/serialization/types/WorkflowResultConditionModelInput.js +42 -0
  1217. package/serialization/types/WorkflowResultConditionModelOutput.d.ts +10 -0
  1218. package/serialization/types/WorkflowResultConditionModelOutput.js +42 -0
  1219. package/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +15 -0
  1220. package/serialization/types/WorkflowStandaloneAgentNodeModelInput.js +47 -0
  1221. package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +15 -0
  1222. package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.js +47 -0
  1223. package/serialization/types/WorkflowStartNodeModelInput.d.ts +11 -0
  1224. package/serialization/types/WorkflowStartNodeModelInput.js +43 -0
  1225. package/serialization/types/WorkflowStartNodeModelOutput.d.ts +11 -0
  1226. package/serialization/types/WorkflowStartNodeModelOutput.js +43 -0
  1227. package/serialization/types/WorkflowToolNodeModelInput.d.ts +13 -0
  1228. package/serialization/types/WorkflowToolNodeModelInput.js +45 -0
  1229. package/serialization/types/WorkflowToolNodeModelOutput.d.ts +13 -0
  1230. package/serialization/types/WorkflowToolNodeModelOutput.js +45 -0
  1231. package/serialization/types/WorkflowUnconditionalModelInput.d.ts +9 -0
  1232. package/serialization/types/WorkflowUnconditionalModelInput.js +41 -0
  1233. package/serialization/types/WorkflowUnconditionalModelOutput.d.ts +9 -0
  1234. package/serialization/types/WorkflowUnconditionalModelOutput.js +41 -0
  1235. package/serialization/types/ZendeskConversationInitiationTrigger.d.ts +9 -0
  1236. package/serialization/types/ZendeskConversationInitiationTrigger.js +41 -0
  1237. package/serialization/types/index.d.ts +124 -51
  1238. package/serialization/types/index.js +124 -51
  1239. package/version.d.ts +1 -1
  1240. package/version.js +1 -1
  1241. package/api/types/AgentConfigApiModelWorkflowOverride.d.ts +0 -13
  1242. package/api/types/AgentConfigOverride.d.ts +0 -9
  1243. package/api/types/AstAndOperatorNode.d.ts +0 -4
  1244. package/api/types/AstAndOperatorNodeChildrenItem.d.ts +0 -43
  1245. package/api/types/AstBooleanNode.d.ts +0 -3
  1246. package/api/types/AstDynamicVariableNode.d.ts +0 -3
  1247. package/api/types/AstEqualsOperatorNode.d.ts +0 -5
  1248. package/api/types/AstEqualsOperatorNodeLeft.d.ts +0 -43
  1249. package/api/types/AstEqualsOperatorNodeRight.d.ts +0 -43
  1250. package/api/types/AstGreaterThanOperatorNode.d.ts +0 -5
  1251. package/api/types/AstGreaterThanOperatorNodeLeft.d.ts +0 -43
  1252. package/api/types/AstGreaterThanOperatorNodeRight.d.ts +0 -43
  1253. package/api/types/AstGreaterThanOrEqualsOperatorNode.d.ts +0 -5
  1254. package/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +0 -43
  1255. package/api/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +0 -43
  1256. package/api/types/AstLessThanOperatorNode.d.ts +0 -5
  1257. package/api/types/AstLessThanOperatorNodeLeft.d.ts +0 -43
  1258. package/api/types/AstLessThanOperatorNodeRight.d.ts +0 -43
  1259. package/api/types/AstLessThanOrEqualsOperatorNode.d.ts +0 -5
  1260. package/api/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +0 -43
  1261. package/api/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +0 -43
  1262. package/api/types/AstNotEqualsOperatorNode.d.ts +0 -5
  1263. package/api/types/AstNotEqualsOperatorNodeLeft.d.ts +0 -43
  1264. package/api/types/AstNotEqualsOperatorNodeRight.d.ts +0 -43
  1265. package/api/types/AstNumberNode.d.ts +0 -3
  1266. package/api/types/AstOrOperatorNode.d.ts +0 -4
  1267. package/api/types/AstOrOperatorNodeChildrenItem.d.ts +0 -43
  1268. package/api/types/AstStringNode.d.ts +0 -3
  1269. package/api/types/AstllmNode.d.ts +0 -3
  1270. package/api/types/BuiltInToolsWorkflowOverride.d.ts +0 -17
  1271. package/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +0 -17
  1272. package/api/types/Position.d.ts +0 -4
  1273. package/api/types/PromptAgentApiModelWorkflowOverride.d.ts +0 -37
  1274. package/api/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.d.ts +0 -5
  1275. package/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +0 -20
  1276. package/api/types/TtsConversationalConfigWorkflowOverride.d.ts +0 -21
  1277. package/api/types/WorkflowEdgeModel.d.ts +0 -9
  1278. package/api/types/WorkflowEdgeModelBackwardCondition.d.ts +0 -16
  1279. package/api/types/WorkflowEdgeModelForwardCondition.d.ts +0 -16
  1280. package/api/types/WorkflowEndNodeModel.d.ts +0 -7
  1281. package/api/types/WorkflowExpressionConditionModel.d.ts +0 -5
  1282. package/api/types/WorkflowExpressionConditionModelExpression.d.ts +0 -43
  1283. package/api/types/WorkflowLlmConditionModel.d.ts +0 -4
  1284. package/api/types/WorkflowOverrideAgentNodeModel.d.ts +0 -12
  1285. package/api/types/WorkflowPhoneNumberNodeModel.d.ts +0 -9
  1286. package/api/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +0 -10
  1287. package/api/types/WorkflowResultConditionModel.d.ts +0 -4
  1288. package/api/types/WorkflowStandaloneAgentNodeModel.d.ts +0 -11
  1289. package/api/types/WorkflowStartNodeModel.d.ts +0 -7
  1290. package/api/types/WorkflowToolNodeModel.d.ts +0 -8
  1291. package/api/types/WorkflowUnconditionalModel.d.ts +0 -3
  1292. package/dist/api/types/AgentConfigApiModelWorkflowOverride.d.ts +0 -13
  1293. package/dist/api/types/AgentConfigOverride.d.ts +0 -9
  1294. package/dist/api/types/AstAndOperatorNode.d.ts +0 -4
  1295. package/dist/api/types/AstAndOperatorNodeChildrenItem.d.ts +0 -43
  1296. package/dist/api/types/AstBooleanNode.d.ts +0 -3
  1297. package/dist/api/types/AstDynamicVariableNode.d.ts +0 -3
  1298. package/dist/api/types/AstEqualsOperatorNode.d.ts +0 -5
  1299. package/dist/api/types/AstEqualsOperatorNodeLeft.d.ts +0 -43
  1300. package/dist/api/types/AstEqualsOperatorNodeRight.d.ts +0 -43
  1301. package/dist/api/types/AstGreaterThanOperatorNode.d.ts +0 -5
  1302. package/dist/api/types/AstGreaterThanOperatorNodeLeft.d.ts +0 -43
  1303. package/dist/api/types/AstGreaterThanOperatorNodeRight.d.ts +0 -43
  1304. package/dist/api/types/AstGreaterThanOrEqualsOperatorNode.d.ts +0 -5
  1305. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +0 -43
  1306. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +0 -43
  1307. package/dist/api/types/AstLessThanOperatorNode.d.ts +0 -5
  1308. package/dist/api/types/AstLessThanOperatorNodeLeft.d.ts +0 -43
  1309. package/dist/api/types/AstLessThanOperatorNodeRight.d.ts +0 -43
  1310. package/dist/api/types/AstLessThanOrEqualsOperatorNode.d.ts +0 -5
  1311. package/dist/api/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +0 -43
  1312. package/dist/api/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +0 -43
  1313. package/dist/api/types/AstNotEqualsOperatorNode.d.ts +0 -5
  1314. package/dist/api/types/AstNotEqualsOperatorNodeLeft.d.ts +0 -43
  1315. package/dist/api/types/AstNotEqualsOperatorNodeRight.d.ts +0 -43
  1316. package/dist/api/types/AstNumberNode.d.ts +0 -3
  1317. package/dist/api/types/AstOrOperatorNode.d.ts +0 -4
  1318. package/dist/api/types/AstOrOperatorNodeChildrenItem.d.ts +0 -43
  1319. package/dist/api/types/AstStringNode.d.ts +0 -3
  1320. package/dist/api/types/AstllmNode.d.ts +0 -3
  1321. package/dist/api/types/BuiltInToolsWorkflowOverride.d.ts +0 -17
  1322. package/dist/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +0 -17
  1323. package/dist/api/types/Position.d.ts +0 -4
  1324. package/dist/api/types/PromptAgentApiModelWorkflowOverride.d.ts +0 -37
  1325. package/dist/api/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.d.ts +0 -5
  1326. package/dist/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +0 -20
  1327. package/dist/api/types/TtsConversationalConfigWorkflowOverride.d.ts +0 -21
  1328. package/dist/api/types/WorkflowEdgeModel.d.ts +0 -9
  1329. package/dist/api/types/WorkflowEdgeModelBackwardCondition.d.ts +0 -16
  1330. package/dist/api/types/WorkflowEdgeModelForwardCondition.d.ts +0 -16
  1331. package/dist/api/types/WorkflowEndNodeModel.d.ts +0 -7
  1332. package/dist/api/types/WorkflowExpressionConditionModel.d.ts +0 -5
  1333. package/dist/api/types/WorkflowExpressionConditionModelExpression.d.ts +0 -43
  1334. package/dist/api/types/WorkflowLlmConditionModel.d.ts +0 -4
  1335. package/dist/api/types/WorkflowOverrideAgentNodeModel.d.ts +0 -12
  1336. package/dist/api/types/WorkflowPhoneNumberNodeModel.d.ts +0 -9
  1337. package/dist/api/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +0 -10
  1338. package/dist/api/types/WorkflowResultConditionModel.d.ts +0 -4
  1339. package/dist/api/types/WorkflowStandaloneAgentNodeModel.d.ts +0 -11
  1340. package/dist/api/types/WorkflowStartNodeModel.d.ts +0 -7
  1341. package/dist/api/types/WorkflowToolNodeModel.d.ts +0 -8
  1342. package/dist/api/types/WorkflowUnconditionalModel.d.ts +0 -3
  1343. package/dist/serialization/types/AgentConfigApiModelWorkflowOverride.d.ts +0 -15
  1344. package/dist/serialization/types/AgentConfigApiModelWorkflowOverride.js +0 -47
  1345. package/dist/serialization/types/AgentConfigOverride.d.ts +0 -12
  1346. package/dist/serialization/types/AgentConfigOverride.js +0 -44
  1347. package/dist/serialization/types/AstAndOperatorNode.d.ts +0 -9
  1348. package/dist/serialization/types/AstAndOperatorNode.js +0 -42
  1349. package/dist/serialization/types/AstAndOperatorNodeChildrenItem.d.ts +0 -51
  1350. package/dist/serialization/types/AstAndOperatorNodeChildrenItem.js +0 -64
  1351. package/dist/serialization/types/AstBooleanNode.d.ts +0 -9
  1352. package/dist/serialization/types/AstBooleanNode.js +0 -41
  1353. package/dist/serialization/types/AstDynamicVariableNode.d.ts +0 -9
  1354. package/dist/serialization/types/AstDynamicVariableNode.js +0 -41
  1355. package/dist/serialization/types/AstEqualsOperatorNode.d.ts +0 -10
  1356. package/dist/serialization/types/AstEqualsOperatorNode.js +0 -43
  1357. package/dist/serialization/types/AstEqualsOperatorNodeLeft.d.ts +0 -51
  1358. package/dist/serialization/types/AstEqualsOperatorNodeLeft.js +0 -64
  1359. package/dist/serialization/types/AstEqualsOperatorNodeRight.d.ts +0 -51
  1360. package/dist/serialization/types/AstEqualsOperatorNodeRight.js +0 -64
  1361. package/dist/serialization/types/AstGreaterThanOperatorNode.d.ts +0 -10
  1362. package/dist/serialization/types/AstGreaterThanOperatorNode.js +0 -43
  1363. package/dist/serialization/types/AstGreaterThanOperatorNodeLeft.d.ts +0 -51
  1364. package/dist/serialization/types/AstGreaterThanOperatorNodeLeft.js +0 -64
  1365. package/dist/serialization/types/AstGreaterThanOperatorNodeRight.d.ts +0 -51
  1366. package/dist/serialization/types/AstGreaterThanOperatorNodeRight.js +0 -64
  1367. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNode.d.ts +0 -10
  1368. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNode.js +0 -43
  1369. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +0 -51
  1370. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.js +0 -64
  1371. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +0 -51
  1372. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.js +0 -64
  1373. package/dist/serialization/types/AstLessThanOperatorNode.d.ts +0 -10
  1374. package/dist/serialization/types/AstLessThanOperatorNode.js +0 -43
  1375. package/dist/serialization/types/AstLessThanOperatorNodeLeft.d.ts +0 -51
  1376. package/dist/serialization/types/AstLessThanOperatorNodeLeft.js +0 -64
  1377. package/dist/serialization/types/AstLessThanOperatorNodeRight.d.ts +0 -51
  1378. package/dist/serialization/types/AstLessThanOperatorNodeRight.js +0 -64
  1379. package/dist/serialization/types/AstLessThanOrEqualsOperatorNode.d.ts +0 -10
  1380. package/dist/serialization/types/AstLessThanOrEqualsOperatorNode.js +0 -43
  1381. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +0 -51
  1382. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.js +0 -64
  1383. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +0 -51
  1384. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeRight.js +0 -64
  1385. package/dist/serialization/types/AstNotEqualsOperatorNode.d.ts +0 -10
  1386. package/dist/serialization/types/AstNotEqualsOperatorNode.js +0 -43
  1387. package/dist/serialization/types/AstNotEqualsOperatorNodeLeft.d.ts +0 -51
  1388. package/dist/serialization/types/AstNotEqualsOperatorNodeLeft.js +0 -64
  1389. package/dist/serialization/types/AstNotEqualsOperatorNodeRight.d.ts +0 -51
  1390. package/dist/serialization/types/AstNotEqualsOperatorNodeRight.js +0 -64
  1391. package/dist/serialization/types/AstNumberNode.d.ts +0 -9
  1392. package/dist/serialization/types/AstNumberNode.js +0 -41
  1393. package/dist/serialization/types/AstOrOperatorNode.d.ts +0 -9
  1394. package/dist/serialization/types/AstOrOperatorNode.js +0 -42
  1395. package/dist/serialization/types/AstOrOperatorNodeChildrenItem.d.ts +0 -51
  1396. package/dist/serialization/types/AstOrOperatorNodeChildrenItem.js +0 -64
  1397. package/dist/serialization/types/AstStringNode.d.ts +0 -9
  1398. package/dist/serialization/types/AstStringNode.js +0 -41
  1399. package/dist/serialization/types/AstllmNode.d.ts +0 -9
  1400. package/dist/serialization/types/AstllmNode.js +0 -41
  1401. package/dist/serialization/types/BuiltInToolsWorkflowOverride.d.ts +0 -16
  1402. package/dist/serialization/types/BuiltInToolsWorkflowOverride.js +0 -48
  1403. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +0 -22
  1404. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +0 -54
  1405. package/dist/serialization/types/Position.d.ts +0 -10
  1406. package/dist/serialization/types/Position.js +0 -42
  1407. package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +0 -33
  1408. package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.js +0 -65
  1409. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.d.ts +0 -10
  1410. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.js +0 -42
  1411. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +0 -23
  1412. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.js +0 -54
  1413. package/dist/serialization/types/TtsConversationalConfigWorkflowOverride.d.ts +0 -22
  1414. package/dist/serialization/types/TtsConversationalConfigWorkflowOverride.js +0 -54
  1415. package/dist/serialization/types/WorkflowEdgeModel.d.ts +0 -14
  1416. package/dist/serialization/types/WorkflowEdgeModel.js +0 -46
  1417. package/dist/serialization/types/WorkflowEdgeModelBackwardCondition.d.ts +0 -23
  1418. package/dist/serialization/types/WorkflowEdgeModelBackwardCondition.js +0 -53
  1419. package/dist/serialization/types/WorkflowEdgeModelForwardCondition.d.ts +0 -23
  1420. package/dist/serialization/types/WorkflowEdgeModelForwardCondition.js +0 -53
  1421. package/dist/serialization/types/WorkflowEndNodeModel.d.ts +0 -11
  1422. package/dist/serialization/types/WorkflowEndNodeModel.js +0 -43
  1423. package/dist/serialization/types/WorkflowExpressionConditionModel.d.ts +0 -11
  1424. package/dist/serialization/types/WorkflowExpressionConditionModel.js +0 -43
  1425. package/dist/serialization/types/WorkflowExpressionConditionModelExpression.d.ts +0 -51
  1426. package/dist/serialization/types/WorkflowExpressionConditionModelExpression.js +0 -64
  1427. package/dist/serialization/types/WorkflowLlmConditionModel.d.ts +0 -10
  1428. package/dist/serialization/types/WorkflowLlmConditionModel.js +0 -42
  1429. package/dist/serialization/types/WorkflowOverrideAgentNodeModel.d.ts +0 -18
  1430. package/dist/serialization/types/WorkflowOverrideAgentNodeModel.js +0 -50
  1431. package/dist/serialization/types/WorkflowPhoneNumberNodeModel.d.ts +0 -15
  1432. package/dist/serialization/types/WorkflowPhoneNumberNodeModel.js +0 -47
  1433. package/dist/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +0 -15
  1434. package/dist/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.js +0 -49
  1435. package/dist/serialization/types/WorkflowResultConditionModel.d.ts +0 -10
  1436. package/dist/serialization/types/WorkflowResultConditionModel.js +0 -42
  1437. package/dist/serialization/types/WorkflowStandaloneAgentNodeModel.d.ts +0 -15
  1438. package/dist/serialization/types/WorkflowStandaloneAgentNodeModel.js +0 -47
  1439. package/dist/serialization/types/WorkflowStartNodeModel.d.ts +0 -11
  1440. package/dist/serialization/types/WorkflowStartNodeModel.js +0 -43
  1441. package/dist/serialization/types/WorkflowToolNodeModel.d.ts +0 -13
  1442. package/dist/serialization/types/WorkflowToolNodeModel.js +0 -45
  1443. package/dist/serialization/types/WorkflowUnconditionalModel.d.ts +0 -9
  1444. package/dist/serialization/types/WorkflowUnconditionalModel.js +0 -41
  1445. package/serialization/types/AgentConfigApiModelWorkflowOverride.d.ts +0 -15
  1446. package/serialization/types/AgentConfigApiModelWorkflowOverride.js +0 -47
  1447. package/serialization/types/AgentConfigOverride.d.ts +0 -12
  1448. package/serialization/types/AgentConfigOverride.js +0 -44
  1449. package/serialization/types/AstAndOperatorNode.d.ts +0 -9
  1450. package/serialization/types/AstAndOperatorNode.js +0 -42
  1451. package/serialization/types/AstAndOperatorNodeChildrenItem.d.ts +0 -51
  1452. package/serialization/types/AstAndOperatorNodeChildrenItem.js +0 -64
  1453. package/serialization/types/AstBooleanNode.d.ts +0 -9
  1454. package/serialization/types/AstBooleanNode.js +0 -41
  1455. package/serialization/types/AstDynamicVariableNode.d.ts +0 -9
  1456. package/serialization/types/AstDynamicVariableNode.js +0 -41
  1457. package/serialization/types/AstEqualsOperatorNode.d.ts +0 -10
  1458. package/serialization/types/AstEqualsOperatorNode.js +0 -43
  1459. package/serialization/types/AstEqualsOperatorNodeLeft.d.ts +0 -51
  1460. package/serialization/types/AstEqualsOperatorNodeLeft.js +0 -64
  1461. package/serialization/types/AstEqualsOperatorNodeRight.d.ts +0 -51
  1462. package/serialization/types/AstEqualsOperatorNodeRight.js +0 -64
  1463. package/serialization/types/AstGreaterThanOperatorNode.d.ts +0 -10
  1464. package/serialization/types/AstGreaterThanOperatorNode.js +0 -43
  1465. package/serialization/types/AstGreaterThanOperatorNodeLeft.d.ts +0 -51
  1466. package/serialization/types/AstGreaterThanOperatorNodeLeft.js +0 -64
  1467. package/serialization/types/AstGreaterThanOperatorNodeRight.d.ts +0 -51
  1468. package/serialization/types/AstGreaterThanOperatorNodeRight.js +0 -64
  1469. package/serialization/types/AstGreaterThanOrEqualsOperatorNode.d.ts +0 -10
  1470. package/serialization/types/AstGreaterThanOrEqualsOperatorNode.js +0 -43
  1471. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +0 -51
  1472. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.js +0 -64
  1473. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +0 -51
  1474. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.js +0 -64
  1475. package/serialization/types/AstLessThanOperatorNode.d.ts +0 -10
  1476. package/serialization/types/AstLessThanOperatorNode.js +0 -43
  1477. package/serialization/types/AstLessThanOperatorNodeLeft.d.ts +0 -51
  1478. package/serialization/types/AstLessThanOperatorNodeLeft.js +0 -64
  1479. package/serialization/types/AstLessThanOperatorNodeRight.d.ts +0 -51
  1480. package/serialization/types/AstLessThanOperatorNodeRight.js +0 -64
  1481. package/serialization/types/AstLessThanOrEqualsOperatorNode.d.ts +0 -10
  1482. package/serialization/types/AstLessThanOrEqualsOperatorNode.js +0 -43
  1483. package/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +0 -51
  1484. package/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.js +0 -64
  1485. package/serialization/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +0 -51
  1486. package/serialization/types/AstLessThanOrEqualsOperatorNodeRight.js +0 -64
  1487. package/serialization/types/AstNotEqualsOperatorNode.d.ts +0 -10
  1488. package/serialization/types/AstNotEqualsOperatorNode.js +0 -43
  1489. package/serialization/types/AstNotEqualsOperatorNodeLeft.d.ts +0 -51
  1490. package/serialization/types/AstNotEqualsOperatorNodeLeft.js +0 -64
  1491. package/serialization/types/AstNotEqualsOperatorNodeRight.d.ts +0 -51
  1492. package/serialization/types/AstNotEqualsOperatorNodeRight.js +0 -64
  1493. package/serialization/types/AstNumberNode.d.ts +0 -9
  1494. package/serialization/types/AstNumberNode.js +0 -41
  1495. package/serialization/types/AstOrOperatorNode.d.ts +0 -9
  1496. package/serialization/types/AstOrOperatorNode.js +0 -42
  1497. package/serialization/types/AstOrOperatorNodeChildrenItem.d.ts +0 -51
  1498. package/serialization/types/AstOrOperatorNodeChildrenItem.js +0 -64
  1499. package/serialization/types/AstStringNode.d.ts +0 -9
  1500. package/serialization/types/AstStringNode.js +0 -41
  1501. package/serialization/types/AstllmNode.d.ts +0 -9
  1502. package/serialization/types/AstllmNode.js +0 -41
  1503. package/serialization/types/BuiltInToolsWorkflowOverride.d.ts +0 -16
  1504. package/serialization/types/BuiltInToolsWorkflowOverride.js +0 -48
  1505. package/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +0 -22
  1506. package/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +0 -54
  1507. package/serialization/types/Position.d.ts +0 -10
  1508. package/serialization/types/Position.js +0 -42
  1509. package/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +0 -33
  1510. package/serialization/types/PromptAgentApiModelWorkflowOverride.js +0 -65
  1511. package/serialization/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.d.ts +0 -10
  1512. package/serialization/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.js +0 -42
  1513. package/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +0 -23
  1514. package/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.js +0 -54
  1515. package/serialization/types/TtsConversationalConfigWorkflowOverride.d.ts +0 -22
  1516. package/serialization/types/TtsConversationalConfigWorkflowOverride.js +0 -54
  1517. package/serialization/types/WorkflowEdgeModel.d.ts +0 -14
  1518. package/serialization/types/WorkflowEdgeModel.js +0 -46
  1519. package/serialization/types/WorkflowEdgeModelBackwardCondition.d.ts +0 -23
  1520. package/serialization/types/WorkflowEdgeModelBackwardCondition.js +0 -53
  1521. package/serialization/types/WorkflowEdgeModelForwardCondition.d.ts +0 -23
  1522. package/serialization/types/WorkflowEdgeModelForwardCondition.js +0 -53
  1523. package/serialization/types/WorkflowEndNodeModel.d.ts +0 -11
  1524. package/serialization/types/WorkflowEndNodeModel.js +0 -43
  1525. package/serialization/types/WorkflowExpressionConditionModel.d.ts +0 -11
  1526. package/serialization/types/WorkflowExpressionConditionModel.js +0 -43
  1527. package/serialization/types/WorkflowExpressionConditionModelExpression.d.ts +0 -51
  1528. package/serialization/types/WorkflowExpressionConditionModelExpression.js +0 -64
  1529. package/serialization/types/WorkflowLlmConditionModel.d.ts +0 -10
  1530. package/serialization/types/WorkflowLlmConditionModel.js +0 -42
  1531. package/serialization/types/WorkflowOverrideAgentNodeModel.d.ts +0 -18
  1532. package/serialization/types/WorkflowOverrideAgentNodeModel.js +0 -50
  1533. package/serialization/types/WorkflowPhoneNumberNodeModel.d.ts +0 -15
  1534. package/serialization/types/WorkflowPhoneNumberNodeModel.js +0 -47
  1535. package/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +0 -15
  1536. package/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.js +0 -49
  1537. package/serialization/types/WorkflowResultConditionModel.d.ts +0 -10
  1538. package/serialization/types/WorkflowResultConditionModel.js +0 -42
  1539. package/serialization/types/WorkflowStandaloneAgentNodeModel.d.ts +0 -15
  1540. package/serialization/types/WorkflowStandaloneAgentNodeModel.js +0 -47
  1541. package/serialization/types/WorkflowStartNodeModel.d.ts +0 -11
  1542. package/serialization/types/WorkflowStartNodeModel.js +0 -43
  1543. package/serialization/types/WorkflowToolNodeModel.d.ts +0 -13
  1544. package/serialization/types/WorkflowToolNodeModel.js +0 -45
  1545. package/serialization/types/WorkflowUnconditionalModel.d.ts +0 -9
  1546. package/serialization/types/WorkflowUnconditionalModel.js +0 -41
  1547. /package/api/{types/AgentConfigApiModelWorkflowOverride.js → resources/conversationalAi/resources/agents/client/requests/AgentsGetRequest.js} +0 -0
  1548. /package/api/types/{AgentConfigOverride.js → AgentConfigApiModelWorkflowOverrideInput.js} +0 -0
  1549. /package/api/types/{AstAndOperatorNode.js → AgentConfigApiModelWorkflowOverrideOutput.js} +0 -0
  1550. /package/api/types/{AstAndOperatorNodeChildrenItem.js → AgentConfigOverrideInput.js} +0 -0
  1551. /package/api/types/{AstBooleanNode.js → AgentConfigOverrideOutput.js} +0 -0
  1552. /package/api/types/{AstDynamicVariableNode.js → AgentWorkflowResponseModel.js} +0 -0
  1553. /package/api/types/{AstEqualsOperatorNode.js → AgentWorkflowResponseModelNodesValue.js} +0 -0
  1554. /package/api/types/{AstEqualsOperatorNodeLeft.js → AstAndOperatorNodeInput.js} +0 -0
  1555. /package/api/types/{AstEqualsOperatorNodeRight.js → AstAndOperatorNodeInputChildrenItem.js} +0 -0
  1556. /package/api/types/{AstGreaterThanOperatorNode.js → AstAndOperatorNodeOutput.js} +0 -0
  1557. /package/api/types/{AstGreaterThanOperatorNodeLeft.js → AstAndOperatorNodeOutputChildrenItem.js} +0 -0
  1558. /package/api/types/{AstGreaterThanOperatorNodeRight.js → AstBooleanNodeInput.js} +0 -0
  1559. /package/api/types/{AstGreaterThanOrEqualsOperatorNode.js → AstBooleanNodeOutput.js} +0 -0
  1560. /package/api/types/{AstGreaterThanOrEqualsOperatorNodeLeft.js → AstDynamicVariableNodeInput.js} +0 -0
  1561. /package/api/types/{AstGreaterThanOrEqualsOperatorNodeRight.js → AstDynamicVariableNodeOutput.js} +0 -0
  1562. /package/api/types/{AstLessThanOperatorNode.js → AstEqualsOperatorNodeInput.js} +0 -0
  1563. /package/api/types/{AstLessThanOperatorNodeLeft.js → AstEqualsOperatorNodeInputLeft.js} +0 -0
  1564. /package/api/types/{AstLessThanOperatorNodeRight.js → AstEqualsOperatorNodeInputRight.js} +0 -0
  1565. /package/api/types/{AstLessThanOrEqualsOperatorNode.js → AstEqualsOperatorNodeOutput.js} +0 -0
  1566. /package/api/types/{AstLessThanOrEqualsOperatorNodeLeft.js → AstEqualsOperatorNodeOutputLeft.js} +0 -0
  1567. /package/api/types/{AstLessThanOrEqualsOperatorNodeRight.js → AstEqualsOperatorNodeOutputRight.js} +0 -0
  1568. /package/api/types/{AstNotEqualsOperatorNode.js → AstGreaterThanOperatorNodeInput.js} +0 -0
  1569. /package/api/types/{AstNotEqualsOperatorNodeLeft.js → AstGreaterThanOperatorNodeInputLeft.js} +0 -0
  1570. /package/api/types/{AstNotEqualsOperatorNodeRight.js → AstGreaterThanOperatorNodeInputRight.js} +0 -0
  1571. /package/api/types/{AstNumberNode.js → AstGreaterThanOperatorNodeOutput.js} +0 -0
  1572. /package/api/types/{AstOrOperatorNode.js → AstGreaterThanOperatorNodeOutputLeft.js} +0 -0
  1573. /package/api/types/{AstOrOperatorNodeChildrenItem.js → AstGreaterThanOperatorNodeOutputRight.js} +0 -0
  1574. /package/api/types/{AstStringNode.js → AstGreaterThanOrEqualsOperatorNodeInput.js} +0 -0
  1575. /package/api/types/{AstllmNode.js → AstGreaterThanOrEqualsOperatorNodeInputLeft.js} +0 -0
  1576. /package/api/types/{BuiltInToolsWorkflowOverride.js → AstGreaterThanOrEqualsOperatorNodeInputRight.js} +0 -0
  1577. /package/api/types/{ConversationalConfigApiModelWorkflowOverride.js → AstGreaterThanOrEqualsOperatorNodeOutput.js} +0 -0
  1578. /package/api/types/{Position.js → AstGreaterThanOrEqualsOperatorNodeOutputLeft.js} +0 -0
  1579. /package/api/types/{PromptAgentApiModelWorkflowOverride.js → AstGreaterThanOrEqualsOperatorNodeOutputRight.js} +0 -0
  1580. /package/api/types/{PromptAgentApiModelWorkflowOverrideBackupLlmConfig.js → AstLessThanOperatorNodeInput.js} +0 -0
  1581. /package/api/types/{PromptAgentApiModelWorkflowOverrideToolsItem.js → AstLessThanOperatorNodeInputLeft.js} +0 -0
  1582. /package/api/types/{TtsConversationalConfigWorkflowOverride.js → AstLessThanOperatorNodeInputRight.js} +0 -0
  1583. /package/api/types/{WorkflowEdgeModel.js → AstLessThanOperatorNodeOutput.js} +0 -0
  1584. /package/api/types/{WorkflowEdgeModelBackwardCondition.js → AstLessThanOperatorNodeOutputLeft.js} +0 -0
  1585. /package/api/types/{WorkflowEdgeModelForwardCondition.js → AstLessThanOperatorNodeOutputRight.js} +0 -0
  1586. /package/api/types/{WorkflowEndNodeModel.js → AstLessThanOrEqualsOperatorNodeInput.js} +0 -0
  1587. /package/api/types/{WorkflowExpressionConditionModel.js → AstLessThanOrEqualsOperatorNodeInputLeft.js} +0 -0
  1588. /package/api/types/{WorkflowExpressionConditionModelExpression.js → AstLessThanOrEqualsOperatorNodeInputRight.js} +0 -0
  1589. /package/api/types/{WorkflowLlmConditionModel.js → AstLessThanOrEqualsOperatorNodeOutput.js} +0 -0
  1590. /package/api/types/{WorkflowOverrideAgentNodeModel.js → AstLessThanOrEqualsOperatorNodeOutputLeft.js} +0 -0
  1591. /package/api/types/{WorkflowPhoneNumberNodeModel.js → AstLessThanOrEqualsOperatorNodeOutputRight.js} +0 -0
  1592. /package/api/types/{WorkflowPhoneNumberNodeModelTransferDestination.js → AstNotEqualsOperatorNodeInput.js} +0 -0
  1593. /package/api/types/{WorkflowResultConditionModel.js → AstNotEqualsOperatorNodeInputLeft.js} +0 -0
  1594. /package/api/types/{WorkflowStandaloneAgentNodeModel.js → AstNotEqualsOperatorNodeInputRight.js} +0 -0
  1595. /package/api/types/{WorkflowStartNodeModel.js → AstNotEqualsOperatorNodeOutput.js} +0 -0
  1596. /package/api/types/{WorkflowToolNodeModel.js → AstNotEqualsOperatorNodeOutputLeft.js} +0 -0
  1597. /package/api/types/{WorkflowUnconditionalModel.js → AstNotEqualsOperatorNodeOutputRight.js} +0 -0
  1598. /package/{dist/api/types/AgentConfigApiModelWorkflowOverride.js → api/types/AstNumberNodeInput.js} +0 -0
  1599. /package/{dist/api/types/AgentConfigOverride.js → api/types/AstNumberNodeOutput.js} +0 -0
  1600. /package/{dist/api/types/AstAndOperatorNode.js → api/types/AstOrOperatorNodeInput.js} +0 -0
  1601. /package/{dist/api/types/AstAndOperatorNodeChildrenItem.js → api/types/AstOrOperatorNodeInputChildrenItem.js} +0 -0
  1602. /package/{dist/api/types/AstBooleanNode.js → api/types/AstOrOperatorNodeOutput.js} +0 -0
  1603. /package/{dist/api/types/AstDynamicVariableNode.js → api/types/AstOrOperatorNodeOutputChildrenItem.js} +0 -0
  1604. /package/{dist/api/types/AstEqualsOperatorNode.js → api/types/AstStringNodeInput.js} +0 -0
  1605. /package/{dist/api/types/AstEqualsOperatorNodeLeft.js → api/types/AstStringNodeOutput.js} +0 -0
  1606. /package/{dist/api/types/AstEqualsOperatorNodeRight.js → api/types/AstllmNodeInput.js} +0 -0
  1607. /package/{dist/api/types/AstGreaterThanOperatorNode.js → api/types/AstllmNodeOutput.js} +0 -0
  1608. /package/{dist/api/types/AstGreaterThanOperatorNodeLeft.js → api/types/AsyncConversationMetadata.js} +0 -0
  1609. /package/{dist/api/types/AstGreaterThanOperatorNodeRight.js → api/types/BuiltInToolsWorkflowOverrideInput.js} +0 -0
  1610. /package/{dist/api/types/AstGreaterThanOrEqualsOperatorNode.js → api/types/BuiltInToolsWorkflowOverrideOutput.js} +0 -0
  1611. /package/{dist/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.js → api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.js} +0 -0
  1612. /package/{dist/api/types/AstGreaterThanOrEqualsOperatorNodeRight.js → api/types/ConversationalConfigApiModelWorkflowOverrideInput.js} +0 -0
  1613. /package/{dist/api/types/AstLessThanOperatorNode.js → api/types/ConversationalConfigApiModelWorkflowOverrideOutput.js} +0 -0
  1614. /package/{dist/api/types/AstLessThanOperatorNodeLeft.js → api/types/DefaultConversationInitiationTrigger.js} +0 -0
  1615. /package/{dist/api/types/AstLessThanOperatorNodeRight.js → api/types/PositionInput.js} +0 -0
  1616. /package/{dist/api/types/AstLessThanOrEqualsOperatorNode.js → api/types/PositionOutput.js} +0 -0
  1617. /package/{dist/api/types/AstLessThanOrEqualsOperatorNodeLeft.js → api/types/PromptAgentApiModelWorkflowOverrideInput.js} +0 -0
  1618. /package/{dist/api/types/AstLessThanOrEqualsOperatorNodeRight.js → api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.js} +0 -0
  1619. /package/{dist/api/types/AstNotEqualsOperatorNode.js → api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js} +0 -0
  1620. /package/{dist/api/types/AstNotEqualsOperatorNodeLeft.js → api/types/PromptAgentApiModelWorkflowOverrideOutput.js} +0 -0
  1621. /package/{dist/api/types/AstNotEqualsOperatorNodeRight.js → api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.js} +0 -0
  1622. /package/{dist/api/types/AstNumberNode.js → api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js} +0 -0
  1623. /package/{dist/api/types/AstOrOperatorNode.js → api/types/SectionSource.js} +0 -0
  1624. /package/{dist/api/types/AstOrOperatorNodeChildrenItem.js → api/types/TimeRange.js} +0 -0
  1625. /package/{dist/api/types/AstStringNode.js → api/types/TtsConversationalConfigWorkflowOverrideInput.js} +0 -0
  1626. /package/{dist/api/types/AstllmNode.js → api/types/TtsConversationalConfigWorkflowOverrideOutput.js} +0 -0
  1627. /package/{dist/api/types/BuiltInToolsWorkflowOverride.js → api/types/WhatsAppBusinessAccount.js} +0 -0
  1628. /package/{dist/api/types/ConversationalConfigApiModelWorkflowOverride.js → api/types/WhatsAppBusinessAccountChangesItem.js} +0 -0
  1629. /package/{dist/api/types/Position.js → api/types/WhatsAppCall.js} +0 -0
  1630. /package/{dist/api/types/PromptAgentApiModelWorkflowOverride.js → api/types/WhatsAppCalls.js} +0 -0
  1631. /package/{dist/api/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.js → api/types/WhatsAppChangeCalls.js} +0 -0
  1632. /package/{dist/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.js → api/types/WhatsAppChangeMessages.js} +0 -0
  1633. /package/{dist/api/types/TtsConversationalConfigWorkflowOverride.js → api/types/WhatsAppEventRequest.js} +0 -0
  1634. /package/{dist/api/types/WorkflowEdgeModel.js → api/types/WhatsAppMetadata.js} +0 -0
  1635. /package/{dist/api/types/WorkflowEdgeModelBackwardCondition.js → api/types/WhatsAppSession.js} +0 -0
  1636. /package/{dist/api/types/WorkflowEdgeModelForwardCondition.js → api/types/WorkflowEdgeModelInput.js} +0 -0
  1637. /package/{dist/api/types/WorkflowEndNodeModel.js → api/types/WorkflowEdgeModelInputBackwardCondition.js} +0 -0
  1638. /package/{dist/api/types/WorkflowExpressionConditionModel.js → api/types/WorkflowEdgeModelInputForwardCondition.js} +0 -0
  1639. /package/{dist/api/types/WorkflowExpressionConditionModelExpression.js → api/types/WorkflowEdgeModelOutput.js} +0 -0
  1640. /package/{dist/api/types/WorkflowLlmConditionModel.js → api/types/WorkflowEdgeModelOutputBackwardCondition.js} +0 -0
  1641. /package/{dist/api/types/WorkflowOverrideAgentNodeModel.js → api/types/WorkflowEdgeModelOutputForwardCondition.js} +0 -0
  1642. /package/{dist/api/types/WorkflowPhoneNumberNodeModel.js → api/types/WorkflowEndNodeModelInput.js} +0 -0
  1643. /package/{dist/api/types/WorkflowPhoneNumberNodeModelTransferDestination.js → api/types/WorkflowEndNodeModelOutput.js} +0 -0
  1644. /package/{dist/api/types/WorkflowResultConditionModel.js → api/types/WorkflowExpressionConditionModelInput.js} +0 -0
  1645. /package/{dist/api/types/WorkflowStandaloneAgentNodeModel.js → api/types/WorkflowExpressionConditionModelInputExpression.js} +0 -0
  1646. /package/{dist/api/types/WorkflowStartNodeModel.js → api/types/WorkflowExpressionConditionModelOutput.js} +0 -0
  1647. /package/{dist/api/types/WorkflowToolNodeModel.js → api/types/WorkflowExpressionConditionModelOutputExpression.js} +0 -0
  1648. /package/{dist/api/types/WorkflowUnconditionalModel.js → api/types/WorkflowLlmConditionModelInput.js} +0 -0
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.WorkflowStartNodeModelOutput = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const PositionOutput_1 = require("./PositionOutput");
40
+ exports.WorkflowStartNodeModelOutput = core.serialization.object({
41
+ position: PositionOutput_1.PositionOutput,
42
+ edgeOrder: core.serialization.property("edge_order", core.serialization.list(core.serialization.string())),
43
+ });
@@ -0,0 +1,13 @@
1
+ import * as serializers from "../index";
2
+ import * as ElevenLabs from "../../api/index";
3
+ import * as core from "../../core";
4
+ import { PositionInput } from "./PositionInput";
5
+ import { WorkflowToolLocator } from "./WorkflowToolLocator";
6
+ export declare const WorkflowToolNodeModelInput: core.serialization.ObjectSchema<serializers.WorkflowToolNodeModelInput.Raw, ElevenLabs.WorkflowToolNodeModelInput>;
7
+ export declare namespace WorkflowToolNodeModelInput {
8
+ interface Raw {
9
+ position?: PositionInput.Raw | null;
10
+ edge_order?: string[] | null;
11
+ tools?: WorkflowToolLocator.Raw[] | null;
12
+ }
13
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.WorkflowToolNodeModelInput = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const PositionInput_1 = require("./PositionInput");
40
+ const WorkflowToolLocator_1 = require("./WorkflowToolLocator");
41
+ exports.WorkflowToolNodeModelInput = core.serialization.object({
42
+ position: PositionInput_1.PositionInput.optional(),
43
+ edgeOrder: core.serialization.property("edge_order", core.serialization.list(core.serialization.string()).optional()),
44
+ tools: core.serialization.list(WorkflowToolLocator_1.WorkflowToolLocator).optional(),
45
+ });
@@ -0,0 +1,13 @@
1
+ import * as serializers from "../index";
2
+ import * as ElevenLabs from "../../api/index";
3
+ import * as core from "../../core";
4
+ import { PositionOutput } from "./PositionOutput";
5
+ import { WorkflowToolLocator } from "./WorkflowToolLocator";
6
+ export declare const WorkflowToolNodeModelOutput: core.serialization.ObjectSchema<serializers.WorkflowToolNodeModelOutput.Raw, ElevenLabs.WorkflowToolNodeModelOutput>;
7
+ export declare namespace WorkflowToolNodeModelOutput {
8
+ interface Raw {
9
+ position: PositionOutput.Raw;
10
+ edge_order: string[];
11
+ tools: WorkflowToolLocator.Raw[];
12
+ }
13
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.WorkflowToolNodeModelOutput = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const PositionOutput_1 = require("./PositionOutput");
40
+ const WorkflowToolLocator_1 = require("./WorkflowToolLocator");
41
+ exports.WorkflowToolNodeModelOutput = core.serialization.object({
42
+ position: PositionOutput_1.PositionOutput,
43
+ edgeOrder: core.serialization.property("edge_order", core.serialization.list(core.serialization.string())),
44
+ tools: core.serialization.list(WorkflowToolLocator_1.WorkflowToolLocator),
45
+ });
@@ -0,0 +1,9 @@
1
+ import * as serializers from "../index";
2
+ import * as ElevenLabs from "../../api/index";
3
+ import * as core from "../../core";
4
+ export declare const WorkflowUnconditionalModelInput: core.serialization.ObjectSchema<serializers.WorkflowUnconditionalModelInput.Raw, ElevenLabs.WorkflowUnconditionalModelInput>;
5
+ export declare namespace WorkflowUnconditionalModelInput {
6
+ interface Raw {
7
+ label?: string | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.WorkflowUnconditionalModelInput = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.WorkflowUnconditionalModelInput = core.serialization.object({
40
+ label: core.serialization.string().optional(),
41
+ });
@@ -0,0 +1,9 @@
1
+ import * as serializers from "../index";
2
+ import * as ElevenLabs from "../../api/index";
3
+ import * as core from "../../core";
4
+ export declare const WorkflowUnconditionalModelOutput: core.serialization.ObjectSchema<serializers.WorkflowUnconditionalModelOutput.Raw, ElevenLabs.WorkflowUnconditionalModelOutput>;
5
+ export declare namespace WorkflowUnconditionalModelOutput {
6
+ interface Raw {
7
+ label?: string | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.WorkflowUnconditionalModelOutput = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.WorkflowUnconditionalModelOutput = core.serialization.object({
40
+ label: core.serialization.string().optional(),
41
+ });
@@ -0,0 +1,9 @@
1
+ import * as serializers from "../index";
2
+ import * as ElevenLabs from "../../api/index";
3
+ import * as core from "../../core";
4
+ export declare const ZendeskConversationInitiationTrigger: core.serialization.ObjectSchema<serializers.ZendeskConversationInitiationTrigger.Raw, ElevenLabs.ZendeskConversationInitiationTrigger>;
5
+ export declare namespace ZendeskConversationInitiationTrigger {
6
+ interface Raw {
7
+ ticket_id: number;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ZendeskConversationInitiationTrigger = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.ZendeskConversationInitiationTrigger = core.serialization.object({
40
+ ticketId: core.serialization.property("ticket_id", core.serialization.number()),
41
+ });
@@ -4,33 +4,60 @@ export * from "./AsrConversationalConfigWorkflowOverride";
4
4
  export * from "./AsrInputFormat";
5
5
  export * from "./AsrProvider";
6
6
  export * from "./AsrQuality";
7
- export * from "./AstAndOperatorNodeChildrenItem";
8
- export * from "./AstAndOperatorNode";
9
- export * from "./AstBooleanNode";
10
- export * from "./AstDynamicVariableNode";
11
- export * from "./AstEqualsOperatorNodeLeft";
12
- export * from "./AstEqualsOperatorNodeRight";
13
- export * from "./AstEqualsOperatorNode";
14
- export * from "./AstGreaterThanOperatorNodeLeft";
15
- export * from "./AstGreaterThanOperatorNodeRight";
16
- export * from "./AstGreaterThanOperatorNode";
17
- export * from "./AstGreaterThanOrEqualsOperatorNodeLeft";
18
- export * from "./AstGreaterThanOrEqualsOperatorNodeRight";
19
- export * from "./AstGreaterThanOrEqualsOperatorNode";
20
- export * from "./AstllmNode";
21
- export * from "./AstLessThanOperatorNodeLeft";
22
- export * from "./AstLessThanOperatorNodeRight";
23
- export * from "./AstLessThanOperatorNode";
24
- export * from "./AstLessThanOrEqualsOperatorNodeLeft";
25
- export * from "./AstLessThanOrEqualsOperatorNodeRight";
26
- export * from "./AstLessThanOrEqualsOperatorNode";
27
- export * from "./AstNotEqualsOperatorNodeLeft";
28
- export * from "./AstNotEqualsOperatorNodeRight";
29
- export * from "./AstNotEqualsOperatorNode";
30
- export * from "./AstNumberNode";
31
- export * from "./AstOrOperatorNodeChildrenItem";
32
- export * from "./AstOrOperatorNode";
33
- export * from "./AstStringNode";
7
+ export * from "./AstAndOperatorNodeInputChildrenItem";
8
+ export * from "./AstAndOperatorNodeInput";
9
+ export * from "./AstAndOperatorNodeOutputChildrenItem";
10
+ export * from "./AstAndOperatorNodeOutput";
11
+ export * from "./AstBooleanNodeInput";
12
+ export * from "./AstBooleanNodeOutput";
13
+ export * from "./AstDynamicVariableNodeInput";
14
+ export * from "./AstDynamicVariableNodeOutput";
15
+ export * from "./AstEqualsOperatorNodeInputLeft";
16
+ export * from "./AstEqualsOperatorNodeInputRight";
17
+ export * from "./AstEqualsOperatorNodeInput";
18
+ export * from "./AstEqualsOperatorNodeOutputLeft";
19
+ export * from "./AstEqualsOperatorNodeOutputRight";
20
+ export * from "./AstEqualsOperatorNodeOutput";
21
+ export * from "./AstGreaterThanOperatorNodeInputLeft";
22
+ export * from "./AstGreaterThanOperatorNodeInputRight";
23
+ export * from "./AstGreaterThanOperatorNodeInput";
24
+ export * from "./AstGreaterThanOperatorNodeOutputLeft";
25
+ export * from "./AstGreaterThanOperatorNodeOutputRight";
26
+ export * from "./AstGreaterThanOperatorNodeOutput";
27
+ export * from "./AstGreaterThanOrEqualsOperatorNodeInputLeft";
28
+ export * from "./AstGreaterThanOrEqualsOperatorNodeInputRight";
29
+ export * from "./AstGreaterThanOrEqualsOperatorNodeInput";
30
+ export * from "./AstGreaterThanOrEqualsOperatorNodeOutputLeft";
31
+ export * from "./AstGreaterThanOrEqualsOperatorNodeOutputRight";
32
+ export * from "./AstGreaterThanOrEqualsOperatorNodeOutput";
33
+ export * from "./AstllmNodeInput";
34
+ export * from "./AstllmNodeOutput";
35
+ export * from "./AstLessThanOperatorNodeInputLeft";
36
+ export * from "./AstLessThanOperatorNodeInputRight";
37
+ export * from "./AstLessThanOperatorNodeInput";
38
+ export * from "./AstLessThanOperatorNodeOutputLeft";
39
+ export * from "./AstLessThanOperatorNodeOutputRight";
40
+ export * from "./AstLessThanOperatorNodeOutput";
41
+ export * from "./AstLessThanOrEqualsOperatorNodeInputLeft";
42
+ export * from "./AstLessThanOrEqualsOperatorNodeInputRight";
43
+ export * from "./AstLessThanOrEqualsOperatorNodeInput";
44
+ export * from "./AstLessThanOrEqualsOperatorNodeOutputLeft";
45
+ export * from "./AstLessThanOrEqualsOperatorNodeOutputRight";
46
+ export * from "./AstLessThanOrEqualsOperatorNodeOutput";
47
+ export * from "./AstNotEqualsOperatorNodeInputLeft";
48
+ export * from "./AstNotEqualsOperatorNodeInputRight";
49
+ export * from "./AstNotEqualsOperatorNodeInput";
50
+ export * from "./AstNotEqualsOperatorNodeOutputLeft";
51
+ export * from "./AstNotEqualsOperatorNodeOutputRight";
52
+ export * from "./AstNotEqualsOperatorNodeOutput";
53
+ export * from "./AstNumberNodeInput";
54
+ export * from "./AstNumberNodeOutput";
55
+ export * from "./AstOrOperatorNodeInputChildrenItem";
56
+ export * from "./AstOrOperatorNodeInput";
57
+ export * from "./AstOrOperatorNodeOutputChildrenItem";
58
+ export * from "./AstOrOperatorNodeOutput";
59
+ export * from "./AstStringNodeInput";
60
+ export * from "./AstStringNodeOutput";
34
61
  export * from "./AddChapterResponseModel";
35
62
  export * from "./AddKnowledgeBaseResponseModel";
36
63
  export * from "./AddProjectResponseModel";
@@ -45,8 +72,10 @@ export * from "./AdditionalFormats";
45
72
  export * from "./AdhocAgentConfigOverrideForTestRequestModel";
46
73
  export * from "./AgentCallLimits";
47
74
  export * from "./AgentConfig";
48
- export * from "./AgentConfigApiModelWorkflowOverride";
49
- export * from "./AgentConfigOverride";
75
+ export * from "./AgentConfigApiModelWorkflowOverrideInput";
76
+ export * from "./AgentConfigApiModelWorkflowOverrideOutput";
77
+ export * from "./AgentConfigOverrideInput";
78
+ export * from "./AgentConfigOverrideOutput";
50
79
  export * from "./AgentConfigOverrideConfig";
51
80
  export * from "./AgentFailureResponseExample";
52
81
  export * from "./AgentMetadata";
@@ -61,6 +90,8 @@ export * from "./AgentTestingSettings";
61
90
  export * from "./AgentTransfer";
62
91
  export * from "./AgentWorkflowRequestModelNodesValue";
63
92
  export * from "./AgentWorkflowRequestModel";
93
+ export * from "./AgentWorkflowResponseModelNodesValue";
94
+ export * from "./AgentWorkflowResponseModel";
64
95
  export * from "./AgentWorkspaceOverridesInput";
65
96
  export * from "./AgentWorkspaceOverridesOutput";
66
97
  export * from "./AllowlistItem";
@@ -68,6 +99,8 @@ export * from "./ArrayJsonSchemaPropertyInputItems";
68
99
  export * from "./ArrayJsonSchemaPropertyInput";
69
100
  export * from "./ArrayJsonSchemaPropertyOutputItems";
70
101
  export * from "./ArrayJsonSchemaPropertyOutput";
102
+ export * from "./AsyncConversationMetadataDeliveryStatus";
103
+ export * from "./AsyncConversationMetadata";
71
104
  export * from "./AttachedTestModel";
72
105
  export * from "./AudioNativeCreateProjectResponseModel";
73
106
  export * from "./AudioNativeEditContentResponseModel";
@@ -92,7 +125,8 @@ export * from "./GenerateVoiceRequest";
92
125
  export * from "./BreakdownTypes";
93
126
  export * from "./BuiltInToolsInput";
94
127
  export * from "./BuiltInToolsOutput";
95
- export * from "./BuiltInToolsWorkflowOverride";
128
+ export * from "./BuiltInToolsWorkflowOverrideInput";
129
+ export * from "./BuiltInToolsWorkflowOverrideOutput";
96
130
  export * from "./CaptionStyleCharacterAnimationModelEnterType";
97
131
  export * from "./CaptionStyleCharacterAnimationModelExitType";
98
132
  export * from "./CaptionStyleCharacterAnimationModel";
@@ -158,6 +192,7 @@ export * from "./ConversationHistoryErrorCommonModel";
158
192
  export * from "./ConversationHistoryEvaluationCriteriaResultCommonModel";
159
193
  export * from "./ConversationHistoryFeedbackCommonModel";
160
194
  export * from "./ConversationHistoryMetadataCommonModelPhoneCall";
195
+ export * from "./ConversationHistoryMetadataCommonModelInitiationTrigger";
161
196
  export * from "./ConversationHistoryMetadataCommonModel";
162
197
  export * from "./ConversationHistoryMultivoiceMessageModel";
163
198
  export * from "./ConversationHistoryMultivoiceMessagePartModel";
@@ -207,7 +242,8 @@ export * from "./ConversationTokenDbModel";
207
242
  export * from "./ConversationTokenPurpose";
208
243
  export * from "./ConversationTurnMetrics";
209
244
  export * from "./ConversationalConfig";
210
- export * from "./ConversationalConfigApiModelWorkflowOverride";
245
+ export * from "./ConversationalConfigApiModelWorkflowOverrideInput";
246
+ export * from "./ConversationalConfigApiModelWorkflowOverrideOutput";
211
247
  export * from "./ConvertChapterResponseModel";
212
248
  export * from "./ConvertProjectResponseModel";
213
249
  export * from "./CreateAgentResponseModel";
@@ -222,6 +258,7 @@ export * from "./DashboardCallSuccessChartModel";
222
258
  export * from "./DashboardCriteriaChartModel";
223
259
  export * from "./DashboardDataCollectionChartModel";
224
260
  export * from "./DataCollectionResultCommonModel";
261
+ export * from "./DefaultConversationInitiationTrigger";
225
262
  export * from "./DeleteChapterResponseModel";
226
263
  export * from "./DeleteDubbingResponseModel";
227
264
  export * from "./DeleteHistoryItemResponse";
@@ -426,7 +463,8 @@ export * from "./PodcastConversationModeData";
426
463
  export * from "./PodcastProjectResponseModel";
427
464
  export * from "./PodcastTextSource";
428
465
  export * from "./PodcastUrlSource";
429
- export * from "./Position";
466
+ export * from "./PositionInput";
467
+ export * from "./PositionOutput";
430
468
  export * from "./PostAgentAvatarResponseModel";
431
469
  export * from "./PostWorkspaceSecretResponseModel";
432
470
  export * from "./PrivacyConfig";
@@ -438,6 +476,7 @@ export * from "./ProjectState";
438
476
  export * from "./ProjectExtendedResponseModelAccessLevel";
439
477
  export * from "./ProjectExtendedResponseModelFiction";
440
478
  export * from "./ProjectExtendedResponseModelSourceType";
479
+ export * from "./ProjectExtendedResponseModelAspectRatio";
441
480
  export * from "./ProjectExtendedResponseModelQualityPreset";
442
481
  export * from "./ProjectExtendedResponseModelApplyTextNormalization";
443
482
  export * from "./ProjectExtendedResponse";
@@ -445,6 +484,7 @@ export * from "./ProjectResponseModelTargetAudience";
445
484
  export * from "./ProjectResponseModelAccessLevel";
446
485
  export * from "./ProjectResponseModelFiction";
447
486
  export * from "./ProjectResponseModelSourceType";
487
+ export * from "./ProjectResponseModelAspectRatio";
448
488
  export * from "./ProjectResponse";
449
489
  export * from "./ProjectSnapshotExtendedResponseModel";
450
490
  export * from "./ProjectSnapshotResponse";
@@ -457,9 +497,12 @@ export * from "./PromptAgentApiModelOutputToolsItem";
457
497
  export * from "./PromptAgentApiModelOutput";
458
498
  export * from "./PromptAgentApiModelOverride";
459
499
  export * from "./PromptAgentApiModelOverrideConfig";
460
- export * from "./PromptAgentApiModelWorkflowOverrideBackupLlmConfig";
461
- export * from "./PromptAgentApiModelWorkflowOverrideToolsItem";
462
- export * from "./PromptAgentApiModelWorkflowOverride";
500
+ export * from "./PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig";
501
+ export * from "./PromptAgentApiModelWorkflowOverrideInputToolsItem";
502
+ export * from "./PromptAgentApiModelWorkflowOverrideInput";
503
+ export * from "./PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig";
504
+ export * from "./PromptAgentApiModelWorkflowOverrideOutputToolsItem";
505
+ export * from "./PromptAgentApiModelWorkflowOverrideOutput";
463
506
  export * from "./PromptEvaluationCriteria";
464
507
  export * from "./PronunciationDictionaryAliasRuleRequestModel";
465
508
  export * from "./PronunciationDictionaryLocatorResponseModel";
@@ -504,6 +547,7 @@ export * from "./SafetyResponseModel";
504
547
  export * from "./SafetyRule";
505
548
  export * from "./VoiceSample";
506
549
  export * from "./SecretDependencyType";
550
+ export * from "./SectionSource";
507
551
  export * from "./SegmentCreateResponse";
508
552
  export * from "./SegmentDeleteResponse";
509
553
  export * from "./SegmentDubResponse";
@@ -558,7 +602,8 @@ export * from "./TtsConversationalConfigInput";
558
602
  export * from "./TtsConversationalConfigOutput";
559
603
  export * from "./TtsConversationalConfigOverride";
560
604
  export * from "./TtsConversationalConfigOverrideConfig";
561
- export * from "./TtsConversationalConfigWorkflowOverride";
605
+ export * from "./TtsConversationalConfigWorkflowOverrideInput";
606
+ export * from "./TtsConversationalConfigWorkflowOverrideOutput";
562
607
  export * from "./TtsConversationalModel";
563
608
  export * from "./TtsModelFamily";
564
609
  export * from "./TtsOptimizeStreamingLatency";
@@ -574,6 +619,7 @@ export * from "./TestRunMetadata";
574
619
  export * from "./TestRunStatus";
575
620
  export * from "./TestToolResultModel";
576
621
  export * from "./TestsFeatureUsageCommonModel";
622
+ export * from "./TimeRange";
577
623
  export * from "./TokenResponseModel";
578
624
  export * from "./Tool";
579
625
  export * from "./ToolAnnotations";
@@ -642,6 +688,7 @@ export * from "./VoiceSharingResponse";
642
688
  export * from "./VoiceVerificationResponse";
643
689
  export * from "./VoicemailDetectionToolConfig";
644
690
  export * from "./WebhookAuthMethodType";
691
+ export * from "./WebhookEventType";
645
692
  export * from "./WebhookToolApiSchemaConfigInputMethod";
646
693
  export * from "./WebhookToolApiSchemaConfigInputRequestHeadersValue";
647
694
  export * from "./WebhookToolApiSchemaConfigInput";
@@ -651,6 +698,16 @@ export * from "./WebhookToolApiSchemaConfigOutput";
651
698
  export * from "./WebhookToolConfigInput";
652
699
  export * from "./WebhookToolConfigOutput";
653
700
  export * from "./WebhookUsageType";
701
+ export * from "./WhatsAppBusinessAccountChangesItem";
702
+ export * from "./WhatsAppBusinessAccount";
703
+ export * from "./WhatsAppCallDirection";
704
+ export * from "./WhatsAppCall";
705
+ export * from "./WhatsAppCalls";
706
+ export * from "./WhatsAppChangeCalls";
707
+ export * from "./WhatsAppChangeMessages";
708
+ export * from "./WhatsAppEventRequest";
709
+ export * from "./WhatsAppMetadata";
710
+ export * from "./WhatsAppSession";
654
711
  export * from "./WidgetConfigInputAvatar";
655
712
  export * from "./WidgetConfig";
656
713
  export * from "./WidgetConfigOutputAvatar";
@@ -663,20 +720,33 @@ export * from "./WidgetLanguagePresetResponse";
663
720
  export * from "./WidgetPlacement";
664
721
  export * from "./WidgetStyles";
665
722
  export * from "./WidgetTextContents";
666
- export * from "./WorkflowEdgeModelForwardCondition";
667
- export * from "./WorkflowEdgeModelBackwardCondition";
668
- export * from "./WorkflowEdgeModel";
669
- export * from "./WorkflowEndNodeModel";
670
- export * from "./WorkflowExpressionConditionModelExpression";
671
- export * from "./WorkflowExpressionConditionModel";
723
+ export * from "./WorkflowEdgeModelInputForwardCondition";
724
+ export * from "./WorkflowEdgeModelInputBackwardCondition";
725
+ export * from "./WorkflowEdgeModelInput";
726
+ export * from "./WorkflowEdgeModelOutputForwardCondition";
727
+ export * from "./WorkflowEdgeModelOutputBackwardCondition";
728
+ export * from "./WorkflowEdgeModelOutput";
729
+ export * from "./WorkflowEndNodeModelInput";
730
+ export * from "./WorkflowEndNodeModelOutput";
731
+ export * from "./WorkflowExpressionConditionModelInputExpression";
732
+ export * from "./WorkflowExpressionConditionModelInput";
733
+ export * from "./WorkflowExpressionConditionModelOutputExpression";
734
+ export * from "./WorkflowExpressionConditionModelOutput";
672
735
  export * from "./WorkflowFeaturesUsageCommonModel";
673
- export * from "./WorkflowLlmConditionModel";
674
- export * from "./WorkflowOverrideAgentNodeModel";
675
- export * from "./WorkflowPhoneNumberNodeModelTransferDestination";
676
- export * from "./WorkflowPhoneNumberNodeModel";
677
- export * from "./WorkflowResultConditionModel";
678
- export * from "./WorkflowStandaloneAgentNodeModel";
679
- export * from "./WorkflowStartNodeModel";
736
+ export * from "./WorkflowLlmConditionModelInput";
737
+ export * from "./WorkflowLlmConditionModelOutput";
738
+ export * from "./WorkflowOverrideAgentNodeModelInput";
739
+ export * from "./WorkflowOverrideAgentNodeModelOutput";
740
+ export * from "./WorkflowPhoneNumberNodeModelInputTransferDestination";
741
+ export * from "./WorkflowPhoneNumberNodeModelInput";
742
+ export * from "./WorkflowPhoneNumberNodeModelOutputTransferDestination";
743
+ export * from "./WorkflowPhoneNumberNodeModelOutput";
744
+ export * from "./WorkflowResultConditionModelInput";
745
+ export * from "./WorkflowResultConditionModelOutput";
746
+ export * from "./WorkflowStandaloneAgentNodeModelInput";
747
+ export * from "./WorkflowStandaloneAgentNodeModelOutput";
748
+ export * from "./WorkflowStartNodeModelInput";
749
+ export * from "./WorkflowStartNodeModelOutput";
680
750
  export * from "./WorkflowToolEdgeStepModel";
681
751
  export * from "./WorkflowToolLocator";
682
752
  export * from "./WorkflowToolMaxIterationsExceededStepModel";
@@ -684,12 +754,14 @@ export * from "./WorkflowToolNestedToolsStepModelInputResultsItem";
684
754
  export * from "./WorkflowToolNestedToolsStepModelInput";
685
755
  export * from "./WorkflowToolNestedToolsStepModelOutputResultsItem";
686
756
  export * from "./WorkflowToolNestedToolsStepModelOutput";
687
- export * from "./WorkflowToolNodeModel";
757
+ export * from "./WorkflowToolNodeModelInput";
758
+ export * from "./WorkflowToolNodeModelOutput";
688
759
  export * from "./WorkflowToolResponseModelInputStepsItem";
689
760
  export * from "./WorkflowToolResponseModelInput";
690
761
  export * from "./WorkflowToolResponseModelOutputStepsItem";
691
762
  export * from "./WorkflowToolResponseModelOutput";
692
- export * from "./WorkflowUnconditionalModel";
763
+ export * from "./WorkflowUnconditionalModelInput";
764
+ export * from "./WorkflowUnconditionalModelOutput";
693
765
  export * from "./WorkspaceApiKeyListResponseModel";
694
766
  export * from "./WorkspaceApiKeyResponseModelPermissionsItem";
695
767
  export * from "./WorkspaceApiKeyResponseModel";
@@ -702,6 +774,7 @@ export * from "./WorkspaceServiceAccountResponseModel";
702
774
  export * from "./WorkspaceWebhookListResponseModel";
703
775
  export * from "./WorkspaceWebhookResponseModel";
704
776
  export * from "./WorkspaceWebhookUsageResponseModel";
777
+ export * from "./ZendeskConversationInitiationTrigger";
705
778
  export * from "./PromptAgentDbModel";
706
779
  export * from "./OutputFormat";
707
780
  export * from "./HistoryItemResponse";