@ember-home/unbound-ts-client 0.0.69 → 0.0.70

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,16 @@ var ProviderConversationDataApiConversationTypeEnum = {
139
139
  var ProviderStaffApiStaffTypeEnum = {
140
140
  ProviderStaff: "PROVIDER_STAFF"
141
141
  };
142
+ var ReasonType = {
143
+ Correct: "CORRECT",
144
+ FactualError: "FACTUAL_ERROR",
145
+ MisunderstoodIntent: "MISUNDERSTOOD_INTENT",
146
+ ChangeTone: "CHANGE_TONE",
147
+ TooVerbose: "TOO_VERBOSE",
148
+ TooBrief: "TOO_BRIEF",
149
+ GrammerSpelling: "GRAMMER_SPELLING",
150
+ Other: "OTHER"
151
+ };
142
152
  var RentalProviderMessageApiMessageTypeEnum = {
143
153
  RentalProvider: "RENTAL_PROVIDER"
144
154
  };
@@ -6156,6 +6166,7 @@ export {
6156
6166
  ProvidersApiAxiosParamCreator,
6157
6167
  ProvidersApiFactory,
6158
6168
  ProvidersApiFp,
6169
+ ReasonType,
6159
6170
  RentalProviderMessageApiMessageTypeEnum,
6160
6171
  RentalProviderTypes,
6161
6172
  ReservationChannelTypes,