@absolutejs/voice 0.0.22-beta.51 → 0.0.22-beta.510
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/README.md +4556 -603
- package/dist/agent.d.ts +79 -5
- package/dist/agentSquadContract.d.ts +98 -0
- package/dist/agentState.d.ts +12 -0
- package/dist/agentTools.d.ts +133 -0
- package/dist/aiVoiceModel.d.ts +15 -0
- package/dist/amdDetector.d.ts +25 -0
- package/dist/angular/index.d.ts +36 -5
- package/dist/angular/index.js +4004 -338
- package/dist/angular/voice-agent-squad-status.service.d.ts +12 -0
- package/dist/angular/voice-call-debugger.service.d.ts +12 -0
- package/dist/angular/voice-call-player.service.d.ts +19 -0
- package/dist/angular/voice-campaign-dialer-proof.service.d.ts +14 -0
- package/dist/angular/voice-controller.service.d.ts +3 -1
- package/dist/angular/voice-cost-dashboard.service.d.ts +15 -0
- package/dist/angular/voice-delivery-runtime.component.d.ts +17 -0
- package/dist/angular/voice-delivery-runtime.service.d.ts +16 -0
- package/dist/angular/voice-live-agent-console.service.d.ts +16 -0
- package/dist/angular/voice-live-call-viewer.service.d.ts +16 -0
- package/dist/angular/voice-live-ops.service.d.ts +11 -0
- package/dist/angular/voice-ops-action-center.service.d.ts +13 -0
- package/dist/angular/voice-ops-status.component.d.ts +15 -0
- package/dist/angular/voice-ops-status.service.d.ts +12 -0
- package/dist/angular/voice-platform-coverage.service.d.ts +12 -0
- package/dist/angular/voice-profile-comparison.service.d.ts +12 -0
- package/dist/angular/voice-proof-trends.service.d.ts +12 -0
- package/dist/angular/voice-provider-capabilities.service.d.ts +12 -0
- package/dist/angular/voice-provider-contracts.service.d.ts +12 -0
- package/dist/angular/voice-provider-status.service.d.ts +2 -2
- package/dist/angular/voice-readiness-failures.service.d.ts +13 -0
- package/dist/angular/voice-reconnect-profile-evidence.service.d.ts +12 -0
- package/dist/angular/voice-replay-timeline.service.d.ts +13 -0
- package/dist/angular/voice-routing-status.service.d.ts +11 -0
- package/dist/angular/voice-session-observability.service.d.ts +12 -0
- package/dist/angular/voice-session-snapshot.service.d.ts +13 -0
- package/dist/angular/voice-stream.service.d.ts +4 -1
- package/dist/angular/voice-trace-timeline.service.d.ts +12 -0
- package/dist/angular/voice-turn-latency.service.d.ts +13 -0
- package/dist/angular/voice-turn-quality.service.d.ts +12 -0
- package/dist/angular/voice-widget.service.d.ts +18 -0
- package/dist/angular/voice-workflow-status.service.d.ts +2 -2
- package/dist/assistant.d.ts +12 -13
- package/dist/assistantExperiment.d.ts +41 -0
- package/dist/assistantHealth.d.ts +6 -6
- package/dist/assistantMemory.d.ts +3 -3
- package/dist/assistantMode.d.ts +22 -0
- package/dist/audioConditioning.d.ts +1 -1
- package/dist/audit.d.ts +131 -0
- package/dist/auditDeliveryRoutes.d.ts +85 -0
- package/dist/auditExport.d.ts +34 -0
- package/dist/auditRoutes.d.ts +66 -0
- package/dist/auditSinks.d.ts +151 -0
- package/dist/backchannel.d.ts +18 -0
- package/dist/bargeInRoutes.d.ts +56 -0
- package/dist/browserCallProfiles.d.ts +120 -0
- package/dist/browserMediaRoutes.d.ts +62 -0
- package/dist/callDebugger.d.ts +66 -0
- package/dist/callDisposition.d.ts +38 -0
- package/dist/callQuota.d.ts +54 -0
- package/dist/callerMemory.d.ts +37 -0
- package/dist/callingWindow.d.ts +26 -0
- package/dist/campaign.d.ts +794 -0
- package/dist/campaignControls.d.ts +37 -0
- package/dist/campaignDialers.d.ts +111 -0
- package/dist/campaignTemplate.d.ts +16 -0
- package/dist/client/actions.d.ts +95 -1
- package/dist/client/agentSquadStatus.d.ts +37 -0
- package/dist/client/agentSquadStatusWidget.d.ts +24 -0
- package/dist/client/audioPlayer.d.ts +2 -2
- package/dist/client/bargeInMonitor.d.ts +7 -0
- package/dist/client/browserMedia.d.ts +8 -0
- package/dist/client/browserNoiseSuppression.d.ts +42 -0
- package/dist/client/browserVoiceSupport.d.ts +22 -0
- package/dist/client/callDebugger.d.ts +19 -0
- package/dist/client/callDebuggerWidget.d.ts +30 -0
- package/dist/client/callPlayer.d.ts +41 -0
- package/dist/client/campaignDialerProof.d.ts +23 -0
- package/dist/client/connection.d.ts +4 -3
- package/dist/client/controller.d.ts +1 -1
- package/dist/client/conversationAnalytics.d.ts +29 -0
- package/dist/client/costDashboard.d.ts +27 -0
- package/dist/client/createVoiceStream.d.ts +1 -1
- package/dist/client/deliveryRuntime.d.ts +34 -0
- package/dist/client/deliveryRuntimeWidget.d.ts +37 -0
- package/dist/client/duplex.d.ts +2 -2
- package/dist/client/htmx.d.ts +1 -1
- package/dist/client/htmxAttributes.d.ts +28 -0
- package/dist/client/htmxBootstrap.js +967 -14
- package/dist/client/htmxDashboardRenderers.d.ts +72 -0
- package/dist/client/index.d.ts +104 -13
- package/dist/client/index.js +10142 -26
- package/dist/client/liveAgentConsole.d.ts +28 -0
- package/dist/client/liveCallViewer.d.ts +42 -0
- package/dist/client/liveOps.d.ts +22 -0
- package/dist/client/liveOpsWidget.d.ts +23 -0
- package/dist/client/liveTurnLatency.d.ts +41 -0
- package/dist/client/microphone.d.ts +4 -4
- package/dist/client/opsActionCenter.d.ts +54 -0
- package/dist/client/opsActionCenterWidget.d.ts +29 -0
- package/dist/client/opsActionHistory.d.ts +19 -0
- package/dist/client/opsActionHistoryWidget.d.ts +11 -0
- package/dist/client/opsStatus.d.ts +19 -0
- package/dist/client/opsStatusWidget.d.ts +40 -0
- package/dist/client/platformCoverage.d.ts +19 -0
- package/dist/client/platformCoverageWidget.d.ts +37 -0
- package/dist/client/profileComparison.d.ts +19 -0
- package/dist/client/profileComparisonWidget.d.ts +41 -0
- package/dist/client/profileSwitchRecommendation.d.ts +19 -0
- package/dist/client/profileSwitchRecommendationWidget.d.ts +12 -0
- package/dist/client/proofTrends.d.ts +19 -0
- package/dist/client/proofTrendsWidget.d.ts +37 -0
- package/dist/client/providerCapabilities.d.ts +19 -0
- package/dist/client/providerCapabilitiesWidget.d.ts +32 -0
- package/dist/client/providerContracts.d.ts +19 -0
- package/dist/client/providerContractsWidget.d.ts +37 -0
- package/dist/client/providerSimulationControls.d.ts +33 -0
- package/dist/client/providerSimulationControlsWidget.d.ts +20 -0
- package/dist/client/providerStatus.d.ts +1 -1
- package/dist/client/providerStatusWidget.d.ts +32 -0
- package/dist/client/readinessFailures.d.ts +19 -0
- package/dist/client/readinessFailuresWidget.d.ts +42 -0
- package/dist/client/reconnectProfileEvidence.d.ts +19 -0
- package/dist/client/reconnectProfileEvidenceWidget.d.ts +39 -0
- package/dist/client/replayTimeline.d.ts +26 -0
- package/dist/client/routingStatus.d.ts +19 -0
- package/dist/client/routingStatusWidget.d.ts +32 -0
- package/dist/client/sessionObservability.d.ts +19 -0
- package/dist/client/sessionObservabilityWidget.d.ts +31 -0
- package/dist/client/sessionSnapshot.d.ts +21 -0
- package/dist/client/sessionSnapshotWidget.d.ts +33 -0
- package/dist/client/store.d.ts +1 -1
- package/dist/client/traceTimeline.d.ts +19 -0
- package/dist/client/traceTimelineWidget.d.ts +36 -0
- package/dist/client/turnLatency.d.ts +22 -0
- package/dist/client/turnLatencyWidget.d.ts +33 -0
- package/dist/client/turnQuality.d.ts +19 -0
- package/dist/client/turnQualityWidget.d.ts +32 -0
- package/dist/client/voiceWidgetView.d.ts +50 -0
- package/dist/client/workflowStatus.d.ts +1 -1
- package/dist/competitiveCoverage.d.ts +141 -0
- package/dist/correction.d.ts +2 -2
- package/dist/costAccounting.d.ts +76 -0
- package/dist/costPredictor.d.ts +74 -0
- package/dist/dataControl.d.ts +180 -0
- package/dist/defineVoiceAssistant.d.ts +68 -0
- package/dist/deliveryRuntime.d.ts +158 -0
- package/dist/deliverySinkRoutes.d.ts +117 -0
- package/dist/demoReadyRoutes.d.ts +98 -0
- package/dist/diagnosticsRoutes.d.ts +2 -2
- package/dist/dncRegistry.d.ts +38 -0
- package/dist/dtmfCollector.d.ts +37 -0
- package/dist/evalRoutes.d.ts +10 -4
- package/dist/fileStore.d.ts +21 -7
- package/dist/generated/htmxBootstrapBundle.d.ts +1 -0
- package/dist/guardrails.d.ts +128 -0
- package/dist/handoff.d.ts +6 -6
- package/dist/handoffHealth.d.ts +5 -5
- package/dist/holdAudio.d.ts +23 -0
- package/dist/htmx.d.ts +1 -1
- package/dist/htmxDashboardRoutes.d.ts +249 -0
- package/dist/iceServers.d.ts +34 -0
- package/dist/incidentBundle.d.ts +119 -0
- package/dist/incidentTimeline.d.ts +260 -0
- package/dist/index.d.ts +314 -74
- package/dist/index.js +43236 -7352
- package/dist/ivrPlan.d.ts +40 -0
- package/dist/latencySlo.d.ts +56 -0
- package/dist/liveLatency.d.ts +78 -0
- package/dist/liveOps.d.ts +190 -0
- package/dist/llmJudge.d.ts +45 -0
- package/dist/logger.d.ts +1 -1
- package/dist/mediaPipelineRoutes.d.ts +171 -0
- package/dist/mediaPipelineSurfaces.d.ts +48 -0
- package/dist/memoryStore.d.ts +1 -1
- package/dist/midCallSummary.d.ts +27 -0
- package/dist/modelAdapters.d.ts +59 -7
- package/dist/monitor.d.ts +148 -0
- package/dist/multilingualProof.d.ts +77 -0
- package/dist/oauth2TokenSource.d.ts +21 -0
- package/dist/observabilityExport.d.ts +501 -0
- package/dist/openaiTTS.d.ts +18 -0
- package/dist/operationalStatus.d.ts +87 -0
- package/dist/operationsRecord.d.ts +370 -0
- package/dist/ops.d.ts +12 -12
- package/dist/opsActionAuditRoutes.d.ts +99 -0
- package/dist/opsConsoleRoutes.d.ts +8 -5
- package/dist/opsPresets.d.ts +2 -2
- package/dist/opsRecovery.d.ts +137 -0
- package/dist/opsRuntime.d.ts +6 -6
- package/dist/opsSinks.d.ts +13 -13
- package/dist/opsStatus.d.ts +76 -0
- package/dist/opsStatusRoutes.d.ts +33 -0
- package/dist/opsWebhook.d.ts +6 -6
- package/dist/otelExporter.d.ts +83 -0
- package/dist/outcomeContract.d.ts +146 -0
- package/dist/outcomeRecipes.d.ts +4 -4
- package/dist/phoneAgent.d.ts +139 -0
- package/dist/phoneAgentProductionSmoke.d.ts +115 -0
- package/dist/phoneProvisioning.d.ts +29 -0
- package/dist/platformCoverage.d.ts +91 -0
- package/dist/plugin.d.ts +2 -2
- package/dist/postCallAnalysis.d.ts +98 -0
- package/dist/postCallSurvey.d.ts +41 -0
- package/dist/postgresStore.d.ts +17 -6
- package/dist/presets.d.ts +3 -3
- package/dist/productionReadiness.d.ts +756 -0
- package/dist/profileSwitchRecommendation.d.ts +350 -0
- package/dist/promptInjectionGuard.d.ts +30 -0
- package/dist/proofAssertions.d.ts +32 -0
- package/dist/proofPack.d.ts +211 -0
- package/dist/proofRunner.d.ts +79 -0
- package/dist/proofTrends.d.ts +966 -0
- package/dist/providerAdapters.d.ts +16 -5
- package/dist/providerCapabilities.d.ts +92 -0
- package/dist/providerDecisionTraces.d.ts +130 -0
- package/dist/providerHealth.d.ts +3 -3
- package/dist/providerOrchestration.d.ts +109 -0
- package/dist/providerRouterTraces.d.ts +35 -0
- package/dist/providerRoutingContract.d.ts +71 -0
- package/dist/providerSlo.d.ts +142 -0
- package/dist/providerStackRecommendations.d.ts +187 -0
- package/dist/qualityRoutes.d.ts +4 -4
- package/dist/queue.d.ts +23 -14
- package/dist/ragTool.d.ts +57 -0
- package/dist/react/VoiceAgentSquadStatus.d.ts +5 -0
- package/dist/react/VoiceCallDebuggerLaunch.d.ts +6 -0
- package/dist/react/VoiceCallPlayer.d.ts +11 -0
- package/dist/react/VoiceCostDashboard.d.ts +10 -0
- package/dist/react/VoiceDeliveryRuntime.d.ts +7 -0
- package/dist/react/VoiceLiveAgentConsole.d.ts +11 -0
- package/dist/react/VoiceLiveCallViewer.d.ts +9 -0
- package/dist/react/VoiceOpsActionCenter.d.ts +5 -0
- package/dist/react/VoiceOpsStatus.d.ts +6 -0
- package/dist/react/VoicePlatformCoverage.d.ts +6 -0
- package/dist/react/VoiceProfileComparison.d.ts +6 -0
- package/dist/react/VoiceProfileSwitchRecommendation.d.ts +6 -0
- package/dist/react/VoiceProofTrends.d.ts +6 -0
- package/dist/react/VoiceProviderCapabilities.d.ts +6 -0
- package/dist/react/VoiceProviderContracts.d.ts +6 -0
- package/dist/react/VoiceProviderSimulationControls.d.ts +5 -0
- package/dist/react/VoiceProviderStatus.d.ts +6 -0
- package/dist/react/VoiceReadinessFailures.d.ts +6 -0
- package/dist/react/VoiceReconnectProfileEvidence.d.ts +6 -0
- package/dist/react/VoiceReplayTimeline.d.ts +6 -0
- package/dist/react/VoiceRoutingStatus.d.ts +6 -0
- package/dist/react/VoiceSessionObservability.d.ts +6 -0
- package/dist/react/VoiceSessionSnapshot.d.ts +6 -0
- package/dist/react/VoiceTraceTimeline.d.ts +6 -0
- package/dist/react/VoiceTurnLatency.d.ts +6 -0
- package/dist/react/VoiceTurnQuality.d.ts +6 -0
- package/dist/react/VoiceWidget.d.ts +13 -0
- package/dist/react/index.d.ts +59 -5
- package/dist/react/index.js +12733 -168
- package/dist/react/useVoiceAgentSquadStatus.d.ts +8 -0
- package/dist/react/useVoiceCallDebugger.d.ts +8 -0
- package/dist/react/useVoiceCampaignDialerProof.d.ts +10 -0
- package/dist/react/useVoiceController.d.ts +4 -1
- package/dist/react/useVoiceDeliveryRuntime.d.ts +13 -0
- package/dist/react/useVoiceLiveOps.d.ts +9 -0
- package/dist/react/useVoiceOpsActionCenter.d.ts +11 -0
- package/dist/react/useVoiceOpsStatus.d.ts +8 -0
- package/dist/react/useVoicePlatformCoverage.d.ts +8 -0
- package/dist/react/useVoiceProfileComparison.d.ts +8 -0
- package/dist/react/useVoiceProfileSwitchRecommendation.d.ts +8 -0
- package/dist/react/useVoiceProofTrends.d.ts +8 -0
- package/dist/react/useVoiceProviderCapabilities.d.ts +8 -0
- package/dist/react/useVoiceProviderContracts.d.ts +8 -0
- package/dist/react/useVoiceProviderSimulationControls.d.ts +10 -0
- package/dist/react/useVoiceProviderStatus.d.ts +1 -1
- package/dist/react/useVoiceReadinessFailures.d.ts +8 -0
- package/dist/react/useVoiceReconnectProfileEvidence.d.ts +8 -0
- package/dist/react/useVoiceRoutingStatus.d.ts +8 -0
- package/dist/react/useVoiceSessionObservability.d.ts +8 -0
- package/dist/react/useVoiceSessionSnapshot.d.ts +9 -0
- package/dist/react/useVoiceStream.d.ts +4 -1
- package/dist/react/useVoiceTraceTimeline.d.ts +8 -0
- package/dist/react/useVoiceTurnLatency.d.ts +9 -0
- package/dist/react/useVoiceTurnQuality.d.ts +8 -0
- package/dist/react/useVoiceWorkflowStatus.d.ts +1 -1
- package/dist/readinessProfiles.d.ts +45 -0
- package/dist/realtimeChannel.d.ts +136 -0
- package/dist/realtimeProviderContracts.d.ts +133 -0
- package/dist/reconnectContract.d.ts +176 -0
- package/dist/recordingRedaction.d.ts +18 -0
- package/dist/recordingStore.d.ts +60 -0
- package/dist/redaction.d.ts +13 -0
- package/dist/resilienceRoutes.d.ts +45 -5
- package/dist/retention.d.ts +37 -0
- package/dist/retryPolicy.d.ts +38 -0
- package/dist/routeAuth.d.ts +58 -0
- package/dist/routing.d.ts +1 -1
- package/dist/runtimeOps.d.ts +3 -3
- package/dist/s3Store.d.ts +18 -3
- package/dist/semanticTurn.d.ts +27 -0
- package/dist/session.d.ts +1 -1
- package/dist/sessionObservability.d.ts +145 -0
- package/dist/sessionReplay.d.ts +19 -7
- package/dist/sessionSnapshot.d.ts +109 -0
- package/dist/simulationSuite.d.ts +143 -0
- package/dist/sloCalibration.d.ts +185 -0
- package/dist/sqliteStore.d.ts +17 -6
- package/dist/store.d.ts +1 -1
- package/dist/svelte/createVoiceAgentSquadStatus.d.ts +9 -0
- package/dist/svelte/createVoiceCallDebugger.d.ts +12 -0
- package/dist/svelte/createVoiceCallPlayer.d.ts +33 -0
- package/dist/svelte/createVoiceCampaignDialerProof.d.ts +9 -0
- package/dist/svelte/createVoiceCostDashboard.d.ts +13 -0
- package/dist/svelte/createVoiceDeliveryRuntime.d.ts +11 -0
- package/dist/svelte/createVoiceLiveAgentConsole.d.ts +23 -0
- package/dist/svelte/createVoiceLiveCallViewer.d.ts +26 -0
- package/dist/svelte/createVoiceLiveOps.d.ts +13 -0
- package/dist/svelte/createVoiceOpsActionCenter.d.ts +10 -0
- package/dist/svelte/createVoiceOpsStatus.d.ts +9 -0
- package/dist/svelte/createVoicePlatformCoverage.d.ts +7 -0
- package/dist/svelte/createVoiceProfileComparison.d.ts +7 -0
- package/dist/svelte/createVoiceProofTrends.d.ts +7 -0
- package/dist/svelte/createVoiceProviderCapabilities.d.ts +10 -0
- package/dist/svelte/createVoiceProviderContracts.d.ts +10 -0
- package/dist/svelte/createVoiceProviderSimulationControls.d.ts +11 -0
- package/dist/svelte/createVoiceProviderStatus.d.ts +4 -2
- package/dist/svelte/createVoiceReadinessFailures.d.ts +7 -0
- package/dist/svelte/createVoiceReconnectProfileEvidence.d.ts +7 -0
- package/dist/svelte/createVoiceReplayTimeline.d.ts +13 -0
- package/dist/svelte/createVoiceRoutingStatus.d.ts +10 -0
- package/dist/svelte/createVoiceSessionObservability.d.ts +10 -0
- package/dist/svelte/createVoiceSessionSnapshot.d.ts +13 -0
- package/dist/svelte/createVoiceStream.d.ts +1 -1
- package/dist/svelte/createVoiceTraceTimeline.d.ts +10 -0
- package/dist/svelte/createVoiceTurnLatency.d.ts +11 -0
- package/dist/svelte/createVoiceTurnQuality.d.ts +10 -0
- package/dist/svelte/createVoiceWidget.d.ts +19 -0
- package/dist/svelte/createVoiceWorkflowStatus.d.ts +1 -1
- package/dist/svelte/index.d.ts +37 -5
- package/dist/svelte/index.js +6931 -684
- package/dist/telephony/contract.d.ts +61 -0
- package/dist/telephony/matrix.d.ts +97 -0
- package/dist/telephony/plivo.d.ts +303 -0
- package/dist/telephony/response.d.ts +1 -1
- package/dist/telephony/security.d.ts +182 -0
- package/dist/telephony/telnyx.d.ts +291 -0
- package/dist/telephony/twilio.d.ts +147 -13
- package/dist/telephonyMediaRoutes.d.ts +72 -0
- package/dist/telephonyOutcome.d.ts +273 -0
- package/dist/testing/accuracy.d.ts +1 -1
- package/dist/testing/benchmark.d.ts +9 -9
- package/dist/testing/corrected.d.ts +5 -5
- package/dist/testing/duplex.d.ts +3 -3
- package/dist/testing/fixtures.d.ts +3 -3
- package/dist/testing/index.d.ts +13 -13
- package/dist/testing/index.js +5223 -159
- package/dist/testing/ioProviderSimulator.d.ts +5 -5
- package/dist/testing/providerSimulator.d.ts +5 -5
- package/dist/testing/review.d.ts +4 -4
- package/dist/testing/sessionBenchmark.d.ts +3 -3
- package/dist/testing/stt.d.ts +3 -3
- package/dist/testing/telephony.d.ts +25 -0
- package/dist/testing/tts.d.ts +1 -1
- package/dist/toolContract.d.ts +161 -0
- package/dist/toolRuntime.d.ts +50 -0
- package/dist/trace.d.ts +46 -7
- package/dist/traceDeliveryRoutes.d.ts +86 -0
- package/dist/traceTimeline.d.ts +97 -0
- package/dist/turnDetection.d.ts +1 -1
- package/dist/turnLatency.d.ts +95 -0
- package/dist/turnProfiles.d.ts +2 -2
- package/dist/turnQuality.d.ts +94 -0
- package/dist/types.d.ts +293 -80
- package/dist/vapiAdapter.d.ts +160 -0
- package/dist/voiceMonitoring.d.ts +444 -0
- package/dist/vue/VoiceCallDebuggerLaunch.d.ts +68 -0
- package/dist/vue/VoiceCallPlayer.d.ts +40 -0
- package/dist/vue/VoiceCostDashboard.d.ts +57 -0
- package/dist/vue/VoiceDeliveryRuntime.d.ts +30 -0
- package/dist/vue/VoiceLiveAgentConsole.d.ts +50 -0
- package/dist/vue/VoiceLiveCallViewer.d.ts +35 -0
- package/dist/vue/VoiceOpsActionCenter.d.ts +13 -0
- package/dist/vue/VoiceOpsStatus.d.ts +30 -0
- package/dist/vue/VoicePlatformCoverage.d.ts +23 -0
- package/dist/vue/VoiceProofTrends.d.ts +21 -0
- package/dist/vue/VoiceProviderCapabilities.d.ts +51 -0
- package/dist/vue/VoiceProviderContracts.d.ts +21 -0
- package/dist/vue/VoiceProviderSimulationControls.d.ts +88 -0
- package/dist/vue/VoiceProviderStatus.d.ts +51 -0
- package/dist/vue/VoiceReadinessFailures.d.ts +21 -0
- package/dist/vue/VoiceReconnectProfileEvidence.d.ts +21 -0
- package/dist/vue/VoiceReplayTimeline.d.ts +17 -0
- package/dist/vue/VoiceRoutingStatus.d.ts +51 -0
- package/dist/vue/VoiceSessionObservability.d.ts +23 -0
- package/dist/vue/VoiceSessionSnapshot.d.ts +68 -0
- package/dist/vue/VoiceTurnLatency.d.ts +69 -0
- package/dist/vue/VoiceTurnQuality.d.ts +51 -0
- package/dist/vue/VoiceWidget.d.ts +77 -0
- package/dist/vue/index.d.ts +49 -5
- package/dist/vue/index.js +11954 -226
- package/dist/vue/useVoiceAgentSquadStatus.d.ts +9 -0
- package/dist/vue/useVoiceCallDebugger.d.ts +10 -0
- package/dist/vue/useVoiceCampaignDialerProof.d.ts +11 -0
- package/dist/vue/useVoiceController.d.ts +4 -2
- package/dist/vue/useVoiceDeliveryRuntime.d.ts +13 -0
- package/dist/vue/useVoiceLiveOps.d.ts +9 -0
- package/dist/vue/useVoiceOpsActionCenter.d.ts +11 -0
- package/dist/vue/useVoiceOpsStatus.d.ts +9 -0
- package/dist/vue/useVoicePlatformCoverage.d.ts +9 -0
- package/dist/vue/useVoiceProfileComparison.d.ts +9 -0
- package/dist/vue/useVoiceProofTrends.d.ts +9 -0
- package/dist/vue/useVoiceProviderCapabilities.d.ts +9 -0
- package/dist/vue/useVoiceProviderContracts.d.ts +9 -0
- package/dist/vue/useVoiceProviderSimulationControls.d.ts +24 -0
- package/dist/vue/useVoiceProviderStatus.d.ts +3 -3
- package/dist/vue/useVoiceReadinessFailures.d.ts +959 -0
- package/dist/vue/useVoiceReconnectProfileEvidence.d.ts +9 -0
- package/dist/vue/useVoiceRoutingStatus.d.ts +8 -0
- package/dist/vue/useVoiceSessionObservability.d.ts +9 -0
- package/dist/vue/useVoiceSessionSnapshot.d.ts +10 -0
- package/dist/vue/useVoiceStream.d.ts +5 -2
- package/dist/vue/useVoiceTraceTimeline.d.ts +9 -0
- package/dist/vue/useVoiceTurnLatency.d.ts +10 -0
- package/dist/vue/useVoiceTurnQuality.d.ts +9 -0
- package/dist/vue/useVoiceWorkflowStatus.d.ts +3 -3
- package/dist/webhookFanout.d.ts +48 -0
- package/dist/webhookVerification.d.ts +27 -0
- package/dist/workflowContract.d.ts +8 -8
- package/fixtures/manifest.json +356 -197
- package/package.json +265 -256
- package/dist/angular/voice-app-kit-status.service.d.ts +0 -12
- package/dist/appKit.d.ts +0 -92
- package/dist/client/appKitStatus.d.ts +0 -19
- package/dist/react/useVoiceAppKitStatus.d.ts +0 -8
- package/dist/svelte/createVoiceAppKitStatus.d.ts +0 -8
- package/dist/vue/useVoiceAppKitStatus.d.ts +0 -9
|
@@ -0,0 +1,370 @@
|
|
|
1
|
+
import { Elysia } from "elysia";
|
|
2
|
+
import { type MediaPipelineStatus } from "@absolutejs/media";
|
|
3
|
+
import { type StoredVoiceAuditEvent, type VoiceAuditEventStore } from "./audit";
|
|
4
|
+
import type { VoiceMediaPipelineReport } from "./mediaPipelineRoutes";
|
|
5
|
+
import type { StoredVoiceIntegrationEvent, StoredVoiceOpsTask, VoiceIntegrationEventStore, VoiceOpsTaskStore } from "./ops";
|
|
6
|
+
import { type VoiceSessionReplay } from "./sessionReplay";
|
|
7
|
+
import type { StoredVoiceCallReviewArtifact, VoiceCallReviewStore } from "./testing/review";
|
|
8
|
+
import { type VoiceTraceTimelineEvent, type VoiceTraceTimelineProviderSummary } from "./traceTimeline";
|
|
9
|
+
import { type StoredVoiceTraceEvent, type VoiceTraceEvaluationOptions, type VoiceTraceEventStore, type VoiceTraceRedactionConfig, type VoiceTraceSummary } from "./trace";
|
|
10
|
+
export type VoiceOperationsRecordStatus = "failed" | "healthy" | "warning";
|
|
11
|
+
export type VoiceOperationsRecordOutcome = {
|
|
12
|
+
assistantReplies: number;
|
|
13
|
+
complete: boolean;
|
|
14
|
+
escalated: boolean;
|
|
15
|
+
noAnswer: boolean;
|
|
16
|
+
transferred: boolean;
|
|
17
|
+
voicemail: boolean;
|
|
18
|
+
};
|
|
19
|
+
export type VoiceOperationsRecordAgentHandoff = {
|
|
20
|
+
at: number;
|
|
21
|
+
fromAgentId?: string;
|
|
22
|
+
metadata?: Record<string, unknown>;
|
|
23
|
+
reason?: string;
|
|
24
|
+
status?: string;
|
|
25
|
+
summary?: string;
|
|
26
|
+
targetAgentId?: string;
|
|
27
|
+
turnId?: string;
|
|
28
|
+
};
|
|
29
|
+
export type VoiceOperationsRecordTool = {
|
|
30
|
+
at: number;
|
|
31
|
+
elapsedMs?: number;
|
|
32
|
+
error?: string;
|
|
33
|
+
status?: string;
|
|
34
|
+
toolCallId?: string;
|
|
35
|
+
toolName?: string;
|
|
36
|
+
turnId?: string;
|
|
37
|
+
};
|
|
38
|
+
export type VoiceOperationsRecordTranscriptTurn = {
|
|
39
|
+
assistantReplies: string[];
|
|
40
|
+
committedText?: string;
|
|
41
|
+
errors: string[];
|
|
42
|
+
id: string;
|
|
43
|
+
transcripts: string[];
|
|
44
|
+
};
|
|
45
|
+
export type VoiceOperationsRecordProviderDecision = {
|
|
46
|
+
at: number;
|
|
47
|
+
elapsedMs?: number;
|
|
48
|
+
error?: string;
|
|
49
|
+
fallbackProvider?: string;
|
|
50
|
+
kind?: string;
|
|
51
|
+
provider?: string;
|
|
52
|
+
reason?: string;
|
|
53
|
+
selectedProvider?: string;
|
|
54
|
+
status?: string;
|
|
55
|
+
surface?: string;
|
|
56
|
+
type: StoredVoiceTraceEvent["type"];
|
|
57
|
+
turnId?: string;
|
|
58
|
+
};
|
|
59
|
+
export type VoiceOperationsRecordProviderDecisionRecoveryStatus = "degraded" | "failed" | "none" | "recovered" | "selected";
|
|
60
|
+
export type VoiceOperationsRecordProviderDecisionSummary = {
|
|
61
|
+
degraded: number;
|
|
62
|
+
errors: number;
|
|
63
|
+
fallbacks: number;
|
|
64
|
+
providers: string[];
|
|
65
|
+
recoveryStatus: VoiceOperationsRecordProviderDecisionRecoveryStatus;
|
|
66
|
+
selected: number;
|
|
67
|
+
surfaces: string[];
|
|
68
|
+
total: number;
|
|
69
|
+
};
|
|
70
|
+
export type VoiceOperationsRecordAuditSummary = {
|
|
71
|
+
error: number;
|
|
72
|
+
events: StoredVoiceAuditEvent[];
|
|
73
|
+
skipped: number;
|
|
74
|
+
success: number;
|
|
75
|
+
total: number;
|
|
76
|
+
};
|
|
77
|
+
export type VoiceOperationsRecordReviewSummary = {
|
|
78
|
+
failed: number;
|
|
79
|
+
reviews: StoredVoiceCallReviewArtifact[];
|
|
80
|
+
total: number;
|
|
81
|
+
};
|
|
82
|
+
export type VoiceOperationsRecordTaskSummary = {
|
|
83
|
+
done: number;
|
|
84
|
+
inProgress: number;
|
|
85
|
+
open: number;
|
|
86
|
+
overdue: number;
|
|
87
|
+
tasks: StoredVoiceOpsTask[];
|
|
88
|
+
total: number;
|
|
89
|
+
};
|
|
90
|
+
export type VoiceOperationsRecordIntegrationEventSummary = {
|
|
91
|
+
delivered: number;
|
|
92
|
+
events: StoredVoiceIntegrationEvent[];
|
|
93
|
+
failed: number;
|
|
94
|
+
pending: number;
|
|
95
|
+
sinkDeliveries: number;
|
|
96
|
+
skipped: number;
|
|
97
|
+
total: number;
|
|
98
|
+
};
|
|
99
|
+
export type VoiceOperationsRecordGuardrailFinding = {
|
|
100
|
+
action?: string;
|
|
101
|
+
label?: string;
|
|
102
|
+
ruleId?: string;
|
|
103
|
+
};
|
|
104
|
+
export type VoiceOperationsRecordGuardrailDecision = {
|
|
105
|
+
allowed?: boolean;
|
|
106
|
+
at: number;
|
|
107
|
+
findings: VoiceOperationsRecordGuardrailFinding[];
|
|
108
|
+
metadata?: Record<string, unknown>;
|
|
109
|
+
proof?: string;
|
|
110
|
+
stage?: string;
|
|
111
|
+
status?: string;
|
|
112
|
+
toolName?: string;
|
|
113
|
+
turnId?: string;
|
|
114
|
+
};
|
|
115
|
+
export type VoiceOperationsRecordGuardrailSummary = {
|
|
116
|
+
blocked: number;
|
|
117
|
+
decisions: VoiceOperationsRecordGuardrailDecision[];
|
|
118
|
+
passed: number;
|
|
119
|
+
stages: string[];
|
|
120
|
+
total: number;
|
|
121
|
+
warned: number;
|
|
122
|
+
};
|
|
123
|
+
export type VoiceOperationsRecordTelephonyMediaEvent = {
|
|
124
|
+
at: number;
|
|
125
|
+
audioBytes: number;
|
|
126
|
+
callSid?: string;
|
|
127
|
+
carrier?: string;
|
|
128
|
+
direction?: string;
|
|
129
|
+
event: string;
|
|
130
|
+
sequenceNumber?: string;
|
|
131
|
+
streamId?: string;
|
|
132
|
+
};
|
|
133
|
+
export type VoiceOperationsRecordTelephonyMediaSummary = {
|
|
134
|
+
audioBytes: number;
|
|
135
|
+
carriers: string[];
|
|
136
|
+
clears: number;
|
|
137
|
+
errors: number;
|
|
138
|
+
events: VoiceOperationsRecordTelephonyMediaEvent[];
|
|
139
|
+
inbound: number;
|
|
140
|
+
marks: number;
|
|
141
|
+
media: number;
|
|
142
|
+
outbound: number;
|
|
143
|
+
starts: number;
|
|
144
|
+
stops: number;
|
|
145
|
+
streamIds: string[];
|
|
146
|
+
total: number;
|
|
147
|
+
};
|
|
148
|
+
export type VoiceOperationsRecordMediaPipelineSummary = {
|
|
149
|
+
frames: number;
|
|
150
|
+
issueCodes: readonly string[];
|
|
151
|
+
jitterMs?: number;
|
|
152
|
+
processorGraphStatus?: MediaPipelineStatus;
|
|
153
|
+
qualityStatus: MediaPipelineStatus;
|
|
154
|
+
status: MediaPipelineStatus;
|
|
155
|
+
surface: string;
|
|
156
|
+
transportStatus?: MediaPipelineStatus;
|
|
157
|
+
};
|
|
158
|
+
export type VoiceOperationsRecordGuardrailAssertionInput = {
|
|
159
|
+
minBlocked?: number;
|
|
160
|
+
minDecisions?: number;
|
|
161
|
+
minPassed?: number;
|
|
162
|
+
minWarned?: number;
|
|
163
|
+
proofs?: string[];
|
|
164
|
+
ruleIds?: string[];
|
|
165
|
+
stages?: string[];
|
|
166
|
+
statuses?: string[];
|
|
167
|
+
toolNames?: string[];
|
|
168
|
+
};
|
|
169
|
+
export type VoiceOperationsRecordGuardrailAssertionReport = {
|
|
170
|
+
blocked: number;
|
|
171
|
+
decisions: number;
|
|
172
|
+
issues: string[];
|
|
173
|
+
ok: boolean;
|
|
174
|
+
passed: number;
|
|
175
|
+
proofs: string[];
|
|
176
|
+
ruleIds: string[];
|
|
177
|
+
stages: string[];
|
|
178
|
+
statuses: string[];
|
|
179
|
+
toolNames: string[];
|
|
180
|
+
warned: number;
|
|
181
|
+
};
|
|
182
|
+
export type VoiceOperationsRecordProviderRecoveryAssertionInput = {
|
|
183
|
+
minDegraded?: number;
|
|
184
|
+
minErrors?: number;
|
|
185
|
+
minFallbacks?: number;
|
|
186
|
+
minSelected?: number;
|
|
187
|
+
minTotal?: number;
|
|
188
|
+
recoveryStatus?: VoiceOperationsRecordProviderDecisionRecoveryStatus;
|
|
189
|
+
requiredFallbackProviders?: string[];
|
|
190
|
+
requiredProviders?: string[];
|
|
191
|
+
requiredReasonIncludes?: string[];
|
|
192
|
+
requiredSelectedProviders?: string[];
|
|
193
|
+
requiredStatuses?: string[];
|
|
194
|
+
requiredSurfaces?: string[];
|
|
195
|
+
};
|
|
196
|
+
export type VoiceOperationsRecordProviderRecoveryAssertionReport = {
|
|
197
|
+
degraded: number;
|
|
198
|
+
errors: number;
|
|
199
|
+
fallbacks: number;
|
|
200
|
+
issues: string[];
|
|
201
|
+
ok: boolean;
|
|
202
|
+
providers: string[];
|
|
203
|
+
recoveryStatus: VoiceOperationsRecordProviderDecisionRecoveryStatus;
|
|
204
|
+
selected: number;
|
|
205
|
+
selectedProviders: string[];
|
|
206
|
+
statuses: string[];
|
|
207
|
+
surfaces: string[];
|
|
208
|
+
total: number;
|
|
209
|
+
};
|
|
210
|
+
export type VoiceOperationsRecord = {
|
|
211
|
+
audit?: VoiceOperationsRecordAuditSummary;
|
|
212
|
+
checkedAt: number;
|
|
213
|
+
guardrails: VoiceOperationsRecordGuardrailSummary;
|
|
214
|
+
handoffs: VoiceOperationsRecordAgentHandoff[];
|
|
215
|
+
integrationEvents?: VoiceOperationsRecordIntegrationEventSummary;
|
|
216
|
+
mediaPipeline?: VoiceOperationsRecordMediaPipelineSummary;
|
|
217
|
+
outcome: VoiceOperationsRecordOutcome;
|
|
218
|
+
providerDecisions: VoiceOperationsRecordProviderDecision[];
|
|
219
|
+
providerDecisionSummary: VoiceOperationsRecordProviderDecisionSummary;
|
|
220
|
+
providers: VoiceTraceTimelineProviderSummary[];
|
|
221
|
+
replay: VoiceSessionReplay;
|
|
222
|
+
reviews?: VoiceOperationsRecordReviewSummary;
|
|
223
|
+
sessionId: string;
|
|
224
|
+
status: VoiceOperationsRecordStatus;
|
|
225
|
+
summary: VoiceTraceSummary;
|
|
226
|
+
tasks?: VoiceOperationsRecordTaskSummary;
|
|
227
|
+
telephonyMedia: VoiceOperationsRecordTelephonyMediaSummary;
|
|
228
|
+
timeline: VoiceTraceTimelineEvent[];
|
|
229
|
+
tools: VoiceOperationsRecordTool[];
|
|
230
|
+
traceEvents: StoredVoiceTraceEvent[];
|
|
231
|
+
transcript: VoiceOperationsRecordTranscriptTurn[];
|
|
232
|
+
};
|
|
233
|
+
export type VoiceFailureReplayStatus = "degraded" | "failed" | "healthy" | "recovered";
|
|
234
|
+
export type VoiceFailureReplayProviderStep = {
|
|
235
|
+
at: number;
|
|
236
|
+
elapsedMs?: number;
|
|
237
|
+
error?: string;
|
|
238
|
+
fallbackProvider?: string;
|
|
239
|
+
kind?: string;
|
|
240
|
+
provider?: string;
|
|
241
|
+
reason?: string;
|
|
242
|
+
selectedProvider?: string;
|
|
243
|
+
status?: string;
|
|
244
|
+
surface?: string;
|
|
245
|
+
turnId?: string;
|
|
246
|
+
userHeard: string[];
|
|
247
|
+
};
|
|
248
|
+
export type VoiceFailureReplayMediaStep = {
|
|
249
|
+
at: number;
|
|
250
|
+
audioBytes: number;
|
|
251
|
+
carrier?: string;
|
|
252
|
+
direction?: string;
|
|
253
|
+
event: string;
|
|
254
|
+
issue?: string;
|
|
255
|
+
streamId?: string;
|
|
256
|
+
};
|
|
257
|
+
export type VoiceFailureReplayTurn = {
|
|
258
|
+
assistantReplies: string[];
|
|
259
|
+
committedText?: string;
|
|
260
|
+
errors: string[];
|
|
261
|
+
id: string;
|
|
262
|
+
media: VoiceFailureReplayMediaStep[];
|
|
263
|
+
providers: VoiceFailureReplayProviderStep[];
|
|
264
|
+
transcripts: string[];
|
|
265
|
+
};
|
|
266
|
+
export type VoiceFailureReplayReport = {
|
|
267
|
+
incidentMarkdown: string;
|
|
268
|
+
media: {
|
|
269
|
+
audioBytes: number;
|
|
270
|
+
clears: number;
|
|
271
|
+
errors: number;
|
|
272
|
+
issues: string[];
|
|
273
|
+
pipelineIssueCodes: readonly string[];
|
|
274
|
+
pipelineStatus?: MediaPipelineStatus;
|
|
275
|
+
steps: VoiceFailureReplayMediaStep[];
|
|
276
|
+
total: number;
|
|
277
|
+
};
|
|
278
|
+
ok: boolean;
|
|
279
|
+
operationsRecordHref?: string;
|
|
280
|
+
providers: {
|
|
281
|
+
degraded: number;
|
|
282
|
+
errors: number;
|
|
283
|
+
fallbacks: number;
|
|
284
|
+
recoveryStatus: VoiceOperationsRecordProviderDecisionRecoveryStatus;
|
|
285
|
+
selected: number;
|
|
286
|
+
steps: VoiceFailureReplayProviderStep[];
|
|
287
|
+
total: number;
|
|
288
|
+
};
|
|
289
|
+
sessionId: string;
|
|
290
|
+
status: VoiceFailureReplayStatus;
|
|
291
|
+
summary: {
|
|
292
|
+
callDurationMs?: number;
|
|
293
|
+
issues: string[];
|
|
294
|
+
userHeard: string[];
|
|
295
|
+
};
|
|
296
|
+
turns: VoiceFailureReplayTurn[];
|
|
297
|
+
};
|
|
298
|
+
export type VoiceFailureReplayOptions = {
|
|
299
|
+
operationsRecordHref?: string | ((input: {
|
|
300
|
+
record: VoiceOperationsRecord;
|
|
301
|
+
sessionId: string;
|
|
302
|
+
}) => string);
|
|
303
|
+
};
|
|
304
|
+
export type VoiceOperationsRecordOptions = {
|
|
305
|
+
audit?: VoiceAuditEventStore;
|
|
306
|
+
evaluation?: VoiceTraceEvaluationOptions;
|
|
307
|
+
events?: StoredVoiceTraceEvent[];
|
|
308
|
+
integrationEvents?: VoiceIntegrationEventStore;
|
|
309
|
+
mediaPipeline?: VoiceMediaPipelineReport;
|
|
310
|
+
redact?: VoiceTraceRedactionConfig;
|
|
311
|
+
reviews?: VoiceCallReviewStore;
|
|
312
|
+
sessionId: string;
|
|
313
|
+
store?: VoiceTraceEventStore;
|
|
314
|
+
tasks?: VoiceOpsTaskStore;
|
|
315
|
+
};
|
|
316
|
+
export type VoiceOperationsRecordRoutesOptions = Omit<VoiceOperationsRecordOptions, "sessionId" | "mediaPipeline"> & {
|
|
317
|
+
headers?: HeadersInit;
|
|
318
|
+
htmlPath?: false | string;
|
|
319
|
+
incidentHtmlPath?: false | string;
|
|
320
|
+
incidentPath?: false | string;
|
|
321
|
+
mediaPipeline?: VoiceMediaPipelineReport | ((input: {
|
|
322
|
+
sessionId: string;
|
|
323
|
+
}) => Promise<VoiceMediaPipelineReport | undefined> | VoiceMediaPipelineReport | undefined);
|
|
324
|
+
name?: string;
|
|
325
|
+
path?: string;
|
|
326
|
+
render?: (record: VoiceOperationsRecord) => string | Promise<string>;
|
|
327
|
+
renderIncidentMarkdown?: (record: VoiceOperationsRecord) => string | Promise<string>;
|
|
328
|
+
title?: string;
|
|
329
|
+
};
|
|
330
|
+
export declare const buildVoiceOperationsRecord: (options: VoiceOperationsRecordOptions) => Promise<VoiceOperationsRecord>;
|
|
331
|
+
export declare const evaluateVoiceOperationsRecordGuardrails: (record: VoiceOperationsRecord, input?: VoiceOperationsRecordGuardrailAssertionInput) => VoiceOperationsRecordGuardrailAssertionReport;
|
|
332
|
+
export declare const assertVoiceOperationsRecordGuardrails: (record: VoiceOperationsRecord, input?: VoiceOperationsRecordGuardrailAssertionInput) => VoiceOperationsRecordGuardrailAssertionReport;
|
|
333
|
+
export declare const evaluateVoiceOperationsRecordProviderRecovery: (record: VoiceOperationsRecord, input?: VoiceOperationsRecordProviderRecoveryAssertionInput) => VoiceOperationsRecordProviderRecoveryAssertionReport;
|
|
334
|
+
export declare const assertVoiceOperationsRecordProviderRecovery: (record: VoiceOperationsRecord, input?: VoiceOperationsRecordProviderRecoveryAssertionInput) => VoiceOperationsRecordProviderRecoveryAssertionReport;
|
|
335
|
+
export declare const buildVoiceFailureReplay: (record: VoiceOperationsRecord, options?: VoiceFailureReplayOptions) => VoiceFailureReplayReport;
|
|
336
|
+
export declare const renderVoiceFailureReplayMarkdown: (report: Omit<VoiceFailureReplayReport, "incidentMarkdown"> | VoiceFailureReplayReport) => string;
|
|
337
|
+
export declare const renderVoiceOperationsRecordIncidentMarkdown: (record: VoiceOperationsRecord) => string;
|
|
338
|
+
export declare const renderVoiceOperationsRecordGuardrailMarkdown: (record: VoiceOperationsRecord) => string;
|
|
339
|
+
export declare const renderVoiceOperationsRecordHTML: (record: VoiceOperationsRecord, options?: {
|
|
340
|
+
incidentHref?: string;
|
|
341
|
+
title?: string;
|
|
342
|
+
}) => string;
|
|
343
|
+
export declare const createVoiceOperationsRecordRoutes: (options: VoiceOperationsRecordRoutesOptions) => Elysia<"", {
|
|
344
|
+
decorator: {};
|
|
345
|
+
store: {};
|
|
346
|
+
derive: {};
|
|
347
|
+
resolve: {};
|
|
348
|
+
}, {
|
|
349
|
+
typebox: {};
|
|
350
|
+
error: {};
|
|
351
|
+
}, {
|
|
352
|
+
schema: {};
|
|
353
|
+
standaloneSchema: {};
|
|
354
|
+
macro: {};
|
|
355
|
+
macroFn: {};
|
|
356
|
+
parser: {};
|
|
357
|
+
response: {};
|
|
358
|
+
}, {}, {
|
|
359
|
+
derive: {};
|
|
360
|
+
resolve: {};
|
|
361
|
+
schema: {};
|
|
362
|
+
standaloneSchema: {};
|
|
363
|
+
response: {};
|
|
364
|
+
}, {
|
|
365
|
+
derive: {};
|
|
366
|
+
resolve: {};
|
|
367
|
+
schema: {};
|
|
368
|
+
standaloneSchema: {};
|
|
369
|
+
response: {};
|
|
370
|
+
}>;
|
package/dist/ops.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type { VoiceCallDisposition, VoiceSessionRecord, VoiceSessionSummary } from
|
|
2
|
-
import type { StoredVoiceCallReviewArtifact } from
|
|
3
|
-
export type VoiceOpsTaskStatus =
|
|
4
|
-
export type VoiceOpsTaskKind =
|
|
5
|
-
export type VoiceOpsTaskPriority =
|
|
1
|
+
import type { VoiceCallDisposition, VoiceSessionRecord, VoiceSessionSummary } from "./types";
|
|
2
|
+
import type { StoredVoiceCallReviewArtifact } from "./testing/review";
|
|
3
|
+
export type VoiceOpsTaskStatus = "open" | "in-progress" | "done";
|
|
4
|
+
export type VoiceOpsTaskKind = "appointment-booking" | "callback" | "escalation" | "lead-qualification" | "transfer-check" | "retry-review" | "support-triage";
|
|
5
|
+
export type VoiceOpsTaskPriority = "low" | "normal" | "high" | "urgent";
|
|
6
6
|
export type VoiceOpsTaskHistoryEntry = {
|
|
7
7
|
actor: string;
|
|
8
8
|
at: number;
|
|
9
9
|
detail?: string;
|
|
10
|
-
type:
|
|
10
|
+
type: "created" | "assigned" | "started" | "claimed" | "heartbeat" | "failed" | "dead-lettered" | "policy-applied" | "sla-breached" | "completed" | "reopened" | "requeued";
|
|
11
11
|
};
|
|
12
12
|
export type VoiceOpsTask = {
|
|
13
13
|
assignee?: string;
|
|
@@ -45,7 +45,7 @@ export type VoiceExternalObjectMap = {
|
|
|
45
45
|
provider: string;
|
|
46
46
|
sinkId?: string;
|
|
47
47
|
sourceId: string;
|
|
48
|
-
sourceType:
|
|
48
|
+
sourceType: "session" | "review" | "task" | "event";
|
|
49
49
|
updatedAt: number;
|
|
50
50
|
};
|
|
51
51
|
export type StoredVoiceExternalObjectMap = VoiceExternalObjectMap;
|
|
@@ -67,7 +67,7 @@ export type VoiceExternalObjectMapStore<TMapping extends StoredVoiceExternalObje
|
|
|
67
67
|
provider: string;
|
|
68
68
|
sinkId?: string;
|
|
69
69
|
sourceId: string;
|
|
70
|
-
sourceType?: VoiceExternalObjectMap[
|
|
70
|
+
sourceType?: VoiceExternalObjectMap["sourceType"];
|
|
71
71
|
}) => Promise<TMapping | undefined> | TMapping | undefined;
|
|
72
72
|
get: (id: string) => Promise<TMapping | undefined> | TMapping | undefined;
|
|
73
73
|
list: () => Promise<TMapping[]> | TMapping[];
|
|
@@ -96,7 +96,7 @@ export type VoiceOpsTaskSummary = {
|
|
|
96
96
|
topTargets: Array<[string, number]>;
|
|
97
97
|
total: number;
|
|
98
98
|
};
|
|
99
|
-
export type VoiceOpsTaskAgeBucket =
|
|
99
|
+
export type VoiceOpsTaskAgeBucket = "fresh" | "aging" | "due-soon" | "overdue" | "stale";
|
|
100
100
|
export type VoiceOpsTaskAssigneeAnalytics = {
|
|
101
101
|
assignee: string;
|
|
102
102
|
averageCompletionMs?: number;
|
|
@@ -161,9 +161,9 @@ export type VoiceOpsTaskAnalyticsOptions = {
|
|
|
161
161
|
dueSoonMs?: number;
|
|
162
162
|
staleMs?: number;
|
|
163
163
|
};
|
|
164
|
-
export type VoiceIntegrationEventType =
|
|
164
|
+
export type VoiceIntegrationEventType = "call.completed" | "review.saved" | "task.created" | "task.updated" | "task.sla_breached";
|
|
165
165
|
export type VoiceOpsSLABreachPolicy = {
|
|
166
|
-
action?:
|
|
166
|
+
action?: "event" | "event-and-task" | "task";
|
|
167
167
|
assignee?: string;
|
|
168
168
|
description?: string;
|
|
169
169
|
dueInMs?: number;
|
|
@@ -173,7 +173,7 @@ export type VoiceOpsSLABreachPolicy = {
|
|
|
173
173
|
recommendedAction?: string;
|
|
174
174
|
title?: string;
|
|
175
175
|
};
|
|
176
|
-
export type VoiceIntegrationDeliveryStatus =
|
|
176
|
+
export type VoiceIntegrationDeliveryStatus = "pending" | "delivered" | "failed" | "skipped";
|
|
177
177
|
export type VoiceIntegrationSinkDelivery = {
|
|
178
178
|
attempts: number;
|
|
179
179
|
deliveredAt?: number;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { Elysia } from "elysia";
|
|
2
|
+
import { type StoredVoiceAuditEvent, type VoiceAuditEventStore } from "./audit";
|
|
3
|
+
import { type VoiceTraceEventStore } from "./trace";
|
|
4
|
+
export type VoiceOpsActionAuditRecord = {
|
|
5
|
+
actionId: string;
|
|
6
|
+
body?: unknown;
|
|
7
|
+
error?: string;
|
|
8
|
+
ok: boolean;
|
|
9
|
+
ranAt: number;
|
|
10
|
+
status: number;
|
|
11
|
+
};
|
|
12
|
+
export type VoiceOpsActionAuditRoutesOptions = {
|
|
13
|
+
audit?: VoiceAuditEventStore;
|
|
14
|
+
historyHtmlPath?: false | string;
|
|
15
|
+
historyPath?: false | string;
|
|
16
|
+
name?: string;
|
|
17
|
+
path?: string;
|
|
18
|
+
trace?: VoiceTraceEventStore;
|
|
19
|
+
};
|
|
20
|
+
export type VoiceOpsActionHistoryEntry = {
|
|
21
|
+
actionId: string;
|
|
22
|
+
at: number;
|
|
23
|
+
error?: string;
|
|
24
|
+
eventId: string;
|
|
25
|
+
ok: boolean;
|
|
26
|
+
status?: number;
|
|
27
|
+
traceId?: string;
|
|
28
|
+
};
|
|
29
|
+
export type VoiceOpsActionHistoryReport = {
|
|
30
|
+
checkedAt: number;
|
|
31
|
+
entries: VoiceOpsActionHistoryEntry[];
|
|
32
|
+
failed: number;
|
|
33
|
+
passed: number;
|
|
34
|
+
total: number;
|
|
35
|
+
};
|
|
36
|
+
export declare const recordVoiceOpsActionAudit: (record: VoiceOpsActionAuditRecord, options: Pick<VoiceOpsActionAuditRoutesOptions, "audit" | "trace">) => Promise<{
|
|
37
|
+
audit: StoredVoiceAuditEvent<Record<string, unknown>> | (Omit<import("./audit").VoiceAuditEvent<Record<string, unknown>>, "at" | "id"> & {
|
|
38
|
+
at: number;
|
|
39
|
+
id: string;
|
|
40
|
+
}) | undefined;
|
|
41
|
+
ok: boolean;
|
|
42
|
+
trace: (import("./trace").VoiceTraceEvent<Record<string, unknown>> & {
|
|
43
|
+
id: string;
|
|
44
|
+
}) | undefined;
|
|
45
|
+
}>;
|
|
46
|
+
export declare const createVoiceOpsActionAuditRoutes: (options: VoiceOpsActionAuditRoutesOptions) => Elysia<"", {
|
|
47
|
+
decorator: {};
|
|
48
|
+
store: {};
|
|
49
|
+
derive: {};
|
|
50
|
+
resolve: {};
|
|
51
|
+
}, {
|
|
52
|
+
typebox: {};
|
|
53
|
+
error: {};
|
|
54
|
+
}, {
|
|
55
|
+
schema: {};
|
|
56
|
+
standaloneSchema: {};
|
|
57
|
+
macro: {};
|
|
58
|
+
macroFn: {};
|
|
59
|
+
parser: {};
|
|
60
|
+
response: {};
|
|
61
|
+
}, {
|
|
62
|
+
[x: string]: {
|
|
63
|
+
post: {
|
|
64
|
+
body: unknown;
|
|
65
|
+
params: {};
|
|
66
|
+
query: unknown;
|
|
67
|
+
headers: unknown;
|
|
68
|
+
response: {
|
|
69
|
+
200: {
|
|
70
|
+
audit: StoredVoiceAuditEvent<Record<string, unknown>> | (Omit<import("./audit").VoiceAuditEvent<Record<string, unknown>>, "at" | "id"> & {
|
|
71
|
+
at: number;
|
|
72
|
+
id: string;
|
|
73
|
+
}) | undefined;
|
|
74
|
+
ok: boolean;
|
|
75
|
+
trace: (import("./trace").VoiceTraceEvent<Record<string, unknown>> & {
|
|
76
|
+
id: string;
|
|
77
|
+
}) | undefined;
|
|
78
|
+
} | {
|
|
79
|
+
error: string;
|
|
80
|
+
ok: boolean;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
}, {
|
|
86
|
+
derive: {};
|
|
87
|
+
resolve: {};
|
|
88
|
+
schema: {};
|
|
89
|
+
standaloneSchema: {};
|
|
90
|
+
response: {};
|
|
91
|
+
}, {
|
|
92
|
+
derive: {};
|
|
93
|
+
resolve: {};
|
|
94
|
+
schema: {};
|
|
95
|
+
standaloneSchema: {};
|
|
96
|
+
response: {};
|
|
97
|
+
}>;
|
|
98
|
+
export declare const buildVoiceOpsActionHistoryReport: (options: Pick<VoiceOpsActionAuditRoutesOptions, "audit">) => Promise<VoiceOpsActionHistoryReport>;
|
|
99
|
+
export declare const renderVoiceOpsActionHistoryHTML: (report: VoiceOpsActionHistoryReport) => string;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { Elysia } from
|
|
2
|
-
import { type
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import {
|
|
1
|
+
import { Elysia } from "elysia";
|
|
2
|
+
import { type VoiceDeliverySinkReport, type VoiceDeliverySinkRoutesOptions } from "./deliverySinkRoutes";
|
|
3
|
+
import { type VoiceQualityReport } from "./qualityRoutes";
|
|
4
|
+
import { type VoiceRoutingEvent } from "./resilienceRoutes";
|
|
5
|
+
import { type VoiceSessionListItem } from "./sessionReplay";
|
|
6
|
+
import { summarizeVoiceTrace, type VoiceTraceEventStore } from "./trace";
|
|
6
7
|
export type VoiceOpsConsoleLink = {
|
|
7
8
|
description?: string;
|
|
8
9
|
href: string;
|
|
@@ -17,6 +18,7 @@ export type VoiceOpsConsoleReport = {
|
|
|
17
18
|
total: number;
|
|
18
19
|
};
|
|
19
20
|
links: VoiceOpsConsoleLink[];
|
|
21
|
+
deliverySinks?: VoiceDeliverySinkReport;
|
|
20
22
|
providers: {
|
|
21
23
|
degraded: number;
|
|
22
24
|
healthy: number;
|
|
@@ -34,6 +36,7 @@ export type VoiceOpsConsoleReport = {
|
|
|
34
36
|
};
|
|
35
37
|
export type VoiceOpsConsoleRoutesOptions = {
|
|
36
38
|
headers?: HeadersInit;
|
|
39
|
+
deliverySinks?: false | VoiceDeliverySinkRoutesOptions;
|
|
37
40
|
links?: VoiceOpsConsoleLink[];
|
|
38
41
|
llmProviders?: readonly string[];
|
|
39
42
|
name?: string;
|
package/dist/opsPresets.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { VoiceOpsDispositionTaskPolicies, VoiceOpsTaskAssignmentRules, VoiceOpsSLABreachPolicy } from
|
|
2
|
-
export type VoiceOpsPresetName =
|
|
1
|
+
import type { VoiceOpsDispositionTaskPolicies, VoiceOpsTaskAssignmentRules, VoiceOpsSLABreachPolicy } from "./ops";
|
|
2
|
+
export type VoiceOpsPresetName = "support-default" | "sales-default" | "collections-default";
|
|
3
3
|
export type VoiceResolvedOpsPreset = {
|
|
4
4
|
assignmentRules: VoiceOpsTaskAssignmentRules;
|
|
5
5
|
description: string;
|