@skyzopedia/baileys-pro 8.0.3 → 8.0.4

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.
@@ -652,7 +652,7 @@ export const makeChatsSocket = (config) => {
652
652
  }
653
653
  }, jid);
654
654
  };
655
- const addOrEditContact = (jid, contact) => {
655
+ const saveContact = (jid, contact) => {
656
656
  return chatModify({
657
657
  contact
658
658
  }, jid);
@@ -866,7 +866,7 @@ export const makeChatsSocket = (config) => {
866
866
  resyncAppState,
867
867
  chatModify,
868
868
  cleanDirtyBits,
869
- addOrEditContact,
869
+ saveContact,
870
870
  removeContact,
871
871
  addLabel,
872
872
  addChatLabel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyzopedia/baileys-pro",
3
- "version": "8.0.3",
3
+ "version": "8.0.4",
4
4
  "description": "Websocket Whatsapp API for Node.js",
5
5
  "keywords": [
6
6
  "whatsapp",