@smartytalent/mcp-tools 0.1.33-dev.10 → 0.1.33-dev.12

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 +8 -12
  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",
@@ -8656,8 +8652,10 @@
8656
8652
  "pending",
8657
8653
  "fired",
8658
8654
  "cancelled",
8659
- "failed"
8660
- ]
8655
+ "failed",
8656
+ "paused"
8657
+ ],
8658
+ "description": "Lifecycle. `pending` is armed and will fire. `fired`/`failed` are terminal. `cancelled` is terminal (hard cancel via DELETE). `paused` is pause-for-edit: EventBridge entry is removed but the row stays re-activatable by PATCH back to `pending` with a new `fireAt`."
8661
8659
  },
8662
8660
  "fireAt": {
8663
8661
  "type": "string",
@@ -8906,10 +8904,6 @@
8906
8904
  "attributes": {
8907
8905
  "title": "ScheduleAttributesSchema",
8908
8906
  "type": "object",
8909
- "required": [
8910
- "fireAt",
8911
- "target"
8912
- ],
8913
8907
  "properties": {
8914
8908
  "name": {
8915
8909
  "type": "string",
@@ -8921,8 +8915,10 @@
8921
8915
  "pending",
8922
8916
  "fired",
8923
8917
  "cancelled",
8924
- "failed"
8925
- ]
8918
+ "failed",
8919
+ "paused"
8920
+ ],
8921
+ "description": "Lifecycle. `pending` is armed and will fire. `fired`/`failed` are terminal. `cancelled` is terminal (hard cancel via DELETE). `paused` is pause-for-edit: EventBridge entry is removed but the row stays re-activatable by PATCH back to `pending` with a new `fireAt`."
8926
8922
  },
8927
8923
  "fireAt": {
8928
8924
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.10",
3
+ "version": "0.1.33-dev.12",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",