@open-wa/wa-automate-types-only 4.32.13 → 4.32.14

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.
@@ -43,6 +43,7 @@ export declare class Client {
43
43
  private _onLogoutCallbacks;
44
44
  private _queues;
45
45
  private _autoEmojiSet;
46
+ private _autoEmojiQ;
46
47
  private _onLogoutSet;
47
48
  /**
48
49
  * This is used to track if a listener is already used via webhook. Before, webhooks used to be set once per listener. Now a listener can be set via multiple webhooks, or revoked from a specific webhook.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.32.13",
3
+ "version": "4.32.14",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",