@ember-home/unbound-ts-client 0.0.95 → 0.0.96

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/index.mjs CHANGED
@@ -184,6 +184,16 @@ var SMSInboundSenderTypeDataApiDirectionEnum = {
184
184
  var SMSMessageApiMessageTypeEnum = {
185
185
  Text: "TEXT"
186
186
  };
187
+ var SMSMessageStatus = {
188
+ Queued: "queued",
189
+ Sending: "sending",
190
+ Sent: "sent",
191
+ Expired: "expired",
192
+ SendingFailed: "sending_failed",
193
+ DeliveryUnconfirmed: "delivery_unconfirmed",
194
+ Delivered: "delivered",
195
+ DeliveryFailed: "delivery_failed"
196
+ };
187
197
  var SMSOutboundSenderTypeDataApiDirectionEnum = {
188
198
  Outbound: "OUTBOUND"
189
199
  };
@@ -6549,6 +6559,7 @@ export {
6549
6559
  SMSConversationDataApiConversationTypeEnum,
6550
6560
  SMSInboundSenderTypeDataApiDirectionEnum,
6551
6561
  SMSMessageApiMessageTypeEnum,
6562
+ SMSMessageStatus,
6552
6563
  SMSOutboundSenderTypeDataApiDirectionEnum,
6553
6564
  SortOrder,
6554
6565
  SrcResourceModelsContactsModelContactsModelContactSortBy,