@ember-home/unbound-ts-client 0.0.49 → 0.0.51

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
@@ -88,6 +88,9 @@ var ConversationStatus = {
88
88
  var EmailConversationDataApiConversationTypeEnum = {
89
89
  Email: "EMAIL"
90
90
  };
91
+ var EmailProviderMessageApiMessageTypeEnum = {
92
+ Email: "EMAIL"
93
+ };
91
94
  var ExternalStaffApiStaffTypeEnum = {
92
95
  ExternalStaff: "EXTERNAL_STAFF"
93
96
  };
@@ -5824,6 +5827,7 @@ export {
5824
5827
  ConversationsApiFactory,
5825
5828
  ConversationsApiFp,
5826
5829
  EmailConversationDataApiConversationTypeEnum,
5830
+ EmailProviderMessageApiMessageTypeEnum,
5827
5831
  ExternalStaffApiStaffTypeEnum,
5828
5832
  GuestApiParticipantTypeEnum,
5829
5833
  HostawayApi,