talkyzap-wapp-api 1.0.4 → 1.0.5

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 (49) hide show
  1. package/CHANGELOG.md +1 -6
  2. package/dist/cart/functions/add.d.ts +20 -0
  3. package/dist/{whatsapp/functions/isLegitErrorStack.d.ts → cart/functions/clear.d.ts} +1 -4
  4. package/dist/cart/functions/get.d.ts +27 -0
  5. package/dist/cart/functions/getThumbFromCart.d.ts +16 -0
  6. package/dist/cart/functions/index.d.ts +22 -0
  7. package/dist/cart/functions/remove.d.ts +17 -0
  8. package/dist/cart/functions/submit.d.ts +33 -0
  9. package/dist/cart/functions/update.d.ts +19 -0
  10. package/dist/cart/index.d.ts +16 -0
  11. package/dist/catalog/functions/getProductById.d.ts +24 -2
  12. package/dist/chat/events/eventTypes.d.ts +1 -1
  13. package/dist/chat/functions/closeChat.d.ts +26 -0
  14. package/dist/chat/functions/index.d.ts +3 -1
  15. package/dist/chat/functions/prepareMessageButtons.d.ts +1 -1
  16. package/dist/chat/functions/{sendOrderMessage.d.ts → sendChargeMessage.d.ts} +28 -7
  17. package/dist/chat/functions/sendGroupInviteMessage.d.ts +14 -0
  18. package/dist/chat/functions/sendTextMessage.d.ts +1 -1
  19. package/dist/chat/functions/setInputText.d.ts +20 -0
  20. package/dist/enums.d.ts +6 -0
  21. package/dist/index.d.ts +2 -0
  22. package/dist/privacy/functions/get.d.ts +25 -0
  23. package/dist/privacy/functions/getDisallowedList.d.ts +38 -0
  24. package/dist/privacy/functions/index.d.ts +24 -0
  25. package/dist/privacy/functions/prepareDisallowedList.d.ts +29 -0
  26. package/dist/privacy/functions/setAbout.d.ts +25 -0
  27. package/dist/privacy/functions/setAddGroup.d.ts +24 -0
  28. package/dist/privacy/functions/setLastSeen.d.ts +25 -0
  29. package/dist/privacy/functions/setOnline.d.ts +20 -0
  30. package/dist/privacy/functions/setProfilePic.d.ts +25 -0
  31. package/dist/privacy/functions/setReadReceipts.d.ts +20 -0
  32. package/dist/privacy/functions/setStatus.d.ts +22 -0
  33. package/dist/privacy/index.d.ts +16 -0
  34. package/dist/whatsapp/functions/addProductToCart.d.ts +23 -0
  35. package/dist/whatsapp/functions/createOrder.d.ts +24 -0
  36. package/dist/whatsapp/functions/getPrivacyDisallowedListTable.d.ts +27 -0
  37. package/dist/whatsapp/functions/getPushname.d.ts +10 -0
  38. package/dist/whatsapp/functions/getStatusList.d.ts +28 -0
  39. package/dist/whatsapp/functions/index.d.ts +6 -1
  40. package/dist/whatsapp/functions/setPrivacyForOneCategory.d.ts +48 -0
  41. package/dist/whatsapp/functions/updateCart.d.ts +20 -0
  42. package/dist/whatsapp/misc/ComposeBoxActions.d.ts +34 -0
  43. package/dist/whatsapp/misc/IsOfficialClient.d.ts +1 -0
  44. package/dist/whatsapp/misc/MsgKey.d.ts +1 -1
  45. package/dist/whatsapp/misc/index.d.ts +1 -0
  46. package/dist/whatsapp/models/CartItemModel.d.ts +1 -0
  47. package/dist/wppconnect-wa.js +1 -1
  48. package/dist/wppconnect-wa.js.LICENSE.txt +1 -1
  49. package/package.json +22 -22
@@ -89,4 +89,4 @@
89
89
 
90
90
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
91
91
 
92
- /*! wppconnect-team/wa-js v1.0.4 */
92
+ /*! wppconnect-team/wa-js v1.0.5 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "talkyzap-wapp-api",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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,52 +39,52 @@
39
39
  "watch": "webpack watch --devtool inline-source-map --mode development"
40
40
  },
41
41
  "devDependencies": {
42
- "@commitlint/cli": "^19.3.0",
43
- "@commitlint/config-conventional": "^19.2.2",
44
- "@commitlint/prompt-cli": "^19.3.1",
45
- "@playwright/test": "^1.45.1",
42
+ "@commitlint/cli": "^19.4.1",
43
+ "@commitlint/config-conventional": "^19.4.1",
44
+ "@commitlint/prompt-cli": "^19.4.1",
45
+ "@playwright/test": "^1.47.0",
46
46
  "@types/debug": "^4.1.12",
47
- "@types/node": "^16.18.101",
47
+ "@types/node": "^16.18.108",
48
48
  "@types/node-fetch": "^2.6.11",
49
49
  "@types/parse-data-url": "^3.0.2",
50
50
  "@types/prettier": "^3.0.0",
51
51
  "@types/shelljs": "^0.8.15",
52
- "@typescript-eslint/eslint-plugin": "^7.16.0",
53
- "@typescript-eslint/parser": "^7.16.0",
54
- "@wppconnect/wa-version": "^1.5.76",
52
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
53
+ "@typescript-eslint/parser": "^7.18.0",
54
+ "@wppconnect/wa-version": "^1.5.321",
55
55
  "buffer": "^6.0.3",
56
56
  "compare-versions": "^6.1.1",
57
57
  "compressorjs": "^1.2.1",
58
58
  "conventional-changelog-angular": "^8.0.0",
59
59
  "conventional-changelog-cli": "^5.0.0",
60
- "debug": "^4.3.5",
60
+ "debug": "^4.3.7",
61
61
  "eslint": "^8.57.0",
62
62
  "eslint-config-prettier": "^9.1.0",
63
63
  "eslint-plugin-header": "^3.1.1",
64
- "eslint-plugin-import": "^2.29.1",
65
- "eslint-plugin-prettier": "^5.1.3",
64
+ "eslint-plugin-import": "^2.30.0",
65
+ "eslint-plugin-prettier": "^5.2.1",
66
66
  "eslint-plugin-simple-import-sort": "^12.1.1",
67
67
  "eventemitter2": "^6.4.9",
68
68
  "file-type": "~16.5.4",
69
- "husky": "^9.0.11",
70
- "lint-staged": "^15.2.7",
69
+ "husky": "^9.1.5",
70
+ "lint-staged": "^15.2.10",
71
71
  "node-fetch": "^2.7.0",
72
72
  "parse-data-url": "^6.0.0",
73
- "playwright-chromium": "^1.45.1",
73
+ "playwright-chromium": "^1.47.0",
74
74
  "prettier": "^3.3.3",
75
- "release-it": "^17.5.0",
75
+ "release-it": "^17.6.0",
76
76
  "shx": "^0.3.4",
77
+ "terser-webpack-plugin": "^5.3.10",
77
78
  "ts-loader": "^9.5.1",
78
79
  "ts-morph": "^23.0.0",
79
80
  "ts-node": "^10.9.2",
80
- "typedoc": "^0.26.4",
81
- "typedoc-plugin-mdn-links": "^3.2.3",
81
+ "typedoc": "^0.26.6",
82
+ "typedoc-plugin-mdn-links": "^3.2.11",
82
83
  "typedoc-plugin-missing-exports": "^3.0.0",
83
- "typescript": "^5.5.3",
84
+ "typescript": "^5.5.4",
84
85
  "typescript-debounce-decorator": "^0.0.18",
85
- "webpack": "^5.93.0",
86
- "webpack-cli": "^5.1.4",
87
- "terser-webpack-plugin": "^5.3.10"
86
+ "webpack": "^5.94.0",
87
+ "webpack-cli": "^5.1.4"
88
88
  },
89
89
  "engines": {
90
90
  "whatsapp-web": ">=2.2326.10-beta"