@open-wa/wa-automate-types-only 4.36.4 → 4.36.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ export interface SessionInfo {
10
10
  START_TS?: number;
11
11
  PHONE_VERSION?: string;
12
12
  NUM_HASH?: string;
13
+ PATCH_HASH?: string;
13
14
  OW_KEY?: string;
14
15
  INSTANCE_ID?: string;
15
16
  RAM_INFO?: string;
@@ -17,7 +17,7 @@ export declare function getPatch(config: ConfigObject, spinner?: Spin, sessionIn
17
17
  export declare function injectLivePatch(page: Page, patch: {
18
18
  data: any;
19
19
  tag: string;
20
- }, spinner?: Spin): Promise<void>;
20
+ }, spinner?: Spin): Promise<string>;
21
21
  /**
22
22
  * @private
23
23
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.36.4",
3
+ "version": "4.36.5",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",