@absolutejs/voice 0.0.22-beta.530 → 0.0.22-beta.532
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 +1 -1
- 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 +1 -1
- package/dist/client/index.js +25 -29
- 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 +1 -1
- 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 +1 -1
- 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 -2
- package/dist/client/workflowStatus.d.ts +1 -1
- package/dist/{dataControl.d.ts → core/dataControl.d.ts} +1 -1
- package/dist/{fileStore.d.ts → core/fileStore.d.ts} +1 -1
- package/dist/{htmxDashboardRoutes.d.ts → core/htmxDashboardRoutes.d.ts} +4 -4
- package/dist/{multilingualProof.d.ts → core/multilingualProof.d.ts} +2 -2
- package/dist/{operationsRecord.d.ts → core/operationsRecord.d.ts} +1 -1
- 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} +5 -5
- 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} +2 -2
- 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} +1 -1
- package/dist/{sqliteStore.d.ts → core/sqliteStore.d.ts} +1 -1
- 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 +232 -324
- package/dist/internal/evidence.d.ts +10 -0
- 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.js +21 -17
- package/dist/react/useVoiceController.d.ts +1 -1
- package/dist/react/useVoiceStream.d.ts +1 -1
- package/dist/svelte/createVoiceStream.d.ts +1 -1
- package/dist/svelte/createVoiceWidget.d.ts +1 -1
- package/dist/svelte/index.js +18 -18
- 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 +33 -29
- 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 +21 -17
- 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/{agent.d.ts → core/agent.d.ts} +0 -0
- /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/{agentTools.d.ts → core/agentTools.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/{assistant.d.ts → core/assistant.d.ts} +0 -0
- /package/dist/{assistantExperiment.d.ts → core/assistantExperiment.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/{campaign.d.ts → core/campaign.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/{correction.d.ts → core/correction.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/{deliveryRuntime.d.ts → core/deliveryRuntime.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/{logger.d.ts → core/logger.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/{midCallSummary.d.ts → core/midCallSummary.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/{providerStackRecommendations.d.ts → core/providerStackRecommendations.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/{reconnectContract.d.ts → core/reconnectContract.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/{simulationSuite.d.ts → core/simulationSuite.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/{telephonyOutcome.d.ts → core/telephonyOutcome.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/{turnProfiles.d.ts → core/turnProfiles.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
package/dist/angular/index.js
CHANGED
|
@@ -1095,7 +1095,7 @@ var createVoiceStream = (path, options = {}) => {
|
|
|
1095
1095
|
};
|
|
1096
1096
|
};
|
|
1097
1097
|
|
|
1098
|
-
// src/audioConditioning.ts
|
|
1098
|
+
// src/core/audioConditioning.ts
|
|
1099
1099
|
var DEFAULT_TARGET_LEVEL = 0.08;
|
|
1100
1100
|
var DEFAULT_MAX_GAIN = 3;
|
|
1101
1101
|
var DEFAULT_NOISE_GATE_THRESHOLD = 0.006;
|
|
@@ -1150,7 +1150,7 @@ var conditionAudioChunk = (audio, config) => {
|
|
|
1150
1150
|
return new Uint8Array(output.buffer);
|
|
1151
1151
|
};
|
|
1152
1152
|
|
|
1153
|
-
// src/turnProfiles.ts
|
|
1153
|
+
// src/core/turnProfiles.ts
|
|
1154
1154
|
var TURN_PROFILE_DEFAULTS = {
|
|
1155
1155
|
balanced: {
|
|
1156
1156
|
qualityProfile: "general",
|
|
@@ -1205,7 +1205,7 @@ var resolveTurnDetectionConfig = (config) => {
|
|
|
1205
1205
|
};
|
|
1206
1206
|
};
|
|
1207
1207
|
|
|
1208
|
-
// src/presets.ts
|
|
1208
|
+
// src/core/presets.ts
|
|
1209
1209
|
var PRESET_INPUTS = {
|
|
1210
1210
|
chat: {
|
|
1211
1211
|
audioConditioning: {
|
|
@@ -1603,7 +1603,7 @@ var createVoiceController = (path, options = {}) => {
|
|
|
1603
1603
|
// src/internal/html.ts
|
|
1604
1604
|
var escapeHtml = (value) => String(value).replaceAll("&", "&").replaceAll("<", "<").replaceAll(">", ">").replaceAll('"', """).replaceAll("'", "'");
|
|
1605
1605
|
|
|
1606
|
-
// src/agentState.ts
|
|
1606
|
+
// src/core/agentState.ts
|
|
1607
1607
|
var deriveVoiceAgentUIState = (input) => {
|
|
1608
1608
|
if (!input.isConnected) {
|
|
1609
1609
|
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 class VoiceCallDebuggerService {
|
|
4
4
|
connect(path: string, options?: VoiceCallDebuggerClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceCampaignDialerProofService {
|
|
4
4
|
connect(path?: string, options?: VoiceCampaignDialerProofClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceControllerOptions, VoiceTurnRecord } from "../types";
|
|
1
|
+
import type { VoiceControllerOptions, VoiceTurnRecord } from "../core/types";
|
|
2
2
|
export declare class VoiceControllerService {
|
|
3
3
|
connect<TResult = unknown>(path: string, options?: VoiceControllerOptions): {
|
|
4
4
|
assistantAudio: import("@angular/core").Signal<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StoredVoiceTraceEvent } from "../trace";
|
|
1
|
+
import type { StoredVoiceTraceEvent } from "../core/trace";
|
|
2
2
|
import { type VoiceCostDashboardOptions, type VoiceCostDashboardReport } from "../client/costDashboard";
|
|
3
3
|
export type VoiceCostDashboardServiceOptions = VoiceCostDashboardOptions & {
|
|
4
4
|
currency?: string;
|
|
@@ -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 class VoiceDeliveryRuntimeService {
|
|
4
4
|
connect(path?: string, options?: VoiceDeliveryRuntimeClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceOpsStatusService {
|
|
4
4
|
connect(path?: string, options?: VoiceOpsStatusClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoicePlatformCoverageService {
|
|
4
4
|
connect(path?: string, options?: VoicePlatformCoverageClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceProfileComparisonService {
|
|
4
4
|
connect(path?: string, options?: VoiceProfileComparisonClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceProofTrendsService {
|
|
4
4
|
connect(path?: string, options?: VoiceProofTrendsClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceProviderCapabilitiesService {
|
|
4
4
|
connect<TProvider extends string = string>(path?: string, options?: VoiceProviderCapabilitiesClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceProviderContractsService {
|
|
4
4
|
connect<TProvider extends string = string>(path?: string, options?: VoiceProviderContractsClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceProviderStatusService {
|
|
4
4
|
connect<TProvider extends string = string>(path?: string, options?: VoiceProviderStatusClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceReadinessFailuresService {
|
|
4
4
|
connect(path?: string, options?: VoiceReadinessFailuresClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceReconnectProfileEvidenceService {
|
|
4
4
|
connect(path?: string, options?: VoiceReconnectProfileEvidenceClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceSessionObservabilityService {
|
|
4
4
|
connect(path?: string, options?: VoiceSessionObservabilityClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceSessionSnapshotService {
|
|
4
4
|
connect(path: string, options?: VoiceSessionSnapshotClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceConnectionOptions, VoiceTurnRecord } from "../types";
|
|
1
|
+
import type { VoiceConnectionOptions, VoiceTurnRecord } from "../core/types";
|
|
2
2
|
export declare class VoiceStreamService {
|
|
3
3
|
connect<TResult = unknown>(path: string, options?: VoiceConnectionOptions): {
|
|
4
4
|
assistantAudio: import("@angular/core").Signal<{
|
|
@@ -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 class VoiceTraceTimelineService {
|
|
4
4
|
connect(path?: string, options?: VoiceTraceTimelineClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceTurnLatencyService {
|
|
4
4
|
connect(path?: string, options?: VoiceTurnLatencyClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -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 class VoiceTurnQualityService {
|
|
4
4
|
connect(path?: string, options?: VoiceTurnQualityClientOptions): {
|
|
5
5
|
close: () => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceControllerOptions } from "../types";
|
|
1
|
+
import type { VoiceControllerOptions } from "../core/types";
|
|
2
2
|
import { type VoiceWidgetLabels, type VoiceWidgetTheme, type VoiceWidgetViewModel } from "../client/voiceWidgetView";
|
|
3
3
|
export type CreateVoiceWidgetServiceOptions = VoiceControllerOptions & {
|
|
4
4
|
labels?: VoiceWidgetLabels;
|
|
@@ -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 class VoiceWorkflowStatusService {
|
|
4
4
|
connect(path?: string, options?: VoiceWorkflowStatusClientOptions): {
|
|
5
5
|
close: () => void;
|
package/dist/client/actions.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceServerMessage } from "../types";
|
|
1
|
+
import type { VoiceServerMessage } from "../core/types";
|
|
2
2
|
export declare const serverMessageToAction: <TResult = unknown>(message: VoiceServerMessage<TResult>) => {
|
|
3
3
|
chunk: Uint8Array<ArrayBuffer>;
|
|
4
4
|
format: import("..").AudioFormat;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceTraceTimelineReport } from "../traceTimeline";
|
|
1
|
+
import type { VoiceTraceTimelineReport } from "../core/traceTimeline";
|
|
2
2
|
import { type VoiceTraceTimelineClientOptions } from "./traceTimeline";
|
|
3
3
|
export type VoiceAgentSquadSpecialistStatus = "active" | "blocked" | "handoff" | "idle" | "unknown-target";
|
|
4
4
|
export type VoiceAgentSquadSpecialist = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AudioFormat, VoiceAudioPlayer, VoiceAudioPlayerOptions, VoiceAudioPlayerSource } from "../types";
|
|
1
|
+
import type { AudioFormat, VoiceAudioPlayer, VoiceAudioPlayerOptions, VoiceAudioPlayerSource } from "../core/types";
|
|
2
2
|
type MinimalAudioBuffer = {
|
|
3
3
|
duration: number;
|
|
4
4
|
getChannelData: (channel: number) => Float32Array;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceBrowserMediaReporterOptions, VoiceBrowserMediaReportPayload } from "../types";
|
|
1
|
+
import type { VoiceBrowserMediaReporterOptions, VoiceBrowserMediaReportPayload } from "../core/types";
|
|
2
2
|
export type VoiceBrowserMediaReporter = {
|
|
3
3
|
close: () => void;
|
|
4
4
|
reportOnce: () => Promise<VoiceBrowserMediaReportPayload | undefined>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceCampaignDialerProofReport, VoiceCampaignDialerProofStatus } from "../campaignDialers";
|
|
1
|
+
import type { VoiceCampaignDialerProofReport, VoiceCampaignDialerProofStatus } from "../core/campaignDialers";
|
|
2
2
|
export type VoiceCampaignDialerProofClientOptions = {
|
|
3
3
|
fetch?: typeof fetch;
|
|
4
4
|
intervalMs?: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceClientMessage, VoiceConnectionOptions, VoiceServerMessage } from "../types";
|
|
1
|
+
import type { VoiceClientMessage, VoiceConnectionOptions, VoiceServerMessage } from "../core/types";
|
|
2
2
|
type VoiceConnectionHandle = {
|
|
3
3
|
callControl: (message: Omit<VoiceClientMessage & {
|
|
4
4
|
type: "call_control";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { VoiceController, VoiceControllerOptions } from "../types";
|
|
1
|
+
import type { VoiceController, VoiceControllerOptions } from "../core/types";
|
|
2
2
|
export declare const createVoiceController: <TResult = unknown>(path: string, options?: VoiceControllerOptions) => VoiceController<TResult>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { VoiceConnectionOptions, VoiceStream } from "../types";
|
|
1
|
+
import type { VoiceConnectionOptions, VoiceStream } from "../core/types";
|
|
2
2
|
export declare const createVoiceStream: <TResult = unknown>(path: string, options?: VoiceConnectionOptions) => VoiceStream<TResult>;
|
package/dist/client/duplex.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { VoiceAudioPlayer, VoiceBargeInBinding, VoiceBargeInOptions, VoiceController, VoiceDuplexController, VoiceDuplexControllerOptions } from "../types";
|
|
1
|
+
import type { VoiceAudioPlayer, VoiceBargeInBinding, VoiceBargeInOptions, VoiceController, VoiceDuplexController, VoiceDuplexControllerOptions } from "../core/types";
|
|
2
2
|
export declare const bindVoiceBargeIn: <TResult = unknown>(controller: Pick<VoiceController<TResult>, "partial" | "sendAudio" | "sessionId" | "subscribe">, player: Pick<VoiceAudioPlayer, "interrupt" | "isPlaying" | "lastInterruptLatencyMs" | "lastPlaybackStopLatencyMs">, options?: VoiceBargeInOptions) => VoiceBargeInBinding;
|
|
3
3
|
export declare const createVoiceDuplexController: <TResult = unknown>(path: string, options?: VoiceDuplexControllerOptions) => VoiceDuplexController<TResult>;
|
package/dist/client/htmx.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { VoiceHTMXBindingOptions, VoiceStream } from "../types";
|
|
1
|
+
import type { VoiceHTMXBindingOptions, VoiceStream } from "../core/types";
|
|
2
2
|
export declare const bindVoiceHTMX: <TResult = unknown>(stream: VoiceStream<TResult>, options: VoiceHTMXBindingOptions) => () => void;
|
|
@@ -1035,7 +1035,7 @@ var createVoiceStream = (path, options = {}) => {
|
|
|
1035
1035
|
};
|
|
1036
1036
|
};
|
|
1037
1037
|
|
|
1038
|
-
// src/audioConditioning.ts
|
|
1038
|
+
// src/core/audioConditioning.ts
|
|
1039
1039
|
var DEFAULT_TARGET_LEVEL = 0.08;
|
|
1040
1040
|
var DEFAULT_MAX_GAIN = 3;
|
|
1041
1041
|
var DEFAULT_NOISE_GATE_THRESHOLD = 0.006;
|
|
@@ -1053,7 +1053,7 @@ var resolveAudioConditioningConfig = (config) => {
|
|
|
1053
1053
|
};
|
|
1054
1054
|
};
|
|
1055
1055
|
|
|
1056
|
-
// src/turnProfiles.ts
|
|
1056
|
+
// src/core/turnProfiles.ts
|
|
1057
1057
|
var TURN_PROFILE_DEFAULTS = {
|
|
1058
1058
|
balanced: {
|
|
1059
1059
|
qualityProfile: "general",
|
|
@@ -1108,7 +1108,7 @@ var resolveTurnDetectionConfig = (config) => {
|
|
|
1108
1108
|
};
|
|
1109
1109
|
};
|
|
1110
1110
|
|
|
1111
|
-
// src/presets.ts
|
|
1111
|
+
// src/core/presets.ts
|
|
1112
1112
|
var PRESET_INPUTS = {
|
|
1113
1113
|
chat: {
|
|
1114
1114
|
audioConditioning: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StoredVoiceTraceEvent } from "../trace";
|
|
1
|
+
import type { StoredVoiceTraceEvent } from "../core/trace";
|
|
2
2
|
import type { VoiceCallReviewArtifact } from "../testing/review";
|
|
3
3
|
import { type VoiceCostDashboardBucket, type VoiceCostDashboardOptions, type VoiceCostDashboardReport } from "./costDashboard";
|
|
4
4
|
import { type LiveCallViewState, type LiveCallViewer } from "./liveCallViewer";
|
package/dist/client/index.js
CHANGED
|
@@ -1312,7 +1312,7 @@ var createMicrophoneCapture = (options) => {
|
|
|
1312
1312
|
return { start, stop };
|
|
1313
1313
|
};
|
|
1314
1314
|
|
|
1315
|
-
// src/audioConditioning.ts
|
|
1315
|
+
// src/core/audioConditioning.ts
|
|
1316
1316
|
var DEFAULT_TARGET_LEVEL = 0.08;
|
|
1317
1317
|
var DEFAULT_MAX_GAIN = 3;
|
|
1318
1318
|
var DEFAULT_NOISE_GATE_THRESHOLD = 0.006;
|
|
@@ -1367,7 +1367,7 @@ var conditionAudioChunk = (audio, config) => {
|
|
|
1367
1367
|
return new Uint8Array(output.buffer);
|
|
1368
1368
|
};
|
|
1369
1369
|
|
|
1370
|
-
// src/turnProfiles.ts
|
|
1370
|
+
// src/core/turnProfiles.ts
|
|
1371
1371
|
var TURN_PROFILE_DEFAULTS = {
|
|
1372
1372
|
balanced: {
|
|
1373
1373
|
qualityProfile: "general",
|
|
@@ -1422,7 +1422,7 @@ var resolveTurnDetectionConfig = (config) => {
|
|
|
1422
1422
|
};
|
|
1423
1423
|
};
|
|
1424
1424
|
|
|
1425
|
-
// src/presets.ts
|
|
1425
|
+
// src/core/presets.ts
|
|
1426
1426
|
var PRESET_INPUTS = {
|
|
1427
1427
|
chat: {
|
|
1428
1428
|
audioConditioning: {
|
|
@@ -3911,7 +3911,15 @@ var defineVoicePlatformCoverageElement = (tagName = "absolute-voice-platform-cov
|
|
|
3911
3911
|
}
|
|
3912
3912
|
});
|
|
3913
3913
|
};
|
|
3914
|
-
// src/
|
|
3914
|
+
// src/internal/evidence.ts
|
|
3915
|
+
var assertVoiceEvidence = (failureMessage, assertion) => {
|
|
3916
|
+
if (!assertion.ok) {
|
|
3917
|
+
throw new Error(`${failureMessage}: ${assertion.issues.join(" ")}`);
|
|
3918
|
+
}
|
|
3919
|
+
return assertion;
|
|
3920
|
+
};
|
|
3921
|
+
|
|
3922
|
+
// src/core/proofTrends.ts
|
|
3915
3923
|
import { Elysia as Elysia4 } from "elysia";
|
|
3916
3924
|
|
|
3917
3925
|
// src/internal/status.ts
|
|
@@ -3926,13 +3934,13 @@ var worstVoiceStatus = (statuses) => {
|
|
|
3926
3934
|
return worst;
|
|
3927
3935
|
};
|
|
3928
3936
|
|
|
3929
|
-
// src/providerDecisionTraces.ts
|
|
3937
|
+
// src/core/providerDecisionTraces.ts
|
|
3930
3938
|
import { Elysia as Elysia3 } from "elysia";
|
|
3931
3939
|
|
|
3932
|
-
// src/resilienceRoutes.ts
|
|
3940
|
+
// src/core/resilienceRoutes.ts
|
|
3933
3941
|
import { Elysia as Elysia2 } from "elysia";
|
|
3934
3942
|
|
|
3935
|
-
// src/providerHealth.ts
|
|
3943
|
+
// src/core/providerHealth.ts
|
|
3936
3944
|
import { Elysia } from "elysia";
|
|
3937
3945
|
var getString = (value) => typeof value === "string" ? value : undefined;
|
|
3938
3946
|
var getNumber = (value) => typeof value === "number" && Number.isFinite(value) ? value : undefined;
|
|
@@ -4140,7 +4148,7 @@ var createVoiceProviderHealthRoutes = (options) => {
|
|
|
4140
4148
|
return routes;
|
|
4141
4149
|
};
|
|
4142
4150
|
|
|
4143
|
-
// src/resilienceRoutes.ts
|
|
4151
|
+
// src/core/resilienceRoutes.ts
|
|
4144
4152
|
var getString2 = (value) => typeof value === "string" ? value : undefined;
|
|
4145
4153
|
var getNumber2 = (value) => typeof value === "number" && Number.isFinite(value) ? value : undefined;
|
|
4146
4154
|
var getBoolean = (value) => value === true;
|
|
@@ -4623,7 +4631,7 @@ var createVoiceResilienceRoutes = (options) => {
|
|
|
4623
4631
|
return routes;
|
|
4624
4632
|
};
|
|
4625
4633
|
|
|
4626
|
-
// src/providerDecisionTraces.ts
|
|
4634
|
+
// src/core/providerDecisionTraces.ts
|
|
4627
4635
|
var getString3 = (value) => typeof value === "string" ? value : undefined;
|
|
4628
4636
|
var getNumber3 = (value) => typeof value === "number" && Number.isFinite(value) ? value : undefined;
|
|
4629
4637
|
var isDecisionTrace = (event) => Boolean(event && typeof event === "object" && "provider" in event && "reason" in event && "sessionId" in event && "status" in event && "surface" in event);
|
|
@@ -4936,7 +4944,7 @@ var createVoiceProviderDecisionTraceRoutes = (options) => {
|
|
|
4936
4944
|
return app;
|
|
4937
4945
|
};
|
|
4938
4946
|
|
|
4939
|
-
// src/trace.ts
|
|
4947
|
+
// src/core/trace.ts
|
|
4940
4948
|
var createVoiceTraceEventId = (event) => [
|
|
4941
4949
|
event.sessionId,
|
|
4942
4950
|
event.turnId ?? "session",
|
|
@@ -5747,7 +5755,7 @@ var buildVoiceTraceReplay = (events, options = {}) => ({
|
|
|
5747
5755
|
summary: summarizeVoiceTrace(options.redact ? redactVoiceTraceEvents(events, options.redact) : events)
|
|
5748
5756
|
});
|
|
5749
5757
|
|
|
5750
|
-
// src/proofTrends.ts
|
|
5758
|
+
// src/core/proofTrends.ts
|
|
5751
5759
|
var DEFAULT_VOICE_PROOF_TRENDS_MAX_AGE_MS = 24 * 60 * 60 * 1000;
|
|
5752
5760
|
var DEFAULT_VOICE_PROOF_TREND_PROFILE_DEFINITIONS = [
|
|
5753
5761
|
{
|
|
@@ -7987,11 +7995,7 @@ var evaluateVoiceProofTrendEvidence = (report, input = {}) => {
|
|
|
7987
7995
|
};
|
|
7988
7996
|
};
|
|
7989
7997
|
var assertVoiceProofTrendEvidence = (report, input = {}) => {
|
|
7990
|
-
|
|
7991
|
-
if (!assertion.ok) {
|
|
7992
|
-
throw new Error(`Voice proof trends assertion failed: ${assertion.issues.join(" ")}`);
|
|
7993
|
-
}
|
|
7994
|
-
return assertion;
|
|
7998
|
+
return assertVoiceEvidence("Voice proof trends assertion failed", evaluateVoiceProofTrendEvidence(report, input));
|
|
7995
7999
|
};
|
|
7996
8000
|
var DEFAULT_RECOMMENDATION_BUDGETS = {
|
|
7997
8001
|
maxLiveP95Ms: 800,
|
|
@@ -9136,10 +9140,10 @@ var defineVoiceOpsActionCenterElement = (tagName = "absolute-voice-ops-action-ce
|
|
|
9136
9140
|
}
|
|
9137
9141
|
});
|
|
9138
9142
|
};
|
|
9139
|
-
// src/liveOps.ts
|
|
9143
|
+
// src/core/liveOps.ts
|
|
9140
9144
|
import { Elysia as Elysia5 } from "elysia";
|
|
9141
9145
|
|
|
9142
|
-
// src/audit.ts
|
|
9146
|
+
// src/core/audit.ts
|
|
9143
9147
|
var includes = (filter, value) => {
|
|
9144
9148
|
if (!filter) {
|
|
9145
9149
|
return true;
|
|
@@ -9340,7 +9344,7 @@ var createVoiceAuditLogger = (store) => ({
|
|
|
9340
9344
|
toolCall: (input) => recordVoiceToolAuditEvent({ ...input, store })
|
|
9341
9345
|
});
|
|
9342
9346
|
|
|
9343
|
-
// src/liveOps.ts
|
|
9347
|
+
// src/core/liveOps.ts
|
|
9344
9348
|
var VOICE_LIVE_OPS_ACTIONS = [
|
|
9345
9349
|
"assign",
|
|
9346
9350
|
"create-task",
|
|
@@ -9441,11 +9445,7 @@ var evaluateVoiceLiveOpsEvidence = (input = {}) => {
|
|
|
9441
9445
|
};
|
|
9442
9446
|
};
|
|
9443
9447
|
var assertVoiceLiveOpsEvidence = (input = {}) => {
|
|
9444
|
-
|
|
9445
|
-
if (!assertion.ok) {
|
|
9446
|
-
throw new Error(`Voice live-ops evidence assertion failed: ${assertion.issues.join(" ")}`);
|
|
9447
|
-
}
|
|
9448
|
-
return assertion;
|
|
9448
|
+
return assertVoiceEvidence("Voice live-ops evidence assertion failed", evaluateVoiceLiveOpsEvidence(input));
|
|
9449
9449
|
};
|
|
9450
9450
|
var evaluateVoiceLiveOpsControlEvidence = (input = {}) => {
|
|
9451
9451
|
const issues = [];
|
|
@@ -9493,11 +9493,7 @@ var evaluateVoiceLiveOpsControlEvidence = (input = {}) => {
|
|
|
9493
9493
|
};
|
|
9494
9494
|
};
|
|
9495
9495
|
var assertVoiceLiveOpsControlEvidence = (input = {}) => {
|
|
9496
|
-
|
|
9497
|
-
if (!assertion.ok) {
|
|
9498
|
-
throw new Error(`Voice live-ops control evidence assertion failed: ${assertion.issues.join(" ")}`);
|
|
9499
|
-
}
|
|
9500
|
-
return assertion;
|
|
9496
|
+
return assertVoiceEvidence("Voice live-ops control evidence assertion failed", evaluateVoiceLiveOpsControlEvidence(input));
|
|
9501
9497
|
};
|
|
9502
9498
|
var createVoiceMemoryLiveOpsControlStore = () => {
|
|
9503
9499
|
const states = new Map;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type CreateLiveCallViewerOptions, type LiveCallTimelineEvent, type LiveCallViewState, type LiveCallViewer } from "./liveCallViewer";
|
|
2
|
-
import type { VoiceCallerMemorySnapshot } from "../callerMemory";
|
|
2
|
+
import type { VoiceCallerMemorySnapshot } from "../core/callerMemory";
|
|
3
3
|
export type LiveAgentConsoleState = {
|
|
4
4
|
caller?: VoiceCallerMemorySnapshot;
|
|
5
5
|
hasTakeover: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceAgentUIState } from "../agentState";
|
|
1
|
+
import type { VoiceAgentUIState } from "../core/agentState";
|
|
2
2
|
export type LiveCallEventKind = "agent_audio" | "agent_text" | "lifecycle" | "transcript" | "tool";
|
|
3
3
|
export type LiveCallTimelineEvent = {
|
|
4
4
|
at: number;
|
package/dist/client/liveOps.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceLiveOpsAction, VoiceLiveOpsActionInput, VoiceLiveOpsActionResult } from "../liveOps";
|
|
1
|
+
import type { VoiceLiveOpsAction, VoiceLiveOpsActionInput, VoiceLiveOpsActionResult } from "../core/liveOps";
|
|
2
2
|
export type VoiceLiveOpsClientOptions = {
|
|
3
3
|
actionPath?: string;
|
|
4
4
|
fetch?: typeof fetch;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type VoiceLiveOpsAction, type VoiceLiveOpsActionInput } from "../liveOps";
|
|
1
|
+
import { type VoiceLiveOpsAction, type VoiceLiveOpsActionInput } from "../core/liveOps";
|
|
2
2
|
import { type VoiceLiveOpsClientOptions, type VoiceLiveOpsSnapshot } from "./liveOps";
|
|
3
3
|
export type VoiceLiveOpsWidgetOptions = VoiceLiveOpsClientOptions & {
|
|
4
4
|
defaultAssignee?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceOpsStatusReport } from "../opsStatus";
|
|
1
|
+
import type { VoiceOpsStatusReport } from "../core/opsStatus";
|
|
2
2
|
import { type VoiceOpsStatusClientOptions, type VoiceOpsStatusSnapshot } from "./opsStatus";
|
|
3
3
|
export type VoiceOpsStatusSurfaceView = {
|
|
4
4
|
detail: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoicePlatformCoverageSurface } from "../platformCoverage";
|
|
1
|
+
import type { VoicePlatformCoverageSurface } from "../core/platformCoverage";
|
|
2
2
|
import { type VoicePlatformCoverageClientOptions, type VoicePlatformCoverageSnapshot } from "./platformCoverage";
|
|
3
3
|
export type VoicePlatformCoverageSurfaceView = VoicePlatformCoverageSurface & {
|
|
4
4
|
detail: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceProfileSwitchRecommendation } from "../profileSwitchRecommendation";
|
|
1
|
+
import type { VoiceProfileSwitchRecommendation } from "../core/profileSwitchRecommendation";
|
|
2
2
|
export type VoiceProfileSwitchRecommendationClientOptions = {
|
|
3
3
|
fetch?: typeof fetch;
|
|
4
4
|
intervalMs?: number;
|