@smartytalent/mcp-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.
Files changed (2) hide show
  1. package/dist/tools.json +14 -4
  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
  },
@@ -475,6 +479,10 @@
475
479
  "email": {
476
480
  "type": "object"
477
481
  },
482
+ "operation": {
483
+ "type": "object",
484
+ "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."
485
+ },
478
486
  "language": {
479
487
  "type": "string"
480
488
  },
@@ -3623,10 +3631,11 @@
3623
3631
  },
3624
3632
  "specialization": {
3625
3633
  "title": "JobAttributesSpecializationSchema",
3626
- "description": "Job specialization area. Language-keyed object.",
3634
+ "description": "Job specialization area. Language-keyed object. Values are nullable - real rows carry {locale: null} before the AI fill.",
3627
3635
  "type": "object",
3628
3636
  "additionalProperties": {
3629
- "type": "string"
3637
+ "type": "string",
3638
+ "nullable": true
3630
3639
  }
3631
3640
  },
3632
3641
  "companyCulture": {
@@ -4371,10 +4380,11 @@
4371
4380
  },
4372
4381
  "specialization": {
4373
4382
  "title": "JobAttributesSpecializationSchema",
4374
- "description": "Job specialization area. Language-keyed object.",
4383
+ "description": "Job specialization area. Language-keyed object. Values are nullable - real rows carry {locale: null} before the AI fill.",
4375
4384
  "type": "object",
4376
4385
  "additionalProperties": {
4377
- "type": "string"
4386
+ "type": "string",
4387
+ "nullable": true
4378
4388
  }
4379
4389
  },
4380
4390
  "companyCulture": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.104",
3
+ "version": "0.1.33-dev.106",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",