@ember-home/unbound-ts-client 0.0.62 → 0.0.63
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 +178 -1
- package/dist/index.d.ts +178 -1
- package/dist/index.js +25 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -75,6 +75,9 @@ var createRequestFunction = function(axiosArgs, globalAxios3, BASE_PATH2, config
|
|
|
75
75
|
};
|
|
76
76
|
|
|
77
77
|
// src/api.ts
|
|
78
|
+
var BotApiParticipantTypeEnum = {
|
|
79
|
+
Bot: "BOT"
|
|
80
|
+
};
|
|
78
81
|
var ContactListingType = {
|
|
79
82
|
Owner: "OWNER"
|
|
80
83
|
};
|
|
@@ -91,6 +94,15 @@ var EmailInboxApiInboxTypeEnum = {
|
|
|
91
94
|
var EmailProviderMessageApiMessageTypeEnum = {
|
|
92
95
|
Email: "EMAIL"
|
|
93
96
|
};
|
|
97
|
+
var ExternalStaffApiStaffTypeEnum = {
|
|
98
|
+
ExternalStaff: "EXTERNAL_STAFF"
|
|
99
|
+
};
|
|
100
|
+
var GuestApiParticipantTypeEnum = {
|
|
101
|
+
Guest: "GUEST"
|
|
102
|
+
};
|
|
103
|
+
var InternalStaffApiStaffTypeEnum = {
|
|
104
|
+
InternalStaff: "INTERNAL_STAFF"
|
|
105
|
+
};
|
|
94
106
|
var MessageDirection = {
|
|
95
107
|
Inbound: "INBOUND",
|
|
96
108
|
Outbound: "OUTBOUND"
|
|
@@ -124,6 +136,9 @@ var ProviderCommunicationType = {
|
|
|
124
136
|
var ProviderConversationDataApiConversationTypeEnum = {
|
|
125
137
|
RentalProvider: "RENTAL_PROVIDER"
|
|
126
138
|
};
|
|
139
|
+
var ProviderStaffApiStaffTypeEnum = {
|
|
140
|
+
ProviderStaff: "PROVIDER_STAFF"
|
|
141
|
+
};
|
|
127
142
|
var RentalProviderMessageApiMessageTypeEnum = {
|
|
128
143
|
RentalProvider: "RENTAL_PROVIDER"
|
|
129
144
|
};
|
|
@@ -186,6 +201,9 @@ var SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy = {
|
|
|
186
201
|
var SrcResourceModelsReservationsModelReservationBaseModelSortBy = {
|
|
187
202
|
ArrivalAtPropertyTz: "arrival_at_property_tz"
|
|
188
203
|
};
|
|
204
|
+
var StaffApiParticipantTypeEnum = {
|
|
205
|
+
Staff: "STAFF"
|
|
206
|
+
};
|
|
189
207
|
var TwilioConversationDataApiConversationTypeEnum = {
|
|
190
208
|
Text: "TEXT"
|
|
191
209
|
};
|
|
@@ -6098,6 +6116,7 @@ export {
|
|
|
6098
6116
|
AccountsApiAxiosParamCreator,
|
|
6099
6117
|
AccountsApiFactory,
|
|
6100
6118
|
AccountsApiFp,
|
|
6119
|
+
BotApiParticipantTypeEnum,
|
|
6101
6120
|
Configuration,
|
|
6102
6121
|
ContactListingType,
|
|
6103
6122
|
ContactsApi,
|
|
@@ -6112,6 +6131,8 @@ export {
|
|
|
6112
6131
|
EmailConversationDataApiConversationTypeEnum,
|
|
6113
6132
|
EmailInboxApiInboxTypeEnum,
|
|
6114
6133
|
EmailProviderMessageApiMessageTypeEnum,
|
|
6134
|
+
ExternalStaffApiStaffTypeEnum,
|
|
6135
|
+
GuestApiParticipantTypeEnum,
|
|
6115
6136
|
HostawayApi,
|
|
6116
6137
|
HostawayApiAxiosParamCreator,
|
|
6117
6138
|
HostawayApiFactory,
|
|
@@ -6124,6 +6145,7 @@ export {
|
|
|
6124
6145
|
InquiriesApiAxiosParamCreator,
|
|
6125
6146
|
InquiriesApiFactory,
|
|
6126
6147
|
InquiriesApiFp,
|
|
6148
|
+
InternalStaffApiStaffTypeEnum,
|
|
6127
6149
|
ListingsApi,
|
|
6128
6150
|
ListingsApiAxiosParamCreator,
|
|
6129
6151
|
ListingsApiFactory,
|
|
@@ -6139,6 +6161,7 @@ export {
|
|
|
6139
6161
|
ProviderAccountInboxApiInboxTypeEnum,
|
|
6140
6162
|
ProviderCommunicationType,
|
|
6141
6163
|
ProviderConversationDataApiConversationTypeEnum,
|
|
6164
|
+
ProviderStaffApiStaffTypeEnum,
|
|
6142
6165
|
ProvidersApi,
|
|
6143
6166
|
ProvidersApiAxiosParamCreator,
|
|
6144
6167
|
ProvidersApiFactory,
|
|
@@ -6159,6 +6182,7 @@ export {
|
|
|
6159
6182
|
SrcResourceModelsListingsModelListingBaseSortBy,
|
|
6160
6183
|
SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy,
|
|
6161
6184
|
SrcResourceModelsReservationsModelReservationBaseModelSortBy,
|
|
6185
|
+
StaffApiParticipantTypeEnum,
|
|
6162
6186
|
SuggestedRepliesApi,
|
|
6163
6187
|
SuggestedRepliesApiAxiosParamCreator,
|
|
6164
6188
|
SuggestedRepliesApiFactory,
|