Skip to content

Commit 452fe4c

Browse files
feat(api): api update
1 parent 09a68a1 commit 452fe4c

2 files changed

Lines changed: 5 additions & 4 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-6a12d39f583e33a827a5ec69d88f4711c05030e46f0988e66c331bbdfa03089b.yml
3-
openapi_spec_hash: 3bc1423881d032bde2f529c8a910d1b6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sent%2Fsent-dm-3b39748b7114088b7270e25f7ab1f6a5b339aa5da0e7e5a284fbe2132f8f1ad4.yml
3+
openapi_spec_hash: 9abdcf3a03df8f0aee1ab65f99a5f5ad
44
config_hash: d8e8429147c4e214ff53c11e7ab2a1a6

src/resources/messages.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export namespace MessageRetrieveActivitiesResponse {
155155
price?: string | null;
156156

157157
/**
158-
* Activity status (e.g., ACCEPTED, PROCESSED, SENT, DELIVERED, FAILED)
158+
* Activity status (e.g., QUEUED, PROCESSED, SENT, DELIVERED, FAILED)
159159
*/
160160
status?: string;
161161

@@ -306,7 +306,8 @@ export namespace MessageSendResponse {
306306
recipients?: Array<Data.Recipient>;
307307

308308
/**
309-
* Overall request status (e.g. "accepted")
309+
* Overall request status: "QUEUED" when the batch has been accepted and published
310+
* to Kafka.
310311
*/
311312
status?: string;
312313

0 commit comments

Comments
 (0)