@cool-digital-solutions/interferir-models 1.4.28 → 1.4.30

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.
@@ -236,6 +236,7 @@ const companySchema = new mongoose_1.Schema({
236
236
  isWeeklyNewsletterActive: { type: Boolean, default: false },
237
237
  newsFeedAnalysis: { type: String, default: '' },
238
238
  questionPreference: { type: String, default: '' },
239
+ useAzureLogin: { type: Boolean, default: false },
239
240
  createdBy: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
240
241
  updatedBy: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
241
242
  updatedDate: { type: Number },
@@ -285,6 +285,7 @@ export interface ICompany extends BaseSchema {
285
285
  isWeeklyNewsletterActive: boolean;
286
286
  questionPreference: string;
287
287
  newsFeedAnalysis: string;
288
+ useAzureLogin: boolean;
288
289
  }
289
290
  export interface ICompanyModel extends BaseModel<ICompany> {
290
291
  }
@@ -47,6 +47,7 @@ export declare enum Context {
47
47
  SPARK = "spark",
48
48
  AI_AGENT = "aiAgent",
49
49
  HR_MANAGER = "hrManager",
50
+ STRATEGY_GAME_BOARD = "strategyGameBoard",
50
51
  REGULAR_TRACKING_REPORT = "regularTrackingReport",
51
52
  STARTUP_COMPETITOR = "startup_competitor",
52
53
  STARTUP_INVESTOR_MATCHING = "startup_investor_matching",
@@ -25,6 +25,7 @@ var Context;
25
25
  Context["SPARK"] = "spark";
26
26
  Context["AI_AGENT"] = "aiAgent";
27
27
  Context["HR_MANAGER"] = "hrManager";
28
+ Context["STRATEGY_GAME_BOARD"] = "strategyGameBoard";
28
29
  Context["REGULAR_TRACKING_REPORT"] = "regularTrackingReport";
29
30
  Context["STARTUP_COMPETITOR"] = "startup_competitor";
30
31
  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.4.28",
3
+ "version": "1.4.30",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"