@smartytalent/openai-tools 0.9.2 → 0.9.3
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 +8 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -6003,6 +6003,10 @@
|
|
|
6003
6003
|
"type": "string",
|
|
6004
6004
|
"description": "Preferred language code (e.g., en-US, pl-PL)"
|
|
6005
6005
|
},
|
|
6006
|
+
"profilePictureUrl": {
|
|
6007
|
+
"type": "string",
|
|
6008
|
+
"description": "Public CDN URL of the applicant's photo, snapshotted ONCE from talent.profilePictureUrl when the candidature is created (the CV photo the applicant sent for this application). Read-only here - the talent is the source of truth and later talent photo changes do not propagate. Null when the CV carried no usable portrait or the talent has no future-recruitment consent."
|
|
6009
|
+
},
|
|
6006
6010
|
"recommendationStatusCode": {
|
|
6007
6011
|
"oneOf": [
|
|
6008
6012
|
{
|
|
@@ -6551,6 +6555,10 @@
|
|
|
6551
6555
|
"type": "string",
|
|
6552
6556
|
"description": "Preferred language code (e.g., en-US, pl-PL)"
|
|
6553
6557
|
},
|
|
6558
|
+
"profilePictureUrl": {
|
|
6559
|
+
"type": "string",
|
|
6560
|
+
"description": "Public CDN URL of the applicant's photo, snapshotted ONCE from talent.profilePictureUrl when the candidature is created (the CV photo the applicant sent for this application). Read-only here - the talent is the source of truth and later talent photo changes do not propagate. Null when the CV carried no usable portrait or the talent has no future-recruitment consent."
|
|
6561
|
+
},
|
|
6554
6562
|
"recommendationStatusCode": {
|
|
6555
6563
|
"oneOf": [
|
|
6556
6564
|
{
|