@absolutejs/voice 0.0.22-beta.53 → 0.0.22-beta.530
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 +4518 -951
- package/dist/agent.d.ts +79 -5
- package/dist/agentPerformanceReport.d.ts +40 -0
- package/dist/agentSquadContract.d.ts +98 -0
- package/dist/agentState.d.ts +12 -0
- package/dist/agentTools.d.ts +133 -0
- package/dist/aiScorecard.d.ts +32 -0
- package/dist/aiVoiceModel.d.ts +15 -0
- package/dist/amdDetector.d.ts +25 -0
- package/dist/angular/index.d.ts +36 -6
- package/dist/angular/index.js +3995 -577
- 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 +2 -2
- 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/bookingFlow.d.ts +43 -0
- package/dist/browserCallProfiles.d.ts +120 -0
- package/dist/browserMediaRoutes.d.ts +62 -0
- package/dist/calendarAdapter.d.ts +47 -0
- package/dist/calendarSlots.d.ts +35 -0
- package/dist/callDebugger.d.ts +66 -0
- package/dist/callDisposition.d.ts +38 -0
- package/dist/callQuota.d.ts +54 -0
- package/dist/callScorecard.d.ts +53 -0
- package/dist/callerCRMLinker.d.ts +29 -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 +971 -15
- package/dist/client/htmxDashboardRenderers.d.ts +72 -0
- package/dist/client/index.d.ts +104 -15
- package/dist/client/index.js +10142 -139
- 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 +9 -9
- 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/conversationSimulator.d.ts +73 -0
- package/dist/correction.d.ts +2 -2
- package/dist/costAccounting.d.ts +76 -0
- package/dist/costPredictor.d.ts +74 -0
- package/dist/crmCallLogger.d.ts +37 -0
- package/dist/crmContract.d.ts +70 -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/embed/index.d.ts +38 -0
- package/dist/embed/index.js +1710 -0
- package/dist/embed/voice-widget.js +10 -0
- package/dist/evalRoutes.d.ts +10 -4
- package/dist/fileStore.d.ts +21 -7
- 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 +369 -74
- package/dist/index.js +44682 -6184
- package/dist/internal/html.d.ts +6 -0
- package/dist/internal/status.d.ts +9 -0
- package/dist/ivrPlan.d.ts +40 -0
- package/dist/latencySlo.d.ts +56 -0
- package/dist/liveCoach.d.ts +43 -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/mcpToolset.d.ts +58 -0
- 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/noShowPredictor.d.ts +46 -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/pathway.d.ts +94 -0
- package/dist/pathwayCompiler.d.ts +31 -0
- package/dist/pathwayGenerator.d.ts +27 -0
- package/dist/pathwayRuntime.d.ts +57 -0
- package/dist/pathwaySlotCollector.d.ts +29 -0
- package/dist/pathwayVisualizer.d.ts +8 -0
- 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 +13 -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/qualityDriftDetector.d.ts +44 -0
- package/dist/qualityRoutes.d.ts +4 -4
- package/dist/queue.d.ts +23 -14
- package/dist/ragTool.d.ts +52 -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 +1 -1
- 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 -6
- package/dist/react/index.js +12684 -322
- 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 +47 -0
- package/dist/recordingStore.d.ts +60 -0
- package/dist/redaction.d.ts +13 -0
- package/dist/reminderScheduler.d.ts +43 -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/scorecardCalibration.d.ts +31 -0
- 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/supervisorPermissions.d.ts +33 -0
- package/dist/supervisorPresence.d.ts +49 -0
- 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 +3 -3
- 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 -6
- package/dist/svelte/index.js +6834 -729
- 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 +5260 -158
- 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/transcriptAnnotator.d.ts +41 -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 +408 -80
- package/dist/vapiAdapter.d.ts +160 -0
- package/dist/variableAnalytics.d.ts +47 -0
- package/dist/voiceConfiguration.d.ts +8 -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/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 -6
- package/dist/vue/index.js +11965 -407
- 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/whisperChannel.d.ts +50 -0
- package/dist/workflowContract.d.ts +8 -8
- package/dist/zeroDataRetention.d.ts +41 -0
- package/package.json +129 -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
- package/fixtures/README.md +0 -57
- package/fixtures/manifest.json +0 -199
- package/fixtures/pcm/dialogue-three-clean.pcm +0 -0
- package/fixtures/pcm/dialogue-three-mixed.pcm +0 -0
- package/fixtures/pcm/dialogue-two-clean.pcm +0 -0
- package/fixtures/pcm/dialogue-two-noisy.pcm +0 -0
- package/fixtures/pcm/multiturn-three-mixed.pcm +0 -0
- package/fixtures/pcm/multiturn-two-clean.pcm +0 -0
- package/fixtures/pcm/quietly-alone-clean.pcm +0 -0
- package/fixtures/pcm/rainstorms-noisy.pcm +0 -0
- package/fixtures/pcm/stella-bulgaria-bulgarian20.pcm +0 -0
- package/fixtures/pcm/stella-ghana-english507.pcm +0 -0
- package/fixtures/pcm/stella-india-english37.pcm +0 -0
- package/fixtures/pcm/stella-jamaica-jamaican-creole-english1.pcm +0 -0
- package/fixtures/pcm/stella-liberia-liberian-pidgin-english2.pcm +0 -0
- package/fixtures/pcm/stella-pakistan-english519.pcm +0 -0
- package/fixtures/pcm/stella-sierra-leone-krio5.pcm +0 -0
- package/fixtures/pcm/stella-singapore-english655.pcm +0 -0
- package/fixtures/pcm/traveled-back-route-clean.pcm +0 -0
|
@@ -0,0 +1,756 @@
|
|
|
1
|
+
import { Elysia } from "elysia";
|
|
2
|
+
import { type VoiceProviderFallbackRecoverySummary } from "./sessionReplay";
|
|
3
|
+
import { type VoiceTelephonyCarrierMatrixInput } from "./telephony/matrix";
|
|
4
|
+
import { type VoiceTelephonyWebhookSecurityOptions, type VoiceTelephonyWebhookSecurityReport } from "./telephony/security";
|
|
5
|
+
import type { VoiceMonitorNotifierDeliveryReport, VoiceMonitorRunReport } from "./voiceMonitoring";
|
|
6
|
+
import { type StoredVoiceTraceEvent, type VoiceTraceEventStore } from "./trace";
|
|
7
|
+
import type { VoiceTraceSinkDeliveryStore } from "./trace";
|
|
8
|
+
import type { VoiceAgentSquadContractReport } from "./agentSquadContract";
|
|
9
|
+
import type { VoiceBargeInReport } from "./bargeInRoutes";
|
|
10
|
+
import type { VoiceDeliveryRuntime, VoiceDeliveryRuntimeSummary } from "./deliveryRuntime";
|
|
11
|
+
import type { VoiceProviderRoutingContractReport } from "./providerRoutingContract";
|
|
12
|
+
import type { VoicePhoneAgentProductionSmokeReport } from "./phoneAgentProductionSmoke";
|
|
13
|
+
import type { VoiceReconnectContractReport, VoiceReconnectProofReport } from "./reconnectContract";
|
|
14
|
+
import type { VoiceAuditEventStore, VoiceAuditEventType, VoiceAuditOutcome } from "./audit";
|
|
15
|
+
import { type VoiceAuditSinkDeliveryStore } from "./auditSinks";
|
|
16
|
+
import type { VoiceProviderContractMatrixReport, VoiceProviderStackCapabilityGapReport } from "./providerStackRecommendations";
|
|
17
|
+
import { type VoiceProviderSloReport, type VoiceProviderSloReportOptions } from "./providerSlo";
|
|
18
|
+
import { type VoiceSessionObservabilityEvidenceInput, type VoiceSessionObservabilityReport } from "./sessionObservability";
|
|
19
|
+
import type { VoiceProviderOrchestrationReport } from "./providerOrchestration";
|
|
20
|
+
import type { VoiceCampaignReadinessProofReport } from "./campaign";
|
|
21
|
+
import { type VoiceOpsRecoveryReport } from "./opsRecovery";
|
|
22
|
+
import { type VoiceIncidentRecoveryTrendReport, type VoiceIncidentRecoveryTrendSloOptions, type VoiceIncidentRecoveryOutcomeReadinessOptions, type VoiceIncidentRecoveryOutcomeReport } from "./incidentTimeline";
|
|
23
|
+
import { type VoiceObservabilityExportDeliveryHistory, type VoiceObservabilityExportDeliveryReceiptStore, type VoiceObservabilityExportReplayReport, type VoiceObservabilityExportReplaySource, type VoiceObservabilityExportReport } from "./observabilityExport";
|
|
24
|
+
import type { VoiceMediaPipelineReport } from "./mediaPipelineRoutes";
|
|
25
|
+
import type { VoiceTelephonyMediaReport } from "./telephonyMediaRoutes";
|
|
26
|
+
import type { MediaWebRTCStatsReport } from "@absolutejs/media";
|
|
27
|
+
import { type VoiceProfileSwitchReadinessOptions, type VoiceProfileSwitchReadinessReport } from "./profileSwitchRecommendation";
|
|
28
|
+
export type VoiceProductionReadinessObservabilityExportDeliveryHistoryOptions = {
|
|
29
|
+
failOnMissing?: boolean;
|
|
30
|
+
failOnStale?: boolean;
|
|
31
|
+
history?: VoiceObservabilityExportDeliveryHistory;
|
|
32
|
+
maxAgeMs?: number;
|
|
33
|
+
store?: VoiceObservabilityExportDeliveryReceiptStore;
|
|
34
|
+
};
|
|
35
|
+
export type VoiceProductionReadinessStatus = "fail" | "pass" | "warn";
|
|
36
|
+
export type VoiceProductionReconnectEvidence = VoiceReconnectContractReport | VoiceReconnectProofReport;
|
|
37
|
+
export type VoiceProductionReadinessAction = {
|
|
38
|
+
description?: string;
|
|
39
|
+
href: string;
|
|
40
|
+
label: string;
|
|
41
|
+
method?: "GET" | "POST";
|
|
42
|
+
};
|
|
43
|
+
export type VoiceProductionReadinessGateExplanation = {
|
|
44
|
+
evidenceHref?: string;
|
|
45
|
+
observed?: number | string;
|
|
46
|
+
remediation: string;
|
|
47
|
+
sourceHref?: string;
|
|
48
|
+
threshold?: number | string;
|
|
49
|
+
thresholdLabel?: string;
|
|
50
|
+
unit?: "count" | "ms" | "rate" | "status";
|
|
51
|
+
};
|
|
52
|
+
export type VoiceProductionReadinessCheck = {
|
|
53
|
+
actions?: VoiceProductionReadinessAction[];
|
|
54
|
+
detail?: string;
|
|
55
|
+
gateExplanation?: VoiceProductionReadinessGateExplanation;
|
|
56
|
+
href?: string;
|
|
57
|
+
label: string;
|
|
58
|
+
proofSource?: VoiceProductionReadinessProofSource;
|
|
59
|
+
status: VoiceProductionReadinessStatus;
|
|
60
|
+
value?: number | string;
|
|
61
|
+
};
|
|
62
|
+
export type VoiceReadinessRecoveryAction = VoiceProductionReadinessAction & {
|
|
63
|
+
key: string;
|
|
64
|
+
sourceCheckDetail?: string;
|
|
65
|
+
sourceCheckHref?: string;
|
|
66
|
+
sourceCheckLabel: string;
|
|
67
|
+
sourceStatus: Exclude<VoiceProductionReadinessStatus, "pass">;
|
|
68
|
+
};
|
|
69
|
+
export type VoiceReadinessRecoveryActionPlan = {
|
|
70
|
+
actions: VoiceReadinessRecoveryAction[];
|
|
71
|
+
generatedAt: string;
|
|
72
|
+
sourceChecks: number;
|
|
73
|
+
};
|
|
74
|
+
export type VoiceReadinessRecoveryActionOptions = {
|
|
75
|
+
includeWarnings?: boolean;
|
|
76
|
+
now?: () => Date;
|
|
77
|
+
};
|
|
78
|
+
export type VoiceProductionReadinessGateIssue = {
|
|
79
|
+
code: string;
|
|
80
|
+
detail?: string;
|
|
81
|
+
href?: string;
|
|
82
|
+
label: string;
|
|
83
|
+
status: Exclude<VoiceProductionReadinessStatus, "pass">;
|
|
84
|
+
value?: number | string;
|
|
85
|
+
};
|
|
86
|
+
export type VoiceProductionReadinessGateOptions = {
|
|
87
|
+
failOnWarnings?: boolean;
|
|
88
|
+
};
|
|
89
|
+
export declare const buildVoiceReadinessRecoveryActions: (input: VoiceProductionReadinessReport | readonly VoiceProductionReadinessCheck[], options?: VoiceReadinessRecoveryActionOptions) => VoiceReadinessRecoveryActionPlan;
|
|
90
|
+
export type VoiceProductionReadinessGateReport = {
|
|
91
|
+
checkedAt: number;
|
|
92
|
+
failures: VoiceProductionReadinessGateIssue[];
|
|
93
|
+
ok: boolean;
|
|
94
|
+
profile?: VoiceProductionReadinessGateProfile;
|
|
95
|
+
status: VoiceProductionReadinessStatus;
|
|
96
|
+
warnings: VoiceProductionReadinessGateIssue[];
|
|
97
|
+
};
|
|
98
|
+
export type VoiceProductionReadinessAssertionInput = {
|
|
99
|
+
maxFailures?: number;
|
|
100
|
+
maxWarnings?: number;
|
|
101
|
+
requiredChecks?: string[];
|
|
102
|
+
requireGateOk?: boolean;
|
|
103
|
+
requireStatus?: VoiceProductionReadinessStatus;
|
|
104
|
+
};
|
|
105
|
+
export type VoiceProductionReadinessAssertionReport = {
|
|
106
|
+
checks: string[];
|
|
107
|
+
failures: number;
|
|
108
|
+
gateOk: boolean;
|
|
109
|
+
issues: string[];
|
|
110
|
+
ok: boolean;
|
|
111
|
+
status: VoiceProductionReadinessStatus;
|
|
112
|
+
warnings: number;
|
|
113
|
+
};
|
|
114
|
+
export type VoiceProductionReadinessProofSource = {
|
|
115
|
+
detail?: string;
|
|
116
|
+
href?: string;
|
|
117
|
+
label?: string;
|
|
118
|
+
source: string;
|
|
119
|
+
sourceLabel: string;
|
|
120
|
+
};
|
|
121
|
+
export type VoiceProductionReadinessProfileSurface = {
|
|
122
|
+
configured: boolean;
|
|
123
|
+
href?: string;
|
|
124
|
+
key: string;
|
|
125
|
+
label: string;
|
|
126
|
+
};
|
|
127
|
+
export type VoiceProductionReadinessProfileExplanation = {
|
|
128
|
+
description: string;
|
|
129
|
+
name: string;
|
|
130
|
+
purpose: string;
|
|
131
|
+
surfaces: VoiceProductionReadinessProfileSurface[];
|
|
132
|
+
};
|
|
133
|
+
export type VoiceProductionReadinessProofMetadata = {
|
|
134
|
+
generatedAt: string;
|
|
135
|
+
refreshedAt: number;
|
|
136
|
+
runId: string;
|
|
137
|
+
source: string;
|
|
138
|
+
};
|
|
139
|
+
export type VoiceProductionReadinessProofRuntimeSeedOptions = {
|
|
140
|
+
liveLatencyMs?: number;
|
|
141
|
+
llmElapsedMs?: number;
|
|
142
|
+
llmProvider?: string;
|
|
143
|
+
scenarioId?: string;
|
|
144
|
+
sessionId?: string;
|
|
145
|
+
sttElapsedMs?: number;
|
|
146
|
+
sttProvider?: string;
|
|
147
|
+
ttsElapsedMs?: number;
|
|
148
|
+
ttsProvider?: string;
|
|
149
|
+
};
|
|
150
|
+
export type VoiceProductionReadinessProofRuntimeOptions = {
|
|
151
|
+
cacheMs?: number;
|
|
152
|
+
freshnessHref?: string;
|
|
153
|
+
freshnessLabel?: string;
|
|
154
|
+
freshnessMaxAgeMs?: number;
|
|
155
|
+
proofSource?: string;
|
|
156
|
+
proofSourceLabel?: string;
|
|
157
|
+
readinessHref?: string;
|
|
158
|
+
runId?: () => string;
|
|
159
|
+
traceMaxAgeMs?: number;
|
|
160
|
+
trendsHref?: string;
|
|
161
|
+
};
|
|
162
|
+
export type VoiceProductionReadinessProofRuntime = {
|
|
163
|
+
buildFreshnessCheck: () => Promise<VoiceProductionReadinessCheck>;
|
|
164
|
+
cache: <TValue>(key: string, loader: () => Promise<TValue> | TValue, cacheMs?: number) => Promise<TValue>;
|
|
165
|
+
getMetadata: () => VoiceProductionReadinessProofMetadata | undefined;
|
|
166
|
+
options: Pick<VoiceProductionReadinessRoutesOptions, "cacheMs" | "traceMaxAgeMs">;
|
|
167
|
+
refresh: (onRefresh?: (metadata: VoiceProductionReadinessProofMetadata) => Promise<void> | void) => Promise<VoiceProductionReadinessProofMetadata>;
|
|
168
|
+
resetTraceProof: () => Promise<void>;
|
|
169
|
+
seedTraceProof: (options?: VoiceProductionReadinessProofRuntimeSeedOptions) => Promise<StoredVoiceTraceEvent[]>;
|
|
170
|
+
store: VoiceTraceEventStore;
|
|
171
|
+
};
|
|
172
|
+
export type VoiceProductionReadinessGateProfileSurface = VoiceProductionReadinessProfileSurface & {
|
|
173
|
+
issues: VoiceProductionReadinessGateIssue[];
|
|
174
|
+
status: VoiceProductionReadinessStatus;
|
|
175
|
+
};
|
|
176
|
+
export type VoiceProductionReadinessGateProfile = Omit<VoiceProductionReadinessProfileExplanation, "surfaces"> & {
|
|
177
|
+
surfaces: VoiceProductionReadinessGateProfileSurface[];
|
|
178
|
+
};
|
|
179
|
+
export type VoiceProductionReadinessReport = {
|
|
180
|
+
checkedAt: number;
|
|
181
|
+
checks: VoiceProductionReadinessCheck[];
|
|
182
|
+
links: {
|
|
183
|
+
agentSquadContracts?: string;
|
|
184
|
+
audit?: string;
|
|
185
|
+
auditDeliveries?: string;
|
|
186
|
+
bargeIn?: string;
|
|
187
|
+
campaignReadiness?: string;
|
|
188
|
+
carriers?: string;
|
|
189
|
+
deliveryRuntime?: string;
|
|
190
|
+
handoffs?: string;
|
|
191
|
+
handoffRetry?: string;
|
|
192
|
+
liveLatency?: string;
|
|
193
|
+
operationsRecords?: string;
|
|
194
|
+
observabilityExport?: string;
|
|
195
|
+
observabilityExportDeliveries?: string;
|
|
196
|
+
monitoring?: string;
|
|
197
|
+
monitoringNotifierDelivery?: string;
|
|
198
|
+
browserMedia?: string;
|
|
199
|
+
mediaPipeline?: string;
|
|
200
|
+
opsActions?: string;
|
|
201
|
+
opsRecovery?: string;
|
|
202
|
+
phoneAgentSmoke?: string;
|
|
203
|
+
profileSwitchLiveDecisions?: string;
|
|
204
|
+
profileSwitchPolicy?: string;
|
|
205
|
+
profileSwitchReadiness?: string;
|
|
206
|
+
telephonyWebhookSecurity?: string;
|
|
207
|
+
telephonyMedia?: string;
|
|
208
|
+
providerContracts?: string;
|
|
209
|
+
providerOrchestration?: string;
|
|
210
|
+
providerRoutingContracts?: string;
|
|
211
|
+
providerSlo?: string;
|
|
212
|
+
incidentRecoveryTrends?: string;
|
|
213
|
+
quality?: string;
|
|
214
|
+
reconnectContracts?: string;
|
|
215
|
+
resilience?: string;
|
|
216
|
+
sessions?: string;
|
|
217
|
+
sloReadinessThresholds?: string;
|
|
218
|
+
sessionObservability?: string;
|
|
219
|
+
traceDeliveries?: string;
|
|
220
|
+
};
|
|
221
|
+
profile?: VoiceProductionReadinessProfileExplanation;
|
|
222
|
+
proofSources?: Record<string, VoiceProductionReadinessProofSource>;
|
|
223
|
+
operationsRecords?: VoiceProductionReadinessOperationsRecordLinks;
|
|
224
|
+
status: VoiceProductionReadinessStatus;
|
|
225
|
+
summary: {
|
|
226
|
+
agentSquadContracts?: {
|
|
227
|
+
failed: number;
|
|
228
|
+
passed: number;
|
|
229
|
+
status: VoiceProductionReadinessStatus;
|
|
230
|
+
total: number;
|
|
231
|
+
};
|
|
232
|
+
audit?: VoiceProductionReadinessAuditSummary;
|
|
233
|
+
auditDeliveries?: VoiceProductionReadinessAuditDeliverySummary;
|
|
234
|
+
bargeIn?: {
|
|
235
|
+
failed: number;
|
|
236
|
+
passed: number;
|
|
237
|
+
status: VoiceProductionReadinessStatus;
|
|
238
|
+
total: number;
|
|
239
|
+
warnings: number;
|
|
240
|
+
};
|
|
241
|
+
campaignReadiness?: {
|
|
242
|
+
failed: number;
|
|
243
|
+
passed: number;
|
|
244
|
+
status: VoiceProductionReadinessStatus;
|
|
245
|
+
total: number;
|
|
246
|
+
};
|
|
247
|
+
carriers?: {
|
|
248
|
+
failing: number;
|
|
249
|
+
providers: number;
|
|
250
|
+
ready: number;
|
|
251
|
+
status: VoiceProductionReadinessStatus;
|
|
252
|
+
warnings: number;
|
|
253
|
+
};
|
|
254
|
+
deliveryRuntime?: VoiceProductionReadinessDeliveryRuntimeSummary;
|
|
255
|
+
handoffs: {
|
|
256
|
+
failed: number;
|
|
257
|
+
total: number;
|
|
258
|
+
};
|
|
259
|
+
liveLatency: {
|
|
260
|
+
averageLatencyMs?: number;
|
|
261
|
+
failed: number;
|
|
262
|
+
status: VoiceProductionReadinessStatus;
|
|
263
|
+
total: number;
|
|
264
|
+
warnings: number;
|
|
265
|
+
};
|
|
266
|
+
monitoring?: {
|
|
267
|
+
criticalOpen: number;
|
|
268
|
+
elapsedMs?: number;
|
|
269
|
+
open: number;
|
|
270
|
+
status: VoiceProductionReadinessStatus;
|
|
271
|
+
total: number;
|
|
272
|
+
};
|
|
273
|
+
monitoringNotifierDelivery?: {
|
|
274
|
+
elapsedMs?: number;
|
|
275
|
+
failed: number;
|
|
276
|
+
notifiers: number;
|
|
277
|
+
sent: number;
|
|
278
|
+
status: VoiceProductionReadinessStatus;
|
|
279
|
+
total: number;
|
|
280
|
+
};
|
|
281
|
+
mediaPipeline?: {
|
|
282
|
+
assistantAudioFrames: number;
|
|
283
|
+
backpressureEvents: number;
|
|
284
|
+
gapCount: number;
|
|
285
|
+
inputAudioFrames: number;
|
|
286
|
+
issues: number;
|
|
287
|
+
jitterMs?: number;
|
|
288
|
+
speechRatio: number;
|
|
289
|
+
status: VoiceProductionReadinessStatus;
|
|
290
|
+
timestampDriftMs?: number;
|
|
291
|
+
};
|
|
292
|
+
browserMedia?: {
|
|
293
|
+
activeCandidatePairs: number;
|
|
294
|
+
bytesReceived: number;
|
|
295
|
+
bytesSent: number;
|
|
296
|
+
issues: number;
|
|
297
|
+
jitterMs?: number;
|
|
298
|
+
liveAudioTracks: number;
|
|
299
|
+
packetLossRatio: number;
|
|
300
|
+
roundTripTimeMs?: number;
|
|
301
|
+
status: VoiceProductionReadinessStatus;
|
|
302
|
+
};
|
|
303
|
+
opsActionHistory?: VoiceProductionReadinessOpsActionHistorySummary;
|
|
304
|
+
opsRecovery?: {
|
|
305
|
+
issues: number;
|
|
306
|
+
recoveredFallbacks: number;
|
|
307
|
+
status: VoiceProductionReadinessStatus;
|
|
308
|
+
unresolvedProviderFailures: number;
|
|
309
|
+
};
|
|
310
|
+
incidentRecoveryOutcomes?: {
|
|
311
|
+
failed: number;
|
|
312
|
+
improved: number;
|
|
313
|
+
regressed: number;
|
|
314
|
+
status: VoiceProductionReadinessStatus;
|
|
315
|
+
total: number;
|
|
316
|
+
unchanged: number;
|
|
317
|
+
};
|
|
318
|
+
incidentRecoveryTrend?: {
|
|
319
|
+
cycles: number;
|
|
320
|
+
failed: number;
|
|
321
|
+
failureRate: number;
|
|
322
|
+
improved: number;
|
|
323
|
+
improvementRate: number;
|
|
324
|
+
regressed: number;
|
|
325
|
+
regressionRate: number;
|
|
326
|
+
status: VoiceProductionReadinessStatus;
|
|
327
|
+
total: number;
|
|
328
|
+
unchanged: number;
|
|
329
|
+
unchangedRate: number;
|
|
330
|
+
};
|
|
331
|
+
observabilityExport?: {
|
|
332
|
+
artifacts: number;
|
|
333
|
+
auditEvents: number;
|
|
334
|
+
envelopes: number;
|
|
335
|
+
issues: number;
|
|
336
|
+
status: VoiceProductionReadinessStatus;
|
|
337
|
+
traceEvents: number;
|
|
338
|
+
};
|
|
339
|
+
observabilityExportDeliveryHistory?: {
|
|
340
|
+
delivered: number;
|
|
341
|
+
failed: number;
|
|
342
|
+
latestSuccessAgeMs?: number;
|
|
343
|
+
receipts: number;
|
|
344
|
+
status: VoiceProductionReadinessStatus;
|
|
345
|
+
totalDestinations: number;
|
|
346
|
+
};
|
|
347
|
+
observabilityExportReplay?: {
|
|
348
|
+
artifacts: number;
|
|
349
|
+
deliveryDestinations: number;
|
|
350
|
+
failedArtifacts: number;
|
|
351
|
+
failedDeliveryDestinations: number;
|
|
352
|
+
issues: number;
|
|
353
|
+
status: VoiceProductionReadinessStatus;
|
|
354
|
+
validationIssues: number;
|
|
355
|
+
};
|
|
356
|
+
providers: {
|
|
357
|
+
degraded: number;
|
|
358
|
+
total: number;
|
|
359
|
+
};
|
|
360
|
+
providerStack?: VoiceProviderStackCapabilityGapReport;
|
|
361
|
+
providerContractMatrix?: VoiceProviderContractMatrixReport;
|
|
362
|
+
providerOrchestration?: {
|
|
363
|
+
failed: number;
|
|
364
|
+
issues: number;
|
|
365
|
+
passed: number;
|
|
366
|
+
providers: number;
|
|
367
|
+
status: VoiceProductionReadinessStatus;
|
|
368
|
+
surfaces: number;
|
|
369
|
+
warned: number;
|
|
370
|
+
};
|
|
371
|
+
providerRecovery: VoiceProviderFallbackRecoverySummary;
|
|
372
|
+
profileSwitchReadiness?: {
|
|
373
|
+
auditEvents: number;
|
|
374
|
+
decisions: number;
|
|
375
|
+
issues: number;
|
|
376
|
+
policyCases?: number;
|
|
377
|
+
sessions: number;
|
|
378
|
+
status: VoiceProductionReadinessStatus;
|
|
379
|
+
traceEvents: number;
|
|
380
|
+
};
|
|
381
|
+
phoneAgentSmokes?: {
|
|
382
|
+
failed: number;
|
|
383
|
+
passed: number;
|
|
384
|
+
status: VoiceProductionReadinessStatus;
|
|
385
|
+
total: number;
|
|
386
|
+
};
|
|
387
|
+
telephonyWebhookSecurity?: {
|
|
388
|
+
enabled: number;
|
|
389
|
+
failed: number;
|
|
390
|
+
passed: number;
|
|
391
|
+
status: VoiceProductionReadinessStatus;
|
|
392
|
+
warned: number;
|
|
393
|
+
};
|
|
394
|
+
telephonyMedia?: {
|
|
395
|
+
audioBytes: number;
|
|
396
|
+
carriers: number;
|
|
397
|
+
failed: number;
|
|
398
|
+
issues: number;
|
|
399
|
+
lifecycleFailures: number;
|
|
400
|
+
mediaEvents: number;
|
|
401
|
+
passed: number;
|
|
402
|
+
status: VoiceProductionReadinessStatus;
|
|
403
|
+
};
|
|
404
|
+
providerRoutingContracts?: {
|
|
405
|
+
failed: number;
|
|
406
|
+
passed: number;
|
|
407
|
+
status: VoiceProductionReadinessStatus;
|
|
408
|
+
total: number;
|
|
409
|
+
};
|
|
410
|
+
providerSlo?: {
|
|
411
|
+
events: number;
|
|
412
|
+
eventsWithLatency: number;
|
|
413
|
+
issues: number;
|
|
414
|
+
status: VoiceProductionReadinessStatus;
|
|
415
|
+
};
|
|
416
|
+
reconnectContracts?: {
|
|
417
|
+
failed: number;
|
|
418
|
+
passed: number;
|
|
419
|
+
resumeLatencyP95Ms?: number;
|
|
420
|
+
status: VoiceProductionReadinessStatus;
|
|
421
|
+
total: number;
|
|
422
|
+
};
|
|
423
|
+
sessionObservability?: {
|
|
424
|
+
failed: number;
|
|
425
|
+
passed: number;
|
|
426
|
+
status: VoiceProductionReadinessStatus;
|
|
427
|
+
total: number;
|
|
428
|
+
warnings: number;
|
|
429
|
+
};
|
|
430
|
+
quality: {
|
|
431
|
+
status: "fail" | "pass";
|
|
432
|
+
};
|
|
433
|
+
routing: {
|
|
434
|
+
events: number;
|
|
435
|
+
sessions: number;
|
|
436
|
+
};
|
|
437
|
+
sessions: {
|
|
438
|
+
failed: number;
|
|
439
|
+
total: number;
|
|
440
|
+
};
|
|
441
|
+
traceDeliveries?: VoiceProductionReadinessTraceDeliverySummary;
|
|
442
|
+
};
|
|
443
|
+
};
|
|
444
|
+
export type VoiceProductionReadinessOperationsRecordLink = {
|
|
445
|
+
detail?: string;
|
|
446
|
+
href: string;
|
|
447
|
+
label: string;
|
|
448
|
+
sessionId: string;
|
|
449
|
+
status: VoiceProductionReadinessStatus;
|
|
450
|
+
};
|
|
451
|
+
export type VoiceProductionReadinessOperationsRecordLinks = {
|
|
452
|
+
failedSessions: VoiceProductionReadinessOperationsRecordLink[];
|
|
453
|
+
failingLatency: VoiceProductionReadinessOperationsRecordLink[];
|
|
454
|
+
mediaQuality: VoiceProductionReadinessOperationsRecordLink[];
|
|
455
|
+
providerErrors: VoiceProductionReadinessOperationsRecordLink[];
|
|
456
|
+
telephonyMedia: VoiceProductionReadinessOperationsRecordLink[];
|
|
457
|
+
};
|
|
458
|
+
export type VoiceProductionReadinessAuditRequirement = {
|
|
459
|
+
label?: string;
|
|
460
|
+
maxAgeMs?: number;
|
|
461
|
+
outcomes?: VoiceAuditOutcome[];
|
|
462
|
+
status?: VoiceProductionReadinessStatus;
|
|
463
|
+
type: VoiceAuditEventType;
|
|
464
|
+
};
|
|
465
|
+
export type VoiceProductionReadinessAuditSummary = {
|
|
466
|
+
events: number;
|
|
467
|
+
missing: VoiceProductionReadinessAuditRequirement[];
|
|
468
|
+
present: Record<VoiceAuditEventType, number>;
|
|
469
|
+
required: VoiceProductionReadinessAuditRequirement[];
|
|
470
|
+
status: VoiceProductionReadinessStatus;
|
|
471
|
+
};
|
|
472
|
+
export type VoiceProductionReadinessAuditDeliverySummary = {
|
|
473
|
+
deadLettered: number;
|
|
474
|
+
delivered: number;
|
|
475
|
+
failed: number;
|
|
476
|
+
failPendingAfterMs: number;
|
|
477
|
+
pending: number;
|
|
478
|
+
retryEligible: number;
|
|
479
|
+
skipped: number;
|
|
480
|
+
staleFailing: number;
|
|
481
|
+
staleWarning: number;
|
|
482
|
+
status: VoiceProductionReadinessStatus;
|
|
483
|
+
total: number;
|
|
484
|
+
warnPendingAfterMs: number;
|
|
485
|
+
};
|
|
486
|
+
export type VoiceProductionReadinessTraceDeliverySummary = {
|
|
487
|
+
deadLettered: number;
|
|
488
|
+
delivered: number;
|
|
489
|
+
failed: number;
|
|
490
|
+
failPendingAfterMs: number;
|
|
491
|
+
pending: number;
|
|
492
|
+
retryEligible: number;
|
|
493
|
+
skipped: number;
|
|
494
|
+
staleFailing: number;
|
|
495
|
+
staleWarning: number;
|
|
496
|
+
status: VoiceProductionReadinessStatus;
|
|
497
|
+
total: number;
|
|
498
|
+
warnPendingAfterMs: number;
|
|
499
|
+
};
|
|
500
|
+
export type VoiceProductionReadinessOpsActionHistorySummary = {
|
|
501
|
+
failed: number;
|
|
502
|
+
passed: number;
|
|
503
|
+
status: VoiceProductionReadinessStatus;
|
|
504
|
+
total: number;
|
|
505
|
+
warnWhenEmpty: boolean;
|
|
506
|
+
};
|
|
507
|
+
export type VoiceProductionReadinessDeliveryRuntimeSummary = {
|
|
508
|
+
audit?: VoiceProductionReadinessDeliveryRuntimeQueueSummary;
|
|
509
|
+
deadLettered: number;
|
|
510
|
+
delivered: number;
|
|
511
|
+
failed: number;
|
|
512
|
+
pending: number;
|
|
513
|
+
retryEligible: number;
|
|
514
|
+
skipped: number;
|
|
515
|
+
status: VoiceProductionReadinessStatus;
|
|
516
|
+
total: number;
|
|
517
|
+
trace?: VoiceProductionReadinessDeliveryRuntimeQueueSummary;
|
|
518
|
+
};
|
|
519
|
+
export type VoiceProductionReadinessDeliveryRuntimeQueueSummary = {
|
|
520
|
+
deadLettered: number;
|
|
521
|
+
delivered: number;
|
|
522
|
+
failed: number;
|
|
523
|
+
pending: number;
|
|
524
|
+
retryEligible: number;
|
|
525
|
+
skipped: number;
|
|
526
|
+
total: number;
|
|
527
|
+
};
|
|
528
|
+
export type VoiceProductionReadinessAuditOptions = VoiceAuditEventStore | {
|
|
529
|
+
require?: readonly (VoiceAuditEventType | VoiceProductionReadinessAuditRequirement)[];
|
|
530
|
+
store: VoiceAuditEventStore;
|
|
531
|
+
};
|
|
532
|
+
export type VoiceProductionReadinessAuditDeliveryOptions = VoiceAuditSinkDeliveryStore | {
|
|
533
|
+
deadLetters?: VoiceAuditSinkDeliveryStore;
|
|
534
|
+
failPendingAfterMs?: number;
|
|
535
|
+
store: VoiceAuditSinkDeliveryStore;
|
|
536
|
+
warnPendingAfterMs?: number;
|
|
537
|
+
};
|
|
538
|
+
export type VoiceProductionReadinessTraceDeliveryOptions = VoiceTraceSinkDeliveryStore | {
|
|
539
|
+
deadLetters?: VoiceTraceSinkDeliveryStore;
|
|
540
|
+
failPendingAfterMs?: number;
|
|
541
|
+
store: VoiceTraceSinkDeliveryStore;
|
|
542
|
+
warnPendingAfterMs?: number;
|
|
543
|
+
};
|
|
544
|
+
export type VoiceProductionReadinessOpsActionHistoryOptions = VoiceAuditEventStore | {
|
|
545
|
+
failOnFailedActions?: boolean;
|
|
546
|
+
store: VoiceAuditEventStore;
|
|
547
|
+
warnWhenEmpty?: boolean;
|
|
548
|
+
};
|
|
549
|
+
export type VoiceProductionReadinessRouteInput = {
|
|
550
|
+
query: Record<string, unknown>;
|
|
551
|
+
request: Request;
|
|
552
|
+
};
|
|
553
|
+
export type VoiceProductionReadinessTiming = {
|
|
554
|
+
durationMs: number;
|
|
555
|
+
endedAt: number;
|
|
556
|
+
label: string;
|
|
557
|
+
startedAt: number;
|
|
558
|
+
};
|
|
559
|
+
export type VoiceProductionReadinessRoutesOptions = {
|
|
560
|
+
agentSquadContracts?: false | readonly VoiceAgentSquadContractReport[] | ((input: {
|
|
561
|
+
query: Record<string, unknown>;
|
|
562
|
+
request: Request;
|
|
563
|
+
}) => Promise<readonly VoiceAgentSquadContractReport[]> | readonly VoiceAgentSquadContractReport[]);
|
|
564
|
+
additionalChecks?: false | readonly VoiceProductionReadinessCheck[] | ((input: {
|
|
565
|
+
query: Record<string, unknown>;
|
|
566
|
+
request: Request;
|
|
567
|
+
}) => Promise<readonly VoiceProductionReadinessCheck[]> | readonly VoiceProductionReadinessCheck[]);
|
|
568
|
+
audit?: false | VoiceProductionReadinessAuditOptions;
|
|
569
|
+
auditDeliveries?: false | VoiceProductionReadinessAuditDeliveryOptions;
|
|
570
|
+
bargeInReports?: false | readonly VoiceBargeInReport[] | ((input: {
|
|
571
|
+
query: Record<string, unknown>;
|
|
572
|
+
request: Request;
|
|
573
|
+
}) => Promise<readonly VoiceBargeInReport[]> | readonly VoiceBargeInReport[]);
|
|
574
|
+
carriers?: false | readonly VoiceTelephonyCarrierMatrixInput[] | ((input: {
|
|
575
|
+
query: Record<string, unknown>;
|
|
576
|
+
request: Request;
|
|
577
|
+
}) => Promise<readonly VoiceTelephonyCarrierMatrixInput[]> | readonly VoiceTelephonyCarrierMatrixInput[]);
|
|
578
|
+
campaignReadiness?: false | VoiceCampaignReadinessProofReport | ((input: {
|
|
579
|
+
query: Record<string, unknown>;
|
|
580
|
+
request: Request;
|
|
581
|
+
}) => Promise<VoiceCampaignReadinessProofReport> | VoiceCampaignReadinessProofReport);
|
|
582
|
+
cacheMs?: number;
|
|
583
|
+
deliveryRuntime?: false | VoiceDeliveryRuntime | VoiceDeliveryRuntimeSummary | ((input: {
|
|
584
|
+
query: Record<string, unknown>;
|
|
585
|
+
request: Request;
|
|
586
|
+
}) => Promise<VoiceDeliveryRuntime | VoiceDeliveryRuntimeSummary> | VoiceDeliveryRuntime | VoiceDeliveryRuntimeSummary);
|
|
587
|
+
headers?: HeadersInit;
|
|
588
|
+
gate?: false | VoiceProductionReadinessGateOptions;
|
|
589
|
+
gatePath?: false | string;
|
|
590
|
+
htmlPath?: false | string;
|
|
591
|
+
links?: VoiceProductionReadinessReport["links"];
|
|
592
|
+
llmProviders?: readonly string[];
|
|
593
|
+
name?: string;
|
|
594
|
+
onTiming?: (timing: VoiceProductionReadinessTiming) => void;
|
|
595
|
+
monitoring?: false | VoiceMonitorRunReport | ((input: {
|
|
596
|
+
query: Record<string, unknown>;
|
|
597
|
+
request: Request;
|
|
598
|
+
}) => Promise<VoiceMonitorRunReport> | VoiceMonitorRunReport);
|
|
599
|
+
monitoringNotifierDelivery?: false | VoiceMonitorNotifierDeliveryReport | ((input: {
|
|
600
|
+
query: Record<string, unknown>;
|
|
601
|
+
request: Request;
|
|
602
|
+
}) => Promise<VoiceMonitorNotifierDeliveryReport> | VoiceMonitorNotifierDeliveryReport);
|
|
603
|
+
mediaPipeline?: false | VoiceMediaPipelineReport | ((input: {
|
|
604
|
+
query: Record<string, unknown>;
|
|
605
|
+
request: Request;
|
|
606
|
+
}) => Promise<VoiceMediaPipelineReport> | VoiceMediaPipelineReport);
|
|
607
|
+
browserMedia?: false | MediaWebRTCStatsReport | ((input: {
|
|
608
|
+
query: Record<string, unknown>;
|
|
609
|
+
request: Request;
|
|
610
|
+
}) => Promise<MediaWebRTCStatsReport> | MediaWebRTCStatsReport);
|
|
611
|
+
telephonyMedia?: false | VoiceTelephonyMediaReport | ((input: {
|
|
612
|
+
query: Record<string, unknown>;
|
|
613
|
+
request: Request;
|
|
614
|
+
}) => Promise<VoiceTelephonyMediaReport> | VoiceTelephonyMediaReport);
|
|
615
|
+
opsActionHistory?: false | VoiceProductionReadinessOpsActionHistoryOptions;
|
|
616
|
+
opsRecovery?: false | VoiceOpsRecoveryReport | ((input: {
|
|
617
|
+
query: Record<string, unknown>;
|
|
618
|
+
request: Request;
|
|
619
|
+
}) => Promise<VoiceOpsRecoveryReport> | VoiceOpsRecoveryReport);
|
|
620
|
+
incidentRecoveryOutcomes?: false | VoiceIncidentRecoveryOutcomeReport | ((input: {
|
|
621
|
+
query: Record<string, unknown>;
|
|
622
|
+
request: Request;
|
|
623
|
+
}) => Promise<VoiceIncidentRecoveryOutcomeReport> | VoiceIncidentRecoveryOutcomeReport);
|
|
624
|
+
incidentRecoveryTrend?: false | VoiceIncidentRecoveryTrendReport | ((input: {
|
|
625
|
+
query: Record<string, unknown>;
|
|
626
|
+
request: Request;
|
|
627
|
+
}) => Promise<VoiceIncidentRecoveryTrendReport> | VoiceIncidentRecoveryTrendReport);
|
|
628
|
+
incidentRecoveryOutcomeReadiness?: false | VoiceIncidentRecoveryOutcomeReadinessOptions;
|
|
629
|
+
incidentRecoveryTrendSLO?: false | VoiceIncidentRecoveryTrendSloOptions;
|
|
630
|
+
observabilityExport?: false | VoiceObservabilityExportReport | ((input: {
|
|
631
|
+
query: Record<string, unknown>;
|
|
632
|
+
request: Request;
|
|
633
|
+
}) => Promise<VoiceObservabilityExportReport> | VoiceObservabilityExportReport);
|
|
634
|
+
observabilityExportDeliveryHistory?: false | VoiceObservabilityExportDeliveryHistory | VoiceObservabilityExportDeliveryReceiptStore | VoiceProductionReadinessObservabilityExportDeliveryHistoryOptions | ((input: {
|
|
635
|
+
query: Record<string, unknown>;
|
|
636
|
+
request: Request;
|
|
637
|
+
}) => Promise<VoiceObservabilityExportDeliveryHistory | VoiceObservabilityExportDeliveryReceiptStore | VoiceProductionReadinessObservabilityExportDeliveryHistoryOptions> | VoiceObservabilityExportDeliveryHistory | VoiceObservabilityExportDeliveryReceiptStore | VoiceProductionReadinessObservabilityExportDeliveryHistoryOptions);
|
|
638
|
+
observabilityExportReplay?: false | VoiceObservabilityExportReplayReport | VoiceObservabilityExportReplaySource | ((input: {
|
|
639
|
+
query: Record<string, unknown>;
|
|
640
|
+
request: Request;
|
|
641
|
+
}) => Promise<VoiceObservabilityExportReplayReport | VoiceObservabilityExportReplaySource> | VoiceObservabilityExportReplayReport | VoiceObservabilityExportReplaySource);
|
|
642
|
+
path?: string;
|
|
643
|
+
phoneAgentSmokes?: false | readonly VoicePhoneAgentProductionSmokeReport[] | ((input: {
|
|
644
|
+
query: Record<string, unknown>;
|
|
645
|
+
request: Request;
|
|
646
|
+
}) => Promise<readonly VoicePhoneAgentProductionSmokeReport[]> | readonly VoicePhoneAgentProductionSmokeReport[]);
|
|
647
|
+
telephonyWebhookSecurity?: false | VoiceTelephonyWebhookSecurityReport | VoiceTelephonyWebhookSecurityOptions | ((input: {
|
|
648
|
+
query: Record<string, unknown>;
|
|
649
|
+
request: Request;
|
|
650
|
+
}) => Promise<VoiceTelephonyWebhookSecurityReport | VoiceTelephonyWebhookSecurityOptions> | VoiceTelephonyWebhookSecurityReport | VoiceTelephonyWebhookSecurityOptions);
|
|
651
|
+
providerRoutingContracts?: false | readonly VoiceProviderRoutingContractReport[] | ((input: {
|
|
652
|
+
query: Record<string, unknown>;
|
|
653
|
+
request: Request;
|
|
654
|
+
}) => Promise<readonly VoiceProviderRoutingContractReport[]> | readonly VoiceProviderRoutingContractReport[]);
|
|
655
|
+
providerSlo?: false | VoiceProviderSloReport | VoiceProviderSloReportOptions | ((input: {
|
|
656
|
+
query: Record<string, unknown>;
|
|
657
|
+
request: Request;
|
|
658
|
+
}) => Promise<VoiceProviderSloReport | VoiceProviderSloReportOptions> | VoiceProviderSloReport | VoiceProviderSloReportOptions);
|
|
659
|
+
providerOrchestration?: false | VoiceProviderOrchestrationReport | ((input: {
|
|
660
|
+
query: Record<string, unknown>;
|
|
661
|
+
request: Request;
|
|
662
|
+
}) => Promise<VoiceProviderOrchestrationReport> | VoiceProviderOrchestrationReport);
|
|
663
|
+
profileSwitchReadiness?: false | VoiceProfileSwitchReadinessReport | VoiceProfileSwitchReadinessOptions | ((input: {
|
|
664
|
+
query: Record<string, unknown>;
|
|
665
|
+
request: Request;
|
|
666
|
+
}) => Promise<VoiceProfileSwitchReadinessReport | VoiceProfileSwitchReadinessOptions> | VoiceProfileSwitchReadinessReport | VoiceProfileSwitchReadinessOptions);
|
|
667
|
+
providerStack?: false | VoiceProviderStackCapabilityGapReport | ((input: {
|
|
668
|
+
query: Record<string, unknown>;
|
|
669
|
+
request: Request;
|
|
670
|
+
}) => Promise<VoiceProviderStackCapabilityGapReport> | VoiceProviderStackCapabilityGapReport);
|
|
671
|
+
providerContractMatrix?: false | VoiceProviderContractMatrixReport | ((input: {
|
|
672
|
+
query: Record<string, unknown>;
|
|
673
|
+
request: Request;
|
|
674
|
+
}) => Promise<VoiceProviderContractMatrixReport> | VoiceProviderContractMatrixReport);
|
|
675
|
+
reconnectContracts?: false | readonly VoiceProductionReconnectEvidence[] | ((input: {
|
|
676
|
+
query: Record<string, unknown>;
|
|
677
|
+
request: Request;
|
|
678
|
+
}) => Promise<readonly VoiceProductionReconnectEvidence[]> | readonly VoiceProductionReconnectEvidence[]);
|
|
679
|
+
proofSources?: false | Record<string, VoiceProductionReadinessProofSource> | ((input: {
|
|
680
|
+
query: Record<string, unknown>;
|
|
681
|
+
request: Request;
|
|
682
|
+
}) => Promise<Record<string, VoiceProductionReadinessProofSource>> | Record<string, VoiceProductionReadinessProofSource>);
|
|
683
|
+
profile?: false | VoiceProductionReadinessProfileExplanation;
|
|
684
|
+
render?: (report: VoiceProductionReadinessReport) => string | Promise<string>;
|
|
685
|
+
resolveOptions?: (input: VoiceProductionReadinessRouteInput) => Promise<Partial<Omit<VoiceProductionReadinessRoutesOptions, "resolveOptions">>> | Partial<Omit<VoiceProductionReadinessRoutesOptions, "resolveOptions">>;
|
|
686
|
+
store: VoiceTraceEventStore;
|
|
687
|
+
sttProviders?: readonly string[];
|
|
688
|
+
title?: string;
|
|
689
|
+
sessionObservability?: false | VoiceSessionObservabilityReport | ((input: {
|
|
690
|
+
query: Record<string, unknown>;
|
|
691
|
+
request: Request;
|
|
692
|
+
}) => Promise<VoiceSessionObservabilityReport> | VoiceSessionObservabilityReport);
|
|
693
|
+
sessionObservabilityEvidence?: false | VoiceSessionObservabilityEvidenceInput | ((input: {
|
|
694
|
+
query: Record<string, unknown>;
|
|
695
|
+
request: Request;
|
|
696
|
+
}) => Promise<VoiceSessionObservabilityEvidenceInput> | VoiceSessionObservabilityEvidenceInput);
|
|
697
|
+
traceDeliveries?: false | VoiceProductionReadinessTraceDeliveryOptions;
|
|
698
|
+
ttsProviders?: readonly string[];
|
|
699
|
+
traceMaxAgeMs?: number;
|
|
700
|
+
liveLatencyWarnAfterMs?: number;
|
|
701
|
+
liveLatencyFailAfterMs?: number;
|
|
702
|
+
liveLatencyMaxAgeMs?: number;
|
|
703
|
+
monitoringRunFailAfterMs?: number;
|
|
704
|
+
monitoringNotifierDeliveryFailAfterMs?: number;
|
|
705
|
+
browserMediaMinActiveCandidatePairs?: number;
|
|
706
|
+
browserMediaMinLiveAudioTracks?: number;
|
|
707
|
+
browserMediaMinTotalStats?: number;
|
|
708
|
+
reconnectContractsMinCount?: number;
|
|
709
|
+
reconnectContractsMinSnapshotsPerContract?: number;
|
|
710
|
+
telephonyMediaMinCarriers?: number;
|
|
711
|
+
telephonyMediaMinMediaEvents?: number;
|
|
712
|
+
reconnectResumeFailAfterMs?: number;
|
|
713
|
+
};
|
|
714
|
+
export declare const createVoiceProductionReadinessProofRuntime: (options?: VoiceProductionReadinessProofRuntimeOptions) => VoiceProductionReadinessProofRuntime;
|
|
715
|
+
export declare const summarizeVoiceProductionReadinessGate: (report: VoiceProductionReadinessReport, options?: VoiceProductionReadinessGateOptions) => VoiceProductionReadinessGateReport;
|
|
716
|
+
export declare const evaluateVoiceProductionReadinessEvidence: (report: VoiceProductionReadinessReport, input?: VoiceProductionReadinessAssertionInput) => VoiceProductionReadinessAssertionReport;
|
|
717
|
+
export declare const assertVoiceProductionReadinessEvidence: (report: VoiceProductionReadinessReport, input?: VoiceProductionReadinessAssertionInput) => VoiceProductionReadinessAssertionReport;
|
|
718
|
+
export declare const buildVoiceProductionReadinessReport: (options: VoiceProductionReadinessRoutesOptions, input?: {
|
|
719
|
+
query?: Record<string, unknown>;
|
|
720
|
+
request?: Request;
|
|
721
|
+
}) => Promise<VoiceProductionReadinessReport>;
|
|
722
|
+
export declare const buildVoiceProductionReadinessGate: (options: VoiceProductionReadinessRoutesOptions, input?: {
|
|
723
|
+
query?: Record<string, unknown>;
|
|
724
|
+
request?: Request;
|
|
725
|
+
}) => Promise<VoiceProductionReadinessGateReport>;
|
|
726
|
+
export declare const renderVoiceProductionReadinessHTML: (report: VoiceProductionReadinessReport, options?: {
|
|
727
|
+
title?: string;
|
|
728
|
+
}) => string;
|
|
729
|
+
export declare const createVoiceProductionReadinessRoutes: (options: VoiceProductionReadinessRoutesOptions) => Elysia<"", {
|
|
730
|
+
decorator: {};
|
|
731
|
+
store: {};
|
|
732
|
+
derive: {};
|
|
733
|
+
resolve: {};
|
|
734
|
+
}, {
|
|
735
|
+
typebox: {};
|
|
736
|
+
error: {};
|
|
737
|
+
}, {
|
|
738
|
+
schema: {};
|
|
739
|
+
standaloneSchema: {};
|
|
740
|
+
macro: {};
|
|
741
|
+
macroFn: {};
|
|
742
|
+
parser: {};
|
|
743
|
+
response: {};
|
|
744
|
+
}, {}, {
|
|
745
|
+
derive: {};
|
|
746
|
+
resolve: {};
|
|
747
|
+
schema: {};
|
|
748
|
+
standaloneSchema: {};
|
|
749
|
+
response: {};
|
|
750
|
+
}, {
|
|
751
|
+
derive: {};
|
|
752
|
+
resolve: {};
|
|
753
|
+
schema: {};
|
|
754
|
+
standaloneSchema: {};
|
|
755
|
+
response: {};
|
|
756
|
+
}>;
|