talkyzap-wapp-api 1.0.0 → 1.0.2
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 -483
- package/README.md +1 -1
- package/dist/chat/functions/list.d.ts +5 -1
- package/dist/chat/functions/prepareMessageButtons.d.ts +6 -0
- package/dist/chat/functions/sendFileMessage.d.ts +2 -0
- package/dist/contact/functions/queryExists.d.ts +1 -0
- package/dist/newsletter/functions/getSubscribers.d.ts +26 -0
- package/dist/newsletter/functions/index.d.ts +1 -0
- package/dist/util/linkPreview.d.ts +2 -20
- package/dist/whatsapp/collections/StatusCollection.d.ts +4 -1
- package/dist/whatsapp/functions/getNewsletterSubscribers.d.ts +34 -0
- package/dist/whatsapp/functions/getTableVotes.d.ts +19 -0
- package/dist/whatsapp/functions/index.d.ts +4 -0
- package/dist/whatsapp/functions/isWid.d.ts +19 -0
- package/dist/whatsapp/functions/queryGroupInviteCode.d.ts +1 -1
- package/dist/whatsapp/functions/sendNewsletterMessageJob.d.ts +4 -1
- package/dist/whatsapp/functions/setPin.d.ts +1 -0
- package/dist/whatsapp/functions/voteFromDbRow.d.ts +20 -0
- package/dist/whatsapp/misc/USyncQuery.d.ts +38 -0
- package/dist/whatsapp/misc/USyncUser.d.ts +26 -0
- package/dist/whatsapp/misc/index.d.ts +3 -1
- package/dist/wppconnect-wa.js +1 -1
- package/package.json +18 -18
- /package/dist/whatsapp/misc/{MsgLoadState.d.ts → MsgLoad.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "talkyzap-wapp-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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": {
|
|
@@ -39,48 +39,48 @@
|
|
|
39
39
|
"watch": "webpack watch --devtool inline-source-map --mode development"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@commitlint/cli": "^19.
|
|
43
|
-
"@commitlint/config-conventional": "^19.
|
|
44
|
-
"@commitlint/prompt-cli": "^19.
|
|
45
|
-
"@playwright/test": "^1.
|
|
42
|
+
"@commitlint/cli": "^19.3.0",
|
|
43
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
44
|
+
"@commitlint/prompt-cli": "^19.3.1",
|
|
45
|
+
"@playwright/test": "^1.44.0",
|
|
46
46
|
"@types/debug": "^4.1.12",
|
|
47
|
-
"@types/node": "^16.18.
|
|
47
|
+
"@types/node": "^16.18.97",
|
|
48
48
|
"@types/node-fetch": "^2.6.11",
|
|
49
49
|
"@types/parse-data-url": "^3.0.2",
|
|
50
|
-
"@types/prettier": "^
|
|
50
|
+
"@types/prettier": "^3.0.0",
|
|
51
51
|
"@types/shelljs": "^0.8.15",
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
53
|
-
"@typescript-eslint/parser": "^7.
|
|
54
|
-
"@wppconnect/wa-version": "^1.4.
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
|
53
|
+
"@typescript-eslint/parser": "^7.9.0",
|
|
54
|
+
"@wppconnect/wa-version": "^1.4.154",
|
|
55
55
|
"buffer": "^6.0.3",
|
|
56
56
|
"compare-versions": "^6.1.0",
|
|
57
57
|
"compressorjs": "^1.2.1",
|
|
58
|
-
"conventional-changelog-angular": "^
|
|
59
|
-
"conventional-changelog-cli": "^
|
|
58
|
+
"conventional-changelog-angular": "^8.0.0",
|
|
59
|
+
"conventional-changelog-cli": "^5.0.0",
|
|
60
60
|
"debug": "^4.3.4",
|
|
61
61
|
"eslint": "^8.57.0",
|
|
62
62
|
"eslint-config-prettier": "^9.1.0",
|
|
63
63
|
"eslint-plugin-header": "^3.1.1",
|
|
64
64
|
"eslint-plugin-import": "^2.29.1",
|
|
65
65
|
"eslint-plugin-prettier": "^5.1.3",
|
|
66
|
-
"eslint-plugin-simple-import-sort": "^12.
|
|
66
|
+
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
67
67
|
"eventemitter2": "^6.4.9",
|
|
68
68
|
"file-type": "~16.5.4",
|
|
69
69
|
"husky": "^9.0.11",
|
|
70
70
|
"lint-staged": "^15.2.2",
|
|
71
71
|
"node-fetch": "^2.7.0",
|
|
72
72
|
"parse-data-url": "^6.0.0",
|
|
73
|
-
"playwright-chromium": "^1.
|
|
73
|
+
"playwright-chromium": "^1.44.0",
|
|
74
74
|
"prettier": "^3.2.5",
|
|
75
|
-
"release-it": "^17.
|
|
75
|
+
"release-it": "^17.2.1",
|
|
76
76
|
"shx": "^0.3.4",
|
|
77
77
|
"ts-loader": "^9.5.1",
|
|
78
78
|
"ts-morph": "^22.0.0",
|
|
79
79
|
"ts-node": "^10.9.2",
|
|
80
|
-
"typedoc": "^0.25.
|
|
81
|
-
"typedoc-plugin-mdn-links": "^3.1.
|
|
80
|
+
"typedoc": "^0.25.13",
|
|
81
|
+
"typedoc-plugin-mdn-links": "^3.1.25",
|
|
82
82
|
"typedoc-plugin-missing-exports": "^2.2.0",
|
|
83
|
-
"typescript": "^5.4.
|
|
83
|
+
"typescript": "^5.4.5",
|
|
84
84
|
"typescript-debounce-decorator": "^0.0.18",
|
|
85
85
|
"webpack": "^5.91.0",
|
|
86
86
|
"webpack-cli": "^5.1.4"
|
|
File without changes
|