@wppconnect/wa-js 1.2.0 → 1.2.3

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 (41) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/chat/eventEmitter.d.ts +4 -0
  3. package/dist/chat/functions/canMute.d.ts +1 -1
  4. package/dist/chat/functions/getMessageById.d.ts +2 -2
  5. package/dist/chat/functions/getMessages.d.ts +3 -3
  6. package/dist/chat/functions/markIsComposing.d.ts +2 -2
  7. package/dist/chat/functions/markIsPaused.d.ts +1 -1
  8. package/dist/chat/functions/markIsRead.d.ts +1 -1
  9. package/dist/chat/functions/markIsRecording.d.ts +2 -2
  10. package/dist/chat/functions/markIsUnread.d.ts +1 -1
  11. package/dist/chat/functions/mute.d.ts +3 -3
  12. package/dist/chat/functions/openChatAt.d.ts +1 -1
  13. package/dist/chat/functions/openChatBottom.d.ts +1 -1
  14. package/dist/chat/functions/openChatFromUnread.d.ts +1 -1
  15. package/dist/chat/functions/prepareLinkPreview.d.ts +2 -2
  16. package/dist/chat/functions/sendFileMessage.d.ts +5 -5
  17. package/dist/chat/functions/sendListMessage.d.ts +1 -1
  18. package/dist/chat/functions/unmute.d.ts +1 -1
  19. package/dist/chat/types.d.ts +8 -8
  20. package/dist/contact/functions/getStatus.d.ts +1 -1
  21. package/dist/contact/functions/queryExists.d.ts +1 -1
  22. package/dist/group/functions/getInviteCode.d.ts +1 -1
  23. package/dist/group/functions/getParticipants.d.ts +1 -1
  24. package/dist/group/functions/leave.d.ts +1 -1
  25. package/dist/group/functions/revokeInviteCode.d.ts +1 -1
  26. package/dist/group/functions/setDescription.d.ts +1 -1
  27. package/dist/group/functions/setProperty.d.ts +8 -8
  28. package/dist/group/functions/setSubject.d.ts +1 -1
  29. package/dist/labels/functions/addOrRemoveLabels.d.ts +1 -1
  30. package/dist/whatsapp/functions/isAuthenticated.d.ts +5 -0
  31. package/dist/whatsapp/functions/randomId.d.ts +1 -3
  32. package/dist/whatsapp/misc/Constants.d.ts +1 -58
  33. package/dist/whatsapp/misc/MsgKey.d.ts +5 -1
  34. package/dist/whatsapp/misc/Wid.d.ts +1 -1
  35. package/dist/whatsapp/misc/WidFactory.d.ts +1 -1
  36. package/dist/whatsapp/models/ChatModel.d.ts +2 -0
  37. package/dist/whatsapp/models/Model.d.ts +2 -2
  38. package/dist/whatsapp/models/StickerModel.d.ts +2 -2
  39. package/dist/whatsapp/multidevice/adv.d.ts +1 -1
  40. package/dist/wppconnect-wa.js +1 -1
  41. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wppconnect/wa-js",
3
- "version": "1.2.0",
3
+ "version": "1.2.3",
4
4
  "description": "WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -39,24 +39,24 @@
39
39
  "watch": "webpack watch --devtool inline-source-map --mode development"
40
40
  },
41
41
  "devDependencies": {
42
- "@commitlint/cli": "^16.2.1",
42
+ "@commitlint/cli": "^16.2.3",
43
43
  "@commitlint/config-conventional": "^16.2.1",
44
- "@commitlint/prompt-cli": "^16.2.1",
45
- "@playwright/test": "^1.19.2",
44
+ "@commitlint/prompt-cli": "^16.2.3",
45
+ "@playwright/test": "^1.20.0",
46
46
  "@types/debug": "^4.1.7",
47
47
  "@types/node": "^14.18.12",
48
48
  "@types/parse-data-url": "^3.0.0",
49
49
  "@types/prettier": "^2.4.4",
50
50
  "@types/shelljs": "^0.8.11",
51
- "@typescript-eslint/eslint-plugin": "^5.13.0",
52
- "@typescript-eslint/parser": "^5.13.0",
53
- "@wppconnect/wa-version": "^1.1.39",
51
+ "@typescript-eslint/eslint-plugin": "^5.15.0",
52
+ "@typescript-eslint/parser": "^5.15.0",
53
+ "@wppconnect/wa-version": "^1.1.46",
54
54
  "buffer": "^6.0.3",
55
55
  "conventional-changelog-cli": "^2.2.2",
56
56
  "debug": "^4.3.3",
57
57
  "emittery": "^0.10.1",
58
- "eslint": "^8.10.0",
59
- "eslint-config-prettier": "^8.4.0",
58
+ "eslint": "^8.11.0",
59
+ "eslint-config-prettier": "^8.5.0",
60
60
  "eslint-plugin-header": "^3.1.1",
61
61
  "eslint-plugin-import": "^2.25.4",
62
62
  "eslint-plugin-prettier": "^4.0.0",
@@ -64,19 +64,19 @@
64
64
  "file-type": "~16.5.3",
65
65
  "husky": "^7.0.4",
66
66
  "parse-data-url": "^4.0.1",
67
- "playwright-chromium": "^1.19.2",
68
- "prettier": "^2.5.1",
67
+ "playwright-chromium": "^1.20.0",
68
+ "prettier": "^2.6.0",
69
69
  "pretty-quick": "^3.1.3",
70
70
  "release-it": "^14.12.5",
71
71
  "shx": "^0.3.4",
72
- "ts-loader": "^9.2.7",
73
- "ts-morph": "^13.0.3",
74
- "ts-node": "^10.6.0",
72
+ "ts-loader": "^9.2.8",
73
+ "ts-morph": "^14.0.0",
74
+ "ts-node": "^10.7.0",
75
75
  "typedoc": "^0.22.12",
76
76
  "typedoc-plugin-mdn-links": "^1.0.5",
77
77
  "typedoc-plugin-missing-exports": "^0.22.6",
78
78
  "typescript": "^4.6.2",
79
- "webpack": "^5.69.1",
79
+ "webpack": "^5.70.0",
80
80
  "webpack-cli": "^4.9.2"
81
81
  }
82
82
  }