@open-wa/wa-automate-types-only 4.33.0 → 4.33.1

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.
@@ -19,7 +19,6 @@ export declare const isDataURL: (s: string) => boolean;
19
19
  * A convinience method to download the [[DataURL]] of a file
20
20
  * @param url The url
21
21
  * @param optionsOverride You can use this to override the [axios request config](https://github.com/axios/axios#request-config)
22
- * @returns Promise<DataURL>
23
22
  */
24
23
  export declare const getDUrl: (url: string, optionsOverride?: AxiosRequestConfig) => Promise<DataURL>;
25
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.33.0",
3
+ "version": "4.33.1",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",