File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 40
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/sent%2Fsent-dm-3646e4913179364806905f9f0df9756cde93acb55493661cb0a3a36c9e68cdb2 .yml
3- openapi_spec_hash : 3878c0e6fc7e695a2c059a712dac0f4f
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/sent%2Fsent-dm-2d0bb64dc84ba67ee91db6ff81424a968c5ddea4d2844ba67fc9b4b27881d60f .yml
3+ openapi_spec_hash : 8e1d6bc2a6c6afef625e2bdcdf28ac63
44config_hash : d8e8429147c4e214ff53c11e7ab2a1a6
Original file line number Diff line number Diff line change @@ -300,11 +300,6 @@ export namespace MessageSendResponse {
300300 * Response for the multi-recipient send message endpoint
301301 */
302302 export interface Data {
303- /**
304- * Resolved template body text
305- */
306- body ?: string | null ;
307-
308303 /**
309304 * Per-recipient message results
310305 */
@@ -331,6 +326,12 @@ export namespace MessageSendResponse {
331326 * Per-recipient result in the send message response
332327 */
333328 export interface Recipient {
329+ /**
330+ * Resolved template body text for this recipient's channel, or null for
331+ * auto-detect
332+ */
333+ body ?: string | null ;
334+
334335 /**
335336 * Channel this message will be sent on (e.g. "sms", "whatsapp"), or null for
336337 * auto-detect
You can’t perform that action at this time.
0 commit comments