@cool-digital-solutions/interferir-models 1.4.58 → 1.4.60

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.
@@ -26,5 +26,6 @@ const INDEX = [
26
26
  { 'investmentPortfolio.portfolioCompanyAnalyses.company': 1 },
27
27
  { exits: 1 },
28
28
  { name: 'text', website: 'text', slug: 'text', profileDetailUrls: 'text' },
29
+ { baseDomains: 1 },
29
30
  ];
30
31
  exports.INDEX = INDEX;
@@ -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 pricing_company_analysis_plan_type_1 = require("src/types/pricing-company-analysis-plan.type");
9
+ const pricing_company_analysis_plan_type_1 = require("../types/pricing-company-analysis-plan.type");
10
10
  const PricingCompanyAnalysisPlanSchema = new mongoose_1.Schema({
11
11
  projectAnalysis: [{ type: mongoose_1.Schema.Types.ObjectId, ref: 'PricingProjectAnalysis', required: true }],
12
12
  totalCredit: { type: Number, required: true, min: 0 },
@@ -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 pricing_company_analysis_plan_type_1 = require("src/types/pricing-company-analysis-plan.type");
9
+ const pricing_company_analysis_plan_type_1 = require("../types/pricing-company-analysis-plan.type");
10
10
  const PricingProjectAnalysisSchema = new mongoose_1.Schema({
11
11
  strategyHouseId: { type: mongoose_1.Schema.Types.ObjectId, required: true }, // from third api Strategy House ID
12
12
  strategyHouseSnapshot: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cool-digital-solutions/interferir-models",
3
- "version": "1.4.58",
3
+ "version": "1.4.60",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"