@cool-digital-solutions/interferir-models 1.3.76 → 1.3.78

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.
@@ -31,6 +31,6 @@ const INDEX = [
31
31
  { investmentPortfolio: 1 },
32
32
  { 'investmentPortfolio.portfolioCompanyAnalyses.company': 1 },
33
33
  { exits: 1 },
34
- { name: 'text', website: 'text', slug: 'text', type: 'text' },
34
+ { name: 'text', website: 'text', slug: 'text', profileDetailUrls: 'text', type: 'text' },
35
35
  ];
36
36
  exports.INDEX = INDEX;
@@ -72,6 +72,7 @@ const sparkUseCaseSchema = new mongoose_1.Schema({
72
72
  freeText: { type: String, default: '' },
73
73
  startup: { type: mongoose_1.Schema.Types.ObjectId, ref: 'Company', default: null },
74
74
  },
75
+ importanceHTML: { type: String, default: '' },
75
76
  createdBy: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
76
77
  updatedBy: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
77
78
  updatedDate: { type: Number, index: -1 },
@@ -97,6 +97,7 @@ export interface ISparkUseCase extends BaseSchema {
97
97
  aiTaskResearchManagerOutputs: Types.ObjectId[] | IAiTaskResearchManagerOutput[];
98
98
  portiaArticle: Types.ObjectId | IPortiaArticle;
99
99
  source: Source;
100
+ importanceHTML: string;
100
101
  }
101
102
  export interface ISparkUseCaseModel extends BaseModel<ISparkUseCase> {
102
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cool-digital-solutions/interferir-models",
3
- "version": "1.3.76",
3
+ "version": "1.3.78",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"