@in.pulse-crm/sdk 2.3.8 → 2.3.9

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.
@@ -60,6 +60,7 @@ export interface WppMessageEventData {
60
60
  }
61
61
  export interface WppMessageStatusEventData {
62
62
  messageId: number;
63
+ contactId: number;
63
64
  status: WppMessageStatus;
64
65
  }
65
66
  export interface WppMessageReactionEventData {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@in.pulse-crm/sdk",
3
- "version": "2.3.8",
3
+ "version": "2.3.9",
4
4
  "description": "SDKs for abstraction of api consumption of in.pulse-crm application",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -136,6 +136,7 @@ export interface WppMessageEventData {
136
136
  }
137
137
  export interface WppMessageStatusEventData {
138
138
  messageId: number;
139
+ contactId: number;
139
140
  status: WppMessageStatus;
140
141
  }
141
142
  export interface WppMessageReactionEventData {