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