@smartytalent/mcp-tools 0.1.33-dev.106 → 0.1.33-dev.107
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 +44 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -6305,6 +6305,50 @@
|
|
|
6305
6305
|
}
|
|
6306
6306
|
}
|
|
6307
6307
|
}
|
|
6308
|
+
},
|
|
6309
|
+
"talents": {
|
|
6310
|
+
"title": "FileRelationshipsTalentsSchema",
|
|
6311
|
+
"description": "Talents this file belongs to (e.g. an ATS-imported CV). Set at create by workflow actions (file:process relationships input).",
|
|
6312
|
+
"type": "object",
|
|
6313
|
+
"properties": {
|
|
6314
|
+
"data": {
|
|
6315
|
+
"type": "array",
|
|
6316
|
+
"items": {
|
|
6317
|
+
"title": "FileRelationshipsTalentsDataSchema",
|
|
6318
|
+
"type": "object",
|
|
6319
|
+
"properties": {
|
|
6320
|
+
"type": {
|
|
6321
|
+
"type": "string"
|
|
6322
|
+
},
|
|
6323
|
+
"id": {
|
|
6324
|
+
"type": "string"
|
|
6325
|
+
}
|
|
6326
|
+
}
|
|
6327
|
+
}
|
|
6328
|
+
}
|
|
6329
|
+
}
|
|
6330
|
+
},
|
|
6331
|
+
"candidates": {
|
|
6332
|
+
"title": "FileRelationshipsCandidatesSchema",
|
|
6333
|
+
"description": "Candidates (applications) this file belongs to. Set at create by workflow actions (file:process relationships input).",
|
|
6334
|
+
"type": "object",
|
|
6335
|
+
"properties": {
|
|
6336
|
+
"data": {
|
|
6337
|
+
"type": "array",
|
|
6338
|
+
"items": {
|
|
6339
|
+
"title": "FileRelationshipsCandidatesDataSchema",
|
|
6340
|
+
"type": "object",
|
|
6341
|
+
"properties": {
|
|
6342
|
+
"type": {
|
|
6343
|
+
"type": "string"
|
|
6344
|
+
},
|
|
6345
|
+
"id": {
|
|
6346
|
+
"type": "string"
|
|
6347
|
+
}
|
|
6348
|
+
}
|
|
6349
|
+
}
|
|
6350
|
+
}
|
|
6351
|
+
}
|
|
6308
6352
|
}
|
|
6309
6353
|
}
|
|
6310
6354
|
},
|