@wppconnect/wa-js 3.18.6 → 3.18.8
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 +1 -1
- package/dist/call/events/eventTypes.d.ts +2 -3
- package/dist/call/events/registerIncomingCallEvent.d.ts +1 -1
- package/dist/chat/functions/forwardMessage.d.ts +4 -4
- package/dist/chat/functions/forwardMessages.d.ts +33 -0
- package/dist/chat/functions/index.d.ts +2 -1
- package/dist/chat/functions/openChatAt.d.ts +3 -1
- package/dist/chat/functions/openChatBottom.d.ts +3 -1
- package/dist/chat/functions/openChatFromUnread.d.ts +3 -1
- package/dist/chat/functions/sendFileMessage.d.ts +13 -0
- package/dist/chat/index.d.ts +1 -0
- package/dist/chat/types.d.ts +7 -0
- package/dist/chat/util/index.d.ts +16 -0
- package/dist/chat/util/rehydrateMessage.d.ts +17 -0
- package/dist/conn/functions/changeEnviromentDevice.d.ts +19 -0
- package/dist/conn/functions/getBuildConstants.d.ts +37 -0
- package/dist/conn/functions/index.d.ts +2 -0
- package/dist/contact/functions/get.d.ts +2 -0
- package/dist/contact/functions/getPnLidEntry.d.ts +59 -0
- package/dist/contact/functions/index.d.ts +1 -0
- package/dist/contact/functions/save.d.ts +3 -3
- package/dist/util/fileHelpers.d.ts +29 -0
- package/dist/util/index.d.ts +1 -0
- package/dist/util/isUrl.d.ts +21 -0
- package/dist/whatsapp/collections/CallCollection.d.ts +16 -6
- package/dist/whatsapp/functions/canSaveAsMyContacts.d.ts +7 -1
- package/dist/whatsapp/functions/forwardMessages.d.ts +24 -0
- package/dist/whatsapp/functions/getUploadLimit.d.ts +24 -0
- package/dist/whatsapp/functions/index.d.ts +1 -0
- package/dist/whatsapp/functions/isLidMigrated.d.ts +1 -1
- package/dist/whatsapp/functions/saveContactAction.d.ts +3 -1
- package/dist/whatsapp/misc/Cmd.d.ts +13 -0
- package/dist/whatsapp/misc/Enviroment.d.ts +22 -0
- package/dist/whatsapp/misc/LidPnCache.d.ts +39 -0
- package/dist/whatsapp/misc/MediaGatingUtils.d.ts +29 -0
- package/dist/whatsapp/misc/WidFactory.d.ts +1 -0
- package/dist/whatsapp/misc/index.d.ts +3 -0
- package/dist/wppconnect-wa.js +1 -1
- package/dist/wppconnect-wa.js.LICENSE.txt +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": "3.18.
|
|
3
|
+
"version": "3.18.8",
|
|
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,10 +42,10 @@
|
|
|
42
42
|
"watch": "webpack watch --devtool inline-source-map --mode development"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@commitlint/cli": "^
|
|
46
|
-
"@commitlint/config-conventional": "^
|
|
47
|
-
"@commitlint/prompt-cli": "^
|
|
48
|
-
"@playwright/test": "^1.
|
|
45
|
+
"@commitlint/cli": "^20.1.0",
|
|
46
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
47
|
+
"@commitlint/prompt-cli": "^20.1.0",
|
|
48
|
+
"@playwright/test": "^1.56.1",
|
|
49
49
|
"@types/debug": "^4.1.12",
|
|
50
50
|
"@types/node": "^16.18.126",
|
|
51
51
|
"@types/node-fetch": "^2.6.13",
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"@types/shelljs": "^0.8.17",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
56
56
|
"@typescript-eslint/parser": "^7.18.0",
|
|
57
|
-
"@wppconnect/wa-version": "^1.5.
|
|
57
|
+
"@wppconnect/wa-version": "^1.5.2613",
|
|
58
58
|
"buffer": "^6.0.3",
|
|
59
59
|
"compare-versions": "^6.1.1",
|
|
60
60
|
"compressorjs": "^1.2.1",
|
|
61
|
-
"conventional-changelog-angular": "^8.
|
|
61
|
+
"conventional-changelog-angular": "^8.1.0",
|
|
62
62
|
"conventional-changelog-cli": "^5.0.0",
|
|
63
63
|
"debug": "^4.4.3",
|
|
64
64
|
"eslint": "^8.57.1",
|
|
@@ -70,23 +70,23 @@
|
|
|
70
70
|
"eventemitter2": "^6.4.9",
|
|
71
71
|
"file-type": "~16.5.4",
|
|
72
72
|
"husky": "^9.1.7",
|
|
73
|
-
"lint-staged": "^16.2.
|
|
73
|
+
"lint-staged": "^16.2.6",
|
|
74
74
|
"node-fetch": "^2.7.0",
|
|
75
75
|
"parse-data-url": "^6.0.0",
|
|
76
|
-
"playwright-chromium": "^1.
|
|
76
|
+
"playwright-chromium": "^1.56.1",
|
|
77
77
|
"prettier": "^3.6.2",
|
|
78
|
-
"release-it": "^19.0.
|
|
78
|
+
"release-it": "^19.0.6",
|
|
79
79
|
"shx": "^0.4.0",
|
|
80
80
|
"terser-webpack-plugin": "^5.3.14",
|
|
81
81
|
"ts-loader": "^9.5.4",
|
|
82
|
-
"ts-morph": "^27.0.
|
|
82
|
+
"ts-morph": "^27.0.2",
|
|
83
83
|
"ts-node": "^10.9.2",
|
|
84
|
-
"typedoc": "^0.28.
|
|
85
|
-
"typedoc-plugin-mdn-links": "^5.0.
|
|
86
|
-
"typedoc-plugin-missing-exports": "^4.1.
|
|
87
|
-
"typescript": "^5.
|
|
84
|
+
"typedoc": "^0.28.14",
|
|
85
|
+
"typedoc-plugin-mdn-links": "^5.0.10",
|
|
86
|
+
"typedoc-plugin-missing-exports": "^4.1.2",
|
|
87
|
+
"typescript": "^5.9.3",
|
|
88
88
|
"typescript-debounce-decorator": "^0.0.18",
|
|
89
|
-
"webpack": "^5.
|
|
89
|
+
"webpack": "^5.102.1",
|
|
90
90
|
"webpack-cli": "^6.0.1"
|
|
91
91
|
},
|
|
92
92
|
"engines": {
|