@open-wa/wa-automate-types-only 4.72.4 → 4.74.0

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.
@@ -1051,6 +1051,7 @@ export declare class Client {
1051
1051
  */
1052
1052
  logout(preserveSessionData?: boolean): Promise<boolean>;
1053
1053
  /**
1054
+ * @deprecated No longer works due to multi-device changes
1054
1055
  * Retrieves Battery Level
1055
1056
  * @returns Number
1056
1057
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.72.4",
3
+ "version": "4.74.0",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",