@smartytalent/mcp-tools 0.1.33-dev.103 → 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 +13 -8
- 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": {
|
|
@@ -9567,7 +9569,8 @@
|
|
|
9567
9569
|
"received",
|
|
9568
9570
|
"processing",
|
|
9569
9571
|
"processed",
|
|
9570
|
-
"failed"
|
|
9572
|
+
"failed",
|
|
9573
|
+
"waiting"
|
|
9571
9574
|
]
|
|
9572
9575
|
},
|
|
9573
9576
|
"language": {
|
|
@@ -9763,12 +9766,13 @@
|
|
|
9763
9766
|
"properties": {
|
|
9764
9767
|
"filterStatus": {
|
|
9765
9768
|
"type": "string",
|
|
9766
|
-
"description": "Returns submissions with the current status.",
|
|
9769
|
+
"description": "Returns submissions with the current status. `waiting` = parked until the target job activates (released by submission:release).",
|
|
9767
9770
|
"enum": [
|
|
9768
9771
|
"received",
|
|
9769
9772
|
"processing",
|
|
9770
9773
|
"processed",
|
|
9771
|
-
"failed"
|
|
9774
|
+
"failed",
|
|
9775
|
+
"waiting"
|
|
9772
9776
|
]
|
|
9773
9777
|
},
|
|
9774
9778
|
"filterEmail": {
|
|
@@ -10080,7 +10084,8 @@
|
|
|
10080
10084
|
"received",
|
|
10081
10085
|
"processing",
|
|
10082
10086
|
"processed",
|
|
10083
|
-
"failed"
|
|
10087
|
+
"failed",
|
|
10088
|
+
"waiting"
|
|
10084
10089
|
]
|
|
10085
10090
|
},
|
|
10086
10091
|
"language": {
|