@ember-home/unbound-ts-client 0.0.60 → 0.0.62

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
@@ -75,9 +75,6 @@ var createRequestFunction = function(axiosArgs, globalAxios3, BASE_PATH2, config
75
75
  };
76
76
 
77
77
  // src/api.ts
78
- var BotApiParticipantTypeEnum = {
79
- Bot: "BOT"
80
- };
81
78
  var ContactListingType = {
82
79
  Owner: "OWNER"
83
80
  };
@@ -94,15 +91,6 @@ var EmailInboxApiInboxTypeEnum = {
94
91
  var EmailProviderMessageApiMessageTypeEnum = {
95
92
  Email: "EMAIL"
96
93
  };
97
- var ExternalStaffApiStaffTypeEnum = {
98
- ExternalStaff: "EXTERNAL_STAFF"
99
- };
100
- var GuestApiParticipantTypeEnum = {
101
- Guest: "GUEST"
102
- };
103
- var InternalStaffApiStaffTypeEnum = {
104
- InternalStaff: "INTERNAL_STAFF"
105
- };
106
94
  var MessageDirection = {
107
95
  Inbound: "INBOUND",
108
96
  Outbound: "OUTBOUND"
@@ -121,7 +109,7 @@ var PaginationDirection = {
121
109
  Backward: "backward"
122
110
  };
123
111
  var PhoneInboxApiInboxTypeEnum = {
124
- Twilio: "TWILIO"
112
+ Text: "TEXT"
125
113
  };
126
114
  var ProviderAccountInboxApiInboxTypeEnum = {
127
115
  RentalProvider: "RENTAL_PROVIDER"
@@ -136,12 +124,14 @@ var ProviderCommunicationType = {
136
124
  var ProviderConversationDataApiConversationTypeEnum = {
137
125
  RentalProvider: "RENTAL_PROVIDER"
138
126
  };
139
- var ProviderStaffApiStaffTypeEnum = {
140
- ProviderStaff: "PROVIDER_STAFF"
141
- };
142
127
  var RentalProviderMessageApiMessageTypeEnum = {
143
128
  RentalProvider: "RENTAL_PROVIDER"
144
129
  };
130
+ var RentalProviderTypes = {
131
+ Hostaway: "HOSTAWAY",
132
+ Guesty: "GUESTY",
133
+ Unbound: "UNBOUND"
134
+ };
145
135
  var ReservationChannelTypes = {
146
136
  Airbnb: "AIRBNB",
147
137
  Vrbo: "VRBO",
@@ -182,7 +172,7 @@ var SrcResourceModelsHelperModelsCustomBaseModelCreateApi1MessageTypeEnum = {
182
172
  RentalProvider: "RENTAL_PROVIDER"
183
173
  };
184
174
  var SrcResourceModelsHelperModelsCustomBaseModelCreateApi2MessageTypeEnum = {
185
- Twilio: "TWILIO"
175
+ Text: "TEXT"
186
176
  };
187
177
  var SrcResourceModelsHelperModelsCustomBaseModelCreateApi3MessageTypeEnum = {
188
178
  Email: "EMAIL"
@@ -196,11 +186,8 @@ var SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy = {
196
186
  var SrcResourceModelsReservationsModelReservationBaseModelSortBy = {
197
187
  ArrivalAtPropertyTz: "arrival_at_property_tz"
198
188
  };
199
- var StaffApiParticipantTypeEnum = {
200
- Staff: "STAFF"
201
- };
202
189
  var TwilioConversationDataApiConversationTypeEnum = {
203
- Twilio: "TWILIO"
190
+ Text: "TEXT"
204
191
  };
205
192
  var TwilioInboundSenderTypeDataApiDirectionEnum = {
206
193
  Inbound: "INBOUND"
@@ -209,7 +196,7 @@ var TwilioOutboundSenderTypeDataApiDirectionEnum = {
209
196
  Outbound: "OUTBOUND"
210
197
  };
211
198
  var TwilioProviderMessageApiMessageTypeEnum = {
212
- Twilio: "TWILIO"
199
+ Text: "TEXT"
213
200
  };
214
201
  var AccountsApiAxiosParamCreator = function(configuration) {
215
202
  return {
@@ -6111,7 +6098,6 @@ export {
6111
6098
  AccountsApiAxiosParamCreator,
6112
6099
  AccountsApiFactory,
6113
6100
  AccountsApiFp,
6114
- BotApiParticipantTypeEnum,
6115
6101
  Configuration,
6116
6102
  ContactListingType,
6117
6103
  ContactsApi,
@@ -6126,8 +6112,6 @@ export {
6126
6112
  EmailConversationDataApiConversationTypeEnum,
6127
6113
  EmailInboxApiInboxTypeEnum,
6128
6114
  EmailProviderMessageApiMessageTypeEnum,
6129
- ExternalStaffApiStaffTypeEnum,
6130
- GuestApiParticipantTypeEnum,
6131
6115
  HostawayApi,
6132
6116
  HostawayApiAxiosParamCreator,
6133
6117
  HostawayApiFactory,
@@ -6140,7 +6124,6 @@ export {
6140
6124
  InquiriesApiAxiosParamCreator,
6141
6125
  InquiriesApiFactory,
6142
6126
  InquiriesApiFp,
6143
- InternalStaffApiStaffTypeEnum,
6144
6127
  ListingsApi,
6145
6128
  ListingsApiAxiosParamCreator,
6146
6129
  ListingsApiFactory,
@@ -6156,12 +6139,12 @@ export {
6156
6139
  ProviderAccountInboxApiInboxTypeEnum,
6157
6140
  ProviderCommunicationType,
6158
6141
  ProviderConversationDataApiConversationTypeEnum,
6159
- ProviderStaffApiStaffTypeEnum,
6160
6142
  ProvidersApi,
6161
6143
  ProvidersApiAxiosParamCreator,
6162
6144
  ProvidersApiFactory,
6163
6145
  ProvidersApiFp,
6164
6146
  RentalProviderMessageApiMessageTypeEnum,
6147
+ RentalProviderTypes,
6165
6148
  ReservationChannelTypes,
6166
6149
  ReservationStatus,
6167
6150
  ReservationsApi,
@@ -6176,7 +6159,6 @@ export {
6176
6159
  SrcResourceModelsListingsModelListingBaseSortBy,
6177
6160
  SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy,
6178
6161
  SrcResourceModelsReservationsModelReservationBaseModelSortBy,
6179
- StaffApiParticipantTypeEnum,
6180
6162
  SuggestedRepliesApi,
6181
6163
  SuggestedRepliesApiAxiosParamCreator,
6182
6164
  SuggestedRepliesApiFactory,