@smartytalent/mcp-tools 0.1.33-dev.87 → 0.1.33-dev.89

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.
Files changed (2) hide show
  1. package/dist/tools.json +27 -2
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -4151,6 +4151,27 @@
4151
4151
  }
4152
4152
  }
4153
4153
  }
4154
+ },
4155
+ "briefs": {
4156
+ "title": "JobRelationshipsBriefsSchema",
4157
+ "type": "object",
4158
+ "properties": {
4159
+ "data": {
4160
+ "type": "array",
4161
+ "items": {
4162
+ "title": "JobRelationshipsBriefsDataSchema",
4163
+ "type": "object",
4164
+ "properties": {
4165
+ "type": {
4166
+ "type": "string"
4167
+ },
4168
+ "id": {
4169
+ "type": "string"
4170
+ }
4171
+ }
4172
+ }
4173
+ }
4174
+ }
4154
4175
  }
4155
4176
  }
4156
4177
  },
@@ -8012,6 +8033,7 @@
8012
8033
  "enum": [
8013
8034
  "active",
8014
8035
  "draft",
8036
+ "accepted",
8015
8037
  "archived",
8016
8038
  "failed"
8017
8039
  ]
@@ -8426,6 +8448,7 @@
8426
8448
  "enum": [
8427
8449
  "active",
8428
8450
  "draft",
8451
+ "accepted",
8429
8452
  "archived",
8430
8453
  "failed"
8431
8454
  ]
@@ -18032,10 +18055,11 @@
18032
18055
  "properties": {
18033
18056
  "status": {
18034
18057
  "type": "string",
18035
- "description": "Template lifecycle. Candidate-side state (inProgress/submitted/\nevaluated/etc.) lives on attempts. `pending` is a transient state\nset when the AI Generate Step Function is in flight - the row\nflips to `active` once questions land.",
18058
+ "description": "Template lifecycle. Candidate-side state (inProgress/submitted/\nevaluated/etc.) lives on attempts. `pending` is a transient state\nset when the AI Generate Step Function is in flight - the row\nflips to `active` once questions land. `accepted` = the ReCop\napproved this assessment at the operator gate (Create Job From\nBrief, gate 2); set by the job:accept-artifacts workflow action.",
18036
18059
  "enum": [
18037
18060
  "draft",
18038
18061
  "active",
18062
+ "accepted",
18039
18063
  "archived",
18040
18064
  "failed",
18041
18065
  "pending"
@@ -18346,10 +18370,11 @@
18346
18370
  "properties": {
18347
18371
  "status": {
18348
18372
  "type": "string",
18349
- "description": "Template lifecycle. Candidate-side state (inProgress/submitted/\nevaluated/etc.) lives on attempts. `pending` is a transient state\nset when the AI Generate Step Function is in flight - the row\nflips to `active` once questions land.",
18373
+ "description": "Template lifecycle. Candidate-side state (inProgress/submitted/\nevaluated/etc.) lives on attempts. `pending` is a transient state\nset when the AI Generate Step Function is in flight - the row\nflips to `active` once questions land. `accepted` = the ReCop\napproved this assessment at the operator gate (Create Job From\nBrief, gate 2); set by the job:accept-artifacts workflow action.",
18350
18374
  "enum": [
18351
18375
  "draft",
18352
18376
  "active",
18377
+ "accepted",
18353
18378
  "archived",
18354
18379
  "failed",
18355
18380
  "pending"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.87",
3
+ "version": "0.1.33-dev.89",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",