diff --git a/package.json b/package.json index ef512c2..8a0b835 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/IGBInstance.ts b/src/IGBInstance.ts index 9bdff12..4da7400 100644 --- a/src/IGBInstance.ts +++ b/src/IGBInstance.ts @@ -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; + }