@smartytalent/mcp-tools 0.2.1-dev.0 → 0.2.1-dev.2

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
@@ -651,7 +651,16 @@
651
651
  "description": "Delete Tenant",
652
652
  "inputSchema": {
653
653
  "type": "object",
654
- "properties": {}
654
+ "properties": {
655
+ "permanentDelete": {
656
+ "type": "string",
657
+ "description": "Set to true for immediate irreversible purge of all tenant data. Defaults to false (soft archive with a retention window).",
658
+ "enum": [
659
+ "true",
660
+ "false"
661
+ ]
662
+ }
663
+ }
655
664
  },
656
665
  "_meta": {
657
666
  "method": "DELETE",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.2.1-dev.0",
3
+ "version": "0.2.1-dev.2",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",