@elevenlabs/elevenlabs-js 2.31.0 → 2.32.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 (519) hide show
  1. package/BaseClient.js +2 -2
  2. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -0
  3. package/api/resources/conversationalAi/resources/agents/client/Client.js +7 -2
  4. package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -0
  5. package/api/resources/conversationalAi/resources/agents/resources/index.js +4 -1
  6. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.d.ts +26 -0
  7. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +130 -0
  8. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
  9. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +17 -0
  10. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.d.ts +8 -0
  11. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.js +3 -0
  12. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.d.ts +1 -0
  13. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.js +2 -0
  14. package/api/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
  15. package/api/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
  16. package/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +10 -0
  17. package/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +3 -0
  18. package/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
  19. package/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
  20. package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +13 -0
  21. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +52 -0
  22. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +6 -3
  23. package/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -6
  24. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -1
  25. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +4 -1
  26. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -1
  27. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
  28. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  29. package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
  30. package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
  31. package/api/resources/speechToText/client/Client.d.ts +1 -1
  32. package/api/resources/speechToText/client/Client.js +4 -2
  33. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -4
  34. package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +6 -0
  35. package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +9 -0
  36. package/api/resources/speechToText/types/index.d.ts +1 -0
  37. package/api/resources/speechToText/types/index.js +1 -0
  38. package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +4 -4
  39. package/api/resources/studio/resources/projects/client/Client.js +3 -1
  40. package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +5 -5
  41. package/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +14 -0
  42. package/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +17 -0
  43. package/api/resources/studio/resources/projects/types/index.d.ts +1 -0
  44. package/api/resources/studio/resources/projects/types/index.js +1 -0
  45. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +4 -4
  46. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +4 -4
  47. package/api/resources/textToSpeech/client/Client.d.ts +1 -1
  48. package/api/resources/textToSpeech/client/Client.js +1 -1
  49. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
  50. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +2 -2
  51. package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +17 -10
  52. package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +17 -10
  53. package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +17 -10
  54. package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +17 -10
  55. package/api/resources/voices/client/Client.js +7 -1
  56. package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +3 -2
  57. package/api/resources/voices/resources/index.d.ts +1 -0
  58. package/api/resources/voices/resources/index.js +1 -0
  59. package/api/resources/voices/resources/ivc/client/Client.js +7 -1
  60. package/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +3 -2
  61. package/api/resources/voices/resources/ivc/index.d.ts +1 -0
  62. package/api/resources/voices/resources/ivc/index.js +1 -0
  63. package/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +4 -0
  64. package/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js +3 -0
  65. package/api/resources/voices/resources/ivc/types/index.d.ts +1 -0
  66. package/api/resources/voices/resources/ivc/types/index.js +17 -0
  67. package/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  68. package/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  69. package/api/resources/voices/types/VoicesUpdateRequestLabels.d.ts +4 -0
  70. package/api/resources/voices/types/VoicesUpdateRequestLabels.js +3 -0
  71. package/api/resources/voices/types/index.d.ts +1 -0
  72. package/api/resources/voices/types/index.js +1 -0
  73. package/api/types/AddKnowledgeBaseResponseModel.d.ts +3 -0
  74. package/api/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +4 -0
  75. package/api/types/AgentSummaryBatchSuccessfulResponseModel.js +3 -0
  76. package/api/types/Contributor.d.ts +4 -0
  77. package/api/types/Contributor.js +3 -0
  78. package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
  79. package/api/types/CustomSipHeader.d.ts +9 -0
  80. package/api/types/CustomSipHeader.js +3 -0
  81. package/api/types/CustomSipHeaderWithDynamicVariable.d.ts +11 -0
  82. package/api/types/CustomSipHeaderWithDynamicVariable.js +3 -0
  83. package/api/types/DirectPublishingReadResponseModel.d.ts +50 -0
  84. package/api/types/DirectPublishingReadResponseModel.js +3 -0
  85. package/api/types/DirectPublishingReadResponseModelDisplayMode.d.ts +6 -0
  86. package/api/types/DirectPublishingReadResponseModelDisplayMode.js +9 -0
  87. package/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +35 -0
  88. package/api/types/DirectPublishingReadResponseModelGenreItem.js +38 -0
  89. package/api/types/DirectPublishingReadResponseModelPayoutType.d.ts +6 -0
  90. package/api/types/DirectPublishingReadResponseModelPayoutType.js +9 -0
  91. package/api/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
  92. package/api/types/DirectPublishingReadResponseModelTargetAudience.js +10 -0
  93. package/api/types/DubbingMetadataResponse.d.ts +6 -4
  94. package/api/types/DubbingModel.d.ts +1 -0
  95. package/api/types/DubbingModel.js +1 -0
  96. package/api/types/InvoiceResponse.d.ts +3 -1
  97. package/api/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +10 -0
  98. package/api/types/InvoiceResponseModelPaymentIntentStatussesItem.js +13 -0
  99. package/api/types/LiteralJsonSchemaProperty.d.ts +7 -4
  100. package/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
  101. package/api/{resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts → types/PermissionType.d.ts} +8 -2
  102. package/api/types/{WorkspaceApiKeyResponseModelPermissionsItem.js → PermissionType.js} +8 -2
  103. package/api/types/PhoneNumberTransfer.d.ts +2 -0
  104. package/api/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +10 -0
  105. package/api/types/PhoneNumberTransferCustomSipHeadersItem.js +3 -0
  106. package/api/types/PreviewAudioDbModel.d.ts +7 -0
  107. package/api/types/PreviewAudioDbModel.js +3 -0
  108. package/api/types/ProjectExtendedResponse.d.ts +2 -0
  109. package/api/types/ReadLegalTerms.d.ts +5 -0
  110. package/api/types/ReadLegalTerms.js +3 -0
  111. package/api/types/ReadMetadataChapterDbModel.d.ts +10 -0
  112. package/api/types/ReadMetadataChapterDbModel.js +3 -0
  113. package/api/types/ReviewResponseModel.d.ts +9 -0
  114. package/api/types/ReviewResponseModel.js +3 -0
  115. package/api/types/ReviewResponseModelRejectReasonsItem.d.ts +21 -0
  116. package/api/types/ReviewResponseModelRejectReasonsItem.js +24 -0
  117. package/api/types/ReviewResponseModelReviewStatus.d.ts +6 -0
  118. package/api/types/ReviewResponseModelReviewStatus.js +9 -0
  119. package/api/types/SampleConfigDbModel.d.ts +7 -0
  120. package/api/types/SampleConfigDbModel.js +3 -0
  121. package/api/types/SampleConfigDbModelParentType.d.ts +5 -0
  122. package/api/types/SampleConfigDbModelParentType.js +8 -0
  123. package/api/types/SpellingPatience.d.ts +6 -0
  124. package/api/types/SpellingPatience.js +9 -0
  125. package/api/types/TurnConfig.d.ts +2 -0
  126. package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
  127. package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
  128. package/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +10 -0
  129. package/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +3 -0
  130. package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
  131. package/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +10 -0
  132. package/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +3 -0
  133. package/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -1
  134. package/api/types/index.d.ts +23 -1
  135. package/api/types/index.js +23 -1
  136. package/dist/BaseClient.js +2 -2
  137. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -0
  138. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +7 -2
  139. package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -0
  140. package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +4 -1
  141. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.d.ts +26 -0
  142. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +130 -0
  143. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
  144. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +17 -0
  145. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.d.ts +8 -0
  146. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.js +3 -0
  147. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.d.ts +1 -0
  148. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.js +2 -0
  149. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
  150. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
  151. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +10 -0
  152. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +3 -0
  153. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
  154. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
  155. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +13 -0
  156. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +52 -0
  157. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +6 -3
  158. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -6
  159. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -1
  160. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +4 -1
  161. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -1
  162. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
  163. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  164. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
  165. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
  166. package/dist/api/resources/speechToText/client/Client.d.ts +1 -1
  167. package/dist/api/resources/speechToText/client/Client.js +4 -2
  168. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -4
  169. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +6 -0
  170. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +9 -0
  171. package/dist/api/resources/speechToText/types/index.d.ts +1 -0
  172. package/dist/api/resources/speechToText/types/index.js +1 -0
  173. package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +4 -4
  174. package/dist/api/resources/studio/resources/projects/client/Client.js +3 -1
  175. package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +5 -5
  176. package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +14 -0
  177. package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +17 -0
  178. package/dist/api/resources/studio/resources/projects/types/index.d.ts +1 -0
  179. package/dist/api/resources/studio/resources/projects/types/index.js +1 -0
  180. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +4 -4
  181. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +4 -4
  182. package/dist/api/resources/textToSpeech/client/Client.d.ts +1 -1
  183. package/dist/api/resources/textToSpeech/client/Client.js +1 -1
  184. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
  185. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +2 -2
  186. package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +17 -10
  187. package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +17 -10
  188. package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +17 -10
  189. package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +17 -10
  190. package/dist/api/resources/voices/client/Client.js +7 -1
  191. package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +3 -2
  192. package/dist/api/resources/voices/resources/index.d.ts +1 -0
  193. package/dist/api/resources/voices/resources/index.js +1 -0
  194. package/dist/api/resources/voices/resources/ivc/client/Client.js +7 -1
  195. package/dist/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +3 -2
  196. package/dist/api/resources/voices/resources/ivc/index.d.ts +1 -0
  197. package/dist/api/resources/voices/resources/ivc/index.js +1 -0
  198. package/dist/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +4 -0
  199. package/dist/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js +3 -0
  200. package/dist/api/resources/voices/resources/ivc/types/index.d.ts +1 -0
  201. package/dist/api/resources/voices/resources/ivc/types/index.js +17 -0
  202. package/dist/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  203. package/dist/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  204. package/dist/api/resources/voices/types/VoicesUpdateRequestLabels.d.ts +4 -0
  205. package/dist/api/resources/voices/types/VoicesUpdateRequestLabels.js +3 -0
  206. package/dist/api/resources/voices/types/index.d.ts +1 -0
  207. package/dist/api/resources/voices/types/index.js +1 -0
  208. package/dist/api/types/AddKnowledgeBaseResponseModel.d.ts +3 -0
  209. package/dist/api/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +4 -0
  210. package/dist/api/types/AgentSummaryBatchSuccessfulResponseModel.js +3 -0
  211. package/dist/api/types/Contributor.d.ts +4 -0
  212. package/dist/api/types/Contributor.js +3 -0
  213. package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
  214. package/dist/api/types/CustomSipHeader.d.ts +9 -0
  215. package/dist/api/types/CustomSipHeader.js +3 -0
  216. package/dist/api/types/CustomSipHeaderWithDynamicVariable.d.ts +11 -0
  217. package/dist/api/types/CustomSipHeaderWithDynamicVariable.js +3 -0
  218. package/dist/api/types/DirectPublishingReadResponseModel.d.ts +50 -0
  219. package/dist/api/types/DirectPublishingReadResponseModel.js +3 -0
  220. package/dist/api/types/DirectPublishingReadResponseModelDisplayMode.d.ts +6 -0
  221. package/dist/api/types/DirectPublishingReadResponseModelDisplayMode.js +9 -0
  222. package/dist/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +35 -0
  223. package/dist/api/types/DirectPublishingReadResponseModelGenreItem.js +38 -0
  224. package/dist/api/types/DirectPublishingReadResponseModelPayoutType.d.ts +6 -0
  225. package/dist/api/types/DirectPublishingReadResponseModelPayoutType.js +9 -0
  226. package/dist/api/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
  227. package/dist/api/types/DirectPublishingReadResponseModelTargetAudience.js +10 -0
  228. package/dist/api/types/DubbingMetadataResponse.d.ts +6 -4
  229. package/dist/api/types/DubbingModel.d.ts +1 -0
  230. package/dist/api/types/DubbingModel.js +1 -0
  231. package/dist/api/types/InvoiceResponse.d.ts +3 -1
  232. package/dist/api/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +10 -0
  233. package/dist/api/types/InvoiceResponseModelPaymentIntentStatussesItem.js +13 -0
  234. package/dist/api/types/LiteralJsonSchemaProperty.d.ts +7 -4
  235. package/dist/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
  236. package/{api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts → dist/api/types/PermissionType.d.ts} +8 -2
  237. package/{api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js → dist/api/types/PermissionType.js} +8 -2
  238. package/dist/api/types/PhoneNumberTransfer.d.ts +2 -0
  239. package/dist/api/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +10 -0
  240. package/dist/api/types/PhoneNumberTransferCustomSipHeadersItem.js +3 -0
  241. package/dist/api/types/PreviewAudioDbModel.d.ts +7 -0
  242. package/dist/api/types/PreviewAudioDbModel.js +3 -0
  243. package/dist/api/types/ProjectExtendedResponse.d.ts +2 -0
  244. package/dist/api/types/ReadLegalTerms.d.ts +5 -0
  245. package/dist/api/types/ReadLegalTerms.js +3 -0
  246. package/dist/api/types/ReadMetadataChapterDbModel.d.ts +10 -0
  247. package/dist/api/types/ReadMetadataChapterDbModel.js +3 -0
  248. package/dist/api/types/ReviewResponseModel.d.ts +9 -0
  249. package/dist/api/types/ReviewResponseModel.js +3 -0
  250. package/dist/api/types/ReviewResponseModelRejectReasonsItem.d.ts +21 -0
  251. package/dist/api/types/ReviewResponseModelRejectReasonsItem.js +24 -0
  252. package/dist/api/types/ReviewResponseModelReviewStatus.d.ts +6 -0
  253. package/dist/api/types/ReviewResponseModelReviewStatus.js +9 -0
  254. package/dist/api/types/SampleConfigDbModel.d.ts +7 -0
  255. package/dist/api/types/SampleConfigDbModel.js +3 -0
  256. package/dist/api/types/SampleConfigDbModelParentType.d.ts +5 -0
  257. package/dist/api/types/SampleConfigDbModelParentType.js +8 -0
  258. package/dist/api/types/SpellingPatience.d.ts +6 -0
  259. package/dist/api/types/SpellingPatience.js +9 -0
  260. package/dist/api/types/TurnConfig.d.ts +2 -0
  261. package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
  262. package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
  263. package/dist/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +10 -0
  264. package/dist/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +3 -0
  265. package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
  266. package/dist/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +10 -0
  267. package/dist/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +3 -0
  268. package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -1
  269. package/dist/api/types/index.d.ts +23 -1
  270. package/dist/api/types/index.js +23 -1
  271. package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +2 -0
  272. package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.js +3 -1
  273. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.d.ts +8 -0
  274. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.js +40 -0
  275. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
  276. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +37 -0
  277. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
  278. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
  279. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +15 -0
  280. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +49 -0
  281. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
  282. package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
  283. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
  284. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +2 -2
  285. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
  286. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +2 -2
  287. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
  288. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
  289. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +7 -0
  290. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +39 -0
  291. package/dist/serialization/resources/speechToText/types/index.d.ts +1 -0
  292. package/dist/serialization/resources/speechToText/types/index.js +1 -0
  293. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +7 -0
  294. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +39 -0
  295. package/dist/serialization/resources/studio/resources/projects/types/index.d.ts +1 -0
  296. package/dist/serialization/resources/studio/resources/projects/types/index.js +1 -0
  297. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +1 -1
  298. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +16 -9
  299. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +1 -1
  300. package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +16 -9
  301. package/dist/serialization/resources/voices/resources/index.d.ts +2 -0
  302. package/dist/serialization/resources/voices/resources/index.js +3 -1
  303. package/dist/serialization/resources/voices/resources/ivc/index.d.ts +1 -0
  304. package/dist/serialization/resources/voices/resources/ivc/index.js +17 -0
  305. package/dist/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +7 -0
  306. package/dist/serialization/resources/{serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js → voices/resources/ivc/types/IvcCreateRequestLabels.js} +4 -30
  307. package/dist/serialization/resources/voices/resources/ivc/types/index.d.ts +1 -0
  308. package/dist/serialization/resources/voices/resources/ivc/types/index.js +17 -0
  309. package/dist/serialization/resources/voices/types/VoicesUpdateRequestLabels.d.ts +7 -0
  310. package/dist/serialization/resources/voices/types/VoicesUpdateRequestLabels.js +42 -0
  311. package/dist/serialization/resources/voices/types/index.d.ts +1 -0
  312. package/dist/serialization/resources/voices/types/index.js +1 -0
  313. package/dist/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -0
  314. package/dist/serialization/types/AddKnowledgeBaseResponseModel.js +2 -0
  315. package/dist/serialization/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +10 -0
  316. package/dist/serialization/types/AgentSummaryBatchSuccessfulResponseModel.js +42 -0
  317. package/dist/serialization/types/Contributor.d.ts +10 -0
  318. package/dist/serialization/types/Contributor.js +42 -0
  319. package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
  320. package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
  321. package/dist/serialization/types/CustomSipHeader.d.ts +10 -0
  322. package/dist/serialization/types/CustomSipHeader.js +42 -0
  323. package/dist/serialization/types/CustomSipHeaderWithDynamicVariable.d.ts +10 -0
  324. package/dist/serialization/types/CustomSipHeaderWithDynamicVariable.js +42 -0
  325. package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +65 -0
  326. package/dist/serialization/types/DirectPublishingReadResponseModel.js +97 -0
  327. package/dist/serialization/types/DirectPublishingReadResponseModelDisplayMode.d.ts +7 -0
  328. package/dist/serialization/types/DirectPublishingReadResponseModelDisplayMode.js +39 -0
  329. package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +7 -0
  330. package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.js +72 -0
  331. package/dist/serialization/types/DirectPublishingReadResponseModelPayoutType.d.ts +7 -0
  332. package/dist/serialization/types/DirectPublishingReadResponseModelPayoutType.js +39 -0
  333. package/dist/serialization/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
  334. package/dist/serialization/types/DirectPublishingReadResponseModelTargetAudience.js +39 -0
  335. package/dist/serialization/types/DubbingMetadataResponse.d.ts +1 -0
  336. package/dist/serialization/types/DubbingMetadataResponse.js +1 -0
  337. package/dist/serialization/types/DubbingModel.d.ts +1 -1
  338. package/dist/serialization/types/DubbingModel.js +1 -1
  339. package/dist/serialization/types/InvoiceResponse.d.ts +2 -0
  340. package/dist/serialization/types/InvoiceResponse.js +2 -0
  341. package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +7 -0
  342. package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.js +47 -0
  343. package/dist/serialization/types/{WorkspaceApiKeyResponseModelPermissionsItem.d.ts → PermissionType.d.ts} +3 -3
  344. package/{serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js → dist/serialization/types/PermissionType.js} +8 -2
  345. package/dist/serialization/types/PhoneNumberTransfer.d.ts +2 -0
  346. package/dist/serialization/types/PhoneNumberTransfer.js +2 -0
  347. package/dist/serialization/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +15 -0
  348. package/dist/serialization/types/PhoneNumberTransferCustomSipHeadersItem.js +49 -0
  349. package/dist/serialization/types/PreviewAudioDbModel.d.ts +13 -0
  350. package/dist/serialization/types/PreviewAudioDbModel.js +45 -0
  351. package/dist/serialization/types/ProjectExtendedResponse.d.ts +2 -0
  352. package/dist/serialization/types/ProjectExtendedResponse.js +2 -0
  353. package/dist/serialization/types/ReadLegalTerms.d.ts +11 -0
  354. package/dist/serialization/types/ReadLegalTerms.js +43 -0
  355. package/dist/serialization/types/ReadMetadataChapterDbModel.d.ts +16 -0
  356. package/dist/serialization/types/ReadMetadataChapterDbModel.js +48 -0
  357. package/dist/serialization/types/ReviewResponseModel.d.ts +16 -0
  358. package/dist/serialization/{resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js → types/ReviewResponseModel.js} +12 -32
  359. package/dist/serialization/types/ReviewResponseModelRejectReasonsItem.d.ts +7 -0
  360. package/dist/serialization/types/ReviewResponseModelRejectReasonsItem.js +58 -0
  361. package/dist/serialization/types/ReviewResponseModelReviewStatus.d.ts +7 -0
  362. package/dist/serialization/types/ReviewResponseModelReviewStatus.js +39 -0
  363. package/dist/serialization/types/SampleConfigDbModel.d.ts +13 -0
  364. package/dist/serialization/types/SampleConfigDbModel.js +45 -0
  365. package/dist/serialization/types/SampleConfigDbModelParentType.d.ts +7 -0
  366. package/dist/serialization/types/SampleConfigDbModelParentType.js +39 -0
  367. package/dist/serialization/types/SpellingPatience.d.ts +7 -0
  368. package/dist/serialization/types/SpellingPatience.js +39 -0
  369. package/dist/serialization/types/TurnConfig.d.ts +2 -0
  370. package/dist/serialization/types/TurnConfig.js +2 -0
  371. package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
  372. package/dist/serialization/types/TurnConfigWorkflowOverride.js +2 -0
  373. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
  374. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
  375. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +15 -0
  376. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +49 -0
  377. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
  378. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
  379. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +15 -0
  380. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +49 -0
  381. package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +3 -2
  382. package/dist/serialization/types/WorkspaceApiKeyResponseModel.js +3 -2
  383. package/dist/serialization/types/index.d.ts +23 -1
  384. package/dist/serialization/types/index.js +23 -1
  385. package/dist/version.d.ts +1 -1
  386. package/dist/version.js +1 -1
  387. package/dist/wrapper/realtime/scribe.js +3 -0
  388. package/package.json +1 -1
  389. package/reference.md +135 -5
  390. package/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +2 -0
  391. package/serialization/resources/conversationalAi/resources/agents/resources/index.js +3 -1
  392. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.d.ts +8 -0
  393. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.js +40 -0
  394. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
  395. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +37 -0
  396. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
  397. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
  398. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +15 -0
  399. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +49 -0
  400. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
  401. package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
  402. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
  403. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +2 -2
  404. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
  405. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +2 -2
  406. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
  407. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
  408. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +7 -0
  409. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +39 -0
  410. package/serialization/resources/speechToText/types/index.d.ts +1 -0
  411. package/serialization/resources/speechToText/types/index.js +1 -0
  412. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +7 -0
  413. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +39 -0
  414. package/serialization/resources/studio/resources/projects/types/index.d.ts +1 -0
  415. package/serialization/resources/studio/resources/projects/types/index.js +1 -0
  416. package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +1 -1
  417. package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +16 -9
  418. package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +1 -1
  419. package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +16 -9
  420. package/serialization/resources/voices/resources/index.d.ts +2 -0
  421. package/serialization/resources/voices/resources/index.js +3 -1
  422. package/serialization/resources/voices/resources/ivc/index.d.ts +1 -0
  423. package/serialization/resources/voices/resources/ivc/index.js +17 -0
  424. package/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +7 -0
  425. package/serialization/resources/{serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js → voices/resources/ivc/types/IvcCreateRequestLabels.js} +4 -30
  426. package/serialization/resources/voices/resources/ivc/types/index.d.ts +1 -0
  427. package/serialization/resources/voices/resources/ivc/types/index.js +17 -0
  428. package/serialization/resources/voices/types/VoicesUpdateRequestLabels.d.ts +7 -0
  429. package/serialization/resources/voices/types/VoicesUpdateRequestLabels.js +42 -0
  430. package/serialization/resources/voices/types/index.d.ts +1 -0
  431. package/serialization/resources/voices/types/index.js +1 -0
  432. package/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -0
  433. package/serialization/types/AddKnowledgeBaseResponseModel.js +2 -0
  434. package/serialization/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +10 -0
  435. package/serialization/types/AgentSummaryBatchSuccessfulResponseModel.js +42 -0
  436. package/serialization/types/Contributor.d.ts +10 -0
  437. package/serialization/types/Contributor.js +42 -0
  438. package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
  439. package/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
  440. package/serialization/types/CustomSipHeader.d.ts +10 -0
  441. package/serialization/types/CustomSipHeader.js +42 -0
  442. package/serialization/types/CustomSipHeaderWithDynamicVariable.d.ts +10 -0
  443. package/serialization/types/CustomSipHeaderWithDynamicVariable.js +42 -0
  444. package/serialization/types/DirectPublishingReadResponseModel.d.ts +65 -0
  445. package/serialization/types/DirectPublishingReadResponseModel.js +97 -0
  446. package/serialization/types/DirectPublishingReadResponseModelDisplayMode.d.ts +7 -0
  447. package/serialization/types/DirectPublishingReadResponseModelDisplayMode.js +39 -0
  448. package/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +7 -0
  449. package/serialization/types/DirectPublishingReadResponseModelGenreItem.js +72 -0
  450. package/serialization/types/DirectPublishingReadResponseModelPayoutType.d.ts +7 -0
  451. package/serialization/types/DirectPublishingReadResponseModelPayoutType.js +39 -0
  452. package/serialization/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
  453. package/serialization/types/DirectPublishingReadResponseModelTargetAudience.js +39 -0
  454. package/serialization/types/DubbingMetadataResponse.d.ts +1 -0
  455. package/serialization/types/DubbingMetadataResponse.js +1 -0
  456. package/serialization/types/DubbingModel.d.ts +1 -1
  457. package/serialization/types/DubbingModel.js +1 -1
  458. package/serialization/types/InvoiceResponse.d.ts +2 -0
  459. package/serialization/types/InvoiceResponse.js +2 -0
  460. package/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +7 -0
  461. package/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.js +47 -0
  462. package/serialization/types/{WorkspaceApiKeyResponseModelPermissionsItem.d.ts → PermissionType.d.ts} +3 -3
  463. package/{dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js → serialization/types/PermissionType.js} +8 -2
  464. package/serialization/types/PhoneNumberTransfer.d.ts +2 -0
  465. package/serialization/types/PhoneNumberTransfer.js +2 -0
  466. package/serialization/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +15 -0
  467. package/serialization/types/PhoneNumberTransferCustomSipHeadersItem.js +49 -0
  468. package/serialization/types/PreviewAudioDbModel.d.ts +13 -0
  469. package/serialization/types/PreviewAudioDbModel.js +45 -0
  470. package/serialization/types/ProjectExtendedResponse.d.ts +2 -0
  471. package/serialization/types/ProjectExtendedResponse.js +2 -0
  472. package/serialization/types/ReadLegalTerms.d.ts +11 -0
  473. package/serialization/types/ReadLegalTerms.js +43 -0
  474. package/serialization/types/ReadMetadataChapterDbModel.d.ts +16 -0
  475. package/serialization/types/ReadMetadataChapterDbModel.js +48 -0
  476. package/serialization/types/ReviewResponseModel.d.ts +16 -0
  477. package/serialization/types/ReviewResponseModel.js +48 -0
  478. package/serialization/types/ReviewResponseModelRejectReasonsItem.d.ts +7 -0
  479. package/serialization/types/ReviewResponseModelRejectReasonsItem.js +58 -0
  480. package/serialization/types/ReviewResponseModelReviewStatus.d.ts +7 -0
  481. package/serialization/types/ReviewResponseModelReviewStatus.js +39 -0
  482. package/serialization/types/SampleConfigDbModel.d.ts +13 -0
  483. package/serialization/types/SampleConfigDbModel.js +45 -0
  484. package/serialization/types/SampleConfigDbModelParentType.d.ts +7 -0
  485. package/serialization/types/SampleConfigDbModelParentType.js +39 -0
  486. package/serialization/types/SpellingPatience.d.ts +7 -0
  487. package/serialization/types/SpellingPatience.js +39 -0
  488. package/serialization/types/TurnConfig.d.ts +2 -0
  489. package/serialization/types/TurnConfig.js +2 -0
  490. package/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
  491. package/serialization/types/TurnConfigWorkflowOverride.js +2 -0
  492. package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
  493. package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
  494. package/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +15 -0
  495. package/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +49 -0
  496. package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
  497. package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
  498. package/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +15 -0
  499. package/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +49 -0
  500. package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +3 -2
  501. package/serialization/types/WorkspaceApiKeyResponseModel.js +3 -2
  502. package/serialization/types/index.d.ts +23 -1
  503. package/serialization/types/index.js +23 -1
  504. package/version.d.ts +1 -1
  505. package/version.js +1 -1
  506. package/wrapper/realtime/scribe.js +3 -0
  507. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -31
  508. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -34
  509. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts +0 -31
  510. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js +0 -34
  511. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -31
  512. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -34
  513. package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +0 -31
  514. package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +0 -34
  515. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts +0 -7
  516. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -7
  517. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts +0 -7
  518. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -7
  519. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -68
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.DirectPublishingReadResponseModelTargetAudience = void 0;
5
+ exports.DirectPublishingReadResponseModelTargetAudience = {
6
+ Children: "children",
7
+ YoungAdult: "young adult",
8
+ Adult: "adult",
9
+ AllAges: "all ages",
10
+ };
@@ -4,16 +4,18 @@ export interface DubbingMetadataResponse {
4
4
  dubbingId: string;
5
5
  /** The name of the dubbing project. */
6
6
  name: string;
7
- /** The status of the dubbing project. Either 'dubbed', 'dubbing', 'failed', or 'cloning'. */
7
+ /** The state this dub is in. */
8
8
  status: string;
9
- /** The target languages of the dubbing project. */
9
+ /** Once dubbing has completed, the ISO-639-1 code of the original media's source language. */
10
+ sourceLanguage?: string;
11
+ /** The ISO-639-1 code of the languages this media has been dubbed into. */
10
12
  targetLanguages: string[];
11
13
  /** Whether this dubbing project is editable in Dubbing Studio. */
12
14
  editable?: boolean;
13
15
  /** Timestamp this dub was created. */
14
16
  createdAt: Date;
15
- /** The media metadata of the dubbing project. */
17
+ /** Metadata, such as the length in seconds and content type, of the dubbed content. */
16
18
  mediaMetadata?: ElevenLabs.DubbingMediaMetadata;
17
- /** Optional error message if the dubbing project failed. */
19
+ /** Error message indicate, if this dub has failed, what happened. */
18
20
  error?: string;
19
21
  }
@@ -1,5 +1,6 @@
1
1
  export declare const DubbingModel: {
2
2
  readonly DubbingV2: "dubbing_v2";
3
3
  readonly DubbingV3: "dubbing_v3";
4
+ readonly DubbingE2EV1: "dubbing_e2e_v1";
4
5
  };
5
6
  export type DubbingModel = (typeof DubbingModel)[keyof typeof DubbingModel];
@@ -5,4 +5,5 @@ exports.DubbingModel = void 0;
5
5
  exports.DubbingModel = {
6
6
  DubbingV2: "dubbing_v2",
7
7
  DubbingV3: "dubbing_v3",
8
+ DubbingE2EV1: "dubbing_e2e_v1",
8
9
  };
@@ -14,6 +14,8 @@ export interface InvoiceResponse {
14
14
  discounts: ElevenLabs.DiscountResponseModel[];
15
15
  /** The Unix timestamp of the next payment attempt. */
16
16
  nextPaymentAttemptUnix: number;
17
- /** The status of this invoice's payment intent. None when there is no payment intent. */
17
+ /** Deprecated. Use [payment_intent_statusses] instead. The status of this invoice's first payment intent. None when there is no payment intent. */
18
18
  paymentIntentStatus?: ElevenLabs.InvoiceResponseModelPaymentIntentStatus;
19
+ /** The statuses of this invoice's payment intents. Empty list when there are no payment intents. */
20
+ paymentIntentStatusses: ElevenLabs.InvoiceResponseModelPaymentIntentStatussesItem[];
19
21
  }
@@ -0,0 +1,10 @@
1
+ export declare const InvoiceResponseModelPaymentIntentStatussesItem: {
2
+ readonly Canceled: "canceled";
3
+ readonly Processing: "processing";
4
+ readonly RequiresAction: "requires_action";
5
+ readonly RequiresCapture: "requires_capture";
6
+ readonly RequiresConfirmation: "requires_confirmation";
7
+ readonly RequiresPaymentMethod: "requires_payment_method";
8
+ readonly Succeeded: "succeeded";
9
+ };
10
+ export type InvoiceResponseModelPaymentIntentStatussesItem = (typeof InvoiceResponseModelPaymentIntentStatussesItem)[keyof typeof InvoiceResponseModelPaymentIntentStatussesItem];
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.InvoiceResponseModelPaymentIntentStatussesItem = void 0;
5
+ exports.InvoiceResponseModelPaymentIntentStatussesItem = {
6
+ Canceled: "canceled",
7
+ Processing: "processing",
8
+ RequiresAction: "requires_action",
9
+ RequiresCapture: "requires_capture",
10
+ RequiresConfirmation: "requires_confirmation",
11
+ RequiresPaymentMethod: "requires_payment_method",
12
+ Succeeded: "succeeded",
13
+ };
@@ -1,14 +1,17 @@
1
1
  import type * as ElevenLabs from "../index";
2
+ /**
3
+ * Schema property for literal JSON types. IMPORTANT: Only ONE of the following fields can be set: description (LLM provides value), dynamic_variable (value from variable), is_system_provided (system provides value), or constant_value (fixed value). These are mutually exclusive.
4
+ */
2
5
  export interface LiteralJsonSchemaProperty {
3
6
  type: ElevenLabs.LiteralJsonSchemaPropertyType;
4
- /** The description of the property */
7
+ /** The description of the property. When set, the LLM will provide the value based on this description. Mutually exclusive with dynamic_variable, is_system_provided, and constant_value. */
5
8
  description?: string;
6
9
  /** List of allowed string values for string type parameters */
7
10
  enum?: string[];
8
- /** If true, the value will be populated by the system at runtime. Used by Api Integration Webhook tools for templating. */
11
+ /** If true, the value will be populated by the system at runtime. Used by API Integration Webhook tools for templating. Mutually exclusive with description, dynamic_variable, and constant_value. */
9
12
  isSystemProvided?: boolean;
10
- /** The dynamic variable of the property */
13
+ /** The name of the dynamic variable to use for this property's value. Mutually exclusive with description, is_system_provided, and constant_value. */
11
14
  dynamicVariable?: string;
12
- /** The constant value of the property */
15
+ /** A constant value to use for this property. Mutually exclusive with description, dynamic_variable, and is_system_provided. */
13
16
  constantValue?: ElevenLabs.LiteralJsonSchemaPropertyConstantValue;
14
17
  }
@@ -1,4 +1,4 @@
1
1
  /**
2
- * The constant value of the property
2
+ * A constant value to use for this property. Mutually exclusive with description, dynamic_variable, and is_system_provided.
3
3
  */
4
4
  export type LiteralJsonSchemaPropertyConstantValue = string | number | number | boolean;
@@ -1,4 +1,4 @@
1
- export declare const WorkspaceApiKeyResponseModelPermissionsItem: {
1
+ export declare const PermissionType: {
2
2
  readonly TextToSpeech: "text_to_speech";
3
3
  readonly SpeechToSpeech: "speech_to_speech";
4
4
  readonly SpeechToText: "speech_to_text";
@@ -27,5 +27,11 @@ export declare const WorkspaceApiKeyResponseModelPermissionsItem: {
27
27
  readonly ConvaiRead: "convai_read";
28
28
  readonly ConvaiWrite: "convai_write";
29
29
  readonly MusicGeneration: "music_generation";
30
+ readonly AddVoiceFromVoiceLibrary: "add_voice_from_voice_library";
31
+ readonly CreateInstantVoiceClone: "create_instant_voice_clone";
32
+ readonly CreateProfessionalVoiceClone: "create_professional_voice_clone";
33
+ readonly PublishVoiceToVoiceLibrary: "publish_voice_to_voice_library";
34
+ readonly ShareVoiceExternally: "share_voice_externally";
35
+ readonly CreateUserApiKey: "create_user_api_key";
30
36
  };
31
- export type WorkspaceApiKeyResponseModelPermissionsItem = (typeof WorkspaceApiKeyResponseModelPermissionsItem)[keyof typeof WorkspaceApiKeyResponseModelPermissionsItem];
37
+ export type PermissionType = (typeof PermissionType)[keyof typeof PermissionType];
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  // This file was auto-generated by Fern from our API Definition.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem = void 0;
5
- exports.BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem = {
4
+ exports.PermissionType = void 0;
5
+ exports.PermissionType = {
6
6
  TextToSpeech: "text_to_speech",
7
7
  SpeechToSpeech: "speech_to_speech",
8
8
  SpeechToText: "speech_to_text",
@@ -31,4 +31,10 @@ exports.BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKe
31
31
  ConvaiRead: "convai_read",
32
32
  ConvaiWrite: "convai_write",
33
33
  MusicGeneration: "music_generation",
34
+ AddVoiceFromVoiceLibrary: "add_voice_from_voice_library",
35
+ CreateInstantVoiceClone: "create_instant_voice_clone",
36
+ CreateProfessionalVoiceClone: "create_professional_voice_clone",
37
+ PublishVoiceToVoiceLibrary: "publish_voice_to_voice_library",
38
+ ShareVoiceExternally: "share_voice_externally",
39
+ CreateUserApiKey: "create_user_api_key",
34
40
  };
@@ -1,5 +1,7 @@
1
1
  import type * as ElevenLabs from "../index";
2
2
  export interface PhoneNumberTransfer {
3
+ /** Custom SIP headers to include when transferring the call. Each header can be either a static value or a dynamic variable reference. */
4
+ customSipHeaders?: ElevenLabs.PhoneNumberTransferCustomSipHeadersItem[];
3
5
  transferDestination?: ElevenLabs.PhoneNumberTransferTransferDestination;
4
6
  phoneNumber?: string;
5
7
  condition: string;
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type PhoneNumberTransferCustomSipHeadersItem = ElevenLabs.PhoneNumberTransferCustomSipHeadersItem.Dynamic | ElevenLabs.PhoneNumberTransferCustomSipHeadersItem.Static;
3
+ export declare namespace PhoneNumberTransferCustomSipHeadersItem {
4
+ interface Dynamic extends ElevenLabs.CustomSipHeaderWithDynamicVariable {
5
+ type: "dynamic";
6
+ }
7
+ interface Static extends ElevenLabs.CustomSipHeader {
8
+ type: "static";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ export interface PreviewAudioDbModel {
2
+ voiceId: string;
3
+ text: string;
4
+ audioUrl: string;
5
+ isAutoGenerated?: boolean;
6
+ generatedAtUnix?: number;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -84,4 +84,6 @@ export interface ProjectExtendedResponse {
84
84
  voices: ElevenLabs.ProjectVoiceResponseModel[];
85
85
  /** List of voices used by the project. */
86
86
  baseVoices?: ElevenLabs.Voice[];
87
+ /** The ElevenReader data if the book was published. */
88
+ publishingRead?: ElevenLabs.DirectPublishingReadResponseModel;
87
89
  }
@@ -0,0 +1,5 @@
1
+ export interface ReadLegalTerms {
2
+ terms?: string;
3
+ startDate?: string;
4
+ endDate?: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ export interface ReadMetadataChapterDbModel {
2
+ chapterName: string;
3
+ wordCount: number;
4
+ charCount: number;
5
+ startingCharOffset: number;
6
+ hasParsedHtml?: boolean;
7
+ hasSummary?: boolean;
8
+ durationSeconds?: number;
9
+ fileNumber?: string;
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface ReviewResponseModel {
3
+ reviewStatus: ElevenLabs.ReviewResponseModelReviewStatus;
4
+ reviewedAtUnix: number;
5
+ reviewedBy?: string;
6
+ rejectReasons?: ElevenLabs.ReviewResponseModelRejectReasonsItem[];
7
+ scoresBreakdown?: Record<string, number | undefined>;
8
+ rejectedDetails?: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ export declare const ReviewResponseModelRejectReasonsItem: {
2
+ readonly LacksStructure: "lacks_structure";
3
+ readonly DoesntOpen: "doesnt_open";
4
+ readonly NotLiteraryWork: "not_literary_work";
5
+ readonly LanguageNotSupported: "language_not_supported";
6
+ readonly TooShort: "too_short";
7
+ readonly Duplicate: "duplicate";
8
+ readonly Promotional: "promotional";
9
+ readonly FormattingIssues: "formatting_issues";
10
+ readonly LowQuality: "low_quality";
11
+ readonly MetadataIncomplete: "metadata_incomplete";
12
+ readonly MetadataInaccurate: "metadata_inaccurate";
13
+ readonly Typos: "typos";
14
+ readonly ReviewError: "review_error";
15
+ readonly Spam: "spam";
16
+ readonly LegalViolation: "legal_violation";
17
+ readonly ContentPolicy: "content_policy";
18
+ readonly PublicDomain: "public_domain";
19
+ readonly Other: "other";
20
+ };
21
+ export type ReviewResponseModelRejectReasonsItem = (typeof ReviewResponseModelRejectReasonsItem)[keyof typeof ReviewResponseModelRejectReasonsItem];
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.ReviewResponseModelRejectReasonsItem = void 0;
5
+ exports.ReviewResponseModelRejectReasonsItem = {
6
+ LacksStructure: "lacks_structure",
7
+ DoesntOpen: "doesnt_open",
8
+ NotLiteraryWork: "not_literary_work",
9
+ LanguageNotSupported: "language_not_supported",
10
+ TooShort: "too_short",
11
+ Duplicate: "duplicate",
12
+ Promotional: "promotional",
13
+ FormattingIssues: "formatting_issues",
14
+ LowQuality: "low_quality",
15
+ MetadataIncomplete: "metadata_incomplete",
16
+ MetadataInaccurate: "metadata_inaccurate",
17
+ Typos: "typos",
18
+ ReviewError: "review_error",
19
+ Spam: "spam",
20
+ LegalViolation: "legal_violation",
21
+ ContentPolicy: "content_policy",
22
+ PublicDomain: "public_domain",
23
+ Other: "other",
24
+ };
@@ -0,0 +1,6 @@
1
+ export declare const ReviewResponseModelReviewStatus: {
2
+ readonly Approved: "approved";
3
+ readonly EditsRequired: "edits_required";
4
+ readonly Rejected: "rejected";
5
+ };
6
+ export type ReviewResponseModelReviewStatus = (typeof ReviewResponseModelReviewStatus)[keyof typeof ReviewResponseModelReviewStatus];
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.ReviewResponseModelReviewStatus = void 0;
5
+ exports.ReviewResponseModelReviewStatus = {
6
+ Approved: "approved",
7
+ EditsRequired: "edits_required",
8
+ Rejected: "rejected",
9
+ };
@@ -0,0 +1,7 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface SampleConfigDbModel {
3
+ isSample?: boolean;
4
+ parentId?: string;
5
+ parentType?: ElevenLabs.SampleConfigDbModelParentType;
6
+ chapterIds?: string[];
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ export declare const SampleConfigDbModelParentType: {
2
+ readonly Read: "read";
3
+ readonly Collection: "collection";
4
+ };
5
+ export type SampleConfigDbModelParentType = (typeof SampleConfigDbModelParentType)[keyof typeof SampleConfigDbModelParentType];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.SampleConfigDbModelParentType = void 0;
5
+ exports.SampleConfigDbModelParentType = {
6
+ Read: "read",
7
+ Collection: "collection",
8
+ };
@@ -0,0 +1,6 @@
1
+ /** Controls if the agent should be more patient when user is spelling numbers and named entities. */
2
+ export declare const SpellingPatience: {
3
+ readonly Auto: "auto";
4
+ readonly Off: "off";
5
+ };
6
+ export type SpellingPatience = (typeof SpellingPatience)[keyof typeof SpellingPatience];
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.SpellingPatience = void 0;
5
+ /** Controls if the agent should be more patient when user is spelling numbers and named entities. */
6
+ exports.SpellingPatience = {
7
+ Auto: "auto",
8
+ Off: "off",
9
+ };
@@ -10,4 +10,6 @@ export interface TurnConfig {
10
10
  softTimeoutConfig?: ElevenLabs.SoftTimeoutConfig;
11
11
  /** Controls how eager the agent is to respond. Low = less eager (waits longer), Standard = default eagerness, High = more eager (responds sooner) */
12
12
  turnEagerness?: ElevenLabs.TurnEagerness;
13
+ /** Controls if the agent should be more patient when user is spelling numbers and named entities. Auto = model based, Off = never wait extra */
14
+ spellingPatience?: ElevenLabs.SpellingPatience;
13
15
  }
@@ -10,4 +10,6 @@ export interface TurnConfigWorkflowOverride {
10
10
  softTimeoutConfig?: ElevenLabs.SoftTimeoutConfigWorkflowOverride;
11
11
  /** Controls how eager the agent is to respond. Low = less eager (waits longer), Standard = default eagerness, High = more eager (responds sooner) */
12
12
  turnEagerness?: ElevenLabs.TurnEagerness;
13
+ /** Controls if the agent should be more patient when user is spelling numbers and named entities. Auto = model based, Off = never wait extra */
14
+ spellingPatience?: ElevenLabs.SpellingPatience;
13
15
  }
@@ -1,5 +1,7 @@
1
1
  import type * as ElevenLabs from "../index";
2
2
  export interface WorkflowPhoneNumberNodeModelInput {
3
+ /** Custom SIP headers to include when transferring the call. Each header can be either a static value or a dynamic variable reference. */
4
+ customSipHeaders?: ElevenLabs.WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem[];
3
5
  /** Position of the node in the workflow. */
4
6
  position?: ElevenLabs.PositionInput;
5
7
  /** The ids of outgoing edges in the order they should be evaluated. */
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem = ElevenLabs.WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.Dynamic | ElevenLabs.WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.Static;
3
+ export declare namespace WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem {
4
+ interface Dynamic extends ElevenLabs.CustomSipHeaderWithDynamicVariable {
5
+ type: "dynamic";
6
+ }
7
+ interface Static extends ElevenLabs.CustomSipHeader {
8
+ type: "static";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +1,7 @@
1
1
  import type * as ElevenLabs from "../index";
2
2
  export interface WorkflowPhoneNumberNodeModelOutput {
3
+ /** Custom SIP headers to include when transferring the call. Each header can be either a static value or a dynamic variable reference. */
4
+ customSipHeaders: ElevenLabs.WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem[];
3
5
  /** Position of the node in the workflow. */
4
6
  position: ElevenLabs.PositionOutput;
5
7
  /** The ids of outgoing edges in the order they should be evaluated. */
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem = ElevenLabs.WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.Dynamic | ElevenLabs.WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.Static;
3
+ export declare namespace WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem {
4
+ interface Dynamic extends ElevenLabs.CustomSipHeaderWithDynamicVariable {
5
+ type: "dynamic";
6
+ }
7
+ interface Static extends ElevenLabs.CustomSipHeader {
8
+ type: "static";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -6,7 +6,8 @@ export interface WorkspaceApiKeyResponseModel {
6
6
  serviceAccountUserId: string;
7
7
  createdAtUnix?: number;
8
8
  isDisabled?: boolean;
9
- permissions?: ElevenLabs.WorkspaceApiKeyResponseModelPermissionsItem[];
9
+ permissions?: ElevenLabs.PermissionType[];
10
10
  characterLimit?: number;
11
11
  characterCount?: number;
12
+ hashedXiApiKey: string;
12
13
  }
@@ -29,6 +29,7 @@ export * from "./AgentPlatformSettingsResponseModel";
29
29
  export * from "./AgentSimulatedChatTestResponseModel";
30
30
  export * from "./AgentSortBy";
31
31
  export * from "./AgentSuccessfulResponseExample";
32
+ export * from "./AgentSummaryBatchSuccessfulResponseModel";
32
33
  export * from "./AgentSummaryResponseModel";
33
34
  export * from "./AgentTestingSettings";
34
35
  export * from "./AgentTransfer";
@@ -183,6 +184,7 @@ export * from "./CharacterUsageResponse";
183
184
  export * from "./ClientEvent";
184
185
  export * from "./ClientToolConfigInput";
185
186
  export * from "./ClientToolConfigOutput";
187
+ export * from "./Contributor";
186
188
  export * from "./ConvAiDynamicVariable";
187
189
  export * from "./ConvAiSecretLocator";
188
190
  export * from "./ConvAiStoredSecretDependencies";
@@ -278,6 +280,8 @@ export * from "./CreateUnitTestResponseModel";
278
280
  export * from "./CustomLlm";
279
281
  export * from "./CustomLlmapiType";
280
282
  export * from "./CustomLlmRequestHeadersValue";
283
+ export * from "./CustomSipHeader";
284
+ export * from "./CustomSipHeaderWithDynamicVariable";
281
285
  export * from "./DashboardCallSuccessChartModel";
282
286
  export * from "./DashboardCriteriaChartModel";
283
287
  export * from "./DashboardDataCollectionChartModel";
@@ -305,6 +309,11 @@ export * from "./DetailedMusicResponse";
305
309
  export * from "./DetectedEntity";
306
310
  export * from "./DialogueInput";
307
311
  export * from "./DialogueInputResponseModel";
312
+ export * from "./DirectPublishingReadResponseModel";
313
+ export * from "./DirectPublishingReadResponseModelDisplayMode";
314
+ export * from "./DirectPublishingReadResponseModelGenreItem";
315
+ export * from "./DirectPublishingReadResponseModelPayoutType";
316
+ export * from "./DirectPublishingReadResponseModelTargetAudience";
308
317
  export * from "./DiscountResponseModel";
309
318
  export * from "./DocumentUsageModeEnum";
310
319
  export * from "./DocxExportOptions";
@@ -431,6 +440,7 @@ export * from "./InboundSipTrunkConfigRequestModel";
431
440
  export * from "./IntegrationType";
432
441
  export * from "./InvoiceResponse";
433
442
  export * from "./InvoiceResponseModelPaymentIntentStatus";
443
+ export * from "./InvoiceResponseModelPaymentIntentStatussesItem";
434
444
  export * from "./KnowledgeBaseDependentType";
435
445
  export * from "./KnowledgeBaseDocumentChunkResponseModel";
436
446
  export * from "./KnowledgeBaseDocumentMetadataResponseModel";
@@ -519,9 +529,11 @@ export * from "./PdfExportOptions";
519
529
  export * from "./PendingCancellationResponseModel";
520
530
  export * from "./PendingSubscriptionSwitchResponseModel";
521
531
  export * from "./PendingSubscriptionSwitchResponseModelNextTier";
532
+ export * from "./PermissionType";
522
533
  export * from "./PhoneNumberAgentInfo";
523
534
  export * from "./PhoneNumberDynamicVariableTransferDestination";
524
535
  export * from "./PhoneNumberTransfer";
536
+ export * from "./PhoneNumberTransferCustomSipHeadersItem";
525
537
  export * from "./PhoneNumberTransferDestination";
526
538
  export * from "./PhoneNumberTransferTransferDestination";
527
539
  export * from "./PlayDtmfResultErrorModel";
@@ -538,6 +550,7 @@ export * from "./PositionInput";
538
550
  export * from "./PositionOutput";
539
551
  export * from "./PostAgentAvatarResponseModel";
540
552
  export * from "./PostWorkspaceSecretResponseModel";
553
+ export * from "./PreviewAudioDbModel";
541
554
  export * from "./PrivacyConfig";
542
555
  export * from "./ProjectCreationMetaResponseModel";
543
556
  export * from "./ProjectCreationMetaResponseModelStatus";
@@ -606,6 +619,8 @@ export * from "./RagIndexStatus";
606
619
  export * from "./RagRetrievalInfo";
607
620
  export * from "./ReaderResourceResponseModel";
608
621
  export * from "./ReaderResourceResponseModelResourceType";
622
+ export * from "./ReadLegalTerms";
623
+ export * from "./ReadMetadataChapterDbModel";
609
624
  export * from "./RecordingResponse";
610
625
  export * from "./ReferencedToolCommonModel";
611
626
  export * from "./ReferencedToolCommonModelType";
@@ -620,11 +635,16 @@ export * from "./ResourceAccessInfo";
620
635
  export * from "./ResourceAccessInfoRole";
621
636
  export * from "./ResourceMetadataResponseModel";
622
637
  export * from "./ResourceMetadataResponseModelAnonymousAccessLevelOverride";
638
+ export * from "./ReviewResponseModel";
639
+ export * from "./ReviewResponseModelRejectReasonsItem";
640
+ export * from "./ReviewResponseModelReviewStatus";
623
641
  export * from "./ReviewStatus";
624
642
  export * from "./SafetyCommonModel";
625
643
  export * from "./SafetyEvaluation";
626
644
  export * from "./SafetyResponseModel";
627
645
  export * from "./SafetyRule";
646
+ export * from "./SampleConfigDbModel";
647
+ export * from "./SampleConfigDbModelParentType";
628
648
  export * from "./SaveVoicePreviewRequest";
629
649
  export * from "./SecretDependencyType";
630
650
  export * from "./SectionSource";
@@ -676,6 +696,7 @@ export * from "./SpeechToTextChunkResponseModel";
676
696
  export * from "./SpeechToTextWebhookResponseModel";
677
697
  export * from "./SpeechToTextWordResponseModel";
678
698
  export * from "./SpeechToTextWordResponseModelType";
699
+ export * from "./SpellingPatience";
679
700
  export * from "./SrtExportOptions";
680
701
  export * from "./StartPvcVoiceTrainingResponseModel";
681
702
  export * from "./StartSpeakerSeparationResponseModel";
@@ -850,8 +871,10 @@ export * from "./WorkflowLlmConditionModelOutput";
850
871
  export * from "./WorkflowOverrideAgentNodeModelInput";
851
872
  export * from "./WorkflowOverrideAgentNodeModelOutput";
852
873
  export * from "./WorkflowPhoneNumberNodeModelInput";
874
+ export * from "./WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem";
853
875
  export * from "./WorkflowPhoneNumberNodeModelInputTransferDestination";
854
876
  export * from "./WorkflowPhoneNumberNodeModelOutput";
877
+ export * from "./WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem";
855
878
  export * from "./WorkflowPhoneNumberNodeModelOutputTransferDestination";
856
879
  export * from "./WorkflowResultConditionModelInput";
857
880
  export * from "./WorkflowResultConditionModelOutput";
@@ -876,7 +899,6 @@ export * from "./WorkflowUnconditionalModelInput";
876
899
  export * from "./WorkflowUnconditionalModelOutput";
877
900
  export * from "./WorkspaceApiKeyListResponseModel";
878
901
  export * from "./WorkspaceApiKeyResponseModel";
879
- export * from "./WorkspaceApiKeyResponseModelPermissionsItem";
880
902
  export * from "./WorkspaceBatchCallsResponse";
881
903
  export * from "./WorkspaceCreateApiKeyResponseModel";
882
904
  export * from "./WorkspaceCreateWebhookResponseModel";