wuzapi 1.8.1 → 1.8.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.
@@ -79,7 +79,7 @@ export interface MarkReadRequest {
79
79
  export interface ReactRequest {
80
80
  Phone: string;
81
81
  Body: string;
82
- id: string;
82
+ Id: string;
83
83
  }
84
84
  export interface DownloadMediaRequest {
85
85
  Url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wuzapi",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "TypeScript client library for WuzAPI WhatsApp API",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",