@cool-digital-solutions/interferir-models 1.3.50 → 1.3.51

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.
@@ -60,6 +60,7 @@ const sparkSchema = new mongoose_1.Schema({
60
60
  forceSendToEntramind: { type: Boolean, default: false },
61
61
  isSentToEntramind: { type: Boolean, default: true },
62
62
  linkUseCaseOfCompanyToTheme: { type: Boolean, default: false },
63
+ isCreatedForAgent: { type: Boolean, default: false },
63
64
  entramindRequestCount: { type: Number, default: 0 },
64
65
  rawContent: { type: String, default: '' },
65
66
  createdBy: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
@@ -113,6 +113,7 @@ export interface ISpark extends BaseSchema {
113
113
  linkUseCaseOfCompanyToTheme: boolean;
114
114
  cronJob: CronJob;
115
115
  entramindRequestCount: number;
116
+ isCreatedForAgent: boolean;
116
117
  }
117
118
  export interface GetAllSpark extends ISpark {
118
119
  useCaseCount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cool-digital-solutions/interferir-models",
3
- "version": "1.3.50",
3
+ "version": "1.3.51",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"