wuzapi 1.8.3 → 1.8.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.
@@ -162,6 +162,4 @@ export interface HistoryMessage {
162
162
  timestamp: string;
163
163
  user_id: string;
164
164
  }
165
- export interface GetChatHistoryResponse {
166
- data: HistoryMessage[];
167
- }
165
+ export type GetChatHistoryResponse = HistoryMessage[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wuzapi",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "TypeScript client library for WuzAPI WhatsApp API",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",