@smartytalent/openai-tools 0.1.33-dev.103 → 0.1.33-dev.105
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 +13 -8
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -3495,10 +3495,11 @@
|
|
|
3495
3495
|
},
|
|
3496
3496
|
"specialization": {
|
|
3497
3497
|
"title": "JobAttributesSpecializationSchema",
|
|
3498
|
-
"description": "Job specialization area. Language-keyed object.",
|
|
3498
|
+
"description": "Job specialization area. Language-keyed object. Values are nullable - real rows carry {locale: null} before the AI fill.",
|
|
3499
3499
|
"type": "object",
|
|
3500
3500
|
"additionalProperties": {
|
|
3501
|
-
"type": "string"
|
|
3501
|
+
"type": "string",
|
|
3502
|
+
"nullable": true
|
|
3502
3503
|
}
|
|
3503
3504
|
},
|
|
3504
3505
|
"companyCulture": {
|
|
@@ -4237,10 +4238,11 @@
|
|
|
4237
4238
|
},
|
|
4238
4239
|
"specialization": {
|
|
4239
4240
|
"title": "JobAttributesSpecializationSchema",
|
|
4240
|
-
"description": "Job specialization area. Language-keyed object.",
|
|
4241
|
+
"description": "Job specialization area. Language-keyed object. Values are nullable - real rows carry {locale: null} before the AI fill.",
|
|
4241
4242
|
"type": "object",
|
|
4242
4243
|
"additionalProperties": {
|
|
4243
|
-
"type": "string"
|
|
4244
|
+
"type": "string",
|
|
4245
|
+
"nullable": true
|
|
4244
4246
|
}
|
|
4245
4247
|
},
|
|
4246
4248
|
"companyCulture": {
|
|
@@ -9291,7 +9293,8 @@
|
|
|
9291
9293
|
"received",
|
|
9292
9294
|
"processing",
|
|
9293
9295
|
"processed",
|
|
9294
|
-
"failed"
|
|
9296
|
+
"failed",
|
|
9297
|
+
"waiting"
|
|
9295
9298
|
]
|
|
9296
9299
|
},
|
|
9297
9300
|
"language": {
|
|
@@ -9485,12 +9488,13 @@
|
|
|
9485
9488
|
"properties": {
|
|
9486
9489
|
"filterStatus": {
|
|
9487
9490
|
"type": "string",
|
|
9488
|
-
"description": "Returns submissions with the current status.",
|
|
9491
|
+
"description": "Returns submissions with the current status. `waiting` = parked until the target job activates (released by submission:release).",
|
|
9489
9492
|
"enum": [
|
|
9490
9493
|
"received",
|
|
9491
9494
|
"processing",
|
|
9492
9495
|
"processed",
|
|
9493
|
-
"failed"
|
|
9496
|
+
"failed",
|
|
9497
|
+
"waiting"
|
|
9494
9498
|
]
|
|
9495
9499
|
},
|
|
9496
9500
|
"filterEmail": {
|
|
@@ -9788,7 +9792,8 @@
|
|
|
9788
9792
|
"received",
|
|
9789
9793
|
"processing",
|
|
9790
9794
|
"processed",
|
|
9791
|
-
"failed"
|
|
9795
|
+
"failed",
|
|
9796
|
+
"waiting"
|
|
9792
9797
|
]
|
|
9793
9798
|
},
|
|
9794
9799
|
"language": {
|