@solidexpert/chat-api
Advanced tools
Comparing version 1.0.180 to 1.0.181
{ | ||
"name": "@solidexpert/chat-api", | ||
"version": "1.0.180", | ||
"version": "1.0.181", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "*", |
export * from './lib/model'; | ||
export * from './lib/controllers/Chat'; | ||
export * from './lib/controllers/Messages'; | ||
export * from './lib/common/formArrayExtended'; | ||
export * from './lib/common/formMap'; | ||
export * from './lib/common/utils'; | ||
export * from './lib/controllers/Chat'; | ||
export * from './lib/controllers/Messages'; | ||
export * from './lib/defs/ChatPreviewModel'; | ||
@@ -27,11 +27,11 @@ export * from './lib/defs/ChatType'; | ||
export * from './lib/defs/UpdateChatResponse'; | ||
export * from './lib/store/messages/GetMessages/GetMessages.service'; | ||
export * from './lib/store/messages/DeleteMessages/DeleteMessages.service'; | ||
export * from './lib/store/messages/ReadMessages/ReadMessages.service'; | ||
export * from './lib/store/messages/SendMessage/SendMessage.service'; | ||
export * from './lib/store/chat/CreateChat/CreateChat.service'; | ||
export * from './lib/store/chat/DeleteChat/DeleteChat.service'; | ||
export * from './lib/store/chat/GetMyChats/GetMyChats.service'; | ||
export * from './lib/store/chat/GetChat/GetChat.service'; | ||
export * from './lib/store/chat/GetMyChats/GetMyChats.service'; | ||
export * from './lib/store/chat/PatchChat/PatchChat.service'; | ||
export * from './lib/store/chat/UpdateChat/UpdateChat.service'; | ||
export * from './lib/store/messages/DeleteMessages/DeleteMessages.service'; | ||
export * from './lib/store/messages/GetMessages/GetMessages.service'; | ||
export * from './lib/store/messages/ReadMessages/ReadMessages.service'; | ||
export * from './lib/store/messages/SendMessage/SendMessage.service'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet