@smartytalent/mcp-tools 0.8.8 → 0.8.9

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 +46 -2
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -10950,7 +10950,7 @@
10950
10950
  "content": {
10951
10951
  "title": "CareersContentSchema",
10952
10952
  "type": "object",
10953
- "description": "Ordered-blocks careers document. Locale keys are BCP-47 (en-US,\npl-PL, ...). Publish rules (mirrored by the editor): schemaVersion\n1; 1-24 blocks with unique ids; exactly one enabled hero (FIRST\namong enabled blocks) and one enabled positions; <=12 items per\nrepeater; every locale-map string of an ENABLED block non-empty for\nevery locale in `locales`; `locales` is a non-empty subset of the\ntenant's activeLanguages plus sourceLanguage and must contain\nsourceLanguage; absolute URLs only under the tenant's OWN CDN\nprefixes (tenants/{shortCode}/ or tenants/{tenantId}/); no < or >\nin text; <=131072 BYTES (UTF-8).",
10953
+ "description": "Ordered-blocks careers document. Locale keys are BCP-47 (en-US,\npl-PL, ...). Publish rules (mirrored by the editor): schemaVersion\n1; 1-24 blocks with unique ids; exactly one enabled hero (FIRST\namong enabled blocks) and one enabled positions; <=12 items per\nrepeater; every locale-map string of an ENABLED block non-empty for\nevery locale in `locales`; `locales` is a non-empty subset of the\ntenant's activeLanguages plus sourceLanguage and must contain\nsourceLanguage; absolute URLs only under the tenant's OWN CDN\nprefixes (tenants/{shortCode}/ or tenants/{tenantId}/) OR an https\nvideo embed on youtube.com / www.youtube.com / youtu.be /\nyoutube-nocookie.com / vimeo.com / player.vimeo.com - the embed\nallowlist applies ANYWHERE in the tree, is matched on the parsed\nHOST (not a string prefix) and never accepts http; no < or > in\ntext; <=131072 BYTES (UTF-8).",
10954
10954
  "properties": {
10955
10955
  "schemaVersion": {
10956
10956
  "type": "integer",
@@ -10969,6 +10969,28 @@
10969
10969
  },
10970
10970
  "description": "The locales the page publishes in. The public language switcher offers exactly these."
10971
10971
  },
10972
+ "theme": {
10973
+ "title": "CareersThemeSchema",
10974
+ "type": "object",
10975
+ "description": "Optional per-tenant palette, published alongside `branding` in\nthe public document. Absent means the page renders the product\ndefaults. Values are interpolated into CSS custom properties on\na PUBLIC page, so each is pattern-bounded rather than free-form\nCSS. Unknown keys are ignored (forward-compatible), but\n`primaryColor` is required once the object is present.",
10976
+ "properties": {
10977
+ "primaryColor": {
10978
+ "type": "string",
10979
+ "pattern": "^#[0-9a-fA-F]{6}$",
10980
+ "description": "6-digit hex, e.g. #1a73e8."
10981
+ },
10982
+ "secondaryColor": {
10983
+ "type": "string",
10984
+ "pattern": "^#[0-9a-fA-F]{6}$"
10985
+ },
10986
+ "buttonRadius": {
10987
+ "type": "integer",
10988
+ "minimum": 0,
10989
+ "maximum": 32,
10990
+ "description": "Corner radius in PIXELS. A bounded number, not a CSS length string."
10991
+ }
10992
+ }
10993
+ },
10972
10994
  "blocks": {
10973
10995
  "type": "array",
10974
10996
  "minItems": 1,
@@ -11119,7 +11141,7 @@
11119
11141
  "content": {
11120
11142
  "title": "CareersContentSchema",
11121
11143
  "type": "object",
11122
- "description": "Ordered-blocks careers document. Locale keys are BCP-47 (en-US,\npl-PL, ...). Publish rules (mirrored by the editor): schemaVersion\n1; 1-24 blocks with unique ids; exactly one enabled hero (FIRST\namong enabled blocks) and one enabled positions; <=12 items per\nrepeater; every locale-map string of an ENABLED block non-empty for\nevery locale in `locales`; `locales` is a non-empty subset of the\ntenant's activeLanguages plus sourceLanguage and must contain\nsourceLanguage; absolute URLs only under the tenant's OWN CDN\nprefixes (tenants/{shortCode}/ or tenants/{tenantId}/); no < or >\nin text; <=131072 BYTES (UTF-8).",
11144
+ "description": "Ordered-blocks careers document. Locale keys are BCP-47 (en-US,\npl-PL, ...). Publish rules (mirrored by the editor): schemaVersion\n1; 1-24 blocks with unique ids; exactly one enabled hero (FIRST\namong enabled blocks) and one enabled positions; <=12 items per\nrepeater; every locale-map string of an ENABLED block non-empty for\nevery locale in `locales`; `locales` is a non-empty subset of the\ntenant's activeLanguages plus sourceLanguage and must contain\nsourceLanguage; absolute URLs only under the tenant's OWN CDN\nprefixes (tenants/{shortCode}/ or tenants/{tenantId}/) OR an https\nvideo embed on youtube.com / www.youtube.com / youtu.be /\nyoutube-nocookie.com / vimeo.com / player.vimeo.com - the embed\nallowlist applies ANYWHERE in the tree, is matched on the parsed\nHOST (not a string prefix) and never accepts http; no < or > in\ntext; <=131072 BYTES (UTF-8).",
11123
11145
  "properties": {
11124
11146
  "schemaVersion": {
11125
11147
  "type": "integer",
@@ -11138,6 +11160,28 @@
11138
11160
  },
11139
11161
  "description": "The locales the page publishes in. The public language switcher offers exactly these."
11140
11162
  },
11163
+ "theme": {
11164
+ "title": "CareersThemeSchema",
11165
+ "type": "object",
11166
+ "description": "Optional per-tenant palette, published alongside `branding` in\nthe public document. Absent means the page renders the product\ndefaults. Values are interpolated into CSS custom properties on\na PUBLIC page, so each is pattern-bounded rather than free-form\nCSS. Unknown keys are ignored (forward-compatible), but\n`primaryColor` is required once the object is present.",
11167
+ "properties": {
11168
+ "primaryColor": {
11169
+ "type": "string",
11170
+ "pattern": "^#[0-9a-fA-F]{6}$",
11171
+ "description": "6-digit hex, e.g. #1a73e8."
11172
+ },
11173
+ "secondaryColor": {
11174
+ "type": "string",
11175
+ "pattern": "^#[0-9a-fA-F]{6}$"
11176
+ },
11177
+ "buttonRadius": {
11178
+ "type": "integer",
11179
+ "minimum": 0,
11180
+ "maximum": 32,
11181
+ "description": "Corner radius in PIXELS. A bounded number, not a CSS length string."
11182
+ }
11183
+ }
11184
+ },
11141
11185
  "blocks": {
11142
11186
  "type": "array",
11143
11187
  "minItems": 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",