@cool-digital-solutions/interferir-models 1.3.28 → 1.3.29

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.
@@ -9,7 +9,7 @@ const _config_1 = require("../config");
9
9
  const ai_top_use_case_type_1 = require("../types/ai-top-use-case.type");
10
10
  const aiTopUseCaseSchema = new mongoose_1.Schema({
11
11
  aiTask: { type: mongoose_1.Schema.Types.ObjectId, ref: 'AiTask', required: true },
12
- aiTaskResearchManagerOutput: { type: mongoose_1.Schema.Types.ObjectId, ref: 'AiTaskResearchManagerOutput', required: true },
12
+ aiTaskResearchManagerOutput: { type: mongoose_1.Schema.Types.ObjectId, ref: 'AiTaskResearchManagerOutput' },
13
13
  useCases: [{ type: mongoose_1.Schema.Types.ObjectId, ref: 'UseCase', required: true }],
14
14
  title: { type: String, required: true },
15
15
  summary: { type: String, required: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cool-digital-solutions/interferir-models",
3
- "version": "1.3.28",
3
+ "version": "1.3.29",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"