@smartytalent/mcp-tools 0.9.12 → 0.9.14

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 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -8247,7 +8247,7 @@
8247
8247
  },
8248
8248
  "url": {
8249
8249
  "type": "string",
8250
- "description": "S3 URL of the stored file. For user-uploaded attachments this is the path returned by POST /v1/files; for system-generated attachments (job/persona/report PDFs) it is the resource's own S3 path."
8250
+ "description": "Openable link to the attachment's bytes. The ROW stores a bare\nS3 key (the path returned by POST /v1/files for uploads, the\nowning resource's own report path for system-generated PDFs);\nshowEmail and listEmails swap it for a presigned GET valid at\nmost two hours, so the frontend renders the chip straight from\nthis field and does not need a second call. At most: the link\ndies with the credentials that signed it, which can rotate\nsooner. Refetch the email for a fresh link rather than\npersisting this value anywhere - while it lives it grants\nunauthenticated read access to whoever holds it. `type` decides\nwhich bucket the key is signed against."
8251
8251
  },
8252
8252
  "type": {
8253
8253
  "type": "string",
@@ -8255,7 +8255,7 @@
8255
8255
  },
8256
8256
  "fileId": {
8257
8257
  "type": "string",
8258
- "description": "When `type == \"files\"`, the file resource ID so the frontend can resolve the latest file metadata (status, processing state) without parsing the URL."
8258
+ "description": "When `type == \"files\"`, the file resource ID so the frontend can\nresolve the latest file metadata (status, processing state)\nwithout parsing the URL. Null for system-generated PDFs: a\nbrief/job/report PDF is rendered straight to the owning\nservice's bucket and has no file row at all - `url` is the only\nway in, and it is presigned for exactly that reason."
8259
8259
  },
8260
8260
  "size": {
8261
8261
  "type": "integer",
@@ -8753,7 +8753,7 @@
8753
8753
  },
8754
8754
  "url": {
8755
8755
  "type": "string",
8756
- "description": "S3 URL of the stored file. For user-uploaded attachments this is the path returned by POST /v1/files; for system-generated attachments (job/persona/report PDFs) it is the resource's own S3 path."
8756
+ "description": "Openable link to the attachment's bytes. The ROW stores a bare\nS3 key (the path returned by POST /v1/files for uploads, the\nowning resource's own report path for system-generated PDFs);\nshowEmail and listEmails swap it for a presigned GET valid at\nmost two hours, so the frontend renders the chip straight from\nthis field and does not need a second call. At most: the link\ndies with the credentials that signed it, which can rotate\nsooner. Refetch the email for a fresh link rather than\npersisting this value anywhere - while it lives it grants\nunauthenticated read access to whoever holds it. `type` decides\nwhich bucket the key is signed against."
8757
8757
  },
8758
8758
  "type": {
8759
8759
  "type": "string",
@@ -8761,7 +8761,7 @@
8761
8761
  },
8762
8762
  "fileId": {
8763
8763
  "type": "string",
8764
- "description": "When `type == \"files\"`, the file resource ID so the frontend can resolve the latest file metadata (status, processing state) without parsing the URL."
8764
+ "description": "When `type == \"files\"`, the file resource ID so the frontend can\nresolve the latest file metadata (status, processing state)\nwithout parsing the URL. Null for system-generated PDFs: a\nbrief/job/report PDF is rendered straight to the owning\nservice's bucket and has no file row at all - `url` is the only\nway in, and it is presigned for exactly that reason."
8765
8765
  },
8766
8766
  "size": {
8767
8767
  "type": "integer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.9.12",
3
+ "version": "0.9.14",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",