wuzapi 1.7.1 → 1.7.2

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.
@@ -91,7 +91,8 @@ export interface DownloadMediaRequest {
91
91
  FileLength: number;
92
92
  }
93
93
  export interface DownloadMediaResponse {
94
- [key: string]: unknown;
94
+ Data: string;
95
+ Mimetype: string;
95
96
  }
96
97
  export interface DeleteMessageRequest {
97
98
  Id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wuzapi",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "TypeScript client library for WuzAPI WhatsApp API",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",