@absolutejs/voice 0.0.22-beta.53 → 0.0.22-beta.531
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 +10138 -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 +44595 -6189
- package/dist/internal/evidence.d.ts +10 -0
- 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 +12688 -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 +5264 -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 +11969 -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,959 @@
|
|
|
1
|
+
import { type VoiceReadinessFailuresClientOptions } from "../client/readinessFailures";
|
|
2
|
+
import type { VoiceProductionReadinessReport } from "../productionReadiness";
|
|
3
|
+
export declare const useVoiceReadinessFailures: (path?: string, options?: VoiceReadinessFailuresClientOptions) => {
|
|
4
|
+
error: Readonly<import("vue").Ref<string | null, string | null>>;
|
|
5
|
+
isLoading: Readonly<import("vue").Ref<boolean, boolean>>;
|
|
6
|
+
refresh: () => Promise<VoiceProductionReadinessReport | undefined>;
|
|
7
|
+
report: Readonly<import("vue").Ref<{
|
|
8
|
+
readonly checkedAt: number;
|
|
9
|
+
readonly checks: readonly {
|
|
10
|
+
readonly actions?: readonly {
|
|
11
|
+
readonly description?: string | undefined;
|
|
12
|
+
readonly href: string;
|
|
13
|
+
readonly label: string;
|
|
14
|
+
readonly method?: "GET" | "POST" | undefined;
|
|
15
|
+
}[] | undefined;
|
|
16
|
+
readonly detail?: string | undefined;
|
|
17
|
+
readonly gateExplanation?: {
|
|
18
|
+
readonly evidenceHref?: string | undefined;
|
|
19
|
+
readonly observed?: number | string | undefined;
|
|
20
|
+
readonly remediation: string;
|
|
21
|
+
readonly sourceHref?: string | undefined;
|
|
22
|
+
readonly threshold?: number | string | undefined;
|
|
23
|
+
readonly thresholdLabel?: string | undefined;
|
|
24
|
+
readonly unit?: "count" | "ms" | "rate" | "status" | undefined;
|
|
25
|
+
} | undefined;
|
|
26
|
+
readonly href?: string | undefined;
|
|
27
|
+
readonly label: string;
|
|
28
|
+
readonly proofSource?: {
|
|
29
|
+
readonly detail?: string | undefined;
|
|
30
|
+
readonly href?: string | undefined;
|
|
31
|
+
readonly label?: string | undefined;
|
|
32
|
+
readonly source: string;
|
|
33
|
+
readonly sourceLabel: string;
|
|
34
|
+
} | undefined;
|
|
35
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
36
|
+
readonly value?: number | string | undefined;
|
|
37
|
+
}[];
|
|
38
|
+
readonly links: {
|
|
39
|
+
readonly agentSquadContracts?: string | undefined;
|
|
40
|
+
readonly audit?: string | undefined;
|
|
41
|
+
readonly auditDeliveries?: string | undefined;
|
|
42
|
+
readonly bargeIn?: string | undefined;
|
|
43
|
+
readonly campaignReadiness?: string | undefined;
|
|
44
|
+
readonly carriers?: string | undefined;
|
|
45
|
+
readonly deliveryRuntime?: string | undefined;
|
|
46
|
+
readonly handoffs?: string | undefined;
|
|
47
|
+
readonly handoffRetry?: string | undefined;
|
|
48
|
+
readonly liveLatency?: string | undefined;
|
|
49
|
+
readonly operationsRecords?: string | undefined;
|
|
50
|
+
readonly observabilityExport?: string | undefined;
|
|
51
|
+
readonly observabilityExportDeliveries?: string | undefined;
|
|
52
|
+
readonly monitoring?: string | undefined;
|
|
53
|
+
readonly monitoringNotifierDelivery?: string | undefined;
|
|
54
|
+
readonly browserMedia?: string | undefined;
|
|
55
|
+
readonly mediaPipeline?: string | undefined;
|
|
56
|
+
readonly opsActions?: string | undefined;
|
|
57
|
+
readonly opsRecovery?: string | undefined;
|
|
58
|
+
readonly phoneAgentSmoke?: string | undefined;
|
|
59
|
+
readonly profileSwitchLiveDecisions?: string | undefined;
|
|
60
|
+
readonly profileSwitchPolicy?: string | undefined;
|
|
61
|
+
readonly profileSwitchReadiness?: string | undefined;
|
|
62
|
+
readonly telephonyWebhookSecurity?: string | undefined;
|
|
63
|
+
readonly telephonyMedia?: string | undefined;
|
|
64
|
+
readonly providerContracts?: string | undefined;
|
|
65
|
+
readonly providerOrchestration?: string | undefined;
|
|
66
|
+
readonly providerRoutingContracts?: string | undefined;
|
|
67
|
+
readonly providerSlo?: string | undefined;
|
|
68
|
+
readonly incidentRecoveryTrends?: string | undefined;
|
|
69
|
+
readonly quality?: string | undefined;
|
|
70
|
+
readonly reconnectContracts?: string | undefined;
|
|
71
|
+
readonly resilience?: string | undefined;
|
|
72
|
+
readonly sessions?: string | undefined;
|
|
73
|
+
readonly sloReadinessThresholds?: string | undefined;
|
|
74
|
+
readonly sessionObservability?: string | undefined;
|
|
75
|
+
readonly traceDeliveries?: string | undefined;
|
|
76
|
+
};
|
|
77
|
+
readonly profile?: {
|
|
78
|
+
readonly description: string;
|
|
79
|
+
readonly name: string;
|
|
80
|
+
readonly purpose: string;
|
|
81
|
+
readonly surfaces: readonly {
|
|
82
|
+
readonly configured: boolean;
|
|
83
|
+
readonly href?: string | undefined;
|
|
84
|
+
readonly key: string;
|
|
85
|
+
readonly label: string;
|
|
86
|
+
}[];
|
|
87
|
+
} | undefined;
|
|
88
|
+
readonly proofSources?: {
|
|
89
|
+
readonly [x: string]: {
|
|
90
|
+
readonly detail?: string | undefined;
|
|
91
|
+
readonly href?: string | undefined;
|
|
92
|
+
readonly label?: string | undefined;
|
|
93
|
+
readonly source: string;
|
|
94
|
+
readonly sourceLabel: string;
|
|
95
|
+
};
|
|
96
|
+
} | undefined;
|
|
97
|
+
readonly operationsRecords?: {
|
|
98
|
+
readonly failedSessions: readonly {
|
|
99
|
+
readonly detail?: string | undefined;
|
|
100
|
+
readonly href: string;
|
|
101
|
+
readonly label: string;
|
|
102
|
+
readonly sessionId: string;
|
|
103
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
104
|
+
}[];
|
|
105
|
+
readonly failingLatency: readonly {
|
|
106
|
+
readonly detail?: string | undefined;
|
|
107
|
+
readonly href: string;
|
|
108
|
+
readonly label: string;
|
|
109
|
+
readonly sessionId: string;
|
|
110
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
111
|
+
}[];
|
|
112
|
+
readonly mediaQuality: readonly {
|
|
113
|
+
readonly detail?: string | undefined;
|
|
114
|
+
readonly href: string;
|
|
115
|
+
readonly label: string;
|
|
116
|
+
readonly sessionId: string;
|
|
117
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
118
|
+
}[];
|
|
119
|
+
readonly providerErrors: readonly {
|
|
120
|
+
readonly detail?: string | undefined;
|
|
121
|
+
readonly href: string;
|
|
122
|
+
readonly label: string;
|
|
123
|
+
readonly sessionId: string;
|
|
124
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
125
|
+
}[];
|
|
126
|
+
readonly telephonyMedia: readonly {
|
|
127
|
+
readonly detail?: string | undefined;
|
|
128
|
+
readonly href: string;
|
|
129
|
+
readonly label: string;
|
|
130
|
+
readonly sessionId: string;
|
|
131
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
132
|
+
}[];
|
|
133
|
+
} | undefined;
|
|
134
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
135
|
+
readonly summary: {
|
|
136
|
+
readonly agentSquadContracts?: {
|
|
137
|
+
readonly failed: number;
|
|
138
|
+
readonly passed: number;
|
|
139
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
140
|
+
readonly total: number;
|
|
141
|
+
} | undefined;
|
|
142
|
+
readonly audit?: {
|
|
143
|
+
readonly events: number;
|
|
144
|
+
readonly missing: readonly {
|
|
145
|
+
readonly label?: string | undefined;
|
|
146
|
+
readonly maxAgeMs?: number | undefined;
|
|
147
|
+
readonly outcomes?: readonly import("..").VoiceAuditOutcome[] | undefined;
|
|
148
|
+
readonly status?: import("..").VoiceProductionReadinessStatus | undefined;
|
|
149
|
+
readonly type: import("..").VoiceAuditEventType;
|
|
150
|
+
}[];
|
|
151
|
+
readonly present: {
|
|
152
|
+
readonly "operator.action": number;
|
|
153
|
+
readonly handoff: number;
|
|
154
|
+
readonly "profile.switch": number;
|
|
155
|
+
readonly "provider.call": number;
|
|
156
|
+
readonly "retention.policy": number;
|
|
157
|
+
readonly "tool.call": number;
|
|
158
|
+
};
|
|
159
|
+
readonly required: readonly {
|
|
160
|
+
readonly label?: string | undefined;
|
|
161
|
+
readonly maxAgeMs?: number | undefined;
|
|
162
|
+
readonly outcomes?: readonly import("..").VoiceAuditOutcome[] | undefined;
|
|
163
|
+
readonly status?: import("..").VoiceProductionReadinessStatus | undefined;
|
|
164
|
+
readonly type: import("..").VoiceAuditEventType;
|
|
165
|
+
}[];
|
|
166
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
167
|
+
} | undefined;
|
|
168
|
+
readonly auditDeliveries?: {
|
|
169
|
+
readonly deadLettered: number;
|
|
170
|
+
readonly delivered: number;
|
|
171
|
+
readonly failed: number;
|
|
172
|
+
readonly failPendingAfterMs: number;
|
|
173
|
+
readonly pending: number;
|
|
174
|
+
readonly retryEligible: number;
|
|
175
|
+
readonly skipped: number;
|
|
176
|
+
readonly staleFailing: number;
|
|
177
|
+
readonly staleWarning: number;
|
|
178
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
179
|
+
readonly total: number;
|
|
180
|
+
readonly warnPendingAfterMs: number;
|
|
181
|
+
} | undefined;
|
|
182
|
+
readonly bargeIn?: {
|
|
183
|
+
readonly failed: number;
|
|
184
|
+
readonly passed: number;
|
|
185
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
186
|
+
readonly total: number;
|
|
187
|
+
readonly warnings: number;
|
|
188
|
+
} | undefined;
|
|
189
|
+
readonly campaignReadiness?: {
|
|
190
|
+
readonly failed: number;
|
|
191
|
+
readonly passed: number;
|
|
192
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
193
|
+
readonly total: number;
|
|
194
|
+
} | undefined;
|
|
195
|
+
readonly carriers?: {
|
|
196
|
+
readonly failing: number;
|
|
197
|
+
readonly providers: number;
|
|
198
|
+
readonly ready: number;
|
|
199
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
200
|
+
readonly warnings: number;
|
|
201
|
+
} | undefined;
|
|
202
|
+
readonly deliveryRuntime?: {
|
|
203
|
+
readonly audit?: {
|
|
204
|
+
readonly deadLettered: number;
|
|
205
|
+
readonly delivered: number;
|
|
206
|
+
readonly failed: number;
|
|
207
|
+
readonly pending: number;
|
|
208
|
+
readonly retryEligible: number;
|
|
209
|
+
readonly skipped: number;
|
|
210
|
+
readonly total: number;
|
|
211
|
+
} | undefined;
|
|
212
|
+
readonly deadLettered: number;
|
|
213
|
+
readonly delivered: number;
|
|
214
|
+
readonly failed: number;
|
|
215
|
+
readonly pending: number;
|
|
216
|
+
readonly retryEligible: number;
|
|
217
|
+
readonly skipped: number;
|
|
218
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
219
|
+
readonly total: number;
|
|
220
|
+
readonly trace?: {
|
|
221
|
+
readonly deadLettered: number;
|
|
222
|
+
readonly delivered: number;
|
|
223
|
+
readonly failed: number;
|
|
224
|
+
readonly pending: number;
|
|
225
|
+
readonly retryEligible: number;
|
|
226
|
+
readonly skipped: number;
|
|
227
|
+
readonly total: number;
|
|
228
|
+
} | undefined;
|
|
229
|
+
} | undefined;
|
|
230
|
+
readonly handoffs: {
|
|
231
|
+
readonly failed: number;
|
|
232
|
+
readonly total: number;
|
|
233
|
+
};
|
|
234
|
+
readonly liveLatency: {
|
|
235
|
+
readonly averageLatencyMs?: number | undefined;
|
|
236
|
+
readonly failed: number;
|
|
237
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
238
|
+
readonly total: number;
|
|
239
|
+
readonly warnings: number;
|
|
240
|
+
};
|
|
241
|
+
readonly monitoring?: {
|
|
242
|
+
readonly criticalOpen: number;
|
|
243
|
+
readonly elapsedMs?: number | undefined;
|
|
244
|
+
readonly open: number;
|
|
245
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
246
|
+
readonly total: number;
|
|
247
|
+
} | undefined;
|
|
248
|
+
readonly monitoringNotifierDelivery?: {
|
|
249
|
+
readonly elapsedMs?: number | undefined;
|
|
250
|
+
readonly failed: number;
|
|
251
|
+
readonly notifiers: number;
|
|
252
|
+
readonly sent: number;
|
|
253
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
254
|
+
readonly total: number;
|
|
255
|
+
} | undefined;
|
|
256
|
+
readonly mediaPipeline?: {
|
|
257
|
+
readonly assistantAudioFrames: number;
|
|
258
|
+
readonly backpressureEvents: number;
|
|
259
|
+
readonly gapCount: number;
|
|
260
|
+
readonly inputAudioFrames: number;
|
|
261
|
+
readonly issues: number;
|
|
262
|
+
readonly jitterMs?: number | undefined;
|
|
263
|
+
readonly speechRatio: number;
|
|
264
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
265
|
+
readonly timestampDriftMs?: number | undefined;
|
|
266
|
+
} | undefined;
|
|
267
|
+
readonly browserMedia?: {
|
|
268
|
+
readonly activeCandidatePairs: number;
|
|
269
|
+
readonly bytesReceived: number;
|
|
270
|
+
readonly bytesSent: number;
|
|
271
|
+
readonly issues: number;
|
|
272
|
+
readonly jitterMs?: number | undefined;
|
|
273
|
+
readonly liveAudioTracks: number;
|
|
274
|
+
readonly packetLossRatio: number;
|
|
275
|
+
readonly roundTripTimeMs?: number | undefined;
|
|
276
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
277
|
+
} | undefined;
|
|
278
|
+
readonly opsActionHistory?: {
|
|
279
|
+
readonly failed: number;
|
|
280
|
+
readonly passed: number;
|
|
281
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
282
|
+
readonly total: number;
|
|
283
|
+
readonly warnWhenEmpty: boolean;
|
|
284
|
+
} | undefined;
|
|
285
|
+
readonly opsRecovery?: {
|
|
286
|
+
readonly issues: number;
|
|
287
|
+
readonly recoveredFallbacks: number;
|
|
288
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
289
|
+
readonly unresolvedProviderFailures: number;
|
|
290
|
+
} | undefined;
|
|
291
|
+
readonly incidentRecoveryOutcomes?: {
|
|
292
|
+
readonly failed: number;
|
|
293
|
+
readonly improved: number;
|
|
294
|
+
readonly regressed: number;
|
|
295
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
296
|
+
readonly total: number;
|
|
297
|
+
readonly unchanged: number;
|
|
298
|
+
} | undefined;
|
|
299
|
+
readonly incidentRecoveryTrend?: {
|
|
300
|
+
readonly cycles: number;
|
|
301
|
+
readonly failed: number;
|
|
302
|
+
readonly failureRate: number;
|
|
303
|
+
readonly improved: number;
|
|
304
|
+
readonly improvementRate: number;
|
|
305
|
+
readonly regressed: number;
|
|
306
|
+
readonly regressionRate: number;
|
|
307
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
308
|
+
readonly total: number;
|
|
309
|
+
readonly unchanged: number;
|
|
310
|
+
readonly unchangedRate: number;
|
|
311
|
+
} | undefined;
|
|
312
|
+
readonly observabilityExport?: {
|
|
313
|
+
readonly artifacts: number;
|
|
314
|
+
readonly auditEvents: number;
|
|
315
|
+
readonly envelopes: number;
|
|
316
|
+
readonly issues: number;
|
|
317
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
318
|
+
readonly traceEvents: number;
|
|
319
|
+
} | undefined;
|
|
320
|
+
readonly observabilityExportDeliveryHistory?: {
|
|
321
|
+
readonly delivered: number;
|
|
322
|
+
readonly failed: number;
|
|
323
|
+
readonly latestSuccessAgeMs?: number | undefined;
|
|
324
|
+
readonly receipts: number;
|
|
325
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
326
|
+
readonly totalDestinations: number;
|
|
327
|
+
} | undefined;
|
|
328
|
+
readonly observabilityExportReplay?: {
|
|
329
|
+
readonly artifacts: number;
|
|
330
|
+
readonly deliveryDestinations: number;
|
|
331
|
+
readonly failedArtifacts: number;
|
|
332
|
+
readonly failedDeliveryDestinations: number;
|
|
333
|
+
readonly issues: number;
|
|
334
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
335
|
+
readonly validationIssues: number;
|
|
336
|
+
} | undefined;
|
|
337
|
+
readonly providers: {
|
|
338
|
+
readonly degraded: number;
|
|
339
|
+
readonly total: number;
|
|
340
|
+
};
|
|
341
|
+
readonly providerStack?: {
|
|
342
|
+
readonly gaps: readonly {
|
|
343
|
+
readonly kind: import("..").VoiceProviderStackKind;
|
|
344
|
+
readonly missing: readonly string[];
|
|
345
|
+
readonly present: readonly string[];
|
|
346
|
+
readonly provider?: string | undefined;
|
|
347
|
+
readonly required: readonly string[];
|
|
348
|
+
readonly status: "fail" | "pass" | "warn";
|
|
349
|
+
}[];
|
|
350
|
+
readonly missing: number;
|
|
351
|
+
readonly profile: import("..").VoiceReadinessProfileName;
|
|
352
|
+
readonly status: "fail" | "pass" | "warn";
|
|
353
|
+
} | undefined;
|
|
354
|
+
readonly providerContractMatrix?: {
|
|
355
|
+
readonly failed: number;
|
|
356
|
+
readonly passed: number;
|
|
357
|
+
readonly rows: readonly {
|
|
358
|
+
readonly checks: readonly {
|
|
359
|
+
readonly detail?: string | undefined;
|
|
360
|
+
readonly key: string;
|
|
361
|
+
readonly label: string;
|
|
362
|
+
readonly remediation?: {
|
|
363
|
+
readonly code: string;
|
|
364
|
+
readonly detail: string;
|
|
365
|
+
readonly href?: string | undefined;
|
|
366
|
+
readonly label: string;
|
|
367
|
+
} | undefined;
|
|
368
|
+
readonly status: import("..").VoiceProviderContractCheckStatus;
|
|
369
|
+
}[];
|
|
370
|
+
readonly configured: boolean;
|
|
371
|
+
readonly kind: import("..").VoiceProviderStackKind;
|
|
372
|
+
readonly provider: string;
|
|
373
|
+
readonly selected: boolean;
|
|
374
|
+
readonly status: import("..").VoiceProviderContractCheckStatus;
|
|
375
|
+
}[];
|
|
376
|
+
readonly status: import("..").VoiceProviderContractCheckStatus;
|
|
377
|
+
readonly total: number;
|
|
378
|
+
readonly warned: number;
|
|
379
|
+
} | undefined;
|
|
380
|
+
readonly providerOrchestration?: {
|
|
381
|
+
readonly failed: number;
|
|
382
|
+
readonly issues: number;
|
|
383
|
+
readonly passed: number;
|
|
384
|
+
readonly providers: number;
|
|
385
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
386
|
+
readonly surfaces: number;
|
|
387
|
+
readonly warned: number;
|
|
388
|
+
} | undefined;
|
|
389
|
+
readonly providerRecovery: {
|
|
390
|
+
readonly recovered: number;
|
|
391
|
+
readonly recoveredSessions: number;
|
|
392
|
+
readonly recoveredTurns: number;
|
|
393
|
+
readonly status: "fail" | "pass";
|
|
394
|
+
readonly total: number;
|
|
395
|
+
readonly unresolvedErrors: number;
|
|
396
|
+
readonly unresolvedSessions: number;
|
|
397
|
+
};
|
|
398
|
+
readonly profileSwitchReadiness?: {
|
|
399
|
+
readonly auditEvents: number;
|
|
400
|
+
readonly decisions: number;
|
|
401
|
+
readonly issues: number;
|
|
402
|
+
readonly policyCases?: number | undefined;
|
|
403
|
+
readonly sessions: number;
|
|
404
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
405
|
+
readonly traceEvents: number;
|
|
406
|
+
} | undefined;
|
|
407
|
+
readonly phoneAgentSmokes?: {
|
|
408
|
+
readonly failed: number;
|
|
409
|
+
readonly passed: number;
|
|
410
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
411
|
+
readonly total: number;
|
|
412
|
+
} | undefined;
|
|
413
|
+
readonly telephonyWebhookSecurity?: {
|
|
414
|
+
readonly enabled: number;
|
|
415
|
+
readonly failed: number;
|
|
416
|
+
readonly passed: number;
|
|
417
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
418
|
+
readonly warned: number;
|
|
419
|
+
} | undefined;
|
|
420
|
+
readonly telephonyMedia?: {
|
|
421
|
+
readonly audioBytes: number;
|
|
422
|
+
readonly carriers: number;
|
|
423
|
+
readonly failed: number;
|
|
424
|
+
readonly issues: number;
|
|
425
|
+
readonly lifecycleFailures: number;
|
|
426
|
+
readonly mediaEvents: number;
|
|
427
|
+
readonly passed: number;
|
|
428
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
429
|
+
} | undefined;
|
|
430
|
+
readonly providerRoutingContracts?: {
|
|
431
|
+
readonly failed: number;
|
|
432
|
+
readonly passed: number;
|
|
433
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
434
|
+
readonly total: number;
|
|
435
|
+
} | undefined;
|
|
436
|
+
readonly providerSlo?: {
|
|
437
|
+
readonly events: number;
|
|
438
|
+
readonly eventsWithLatency: number;
|
|
439
|
+
readonly issues: number;
|
|
440
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
441
|
+
} | undefined;
|
|
442
|
+
readonly reconnectContracts?: {
|
|
443
|
+
readonly failed: number;
|
|
444
|
+
readonly passed: number;
|
|
445
|
+
readonly resumeLatencyP95Ms?: number | undefined;
|
|
446
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
447
|
+
readonly total: number;
|
|
448
|
+
} | undefined;
|
|
449
|
+
readonly sessionObservability?: {
|
|
450
|
+
readonly failed: number;
|
|
451
|
+
readonly passed: number;
|
|
452
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
453
|
+
readonly total: number;
|
|
454
|
+
readonly warnings: number;
|
|
455
|
+
} | undefined;
|
|
456
|
+
readonly quality: {
|
|
457
|
+
readonly status: "fail" | "pass";
|
|
458
|
+
};
|
|
459
|
+
readonly routing: {
|
|
460
|
+
readonly events: number;
|
|
461
|
+
readonly sessions: number;
|
|
462
|
+
};
|
|
463
|
+
readonly sessions: {
|
|
464
|
+
readonly failed: number;
|
|
465
|
+
readonly total: number;
|
|
466
|
+
};
|
|
467
|
+
readonly traceDeliveries?: {
|
|
468
|
+
readonly deadLettered: number;
|
|
469
|
+
readonly delivered: number;
|
|
470
|
+
readonly failed: number;
|
|
471
|
+
readonly failPendingAfterMs: number;
|
|
472
|
+
readonly pending: number;
|
|
473
|
+
readonly retryEligible: number;
|
|
474
|
+
readonly skipped: number;
|
|
475
|
+
readonly staleFailing: number;
|
|
476
|
+
readonly staleWarning: number;
|
|
477
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
478
|
+
readonly total: number;
|
|
479
|
+
readonly warnPendingAfterMs: number;
|
|
480
|
+
} | undefined;
|
|
481
|
+
};
|
|
482
|
+
} | undefined, {
|
|
483
|
+
readonly checkedAt: number;
|
|
484
|
+
readonly checks: readonly {
|
|
485
|
+
readonly actions?: readonly {
|
|
486
|
+
readonly description?: string | undefined;
|
|
487
|
+
readonly href: string;
|
|
488
|
+
readonly label: string;
|
|
489
|
+
readonly method?: "GET" | "POST" | undefined;
|
|
490
|
+
}[] | undefined;
|
|
491
|
+
readonly detail?: string | undefined;
|
|
492
|
+
readonly gateExplanation?: {
|
|
493
|
+
readonly evidenceHref?: string | undefined;
|
|
494
|
+
readonly observed?: number | string | undefined;
|
|
495
|
+
readonly remediation: string;
|
|
496
|
+
readonly sourceHref?: string | undefined;
|
|
497
|
+
readonly threshold?: number | string | undefined;
|
|
498
|
+
readonly thresholdLabel?: string | undefined;
|
|
499
|
+
readonly unit?: "count" | "ms" | "rate" | "status" | undefined;
|
|
500
|
+
} | undefined;
|
|
501
|
+
readonly href?: string | undefined;
|
|
502
|
+
readonly label: string;
|
|
503
|
+
readonly proofSource?: {
|
|
504
|
+
readonly detail?: string | undefined;
|
|
505
|
+
readonly href?: string | undefined;
|
|
506
|
+
readonly label?: string | undefined;
|
|
507
|
+
readonly source: string;
|
|
508
|
+
readonly sourceLabel: string;
|
|
509
|
+
} | undefined;
|
|
510
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
511
|
+
readonly value?: number | string | undefined;
|
|
512
|
+
}[];
|
|
513
|
+
readonly links: {
|
|
514
|
+
readonly agentSquadContracts?: string | undefined;
|
|
515
|
+
readonly audit?: string | undefined;
|
|
516
|
+
readonly auditDeliveries?: string | undefined;
|
|
517
|
+
readonly bargeIn?: string | undefined;
|
|
518
|
+
readonly campaignReadiness?: string | undefined;
|
|
519
|
+
readonly carriers?: string | undefined;
|
|
520
|
+
readonly deliveryRuntime?: string | undefined;
|
|
521
|
+
readonly handoffs?: string | undefined;
|
|
522
|
+
readonly handoffRetry?: string | undefined;
|
|
523
|
+
readonly liveLatency?: string | undefined;
|
|
524
|
+
readonly operationsRecords?: string | undefined;
|
|
525
|
+
readonly observabilityExport?: string | undefined;
|
|
526
|
+
readonly observabilityExportDeliveries?: string | undefined;
|
|
527
|
+
readonly monitoring?: string | undefined;
|
|
528
|
+
readonly monitoringNotifierDelivery?: string | undefined;
|
|
529
|
+
readonly browserMedia?: string | undefined;
|
|
530
|
+
readonly mediaPipeline?: string | undefined;
|
|
531
|
+
readonly opsActions?: string | undefined;
|
|
532
|
+
readonly opsRecovery?: string | undefined;
|
|
533
|
+
readonly phoneAgentSmoke?: string | undefined;
|
|
534
|
+
readonly profileSwitchLiveDecisions?: string | undefined;
|
|
535
|
+
readonly profileSwitchPolicy?: string | undefined;
|
|
536
|
+
readonly profileSwitchReadiness?: string | undefined;
|
|
537
|
+
readonly telephonyWebhookSecurity?: string | undefined;
|
|
538
|
+
readonly telephonyMedia?: string | undefined;
|
|
539
|
+
readonly providerContracts?: string | undefined;
|
|
540
|
+
readonly providerOrchestration?: string | undefined;
|
|
541
|
+
readonly providerRoutingContracts?: string | undefined;
|
|
542
|
+
readonly providerSlo?: string | undefined;
|
|
543
|
+
readonly incidentRecoveryTrends?: string | undefined;
|
|
544
|
+
readonly quality?: string | undefined;
|
|
545
|
+
readonly reconnectContracts?: string | undefined;
|
|
546
|
+
readonly resilience?: string | undefined;
|
|
547
|
+
readonly sessions?: string | undefined;
|
|
548
|
+
readonly sloReadinessThresholds?: string | undefined;
|
|
549
|
+
readonly sessionObservability?: string | undefined;
|
|
550
|
+
readonly traceDeliveries?: string | undefined;
|
|
551
|
+
};
|
|
552
|
+
readonly profile?: {
|
|
553
|
+
readonly description: string;
|
|
554
|
+
readonly name: string;
|
|
555
|
+
readonly purpose: string;
|
|
556
|
+
readonly surfaces: readonly {
|
|
557
|
+
readonly configured: boolean;
|
|
558
|
+
readonly href?: string | undefined;
|
|
559
|
+
readonly key: string;
|
|
560
|
+
readonly label: string;
|
|
561
|
+
}[];
|
|
562
|
+
} | undefined;
|
|
563
|
+
readonly proofSources?: {
|
|
564
|
+
readonly [x: string]: {
|
|
565
|
+
readonly detail?: string | undefined;
|
|
566
|
+
readonly href?: string | undefined;
|
|
567
|
+
readonly label?: string | undefined;
|
|
568
|
+
readonly source: string;
|
|
569
|
+
readonly sourceLabel: string;
|
|
570
|
+
};
|
|
571
|
+
} | undefined;
|
|
572
|
+
readonly operationsRecords?: {
|
|
573
|
+
readonly failedSessions: readonly {
|
|
574
|
+
readonly detail?: string | undefined;
|
|
575
|
+
readonly href: string;
|
|
576
|
+
readonly label: string;
|
|
577
|
+
readonly sessionId: string;
|
|
578
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
579
|
+
}[];
|
|
580
|
+
readonly failingLatency: readonly {
|
|
581
|
+
readonly detail?: string | undefined;
|
|
582
|
+
readonly href: string;
|
|
583
|
+
readonly label: string;
|
|
584
|
+
readonly sessionId: string;
|
|
585
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
586
|
+
}[];
|
|
587
|
+
readonly mediaQuality: readonly {
|
|
588
|
+
readonly detail?: string | undefined;
|
|
589
|
+
readonly href: string;
|
|
590
|
+
readonly label: string;
|
|
591
|
+
readonly sessionId: string;
|
|
592
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
593
|
+
}[];
|
|
594
|
+
readonly providerErrors: readonly {
|
|
595
|
+
readonly detail?: string | undefined;
|
|
596
|
+
readonly href: string;
|
|
597
|
+
readonly label: string;
|
|
598
|
+
readonly sessionId: string;
|
|
599
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
600
|
+
}[];
|
|
601
|
+
readonly telephonyMedia: readonly {
|
|
602
|
+
readonly detail?: string | undefined;
|
|
603
|
+
readonly href: string;
|
|
604
|
+
readonly label: string;
|
|
605
|
+
readonly sessionId: string;
|
|
606
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
607
|
+
}[];
|
|
608
|
+
} | undefined;
|
|
609
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
610
|
+
readonly summary: {
|
|
611
|
+
readonly agentSquadContracts?: {
|
|
612
|
+
readonly failed: number;
|
|
613
|
+
readonly passed: number;
|
|
614
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
615
|
+
readonly total: number;
|
|
616
|
+
} | undefined;
|
|
617
|
+
readonly audit?: {
|
|
618
|
+
readonly events: number;
|
|
619
|
+
readonly missing: readonly {
|
|
620
|
+
readonly label?: string | undefined;
|
|
621
|
+
readonly maxAgeMs?: number | undefined;
|
|
622
|
+
readonly outcomes?: readonly import("..").VoiceAuditOutcome[] | undefined;
|
|
623
|
+
readonly status?: import("..").VoiceProductionReadinessStatus | undefined;
|
|
624
|
+
readonly type: import("..").VoiceAuditEventType;
|
|
625
|
+
}[];
|
|
626
|
+
readonly present: {
|
|
627
|
+
readonly "operator.action": number;
|
|
628
|
+
readonly handoff: number;
|
|
629
|
+
readonly "profile.switch": number;
|
|
630
|
+
readonly "provider.call": number;
|
|
631
|
+
readonly "retention.policy": number;
|
|
632
|
+
readonly "tool.call": number;
|
|
633
|
+
};
|
|
634
|
+
readonly required: readonly {
|
|
635
|
+
readonly label?: string | undefined;
|
|
636
|
+
readonly maxAgeMs?: number | undefined;
|
|
637
|
+
readonly outcomes?: readonly import("..").VoiceAuditOutcome[] | undefined;
|
|
638
|
+
readonly status?: import("..").VoiceProductionReadinessStatus | undefined;
|
|
639
|
+
readonly type: import("..").VoiceAuditEventType;
|
|
640
|
+
}[];
|
|
641
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
642
|
+
} | undefined;
|
|
643
|
+
readonly auditDeliveries?: {
|
|
644
|
+
readonly deadLettered: number;
|
|
645
|
+
readonly delivered: number;
|
|
646
|
+
readonly failed: number;
|
|
647
|
+
readonly failPendingAfterMs: number;
|
|
648
|
+
readonly pending: number;
|
|
649
|
+
readonly retryEligible: number;
|
|
650
|
+
readonly skipped: number;
|
|
651
|
+
readonly staleFailing: number;
|
|
652
|
+
readonly staleWarning: number;
|
|
653
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
654
|
+
readonly total: number;
|
|
655
|
+
readonly warnPendingAfterMs: number;
|
|
656
|
+
} | undefined;
|
|
657
|
+
readonly bargeIn?: {
|
|
658
|
+
readonly failed: number;
|
|
659
|
+
readonly passed: number;
|
|
660
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
661
|
+
readonly total: number;
|
|
662
|
+
readonly warnings: number;
|
|
663
|
+
} | undefined;
|
|
664
|
+
readonly campaignReadiness?: {
|
|
665
|
+
readonly failed: number;
|
|
666
|
+
readonly passed: number;
|
|
667
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
668
|
+
readonly total: number;
|
|
669
|
+
} | undefined;
|
|
670
|
+
readonly carriers?: {
|
|
671
|
+
readonly failing: number;
|
|
672
|
+
readonly providers: number;
|
|
673
|
+
readonly ready: number;
|
|
674
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
675
|
+
readonly warnings: number;
|
|
676
|
+
} | undefined;
|
|
677
|
+
readonly deliveryRuntime?: {
|
|
678
|
+
readonly audit?: {
|
|
679
|
+
readonly deadLettered: number;
|
|
680
|
+
readonly delivered: number;
|
|
681
|
+
readonly failed: number;
|
|
682
|
+
readonly pending: number;
|
|
683
|
+
readonly retryEligible: number;
|
|
684
|
+
readonly skipped: number;
|
|
685
|
+
readonly total: number;
|
|
686
|
+
} | undefined;
|
|
687
|
+
readonly deadLettered: number;
|
|
688
|
+
readonly delivered: number;
|
|
689
|
+
readonly failed: number;
|
|
690
|
+
readonly pending: number;
|
|
691
|
+
readonly retryEligible: number;
|
|
692
|
+
readonly skipped: number;
|
|
693
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
694
|
+
readonly total: number;
|
|
695
|
+
readonly trace?: {
|
|
696
|
+
readonly deadLettered: number;
|
|
697
|
+
readonly delivered: number;
|
|
698
|
+
readonly failed: number;
|
|
699
|
+
readonly pending: number;
|
|
700
|
+
readonly retryEligible: number;
|
|
701
|
+
readonly skipped: number;
|
|
702
|
+
readonly total: number;
|
|
703
|
+
} | undefined;
|
|
704
|
+
} | undefined;
|
|
705
|
+
readonly handoffs: {
|
|
706
|
+
readonly failed: number;
|
|
707
|
+
readonly total: number;
|
|
708
|
+
};
|
|
709
|
+
readonly liveLatency: {
|
|
710
|
+
readonly averageLatencyMs?: number | undefined;
|
|
711
|
+
readonly failed: number;
|
|
712
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
713
|
+
readonly total: number;
|
|
714
|
+
readonly warnings: number;
|
|
715
|
+
};
|
|
716
|
+
readonly monitoring?: {
|
|
717
|
+
readonly criticalOpen: number;
|
|
718
|
+
readonly elapsedMs?: number | undefined;
|
|
719
|
+
readonly open: number;
|
|
720
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
721
|
+
readonly total: number;
|
|
722
|
+
} | undefined;
|
|
723
|
+
readonly monitoringNotifierDelivery?: {
|
|
724
|
+
readonly elapsedMs?: number | undefined;
|
|
725
|
+
readonly failed: number;
|
|
726
|
+
readonly notifiers: number;
|
|
727
|
+
readonly sent: number;
|
|
728
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
729
|
+
readonly total: number;
|
|
730
|
+
} | undefined;
|
|
731
|
+
readonly mediaPipeline?: {
|
|
732
|
+
readonly assistantAudioFrames: number;
|
|
733
|
+
readonly backpressureEvents: number;
|
|
734
|
+
readonly gapCount: number;
|
|
735
|
+
readonly inputAudioFrames: number;
|
|
736
|
+
readonly issues: number;
|
|
737
|
+
readonly jitterMs?: number | undefined;
|
|
738
|
+
readonly speechRatio: number;
|
|
739
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
740
|
+
readonly timestampDriftMs?: number | undefined;
|
|
741
|
+
} | undefined;
|
|
742
|
+
readonly browserMedia?: {
|
|
743
|
+
readonly activeCandidatePairs: number;
|
|
744
|
+
readonly bytesReceived: number;
|
|
745
|
+
readonly bytesSent: number;
|
|
746
|
+
readonly issues: number;
|
|
747
|
+
readonly jitterMs?: number | undefined;
|
|
748
|
+
readonly liveAudioTracks: number;
|
|
749
|
+
readonly packetLossRatio: number;
|
|
750
|
+
readonly roundTripTimeMs?: number | undefined;
|
|
751
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
752
|
+
} | undefined;
|
|
753
|
+
readonly opsActionHistory?: {
|
|
754
|
+
readonly failed: number;
|
|
755
|
+
readonly passed: number;
|
|
756
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
757
|
+
readonly total: number;
|
|
758
|
+
readonly warnWhenEmpty: boolean;
|
|
759
|
+
} | undefined;
|
|
760
|
+
readonly opsRecovery?: {
|
|
761
|
+
readonly issues: number;
|
|
762
|
+
readonly recoveredFallbacks: number;
|
|
763
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
764
|
+
readonly unresolvedProviderFailures: number;
|
|
765
|
+
} | undefined;
|
|
766
|
+
readonly incidentRecoveryOutcomes?: {
|
|
767
|
+
readonly failed: number;
|
|
768
|
+
readonly improved: number;
|
|
769
|
+
readonly regressed: number;
|
|
770
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
771
|
+
readonly total: number;
|
|
772
|
+
readonly unchanged: number;
|
|
773
|
+
} | undefined;
|
|
774
|
+
readonly incidentRecoveryTrend?: {
|
|
775
|
+
readonly cycles: number;
|
|
776
|
+
readonly failed: number;
|
|
777
|
+
readonly failureRate: number;
|
|
778
|
+
readonly improved: number;
|
|
779
|
+
readonly improvementRate: number;
|
|
780
|
+
readonly regressed: number;
|
|
781
|
+
readonly regressionRate: number;
|
|
782
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
783
|
+
readonly total: number;
|
|
784
|
+
readonly unchanged: number;
|
|
785
|
+
readonly unchangedRate: number;
|
|
786
|
+
} | undefined;
|
|
787
|
+
readonly observabilityExport?: {
|
|
788
|
+
readonly artifacts: number;
|
|
789
|
+
readonly auditEvents: number;
|
|
790
|
+
readonly envelopes: number;
|
|
791
|
+
readonly issues: number;
|
|
792
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
793
|
+
readonly traceEvents: number;
|
|
794
|
+
} | undefined;
|
|
795
|
+
readonly observabilityExportDeliveryHistory?: {
|
|
796
|
+
readonly delivered: number;
|
|
797
|
+
readonly failed: number;
|
|
798
|
+
readonly latestSuccessAgeMs?: number | undefined;
|
|
799
|
+
readonly receipts: number;
|
|
800
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
801
|
+
readonly totalDestinations: number;
|
|
802
|
+
} | undefined;
|
|
803
|
+
readonly observabilityExportReplay?: {
|
|
804
|
+
readonly artifacts: number;
|
|
805
|
+
readonly deliveryDestinations: number;
|
|
806
|
+
readonly failedArtifacts: number;
|
|
807
|
+
readonly failedDeliveryDestinations: number;
|
|
808
|
+
readonly issues: number;
|
|
809
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
810
|
+
readonly validationIssues: number;
|
|
811
|
+
} | undefined;
|
|
812
|
+
readonly providers: {
|
|
813
|
+
readonly degraded: number;
|
|
814
|
+
readonly total: number;
|
|
815
|
+
};
|
|
816
|
+
readonly providerStack?: {
|
|
817
|
+
readonly gaps: readonly {
|
|
818
|
+
readonly kind: import("..").VoiceProviderStackKind;
|
|
819
|
+
readonly missing: readonly string[];
|
|
820
|
+
readonly present: readonly string[];
|
|
821
|
+
readonly provider?: string | undefined;
|
|
822
|
+
readonly required: readonly string[];
|
|
823
|
+
readonly status: "fail" | "pass" | "warn";
|
|
824
|
+
}[];
|
|
825
|
+
readonly missing: number;
|
|
826
|
+
readonly profile: import("..").VoiceReadinessProfileName;
|
|
827
|
+
readonly status: "fail" | "pass" | "warn";
|
|
828
|
+
} | undefined;
|
|
829
|
+
readonly providerContractMatrix?: {
|
|
830
|
+
readonly failed: number;
|
|
831
|
+
readonly passed: number;
|
|
832
|
+
readonly rows: readonly {
|
|
833
|
+
readonly checks: readonly {
|
|
834
|
+
readonly detail?: string | undefined;
|
|
835
|
+
readonly key: string;
|
|
836
|
+
readonly label: string;
|
|
837
|
+
readonly remediation?: {
|
|
838
|
+
readonly code: string;
|
|
839
|
+
readonly detail: string;
|
|
840
|
+
readonly href?: string | undefined;
|
|
841
|
+
readonly label: string;
|
|
842
|
+
} | undefined;
|
|
843
|
+
readonly status: import("..").VoiceProviderContractCheckStatus;
|
|
844
|
+
}[];
|
|
845
|
+
readonly configured: boolean;
|
|
846
|
+
readonly kind: import("..").VoiceProviderStackKind;
|
|
847
|
+
readonly provider: string;
|
|
848
|
+
readonly selected: boolean;
|
|
849
|
+
readonly status: import("..").VoiceProviderContractCheckStatus;
|
|
850
|
+
}[];
|
|
851
|
+
readonly status: import("..").VoiceProviderContractCheckStatus;
|
|
852
|
+
readonly total: number;
|
|
853
|
+
readonly warned: number;
|
|
854
|
+
} | undefined;
|
|
855
|
+
readonly providerOrchestration?: {
|
|
856
|
+
readonly failed: number;
|
|
857
|
+
readonly issues: number;
|
|
858
|
+
readonly passed: number;
|
|
859
|
+
readonly providers: number;
|
|
860
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
861
|
+
readonly surfaces: number;
|
|
862
|
+
readonly warned: number;
|
|
863
|
+
} | undefined;
|
|
864
|
+
readonly providerRecovery: {
|
|
865
|
+
readonly recovered: number;
|
|
866
|
+
readonly recoveredSessions: number;
|
|
867
|
+
readonly recoveredTurns: number;
|
|
868
|
+
readonly status: "fail" | "pass";
|
|
869
|
+
readonly total: number;
|
|
870
|
+
readonly unresolvedErrors: number;
|
|
871
|
+
readonly unresolvedSessions: number;
|
|
872
|
+
};
|
|
873
|
+
readonly profileSwitchReadiness?: {
|
|
874
|
+
readonly auditEvents: number;
|
|
875
|
+
readonly decisions: number;
|
|
876
|
+
readonly issues: number;
|
|
877
|
+
readonly policyCases?: number | undefined;
|
|
878
|
+
readonly sessions: number;
|
|
879
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
880
|
+
readonly traceEvents: number;
|
|
881
|
+
} | undefined;
|
|
882
|
+
readonly phoneAgentSmokes?: {
|
|
883
|
+
readonly failed: number;
|
|
884
|
+
readonly passed: number;
|
|
885
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
886
|
+
readonly total: number;
|
|
887
|
+
} | undefined;
|
|
888
|
+
readonly telephonyWebhookSecurity?: {
|
|
889
|
+
readonly enabled: number;
|
|
890
|
+
readonly failed: number;
|
|
891
|
+
readonly passed: number;
|
|
892
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
893
|
+
readonly warned: number;
|
|
894
|
+
} | undefined;
|
|
895
|
+
readonly telephonyMedia?: {
|
|
896
|
+
readonly audioBytes: number;
|
|
897
|
+
readonly carriers: number;
|
|
898
|
+
readonly failed: number;
|
|
899
|
+
readonly issues: number;
|
|
900
|
+
readonly lifecycleFailures: number;
|
|
901
|
+
readonly mediaEvents: number;
|
|
902
|
+
readonly passed: number;
|
|
903
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
904
|
+
} | undefined;
|
|
905
|
+
readonly providerRoutingContracts?: {
|
|
906
|
+
readonly failed: number;
|
|
907
|
+
readonly passed: number;
|
|
908
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
909
|
+
readonly total: number;
|
|
910
|
+
} | undefined;
|
|
911
|
+
readonly providerSlo?: {
|
|
912
|
+
readonly events: number;
|
|
913
|
+
readonly eventsWithLatency: number;
|
|
914
|
+
readonly issues: number;
|
|
915
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
916
|
+
} | undefined;
|
|
917
|
+
readonly reconnectContracts?: {
|
|
918
|
+
readonly failed: number;
|
|
919
|
+
readonly passed: number;
|
|
920
|
+
readonly resumeLatencyP95Ms?: number | undefined;
|
|
921
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
922
|
+
readonly total: number;
|
|
923
|
+
} | undefined;
|
|
924
|
+
readonly sessionObservability?: {
|
|
925
|
+
readonly failed: number;
|
|
926
|
+
readonly passed: number;
|
|
927
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
928
|
+
readonly total: number;
|
|
929
|
+
readonly warnings: number;
|
|
930
|
+
} | undefined;
|
|
931
|
+
readonly quality: {
|
|
932
|
+
readonly status: "fail" | "pass";
|
|
933
|
+
};
|
|
934
|
+
readonly routing: {
|
|
935
|
+
readonly events: number;
|
|
936
|
+
readonly sessions: number;
|
|
937
|
+
};
|
|
938
|
+
readonly sessions: {
|
|
939
|
+
readonly failed: number;
|
|
940
|
+
readonly total: number;
|
|
941
|
+
};
|
|
942
|
+
readonly traceDeliveries?: {
|
|
943
|
+
readonly deadLettered: number;
|
|
944
|
+
readonly delivered: number;
|
|
945
|
+
readonly failed: number;
|
|
946
|
+
readonly failPendingAfterMs: number;
|
|
947
|
+
readonly pending: number;
|
|
948
|
+
readonly retryEligible: number;
|
|
949
|
+
readonly skipped: number;
|
|
950
|
+
readonly staleFailing: number;
|
|
951
|
+
readonly staleWarning: number;
|
|
952
|
+
readonly status: import("..").VoiceProductionReadinessStatus;
|
|
953
|
+
readonly total: number;
|
|
954
|
+
readonly warnPendingAfterMs: number;
|
|
955
|
+
} | undefined;
|
|
956
|
+
};
|
|
957
|
+
} | undefined>>;
|
|
958
|
+
updatedAt: Readonly<import("vue").Ref<number | undefined, number | undefined>>;
|
|
959
|
+
};
|