@wppconnect/wa-js 2.23.4 → 2.24.0
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 +5 -1
- package/dist/chat/events/eventTypes.d.ts +10 -0
- package/dist/chat/events/index.d.ts +1 -0
- package/dist/chat/events/registerLabelEvent.d.ts +16 -0
- package/dist/chat/functions/getQuotedMsg.d.ts +1 -1
- package/dist/conn/events/eventTypes.d.ts +15 -0
- package/dist/conn/events/index.d.ts +1 -0
- package/dist/conn/events/registerOnlineEvent.d.ts +16 -0
- package/dist/conn/functions/index.d.ts +3 -0
- package/dist/conn/functions/isOnline.d.ts +24 -0
- package/dist/conn/functions/joinWebBeta.d.ts +29 -0
- package/dist/conn/functions/setLimit.d.ts +65 -0
- package/dist/group/functions/approve.d.ts +30 -0
- package/dist/group/functions/getAllGroups.d.ts +1 -1
- package/dist/group/functions/getMembershipRequests.d.ts +33 -0
- package/dist/group/functions/index.d.ts +3 -0
- package/dist/group/functions/reject.d.ts +30 -0
- package/dist/util/linkPreview.d.ts +0 -10
- package/dist/whatsapp/functions/addToLabelCollection.d.ts +22 -0
- package/dist/whatsapp/functions/changeOptInStatusForExternalWebBeta.d.ts +19 -0
- package/dist/whatsapp/functions/frontendFireAndForget.d.ts +19 -0
- package/dist/whatsapp/functions/getABPropConfigValue.d.ts +21 -0
- package/dist/whatsapp/functions/getAsMms.d.ts +20 -0
- package/dist/whatsapp/functions/getEphemeralFields.d.ts +24 -0
- package/dist/whatsapp/functions/getMembershipApprovalRequests.d.ts +19 -0
- package/dist/whatsapp/functions/getNumChatsPinned.d.ts +21 -0
- package/dist/whatsapp/functions/getWhatsAppWebExternalBetaJoinedIdb.d.ts +21 -0
- package/dist/whatsapp/functions/index.d.ts +11 -0
- package/dist/whatsapp/functions/membershipApprovalRequestAction.d.ts +22 -0
- package/dist/whatsapp/functions/syncABPropsTask.d.ts +19 -0
- package/dist/whatsapp/misc/NetworkStatus.d.ts +20 -0
- package/dist/whatsapp/misc/ServerProps.d.ts +20 -0
- package/dist/whatsapp/misc/index.d.ts +2 -0
- package/dist/whatsapp/models/MsgModel.d.ts +2 -2
- package/dist/whatsapp/models/NetworkStatusModel.d.ts +43 -0
- package/dist/whatsapp/models/ServerPropsModel.d.ts +40 -0
- package/dist/whatsapp/models/index.d.ts +2 -0
- package/dist/whatsapp/websocket/index.d.ts +2 -0
- package/dist/whatsapp/websocket/startWebComms.d.ts +19 -0
- package/dist/whatsapp/websocket/stopComms.d.ts +20 -0
- package/dist/wppconnect-wa.js +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wppconnect/wa-js",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.24.0",
|
|
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,16 +42,16 @@
|
|
|
42
42
|
"@commitlint/cli": "^17.6.1",
|
|
43
43
|
"@commitlint/config-conventional": "^17.6.1",
|
|
44
44
|
"@commitlint/prompt-cli": "^17.6.1",
|
|
45
|
-
"@playwright/test": "^1.
|
|
45
|
+
"@playwright/test": "^1.33.0",
|
|
46
46
|
"@types/debug": "^4.1.7",
|
|
47
|
-
"@types/node": "^16.18.
|
|
47
|
+
"@types/node": "^16.18.25",
|
|
48
48
|
"@types/node-fetch": "^2.6.3",
|
|
49
49
|
"@types/parse-data-url": "^3.0.0",
|
|
50
50
|
"@types/prettier": "^2.7.2",
|
|
51
51
|
"@types/shelljs": "^0.8.12",
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
53
|
-
"@typescript-eslint/parser": "^5.59.
|
|
54
|
-
"@wppconnect/wa-version": "^1.2.
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
53
|
+
"@typescript-eslint/parser": "^5.59.2",
|
|
54
|
+
"@wppconnect/wa-version": "^1.2.28",
|
|
55
55
|
"buffer": "^6.0.3",
|
|
56
56
|
"compressorjs": "^1.2.1",
|
|
57
57
|
"conventional-changelog-cli": "^2.2.2",
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
"husky": "^8.0.3",
|
|
68
68
|
"node-fetch": "^2.6.9",
|
|
69
69
|
"parse-data-url": "^5.0.0",
|
|
70
|
-
"playwright-chromium": "^1.
|
|
70
|
+
"playwright-chromium": "^1.33.0",
|
|
71
71
|
"prettier": "^2.8.8",
|
|
72
72
|
"pretty-quick": "^3.1.3",
|
|
73
|
-
"release-it": "^15.10.
|
|
73
|
+
"release-it": "^15.10.3",
|
|
74
74
|
"shx": "^0.3.4",
|
|
75
75
|
"ts-loader": "^9.4.2",
|
|
76
|
-
"ts-morph": "^
|
|
76
|
+
"ts-morph": "^18.0.0",
|
|
77
77
|
"ts-node": "^10.9.1",
|
|
78
78
|
"typedoc": "^0.24.6",
|
|
79
79
|
"typedoc-plugin-mdn-links": "^3.0.3",
|
|
80
|
-
"typedoc-plugin-missing-exports": "^
|
|
80
|
+
"typedoc-plugin-missing-exports": "^2.0.0",
|
|
81
81
|
"typescript": "^5.0.4",
|
|
82
82
|
"typescript-debounce-decorator": "^0.0.18",
|
|
83
|
-
"webpack": "^5.
|
|
83
|
+
"webpack": "^5.81.0",
|
|
84
84
|
"webpack-cli": "^5.0.2"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|