@ember-home/unbound-ts-client 0.0.80 → 0.0.82
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 +84 -51
- package/dist/index.d.ts +84 -51
- package/dist/index.js +15 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -121,11 +121,6 @@ var PaginationDirection = {
|
|
|
121
121
|
Forward: "forward",
|
|
122
122
|
Backward: "backward"
|
|
123
123
|
};
|
|
124
|
-
var ParticipantType = {
|
|
125
|
-
Guest: "GUEST",
|
|
126
|
-
Staff: "STAFF",
|
|
127
|
-
Bot: "BOT"
|
|
128
|
-
};
|
|
129
124
|
var PhoneInboxApiInboxTypeEnum = {
|
|
130
125
|
Text: "TEXT"
|
|
131
126
|
};
|
|
@@ -216,6 +211,19 @@ var SrcResourceModelsReservationsModelReservationBaseModelSortBy = {
|
|
|
216
211
|
var StaffApiParticipantTypeEnum = {
|
|
217
212
|
Staff: "STAFF"
|
|
218
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
|
+
};
|
|
219
227
|
var TwilioConversationDataApiConversationTypeEnum = {
|
|
220
228
|
Text: "TEXT"
|
|
221
229
|
};
|
|
@@ -6155,7 +6163,6 @@ export {
|
|
|
6155
6163
|
MessageDirection,
|
|
6156
6164
|
MessageStatus,
|
|
6157
6165
|
PaginationDirection,
|
|
6158
|
-
ParticipantType,
|
|
6159
6166
|
PhoneInboxApiInboxTypeEnum,
|
|
6160
6167
|
ProviderAccountInboxApiInboxTypeEnum,
|
|
6161
6168
|
ProviderCommunicationType,
|
|
@@ -6183,6 +6190,8 @@ export {
|
|
|
6183
6190
|
SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy,
|
|
6184
6191
|
SrcResourceModelsReservationsModelReservationBaseModelSortBy,
|
|
6185
6192
|
StaffApiParticipantTypeEnum,
|
|
6193
|
+
SuggestionStatus,
|
|
6194
|
+
SuggestionUsedType,
|
|
6186
6195
|
TwilioConversationDataApiConversationTypeEnum,
|
|
6187
6196
|
TwilioInboundSenderTypeDataApiDirectionEnum,
|
|
6188
6197
|
TwilioOutboundSenderTypeDataApiDirectionEnum,
|