@ember-home/unbound-ts-client 0.0.72 → 0.0.74

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
@@ -139,6 +139,12 @@ var ProviderConversationDataApiConversationTypeEnum = {
139
139
  var ProviderStaffApiStaffTypeEnum = {
140
140
  ProviderStaff: "PROVIDER_STAFF"
141
141
  };
142
+ var ReasonType = {
143
+ Irrelevant: "IRRELEVANT",
144
+ Inaccurate: "INACCURATE",
145
+ InappropriateTone: "INAPPROPRIATE_TONE",
146
+ TooVerboseOrTerse: "TOO_VERBOSE_OR_TERSE"
147
+ };
142
148
  var RentalProviderMessageApiMessageTypeEnum = {
143
149
  RentalProvider: "RENTAL_PROVIDER"
144
150
  };
@@ -204,10 +210,6 @@ var SrcResourceModelsReservationsModelReservationBaseModelSortBy = {
204
210
  var StaffApiParticipantTypeEnum = {
205
211
  Staff: "STAFF"
206
212
  };
207
- var SuggestionReason = {
208
- Correct: "CORRECT",
209
- Incorrect: "INCORRECT"
210
- };
211
213
  var TwilioConversationDataApiConversationTypeEnum = {
212
214
  Text: "TEXT"
213
215
  };
@@ -6156,6 +6158,7 @@ export {
6156
6158
  ProvidersApiAxiosParamCreator,
6157
6159
  ProvidersApiFactory,
6158
6160
  ProvidersApiFp,
6161
+ ReasonType,
6159
6162
  RentalProviderMessageApiMessageTypeEnum,
6160
6163
  RentalProviderTypes,
6161
6164
  ReservationChannelTypes,
@@ -6173,7 +6176,6 @@ export {
6173
6176
  SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy,
6174
6177
  SrcResourceModelsReservationsModelReservationBaseModelSortBy,
6175
6178
  StaffApiParticipantTypeEnum,
6176
- SuggestionReason,
6177
6179
  TwilioConversationDataApiConversationTypeEnum,
6178
6180
  TwilioInboundSenderTypeDataApiDirectionEnum,
6179
6181
  TwilioOutboundSenderTypeDataApiDirectionEnum,