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

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 +63 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -17092,6 +17092,69 @@
17092
17092
  }
17093
17093
  }
17094
17094
  },
17095
+ "chats": {
17096
+ "title": "ConversationRelationshipsChatsSchema",
17097
+ "type": "object",
17098
+ "properties": {
17099
+ "data": {
17100
+ "type": "array",
17101
+ "items": {
17102
+ "title": "ConversationRelationshipsChatsDataSchema",
17103
+ "type": "object",
17104
+ "properties": {
17105
+ "type": {
17106
+ "type": "string"
17107
+ },
17108
+ "id": {
17109
+ "type": "string"
17110
+ }
17111
+ }
17112
+ }
17113
+ }
17114
+ }
17115
+ },
17116
+ "calls": {
17117
+ "title": "ConversationRelationshipsCallsSchema",
17118
+ "type": "object",
17119
+ "properties": {
17120
+ "data": {
17121
+ "type": "array",
17122
+ "items": {
17123
+ "title": "ConversationRelationshipsCallsDataSchema",
17124
+ "type": "object",
17125
+ "properties": {
17126
+ "type": {
17127
+ "type": "string"
17128
+ },
17129
+ "id": {
17130
+ "type": "string"
17131
+ }
17132
+ }
17133
+ }
17134
+ }
17135
+ }
17136
+ },
17137
+ "meetings": {
17138
+ "title": "ConversationRelationshipsMeetingsSchema",
17139
+ "type": "object",
17140
+ "properties": {
17141
+ "data": {
17142
+ "type": "array",
17143
+ "items": {
17144
+ "title": "ConversationRelationshipsMeetingsDataSchema",
17145
+ "type": "object",
17146
+ "properties": {
17147
+ "type": {
17148
+ "type": "string"
17149
+ },
17150
+ "id": {
17151
+ "type": "string"
17152
+ }
17153
+ }
17154
+ }
17155
+ }
17156
+ }
17157
+ },
17095
17158
  "talent": {
17096
17159
  "title": "ConversationRelationshipsTalentSchema",
17097
17160
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.96",
3
+ "version": "0.1.33-dev.97",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",