@vserifsaglam/chat-react-client 1.0.3 → 1.0.5

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
@@ -166,6 +166,7 @@ export interface SendMessageRequest {
166
166
  content?: string;
167
167
  attachments?: number[];
168
168
  conversation_uid?: string;
169
+ isAppointment?: boolean;
169
170
  }
170
171
  export interface UpdateMessageRequest {
171
172
  content: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vserifsaglam/chat-react-client",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
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
+ }