@smartytalent/openai-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
|
@@ -3633,6 +3633,14 @@
|
|
|
3633
3633
|
"meta": {
|
|
3634
3634
|
"type": "object",
|
|
3635
3635
|
"additionalProperties": true
|
|
3636
|
+
},
|
|
3637
|
+
"consentCurrent": {
|
|
3638
|
+
"type": "boolean",
|
|
3639
|
+
"description": "Write-only, honoured on PATCH. Consent to process for the current recruitment. Merges into `consent.current`, which is what reads return."
|
|
3640
|
+
},
|
|
3641
|
+
"consentFuture": {
|
|
3642
|
+
"type": "boolean",
|
|
3643
|
+
"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."
|
|
3636
3644
|
}
|
|
3637
3645
|
}
|
|
3638
3646
|
},
|
|
@@ -4250,6 +4258,14 @@
|
|
|
4250
4258
|
"meta": {
|
|
4251
4259
|
"type": "object",
|
|
4252
4260
|
"additionalProperties": true
|
|
4261
|
+
},
|
|
4262
|
+
"consentCurrent": {
|
|
4263
|
+
"type": "boolean",
|
|
4264
|
+
"description": "Write-only, honoured on PATCH. Consent to process for the current recruitment. Merges into `consent.current`, which is what reads return."
|
|
4265
|
+
},
|
|
4266
|
+
"consentFuture": {
|
|
4267
|
+
"type": "boolean",
|
|
4268
|
+
"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."
|
|
4253
4269
|
}
|
|
4254
4270
|
}
|
|
4255
4271
|
}
|