@smartytalent/mcp-tools 0.1.33-dev.83 → 0.1.33-dev.85
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.
- package/dist/tools.json +46 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -10153,6 +10153,7 @@
|
|
|
10153
10153
|
"received",
|
|
10154
10154
|
"processing",
|
|
10155
10155
|
"processed",
|
|
10156
|
+
"accepted",
|
|
10156
10157
|
"failed"
|
|
10157
10158
|
]
|
|
10158
10159
|
},
|
|
@@ -10179,8 +10180,28 @@
|
|
|
10179
10180
|
"description": "Seniority level for the role (e.g. junior, mid, senior)"
|
|
10180
10181
|
},
|
|
10181
10182
|
"criteria": {
|
|
10182
|
-
"type": "
|
|
10183
|
-
"description": "Recruitment criteria captured from the brief"
|
|
10183
|
+
"type": "array",
|
|
10184
|
+
"description": "Recruitment criteria captured from the brief - ordered, tiered ({text: {locale: str}, tier: must|preferred|bonus|disqualifier})",
|
|
10185
|
+
"items": {
|
|
10186
|
+
"title": "BriefCriterionSchema",
|
|
10187
|
+
"type": "object",
|
|
10188
|
+
"properties": {
|
|
10189
|
+
"text": {
|
|
10190
|
+
"type": "object",
|
|
10191
|
+
"description": "Requirement text per locale ({en-US: ..., pl-PL: ...})",
|
|
10192
|
+
"additionalProperties": true
|
|
10193
|
+
},
|
|
10194
|
+
"tier": {
|
|
10195
|
+
"type": "string",
|
|
10196
|
+
"enum": [
|
|
10197
|
+
"must",
|
|
10198
|
+
"preferred",
|
|
10199
|
+
"bonus",
|
|
10200
|
+
"disqualifier"
|
|
10201
|
+
]
|
|
10202
|
+
}
|
|
10203
|
+
}
|
|
10204
|
+
}
|
|
10184
10205
|
},
|
|
10185
10206
|
"links": {
|
|
10186
10207
|
"type": "array",
|
|
@@ -10460,6 +10481,7 @@
|
|
|
10460
10481
|
"received",
|
|
10461
10482
|
"processing",
|
|
10462
10483
|
"processed",
|
|
10484
|
+
"accepted",
|
|
10463
10485
|
"failed"
|
|
10464
10486
|
]
|
|
10465
10487
|
},
|
|
@@ -10486,8 +10508,28 @@
|
|
|
10486
10508
|
"description": "Seniority level for the role (e.g. junior, mid, senior)"
|
|
10487
10509
|
},
|
|
10488
10510
|
"criteria": {
|
|
10489
|
-
"type": "
|
|
10490
|
-
"description": "Recruitment criteria captured from the brief"
|
|
10511
|
+
"type": "array",
|
|
10512
|
+
"description": "Recruitment criteria captured from the brief - ordered, tiered ({text: {locale: str}, tier: must|preferred|bonus|disqualifier})",
|
|
10513
|
+
"items": {
|
|
10514
|
+
"title": "BriefCriterionSchema",
|
|
10515
|
+
"type": "object",
|
|
10516
|
+
"properties": {
|
|
10517
|
+
"text": {
|
|
10518
|
+
"type": "object",
|
|
10519
|
+
"description": "Requirement text per locale ({en-US: ..., pl-PL: ...})",
|
|
10520
|
+
"additionalProperties": true
|
|
10521
|
+
},
|
|
10522
|
+
"tier": {
|
|
10523
|
+
"type": "string",
|
|
10524
|
+
"enum": [
|
|
10525
|
+
"must",
|
|
10526
|
+
"preferred",
|
|
10527
|
+
"bonus",
|
|
10528
|
+
"disqualifier"
|
|
10529
|
+
]
|
|
10530
|
+
}
|
|
10531
|
+
}
|
|
10532
|
+
}
|
|
10491
10533
|
},
|
|
10492
10534
|
"links": {
|
|
10493
10535
|
"type": "array",
|