@onereach/step-voice 7.0.2-processttschunk.11 → 7.0.2-processttschunk.12

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.
@@ -30,7 +30,9 @@ class StartTTSChunksProcessing extends voice_1.default {
30
30
  const params = event.params;
31
31
  // const phrases = params.phrases
32
32
  const exitId = 'interruption';
33
- return this.exitStep(exitId, this.exitChoiceData('voice', params), false);
33
+ const exitData = this.exitChoiceData('voice', params);
34
+ this.log.info('exitData', exitData);
35
+ return this.exitStep(exitId, exitData, false);
34
36
  }
35
37
  case 'hangup': {
36
38
  await this.handleHangup(call);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "7.0.2-processttschunk.11",
3
+ "version": "7.0.2-processttschunk.12",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",