You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SWI-11589 Update SDK Based on Recent Spec Changes (#302)
* Generate SDK with OpenAPI Generator Version
* unit test
---------
Co-authored-by: DX-Bandwidth <dx@bandwidth.com>
Co-authored-by: ckoegel <ckoegel1006@gmail.com>
summary: An example of a sms message-delivered callback body.
8717
8743
value:
8718
8744
type: message-delivered
8719
8745
time: '2024-09-14T18:20:11.160744Z'
8720
-
description: Message delivered to carrier.
8746
+
description: Message delivered to handset.
8721
8747
to: '+12345678902'
8722
8748
message:
8723
8749
id: 14762070468292kw2fuqty55yp2b2
@@ -8735,7 +8761,7 @@ components:
8735
8761
value:
8736
8762
type: message-delivered
8737
8763
time: '2024-09-14T18:20:24.160544Z'
8738
-
description: Message delivered to carrier.
8764
+
description: Message delivered to handset.
8739
8765
to: '+12345678902'
8740
8766
message:
8741
8767
id: 14762070468292kw2fuqty55yp2b2
@@ -8755,7 +8781,7 @@ components:
8755
8781
value:
8756
8782
type: message-delivered
8757
8783
time: '2024-09-14T18:20:17.160544Z'
8758
-
description: Message delivered to carrier.
8784
+
description: Message delivered to handset.
8759
8785
to: '+12345678902'
8760
8786
message:
8761
8787
id: 14762070468292kw2fuqty55yp2b2
@@ -9787,7 +9813,7 @@ components:
9787
9813
information regarding a message sent (MT)
9788
9814
9789
9815
from your message-enabled Bandwidth telephone number.
9790
-
<p>The payload type will be one of <code>message-sending</code>, <code>message-delivered</code>, <code>message-failed</code> or <code>message-read</code>.
9816
+
<p>The payload type will be one of <code>message-sending</code>, <code>message-sent</code>, <code>message-delivered</code>, <code>message-failed</code> or <code>message-read</code>.
9791
9817
<p>Note that <code>message-read</code> callbacks are pertinent only for RBM messages sent from the <code>/messages/multiChannel</code> endpoint.
Copy file name to clipboardExpand all lines: bandwidth/models/status_callback_type_enum.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,14 @@
21
21
22
22
classStatusCallbackTypeEnum(str, Enum):
23
23
"""
24
-
The possible status callbacks when sending an MT SMS or MMS or RBM message: - `message-sending` indicates that Bandwidth is sending the message to the upstream provider. - `message-delivered` indicates that the message was successfully sent. - `message-failed` indicates that the message could not be sent to the intended recipient. - `message-read` indicates that the RBM message was read by the recipient.
24
+
The possible status callbacks when sending an MT SMS or MMS or RBM message: - `message-sending` indicates that Bandwidth is sending the message to the upstream provider. - `message-sent` indicates that the message has left the Bandwidth network and is in transit to the provider. - `message-delivered` indicates that the message was successfully delivered to handset. - `message-failed` indicates that the message could not be sent to the intended recipient. - `message-read` indicates that the RBM message was read by the recipient.
Copy file name to clipboardExpand all lines: docs/StatusCallbackTypeEnum.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# StatusCallbackTypeEnum
2
2
3
-
The possible status callbacks when sending an MT SMS or MMS or RBM message: - `message-sending` indicates that Bandwidth is sending the message to the upstream provider. - `message-delivered` indicates that the message was successfully sent. - `message-failed` indicates that the message could not be sent to the intended recipient. - `message-read` indicates that the RBM message was read by the recipient.
3
+
The possible status callbacks when sending an MT SMS or MMS or RBM message: - `message-sending` indicates that Bandwidth is sending the message to the upstream provider. - `message-sent` indicates that the message has left the Bandwidth network and is in transit to the provider. - `message-delivered` indicates that the message was successfully delivered to handset. - `message-failed` indicates that the message could not be sent to the intended recipient. - `message-read` indicates that the RBM message was read by the recipient.
0 commit comments