This commit is contained in:
Rodrigo Rodriguez 2018-05-14 09:35:26 -03:00
commit 4cf60687d1
3 changed files with 3821 additions and 0 deletions

View file

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

3819
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

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