@solidexpert/chat-api
Advanced tools
Comparing version 1.0.158 to 1.0.159
@@ -6,2 +6,3 @@ /** | ||
*/ | ||
import * as __model from '../model'; | ||
export interface MessageViewModel { | ||
@@ -15,2 +16,4 @@ /** format: uuid */ | ||
content: string; | ||
/** format: uuid */ | ||
replyToMessageId?: string; | ||
isMine?: boolean; | ||
@@ -23,2 +26,3 @@ isRead?: boolean; | ||
viewerIds?: string[]; | ||
replyToMessage?: __model.MessageViewModel; | ||
} |
{ | ||
"name": "@solidexpert/chat-api", | ||
"version": "1.0.158", | ||
"version": "1.0.159", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "*", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
287490
2773