@smartytalent/mcp-tools 0.9.16 → 0.9.17

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 +22 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -21151,6 +21151,17 @@
21151
21151
  "type": "string",
21152
21152
  "description": "The newest message the cover accounted for. Compare it with the\nlast email in the thread: when they differ, the cover predates\nthat message and the interface can say so instead of showing it\nas current."
21153
21153
  },
21154
+ "reportUrl": {
21155
+ "type": "string",
21156
+ "description": "Presigned link to the thread's PDF report in the CONVERSATION'S\nlanguage, valid at most two hours. Present on showConversation\nONLY (never in list responses) and only when the file really\nexists - the door checks before it signs, so a null here means\n\"no report yet\", not \"broken link\", and the button can be hidden\nrather than failing on click. The report is rendered as the last\nstep of the summary Step Function, so it appears once a thread\nhas been summarised and is refreshed with every new message.\nRead-only and never stored: fetch the conversation again for a\nfresh link. Falls back to the English file when the thread's own\nlanguage has none."
21157
+ },
21158
+ "reportUrls": {
21159
+ "type": "object",
21160
+ "additionalProperties": {
21161
+ "type": "string"
21162
+ },
21163
+ "description": "The same report per language, keyed by locale - the thread's own\nplus `en-US`, which the renderer always writes so a report can be\nshared with someone who does not read the thread's language. One\nentry when the thread is already in English. Null when no report\nexists yet. `reportUrl` is the thread-language entry of this map,\nkept as its own field so a client that ignores the map keeps\nworking. A message the AI pipeline never translated is quoted in\nits original language inside the English file rather than left\nout."
21164
+ },
21154
21165
  "source": {
21155
21166
  "type": "string",
21156
21167
  "description": "Source of the conversation"
@@ -21470,6 +21481,17 @@
21470
21481
  "type": "string",
21471
21482
  "description": "The newest message the cover accounted for. Compare it with the\nlast email in the thread: when they differ, the cover predates\nthat message and the interface can say so instead of showing it\nas current."
21472
21483
  },
21484
+ "reportUrl": {
21485
+ "type": "string",
21486
+ "description": "Presigned link to the thread's PDF report in the CONVERSATION'S\nlanguage, valid at most two hours. Present on showConversation\nONLY (never in list responses) and only when the file really\nexists - the door checks before it signs, so a null here means\n\"no report yet\", not \"broken link\", and the button can be hidden\nrather than failing on click. The report is rendered as the last\nstep of the summary Step Function, so it appears once a thread\nhas been summarised and is refreshed with every new message.\nRead-only and never stored: fetch the conversation again for a\nfresh link. Falls back to the English file when the thread's own\nlanguage has none."
21487
+ },
21488
+ "reportUrls": {
21489
+ "type": "object",
21490
+ "additionalProperties": {
21491
+ "type": "string"
21492
+ },
21493
+ "description": "The same report per language, keyed by locale - the thread's own\nplus `en-US`, which the renderer always writes so a report can be\nshared with someone who does not read the thread's language. One\nentry when the thread is already in English. Null when no report\nexists yet. `reportUrl` is the thread-language entry of this map,\nkept as its own field so a client that ignores the map keeps\nworking. A message the AI pipeline never translated is quoted in\nits original language inside the English file rather than left\nout."
21494
+ },
21473
21495
  "source": {
21474
21496
  "type": "string",
21475
21497
  "description": "Source of the conversation"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.9.16",
3
+ "version": "0.9.17",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",