@cool-digital-solutions/interferir-models 1.2.97 → 1.2.99

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.
@@ -8,7 +8,7 @@ const express_http_context_1 = __importDefault(require("express-http-context"));
8
8
  const _config_1 = require("../config");
9
9
  const team_member_type_1 = require("../types/team-member.type");
10
10
  const teamMemberSchema = new mongoose_1.Schema({
11
- team: { type: mongoose_1.Schema.Types.ObjectId, ref: 'Company', default: null },
11
+ team: { type: mongoose_1.Schema.Types.ObjectId, ref: 'Team', default: null },
12
12
  status: { type: String, enum: Object.values(team_member_type_1.UserTeamStatus), required: true },
13
13
  user: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
14
14
  invitationEmail: { type: String },
@@ -43,6 +43,7 @@ export declare enum Context {
43
43
  SPARK = "spark",
44
44
  INSTANT_RESEARCH = "instantResearch",
45
45
  AI_AGENT = "aiAgent",
46
+ HR_MANAGER = "hrManager",
46
47
  REGULAR_TRACKING_REPORT = "regularTrackingReport",
47
48
  STARTUP_COMPETITOR = "startup_competitor",
48
49
  STARTUP_INVESTOR_MATCHING = "startup_investor_matching",
@@ -21,6 +21,7 @@ var Context;
21
21
  Context["SPARK"] = "spark";
22
22
  Context["INSTANT_RESEARCH"] = "instantResearch";
23
23
  Context["AI_AGENT"] = "aiAgent";
24
+ Context["HR_MANAGER"] = "hrManager";
24
25
  Context["REGULAR_TRACKING_REPORT"] = "regularTrackingReport";
25
26
  Context["STARTUP_COMPETITOR"] = "startup_competitor";
26
27
  Context["STARTUP_INVESTOR_MATCHING"] = "startup_investor_matching";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cool-digital-solutions/interferir-models",
3
- "version": "1.2.97",
3
+ "version": "1.2.99",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"