new(all): Facebook workplace support.
This commit is contained in:
parent
29f5b36812
commit
ce41f749ea
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "botlib",
|
||||
"version": "1.8.3",
|
||||
"version": "1.9.2",
|
||||
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index",
|
||||
|
|
|
@ -64,6 +64,9 @@ export interface IGBInstance {
|
|||
whatsappBotKey: string;
|
||||
whatsappServiceNumber: string;
|
||||
whatsappServiceUrl: string;
|
||||
facebookWorkplaceVerifyToken: string;
|
||||
facebookWorkplaceAppSecret: string;
|
||||
facebookWorkplaceAccessToken: string;
|
||||
smsKey: string;
|
||||
smsSecret: string;
|
||||
smsServiceNumber: string;
|
||||
|
@ -97,4 +100,5 @@ export interface IGBInstance {
|
|||
translatorEndpoint: string;
|
||||
params: string;
|
||||
state: string;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue