@open-wa/wa-automate-types-only 4.44.6 → 4.44.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,3 +3,7 @@ import { Page } from 'puppeteer';
3
3
  * @private
4
4
  */
5
5
  export declare function injectInitPatch(page: Page): Promise<void>;
6
+ /**
7
+ * @private
8
+ */
9
+ export declare function injectProgObserver(page: Page): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.44.6",
3
+ "version": "4.44.7",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",