fix(all): Google Workplace suppport
This commit is contained in:
parent
b2676b9c4f
commit
29f5b36812
3 changed files with 4 additions and 2401 deletions
2400
package-lock.json
generated
2400
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue