@solidexpert/chat-api
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -7,6 +7,6 @@ /** | ||
export interface ChatViewModel { | ||
/** format: int32 */ | ||
id?: number; | ||
/** format: uuid */ | ||
id?: string; | ||
name: string; | ||
admin?: string; | ||
} |
{ | ||
"name": "@solidexpert/chat-api", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"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
189071