@smartytalent/mcp-tools 0.1.33-dev.102 → 0.1.33-dev.103
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 +50 -10
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -18385,15 +18385,35 @@
|
|
|
18385
18385
|
"attributes": {
|
|
18386
18386
|
"title": "OperationAttributesSchema",
|
|
18387
18387
|
"type": "object",
|
|
18388
|
-
"required": [
|
|
18389
|
-
"name",
|
|
18390
|
-
"email"
|
|
18391
|
-
],
|
|
18392
18388
|
"properties": {
|
|
18393
18389
|
"name": {
|
|
18394
|
-
"type": "string"
|
|
18390
|
+
"type": "string",
|
|
18391
|
+
"description": "Required on create. Human-readable operation name."
|
|
18392
|
+
},
|
|
18393
|
+
"event": {
|
|
18394
|
+
"type": "string",
|
|
18395
|
+
"description": "Required on create. Colon-notation ATS event code (e.g. rcrt:event:candidate:created); the prefix derives source."
|
|
18396
|
+
},
|
|
18397
|
+
"eventDetails": {
|
|
18398
|
+
"type": "string",
|
|
18399
|
+
"description": "Required on create. JSON STRING (max 4096) carrying the per-event payload, e.g. {\"talent\":{\"shortCode\":\"123\"},\"job\":{\"shortCode\":\"456\"}}. Parsed to an object in the service:operation:created event copy."
|
|
18400
|
+
},
|
|
18401
|
+
"source": {
|
|
18402
|
+
"type": "string",
|
|
18403
|
+
"description": "Derived server-side from the event prefix (erecruiter, lever). Read-only."
|
|
18395
18404
|
},
|
|
18396
18405
|
"status": {
|
|
18406
|
+
"type": "string",
|
|
18407
|
+
"enum": [
|
|
18408
|
+
"active",
|
|
18409
|
+
"inactive",
|
|
18410
|
+
"pending",
|
|
18411
|
+
"hold",
|
|
18412
|
+
"archived",
|
|
18413
|
+
"failed"
|
|
18414
|
+
]
|
|
18415
|
+
},
|
|
18416
|
+
"parentOperationId": {
|
|
18397
18417
|
"type": "string"
|
|
18398
18418
|
},
|
|
18399
18419
|
"timestamps": {
|
|
@@ -18521,15 +18541,35 @@
|
|
|
18521
18541
|
"attributes": {
|
|
18522
18542
|
"title": "OperationAttributesSchema",
|
|
18523
18543
|
"type": "object",
|
|
18524
|
-
"required": [
|
|
18525
|
-
"name",
|
|
18526
|
-
"email"
|
|
18527
|
-
],
|
|
18528
18544
|
"properties": {
|
|
18529
18545
|
"name": {
|
|
18530
|
-
"type": "string"
|
|
18546
|
+
"type": "string",
|
|
18547
|
+
"description": "Required on create. Human-readable operation name."
|
|
18548
|
+
},
|
|
18549
|
+
"event": {
|
|
18550
|
+
"type": "string",
|
|
18551
|
+
"description": "Required on create. Colon-notation ATS event code (e.g. rcrt:event:candidate:created); the prefix derives source."
|
|
18552
|
+
},
|
|
18553
|
+
"eventDetails": {
|
|
18554
|
+
"type": "string",
|
|
18555
|
+
"description": "Required on create. JSON STRING (max 4096) carrying the per-event payload, e.g. {\"talent\":{\"shortCode\":\"123\"},\"job\":{\"shortCode\":\"456\"}}. Parsed to an object in the service:operation:created event copy."
|
|
18556
|
+
},
|
|
18557
|
+
"source": {
|
|
18558
|
+
"type": "string",
|
|
18559
|
+
"description": "Derived server-side from the event prefix (erecruiter, lever). Read-only."
|
|
18531
18560
|
},
|
|
18532
18561
|
"status": {
|
|
18562
|
+
"type": "string",
|
|
18563
|
+
"enum": [
|
|
18564
|
+
"active",
|
|
18565
|
+
"inactive",
|
|
18566
|
+
"pending",
|
|
18567
|
+
"hold",
|
|
18568
|
+
"archived",
|
|
18569
|
+
"failed"
|
|
18570
|
+
]
|
|
18571
|
+
},
|
|
18572
|
+
"parentOperationId": {
|
|
18533
18573
|
"type": "string"
|
|
18534
18574
|
},
|
|
18535
18575
|
"timestamps": {
|