@odynn/awayz-hotels 0.6.5 → 0.6.6

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.
@@ -1,5 +1,7 @@
1
+ import { EAvailabilityAlertStatus as S } from "./EAvailabilityAlert.js";
1
2
  var A = /* @__PURE__ */ ((a) => (a.ASCENDING = "ASC", a.DESCENDING = "DESC", a))(A || {}), C = /* @__PURE__ */ ((a) => (a.CASH = "Cash", a.POINTS = "Points", a.STAR_RATING = "Star Rating", a.BOOKABLE = "Bookable", a))(C || {});
2
3
  export {
4
+ S as EAvailabilityAlertStatus,
3
5
  C as EHotelSortOption,
4
6
  A as ESortingOrder
5
7
  };
@@ -30,4 +30,4 @@ export declare enum EHotelSortOption {
30
30
  STAR_RATING = "Star Rating",
31
31
  BOOKABLE = "Bookable"
32
32
  }
33
- export type { EAvailabilityAlertStatus } from './EAvailabilityAlert';
33
+ export { EAvailabilityAlertStatus } from './EAvailabilityAlert';
package/dist/main.js CHANGED
@@ -1,24 +1,26 @@
1
- import { ESearchType as r } from "./services/hotel/HotelService.types.js";
1
+ import { ESearchType as t } from "./services/hotel/HotelService.types.js";
2
2
  import { HotelResult as l } from "./components/HotelResult/HotelResult.js";
3
- import { HotelResults as p } from "./components/HotelResults/HotelResults.js";
4
- import { Legend as i } from "./components/Legend/Legend.js";
3
+ import { HotelResults as a } from "./components/HotelResults/HotelResults.js";
4
+ import { Legend as p } from "./components/Legend/Legend.js";
5
5
  import { useHotelSearch as s } from "./hooks/useHotelSearch/useHotelSearch.js";
6
6
  import { useLocationSearch as u } from "./hooks/useLocationSearch/useLocationSearch.js";
7
7
  import { useHotelDetails as d } from "./hooks/useHotelDetails/useHotelDetails.js";
8
8
  import { useHotelSort as c } from "./hooks/useHotelSort/useHotelSort.js";
9
9
  import { useAvailabilityAlerts as h } from "./hooks/useAvailabilityAlerts/useAvailabilityAlerts.js";
10
- import { EHotelSortOption as y, ESortingOrder as E } from "./enums/index.js";
11
- import { defaultLocationSortOrder as T, defaultSimilarityThreshold as g, duffelTestHotelLocation as A } from "./configs/defaults.js";
10
+ import { EHotelSortOption as A, ESortingOrder as E } from "./enums/index.js";
11
+ import { defaultLocationSortOrder as O, defaultSimilarityThreshold as T, duffelTestHotelLocation as b } from "./configs/defaults.js";
12
+ import { EAvailabilityAlertStatus as v } from "./enums/EAvailabilityAlert.js";
12
13
  export {
13
- y as EHotelSortOption,
14
- r as ESearchType,
14
+ v as EAvailabilityAlertStatus,
15
+ A as EHotelSortOption,
16
+ t as ESearchType,
15
17
  E as ESortingOrder,
16
18
  l as HotelResult,
17
- p as HotelResults,
18
- i as Legend,
19
- T as defaultLocationSortOrder,
20
- g as defaultSimilarityThreshold,
21
- A as duffelTestHotelLocation,
19
+ a as HotelResults,
20
+ p as Legend,
21
+ O as defaultLocationSortOrder,
22
+ T as defaultSimilarityThreshold,
23
+ b as duffelTestHotelLocation,
22
24
  h as useAvailabilityAlerts,
23
25
  d as useHotelDetails,
24
26
  s as useHotelSearch,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@odynn/awayz-hotels",
3
3
  "private": false,
4
- "version": "0.6.5",
4
+ "version": "0.6.6",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"