@cool-digital-solutions/interferir-models 1.1.78 → 1.1.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.
@@ -55,6 +55,7 @@ const sparkSchema = new mongoose_1.Schema({
55
55
  status: { type: String, enum: Object.values(spark_type_1.CronJobStatus), default: spark_type_1.CronJobStatus.PENDING },
56
56
  message: [{ type: String, default: '' }],
57
57
  },
58
+ forceSendToEntramind: { type: Boolean, default: false },
58
59
  isSentToEntramind: { type: Boolean, default: true },
59
60
  rawContent: { type: String, default: '' },
60
61
  createdBy: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
@@ -53,7 +53,7 @@ export declare enum Key {
53
53
  EMAIL = "email",
54
54
  DOMAIN = "domain",
55
55
  CONTACT_US_FOR_INSTANT_RESEARCH_IN_STARTUP_PROD = "contact_us_for_instant_research_in_startup_prod",
56
- SENT_TO_ENTRAMIND_MINUTES = "sent_to_entramind_minutes",
56
+ SENT_TO_ENTRAMIND_DAYS = "sent_to_entramind_days",
57
57
  MINUTE = "minute",
58
58
  RESEARCH_BETA = "research_beta",
59
59
  RESEARCH_PROD = "research_prod"
@@ -32,7 +32,7 @@ var Key;
32
32
  Key["EMAIL"] = "email";
33
33
  Key["DOMAIN"] = "domain";
34
34
  Key["CONTACT_US_FOR_INSTANT_RESEARCH_IN_STARTUP_PROD"] = "contact_us_for_instant_research_in_startup_prod";
35
- Key["SENT_TO_ENTRAMIND_MINUTES"] = "sent_to_entramind_minutes";
35
+ Key["SENT_TO_ENTRAMIND_DAYS"] = "sent_to_entramind_days";
36
36
  Key["MINUTE"] = "minute";
37
37
  Key["RESEARCH_BETA"] = "research_beta";
38
38
  Key["RESEARCH_PROD"] = "research_prod";
@@ -107,6 +107,7 @@ export interface ISpark extends BaseSchema {
107
107
  extraParameter: ExtraParameter;
108
108
  rawContent?: string;
109
109
  isSentToEntramind: boolean;
110
+ forceSendToEntramind: boolean;
110
111
  cronJob: CronJob;
111
112
  }
112
113
  export interface GetAllSpark extends ISpark {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cool-digital-solutions/interferir-models",
3
- "version": "1.1.78",
3
+ "version": "1.1.80",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"