@absolutejs/voice 0.0.22-beta.525 → 0.0.22-beta.526

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/index.d.ts CHANGED
@@ -204,7 +204,7 @@ export { buildVoicePostCallAnalysisReport, createVoicePostCallAnalysisRoutes, re
204
204
  export { buildVoiceGuardrailReport, createVoiceGuardrailPolicy, createVoiceGuardrailRuntime, createVoiceGuardrailRoutes, evaluateVoiceGuardrailPolicy, renderVoiceGuardrailMarkdown, voiceGuardrailPolicyPresets, } from "./guardrails";
205
205
  export { createId, createVoiceSessionRecord } from "./store";
206
206
  export { createVoiceSTTRoutingCorrectionHandler, resolveVoiceSTTRoutingStrategy, } from "./routing";
207
- export { applyRiskTieredPhraseHintCorrections, applyPhraseHintCorrections, createDomainLexicon, createDomainPhraseHints, createPhraseHintCorrectionHandler, createRiskyTurnCorrectionHandler, } from "./correction";
207
+ export { applyLexiconCorrections, applyRiskTieredPhraseHintCorrections, applyPhraseHintCorrections, createDomainLexicon, createDomainPhraseHints, createPhraseHintCorrectionHandler, createRiskyTurnCorrectionHandler, } from "./correction";
208
208
  export { conditionAudioChunk, resolveAudioConditioningConfig, } from "./audioConditioning";
209
209
  export { resolveVoiceRuntimePreset } from "./presets";
210
210
  export { resolveTurnDetectionConfig, TURN_PROFILE_DEFAULTS, } from "./turnProfiles";
package/dist/index.js CHANGED
@@ -53040,6 +53040,7 @@ export {
53040
53040
  applyVoiceCampaignTelephonyOutcome,
53041
53041
  applyRiskTieredPhraseHintCorrections,
53042
53042
  applyPhraseHintCorrections,
53043
+ applyLexiconCorrections,
53043
53044
  applyBrowserNoiseSuppression,
53044
53045
  appendVoiceRealCallProfileRecoveryEvidence,
53045
53046
  appendVoiceProviderRouterTraceEvent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/voice",
3
- "version": "0.0.22-beta.525",
3
+ "version": "0.0.22-beta.526",
4
4
  "description": "Voice primitives and Elysia plugin for AbsoluteJS",
5
5
  "repository": {
6
6
  "type": "git",