@onereach/step-voice 1.2202.11 → 1.2202.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.
@@ -42,10 +42,11 @@ class GlobalCommand extends voice_1.default {
42
42
  ]);
43
43
  await this.updateData();
44
44
  this.process.runThread({
45
+ id: `G:${this.conversationThreadId}`,
45
46
  state: {
46
47
  name: 'globThread',
47
48
  step: this.step.id,
48
- thread: this.conversationThread.id
49
+ thread: this.conversationThreadId
49
50
  },
50
51
  local: {
51
52
  background: true
@@ -179,7 +180,7 @@ class GlobalCommand extends voice_1.default {
179
180
  name: 'exitToThread',
180
181
  result: {
181
182
  conversation: this.conversation,
182
- conversationThreadId: this.conversationThread.id
183
+ conversationThreadId: this.conversationThreadId
183
184
  },
184
185
  exitStep: this.getExitStepId(stepExit),
185
186
  step: this.currentStepId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "1.2202.11",
3
+ "version": "1.2202.15",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",
@@ -13,7 +13,7 @@
13
13
  "npm": ">= 6.0.0"
14
14
  },
15
15
  "dependencies": {
16
- "@onereach/step-conversation": "^1.0.10",
16
+ "@onereach/step-conversation": "^1.0.13",
17
17
  "lodash": "^4.17.21",
18
18
  "uuid": "^8.3.2"
19
19
  },