@smartytalent/mcp-tools 0.1.33-dev.85 → 0.1.33-dev.87

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 +85 -1
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -4067,6 +4067,90 @@
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
+ }
4070
4154
  }
4071
4155
  }
4072
4156
  },
@@ -7730,7 +7814,7 @@
7730
7814
  "type": {
7731
7815
  "type": "string",
7732
7816
  "enum": [
7733
- "emails"
7817
+ "forms"
7734
7818
  ]
7735
7819
  },
7736
7820
  "id": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.85",
3
+ "version": "0.1.33-dev.87",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",