@smartytalent/mcp-tools 0.1.21 → 0.1.23
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 +26 -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": [
|
|
@@ -8005,6 +8013,14 @@
|
|
|
8005
8013
|
"jobId": {
|
|
8006
8014
|
"type": "string"
|
|
8007
8015
|
},
|
|
8016
|
+
"type": {
|
|
8017
|
+
"type": "string",
|
|
8018
|
+
"enum": [
|
|
8019
|
+
"candidate",
|
|
8020
|
+
"talent"
|
|
8021
|
+
],
|
|
8022
|
+
"description": "Submission type — determines which workflow to trigger. Auto-derived from jobId if omitted."
|
|
8023
|
+
},
|
|
8008
8024
|
"referral": {
|
|
8009
8025
|
"type": "object",
|
|
8010
8026
|
"properties": {
|
|
@@ -8176,6 +8192,14 @@
|
|
|
8176
8192
|
"api"
|
|
8177
8193
|
]
|
|
8178
8194
|
},
|
|
8195
|
+
"type": {
|
|
8196
|
+
"type": "string",
|
|
8197
|
+
"enum": [
|
|
8198
|
+
"candidate",
|
|
8199
|
+
"talent"
|
|
8200
|
+
],
|
|
8201
|
+
"description": "Submission type — determines which workflow to trigger"
|
|
8202
|
+
},
|
|
8179
8203
|
"status": {
|
|
8180
8204
|
"type": "string",
|
|
8181
8205
|
"enum": [
|
|
@@ -13116,7 +13140,8 @@
|
|
|
13116
13140
|
"running",
|
|
13117
13141
|
"completed",
|
|
13118
13142
|
"failed",
|
|
13119
|
-
"aborted"
|
|
13143
|
+
"aborted",
|
|
13144
|
+
"paused"
|
|
13120
13145
|
]
|
|
13121
13146
|
},
|
|
13122
13147
|
"filterCreatedFrom": {
|