@odynn/awayz-core 0.10.13 → 0.10.14

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.
Files changed (37) hide show
  1. package/dist/{TripsService-BVsAk5Ky.js → TripsService-PQeXLB1p.js} +1 -1
  2. package/dist/components/CashValue/CashValue.js +1 -1
  3. package/dist/components/CashValue/CashValue.stories.js +1 -1
  4. package/dist/components/ClientPointsValue/ClientPointsValue.js +1 -1
  5. package/dist/components/Wallet/Card/Card.stories.js +1 -1
  6. package/dist/configs/endpoints.js +1 -1
  7. package/dist/context/AwayzContext.js +1 -0
  8. package/dist/hooks/useAwayzAuth/useAwayzAuth.js +110 -99
  9. package/dist/hooks/useBookingManagement/useBookingManagement.js +1 -1
  10. package/dist/hooks/useBookingManagement/useBookingManagement.test.js +1 -1
  11. package/dist/hooks/useFeatureFlags.js +1 -1
  12. package/dist/hooks/useSearchLimit.js +1 -1
  13. package/dist/hooks/useTripManagement/useTripManagement.js +2 -2
  14. package/dist/hooks/useTripManagement/useTripManagement.test.js +2 -2
  15. package/dist/hooks/useWallet/useWallet.js +1 -1
  16. package/dist/hooks/useWallet/useWallet.test.js +1 -1
  17. package/dist/lib/configs/endpoints.d.ts +1 -0
  18. package/dist/lib/context/AwayzContext.d.ts +1 -0
  19. package/dist/lib/hooks/useAwayzAuth/useAwayzAuth.d.ts +9 -5
  20. package/dist/lib/services/account/AccountService.d.ts +9 -0
  21. package/dist/main.js +1 -1
  22. package/dist/{noRetryInstance-C4bqpBc7.js → noRetryInstance-CbNDzU_c.js} +111 -96
  23. package/dist/providers/AwayzProvider.js +1 -1
  24. package/dist/services/account/AccountService.js +1 -1
  25. package/dist/services/bookings/BookingService.js +1 -1
  26. package/dist/services/currency/CurrencyService.js +1 -1
  27. package/dist/services/features/featureService.js +1 -1
  28. package/dist/services/index.js +1 -1
  29. package/dist/services/instance.js +1 -1
  30. package/dist/services/instanceConfig.js +1 -1
  31. package/dist/services/noRetryInstance.js +1 -1
  32. package/dist/services/preferences/PreferencesService.js +1 -1
  33. package/dist/services/rewards/RewardsService.js +1 -1
  34. package/dist/services/trips/TripsService.js +2 -2
  35. package/dist/services/wallet/WalletService.js +1 -1
  36. package/dist/utils/clientPoints.js +1 -1
  37. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { a } from "../noRetryInstance-C4bqpBc7.js";
1
+ import { a } from "../noRetryInstance-CbNDzU_c.js";
2
2
  export {
3
3
  a as clientNoRetryInstance
4
4
  };
@@ -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-C4bqpBc7.js";
5
+ import { c as i } from "../../noRetryInstance-CbNDzU_c.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 = (t, e, a) => e in t ? s(t, e, { enumerable: !0, configurable: !0, writable: !0, value: a }) : t[e] = a;
3
3
  var r = (t, e, a) => n(t, typeof e != "symbol" ? e + "" : e, a);
4
4
  import "../../arrayExtensions-DlcBOj5a.js";
5
- import { c as o, b as c } from "../../noRetryInstance-C4bqpBc7.js";
5
+ import { c as o, b as c } from "../../noRetryInstance-CbNDzU_c.js";
6
6
  import "react";
7
7
  import { ERewardsEndpoints as i } from "../../configs/endpoints.js";
8
8
  class m {
@@ -1,6 +1,6 @@
1
1
  import "../../arrayExtensions-DlcBOj5a.js";
2
- import "../../noRetryInstance-C4bqpBc7.js";
3
- import { T } from "../../TripsService-BVsAk5Ky.js";
2
+ import "../../noRetryInstance-CbNDzU_c.js";
3
+ import { T } from "../../TripsService-PQeXLB1p.js";
4
4
  import "react";
5
5
  import "../../configs/defaultAwayzConfig.js";
6
6
  import "../../configs/endpoints.js";
@@ -2,7 +2,7 @@ var d = Object.defineProperty;
2
2
  var i = (o, a, t) => a in o ? d(o, a, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[a] = t;
3
3
  var r = (o, a, t) => i(o, typeof a != "symbol" ? a + "" : a, t);
4
4
  import "../../arrayExtensions-DlcBOj5a.js";
5
- import { c as e, b as c, g as A } from "../../noRetryInstance-C4bqpBc7.js";
5
+ import { c as e, b as c, g as A } from "../../noRetryInstance-CbNDzU_c.js";
6
6
  import "react";
7
7
  import { EWalletEndpoints as s } from "../../configs/endpoints.js";
8
8
  class u {
@@ -1,5 +1,5 @@
1
1
  import "../arrayExtensions-DlcBOj5a.js";
2
- import { E as m } from "../noRetryInstance-C4bqpBc7.js";
2
+ import { E as m } from "../noRetryInstance-CbNDzU_c.js";
3
3
  import "react";
4
4
  import "react/jsx-runtime";
5
5
  import "react-i18next";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odynn/awayz-core",
3
- "version": "0.10.13",
3
+ "version": "0.10.14",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"