@open-wa/wa-automate-types-only 4.35.9 → 4.35.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.10",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",