@wppconnect/wa-js
Advanced tools
Comparing version 3.14.2 to 3.15.0
@@ -1,4 +0,4 @@ | ||
## 3.14.2 (2024-11-14) | ||
# 3.15.0 (2024-11-18) | ||
@@ -72,2 +72,3 @@ /*! | ||
export { sendVCardContactMessage, VCardContact, } from './sendVCardContactMessage'; | ||
export { setChatList } from './setChatList'; | ||
export { setInputText } from './setInputText'; | ||
@@ -74,0 +75,0 @@ export { setNotes } from './setNotes'; |
@@ -24,1 +24,2 @@ /*! | ||
export declare function getShouldShowUnreadDivider(chat: ChatModel): boolean; | ||
export declare function getHasUnread(chat: ChatModel): boolean; |
@@ -91,2 +91,3 @@ /*! | ||
export * from './isAuthenticated'; | ||
export * from './isFilterExcludedFromSearchTreatmentInInboxFlow'; | ||
export * from './isRegistered'; | ||
@@ -93,0 +94,0 @@ export * from './isUnreadTypeMsg'; |
@@ -169,2 +169,3 @@ /*! | ||
toggleStickerMaker(): void; | ||
setActiveFilter(type?: 'unread' | 'favorites' | 'personal' | 'assigned_to_you' | 'labels'): Promise<void>; | ||
} | ||
@@ -171,0 +172,0 @@ /** @whatsapp 88102 |
@@ -101,2 +101,6 @@ /*! | ||
canUnread: boolean; | ||
/** | ||
* Deprecated in favor of getHasUnread | ||
* @deprecated | ||
*/ | ||
hasUnread: boolean; | ||
@@ -103,0 +107,0 @@ optimisticUnreadCount?: any; |
@@ -92,2 +92,2 @@ /*! | ||
/*! wppconnect-team/wa-js v3.14.2 */ | ||
/*! wppconnect-team/wa-js v3.15.0 */ |
{ | ||
"name": "@wppconnect/wa-js", | ||
"version": "3.14.2", | ||
"version": "3.15.0", | ||
"description": "WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web", | ||
@@ -57,3 +57,3 @@ "license": "Apache-2.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"@wppconnect/wa-version": "^1.5.659", | ||
"@wppconnect/wa-version": "^1.5.674", | ||
"buffer": "^6.0.3", | ||
@@ -86,4 +86,4 @@ "compare-versions": "^6.1.1", | ||
"typedoc": "^0.26.11", | ||
"typedoc-plugin-mdn-links": "^3.3.7", | ||
"typedoc-plugin-missing-exports": "^3.0.0", | ||
"typedoc-plugin-mdn-links": "^3.3.8", | ||
"typedoc-plugin-missing-exports": "^3.0.2", | ||
"typescript": "^5.6.3", | ||
@@ -90,0 +90,0 @@ "typescript-debounce-decorator": "^0.0.18", |
Sorry, the diff of this file is too big to display
1215119
650
21579