@vserifsaglam/chat-react-client 1.0.5 → 1.0.7

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.
package/dist/types.d.ts CHANGED
@@ -105,6 +105,7 @@ export interface User {
105
105
  attributes: Record<string, any>;
106
106
  file_storage_provider: string;
107
107
  owner_client_id: string;
108
+ specialityName?: string;
108
109
  }
109
110
  export interface Conversation {
110
111
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vserifsaglam/chat-react-client",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Frontend library to easliy connect to the chat",
5
5
  "author": "vahit",
6
6
  "license": "MIT",
@@ -65,4 +65,4 @@
65
65
  "files": [
66
66
  "dist"
67
67
  ]
68
- }
68
+ }