@cool-digital-solutions/interferir-models 1.3.20 → 1.3.21

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.
@@ -232,6 +232,7 @@ const companySchema = new mongoose_1.Schema({
232
232
  aiContext: { type: String, default: '' },
233
233
  aiHrContext: { type: String, default: '' },
234
234
  creationSource: [{ type: Object }],
235
+ customerPerspective: { type: String, default: '' },
235
236
  createdBy: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
236
237
  updatedBy: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
237
238
  updatedDate: { type: Number },
@@ -280,6 +280,7 @@ export interface ICompany extends BaseSchema {
280
280
  aiContext: string;
281
281
  aiHrContext: string;
282
282
  creationSource: object[];
283
+ customerPerspective: string;
283
284
  }
284
285
  export interface ICompanyModel extends BaseModel<ICompany> {
285
286
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cool-digital-solutions/interferir-models",
3
- "version": "1.3.20",
3
+ "version": "1.3.21",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"