@eka-care/medassist-core 1.0.30 → 1.0.31

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.
@@ -30,7 +30,7 @@ class Session extends BaseResource_1.BaseResource {
30
30
  });
31
31
  }
32
32
  async feedback(sessionId, messageId, feedback, feedback_reason) {
33
- return this.put(`${this.basePath}/${sessionId}/message/${messageId}/feedback`, {
33
+ return this.put(`${this.basePath}/${sessionId}/messages/${messageId}/feedback`, {
34
34
  feedback,
35
35
  feedback_reason,
36
36
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/medassist-core",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "TypeScript SDK for real-time medical chatbot experiences with session management, WebSocket connectivity, and media handling",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",