Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"packages": [
"packages/bot",
"packages/cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/bot",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "core typescript",
"author": "Leifer Mendez <leifer33@gmail.com>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/cli",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/contexts-dialogflow-cx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/contexts-dialogflow-cx",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "contexts typescript",
"author": "Leifer Mendez <leifer33@gmail.com>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/codigoencasa/bot-whatsapp/issues"
},
"dependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@google-cloud/dialogflow-cx": "^5.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/contexts-dialogflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/contexts-dialogflow",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "contexts typescript",
"author": "Leifer Mendez <leifer33@gmail.com>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/codigoencasa/bot-whatsapp/issues"
},
"dependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@google-cloud/dialogflow": "^7.4.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-builderbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-builderbot",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "",
"license": "ISC",
"main": "dist/index.cjs",
Expand All @@ -16,7 +16,7 @@
],
"bin": "./bin/create.cjs",
"dependencies": {
"@builderbot/cli": "^1.3.15-alpha.11"
"@builderbot/cli": "^1.3.15-alpha.12"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/database-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/database-json",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Esto es el conector a json",
"keywords": [],
"author": "Leifer Mendez <leifer33@gmail.com>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/codigoencasa/bot-whatsapp/issues"
},
"dependencies": {
"@builderbot/bot": "^1.3.15-alpha.11"
"@builderbot/bot": "^1.3.15-alpha.12"
},
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/database-mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/database-mongo",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Esto es el conector a mongo DB",
"keywords": [],
"author": "Leifer Mendez <leifer33@gmail.com>",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
"dependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"mongodb": "^7.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/database-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/database-mysql",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Esto es el conector a Mysql",
"keywords": [],
"author": "Leifer Mendez <leifer33@gmail.com>",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
"dependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"mysql2": "^3.15.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/database-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/database-postgres",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "> TODO: description",
"author": "vicente1992 <vic_ortiz20@hotmail.es>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/codigoencasa/bot-whatsapp/issues"
},
"dependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"pg": "^8.11.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-builderbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-builderbot",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "> TODO: description",
"author": "vicente1992 <vic_ortiz20@hotmail.es>",
"homepage": "https://github.com/vicente1992/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/manager",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Multi-tenant bot manager for BuilderBot",
"author": "Leifer Mendez <leifer33@gmail.com>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-baileys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-baileys",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Now I'm the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin' letters to relatives / Embellishin' my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "Leifer Mendez <leifer33@gmail.com>",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@hapi/boom": "^10.0.1",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-email",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Email provider for BuilderBot using IMAP/SMTP",
"author": "Leifer Mendez <leifer33@gmail.com>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/codigoencasa/bot-whatsapp/issues"
},
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-evolution-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-evolution-api",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "> TODO: description",
"author": "aurik3 <aurik3@gmail.com>",
"homepage": "https://github.com/aurik3/bot-whatsapp#readme",
Expand Down Expand Up @@ -40,7 +40,7 @@
"queue-promise": "^2.2.1"
},
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-facebook-messenger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-facebook-messenger",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Provider for Facebook Messenger",
"keywords": [
"facebook",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-gohighlevel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-gohighlevel",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "GoHighLevel provider for builderbot - supports SMS, WhatsApp, Email, Live Chat and more channels via GHL API v2",
"author": "codigoencasa",
"homepage": "https://github.com/codigoencasa/builderbot#readme",
Expand Down Expand Up @@ -38,7 +38,7 @@
"queue-promise": "^2.2.1"
},
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-gohighlevel/src/gohighlevel/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class GoHighLevelProvider extends ProviderClass<GoHighLevelInterface> implements
this.tokenManager.on('tokens_updated', (tokens) => {
this.globalVendorArgs.accessToken = tokens.access_token
this.globalVendorArgs.refreshToken = tokens.refresh_token

this.emit('tokens_updated', tokens)
// If bot is already running, this is an automatic refresh - show new tokens
if (this.isReady) {
this.emitTokensNotice(tokens)
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-instagram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-instagram",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Provider for Instagram Messaging",
"keywords": [
"instagram",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-meta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-meta",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "> TODO: description",
"author": "vicente1992 <vic_ortiz20@hotmail.es>",
"homepage": "https://github.com/vicente1992/bot-whatsapp#readme",
Expand Down Expand Up @@ -38,7 +38,7 @@
"queue-promise": "^2.2.1"
},
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-sherpa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-sherpa",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Provider Sherpa for BuilderBot - WhatsApp integration using Whaileys",
"keywords": [],
"author": "Leifer Mendez <leifer33@gmail.com>",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@hapi/boom": "^10.0.1",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-telegram",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Provider for Telegram",
"keywords": [],
"author": "",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@hapi/boom": "^10.0.1",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-twilio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-twilio",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "> TODO: description",
"author": "Leifer Mendez <leifer33@gmail.com>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/codigoencasa/bot-whatsapp/issues"
},
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-venom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-venom",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "Leifer Mendez <leifer33@gmail.com>",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-web-whatsapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-web-whatsapp",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "Leifer Mendez <leifer33@gmail.com>",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-wppconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-wppconnect",
"version": "1.3.15-alpha.11",
"version": "1.3.15-alpha.12",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "Leifer Mendez <leifer33@gmail.com>",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
"devDependencies": {
"@builderbot/bot": "^1.3.15-alpha.11",
"@builderbot/bot": "^1.3.15-alpha.12",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
Expand Down
Loading
Loading