@wppconnect/wa-js 2.8.2 → 2.10.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 +6 -0
- package/dist/chat/functions/getLastSeen.d.ts +25 -0
- package/dist/chat/functions/index.d.ts +1 -0
- package/dist/chat/functions/prepareMessageButtons.d.ts +1 -1
- package/dist/chat/functions/sendTextMessage.d.ts +31 -0
- package/dist/chat/functions/sendVCardContactMessage.d.ts +20 -0
- package/dist/chat/index.d.ts +1 -0
- package/dist/chat/patch.d.ts +16 -0
- package/dist/conn/functions/getPlatform.d.ts +25 -0
- package/dist/conn/functions/index.d.ts +2 -0
- package/dist/eventEmitter/eventTypes.d.ts +3 -1
- package/dist/eventEmitter/index.d.ts +41 -41
- package/dist/group/events/eventTypes.d.ts +53 -0
- package/dist/group/events/index.d.ts +16 -0
- package/dist/group/events/registerParticipantsChangedEvent.d.ts +16 -0
- package/dist/group/index.d.ts +1 -0
- package/dist/gtag/index.d.ts +1 -0
- package/dist/profile/functions/index.d.ts +1 -0
- package/dist/profile/functions/isBusiness.d.ts +24 -0
- package/dist/status/functions/postSendStatus.d.ts +17 -0
- package/dist/status/functions/sendRawStatus.d.ts +2 -0
- package/dist/whatsapp/collections/StatusV3Collection.d.ts +2 -2
- package/dist/whatsapp/contants/DROP_ATTR.d.ts +19 -0
- package/dist/whatsapp/contants/index.d.ts +16 -0
- package/dist/whatsapp/enums/CALL_STATES.d.ts +1 -0
- package/dist/whatsapp/enums/SendMsgResult.d.ts +1 -0
- package/dist/whatsapp/functions/addAndSendMsgToChat.d.ts +1 -0
- package/dist/whatsapp/functions/blockContact.d.ts +2 -0
- package/dist/whatsapp/functions/createMsgProtobuf.d.ts +1 -0
- package/dist/whatsapp/functions/encodeMaybeMediaType.d.ts +19 -0
- package/dist/whatsapp/functions/encryptAndSendGroupMsg.d.ts +1 -0
- package/dist/whatsapp/functions/encryptAndSendMsg.d.ts +1 -0
- package/dist/whatsapp/functions/fetchLinkPreview.d.ts +1 -0
- package/dist/whatsapp/functions/findChat.d.ts +1 -0
- package/dist/whatsapp/functions/genMinimalLinkPreview.d.ts +1 -0
- package/dist/whatsapp/functions/groupParticipants.d.ts +4 -0
- package/dist/whatsapp/functions/handleAck.d.ts +6 -0
- package/dist/whatsapp/functions/index.d.ts +3 -0
- package/dist/whatsapp/functions/markSeen.d.ts +7 -2
- package/dist/whatsapp/functions/mediaTypeFromProtobuf.d.ts +2 -1
- package/dist/whatsapp/functions/products.d.ts +4 -0
- package/dist/whatsapp/functions/randomHex.d.ts +20 -0
- package/dist/whatsapp/functions/sendCallSignalingMsg.d.ts +3 -1
- package/dist/whatsapp/functions/sendClear.d.ts +1 -0
- package/dist/whatsapp/functions/sendDelete.d.ts +1 -0
- package/dist/whatsapp/functions/sendExitGroup.d.ts +1 -0
- package/dist/whatsapp/functions/sendReactionToMsg.d.ts +1 -0
- package/dist/whatsapp/functions/sendTextMsgToChat.d.ts +1 -0
- package/dist/whatsapp/functions/setArchive.d.ts +1 -0
- package/dist/whatsapp/functions/setPin.d.ts +2 -0
- package/dist/whatsapp/functions/typeAttributeFromProtobuf.d.ts +1 -0
- package/dist/whatsapp/functions/updateDBForGroupAction.d.ts +37 -0
- package/dist/whatsapp/index.d.ts +1 -0
- package/dist/whatsapp/misc/ChatPresence.d.ts +1 -0
- package/dist/whatsapp/misc/Locale.d.ts +1 -0
- package/dist/wppconnect-wa.js +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wppconnect/wa-js",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.1",
|
|
4
4
|
"description": "WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -42,43 +42,43 @@
|
|
|
42
42
|
"@commitlint/cli": "^17.0.3",
|
|
43
43
|
"@commitlint/config-conventional": "^17.0.3",
|
|
44
44
|
"@commitlint/prompt-cli": "^17.0.3",
|
|
45
|
-
"@playwright/test": "^1.
|
|
45
|
+
"@playwright/test": "^1.24.2",
|
|
46
46
|
"@types/debug": "^4.1.7",
|
|
47
|
-
"@types/node": "^16.11.
|
|
47
|
+
"@types/node": "^16.11.47",
|
|
48
48
|
"@types/parse-data-url": "^3.0.0",
|
|
49
|
-
"@types/prettier": "^2.
|
|
49
|
+
"@types/prettier": "^2.7.0",
|
|
50
50
|
"@types/shelljs": "^0.8.11",
|
|
51
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
52
|
-
"@typescript-eslint/parser": "^5.
|
|
53
|
-
"@wppconnect/wa-version": "^1.1.
|
|
51
|
+
"@typescript-eslint/eslint-plugin": "^5.32.0",
|
|
52
|
+
"@typescript-eslint/parser": "^5.32.0",
|
|
53
|
+
"@wppconnect/wa-version": "^1.1.124",
|
|
54
54
|
"buffer": "^6.0.3",
|
|
55
55
|
"compressorjs": "^1.1.1",
|
|
56
56
|
"conventional-changelog-cli": "^2.2.2",
|
|
57
57
|
"debug": "^4.3.4",
|
|
58
|
-
"eslint": "^8.
|
|
58
|
+
"eslint": "^8.21.0",
|
|
59
59
|
"eslint-config-prettier": "^8.5.0",
|
|
60
60
|
"eslint-plugin-header": "^3.1.1",
|
|
61
61
|
"eslint-plugin-import": "^2.26.0",
|
|
62
62
|
"eslint-plugin-prettier": "^4.2.1",
|
|
63
63
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
64
|
-
"eventemitter2": "^6.4.
|
|
65
|
-
"file-type": "~16.5.
|
|
64
|
+
"eventemitter2": "^6.4.7",
|
|
65
|
+
"file-type": "~16.5.4",
|
|
66
66
|
"husky": "^8.0.1",
|
|
67
67
|
"parse-data-url": "^4.0.1",
|
|
68
|
-
"playwright-chromium": "^1.
|
|
68
|
+
"playwright-chromium": "^1.24.2",
|
|
69
69
|
"prettier": "^2.7.1",
|
|
70
70
|
"pretty-quick": "^3.1.3",
|
|
71
|
-
"release-it": "^15.
|
|
71
|
+
"release-it": "^15.2.0",
|
|
72
72
|
"shx": "^0.3.4",
|
|
73
73
|
"ts-loader": "^9.3.1",
|
|
74
74
|
"ts-morph": "^15.1.0",
|
|
75
|
-
"ts-node": "^10.
|
|
76
|
-
"typedoc": "^0.23.
|
|
77
|
-
"typedoc-plugin-mdn-links": "^
|
|
75
|
+
"ts-node": "^10.9.1",
|
|
76
|
+
"typedoc": "^0.23.10",
|
|
77
|
+
"typedoc-plugin-mdn-links": "^2.0.0",
|
|
78
78
|
"typedoc-plugin-missing-exports": "^0.23.0",
|
|
79
79
|
"typescript": "^4.7.4",
|
|
80
80
|
"typescript-debounce-decorator": "^0.0.18",
|
|
81
|
-
"webpack": "^5.
|
|
81
|
+
"webpack": "^5.74.0",
|
|
82
82
|
"webpack-cli": "^4.10.0"
|
|
83
83
|
},
|
|
84
84
|
"engines": {
|