@absolutejs/voice 0.0.22-beta.531 → 0.0.22-beta.533

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 (323) hide show
  1. package/dist/angular/index.js +4 -4
  2. package/dist/angular/voice-call-debugger.service.d.ts +1 -1
  3. package/dist/angular/voice-campaign-dialer-proof.service.d.ts +1 -1
  4. package/dist/angular/voice-controller.service.d.ts +1 -1
  5. package/dist/angular/voice-cost-dashboard.service.d.ts +1 -1
  6. package/dist/angular/voice-delivery-runtime.service.d.ts +1 -1
  7. package/dist/angular/voice-ops-status.service.d.ts +1 -1
  8. package/dist/angular/voice-platform-coverage.service.d.ts +1 -1
  9. package/dist/angular/voice-profile-comparison.service.d.ts +1 -1
  10. package/dist/angular/voice-proof-trends.service.d.ts +1 -1
  11. package/dist/angular/voice-provider-capabilities.service.d.ts +1 -1
  12. package/dist/angular/voice-provider-contracts.service.d.ts +1 -1
  13. package/dist/angular/voice-provider-status.service.d.ts +1 -1
  14. package/dist/angular/voice-readiness-failures.service.d.ts +1 -1
  15. package/dist/angular/voice-reconnect-profile-evidence.service.d.ts +1 -1
  16. package/dist/angular/voice-session-observability.service.d.ts +1 -1
  17. package/dist/angular/voice-session-snapshot.service.d.ts +1 -1
  18. package/dist/angular/voice-stream.service.d.ts +1 -1
  19. package/dist/angular/voice-trace-timeline.service.d.ts +1 -1
  20. package/dist/angular/voice-turn-latency.service.d.ts +1 -1
  21. package/dist/angular/voice-turn-quality.service.d.ts +1 -1
  22. package/dist/angular/voice-widget.service.d.ts +1 -1
  23. package/dist/angular/voice-workflow-status.service.d.ts +1 -1
  24. package/dist/client/actions.d.ts +1 -1
  25. package/dist/client/agentSquadStatus.d.ts +1 -1
  26. package/dist/client/audioPlayer.d.ts +1 -1
  27. package/dist/client/bargeInMonitor.d.ts +1 -1
  28. package/dist/client/browserMedia.d.ts +1 -1
  29. package/dist/client/callDebugger.d.ts +1 -1
  30. package/dist/client/callPlayer.d.ts +1 -1
  31. package/dist/client/campaignDialerProof.d.ts +1 -1
  32. package/dist/client/connection.d.ts +1 -1
  33. package/dist/client/controller.d.ts +1 -1
  34. package/dist/client/conversationAnalytics.d.ts +3 -2
  35. package/dist/client/costDashboard.d.ts +1 -1
  36. package/dist/client/createVoiceStream.d.ts +1 -1
  37. package/dist/client/deliveryRuntime.d.ts +1 -1
  38. package/dist/client/duplex.d.ts +1 -1
  39. package/dist/client/htmx.d.ts +1 -1
  40. package/dist/client/htmxBootstrap.js +3 -3
  41. package/dist/client/htmxDashboardRenderers.d.ts +2 -3
  42. package/dist/client/index.js +14 -14
  43. package/dist/client/liveAgentConsole.d.ts +1 -1
  44. package/dist/client/liveCallViewer.d.ts +1 -1
  45. package/dist/client/liveOps.d.ts +1 -1
  46. package/dist/client/liveOpsWidget.d.ts +1 -1
  47. package/dist/client/liveTurnLatency.d.ts +1 -1
  48. package/dist/client/microphone.d.ts +1 -1
  49. package/dist/client/opsActionHistory.d.ts +1 -1
  50. package/dist/client/opsStatus.d.ts +1 -1
  51. package/dist/client/opsStatusWidget.d.ts +1 -1
  52. package/dist/client/platformCoverage.d.ts +1 -1
  53. package/dist/client/platformCoverageWidget.d.ts +3 -2
  54. package/dist/client/profileComparison.d.ts +1 -1
  55. package/dist/client/profileSwitchRecommendation.d.ts +1 -1
  56. package/dist/client/proofTrends.d.ts +1 -1
  57. package/dist/client/proofTrendsWidget.d.ts +3 -2
  58. package/dist/client/providerCapabilities.d.ts +1 -1
  59. package/dist/client/providerCapabilitiesWidget.d.ts +1 -1
  60. package/dist/client/providerContracts.d.ts +1 -1
  61. package/dist/client/providerContractsWidget.d.ts +1 -1
  62. package/dist/client/providerStatus.d.ts +1 -1
  63. package/dist/client/providerStatusWidget.d.ts +1 -1
  64. package/dist/client/readinessFailures.d.ts +1 -1
  65. package/dist/client/readinessFailuresWidget.d.ts +1 -1
  66. package/dist/client/reconnectProfileEvidence.d.ts +1 -1
  67. package/dist/client/routingStatus.d.ts +1 -1
  68. package/dist/client/routingStatusWidget.d.ts +1 -1
  69. package/dist/client/sessionObservability.d.ts +1 -1
  70. package/dist/client/sessionObservabilityWidget.d.ts +1 -1
  71. package/dist/client/sessionSnapshot.d.ts +1 -1
  72. package/dist/client/store.d.ts +1 -1
  73. package/dist/client/traceTimeline.d.ts +1 -1
  74. package/dist/client/traceTimelineWidget.d.ts +1 -1
  75. package/dist/client/turnLatency.d.ts +1 -1
  76. package/dist/client/turnLatencyWidget.d.ts +1 -1
  77. package/dist/client/turnQuality.d.ts +1 -1
  78. package/dist/client/turnQualityWidget.d.ts +1 -1
  79. package/dist/client/voiceWidgetView.d.ts +2 -4
  80. package/dist/client/workflowStatus.d.ts +1 -1
  81. package/dist/{agent.d.ts → core/agent.d.ts} +2 -1
  82. package/dist/{agentTools.d.ts → core/agentTools.d.ts} +1 -2
  83. package/dist/{assistant.d.ts → core/assistant.d.ts} +2 -1
  84. package/dist/{assistantExperiment.d.ts → core/assistantExperiment.d.ts} +5 -4
  85. package/dist/{campaign.d.ts → core/campaign.d.ts} +2 -1
  86. package/dist/{correction.d.ts → core/correction.d.ts} +2 -1
  87. package/dist/{dataControl.d.ts → core/dataControl.d.ts} +1 -1
  88. package/dist/{deliveryRuntime.d.ts → core/deliveryRuntime.d.ts} +3 -2
  89. package/dist/{fileStore.d.ts → core/fileStore.d.ts} +1 -1
  90. package/dist/{htmxDashboardRoutes.d.ts → core/htmxDashboardRoutes.d.ts} +6 -5
  91. package/dist/{logger.d.ts → core/logger.d.ts} +0 -1
  92. package/dist/{midCallSummary.d.ts → core/midCallSummary.d.ts} +3 -3
  93. package/dist/{multilingualProof.d.ts → core/multilingualProof.d.ts} +2 -2
  94. package/dist/{operationsRecord.d.ts → core/operationsRecord.d.ts} +3 -2
  95. package/dist/{ops.d.ts → core/ops.d.ts} +1 -1
  96. package/dist/{outcomeContract.d.ts → core/outcomeContract.d.ts} +1 -1
  97. package/dist/{phoneAgent.d.ts → core/phoneAgent.d.ts} +6 -6
  98. package/dist/{phoneAgentProductionSmoke.d.ts → core/phoneAgentProductionSmoke.d.ts} +1 -1
  99. package/dist/{postCallAnalysis.d.ts → core/postCallAnalysis.d.ts} +1 -1
  100. package/dist/{postgresStore.d.ts → core/postgresStore.d.ts} +1 -1
  101. package/dist/{productionReadiness.d.ts → core/productionReadiness.d.ts} +7 -6
  102. package/dist/{providerStackRecommendations.d.ts → core/providerStackRecommendations.d.ts} +2 -1
  103. package/dist/{reconnectContract.d.ts → core/reconnectContract.d.ts} +2 -1
  104. package/dist/{resilienceRoutes.d.ts → core/resilienceRoutes.d.ts} +1 -1
  105. package/dist/{runtimeOps.d.ts → core/runtimeOps.d.ts} +1 -1
  106. package/dist/{s3Store.d.ts → core/s3Store.d.ts} +4 -10
  107. package/dist/{simulationSuite.d.ts → core/simulationSuite.d.ts} +2 -1
  108. package/dist/{sqliteStore.d.ts → core/sqliteStore.d.ts} +1 -1
  109. package/dist/{telephonyOutcome.d.ts → core/telephonyOutcome.d.ts} +0 -4
  110. package/dist/core/turnProfiles.d.ts +3 -0
  111. package/dist/{types.d.ts → core/types.d.ts} +3 -3
  112. package/dist/embed/index.d.ts +1 -1
  113. package/dist/embed/index.js +4 -4
  114. package/dist/embed/voice-widget.js +1 -1
  115. package/dist/index.d.ts +339 -339
  116. package/dist/index.js +199 -199
  117. package/dist/internal/status.d.ts +0 -2
  118. package/dist/react/VoiceCallPlayer.d.ts +1 -1
  119. package/dist/react/VoiceWidget.d.ts +1 -1
  120. package/dist/react/index.d.ts +21 -0
  121. package/dist/react/index.js +12 -12
  122. package/dist/react/useVoiceController.d.ts +1 -1
  123. package/dist/react/useVoiceStream.d.ts +1 -1
  124. package/dist/svelte/createVoiceCallDebugger.d.ts +0 -2
  125. package/dist/svelte/createVoiceSessionSnapshot.d.ts +0 -2
  126. package/dist/svelte/createVoiceStream.d.ts +1 -1
  127. package/dist/svelte/createVoiceWidget.d.ts +1 -1
  128. package/dist/svelte/index.js +8 -8
  129. package/dist/telephony/plivo.d.ts +3 -3
  130. package/dist/telephony/security.d.ts +3 -3
  131. package/dist/telephony/telnyx.d.ts +3 -3
  132. package/dist/telephony/twilio.d.ts +2 -2
  133. package/dist/testing/accuracy.d.ts +1 -1
  134. package/dist/testing/benchmark.d.ts +1 -1
  135. package/dist/testing/corrected.d.ts +1 -1
  136. package/dist/testing/duplex.d.ts +1 -1
  137. package/dist/testing/fixtures.d.ts +1 -1
  138. package/dist/testing/index.js +24 -24
  139. package/dist/testing/ioProviderSimulator.d.ts +1 -1
  140. package/dist/testing/providerSimulator.d.ts +3 -3
  141. package/dist/testing/review.d.ts +1 -1
  142. package/dist/testing/sessionBenchmark.d.ts +1 -1
  143. package/dist/testing/stt.d.ts +1 -1
  144. package/dist/testing/telephony.d.ts +2 -2
  145. package/dist/testing/tts.d.ts +1 -1
  146. package/dist/vue/VoiceCallPlayer.d.ts +1 -1
  147. package/dist/vue/VoiceCostDashboard.d.ts +1 -1
  148. package/dist/vue/VoiceWidget.d.ts +1 -1
  149. package/dist/vue/index.js +12 -12
  150. package/dist/vue/useVoiceCallDebugger.d.ts +1 -1
  151. package/dist/vue/useVoiceCampaignDialerProof.d.ts +1 -1
  152. package/dist/vue/useVoiceController.d.ts +1 -1
  153. package/dist/vue/useVoiceDeliveryRuntime.d.ts +1 -1
  154. package/dist/vue/useVoiceOpsStatus.d.ts +1 -1
  155. package/dist/vue/useVoicePlatformCoverage.d.ts +1 -1
  156. package/dist/vue/useVoiceProfileComparison.d.ts +1 -1
  157. package/dist/vue/useVoiceProofTrends.d.ts +1 -1
  158. package/dist/vue/useVoiceProviderCapabilities.d.ts +1 -1
  159. package/dist/vue/useVoiceProviderContracts.d.ts +1 -1
  160. package/dist/vue/useVoiceProviderStatus.d.ts +1 -1
  161. package/dist/vue/useVoiceReadinessFailures.d.ts +1 -1
  162. package/dist/vue/useVoiceReconnectProfileEvidence.d.ts +1 -1
  163. package/dist/vue/useVoiceSessionObservability.d.ts +1 -1
  164. package/dist/vue/useVoiceSessionSnapshot.d.ts +1 -1
  165. package/dist/vue/useVoiceStream.d.ts +1 -1
  166. package/dist/vue/useVoiceTraceTimeline.d.ts +1 -1
  167. package/dist/vue/useVoiceTurnLatency.d.ts +1 -1
  168. package/dist/vue/useVoiceTurnQuality.d.ts +1 -1
  169. package/dist/vue/useVoiceWorkflowStatus.d.ts +1 -1
  170. package/package.json +3 -1
  171. package/dist/angular/voice-delivery-runtime.component.d.ts +0 -17
  172. package/dist/angular/voice-ops-status.component.d.ts +0 -15
  173. package/dist/turnProfiles.d.ts +0 -6
  174. /package/dist/{agentPerformanceReport.d.ts → core/agentPerformanceReport.d.ts} +0 -0
  175. /package/dist/{agentSquadContract.d.ts → core/agentSquadContract.d.ts} +0 -0
  176. /package/dist/{agentState.d.ts → core/agentState.d.ts} +0 -0
  177. /package/dist/{aiScorecard.d.ts → core/aiScorecard.d.ts} +0 -0
  178. /package/dist/{aiVoiceModel.d.ts → core/aiVoiceModel.d.ts} +0 -0
  179. /package/dist/{amdDetector.d.ts → core/amdDetector.d.ts} +0 -0
  180. /package/dist/{assistantHealth.d.ts → core/assistantHealth.d.ts} +0 -0
  181. /package/dist/{assistantMemory.d.ts → core/assistantMemory.d.ts} +0 -0
  182. /package/dist/{assistantMode.d.ts → core/assistantMode.d.ts} +0 -0
  183. /package/dist/{audioConditioning.d.ts → core/audioConditioning.d.ts} +0 -0
  184. /package/dist/{audit.d.ts → core/audit.d.ts} +0 -0
  185. /package/dist/{auditDeliveryRoutes.d.ts → core/auditDeliveryRoutes.d.ts} +0 -0
  186. /package/dist/{auditExport.d.ts → core/auditExport.d.ts} +0 -0
  187. /package/dist/{auditRoutes.d.ts → core/auditRoutes.d.ts} +0 -0
  188. /package/dist/{auditSinks.d.ts → core/auditSinks.d.ts} +0 -0
  189. /package/dist/{backchannel.d.ts → core/backchannel.d.ts} +0 -0
  190. /package/dist/{bargeInRoutes.d.ts → core/bargeInRoutes.d.ts} +0 -0
  191. /package/dist/{bookingFlow.d.ts → core/bookingFlow.d.ts} +0 -0
  192. /package/dist/{browserCallProfiles.d.ts → core/browserCallProfiles.d.ts} +0 -0
  193. /package/dist/{browserMediaRoutes.d.ts → core/browserMediaRoutes.d.ts} +0 -0
  194. /package/dist/{calendarAdapter.d.ts → core/calendarAdapter.d.ts} +0 -0
  195. /package/dist/{calendarSlots.d.ts → core/calendarSlots.d.ts} +0 -0
  196. /package/dist/{callDebugger.d.ts → core/callDebugger.d.ts} +0 -0
  197. /package/dist/{callDisposition.d.ts → core/callDisposition.d.ts} +0 -0
  198. /package/dist/{callQuota.d.ts → core/callQuota.d.ts} +0 -0
  199. /package/dist/{callScorecard.d.ts → core/callScorecard.d.ts} +0 -0
  200. /package/dist/{callerCRMLinker.d.ts → core/callerCRMLinker.d.ts} +0 -0
  201. /package/dist/{callerMemory.d.ts → core/callerMemory.d.ts} +0 -0
  202. /package/dist/{callingWindow.d.ts → core/callingWindow.d.ts} +0 -0
  203. /package/dist/{campaignControls.d.ts → core/campaignControls.d.ts} +0 -0
  204. /package/dist/{campaignDialers.d.ts → core/campaignDialers.d.ts} +0 -0
  205. /package/dist/{campaignTemplate.d.ts → core/campaignTemplate.d.ts} +0 -0
  206. /package/dist/{competitiveCoverage.d.ts → core/competitiveCoverage.d.ts} +0 -0
  207. /package/dist/{conversationSimulator.d.ts → core/conversationSimulator.d.ts} +0 -0
  208. /package/dist/{costAccounting.d.ts → core/costAccounting.d.ts} +0 -0
  209. /package/dist/{costPredictor.d.ts → core/costPredictor.d.ts} +0 -0
  210. /package/dist/{crmCallLogger.d.ts → core/crmCallLogger.d.ts} +0 -0
  211. /package/dist/{crmContract.d.ts → core/crmContract.d.ts} +0 -0
  212. /package/dist/{defineVoiceAssistant.d.ts → core/defineVoiceAssistant.d.ts} +0 -0
  213. /package/dist/{deliverySinkRoutes.d.ts → core/deliverySinkRoutes.d.ts} +0 -0
  214. /package/dist/{demoReadyRoutes.d.ts → core/demoReadyRoutes.d.ts} +0 -0
  215. /package/dist/{diagnosticsRoutes.d.ts → core/diagnosticsRoutes.d.ts} +0 -0
  216. /package/dist/{dncRegistry.d.ts → core/dncRegistry.d.ts} +0 -0
  217. /package/dist/{dtmfCollector.d.ts → core/dtmfCollector.d.ts} +0 -0
  218. /package/dist/{evalRoutes.d.ts → core/evalRoutes.d.ts} +0 -0
  219. /package/dist/{guardrails.d.ts → core/guardrails.d.ts} +0 -0
  220. /package/dist/{handoff.d.ts → core/handoff.d.ts} +0 -0
  221. /package/dist/{handoffHealth.d.ts → core/handoffHealth.d.ts} +0 -0
  222. /package/dist/{holdAudio.d.ts → core/holdAudio.d.ts} +0 -0
  223. /package/dist/{htmx.d.ts → core/htmx.d.ts} +0 -0
  224. /package/dist/{iceServers.d.ts → core/iceServers.d.ts} +0 -0
  225. /package/dist/{incidentBundle.d.ts → core/incidentBundle.d.ts} +0 -0
  226. /package/dist/{incidentTimeline.d.ts → core/incidentTimeline.d.ts} +0 -0
  227. /package/dist/{ivrPlan.d.ts → core/ivrPlan.d.ts} +0 -0
  228. /package/dist/{latencySlo.d.ts → core/latencySlo.d.ts} +0 -0
  229. /package/dist/{liveCoach.d.ts → core/liveCoach.d.ts} +0 -0
  230. /package/dist/{liveLatency.d.ts → core/liveLatency.d.ts} +0 -0
  231. /package/dist/{liveOps.d.ts → core/liveOps.d.ts} +0 -0
  232. /package/dist/{llmJudge.d.ts → core/llmJudge.d.ts} +0 -0
  233. /package/dist/{mcpToolset.d.ts → core/mcpToolset.d.ts} +0 -0
  234. /package/dist/{mediaPipelineRoutes.d.ts → core/mediaPipelineRoutes.d.ts} +0 -0
  235. /package/dist/{mediaPipelineSurfaces.d.ts → core/mediaPipelineSurfaces.d.ts} +0 -0
  236. /package/dist/{memoryStore.d.ts → core/memoryStore.d.ts} +0 -0
  237. /package/dist/{modelAdapters.d.ts → core/modelAdapters.d.ts} +0 -0
  238. /package/dist/{monitor.d.ts → core/monitor.d.ts} +0 -0
  239. /package/dist/{noShowPredictor.d.ts → core/noShowPredictor.d.ts} +0 -0
  240. /package/dist/{oauth2TokenSource.d.ts → core/oauth2TokenSource.d.ts} +0 -0
  241. /package/dist/{observabilityExport.d.ts → core/observabilityExport.d.ts} +0 -0
  242. /package/dist/{openaiTTS.d.ts → core/openaiTTS.d.ts} +0 -0
  243. /package/dist/{operationalStatus.d.ts → core/operationalStatus.d.ts} +0 -0
  244. /package/dist/{opsActionAuditRoutes.d.ts → core/opsActionAuditRoutes.d.ts} +0 -0
  245. /package/dist/{opsConsoleRoutes.d.ts → core/opsConsoleRoutes.d.ts} +0 -0
  246. /package/dist/{opsPresets.d.ts → core/opsPresets.d.ts} +0 -0
  247. /package/dist/{opsRecovery.d.ts → core/opsRecovery.d.ts} +0 -0
  248. /package/dist/{opsRuntime.d.ts → core/opsRuntime.d.ts} +0 -0
  249. /package/dist/{opsSinks.d.ts → core/opsSinks.d.ts} +0 -0
  250. /package/dist/{opsStatus.d.ts → core/opsStatus.d.ts} +0 -0
  251. /package/dist/{opsStatusRoutes.d.ts → core/opsStatusRoutes.d.ts} +0 -0
  252. /package/dist/{opsWebhook.d.ts → core/opsWebhook.d.ts} +0 -0
  253. /package/dist/{otelExporter.d.ts → core/otelExporter.d.ts} +0 -0
  254. /package/dist/{outcomeRecipes.d.ts → core/outcomeRecipes.d.ts} +0 -0
  255. /package/dist/{pathway.d.ts → core/pathway.d.ts} +0 -0
  256. /package/dist/{pathwayCompiler.d.ts → core/pathwayCompiler.d.ts} +0 -0
  257. /package/dist/{pathwayGenerator.d.ts → core/pathwayGenerator.d.ts} +0 -0
  258. /package/dist/{pathwayRuntime.d.ts → core/pathwayRuntime.d.ts} +0 -0
  259. /package/dist/{pathwaySlotCollector.d.ts → core/pathwaySlotCollector.d.ts} +0 -0
  260. /package/dist/{pathwayVisualizer.d.ts → core/pathwayVisualizer.d.ts} +0 -0
  261. /package/dist/{phoneProvisioning.d.ts → core/phoneProvisioning.d.ts} +0 -0
  262. /package/dist/{platformCoverage.d.ts → core/platformCoverage.d.ts} +0 -0
  263. /package/dist/{plugin.d.ts → core/plugin.d.ts} +0 -0
  264. /package/dist/{postCallSurvey.d.ts → core/postCallSurvey.d.ts} +0 -0
  265. /package/dist/{presets.d.ts → core/presets.d.ts} +0 -0
  266. /package/dist/{profileSwitchRecommendation.d.ts → core/profileSwitchRecommendation.d.ts} +0 -0
  267. /package/dist/{promptInjectionGuard.d.ts → core/promptInjectionGuard.d.ts} +0 -0
  268. /package/dist/{proofAssertions.d.ts → core/proofAssertions.d.ts} +0 -0
  269. /package/dist/{proofPack.d.ts → core/proofPack.d.ts} +0 -0
  270. /package/dist/{proofRunner.d.ts → core/proofRunner.d.ts} +0 -0
  271. /package/dist/{proofTrends.d.ts → core/proofTrends.d.ts} +0 -0
  272. /package/dist/{providerAdapters.d.ts → core/providerAdapters.d.ts} +0 -0
  273. /package/dist/{providerCapabilities.d.ts → core/providerCapabilities.d.ts} +0 -0
  274. /package/dist/{providerDecisionTraces.d.ts → core/providerDecisionTraces.d.ts} +0 -0
  275. /package/dist/{providerHealth.d.ts → core/providerHealth.d.ts} +0 -0
  276. /package/dist/{providerOrchestration.d.ts → core/providerOrchestration.d.ts} +0 -0
  277. /package/dist/{providerRouterTraces.d.ts → core/providerRouterTraces.d.ts} +0 -0
  278. /package/dist/{providerRoutingContract.d.ts → core/providerRoutingContract.d.ts} +0 -0
  279. /package/dist/{providerSlo.d.ts → core/providerSlo.d.ts} +0 -0
  280. /package/dist/{qualityDriftDetector.d.ts → core/qualityDriftDetector.d.ts} +0 -0
  281. /package/dist/{qualityRoutes.d.ts → core/qualityRoutes.d.ts} +0 -0
  282. /package/dist/{queue.d.ts → core/queue.d.ts} +0 -0
  283. /package/dist/{ragTool.d.ts → core/ragTool.d.ts} +0 -0
  284. /package/dist/{readinessProfiles.d.ts → core/readinessProfiles.d.ts} +0 -0
  285. /package/dist/{realtimeChannel.d.ts → core/realtimeChannel.d.ts} +0 -0
  286. /package/dist/{realtimeProviderContracts.d.ts → core/realtimeProviderContracts.d.ts} +0 -0
  287. /package/dist/{recordingRedaction.d.ts → core/recordingRedaction.d.ts} +0 -0
  288. /package/dist/{recordingStore.d.ts → core/recordingStore.d.ts} +0 -0
  289. /package/dist/{redaction.d.ts → core/redaction.d.ts} +0 -0
  290. /package/dist/{reminderScheduler.d.ts → core/reminderScheduler.d.ts} +0 -0
  291. /package/dist/{retention.d.ts → core/retention.d.ts} +0 -0
  292. /package/dist/{retryPolicy.d.ts → core/retryPolicy.d.ts} +0 -0
  293. /package/dist/{routeAuth.d.ts → core/routeAuth.d.ts} +0 -0
  294. /package/dist/{routing.d.ts → core/routing.d.ts} +0 -0
  295. /package/dist/{scorecardCalibration.d.ts → core/scorecardCalibration.d.ts} +0 -0
  296. /package/dist/{semanticTurn.d.ts → core/semanticTurn.d.ts} +0 -0
  297. /package/dist/{session.d.ts → core/session.d.ts} +0 -0
  298. /package/dist/{sessionObservability.d.ts → core/sessionObservability.d.ts} +0 -0
  299. /package/dist/{sessionReplay.d.ts → core/sessionReplay.d.ts} +0 -0
  300. /package/dist/{sessionSnapshot.d.ts → core/sessionSnapshot.d.ts} +0 -0
  301. /package/dist/{sloCalibration.d.ts → core/sloCalibration.d.ts} +0 -0
  302. /package/dist/{store.d.ts → core/store.d.ts} +0 -0
  303. /package/dist/{supervisorPermissions.d.ts → core/supervisorPermissions.d.ts} +0 -0
  304. /package/dist/{supervisorPresence.d.ts → core/supervisorPresence.d.ts} +0 -0
  305. /package/dist/{telephonyMediaRoutes.d.ts → core/telephonyMediaRoutes.d.ts} +0 -0
  306. /package/dist/{toolContract.d.ts → core/toolContract.d.ts} +0 -0
  307. /package/dist/{toolRuntime.d.ts → core/toolRuntime.d.ts} +0 -0
  308. /package/dist/{trace.d.ts → core/trace.d.ts} +0 -0
  309. /package/dist/{traceDeliveryRoutes.d.ts → core/traceDeliveryRoutes.d.ts} +0 -0
  310. /package/dist/{traceTimeline.d.ts → core/traceTimeline.d.ts} +0 -0
  311. /package/dist/{transcriptAnnotator.d.ts → core/transcriptAnnotator.d.ts} +0 -0
  312. /package/dist/{turnDetection.d.ts → core/turnDetection.d.ts} +0 -0
  313. /package/dist/{turnLatency.d.ts → core/turnLatency.d.ts} +0 -0
  314. /package/dist/{turnQuality.d.ts → core/turnQuality.d.ts} +0 -0
  315. /package/dist/{vapiAdapter.d.ts → core/vapiAdapter.d.ts} +0 -0
  316. /package/dist/{variableAnalytics.d.ts → core/variableAnalytics.d.ts} +0 -0
  317. /package/dist/{voiceConfiguration.d.ts → core/voiceConfiguration.d.ts} +0 -0
  318. /package/dist/{voiceMonitoring.d.ts → core/voiceMonitoring.d.ts} +0 -0
  319. /package/dist/{webhookFanout.d.ts → core/webhookFanout.d.ts} +0 -0
  320. /package/dist/{webhookVerification.d.ts → core/webhookVerification.d.ts} +0 -0
  321. /package/dist/{whisperChannel.d.ts → core/whisperChannel.d.ts} +0 -0
  322. /package/dist/{workflowContract.d.ts → core/workflowContract.d.ts} +0 -0
  323. /package/dist/{zeroDataRetention.d.ts → core/zeroDataRetention.d.ts} +0 -0
package/dist/vue/index.js CHANGED
@@ -1434,7 +1434,7 @@ var assertVoiceEvidence = (failureMessage, assertion) => {
1434
1434
  return assertion;
1435
1435
  };
1436
1436
 
1437
- // src/proofTrends.ts
1437
+ // src/core/proofTrends.ts
1438
1438
  import { Elysia as Elysia4 } from "elysia";
1439
1439
 
1440
1440
  // src/internal/status.ts
@@ -1449,13 +1449,13 @@ var worstVoiceStatus = (statuses) => {
1449
1449
  return worst;
1450
1450
  };
1451
1451
 
1452
- // src/providerDecisionTraces.ts
1452
+ // src/core/providerDecisionTraces.ts
1453
1453
  import { Elysia as Elysia3 } from "elysia";
1454
1454
 
1455
- // src/resilienceRoutes.ts
1455
+ // src/core/resilienceRoutes.ts
1456
1456
  import { Elysia as Elysia2 } from "elysia";
1457
1457
 
1458
- // src/providerHealth.ts
1458
+ // src/core/providerHealth.ts
1459
1459
  import { Elysia } from "elysia";
1460
1460
  var getString = (value) => typeof value === "string" ? value : undefined;
1461
1461
  var getNumber = (value) => typeof value === "number" && Number.isFinite(value) ? value : undefined;
@@ -1663,7 +1663,7 @@ var createVoiceProviderHealthRoutes = (options) => {
1663
1663
  return routes;
1664
1664
  };
1665
1665
 
1666
- // src/resilienceRoutes.ts
1666
+ // src/core/resilienceRoutes.ts
1667
1667
  var getString2 = (value) => typeof value === "string" ? value : undefined;
1668
1668
  var getNumber2 = (value) => typeof value === "number" && Number.isFinite(value) ? value : undefined;
1669
1669
  var getBoolean = (value) => value === true;
@@ -2146,7 +2146,7 @@ var createVoiceResilienceRoutes = (options) => {
2146
2146
  return routes;
2147
2147
  };
2148
2148
 
2149
- // src/providerDecisionTraces.ts
2149
+ // src/core/providerDecisionTraces.ts
2150
2150
  var getString3 = (value) => typeof value === "string" ? value : undefined;
2151
2151
  var getNumber3 = (value) => typeof value === "number" && Number.isFinite(value) ? value : undefined;
2152
2152
  var isDecisionTrace = (event) => Boolean(event && typeof event === "object" && "provider" in event && "reason" in event && "sessionId" in event && "status" in event && "surface" in event);
@@ -2459,7 +2459,7 @@ var createVoiceProviderDecisionTraceRoutes = (options) => {
2459
2459
  return app;
2460
2460
  };
2461
2461
 
2462
- // src/trace.ts
2462
+ // src/core/trace.ts
2463
2463
  var createVoiceTraceEventId = (event) => [
2464
2464
  event.sessionId,
2465
2465
  event.turnId ?? "session",
@@ -3270,7 +3270,7 @@ var buildVoiceTraceReplay = (events, options = {}) => ({
3270
3270
  summary: summarizeVoiceTrace(options.redact ? redactVoiceTraceEvents(events, options.redact) : events)
3271
3271
  });
3272
3272
 
3273
- // src/proofTrends.ts
3273
+ // src/core/proofTrends.ts
3274
3274
  var DEFAULT_VOICE_PROOF_TRENDS_MAX_AGE_MS = 24 * 60 * 60 * 1000;
3275
3275
  var DEFAULT_VOICE_PROOF_TREND_PROFILE_DEFINITIONS = [
3276
3276
  {
@@ -11333,7 +11333,7 @@ var createMicrophoneCapture = (options) => {
11333
11333
  return { start, stop };
11334
11334
  };
11335
11335
 
11336
- // src/audioConditioning.ts
11336
+ // src/core/audioConditioning.ts
11337
11337
  var DEFAULT_TARGET_LEVEL = 0.08;
11338
11338
  var DEFAULT_MAX_GAIN = 3;
11339
11339
  var DEFAULT_NOISE_GATE_THRESHOLD = 0.006;
@@ -11388,7 +11388,7 @@ var conditionAudioChunk = (audio, config) => {
11388
11388
  return new Uint8Array(output.buffer);
11389
11389
  };
11390
11390
 
11391
- // src/turnProfiles.ts
11391
+ // src/core/turnProfiles.ts
11392
11392
  var TURN_PROFILE_DEFAULTS = {
11393
11393
  balanced: {
11394
11394
  qualityProfile: "general",
@@ -11443,7 +11443,7 @@ var resolveTurnDetectionConfig = (config) => {
11443
11443
  };
11444
11444
  };
11445
11445
 
11446
- // src/presets.ts
11446
+ // src/core/presets.ts
11447
11447
  var PRESET_INPUTS = {
11448
11448
  chat: {
11449
11449
  audioConditioning: {
@@ -11897,7 +11897,7 @@ function useVoiceController(path, options = {}) {
11897
11897
  // src/vue/VoiceWidget.ts
11898
11898
  import { computed as computed10, defineComponent as defineComponent18, h as h18 } from "vue";
11899
11899
 
11900
- // src/agentState.ts
11900
+ // src/core/agentState.ts
11901
11901
  var deriveVoiceAgentUIState = (input) => {
11902
11902
  if (!input.isConnected) {
11903
11903
  return "idle";
@@ -1,5 +1,5 @@
1
1
  import { type VoiceCallDebuggerClientOptions } from "../client/callDebugger";
2
- import type { VoiceCallDebuggerReport } from "../callDebugger";
2
+ import type { VoiceCallDebuggerReport } from "../core/callDebugger";
3
3
  export declare function useVoiceCallDebugger(path: string, options?: VoiceCallDebuggerClientOptions): {
4
4
  close: () => void;
5
5
  error: import("vue").ComputedRef<string | null>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceCampaignDialerProofClientOptions } from "../client/campaignDialerProof";
2
- import type { VoiceCampaignDialerProofReport, VoiceCampaignDialerProofStatus } from "../campaignDialers";
2
+ import type { VoiceCampaignDialerProofReport, VoiceCampaignDialerProofStatus } from "../core/campaignDialers";
3
3
  export declare function useVoiceCampaignDialerProof(path?: string, options?: VoiceCampaignDialerProofClientOptions): {
4
4
  error: import("vue").ShallowRef<string | null, string | null>;
5
5
  isLoading: import("vue").ShallowRef<boolean, boolean>;
@@ -1,4 +1,4 @@
1
- import type { VoiceControllerOptions, VoiceTurnRecord } from "../types";
1
+ import type { VoiceControllerOptions, VoiceTurnRecord } from "../core/types";
2
2
  export declare function useVoiceController<TResult = unknown>(path: string, options?: VoiceControllerOptions): {
3
3
  assistantAudio: import("vue").ShallowRef<{
4
4
  chunk: Uint8Array;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceDeliveryRuntimeClientOptions } from "../client/deliveryRuntime";
2
- import type { VoiceDeliveryRuntimeReport } from "../deliveryRuntime";
2
+ import type { VoiceDeliveryRuntimeReport } from "../core/deliveryRuntime";
3
3
  export declare function useVoiceDeliveryRuntime(path?: string, options?: VoiceDeliveryRuntimeClientOptions): {
4
4
  actionError: import("vue").Ref<string | null, string | null>;
5
5
  actionStatus: import("vue").Ref<"completed" | "failed" | "idle" | "running", "completed" | "failed" | "idle" | "running">;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceOpsStatusClientOptions } from "../client/opsStatus";
2
- import type { VoiceOpsStatusReport } from "../opsStatus";
2
+ import type { VoiceOpsStatusReport } from "../core/opsStatus";
3
3
  export declare function useVoiceOpsStatus(path?: string, options?: VoiceOpsStatusClientOptions): {
4
4
  error: import("vue").Ref<string | null, string | null>;
5
5
  isLoading: import("vue").Ref<boolean, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { type VoicePlatformCoverageClientOptions } from "../client/platformCoverage";
2
- import type { VoicePlatformCoverageSummary } from "../platformCoverage";
2
+ import type { VoicePlatformCoverageSummary } from "../core/platformCoverage";
3
3
  export declare function useVoicePlatformCoverage(path?: string, options?: VoicePlatformCoverageClientOptions): {
4
4
  error: import("vue").Ref<string | null, string | null>;
5
5
  isLoading: import("vue").Ref<boolean, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceProfileComparisonClientOptions } from "../client/profileComparison";
2
- import type { VoiceRealCallProfileHistoryReport } from "../proofTrends";
2
+ import type { VoiceRealCallProfileHistoryReport } from "../core/proofTrends";
3
3
  export declare function useVoiceProfileComparison(path?: string, options?: VoiceProfileComparisonClientOptions): {
4
4
  error: import("vue").Ref<string | null, string | null>;
5
5
  isLoading: import("vue").Ref<boolean, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceProofTrendsClientOptions } from "../client/proofTrends";
2
- import type { VoiceProofTrendReport } from "../proofTrends";
2
+ import type { VoiceProofTrendReport } from "../core/proofTrends";
3
3
  export declare function useVoiceProofTrends(path?: string, options?: VoiceProofTrendsClientOptions): {
4
4
  error: import("vue").Ref<string | null, string | null>;
5
5
  isLoading: import("vue").Ref<boolean, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceProviderCapabilitiesClientOptions } from "../client/providerCapabilities";
2
- import type { VoiceProviderCapabilityReport } from "../providerCapabilities";
2
+ import type { VoiceProviderCapabilityReport } from "../core/providerCapabilities";
3
3
  export declare function useVoiceProviderCapabilities<TProvider extends string = string>(path?: string, options?: VoiceProviderCapabilitiesClientOptions): {
4
4
  error: import("vue").ShallowRef<string | null, string | null>;
5
5
  isLoading: import("vue").ShallowRef<boolean, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceProviderContractsClientOptions } from "../client/providerContracts";
2
- import type { VoiceProviderContractMatrixReport } from "../providerStackRecommendations";
2
+ import type { VoiceProviderContractMatrixReport } from "../core/providerStackRecommendations";
3
3
  export declare function useVoiceProviderContracts<TProvider extends string = string>(path?: string, options?: VoiceProviderContractsClientOptions): {
4
4
  error: import("vue").ShallowRef<string | null, string | null>;
5
5
  isLoading: import("vue").ShallowRef<boolean, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceProviderStatusClientOptions } from "../client/providerStatus";
2
- import type { VoiceProviderHealthSummary } from "../providerHealth";
2
+ import type { VoiceProviderHealthSummary } from "../core/providerHealth";
3
3
  export declare function useVoiceProviderStatus<TProvider extends string = string>(path?: string, options?: VoiceProviderStatusClientOptions): {
4
4
  error: import("vue").Ref<string | null, string | null>;
5
5
  isLoading: import("vue").Ref<boolean, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceReadinessFailuresClientOptions } from "../client/readinessFailures";
2
- import type { VoiceProductionReadinessReport } from "../productionReadiness";
2
+ import type { VoiceProductionReadinessReport } from "../core/productionReadiness";
3
3
  export declare const useVoiceReadinessFailures: (path?: string, options?: VoiceReadinessFailuresClientOptions) => {
4
4
  error: Readonly<import("vue").Ref<string | null, string | null>>;
5
5
  isLoading: Readonly<import("vue").Ref<boolean, boolean>>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceReconnectProfileEvidenceClientOptions } from "../client/reconnectProfileEvidence";
2
- import type { VoiceReconnectProfileEvidenceSummary } from "../proofTrends";
2
+ import type { VoiceReconnectProfileEvidenceSummary } from "../core/proofTrends";
3
3
  export declare function useVoiceReconnectProfileEvidence(path?: string, options?: VoiceReconnectProfileEvidenceClientOptions): {
4
4
  error: import("vue").Ref<string | null, string | null>;
5
5
  isLoading: import("vue").Ref<boolean, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceSessionObservabilityClientOptions } from "../client/sessionObservability";
2
- import type { VoiceSessionObservabilityReport } from "../sessionObservability";
2
+ import type { VoiceSessionObservabilityReport } from "../core/sessionObservability";
3
3
  export declare function useVoiceSessionObservability(path?: string, options?: VoiceSessionObservabilityClientOptions): {
4
4
  error: import("vue").Ref<string | null, string | null>;
5
5
  isLoading: import("vue").Ref<boolean, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceSessionSnapshotClientOptions } from "../client/sessionSnapshot";
2
- import type { VoiceSessionSnapshot } from "../sessionSnapshot";
2
+ import type { VoiceSessionSnapshot } from "../core/sessionSnapshot";
3
3
  export declare function useVoiceSessionSnapshot(path: string, options?: VoiceSessionSnapshotClientOptions): {
4
4
  download: () => Blob;
5
5
  error: import("vue").ShallowRef<string | null, string | null>;
@@ -1,4 +1,4 @@
1
- import type { VoiceConnectionOptions, VoiceTurnRecord } from "../types";
1
+ import type { VoiceConnectionOptions, VoiceTurnRecord } from "../core/types";
2
2
  export declare function useVoiceStream<TResult = unknown>(path: string, options?: VoiceConnectionOptions): {
3
3
  assistantAudio: import("vue").ShallowRef<{
4
4
  chunk: Uint8Array;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceTraceTimelineClientOptions } from "../client/traceTimeline";
2
- import type { VoiceTraceTimelineReport } from "../traceTimeline";
2
+ import type { VoiceTraceTimelineReport } from "../core/traceTimeline";
3
3
  export declare function useVoiceTraceTimeline(path?: string, options?: VoiceTraceTimelineClientOptions): {
4
4
  error: import("vue").Ref<string | null, string | null>;
5
5
  isLoading: import("vue").Ref<boolean, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceTurnLatencyClientOptions } from "../client/turnLatency";
2
- import type { VoiceTurnLatencyReport } from "../turnLatency";
2
+ import type { VoiceTurnLatencyReport } from "../core/turnLatency";
3
3
  export declare function useVoiceTurnLatency(path?: string, options?: VoiceTurnLatencyClientOptions): {
4
4
  error: import("vue").ShallowRef<string | null, string | null>;
5
5
  isLoading: import("vue").ShallowRef<boolean, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceTurnQualityClientOptions } from "../client/turnQuality";
2
- import type { VoiceTurnQualityReport } from "../turnQuality";
2
+ import type { VoiceTurnQualityReport } from "../core/turnQuality";
3
3
  export declare function useVoiceTurnQuality(path?: string, options?: VoiceTurnQualityClientOptions): {
4
4
  error: import("vue").ShallowRef<string | null, string | null>;
5
5
  isLoading: import("vue").ShallowRef<boolean, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { type VoiceWorkflowStatusClientOptions } from "../client/workflowStatus";
2
- import type { VoiceScenarioEvalReport } from "../evalRoutes";
2
+ import type { VoiceScenarioEvalReport } from "../core/evalRoutes";
3
3
  export declare function useVoiceWorkflowStatus(path?: string, options?: VoiceWorkflowStatusClientOptions): {
4
4
  error: import("vue").Ref<string | null, string | null>;
5
5
  isLoading: import("vue").Ref<boolean, boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/voice",
3
- "version": "0.0.22-beta.531",
3
+ "version": "0.0.22-beta.533",
4
4
  "description": "Voice primitives and Elysia plugin for AbsoluteJS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,6 +17,7 @@
17
17
  "scripts": {
18
18
  "build": "rm -rf dist && bun build ./src/index.ts ./src/client/index.ts ./src/react/index.ts ./src/vue/index.ts ./src/svelte/index.ts ./src/angular/index.ts ./src/testing/index.ts --outdir dist --target bun --external elysia --external react --external vue --external @angular/core --external @absolutejs/absolute --external @absolutejs/ai --external @absolutejs/media && bun build ./src/client/htmxBootstrap.ts --outdir dist/client --target browser --format esm && bun build ./src/embed/index.ts --outfile dist/embed/voice-widget.js --target browser --format iife --minify && bun build ./src/embed/index.ts --outdir dist/embed --target browser --format esm && tsc --emitDeclarationOnly --project tsconfig.json",
19
19
  "format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,md}\"",
20
+ "knip": "knip",
20
21
  "lint": "eslint ./src",
21
22
  "release": "bun run format && bun run build && bun publish",
22
23
  "test": "bun test ./test/*.test.ts",
@@ -123,6 +124,7 @@
123
124
  "@types/bun": "1.3.9",
124
125
  "@types/react": "19.2.0",
125
126
  "elysia": "1.4.18",
127
+ "knip": "^6.14.1",
126
128
  "prettier": "^3.4.0",
127
129
  "react": "19.2.1",
128
130
  "typescript": "^5.9.3",
@@ -1,17 +0,0 @@
1
- import { OnDestroy, OnInit } from "@angular/core";
2
- import { type VoiceDeliveryRuntimeViewModel } from "../client/deliveryRuntimeWidget";
3
- export declare class VoiceDeliveryRuntimeComponent implements OnDestroy, OnInit {
4
- description?: string;
5
- intervalMs?: number;
6
- path: string;
7
- title?: string;
8
- private cleanup;
9
- private store?;
10
- model: import("@angular/core").WritableSignal<VoiceDeliveryRuntimeViewModel>;
11
- ngOnInit(): void;
12
- ngOnDestroy(): void;
13
- deadLettered(): number;
14
- tick(): void;
15
- requeueDeadLetters(): void;
16
- private options;
17
- }
@@ -1,15 +0,0 @@
1
- import { OnDestroy, OnInit } from "@angular/core";
2
- import { type VoiceOpsStatusViewModel } from "../client/opsStatusWidget";
3
- export declare class VoiceOpsStatusComponent implements OnDestroy, OnInit {
4
- description?: string;
5
- includeLinks: boolean;
6
- intervalMs?: number;
7
- path: string;
8
- title?: string;
9
- private cleanup;
10
- private store?;
11
- model: import("@angular/core").WritableSignal<VoiceOpsStatusViewModel>;
12
- ngOnInit(): void;
13
- ngOnDestroy(): void;
14
- private options;
15
- }
@@ -1,6 +0,0 @@
1
- import type { VoiceResolvedTurnDetectionConfig, VoiceTurnDetectionConfig, VoiceTurnQualityProfile, VoiceTurnProfile } from "./types";
2
- export declare const TURN_PROFILE_DEFAULTS: Record<VoiceTurnProfile, Omit<VoiceResolvedTurnDetectionConfig, "profile">>;
3
- export declare const QUALITY_PROFILE_DEFAULTS: Record<VoiceTurnQualityProfile, Partial<VoiceResolvedTurnDetectionConfig>>;
4
- export declare const DEFAULT_TURN_PROFILE: VoiceTurnProfile;
5
- export declare const DEFAULT_QUALITY_PROFILE: VoiceTurnQualityProfile;
6
- export declare const resolveTurnDetectionConfig: (config?: VoiceTurnDetectionConfig) => VoiceResolvedTurnDetectionConfig;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes