@smartytalent/mcp-tools 0.1.33-dev.83 → 0.1.33-dev.84

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 +2 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -10153,6 +10153,7 @@
10153
10153
  "received",
10154
10154
  "processing",
10155
10155
  "processed",
10156
+ "accepted",
10156
10157
  "failed"
10157
10158
  ]
10158
10159
  },
@@ -10460,6 +10461,7 @@
10460
10461
  "received",
10461
10462
  "processing",
10462
10463
  "processed",
10464
+ "accepted",
10463
10465
  "failed"
10464
10466
  ]
10465
10467
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.83",
3
+ "version": "0.1.33-dev.84",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",