@odynn/awayz-core 0.6.2 → 0.6.4
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/{AccountService-CoynF2Xc.js → AccountService-DSlN1q1q.js} +1 -1
- package/dist/{TripsService-41qvbwrn.js → TripsService-CeG6Pctf.js} +1 -1
- package/dist/assets/_styles.css +1 -1
- package/dist/assets/_styles2.css +1 -1
- package/dist/assets/_styles3.css +1 -1
- package/dist/assets/_styles4.css +1 -1
- package/dist/assets/_styles5.css +1 -1
- package/dist/components/Bookings/FlightBooking/FlightBooking.js +6 -6
- package/dist/components/Bookings/HotelBooking/HotelBooking.js +1 -1
- package/dist/components/CashValue/CashValue.js +118 -119
- package/dist/components/CashValue/CashValue.stories.js +10 -10
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/Wallet/Card/Card.js +1 -1
- package/dist/components/Wallet/Card/Card.stories.js +7 -7
- package/dist/configs/index.js +6 -0
- package/dist/hooks/index.js +12 -0
- package/dist/hooks/useAwayzAuth/useAwayzAuth.js +10 -10
- package/dist/hooks/useBookingManagement/useBookingManagement.js +5 -5
- package/dist/hooks/useBookingManagement/useBookingManagement.test.js +13 -13
- package/dist/hooks/useSearchLimit.js +1 -1
- package/dist/hooks/useTripManagement/useTripManagement.js +5 -5
- package/dist/hooks/useTripManagement/useTripManagement.test.js +8 -8
- package/dist/hooks/useWallet/useWallet.js +5 -5
- package/dist/hooks/useWallet/useWallet.test.js +7 -7
- package/dist/{keys-DcSEucOc.js → keys-D66VvSIm.js} +2 -2
- package/dist/lib/configs/index.d.ts +3 -0
- package/dist/lib/hooks/index.d.ts +6 -0
- package/dist/lib/main.d.ts +4 -8
- package/dist/main.js +45 -44
- package/dist/providers/AwayzProvider.js +4 -4
- package/dist/services/account/AccountService.js +2 -2
- package/dist/services/bookings/BookingService.js +2 -2
- package/dist/services/currency/CurrencyService.js +5 -5
- package/dist/services/index.js +1 -1
- package/dist/services/instance.js +2 -2
- package/dist/services/instanceConfig.js +2 -2
- package/dist/services/noRetryInstance.js +1 -1
- package/dist/services/preferences/PreferencesService.js +1 -1
- package/dist/services/rewards/RewardsService.js +1 -1
- package/dist/services/trips/TripsService.js +2 -2
- package/dist/services/wallet/WalletService.js +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ var a = Object.defineProperty;
|
|
|
2
2
|
var o = (s, e, r) => e in s ? a(s, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : s[e] = r;
|
|
3
3
|
var n = (s, e, r) => o(s, typeof e != "symbol" ? e + "" : e, r);
|
|
4
4
|
import { EPreferencesEndpoints as u } from "../../configs/endpoints.js";
|
|
5
|
-
import { c as i } from "../../AccountService-
|
|
5
|
+
import { c as i } from "../../AccountService-DSlN1q1q.js";
|
|
6
6
|
class E {
|
|
7
7
|
constructor() {
|
|
8
8
|
n(this, "setCurrency", async (e) => {
|
|
@@ -2,7 +2,7 @@ var s = Object.defineProperty;
|
|
|
2
2
|
var n = (a, e, t) => e in a ? s(a, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : a[e] = t;
|
|
3
3
|
var r = (a, e, t) => n(a, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
5
|
-
import { c as o, a as c } from "../../AccountService-
|
|
5
|
+
import { c as o, a as c } from "../../AccountService-DSlN1q1q.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import { ERewardsEndpoints as i } from "../../configs/endpoints.js";
|
|
8
8
|
class m {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import "../../AccountService-
|
|
1
|
+
import "../../AccountService-DSlN1q1q.js";
|
|
2
2
|
import "./TripService.types.js";
|
|
3
3
|
import "../../configs/endpoints.js";
|
|
4
4
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
5
|
-
import { T as s } from "../../TripsService-
|
|
5
|
+
import { T as s } from "../../TripsService-CeG6Pctf.js";
|
|
6
6
|
import "react";
|
|
7
7
|
export {
|
|
8
8
|
s as TripsService
|
|
@@ -2,7 +2,7 @@ var o = Object.defineProperty;
|
|
|
2
2
|
var i = (d, a, t) => a in d ? o(d, a, { enumerable: !0, configurable: !0, writable: !0, value: t }) : d[a] = t;
|
|
3
3
|
var r = (d, a, t) => i(d, typeof a != "symbol" ? a + "" : a, t);
|
|
4
4
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
5
|
-
import { c as s, a as c } from "../../AccountService-
|
|
5
|
+
import { c as s, a as c } from "../../AccountService-DSlN1q1q.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import { EWalletEndpoints as e } from "../../configs/endpoints.js";
|
|
8
8
|
class A {
|