@smartytalent/mcp-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.
Files changed (2) hide show
  1. package/dist/tools.json +8 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -6187,6 +6187,10 @@
6187
6187
  "type": "string",
6188
6188
  "description": "Preferred language code (e.g., en-US, pl-PL)"
6189
6189
  },
6190
+ "profilePictureUrl": {
6191
+ "type": "string",
6192
+ "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."
6193
+ },
6190
6194
  "recommendationStatusCode": {
6191
6195
  "oneOf": [
6192
6196
  {
@@ -6741,6 +6745,10 @@
6741
6745
  "type": "string",
6742
6746
  "description": "Preferred language code (e.g., en-US, pl-PL)"
6743
6747
  },
6748
+ "profilePictureUrl": {
6749
+ "type": "string",
6750
+ "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."
6751
+ },
6744
6752
  "recommendationStatusCode": {
6745
6753
  "oneOf": [
6746
6754
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",