@deepgram/sdk 5.0.0-beta.3 → 5.0.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 (433) hide show
  1. package/README.md +234 -1472
  2. package/dist/browser/index.global.js +288 -192
  3. package/dist/cjs/BaseClient.js +3 -3
  4. package/dist/cjs/CustomClient.js +90 -107
  5. package/dist/cjs/api/resources/agent/exports.d.ts +3 -0
  6. package/dist/cjs/api/resources/agent/exports.js +22 -0
  7. package/dist/cjs/api/resources/agent/resources/v1/client/Client.d.ts +6 -0
  8. package/dist/cjs/api/resources/agent/resources/v1/client/Client.js +8 -3
  9. package/dist/cjs/api/resources/agent/resources/v1/client/Socket.d.ts +3 -2
  10. package/dist/cjs/api/resources/agent/resources/v1/client/Socket.js +4 -0
  11. package/dist/cjs/api/resources/agent/resources/v1/exports.d.ts +3 -0
  12. package/dist/cjs/api/resources/agent/resources/v1/exports.js +22 -0
  13. package/dist/cjs/api/resources/agent/resources/v1/resources/settings/exports.d.ts +3 -0
  14. package/dist/cjs/api/resources/agent/resources/v1/resources/settings/exports.js +22 -0
  15. package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/exports.d.ts +3 -0
  16. package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/exports.js +22 -0
  17. package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/exports.d.ts +2 -0
  18. package/dist/cjs/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/exports.js +21 -0
  19. package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1ReceiveFunctionCallResponse.d.ts +1 -1
  20. package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SendFunctionCallResponse.d.ts +1 -1
  21. package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1Settings.d.ts +21 -51
  22. package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1SettingsAgentListenProvider.d.ts +5 -5
  23. package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1ThinkUpdated.d.ts +4 -0
  24. package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1ThinkUpdated.js +3 -0
  25. package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UpdateSpeak.d.ts +2 -11
  26. package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UpdateThink.d.ts +9 -0
  27. package/dist/cjs/api/resources/agent/resources/v1/types/AgentV1UpdateThink.js +3 -0
  28. package/dist/cjs/api/resources/agent/resources/v1/types/index.d.ts +2 -0
  29. package/dist/cjs/api/resources/agent/resources/v1/types/index.js +2 -0
  30. package/dist/cjs/api/resources/auth/exports.d.ts +3 -0
  31. package/dist/cjs/api/resources/auth/exports.js +22 -0
  32. package/dist/cjs/api/resources/auth/resources/v1/exports.d.ts +3 -0
  33. package/dist/cjs/api/resources/auth/resources/v1/exports.js +22 -0
  34. package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/exports.d.ts +2 -0
  35. package/dist/cjs/api/resources/auth/resources/v1/resources/tokens/exports.js +21 -0
  36. package/dist/cjs/api/resources/listen/exports.d.ts +3 -0
  37. package/dist/cjs/api/resources/listen/exports.js +22 -0
  38. package/dist/cjs/api/resources/listen/resources/v1/client/Client.d.ts +35 -28
  39. package/dist/cjs/api/resources/listen/resources/v1/client/Client.js +40 -30
  40. package/dist/cjs/api/resources/listen/resources/v1/exports.d.ts +3 -0
  41. package/dist/cjs/api/resources/listen/resources/v1/exports.js +22 -0
  42. package/dist/cjs/api/resources/listen/resources/v1/resources/media/client/requests/MediaTranscribeRequestOctetStream.d.ts +0 -3
  43. package/dist/cjs/api/resources/listen/resources/v1/resources/media/exports.d.ts +2 -0
  44. package/dist/cjs/api/resources/listen/resources/v1/resources/media/exports.js +21 -0
  45. package/dist/cjs/api/resources/listen/resources/v1/types/ListenV1Results.d.ts +8 -8
  46. package/dist/cjs/api/resources/listen/resources/v2/client/Client.d.ts +16 -9
  47. package/dist/cjs/api/resources/listen/resources/v2/client/Client.js +29 -11
  48. package/dist/cjs/api/resources/listen/resources/v2/client/Socket.d.ts +3 -2
  49. package/dist/cjs/api/resources/listen/resources/v2/client/Socket.js +4 -0
  50. package/dist/cjs/api/resources/listen/resources/v2/exports.d.ts +2 -0
  51. package/dist/cjs/api/resources/listen/resources/v2/exports.js +21 -0
  52. package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2Configure.d.ts +22 -0
  53. package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2Configure.js +3 -0
  54. package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2ConfigureFailure.d.ts +12 -0
  55. package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2ConfigureFailure.js +3 -0
  56. package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2ConfigureSuccess.d.ts +30 -0
  57. package/dist/cjs/api/resources/listen/resources/v2/types/ListenV2ConfigureSuccess.js +3 -0
  58. package/dist/cjs/api/resources/listen/resources/v2/types/index.d.ts +3 -0
  59. package/dist/cjs/api/resources/listen/resources/v2/types/index.js +3 -0
  60. package/dist/cjs/api/resources/manage/exports.d.ts +3 -0
  61. package/dist/cjs/api/resources/manage/exports.js +22 -0
  62. package/dist/cjs/api/resources/manage/resources/v1/exports.d.ts +3 -0
  63. package/dist/cjs/api/resources/manage/resources/v1/exports.js +22 -0
  64. package/dist/cjs/api/resources/manage/resources/v1/resources/models/exports.d.ts +2 -0
  65. package/dist/cjs/api/resources/manage/resources/v1/resources/models/exports.js +21 -0
  66. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/exports.d.ts +3 -0
  67. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/exports.js +22 -0
  68. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/exports.d.ts +3 -0
  69. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/exports.js +22 -0
  70. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/exports.d.ts +2 -0
  71. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/exports.js +21 -0
  72. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/exports.d.ts +2 -0
  73. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/exports.js +21 -0
  74. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/exports.d.ts +2 -0
  75. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/exports.js +21 -0
  76. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/exports.d.ts +2 -0
  77. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/exports.js +21 -0
  78. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/exports.d.ts +2 -0
  79. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/keys/exports.js +21 -0
  80. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/exports.d.ts +3 -0
  81. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/exports.js +22 -0
  82. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/exports.d.ts +2 -0
  83. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/exports.js +21 -0
  84. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/exports.d.ts +2 -0
  85. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/exports.js +21 -0
  86. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/exports.d.ts +2 -0
  87. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/models/exports.js +21 -0
  88. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/exports.d.ts +2 -0
  89. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/requests/exports.js +21 -0
  90. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/client/Client.d.ts +2 -0
  91. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/client/Client.js +2 -0
  92. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/exports.d.ts +3 -0
  93. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/exports.js +22 -0
  94. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/exports.d.ts +2 -0
  95. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/exports.js +21 -0
  96. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/exports.d.ts +2 -0
  97. package/dist/cjs/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/exports.js +21 -0
  98. package/dist/cjs/api/resources/read/exports.d.ts +3 -0
  99. package/dist/cjs/api/resources/read/exports.js +22 -0
  100. package/dist/cjs/api/resources/read/resources/v1/exports.d.ts +3 -0
  101. package/dist/cjs/api/resources/read/resources/v1/exports.js +22 -0
  102. package/dist/cjs/api/resources/read/resources/v1/resources/text/exports.d.ts +2 -0
  103. package/dist/cjs/api/resources/read/resources/v1/resources/text/exports.js +21 -0
  104. package/dist/cjs/api/resources/selfHosted/exports.d.ts +3 -0
  105. package/dist/cjs/api/resources/selfHosted/exports.js +22 -0
  106. package/dist/cjs/api/resources/selfHosted/resources/v1/exports.d.ts +3 -0
  107. package/dist/cjs/api/resources/selfHosted/resources/v1/exports.js +22 -0
  108. package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/exports.d.ts +2 -0
  109. package/dist/cjs/api/resources/selfHosted/resources/v1/resources/distributionCredentials/exports.js +21 -0
  110. package/dist/cjs/api/resources/speak/exports.d.ts +3 -0
  111. package/dist/cjs/api/resources/speak/exports.js +22 -0
  112. package/dist/cjs/api/resources/speak/resources/v1/client/Client.d.ts +11 -4
  113. package/dist/cjs/api/resources/speak/resources/v1/client/Client.js +13 -7
  114. package/dist/cjs/api/resources/speak/resources/v1/exports.d.ts +3 -0
  115. package/dist/cjs/api/resources/speak/resources/v1/exports.js +22 -0
  116. package/dist/cjs/api/resources/speak/resources/v1/resources/audio/client/Client.d.ts +1 -0
  117. package/dist/cjs/api/resources/speak/resources/v1/resources/audio/client/Client.js +1 -0
  118. package/dist/cjs/api/resources/speak/resources/v1/resources/audio/exports.d.ts +2 -0
  119. package/dist/cjs/api/resources/speak/resources/v1/resources/audio/exports.js +21 -0
  120. package/dist/cjs/api/resources/speak/resources/v1/types/SpeakV1Metadata.d.ts +4 -2
  121. package/dist/cjs/api/types/Anthropic.d.ts +2 -2
  122. package/dist/cjs/api/types/AwsBedrockThinkProvider.d.ts +7 -7
  123. package/dist/cjs/api/types/AwsPollySpeakProvider.d.ts +2 -2
  124. package/dist/cjs/api/types/BillingBreakdownV1Response.d.ts +6 -6
  125. package/dist/cjs/api/types/Cartesia.d.ts +2 -2
  126. package/dist/cjs/api/types/CreateKeyV1Response.d.ts +6 -6
  127. package/dist/cjs/api/types/CreateProjectDistributionCredentialsV1Response.d.ts +1 -1
  128. package/dist/cjs/api/types/CreateProjectInviteV1Response.d.ts +1 -1
  129. package/dist/cjs/api/types/Deepgram.d.ts +1 -1
  130. package/dist/cjs/api/types/DeleteProjectInviteV1Response.d.ts +1 -1
  131. package/dist/cjs/api/types/DeleteProjectKeyV1Response.d.ts +1 -1
  132. package/dist/cjs/api/types/DeleteProjectMemberV1Response.d.ts +1 -1
  133. package/dist/cjs/api/types/DeleteProjectV1Response.d.ts +1 -1
  134. package/dist/cjs/api/types/ElevenLabsSpeakProvider.d.ts +3 -3
  135. package/dist/cjs/api/types/ErrorResponseLegacyError.d.ts +3 -3
  136. package/dist/cjs/api/types/ErrorResponseModernError.d.ts +4 -4
  137. package/dist/cjs/api/types/GetProjectBalanceV1Response.d.ts +4 -4
  138. package/dist/cjs/api/types/GetProjectDistributionCredentialsV1Response.d.ts +1 -1
  139. package/dist/cjs/api/types/GetProjectKeyV1Response.d.ts +13 -13
  140. package/dist/cjs/api/types/GetProjectRequestV1Response.d.ts +1 -1
  141. package/dist/cjs/api/types/GetProjectV1Response.d.ts +3 -3
  142. package/dist/cjs/api/types/Google.d.ts +2 -2
  143. package/dist/cjs/api/types/GrantV1Response.d.ts +1 -1
  144. package/dist/cjs/api/types/Groq.d.ts +2 -2
  145. package/dist/cjs/api/types/LeaveProjectV1Response.d.ts +1 -1
  146. package/dist/cjs/api/types/ListBillingFieldsV1Response.d.ts +4 -4
  147. package/dist/cjs/api/types/ListModelsV1Response.d.ts +2 -2
  148. package/dist/cjs/api/types/ListModelsV1ResponseSttModels.d.ts +9 -9
  149. package/dist/cjs/api/types/ListModelsV1ResponseTtsModels.d.ts +14 -14
  150. package/dist/cjs/api/types/ListProjectBalancesV1Response.d.ts +5 -5
  151. package/dist/cjs/api/types/ListProjectDistributionCredentialsV1Response.d.ts +2 -2
  152. package/dist/cjs/api/types/ListProjectInvitesV1Response.d.ts +3 -3
  153. package/dist/cjs/api/types/ListProjectKeysV1Response.d.ts +9 -9
  154. package/dist/cjs/api/types/ListProjectMemberScopesV1Response.d.ts +1 -1
  155. package/dist/cjs/api/types/ListProjectMembersV1Response.d.ts +3 -3
  156. package/dist/cjs/api/types/ListProjectPurchasesV1Response.d.ts +7 -7
  157. package/dist/cjs/api/types/ListProjectRequestsV1Response.d.ts +3 -3
  158. package/dist/cjs/api/types/ListProjectsV1Response.d.ts +3 -3
  159. package/dist/cjs/api/types/ListenV1ResponseMetadata.d.ts +18 -18
  160. package/dist/cjs/api/types/ListenV1ResponseResults.d.ts +5 -5
  161. package/dist/cjs/api/types/ListenV1ResponseResultsChannelsItem.d.ts +43 -43
  162. package/dist/cjs/api/types/ListenV1ResponseResultsSummary.d.ts +2 -2
  163. package/dist/cjs/api/types/ListenV1ResponseResultsUtterancesItem.d.ts +15 -15
  164. package/dist/cjs/api/types/OpenAiSpeakProvider.d.ts +27 -0
  165. package/dist/cjs/api/types/OpenAiSpeakProvider.js +21 -0
  166. package/dist/cjs/api/types/OpenAiThinkProvider.d.ts +23 -0
  167. package/dist/cjs/api/types/OpenAiThinkProvider.js +18 -0
  168. package/dist/cjs/api/types/ProjectRequestResponse.d.ts +9 -9
  169. package/dist/cjs/api/types/ReadV1ResponseMetadata.d.ts +20 -20
  170. package/dist/cjs/api/types/ReadV1ResponseResults.d.ts +4 -4
  171. package/dist/cjs/api/types/ReadV1ResponseResultsSummary.d.ts +3 -3
  172. package/dist/cjs/api/types/SharedIntents.d.ts +9 -9
  173. package/dist/cjs/api/types/SharedSentiments.d.ts +9 -9
  174. package/dist/cjs/api/types/SharedTopics.d.ts +9 -9
  175. package/dist/cjs/api/types/SpeakSettingsV1.d.ts +3 -3
  176. package/dist/cjs/api/types/SpeakSettingsV1Provider.d.ts +1 -1
  177. package/dist/cjs/api/types/ThinkSettingsV1.d.ts +15 -15
  178. package/dist/cjs/api/types/ThinkSettingsV1Provider.d.ts +19 -0
  179. package/dist/cjs/api/types/ThinkSettingsV1Provider.js +3 -0
  180. package/dist/cjs/api/types/UpdateProjectMemberScopesV1Response.d.ts +1 -1
  181. package/dist/cjs/api/types/UpdateProjectV1Response.d.ts +1 -1
  182. package/dist/cjs/api/types/UsageBreakdownV1Response.d.ts +9 -9
  183. package/dist/cjs/api/types/UsageFieldsV1Response.d.ts +8 -8
  184. package/dist/cjs/api/types/UsageV1Response.d.ts +5 -5
  185. package/dist/cjs/api/types/index.d.ts +3 -1
  186. package/dist/cjs/api/types/index.js +3 -1
  187. package/dist/cjs/core/fetcher/Fetcher.js +8 -2
  188. package/dist/cjs/core/fetcher/makeRequest.d.ts +6 -1
  189. package/dist/cjs/core/fetcher/makeRequest.js +30 -9
  190. package/dist/cjs/core/runtime/runtime.js +8 -7
  191. package/dist/cjs/core/websocket/ws.d.ts +4 -1
  192. package/dist/cjs/core/websocket/ws.js +32 -2
  193. package/dist/cjs/environments.d.ts +3 -3
  194. package/dist/cjs/environments.js +2 -2
  195. package/dist/cjs/index.d.ts +2 -0
  196. package/dist/cjs/index.js +6 -0
  197. package/dist/cjs/middleware/adapters/express.d.ts +103 -0
  198. package/dist/cjs/middleware/adapters/express.js +141 -0
  199. package/dist/cjs/middleware/adapters/fastify.d.ts +32 -0
  200. package/dist/cjs/middleware/adapters/fastify.js +194 -0
  201. package/dist/cjs/middleware/adapters/http.d.ts +153 -0
  202. package/dist/cjs/middleware/adapters/http.js +192 -0
  203. package/dist/cjs/middleware/core/ProxyHandler.d.ts +35 -0
  204. package/dist/cjs/middleware/core/ProxyHandler.js +225 -0
  205. package/dist/cjs/middleware/core/TokenManager.d.ts +29 -0
  206. package/dist/cjs/middleware/core/TokenManager.js +110 -0
  207. package/dist/cjs/middleware/core/WebSocketProxy.d.ts +32 -0
  208. package/dist/cjs/middleware/core/WebSocketProxy.js +169 -0
  209. package/dist/cjs/middleware/core/jwt.d.ts +71 -0
  210. package/dist/cjs/middleware/core/jwt.js +136 -0
  211. package/dist/cjs/middleware/core/types.d.ts +37 -0
  212. package/dist/cjs/middleware/core/types.js +2 -0
  213. package/dist/cjs/middleware/index.d.ts +55 -0
  214. package/dist/cjs/middleware/index.js +75 -0
  215. package/dist/cjs/tests/manual/test-custom-baseurl.js +124 -0
  216. package/dist/cjs/version.d.ts +1 -1
  217. package/dist/cjs/version.js +1 -1
  218. package/dist/esm/BaseClient.mjs +3 -3
  219. package/dist/esm/CustomClient.mjs +90 -107
  220. package/dist/esm/api/resources/agent/exports.d.mts +3 -0
  221. package/dist/esm/api/resources/agent/exports.mjs +4 -0
  222. package/dist/esm/api/resources/agent/resources/v1/client/Client.d.mts +6 -0
  223. package/dist/esm/api/resources/agent/resources/v1/client/Client.mjs +8 -3
  224. package/dist/esm/api/resources/agent/resources/v1/client/Socket.d.mts +3 -2
  225. package/dist/esm/api/resources/agent/resources/v1/client/Socket.mjs +4 -0
  226. package/dist/esm/api/resources/agent/resources/v1/exports.d.mts +3 -0
  227. package/dist/esm/api/resources/agent/resources/v1/exports.mjs +4 -0
  228. package/dist/esm/api/resources/agent/resources/v1/resources/settings/exports.d.mts +3 -0
  229. package/dist/esm/api/resources/agent/resources/v1/resources/settings/exports.mjs +4 -0
  230. package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/exports.d.mts +3 -0
  231. package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/exports.mjs +4 -0
  232. package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/exports.d.mts +2 -0
  233. package/dist/esm/api/resources/agent/resources/v1/resources/settings/resources/think/resources/models/exports.mjs +3 -0
  234. package/dist/esm/api/resources/agent/resources/v1/types/AgentV1ReceiveFunctionCallResponse.d.mts +1 -1
  235. package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SendFunctionCallResponse.d.mts +1 -1
  236. package/dist/esm/api/resources/agent/resources/v1/types/AgentV1Settings.d.mts +21 -51
  237. package/dist/esm/api/resources/agent/resources/v1/types/AgentV1SettingsAgentListenProvider.d.mts +5 -5
  238. package/dist/esm/api/resources/agent/resources/v1/types/AgentV1ThinkUpdated.d.mts +4 -0
  239. package/dist/esm/api/resources/agent/resources/v1/types/AgentV1ThinkUpdated.mjs +2 -0
  240. package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UpdateSpeak.d.mts +2 -11
  241. package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UpdateThink.d.mts +9 -0
  242. package/dist/esm/api/resources/agent/resources/v1/types/AgentV1UpdateThink.mjs +2 -0
  243. package/dist/esm/api/resources/agent/resources/v1/types/index.d.mts +2 -0
  244. package/dist/esm/api/resources/agent/resources/v1/types/index.mjs +2 -0
  245. package/dist/esm/api/resources/auth/exports.d.mts +3 -0
  246. package/dist/esm/api/resources/auth/exports.mjs +4 -0
  247. package/dist/esm/api/resources/auth/resources/v1/exports.d.mts +3 -0
  248. package/dist/esm/api/resources/auth/resources/v1/exports.mjs +4 -0
  249. package/dist/esm/api/resources/auth/resources/v1/resources/tokens/exports.d.mts +2 -0
  250. package/dist/esm/api/resources/auth/resources/v1/resources/tokens/exports.mjs +3 -0
  251. package/dist/esm/api/resources/listen/exports.d.mts +3 -0
  252. package/dist/esm/api/resources/listen/exports.mjs +4 -0
  253. package/dist/esm/api/resources/listen/resources/v1/client/Client.d.mts +35 -28
  254. package/dist/esm/api/resources/listen/resources/v1/client/Client.mjs +40 -30
  255. package/dist/esm/api/resources/listen/resources/v1/exports.d.mts +3 -0
  256. package/dist/esm/api/resources/listen/resources/v1/exports.mjs +4 -0
  257. package/dist/esm/api/resources/listen/resources/v1/resources/media/client/requests/MediaTranscribeRequestOctetStream.d.mts +0 -3
  258. package/dist/esm/api/resources/listen/resources/v1/resources/media/exports.d.mts +2 -0
  259. package/dist/esm/api/resources/listen/resources/v1/resources/media/exports.mjs +3 -0
  260. package/dist/esm/api/resources/listen/resources/v1/types/ListenV1Results.d.mts +8 -8
  261. package/dist/esm/api/resources/listen/resources/v2/client/Client.d.mts +16 -9
  262. package/dist/esm/api/resources/listen/resources/v2/client/Client.mjs +29 -11
  263. package/dist/esm/api/resources/listen/resources/v2/client/Socket.d.mts +3 -2
  264. package/dist/esm/api/resources/listen/resources/v2/client/Socket.mjs +4 -0
  265. package/dist/esm/api/resources/listen/resources/v2/exports.d.mts +2 -0
  266. package/dist/esm/api/resources/listen/resources/v2/exports.mjs +3 -0
  267. package/dist/esm/api/resources/listen/resources/v2/types/ListenV2Configure.d.mts +22 -0
  268. package/dist/esm/api/resources/listen/resources/v2/types/ListenV2Configure.mjs +2 -0
  269. package/dist/esm/api/resources/listen/resources/v2/types/ListenV2ConfigureFailure.d.mts +12 -0
  270. package/dist/esm/api/resources/listen/resources/v2/types/ListenV2ConfigureFailure.mjs +2 -0
  271. package/dist/esm/api/resources/listen/resources/v2/types/ListenV2ConfigureSuccess.d.mts +30 -0
  272. package/dist/esm/api/resources/listen/resources/v2/types/ListenV2ConfigureSuccess.mjs +2 -0
  273. package/dist/esm/api/resources/listen/resources/v2/types/index.d.mts +3 -0
  274. package/dist/esm/api/resources/listen/resources/v2/types/index.mjs +3 -0
  275. package/dist/esm/api/resources/manage/exports.d.mts +3 -0
  276. package/dist/esm/api/resources/manage/exports.mjs +4 -0
  277. package/dist/esm/api/resources/manage/resources/v1/exports.d.mts +3 -0
  278. package/dist/esm/api/resources/manage/resources/v1/exports.mjs +4 -0
  279. package/dist/esm/api/resources/manage/resources/v1/resources/models/exports.d.mts +2 -0
  280. package/dist/esm/api/resources/manage/resources/v1/resources/models/exports.mjs +3 -0
  281. package/dist/esm/api/resources/manage/resources/v1/resources/projects/exports.d.mts +3 -0
  282. package/dist/esm/api/resources/manage/resources/v1/resources/projects/exports.mjs +4 -0
  283. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/exports.d.mts +3 -0
  284. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/exports.mjs +4 -0
  285. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/exports.d.mts +2 -0
  286. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/balances/exports.mjs +3 -0
  287. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/exports.d.mts +2 -0
  288. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/breakdown/exports.mjs +3 -0
  289. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/exports.d.mts +2 -0
  290. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/fields/exports.mjs +3 -0
  291. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/exports.d.mts +2 -0
  292. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/billing/resources/purchases/exports.mjs +3 -0
  293. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/exports.d.mts +2 -0
  294. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/keys/exports.mjs +3 -0
  295. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/exports.d.mts +3 -0
  296. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/exports.mjs +4 -0
  297. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/exports.d.mts +2 -0
  298. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/invites/exports.mjs +3 -0
  299. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/exports.d.mts +2 -0
  300. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/members/resources/scopes/exports.mjs +3 -0
  301. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/exports.d.mts +2 -0
  302. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/models/exports.mjs +3 -0
  303. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/exports.d.mts +2 -0
  304. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/requests/exports.mjs +3 -0
  305. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/client/Client.d.mts +2 -0
  306. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/client/Client.mjs +2 -0
  307. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/exports.d.mts +3 -0
  308. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/exports.mjs +4 -0
  309. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/exports.d.mts +2 -0
  310. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/breakdown/exports.mjs +3 -0
  311. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/exports.d.mts +2 -0
  312. package/dist/esm/api/resources/manage/resources/v1/resources/projects/resources/usage/resources/fields/exports.mjs +3 -0
  313. package/dist/esm/api/resources/read/exports.d.mts +3 -0
  314. package/dist/esm/api/resources/read/exports.mjs +4 -0
  315. package/dist/esm/api/resources/read/resources/v1/exports.d.mts +3 -0
  316. package/dist/esm/api/resources/read/resources/v1/exports.mjs +4 -0
  317. package/dist/esm/api/resources/read/resources/v1/resources/text/exports.d.mts +2 -0
  318. package/dist/esm/api/resources/read/resources/v1/resources/text/exports.mjs +3 -0
  319. package/dist/esm/api/resources/selfHosted/exports.d.mts +3 -0
  320. package/dist/esm/api/resources/selfHosted/exports.mjs +4 -0
  321. package/dist/esm/api/resources/selfHosted/resources/v1/exports.d.mts +3 -0
  322. package/dist/esm/api/resources/selfHosted/resources/v1/exports.mjs +4 -0
  323. package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/exports.d.mts +2 -0
  324. package/dist/esm/api/resources/selfHosted/resources/v1/resources/distributionCredentials/exports.mjs +3 -0
  325. package/dist/esm/api/resources/speak/exports.d.mts +3 -0
  326. package/dist/esm/api/resources/speak/exports.mjs +4 -0
  327. package/dist/esm/api/resources/speak/resources/v1/client/Client.d.mts +11 -4
  328. package/dist/esm/api/resources/speak/resources/v1/client/Client.mjs +13 -7
  329. package/dist/esm/api/resources/speak/resources/v1/exports.d.mts +3 -0
  330. package/dist/esm/api/resources/speak/resources/v1/exports.mjs +4 -0
  331. package/dist/esm/api/resources/speak/resources/v1/resources/audio/client/Client.d.mts +1 -0
  332. package/dist/esm/api/resources/speak/resources/v1/resources/audio/client/Client.mjs +1 -0
  333. package/dist/esm/api/resources/speak/resources/v1/resources/audio/exports.d.mts +2 -0
  334. package/dist/esm/api/resources/speak/resources/v1/resources/audio/exports.mjs +3 -0
  335. package/dist/esm/api/resources/speak/resources/v1/types/SpeakV1Metadata.d.mts +4 -2
  336. package/dist/esm/api/types/Anthropic.d.mts +2 -2
  337. package/dist/esm/api/types/AwsBedrockThinkProvider.d.mts +7 -7
  338. package/dist/esm/api/types/AwsPollySpeakProvider.d.mts +2 -2
  339. package/dist/esm/api/types/BillingBreakdownV1Response.d.mts +6 -6
  340. package/dist/esm/api/types/Cartesia.d.mts +2 -2
  341. package/dist/esm/api/types/CreateKeyV1Response.d.mts +6 -6
  342. package/dist/esm/api/types/CreateProjectDistributionCredentialsV1Response.d.mts +1 -1
  343. package/dist/esm/api/types/CreateProjectInviteV1Response.d.mts +1 -1
  344. package/dist/esm/api/types/Deepgram.d.mts +1 -1
  345. package/dist/esm/api/types/DeleteProjectInviteV1Response.d.mts +1 -1
  346. package/dist/esm/api/types/DeleteProjectKeyV1Response.d.mts +1 -1
  347. package/dist/esm/api/types/DeleteProjectMemberV1Response.d.mts +1 -1
  348. package/dist/esm/api/types/DeleteProjectV1Response.d.mts +1 -1
  349. package/dist/esm/api/types/ElevenLabsSpeakProvider.d.mts +3 -3
  350. package/dist/esm/api/types/ErrorResponseLegacyError.d.mts +3 -3
  351. package/dist/esm/api/types/ErrorResponseModernError.d.mts +4 -4
  352. package/dist/esm/api/types/GetProjectBalanceV1Response.d.mts +4 -4
  353. package/dist/esm/api/types/GetProjectDistributionCredentialsV1Response.d.mts +1 -1
  354. package/dist/esm/api/types/GetProjectKeyV1Response.d.mts +13 -13
  355. package/dist/esm/api/types/GetProjectRequestV1Response.d.mts +1 -1
  356. package/dist/esm/api/types/GetProjectV1Response.d.mts +3 -3
  357. package/dist/esm/api/types/Google.d.mts +2 -2
  358. package/dist/esm/api/types/GrantV1Response.d.mts +1 -1
  359. package/dist/esm/api/types/Groq.d.mts +2 -2
  360. package/dist/esm/api/types/LeaveProjectV1Response.d.mts +1 -1
  361. package/dist/esm/api/types/ListBillingFieldsV1Response.d.mts +4 -4
  362. package/dist/esm/api/types/ListModelsV1Response.d.mts +2 -2
  363. package/dist/esm/api/types/ListModelsV1ResponseSttModels.d.mts +9 -9
  364. package/dist/esm/api/types/ListModelsV1ResponseTtsModels.d.mts +14 -14
  365. package/dist/esm/api/types/ListProjectBalancesV1Response.d.mts +5 -5
  366. package/dist/esm/api/types/ListProjectDistributionCredentialsV1Response.d.mts +2 -2
  367. package/dist/esm/api/types/ListProjectInvitesV1Response.d.mts +3 -3
  368. package/dist/esm/api/types/ListProjectKeysV1Response.d.mts +9 -9
  369. package/dist/esm/api/types/ListProjectMemberScopesV1Response.d.mts +1 -1
  370. package/dist/esm/api/types/ListProjectMembersV1Response.d.mts +3 -3
  371. package/dist/esm/api/types/ListProjectPurchasesV1Response.d.mts +7 -7
  372. package/dist/esm/api/types/ListProjectRequestsV1Response.d.mts +3 -3
  373. package/dist/esm/api/types/ListProjectsV1Response.d.mts +3 -3
  374. package/dist/esm/api/types/ListenV1ResponseMetadata.d.mts +18 -18
  375. package/dist/esm/api/types/ListenV1ResponseResults.d.mts +5 -5
  376. package/dist/esm/api/types/ListenV1ResponseResultsChannelsItem.d.mts +43 -43
  377. package/dist/esm/api/types/ListenV1ResponseResultsSummary.d.mts +2 -2
  378. package/dist/esm/api/types/ListenV1ResponseResultsUtterancesItem.d.mts +15 -15
  379. package/dist/esm/api/types/OpenAiSpeakProvider.d.mts +27 -0
  380. package/dist/esm/api/types/OpenAiSpeakProvider.mjs +18 -0
  381. package/dist/esm/api/types/OpenAiThinkProvider.d.mts +23 -0
  382. package/dist/esm/api/types/OpenAiThinkProvider.mjs +15 -0
  383. package/dist/esm/api/types/ProjectRequestResponse.d.mts +9 -9
  384. package/dist/esm/api/types/ReadV1ResponseMetadata.d.mts +20 -20
  385. package/dist/esm/api/types/ReadV1ResponseResults.d.mts +4 -4
  386. package/dist/esm/api/types/ReadV1ResponseResultsSummary.d.mts +3 -3
  387. package/dist/esm/api/types/SharedIntents.d.mts +9 -9
  388. package/dist/esm/api/types/SharedSentiments.d.mts +9 -9
  389. package/dist/esm/api/types/SharedTopics.d.mts +9 -9
  390. package/dist/esm/api/types/SpeakSettingsV1.d.mts +3 -3
  391. package/dist/esm/api/types/SpeakSettingsV1Provider.d.mts +1 -1
  392. package/dist/esm/api/types/ThinkSettingsV1.d.mts +15 -15
  393. package/dist/esm/api/types/ThinkSettingsV1Provider.d.mts +19 -0
  394. package/dist/esm/api/types/ThinkSettingsV1Provider.mjs +2 -0
  395. package/dist/esm/api/types/UpdateProjectMemberScopesV1Response.d.mts +1 -1
  396. package/dist/esm/api/types/UpdateProjectV1Response.d.mts +1 -1
  397. package/dist/esm/api/types/UsageBreakdownV1Response.d.mts +9 -9
  398. package/dist/esm/api/types/UsageFieldsV1Response.d.mts +8 -8
  399. package/dist/esm/api/types/UsageV1Response.d.mts +5 -5
  400. package/dist/esm/api/types/index.d.mts +3 -1
  401. package/dist/esm/api/types/index.mjs +3 -1
  402. package/dist/esm/core/fetcher/Fetcher.mjs +8 -2
  403. package/dist/esm/core/fetcher/makeRequest.d.mts +6 -1
  404. package/dist/esm/core/fetcher/makeRequest.mjs +28 -9
  405. package/dist/esm/core/runtime/runtime.mjs +8 -7
  406. package/dist/esm/core/websocket/ws.d.mts +4 -1
  407. package/dist/esm/core/websocket/ws.mjs +32 -2
  408. package/dist/esm/environments.d.mts +3 -3
  409. package/dist/esm/environments.mjs +2 -2
  410. package/dist/esm/index.d.mts +2 -0
  411. package/dist/esm/index.mjs +6 -0
  412. package/dist/esm/middleware/adapters/express.d.mts +103 -0
  413. package/dist/esm/middleware/adapters/express.mjs +136 -0
  414. package/dist/esm/middleware/adapters/fastify.d.mts +32 -0
  415. package/dist/esm/middleware/adapters/fastify.mjs +157 -0
  416. package/dist/esm/middleware/adapters/http.d.mts +153 -0
  417. package/dist/esm/middleware/adapters/http.mjs +187 -0
  418. package/dist/esm/middleware/core/ProxyHandler.d.mts +35 -0
  419. package/dist/esm/middleware/core/ProxyHandler.mjs +218 -0
  420. package/dist/esm/middleware/core/TokenManager.d.mts +29 -0
  421. package/dist/esm/middleware/core/TokenManager.mjs +106 -0
  422. package/dist/esm/middleware/core/WebSocketProxy.d.mts +32 -0
  423. package/dist/esm/middleware/core/WebSocketProxy.mjs +162 -0
  424. package/dist/esm/middleware/core/jwt.d.mts +71 -0
  425. package/dist/esm/middleware/core/jwt.mjs +99 -0
  426. package/dist/esm/middleware/core/types.d.mts +37 -0
  427. package/dist/esm/middleware/core/types.mjs +1 -0
  428. package/dist/esm/middleware/index.d.mts +55 -0
  429. package/dist/esm/middleware/index.mjs +59 -0
  430. package/dist/esm/version.d.mts +1 -1
  431. package/dist/esm/version.mjs +1 -1
  432. package/package.json +433 -4
  433. package/reference.md +1 -0
@@ -2,25 +2,25 @@ import type * as Deepgram from "../../../../../index.js";
2
2
  export interface AgentV1Settings {
3
3
  type: "Settings";
4
4
  /** Tags to associate with the request */
5
- tags?: string[];
5
+ tags?: string[] | undefined;
6
6
  /** To enable experimental features */
7
- experimental?: boolean;
8
- flags?: AgentV1Settings.Flags;
7
+ experimental?: boolean | undefined;
8
+ flags?: AgentV1Settings.Flags | undefined;
9
9
  /** To opt out of Deepgram Model Improvement Program */
10
- mip_opt_out?: boolean;
10
+ mip_opt_out?: boolean | undefined;
11
11
  audio: AgentV1Settings.Audio;
12
12
  agent: AgentV1Settings.Agent;
13
13
  }
14
14
  export declare namespace AgentV1Settings {
15
15
  interface Flags {
16
16
  /** Enable or disable history message reporting */
17
- history?: boolean;
17
+ history?: boolean | undefined;
18
18
  }
19
19
  interface Audio {
20
20
  /** Audio input configuration settings. If omitted, defaults to encoding=linear16 and sample_rate=24000. Higher sample rates like 44100 Hz provide better audio quality. */
21
- input?: Audio.Input;
21
+ input?: Audio.Input | undefined;
22
22
  /** Audio output configuration settings */
23
- output?: Audio.Output;
23
+ output?: Audio.Output | undefined;
24
24
  }
25
25
  namespace Audio {
26
26
  /**
@@ -54,13 +54,13 @@ export declare namespace AgentV1Settings {
54
54
  */
55
55
  interface Output {
56
56
  /** Audio encoding format for streaming TTS output */
57
- encoding?: Output.Encoding;
57
+ encoding?: Output.Encoding | undefined;
58
58
  /** Sample rate in Hz */
59
- sample_rate?: number;
59
+ sample_rate?: number | undefined;
60
60
  /** Audio bitrate in bits per second */
61
- bitrate?: number;
61
+ bitrate?: number | undefined;
62
62
  /** Audio container format. If omitted, defaults to 'none' */
63
- container?: string;
63
+ container?: string | undefined;
64
64
  }
65
65
  namespace Output {
66
66
  /** Audio encoding format for streaming TTS output */
@@ -74,14 +74,14 @@ export declare namespace AgentV1Settings {
74
74
  }
75
75
  interface Agent {
76
76
  /** Deprecated. Use `listen.provider.language` and `speak.provider.language` fields instead. */
77
- language?: string;
77
+ language?: string | undefined;
78
78
  /** Conversation context including the history of messages and function calls */
79
- context?: Agent.Context;
80
- listen?: Agent.Listen;
81
- think?: Agent.Think;
82
- speak?: Agent.Speak;
79
+ context?: Agent.Context | undefined;
80
+ listen?: Agent.Listen | undefined;
81
+ think?: Agent.Think | undefined;
82
+ speak?: Agent.Speak | undefined;
83
83
  /** Optional message that agent will speak at the start */
84
- greeting?: string;
84
+ greeting?: string | undefined;
85
85
  }
86
86
  namespace Agent {
87
87
  /**
@@ -89,7 +89,7 @@ export declare namespace AgentV1Settings {
89
89
  */
90
90
  interface Context {
91
91
  /** Conversation history as a list of messages and function calls */
92
- messages?: Context.Messages.Item[];
92
+ messages?: Context.Messages.Item[] | undefined;
93
93
  }
94
94
  namespace Context {
95
95
  type Messages = Messages.Item[];
@@ -120,39 +120,9 @@ export declare namespace AgentV1Settings {
120
120
  }
121
121
  }
122
122
  interface Listen {
123
- provider?: Deepgram.agent.AgentV1SettingsAgentListenProvider;
123
+ provider?: Deepgram.agent.AgentV1SettingsAgentListenProvider | undefined;
124
124
  }
125
- type Think = {
126
- provider: Record<string, unknown>;
127
- endpoint?: {
128
- url?: string | undefined;
129
- headers?: Record<string, string> | undefined;
130
- } | undefined;
131
- functions?: Record<string, unknown>[] | undefined;
132
- prompt?: string | undefined;
133
- context_length?: ("max" | number) | undefined;
134
- } | {
135
- provider: Record<string, unknown>;
136
- endpoint?: {
137
- url?: string | undefined;
138
- headers?: Record<string, string> | undefined;
139
- } | undefined;
140
- functions?: Record<string, unknown>[] | undefined;
141
- prompt?: string | undefined;
142
- context_length?: ("max" | number) | undefined;
143
- }[];
144
- type Speak = {
145
- provider: Record<string, unknown>;
146
- endpoint?: {
147
- url?: string | undefined;
148
- headers?: Record<string, string> | undefined;
149
- } | undefined;
150
- } | {
151
- provider: Record<string, unknown>;
152
- endpoint?: {
153
- url?: string | undefined;
154
- headers?: Record<string, string> | undefined;
155
- } | undefined;
156
- }[];
125
+ type Think = Deepgram.ThinkSettingsV1 | Deepgram.ThinkSettingsV1[];
126
+ type Speak = Deepgram.SpeakSettingsV1 | Deepgram.SpeakSettingsV1[];
157
127
  }
158
128
  }
@@ -6,13 +6,13 @@ export declare namespace AgentV1SettingsAgentListenProvider {
6
6
  /** Provider type for speech-to-text */
7
7
  type: "deepgram";
8
8
  /** Model to use for speech to text using the V1 API (e.g. Nova-3, Nova-2) */
9
- model?: string;
9
+ model?: string | undefined;
10
10
  /** Language code to use for speech-to-text. Can be a BCP-47 language tag (e.g. `en`), or `multi` for code-switching transcription */
11
- language?: string;
11
+ language?: string | undefined;
12
12
  /** Prompt keyterm recognition to improve Keyword Recall Rate */
13
- keyterms?: string[];
13
+ keyterms?: string[] | undefined;
14
14
  /** Applies smart formatting to improve transcript readability */
15
- smart_format?: boolean;
15
+ smart_format?: boolean | undefined;
16
16
  }
17
17
  interface V2 {
18
18
  version: "v2";
@@ -21,6 +21,6 @@ export declare namespace AgentV1SettingsAgentListenProvider {
21
21
  /** Model to use for speech to text using the V2 API (e.g. flux-general-en) */
22
22
  model: string;
23
23
  /** Prompt keyterm recognition to improve Keyword Recall Rate */
24
- keyterms?: string[];
24
+ keyterms?: string[] | undefined;
25
25
  }
26
26
  }
@@ -0,0 +1,4 @@
1
+ export interface AgentV1ThinkUpdated {
2
+ /** Message type identifier for think update confirmation */
3
+ type: "ThinkUpdated";
4
+ }
@@ -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,18 +1,9 @@
1
+ import type * as Deepgram from "../../../../../index.js";
1
2
  export interface AgentV1UpdateSpeak {
2
3
  /** Message type identifier for updating the speak model */
3
4
  type: "UpdateSpeak";
4
5
  speak: AgentV1UpdateSpeak.Speak;
5
6
  }
6
7
  export declare namespace AgentV1UpdateSpeak {
7
- interface Speak {
8
- /** TTS provider configuration (Deepgram, ElevenLabs, Cartesia, OpenAI, or AWS Polly) */
9
- provider: Record<string, unknown>;
10
- endpoint?: Speak.Endpoint;
11
- }
12
- namespace Speak {
13
- interface Endpoint {
14
- url?: string;
15
- headers?: Record<string, string>;
16
- }
17
- }
8
+ type Speak = Deepgram.SpeakSettingsV1 | Deepgram.SpeakSettingsV1[];
18
9
  }
@@ -0,0 +1,9 @@
1
+ import type * as Deepgram from "../../../../../index.js";
2
+ export interface AgentV1UpdateThink {
3
+ /** Message type identifier for updating the think model */
4
+ type: "UpdateThink";
5
+ think: AgentV1UpdateThink.Think;
6
+ }
7
+ export declare namespace AgentV1UpdateThink {
8
+ type Think = Deepgram.ThinkSettingsV1 | Deepgram.ThinkSettingsV1[];
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 });
@@ -15,8 +15,10 @@ export * from "./AgentV1Settings.js";
15
15
  export * from "./AgentV1SettingsAgentListenProvider.js";
16
16
  export * from "./AgentV1SettingsApplied.js";
17
17
  export * from "./AgentV1SpeakUpdated.js";
18
+ export * from "./AgentV1ThinkUpdated.js";
18
19
  export * from "./AgentV1UpdatePrompt.js";
19
20
  export * from "./AgentV1UpdateSpeak.js";
21
+ export * from "./AgentV1UpdateThink.js";
20
22
  export * from "./AgentV1UserStartedSpeaking.js";
21
23
  export * from "./AgentV1Warning.js";
22
24
  export * from "./AgentV1Welcome.js";
@@ -31,8 +31,10 @@ __exportStar(require("./AgentV1Settings.js"), exports);
31
31
  __exportStar(require("./AgentV1SettingsAgentListenProvider.js"), exports);
32
32
  __exportStar(require("./AgentV1SettingsApplied.js"), exports);
33
33
  __exportStar(require("./AgentV1SpeakUpdated.js"), exports);
34
+ __exportStar(require("./AgentV1ThinkUpdated.js"), exports);
34
35
  __exportStar(require("./AgentV1UpdatePrompt.js"), exports);
35
36
  __exportStar(require("./AgentV1UpdateSpeak.js"), exports);
37
+ __exportStar(require("./AgentV1UpdateThink.js"), exports);
36
38
  __exportStar(require("./AgentV1UserStartedSpeaking.js"), exports);
37
39
  __exportStar(require("./AgentV1Warning.js"), exports);
38
40
  __exportStar(require("./AgentV1Welcome.js"), exports);
@@ -0,0 +1,3 @@
1
+ export { AuthClient } from "./client/Client.js";
2
+ export * from "./client/index.js";
3
+ export * from "./resources/index.js";
@@ -0,0 +1,22 @@
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.AuthClient = void 0;
19
+ var Client_js_1 = require("./client/Client.js");
20
+ Object.defineProperty(exports, "AuthClient", { enumerable: true, get: function () { return Client_js_1.AuthClient; } });
21
+ __exportStar(require("./client/index.js"), exports);
22
+ __exportStar(require("./resources/index.js"), exports);
@@ -0,0 +1,3 @@
1
+ export { V1Client } from "./client/Client.js";
2
+ export * from "./client/index.js";
3
+ export * from "./resources/index.js";
@@ -0,0 +1,22 @@
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.V1Client = void 0;
19
+ var Client_js_1 = require("./client/Client.js");
20
+ Object.defineProperty(exports, "V1Client", { enumerable: true, get: function () { return Client_js_1.V1Client; } });
21
+ __exportStar(require("./client/index.js"), exports);
22
+ __exportStar(require("./resources/index.js"), exports);
@@ -0,0 +1,2 @@
1
+ export { TokensClient } from "./client/Client.js";
2
+ export * from "./client/index.js";
@@ -0,0 +1,21 @@
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.TokensClient = void 0;
19
+ var Client_js_1 = require("./client/Client.js");
20
+ Object.defineProperty(exports, "TokensClient", { enumerable: true, get: function () { return Client_js_1.TokensClient; } });
21
+ __exportStar(require("./client/index.js"), exports);
@@ -0,0 +1,3 @@
1
+ export { ListenClient } from "./client/Client.js";
2
+ export * from "./client/index.js";
3
+ export * from "./resources/index.js";
@@ -0,0 +1,22 @@
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.ListenClient = void 0;
19
+ var Client_js_1 = require("./client/Client.js");
20
+ Object.defineProperty(exports, "ListenClient", { enumerable: true, get: function () { return Client_js_1.ListenClient; } });
21
+ __exportStar(require("./client/index.js"), exports);
22
+ __exportStar(require("./resources/index.js"), exports);
@@ -1,45 +1,52 @@
1
1
  import type { BaseClientOptions } from "../../../../../../BaseClient.js";
2
2
  import { type NormalizedClientOptionsWithAuth } from "../../../../../../BaseClient.js";
3
+ import type * as Deepgram from "../../../../../index.js";
3
4
  import { MediaClient } from "../resources/media/client/Client.js";
4
5
  import { V1Socket } from "./Socket.js";
5
6
  export declare namespace V1Client {
6
7
  type Options = BaseClientOptions;
7
8
  interface ConnectArgs {
8
- callback?: string;
9
- callback_method?: string;
10
- channels?: string;
11
- detect_entities?: string;
12
- diarize?: string;
13
- dictation?: string;
14
- encoding?: string;
15
- endpointing?: string;
16
- extra?: string;
17
- interim_results?: string;
18
- keyterm?: string;
19
- keywords?: string;
20
- language?: string;
21
- mip_opt_out?: string;
22
- model: string;
23
- multichannel?: string;
24
- numerals?: string;
25
- profanity_filter?: string;
26
- punctuate?: string;
27
- redact?: string;
28
- replace?: string;
29
- sample_rate?: string;
30
- search?: string;
31
- smart_format?: string;
32
- tag?: string;
33
- utterance_end_ms?: string;
34
- vad_events?: string;
35
- version?: string;
9
+ callback?: Deepgram.ListenV1Callback | undefined;
10
+ callback_method?: Deepgram.ListenV1CallbackMethod;
11
+ channels?: Deepgram.ListenV1Channels | undefined;
12
+ detect_entities?: Deepgram.ListenV1DetectEntities;
13
+ diarize?: Deepgram.ListenV1Diarize;
14
+ dictation?: Deepgram.ListenV1Dictation;
15
+ encoding?: Deepgram.ListenV1Encoding;
16
+ endpointing?: Deepgram.ListenV1Endpointing | undefined;
17
+ extra?: Deepgram.ListenV1Extra | undefined;
18
+ interim_results?: Deepgram.ListenV1InterimResults;
19
+ keyterm?: Deepgram.ListenV1Keyterm | undefined;
20
+ keywords?: Deepgram.ListenV1Keywords | undefined;
21
+ language?: Deepgram.ListenV1Language | undefined;
22
+ mip_opt_out?: Deepgram.ListenV1MipOptOut | undefined;
23
+ model: Deepgram.ListenV1Model;
24
+ multichannel?: Deepgram.ListenV1Multichannel;
25
+ numerals?: Deepgram.ListenV1Numerals;
26
+ profanity_filter?: Deepgram.ListenV1ProfanityFilter;
27
+ punctuate?: Deepgram.ListenV1Punctuate;
28
+ redact?: Deepgram.ListenV1Redact;
29
+ replace?: Deepgram.ListenV1Replace | undefined;
30
+ sample_rate?: Deepgram.ListenV1SampleRate | undefined;
31
+ search?: Deepgram.ListenV1Search | undefined;
32
+ smart_format?: Deepgram.ListenV1SmartFormat;
33
+ tag?: Deepgram.ListenV1Tag | undefined;
34
+ utterance_end_ms?: Deepgram.ListenV1UtteranceEndMs | undefined;
35
+ vad_events?: Deepgram.ListenV1VadEvents;
36
+ version?: Deepgram.ListenV1Version | undefined;
36
37
  Authorization: string;
38
+ /** Additional query parameters to send with the websocket connect request. */
39
+ queryParams?: Record<string, unknown>;
37
40
  /** Arbitrary headers to send with the websocket connect request. */
38
41
  headers?: Record<string, string>;
39
42
  /** Enable debug mode on the websocket. Defaults to false. */
40
43
  debug?: boolean;
41
44
  /** Number of reconnect attempts. Defaults to 30. */
42
45
  reconnectAttempts?: number;
46
+ /** The timeout for establishing the WebSocket connection in seconds. */
47
+ connectionTimeoutInSeconds?: number;
48
+ /** A signal to abort the WebSocket connection. */
49
+ abortSignal?: AbortSignal;
43
50
  }
44
51
  }
45
52
  export declare class V1Client {
@@ -47,6 +47,7 @@ exports.V1Client = void 0;
47
47
  const BaseClient_js_1 = require("../../../../../../BaseClient.js");
48
48
  const headers_js_1 = require("../../../../../../core/headers.js");
49
49
  const core = __importStar(require("../../../../../../core/index.js"));
50
+ const json_js_1 = require("../../../../../../core/json.js");
50
51
  const environments = __importStar(require("../../../../../../environments.js"));
51
52
  const Client_js_1 = require("../resources/media/client/Client.js");
52
53
  const Socket_js_1 = require("./Socket.js");
@@ -61,44 +62,53 @@ class V1Client {
61
62
  connect(args) {
62
63
  return __awaiter(this, void 0, void 0, function* () {
63
64
  var _a, _b;
64
- const { callback, callback_method: callbackMethod, channels, detect_entities: detectEntities, diarize, dictation, encoding, endpointing, extra, interim_results: interimResults, keyterm, keywords, language, mip_opt_out: mipOptOut, model, multichannel, numerals, profanity_filter: profanityFilter, punctuate, redact, replace, sample_rate: sampleRate, search, smart_format: smartFormat, tag, utterance_end_ms: utteranceEndMs, vad_events: vadEvents, version, headers, debug, reconnectAttempts, } = args;
65
+ const { callback, callback_method: callbackMethod, channels, detect_entities: detectEntities, diarize, dictation, encoding, endpointing, extra, interim_results: interimResults, keyterm, keywords, language, mip_opt_out: mipOptOut, model, multichannel, numerals, profanity_filter: profanityFilter, punctuate, redact, replace, sample_rate: sampleRate, search, smart_format: smartFormat, tag, utterance_end_ms: utteranceEndMs, vad_events: vadEvents, version, queryParams, headers, debug, reconnectAttempts, connectionTimeoutInSeconds, abortSignal, } = args;
65
66
  const _queryParams = {
66
- callback,
67
- callback_method: callbackMethod,
68
- channels,
69
- detect_entities: detectEntities,
70
- diarize,
71
- dictation,
72
- encoding,
73
- endpointing,
74
- extra,
75
- interim_results: interimResults,
76
- keyterm,
77
- keywords,
78
- language,
79
- mip_opt_out: mipOptOut,
67
+ callback: callback != null ? (typeof callback === "string" ? callback : (0, json_js_1.toJson)(callback)) : undefined,
68
+ callback_method: callbackMethod != null ? callbackMethod : undefined,
69
+ channels: channels != null ? (typeof channels === "string" ? channels : (0, json_js_1.toJson)(channels)) : undefined,
70
+ detect_entities: detectEntities != null ? detectEntities : undefined,
71
+ diarize: diarize != null ? diarize : undefined,
72
+ dictation: dictation != null ? dictation : undefined,
73
+ encoding: encoding != null ? encoding : undefined,
74
+ endpointing: endpointing != null ? (typeof endpointing === "string" ? endpointing : (0, json_js_1.toJson)(endpointing)) : undefined,
75
+ extra: extra != null ? (typeof extra === "string" ? extra : (0, json_js_1.toJson)(extra)) : undefined,
76
+ interim_results: interimResults != null ? interimResults : undefined,
77
+ keyterm: keyterm != null ? (typeof keyterm === "string" ? keyterm : (0, json_js_1.toJson)(keyterm)) : undefined,
78
+ keywords: keywords != null ? (typeof keywords === "string" ? keywords : (0, json_js_1.toJson)(keywords)) : undefined,
79
+ language: language != null ? (typeof language === "string" ? language : (0, json_js_1.toJson)(language)) : undefined,
80
+ mip_opt_out: mipOptOut != null ? (typeof mipOptOut === "string" ? mipOptOut : (0, json_js_1.toJson)(mipOptOut)) : undefined,
80
81
  model,
81
- multichannel,
82
- numerals,
83
- profanity_filter: profanityFilter,
84
- punctuate,
85
- redact,
86
- replace,
87
- sample_rate: sampleRate,
88
- search,
89
- smart_format: smartFormat,
90
- tag,
91
- utterance_end_ms: utteranceEndMs,
92
- vad_events: vadEvents,
93
- version,
82
+ multichannel: multichannel != null ? multichannel : undefined,
83
+ numerals: numerals != null ? numerals : undefined,
84
+ profanity_filter: profanityFilter != null ? profanityFilter : undefined,
85
+ punctuate: punctuate != null ? punctuate : undefined,
86
+ redact: redact != null ? redact : undefined,
87
+ replace: replace != null ? (typeof replace === "string" ? replace : (0, json_js_1.toJson)(replace)) : undefined,
88
+ sample_rate: sampleRate != null ? (typeof sampleRate === "string" ? sampleRate : (0, json_js_1.toJson)(sampleRate)) : undefined,
89
+ search: search != null ? (typeof search === "string" ? search : (0, json_js_1.toJson)(search)) : undefined,
90
+ smart_format: smartFormat != null ? smartFormat : undefined,
91
+ tag: tag != null ? (typeof tag === "string" ? tag : (0, json_js_1.toJson)(tag)) : undefined,
92
+ utterance_end_ms: utteranceEndMs != null
93
+ ? typeof utteranceEndMs === "string"
94
+ ? utteranceEndMs
95
+ : (0, json_js_1.toJson)(utteranceEndMs)
96
+ : undefined,
97
+ vad_events: vadEvents != null ? vadEvents : undefined,
98
+ version: version != null ? (typeof version === "string" ? version : (0, json_js_1.toJson)(version)) : undefined,
94
99
  };
95
100
  const _headers = (0, headers_js_1.mergeHeaders)((0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: args.Authorization }), headers);
96
101
  const socket = new core.ReconnectingWebSocket({
97
102
  url: core.url.join((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.DeepgramEnvironment.Production).production, "/v1/listen"),
98
103
  protocols: [],
99
- queryParameters: _queryParams,
104
+ queryParameters: Object.assign(Object.assign({}, _queryParams), queryParams),
100
105
  headers: _headers,
101
- options: { debug: debug !== null && debug !== void 0 ? debug : false, maxRetries: reconnectAttempts !== null && reconnectAttempts !== void 0 ? reconnectAttempts : 30 },
106
+ options: {
107
+ debug: debug !== null && debug !== void 0 ? debug : false,
108
+ maxRetries: reconnectAttempts !== null && reconnectAttempts !== void 0 ? reconnectAttempts : 30,
109
+ connectionTimeout: connectionTimeoutInSeconds != null ? connectionTimeoutInSeconds * 1000 : undefined,
110
+ },
111
+ abortSignal: abortSignal,
102
112
  });
103
113
  return new Socket_js_1.V1Socket({ socket });
104
114
  });
@@ -0,0 +1,3 @@
1
+ export { V1Client } from "./client/Client.js";
2
+ export * from "./client/index.js";
3
+ export * from "./resources/index.js";
@@ -0,0 +1,22 @@
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.V1Client = void 0;
19
+ var Client_js_1 = require("./client/Client.js");
20
+ Object.defineProperty(exports, "V1Client", { enumerable: true, get: function () { return Client_js_1.V1Client; } });
21
+ __exportStar(require("./client/index.js"), exports);
22
+ __exportStar(require("./resources/index.js"), exports);
@@ -1,8 +1,5 @@
1
1
  import type * as Deepgram from "../../../../../../../../index.js";
2
2
  /**
3
- * @example
4
- * {}
5
- *
6
3
  * @example
7
4
  * {}
8
5
  */
@@ -0,0 +1,2 @@
1
+ export { MediaClient } from "./client/Client.js";
2
+ export * from "./client/index.js";
@@ -0,0 +1,21 @@
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.MediaClient = void 0;
19
+ var Client_js_1 = require("./client/Client.js");
20
+ Object.defineProperty(exports, "MediaClient", { enumerable: true, get: function () { return Client_js_1.MediaClient; } });
21
+ __exportStar(require("./client/index.js"), exports);
@@ -8,15 +8,15 @@ export interface ListenV1Results {
8
8
  /** The start time of the transcription */
9
9
  start: number;
10
10
  /** Whether the transcription is final */
11
- is_final?: boolean;
11
+ is_final?: boolean | undefined;
12
12
  /** Whether the transcription is speech final */
13
- speech_final?: boolean;
13
+ speech_final?: boolean | undefined;
14
14
  channel: ListenV1Results.Channel;
15
15
  metadata: ListenV1Results.Metadata;
16
16
  /** Whether the transcription is from a finalize message */
17
- from_finalize?: boolean;
17
+ from_finalize?: boolean | undefined;
18
18
  /** Extracted entities from the audio when detect_entities is enabled. Only present in is_final messages. Returns an empty array if no entities are detected */
19
- entities?: ListenV1Results.Entities.Item[];
19
+ entities?: ListenV1Results.Entities.Item[] | undefined;
20
20
  }
21
21
  export declare namespace ListenV1Results {
22
22
  interface Channel {
@@ -30,7 +30,7 @@ export declare namespace ListenV1Results {
30
30
  transcript: string;
31
31
  /** The confidence of the transcription */
32
32
  confidence: number;
33
- languages?: string[];
33
+ languages?: string[] | undefined;
34
34
  words: Item.Words.Item[];
35
35
  }
36
36
  namespace Item {
@@ -46,11 +46,11 @@ export declare namespace ListenV1Results {
46
46
  /** The confidence of the word */
47
47
  confidence: number;
48
48
  /** The language of the word */
49
- language?: string;
49
+ language?: string | undefined;
50
50
  /** The punctuated word of the word */
51
- punctuated_word?: string;
51
+ punctuated_word?: string | undefined;
52
52
  /** The speaker of the word */
53
- speaker?: number;
53
+ speaker?: number | undefined;
54
54
  }
55
55
  }
56
56
  }