@smartytalent/mcp-tools 0.9.5 → 0.9.6

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 +4 -10
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -404,7 +404,8 @@
404
404
  },
405
405
  "defaultFormId": {
406
406
  "type": "string",
407
- "description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
407
+ "deprecated": true,
408
+ "description": "DEPRECATED (talent-pool arc): no writer exists and the tenant PATCH ignores it - the per-kind default lives in tenant.relationships.forms (talentSubmission pin surfaces publicly as careers.json talentPool). Client-supplied values are ignored."
408
409
  }
409
410
  }
410
411
  },
@@ -888,7 +889,8 @@
888
889
  },
889
890
  "defaultFormId": {
890
891
  "type": "string",
891
- "description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
892
+ "deprecated": true,
893
+ "description": "DEPRECATED (talent-pool arc): no writer exists and the tenant PATCH ignores it - the per-kind default lives in tenant.relationships.forms (talentSubmission pin surfaces publicly as careers.json talentPool). Client-supplied values are ignored."
892
894
  }
893
895
  }
894
896
  },
@@ -12608,14 +12610,6 @@
12608
12610
  "jobId": {
12609
12611
  "type": "string"
12610
12612
  },
12611
- "type": {
12612
- "type": "string",
12613
- "enum": [
12614
- "candidate",
12615
- "talent"
12616
- ],
12617
- "description": "Submission type - determines which workflow to trigger. Auto-derived from jobId if omitted."
12618
- },
12619
12613
  "referral": {
12620
12614
  "type": "object",
12621
12615
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",