@smartytalent/mcp-tools 0.1.33-dev.84 → 0.1.33-dev.86
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 +45 -5
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -7730,7 +7730,7 @@
|
|
|
7730
7730
|
"type": {
|
|
7731
7731
|
"type": "string",
|
|
7732
7732
|
"enum": [
|
|
7733
|
-
"
|
|
7733
|
+
"forms"
|
|
7734
7734
|
]
|
|
7735
7735
|
},
|
|
7736
7736
|
"id": {
|
|
@@ -10180,8 +10180,28 @@
|
|
|
10180
10180
|
"description": "Seniority level for the role (e.g. junior, mid, senior)"
|
|
10181
10181
|
},
|
|
10182
10182
|
"criteria": {
|
|
10183
|
-
"type": "
|
|
10184
|
-
"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
|
+
}
|
|
10185
10205
|
},
|
|
10186
10206
|
"links": {
|
|
10187
10207
|
"type": "array",
|
|
@@ -10488,8 +10508,28 @@
|
|
|
10488
10508
|
"description": "Seniority level for the role (e.g. junior, mid, senior)"
|
|
10489
10509
|
},
|
|
10490
10510
|
"criteria": {
|
|
10491
|
-
"type": "
|
|
10492
|
-
"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
|
+
}
|
|
10493
10533
|
},
|
|
10494
10534
|
"links": {
|
|
10495
10535
|
"type": "array",
|