@ember-home/unbound-ts-client 0.0.81 → 0.0.83
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.d.mts +128 -22
- package/dist/index.d.ts +128 -22
- package/dist/index.js +16 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -211,6 +211,19 @@ var SrcResourceModelsReservationsModelReservationBaseModelSortBy = {
|
|
|
211
211
|
var StaffApiParticipantTypeEnum = {
|
|
212
212
|
Staff: "STAFF"
|
|
213
213
|
};
|
|
214
|
+
var SuggestionStatus = {
|
|
215
|
+
Generating: "GENERATING",
|
|
216
|
+
DeterminingEligibility: "DETERMINING_ELIGIBILITY",
|
|
217
|
+
SkippedOutdated: "SKIPPED_OUTDATED",
|
|
218
|
+
SkippedNoEligibleMessages: "SKIPPED_NO_ELIGIBLE_MESSAGES",
|
|
219
|
+
AnsweredByStaff: "ANSWERED_BY_STAFF",
|
|
220
|
+
ReplyGenerated: "REPLY_GENERATED"
|
|
221
|
+
};
|
|
222
|
+
var SuggestionUsedType = {
|
|
223
|
+
Accepted: "ACCEPTED",
|
|
224
|
+
Modified: "MODIFIED",
|
|
225
|
+
Rejected: "REJECTED"
|
|
226
|
+
};
|
|
214
227
|
var TwilioConversationDataApiConversationTypeEnum = {
|
|
215
228
|
Text: "TEXT"
|
|
216
229
|
};
|
|
@@ -6177,6 +6190,8 @@ export {
|
|
|
6177
6190
|
SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy,
|
|
6178
6191
|
SrcResourceModelsReservationsModelReservationBaseModelSortBy,
|
|
6179
6192
|
StaffApiParticipantTypeEnum,
|
|
6193
|
+
SuggestionStatus,
|
|
6194
|
+
SuggestionUsedType,
|
|
6180
6195
|
TwilioConversationDataApiConversationTypeEnum,
|
|
6181
6196
|
TwilioInboundSenderTypeDataApiDirectionEnum,
|
|
6182
6197
|
TwilioOutboundSenderTypeDataApiDirectionEnum,
|