@smartytalent/mcp-tools 0.1.33-dev.61 → 0.1.33-dev.62
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 +10 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -14394,6 +14394,11 @@
|
|
|
14394
14394
|
"duration": {
|
|
14395
14395
|
"type": "integer"
|
|
14396
14396
|
},
|
|
14397
|
+
"defaultLocale": {
|
|
14398
|
+
"type": "string",
|
|
14399
|
+
"pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
|
|
14400
|
+
"description": "Full BCP-47 locale tag (e.g. `en-US`, `pl-PL`, `fr-FR`, `ar-SA`,\n`it-IT`). Set at creation time; controls the UI language of the\npublic lobby + room pages so a Polish recruiter sharing a link\ngets a Polish lobby regardless of the candidate's browser\nlanguage. Immutable after creation.\n\nNOT to be confused with `languageCode`: that field is auto-detected\nfrom the recorded speech and only populated post-meeting (AI\npipeline), whereas `defaultLocale` is human-picked at creation\ntime and drives UI.\n\nValidation: primary subtag must be one of {en, fr, ar, pl, it};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
|
|
14401
|
+
},
|
|
14397
14402
|
"meetingType": {
|
|
14398
14403
|
"type": "string",
|
|
14399
14404
|
"enum": [
|
|
@@ -14890,6 +14895,11 @@
|
|
|
14890
14895
|
"duration": {
|
|
14891
14896
|
"type": "integer"
|
|
14892
14897
|
},
|
|
14898
|
+
"defaultLocale": {
|
|
14899
|
+
"type": "string",
|
|
14900
|
+
"pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
|
|
14901
|
+
"description": "Full BCP-47 locale tag (e.g. `en-US`, `pl-PL`, `fr-FR`, `ar-SA`,\n`it-IT`). Set at creation time; controls the UI language of the\npublic lobby + room pages so a Polish recruiter sharing a link\ngets a Polish lobby regardless of the candidate's browser\nlanguage. Immutable after creation.\n\nNOT to be confused with `languageCode`: that field is auto-detected\nfrom the recorded speech and only populated post-meeting (AI\npipeline), whereas `defaultLocale` is human-picked at creation\ntime and drives UI.\n\nValidation: primary subtag must be one of {en, fr, ar, pl, it};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
|
|
14902
|
+
},
|
|
14893
14903
|
"meetingType": {
|
|
14894
14904
|
"type": "string",
|
|
14895
14905
|
"enum": [
|