@smartytalent/mcp-tools 0.1.33-dev.11 → 0.1.33-dev.13

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 +0 -8
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -8641,10 +8641,6 @@
8641
8641
  "attributes": {
8642
8642
  "title": "ScheduleAttributesSchema",
8643
8643
  "type": "object",
8644
- "required": [
8645
- "fireAt",
8646
- "target"
8647
- ],
8648
8644
  "properties": {
8649
8645
  "name": {
8650
8646
  "type": "string",
@@ -8908,10 +8904,6 @@
8908
8904
  "attributes": {
8909
8905
  "title": "ScheduleAttributesSchema",
8910
8906
  "type": "object",
8911
- "required": [
8912
- "fireAt",
8913
- "target"
8914
- ],
8915
8907
  "properties": {
8916
8908
  "name": {
8917
8909
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.11",
3
+ "version": "0.1.33-dev.13",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",