@smartytalent/openai-tools 0.1.33-dev.105 → 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.
Files changed (2) hide show
  1. package/dist/tools.json +8 -0
  2. 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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.105",
3
+ "version": "0.1.33-dev.106",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",