@smartytalent/mcp-tools 0.9.4 → 0.9.6
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 -12
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -404,7 +404,8 @@
|
|
|
404
404
|
},
|
|
405
405
|
"defaultFormId": {
|
|
406
406
|
"type": "string",
|
|
407
|
-
"
|
|
407
|
+
"deprecated": true,
|
|
408
|
+
"description": "DEPRECATED (talent-pool arc): no writer exists and the tenant PATCH ignores it - the per-kind default lives in tenant.relationships.forms (talentSubmission pin surfaces publicly as careers.json talentPool). Client-supplied values are ignored."
|
|
408
409
|
}
|
|
409
410
|
}
|
|
410
411
|
},
|
|
@@ -888,7 +889,8 @@
|
|
|
888
889
|
},
|
|
889
890
|
"defaultFormId": {
|
|
890
891
|
"type": "string",
|
|
891
|
-
"
|
|
892
|
+
"deprecated": true,
|
|
893
|
+
"description": "DEPRECATED (talent-pool arc): no writer exists and the tenant PATCH ignores it - the per-kind default lives in tenant.relationships.forms (talentSubmission pin surfaces publicly as careers.json talentPool). Client-supplied values are ignored."
|
|
892
894
|
}
|
|
893
895
|
}
|
|
894
896
|
},
|
|
@@ -9051,7 +9053,7 @@
|
|
|
9051
9053
|
"properties": {
|
|
9052
9054
|
"filterStatus": {
|
|
9053
9055
|
"type": "string",
|
|
9054
|
-
"description": "Returns feedbacks with the given status. No default: omit it to list every status (SLA overrides are draft before gate 2 and accepted after it, so a fixed active default would hide them). One filter at a time: combine with filterStage and the request is a 400.",
|
|
9056
|
+
"description": "Returns feedbacks with the given status. No default: omit it to list every status (SLA overrides are draft before gate 2 and accepted after it, so a fixed active default would hide them). One filter at a time: combine with filterStage or filterJobId and the request is a 400.",
|
|
9055
9057
|
"enum": [
|
|
9056
9058
|
"active",
|
|
9057
9059
|
"draft",
|
|
@@ -9069,6 +9071,10 @@
|
|
|
9069
9071
|
"interview"
|
|
9070
9072
|
]
|
|
9071
9073
|
},
|
|
9074
|
+
"filterJobId": {
|
|
9075
|
+
"type": "string",
|
|
9076
|
+
"description": "Returns the per-job feedback overrides of the given job (JobIndex lookup on the mirrored jobId; tenant defaults never match). One filter at a time."
|
|
9077
|
+
},
|
|
9072
9078
|
"filterCreatedFrom": {
|
|
9073
9079
|
"type": "string",
|
|
9074
9080
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -9169,7 +9175,7 @@
|
|
|
9169
9175
|
},
|
|
9170
9176
|
"jobId": {
|
|
9171
9177
|
"type": "string",
|
|
9172
|
-
"description": "Mirror of relationships.jobs[0].id for per-job overrides (server-maintained; absent on tenant defaults).
|
|
9178
|
+
"description": "Mirror of relationships.jobs[0].id for per-job overrides (server-maintained; absent on tenant defaults). Filter with filterJobId (JobIndex)."
|
|
9173
9179
|
},
|
|
9174
9180
|
"outcomes": {
|
|
9175
9181
|
"title": "FeedbackOutcomesSchema",
|
|
@@ -12604,14 +12610,6 @@
|
|
|
12604
12610
|
"jobId": {
|
|
12605
12611
|
"type": "string"
|
|
12606
12612
|
},
|
|
12607
|
-
"type": {
|
|
12608
|
-
"type": "string",
|
|
12609
|
-
"enum": [
|
|
12610
|
-
"candidate",
|
|
12611
|
-
"talent"
|
|
12612
|
-
],
|
|
12613
|
-
"description": "Submission type - determines which workflow to trigger. Auto-derived from jobId if omitted."
|
|
12614
|
-
},
|
|
12615
12613
|
"referral": {
|
|
12616
12614
|
"type": "object",
|
|
12617
12615
|
"properties": {
|