@smartytalent/mcp-tools 0.1.33-dev.95 → 0.1.33-dev.96

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 +36 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -17091,6 +17091,42 @@
17091
17091
  }
17092
17092
  }
17093
17093
  }
17094
+ },
17095
+ "talent": {
17096
+ "title": "ConversationRelationshipsTalentSchema",
17097
+ "type": "object",
17098
+ "properties": {
17099
+ "data": {
17100
+ "title": "ConversationRelationshipsTalentDataSchema",
17101
+ "type": "object",
17102
+ "properties": {
17103
+ "type": {
17104
+ "type": "string"
17105
+ },
17106
+ "id": {
17107
+ "type": "string"
17108
+ }
17109
+ }
17110
+ }
17111
+ }
17112
+ },
17113
+ "job": {
17114
+ "title": "ConversationRelationshipsJobSchema",
17115
+ "type": "object",
17116
+ "properties": {
17117
+ "data": {
17118
+ "title": "ConversationRelationshipsJobDataSchema",
17119
+ "type": "object",
17120
+ "properties": {
17121
+ "type": {
17122
+ "type": "string"
17123
+ },
17124
+ "id": {
17125
+ "type": "string"
17126
+ }
17127
+ }
17128
+ }
17129
+ }
17094
17130
  }
17095
17131
  }
17096
17132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.95",
3
+ "version": "0.1.33-dev.96",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",