@onereach/step-voice 7.0.2-processttschunk.14 → 7.0.2-processttschunk.15

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.
@@ -3,7 +3,7 @@ interface INPUT {
3
3
  voiceId: string;
4
4
  infiniteProcessing: boolean;
5
5
  asr: TODO;
6
- endpointing: number | false;
6
+ endpointing: number;
7
7
  }
8
8
  interface EVENT extends VoiceEvent {
9
9
  phrases?: TODO[];
@@ -10,7 +10,9 @@ class StartTTSChunksProcessing extends voice_1.default {
10
10
  id: this.currentStepId,
11
11
  asr: {
12
12
  ...asr.getSettings(call.asr),
13
- endpointing
13
+ config: {
14
+ endpointing
15
+ }
14
16
  },
15
17
  };
16
18
  const command = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "7.0.2-processttschunk.14",
3
+ "version": "7.0.2-processttschunk.15",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",