@smartytalent/mcp-tools 0.9.20 → 0.9.21
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.
- package/dist/tools.json +22 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -4778,6 +4778,17 @@
|
|
|
4778
4778
|
"type": "string"
|
|
4779
4779
|
}
|
|
4780
4780
|
},
|
|
4781
|
+
"reportUrl": {
|
|
4782
|
+
"type": "string",
|
|
4783
|
+
"description": "READ side only (showJob): a signed GET for the job's project PDF in the job's own language, valid 2 hours, present only when the file exists (the CRUD checks before signing). The PDF is rendered by the job AI pipeline (Create Job From Brief and, since 2026-09-02, the update mode of jobs:apply); an older job whose pipeline ran before the per-language split keeps its single file here."
|
|
4784
|
+
},
|
|
4785
|
+
"reportUrls": {
|
|
4786
|
+
"type": "object",
|
|
4787
|
+
"additionalProperties": {
|
|
4788
|
+
"type": "string"
|
|
4789
|
+
},
|
|
4790
|
+
"description": "READ side only (showJob, 2026-09-02): signed GET per language - the job's own language and en-US, deduped for an English job - e.g. {\"pl-PL\": \"https://...\", \"en-US\": \"https://...\"}. null when no file exists yet. `reportUrl` is the job-language entry of this map, kept for clients that predate it. Same contract as ConversationAttributesSchema.reportUrls."
|
|
4791
|
+
},
|
|
4781
4792
|
"titleInclusive": {
|
|
4782
4793
|
"title": "JobAttributesTitleInclusiveSchema",
|
|
4783
4794
|
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Surfaces with a hard length limit use a short marker instead - on Polish that is \"(K/M/NB)\", which covers MORE than the restated pair, since the pair is binary by construction. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
@@ -5614,6 +5625,17 @@
|
|
|
5614
5625
|
"type": "string"
|
|
5615
5626
|
}
|
|
5616
5627
|
},
|
|
5628
|
+
"reportUrl": {
|
|
5629
|
+
"type": "string",
|
|
5630
|
+
"description": "READ side only (showJob): a signed GET for the job's project PDF in the job's own language, valid 2 hours, present only when the file exists (the CRUD checks before signing). The PDF is rendered by the job AI pipeline (Create Job From Brief and, since 2026-09-02, the update mode of jobs:apply); an older job whose pipeline ran before the per-language split keeps its single file here."
|
|
5631
|
+
},
|
|
5632
|
+
"reportUrls": {
|
|
5633
|
+
"type": "object",
|
|
5634
|
+
"additionalProperties": {
|
|
5635
|
+
"type": "string"
|
|
5636
|
+
},
|
|
5637
|
+
"description": "READ side only (showJob, 2026-09-02): signed GET per language - the job's own language and en-US, deduped for an English job - e.g. {\"pl-PL\": \"https://...\", \"en-US\": \"https://...\"}. null when no file exists yet. `reportUrl` is the job-language entry of this map, kept for clients that predate it. Same contract as ConversationAttributesSchema.reportUrls."
|
|
5638
|
+
},
|
|
5617
5639
|
"titleInclusive": {
|
|
5618
5640
|
"title": "JobAttributesTitleInclusiveSchema",
|
|
5619
5641
|
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Surfaces with a hard length limit use a short marker instead - on Polish that is \"(K/M/NB)\", which covers MORE than the restated pair, since the pair is binary by construction. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|