@cool-digital-solutions/interferir-models 1.4.44 → 1.4.45
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.
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
const mongoose_1 = require("mongoose");
|
|
7
7
|
const express_http_context_1 = __importDefault(require("express-http-context"));
|
|
8
8
|
const _config_1 = require("../config");
|
|
9
|
-
const ai_conversation_message_thread_answer_type_1 = require("
|
|
9
|
+
const ai_conversation_message_thread_answer_type_1 = require("../types/ai-conversation-message-thread-answer.type");
|
|
10
10
|
const aiConversationMessageThreadAnswerSchema = new mongoose_1.Schema({
|
|
11
11
|
respondentId: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
|
|
12
12
|
answer: { type: String, default: '' },
|