@builderbot/provider-twilio 1.2.8 → 1.2.9

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.
@@ -1,5 +1,4 @@
1
1
  import type { SendOptions, BotContext } from '@builderbot/bot/dist/types';
2
-
3
2
  import type { TwilioRequestBody } from '../types';
4
3
  export interface TwilioInterface {
5
4
  sendMedia: (number: string, message: string, mediaInput: string) => Promise<any>;
@@ -1,7 +1,6 @@
1
1
  import EventEmitter from 'node:events';
2
2
  import type polka from 'polka';
3
3
  import twilio from 'twilio';
4
-
5
4
  import type { ITwilioProviderARgs } from '../types';
6
5
  /**
7
6
  * Class representing TwilioCoreVendor, a vendor class for meta core functionality.
@@ -1,7 +1,6 @@
1
1
  import { ProviderClass } from '@builderbot/bot';
2
2
  import type { BotContext, SendOptions } from '@builderbot/bot/dist/types';
3
3
  import type { MessageListInstanceCreateOptions } from 'twilio/lib/rest/api/v2010/account/message';
4
-
5
4
  import { TwilioCoreVendor } from './core';
6
5
  import type { TwilioInterface } from '../interface/twilio';
7
6
  import type { ITwilioProviderARgs, TwilioRequestBody } from '../types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/provider-twilio",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "> TODO: description",
5
5
  "author": "Leifer Mendez <leifer33@gmail.com>",
6
6
  "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
@@ -29,7 +29,7 @@
29
29
  "url": "https://github.com/codigoencasa/bot-whatsapp/issues"
30
30
  },
31
31
  "devDependencies": {
32
- "@builderbot/bot": "^1.2.8",
32
+ "@builderbot/bot": "^1.2.9",
33
33
  "@jest/globals": "^29.7.0",
34
34
  "@rollup/plugin-commonjs": "^25.0.7",
35
35
  "@rollup/plugin-json": "^6.1.0",
@@ -56,5 +56,5 @@
56
56
  "polka": "^0.5.2",
57
57
  "twilio": "~4.20.0"
58
58
  },
59
- "gitHead": "78def3faaf078251134c8eca52cdcb31d390c623"
59
+ "gitHead": "8fc7f609ee9615e058a3fff51d37f5b578cd9a61"
60
60
  }