@wppconnect/wa-js 2.22.0 → 2.22.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
- # 2.22.0 (2023-03-09)
1
+ ## 2.22.2 (2023-03-15)
2
2
 
3
- ### Features
3
+ ### Bug Fixes
4
4
 
5
- - Added support to string, blob and file formats to WPP.chat.sendFileMessage ([8a6626a](https://github.com/wppconnect-team/wa-js/commit/8a6626aeae85f76a53627221f81e73cbe6958de0))
5
+ - Fixed WPP.chat.sendFileMessage function for WhatsApp >= 2.2312.5 (fix [#976](https://github.com/wppconnect-team/wa-js/issues/976)) ([261be97](https://github.com/wppconnect-team/wa-js/commit/261be97b98dac5673987606e3a795a8a7a200af3))
@@ -19,4 +19,4 @@ import { VoteData } from './upsertVotes';
19
19
  * @whatsapp 816349
20
20
  * @whatsapp 816349 >= 2.2232.6
21
21
  */
22
- export declare function getVotes(id: MsgKey): Promise<VoteData[]>;
22
+ export declare function getVotes(id: MsgKey[]): Promise<VoteData[]>;