@smartytalent/mcp-tools 0.1.33-dev.7 → 0.1.33-dev.9
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.
- package/dist/tools.json +36 -36
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -6868,26 +6868,18 @@
|
|
|
6868
6868
|
"description": "BCC recipients. Each entry is an RFC 5322 address string."
|
|
6869
6869
|
},
|
|
6870
6870
|
"subject": {
|
|
6871
|
-
"
|
|
6872
|
-
|
|
6873
|
-
|
|
6874
|
-
|
|
6875
|
-
|
|
6876
|
-
"type": "object",
|
|
6877
|
-
"additionalProperties": true
|
|
6878
|
-
}
|
|
6879
|
-
]
|
|
6871
|
+
"type": "object",
|
|
6872
|
+
"additionalProperties": {
|
|
6873
|
+
"type": "string"
|
|
6874
|
+
},
|
|
6875
|
+
"description": "Multilingual subject keyed by IETF BCP 47 locale code (e.g. `en-US`, `pl-PL`). The DAL writes per-locale entries from the AI analyze + translate steps; the UI picks the right key based on `conversationLanguageCode`."
|
|
6880
6876
|
},
|
|
6881
6877
|
"body": {
|
|
6882
|
-
"
|
|
6883
|
-
|
|
6884
|
-
|
|
6885
|
-
|
|
6886
|
-
|
|
6887
|
-
"type": "object",
|
|
6888
|
-
"additionalProperties": true
|
|
6889
|
-
}
|
|
6890
|
-
]
|
|
6878
|
+
"type": "object",
|
|
6879
|
+
"additionalProperties": {
|
|
6880
|
+
"type": "string"
|
|
6881
|
+
},
|
|
6882
|
+
"description": "Multilingual HTML body keyed by IETF BCP 47 locale code. Same shape as `subject`. Body values are HTML strings; plain-text fallback is derived on send."
|
|
6891
6883
|
},
|
|
6892
6884
|
"shortCode": {
|
|
6893
6885
|
"type": "string"
|
|
@@ -6961,6 +6953,14 @@
|
|
|
6961
6953
|
"type": "boolean",
|
|
6962
6954
|
"description": "System-level spam verdict on this email. Set by the broker (or a future classifier) at inbound time; never reflects a single user's opinion. Distinct from `status=suppressed`, which is SES reporting we cannot deliver on OUTBOUND. Frontend's Spam folder unions (my states where isSpam=true) with (emails where isSystemSpam=true)."
|
|
6963
6955
|
},
|
|
6956
|
+
"scheduleId": {
|
|
6957
|
+
"type": "string",
|
|
6958
|
+
"description": "Foreign key to the Schedule resource driving this email's send. Populated by the wait:process workflow action right after it creates the Schedule. Null when no delayed send is pending (drafts, already-sent rows, inbound mail). To cancel the scheduled send, call DELETE /v1/schedules/{scheduleId} - the email eventbus handler listens for SCHEDULE_CANCELLED and reverts the row back to draft automatically."
|
|
6959
|
+
},
|
|
6960
|
+
"scheduledFireAt": {
|
|
6961
|
+
"type": "string",
|
|
6962
|
+
"description": "Denormalised copy of the owning Schedule's `fireAt` timestamp (ISO 8601). The scheduled-send banner reads this directly so the UI never has to round-trip to /v1/schedules just to render 'Send scheduled for X'. Source of truth is the Schedule; this field stays stable because Schedule.fireAt is immutable post-create."
|
|
6963
|
+
},
|
|
6964
6964
|
"ttl": {
|
|
6965
6965
|
"type": "string"
|
|
6966
6966
|
},
|
|
@@ -7208,26 +7208,18 @@
|
|
|
7208
7208
|
"description": "BCC recipients. Each entry is an RFC 5322 address string."
|
|
7209
7209
|
},
|
|
7210
7210
|
"subject": {
|
|
7211
|
-
"
|
|
7212
|
-
|
|
7213
|
-
|
|
7214
|
-
|
|
7215
|
-
|
|
7216
|
-
"type": "object",
|
|
7217
|
-
"additionalProperties": true
|
|
7218
|
-
}
|
|
7219
|
-
]
|
|
7211
|
+
"type": "object",
|
|
7212
|
+
"additionalProperties": {
|
|
7213
|
+
"type": "string"
|
|
7214
|
+
},
|
|
7215
|
+
"description": "Multilingual subject keyed by IETF BCP 47 locale code (e.g. `en-US`, `pl-PL`). The DAL writes per-locale entries from the AI analyze + translate steps; the UI picks the right key based on `conversationLanguageCode`."
|
|
7220
7216
|
},
|
|
7221
7217
|
"body": {
|
|
7222
|
-
"
|
|
7223
|
-
|
|
7224
|
-
|
|
7225
|
-
|
|
7226
|
-
|
|
7227
|
-
"type": "object",
|
|
7228
|
-
"additionalProperties": true
|
|
7229
|
-
}
|
|
7230
|
-
]
|
|
7218
|
+
"type": "object",
|
|
7219
|
+
"additionalProperties": {
|
|
7220
|
+
"type": "string"
|
|
7221
|
+
},
|
|
7222
|
+
"description": "Multilingual HTML body keyed by IETF BCP 47 locale code. Same shape as `subject`. Body values are HTML strings; plain-text fallback is derived on send."
|
|
7231
7223
|
},
|
|
7232
7224
|
"shortCode": {
|
|
7233
7225
|
"type": "string"
|
|
@@ -7301,6 +7293,14 @@
|
|
|
7301
7293
|
"type": "boolean",
|
|
7302
7294
|
"description": "System-level spam verdict on this email. Set by the broker (or a future classifier) at inbound time; never reflects a single user's opinion. Distinct from `status=suppressed`, which is SES reporting we cannot deliver on OUTBOUND. Frontend's Spam folder unions (my states where isSpam=true) with (emails where isSystemSpam=true)."
|
|
7303
7295
|
},
|
|
7296
|
+
"scheduleId": {
|
|
7297
|
+
"type": "string",
|
|
7298
|
+
"description": "Foreign key to the Schedule resource driving this email's send. Populated by the wait:process workflow action right after it creates the Schedule. Null when no delayed send is pending (drafts, already-sent rows, inbound mail). To cancel the scheduled send, call DELETE /v1/schedules/{scheduleId} - the email eventbus handler listens for SCHEDULE_CANCELLED and reverts the row back to draft automatically."
|
|
7299
|
+
},
|
|
7300
|
+
"scheduledFireAt": {
|
|
7301
|
+
"type": "string",
|
|
7302
|
+
"description": "Denormalised copy of the owning Schedule's `fireAt` timestamp (ISO 8601). The scheduled-send banner reads this directly so the UI never has to round-trip to /v1/schedules just to render 'Send scheduled for X'. Source of truth is the Schedule; this field stays stable because Schedule.fireAt is immutable post-create."
|
|
7303
|
+
},
|
|
7304
7304
|
"ttl": {
|
|
7305
7305
|
"type": "string"
|
|
7306
7306
|
},
|