@smartytalent/mcp-tools 0.1.33-dev.80 → 0.1.33-dev.81

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 +7 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -20657,14 +20657,15 @@
20657
20657
  },
20658
20658
  "filterType": {
20659
20659
  "type": "string",
20660
- "description": "Returns finders with the specified type (talents, candidates, jobs, emails, users, reports).",
20660
+ "description": "Returns finders with the specified type (talents, candidates, jobs, emails, users, reports, briefs).",
20661
20661
  "enum": [
20662
20662
  "talents",
20663
20663
  "candidates",
20664
20664
  "jobs",
20665
20665
  "emails",
20666
20666
  "users",
20667
- "reports"
20667
+ "reports",
20668
+ "briefs"
20668
20669
  ]
20669
20670
  },
20670
20671
  "filterCreatedFrom": {
@@ -20751,7 +20752,8 @@
20751
20752
  "jobs",
20752
20753
  "emails",
20753
20754
  "users",
20754
- "reports"
20755
+ "reports",
20756
+ "briefs"
20755
20757
  ],
20756
20758
  "description": "The type of search to perform"
20757
20759
  },
@@ -21022,7 +21024,8 @@
21022
21024
  "jobs",
21023
21025
  "emails",
21024
21026
  "users",
21025
- "reports"
21027
+ "reports",
21028
+ "briefs"
21026
21029
  ],
21027
21030
  "description": "The type of search to perform"
21028
21031
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.80",
3
+ "version": "0.1.33-dev.81",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",