@open-wa/wa-automate-types-only 4.65.0 → 4.65.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
  /// <reference types="node" />
3
3
  /// <reference types="node" />
4
4
  import { AdvancedFile, ConfigObject, DataURL } from '../api/model';
5
- import { AxiosRequestConfig, AxiosResponseHeaders } from 'axios';
5
+ import { AxiosRequestConfig } from 'axios';
6
6
  import { SessionInfo } from '../api/model/sessionInfo';
7
7
  import { Readable } from "stream";
8
8
  export declare const timeout: (ms: any) => Promise<unknown>;
@@ -39,7 +39,7 @@ export declare const isDataURL: (s: string) => boolean;
39
39
  * @param url The url
40
40
  * @param optionsOverride You can use this to override the [axios request config](https://github.com/axios/axios#request-config)
41
41
  */
42
- export declare const getBufferFromUrl: (url: string, optionsOverride?: AxiosRequestConfig) => Promise<[Buffer, AxiosResponseHeaders]>;
42
+ export declare const getBufferFromUrl: (url: string, optionsOverride?: any) => Promise<[Buffer, any]>;
43
43
  /**
44
44
  * @internal
45
45
  * A convinience method to download the [[DataURL]] of a file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.65.0",
3
+ "version": "4.65.1",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",