@smartytalent/mcp-tools 0.1.33-dev.105 → 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 +52 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -166,6 +166,10 @@
|
|
|
166
166
|
"email": {
|
|
167
167
|
"type": "object"
|
|
168
168
|
},
|
|
169
|
+
"operation": {
|
|
170
|
+
"type": "object",
|
|
171
|
+
"description": "Tenant-level outbound-sync defaults (ATS integrations): {syncStage, syncNotes, syncRatings, syncTags, syncReports, syncConversationReports, syncMessages} - overridden per job by job.settings.operation. NOTE: the generated model whitelists keys, so this property MUST be declared for the SDK to carry it."
|
|
172
|
+
},
|
|
169
173
|
"language": {
|
|
170
174
|
"type": "string"
|
|
171
175
|
},
|
|
@@ -475,6 +479,10 @@
|
|
|
475
479
|
"email": {
|
|
476
480
|
"type": "object"
|
|
477
481
|
},
|
|
482
|
+
"operation": {
|
|
483
|
+
"type": "object",
|
|
484
|
+
"description": "Tenant-level outbound-sync defaults (ATS integrations): {syncStage, syncNotes, syncRatings, syncTags, syncReports, syncConversationReports, syncMessages} - overridden per job by job.settings.operation. NOTE: the generated model whitelists keys, so this property MUST be declared for the SDK to carry it."
|
|
485
|
+
},
|
|
478
486
|
"language": {
|
|
479
487
|
"type": "string"
|
|
480
488
|
},
|
|
@@ -6297,6 +6305,50 @@
|
|
|
6297
6305
|
}
|
|
6298
6306
|
}
|
|
6299
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
|
+
}
|
|
6300
6352
|
}
|
|
6301
6353
|
}
|
|
6302
6354
|
},
|