@smartytalent/mcp-tools 0.1.33-dev.19 → 0.1.33-dev.20

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 +10 -1
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -7368,7 +7368,16 @@
7368
7368
  "description": "Delete Email",
7369
7369
  "inputSchema": {
7370
7370
  "type": "object",
7371
- "properties": {}
7371
+ "properties": {
7372
+ "permanentDelete": {
7373
+ "type": "string",
7374
+ "description": "Set to true for permanent deletion (row removed from DynamoDB). Defaults to false (soft delete to Trash).",
7375
+ "enum": [
7376
+ "true",
7377
+ "false"
7378
+ ]
7379
+ }
7380
+ }
7372
7381
  },
7373
7382
  "_meta": {
7374
7383
  "method": "DELETE",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.19",
3
+ "version": "0.1.33-dev.20",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",