@ember-home/unbound-ts-client 0.0.60 → 0.0.61
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 +20 -9
- package/dist/index.d.ts +20 -9
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -142,6 +142,11 @@ var ProviderStaffApiStaffTypeEnum = {
|
|
|
142
142
|
var RentalProviderMessageApiMessageTypeEnum = {
|
|
143
143
|
RentalProvider: "RENTAL_PROVIDER"
|
|
144
144
|
};
|
|
145
|
+
var RentalProviderTypes = {
|
|
146
|
+
Hostaway: "HOSTAWAY",
|
|
147
|
+
Guesty: "GUESTY",
|
|
148
|
+
Unbound: "UNBOUND"
|
|
149
|
+
};
|
|
145
150
|
var ReservationChannelTypes = {
|
|
146
151
|
Airbnb: "AIRBNB",
|
|
147
152
|
Vrbo: "VRBO",
|
|
@@ -6162,6 +6167,7 @@ export {
|
|
|
6162
6167
|
ProvidersApiFactory,
|
|
6163
6168
|
ProvidersApiFp,
|
|
6164
6169
|
RentalProviderMessageApiMessageTypeEnum,
|
|
6170
|
+
RentalProviderTypes,
|
|
6165
6171
|
ReservationChannelTypes,
|
|
6166
6172
|
ReservationStatus,
|
|
6167
6173
|
ReservationsApi,
|