@odynn/awayz-core 0.3.22 → 0.3.23
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-D_6U8vP6.js → AccountService-cvx__9rR.js} +55 -55
- package/dist/{TripsService-BbbkMtx6.js → TripsService-G1T_Co8r.js} +1 -1
- package/dist/components/CashValue/CashValue.js +1 -1
- package/dist/components/CashValue/CashValue.stories.js +2 -2
- package/dist/components/Wallet/Card/Card.stories.js +2 -2
- package/dist/hooks/useAwayzAuth/useAwayzAuth.js +1 -1
- package/dist/hooks/useBookingManagement/useBookingManagement.js +1 -1
- package/dist/hooks/useBookingManagement/useBookingManagement.test.js +1 -1
- package/dist/hooks/useSearchLimit.js +17 -15
- package/dist/hooks/useTripManagement/useTripManagement.js +2 -2
- package/dist/hooks/useTripManagement/useTripManagement.test.js +2 -2
- package/dist/hooks/useWallet/useWallet.js +72 -42
- package/dist/hooks/useWallet/useWallet.test.js +80 -46
- package/dist/lib/hooks/useSearchLimit.d.ts +3 -1
- package/dist/lib/hooks/useWallet/useWallet.types.d.ts +16 -2
- package/dist/lib/services/wallet/WalletService.d.ts +3 -0
- package/dist/main.js +1 -1
- 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/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/trips/TripsService.js +2 -2
- package/dist/services/wallet/WalletService.js +55 -26
- package/package.json +1 -1
|
@@ -23,7 +23,7 @@ const ge = (e) => Array.isArray(e) ? e.map((t) => ge(t)) : typeof e == "object"
|
|
|
23
23
|
}, {}) : e, lr = (e) => (Object.keys(e).forEach(
|
|
24
24
|
(t) => !e[t] && delete e[t]
|
|
25
25
|
), e);
|
|
26
|
-
var $ = /* @__PURE__ */ ((e) => (e.LOCATIONS = "LOCATIONS", e.CHECK_USER = "CHECK_USER", e.USER_REGIONS = "USER_REGIONS", e.CONVERT_CURRENCY = "CONVERT_CURRENCY", e.CLIENT_COMPONENT_KEY = "CLIENT_COMPONENT_KEY", e.SEARCH_LIMIT = "SEARCH_LIMIT", e.PROGRAMS = "PROGRAMS", e.BANKS = "BANKS", e.CARDS = "CARDS", e.USER_CARDS = "USER_CARDS", e.TRIPS = "TRIPS", e.UNCATEGORISED_BOOKINGS = "UNCATEGORISED_BOOKINGS", e.BOOKING = "BOOKING", e))($ || {}), mt = /* @__PURE__ */ ((e) => (e.HOTEL = "Hotel", e.AIRLINE = "Airline", e.BANK = "Bank", e))(mt || {}), F = /* @__PURE__ */ ((e) => (e.TOKEN = "token", e.REFRESH_TOKEN = "refreshToken", e.CLIENT_ID = "clientId", e.AUTH_FLOW = "authFlow", e))(F || {});
|
|
26
|
+
var $ = /* @__PURE__ */ ((e) => (e.LOCATIONS = "LOCATIONS", e.CHECK_USER = "CHECK_USER", e.USER_REGIONS = "USER_REGIONS", e.CONVERT_CURRENCY = "CONVERT_CURRENCY", e.CLIENT_COMPONENT_KEY = "CLIENT_COMPONENT_KEY", e.SEARCH_LIMIT = "SEARCH_LIMIT", e.PROGRAMS = "PROGRAMS", e.USER_PROGRAMS = "USER_PROGRAMS", e.BANKS = "BANKS", e.CARDS = "CARDS", e.USER_CARDS = "USER_CARDS", e.TRIPS = "TRIPS", e.UNCATEGORISED_BOOKINGS = "UNCATEGORISED_BOOKINGS", e.BOOKING = "BOOKING", e))($ || {}), mt = /* @__PURE__ */ ((e) => (e.HOTEL = "Hotel", e.AIRLINE = "Airline", e.BANK = "Bank", e))(mt || {}), F = /* @__PURE__ */ ((e) => (e.TOKEN = "token", e.REFRESH_TOKEN = "refreshToken", e.CLIENT_ID = "clientId", e.AUTH_FLOW = "authFlow", e))(F || {});
|
|
27
27
|
function He(e, t) {
|
|
28
28
|
return function() {
|
|
29
29
|
return e.apply(t, arguments);
|
|
@@ -51,7 +51,7 @@ const Rt = re("string"), _ = re("function"), ze = re("number"), se = (e) => e !=
|
|
|
51
51
|
return e && (typeof FormData == "function" && e instanceof FormData || _(e.append) && ((t = ne(e)) === "formdata" || // detect form-data instance
|
|
52
52
|
t === "object" && _(e.toString) && e.toString() === "[object FormData]"));
|
|
53
53
|
}, Nt = x("URLSearchParams"), [Ct, xt, kt, Ut] = ["ReadableStream", "Request", "Response", "Headers"].map(x), Ft = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
54
|
-
function
|
|
54
|
+
function G(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
55
55
|
if (e === null || typeof e > "u")
|
|
56
56
|
return;
|
|
57
57
|
let r, s;
|
|
@@ -81,12 +81,12 @@ function fe() {
|
|
|
81
81
|
X(t[o]) && X(r) ? t[o] = fe(t[o], r) : X(r) ? t[o] = fe({}, r) : j(r) ? t[o] = r.slice() : t[o] = r;
|
|
82
82
|
};
|
|
83
83
|
for (let r = 0, s = arguments.length; r < s; r++)
|
|
84
|
-
arguments[r] &&
|
|
84
|
+
arguments[r] && G(arguments[r], n);
|
|
85
85
|
return t;
|
|
86
86
|
}
|
|
87
|
-
const
|
|
87
|
+
const Pt = (e, t, n, { allOwnKeys: r } = {}) => (G(t, (s, o) => {
|
|
88
88
|
n && _(s) ? e[o] = He(s, n) : e[o] = s;
|
|
89
|
-
}, { allOwnKeys: r }), e),
|
|
89
|
+
}, { allOwnKeys: r }), e), It = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Lt = (e, t, n, r) => {
|
|
90
90
|
e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
91
91
|
value: t.prototype
|
|
92
92
|
}), n && Object.assign(e.prototype, n);
|
|
@@ -133,7 +133,7 @@ const It = (e, t, n, { allOwnKeys: r } = {}) => (J(t, (s, o) => {
|
|
|
133
133
|
}
|
|
134
134
|
), be = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), $t = x("RegExp"), ve = (e, t) => {
|
|
135
135
|
const n = Object.getOwnPropertyDescriptors(e), r = {};
|
|
136
|
-
|
|
136
|
+
G(n, (s, o) => {
|
|
137
137
|
let i;
|
|
138
138
|
(i = t(s, o, e)) !== !1 && (r[o] = i || s);
|
|
139
139
|
}), Object.defineProperties(e, r);
|
|
@@ -152,14 +152,14 @@ const It = (e, t, n, { allOwnKeys: r } = {}) => (J(t, (s, o) => {
|
|
|
152
152
|
});
|
|
153
153
|
}
|
|
154
154
|
});
|
|
155
|
-
},
|
|
155
|
+
}, Gt = (e, t) => {
|
|
156
156
|
const n = {}, r = (s) => {
|
|
157
157
|
s.forEach((o) => {
|
|
158
158
|
n[o] = !0;
|
|
159
159
|
});
|
|
160
160
|
};
|
|
161
161
|
return j(e) ? r(e) : r(String(e).split(t)), n;
|
|
162
|
-
},
|
|
162
|
+
}, Jt = () => {
|
|
163
163
|
}, Vt = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
164
164
|
function Wt(e) {
|
|
165
165
|
return !!(e && _(e.append) && e[Me] === "FormData" && e[te]);
|
|
@@ -172,7 +172,7 @@ const Xt = (e) => {
|
|
|
172
172
|
if (!("toJSON" in r)) {
|
|
173
173
|
t[s] = r;
|
|
174
174
|
const o = j(r) ? [] : {};
|
|
175
|
-
return
|
|
175
|
+
return G(r, (i, c) => {
|
|
176
176
|
const f = n(i, s + 1);
|
|
177
177
|
!v(f) && (o[c] = f);
|
|
178
178
|
}), t[s] = void 0, o;
|
|
@@ -181,14 +181,14 @@ const Xt = (e) => {
|
|
|
181
181
|
return r;
|
|
182
182
|
};
|
|
183
183
|
return n(e, 0);
|
|
184
|
-
}, Yt = x("AsyncFunction"), Zt = (e) => e && (se(e) || _(e)) && _(e.then) && _(e.catch),
|
|
184
|
+
}, Yt = x("AsyncFunction"), Zt = (e) => e && (se(e) || _(e)) && _(e.then) && _(e.catch), Ge = ((e, t) => e ? setImmediate : t ? ((n, r) => (q.addEventListener("message", ({ source: s, data: o }) => {
|
|
185
185
|
s === q && o === n && r.length && r.shift()();
|
|
186
186
|
}, !1), (s) => {
|
|
187
187
|
r.push(s), q.postMessage(n, "*");
|
|
188
188
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
189
189
|
typeof setImmediate == "function",
|
|
190
190
|
_(q.postMessage)
|
|
191
|
-
), Qt = typeof queueMicrotask < "u" ? queueMicrotask.bind(q) : typeof process < "u" && process.nextTick ||
|
|
191
|
+
), Qt = typeof queueMicrotask < "u" ? queueMicrotask.bind(q) : typeof process < "u" && process.nextTick || Ge, en = (e) => e != null && _(e[te]), a = {
|
|
192
192
|
isArray: j,
|
|
193
193
|
isArrayBuffer: je,
|
|
194
194
|
isBuffer: yt,
|
|
@@ -213,11 +213,11 @@ const Xt = (e) => {
|
|
|
213
213
|
isURLSearchParams: Nt,
|
|
214
214
|
isTypedArray: Ht,
|
|
215
215
|
isFileList: Ot,
|
|
216
|
-
forEach:
|
|
216
|
+
forEach: G,
|
|
217
217
|
merge: fe,
|
|
218
|
-
extend:
|
|
218
|
+
extend: Pt,
|
|
219
219
|
trim: Ft,
|
|
220
|
-
stripBOM:
|
|
220
|
+
stripBOM: It,
|
|
221
221
|
inherits: Lt,
|
|
222
222
|
toFlatObject: Dt,
|
|
223
223
|
kindOf: ne,
|
|
@@ -232,9 +232,9 @@ const Xt = (e) => {
|
|
|
232
232
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
233
233
|
reduceDescriptors: ve,
|
|
234
234
|
freezeMethods: vt,
|
|
235
|
-
toObjectSet:
|
|
235
|
+
toObjectSet: Gt,
|
|
236
236
|
toCamelCase: Kt,
|
|
237
|
-
noop:
|
|
237
|
+
noop: Jt,
|
|
238
238
|
toFiniteNumber: Vt,
|
|
239
239
|
findKey: Ke,
|
|
240
240
|
global: q,
|
|
@@ -243,7 +243,7 @@ const Xt = (e) => {
|
|
|
243
243
|
toJSONObject: Xt,
|
|
244
244
|
isAsyncFn: Yt,
|
|
245
245
|
isThenable: Zt,
|
|
246
|
-
setImmediate:
|
|
246
|
+
setImmediate: Ge,
|
|
247
247
|
asap: Qt,
|
|
248
248
|
isIterable: en
|
|
249
249
|
};
|
|
@@ -271,7 +271,7 @@ a.inherits(E, Error, {
|
|
|
271
271
|
};
|
|
272
272
|
}
|
|
273
273
|
});
|
|
274
|
-
const
|
|
274
|
+
const Je = E.prototype, Ve = {};
|
|
275
275
|
[
|
|
276
276
|
"ERR_BAD_OPTION_VALUE",
|
|
277
277
|
"ERR_BAD_OPTION",
|
|
@@ -290,9 +290,9 @@ const Ge = E.prototype, Ve = {};
|
|
|
290
290
|
Ve[e] = { value: e };
|
|
291
291
|
});
|
|
292
292
|
Object.defineProperties(E, Ve);
|
|
293
|
-
Object.defineProperty(
|
|
293
|
+
Object.defineProperty(Je, "isAxiosError", { value: !0 });
|
|
294
294
|
E.from = (e, t, n, r, s, o) => {
|
|
295
|
-
const i = Object.create(
|
|
295
|
+
const i = Object.create(Je);
|
|
296
296
|
return a.toFlatObject(e, i, function(f) {
|
|
297
297
|
return f !== Error.prototype;
|
|
298
298
|
}, (c) => c !== "isAxiosError"), E.call(i, e.message, t, n, r, s), i.cause = e, i.name = e.name, o && Object.assign(i, o), i;
|
|
@@ -342,10 +342,10 @@ function oe(e, t, n) {
|
|
|
342
342
|
if (a.endsWith(m, "{}"))
|
|
343
343
|
m = r ? m : m.slice(0, -2), h = JSON.stringify(h);
|
|
344
344
|
else if (a.isArray(h) && nn(h) || (a.isFileList(h) || a.endsWith(m, "[]")) && (R = a.toArray(h)))
|
|
345
|
-
return m = We(m), R.forEach(function(b,
|
|
345
|
+
return m = We(m), R.forEach(function(b, P) {
|
|
346
346
|
!(a.isUndefined(b) || b === null) && t.append(
|
|
347
347
|
// eslint-disable-next-line no-nested-ternary
|
|
348
|
-
i === !0 ? Te([m],
|
|
348
|
+
i === !0 ? Te([m], P, o) : i === null ? m : m + "[]",
|
|
349
349
|
u(b)
|
|
350
350
|
);
|
|
351
351
|
}), !1;
|
|
@@ -545,7 +545,7 @@ function yn(e, t, n) {
|
|
|
545
545
|
}
|
|
546
546
|
return (n || JSON.stringify)(e);
|
|
547
547
|
}
|
|
548
|
-
const
|
|
548
|
+
const J = {
|
|
549
549
|
transitional: Ze,
|
|
550
550
|
adapter: ["xhr", "http", "fetch"],
|
|
551
551
|
transformRequest: [function(t, n) {
|
|
@@ -574,7 +574,7 @@ const G = {
|
|
|
574
574
|
return o || s ? (n.setContentType("application/json", !1), yn(t)) : t;
|
|
575
575
|
}],
|
|
576
576
|
transformResponse: [function(t) {
|
|
577
|
-
const n = this.transitional ||
|
|
577
|
+
const n = this.transitional || J.transitional, r = n && n.forcedJSONParsing, s = this.responseType === "json";
|
|
578
578
|
if (a.isResponse(t) || a.isReadableStream(t))
|
|
579
579
|
return t;
|
|
580
580
|
if (t && a.isString(t) && (r && !this.responseType || s)) {
|
|
@@ -612,7 +612,7 @@ const G = {
|
|
|
612
612
|
}
|
|
613
613
|
};
|
|
614
614
|
a.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
615
|
-
|
|
615
|
+
J.headers[e] = {};
|
|
616
616
|
});
|
|
617
617
|
const wn = a.toObjectSet([
|
|
618
618
|
"age",
|
|
@@ -816,7 +816,7 @@ a.reduceDescriptors(N.prototype, ({ value: e }, t) => {
|
|
|
816
816
|
});
|
|
817
817
|
a.freezeMethods(N);
|
|
818
818
|
function ue(e, t) {
|
|
819
|
-
const n = this ||
|
|
819
|
+
const n = this || J, r = t || n, s = N.from(r.headers);
|
|
820
820
|
let o = r.data;
|
|
821
821
|
return a.forEach(e, function(c) {
|
|
822
822
|
o = c.call(n, o, s.normalize(), t ? t.status : void 0);
|
|
@@ -1062,16 +1062,16 @@ const rt = (e) => {
|
|
|
1062
1062
|
}, p.onerror = function() {
|
|
1063
1063
|
r(new E("Network Error", E.ERR_NETWORK, e, p)), p = null;
|
|
1064
1064
|
}, p.ontimeout = function() {
|
|
1065
|
-
let
|
|
1065
|
+
let P = s.timeout ? "timeout of " + s.timeout + "ms exceeded" : "timeout exceeded";
|
|
1066
1066
|
const A = s.transitional || Ze;
|
|
1067
|
-
s.timeoutErrorMessage && (
|
|
1068
|
-
|
|
1067
|
+
s.timeoutErrorMessage && (P = s.timeoutErrorMessage), r(new E(
|
|
1068
|
+
P,
|
|
1069
1069
|
A.clarifyTimeoutError ? E.ETIMEDOUT : E.ECONNABORTED,
|
|
1070
1070
|
e,
|
|
1071
1071
|
p
|
|
1072
1072
|
)), p = null;
|
|
1073
|
-
}, o === void 0 && i.setContentType(null), "setRequestHeader" in p && a.forEach(i.toJSON(), function(
|
|
1074
|
-
p.setRequestHeader(A,
|
|
1073
|
+
}, o === void 0 && i.setContentType(null), "setRequestHeader" in p && a.forEach(i.toJSON(), function(P, A) {
|
|
1074
|
+
p.setRequestHeader(A, P);
|
|
1075
1075
|
}), a.isUndefined(s.withCredentials) || (p.withCredentials = !!s.withCredentials), c && c !== "json" && (p.responseType = s.responseType), u && ([y, h] = Q(u, !0), p.addEventListener("progress", y)), f && p.upload && ([d, w] = Q(f), p.upload.addEventListener("progress", d), p.upload.addEventListener("loadend", w)), (s.cancelToken || s.signal) && (l = (b) => {
|
|
1076
1076
|
p && (r(!b || b.type ? new z(null, e, p) : b), p.abort(), p = null);
|
|
1077
1077
|
}, s.cancelToken && s.cancelToken.subscribe(l), s.signal && (s.signal.aborted ? l() : s.signal.addEventListener("abort", l)));
|
|
@@ -1082,7 +1082,7 @@ const rt = (e) => {
|
|
|
1082
1082
|
}
|
|
1083
1083
|
p.send(o || null);
|
|
1084
1084
|
});
|
|
1085
|
-
},
|
|
1085
|
+
}, Pn = (e, t) => {
|
|
1086
1086
|
const { length: n } = e = e ? e.filter(Boolean) : [];
|
|
1087
1087
|
if (t || n) {
|
|
1088
1088
|
let r = new AbortController(), s;
|
|
@@ -1105,7 +1105,7 @@ const rt = (e) => {
|
|
|
1105
1105
|
const { signal: f } = r;
|
|
1106
1106
|
return f.unsubscribe = () => a.asap(c), f;
|
|
1107
1107
|
}
|
|
1108
|
-
},
|
|
1108
|
+
}, In = function* (e, t) {
|
|
1109
1109
|
let n = e.byteLength;
|
|
1110
1110
|
if (n < t) {
|
|
1111
1111
|
yield e;
|
|
@@ -1116,7 +1116,7 @@ const rt = (e) => {
|
|
|
1116
1116
|
s = r + t, yield e.slice(r, s), r = s;
|
|
1117
1117
|
}, Ln = async function* (e, t) {
|
|
1118
1118
|
for await (const n of Dn(e))
|
|
1119
|
-
yield*
|
|
1119
|
+
yield* In(n, t);
|
|
1120
1120
|
}, Dn = async function* (e) {
|
|
1121
1121
|
if (e[Symbol.asyncIterator]) {
|
|
1122
1122
|
yield* e;
|
|
@@ -1221,7 +1221,7 @@ const Hn = async (e) => {
|
|
|
1221
1221
|
fetchOptions: y
|
|
1222
1222
|
} = rt(e);
|
|
1223
1223
|
u = u ? (u + "").toLowerCase() : "text";
|
|
1224
|
-
let w =
|
|
1224
|
+
let w = Pn([s, o && o.toAbortSignal()], i), h;
|
|
1225
1225
|
const m = w && w.unsubscribe && (() => {
|
|
1226
1226
|
w.unsubscribe();
|
|
1227
1227
|
});
|
|
@@ -1232,8 +1232,8 @@ const Hn = async (e) => {
|
|
|
1232
1232
|
method: "POST",
|
|
1233
1233
|
body: r,
|
|
1234
1234
|
duplex: "half"
|
|
1235
|
-
}),
|
|
1236
|
-
if (a.isFormData(r) && (
|
|
1235
|
+
}), I;
|
|
1236
|
+
if (a.isFormData(r) && (I = A.headers.get("content-type")) && l.setContentType(I), A.body) {
|
|
1237
1237
|
const [D, V] = Ne(
|
|
1238
1238
|
p,
|
|
1239
1239
|
Q(Ce(f))
|
|
@@ -1259,8 +1259,8 @@ const Hn = async (e) => {
|
|
|
1259
1259
|
["status", "statusText", "headers"].forEach((Se) => {
|
|
1260
1260
|
A[Se] = g[Se];
|
|
1261
1261
|
});
|
|
1262
|
-
const
|
|
1263
|
-
|
|
1262
|
+
const I = a.toFiniteNumber(g.headers.get("content-length")), [D, V] = c && Ne(
|
|
1263
|
+
I,
|
|
1264
1264
|
Q(Ce(c), !0)
|
|
1265
1265
|
) || [];
|
|
1266
1266
|
g = new Response(
|
|
@@ -1271,10 +1271,10 @@ const Hn = async (e) => {
|
|
|
1271
1271
|
);
|
|
1272
1272
|
}
|
|
1273
1273
|
u = u || "text";
|
|
1274
|
-
let
|
|
1275
|
-
return !b && m && m(), await new Promise((A,
|
|
1276
|
-
tt(A,
|
|
1277
|
-
data:
|
|
1274
|
+
let P = await ee[a.findKey(ee, u) || "text"](g, e);
|
|
1275
|
+
return !b && m && m(), await new Promise((A, I) => {
|
|
1276
|
+
tt(A, I, {
|
|
1277
|
+
data: P,
|
|
1278
1278
|
headers: N.from(g.headers),
|
|
1279
1279
|
status: g.status,
|
|
1280
1280
|
statusText: g.statusText,
|
|
@@ -1339,11 +1339,11 @@ function le(e) {
|
|
|
1339
1339
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
1340
1340
|
throw new z(null, e);
|
|
1341
1341
|
}
|
|
1342
|
-
function
|
|
1342
|
+
function Pe(e) {
|
|
1343
1343
|
return le(e), e.headers = N.from(e.headers), e.data = ue.call(
|
|
1344
1344
|
e,
|
|
1345
1345
|
e.transformRequest
|
|
1346
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), it.getAdapter(e.adapter ||
|
|
1346
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), it.getAdapter(e.adapter || J.adapter)(e).then(function(r) {
|
|
1347
1347
|
return le(e), r.data = ue.call(
|
|
1348
1348
|
e,
|
|
1349
1349
|
e.transformResponse,
|
|
@@ -1363,7 +1363,7 @@ const at = "1.9.0", ae = {};
|
|
|
1363
1363
|
return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
1364
1364
|
};
|
|
1365
1365
|
});
|
|
1366
|
-
const
|
|
1366
|
+
const Ie = {};
|
|
1367
1367
|
ae.transitional = function(t, n, r) {
|
|
1368
1368
|
function s(o, i) {
|
|
1369
1369
|
return "[Axios v" + at + "] Transitional option '" + o + "'" + i + (r ? ". " + r : "");
|
|
@@ -1374,7 +1374,7 @@ ae.transitional = function(t, n, r) {
|
|
|
1374
1374
|
s(i, " has been removed" + (n ? " in " + n : "")),
|
|
1375
1375
|
E.ERR_DEPRECATED
|
|
1376
1376
|
);
|
|
1377
|
-
return n && !
|
|
1377
|
+
return n && !Ie[i] && (Ie[i] = !0, console.warn(
|
|
1378
1378
|
s(
|
|
1379
1379
|
i,
|
|
1380
1380
|
" has been deprecated since v" + n + " and will be removed in the near future"
|
|
@@ -1475,7 +1475,7 @@ let H = class {
|
|
|
1475
1475
|
});
|
|
1476
1476
|
let l, d = 0, y;
|
|
1477
1477
|
if (!f) {
|
|
1478
|
-
const h = [
|
|
1478
|
+
const h = [Pe.bind(this), void 0];
|
|
1479
1479
|
for (h.unshift.apply(h, c), h.push.apply(h, u), y = h.length, l = Promise.resolve(n); d < y; )
|
|
1480
1480
|
l = l.then(h[d++], h[d++]);
|
|
1481
1481
|
return l;
|
|
@@ -1492,7 +1492,7 @@ let H = class {
|
|
|
1492
1492
|
}
|
|
1493
1493
|
}
|
|
1494
1494
|
try {
|
|
1495
|
-
l =
|
|
1495
|
+
l = Pe.call(this, w);
|
|
1496
1496
|
} catch (h) {
|
|
1497
1497
|
return Promise.reject(h);
|
|
1498
1498
|
}
|
|
@@ -1608,7 +1608,7 @@ function vn(e) {
|
|
|
1608
1608
|
return e.apply(null, n);
|
|
1609
1609
|
};
|
|
1610
1610
|
}
|
|
1611
|
-
function
|
|
1611
|
+
function Gn(e) {
|
|
1612
1612
|
return a.isObject(e) && e.isAxiosError === !0;
|
|
1613
1613
|
}
|
|
1614
1614
|
const Ee = {
|
|
@@ -1685,7 +1685,7 @@ function ut(e) {
|
|
|
1685
1685
|
return ut(M(e, s));
|
|
1686
1686
|
}, n;
|
|
1687
1687
|
}
|
|
1688
|
-
const S = ut(
|
|
1688
|
+
const S = ut(J);
|
|
1689
1689
|
S.Axios = H;
|
|
1690
1690
|
S.CanceledError = z;
|
|
1691
1691
|
S.CancelToken = $n;
|
|
@@ -1698,7 +1698,7 @@ S.all = function(t) {
|
|
|
1698
1698
|
return Promise.all(t);
|
|
1699
1699
|
};
|
|
1700
1700
|
S.spread = vn;
|
|
1701
|
-
S.isAxiosError =
|
|
1701
|
+
S.isAxiosError = Gn;
|
|
1702
1702
|
S.mergeConfig = M;
|
|
1703
1703
|
S.AxiosHeaders = N;
|
|
1704
1704
|
S.formToJSON = (e) => Qe(a.isHTMLForm(e) ? new FormData(e) : e);
|
|
@@ -1707,7 +1707,7 @@ S.HttpStatusCode = Ee;
|
|
|
1707
1707
|
S.default = S;
|
|
1708
1708
|
const {
|
|
1709
1709
|
Axios: pr,
|
|
1710
|
-
AxiosError:
|
|
1710
|
+
AxiosError: Jn,
|
|
1711
1711
|
CanceledError: hr,
|
|
1712
1712
|
isCancel: mr,
|
|
1713
1713
|
CancelToken: Er,
|
|
@@ -1730,7 +1730,7 @@ const {
|
|
|
1730
1730
|
}), Xn = async (e, t) => (await Wn(t), e()), De = (e, t) => {
|
|
1731
1731
|
var s, o;
|
|
1732
1732
|
let n = "", r = t;
|
|
1733
|
-
typeof t == "string" ? n = t : t instanceof
|
|
1733
|
+
typeof t == "string" ? n = t : t instanceof Jn ? (n = t.message, r = {
|
|
1734
1734
|
message: t.message,
|
|
1735
1735
|
cause: t.cause,
|
|
1736
1736
|
status: t.status,
|
|
@@ -2025,7 +2025,7 @@ export {
|
|
|
2025
2025
|
C as c,
|
|
2026
2026
|
F as d,
|
|
2027
2027
|
S as e,
|
|
2028
|
-
|
|
2028
|
+
Jn as f,
|
|
2029
2029
|
Vn as g,
|
|
2030
2030
|
Yn as h,
|
|
2031
2031
|
Zn as i,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _ = Object.defineProperty;
|
|
2
2
|
var g = (a, e, s) => e in a ? _(a, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : a[e] = s;
|
|
3
3
|
var r = (a, e, s) => g(a, typeof e != "symbol" ? e + "" : e, s);
|
|
4
|
-
import { c as n, j as p, b as o, r as T } from "./AccountService-
|
|
4
|
+
import { c as n, j as p, b as o, r as T } from "./AccountService-cvx__9rR.js";
|
|
5
5
|
import { EBookingType as m } from "./services/trips/TripService.types.js";
|
|
6
6
|
import { EMyTripsEndpoints as i } from "./configs/endpoints.js";
|
|
7
7
|
import "./arrayExtensions-DlcBOj5a.js";
|
|
@@ -5,7 +5,7 @@ import { u as D, a as ot, c as A, b as q, d as ve, e as st, f as it, g as G, o a
|
|
|
5
5
|
import { r as yt, R as gt } from "../../index-Cv-wvFlM.js";
|
|
6
6
|
import { b as ue } from "../../index-CDh8vAM_.js";
|
|
7
7
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
8
|
-
import { E as Ct } from "../../AccountService-
|
|
8
|
+
import { E as Ct } from "../../AccountService-cvx__9rR.js";
|
|
9
9
|
import { useQuery as Et } from "@tanstack/react-query";
|
|
10
10
|
import { CurrencyService as wt } from "../../services/currency/CurrencyService.js";
|
|
11
11
|
import '../../assets/_styles5.css';import '../../assets/_styles4.css';import '../../assets/_styles3.css';import '../../assets/_styles2.css';import '../../assets/_styles.css';/* empty css */
|
|
@@ -3,10 +3,10 @@ import { CashValue as n } from "./CashValue.js";
|
|
|
3
3
|
import { AwayzProvider as a } from "../../providers/AwayzProvider.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../context/AwayzContext.js";
|
|
6
|
+
import "@tanstack/react-query";
|
|
6
7
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
7
|
-
import "../../AccountService-
|
|
8
|
+
import "../../AccountService-cvx__9rR.js";
|
|
8
9
|
import "../../configs/awayzClient.js";
|
|
9
|
-
import "@tanstack/react-query";
|
|
10
10
|
import { EAuthFlow as i } from "../../types/EAuthFlow.js";
|
|
11
11
|
import "../../services/noRetryInstance.js";
|
|
12
12
|
import { EToolTipPosition as t, EInvalidAmountDisplayOption as o } from "./CashValueTypes.js";
|
|
@@ -3,10 +3,10 @@ import { Card as r } from "./Card.js";
|
|
|
3
3
|
import { AwayzProvider as a } from "../../../providers/AwayzProvider.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../../context/AwayzContext.js";
|
|
6
|
+
import "@tanstack/react-query";
|
|
6
7
|
import "../../../arrayExtensions-DlcBOj5a.js";
|
|
7
|
-
import "../../../AccountService-
|
|
8
|
+
import "../../../AccountService-cvx__9rR.js";
|
|
8
9
|
import "../../../configs/awayzClient.js";
|
|
9
|
-
import "@tanstack/react-query";
|
|
10
10
|
import { EAuthFlow as e } from "../../../types/EAuthFlow.js";
|
|
11
11
|
import "../../../services/noRetryInstance.js";
|
|
12
12
|
import '../../../assets/_styles5.css';import '../../../assets/_styles4.css';import '../../../assets/_styles3.css';import '../../../assets/_styles.css';/* empty css */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
2
|
-
import { f as U, d as r, A as o, E as v } from "../../AccountService-
|
|
2
|
+
import { f as U, d as r, A as o, E as v } from "../../AccountService-cvx__9rR.js";
|
|
3
3
|
import { useState as E, useCallback as R, useEffect as y } from "react";
|
|
4
4
|
import { EAuthFlow as S } from "../../types/EAuthFlow.js";
|
|
5
5
|
import { awayzClient as A } from "../../configs/awayzClient.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useQuery as a, useMutation as s } from "@tanstack/react-query";
|
|
2
2
|
import { EBookingType as e } from "../../services/trips/TripService.types.js";
|
|
3
3
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
4
|
-
import { E as t } from "../../AccountService-
|
|
4
|
+
import { E as t } from "../../AccountService-cvx__9rR.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import { BookingService as o } from "../../services/bookings/BookingService.js";
|
|
7
7
|
import "react/jsx-runtime";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { renderHook as t, waitFor as r } from "../../tests/TestWrapper.js";
|
|
2
2
|
import { useBookingManagement as a } from "./useBookingManagement.js";
|
|
3
|
-
import { c as i } from "../../AccountService-
|
|
3
|
+
import { c as i } from "../../AccountService-cvx__9rR.js";
|
|
4
4
|
import "../../services/noRetryInstance.js";
|
|
5
5
|
import "../../arrayExtensions-DlcBOj5a.js";
|
|
6
6
|
import "react";
|
|
@@ -1,26 +1,28 @@
|
|
|
1
|
-
import { E as s, A as i, b as n } from "../AccountService-D_6U8vP6.js";
|
|
2
1
|
import { useQuery as u } from "@tanstack/react-query";
|
|
3
2
|
import "../arrayExtensions-DlcBOj5a.js";
|
|
4
|
-
import "
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
import { E as m, A as c, b as f } from "../AccountService-cvx__9rR.js";
|
|
4
|
+
import { useEffect as d } from "react";
|
|
5
|
+
import { useAwayzContext as y } from "./useAwayzContext.js";
|
|
6
|
+
var i = /* @__PURE__ */ ((r) => (r.HOTEL = "Hotel", r.FLIGHT = "Flight", r))(i || {});
|
|
7
|
+
const H = (r) => {
|
|
8
|
+
const { isAuthenticated: o } = y(), { data: t } = u({
|
|
9
|
+
queryKey: [m.SEARCH_LIMIT],
|
|
10
10
|
queryFn: async () => {
|
|
11
|
-
const { data:
|
|
12
|
-
if (!
|
|
13
|
-
console.error({ reqLimitError:
|
|
11
|
+
const { data: s, ...e } = await c.getRequestLimit();
|
|
12
|
+
if (!e.success) {
|
|
13
|
+
console.error({ reqLimitError: e });
|
|
14
14
|
return;
|
|
15
15
|
}
|
|
16
|
-
return
|
|
16
|
+
return f(s);
|
|
17
17
|
},
|
|
18
|
-
enabled:
|
|
18
|
+
enabled: o
|
|
19
19
|
});
|
|
20
|
-
return
|
|
21
|
-
|
|
20
|
+
return d(() => {
|
|
21
|
+
t && (r == null || r());
|
|
22
|
+
}, [t, r]), t ? [i.FLIGHT, i.HOTEL].map(
|
|
23
|
+
(s) => t.find((e) => e.searchType === s)
|
|
22
24
|
) : [void 0, void 0];
|
|
23
25
|
};
|
|
24
26
|
export {
|
|
25
|
-
|
|
27
|
+
H as useSearchLimit
|
|
26
28
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useQuery as p, useMutation as s } from "@tanstack/react-query";
|
|
2
2
|
import { h as m } from "../../arrayExtensions-DlcBOj5a.js";
|
|
3
|
-
import { E as e } from "../../AccountService-
|
|
3
|
+
import { E as e } from "../../AccountService-cvx__9rR.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import { T as t } from "../../TripsService-
|
|
5
|
+
import { T as t } from "../../TripsService-G1T_Co8r.js";
|
|
6
6
|
import "react/jsx-runtime";
|
|
7
7
|
import "../../context/AwayzContext.js";
|
|
8
8
|
import { awayzClient as o } from "../../configs/awayzClient.js";
|
|
@@ -4,8 +4,8 @@ import { useTripManagement as n } from "./useTripManagement.js";
|
|
|
4
4
|
import "react/jsx-runtime";
|
|
5
5
|
import "react";
|
|
6
6
|
import "../../context/AwayzContext.js";
|
|
7
|
-
import { D as f } from "../../TripsService-
|
|
8
|
-
import { c } from "../../AccountService-
|
|
7
|
+
import { D as f } from "../../TripsService-G1T_Co8r.js";
|
|
8
|
+
import { c } from "../../AccountService-cvx__9rR.js";
|
|
9
9
|
import { EMyTripsEndpoints as d } from "../../configs/endpoints.js";
|
|
10
10
|
import "../../configs/awayzClient.js";
|
|
11
11
|
import "@tanstack/react-query";
|