@wppconnect/wa-js 3.15.0 → 3.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,4 +1,4 @@
1
- # 3.15.0 (2024-11-18)
1
+ ## 3.15.1 (2024-11-19)
2
2
 
3
3
 
4
4
 
@@ -94,6 +94,10 @@ interface Derived {
94
94
  * @deprecated
95
95
  */
96
96
  isGroup: boolean;
97
+ /**
98
+ * Deprecated in favor of getIsGroup
99
+ * @deprecated
100
+ */
97
101
  isParentGroup: boolean;
98
102
  isBroadcast: boolean;
99
103
  isNewsletter: boolean;