@onereach/step-voice 6.1.6-handlequalitystats.0 → 6.1.6

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.
@@ -70,12 +70,14 @@ class GlobalCommand extends voice_1.default {
70
70
  }
71
71
  }]
72
72
  : [],
73
- {
74
- name: 'set_monitoring_settings',
75
- params: {
76
- addCallQuality: this.data.isQualityStatsEnabled
77
- }
78
- },
73
+ ...(lodash_1.default.isUndefined(this.data.isQualityStatsEnabled)
74
+ ? []
75
+ : [{
76
+ name: 'set_monitoring_settings',
77
+ params: {
78
+ addCallQuality: this.data.isQualityStatsEnabled
79
+ }
80
+ }]),
79
81
  {
80
82
  name: 'grammar',
81
83
  params: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "6.1.6-handlequalitystats.0",
3
+ "version": "6.1.6",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",