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",
|
"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)",
|
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index",
|
"types": "dist/index",
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,9 @@ export interface IGBInstance {
|
||||||
googleBotKey: string;
|
googleBotKey: string;
|
||||||
googleChatApiKey: string;
|
googleChatApiKey: string;
|
||||||
googleChatSubscriptionName: string;
|
googleChatSubscriptionName: string;
|
||||||
|
googleClientEmail: string;
|
||||||
|
googlePrivateKey: string;
|
||||||
|
googleProjectId: string;
|
||||||
whatsappServiceKey: string;
|
whatsappServiceKey: string;
|
||||||
whatsappBotKey: string;
|
whatsappBotKey: string;
|
||||||
whatsappServiceNumber: string;
|
whatsappServiceNumber: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue