@open-wa/wa-automate-types-only 4.28.3 → 4.28.4

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.
@@ -1,5 +1,6 @@
1
1
  import { DataURL } from '../api/model';
2
2
  import { AxiosRequestConfig } from 'axios';
3
+ export declare const timeout: (ms: any) => Promise<unknown>;
3
4
  /**
4
5
  * Use this to generate a more likely valid user agent. It makes sure it has the WA part and replaces any windows or linux os info with mac.
5
6
  * @param useragent Your custom user agent
@@ -25,4 +26,4 @@ export declare const getDUrl: (url: string, optionsOverride?: AxiosRequestConfig
25
26
  */
26
27
  export declare const base64MimeType: (dUrl: DataURL) => string;
27
28
  export declare const processSend: (message: string) => void;
28
- export declare const processSendData: (data?: any) => boolean;
29
+ export declare const processSendData: (data?: any) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.28.3",
3
+ "version": "4.28.4",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",