- NEW: Whatsapp directline client is now working in preview.
This commit is contained in:
parent
6d8beeb15f
commit
1308255506
3 changed files with 14 additions and 1 deletions
12
VERSION.md
12
VERSION.md
|
|
@ -1,5 +1,17 @@
|
||||||
# History
|
# History
|
||||||
|
|
||||||
|
## Version 0.0.20
|
||||||
|
|
||||||
|
- NEW: Whatsapp directline client is now working in preview.
|
||||||
|
|
||||||
|
## Version 0.0.19
|
||||||
|
|
||||||
|
- NEW: Parameter whatsappServiceUrl added to support other whatsapp channels.
|
||||||
|
|
||||||
|
## Version 0.0.18
|
||||||
|
|
||||||
|
- FIX: Missing TS compilation.
|
||||||
|
|
||||||
## Version 0.0.17
|
## Version 0.0.17
|
||||||
|
|
||||||
- NEW: The bot now has an associated mobile Whatsapp number;
|
- NEW: The bot now has an associated mobile Whatsapp number;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "botlib",
|
"name": "botlib",
|
||||||
"version": "0.0.18",
|
"version": "0.0.20",
|
||||||
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
|
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
|
||||||
"main": "dist/src/index.js",
|
"main": "dist/src/index.js",
|
||||||
"types": "dist/src/index.d.ts",
|
"types": "dist/src/index.d.ts",
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@ export interface IGBInstance {
|
||||||
whatsappServiceKey: string;
|
whatsappServiceKey: string;
|
||||||
whatsappBotKey: string;
|
whatsappBotKey: string;
|
||||||
whatsappServiceNumber: string;
|
whatsappServiceNumber: string;
|
||||||
|
whatsappServiceUrl: string;
|
||||||
theme: string;
|
theme: string;
|
||||||
ui: string;
|
ui: string;
|
||||||
kb: string;
|
kb: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue