@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.
- package/dist/angular/index.js +4 -4
- package/dist/angular/voice-call-debugger.service.d.ts +1 -1
- package/dist/angular/voice-campaign-dialer-proof.service.d.ts +1 -1
- package/dist/angular/voice-controller.service.d.ts +1 -1
- package/dist/angular/voice-cost-dashboard.service.d.ts +1 -1
- package/dist/angular/voice-delivery-runtime.service.d.ts +1 -1
- package/dist/angular/voice-ops-status.service.d.ts +1 -1
- package/dist/angular/voice-platform-coverage.service.d.ts +1 -1
- package/dist/angular/voice-profile-comparison.service.d.ts +1 -1
- package/dist/angular/voice-proof-trends.service.d.ts +1 -1
- package/dist/angular/voice-provider-capabilities.service.d.ts +1 -1
- package/dist/angular/voice-provider-contracts.service.d.ts +1 -1
- package/dist/angular/voice-provider-status.service.d.ts +1 -1
- package/dist/angular/voice-readiness-failures.service.d.ts +1 -1
- package/dist/angular/voice-reconnect-profile-evidence.service.d.ts +1 -1
- package/dist/angular/voice-session-observability.service.d.ts +1 -1
- package/dist/angular/voice-session-snapshot.service.d.ts +1 -1
- package/dist/angular/voice-stream.service.d.ts +1 -1
- package/dist/angular/voice-trace-timeline.service.d.ts +1 -1
- package/dist/angular/voice-turn-latency.service.d.ts +1 -1
- package/dist/angular/voice-turn-quality.service.d.ts +1 -1
- package/dist/angular/voice-widget.service.d.ts +1 -1
- package/dist/angular/voice-workflow-status.service.d.ts +1 -1
- package/dist/client/actions.d.ts +1 -1
- package/dist/client/agentSquadStatus.d.ts +1 -1
- package/dist/client/audioPlayer.d.ts +1 -1
- package/dist/client/bargeInMonitor.d.ts +1 -1
- package/dist/client/browserMedia.d.ts +1 -1
- package/dist/client/callDebugger.d.ts +1 -1
- package/dist/client/callPlayer.d.ts +1 -1
- package/dist/client/campaignDialerProof.d.ts +1 -1
- package/dist/client/connection.d.ts +1 -1
- package/dist/client/controller.d.ts +1 -1
- package/dist/client/conversationAnalytics.d.ts +3 -2
- package/dist/client/costDashboard.d.ts +1 -1
- package/dist/client/createVoiceStream.d.ts +1 -1
- package/dist/client/deliveryRuntime.d.ts +1 -1
- package/dist/client/duplex.d.ts +1 -1
- package/dist/client/htmx.d.ts +1 -1
- package/dist/client/htmxBootstrap.js +3 -3
- package/dist/client/htmxDashboardRenderers.d.ts +2 -3
- package/dist/client/index.js +14 -14
- package/dist/client/liveAgentConsole.d.ts +1 -1
- package/dist/client/liveCallViewer.d.ts +1 -1
- package/dist/client/liveOps.d.ts +1 -1
- package/dist/client/liveOpsWidget.d.ts +1 -1
- package/dist/client/liveTurnLatency.d.ts +1 -1
- package/dist/client/microphone.d.ts +1 -1
- package/dist/client/opsActionHistory.d.ts +1 -1
- package/dist/client/opsStatus.d.ts +1 -1
- package/dist/client/opsStatusWidget.d.ts +1 -1
- package/dist/client/platformCoverage.d.ts +1 -1
- package/dist/client/platformCoverageWidget.d.ts +3 -2
- package/dist/client/profileComparison.d.ts +1 -1
- package/dist/client/profileSwitchRecommendation.d.ts +1 -1
- package/dist/client/proofTrends.d.ts +1 -1
- package/dist/client/proofTrendsWidget.d.ts +3 -2
- package/dist/client/providerCapabilities.d.ts +1 -1
- package/dist/client/providerCapabilitiesWidget.d.ts +1 -1
- package/dist/client/providerContracts.d.ts +1 -1
- package/dist/client/providerContractsWidget.d.ts +1 -1
- package/dist/client/providerStatus.d.ts +1 -1
- package/dist/client/providerStatusWidget.d.ts +1 -1
- package/dist/client/readinessFailures.d.ts +1 -1
- package/dist/client/readinessFailuresWidget.d.ts +1 -1
- package/dist/client/reconnectProfileEvidence.d.ts +1 -1
- package/dist/client/routingStatus.d.ts +1 -1
- package/dist/client/routingStatusWidget.d.ts +1 -1
- package/dist/client/sessionObservability.d.ts +1 -1
- package/dist/client/sessionObservabilityWidget.d.ts +1 -1
- package/dist/client/sessionSnapshot.d.ts +1 -1
- package/dist/client/store.d.ts +1 -1
- package/dist/client/traceTimeline.d.ts +1 -1
- package/dist/client/traceTimelineWidget.d.ts +1 -1
- package/dist/client/turnLatency.d.ts +1 -1
- package/dist/client/turnLatencyWidget.d.ts +1 -1
- package/dist/client/turnQuality.d.ts +1 -1
- package/dist/client/turnQualityWidget.d.ts +1 -1
- package/dist/client/voiceWidgetView.d.ts +2 -4
- package/dist/client/workflowStatus.d.ts +1 -1
- package/dist/{agent.d.ts → core/agent.d.ts} +2 -1
- package/dist/{agentTools.d.ts → core/agentTools.d.ts} +1 -2
- package/dist/{assistant.d.ts → core/assistant.d.ts} +2 -1
- package/dist/{assistantExperiment.d.ts → core/assistantExperiment.d.ts} +5 -4
- package/dist/{campaign.d.ts → core/campaign.d.ts} +2 -1
- package/dist/{correction.d.ts → core/correction.d.ts} +2 -1
- package/dist/{dataControl.d.ts → core/dataControl.d.ts} +1 -1
- package/dist/{deliveryRuntime.d.ts → core/deliveryRuntime.d.ts} +3 -2
- package/dist/{fileStore.d.ts → core/fileStore.d.ts} +1 -1
- package/dist/{htmxDashboardRoutes.d.ts → core/htmxDashboardRoutes.d.ts} +6 -5
- package/dist/{logger.d.ts → core/logger.d.ts} +0 -1
- package/dist/{midCallSummary.d.ts → core/midCallSummary.d.ts} +3 -3
- package/dist/{multilingualProof.d.ts → core/multilingualProof.d.ts} +2 -2
- package/dist/{operationsRecord.d.ts → core/operationsRecord.d.ts} +3 -2
- package/dist/{ops.d.ts → core/ops.d.ts} +1 -1
- package/dist/{outcomeContract.d.ts → core/outcomeContract.d.ts} +1 -1
- package/dist/{phoneAgent.d.ts → core/phoneAgent.d.ts} +6 -6
- package/dist/{phoneAgentProductionSmoke.d.ts → core/phoneAgentProductionSmoke.d.ts} +1 -1
- package/dist/{postCallAnalysis.d.ts → core/postCallAnalysis.d.ts} +1 -1
- package/dist/{postgresStore.d.ts → core/postgresStore.d.ts} +1 -1
- package/dist/{productionReadiness.d.ts → core/productionReadiness.d.ts} +7 -6
- package/dist/{providerStackRecommendations.d.ts → core/providerStackRecommendations.d.ts} +2 -1
- package/dist/{reconnectContract.d.ts → core/reconnectContract.d.ts} +2 -1
- package/dist/{resilienceRoutes.d.ts → core/resilienceRoutes.d.ts} +1 -1
- package/dist/{runtimeOps.d.ts → core/runtimeOps.d.ts} +1 -1
- package/dist/{s3Store.d.ts → core/s3Store.d.ts} +4 -10
- package/dist/{simulationSuite.d.ts → core/simulationSuite.d.ts} +2 -1
- package/dist/{sqliteStore.d.ts → core/sqliteStore.d.ts} +1 -1
- package/dist/{telephonyOutcome.d.ts → core/telephonyOutcome.d.ts} +0 -4
- package/dist/core/turnProfiles.d.ts +3 -0
- package/dist/{types.d.ts → core/types.d.ts} +3 -3
- package/dist/embed/index.d.ts +1 -1
- package/dist/embed/index.js +4 -4
- package/dist/embed/voice-widget.js +1 -1
- package/dist/index.d.ts +339 -339
- package/dist/index.js +199 -199
- package/dist/internal/status.d.ts +0 -2
- package/dist/react/VoiceCallPlayer.d.ts +1 -1
- package/dist/react/VoiceWidget.d.ts +1 -1
- package/dist/react/index.d.ts +21 -0
- package/dist/react/index.js +12 -12
- package/dist/react/useVoiceController.d.ts +1 -1
- package/dist/react/useVoiceStream.d.ts +1 -1
- package/dist/svelte/createVoiceCallDebugger.d.ts +0 -2
- package/dist/svelte/createVoiceSessionSnapshot.d.ts +0 -2
- package/dist/svelte/createVoiceStream.d.ts +1 -1
- package/dist/svelte/createVoiceWidget.d.ts +1 -1
- package/dist/svelte/index.js +8 -8
- package/dist/telephony/plivo.d.ts +3 -3
- package/dist/telephony/security.d.ts +3 -3
- package/dist/telephony/telnyx.d.ts +3 -3
- package/dist/telephony/twilio.d.ts +2 -2
- package/dist/testing/accuracy.d.ts +1 -1
- package/dist/testing/benchmark.d.ts +1 -1
- package/dist/testing/corrected.d.ts +1 -1
- package/dist/testing/duplex.d.ts +1 -1
- package/dist/testing/fixtures.d.ts +1 -1
- package/dist/testing/index.js +24 -24
- package/dist/testing/ioProviderSimulator.d.ts +1 -1
- package/dist/testing/providerSimulator.d.ts +3 -3
- package/dist/testing/review.d.ts +1 -1
- package/dist/testing/sessionBenchmark.d.ts +1 -1
- package/dist/testing/stt.d.ts +1 -1
- package/dist/testing/telephony.d.ts +2 -2
- package/dist/testing/tts.d.ts +1 -1
- package/dist/vue/VoiceCallPlayer.d.ts +1 -1
- package/dist/vue/VoiceCostDashboard.d.ts +1 -1
- package/dist/vue/VoiceWidget.d.ts +1 -1
- package/dist/vue/index.js +12 -12
- package/dist/vue/useVoiceCallDebugger.d.ts +1 -1
- package/dist/vue/useVoiceCampaignDialerProof.d.ts +1 -1
- package/dist/vue/useVoiceController.d.ts +1 -1
- package/dist/vue/useVoiceDeliveryRuntime.d.ts +1 -1
- package/dist/vue/useVoiceOpsStatus.d.ts +1 -1
- package/dist/vue/useVoicePlatformCoverage.d.ts +1 -1
- package/dist/vue/useVoiceProfileComparison.d.ts +1 -1
- package/dist/vue/useVoiceProofTrends.d.ts +1 -1
- package/dist/vue/useVoiceProviderCapabilities.d.ts +1 -1
- package/dist/vue/useVoiceProviderContracts.d.ts +1 -1
- package/dist/vue/useVoiceProviderStatus.d.ts +1 -1
- package/dist/vue/useVoiceReadinessFailures.d.ts +1 -1
- package/dist/vue/useVoiceReconnectProfileEvidence.d.ts +1 -1
- package/dist/vue/useVoiceSessionObservability.d.ts +1 -1
- package/dist/vue/useVoiceSessionSnapshot.d.ts +1 -1
- package/dist/vue/useVoiceStream.d.ts +1 -1
- package/dist/vue/useVoiceTraceTimeline.d.ts +1 -1
- package/dist/vue/useVoiceTurnLatency.d.ts +1 -1
- package/dist/vue/useVoiceTurnQuality.d.ts +1 -1
- package/dist/vue/useVoiceWorkflowStatus.d.ts +1 -1
- package/package.json +3 -1
- package/dist/angular/voice-delivery-runtime.component.d.ts +0 -17
- package/dist/angular/voice-ops-status.component.d.ts +0 -15
- package/dist/turnProfiles.d.ts +0 -6
- /package/dist/{agentPerformanceReport.d.ts → core/agentPerformanceReport.d.ts} +0 -0
- /package/dist/{agentSquadContract.d.ts → core/agentSquadContract.d.ts} +0 -0
- /package/dist/{agentState.d.ts → core/agentState.d.ts} +0 -0
- /package/dist/{aiScorecard.d.ts → core/aiScorecard.d.ts} +0 -0
- /package/dist/{aiVoiceModel.d.ts → core/aiVoiceModel.d.ts} +0 -0
- /package/dist/{amdDetector.d.ts → core/amdDetector.d.ts} +0 -0
- /package/dist/{assistantHealth.d.ts → core/assistantHealth.d.ts} +0 -0
- /package/dist/{assistantMemory.d.ts → core/assistantMemory.d.ts} +0 -0
- /package/dist/{assistantMode.d.ts → core/assistantMode.d.ts} +0 -0
- /package/dist/{audioConditioning.d.ts → core/audioConditioning.d.ts} +0 -0
- /package/dist/{audit.d.ts → core/audit.d.ts} +0 -0
- /package/dist/{auditDeliveryRoutes.d.ts → core/auditDeliveryRoutes.d.ts} +0 -0
- /package/dist/{auditExport.d.ts → core/auditExport.d.ts} +0 -0
- /package/dist/{auditRoutes.d.ts → core/auditRoutes.d.ts} +0 -0
- /package/dist/{auditSinks.d.ts → core/auditSinks.d.ts} +0 -0
- /package/dist/{backchannel.d.ts → core/backchannel.d.ts} +0 -0
- /package/dist/{bargeInRoutes.d.ts → core/bargeInRoutes.d.ts} +0 -0
- /package/dist/{bookingFlow.d.ts → core/bookingFlow.d.ts} +0 -0
- /package/dist/{browserCallProfiles.d.ts → core/browserCallProfiles.d.ts} +0 -0
- /package/dist/{browserMediaRoutes.d.ts → core/browserMediaRoutes.d.ts} +0 -0
- /package/dist/{calendarAdapter.d.ts → core/calendarAdapter.d.ts} +0 -0
- /package/dist/{calendarSlots.d.ts → core/calendarSlots.d.ts} +0 -0
- /package/dist/{callDebugger.d.ts → core/callDebugger.d.ts} +0 -0
- /package/dist/{callDisposition.d.ts → core/callDisposition.d.ts} +0 -0
- /package/dist/{callQuota.d.ts → core/callQuota.d.ts} +0 -0
- /package/dist/{callScorecard.d.ts → core/callScorecard.d.ts} +0 -0
- /package/dist/{callerCRMLinker.d.ts → core/callerCRMLinker.d.ts} +0 -0
- /package/dist/{callerMemory.d.ts → core/callerMemory.d.ts} +0 -0
- /package/dist/{callingWindow.d.ts → core/callingWindow.d.ts} +0 -0
- /package/dist/{campaignControls.d.ts → core/campaignControls.d.ts} +0 -0
- /package/dist/{campaignDialers.d.ts → core/campaignDialers.d.ts} +0 -0
- /package/dist/{campaignTemplate.d.ts → core/campaignTemplate.d.ts} +0 -0
- /package/dist/{competitiveCoverage.d.ts → core/competitiveCoverage.d.ts} +0 -0
- /package/dist/{conversationSimulator.d.ts → core/conversationSimulator.d.ts} +0 -0
- /package/dist/{costAccounting.d.ts → core/costAccounting.d.ts} +0 -0
- /package/dist/{costPredictor.d.ts → core/costPredictor.d.ts} +0 -0
- /package/dist/{crmCallLogger.d.ts → core/crmCallLogger.d.ts} +0 -0
- /package/dist/{crmContract.d.ts → core/crmContract.d.ts} +0 -0
- /package/dist/{defineVoiceAssistant.d.ts → core/defineVoiceAssistant.d.ts} +0 -0
- /package/dist/{deliverySinkRoutes.d.ts → core/deliverySinkRoutes.d.ts} +0 -0
- /package/dist/{demoReadyRoutes.d.ts → core/demoReadyRoutes.d.ts} +0 -0
- /package/dist/{diagnosticsRoutes.d.ts → core/diagnosticsRoutes.d.ts} +0 -0
- /package/dist/{dncRegistry.d.ts → core/dncRegistry.d.ts} +0 -0
- /package/dist/{dtmfCollector.d.ts → core/dtmfCollector.d.ts} +0 -0
- /package/dist/{evalRoutes.d.ts → core/evalRoutes.d.ts} +0 -0
- /package/dist/{guardrails.d.ts → core/guardrails.d.ts} +0 -0
- /package/dist/{handoff.d.ts → core/handoff.d.ts} +0 -0
- /package/dist/{handoffHealth.d.ts → core/handoffHealth.d.ts} +0 -0
- /package/dist/{holdAudio.d.ts → core/holdAudio.d.ts} +0 -0
- /package/dist/{htmx.d.ts → core/htmx.d.ts} +0 -0
- /package/dist/{iceServers.d.ts → core/iceServers.d.ts} +0 -0
- /package/dist/{incidentBundle.d.ts → core/incidentBundle.d.ts} +0 -0
- /package/dist/{incidentTimeline.d.ts → core/incidentTimeline.d.ts} +0 -0
- /package/dist/{ivrPlan.d.ts → core/ivrPlan.d.ts} +0 -0
- /package/dist/{latencySlo.d.ts → core/latencySlo.d.ts} +0 -0
- /package/dist/{liveCoach.d.ts → core/liveCoach.d.ts} +0 -0
- /package/dist/{liveLatency.d.ts → core/liveLatency.d.ts} +0 -0
- /package/dist/{liveOps.d.ts → core/liveOps.d.ts} +0 -0
- /package/dist/{llmJudge.d.ts → core/llmJudge.d.ts} +0 -0
- /package/dist/{mcpToolset.d.ts → core/mcpToolset.d.ts} +0 -0
- /package/dist/{mediaPipelineRoutes.d.ts → core/mediaPipelineRoutes.d.ts} +0 -0
- /package/dist/{mediaPipelineSurfaces.d.ts → core/mediaPipelineSurfaces.d.ts} +0 -0
- /package/dist/{memoryStore.d.ts → core/memoryStore.d.ts} +0 -0
- /package/dist/{modelAdapters.d.ts → core/modelAdapters.d.ts} +0 -0
- /package/dist/{monitor.d.ts → core/monitor.d.ts} +0 -0
- /package/dist/{noShowPredictor.d.ts → core/noShowPredictor.d.ts} +0 -0
- /package/dist/{oauth2TokenSource.d.ts → core/oauth2TokenSource.d.ts} +0 -0
- /package/dist/{observabilityExport.d.ts → core/observabilityExport.d.ts} +0 -0
- /package/dist/{openaiTTS.d.ts → core/openaiTTS.d.ts} +0 -0
- /package/dist/{operationalStatus.d.ts → core/operationalStatus.d.ts} +0 -0
- /package/dist/{opsActionAuditRoutes.d.ts → core/opsActionAuditRoutes.d.ts} +0 -0
- /package/dist/{opsConsoleRoutes.d.ts → core/opsConsoleRoutes.d.ts} +0 -0
- /package/dist/{opsPresets.d.ts → core/opsPresets.d.ts} +0 -0
- /package/dist/{opsRecovery.d.ts → core/opsRecovery.d.ts} +0 -0
- /package/dist/{opsRuntime.d.ts → core/opsRuntime.d.ts} +0 -0
- /package/dist/{opsSinks.d.ts → core/opsSinks.d.ts} +0 -0
- /package/dist/{opsStatus.d.ts → core/opsStatus.d.ts} +0 -0
- /package/dist/{opsStatusRoutes.d.ts → core/opsStatusRoutes.d.ts} +0 -0
- /package/dist/{opsWebhook.d.ts → core/opsWebhook.d.ts} +0 -0
- /package/dist/{otelExporter.d.ts → core/otelExporter.d.ts} +0 -0
- /package/dist/{outcomeRecipes.d.ts → core/outcomeRecipes.d.ts} +0 -0
- /package/dist/{pathway.d.ts → core/pathway.d.ts} +0 -0
- /package/dist/{pathwayCompiler.d.ts → core/pathwayCompiler.d.ts} +0 -0
- /package/dist/{pathwayGenerator.d.ts → core/pathwayGenerator.d.ts} +0 -0
- /package/dist/{pathwayRuntime.d.ts → core/pathwayRuntime.d.ts} +0 -0
- /package/dist/{pathwaySlotCollector.d.ts → core/pathwaySlotCollector.d.ts} +0 -0
- /package/dist/{pathwayVisualizer.d.ts → core/pathwayVisualizer.d.ts} +0 -0
- /package/dist/{phoneProvisioning.d.ts → core/phoneProvisioning.d.ts} +0 -0
- /package/dist/{platformCoverage.d.ts → core/platformCoverage.d.ts} +0 -0
- /package/dist/{plugin.d.ts → core/plugin.d.ts} +0 -0
- /package/dist/{postCallSurvey.d.ts → core/postCallSurvey.d.ts} +0 -0
- /package/dist/{presets.d.ts → core/presets.d.ts} +0 -0
- /package/dist/{profileSwitchRecommendation.d.ts → core/profileSwitchRecommendation.d.ts} +0 -0
- /package/dist/{promptInjectionGuard.d.ts → core/promptInjectionGuard.d.ts} +0 -0
- /package/dist/{proofAssertions.d.ts → core/proofAssertions.d.ts} +0 -0
- /package/dist/{proofPack.d.ts → core/proofPack.d.ts} +0 -0
- /package/dist/{proofRunner.d.ts → core/proofRunner.d.ts} +0 -0
- /package/dist/{proofTrends.d.ts → core/proofTrends.d.ts} +0 -0
- /package/dist/{providerAdapters.d.ts → core/providerAdapters.d.ts} +0 -0
- /package/dist/{providerCapabilities.d.ts → core/providerCapabilities.d.ts} +0 -0
- /package/dist/{providerDecisionTraces.d.ts → core/providerDecisionTraces.d.ts} +0 -0
- /package/dist/{providerHealth.d.ts → core/providerHealth.d.ts} +0 -0
- /package/dist/{providerOrchestration.d.ts → core/providerOrchestration.d.ts} +0 -0
- /package/dist/{providerRouterTraces.d.ts → core/providerRouterTraces.d.ts} +0 -0
- /package/dist/{providerRoutingContract.d.ts → core/providerRoutingContract.d.ts} +0 -0
- /package/dist/{providerSlo.d.ts → core/providerSlo.d.ts} +0 -0
- /package/dist/{qualityDriftDetector.d.ts → core/qualityDriftDetector.d.ts} +0 -0
- /package/dist/{qualityRoutes.d.ts → core/qualityRoutes.d.ts} +0 -0
- /package/dist/{queue.d.ts → core/queue.d.ts} +0 -0
- /package/dist/{ragTool.d.ts → core/ragTool.d.ts} +0 -0
- /package/dist/{readinessProfiles.d.ts → core/readinessProfiles.d.ts} +0 -0
- /package/dist/{realtimeChannel.d.ts → core/realtimeChannel.d.ts} +0 -0
- /package/dist/{realtimeProviderContracts.d.ts → core/realtimeProviderContracts.d.ts} +0 -0
- /package/dist/{recordingRedaction.d.ts → core/recordingRedaction.d.ts} +0 -0
- /package/dist/{recordingStore.d.ts → core/recordingStore.d.ts} +0 -0
- /package/dist/{redaction.d.ts → core/redaction.d.ts} +0 -0
- /package/dist/{reminderScheduler.d.ts → core/reminderScheduler.d.ts} +0 -0
- /package/dist/{retention.d.ts → core/retention.d.ts} +0 -0
- /package/dist/{retryPolicy.d.ts → core/retryPolicy.d.ts} +0 -0
- /package/dist/{routeAuth.d.ts → core/routeAuth.d.ts} +0 -0
- /package/dist/{routing.d.ts → core/routing.d.ts} +0 -0
- /package/dist/{scorecardCalibration.d.ts → core/scorecardCalibration.d.ts} +0 -0
- /package/dist/{semanticTurn.d.ts → core/semanticTurn.d.ts} +0 -0
- /package/dist/{session.d.ts → core/session.d.ts} +0 -0
- /package/dist/{sessionObservability.d.ts → core/sessionObservability.d.ts} +0 -0
- /package/dist/{sessionReplay.d.ts → core/sessionReplay.d.ts} +0 -0
- /package/dist/{sessionSnapshot.d.ts → core/sessionSnapshot.d.ts} +0 -0
- /package/dist/{sloCalibration.d.ts → core/sloCalibration.d.ts} +0 -0
- /package/dist/{store.d.ts → core/store.d.ts} +0 -0
- /package/dist/{supervisorPermissions.d.ts → core/supervisorPermissions.d.ts} +0 -0
- /package/dist/{supervisorPresence.d.ts → core/supervisorPresence.d.ts} +0 -0
- /package/dist/{telephonyMediaRoutes.d.ts → core/telephonyMediaRoutes.d.ts} +0 -0
- /package/dist/{toolContract.d.ts → core/toolContract.d.ts} +0 -0
- /package/dist/{toolRuntime.d.ts → core/toolRuntime.d.ts} +0 -0
- /package/dist/{trace.d.ts → core/trace.d.ts} +0 -0
- /package/dist/{traceDeliveryRoutes.d.ts → core/traceDeliveryRoutes.d.ts} +0 -0
- /package/dist/{traceTimeline.d.ts → core/traceTimeline.d.ts} +0 -0
- /package/dist/{transcriptAnnotator.d.ts → core/transcriptAnnotator.d.ts} +0 -0
- /package/dist/{turnDetection.d.ts → core/turnDetection.d.ts} +0 -0
- /package/dist/{turnLatency.d.ts → core/turnLatency.d.ts} +0 -0
- /package/dist/{turnQuality.d.ts → core/turnQuality.d.ts} +0 -0
- /package/dist/{vapiAdapter.d.ts → core/vapiAdapter.d.ts} +0 -0
- /package/dist/{variableAnalytics.d.ts → core/variableAnalytics.d.ts} +0 -0
- /package/dist/{voiceConfiguration.d.ts → core/voiceConfiguration.d.ts} +0 -0
- /package/dist/{voiceMonitoring.d.ts → core/voiceMonitoring.d.ts} +0 -0
- /package/dist/{webhookFanout.d.ts → core/webhookFanout.d.ts} +0 -0
- /package/dist/{webhookVerification.d.ts → core/webhookVerification.d.ts} +0 -0
- /package/dist/{whisperChannel.d.ts → core/whisperChannel.d.ts} +0 -0
- /package/dist/{workflowContract.d.ts → core/workflowContract.d.ts} +0 -0
- /package/dist/{zeroDataRetention.d.ts → core/zeroDataRetention.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceProviderCapabilitySummary } from "../providerCapabilities";
|
|
1
|
+
import type { VoiceProviderCapabilitySummary } from "../core/providerCapabilities";
|
|
2
2
|
import { type VoiceProviderCapabilitiesClientOptions, type VoiceProviderCapabilitiesSnapshot } from "./providerCapabilities";
|
|
3
3
|
export type VoiceProviderCapabilityCardView<TProvider extends string = string> = VoiceProviderCapabilitySummary<TProvider> & {
|
|
4
4
|
detail: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceProviderContractMatrixReport } from "../providerStackRecommendations";
|
|
1
|
+
import type { VoiceProviderContractMatrixReport } from "../core/providerStackRecommendations";
|
|
2
2
|
export type VoiceProviderContractsClientOptions = {
|
|
3
3
|
fetch?: typeof fetch;
|
|
4
4
|
intervalMs?: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceProviderContractMatrixRow } from "../providerStackRecommendations";
|
|
1
|
+
import type { VoiceProviderContractMatrixRow } from "../core/providerStackRecommendations";
|
|
2
2
|
import { type VoiceProviderContractsClientOptions, type VoiceProviderContractsSnapshot } from "./providerContracts";
|
|
3
3
|
export type VoiceProviderContractRowView<TProvider extends string = string> = VoiceProviderContractMatrixRow<TProvider> & {
|
|
4
4
|
detail: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceProviderHealthSummary } from "../providerHealth";
|
|
1
|
+
import type { VoiceProviderHealthSummary } from "../core/providerHealth";
|
|
2
2
|
import { type VoiceProviderStatusClientOptions, type VoiceProviderStatusSnapshot } from "./providerStatus";
|
|
3
3
|
export type VoiceProviderStatusCardView<TProvider extends string = string> = VoiceProviderHealthSummary<TProvider> & {
|
|
4
4
|
detail: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceProductionReadinessCheck } from "../productionReadiness";
|
|
1
|
+
import type { VoiceProductionReadinessCheck } from "../core/productionReadiness";
|
|
2
2
|
import { type VoiceReadinessFailuresClientOptions, type VoiceReadinessFailuresSnapshot } from "./readinessFailures";
|
|
3
3
|
export type VoiceReadinessFailureView = {
|
|
4
4
|
evidenceHref?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceRoutingDecisionSummary } from "../resilienceRoutes";
|
|
1
|
+
import type { VoiceRoutingDecisionSummary } from "../core/resilienceRoutes";
|
|
2
2
|
import { type VoiceRoutingStatusClientOptions, type VoiceRoutingStatusSnapshot } from "./routingStatus";
|
|
3
3
|
export type VoiceRoutingStatusViewModel = {
|
|
4
4
|
activeStack: Array<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceSessionObservabilityLink, VoiceSessionObservabilityTurn } from "../sessionObservability";
|
|
1
|
+
import type { VoiceSessionObservabilityLink, VoiceSessionObservabilityTurn } from "../core/sessionObservability";
|
|
2
2
|
import { type VoiceSessionObservabilityClientOptions, type VoiceSessionObservabilitySnapshot } from "./sessionObservability";
|
|
3
3
|
export type VoiceSessionObservabilityTurnView = VoiceSessionObservabilityTurn & {
|
|
4
4
|
durationLabel: string;
|
package/dist/client/store.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceStreamState, VoiceStoreAction } from "../types";
|
|
1
|
+
import type { VoiceStreamState, VoiceStoreAction } from "../core/types";
|
|
2
2
|
export declare const createVoiceStreamStore: <TResult = unknown>() => {
|
|
3
3
|
dispatch: (action: VoiceStoreAction<TResult>) => void;
|
|
4
4
|
getServerSnapshot: () => VoiceStreamState<TResult>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceTraceTimelineSession } from "../traceTimeline";
|
|
1
|
+
import type { VoiceTraceTimelineSession } from "../core/traceTimeline";
|
|
2
2
|
import { type VoiceTraceTimelineClientOptions, type VoiceTraceTimelineSnapshot } from "./traceTimeline";
|
|
3
3
|
export type VoiceTraceTimelineSessionView = VoiceTraceTimelineSession & {
|
|
4
4
|
detailHref: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceTurnLatencyItem } from "../turnLatency";
|
|
1
|
+
import type { VoiceTurnLatencyItem } from "../core/turnLatency";
|
|
2
2
|
import { type VoiceTurnLatencyClientOptions, type VoiceTurnLatencySnapshot } from "./turnLatency";
|
|
3
3
|
export type VoiceTurnLatencyCardView = VoiceTurnLatencyItem & {
|
|
4
4
|
label: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceTurnQualityItem } from "../turnQuality";
|
|
1
|
+
import type { VoiceTurnQualityItem } from "../core/turnQuality";
|
|
2
2
|
import { type VoiceTurnQualityClientOptions, type VoiceTurnQualitySnapshot } from "./turnQuality";
|
|
3
3
|
export type VoiceTurnQualityCardView = VoiceTurnQualityItem & {
|
|
4
4
|
detail: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { VoiceAgentUIState } from "../agentState";
|
|
2
|
-
import type { VoiceControllerState } from "../types";
|
|
1
|
+
import type { VoiceAgentUIState } from "../core/agentState";
|
|
2
|
+
import type { VoiceControllerState } from "../core/types";
|
|
3
3
|
export type VoiceWidgetTheme = {
|
|
4
4
|
accent?: string;
|
|
5
5
|
background?: string;
|
|
@@ -44,7 +44,5 @@ export type VoiceWidgetViewModel = {
|
|
|
44
44
|
theme: Required<VoiceWidgetTheme>;
|
|
45
45
|
title: string;
|
|
46
46
|
};
|
|
47
|
-
export declare const DEFAULT_VOICE_WIDGET_THEME: Required<VoiceWidgetTheme>;
|
|
48
|
-
export declare const DEFAULT_VOICE_WIDGET_LABELS: Required<VoiceWidgetLabels>;
|
|
49
47
|
export declare const createVoiceWidgetViewModel: (input: VoiceWidgetViewModelInput) => VoiceWidgetViewModel;
|
|
50
48
|
export declare const renderVoiceWidgetHTML: (model: VoiceWidgetViewModel) => string;
|
|
@@ -3,7 +3,7 @@ import type { VoiceTraceEventStore } from "./trace";
|
|
|
3
3
|
import type { VoiceToolRuntime } from "./toolRuntime";
|
|
4
4
|
import { type VoiceAuditEventStore, type VoiceAuditLogger } from "./audit";
|
|
5
5
|
export type VoiceAgentMessageRole = "assistant" | "system" | "tool" | "user";
|
|
6
|
-
|
|
6
|
+
type VoiceAgentImageMediaType = "image/gif" | "image/jpeg" | "image/png" | "image/webp";
|
|
7
7
|
export type VoiceAgentMessageAttachment = {
|
|
8
8
|
data: string;
|
|
9
9
|
kind: "image";
|
|
@@ -185,3 +185,4 @@ export type VoiceAgentSquadOptions<TContext = unknown, TSession extends VoiceSes
|
|
|
185
185
|
export declare const createVoiceAgentTool: <TContext = unknown, TSession extends VoiceSessionRecord = VoiceSessionRecord, TArgs = Record<string, unknown>, TToolResult = unknown, TRouteResult = unknown>(tool: VoiceAgentTool<TContext, TSession, TArgs, TToolResult, TRouteResult>) => VoiceAgentTool<TContext, TSession, TArgs, TToolResult, TRouteResult>;
|
|
186
186
|
export declare const createVoiceAgent: <TContext = unknown, TSession extends VoiceSessionRecord = VoiceSessionRecord, TResult = unknown>(options: VoiceAgentOptions<TContext, TSession, TResult>) => VoiceAgent<TContext, TSession, TResult>;
|
|
187
187
|
export declare const createVoiceAgentSquad: <TContext = unknown, TSession extends VoiceSessionRecord = VoiceSessionRecord, TResult = unknown>(options: VoiceAgentSquadOptions<TContext, TSession, TResult>) => VoiceAgent<TContext, TSession, TResult>;
|
|
188
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceAgentTool } from "./agent";
|
|
2
|
-
import type {
|
|
2
|
+
import type { VoiceSessionHandle, VoiceSessionRecord } from "./types";
|
|
3
3
|
export type VoiceEndCallToolArgs = {
|
|
4
4
|
reason?: string;
|
|
5
5
|
};
|
|
@@ -130,4 +130,3 @@ export type VoiceApiRequestToolOptions<TContext = unknown, TSession extends Voic
|
|
|
130
130
|
url: string;
|
|
131
131
|
};
|
|
132
132
|
export declare const createVoiceApiRequestTool: <TContext = unknown, TSession extends VoiceSessionRecord = VoiceSessionRecord, TArgs extends VoiceApiRequestToolArgs = VoiceApiRequestToolArgs, TResponse = unknown>(options: VoiceApiRequestToolOptions<TContext, TSession, TArgs, TResponse>) => VoiceAgentTool<TContext, TSession, TArgs, VoiceApiRequestToolResult<TResponse>>;
|
|
133
|
-
export type VoiceRouteResultLike = VoiceRouteResult<unknown>;
|
|
@@ -41,7 +41,7 @@ export type VoiceAssistantMemoryLifecycle<TContext = unknown, TSession extends V
|
|
|
41
41
|
}) => Promise<void> | void;
|
|
42
42
|
beforeTurn?: (input: VoiceAssistantMemoryLifecycleInput<TContext, TSession, TResult>) => Promise<void> | void;
|
|
43
43
|
};
|
|
44
|
-
|
|
44
|
+
type VoiceAssistantExperimentResolverInput<TContext = unknown, TSession extends VoiceSessionRecord = VoiceSessionRecord> = {
|
|
45
45
|
assistantId: string;
|
|
46
46
|
context: TContext;
|
|
47
47
|
session: TSession;
|
|
@@ -140,3 +140,4 @@ export declare const summarizeVoiceAssistantRuns: (input: StoredVoiceTraceEvent[
|
|
|
140
140
|
events?: StoredVoiceTraceEvent[];
|
|
141
141
|
store?: VoiceTraceEventStore;
|
|
142
142
|
}) => Promise<VoiceAssistantRunsSummary>;
|
|
143
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DefinedVoiceAssistant } from "./defineVoiceAssistant";
|
|
2
2
|
import type { VoiceSessionRecord } from "./types";
|
|
3
|
-
|
|
3
|
+
type VoiceAssistantVariant<TContext = unknown, TSession extends VoiceSessionRecord = VoiceSessionRecord, TResult = unknown> = {
|
|
4
4
|
/** Stable variant id used for trace tagging + rollups. */
|
|
5
5
|
id: string;
|
|
6
6
|
/** Relative weight when allocator is 'random' or 'sticky' bucketing. Default 1. */
|
|
@@ -8,12 +8,12 @@ export type VoiceAssistantVariant<TContext = unknown, TSession extends VoiceSess
|
|
|
8
8
|
/** The assistant definition produced by defineVoiceAssistant. */
|
|
9
9
|
assistant: DefinedVoiceAssistant<TContext, TSession, TResult>;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
type VoiceAssistantAllocatorInput<TContext = unknown> = {
|
|
12
12
|
context: TContext;
|
|
13
13
|
sessionId: string;
|
|
14
14
|
stickyKey?: string;
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
type VoiceAssistantAllocator<TContext = unknown> = (input: VoiceAssistantAllocatorInput<TContext>) => string;
|
|
17
17
|
export type VoiceAssistantExperimentOptions<TContext = unknown, TSession extends VoiceSessionRecord = VoiceSessionRecord, TResult = unknown> = {
|
|
18
18
|
/** Variant chooser. Default 'sticky' (hash of stickyKey → variant) when stickyKey is present, otherwise 'random'. */
|
|
19
19
|
allocator?: "random" | "sticky" | VoiceAssistantAllocator<TContext>;
|
|
@@ -29,7 +29,7 @@ export type VoiceAssistantExperimentOptions<TContext = unknown, TSession extends
|
|
|
29
29
|
}) => void;
|
|
30
30
|
variants: ReadonlyArray<VoiceAssistantVariant<TContext, TSession, TResult>>;
|
|
31
31
|
};
|
|
32
|
-
|
|
32
|
+
type VoiceAssistantExperimentDecision<TContext = unknown, TSession extends VoiceSessionRecord = VoiceSessionRecord, TResult = unknown> = {
|
|
33
33
|
experimentId: string;
|
|
34
34
|
variant: VoiceAssistantVariant<TContext, TSession, TResult>;
|
|
35
35
|
};
|
|
@@ -39,3 +39,4 @@ export type VoiceAssistantExperiment<TContext = unknown, TSession extends VoiceS
|
|
|
39
39
|
variants: ReadonlyArray<VoiceAssistantVariant<TContext, TSession, TResult>>;
|
|
40
40
|
};
|
|
41
41
|
export declare const createVoiceAssistantExperiment: <TContext = unknown, TSession extends VoiceSessionRecord = VoiceSessionRecord, TResult = unknown>(options: VoiceAssistantExperimentOptions<TContext, TSession, TResult>) => VoiceAssistantExperiment<TContext, TSession, TResult>;
|
|
42
|
+
export {};
|
|
@@ -281,7 +281,7 @@ export type VoiceCampaignWorkerOptions = {
|
|
|
281
281
|
store?: VoiceCampaignStore;
|
|
282
282
|
workerId: string;
|
|
283
283
|
};
|
|
284
|
-
|
|
284
|
+
type VoiceCampaignWorkerResult = {
|
|
285
285
|
attempted: number;
|
|
286
286
|
campaigns: number;
|
|
287
287
|
errors: Array<{
|
|
@@ -792,3 +792,4 @@ export declare const createVoiceCampaignRoutes: (options: VoiceCampaignRoutesOpt
|
|
|
792
792
|
standaloneSchema: {};
|
|
793
793
|
response: {};
|
|
794
794
|
}>;
|
|
795
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { VoiceCorrectionRiskTier, VoiceDomainTerm, VoiceLexiconEntry, VoicePhraseHint, VoiceTurnCorrectionHandler } from "./types";
|
|
2
|
-
|
|
2
|
+
type VoicePhraseHintCorrectionMatch = {
|
|
3
3
|
alias: string;
|
|
4
4
|
hint: VoicePhraseHint;
|
|
5
5
|
};
|
|
@@ -31,3 +31,4 @@ export declare const createPhraseHintCorrectionHandler: (options?: VoicePhraseHi
|
|
|
31
31
|
export declare const applyLexiconCorrections: (text: string, lexicon: VoiceLexiconEntry[]) => VoicePhraseHintCorrectionResult;
|
|
32
32
|
export declare const createLexiconCorrectionHandler: (options?: VoiceLexiconCorrectionOptions) => VoiceTurnCorrectionHandler;
|
|
33
33
|
export declare const createRiskyTurnCorrectionHandler: (options?: VoiceRiskyTurnCorrectionHandlerOptions) => VoiceTurnCorrectionHandler;
|
|
34
|
+
export {};
|
|
@@ -5,7 +5,7 @@ import { exportVoiceAuditTrail } from "./auditExport";
|
|
|
5
5
|
import type { VoiceAuditSinkDeliveryStore } from "./auditSinks";
|
|
6
6
|
import type { VoiceIntegrationEventStore, VoiceOpsTaskStore } from "./ops";
|
|
7
7
|
import type { VoiceIncidentBundleStore } from "./incidentBundle";
|
|
8
|
-
import type { VoiceCallReviewStore } from "
|
|
8
|
+
import type { VoiceCallReviewStore } from "../testing/review";
|
|
9
9
|
import type { VoiceTraceEventStore, VoiceTracePruneFilter, VoiceTraceSinkDeliveryStore } from "./trace";
|
|
10
10
|
import type { VoiceSessionStore } from "./types";
|
|
11
11
|
export declare const voiceComplianceRedactionDefaults: {
|
|
@@ -21,7 +21,7 @@ export type VoiceDeliveryRuntimeTickResult = {
|
|
|
21
21
|
audit?: VoiceAuditSinkDeliveryWorkerResult;
|
|
22
22
|
trace?: VoiceTraceSinkDeliveryWorkerResult;
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
type VoiceDeliveryRuntimeRequeueDeadLettersResult = {
|
|
25
25
|
audit: number;
|
|
26
26
|
trace: number;
|
|
27
27
|
total: number;
|
|
@@ -65,7 +65,7 @@ export type VoiceDeliveryRuntimePresetLeaseConfig = VoiceRedisTaskLeaseCoordinat
|
|
|
65
65
|
audit: VoiceRedisTaskLeaseCoordinator;
|
|
66
66
|
trace: VoiceRedisTaskLeaseCoordinator;
|
|
67
67
|
};
|
|
68
|
-
|
|
68
|
+
type VoiceDeliveryRuntimePresetBaseOptions = {
|
|
69
69
|
auditDeliveries: VoiceAuditSinkDeliveryStore;
|
|
70
70
|
auditSinkId?: string;
|
|
71
71
|
auditWorkerId?: string;
|
|
@@ -156,3 +156,4 @@ export declare const createVoiceDeliveryRuntimeRoutes: (options: VoiceDeliveryRu
|
|
|
156
156
|
standaloneSchema: {};
|
|
157
157
|
response: {};
|
|
158
158
|
}>;
|
|
159
|
+
export {};
|
|
@@ -5,7 +5,7 @@ import { type VoiceAssistantMemoryRecord, type VoiceAssistantMemoryStore } from
|
|
|
5
5
|
import type { StoredVoiceIncidentBundleArtifact, VoiceIncidentBundleStore } from "./incidentBundle";
|
|
6
6
|
import { type StoredVoiceTraceEvent, type VoiceTraceSinkDeliveryRecord, type VoiceTraceSinkDeliveryStore, type VoiceTraceEventStore } from "./trace";
|
|
7
7
|
import type { StoredVoiceIntegrationEvent, StoredVoiceExternalObjectMap, StoredVoiceOpsTask, VoiceExternalObjectMap, VoiceExternalObjectMapStore, VoiceIntegrationEvent, VoiceIntegrationEventStore, VoiceOpsTask, VoiceOpsTaskStore } from "./ops";
|
|
8
|
-
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewArtifact, VoiceCallReviewStore } from "
|
|
8
|
+
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewArtifact, VoiceCallReviewStore } from "../testing/review";
|
|
9
9
|
import type { VoiceSessionRecord, VoiceSessionStore } from "./types";
|
|
10
10
|
import type { VoiceRecordingStore } from "./recordingStore";
|
|
11
11
|
export type VoiceFileStoreOptions = {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Elysia } from "elysia";
|
|
2
2
|
import type { StoredVoiceTraceEvent, VoiceTraceEventStore } from "./trace";
|
|
3
|
-
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewStore } from "
|
|
4
|
-
import type { LiveCallViewer } from "
|
|
5
|
-
import { type VoiceDashboardHTMXRendererConfig } from "
|
|
6
|
-
import type { VoiceCostDashboardOptions } from "
|
|
7
|
-
|
|
3
|
+
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewStore } from "../testing/review";
|
|
4
|
+
import type { LiveCallViewer } from "../client/liveCallViewer";
|
|
5
|
+
import { type VoiceDashboardHTMXRendererConfig } from "../client/htmxDashboardRenderers";
|
|
6
|
+
import type { VoiceCostDashboardOptions } from "../client/costDashboard";
|
|
7
|
+
type VoiceHTMXDashboardRoutesShared = {
|
|
8
8
|
name?: string;
|
|
9
9
|
render?: VoiceDashboardHTMXRendererConfig;
|
|
10
10
|
};
|
|
@@ -247,3 +247,4 @@ export declare const createVoiceHTMXDashboardRoutesFromStores: (options: CreateV
|
|
|
247
247
|
standaloneSchema: {};
|
|
248
248
|
response: {};
|
|
249
249
|
}>;
|
|
250
|
+
export {};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { VoiceLogger } from "./types";
|
|
2
|
-
export declare const createNoopLogger: () => Required<VoiceLogger>;
|
|
3
2
|
export declare const resolveLogger: (logger?: VoiceLogger) => {
|
|
4
3
|
debug: (message: string, meta?: Record<string, unknown>) => void;
|
|
5
4
|
info: (message: string, meta?: Record<string, unknown>) => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { VoiceSessionRecord, VoiceTurnRecord } from "./types";
|
|
2
2
|
import type { VoiceLLMJudgeCompletion } from "./llmJudge";
|
|
3
|
-
|
|
3
|
+
type MidCallSummary = {
|
|
4
4
|
generatedAt: number;
|
|
5
5
|
summary: string;
|
|
6
6
|
topicalShift?: boolean;
|
|
@@ -24,4 +24,4 @@ export type MidCallSummarizer = {
|
|
|
24
24
|
latest: () => MidCallSummary | undefined;
|
|
25
25
|
};
|
|
26
26
|
export declare const createMidCallSummarizer: (options: CreateMidCallSummarizerOptions) => MidCallSummarizer;
|
|
27
|
-
export
|
|
27
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { STTAdapter } from "./types";
|
|
2
|
-
import { type VoiceTestFixture } from "
|
|
3
|
-
import { type VoiceSTTBenchmarkOptions, type VoiceSTTBenchmarkReport } from "
|
|
2
|
+
import { type VoiceTestFixture } from "../testing/fixtures";
|
|
3
|
+
import { type VoiceSTTBenchmarkOptions, type VoiceSTTBenchmarkReport } from "../testing/benchmark";
|
|
4
4
|
export type VoiceMultilingualLanguageCode = string;
|
|
5
5
|
export type VoiceMultilingualProofLanguageThresholds = {
|
|
6
6
|
label?: string;
|
|
@@ -4,7 +4,7 @@ import { type StoredVoiceAuditEvent, type VoiceAuditEventStore } from "./audit";
|
|
|
4
4
|
import type { VoiceMediaPipelineReport } from "./mediaPipelineRoutes";
|
|
5
5
|
import type { StoredVoiceIntegrationEvent, StoredVoiceOpsTask, VoiceIntegrationEventStore, VoiceOpsTaskStore } from "./ops";
|
|
6
6
|
import { type VoiceSessionReplay } from "./sessionReplay";
|
|
7
|
-
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewStore } from "
|
|
7
|
+
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewStore } from "../testing/review";
|
|
8
8
|
import { type VoiceTraceTimelineEvent, type VoiceTraceTimelineProviderSummary } from "./traceTimeline";
|
|
9
9
|
import { type StoredVoiceTraceEvent, type VoiceTraceEvaluationOptions, type VoiceTraceEventStore, type VoiceTraceRedactionConfig, type VoiceTraceSummary } from "./trace";
|
|
10
10
|
export type VoiceOperationsRecordStatus = "failed" | "healthy" | "warning";
|
|
@@ -145,7 +145,7 @@ export type VoiceOperationsRecordTelephonyMediaSummary = {
|
|
|
145
145
|
streamIds: string[];
|
|
146
146
|
total: number;
|
|
147
147
|
};
|
|
148
|
-
|
|
148
|
+
type VoiceOperationsRecordMediaPipelineSummary = {
|
|
149
149
|
frames: number;
|
|
150
150
|
issueCodes: readonly string[];
|
|
151
151
|
jitterMs?: number;
|
|
@@ -368,3 +368,4 @@ export declare const createVoiceOperationsRecordRoutes: (options: VoiceOperation
|
|
|
368
368
|
standaloneSchema: {};
|
|
369
369
|
response: {};
|
|
370
370
|
}>;
|
|
371
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { VoiceCallDisposition, VoiceSessionRecord, VoiceSessionSummary } from "./types";
|
|
2
|
-
import type { StoredVoiceCallReviewArtifact } from "
|
|
2
|
+
import type { StoredVoiceCallReviewArtifact } from "../testing/review";
|
|
3
3
|
export type VoiceOpsTaskStatus = "open" | "in-progress" | "done";
|
|
4
4
|
export type VoiceOpsTaskKind = "appointment-booking" | "callback" | "escalation" | "lead-qualification" | "transfer-check" | "retry-review" | "support-triage";
|
|
5
5
|
export type VoiceOpsTaskPriority = "low" | "normal" | "high" | "urgent";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Elysia } from "elysia";
|
|
2
2
|
import type { StoredVoiceHandoffDelivery, VoiceCallDisposition, VoiceHandoffAction, VoiceHandoffDeliveryStore, VoiceSessionRecord, VoiceSessionStore } from "./types";
|
|
3
3
|
import type { StoredVoiceIntegrationEvent, StoredVoiceOpsTask, VoiceIntegrationEventType } from "./ops";
|
|
4
|
-
import type { StoredVoiceCallReviewArtifact } from "
|
|
4
|
+
import type { StoredVoiceCallReviewArtifact } from "../testing/review";
|
|
5
5
|
export type VoiceOutcomeContractStatus = "pass" | "fail";
|
|
6
6
|
export type VoiceOutcomeContractDefinition = {
|
|
7
7
|
description?: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Elysia } from "elysia";
|
|
2
|
-
import { type PlivoVoiceRoutesOptions } from "
|
|
3
|
-
import { type TelnyxVoiceRoutesOptions } from "
|
|
4
|
-
import { type TwilioVoiceRoutesOptions } from "
|
|
5
|
-
import { type VoiceTelephonyCarrierMatrix, type VoiceTelephonyCarrierMatrixRoutesOptions } from "
|
|
2
|
+
import { type PlivoVoiceRoutesOptions } from "../telephony/plivo";
|
|
3
|
+
import { type TelnyxVoiceRoutesOptions } from "../telephony/telnyx";
|
|
4
|
+
import { type TwilioVoiceRoutesOptions } from "../telephony/twilio";
|
|
5
|
+
import { type VoiceTelephonyCarrierMatrix, type VoiceTelephonyCarrierMatrixRoutesOptions } from "../telephony/matrix";
|
|
6
6
|
import { type VoicePhoneAgentProductionSmokeRoutesOptions } from "./phoneAgentProductionSmoke";
|
|
7
7
|
import { type VoiceCampaignDialerProofAssertionReport, type VoiceCampaignDialerProofProvider, type VoiceCampaignDialerProofReport } from "./campaignDialers";
|
|
8
|
-
import type { VoiceTelephonyProvider } from "
|
|
8
|
+
import type { VoiceTelephonyProvider } from "../telephony/contract";
|
|
9
9
|
import type { VoicePhoneAgentProductionSmokeReport } from "./phoneAgentProductionSmoke";
|
|
10
10
|
import type { VoiceSessionRecord } from "./types";
|
|
11
11
|
export type VoicePhoneAgentLifecycleStage = "ringing" | "answered" | "media-started" | "transcript" | "assistant-response" | "transfer" | "voicemail" | "no-answer" | "completed" | "failed";
|
|
@@ -43,7 +43,7 @@ export type VoicePhoneAgentCarrierSummary = {
|
|
|
43
43
|
setupPath?: false | string;
|
|
44
44
|
smokePath?: false | string;
|
|
45
45
|
};
|
|
46
|
-
|
|
46
|
+
type VoicePhoneAgentSetupInstruction = {
|
|
47
47
|
answerLabel: string;
|
|
48
48
|
answerUrl?: string;
|
|
49
49
|
carrierName: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Elysia } from "elysia";
|
|
2
2
|
import type { StoredVoiceTraceEvent, VoiceTraceEventStore } from "./trace";
|
|
3
|
-
import type { VoiceTelephonyContractReport, VoiceTelephonyProvider } from "
|
|
3
|
+
import type { VoiceTelephonyContractReport, VoiceTelephonyProvider } from "../telephony/contract";
|
|
4
4
|
export type VoicePhoneAgentProductionSmokeRequirement = "assistant-response" | "carrier-contract" | "fresh-trace" | "lifecycle-outcome" | "media-started" | "no-session-error" | "transcript";
|
|
5
5
|
export type VoicePhoneAgentProductionSmokeIssue = {
|
|
6
6
|
message: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Elysia } from "elysia";
|
|
2
2
|
import type { StoredVoiceIntegrationEvent, StoredVoiceOpsTask, VoiceIntegrationEventStore, VoiceOpsTaskKind, VoiceOpsTaskStore } from "./ops";
|
|
3
|
-
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewStore } from "
|
|
3
|
+
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewStore } from "../testing/review";
|
|
4
4
|
export type VoicePostCallAnalysisStatus = "fail" | "pass" | "warn";
|
|
5
5
|
export type VoicePostCallAnalysisFieldRequirement = {
|
|
6
6
|
label?: string;
|
|
@@ -2,7 +2,7 @@ import { type StoredVoiceTraceEvent, type VoiceTraceSinkDeliveryRecord, type Voi
|
|
|
2
2
|
import { type StoredVoiceAuditEvent, type VoiceAuditEventStore } from "./audit";
|
|
3
3
|
import type { VoiceAuditSinkDeliveryRecord, VoiceAuditSinkDeliveryStore } from "./auditSinks";
|
|
4
4
|
import type { StoredVoiceIntegrationEvent, StoredVoiceExternalObjectMap, StoredVoiceOpsTask, VoiceExternalObjectMapStore, VoiceIntegrationEventStore, VoiceOpsTaskStore } from "./ops";
|
|
5
|
-
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewStore } from "
|
|
5
|
+
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewStore } from "../testing/review";
|
|
6
6
|
import type { VoiceTelephonyWebhookIdempotencyStore } from "./telephonyOutcome";
|
|
7
7
|
import type { VoiceCampaignStore } from "./campaign";
|
|
8
8
|
import type { VoiceSessionRecord, VoiceSessionStore } from "./types";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Elysia } from "elysia";
|
|
2
2
|
import { type VoiceProviderFallbackRecoverySummary } from "./sessionReplay";
|
|
3
|
-
import { type VoiceTelephonyCarrierMatrixInput } from "
|
|
4
|
-
import { type VoiceTelephonyWebhookSecurityOptions, type VoiceTelephonyWebhookSecurityReport } from "
|
|
3
|
+
import { type VoiceTelephonyCarrierMatrixInput } from "../telephony/matrix";
|
|
4
|
+
import { type VoiceTelephonyWebhookSecurityOptions, type VoiceTelephonyWebhookSecurityReport } from "../telephony/security";
|
|
5
5
|
import type { VoiceMonitorNotifierDeliveryReport, VoiceMonitorRunReport } from "./voiceMonitoring";
|
|
6
6
|
import { type StoredVoiceTraceEvent, type VoiceTraceEventStore } from "./trace";
|
|
7
7
|
import type { VoiceTraceSinkDeliveryStore } from "./trace";
|
|
@@ -25,7 +25,7 @@ import type { VoiceMediaPipelineReport } from "./mediaPipelineRoutes";
|
|
|
25
25
|
import type { VoiceTelephonyMediaReport } from "./telephonyMediaRoutes";
|
|
26
26
|
import type { MediaWebRTCStatsReport } from "@absolutejs/media";
|
|
27
27
|
import { type VoiceProfileSwitchReadinessOptions, type VoiceProfileSwitchReadinessReport } from "./profileSwitchRecommendation";
|
|
28
|
-
|
|
28
|
+
type VoiceProductionReadinessObservabilityExportDeliveryHistoryOptions = {
|
|
29
29
|
failOnMissing?: boolean;
|
|
30
30
|
failOnStale?: boolean;
|
|
31
31
|
history?: VoiceObservabilityExportDeliveryHistory;
|
|
@@ -33,7 +33,7 @@ export type VoiceProductionReadinessObservabilityExportDeliveryHistoryOptions =
|
|
|
33
33
|
store?: VoiceObservabilityExportDeliveryReceiptStore;
|
|
34
34
|
};
|
|
35
35
|
export type VoiceProductionReadinessStatus = "fail" | "pass" | "warn";
|
|
36
|
-
|
|
36
|
+
type VoiceProductionReconnectEvidence = VoiceReconnectContractReport | VoiceReconnectProofReport;
|
|
37
37
|
export type VoiceProductionReadinessAction = {
|
|
38
38
|
description?: string;
|
|
39
39
|
href: string;
|
|
@@ -504,7 +504,7 @@ export type VoiceProductionReadinessOpsActionHistorySummary = {
|
|
|
504
504
|
total: number;
|
|
505
505
|
warnWhenEmpty: boolean;
|
|
506
506
|
};
|
|
507
|
-
|
|
507
|
+
type VoiceProductionReadinessDeliveryRuntimeSummary = {
|
|
508
508
|
audit?: VoiceProductionReadinessDeliveryRuntimeQueueSummary;
|
|
509
509
|
deadLettered: number;
|
|
510
510
|
delivered: number;
|
|
@@ -516,7 +516,7 @@ export type VoiceProductionReadinessDeliveryRuntimeSummary = {
|
|
|
516
516
|
total: number;
|
|
517
517
|
trace?: VoiceProductionReadinessDeliveryRuntimeQueueSummary;
|
|
518
518
|
};
|
|
519
|
-
|
|
519
|
+
type VoiceProductionReadinessDeliveryRuntimeQueueSummary = {
|
|
520
520
|
deadLettered: number;
|
|
521
521
|
delivered: number;
|
|
522
522
|
failed: number;
|
|
@@ -754,3 +754,4 @@ export declare const createVoiceProductionReadinessRoutes: (options: VoiceProduc
|
|
|
754
754
|
standaloneSchema: {};
|
|
755
755
|
response: {};
|
|
756
756
|
}>;
|
|
757
|
+
export {};
|
|
@@ -53,7 +53,7 @@ export type VoiceProviderStackCapabilityGapInput<TProvider extends string = stri
|
|
|
53
53
|
required?: Partial<Record<VoiceProviderStackKind, readonly string[]>>;
|
|
54
54
|
};
|
|
55
55
|
export type VoiceProviderContractCheckStatus = "fail" | "pass" | "warn";
|
|
56
|
-
|
|
56
|
+
type VoiceProviderContractRemediation = {
|
|
57
57
|
code: string;
|
|
58
58
|
detail: string;
|
|
59
59
|
href?: string;
|
|
@@ -185,3 +185,4 @@ export declare const createVoiceProviderContractMatrixRoutes: <TProvider extends
|
|
|
185
185
|
export declare const evaluateVoiceProviderStackGaps: <TProvider extends string = string>(input: VoiceProviderStackCapabilityGapInput<TProvider>) => VoiceProviderStackCapabilityGapReport<TProvider>;
|
|
186
186
|
export declare const evaluateVoiceProviderStackEvidence: <TProvider extends string = string>(report: VoiceProviderStackCapabilityGapReport<TProvider>, input?: VoiceProviderStackAssertionInput<TProvider>) => VoiceProviderStackAssertionReport<TProvider>;
|
|
187
187
|
export declare const assertVoiceProviderStackEvidence: <TProvider extends string = string>(report: VoiceProviderStackCapabilityGapReport<TProvider>, input?: VoiceProviderStackAssertionInput<TProvider>) => VoiceProviderStackAssertionReport<TProvider>;
|
|
188
|
+
export {};
|
|
@@ -6,7 +6,7 @@ export type VoiceReconnectContractSnapshot = {
|
|
|
6
6
|
reconnect: VoiceReconnectClientState;
|
|
7
7
|
turnIds?: readonly string[];
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
type VoiceReconnectContractIssue = {
|
|
10
10
|
code: string;
|
|
11
11
|
message: string;
|
|
12
12
|
severity: "error" | "warning";
|
|
@@ -174,3 +174,4 @@ export declare const createVoiceReconnectContractRoutes: (options: VoiceReconnec
|
|
|
174
174
|
standaloneSchema: {};
|
|
175
175
|
response: {};
|
|
176
176
|
}>;
|
|
177
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Elysia } from "elysia";
|
|
2
2
|
import { type VoiceProviderHealthSummary } from "./providerHealth";
|
|
3
3
|
import type { StoredVoiceTraceEvent, VoiceTraceEventStore } from "./trace";
|
|
4
|
-
import type { VoiceIOProviderFailureSimulationMode, VoiceIOProviderFailureSimulationResult } from "
|
|
4
|
+
import type { VoiceIOProviderFailureSimulationMode, VoiceIOProviderFailureSimulationResult } from "../testing/ioProviderSimulator";
|
|
5
5
|
export type VoiceRoutingEventKind = "llm" | "stt" | "tts";
|
|
6
6
|
export type VoiceRoutingEvent = {
|
|
7
7
|
at: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewArtifact } from "
|
|
1
|
+
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewArtifact } from "../testing/review";
|
|
2
2
|
import type { VoiceOpsTask } from "./ops";
|
|
3
3
|
import type { VoiceCallDisposition, VoiceRuntimeOpsConfig, VoiceSessionHandle, VoiceSessionRecord } from "./types";
|
|
4
4
|
export declare const createVoiceCallReviewFromSession: <TSession extends VoiceSessionRecord = VoiceSessionRecord>(input: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { S3Client, S3Options } from "bun";
|
|
2
|
-
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewStore } from "
|
|
2
|
+
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewStore } from "../testing/review";
|
|
3
3
|
import type { VoiceRecordingStore } from "./recordingStore";
|
|
4
4
|
export type VoiceS3ReviewStoreFile = {
|
|
5
5
|
delete: () => Promise<void>;
|
|
@@ -13,17 +13,11 @@ export type VoiceS3ReviewStoreOptions = S3Options & {
|
|
|
13
13
|
keyPrefix?: string;
|
|
14
14
|
};
|
|
15
15
|
export declare const createVoiceS3ReviewStore: <TArtifact extends StoredVoiceCallReviewArtifact = StoredVoiceCallReviewArtifact>(options: VoiceS3ReviewStoreOptions) => VoiceCallReviewStore<TArtifact>;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
exists: () => Promise<boolean>;
|
|
19
|
-
text: () => Promise<string>;
|
|
20
|
-
bytes: () => Promise<Uint8Array>;
|
|
21
|
-
write: (data: string | Uint8Array) => Promise<number>;
|
|
22
|
-
};
|
|
23
|
-
export type VoiceS3RecordingStoreClient = Pick<S3Client, "file" | "list">;
|
|
24
|
-
export type VoiceS3RecordingStoreOptions = S3Options & {
|
|
16
|
+
type VoiceS3RecordingStoreClient = Pick<S3Client, "file" | "list">;
|
|
17
|
+
type VoiceS3RecordingStoreOptions = S3Options & {
|
|
25
18
|
client?: VoiceS3RecordingStoreClient;
|
|
26
19
|
keyPrefix?: string;
|
|
27
20
|
publicUrlBase?: string;
|
|
28
21
|
};
|
|
29
22
|
export declare const createVoiceS3RecordingStore: (options: VoiceS3RecordingStoreOptions) => VoiceRecordingStore;
|
|
23
|
+
export {};
|