@wppconnect/wa-js
Advanced tools
Comparing version 3.1.1 to 3.2.0
@@ -1,4 +0,9 @@ | ||
## 3.1.1 (2024-04-10) | ||
# 3.2.0 (2024-04-25) | ||
### Features | ||
* Added WPP.newsletter.getSubscribers function ([#1861](https://github.com/wppconnect-team/wa-js/issues/1861)) (close [#1746](https://github.com/wppconnect-team/wa-js/issues/1746)) ([31bdbb5](https://github.com/wppconnect-team/wa-js/commit/31bdbb5ea4aa94183b03ab0f636700d0f677aa08)) | ||
@@ -19,2 +19,3 @@ /*! | ||
export { edit } from './edit'; | ||
export { getSubscribers } from './getSubscribers'; | ||
export { mute } from './mute'; |
@@ -19,3 +19,6 @@ /*! | ||
import { BaseCollection } from '.'; | ||
/** @whatsapp 46133 */ | ||
/** | ||
* @whatsapp 46133 | ||
* @whatsapp WAWebTextStatusCollection >= 2.3000.1013010908 | ||
* */ | ||
export declare class StatusCollection extends BaseCollection<StatusModel> { | ||
@@ -22,0 +25,0 @@ static model: StatusModel; |
@@ -61,2 +61,3 @@ /*! | ||
export * from './getMembershipApprovalRequests'; | ||
export * from './getNewsletterSubscribers'; | ||
export * from './getNextLabelId'; | ||
@@ -63,0 +64,0 @@ export * from './getNumChatsPinned'; |
@@ -16,8 +16,11 @@ /*! | ||
*/ | ||
import { MsgModel } from '../models'; | ||
/** @whatsapp 397995 | ||
*/ | ||
export declare function sendNewsletterMessageJob(data: { | ||
msgData: any; | ||
msgData?: any; | ||
msg?: MsgModel; | ||
newsletterJid: string; | ||
type: string; | ||
editType?: 'media' | 'text'; | ||
}): Promise<{ | ||
@@ -24,0 +27,0 @@ ack: { |
{ | ||
"name": "@wppconnect/wa-js", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"description": "WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web", | ||
@@ -42,6 +42,6 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.2.1", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@commitlint/prompt-cli": "^19.2.0", | ||
"@playwright/test": "^1.43.0", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@commitlint/prompt-cli": "^19.3.0", | ||
"@playwright/test": "^1.43.1", | ||
"@types/debug": "^4.1.12", | ||
@@ -51,7 +51,7 @@ "@types/node": "^16.18.96", | ||
"@types/parse-data-url": "^3.0.2", | ||
"@types/prettier": "^2.7.3", | ||
"@types/prettier": "^3.0.0", | ||
"@types/shelljs": "^0.8.15", | ||
"@typescript-eslint/eslint-plugin": "^7.5.0", | ||
"@typescript-eslint/parser": "^7.5.0", | ||
"@wppconnect/wa-version": "^1.4.51", | ||
"@typescript-eslint/eslint-plugin": "^7.7.1", | ||
"@typescript-eslint/parser": "^7.7.1", | ||
"@wppconnect/wa-version": "^1.4.92", | ||
"buffer": "^6.0.3", | ||
@@ -68,3 +68,3 @@ "compare-versions": "^6.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-simple-import-sort": "^12.0.0", | ||
"eslint-plugin-simple-import-sort": "^12.1.0", | ||
"eventemitter2": "^6.4.9", | ||
@@ -76,5 +76,5 @@ "file-type": "~16.5.4", | ||
"parse-data-url": "^6.0.0", | ||
"playwright-chromium": "^1.43.0", | ||
"playwright-chromium": "^1.43.1", | ||
"prettier": "^3.2.5", | ||
"release-it": "^17.1.1", | ||
"release-it": "^17.2.0", | ||
"shx": "^0.3.4", | ||
@@ -84,6 +84,6 @@ "ts-loader": "^9.5.1", | ||
"ts-node": "^10.9.2", | ||
"typedoc": "^0.25.12", | ||
"typedoc-plugin-mdn-links": "^3.1.19", | ||
"typedoc": "^0.25.13", | ||
"typedoc-plugin-mdn-links": "^3.1.22", | ||
"typedoc-plugin-missing-exports": "^2.2.0", | ||
"typescript": "^5.4.4", | ||
"typescript": "^5.4.5", | ||
"typescript-debounce-decorator": "^0.0.18", | ||
@@ -90,0 +90,0 @@ "webpack": "^5.91.0", |
@@ -57,3 +57,3 @@ # WPPConnect/WA-JS | ||
# lauch a local browser with automatic injection | ||
# launch a local browser with automatic injection | ||
npm run launch:local | ||
@@ -60,0 +60,0 @@ |
Sorry, the diff of this file is too big to display
1106032
586
19753