@absolutejs/voice 0.0.22-beta.7 → 0.0.22-beta.70

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.
Files changed (104) hide show
  1. package/README.md +205 -0
  2. package/dist/agent.d.ts +2 -0
  3. package/dist/angular/index.d.ts +6 -0
  4. package/dist/angular/index.js +833 -43
  5. package/dist/angular/voice-app-kit-status.service.d.ts +12 -0
  6. package/dist/angular/voice-ops-status.component.d.ts +15 -0
  7. package/dist/angular/voice-provider-capabilities.service.d.ts +12 -0
  8. package/dist/angular/voice-provider-status.service.d.ts +12 -0
  9. package/dist/angular/voice-routing-status.service.d.ts +11 -0
  10. package/dist/angular/voice-stream.service.d.ts +2 -0
  11. package/dist/angular/voice-turn-quality.service.d.ts +12 -0
  12. package/dist/angular/voice-workflow-status.service.d.ts +12 -0
  13. package/dist/appKit.d.ts +94 -0
  14. package/dist/assistantHealth.d.ts +81 -0
  15. package/dist/client/actions.d.ts +22 -0
  16. package/dist/client/appKitStatus.d.ts +19 -0
  17. package/dist/client/connection.d.ts +3 -0
  18. package/dist/client/htmxBootstrap.js +44 -2
  19. package/dist/client/index.d.ts +26 -0
  20. package/dist/client/index.js +1290 -2
  21. package/dist/client/opsStatusWidget.d.ts +40 -0
  22. package/dist/client/providerCapabilities.d.ts +19 -0
  23. package/dist/client/providerCapabilitiesWidget.d.ts +32 -0
  24. package/dist/client/providerSimulationControls.d.ts +33 -0
  25. package/dist/client/providerSimulationControlsWidget.d.ts +20 -0
  26. package/dist/client/providerStatus.d.ts +19 -0
  27. package/dist/client/providerStatusWidget.d.ts +32 -0
  28. package/dist/client/routingStatus.d.ts +19 -0
  29. package/dist/client/routingStatusWidget.d.ts +28 -0
  30. package/dist/client/turnQuality.d.ts +19 -0
  31. package/dist/client/turnQualityWidget.d.ts +32 -0
  32. package/dist/client/workflowStatus.d.ts +19 -0
  33. package/dist/diagnosticsRoutes.d.ts +44 -0
  34. package/dist/evalRoutes.d.ts +213 -0
  35. package/dist/handoff.d.ts +54 -0
  36. package/dist/handoffHealth.d.ts +94 -0
  37. package/dist/index.d.ts +44 -4
  38. package/dist/index.js +5602 -175
  39. package/dist/modelAdapters.d.ts +75 -0
  40. package/dist/opsConsoleRoutes.d.ts +77 -0
  41. package/dist/opsWebhook.d.ts +126 -0
  42. package/dist/outcomeContract.d.ts +112 -0
  43. package/dist/providerAdapters.d.ts +48 -0
  44. package/dist/providerCapabilities.d.ts +92 -0
  45. package/dist/providerHealth.d.ts +79 -0
  46. package/dist/qualityRoutes.d.ts +76 -0
  47. package/dist/queue.d.ts +52 -0
  48. package/dist/react/VoiceOpsStatus.d.ts +6 -0
  49. package/dist/react/VoiceProviderCapabilities.d.ts +6 -0
  50. package/dist/react/VoiceProviderSimulationControls.d.ts +5 -0
  51. package/dist/react/VoiceProviderStatus.d.ts +6 -0
  52. package/dist/react/VoiceRoutingStatus.d.ts +6 -0
  53. package/dist/react/VoiceTurnQuality.d.ts +6 -0
  54. package/dist/react/index.d.ts +13 -0
  55. package/dist/react/index.js +1884 -11
  56. package/dist/react/useVoiceAppKitStatus.d.ts +8 -0
  57. package/dist/react/useVoiceController.d.ts +2 -0
  58. package/dist/react/useVoiceProviderCapabilities.d.ts +8 -0
  59. package/dist/react/useVoiceProviderSimulationControls.d.ts +10 -0
  60. package/dist/react/useVoiceProviderStatus.d.ts +8 -0
  61. package/dist/react/useVoiceRoutingStatus.d.ts +8 -0
  62. package/dist/react/useVoiceStream.d.ts +2 -0
  63. package/dist/react/useVoiceTurnQuality.d.ts +8 -0
  64. package/dist/react/useVoiceWorkflowStatus.d.ts +8 -0
  65. package/dist/resilienceRoutes.d.ts +117 -0
  66. package/dist/sessionReplay.d.ts +175 -0
  67. package/dist/svelte/createVoiceAppKitStatus.d.ts +8 -0
  68. package/dist/svelte/createVoiceOpsStatus.d.ts +9 -0
  69. package/dist/svelte/createVoiceProviderCapabilities.d.ts +10 -0
  70. package/dist/svelte/createVoiceProviderSimulationControls.d.ts +11 -0
  71. package/dist/svelte/createVoiceProviderStatus.d.ts +10 -0
  72. package/dist/svelte/createVoiceRoutingStatus.d.ts +10 -0
  73. package/dist/svelte/createVoiceTurnQuality.d.ts +10 -0
  74. package/dist/svelte/createVoiceWorkflowStatus.d.ts +8 -0
  75. package/dist/svelte/index.d.ts +8 -0
  76. package/dist/svelte/index.js +1330 -3
  77. package/dist/telephonyOutcome.d.ts +143 -0
  78. package/dist/testing/index.d.ts +2 -0
  79. package/dist/testing/index.js +1537 -7
  80. package/dist/testing/ioProviderSimulator.d.ts +41 -0
  81. package/dist/testing/providerSimulator.d.ts +44 -0
  82. package/dist/toolContract.d.ts +130 -0
  83. package/dist/toolRuntime.d.ts +50 -0
  84. package/dist/trace.d.ts +1 -1
  85. package/dist/turnQuality.d.ts +94 -0
  86. package/dist/types.d.ts +84 -2
  87. package/dist/vue/VoiceOpsStatus.d.ts +30 -0
  88. package/dist/vue/VoiceProviderCapabilities.d.ts +51 -0
  89. package/dist/vue/VoiceProviderSimulationControls.d.ts +88 -0
  90. package/dist/vue/VoiceProviderStatus.d.ts +51 -0
  91. package/dist/vue/VoiceRoutingStatus.d.ts +51 -0
  92. package/dist/vue/VoiceTurnQuality.d.ts +51 -0
  93. package/dist/vue/index.d.ts +13 -0
  94. package/dist/vue/index.js +1934 -25
  95. package/dist/vue/useVoiceAppKitStatus.d.ts +9 -0
  96. package/dist/vue/useVoiceProviderCapabilities.d.ts +9 -0
  97. package/dist/vue/useVoiceProviderSimulationControls.d.ts +24 -0
  98. package/dist/vue/useVoiceProviderStatus.d.ts +9 -0
  99. package/dist/vue/useVoiceRoutingStatus.d.ts +8 -0
  100. package/dist/vue/useVoiceStream.d.ts +2 -0
  101. package/dist/vue/useVoiceTurnQuality.d.ts +9 -0
  102. package/dist/vue/useVoiceWorkflowStatus.d.ts +9 -0
  103. package/dist/workflowContract.d.ts +91 -0
  104. package/package.json +1 -1
@@ -0,0 +1,8 @@
1
+ import { type VoiceAppKitStatusClientOptions } from '../client/appKitStatus';
2
+ export declare const useVoiceAppKitStatus: (path?: string, options?: VoiceAppKitStatusClientOptions) => {
3
+ refresh: () => Promise<import("..").VoiceAppKitStatusReport | undefined>;
4
+ error: string | null;
5
+ isLoading: boolean;
6
+ report?: import("..").VoiceAppKitStatusReport;
7
+ updatedAt?: number;
8
+ };
@@ -1,12 +1,14 @@
1
1
  import type { VoiceControllerOptions } from '../types';
2
2
  export declare const useVoiceController: <TResult = unknown>(path: string, options?: VoiceControllerOptions) => {
3
3
  bindHTMX: (options: import("..").VoiceHTMXBindingOptions) => () => void;
4
+ callControl: (message: Parameters<(message: Omit<import("..").VoiceClientCallControlMessage, "type">) => void>[0]) => void;
4
5
  close: () => void;
5
6
  endTurn: () => void;
6
7
  sendAudio: (audio: Uint8Array | ArrayBuffer) => void;
7
8
  startRecording: () => Promise<void>;
8
9
  stopRecording: () => void;
9
10
  toggleRecording: () => Promise<void>;
11
+ call: import("..").VoiceCallLifecycleState | null;
10
12
  sessionId: string | null;
11
13
  scenarioId: string | null;
12
14
  status: import("..").VoiceSessionStatus | "idle";
@@ -0,0 +1,8 @@
1
+ import { type VoiceProviderCapabilitiesClientOptions } from '../client/providerCapabilities';
2
+ export declare const useVoiceProviderCapabilities: <TProvider extends string = string>(path?: string, options?: VoiceProviderCapabilitiesClientOptions) => {
3
+ refresh: () => Promise<import("..").VoiceProviderCapabilityReport<TProvider> | undefined>;
4
+ error: string | null;
5
+ isLoading: boolean;
6
+ report?: import("..").VoiceProviderCapabilityReport<TProvider> | undefined;
7
+ updatedAt?: number;
8
+ };
@@ -0,0 +1,10 @@
1
+ import { type VoiceProviderSimulationControlsOptions } from '../client/providerSimulationControls';
2
+ export declare const useVoiceProviderSimulationControls: <TProvider extends string = string>(options: VoiceProviderSimulationControlsOptions<TProvider>) => {
3
+ run: (provider: TProvider, mode: import("../testing").VoiceIOProviderFailureSimulationMode) => Promise<import("../testing").VoiceIOProviderFailureSimulationResult<TProvider> | null>;
4
+ error: string | null;
5
+ isRunning: boolean;
6
+ lastResult: import("../testing").VoiceIOProviderFailureSimulationResult<TProvider> | null;
7
+ mode: import("../testing").VoiceIOProviderFailureSimulationMode | null;
8
+ provider: TProvider | null;
9
+ updatedAt?: number;
10
+ };
@@ -0,0 +1,8 @@
1
+ import { type VoiceProviderStatusClientOptions } from '../client/providerStatus';
2
+ export declare const useVoiceProviderStatus: <TProvider extends string = string>(path?: string, options?: VoiceProviderStatusClientOptions) => {
3
+ refresh: () => Promise<import("..").VoiceProviderHealthSummary<TProvider>[]>;
4
+ error: string | null;
5
+ isLoading: boolean;
6
+ providers: import("..").VoiceProviderHealthSummary<TProvider>[];
7
+ updatedAt?: number;
8
+ };
@@ -0,0 +1,8 @@
1
+ import { type VoiceRoutingStatusClientOptions } from '../client/routingStatus';
2
+ export declare const useVoiceRoutingStatus: (path?: string, options?: VoiceRoutingStatusClientOptions) => {
3
+ refresh: () => Promise<import("..").VoiceRoutingEvent | null>;
4
+ decision: import("..").VoiceRoutingDecisionSummary | null;
5
+ error: string | null;
6
+ isLoading: boolean;
7
+ updatedAt?: number;
8
+ };
@@ -1,8 +1,10 @@
1
1
  import type { VoiceConnectionOptions } from '../types';
2
2
  export declare const useVoiceStream: <TResult = unknown>(path: string, options?: VoiceConnectionOptions) => {
3
+ callControl: (message: Parameters<(message: Omit<import("..").VoiceClientCallControlMessage, "type">) => void>[0]) => void;
3
4
  close: () => void;
4
5
  endTurn: () => void;
5
6
  sendAudio: (audio: Uint8Array | ArrayBuffer) => void;
7
+ call: import("..").VoiceCallLifecycleState | null;
6
8
  sessionId: string | null;
7
9
  scenarioId: string | null;
8
10
  status: import("..").VoiceSessionStatus | "idle";
@@ -0,0 +1,8 @@
1
+ import { type VoiceTurnQualityClientOptions } from '../client/turnQuality';
2
+ export declare const useVoiceTurnQuality: (path?: string, options?: VoiceTurnQualityClientOptions) => {
3
+ refresh: () => Promise<import("..").VoiceTurnQualityReport | undefined>;
4
+ error: string | null;
5
+ isLoading: boolean;
6
+ report?: import("..").VoiceTurnQualityReport;
7
+ updatedAt?: number;
8
+ };
@@ -0,0 +1,8 @@
1
+ import { type VoiceWorkflowStatusClientOptions } from '../client/workflowStatus';
2
+ export declare const useVoiceWorkflowStatus: (path?: string, options?: VoiceWorkflowStatusClientOptions) => {
3
+ refresh: () => Promise<import("..").VoiceScenarioEvalReport | undefined>;
4
+ error: string | null;
5
+ isLoading: boolean;
6
+ report?: import("..").VoiceScenarioEvalReport;
7
+ updatedAt?: number;
8
+ };
@@ -0,0 +1,117 @@
1
+ import { Elysia } from 'elysia';
2
+ import { type VoiceProviderHealthSummary } from './providerHealth';
3
+ import type { StoredVoiceTraceEvent, VoiceTraceEventStore } from './trace';
4
+ import type { VoiceIOProviderFailureSimulationMode, VoiceIOProviderFailureSimulationResult } from './testing/ioProviderSimulator';
5
+ export type VoiceRoutingEventKind = 'llm' | 'stt' | 'tts';
6
+ export type VoiceRoutingEvent = {
7
+ at: number;
8
+ attempt?: number;
9
+ elapsedMs?: number;
10
+ error?: string;
11
+ fallbackProvider?: string;
12
+ kind: VoiceRoutingEventKind;
13
+ latencyBudgetMs?: number;
14
+ operation?: string;
15
+ provider?: string;
16
+ routing?: string;
17
+ selectedProvider?: string;
18
+ sessionId: string;
19
+ status?: string;
20
+ suppressionRemainingMs?: number;
21
+ timedOut: boolean;
22
+ turnId?: string;
23
+ };
24
+ export type VoiceRoutingDecisionSummary = VoiceRoutingEvent;
25
+ export type VoiceRoutingDecisionSummaryOptions = {
26
+ kind?: VoiceRoutingEventKind;
27
+ limit?: number;
28
+ sessionId?: string;
29
+ store: VoiceTraceEventStore;
30
+ };
31
+ export type VoiceResilienceLink = {
32
+ href: string;
33
+ label: string;
34
+ };
35
+ export type VoiceResilienceSimulationProvider<TProvider extends string = string> = {
36
+ configured?: boolean;
37
+ provider: TProvider;
38
+ };
39
+ export type VoiceResilienceIOSimulator<TProvider extends string = string> = {
40
+ failureProviders?: readonly TProvider[];
41
+ fallbackRequiredProvider?: TProvider;
42
+ fallbackRequiredMessage?: string;
43
+ failureMessage?: string;
44
+ label?: string;
45
+ pathPrefix?: string;
46
+ providers: readonly VoiceResilienceSimulationProvider<TProvider>[];
47
+ recoveryMessage?: string;
48
+ run: (provider: TProvider, mode: VoiceIOProviderFailureSimulationMode) => Promise<VoiceIOProviderFailureSimulationResult<TProvider>>;
49
+ };
50
+ export type VoiceResiliencePageData = {
51
+ links?: readonly VoiceResilienceLink[];
52
+ llmProviderHealth: VoiceProviderHealthSummary<string>[];
53
+ routingEvents: VoiceRoutingEvent[];
54
+ sttProviderHealth: VoiceProviderHealthSummary<string>[];
55
+ sttSimulation?: VoiceResilienceIOSimulator<string>;
56
+ title?: string;
57
+ ttsProviderHealth: VoiceProviderHealthSummary<string>[];
58
+ ttsSimulation?: VoiceResilienceIOSimulator<string>;
59
+ };
60
+ export type VoiceResilienceRoutesOptions = {
61
+ headers?: HeadersInit;
62
+ links?: readonly VoiceResilienceLink[];
63
+ llmProviders?: readonly string[];
64
+ name?: string;
65
+ path?: string;
66
+ render?: (input: VoiceResiliencePageData) => string | Promise<string>;
67
+ sttProviders?: readonly string[];
68
+ sttSimulation?: VoiceResilienceIOSimulator<string>;
69
+ store: VoiceTraceEventStore;
70
+ title?: string;
71
+ ttsProviders?: readonly string[];
72
+ ttsSimulation?: VoiceResilienceIOSimulator<string>;
73
+ };
74
+ export declare const listVoiceRoutingEvents: (events: StoredVoiceTraceEvent[]) => VoiceRoutingEvent[];
75
+ export declare const summarizeVoiceRoutingDecision: (events: StoredVoiceTraceEvent[], options?: Omit<VoiceRoutingDecisionSummaryOptions, "store">) => VoiceRoutingDecisionSummary | null;
76
+ export declare const createVoiceRoutingDecisionSummary: (options: VoiceRoutingDecisionSummaryOptions) => Promise<VoiceRoutingDecisionSummary | null>;
77
+ export declare const renderVoiceResilienceHTML: (input: VoiceResiliencePageData) => string;
78
+ export declare const createVoiceResilienceRoutes: (options: VoiceResilienceRoutesOptions) => Elysia<"", {
79
+ decorator: {};
80
+ store: {};
81
+ derive: {};
82
+ resolve: {};
83
+ }, {
84
+ typebox: {};
85
+ error: {};
86
+ }, {
87
+ schema: {};
88
+ standaloneSchema: {};
89
+ macro: {};
90
+ macroFn: {};
91
+ parser: {};
92
+ response: {};
93
+ }, {
94
+ [x: string]: {
95
+ get: {
96
+ body: unknown;
97
+ params: {};
98
+ query: unknown;
99
+ headers: unknown;
100
+ response: {
101
+ 200: Response;
102
+ };
103
+ };
104
+ };
105
+ }, {
106
+ derive: {};
107
+ resolve: {};
108
+ schema: {};
109
+ standaloneSchema: {};
110
+ response: {};
111
+ }, {
112
+ derive: {};
113
+ resolve: {};
114
+ schema: {};
115
+ standaloneSchema: {};
116
+ response: {};
117
+ }>;
@@ -0,0 +1,175 @@
1
+ import { Elysia } from 'elysia';
2
+ import { type StoredVoiceTraceEvent, type VoiceTraceEvaluationOptions, type VoiceTraceEventStore, type VoiceTraceRedactionConfig, type VoiceTraceSummary, type VoiceTraceEvaluation } from './trace';
3
+ export type VoiceSessionReplayTurn = {
4
+ assistantReplies: string[];
5
+ committedText?: string;
6
+ errors: Array<Record<string, unknown>>;
7
+ id: string;
8
+ modelCalls: Array<Record<string, unknown>>;
9
+ tools: Array<Record<string, unknown>>;
10
+ transcripts: Array<{
11
+ isFinal: boolean;
12
+ text?: string;
13
+ }>;
14
+ };
15
+ export type VoiceSessionReplay = {
16
+ evaluation: VoiceTraceEvaluation;
17
+ events: StoredVoiceTraceEvent[];
18
+ html: string;
19
+ markdown: string;
20
+ sessionId: string;
21
+ summary: VoiceTraceSummary;
22
+ timeline: Array<{
23
+ at: number;
24
+ offsetMs?: number;
25
+ payload: Record<string, unknown>;
26
+ turnId?: string;
27
+ type: StoredVoiceTraceEvent['type'];
28
+ }>;
29
+ turns: VoiceSessionReplayTurn[];
30
+ };
31
+ export type VoiceSessionListStatus = 'failed' | 'healthy';
32
+ export type VoiceSessionListItem = {
33
+ endedAt?: number;
34
+ errorCount: number;
35
+ eventCount: number;
36
+ latestOutcome?: string;
37
+ providerErrors: Record<string, number>;
38
+ providers: string[];
39
+ replayHref: string;
40
+ sessionId: string;
41
+ startedAt?: number;
42
+ status: VoiceSessionListStatus;
43
+ transcriptCount: number;
44
+ turnCount: number;
45
+ };
46
+ export type VoiceSessionListOptions = {
47
+ events?: StoredVoiceTraceEvent[];
48
+ limit?: number;
49
+ provider?: string;
50
+ q?: string;
51
+ replayHref?: false | string | ((session: Omit<VoiceSessionListItem, 'replayHref'>) => string);
52
+ status?: VoiceSessionListStatus | 'all';
53
+ store?: VoiceTraceEventStore;
54
+ };
55
+ export type VoiceSessionListHTMLHandlerOptions = VoiceSessionListOptions & {
56
+ headers?: HeadersInit;
57
+ render?: (sessions: VoiceSessionListItem[]) => string | Promise<string>;
58
+ };
59
+ export type VoiceSessionListRoutesOptions = VoiceSessionListHTMLHandlerOptions & {
60
+ htmlPath?: false | string;
61
+ name?: string;
62
+ path?: string;
63
+ };
64
+ export type VoiceSessionReplayOptions = {
65
+ evaluation?: VoiceTraceEvaluationOptions;
66
+ events?: StoredVoiceTraceEvent[];
67
+ redact?: VoiceTraceRedactionConfig;
68
+ sessionId: string;
69
+ store?: VoiceTraceEventStore;
70
+ title?: string;
71
+ };
72
+ export type VoiceSessionReplayHTMLHandlerOptions = Omit<VoiceSessionReplayOptions, 'sessionId'> & {
73
+ headers?: HeadersInit;
74
+ render?: (replay: VoiceSessionReplay) => string | Promise<string>;
75
+ };
76
+ export type VoiceSessionReplayRoutesOptions = VoiceSessionReplayHTMLHandlerOptions & {
77
+ htmlPath?: false | string;
78
+ name?: string;
79
+ path?: string;
80
+ };
81
+ export declare const summarizeVoiceSessionReplay: (options: VoiceSessionReplayOptions) => Promise<VoiceSessionReplay>;
82
+ export declare const summarizeVoiceSessions: (options?: VoiceSessionListOptions) => Promise<VoiceSessionListItem[]>;
83
+ export declare const renderVoiceSessionsHTML: (sessions: VoiceSessionListItem[]) => string;
84
+ export declare const createVoiceSessionsJSONHandler: (options?: VoiceSessionListOptions) => ({ query }: {
85
+ query?: Record<string, string | undefined>;
86
+ }) => Promise<VoiceSessionListItem[]>;
87
+ export declare const createVoiceSessionsHTMLHandler: (options?: VoiceSessionListHTMLHandlerOptions) => ({ query }: {
88
+ query?: Record<string, string | undefined>;
89
+ }) => Promise<Response>;
90
+ export declare const createVoiceSessionListRoutes: (options?: VoiceSessionListRoutesOptions) => Elysia<"", {
91
+ decorator: {};
92
+ store: {};
93
+ derive: {};
94
+ resolve: {};
95
+ }, {
96
+ typebox: {};
97
+ error: {};
98
+ }, {
99
+ schema: {};
100
+ standaloneSchema: {};
101
+ macro: {};
102
+ macroFn: {};
103
+ parser: {};
104
+ response: {};
105
+ }, {
106
+ [x: string]: {
107
+ get: {
108
+ body: unknown;
109
+ params: {};
110
+ query: unknown;
111
+ headers: unknown;
112
+ response: {
113
+ 200: VoiceSessionListItem[];
114
+ };
115
+ };
116
+ };
117
+ }, {
118
+ derive: {};
119
+ resolve: {};
120
+ schema: {};
121
+ standaloneSchema: {};
122
+ response: {};
123
+ }, {
124
+ derive: {};
125
+ resolve: {};
126
+ schema: {};
127
+ standaloneSchema: {};
128
+ response: {};
129
+ }>;
130
+ export declare const createVoiceSessionReplayJSONHandler: (options: Omit<VoiceSessionReplayOptions, "sessionId">) => ({ params }: {
131
+ params: Record<string, string | undefined>;
132
+ }) => Promise<VoiceSessionReplay>;
133
+ export declare const createVoiceSessionReplayHTMLHandler: (options: VoiceSessionReplayHTMLHandlerOptions) => ({ params }: {
134
+ params: Record<string, string | undefined>;
135
+ }) => Promise<Response>;
136
+ export declare const createVoiceSessionReplayRoutes: (options: VoiceSessionReplayRoutesOptions) => Elysia<"", {
137
+ decorator: {};
138
+ store: {};
139
+ derive: {};
140
+ resolve: {};
141
+ }, {
142
+ typebox: {};
143
+ error: {};
144
+ }, {
145
+ schema: {};
146
+ standaloneSchema: {};
147
+ macro: {};
148
+ macroFn: {};
149
+ parser: {};
150
+ response: {};
151
+ }, {
152
+ [x: string]: {
153
+ get: {
154
+ body: unknown;
155
+ params: {};
156
+ query: unknown;
157
+ headers: unknown;
158
+ response: {
159
+ 200: VoiceSessionReplay;
160
+ };
161
+ };
162
+ };
163
+ }, {
164
+ derive: {};
165
+ resolve: {};
166
+ schema: {};
167
+ standaloneSchema: {};
168
+ response: {};
169
+ }, {
170
+ derive: {};
171
+ resolve: {};
172
+ schema: {};
173
+ standaloneSchema: {};
174
+ response: {};
175
+ }>;
@@ -0,0 +1,8 @@
1
+ import type { VoiceAppKitStatusClientOptions } from '../client/appKitStatus';
2
+ export declare const createVoiceAppKitStatus: (path?: string, options?: VoiceAppKitStatusClientOptions) => {
3
+ close: () => void;
4
+ getServerSnapshot: () => import("../client").VoiceAppKitStatusSnapshot;
5
+ getSnapshot: () => import("../client").VoiceAppKitStatusSnapshot;
6
+ refresh: () => Promise<import("..").VoiceAppKitStatusReport | undefined>;
7
+ subscribe: (listener: () => void) => () => void;
8
+ };
@@ -0,0 +1,9 @@
1
+ import { type VoiceOpsStatusWidgetOptions } from '../client/opsStatusWidget';
2
+ export declare const createVoiceOpsStatus: (path?: string, options?: VoiceOpsStatusWidgetOptions) => {
3
+ close: () => void;
4
+ getHTML: () => string;
5
+ getSnapshot: () => import("../client").VoiceAppKitStatusSnapshot;
6
+ getViewModel: () => import("../client").VoiceOpsStatusViewModel;
7
+ refresh: () => Promise<import("..").VoiceAppKitStatusReport | undefined>;
8
+ subscribe: (listener: () => void) => () => void;
9
+ };
@@ -0,0 +1,10 @@
1
+ import { type VoiceProviderCapabilitiesWidgetOptions } from '../client/providerCapabilitiesWidget';
2
+ export declare const createVoiceProviderCapabilities: <TProvider extends string = string>(path?: string, options?: VoiceProviderCapabilitiesWidgetOptions) => {
3
+ getHTML: () => string;
4
+ getViewModel: () => import("../client").VoiceProviderCapabilitiesViewModel<TProvider>;
5
+ close: () => void;
6
+ getServerSnapshot: () => import("../client").VoiceProviderCapabilitiesSnapshot<TProvider>;
7
+ getSnapshot: () => import("../client").VoiceProviderCapabilitiesSnapshot<TProvider>;
8
+ refresh: () => Promise<import("..").VoiceProviderCapabilityReport<TProvider> | undefined>;
9
+ subscribe: (listener: () => void) => () => void;
10
+ };
@@ -0,0 +1,11 @@
1
+ import type { VoiceProviderSimulationControlsOptions } from '../client/providerSimulationControls';
2
+ export declare const createVoiceProviderSimulationControls: <TProvider extends string = string>(options: VoiceProviderSimulationControlsOptions<TProvider>) => {
3
+ bind: (element: Element) => () => void;
4
+ getHTML: () => string;
5
+ getViewModel: () => import("../client").VoiceProviderSimulationControlsViewModel<TProvider>;
6
+ close: () => void;
7
+ getServerSnapshot: () => import("../client").VoiceProviderSimulationControlsSnapshot<TProvider>;
8
+ getSnapshot: () => import("../client").VoiceProviderSimulationControlsSnapshot<TProvider>;
9
+ run: (provider: TProvider, mode: import("../testing").VoiceIOProviderFailureSimulationMode) => Promise<import("../testing").VoiceIOProviderFailureSimulationResult<TProvider> | null>;
10
+ subscribe: (listener: () => void) => () => void;
11
+ };
@@ -0,0 +1,10 @@
1
+ import { type VoiceProviderStatusWidgetOptions } from '../client/providerStatusWidget';
2
+ export declare const createVoiceProviderStatus: <TProvider extends string = string>(path?: string, options?: VoiceProviderStatusWidgetOptions) => {
3
+ getHTML: () => string;
4
+ getViewModel: () => import("../client").VoiceProviderStatusViewModel<TProvider>;
5
+ close: () => void;
6
+ getServerSnapshot: () => import("../client").VoiceProviderStatusSnapshot<TProvider>;
7
+ getSnapshot: () => import("../client").VoiceProviderStatusSnapshot<TProvider>;
8
+ refresh: () => Promise<import("..").VoiceProviderHealthSummary<TProvider>[]>;
9
+ subscribe: (listener: () => void) => () => void;
10
+ };
@@ -0,0 +1,10 @@
1
+ import { type VoiceRoutingStatusWidgetOptions } from '../client/routingStatusWidget';
2
+ export declare const createVoiceRoutingStatus: (path?: string, options?: VoiceRoutingStatusWidgetOptions) => {
3
+ getHTML: () => string;
4
+ getViewModel: () => import("../client").VoiceRoutingStatusViewModel;
5
+ close: () => void;
6
+ getServerSnapshot: () => import("../client").VoiceRoutingStatusSnapshot;
7
+ getSnapshot: () => import("../client").VoiceRoutingStatusSnapshot;
8
+ refresh: () => Promise<import("..").VoiceRoutingEvent | null>;
9
+ subscribe: (listener: () => void) => () => void;
10
+ };
@@ -0,0 +1,10 @@
1
+ import { type VoiceTurnQualityWidgetOptions } from '../client/turnQualityWidget';
2
+ export declare const createVoiceTurnQuality: (path?: string, options?: VoiceTurnQualityWidgetOptions) => {
3
+ getHTML: () => string;
4
+ getViewModel: () => import("../client").VoiceTurnQualityViewModel;
5
+ close: () => void;
6
+ getServerSnapshot: () => import("../client").VoiceTurnQualitySnapshot;
7
+ getSnapshot: () => import("../client").VoiceTurnQualitySnapshot;
8
+ refresh: () => Promise<import("..").VoiceTurnQualityReport | undefined>;
9
+ subscribe: (listener: () => void) => () => void;
10
+ };
@@ -0,0 +1,8 @@
1
+ import type { VoiceWorkflowStatusClientOptions } from '../client/workflowStatus';
2
+ export declare const createVoiceWorkflowStatus: (path?: string, options?: VoiceWorkflowStatusClientOptions) => {
3
+ close: () => void;
4
+ getServerSnapshot: () => import("../client").VoiceWorkflowStatusSnapshot;
5
+ getSnapshot: () => import("../client").VoiceWorkflowStatusSnapshot;
6
+ refresh: () => Promise<import("..").VoiceScenarioEvalReport | undefined>;
7
+ subscribe: (listener: () => void) => () => void;
8
+ };
@@ -1,2 +1,10 @@
1
+ export { createVoiceAppKitStatus } from './createVoiceAppKitStatus';
2
+ export { createVoiceOpsStatus } from './createVoiceOpsStatus';
3
+ export { createVoiceProviderSimulationControls } from './createVoiceProviderSimulationControls';
4
+ export { createVoiceProviderCapabilities } from './createVoiceProviderCapabilities';
1
5
  export { createVoiceStream } from './createVoiceStream';
6
+ export { createVoiceProviderStatus } from './createVoiceProviderStatus';
7
+ export { createVoiceRoutingStatus } from './createVoiceRoutingStatus';
8
+ export { createVoiceTurnQuality } from './createVoiceTurnQuality';
9
+ export { createVoiceWorkflowStatus } from './createVoiceWorkflowStatus';
2
10
  export { createVoiceController } from '../client/controller';