@smartytalent/openai-tools 0.1.21 → 0.1.22
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 +18 -1
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -7444,6 +7444,14 @@
|
|
|
7444
7444
|
"api"
|
|
7445
7445
|
]
|
|
7446
7446
|
},
|
|
7447
|
+
"type": {
|
|
7448
|
+
"type": "string",
|
|
7449
|
+
"enum": [
|
|
7450
|
+
"candidate",
|
|
7451
|
+
"talent"
|
|
7452
|
+
],
|
|
7453
|
+
"description": "Submission type — determines which workflow to trigger"
|
|
7454
|
+
},
|
|
7447
7455
|
"status": {
|
|
7448
7456
|
"type": "string",
|
|
7449
7457
|
"enum": [
|
|
@@ -7898,6 +7906,14 @@
|
|
|
7898
7906
|
"api"
|
|
7899
7907
|
]
|
|
7900
7908
|
},
|
|
7909
|
+
"type": {
|
|
7910
|
+
"type": "string",
|
|
7911
|
+
"enum": [
|
|
7912
|
+
"candidate",
|
|
7913
|
+
"talent"
|
|
7914
|
+
],
|
|
7915
|
+
"description": "Submission type — determines which workflow to trigger"
|
|
7916
|
+
},
|
|
7901
7917
|
"status": {
|
|
7902
7918
|
"type": "string",
|
|
7903
7919
|
"enum": [
|
|
@@ -12618,7 +12634,8 @@
|
|
|
12618
12634
|
"running",
|
|
12619
12635
|
"completed",
|
|
12620
12636
|
"failed",
|
|
12621
|
-
"aborted"
|
|
12637
|
+
"aborted",
|
|
12638
|
+
"paused"
|
|
12622
12639
|
]
|
|
12623
12640
|
},
|
|
12624
12641
|
"filterCreatedFrom": {
|