@ember-home/unbound-ts-client 0.0.89 → 0.0.90
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 +120 -114
- package/dist/index.d.ts +120 -114
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -16
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -181,6 +181,18 @@ var ReservationStatus = {
|
|
|
181
181
|
Pending: "PENDING",
|
|
182
182
|
Confirmed: "CONFIRMED"
|
|
183
183
|
};
|
|
184
|
+
var SMSConversationDataApiConversationTypeEnum = {
|
|
185
|
+
Text: "TEXT"
|
|
186
|
+
};
|
|
187
|
+
var SMSInboundSenderTypeDataApiDirectionEnum = {
|
|
188
|
+
Inbound: "INBOUND"
|
|
189
|
+
};
|
|
190
|
+
var SMSMessageApiMessageTypeEnum = {
|
|
191
|
+
Text: "TEXT"
|
|
192
|
+
};
|
|
193
|
+
var SMSOutboundSenderTypeDataApiDirectionEnum = {
|
|
194
|
+
Outbound: "OUTBOUND"
|
|
195
|
+
};
|
|
184
196
|
var SortOrder = {
|
|
185
197
|
Asc: "asc",
|
|
186
198
|
Desc: "desc"
|
|
@@ -231,18 +243,6 @@ var SuggestionStatus = {
|
|
|
231
243
|
AnsweredByStaff: "ANSWERED_BY_STAFF",
|
|
232
244
|
ReplyGenerated: "REPLY_GENERATED"
|
|
233
245
|
};
|
|
234
|
-
var TwilioConversationDataApiConversationTypeEnum = {
|
|
235
|
-
Text: "TEXT"
|
|
236
|
-
};
|
|
237
|
-
var TwilioInboundSenderTypeDataApiDirectionEnum = {
|
|
238
|
-
Inbound: "INBOUND"
|
|
239
|
-
};
|
|
240
|
-
var TwilioOutboundSenderTypeDataApiDirectionEnum = {
|
|
241
|
-
Outbound: "OUTBOUND"
|
|
242
|
-
};
|
|
243
|
-
var TwilioProviderMessageApiMessageTypeEnum = {
|
|
244
|
-
Text: "TEXT"
|
|
245
|
-
};
|
|
246
246
|
var UserDeviceOs = {
|
|
247
247
|
Android: "ANDROID",
|
|
248
248
|
Ios: "IOS",
|
|
@@ -6333,6 +6333,10 @@ export {
|
|
|
6333
6333
|
ReservationsApiAxiosParamCreator,
|
|
6334
6334
|
ReservationsApiFactory,
|
|
6335
6335
|
ReservationsApiFp,
|
|
6336
|
+
SMSConversationDataApiConversationTypeEnum,
|
|
6337
|
+
SMSInboundSenderTypeDataApiDirectionEnum,
|
|
6338
|
+
SMSMessageApiMessageTypeEnum,
|
|
6339
|
+
SMSOutboundSenderTypeDataApiDirectionEnum,
|
|
6336
6340
|
SortOrder,
|
|
6337
6341
|
SrcResourceModelsContactsModelContactsModelContactSortBy,
|
|
6338
6342
|
SrcResourceModelsConversationsModelConversationsHelperModelsProviderCommunicationType,
|
|
@@ -6345,10 +6349,6 @@ export {
|
|
|
6345
6349
|
SrcResourceModelsReservationsModelReservationBaseModelSortBy,
|
|
6346
6350
|
StaffApiParticipantTypeEnum,
|
|
6347
6351
|
SuggestionStatus,
|
|
6348
|
-
TwilioConversationDataApiConversationTypeEnum,
|
|
6349
|
-
TwilioInboundSenderTypeDataApiDirectionEnum,
|
|
6350
|
-
TwilioOutboundSenderTypeDataApiDirectionEnum,
|
|
6351
|
-
TwilioProviderMessageApiMessageTypeEnum,
|
|
6352
6352
|
UnboundApi,
|
|
6353
6353
|
UnboundApiAxiosParamCreator,
|
|
6354
6354
|
UnboundApiFactory,
|