@open-wa/wa-automate-types-only 4.42.3 → 4.42.6

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.
@@ -1207,6 +1207,10 @@ export declare class Client {
1207
1207
  * @param chatId chat id: `xxxxx@c.us`
1208
1208
  */
1209
1209
  sendSeen(chatId: ChatId): Promise<boolean>;
1210
+ /**
1211
+ * Runs sendSeen on all chats
1212
+ */
1213
+ markAllRead(): Promise<boolean>;
1210
1214
  /**
1211
1215
  * Sets a chat status to unread. May be useful to get host's attention
1212
1216
  * @param chatId chat id: `xxxxx@c.us`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.42.3",
3
+ "version": "4.42.6",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",