@common_ch/common 1.0.352 → 1.0.353
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.
|
@@ -121,6 +121,11 @@ const messageSchema = new mongoose_1.default.Schema({
|
|
|
121
121
|
type: mongoose_1.default.Schema.Types.Date,
|
|
122
122
|
required: true,
|
|
123
123
|
},
|
|
124
|
+
system: {
|
|
125
|
+
type: Boolean,
|
|
126
|
+
required: false,
|
|
127
|
+
default: false,
|
|
128
|
+
}
|
|
124
129
|
},
|
|
125
130
|
],
|
|
126
131
|
threadChatgptId: {
|