@revolugo/booking-api-client 7.4.3-alpha.2 → 7.4.3-alpha.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/index.es.js +113 -111
- package/dist/index.umd.js +1 -1
- package/dist/types/v1/models/BookingPoliciesApi.d.ts +8 -0
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -299,14 +299,14 @@ function ai() {
|
|
|
299
299
|
y.abort();
|
|
300
300
|
}
|
|
301
301
|
y.onload = function() {
|
|
302
|
-
var
|
|
302
|
+
var N = {
|
|
303
303
|
statusText: y.statusText,
|
|
304
304
|
headers: v(y.getAllResponseHeaders() || "")
|
|
305
305
|
};
|
|
306
|
-
_.url.indexOf("file://") === 0 && (y.status < 200 || y.status > 599) ?
|
|
306
|
+
_.url.indexOf("file://") === 0 && (y.status < 200 || y.status > 599) ? N.status = 200 : N.status = y.status, N.url = "responseURL" in y ? y.responseURL : N.headers.get("X-Request-URL");
|
|
307
307
|
var K = "response" in y ? y.response : y.responseText;
|
|
308
308
|
setTimeout(function() {
|
|
309
|
-
l(new $(K,
|
|
309
|
+
l(new $(K, N));
|
|
310
310
|
}, 0);
|
|
311
311
|
}, y.onerror = function() {
|
|
312
312
|
setTimeout(function() {
|
|
@@ -321,23 +321,23 @@ function ai() {
|
|
|
321
321
|
f(new c.DOMException("Aborted", "AbortError"));
|
|
322
322
|
}, 0);
|
|
323
323
|
};
|
|
324
|
-
function H(
|
|
324
|
+
function H(N) {
|
|
325
325
|
try {
|
|
326
|
-
return
|
|
326
|
+
return N === "" && d.location.href ? d.location.href : N;
|
|
327
327
|
} catch {
|
|
328
|
-
return
|
|
328
|
+
return N;
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
if (y.open(_.method, H(_.url), !0), _.credentials === "include" ? y.withCredentials = !0 : _.credentials === "omit" && (y.withCredentials = !1), "responseType" in y && (h.blob ? y.responseType = "blob" : h.arrayBuffer && (y.responseType = "arraybuffer")), s && typeof s.headers == "object" && !(s.headers instanceof m || d.Headers && s.headers instanceof d.Headers)) {
|
|
332
332
|
var U = [];
|
|
333
|
-
Object.getOwnPropertyNames(s.headers).forEach(function(
|
|
334
|
-
U.push(g(
|
|
335
|
-
}), _.headers.forEach(function(
|
|
336
|
-
U.indexOf(K) === -1 && y.setRequestHeader(K,
|
|
333
|
+
Object.getOwnPropertyNames(s.headers).forEach(function(N) {
|
|
334
|
+
U.push(g(N)), y.setRequestHeader(N, M(s.headers[N]));
|
|
335
|
+
}), _.headers.forEach(function(N, K) {
|
|
336
|
+
U.indexOf(K) === -1 && y.setRequestHeader(K, N);
|
|
337
337
|
});
|
|
338
338
|
} else
|
|
339
|
-
_.headers.forEach(function(
|
|
340
|
-
y.setRequestHeader(K,
|
|
339
|
+
_.headers.forEach(function(N, K) {
|
|
340
|
+
y.setRequestHeader(K, N);
|
|
341
341
|
});
|
|
342
342
|
_.signal && (_.signal.addEventListener("abort", D), y.onreadystatechange = function() {
|
|
343
343
|
y.readyState === 4 && _.signal.removeEventListener("abort", D);
|
|
@@ -465,7 +465,7 @@ function wi(e) {
|
|
|
465
465
|
strict: !0
|
|
466
466
|
});
|
|
467
467
|
}
|
|
468
|
-
var
|
|
468
|
+
var P = /* @__PURE__ */ ((e) => (e.Camel = "camelCase", e.Capital = "capitalCase", e.Param = "paramCase", e.Pascal = "pascalCase", e.Slug = "slugCase", e.Snake = "snakeCase", e))(P || {});
|
|
469
469
|
const Ri = {
|
|
470
470
|
camelCase: hi,
|
|
471
471
|
capitalCase: yi,
|
|
@@ -584,15 +584,15 @@ function vt() {
|
|
|
584
584
|
return _ ? W : W.endOf(S);
|
|
585
585
|
}, H = function(j, Y) {
|
|
586
586
|
return v.w(f.toDate()[j].apply(f.toDate("s"), (_ ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Y)), f);
|
|
587
|
-
}, U = this.$W,
|
|
587
|
+
}, U = this.$W, N = this.$M, K = this.$D, ne = "set" + (this.$u ? "UTC" : "");
|
|
588
588
|
switch (y) {
|
|
589
589
|
case M:
|
|
590
590
|
return _ ? D(1, 0) : D(31, 11);
|
|
591
591
|
case O:
|
|
592
|
-
return _ ? D(1,
|
|
592
|
+
return _ ? D(1, N) : D(0, N + 1);
|
|
593
593
|
case A:
|
|
594
594
|
var te = this.$locale().weekStart || 0, ce = (U < te ? U + 7 : U) - te;
|
|
595
|
-
return D(_ ? K - ce : K + (6 - ce),
|
|
595
|
+
return D(_ ? K - ce : K + (6 - ce), N);
|
|
596
596
|
case S:
|
|
597
597
|
case C:
|
|
598
598
|
return H(ne + "Hours", 0);
|
|
@@ -621,9 +621,9 @@ function vt() {
|
|
|
621
621
|
}, a.add = function(s, l) {
|
|
622
622
|
var f, _ = this;
|
|
623
623
|
s = Number(s);
|
|
624
|
-
var y = v.p(l), D = function(
|
|
624
|
+
var y = v.p(l), D = function(N) {
|
|
625
625
|
var K = x(_);
|
|
626
|
-
return v.w(K.date(K.date() + Math.round(
|
|
626
|
+
return v.w(K.date(K.date() + Math.round(N * s)), _);
|
|
627
627
|
};
|
|
628
628
|
if (y === O) return this.set(O, this.$M + s);
|
|
629
629
|
if (y === M) return this.set(M, this.$y + s);
|
|
@@ -636,7 +636,7 @@ function vt() {
|
|
|
636
636
|
}, a.format = function(s) {
|
|
637
637
|
var l = this, f = this.$locale();
|
|
638
638
|
if (!this.isValid()) return f.invalidDate || m;
|
|
639
|
-
var _ = s || "YYYY-MM-DDTHH:mm:ssZ", y = v.z(this), D = this.$H, H = this.$m, U = this.$M,
|
|
639
|
+
var _ = s || "YYYY-MM-DDTHH:mm:ssZ", y = v.z(this), D = this.$H, H = this.$m, U = this.$M, N = f.weekdays, K = f.months, ne = f.meridiem, te = function(Y, W, ie, oe) {
|
|
640
640
|
return Y && (Y[W] || Y(l, _)) || ie[W].slice(0, oe);
|
|
641
641
|
}, ce = function(Y) {
|
|
642
642
|
return v.s(D % 12 || 12, Y, "0");
|
|
@@ -666,11 +666,11 @@ function vt() {
|
|
|
666
666
|
case "d":
|
|
667
667
|
return String(l.$W);
|
|
668
668
|
case "dd":
|
|
669
|
-
return te(f.weekdaysMin, l.$W,
|
|
669
|
+
return te(f.weekdaysMin, l.$W, N, 2);
|
|
670
670
|
case "ddd":
|
|
671
|
-
return te(f.weekdaysShort, l.$W,
|
|
671
|
+
return te(f.weekdaysShort, l.$W, N, 3);
|
|
672
672
|
case "dddd":
|
|
673
|
-
return
|
|
673
|
+
return N[l.$W];
|
|
674
674
|
case "H":
|
|
675
675
|
return String(D);
|
|
676
676
|
case "HH":
|
|
@@ -702,7 +702,7 @@ function vt() {
|
|
|
702
702
|
}, a.utcOffset = function() {
|
|
703
703
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
704
704
|
}, a.diff = function(s, l, f) {
|
|
705
|
-
var _, y = this, D = v.p(l), H = x(s), U = (H.utcOffset() - this.utcOffset()) * i,
|
|
705
|
+
var _, y = this, D = v.p(l), H = x(s), U = (H.utcOffset() - this.utcOffset()) * i, N = this - H, K = function() {
|
|
706
706
|
return v.m(y, H);
|
|
707
707
|
};
|
|
708
708
|
switch (D) {
|
|
@@ -716,22 +716,22 @@ function vt() {
|
|
|
716
716
|
_ = K() / 3;
|
|
717
717
|
break;
|
|
718
718
|
case A:
|
|
719
|
-
_ = (
|
|
719
|
+
_ = (N - U) / 6048e5;
|
|
720
720
|
break;
|
|
721
721
|
case S:
|
|
722
|
-
_ = (
|
|
722
|
+
_ = (N - U) / 864e5;
|
|
723
723
|
break;
|
|
724
724
|
case h:
|
|
725
|
-
_ =
|
|
725
|
+
_ = N / o;
|
|
726
726
|
break;
|
|
727
727
|
case d:
|
|
728
|
-
_ =
|
|
728
|
+
_ = N / i;
|
|
729
729
|
break;
|
|
730
730
|
case c:
|
|
731
|
-
_ =
|
|
731
|
+
_ = N / r;
|
|
732
732
|
break;
|
|
733
733
|
default:
|
|
734
|
-
_ =
|
|
734
|
+
_ = N;
|
|
735
735
|
}
|
|
736
736
|
return f ? _ : v.a(_);
|
|
737
737
|
}, a.daysInMonth = function() {
|
|
@@ -820,12 +820,12 @@ function Di() {
|
|
|
820
820
|
}
|
|
821
821
|
var vi = Di();
|
|
822
822
|
const bi = /* @__PURE__ */ Z(vi);
|
|
823
|
-
var ke = { exports: {} },
|
|
824
|
-
function
|
|
823
|
+
var ke = { exports: {} }, Pi = ke.exports, ut;
|
|
824
|
+
function Ni() {
|
|
825
825
|
return ut || (ut = 1, (function(e, t) {
|
|
826
826
|
(function(r, i) {
|
|
827
827
|
e.exports = i();
|
|
828
|
-
})(
|
|
828
|
+
})(Pi, (function() {
|
|
829
829
|
var r = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, i = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, o = /\d/, u = /\d\d/, c = /\d\d?/, d = /\d*[^-_:/,()\s\d]+/, h = {}, S = function(p) {
|
|
830
830
|
return (p = +p) + (p > 68 ? 1900 : 2e3);
|
|
831
831
|
}, A = function(p) {
|
|
@@ -920,7 +920,7 @@ function Pi() {
|
|
|
920
920
|
v && (V = J[2]), h = this.$locale(), !x && V && (h = T.Ls[V]), this.$d = (function(l, f, _, y) {
|
|
921
921
|
try {
|
|
922
922
|
if (["x", "X"].indexOf(f) > -1) return new Date((f === "X" ? 1e3 : 1) * l);
|
|
923
|
-
var D = m(f)(l), H = D.year, U = D.month,
|
|
923
|
+
var D = m(f)(l), H = D.year, U = D.month, N = D.day, K = D.hours, ne = D.minutes, te = D.seconds, ce = D.milliseconds, j = D.zone, Y = D.week, W = /* @__PURE__ */ new Date(), ie = N || (H || U ? 1 : W.getDate()), oe = H || W.getFullYear(), ge = 0;
|
|
924
924
|
H && !U || (ge = U > 0 ? U - 1 : W.getMonth());
|
|
925
925
|
var _e, Fe = K || 0, Je = ne || 0, $e = te || 0, Ue = ce || 0;
|
|
926
926
|
return j ? new Date(Date.UTC(oe, ge, ie, Fe, Je, $e, Ue + 60 * j.offset * 1e3)) : _ ? new Date(Date.UTC(oe, ge, ie, Fe, Je, $e, Ue)) : (_e = new Date(oe, ge, ie, Fe, Je, $e, Ue), Y && (_e = y(_e).week(Y).toDate()), _e);
|
|
@@ -943,7 +943,7 @@ function Pi() {
|
|
|
943
943
|
}));
|
|
944
944
|
})(ke)), ke.exports;
|
|
945
945
|
}
|
|
946
|
-
var xi =
|
|
946
|
+
var xi = Ni();
|
|
947
947
|
const Ei = /* @__PURE__ */ Z(xi);
|
|
948
948
|
var Te = { exports: {} }, Bi = Te.exports, dt;
|
|
949
949
|
function Li() {
|
|
@@ -1176,7 +1176,7 @@ function cr() {
|
|
|
1176
1176
|
}
|
|
1177
1177
|
var sr = cr();
|
|
1178
1178
|
const ur = /* @__PURE__ */ Z(sr);
|
|
1179
|
-
var
|
|
1179
|
+
var Pe = { exports: {} }, dr = Pe.exports, gt;
|
|
1180
1180
|
function fr() {
|
|
1181
1181
|
return gt || (gt = 1, (function(e, t) {
|
|
1182
1182
|
(function(r, i) {
|
|
@@ -1237,11 +1237,11 @@ function fr() {
|
|
|
1237
1237
|
};
|
|
1238
1238
|
};
|
|
1239
1239
|
}));
|
|
1240
|
-
})(
|
|
1240
|
+
})(Pe)), Pe.exports;
|
|
1241
1241
|
}
|
|
1242
1242
|
var lr = fr();
|
|
1243
1243
|
const mr = /* @__PURE__ */ Z(lr);
|
|
1244
|
-
var
|
|
1244
|
+
var Ne = { exports: {} }, hr = Ne.exports, _t;
|
|
1245
1245
|
function pr() {
|
|
1246
1246
|
return _t || (_t = 1, (function(e, t) {
|
|
1247
1247
|
(function(r, i) {
|
|
@@ -1314,7 +1314,7 @@ function pr() {
|
|
|
1314
1314
|
};
|
|
1315
1315
|
};
|
|
1316
1316
|
}));
|
|
1317
|
-
})(
|
|
1317
|
+
})(Ne)), Ne.exports;
|
|
1318
1318
|
}
|
|
1319
1319
|
var yr = pr();
|
|
1320
1320
|
const gr = /* @__PURE__ */ Z(yr);
|
|
@@ -1494,7 +1494,7 @@ class ue {
|
|
|
1494
1494
|
this.dispatch("data", t), this.dispatch("complete", t), this.removeCurrentPolling(r);
|
|
1495
1495
|
}
|
|
1496
1496
|
async onRequest(t, r, i) {
|
|
1497
|
-
const o = b(t ?? {},
|
|
1497
|
+
const o = b(t ?? {}, P.Camel);
|
|
1498
1498
|
this.isActivePoller(i) && (this.isInProgress(o) && i.callCount && i.maxCallCount && i.callCount < i.maxCallCount || !this.isInProgress(o) && i.callCount && i.minCallCount && i.callCount < i.minCallCount ? (this.isInProgress(o) || (o.meta = o.meta || {}, o.meta.status = "IN_PROGRESS"), i.callCount += 1, this.dispatch("data", o), i.interval && await this.pause(i), this.poll(r, i)) : this.isInProgress(o) ? (o.meta = o.meta || {}, o.meta.status = "COMPLETE", this.onComplete(o, i)) : this.onComplete(o, i));
|
|
1499
1499
|
}
|
|
1500
1500
|
pause(t) {
|
|
@@ -1509,7 +1509,7 @@ class ue {
|
|
|
1509
1509
|
t.type && !t.uuid && (t.uuid = Cr(), this.pollings[t.type] = t.uuid);
|
|
1510
1510
|
}
|
|
1511
1511
|
}
|
|
1512
|
-
function
|
|
1512
|
+
function Pt(e, t, r) {
|
|
1513
1513
|
const i = ue.getInstance();
|
|
1514
1514
|
return i.poll(e, t), r && typeof r == "function" ? (i.on("data", (o) => {
|
|
1515
1515
|
o instanceof Error ? r(o, void 0, i) : r(null, o, i);
|
|
@@ -1523,7 +1523,7 @@ function Nt(e, t, r) {
|
|
|
1523
1523
|
}
|
|
1524
1524
|
const Dr = "http://localhost".replace(/\/+$/, ""), vr = (e) => typeof Blob < "u" && e instanceof Blob;
|
|
1525
1525
|
class Q {
|
|
1526
|
-
constructor(t = new
|
|
1526
|
+
constructor(t = new Nt()) {
|
|
1527
1527
|
this.configuration = t, this.middleware = t.middleware;
|
|
1528
1528
|
}
|
|
1529
1529
|
middleware;
|
|
@@ -1598,13 +1598,13 @@ class q extends Error {
|
|
|
1598
1598
|
}
|
|
1599
1599
|
name = "RequiredError";
|
|
1600
1600
|
}
|
|
1601
|
-
const
|
|
1601
|
+
const Pa = {
|
|
1602
1602
|
csv: ",",
|
|
1603
1603
|
ssv: " ",
|
|
1604
1604
|
tsv: " ",
|
|
1605
1605
|
pipes: "|"
|
|
1606
1606
|
};
|
|
1607
|
-
class
|
|
1607
|
+
class Nt {
|
|
1608
1608
|
constructor(t = {}) {
|
|
1609
1609
|
this.configuration = t;
|
|
1610
1610
|
}
|
|
@@ -1657,7 +1657,7 @@ function xt(e, t = "") {
|
|
|
1657
1657
|
return o instanceof Date ? `${encodeURIComponent(i)}=${encodeURIComponent(o.toISOString())}` : o instanceof Object ? xt(o, i) : `${encodeURIComponent(i)}=${encodeURIComponent(String(o))}`;
|
|
1658
1658
|
}).filter((r) => r.length > 0).join("&");
|
|
1659
1659
|
}
|
|
1660
|
-
function
|
|
1660
|
+
function Na(e, t) {
|
|
1661
1661
|
return Object.keys(e).reduce(
|
|
1662
1662
|
(r, i) => ({ ...r, [i]: t(e[i]) }),
|
|
1663
1663
|
{}
|
|
@@ -1692,7 +1692,7 @@ class Ba {
|
|
|
1692
1692
|
return await this.raw.blob();
|
|
1693
1693
|
}
|
|
1694
1694
|
}
|
|
1695
|
-
class
|
|
1695
|
+
class Pr {
|
|
1696
1696
|
constructor(t) {
|
|
1697
1697
|
this.raw = t;
|
|
1698
1698
|
}
|
|
@@ -1703,7 +1703,7 @@ class Nr {
|
|
|
1703
1703
|
const La = {
|
|
1704
1704
|
CreditCard: "CREDIT_CARD"
|
|
1705
1705
|
};
|
|
1706
|
-
function
|
|
1706
|
+
function Nr(e) {
|
|
1707
1707
|
let t = !0;
|
|
1708
1708
|
return t = t && "name" in e, t;
|
|
1709
1709
|
}
|
|
@@ -1817,7 +1817,7 @@ function Kr(e, t) {
|
|
|
1817
1817
|
}
|
|
1818
1818
|
function za(e) {
|
|
1819
1819
|
if (e !== void 0)
|
|
1820
|
-
return e === null ? null :
|
|
1820
|
+
return e === null ? null : Nr(e) ? xr(e) : Er(e) ? Br(e) : Lr(e) ? Hr(e) : Ur(e) ? Gr(e) : {};
|
|
1821
1821
|
}
|
|
1822
1822
|
function Va(e) {
|
|
1823
1823
|
return !0;
|
|
@@ -3134,11 +3134,11 @@ function bn(e) {
|
|
|
3134
3134
|
const bc = {
|
|
3135
3135
|
Coupon: "COUPON"
|
|
3136
3136
|
};
|
|
3137
|
-
function
|
|
3137
|
+
function Pn(e) {
|
|
3138
3138
|
let t = !0;
|
|
3139
3139
|
return t = t && "name" in e, t = t && "payload" in e, t;
|
|
3140
3140
|
}
|
|
3141
|
-
function
|
|
3141
|
+
function Pc(e) {
|
|
3142
3142
|
return zt(e);
|
|
3143
3143
|
}
|
|
3144
3144
|
function zt(e, t) {
|
|
@@ -3147,14 +3147,14 @@ function zt(e, t) {
|
|
|
3147
3147
|
payload: Dn(e.payload)
|
|
3148
3148
|
};
|
|
3149
3149
|
}
|
|
3150
|
-
function
|
|
3150
|
+
function Nn(e) {
|
|
3151
3151
|
if (e !== void 0)
|
|
3152
3152
|
return e === null ? null : {
|
|
3153
3153
|
name: e.name,
|
|
3154
3154
|
payload: bn(e.payload)
|
|
3155
3155
|
};
|
|
3156
3156
|
}
|
|
3157
|
-
function
|
|
3157
|
+
function Nc(e) {
|
|
3158
3158
|
let t = !0;
|
|
3159
3159
|
return t = t && "amount" in e, t;
|
|
3160
3160
|
}
|
|
@@ -3259,7 +3259,7 @@ function Kn(e, t) {
|
|
|
3259
3259
|
}
|
|
3260
3260
|
function Yn(e) {
|
|
3261
3261
|
if (e !== void 0)
|
|
3262
|
-
return e === null ? null : Cn(e) ? In(e) :
|
|
3262
|
+
return e === null ? null : Cn(e) ? In(e) : Pn(e) ? Nn(e) : Ln(e) ? Hn(e) : Un(e) ? Gn(e) : {};
|
|
3263
3263
|
}
|
|
3264
3264
|
const Jc = {
|
|
3265
3265
|
Disabled: "DISABLED",
|
|
@@ -3471,7 +3471,7 @@ function ao(e) {
|
|
|
3471
3471
|
}
|
|
3472
3472
|
function Wc(e) {
|
|
3473
3473
|
let t = !0;
|
|
3474
|
-
return t = t && "adultCount" in e, t = t && "cancellationPolicies" in e, t = t && "checkInDate" in e, t = t && "checkOutDate" in e, t = t && "currency" in e, t = t && "expiresAt" in e, t = t && "hasRoomingLists" in e, t = t && "hotelId" in e, t = t && "hotelRoomOffer" in e, t = t && "id" in e, t = t && "isPriceIncreased" in e, t;
|
|
3474
|
+
return t = t && "adultCount" in e, t = t && "cancellationPolicies" in e, t = t && "checkInDate" in e, t = t && "checkOutDate" in e, t = t && "currency" in e, t = t && "expiresAt" in e, t = t && "hasRoomingLists" in e, t = t && "hotelId" in e, t = t && "hotelRoomOffer" in e, t = t && "id" in e, t = t && "isCancellationPoliciesUpdated" in e, t = t && "isPriceIncreased" in e, t;
|
|
3475
3475
|
}
|
|
3476
3476
|
function Rt(e) {
|
|
3477
3477
|
return co(e);
|
|
@@ -3489,6 +3489,7 @@ function co(e, t) {
|
|
|
3489
3489
|
hotelId: e.hotel_id,
|
|
3490
3490
|
hotelRoomOffer: fe(e.hotel_room_offer),
|
|
3491
3491
|
id: e.id,
|
|
3492
|
+
isCancellationPoliciesUpdated: e.is_cancellation_policies_updated,
|
|
3492
3493
|
isPriceIncreased: e.is_price_increased
|
|
3493
3494
|
};
|
|
3494
3495
|
}
|
|
@@ -3506,6 +3507,7 @@ function Xc(e) {
|
|
|
3506
3507
|
hotel_id: e.hotelId,
|
|
3507
3508
|
hotel_room_offer: le(e.hotelRoomOffer),
|
|
3508
3509
|
id: e.id,
|
|
3510
|
+
is_cancellation_policies_updated: e.isCancellationPoliciesUpdated,
|
|
3509
3511
|
is_price_increased: e.isPriceIncreased
|
|
3510
3512
|
};
|
|
3511
3513
|
}
|
|
@@ -3968,7 +3970,7 @@ function bo(e, t) {
|
|
|
3968
3970
|
roomCount: e.room_count
|
|
3969
3971
|
};
|
|
3970
3972
|
}
|
|
3971
|
-
function
|
|
3973
|
+
function Po(e) {
|
|
3972
3974
|
if (e !== void 0)
|
|
3973
3975
|
return e === null ? null : {
|
|
3974
3976
|
address: e.address,
|
|
@@ -3987,9 +3989,9 @@ const ws = {
|
|
|
3987
3989
|
InProgress: "IN_PROGRESS"
|
|
3988
3990
|
};
|
|
3989
3991
|
function it(e) {
|
|
3990
|
-
return
|
|
3992
|
+
return No(e);
|
|
3991
3993
|
}
|
|
3992
|
-
function
|
|
3994
|
+
function No(e, t) {
|
|
3993
3995
|
return e;
|
|
3994
3996
|
}
|
|
3995
3997
|
function Rs(e) {
|
|
@@ -4113,7 +4115,7 @@ function qo(e, t) {
|
|
|
4113
4115
|
hotelRoomOffer: fe(e.hotel_room_offer)
|
|
4114
4116
|
};
|
|
4115
4117
|
}
|
|
4116
|
-
function
|
|
4118
|
+
function Ps(e) {
|
|
4117
4119
|
if (e !== void 0)
|
|
4118
4120
|
return e === null ? null : {
|
|
4119
4121
|
adult_count: e.adultCount,
|
|
@@ -4125,7 +4127,7 @@ function Ns(e) {
|
|
|
4125
4127
|
hotel_room_offer: le(e.hotelRoomOffer)
|
|
4126
4128
|
};
|
|
4127
4129
|
}
|
|
4128
|
-
function
|
|
4130
|
+
function Ns(e) {
|
|
4129
4131
|
let t = !0;
|
|
4130
4132
|
return t = t && "adultCount" in e, t = t && "checkInDate" in e, t = t && "checkOutDate" in e, t = t && "hotelId" in e, t = t && "roomCount" in e, t = t && "createdAt" in e, t = t && "id" in e, t = t && "sourceMarket" in e, t;
|
|
4131
4133
|
}
|
|
@@ -4458,7 +4460,7 @@ class ya extends Q {
|
|
|
4458
4460
|
path: "/v1/booking_policies/{id}".replace("{id}", encodeURIComponent(String(t.id))),
|
|
4459
4461
|
method: "GET",
|
|
4460
4462
|
headers: o,
|
|
4461
|
-
query: b(i,
|
|
4463
|
+
query: b(i, P.Snake)
|
|
4462
4464
|
}, r);
|
|
4463
4465
|
return await new G(u, (c) => Rt(c)).value();
|
|
4464
4466
|
}
|
|
@@ -4481,7 +4483,7 @@ class ya extends Q {
|
|
|
4481
4483
|
path: "/v1/booking_policies/{id}/payment_methods".replace("{id}", encodeURIComponent(String(t.id))),
|
|
4482
4484
|
method: "GET",
|
|
4483
4485
|
headers: o,
|
|
4484
|
-
query: b(i,
|
|
4486
|
+
query: b(i, P.Snake)
|
|
4485
4487
|
}, r);
|
|
4486
4488
|
return new G(u, (c) => c.map(qr)).value();
|
|
4487
4489
|
}
|
|
@@ -4503,8 +4505,8 @@ class ya extends Q {
|
|
|
4503
4505
|
path: "/v1/booking_policies",
|
|
4504
4506
|
method: "POST",
|
|
4505
4507
|
headers: o,
|
|
4506
|
-
query: b(i,
|
|
4507
|
-
body: b(uo(t.bookingPoliciesCreateApi),
|
|
4508
|
+
query: b(i, P.Snake),
|
|
4509
|
+
body: b(uo(t.bookingPoliciesCreateApi), P.Snake)
|
|
4508
4510
|
}, r);
|
|
4509
4511
|
return await new G(u, (c) => Rt(c)).value();
|
|
4510
4512
|
}
|
|
@@ -4528,7 +4530,7 @@ class ga extends Q {
|
|
|
4528
4530
|
path: "/v1/bookings/{token}".replace("{token}", encodeURIComponent(String(t.token))),
|
|
4529
4531
|
method: "DELETE",
|
|
4530
4532
|
headers: o,
|
|
4531
|
-
query: b(i,
|
|
4533
|
+
query: b(i, P.Snake)
|
|
4532
4534
|
}, r);
|
|
4533
4535
|
return await new G(u, (c) => ee(c)).value();
|
|
4534
4536
|
}
|
|
@@ -4552,7 +4554,7 @@ class ga extends Q {
|
|
|
4552
4554
|
path: "/v1/bookings",
|
|
4553
4555
|
method: "GET",
|
|
4554
4556
|
headers: o,
|
|
4555
|
-
query: b(i,
|
|
4557
|
+
query: b(i, P.Snake)
|
|
4556
4558
|
}, r);
|
|
4557
4559
|
return await new G(u, (c) => ho(c)).value();
|
|
4558
4560
|
}
|
|
@@ -4576,7 +4578,7 @@ class ga extends Q {
|
|
|
4576
4578
|
path: "/v1/bookings/{id}".replace("{id}", encodeURIComponent(String(t.id))),
|
|
4577
4579
|
method: "GET",
|
|
4578
4580
|
headers: o,
|
|
4579
|
-
query: b(i,
|
|
4581
|
+
query: b(i, P.Snake)
|
|
4580
4582
|
}, r);
|
|
4581
4583
|
return await new G(u, (c) => ee(c)).value();
|
|
4582
4584
|
}
|
|
@@ -4598,7 +4600,7 @@ class ga extends Q {
|
|
|
4598
4600
|
path: "/v1/bookings/{token}/public".replace("{token}", encodeURIComponent(String(t.token))),
|
|
4599
4601
|
method: "GET",
|
|
4600
4602
|
headers: o,
|
|
4601
|
-
query: b(i,
|
|
4603
|
+
query: b(i, P.Snake)
|
|
4602
4604
|
}, r);
|
|
4603
4605
|
return await new G(u, (c) => ee(c)).value();
|
|
4604
4606
|
}
|
|
@@ -4620,8 +4622,8 @@ class ga extends Q {
|
|
|
4620
4622
|
path: "/v1/bookings",
|
|
4621
4623
|
method: "POST",
|
|
4622
4624
|
headers: o,
|
|
4623
|
-
query: b(i,
|
|
4624
|
-
body: b(ao(t.bookingCreateApi),
|
|
4625
|
+
query: b(i, P.Snake),
|
|
4626
|
+
body: b(ao(t.bookingCreateApi), P.Snake)
|
|
4625
4627
|
}, r);
|
|
4626
4628
|
return await new G(u, (c) => ee(c)).value();
|
|
4627
4629
|
}
|
|
@@ -4647,7 +4649,7 @@ class ga extends Q {
|
|
|
4647
4649
|
path: "/v1/bookings/{id}/coupons/{coupon_id}/charge".replace("{coupon_id}", encodeURIComponent(String(t.couponId))).replace("{id}", encodeURIComponent(String(t.id))),
|
|
4648
4650
|
method: "POST",
|
|
4649
4651
|
headers: o,
|
|
4650
|
-
query: b(i,
|
|
4652
|
+
query: b(i, P.Snake)
|
|
4651
4653
|
}, r);
|
|
4652
4654
|
return await new G(u, (c) => ee(c)).value();
|
|
4653
4655
|
}
|
|
@@ -4671,7 +4673,7 @@ class ga extends Q {
|
|
|
4671
4673
|
path: "/v1/bookings/{id}/pay-later".replace("{id}", encodeURIComponent(String(t.id))),
|
|
4672
4674
|
method: "POST",
|
|
4673
4675
|
headers: o,
|
|
4674
|
-
query: b(i,
|
|
4676
|
+
query: b(i, P.Snake)
|
|
4675
4677
|
}, r);
|
|
4676
4678
|
return await new G(u, (c) => ee(c)).value();
|
|
4677
4679
|
}
|
|
@@ -4695,7 +4697,7 @@ class ga extends Q {
|
|
|
4695
4697
|
path: "/v1/bookings/{id}/pay-later/confirm".replace("{id}", encodeURIComponent(String(t.id))),
|
|
4696
4698
|
method: "POST",
|
|
4697
4699
|
headers: o,
|
|
4698
|
-
query: b(i,
|
|
4700
|
+
query: b(i, P.Snake)
|
|
4699
4701
|
}, r);
|
|
4700
4702
|
return await new G(u, (c) => ee(c)).value();
|
|
4701
4703
|
}
|
|
@@ -4719,7 +4721,7 @@ class ga extends Q {
|
|
|
4719
4721
|
path: "/v1/bookings/{id}/confirm".replace("{id}", encodeURIComponent(String(t.id))),
|
|
4720
4722
|
method: "POST",
|
|
4721
4723
|
headers: o,
|
|
4722
|
-
query: b(i,
|
|
4724
|
+
query: b(i, P.Snake)
|
|
4723
4725
|
}, r);
|
|
4724
4726
|
return await new G(u, (c) => ee(c)).value();
|
|
4725
4727
|
}
|
|
@@ -4743,8 +4745,8 @@ class ga extends Q {
|
|
|
4743
4745
|
path: "/v1/bookings/{id}/payment_methods".replace("{id}", encodeURIComponent(String(t.id))),
|
|
4744
4746
|
method: "PUT",
|
|
4745
4747
|
headers: o,
|
|
4746
|
-
query: b(i,
|
|
4747
|
-
body: b(pa(t.paymentMethodUpdatePayloadApi),
|
|
4748
|
+
query: b(i, P.Snake),
|
|
4749
|
+
body: b(pa(t.paymentMethodUpdatePayloadApi), P.Snake)
|
|
4748
4750
|
}, r);
|
|
4749
4751
|
return await new G(u, (c) => ee(c)).value();
|
|
4750
4752
|
}
|
|
@@ -4780,7 +4782,7 @@ class _a extends Q {
|
|
|
4780
4782
|
path: "/v1/hotels/{id}/images".replace("{id}", encodeURIComponent(String(t.id))),
|
|
4781
4783
|
method: "GET",
|
|
4782
4784
|
headers: o,
|
|
4783
|
-
query: b(i,
|
|
4785
|
+
query: b(i, P.Snake)
|
|
4784
4786
|
}, r);
|
|
4785
4787
|
return new G(u, (c) => c.map(de)).value();
|
|
4786
4788
|
}
|
|
@@ -4806,7 +4808,7 @@ class Oa extends Q {
|
|
|
4806
4808
|
path: "/v1/hotel_offer_requests/{id}".replace("{id}", encodeURIComponent(String(t.id))),
|
|
4807
4809
|
method: "GET",
|
|
4808
4810
|
headers: o,
|
|
4809
|
-
query: b(i,
|
|
4811
|
+
query: b(i, P.Snake)
|
|
4810
4812
|
}, r);
|
|
4811
4813
|
return await new G(u, (c) => kt(c)).value();
|
|
4812
4814
|
}
|
|
@@ -4828,8 +4830,8 @@ class Oa extends Q {
|
|
|
4828
4830
|
path: "/v1/hotel_offer_requests",
|
|
4829
4831
|
method: "POST",
|
|
4830
4832
|
headers: o,
|
|
4831
|
-
query: b(i,
|
|
4832
|
-
body: b(
|
|
4833
|
+
query: b(i, P.Snake),
|
|
4834
|
+
body: b(Po(t.hotelOfferRequestCreateApi), P.Snake)
|
|
4833
4835
|
}, r);
|
|
4834
4836
|
return await new G(u, (c) => kt(c)).value();
|
|
4835
4837
|
}
|
|
@@ -4859,7 +4861,7 @@ class Aa extends Q {
|
|
|
4859
4861
|
path: "/v1/hotel_offers",
|
|
4860
4862
|
method: "GET",
|
|
4861
4863
|
headers: o,
|
|
4862
|
-
query: b(i,
|
|
4864
|
+
query: b(i, P.Snake)
|
|
4863
4865
|
}, r);
|
|
4864
4866
|
return await new G(u, (c) => Jo(c)).value();
|
|
4865
4867
|
}
|
|
@@ -4868,7 +4870,7 @@ class Aa extends Q {
|
|
|
4868
4870
|
* ⚛️ Retrieve Hotel Offers
|
|
4869
4871
|
*/
|
|
4870
4872
|
async list(t, r, i) {
|
|
4871
|
-
return await
|
|
4873
|
+
return await Pt(
|
|
4872
4874
|
() => this.listRaw(t, i),
|
|
4873
4875
|
{ type: ze.HOTEL_SEARCH_POLLING, minCallCount: i?.minCallCount, maxCallCount: i?.maxCallCount },
|
|
4874
4876
|
r
|
|
@@ -4899,9 +4901,9 @@ class Sa extends Q {
|
|
|
4899
4901
|
path: "/v1/hotel_rooming_list_guests/{token}/{id}".replace("{id}", encodeURIComponent(String(t.id))).replace("{token}", encodeURIComponent(String(t.token))),
|
|
4900
4902
|
method: "DELETE",
|
|
4901
4903
|
headers: o,
|
|
4902
|
-
query: b(i,
|
|
4904
|
+
query: b(i, P.Snake)
|
|
4903
4905
|
}, r);
|
|
4904
|
-
return new
|
|
4906
|
+
return new Pr(u);
|
|
4905
4907
|
}
|
|
4906
4908
|
/**
|
|
4907
4909
|
* Delete a hotel rooming list guest from a booking based on a valid token. This endpoint is public and does not require a secret API key.
|
|
@@ -4925,8 +4927,8 @@ class Sa extends Q {
|
|
|
4925
4927
|
path: "/v1/hotel_rooming_list_guests/{token}/{id}".replace("{id}", encodeURIComponent(String(t.id))).replace("{token}", encodeURIComponent(String(t.token))),
|
|
4926
4928
|
method: "PATCH",
|
|
4927
4929
|
headers: o,
|
|
4928
|
-
query: b(i,
|
|
4929
|
-
body: b(la(t.hotelRoomingListGuestsUpdateApi),
|
|
4930
|
+
query: b(i, P.Snake),
|
|
4931
|
+
body: b(la(t.hotelRoomingListGuestsUpdateApi), P.Snake)
|
|
4930
4932
|
}, r);
|
|
4931
4933
|
return await new G(u, (c) => Ye(c)).value();
|
|
4932
4934
|
}
|
|
@@ -4950,8 +4952,8 @@ class Sa extends Q {
|
|
|
4950
4952
|
path: "/v1/hotel_rooming_list_guests/{token}".replace("{token}", encodeURIComponent(String(t.token))),
|
|
4951
4953
|
method: "POST",
|
|
4952
4954
|
headers: o,
|
|
4953
|
-
query: b(i,
|
|
4954
|
-
body: b(da(t.hotelRoomingListGuestsCreateApi),
|
|
4955
|
+
query: b(i, P.Snake),
|
|
4956
|
+
body: b(da(t.hotelRoomingListGuestsCreateApi), P.Snake)
|
|
4955
4957
|
}, r);
|
|
4956
4958
|
return await new G(u, (c) => Ye(c)).value();
|
|
4957
4959
|
}
|
|
@@ -4977,7 +4979,7 @@ class wa extends Q {
|
|
|
4977
4979
|
path: "/v1/hotel_rooming_lists/{token}".replace("{token}", encodeURIComponent(String(t.token))),
|
|
4978
4980
|
method: "GET",
|
|
4979
4981
|
headers: o,
|
|
4980
|
-
query: b(i,
|
|
4982
|
+
query: b(i, P.Snake)
|
|
4981
4983
|
}, r);
|
|
4982
4984
|
return new G(u, (c) => c.map(Kt)).value();
|
|
4983
4985
|
}
|
|
@@ -5005,9 +5007,9 @@ class Ra extends Q {
|
|
|
5005
5007
|
path: "/v1/hotel_room_offers/{id}/images".replace("{id}", encodeURIComponent(String(t.id))),
|
|
5006
5008
|
method: "GET",
|
|
5007
5009
|
headers: o,
|
|
5008
|
-
query: b(i,
|
|
5010
|
+
query: b(i, P.Snake)
|
|
5009
5011
|
}, r);
|
|
5010
|
-
return await new G(u, (c) => b(c,
|
|
5012
|
+
return await new G(u, (c) => b(c, P.Camel)).value();
|
|
5011
5013
|
}
|
|
5012
5014
|
/**
|
|
5013
5015
|
* Returns a list of images for an Hotel Room OfferId with their content localize into the requested **lang**.
|
|
@@ -5031,7 +5033,7 @@ class ka extends Q {
|
|
|
5031
5033
|
path: "/v1/hotel_room_offer_requests/{id}".replace("{id}", encodeURIComponent(String(t.id))),
|
|
5032
5034
|
method: "GET",
|
|
5033
5035
|
headers: o,
|
|
5034
|
-
query: b(i,
|
|
5036
|
+
query: b(i, P.Snake)
|
|
5035
5037
|
}, r);
|
|
5036
5038
|
return await new G(u, (c) => Tt(c)).value();
|
|
5037
5039
|
}
|
|
@@ -5053,8 +5055,8 @@ class ka extends Q {
|
|
|
5053
5055
|
path: "/v1/hotel_room_offer_requests",
|
|
5054
5056
|
method: "POST",
|
|
5055
5057
|
headers: o,
|
|
5056
|
-
query: b(i,
|
|
5057
|
-
body: b(Zo(t.hotelRoomOfferRequestCreateApi),
|
|
5058
|
+
query: b(i, P.Snake),
|
|
5059
|
+
body: b(Zo(t.hotelRoomOfferRequestCreateApi), P.Snake)
|
|
5058
5060
|
}, r);
|
|
5059
5061
|
return await new G(u, (c) => Tt(c)).value();
|
|
5060
5062
|
}
|
|
@@ -5084,7 +5086,7 @@ class Ta extends Q {
|
|
|
5084
5086
|
path: "/v1/hotel_room_offers",
|
|
5085
5087
|
method: "GET",
|
|
5086
5088
|
headers: o,
|
|
5087
|
-
query: b(i,
|
|
5089
|
+
query: b(i, P.Snake)
|
|
5088
5090
|
}, r);
|
|
5089
5091
|
return await new G(u, (c) => ia(c)).value();
|
|
5090
5092
|
}
|
|
@@ -5093,7 +5095,7 @@ class Ta extends Q {
|
|
|
5093
5095
|
* ⚛️ Retrieve Hotel Room Offers
|
|
5094
5096
|
*/
|
|
5095
5097
|
async list(t, r, i) {
|
|
5096
|
-
return await
|
|
5098
|
+
return await Pt(
|
|
5097
5099
|
() => this.listRaw(t, i),
|
|
5098
5100
|
{ type: ze.HOTEL_ROOM_OFFERS, minCallCount: i?.minCallCount, maxCallCount: i?.maxCallCount },
|
|
5099
5101
|
r
|
|
@@ -5110,8 +5112,8 @@ class Ta extends Q {
|
|
|
5110
5112
|
path: "/v1/hotel_room_offers",
|
|
5111
5113
|
method: "POST",
|
|
5112
5114
|
headers: o,
|
|
5113
|
-
query: b(i,
|
|
5114
|
-
body: b(sa(t.hotelRoomOffersCreateApi),
|
|
5115
|
+
query: b(i, P.Snake),
|
|
5116
|
+
body: b(sa(t.hotelRoomOffersCreateApi), P.Snake)
|
|
5115
5117
|
}, r);
|
|
5116
5118
|
return await new G(u, (c) => Go(c)).value();
|
|
5117
5119
|
}
|
|
@@ -5139,7 +5141,7 @@ class Ma extends Q {
|
|
|
5139
5141
|
path: "/v1/hotels/{id}".replace("{id}", encodeURIComponent(String(t.id))),
|
|
5140
5142
|
method: "GET",
|
|
5141
5143
|
headers: o,
|
|
5142
|
-
query: b(i,
|
|
5144
|
+
query: b(i, P.Snake)
|
|
5143
5145
|
}, r);
|
|
5144
5146
|
return await new G(u, (c) => ko(c)).value();
|
|
5145
5147
|
}
|
|
@@ -5224,7 +5226,7 @@ class uu {
|
|
|
5224
5226
|
const i = this.config.apiEnvironment;
|
|
5225
5227
|
let o = this.config.apiBaseUrl ?? oi[i];
|
|
5226
5228
|
i === se.Local && process.env.BOOKING_API_BASE_URL && (o = process.env.BOOKING_API_BASE_URL);
|
|
5227
|
-
const u = new
|
|
5229
|
+
const u = new Nt({
|
|
5228
5230
|
basePath: o,
|
|
5229
5231
|
fetchApi: si,
|
|
5230
5232
|
headers: r,
|
|
@@ -5333,11 +5335,11 @@ export {
|
|
|
5333
5335
|
is as BookingsApiResponseToJSON,
|
|
5334
5336
|
ou as BookingsSortByEnum,
|
|
5335
5337
|
au as BookingsSortByOrderEnum,
|
|
5336
|
-
|
|
5338
|
+
Pa as COLLECTION_FORMATS,
|
|
5337
5339
|
Xe as CancellationPolicyApiFromJSON,
|
|
5338
5340
|
Vr as CancellationPolicyApiFromJSONTyped,
|
|
5339
5341
|
Qe as CancellationPolicyApiToJSON,
|
|
5340
|
-
|
|
5342
|
+
Nt as Configuration,
|
|
5341
5343
|
$t as ContactPersonApiFromJSON,
|
|
5342
5344
|
en as ContactPersonApiFromJSONTyped,
|
|
5343
5345
|
nc as ContactPersonApiSalutationEnum,
|
|
@@ -5384,7 +5386,7 @@ export {
|
|
|
5384
5386
|
Os as HotelOfferRequestApiResponseToJSON,
|
|
5385
5387
|
Ss as HotelOfferRequestCreateApiFromJSON,
|
|
5386
5388
|
bo as HotelOfferRequestCreateApiFromJSONTyped,
|
|
5387
|
-
|
|
5389
|
+
Po as HotelOfferRequestCreateApiToJSON,
|
|
5388
5390
|
Oa as HotelOfferRequests,
|
|
5389
5391
|
Aa as HotelOffers,
|
|
5390
5392
|
Jo as HotelOffersApiResponseFromJSON,
|
|
@@ -5413,7 +5415,7 @@ export {
|
|
|
5413
5415
|
_c as HotelRoomOfferApiPackageTypeEnum,
|
|
5414
5416
|
Go as HotelRoomOfferApiResponseFromJSON,
|
|
5415
5417
|
qo as HotelRoomOfferApiResponseFromJSONTyped,
|
|
5416
|
-
|
|
5418
|
+
Ps as HotelRoomOfferApiResponseToJSON,
|
|
5417
5419
|
Oc as HotelRoomOfferApiStayTaxesInfoEnum,
|
|
5418
5420
|
le as HotelRoomOfferApiToJSON,
|
|
5419
5421
|
Ac as HotelRoomOfferApiTypeEnum,
|
|
@@ -5482,13 +5484,13 @@ export {
|
|
|
5482
5484
|
mo as MetaResponseApiToJSON,
|
|
5483
5485
|
qn as PaymentMethodApiFromJSON,
|
|
5484
5486
|
Kn as PaymentMethodApiFromJSONTyped,
|
|
5485
|
-
|
|
5487
|
+
Pc as PaymentMethodApiOneOf1FromJSON,
|
|
5486
5488
|
zt as PaymentMethodApiOneOf1FromJSONTyped,
|
|
5487
5489
|
bc as PaymentMethodApiOneOf1NameEnum,
|
|
5488
5490
|
Dn as PaymentMethodApiOneOf1PayloadFromJSON,
|
|
5489
5491
|
vn as PaymentMethodApiOneOf1PayloadFromJSONTyped,
|
|
5490
5492
|
bn as PaymentMethodApiOneOf1PayloadToJSON,
|
|
5491
|
-
|
|
5493
|
+
Nn as PaymentMethodApiOneOf1ToJSON,
|
|
5492
5494
|
Ec as PaymentMethodApiOneOf2FromJSON,
|
|
5493
5495
|
Vt as PaymentMethodApiOneOf2FromJSONTyped,
|
|
5494
5496
|
xc as PaymentMethodApiOneOf2NameEnum,
|
|
@@ -5524,7 +5526,7 @@ export {
|
|
|
5524
5526
|
pa as PaymentMethodUpdatePayloadApiToJSON,
|
|
5525
5527
|
ws as PollerStatus,
|
|
5526
5528
|
it as PollerStatusFromJSON,
|
|
5527
|
-
|
|
5529
|
+
No as PollerStatusFromJSONTyped,
|
|
5528
5530
|
Rs as PollerStatusToJSON,
|
|
5529
5531
|
q as RequiredError,
|
|
5530
5532
|
br as ResponseError,
|
|
@@ -5540,7 +5542,7 @@ export {
|
|
|
5540
5542
|
hc as TaxApiTaxFrequencyEnum,
|
|
5541
5543
|
pc as TaxApiTaxModeEnum,
|
|
5542
5544
|
qt as TaxApiToJSON,
|
|
5543
|
-
|
|
5545
|
+
Pr as TextApiResponse,
|
|
5544
5546
|
ii as TravelTimesApiFromJSON,
|
|
5545
5547
|
Ro as TravelTimesApiFromJSONTyped,
|
|
5546
5548
|
ri as TravelTimesApiToJSON,
|
|
@@ -5550,7 +5552,7 @@ export {
|
|
|
5550
5552
|
Ea as VoidApiResponse,
|
|
5551
5553
|
xa as canConsumeForm,
|
|
5552
5554
|
n as exists,
|
|
5553
|
-
|
|
5555
|
+
Nr as instanceOfAllowedPaymentMethodApiOneOf,
|
|
5554
5556
|
Er as instanceOfAllowedPaymentMethodApiOneOf1,
|
|
5555
5557
|
Lr as instanceOfAllowedPaymentMethodApiOneOf2,
|
|
5556
5558
|
Ur as instanceOfAllowedPaymentMethodApiOneOf3,
|
|
@@ -5585,7 +5587,7 @@ export {
|
|
|
5585
5587
|
dc as instanceOfHotelRoomApi,
|
|
5586
5588
|
Sc as instanceOfHotelRoomOfferApi,
|
|
5587
5589
|
bs as instanceOfHotelRoomOfferApiResponse,
|
|
5588
|
-
|
|
5590
|
+
Ns as instanceOfHotelRoomOfferRequestApiResponse,
|
|
5589
5591
|
Es as instanceOfHotelRoomOfferRequestApiResponseAllOf,
|
|
5590
5592
|
Hs as instanceOfHotelRoomOfferRequestApiResponseAllOf1,
|
|
5591
5593
|
$s as instanceOfHotelRoomOfferRequestCreateApi,
|
|
@@ -5603,10 +5605,10 @@ export {
|
|
|
5603
5605
|
eu as instanceOfMetaPollingResponseApiAllOf,
|
|
5604
5606
|
es as instanceOfMetaResponseApi,
|
|
5605
5607
|
Cn as instanceOfPaymentMethodApiOneOf,
|
|
5606
|
-
|
|
5608
|
+
Pn as instanceOfPaymentMethodApiOneOf1,
|
|
5607
5609
|
vc as instanceOfPaymentMethodApiOneOf1Payload,
|
|
5608
5610
|
Ln as instanceOfPaymentMethodApiOneOf2,
|
|
5609
|
-
|
|
5611
|
+
Nc as instanceOfPaymentMethodApiOneOf2Payload,
|
|
5610
5612
|
Un as instanceOfPaymentMethodApiOneOf3,
|
|
5611
5613
|
Lc as instanceOfPaymentMethodApiOneOf3Payload,
|
|
5612
5614
|
Cc as instanceOfPaymentMethodApiOneOfPayload,
|
|
@@ -5617,7 +5619,7 @@ export {
|
|
|
5617
5619
|
yc as instanceOfTaxApi,
|
|
5618
5620
|
fs as instanceOfTravelTimesApi,
|
|
5619
5621
|
ds as instanceOfTravelTimesApiTravelTimes,
|
|
5620
|
-
|
|
5622
|
+
Na as mapValues,
|
|
5621
5623
|
xt as querystring,
|
|
5622
5624
|
Ca as v1ApiClient
|
|
5623
5625
|
};
|