@smartytalent/mcp-tools 0.1.33-dev.88 → 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 +6 -2
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -8033,6 +8033,7 @@
8033
8033
  "enum": [
8034
8034
  "active",
8035
8035
  "draft",
8036
+ "accepted",
8036
8037
  "archived",
8037
8038
  "failed"
8038
8039
  ]
@@ -8447,6 +8448,7 @@
8447
8448
  "enum": [
8448
8449
  "active",
8449
8450
  "draft",
8451
+ "accepted",
8450
8452
  "archived",
8451
8453
  "failed"
8452
8454
  ]
@@ -18053,10 +18055,11 @@
18053
18055
  "properties": {
18054
18056
  "status": {
18055
18057
  "type": "string",
18056
- "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.",
18057
18059
  "enum": [
18058
18060
  "draft",
18059
18061
  "active",
18062
+ "accepted",
18060
18063
  "archived",
18061
18064
  "failed",
18062
18065
  "pending"
@@ -18367,10 +18370,11 @@
18367
18370
  "properties": {
18368
18371
  "status": {
18369
18372
  "type": "string",
18370
- "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.",
18371
18374
  "enum": [
18372
18375
  "draft",
18373
18376
  "active",
18377
+ "accepted",
18374
18378
  "archived",
18375
18379
  "failed",
18376
18380
  "pending"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.88",
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",