@smartytalent/openai-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.
- package/dist/tools.json +6 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -7783,6 +7783,7 @@
|
|
|
7783
7783
|
"enum": [
|
|
7784
7784
|
"active",
|
|
7785
7785
|
"draft",
|
|
7786
|
+
"accepted",
|
|
7786
7787
|
"archived",
|
|
7787
7788
|
"failed"
|
|
7788
7789
|
]
|
|
@@ -8191,6 +8192,7 @@
|
|
|
8191
8192
|
"enum": [
|
|
8192
8193
|
"active",
|
|
8193
8194
|
"draft",
|
|
8195
|
+
"accepted",
|
|
8194
8196
|
"archived",
|
|
8195
8197
|
"failed"
|
|
8196
8198
|
]
|
|
@@ -17503,10 +17505,11 @@
|
|
|
17503
17505
|
"properties": {
|
|
17504
17506
|
"status": {
|
|
17505
17507
|
"type": "string",
|
|
17506
|
-
"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.",
|
|
17508
|
+
"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.",
|
|
17507
17509
|
"enum": [
|
|
17508
17510
|
"draft",
|
|
17509
17511
|
"active",
|
|
17512
|
+
"accepted",
|
|
17510
17513
|
"archived",
|
|
17511
17514
|
"failed",
|
|
17512
17515
|
"pending"
|
|
@@ -17811,10 +17814,11 @@
|
|
|
17811
17814
|
"properties": {
|
|
17812
17815
|
"status": {
|
|
17813
17816
|
"type": "string",
|
|
17814
|
-
"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.",
|
|
17817
|
+
"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.",
|
|
17815
17818
|
"enum": [
|
|
17816
17819
|
"draft",
|
|
17817
17820
|
"active",
|
|
17821
|
+
"accepted",
|
|
17818
17822
|
"archived",
|
|
17819
17823
|
"failed",
|
|
17820
17824
|
"pending"
|