shuttlepro-shared 1.5.17 → 1.5.18

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.
@@ -125,6 +125,7 @@ const conversationSchema = new mongoose.Schema(
125
125
  type: {
126
126
  id: { type: String, default: "" },
127
127
  threadId: { type: String, default: "" },
128
+ title: { type: String, default: "" },
128
129
  },
129
130
  default: null,
130
131
  },
@@ -133,6 +134,7 @@ const conversationSchema = new mongoose.Schema(
133
134
  {
134
135
  id: { type: String, default: "" },
135
136
  threadId: { type: String, default: "" },
137
+ title: { type: String, default: "" },
136
138
  },
137
139
  ],
138
140
  default: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.5.17",
3
+ "version": "1.5.18",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {