@smartytalent/mcp-tools 0.1.33-dev.86 → 0.1.33-dev.88

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 +105 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -4067,6 +4067,111 @@
4067
4067
  }
4068
4068
  }
4069
4069
  }
4070
+ },
4071
+ "forms": {
4072
+ "title": "JobRelationshipsFormsSchema",
4073
+ "type": "object",
4074
+ "properties": {
4075
+ "data": {
4076
+ "type": "array",
4077
+ "items": {
4078
+ "title": "JobRelationshipsFormsDataSchema",
4079
+ "type": "object",
4080
+ "properties": {
4081
+ "type": {
4082
+ "type": "string"
4083
+ },
4084
+ "id": {
4085
+ "type": "string"
4086
+ }
4087
+ }
4088
+ }
4089
+ }
4090
+ }
4091
+ },
4092
+ "ads": {
4093
+ "title": "JobRelationshipsAdsSchema",
4094
+ "type": "object",
4095
+ "properties": {
4096
+ "data": {
4097
+ "type": "array",
4098
+ "items": {
4099
+ "title": "JobRelationshipsAdsDataSchema",
4100
+ "type": "object",
4101
+ "properties": {
4102
+ "type": {
4103
+ "type": "string"
4104
+ },
4105
+ "id": {
4106
+ "type": "string"
4107
+ }
4108
+ }
4109
+ }
4110
+ }
4111
+ }
4112
+ },
4113
+ "assessments": {
4114
+ "title": "JobRelationshipsAssessmentsSchema",
4115
+ "type": "object",
4116
+ "properties": {
4117
+ "data": {
4118
+ "type": "array",
4119
+ "items": {
4120
+ "title": "JobRelationshipsAssessmentsDataSchema",
4121
+ "type": "object",
4122
+ "properties": {
4123
+ "type": {
4124
+ "type": "string"
4125
+ },
4126
+ "id": {
4127
+ "type": "string"
4128
+ }
4129
+ }
4130
+ }
4131
+ }
4132
+ }
4133
+ },
4134
+ "feedbacks": {
4135
+ "title": "JobRelationshipsFeedbacksSchema",
4136
+ "type": "object",
4137
+ "properties": {
4138
+ "data": {
4139
+ "type": "array",
4140
+ "items": {
4141
+ "title": "JobRelationshipsFeedbacksDataSchema",
4142
+ "type": "object",
4143
+ "properties": {
4144
+ "type": {
4145
+ "type": "string"
4146
+ },
4147
+ "id": {
4148
+ "type": "string"
4149
+ }
4150
+ }
4151
+ }
4152
+ }
4153
+ }
4154
+ },
4155
+ "briefs": {
4156
+ "title": "JobRelationshipsBriefsSchema",
4157
+ "type": "object",
4158
+ "properties": {
4159
+ "data": {
4160
+ "type": "array",
4161
+ "items": {
4162
+ "title": "JobRelationshipsBriefsDataSchema",
4163
+ "type": "object",
4164
+ "properties": {
4165
+ "type": {
4166
+ "type": "string"
4167
+ },
4168
+ "id": {
4169
+ "type": "string"
4170
+ }
4171
+ }
4172
+ }
4173
+ }
4174
+ }
4070
4175
  }
4071
4176
  }
4072
4177
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.86",
3
+ "version": "0.1.33-dev.88",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",