@absolutejs/voice 0.0.22-beta.530 → 0.0.22-beta.532
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/angular/index.js +4 -4
- package/dist/angular/voice-call-debugger.service.d.ts +1 -1
- package/dist/angular/voice-campaign-dialer-proof.service.d.ts +1 -1
- package/dist/angular/voice-controller.service.d.ts +1 -1
- package/dist/angular/voice-cost-dashboard.service.d.ts +1 -1
- package/dist/angular/voice-delivery-runtime.service.d.ts +1 -1
- package/dist/angular/voice-ops-status.service.d.ts +1 -1
- package/dist/angular/voice-platform-coverage.service.d.ts +1 -1
- package/dist/angular/voice-profile-comparison.service.d.ts +1 -1
- package/dist/angular/voice-proof-trends.service.d.ts +1 -1
- package/dist/angular/voice-provider-capabilities.service.d.ts +1 -1
- package/dist/angular/voice-provider-contracts.service.d.ts +1 -1
- package/dist/angular/voice-provider-status.service.d.ts +1 -1
- package/dist/angular/voice-readiness-failures.service.d.ts +1 -1
- package/dist/angular/voice-reconnect-profile-evidence.service.d.ts +1 -1
- package/dist/angular/voice-session-observability.service.d.ts +1 -1
- package/dist/angular/voice-session-snapshot.service.d.ts +1 -1
- package/dist/angular/voice-stream.service.d.ts +1 -1
- package/dist/angular/voice-trace-timeline.service.d.ts +1 -1
- package/dist/angular/voice-turn-latency.service.d.ts +1 -1
- package/dist/angular/voice-turn-quality.service.d.ts +1 -1
- package/dist/angular/voice-widget.service.d.ts +1 -1
- package/dist/angular/voice-workflow-status.service.d.ts +1 -1
- package/dist/client/actions.d.ts +1 -1
- package/dist/client/agentSquadStatus.d.ts +1 -1
- package/dist/client/audioPlayer.d.ts +1 -1
- package/dist/client/bargeInMonitor.d.ts +1 -1
- package/dist/client/browserMedia.d.ts +1 -1
- package/dist/client/callDebugger.d.ts +1 -1
- package/dist/client/callPlayer.d.ts +1 -1
- package/dist/client/campaignDialerProof.d.ts +1 -1
- package/dist/client/connection.d.ts +1 -1
- package/dist/client/controller.d.ts +1 -1
- package/dist/client/conversationAnalytics.d.ts +1 -1
- package/dist/client/costDashboard.d.ts +1 -1
- package/dist/client/createVoiceStream.d.ts +1 -1
- package/dist/client/deliveryRuntime.d.ts +1 -1
- package/dist/client/duplex.d.ts +1 -1
- package/dist/client/htmx.d.ts +1 -1
- package/dist/client/htmxBootstrap.js +3 -3
- package/dist/client/htmxDashboardRenderers.d.ts +1 -1
- package/dist/client/index.js +25 -29
- package/dist/client/liveAgentConsole.d.ts +1 -1
- package/dist/client/liveCallViewer.d.ts +1 -1
- package/dist/client/liveOps.d.ts +1 -1
- package/dist/client/liveOpsWidget.d.ts +1 -1
- package/dist/client/liveTurnLatency.d.ts +1 -1
- package/dist/client/microphone.d.ts +1 -1
- package/dist/client/opsActionHistory.d.ts +1 -1
- package/dist/client/opsStatus.d.ts +1 -1
- package/dist/client/opsStatusWidget.d.ts +1 -1
- package/dist/client/platformCoverage.d.ts +1 -1
- package/dist/client/platformCoverageWidget.d.ts +1 -1
- package/dist/client/profileComparison.d.ts +1 -1
- package/dist/client/profileSwitchRecommendation.d.ts +1 -1
- package/dist/client/proofTrends.d.ts +1 -1
- package/dist/client/proofTrendsWidget.d.ts +1 -1
- package/dist/client/providerCapabilities.d.ts +1 -1
- package/dist/client/providerCapabilitiesWidget.d.ts +1 -1
- package/dist/client/providerContracts.d.ts +1 -1
- package/dist/client/providerContractsWidget.d.ts +1 -1
- package/dist/client/providerStatus.d.ts +1 -1
- package/dist/client/providerStatusWidget.d.ts +1 -1
- package/dist/client/readinessFailures.d.ts +1 -1
- package/dist/client/readinessFailuresWidget.d.ts +1 -1
- package/dist/client/reconnectProfileEvidence.d.ts +1 -1
- package/dist/client/routingStatus.d.ts +1 -1
- package/dist/client/routingStatusWidget.d.ts +1 -1
- package/dist/client/sessionObservability.d.ts +1 -1
- package/dist/client/sessionObservabilityWidget.d.ts +1 -1
- package/dist/client/sessionSnapshot.d.ts +1 -1
- package/dist/client/store.d.ts +1 -1
- package/dist/client/traceTimeline.d.ts +1 -1
- package/dist/client/traceTimelineWidget.d.ts +1 -1
- package/dist/client/turnLatency.d.ts +1 -1
- package/dist/client/turnLatencyWidget.d.ts +1 -1
- package/dist/client/turnQuality.d.ts +1 -1
- package/dist/client/turnQualityWidget.d.ts +1 -1
- package/dist/client/voiceWidgetView.d.ts +2 -2
- package/dist/client/workflowStatus.d.ts +1 -1
- package/dist/{dataControl.d.ts → core/dataControl.d.ts} +1 -1
- package/dist/{fileStore.d.ts → core/fileStore.d.ts} +1 -1
- package/dist/{htmxDashboardRoutes.d.ts → core/htmxDashboardRoutes.d.ts} +4 -4
- package/dist/{multilingualProof.d.ts → core/multilingualProof.d.ts} +2 -2
- package/dist/{operationsRecord.d.ts → core/operationsRecord.d.ts} +1 -1
- package/dist/{ops.d.ts → core/ops.d.ts} +1 -1
- package/dist/{outcomeContract.d.ts → core/outcomeContract.d.ts} +1 -1
- package/dist/{phoneAgent.d.ts → core/phoneAgent.d.ts} +5 -5
- package/dist/{phoneAgentProductionSmoke.d.ts → core/phoneAgentProductionSmoke.d.ts} +1 -1
- package/dist/{postCallAnalysis.d.ts → core/postCallAnalysis.d.ts} +1 -1
- package/dist/{postgresStore.d.ts → core/postgresStore.d.ts} +1 -1
- package/dist/{productionReadiness.d.ts → core/productionReadiness.d.ts} +2 -2
- package/dist/{resilienceRoutes.d.ts → core/resilienceRoutes.d.ts} +1 -1
- package/dist/{runtimeOps.d.ts → core/runtimeOps.d.ts} +1 -1
- package/dist/{s3Store.d.ts → core/s3Store.d.ts} +1 -1
- package/dist/{sqliteStore.d.ts → core/sqliteStore.d.ts} +1 -1
- package/dist/{types.d.ts → core/types.d.ts} +3 -3
- package/dist/embed/index.d.ts +1 -1
- package/dist/embed/index.js +4 -4
- package/dist/embed/voice-widget.js +1 -1
- package/dist/index.d.ts +339 -339
- package/dist/index.js +232 -324
- package/dist/internal/evidence.d.ts +10 -0
- package/dist/internal/status.d.ts +0 -2
- package/dist/react/VoiceCallPlayer.d.ts +1 -1
- package/dist/react/VoiceWidget.d.ts +1 -1
- package/dist/react/index.js +21 -17
- package/dist/react/useVoiceController.d.ts +1 -1
- package/dist/react/useVoiceStream.d.ts +1 -1
- package/dist/svelte/createVoiceStream.d.ts +1 -1
- package/dist/svelte/createVoiceWidget.d.ts +1 -1
- package/dist/svelte/index.js +18 -18
- package/dist/telephony/plivo.d.ts +3 -3
- package/dist/telephony/security.d.ts +3 -3
- package/dist/telephony/telnyx.d.ts +3 -3
- package/dist/telephony/twilio.d.ts +2 -2
- package/dist/testing/accuracy.d.ts +1 -1
- package/dist/testing/benchmark.d.ts +1 -1
- package/dist/testing/corrected.d.ts +1 -1
- package/dist/testing/duplex.d.ts +1 -1
- package/dist/testing/fixtures.d.ts +1 -1
- package/dist/testing/index.js +33 -29
- package/dist/testing/ioProviderSimulator.d.ts +1 -1
- package/dist/testing/providerSimulator.d.ts +3 -3
- package/dist/testing/review.d.ts +1 -1
- package/dist/testing/sessionBenchmark.d.ts +1 -1
- package/dist/testing/stt.d.ts +1 -1
- package/dist/testing/telephony.d.ts +2 -2
- package/dist/testing/tts.d.ts +1 -1
- package/dist/vue/VoiceCallPlayer.d.ts +1 -1
- package/dist/vue/VoiceCostDashboard.d.ts +1 -1
- package/dist/vue/VoiceWidget.d.ts +1 -1
- package/dist/vue/index.js +21 -17
- package/dist/vue/useVoiceCallDebugger.d.ts +1 -1
- package/dist/vue/useVoiceCampaignDialerProof.d.ts +1 -1
- package/dist/vue/useVoiceController.d.ts +1 -1
- package/dist/vue/useVoiceDeliveryRuntime.d.ts +1 -1
- package/dist/vue/useVoiceOpsStatus.d.ts +1 -1
- package/dist/vue/useVoicePlatformCoverage.d.ts +1 -1
- package/dist/vue/useVoiceProfileComparison.d.ts +1 -1
- package/dist/vue/useVoiceProofTrends.d.ts +1 -1
- package/dist/vue/useVoiceProviderCapabilities.d.ts +1 -1
- package/dist/vue/useVoiceProviderContracts.d.ts +1 -1
- package/dist/vue/useVoiceProviderStatus.d.ts +1 -1
- package/dist/vue/useVoiceReadinessFailures.d.ts +1 -1
- package/dist/vue/useVoiceReconnectProfileEvidence.d.ts +1 -1
- package/dist/vue/useVoiceSessionObservability.d.ts +1 -1
- package/dist/vue/useVoiceSessionSnapshot.d.ts +1 -1
- package/dist/vue/useVoiceStream.d.ts +1 -1
- package/dist/vue/useVoiceTraceTimeline.d.ts +1 -1
- package/dist/vue/useVoiceTurnLatency.d.ts +1 -1
- package/dist/vue/useVoiceTurnQuality.d.ts +1 -1
- package/dist/vue/useVoiceWorkflowStatus.d.ts +1 -1
- package/package.json +3 -1
- /package/dist/{agent.d.ts → core/agent.d.ts} +0 -0
- /package/dist/{agentPerformanceReport.d.ts → core/agentPerformanceReport.d.ts} +0 -0
- /package/dist/{agentSquadContract.d.ts → core/agentSquadContract.d.ts} +0 -0
- /package/dist/{agentState.d.ts → core/agentState.d.ts} +0 -0
- /package/dist/{agentTools.d.ts → core/agentTools.d.ts} +0 -0
- /package/dist/{aiScorecard.d.ts → core/aiScorecard.d.ts} +0 -0
- /package/dist/{aiVoiceModel.d.ts → core/aiVoiceModel.d.ts} +0 -0
- /package/dist/{amdDetector.d.ts → core/amdDetector.d.ts} +0 -0
- /package/dist/{assistant.d.ts → core/assistant.d.ts} +0 -0
- /package/dist/{assistantExperiment.d.ts → core/assistantExperiment.d.ts} +0 -0
- /package/dist/{assistantHealth.d.ts → core/assistantHealth.d.ts} +0 -0
- /package/dist/{assistantMemory.d.ts → core/assistantMemory.d.ts} +0 -0
- /package/dist/{assistantMode.d.ts → core/assistantMode.d.ts} +0 -0
- /package/dist/{audioConditioning.d.ts → core/audioConditioning.d.ts} +0 -0
- /package/dist/{audit.d.ts → core/audit.d.ts} +0 -0
- /package/dist/{auditDeliveryRoutes.d.ts → core/auditDeliveryRoutes.d.ts} +0 -0
- /package/dist/{auditExport.d.ts → core/auditExport.d.ts} +0 -0
- /package/dist/{auditRoutes.d.ts → core/auditRoutes.d.ts} +0 -0
- /package/dist/{auditSinks.d.ts → core/auditSinks.d.ts} +0 -0
- /package/dist/{backchannel.d.ts → core/backchannel.d.ts} +0 -0
- /package/dist/{bargeInRoutes.d.ts → core/bargeInRoutes.d.ts} +0 -0
- /package/dist/{bookingFlow.d.ts → core/bookingFlow.d.ts} +0 -0
- /package/dist/{browserCallProfiles.d.ts → core/browserCallProfiles.d.ts} +0 -0
- /package/dist/{browserMediaRoutes.d.ts → core/browserMediaRoutes.d.ts} +0 -0
- /package/dist/{calendarAdapter.d.ts → core/calendarAdapter.d.ts} +0 -0
- /package/dist/{calendarSlots.d.ts → core/calendarSlots.d.ts} +0 -0
- /package/dist/{callDebugger.d.ts → core/callDebugger.d.ts} +0 -0
- /package/dist/{callDisposition.d.ts → core/callDisposition.d.ts} +0 -0
- /package/dist/{callQuota.d.ts → core/callQuota.d.ts} +0 -0
- /package/dist/{callScorecard.d.ts → core/callScorecard.d.ts} +0 -0
- /package/dist/{callerCRMLinker.d.ts → core/callerCRMLinker.d.ts} +0 -0
- /package/dist/{callerMemory.d.ts → core/callerMemory.d.ts} +0 -0
- /package/dist/{callingWindow.d.ts → core/callingWindow.d.ts} +0 -0
- /package/dist/{campaign.d.ts → core/campaign.d.ts} +0 -0
- /package/dist/{campaignControls.d.ts → core/campaignControls.d.ts} +0 -0
- /package/dist/{campaignDialers.d.ts → core/campaignDialers.d.ts} +0 -0
- /package/dist/{campaignTemplate.d.ts → core/campaignTemplate.d.ts} +0 -0
- /package/dist/{competitiveCoverage.d.ts → core/competitiveCoverage.d.ts} +0 -0
- /package/dist/{conversationSimulator.d.ts → core/conversationSimulator.d.ts} +0 -0
- /package/dist/{correction.d.ts → core/correction.d.ts} +0 -0
- /package/dist/{costAccounting.d.ts → core/costAccounting.d.ts} +0 -0
- /package/dist/{costPredictor.d.ts → core/costPredictor.d.ts} +0 -0
- /package/dist/{crmCallLogger.d.ts → core/crmCallLogger.d.ts} +0 -0
- /package/dist/{crmContract.d.ts → core/crmContract.d.ts} +0 -0
- /package/dist/{defineVoiceAssistant.d.ts → core/defineVoiceAssistant.d.ts} +0 -0
- /package/dist/{deliveryRuntime.d.ts → core/deliveryRuntime.d.ts} +0 -0
- /package/dist/{deliverySinkRoutes.d.ts → core/deliverySinkRoutes.d.ts} +0 -0
- /package/dist/{demoReadyRoutes.d.ts → core/demoReadyRoutes.d.ts} +0 -0
- /package/dist/{diagnosticsRoutes.d.ts → core/diagnosticsRoutes.d.ts} +0 -0
- /package/dist/{dncRegistry.d.ts → core/dncRegistry.d.ts} +0 -0
- /package/dist/{dtmfCollector.d.ts → core/dtmfCollector.d.ts} +0 -0
- /package/dist/{evalRoutes.d.ts → core/evalRoutes.d.ts} +0 -0
- /package/dist/{guardrails.d.ts → core/guardrails.d.ts} +0 -0
- /package/dist/{handoff.d.ts → core/handoff.d.ts} +0 -0
- /package/dist/{handoffHealth.d.ts → core/handoffHealth.d.ts} +0 -0
- /package/dist/{holdAudio.d.ts → core/holdAudio.d.ts} +0 -0
- /package/dist/{htmx.d.ts → core/htmx.d.ts} +0 -0
- /package/dist/{iceServers.d.ts → core/iceServers.d.ts} +0 -0
- /package/dist/{incidentBundle.d.ts → core/incidentBundle.d.ts} +0 -0
- /package/dist/{incidentTimeline.d.ts → core/incidentTimeline.d.ts} +0 -0
- /package/dist/{ivrPlan.d.ts → core/ivrPlan.d.ts} +0 -0
- /package/dist/{latencySlo.d.ts → core/latencySlo.d.ts} +0 -0
- /package/dist/{liveCoach.d.ts → core/liveCoach.d.ts} +0 -0
- /package/dist/{liveLatency.d.ts → core/liveLatency.d.ts} +0 -0
- /package/dist/{liveOps.d.ts → core/liveOps.d.ts} +0 -0
- /package/dist/{llmJudge.d.ts → core/llmJudge.d.ts} +0 -0
- /package/dist/{logger.d.ts → core/logger.d.ts} +0 -0
- /package/dist/{mcpToolset.d.ts → core/mcpToolset.d.ts} +0 -0
- /package/dist/{mediaPipelineRoutes.d.ts → core/mediaPipelineRoutes.d.ts} +0 -0
- /package/dist/{mediaPipelineSurfaces.d.ts → core/mediaPipelineSurfaces.d.ts} +0 -0
- /package/dist/{memoryStore.d.ts → core/memoryStore.d.ts} +0 -0
- /package/dist/{midCallSummary.d.ts → core/midCallSummary.d.ts} +0 -0
- /package/dist/{modelAdapters.d.ts → core/modelAdapters.d.ts} +0 -0
- /package/dist/{monitor.d.ts → core/monitor.d.ts} +0 -0
- /package/dist/{noShowPredictor.d.ts → core/noShowPredictor.d.ts} +0 -0
- /package/dist/{oauth2TokenSource.d.ts → core/oauth2TokenSource.d.ts} +0 -0
- /package/dist/{observabilityExport.d.ts → core/observabilityExport.d.ts} +0 -0
- /package/dist/{openaiTTS.d.ts → core/openaiTTS.d.ts} +0 -0
- /package/dist/{operationalStatus.d.ts → core/operationalStatus.d.ts} +0 -0
- /package/dist/{opsActionAuditRoutes.d.ts → core/opsActionAuditRoutes.d.ts} +0 -0
- /package/dist/{opsConsoleRoutes.d.ts → core/opsConsoleRoutes.d.ts} +0 -0
- /package/dist/{opsPresets.d.ts → core/opsPresets.d.ts} +0 -0
- /package/dist/{opsRecovery.d.ts → core/opsRecovery.d.ts} +0 -0
- /package/dist/{opsRuntime.d.ts → core/opsRuntime.d.ts} +0 -0
- /package/dist/{opsSinks.d.ts → core/opsSinks.d.ts} +0 -0
- /package/dist/{opsStatus.d.ts → core/opsStatus.d.ts} +0 -0
- /package/dist/{opsStatusRoutes.d.ts → core/opsStatusRoutes.d.ts} +0 -0
- /package/dist/{opsWebhook.d.ts → core/opsWebhook.d.ts} +0 -0
- /package/dist/{otelExporter.d.ts → core/otelExporter.d.ts} +0 -0
- /package/dist/{outcomeRecipes.d.ts → core/outcomeRecipes.d.ts} +0 -0
- /package/dist/{pathway.d.ts → core/pathway.d.ts} +0 -0
- /package/dist/{pathwayCompiler.d.ts → core/pathwayCompiler.d.ts} +0 -0
- /package/dist/{pathwayGenerator.d.ts → core/pathwayGenerator.d.ts} +0 -0
- /package/dist/{pathwayRuntime.d.ts → core/pathwayRuntime.d.ts} +0 -0
- /package/dist/{pathwaySlotCollector.d.ts → core/pathwaySlotCollector.d.ts} +0 -0
- /package/dist/{pathwayVisualizer.d.ts → core/pathwayVisualizer.d.ts} +0 -0
- /package/dist/{phoneProvisioning.d.ts → core/phoneProvisioning.d.ts} +0 -0
- /package/dist/{platformCoverage.d.ts → core/platformCoverage.d.ts} +0 -0
- /package/dist/{plugin.d.ts → core/plugin.d.ts} +0 -0
- /package/dist/{postCallSurvey.d.ts → core/postCallSurvey.d.ts} +0 -0
- /package/dist/{presets.d.ts → core/presets.d.ts} +0 -0
- /package/dist/{profileSwitchRecommendation.d.ts → core/profileSwitchRecommendation.d.ts} +0 -0
- /package/dist/{promptInjectionGuard.d.ts → core/promptInjectionGuard.d.ts} +0 -0
- /package/dist/{proofAssertions.d.ts → core/proofAssertions.d.ts} +0 -0
- /package/dist/{proofPack.d.ts → core/proofPack.d.ts} +0 -0
- /package/dist/{proofRunner.d.ts → core/proofRunner.d.ts} +0 -0
- /package/dist/{proofTrends.d.ts → core/proofTrends.d.ts} +0 -0
- /package/dist/{providerAdapters.d.ts → core/providerAdapters.d.ts} +0 -0
- /package/dist/{providerCapabilities.d.ts → core/providerCapabilities.d.ts} +0 -0
- /package/dist/{providerDecisionTraces.d.ts → core/providerDecisionTraces.d.ts} +0 -0
- /package/dist/{providerHealth.d.ts → core/providerHealth.d.ts} +0 -0
- /package/dist/{providerOrchestration.d.ts → core/providerOrchestration.d.ts} +0 -0
- /package/dist/{providerRouterTraces.d.ts → core/providerRouterTraces.d.ts} +0 -0
- /package/dist/{providerRoutingContract.d.ts → core/providerRoutingContract.d.ts} +0 -0
- /package/dist/{providerSlo.d.ts → core/providerSlo.d.ts} +0 -0
- /package/dist/{providerStackRecommendations.d.ts → core/providerStackRecommendations.d.ts} +0 -0
- /package/dist/{qualityDriftDetector.d.ts → core/qualityDriftDetector.d.ts} +0 -0
- /package/dist/{qualityRoutes.d.ts → core/qualityRoutes.d.ts} +0 -0
- /package/dist/{queue.d.ts → core/queue.d.ts} +0 -0
- /package/dist/{ragTool.d.ts → core/ragTool.d.ts} +0 -0
- /package/dist/{readinessProfiles.d.ts → core/readinessProfiles.d.ts} +0 -0
- /package/dist/{realtimeChannel.d.ts → core/realtimeChannel.d.ts} +0 -0
- /package/dist/{realtimeProviderContracts.d.ts → core/realtimeProviderContracts.d.ts} +0 -0
- /package/dist/{reconnectContract.d.ts → core/reconnectContract.d.ts} +0 -0
- /package/dist/{recordingRedaction.d.ts → core/recordingRedaction.d.ts} +0 -0
- /package/dist/{recordingStore.d.ts → core/recordingStore.d.ts} +0 -0
- /package/dist/{redaction.d.ts → core/redaction.d.ts} +0 -0
- /package/dist/{reminderScheduler.d.ts → core/reminderScheduler.d.ts} +0 -0
- /package/dist/{retention.d.ts → core/retention.d.ts} +0 -0
- /package/dist/{retryPolicy.d.ts → core/retryPolicy.d.ts} +0 -0
- /package/dist/{routeAuth.d.ts → core/routeAuth.d.ts} +0 -0
- /package/dist/{routing.d.ts → core/routing.d.ts} +0 -0
- /package/dist/{scorecardCalibration.d.ts → core/scorecardCalibration.d.ts} +0 -0
- /package/dist/{semanticTurn.d.ts → core/semanticTurn.d.ts} +0 -0
- /package/dist/{session.d.ts → core/session.d.ts} +0 -0
- /package/dist/{sessionObservability.d.ts → core/sessionObservability.d.ts} +0 -0
- /package/dist/{sessionReplay.d.ts → core/sessionReplay.d.ts} +0 -0
- /package/dist/{sessionSnapshot.d.ts → core/sessionSnapshot.d.ts} +0 -0
- /package/dist/{simulationSuite.d.ts → core/simulationSuite.d.ts} +0 -0
- /package/dist/{sloCalibration.d.ts → core/sloCalibration.d.ts} +0 -0
- /package/dist/{store.d.ts → core/store.d.ts} +0 -0
- /package/dist/{supervisorPermissions.d.ts → core/supervisorPermissions.d.ts} +0 -0
- /package/dist/{supervisorPresence.d.ts → core/supervisorPresence.d.ts} +0 -0
- /package/dist/{telephonyMediaRoutes.d.ts → core/telephonyMediaRoutes.d.ts} +0 -0
- /package/dist/{telephonyOutcome.d.ts → core/telephonyOutcome.d.ts} +0 -0
- /package/dist/{toolContract.d.ts → core/toolContract.d.ts} +0 -0
- /package/dist/{toolRuntime.d.ts → core/toolRuntime.d.ts} +0 -0
- /package/dist/{trace.d.ts → core/trace.d.ts} +0 -0
- /package/dist/{traceDeliveryRoutes.d.ts → core/traceDeliveryRoutes.d.ts} +0 -0
- /package/dist/{traceTimeline.d.ts → core/traceTimeline.d.ts} +0 -0
- /package/dist/{transcriptAnnotator.d.ts → core/transcriptAnnotator.d.ts} +0 -0
- /package/dist/{turnDetection.d.ts → core/turnDetection.d.ts} +0 -0
- /package/dist/{turnLatency.d.ts → core/turnLatency.d.ts} +0 -0
- /package/dist/{turnProfiles.d.ts → core/turnProfiles.d.ts} +0 -0
- /package/dist/{turnQuality.d.ts → core/turnQuality.d.ts} +0 -0
- /package/dist/{vapiAdapter.d.ts → core/vapiAdapter.d.ts} +0 -0
- /package/dist/{variableAnalytics.d.ts → core/variableAnalytics.d.ts} +0 -0
- /package/dist/{voiceConfiguration.d.ts → core/voiceConfiguration.d.ts} +0 -0
- /package/dist/{voiceMonitoring.d.ts → core/voiceMonitoring.d.ts} +0 -0
- /package/dist/{webhookFanout.d.ts → core/webhookFanout.d.ts} +0 -0
- /package/dist/{webhookVerification.d.ts → core/webhookVerification.d.ts} +0 -0
- /package/dist/{whisperChannel.d.ts → core/whisperChannel.d.ts} +0 -0
- /package/dist/{workflowContract.d.ts → core/workflowContract.d.ts} +0 -0
- /package/dist/{zeroDataRetention.d.ts → core/zeroDataRetention.d.ts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
2
|
import { type VoiceCallPlayer as VoiceCallPlayerHandle } from "../client/callPlayer";
|
|
3
|
-
import type { Transcript } from "../types";
|
|
3
|
+
import type { Transcript } from "../core/types";
|
|
4
4
|
export declare const VoiceCallPlayer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
audioUrl: StringConstructor;
|
|
6
6
|
player: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import type { StoredVoiceTraceEvent } from "../trace";
|
|
2
|
+
import type { StoredVoiceTraceEvent } from "../core/trace";
|
|
3
3
|
import { type VoiceCostDashboardOptions } from "../client/costDashboard";
|
|
4
4
|
export declare const VoiceCostDashboard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
bucketBy: {
|
package/dist/vue/index.js
CHANGED
|
@@ -1426,7 +1426,15 @@ var VoicePlatformCoverage = defineComponent4({
|
|
|
1426
1426
|
// src/vue/VoiceProofTrends.ts
|
|
1427
1427
|
import { defineComponent as defineComponent5, h as h5 } from "vue";
|
|
1428
1428
|
|
|
1429
|
-
// src/
|
|
1429
|
+
// src/internal/evidence.ts
|
|
1430
|
+
var assertVoiceEvidence = (failureMessage, assertion) => {
|
|
1431
|
+
if (!assertion.ok) {
|
|
1432
|
+
throw new Error(`${failureMessage}: ${assertion.issues.join(" ")}`);
|
|
1433
|
+
}
|
|
1434
|
+
return assertion;
|
|
1435
|
+
};
|
|
1436
|
+
|
|
1437
|
+
// src/core/proofTrends.ts
|
|
1430
1438
|
import { Elysia as Elysia4 } from "elysia";
|
|
1431
1439
|
|
|
1432
1440
|
// src/internal/status.ts
|
|
@@ -1441,13 +1449,13 @@ var worstVoiceStatus = (statuses) => {
|
|
|
1441
1449
|
return worst;
|
|
1442
1450
|
};
|
|
1443
1451
|
|
|
1444
|
-
// src/providerDecisionTraces.ts
|
|
1452
|
+
// src/core/providerDecisionTraces.ts
|
|
1445
1453
|
import { Elysia as Elysia3 } from "elysia";
|
|
1446
1454
|
|
|
1447
|
-
// src/resilienceRoutes.ts
|
|
1455
|
+
// src/core/resilienceRoutes.ts
|
|
1448
1456
|
import { Elysia as Elysia2 } from "elysia";
|
|
1449
1457
|
|
|
1450
|
-
// src/providerHealth.ts
|
|
1458
|
+
// src/core/providerHealth.ts
|
|
1451
1459
|
import { Elysia } from "elysia";
|
|
1452
1460
|
var getString = (value) => typeof value === "string" ? value : undefined;
|
|
1453
1461
|
var getNumber = (value) => typeof value === "number" && Number.isFinite(value) ? value : undefined;
|
|
@@ -1655,7 +1663,7 @@ var createVoiceProviderHealthRoutes = (options) => {
|
|
|
1655
1663
|
return routes;
|
|
1656
1664
|
};
|
|
1657
1665
|
|
|
1658
|
-
// src/resilienceRoutes.ts
|
|
1666
|
+
// src/core/resilienceRoutes.ts
|
|
1659
1667
|
var getString2 = (value) => typeof value === "string" ? value : undefined;
|
|
1660
1668
|
var getNumber2 = (value) => typeof value === "number" && Number.isFinite(value) ? value : undefined;
|
|
1661
1669
|
var getBoolean = (value) => value === true;
|
|
@@ -2138,7 +2146,7 @@ var createVoiceResilienceRoutes = (options) => {
|
|
|
2138
2146
|
return routes;
|
|
2139
2147
|
};
|
|
2140
2148
|
|
|
2141
|
-
// src/providerDecisionTraces.ts
|
|
2149
|
+
// src/core/providerDecisionTraces.ts
|
|
2142
2150
|
var getString3 = (value) => typeof value === "string" ? value : undefined;
|
|
2143
2151
|
var getNumber3 = (value) => typeof value === "number" && Number.isFinite(value) ? value : undefined;
|
|
2144
2152
|
var isDecisionTrace = (event) => Boolean(event && typeof event === "object" && "provider" in event && "reason" in event && "sessionId" in event && "status" in event && "surface" in event);
|
|
@@ -2451,7 +2459,7 @@ var createVoiceProviderDecisionTraceRoutes = (options) => {
|
|
|
2451
2459
|
return app;
|
|
2452
2460
|
};
|
|
2453
2461
|
|
|
2454
|
-
// src/trace.ts
|
|
2462
|
+
// src/core/trace.ts
|
|
2455
2463
|
var createVoiceTraceEventId = (event) => [
|
|
2456
2464
|
event.sessionId,
|
|
2457
2465
|
event.turnId ?? "session",
|
|
@@ -3262,7 +3270,7 @@ var buildVoiceTraceReplay = (events, options = {}) => ({
|
|
|
3262
3270
|
summary: summarizeVoiceTrace(options.redact ? redactVoiceTraceEvents(events, options.redact) : events)
|
|
3263
3271
|
});
|
|
3264
3272
|
|
|
3265
|
-
// src/proofTrends.ts
|
|
3273
|
+
// src/core/proofTrends.ts
|
|
3266
3274
|
var DEFAULT_VOICE_PROOF_TRENDS_MAX_AGE_MS = 24 * 60 * 60 * 1000;
|
|
3267
3275
|
var DEFAULT_VOICE_PROOF_TREND_PROFILE_DEFINITIONS = [
|
|
3268
3276
|
{
|
|
@@ -5502,11 +5510,7 @@ var evaluateVoiceProofTrendEvidence = (report, input = {}) => {
|
|
|
5502
5510
|
};
|
|
5503
5511
|
};
|
|
5504
5512
|
var assertVoiceProofTrendEvidence = (report, input = {}) => {
|
|
5505
|
-
|
|
5506
|
-
if (!assertion.ok) {
|
|
5507
|
-
throw new Error(`Voice proof trends assertion failed: ${assertion.issues.join(" ")}`);
|
|
5508
|
-
}
|
|
5509
|
-
return assertion;
|
|
5513
|
+
return assertVoiceEvidence("Voice proof trends assertion failed", evaluateVoiceProofTrendEvidence(report, input));
|
|
5510
5514
|
};
|
|
5511
5515
|
var DEFAULT_RECOMMENDATION_BUDGETS = {
|
|
5512
5516
|
maxLiveP95Ms: 800,
|
|
@@ -11329,7 +11333,7 @@ var createMicrophoneCapture = (options) => {
|
|
|
11329
11333
|
return { start, stop };
|
|
11330
11334
|
};
|
|
11331
11335
|
|
|
11332
|
-
// src/audioConditioning.ts
|
|
11336
|
+
// src/core/audioConditioning.ts
|
|
11333
11337
|
var DEFAULT_TARGET_LEVEL = 0.08;
|
|
11334
11338
|
var DEFAULT_MAX_GAIN = 3;
|
|
11335
11339
|
var DEFAULT_NOISE_GATE_THRESHOLD = 0.006;
|
|
@@ -11384,7 +11388,7 @@ var conditionAudioChunk = (audio, config) => {
|
|
|
11384
11388
|
return new Uint8Array(output.buffer);
|
|
11385
11389
|
};
|
|
11386
11390
|
|
|
11387
|
-
// src/turnProfiles.ts
|
|
11391
|
+
// src/core/turnProfiles.ts
|
|
11388
11392
|
var TURN_PROFILE_DEFAULTS = {
|
|
11389
11393
|
balanced: {
|
|
11390
11394
|
qualityProfile: "general",
|
|
@@ -11439,7 +11443,7 @@ var resolveTurnDetectionConfig = (config) => {
|
|
|
11439
11443
|
};
|
|
11440
11444
|
};
|
|
11441
11445
|
|
|
11442
|
-
// src/presets.ts
|
|
11446
|
+
// src/core/presets.ts
|
|
11443
11447
|
var PRESET_INPUTS = {
|
|
11444
11448
|
chat: {
|
|
11445
11449
|
audioConditioning: {
|
|
@@ -11893,7 +11897,7 @@ function useVoiceController(path, options = {}) {
|
|
|
11893
11897
|
// src/vue/VoiceWidget.ts
|
|
11894
11898
|
import { computed as computed10, defineComponent as defineComponent18, h as h18 } from "vue";
|
|
11895
11899
|
|
|
11896
|
-
// src/agentState.ts
|
|
11900
|
+
// src/core/agentState.ts
|
|
11897
11901
|
var deriveVoiceAgentUIState = (input) => {
|
|
11898
11902
|
if (!input.isConnected) {
|
|
11899
11903
|
return "idle";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceCallDebuggerClientOptions } from "../client/callDebugger";
|
|
2
|
-
import type { VoiceCallDebuggerReport } from "../callDebugger";
|
|
2
|
+
import type { VoiceCallDebuggerReport } from "../core/callDebugger";
|
|
3
3
|
export declare function useVoiceCallDebugger(path: string, options?: VoiceCallDebuggerClientOptions): {
|
|
4
4
|
close: () => void;
|
|
5
5
|
error: import("vue").ComputedRef<string | null>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceCampaignDialerProofClientOptions } from "../client/campaignDialerProof";
|
|
2
|
-
import type { VoiceCampaignDialerProofReport, VoiceCampaignDialerProofStatus } from "../campaignDialers";
|
|
2
|
+
import type { VoiceCampaignDialerProofReport, VoiceCampaignDialerProofStatus } from "../core/campaignDialers";
|
|
3
3
|
export declare function useVoiceCampaignDialerProof(path?: string, options?: VoiceCampaignDialerProofClientOptions): {
|
|
4
4
|
error: import("vue").ShallowRef<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").ShallowRef<boolean, boolean>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceControllerOptions, VoiceTurnRecord } from "../types";
|
|
1
|
+
import type { VoiceControllerOptions, VoiceTurnRecord } from "../core/types";
|
|
2
2
|
export declare function useVoiceController<TResult = unknown>(path: string, options?: VoiceControllerOptions): {
|
|
3
3
|
assistantAudio: import("vue").ShallowRef<{
|
|
4
4
|
chunk: Uint8Array;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceDeliveryRuntimeClientOptions } from "../client/deliveryRuntime";
|
|
2
|
-
import type { VoiceDeliveryRuntimeReport } from "../deliveryRuntime";
|
|
2
|
+
import type { VoiceDeliveryRuntimeReport } from "../core/deliveryRuntime";
|
|
3
3
|
export declare function useVoiceDeliveryRuntime(path?: string, options?: VoiceDeliveryRuntimeClientOptions): {
|
|
4
4
|
actionError: import("vue").Ref<string | null, string | null>;
|
|
5
5
|
actionStatus: import("vue").Ref<"completed" | "failed" | "idle" | "running", "completed" | "failed" | "idle" | "running">;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceOpsStatusClientOptions } from "../client/opsStatus";
|
|
2
|
-
import type { VoiceOpsStatusReport } from "../opsStatus";
|
|
2
|
+
import type { VoiceOpsStatusReport } from "../core/opsStatus";
|
|
3
3
|
export declare function useVoiceOpsStatus(path?: string, options?: VoiceOpsStatusClientOptions): {
|
|
4
4
|
error: import("vue").Ref<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoicePlatformCoverageClientOptions } from "../client/platformCoverage";
|
|
2
|
-
import type { VoicePlatformCoverageSummary } from "../platformCoverage";
|
|
2
|
+
import type { VoicePlatformCoverageSummary } from "../core/platformCoverage";
|
|
3
3
|
export declare function useVoicePlatformCoverage(path?: string, options?: VoicePlatformCoverageClientOptions): {
|
|
4
4
|
error: import("vue").Ref<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceProfileComparisonClientOptions } from "../client/profileComparison";
|
|
2
|
-
import type { VoiceRealCallProfileHistoryReport } from "../proofTrends";
|
|
2
|
+
import type { VoiceRealCallProfileHistoryReport } from "../core/proofTrends";
|
|
3
3
|
export declare function useVoiceProfileComparison(path?: string, options?: VoiceProfileComparisonClientOptions): {
|
|
4
4
|
error: import("vue").Ref<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceProofTrendsClientOptions } from "../client/proofTrends";
|
|
2
|
-
import type { VoiceProofTrendReport } from "../proofTrends";
|
|
2
|
+
import type { VoiceProofTrendReport } from "../core/proofTrends";
|
|
3
3
|
export declare function useVoiceProofTrends(path?: string, options?: VoiceProofTrendsClientOptions): {
|
|
4
4
|
error: import("vue").Ref<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceProviderCapabilitiesClientOptions } from "../client/providerCapabilities";
|
|
2
|
-
import type { VoiceProviderCapabilityReport } from "../providerCapabilities";
|
|
2
|
+
import type { VoiceProviderCapabilityReport } from "../core/providerCapabilities";
|
|
3
3
|
export declare function useVoiceProviderCapabilities<TProvider extends string = string>(path?: string, options?: VoiceProviderCapabilitiesClientOptions): {
|
|
4
4
|
error: import("vue").ShallowRef<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").ShallowRef<boolean, boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceProviderContractsClientOptions } from "../client/providerContracts";
|
|
2
|
-
import type { VoiceProviderContractMatrixReport } from "../providerStackRecommendations";
|
|
2
|
+
import type { VoiceProviderContractMatrixReport } from "../core/providerStackRecommendations";
|
|
3
3
|
export declare function useVoiceProviderContracts<TProvider extends string = string>(path?: string, options?: VoiceProviderContractsClientOptions): {
|
|
4
4
|
error: import("vue").ShallowRef<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").ShallowRef<boolean, boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceProviderStatusClientOptions } from "../client/providerStatus";
|
|
2
|
-
import type { VoiceProviderHealthSummary } from "../providerHealth";
|
|
2
|
+
import type { VoiceProviderHealthSummary } from "../core/providerHealth";
|
|
3
3
|
export declare function useVoiceProviderStatus<TProvider extends string = string>(path?: string, options?: VoiceProviderStatusClientOptions): {
|
|
4
4
|
error: import("vue").Ref<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceReadinessFailuresClientOptions } from "../client/readinessFailures";
|
|
2
|
-
import type { VoiceProductionReadinessReport } from "../productionReadiness";
|
|
2
|
+
import type { VoiceProductionReadinessReport } from "../core/productionReadiness";
|
|
3
3
|
export declare const useVoiceReadinessFailures: (path?: string, options?: VoiceReadinessFailuresClientOptions) => {
|
|
4
4
|
error: Readonly<import("vue").Ref<string | null, string | null>>;
|
|
5
5
|
isLoading: Readonly<import("vue").Ref<boolean, boolean>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceReconnectProfileEvidenceClientOptions } from "../client/reconnectProfileEvidence";
|
|
2
|
-
import type { VoiceReconnectProfileEvidenceSummary } from "../proofTrends";
|
|
2
|
+
import type { VoiceReconnectProfileEvidenceSummary } from "../core/proofTrends";
|
|
3
3
|
export declare function useVoiceReconnectProfileEvidence(path?: string, options?: VoiceReconnectProfileEvidenceClientOptions): {
|
|
4
4
|
error: import("vue").Ref<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceSessionObservabilityClientOptions } from "../client/sessionObservability";
|
|
2
|
-
import type { VoiceSessionObservabilityReport } from "../sessionObservability";
|
|
2
|
+
import type { VoiceSessionObservabilityReport } from "../core/sessionObservability";
|
|
3
3
|
export declare function useVoiceSessionObservability(path?: string, options?: VoiceSessionObservabilityClientOptions): {
|
|
4
4
|
error: import("vue").Ref<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceSessionSnapshotClientOptions } from "../client/sessionSnapshot";
|
|
2
|
-
import type { VoiceSessionSnapshot } from "../sessionSnapshot";
|
|
2
|
+
import type { VoiceSessionSnapshot } from "../core/sessionSnapshot";
|
|
3
3
|
export declare function useVoiceSessionSnapshot(path: string, options?: VoiceSessionSnapshotClientOptions): {
|
|
4
4
|
download: () => Blob;
|
|
5
5
|
error: import("vue").ShallowRef<string | null, string | null>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VoiceConnectionOptions, VoiceTurnRecord } from "../types";
|
|
1
|
+
import type { VoiceConnectionOptions, VoiceTurnRecord } from "../core/types";
|
|
2
2
|
export declare function useVoiceStream<TResult = unknown>(path: string, options?: VoiceConnectionOptions): {
|
|
3
3
|
assistantAudio: import("vue").ShallowRef<{
|
|
4
4
|
chunk: Uint8Array;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceTraceTimelineClientOptions } from "../client/traceTimeline";
|
|
2
|
-
import type { VoiceTraceTimelineReport } from "../traceTimeline";
|
|
2
|
+
import type { VoiceTraceTimelineReport } from "../core/traceTimeline";
|
|
3
3
|
export declare function useVoiceTraceTimeline(path?: string, options?: VoiceTraceTimelineClientOptions): {
|
|
4
4
|
error: import("vue").Ref<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceTurnLatencyClientOptions } from "../client/turnLatency";
|
|
2
|
-
import type { VoiceTurnLatencyReport } from "../turnLatency";
|
|
2
|
+
import type { VoiceTurnLatencyReport } from "../core/turnLatency";
|
|
3
3
|
export declare function useVoiceTurnLatency(path?: string, options?: VoiceTurnLatencyClientOptions): {
|
|
4
4
|
error: import("vue").ShallowRef<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").ShallowRef<boolean, boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceTurnQualityClientOptions } from "../client/turnQuality";
|
|
2
|
-
import type { VoiceTurnQualityReport } from "../turnQuality";
|
|
2
|
+
import type { VoiceTurnQualityReport } from "../core/turnQuality";
|
|
3
3
|
export declare function useVoiceTurnQuality(path?: string, options?: VoiceTurnQualityClientOptions): {
|
|
4
4
|
error: import("vue").ShallowRef<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").ShallowRef<boolean, boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type VoiceWorkflowStatusClientOptions } from "../client/workflowStatus";
|
|
2
|
-
import type { VoiceScenarioEvalReport } from "../evalRoutes";
|
|
2
|
+
import type { VoiceScenarioEvalReport } from "../core/evalRoutes";
|
|
3
3
|
export declare function useVoiceWorkflowStatus(path?: string, options?: VoiceWorkflowStatusClientOptions): {
|
|
4
4
|
error: import("vue").Ref<string | null, string | null>;
|
|
5
5
|
isLoading: import("vue").Ref<boolean, boolean>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@absolutejs/voice",
|
|
3
|
-
"version": "0.0.22-beta.
|
|
3
|
+
"version": "0.0.22-beta.532",
|
|
4
4
|
"description": "Voice primitives and Elysia plugin for AbsoluteJS",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"scripts": {
|
|
18
18
|
"build": "rm -rf dist && bun build ./src/index.ts ./src/client/index.ts ./src/react/index.ts ./src/vue/index.ts ./src/svelte/index.ts ./src/angular/index.ts ./src/testing/index.ts --outdir dist --target bun --external elysia --external react --external vue --external @angular/core --external @absolutejs/absolute --external @absolutejs/ai --external @absolutejs/media && bun build ./src/client/htmxBootstrap.ts --outdir dist/client --target browser --format esm && bun build ./src/embed/index.ts --outfile dist/embed/voice-widget.js --target browser --format iife --minify && bun build ./src/embed/index.ts --outdir dist/embed --target browser --format esm && tsc --emitDeclarationOnly --project tsconfig.json",
|
|
19
19
|
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,md}\"",
|
|
20
|
+
"knip": "knip",
|
|
20
21
|
"lint": "eslint ./src",
|
|
21
22
|
"release": "bun run format && bun run build && bun publish",
|
|
22
23
|
"test": "bun test ./test/*.test.ts",
|
|
@@ -123,6 +124,7 @@
|
|
|
123
124
|
"@types/bun": "1.3.9",
|
|
124
125
|
"@types/react": "19.2.0",
|
|
125
126
|
"elysia": "1.4.18",
|
|
127
|
+
"knip": "^6.14.1",
|
|
126
128
|
"prettier": "^3.4.0",
|
|
127
129
|
"react": "19.2.1",
|
|
128
130
|
"typescript": "^5.9.3",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|