@open-wa/wa-automate-types-only 4.35.11 → 4.35.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -453,6 +453,10 @@ export declare class Client {
453
453
  * @returns `Promise<LiveLocationChangedEvent []>` | boolean
454
454
  */
455
455
  forceUpdateLiveLocation(chatId: ChatId): Promise<LiveLocationChangedEvent[] | boolean>;
456
+ /**
457
+ * Test the button commands on MD accounts with an insiders key. This is a temporary feature to help fix issue #2658
458
+ */
459
+ testButtons(chatId: ChatId): Promise<any>;
456
460
  private link;
457
461
  /**
458
462
  * Sends a text message to given chat
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.35.11",
3
+ "version": "4.35.12",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",