@elevenlabs/elevenlabs-js 2.41.0 → 2.42.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 (1130) hide show
  1. package/BaseClient.js +2 -2
  2. package/Client.d.ts +0 -10
  3. package/Client.js +0 -39
  4. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +16 -120
  5. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +16 -120
  6. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +16 -120
  7. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
  8. package/api/resources/conversationalAi/resources/conversations/client/Client.js +13 -8
  9. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts +26 -0
  10. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +115 -0
  11. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -0
  12. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +2 -0
  13. package/api/resources/conversationalAi/resources/conversations/resources/analysis/index.d.ts +1 -0
  14. package/api/resources/conversationalAi/resources/conversations/resources/analysis/index.js +17 -0
  15. package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
  16. package/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
  17. package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +18 -0
  18. package/api/resources/conversationalAi/resources/tests/client/Client.js +59 -2
  19. package/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +12 -0
  20. package/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
  21. package/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.d.ts +73 -0
  22. package/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +291 -0
  23. package/api/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
  24. package/api/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
  25. package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +12 -0
  26. package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +10 -0
  27. package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.d.ts +10 -0
  28. package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +3 -0
  29. package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +2 -0
  30. package/api/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
  31. package/api/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
  32. package/api/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
  33. package/api/resources/conversationalAi/resources/tests/resources/index.js +3 -1
  34. package/api/resources/forcedAlignment/client/Client.js +0 -3
  35. package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +0 -2
  36. package/api/resources/speechToText/client/Client.js +3 -0
  37. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
  38. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
  39. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
  40. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
  41. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
  42. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
  43. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
  44. package/api/types/AgentConfigOverrideInput.d.ts +1 -1
  45. package/api/types/AgentConfigOverrideOutput.d.ts +1 -1
  46. package/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
  47. package/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
  48. package/api/types/AnalysisScope.d.ts +5 -0
  49. package/api/types/AnalysisScope.js +8 -0
  50. package/api/types/AstAdditionOperatorNodeInput.d.ts +2 -2
  51. package/api/types/AstAdditionOperatorNodeOutput.d.ts +2 -2
  52. package/api/types/AstAndOperatorNodeInput.d.ts +1 -1
  53. package/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
  54. package/api/types/AstConditionalOperatorNodeInput.d.ts +3 -3
  55. package/api/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
  56. package/api/types/AstDivisionOperatorNodeInput.d.ts +2 -2
  57. package/api/types/AstDivisionOperatorNodeOutput.d.ts +2 -2
  58. package/api/types/AstEqualsOperatorNodeInput.d.ts +2 -2
  59. package/api/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
  60. package/api/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
  61. package/api/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
  62. package/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
  63. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  64. package/api/types/AstLessThanOperatorNodeInput.d.ts +2 -2
  65. package/api/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
  66. package/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
  67. package/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  68. package/api/types/AstMultiplicationOperatorNodeInput.d.ts +2 -2
  69. package/api/types/AstMultiplicationOperatorNodeOutput.d.ts +2 -2
  70. package/{dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts → api/types/AstNodeInput.d.ts} +2 -5
  71. package/{dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts → api/types/AstNodeOutput.d.ts} +2 -5
  72. package/api/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
  73. package/api/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
  74. package/api/types/AstOrOperatorNodeInput.d.ts +1 -1
  75. package/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
  76. package/api/types/AstSubtractionOperatorNodeInput.d.ts +2 -2
  77. package/api/types/AstSubtractionOperatorNodeOutput.d.ts +2 -2
  78. package/api/types/AvatarContextRequestModel.d.ts +6 -0
  79. package/api/types/AvatarContextResponseModel.d.ts +10 -0
  80. package/api/types/ChatSourceMedium.d.ts +1 -0
  81. package/api/types/ChatSourceMedium.js +1 -0
  82. package/api/types/ClientEvent.d.ts +1 -0
  83. package/api/types/ClientEvent.js +1 -0
  84. package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
  85. package/api/types/ConversationTurnMetrics.d.ts +1 -0
  86. package/api/types/CreateAgentRuleParams.d.ts +3 -0
  87. package/api/types/CreateAgentTestFolderResponseModel.d.ts +4 -0
  88. package/api/types/CreateClientInteractionParams.d.ts +3 -0
  89. package/api/types/CreateHolidayParams.d.ts +3 -0
  90. package/api/types/CreateMtlsAuthRequest.d.ts +11 -0
  91. package/api/types/CreateRentalServiceParams.d.ts +3 -0
  92. package/api/types/DeleteAgentRuleParams.d.ts +3 -0
  93. package/api/types/DeleteClientInteractionParams.d.ts +3 -0
  94. package/api/types/DeleteHolidayParams.d.ts +3 -0
  95. package/api/types/DeleteRentalServiceParams.d.ts +3 -0
  96. package/api/types/DtmfInputConfig.d.ts +9 -0
  97. package/api/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +1 -1
  98. package/api/types/EvaluationSettingsOutput.d.ts +9 -0
  99. package/api/types/FeaturesUsageCommonModel.d.ts +1 -0
  100. package/api/types/GetAgentTestFolderResponseModel.d.ts +9 -0
  101. package/api/types/GetAnalyticsSummaryParams.d.ts +6 -0
  102. package/api/types/GetBookingPageSettingsParams.d.ts +3 -0
  103. package/api/types/GetBookingSlugStatusParams.d.ts +3 -0
  104. package/api/types/GetConversationResponseModel.d.ts +1 -0
  105. package/api/types/GetLibraryVoicesResponse.d.ts +2 -0
  106. package/api/types/GetScheduleParams.d.ts +3 -0
  107. package/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
  108. package/api/types/ListAgentRulesParams.d.ts +3 -0
  109. package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
  110. package/api/types/ListClientInteractionsParams.d.ts +3 -0
  111. package/api/types/ListHolidaysParams.d.ts +3 -0
  112. package/api/types/LlmInfoModelInput.d.ts +0 -2
  113. package/api/types/LlmInfoModelOutput.d.ts +0 -2
  114. package/api/types/MtlsAuthResponse.d.ts +10 -0
  115. package/api/types/MultichannelSpeechToTextResponseModel.d.ts +2 -0
  116. package/api/types/PromptAgentApiModelOverrideConfig.d.ts +4 -0
  117. package/api/types/{PromptAgentApiModelOverride.d.ts → PromptAgentApiModelOverrideInput.d.ts} +5 -1
  118. package/api/types/PromptAgentApiModelOverrideOutput.d.ts +13 -0
  119. package/api/types/PromptEvaluationCriteria.d.ts +3 -0
  120. package/api/types/ResponseFilter.d.ts +1 -1
  121. package/api/types/ResponseFilterMode.d.ts +1 -0
  122. package/api/types/ResponseFilterMode.js +1 -0
  123. package/api/types/ScopedAnalysisResult.d.ts +11 -0
  124. package/api/types/SetBookingSlugParams.d.ts +3 -0
  125. package/api/types/SpeechHistoryItemResponse.d.ts +2 -0
  126. package/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
  127. package/api/types/Subscription.d.ts +1 -1
  128. package/api/types/SubscriptionResponse.d.ts +1 -1
  129. package/api/types/ToDialogueSettingsResponseModel.d.ts +5 -0
  130. package/api/types/UpdateAgentRuleParams.d.ts +3 -0
  131. package/api/types/UpdateBookingPageSettingsParams.d.ts +3 -0
  132. package/api/types/UpdateBusinessInfoParams.d.ts +3 -0
  133. package/api/types/UpdateCustomerFacingConfigParams.d.ts +3 -0
  134. package/api/types/UpdateHolidayParams.d.ts +3 -0
  135. package/api/types/UpdateRentalServiceParams.d.ts +3 -0
  136. package/api/types/VisitedAgentRef.d.ts +7 -0
  137. package/api/types/Voice.d.ts +6 -0
  138. package/api/types/VoiceResponseModelLabellingStatus.d.ts +5 -0
  139. package/api/types/VoiceResponseModelLabellingStatus.js +8 -0
  140. package/api/types/VoiceResponseModelRecordingQuality.d.ts +8 -0
  141. package/api/types/VoiceResponseModelRecordingQuality.js +11 -0
  142. package/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
  143. package/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
  144. package/api/types/index.d.ts +41 -54
  145. package/api/types/index.js +41 -54
  146. package/dist/BaseClient.js +2 -2
  147. package/dist/Client.d.ts +0 -10
  148. package/dist/Client.js +0 -39
  149. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +16 -120
  150. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +16 -120
  151. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +16 -120
  152. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
  153. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +13 -8
  154. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts +26 -0
  155. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +115 -0
  156. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -0
  157. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +2 -0
  158. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/index.d.ts +1 -0
  159. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/index.js +17 -0
  160. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
  161. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
  162. package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +18 -0
  163. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +59 -2
  164. package/dist/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +12 -0
  165. package/dist/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
  166. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.d.ts +73 -0
  167. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +291 -0
  168. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
  169. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
  170. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +12 -0
  171. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +10 -0
  172. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.d.ts +10 -0
  173. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +3 -0
  174. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +2 -0
  175. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
  176. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
  177. package/dist/api/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
  178. package/dist/api/resources/conversationalAi/resources/tests/resources/index.js +3 -1
  179. package/dist/api/resources/forcedAlignment/client/Client.js +0 -3
  180. package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +0 -2
  181. package/dist/api/resources/speechToText/client/Client.js +3 -0
  182. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
  183. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
  184. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
  185. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
  186. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
  187. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
  188. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
  189. package/dist/api/types/AgentConfigOverrideInput.d.ts +1 -1
  190. package/dist/api/types/AgentConfigOverrideOutput.d.ts +1 -1
  191. package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
  192. package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
  193. package/dist/api/types/AnalysisScope.d.ts +5 -0
  194. package/dist/api/types/AnalysisScope.js +8 -0
  195. package/dist/api/types/AstAdditionOperatorNodeInput.d.ts +2 -2
  196. package/dist/api/types/AstAdditionOperatorNodeOutput.d.ts +2 -2
  197. package/dist/api/types/AstAndOperatorNodeInput.d.ts +1 -1
  198. package/dist/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
  199. package/dist/api/types/AstConditionalOperatorNodeInput.d.ts +3 -3
  200. package/dist/api/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
  201. package/dist/api/types/AstDivisionOperatorNodeInput.d.ts +2 -2
  202. package/dist/api/types/AstDivisionOperatorNodeOutput.d.ts +2 -2
  203. package/dist/api/types/AstEqualsOperatorNodeInput.d.ts +2 -2
  204. package/dist/api/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
  205. package/dist/api/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
  206. package/dist/api/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
  207. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
  208. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  209. package/dist/api/types/AstLessThanOperatorNodeInput.d.ts +2 -2
  210. package/dist/api/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
  211. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
  212. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  213. package/dist/api/types/AstMultiplicationOperatorNodeInput.d.ts +2 -2
  214. package/dist/api/types/AstMultiplicationOperatorNodeOutput.d.ts +2 -2
  215. package/{api/types/AstEqualsOperatorNodeInputLeft.d.ts → dist/api/types/AstNodeInput.d.ts} +2 -5
  216. package/{api/types/AstEqualsOperatorNodeOutputLeft.d.ts → dist/api/types/AstNodeOutput.d.ts} +2 -5
  217. package/dist/api/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
  218. package/dist/api/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
  219. package/dist/api/types/AstOrOperatorNodeInput.d.ts +1 -1
  220. package/dist/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
  221. package/dist/api/types/AstSubtractionOperatorNodeInput.d.ts +2 -2
  222. package/dist/api/types/AstSubtractionOperatorNodeOutput.d.ts +2 -2
  223. package/dist/api/types/AvatarContextRequestModel.d.ts +6 -0
  224. package/dist/api/types/AvatarContextResponseModel.d.ts +10 -0
  225. package/dist/api/types/ChatSourceMedium.d.ts +1 -0
  226. package/dist/api/types/ChatSourceMedium.js +1 -0
  227. package/dist/api/types/ClientEvent.d.ts +1 -0
  228. package/dist/api/types/ClientEvent.js +1 -0
  229. package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
  230. package/dist/api/types/ConversationTurnMetrics.d.ts +1 -0
  231. package/dist/api/types/CreateAgentRuleParams.d.ts +3 -0
  232. package/dist/api/types/CreateAgentTestFolderResponseModel.d.ts +4 -0
  233. package/dist/api/types/CreateClientInteractionParams.d.ts +3 -0
  234. package/dist/api/types/CreateHolidayParams.d.ts +3 -0
  235. package/dist/api/types/CreateMtlsAuthRequest.d.ts +11 -0
  236. package/dist/api/types/CreateRentalServiceParams.d.ts +3 -0
  237. package/dist/api/types/DeleteAgentRuleParams.d.ts +3 -0
  238. package/dist/api/types/DeleteClientInteractionParams.d.ts +3 -0
  239. package/dist/api/types/DeleteHolidayParams.d.ts +3 -0
  240. package/dist/api/types/DeleteRentalServiceParams.d.ts +3 -0
  241. package/dist/api/types/DtmfInputConfig.d.ts +9 -0
  242. package/dist/api/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +1 -1
  243. package/dist/api/types/EvaluationSettingsOutput.d.ts +9 -0
  244. package/dist/api/types/FeaturesUsageCommonModel.d.ts +1 -0
  245. package/dist/api/types/GetAgentTestFolderResponseModel.d.ts +9 -0
  246. package/dist/api/types/GetAnalyticsSummaryParams.d.ts +6 -0
  247. package/dist/api/types/GetBookingPageSettingsParams.d.ts +3 -0
  248. package/dist/api/types/GetBookingSlugStatusParams.d.ts +3 -0
  249. package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
  250. package/dist/api/types/GetLibraryVoicesResponse.d.ts +2 -0
  251. package/dist/api/types/GetScheduleParams.d.ts +3 -0
  252. package/dist/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
  253. package/dist/api/types/ListAgentRulesParams.d.ts +3 -0
  254. package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
  255. package/dist/api/types/ListClientInteractionsParams.d.ts +3 -0
  256. package/dist/api/types/ListHolidaysParams.d.ts +3 -0
  257. package/dist/api/types/LlmInfoModelInput.d.ts +0 -2
  258. package/dist/api/types/LlmInfoModelOutput.d.ts +0 -2
  259. package/dist/api/types/MtlsAuthResponse.d.ts +10 -0
  260. package/dist/api/types/MultichannelSpeechToTextResponseModel.d.ts +2 -0
  261. package/dist/api/types/PromptAgentApiModelOverrideConfig.d.ts +4 -0
  262. package/dist/api/types/{PromptAgentApiModelOverride.d.ts → PromptAgentApiModelOverrideInput.d.ts} +5 -1
  263. package/dist/api/types/PromptAgentApiModelOverrideOutput.d.ts +13 -0
  264. package/dist/api/types/PromptEvaluationCriteria.d.ts +3 -0
  265. package/dist/api/types/ResponseFilter.d.ts +1 -1
  266. package/dist/api/types/ResponseFilterMode.d.ts +1 -0
  267. package/dist/api/types/ResponseFilterMode.js +1 -0
  268. package/dist/api/types/ScopedAnalysisResult.d.ts +11 -0
  269. package/dist/api/types/SetBookingSlugParams.d.ts +3 -0
  270. package/dist/api/types/SpeechHistoryItemResponse.d.ts +2 -0
  271. package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
  272. package/dist/api/types/Subscription.d.ts +1 -1
  273. package/dist/api/types/SubscriptionResponse.d.ts +1 -1
  274. package/dist/api/types/ToDialogueSettingsResponseModel.d.ts +5 -0
  275. package/dist/api/types/UpdateAgentRuleParams.d.ts +3 -0
  276. package/dist/api/types/UpdateBookingPageSettingsParams.d.ts +3 -0
  277. package/dist/api/types/UpdateBusinessInfoParams.d.ts +3 -0
  278. package/dist/api/types/UpdateCustomerFacingConfigParams.d.ts +3 -0
  279. package/dist/api/types/UpdateHolidayParams.d.ts +3 -0
  280. package/dist/api/types/UpdateRentalServiceParams.d.ts +3 -0
  281. package/dist/api/types/VisitedAgentRef.d.ts +7 -0
  282. package/dist/api/types/Voice.d.ts +6 -0
  283. package/dist/api/types/VoiceResponseModelLabellingStatus.d.ts +5 -0
  284. package/dist/api/types/VoiceResponseModelLabellingStatus.js +8 -0
  285. package/dist/api/types/VoiceResponseModelRecordingQuality.d.ts +8 -0
  286. package/dist/api/types/VoiceResponseModelRecordingQuality.js +11 -0
  287. package/dist/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
  288. package/dist/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
  289. package/dist/api/types/index.d.ts +41 -54
  290. package/dist/api/types/index.js +41 -54
  291. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +10 -0
  292. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js +42 -0
  293. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
  294. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -1
  295. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
  296. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
  297. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +10 -0
  298. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js +42 -0
  299. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +9 -0
  300. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +41 -0
  301. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +2 -0
  302. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +7 -0
  303. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
  304. package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
  305. package/dist/serialization/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
  306. package/dist/serialization/resources/conversationalAi/resources/tests/resources/index.js +3 -1
  307. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
  308. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +2 -0
  309. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
  310. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +2 -0
  311. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
  312. package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +2 -0
  313. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
  314. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +2 -0
  315. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
  316. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
  317. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
  318. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
  319. package/dist/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
  320. package/dist/serialization/types/AgentConfigOverrideInput.js +2 -2
  321. package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
  322. package/dist/serialization/types/AgentConfigOverrideOutput.js +2 -2
  323. package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +4 -2
  324. package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +4 -2
  325. package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +4 -2
  326. package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +4 -2
  327. package/dist/serialization/types/AnalysisScope.d.ts +7 -0
  328. package/dist/serialization/types/AnalysisScope.js +39 -0
  329. package/dist/serialization/types/AstAdditionOperatorNodeInput.d.ts +2 -2
  330. package/dist/serialization/types/AstAdditionOperatorNodeInput.js +2 -2
  331. package/dist/serialization/types/AstAdditionOperatorNodeOutput.d.ts +2 -2
  332. package/dist/serialization/types/AstAdditionOperatorNodeOutput.js +2 -2
  333. package/dist/serialization/types/AstAndOperatorNodeInput.d.ts +1 -1
  334. package/dist/serialization/types/AstAndOperatorNodeInput.js +1 -1
  335. package/dist/serialization/types/AstAndOperatorNodeOutput.d.ts +1 -1
  336. package/dist/serialization/types/AstAndOperatorNodeOutput.js +1 -1
  337. package/dist/serialization/types/AstConditionalOperatorNodeInput.d.ts +3 -3
  338. package/dist/serialization/types/AstConditionalOperatorNodeInput.js +3 -3
  339. package/dist/serialization/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
  340. package/dist/serialization/types/AstConditionalOperatorNodeOutput.js +3 -3
  341. package/dist/serialization/types/AstDivisionOperatorNodeInput.d.ts +2 -2
  342. package/dist/serialization/types/AstDivisionOperatorNodeInput.js +2 -2
  343. package/dist/serialization/types/AstDivisionOperatorNodeOutput.d.ts +2 -2
  344. package/dist/serialization/types/AstDivisionOperatorNodeOutput.js +2 -2
  345. package/dist/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
  346. package/dist/serialization/types/AstEqualsOperatorNodeInput.js +2 -2
  347. package/dist/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
  348. package/dist/serialization/types/AstEqualsOperatorNodeOutput.js +2 -2
  349. package/dist/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
  350. package/dist/serialization/types/AstGreaterThanOperatorNodeInput.js +2 -2
  351. package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
  352. package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.js +2 -2
  353. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
  354. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +2 -2
  355. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  356. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +2 -2
  357. package/dist/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
  358. package/dist/serialization/types/AstLessThanOperatorNodeInput.js +2 -2
  359. package/dist/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
  360. package/dist/serialization/types/AstLessThanOperatorNodeOutput.js +2 -2
  361. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
  362. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +2 -2
  363. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  364. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +2 -2
  365. package/dist/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +2 -2
  366. package/dist/serialization/types/AstMultiplicationOperatorNodeInput.js +2 -2
  367. package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +2 -2
  368. package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.js +2 -2
  369. package/{serialization/types/AstEqualsOperatorNodeInputLeft.d.ts → dist/serialization/types/AstNodeInput.d.ts} +3 -3
  370. package/{serialization/types/AstEqualsOperatorNodeInputLeft.js → dist/serialization/types/AstNodeInput.js} +2 -2
  371. package/{serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts → dist/serialization/types/AstNodeOutput.d.ts} +3 -3
  372. package/{serialization/types/AstEqualsOperatorNodeOutputLeft.js → dist/serialization/types/AstNodeOutput.js} +2 -2
  373. package/dist/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
  374. package/dist/serialization/types/AstNotEqualsOperatorNodeInput.js +2 -2
  375. package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
  376. package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.js +2 -2
  377. package/dist/serialization/types/AstOrOperatorNodeInput.d.ts +1 -1
  378. package/dist/serialization/types/AstOrOperatorNodeInput.js +1 -1
  379. package/dist/serialization/types/AstOrOperatorNodeOutput.d.ts +1 -1
  380. package/dist/serialization/types/AstOrOperatorNodeOutput.js +1 -1
  381. package/dist/serialization/types/AstSubtractionOperatorNodeInput.d.ts +2 -2
  382. package/dist/serialization/types/AstSubtractionOperatorNodeInput.js +2 -2
  383. package/dist/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +2 -2
  384. package/dist/serialization/types/AstSubtractionOperatorNodeOutput.js +2 -2
  385. package/dist/serialization/types/AvatarContextRequestModel.d.ts +12 -0
  386. package/dist/serialization/types/AvatarContextRequestModel.js +44 -0
  387. package/dist/serialization/types/AvatarContextResponseModel.d.ts +12 -0
  388. package/dist/serialization/types/AvatarContextResponseModel.js +44 -0
  389. package/dist/serialization/types/ChatSourceMedium.d.ts +1 -1
  390. package/dist/serialization/types/ChatSourceMedium.js +1 -1
  391. package/dist/serialization/types/ClientEvent.d.ts +1 -1
  392. package/dist/serialization/types/ClientEvent.js +1 -0
  393. package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
  394. package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
  395. package/dist/serialization/types/ConversationTurnMetrics.d.ts +1 -0
  396. package/dist/serialization/types/ConversationTurnMetrics.js +1 -0
  397. package/dist/serialization/types/CreateAgentRuleParams.d.ts +9 -0
  398. package/dist/serialization/types/{PromptAgentApiModelOverride.js → CreateAgentRuleParams.js} +3 -6
  399. package/dist/serialization/types/CreateAgentTestFolderResponseModel.d.ts +10 -0
  400. package/{serialization/types/PromptAgentApiModelOverride.js → dist/serialization/types/CreateAgentTestFolderResponseModel.js} +4 -6
  401. package/dist/serialization/types/CreateClientInteractionParams.d.ts +9 -0
  402. package/dist/serialization/types/CreateClientInteractionParams.js +41 -0
  403. package/dist/serialization/types/CreateHolidayParams.d.ts +9 -0
  404. package/dist/serialization/types/CreateHolidayParams.js +41 -0
  405. package/dist/serialization/types/CreateMtlsAuthRequest.d.ts +14 -0
  406. package/dist/serialization/types/CreateMtlsAuthRequest.js +46 -0
  407. package/dist/serialization/types/CreateRentalServiceParams.d.ts +9 -0
  408. package/dist/serialization/types/CreateRentalServiceParams.js +41 -0
  409. package/dist/serialization/types/DeleteAgentRuleParams.d.ts +9 -0
  410. package/dist/serialization/types/DeleteAgentRuleParams.js +41 -0
  411. package/dist/serialization/types/DeleteClientInteractionParams.d.ts +9 -0
  412. package/dist/serialization/types/DeleteClientInteractionParams.js +41 -0
  413. package/dist/serialization/types/DeleteHolidayParams.d.ts +9 -0
  414. package/dist/serialization/types/DeleteHolidayParams.js +41 -0
  415. package/dist/serialization/types/DeleteRentalServiceParams.d.ts +9 -0
  416. package/dist/serialization/types/DeleteRentalServiceParams.js +41 -0
  417. package/dist/serialization/types/DtmfInputConfig.d.ts +10 -0
  418. package/dist/serialization/types/DtmfInputConfig.js +42 -0
  419. package/dist/serialization/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +2 -2
  420. package/{serialization/types/EvaluationSettings.js → dist/serialization/types/EvaluationSettingsInput.js} +2 -2
  421. package/dist/serialization/types/EvaluationSettingsOutput.d.ts +10 -0
  422. package/dist/serialization/types/EvaluationSettingsOutput.js +42 -0
  423. package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
  424. package/dist/serialization/types/FeaturesUsageCommonModel.js +1 -0
  425. package/dist/serialization/types/GetAgentTestFolderResponseModel.d.ts +13 -0
  426. package/dist/serialization/types/GetAgentTestFolderResponseModel.js +45 -0
  427. package/dist/serialization/types/GetAnalyticsSummaryParams.d.ts +9 -0
  428. package/dist/serialization/types/GetAnalyticsSummaryParams.js +41 -0
  429. package/dist/serialization/types/GetBookingPageSettingsParams.d.ts +9 -0
  430. package/dist/serialization/types/GetBookingPageSettingsParams.js +41 -0
  431. package/dist/serialization/types/GetBookingSlugStatusParams.d.ts +9 -0
  432. package/dist/serialization/types/GetBookingSlugStatusParams.js +41 -0
  433. package/dist/serialization/types/GetConversationResponseModel.d.ts +2 -0
  434. package/dist/serialization/types/GetConversationResponseModel.js +2 -0
  435. package/dist/serialization/types/GetLibraryVoicesResponse.d.ts +1 -0
  436. package/dist/serialization/types/GetLibraryVoicesResponse.js +1 -0
  437. package/dist/serialization/types/GetScheduleParams.d.ts +9 -0
  438. package/dist/serialization/types/GetScheduleParams.js +41 -0
  439. package/dist/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
  440. package/dist/serialization/types/GetWhatsAppAccountResponse.js +1 -0
  441. package/dist/serialization/types/ListAgentRulesParams.d.ts +9 -0
  442. package/dist/serialization/types/ListAgentRulesParams.js +41 -0
  443. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
  444. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
  445. package/dist/serialization/types/ListClientInteractionsParams.d.ts +9 -0
  446. package/dist/serialization/types/ListClientInteractionsParams.js +41 -0
  447. package/dist/serialization/types/ListHolidaysParams.d.ts +9 -0
  448. package/dist/serialization/types/ListHolidaysParams.js +41 -0
  449. package/dist/serialization/types/LlmInfoModelInput.d.ts +0 -1
  450. package/dist/serialization/types/LlmInfoModelInput.js +0 -1
  451. package/dist/serialization/types/LlmInfoModelOutput.d.ts +0 -1
  452. package/dist/serialization/types/LlmInfoModelOutput.js +0 -1
  453. package/dist/serialization/types/MtlsAuthResponse.d.ts +13 -0
  454. package/dist/serialization/types/MtlsAuthResponse.js +45 -0
  455. package/dist/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +1 -0
  456. package/dist/serialization/types/MultichannelSpeechToTextResponseModel.js +1 -0
  457. package/dist/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
  458. package/dist/serialization/types/PromptAgentApiModelOverrideConfig.js +2 -0
  459. package/dist/serialization/types/PromptAgentApiModelOverrideInput.d.ts +15 -0
  460. package/dist/serialization/types/PromptAgentApiModelOverrideInput.js +47 -0
  461. package/dist/serialization/types/PromptAgentApiModelOverrideOutput.d.ts +15 -0
  462. package/dist/serialization/types/PromptAgentApiModelOverrideOutput.js +47 -0
  463. package/dist/serialization/types/PromptEvaluationCriteria.d.ts +2 -0
  464. package/dist/serialization/types/PromptEvaluationCriteria.js +2 -0
  465. package/dist/serialization/types/ResponseFilterMode.d.ts +1 -1
  466. package/dist/serialization/types/ResponseFilterMode.js +1 -1
  467. package/dist/serialization/types/ScopedAnalysisResult.d.ts +18 -0
  468. package/dist/serialization/types/ScopedAnalysisResult.js +52 -0
  469. package/dist/serialization/types/SetBookingSlugParams.d.ts +9 -0
  470. package/dist/serialization/types/SetBookingSlugParams.js +41 -0
  471. package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +2 -0
  472. package/dist/serialization/types/SpeechHistoryItemResponse.js +2 -0
  473. package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
  474. package/dist/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
  475. package/dist/serialization/types/ToDialogueSettingsResponseModel.d.ts +10 -0
  476. package/dist/serialization/types/ToDialogueSettingsResponseModel.js +42 -0
  477. package/dist/serialization/types/UpdateAgentRuleParams.d.ts +9 -0
  478. package/dist/serialization/types/UpdateAgentRuleParams.js +41 -0
  479. package/dist/serialization/types/UpdateBookingPageSettingsParams.d.ts +9 -0
  480. package/dist/serialization/types/UpdateBookingPageSettingsParams.js +41 -0
  481. package/dist/serialization/types/UpdateBusinessInfoParams.d.ts +9 -0
  482. package/dist/serialization/types/UpdateBusinessInfoParams.js +41 -0
  483. package/dist/serialization/types/UpdateCustomerFacingConfigParams.d.ts +9 -0
  484. package/dist/serialization/types/UpdateCustomerFacingConfigParams.js +41 -0
  485. package/dist/serialization/types/UpdateHolidayParams.d.ts +9 -0
  486. package/dist/serialization/types/UpdateHolidayParams.js +41 -0
  487. package/dist/serialization/types/UpdateRentalServiceParams.d.ts +9 -0
  488. package/dist/serialization/types/UpdateRentalServiceParams.js +41 -0
  489. package/dist/serialization/types/VisitedAgentRef.d.ts +10 -0
  490. package/dist/serialization/types/VisitedAgentRef.js +42 -0
  491. package/dist/serialization/types/Voice.d.ts +5 -0
  492. package/dist/serialization/types/Voice.js +5 -0
  493. package/dist/serialization/types/VoiceResponseModelLabellingStatus.d.ts +7 -0
  494. package/dist/serialization/types/VoiceResponseModelLabellingStatus.js +39 -0
  495. package/dist/serialization/types/VoiceResponseModelRecordingQuality.d.ts +7 -0
  496. package/dist/serialization/types/VoiceResponseModelRecordingQuality.js +39 -0
  497. package/dist/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -3
  498. package/dist/serialization/types/WorkflowExpressionConditionModelInput.js +2 -2
  499. package/dist/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -3
  500. package/dist/serialization/types/WorkflowExpressionConditionModelOutput.js +2 -2
  501. package/dist/serialization/types/index.d.ts +41 -54
  502. package/dist/serialization/types/index.js +41 -54
  503. package/dist/version.d.ts +1 -1
  504. package/dist/version.js +1 -1
  505. package/package.json +1 -1
  506. package/reference.md +420 -120
  507. package/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +10 -0
  508. package/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js +42 -0
  509. package/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
  510. package/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -1
  511. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
  512. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
  513. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +10 -0
  514. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js +42 -0
  515. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +9 -0
  516. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +41 -0
  517. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +2 -0
  518. package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +7 -0
  519. package/serialization/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
  520. package/serialization/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
  521. package/serialization/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
  522. package/serialization/resources/conversationalAi/resources/tests/resources/index.js +3 -1
  523. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
  524. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +2 -0
  525. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
  526. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +2 -0
  527. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
  528. package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +2 -0
  529. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
  530. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +2 -0
  531. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
  532. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
  533. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
  534. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
  535. package/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
  536. package/serialization/types/AgentConfigOverrideInput.js +2 -2
  537. package/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
  538. package/serialization/types/AgentConfigOverrideOutput.js +2 -2
  539. package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +4 -2
  540. package/serialization/types/AgentPlatformSettingsRequestModel.js +4 -2
  541. package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +4 -2
  542. package/serialization/types/AgentPlatformSettingsResponseModel.js +4 -2
  543. package/serialization/types/AnalysisScope.d.ts +7 -0
  544. package/serialization/types/AnalysisScope.js +39 -0
  545. package/serialization/types/AstAdditionOperatorNodeInput.d.ts +2 -2
  546. package/serialization/types/AstAdditionOperatorNodeInput.js +2 -2
  547. package/serialization/types/AstAdditionOperatorNodeOutput.d.ts +2 -2
  548. package/serialization/types/AstAdditionOperatorNodeOutput.js +2 -2
  549. package/serialization/types/AstAndOperatorNodeInput.d.ts +1 -1
  550. package/serialization/types/AstAndOperatorNodeInput.js +1 -1
  551. package/serialization/types/AstAndOperatorNodeOutput.d.ts +1 -1
  552. package/serialization/types/AstAndOperatorNodeOutput.js +1 -1
  553. package/serialization/types/AstConditionalOperatorNodeInput.d.ts +3 -3
  554. package/serialization/types/AstConditionalOperatorNodeInput.js +3 -3
  555. package/serialization/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
  556. package/serialization/types/AstConditionalOperatorNodeOutput.js +3 -3
  557. package/serialization/types/AstDivisionOperatorNodeInput.d.ts +2 -2
  558. package/serialization/types/AstDivisionOperatorNodeInput.js +2 -2
  559. package/serialization/types/AstDivisionOperatorNodeOutput.d.ts +2 -2
  560. package/serialization/types/AstDivisionOperatorNodeOutput.js +2 -2
  561. package/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
  562. package/serialization/types/AstEqualsOperatorNodeInput.js +2 -2
  563. package/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
  564. package/serialization/types/AstEqualsOperatorNodeOutput.js +2 -2
  565. package/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
  566. package/serialization/types/AstGreaterThanOperatorNodeInput.js +2 -2
  567. package/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
  568. package/serialization/types/AstGreaterThanOperatorNodeOutput.js +2 -2
  569. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
  570. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +2 -2
  571. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  572. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +2 -2
  573. package/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
  574. package/serialization/types/AstLessThanOperatorNodeInput.js +2 -2
  575. package/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
  576. package/serialization/types/AstLessThanOperatorNodeOutput.js +2 -2
  577. package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
  578. package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +2 -2
  579. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
  580. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +2 -2
  581. package/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +2 -2
  582. package/serialization/types/AstMultiplicationOperatorNodeInput.js +2 -2
  583. package/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +2 -2
  584. package/serialization/types/AstMultiplicationOperatorNodeOutput.js +2 -2
  585. package/{dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts → serialization/types/AstNodeInput.d.ts} +3 -3
  586. package/{dist/serialization/types/AstEqualsOperatorNodeInputLeft.js → serialization/types/AstNodeInput.js} +2 -2
  587. package/{dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts → serialization/types/AstNodeOutput.d.ts} +3 -3
  588. package/{dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js → serialization/types/AstNodeOutput.js} +2 -2
  589. package/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
  590. package/serialization/types/AstNotEqualsOperatorNodeInput.js +2 -2
  591. package/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
  592. package/serialization/types/AstNotEqualsOperatorNodeOutput.js +2 -2
  593. package/serialization/types/AstOrOperatorNodeInput.d.ts +1 -1
  594. package/serialization/types/AstOrOperatorNodeInput.js +1 -1
  595. package/serialization/types/AstOrOperatorNodeOutput.d.ts +1 -1
  596. package/serialization/types/AstOrOperatorNodeOutput.js +1 -1
  597. package/serialization/types/AstSubtractionOperatorNodeInput.d.ts +2 -2
  598. package/serialization/types/AstSubtractionOperatorNodeInput.js +2 -2
  599. package/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +2 -2
  600. package/serialization/types/AstSubtractionOperatorNodeOutput.js +2 -2
  601. package/serialization/types/AvatarContextRequestModel.d.ts +12 -0
  602. package/serialization/types/AvatarContextRequestModel.js +44 -0
  603. package/serialization/types/AvatarContextResponseModel.d.ts +12 -0
  604. package/serialization/types/AvatarContextResponseModel.js +44 -0
  605. package/serialization/types/ChatSourceMedium.d.ts +1 -1
  606. package/serialization/types/ChatSourceMedium.js +1 -1
  607. package/serialization/types/ClientEvent.d.ts +1 -1
  608. package/serialization/types/ClientEvent.js +1 -0
  609. package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
  610. package/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
  611. package/serialization/types/ConversationTurnMetrics.d.ts +1 -0
  612. package/serialization/types/ConversationTurnMetrics.js +1 -0
  613. package/serialization/types/CreateAgentRuleParams.d.ts +9 -0
  614. package/serialization/types/CreateAgentRuleParams.js +41 -0
  615. package/serialization/types/CreateAgentTestFolderResponseModel.d.ts +10 -0
  616. package/serialization/types/CreateAgentTestFolderResponseModel.js +42 -0
  617. package/serialization/types/CreateClientInteractionParams.d.ts +9 -0
  618. package/serialization/types/CreateClientInteractionParams.js +41 -0
  619. package/serialization/types/CreateHolidayParams.d.ts +9 -0
  620. package/serialization/types/CreateHolidayParams.js +41 -0
  621. package/serialization/types/CreateMtlsAuthRequest.d.ts +14 -0
  622. package/serialization/types/CreateMtlsAuthRequest.js +46 -0
  623. package/serialization/types/CreateRentalServiceParams.d.ts +9 -0
  624. package/serialization/types/CreateRentalServiceParams.js +41 -0
  625. package/serialization/types/DeleteAgentRuleParams.d.ts +9 -0
  626. package/serialization/types/DeleteAgentRuleParams.js +41 -0
  627. package/serialization/types/DeleteClientInteractionParams.d.ts +9 -0
  628. package/serialization/types/DeleteClientInteractionParams.js +41 -0
  629. package/serialization/types/DeleteHolidayParams.d.ts +9 -0
  630. package/serialization/types/DeleteHolidayParams.js +41 -0
  631. package/serialization/types/DeleteRentalServiceParams.d.ts +9 -0
  632. package/serialization/types/DeleteRentalServiceParams.js +41 -0
  633. package/serialization/types/DtmfInputConfig.d.ts +10 -0
  634. package/serialization/types/DtmfInputConfig.js +42 -0
  635. package/serialization/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +2 -2
  636. package/{dist/serialization/types/EvaluationSettings.js → serialization/types/EvaluationSettingsInput.js} +2 -2
  637. package/serialization/types/EvaluationSettingsOutput.d.ts +10 -0
  638. package/serialization/types/EvaluationSettingsOutput.js +42 -0
  639. package/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
  640. package/serialization/types/FeaturesUsageCommonModel.js +1 -0
  641. package/serialization/types/GetAgentTestFolderResponseModel.d.ts +13 -0
  642. package/serialization/types/GetAgentTestFolderResponseModel.js +45 -0
  643. package/serialization/types/GetAnalyticsSummaryParams.d.ts +9 -0
  644. package/serialization/types/GetAnalyticsSummaryParams.js +41 -0
  645. package/serialization/types/GetBookingPageSettingsParams.d.ts +9 -0
  646. package/serialization/types/GetBookingPageSettingsParams.js +41 -0
  647. package/serialization/types/GetBookingSlugStatusParams.d.ts +9 -0
  648. package/serialization/types/GetBookingSlugStatusParams.js +41 -0
  649. package/serialization/types/GetConversationResponseModel.d.ts +2 -0
  650. package/serialization/types/GetConversationResponseModel.js +2 -0
  651. package/serialization/types/GetLibraryVoicesResponse.d.ts +1 -0
  652. package/serialization/types/GetLibraryVoicesResponse.js +1 -0
  653. package/serialization/types/GetScheduleParams.d.ts +9 -0
  654. package/serialization/types/GetScheduleParams.js +41 -0
  655. package/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
  656. package/serialization/types/GetWhatsAppAccountResponse.js +1 -0
  657. package/serialization/types/ListAgentRulesParams.d.ts +9 -0
  658. package/serialization/types/ListAgentRulesParams.js +41 -0
  659. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
  660. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
  661. package/serialization/types/ListClientInteractionsParams.d.ts +9 -0
  662. package/serialization/types/ListClientInteractionsParams.js +41 -0
  663. package/serialization/types/ListHolidaysParams.d.ts +9 -0
  664. package/serialization/types/ListHolidaysParams.js +41 -0
  665. package/serialization/types/LlmInfoModelInput.d.ts +0 -1
  666. package/serialization/types/LlmInfoModelInput.js +0 -1
  667. package/serialization/types/LlmInfoModelOutput.d.ts +0 -1
  668. package/serialization/types/LlmInfoModelOutput.js +0 -1
  669. package/serialization/types/MtlsAuthResponse.d.ts +13 -0
  670. package/serialization/types/MtlsAuthResponse.js +45 -0
  671. package/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +1 -0
  672. package/serialization/types/MultichannelSpeechToTextResponseModel.js +1 -0
  673. package/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
  674. package/serialization/types/PromptAgentApiModelOverrideConfig.js +2 -0
  675. package/serialization/types/PromptAgentApiModelOverrideInput.d.ts +15 -0
  676. package/serialization/types/PromptAgentApiModelOverrideInput.js +47 -0
  677. package/serialization/types/PromptAgentApiModelOverrideOutput.d.ts +15 -0
  678. package/serialization/types/PromptAgentApiModelOverrideOutput.js +47 -0
  679. package/serialization/types/PromptEvaluationCriteria.d.ts +2 -0
  680. package/serialization/types/PromptEvaluationCriteria.js +2 -0
  681. package/serialization/types/ResponseFilterMode.d.ts +1 -1
  682. package/serialization/types/ResponseFilterMode.js +1 -1
  683. package/serialization/types/ScopedAnalysisResult.d.ts +18 -0
  684. package/serialization/types/ScopedAnalysisResult.js +52 -0
  685. package/serialization/types/SetBookingSlugParams.d.ts +9 -0
  686. package/serialization/types/SetBookingSlugParams.js +41 -0
  687. package/serialization/types/SpeechHistoryItemResponse.d.ts +2 -0
  688. package/serialization/types/SpeechHistoryItemResponse.js +2 -0
  689. package/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
  690. package/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
  691. package/serialization/types/ToDialogueSettingsResponseModel.d.ts +10 -0
  692. package/serialization/types/ToDialogueSettingsResponseModel.js +42 -0
  693. package/serialization/types/UpdateAgentRuleParams.d.ts +9 -0
  694. package/serialization/types/UpdateAgentRuleParams.js +41 -0
  695. package/serialization/types/UpdateBookingPageSettingsParams.d.ts +9 -0
  696. package/serialization/types/UpdateBookingPageSettingsParams.js +41 -0
  697. package/serialization/types/UpdateBusinessInfoParams.d.ts +9 -0
  698. package/serialization/types/UpdateBusinessInfoParams.js +41 -0
  699. package/serialization/types/UpdateCustomerFacingConfigParams.d.ts +9 -0
  700. package/serialization/types/UpdateCustomerFacingConfigParams.js +41 -0
  701. package/serialization/types/UpdateHolidayParams.d.ts +9 -0
  702. package/serialization/types/UpdateHolidayParams.js +41 -0
  703. package/serialization/types/UpdateRentalServiceParams.d.ts +9 -0
  704. package/serialization/types/UpdateRentalServiceParams.js +41 -0
  705. package/serialization/types/VisitedAgentRef.d.ts +10 -0
  706. package/serialization/types/VisitedAgentRef.js +42 -0
  707. package/serialization/types/Voice.d.ts +5 -0
  708. package/serialization/types/Voice.js +5 -0
  709. package/serialization/types/VoiceResponseModelLabellingStatus.d.ts +7 -0
  710. package/serialization/types/VoiceResponseModelLabellingStatus.js +39 -0
  711. package/serialization/types/VoiceResponseModelRecordingQuality.d.ts +7 -0
  712. package/serialization/types/VoiceResponseModelRecordingQuality.js +39 -0
  713. package/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -3
  714. package/serialization/types/WorkflowExpressionConditionModelInput.js +2 -2
  715. package/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -3
  716. package/serialization/types/WorkflowExpressionConditionModelOutput.js +2 -2
  717. package/serialization/types/index.d.ts +41 -54
  718. package/serialization/types/index.js +41 -54
  719. package/version.d.ts +1 -1
  720. package/version.js +1 -1
  721. package/api/types/AstAdditionOperatorNodeInputLeft.d.ts +0 -62
  722. package/api/types/AstAdditionOperatorNodeInputRight.d.ts +0 -62
  723. package/api/types/AstAdditionOperatorNodeOutputLeft.d.ts +0 -61
  724. package/api/types/AstAdditionOperatorNodeOutputRight.d.ts +0 -61
  725. package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -59
  726. package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -58
  727. package/api/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -62
  728. package/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -62
  729. package/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -62
  730. package/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -61
  731. package/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -61
  732. package/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -61
  733. package/api/types/AstDivisionOperatorNodeInputLeft.d.ts +0 -62
  734. package/api/types/AstDivisionOperatorNodeInputRight.d.ts +0 -62
  735. package/api/types/AstDivisionOperatorNodeOutputLeft.d.ts +0 -61
  736. package/api/types/AstDivisionOperatorNodeOutputRight.d.ts +0 -61
  737. package/api/types/AstEqualsOperatorNodeInputRight.d.ts +0 -62
  738. package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -61
  739. package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -62
  740. package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -62
  741. package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -61
  742. package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -61
  743. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -62
  744. package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -62
  745. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -61
  746. package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -61
  747. package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -62
  748. package/api/types/AstLessThanOperatorNodeInputRight.d.ts +0 -62
  749. package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -61
  750. package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -61
  751. package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -62
  752. package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -62
  753. package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -61
  754. package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -61
  755. package/api/types/AstMultiplicationOperatorNodeInputLeft.d.ts +0 -62
  756. package/api/types/AstMultiplicationOperatorNodeInputRight.d.ts +0 -62
  757. package/api/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +0 -61
  758. package/api/types/AstMultiplicationOperatorNodeOutputRight.d.ts +0 -61
  759. package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -62
  760. package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -62
  761. package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -61
  762. package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -61
  763. package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -59
  764. package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -58
  765. package/api/types/AstSubtractionOperatorNodeInputLeft.d.ts +0 -62
  766. package/api/types/AstSubtractionOperatorNodeInputRight.d.ts +0 -62
  767. package/api/types/AstSubtractionOperatorNodeOutputLeft.d.ts +0 -61
  768. package/api/types/AstSubtractionOperatorNodeOutputRight.d.ts +0 -61
  769. package/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -62
  770. package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -61
  771. package/dist/api/types/AstAdditionOperatorNodeInputLeft.d.ts +0 -62
  772. package/dist/api/types/AstAdditionOperatorNodeInputRight.d.ts +0 -62
  773. package/dist/api/types/AstAdditionOperatorNodeOutputLeft.d.ts +0 -61
  774. package/dist/api/types/AstAdditionOperatorNodeOutputRight.d.ts +0 -61
  775. package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -59
  776. package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -58
  777. package/dist/api/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -62
  778. package/dist/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -62
  779. package/dist/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -62
  780. package/dist/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -61
  781. package/dist/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -61
  782. package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -61
  783. package/dist/api/types/AstDivisionOperatorNodeInputLeft.d.ts +0 -62
  784. package/dist/api/types/AstDivisionOperatorNodeInputRight.d.ts +0 -62
  785. package/dist/api/types/AstDivisionOperatorNodeOutputLeft.d.ts +0 -61
  786. package/dist/api/types/AstDivisionOperatorNodeOutputRight.d.ts +0 -61
  787. package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +0 -62
  788. package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -61
  789. package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -62
  790. package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -62
  791. package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -61
  792. package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -61
  793. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -62
  794. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -62
  795. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -61
  796. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -61
  797. package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -62
  798. package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +0 -62
  799. package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -61
  800. package/dist/api/types/AstLessThanOperatorNodeOutputLeft.js +0 -3
  801. package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -61
  802. package/dist/api/types/AstLessThanOperatorNodeOutputRight.js +0 -3
  803. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -62
  804. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -3
  805. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -62
  806. package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -3
  807. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -61
  808. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -3
  809. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -61
  810. package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -3
  811. package/dist/api/types/AstMultiplicationOperatorNodeInputLeft.d.ts +0 -62
  812. package/dist/api/types/AstMultiplicationOperatorNodeInputLeft.js +0 -3
  813. package/dist/api/types/AstMultiplicationOperatorNodeInputRight.d.ts +0 -62
  814. package/dist/api/types/AstMultiplicationOperatorNodeInputRight.js +0 -3
  815. package/dist/api/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +0 -61
  816. package/dist/api/types/AstMultiplicationOperatorNodeOutputLeft.js +0 -3
  817. package/dist/api/types/AstMultiplicationOperatorNodeOutputRight.d.ts +0 -61
  818. package/dist/api/types/AstMultiplicationOperatorNodeOutputRight.js +0 -3
  819. package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -62
  820. package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.js +0 -3
  821. package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -62
  822. package/dist/api/types/AstNotEqualsOperatorNodeInputRight.js +0 -3
  823. package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -61
  824. package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -3
  825. package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -61
  826. package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.js +0 -3
  827. package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -59
  828. package/dist/api/types/AstOrOperatorNodeInputChildrenItem.js +0 -3
  829. package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -58
  830. package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.js +0 -3
  831. package/dist/api/types/AstSubtractionOperatorNodeInputLeft.d.ts +0 -62
  832. package/dist/api/types/AstSubtractionOperatorNodeInputLeft.js +0 -3
  833. package/dist/api/types/AstSubtractionOperatorNodeInputRight.d.ts +0 -62
  834. package/dist/api/types/AstSubtractionOperatorNodeInputRight.js +0 -3
  835. package/dist/api/types/AstSubtractionOperatorNodeOutputLeft.d.ts +0 -61
  836. package/dist/api/types/AstSubtractionOperatorNodeOutputLeft.js +0 -3
  837. package/dist/api/types/AstSubtractionOperatorNodeOutputRight.d.ts +0 -61
  838. package/dist/api/types/AstSubtractionOperatorNodeOutputRight.js +0 -3
  839. package/dist/api/types/EvaluationSettings.js +0 -3
  840. package/dist/api/types/PromptAgentApiModelOverride.js +0 -3
  841. package/dist/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -62
  842. package/dist/api/types/WorkflowExpressionConditionModelInputExpression.js +0 -3
  843. package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -61
  844. package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.js +0 -3
  845. package/dist/serialization/types/AstAdditionOperatorNodeInputLeft.d.ts +0 -67
  846. package/dist/serialization/types/AstAdditionOperatorNodeInputLeft.js +0 -71
  847. package/dist/serialization/types/AstAdditionOperatorNodeInputRight.d.ts +0 -67
  848. package/dist/serialization/types/AstAdditionOperatorNodeInputRight.js +0 -71
  849. package/dist/serialization/types/AstAdditionOperatorNodeOutputLeft.d.ts +0 -66
  850. package/dist/serialization/types/AstAdditionOperatorNodeOutputLeft.js +0 -69
  851. package/dist/serialization/types/AstAdditionOperatorNodeOutputRight.d.ts +0 -66
  852. package/dist/serialization/types/AstAdditionOperatorNodeOutputRight.js +0 -69
  853. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -67
  854. package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +0 -71
  855. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -66
  856. package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +0 -69
  857. package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -67
  858. package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.js +0 -71
  859. package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -67
  860. package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -71
  861. package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -67
  862. package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +0 -71
  863. package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -66
  864. package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.js +0 -69
  865. package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -66
  866. package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +0 -69
  867. package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -66
  868. package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -69
  869. package/dist/serialization/types/AstDivisionOperatorNodeInputLeft.d.ts +0 -67
  870. package/dist/serialization/types/AstDivisionOperatorNodeInputLeft.js +0 -71
  871. package/dist/serialization/types/AstDivisionOperatorNodeInputRight.d.ts +0 -67
  872. package/dist/serialization/types/AstDivisionOperatorNodeInputRight.js +0 -71
  873. package/dist/serialization/types/AstDivisionOperatorNodeOutputLeft.d.ts +0 -66
  874. package/dist/serialization/types/AstDivisionOperatorNodeOutputLeft.js +0 -69
  875. package/dist/serialization/types/AstDivisionOperatorNodeOutputRight.d.ts +0 -66
  876. package/dist/serialization/types/AstDivisionOperatorNodeOutputRight.js +0 -69
  877. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +0 -67
  878. package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +0 -71
  879. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -66
  880. package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +0 -69
  881. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -67
  882. package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +0 -71
  883. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -67
  884. package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +0 -71
  885. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -66
  886. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -69
  887. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -66
  888. package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +0 -69
  889. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -67
  890. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -71
  891. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -67
  892. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -71
  893. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -66
  894. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -69
  895. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -66
  896. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -69
  897. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -67
  898. package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +0 -71
  899. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +0 -67
  900. package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +0 -71
  901. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -66
  902. package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +0 -69
  903. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -66
  904. package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +0 -69
  905. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -67
  906. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -71
  907. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -67
  908. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -71
  909. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -66
  910. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -69
  911. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -66
  912. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -69
  913. package/dist/serialization/types/AstMultiplicationOperatorNodeInputLeft.d.ts +0 -67
  914. package/dist/serialization/types/AstMultiplicationOperatorNodeInputLeft.js +0 -71
  915. package/dist/serialization/types/AstMultiplicationOperatorNodeInputRight.d.ts +0 -67
  916. package/dist/serialization/types/AstMultiplicationOperatorNodeInputRight.js +0 -71
  917. package/dist/serialization/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +0 -66
  918. package/dist/serialization/types/AstMultiplicationOperatorNodeOutputLeft.js +0 -69
  919. package/dist/serialization/types/AstMultiplicationOperatorNodeOutputRight.d.ts +0 -66
  920. package/dist/serialization/types/AstMultiplicationOperatorNodeOutputRight.js +0 -69
  921. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -67
  922. package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +0 -71
  923. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -67
  924. package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +0 -71
  925. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -66
  926. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -69
  927. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -66
  928. package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +0 -69
  929. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -67
  930. package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +0 -71
  931. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -66
  932. package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +0 -69
  933. package/dist/serialization/types/AstSubtractionOperatorNodeInputLeft.d.ts +0 -67
  934. package/dist/serialization/types/AstSubtractionOperatorNodeInputLeft.js +0 -71
  935. package/dist/serialization/types/AstSubtractionOperatorNodeInputRight.d.ts +0 -67
  936. package/dist/serialization/types/AstSubtractionOperatorNodeInputRight.js +0 -71
  937. package/dist/serialization/types/AstSubtractionOperatorNodeOutputLeft.d.ts +0 -66
  938. package/dist/serialization/types/AstSubtractionOperatorNodeOutputLeft.js +0 -69
  939. package/dist/serialization/types/AstSubtractionOperatorNodeOutputRight.d.ts +0 -66
  940. package/dist/serialization/types/AstSubtractionOperatorNodeOutputRight.js +0 -69
  941. package/dist/serialization/types/PromptAgentApiModelOverride.d.ts +0 -12
  942. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -67
  943. package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +0 -71
  944. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -66
  945. package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +0 -69
  946. package/serialization/types/AstAdditionOperatorNodeInputLeft.d.ts +0 -67
  947. package/serialization/types/AstAdditionOperatorNodeInputLeft.js +0 -71
  948. package/serialization/types/AstAdditionOperatorNodeInputRight.d.ts +0 -67
  949. package/serialization/types/AstAdditionOperatorNodeInputRight.js +0 -71
  950. package/serialization/types/AstAdditionOperatorNodeOutputLeft.d.ts +0 -66
  951. package/serialization/types/AstAdditionOperatorNodeOutputLeft.js +0 -69
  952. package/serialization/types/AstAdditionOperatorNodeOutputRight.d.ts +0 -66
  953. package/serialization/types/AstAdditionOperatorNodeOutputRight.js +0 -69
  954. package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -67
  955. package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +0 -71
  956. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -66
  957. package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +0 -69
  958. package/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -67
  959. package/serialization/types/AstConditionalOperatorNodeInputCondition.js +0 -71
  960. package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -67
  961. package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -71
  962. package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -67
  963. package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +0 -71
  964. package/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -66
  965. package/serialization/types/AstConditionalOperatorNodeOutputCondition.js +0 -69
  966. package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -66
  967. package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +0 -69
  968. package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -66
  969. package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -69
  970. package/serialization/types/AstDivisionOperatorNodeInputLeft.d.ts +0 -67
  971. package/serialization/types/AstDivisionOperatorNodeInputLeft.js +0 -71
  972. package/serialization/types/AstDivisionOperatorNodeInputRight.d.ts +0 -67
  973. package/serialization/types/AstDivisionOperatorNodeInputRight.js +0 -71
  974. package/serialization/types/AstDivisionOperatorNodeOutputLeft.d.ts +0 -66
  975. package/serialization/types/AstDivisionOperatorNodeOutputLeft.js +0 -69
  976. package/serialization/types/AstDivisionOperatorNodeOutputRight.d.ts +0 -66
  977. package/serialization/types/AstDivisionOperatorNodeOutputRight.js +0 -69
  978. package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +0 -67
  979. package/serialization/types/AstEqualsOperatorNodeInputRight.js +0 -71
  980. package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -66
  981. package/serialization/types/AstEqualsOperatorNodeOutputRight.js +0 -69
  982. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -67
  983. package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +0 -71
  984. package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -67
  985. package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +0 -71
  986. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -66
  987. package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -69
  988. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -66
  989. package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +0 -69
  990. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -67
  991. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -71
  992. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -67
  993. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -71
  994. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -66
  995. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -69
  996. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -66
  997. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -69
  998. package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -67
  999. package/serialization/types/AstLessThanOperatorNodeInputLeft.js +0 -71
  1000. package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +0 -67
  1001. package/serialization/types/AstLessThanOperatorNodeInputRight.js +0 -71
  1002. package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -66
  1003. package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +0 -69
  1004. package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -66
  1005. package/serialization/types/AstLessThanOperatorNodeOutputRight.js +0 -69
  1006. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -67
  1007. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -71
  1008. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -67
  1009. package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -71
  1010. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -66
  1011. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -69
  1012. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -66
  1013. package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -69
  1014. package/serialization/types/AstMultiplicationOperatorNodeInputLeft.d.ts +0 -67
  1015. package/serialization/types/AstMultiplicationOperatorNodeInputLeft.js +0 -71
  1016. package/serialization/types/AstMultiplicationOperatorNodeInputRight.d.ts +0 -67
  1017. package/serialization/types/AstMultiplicationOperatorNodeInputRight.js +0 -71
  1018. package/serialization/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +0 -66
  1019. package/serialization/types/AstMultiplicationOperatorNodeOutputLeft.js +0 -69
  1020. package/serialization/types/AstMultiplicationOperatorNodeOutputRight.d.ts +0 -66
  1021. package/serialization/types/AstMultiplicationOperatorNodeOutputRight.js +0 -69
  1022. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -67
  1023. package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +0 -71
  1024. package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -67
  1025. package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +0 -71
  1026. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -66
  1027. package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -69
  1028. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -66
  1029. package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +0 -69
  1030. package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -67
  1031. package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +0 -71
  1032. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -66
  1033. package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +0 -69
  1034. package/serialization/types/AstSubtractionOperatorNodeInputLeft.d.ts +0 -67
  1035. package/serialization/types/AstSubtractionOperatorNodeInputLeft.js +0 -71
  1036. package/serialization/types/AstSubtractionOperatorNodeInputRight.d.ts +0 -67
  1037. package/serialization/types/AstSubtractionOperatorNodeInputRight.js +0 -71
  1038. package/serialization/types/AstSubtractionOperatorNodeOutputLeft.d.ts +0 -66
  1039. package/serialization/types/AstSubtractionOperatorNodeOutputLeft.js +0 -69
  1040. package/serialization/types/AstSubtractionOperatorNodeOutputRight.d.ts +0 -66
  1041. package/serialization/types/AstSubtractionOperatorNodeOutputRight.js +0 -69
  1042. package/serialization/types/PromptAgentApiModelOverride.d.ts +0 -12
  1043. package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -67
  1044. package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +0 -71
  1045. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -66
  1046. package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +0 -69
  1047. /package/api/{types/AstAdditionOperatorNodeInputLeft.js → resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js} +0 -0
  1048. /package/api/{types/AstAdditionOperatorNodeInputRight.js → resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js} +0 -0
  1049. /package/api/{types/AstAdditionOperatorNodeOutputLeft.js → resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js} +0 -0
  1050. /package/api/{types/AstAdditionOperatorNodeOutputRight.js → resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.js} +0 -0
  1051. /package/api/types/{AstAndOperatorNodeInputChildrenItem.js → AstNodeInput.js} +0 -0
  1052. /package/api/types/{AstAndOperatorNodeOutputChildrenItem.js → AstNodeOutput.js} +0 -0
  1053. /package/api/types/{AstConditionalOperatorNodeInputCondition.js → AvatarContextRequestModel.js} +0 -0
  1054. /package/api/types/{AstConditionalOperatorNodeInputFalseExpression.js → AvatarContextResponseModel.js} +0 -0
  1055. /package/api/types/{AstConditionalOperatorNodeInputTrueExpression.js → CreateAgentRuleParams.js} +0 -0
  1056. /package/api/types/{AstConditionalOperatorNodeOutputCondition.js → CreateAgentTestFolderResponseModel.js} +0 -0
  1057. /package/api/types/{AstConditionalOperatorNodeOutputFalseExpression.js → CreateClientInteractionParams.js} +0 -0
  1058. /package/api/types/{AstConditionalOperatorNodeOutputTrueExpression.js → CreateHolidayParams.js} +0 -0
  1059. /package/api/types/{AstDivisionOperatorNodeInputLeft.js → CreateMtlsAuthRequest.js} +0 -0
  1060. /package/api/types/{AstDivisionOperatorNodeInputRight.js → CreateRentalServiceParams.js} +0 -0
  1061. /package/api/types/{AstDivisionOperatorNodeOutputLeft.js → DeleteAgentRuleParams.js} +0 -0
  1062. /package/api/types/{AstDivisionOperatorNodeOutputRight.js → DeleteClientInteractionParams.js} +0 -0
  1063. /package/api/types/{AstEqualsOperatorNodeInputLeft.js → DeleteHolidayParams.js} +0 -0
  1064. /package/api/types/{AstEqualsOperatorNodeInputRight.js → DeleteRentalServiceParams.js} +0 -0
  1065. /package/api/types/{AstEqualsOperatorNodeOutputLeft.js → DtmfInputConfig.js} +0 -0
  1066. /package/api/types/{AstEqualsOperatorNodeOutputRight.js → EvaluationSettingsInput.js} +0 -0
  1067. /package/api/types/{AstGreaterThanOperatorNodeInputLeft.js → EvaluationSettingsOutput.js} +0 -0
  1068. /package/api/types/{AstGreaterThanOperatorNodeInputRight.js → GetAgentTestFolderResponseModel.js} +0 -0
  1069. /package/api/types/{AstGreaterThanOperatorNodeOutputLeft.js → GetAnalyticsSummaryParams.js} +0 -0
  1070. /package/api/types/{AstGreaterThanOperatorNodeOutputRight.js → GetBookingPageSettingsParams.js} +0 -0
  1071. /package/api/types/{AstGreaterThanOrEqualsOperatorNodeInputLeft.js → GetBookingSlugStatusParams.js} +0 -0
  1072. /package/api/types/{AstGreaterThanOrEqualsOperatorNodeInputRight.js → GetScheduleParams.js} +0 -0
  1073. /package/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputLeft.js → ListAgentRulesParams.js} +0 -0
  1074. /package/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputRight.js → ListClientInteractionsParams.js} +0 -0
  1075. /package/api/types/{AstLessThanOperatorNodeInputLeft.js → ListHolidaysParams.js} +0 -0
  1076. /package/api/types/{AstLessThanOperatorNodeInputRight.js → MtlsAuthResponse.js} +0 -0
  1077. /package/api/types/{AstLessThanOperatorNodeOutputLeft.js → PromptAgentApiModelOverrideInput.js} +0 -0
  1078. /package/api/types/{AstLessThanOperatorNodeOutputRight.js → PromptAgentApiModelOverrideOutput.js} +0 -0
  1079. /package/api/types/{AstLessThanOrEqualsOperatorNodeInputLeft.js → ScopedAnalysisResult.js} +0 -0
  1080. /package/api/types/{AstLessThanOrEqualsOperatorNodeInputRight.js → SetBookingSlugParams.js} +0 -0
  1081. /package/api/types/{AstLessThanOrEqualsOperatorNodeOutputLeft.js → ToDialogueSettingsResponseModel.js} +0 -0
  1082. /package/api/types/{AstLessThanOrEqualsOperatorNodeOutputRight.js → UpdateAgentRuleParams.js} +0 -0
  1083. /package/api/types/{AstMultiplicationOperatorNodeInputLeft.js → UpdateBookingPageSettingsParams.js} +0 -0
  1084. /package/api/types/{AstMultiplicationOperatorNodeInputRight.js → UpdateBusinessInfoParams.js} +0 -0
  1085. /package/api/types/{AstMultiplicationOperatorNodeOutputLeft.js → UpdateCustomerFacingConfigParams.js} +0 -0
  1086. /package/api/types/{AstMultiplicationOperatorNodeOutputRight.js → UpdateHolidayParams.js} +0 -0
  1087. /package/api/types/{AstNotEqualsOperatorNodeInputLeft.js → UpdateRentalServiceParams.js} +0 -0
  1088. /package/api/types/{AstNotEqualsOperatorNodeInputRight.js → VisitedAgentRef.js} +0 -0
  1089. /package/{api/types/AstNotEqualsOperatorNodeOutputLeft.js → dist/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js} +0 -0
  1090. /package/{api/types/AstNotEqualsOperatorNodeOutputRight.js → dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js} +0 -0
  1091. /package/{api/types/AstOrOperatorNodeInputChildrenItem.js → dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js} +0 -0
  1092. /package/{api/types/AstOrOperatorNodeOutputChildrenItem.js → dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.js} +0 -0
  1093. /package/{api/types/AstSubtractionOperatorNodeInputLeft.js → dist/api/types/AstNodeInput.js} +0 -0
  1094. /package/{api/types/AstSubtractionOperatorNodeInputRight.js → dist/api/types/AstNodeOutput.js} +0 -0
  1095. /package/{api/types/AstSubtractionOperatorNodeOutputLeft.js → dist/api/types/AvatarContextRequestModel.js} +0 -0
  1096. /package/{api/types/AstSubtractionOperatorNodeOutputRight.js → dist/api/types/AvatarContextResponseModel.js} +0 -0
  1097. /package/{api/types/EvaluationSettings.js → dist/api/types/CreateAgentRuleParams.js} +0 -0
  1098. /package/{api/types/PromptAgentApiModelOverride.js → dist/api/types/CreateAgentTestFolderResponseModel.js} +0 -0
  1099. /package/{api/types/WorkflowExpressionConditionModelInputExpression.js → dist/api/types/CreateClientInteractionParams.js} +0 -0
  1100. /package/{api/types/WorkflowExpressionConditionModelOutputExpression.js → dist/api/types/CreateHolidayParams.js} +0 -0
  1101. /package/dist/api/types/{AstAdditionOperatorNodeInputLeft.js → CreateMtlsAuthRequest.js} +0 -0
  1102. /package/dist/api/types/{AstAdditionOperatorNodeInputRight.js → CreateRentalServiceParams.js} +0 -0
  1103. /package/dist/api/types/{AstAdditionOperatorNodeOutputLeft.js → DeleteAgentRuleParams.js} +0 -0
  1104. /package/dist/api/types/{AstAdditionOperatorNodeOutputRight.js → DeleteClientInteractionParams.js} +0 -0
  1105. /package/dist/api/types/{AstAndOperatorNodeInputChildrenItem.js → DeleteHolidayParams.js} +0 -0
  1106. /package/dist/api/types/{AstAndOperatorNodeOutputChildrenItem.js → DeleteRentalServiceParams.js} +0 -0
  1107. /package/dist/api/types/{AstConditionalOperatorNodeInputCondition.js → DtmfInputConfig.js} +0 -0
  1108. /package/dist/api/types/{AstConditionalOperatorNodeInputFalseExpression.js → EvaluationSettingsInput.js} +0 -0
  1109. /package/dist/api/types/{AstConditionalOperatorNodeInputTrueExpression.js → EvaluationSettingsOutput.js} +0 -0
  1110. /package/dist/api/types/{AstConditionalOperatorNodeOutputCondition.js → GetAgentTestFolderResponseModel.js} +0 -0
  1111. /package/dist/api/types/{AstConditionalOperatorNodeOutputFalseExpression.js → GetAnalyticsSummaryParams.js} +0 -0
  1112. /package/dist/api/types/{AstConditionalOperatorNodeOutputTrueExpression.js → GetBookingPageSettingsParams.js} +0 -0
  1113. /package/dist/api/types/{AstDivisionOperatorNodeInputLeft.js → GetBookingSlugStatusParams.js} +0 -0
  1114. /package/dist/api/types/{AstDivisionOperatorNodeInputRight.js → GetScheduleParams.js} +0 -0
  1115. /package/dist/api/types/{AstDivisionOperatorNodeOutputLeft.js → ListAgentRulesParams.js} +0 -0
  1116. /package/dist/api/types/{AstDivisionOperatorNodeOutputRight.js → ListClientInteractionsParams.js} +0 -0
  1117. /package/dist/api/types/{AstEqualsOperatorNodeInputLeft.js → ListHolidaysParams.js} +0 -0
  1118. /package/dist/api/types/{AstEqualsOperatorNodeInputRight.js → MtlsAuthResponse.js} +0 -0
  1119. /package/dist/api/types/{AstEqualsOperatorNodeOutputLeft.js → PromptAgentApiModelOverrideInput.js} +0 -0
  1120. /package/dist/api/types/{AstEqualsOperatorNodeOutputRight.js → PromptAgentApiModelOverrideOutput.js} +0 -0
  1121. /package/dist/api/types/{AstGreaterThanOperatorNodeInputLeft.js → ScopedAnalysisResult.js} +0 -0
  1122. /package/dist/api/types/{AstGreaterThanOperatorNodeInputRight.js → SetBookingSlugParams.js} +0 -0
  1123. /package/dist/api/types/{AstGreaterThanOperatorNodeOutputLeft.js → ToDialogueSettingsResponseModel.js} +0 -0
  1124. /package/dist/api/types/{AstGreaterThanOperatorNodeOutputRight.js → UpdateAgentRuleParams.js} +0 -0
  1125. /package/dist/api/types/{AstGreaterThanOrEqualsOperatorNodeInputLeft.js → UpdateBookingPageSettingsParams.js} +0 -0
  1126. /package/dist/api/types/{AstGreaterThanOrEqualsOperatorNodeInputRight.js → UpdateBusinessInfoParams.js} +0 -0
  1127. /package/dist/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputLeft.js → UpdateCustomerFacingConfigParams.js} +0 -0
  1128. /package/dist/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputRight.js → UpdateHolidayParams.js} +0 -0
  1129. /package/dist/api/types/{AstLessThanOperatorNodeInputLeft.js → UpdateRentalServiceParams.js} +0 -0
  1130. /package/dist/api/types/{AstLessThanOperatorNodeInputRight.js → VisitedAgentRef.js} +0 -0
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.DeleteClientInteractionParams = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.DeleteClientInteractionParams = core.serialization.object({
40
+ smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("delete_client_interaction").optional()),
41
+ });
@@ -0,0 +1,9 @@
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 DeleteHolidayParams: core.serialization.ObjectSchema<serializers.DeleteHolidayParams.Raw, ElevenLabs.DeleteHolidayParams>;
5
+ export declare namespace DeleteHolidayParams {
6
+ interface Raw {
7
+ smb_tool_type?: "delete_holiday" | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.DeleteHolidayParams = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.DeleteHolidayParams = core.serialization.object({
40
+ smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("delete_holiday").optional()),
41
+ });
@@ -0,0 +1,9 @@
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 DeleteRentalServiceParams: core.serialization.ObjectSchema<serializers.DeleteRentalServiceParams.Raw, ElevenLabs.DeleteRentalServiceParams>;
5
+ export declare namespace DeleteRentalServiceParams {
6
+ interface Raw {
7
+ smb_tool_type?: "delete_rental_service" | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.DeleteRentalServiceParams = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.DeleteRentalServiceParams = core.serialization.object({
40
+ smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("delete_rental_service").optional()),
41
+ });
@@ -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 DtmfInputConfig: core.serialization.ObjectSchema<serializers.DtmfInputConfig.Raw, ElevenLabs.DtmfInputConfig>;
5
+ export declare namespace DtmfInputConfig {
6
+ interface Raw {
7
+ dtmf_input_timeout?: number | null;
8
+ hash_terminator?: boolean | 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.DtmfInputConfig = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.DtmfInputConfig = core.serialization.object({
40
+ dtmfInputTimeout: core.serialization.property("dtmf_input_timeout", core.serialization.number().optional()),
41
+ hashTerminator: core.serialization.property("hash_terminator", core.serialization.boolean().optional()),
42
+ });
@@ -2,8 +2,8 @@ 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 { PromptEvaluationCriteria } from "./PromptEvaluationCriteria";
5
- export declare const EvaluationSettings: core.serialization.ObjectSchema<serializers.EvaluationSettings.Raw, ElevenLabs.EvaluationSettings>;
6
- export declare namespace EvaluationSettings {
5
+ export declare const EvaluationSettingsInput: core.serialization.ObjectSchema<serializers.EvaluationSettingsInput.Raw, ElevenLabs.EvaluationSettingsInput>;
6
+ export declare namespace EvaluationSettingsInput {
7
7
  interface Raw {
8
8
  criteria?: PromptEvaluationCriteria.Raw[] | null;
9
9
  }
@@ -34,9 +34,9 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  };
35
35
  })();
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.EvaluationSettings = void 0;
37
+ exports.EvaluationSettingsInput = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const PromptEvaluationCriteria_1 = require("./PromptEvaluationCriteria");
40
- exports.EvaluationSettings = core.serialization.object({
40
+ exports.EvaluationSettingsInput = core.serialization.object({
41
41
  criteria: core.serialization.list(PromptEvaluationCriteria_1.PromptEvaluationCriteria).optional(),
42
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
+ import { PromptEvaluationCriteria } from "./PromptEvaluationCriteria";
5
+ export declare const EvaluationSettingsOutput: core.serialization.ObjectSchema<serializers.EvaluationSettingsOutput.Raw, ElevenLabs.EvaluationSettingsOutput>;
6
+ export declare namespace EvaluationSettingsOutput {
7
+ interface Raw {
8
+ criteria?: PromptEvaluationCriteria.Raw[] | 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.EvaluationSettingsOutput = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const PromptEvaluationCriteria_1 = require("./PromptEvaluationCriteria");
40
+ exports.EvaluationSettingsOutput = core.serialization.object({
41
+ criteria: core.serialization.list(PromptEvaluationCriteria_1.PromptEvaluationCriteria).optional(),
42
+ });
@@ -18,6 +18,7 @@ export declare namespace FeaturesUsageCommonModel {
18
18
  tool_dynamic_variable_updates?: FeatureStatusCommonModel.Raw | null;
19
19
  is_livekit?: boolean | null;
20
20
  voicemail_detection?: FeatureStatusCommonModel.Raw | null;
21
+ dtmf_input?: FeatureStatusCommonModel.Raw | null;
21
22
  workflow?: WorkflowFeaturesUsageCommonModel.Raw | null;
22
23
  agent_testing?: TestsFeatureUsageCommonModel.Raw | null;
23
24
  versioning?: FeatureStatusCommonModel.Raw | null;
@@ -51,6 +51,7 @@ exports.FeaturesUsageCommonModel = core.serialization.object({
51
51
  toolDynamicVariableUpdates: core.serialization.property("tool_dynamic_variable_updates", FeatureStatusCommonModel_1.FeatureStatusCommonModel.optional()),
52
52
  isLivekit: core.serialization.property("is_livekit", core.serialization.boolean().optional()),
53
53
  voicemailDetection: core.serialization.property("voicemail_detection", FeatureStatusCommonModel_1.FeatureStatusCommonModel.optional()),
54
+ dtmfInput: core.serialization.property("dtmf_input", FeatureStatusCommonModel_1.FeatureStatusCommonModel.optional()),
54
55
  workflow: WorkflowFeaturesUsageCommonModel_1.WorkflowFeaturesUsageCommonModel.optional(),
55
56
  agentTesting: core.serialization.property("agent_testing", TestsFeatureUsageCommonModel_1.TestsFeatureUsageCommonModel.optional()),
56
57
  versioning: FeatureStatusCommonModel_1.FeatureStatusCommonModel.optional(),
@@ -0,0 +1,13 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ import { AgentTestFolderPathSegmentResponseModel } from "./AgentTestFolderPathSegmentResponseModel";
5
+ export declare const GetAgentTestFolderResponseModel: core.serialization.ObjectSchema<serializers.GetAgentTestFolderResponseModel.Raw, ElevenLabs.GetAgentTestFolderResponseModel>;
6
+ export declare namespace GetAgentTestFolderResponseModel {
7
+ interface Raw {
8
+ id: string;
9
+ name: string;
10
+ folder_path?: AgentTestFolderPathSegmentResponseModel.Raw[] | null;
11
+ children_count?: number | null;
12
+ }
13
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.GetAgentTestFolderResponseModel = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const AgentTestFolderPathSegmentResponseModel_1 = require("./AgentTestFolderPathSegmentResponseModel");
40
+ exports.GetAgentTestFolderResponseModel = core.serialization.object({
41
+ id: core.serialization.string(),
42
+ name: core.serialization.string(),
43
+ folderPath: core.serialization.property("folder_path", core.serialization.list(AgentTestFolderPathSegmentResponseModel_1.AgentTestFolderPathSegmentResponseModel).optional()),
44
+ childrenCount: core.serialization.property("children_count", core.serialization.number().optional()),
45
+ });
@@ -0,0 +1,9 @@
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 GetAnalyticsSummaryParams: core.serialization.ObjectSchema<serializers.GetAnalyticsSummaryParams.Raw, ElevenLabs.GetAnalyticsSummaryParams>;
5
+ export declare namespace GetAnalyticsSummaryParams {
6
+ interface Raw {
7
+ smb_tool_type?: "get_analytics_summary" | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.GetAnalyticsSummaryParams = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.GetAnalyticsSummaryParams = core.serialization.object({
40
+ smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("get_analytics_summary").optional()),
41
+ });
@@ -0,0 +1,9 @@
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 GetBookingPageSettingsParams: core.serialization.ObjectSchema<serializers.GetBookingPageSettingsParams.Raw, ElevenLabs.GetBookingPageSettingsParams>;
5
+ export declare namespace GetBookingPageSettingsParams {
6
+ interface Raw {
7
+ smb_tool_type?: "get_booking_page_settings" | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.GetBookingPageSettingsParams = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.GetBookingPageSettingsParams = core.serialization.object({
40
+ smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("get_booking_page_settings").optional()),
41
+ });
@@ -0,0 +1,9 @@
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 GetBookingSlugStatusParams: core.serialization.ObjectSchema<serializers.GetBookingSlugStatusParams.Raw, ElevenLabs.GetBookingSlugStatusParams>;
5
+ export declare namespace GetBookingSlugStatusParams {
6
+ interface Raw {
7
+ smb_tool_type?: "get_booking_slug_status" | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.GetBookingSlugStatusParams = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.GetBookingSlugStatusParams = core.serialization.object({
40
+ smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("get_booking_slug_status").optional()),
41
+ });
@@ -6,6 +6,7 @@ import { ConversationHistoryMetadataCommonModel } from "./ConversationHistoryMet
6
6
  import { ConversationHistoryTranscriptResponseModel } from "./ConversationHistoryTranscriptResponseModel";
7
7
  import { ConversationInitiationClientDataRequestOutput } from "./ConversationInitiationClientDataRequestOutput";
8
8
  import { GetConversationResponseModelStatus } from "./GetConversationResponseModelStatus";
9
+ import { VisitedAgentRef } from "./VisitedAgentRef";
9
10
  export declare const GetConversationResponseModel: core.serialization.ObjectSchema<serializers.GetConversationResponseModel.Raw, ElevenLabs.GetConversationResponseModel>;
10
11
  export declare namespace GetConversationResponseModel {
11
12
  interface Raw {
@@ -17,6 +18,7 @@ export declare namespace GetConversationResponseModel {
17
18
  version_id?: string | null;
18
19
  metadata: ConversationHistoryMetadataCommonModel.Raw;
19
20
  analysis?: ConversationHistoryAnalysisCommonModel.Raw | null;
21
+ visited_agents?: VisitedAgentRef.Raw[] | null;
20
22
  conversation_initiation_client_data?: ConversationInitiationClientDataRequestOutput.Raw | null;
21
23
  environment?: string | null;
22
24
  conversation_id: string;
@@ -41,6 +41,7 @@ const ConversationHistoryMetadataCommonModel_1 = require("./ConversationHistoryM
41
41
  const ConversationHistoryTranscriptResponseModel_1 = require("./ConversationHistoryTranscriptResponseModel");
42
42
  const ConversationInitiationClientDataRequestOutput_1 = require("./ConversationInitiationClientDataRequestOutput");
43
43
  const GetConversationResponseModelStatus_1 = require("./GetConversationResponseModelStatus");
44
+ const VisitedAgentRef_1 = require("./VisitedAgentRef");
44
45
  exports.GetConversationResponseModel = core.serialization.object({
45
46
  agentId: core.serialization.property("agent_id", core.serialization.string()),
46
47
  agentName: core.serialization.property("agent_name", core.serialization.string().optional()),
@@ -50,6 +51,7 @@ exports.GetConversationResponseModel = core.serialization.object({
50
51
  versionId: core.serialization.property("version_id", core.serialization.string().optional()),
51
52
  metadata: ConversationHistoryMetadataCommonModel_1.ConversationHistoryMetadataCommonModel,
52
53
  analysis: ConversationHistoryAnalysisCommonModel_1.ConversationHistoryAnalysisCommonModel.optional(),
54
+ visitedAgents: core.serialization.property("visited_agents", core.serialization.list(VisitedAgentRef_1.VisitedAgentRef).optional()),
53
55
  conversationInitiationClientData: core.serialization.property("conversation_initiation_client_data", ConversationInitiationClientDataRequestOutput_1.ConversationInitiationClientDataRequestOutput.optional()),
54
56
  environment: core.serialization.string().optional(),
55
57
  conversationId: core.serialization.property("conversation_id", core.serialization.string()),
@@ -7,6 +7,7 @@ export declare namespace GetLibraryVoicesResponse {
7
7
  interface Raw {
8
8
  voices: LibraryVoiceResponse.Raw[];
9
9
  has_more: boolean;
10
+ total_count?: number | null;
10
11
  last_sort_id?: string | null;
11
12
  }
12
13
  }
@@ -40,5 +40,6 @@ const LibraryVoiceResponse_1 = require("./LibraryVoiceResponse");
40
40
  exports.GetLibraryVoicesResponse = core.serialization.object({
41
41
  voices: core.serialization.list(LibraryVoiceResponse_1.LibraryVoiceResponse),
42
42
  hasMore: core.serialization.property("has_more", core.serialization.boolean()),
43
+ totalCount: core.serialization.property("total_count", core.serialization.number().optional()),
43
44
  lastSortId: core.serialization.property("last_sort_id", core.serialization.string().optional()),
44
45
  });
@@ -0,0 +1,9 @@
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 GetScheduleParams: core.serialization.ObjectSchema<serializers.GetScheduleParams.Raw, ElevenLabs.GetScheduleParams>;
5
+ export declare namespace GetScheduleParams {
6
+ interface Raw {
7
+ smb_tool_type?: "get_schedule" | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.GetScheduleParams = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.GetScheduleParams = core.serialization.object({
40
+ smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("get_schedule").optional()),
41
+ });
@@ -13,5 +13,6 @@ export declare namespace GetWhatsAppAccountResponse {
13
13
  enable_messaging?: boolean | null;
14
14
  enable_audio_message_response?: boolean | null;
15
15
  assigned_agent_name?: string | null;
16
+ is_token_expired?: boolean | null;
16
17
  }
17
18
  }
@@ -46,4 +46,5 @@ exports.GetWhatsAppAccountResponse = core.serialization.object({
46
46
  enableMessaging: core.serialization.property("enable_messaging", core.serialization.boolean().optional()),
47
47
  enableAudioMessageResponse: core.serialization.property("enable_audio_message_response", core.serialization.boolean().optional()),
48
48
  assignedAgentName: core.serialization.property("assigned_agent_name", core.serialization.string().optional()),
49
+ isTokenExpired: core.serialization.property("is_token_expired", core.serialization.boolean().optional()),
49
50
  });