@smartytalent/mcp-tools 0.1.33-dev.43 → 0.1.33-dev.44

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 +2 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -16578,8 +16578,7 @@
16578
16578
  }
16579
16579
  },
16580
16580
  "answerKey": {
16581
- "type": "string",
16582
- "description": "Recruiter-only. The correct option id for `single-choice`. NEVER\nreturned by /v1/guest/attempts/* endpoints."
16581
+ "description": "Recruiter-only. Shape depends on questionType:\n single-choice -> string (option id)\n multiple-choice -> string[] (option ids)\n ranking -> string[] (option ids in order)\n situational-judgment -> { best: string, worst: string }\n scale / open-text -> not used (use scoringRubric)\nType intentionally left unconstrained (Any) - the variant\nshapes resist a oneOf wrapper because pydantic's outer\nDict[str, Wrapper] validation rejects raw scalars before\nthe wrapper's discriminator runs (same issue as the\nlocale-keyed candidate fields). NEVER returned by\n/v1/guest/attempts/* endpoints."
16583
16582
  },
16584
16583
  "scoringRubric": {
16585
16584
  "type": "string",
@@ -16893,8 +16892,7 @@
16893
16892
  }
16894
16893
  },
16895
16894
  "answerKey": {
16896
- "type": "string",
16897
- "description": "Recruiter-only. The correct option id for `single-choice`. NEVER\nreturned by /v1/guest/attempts/* endpoints."
16895
+ "description": "Recruiter-only. Shape depends on questionType:\n single-choice -> string (option id)\n multiple-choice -> string[] (option ids)\n ranking -> string[] (option ids in order)\n situational-judgment -> { best: string, worst: string }\n scale / open-text -> not used (use scoringRubric)\nType intentionally left unconstrained (Any) - the variant\nshapes resist a oneOf wrapper because pydantic's outer\nDict[str, Wrapper] validation rejects raw scalars before\nthe wrapper's discriminator runs (same issue as the\nlocale-keyed candidate fields). NEVER returned by\n/v1/guest/attempts/* endpoints."
16898
16896
  },
16899
16897
  "scoringRubric": {
16900
16898
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.43",
3
+ "version": "0.1.33-dev.44",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",