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

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 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -8656,8 +8656,10 @@
8656
8656
  "pending",
8657
8657
  "fired",
8658
8658
  "cancelled",
8659
- "failed"
8660
- ]
8659
+ "failed",
8660
+ "paused"
8661
+ ],
8662
+ "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
8663
  },
8662
8664
  "fireAt": {
8663
8665
  "type": "string",
@@ -8921,8 +8923,10 @@
8921
8923
  "pending",
8922
8924
  "fired",
8923
8925
  "cancelled",
8924
- "failed"
8925
- ]
8926
+ "failed",
8927
+ "paused"
8928
+ ],
8929
+ "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
8930
  },
8927
8931
  "fireAt": {
8928
8932
  "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.11",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",