@open-wa/wa-automate-types-only 4.34.1 → 4.34.2

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.
@@ -701,7 +701,7 @@ export declare class Client {
701
701
  * Returns a PNG DataURL screenshot of the session
702
702
  * @returns `Promise<DataURL>`
703
703
  */
704
- getSnapshot(): Promise<DataURL>;
704
+ getSnapshot(chatId?: ChatId): Promise<DataURL>;
705
705
  /**
706
706
  * Returns an array of group ids where the host account is admin
707
707
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.34.1",
3
+ "version": "4.34.2",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",