@revolugo/booking-api-client 7.11.2-alpha.25 → 7.11.2-alpha.27
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 +750 -711
- package/dist/index.umd.js +2 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/v1/models/BookingApi.d.ts +2 -0
- package/dist/types/v1/models/BookingApi.d.ts.map +1 -1
- package/dist/types/v1/models/InsuranceApi.d.ts +20 -0
- package/dist/types/v1/models/InsuranceApi.d.ts.map +1 -0
- package/dist/types/v1/models/index.d.ts +1 -0
- package/dist/types/v1/models/index.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -1521,7 +1521,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
|
|
|
1521
1521
|
}
|
|
1522
1522
|
};
|
|
1523
1523
|
}));
|
|
1524
|
-
})), X = /* @__PURE__ */ Z(tt(), 1), Ti = /* @__PURE__ */ Z(ci(), 1), Si = /* @__PURE__ */ Z(ui(), 1), wi = /* @__PURE__ */ Z(di(), 1), ki = /* @__PURE__ */ Z(fi(), 1), Ri = /* @__PURE__ */ Z(li(), 1), Ci = /* @__PURE__ */ Z(mi(), 1), Di = /* @__PURE__ */ Z(pi(), 1), Mi = /* @__PURE__ */ Z(hi(), 1), Pi = /* @__PURE__ */ Z(yi(), 1), Ni = /* @__PURE__ */ Z(gi(), 1), bi = /* @__PURE__ */ Z(_i(), 1),
|
|
1524
|
+
})), X = /* @__PURE__ */ Z(tt(), 1), Ti = /* @__PURE__ */ Z(ci(), 1), Si = /* @__PURE__ */ Z(ui(), 1), wi = /* @__PURE__ */ Z(di(), 1), ki = /* @__PURE__ */ Z(fi(), 1), Ri = /* @__PURE__ */ Z(li(), 1), Ci = /* @__PURE__ */ Z(mi(), 1), Di = /* @__PURE__ */ Z(pi(), 1), Mi = /* @__PURE__ */ Z(hi(), 1), Pi = /* @__PURE__ */ Z(yi(), 1), Ni = /* @__PURE__ */ Z(gi(), 1), bi = /* @__PURE__ */ Z(_i(), 1), Ka = Oi(), za = Ai();
|
|
1525
1525
|
X.default.extend(Ti.default);
|
|
1526
1526
|
X.default.extend(Si.default);
|
|
1527
1527
|
X.default.extend(wi.default);
|
|
@@ -1719,7 +1719,7 @@ var xi = class {
|
|
|
1719
1719
|
function Fi() {
|
|
1720
1720
|
return new xi();
|
|
1721
1721
|
}
|
|
1722
|
-
var
|
|
1722
|
+
var Va = Fi(), Ui = "http://localhost".replace(/\/+$/, ""), Gi = (e) => typeof Blob < "u" && e instanceof Blob, Q = class {
|
|
1723
1723
|
configuration;
|
|
1724
1724
|
middleware;
|
|
1725
1725
|
constructor(e = new rt()) {
|
|
@@ -1792,7 +1792,7 @@ var qa = Fi(), Ui = "http://localhost".replace(/\/+$/, ""), Gi = (e) => typeof B
|
|
|
1792
1792
|
constructor(e, t) {
|
|
1793
1793
|
super(t), this.field = e;
|
|
1794
1794
|
}
|
|
1795
|
-
},
|
|
1795
|
+
}, Za = {
|
|
1796
1796
|
csv: ",",
|
|
1797
1797
|
ssv: " ",
|
|
1798
1798
|
tsv: " ",
|
|
@@ -1835,7 +1835,7 @@ var qa = Fi(), Ui = "http://localhost".replace(/\/+$/, ""), Gi = (e) => typeof B
|
|
|
1835
1835
|
return this.configuration.credentials;
|
|
1836
1836
|
}
|
|
1837
1837
|
};
|
|
1838
|
-
function
|
|
1838
|
+
function Wa(e, t) {
|
|
1839
1839
|
const i = e[t];
|
|
1840
1840
|
return i != null;
|
|
1841
1841
|
}
|
|
@@ -1849,7 +1849,7 @@ function ot(e, t = "") {
|
|
|
1849
1849
|
return r instanceof Date ? `${encodeURIComponent(n)}=${encodeURIComponent(r.toISOString())}` : r instanceof Object ? ot(r, n) : `${encodeURIComponent(n)}=${encodeURIComponent(String(r))}`;
|
|
1850
1850
|
}).filter((i) => i.length > 0).join("&");
|
|
1851
1851
|
}
|
|
1852
|
-
function
|
|
1852
|
+
function Xa(e) {
|
|
1853
1853
|
for (const t of e) if (t.contentType === "multipart/form-data") return !0;
|
|
1854
1854
|
return !1;
|
|
1855
1855
|
}
|
|
@@ -1862,14 +1862,14 @@ var $ = class {
|
|
|
1862
1862
|
async value() {
|
|
1863
1863
|
return this.transformer(await this.raw.json());
|
|
1864
1864
|
}
|
|
1865
|
-
},
|
|
1865
|
+
}, Qa = class {
|
|
1866
1866
|
raw;
|
|
1867
1867
|
constructor(e) {
|
|
1868
1868
|
this.raw = e;
|
|
1869
1869
|
}
|
|
1870
1870
|
async value() {
|
|
1871
1871
|
}
|
|
1872
|
-
},
|
|
1872
|
+
}, ja = class {
|
|
1873
1873
|
raw;
|
|
1874
1874
|
constructor(e) {
|
|
1875
1875
|
this.raw = e;
|
|
@@ -1885,11 +1885,11 @@ var $ = class {
|
|
|
1885
1885
|
async value() {
|
|
1886
1886
|
return await this.raw.text();
|
|
1887
1887
|
}
|
|
1888
|
-
},
|
|
1889
|
-
function
|
|
1888
|
+
}, es = { Coupon: "COUPON" };
|
|
1889
|
+
function ts(e) {
|
|
1890
1890
|
return !(!("name" in e) || e.name === void 0);
|
|
1891
1891
|
}
|
|
1892
|
-
function
|
|
1892
|
+
function is(e) {
|
|
1893
1893
|
return st(e, !1);
|
|
1894
1894
|
}
|
|
1895
1895
|
function st(e, t) {
|
|
@@ -1901,11 +1901,11 @@ function qi(e) {
|
|
|
1901
1901
|
function Yi(e, t = !1) {
|
|
1902
1902
|
return e == null ? e : { name: e.name };
|
|
1903
1903
|
}
|
|
1904
|
-
var
|
|
1905
|
-
function
|
|
1904
|
+
var ns = { CreditCard: "CREDIT_CARD" };
|
|
1905
|
+
function rs(e) {
|
|
1906
1906
|
return !(!("name" in e) || e.name === void 0);
|
|
1907
1907
|
}
|
|
1908
|
-
function
|
|
1908
|
+
function os(e) {
|
|
1909
1909
|
return ct(e, !1);
|
|
1910
1910
|
}
|
|
1911
1911
|
function ct(e, t) {
|
|
@@ -1917,11 +1917,11 @@ function Ki(e) {
|
|
|
1917
1917
|
function zi(e, t = !1) {
|
|
1918
1918
|
return e == null ? e : { name: e.name };
|
|
1919
1919
|
}
|
|
1920
|
-
var
|
|
1921
|
-
function
|
|
1920
|
+
var as = { DepositAccount: "DEPOSIT_ACCOUNT" };
|
|
1921
|
+
function ss(e) {
|
|
1922
1922
|
return !(!("name" in e) || e.name === void 0);
|
|
1923
1923
|
}
|
|
1924
|
-
function
|
|
1924
|
+
function cs(e) {
|
|
1925
1925
|
return ut(e, !1);
|
|
1926
1926
|
}
|
|
1927
1927
|
function ut(e, t) {
|
|
@@ -1933,12 +1933,12 @@ function Vi(e) {
|
|
|
1933
1933
|
function Zi(e, t = !1) {
|
|
1934
1934
|
return e == null ? e : { name: e.name };
|
|
1935
1935
|
}
|
|
1936
|
-
var
|
|
1936
|
+
var us = {
|
|
1937
1937
|
Disabled: "DISABLED",
|
|
1938
1938
|
Enabled: "ENABLED",
|
|
1939
1939
|
Forced: "FORCED"
|
|
1940
1940
|
};
|
|
1941
|
-
function
|
|
1941
|
+
function ds(e) {
|
|
1942
1942
|
return !(!("status" in e) || e.status === void 0);
|
|
1943
1943
|
}
|
|
1944
1944
|
function Wi(e) {
|
|
@@ -1953,11 +1953,11 @@ function Qi(e) {
|
|
|
1953
1953
|
function ji(e, t = !1) {
|
|
1954
1954
|
return e == null ? e : { status: e.status };
|
|
1955
1955
|
}
|
|
1956
|
-
var
|
|
1957
|
-
function
|
|
1956
|
+
var fs = { PayLater: "PAY_LATER" };
|
|
1957
|
+
function ls(e) {
|
|
1958
1958
|
return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
|
|
1959
1959
|
}
|
|
1960
|
-
function
|
|
1960
|
+
function ms(e) {
|
|
1961
1961
|
return dt(e, !1);
|
|
1962
1962
|
}
|
|
1963
1963
|
function dt(e, t) {
|
|
@@ -2022,10 +2022,10 @@ function on(e) {
|
|
|
2022
2022
|
}
|
|
2023
2023
|
}
|
|
2024
2024
|
}
|
|
2025
|
-
function
|
|
2025
|
+
function ps(e, t = !1) {
|
|
2026
2026
|
return on(e);
|
|
2027
2027
|
}
|
|
2028
|
-
function
|
|
2028
|
+
function hs(e) {
|
|
2029
2029
|
return !0;
|
|
2030
2030
|
}
|
|
2031
2031
|
function ft(e) {
|
|
@@ -2130,10 +2130,10 @@ function sn(e, t = !1) {
|
|
|
2130
2130
|
whirpool: e.whirpool
|
|
2131
2131
|
};
|
|
2132
2132
|
}
|
|
2133
|
-
function
|
|
2133
|
+
function ys(e) {
|
|
2134
2134
|
return !(!("count" in e) || e.count === void 0 || !("name" in e) || e.name === void 0 || !("occupancy" in e) || e.occupancy === void 0);
|
|
2135
2135
|
}
|
|
2136
|
-
function
|
|
2136
|
+
function gs(e) {
|
|
2137
2137
|
return cn(e, !1);
|
|
2138
2138
|
}
|
|
2139
2139
|
function cn(e, t) {
|
|
@@ -2143,7 +2143,7 @@ function cn(e, t) {
|
|
|
2143
2143
|
occupancy: e.occupancy
|
|
2144
2144
|
};
|
|
2145
2145
|
}
|
|
2146
|
-
function
|
|
2146
|
+
function _s(e) {
|
|
2147
2147
|
return un(e, !1);
|
|
2148
2148
|
}
|
|
2149
2149
|
function un(e, t = !1) {
|
|
@@ -2153,7 +2153,7 @@ function un(e, t = !1) {
|
|
|
2153
2153
|
occupancy: e.occupancy
|
|
2154
2154
|
};
|
|
2155
2155
|
}
|
|
2156
|
-
function
|
|
2156
|
+
function Os(e) {
|
|
2157
2157
|
return !(!("dateFrom" in e) || e.dateFrom === void 0 || !("dateTo" in e) || e.dateTo === void 0 || !("penaltyPercentage" in e) || e.penaltyPercentage === void 0);
|
|
2158
2158
|
}
|
|
2159
2159
|
function Be(e) {
|
|
@@ -2421,7 +2421,7 @@ var Ce = {
|
|
|
2421
2421
|
Zm: "ZM",
|
|
2422
2422
|
Zw: "ZW"
|
|
2423
2423
|
};
|
|
2424
|
-
function
|
|
2424
|
+
function As(e) {
|
|
2425
2425
|
for (const t in Ce) if (Object.prototype.hasOwnProperty.call(Ce, t) && Ce[t] === e)
|
|
2426
2426
|
return !0;
|
|
2427
2427
|
return !1;
|
|
@@ -2432,13 +2432,13 @@ function Ae(e) {
|
|
|
2432
2432
|
function ln(e, t) {
|
|
2433
2433
|
return e;
|
|
2434
2434
|
}
|
|
2435
|
-
function
|
|
2435
|
+
function Ts(e) {
|
|
2436
2436
|
return e;
|
|
2437
2437
|
}
|
|
2438
|
-
function
|
|
2438
|
+
function Ss(e, t) {
|
|
2439
2439
|
return e;
|
|
2440
2440
|
}
|
|
2441
|
-
function
|
|
2441
|
+
function ws(e) {
|
|
2442
2442
|
return !(!("isHeroImage" in e) || e.isHeroImage === void 0 || !("l" in e) || e.l === void 0 || !("m" in e) || e.m === void 0 || !("s" in e) || e.s === void 0 || !("xl" in e) || e.xl === void 0 || !("xs" in e) || e.xs === void 0);
|
|
2443
2443
|
}
|
|
2444
2444
|
function de(e) {
|
|
@@ -2469,7 +2469,7 @@ function pn(e, t = !1) {
|
|
|
2469
2469
|
xs: e.xs
|
|
2470
2470
|
};
|
|
2471
2471
|
}
|
|
2472
|
-
function
|
|
2472
|
+
function ks(e) {
|
|
2473
2473
|
return !(!("beds" in e) || e.beds === void 0 || !("bedsPretty" in e) || e.bedsPretty === void 0 || !("count" in e) || e.count === void 0 || !("description" in e) || e.description === void 0 || !("id" in e) || e.id === void 0 || !("occupancy" in e) || e.occupancy === void 0);
|
|
2474
2474
|
}
|
|
2475
2475
|
function hn(e) {
|
|
@@ -2521,7 +2521,7 @@ var De = {
|
|
|
2521
2521
|
NotIncluded: "NOT_INCLUDED",
|
|
2522
2522
|
Optional: "OPTIONAL"
|
|
2523
2523
|
};
|
|
2524
|
-
function
|
|
2524
|
+
function Rs(e) {
|
|
2525
2525
|
for (const t in De) if (Object.prototype.hasOwnProperty.call(De, t) && De[t] === e)
|
|
2526
2526
|
return !0;
|
|
2527
2527
|
return !1;
|
|
@@ -2532,20 +2532,20 @@ function On(e) {
|
|
|
2532
2532
|
function An(e, t) {
|
|
2533
2533
|
return e;
|
|
2534
2534
|
}
|
|
2535
|
-
function
|
|
2535
|
+
function Cs(e) {
|
|
2536
2536
|
return e;
|
|
2537
2537
|
}
|
|
2538
|
-
function
|
|
2538
|
+
function Ds(e, t) {
|
|
2539
2539
|
return e;
|
|
2540
2540
|
}
|
|
2541
|
-
var
|
|
2541
|
+
var Ms = {
|
|
2542
2542
|
PerNight: "PER_NIGHT",
|
|
2543
2543
|
PerStay: "PER_STAY"
|
|
2544
|
-
},
|
|
2544
|
+
}, Ps = {
|
|
2545
2545
|
PerAdult: "PER_ADULT",
|
|
2546
2546
|
PerBooking: "PER_BOOKING"
|
|
2547
2547
|
};
|
|
2548
|
-
function
|
|
2548
|
+
function Ns(e) {
|
|
2549
2549
|
return !(!("taxFrequency" in e) || e.taxFrequency === void 0 || !("taxMode" in e) || e.taxMode === void 0);
|
|
2550
2550
|
}
|
|
2551
2551
|
function mt(e) {
|
|
@@ -2713,7 +2713,7 @@ var Me = {
|
|
|
2713
2713
|
Zar: "ZAR",
|
|
2714
2714
|
Zmw: "ZMW"
|
|
2715
2715
|
};
|
|
2716
|
-
function
|
|
2716
|
+
function bs(e) {
|
|
2717
2717
|
for (const t in Me) if (Object.prototype.hasOwnProperty.call(Me, t) && Me[t] === e)
|
|
2718
2718
|
return !0;
|
|
2719
2719
|
return !1;
|
|
@@ -2724,13 +2724,13 @@ function ne(e) {
|
|
|
2724
2724
|
function wn(e, t) {
|
|
2725
2725
|
return e;
|
|
2726
2726
|
}
|
|
2727
|
-
function
|
|
2727
|
+
function Is(e) {
|
|
2728
2728
|
return e;
|
|
2729
2729
|
}
|
|
2730
|
-
function
|
|
2730
|
+
function Es(e, t) {
|
|
2731
2731
|
return e;
|
|
2732
2732
|
}
|
|
2733
|
-
function
|
|
2733
|
+
function Ls(e) {
|
|
2734
2734
|
return !(!("name" in e) || e.name === void 0);
|
|
2735
2735
|
}
|
|
2736
2736
|
function ht(e) {
|
|
@@ -2757,20 +2757,20 @@ function Rn(e, t = !1) {
|
|
|
2757
2757
|
name: e.name
|
|
2758
2758
|
};
|
|
2759
2759
|
}
|
|
2760
|
-
var
|
|
2760
|
+
var Js = {
|
|
2761
2761
|
BestMatch: "BEST_MATCH",
|
|
2762
2762
|
Cheapest: "CHEAPEST",
|
|
2763
2763
|
MatchingRoomCount: "MATCHING_ROOM_COUNT",
|
|
2764
2764
|
Regular: "REGULAR"
|
|
2765
|
-
},
|
|
2765
|
+
}, vs = {
|
|
2766
2766
|
Included: "included",
|
|
2767
2767
|
NotIncluded: "not_included",
|
|
2768
2768
|
Unknown: "unknown"
|
|
2769
|
-
},
|
|
2769
|
+
}, Bs = {
|
|
2770
2770
|
HotelRoom: "HOTEL_ROOM",
|
|
2771
2771
|
Package: "PACKAGE"
|
|
2772
2772
|
};
|
|
2773
|
-
function
|
|
2773
|
+
function Hs(e) {
|
|
2774
2774
|
return !(!("breakfastOption" in e) || e.breakfastOption === void 0 || !("cancellationPolicies" in e) || e.cancellationPolicies === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRooms" in e) || e.hotelRooms === void 0 || !("price" in e) || e.price === void 0 || !("sourceMarket" in e) || e.sourceMarket === void 0 || !("stayTaxesInfo" in e) || e.stayTaxesInfo === void 0 || !("taxIncludedPrice" in e) || e.taxIncludedPrice === void 0);
|
|
2775
2775
|
}
|
|
2776
2776
|
function fe(e) {
|
|
@@ -2832,7 +2832,7 @@ var Pe = {
|
|
|
2832
2832
|
NlNl: "nl-NL",
|
|
2833
2833
|
PtPt: "pt-PT"
|
|
2834
2834
|
};
|
|
2835
|
-
function
|
|
2835
|
+
function xs(e) {
|
|
2836
2836
|
for (const t in Pe) if (Object.prototype.hasOwnProperty.call(Pe, t) && Pe[t] === e)
|
|
2837
2837
|
return !0;
|
|
2838
2838
|
return !1;
|
|
@@ -2843,10 +2843,10 @@ function xe(e) {
|
|
|
2843
2843
|
function Mn(e, t) {
|
|
2844
2844
|
return e;
|
|
2845
2845
|
}
|
|
2846
|
-
function
|
|
2846
|
+
function Fs(e) {
|
|
2847
2847
|
return e;
|
|
2848
2848
|
}
|
|
2849
|
-
function
|
|
2849
|
+
function Us(e, t) {
|
|
2850
2850
|
return e;
|
|
2851
2851
|
}
|
|
2852
2852
|
var Ne = {
|
|
@@ -3094,7 +3094,7 @@ var Ne = {
|
|
|
3094
3094
|
Zm: "ZM",
|
|
3095
3095
|
Zw: "ZW"
|
|
3096
3096
|
};
|
|
3097
|
-
function
|
|
3097
|
+
function Gs(e) {
|
|
3098
3098
|
for (const t in Ne) if (Object.prototype.hasOwnProperty.call(Ne, t) && Ne[t] === e)
|
|
3099
3099
|
return !0;
|
|
3100
3100
|
return !1;
|
|
@@ -3105,13 +3105,13 @@ function Ie(e) {
|
|
|
3105
3105
|
function Pn(e, t) {
|
|
3106
3106
|
return e;
|
|
3107
3107
|
}
|
|
3108
|
-
function
|
|
3108
|
+
function $s(e) {
|
|
3109
3109
|
return e;
|
|
3110
3110
|
}
|
|
3111
|
-
function
|
|
3111
|
+
function qs(e, t) {
|
|
3112
3112
|
return e;
|
|
3113
3113
|
}
|
|
3114
|
-
function
|
|
3114
|
+
function Ys(e) {
|
|
3115
3115
|
return !(!("address" in e) || e.address === void 0 || !("city" in e) || e.city === void 0 || !("country" in e) || e.country === void 0 || !("name" in e) || e.name === void 0 || !("zipCode" in e) || e.zipCode === void 0);
|
|
3116
3116
|
}
|
|
3117
3117
|
function Nn(e) {
|
|
@@ -3142,7 +3142,7 @@ function En(e, t = !1) {
|
|
|
3142
3142
|
zip_code: e.zipCode
|
|
3143
3143
|
};
|
|
3144
3144
|
}
|
|
3145
|
-
var
|
|
3145
|
+
var Ks = {
|
|
3146
3146
|
Dr: "dr",
|
|
3147
3147
|
Mr: "mr",
|
|
3148
3148
|
Mrs: "mrs",
|
|
@@ -3150,7 +3150,7 @@ var Gs = {
|
|
|
3150
3150
|
NotSpecified: "notSpecified",
|
|
3151
3151
|
Prof: "prof"
|
|
3152
3152
|
};
|
|
3153
|
-
function
|
|
3153
|
+
function zs(e) {
|
|
3154
3154
|
return !(!("email" in e) || e.email === void 0 || !("firstName" in e) || e.firstName === void 0 || !("lastName" in e) || e.lastName === void 0 || !("nationality" in e) || e.nationality === void 0 || !("phone" in e) || e.phone === void 0);
|
|
3155
3155
|
}
|
|
3156
3156
|
function gt(e) {
|
|
@@ -3195,7 +3195,7 @@ function Jn(e, t = !1) {
|
|
|
3195
3195
|
zip_code: e.zipCode
|
|
3196
3196
|
};
|
|
3197
3197
|
}
|
|
3198
|
-
function
|
|
3198
|
+
function Vs(e) {
|
|
3199
3199
|
return !(!("amount" in e) || e.amount === void 0 || !("couponId" in e) || e.couponId === void 0);
|
|
3200
3200
|
}
|
|
3201
3201
|
function vn(e) {
|
|
@@ -3218,11 +3218,11 @@ function xn(e, t = !1) {
|
|
|
3218
3218
|
token: e.token
|
|
3219
3219
|
};
|
|
3220
3220
|
}
|
|
3221
|
-
var
|
|
3222
|
-
function
|
|
3221
|
+
var Zs = { Coupon: "COUPON" };
|
|
3222
|
+
function Ws(e) {
|
|
3223
3223
|
return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
|
|
3224
3224
|
}
|
|
3225
|
-
function
|
|
3225
|
+
function Xs(e) {
|
|
3226
3226
|
return Ot(e, !1);
|
|
3227
3227
|
}
|
|
3228
3228
|
function Ot(e, t) {
|
|
@@ -3240,7 +3240,7 @@ function Un(e, t = !1) {
|
|
|
3240
3240
|
payload: Hn(e.payload)
|
|
3241
3241
|
};
|
|
3242
3242
|
}
|
|
3243
|
-
function
|
|
3243
|
+
function Qs(e) {
|
|
3244
3244
|
return !(!("amount" in e) || e.amount === void 0 || !("token" in e) || e.token === void 0);
|
|
3245
3245
|
}
|
|
3246
3246
|
function Gn(e) {
|
|
@@ -3263,11 +3263,11 @@ function Yn(e, t = !1) {
|
|
|
3263
3263
|
token: e.token
|
|
3264
3264
|
};
|
|
3265
3265
|
}
|
|
3266
|
-
var
|
|
3267
|
-
function
|
|
3266
|
+
var js = { CreditCard: "CREDIT_CARD" };
|
|
3267
|
+
function ec(e) {
|
|
3268
3268
|
return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
|
|
3269
3269
|
}
|
|
3270
|
-
function
|
|
3270
|
+
function tc(e) {
|
|
3271
3271
|
return At(e, !1);
|
|
3272
3272
|
}
|
|
3273
3273
|
function At(e, t) {
|
|
@@ -3285,7 +3285,7 @@ function zn(e, t = !1) {
|
|
|
3285
3285
|
payload: qn(e.payload)
|
|
3286
3286
|
};
|
|
3287
3287
|
}
|
|
3288
|
-
function
|
|
3288
|
+
function ic(e) {
|
|
3289
3289
|
return !(!("amount" in e) || e.amount === void 0);
|
|
3290
3290
|
}
|
|
3291
3291
|
function Vn(e) {
|
|
@@ -3308,11 +3308,11 @@ function Xn(e, t = !1) {
|
|
|
3308
3308
|
token: e.token
|
|
3309
3309
|
};
|
|
3310
3310
|
}
|
|
3311
|
-
var
|
|
3312
|
-
function
|
|
3311
|
+
var nc = { DepositAccount: "DEPOSIT_ACCOUNT" };
|
|
3312
|
+
function rc(e) {
|
|
3313
3313
|
return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
|
|
3314
3314
|
}
|
|
3315
|
-
function
|
|
3315
|
+
function oc(e) {
|
|
3316
3316
|
return Tt(e, !1);
|
|
3317
3317
|
}
|
|
3318
3318
|
function Tt(e, t) {
|
|
@@ -3330,12 +3330,12 @@ function jn(e, t = !1) {
|
|
|
3330
3330
|
payload: Wn(e.payload)
|
|
3331
3331
|
};
|
|
3332
3332
|
}
|
|
3333
|
-
var
|
|
3333
|
+
var ac = {
|
|
3334
3334
|
Disabled: "DISABLED",
|
|
3335
3335
|
Enabled: "ENABLED",
|
|
3336
3336
|
Forced: "FORCED"
|
|
3337
3337
|
};
|
|
3338
|
-
function
|
|
3338
|
+
function sc(e) {
|
|
3339
3339
|
return !(!("amount" in e) || e.amount === void 0 || !("status" in e) || e.status === void 0);
|
|
3340
3340
|
}
|
|
3341
3341
|
function er(e) {
|
|
@@ -3360,11 +3360,11 @@ function nr(e, t = !1) {
|
|
|
3360
3360
|
token: e.token
|
|
3361
3361
|
};
|
|
3362
3362
|
}
|
|
3363
|
-
var
|
|
3364
|
-
function
|
|
3363
|
+
var cc = { PayLater: "PAY_LATER" };
|
|
3364
|
+
function uc(e) {
|
|
3365
3365
|
return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
|
|
3366
3366
|
}
|
|
3367
|
-
function
|
|
3367
|
+
function dc(e) {
|
|
3368
3368
|
return St(e, !1);
|
|
3369
3369
|
}
|
|
3370
3370
|
function St(e, t) {
|
|
@@ -3429,42 +3429,73 @@ function wt(e) {
|
|
|
3429
3429
|
}
|
|
3430
3430
|
}
|
|
3431
3431
|
}
|
|
3432
|
-
function
|
|
3432
|
+
function fc(e, t = !1) {
|
|
3433
3433
|
return wt(e);
|
|
3434
3434
|
}
|
|
3435
|
-
var
|
|
3436
|
-
|
|
3437
|
-
|
|
3435
|
+
var lc = {
|
|
3436
|
+
Active: "active",
|
|
3437
|
+
Archived: "archived",
|
|
3438
|
+
Claimed: "claimed",
|
|
3439
|
+
Incomplete: "incomplete",
|
|
3440
|
+
Open: "open",
|
|
3441
|
+
WaitingPayment: "waiting_payment"
|
|
3438
3442
|
};
|
|
3439
|
-
function
|
|
3440
|
-
return !(!("
|
|
3443
|
+
function mc(e) {
|
|
3444
|
+
return !(!("status" in e) || e.status === void 0);
|
|
3441
3445
|
}
|
|
3442
3446
|
function cr(e) {
|
|
3443
3447
|
return ur(e, !1);
|
|
3444
3448
|
}
|
|
3445
3449
|
function ur(e, t) {
|
|
3446
3450
|
return e == null ? e : {
|
|
3447
|
-
|
|
3448
|
-
|
|
3451
|
+
createdAt: e.created_at == null ? void 0 : e.created_at,
|
|
3452
|
+
reference: e.reference == null ? void 0 : e.reference,
|
|
3453
|
+
status: e.status
|
|
3449
3454
|
};
|
|
3450
3455
|
}
|
|
3451
3456
|
function dr(e) {
|
|
3452
3457
|
return fr(e, !1);
|
|
3453
3458
|
}
|
|
3454
3459
|
function fr(e, t = !1) {
|
|
3460
|
+
return e == null ? e : {
|
|
3461
|
+
created_at: e.createdAt,
|
|
3462
|
+
reference: e.reference,
|
|
3463
|
+
status: e.status
|
|
3464
|
+
};
|
|
3465
|
+
}
|
|
3466
|
+
var pc = {
|
|
3467
|
+
CreditNote: "credit_note",
|
|
3468
|
+
Invoice: "invoice"
|
|
3469
|
+
};
|
|
3470
|
+
function hc(e) {
|
|
3471
|
+
return !(!("type" in e) || e.type === void 0 || !("url" in e) || e.url === void 0);
|
|
3472
|
+
}
|
|
3473
|
+
function lr(e) {
|
|
3474
|
+
return mr(e, !1);
|
|
3475
|
+
}
|
|
3476
|
+
function mr(e, t) {
|
|
3477
|
+
return e == null ? e : {
|
|
3478
|
+
type: e.type,
|
|
3479
|
+
url: e.url
|
|
3480
|
+
};
|
|
3481
|
+
}
|
|
3482
|
+
function pr(e) {
|
|
3483
|
+
return hr(e, !1);
|
|
3484
|
+
}
|
|
3485
|
+
function hr(e, t = !1) {
|
|
3455
3486
|
return e == null ? e : {
|
|
3456
3487
|
type: e.type,
|
|
3457
3488
|
url: e.url
|
|
3458
3489
|
};
|
|
3459
3490
|
}
|
|
3460
|
-
var
|
|
3461
|
-
function
|
|
3491
|
+
var yc = { Insurance: "insurance" };
|
|
3492
|
+
function gc(e) {
|
|
3462
3493
|
return !(!("price" in e) || e.price === void 0 || !("taxIncludedPrice" in e) || e.taxIncludedPrice === void 0 || !("type" in e) || e.type === void 0);
|
|
3463
3494
|
}
|
|
3464
3495
|
function kt(e) {
|
|
3465
|
-
return
|
|
3496
|
+
return yr(e, !1);
|
|
3466
3497
|
}
|
|
3467
|
-
function
|
|
3498
|
+
function yr(e, t) {
|
|
3468
3499
|
return e == null ? e : {
|
|
3469
3500
|
price: e.price,
|
|
3470
3501
|
taxIncludedPrice: e.tax_included_price,
|
|
@@ -3472,22 +3503,22 @@ function lr(e, t) {
|
|
|
3472
3503
|
};
|
|
3473
3504
|
}
|
|
3474
3505
|
function Rt(e) {
|
|
3475
|
-
return
|
|
3506
|
+
return gr(e, !1);
|
|
3476
3507
|
}
|
|
3477
|
-
function
|
|
3508
|
+
function gr(e, t = !1) {
|
|
3478
3509
|
return e == null ? e : {
|
|
3479
3510
|
price: e.price,
|
|
3480
3511
|
tax_included_price: e.taxIncludedPrice,
|
|
3481
3512
|
type: e.type
|
|
3482
3513
|
};
|
|
3483
3514
|
}
|
|
3484
|
-
function
|
|
3515
|
+
function _c(e) {
|
|
3485
3516
|
return !0;
|
|
3486
3517
|
}
|
|
3487
3518
|
function Fe(e) {
|
|
3488
|
-
return
|
|
3519
|
+
return _r(e, !1);
|
|
3489
3520
|
}
|
|
3490
|
-
function
|
|
3521
|
+
function _r(e, t) {
|
|
3491
3522
|
return e == null ? e : {
|
|
3492
3523
|
latitude: e.latitude == null ? void 0 : e.latitude,
|
|
3493
3524
|
longitude: e.longitude == null ? void 0 : e.longitude,
|
|
@@ -3496,9 +3527,9 @@ function pr(e, t) {
|
|
|
3496
3527
|
};
|
|
3497
3528
|
}
|
|
3498
3529
|
function Ue(e) {
|
|
3499
|
-
return
|
|
3530
|
+
return Or(e, !1);
|
|
3500
3531
|
}
|
|
3501
|
-
function
|
|
3532
|
+
function Or(e, t = !1) {
|
|
3502
3533
|
return e == null ? e : {
|
|
3503
3534
|
latitude: e.latitude,
|
|
3504
3535
|
longitude: e.longitude,
|
|
@@ -3506,13 +3537,13 @@ function hr(e, t = !1) {
|
|
|
3506
3537
|
slug: e.slug
|
|
3507
3538
|
};
|
|
3508
3539
|
}
|
|
3509
|
-
function
|
|
3540
|
+
function Oc(e) {
|
|
3510
3541
|
return !(!("beds" in e) || e.beds === void 0 || !("bedsPretty" in e) || e.bedsPretty === void 0 || !("count" in e) || e.count === void 0 || !("description" in e) || e.description === void 0 || !("id" in e) || e.id === void 0 || !("occupancy" in e) || e.occupancy === void 0);
|
|
3511
3542
|
}
|
|
3512
|
-
function
|
|
3513
|
-
return
|
|
3543
|
+
function Ar(e) {
|
|
3544
|
+
return Tr(e, !1);
|
|
3514
3545
|
}
|
|
3515
|
-
function
|
|
3546
|
+
function Tr(e, t) {
|
|
3516
3547
|
return e == null ? e : {
|
|
3517
3548
|
amenities: e.amenities == null ? void 0 : e.amenities,
|
|
3518
3549
|
beds: e.beds,
|
|
@@ -3531,10 +3562,10 @@ function gr(e, t) {
|
|
|
3531
3562
|
thumbImages: e.thumb_images == null ? void 0 : e.thumb_images
|
|
3532
3563
|
};
|
|
3533
3564
|
}
|
|
3534
|
-
function
|
|
3535
|
-
return
|
|
3565
|
+
function Sr(e) {
|
|
3566
|
+
return wr(e, !1);
|
|
3536
3567
|
}
|
|
3537
|
-
function
|
|
3568
|
+
function wr(e, t = !1) {
|
|
3538
3569
|
return e == null ? e : {
|
|
3539
3570
|
amenities: e.amenities,
|
|
3540
3571
|
beds: e.beds,
|
|
@@ -3553,59 +3584,59 @@ function Or(e, t = !1) {
|
|
|
3553
3584
|
thumb_images: e.thumbImages
|
|
3554
3585
|
};
|
|
3555
3586
|
}
|
|
3556
|
-
function
|
|
3587
|
+
function Ac(e) {
|
|
3557
3588
|
return !(!("fullname" in e) || e.fullname === void 0 || !("id" in e) || e.id === void 0);
|
|
3558
3589
|
}
|
|
3559
3590
|
function Ee(e) {
|
|
3560
|
-
return
|
|
3591
|
+
return kr(e, !1);
|
|
3561
3592
|
}
|
|
3562
|
-
function
|
|
3593
|
+
function kr(e, t) {
|
|
3563
3594
|
return e == null ? e : {
|
|
3564
3595
|
fullname: e.fullname,
|
|
3565
3596
|
id: e.id
|
|
3566
3597
|
};
|
|
3567
3598
|
}
|
|
3568
|
-
function
|
|
3569
|
-
return
|
|
3599
|
+
function Rr(e) {
|
|
3600
|
+
return Cr(e, !1);
|
|
3570
3601
|
}
|
|
3571
|
-
function
|
|
3602
|
+
function Cr(e, t = !1) {
|
|
3572
3603
|
return e == null ? e : {
|
|
3573
3604
|
fullname: e.fullname,
|
|
3574
3605
|
id: e.id
|
|
3575
3606
|
};
|
|
3576
3607
|
}
|
|
3577
|
-
function
|
|
3608
|
+
function Tc(e) {
|
|
3578
3609
|
return !(!("hotelRoomId" in e) || e.hotelRoomId === void 0 || !("hotelRoomingListGuests" in e) || e.hotelRoomingListGuests === void 0 || !("id" in e) || e.id === void 0);
|
|
3579
3610
|
}
|
|
3580
3611
|
function Ct(e) {
|
|
3581
|
-
return
|
|
3612
|
+
return Dr(e, !1);
|
|
3582
3613
|
}
|
|
3583
|
-
function
|
|
3614
|
+
function Dr(e, t) {
|
|
3584
3615
|
return e == null ? e : {
|
|
3585
|
-
hotelRoom: e.hotel_room == null ? void 0 :
|
|
3616
|
+
hotelRoom: e.hotel_room == null ? void 0 : Ar(e.hotel_room),
|
|
3586
3617
|
hotelRoomId: e.hotel_room_id,
|
|
3587
3618
|
hotelRoomingListGuests: e.hotel_rooming_list_guests.map(Ee),
|
|
3588
3619
|
id: e.id,
|
|
3589
3620
|
limitDate: e.limit_date == null ? void 0 : new Date(e.limit_date)
|
|
3590
3621
|
};
|
|
3591
3622
|
}
|
|
3592
|
-
function
|
|
3593
|
-
return
|
|
3623
|
+
function Mr(e) {
|
|
3624
|
+
return Pr(e, !1);
|
|
3594
3625
|
}
|
|
3595
|
-
function
|
|
3626
|
+
function Pr(e, t = !1) {
|
|
3596
3627
|
return e == null ? e : {
|
|
3597
|
-
hotel_room:
|
|
3628
|
+
hotel_room: Sr(e.hotelRoom),
|
|
3598
3629
|
hotel_room_id: e.hotelRoomId,
|
|
3599
|
-
hotel_rooming_list_guests: e.hotelRoomingListGuests.map(
|
|
3630
|
+
hotel_rooming_list_guests: e.hotelRoomingListGuests.map(Rr),
|
|
3600
3631
|
id: e.id,
|
|
3601
3632
|
limit_date: e.limitDate == null ? e.limitDate : e.limitDate.toISOString()
|
|
3602
3633
|
};
|
|
3603
3634
|
}
|
|
3604
|
-
var
|
|
3635
|
+
var Sc = {
|
|
3605
3636
|
Disabled: "DISABLED",
|
|
3606
3637
|
Enabled: "ENABLED",
|
|
3607
3638
|
Forced: "FORCED"
|
|
3608
|
-
},
|
|
3639
|
+
}, wc = {
|
|
3609
3640
|
BkgCx: "bkg-cx",
|
|
3610
3641
|
BkgCf: "bkg-cf",
|
|
3611
3642
|
BkgCreated: "bkg-created",
|
|
@@ -3615,13 +3646,13 @@ var yc = {
|
|
|
3615
3646
|
BkgPp: "bkg-pp",
|
|
3616
3647
|
BkgQr: "bkg-qr"
|
|
3617
3648
|
};
|
|
3618
|
-
function
|
|
3649
|
+
function kc(e) {
|
|
3619
3650
|
return !(!("adultCount" in e) || e.adultCount === void 0 || !("cancellationPolicies" in e) || e.cancellationPolicies === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("contactPerson" in e) || e.contactPerson === void 0 || !("createdAt" in e) || e.createdAt === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRoomOffer" in e) || e.hotelRoomOffer === void 0 || !("lastStatusUpdatedAt" in e) || e.lastStatusUpdatedAt === void 0 || !("reference" in e) || e.reference === void 0 || !("sourceMarket" in e) || e.sourceMarket === void 0 || !("status" in e) || e.status === void 0 || !("taxAmount" in e) || e.taxAmount === void 0 || !("taxIncludedPrice" in e) || e.taxIncludedPrice === void 0 || !("terms" in e) || e.terms === void 0);
|
|
3620
3651
|
}
|
|
3621
3652
|
function ee(e) {
|
|
3622
|
-
return
|
|
3653
|
+
return Nr(e, !1);
|
|
3623
3654
|
}
|
|
3624
|
-
function
|
|
3655
|
+
function Nr(e, t) {
|
|
3625
3656
|
return e == null ? e : {
|
|
3626
3657
|
additionalCheckInInstruction: e.additional_check_in_instruction == null ? void 0 : e.additional_check_in_instruction,
|
|
3627
3658
|
additionalPolicies: e.additional_policies == null ? void 0 : e.additional_policies,
|
|
@@ -3646,7 +3677,8 @@ function Cr(e, t) {
|
|
|
3646
3677
|
hotelRoomOffer: fe(e.hotel_room_offer),
|
|
3647
3678
|
hotelRoomingLists: e.hotel_rooming_lists == null ? void 0 : e.hotel_rooming_lists.map(Ct),
|
|
3648
3679
|
id: e.id == null ? void 0 : e.id,
|
|
3649
|
-
|
|
3680
|
+
insurance: e.insurance == null ? void 0 : cr(e.insurance),
|
|
3681
|
+
invoices: e.invoices == null ? void 0 : e.invoices.map(lr),
|
|
3650
3682
|
lastStatusUpdatedAt: e.last_status_updated_at,
|
|
3651
3683
|
metadata: e.metadata == null ? void 0 : e.metadata,
|
|
3652
3684
|
payLater: e.pay_later == null ? void 0 : e.pay_later,
|
|
@@ -3662,10 +3694,10 @@ function Cr(e, t) {
|
|
|
3662
3694
|
token: e.token == null ? void 0 : e.token
|
|
3663
3695
|
};
|
|
3664
3696
|
}
|
|
3665
|
-
function
|
|
3666
|
-
return
|
|
3697
|
+
function br(e) {
|
|
3698
|
+
return Ir(e, !1);
|
|
3667
3699
|
}
|
|
3668
|
-
function
|
|
3700
|
+
function Ir(e, t = !1) {
|
|
3669
3701
|
return e == null ? e : {
|
|
3670
3702
|
additional_check_in_instruction: e.additionalCheckInInstruction,
|
|
3671
3703
|
additional_policies: e.additionalPolicies,
|
|
@@ -3688,9 +3720,10 @@ function Mr(e, t = !1) {
|
|
|
3688
3720
|
hotel_confirmation_id: e.hotelConfirmationId,
|
|
3689
3721
|
hotel_id: e.hotelId,
|
|
3690
3722
|
hotel_room_offer: le(e.hotelRoomOffer),
|
|
3691
|
-
hotel_rooming_lists: e.hotelRoomingLists == null ? void 0 : e.hotelRoomingLists.map(
|
|
3723
|
+
hotel_rooming_lists: e.hotelRoomingLists == null ? void 0 : e.hotelRoomingLists.map(Mr),
|
|
3692
3724
|
id: e.id,
|
|
3693
|
-
|
|
3725
|
+
insurance: dr(e.insurance),
|
|
3726
|
+
invoices: e.invoices == null ? void 0 : e.invoices.map(pr),
|
|
3694
3727
|
last_status_updated_at: e.lastStatusUpdatedAt,
|
|
3695
3728
|
metadata: e.metadata,
|
|
3696
3729
|
pay_later: e.payLater,
|
|
@@ -3706,65 +3739,65 @@ function Mr(e, t = !1) {
|
|
|
3706
3739
|
token: e.token
|
|
3707
3740
|
};
|
|
3708
3741
|
}
|
|
3709
|
-
var
|
|
3710
|
-
function
|
|
3742
|
+
var Rc = { Insurance: "insurance" };
|
|
3743
|
+
function Cc(e) {
|
|
3711
3744
|
return !(!("type" in e) || e.type === void 0);
|
|
3712
3745
|
}
|
|
3713
|
-
function
|
|
3714
|
-
return
|
|
3746
|
+
function Er(e) {
|
|
3747
|
+
return Lr(e, !1);
|
|
3715
3748
|
}
|
|
3716
|
-
function
|
|
3749
|
+
function Lr(e, t) {
|
|
3717
3750
|
return e == null ? e : { type: e.type };
|
|
3718
3751
|
}
|
|
3719
|
-
function
|
|
3720
|
-
return
|
|
3752
|
+
function Jr(e) {
|
|
3753
|
+
return vr(e, !1);
|
|
3721
3754
|
}
|
|
3722
|
-
function
|
|
3755
|
+
function vr(e, t = !1) {
|
|
3723
3756
|
return e == null ? e : { type: e.type };
|
|
3724
3757
|
}
|
|
3725
|
-
function
|
|
3758
|
+
function Dc(e) {
|
|
3726
3759
|
return !(!("fullname" in e) || e.fullname === void 0);
|
|
3727
3760
|
}
|
|
3728
|
-
function
|
|
3729
|
-
return
|
|
3761
|
+
function Br(e) {
|
|
3762
|
+
return Hr(e, !1);
|
|
3730
3763
|
}
|
|
3731
|
-
function
|
|
3764
|
+
function Hr(e, t) {
|
|
3732
3765
|
return e == null ? e : { fullname: e.fullname };
|
|
3733
3766
|
}
|
|
3734
|
-
function
|
|
3735
|
-
return
|
|
3767
|
+
function xr(e) {
|
|
3768
|
+
return Fr(e, !1);
|
|
3736
3769
|
}
|
|
3737
|
-
function
|
|
3770
|
+
function Fr(e, t = !1) {
|
|
3738
3771
|
return e == null ? e : { fullname: e.fullname };
|
|
3739
3772
|
}
|
|
3740
|
-
function
|
|
3773
|
+
function Mc(e) {
|
|
3741
3774
|
return !(!("guests" in e) || e.guests === void 0 || !("hotelRoomId" in e) || e.hotelRoomId === void 0);
|
|
3742
3775
|
}
|
|
3743
|
-
function
|
|
3744
|
-
return
|
|
3776
|
+
function Ur(e) {
|
|
3777
|
+
return Gr(e, !1);
|
|
3745
3778
|
}
|
|
3746
|
-
function
|
|
3779
|
+
function Gr(e, t) {
|
|
3747
3780
|
return e == null ? e : {
|
|
3748
|
-
guests: e.guests.map(
|
|
3781
|
+
guests: e.guests.map(Br),
|
|
3749
3782
|
hotelRoomId: e.hotel_room_id
|
|
3750
3783
|
};
|
|
3751
3784
|
}
|
|
3752
|
-
function
|
|
3753
|
-
return
|
|
3785
|
+
function $r(e) {
|
|
3786
|
+
return qr(e, !1);
|
|
3754
3787
|
}
|
|
3755
|
-
function
|
|
3788
|
+
function qr(e, t = !1) {
|
|
3756
3789
|
return e == null ? e : {
|
|
3757
|
-
guests: e.guests.map(
|
|
3790
|
+
guests: e.guests.map(xr),
|
|
3758
3791
|
hotel_room_id: e.hotelRoomId
|
|
3759
3792
|
};
|
|
3760
3793
|
}
|
|
3761
|
-
function
|
|
3794
|
+
function Pc(e) {
|
|
3762
3795
|
return !0;
|
|
3763
3796
|
}
|
|
3764
3797
|
function me(e) {
|
|
3765
|
-
return
|
|
3798
|
+
return Yr(e, !1);
|
|
3766
3799
|
}
|
|
3767
|
-
function
|
|
3800
|
+
function Yr(e, t) {
|
|
3768
3801
|
return e == null ? e : {
|
|
3769
3802
|
dateEnd: e.date_end == null ? void 0 : e.date_end,
|
|
3770
3803
|
dateStart: e.date_start == null ? void 0 : e.date_start,
|
|
@@ -3775,9 +3808,9 @@ function Ur(e, t) {
|
|
|
3775
3808
|
};
|
|
3776
3809
|
}
|
|
3777
3810
|
function pe(e) {
|
|
3778
|
-
return
|
|
3811
|
+
return Kr(e, !1);
|
|
3779
3812
|
}
|
|
3780
|
-
function
|
|
3813
|
+
function Kr(e, t = !1) {
|
|
3781
3814
|
return e == null ? e : {
|
|
3782
3815
|
date_end: e.dateEnd,
|
|
3783
3816
|
date_start: e.dateStart,
|
|
@@ -3787,87 +3820,87 @@ function Gr(e, t = !1) {
|
|
|
3787
3820
|
slug: e.slug
|
|
3788
3821
|
};
|
|
3789
3822
|
}
|
|
3790
|
-
function
|
|
3823
|
+
function Nc(e) {
|
|
3791
3824
|
return !0;
|
|
3792
3825
|
}
|
|
3793
|
-
function
|
|
3794
|
-
return
|
|
3826
|
+
function zr(e) {
|
|
3827
|
+
return Vr(e, !1);
|
|
3795
3828
|
}
|
|
3796
|
-
function
|
|
3829
|
+
function Vr(e, t) {
|
|
3797
3830
|
return e == null ? e : { couponId: e.coupon_id == null ? void 0 : e.coupon_id };
|
|
3798
3831
|
}
|
|
3799
|
-
function
|
|
3800
|
-
return
|
|
3832
|
+
function Zr(e) {
|
|
3833
|
+
return Wr(e, !1);
|
|
3801
3834
|
}
|
|
3802
|
-
function
|
|
3835
|
+
function Wr(e, t = !1) {
|
|
3803
3836
|
return e == null ? e : { coupon_id: e.couponId };
|
|
3804
3837
|
}
|
|
3805
|
-
var
|
|
3838
|
+
var bc = {
|
|
3806
3839
|
Coupon: "COUPON",
|
|
3807
3840
|
CreditCard: "CREDIT_CARD",
|
|
3808
3841
|
DepositAccount: "DEPOSIT_ACCOUNT"
|
|
3809
3842
|
};
|
|
3810
|
-
function
|
|
3843
|
+
function Ic(e) {
|
|
3811
3844
|
return !(!("name" in e) || e.name === void 0);
|
|
3812
3845
|
}
|
|
3813
3846
|
function Dt(e) {
|
|
3814
|
-
return
|
|
3847
|
+
return Xr(e, !1);
|
|
3815
3848
|
}
|
|
3816
|
-
function
|
|
3849
|
+
function Xr(e, t) {
|
|
3817
3850
|
return e == null ? e : {
|
|
3818
3851
|
name: e.name,
|
|
3819
|
-
payload: e.payload == null ? void 0 :
|
|
3852
|
+
payload: e.payload == null ? void 0 : zr(e.payload)
|
|
3820
3853
|
};
|
|
3821
3854
|
}
|
|
3822
3855
|
function Mt(e) {
|
|
3823
|
-
return
|
|
3856
|
+
return Qr(e, !1);
|
|
3824
3857
|
}
|
|
3825
|
-
function
|
|
3858
|
+
function Qr(e, t = !1) {
|
|
3826
3859
|
return e == null ? e : {
|
|
3827
3860
|
name: e.name,
|
|
3828
|
-
payload:
|
|
3861
|
+
payload: Zr(e.payload)
|
|
3829
3862
|
};
|
|
3830
3863
|
}
|
|
3831
|
-
function
|
|
3864
|
+
function Ec(e) {
|
|
3832
3865
|
return !(!("bookingPolicyId" in e) || e.bookingPolicyId === void 0 || !("contactPerson" in e) || e.contactPerson === void 0);
|
|
3833
3866
|
}
|
|
3834
|
-
function
|
|
3835
|
-
return
|
|
3867
|
+
function Lc(e) {
|
|
3868
|
+
return jr(e, !1);
|
|
3836
3869
|
}
|
|
3837
|
-
function
|
|
3870
|
+
function jr(e, t) {
|
|
3838
3871
|
return e == null ? e : {
|
|
3839
|
-
addons: e.addons == null ? void 0 : e.addons.map(
|
|
3872
|
+
addons: e.addons == null ? void 0 : e.addons.map(Er),
|
|
3840
3873
|
bookingPolicyId: e.booking_policy_id,
|
|
3841
3874
|
contactPerson: gt(e.contact_person),
|
|
3842
3875
|
eventMetadata: e.event_metadata == null ? void 0 : me(e.event_metadata),
|
|
3843
|
-
guestsList: e.guests_list == null ? void 0 : e.guests_list.map(
|
|
3876
|
+
guestsList: e.guests_list == null ? void 0 : e.guests_list.map(Ur),
|
|
3844
3877
|
metadata: e.metadata == null ? void 0 : e.metadata,
|
|
3845
3878
|
paymentMethods: e.payment_methods == null ? void 0 : e.payment_methods.map(Dt),
|
|
3846
3879
|
trackingId: e.tracking_id == null ? void 0 : e.tracking_id
|
|
3847
3880
|
};
|
|
3848
3881
|
}
|
|
3849
|
-
function
|
|
3850
|
-
return
|
|
3882
|
+
function eo(e) {
|
|
3883
|
+
return to(e, !1);
|
|
3851
3884
|
}
|
|
3852
|
-
function
|
|
3885
|
+
function to(e, t = !1) {
|
|
3853
3886
|
return e == null ? e : {
|
|
3854
|
-
addons: e.addons == null ? void 0 : e.addons.map(
|
|
3887
|
+
addons: e.addons == null ? void 0 : e.addons.map(Jr),
|
|
3855
3888
|
booking_policy_id: e.bookingPolicyId,
|
|
3856
3889
|
contact_person: _t(e.contactPerson),
|
|
3857
3890
|
event_metadata: pe(e.eventMetadata),
|
|
3858
|
-
guests_list: e.guestsList == null ? void 0 : e.guestsList.map(
|
|
3891
|
+
guests_list: e.guestsList == null ? void 0 : e.guestsList.map($r),
|
|
3859
3892
|
metadata: e.metadata,
|
|
3860
3893
|
payment_methods: e.paymentMethods == null ? void 0 : e.paymentMethods.map(Mt),
|
|
3861
3894
|
tracking_id: e.trackingId
|
|
3862
3895
|
};
|
|
3863
3896
|
}
|
|
3864
|
-
function
|
|
3897
|
+
function Jc(e) {
|
|
3865
3898
|
return !(!("adultCount" in e) || e.adultCount === void 0 || !("cancellationPolicies" in e) || e.cancellationPolicies === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("currency" in e) || e.currency === void 0 || !("expiresAt" in e) || e.expiresAt === void 0 || !("hasRoomingLists" in e) || e.hasRoomingLists === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRoomOffer" in e) || e.hotelRoomOffer === void 0 || !("id" in e) || e.id === void 0 || !("isCancellationPoliciesUpdated" in e) || e.isCancellationPoliciesUpdated === void 0 || !("isPriceIncreased" in e) || e.isPriceIncreased === void 0);
|
|
3866
3899
|
}
|
|
3867
3900
|
function Ke(e) {
|
|
3868
|
-
return
|
|
3901
|
+
return io(e, !1);
|
|
3869
3902
|
}
|
|
3870
|
-
function
|
|
3903
|
+
function io(e, t) {
|
|
3871
3904
|
return e == null ? e : {
|
|
3872
3905
|
addons: e.addons == null ? void 0 : e.addons.map(kt),
|
|
3873
3906
|
adultCount: e.adult_count,
|
|
@@ -3885,10 +3918,10 @@ function Qr(e, t) {
|
|
|
3885
3918
|
isPriceIncreased: e.is_price_increased
|
|
3886
3919
|
};
|
|
3887
3920
|
}
|
|
3888
|
-
function
|
|
3889
|
-
return
|
|
3921
|
+
function vc(e) {
|
|
3922
|
+
return no(e, !1);
|
|
3890
3923
|
}
|
|
3891
|
-
function
|
|
3924
|
+
function no(e, t = !1) {
|
|
3892
3925
|
return e == null ? e : {
|
|
3893
3926
|
addons: e.addons == null ? void 0 : e.addons.map(Rt),
|
|
3894
3927
|
adult_count: e.adultCount,
|
|
@@ -3906,13 +3939,13 @@ function jr(e, t = !1) {
|
|
|
3906
3939
|
is_price_increased: e.isPriceIncreased
|
|
3907
3940
|
};
|
|
3908
3941
|
}
|
|
3909
|
-
function
|
|
3942
|
+
function Bc(e) {
|
|
3910
3943
|
return !(!("hotelRoomOfferId" in e) || e.hotelRoomOfferId === void 0);
|
|
3911
3944
|
}
|
|
3912
|
-
function
|
|
3913
|
-
return
|
|
3945
|
+
function Hc(e) {
|
|
3946
|
+
return ro(e, !1);
|
|
3914
3947
|
}
|
|
3915
|
-
function
|
|
3948
|
+
function ro(e, t) {
|
|
3916
3949
|
return e == null ? e : {
|
|
3917
3950
|
addBreakfast: e.add_breakfast == null ? void 0 : e.add_breakfast,
|
|
3918
3951
|
breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
|
|
@@ -3920,10 +3953,10 @@ function eo(e, t) {
|
|
|
3920
3953
|
lang: e.lang == null ? void 0 : xe(e.lang)
|
|
3921
3954
|
};
|
|
3922
3955
|
}
|
|
3923
|
-
function
|
|
3924
|
-
return
|
|
3956
|
+
function oo(e) {
|
|
3957
|
+
return ao(e, !1);
|
|
3925
3958
|
}
|
|
3926
|
-
function
|
|
3959
|
+
function ao(e, t = !1) {
|
|
3927
3960
|
return e == null ? e : {
|
|
3928
3961
|
add_breakfast: e.addBreakfast,
|
|
3929
3962
|
breakfast_count: e.breakfastCount,
|
|
@@ -3931,13 +3964,13 @@ function io(e, t = !1) {
|
|
|
3931
3964
|
lang: e.lang
|
|
3932
3965
|
};
|
|
3933
3966
|
}
|
|
3934
|
-
function
|
|
3967
|
+
function xc(e) {
|
|
3935
3968
|
return !0;
|
|
3936
3969
|
}
|
|
3937
|
-
function
|
|
3938
|
-
return
|
|
3970
|
+
function so(e) {
|
|
3971
|
+
return co(e, !1);
|
|
3939
3972
|
}
|
|
3940
|
-
function
|
|
3973
|
+
function co(e, t) {
|
|
3941
3974
|
return e == null ? e : {
|
|
3942
3975
|
endingBefore: e.ending_before == null ? void 0 : e.ending_before,
|
|
3943
3976
|
limit: e.limit == null ? void 0 : e.limit,
|
|
@@ -3945,10 +3978,10 @@ function ro(e, t) {
|
|
|
3945
3978
|
totalCount: e.total_count == null ? void 0 : e.total_count
|
|
3946
3979
|
};
|
|
3947
3980
|
}
|
|
3948
|
-
function
|
|
3949
|
-
return
|
|
3981
|
+
function uo(e) {
|
|
3982
|
+
return fo(e, !1);
|
|
3950
3983
|
}
|
|
3951
|
-
function
|
|
3984
|
+
function fo(e, t = !1) {
|
|
3952
3985
|
return e == null ? e : {
|
|
3953
3986
|
ending_before: e.endingBefore,
|
|
3954
3987
|
limit: e.limit,
|
|
@@ -3956,28 +3989,28 @@ function ao(e, t = !1) {
|
|
|
3956
3989
|
total_count: e.totalCount
|
|
3957
3990
|
};
|
|
3958
3991
|
}
|
|
3959
|
-
function
|
|
3992
|
+
function Fc(e) {
|
|
3960
3993
|
return !(!("data" in e) || e.data === void 0 || !("meta" in e) || e.meta === void 0);
|
|
3961
3994
|
}
|
|
3962
|
-
function
|
|
3963
|
-
return
|
|
3995
|
+
function lo(e) {
|
|
3996
|
+
return mo(e, !1);
|
|
3964
3997
|
}
|
|
3965
|
-
function
|
|
3998
|
+
function mo(e, t) {
|
|
3966
3999
|
return e == null ? e : {
|
|
3967
4000
|
data: e.data.map(ee),
|
|
3968
|
-
meta:
|
|
4001
|
+
meta: so(e.meta)
|
|
3969
4002
|
};
|
|
3970
4003
|
}
|
|
3971
|
-
function
|
|
3972
|
-
return
|
|
4004
|
+
function Uc(e) {
|
|
4005
|
+
return po(e, !1);
|
|
3973
4006
|
}
|
|
3974
|
-
function
|
|
4007
|
+
function po(e, t = !1) {
|
|
3975
4008
|
return e == null ? e : {
|
|
3976
|
-
data: e.data.map(
|
|
3977
|
-
meta:
|
|
4009
|
+
data: e.data.map(br),
|
|
4010
|
+
meta: uo(e.meta)
|
|
3978
4011
|
};
|
|
3979
4012
|
}
|
|
3980
|
-
var
|
|
4013
|
+
var Gc = {
|
|
3981
4014
|
ApiError: "api_error",
|
|
3982
4015
|
BadGateway: "bad_gateway",
|
|
3983
4016
|
InternalServerError: "internal_server_error",
|
|
@@ -3988,13 +4021,13 @@ var vc = {
|
|
|
3988
4021
|
Unauthorized: "unauthorized",
|
|
3989
4022
|
ValidationError: "validation_error"
|
|
3990
4023
|
};
|
|
3991
|
-
function
|
|
4024
|
+
function $c(e) {
|
|
3992
4025
|
return !(!("statusCode" in e) || e.statusCode === void 0);
|
|
3993
4026
|
}
|
|
3994
|
-
function
|
|
3995
|
-
return
|
|
4027
|
+
function qc(e) {
|
|
4028
|
+
return ho(e, !1);
|
|
3996
4029
|
}
|
|
3997
|
-
function
|
|
4030
|
+
function ho(e, t) {
|
|
3998
4031
|
return e == null ? e : {
|
|
3999
4032
|
documentationUrl: e.documentation_url == null ? void 0 : e.documentation_url,
|
|
4000
4033
|
error: e.error == null ? void 0 : e.error,
|
|
@@ -4003,10 +4036,10 @@ function fo(e, t) {
|
|
|
4003
4036
|
type: e.type == null ? void 0 : e.type
|
|
4004
4037
|
};
|
|
4005
4038
|
}
|
|
4006
|
-
function
|
|
4007
|
-
return
|
|
4039
|
+
function Yc(e) {
|
|
4040
|
+
return yo(e, !1);
|
|
4008
4041
|
}
|
|
4009
|
-
function
|
|
4042
|
+
function yo(e, t = !1) {
|
|
4010
4043
|
return e == null ? e : {
|
|
4011
4044
|
documentation_url: e.documentationUrl,
|
|
4012
4045
|
error: e.error,
|
|
@@ -4015,34 +4048,34 @@ function lo(e, t = !1) {
|
|
|
4015
4048
|
type: e.type
|
|
4016
4049
|
};
|
|
4017
4050
|
}
|
|
4018
|
-
function
|
|
4051
|
+
function Kc(e) {
|
|
4019
4052
|
return !(!("rating" in e) || e.rating === void 0);
|
|
4020
4053
|
}
|
|
4021
4054
|
function Pt(e) {
|
|
4022
|
-
return
|
|
4055
|
+
return go(e, !1);
|
|
4023
4056
|
}
|
|
4024
|
-
function
|
|
4057
|
+
function go(e, t) {
|
|
4025
4058
|
return e == null ? e : {
|
|
4026
4059
|
category: e.category == null ? void 0 : e.category,
|
|
4027
4060
|
rating: e.rating
|
|
4028
4061
|
};
|
|
4029
4062
|
}
|
|
4030
4063
|
function Nt(e) {
|
|
4031
|
-
return
|
|
4064
|
+
return _o(e, !1);
|
|
4032
4065
|
}
|
|
4033
|
-
function
|
|
4066
|
+
function _o(e, t = !1) {
|
|
4034
4067
|
return e == null ? e : {
|
|
4035
4068
|
category: e.category,
|
|
4036
4069
|
rating: e.rating
|
|
4037
4070
|
};
|
|
4038
4071
|
}
|
|
4039
|
-
function
|
|
4072
|
+
function zc(e) {
|
|
4040
4073
|
return !0;
|
|
4041
4074
|
}
|
|
4042
4075
|
function bt(e) {
|
|
4043
|
-
return
|
|
4076
|
+
return Oo(e, !1);
|
|
4044
4077
|
}
|
|
4045
|
-
function
|
|
4078
|
+
function Oo(e, t) {
|
|
4046
4079
|
return e == null ? e : {
|
|
4047
4080
|
count: e.count == null ? void 0 : e.count,
|
|
4048
4081
|
highres: e.highres == null ? void 0 : e.highres,
|
|
@@ -4053,9 +4086,9 @@ function ho(e, t) {
|
|
|
4053
4086
|
};
|
|
4054
4087
|
}
|
|
4055
4088
|
function It(e) {
|
|
4056
|
-
return
|
|
4089
|
+
return Ao(e, !1);
|
|
4057
4090
|
}
|
|
4058
|
-
function
|
|
4091
|
+
function Ao(e, t = !1) {
|
|
4059
4092
|
return e == null ? e : {
|
|
4060
4093
|
count: e.count,
|
|
4061
4094
|
highres: e.highres,
|
|
@@ -4065,59 +4098,59 @@ function yo(e, t = !1) {
|
|
|
4065
4098
|
thumb: e.thumb
|
|
4066
4099
|
};
|
|
4067
4100
|
}
|
|
4068
|
-
function
|
|
4101
|
+
function Vc(e) {
|
|
4069
4102
|
return !0;
|
|
4070
4103
|
}
|
|
4071
|
-
function
|
|
4072
|
-
return
|
|
4104
|
+
function To(e) {
|
|
4105
|
+
return So(e, !1);
|
|
4073
4106
|
}
|
|
4074
|
-
function
|
|
4107
|
+
function So(e, t) {
|
|
4075
4108
|
return e == null ? e : {
|
|
4076
4109
|
driving: e.driving == null ? void 0 : e.driving,
|
|
4077
4110
|
transit: e.transit == null ? void 0 : e.transit,
|
|
4078
4111
|
walking: e.walking == null ? void 0 : e.walking
|
|
4079
4112
|
};
|
|
4080
4113
|
}
|
|
4081
|
-
function
|
|
4082
|
-
return
|
|
4114
|
+
function wo(e) {
|
|
4115
|
+
return ko(e, !1);
|
|
4083
4116
|
}
|
|
4084
|
-
function
|
|
4117
|
+
function ko(e, t = !1) {
|
|
4085
4118
|
return e == null ? e : {
|
|
4086
4119
|
driving: e.driving,
|
|
4087
4120
|
transit: e.transit,
|
|
4088
4121
|
walking: e.walking
|
|
4089
4122
|
};
|
|
4090
4123
|
}
|
|
4091
|
-
function
|
|
4124
|
+
function Zc(e) {
|
|
4092
4125
|
return !(!("name" in e) || e.name === void 0);
|
|
4093
4126
|
}
|
|
4094
4127
|
function Et(e) {
|
|
4095
|
-
return
|
|
4128
|
+
return Ro(e, !1);
|
|
4096
4129
|
}
|
|
4097
|
-
function
|
|
4130
|
+
function Ro(e, t) {
|
|
4098
4131
|
return e == null ? e : {
|
|
4099
4132
|
description: e.description == null ? void 0 : e.description,
|
|
4100
4133
|
name: e.name,
|
|
4101
|
-
travelTimes: e.travel_times == null ? void 0 :
|
|
4134
|
+
travelTimes: e.travel_times == null ? void 0 : To(e.travel_times)
|
|
4102
4135
|
};
|
|
4103
4136
|
}
|
|
4104
4137
|
function Lt(e) {
|
|
4105
|
-
return
|
|
4138
|
+
return Co(e, !1);
|
|
4106
4139
|
}
|
|
4107
|
-
function
|
|
4140
|
+
function Co(e, t = !1) {
|
|
4108
4141
|
return e == null ? e : {
|
|
4109
4142
|
description: e.description,
|
|
4110
4143
|
name: e.name,
|
|
4111
|
-
travel_times:
|
|
4144
|
+
travel_times: wo(e.travelTimes)
|
|
4112
4145
|
};
|
|
4113
4146
|
}
|
|
4114
|
-
function
|
|
4147
|
+
function Wc(e) {
|
|
4115
4148
|
return !(!("id" in e) || e.id === void 0 || !("latitude" in e) || e.latitude === void 0 || !("longitude" in e) || e.longitude === void 0 || !("name" in e) || e.name === void 0 || !("timezone" in e) || e.timezone === void 0);
|
|
4116
4149
|
}
|
|
4117
|
-
function
|
|
4118
|
-
return
|
|
4150
|
+
function Do(e) {
|
|
4151
|
+
return Mo(e, !1);
|
|
4119
4152
|
}
|
|
4120
|
-
function
|
|
4153
|
+
function Mo(e, t) {
|
|
4121
4154
|
return e == null ? e : {
|
|
4122
4155
|
address: e.address == null ? void 0 : e.address,
|
|
4123
4156
|
address2: e.address2 == null ? void 0 : e.address2,
|
|
@@ -4151,10 +4184,10 @@ function ko(e, t) {
|
|
|
4151
4184
|
website: e.website == null ? void 0 : e.website
|
|
4152
4185
|
};
|
|
4153
4186
|
}
|
|
4154
|
-
function
|
|
4155
|
-
return
|
|
4187
|
+
function Xc(e) {
|
|
4188
|
+
return Po(e, !1);
|
|
4156
4189
|
}
|
|
4157
|
-
function
|
|
4190
|
+
function Po(e, t = !1) {
|
|
4158
4191
|
return e == null ? e : {
|
|
4159
4192
|
address: e.address,
|
|
4160
4193
|
address2: e.address2,
|
|
@@ -4188,13 +4221,13 @@ function Ro(e, t = !1) {
|
|
|
4188
4221
|
website: e.website
|
|
4189
4222
|
};
|
|
4190
4223
|
}
|
|
4191
|
-
function
|
|
4224
|
+
function Qc(e) {
|
|
4192
4225
|
return !(!("hotelImages" in e) || e.hotelImages === void 0 || !("id" in e) || e.id === void 0 || !("latitude" in e) || e.latitude === void 0 || !("longitude" in e) || e.longitude === void 0 || !("name" in e) || e.name === void 0 || !("timezone" in e) || e.timezone === void 0 || !("hotelRoomOffers" in e) || e.hotelRoomOffers === void 0);
|
|
4193
4226
|
}
|
|
4194
|
-
function
|
|
4195
|
-
return
|
|
4227
|
+
function No(e) {
|
|
4228
|
+
return bo(e, !1);
|
|
4196
4229
|
}
|
|
4197
|
-
function
|
|
4230
|
+
function bo(e, t) {
|
|
4198
4231
|
return e == null ? e : {
|
|
4199
4232
|
address: e.address == null ? void 0 : e.address,
|
|
4200
4233
|
address2: e.address2 == null ? void 0 : e.address2,
|
|
@@ -4230,10 +4263,10 @@ function Do(e, t) {
|
|
|
4230
4263
|
tags: e.tags == null ? void 0 : e.tags.map(ht)
|
|
4231
4264
|
};
|
|
4232
4265
|
}
|
|
4233
|
-
function
|
|
4234
|
-
return
|
|
4266
|
+
function Io(e) {
|
|
4267
|
+
return Eo(e, !1);
|
|
4235
4268
|
}
|
|
4236
|
-
function
|
|
4269
|
+
function Eo(e, t = !1) {
|
|
4237
4270
|
return e == null ? e : {
|
|
4238
4271
|
address: e.address,
|
|
4239
4272
|
address2: e.address2,
|
|
@@ -4269,13 +4302,13 @@ function Po(e, t = !1) {
|
|
|
4269
4302
|
tags: e.tags == null ? void 0 : e.tags.map(yt)
|
|
4270
4303
|
};
|
|
4271
4304
|
}
|
|
4272
|
-
function
|
|
4305
|
+
function jc(e) {
|
|
4273
4306
|
return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("createdAt" in e) || e.createdAt === void 0 || !("id" in e) || e.id === void 0 || !("latitude" in e) || e.latitude === void 0 || !("longitude" in e) || e.longitude === void 0 || !("roomCount" in e) || e.roomCount === void 0 || !("sourceMarket" in e) || e.sourceMarket === void 0);
|
|
4274
4307
|
}
|
|
4275
4308
|
function ze(e) {
|
|
4276
|
-
return
|
|
4309
|
+
return Lo(e, !1);
|
|
4277
4310
|
}
|
|
4278
|
-
function
|
|
4311
|
+
function Lo(e, t) {
|
|
4279
4312
|
return e == null ? e : {
|
|
4280
4313
|
address: e.address == null ? void 0 : e.address,
|
|
4281
4314
|
adultCount: e.adult_count,
|
|
@@ -4291,10 +4324,10 @@ function No(e, t) {
|
|
|
4291
4324
|
sourceMarket: Ae(e.source_market)
|
|
4292
4325
|
};
|
|
4293
4326
|
}
|
|
4294
|
-
function
|
|
4295
|
-
return
|
|
4327
|
+
function eu(e) {
|
|
4328
|
+
return Jo(e, !1);
|
|
4296
4329
|
}
|
|
4297
|
-
function
|
|
4330
|
+
function Jo(e, t = !1) {
|
|
4298
4331
|
return e == null ? e : {
|
|
4299
4332
|
address: e.address,
|
|
4300
4333
|
adult_count: e.adultCount,
|
|
@@ -4310,13 +4343,13 @@ function bo(e, t = !1) {
|
|
|
4310
4343
|
source_market: e.sourceMarket
|
|
4311
4344
|
};
|
|
4312
4345
|
}
|
|
4313
|
-
function
|
|
4346
|
+
function tu(e) {
|
|
4314
4347
|
return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("roomCount" in e) || e.roomCount === void 0);
|
|
4315
4348
|
}
|
|
4316
|
-
function
|
|
4317
|
-
return
|
|
4349
|
+
function iu(e) {
|
|
4350
|
+
return vo(e, !1);
|
|
4318
4351
|
}
|
|
4319
|
-
function
|
|
4352
|
+
function vo(e, t) {
|
|
4320
4353
|
return e == null ? e : {
|
|
4321
4354
|
address: e.address == null ? void 0 : e.address,
|
|
4322
4355
|
adultCount: e.adult_count,
|
|
@@ -4329,10 +4362,10 @@ function Io(e, t) {
|
|
|
4329
4362
|
roomCount: e.room_count
|
|
4330
4363
|
};
|
|
4331
4364
|
}
|
|
4332
|
-
function
|
|
4333
|
-
return
|
|
4365
|
+
function Bo(e) {
|
|
4366
|
+
return Ho(e, !1);
|
|
4334
4367
|
}
|
|
4335
|
-
function
|
|
4368
|
+
function Ho(e, t = !1) {
|
|
4336
4369
|
return e == null ? e : {
|
|
4337
4370
|
address: e.address,
|
|
4338
4371
|
adult_count: e.adultCount,
|
|
@@ -4345,36 +4378,36 @@ function Lo(e, t = !1) {
|
|
|
4345
4378
|
room_count: e.roomCount
|
|
4346
4379
|
};
|
|
4347
4380
|
}
|
|
4348
|
-
function
|
|
4381
|
+
function nu(e) {
|
|
4349
4382
|
return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelOffers" in e) || e.hotelOffers === void 0);
|
|
4350
4383
|
}
|
|
4351
|
-
function
|
|
4352
|
-
return
|
|
4384
|
+
function xo(e) {
|
|
4385
|
+
return Fo(e, !1);
|
|
4353
4386
|
}
|
|
4354
|
-
function
|
|
4387
|
+
function Fo(e, t) {
|
|
4355
4388
|
return e == null ? e : {
|
|
4356
4389
|
adultCount: e.adult_count,
|
|
4357
4390
|
checkInDate: e.check_in_date,
|
|
4358
4391
|
checkOutDate: e.check_out_date,
|
|
4359
4392
|
children: e.children == null ? void 0 : e.children,
|
|
4360
4393
|
currency: ne(e.currency),
|
|
4361
|
-
hotelOffers: e.hotel_offers.map(
|
|
4394
|
+
hotelOffers: e.hotel_offers.map(No),
|
|
4362
4395
|
priceHistogram: e.price_histogram == null ? void 0 : e.price_histogram,
|
|
4363
4396
|
priceMax: e.price_max == null ? void 0 : e.price_max,
|
|
4364
4397
|
priceMin: e.price_min == null ? void 0 : e.price_min
|
|
4365
4398
|
};
|
|
4366
4399
|
}
|
|
4367
|
-
function
|
|
4368
|
-
return
|
|
4400
|
+
function Uo(e) {
|
|
4401
|
+
return Go(e, !1);
|
|
4369
4402
|
}
|
|
4370
|
-
function
|
|
4403
|
+
function Go(e, t = !1) {
|
|
4371
4404
|
return e == null ? e : {
|
|
4372
4405
|
adult_count: e.adultCount,
|
|
4373
4406
|
check_in_date: e.checkInDate,
|
|
4374
4407
|
check_out_date: e.checkOutDate,
|
|
4375
4408
|
children: e.children,
|
|
4376
4409
|
currency: e.currency,
|
|
4377
|
-
hotel_offers: e.hotelOffers.map(
|
|
4410
|
+
hotel_offers: e.hotelOffers.map(Io),
|
|
4378
4411
|
price_histogram: e.priceHistogram,
|
|
4379
4412
|
price_max: e.priceMax,
|
|
4380
4413
|
price_min: e.priceMin
|
|
@@ -4384,42 +4417,42 @@ var be = {
|
|
|
4384
4417
|
Complete: "COMPLETE",
|
|
4385
4418
|
InProgress: "IN_PROGRESS"
|
|
4386
4419
|
};
|
|
4387
|
-
function
|
|
4420
|
+
function ru(e) {
|
|
4388
4421
|
for (const t in be) if (Object.prototype.hasOwnProperty.call(be, t) && be[t] === e)
|
|
4389
4422
|
return !0;
|
|
4390
4423
|
return !1;
|
|
4391
4424
|
}
|
|
4392
|
-
function
|
|
4393
|
-
return
|
|
4425
|
+
function $o(e) {
|
|
4426
|
+
return qo(e, !1);
|
|
4394
4427
|
}
|
|
4395
|
-
function
|
|
4428
|
+
function qo(e, t) {
|
|
4396
4429
|
return e;
|
|
4397
4430
|
}
|
|
4398
|
-
function
|
|
4431
|
+
function ou(e) {
|
|
4399
4432
|
return e;
|
|
4400
4433
|
}
|
|
4401
|
-
function
|
|
4434
|
+
function au(e, t) {
|
|
4402
4435
|
return e;
|
|
4403
4436
|
}
|
|
4404
|
-
function
|
|
4437
|
+
function su(e) {
|
|
4405
4438
|
return !(!("status" in e) || e.status === void 0);
|
|
4406
4439
|
}
|
|
4407
4440
|
function Jt(e) {
|
|
4408
|
-
return
|
|
4441
|
+
return Yo(e, !1);
|
|
4409
4442
|
}
|
|
4410
|
-
function
|
|
4443
|
+
function Yo(e, t) {
|
|
4411
4444
|
return e == null ? e : {
|
|
4412
4445
|
endingBefore: e.ending_before == null ? void 0 : e.ending_before,
|
|
4413
4446
|
limit: e.limit == null ? void 0 : e.limit,
|
|
4414
4447
|
startingAfter: e.starting_after == null ? void 0 : e.starting_after,
|
|
4415
4448
|
totalCount: e.total_count == null ? void 0 : e.total_count,
|
|
4416
|
-
status:
|
|
4449
|
+
status: $o(e.status)
|
|
4417
4450
|
};
|
|
4418
4451
|
}
|
|
4419
4452
|
function vt(e) {
|
|
4420
|
-
return
|
|
4453
|
+
return Ko(e, !1);
|
|
4421
4454
|
}
|
|
4422
|
-
function
|
|
4455
|
+
function Ko(e, t = !1) {
|
|
4423
4456
|
return e == null ? e : {
|
|
4424
4457
|
ending_before: e.endingBefore,
|
|
4425
4458
|
limit: e.limit,
|
|
@@ -4428,36 +4461,36 @@ function Go(e, t = !1) {
|
|
|
4428
4461
|
status: e.status
|
|
4429
4462
|
};
|
|
4430
4463
|
}
|
|
4431
|
-
function
|
|
4464
|
+
function cu(e) {
|
|
4432
4465
|
return !(!("data" in e) || e.data === void 0 || !("meta" in e) || e.meta === void 0);
|
|
4433
4466
|
}
|
|
4434
|
-
function
|
|
4435
|
-
return
|
|
4467
|
+
function zo(e) {
|
|
4468
|
+
return Vo(e, !1);
|
|
4436
4469
|
}
|
|
4437
|
-
function
|
|
4470
|
+
function Vo(e, t) {
|
|
4438
4471
|
return e == null ? e : {
|
|
4439
|
-
data:
|
|
4472
|
+
data: xo(e.data),
|
|
4440
4473
|
event: e.event == null ? void 0 : Fe(e.event),
|
|
4441
4474
|
meta: Jt(e.meta)
|
|
4442
4475
|
};
|
|
4443
4476
|
}
|
|
4444
|
-
function
|
|
4445
|
-
return
|
|
4477
|
+
function uu(e) {
|
|
4478
|
+
return Zo(e, !1);
|
|
4446
4479
|
}
|
|
4447
|
-
function
|
|
4480
|
+
function Zo(e, t = !1) {
|
|
4448
4481
|
return e == null ? e : {
|
|
4449
|
-
data:
|
|
4482
|
+
data: Uo(e.data),
|
|
4450
4483
|
event: Ue(e.event),
|
|
4451
4484
|
meta: vt(e.meta)
|
|
4452
4485
|
};
|
|
4453
4486
|
}
|
|
4454
|
-
function
|
|
4487
|
+
function du(e) {
|
|
4455
4488
|
return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRoomOffer" in e) || e.hotelRoomOffer === void 0);
|
|
4456
4489
|
}
|
|
4457
|
-
function
|
|
4458
|
-
return
|
|
4490
|
+
function Wo(e) {
|
|
4491
|
+
return Xo(e, !1);
|
|
4459
4492
|
}
|
|
4460
|
-
function
|
|
4493
|
+
function Xo(e, t) {
|
|
4461
4494
|
return e == null ? e : {
|
|
4462
4495
|
adultCount: e.adult_count,
|
|
4463
4496
|
checkInDate: e.check_in_date,
|
|
@@ -4468,10 +4501,10 @@ function zo(e, t) {
|
|
|
4468
4501
|
hotelRoomOffer: fe(e.hotel_room_offer)
|
|
4469
4502
|
};
|
|
4470
4503
|
}
|
|
4471
|
-
function
|
|
4472
|
-
return
|
|
4504
|
+
function fu(e) {
|
|
4505
|
+
return Qo(e, !1);
|
|
4473
4506
|
}
|
|
4474
|
-
function
|
|
4507
|
+
function Qo(e, t = !1) {
|
|
4475
4508
|
return e == null ? e : {
|
|
4476
4509
|
adult_count: e.adultCount,
|
|
4477
4510
|
check_in_date: e.checkInDate,
|
|
@@ -4482,13 +4515,13 @@ function Vo(e, t = !1) {
|
|
|
4482
4515
|
hotel_room_offer: le(e.hotelRoomOffer)
|
|
4483
4516
|
};
|
|
4484
4517
|
}
|
|
4485
|
-
function
|
|
4518
|
+
function lu(e) {
|
|
4486
4519
|
return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("roomCount" in e) || e.roomCount === void 0 || !("createdAt" in e) || e.createdAt === void 0 || !("id" in e) || e.id === void 0 || !("sourceMarket" in e) || e.sourceMarket === void 0);
|
|
4487
4520
|
}
|
|
4488
4521
|
function Ve(e) {
|
|
4489
|
-
return
|
|
4522
|
+
return jo(e, !1);
|
|
4490
4523
|
}
|
|
4491
|
-
function
|
|
4524
|
+
function jo(e, t) {
|
|
4492
4525
|
return e == null ? e : {
|
|
4493
4526
|
adultCount: e.adult_count,
|
|
4494
4527
|
checkInDate: e.check_in_date,
|
|
@@ -4502,10 +4535,10 @@ function Zo(e, t) {
|
|
|
4502
4535
|
sourceMarket: Ae(e.source_market)
|
|
4503
4536
|
};
|
|
4504
4537
|
}
|
|
4505
|
-
function
|
|
4506
|
-
return
|
|
4538
|
+
function mu(e) {
|
|
4539
|
+
return ea(e, !1);
|
|
4507
4540
|
}
|
|
4508
|
-
function
|
|
4541
|
+
function ea(e, t = !1) {
|
|
4509
4542
|
return e == null ? e : {
|
|
4510
4543
|
adult_count: e.adultCount,
|
|
4511
4544
|
check_in_date: e.checkInDate,
|
|
@@ -4519,13 +4552,13 @@ function Wo(e, t = !1) {
|
|
|
4519
4552
|
source_market: e.sourceMarket
|
|
4520
4553
|
};
|
|
4521
4554
|
}
|
|
4522
|
-
function
|
|
4555
|
+
function pu(e) {
|
|
4523
4556
|
return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("roomCount" in e) || e.roomCount === void 0);
|
|
4524
4557
|
}
|
|
4525
|
-
function
|
|
4526
|
-
return
|
|
4558
|
+
function hu(e) {
|
|
4559
|
+
return ta(e, !1);
|
|
4527
4560
|
}
|
|
4528
|
-
function
|
|
4561
|
+
function ta(e, t) {
|
|
4529
4562
|
return e == null ? e : {
|
|
4530
4563
|
adultCount: e.adult_count,
|
|
4531
4564
|
checkInDate: e.check_in_date,
|
|
@@ -4536,10 +4569,10 @@ function Xo(e, t) {
|
|
|
4536
4569
|
roomCount: e.room_count
|
|
4537
4570
|
};
|
|
4538
4571
|
}
|
|
4539
|
-
function
|
|
4540
|
-
return
|
|
4572
|
+
function ia(e) {
|
|
4573
|
+
return na(e, !1);
|
|
4541
4574
|
}
|
|
4542
|
-
function
|
|
4575
|
+
function na(e, t = !1) {
|
|
4543
4576
|
return e == null ? e : {
|
|
4544
4577
|
adult_count: e.adultCount,
|
|
4545
4578
|
check_in_date: e.checkInDate,
|
|
@@ -4550,13 +4583,13 @@ function jo(e, t = !1) {
|
|
|
4550
4583
|
room_count: e.roomCount
|
|
4551
4584
|
};
|
|
4552
4585
|
}
|
|
4553
|
-
function
|
|
4586
|
+
function yu(e) {
|
|
4554
4587
|
return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRoomOffers" in e) || e.hotelRoomOffers === void 0 || !("hotelTimezone" in e) || e.hotelTimezone === void 0);
|
|
4555
4588
|
}
|
|
4556
|
-
function
|
|
4557
|
-
return
|
|
4589
|
+
function ra(e) {
|
|
4590
|
+
return oa(e, !1);
|
|
4558
4591
|
}
|
|
4559
|
-
function
|
|
4592
|
+
function oa(e, t) {
|
|
4560
4593
|
return e == null ? e : {
|
|
4561
4594
|
adultCount: e.adult_count,
|
|
4562
4595
|
checkInDate: e.check_in_date,
|
|
@@ -4568,10 +4601,10 @@ function ta(e, t) {
|
|
|
4568
4601
|
hotelTimezone: e.hotel_timezone
|
|
4569
4602
|
};
|
|
4570
4603
|
}
|
|
4571
|
-
function
|
|
4572
|
-
return
|
|
4604
|
+
function aa(e) {
|
|
4605
|
+
return sa(e, !1);
|
|
4573
4606
|
}
|
|
4574
|
-
function
|
|
4607
|
+
function sa(e, t = !1) {
|
|
4575
4608
|
return e == null ? e : {
|
|
4576
4609
|
adult_count: e.adultCount,
|
|
4577
4610
|
check_in_date: e.checkInDate,
|
|
@@ -4583,131 +4616,131 @@ function na(e, t = !1) {
|
|
|
4583
4616
|
hotel_timezone: e.hotelTimezone
|
|
4584
4617
|
};
|
|
4585
4618
|
}
|
|
4586
|
-
function
|
|
4619
|
+
function gu(e) {
|
|
4587
4620
|
return !(!("data" in e) || e.data === void 0 || !("meta" in e) || e.meta === void 0);
|
|
4588
4621
|
}
|
|
4589
|
-
function
|
|
4590
|
-
return
|
|
4622
|
+
function ca(e) {
|
|
4623
|
+
return ua(e, !1);
|
|
4591
4624
|
}
|
|
4592
|
-
function
|
|
4625
|
+
function ua(e, t) {
|
|
4593
4626
|
return e == null ? e : {
|
|
4594
|
-
data:
|
|
4627
|
+
data: ra(e.data),
|
|
4595
4628
|
event: e.event == null ? void 0 : Fe(e.event),
|
|
4596
4629
|
meta: Jt(e.meta)
|
|
4597
4630
|
};
|
|
4598
4631
|
}
|
|
4599
|
-
function
|
|
4600
|
-
return
|
|
4632
|
+
function _u(e) {
|
|
4633
|
+
return da(e, !1);
|
|
4601
4634
|
}
|
|
4602
|
-
function
|
|
4635
|
+
function da(e, t = !1) {
|
|
4603
4636
|
return e == null ? e : {
|
|
4604
|
-
data:
|
|
4637
|
+
data: aa(e.data),
|
|
4605
4638
|
event: Ue(e.event),
|
|
4606
4639
|
meta: vt(e.meta)
|
|
4607
4640
|
};
|
|
4608
4641
|
}
|
|
4609
|
-
function
|
|
4642
|
+
function Ou(e) {
|
|
4610
4643
|
return !(!("count" in e) || e.count === void 0 || !("hotelRoomOfferId" in e) || e.hotelRoomOfferId === void 0);
|
|
4611
4644
|
}
|
|
4612
|
-
function
|
|
4613
|
-
return
|
|
4645
|
+
function fa(e) {
|
|
4646
|
+
return la(e, !1);
|
|
4614
4647
|
}
|
|
4615
|
-
function
|
|
4648
|
+
function la(e, t) {
|
|
4616
4649
|
return e == null ? e : {
|
|
4617
4650
|
breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
|
|
4618
4651
|
count: e.count,
|
|
4619
4652
|
hotelRoomOfferId: e.hotel_room_offer_id
|
|
4620
4653
|
};
|
|
4621
4654
|
}
|
|
4622
|
-
function
|
|
4623
|
-
return
|
|
4655
|
+
function ma(e) {
|
|
4656
|
+
return pa(e, !1);
|
|
4624
4657
|
}
|
|
4625
|
-
function
|
|
4658
|
+
function pa(e, t = !1) {
|
|
4626
4659
|
return e == null ? e : {
|
|
4627
4660
|
breakfast_count: e.breakfastCount,
|
|
4628
4661
|
count: e.count,
|
|
4629
4662
|
hotel_room_offer_id: e.hotelRoomOfferId
|
|
4630
4663
|
};
|
|
4631
4664
|
}
|
|
4632
|
-
function
|
|
4665
|
+
function Au(e) {
|
|
4633
4666
|
return !(!("currency" in e) || e.currency === void 0 || !("hotelRoomOffers" in e) || e.hotelRoomOffers === void 0);
|
|
4634
4667
|
}
|
|
4635
|
-
function
|
|
4636
|
-
return
|
|
4668
|
+
function Tu(e) {
|
|
4669
|
+
return ha(e, !1);
|
|
4637
4670
|
}
|
|
4638
|
-
function
|
|
4671
|
+
function ha(e, t) {
|
|
4639
4672
|
return e == null ? e : {
|
|
4640
4673
|
addBreakfast: e.add_breakfast == null ? void 0 : e.add_breakfast,
|
|
4641
4674
|
breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
|
|
4642
4675
|
currency: ne(e.currency),
|
|
4643
|
-
hotelRoomOffers: e.hotel_room_offers.map(
|
|
4676
|
+
hotelRoomOffers: e.hotel_room_offers.map(fa),
|
|
4644
4677
|
lang: e.lang == null ? void 0 : xe(e.lang)
|
|
4645
4678
|
};
|
|
4646
4679
|
}
|
|
4647
|
-
function
|
|
4648
|
-
return
|
|
4680
|
+
function ya(e) {
|
|
4681
|
+
return ga(e, !1);
|
|
4649
4682
|
}
|
|
4650
|
-
function
|
|
4683
|
+
function ga(e, t = !1) {
|
|
4651
4684
|
return e == null ? e : {
|
|
4652
4685
|
add_breakfast: e.addBreakfast,
|
|
4653
4686
|
breakfast_count: e.breakfastCount,
|
|
4654
4687
|
currency: e.currency,
|
|
4655
|
-
hotel_room_offers: e.hotelRoomOffers.map(
|
|
4688
|
+
hotel_room_offers: e.hotelRoomOffers.map(ma),
|
|
4656
4689
|
lang: e.lang
|
|
4657
4690
|
};
|
|
4658
4691
|
}
|
|
4659
|
-
function
|
|
4692
|
+
function Su(e) {
|
|
4660
4693
|
return !(!("fullname" in e) || e.fullname === void 0 || !("hotelRoomingListId" in e) || e.hotelRoomingListId === void 0);
|
|
4661
4694
|
}
|
|
4662
|
-
function
|
|
4663
|
-
return
|
|
4695
|
+
function wu(e) {
|
|
4696
|
+
return _a(e, !1);
|
|
4664
4697
|
}
|
|
4665
|
-
function
|
|
4698
|
+
function _a(e, t) {
|
|
4666
4699
|
return e == null ? e : {
|
|
4667
4700
|
fullname: e.fullname,
|
|
4668
4701
|
hotelRoomingListId: e.hotel_rooming_list_id
|
|
4669
4702
|
};
|
|
4670
4703
|
}
|
|
4671
|
-
function
|
|
4672
|
-
return
|
|
4704
|
+
function Oa(e) {
|
|
4705
|
+
return Aa(e, !1);
|
|
4673
4706
|
}
|
|
4674
|
-
function
|
|
4707
|
+
function Aa(e, t = !1) {
|
|
4675
4708
|
return e == null ? e : {
|
|
4676
4709
|
fullname: e.fullname,
|
|
4677
4710
|
hotel_rooming_list_id: e.hotelRoomingListId
|
|
4678
4711
|
};
|
|
4679
4712
|
}
|
|
4680
|
-
function
|
|
4713
|
+
function ku(e) {
|
|
4681
4714
|
return !(!("fullname" in e) || e.fullname === void 0);
|
|
4682
4715
|
}
|
|
4683
|
-
function
|
|
4684
|
-
return
|
|
4716
|
+
function Ru(e) {
|
|
4717
|
+
return Ta(e, !1);
|
|
4685
4718
|
}
|
|
4686
|
-
function
|
|
4719
|
+
function Ta(e, t) {
|
|
4687
4720
|
return e == null ? e : { fullname: e.fullname };
|
|
4688
4721
|
}
|
|
4689
|
-
function
|
|
4690
|
-
return
|
|
4722
|
+
function Sa(e) {
|
|
4723
|
+
return wa(e, !1);
|
|
4691
4724
|
}
|
|
4692
|
-
function
|
|
4725
|
+
function wa(e, t = !1) {
|
|
4693
4726
|
return e == null ? e : { fullname: e.fullname };
|
|
4694
4727
|
}
|
|
4695
|
-
function
|
|
4728
|
+
function Cu(e) {
|
|
4696
4729
|
return !(!("paymentMethods" in e) || e.paymentMethods === void 0);
|
|
4697
4730
|
}
|
|
4698
|
-
function
|
|
4699
|
-
return
|
|
4731
|
+
function Du(e) {
|
|
4732
|
+
return ka(e, !1);
|
|
4700
4733
|
}
|
|
4701
|
-
function
|
|
4734
|
+
function ka(e, t) {
|
|
4702
4735
|
return e == null ? e : { paymentMethods: e.payment_methods.map(Dt) };
|
|
4703
4736
|
}
|
|
4704
|
-
function
|
|
4705
|
-
return
|
|
4737
|
+
function Ra(e) {
|
|
4738
|
+
return Ca(e, !1);
|
|
4706
4739
|
}
|
|
4707
|
-
function
|
|
4740
|
+
function Ca(e, t = !1) {
|
|
4708
4741
|
return e == null ? e : { payment_methods: e.paymentMethods.map(Mt) };
|
|
4709
4742
|
}
|
|
4710
|
-
var
|
|
4743
|
+
var Mu = {
|
|
4711
4744
|
AddOrRemoveNights: "add_or_remove_nights",
|
|
4712
4745
|
AddOrRemovePerson: "add_or_remove_person",
|
|
4713
4746
|
ChangeDates: "change_dates",
|
|
@@ -4718,28 +4751,28 @@ var Su = {
|
|
|
4718
4751
|
Other: "other",
|
|
4719
4752
|
SpecialRequest: "special_request"
|
|
4720
4753
|
};
|
|
4721
|
-
function
|
|
4754
|
+
function Pu(e) {
|
|
4722
4755
|
return !(!("message" in e) || e.message === void 0 || !("requestType" in e) || e.requestType === void 0);
|
|
4723
4756
|
}
|
|
4724
|
-
function
|
|
4725
|
-
return
|
|
4757
|
+
function Nu(e) {
|
|
4758
|
+
return Da(e, !1);
|
|
4726
4759
|
}
|
|
4727
|
-
function
|
|
4760
|
+
function Da(e, t) {
|
|
4728
4761
|
return e == null ? e : {
|
|
4729
4762
|
message: e.message,
|
|
4730
4763
|
requestType: e.requestType
|
|
4731
4764
|
};
|
|
4732
4765
|
}
|
|
4733
|
-
function
|
|
4734
|
-
return
|
|
4766
|
+
function Ma(e) {
|
|
4767
|
+
return Pa(e, !1);
|
|
4735
4768
|
}
|
|
4736
|
-
function
|
|
4769
|
+
function Pa(e, t = !1) {
|
|
4737
4770
|
return e == null ? e : {
|
|
4738
4771
|
message: e.message,
|
|
4739
4772
|
requestType: e.requestType
|
|
4740
4773
|
};
|
|
4741
4774
|
}
|
|
4742
|
-
var
|
|
4775
|
+
var Na = class extends Q {
|
|
4743
4776
|
async retrieveRaw(e, t) {
|
|
4744
4777
|
if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1BookingPolicy.");
|
|
4745
4778
|
const i = {}, n = {};
|
|
@@ -4778,14 +4811,14 @@ var Ca = class extends Q {
|
|
|
4778
4811
|
method: "POST",
|
|
4779
4812
|
headers: n,
|
|
4780
4813
|
query: P(i, b.Snake),
|
|
4781
|
-
body: P(
|
|
4814
|
+
body: P(oo(e.bookingPoliciesCreateApi), b.Snake)
|
|
4782
4815
|
}, t);
|
|
4783
4816
|
return await new $(r, (s) => Ke(s)).value();
|
|
4784
4817
|
}
|
|
4785
4818
|
async create(e = {}, t) {
|
|
4786
4819
|
return this.createRaw(e, t);
|
|
4787
4820
|
}
|
|
4788
|
-
},
|
|
4821
|
+
}, ba = class extends Q {
|
|
4789
4822
|
async deleteRaw(e, t) {
|
|
4790
4823
|
if (e.token === null || e.token === void 0) throw new U("token", "Required parameter requestParameters.token was null or undefined when calling deleteV1BookingsToken.");
|
|
4791
4824
|
const i = await this.request({
|
|
@@ -4810,7 +4843,7 @@ var Ca = class extends Q {
|
|
|
4810
4843
|
headers: n,
|
|
4811
4844
|
query: P(i, b.Snake)
|
|
4812
4845
|
}, t);
|
|
4813
|
-
return await new $(r, (s) =>
|
|
4846
|
+
return await new $(r, (s) => lo(s)).value();
|
|
4814
4847
|
}
|
|
4815
4848
|
async list(e = {}, t) {
|
|
4816
4849
|
return this.listRaw(e, t);
|
|
@@ -4851,7 +4884,7 @@ var Ca = class extends Q {
|
|
|
4851
4884
|
method: "POST",
|
|
4852
4885
|
headers: n,
|
|
4853
4886
|
query: P(i, b.Snake),
|
|
4854
|
-
body: P(
|
|
4887
|
+
body: P(eo(e.bookingCreateApi), b.Snake)
|
|
4855
4888
|
}, t);
|
|
4856
4889
|
return await new $(r, (s) => ee(s)).value();
|
|
4857
4890
|
}
|
|
@@ -4928,7 +4961,7 @@ var Ca = class extends Q {
|
|
|
4928
4961
|
method: "POST",
|
|
4929
4962
|
headers: n,
|
|
4930
4963
|
query: P(i, b.Snake),
|
|
4931
|
-
body: P(
|
|
4964
|
+
body: P(Ma(e.requestPayload), b.Snake)
|
|
4932
4965
|
}, t);
|
|
4933
4966
|
return new at(r);
|
|
4934
4967
|
}
|
|
@@ -4944,21 +4977,21 @@ var Ca = class extends Q {
|
|
|
4944
4977
|
method: "PUT",
|
|
4945
4978
|
headers: n,
|
|
4946
4979
|
query: P(i, b.Snake),
|
|
4947
|
-
body: P(
|
|
4980
|
+
body: P(Ra(e.paymentMethodUpdatePayloadApi), b.Snake)
|
|
4948
4981
|
}, t);
|
|
4949
4982
|
return await new $(r, (s) => ee(s)).value();
|
|
4950
4983
|
}
|
|
4951
4984
|
async updatePaymentMethods(e, t) {
|
|
4952
4985
|
return this.updatePaymentMethodsRaw(e, t);
|
|
4953
4986
|
}
|
|
4954
|
-
},
|
|
4987
|
+
}, bu = {
|
|
4955
4988
|
CheckInDate: "check_in_date",
|
|
4956
4989
|
CreatedAt: "created_at",
|
|
4957
4990
|
LastStatusUpdatedAt: "last_status_updated_at"
|
|
4958
|
-
},
|
|
4991
|
+
}, Iu = {
|
|
4959
4992
|
Asc: "asc",
|
|
4960
4993
|
Desc: "desc"
|
|
4961
|
-
},
|
|
4994
|
+
}, Ia = class extends Q {
|
|
4962
4995
|
async retrieveRaw(e, t) {
|
|
4963
4996
|
if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelsIdImages.");
|
|
4964
4997
|
const i = {};
|
|
@@ -4976,7 +5009,7 @@ var Ca = class extends Q {
|
|
|
4976
5009
|
async retrieve(e, t) {
|
|
4977
5010
|
return this.retrieveRaw(e, t);
|
|
4978
5011
|
}
|
|
4979
|
-
},
|
|
5012
|
+
}, Ea = class extends Q {
|
|
4980
5013
|
async retrieveRaw(e, t) {
|
|
4981
5014
|
if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelOfferRequestsId.");
|
|
4982
5015
|
const i = {}, n = {};
|
|
@@ -5000,14 +5033,14 @@ var Ca = class extends Q {
|
|
|
5000
5033
|
method: "POST",
|
|
5001
5034
|
headers: n,
|
|
5002
5035
|
query: P(i, b.Snake),
|
|
5003
|
-
body: P(
|
|
5036
|
+
body: P(Bo(e.hotelOfferRequestCreateApi), b.Snake)
|
|
5004
5037
|
}, t);
|
|
5005
5038
|
return await new $(r, (s) => ze(s)).value();
|
|
5006
5039
|
}
|
|
5007
5040
|
async create(e = {}, t) {
|
|
5008
5041
|
return this.createRaw(e, t);
|
|
5009
5042
|
}
|
|
5010
|
-
},
|
|
5043
|
+
}, La = class extends Q {
|
|
5011
5044
|
async listRaw(e, t) {
|
|
5012
5045
|
if (e.currency === null || e.currency === void 0) throw new U("currency", "Required parameter requestParameters.currency was null or undefined when calling getV1HotelOffers.");
|
|
5013
5046
|
if (e.hotelOfferRequestId === null || e.hotelOfferRequestId === void 0) throw new U("hotelOfferRequestId", "Required parameter requestParameters.hotelOfferRequestId was null or undefined when calling getV1HotelOffers.");
|
|
@@ -5021,7 +5054,7 @@ var Ca = class extends Q {
|
|
|
5021
5054
|
headers: n,
|
|
5022
5055
|
query: P(i, b.Snake)
|
|
5023
5056
|
}, t);
|
|
5024
|
-
return await new $(r, (s) =>
|
|
5057
|
+
return await new $(r, (s) => zo(s)).value();
|
|
5025
5058
|
}
|
|
5026
5059
|
async list(e, t, i) {
|
|
5027
5060
|
return await nt(() => this.listRaw(e, i), {
|
|
@@ -5030,16 +5063,16 @@ var Ca = class extends Q {
|
|
|
5030
5063
|
maxCallCount: i?.maxCallCount
|
|
5031
5064
|
}, t);
|
|
5032
5065
|
}
|
|
5033
|
-
},
|
|
5066
|
+
}, Eu = {
|
|
5034
5067
|
Distance: "distance",
|
|
5035
5068
|
Price: "price",
|
|
5036
5069
|
Rating: "rating",
|
|
5037
5070
|
ReviewRating: "review_rating",
|
|
5038
5071
|
TopPicks: "top_picks"
|
|
5039
|
-
},
|
|
5072
|
+
}, Lu = {
|
|
5040
5073
|
Asc: "asc",
|
|
5041
5074
|
Desc: "desc"
|
|
5042
|
-
},
|
|
5075
|
+
}, Ja = class extends Q {
|
|
5043
5076
|
async deleteRaw(e, t) {
|
|
5044
5077
|
if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");
|
|
5045
5078
|
if (e.token === null || e.token === void 0) throw new U("token", "Required parameter requestParameters.token was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");
|
|
@@ -5064,7 +5097,7 @@ var Ca = class extends Q {
|
|
|
5064
5097
|
method: "PATCH",
|
|
5065
5098
|
headers: n,
|
|
5066
5099
|
query: P(i, b.Snake),
|
|
5067
|
-
body: P(
|
|
5100
|
+
body: P(Sa(e.hotelRoomingListGuestsUpdateApi), b.Snake)
|
|
5068
5101
|
}, t);
|
|
5069
5102
|
return await new $(r, (s) => Ee(s)).value();
|
|
5070
5103
|
}
|
|
@@ -5080,14 +5113,14 @@ var Ca = class extends Q {
|
|
|
5080
5113
|
method: "POST",
|
|
5081
5114
|
headers: n,
|
|
5082
5115
|
query: P(i, b.Snake),
|
|
5083
|
-
body: P(
|
|
5116
|
+
body: P(Oa(e.hotelRoomingListGuestsCreateApi), b.Snake)
|
|
5084
5117
|
}, t);
|
|
5085
5118
|
return await new $(r, (s) => Ee(s)).value();
|
|
5086
5119
|
}
|
|
5087
5120
|
async create(e, t) {
|
|
5088
5121
|
return this.createRaw(e, t);
|
|
5089
5122
|
}
|
|
5090
|
-
},
|
|
5123
|
+
}, va = class extends Q {
|
|
5091
5124
|
async listRaw(e, t) {
|
|
5092
5125
|
if (e.token === null || e.token === void 0) throw new U("token", "Required parameter requestParameters.token was null or undefined when calling getV1HotelRoomingListsToken.");
|
|
5093
5126
|
const i = {};
|
|
@@ -5103,7 +5136,7 @@ var Ca = class extends Q {
|
|
|
5103
5136
|
async list(e, t) {
|
|
5104
5137
|
return this.listRaw(e, t);
|
|
5105
5138
|
}
|
|
5106
|
-
},
|
|
5139
|
+
}, Ba = class extends Q {
|
|
5107
5140
|
async retrieveRaw(e, t) {
|
|
5108
5141
|
if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelRoomOffersIdImages.");
|
|
5109
5142
|
const i = {};
|
|
@@ -5121,7 +5154,7 @@ var Ca = class extends Q {
|
|
|
5121
5154
|
async retrieve(e, t) {
|
|
5122
5155
|
return this.retrieveRaw(e, t);
|
|
5123
5156
|
}
|
|
5124
|
-
},
|
|
5157
|
+
}, Ha = class extends Q {
|
|
5125
5158
|
async retrieveRaw(e, t) {
|
|
5126
5159
|
if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelRoomOfferRequestsId.");
|
|
5127
5160
|
const i = {}, n = {};
|
|
@@ -5145,14 +5178,14 @@ var Ca = class extends Q {
|
|
|
5145
5178
|
method: "POST",
|
|
5146
5179
|
headers: n,
|
|
5147
5180
|
query: P(i, b.Snake),
|
|
5148
|
-
body: P(
|
|
5181
|
+
body: P(ia(e.hotelRoomOfferRequestCreateApi), b.Snake)
|
|
5149
5182
|
}, t);
|
|
5150
5183
|
return await new $(r, (s) => Ve(s)).value();
|
|
5151
5184
|
}
|
|
5152
5185
|
async create(e = {}, t) {
|
|
5153
5186
|
return this.createRaw(e, t);
|
|
5154
5187
|
}
|
|
5155
|
-
},
|
|
5188
|
+
}, xa = class extends Q {
|
|
5156
5189
|
async listRaw(e, t) {
|
|
5157
5190
|
if (e.currency === null || e.currency === void 0) throw new U("currency", "Required parameter requestParameters.currency was null or undefined when calling getV1HotelRoomOffers.");
|
|
5158
5191
|
if (e.hotelRoomOfferRequestId === null || e.hotelRoomOfferRequestId === void 0) throw new U("hotelRoomOfferRequestId", "Required parameter requestParameters.hotelRoomOfferRequestId was null or undefined when calling getV1HotelRoomOffers.");
|
|
@@ -5166,7 +5199,7 @@ var Ca = class extends Q {
|
|
|
5166
5199
|
headers: n,
|
|
5167
5200
|
query: P(i, b.Snake)
|
|
5168
5201
|
}, t);
|
|
5169
|
-
return await new $(r, (s) =>
|
|
5202
|
+
return await new $(r, (s) => ca(s)).value();
|
|
5170
5203
|
}
|
|
5171
5204
|
async list(e, t, i) {
|
|
5172
5205
|
return await nt(() => this.listRaw(e, i), {
|
|
@@ -5183,14 +5216,14 @@ var Ca = class extends Q {
|
|
|
5183
5216
|
method: "POST",
|
|
5184
5217
|
headers: n,
|
|
5185
5218
|
query: P(i, b.Snake),
|
|
5186
|
-
body: P(
|
|
5219
|
+
body: P(ya(e.hotelRoomOffersCreateApi), b.Snake)
|
|
5187
5220
|
}, t);
|
|
5188
|
-
return await new $(r, (s) =>
|
|
5221
|
+
return await new $(r, (s) => Wo(s)).value();
|
|
5189
5222
|
}
|
|
5190
5223
|
async create(e = {}, t) {
|
|
5191
5224
|
return this.createRaw(e, t);
|
|
5192
5225
|
}
|
|
5193
|
-
},
|
|
5226
|
+
}, Fa = class extends Q {
|
|
5194
5227
|
async retrieveRaw(e, t) {
|
|
5195
5228
|
if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelsId.");
|
|
5196
5229
|
const i = {};
|
|
@@ -5203,25 +5236,25 @@ var Ca = class extends Q {
|
|
|
5203
5236
|
headers: n,
|
|
5204
5237
|
query: P(i, b.Snake)
|
|
5205
5238
|
}, t);
|
|
5206
|
-
return await new $(r, (s) =>
|
|
5239
|
+
return await new $(r, (s) => Do(s)).value();
|
|
5207
5240
|
}
|
|
5208
5241
|
async retrieve(e, t) {
|
|
5209
5242
|
return this.retrieveRaw(e, t);
|
|
5210
5243
|
}
|
|
5211
|
-
},
|
|
5212
|
-
bookingPolicies: new
|
|
5213
|
-
bookings: new
|
|
5214
|
-
hotelImages: new
|
|
5215
|
-
hotelOfferRequests: new
|
|
5216
|
-
hotelOffers: new
|
|
5217
|
-
hotelRoomingListGuests: new
|
|
5218
|
-
hotelRoomingLists: new
|
|
5219
|
-
hotelRoomOfferImages: new
|
|
5220
|
-
hotelRoomOfferRequests: new
|
|
5221
|
-
hotelRoomOffers: new
|
|
5222
|
-
hotels: new
|
|
5244
|
+
}, Ua = (e) => ({
|
|
5245
|
+
bookingPolicies: new Na(e),
|
|
5246
|
+
bookings: new ba(e),
|
|
5247
|
+
hotelImages: new Ia(e),
|
|
5248
|
+
hotelOfferRequests: new Ea(e),
|
|
5249
|
+
hotelOffers: new La(e),
|
|
5250
|
+
hotelRoomingListGuests: new Ja(e),
|
|
5251
|
+
hotelRoomingLists: new va(e),
|
|
5252
|
+
hotelRoomOfferImages: new Ba(e),
|
|
5253
|
+
hotelRoomOfferRequests: new Ha(e),
|
|
5254
|
+
hotelRoomOffers: new xa(e),
|
|
5255
|
+
hotels: new Fa(e)
|
|
5223
5256
|
});
|
|
5224
|
-
function
|
|
5257
|
+
function Ga(e) {
|
|
5225
5258
|
switch (e) {
|
|
5226
5259
|
case ce.CiCd:
|
|
5227
5260
|
return "AUTH_TOKEN_CICD";
|
|
@@ -5239,9 +5272,9 @@ function Ha(e) {
|
|
|
5239
5272
|
}
|
|
5240
5273
|
}
|
|
5241
5274
|
function Bt(e) {
|
|
5242
|
-
return !!(typeof document < "u" && document?.cookie && document.cookie.split(";").find((t) => t.includes(
|
|
5275
|
+
return !!(typeof document < "u" && document?.cookie && document.cookie.split(";").find((t) => t.includes(Ga(e))));
|
|
5243
5276
|
}
|
|
5244
|
-
var
|
|
5277
|
+
var $a = class {
|
|
5245
5278
|
config;
|
|
5246
5279
|
constructor(e) {
|
|
5247
5280
|
this.config = e;
|
|
@@ -5249,7 +5282,7 @@ var xa = class {
|
|
|
5249
5282
|
async pre(e) {
|
|
5250
5283
|
return e.init.mode = "cors", Bt(this.config.apiEnvironment) && (e.init.credentials = "include"), e;
|
|
5251
5284
|
}
|
|
5252
|
-
},
|
|
5285
|
+
}, qa = class {
|
|
5253
5286
|
config;
|
|
5254
5287
|
constructor(e) {
|
|
5255
5288
|
this.config = e;
|
|
@@ -5260,7 +5293,7 @@ var xa = class {
|
|
|
5260
5293
|
"x-auth-type": "user"
|
|
5261
5294
|
}), e;
|
|
5262
5295
|
}
|
|
5263
|
-
},
|
|
5296
|
+
}, Ju = class {
|
|
5264
5297
|
config;
|
|
5265
5298
|
apiVersionsToClient;
|
|
5266
5299
|
constructor(e) {
|
|
@@ -5277,9 +5310,9 @@ var xa = class {
|
|
|
5277
5310
|
basePath: n,
|
|
5278
5311
|
fetchApi: Kt.default,
|
|
5279
5312
|
headers: t,
|
|
5280
|
-
middleware: [new
|
|
5313
|
+
middleware: [new $a(this.config), new qa(this.config)]
|
|
5281
5314
|
});
|
|
5282
|
-
this.apiVersionsToClient = { v1:
|
|
5315
|
+
this.apiVersionsToClient = { v1: Ua(r) };
|
|
5283
5316
|
}
|
|
5284
5317
|
get bookingPolicies() {
|
|
5285
5318
|
return this.apiVersionsToClient[this.config.apiVersion].bookingPolicies;
|
|
@@ -5319,28 +5352,28 @@ export {
|
|
|
5319
5352
|
nn as AllowedPaymentMethodApiFromJSON,
|
|
5320
5353
|
rn as AllowedPaymentMethodApiFromJSONTyped,
|
|
5321
5354
|
on as AllowedPaymentMethodApiToJSON,
|
|
5322
|
-
|
|
5323
|
-
|
|
5355
|
+
ps as AllowedPaymentMethodApiToJSONTyped,
|
|
5356
|
+
is as AllowedPaymentMethodCouponApiFromJSON,
|
|
5324
5357
|
st as AllowedPaymentMethodCouponApiFromJSONTyped,
|
|
5325
|
-
|
|
5358
|
+
es as AllowedPaymentMethodCouponApiNameEnum,
|
|
5326
5359
|
qi as AllowedPaymentMethodCouponApiToJSON,
|
|
5327
5360
|
Yi as AllowedPaymentMethodCouponApiToJSONTyped,
|
|
5328
|
-
|
|
5361
|
+
os as AllowedPaymentMethodCreditCardApiFromJSON,
|
|
5329
5362
|
ct as AllowedPaymentMethodCreditCardApiFromJSONTyped,
|
|
5330
|
-
|
|
5363
|
+
ns as AllowedPaymentMethodCreditCardApiNameEnum,
|
|
5331
5364
|
Ki as AllowedPaymentMethodCreditCardApiToJSON,
|
|
5332
5365
|
zi as AllowedPaymentMethodCreditCardApiToJSONTyped,
|
|
5333
|
-
|
|
5366
|
+
cs as AllowedPaymentMethodDepositAccountApiFromJSON,
|
|
5334
5367
|
ut as AllowedPaymentMethodDepositAccountApiFromJSONTyped,
|
|
5335
|
-
|
|
5368
|
+
as as AllowedPaymentMethodDepositAccountApiNameEnum,
|
|
5336
5369
|
Vi as AllowedPaymentMethodDepositAccountApiToJSON,
|
|
5337
5370
|
Zi as AllowedPaymentMethodDepositAccountApiToJSONTyped,
|
|
5338
|
-
|
|
5371
|
+
ms as AllowedPaymentMethodPayLaterApiFromJSON,
|
|
5339
5372
|
dt as AllowedPaymentMethodPayLaterApiFromJSONTyped,
|
|
5340
|
-
|
|
5373
|
+
fs as AllowedPaymentMethodPayLaterApiNameEnum,
|
|
5341
5374
|
Wi as AllowedPaymentMethodPayLaterApiPayloadFromJSON,
|
|
5342
5375
|
Xi as AllowedPaymentMethodPayLaterApiPayloadFromJSONTyped,
|
|
5343
|
-
|
|
5376
|
+
us as AllowedPaymentMethodPayLaterApiPayloadStatusEnum,
|
|
5344
5377
|
Qi as AllowedPaymentMethodPayLaterApiPayloadToJSON,
|
|
5345
5378
|
ji as AllowedPaymentMethodPayLaterApiPayloadToJSONTyped,
|
|
5346
5379
|
en as AllowedPaymentMethodPayLaterApiToJSON,
|
|
@@ -5349,54 +5382,54 @@ export {
|
|
|
5349
5382
|
an as AmenitiesApiFromJSONTyped,
|
|
5350
5383
|
lt as AmenitiesApiToJSON,
|
|
5351
5384
|
sn as AmenitiesApiToJSONTyped,
|
|
5352
|
-
|
|
5385
|
+
Ju as ApiClient,
|
|
5353
5386
|
Ui as BASE_PATH,
|
|
5354
5387
|
Q as BaseAPI,
|
|
5355
|
-
|
|
5388
|
+
gs as BedApiFromJSON,
|
|
5356
5389
|
cn as BedApiFromJSONTyped,
|
|
5357
|
-
|
|
5390
|
+
_s as BedApiToJSON,
|
|
5358
5391
|
un as BedApiToJSONTyped,
|
|
5359
|
-
|
|
5392
|
+
ja as BlobApiResponse,
|
|
5360
5393
|
ee as BookingApiFromJSON,
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
|
|
5394
|
+
Nr as BookingApiFromJSONTyped,
|
|
5395
|
+
Sc as BookingApiPayLaterEnum,
|
|
5396
|
+
wc as BookingApiStatusEnum,
|
|
5397
|
+
br as BookingApiToJSON,
|
|
5398
|
+
Ir as BookingApiToJSONTyped,
|
|
5399
|
+
Lc as BookingCreateApiFromJSON,
|
|
5400
|
+
jr as BookingCreateApiFromJSONTyped,
|
|
5401
|
+
Ur as BookingCreateApiGuestsListInnerFromJSON,
|
|
5402
|
+
Gr as BookingCreateApiGuestsListInnerFromJSONTyped,
|
|
5403
|
+
Br as BookingCreateApiGuestsListInnerGuestsInnerFromJSON,
|
|
5404
|
+
Hr as BookingCreateApiGuestsListInnerGuestsInnerFromJSONTyped,
|
|
5405
|
+
xr as BookingCreateApiGuestsListInnerGuestsInnerToJSON,
|
|
5406
|
+
Fr as BookingCreateApiGuestsListInnerGuestsInnerToJSONTyped,
|
|
5407
|
+
$r as BookingCreateApiGuestsListInnerToJSON,
|
|
5408
|
+
qr as BookingCreateApiGuestsListInnerToJSONTyped,
|
|
5409
|
+
eo as BookingCreateApiToJSON,
|
|
5410
|
+
to as BookingCreateApiToJSONTyped,
|
|
5411
|
+
Na as BookingPolicies,
|
|
5379
5412
|
Ke as BookingPoliciesApiFromJSON,
|
|
5380
|
-
|
|
5381
|
-
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5413
|
+
io as BookingPoliciesApiFromJSONTyped,
|
|
5414
|
+
vc as BookingPoliciesApiToJSON,
|
|
5415
|
+
no as BookingPoliciesApiToJSONTyped,
|
|
5416
|
+
Hc as BookingPoliciesCreateApiFromJSON,
|
|
5417
|
+
ro as BookingPoliciesCreateApiFromJSONTyped,
|
|
5418
|
+
oo as BookingPoliciesCreateApiToJSON,
|
|
5419
|
+
ao as BookingPoliciesCreateApiToJSONTyped,
|
|
5420
|
+
ba as Bookings,
|
|
5421
|
+
lo as BookingsApiResponseFromJSON,
|
|
5422
|
+
mo as BookingsApiResponseFromJSONTyped,
|
|
5423
|
+
Uc as BookingsApiResponseToJSON,
|
|
5424
|
+
po as BookingsApiResponseToJSONTyped,
|
|
5425
|
+
bu as BookingsSortByEnum,
|
|
5426
|
+
Iu as BookingsSortByOrderEnum,
|
|
5394
5427
|
De as BreakfastOption,
|
|
5395
5428
|
On as BreakfastOptionFromJSON,
|
|
5396
5429
|
An as BreakfastOptionFromJSONTyped,
|
|
5397
|
-
|
|
5398
|
-
|
|
5399
|
-
|
|
5430
|
+
Cs as BreakfastOptionToJSON,
|
|
5431
|
+
Ds as BreakfastOptionToJSONTyped,
|
|
5432
|
+
Za as COLLECTION_FORMATS,
|
|
5400
5433
|
Be as CancellationPolicyApiFromJSON,
|
|
5401
5434
|
dn as CancellationPolicyApiFromJSONTyped,
|
|
5402
5435
|
He as CancellationPolicyApiToJSON,
|
|
@@ -5404,7 +5437,7 @@ export {
|
|
|
5404
5437
|
rt as Configuration,
|
|
5405
5438
|
gt as ContactPersonApiFromJSON,
|
|
5406
5439
|
Ln as ContactPersonApiFromJSONTyped,
|
|
5407
|
-
|
|
5440
|
+
Ks as ContactPersonApiSalutationEnum,
|
|
5408
5441
|
_t as ContactPersonApiToJSON,
|
|
5409
5442
|
Jn as ContactPersonApiToJSONTyped,
|
|
5410
5443
|
Nn as ContactPersonOrganizationApiFromJSON,
|
|
@@ -5414,324 +5447,330 @@ export {
|
|
|
5414
5447
|
Ne as CountryIso2Code,
|
|
5415
5448
|
Ie as CountryIso2CodeFromJSON,
|
|
5416
5449
|
Pn as CountryIso2CodeFromJSONTyped,
|
|
5417
|
-
|
|
5418
|
-
|
|
5450
|
+
$s as CountryIso2CodeToJSON,
|
|
5451
|
+
qs as CountryIso2CodeToJSONTyped,
|
|
5419
5452
|
Me as CurrencyClient,
|
|
5420
5453
|
ne as CurrencyClientFromJSON,
|
|
5421
5454
|
wn as CurrencyClientFromJSONTyped,
|
|
5422
|
-
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
|
|
5426
|
-
|
|
5427
|
-
|
|
5428
|
-
|
|
5455
|
+
Is as CurrencyClientToJSON,
|
|
5456
|
+
Es as CurrencyClientToJSONTyped,
|
|
5457
|
+
qc as ErrorApiResponseFromJSON,
|
|
5458
|
+
ho as ErrorApiResponseFromJSONTyped,
|
|
5459
|
+
Yc as ErrorApiResponseToJSON,
|
|
5460
|
+
yo as ErrorApiResponseToJSONTyped,
|
|
5461
|
+
Gc as ErrorApiResponseTypeEnum,
|
|
5429
5462
|
Fe as EventApiFromJSON,
|
|
5430
|
-
|
|
5463
|
+
_r as EventApiFromJSONTyped,
|
|
5431
5464
|
Ue as EventApiToJSON,
|
|
5432
|
-
|
|
5465
|
+
Or as EventApiToJSONTyped,
|
|
5433
5466
|
me as EventMetadataApiFromJSON,
|
|
5434
|
-
|
|
5467
|
+
Yr as EventMetadataApiFromJSONTyped,
|
|
5435
5468
|
pe as EventMetadataApiToJSON,
|
|
5436
|
-
|
|
5437
|
-
|
|
5438
|
-
|
|
5469
|
+
Kr as EventMetadataApiToJSONTyped,
|
|
5470
|
+
Do as HotelApiFromJSON,
|
|
5471
|
+
Mo as HotelApiFromJSONTyped,
|
|
5439
5472
|
bt as HotelApiImagesFromJSON,
|
|
5440
|
-
|
|
5473
|
+
Oo as HotelApiImagesFromJSONTyped,
|
|
5441
5474
|
It as HotelApiImagesToJSON,
|
|
5442
|
-
|
|
5443
|
-
|
|
5444
|
-
|
|
5475
|
+
Ao as HotelApiImagesToJSONTyped,
|
|
5476
|
+
Xc as HotelApiToJSON,
|
|
5477
|
+
Po as HotelApiToJSONTyped,
|
|
5445
5478
|
de as HotelImageApiFromJSON,
|
|
5446
5479
|
mn as HotelImageApiFromJSONTyped,
|
|
5447
5480
|
Te as HotelImageApiToJSON,
|
|
5448
5481
|
pn as HotelImageApiToJSONTyped,
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
|
|
5482
|
+
Ia as HotelImages,
|
|
5483
|
+
No as HotelOfferApiFromJSON,
|
|
5484
|
+
bo as HotelOfferApiFromJSONTyped,
|
|
5485
|
+
Io as HotelOfferApiToJSON,
|
|
5486
|
+
Eo as HotelOfferApiToJSONTyped,
|
|
5454
5487
|
ze as HotelOfferRequestApiResponseFromJSON,
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5472
|
-
|
|
5473
|
-
|
|
5488
|
+
Lo as HotelOfferRequestApiResponseFromJSONTyped,
|
|
5489
|
+
eu as HotelOfferRequestApiResponseToJSON,
|
|
5490
|
+
Jo as HotelOfferRequestApiResponseToJSONTyped,
|
|
5491
|
+
iu as HotelOfferRequestCreateApiFromJSON,
|
|
5492
|
+
vo as HotelOfferRequestCreateApiFromJSONTyped,
|
|
5493
|
+
Bo as HotelOfferRequestCreateApiToJSON,
|
|
5494
|
+
Ho as HotelOfferRequestCreateApiToJSONTyped,
|
|
5495
|
+
Ea as HotelOfferRequests,
|
|
5496
|
+
La as HotelOffers,
|
|
5497
|
+
zo as HotelOffersApiResponseFromJSON,
|
|
5498
|
+
Vo as HotelOffersApiResponseFromJSONTyped,
|
|
5499
|
+
uu as HotelOffersApiResponseToJSON,
|
|
5500
|
+
Zo as HotelOffersApiResponseToJSONTyped,
|
|
5501
|
+
xo as HotelOffersDataApiResponseFromJSON,
|
|
5502
|
+
Fo as HotelOffersDataApiResponseFromJSONTyped,
|
|
5503
|
+
Uo as HotelOffersDataApiResponseToJSON,
|
|
5504
|
+
Go as HotelOffersDataApiResponseToJSONTyped,
|
|
5505
|
+
Eu as HotelOffersSortByEnum,
|
|
5506
|
+
Lu as HotelOffersSortByOrderEnum,
|
|
5474
5507
|
Pt as HotelReviewRatingApiFromJSON,
|
|
5475
|
-
|
|
5508
|
+
go as HotelReviewRatingApiFromJSONTyped,
|
|
5476
5509
|
Nt as HotelReviewRatingApiToJSON,
|
|
5477
|
-
|
|
5510
|
+
_o as HotelReviewRatingApiToJSONTyped,
|
|
5478
5511
|
fe as HotelRoomOfferApiFromJSON,
|
|
5479
5512
|
Cn as HotelRoomOfferApiFromJSONTyped,
|
|
5480
5513
|
hn as HotelRoomOfferApiHotelRoomsInnerFromJSON,
|
|
5481
5514
|
yn as HotelRoomOfferApiHotelRoomsInnerFromJSONTyped,
|
|
5482
5515
|
gn as HotelRoomOfferApiHotelRoomsInnerToJSON,
|
|
5483
5516
|
_n as HotelRoomOfferApiHotelRoomsInnerToJSONTyped,
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5517
|
+
Js as HotelRoomOfferApiPackageTypeEnum,
|
|
5518
|
+
Wo as HotelRoomOfferApiResponseFromJSON,
|
|
5519
|
+
Xo as HotelRoomOfferApiResponseFromJSONTyped,
|
|
5520
|
+
fu as HotelRoomOfferApiResponseToJSON,
|
|
5521
|
+
Qo as HotelRoomOfferApiResponseToJSONTyped,
|
|
5522
|
+
vs as HotelRoomOfferApiStayTaxesInfoEnum,
|
|
5490
5523
|
le as HotelRoomOfferApiToJSON,
|
|
5491
5524
|
Dn as HotelRoomOfferApiToJSONTyped,
|
|
5492
|
-
|
|
5493
|
-
|
|
5525
|
+
Bs as HotelRoomOfferApiTypeEnum,
|
|
5526
|
+
Ba as HotelRoomOfferImages,
|
|
5494
5527
|
Ve as HotelRoomOfferRequestApiResponseFromJSON,
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5500
|
-
|
|
5501
|
-
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
|
|
5511
|
-
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5528
|
+
jo as HotelRoomOfferRequestApiResponseFromJSONTyped,
|
|
5529
|
+
mu as HotelRoomOfferRequestApiResponseToJSON,
|
|
5530
|
+
ea as HotelRoomOfferRequestApiResponseToJSONTyped,
|
|
5531
|
+
hu as HotelRoomOfferRequestCreateApiFromJSON,
|
|
5532
|
+
ta as HotelRoomOfferRequestCreateApiFromJSONTyped,
|
|
5533
|
+
ia as HotelRoomOfferRequestCreateApiToJSON,
|
|
5534
|
+
na as HotelRoomOfferRequestCreateApiToJSONTyped,
|
|
5535
|
+
Ha as HotelRoomOfferRequests,
|
|
5536
|
+
xa as HotelRoomOffers,
|
|
5537
|
+
ca as HotelRoomOffersApiResponseFromJSON,
|
|
5538
|
+
ua as HotelRoomOffersApiResponseFromJSONTyped,
|
|
5539
|
+
_u as HotelRoomOffersApiResponseToJSON,
|
|
5540
|
+
da as HotelRoomOffersApiResponseToJSONTyped,
|
|
5541
|
+
Tu as HotelRoomOffersCreateApiFromJSON,
|
|
5542
|
+
ha as HotelRoomOffersCreateApiFromJSONTyped,
|
|
5543
|
+
ya as HotelRoomOffersCreateApiToJSON,
|
|
5544
|
+
ga as HotelRoomOffersCreateApiToJSONTyped,
|
|
5545
|
+
ra as HotelRoomOffersDataApiResponseFromJSON,
|
|
5546
|
+
oa as HotelRoomOffersDataApiResponseFromJSONTyped,
|
|
5547
|
+
aa as HotelRoomOffersDataApiResponseToJSON,
|
|
5548
|
+
sa as HotelRoomOffersDataApiResponseToJSONTyped,
|
|
5549
|
+
fa as HotelRoomOffersDataCreateApiFromJSON,
|
|
5550
|
+
la as HotelRoomOffersDataCreateApiFromJSONTyped,
|
|
5551
|
+
ma as HotelRoomOffersDataCreateApiToJSON,
|
|
5552
|
+
pa as HotelRoomOffersDataCreateApiToJSONTyped,
|
|
5520
5553
|
Ct as HotelRoomingListApiFromJSON,
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
|
|
5527
|
-
|
|
5554
|
+
Dr as HotelRoomingListApiFromJSONTyped,
|
|
5555
|
+
Ar as HotelRoomingListApiHotelRoomFromJSON,
|
|
5556
|
+
Tr as HotelRoomingListApiHotelRoomFromJSONTyped,
|
|
5557
|
+
Sr as HotelRoomingListApiHotelRoomToJSON,
|
|
5558
|
+
wr as HotelRoomingListApiHotelRoomToJSONTyped,
|
|
5559
|
+
Mr as HotelRoomingListApiToJSON,
|
|
5560
|
+
Pr as HotelRoomingListApiToJSONTyped,
|
|
5528
5561
|
Ee as HotelRoomingListGuestApiFromJSON,
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
cr as
|
|
5544
|
-
ur as
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
|
|
5562
|
+
kr as HotelRoomingListGuestApiFromJSONTyped,
|
|
5563
|
+
Rr as HotelRoomingListGuestApiToJSON,
|
|
5564
|
+
Cr as HotelRoomingListGuestApiToJSONTyped,
|
|
5565
|
+
Ja as HotelRoomingListGuests,
|
|
5566
|
+
wu as HotelRoomingListGuestsCreateApiFromJSON,
|
|
5567
|
+
_a as HotelRoomingListGuestsCreateApiFromJSONTyped,
|
|
5568
|
+
Oa as HotelRoomingListGuestsCreateApiToJSON,
|
|
5569
|
+
Aa as HotelRoomingListGuestsCreateApiToJSONTyped,
|
|
5570
|
+
Ru as HotelRoomingListGuestsUpdateApiFromJSON,
|
|
5571
|
+
Ta as HotelRoomingListGuestsUpdateApiFromJSONTyped,
|
|
5572
|
+
Sa as HotelRoomingListGuestsUpdateApiToJSON,
|
|
5573
|
+
wa as HotelRoomingListGuestsUpdateApiToJSONTyped,
|
|
5574
|
+
va as HotelRoomingLists,
|
|
5575
|
+
Fa as Hotels,
|
|
5576
|
+
cr as InsuranceApiFromJSON,
|
|
5577
|
+
ur as InsuranceApiFromJSONTyped,
|
|
5578
|
+
lc as InsuranceApiStatusEnum,
|
|
5579
|
+
dr as InsuranceApiToJSON,
|
|
5580
|
+
fr as InsuranceApiToJSONTyped,
|
|
5581
|
+
lr as InvoiceApiFromJSON,
|
|
5582
|
+
mr as InvoiceApiFromJSONTyped,
|
|
5583
|
+
pr as InvoiceApiToJSON,
|
|
5584
|
+
hr as InvoiceApiToJSONTyped,
|
|
5585
|
+
pc as InvoiceApiTypeEnum,
|
|
5548
5586
|
$ as JSONApiResponse,
|
|
5549
5587
|
Pe as Locale,
|
|
5550
5588
|
xe as LocaleFromJSON,
|
|
5551
5589
|
Mn as LocaleFromJSONTyped,
|
|
5552
|
-
|
|
5553
|
-
|
|
5590
|
+
Fs as LocaleToJSON,
|
|
5591
|
+
Us as LocaleToJSONTyped,
|
|
5554
5592
|
Jt as MetaPollingResponseApiFromJSON,
|
|
5555
|
-
|
|
5593
|
+
Yo as MetaPollingResponseApiFromJSONTyped,
|
|
5556
5594
|
vt as MetaPollingResponseApiToJSON,
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
|
|
5595
|
+
Ko as MetaPollingResponseApiToJSONTyped,
|
|
5596
|
+
so as MetaResponseApiFromJSON,
|
|
5597
|
+
co as MetaResponseApiFromJSONTyped,
|
|
5598
|
+
uo as MetaResponseApiToJSON,
|
|
5599
|
+
fo as MetaResponseApiToJSONTyped,
|
|
5562
5600
|
kt as OrderAddonFromJSON,
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
|
|
5566
|
-
|
|
5567
|
-
|
|
5568
|
-
|
|
5601
|
+
yr as OrderAddonFromJSONTyped,
|
|
5602
|
+
Er as OrderAddonSelectionFromJSON,
|
|
5603
|
+
Lr as OrderAddonSelectionFromJSONTyped,
|
|
5604
|
+
Jr as OrderAddonSelectionToJSON,
|
|
5605
|
+
vr as OrderAddonSelectionToJSONTyped,
|
|
5606
|
+
Rc as OrderAddonSelectionTypeEnum,
|
|
5569
5607
|
Rt as OrderAddonToJSON,
|
|
5570
|
-
|
|
5571
|
-
|
|
5608
|
+
gr as OrderAddonToJSONTyped,
|
|
5609
|
+
yc as OrderAddonTypeEnum,
|
|
5572
5610
|
ar as PaymentMethodApiFromJSON,
|
|
5573
5611
|
sr as PaymentMethodApiFromJSONTyped,
|
|
5574
5612
|
wt as PaymentMethodApiToJSON,
|
|
5575
|
-
|
|
5576
|
-
|
|
5613
|
+
fc as PaymentMethodApiToJSONTyped,
|
|
5614
|
+
Xs as PaymentMethodCouponApiFromJSON,
|
|
5577
5615
|
Ot as PaymentMethodCouponApiFromJSONTyped,
|
|
5578
|
-
|
|
5616
|
+
Zs as PaymentMethodCouponApiNameEnum,
|
|
5579
5617
|
vn as PaymentMethodCouponApiPayloadFromJSON,
|
|
5580
5618
|
Bn as PaymentMethodCouponApiPayloadFromJSONTyped,
|
|
5581
5619
|
Hn as PaymentMethodCouponApiPayloadToJSON,
|
|
5582
5620
|
xn as PaymentMethodCouponApiPayloadToJSONTyped,
|
|
5583
5621
|
Fn as PaymentMethodCouponApiToJSON,
|
|
5584
5622
|
Un as PaymentMethodCouponApiToJSONTyped,
|
|
5585
|
-
|
|
5623
|
+
tc as PaymentMethodCreditCardApiFromJSON,
|
|
5586
5624
|
At as PaymentMethodCreditCardApiFromJSONTyped,
|
|
5587
|
-
|
|
5625
|
+
js as PaymentMethodCreditCardApiNameEnum,
|
|
5588
5626
|
Gn as PaymentMethodCreditCardApiPayloadFromJSON,
|
|
5589
5627
|
$n as PaymentMethodCreditCardApiPayloadFromJSONTyped,
|
|
5590
5628
|
qn as PaymentMethodCreditCardApiPayloadToJSON,
|
|
5591
5629
|
Yn as PaymentMethodCreditCardApiPayloadToJSONTyped,
|
|
5592
5630
|
Kn as PaymentMethodCreditCardApiToJSON,
|
|
5593
5631
|
zn as PaymentMethodCreditCardApiToJSONTyped,
|
|
5594
|
-
|
|
5632
|
+
oc as PaymentMethodDepositAccountApiFromJSON,
|
|
5595
5633
|
Tt as PaymentMethodDepositAccountApiFromJSONTyped,
|
|
5596
|
-
|
|
5634
|
+
nc as PaymentMethodDepositAccountApiNameEnum,
|
|
5597
5635
|
Vn as PaymentMethodDepositAccountApiPayloadFromJSON,
|
|
5598
5636
|
Zn as PaymentMethodDepositAccountApiPayloadFromJSONTyped,
|
|
5599
5637
|
Wn as PaymentMethodDepositAccountApiPayloadToJSON,
|
|
5600
5638
|
Xn as PaymentMethodDepositAccountApiPayloadToJSONTyped,
|
|
5601
5639
|
Qn as PaymentMethodDepositAccountApiToJSON,
|
|
5602
5640
|
jn as PaymentMethodDepositAccountApiToJSONTyped,
|
|
5603
|
-
|
|
5641
|
+
dc as PaymentMethodPayLaterApiFromJSON,
|
|
5604
5642
|
St as PaymentMethodPayLaterApiFromJSONTyped,
|
|
5605
|
-
|
|
5643
|
+
cc as PaymentMethodPayLaterApiNameEnum,
|
|
5606
5644
|
er as PaymentMethodPayLaterApiPayloadFromJSON,
|
|
5607
5645
|
tr as PaymentMethodPayLaterApiPayloadFromJSONTyped,
|
|
5608
|
-
|
|
5646
|
+
ac as PaymentMethodPayLaterApiPayloadStatusEnum,
|
|
5609
5647
|
ir as PaymentMethodPayLaterApiPayloadToJSON,
|
|
5610
5648
|
nr as PaymentMethodPayLaterApiPayloadToJSONTyped,
|
|
5611
5649
|
rr as PaymentMethodPayLaterApiToJSON,
|
|
5612
5650
|
or as PaymentMethodPayLaterApiToJSONTyped,
|
|
5613
5651
|
Dt as PaymentMethodRequestApiFromJSON,
|
|
5614
|
-
|
|
5615
|
-
|
|
5652
|
+
Xr as PaymentMethodRequestApiFromJSONTyped,
|
|
5653
|
+
bc as PaymentMethodRequestApiNameEnum,
|
|
5616
5654
|
Mt as PaymentMethodRequestApiToJSON,
|
|
5617
|
-
|
|
5618
|
-
|
|
5619
|
-
|
|
5620
|
-
|
|
5621
|
-
|
|
5622
|
-
|
|
5623
|
-
|
|
5624
|
-
|
|
5625
|
-
|
|
5655
|
+
Qr as PaymentMethodRequestApiToJSONTyped,
|
|
5656
|
+
zr as PaymentMethodRequestPayloadApiFromJSON,
|
|
5657
|
+
Vr as PaymentMethodRequestPayloadApiFromJSONTyped,
|
|
5658
|
+
Zr as PaymentMethodRequestPayloadApiToJSON,
|
|
5659
|
+
Wr as PaymentMethodRequestPayloadApiToJSONTyped,
|
|
5660
|
+
Du as PaymentMethodUpdatePayloadApiFromJSON,
|
|
5661
|
+
ka as PaymentMethodUpdatePayloadApiFromJSONTyped,
|
|
5662
|
+
Ra as PaymentMethodUpdatePayloadApiToJSON,
|
|
5663
|
+
Ca as PaymentMethodUpdatePayloadApiToJSONTyped,
|
|
5626
5664
|
be as PollerStatus,
|
|
5627
|
-
|
|
5628
|
-
|
|
5629
|
-
|
|
5630
|
-
|
|
5631
|
-
|
|
5632
|
-
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
|
|
5665
|
+
$o as PollerStatusFromJSON,
|
|
5666
|
+
qo as PollerStatusFromJSONTyped,
|
|
5667
|
+
ou as PollerStatusToJSON,
|
|
5668
|
+
au as PollerStatusToJSONTyped,
|
|
5669
|
+
Nu as RequestPayloadFromJSON,
|
|
5670
|
+
Da as RequestPayloadFromJSONTyped,
|
|
5671
|
+
Mu as RequestPayloadRequestTypeEnum,
|
|
5672
|
+
Ma as RequestPayloadToJSON,
|
|
5673
|
+
Pa as RequestPayloadToJSONTyped,
|
|
5636
5674
|
U as RequiredError,
|
|
5637
5675
|
$i as ResponseError,
|
|
5638
5676
|
Ce as SourceMarket,
|
|
5639
5677
|
Ae as SourceMarketFromJSON,
|
|
5640
5678
|
ln as SourceMarketFromJSONTyped,
|
|
5641
|
-
|
|
5642
|
-
|
|
5679
|
+
Ts as SourceMarketToJSON,
|
|
5680
|
+
Ss as SourceMarketToJSONTyped,
|
|
5643
5681
|
ht as TagApiFromJSON,
|
|
5644
5682
|
kn as TagApiFromJSONTyped,
|
|
5645
5683
|
yt as TagApiToJSON,
|
|
5646
5684
|
Rn as TagApiToJSONTyped,
|
|
5647
5685
|
mt as TaxApiFromJSON,
|
|
5648
5686
|
Tn as TaxApiFromJSONTyped,
|
|
5649
|
-
|
|
5650
|
-
|
|
5687
|
+
Ms as TaxApiTaxFrequencyEnum,
|
|
5688
|
+
Ps as TaxApiTaxModeEnum,
|
|
5651
5689
|
pt as TaxApiToJSON,
|
|
5652
5690
|
Sn as TaxApiToJSONTyped,
|
|
5653
5691
|
at as TextApiResponse,
|
|
5654
5692
|
Et as TravelTimesApiFromJSON,
|
|
5655
|
-
|
|
5693
|
+
Ro as TravelTimesApiFromJSONTyped,
|
|
5656
5694
|
Lt as TravelTimesApiToJSON,
|
|
5657
|
-
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
|
|
5661
|
-
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
|
|
5666
|
-
|
|
5667
|
-
|
|
5668
|
-
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
|
|
5674
|
-
|
|
5675
|
-
|
|
5676
|
-
|
|
5677
|
-
|
|
5678
|
-
|
|
5679
|
-
|
|
5680
|
-
|
|
5681
|
-
|
|
5682
|
-
|
|
5683
|
-
|
|
5684
|
-
|
|
5685
|
-
|
|
5686
|
-
|
|
5687
|
-
|
|
5688
|
-
|
|
5689
|
-
|
|
5690
|
-
|
|
5691
|
-
|
|
5692
|
-
|
|
5693
|
-
|
|
5694
|
-
|
|
5695
|
-
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
|
|
5702
|
-
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
|
|
5706
|
-
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
|
|
5719
|
-
|
|
5720
|
-
|
|
5721
|
-
|
|
5722
|
-
|
|
5723
|
-
|
|
5724
|
-
|
|
5725
|
-
|
|
5726
|
-
|
|
5727
|
-
|
|
5728
|
-
|
|
5729
|
-
|
|
5730
|
-
|
|
5731
|
-
|
|
5732
|
-
|
|
5733
|
-
|
|
5734
|
-
|
|
5695
|
+
Co as TravelTimesApiToJSONTyped,
|
|
5696
|
+
To as TravelTimesApiTravelTimesFromJSON,
|
|
5697
|
+
So as TravelTimesApiTravelTimesFromJSONTyped,
|
|
5698
|
+
wo as TravelTimesApiTravelTimesToJSON,
|
|
5699
|
+
ko as TravelTimesApiTravelTimesToJSONTyped,
|
|
5700
|
+
Qa as VoidApiResponse,
|
|
5701
|
+
Xa as canConsumeForm,
|
|
5702
|
+
Wa as exists,
|
|
5703
|
+
ts as instanceOfAllowedPaymentMethodCouponApi,
|
|
5704
|
+
rs as instanceOfAllowedPaymentMethodCreditCardApi,
|
|
5705
|
+
ss as instanceOfAllowedPaymentMethodDepositAccountApi,
|
|
5706
|
+
ls as instanceOfAllowedPaymentMethodPayLaterApi,
|
|
5707
|
+
ds as instanceOfAllowedPaymentMethodPayLaterApiPayload,
|
|
5708
|
+
hs as instanceOfAmenitiesApi,
|
|
5709
|
+
ys as instanceOfBedApi,
|
|
5710
|
+
kc as instanceOfBookingApi,
|
|
5711
|
+
Ec as instanceOfBookingCreateApi,
|
|
5712
|
+
Mc as instanceOfBookingCreateApiGuestsListInner,
|
|
5713
|
+
Dc as instanceOfBookingCreateApiGuestsListInnerGuestsInner,
|
|
5714
|
+
Jc as instanceOfBookingPoliciesApi,
|
|
5715
|
+
Bc as instanceOfBookingPoliciesCreateApi,
|
|
5716
|
+
Fc as instanceOfBookingsApiResponse,
|
|
5717
|
+
Rs as instanceOfBreakfastOption,
|
|
5718
|
+
Os as instanceOfCancellationPolicyApi,
|
|
5719
|
+
zs as instanceOfContactPersonApi,
|
|
5720
|
+
Ys as instanceOfContactPersonOrganizationApi,
|
|
5721
|
+
Gs as instanceOfCountryIso2Code,
|
|
5722
|
+
bs as instanceOfCurrencyClient,
|
|
5723
|
+
$c as instanceOfErrorApiResponse,
|
|
5724
|
+
_c as instanceOfEventApi,
|
|
5725
|
+
Pc as instanceOfEventMetadataApi,
|
|
5726
|
+
Wc as instanceOfHotelApi,
|
|
5727
|
+
zc as instanceOfHotelApiImages,
|
|
5728
|
+
ws as instanceOfHotelImageApi,
|
|
5729
|
+
Qc as instanceOfHotelOfferApi,
|
|
5730
|
+
jc as instanceOfHotelOfferRequestApiResponse,
|
|
5731
|
+
tu as instanceOfHotelOfferRequestCreateApi,
|
|
5732
|
+
cu as instanceOfHotelOffersApiResponse,
|
|
5733
|
+
nu as instanceOfHotelOffersDataApiResponse,
|
|
5734
|
+
Kc as instanceOfHotelReviewRatingApi,
|
|
5735
|
+
Hs as instanceOfHotelRoomOfferApi,
|
|
5736
|
+
ks as instanceOfHotelRoomOfferApiHotelRoomsInner,
|
|
5737
|
+
du as instanceOfHotelRoomOfferApiResponse,
|
|
5738
|
+
lu as instanceOfHotelRoomOfferRequestApiResponse,
|
|
5739
|
+
pu as instanceOfHotelRoomOfferRequestCreateApi,
|
|
5740
|
+
gu as instanceOfHotelRoomOffersApiResponse,
|
|
5741
|
+
Au as instanceOfHotelRoomOffersCreateApi,
|
|
5742
|
+
yu as instanceOfHotelRoomOffersDataApiResponse,
|
|
5743
|
+
Ou as instanceOfHotelRoomOffersDataCreateApi,
|
|
5744
|
+
Tc as instanceOfHotelRoomingListApi,
|
|
5745
|
+
Oc as instanceOfHotelRoomingListApiHotelRoom,
|
|
5746
|
+
Ac as instanceOfHotelRoomingListGuestApi,
|
|
5747
|
+
Su as instanceOfHotelRoomingListGuestsCreateApi,
|
|
5748
|
+
ku as instanceOfHotelRoomingListGuestsUpdateApi,
|
|
5749
|
+
mc as instanceOfInsuranceApi,
|
|
5750
|
+
hc as instanceOfInvoiceApi,
|
|
5751
|
+
xs as instanceOfLocale,
|
|
5752
|
+
su as instanceOfMetaPollingResponseApi,
|
|
5753
|
+
xc as instanceOfMetaResponseApi,
|
|
5754
|
+
gc as instanceOfOrderAddon,
|
|
5755
|
+
Cc as instanceOfOrderAddonSelection,
|
|
5756
|
+
Ws as instanceOfPaymentMethodCouponApi,
|
|
5757
|
+
Vs as instanceOfPaymentMethodCouponApiPayload,
|
|
5758
|
+
ec as instanceOfPaymentMethodCreditCardApi,
|
|
5759
|
+
Qs as instanceOfPaymentMethodCreditCardApiPayload,
|
|
5760
|
+
rc as instanceOfPaymentMethodDepositAccountApi,
|
|
5761
|
+
ic as instanceOfPaymentMethodDepositAccountApiPayload,
|
|
5762
|
+
uc as instanceOfPaymentMethodPayLaterApi,
|
|
5763
|
+
sc as instanceOfPaymentMethodPayLaterApiPayload,
|
|
5764
|
+
Ic as instanceOfPaymentMethodRequestApi,
|
|
5765
|
+
Nc as instanceOfPaymentMethodRequestPayloadApi,
|
|
5766
|
+
Cu as instanceOfPaymentMethodUpdatePayloadApi,
|
|
5767
|
+
ru as instanceOfPollerStatus,
|
|
5768
|
+
Pu as instanceOfRequestPayload,
|
|
5769
|
+
As as instanceOfSourceMarket,
|
|
5770
|
+
Ls as instanceOfTagApi,
|
|
5771
|
+
Ns as instanceOfTaxApi,
|
|
5772
|
+
Zc as instanceOfTravelTimesApi,
|
|
5773
|
+
Vc as instanceOfTravelTimesApiTravelTimes,
|
|
5735
5774
|
ot as querystring,
|
|
5736
|
-
|
|
5775
|
+
Ua as v1ApiClient
|
|
5737
5776
|
};
|