@wppconnect/wa-js 2.15.0 → 2.15.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1 @@
1
- # 2.15.0 (2022-11-07)
2
-
3
- ### Features
4
-
5
- - Added WPP.chat.getMessageACK function (close [#697](https://github.com/wppconnect-team/wa-js/issues/697)) ([ffc378f](https://github.com/wppconnect-team/wa-js/commit/ffc378f9ea5b8a2be31e7fa1846381dff6ef9cd6))
1
+ ## 2.15.1 (2022-11-08)
@@ -53,7 +53,6 @@ export * from './ReactionsSendersCollection';
53
53
  export * from './RecentEmojiCollection';
54
54
  export * from './RecentStickerCollection';
55
55
  export * from './StarredMsgCollection';
56
- export * from './StarredStickerCollection';
57
56
  export * from './StatusCollection';
58
57
  export * from './StatusV3Collection';
59
58
  export * from './StickerCollection';
@@ -31,7 +31,6 @@ export * from './generateVideoThumbsAndDuration';
31
31
  export * from './genMinimalLinkPreview';
32
32
  export * from './getFanOutList';
33
33
  export * from './getGroupSenderKeyList';
34
- export * from './getOrGenerate';
35
34
  export * from './getSearchContext';
36
35
  export * from './groupParticipants';
37
36
  export * from './handleAck';
@@ -107,8 +107,6 @@ export declare const RecentStickerStore: collections.RecentStickerCollection;
107
107
  * @whatsapp 719011 >= 2.2222.8
108
108
  */
109
109
  export declare const StarredMsgStore: collections.StarredMsgCollection;
110
- /** @whatsapp 16774 */
111
- export declare const StarredStickerStore: collections.StarredStickerCollection;
112
110
  /** @whatsapp 46133 */
113
111
  export declare const StatusStore: collections.StatusCollection;
114
112
  /** @whatsapp 59387