@wildix/wilma-agents-client 1.0.22 → 1.0.24

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.
@@ -329,6 +329,12 @@ export interface VoiceLanguage {
329
329
  provider?: VoiceSpeechProvider | undefined;
330
330
  /**
331
331
  * Provider voice id (ElevenLabs voice_id, Google voice name, Polly Id).
332
+ * A CR OR LF IS REFUSED BY THE PATTERN, and the reason is not tidiness: this value reaches the
333
+ * PBX as an AMI action parameter, and AMI frames on CRLF, so a newline inside it closes the
334
+ * action and starts another one on a local, already-authenticated manager connection. Whoever
335
+ * configures a voice agent in the cloud needs no PBX credential, so the model is the first place
336
+ * that can refuse it. `pbx-data-engine` refuses it again on the send path — two layers, because
337
+ * the AMI serializer is out of tree and neither layer can promise the other's behaviour.
332
338
  * @public
333
339
  */
334
340
  voice: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wilma-agents-client",
3
3
  "description": "@wildix/wilma-agents-client client",
4
- "version": "1.0.22",
4
+ "version": "1.0.24",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -56,4 +56,4 @@
56
56
  "browser": {
57
57
  "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
58
58
  }
59
- }
59
+ }