@smartytalent/mcp-tools 0.1.22 → 0.1.23

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
@@ -8013,6 +8013,14 @@
8013
8013
  "jobId": {
8014
8014
  "type": "string"
8015
8015
  },
8016
+ "type": {
8017
+ "type": "string",
8018
+ "enum": [
8019
+ "candidate",
8020
+ "talent"
8021
+ ],
8022
+ "description": "Submission type — determines which workflow to trigger. Auto-derived from jobId if omitted."
8023
+ },
8016
8024
  "referral": {
8017
8025
  "type": "object",
8018
8026
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",