Parameter whatsappServiceWebhookUrl added.

This commit is contained in:
Jorge Ramos 2018-05-14 01:46:15 -03:00
parent 0297dc277c
commit b826f97c6a
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
## Version 0.0.20 ## Version 0.0.20
- NEW: Whatsapp directline client is now working in preview. - NEW: Whatsapp directline client is now working in preview.
- NEW: Parameter whatsappServiceWebhookUrl added.
## Version 0.0.19 ## Version 0.0.19

View file

@ -49,6 +49,7 @@ export interface IGBInstance {
whatsappBotKey: string; whatsappBotKey: string;
whatsappServiceNumber: string; whatsappServiceNumber: string;
whatsappServiceUrl: string; whatsappServiceUrl: string;
whatsappServiceWebhookUrl: string;
theme: string; theme: string;
ui: string; ui: string;
kb: string; kb: string;