@smartytalent/mcp-tools 0.1.33-dev.17 → 0.1.33-dev.19

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 +5 -2
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -6721,6 +6721,7 @@
6721
6721
  "sent",
6722
6722
  "suppressed",
6723
6723
  "archived",
6724
+ "trashed",
6724
6725
  "failed",
6725
6726
  "pending"
6726
6727
  ]
@@ -6835,10 +6836,11 @@
6835
6836
  "received",
6836
6837
  "suppressed",
6837
6838
  "archived",
6839
+ "trashed",
6838
6840
  "failed",
6839
6841
  "pending"
6840
6842
  ],
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."
6843
+ "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 explicitly archived (kept indefinitely, hidden from inbox view), trashed = user moved to Trash bin (default soft DELETE; recoverable, candidate for periodic permanent purge), failed = internal error, pending = transitional."
6842
6844
  },
6843
6845
  "direction": {
6844
6846
  "type": "string",
@@ -7195,10 +7197,11 @@
7195
7197
  "received",
7196
7198
  "suppressed",
7197
7199
  "archived",
7200
+ "trashed",
7198
7201
  "failed",
7199
7202
  "pending"
7200
7203
  ],
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."
7204
+ "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 explicitly archived (kept indefinitely, hidden from inbox view), trashed = user moved to Trash bin (default soft DELETE; recoverable, candidate for periodic permanent purge), failed = internal error, pending = transitional."
7202
7205
  },
7203
7206
  "direction": {
7204
7207
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.17",
3
+ "version": "0.1.33-dev.19",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",