@smartytalent/mcp-tools 0.1.33-dev.101 → 0.1.33-dev.102
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 +24 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -9599,6 +9599,14 @@
|
|
|
9599
9599
|
},
|
|
9600
9600
|
"contentType": {
|
|
9601
9601
|
"type": "string"
|
|
9602
|
+
},
|
|
9603
|
+
"fileKey": {
|
|
9604
|
+
"type": "string",
|
|
9605
|
+
"description": "S3 key in the submission bucket. The screening workflow reads files.N.fileKey."
|
|
9606
|
+
},
|
|
9607
|
+
"originalFilename": {
|
|
9608
|
+
"type": "string",
|
|
9609
|
+
"description": "Original filename as uploaded/imported. The screening workflow reads files.N.originalFilename."
|
|
9602
9610
|
}
|
|
9603
9611
|
}
|
|
9604
9612
|
}
|
|
@@ -9631,6 +9639,10 @@
|
|
|
9631
9639
|
}
|
|
9632
9640
|
}
|
|
9633
9641
|
},
|
|
9642
|
+
"meta": {
|
|
9643
|
+
"type": "object",
|
|
9644
|
+
"description": "Free-form metadata. meta.external carries ATS import correlation ({source, jobShortCode, talentShortCode, applicationShortCode, ttl}); meta.userId is stamped server-side on create. CREATE-ONLY today: the update path ignores meta."
|
|
9645
|
+
},
|
|
9634
9646
|
"timestamps": {
|
|
9635
9647
|
"title": "ResourceTimestampsSchema",
|
|
9636
9648
|
"type": "object",
|
|
@@ -10100,6 +10112,14 @@
|
|
|
10100
10112
|
},
|
|
10101
10113
|
"contentType": {
|
|
10102
10114
|
"type": "string"
|
|
10115
|
+
},
|
|
10116
|
+
"fileKey": {
|
|
10117
|
+
"type": "string",
|
|
10118
|
+
"description": "S3 key in the submission bucket. The screening workflow reads files.N.fileKey."
|
|
10119
|
+
},
|
|
10120
|
+
"originalFilename": {
|
|
10121
|
+
"type": "string",
|
|
10122
|
+
"description": "Original filename as uploaded/imported. The screening workflow reads files.N.originalFilename."
|
|
10103
10123
|
}
|
|
10104
10124
|
}
|
|
10105
10125
|
}
|
|
@@ -10132,6 +10152,10 @@
|
|
|
10132
10152
|
}
|
|
10133
10153
|
}
|
|
10134
10154
|
},
|
|
10155
|
+
"meta": {
|
|
10156
|
+
"type": "object",
|
|
10157
|
+
"description": "Free-form metadata. meta.external carries ATS import correlation ({source, jobShortCode, talentShortCode, applicationShortCode, ttl}); meta.userId is stamped server-side on create. CREATE-ONLY today: the update path ignores meta."
|
|
10158
|
+
},
|
|
10135
10159
|
"timestamps": {
|
|
10136
10160
|
"title": "ResourceTimestampsSchema",
|
|
10137
10161
|
"type": "object",
|