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

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.
@@ -18,6 +18,7 @@ const aiTaskResearchManagerOutputPresentationSubmissionSchema = new mongoose_1.S
18
18
  scopes: [{ type: String }],
19
19
  additionalScope: { type: String },
20
20
  name: { type: String },
21
+ language: { type: String, required: true },
21
22
  },
22
23
  startDate: { type: Number },
23
24
  endDate: { type: Number },
@@ -18,6 +18,7 @@ const aiTaskResearchManagerOutputSummarySubmissionSchema = new mongoose_1.Schema
18
18
  scopes: [{ type: String }],
19
19
  additionalScope: { type: String },
20
20
  name: { type: String },
21
+ language: { type: String, required: true },
21
22
  },
22
23
  startDate: { type: Number },
23
24
  endDate: { type: Number },
@@ -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', profileDetailUrls: 'text', type: 'text' },
34
+ { name: 'text', website: 'text', slug: 'text', profileDetailUrls: 'text' },
35
35
  ];
36
36
  exports.INDEX = INDEX;
@@ -55,6 +55,7 @@ export interface IAiTaskResearchManagerOutputPresentationSubmission extends Base
55
55
  scopes: string[];
56
56
  additionalScope: string;
57
57
  name: string;
58
+ language: string;
58
59
  };
59
60
  startDate: number;
60
61
  endDate: number;
@@ -55,6 +55,7 @@ export interface IAiTaskResearchManagerOutputSummarySubmission extends BaseSchem
55
55
  scopes: string[];
56
56
  additionalScope: string;
57
57
  name: string;
58
+ language: string;
58
59
  };
59
60
  startDate: number;
60
61
  endDate: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cool-digital-solutions/interferir-models",
3
- "version": "1.3.78",
3
+ "version": "1.3.80",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"