@onereach/step-voice 6.1.20-VOIC1342.21 → 6.1.20

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 (2) hide show
  1. package/dst/Choice.js +0 -1
  2. package/package.json +1 -1
package/dst/Choice.js CHANGED
@@ -96,7 +96,6 @@ class Choice extends voice_1.default {
96
96
  };
97
97
  // There's a specific need to do so. There might be ${variable} section
98
98
  this.triggers.local(`in/voice/${call.id}`, async (event) => {
99
- this.log.info({ event });
100
99
  const reportingSettingsKey = this.rptsStarted ? 'transcriptRepromptResponse' : 'transcriptResponse';
101
100
  const interruptionMetadata = event.params.interruptionMetadata ?? null;
102
101
  if (interruptionMetadata) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "6.1.20-VOIC1342.21",
3
+ "version": "6.1.20",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",