talkyzap-wapp-api 1.0.13 → 1.0.15

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 (34) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/README.md +1 -1
  3. package/dist/assert/assertColor.d.ts +4 -4
  4. package/dist/cart/functions/submit.d.ts +0 -16
  5. package/dist/chat/functions/sendFileMessage.d.ts +2 -2
  6. package/dist/conn/functions/setLimit.d.ts +2 -0
  7. package/dist/contact/functions/index.d.ts +2 -0
  8. package/dist/contact/functions/queryExists.d.ts +1 -0
  9. package/dist/contact/functions/remove.d.ts +27 -0
  10. package/dist/contact/functions/save.d.ts +33 -0
  11. package/dist/eventEmitter/index.d.ts +25 -25
  12. package/dist/profile/functions/editBusinessProfile.d.ts +60 -26
  13. package/dist/whatsapp/functions/canSaveAsMyContacts.d.ts +20 -0
  14. package/dist/whatsapp/functions/contactFunctions.d.ts +5 -0
  15. package/dist/whatsapp/functions/createChatRecord.d.ts +38 -0
  16. package/dist/whatsapp/functions/deleteContactAction.d.ts +19 -0
  17. package/dist/whatsapp/functions/fetchMexGroupInviteCode.d.ts +22 -0
  18. package/dist/whatsapp/functions/findChat.d.ts +1 -1
  19. package/dist/whatsapp/functions/getPhoneNumber.d.ts +20 -0
  20. package/dist/whatsapp/functions/index.d.ts +10 -2
  21. package/dist/whatsapp/functions/isLidMigrated.d.ts +19 -0
  22. package/dist/whatsapp/functions/productVisibilitySet.d.ts +1 -1
  23. package/dist/whatsapp/functions/saveContactAction.d.ts +26 -0
  24. package/dist/whatsapp/functions/sendQueryGroupInvite.d.ts +35 -32
  25. package/dist/whatsapp/functions/shouldHaveAccountLid.d.ts +19 -0
  26. package/dist/whatsapp/functions/toUserLid.d.ts +20 -0
  27. package/dist/whatsapp/misc/ApiContact.d.ts +41 -0
  28. package/dist/whatsapp/misc/ServerPropsConstants.d.ts +30 -0
  29. package/dist/whatsapp/misc/UserPrefs.d.ts +6 -1
  30. package/dist/whatsapp/misc/WidFactory.d.ts +3 -0
  31. package/dist/whatsapp/misc/index.d.ts +3 -1
  32. package/dist/wppconnect-wa.js +1 -1
  33. package/dist/wppconnect-wa.js.LICENSE.txt +1 -1
  34. package/package.json +17 -17
@@ -105,4 +105,4 @@
105
105
 
106
106
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
107
107
 
108
- /*! wppconnect-team/wa-js v1.0.13 */
108
+ /*! wppconnect-team/wa-js v1.0.15 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "talkyzap-wapp-api",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
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,51 +42,51 @@
42
42
  "watch": "webpack watch --devtool inline-source-map --mode development"
43
43
  },
44
44
  "devDependencies": {
45
- "@commitlint/cli": "^19.8.0",
46
- "@commitlint/config-conventional": "^19.8.0",
47
- "@commitlint/prompt-cli": "^19.8.0",
48
- "@playwright/test": "^1.51.1",
45
+ "@commitlint/cli": "^19.8.1",
46
+ "@commitlint/config-conventional": "^19.8.1",
47
+ "@commitlint/prompt-cli": "^19.8.1",
48
+ "@playwright/test": "^1.52.0",
49
49
  "@types/debug": "^4.1.12",
50
50
  "@types/node": "^16.18.126",
51
51
  "@types/node-fetch": "^2.6.12",
52
52
  "@types/parse-data-url": "^3.0.2",
53
53
  "@types/prettier": "^3.0.0",
54
- "@types/shelljs": "^0.8.15",
54
+ "@types/shelljs": "^0.8.16",
55
55
  "@typescript-eslint/eslint-plugin": "^7.18.0",
56
56
  "@typescript-eslint/parser": "^7.18.0",
57
- "@wppconnect/wa-version": "^1.5.1396",
57
+ "@wppconnect/wa-version": "^1.5.2104",
58
58
  "buffer": "^6.0.3",
59
59
  "compare-versions": "^6.1.1",
60
60
  "compressorjs": "^1.2.1",
61
61
  "conventional-changelog-angular": "^8.0.0",
62
62
  "conventional-changelog-cli": "^5.0.0",
63
- "debug": "^4.4.0",
63
+ "debug": "^4.4.1",
64
64
  "eslint": "^8.57.1",
65
- "eslint-config-prettier": "^10.1.2",
65
+ "eslint-config-prettier": "^10.1.5",
66
66
  "eslint-plugin-header": "^3.1.1",
67
67
  "eslint-plugin-import": "^2.31.0",
68
- "eslint-plugin-prettier": "^5.2.6",
68
+ "eslint-plugin-prettier": "^5.4.0",
69
69
  "eslint-plugin-simple-import-sort": "^12.1.1",
70
70
  "eventemitter2": "^6.4.9",
71
71
  "file-type": "~16.5.4",
72
72
  "husky": "^9.1.7",
73
- "lint-staged": "^15.5.0",
73
+ "lint-staged": "^15.5.2",
74
74
  "node-fetch": "^2.7.0",
75
75
  "parse-data-url": "^6.0.0",
76
- "playwright-chromium": "^1.51.1",
76
+ "playwright-chromium": "^1.52.0",
77
77
  "prettier": "^3.5.3",
78
- "release-it": "^18.1.2",
78
+ "release-it": "^19.0.3",
79
79
  "shx": "^0.4.0",
80
80
  "terser-webpack-plugin": "^5.3.14",
81
81
  "ts-loader": "^9.5.2",
82
82
  "ts-morph": "^25.0.1",
83
83
  "ts-node": "^10.9.2",
84
- "typedoc": "^0.28.1",
85
- "typedoc-plugin-mdn-links": "^4.0.15",
86
- "typedoc-plugin-missing-exports": "^3.1.0",
84
+ "typedoc": "^0.28.4",
85
+ "typedoc-plugin-mdn-links": "^5.0.2",
86
+ "typedoc-plugin-missing-exports": "^4.0.0",
87
87
  "typescript": "^5.8.3",
88
88
  "typescript-debounce-decorator": "^0.0.18",
89
- "webpack": "^5.99.6",
89
+ "webpack": "^5.100.1",
90
90
  "webpack-cli": "^5.1.4"
91
91
  },
92
92
  "engines": {