@smartytalent/mcp-tools 0.1.33-dev.33 → 0.1.33-dev.34

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 +6 -3
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -12012,7 +12012,8 @@
12012
12012
  "data": {
12013
12013
  "type": "object",
12014
12014
  "required": [
12015
- "type"
12015
+ "type",
12016
+ "id"
12016
12017
  ],
12017
12018
  "properties": {
12018
12019
  "type": {
@@ -18507,7 +18508,8 @@
18507
18508
  "data": {
18508
18509
  "type": "object",
18509
18510
  "required": [
18510
- "type"
18511
+ "type",
18512
+ "id"
18511
18513
  ],
18512
18514
  "properties": {
18513
18515
  "type": {
@@ -18807,7 +18809,8 @@
18807
18809
  "data": {
18808
18810
  "type": "object",
18809
18811
  "required": [
18810
- "type"
18812
+ "type",
18813
+ "id"
18811
18814
  ],
18812
18815
  "properties": {
18813
18816
  "type": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.33",
3
+ "version": "0.1.33-dev.34",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",