fix(all): Google Workplace suppport

This commit is contained in:
Rodrigo Rodriguez 2021-06-15 08:36:27 -03:00
parent b2676b9c4f
commit 29f5b36812
3 changed files with 4 additions and 2401 deletions

2400
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "botlib",
"version": "1.8.1",
"version": "1.8.3",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
"main": "dist/index.js",
"types": "dist/index",

View file

@ -57,6 +57,9 @@ export interface IGBInstance {
googleBotKey: string;
googleChatApiKey: string;
googleChatSubscriptionName: string;
googleClientEmail: string;
googlePrivateKey: string;
googleProjectId: string;
whatsappServiceKey: string;
whatsappBotKey: string;
whatsappServiceNumber: string;