exodus-framework 2.0.937 → 2.0.938

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.
@@ -239,7 +239,7 @@ export type TMessageQueueDataMap = {
239
239
  tenantId: string;
240
240
  connectionId: string;
241
241
  chatId: string;
242
- precense: eConversationPresence;
242
+ presence: eConversationPresence;
243
243
  };
244
244
  [EMessagingQueue.whatsappPresenceUpdate]: {
245
245
  tenantId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodus-framework",
3
- "version": "2.0.937",
3
+ "version": "2.0.938",
4
4
  "description": "Exodus Framework",
5
5
  "author": "jhownpaixao",
6
6
  "license": "ISC",