@botique/bmp
Advanced tools
Comparing version 0.0.3-5 to 0.0.3-6
{ | ||
"name": "@botique/bmp", | ||
"version": "0.0.3-5", | ||
"version": "0.0.3-6", | ||
"description": "Botique Messaging Protocol", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -126,3 +126,3 @@ import { ObjectID } from 'mongodb'; | ||
directlineActivity: Message, | ||
user: ChatUser, | ||
chatUser: ChatUser, | ||
botId: string | ObjectID, | ||
@@ -139,3 +139,3 @@ platformData: {}, | ||
dateReceived: new Date(directlineActivity.timestamp), | ||
userId: user._id, | ||
userId: chatUser.userId, | ||
contentType: ContentType.Payload, | ||
@@ -142,0 +142,0 @@ content: { payload: JSON.parse(directlineActivity.text).payload } |
53988