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

Sign up to get free protection for your applications and to get access to all the features.
@@ -705,6 +705,11 @@ export declare class Client {
705
705
  * @returns `Promise<DataURL>`
706
706
  */
707
707
  getSnapshot(chatId?: ChatId): Promise<DataURL>;
708
+ /**
709
+ * Returns some metrics of the session/page.
710
+ * @returns `Promise<any>`
711
+ */
712
+ metrics(): Promise<any>;
708
713
  /**
709
714
  * Returns an array of group ids where the host account is admin
710
715
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.35.12",
3
+ "version": "4.35.13",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",