@open-wa/wa-automate-types-only 4.35.9 → 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
@@ -13,6 +13,7 @@ export interface SessionInfo {
13
13
  OW_KEY?: string;
14
14
  INSTANCE_ID?: string;
15
15
  RAM_INFO?: string;
16
+ PPTR_VERSION?: string;
16
17
  LATEST_VERSION?: boolean;
17
18
  CLI?: boolean;
18
19
  ACC_TYPE?: 'PERSONAL' | 'BUSINESS';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.35.9",
3
+ "version": "4.35.12",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",