@smartytalent/mcp-tools 0.1.33-dev.104 → 0.1.33-dev.105
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 +6 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -3623,10 +3623,11 @@
|
|
|
3623
3623
|
},
|
|
3624
3624
|
"specialization": {
|
|
3625
3625
|
"title": "JobAttributesSpecializationSchema",
|
|
3626
|
-
"description": "Job specialization area. Language-keyed object.",
|
|
3626
|
+
"description": "Job specialization area. Language-keyed object. Values are nullable - real rows carry {locale: null} before the AI fill.",
|
|
3627
3627
|
"type": "object",
|
|
3628
3628
|
"additionalProperties": {
|
|
3629
|
-
"type": "string"
|
|
3629
|
+
"type": "string",
|
|
3630
|
+
"nullable": true
|
|
3630
3631
|
}
|
|
3631
3632
|
},
|
|
3632
3633
|
"companyCulture": {
|
|
@@ -4371,10 +4372,11 @@
|
|
|
4371
4372
|
},
|
|
4372
4373
|
"specialization": {
|
|
4373
4374
|
"title": "JobAttributesSpecializationSchema",
|
|
4374
|
-
"description": "Job specialization area. Language-keyed object.",
|
|
4375
|
+
"description": "Job specialization area. Language-keyed object. Values are nullable - real rows carry {locale: null} before the AI fill.",
|
|
4375
4376
|
"type": "object",
|
|
4376
4377
|
"additionalProperties": {
|
|
4377
|
-
"type": "string"
|
|
4378
|
+
"type": "string",
|
|
4379
|
+
"nullable": true
|
|
4378
4380
|
}
|
|
4379
4381
|
},
|
|
4380
4382
|
"companyCulture": {
|