# Conflicts:
#	package-lock.json
This commit is contained in:
Rodrigo Rodriguez 2020-04-14 23:39:31 +00:00
commit fac588827f
3 changed files with 5 additions and 19102 deletions

19102
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -74,6 +74,7 @@
"express": "4.17.1", "express": "4.17.1",
"express-remove-route": "1.0.0", "express-remove-route": "1.0.0",
"ffmpeg-static": "^4.1.0", "ffmpeg-static": "^4.1.0",
"google-libphonenumber": "^3.2.8",
"js-beautify": "1.10.2", "js-beautify": "1.10.2",
"marked": "0.8.0", "marked": "0.8.0",
"microsoft-cognitiveservices-speech-sdk": "^1.11.0", "microsoft-cognitiveservices-speech-sdk": "^1.11.0",

View file

@ -414,6 +414,10 @@ export class GBMinService {
min.instance.whatsappServiceUrl min.instance.whatsappServiceUrl
); );
} }
else {
min.whatsAppDirectLine =
(GBServer.globals.minBoot as any).whatsAppDirectLine;
}
min.userProfile = conversationState.createProperty('userProfile'); min.userProfile = conversationState.createProperty('userProfile');
const dialogState = conversationState.createProperty('dialogState'); const dialogState = conversationState.createProperty('dialogState');