@smartytalent/mcp-tools 0.1.21 → 0.1.22
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 +18 -1
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -7706,6 +7706,14 @@
|
|
|
7706
7706
|
"api"
|
|
7707
7707
|
]
|
|
7708
7708
|
},
|
|
7709
|
+
"type": {
|
|
7710
|
+
"type": "string",
|
|
7711
|
+
"enum": [
|
|
7712
|
+
"candidate",
|
|
7713
|
+
"talent"
|
|
7714
|
+
],
|
|
7715
|
+
"description": "Submission type — determines which workflow to trigger"
|
|
7716
|
+
},
|
|
7709
7717
|
"status": {
|
|
7710
7718
|
"type": "string",
|
|
7711
7719
|
"enum": [
|
|
@@ -8176,6 +8184,14 @@
|
|
|
8176
8184
|
"api"
|
|
8177
8185
|
]
|
|
8178
8186
|
},
|
|
8187
|
+
"type": {
|
|
8188
|
+
"type": "string",
|
|
8189
|
+
"enum": [
|
|
8190
|
+
"candidate",
|
|
8191
|
+
"talent"
|
|
8192
|
+
],
|
|
8193
|
+
"description": "Submission type — determines which workflow to trigger"
|
|
8194
|
+
},
|
|
8179
8195
|
"status": {
|
|
8180
8196
|
"type": "string",
|
|
8181
8197
|
"enum": [
|
|
@@ -13116,7 +13132,8 @@
|
|
|
13116
13132
|
"running",
|
|
13117
13133
|
"completed",
|
|
13118
13134
|
"failed",
|
|
13119
|
-
"aborted"
|
|
13135
|
+
"aborted",
|
|
13136
|
+
"paused"
|
|
13120
13137
|
]
|
|
13121
13138
|
},
|
|
13122
13139
|
"filterCreatedFrom": {
|