@smartytalent/mcp-tools 0.1.33-dev.92 → 0.1.33-dev.94

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 +46 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -2696,6 +2696,29 @@
2696
2696
  }
2697
2697
  }
2698
2698
  },
2699
+ "consent": {
2700
+ "title": "TalentConsentSchema",
2701
+ "description": "GDPR/RODO consent. future = consent to be kept in the TalentPool and used for future recruitments (the TalentPool search hard-gates on it).",
2702
+ "type": "object",
2703
+ "properties": {
2704
+ "current": {
2705
+ "type": "boolean",
2706
+ "description": "Consent to process for the current recruitment the applicant applied to."
2707
+ },
2708
+ "future": {
2709
+ "type": "boolean",
2710
+ "description": "Consent to be kept and used for future recruitments (TalentPool)."
2711
+ },
2712
+ "source": {
2713
+ "type": "string",
2714
+ "description": "Where the consent was captured (e.g. apply, careerPage)."
2715
+ },
2716
+ "timestamp": {
2717
+ "type": "string",
2718
+ "description": "ISO 8601 time the consent was recorded."
2719
+ }
2720
+ }
2721
+ },
2699
2722
  "age": {
2700
2723
  "type": "string"
2701
2724
  },
@@ -3315,6 +3338,29 @@
3315
3338
  }
3316
3339
  }
3317
3340
  },
3341
+ "consent": {
3342
+ "title": "TalentConsentSchema",
3343
+ "description": "GDPR/RODO consent. future = consent to be kept in the TalentPool and used for future recruitments (the TalentPool search hard-gates on it).",
3344
+ "type": "object",
3345
+ "properties": {
3346
+ "current": {
3347
+ "type": "boolean",
3348
+ "description": "Consent to process for the current recruitment the applicant applied to."
3349
+ },
3350
+ "future": {
3351
+ "type": "boolean",
3352
+ "description": "Consent to be kept and used for future recruitments (TalentPool)."
3353
+ },
3354
+ "source": {
3355
+ "type": "string",
3356
+ "description": "Where the consent was captured (e.g. apply, careerPage)."
3357
+ },
3358
+ "timestamp": {
3359
+ "type": "string",
3360
+ "description": "ISO 8601 time the consent was recorded."
3361
+ }
3362
+ }
3363
+ },
3318
3364
  "age": {
3319
3365
  "type": "string"
3320
3366
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.92",
3
+ "version": "0.1.33-dev.94",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",