@cool-digital-solutions/interferir-models 1.3.29 → 1.3.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.
@@ -105,7 +105,8 @@ interface PersonalityAnalysis {
105
105
  }
106
106
  export declare enum ProfileTag {
107
107
  IGNORED = "ignored",
108
- NOT_INTERESTED = "notInterested"
108
+ NOT_INTERESTED = "notInterested",
109
+ EMPTY = ""
109
110
  }
110
111
  export interface IAiHrCandidateProfile extends BaseSchema {
111
112
  aiTask: Types.ObjectId | IAiTask;
@@ -5,4 +5,5 @@ var ProfileTag;
5
5
  (function (ProfileTag) {
6
6
  ProfileTag["IGNORED"] = "ignored";
7
7
  ProfileTag["NOT_INTERESTED"] = "notInterested";
8
+ ProfileTag["EMPTY"] = "";
8
9
  })(ProfileTag || (exports.ProfileTag = ProfileTag = {}));
@@ -105,7 +105,8 @@ interface PersonalityAnalysis {
105
105
  }
106
106
  export declare enum ProfileTag {
107
107
  IGNORED = "ignored",
108
- NOT_INTERESTED = "notInterested"
108
+ NOT_INTERESTED = "notInterested",
109
+ EMPTY = ""
109
110
  }
110
111
  export interface IAiHrCandidateTopCandidate extends BaseSchema {
111
112
  aiTask: Types.ObjectId | IAiTask;
@@ -5,4 +5,5 @@ var ProfileTag;
5
5
  (function (ProfileTag) {
6
6
  ProfileTag["IGNORED"] = "ignored";
7
7
  ProfileTag["NOT_INTERESTED"] = "notInterested";
8
+ ProfileTag["EMPTY"] = "";
8
9
  })(ProfileTag || (exports.ProfileTag = ProfileTag = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cool-digital-solutions/interferir-models",
3
- "version": "1.3.29",
3
+ "version": "1.3.30",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"