@revolugo/booking-api-client 7.1.1 → 7.2.0-alpha.1
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 +295 -313
- package/dist/index.umd.js +2 -2
- package/dist/types/booking-api-client.d.ts +8 -8
- package/dist/types/v1/apis/ResourceBookingPoliciesApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceBookingsApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelImagesApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelOfferRequestsApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelOffersApi.d.ts +4 -4
- package/dist/types/v1/apis/ResourceHotelRoomOfferImagesApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelRoomOfferRequestsApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelRoomOffersApi.d.ts +4 -4
- package/dist/types/v1/apis/ResourceHotelRoomingListGuestsApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelRoomingListsApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelsApi.d.ts +2 -2
- package/dist/types/v1/index.d.ts +3 -3
- package/dist/types/v1/models/index.d.ts +51 -76
- package/package.json +21 -21
package/dist/index.es.js
CHANGED
|
@@ -23,19 +23,19 @@ function ft(i) {
|
|
|
23
23
|
return e;
|
|
24
24
|
}
|
|
25
25
|
function Xe(i, e) {
|
|
26
|
-
const [n, t, r] =
|
|
26
|
+
const [n, t, r] = Me(i, e);
|
|
27
27
|
return n + t.map(Ee(e?.locale)).join(e?.delimiter ?? " ") + r;
|
|
28
28
|
}
|
|
29
29
|
function dt(i, e) {
|
|
30
|
-
const [n, t, r] =
|
|
30
|
+
const [n, t, r] = Me(i, e), s = Ee(e?.locale), u = ke(e?.locale), c = e?.mergeAmbiguousCharacters ? _e(s, u) : et(s, u);
|
|
31
31
|
return n + t.map((h, S) => S === 0 ? s(h) : c(h, S)).join(e?.delimiter ?? "") + r;
|
|
32
32
|
}
|
|
33
33
|
function ht(i, e) {
|
|
34
|
-
const [n, t, r] =
|
|
34
|
+
const [n, t, r] = Me(i, e), s = Ee(e?.locale), u = ke(e?.locale), c = e?.mergeAmbiguousCharacters ? _e(s, u) : et(s, u);
|
|
35
35
|
return n + t.map(c).join(e?.delimiter ?? "") + r;
|
|
36
36
|
}
|
|
37
37
|
function pt(i, e) {
|
|
38
|
-
const [n, t, r] =
|
|
38
|
+
const [n, t, r] = Me(i, e), s = Ee(e?.locale), u = ke(e?.locale);
|
|
39
39
|
return n + t.map(_e(s, u)).join(e?.delimiter ?? " ") + r;
|
|
40
40
|
}
|
|
41
41
|
function Qe(i, e) {
|
|
@@ -59,7 +59,7 @@ function et(i, e) {
|
|
|
59
59
|
return (t > 0 && r >= "0" && r <= "9" ? "_" + r : e(r)) + i(n.slice(1));
|
|
60
60
|
};
|
|
61
61
|
}
|
|
62
|
-
function
|
|
62
|
+
function Me(i, e = {}) {
|
|
63
63
|
const n = e.split ?? (e.separateNumbers ? ft : Je), t = e.prefixCharacters ?? Be, r = e.suffixCharacters ?? Be;
|
|
64
64
|
let s = 0, u = i.length;
|
|
65
65
|
for (; s < i.length; ) {
|
|
@@ -84,9 +84,9 @@ var se = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
84
84
|
function j(i) {
|
|
85
85
|
return i && i.__esModule && Object.prototype.hasOwnProperty.call(i, "default") ? i.default : i;
|
|
86
86
|
}
|
|
87
|
-
var ce = { exports: {} }, yt = ce.exports,
|
|
87
|
+
var ce = { exports: {} }, yt = ce.exports, xe;
|
|
88
88
|
function gt() {
|
|
89
|
-
return
|
|
89
|
+
return xe || (xe = 1, (function(i, e) {
|
|
90
90
|
(function(n, t, r) {
|
|
91
91
|
i.exports = r(), i.exports.default = r();
|
|
92
92
|
})("slugify", yt, function() {
|
|
@@ -133,7 +133,7 @@ function Ct(i) {
|
|
|
133
133
|
return i === Object(i) && !Array.isArray(i) && typeof i != "function";
|
|
134
134
|
}
|
|
135
135
|
function w(i, e, n = { deep: !0 }) {
|
|
136
|
-
return Ct(i) ? Object.keys(i).reduce((t, r) => {
|
|
136
|
+
return Ct(i) && !(i instanceof Date) ? Object.keys(i).reduce((t, r) => {
|
|
137
137
|
const s = n?.exclude && At(n.exclude, r) ? r : Rt[e](r);
|
|
138
138
|
return t[s] = n.deep ? w(i[r], e, n) : i[r], t;
|
|
139
139
|
}, {}) : Array.isArray(i) ? i.map((t) => w(t, e, n)) : i;
|
|
@@ -146,19 +146,19 @@ const Et = {
|
|
|
146
146
|
"CI-CD": "https://booking-api.staging.revolugo.com",
|
|
147
147
|
LOCAL: "http://127.0.0.1:3001"
|
|
148
148
|
};
|
|
149
|
-
var De = /* @__PURE__ */ ((i) => (i.HOTEL_ROOM_OFFERS = "HOTEL_ROOM_OFFERS", i.HOTEL_SEARCH_POLLING = "HOTEL_SEARCH_POLLING", i))(De || {}), le = { exports: {} },
|
|
149
|
+
var De = /* @__PURE__ */ ((i) => (i.HOTEL_ROOM_OFFERS = "HOTEL_ROOM_OFFERS", i.HOTEL_SEARCH_POLLING = "HOTEL_SEARCH_POLLING", i))(De || {}), le = { exports: {} }, Mt = le.exports, Le;
|
|
150
150
|
function tt() {
|
|
151
|
-
return
|
|
151
|
+
return Le || (Le = 1, (function(i, e) {
|
|
152
152
|
(function(n, t) {
|
|
153
153
|
i.exports = t();
|
|
154
|
-
})(
|
|
155
|
-
var n = 1e3, t = 6e4, r = 36e5, s = "millisecond", u = "second", c = "minute", h = "hour", S = "day", A = "week", y = "month", m = "quarter", C = "year", E = "date", d = "Invalid Date",
|
|
154
|
+
})(Mt, (function() {
|
|
155
|
+
var n = 1e3, t = 6e4, r = 36e5, s = "millisecond", u = "second", c = "minute", h = "hour", S = "day", A = "week", y = "month", m = "quarter", C = "year", E = "date", d = "Invalid Date", M = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, I = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, b = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(R) {
|
|
156
156
|
var o = ["th", "st", "nd", "rd"], a = R % 100;
|
|
157
157
|
return "[" + R + (o[(a - 20) % 10] || o[a] || o[0]) + "]";
|
|
158
158
|
} }, _ = function(R, o, a) {
|
|
159
159
|
var f = String(R);
|
|
160
160
|
return !f || f.length >= o ? R : "" + Array(o + 1 - f.length).join(a) + R;
|
|
161
|
-
},
|
|
161
|
+
}, N = { s: _, z: function(R) {
|
|
162
162
|
var o = -R.utcOffset(), a = Math.abs(o), f = Math.floor(a / 60), l = a % 60;
|
|
163
163
|
return (o <= 0 ? "+" : "-") + _(f, 2, "0") + ":" + _(l, 2, "0");
|
|
164
164
|
}, m: function R(o, a) {
|
|
@@ -171,13 +171,13 @@ function tt() {
|
|
|
171
171
|
return { M: y, y: C, w: A, d: S, D: E, h, m: c, s: u, ms: s, Q: m }[R] || String(R || "").toLowerCase().replace(/s$/, "");
|
|
172
172
|
}, u: function(R) {
|
|
173
173
|
return R === void 0;
|
|
174
|
-
} },
|
|
175
|
-
B[
|
|
176
|
-
var
|
|
177
|
-
return R instanceof Y || !(!R || !R[
|
|
178
|
-
},
|
|
174
|
+
} }, T = "en", B = {};
|
|
175
|
+
B[T] = b;
|
|
176
|
+
var K = "$isDayjsObject", F = function(R) {
|
|
177
|
+
return R instanceof Y || !(!R || !R[K]);
|
|
178
|
+
}, U = function R(o, a, f) {
|
|
179
179
|
var l;
|
|
180
|
-
if (!o) return
|
|
180
|
+
if (!o) return T;
|
|
181
181
|
if (typeof o == "string") {
|
|
182
182
|
var g = o.toLowerCase();
|
|
183
183
|
B[g] && (l = g), a && (B[g] = a, l = g);
|
|
@@ -187,18 +187,18 @@ function tt() {
|
|
|
187
187
|
var D = o.name;
|
|
188
188
|
B[D] = o, l = D;
|
|
189
189
|
}
|
|
190
|
-
return !f && l && (
|
|
191
|
-
},
|
|
192
|
-
if (
|
|
190
|
+
return !f && l && (T = l), l || !f && T;
|
|
191
|
+
}, x = function(R, o) {
|
|
192
|
+
if (F(R)) return R.clone();
|
|
193
193
|
var a = typeof o == "object" ? o : {};
|
|
194
194
|
return a.date = R, a.args = arguments, new Y(a);
|
|
195
|
-
}, O =
|
|
196
|
-
O.l =
|
|
197
|
-
return
|
|
195
|
+
}, O = N;
|
|
196
|
+
O.l = U, O.i = F, O.w = function(R, o) {
|
|
197
|
+
return x(R, { locale: o.$L, utc: o.$u, x: o.$x, $offset: o.$offset });
|
|
198
198
|
};
|
|
199
199
|
var Y = (function() {
|
|
200
200
|
function R(a) {
|
|
201
|
-
this.$L =
|
|
201
|
+
this.$L = U(a.locale, null, !0), this.parse(a), this.$x = this.$x || a.x || {}, this[K] = !0;
|
|
202
202
|
}
|
|
203
203
|
var o = R.prototype;
|
|
204
204
|
return o.parse = function(a) {
|
|
@@ -208,10 +208,10 @@ function tt() {
|
|
|
208
208
|
if (O.u(l)) return /* @__PURE__ */ new Date();
|
|
209
209
|
if (l instanceof Date) return new Date(l);
|
|
210
210
|
if (typeof l == "string" && !/Z$/i.test(l)) {
|
|
211
|
-
var p = l.match(
|
|
211
|
+
var p = l.match(M);
|
|
212
212
|
if (p) {
|
|
213
|
-
var D = p[2] - 1 || 0,
|
|
214
|
-
return g ? new Date(Date.UTC(p[1], D, p[3] || 1, p[4] || 0, p[5] || 0, p[6] || 0,
|
|
213
|
+
var D = p[2] - 1 || 0, $ = (p[7] || "0").substring(0, 3);
|
|
214
|
+
return g ? new Date(Date.UTC(p[1], D, p[3] || 1, p[4] || 0, p[5] || 0, p[6] || 0, $)) : new Date(p[1], D, p[3] || 1, p[4] || 0, p[5] || 0, p[6] || 0, $);
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
return new Date(l);
|
|
@@ -224,12 +224,12 @@ function tt() {
|
|
|
224
224
|
}, o.isValid = function() {
|
|
225
225
|
return this.$d.toString() !== d;
|
|
226
226
|
}, o.isSame = function(a, f) {
|
|
227
|
-
var l =
|
|
227
|
+
var l = x(a);
|
|
228
228
|
return this.startOf(f) <= l && l <= this.endOf(f);
|
|
229
229
|
}, o.isAfter = function(a, f) {
|
|
230
|
-
return
|
|
230
|
+
return x(a) < this.startOf(f);
|
|
231
231
|
}, o.isBefore = function(a, f) {
|
|
232
|
-
return this.endOf(f) <
|
|
232
|
+
return this.endOf(f) < x(a);
|
|
233
233
|
}, o.$g = function(a, f, l) {
|
|
234
234
|
return O.u(a) ? this[f] : this.set(l, a);
|
|
235
235
|
}, o.unix = function() {
|
|
@@ -240,7 +240,7 @@ function tt() {
|
|
|
240
240
|
var l = this, g = !!O.u(f) || f, p = O.p(a), D = function(Q, q) {
|
|
241
241
|
var Z = O.w(l.$u ? Date.UTC(l.$y, q, Q) : new Date(l.$y, q, Q), l);
|
|
242
242
|
return g ? Z : Z.endOf(S);
|
|
243
|
-
},
|
|
243
|
+
}, $ = function(Q, q) {
|
|
244
244
|
return O.w(l.toDate()[Q].apply(l.toDate("s"), (g ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(q)), l);
|
|
245
245
|
}, G = this.$W, k = this.$M, H = this.$D, te = "set" + (this.$u ? "UTC" : "");
|
|
246
246
|
switch (p) {
|
|
@@ -253,24 +253,24 @@ function tt() {
|
|
|
253
253
|
return D(g ? H - re : H + (6 - re), k);
|
|
254
254
|
case S:
|
|
255
255
|
case E:
|
|
256
|
-
return
|
|
256
|
+
return $(te + "Hours", 0);
|
|
257
257
|
case h:
|
|
258
|
-
return
|
|
258
|
+
return $(te + "Minutes", 1);
|
|
259
259
|
case c:
|
|
260
|
-
return
|
|
260
|
+
return $(te + "Seconds", 2);
|
|
261
261
|
case u:
|
|
262
|
-
return
|
|
262
|
+
return $(te + "Milliseconds", 3);
|
|
263
263
|
default:
|
|
264
264
|
return this.clone();
|
|
265
265
|
}
|
|
266
266
|
}, o.endOf = function(a) {
|
|
267
267
|
return this.startOf(a, !1);
|
|
268
268
|
}, o.$set = function(a, f) {
|
|
269
|
-
var l, g = O.p(a), p = "set" + (this.$u ? "UTC" : ""), D = (l = {}, l[S] = p + "Date", l[E] = p + "Date", l[y] = p + "Month", l[C] = p + "FullYear", l[h] = p + "Hours", l[c] = p + "Minutes", l[u] = p + "Seconds", l[s] = p + "Milliseconds", l)[g],
|
|
269
|
+
var l, g = O.p(a), p = "set" + (this.$u ? "UTC" : ""), D = (l = {}, l[S] = p + "Date", l[E] = p + "Date", l[y] = p + "Month", l[C] = p + "FullYear", l[h] = p + "Hours", l[c] = p + "Minutes", l[u] = p + "Seconds", l[s] = p + "Milliseconds", l)[g], $ = g === S ? this.$D + (f - this.$W) : f;
|
|
270
270
|
if (g === y || g === C) {
|
|
271
271
|
var G = this.clone().set(E, 1);
|
|
272
|
-
G.$d[D](
|
|
273
|
-
} else D && this.$d[D](
|
|
272
|
+
G.$d[D]($), G.init(), this.$d = G.set(E, Math.min(this.$D, G.daysInMonth())).$d;
|
|
273
|
+
} else D && this.$d[D]($);
|
|
274
274
|
return this.init(), this;
|
|
275
275
|
}, o.set = function(a, f) {
|
|
276
276
|
return this.clone().$set(a, f);
|
|
@@ -280,21 +280,21 @@ function tt() {
|
|
|
280
280
|
var l, g = this;
|
|
281
281
|
a = Number(a);
|
|
282
282
|
var p = O.p(f), D = function(k) {
|
|
283
|
-
var H =
|
|
283
|
+
var H = x(g);
|
|
284
284
|
return O.w(H.date(H.date() + Math.round(k * a)), g);
|
|
285
285
|
};
|
|
286
286
|
if (p === y) return this.set(y, this.$M + a);
|
|
287
287
|
if (p === C) return this.set(C, this.$y + a);
|
|
288
288
|
if (p === S) return D(1);
|
|
289
289
|
if (p === A) return D(7);
|
|
290
|
-
var
|
|
290
|
+
var $ = (l = {}, l[c] = t, l[h] = r, l[u] = n, l)[p] || 1, G = this.$d.getTime() + a * $;
|
|
291
291
|
return O.w(G, this);
|
|
292
292
|
}, o.subtract = function(a, f) {
|
|
293
293
|
return this.add(-1 * a, f);
|
|
294
294
|
}, o.format = function(a) {
|
|
295
295
|
var f = this, l = this.$locale();
|
|
296
296
|
if (!this.isValid()) return l.invalidDate || d;
|
|
297
|
-
var g = a || "YYYY-MM-DDTHH:mm:ssZ", p = O.z(this), D = this.$H,
|
|
297
|
+
var g = a || "YYYY-MM-DDTHH:mm:ssZ", p = O.z(this), D = this.$H, $ = this.$m, G = this.$M, k = l.weekdays, H = l.months, te = l.meridiem, X = function(q, Z, ie, ae) {
|
|
298
298
|
return q && (q[Z] || q(f, g)) || ie[Z].slice(0, ae);
|
|
299
299
|
}, re = function(q) {
|
|
300
300
|
return O.s(D % 12 || 12, q, "0");
|
|
@@ -338,13 +338,13 @@ function tt() {
|
|
|
338
338
|
case "hh":
|
|
339
339
|
return re(2);
|
|
340
340
|
case "a":
|
|
341
|
-
return Q(D,
|
|
341
|
+
return Q(D, $, !0);
|
|
342
342
|
case "A":
|
|
343
|
-
return Q(D,
|
|
343
|
+
return Q(D, $, !1);
|
|
344
344
|
case "m":
|
|
345
|
-
return String(
|
|
345
|
+
return String($);
|
|
346
346
|
case "mm":
|
|
347
|
-
return O.s(
|
|
347
|
+
return O.s($, 2, "0");
|
|
348
348
|
case "s":
|
|
349
349
|
return String(f.$s);
|
|
350
350
|
case "ss":
|
|
@@ -360,8 +360,8 @@ function tt() {
|
|
|
360
360
|
}, o.utcOffset = function() {
|
|
361
361
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
362
362
|
}, o.diff = function(a, f, l) {
|
|
363
|
-
var g, p = this, D = O.p(f),
|
|
364
|
-
return O.m(p,
|
|
363
|
+
var g, p = this, D = O.p(f), $ = x(a), G = ($.utcOffset() - this.utcOffset()) * t, k = this - $, H = function() {
|
|
364
|
+
return O.m(p, $);
|
|
365
365
|
};
|
|
366
366
|
switch (D) {
|
|
367
367
|
case C:
|
|
@@ -398,7 +398,7 @@ function tt() {
|
|
|
398
398
|
return B[this.$L];
|
|
399
399
|
}, o.locale = function(a, f) {
|
|
400
400
|
if (!a) return this.$L;
|
|
401
|
-
var l = this.clone(), g =
|
|
401
|
+
var l = this.clone(), g = U(a, f, !0);
|
|
402
402
|
return g && (l.$L = g), l;
|
|
403
403
|
}, o.clone = function() {
|
|
404
404
|
return O.w(this.$d, this);
|
|
@@ -412,20 +412,20 @@ function tt() {
|
|
|
412
412
|
return this.$d.toUTCString();
|
|
413
413
|
}, R;
|
|
414
414
|
})(), oe = Y.prototype;
|
|
415
|
-
return
|
|
415
|
+
return x.prototype = oe, [["$ms", s], ["$s", u], ["$m", c], ["$H", h], ["$W", S], ["$M", y], ["$y", C], ["$D", E]].forEach((function(R) {
|
|
416
416
|
oe[R[1]] = function(o) {
|
|
417
417
|
return this.$g(o, R[0], R[1]);
|
|
418
418
|
};
|
|
419
|
-
})),
|
|
420
|
-
return R.$i || (R(o, Y,
|
|
421
|
-
},
|
|
422
|
-
return
|
|
423
|
-
},
|
|
419
|
+
})), x.extend = function(R, o) {
|
|
420
|
+
return R.$i || (R(o, Y, x), R.$i = !0), x;
|
|
421
|
+
}, x.locale = U, x.isDayjs = F, x.unix = function(R) {
|
|
422
|
+
return x(1e3 * R);
|
|
423
|
+
}, x.en = B[T], x.Ls = B, x.p = {}, x;
|
|
424
424
|
}));
|
|
425
425
|
})(le)), le.exports;
|
|
426
426
|
}
|
|
427
|
-
var
|
|
428
|
-
const W = /* @__PURE__ */ j(
|
|
427
|
+
var Tt = tt();
|
|
428
|
+
const W = /* @__PURE__ */ j(Tt);
|
|
429
429
|
var fe = { exports: {} }, Ot = fe.exports, Pe;
|
|
430
430
|
function kt() {
|
|
431
431
|
return Pe || (Pe = 1, (function(i, e) {
|
|
@@ -478,9 +478,9 @@ function kt() {
|
|
|
478
478
|
}
|
|
479
479
|
var _t = kt();
|
|
480
480
|
const Dt = /* @__PURE__ */ j(_t);
|
|
481
|
-
var de = { exports: {} }, bt = de.exports,
|
|
481
|
+
var de = { exports: {} }, bt = de.exports, $e;
|
|
482
482
|
function It() {
|
|
483
|
-
return
|
|
483
|
+
return $e || ($e = 1, (function(i, e) {
|
|
484
484
|
(function(n, t) {
|
|
485
485
|
i.exports = t();
|
|
486
486
|
})(bt, (function() {
|
|
@@ -494,13 +494,13 @@ function It() {
|
|
|
494
494
|
})(de)), de.exports;
|
|
495
495
|
}
|
|
496
496
|
var Bt = It();
|
|
497
|
-
const
|
|
498
|
-
var he = { exports: {} },
|
|
497
|
+
const xt = /* @__PURE__ */ j(Bt);
|
|
498
|
+
var he = { exports: {} }, Lt = he.exports, Ne;
|
|
499
499
|
function Pt() {
|
|
500
|
-
return
|
|
500
|
+
return Ne || (Ne = 1, (function(i, e) {
|
|
501
501
|
(function(n, t) {
|
|
502
502
|
i.exports = t();
|
|
503
|
-
})(
|
|
503
|
+
})(Lt, (function() {
|
|
504
504
|
return function(n, t) {
|
|
505
505
|
t.prototype.isSameOrAfter = function(r, s) {
|
|
506
506
|
return this.isSame(r, s) || this.isAfter(r, s);
|
|
@@ -509,14 +509,14 @@ function Pt() {
|
|
|
509
509
|
}));
|
|
510
510
|
})(he)), he.exports;
|
|
511
511
|
}
|
|
512
|
-
var
|
|
513
|
-
const
|
|
514
|
-
var pe = { exports: {} },
|
|
512
|
+
var $t = Pt();
|
|
513
|
+
const Nt = /* @__PURE__ */ j($t);
|
|
514
|
+
var pe = { exports: {} }, Ut = pe.exports, Ue;
|
|
515
515
|
function Gt() {
|
|
516
|
-
return
|
|
516
|
+
return Ue || (Ue = 1, (function(i, e) {
|
|
517
517
|
(function(n, t) {
|
|
518
518
|
i.exports = t();
|
|
519
|
-
})(
|
|
519
|
+
})(Ut, (function() {
|
|
520
520
|
return function(n, t) {
|
|
521
521
|
t.prototype.isSameOrBefore = function(r, s) {
|
|
522
522
|
return this.isSame(r, s) || this.isBefore(r, s);
|
|
@@ -526,31 +526,31 @@ function Gt() {
|
|
|
526
526
|
})(pe)), pe.exports;
|
|
527
527
|
}
|
|
528
528
|
var Ht = Gt();
|
|
529
|
-
const
|
|
530
|
-
var me = { exports: {} },
|
|
529
|
+
const Kt = /* @__PURE__ */ j(Ht);
|
|
530
|
+
var me = { exports: {} }, Ft = me.exports, Ge;
|
|
531
531
|
function Vt() {
|
|
532
532
|
return Ge || (Ge = 1, (function(i, e) {
|
|
533
533
|
(function(n, t) {
|
|
534
534
|
i.exports = t();
|
|
535
|
-
})(
|
|
535
|
+
})(Ft, (function() {
|
|
536
536
|
return function(n, t, r) {
|
|
537
537
|
var s = t.prototype, u = function(y) {
|
|
538
538
|
return y && (y.indexOf ? y : y.s);
|
|
539
539
|
}, c = function(y, m, C, E, d) {
|
|
540
|
-
var
|
|
541
|
-
return
|
|
540
|
+
var M = y.name ? y : y.$locale(), I = u(M[m]), b = u(M[C]), _ = I || b.map((function(T) {
|
|
541
|
+
return T.slice(0, E);
|
|
542
542
|
}));
|
|
543
543
|
if (!d) return _;
|
|
544
|
-
var
|
|
545
|
-
return _.map((function(
|
|
546
|
-
return _[(B + (
|
|
544
|
+
var N = M.weekStart;
|
|
545
|
+
return _.map((function(T, B) {
|
|
546
|
+
return _[(B + (N || 0)) % 7];
|
|
547
547
|
}));
|
|
548
548
|
}, h = function() {
|
|
549
549
|
return r.Ls[r.locale()];
|
|
550
550
|
}, S = function(y, m) {
|
|
551
551
|
return y.formats[m] || (function(C) {
|
|
552
|
-
return C.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(E, d,
|
|
553
|
-
return d ||
|
|
552
|
+
return C.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(E, d, M) {
|
|
553
|
+
return d || M.slice(1);
|
|
554
554
|
}));
|
|
555
555
|
})(y.formats[m.toUpperCase()]);
|
|
556
556
|
}, A = function() {
|
|
@@ -620,8 +620,8 @@ function zt() {
|
|
|
620
620
|
h === void 0 && (h = "YYYY-MM-DDTHH:mm:ssZ");
|
|
621
621
|
var S = this.$locale().formats, A = (function(y, m) {
|
|
622
622
|
return y.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(C, E, d) {
|
|
623
|
-
var
|
|
624
|
-
return E || m[d] || n[d] || m[
|
|
623
|
+
var M = d && d.toUpperCase();
|
|
624
|
+
return E || m[d] || n[d] || m[M].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(I, b, _) {
|
|
625
625
|
return b || _.slice(1);
|
|
626
626
|
}));
|
|
627
627
|
}));
|
|
@@ -634,9 +634,9 @@ function zt() {
|
|
|
634
634
|
}
|
|
635
635
|
var Wt = zt();
|
|
636
636
|
const Zt = /* @__PURE__ */ j(Wt);
|
|
637
|
-
var ge = { exports: {} }, Jt = ge.exports,
|
|
637
|
+
var ge = { exports: {} }, Jt = ge.exports, Ke;
|
|
638
638
|
function Xt() {
|
|
639
|
-
return
|
|
639
|
+
return Ke || (Ke = 1, (function(i, e) {
|
|
640
640
|
(function(n, t) {
|
|
641
641
|
i.exports = t();
|
|
642
642
|
})(Jt, (function() {
|
|
@@ -663,9 +663,9 @@ function Xt() {
|
|
|
663
663
|
}
|
|
664
664
|
var Qt = Xt();
|
|
665
665
|
const en = /* @__PURE__ */ j(Qt);
|
|
666
|
-
var we = { exports: {} }, tn = we.exports,
|
|
666
|
+
var we = { exports: {} }, tn = we.exports, Fe;
|
|
667
667
|
function nn() {
|
|
668
|
-
return
|
|
668
|
+
return Fe || (Fe = 1, (function(i, e) {
|
|
669
669
|
(function(n, t) {
|
|
670
670
|
i.exports = t();
|
|
671
671
|
})(tn, (function() {
|
|
@@ -676,20 +676,20 @@ function nn() {
|
|
|
676
676
|
return s.fromToBase(S, A, y, m);
|
|
677
677
|
}
|
|
678
678
|
r.en.relativeTime = u, s.fromToBase = function(S, A, y, m, C) {
|
|
679
|
-
for (var E, d,
|
|
680
|
-
var
|
|
681
|
-
|
|
679
|
+
for (var E, d, M, I = y.$locale().relativeTime || u, b = n.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], _ = b.length, N = 0; N < _; N += 1) {
|
|
680
|
+
var T = b[N];
|
|
681
|
+
T.d && (E = m ? r(S).diff(y, T.d, !0) : y.diff(S, T.d, !0));
|
|
682
682
|
var B = (n.rounding || Math.round)(Math.abs(E));
|
|
683
|
-
if (
|
|
684
|
-
B <= 1 &&
|
|
685
|
-
var
|
|
686
|
-
C && (B = C("" + B)), d = typeof
|
|
683
|
+
if (M = E > 0, B <= T.r || !T.r) {
|
|
684
|
+
B <= 1 && N > 0 && (T = b[N - 1]);
|
|
685
|
+
var K = I[T.l];
|
|
686
|
+
C && (B = C("" + B)), d = typeof K == "string" ? K.replace("%d", B) : K(B, A, T.l, M);
|
|
687
687
|
break;
|
|
688
688
|
}
|
|
689
689
|
}
|
|
690
690
|
if (A) return d;
|
|
691
|
-
var
|
|
692
|
-
return typeof
|
|
691
|
+
var F = M ? I.future : I.past;
|
|
692
|
+
return typeof F == "function" ? F(d) : F.replace("%s", d);
|
|
693
693
|
}, s.to = function(S, A) {
|
|
694
694
|
return c(S, A, this, !0);
|
|
695
695
|
}, s.from = function(S, A) {
|
|
@@ -719,27 +719,27 @@ function sn() {
|
|
|
719
719
|
return function(r, s, u) {
|
|
720
720
|
var c, h = function(m, C, E) {
|
|
721
721
|
E === void 0 && (E = {});
|
|
722
|
-
var d = new Date(m),
|
|
722
|
+
var d = new Date(m), M = (function(I, b) {
|
|
723
723
|
b === void 0 && (b = {});
|
|
724
|
-
var _ = b.timeZoneName || "short",
|
|
725
|
-
return
|
|
724
|
+
var _ = b.timeZoneName || "short", N = I + "|" + _, T = t[N];
|
|
725
|
+
return T || (T = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: I, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: _ }), t[N] = T), T;
|
|
726
726
|
})(C, E);
|
|
727
|
-
return
|
|
727
|
+
return M.formatToParts(d);
|
|
728
728
|
}, S = function(m, C) {
|
|
729
|
-
for (var E = h(m, C), d = [],
|
|
730
|
-
var I = E[
|
|
731
|
-
|
|
729
|
+
for (var E = h(m, C), d = [], M = 0; M < E.length; M += 1) {
|
|
730
|
+
var I = E[M], b = I.type, _ = I.value, N = n[b];
|
|
731
|
+
N >= 0 && (d[N] = parseInt(_, 10));
|
|
732
732
|
}
|
|
733
|
-
var
|
|
734
|
-
return (u.utc(
|
|
733
|
+
var T = d[3], B = T === 24 ? 0 : T, K = d[0] + "-" + d[1] + "-" + d[2] + " " + B + ":" + d[4] + ":" + d[5] + ":000", F = +m;
|
|
734
|
+
return (u.utc(K).valueOf() - (F -= F % 1e3)) / 6e4;
|
|
735
735
|
}, A = s.prototype;
|
|
736
736
|
A.tz = function(m, C) {
|
|
737
737
|
m === void 0 && (m = c);
|
|
738
|
-
var E, d = this.utcOffset(),
|
|
738
|
+
var E, d = this.utcOffset(), M = this.toDate(), I = M.toLocaleString("en-US", { timeZone: m }), b = Math.round((M - new Date(I)) / 1e3 / 60), _ = 15 * -Math.round(M.getTimezoneOffset() / 15) - b;
|
|
739
739
|
if (!Number(_)) E = this.utcOffset(0, C);
|
|
740
740
|
else if (E = u(I, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(_, !0), C) {
|
|
741
|
-
var
|
|
742
|
-
E = E.add(d -
|
|
741
|
+
var N = E.utcOffset();
|
|
742
|
+
E = E.add(d - N, "minute");
|
|
743
743
|
}
|
|
744
744
|
return E.$x.$timezone = m, E;
|
|
745
745
|
}, A.offsetName = function(m) {
|
|
@@ -754,15 +754,15 @@ function sn() {
|
|
|
754
754
|
var E = u(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
|
|
755
755
|
return y.call(E, m, C).tz(this.$x.$timezone, !0);
|
|
756
756
|
}, u.tz = function(m, C, E) {
|
|
757
|
-
var d = E && C,
|
|
758
|
-
if (typeof m != "string") return u(m).tz(
|
|
759
|
-
var b = (function(B,
|
|
760
|
-
var
|
|
761
|
-
if (
|
|
762
|
-
var O = S(
|
|
763
|
-
return
|
|
764
|
-
})(u.utc(m, d).valueOf(), I,
|
|
765
|
-
return
|
|
757
|
+
var d = E && C, M = E || C || c, I = S(+u(), M);
|
|
758
|
+
if (typeof m != "string") return u(m).tz(M);
|
|
759
|
+
var b = (function(B, K, F) {
|
|
760
|
+
var U = B - 60 * K * 1e3, x = S(U, F);
|
|
761
|
+
if (K === x) return [U, K];
|
|
762
|
+
var O = S(U -= 60 * (x - K) * 1e3, F);
|
|
763
|
+
return x === O ? [U, x] : [B - 60 * Math.min(x, O) * 1e3, Math.max(x, O)];
|
|
764
|
+
})(u.utc(m, d).valueOf(), I, M), _ = b[0], N = b[1], T = u(_).utcOffset(N);
|
|
765
|
+
return T.$x.$timezone = M, T;
|
|
766
766
|
}, u.tz.guess = function() {
|
|
767
767
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
768
768
|
}, u.tz.setDefault = function(m) {
|
|
@@ -784,11 +784,11 @@ function fn() {
|
|
|
784
784
|
return function(s, u, c) {
|
|
785
785
|
var h = u.prototype;
|
|
786
786
|
c.utc = function(d) {
|
|
787
|
-
var
|
|
788
|
-
return new u(
|
|
787
|
+
var M = { date: d, utc: !0, args: arguments };
|
|
788
|
+
return new u(M);
|
|
789
789
|
}, h.utc = function(d) {
|
|
790
|
-
var
|
|
791
|
-
return d ?
|
|
790
|
+
var M = c(this.toDate(), { locale: this.$L, utc: !0 });
|
|
791
|
+
return d ? M.add(this.utcOffset(), n) : M;
|
|
792
792
|
}, h.local = function() {
|
|
793
793
|
return c(this.toDate(), { locale: this.$L, utc: !1 });
|
|
794
794
|
};
|
|
@@ -804,27 +804,27 @@ function fn() {
|
|
|
804
804
|
} else A.call(this);
|
|
805
805
|
};
|
|
806
806
|
var y = h.utcOffset;
|
|
807
|
-
h.utcOffset = function(d,
|
|
807
|
+
h.utcOffset = function(d, M) {
|
|
808
808
|
var I = this.$utils().u;
|
|
809
809
|
if (I(d)) return this.$u ? 0 : I(this.$offset) ? y.call(this) : this.$offset;
|
|
810
|
-
if (typeof d == "string" && (d = (function(
|
|
811
|
-
|
|
812
|
-
var B =
|
|
810
|
+
if (typeof d == "string" && (d = (function(T) {
|
|
811
|
+
T === void 0 && (T = "");
|
|
812
|
+
var B = T.match(t);
|
|
813
813
|
if (!B) return null;
|
|
814
|
-
var
|
|
815
|
-
return
|
|
814
|
+
var K = ("" + B[0]).match(r) || ["-", 0, 0], F = K[0], U = 60 * +K[1] + +K[2];
|
|
815
|
+
return U === 0 ? 0 : F === "+" ? U : -U;
|
|
816
816
|
})(d), d === null)) return this;
|
|
817
817
|
var b = Math.abs(d) <= 16 ? 60 * d : d;
|
|
818
|
-
if (b === 0) return this.utc(
|
|
818
|
+
if (b === 0) return this.utc(M);
|
|
819
819
|
var _ = this.clone();
|
|
820
|
-
if (
|
|
821
|
-
var
|
|
822
|
-
return (_ = this.local().add(b +
|
|
820
|
+
if (M) return _.$offset = b, _.$u = !1, _;
|
|
821
|
+
var N = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
822
|
+
return (_ = this.local().add(b + N, n)).$offset = b, _.$x.$localOffset = N, _;
|
|
823
823
|
};
|
|
824
824
|
var m = h.format;
|
|
825
825
|
h.format = function(d) {
|
|
826
|
-
var
|
|
827
|
-
return m.call(this,
|
|
826
|
+
var M = d || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
|
|
827
|
+
return m.call(this, M);
|
|
828
828
|
}, h.valueOf = function() {
|
|
829
829
|
var d = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
|
|
830
830
|
return this.$d.valueOf() - 6e4 * d;
|
|
@@ -840,10 +840,10 @@ function fn() {
|
|
|
840
840
|
return d === "s" && this.$offset ? c(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : C.call(this);
|
|
841
841
|
};
|
|
842
842
|
var E = h.diff;
|
|
843
|
-
h.diff = function(d,
|
|
844
|
-
if (d && this.$u === d.$u) return E.call(this, d,
|
|
843
|
+
h.diff = function(d, M, I) {
|
|
844
|
+
if (d && this.$u === d.$u) return E.call(this, d, M, I);
|
|
845
845
|
var b = this.local(), _ = c(d).local();
|
|
846
|
-
return E.call(b, _,
|
|
846
|
+
return E.call(b, _, M, I);
|
|
847
847
|
};
|
|
848
848
|
};
|
|
849
849
|
}));
|
|
@@ -883,9 +883,9 @@ function gn() {
|
|
|
883
883
|
}
|
|
884
884
|
gn();
|
|
885
885
|
W.extend(Dt);
|
|
886
|
-
W.extend(
|
|
887
|
-
W.extend(
|
|
888
|
-
W.extend(
|
|
886
|
+
W.extend(xt);
|
|
887
|
+
W.extend(Nt);
|
|
888
|
+
W.extend(Kt);
|
|
889
889
|
W.extend(Zt);
|
|
890
890
|
W.extend(qt);
|
|
891
891
|
W.extend(en);
|
|
@@ -946,15 +946,15 @@ for (let i = 0; i < 256; ++i)
|
|
|
946
946
|
function wn(i, e = 0) {
|
|
947
947
|
return (V[i[e + 0]] + V[i[e + 1]] + V[i[e + 2]] + V[i[e + 3]] + "-" + V[i[e + 4]] + V[i[e + 5]] + "-" + V[i[e + 6]] + V[i[e + 7]] + "-" + V[i[e + 8]] + V[i[e + 9]] + "-" + V[i[e + 10]] + V[i[e + 11]] + V[i[e + 12]] + V[i[e + 13]] + V[i[e + 14]] + V[i[e + 15]]).toLowerCase();
|
|
948
948
|
}
|
|
949
|
-
let
|
|
949
|
+
let Te;
|
|
950
950
|
const vn = new Uint8Array(16);
|
|
951
951
|
function Sn() {
|
|
952
|
-
if (!
|
|
952
|
+
if (!Te) {
|
|
953
953
|
if (typeof crypto > "u" || !crypto.getRandomValues)
|
|
954
954
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
955
|
-
|
|
955
|
+
Te = crypto.getRandomValues.bind(crypto);
|
|
956
956
|
}
|
|
957
|
-
return
|
|
957
|
+
return Te(vn);
|
|
958
958
|
}
|
|
959
959
|
const Rn = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), We = { randomUUID: Rn };
|
|
960
960
|
function An(i, e, n) {
|
|
@@ -1053,7 +1053,7 @@ function rt(i, e, n) {
|
|
|
1053
1053
|
});
|
|
1054
1054
|
});
|
|
1055
1055
|
}
|
|
1056
|
-
const
|
|
1056
|
+
const Mn = "http://localhost".replace(/\/+$/, ""), Tn = (i) => typeof Blob < "u" && i instanceof Blob;
|
|
1057
1057
|
class z {
|
|
1058
1058
|
constructor(e = new it()) {
|
|
1059
1059
|
this.configuration = e, this.middleware = e.middleware;
|
|
@@ -1080,7 +1080,7 @@ class z {
|
|
|
1080
1080
|
createFetchParams(e, n) {
|
|
1081
1081
|
let t = this.configuration.basePath + e.path;
|
|
1082
1082
|
e.query !== void 0 && Object.keys(e.query).length !== 0 && (t += "?" + this.configuration.queryParamsStringify(e.query));
|
|
1083
|
-
const r = typeof FormData < "u" && e.body instanceof FormData || e.body instanceof URLSearchParams ||
|
|
1083
|
+
const r = typeof FormData < "u" && e.body instanceof FormData || e.body instanceof URLSearchParams || Tn(e.body) ? e.body : JSON.stringify(e.body), s = Object.assign({}, this.configuration.headers, e.headers);
|
|
1084
1084
|
Object.keys(s).forEach((c) => s[c] === void 0 ? delete s[c] : {});
|
|
1085
1085
|
const u = {
|
|
1086
1086
|
method: e.method,
|
|
@@ -1141,7 +1141,7 @@ class it {
|
|
|
1141
1141
|
this.configuration = e;
|
|
1142
1142
|
}
|
|
1143
1143
|
get basePath() {
|
|
1144
|
-
return this.configuration.basePath != null ? this.configuration.basePath :
|
|
1144
|
+
return this.configuration.basePath != null ? this.configuration.basePath : Mn;
|
|
1145
1145
|
}
|
|
1146
1146
|
get fetchApi() {
|
|
1147
1147
|
return this.configuration.fetchApi;
|
|
@@ -1201,7 +1201,7 @@ function Zn(i) {
|
|
|
1201
1201
|
return !0;
|
|
1202
1202
|
return !1;
|
|
1203
1203
|
}
|
|
1204
|
-
class
|
|
1204
|
+
class L {
|
|
1205
1205
|
constructor(e, n = (t) => t) {
|
|
1206
1206
|
this.raw = e, this.transformer = n;
|
|
1207
1207
|
}
|
|
@@ -1258,29 +1258,13 @@ const Qn = {
|
|
|
1258
1258
|
Pp: "bkg-pp",
|
|
1259
1259
|
Qr: "bkg-qr"
|
|
1260
1260
|
}, ar = {
|
|
1261
|
-
DeDe: "de-DE",
|
|
1262
|
-
EnUs: "en-US",
|
|
1263
|
-
EsEs: "es-ES",
|
|
1264
|
-
FrFr: "fr-FR",
|
|
1265
|
-
ItIt: "it-IT",
|
|
1266
|
-
NlNl: "nl-NL",
|
|
1267
|
-
PtPt: "pt-PT"
|
|
1268
|
-
}, sr = {
|
|
1269
|
-
DeDe: "de-DE",
|
|
1270
|
-
EnUs: "en-US",
|
|
1271
|
-
EsEs: "es-ES",
|
|
1272
|
-
FrFr: "fr-FR",
|
|
1273
|
-
ItIt: "it-IT",
|
|
1274
|
-
NlNl: "nl-NL",
|
|
1275
|
-
PtPt: "pt-PT"
|
|
1276
|
-
}, ur = {
|
|
1277
1261
|
Dr: "dr",
|
|
1278
1262
|
Mr: "mr",
|
|
1279
1263
|
Mrs: "mrs",
|
|
1280
1264
|
Ms: "ms",
|
|
1281
1265
|
NotSpecified: "notSpecified",
|
|
1282
1266
|
Prof: "prof"
|
|
1283
|
-
},
|
|
1267
|
+
}, sr = {
|
|
1284
1268
|
Ad: "AD",
|
|
1285
1269
|
Ae: "AE",
|
|
1286
1270
|
Af: "AF",
|
|
@@ -1524,7 +1508,7 @@ const Qn = {
|
|
|
1524
1508
|
Za: "ZA",
|
|
1525
1509
|
Zm: "ZM",
|
|
1526
1510
|
Zw: "ZW"
|
|
1527
|
-
},
|
|
1511
|
+
}, ur = {
|
|
1528
1512
|
Aed: "AED",
|
|
1529
1513
|
Afn: "AFN",
|
|
1530
1514
|
All: "ALL",
|
|
@@ -1663,7 +1647,7 @@ const Qn = {
|
|
|
1663
1647
|
Yer: "YER",
|
|
1664
1648
|
Zar: "ZAR",
|
|
1665
1649
|
Zmw: "ZMW"
|
|
1666
|
-
},
|
|
1650
|
+
}, cr = {
|
|
1667
1651
|
ApiError: "api_error",
|
|
1668
1652
|
BadGateway: "bad_gateway",
|
|
1669
1653
|
InternalServerError: "internal_server_error",
|
|
@@ -1673,23 +1657,26 @@ const Qn = {
|
|
|
1673
1657
|
ResourceNotFound: "resource_not_found",
|
|
1674
1658
|
Unauthorized: "unauthorized",
|
|
1675
1659
|
ValidationError: "validation_error"
|
|
1676
|
-
},
|
|
1660
|
+
}, lr = {
|
|
1677
1661
|
Included: "INCLUDED",
|
|
1678
1662
|
NotIncluded: "NOT_INCLUDED",
|
|
1679
1663
|
Optional: "OPTIONAL"
|
|
1680
|
-
},
|
|
1664
|
+
}, fr = {
|
|
1681
1665
|
BestMatch: "BEST_MATCH",
|
|
1682
1666
|
Cheapest: "CHEAPEST",
|
|
1683
1667
|
MatchingRoomCount: "MATCHING_ROOM_COUNT",
|
|
1684
1668
|
Regular: "REGULAR"
|
|
1685
|
-
},
|
|
1669
|
+
}, dr = {
|
|
1686
1670
|
Included: "included",
|
|
1687
1671
|
NotIncluded: "not_included",
|
|
1688
1672
|
Unknown: "unknown"
|
|
1689
|
-
},
|
|
1673
|
+
}, hr = {
|
|
1690
1674
|
HotelRoom: "HOTEL_ROOM",
|
|
1691
1675
|
Package: "PACKAGE"
|
|
1692
|
-
},
|
|
1676
|
+
}, pr = {
|
|
1677
|
+
CreditNote: "credit_note",
|
|
1678
|
+
Invoice: "invoice"
|
|
1679
|
+
}, mr = {
|
|
1693
1680
|
DeDe: "de-DE",
|
|
1694
1681
|
EnUs: "en-US",
|
|
1695
1682
|
EsEs: "es-ES",
|
|
@@ -1697,29 +1684,26 @@ const Qn = {
|
|
|
1697
1684
|
ItIt: "it-IT",
|
|
1698
1685
|
NlNl: "nl-NL",
|
|
1699
1686
|
PtPt: "pt-PT"
|
|
1700
|
-
},
|
|
1701
|
-
CreditNote: "credit_note",
|
|
1702
|
-
Invoice: "invoice"
|
|
1703
|
-
}, wr = {
|
|
1687
|
+
}, yr = {
|
|
1704
1688
|
CreditCard: "CREDIT_CARD"
|
|
1705
|
-
},
|
|
1689
|
+
}, gr = {
|
|
1706
1690
|
Coupon: "COUPON"
|
|
1707
|
-
},
|
|
1691
|
+
}, wr = {
|
|
1708
1692
|
DepositAccount: "DEPOSIT_ACCOUNT"
|
|
1709
|
-
},
|
|
1693
|
+
}, vr = {
|
|
1710
1694
|
PayLater: "PAY_LATER"
|
|
1711
|
-
},
|
|
1695
|
+
}, Sr = {
|
|
1712
1696
|
Disabled: "DISABLED",
|
|
1713
1697
|
Enabled: "ENABLED",
|
|
1714
1698
|
Forced: "FORCED"
|
|
1715
|
-
},
|
|
1699
|
+
}, Rr = {
|
|
1716
1700
|
Coupon: "COUPON",
|
|
1717
1701
|
CreditCard: "CREDIT_CARD",
|
|
1718
1702
|
DepositAccount: "DEPOSIT_ACCOUNT"
|
|
1719
|
-
},
|
|
1703
|
+
}, Ar = {
|
|
1720
1704
|
Complete: "COMPLETE",
|
|
1721
1705
|
InProgress: "IN_PROGRESS"
|
|
1722
|
-
},
|
|
1706
|
+
}, Cr = {
|
|
1723
1707
|
Ad: "AD",
|
|
1724
1708
|
Ae: "AE",
|
|
1725
1709
|
Af: "AF",
|
|
@@ -1963,10 +1947,10 @@ const Qn = {
|
|
|
1963
1947
|
Za: "ZA",
|
|
1964
1948
|
Zm: "ZM",
|
|
1965
1949
|
Zw: "ZW"
|
|
1966
|
-
},
|
|
1950
|
+
}, Er = {
|
|
1967
1951
|
Night: "PER_NIGHT",
|
|
1968
1952
|
Stay: "PER_STAY"
|
|
1969
|
-
},
|
|
1953
|
+
}, Mr = {
|
|
1970
1954
|
Adult: "PER_ADULT",
|
|
1971
1955
|
Booking: "PER_BOOKING"
|
|
1972
1956
|
};
|
|
@@ -1985,7 +1969,7 @@ class _n extends z {
|
|
|
1985
1969
|
headers: r,
|
|
1986
1970
|
query: w(t, v.Snake)
|
|
1987
1971
|
}, n);
|
|
1988
|
-
return await new
|
|
1972
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
1989
1973
|
}
|
|
1990
1974
|
/**
|
|
1991
1975
|
* Get Booking Policy
|
|
@@ -2008,7 +1992,7 @@ class _n extends z {
|
|
|
2008
1992
|
headers: r,
|
|
2009
1993
|
query: w(t, v.Snake)
|
|
2010
1994
|
}, n);
|
|
2011
|
-
return new
|
|
1995
|
+
return new L(s, (u) => w(u, v.Camel)).value();
|
|
2012
1996
|
}
|
|
2013
1997
|
/**
|
|
2014
1998
|
* Retrieve payment methods for a booking policy
|
|
@@ -2031,7 +2015,7 @@ class _n extends z {
|
|
|
2031
2015
|
query: w(t, v.Snake),
|
|
2032
2016
|
body: w(e.bookingPoliciesCreateApi, v.Snake)
|
|
2033
2017
|
}, n);
|
|
2034
|
-
return await new
|
|
2018
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2035
2019
|
}
|
|
2036
2020
|
/**
|
|
2037
2021
|
* In order to be able to create and confirm a booking against a specific **Hotel Room Offer** package, you need to make a booking policy call. Retrieving a booking policy returns additional information about the booking being made and includes details like cancellation policies. This API call is equivalent to an availability check and it is important not to let long periods between retrieval of this policy and the booking confirmation call itself as this will often reduce the likelihood of the **Hotel Room Offer** being successfully booked. The **booking_policy_id** returned is meant to be used to carry out a pre-book call via **[Pre Book endpoint](/v1/documentation#operation/postV1Bookings)** on the next **Booking Flow** step. ⚠️ This call may take from 1 second up to 15 seconds to return as we may request various suppliers to fulfill this request.
|
|
@@ -2055,7 +2039,7 @@ class Dn extends z {
|
|
|
2055
2039
|
headers: r,
|
|
2056
2040
|
query: w(t, v.Snake)
|
|
2057
2041
|
}, n);
|
|
2058
|
-
return await new
|
|
2042
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2059
2043
|
}
|
|
2060
2044
|
/**
|
|
2061
2045
|
* Cancel a confirmed Booking. A booking can only be cancelled if it\'s in one of the following status: **bkg-cf**, **bkg-pc**.
|
|
@@ -2079,7 +2063,7 @@ class Dn extends z {
|
|
|
2079
2063
|
headers: r,
|
|
2080
2064
|
query: w(t, v.Snake)
|
|
2081
2065
|
}, n);
|
|
2082
|
-
return await new
|
|
2066
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2083
2067
|
}
|
|
2084
2068
|
/**
|
|
2085
2069
|
* Returns a list of detailed bookings made on behalf of a specific API Key credential.
|
|
@@ -2103,7 +2087,7 @@ class Dn extends z {
|
|
|
2103
2087
|
headers: r,
|
|
2104
2088
|
query: w(t, v.Snake)
|
|
2105
2089
|
}, n);
|
|
2106
|
-
return await new
|
|
2090
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2107
2091
|
}
|
|
2108
2092
|
/**
|
|
2109
2093
|
* Retrieve the status and information of a booking.
|
|
@@ -2125,7 +2109,7 @@ class Dn extends z {
|
|
|
2125
2109
|
headers: r,
|
|
2126
2110
|
query: w(t, v.Snake)
|
|
2127
2111
|
}, n);
|
|
2128
|
-
return await new
|
|
2112
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2129
2113
|
}
|
|
2130
2114
|
/**
|
|
2131
2115
|
* Retrieve the status and information of a booking based on a valid token. This endpoint is public and does not require a secret API key.
|
|
@@ -2148,7 +2132,7 @@ class Dn extends z {
|
|
|
2148
2132
|
query: w(t, v.Snake),
|
|
2149
2133
|
body: w(e.bookingCreateApi, v.Snake)
|
|
2150
2134
|
}, n);
|
|
2151
|
-
return await new
|
|
2135
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2152
2136
|
}
|
|
2153
2137
|
/**
|
|
2154
2138
|
* Creates an unconfirmed booking
|
|
@@ -2174,7 +2158,7 @@ class Dn extends z {
|
|
|
2174
2158
|
headers: r,
|
|
2175
2159
|
query: w(t, v.Snake)
|
|
2176
2160
|
}, n);
|
|
2177
|
-
return await new
|
|
2161
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2178
2162
|
}
|
|
2179
2163
|
/**
|
|
2180
2164
|
* Confirm booking from Coupon payment method
|
|
@@ -2198,7 +2182,7 @@ class Dn extends z {
|
|
|
2198
2182
|
headers: r,
|
|
2199
2183
|
query: w(t, v.Snake)
|
|
2200
2184
|
}, n);
|
|
2201
|
-
return await new
|
|
2185
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2202
2186
|
}
|
|
2203
2187
|
/**
|
|
2204
2188
|
* Pay later and retrieve the status and information of a booking.
|
|
@@ -2222,7 +2206,7 @@ class Dn extends z {
|
|
|
2222
2206
|
headers: r,
|
|
2223
2207
|
query: w(t, v.Snake)
|
|
2224
2208
|
}, n);
|
|
2225
|
-
return await new
|
|
2209
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2226
2210
|
}
|
|
2227
2211
|
/**
|
|
2228
2212
|
* Confirm later paid and retrieve the status and information of a booking.
|
|
@@ -2246,7 +2230,7 @@ class Dn extends z {
|
|
|
2246
2230
|
headers: r,
|
|
2247
2231
|
query: w(t, v.Snake)
|
|
2248
2232
|
}, n);
|
|
2249
|
-
return await new
|
|
2233
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2250
2234
|
}
|
|
2251
2235
|
/**
|
|
2252
2236
|
* Trigger the actual booking confirmation process. 💡 This endpoint is only available for Bookings in the **bkg-created** status. ⚠️ The booking confirmation is an asynchronous process. The booking won\'t transition immediatly to **bkg-cf** status. Rather, the endpoint will return a booking in **bkg-ip** and you\'ll be required to check booking status calling **[Get Booking endpoint](/v1/documentation#operation/getV1BookingsId)**, ideally with a polling mechanism, and perform further action(s), whether you need to let your customer know about their booking or you just need to update some data on your system, when booking status transitions to **bkg-cf** (confirmed) or **bkg-af** (fail). ⚠️ Once you have called this endpoint, we immediatly send your confirmation request to our supplier(s) and they may confirm it immediatly, so you\'ll be liable for up to the total booking tax included price amount if you need to cancel it at a later time (refer to the booking\'s cancellation policies to get the actual current penalty percentage applied in case of cancellation).
|
|
@@ -2271,7 +2255,7 @@ class Dn extends z {
|
|
|
2271
2255
|
query: w(t, v.Snake),
|
|
2272
2256
|
body: w(e.paymentMethodUpdatePayloadApi, v.Snake)
|
|
2273
2257
|
}, n);
|
|
2274
|
-
return await new
|
|
2258
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2275
2259
|
}
|
|
2276
2260
|
/**
|
|
2277
2261
|
* Updates an ongoing Booking payment methods
|
|
@@ -2281,11 +2265,11 @@ class Dn extends z {
|
|
|
2281
2265
|
return this.updatePaymentMethodsRaw(e, n);
|
|
2282
2266
|
}
|
|
2283
2267
|
}
|
|
2284
|
-
const
|
|
2268
|
+
const Tr = {
|
|
2285
2269
|
CheckInDate: "check_in_date",
|
|
2286
2270
|
CreatedAt: "created_at",
|
|
2287
2271
|
LastStatusUpdatedAt: "last_status_updated_at"
|
|
2288
|
-
},
|
|
2272
|
+
}, Or = {
|
|
2289
2273
|
Asc: "asc",
|
|
2290
2274
|
Desc: "desc"
|
|
2291
2275
|
};
|
|
@@ -2307,7 +2291,7 @@ class bn extends z {
|
|
|
2307
2291
|
headers: r,
|
|
2308
2292
|
query: w(t, v.Snake)
|
|
2309
2293
|
}, n);
|
|
2310
|
-
return new
|
|
2294
|
+
return new L(s, (u) => w(u, v.Camel)).value();
|
|
2311
2295
|
}
|
|
2312
2296
|
/**
|
|
2313
2297
|
* Returns a list of images for an Hotel Id with their content localize into the requested **lang**.
|
|
@@ -2317,7 +2301,7 @@ class bn extends z {
|
|
|
2317
2301
|
return this.retrieveRaw(e, n);
|
|
2318
2302
|
}
|
|
2319
2303
|
}
|
|
2320
|
-
const
|
|
2304
|
+
const kr = {
|
|
2321
2305
|
DeDe: "de-DE",
|
|
2322
2306
|
EnUs: "en-US",
|
|
2323
2307
|
EsEs: "es-ES",
|
|
@@ -2342,7 +2326,7 @@ class In extends z {
|
|
|
2342
2326
|
headers: r,
|
|
2343
2327
|
query: w(t, v.Snake)
|
|
2344
2328
|
}, n);
|
|
2345
|
-
return await new
|
|
2329
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2346
2330
|
}
|
|
2347
2331
|
/**
|
|
2348
2332
|
* Returns a single Hotel Offer Request by id
|
|
@@ -2365,7 +2349,7 @@ class In extends z {
|
|
|
2365
2349
|
query: w(t, v.Snake),
|
|
2366
2350
|
body: w(e.hotelOfferRequestCreateApi, v.Snake)
|
|
2367
2351
|
}, n);
|
|
2368
|
-
return await new
|
|
2352
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2369
2353
|
}
|
|
2370
2354
|
/**
|
|
2371
2355
|
* Create an **Hotel Offer Request**. An **Hotel Offer Request** describes the guests (adult and child count), the ideal room count, when they want to check in and check out and obviously the location around which they need their accommodation to be (latitude/longitude pair).
|
|
@@ -2395,7 +2379,7 @@ class Bn extends z {
|
|
|
2395
2379
|
headers: r,
|
|
2396
2380
|
query: w(t, v.Snake)
|
|
2397
2381
|
}, n);
|
|
2398
|
-
return await new
|
|
2382
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2399
2383
|
}
|
|
2400
2384
|
/**
|
|
2401
2385
|
* You\'ll then make a call to the **Hotel Offers** endpoint to retrieve a list of **Hotel Offers** associated with your **Hotel Offer Request**. We\'ll send your search to a pool of hotels matching the search parameters you provided previously. The **Hotel Offers** endpoint will return hotels with available rates as **Hotel Room Offers** objects for each hotel in the list. For a detailed overview of the **Hotel Room Offer** object, see **[Retrieve Hotel Room Offers](/v1/documentation#operation/getV1Hotel_room_offers)** endpoint. ⚠️ **IMPORTANT**: The **Hotel Room Offers** included in each **Hotel Offer** returned by the **[Retrieve Hotel Offers](/v1/documentation#operation/getV1Hotel_offers)** endpoint might be **<span style=\"color:red\">cached data</span>**. In that case, the returned prices/availability may be slightly different from actual live inventory. In order to retrieve accurate and live **Hotel Room Offers** for a specific hotel you need to make a call to the **[Retrieve Hotel Room Offers](/v1/documentation#operation/getV1Hotel_room_offers)** endpoint. We do not recommend to systematically call **[Retrieve Hotel Room Offers](/v1/documentation#operation/getV1Hotel_room_offers)** for each hotel offer retrieved as it may trigger rate limiting on your API calls. Rather we recommend to do this as an explicit two-step process: first you check **Hotel Offers** around a location, then, once your customer shows interest in a specific **Hotel Offer**, you check **Hotel Room Offers** on that specific hotel. This endpoint requires ⚛️ **[Polling](/v1/documentation#tag/Polling)**.
|
|
@@ -2409,7 +2393,7 @@ class Bn extends z {
|
|
|
2409
2393
|
);
|
|
2410
2394
|
}
|
|
2411
2395
|
}
|
|
2412
|
-
const
|
|
2396
|
+
const _r = {
|
|
2413
2397
|
DeDe: "de-DE",
|
|
2414
2398
|
EnUs: "en-US",
|
|
2415
2399
|
EsEs: "es-ES",
|
|
@@ -2417,17 +2401,17 @@ const br = {
|
|
|
2417
2401
|
ItIt: "it-IT",
|
|
2418
2402
|
NlNl: "nl-NL",
|
|
2419
2403
|
PtPt: "pt-PT"
|
|
2420
|
-
},
|
|
2404
|
+
}, Dr = {
|
|
2421
2405
|
Distance: "distance",
|
|
2422
2406
|
Price: "price",
|
|
2423
2407
|
Rating: "rating",
|
|
2424
2408
|
ReviewRating: "review_rating",
|
|
2425
2409
|
TopPicks: "top_picks"
|
|
2426
|
-
},
|
|
2410
|
+
}, br = {
|
|
2427
2411
|
Asc: "asc",
|
|
2428
2412
|
Desc: "desc"
|
|
2429
2413
|
};
|
|
2430
|
-
class
|
|
2414
|
+
class xn extends z {
|
|
2431
2415
|
/**
|
|
2432
2416
|
* Returns a list of images for an Hotel Room OfferId with their content localize into the requested **lang**.
|
|
2433
2417
|
* Retrieve Images of an Hotel Room Offer
|
|
@@ -2445,7 +2429,7 @@ class Ln extends z {
|
|
|
2445
2429
|
headers: r,
|
|
2446
2430
|
query: w(t, v.Snake)
|
|
2447
2431
|
}, n);
|
|
2448
|
-
return await new
|
|
2432
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2449
2433
|
}
|
|
2450
2434
|
/**
|
|
2451
2435
|
* Returns a list of images for an Hotel Room OfferId with their content localize into the requested **lang**.
|
|
@@ -2455,7 +2439,7 @@ class Ln extends z {
|
|
|
2455
2439
|
return this.retrieveRaw(e, n);
|
|
2456
2440
|
}
|
|
2457
2441
|
}
|
|
2458
|
-
const
|
|
2442
|
+
const Ir = {
|
|
2459
2443
|
DeDe: "de-DE",
|
|
2460
2444
|
EnUs: "en-US",
|
|
2461
2445
|
EsEs: "es-ES",
|
|
@@ -2464,7 +2448,7 @@ const Lr = {
|
|
|
2464
2448
|
NlNl: "nl-NL",
|
|
2465
2449
|
PtPt: "pt-PT"
|
|
2466
2450
|
};
|
|
2467
|
-
class
|
|
2451
|
+
class Ln extends z {
|
|
2468
2452
|
/**
|
|
2469
2453
|
* Returns a single Hotel Room Offer Request by id
|
|
2470
2454
|
* Retrieve a Single Hotel Room Offer Request
|
|
@@ -2480,7 +2464,7 @@ class xn extends z {
|
|
|
2480
2464
|
headers: r,
|
|
2481
2465
|
query: w(t, v.Snake)
|
|
2482
2466
|
}, n);
|
|
2483
|
-
return await new
|
|
2467
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2484
2468
|
}
|
|
2485
2469
|
/**
|
|
2486
2470
|
* Returns a single Hotel Room Offer Request by id
|
|
@@ -2503,7 +2487,7 @@ class xn extends z {
|
|
|
2503
2487
|
query: w(t, v.Snake),
|
|
2504
2488
|
body: w(e.hotelRoomOfferRequestCreateApi, v.Snake)
|
|
2505
2489
|
}, n);
|
|
2506
|
-
return await new
|
|
2490
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2507
2491
|
}
|
|
2508
2492
|
/**
|
|
2509
2493
|
* To check available rates, or **Hotel Room Offers**, at a specific hotel, you first need to create an **Hotel Room Offer Request**. An **Hotel Room Offer Request** describes the guests (adult and child count), the ideal room count, when they want to check in and check out and the id of the hotel you want to check available rates at.
|
|
@@ -2533,7 +2517,7 @@ class Pn extends z {
|
|
|
2533
2517
|
headers: r,
|
|
2534
2518
|
query: w(t, v.Snake)
|
|
2535
2519
|
}, n);
|
|
2536
|
-
return await new
|
|
2520
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2537
2521
|
}
|
|
2538
2522
|
/**
|
|
2539
2523
|
* You\'ll make a call to the **Hotel Room Offers** endpoint in order to get a list of **Hotel Room Offers** resulting from your **Hotel Room Offer Request** parameters. We\'ll send your rate check request to the specific hotel matching the hotel ID you provided previously and the **Hotel Room Offers** endpoint will return the available rates at this specific hotel. An **Hotel Room Offer** describes hotel rooms: prices, remaining count available (when applicable), details about the room itself (e.g., beds, etc) and other information you\'ll find below. ⚠️ **Cancellation Policies** attached to each **Hotel Room Offer** returned by this endpoint will most likely be **<span style=\"color:red\">cached data</span>** and should not be considered as accurate, although in most case they will reflect the actual/live ones. In order to retrieve accurate and live **Cancellation Policies** for a specific **Hotel Room Offer** you need to make a call to the **[Create Booking Policies endpoint](/v1/documentation#operation/postV1Booking_policies)**. However, we do not recommend to systematically call **[Create Booking Policies endpoint](/v1/documentation#operation/postV1Booking_policies)** for each **Hotel Room Offer** retrieved as it will most likely trigger rate limiting on your API calls. Rather we recommend to do this as an explicit two-step process: first you check **Hotel Room Offers**, then, once your customer shows interest in a specific **Hotel Room Offer**, you make the call to the **[Create Booking Policies endpoint](/v1/documentation#operation/postV1Booking_policies)** on behalf of your customer. This endpoint requires ⚛️ **[Polling](/v1/documentation#tag/Polling)**.
|
|
@@ -2560,7 +2544,7 @@ class Pn extends z {
|
|
|
2560
2544
|
query: w(t, v.Snake),
|
|
2561
2545
|
body: w(e.hotelRoomOffersCreateApi, v.Snake)
|
|
2562
2546
|
}, n);
|
|
2563
|
-
return await new
|
|
2547
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2564
2548
|
}
|
|
2565
2549
|
/**
|
|
2566
2550
|
* This enpoint creates a new **Hotel Room Offer** based on previously fetched **Hotel Room Offer(s)** and may be used for the following purposes: - Check a specific **Hotel Room Offer** live availability - Create a new **Hotel Room Offer** with **type = \"PACKAGE\"** based on multiple **Hotel Room Offers** where **type = \"HOTEL_ROOM\"** and be able to call **[Create Booking Policies endpoint](/v1/documentation#operation/postV1Booking_policies)** with it - Update an existing **Hotel Room Offer** with **type = \"PACKAGE\"** in order to include extra option(s) like breakfast in the returned price. We strongly recommend to make use of this endpoint if you want to offer some kind of Shopping Cart experience to your customer when **[Retrieve HotelRoom Offers endpoint](/v1/documentation#operation/getV1Hotel_room_offers)** returns multiple **Hotel Room Offers** with **type = \"HOTEL_ROOM\"**.
|
|
@@ -2570,7 +2554,7 @@ class Pn extends z {
|
|
|
2570
2554
|
return this.createRaw(e, n);
|
|
2571
2555
|
}
|
|
2572
2556
|
}
|
|
2573
|
-
const
|
|
2557
|
+
const Br = {
|
|
2574
2558
|
DeDe: "de-DE",
|
|
2575
2559
|
EnUs: "en-US",
|
|
2576
2560
|
EsEs: "es-ES",
|
|
@@ -2579,7 +2563,7 @@ const xr = {
|
|
|
2579
2563
|
NlNl: "nl-NL",
|
|
2580
2564
|
PtPt: "pt-PT"
|
|
2581
2565
|
};
|
|
2582
|
-
class
|
|
2566
|
+
class $n extends z {
|
|
2583
2567
|
/**
|
|
2584
2568
|
* Delete a hotel rooming list guest from a booking based on a valid token. This endpoint is public and does not require a secret API key.
|
|
2585
2569
|
* Delete Hotel Room List Guest
|
|
@@ -2622,7 +2606,7 @@ class Nn extends z {
|
|
|
2622
2606
|
query: w(t, v.Snake),
|
|
2623
2607
|
body: w(e.hotelRoomingListGuestsUpdateApi, v.Snake)
|
|
2624
2608
|
}, n);
|
|
2625
|
-
return await new
|
|
2609
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2626
2610
|
}
|
|
2627
2611
|
/**
|
|
2628
2612
|
* Update a hotel rooming list guest from a booking based on a valid token. This endpoint is public and does not require a secret API key.
|
|
@@ -2647,7 +2631,7 @@ class Nn extends z {
|
|
|
2647
2631
|
query: w(t, v.Snake),
|
|
2648
2632
|
body: w(e.hotelRoomingListGuestsCreateApi, v.Snake)
|
|
2649
2633
|
}, n);
|
|
2650
|
-
return await new
|
|
2634
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2651
2635
|
}
|
|
2652
2636
|
/**
|
|
2653
2637
|
* Create a new hotel rooming list guest to a booking based on a valid token. This endpoint is public and does not require a secret API key.
|
|
@@ -2657,7 +2641,7 @@ class Nn extends z {
|
|
|
2657
2641
|
return this.createRaw(e, n);
|
|
2658
2642
|
}
|
|
2659
2643
|
}
|
|
2660
|
-
class
|
|
2644
|
+
class Nn extends z {
|
|
2661
2645
|
/**
|
|
2662
2646
|
* Get Hotel Rooming Lists of a booking. This endpoint is public and does not require a secret API key.
|
|
2663
2647
|
* Get Hotel Rooming Lists for a booking
|
|
@@ -2673,7 +2657,7 @@ class Un extends z {
|
|
|
2673
2657
|
headers: r,
|
|
2674
2658
|
query: w(t, v.Snake)
|
|
2675
2659
|
}, n);
|
|
2676
|
-
return new
|
|
2660
|
+
return new L(s, (u) => w(u, v.Camel)).value();
|
|
2677
2661
|
}
|
|
2678
2662
|
/**
|
|
2679
2663
|
* Get Hotel Rooming Lists of a booking. This endpoint is public and does not require a secret API key.
|
|
@@ -2683,7 +2667,7 @@ class Un extends z {
|
|
|
2683
2667
|
return this.listRaw(e, n);
|
|
2684
2668
|
}
|
|
2685
2669
|
}
|
|
2686
|
-
const
|
|
2670
|
+
const xr = {
|
|
2687
2671
|
DeDe: "de-DE",
|
|
2688
2672
|
EnUs: "en-US",
|
|
2689
2673
|
EsEs: "es-ES",
|
|
@@ -2692,7 +2676,7 @@ const Pr = {
|
|
|
2692
2676
|
NlNl: "nl-NL",
|
|
2693
2677
|
PtPt: "pt-PT"
|
|
2694
2678
|
};
|
|
2695
|
-
class
|
|
2679
|
+
class Un extends z {
|
|
2696
2680
|
/**
|
|
2697
2681
|
* Returns a single Hotel by id with their content localize into the requested **lang**.
|
|
2698
2682
|
* Retrieve a Hotel
|
|
@@ -2710,7 +2694,7 @@ class $n extends z {
|
|
|
2710
2694
|
headers: r,
|
|
2711
2695
|
query: w(t, v.Snake)
|
|
2712
2696
|
}, n);
|
|
2713
|
-
return await new
|
|
2697
|
+
return await new L(s, (u) => w(u, v.Camel)).value();
|
|
2714
2698
|
}
|
|
2715
2699
|
/**
|
|
2716
2700
|
* Returns a single Hotel by id with their content localize into the requested **lang**.
|
|
@@ -2720,7 +2704,7 @@ class $n extends z {
|
|
|
2720
2704
|
return this.retrieveRaw(e, n);
|
|
2721
2705
|
}
|
|
2722
2706
|
}
|
|
2723
|
-
const
|
|
2707
|
+
const Lr = {
|
|
2724
2708
|
DeDe: "de-DE",
|
|
2725
2709
|
EnUs: "en-US",
|
|
2726
2710
|
EsEs: "es-ES",
|
|
@@ -2832,7 +2816,7 @@ function Gn() {
|
|
|
2832
2816
|
o.push([f, a]);
|
|
2833
2817
|
}), E(o);
|
|
2834
2818
|
}, h.iterable && (d.prototype[Symbol.iterator] = d.prototype.entries);
|
|
2835
|
-
function
|
|
2819
|
+
function M(o) {
|
|
2836
2820
|
if (!o._noBody) {
|
|
2837
2821
|
if (o.bodyUsed)
|
|
2838
2822
|
return Promise.reject(new TypeError("Already read"));
|
|
@@ -2856,12 +2840,12 @@ function Gn() {
|
|
|
2856
2840
|
var a = new FileReader(), f = I(a), l = /charset=([A-Za-z0-9_-]+)/.exec(o.type), g = l ? l[1] : "utf-8";
|
|
2857
2841
|
return a.readAsText(o, g), f;
|
|
2858
2842
|
}
|
|
2859
|
-
function
|
|
2843
|
+
function N(o) {
|
|
2860
2844
|
for (var a = new Uint8Array(o), f = new Array(a.length), l = 0; l < a.length; l++)
|
|
2861
2845
|
f[l] = String.fromCharCode(a[l]);
|
|
2862
2846
|
return f.join("");
|
|
2863
2847
|
}
|
|
2864
|
-
function
|
|
2848
|
+
function T(o) {
|
|
2865
2849
|
if (o.slice)
|
|
2866
2850
|
return o.slice(0);
|
|
2867
2851
|
var a = new Uint8Array(o.byteLength);
|
|
@@ -2869,9 +2853,9 @@ function Gn() {
|
|
|
2869
2853
|
}
|
|
2870
2854
|
function B() {
|
|
2871
2855
|
return this.bodyUsed = !1, this._initBody = function(o) {
|
|
2872
|
-
this.bodyUsed = this.bodyUsed, this._bodyInit = o, o ? typeof o == "string" ? this._bodyText = o : h.blob && Blob.prototype.isPrototypeOf(o) ? this._bodyBlob = o : h.formData && FormData.prototype.isPrototypeOf(o) ? this._bodyFormData = o : h.searchParams && URLSearchParams.prototype.isPrototypeOf(o) ? this._bodyText = o.toString() : h.arrayBuffer && h.blob && S(o) ? (this._bodyArrayBuffer =
|
|
2856
|
+
this.bodyUsed = this.bodyUsed, this._bodyInit = o, o ? typeof o == "string" ? this._bodyText = o : h.blob && Blob.prototype.isPrototypeOf(o) ? this._bodyBlob = o : h.formData && FormData.prototype.isPrototypeOf(o) ? this._bodyFormData = o : h.searchParams && URLSearchParams.prototype.isPrototypeOf(o) ? this._bodyText = o.toString() : h.arrayBuffer && h.blob && S(o) ? (this._bodyArrayBuffer = T(o.buffer), this._bodyInit = new Blob([this._bodyArrayBuffer])) : h.arrayBuffer && (ArrayBuffer.prototype.isPrototypeOf(o) || y(o)) ? this._bodyArrayBuffer = T(o) : this._bodyText = o = Object.prototype.toString.call(o) : (this._noBody = !0, this._bodyText = ""), this.headers.get("content-type") || (typeof o == "string" ? this.headers.set("content-type", "text/plain;charset=UTF-8") : this._bodyBlob && this._bodyBlob.type ? this.headers.set("content-type", this._bodyBlob.type) : h.searchParams && URLSearchParams.prototype.isPrototypeOf(o) && this.headers.set("content-type", "application/x-www-form-urlencoded;charset=UTF-8"));
|
|
2873
2857
|
}, h.blob && (this.blob = function() {
|
|
2874
|
-
var o =
|
|
2858
|
+
var o = M(this);
|
|
2875
2859
|
if (o)
|
|
2876
2860
|
return o;
|
|
2877
2861
|
if (this._bodyBlob)
|
|
@@ -2883,7 +2867,7 @@ function Gn() {
|
|
|
2883
2867
|
return Promise.resolve(new Blob([this._bodyText]));
|
|
2884
2868
|
}), this.arrayBuffer = function() {
|
|
2885
2869
|
if (this._bodyArrayBuffer) {
|
|
2886
|
-
var o =
|
|
2870
|
+
var o = M(this);
|
|
2887
2871
|
return o || (ArrayBuffer.isView(this._bodyArrayBuffer) ? Promise.resolve(
|
|
2888
2872
|
this._bodyArrayBuffer.buffer.slice(
|
|
2889
2873
|
this._bodyArrayBuffer.byteOffset,
|
|
@@ -2896,39 +2880,39 @@ function Gn() {
|
|
|
2896
2880
|
throw new Error("could not read as ArrayBuffer");
|
|
2897
2881
|
}
|
|
2898
2882
|
}, this.text = function() {
|
|
2899
|
-
var o =
|
|
2883
|
+
var o = M(this);
|
|
2900
2884
|
if (o)
|
|
2901
2885
|
return o;
|
|
2902
2886
|
if (this._bodyBlob)
|
|
2903
2887
|
return _(this._bodyBlob);
|
|
2904
2888
|
if (this._bodyArrayBuffer)
|
|
2905
|
-
return Promise.resolve(
|
|
2889
|
+
return Promise.resolve(N(this._bodyArrayBuffer));
|
|
2906
2890
|
if (this._bodyFormData)
|
|
2907
2891
|
throw new Error("could not read FormData body as text");
|
|
2908
2892
|
return Promise.resolve(this._bodyText);
|
|
2909
2893
|
}, h.formData && (this.formData = function() {
|
|
2910
|
-
return this.text().then(
|
|
2894
|
+
return this.text().then(x);
|
|
2911
2895
|
}), this.json = function() {
|
|
2912
2896
|
return this.text().then(JSON.parse);
|
|
2913
2897
|
}, this;
|
|
2914
2898
|
}
|
|
2915
|
-
var
|
|
2916
|
-
function
|
|
2899
|
+
var K = ["CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"];
|
|
2900
|
+
function F(o) {
|
|
2917
2901
|
var a = o.toUpperCase();
|
|
2918
|
-
return
|
|
2902
|
+
return K.indexOf(a) > -1 ? a : o;
|
|
2919
2903
|
}
|
|
2920
|
-
function
|
|
2921
|
-
if (!(this instanceof
|
|
2904
|
+
function U(o, a) {
|
|
2905
|
+
if (!(this instanceof U))
|
|
2922
2906
|
throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
|
|
2923
2907
|
a = a || {};
|
|
2924
2908
|
var f = a.body;
|
|
2925
|
-
if (o instanceof
|
|
2909
|
+
if (o instanceof U) {
|
|
2926
2910
|
if (o.bodyUsed)
|
|
2927
2911
|
throw new TypeError("Already read");
|
|
2928
2912
|
this.url = o.url, this.credentials = o.credentials, a.headers || (this.headers = new d(o.headers)), this.method = o.method, this.mode = o.mode, this.signal = o.signal, !f && o._bodyInit != null && (f = o._bodyInit, o.bodyUsed = !0);
|
|
2929
2913
|
} else
|
|
2930
2914
|
this.url = String(o);
|
|
2931
|
-
if (this.credentials = a.credentials || this.credentials || "same-origin", (a.headers || !this.headers) && (this.headers = new d(a.headers)), this.method =
|
|
2915
|
+
if (this.credentials = a.credentials || this.credentials || "same-origin", (a.headers || !this.headers) && (this.headers = new d(a.headers)), this.method = F(a.method || this.method || "GET"), this.mode = a.mode || this.mode || null, this.signal = a.signal || this.signal || (function() {
|
|
2932
2916
|
if ("AbortController" in c) {
|
|
2933
2917
|
var p = new AbortController();
|
|
2934
2918
|
return p.signal;
|
|
@@ -2945,10 +2929,10 @@ function Gn() {
|
|
|
2945
2929
|
}
|
|
2946
2930
|
}
|
|
2947
2931
|
}
|
|
2948
|
-
|
|
2949
|
-
return new
|
|
2932
|
+
U.prototype.clone = function() {
|
|
2933
|
+
return new U(this, { body: this._bodyInit });
|
|
2950
2934
|
};
|
|
2951
|
-
function
|
|
2935
|
+
function x(o) {
|
|
2952
2936
|
var a = new FormData();
|
|
2953
2937
|
return o.trim().split("&").forEach(function(f) {
|
|
2954
2938
|
if (f) {
|
|
@@ -2968,13 +2952,13 @@ function Gn() {
|
|
|
2968
2952
|
var D = g.join(":").trim();
|
|
2969
2953
|
try {
|
|
2970
2954
|
a.append(p, D);
|
|
2971
|
-
} catch (
|
|
2972
|
-
console.warn("Response " +
|
|
2955
|
+
} catch ($) {
|
|
2956
|
+
console.warn("Response " + $.message);
|
|
2973
2957
|
}
|
|
2974
2958
|
}
|
|
2975
2959
|
}), a;
|
|
2976
2960
|
}
|
|
2977
|
-
B.call(
|
|
2961
|
+
B.call(U.prototype);
|
|
2978
2962
|
function Y(o, a) {
|
|
2979
2963
|
if (!(this instanceof Y))
|
|
2980
2964
|
throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
|
|
@@ -3010,7 +2994,7 @@ function Gn() {
|
|
|
3010
2994
|
}
|
|
3011
2995
|
function R(o, a) {
|
|
3012
2996
|
return new Promise(function(f, l) {
|
|
3013
|
-
var g = new
|
|
2997
|
+
var g = new U(o, a);
|
|
3014
2998
|
if (g.signal && g.signal.aborted)
|
|
3015
2999
|
return l(new u.DOMException("Aborted", "AbortError"));
|
|
3016
3000
|
var p = new XMLHttpRequest();
|
|
@@ -3040,14 +3024,14 @@ function Gn() {
|
|
|
3040
3024
|
l(new u.DOMException("Aborted", "AbortError"));
|
|
3041
3025
|
}, 0);
|
|
3042
3026
|
};
|
|
3043
|
-
function
|
|
3027
|
+
function $(k) {
|
|
3044
3028
|
try {
|
|
3045
3029
|
return k === "" && c.location.href ? c.location.href : k;
|
|
3046
3030
|
} catch {
|
|
3047
3031
|
return k;
|
|
3048
3032
|
}
|
|
3049
3033
|
}
|
|
3050
|
-
if (p.open(g.method,
|
|
3034
|
+
if (p.open(g.method, $(g.url), !0), g.credentials === "include" ? p.withCredentials = !0 : g.credentials === "omit" && (p.withCredentials = !1), "responseType" in p && (h.blob ? p.responseType = "blob" : h.arrayBuffer && (p.responseType = "arraybuffer")), a && typeof a.headers == "object" && !(a.headers instanceof d || c.Headers && a.headers instanceof c.Headers)) {
|
|
3051
3035
|
var G = [];
|
|
3052
3036
|
Object.getOwnPropertyNames(a.headers).forEach(function(k) {
|
|
3053
3037
|
G.push(m(k)), p.setRequestHeader(k, C(a.headers[k]));
|
|
@@ -3063,7 +3047,7 @@ function Gn() {
|
|
|
3063
3047
|
}), p.send(typeof g._bodyInit > "u" ? null : g._bodyInit);
|
|
3064
3048
|
});
|
|
3065
3049
|
}
|
|
3066
|
-
return R.polyfill = !0, c.fetch || (c.fetch = R, c.Headers = d, c.Request =
|
|
3050
|
+
return R.polyfill = !0, c.fetch || (c.fetch = R, c.Headers = d, c.Request = U, c.Response = Y), u.Headers = d, u.Request = U, u.Response = Y, u.fetch = R, u;
|
|
3067
3051
|
})({});
|
|
3068
3052
|
})(t), t.fetch.ponyfill = !0, delete t.fetch.polyfill;
|
|
3069
3053
|
var r = n.fetch ? n : t;
|
|
@@ -3071,18 +3055,18 @@ function Gn() {
|
|
|
3071
3055
|
})(ue, ue.exports)), ue.exports;
|
|
3072
3056
|
}
|
|
3073
3057
|
var Hn = Gn();
|
|
3074
|
-
const
|
|
3058
|
+
const Kn = /* @__PURE__ */ j(Hn), Fn = (i) => ({
|
|
3075
3059
|
bookingPolicies: new _n(i),
|
|
3076
3060
|
bookings: new Dn(i),
|
|
3077
3061
|
hotelImages: new bn(i),
|
|
3078
3062
|
hotelOfferRequests: new In(i),
|
|
3079
3063
|
hotelOffers: new Bn(i),
|
|
3080
|
-
hotelRoomOfferImages: new
|
|
3081
|
-
hotelRoomOfferRequests: new
|
|
3064
|
+
hotelRoomOfferImages: new xn(i),
|
|
3065
|
+
hotelRoomOfferRequests: new Ln(i),
|
|
3082
3066
|
hotelRoomOffers: new Pn(i),
|
|
3083
|
-
hotelRoomingListGuests: new
|
|
3084
|
-
hotelRoomingLists: new
|
|
3085
|
-
hotels: new
|
|
3067
|
+
hotelRoomingListGuests: new $n(i),
|
|
3068
|
+
hotelRoomingLists: new Nn(i),
|
|
3069
|
+
hotels: new Un(i)
|
|
3086
3070
|
});
|
|
3087
3071
|
function Vn(i) {
|
|
3088
3072
|
switch (i) {
|
|
@@ -3126,7 +3110,7 @@ class qn {
|
|
|
3126
3110
|
}), e;
|
|
3127
3111
|
}
|
|
3128
3112
|
}
|
|
3129
|
-
class
|
|
3113
|
+
class Pr {
|
|
3130
3114
|
constructor(e) {
|
|
3131
3115
|
if (this.config = e, !e.apiVersion || !Object.values(Oe).includes(e.apiVersion))
|
|
3132
3116
|
throw new Error(
|
|
@@ -3146,7 +3130,7 @@ class Ur {
|
|
|
3146
3130
|
t === ee.Local && process.env.BOOKING_API_BASE_URL && (r = process.env.BOOKING_API_BASE_URL);
|
|
3147
3131
|
const s = new it({
|
|
3148
3132
|
basePath: r,
|
|
3149
|
-
fetchApi:
|
|
3133
|
+
fetchApi: Kn,
|
|
3150
3134
|
headers: n,
|
|
3151
3135
|
middleware: [
|
|
3152
3136
|
new Yn(this.config),
|
|
@@ -3154,15 +3138,18 @@ class Ur {
|
|
|
3154
3138
|
]
|
|
3155
3139
|
});
|
|
3156
3140
|
this.apiVersionsToClient = {
|
|
3157
|
-
v1:
|
|
3141
|
+
v1: Fn(s)
|
|
3158
3142
|
};
|
|
3159
3143
|
}
|
|
3160
3144
|
apiVersionsToClient;
|
|
3145
|
+
get bookingPolicies() {
|
|
3146
|
+
return this.apiVersionsToClient[this.config.apiVersion].bookingPolicies;
|
|
3147
|
+
}
|
|
3161
3148
|
get bookings() {
|
|
3162
3149
|
return this.apiVersionsToClient[this.config.apiVersion].bookings;
|
|
3163
3150
|
}
|
|
3164
|
-
get
|
|
3165
|
-
return this.apiVersionsToClient[this.config.apiVersion].
|
|
3151
|
+
get hotelImages() {
|
|
3152
|
+
return this.apiVersionsToClient[this.config.apiVersion].hotelImages;
|
|
3166
3153
|
}
|
|
3167
3154
|
get hotelOfferRequests() {
|
|
3168
3155
|
return this.apiVersionsToClient[this.config.apiVersion].hotelOfferRequests;
|
|
@@ -3170,27 +3157,24 @@ class Ur {
|
|
|
3170
3157
|
get hotelOffers() {
|
|
3171
3158
|
return this.apiVersionsToClient[this.config.apiVersion].hotelOffers;
|
|
3172
3159
|
}
|
|
3173
|
-
get hotelRoomOfferRequests() {
|
|
3174
|
-
return this.apiVersionsToClient[this.config.apiVersion].hotelRoomOfferRequests;
|
|
3175
|
-
}
|
|
3176
|
-
get hotelRoomOffers() {
|
|
3177
|
-
return this.apiVersionsToClient[this.config.apiVersion].hotelRoomOffers;
|
|
3178
|
-
}
|
|
3179
3160
|
get hotelRoomingListGuests() {
|
|
3180
3161
|
return this.apiVersionsToClient[this.config.apiVersion].hotelRoomingListGuests;
|
|
3181
3162
|
}
|
|
3182
3163
|
get hotelRoomingLists() {
|
|
3183
3164
|
return this.apiVersionsToClient[this.config.apiVersion].hotelRoomingLists;
|
|
3184
3165
|
}
|
|
3185
|
-
get hotels() {
|
|
3186
|
-
return this.apiVersionsToClient[this.config.apiVersion].hotels;
|
|
3187
|
-
}
|
|
3188
|
-
get hotelImages() {
|
|
3189
|
-
return this.apiVersionsToClient[this.config.apiVersion].hotelImages;
|
|
3190
|
-
}
|
|
3191
3166
|
get hotelRoomOfferImages() {
|
|
3192
3167
|
return this.apiVersionsToClient[this.config.apiVersion].hotelRoomOfferImages;
|
|
3193
3168
|
}
|
|
3169
|
+
get hotelRoomOfferRequests() {
|
|
3170
|
+
return this.apiVersionsToClient[this.config.apiVersion].hotelRoomOfferRequests;
|
|
3171
|
+
}
|
|
3172
|
+
get hotelRoomOffers() {
|
|
3173
|
+
return this.apiVersionsToClient[this.config.apiVersion].hotelRoomOffers;
|
|
3174
|
+
}
|
|
3175
|
+
get hotels() {
|
|
3176
|
+
return this.apiVersionsToClient[this.config.apiVersion].hotels;
|
|
3177
|
+
}
|
|
3194
3178
|
}
|
|
3195
3179
|
export {
|
|
3196
3180
|
er as AllowedPaymentMethodApiOneOf1NameEnum,
|
|
@@ -3198,65 +3182,63 @@ export {
|
|
|
3198
3182
|
nr as AllowedPaymentMethodApiOneOf3NameEnum,
|
|
3199
3183
|
rr as AllowedPaymentMethodApiOneOf3PayloadStatusEnum,
|
|
3200
3184
|
Qn as AllowedPaymentMethodApiOneOfNameEnum,
|
|
3201
|
-
|
|
3202
|
-
|
|
3185
|
+
Pr as ApiClient,
|
|
3186
|
+
Mn as BASE_PATH,
|
|
3203
3187
|
z as BaseAPI,
|
|
3204
3188
|
Xn as BlobApiResponse,
|
|
3205
3189
|
ir as BookingApiPayLaterEnum,
|
|
3206
3190
|
or as BookingApiStatusEnum,
|
|
3207
3191
|
_n as BookingPolicies,
|
|
3208
|
-
ar as BookingPoliciesCreateApiLangEnum,
|
|
3209
3192
|
Dn as Bookings,
|
|
3210
|
-
|
|
3211
|
-
|
|
3193
|
+
Tr as BookingsSortByEnum,
|
|
3194
|
+
Or as BookingsSortByOrderEnum,
|
|
3212
3195
|
jn as COLLECTION_FORMATS,
|
|
3213
3196
|
it as Configuration,
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
fr as ErrorApiResponseTypeEnum,
|
|
3197
|
+
ar as ContactPersonApiSalutationEnum,
|
|
3198
|
+
sr as CountryIso2Code,
|
|
3199
|
+
ur as CurrencyClient,
|
|
3200
|
+
cr as ErrorApiResponseTypeEnum,
|
|
3219
3201
|
bn as HotelImages,
|
|
3220
|
-
|
|
3202
|
+
kr as HotelImagesLangEnum,
|
|
3221
3203
|
In as HotelOfferRequests,
|
|
3222
3204
|
Bn as HotelOffers,
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3205
|
+
_r as HotelOffersLangEnum,
|
|
3206
|
+
Dr as HotelOffersSortByEnum,
|
|
3207
|
+
br as HotelOffersSortByOrderEnum,
|
|
3208
|
+
lr as HotelRoomOfferApiBreakfastOptionEnum,
|
|
3209
|
+
fr as HotelRoomOfferApiPackageTypeEnum,
|
|
3210
|
+
dr as HotelRoomOfferApiStayTaxesInfoEnum,
|
|
3211
|
+
hr as HotelRoomOfferApiTypeEnum,
|
|
3212
|
+
xn as HotelRoomOfferImages,
|
|
3213
|
+
Ir as HotelRoomOfferImagesLangEnum,
|
|
3214
|
+
Ln as HotelRoomOfferRequests,
|
|
3233
3215
|
Pn as HotelRoomOffers,
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
Nn as
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3216
|
+
Br as HotelRoomOffersLangEnum,
|
|
3217
|
+
$n as HotelRoomingListGuests,
|
|
3218
|
+
Nn as HotelRoomingLists,
|
|
3219
|
+
xr as HotelRoomingListsLangEnum,
|
|
3220
|
+
Un as Hotels,
|
|
3221
|
+
Lr as HotelsLangEnum,
|
|
3222
|
+
pr as InvoiceApiTypeEnum,
|
|
3223
|
+
L as JSONApiResponse,
|
|
3224
|
+
mr as Locale,
|
|
3225
|
+
gr as PaymentMethodApiOneOf1NameEnum,
|
|
3226
|
+
wr as PaymentMethodApiOneOf2NameEnum,
|
|
3227
|
+
vr as PaymentMethodApiOneOf3NameEnum,
|
|
3228
|
+
Sr as PaymentMethodApiOneOf3PayloadStatusEnum,
|
|
3229
|
+
yr as PaymentMethodApiOneOfNameEnum,
|
|
3230
|
+
Rr as PaymentMethodRequestApiNameEnum,
|
|
3231
|
+
Ar as PollerStatus,
|
|
3250
3232
|
P as RequiredError,
|
|
3251
3233
|
On as ResponseError,
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3234
|
+
Cr as SourceMarket,
|
|
3235
|
+
Er as TaxApiTaxFrequencyEnum,
|
|
3236
|
+
Mr as TaxApiTaxModeEnum,
|
|
3255
3237
|
kn as TextApiResponse,
|
|
3256
3238
|
Jn as VoidApiResponse,
|
|
3257
3239
|
Zn as canConsumeForm,
|
|
3258
3240
|
zn as exists,
|
|
3259
3241
|
Wn as mapValues,
|
|
3260
3242
|
ot as querystring,
|
|
3261
|
-
|
|
3243
|
+
Fn as v1ApiClient
|
|
3262
3244
|
};
|