@wppconnect/wa-js 2.18.4 → 2.19.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.
Files changed (36) hide show
  1. package/CHANGELOG.md +1 -5
  2. package/README.md +4 -4
  3. package/dist/catalog/functions/editProduct.d.ts +1 -0
  4. package/dist/chat/events/eventTypes.d.ts +12 -1
  5. package/dist/chat/events/index.d.ts +2 -1
  6. package/dist/chat/events/registerActiveChatEvent.d.ts +16 -0
  7. package/dist/chat/functions/getActiveChat.d.ts +30 -0
  8. package/dist/chat/functions/index.d.ts +1 -0
  9. package/dist/community/functions/addSubgroups.d.ts +33 -0
  10. package/dist/community/functions/create.d.ts +27 -0
  11. package/dist/community/functions/deactivate.d.ts +27 -0
  12. package/dist/community/functions/demoteParticipants.d.ts +27 -0
  13. package/dist/community/functions/getParticipants.d.ts +27 -0
  14. package/dist/community/functions/index.d.ts +22 -0
  15. package/dist/community/functions/promoteParticipants.d.ts +27 -0
  16. package/dist/community/functions/removeSubgroups.d.ts +33 -0
  17. package/dist/community/index.d.ts +16 -0
  18. package/dist/group/functions/demoteParticipants.d.ts +12 -0
  19. package/dist/group/functions/getAllGroups.d.ts +2 -0
  20. package/dist/group/functions/getGroupSizeLimit.d.ts +27 -0
  21. package/dist/group/functions/getInviteCode.d.ts +2 -0
  22. package/dist/group/functions/getParticipants.d.ts +2 -0
  23. package/dist/group/functions/index.d.ts +1 -0
  24. package/dist/group/functions/promoteParticipants.d.ts +14 -0
  25. package/dist/group/functions/removeParticipants.d.ts +14 -0
  26. package/dist/group/functions/setIcon.d.ts +2 -0
  27. package/dist/gtag/Tracker.d.ts +1 -0
  28. package/dist/index.d.ts +1 -0
  29. package/dist/whatsapp/functions/getCommunityParticipants.d.ts +20 -0
  30. package/dist/whatsapp/functions/getGroupSizeLimit.d.ts +19 -0
  31. package/dist/whatsapp/functions/groupParticipants.d.ts +6 -0
  32. package/dist/whatsapp/functions/index.d.ts +3 -0
  33. package/dist/whatsapp/functions/sendCreateCommunity.d.ts +44 -0
  34. package/dist/whatsapp/models/ProductModel.d.ts +1 -0
  35. package/dist/wppconnect-wa.js +1 -1
  36. package/package.json +12 -12
@@ -52,6 +52,7 @@ interface Derived {
52
52
  * @whatsapp 509468 >= 2.2222.8
53
53
  */
54
54
  export declare interface ProductModel extends ModelProxy<Props, Session, Derived> {
55
+ image: string | undefined;
55
56
  }
56
57
  /** @whatsapp 9468
57
58
  * @whatsapp 509468 >= 2.2222.8