@smartytalent/openai-tools 0.1.33-dev.105 → 0.1.33-dev.107
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 +52 -0
- 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
|
},
|
|
@@ -6117,6 +6125,50 @@
|
|
|
6117
6125
|
}
|
|
6118
6126
|
}
|
|
6119
6127
|
}
|
|
6128
|
+
},
|
|
6129
|
+
"talents": {
|
|
6130
|
+
"title": "FileRelationshipsTalentsSchema",
|
|
6131
|
+
"description": "Talents this file belongs to (e.g. an ATS-imported CV). Set at create by workflow actions (file:process relationships input).",
|
|
6132
|
+
"type": "object",
|
|
6133
|
+
"properties": {
|
|
6134
|
+
"data": {
|
|
6135
|
+
"type": "array",
|
|
6136
|
+
"items": {
|
|
6137
|
+
"title": "FileRelationshipsTalentsDataSchema",
|
|
6138
|
+
"type": "object",
|
|
6139
|
+
"properties": {
|
|
6140
|
+
"type": {
|
|
6141
|
+
"type": "string"
|
|
6142
|
+
},
|
|
6143
|
+
"id": {
|
|
6144
|
+
"type": "string"
|
|
6145
|
+
}
|
|
6146
|
+
}
|
|
6147
|
+
}
|
|
6148
|
+
}
|
|
6149
|
+
}
|
|
6150
|
+
},
|
|
6151
|
+
"candidates": {
|
|
6152
|
+
"title": "FileRelationshipsCandidatesSchema",
|
|
6153
|
+
"description": "Candidates (applications) this file belongs to. Set at create by workflow actions (file:process relationships input).",
|
|
6154
|
+
"type": "object",
|
|
6155
|
+
"properties": {
|
|
6156
|
+
"data": {
|
|
6157
|
+
"type": "array",
|
|
6158
|
+
"items": {
|
|
6159
|
+
"title": "FileRelationshipsCandidatesDataSchema",
|
|
6160
|
+
"type": "object",
|
|
6161
|
+
"properties": {
|
|
6162
|
+
"type": {
|
|
6163
|
+
"type": "string"
|
|
6164
|
+
},
|
|
6165
|
+
"id": {
|
|
6166
|
+
"type": "string"
|
|
6167
|
+
}
|
|
6168
|
+
}
|
|
6169
|
+
}
|
|
6170
|
+
}
|
|
6171
|
+
}
|
|
6120
6172
|
}
|
|
6121
6173
|
}
|
|
6122
6174
|
},
|