@smartytalent/mcp-tools 0.8.0 → 0.8.1
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 +16 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -3773,6 +3773,14 @@
|
|
|
3773
3773
|
"meta": {
|
|
3774
3774
|
"type": "object",
|
|
3775
3775
|
"additionalProperties": true
|
|
3776
|
+
},
|
|
3777
|
+
"consentCurrent": {
|
|
3778
|
+
"type": "boolean",
|
|
3779
|
+
"description": "Write-only, honoured on PATCH. Consent to process for the current recruitment. Merges into `consent.current`, which is what reads return."
|
|
3780
|
+
},
|
|
3781
|
+
"consentFuture": {
|
|
3782
|
+
"type": "boolean",
|
|
3783
|
+
"description": "Write-only, honoured on PATCH. Consent to be kept for future recruitments (TalentPool). The TalentPool search hard-gates on it, so changing this flag re-indexes the talent - set it false to honour a withdrawal."
|
|
3776
3784
|
}
|
|
3777
3785
|
}
|
|
3778
3786
|
},
|
|
@@ -4396,6 +4404,14 @@
|
|
|
4396
4404
|
"meta": {
|
|
4397
4405
|
"type": "object",
|
|
4398
4406
|
"additionalProperties": true
|
|
4407
|
+
},
|
|
4408
|
+
"consentCurrent": {
|
|
4409
|
+
"type": "boolean",
|
|
4410
|
+
"description": "Write-only, honoured on PATCH. Consent to process for the current recruitment. Merges into `consent.current`, which is what reads return."
|
|
4411
|
+
},
|
|
4412
|
+
"consentFuture": {
|
|
4413
|
+
"type": "boolean",
|
|
4414
|
+
"description": "Write-only, honoured on PATCH. Consent to be kept for future recruitments (TalentPool). The TalentPool search hard-gates on it, so changing this flag re-indexes the talent - set it false to honour a withdrawal."
|
|
4399
4415
|
}
|
|
4400
4416
|
}
|
|
4401
4417
|
}
|