@builderbot/provider-meta 1.3.1 → 1.3.2-alpha.1

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,4 +1,5 @@
1
1
  import type { SendOptions, BotContext, Button } from '@builderbot/bot/dist/types';
2
+
2
3
  import type { TextMessageBody, Reaction, Localization, Message, SaveFileOptions, MetaList } from '~/types';
3
4
  export interface MetaInterface {
4
5
  sendMessageMeta: (body: TextMessageBody) => void;
@@ -1,6 +1,7 @@
1
1
  import EventEmitter from 'node:events';
2
2
  import type polka from 'polka';
3
3
  import type Queue from 'queue-promise';
4
+
4
5
  import type { Message } from '~/types';
5
6
  /**
6
7
  * Class representing MetaCoreVendor, a vendor class for meta core functionality.
@@ -2,6 +2,7 @@ import { ProviderClass } from '@builderbot/bot';
2
2
  import type { Vendor } from '@builderbot/bot/dist/provider/interface/provider';
3
3
  import type { BotContext, Button, SendOptions } from '@builderbot/bot/dist/types';
4
4
  import Queue from 'queue-promise';
5
+
5
6
  import type { MetaInterface } from '~/interface/meta';
6
7
  import type { MetaGlobalVendorArgs, Localization, Message, MetaList, ParsedContact, Reaction, SaveFileOptions, TextMessageBody } from '~/types';
7
8
  declare class MetaProvider extends ProviderClass<MetaInterface> implements MetaInterface {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/provider-meta",
3
- "version": "1.3.1",
3
+ "version": "1.3.2-alpha.1",
4
4
  "description": "> TODO: description",
5
5
  "author": "vicente1992 <vic_ortiz20@hotmail.es>",
6
6
  "homepage": "https://github.com/vicente1992/bot-whatsapp#readme",
@@ -38,7 +38,7 @@
38
38
  "queue-promise": "^2.2.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@builderbot/bot": "^1.3.1",
41
+ "@builderbot/bot": "^1.3.2-alpha.1",
42
42
  "@jest/globals": "^29.7.0",
43
43
  "@rollup/plugin-commonjs": "^25.0.7",
44
44
  "@rollup/plugin-json": "^6.1.0",
@@ -61,5 +61,5 @@
61
61
  "tslib": "^2.6.2",
62
62
  "tsm": "^2.3.0"
63
63
  },
64
- "gitHead": "c30d6f1dd70f62ea9b8436ad8709731968f37a72"
64
+ "gitHead": "6c5cdc5619203336ab3b56025cd9081474bc5a3e"
65
65
  }