@smartytalent/openai-tools 0.1.33-dev.104 → 0.1.33-dev.106
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 +14 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -166,6 +166,10 @@
|
|
|
166
166
|
"email": {
|
|
167
167
|
"type": "object"
|
|
168
168
|
},
|
|
169
|
+
"operation": {
|
|
170
|
+
"type": "object",
|
|
171
|
+
"description": "Tenant-level outbound-sync defaults (ATS integrations): {syncStage, syncNotes, syncRatings, syncTags, syncReports, syncConversationReports, syncMessages} - overridden per job by job.settings.operation. NOTE: the generated model whitelists keys, so this property MUST be declared for the SDK to carry it."
|
|
172
|
+
},
|
|
169
173
|
"language": {
|
|
170
174
|
"type": "string"
|
|
171
175
|
},
|
|
@@ -469,6 +473,10 @@
|
|
|
469
473
|
"email": {
|
|
470
474
|
"type": "object"
|
|
471
475
|
},
|
|
476
|
+
"operation": {
|
|
477
|
+
"type": "object",
|
|
478
|
+
"description": "Tenant-level outbound-sync defaults (ATS integrations): {syncStage, syncNotes, syncRatings, syncTags, syncReports, syncConversationReports, syncMessages} - overridden per job by job.settings.operation. NOTE: the generated model whitelists keys, so this property MUST be declared for the SDK to carry it."
|
|
479
|
+
},
|
|
472
480
|
"language": {
|
|
473
481
|
"type": "string"
|
|
474
482
|
},
|
|
@@ -3495,10 +3503,11 @@
|
|
|
3495
3503
|
},
|
|
3496
3504
|
"specialization": {
|
|
3497
3505
|
"title": "JobAttributesSpecializationSchema",
|
|
3498
|
-
"description": "Job specialization area. Language-keyed object.",
|
|
3506
|
+
"description": "Job specialization area. Language-keyed object. Values are nullable - real rows carry {locale: null} before the AI fill.",
|
|
3499
3507
|
"type": "object",
|
|
3500
3508
|
"additionalProperties": {
|
|
3501
|
-
"type": "string"
|
|
3509
|
+
"type": "string",
|
|
3510
|
+
"nullable": true
|
|
3502
3511
|
}
|
|
3503
3512
|
},
|
|
3504
3513
|
"companyCulture": {
|
|
@@ -4237,10 +4246,11 @@
|
|
|
4237
4246
|
},
|
|
4238
4247
|
"specialization": {
|
|
4239
4248
|
"title": "JobAttributesSpecializationSchema",
|
|
4240
|
-
"description": "Job specialization area. Language-keyed object.",
|
|
4249
|
+
"description": "Job specialization area. Language-keyed object. Values are nullable - real rows carry {locale: null} before the AI fill.",
|
|
4241
4250
|
"type": "object",
|
|
4242
4251
|
"additionalProperties": {
|
|
4243
|
-
"type": "string"
|
|
4252
|
+
"type": "string",
|
|
4253
|
+
"nullable": true
|
|
4244
4254
|
}
|
|
4245
4255
|
},
|
|
4246
4256
|
"companyCulture": {
|