Merge branch 'master' of https://github.com/pragmatismo-io/botlib
This commit is contained in:
commit
4cf60687d1
3 changed files with 3821 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
3819
package-lock.json
generated
Normal file
3819
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue