@builderbot/provider-gohighlevel 1.3.15-alpha.12 → 1.3.15-alpha.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -0
  2. package/package.json +3 -3
package/dist/index.cjs CHANGED
@@ -12996,6 +12996,7 @@ class GoHighLevelProvider extends bot.ProviderClass {
12996
12996
  this.tokenManager.on('tokens_updated', (tokens) => {
12997
12997
  this.globalVendorArgs.accessToken = tokens.access_token;
12998
12998
  this.globalVendorArgs.refreshToken = tokens.refresh_token;
12999
+ this.emit('tokens_updated', tokens);
12999
13000
  // If bot is already running, this is an automatic refresh - show new tokens
13000
13001
  if (this.isReady) {
13001
13002
  this.emitTokensNotice(tokens);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/provider-gohighlevel",
3
- "version": "1.3.15-alpha.12",
3
+ "version": "1.3.15-alpha.13",
4
4
  "description": "GoHighLevel provider for builderbot - supports SMS, WhatsApp, Email, Live Chat and more channels via GHL API v2",
5
5
  "author": "codigoencasa",
6
6
  "homepage": "https://github.com/codigoencasa/builderbot#readme",
@@ -38,7 +38,7 @@
38
38
  "queue-promise": "^2.2.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@builderbot/bot": "^1.3.15-alpha.12",
41
+ "@builderbot/bot": "^1.3.15-alpha.13",
42
42
  "@jest/globals": "^30.2.0",
43
43
  "@rollup/plugin-commonjs": "^29.0.0",
44
44
  "@rollup/plugin-json": "^6.1.0",
@@ -53,5 +53,5 @@
53
53
  "ts-jest": "^29.4.6",
54
54
  "tslib": "^2.6.2"
55
55
  },
56
- "gitHead": "20ff156e7c6a4f8657e1a8ec75b7f1b730e2f42e"
56
+ "gitHead": "bb1a450cc3526a326c69cfe5c273c3007fa24644"
57
57
  }