@smartytalent/mcp-tools 0.1.33-dev.7 → 0.1.33-dev.8
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 +20 -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"
|
|
@@ -7208,26 +7200,18 @@
|
|
|
7208
7200
|
"description": "BCC recipients. Each entry is an RFC 5322 address string."
|
|
7209
7201
|
},
|
|
7210
7202
|
"subject": {
|
|
7211
|
-
"
|
|
7212
|
-
|
|
7213
|
-
|
|
7214
|
-
|
|
7215
|
-
|
|
7216
|
-
"type": "object",
|
|
7217
|
-
"additionalProperties": true
|
|
7218
|
-
}
|
|
7219
|
-
]
|
|
7203
|
+
"type": "object",
|
|
7204
|
+
"additionalProperties": {
|
|
7205
|
+
"type": "string"
|
|
7206
|
+
},
|
|
7207
|
+
"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
7208
|
},
|
|
7221
7209
|
"body": {
|
|
7222
|
-
"
|
|
7223
|
-
|
|
7224
|
-
|
|
7225
|
-
|
|
7226
|
-
|
|
7227
|
-
"type": "object",
|
|
7228
|
-
"additionalProperties": true
|
|
7229
|
-
}
|
|
7230
|
-
]
|
|
7210
|
+
"type": "object",
|
|
7211
|
+
"additionalProperties": {
|
|
7212
|
+
"type": "string"
|
|
7213
|
+
},
|
|
7214
|
+
"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
7215
|
},
|
|
7232
7216
|
"shortCode": {
|
|
7233
7217
|
"type": "string"
|