Skip to content

Commit d52ba8d

Browse files
feat(api): api update
1 parent e3d7f2b commit d52ba8d

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: d8e8429147c4e214ff53c11e7ab2a1a6

src/resources/messages.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)