Bot now got a phone number.
This commit is contained in:
parent
7b47200efa
commit
1780fbf0d0
3 changed files with 15 additions and 3 deletions
|
@ -1,8 +1,17 @@
|
|||
# History
|
||||
|
||||
## Version 0.0.17
|
||||
|
||||
- NEW: The bot now has an associated mobile Whatsapp number;
|
||||
|
||||
## Version 0.0.16
|
||||
|
||||
- FIX: Compilation of Typescript into JavaScript.
|
||||
|
||||
## Version 0.0.15
|
||||
|
||||
- NEW: Now each .gbapp has it own set of syspackages loaded.
|
||||
|
||||
## Version 0.0.14
|
||||
|
||||
- NEW: Added support for Whatsapp external service key on bot instance model.
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"name": "botlib",
|
||||
"version": "0.0.16",
|
||||
"description": "General Bots base library for building Node.js TypeScript Apps packages (.gbapp)",
|
||||
"version": "0.0.17",
|
||||
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
|
||||
"main": "dist/src/index.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
"author": "me@rodrigorodriguez.com",
|
||||
"contributors": [
|
||||
"Rodrigo Rodriguez <me@rodrigorodriguez.com>"
|
||||
],
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@types/azure": "^0.9.19",
|
||||
|
|
|
@ -47,6 +47,7 @@ export interface IGBInstance {
|
|||
webchatKey: string;
|
||||
whatsappServiceKey: string;
|
||||
whatsappBotKey: string;
|
||||
whatsappServiceNumber: string;
|
||||
theme: string;
|
||||
ui: string;
|
||||
kb: string;
|
||||
|
|
Loading…
Add table
Reference in a new issue