@cool-digital-solutions/interferir-models 1.4.23 → 1.4.24
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.
|
@@ -133,7 +133,7 @@ const aiHrCandidateProfileSchema = new mongoose_1.Schema({
|
|
|
133
133
|
companyLinkedinUrl: { type: String, required: false },
|
|
134
134
|
},
|
|
135
135
|
],
|
|
136
|
-
|
|
136
|
+
candidateSources: [{ type: String, required: true }],
|
|
137
137
|
createdBy: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
|
|
138
138
|
updatedBy: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
|
|
139
139
|
updatedDate: Number,
|
|
@@ -173,7 +173,7 @@ export interface IAiHrCandidateProfile extends BaseSchema {
|
|
|
173
173
|
aiHrUploadedCandidate: Types.ObjectId | IAiHrUploadedCandidate;
|
|
174
174
|
educationHistory: IEducationHistory[];
|
|
175
175
|
workHistory: IWorkHistory[];
|
|
176
|
-
|
|
176
|
+
candidateSources: string[];
|
|
177
177
|
}
|
|
178
178
|
export interface IAiHrCandidateProfileModel extends BaseModel<IAiHrCandidateProfile> {
|
|
179
179
|
}
|