@smartytalent/openai-tools 0.8.8 → 0.8.10
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 +46 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -10618,7 +10618,7 @@
|
|
|
10618
10618
|
"content": {
|
|
10619
10619
|
"title": "CareersContentSchema",
|
|
10620
10620
|
"type": "object",
|
|
10621
|
-
"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
|
|
10621
|
+
"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).",
|
|
10622
10622
|
"properties": {
|
|
10623
10623
|
"schemaVersion": {
|
|
10624
10624
|
"type": "integer",
|
|
@@ -10637,6 +10637,28 @@
|
|
|
10637
10637
|
},
|
|
10638
10638
|
"description": "The locales the page publishes in. The public language switcher offers exactly these."
|
|
10639
10639
|
},
|
|
10640
|
+
"theme": {
|
|
10641
|
+
"title": "CareersThemeSchema",
|
|
10642
|
+
"type": "object",
|
|
10643
|
+
"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.",
|
|
10644
|
+
"properties": {
|
|
10645
|
+
"primaryColor": {
|
|
10646
|
+
"type": "string",
|
|
10647
|
+
"pattern": "^#[0-9a-fA-F]{6}$",
|
|
10648
|
+
"description": "6-digit hex, e.g. #1a73e8."
|
|
10649
|
+
},
|
|
10650
|
+
"secondaryColor": {
|
|
10651
|
+
"type": "string",
|
|
10652
|
+
"pattern": "^#[0-9a-fA-F]{6}$"
|
|
10653
|
+
},
|
|
10654
|
+
"buttonRadius": {
|
|
10655
|
+
"type": "integer",
|
|
10656
|
+
"minimum": 0,
|
|
10657
|
+
"maximum": 32,
|
|
10658
|
+
"description": "Corner radius in PIXELS. A bounded number, not a CSS length string."
|
|
10659
|
+
}
|
|
10660
|
+
}
|
|
10661
|
+
},
|
|
10640
10662
|
"blocks": {
|
|
10641
10663
|
"type": "array",
|
|
10642
10664
|
"minItems": 1,
|
|
@@ -10781,7 +10803,7 @@
|
|
|
10781
10803
|
"content": {
|
|
10782
10804
|
"title": "CareersContentSchema",
|
|
10783
10805
|
"type": "object",
|
|
10784
|
-
"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
|
|
10806
|
+
"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).",
|
|
10785
10807
|
"properties": {
|
|
10786
10808
|
"schemaVersion": {
|
|
10787
10809
|
"type": "integer",
|
|
@@ -10800,6 +10822,28 @@
|
|
|
10800
10822
|
},
|
|
10801
10823
|
"description": "The locales the page publishes in. The public language switcher offers exactly these."
|
|
10802
10824
|
},
|
|
10825
|
+
"theme": {
|
|
10826
|
+
"title": "CareersThemeSchema",
|
|
10827
|
+
"type": "object",
|
|
10828
|
+
"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.",
|
|
10829
|
+
"properties": {
|
|
10830
|
+
"primaryColor": {
|
|
10831
|
+
"type": "string",
|
|
10832
|
+
"pattern": "^#[0-9a-fA-F]{6}$",
|
|
10833
|
+
"description": "6-digit hex, e.g. #1a73e8."
|
|
10834
|
+
},
|
|
10835
|
+
"secondaryColor": {
|
|
10836
|
+
"type": "string",
|
|
10837
|
+
"pattern": "^#[0-9a-fA-F]{6}$"
|
|
10838
|
+
},
|
|
10839
|
+
"buttonRadius": {
|
|
10840
|
+
"type": "integer",
|
|
10841
|
+
"minimum": 0,
|
|
10842
|
+
"maximum": 32,
|
|
10843
|
+
"description": "Corner radius in PIXELS. A bounded number, not a CSS length string."
|
|
10844
|
+
}
|
|
10845
|
+
}
|
|
10846
|
+
},
|
|
10803
10847
|
"blocks": {
|
|
10804
10848
|
"type": "array",
|
|
10805
10849
|
"minItems": 1,
|