@codingfactory/messenger-client 0.2.21 → 0.2.23

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.
@@ -3777,6 +3777,7 @@ export declare const useMessagingStore: import("pinia").StoreDefinition<"messagi
3777
3777
  removeTypingUser(conversationId: string, userId: string): void;
3778
3778
  updateConversationLastMessage(conversationId: string, message: Message): void;
3779
3779
  updatePresenceForUser(userId: string, status: PresenceStatus, lastSeenAt?: string | null): void;
3780
+ refreshPresenceForUsers(userIds: string[]): Promise<void>;
3780
3781
  acceptRequest(conversationId: string): Promise<void>;
3781
3782
  declineRequest(conversationId: string): Promise<void>;
3782
3783
  searchConversations(query: string, filter?: ConversationListFilter, folderId?: string): Promise<Conversation[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingfactory/messenger-client",
3
- "version": "0.2.21",
3
+ "version": "0.2.23",
4
4
  "description": "Shared messaging frontend state, API helpers, and realtime composables.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",