@elevenlabs/elevenlabs-js 2.40.0 → 2.41.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 (1157) hide show
  1. package/BaseClient.js +2 -2
  2. package/Client.d.ts +2 -2
  3. package/Client.js +4 -4
  4. package/api/errors/UnprocessableEntityError.d.ts +1 -2
  5. package/api/resources/audioIsolation/client/Client.js +2 -12
  6. package/api/resources/audioNative/client/Client.js +4 -24
  7. package/api/resources/conversationalAi/client/Client.js +4 -24
  8. package/api/resources/conversationalAi/resources/agents/client/Client.js +9 -54
  9. package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +5 -30
  10. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -6
  11. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +120 -40
  12. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +122 -52
  13. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +120 -40
  14. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -6
  15. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -6
  16. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -6
  17. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -6
  18. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -6
  19. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -6
  20. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -6
  21. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -36
  22. package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  23. package/api/resources/conversationalAi/resources/conversations/client/Client.js +5 -30
  24. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -7
  25. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -6
  26. package/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -12
  27. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  28. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -13
  29. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
  30. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -12
  31. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -12
  32. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +2 -12
  33. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -72
  34. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -6
  35. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -6
  36. package/api/resources/conversationalAi/resources/llm/client/Client.js +1 -6
  37. package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -6
  38. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -30
  39. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -6
  40. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -12
  41. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -24
  42. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -6
  43. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -30
  44. package/api/resources/conversationalAi/resources/secrets/client/Client.js +4 -24
  45. package/api/resources/conversationalAi/resources/settings/client/Client.js +2 -12
  46. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -6
  47. package/api/resources/conversationalAi/resources/tests/client/Client.js +6 -36
  48. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -18
  49. package/api/resources/conversationalAi/resources/tools/client/Client.js +6 -36
  50. package/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -12
  51. package/api/resources/conversationalAi/resources/users/client/Client.js +1 -6
  52. package/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -12
  53. package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -24
  54. package/api/resources/dubbing/client/Client.js +4 -24
  55. package/api/resources/dubbing/resources/audio/client/Client.js +1 -7
  56. package/api/resources/dubbing/resources/resource/client/Client.js +6 -36
  57. package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -6
  58. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -12
  59. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -18
  60. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -6
  61. package/api/resources/dubbing/resources/transcript/client/Client.js +1 -6
  62. package/api/resources/dubbing/resources/transcripts/client/Client.js +1 -6
  63. package/api/resources/environmentVariables/client/Client.js +4 -24
  64. package/api/resources/forcedAlignment/client/Client.js +1 -6
  65. package/api/resources/history/client/Client.js +5 -30
  66. package/api/resources/models/client/Client.js +1 -6
  67. package/api/resources/music/client/Client.d.ts +7 -0
  68. package/api/resources/music/client/Client.js +74 -30
  69. package/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +19 -0
  70. package/api/resources/music/client/requests/index.d.ts +1 -0
  71. package/api/resources/music/resources/compositionPlan/client/Client.js +1 -6
  72. package/api/resources/pronunciationDictionaries/client/Client.js +6 -36
  73. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -18
  74. package/api/resources/samples/client/Client.js +1 -6
  75. package/api/resources/serviceAccounts/client/Client.js +1 -6
  76. package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -24
  77. package/api/resources/speechToSpeech/client/Client.js +2 -12
  78. package/api/resources/speechToText/client/Client.js +3 -8
  79. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
  80. package/api/resources/speechToText/resources/transcripts/client/Client.js +2 -12
  81. package/api/resources/studio/client/Client.js +1 -6
  82. package/api/resources/studio/resources/projects/client/Client.js +7 -42
  83. package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -36
  84. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -18
  85. package/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -6
  86. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -6
  87. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -24
  88. package/api/resources/textToDialogue/client/Client.js +4 -24
  89. package/api/resources/textToSoundEffects/client/Client.js +1 -6
  90. package/api/resources/textToSpeech/client/Client.js +4 -24
  91. package/api/resources/textToVoice/client/Client.js +4 -24
  92. package/api/resources/textToVoice/resources/preview/client/Client.js +1 -7
  93. package/api/resources/tokens/resources/singleUse/client/Client.js +1 -6
  94. package/api/resources/usage/client/Client.js +1 -6
  95. package/api/resources/user/client/Client.js +1 -6
  96. package/api/resources/user/resources/subscription/client/Client.js +1 -6
  97. package/api/resources/voices/client/Client.js +8 -48
  98. package/api/resources/voices/resources/ivc/client/Client.js +1 -6
  99. package/api/resources/voices/resources/pvc/client/Client.js +3 -18
  100. package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -18
  101. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -6
  102. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -12
  103. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -6
  104. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -6
  105. package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -6
  106. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -12
  107. package/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -7
  108. package/api/resources/voices/resources/settings/client/Client.js +2 -12
  109. package/api/resources/webhooks/client/Client.js +4 -24
  110. package/api/resources/workspace/resources/authConnections/client/Client.js +3 -18
  111. package/api/resources/workspace/resources/groups/client/Client.js +2 -12
  112. package/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -12
  113. package/api/resources/workspace/resources/invites/client/Client.js +3 -18
  114. package/api/resources/workspace/resources/members/client/Client.js +1 -6
  115. package/api/resources/workspace/resources/resources/client/Client.js +3 -18
  116. package/api/types/AgentConfig.d.ts +2 -0
  117. package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
  118. package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
  119. package/api/types/AgentConfigOverrideConfig.d.ts +2 -0
  120. package/api/types/AgentConfigOverrideInput.d.ts +2 -0
  121. package/api/types/AgentConfigOverrideOutput.d.ts +2 -0
  122. package/api/types/AgentSortBy.d.ts +1 -0
  123. package/api/types/AgentSortBy.js +1 -0
  124. package/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +6 -0
  125. package/api/types/{ApiIntegrationWebhookOverridesInput.d.ts → ApiIntegrationWebhookOverrides.d.ts} +3 -6
  126. package/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +2 -0
  127. package/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +13 -0
  128. package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
  129. package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
  130. package/api/types/{VideoTranscription.d.ts → AssetTranscription.d.ts} +2 -2
  131. package/api/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +1 -1
  132. package/api/types/AstAdditionOperatorNodeInput.d.ts +7 -0
  133. package/api/types/AstAdditionOperatorNodeInputLeft.d.ts +62 -0
  134. package/api/types/AstAdditionOperatorNodeInputRight.d.ts +62 -0
  135. package/api/types/AstAdditionOperatorNodeOutput.d.ts +7 -0
  136. package/api/types/AstAdditionOperatorNodeOutputLeft.d.ts +61 -0
  137. package/api/types/AstAdditionOperatorNodeOutputRight.d.ts +61 -0
  138. package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +13 -1
  139. package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +13 -1
  140. package/api/types/AstConditionalOperatorNodeInputCondition.d.ts +13 -1
  141. package/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +13 -1
  142. package/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +13 -1
  143. package/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +13 -1
  144. package/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +13 -1
  145. package/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +13 -1
  146. package/api/types/AstDivisionOperatorNodeInput.d.ts +7 -0
  147. package/api/types/AstDivisionOperatorNodeInputLeft.d.ts +62 -0
  148. package/api/types/AstDivisionOperatorNodeInputRight.d.ts +62 -0
  149. package/api/types/AstDivisionOperatorNodeOutput.d.ts +7 -0
  150. package/api/types/AstDivisionOperatorNodeOutputLeft.d.ts +61 -0
  151. package/api/types/AstDivisionOperatorNodeOutputRight.d.ts +61 -0
  152. package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +13 -1
  153. package/api/types/AstEqualsOperatorNodeInputRight.d.ts +13 -1
  154. package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +13 -1
  155. package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +13 -1
  156. package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +13 -1
  157. package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +13 -1
  158. package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +13 -1
  159. package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +13 -1
  160. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
  161. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
  162. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
  163. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
  164. package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +13 -1
  165. package/api/types/AstLessThanOperatorNodeInputRight.d.ts +13 -1
  166. package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +13 -1
  167. package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +13 -1
  168. package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
  169. package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
  170. package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
  171. package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
  172. package/api/types/AstMultiplicationOperatorNodeInput.d.ts +7 -0
  173. package/api/types/AstMultiplicationOperatorNodeInputLeft.d.ts +62 -0
  174. package/api/types/AstMultiplicationOperatorNodeInputRight.d.ts +62 -0
  175. package/api/types/AstMultiplicationOperatorNodeOutput.d.ts +7 -0
  176. package/api/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +61 -0
  177. package/api/types/AstMultiplicationOperatorNodeOutputRight.d.ts +61 -0
  178. package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +13 -1
  179. package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +13 -1
  180. package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +13 -1
  181. package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +13 -1
  182. package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +13 -1
  183. package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +13 -1
  184. package/api/types/AstSubtractionOperatorNodeInput.d.ts +7 -0
  185. package/api/types/AstSubtractionOperatorNodeInputLeft.d.ts +62 -0
  186. package/api/types/AstSubtractionOperatorNodeInputRight.d.ts +62 -0
  187. package/api/types/AstSubtractionOperatorNodeOutput.d.ts +7 -0
  188. package/api/types/AstSubtractionOperatorNodeOutputLeft.d.ts +61 -0
  189. package/api/types/AstSubtractionOperatorNodeOutputRight.d.ts +61 -0
  190. package/api/types/AsyncConversationMetadata.d.ts +1 -0
  191. package/api/types/AudioAnalysis.d.ts +6 -0
  192. package/api/types/AudioAnalysis.js +3 -0
  193. package/api/types/AudioAnalysisResult.d.ts +10 -0
  194. package/api/types/AudioAnalysisResult.js +3 -0
  195. package/api/types/AudioAnalysisStatus.d.ts +6 -0
  196. package/api/types/AudioAnalysisStatus.js +9 -0
  197. package/api/types/AudioKeyMoment.d.ts +5 -0
  198. package/api/types/AudioKeyMoment.js +3 -0
  199. package/api/types/AudioSegment.d.ts +9 -0
  200. package/api/types/AudioSegment.js +3 -0
  201. package/api/types/BatchCallDetailedResponse.d.ts +3 -0
  202. package/api/types/BatchCallResponse.d.ts +3 -0
  203. package/api/types/CanvasPlacement.d.ts +2 -0
  204. package/api/types/ConversationConfig.d.ts +2 -0
  205. package/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
  206. package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  207. package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  208. package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  209. package/api/types/ConversationInitiationClientDataInternal.d.ts +6 -0
  210. package/api/types/ConversationInitiationClientDataRequestInput.d.ts +4 -0
  211. package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +4 -0
  212. package/api/types/CreateSimulationTestRequest.d.ts +2 -0
  213. package/api/types/DependentUnknownToolIdentifier.d.ts +3 -1
  214. package/api/types/EmbeddingModelEnum.d.ts +0 -1
  215. package/api/types/EmbeddingModelEnum.js +0 -1
  216. package/api/types/FeaturesUsageCommonModel.d.ts +1 -0
  217. package/api/types/FileInputConfig.d.ts +6 -0
  218. package/api/types/FileInputConfig.js +3 -0
  219. package/api/types/FileInputConfigWorkflowOverride.d.ts +6 -0
  220. package/api/types/FileInputConfigWorkflowOverride.js +3 -0
  221. package/api/types/GenesysRegion.d.ts +20 -0
  222. package/api/types/GenesysRegion.js +23 -0
  223. package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -0
  224. package/api/types/GetSimulationTestResponseModel.d.ts +2 -0
  225. package/api/types/LlmInfoModelInput.d.ts +2 -0
  226. package/api/types/LlmInfoModelOutput.d.ts +2 -0
  227. package/api/types/MessageSearchSortBy.d.ts +5 -0
  228. package/api/types/MessageSearchSortBy.js +8 -0
  229. package/api/types/MockNoMatchBehavior.d.ts +5 -0
  230. package/api/types/MockNoMatchBehavior.js +8 -0
  231. package/api/types/MockingStrategy.d.ts +6 -0
  232. package/api/types/MockingStrategy.js +9 -0
  233. package/api/types/OAuthConnectionStatus.d.ts +6 -0
  234. package/api/types/OAuthConnectionStatus.js +9 -0
  235. package/api/types/OrchestratorToolMockBehaviorConfig.d.ts +12 -0
  236. package/api/types/OrchestratorToolMockBehaviorConfig.js +3 -0
  237. package/api/types/PermissionType.d.ts +1 -0
  238. package/api/types/PermissionType.js +1 -0
  239. package/api/types/ProcedureCompilerMode.d.ts +5 -0
  240. package/api/types/ProcedureCompilerMode.js +8 -0
  241. package/api/types/ProcedureSettings.d.ts +4 -0
  242. package/api/types/ProcedureSettings.js +3 -0
  243. package/api/types/ProjectExternalAudioResponseModel.d.ts +1 -0
  244. package/api/types/ProjectImageResponseModel.d.ts +1 -0
  245. package/api/types/ProjectVideoResponseModel.d.ts +1 -0
  246. package/api/types/SimulationTestModel.d.ts +2 -0
  247. package/api/types/SimulationToolMockBehaviorConfig.d.ts +12 -0
  248. package/api/types/SimulationToolMockBehaviorConfig.js +3 -0
  249. package/api/types/ToolRequestModel.d.ts +2 -0
  250. package/api/types/ToolResponseMockConfigInput.d.ts +7 -0
  251. package/api/types/ToolResponseMockConfigInput.js +3 -0
  252. package/api/types/ToolResponseMockConfigOutput.d.ts +7 -0
  253. package/api/types/ToolResponseMockConfigOutput.js +3 -0
  254. package/api/types/ToolResponseModel.d.ts +2 -0
  255. package/api/types/UpdateSimulationTestRequest.d.ts +2 -0
  256. package/api/types/VideoAnalysisResult.d.ts +1 -1
  257. package/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +13 -1
  258. package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +13 -1
  259. package/api/types/WorkspaceGroupPermission.d.ts +1 -0
  260. package/api/types/WorkspaceGroupPermission.js +1 -0
  261. package/api/types/WorkspaceResourceType.d.ts +2 -0
  262. package/api/types/WorkspaceResourceType.js +2 -0
  263. package/api/types/index.d.ts +47 -15
  264. package/api/types/index.js +47 -15
  265. package/dist/BaseClient.js +2 -2
  266. package/dist/Client.d.ts +2 -2
  267. package/dist/Client.js +4 -4
  268. package/dist/api/errors/UnprocessableEntityError.d.ts +1 -2
  269. package/dist/api/resources/audioIsolation/client/Client.js +2 -12
  270. package/dist/api/resources/audioNative/client/Client.js +4 -24
  271. package/dist/api/resources/conversationalAi/client/Client.js +4 -24
  272. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +9 -54
  273. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +5 -30
  274. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -6
  275. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +120 -40
  276. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +122 -52
  277. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +120 -40
  278. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -6
  279. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -6
  280. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -6
  281. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -6
  282. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -6
  283. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -6
  284. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -6
  285. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -36
  286. package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  287. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +5 -30
  288. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -7
  289. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -6
  290. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -12
  291. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  292. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -13
  293. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
  294. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -12
  295. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -12
  296. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +2 -12
  297. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -72
  298. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -6
  299. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -6
  300. package/dist/api/resources/conversationalAi/resources/llm/client/Client.js +1 -6
  301. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -6
  302. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -30
  303. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -6
  304. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -12
  305. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -24
  306. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -6
  307. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -30
  308. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +4 -24
  309. package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +2 -12
  310. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -6
  311. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +6 -36
  312. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -18
  313. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +6 -36
  314. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -12
  315. package/dist/api/resources/conversationalAi/resources/users/client/Client.js +1 -6
  316. package/dist/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -12
  317. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -24
  318. package/dist/api/resources/dubbing/client/Client.js +4 -24
  319. package/dist/api/resources/dubbing/resources/audio/client/Client.js +1 -7
  320. package/dist/api/resources/dubbing/resources/resource/client/Client.js +6 -36
  321. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -6
  322. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -12
  323. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -18
  324. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -6
  325. package/dist/api/resources/dubbing/resources/transcript/client/Client.js +1 -6
  326. package/dist/api/resources/dubbing/resources/transcripts/client/Client.js +1 -6
  327. package/dist/api/resources/environmentVariables/client/Client.js +4 -24
  328. package/dist/api/resources/forcedAlignment/client/Client.js +1 -6
  329. package/dist/api/resources/history/client/Client.js +5 -30
  330. package/dist/api/resources/models/client/Client.js +1 -6
  331. package/dist/api/resources/music/client/Client.d.ts +7 -0
  332. package/dist/api/resources/music/client/Client.js +74 -30
  333. package/dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +19 -0
  334. package/dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.js +3 -0
  335. package/dist/api/resources/music/client/requests/index.d.ts +1 -0
  336. package/dist/api/resources/music/resources/compositionPlan/client/Client.js +1 -6
  337. package/dist/api/resources/pronunciationDictionaries/client/Client.js +6 -36
  338. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -18
  339. package/dist/api/resources/samples/client/Client.js +1 -6
  340. package/dist/api/resources/serviceAccounts/client/Client.js +1 -6
  341. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -24
  342. package/dist/api/resources/speechToSpeech/client/Client.js +2 -12
  343. package/dist/api/resources/speechToText/client/Client.js +3 -8
  344. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
  345. package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +2 -12
  346. package/dist/api/resources/studio/client/Client.js +1 -6
  347. package/dist/api/resources/studio/resources/projects/client/Client.js +7 -42
  348. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -36
  349. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -18
  350. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -6
  351. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -6
  352. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -24
  353. package/dist/api/resources/textToDialogue/client/Client.js +4 -24
  354. package/dist/api/resources/textToSoundEffects/client/Client.js +1 -6
  355. package/dist/api/resources/textToSpeech/client/Client.js +4 -24
  356. package/dist/api/resources/textToVoice/client/Client.js +4 -24
  357. package/dist/api/resources/textToVoice/resources/preview/client/Client.js +1 -7
  358. package/dist/api/resources/tokens/resources/singleUse/client/Client.js +1 -6
  359. package/dist/api/resources/usage/client/Client.js +1 -6
  360. package/dist/api/resources/user/client/Client.js +1 -6
  361. package/dist/api/resources/user/resources/subscription/client/Client.js +1 -6
  362. package/dist/api/resources/voices/client/Client.js +8 -48
  363. package/dist/api/resources/voices/resources/ivc/client/Client.js +1 -6
  364. package/dist/api/resources/voices/resources/pvc/client/Client.js +3 -18
  365. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -18
  366. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -6
  367. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -12
  368. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -6
  369. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -6
  370. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -6
  371. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -12
  372. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -7
  373. package/dist/api/resources/voices/resources/settings/client/Client.js +2 -12
  374. package/dist/api/resources/webhooks/client/Client.js +4 -24
  375. package/dist/api/resources/workspace/resources/authConnections/client/Client.js +3 -18
  376. package/dist/api/resources/workspace/resources/groups/client/Client.js +2 -12
  377. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -12
  378. package/dist/api/resources/workspace/resources/invites/client/Client.js +3 -18
  379. package/dist/api/resources/workspace/resources/members/client/Client.js +1 -6
  380. package/dist/api/resources/workspace/resources/resources/client/Client.js +3 -18
  381. package/dist/api/types/AgentConfig.d.ts +2 -0
  382. package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
  383. package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
  384. package/dist/api/types/AgentConfigOverrideConfig.d.ts +2 -0
  385. package/dist/api/types/AgentConfigOverrideInput.d.ts +2 -0
  386. package/dist/api/types/AgentConfigOverrideOutput.d.ts +2 -0
  387. package/dist/api/types/AgentSortBy.d.ts +1 -0
  388. package/dist/api/types/AgentSortBy.js +1 -0
  389. package/dist/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +6 -0
  390. package/dist/api/types/{ApiIntegrationWebhookOverridesInput.d.ts → ApiIntegrationWebhookOverrides.d.ts} +3 -6
  391. package/dist/api/types/ApiIntegrationWebhookOverrides.js +3 -0
  392. package/dist/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +2 -0
  393. package/dist/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.js +3 -0
  394. package/dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +13 -0
  395. package/dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js +3 -0
  396. package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
  397. package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
  398. package/dist/api/types/{VideoTranscription.d.ts → AssetTranscription.d.ts} +2 -2
  399. package/dist/api/types/AssetTranscription.js +3 -0
  400. package/dist/api/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +1 -1
  401. package/dist/api/types/AssetTranscriptionWord.js +3 -0
  402. package/dist/api/types/AstAdditionOperatorNodeInput.d.ts +7 -0
  403. package/dist/api/types/AstAdditionOperatorNodeInput.js +3 -0
  404. package/dist/api/types/AstAdditionOperatorNodeInputLeft.d.ts +62 -0
  405. package/dist/api/types/AstAdditionOperatorNodeInputLeft.js +3 -0
  406. package/dist/api/types/AstAdditionOperatorNodeInputRight.d.ts +62 -0
  407. package/dist/api/types/AstAdditionOperatorNodeInputRight.js +3 -0
  408. package/dist/api/types/AstAdditionOperatorNodeOutput.d.ts +7 -0
  409. package/dist/api/types/AstAdditionOperatorNodeOutput.js +3 -0
  410. package/dist/api/types/AstAdditionOperatorNodeOutputLeft.d.ts +61 -0
  411. package/dist/api/types/AstAdditionOperatorNodeOutputLeft.js +3 -0
  412. package/dist/api/types/AstAdditionOperatorNodeOutputRight.d.ts +61 -0
  413. package/dist/api/types/AstAdditionOperatorNodeOutputRight.js +3 -0
  414. package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +13 -1
  415. package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +13 -1
  416. package/dist/api/types/AstConditionalOperatorNodeInputCondition.d.ts +13 -1
  417. package/dist/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +13 -1
  418. package/dist/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +13 -1
  419. package/dist/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +13 -1
  420. package/dist/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +13 -1
  421. package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +13 -1
  422. package/dist/api/types/AstDivisionOperatorNodeInput.d.ts +7 -0
  423. package/dist/api/types/AstDivisionOperatorNodeInput.js +3 -0
  424. package/dist/api/types/AstDivisionOperatorNodeInputLeft.d.ts +62 -0
  425. package/dist/api/types/AstDivisionOperatorNodeInputLeft.js +3 -0
  426. package/dist/api/types/AstDivisionOperatorNodeInputRight.d.ts +62 -0
  427. package/dist/api/types/AstDivisionOperatorNodeInputRight.js +3 -0
  428. package/dist/api/types/AstDivisionOperatorNodeOutput.d.ts +7 -0
  429. package/dist/api/types/AstDivisionOperatorNodeOutput.js +3 -0
  430. package/dist/api/types/AstDivisionOperatorNodeOutputLeft.d.ts +61 -0
  431. package/dist/api/types/AstDivisionOperatorNodeOutputLeft.js +3 -0
  432. package/dist/api/types/AstDivisionOperatorNodeOutputRight.d.ts +61 -0
  433. package/dist/api/types/AstDivisionOperatorNodeOutputRight.js +3 -0
  434. package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +13 -1
  435. package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +13 -1
  436. package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +13 -1
  437. package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +13 -1
  438. package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +13 -1
  439. package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +13 -1
  440. package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +13 -1
  441. package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +13 -1
  442. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
  443. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
  444. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
  445. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
  446. package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +13 -1
  447. package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +13 -1
  448. package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +13 -1
  449. package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +13 -1
  450. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
  451. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
  452. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
  453. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
  454. package/dist/api/types/AstMultiplicationOperatorNodeInput.d.ts +7 -0
  455. package/dist/api/types/AstMultiplicationOperatorNodeInput.js +3 -0
  456. package/dist/api/types/AstMultiplicationOperatorNodeInputLeft.d.ts +62 -0
  457. package/dist/api/types/AstMultiplicationOperatorNodeInputLeft.js +3 -0
  458. package/dist/api/types/AstMultiplicationOperatorNodeInputRight.d.ts +62 -0
  459. package/dist/api/types/AstMultiplicationOperatorNodeInputRight.js +3 -0
  460. package/dist/api/types/AstMultiplicationOperatorNodeOutput.d.ts +7 -0
  461. package/dist/api/types/AstMultiplicationOperatorNodeOutput.js +3 -0
  462. package/dist/api/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +61 -0
  463. package/dist/api/types/AstMultiplicationOperatorNodeOutputLeft.js +3 -0
  464. package/dist/api/types/AstMultiplicationOperatorNodeOutputRight.d.ts +61 -0
  465. package/dist/api/types/AstMultiplicationOperatorNodeOutputRight.js +3 -0
  466. package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +13 -1
  467. package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +13 -1
  468. package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +13 -1
  469. package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +13 -1
  470. package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +13 -1
  471. package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +13 -1
  472. package/dist/api/types/AstSubtractionOperatorNodeInput.d.ts +7 -0
  473. package/dist/api/types/AstSubtractionOperatorNodeInput.js +3 -0
  474. package/dist/api/types/AstSubtractionOperatorNodeInputLeft.d.ts +62 -0
  475. package/dist/api/types/AstSubtractionOperatorNodeInputLeft.js +3 -0
  476. package/dist/api/types/AstSubtractionOperatorNodeInputRight.d.ts +62 -0
  477. package/dist/api/types/AstSubtractionOperatorNodeInputRight.js +3 -0
  478. package/dist/api/types/AstSubtractionOperatorNodeOutput.d.ts +7 -0
  479. package/dist/api/types/AstSubtractionOperatorNodeOutput.js +3 -0
  480. package/dist/api/types/AstSubtractionOperatorNodeOutputLeft.d.ts +61 -0
  481. package/dist/api/types/AstSubtractionOperatorNodeOutputLeft.js +3 -0
  482. package/dist/api/types/AstSubtractionOperatorNodeOutputRight.d.ts +61 -0
  483. package/dist/api/types/AstSubtractionOperatorNodeOutputRight.js +3 -0
  484. package/dist/api/types/AsyncConversationMetadata.d.ts +1 -0
  485. package/dist/api/types/AudioAnalysis.d.ts +6 -0
  486. package/dist/api/types/AudioAnalysis.js +3 -0
  487. package/dist/api/types/AudioAnalysisResult.d.ts +10 -0
  488. package/dist/api/types/AudioAnalysisResult.js +3 -0
  489. package/dist/api/types/AudioAnalysisStatus.d.ts +6 -0
  490. package/dist/api/types/AudioAnalysisStatus.js +9 -0
  491. package/dist/api/types/AudioKeyMoment.d.ts +5 -0
  492. package/dist/api/types/AudioKeyMoment.js +3 -0
  493. package/dist/api/types/AudioSegment.d.ts +9 -0
  494. package/dist/api/types/AudioSegment.js +3 -0
  495. package/dist/api/types/BatchCallDetailedResponse.d.ts +3 -0
  496. package/dist/api/types/BatchCallResponse.d.ts +3 -0
  497. package/dist/api/types/CanvasPlacement.d.ts +2 -0
  498. package/dist/api/types/ConversationConfig.d.ts +2 -0
  499. package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
  500. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  501. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  502. package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  503. package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +6 -0
  504. package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +4 -0
  505. package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +4 -0
  506. package/dist/api/types/CreateSimulationTestRequest.d.ts +2 -0
  507. package/dist/api/types/DependentUnknownToolIdentifier.d.ts +3 -1
  508. package/dist/api/types/EmbeddingModelEnum.d.ts +0 -1
  509. package/dist/api/types/EmbeddingModelEnum.js +0 -1
  510. package/dist/api/types/FeaturesUsageCommonModel.d.ts +1 -0
  511. package/dist/api/types/FileInputConfig.d.ts +6 -0
  512. package/dist/api/types/FileInputConfig.js +3 -0
  513. package/dist/api/types/FileInputConfigWorkflowOverride.d.ts +6 -0
  514. package/dist/api/types/FileInputConfigWorkflowOverride.js +3 -0
  515. package/dist/api/types/GenesysRegion.d.ts +20 -0
  516. package/dist/api/types/GenesysRegion.js +23 -0
  517. package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -0
  518. package/dist/api/types/GetSimulationTestResponseModel.d.ts +2 -0
  519. package/dist/api/types/LlmInfoModelInput.d.ts +2 -0
  520. package/dist/api/types/LlmInfoModelOutput.d.ts +2 -0
  521. package/dist/api/types/MessageSearchSortBy.d.ts +5 -0
  522. package/dist/api/types/MessageSearchSortBy.js +8 -0
  523. package/dist/api/types/MockNoMatchBehavior.d.ts +5 -0
  524. package/dist/api/types/MockNoMatchBehavior.js +8 -0
  525. package/dist/api/types/MockingStrategy.d.ts +6 -0
  526. package/dist/api/types/MockingStrategy.js +9 -0
  527. package/dist/api/types/OAuthConnectionStatus.d.ts +6 -0
  528. package/dist/api/types/OAuthConnectionStatus.js +9 -0
  529. package/dist/api/types/OrchestratorToolMockBehaviorConfig.d.ts +12 -0
  530. package/dist/api/types/OrchestratorToolMockBehaviorConfig.js +3 -0
  531. package/dist/api/types/PermissionType.d.ts +1 -0
  532. package/dist/api/types/PermissionType.js +1 -0
  533. package/dist/api/types/ProcedureCompilerMode.d.ts +5 -0
  534. package/dist/api/types/ProcedureCompilerMode.js +8 -0
  535. package/dist/api/types/ProcedureSettings.d.ts +4 -0
  536. package/dist/api/types/ProcedureSettings.js +3 -0
  537. package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +1 -0
  538. package/dist/api/types/ProjectImageResponseModel.d.ts +1 -0
  539. package/dist/api/types/ProjectVideoResponseModel.d.ts +1 -0
  540. package/dist/api/types/SimulationTestModel.d.ts +2 -0
  541. package/dist/api/types/SimulationToolMockBehaviorConfig.d.ts +12 -0
  542. package/dist/api/types/SimulationToolMockBehaviorConfig.js +3 -0
  543. package/dist/api/types/ToolRequestModel.d.ts +2 -0
  544. package/dist/api/types/ToolResponseMockConfigInput.d.ts +7 -0
  545. package/dist/api/types/ToolResponseMockConfigInput.js +3 -0
  546. package/dist/api/types/ToolResponseMockConfigOutput.d.ts +7 -0
  547. package/dist/api/types/ToolResponseMockConfigOutput.js +3 -0
  548. package/dist/api/types/ToolResponseModel.d.ts +2 -0
  549. package/dist/api/types/UpdateSimulationTestRequest.d.ts +2 -0
  550. package/dist/api/types/VideoAnalysisResult.d.ts +1 -1
  551. package/dist/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +13 -1
  552. package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +13 -1
  553. package/dist/api/types/WorkspaceGroupPermission.d.ts +1 -0
  554. package/dist/api/types/WorkspaceGroupPermission.js +1 -0
  555. package/dist/api/types/WorkspaceResourceType.d.ts +2 -0
  556. package/dist/api/types/WorkspaceResourceType.js +2 -0
  557. package/dist/api/types/index.d.ts +47 -15
  558. package/dist/api/types/index.js +47 -15
  559. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  560. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
  561. package/dist/serialization/types/AgentConfig.d.ts +1 -0
  562. package/dist/serialization/types/AgentConfig.js +1 -0
  563. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -0
  564. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -0
  565. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -0
  566. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -0
  567. package/dist/serialization/types/AgentConfigOverrideConfig.d.ts +1 -0
  568. package/dist/serialization/types/AgentConfigOverrideConfig.js +1 -0
  569. package/dist/serialization/types/AgentConfigOverrideInput.d.ts +1 -0
  570. package/dist/serialization/types/AgentConfigOverrideInput.js +1 -0
  571. package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +1 -0
  572. package/dist/serialization/types/AgentConfigOverrideOutput.js +1 -0
  573. package/dist/serialization/types/AgentSortBy.d.ts +1 -1
  574. package/dist/serialization/types/AgentSortBy.js +1 -1
  575. package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -0
  576. package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -0
  577. package/dist/serialization/types/ApiIntegrationWebhookOverrides.d.ts +15 -0
  578. package/dist/serialization/types/{ApiIntegrationWebhookOverridesInput.js → ApiIntegrationWebhookOverrides.js} +6 -12
  579. package/dist/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +8 -0
  580. package/{serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → dist/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.js} +2 -2
  581. package/{serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts → dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts} +3 -3
  582. package/dist/serialization/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +2 -2
  583. package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -2
  584. package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -2
  585. package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -2
  586. package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -2
  587. package/dist/serialization/types/AssetTranscription.d.ts +12 -0
  588. package/{serialization/types/VideoTranscription.js → dist/serialization/types/AssetTranscription.js} +4 -4
  589. package/dist/serialization/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +2 -2
  590. package/dist/serialization/types/{VideoTranscriptionWord.js → AssetTranscriptionWord.js} +2 -2
  591. package/dist/serialization/types/AstAdditionOperatorNodeInput.d.ts +10 -0
  592. package/dist/serialization/types/{ObjectOverrideInputPropertiesValue.js → AstAdditionOperatorNodeInput.js} +5 -6
  593. package/dist/serialization/types/AstAdditionOperatorNodeInputLeft.d.ts +67 -0
  594. package/dist/serialization/types/AstAdditionOperatorNodeInputLeft.js +71 -0
  595. package/dist/serialization/types/AstAdditionOperatorNodeInputRight.d.ts +67 -0
  596. package/dist/serialization/types/AstAdditionOperatorNodeInputRight.js +71 -0
  597. package/dist/serialization/types/AstAdditionOperatorNodeOutput.d.ts +10 -0
  598. package/{serialization/types/ObjectOverrideInputPropertiesValue.js → dist/serialization/types/AstAdditionOperatorNodeOutput.js} +5 -6
  599. package/dist/serialization/types/AstAdditionOperatorNodeOutputLeft.d.ts +66 -0
  600. package/dist/serialization/types/AstAdditionOperatorNodeOutputLeft.js +69 -0
  601. package/dist/serialization/types/AstAdditionOperatorNodeOutputRight.d.ts +66 -0
  602. package/dist/serialization/types/AstAdditionOperatorNodeOutputRight.js +69 -0
  603. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +13 -1
  604. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +4 -0
  605. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +13 -1
  606. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +4 -0
  607. package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +13 -1
  608. package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.js +4 -0
  609. package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +13 -1
  610. package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +4 -0
  611. package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +13 -1
  612. package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +4 -0
  613. package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +13 -1
  614. package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.js +4 -0
  615. package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +13 -1
  616. package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +4 -0
  617. package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +13 -1
  618. package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +4 -0
  619. package/dist/serialization/types/AstDivisionOperatorNodeInput.d.ts +10 -0
  620. package/dist/serialization/types/{ObjectOverrideOutputPropertiesValue.js → AstDivisionOperatorNodeInput.js} +5 -6
  621. package/dist/serialization/types/AstDivisionOperatorNodeInputLeft.d.ts +67 -0
  622. package/dist/serialization/types/AstDivisionOperatorNodeInputLeft.js +71 -0
  623. package/dist/serialization/types/AstDivisionOperatorNodeInputRight.d.ts +67 -0
  624. package/dist/serialization/types/AstDivisionOperatorNodeInputRight.js +71 -0
  625. package/dist/serialization/types/AstDivisionOperatorNodeOutput.d.ts +10 -0
  626. package/{serialization/types/ObjectOverrideOutputPropertiesValue.js → dist/serialization/types/AstDivisionOperatorNodeOutput.js} +5 -6
  627. package/dist/serialization/types/AstDivisionOperatorNodeOutputLeft.d.ts +66 -0
  628. package/dist/serialization/types/AstDivisionOperatorNodeOutputLeft.js +69 -0
  629. package/dist/serialization/types/AstDivisionOperatorNodeOutputRight.d.ts +66 -0
  630. package/dist/serialization/types/AstDivisionOperatorNodeOutputRight.js +69 -0
  631. package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +13 -1
  632. package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +4 -0
  633. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +13 -1
  634. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +4 -0
  635. package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +13 -1
  636. package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +4 -0
  637. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +13 -1
  638. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +4 -0
  639. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +13 -1
  640. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +4 -0
  641. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +13 -1
  642. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +4 -0
  643. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +13 -1
  644. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +4 -0
  645. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +13 -1
  646. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +4 -0
  647. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
  648. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +4 -0
  649. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
  650. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +4 -0
  651. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
  652. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +4 -0
  653. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
  654. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +4 -0
  655. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +13 -1
  656. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +4 -0
  657. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +13 -1
  658. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +4 -0
  659. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +13 -1
  660. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +4 -0
  661. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +13 -1
  662. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +4 -0
  663. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
  664. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +4 -0
  665. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
  666. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +4 -0
  667. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
  668. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +4 -0
  669. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
  670. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +4 -0
  671. package/dist/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +10 -0
  672. package/dist/serialization/types/AstMultiplicationOperatorNodeInput.js +43 -0
  673. package/dist/serialization/types/AstMultiplicationOperatorNodeInputLeft.d.ts +67 -0
  674. package/dist/serialization/types/AstMultiplicationOperatorNodeInputLeft.js +71 -0
  675. package/dist/serialization/types/AstMultiplicationOperatorNodeInputRight.d.ts +67 -0
  676. package/dist/serialization/types/AstMultiplicationOperatorNodeInputRight.js +71 -0
  677. package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +10 -0
  678. package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.js +43 -0
  679. package/dist/serialization/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +66 -0
  680. package/dist/serialization/types/AstMultiplicationOperatorNodeOutputLeft.js +69 -0
  681. package/dist/serialization/types/AstMultiplicationOperatorNodeOutputRight.d.ts +66 -0
  682. package/dist/serialization/types/AstMultiplicationOperatorNodeOutputRight.js +69 -0
  683. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +13 -1
  684. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +4 -0
  685. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +13 -1
  686. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +4 -0
  687. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +13 -1
  688. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +4 -0
  689. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +13 -1
  690. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +4 -0
  691. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +13 -1
  692. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +4 -0
  693. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +13 -1
  694. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +4 -0
  695. package/dist/serialization/types/AstSubtractionOperatorNodeInput.d.ts +10 -0
  696. package/dist/serialization/types/AstSubtractionOperatorNodeInput.js +43 -0
  697. package/dist/serialization/types/AstSubtractionOperatorNodeInputLeft.d.ts +67 -0
  698. package/dist/serialization/types/AstSubtractionOperatorNodeInputLeft.js +71 -0
  699. package/dist/serialization/types/AstSubtractionOperatorNodeInputRight.d.ts +67 -0
  700. package/dist/serialization/types/AstSubtractionOperatorNodeInputRight.js +71 -0
  701. package/dist/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +10 -0
  702. package/dist/serialization/types/AstSubtractionOperatorNodeOutput.js +43 -0
  703. package/dist/serialization/types/AstSubtractionOperatorNodeOutputLeft.d.ts +66 -0
  704. package/dist/serialization/types/AstSubtractionOperatorNodeOutputLeft.js +69 -0
  705. package/dist/serialization/types/AstSubtractionOperatorNodeOutputRight.d.ts +66 -0
  706. package/dist/serialization/types/AstSubtractionOperatorNodeOutputRight.js +69 -0
  707. package/dist/serialization/types/AsyncConversationMetadata.d.ts +1 -0
  708. package/dist/serialization/types/AsyncConversationMetadata.js +1 -0
  709. package/dist/serialization/types/AudioAnalysis.d.ts +13 -0
  710. package/dist/serialization/types/{QueryOverride.js → AudioAnalysis.js} +7 -5
  711. package/dist/serialization/types/AudioAnalysisResult.d.ts +18 -0
  712. package/dist/serialization/types/AudioAnalysisResult.js +50 -0
  713. package/dist/serialization/types/AudioAnalysisStatus.d.ts +7 -0
  714. package/{serialization/types/LiteralOverrideConstantValue.js → dist/serialization/types/AudioAnalysisStatus.js} +2 -7
  715. package/dist/serialization/types/AudioKeyMoment.d.ts +11 -0
  716. package/dist/serialization/types/AudioKeyMoment.js +43 -0
  717. package/dist/serialization/types/AudioSegment.d.ts +15 -0
  718. package/dist/serialization/types/AudioSegment.js +47 -0
  719. package/dist/serialization/types/BatchCallDetailedResponse.d.ts +3 -0
  720. package/dist/serialization/types/BatchCallDetailedResponse.js +3 -0
  721. package/dist/serialization/types/BatchCallResponse.d.ts +3 -0
  722. package/dist/serialization/types/BatchCallResponse.js +3 -0
  723. package/dist/serialization/types/CanvasPlacement.d.ts +2 -0
  724. package/dist/serialization/types/CanvasPlacement.js +2 -0
  725. package/dist/serialization/types/ConversationConfig.d.ts +2 -0
  726. package/dist/serialization/types/ConversationConfig.js +2 -0
  727. package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -0
  728. package/dist/serialization/types/ConversationConfigWorkflowOverride.js +2 -0
  729. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  730. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
  731. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  732. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
  733. package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  734. package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
  735. package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +4 -0
  736. package/dist/serialization/types/ConversationInitiationClientDataInternal.js +4 -0
  737. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
  738. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -0
  739. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
  740. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -0
  741. package/dist/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
  742. package/dist/serialization/types/CreateSimulationTestRequest.js +2 -0
  743. package/dist/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -1
  744. package/dist/serialization/types/DependentUnknownToolIdentifier.js +3 -1
  745. package/dist/serialization/types/EmbeddingModelEnum.d.ts +1 -1
  746. package/dist/serialization/types/EmbeddingModelEnum.js +1 -1
  747. package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
  748. package/dist/serialization/types/FeaturesUsageCommonModel.js +1 -0
  749. package/dist/serialization/types/FileInputConfig.d.ts +10 -0
  750. package/dist/serialization/types/FileInputConfig.js +42 -0
  751. package/dist/serialization/types/FileInputConfigWorkflowOverride.d.ts +10 -0
  752. package/dist/serialization/types/FileInputConfigWorkflowOverride.js +42 -0
  753. package/dist/serialization/types/GenesysRegion.d.ts +7 -0
  754. package/dist/serialization/types/GenesysRegion.js +57 -0
  755. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
  756. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
  757. package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
  758. package/dist/serialization/types/GetSimulationTestResponseModel.js +2 -0
  759. package/dist/serialization/types/LlmInfoModelInput.d.ts +1 -0
  760. package/dist/serialization/types/LlmInfoModelInput.js +1 -0
  761. package/dist/serialization/types/LlmInfoModelOutput.d.ts +1 -0
  762. package/dist/serialization/types/LlmInfoModelOutput.js +1 -0
  763. package/dist/serialization/types/MessageSearchSortBy.d.ts +7 -0
  764. package/dist/serialization/types/{LiteralOverrideConstantValue.js → MessageSearchSortBy.js} +2 -7
  765. package/dist/serialization/types/MockNoMatchBehavior.d.ts +7 -0
  766. package/dist/serialization/types/MockNoMatchBehavior.js +39 -0
  767. package/dist/serialization/types/MockingStrategy.d.ts +7 -0
  768. package/dist/serialization/types/MockingStrategy.js +39 -0
  769. package/dist/serialization/types/OAuthConnectionStatus.d.ts +7 -0
  770. package/dist/serialization/types/OAuthConnectionStatus.js +39 -0
  771. package/dist/serialization/types/OrchestratorToolMockBehaviorConfig.d.ts +13 -0
  772. package/dist/serialization/types/{ObjectOverrideOutput.js → OrchestratorToolMockBehaviorConfig.js} +7 -8
  773. package/dist/serialization/types/PermissionType.d.ts +1 -1
  774. package/dist/serialization/types/PermissionType.js +1 -0
  775. package/dist/serialization/types/ProcedureCompilerMode.d.ts +7 -0
  776. package/dist/serialization/types/ProcedureCompilerMode.js +39 -0
  777. package/dist/serialization/types/ProcedureSettings.d.ts +10 -0
  778. package/dist/serialization/types/ProcedureSettings.js +42 -0
  779. package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -0
  780. package/dist/serialization/types/ProjectExternalAudioResponseModel.js +2 -0
  781. package/dist/serialization/types/ProjectImageResponseModel.d.ts +1 -0
  782. package/dist/serialization/types/ProjectImageResponseModel.js +1 -0
  783. package/dist/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
  784. package/dist/serialization/types/ProjectVideoResponseModel.js +1 -0
  785. package/dist/serialization/types/SimulationTestModel.d.ts +2 -0
  786. package/dist/serialization/types/SimulationTestModel.js +2 -0
  787. package/dist/serialization/types/SimulationToolMockBehaviorConfig.d.ts +13 -0
  788. package/dist/serialization/types/{ObjectOverrideInput.js → SimulationToolMockBehaviorConfig.js} +7 -8
  789. package/dist/serialization/types/ToolRequestModel.d.ts +2 -0
  790. package/dist/serialization/types/ToolRequestModel.js +2 -0
  791. package/dist/serialization/types/ToolResponseMockConfigInput.d.ts +11 -0
  792. package/dist/serialization/types/ToolResponseMockConfigInput.js +43 -0
  793. package/dist/serialization/types/ToolResponseMockConfigOutput.d.ts +11 -0
  794. package/dist/serialization/types/ToolResponseMockConfigOutput.js +43 -0
  795. package/dist/serialization/types/ToolResponseModel.d.ts +2 -0
  796. package/dist/serialization/types/ToolResponseModel.js +2 -0
  797. package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
  798. package/dist/serialization/types/UpdateSimulationTestRequest.js +2 -0
  799. package/dist/serialization/types/VideoAnalysisResult.d.ts +2 -2
  800. package/dist/serialization/types/VideoAnalysisResult.js +2 -2
  801. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +13 -1
  802. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +4 -0
  803. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +13 -1
  804. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +4 -0
  805. package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
  806. package/dist/serialization/types/WorkspaceGroupPermission.js +1 -0
  807. package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
  808. package/dist/serialization/types/WorkspaceResourceType.js +2 -0
  809. package/dist/serialization/types/index.d.ts +47 -15
  810. package/dist/serialization/types/index.js +47 -15
  811. package/dist/version.d.ts +1 -1
  812. package/dist/version.js +1 -1
  813. package/package.json +1 -1
  814. package/reference.md +376 -295
  815. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  816. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
  817. package/serialization/types/AgentConfig.d.ts +1 -0
  818. package/serialization/types/AgentConfig.js +1 -0
  819. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -0
  820. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -0
  821. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -0
  822. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -0
  823. package/serialization/types/AgentConfigOverrideConfig.d.ts +1 -0
  824. package/serialization/types/AgentConfigOverrideConfig.js +1 -0
  825. package/serialization/types/AgentConfigOverrideInput.d.ts +1 -0
  826. package/serialization/types/AgentConfigOverrideInput.js +1 -0
  827. package/serialization/types/AgentConfigOverrideOutput.d.ts +1 -0
  828. package/serialization/types/AgentConfigOverrideOutput.js +1 -0
  829. package/serialization/types/AgentSortBy.d.ts +1 -1
  830. package/serialization/types/AgentSortBy.js +1 -1
  831. package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -0
  832. package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -0
  833. package/serialization/types/ApiIntegrationWebhookOverrides.d.ts +15 -0
  834. package/serialization/types/{ApiIntegrationWebhookOverridesInput.js → ApiIntegrationWebhookOverrides.js} +6 -12
  835. package/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +8 -0
  836. package/{dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.js} +2 -2
  837. package/{dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts → serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts} +3 -3
  838. package/serialization/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +2 -2
  839. package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -2
  840. package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -2
  841. package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -2
  842. package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -2
  843. package/serialization/types/AssetTranscription.d.ts +12 -0
  844. package/{dist/serialization/types/VideoTranscription.js → serialization/types/AssetTranscription.js} +4 -4
  845. package/serialization/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +2 -2
  846. package/serialization/types/{VideoTranscriptionWord.js → AssetTranscriptionWord.js} +2 -2
  847. package/serialization/types/AstAdditionOperatorNodeInput.d.ts +10 -0
  848. package/serialization/types/AstAdditionOperatorNodeInput.js +43 -0
  849. package/serialization/types/AstAdditionOperatorNodeInputLeft.d.ts +67 -0
  850. package/serialization/types/AstAdditionOperatorNodeInputLeft.js +71 -0
  851. package/serialization/types/AstAdditionOperatorNodeInputRight.d.ts +67 -0
  852. package/serialization/types/AstAdditionOperatorNodeInputRight.js +71 -0
  853. package/serialization/types/AstAdditionOperatorNodeOutput.d.ts +10 -0
  854. package/serialization/types/AstAdditionOperatorNodeOutput.js +43 -0
  855. package/serialization/types/AstAdditionOperatorNodeOutputLeft.d.ts +66 -0
  856. package/serialization/types/AstAdditionOperatorNodeOutputLeft.js +69 -0
  857. package/serialization/types/AstAdditionOperatorNodeOutputRight.d.ts +66 -0
  858. package/serialization/types/AstAdditionOperatorNodeOutputRight.js +69 -0
  859. package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +13 -1
  860. package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +4 -0
  861. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +13 -1
  862. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +4 -0
  863. package/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +13 -1
  864. package/serialization/types/AstConditionalOperatorNodeInputCondition.js +4 -0
  865. package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +13 -1
  866. package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +4 -0
  867. package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +13 -1
  868. package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +4 -0
  869. package/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +13 -1
  870. package/serialization/types/AstConditionalOperatorNodeOutputCondition.js +4 -0
  871. package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +13 -1
  872. package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +4 -0
  873. package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +13 -1
  874. package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +4 -0
  875. package/serialization/types/AstDivisionOperatorNodeInput.d.ts +10 -0
  876. package/serialization/types/AstDivisionOperatorNodeInput.js +43 -0
  877. package/serialization/types/AstDivisionOperatorNodeInputLeft.d.ts +67 -0
  878. package/serialization/types/AstDivisionOperatorNodeInputLeft.js +71 -0
  879. package/serialization/types/AstDivisionOperatorNodeInputRight.d.ts +67 -0
  880. package/serialization/types/AstDivisionOperatorNodeInputRight.js +71 -0
  881. package/serialization/types/AstDivisionOperatorNodeOutput.d.ts +10 -0
  882. package/serialization/types/AstDivisionOperatorNodeOutput.js +43 -0
  883. package/serialization/types/AstDivisionOperatorNodeOutputLeft.d.ts +66 -0
  884. package/serialization/types/AstDivisionOperatorNodeOutputLeft.js +69 -0
  885. package/serialization/types/AstDivisionOperatorNodeOutputRight.d.ts +66 -0
  886. package/serialization/types/AstDivisionOperatorNodeOutputRight.js +69 -0
  887. package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +13 -1
  888. package/serialization/types/AstEqualsOperatorNodeInputLeft.js +4 -0
  889. package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +13 -1
  890. package/serialization/types/AstEqualsOperatorNodeInputRight.js +4 -0
  891. package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +13 -1
  892. package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +4 -0
  893. package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +13 -1
  894. package/serialization/types/AstEqualsOperatorNodeOutputRight.js +4 -0
  895. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +13 -1
  896. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +4 -0
  897. package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +13 -1
  898. package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +4 -0
  899. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +13 -1
  900. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +4 -0
  901. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +13 -1
  902. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +4 -0
  903. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
  904. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +4 -0
  905. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
  906. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +4 -0
  907. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
  908. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +4 -0
  909. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
  910. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +4 -0
  911. package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +13 -1
  912. package/serialization/types/AstLessThanOperatorNodeInputLeft.js +4 -0
  913. package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +13 -1
  914. package/serialization/types/AstLessThanOperatorNodeInputRight.js +4 -0
  915. package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +13 -1
  916. package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +4 -0
  917. package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +13 -1
  918. package/serialization/types/AstLessThanOperatorNodeOutputRight.js +4 -0
  919. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
  920. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +4 -0
  921. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
  922. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +4 -0
  923. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
  924. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +4 -0
  925. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
  926. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +4 -0
  927. package/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +10 -0
  928. package/serialization/types/AstMultiplicationOperatorNodeInput.js +43 -0
  929. package/serialization/types/AstMultiplicationOperatorNodeInputLeft.d.ts +67 -0
  930. package/serialization/types/AstMultiplicationOperatorNodeInputLeft.js +71 -0
  931. package/serialization/types/AstMultiplicationOperatorNodeInputRight.d.ts +67 -0
  932. package/serialization/types/AstMultiplicationOperatorNodeInputRight.js +71 -0
  933. package/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +10 -0
  934. package/serialization/types/AstMultiplicationOperatorNodeOutput.js +43 -0
  935. package/serialization/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +66 -0
  936. package/serialization/types/AstMultiplicationOperatorNodeOutputLeft.js +69 -0
  937. package/serialization/types/AstMultiplicationOperatorNodeOutputRight.d.ts +66 -0
  938. package/serialization/types/AstMultiplicationOperatorNodeOutputRight.js +69 -0
  939. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +13 -1
  940. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +4 -0
  941. package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +13 -1
  942. package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +4 -0
  943. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +13 -1
  944. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +4 -0
  945. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +13 -1
  946. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +4 -0
  947. package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +13 -1
  948. package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +4 -0
  949. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +13 -1
  950. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +4 -0
  951. package/serialization/types/AstSubtractionOperatorNodeInput.d.ts +10 -0
  952. package/serialization/types/AstSubtractionOperatorNodeInput.js +43 -0
  953. package/serialization/types/AstSubtractionOperatorNodeInputLeft.d.ts +67 -0
  954. package/serialization/types/AstSubtractionOperatorNodeInputLeft.js +71 -0
  955. package/serialization/types/AstSubtractionOperatorNodeInputRight.d.ts +67 -0
  956. package/serialization/types/AstSubtractionOperatorNodeInputRight.js +71 -0
  957. package/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +10 -0
  958. package/serialization/types/AstSubtractionOperatorNodeOutput.js +43 -0
  959. package/serialization/types/AstSubtractionOperatorNodeOutputLeft.d.ts +66 -0
  960. package/serialization/types/AstSubtractionOperatorNodeOutputLeft.js +69 -0
  961. package/serialization/types/AstSubtractionOperatorNodeOutputRight.d.ts +66 -0
  962. package/serialization/types/AstSubtractionOperatorNodeOutputRight.js +69 -0
  963. package/serialization/types/AsyncConversationMetadata.d.ts +1 -0
  964. package/serialization/types/AsyncConversationMetadata.js +1 -0
  965. package/serialization/types/AudioAnalysis.d.ts +13 -0
  966. package/serialization/types/{QueryOverride.js → AudioAnalysis.js} +7 -5
  967. package/serialization/types/AudioAnalysisResult.d.ts +18 -0
  968. package/serialization/types/AudioAnalysisResult.js +50 -0
  969. package/serialization/types/AudioAnalysisStatus.d.ts +7 -0
  970. package/serialization/types/AudioAnalysisStatus.js +39 -0
  971. package/serialization/types/AudioKeyMoment.d.ts +11 -0
  972. package/serialization/types/AudioKeyMoment.js +43 -0
  973. package/serialization/types/AudioSegment.d.ts +15 -0
  974. package/serialization/types/AudioSegment.js +47 -0
  975. package/serialization/types/BatchCallDetailedResponse.d.ts +3 -0
  976. package/serialization/types/BatchCallDetailedResponse.js +3 -0
  977. package/serialization/types/BatchCallResponse.d.ts +3 -0
  978. package/serialization/types/BatchCallResponse.js +3 -0
  979. package/serialization/types/CanvasPlacement.d.ts +2 -0
  980. package/serialization/types/CanvasPlacement.js +2 -0
  981. package/serialization/types/ConversationConfig.d.ts +2 -0
  982. package/serialization/types/ConversationConfig.js +2 -0
  983. package/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -0
  984. package/serialization/types/ConversationConfigWorkflowOverride.js +2 -0
  985. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  986. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
  987. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  988. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
  989. package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  990. package/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
  991. package/serialization/types/ConversationInitiationClientDataInternal.d.ts +4 -0
  992. package/serialization/types/ConversationInitiationClientDataInternal.js +4 -0
  993. package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
  994. package/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -0
  995. package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
  996. package/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -0
  997. package/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
  998. package/serialization/types/CreateSimulationTestRequest.js +2 -0
  999. package/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -1
  1000. package/serialization/types/DependentUnknownToolIdentifier.js +3 -1
  1001. package/serialization/types/EmbeddingModelEnum.d.ts +1 -1
  1002. package/serialization/types/EmbeddingModelEnum.js +1 -1
  1003. package/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
  1004. package/serialization/types/FeaturesUsageCommonModel.js +1 -0
  1005. package/serialization/types/FileInputConfig.d.ts +10 -0
  1006. package/serialization/types/FileInputConfig.js +42 -0
  1007. package/serialization/types/FileInputConfigWorkflowOverride.d.ts +10 -0
  1008. package/serialization/types/FileInputConfigWorkflowOverride.js +42 -0
  1009. package/serialization/types/GenesysRegion.d.ts +7 -0
  1010. package/serialization/types/GenesysRegion.js +57 -0
  1011. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
  1012. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
  1013. package/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
  1014. package/serialization/types/GetSimulationTestResponseModel.js +2 -0
  1015. package/serialization/types/LlmInfoModelInput.d.ts +1 -0
  1016. package/serialization/types/LlmInfoModelInput.js +1 -0
  1017. package/serialization/types/LlmInfoModelOutput.d.ts +1 -0
  1018. package/serialization/types/LlmInfoModelOutput.js +1 -0
  1019. package/serialization/types/MessageSearchSortBy.d.ts +7 -0
  1020. package/serialization/types/MessageSearchSortBy.js +39 -0
  1021. package/serialization/types/MockNoMatchBehavior.d.ts +7 -0
  1022. package/serialization/types/MockNoMatchBehavior.js +39 -0
  1023. package/serialization/types/MockingStrategy.d.ts +7 -0
  1024. package/serialization/types/MockingStrategy.js +39 -0
  1025. package/serialization/types/OAuthConnectionStatus.d.ts +7 -0
  1026. package/serialization/types/OAuthConnectionStatus.js +39 -0
  1027. package/serialization/types/OrchestratorToolMockBehaviorConfig.d.ts +13 -0
  1028. package/serialization/types/OrchestratorToolMockBehaviorConfig.js +45 -0
  1029. package/serialization/types/PermissionType.d.ts +1 -1
  1030. package/serialization/types/PermissionType.js +1 -0
  1031. package/serialization/types/ProcedureCompilerMode.d.ts +7 -0
  1032. package/serialization/types/ProcedureCompilerMode.js +39 -0
  1033. package/serialization/types/ProcedureSettings.d.ts +10 -0
  1034. package/serialization/types/ProcedureSettings.js +42 -0
  1035. package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -0
  1036. package/serialization/types/ProjectExternalAudioResponseModel.js +2 -0
  1037. package/serialization/types/ProjectImageResponseModel.d.ts +1 -0
  1038. package/serialization/types/ProjectImageResponseModel.js +1 -0
  1039. package/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
  1040. package/serialization/types/ProjectVideoResponseModel.js +1 -0
  1041. package/serialization/types/SimulationTestModel.d.ts +2 -0
  1042. package/serialization/types/SimulationTestModel.js +2 -0
  1043. package/serialization/types/SimulationToolMockBehaviorConfig.d.ts +13 -0
  1044. package/{dist/serialization/types/LiteralOverride.js → serialization/types/SimulationToolMockBehaviorConfig.js} +7 -6
  1045. package/serialization/types/ToolRequestModel.d.ts +2 -0
  1046. package/serialization/types/ToolRequestModel.js +2 -0
  1047. package/serialization/types/ToolResponseMockConfigInput.d.ts +11 -0
  1048. package/serialization/types/ToolResponseMockConfigInput.js +43 -0
  1049. package/serialization/types/ToolResponseMockConfigOutput.d.ts +11 -0
  1050. package/serialization/types/ToolResponseMockConfigOutput.js +43 -0
  1051. package/serialization/types/ToolResponseModel.d.ts +2 -0
  1052. package/serialization/types/ToolResponseModel.js +2 -0
  1053. package/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
  1054. package/serialization/types/UpdateSimulationTestRequest.js +2 -0
  1055. package/serialization/types/VideoAnalysisResult.d.ts +2 -2
  1056. package/serialization/types/VideoAnalysisResult.js +2 -2
  1057. package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +13 -1
  1058. package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +4 -0
  1059. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +13 -1
  1060. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +4 -0
  1061. package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
  1062. package/serialization/types/WorkspaceGroupPermission.js +1 -0
  1063. package/serialization/types/WorkspaceResourceType.d.ts +1 -1
  1064. package/serialization/types/WorkspaceResourceType.js +2 -0
  1065. package/serialization/types/index.d.ts +47 -15
  1066. package/serialization/types/index.js +47 -15
  1067. package/version.d.ts +1 -1
  1068. package/version.js +1 -1
  1069. package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -2
  1070. package/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +0 -13
  1071. package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -14
  1072. package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -2
  1073. package/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -13
  1074. package/api/types/LiteralOverride.d.ts +0 -6
  1075. package/api/types/LiteralOverrideConstantValue.d.ts +0 -1
  1076. package/api/types/ObjectOverrideInput.d.ts +0 -6
  1077. package/api/types/ObjectOverrideInputPropertiesValue.d.ts +0 -2
  1078. package/api/types/ObjectOverrideOutput.d.ts +0 -6
  1079. package/api/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -2
  1080. package/api/types/QueryOverride.d.ts +0 -5
  1081. package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -2
  1082. package/dist/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +0 -13
  1083. package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -14
  1084. package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -2
  1085. package/dist/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -13
  1086. package/dist/api/types/LiteralOverride.d.ts +0 -6
  1087. package/dist/api/types/LiteralOverrideConstantValue.d.ts +0 -1
  1088. package/dist/api/types/ObjectOverrideInput.d.ts +0 -6
  1089. package/dist/api/types/ObjectOverrideInputPropertiesValue.d.ts +0 -2
  1090. package/dist/api/types/ObjectOverrideOutput.d.ts +0 -6
  1091. package/dist/api/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -2
  1092. package/dist/api/types/QueryOverride.d.ts +0 -5
  1093. package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +0 -20
  1094. package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -8
  1095. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -20
  1096. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +0 -57
  1097. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -8
  1098. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +0 -40
  1099. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -19
  1100. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +0 -51
  1101. package/dist/serialization/types/LiteralOverride.d.ts +0 -12
  1102. package/dist/serialization/types/LiteralOverrideConstantValue.d.ts +0 -7
  1103. package/dist/serialization/types/ObjectOverrideInput.d.ts +0 -11
  1104. package/dist/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +0 -8
  1105. package/dist/serialization/types/ObjectOverrideOutput.d.ts +0 -11
  1106. package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -8
  1107. package/dist/serialization/types/QueryOverride.d.ts +0 -11
  1108. package/dist/serialization/types/VideoTranscription.d.ts +0 -12
  1109. package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +0 -20
  1110. package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -8
  1111. package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -20
  1112. package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +0 -57
  1113. package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -8
  1114. package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +0 -40
  1115. package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -19
  1116. package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +0 -51
  1117. package/serialization/types/LiteralOverride.d.ts +0 -12
  1118. package/serialization/types/LiteralOverride.js +0 -44
  1119. package/serialization/types/LiteralOverrideConstantValue.d.ts +0 -7
  1120. package/serialization/types/ObjectOverrideInput.d.ts +0 -11
  1121. package/serialization/types/ObjectOverrideInput.js +0 -46
  1122. package/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +0 -8
  1123. package/serialization/types/ObjectOverrideOutput.d.ts +0 -11
  1124. package/serialization/types/ObjectOverrideOutput.js +0 -46
  1125. package/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -8
  1126. package/serialization/types/QueryOverride.d.ts +0 -11
  1127. package/serialization/types/VideoTranscription.d.ts +0 -12
  1128. /package/api/{types/ApiIntegrationWebhookOverridesInput.js → resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.js} +0 -0
  1129. /package/api/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → ApiIntegrationWebhookOverrides.js} +0 -0
  1130. /package/api/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → ApiIntegrationWebhookOverridesRequestHeadersValue.js} +0 -0
  1131. /package/api/types/{ApiIntegrationWebhookOverridesOutput.js → ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +0 -0
  1132. /package/api/types/{ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js → AssetTranscription.js} +0 -0
  1133. /package/api/types/{ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js → AssetTranscriptionWord.js} +0 -0
  1134. /package/api/types/{LiteralOverride.js → AstAdditionOperatorNodeInput.js} +0 -0
  1135. /package/api/types/{LiteralOverrideConstantValue.js → AstAdditionOperatorNodeInputLeft.js} +0 -0
  1136. /package/api/types/{ObjectOverrideInput.js → AstAdditionOperatorNodeInputRight.js} +0 -0
  1137. /package/api/types/{ObjectOverrideInputPropertiesValue.js → AstAdditionOperatorNodeOutput.js} +0 -0
  1138. /package/api/types/{ObjectOverrideOutput.js → AstAdditionOperatorNodeOutputLeft.js} +0 -0
  1139. /package/api/types/{ObjectOverrideOutputPropertiesValue.js → AstAdditionOperatorNodeOutputRight.js} +0 -0
  1140. /package/api/types/{QueryOverride.js → AstDivisionOperatorNodeInput.js} +0 -0
  1141. /package/api/types/{VideoTranscription.js → AstDivisionOperatorNodeInputLeft.js} +0 -0
  1142. /package/api/types/{VideoTranscriptionWord.js → AstDivisionOperatorNodeInputRight.js} +0 -0
  1143. /package/{dist/api/types/ApiIntegrationWebhookOverridesInput.js → api/types/AstDivisionOperatorNodeOutput.js} +0 -0
  1144. /package/{dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → api/types/AstDivisionOperatorNodeOutputLeft.js} +0 -0
  1145. /package/{dist/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → api/types/AstDivisionOperatorNodeOutputRight.js} +0 -0
  1146. /package/{dist/api/types/ApiIntegrationWebhookOverridesOutput.js → api/types/AstMultiplicationOperatorNodeInput.js} +0 -0
  1147. /package/{dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js → api/types/AstMultiplicationOperatorNodeInputLeft.js} +0 -0
  1148. /package/{dist/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js → api/types/AstMultiplicationOperatorNodeInputRight.js} +0 -0
  1149. /package/{dist/api/types/LiteralOverride.js → api/types/AstMultiplicationOperatorNodeOutput.js} +0 -0
  1150. /package/{dist/api/types/LiteralOverrideConstantValue.js → api/types/AstMultiplicationOperatorNodeOutputLeft.js} +0 -0
  1151. /package/{dist/api/types/ObjectOverrideInput.js → api/types/AstMultiplicationOperatorNodeOutputRight.js} +0 -0
  1152. /package/{dist/api/types/ObjectOverrideInputPropertiesValue.js → api/types/AstSubtractionOperatorNodeInput.js} +0 -0
  1153. /package/{dist/api/types/ObjectOverrideOutput.js → api/types/AstSubtractionOperatorNodeInputLeft.js} +0 -0
  1154. /package/{dist/api/types/ObjectOverrideOutputPropertiesValue.js → api/types/AstSubtractionOperatorNodeInputRight.js} +0 -0
  1155. /package/{dist/api/types/QueryOverride.js → api/types/AstSubtractionOperatorNodeOutput.js} +0 -0
  1156. /package/{dist/api/types/VideoTranscription.js → api/types/AstSubtractionOperatorNodeOutputLeft.js} +0 -0
  1157. /package/{dist/api/types/VideoTranscriptionWord.js → api/types/AstSubtractionOperatorNodeOutputRight.js} +0 -0
@@ -14,6 +14,8 @@ export declare namespace BatchCallResponse {
14
14
  whatsapp_params?: BatchCallWhatsAppParams.Raw | null;
15
15
  name: string;
16
16
  agent_id: string;
17
+ branch_id?: string | null;
18
+ environment?: string | null;
17
19
  created_at_unix: number;
18
20
  scheduled_time_unix: number;
19
21
  timezone?: string | null;
@@ -26,5 +28,6 @@ export declare namespace BatchCallResponse {
26
28
  telephony_call_config: TelephonyCallConfig.Raw;
27
29
  target_concurrency_limit?: number | null;
28
30
  agent_name: string;
31
+ branch_name?: string | null;
29
32
  }
30
33
  }
@@ -47,6 +47,8 @@ exports.BatchCallResponse = core.serialization.object({
47
47
  whatsappParams: core.serialization.property("whatsapp_params", BatchCallWhatsAppParams_1.BatchCallWhatsAppParams.optional()),
48
48
  name: core.serialization.string(),
49
49
  agentId: core.serialization.property("agent_id", core.serialization.string()),
50
+ branchId: core.serialization.property("branch_id", core.serialization.string().optional()),
51
+ environment: core.serialization.string().optional(),
50
52
  createdAtUnix: core.serialization.property("created_at_unix", core.serialization.number()),
51
53
  scheduledTimeUnix: core.serialization.property("scheduled_time_unix", core.serialization.number()),
52
54
  timezone: core.serialization.string().optional(),
@@ -59,4 +61,5 @@ exports.BatchCallResponse = core.serialization.object({
59
61
  telephonyCallConfig: core.serialization.property("telephony_call_config", TelephonyCallConfig_1.TelephonyCallConfig),
60
62
  targetConcurrencyLimit: core.serialization.property("target_concurrency_limit", core.serialization.number().optional()),
61
63
  agentName: core.serialization.property("agent_name", core.serialization.string()),
64
+ branchName: core.serialization.property("branch_name", core.serialization.string().optional()),
62
65
  });
@@ -16,5 +16,7 @@ export declare namespace CanvasPlacement {
16
16
  crop_right?: number | null;
17
17
  crop_bottom?: number | null;
18
18
  crop_left?: number | null;
19
+ flip_x?: boolean | null;
20
+ flip_y?: boolean | null;
19
21
  }
20
22
  }
@@ -49,4 +49,6 @@ exports.CanvasPlacement = core.serialization.object({
49
49
  cropRight: core.serialization.property("crop_right", core.serialization.number().optional()),
50
50
  cropBottom: core.serialization.property("crop_bottom", core.serialization.number().optional()),
51
51
  cropLeft: core.serialization.property("crop_left", core.serialization.number().optional()),
52
+ flipX: core.serialization.property("flip_x", core.serialization.boolean().optional()),
53
+ flipY: core.serialization.property("flip_y", core.serialization.boolean().optional()),
52
54
  });
@@ -2,12 +2,14 @@ import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { ClientEvent } from "./ClientEvent";
5
+ import { FileInputConfig } from "./FileInputConfig";
5
6
  export declare const ConversationConfig: core.serialization.ObjectSchema<serializers.ConversationConfig.Raw, ElevenLabs.ConversationConfig>;
6
7
  export declare namespace ConversationConfig {
7
8
  interface Raw {
8
9
  text_only?: boolean | null;
9
10
  max_duration_seconds?: number | null;
10
11
  client_events?: ClientEvent.Raw[] | null;
12
+ file_input?: FileInputConfig.Raw | null;
11
13
  monitoring_enabled?: boolean | null;
12
14
  monitoring_events?: ClientEvent.Raw[] | null;
13
15
  }
@@ -37,10 +37,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.ConversationConfig = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const ClientEvent_1 = require("./ClientEvent");
40
+ const FileInputConfig_1 = require("./FileInputConfig");
40
41
  exports.ConversationConfig = core.serialization.object({
41
42
  textOnly: core.serialization.property("text_only", core.serialization.boolean().optional()),
42
43
  maxDurationSeconds: core.serialization.property("max_duration_seconds", core.serialization.number().optional()),
43
44
  clientEvents: core.serialization.property("client_events", core.serialization.list(ClientEvent_1.ClientEvent).optional()),
45
+ fileInput: core.serialization.property("file_input", FileInputConfig_1.FileInputConfig.optional()),
44
46
  monitoringEnabled: core.serialization.property("monitoring_enabled", core.serialization.boolean().optional()),
45
47
  monitoringEvents: core.serialization.property("monitoring_events", core.serialization.list(ClientEvent_1.ClientEvent).optional()),
46
48
  });
@@ -2,12 +2,14 @@ import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { ClientEvent } from "./ClientEvent";
5
+ import { FileInputConfigWorkflowOverride } from "./FileInputConfigWorkflowOverride";
5
6
  export declare const ConversationConfigWorkflowOverride: core.serialization.ObjectSchema<serializers.ConversationConfigWorkflowOverride.Raw, ElevenLabs.ConversationConfigWorkflowOverride>;
6
7
  export declare namespace ConversationConfigWorkflowOverride {
7
8
  interface Raw {
8
9
  text_only?: boolean | null;
9
10
  max_duration_seconds?: number | null;
10
11
  client_events?: ClientEvent.Raw[] | null;
12
+ file_input?: FileInputConfigWorkflowOverride.Raw | null;
11
13
  monitoring_enabled?: boolean | null;
12
14
  monitoring_events?: ClientEvent.Raw[] | null;
13
15
  }
@@ -37,10 +37,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.ConversationConfigWorkflowOverride = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const ClientEvent_1 = require("./ClientEvent");
40
+ const FileInputConfigWorkflowOverride_1 = require("./FileInputConfigWorkflowOverride");
40
41
  exports.ConversationConfigWorkflowOverride = core.serialization.object({
41
42
  textOnly: core.serialization.property("text_only", core.serialization.boolean().optional()),
42
43
  maxDurationSeconds: core.serialization.property("max_duration_seconds", core.serialization.number().optional()),
43
44
  clientEvents: core.serialization.property("client_events", core.serialization.list(ClientEvent_1.ClientEvent).optional()),
45
+ fileInput: core.serialization.property("file_input", FileInputConfigWorkflowOverride_1.FileInputConfigWorkflowOverride.optional()),
44
46
  monitoringEnabled: core.serialization.property("monitoring_enabled", core.serialization.boolean().optional()),
45
47
  monitoringEvents: core.serialization.property("monitoring_events", core.serialization.list(ClientEvent_1.ClientEvent).optional()),
46
48
  });
@@ -29,5 +29,6 @@ export declare namespace ConversationHistoryTranscriptCommonModelInput {
29
29
  interrupted?: boolean | null;
30
30
  original_message?: string | null;
31
31
  source_medium?: ChatSourceMedium.Raw | null;
32
+ source_event_id?: number | null;
32
33
  }
33
34
  }
@@ -62,4 +62,5 @@ exports.ConversationHistoryTranscriptCommonModelInput = core.serialization.objec
62
62
  interrupted: core.serialization.boolean().optional(),
63
63
  originalMessage: core.serialization.property("original_message", core.serialization.string().optional()),
64
64
  sourceMedium: core.serialization.property("source_medium", ChatSourceMedium_1.ChatSourceMedium.optional()),
65
+ sourceEventId: core.serialization.property("source_event_id", core.serialization.number().optional()),
65
66
  });
@@ -29,5 +29,6 @@ export declare namespace ConversationHistoryTranscriptCommonModelOutput {
29
29
  interrupted?: boolean | null;
30
30
  original_message?: string | null;
31
31
  source_medium?: ChatSourceMedium.Raw | null;
32
+ source_event_id?: number | null;
32
33
  }
33
34
  }
@@ -62,4 +62,5 @@ exports.ConversationHistoryTranscriptCommonModelOutput = core.serialization.obje
62
62
  interrupted: core.serialization.boolean().optional(),
63
63
  originalMessage: core.serialization.property("original_message", core.serialization.string().optional()),
64
64
  sourceMedium: core.serialization.property("source_medium", ChatSourceMedium_1.ChatSourceMedium.optional()),
65
+ sourceEventId: core.serialization.property("source_event_id", core.serialization.number().optional()),
65
66
  });
@@ -30,6 +30,7 @@ export declare namespace ConversationHistoryTranscriptResponseModel {
30
30
  interrupted?: boolean | null;
31
31
  original_message?: string | null;
32
32
  source_medium?: ChatSourceMedium.Raw | null;
33
+ source_event_id?: number | null;
33
34
  file_input?: ConversationHistoryTranscriptFileInputResponseModel.Raw | null;
34
35
  }
35
36
  }
@@ -63,5 +63,6 @@ exports.ConversationHistoryTranscriptResponseModel = core.serialization.object({
63
63
  interrupted: core.serialization.boolean().optional(),
64
64
  originalMessage: core.serialization.property("original_message", core.serialization.string().optional()),
65
65
  sourceMedium: core.serialization.property("source_medium", ChatSourceMedium_1.ChatSourceMedium.optional()),
66
+ sourceEventId: core.serialization.property("source_event_id", core.serialization.number().optional()),
66
67
  fileInput: core.serialization.property("file_input", ConversationHistoryTranscriptFileInputResponseModel_1.ConversationHistoryTranscriptFileInputResponseModel.optional()),
67
68
  });
@@ -4,6 +4,7 @@ import type * as serializers from "../index";
4
4
  import { ConversationConfigClientOverrideOutput } from "./ConversationConfigClientOverrideOutput";
5
5
  import { ConversationInitiationClientDataInternalDynamicVariablesValue } from "./ConversationInitiationClientDataInternalDynamicVariablesValue";
6
6
  import { ConversationInitiationSourceInfo } from "./ConversationInitiationSourceInfo";
7
+ import { OrchestratorToolMockBehaviorConfig } from "./OrchestratorToolMockBehaviorConfig";
7
8
  export declare const ConversationInitiationClientDataInternal: core.serialization.ObjectSchema<serializers.ConversationInitiationClientDataInternal.Raw, ElevenLabs.ConversationInitiationClientDataInternal>;
8
9
  export declare namespace ConversationInitiationClientDataInternal {
9
10
  interface Raw {
@@ -11,6 +12,9 @@ export declare namespace ConversationInitiationClientDataInternal {
11
12
  custom_llm_extra_body?: Record<string, unknown> | null;
12
13
  user_id?: string | null;
13
14
  source_info?: ConversationInitiationSourceInfo.Raw | null;
15
+ branch_id?: string | null;
16
+ environment?: string | null;
14
17
  dynamic_variables?: Record<string, ConversationInitiationClientDataInternalDynamicVariablesValue.Raw | null | undefined> | null;
18
+ tool_mock_config?: OrchestratorToolMockBehaviorConfig.Raw | null;
15
19
  }
16
20
  }
@@ -39,12 +39,16 @@ const core = __importStar(require("../../core"));
39
39
  const ConversationConfigClientOverrideOutput_1 = require("./ConversationConfigClientOverrideOutput");
40
40
  const ConversationInitiationClientDataInternalDynamicVariablesValue_1 = require("./ConversationInitiationClientDataInternalDynamicVariablesValue");
41
41
  const ConversationInitiationSourceInfo_1 = require("./ConversationInitiationSourceInfo");
42
+ const OrchestratorToolMockBehaviorConfig_1 = require("./OrchestratorToolMockBehaviorConfig");
42
43
  exports.ConversationInitiationClientDataInternal = core.serialization.object({
43
44
  conversationConfigOverride: core.serialization.property("conversation_config_override", ConversationConfigClientOverrideOutput_1.ConversationConfigClientOverrideOutput.optional()),
44
45
  customLlmExtraBody: core.serialization.property("custom_llm_extra_body", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
45
46
  userId: core.serialization.property("user_id", core.serialization.string().optional()),
46
47
  sourceInfo: core.serialization.property("source_info", ConversationInitiationSourceInfo_1.ConversationInitiationSourceInfo.optional()),
48
+ branchId: core.serialization.property("branch_id", core.serialization.string().optional()),
49
+ environment: core.serialization.string().optional(),
47
50
  dynamicVariables: core.serialization.property("dynamic_variables", core.serialization
48
51
  .record(core.serialization.string(), ConversationInitiationClientDataInternalDynamicVariablesValue_1.ConversationInitiationClientDataInternalDynamicVariablesValue.optional())
49
52
  .optional()),
53
+ toolMockConfig: core.serialization.property("tool_mock_config", OrchestratorToolMockBehaviorConfig_1.OrchestratorToolMockBehaviorConfig.optional()),
50
54
  });
@@ -11,6 +11,8 @@ export declare namespace ConversationInitiationClientDataRequestInput {
11
11
  custom_llm_extra_body?: Record<string, unknown> | null;
12
12
  user_id?: string | null;
13
13
  source_info?: ConversationInitiationSourceInfo.Raw | null;
14
+ branch_id?: string | null;
15
+ environment?: string | null;
14
16
  dynamic_variables?: Record<string, ConversationInitiationClientDataRequestInputDynamicVariablesValue.Raw | null | undefined> | null;
15
17
  }
16
18
  }
@@ -44,6 +44,8 @@ exports.ConversationInitiationClientDataRequestInput = core.serialization.object
44
44
  customLlmExtraBody: core.serialization.property("custom_llm_extra_body", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
45
45
  userId: core.serialization.property("user_id", core.serialization.string().optional()),
46
46
  sourceInfo: core.serialization.property("source_info", ConversationInitiationSourceInfo_1.ConversationInitiationSourceInfo.optional()),
47
+ branchId: core.serialization.property("branch_id", core.serialization.string().optional()),
48
+ environment: core.serialization.string().optional(),
47
49
  dynamicVariables: core.serialization.property("dynamic_variables", core.serialization
48
50
  .record(core.serialization.string(), ConversationInitiationClientDataRequestInputDynamicVariablesValue_1.ConversationInitiationClientDataRequestInputDynamicVariablesValue.optional())
49
51
  .optional()),
@@ -11,6 +11,8 @@ export declare namespace ConversationInitiationClientDataRequestOutput {
11
11
  custom_llm_extra_body?: Record<string, unknown> | null;
12
12
  user_id?: string | null;
13
13
  source_info?: ConversationInitiationSourceInfo.Raw | null;
14
+ branch_id?: string | null;
15
+ environment?: string | null;
14
16
  dynamic_variables?: Record<string, ConversationInitiationClientDataRequestOutputDynamicVariablesValue.Raw | null | undefined> | null;
15
17
  }
16
18
  }
@@ -44,6 +44,8 @@ exports.ConversationInitiationClientDataRequestOutput = core.serialization.objec
44
44
  customLlmExtraBody: core.serialization.property("custom_llm_extra_body", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
45
45
  userId: core.serialization.property("user_id", core.serialization.string().optional()),
46
46
  sourceInfo: core.serialization.property("source_info", ConversationInitiationSourceInfo_1.ConversationInitiationSourceInfo.optional()),
47
+ branchId: core.serialization.property("branch_id", core.serialization.string().optional()),
48
+ environment: core.serialization.string().optional(),
47
49
  dynamicVariables: core.serialization.property("dynamic_variables", core.serialization
48
50
  .record(core.serialization.string(), ConversationInitiationClientDataRequestOutputDynamicVariablesValue_1.ConversationInitiationClientDataRequestOutputDynamicVariablesValue.optional())
49
51
  .optional()),
@@ -3,6 +3,7 @@ import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { ConversationHistoryTranscriptCommonModelInput } from "./ConversationHistoryTranscriptCommonModelInput";
5
5
  import { CreateSimulationTestRequestDynamicVariablesValue } from "./CreateSimulationTestRequestDynamicVariablesValue";
6
+ import { SimulationToolMockBehaviorConfig } from "./SimulationToolMockBehaviorConfig";
6
7
  import { TestFromConversationMetadataInput } from "./TestFromConversationMetadataInput";
7
8
  export declare const CreateSimulationTestRequest: core.serialization.ObjectSchema<serializers.CreateSimulationTestRequest.Raw, ElevenLabs.CreateSimulationTestRequest>;
8
9
  export declare namespace CreateSimulationTestRequest {
@@ -14,6 +15,7 @@ export declare namespace CreateSimulationTestRequest {
14
15
  simulation_scenario?: string | null;
15
16
  simulation_max_turns?: number | null;
16
17
  simulation_environment?: string | null;
18
+ tool_mock_config?: SimulationToolMockBehaviorConfig.Raw | null;
17
19
  name: string;
18
20
  parent_folder_id?: string | null;
19
21
  }
@@ -38,6 +38,7 @@ exports.CreateSimulationTestRequest = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const ConversationHistoryTranscriptCommonModelInput_1 = require("./ConversationHistoryTranscriptCommonModelInput");
40
40
  const CreateSimulationTestRequestDynamicVariablesValue_1 = require("./CreateSimulationTestRequestDynamicVariablesValue");
41
+ const SimulationToolMockBehaviorConfig_1 = require("./SimulationToolMockBehaviorConfig");
41
42
  const TestFromConversationMetadataInput_1 = require("./TestFromConversationMetadataInput");
42
43
  exports.CreateSimulationTestRequest = core.serialization.object({
43
44
  fromConversationMetadata: core.serialization.property("from_conversation_metadata", TestFromConversationMetadataInput_1.TestFromConversationMetadataInput.optional()),
@@ -49,6 +50,7 @@ exports.CreateSimulationTestRequest = core.serialization.object({
49
50
  simulationScenario: core.serialization.property("simulation_scenario", core.serialization.string().optional()),
50
51
  simulationMaxTurns: core.serialization.property("simulation_max_turns", core.serialization.number().optional()),
51
52
  simulationEnvironment: core.serialization.property("simulation_environment", core.serialization.string().optional()),
53
+ toolMockConfig: core.serialization.property("tool_mock_config", SimulationToolMockBehaviorConfig_1.SimulationToolMockBehaviorConfig.optional()),
52
54
  name: core.serialization.string(),
53
55
  parentFolderId: core.serialization.property("parent_folder_id", core.serialization.string().optional()),
54
56
  });
@@ -3,5 +3,7 @@ import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  export declare const DependentUnknownToolIdentifier: core.serialization.ObjectSchema<serializers.DependentUnknownToolIdentifier.Raw, ElevenLabs.DependentUnknownToolIdentifier>;
5
5
  export declare namespace DependentUnknownToolIdentifier {
6
- type Raw = {};
6
+ interface Raw {
7
+ id: string;
8
+ }
7
9
  }
@@ -36,4 +36,6 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.DependentUnknownToolIdentifier = void 0;
38
38
  const core = __importStar(require("../../core"));
39
- exports.DependentUnknownToolIdentifier = core.serialization.object({});
39
+ exports.DependentUnknownToolIdentifier = core.serialization.object({
40
+ id: core.serialization.string(),
41
+ });
@@ -3,5 +3,5 @@ import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  export declare const EmbeddingModelEnum: core.serialization.Schema<serializers.EmbeddingModelEnum.Raw, ElevenLabs.EmbeddingModelEnum>;
5
5
  export declare namespace EmbeddingModelEnum {
6
- type Raw = "e5_mistral_7b_instruct" | "multilingual_e5_large_instruct" | "qwen3_embedding_4b";
6
+ type Raw = "e5_mistral_7b_instruct" | "multilingual_e5_large_instruct";
7
7
  }
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.EmbeddingModelEnum = void 0;
38
38
  const core = __importStar(require("../../core"));
39
- exports.EmbeddingModelEnum = core.serialization.enum_(["e5_mistral_7b_instruct", "multilingual_e5_large_instruct", "qwen3_embedding_4b"]);
39
+ exports.EmbeddingModelEnum = core.serialization.enum_(["e5_mistral_7b_instruct", "multilingual_e5_large_instruct"]);
@@ -21,5 +21,6 @@ export declare namespace FeaturesUsageCommonModel {
21
21
  workflow?: WorkflowFeaturesUsageCommonModel.Raw | null;
22
22
  agent_testing?: TestsFeatureUsageCommonModel.Raw | null;
23
23
  versioning?: FeatureStatusCommonModel.Raw | null;
24
+ file_input?: FeatureStatusCommonModel.Raw | null;
24
25
  }
25
26
  }
@@ -54,4 +54,5 @@ exports.FeaturesUsageCommonModel = core.serialization.object({
54
54
  workflow: WorkflowFeaturesUsageCommonModel_1.WorkflowFeaturesUsageCommonModel.optional(),
55
55
  agentTesting: core.serialization.property("agent_testing", TestsFeatureUsageCommonModel_1.TestsFeatureUsageCommonModel.optional()),
56
56
  versioning: FeatureStatusCommonModel_1.FeatureStatusCommonModel.optional(),
57
+ fileInput: core.serialization.property("file_input", FeatureStatusCommonModel_1.FeatureStatusCommonModel.optional()),
57
58
  });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const FileInputConfig: core.serialization.ObjectSchema<serializers.FileInputConfig.Raw, ElevenLabs.FileInputConfig>;
5
+ export declare namespace FileInputConfig {
6
+ interface Raw {
7
+ enabled?: boolean | null;
8
+ max_files_per_conversation?: number | null;
9
+ }
10
+ }
@@ -0,0 +1,42 @@
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.FileInputConfig = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.FileInputConfig = core.serialization.object({
40
+ enabled: core.serialization.boolean().optional(),
41
+ maxFilesPerConversation: core.serialization.property("max_files_per_conversation", core.serialization.number().optional()),
42
+ });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const FileInputConfigWorkflowOverride: core.serialization.ObjectSchema<serializers.FileInputConfigWorkflowOverride.Raw, ElevenLabs.FileInputConfigWorkflowOverride>;
5
+ export declare namespace FileInputConfigWorkflowOverride {
6
+ interface Raw {
7
+ enabled?: boolean | null;
8
+ max_files_per_conversation?: number | null;
9
+ }
10
+ }
@@ -0,0 +1,42 @@
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.FileInputConfigWorkflowOverride = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.FileInputConfigWorkflowOverride = core.serialization.object({
40
+ enabled: core.serialization.boolean().optional(),
41
+ maxFilesPerConversation: core.serialization.property("max_files_per_conversation", core.serialization.number().optional()),
42
+ });
@@ -0,0 +1,7 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const GenesysRegion: core.serialization.Schema<serializers.GenesysRegion.Raw, ElevenLabs.GenesysRegion>;
5
+ export declare namespace GenesysRegion {
6
+ type Raw = "us_east_1" | "eu_west_1" | "ap_southeast_2" | "ap_northeast_1" | "eu_central_1" | "us_west_2" | "ca_central_1" | "ap_northeast_2" | "eu_west_2" | "ap_south_1" | "us_east_2" | "sa_east_1" | "me_central_1" | "ap_northeast_3" | "eu_central_2" | "mx_central_1" | "ap_southeast_1";
7
+ }
@@ -0,0 +1,57 @@
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.GenesysRegion = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.GenesysRegion = core.serialization.enum_([
40
+ "us_east_1",
41
+ "eu_west_1",
42
+ "ap_southeast_2",
43
+ "ap_northeast_1",
44
+ "eu_central_1",
45
+ "us_west_2",
46
+ "ca_central_1",
47
+ "ap_northeast_2",
48
+ "eu_west_2",
49
+ "ap_south_1",
50
+ "us_east_2",
51
+ "sa_east_1",
52
+ "me_central_1",
53
+ "ap_northeast_3",
54
+ "eu_central_2",
55
+ "mx_central_1",
56
+ "ap_southeast_1",
57
+ ]);
@@ -1,6 +1,7 @@
1
1
  import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
+ import { AutoSyncInfo } from "./AutoSyncInfo";
4
5
  import { DocumentUsageModeEnum } from "./DocumentUsageModeEnum";
5
6
  import { GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem } from "./GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem";
6
7
  import { KnowledgeBaseDocumentMetadataResponseModel } from "./KnowledgeBaseDocumentMetadataResponseModel";
@@ -18,5 +19,6 @@ export declare namespace GetKnowledgeBaseSummaryUrlResponseModel {
18
19
  folder_path?: KnowledgeBaseFolderPathSegmentSummaryResponseModel.Raw[] | null;
19
20
  dependent_agents: GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.Raw[];
20
21
  url: string;
22
+ auto_sync_info?: AutoSyncInfo.Raw | null;
21
23
  }
22
24
  }
@@ -36,6 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.GetKnowledgeBaseSummaryUrlResponseModel = void 0;
38
38
  const core = __importStar(require("../../core"));
39
+ const AutoSyncInfo_1 = require("./AutoSyncInfo");
39
40
  const DocumentUsageModeEnum_1 = require("./DocumentUsageModeEnum");
40
41
  const GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem_1 = require("./GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem");
41
42
  const KnowledgeBaseDocumentMetadataResponseModel_1 = require("./KnowledgeBaseDocumentMetadataResponseModel");
@@ -51,4 +52,5 @@ exports.GetKnowledgeBaseSummaryUrlResponseModel = core.serialization.object({
51
52
  folderPath: core.serialization.property("folder_path", core.serialization.list(KnowledgeBaseFolderPathSegmentSummaryResponseModel_1.KnowledgeBaseFolderPathSegmentSummaryResponseModel).optional()),
52
53
  dependentAgents: core.serialization.property("dependent_agents", core.serialization.list(GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem_1.GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem)),
53
54
  url: core.serialization.string(),
55
+ autoSyncInfo: core.serialization.property("auto_sync_info", AutoSyncInfo_1.AutoSyncInfo.optional()),
54
56
  });
@@ -3,6 +3,7 @@ import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { ConversationHistoryTranscriptCommonModelOutput } from "./ConversationHistoryTranscriptCommonModelOutput";
5
5
  import { GetSimulationTestResponseModelDynamicVariablesValue } from "./GetSimulationTestResponseModelDynamicVariablesValue";
6
+ import { SimulationToolMockBehaviorConfig } from "./SimulationToolMockBehaviorConfig";
6
7
  import { TestFromConversationMetadataOutput } from "./TestFromConversationMetadataOutput";
7
8
  export declare const GetSimulationTestResponseModel: core.serialization.ObjectSchema<serializers.GetSimulationTestResponseModel.Raw, ElevenLabs.GetSimulationTestResponseModel>;
8
9
  export declare namespace GetSimulationTestResponseModel {
@@ -14,6 +15,7 @@ export declare namespace GetSimulationTestResponseModel {
14
15
  simulation_scenario?: string | null;
15
16
  simulation_max_turns?: number | null;
16
17
  simulation_environment?: string | null;
18
+ tool_mock_config?: SimulationToolMockBehaviorConfig.Raw | null;
17
19
  id: string;
18
20
  name: string;
19
21
  }
@@ -38,6 +38,7 @@ exports.GetSimulationTestResponseModel = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const ConversationHistoryTranscriptCommonModelOutput_1 = require("./ConversationHistoryTranscriptCommonModelOutput");
40
40
  const GetSimulationTestResponseModelDynamicVariablesValue_1 = require("./GetSimulationTestResponseModelDynamicVariablesValue");
41
+ const SimulationToolMockBehaviorConfig_1 = require("./SimulationToolMockBehaviorConfig");
41
42
  const TestFromConversationMetadataOutput_1 = require("./TestFromConversationMetadataOutput");
42
43
  exports.GetSimulationTestResponseModel = core.serialization.object({
43
44
  fromConversationMetadata: core.serialization.property("from_conversation_metadata", TestFromConversationMetadataOutput_1.TestFromConversationMetadataOutput.optional()),
@@ -49,6 +50,7 @@ exports.GetSimulationTestResponseModel = core.serialization.object({
49
50
  simulationScenario: core.serialization.property("simulation_scenario", core.serialization.string().optional()),
50
51
  simulationMaxTurns: core.serialization.property("simulation_max_turns", core.serialization.number().optional()),
51
52
  simulationEnvironment: core.serialization.property("simulation_environment", core.serialization.string().optional()),
53
+ toolMockConfig: core.serialization.property("tool_mock_config", SimulationToolMockBehaviorConfig_1.SimulationToolMockBehaviorConfig.optional()),
52
54
  id: core.serialization.string(),
53
55
  name: core.serialization.string(),
54
56
  });
@@ -16,5 +16,6 @@ export declare namespace LlmInfoModelInput {
16
16
  supports_parallel_tool_calls: boolean;
17
17
  available_reasoning_efforts?: LlmReasoningEffort.Raw[] | null;
18
18
  deprecation_info?: LlmDeprecationInfoModel.Raw | null;
19
+ model_score?: number | null;
19
20
  }
20
21
  }
@@ -49,4 +49,5 @@ exports.LlmInfoModelInput = core.serialization.object({
49
49
  supportsParallelToolCalls: core.serialization.property("supports_parallel_tool_calls", core.serialization.boolean()),
50
50
  availableReasoningEfforts: core.serialization.property("available_reasoning_efforts", core.serialization.list(LlmReasoningEffort_1.LlmReasoningEffort).optional()),
51
51
  deprecationInfo: core.serialization.property("deprecation_info", LlmDeprecationInfoModel_1.LlmDeprecationInfoModel.optional()),
52
+ modelScore: core.serialization.property("model_score", core.serialization.number().optional()),
52
53
  });
@@ -16,5 +16,6 @@ export declare namespace LlmInfoModelOutput {
16
16
  supports_parallel_tool_calls: boolean;
17
17
  available_reasoning_efforts?: LlmReasoningEffort.Raw[] | null;
18
18
  deprecation_info?: LlmDeprecationInfoModel.Raw | null;
19
+ model_score?: number | null;
19
20
  }
20
21
  }
@@ -49,4 +49,5 @@ exports.LlmInfoModelOutput = core.serialization.object({
49
49
  supportsParallelToolCalls: core.serialization.property("supports_parallel_tool_calls", core.serialization.boolean()),
50
50
  availableReasoningEfforts: core.serialization.property("available_reasoning_efforts", core.serialization.list(LlmReasoningEffort_1.LlmReasoningEffort).optional()),
51
51
  deprecationInfo: core.serialization.property("deprecation_info", LlmDeprecationInfoModel_1.LlmDeprecationInfoModel.optional()),
52
+ modelScore: core.serialization.property("model_score", core.serialization.number().optional()),
52
53
  });
@@ -0,0 +1,7 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const MessageSearchSortBy: core.serialization.Schema<serializers.MessageSearchSortBy.Raw, ElevenLabs.MessageSearchSortBy>;
5
+ export declare namespace MessageSearchSortBy {
6
+ type Raw = "search_score" | "created_at";
7
+ }