@odynn/awayz-core 0.10.35 → 0.10.37
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/{TripsService-C6HJZJwL.js → TripsService-Q2jinDQJ.js} +1 -1
- package/dist/components/CashValue/CashValue.js +1 -1
- package/dist/components/CashValue/CashValue.stories.js +1 -1
- package/dist/components/ClientPointsValue/ClientPointsValue.js +1 -1
- package/dist/components/Wallet/Card/Card.stories.js +1 -1
- package/dist/context/AwayzContext.js +0 -1
- package/dist/hooks/useAwayzAuth/useAwayzAuth.js +100 -96
- package/dist/hooks/useBookingManagement/useBookingManagement.js +1 -1
- package/dist/hooks/useBookingManagement/useBookingManagement.test.js +1 -1
- package/dist/hooks/useFeatureFlags.js +1 -1
- package/dist/hooks/useSearchLimit.js +1 -1
- package/dist/hooks/useTripManagement/useTripManagement.js +2 -2
- package/dist/hooks/useTripManagement/useTripManagement.test.js +2 -2
- package/dist/hooks/useWallet/useWallet.js +1 -1
- package/dist/hooks/useWallet/useWallet.test.js +1 -1
- package/dist/lib/context/AwayzContext.d.ts +0 -1
- package/dist/lib/hooks/useAwayzAuth/useAwayzAuth.d.ts +0 -1
- package/dist/main.js +1 -1
- package/dist/{noRetryInstance-C0lN2R80.js → noRetryInstance-BUtUqKl-.js} +378 -382
- package/dist/providers/AwayzProvider.js +1 -1
- package/dist/services/account/AccountService.js +1 -1
- package/dist/services/bookings/BookingService.js +1 -1
- package/dist/services/currency/CurrencyService.js +1 -1
- package/dist/services/features/featureService.js +1 -1
- package/dist/services/index.js +1 -1
- package/dist/services/instance.js +1 -1
- package/dist/services/instanceConfig.js +1 -1
- 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/dist/utils/clientPoints.js +1 -1
- package/package.json +1 -1
|
@@ -12,7 +12,7 @@ import '../assets/_styles4.css';import '../assets/_styles6.css';import '../asset
|
|
|
12
12
|
/* empty css */
|
|
13
13
|
/* empty css */
|
|
14
14
|
import { awayzClient as w } from "../configs/awayzClient.js";
|
|
15
|
-
import "../noRetryInstance-
|
|
15
|
+
import "../noRetryInstance-BUtUqKl-.js";
|
|
16
16
|
/* empty css */
|
|
17
17
|
/* empty css */
|
|
18
18
|
import "../index-Cv-wvFlM.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
3
|
-
import { A as a } from "../../noRetryInstance-
|
|
3
|
+
import { A as a } from "../../noRetryInstance-BUtUqKl-.js";
|
|
4
4
|
import "../../keys-C7jV6nZg.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "../../configs/awayzClient.js";
|
|
@@ -4,7 +4,7 @@ var i = (r, t, a) => y(r, typeof t != "symbol" ? t + "" : t, a);
|
|
|
4
4
|
import "react/jsx-runtime";
|
|
5
5
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
6
6
|
import { t as f } from "../../numberUtils-B4wd-SGR.js";
|
|
7
|
-
import { c as l, b as m, g as p } from "../../noRetryInstance-
|
|
7
|
+
import { c as l, b as m, g as p } from "../../noRetryInstance-BUtUqKl-.js";
|
|
8
8
|
import "react";
|
|
9
9
|
import { EBookingEndpoints as c } from "../../configs/endpoints.js";
|
|
10
10
|
const h = (r) => {
|
|
@@ -3,7 +3,7 @@ var l = (c, r, t) => r in c ? f(c, r, { enumerable: !0, configurable: !0, writab
|
|
|
3
3
|
var o = (c, r, t) => l(c, typeof r != "symbol" ? r + "" : r, t);
|
|
4
4
|
import "react/jsx-runtime";
|
|
5
5
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
6
|
-
import { A as i, E as u, c as y } from "../../noRetryInstance-
|
|
6
|
+
import { A as i, E as u, c as y } from "../../noRetryInstance-BUtUqKl-.js";
|
|
7
7
|
import "react";
|
|
8
8
|
import { ECurrencyEndpoints as p } from "../../configs/endpoints.js";
|
|
9
9
|
import "react-i18next";
|
package/dist/services/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as o, c, a as t, g as a, i as n } from "../noRetryInstance-
|
|
1
|
+
import { A as o, c, a as t, g as a, i as n } from "../noRetryInstance-BUtUqKl-.js";
|
|
2
2
|
import { ESource as i } from "./account/AccountServices.types.js";
|
|
3
3
|
import { CurrencyService as f } from "./currency/CurrencyService.js";
|
|
4
4
|
import { RewardsService as x } from "./rewards/RewardsService.js";
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../arrayExtensions-DlcBOj5a.js";
|
|
3
3
|
import "../keys-C7jV6nZg.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import { c as m, g as p, i as s } from "../noRetryInstance-
|
|
5
|
+
import { c as m, g as p, i as s } from "../noRetryInstance-BUtUqKl-.js";
|
|
6
6
|
import "../configs/awayzUrl.js";
|
|
7
7
|
export {
|
|
8
8
|
m as clientInstance,
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../arrayExtensions-DlcBOj5a.js";
|
|
3
3
|
import "../keys-C7jV6nZg.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import { m as c, k as F, l as j, h as k, j as q, n as w, p as A } from "../noRetryInstance-
|
|
5
|
+
import { m as c, k as F, l as j, h as k, j as q, n as w, p as A } from "../noRetryInstance-BUtUqKl-.js";
|
|
6
6
|
import "../configs/awayzUrl.js";
|
|
7
7
|
import "../configs/endpoints.js";
|
|
8
8
|
import "react-i18next";
|
|
@@ -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 "../../noRetryInstance-
|
|
5
|
+
import { c as i } from "../../noRetryInstance-BUtUqKl-.js";
|
|
6
6
|
class E {
|
|
7
7
|
constructor() {
|
|
8
8
|
n(this, "setCurrency", async (e) => {
|
|
@@ -3,7 +3,7 @@ var o = (t, e, a) => e in t ? s(t, e, { enumerable: !0, configurable: !0, writab
|
|
|
3
3
|
var r = (t, e, a) => o(t, typeof e != "symbol" ? e + "" : e, a);
|
|
4
4
|
import "react/jsx-runtime";
|
|
5
5
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
6
|
-
import { c as n, b as i } from "../../noRetryInstance-
|
|
6
|
+
import { c as n, b as i } from "../../noRetryInstance-BUtUqKl-.js";
|
|
7
7
|
import "react";
|
|
8
8
|
import { ERewardsEndpoints as c } from "../../configs/endpoints.js";
|
|
9
9
|
class m {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
3
|
-
import "../../noRetryInstance-
|
|
4
|
-
import { T as a } from "../../TripsService-
|
|
3
|
+
import "../../noRetryInstance-BUtUqKl-.js";
|
|
4
|
+
import { T as a } from "../../TripsService-Q2jinDQJ.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "../../configs/defaultAwayzConfig.js";
|
|
7
7
|
import "../../configs/endpoints.js";
|
|
@@ -3,7 +3,7 @@ var i = (o, a, t) => a in o ? d(o, a, { enumerable: !0, configurable: !0, writab
|
|
|
3
3
|
var r = (o, a, t) => i(o, typeof a != "symbol" ? a + "" : a, t);
|
|
4
4
|
import "react/jsx-runtime";
|
|
5
5
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
6
|
-
import { c as e, b as c, g as A } from "../../noRetryInstance-
|
|
6
|
+
import { c as e, b as c, g as A } from "../../noRetryInstance-BUtUqKl-.js";
|
|
7
7
|
import "react";
|
|
8
8
|
import { EWalletEndpoints as s } from "../../configs/endpoints.js";
|
|
9
9
|
class u {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../arrayExtensions-DlcBOj5a.js";
|
|
3
|
-
import { E as m } from "../noRetryInstance-
|
|
3
|
+
import { E as m } from "../noRetryInstance-BUtUqKl-.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "react-i18next";
|
|
6
6
|
import '../assets/_styles4.css';import '../assets/_styles6.css';import '../assets/_styles5.css';import '../assets/_styles2.css';import '../assets/_styles.css';import '../assets/_styles3.css';/* empty css */
|