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

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 +4 -2
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -6832,12 +6832,13 @@
6832
6832
  "draft",
6833
6833
  "scheduled",
6834
6834
  "sent",
6835
+ "received",
6835
6836
  "suppressed",
6836
6837
  "archived",
6837
6838
  "failed",
6838
6839
  "pending"
6839
6840
  ],
6840
- "description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = delivered to SES, suppressed = SES bounce/complaint, archived = user soft-deleted, failed = internal error, pending = transitional."
6841
+ "description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = outbound delivered to SES, received = inbound accepted by broker (replaces the legacy `sent` value used for inbound), suppressed = SES bounce/complaint, archived = user soft-deleted, failed = internal error, pending = transitional."
6841
6842
  },
6842
6843
  "direction": {
6843
6844
  "type": "string",
@@ -7191,12 +7192,13 @@
7191
7192
  "draft",
7192
7193
  "scheduled",
7193
7194
  "sent",
7195
+ "received",
7194
7196
  "suppressed",
7195
7197
  "archived",
7196
7198
  "failed",
7197
7199
  "pending"
7198
7200
  ],
7199
- "description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = delivered to SES, suppressed = SES bounce/complaint, archived = user soft-deleted, failed = internal error, pending = transitional."
7201
+ "description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = outbound delivered to SES, received = inbound accepted by broker (replaces the legacy `sent` value used for inbound), suppressed = SES bounce/complaint, archived = user soft-deleted, failed = internal error, pending = transitional."
7200
7202
  },
7201
7203
  "direction": {
7202
7204
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.13",
3
+ "version": "0.1.33-dev.15",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",