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
|
-
|
242
|
+
presence: eConversationPresence;
|
243
243
|
};
|
244
244
|
[EMessagingQueue.whatsappPresenceUpdate]: {
|
245
245
|
tenantId: string;
|