@revolugo/booking-api-client 7.13.1-alpha.8 → 7.13.1-alpha.9

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 CHANGED
@@ -1,27 +1,27 @@
1
- var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDescriptor, Ut = Object.getOwnPropertyNames, Gt = Object.getPrototypeOf, $t = Object.prototype.hasOwnProperty, V = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), qt = (e, t, i, n) => {
1
+ var Ut = Object.create, Xe = Object.defineProperty, Gt = Object.getOwnPropertyDescriptor, $t = Object.getOwnPropertyNames, qt = Object.getPrototypeOf, Yt = Object.prototype.hasOwnProperty, V = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), Kt = (e, t, i, n) => {
2
2
  if (t && typeof t == "object" || typeof t == "function")
3
- for (var r = Ut(t), s = 0, u = r.length, c; s < u; s++)
4
- c = r[s], !$t.call(e, c) && c !== i && Ze(e, c, {
3
+ for (var r = $t(t), s = 0, u = r.length, c; s < u; s++)
4
+ c = r[s], !Yt.call(e, c) && c !== i && Xe(e, c, {
5
5
  get: ((m) => t[m]).bind(null, c),
6
- enumerable: !(n = Ft(t, c)) || n.enumerable
6
+ enumerable: !(n = Gt(t, c)) || n.enumerable
7
7
  });
8
8
  return e;
9
- }, Z = (e, t, i) => (i = e != null ? xt(Gt(e)) : {}, qt(t || !e || !e.__esModule ? Ze(i, "default", {
9
+ }, Z = (e, t, i) => (i = e != null ? Ut(qt(e)) : {}, Kt(t || !e || !e.__esModule ? Xe(i, "default", {
10
10
  value: e,
11
11
  enumerable: !0
12
- }) : i, e)), Ge = /* @__PURE__ */ (function(e) {
12
+ }) : i, e)), $e = /* @__PURE__ */ (function(e) {
13
13
  return e.V1 = "v1", e;
14
14
  })({}), ce = /* @__PURE__ */ (function(e) {
15
15
  return e.CiCd = "CI-CD", e.Local = "LOCAL", e.Production = "LIVE", e.Sandbox = "SANDBOX", e.Staging = "STAGING", e;
16
- })({}), Yt = {
16
+ })({}), zt = {
17
17
  "CI-CD": "https://booking-api.staging.revolugo.com",
18
18
  LOCAL: "http://127.0.0.1:3001",
19
19
  LIVE: "https://booking-api.revolugo.com",
20
20
  SANDBOX: "https://booking-api.sandbox.revolugo.com",
21
21
  STAGING: "https://booking-api.staging.revolugo.com"
22
- }, We = /* @__PURE__ */ (function(e) {
22
+ }, Qe = /* @__PURE__ */ (function(e) {
23
23
  return e.HOTEL_ROOM_OFFERS = "HOTEL_ROOM_OFFERS", e.HOTEL_SEARCH_POLLING = "HOTEL_SEARCH_POLLING", e;
24
- })({}), Kt = /* @__PURE__ */ V(((e, t) => {
24
+ })({}), Vt = /* @__PURE__ */ V(((e, t) => {
25
25
  var i = typeof globalThis < "u" && globalThis || typeof self < "u" && self || typeof global < "u" && global, n = (function() {
26
26
  function s() {
27
27
  this.fetch = !1, this.DOMException = i.DOMException;
@@ -229,7 +229,7 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
229
229
  }
230
230
  }), a;
231
231
  }
232
- function M(o) {
232
+ function P(o) {
233
233
  var a = new l();
234
234
  return o.replace(/\r?\n[\t ]+/g, " ").split("\r").map(function(d) {
235
235
  return d.indexOf(`
@@ -240,8 +240,8 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
240
240
  var h = f.join(":").trim();
241
241
  try {
242
242
  a.append(g, h);
243
- } catch (D) {
244
- console.warn("Response " + D.message);
243
+ } catch (M) {
244
+ console.warn("Response " + M.message);
245
245
  }
246
246
  }
247
247
  }), a;
@@ -294,13 +294,13 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
294
294
  var g = new v(o, a);
295
295
  if (g.signal && g.signal.aborted) return f(new u.DOMException("Aborted", "AbortError"));
296
296
  var h = new XMLHttpRequest();
297
- function D() {
297
+ function M() {
298
298
  h.abort();
299
299
  }
300
300
  h.onload = function() {
301
301
  var E = {
302
302
  statusText: h.statusText,
303
- headers: M(h.getAllResponseHeaders() || "")
303
+ headers: P(h.getAllResponseHeaders() || "")
304
304
  };
305
305
  g.url.indexOf("file://") === 0 && (h.status < 200 || h.status > 599) ? E.status = 200 : E.status = h.status, E.url = "responseURL" in h ? h.responseURL : E.headers.get("X-Request-URL");
306
306
  var q = "response" in h ? h.response : h.responseText;
@@ -337,8 +337,8 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
337
337
  } else g.headers.forEach(function(E, q) {
338
338
  h.setRequestHeader(q, E);
339
339
  });
340
- g.signal && (g.signal.addEventListener("abort", D), h.onreadystatechange = function() {
341
- h.readyState === 4 && g.signal.removeEventListener("abort", D);
340
+ g.signal && (g.signal.addEventListener("abort", M), h.onreadystatechange = function() {
341
+ h.readyState === 4 && g.signal.removeEventListener("abort", M);
342
342
  }), h.send(typeof g._bodyInit > "u" ? null : g._bodyInit);
343
343
  });
344
344
  }
@@ -347,20 +347,20 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
347
347
  })(n), n.fetch.ponyfill = !0, delete n.fetch.polyfill;
348
348
  var r = i.fetch ? i : n;
349
349
  e = r.fetch, e.default = r.fetch, e.fetch = r.fetch, e.Headers = r.Headers, e.Request = r.Request, e.Response = r.Response, t.exports = e;
350
- })), zt = /* @__PURE__ */ Z(Kt(), 1), Vt = new RegExp("([\\p{Ll}\\d])(\\p{Lu})", "gu"), Zt = new RegExp("(\\p{Lu})([\\p{Lu}][\\p{Ll}])", "gu"), Wt = new RegExp("(\\d)\\p{Ll}|(\\p{L})\\d", "u"), Xt = /[^\p{L}\d]+/giu, $e = "$1\0$2", qe = "";
351
- function Xe(e) {
350
+ })), Zt = /* @__PURE__ */ Z(Vt(), 1), Wt = new RegExp("([\\p{Ll}\\d])(\\p{Lu})", "gu"), Xt = new RegExp("(\\p{Lu})([\\p{Lu}][\\p{Ll}])", "gu"), Qt = new RegExp("(\\d)\\p{Ll}|(\\p{L})\\d", "u"), jt = /[^\p{L}\d]+/giu, qe = "$1\0$2", Ye = "";
351
+ function je(e) {
352
352
  let t = e.trim();
353
- t = t.replace(Vt, $e).replace(Zt, $e), t = t.replace(Xt, "\0");
353
+ t = t.replace(Wt, qe).replace(Xt, qe), t = t.replace(jt, "\0");
354
354
  let i = 0, n = t.length;
355
355
  for (; t.charAt(i) === "\0"; ) i++;
356
356
  if (i === n) return [];
357
357
  for (; t.charAt(n - 1) === "\0"; ) n--;
358
358
  return t.slice(i, n).split(/\0/g);
359
359
  }
360
- function Qt(e) {
361
- const t = Xe(e);
360
+ function ei(e) {
361
+ const t = je(e);
362
362
  for (let i = 0; i < t.length; i++) {
363
- const n = t[i], r = Wt.exec(n);
363
+ const n = t[i], r = Qt.exec(n);
364
364
  if (r) {
365
365
  const s = r.index + (r[1] ?? r[2]).length;
366
366
  t.splice(i, 1, n.slice(0, s), n.slice(s));
@@ -368,30 +368,30 @@ function Qt(e) {
368
368
  }
369
369
  return t;
370
370
  }
371
- function Qe(e, t) {
371
+ function et(e, t) {
372
372
  const [i, n, r] = Oe(e, t);
373
373
  return i + n.map(_e(t?.locale)).join(t?.delimiter ?? " ") + r;
374
374
  }
375
- function jt(e, t) {
376
- const [i, n, r] = Oe(e, t), s = _e(t?.locale), u = Le(t?.locale), c = t?.mergeAmbiguousCharacters ? Je(s, u) : et(s, u);
375
+ function ti(e, t) {
376
+ const [i, n, r] = Oe(e, t), s = _e(t?.locale), u = Je(t?.locale), c = t?.mergeAmbiguousCharacters ? ve(s, u) : it(s, u);
377
377
  return i + n.map((m, A) => A === 0 ? s(m) : c(m, A)).join(t?.delimiter ?? "") + r;
378
378
  }
379
- function ei(e, t) {
380
- const [i, n, r] = Oe(e, t), s = _e(t?.locale), u = Le(t?.locale), c = t?.mergeAmbiguousCharacters ? Je(s, u) : et(s, u);
379
+ function ii(e, t) {
380
+ const [i, n, r] = Oe(e, t), s = _e(t?.locale), u = Je(t?.locale), c = t?.mergeAmbiguousCharacters ? ve(s, u) : it(s, u);
381
381
  return i + n.map(c).join(t?.delimiter ?? "") + r;
382
382
  }
383
- function ti(e, t) {
384
- const [i, n, r] = Oe(e, t), s = _e(t?.locale), u = Le(t?.locale);
385
- return i + n.map(Je(s, u)).join(t?.delimiter ?? " ") + r;
383
+ function ni(e, t) {
384
+ const [i, n, r] = Oe(e, t), s = _e(t?.locale), u = Je(t?.locale);
385
+ return i + n.map(ve(s, u)).join(t?.delimiter ?? " ") + r;
386
386
  }
387
- function je(e, t) {
388
- return Qe(e, {
387
+ function tt(e, t) {
388
+ return et(e, {
389
389
  delimiter: "-",
390
390
  ...t
391
391
  });
392
392
  }
393
- function ii(e, t) {
394
- return Qe(e, {
393
+ function ri(e, t) {
394
+ return et(e, {
395
395
  delimiter: "_",
396
396
  ...t
397
397
  });
@@ -399,20 +399,20 @@ function ii(e, t) {
399
399
  function _e(e) {
400
400
  return e === !1 ? (t) => t.toLowerCase() : (t) => t.toLocaleLowerCase(e);
401
401
  }
402
- function Le(e) {
402
+ function Je(e) {
403
403
  return e === !1 ? (t) => t.toUpperCase() : (t) => t.toLocaleUpperCase(e);
404
404
  }
405
- function Je(e, t) {
405
+ function ve(e, t) {
406
406
  return (i) => `${t(i[0])}${e(i.slice(1))}`;
407
407
  }
408
- function et(e, t) {
408
+ function it(e, t) {
409
409
  return (i, n) => {
410
410
  const r = i[0];
411
411
  return (n > 0 && r >= "0" && r <= "9" ? "_" + r : t(r)) + e(i.slice(1));
412
412
  };
413
413
  }
414
414
  function Oe(e, t = {}) {
415
- const i = t.split ?? (t.separateNumbers ? Qt : Xe), n = t.prefixCharacters ?? qe, r = t.suffixCharacters ?? qe;
415
+ const i = t.split ?? (t.separateNumbers ? ei : je), n = t.prefixCharacters ?? Ye, r = t.suffixCharacters ?? Ye;
416
416
  let s = 0, u = e.length;
417
417
  for (; s < e.length; ) {
418
418
  const c = e.charAt(s);
@@ -430,7 +430,7 @@ function Oe(e, t = {}) {
430
430
  e.slice(u)
431
431
  ];
432
432
  }
433
- var ni = /* @__PURE__ */ V(((e, t) => {
433
+ var oi = /* @__PURE__ */ V(((e, t) => {
434
434
  (function(i, n, r) {
435
435
  typeof e == "object" ? (t.exports = r(), t.exports.default = r()) : typeof define == "function" && define.amd ? define(r) : n[i] = r();
436
436
  })("slugify", e, function() {
@@ -448,36 +448,54 @@ var ni = /* @__PURE__ */ V(((e, t) => {
448
448
  Object.assign(i, s);
449
449
  }, r;
450
450
  });
451
- })), ri = /* @__PURE__ */ Z(ni(), 1);
452
- function oi(e) {
453
- return (0, ri.default)(je(e), {
451
+ })), ai = /* @__PURE__ */ Z(oi(), 1);
452
+ function si(e) {
453
+ return (0, ai.default)(tt(e), {
454
454
  lower: !0,
455
455
  strict: !0
456
456
  });
457
457
  }
458
- var b = /* @__PURE__ */ (function(e) {
459
- return e.Camel = "camelCase", e.Capital = "capitalCase", e.Param = "paramCase", e.Pascal = "pascalCase", e.Slug = "slugCase", e.Snake = "snakeCase", e;
460
- })({}), ai = {
461
- camelCase: jt,
462
- capitalCase: ti,
463
- paramCase: je,
464
- pascalCase: ei,
465
- slugCase: oi,
466
- snakeCase: ii
458
+ var D = {
459
+ Camel: "camelCase",
460
+ Capital: "capitalCase",
461
+ Param: "paramCase",
462
+ Pascal: "pascalCase",
463
+ Slug: "slugCase",
464
+ Snake: "snakeCase"
465
+ }, Ke = {
466
+ [D.Camel]: ti,
467
+ [D.Capital]: ni,
468
+ [D.Param]: tt,
469
+ [D.Pascal]: ii,
470
+ [D.Slug]: si,
471
+ [D.Snake]: ri
467
472
  };
468
- function si(e, t) {
469
- return e.some((i) => typeof i == "string" ? i === t : i.test(t));
473
+ function ci(e, t) {
474
+ return Array.isArray(e) ? e.map((i) => Ke[t](i)) : Ke[t](e);
470
475
  }
471
- function ci(e) {
476
+ function ui(e) {
472
477
  return e === Object(e) && !Array.isArray(e) && typeof e != "function";
473
478
  }
474
- function P(e, t, i = { deep: !0 }) {
475
- return ci(e) && !(e instanceof Date) ? Object.keys(e).reduce((n, r) => {
476
- const s = i?.exclude && si(i.exclude, r) ? r : ai[t](r);
477
- return n[s] = i.deep ? P(e[r], t, i) : e[r], n;
478
- }, {}) : Array.isArray(e) ? e.map((n) => P(n, t, i)) : e;
479
+ function di(e, t) {
480
+ return e.some((i) => typeof i == "string" ? i === t : i.test(t));
481
+ }
482
+ function Ie(e, t, i) {
483
+ const n = i.deep ?? !1;
484
+ return Array.isArray(e) ? e.map((r) => Ie(r, t, i)) : ui(e) && !(e instanceof Date) ? Object.keys(e).reduce((r, s) => {
485
+ const u = i.exclude && di(i.exclude, s) ? s : ci(s, t);
486
+ return r[u] = n ? Ie(e[s], t, {
487
+ ...i,
488
+ deep: !0
489
+ }) : e[s], r;
490
+ }, {}) : e;
491
+ }
492
+ function b(e, t, i = {}) {
493
+ return Ie(e, t, {
494
+ deep: i.deep ?? !0,
495
+ exclude: i.exclude
496
+ });
479
497
  }
480
- var tt = /* @__PURE__ */ V(((e, t) => {
498
+ var nt = /* @__PURE__ */ V(((e, t) => {
481
499
  (function(i, n) {
482
500
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs = n();
483
501
  })(e, (function() {
@@ -542,16 +560,16 @@ var tt = /* @__PURE__ */ V(((e, t) => {
542
560
  var h = o.split("-");
543
561
  if (!f && h.length > 1) return S(h[0]);
544
562
  } else {
545
- var D = o.name;
546
- J[D] = o, f = D;
563
+ var M = o.name;
564
+ J[M] = o, f = M;
547
565
  }
548
566
  return !d && f && (N = f), f || !d && N;
549
567
  }, L = function(S, o) {
550
568
  if (x(S)) return S.clone();
551
569
  var a = typeof o == "object" ? o : {};
552
570
  return a.date = S, a.args = arguments, new F(a);
553
- }, M = I;
554
- M.l = v, M.i = x, M.w = function(S, o) {
571
+ }, P = I;
572
+ P.l = v, P.i = x, P.w = function(S, o) {
555
573
  return L(S, {
556
574
  locale: o.$L,
557
575
  utc: o.$u,
@@ -568,13 +586,13 @@ var tt = /* @__PURE__ */ V(((e, t) => {
568
586
  this.$d = (function(d) {
569
587
  var f = d.date, g = d.utc;
570
588
  if (f === null) return /* @__PURE__ */ new Date(NaN);
571
- if (M.u(f)) return /* @__PURE__ */ new Date();
589
+ if (P.u(f)) return /* @__PURE__ */ new Date();
572
590
  if (f instanceof Date) return new Date(f);
573
591
  if (typeof f == "string" && !/Z$/i.test(f)) {
574
592
  var h = f.match(p);
575
593
  if (h) {
576
- var D = h[2] - 1 || 0, U = (h[7] || "0").substring(0, 3);
577
- return g ? new Date(Date.UTC(h[1], D, h[3] || 1, h[4] || 0, h[5] || 0, h[6] || 0, U)) : new Date(h[1], D, h[3] || 1, h[4] || 0, h[5] || 0, h[6] || 0, U);
594
+ var M = h[2] - 1 || 0, U = (h[7] || "0").substring(0, 3);
595
+ return g ? new Date(Date.UTC(h[1], M, h[3] || 1, h[4] || 0, h[5] || 0, h[6] || 0, U)) : new Date(h[1], M, h[3] || 1, h[4] || 0, h[5] || 0, h[6] || 0, U);
578
596
  }
579
597
  }
580
598
  return new Date(f);
@@ -583,7 +601,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
583
601
  var a = this.$d;
584
602
  this.$y = a.getFullYear(), this.$M = a.getMonth(), this.$D = a.getDate(), this.$W = a.getDay(), this.$H = a.getHours(), this.$m = a.getMinutes(), this.$s = a.getSeconds(), this.$ms = a.getMilliseconds();
585
603
  }, o.$utils = function() {
586
- return M;
604
+ return P;
587
605
  }, o.isValid = function() {
588
606
  return this.$d.toString() !== l;
589
607
  }, o.isSame = function(a, d) {
@@ -594,17 +612,17 @@ var tt = /* @__PURE__ */ V(((e, t) => {
594
612
  }, o.isBefore = function(a, d) {
595
613
  return this.endOf(d) < L(a);
596
614
  }, o.$g = function(a, d, f) {
597
- return M.u(a) ? this[d] : this.set(f, a);
615
+ return P.u(a) ? this[d] : this.set(f, a);
598
616
  }, o.unix = function() {
599
617
  return Math.floor(this.valueOf() / 1e3);
600
618
  }, o.valueOf = function() {
601
619
  return this.$d.getTime();
602
620
  }, o.startOf = function(a, d) {
603
- var f = this, g = !!M.u(d) || d, h = M.p(a), D = function(j, Y) {
604
- var W = M.w(f.$u ? Date.UTC(f.$y, Y, j) : new Date(f.$y, Y, j), f);
621
+ var f = this, g = !!P.u(d) || d, h = P.p(a), M = function(j, Y) {
622
+ var W = P.w(f.$u ? Date.UTC(f.$y, Y, j) : new Date(f.$y, Y, j), f);
605
623
  return g ? W : W.endOf(A);
606
624
  }, U = function(j, Y) {
607
- return M.w(f.toDate()[j].apply(f.toDate("s"), (g ? [
625
+ return P.w(f.toDate()[j].apply(f.toDate("s"), (g ? [
608
626
  0,
609
627
  0,
610
628
  0,
@@ -618,12 +636,12 @@ var tt = /* @__PURE__ */ V(((e, t) => {
618
636
  }, G = this.$W, E = this.$M, q = this.$D, re = "set" + (this.$u ? "UTC" : "");
619
637
  switch (h) {
620
638
  case R:
621
- return g ? D(1, 0) : D(31, 11);
639
+ return g ? M(1, 0) : M(31, 11);
622
640
  case _:
623
- return g ? D(1, E) : D(0, E + 1);
641
+ return g ? M(1, E) : M(0, E + 1);
624
642
  case O:
625
643
  var te = this.$locale().weekStart || 0, se = (G < te ? G + 7 : G) - te;
626
- return D(g ? q - se : q + (6 - se), E);
644
+ return M(g ? q - se : q + (6 - se), E);
627
645
  case A:
628
646
  case C:
629
647
  return U(re + "Hours", 0);
@@ -639,38 +657,38 @@ var tt = /* @__PURE__ */ V(((e, t) => {
639
657
  }, o.endOf = function(a) {
640
658
  return this.startOf(a, !1);
641
659
  }, o.$set = function(a, d) {
642
- var f, g = M.p(a), h = "set" + (this.$u ? "UTC" : ""), D = (f = {}, f[A] = h + "Date", f[C] = h + "Date", f[_] = h + "Month", f[R] = h + "FullYear", f[m] = h + "Hours", f[c] = h + "Minutes", f[u] = h + "Seconds", f[s] = h + "Milliseconds", f)[g], U = g === A ? this.$D + (d - this.$W) : d;
660
+ var f, g = P.p(a), h = "set" + (this.$u ? "UTC" : ""), M = (f = {}, f[A] = h + "Date", f[C] = h + "Date", f[_] = h + "Month", f[R] = h + "FullYear", f[m] = h + "Hours", f[c] = h + "Minutes", f[u] = h + "Seconds", f[s] = h + "Milliseconds", f)[g], U = g === A ? this.$D + (d - this.$W) : d;
643
661
  if (g === _ || g === R) {
644
662
  var G = this.clone().set(C, 1);
645
- G.$d[D](U), G.init(), this.$d = G.set(C, Math.min(this.$D, G.daysInMonth())).$d;
646
- } else D && this.$d[D](U);
663
+ G.$d[M](U), G.init(), this.$d = G.set(C, Math.min(this.$D, G.daysInMonth())).$d;
664
+ } else M && this.$d[M](U);
647
665
  return this.init(), this;
648
666
  }, o.set = function(a, d) {
649
667
  return this.clone().$set(a, d);
650
668
  }, o.get = function(a) {
651
- return this[M.p(a)]();
669
+ return this[P.p(a)]();
652
670
  }, o.add = function(a, d) {
653
671
  var f, g = this;
654
672
  a = Number(a);
655
- var h = M.p(d), D = function(E) {
673
+ var h = P.p(d), M = function(E) {
656
674
  var q = L(g);
657
- return M.w(q.date(q.date() + Math.round(E * a)), g);
675
+ return P.w(q.date(q.date() + Math.round(E * a)), g);
658
676
  };
659
677
  if (h === _) return this.set(_, this.$M + a);
660
678
  if (h === R) return this.set(R, this.$y + a);
661
- if (h === A) return D(1);
662
- if (h === O) return D(7);
679
+ if (h === A) return M(1);
680
+ if (h === O) return M(7);
663
681
  var U = (f = {}, f[c] = n, f[m] = r, f[u] = i, f)[h] || 1, G = this.$d.getTime() + a * U;
664
- return M.w(G, this);
682
+ return P.w(G, this);
665
683
  }, o.subtract = function(a, d) {
666
684
  return this.add(-1 * a, d);
667
685
  }, o.format = function(a) {
668
686
  var d = this, f = this.$locale();
669
687
  if (!this.isValid()) return f.invalidDate || l;
670
- var g = a || "YYYY-MM-DDTHH:mm:ssZ", h = M.z(this), D = this.$H, U = this.$m, G = this.$M, E = f.weekdays, q = f.months, re = f.meridiem, te = function(Y, W, ie, oe) {
688
+ var g = a || "YYYY-MM-DDTHH:mm:ssZ", h = P.z(this), M = this.$H, U = this.$m, G = this.$M, E = f.weekdays, q = f.months, re = f.meridiem, te = function(Y, W, ie, oe) {
671
689
  return Y && (Y[W] || Y(d, g)) || ie[W].slice(0, oe);
672
690
  }, se = function(Y) {
673
- return M.s(D % 12 || 12, Y, "0");
691
+ return P.s(M % 12 || 12, Y, "0");
674
692
  }, j = re || function(Y, W, ie) {
675
693
  var oe = Y < 12 ? "AM" : "PM";
676
694
  return ie ? oe.toLowerCase() : oe;
@@ -681,11 +699,11 @@ var tt = /* @__PURE__ */ V(((e, t) => {
681
699
  case "YY":
682
700
  return String(d.$y).slice(-2);
683
701
  case "YYYY":
684
- return M.s(d.$y, 4, "0");
702
+ return P.s(d.$y, 4, "0");
685
703
  case "M":
686
704
  return G + 1;
687
705
  case "MM":
688
- return M.s(G + 1, 2, "0");
706
+ return P.s(G + 1, 2, "0");
689
707
  case "MMM":
690
708
  return te(f.monthsShort, G, q, 3);
691
709
  case "MMMM":
@@ -693,7 +711,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
693
711
  case "D":
694
712
  return d.$D;
695
713
  case "DD":
696
- return M.s(d.$D, 2, "0");
714
+ return P.s(d.$D, 2, "0");
697
715
  case "d":
698
716
  return String(d.$W);
699
717
  case "dd":
@@ -703,27 +721,27 @@ var tt = /* @__PURE__ */ V(((e, t) => {
703
721
  case "dddd":
704
722
  return E[d.$W];
705
723
  case "H":
706
- return String(D);
724
+ return String(M);
707
725
  case "HH":
708
- return M.s(D, 2, "0");
726
+ return P.s(M, 2, "0");
709
727
  case "h":
710
728
  return se(1);
711
729
  case "hh":
712
730
  return se(2);
713
731
  case "a":
714
- return j(D, U, !0);
732
+ return j(M, U, !0);
715
733
  case "A":
716
- return j(D, U, !1);
734
+ return j(M, U, !1);
717
735
  case "m":
718
736
  return String(U);
719
737
  case "mm":
720
- return M.s(U, 2, "0");
738
+ return P.s(U, 2, "0");
721
739
  case "s":
722
740
  return String(d.$s);
723
741
  case "ss":
724
- return M.s(d.$s, 2, "0");
742
+ return P.s(d.$s, 2, "0");
725
743
  case "SSS":
726
- return M.s(d.$ms, 3, "0");
744
+ return P.s(d.$ms, 3, "0");
727
745
  case "Z":
728
746
  return h;
729
747
  }
@@ -733,10 +751,10 @@ var tt = /* @__PURE__ */ V(((e, t) => {
733
751
  }, o.utcOffset = function() {
734
752
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
735
753
  }, o.diff = function(a, d, f) {
736
- var g, h = this, D = M.p(d), U = L(a), G = (U.utcOffset() - this.utcOffset()) * n, E = this - U, q = function() {
737
- return M.m(h, U);
754
+ var g, h = this, M = P.p(d), U = L(a), G = (U.utcOffset() - this.utcOffset()) * n, E = this - U, q = function() {
755
+ return P.m(h, U);
738
756
  };
739
- switch (D) {
757
+ switch (M) {
740
758
  case R:
741
759
  g = q() / 12;
742
760
  break;
@@ -764,7 +782,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
764
782
  default:
765
783
  g = E;
766
784
  }
767
- return f ? g : M.a(g);
785
+ return f ? g : P.a(g);
768
786
  }, o.daysInMonth = function() {
769
787
  return this.endOf(_).$D;
770
788
  }, o.$locale = function() {
@@ -774,7 +792,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
774
792
  var f = this.clone(), g = v(a, d, !0);
775
793
  return g && (f.$L = g), f;
776
794
  }, o.clone = function() {
777
- return M.w(this.$d, this);
795
+ return P.w(this.$d, this);
778
796
  }, o.toDate = function() {
779
797
  return new Date(this.valueOf());
780
798
  }, o.toJSON = function() {
@@ -804,7 +822,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
804
822
  return L(1e3 * S);
805
823
  }, L.en = J[N], L.Ls = J, L.p = {}, L;
806
824
  }));
807
- })), ui = /* @__PURE__ */ V(((e, t) => {
825
+ })), fi = /* @__PURE__ */ V(((e, t) => {
808
826
  (function(i, n) {
809
827
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_advancedFormat = n();
810
828
  })(e, (function() {
@@ -851,7 +869,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
851
869
  };
852
870
  };
853
871
  }));
854
- })), di = /* @__PURE__ */ V(((e, t) => {
872
+ })), li = /* @__PURE__ */ V(((e, t) => {
855
873
  (function(i, n) {
856
874
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_customParseFormat = n();
857
875
  })(e, (function() {
@@ -945,9 +963,9 @@ var tt = /* @__PURE__ */ V(((e, t) => {
945
963
  ZZ: _
946
964
  };
947
965
  function l(p) {
948
- for (var T = p, k = m && m.formats, w = (p = T.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(L, M, F) {
966
+ for (var T = p, k = m && m.formats, w = (p = T.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(L, P, F) {
949
967
  var z = F && F.toUpperCase();
950
- return M || k[F] || i[F] || k[z].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(S, o, a) {
968
+ return P || k[F] || i[F] || k[z].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(S, o, a) {
951
969
  return o || a.slice(1);
952
970
  }));
953
971
  }))).match(n), I = w.length, N = 0; N < I; N += 1) {
@@ -958,21 +976,21 @@ var tt = /* @__PURE__ */ V(((e, t) => {
958
976
  } : J.replace(/^\[|\]$/g, "");
959
977
  }
960
978
  return function(L) {
961
- for (var M = {}, F = 0, z = 0; F < I; F += 1) {
979
+ for (var P = {}, F = 0, z = 0; F < I; F += 1) {
962
980
  var S = w[F];
963
981
  if (typeof S == "string") z += S.length;
964
982
  else {
965
983
  var o = S.regex, a = S.parser, d = L.slice(z), f = o.exec(d)[0];
966
- a.call(M, f), L = L.replace(f, "");
984
+ a.call(P, f), L = L.replace(f, "");
967
985
  }
968
986
  }
969
987
  return (function(g) {
970
988
  var h = g.afternoon;
971
989
  if (h !== void 0) {
972
- var D = g.hours;
973
- h ? D < 12 && (g.hours += 12) : D === 12 && (g.hours = 0), delete g.afternoon;
990
+ var M = g.hours;
991
+ h ? M < 12 && (g.hours += 12) : M === 12 && (g.hours = 0), delete g.afternoon;
974
992
  }
975
- })(M), M;
993
+ })(P), P;
976
994
  };
977
995
  }
978
996
  return function(p, T, k) {
@@ -983,11 +1001,11 @@ var tt = /* @__PURE__ */ V(((e, t) => {
983
1001
  this.$u = H;
984
1002
  var v = x[1];
985
1003
  if (typeof v == "string") {
986
- var L = x[2] === !0, M = x[3] === !0, F = L || M, z = x[2];
987
- M && (z = x[2]), m = this.$locale(), !L && z && (m = k.Ls[z]), this.$d = (function(d, f, g, h) {
1004
+ var L = x[2] === !0, P = x[3] === !0, F = L || P, z = x[2];
1005
+ P && (z = x[2]), m = this.$locale(), !L && z && (m = k.Ls[z]), this.$d = (function(d, f, g, h) {
988
1006
  try {
989
1007
  if (["x", "X"].indexOf(f) > -1) return /* @__PURE__ */ new Date((f === "X" ? 1e3 : 1) * d);
990
- var D = l(f)(d), U = D.year, G = D.month, E = D.day, q = D.hours, re = D.minutes, te = D.seconds, se = D.milliseconds, j = D.zone, Y = D.week, W = /* @__PURE__ */ new Date(), ie = E || (U || G ? 1 : W.getDate()), oe = U || W.getFullYear(), he = 0;
1008
+ var M = l(f)(d), U = M.year, G = M.month, E = M.day, q = M.hours, re = M.minutes, te = M.seconds, se = M.milliseconds, j = M.zone, Y = M.week, W = /* @__PURE__ */ new Date(), ie = E || (U || G ? 1 : W.getDate()), oe = U || W.getFullYear(), he = 0;
991
1009
  U && !G || (he = G > 0 ? G - 1 : W.getMonth());
992
1010
  var ye, Se = q || 0, we = re || 0, ke = te || 0, Re = se || 0;
993
1011
  return j ? new Date(Date.UTC(oe, he, ie, Se, we, ke, Re + 60 * j.offset * 1e3)) : g ? new Date(Date.UTC(oe, he, ie, Se, we, ke, Re)) : (ye = new Date(oe, he, ie, Se, we, ke, Re), Y && (ye = h(ye).week(Y).toDate()), ye);
@@ -1008,7 +1026,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1008
1026
  };
1009
1027
  };
1010
1028
  }));
1011
- })), fi = /* @__PURE__ */ V(((e, t) => {
1029
+ })), mi = /* @__PURE__ */ V(((e, t) => {
1012
1030
  (function(i, n) {
1013
1031
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_isBetween = n();
1014
1032
  })(e, (function() {
@@ -1020,7 +1038,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1020
1038
  };
1021
1039
  };
1022
1040
  }));
1023
- })), li = /* @__PURE__ */ V(((e, t) => {
1041
+ })), pi = /* @__PURE__ */ V(((e, t) => {
1024
1042
  (function(i, n) {
1025
1043
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_isSameOrAfter = n();
1026
1044
  })(e, (function() {
@@ -1031,7 +1049,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1031
1049
  };
1032
1050
  };
1033
1051
  }));
1034
- })), mi = /* @__PURE__ */ V(((e, t) => {
1052
+ })), hi = /* @__PURE__ */ V(((e, t) => {
1035
1053
  (function(i, n) {
1036
1054
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_isSameOrBefore = n();
1037
1055
  })(e, (function() {
@@ -1042,7 +1060,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1042
1060
  };
1043
1061
  };
1044
1062
  }));
1045
- })), pi = /* @__PURE__ */ V(((e, t) => {
1063
+ })), yi = /* @__PURE__ */ V(((e, t) => {
1046
1064
  (function(i, n) {
1047
1065
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_localeData = n();
1048
1066
  })(e, (function() {
@@ -1137,7 +1155,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1137
1155
  };
1138
1156
  };
1139
1157
  }));
1140
- })), hi = /* @__PURE__ */ V(((e, t) => {
1158
+ })), gi = /* @__PURE__ */ V(((e, t) => {
1141
1159
  (function(i, n) {
1142
1160
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_localizedFormat = n();
1143
1161
  })(e, (function() {
@@ -1166,7 +1184,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1166
1184
  };
1167
1185
  };
1168
1186
  }));
1169
- })), yi = /* @__PURE__ */ V(((e, t) => {
1187
+ })), _i = /* @__PURE__ */ V(((e, t) => {
1170
1188
  (function(i, n) {
1171
1189
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_minMax = n();
1172
1190
  })(e, (function() {
@@ -1188,7 +1206,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1188
1206
  };
1189
1207
  };
1190
1208
  }));
1191
- })), gi = /* @__PURE__ */ V(((e, t) => {
1209
+ })), Oi = /* @__PURE__ */ V(((e, t) => {
1192
1210
  (function(i, n) {
1193
1211
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_relativeTime = n();
1194
1212
  })(e, (function() {
@@ -1293,7 +1311,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1293
1311
  };
1294
1312
  };
1295
1313
  }));
1296
- })), _i = /* @__PURE__ */ V(((e, t) => {
1314
+ })), Ai = /* @__PURE__ */ V(((e, t) => {
1297
1315
  (function(i, n) {
1298
1316
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_timezone = n();
1299
1317
  })(e, (function() {
@@ -1359,8 +1377,8 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1359
1377
  var k = (function(J, H, x) {
1360
1378
  var v = J - 60 * H * 1e3, L = A(v, x);
1361
1379
  if (H === L) return [v, H];
1362
- var M = A(v -= 60 * (L - H) * 1e3, x);
1363
- return L === M ? [v, L] : [J - 60 * Math.min(L, M) * 1e3, Math.max(L, M)];
1380
+ var P = A(v -= 60 * (L - H) * 1e3, x);
1381
+ return L === P ? [v, L] : [J - 60 * Math.min(L, P) * 1e3, Math.max(L, P)];
1364
1382
  })(u.utc(y, l).valueOf(), T, p), w = k[0], I = k[1], N = u(w).utcOffset(I);
1365
1383
  return N.$x.$timezone = p, N;
1366
1384
  }, u.tz.guess = function() {
@@ -1370,7 +1388,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1370
1388
  };
1371
1389
  };
1372
1390
  }));
1373
- })), Oi = /* @__PURE__ */ V(((e, t) => {
1391
+ })), Ti = /* @__PURE__ */ V(((e, t) => {
1374
1392
  (function(i, n) {
1375
1393
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_utc = n();
1376
1394
  })(e, (function() {
@@ -1455,9 +1473,9 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1455
1473
  };
1456
1474
  };
1457
1475
  }));
1458
- })), Ai = /* @__PURE__ */ V(((e, t) => {
1476
+ })), Si = /* @__PURE__ */ V(((e, t) => {
1459
1477
  (function(i, n) {
1460
- typeof e == "object" && typeof t < "u" ? t.exports = n(tt()) : typeof define == "function" && define.amd ? define(["dayjs"], n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_locale_fr = n(i.dayjs);
1478
+ typeof e == "object" && typeof t < "u" ? t.exports = n(nt()) : typeof define == "function" && define.amd ? define(["dayjs"], n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_locale_fr = n(i.dayjs);
1461
1479
  })(e, (function(i) {
1462
1480
  "use strict";
1463
1481
  function n(u) {
@@ -1501,7 +1519,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1501
1519
  };
1502
1520
  return r.default.locale(s, null, !0), s;
1503
1521
  }));
1504
- })), Ti = /* @__PURE__ */ V(((e, t) => {
1522
+ })), wi = /* @__PURE__ */ V(((e, t) => {
1505
1523
  (function(i, n) {
1506
1524
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_locale_en = n();
1507
1525
  })(e, (function() {
@@ -1521,18 +1539,18 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1521
1539
  }
1522
1540
  };
1523
1541
  }));
1524
- })), X = /* @__PURE__ */ Z(tt(), 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), Ii = /* @__PURE__ */ Z(Oi(), 1), Wa = Ai(), Xa = Ti();
1525
- X.default.extend(Si.default);
1526
- X.default.extend(wi.default);
1542
+ })), X = /* @__PURE__ */ Z(nt(), 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), Ii = /* @__PURE__ */ Z(Oi(), 1), Ei = /* @__PURE__ */ Z(Ai(), 1), Li = /* @__PURE__ */ Z(Ti(), 1), Qa = Si(), ja = wi();
1527
1543
  X.default.extend(ki.default);
1528
1544
  X.default.extend(Ri.default);
1529
1545
  X.default.extend(Ci.default);
1530
- X.default.extend(Mi.default);
1531
1546
  X.default.extend(Di.default);
1532
- X.default.extend(Pi.default);
1547
+ X.default.extend(Mi.default);
1533
1548
  X.default.extend(Ni.default);
1549
+ X.default.extend(Pi.default);
1534
1550
  X.default.extend(bi.default);
1535
1551
  X.default.extend(Ii.default);
1552
+ X.default.extend(Ei.default);
1553
+ X.default.extend(Li.default);
1536
1554
  function ae(e) {
1537
1555
  if (e === null || typeof e != "object") return !1;
1538
1556
  const t = Object.getPrototypeOf(e);
@@ -1548,57 +1566,57 @@ function ge(e, t = /* @__PURE__ */ new WeakSet()) {
1548
1566
  }
1549
1567
  return e;
1550
1568
  }
1551
- function ve(e, t, i = /* @__PURE__ */ new WeakSet()) {
1569
+ function Be(e, t, i = /* @__PURE__ */ new WeakSet()) {
1552
1570
  if (!(!ae(t) || !ae(e)) && !(t === e || i.has(t))) {
1553
1571
  i.add(t);
1554
1572
  for (const n in t) if (Object.hasOwn(t, n)) {
1555
1573
  const r = t[n], s = e[n];
1556
- ae(r) && ae(s) ? ve(s, r, i) : Array.isArray(r) && Array.isArray(s) ? e[n] = it(s, r, i) : e[n] = ge(r, i);
1574
+ ae(r) && ae(s) ? Be(s, r, i) : Array.isArray(r) && Array.isArray(s) ? e[n] = rt(s, r, i) : e[n] = ge(r, i);
1557
1575
  }
1558
1576
  }
1559
1577
  }
1560
- function it(e, t, i) {
1578
+ function rt(e, t, i) {
1561
1579
  const n = e.slice();
1562
1580
  for (let r = 0; r < t.length; r++) {
1563
1581
  const s = t[r], u = n[r];
1564
1582
  if (ae(s) && ae(u)) {
1565
1583
  const c = { ...u };
1566
- ve(c, s, i), n[r] = c;
1567
- } else Array.isArray(s) && Array.isArray(u) ? n[r] = it(u, s, i) : n[r] = ge(s, i);
1584
+ Be(c, s, i), n[r] = c;
1585
+ } else Array.isArray(s) && Array.isArray(u) ? n[r] = rt(u, s, i) : n[r] = ge(s, i);
1568
1586
  }
1569
1587
  return n;
1570
1588
  }
1571
- function Ye(e, ...t) {
1589
+ function ze(e, ...t) {
1572
1590
  if (!ae(e)) throw new TypeError("Target must be a plain object");
1573
1591
  const i = /* @__PURE__ */ new WeakSet();
1574
- for (const n of t) n != null && ve(e, n, i);
1592
+ for (const n of t) n != null && Be(e, n, i);
1575
1593
  return e;
1576
1594
  }
1577
1595
  var K = [];
1578
1596
  for (let e = 0; e < 256; ++e) K.push((e + 256).toString(16).slice(1));
1579
- function Ei(e, t = 0) {
1597
+ function Ji(e, t = 0) {
1580
1598
  return (K[e[t + 0]] + K[e[t + 1]] + K[e[t + 2]] + K[e[t + 3]] + "-" + K[e[t + 4]] + K[e[t + 5]] + "-" + K[e[t + 6]] + K[e[t + 7]] + "-" + K[e[t + 8]] + K[e[t + 9]] + "-" + K[e[t + 10]] + K[e[t + 11]] + K[e[t + 12]] + K[e[t + 13]] + K[e[t + 14]] + K[e[t + 15]]).toLowerCase();
1581
1599
  }
1582
- var Li = new Uint8Array(16);
1583
- function Ji() {
1584
- return crypto.getRandomValues(Li);
1600
+ var vi = new Uint8Array(16);
1601
+ function Bi() {
1602
+ return crypto.getRandomValues(vi);
1585
1603
  }
1586
- function vi(e, t, i) {
1587
- return !t && !e && crypto.randomUUID ? crypto.randomUUID() : Bi(e, t, i);
1604
+ function Hi(e, t, i) {
1605
+ return !t && !e && crypto.randomUUID ? crypto.randomUUID() : xi(e, t, i);
1588
1606
  }
1589
- function Bi(e, t, i) {
1607
+ function xi(e, t, i) {
1590
1608
  e = e || {};
1591
- const n = e.random ?? e.rng?.() ?? Ji();
1609
+ const n = e.random ?? e.rng?.() ?? Bi();
1592
1610
  if (n.length < 16) throw new Error("Random bytes length must be >= 16");
1593
1611
  if (n[6] = n[6] & 15 | 64, n[8] = n[8] & 63 | 128, t) {
1594
1612
  if (i = i || 0, i < 0 || i + 16 > t.length) throw new RangeError(`UUID byte range ${i}:${i + 15} is out of buffer bounds`);
1595
1613
  for (let r = 0; r < 16; ++r) t[i + r] = n[r];
1596
1614
  return t;
1597
1615
  }
1598
- return Ei(n);
1616
+ return Ji(n);
1599
1617
  }
1600
- var Hi = 1500;
1601
- function xi(e) {
1618
+ var Fi = 1500;
1619
+ function Ui(e) {
1602
1620
  const t = {};
1603
1621
  for (const i of Object.keys(e)) {
1604
1622
  const n = e[i];
@@ -1606,11 +1624,11 @@ function xi(e) {
1606
1624
  }
1607
1625
  return t;
1608
1626
  }
1609
- var Fi = class ue {
1627
+ var Gi = class ue {
1610
1628
  static instance = null;
1611
1629
  defaultOptions = {
1612
1630
  callCount: 1,
1613
- interval: Hi,
1631
+ interval: Fi,
1614
1632
  maxCallCount: 20,
1615
1633
  minCallCount: 1
1616
1634
  };
@@ -1642,7 +1660,7 @@ var Fi = class ue {
1642
1660
  buildPollerOptions(t) {
1643
1661
  return {
1644
1662
  ...this.defaultOptions,
1645
- ...xi(t)
1663
+ ...Ui(t)
1646
1664
  };
1647
1665
  }
1648
1666
  dispatch(t, i) {
@@ -1658,7 +1676,7 @@ var Fi = class ue {
1658
1676
  this.dispatch("data", t), this.dispatch("complete", t), this.removeCurrentPolling(i);
1659
1677
  }
1660
1678
  async onRequest(t, i, n) {
1661
- const r = P(t, b.Camel);
1679
+ const r = b(t, D.Camel);
1662
1680
  this.isActivePoller(n) && (this.isInProgress(r) && n.callCount && n.maxCallCount && n.callCount < n.maxCallCount || !this.isInProgress(r) && n.callCount && n.minCallCount && n.callCount < n.minCallCount ? (this.isInProgress(r) || (r.meta = {
1663
1681
  ...r.meta,
1664
1682
  status: "IN_PROGRESS"
@@ -1676,11 +1694,11 @@ var Fi = class ue {
1676
1694
  t.type && this.pollings[t.type] && delete this.pollings[t.type];
1677
1695
  }
1678
1696
  storeCurrentPolling(t) {
1679
- t.type && !t.uuid && (t.uuid = vi(), this.pollings[t.type] = t.uuid);
1697
+ t.type && !t.uuid && (t.uuid = Hi(), this.pollings[t.type] = t.uuid);
1680
1698
  }
1681
1699
  };
1682
- function nt(e, t, i) {
1683
- const n = Fi.getInstance();
1700
+ function ot(e, t, i) {
1701
+ const n = Gi.getInstance();
1684
1702
  return n.poll(e, t), i && typeof i == "function" ? (n.on("data", (r) => {
1685
1703
  r instanceof Error ? i(r, void 0, n) : i(null, r, n);
1686
1704
  }), n.on("error", (r) => {
@@ -1691,7 +1709,7 @@ function nt(e, t, i) {
1691
1709
  });
1692
1710
  });
1693
1711
  }
1694
- var Ui = class {
1712
+ var $i = class {
1695
1713
  constructor() {
1696
1714
  this._map = /* @__PURE__ */ new Map(), this._idmap = /* @__PURE__ */ new Map();
1697
1715
  }
@@ -1725,13 +1743,13 @@ var Ui = class {
1725
1743
  return this._map.has(e);
1726
1744
  }
1727
1745
  };
1728
- function Gi() {
1729
- return new Ui();
1746
+ function qi() {
1747
+ return new $i();
1730
1748
  }
1731
- var Qa = Gi(), $i = "http://localhost".replace(/\/+$/, ""), qi = (e) => typeof Blob < "u" && e instanceof Blob, Q = class {
1749
+ var es = qi(), Yi = "http://localhost".replace(/\/+$/, ""), Ki = (e) => typeof Blob < "u" && e instanceof Blob, Q = class {
1732
1750
  configuration;
1733
1751
  middleware;
1734
- constructor(e = new ot()) {
1752
+ constructor(e = new st()) {
1735
1753
  this.configuration = e, this.middleware = e.middleware;
1736
1754
  }
1737
1755
  withMiddleware(...e) {
@@ -1749,18 +1767,18 @@ var Qa = Gi(), $i = "http://localhost".replace(/\/+$/, ""), qi = (e) => typeof B
1749
1767
  async request(e, t) {
1750
1768
  const { url: i, init: n } = this.createFetchParams(e, t), r = await this.fetchApi(i, n);
1751
1769
  if (r.status >= 200 && r.status < 300) return r;
1752
- throw new rt(r, "Response returned an error code");
1770
+ throw new at(r, "Response returned an error code");
1753
1771
  }
1754
1772
  createFetchParams(e, t) {
1755
1773
  let i = this.configuration.basePath + e.path;
1756
1774
  e.query !== void 0 && Object.keys(e.query).length !== 0 && (i += "?" + this.configuration.queryParamsStringify(e.query));
1757
- const n = typeof FormData < "u" && e.body instanceof FormData || e.body instanceof URLSearchParams || qi(e.body) ? e.body : JSON.stringify(e.body), r = Object.assign({}, this.configuration.headers, e.headers);
1775
+ const n = typeof FormData < "u" && e.body instanceof FormData || e.body instanceof URLSearchParams || Ki(e.body) ? e.body : JSON.stringify(e.body), r = Object.assign({}, this.configuration.headers, e.headers);
1758
1776
  Object.keys(r).forEach((u) => r[u] === void 0 ? delete r[u] : {});
1759
1777
  const s = {
1760
1778
  method: e.method,
1761
1779
  body: n,
1762
1780
  credentials: this.configuration.credentials,
1763
- ...Ye({}, t, { headers: Ye({}, r, t?.headers) })
1781
+ ...ze({}, t, { headers: ze({}, r, t?.headers) })
1764
1782
  };
1765
1783
  return {
1766
1784
  url: i,
@@ -1789,7 +1807,7 @@ var Qa = Gi(), $i = "http://localhost".replace(/\/+$/, ""), qi = (e) => typeof B
1789
1807
  const e = this.constructor, t = new e(this.configuration);
1790
1808
  return t.middleware = this.middleware.slice(), t;
1791
1809
  }
1792
- }, rt = class extends Error {
1810
+ }, at = class extends Error {
1793
1811
  response;
1794
1812
  name = "ResponseError";
1795
1813
  constructor(e, t) {
@@ -1801,18 +1819,18 @@ var Qa = Gi(), $i = "http://localhost".replace(/\/+$/, ""), qi = (e) => typeof B
1801
1819
  constructor(e, t) {
1802
1820
  super(t), this.field = e;
1803
1821
  }
1804
- }, ja = {
1822
+ }, ts = {
1805
1823
  csv: ",",
1806
1824
  ssv: " ",
1807
1825
  tsv: " ",
1808
1826
  pipes: "|"
1809
- }, ot = class {
1827
+ }, st = class {
1810
1828
  configuration;
1811
1829
  constructor(e = {}) {
1812
1830
  this.configuration = e;
1813
1831
  }
1814
1832
  get basePath() {
1815
- return this.configuration.basePath != null ? this.configuration.basePath : $i;
1833
+ return this.configuration.basePath != null ? this.configuration.basePath : Yi;
1816
1834
  }
1817
1835
  get fetchApi() {
1818
1836
  return this.configuration.fetchApi;
@@ -1821,7 +1839,7 @@ var Qa = Gi(), $i = "http://localhost".replace(/\/+$/, ""), qi = (e) => typeof B
1821
1839
  return this.configuration.middleware || [];
1822
1840
  }
1823
1841
  get queryParamsStringify() {
1824
- return this.configuration.queryParamsStringify || at;
1842
+ return this.configuration.queryParamsStringify || ct;
1825
1843
  }
1826
1844
  get username() {
1827
1845
  return this.configuration.username;
@@ -1844,21 +1862,21 @@ var Qa = Gi(), $i = "http://localhost".replace(/\/+$/, ""), qi = (e) => typeof B
1844
1862
  return this.configuration.credentials;
1845
1863
  }
1846
1864
  };
1847
- function es(e, t) {
1865
+ function is(e, t) {
1848
1866
  const i = e[t];
1849
1867
  return i != null;
1850
1868
  }
1851
- function at(e, t = "") {
1869
+ function ct(e, t = "") {
1852
1870
  return Object.keys(e).map((i) => {
1853
1871
  const n = t + (t.length ? `[${i}]` : i), r = e[i];
1854
1872
  if (r instanceof Array) {
1855
1873
  const s = r.map((u) => encodeURIComponent(String(u))).join(`&${encodeURIComponent(n)}=`);
1856
1874
  return `${encodeURIComponent(n)}=${s}`;
1857
1875
  }
1858
- return r instanceof Date ? `${encodeURIComponent(n)}=${encodeURIComponent(r.toISOString())}` : r instanceof Object ? at(r, n) : `${encodeURIComponent(n)}=${encodeURIComponent(String(r))}`;
1876
+ return r instanceof Date ? `${encodeURIComponent(n)}=${encodeURIComponent(r.toISOString())}` : r instanceof Object ? ct(r, n) : `${encodeURIComponent(n)}=${encodeURIComponent(String(r))}`;
1859
1877
  }).filter((i) => i.length > 0).join("&");
1860
1878
  }
1861
- function ts(e) {
1879
+ function ns(e) {
1862
1880
  for (const t of e) if (t.contentType === "multipart/form-data") return !0;
1863
1881
  return !1;
1864
1882
  }
@@ -1871,14 +1889,14 @@ var $ = class {
1871
1889
  async value() {
1872
1890
  return this.transformer(await this.raw.json());
1873
1891
  }
1874
- }, Yi = class {
1892
+ }, zi = class {
1875
1893
  raw;
1876
1894
  constructor(e) {
1877
1895
  this.raw = e;
1878
1896
  }
1879
1897
  async value() {
1880
1898
  }
1881
- }, is = class {
1899
+ }, rs = class {
1882
1900
  raw;
1883
1901
  constructor(e) {
1884
1902
  this.raw = e;
@@ -1886,7 +1904,7 @@ var $ = class {
1886
1904
  async value() {
1887
1905
  return await this.raw.blob();
1888
1906
  }
1889
- }, st = class {
1907
+ }, ut = class {
1890
1908
  raw;
1891
1909
  constructor(e) {
1892
1910
  this.raw = e;
@@ -1894,153 +1912,153 @@ var $ = class {
1894
1912
  async value() {
1895
1913
  return await this.raw.text();
1896
1914
  }
1897
- }, ns = { Coupon: "COUPON" };
1898
- function rs(e) {
1915
+ }, os = { Coupon: "COUPON" };
1916
+ function as(e) {
1899
1917
  return !(!("name" in e) || e.name === void 0);
1900
1918
  }
1901
- function os(e) {
1902
- return ct(e, !1);
1919
+ function ss(e) {
1920
+ return dt(e, !1);
1903
1921
  }
1904
- function ct(e, t) {
1922
+ function dt(e, t) {
1905
1923
  return e == null ? e : { name: e.name };
1906
1924
  }
1907
- function Ki(e) {
1908
- return zi(e, !1);
1925
+ function Vi(e) {
1926
+ return Zi(e, !1);
1909
1927
  }
1910
- function zi(e, t = !1) {
1928
+ function Zi(e, t = !1) {
1911
1929
  return e == null ? e : { name: e.name };
1912
1930
  }
1913
- var as = { CreditCard: "CREDIT_CARD" };
1914
- function ss(e) {
1931
+ var cs = { CreditCard: "CREDIT_CARD" };
1932
+ function us(e) {
1915
1933
  return !(!("name" in e) || e.name === void 0);
1916
1934
  }
1917
- function cs(e) {
1918
- return ut(e, !1);
1935
+ function ds(e) {
1936
+ return ft(e, !1);
1919
1937
  }
1920
- function ut(e, t) {
1938
+ function ft(e, t) {
1921
1939
  return e == null ? e : { name: e.name };
1922
1940
  }
1923
- function Vi(e) {
1924
- return Zi(e, !1);
1941
+ function Wi(e) {
1942
+ return Xi(e, !1);
1925
1943
  }
1926
- function Zi(e, t = !1) {
1944
+ function Xi(e, t = !1) {
1927
1945
  return e == null ? e : { name: e.name };
1928
1946
  }
1929
- var us = { DepositAccount: "DEPOSIT_ACCOUNT" };
1930
- function ds(e) {
1947
+ var fs = { DepositAccount: "DEPOSIT_ACCOUNT" };
1948
+ function ls(e) {
1931
1949
  return !(!("name" in e) || e.name === void 0);
1932
1950
  }
1933
- function fs(e) {
1934
- return dt(e, !1);
1951
+ function ms(e) {
1952
+ return lt(e, !1);
1935
1953
  }
1936
- function dt(e, t) {
1954
+ function lt(e, t) {
1937
1955
  return e == null ? e : { name: e.name };
1938
1956
  }
1939
- function Wi(e) {
1940
- return Xi(e, !1);
1957
+ function Qi(e) {
1958
+ return ji(e, !1);
1941
1959
  }
1942
- function Xi(e, t = !1) {
1960
+ function ji(e, t = !1) {
1943
1961
  return e == null ? e : { name: e.name };
1944
1962
  }
1945
- var ls = {
1963
+ var ps = {
1946
1964
  Disabled: "DISABLED",
1947
1965
  Enabled: "ENABLED",
1948
1966
  Forced: "FORCED"
1949
1967
  };
1950
- function ms(e) {
1968
+ function hs(e) {
1951
1969
  return !(!("status" in e) || e.status === void 0);
1952
1970
  }
1953
- function Qi(e) {
1954
- return ji(e, !1);
1971
+ function en(e) {
1972
+ return tn(e, !1);
1955
1973
  }
1956
- function ji(e, t) {
1974
+ function tn(e, t) {
1957
1975
  return e == null ? e : { status: e.status };
1958
1976
  }
1959
- function en(e) {
1960
- return tn(e, !1);
1977
+ function nn(e) {
1978
+ return rn(e, !1);
1961
1979
  }
1962
- function tn(e, t = !1) {
1980
+ function rn(e, t = !1) {
1963
1981
  return e == null ? e : { status: e.status };
1964
1982
  }
1965
- var ps = { PayLater: "PAY_LATER" };
1966
- function hs(e) {
1983
+ var ys = { PayLater: "PAY_LATER" };
1984
+ function gs(e) {
1967
1985
  return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
1968
1986
  }
1969
- function ys(e) {
1970
- return ft(e, !1);
1987
+ function _s(e) {
1988
+ return mt(e, !1);
1971
1989
  }
1972
- function ft(e, t) {
1990
+ function mt(e, t) {
1973
1991
  return e == null ? e : {
1974
1992
  name: e.name,
1975
- payload: Qi(e.payload)
1993
+ payload: en(e.payload)
1976
1994
  };
1977
1995
  }
1978
- function nn(e) {
1979
- return rn(e, !1);
1996
+ function on(e) {
1997
+ return an(e, !1);
1980
1998
  }
1981
- function rn(e, t = !1) {
1999
+ function an(e, t = !1) {
1982
2000
  return e == null ? e : {
1983
2001
  name: e.name,
1984
- payload: en(e.payload)
2002
+ payload: nn(e.payload)
1985
2003
  };
1986
2004
  }
1987
- function on(e) {
1988
- return an(e, !1);
2005
+ function sn(e) {
2006
+ return cn(e, !1);
1989
2007
  }
1990
- function an(e, t) {
2008
+ function cn(e, t) {
1991
2009
  if (e == null) return e;
1992
2010
  switch (e.name) {
1993
2011
  case "COUPON":
1994
2012
  return {
1995
- ...ct(e, !0),
2013
+ ...dt(e, !0),
1996
2014
  name: "COUPON"
1997
2015
  };
1998
2016
  case "CREDIT_CARD":
1999
2017
  return {
2000
- ...ut(e, !0),
2018
+ ...ft(e, !0),
2001
2019
  name: "CREDIT_CARD"
2002
2020
  };
2003
2021
  case "DEPOSIT_ACCOUNT":
2004
2022
  return {
2005
- ...dt(e, !0),
2023
+ ...lt(e, !0),
2006
2024
  name: "DEPOSIT_ACCOUNT"
2007
2025
  };
2008
2026
  case "PAY_LATER":
2009
2027
  return {
2010
- ...ft(e, !0),
2028
+ ...mt(e, !0),
2011
2029
  name: "PAY_LATER"
2012
2030
  };
2013
2031
  default:
2014
2032
  throw new Error(`No variant of AllowedPaymentMethodApi exists with 'name=${e.name}'`);
2015
2033
  }
2016
2034
  }
2017
- function sn(e) {
2035
+ function un(e) {
2018
2036
  if (e !== void 0) {
2019
2037
  if (e === null) return null;
2020
2038
  switch (e.name) {
2021
2039
  case "COUPON":
2022
- return Ki(e);
2023
- case "CREDIT_CARD":
2024
2040
  return Vi(e);
2025
- case "DEPOSIT_ACCOUNT":
2041
+ case "CREDIT_CARD":
2026
2042
  return Wi(e);
2043
+ case "DEPOSIT_ACCOUNT":
2044
+ return Qi(e);
2027
2045
  case "PAY_LATER":
2028
- return nn(e);
2046
+ return on(e);
2029
2047
  default:
2030
2048
  throw new Error(`No variant of AllowedPaymentMethodApi exists with 'name=${e.name}'`);
2031
2049
  }
2032
2050
  }
2033
2051
  }
2034
- function gs(e, t = !1) {
2035
- return sn(e);
2052
+ function Os(e, t = !1) {
2053
+ return un(e);
2036
2054
  }
2037
- function _s(e) {
2055
+ function As(e) {
2038
2056
  return !0;
2039
2057
  }
2040
- function lt(e) {
2041
- return cn(e, !1);
2058
+ function pt(e) {
2059
+ return dn(e, !1);
2042
2060
  }
2043
- function cn(e, t) {
2061
+ function dn(e, t) {
2044
2062
  return e == null ? e : {
2045
2063
  airConditioning: e.air_conditioning == null ? void 0 : e.air_conditioning,
2046
2064
  airportTransportation: e.airport_transportation == null ? void 0 : e.airport_transportation,
@@ -2088,10 +2106,10 @@ function cn(e, t) {
2088
2106
  whirpool: e.whirpool == null ? void 0 : e.whirpool
2089
2107
  };
2090
2108
  }
2091
- function mt(e) {
2092
- return un(e, !1);
2109
+ function ht(e) {
2110
+ return fn(e, !1);
2093
2111
  }
2094
- function un(e, t = !1) {
2112
+ function fn(e, t = !1) {
2095
2113
  return e == null ? e : {
2096
2114
  air_conditioning: e.airConditioning,
2097
2115
  airport_transportation: e.airportTransportation,
@@ -2139,46 +2157,46 @@ function un(e, t = !1) {
2139
2157
  whirpool: e.whirpool
2140
2158
  };
2141
2159
  }
2142
- function Os(e) {
2160
+ function Ts(e) {
2143
2161
  return !(!("count" in e) || e.count === void 0 || !("name" in e) || e.name === void 0 || !("occupancy" in e) || e.occupancy === void 0);
2144
2162
  }
2145
- function As(e) {
2146
- return dn(e, !1);
2163
+ function Ss(e) {
2164
+ return ln(e, !1);
2147
2165
  }
2148
- function dn(e, t) {
2166
+ function ln(e, t) {
2149
2167
  return e == null ? e : {
2150
2168
  count: e.count,
2151
2169
  name: e.name,
2152
2170
  occupancy: e.occupancy
2153
2171
  };
2154
2172
  }
2155
- function Ts(e) {
2156
- return fn(e, !1);
2173
+ function ws(e) {
2174
+ return mn(e, !1);
2157
2175
  }
2158
- function fn(e, t = !1) {
2176
+ function mn(e, t = !1) {
2159
2177
  return e == null ? e : {
2160
2178
  count: e.count,
2161
2179
  name: e.name,
2162
2180
  occupancy: e.occupancy
2163
2181
  };
2164
2182
  }
2165
- function Ss(e) {
2183
+ function ks(e) {
2166
2184
  return !(!("dateFrom" in e) || e.dateFrom === void 0 || !("dateTo" in e) || e.dateTo === void 0 || !("penaltyPercentage" in e) || e.penaltyPercentage === void 0);
2167
2185
  }
2168
- function Be(e) {
2169
- return ln(e, !1);
2186
+ function He(e) {
2187
+ return pn(e, !1);
2170
2188
  }
2171
- function ln(e, t) {
2189
+ function pn(e, t) {
2172
2190
  return e == null ? e : {
2173
2191
  dateFrom: e.date_from,
2174
2192
  dateTo: e.date_to,
2175
2193
  penaltyPercentage: e.penalty_percentage
2176
2194
  };
2177
2195
  }
2178
- function He(e) {
2179
- return mn(e, !1);
2196
+ function xe(e) {
2197
+ return hn(e, !1);
2180
2198
  }
2181
- function mn(e, t = !1) {
2199
+ function hn(e, t = !1) {
2182
2200
  return e == null ? e : {
2183
2201
  date_from: e.dateFrom,
2184
2202
  date_to: e.dateTo,
@@ -2430,30 +2448,30 @@ var Ce = {
2430
2448
  Zm: "ZM",
2431
2449
  Zw: "ZW"
2432
2450
  };
2433
- function ws(e) {
2451
+ function Rs(e) {
2434
2452
  for (const t in Ce) if (Object.prototype.hasOwnProperty.call(Ce, t) && Ce[t] === e)
2435
2453
  return !0;
2436
2454
  return !1;
2437
2455
  }
2438
2456
  function Ae(e) {
2439
- return pn(e, !1);
2457
+ return yn(e, !1);
2440
2458
  }
2441
- function pn(e, t) {
2459
+ function yn(e, t) {
2442
2460
  return e;
2443
2461
  }
2444
- function ks(e) {
2462
+ function Cs(e) {
2445
2463
  return e;
2446
2464
  }
2447
- function Rs(e, t) {
2465
+ function Ds(e, t) {
2448
2466
  return e;
2449
2467
  }
2450
- function Cs(e) {
2468
+ function Ms(e) {
2451
2469
  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);
2452
2470
  }
2453
2471
  function de(e) {
2454
- return hn(e, !1);
2472
+ return gn(e, !1);
2455
2473
  }
2456
- function hn(e, t) {
2474
+ function gn(e, t) {
2457
2475
  return e == null ? e : {
2458
2476
  caption: e.caption == null ? void 0 : e.caption,
2459
2477
  isHeroImage: e.is_hero_image,
@@ -2465,9 +2483,9 @@ function hn(e, t) {
2465
2483
  };
2466
2484
  }
2467
2485
  function Te(e) {
2468
- return yn(e, !1);
2486
+ return _n(e, !1);
2469
2487
  }
2470
- function yn(e, t = !1) {
2488
+ function _n(e, t = !1) {
2471
2489
  return e == null ? e : {
2472
2490
  caption: e.caption,
2473
2491
  is_hero_image: e.isHeroImage,
@@ -2478,13 +2496,13 @@ function yn(e, t = !1) {
2478
2496
  xs: e.xs
2479
2497
  };
2480
2498
  }
2481
- function Ds(e) {
2499
+ function Ps(e) {
2482
2500
  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);
2483
2501
  }
2484
- function gn(e) {
2485
- return _n(e, !1);
2502
+ function On(e) {
2503
+ return An(e, !1);
2486
2504
  }
2487
- function _n(e, t) {
2505
+ function An(e, t) {
2488
2506
  return e == null ? e : {
2489
2507
  amenities: e.amenities == null ? void 0 : e.amenities,
2490
2508
  beds: e.beds,
@@ -2503,10 +2521,10 @@ function _n(e, t) {
2503
2521
  thumbImages: e.thumb_images == null ? void 0 : e.thumb_images
2504
2522
  };
2505
2523
  }
2506
- function On(e) {
2507
- return An(e, !1);
2524
+ function Tn(e) {
2525
+ return Sn(e, !1);
2508
2526
  }
2509
- function An(e, t = !1) {
2527
+ function Sn(e, t = !1) {
2510
2528
  return e == null ? e : {
2511
2529
  amenities: e.amenities,
2512
2530
  beds: e.beds,
@@ -2530,37 +2548,37 @@ var De = {
2530
2548
  NotIncluded: "NOT_INCLUDED",
2531
2549
  Optional: "OPTIONAL"
2532
2550
  };
2533
- function Ms(e) {
2551
+ function Ns(e) {
2534
2552
  for (const t in De) if (Object.prototype.hasOwnProperty.call(De, t) && De[t] === e)
2535
2553
  return !0;
2536
2554
  return !1;
2537
2555
  }
2538
- function Tn(e) {
2539
- return Sn(e, !1);
2556
+ function wn(e) {
2557
+ return kn(e, !1);
2540
2558
  }
2541
- function Sn(e, t) {
2559
+ function kn(e, t) {
2542
2560
  return e;
2543
2561
  }
2544
- function Ps(e) {
2562
+ function bs(e) {
2545
2563
  return e;
2546
2564
  }
2547
- function Ns(e, t) {
2565
+ function Is(e, t) {
2548
2566
  return e;
2549
2567
  }
2550
- var bs = {
2568
+ var Es = {
2551
2569
  PerNight: "PER_NIGHT",
2552
2570
  PerStay: "PER_STAY"
2553
- }, Is = {
2571
+ }, Ls = {
2554
2572
  PerAdult: "PER_ADULT",
2555
2573
  PerBooking: "PER_BOOKING"
2556
2574
  };
2557
- function Es(e) {
2575
+ function Js(e) {
2558
2576
  return !(!("taxFrequency" in e) || e.taxFrequency === void 0 || !("taxMode" in e) || e.taxMode === void 0);
2559
2577
  }
2560
- function pt(e) {
2561
- return wn(e, !1);
2578
+ function yt(e) {
2579
+ return Rn(e, !1);
2562
2580
  }
2563
- function wn(e, t) {
2581
+ function Rn(e, t) {
2564
2582
  return e == null ? e : {
2565
2583
  amount: e.amount == null ? void 0 : e.amount,
2566
2584
  code: e.code == null ? void 0 : e.code,
@@ -2570,10 +2588,10 @@ function wn(e, t) {
2570
2588
  taxMode: e.tax_mode
2571
2589
  };
2572
2590
  }
2573
- function ht(e) {
2574
- return kn(e, !1);
2591
+ function gt(e) {
2592
+ return Cn(e, !1);
2575
2593
  }
2576
- function kn(e, t = !1) {
2594
+ function Cn(e, t = !1) {
2577
2595
  return e == null ? e : {
2578
2596
  amount: e.amount,
2579
2597
  code: e.code,
@@ -2722,30 +2740,30 @@ var Me = {
2722
2740
  Zar: "ZAR",
2723
2741
  Zmw: "ZMW"
2724
2742
  };
2725
- function Ls(e) {
2743
+ function vs(e) {
2726
2744
  for (const t in Me) if (Object.prototype.hasOwnProperty.call(Me, t) && Me[t] === e)
2727
2745
  return !0;
2728
2746
  return !1;
2729
2747
  }
2730
2748
  function ne(e) {
2731
- return Rn(e, !1);
2749
+ return Dn(e, !1);
2732
2750
  }
2733
- function Rn(e, t) {
2751
+ function Dn(e, t) {
2734
2752
  return e;
2735
2753
  }
2736
- function Js(e) {
2754
+ function Bs(e) {
2737
2755
  return e;
2738
2756
  }
2739
- function vs(e, t) {
2757
+ function Hs(e, t) {
2740
2758
  return e;
2741
2759
  }
2742
- function Bs(e) {
2760
+ function xs(e) {
2743
2761
  return !(!("name" in e) || e.name === void 0);
2744
2762
  }
2745
- function yt(e) {
2746
- return Cn(e, !1);
2763
+ function _t(e) {
2764
+ return Mn(e, !1);
2747
2765
  }
2748
- function Cn(e, t) {
2766
+ function Mn(e, t) {
2749
2767
  return e == null ? e : {
2750
2768
  bg: e.bg == null ? void 0 : e.bg,
2751
2769
  color: e.color == null ? void 0 : e.color,
@@ -2754,10 +2772,10 @@ function Cn(e, t) {
2754
2772
  name: e.name
2755
2773
  };
2756
2774
  }
2757
- function gt(e) {
2758
- return Dn(e, !1);
2775
+ function Ot(e) {
2776
+ return Pn(e, !1);
2759
2777
  }
2760
- function Dn(e, t = !1) {
2778
+ function Pn(e, t = !1) {
2761
2779
  return e == null ? e : {
2762
2780
  bg: e.bg,
2763
2781
  color: e.color,
@@ -2766,69 +2784,69 @@ function Dn(e, t = !1) {
2766
2784
  name: e.name
2767
2785
  };
2768
2786
  }
2769
- var Hs = {
2787
+ var Fs = {
2770
2788
  BestMatch: "BEST_MATCH",
2771
2789
  Cheapest: "CHEAPEST",
2772
2790
  MatchingRoomCount: "MATCHING_ROOM_COUNT",
2773
2791
  Regular: "REGULAR"
2774
- }, xs = {
2792
+ }, Us = {
2775
2793
  Included: "included",
2776
2794
  NotIncluded: "not_included",
2777
2795
  Unknown: "unknown"
2778
- }, Fs = {
2796
+ }, Gs = {
2779
2797
  HotelRoom: "HOTEL_ROOM",
2780
2798
  Package: "PACKAGE"
2781
2799
  };
2782
- function Us(e) {
2800
+ function $s(e) {
2783
2801
  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);
2784
2802
  }
2785
2803
  function fe(e) {
2786
- return Mn(e, !1);
2804
+ return Nn(e, !1);
2787
2805
  }
2788
- function Mn(e, t) {
2806
+ function Nn(e, t) {
2789
2807
  return e == null ? e : {
2790
2808
  breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
2791
- breakfastOption: Tn(e.breakfast_option),
2809
+ breakfastOption: wn(e.breakfast_option),
2792
2810
  breakfastPricePerGuestPerNight: e.breakfast_price_per_guest_per_night == null ? void 0 : e.breakfast_price_per_guest_per_night,
2793
2811
  breakfastUnitPrice: e.breakfast_unit_price == null ? void 0 : e.breakfast_unit_price,
2794
- cancellationPolicies: e.cancellation_policies.map(Be),
2812
+ cancellationPolicies: e.cancellation_policies.map(He),
2795
2813
  count: e.count == null ? void 0 : e.count,
2796
2814
  currency: ne(e.currency),
2797
2815
  hotelId: e.hotel_id,
2798
- hotelRooms: e.hotel_rooms.map(gn),
2816
+ hotelRooms: e.hotel_rooms.map(On),
2799
2817
  id: e.id == null ? void 0 : e.id,
2800
2818
  packageType: e.package_type == null ? void 0 : e.package_type,
2801
2819
  price: e.price,
2802
2820
  sourceMarket: Ae(e.source_market),
2803
2821
  stayTaxesInfo: e.stay_taxes_info,
2804
- tags: e.tags == null ? void 0 : e.tags.map(yt),
2822
+ tags: e.tags == null ? void 0 : e.tags.map(_t),
2805
2823
  taxIncludedPrice: e.tax_included_price,
2806
- taxes: e.taxes == null ? void 0 : e.taxes.map(pt),
2824
+ taxes: e.taxes == null ? void 0 : e.taxes.map(yt),
2807
2825
  type: e.type == null ? void 0 : e.type
2808
2826
  };
2809
2827
  }
2810
2828
  function le(e) {
2811
- return Pn(e, !1);
2829
+ return bn(e, !1);
2812
2830
  }
2813
- function Pn(e, t = !1) {
2831
+ function bn(e, t = !1) {
2814
2832
  return e == null ? e : {
2815
2833
  breakfast_count: e.breakfastCount,
2816
2834
  breakfast_option: e.breakfastOption,
2817
2835
  breakfast_price_per_guest_per_night: e.breakfastPricePerGuestPerNight,
2818
2836
  breakfast_unit_price: e.breakfastUnitPrice,
2819
- cancellation_policies: e.cancellationPolicies.map(He),
2837
+ cancellation_policies: e.cancellationPolicies.map(xe),
2820
2838
  count: e.count,
2821
2839
  currency: e.currency,
2822
2840
  hotel_id: e.hotelId,
2823
- hotel_rooms: e.hotelRooms.map(On),
2841
+ hotel_rooms: e.hotelRooms.map(Tn),
2824
2842
  id: e.id,
2825
2843
  package_type: e.packageType,
2826
2844
  price: e.price,
2827
2845
  source_market: e.sourceMarket,
2828
2846
  stay_taxes_info: e.stayTaxesInfo,
2829
- tags: e.tags == null ? void 0 : e.tags.map(gt),
2847
+ tags: e.tags == null ? void 0 : e.tags.map(Ot),
2830
2848
  tax_included_price: e.taxIncludedPrice,
2831
- taxes: e.taxes == null ? void 0 : e.taxes.map(ht),
2849
+ taxes: e.taxes == null ? void 0 : e.taxes.map(gt),
2832
2850
  type: e.type
2833
2851
  };
2834
2852
  }
@@ -2841,21 +2859,21 @@ var Pe = {
2841
2859
  NlNl: "nl-NL",
2842
2860
  PtPt: "pt-PT"
2843
2861
  };
2844
- function Gs(e) {
2862
+ function qs(e) {
2845
2863
  for (const t in Pe) if (Object.prototype.hasOwnProperty.call(Pe, t) && Pe[t] === e)
2846
2864
  return !0;
2847
2865
  return !1;
2848
2866
  }
2849
- function xe(e) {
2850
- return Nn(e, !1);
2867
+ function Fe(e) {
2868
+ return In(e, !1);
2851
2869
  }
2852
- function Nn(e, t) {
2870
+ function In(e, t) {
2853
2871
  return e;
2854
2872
  }
2855
- function $s(e) {
2873
+ function Ys(e) {
2856
2874
  return e;
2857
2875
  }
2858
- function qs(e, t) {
2876
+ function Ks(e, t) {
2859
2877
  return e;
2860
2878
  }
2861
2879
  var Ne = {
@@ -3103,44 +3121,44 @@ var Ne = {
3103
3121
  Zm: "ZM",
3104
3122
  Zw: "ZW"
3105
3123
  };
3106
- function Ys(e) {
3124
+ function zs(e) {
3107
3125
  for (const t in Ne) if (Object.prototype.hasOwnProperty.call(Ne, t) && Ne[t] === e)
3108
3126
  return !0;
3109
3127
  return !1;
3110
3128
  }
3111
- function Ie(e) {
3112
- return bn(e, !1);
3129
+ function Ee(e) {
3130
+ return En(e, !1);
3113
3131
  }
3114
- function bn(e, t) {
3132
+ function En(e, t) {
3115
3133
  return e;
3116
3134
  }
3117
- function Ks(e) {
3135
+ function Vs(e) {
3118
3136
  return e;
3119
3137
  }
3120
- function zs(e, t) {
3138
+ function Zs(e, t) {
3121
3139
  return e;
3122
3140
  }
3123
- function Vs(e) {
3141
+ function Ws(e) {
3124
3142
  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);
3125
3143
  }
3126
- function In(e) {
3127
- return En(e, !1);
3144
+ function Ln(e) {
3145
+ return Jn(e, !1);
3128
3146
  }
3129
- function En(e, t) {
3147
+ function Jn(e, t) {
3130
3148
  return e == null ? e : {
3131
3149
  address: e.address,
3132
3150
  city: e.city,
3133
- country: Ie(e.country),
3151
+ country: Ee(e.country),
3134
3152
  name: e.name,
3135
3153
  state: e.state == null ? void 0 : e.state,
3136
3154
  vatNumber: e.vat_number == null ? void 0 : e.vat_number,
3137
3155
  zipCode: e.zip_code
3138
3156
  };
3139
3157
  }
3140
- function Ln(e) {
3141
- return Jn(e, !1);
3158
+ function vn(e) {
3159
+ return Bn(e, !1);
3142
3160
  }
3143
- function Jn(e, t = !1) {
3161
+ function Bn(e, t = !1) {
3144
3162
  return e == null ? e : {
3145
3163
  address: e.address,
3146
3164
  city: e.city,
@@ -3151,7 +3169,7 @@ function Jn(e, t = !1) {
3151
3169
  zip_code: e.zipCode
3152
3170
  };
3153
3171
  }
3154
- var Zs = {
3172
+ var Xs = {
3155
3173
  Dr: "dr",
3156
3174
  Mr: "mr",
3157
3175
  Mrs: "mrs",
@@ -3159,23 +3177,23 @@ var Zs = {
3159
3177
  NotSpecified: "notSpecified",
3160
3178
  Prof: "prof"
3161
3179
  };
3162
- function Ws(e) {
3180
+ function Qs(e) {
3163
3181
  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);
3164
3182
  }
3165
- function _t(e) {
3166
- return vn(e, !1);
3183
+ function At(e) {
3184
+ return Hn(e, !1);
3167
3185
  }
3168
- function vn(e, t) {
3186
+ function Hn(e, t) {
3169
3187
  return e == null ? e : {
3170
3188
  address: e.address == null ? void 0 : e.address,
3171
3189
  city: e.city == null ? void 0 : e.city,
3172
- country: e.country == null ? void 0 : Ie(e.country),
3190
+ country: e.country == null ? void 0 : Ee(e.country),
3173
3191
  email: e.email,
3174
3192
  firstName: e.first_name,
3175
- lang: e.lang == null ? void 0 : xe(e.lang),
3193
+ lang: e.lang == null ? void 0 : Fe(e.lang),
3176
3194
  lastName: e.last_name,
3177
- nationality: Ie(e.nationality),
3178
- organization: e.organization == null ? void 0 : In(e.organization),
3195
+ nationality: Ee(e.nationality),
3196
+ organization: e.organization == null ? void 0 : Ln(e.organization),
3179
3197
  phone: e.phone,
3180
3198
  remarks: e.remarks == null ? void 0 : e.remarks,
3181
3199
  salutation: e.salutation == null ? void 0 : e.salutation,
@@ -3183,10 +3201,10 @@ function vn(e, t) {
3183
3201
  zipCode: e.zip_code == null ? void 0 : e.zip_code
3184
3202
  };
3185
3203
  }
3186
- function Ot(e) {
3187
- return Bn(e, !1);
3204
+ function Tt(e) {
3205
+ return xn(e, !1);
3188
3206
  }
3189
- function Bn(e, t = !1) {
3207
+ function xn(e, t = !1) {
3190
3208
  return e == null ? e : {
3191
3209
  address: e.address,
3192
3210
  city: e.city,
@@ -3196,7 +3214,7 @@ function Bn(e, t = !1) {
3196
3214
  lang: e.lang,
3197
3215
  last_name: e.lastName,
3198
3216
  nationality: e.nationality,
3199
- organization: Ln(e.organization),
3217
+ organization: vn(e.organization),
3200
3218
  phone: e.phone,
3201
3219
  remarks: e.remarks,
3202
3220
  salutation: e.salutation,
@@ -3204,153 +3222,153 @@ function Bn(e, t = !1) {
3204
3222
  zip_code: e.zipCode
3205
3223
  };
3206
3224
  }
3207
- function Xs(e) {
3225
+ function js(e) {
3208
3226
  return !(!("amount" in e) || e.amount === void 0 || !("couponId" in e) || e.couponId === void 0);
3209
3227
  }
3210
- function Hn(e) {
3211
- return xn(e, !1);
3228
+ function Fn(e) {
3229
+ return Un(e, !1);
3212
3230
  }
3213
- function xn(e, t) {
3231
+ function Un(e, t) {
3214
3232
  return e == null ? e : {
3215
3233
  amount: e.amount,
3216
3234
  couponId: e.coupon_id,
3217
3235
  token: e.token == null ? void 0 : e.token
3218
3236
  };
3219
3237
  }
3220
- function Fn(e) {
3221
- return Un(e, !1);
3238
+ function Gn(e) {
3239
+ return $n(e, !1);
3222
3240
  }
3223
- function Un(e, t = !1) {
3241
+ function $n(e, t = !1) {
3224
3242
  return e == null ? e : {
3225
3243
  amount: e.amount,
3226
3244
  coupon_id: e.couponId,
3227
3245
  token: e.token
3228
3246
  };
3229
3247
  }
3230
- var Qs = { Coupon: "COUPON" };
3231
- function js(e) {
3248
+ var ec = { Coupon: "COUPON" };
3249
+ function tc(e) {
3232
3250
  return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
3233
3251
  }
3234
- function ec(e) {
3235
- return At(e, !1);
3252
+ function ic(e) {
3253
+ return St(e, !1);
3236
3254
  }
3237
- function At(e, t) {
3255
+ function St(e, t) {
3238
3256
  return e == null ? e : {
3239
3257
  name: e.name,
3240
- payload: Hn(e.payload)
3258
+ payload: Fn(e.payload)
3241
3259
  };
3242
3260
  }
3243
- function Gn(e) {
3244
- return $n(e, !1);
3261
+ function qn(e) {
3262
+ return Yn(e, !1);
3245
3263
  }
3246
- function $n(e, t = !1) {
3264
+ function Yn(e, t = !1) {
3247
3265
  return e == null ? e : {
3248
3266
  name: e.name,
3249
- payload: Fn(e.payload)
3267
+ payload: Gn(e.payload)
3250
3268
  };
3251
3269
  }
3252
- function tc(e) {
3270
+ function nc(e) {
3253
3271
  return !(!("amount" in e) || e.amount === void 0 || !("token" in e) || e.token === void 0);
3254
3272
  }
3255
- function qn(e) {
3256
- return Yn(e, !1);
3273
+ function Kn(e) {
3274
+ return zn(e, !1);
3257
3275
  }
3258
- function Yn(e, t) {
3276
+ function zn(e, t) {
3259
3277
  return e == null ? e : {
3260
3278
  amount: e.amount,
3261
3279
  couponId: e.coupon_id == null ? void 0 : e.coupon_id,
3262
3280
  token: e.token
3263
3281
  };
3264
3282
  }
3265
- function Kn(e) {
3266
- return zn(e, !1);
3283
+ function Vn(e) {
3284
+ return Zn(e, !1);
3267
3285
  }
3268
- function zn(e, t = !1) {
3286
+ function Zn(e, t = !1) {
3269
3287
  return e == null ? e : {
3270
3288
  amount: e.amount,
3271
3289
  coupon_id: e.couponId,
3272
3290
  token: e.token
3273
3291
  };
3274
3292
  }
3275
- var ic = { CreditCard: "CREDIT_CARD" };
3276
- function nc(e) {
3293
+ var rc = { CreditCard: "CREDIT_CARD" };
3294
+ function oc(e) {
3277
3295
  return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
3278
3296
  }
3279
- function rc(e) {
3280
- return Tt(e, !1);
3297
+ function ac(e) {
3298
+ return wt(e, !1);
3281
3299
  }
3282
- function Tt(e, t) {
3300
+ function wt(e, t) {
3283
3301
  return e == null ? e : {
3284
3302
  name: e.name,
3285
- payload: qn(e.payload)
3303
+ payload: Kn(e.payload)
3286
3304
  };
3287
3305
  }
3288
- function Vn(e) {
3289
- return Zn(e, !1);
3306
+ function Wn(e) {
3307
+ return Xn(e, !1);
3290
3308
  }
3291
- function Zn(e, t = !1) {
3309
+ function Xn(e, t = !1) {
3292
3310
  return e == null ? e : {
3293
3311
  name: e.name,
3294
- payload: Kn(e.payload)
3312
+ payload: Vn(e.payload)
3295
3313
  };
3296
3314
  }
3297
- function oc(e) {
3315
+ function sc(e) {
3298
3316
  return !(!("amount" in e) || e.amount === void 0);
3299
3317
  }
3300
- function Wn(e) {
3301
- return Xn(e, !1);
3318
+ function Qn(e) {
3319
+ return jn(e, !1);
3302
3320
  }
3303
- function Xn(e, t) {
3321
+ function jn(e, t) {
3304
3322
  return e == null ? e : {
3305
3323
  amount: e.amount,
3306
3324
  couponId: e.coupon_id == null ? void 0 : e.coupon_id,
3307
3325
  token: e.token == null ? void 0 : e.token
3308
3326
  };
3309
3327
  }
3310
- function Qn(e) {
3311
- return jn(e, !1);
3328
+ function er(e) {
3329
+ return tr(e, !1);
3312
3330
  }
3313
- function jn(e, t = !1) {
3331
+ function tr(e, t = !1) {
3314
3332
  return e == null ? e : {
3315
3333
  amount: e.amount,
3316
3334
  coupon_id: e.couponId,
3317
3335
  token: e.token
3318
3336
  };
3319
3337
  }
3320
- var ac = { DepositAccount: "DEPOSIT_ACCOUNT" };
3321
- function sc(e) {
3338
+ var cc = { DepositAccount: "DEPOSIT_ACCOUNT" };
3339
+ function uc(e) {
3322
3340
  return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
3323
3341
  }
3324
- function cc(e) {
3325
- return St(e, !1);
3342
+ function dc(e) {
3343
+ return kt(e, !1);
3326
3344
  }
3327
- function St(e, t) {
3345
+ function kt(e, t) {
3328
3346
  return e == null ? e : {
3329
3347
  name: e.name,
3330
- payload: Wn(e.payload)
3348
+ payload: Qn(e.payload)
3331
3349
  };
3332
3350
  }
3333
- function er(e) {
3334
- return tr(e, !1);
3351
+ function ir(e) {
3352
+ return nr(e, !1);
3335
3353
  }
3336
- function tr(e, t = !1) {
3354
+ function nr(e, t = !1) {
3337
3355
  return e == null ? e : {
3338
3356
  name: e.name,
3339
- payload: Qn(e.payload)
3357
+ payload: er(e.payload)
3340
3358
  };
3341
3359
  }
3342
- var uc = {
3360
+ var fc = {
3343
3361
  Disabled: "DISABLED",
3344
3362
  Enabled: "ENABLED",
3345
3363
  Forced: "FORCED"
3346
3364
  };
3347
- function dc(e) {
3365
+ function lc(e) {
3348
3366
  return !(!("amount" in e) || e.amount === void 0 || !("status" in e) || e.status === void 0);
3349
3367
  }
3350
- function ir(e) {
3351
- return nr(e, !1);
3368
+ function rr(e) {
3369
+ return or(e, !1);
3352
3370
  }
3353
- function nr(e, t) {
3371
+ function or(e, t) {
3354
3372
  return e == null ? e : {
3355
3373
  amount: e.amount,
3356
3374
  couponId: e.coupon_id == null ? void 0 : e.coupon_id,
@@ -3358,10 +3376,10 @@ function nr(e, t) {
3358
3376
  token: e.token == null ? void 0 : e.token
3359
3377
  };
3360
3378
  }
3361
- function rr(e) {
3362
- return or(e, !1);
3379
+ function ar(e) {
3380
+ return sr(e, !1);
3363
3381
  }
3364
- function or(e, t = !1) {
3382
+ function sr(e, t = !1) {
3365
3383
  return e == null ? e : {
3366
3384
  amount: e.amount,
3367
3385
  coupon_id: e.couponId,
@@ -3369,79 +3387,79 @@ function or(e, t = !1) {
3369
3387
  token: e.token
3370
3388
  };
3371
3389
  }
3372
- var fc = { PayLater: "PAY_LATER" };
3373
- function lc(e) {
3390
+ var mc = { PayLater: "PAY_LATER" };
3391
+ function pc(e) {
3374
3392
  return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
3375
3393
  }
3376
- function mc(e) {
3377
- return wt(e, !1);
3394
+ function hc(e) {
3395
+ return Rt(e, !1);
3378
3396
  }
3379
- function wt(e, t) {
3397
+ function Rt(e, t) {
3380
3398
  return e == null ? e : {
3381
3399
  name: e.name,
3382
- payload: ir(e.payload)
3400
+ payload: rr(e.payload)
3383
3401
  };
3384
3402
  }
3385
- function ar(e) {
3386
- return sr(e, !1);
3403
+ function cr(e) {
3404
+ return ur(e, !1);
3387
3405
  }
3388
- function sr(e, t = !1) {
3406
+ function ur(e, t = !1) {
3389
3407
  return e == null ? e : {
3390
3408
  name: e.name,
3391
- payload: rr(e.payload)
3409
+ payload: ar(e.payload)
3392
3410
  };
3393
3411
  }
3394
- function cr(e) {
3395
- return ur(e, !1);
3412
+ function dr(e) {
3413
+ return fr(e, !1);
3396
3414
  }
3397
- function ur(e, t) {
3415
+ function fr(e, t) {
3398
3416
  if (e == null) return e;
3399
3417
  switch (e.name) {
3400
3418
  case "COUPON":
3401
3419
  return {
3402
- ...At(e, !0),
3420
+ ...St(e, !0),
3403
3421
  name: "COUPON"
3404
3422
  };
3405
3423
  case "CREDIT_CARD":
3406
3424
  return {
3407
- ...Tt(e, !0),
3425
+ ...wt(e, !0),
3408
3426
  name: "CREDIT_CARD"
3409
3427
  };
3410
3428
  case "DEPOSIT_ACCOUNT":
3411
3429
  return {
3412
- ...St(e, !0),
3430
+ ...kt(e, !0),
3413
3431
  name: "DEPOSIT_ACCOUNT"
3414
3432
  };
3415
3433
  case "PAY_LATER":
3416
3434
  return {
3417
- ...wt(e, !0),
3435
+ ...Rt(e, !0),
3418
3436
  name: "PAY_LATER"
3419
3437
  };
3420
3438
  default:
3421
3439
  throw new Error(`No variant of PaymentMethodApi exists with 'name=${e.name}'`);
3422
3440
  }
3423
3441
  }
3424
- function kt(e) {
3442
+ function Ct(e) {
3425
3443
  if (e !== void 0) {
3426
3444
  if (e === null) return null;
3427
3445
  switch (e.name) {
3428
3446
  case "COUPON":
3429
- return Gn(e);
3447
+ return qn(e);
3430
3448
  case "CREDIT_CARD":
3431
- return Vn(e);
3449
+ return Wn(e);
3432
3450
  case "DEPOSIT_ACCOUNT":
3433
- return er(e);
3451
+ return ir(e);
3434
3452
  case "PAY_LATER":
3435
- return ar(e);
3453
+ return cr(e);
3436
3454
  default:
3437
3455
  throw new Error(`No variant of PaymentMethodApi exists with 'name=${e.name}'`);
3438
3456
  }
3439
3457
  }
3440
3458
  }
3441
- function pc(e, t = !1) {
3442
- return kt(e);
3459
+ function yc(e, t = !1) {
3460
+ return Ct(e);
3443
3461
  }
3444
- var hc = {
3462
+ var gc = {
3445
3463
  Active: "active",
3446
3464
  Archived: "archived",
3447
3465
  Claimed: "claimed",
@@ -3449,85 +3467,85 @@ var hc = {
3449
3467
  Open: "open",
3450
3468
  WaitingPayment: "waiting_payment"
3451
3469
  };
3452
- function yc(e) {
3470
+ function _c(e) {
3453
3471
  return !(!("status" in e) || e.status === void 0);
3454
3472
  }
3455
- function dr(e) {
3456
- return fr(e, !1);
3473
+ function lr(e) {
3474
+ return mr(e, !1);
3457
3475
  }
3458
- function fr(e, t) {
3476
+ function mr(e, t) {
3459
3477
  return e == null ? e : {
3460
3478
  createdAt: e.created_at == null ? void 0 : e.created_at,
3461
3479
  reference: e.reference == null ? void 0 : e.reference,
3462
3480
  status: e.status
3463
3481
  };
3464
3482
  }
3465
- function lr(e) {
3466
- return mr(e, !1);
3483
+ function pr(e) {
3484
+ return hr(e, !1);
3467
3485
  }
3468
- function mr(e, t = !1) {
3486
+ function hr(e, t = !1) {
3469
3487
  return e == null ? e : {
3470
3488
  created_at: e.createdAt,
3471
3489
  reference: e.reference,
3472
3490
  status: e.status
3473
3491
  };
3474
3492
  }
3475
- var gc = {
3493
+ var Oc = {
3476
3494
  CreditNote: "credit_note",
3477
3495
  Invoice: "invoice"
3478
3496
  };
3479
- function _c(e) {
3497
+ function Ac(e) {
3480
3498
  return !(!("type" in e) || e.type === void 0 || !("url" in e) || e.url === void 0);
3481
3499
  }
3482
- function pr(e) {
3483
- return hr(e, !1);
3500
+ function yr(e) {
3501
+ return gr(e, !1);
3484
3502
  }
3485
- function hr(e, t) {
3503
+ function gr(e, t) {
3486
3504
  return e == null ? e : {
3487
3505
  type: e.type,
3488
3506
  url: e.url
3489
3507
  };
3490
3508
  }
3491
- function yr(e) {
3492
- return gr(e, !1);
3509
+ function _r(e) {
3510
+ return Or(e, !1);
3493
3511
  }
3494
- function gr(e, t = !1) {
3512
+ function Or(e, t = !1) {
3495
3513
  return e == null ? e : {
3496
3514
  type: e.type,
3497
3515
  url: e.url
3498
3516
  };
3499
3517
  }
3500
- var Oc = { Insurance: "insurance" };
3501
- function Ac(e) {
3518
+ var Tc = { Insurance: "insurance" };
3519
+ function Sc(e) {
3502
3520
  return !(!("price" in e) || e.price === void 0 || !("taxIncludedPrice" in e) || e.taxIncludedPrice === void 0 || !("type" in e) || e.type === void 0);
3503
3521
  }
3504
- function Rt(e) {
3505
- return _r(e, !1);
3522
+ function Dt(e) {
3523
+ return Ar(e, !1);
3506
3524
  }
3507
- function _r(e, t) {
3525
+ function Ar(e, t) {
3508
3526
  return e == null ? e : {
3509
3527
  price: e.price,
3510
3528
  taxIncludedPrice: e.tax_included_price,
3511
3529
  type: e.type
3512
3530
  };
3513
3531
  }
3514
- function Ct(e) {
3515
- return Or(e, !1);
3532
+ function Mt(e) {
3533
+ return Tr(e, !1);
3516
3534
  }
3517
- function Or(e, t = !1) {
3535
+ function Tr(e, t = !1) {
3518
3536
  return e == null ? e : {
3519
3537
  price: e.price,
3520
3538
  tax_included_price: e.taxIncludedPrice,
3521
3539
  type: e.type
3522
3540
  };
3523
3541
  }
3524
- function Tc(e) {
3542
+ function wc(e) {
3525
3543
  return !0;
3526
3544
  }
3527
- function Fe(e) {
3528
- return Ar(e, !1);
3545
+ function Ue(e) {
3546
+ return Sr(e, !1);
3529
3547
  }
3530
- function Ar(e, t) {
3548
+ function Sr(e, t) {
3531
3549
  return e == null ? e : {
3532
3550
  latitude: e.latitude == null ? void 0 : e.latitude,
3533
3551
  longitude: e.longitude == null ? void 0 : e.longitude,
@@ -3535,10 +3553,10 @@ function Ar(e, t) {
3535
3553
  slug: e.slug == null ? void 0 : e.slug
3536
3554
  };
3537
3555
  }
3538
- function Ue(e) {
3539
- return Tr(e, !1);
3556
+ function Ge(e) {
3557
+ return wr(e, !1);
3540
3558
  }
3541
- function Tr(e, t = !1) {
3559
+ function wr(e, t = !1) {
3542
3560
  return e == null ? e : {
3543
3561
  latitude: e.latitude,
3544
3562
  longitude: e.longitude,
@@ -3546,13 +3564,13 @@ function Tr(e, t = !1) {
3546
3564
  slug: e.slug
3547
3565
  };
3548
3566
  }
3549
- function Sc(e) {
3567
+ function kc(e) {
3550
3568
  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);
3551
3569
  }
3552
- function Sr(e) {
3553
- return wr(e, !1);
3570
+ function kr(e) {
3571
+ return Rr(e, !1);
3554
3572
  }
3555
- function wr(e, t) {
3573
+ function Rr(e, t) {
3556
3574
  return e == null ? e : {
3557
3575
  amenities: e.amenities == null ? void 0 : e.amenities,
3558
3576
  beds: e.beds,
@@ -3571,10 +3589,10 @@ function wr(e, t) {
3571
3589
  thumbImages: e.thumb_images == null ? void 0 : e.thumb_images
3572
3590
  };
3573
3591
  }
3574
- function kr(e) {
3575
- return Rr(e, !1);
3592
+ function Cr(e) {
3593
+ return Dr(e, !1);
3576
3594
  }
3577
- function Rr(e, t = !1) {
3595
+ function Dr(e, t = !1) {
3578
3596
  return e == null ? e : {
3579
3597
  amenities: e.amenities,
3580
3598
  beds: e.beds,
@@ -3593,59 +3611,59 @@ function Rr(e, t = !1) {
3593
3611
  thumb_images: e.thumbImages
3594
3612
  };
3595
3613
  }
3596
- function wc(e) {
3614
+ function Rc(e) {
3597
3615
  return !(!("fullname" in e) || e.fullname === void 0 || !("id" in e) || e.id === void 0);
3598
3616
  }
3599
- function Ee(e) {
3600
- return Cr(e, !1);
3617
+ function Le(e) {
3618
+ return Mr(e, !1);
3601
3619
  }
3602
- function Cr(e, t) {
3620
+ function Mr(e, t) {
3603
3621
  return e == null ? e : {
3604
3622
  fullname: e.fullname,
3605
3623
  id: e.id
3606
3624
  };
3607
3625
  }
3608
- function Dr(e) {
3609
- return Mr(e, !1);
3626
+ function Pr(e) {
3627
+ return Nr(e, !1);
3610
3628
  }
3611
- function Mr(e, t = !1) {
3629
+ function Nr(e, t = !1) {
3612
3630
  return e == null ? e : {
3613
3631
  fullname: e.fullname,
3614
3632
  id: e.id
3615
3633
  };
3616
3634
  }
3617
- function kc(e) {
3635
+ function Cc(e) {
3618
3636
  return !(!("hotelRoomId" in e) || e.hotelRoomId === void 0 || !("hotelRoomingListGuests" in e) || e.hotelRoomingListGuests === void 0 || !("id" in e) || e.id === void 0);
3619
3637
  }
3620
- function Dt(e) {
3621
- return Pr(e, !1);
3638
+ function Pt(e) {
3639
+ return br(e, !1);
3622
3640
  }
3623
- function Pr(e, t) {
3641
+ function br(e, t) {
3624
3642
  return e == null ? e : {
3625
- hotelRoom: e.hotel_room == null ? void 0 : Sr(e.hotel_room),
3643
+ hotelRoom: e.hotel_room == null ? void 0 : kr(e.hotel_room),
3626
3644
  hotelRoomId: e.hotel_room_id,
3627
- hotelRoomingListGuests: e.hotel_rooming_list_guests.map(Ee),
3645
+ hotelRoomingListGuests: e.hotel_rooming_list_guests.map(Le),
3628
3646
  id: e.id,
3629
3647
  limitDate: e.limit_date == null ? void 0 : new Date(e.limit_date)
3630
3648
  };
3631
3649
  }
3632
- function Nr(e) {
3633
- return br(e, !1);
3650
+ function Ir(e) {
3651
+ return Er(e, !1);
3634
3652
  }
3635
- function br(e, t = !1) {
3653
+ function Er(e, t = !1) {
3636
3654
  return e == null ? e : {
3637
- hotel_room: kr(e.hotelRoom),
3655
+ hotel_room: Cr(e.hotelRoom),
3638
3656
  hotel_room_id: e.hotelRoomId,
3639
- hotel_rooming_list_guests: e.hotelRoomingListGuests.map(Dr),
3657
+ hotel_rooming_list_guests: e.hotelRoomingListGuests.map(Pr),
3640
3658
  id: e.id,
3641
3659
  limit_date: e.limitDate == null ? e.limitDate : e.limitDate.toISOString()
3642
3660
  };
3643
3661
  }
3644
- var Rc = {
3662
+ var Dc = {
3645
3663
  Disabled: "DISABLED",
3646
3664
  Enabled: "ENABLED",
3647
3665
  Forced: "FORCED"
3648
- }, Cc = {
3666
+ }, Mc = {
3649
3667
  BkgCx: "bkg-cx",
3650
3668
  BkgCf: "bkg-cf",
3651
3669
  BkgCreated: "bkg-created",
@@ -3655,158 +3673,158 @@ var Rc = {
3655
3673
  BkgPp: "bkg-pp",
3656
3674
  BkgQr: "bkg-qr"
3657
3675
  };
3658
- function Dc(e) {
3676
+ function Pc(e) {
3659
3677
  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);
3660
3678
  }
3661
3679
  function ee(e) {
3662
- return Ir(e, !1);
3680
+ return Lr(e, !1);
3663
3681
  }
3664
- function Ir(e, t) {
3682
+ function Lr(e, t) {
3665
3683
  return e == null ? e : {
3666
3684
  additionalCheckInInstruction: e.additional_check_in_instruction == null ? void 0 : e.additional_check_in_instruction,
3667
3685
  additionalPolicies: e.additional_policies == null ? void 0 : e.additional_policies,
3668
- addons: e.addons == null ? void 0 : e.addons.map(Rt),
3686
+ addons: e.addons == null ? void 0 : e.addons.map(Dt),
3669
3687
  adultCount: e.adult_count,
3670
3688
  bookingGroupId: e.booking_group_id == null ? void 0 : e.booking_group_id,
3671
3689
  canceledAt: e.canceled_at == null ? void 0 : e.canceled_at,
3672
- cancellationPolicies: e.cancellation_policies.map(Be),
3690
+ cancellationPolicies: e.cancellation_policies.map(He),
3673
3691
  cancellationPolicyRemarks: e.cancellation_policy_remarks == null ? void 0 : e.cancellation_policy_remarks,
3674
3692
  checkInDate: e.check_in_date,
3675
3693
  checkOutDate: e.check_out_date,
3676
3694
  children: e.children == null ? void 0 : e.children,
3677
3695
  confirmedAt: e.confirmed_at == null ? void 0 : e.confirmed_at,
3678
- contactPerson: _t(e.contact_person),
3696
+ contactPerson: At(e.contact_person),
3679
3697
  createdAt: e.created_at,
3680
3698
  currency: ne(e.currency),
3681
3699
  customerReference: e.customer_reference == null ? void 0 : e.customer_reference,
3682
- event: e.event == null ? void 0 : Fe(e.event),
3700
+ event: e.event == null ? void 0 : Ue(e.event),
3683
3701
  failedAt: e.failed_at == null ? void 0 : e.failed_at,
3684
3702
  hotelConfirmationId: e.hotel_confirmation_id == null ? void 0 : e.hotel_confirmation_id,
3685
3703
  hotelId: e.hotel_id,
3686
3704
  hotelRoomOffer: fe(e.hotel_room_offer),
3687
- hotelRoomingLists: e.hotel_rooming_lists == null ? void 0 : e.hotel_rooming_lists.map(Dt),
3705
+ hotelRoomingLists: e.hotel_rooming_lists == null ? void 0 : e.hotel_rooming_lists.map(Pt),
3688
3706
  id: e.id == null ? void 0 : e.id,
3689
- insurance: e.insurance == null ? void 0 : dr(e.insurance),
3690
- invoices: e.invoices == null ? void 0 : e.invoices.map(pr),
3707
+ insurance: e.insurance == null ? void 0 : lr(e.insurance),
3708
+ invoices: e.invoices == null ? void 0 : e.invoices.map(yr),
3691
3709
  lastStatusUpdatedAt: e.last_status_updated_at,
3692
3710
  metadata: e.metadata == null ? void 0 : e.metadata,
3693
3711
  payLater: e.pay_later == null ? void 0 : e.pay_later,
3694
- paymentMethods: e.payment_methods == null ? void 0 : e.payment_methods.map(cr),
3712
+ paymentMethods: e.payment_methods == null ? void 0 : e.payment_methods.map(dr),
3695
3713
  penaltyPercentage: e.penalty_percentage == null ? void 0 : e.penalty_percentage,
3696
3714
  reference: e.reference,
3697
3715
  sourceMarket: Ae(e.source_market),
3698
3716
  status: e.status,
3699
3717
  taxAmount: e.tax_amount,
3700
3718
  taxIncludedPrice: e.tax_included_price,
3701
- taxes: e.taxes == null ? void 0 : e.taxes.map(pt),
3719
+ taxes: e.taxes == null ? void 0 : e.taxes.map(yt),
3702
3720
  terms: e.terms,
3703
3721
  token: e.token == null ? void 0 : e.token
3704
3722
  };
3705
3723
  }
3706
- function Er(e) {
3707
- return Lr(e, !1);
3724
+ function Jr(e) {
3725
+ return vr(e, !1);
3708
3726
  }
3709
- function Lr(e, t = !1) {
3727
+ function vr(e, t = !1) {
3710
3728
  return e == null ? e : {
3711
3729
  additional_check_in_instruction: e.additionalCheckInInstruction,
3712
3730
  additional_policies: e.additionalPolicies,
3713
- addons: e.addons == null ? void 0 : e.addons.map(Ct),
3731
+ addons: e.addons == null ? void 0 : e.addons.map(Mt),
3714
3732
  adult_count: e.adultCount,
3715
3733
  booking_group_id: e.bookingGroupId,
3716
3734
  canceled_at: e.canceledAt,
3717
- cancellation_policies: e.cancellationPolicies.map(He),
3735
+ cancellation_policies: e.cancellationPolicies.map(xe),
3718
3736
  cancellation_policy_remarks: e.cancellationPolicyRemarks,
3719
3737
  check_in_date: e.checkInDate,
3720
3738
  check_out_date: e.checkOutDate,
3721
3739
  children: e.children,
3722
3740
  confirmed_at: e.confirmedAt,
3723
- contact_person: Ot(e.contactPerson),
3741
+ contact_person: Tt(e.contactPerson),
3724
3742
  created_at: e.createdAt,
3725
3743
  currency: e.currency,
3726
3744
  customer_reference: e.customerReference,
3727
- event: Ue(e.event),
3745
+ event: Ge(e.event),
3728
3746
  failed_at: e.failedAt,
3729
3747
  hotel_confirmation_id: e.hotelConfirmationId,
3730
3748
  hotel_id: e.hotelId,
3731
3749
  hotel_room_offer: le(e.hotelRoomOffer),
3732
- hotel_rooming_lists: e.hotelRoomingLists == null ? void 0 : e.hotelRoomingLists.map(Nr),
3750
+ hotel_rooming_lists: e.hotelRoomingLists == null ? void 0 : e.hotelRoomingLists.map(Ir),
3733
3751
  id: e.id,
3734
- insurance: lr(e.insurance),
3735
- invoices: e.invoices == null ? void 0 : e.invoices.map(yr),
3752
+ insurance: pr(e.insurance),
3753
+ invoices: e.invoices == null ? void 0 : e.invoices.map(_r),
3736
3754
  last_status_updated_at: e.lastStatusUpdatedAt,
3737
3755
  metadata: e.metadata,
3738
3756
  pay_later: e.payLater,
3739
- payment_methods: e.paymentMethods == null ? void 0 : e.paymentMethods.map(kt),
3757
+ payment_methods: e.paymentMethods == null ? void 0 : e.paymentMethods.map(Ct),
3740
3758
  penalty_percentage: e.penaltyPercentage,
3741
3759
  reference: e.reference,
3742
3760
  source_market: e.sourceMarket,
3743
3761
  status: e.status,
3744
3762
  tax_amount: e.taxAmount,
3745
3763
  tax_included_price: e.taxIncludedPrice,
3746
- taxes: e.taxes == null ? void 0 : e.taxes.map(ht),
3764
+ taxes: e.taxes == null ? void 0 : e.taxes.map(gt),
3747
3765
  terms: e.terms,
3748
3766
  token: e.token
3749
3767
  };
3750
3768
  }
3751
- var Mc = { Insurance: "insurance" };
3752
- function Pc(e) {
3769
+ var Nc = { Insurance: "insurance" };
3770
+ function bc(e) {
3753
3771
  return !(!("type" in e) || e.type === void 0);
3754
3772
  }
3755
- function Jr(e) {
3756
- return vr(e, !1);
3757
- }
3758
- function vr(e, t) {
3759
- return e == null ? e : { type: e.type };
3760
- }
3761
3773
  function Br(e) {
3762
3774
  return Hr(e, !1);
3763
3775
  }
3764
- function Hr(e, t = !1) {
3776
+ function Hr(e, t) {
3765
3777
  return e == null ? e : { type: e.type };
3766
3778
  }
3767
- function Nc(e) {
3768
- return !(!("fullname" in e) || e.fullname === void 0);
3769
- }
3770
3779
  function xr(e) {
3771
3780
  return Fr(e, !1);
3772
3781
  }
3773
- function Fr(e, t) {
3774
- return e == null ? e : { fullname: e.fullname };
3782
+ function Fr(e, t = !1) {
3783
+ return e == null ? e : { type: e.type };
3784
+ }
3785
+ function Ic(e) {
3786
+ return !(!("fullname" in e) || e.fullname === void 0);
3775
3787
  }
3776
3788
  function Ur(e) {
3777
3789
  return Gr(e, !1);
3778
3790
  }
3779
- function Gr(e, t = !1) {
3791
+ function Gr(e, t) {
3780
3792
  return e == null ? e : { fullname: e.fullname };
3781
3793
  }
3782
- function bc(e) {
3783
- return !(!("guests" in e) || e.guests === void 0 || !("hotelRoomId" in e) || e.hotelRoomId === void 0);
3784
- }
3785
3794
  function $r(e) {
3786
3795
  return qr(e, !1);
3787
3796
  }
3788
- function qr(e, t) {
3789
- return e == null ? e : {
3790
- guests: e.guests.map(xr),
3791
- hotelRoomId: e.hotel_room_id
3792
- };
3797
+ function qr(e, t = !1) {
3798
+ return e == null ? e : { fullname: e.fullname };
3799
+ }
3800
+ function Ec(e) {
3801
+ return !(!("guests" in e) || e.guests === void 0 || !("hotelRoomId" in e) || e.hotelRoomId === void 0);
3793
3802
  }
3794
3803
  function Yr(e) {
3795
3804
  return Kr(e, !1);
3796
3805
  }
3797
- function Kr(e, t = !1) {
3806
+ function Kr(e, t) {
3798
3807
  return e == null ? e : {
3799
3808
  guests: e.guests.map(Ur),
3809
+ hotelRoomId: e.hotel_room_id
3810
+ };
3811
+ }
3812
+ function zr(e) {
3813
+ return Vr(e, !1);
3814
+ }
3815
+ function Vr(e, t = !1) {
3816
+ return e == null ? e : {
3817
+ guests: e.guests.map($r),
3800
3818
  hotel_room_id: e.hotelRoomId
3801
3819
  };
3802
3820
  }
3803
- function Ic(e) {
3821
+ function Lc(e) {
3804
3822
  return !0;
3805
3823
  }
3806
3824
  function me(e) {
3807
- return zr(e, !1);
3825
+ return Zr(e, !1);
3808
3826
  }
3809
- function zr(e, t) {
3827
+ function Zr(e, t) {
3810
3828
  return e == null ? e : {
3811
3829
  dateEnd: e.date_end == null ? void 0 : e.date_end,
3812
3830
  dateStart: e.date_start == null ? void 0 : e.date_start,
@@ -3817,9 +3835,9 @@ function zr(e, t) {
3817
3835
  };
3818
3836
  }
3819
3837
  function pe(e) {
3820
- return Vr(e, !1);
3838
+ return Wr(e, !1);
3821
3839
  }
3822
- function Vr(e, t = !1) {
3840
+ function Wr(e, t = !1) {
3823
3841
  return e == null ? e : {
3824
3842
  date_end: e.dateEnd,
3825
3843
  date_start: e.dateStart,
@@ -3829,91 +3847,91 @@ function Vr(e, t = !1) {
3829
3847
  slug: e.slug
3830
3848
  };
3831
3849
  }
3832
- function Ec(e) {
3850
+ function Jc(e) {
3833
3851
  return !0;
3834
3852
  }
3835
- function Zr(e) {
3836
- return Wr(e, !1);
3853
+ function Xr(e) {
3854
+ return Qr(e, !1);
3837
3855
  }
3838
- function Wr(e, t) {
3856
+ function Qr(e, t) {
3839
3857
  return e == null ? e : { couponId: e.coupon_id == null ? void 0 : e.coupon_id };
3840
3858
  }
3841
- function Xr(e) {
3842
- return Qr(e, !1);
3859
+ function jr(e) {
3860
+ return eo(e, !1);
3843
3861
  }
3844
- function Qr(e, t = !1) {
3862
+ function eo(e, t = !1) {
3845
3863
  return e == null ? e : { coupon_id: e.couponId };
3846
3864
  }
3847
- var Lc = {
3865
+ var vc = {
3848
3866
  Coupon: "COUPON",
3849
3867
  CreditCard: "CREDIT_CARD",
3850
3868
  DepositAccount: "DEPOSIT_ACCOUNT"
3851
3869
  };
3852
- function Jc(e) {
3870
+ function Bc(e) {
3853
3871
  return !(!("name" in e) || e.name === void 0);
3854
3872
  }
3855
- function Mt(e) {
3856
- return jr(e, !1);
3873
+ function Nt(e) {
3874
+ return to(e, !1);
3857
3875
  }
3858
- function jr(e, t) {
3876
+ function to(e, t) {
3859
3877
  return e == null ? e : {
3860
3878
  name: e.name,
3861
- payload: e.payload == null ? void 0 : Zr(e.payload)
3879
+ payload: e.payload == null ? void 0 : Xr(e.payload)
3862
3880
  };
3863
3881
  }
3864
- function Pt(e) {
3865
- return eo(e, !1);
3882
+ function bt(e) {
3883
+ return io(e, !1);
3866
3884
  }
3867
- function eo(e, t = !1) {
3885
+ function io(e, t = !1) {
3868
3886
  return e == null ? e : {
3869
3887
  name: e.name,
3870
- payload: Xr(e.payload)
3888
+ payload: jr(e.payload)
3871
3889
  };
3872
3890
  }
3873
- function vc(e) {
3891
+ function Hc(e) {
3874
3892
  return !(!("bookingPolicyId" in e) || e.bookingPolicyId === void 0 || !("contactPerson" in e) || e.contactPerson === void 0);
3875
3893
  }
3876
- function Bc(e) {
3877
- return to(e, !1);
3894
+ function xc(e) {
3895
+ return no(e, !1);
3878
3896
  }
3879
- function to(e, t) {
3897
+ function no(e, t) {
3880
3898
  return e == null ? e : {
3881
- addons: e.addons == null ? void 0 : e.addons.map(Jr),
3899
+ addons: e.addons == null ? void 0 : e.addons.map(Br),
3882
3900
  bookingPolicyId: e.booking_policy_id,
3883
- contactPerson: _t(e.contact_person),
3901
+ contactPerson: At(e.contact_person),
3884
3902
  eventMetadata: e.event_metadata == null ? void 0 : me(e.event_metadata),
3885
- guestsList: e.guests_list == null ? void 0 : e.guests_list.map($r),
3903
+ guestsList: e.guests_list == null ? void 0 : e.guests_list.map(Yr),
3886
3904
  metadata: e.metadata == null ? void 0 : e.metadata,
3887
- paymentMethods: e.payment_methods == null ? void 0 : e.payment_methods.map(Mt),
3905
+ paymentMethods: e.payment_methods == null ? void 0 : e.payment_methods.map(Nt),
3888
3906
  trackingId: e.tracking_id == null ? void 0 : e.tracking_id
3889
3907
  };
3890
3908
  }
3891
- function io(e) {
3892
- return no(e, !1);
3909
+ function ro(e) {
3910
+ return oo(e, !1);
3893
3911
  }
3894
- function no(e, t = !1) {
3912
+ function oo(e, t = !1) {
3895
3913
  return e == null ? e : {
3896
- addons: e.addons == null ? void 0 : e.addons.map(Br),
3914
+ addons: e.addons == null ? void 0 : e.addons.map(xr),
3897
3915
  booking_policy_id: e.bookingPolicyId,
3898
- contact_person: Ot(e.contactPerson),
3916
+ contact_person: Tt(e.contactPerson),
3899
3917
  event_metadata: pe(e.eventMetadata),
3900
- guests_list: e.guestsList == null ? void 0 : e.guestsList.map(Yr),
3918
+ guests_list: e.guestsList == null ? void 0 : e.guestsList.map(zr),
3901
3919
  metadata: e.metadata,
3902
- payment_methods: e.paymentMethods == null ? void 0 : e.paymentMethods.map(Pt),
3920
+ payment_methods: e.paymentMethods == null ? void 0 : e.paymentMethods.map(bt),
3903
3921
  tracking_id: e.trackingId
3904
3922
  };
3905
3923
  }
3906
- function Hc(e) {
3924
+ function Fc(e) {
3907
3925
  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);
3908
3926
  }
3909
- function Ke(e) {
3910
- return ro(e, !1);
3927
+ function Ve(e) {
3928
+ return ao(e, !1);
3911
3929
  }
3912
- function ro(e, t) {
3930
+ function ao(e, t) {
3913
3931
  return e == null ? e : {
3914
- addons: e.addons == null ? void 0 : e.addons.map(Rt),
3932
+ addons: e.addons == null ? void 0 : e.addons.map(Dt),
3915
3933
  adultCount: e.adult_count,
3916
- cancellationPolicies: e.cancellation_policies.map(Be),
3934
+ cancellationPolicies: e.cancellation_policies.map(He),
3917
3935
  checkInDate: e.check_in_date,
3918
3936
  checkOutDate: e.check_out_date,
3919
3937
  children: e.children == null ? void 0 : e.children,
@@ -3927,14 +3945,14 @@ function ro(e, t) {
3927
3945
  isPriceIncreased: e.is_price_increased
3928
3946
  };
3929
3947
  }
3930
- function xc(e) {
3931
- return oo(e, !1);
3948
+ function Uc(e) {
3949
+ return so(e, !1);
3932
3950
  }
3933
- function oo(e, t = !1) {
3951
+ function so(e, t = !1) {
3934
3952
  return e == null ? e : {
3935
- addons: e.addons == null ? void 0 : e.addons.map(Ct),
3953
+ addons: e.addons == null ? void 0 : e.addons.map(Mt),
3936
3954
  adult_count: e.adultCount,
3937
- cancellation_policies: e.cancellationPolicies.map(He),
3955
+ cancellation_policies: e.cancellationPolicies.map(xe),
3938
3956
  check_in_date: e.checkInDate,
3939
3957
  check_out_date: e.checkOutDate,
3940
3958
  children: e.children,
@@ -3948,24 +3966,24 @@ function oo(e, t = !1) {
3948
3966
  is_price_increased: e.isPriceIncreased
3949
3967
  };
3950
3968
  }
3951
- function Fc(e) {
3969
+ function Gc(e) {
3952
3970
  return !(!("hotelRoomOfferId" in e) || e.hotelRoomOfferId === void 0);
3953
3971
  }
3954
- function Uc(e) {
3955
- return ao(e, !1);
3972
+ function $c(e) {
3973
+ return co(e, !1);
3956
3974
  }
3957
- function ao(e, t) {
3975
+ function co(e, t) {
3958
3976
  return e == null ? e : {
3959
3977
  addBreakfast: e.add_breakfast == null ? void 0 : e.add_breakfast,
3960
3978
  breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
3961
3979
  hotelRoomOfferId: e.hotel_room_offer_id,
3962
- lang: e.lang == null ? void 0 : xe(e.lang)
3980
+ lang: e.lang == null ? void 0 : Fe(e.lang)
3963
3981
  };
3964
3982
  }
3965
- function so(e) {
3966
- return co(e, !1);
3983
+ function uo(e) {
3984
+ return fo(e, !1);
3967
3985
  }
3968
- function co(e, t = !1) {
3986
+ function fo(e, t = !1) {
3969
3987
  return e == null ? e : {
3970
3988
  add_breakfast: e.addBreakfast,
3971
3989
  breakfast_count: e.breakfastCount,
@@ -3973,13 +3991,13 @@ function co(e, t = !1) {
3973
3991
  lang: e.lang
3974
3992
  };
3975
3993
  }
3976
- function Gc(e) {
3994
+ function qc(e) {
3977
3995
  return !0;
3978
3996
  }
3979
- function uo(e) {
3980
- return fo(e, !1);
3997
+ function lo(e) {
3998
+ return mo(e, !1);
3981
3999
  }
3982
- function fo(e, t) {
4000
+ function mo(e, t) {
3983
4001
  return e == null ? e : {
3984
4002
  endingBefore: e.ending_before == null ? void 0 : e.ending_before,
3985
4003
  limit: e.limit == null ? void 0 : e.limit,
@@ -3987,10 +4005,10 @@ function fo(e, t) {
3987
4005
  totalCount: e.total_count == null ? void 0 : e.total_count
3988
4006
  };
3989
4007
  }
3990
- function lo(e) {
3991
- return mo(e, !1);
4008
+ function po(e) {
4009
+ return ho(e, !1);
3992
4010
  }
3993
- function mo(e, t = !1) {
4011
+ function ho(e, t = !1) {
3994
4012
  return e == null ? e : {
3995
4013
  ending_before: e.endingBefore,
3996
4014
  limit: e.limit,
@@ -3998,28 +4016,28 @@ function mo(e, t = !1) {
3998
4016
  total_count: e.totalCount
3999
4017
  };
4000
4018
  }
4001
- function $c(e) {
4019
+ function Yc(e) {
4002
4020
  return !(!("data" in e) || e.data === void 0 || !("meta" in e) || e.meta === void 0);
4003
4021
  }
4004
- function po(e) {
4005
- return ho(e, !1);
4022
+ function yo(e) {
4023
+ return go(e, !1);
4006
4024
  }
4007
- function ho(e, t) {
4025
+ function go(e, t) {
4008
4026
  return e == null ? e : {
4009
4027
  data: e.data.map(ee),
4010
- meta: uo(e.meta)
4028
+ meta: lo(e.meta)
4011
4029
  };
4012
4030
  }
4013
- function qc(e) {
4014
- return yo(e, !1);
4031
+ function Kc(e) {
4032
+ return _o(e, !1);
4015
4033
  }
4016
- function yo(e, t = !1) {
4034
+ function _o(e, t = !1) {
4017
4035
  return e == null ? e : {
4018
- data: e.data.map(Er),
4019
- meta: lo(e.meta)
4036
+ data: e.data.map(Jr),
4037
+ meta: po(e.meta)
4020
4038
  };
4021
4039
  }
4022
- var Yc = {
4040
+ var zc = {
4023
4041
  ApiError: "api_error",
4024
4042
  BadGateway: "bad_gateway",
4025
4043
  InternalServerError: "internal_server_error",
@@ -4030,13 +4048,13 @@ var Yc = {
4030
4048
  Unauthorized: "unauthorized",
4031
4049
  ValidationError: "validation_error"
4032
4050
  };
4033
- function Kc(e) {
4051
+ function Vc(e) {
4034
4052
  return !(!("statusCode" in e) || e.statusCode === void 0);
4035
4053
  }
4036
- function zc(e) {
4037
- return go(e, !1);
4054
+ function Zc(e) {
4055
+ return Oo(e, !1);
4038
4056
  }
4039
- function go(e, t) {
4057
+ function Oo(e, t) {
4040
4058
  return e == null ? e : {
4041
4059
  documentationUrl: e.documentation_url == null ? void 0 : e.documentation_url,
4042
4060
  error: e.error == null ? void 0 : e.error,
@@ -4045,10 +4063,10 @@ function go(e, t) {
4045
4063
  type: e.type == null ? void 0 : e.type
4046
4064
  };
4047
4065
  }
4048
- function Vc(e) {
4049
- return _o(e, !1);
4066
+ function Wc(e) {
4067
+ return Ao(e, !1);
4050
4068
  }
4051
- function _o(e, t = !1) {
4069
+ function Ao(e, t = !1) {
4052
4070
  return e == null ? e : {
4053
4071
  documentation_url: e.documentationUrl,
4054
4072
  error: e.error,
@@ -4057,34 +4075,34 @@ function _o(e, t = !1) {
4057
4075
  type: e.type
4058
4076
  };
4059
4077
  }
4060
- function Zc(e) {
4078
+ function Xc(e) {
4061
4079
  return !(!("rating" in e) || e.rating === void 0);
4062
4080
  }
4063
- function Nt(e) {
4064
- return Oo(e, !1);
4081
+ function It(e) {
4082
+ return To(e, !1);
4065
4083
  }
4066
- function Oo(e, t) {
4084
+ function To(e, t) {
4067
4085
  return e == null ? e : {
4068
4086
  category: e.category == null ? void 0 : e.category,
4069
4087
  rating: e.rating
4070
4088
  };
4071
4089
  }
4072
- function bt(e) {
4073
- return Ao(e, !1);
4090
+ function Et(e) {
4091
+ return So(e, !1);
4074
4092
  }
4075
- function Ao(e, t = !1) {
4093
+ function So(e, t = !1) {
4076
4094
  return e == null ? e : {
4077
4095
  category: e.category,
4078
4096
  rating: e.rating
4079
4097
  };
4080
4098
  }
4081
- function Wc(e) {
4099
+ function Qc(e) {
4082
4100
  return !0;
4083
4101
  }
4084
- function It(e) {
4085
- return To(e, !1);
4102
+ function Lt(e) {
4103
+ return wo(e, !1);
4086
4104
  }
4087
- function To(e, t) {
4105
+ function wo(e, t) {
4088
4106
  return e == null ? e : {
4089
4107
  count: e.count == null ? void 0 : e.count,
4090
4108
  highres: e.highres == null ? void 0 : e.highres,
@@ -4094,10 +4112,10 @@ function To(e, t) {
4094
4112
  thumb: e.thumb == null ? void 0 : e.thumb
4095
4113
  };
4096
4114
  }
4097
- function Et(e) {
4098
- return So(e, !1);
4115
+ function Jt(e) {
4116
+ return ko(e, !1);
4099
4117
  }
4100
- function So(e, t = !1) {
4118
+ function ko(e, t = !1) {
4101
4119
  return e == null ? e : {
4102
4120
  count: e.count,
4103
4121
  highres: e.highres,
@@ -4107,63 +4125,63 @@ function So(e, t = !1) {
4107
4125
  thumb: e.thumb
4108
4126
  };
4109
4127
  }
4110
- function Xc(e) {
4128
+ function jc(e) {
4111
4129
  return !0;
4112
4130
  }
4113
- function wo(e) {
4114
- return ko(e, !1);
4131
+ function Ro(e) {
4132
+ return Co(e, !1);
4115
4133
  }
4116
- function ko(e, t) {
4134
+ function Co(e, t) {
4117
4135
  return e == null ? e : {
4118
4136
  driving: e.driving == null ? void 0 : e.driving,
4119
4137
  transit: e.transit == null ? void 0 : e.transit,
4120
4138
  walking: e.walking == null ? void 0 : e.walking
4121
4139
  };
4122
4140
  }
4123
- function Ro(e) {
4124
- return Co(e, !1);
4141
+ function Do(e) {
4142
+ return Mo(e, !1);
4125
4143
  }
4126
- function Co(e, t = !1) {
4144
+ function Mo(e, t = !1) {
4127
4145
  return e == null ? e : {
4128
4146
  driving: e.driving,
4129
4147
  transit: e.transit,
4130
4148
  walking: e.walking
4131
4149
  };
4132
4150
  }
4133
- function Qc(e) {
4151
+ function eu(e) {
4134
4152
  return !(!("name" in e) || e.name === void 0);
4135
4153
  }
4136
- function Lt(e) {
4137
- return Do(e, !1);
4154
+ function vt(e) {
4155
+ return Po(e, !1);
4138
4156
  }
4139
- function Do(e, t) {
4157
+ function Po(e, t) {
4140
4158
  return e == null ? e : {
4141
4159
  description: e.description == null ? void 0 : e.description,
4142
4160
  name: e.name,
4143
- travelTimes: e.travel_times == null ? void 0 : wo(e.travel_times)
4161
+ travelTimes: e.travel_times == null ? void 0 : Ro(e.travel_times)
4144
4162
  };
4145
4163
  }
4146
- function Jt(e) {
4147
- return Mo(e, !1);
4164
+ function Bt(e) {
4165
+ return No(e, !1);
4148
4166
  }
4149
- function Mo(e, t = !1) {
4167
+ function No(e, t = !1) {
4150
4168
  return e == null ? e : {
4151
4169
  description: e.description,
4152
4170
  name: e.name,
4153
- travel_times: Ro(e.travelTimes)
4171
+ travel_times: Do(e.travelTimes)
4154
4172
  };
4155
4173
  }
4156
- function jc(e) {
4174
+ function tu(e) {
4157
4175
  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);
4158
4176
  }
4159
- function Po(e) {
4160
- return No(e, !1);
4177
+ function bo(e) {
4178
+ return Io(e, !1);
4161
4179
  }
4162
- function No(e, t) {
4180
+ function Io(e, t) {
4163
4181
  return e == null ? e : {
4164
4182
  address: e.address == null ? void 0 : e.address,
4165
4183
  address2: e.address2 == null ? void 0 : e.address2,
4166
- amenities: e.amenities == null ? void 0 : lt(e.amenities),
4184
+ amenities: e.amenities == null ? void 0 : pt(e.amenities),
4167
4185
  checkInTime: e.check_in_time == null ? void 0 : e.check_in_time,
4168
4186
  checkOutTime: e.check_out_time == null ? void 0 : e.check_out_time,
4169
4187
  city: e.city == null ? void 0 : e.city,
@@ -4175,9 +4193,9 @@ function No(e, t) {
4175
4193
  email: e.email == null ? void 0 : e.email,
4176
4194
  fax: e.fax == null ? void 0 : e.fax,
4177
4195
  hotelImages: e.hotel_images == null ? void 0 : e.hotel_images.map(de),
4178
- hotelReviewRatings: e.hotel_review_ratings == null ? void 0 : e.hotel_review_ratings.map(Nt),
4196
+ hotelReviewRatings: e.hotel_review_ratings == null ? void 0 : e.hotel_review_ratings.map(It),
4179
4197
  id: e.id,
4180
- images: e.images == null ? void 0 : It(e.images),
4198
+ images: e.images == null ? void 0 : Lt(e.images),
4181
4199
  latitude: e.latitude,
4182
4200
  longitude: e.longitude,
4183
4201
  name: e.name,
@@ -4189,18 +4207,18 @@ function No(e, t) {
4189
4207
  state: e.state == null ? void 0 : e.state,
4190
4208
  taId: e.ta_id == null ? void 0 : e.ta_id,
4191
4209
  timezone: e.timezone,
4192
- venues: e.venues == null ? void 0 : e.venues.map(Lt),
4210
+ venues: e.venues == null ? void 0 : e.venues.map(vt),
4193
4211
  website: e.website == null ? void 0 : e.website
4194
4212
  };
4195
4213
  }
4196
- function eu(e) {
4197
- return bo(e, !1);
4214
+ function iu(e) {
4215
+ return Eo(e, !1);
4198
4216
  }
4199
- function bo(e, t = !1) {
4217
+ function Eo(e, t = !1) {
4200
4218
  return e == null ? e : {
4201
4219
  address: e.address,
4202
4220
  address2: e.address2,
4203
- amenities: mt(e.amenities),
4221
+ amenities: ht(e.amenities),
4204
4222
  check_in_time: e.checkInTime,
4205
4223
  check_out_time: e.checkOutTime,
4206
4224
  city: e.city,
@@ -4212,9 +4230,9 @@ function bo(e, t = !1) {
4212
4230
  email: e.email,
4213
4231
  fax: e.fax,
4214
4232
  hotel_images: e.hotelImages == null ? void 0 : e.hotelImages.map(Te),
4215
- hotel_review_ratings: e.hotelReviewRatings == null ? void 0 : e.hotelReviewRatings.map(bt),
4233
+ hotel_review_ratings: e.hotelReviewRatings == null ? void 0 : e.hotelReviewRatings.map(Et),
4216
4234
  id: e.id,
4217
- images: Et(e.images),
4235
+ images: Jt(e.images),
4218
4236
  latitude: e.latitude,
4219
4237
  longitude: e.longitude,
4220
4238
  name: e.name,
@@ -4226,21 +4244,21 @@ function bo(e, t = !1) {
4226
4244
  state: e.state,
4227
4245
  ta_id: e.taId,
4228
4246
  timezone: e.timezone,
4229
- venues: e.venues == null ? void 0 : e.venues.map(Jt),
4247
+ venues: e.venues == null ? void 0 : e.venues.map(Bt),
4230
4248
  website: e.website
4231
4249
  };
4232
4250
  }
4233
- function tu(e) {
4251
+ function nu(e) {
4234
4252
  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);
4235
4253
  }
4236
- function Io(e) {
4237
- return Eo(e, !1);
4254
+ function Lo(e) {
4255
+ return Jo(e, !1);
4238
4256
  }
4239
- function Eo(e, t) {
4257
+ function Jo(e, t) {
4240
4258
  return e == null ? e : {
4241
4259
  address: e.address == null ? void 0 : e.address,
4242
4260
  address2: e.address2 == null ? void 0 : e.address2,
4243
- amenities: e.amenities == null ? void 0 : lt(e.amenities),
4261
+ amenities: e.amenities == null ? void 0 : pt(e.amenities),
4244
4262
  checkInTime: e.check_in_time == null ? void 0 : e.check_in_time,
4245
4263
  checkOutTime: e.check_out_time == null ? void 0 : e.check_out_time,
4246
4264
  city: e.city == null ? void 0 : e.city,
@@ -4252,9 +4270,9 @@ function Eo(e, t) {
4252
4270
  email: e.email == null ? void 0 : e.email,
4253
4271
  fax: e.fax == null ? void 0 : e.fax,
4254
4272
  hotelImages: e.hotel_images.map(de),
4255
- hotelReviewRatings: e.hotel_review_ratings == null ? void 0 : e.hotel_review_ratings.map(Nt),
4273
+ hotelReviewRatings: e.hotel_review_ratings == null ? void 0 : e.hotel_review_ratings.map(It),
4256
4274
  id: e.id,
4257
- images: e.images == null ? void 0 : It(e.images),
4275
+ images: e.images == null ? void 0 : Lt(e.images),
4258
4276
  latitude: e.latitude,
4259
4277
  longitude: e.longitude,
4260
4278
  name: e.name,
@@ -4266,20 +4284,20 @@ function Eo(e, t) {
4266
4284
  state: e.state == null ? void 0 : e.state,
4267
4285
  taId: e.ta_id == null ? void 0 : e.ta_id,
4268
4286
  timezone: e.timezone,
4269
- venues: e.venues == null ? void 0 : e.venues.map(Lt),
4287
+ venues: e.venues == null ? void 0 : e.venues.map(vt),
4270
4288
  website: e.website == null ? void 0 : e.website,
4271
4289
  hotelRoomOffers: e.hotel_room_offers.map(fe),
4272
- tags: e.tags == null ? void 0 : e.tags.map(yt)
4290
+ tags: e.tags == null ? void 0 : e.tags.map(_t)
4273
4291
  };
4274
4292
  }
4275
- function Lo(e) {
4276
- return Jo(e, !1);
4293
+ function vo(e) {
4294
+ return Bo(e, !1);
4277
4295
  }
4278
- function Jo(e, t = !1) {
4296
+ function Bo(e, t = !1) {
4279
4297
  return e == null ? e : {
4280
4298
  address: e.address,
4281
4299
  address2: e.address2,
4282
- amenities: mt(e.amenities),
4300
+ amenities: ht(e.amenities),
4283
4301
  check_in_time: e.checkInTime,
4284
4302
  check_out_time: e.checkOutTime,
4285
4303
  city: e.city,
@@ -4291,9 +4309,9 @@ function Jo(e, t = !1) {
4291
4309
  email: e.email,
4292
4310
  fax: e.fax,
4293
4311
  hotel_images: e.hotelImages.map(Te),
4294
- hotel_review_ratings: e.hotelReviewRatings == null ? void 0 : e.hotelReviewRatings.map(bt),
4312
+ hotel_review_ratings: e.hotelReviewRatings == null ? void 0 : e.hotelReviewRatings.map(Et),
4295
4313
  id: e.id,
4296
- images: Et(e.images),
4314
+ images: Jt(e.images),
4297
4315
  latitude: e.latitude,
4298
4316
  longitude: e.longitude,
4299
4317
  name: e.name,
@@ -4305,19 +4323,19 @@ function Jo(e, t = !1) {
4305
4323
  state: e.state,
4306
4324
  ta_id: e.taId,
4307
4325
  timezone: e.timezone,
4308
- venues: e.venues == null ? void 0 : e.venues.map(Jt),
4326
+ venues: e.venues == null ? void 0 : e.venues.map(Bt),
4309
4327
  website: e.website,
4310
4328
  hotel_room_offers: e.hotelRoomOffers.map(le),
4311
- tags: e.tags == null ? void 0 : e.tags.map(gt)
4329
+ tags: e.tags == null ? void 0 : e.tags.map(Ot)
4312
4330
  };
4313
4331
  }
4314
- function iu(e) {
4332
+ function ru(e) {
4315
4333
  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);
4316
4334
  }
4317
- function ze(e) {
4318
- return vo(e, !1);
4335
+ function Ze(e) {
4336
+ return Ho(e, !1);
4319
4337
  }
4320
- function vo(e, t) {
4338
+ function Ho(e, t) {
4321
4339
  return e == null ? e : {
4322
4340
  address: e.address == null ? void 0 : e.address,
4323
4341
  adultCount: e.adult_count,
@@ -4333,10 +4351,10 @@ function vo(e, t) {
4333
4351
  sourceMarket: Ae(e.source_market)
4334
4352
  };
4335
4353
  }
4336
- function nu(e) {
4337
- return Bo(e, !1);
4354
+ function ou(e) {
4355
+ return xo(e, !1);
4338
4356
  }
4339
- function Bo(e, t = !1) {
4357
+ function xo(e, t = !1) {
4340
4358
  return e == null ? e : {
4341
4359
  address: e.address,
4342
4360
  adult_count: e.adultCount,
@@ -4352,13 +4370,13 @@ function Bo(e, t = !1) {
4352
4370
  source_market: e.sourceMarket
4353
4371
  };
4354
4372
  }
4355
- function ru(e) {
4373
+ function au(e) {
4356
4374
  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);
4357
4375
  }
4358
- function ou(e) {
4359
- return Ho(e, !1);
4376
+ function su(e) {
4377
+ return Fo(e, !1);
4360
4378
  }
4361
- function Ho(e, t) {
4379
+ function Fo(e, t) {
4362
4380
  return e == null ? e : {
4363
4381
  address: e.address == null ? void 0 : e.address,
4364
4382
  adultCount: e.adult_count,
@@ -4371,10 +4389,10 @@ function Ho(e, t) {
4371
4389
  roomCount: e.room_count
4372
4390
  };
4373
4391
  }
4374
- function xo(e) {
4375
- return Fo(e, !1);
4392
+ function Uo(e) {
4393
+ return Go(e, !1);
4376
4394
  }
4377
- function Fo(e, t = !1) {
4395
+ function Go(e, t = !1) {
4378
4396
  return e == null ? e : {
4379
4397
  address: e.address,
4380
4398
  adult_count: e.adultCount,
@@ -4387,36 +4405,36 @@ function Fo(e, t = !1) {
4387
4405
  room_count: e.roomCount
4388
4406
  };
4389
4407
  }
4390
- function au(e) {
4408
+ function cu(e) {
4391
4409
  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);
4392
4410
  }
4393
- function Uo(e) {
4394
- return Go(e, !1);
4411
+ function $o(e) {
4412
+ return qo(e, !1);
4395
4413
  }
4396
- function Go(e, t) {
4414
+ function qo(e, t) {
4397
4415
  return e == null ? e : {
4398
4416
  adultCount: e.adult_count,
4399
4417
  checkInDate: e.check_in_date,
4400
4418
  checkOutDate: e.check_out_date,
4401
4419
  children: e.children == null ? void 0 : e.children,
4402
4420
  currency: ne(e.currency),
4403
- hotelOffers: e.hotel_offers.map(Io),
4421
+ hotelOffers: e.hotel_offers.map(Lo),
4404
4422
  priceHistogram: e.price_histogram == null ? void 0 : e.price_histogram,
4405
4423
  priceMax: e.price_max == null ? void 0 : e.price_max,
4406
4424
  priceMin: e.price_min == null ? void 0 : e.price_min
4407
4425
  };
4408
4426
  }
4409
- function $o(e) {
4410
- return qo(e, !1);
4427
+ function Yo(e) {
4428
+ return Ko(e, !1);
4411
4429
  }
4412
- function qo(e, t = !1) {
4430
+ function Ko(e, t = !1) {
4413
4431
  return e == null ? e : {
4414
4432
  adult_count: e.adultCount,
4415
4433
  check_in_date: e.checkInDate,
4416
4434
  check_out_date: e.checkOutDate,
4417
4435
  children: e.children,
4418
4436
  currency: e.currency,
4419
- hotel_offers: e.hotelOffers.map(Lo),
4437
+ hotel_offers: e.hotelOffers.map(vo),
4420
4438
  price_histogram: e.priceHistogram,
4421
4439
  price_max: e.priceMax,
4422
4440
  price_min: e.priceMin
@@ -4426,42 +4444,42 @@ var be = {
4426
4444
  Complete: "COMPLETE",
4427
4445
  InProgress: "IN_PROGRESS"
4428
4446
  };
4429
- function su(e) {
4447
+ function uu(e) {
4430
4448
  for (const t in be) if (Object.prototype.hasOwnProperty.call(be, t) && be[t] === e)
4431
4449
  return !0;
4432
4450
  return !1;
4433
4451
  }
4434
- function Yo(e) {
4435
- return Ko(e, !1);
4452
+ function zo(e) {
4453
+ return Vo(e, !1);
4436
4454
  }
4437
- function Ko(e, t) {
4455
+ function Vo(e, t) {
4438
4456
  return e;
4439
4457
  }
4440
- function cu(e) {
4458
+ function du(e) {
4441
4459
  return e;
4442
4460
  }
4443
- function uu(e, t) {
4461
+ function fu(e, t) {
4444
4462
  return e;
4445
4463
  }
4446
- function du(e) {
4464
+ function lu(e) {
4447
4465
  return !(!("status" in e) || e.status === void 0);
4448
4466
  }
4449
- function vt(e) {
4450
- return zo(e, !1);
4467
+ function Ht(e) {
4468
+ return Zo(e, !1);
4451
4469
  }
4452
- function zo(e, t) {
4470
+ function Zo(e, t) {
4453
4471
  return e == null ? e : {
4454
4472
  endingBefore: e.ending_before == null ? void 0 : e.ending_before,
4455
4473
  limit: e.limit == null ? void 0 : e.limit,
4456
4474
  startingAfter: e.starting_after == null ? void 0 : e.starting_after,
4457
4475
  totalCount: e.total_count == null ? void 0 : e.total_count,
4458
- status: Yo(e.status)
4476
+ status: zo(e.status)
4459
4477
  };
4460
4478
  }
4461
- function Bt(e) {
4462
- return Vo(e, !1);
4479
+ function xt(e) {
4480
+ return Wo(e, !1);
4463
4481
  }
4464
- function Vo(e, t = !1) {
4482
+ function Wo(e, t = !1) {
4465
4483
  return e == null ? e : {
4466
4484
  ending_before: e.endingBefore,
4467
4485
  limit: e.limit,
@@ -4470,36 +4488,36 @@ function Vo(e, t = !1) {
4470
4488
  status: e.status
4471
4489
  };
4472
4490
  }
4473
- function fu(e) {
4491
+ function mu(e) {
4474
4492
  return !(!("data" in e) || e.data === void 0 || !("meta" in e) || e.meta === void 0);
4475
4493
  }
4476
- function Zo(e) {
4477
- return Wo(e, !1);
4494
+ function Xo(e) {
4495
+ return Qo(e, !1);
4478
4496
  }
4479
- function Wo(e, t) {
4497
+ function Qo(e, t) {
4480
4498
  return e == null ? e : {
4481
- data: Uo(e.data),
4482
- event: e.event == null ? void 0 : Fe(e.event),
4483
- meta: vt(e.meta)
4499
+ data: $o(e.data),
4500
+ event: e.event == null ? void 0 : Ue(e.event),
4501
+ meta: Ht(e.meta)
4484
4502
  };
4485
4503
  }
4486
- function lu(e) {
4487
- return Xo(e, !1);
4504
+ function pu(e) {
4505
+ return jo(e, !1);
4488
4506
  }
4489
- function Xo(e, t = !1) {
4507
+ function jo(e, t = !1) {
4490
4508
  return e == null ? e : {
4491
- data: $o(e.data),
4492
- event: Ue(e.event),
4493
- meta: Bt(e.meta)
4509
+ data: Yo(e.data),
4510
+ event: Ge(e.event),
4511
+ meta: xt(e.meta)
4494
4512
  };
4495
4513
  }
4496
- function mu(e) {
4514
+ function hu(e) {
4497
4515
  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);
4498
4516
  }
4499
- function Qo(e) {
4500
- return jo(e, !1);
4517
+ function ea(e) {
4518
+ return ta(e, !1);
4501
4519
  }
4502
- function jo(e, t) {
4520
+ function ta(e, t) {
4503
4521
  return e == null ? e : {
4504
4522
  adultCount: e.adult_count,
4505
4523
  checkInDate: e.check_in_date,
@@ -4510,10 +4528,10 @@ function jo(e, t) {
4510
4528
  hotelRoomOffer: fe(e.hotel_room_offer)
4511
4529
  };
4512
4530
  }
4513
- function pu(e) {
4514
- return ea(e, !1);
4531
+ function yu(e) {
4532
+ return ia(e, !1);
4515
4533
  }
4516
- function ea(e, t = !1) {
4534
+ function ia(e, t = !1) {
4517
4535
  return e == null ? e : {
4518
4536
  adult_count: e.adultCount,
4519
4537
  check_in_date: e.checkInDate,
@@ -4524,13 +4542,13 @@ function ea(e, t = !1) {
4524
4542
  hotel_room_offer: le(e.hotelRoomOffer)
4525
4543
  };
4526
4544
  }
4527
- function hu(e) {
4545
+ function gu(e) {
4528
4546
  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);
4529
4547
  }
4530
- function Ve(e) {
4531
- return ta(e, !1);
4548
+ function We(e) {
4549
+ return na(e, !1);
4532
4550
  }
4533
- function ta(e, t) {
4551
+ function na(e, t) {
4534
4552
  return e == null ? e : {
4535
4553
  adultCount: e.adult_count,
4536
4554
  checkInDate: e.check_in_date,
@@ -4544,10 +4562,10 @@ function ta(e, t) {
4544
4562
  sourceMarket: Ae(e.source_market)
4545
4563
  };
4546
4564
  }
4547
- function yu(e) {
4548
- return ia(e, !1);
4565
+ function _u(e) {
4566
+ return ra(e, !1);
4549
4567
  }
4550
- function ia(e, t = !1) {
4568
+ function ra(e, t = !1) {
4551
4569
  return e == null ? e : {
4552
4570
  adult_count: e.adultCount,
4553
4571
  check_in_date: e.checkInDate,
@@ -4561,13 +4579,13 @@ function ia(e, t = !1) {
4561
4579
  source_market: e.sourceMarket
4562
4580
  };
4563
4581
  }
4564
- function gu(e) {
4582
+ function Ou(e) {
4565
4583
  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);
4566
4584
  }
4567
- function _u(e) {
4568
- return na(e, !1);
4585
+ function Au(e) {
4586
+ return oa(e, !1);
4569
4587
  }
4570
- function na(e, t) {
4588
+ function oa(e, t) {
4571
4589
  return e == null ? e : {
4572
4590
  adultCount: e.adult_count,
4573
4591
  checkInDate: e.check_in_date,
@@ -4578,10 +4596,10 @@ function na(e, t) {
4578
4596
  roomCount: e.room_count
4579
4597
  };
4580
4598
  }
4581
- function ra(e) {
4582
- return oa(e, !1);
4599
+ function aa(e) {
4600
+ return sa(e, !1);
4583
4601
  }
4584
- function oa(e, t = !1) {
4602
+ function sa(e, t = !1) {
4585
4603
  return e == null ? e : {
4586
4604
  adult_count: e.adultCount,
4587
4605
  check_in_date: e.checkInDate,
@@ -4592,13 +4610,13 @@ function oa(e, t = !1) {
4592
4610
  room_count: e.roomCount
4593
4611
  };
4594
4612
  }
4595
- function Ou(e) {
4613
+ function Tu(e) {
4596
4614
  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);
4597
4615
  }
4598
- function aa(e) {
4599
- return sa(e, !1);
4616
+ function ca(e) {
4617
+ return ua(e, !1);
4600
4618
  }
4601
- function sa(e, t) {
4619
+ function ua(e, t) {
4602
4620
  return e == null ? e : {
4603
4621
  adultCount: e.adult_count,
4604
4622
  checkInDate: e.check_in_date,
@@ -4610,10 +4628,10 @@ function sa(e, t) {
4610
4628
  hotelTimezone: e.hotel_timezone
4611
4629
  };
4612
4630
  }
4613
- function ca(e) {
4614
- return ua(e, !1);
4631
+ function da(e) {
4632
+ return fa(e, !1);
4615
4633
  }
4616
- function ua(e, t = !1) {
4634
+ function fa(e, t = !1) {
4617
4635
  return e == null ? e : {
4618
4636
  adult_count: e.adultCount,
4619
4637
  check_in_date: e.checkInDate,
@@ -4625,131 +4643,131 @@ function ua(e, t = !1) {
4625
4643
  hotel_timezone: e.hotelTimezone
4626
4644
  };
4627
4645
  }
4628
- function Au(e) {
4646
+ function Su(e) {
4629
4647
  return !(!("data" in e) || e.data === void 0 || !("meta" in e) || e.meta === void 0);
4630
4648
  }
4631
- function da(e) {
4632
- return fa(e, !1);
4649
+ function la(e) {
4650
+ return ma(e, !1);
4633
4651
  }
4634
- function fa(e, t) {
4652
+ function ma(e, t) {
4635
4653
  return e == null ? e : {
4636
- data: aa(e.data),
4637
- event: e.event == null ? void 0 : Fe(e.event),
4638
- meta: vt(e.meta)
4654
+ data: ca(e.data),
4655
+ event: e.event == null ? void 0 : Ue(e.event),
4656
+ meta: Ht(e.meta)
4639
4657
  };
4640
4658
  }
4641
- function Tu(e) {
4642
- return la(e, !1);
4659
+ function wu(e) {
4660
+ return pa(e, !1);
4643
4661
  }
4644
- function la(e, t = !1) {
4662
+ function pa(e, t = !1) {
4645
4663
  return e == null ? e : {
4646
- data: ca(e.data),
4647
- event: Ue(e.event),
4648
- meta: Bt(e.meta)
4664
+ data: da(e.data),
4665
+ event: Ge(e.event),
4666
+ meta: xt(e.meta)
4649
4667
  };
4650
4668
  }
4651
- function Su(e) {
4669
+ function ku(e) {
4652
4670
  return !(!("count" in e) || e.count === void 0 || !("hotelRoomOfferId" in e) || e.hotelRoomOfferId === void 0);
4653
4671
  }
4654
- function ma(e) {
4655
- return pa(e, !1);
4672
+ function ha(e) {
4673
+ return ya(e, !1);
4656
4674
  }
4657
- function pa(e, t) {
4675
+ function ya(e, t) {
4658
4676
  return e == null ? e : {
4659
4677
  breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
4660
4678
  count: e.count,
4661
4679
  hotelRoomOfferId: e.hotel_room_offer_id
4662
4680
  };
4663
4681
  }
4664
- function ha(e) {
4665
- return ya(e, !1);
4682
+ function ga(e) {
4683
+ return _a(e, !1);
4666
4684
  }
4667
- function ya(e, t = !1) {
4685
+ function _a(e, t = !1) {
4668
4686
  return e == null ? e : {
4669
4687
  breakfast_count: e.breakfastCount,
4670
4688
  count: e.count,
4671
4689
  hotel_room_offer_id: e.hotelRoomOfferId
4672
4690
  };
4673
4691
  }
4674
- function wu(e) {
4692
+ function Ru(e) {
4675
4693
  return !(!("currency" in e) || e.currency === void 0 || !("hotelRoomOffers" in e) || e.hotelRoomOffers === void 0);
4676
4694
  }
4677
- function ku(e) {
4678
- return ga(e, !1);
4695
+ function Cu(e) {
4696
+ return Oa(e, !1);
4679
4697
  }
4680
- function ga(e, t) {
4698
+ function Oa(e, t) {
4681
4699
  return e == null ? e : {
4682
4700
  addBreakfast: e.add_breakfast == null ? void 0 : e.add_breakfast,
4683
4701
  breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
4684
4702
  currency: ne(e.currency),
4685
- hotelRoomOffers: e.hotel_room_offers.map(ma),
4686
- lang: e.lang == null ? void 0 : xe(e.lang)
4703
+ hotelRoomOffers: e.hotel_room_offers.map(ha),
4704
+ lang: e.lang == null ? void 0 : Fe(e.lang)
4687
4705
  };
4688
4706
  }
4689
- function _a(e) {
4690
- return Oa(e, !1);
4707
+ function Aa(e) {
4708
+ return Ta(e, !1);
4691
4709
  }
4692
- function Oa(e, t = !1) {
4710
+ function Ta(e, t = !1) {
4693
4711
  return e == null ? e : {
4694
4712
  add_breakfast: e.addBreakfast,
4695
4713
  breakfast_count: e.breakfastCount,
4696
4714
  currency: e.currency,
4697
- hotel_room_offers: e.hotelRoomOffers.map(ha),
4715
+ hotel_room_offers: e.hotelRoomOffers.map(ga),
4698
4716
  lang: e.lang
4699
4717
  };
4700
4718
  }
4701
- function Ru(e) {
4719
+ function Du(e) {
4702
4720
  return !(!("fullname" in e) || e.fullname === void 0 || !("hotelRoomingListId" in e) || e.hotelRoomingListId === void 0);
4703
4721
  }
4704
- function Cu(e) {
4705
- return Aa(e, !1);
4722
+ function Mu(e) {
4723
+ return Sa(e, !1);
4706
4724
  }
4707
- function Aa(e, t) {
4725
+ function Sa(e, t) {
4708
4726
  return e == null ? e : {
4709
4727
  fullname: e.fullname,
4710
4728
  hotelRoomingListId: e.hotel_rooming_list_id
4711
4729
  };
4712
4730
  }
4713
- function Ta(e) {
4714
- return Sa(e, !1);
4731
+ function wa(e) {
4732
+ return ka(e, !1);
4715
4733
  }
4716
- function Sa(e, t = !1) {
4734
+ function ka(e, t = !1) {
4717
4735
  return e == null ? e : {
4718
4736
  fullname: e.fullname,
4719
4737
  hotel_rooming_list_id: e.hotelRoomingListId
4720
4738
  };
4721
4739
  }
4722
- function Du(e) {
4740
+ function Pu(e) {
4723
4741
  return !(!("fullname" in e) || e.fullname === void 0);
4724
4742
  }
4725
- function Mu(e) {
4726
- return wa(e, !1);
4743
+ function Nu(e) {
4744
+ return Ra(e, !1);
4727
4745
  }
4728
- function wa(e, t) {
4746
+ function Ra(e, t) {
4729
4747
  return e == null ? e : { fullname: e.fullname };
4730
4748
  }
4731
- function ka(e) {
4732
- return Ra(e, !1);
4749
+ function Ca(e) {
4750
+ return Da(e, !1);
4733
4751
  }
4734
- function Ra(e, t = !1) {
4752
+ function Da(e, t = !1) {
4735
4753
  return e == null ? e : { fullname: e.fullname };
4736
4754
  }
4737
- function Pu(e) {
4755
+ function bu(e) {
4738
4756
  return !(!("paymentMethods" in e) || e.paymentMethods === void 0);
4739
4757
  }
4740
- function Nu(e) {
4741
- return Ca(e, !1);
4758
+ function Iu(e) {
4759
+ return Ma(e, !1);
4742
4760
  }
4743
- function Ca(e, t) {
4744
- return e == null ? e : { paymentMethods: e.payment_methods.map(Mt) };
4761
+ function Ma(e, t) {
4762
+ return e == null ? e : { paymentMethods: e.payment_methods.map(Nt) };
4745
4763
  }
4746
- function Da(e) {
4747
- return Ma(e, !1);
4764
+ function Pa(e) {
4765
+ return Na(e, !1);
4748
4766
  }
4749
- function Ma(e, t = !1) {
4750
- return e == null ? e : { payment_methods: e.paymentMethods.map(Pt) };
4767
+ function Na(e, t = !1) {
4768
+ return e == null ? e : { payment_methods: e.paymentMethods.map(bt) };
4751
4769
  }
4752
- var bu = {
4770
+ var Eu = {
4753
4771
  AddOrRemoveNights: "add_or_remove_nights",
4754
4772
  AddOrRemovePerson: "add_or_remove_person",
4755
4773
  ChangeDates: "change_dates",
@@ -4760,28 +4778,28 @@ var bu = {
4760
4778
  Other: "other",
4761
4779
  SpecialRequest: "special_request"
4762
4780
  };
4763
- function Iu(e) {
4781
+ function Lu(e) {
4764
4782
  return !(!("message" in e) || e.message === void 0 || !("requestType" in e) || e.requestType === void 0);
4765
4783
  }
4766
- function Eu(e) {
4767
- return Pa(e, !1);
4784
+ function Ju(e) {
4785
+ return ba(e, !1);
4768
4786
  }
4769
- function Pa(e, t) {
4787
+ function ba(e, t) {
4770
4788
  return e == null ? e : {
4771
4789
  message: e.message,
4772
4790
  requestType: e.request_type
4773
4791
  };
4774
4792
  }
4775
- function Na(e) {
4776
- return ba(e, !1);
4793
+ function Ia(e) {
4794
+ return Ea(e, !1);
4777
4795
  }
4778
- function ba(e, t = !1) {
4796
+ function Ea(e, t = !1) {
4779
4797
  return e == null ? e : {
4780
4798
  message: e.message,
4781
4799
  request_type: e.requestType
4782
4800
  };
4783
4801
  }
4784
- var Ia = class extends Q {
4802
+ var La = class extends Q {
4785
4803
  async retrieveRaw(e, t) {
4786
4804
  if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1BookingPolicy.");
4787
4805
  const i = {}, n = {};
@@ -4790,9 +4808,9 @@ var Ia = class extends Q {
4790
4808
  path: "/v1/booking_policies/{id}".replace("{id}", encodeURIComponent(String(e.id))),
4791
4809
  method: "GET",
4792
4810
  headers: n,
4793
- query: P(i, b.Snake)
4811
+ query: b(i, D.Snake)
4794
4812
  }, t);
4795
- return await new $(r, (s) => Ke(s)).value();
4813
+ return await new $(r, (s) => Ve(s)).value();
4796
4814
  }
4797
4815
  async retrieve(e, t) {
4798
4816
  return this.retrieveRaw(e, t);
@@ -4805,9 +4823,9 @@ var Ia = class extends Q {
4805
4823
  path: "/v1/booking_policies/{id}/payment_methods".replace("{id}", encodeURIComponent(String(e.id))),
4806
4824
  method: "GET",
4807
4825
  headers: n,
4808
- query: P(i, b.Snake)
4826
+ query: b(i, D.Snake)
4809
4827
  }, t);
4810
- return new $(r, (s) => s.map(on)).value();
4828
+ return new $(r, (s) => s.map(sn)).value();
4811
4829
  }
4812
4830
  async paymentMethods(e, t) {
4813
4831
  return this.paymentMethodsRaw(e, t);
@@ -4819,22 +4837,22 @@ var Ia = class extends Q {
4819
4837
  path: "/v1/booking_policies",
4820
4838
  method: "POST",
4821
4839
  headers: n,
4822
- query: P(i, b.Snake),
4823
- body: P(so(e.bookingPoliciesCreateApi), b.Snake)
4840
+ query: b(i, D.Snake),
4841
+ body: b(uo(e.bookingPoliciesCreateApi), D.Snake)
4824
4842
  }, t);
4825
- return await new $(r, (s) => Ke(s)).value();
4843
+ return await new $(r, (s) => Ve(s)).value();
4826
4844
  }
4827
4845
  async create(e = {}, t) {
4828
4846
  return this.createRaw(e, t);
4829
4847
  }
4830
- }, Ea = class extends Q {
4848
+ }, Ja = class extends Q {
4831
4849
  async deleteRaw(e, t) {
4832
4850
  if (e.token === null || e.token === void 0) throw new B("token", "Required parameter requestParameters.token was null or undefined when calling deleteV1BookingsToken.");
4833
4851
  const i = await this.request({
4834
4852
  path: "/v1/bookings/{token}".replace("{token}", encodeURIComponent(String(e.token))),
4835
4853
  method: "DELETE",
4836
4854
  headers: {},
4837
- query: P({}, b.Snake)
4855
+ query: b({}, D.Snake)
4838
4856
  }, t);
4839
4857
  return await new $(i, (n) => ee(n)).value();
4840
4858
  }
@@ -4850,9 +4868,9 @@ var Ia = class extends Q {
4850
4868
  path: "/v1/bookings",
4851
4869
  method: "GET",
4852
4870
  headers: n,
4853
- query: P(i, b.Snake)
4871
+ query: b(i, D.Snake)
4854
4872
  }, t);
4855
- return await new $(r, (s) => po(s)).value();
4873
+ return await new $(r, (s) => yo(s)).value();
4856
4874
  }
4857
4875
  async list(e = {}, t) {
4858
4876
  return this.listRaw(e, t);
@@ -4865,7 +4883,7 @@ var Ia = class extends Q {
4865
4883
  path: "/v1/bookings/{id}".replace("{id}", encodeURIComponent(String(e.id))),
4866
4884
  method: "GET",
4867
4885
  headers: n,
4868
- query: P(i, b.Snake)
4886
+ query: b(i, D.Snake)
4869
4887
  }, t);
4870
4888
  return await new $(r, (s) => ee(s)).value();
4871
4889
  }
@@ -4881,9 +4899,9 @@ var Ia = class extends Q {
4881
4899
  path: "/v1/bookings/{token}/certificate".replace("{token}", encodeURIComponent(String(e.token))),
4882
4900
  method: "GET",
4883
4901
  headers: {},
4884
- query: P(i, b.Snake)
4902
+ query: b(i, D.Snake)
4885
4903
  }, t);
4886
- return new Yi(n);
4904
+ return new zi(n);
4887
4905
  }
4888
4906
  async certificate(e, t) {
4889
4907
  await this.certificateRaw(e, t);
@@ -4894,7 +4912,7 @@ var Ia = class extends Q {
4894
4912
  path: "/v1/bookings/{token}/public".replace("{token}", encodeURIComponent(String(e.token))),
4895
4913
  method: "GET",
4896
4914
  headers: {},
4897
- query: P({}, b.Snake)
4915
+ query: b({}, D.Snake)
4898
4916
  }, t);
4899
4917
  return await new $(i, (n) => ee(n)).value();
4900
4918
  }
@@ -4908,8 +4926,8 @@ var Ia = class extends Q {
4908
4926
  path: "/v1/bookings",
4909
4927
  method: "POST",
4910
4928
  headers: n,
4911
- query: P(i, b.Snake),
4912
- body: P(io(e.bookingCreateApi), b.Snake)
4929
+ query: b(i, D.Snake),
4930
+ body: b(ro(e.bookingCreateApi), D.Snake)
4913
4931
  }, t);
4914
4932
  return await new $(r, (s) => ee(s)).value();
4915
4933
  }
@@ -4925,7 +4943,7 @@ var Ia = class extends Q {
4925
4943
  path: "/v1/bookings/{id}/coupons/{coupon_id}/charge".replace("{coupon_id}", encodeURIComponent(String(e.couponId))).replace("{id}", encodeURIComponent(String(e.id))),
4926
4944
  method: "POST",
4927
4945
  headers: n,
4928
- query: P(i, b.Snake)
4946
+ query: b(i, D.Snake)
4929
4947
  }, t);
4930
4948
  return await new $(r, (s) => ee(s)).value();
4931
4949
  }
@@ -4940,7 +4958,7 @@ var Ia = class extends Q {
4940
4958
  path: "/v1/bookings/{id}/pay-later".replace("{id}", encodeURIComponent(String(e.id))),
4941
4959
  method: "POST",
4942
4960
  headers: n,
4943
- query: P(i, b.Snake)
4961
+ query: b(i, D.Snake)
4944
4962
  }, t);
4945
4963
  return await new $(r, (s) => ee(s)).value();
4946
4964
  }
@@ -4955,7 +4973,7 @@ var Ia = class extends Q {
4955
4973
  path: "/v1/bookings/{id}/pay-later/confirm".replace("{id}", encodeURIComponent(String(e.id))),
4956
4974
  method: "POST",
4957
4975
  headers: n,
4958
- query: P(i, b.Snake)
4976
+ query: b(i, D.Snake)
4959
4977
  }, t);
4960
4978
  return await new $(r, (s) => ee(s)).value();
4961
4979
  }
@@ -4970,7 +4988,7 @@ var Ia = class extends Q {
4970
4988
  path: "/v1/bookings/{id}/confirm".replace("{id}", encodeURIComponent(String(e.id))),
4971
4989
  method: "POST",
4972
4990
  headers: n,
4973
- query: P(i, b.Snake)
4991
+ query: b(i, D.Snake)
4974
4992
  }, t);
4975
4993
  return await new $(r, (s) => ee(s)).value();
4976
4994
  }
@@ -4985,10 +5003,10 @@ var Ia = class extends Q {
4985
5003
  path: "/v1/bookings/{token}/request".replace("{token}", encodeURIComponent(String(e.token))),
4986
5004
  method: "POST",
4987
5005
  headers: n,
4988
- query: P(i, b.Snake),
4989
- body: P(Na(e.requestPayload), b.Snake)
5006
+ query: b(i, D.Snake),
5007
+ body: b(Ia(e.requestPayload), D.Snake)
4990
5008
  }, t);
4991
- return new st(r);
5009
+ return new ut(r);
4992
5010
  }
4993
5011
  async submitRequest(e, t) {
4994
5012
  return this.submitRequestRaw(e, t);
@@ -5001,22 +5019,22 @@ var Ia = class extends Q {
5001
5019
  path: "/v1/bookings/{id}/payment_methods".replace("{id}", encodeURIComponent(String(e.id))),
5002
5020
  method: "PUT",
5003
5021
  headers: n,
5004
- query: P(i, b.Snake),
5005
- body: P(Da(e.paymentMethodUpdatePayloadApi), b.Snake)
5022
+ query: b(i, D.Snake),
5023
+ body: b(Pa(e.paymentMethodUpdatePayloadApi), D.Snake)
5006
5024
  }, t);
5007
5025
  return await new $(r, (s) => ee(s)).value();
5008
5026
  }
5009
5027
  async updatePaymentMethods(e, t) {
5010
5028
  return this.updatePaymentMethodsRaw(e, t);
5011
5029
  }
5012
- }, Lu = {
5030
+ }, vu = {
5013
5031
  CheckInDate: "check_in_date",
5014
5032
  CreatedAt: "created_at",
5015
5033
  LastStatusUpdatedAt: "last_status_updated_at"
5016
- }, Ju = {
5034
+ }, Bu = {
5017
5035
  Asc: "asc",
5018
5036
  Desc: "desc"
5019
- }, La = class extends Q {
5037
+ }, va = class extends Q {
5020
5038
  async retrieveRaw(e, t) {
5021
5039
  if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelsIdImages.");
5022
5040
  const i = {};
@@ -5027,14 +5045,14 @@ var Ia = class extends Q {
5027
5045
  path: "/v1/hotels/{id}/images".replace("{id}", encodeURIComponent(String(e.id))),
5028
5046
  method: "GET",
5029
5047
  headers: n,
5030
- query: P(i, b.Snake)
5048
+ query: b(i, D.Snake)
5031
5049
  }, t);
5032
5050
  return new $(r, (s) => s.map(de)).value();
5033
5051
  }
5034
5052
  async retrieve(e, t) {
5035
5053
  return this.retrieveRaw(e, t);
5036
5054
  }
5037
- }, Ja = class extends Q {
5055
+ }, Ba = class extends Q {
5038
5056
  async retrieveRaw(e, t) {
5039
5057
  if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelOfferRequestsId.");
5040
5058
  const i = {}, n = {};
@@ -5043,9 +5061,9 @@ var Ia = class extends Q {
5043
5061
  path: "/v1/hotel_offer_requests/{id}".replace("{id}", encodeURIComponent(String(e.id))),
5044
5062
  method: "GET",
5045
5063
  headers: n,
5046
- query: P(i, b.Snake)
5064
+ query: b(i, D.Snake)
5047
5065
  }, t);
5048
- return await new $(r, (s) => ze(s)).value();
5066
+ return await new $(r, (s) => Ze(s)).value();
5049
5067
  }
5050
5068
  async retrieve(e, t) {
5051
5069
  return this.retrieveRaw(e, t);
@@ -5057,15 +5075,15 @@ var Ia = class extends Q {
5057
5075
  path: "/v1/hotel_offer_requests",
5058
5076
  method: "POST",
5059
5077
  headers: n,
5060
- query: P(i, b.Snake),
5061
- body: P(xo(e.hotelOfferRequestCreateApi), b.Snake)
5078
+ query: b(i, D.Snake),
5079
+ body: b(Uo(e.hotelOfferRequestCreateApi), D.Snake)
5062
5080
  }, t);
5063
- return await new $(r, (s) => ze(s)).value();
5081
+ return await new $(r, (s) => Ze(s)).value();
5064
5082
  }
5065
5083
  async create(e = {}, t) {
5066
5084
  return this.createRaw(e, t);
5067
5085
  }
5068
- }, va = class extends Q {
5086
+ }, Ha = class extends Q {
5069
5087
  async listRaw(e, t) {
5070
5088
  if (e.currency === null || e.currency === void 0) throw new B("currency", "Required parameter requestParameters.currency was null or undefined when calling getV1HotelOffers.");
5071
5089
  if (e.hotelOfferRequestId === null || e.hotelOfferRequestId === void 0) throw new B("hotelOfferRequestId", "Required parameter requestParameters.hotelOfferRequestId was null or undefined when calling getV1HotelOffers.");
@@ -5077,27 +5095,27 @@ var Ia = class extends Q {
5077
5095
  path: "/v1/hotel_offers",
5078
5096
  method: "GET",
5079
5097
  headers: n,
5080
- query: P(i, b.Snake)
5098
+ query: b(i, D.Snake)
5081
5099
  }, t);
5082
- return await new $(r, (s) => Zo(s)).value();
5100
+ return await new $(r, (s) => Xo(s)).value();
5083
5101
  }
5084
5102
  async list(e, t, i) {
5085
- return await nt(() => this.listRaw(e, i), {
5086
- type: We.HOTEL_SEARCH_POLLING,
5103
+ return await ot(() => this.listRaw(e, i), {
5104
+ type: Qe.HOTEL_SEARCH_POLLING,
5087
5105
  minCallCount: i?.minCallCount,
5088
5106
  maxCallCount: i?.maxCallCount
5089
5107
  }, t);
5090
5108
  }
5091
- }, vu = {
5109
+ }, Hu = {
5092
5110
  Distance: "distance",
5093
5111
  Price: "price",
5094
5112
  Rating: "rating",
5095
5113
  ReviewRating: "review_rating",
5096
5114
  TopPicks: "top_picks"
5097
- }, Bu = {
5115
+ }, xu = {
5098
5116
  Asc: "asc",
5099
5117
  Desc: "desc"
5100
- }, Ba = class extends Q {
5118
+ }, xa = class extends Q {
5101
5119
  async deleteRaw(e, t) {
5102
5120
  if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");
5103
5121
  if (e.token === null || e.token === void 0) throw new B("token", "Required parameter requestParameters.token was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");
@@ -5105,9 +5123,9 @@ var Ia = class extends Q {
5105
5123
  path: "/v1/hotel_rooming_list_guests/{token}/{id}".replace("{id}", encodeURIComponent(String(e.id))).replace("{token}", encodeURIComponent(String(e.token))),
5106
5124
  method: "DELETE",
5107
5125
  headers: {},
5108
- query: P({}, b.Snake)
5126
+ query: b({}, D.Snake)
5109
5127
  }, t);
5110
- return new st(i);
5128
+ return new ut(i);
5111
5129
  }
5112
5130
  async delete(e, t) {
5113
5131
  return this.deleteRaw(e, t);
@@ -5121,10 +5139,10 @@ var Ia = class extends Q {
5121
5139
  path: "/v1/hotel_rooming_list_guests/{token}/{id}".replace("{id}", encodeURIComponent(String(e.id))).replace("{token}", encodeURIComponent(String(e.token))),
5122
5140
  method: "PATCH",
5123
5141
  headers: n,
5124
- query: P(i, b.Snake),
5125
- body: P(ka(e.hotelRoomingListGuestsUpdateApi), b.Snake)
5142
+ query: b(i, D.Snake),
5143
+ body: b(Ca(e.hotelRoomingListGuestsUpdateApi), D.Snake)
5126
5144
  }, t);
5127
- return await new $(r, (s) => Ee(s)).value();
5145
+ return await new $(r, (s) => Le(s)).value();
5128
5146
  }
5129
5147
  async update(e, t) {
5130
5148
  return this.updateRaw(e, t);
@@ -5137,15 +5155,15 @@ var Ia = class extends Q {
5137
5155
  path: "/v1/hotel_rooming_list_guests/{token}".replace("{token}", encodeURIComponent(String(e.token))),
5138
5156
  method: "POST",
5139
5157
  headers: n,
5140
- query: P(i, b.Snake),
5141
- body: P(Ta(e.hotelRoomingListGuestsCreateApi), b.Snake)
5158
+ query: b(i, D.Snake),
5159
+ body: b(wa(e.hotelRoomingListGuestsCreateApi), D.Snake)
5142
5160
  }, t);
5143
- return await new $(r, (s) => Ee(s)).value();
5161
+ return await new $(r, (s) => Le(s)).value();
5144
5162
  }
5145
5163
  async create(e, t) {
5146
5164
  return this.createRaw(e, t);
5147
5165
  }
5148
- }, Ha = class extends Q {
5166
+ }, Fa = class extends Q {
5149
5167
  async listRaw(e, t) {
5150
5168
  if (e.token === null || e.token === void 0) throw new B("token", "Required parameter requestParameters.token was null or undefined when calling getV1HotelRoomingListsToken.");
5151
5169
  const i = {};
@@ -5154,14 +5172,14 @@ var Ia = class extends Q {
5154
5172
  path: "/v1/hotel_rooming_lists/{token}".replace("{token}", encodeURIComponent(String(e.token))),
5155
5173
  method: "GET",
5156
5174
  headers: {},
5157
- query: P(i, b.Snake)
5175
+ query: b(i, D.Snake)
5158
5176
  }, t);
5159
- return new $(n, (r) => r.map(Dt)).value();
5177
+ return new $(n, (r) => r.map(Pt)).value();
5160
5178
  }
5161
5179
  async list(e, t) {
5162
5180
  return this.listRaw(e, t);
5163
5181
  }
5164
- }, xa = class extends Q {
5182
+ }, Ua = class extends Q {
5165
5183
  async retrieveRaw(e, t) {
5166
5184
  if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelRoomOffersIdImages.");
5167
5185
  const i = {};
@@ -5172,14 +5190,14 @@ var Ia = class extends Q {
5172
5190
  path: "/v1/hotel_room_offers/{id}/images".replace("{id}", encodeURIComponent(String(e.id))),
5173
5191
  method: "GET",
5174
5192
  headers: n,
5175
- query: P(i, b.Snake)
5193
+ query: b(i, D.Snake)
5176
5194
  }, t);
5177
- return await new $(r, (s) => P(s, b.Camel)).value();
5195
+ return await new $(r, (s) => b(s, D.Camel)).value();
5178
5196
  }
5179
5197
  async retrieve(e, t) {
5180
5198
  return this.retrieveRaw(e, t);
5181
5199
  }
5182
- }, Fa = class extends Q {
5200
+ }, Ga = class extends Q {
5183
5201
  async retrieveRaw(e, t) {
5184
5202
  if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelRoomOfferRequestsId.");
5185
5203
  const i = {}, n = {};
@@ -5188,9 +5206,9 @@ var Ia = class extends Q {
5188
5206
  path: "/v1/hotel_room_offer_requests/{id}".replace("{id}", encodeURIComponent(String(e.id))),
5189
5207
  method: "GET",
5190
5208
  headers: n,
5191
- query: P(i, b.Snake)
5209
+ query: b(i, D.Snake)
5192
5210
  }, t);
5193
- return await new $(r, (s) => Ve(s)).value();
5211
+ return await new $(r, (s) => We(s)).value();
5194
5212
  }
5195
5213
  async retrieve(e, t) {
5196
5214
  return this.retrieveRaw(e, t);
@@ -5202,15 +5220,15 @@ var Ia = class extends Q {
5202
5220
  path: "/v1/hotel_room_offer_requests",
5203
5221
  method: "POST",
5204
5222
  headers: n,
5205
- query: P(i, b.Snake),
5206
- body: P(ra(e.hotelRoomOfferRequestCreateApi), b.Snake)
5223
+ query: b(i, D.Snake),
5224
+ body: b(aa(e.hotelRoomOfferRequestCreateApi), D.Snake)
5207
5225
  }, t);
5208
- return await new $(r, (s) => Ve(s)).value();
5226
+ return await new $(r, (s) => We(s)).value();
5209
5227
  }
5210
5228
  async create(e = {}, t) {
5211
5229
  return this.createRaw(e, t);
5212
5230
  }
5213
- }, Ua = class extends Q {
5231
+ }, $a = class extends Q {
5214
5232
  async listRaw(e, t) {
5215
5233
  if (e.currency === null || e.currency === void 0) throw new B("currency", "Required parameter requestParameters.currency was null or undefined when calling getV1HotelRoomOffers.");
5216
5234
  if (e.hotelRoomOfferRequestId === null || e.hotelRoomOfferRequestId === void 0) throw new B("hotelRoomOfferRequestId", "Required parameter requestParameters.hotelRoomOfferRequestId was null or undefined when calling getV1HotelRoomOffers.");
@@ -5222,13 +5240,13 @@ var Ia = class extends Q {
5222
5240
  path: "/v1/hotel_room_offers",
5223
5241
  method: "GET",
5224
5242
  headers: n,
5225
- query: P(i, b.Snake)
5243
+ query: b(i, D.Snake)
5226
5244
  }, t);
5227
- return await new $(r, (s) => da(s)).value();
5245
+ return await new $(r, (s) => la(s)).value();
5228
5246
  }
5229
5247
  async list(e, t, i) {
5230
- return await nt(() => this.listRaw(e, i), {
5231
- type: We.HOTEL_ROOM_OFFERS,
5248
+ return await ot(() => this.listRaw(e, i), {
5249
+ type: Qe.HOTEL_ROOM_OFFERS,
5232
5250
  minCallCount: i?.minCallCount,
5233
5251
  maxCallCount: i?.maxCallCount
5234
5252
  }, t);
@@ -5240,15 +5258,15 @@ var Ia = class extends Q {
5240
5258
  path: "/v1/hotel_room_offers",
5241
5259
  method: "POST",
5242
5260
  headers: n,
5243
- query: P(i, b.Snake),
5244
- body: P(_a(e.hotelRoomOffersCreateApi), b.Snake)
5261
+ query: b(i, D.Snake),
5262
+ body: b(Aa(e.hotelRoomOffersCreateApi), D.Snake)
5245
5263
  }, t);
5246
- return await new $(r, (s) => Qo(s)).value();
5264
+ return await new $(r, (s) => ea(s)).value();
5247
5265
  }
5248
5266
  async create(e = {}, t) {
5249
5267
  return this.createRaw(e, t);
5250
5268
  }
5251
- }, Ga = class extends Q {
5269
+ }, qa = class extends Q {
5252
5270
  async retrieveRaw(e, t) {
5253
5271
  if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelsId.");
5254
5272
  const i = {};
@@ -5259,14 +5277,14 @@ var Ia = class extends Q {
5259
5277
  path: "/v1/hotels/{id}".replace("{id}", encodeURIComponent(String(e.id))),
5260
5278
  method: "GET",
5261
5279
  headers: n,
5262
- query: P(i, b.Snake)
5280
+ query: b(i, D.Snake)
5263
5281
  }, t);
5264
- return await new $(r, (s) => Po(s)).value();
5282
+ return await new $(r, (s) => bo(s)).value();
5265
5283
  }
5266
5284
  async retrieve(e, t) {
5267
5285
  return this.retrieveRaw(e, t);
5268
5286
  }
5269
- }, $a = class extends rt {
5287
+ }, Ya = class extends at {
5270
5288
  documentationUrl;
5271
5289
  status;
5272
5290
  title;
@@ -5274,7 +5292,7 @@ var Ia = class extends Q {
5274
5292
  constructor(e) {
5275
5293
  super(e.response, e.body?.message ?? `Request failed with status ${e.status}`), this.status = e.status, this.type = e.body?.type, this.title = e.body?.title, this.documentationUrl = e.body?.documentationUrl;
5276
5294
  }
5277
- }, qa = class {
5295
+ }, Ka = class {
5278
5296
  async post(e) {
5279
5297
  const { response: t } = e;
5280
5298
  if (t.ok) return;
@@ -5284,26 +5302,26 @@ var Ia = class extends Q {
5284
5302
  } catch {
5285
5303
  i = void 0;
5286
5304
  }
5287
- throw new $a({
5305
+ throw new Ya({
5288
5306
  body: i,
5289
5307
  response: t,
5290
5308
  status: t.status
5291
5309
  });
5292
5310
  }
5293
- }, Ya = (e) => ({
5294
- bookingPolicies: new Ia(e),
5295
- bookings: new Ea(e),
5296
- hotelImages: new La(e),
5297
- hotelOfferRequests: new Ja(e),
5298
- hotelOffers: new va(e),
5299
- hotelRoomingListGuests: new Ba(e),
5300
- hotelRoomingLists: new Ha(e),
5301
- hotelRoomOfferImages: new xa(e),
5302
- hotelRoomOfferRequests: new Fa(e),
5303
- hotelRoomOffers: new Ua(e),
5304
- hotels: new Ga(e)
5311
+ }, za = (e) => ({
5312
+ bookingPolicies: new La(e),
5313
+ bookings: new Ja(e),
5314
+ hotelImages: new va(e),
5315
+ hotelOfferRequests: new Ba(e),
5316
+ hotelOffers: new Ha(e),
5317
+ hotelRoomingListGuests: new xa(e),
5318
+ hotelRoomingLists: new Fa(e),
5319
+ hotelRoomOfferImages: new Ua(e),
5320
+ hotelRoomOfferRequests: new Ga(e),
5321
+ hotelRoomOffers: new $a(e),
5322
+ hotels: new qa(e)
5305
5323
  });
5306
- function Ka(e) {
5324
+ function Va(e) {
5307
5325
  switch (e) {
5308
5326
  case ce.CiCd:
5309
5327
  return "AUTH_TOKEN_CICD";
@@ -5320,52 +5338,52 @@ function Ka(e) {
5320
5338
  return "AUTH_TOKEN";
5321
5339
  }
5322
5340
  }
5323
- function Ht(e) {
5324
- return !!(typeof document < "u" && document?.cookie && document.cookie.split(";").find((t) => t.includes(Ka(e))));
5341
+ function Ft(e) {
5342
+ return !!(typeof document < "u" && document?.cookie && document.cookie.split(";").find((t) => t.includes(Va(e))));
5325
5343
  }
5326
- var za = class {
5344
+ var Za = class {
5327
5345
  config;
5328
5346
  constructor(e) {
5329
5347
  this.config = e;
5330
5348
  }
5331
5349
  async pre(e) {
5332
- return e.init.mode = "cors", Ht(this.config.apiEnvironment) && (e.init.credentials = "include"), e;
5350
+ return e.init.mode = "cors", Ft(this.config.apiEnvironment) && (e.init.credentials = "include"), e;
5333
5351
  }
5334
- }, Va = class {
5352
+ }, Wa = class {
5335
5353
  config;
5336
5354
  constructor(e) {
5337
5355
  this.config = e;
5338
5356
  }
5339
5357
  async pre(e) {
5340
- return Ht(this.config.apiEnvironment) && (e.init.headers = {
5358
+ return Ft(this.config.apiEnvironment) && (e.init.headers = {
5341
5359
  ...e.init.headers,
5342
5360
  "x-auth-type": "user"
5343
5361
  }), e;
5344
5362
  }
5345
- }, Hu = class {
5363
+ }, Fu = class {
5346
5364
  config;
5347
5365
  apiVersionsToClient;
5348
5366
  constructor(e) {
5349
- if (this.config = e, !e.apiVersion || !Object.values(Ge).includes(e.apiVersion)) throw new Error(`Invalid Revolugo Api Version. Possible versions are : ${JSON.stringify(Object.values(Ge))}`);
5367
+ if (this.config = e, !e.apiVersion || !Object.values($e).includes(e.apiVersion)) throw new Error(`Invalid Revolugo Api Version. Possible versions are : ${JSON.stringify(Object.values($e))}`);
5350
5368
  let t = { "x-api-key": this.config.apiKey };
5351
5369
  this.config.optionalHeaders && (t = {
5352
5370
  ...t,
5353
5371
  ...this.config.optionalHeaders
5354
5372
  });
5355
5373
  const i = this.config.apiEnvironment;
5356
- let n = this.config.apiBaseUrl ?? Yt[i];
5374
+ let n = this.config.apiBaseUrl ?? zt[i];
5357
5375
  !this.config.apiBaseUrl && i === ce.Local && (n = "http://127.0.0.1:3001");
5358
- const r = new ot({
5376
+ const r = new st({
5359
5377
  basePath: n,
5360
- fetchApi: zt.default,
5378
+ fetchApi: Zt.default,
5361
5379
  headers: t,
5362
5380
  middleware: [
5363
- new za(this.config),
5364
- new Va(this.config),
5365
- new qa()
5381
+ new Za(this.config),
5382
+ new Wa(this.config),
5383
+ new Ka()
5366
5384
  ]
5367
5385
  });
5368
- this.apiVersionsToClient = { v1: Ya(r) };
5386
+ this.apiVersionsToClient = { v1: za(r) };
5369
5387
  }
5370
5388
  get bookingPolicies() {
5371
5389
  return this.apiVersionsToClient[this.config.apiVersion].bookingPolicies;
@@ -5402,429 +5420,429 @@ var za = class {
5402
5420
  }
5403
5421
  };
5404
5422
  export {
5405
- on as AllowedPaymentMethodApiFromJSON,
5406
- an as AllowedPaymentMethodApiFromJSONTyped,
5407
- sn as AllowedPaymentMethodApiToJSON,
5408
- gs as AllowedPaymentMethodApiToJSONTyped,
5409
- os as AllowedPaymentMethodCouponApiFromJSON,
5410
- ct as AllowedPaymentMethodCouponApiFromJSONTyped,
5411
- ns as AllowedPaymentMethodCouponApiNameEnum,
5412
- Ki as AllowedPaymentMethodCouponApiToJSON,
5413
- zi as AllowedPaymentMethodCouponApiToJSONTyped,
5414
- cs as AllowedPaymentMethodCreditCardApiFromJSON,
5415
- ut as AllowedPaymentMethodCreditCardApiFromJSONTyped,
5416
- as as AllowedPaymentMethodCreditCardApiNameEnum,
5417
- Vi as AllowedPaymentMethodCreditCardApiToJSON,
5418
- Zi as AllowedPaymentMethodCreditCardApiToJSONTyped,
5419
- fs as AllowedPaymentMethodDepositAccountApiFromJSON,
5420
- dt as AllowedPaymentMethodDepositAccountApiFromJSONTyped,
5421
- us as AllowedPaymentMethodDepositAccountApiNameEnum,
5422
- Wi as AllowedPaymentMethodDepositAccountApiToJSON,
5423
- Xi as AllowedPaymentMethodDepositAccountApiToJSONTyped,
5424
- ys as AllowedPaymentMethodPayLaterApiFromJSON,
5425
- ft as AllowedPaymentMethodPayLaterApiFromJSONTyped,
5426
- ps as AllowedPaymentMethodPayLaterApiNameEnum,
5427
- Qi as AllowedPaymentMethodPayLaterApiPayloadFromJSON,
5428
- ji as AllowedPaymentMethodPayLaterApiPayloadFromJSONTyped,
5429
- ls as AllowedPaymentMethodPayLaterApiPayloadStatusEnum,
5430
- en as AllowedPaymentMethodPayLaterApiPayloadToJSON,
5431
- tn as AllowedPaymentMethodPayLaterApiPayloadToJSONTyped,
5432
- nn as AllowedPaymentMethodPayLaterApiToJSON,
5433
- rn as AllowedPaymentMethodPayLaterApiToJSONTyped,
5434
- lt as AmenitiesApiFromJSON,
5435
- cn as AmenitiesApiFromJSONTyped,
5436
- mt as AmenitiesApiToJSON,
5437
- un as AmenitiesApiToJSONTyped,
5438
- Hu as ApiClient,
5439
- $a as ApiError,
5440
- $i as BASE_PATH,
5423
+ sn as AllowedPaymentMethodApiFromJSON,
5424
+ cn as AllowedPaymentMethodApiFromJSONTyped,
5425
+ un as AllowedPaymentMethodApiToJSON,
5426
+ Os as AllowedPaymentMethodApiToJSONTyped,
5427
+ ss as AllowedPaymentMethodCouponApiFromJSON,
5428
+ dt as AllowedPaymentMethodCouponApiFromJSONTyped,
5429
+ os as AllowedPaymentMethodCouponApiNameEnum,
5430
+ Vi as AllowedPaymentMethodCouponApiToJSON,
5431
+ Zi as AllowedPaymentMethodCouponApiToJSONTyped,
5432
+ ds as AllowedPaymentMethodCreditCardApiFromJSON,
5433
+ ft as AllowedPaymentMethodCreditCardApiFromJSONTyped,
5434
+ cs as AllowedPaymentMethodCreditCardApiNameEnum,
5435
+ Wi as AllowedPaymentMethodCreditCardApiToJSON,
5436
+ Xi as AllowedPaymentMethodCreditCardApiToJSONTyped,
5437
+ ms as AllowedPaymentMethodDepositAccountApiFromJSON,
5438
+ lt as AllowedPaymentMethodDepositAccountApiFromJSONTyped,
5439
+ fs as AllowedPaymentMethodDepositAccountApiNameEnum,
5440
+ Qi as AllowedPaymentMethodDepositAccountApiToJSON,
5441
+ ji as AllowedPaymentMethodDepositAccountApiToJSONTyped,
5442
+ _s as AllowedPaymentMethodPayLaterApiFromJSON,
5443
+ mt as AllowedPaymentMethodPayLaterApiFromJSONTyped,
5444
+ ys as AllowedPaymentMethodPayLaterApiNameEnum,
5445
+ en as AllowedPaymentMethodPayLaterApiPayloadFromJSON,
5446
+ tn as AllowedPaymentMethodPayLaterApiPayloadFromJSONTyped,
5447
+ ps as AllowedPaymentMethodPayLaterApiPayloadStatusEnum,
5448
+ nn as AllowedPaymentMethodPayLaterApiPayloadToJSON,
5449
+ rn as AllowedPaymentMethodPayLaterApiPayloadToJSONTyped,
5450
+ on as AllowedPaymentMethodPayLaterApiToJSON,
5451
+ an as AllowedPaymentMethodPayLaterApiToJSONTyped,
5452
+ pt as AmenitiesApiFromJSON,
5453
+ dn as AmenitiesApiFromJSONTyped,
5454
+ ht as AmenitiesApiToJSON,
5455
+ fn as AmenitiesApiToJSONTyped,
5456
+ Fu as ApiClient,
5457
+ Ya as ApiError,
5458
+ Yi as BASE_PATH,
5441
5459
  Q as BaseAPI,
5442
- As as BedApiFromJSON,
5443
- dn as BedApiFromJSONTyped,
5444
- Ts as BedApiToJSON,
5445
- fn as BedApiToJSONTyped,
5446
- is as BlobApiResponse,
5460
+ Ss as BedApiFromJSON,
5461
+ ln as BedApiFromJSONTyped,
5462
+ ws as BedApiToJSON,
5463
+ mn as BedApiToJSONTyped,
5464
+ rs as BlobApiResponse,
5447
5465
  ee as BookingApiFromJSON,
5448
- Ir as BookingApiFromJSONTyped,
5449
- Rc as BookingApiPayLaterEnum,
5450
- Cc as BookingApiStatusEnum,
5451
- Er as BookingApiToJSON,
5452
- Lr as BookingApiToJSONTyped,
5453
- Bc as BookingCreateApiFromJSON,
5454
- to as BookingCreateApiFromJSONTyped,
5455
- $r as BookingCreateApiGuestsListInnerFromJSON,
5456
- qr as BookingCreateApiGuestsListInnerFromJSONTyped,
5457
- xr as BookingCreateApiGuestsListInnerGuestsInnerFromJSON,
5458
- Fr as BookingCreateApiGuestsListInnerGuestsInnerFromJSONTyped,
5459
- Ur as BookingCreateApiGuestsListInnerGuestsInnerToJSON,
5460
- Gr as BookingCreateApiGuestsListInnerGuestsInnerToJSONTyped,
5461
- Yr as BookingCreateApiGuestsListInnerToJSON,
5462
- Kr as BookingCreateApiGuestsListInnerToJSONTyped,
5463
- io as BookingCreateApiToJSON,
5464
- no as BookingCreateApiToJSONTyped,
5465
- Ia as BookingPolicies,
5466
- Ke as BookingPoliciesApiFromJSON,
5467
- ro as BookingPoliciesApiFromJSONTyped,
5468
- xc as BookingPoliciesApiToJSON,
5469
- oo as BookingPoliciesApiToJSONTyped,
5470
- Uc as BookingPoliciesCreateApiFromJSON,
5471
- ao as BookingPoliciesCreateApiFromJSONTyped,
5472
- so as BookingPoliciesCreateApiToJSON,
5473
- co as BookingPoliciesCreateApiToJSONTyped,
5474
- Ea as Bookings,
5475
- po as BookingsApiResponseFromJSON,
5476
- ho as BookingsApiResponseFromJSONTyped,
5477
- qc as BookingsApiResponseToJSON,
5478
- yo as BookingsApiResponseToJSONTyped,
5479
- Lu as BookingsSortByEnum,
5480
- Ju as BookingsSortByOrderEnum,
5466
+ Lr as BookingApiFromJSONTyped,
5467
+ Dc as BookingApiPayLaterEnum,
5468
+ Mc as BookingApiStatusEnum,
5469
+ Jr as BookingApiToJSON,
5470
+ vr as BookingApiToJSONTyped,
5471
+ xc as BookingCreateApiFromJSON,
5472
+ no as BookingCreateApiFromJSONTyped,
5473
+ Yr as BookingCreateApiGuestsListInnerFromJSON,
5474
+ Kr as BookingCreateApiGuestsListInnerFromJSONTyped,
5475
+ Ur as BookingCreateApiGuestsListInnerGuestsInnerFromJSON,
5476
+ Gr as BookingCreateApiGuestsListInnerGuestsInnerFromJSONTyped,
5477
+ $r as BookingCreateApiGuestsListInnerGuestsInnerToJSON,
5478
+ qr as BookingCreateApiGuestsListInnerGuestsInnerToJSONTyped,
5479
+ zr as BookingCreateApiGuestsListInnerToJSON,
5480
+ Vr as BookingCreateApiGuestsListInnerToJSONTyped,
5481
+ ro as BookingCreateApiToJSON,
5482
+ oo as BookingCreateApiToJSONTyped,
5483
+ La as BookingPolicies,
5484
+ Ve as BookingPoliciesApiFromJSON,
5485
+ ao as BookingPoliciesApiFromJSONTyped,
5486
+ Uc as BookingPoliciesApiToJSON,
5487
+ so as BookingPoliciesApiToJSONTyped,
5488
+ $c as BookingPoliciesCreateApiFromJSON,
5489
+ co as BookingPoliciesCreateApiFromJSONTyped,
5490
+ uo as BookingPoliciesCreateApiToJSON,
5491
+ fo as BookingPoliciesCreateApiToJSONTyped,
5492
+ Ja as Bookings,
5493
+ yo as BookingsApiResponseFromJSON,
5494
+ go as BookingsApiResponseFromJSONTyped,
5495
+ Kc as BookingsApiResponseToJSON,
5496
+ _o as BookingsApiResponseToJSONTyped,
5497
+ vu as BookingsSortByEnum,
5498
+ Bu as BookingsSortByOrderEnum,
5481
5499
  De as BreakfastOption,
5482
- Tn as BreakfastOptionFromJSON,
5483
- Sn as BreakfastOptionFromJSONTyped,
5484
- Ps as BreakfastOptionToJSON,
5485
- Ns as BreakfastOptionToJSONTyped,
5486
- ja as COLLECTION_FORMATS,
5487
- Be as CancellationPolicyApiFromJSON,
5488
- ln as CancellationPolicyApiFromJSONTyped,
5489
- He as CancellationPolicyApiToJSON,
5490
- mn as CancellationPolicyApiToJSONTyped,
5491
- ot as Configuration,
5492
- _t as ContactPersonApiFromJSON,
5493
- vn as ContactPersonApiFromJSONTyped,
5494
- Zs as ContactPersonApiSalutationEnum,
5495
- Ot as ContactPersonApiToJSON,
5496
- Bn as ContactPersonApiToJSONTyped,
5497
- In as ContactPersonOrganizationApiFromJSON,
5498
- En as ContactPersonOrganizationApiFromJSONTyped,
5499
- Ln as ContactPersonOrganizationApiToJSON,
5500
- Jn as ContactPersonOrganizationApiToJSONTyped,
5500
+ wn as BreakfastOptionFromJSON,
5501
+ kn as BreakfastOptionFromJSONTyped,
5502
+ bs as BreakfastOptionToJSON,
5503
+ Is as BreakfastOptionToJSONTyped,
5504
+ ts as COLLECTION_FORMATS,
5505
+ He as CancellationPolicyApiFromJSON,
5506
+ pn as CancellationPolicyApiFromJSONTyped,
5507
+ xe as CancellationPolicyApiToJSON,
5508
+ hn as CancellationPolicyApiToJSONTyped,
5509
+ st as Configuration,
5510
+ At as ContactPersonApiFromJSON,
5511
+ Hn as ContactPersonApiFromJSONTyped,
5512
+ Xs as ContactPersonApiSalutationEnum,
5513
+ Tt as ContactPersonApiToJSON,
5514
+ xn as ContactPersonApiToJSONTyped,
5515
+ Ln as ContactPersonOrganizationApiFromJSON,
5516
+ Jn as ContactPersonOrganizationApiFromJSONTyped,
5517
+ vn as ContactPersonOrganizationApiToJSON,
5518
+ Bn as ContactPersonOrganizationApiToJSONTyped,
5501
5519
  Ne as CountryIso2Code,
5502
- Ie as CountryIso2CodeFromJSON,
5503
- bn as CountryIso2CodeFromJSONTyped,
5504
- Ks as CountryIso2CodeToJSON,
5505
- zs as CountryIso2CodeToJSONTyped,
5520
+ Ee as CountryIso2CodeFromJSON,
5521
+ En as CountryIso2CodeFromJSONTyped,
5522
+ Vs as CountryIso2CodeToJSON,
5523
+ Zs as CountryIso2CodeToJSONTyped,
5506
5524
  Me as CurrencyClient,
5507
5525
  ne as CurrencyClientFromJSON,
5508
- Rn as CurrencyClientFromJSONTyped,
5509
- Js as CurrencyClientToJSON,
5510
- vs as CurrencyClientToJSONTyped,
5511
- zc as ErrorApiResponseFromJSON,
5512
- go as ErrorApiResponseFromJSONTyped,
5513
- Vc as ErrorApiResponseToJSON,
5514
- _o as ErrorApiResponseToJSONTyped,
5515
- Yc as ErrorApiResponseTypeEnum,
5516
- Fe as EventApiFromJSON,
5517
- Ar as EventApiFromJSONTyped,
5518
- Ue as EventApiToJSON,
5519
- Tr as EventApiToJSONTyped,
5526
+ Dn as CurrencyClientFromJSONTyped,
5527
+ Bs as CurrencyClientToJSON,
5528
+ Hs as CurrencyClientToJSONTyped,
5529
+ Zc as ErrorApiResponseFromJSON,
5530
+ Oo as ErrorApiResponseFromJSONTyped,
5531
+ Wc as ErrorApiResponseToJSON,
5532
+ Ao as ErrorApiResponseToJSONTyped,
5533
+ zc as ErrorApiResponseTypeEnum,
5534
+ Ue as EventApiFromJSON,
5535
+ Sr as EventApiFromJSONTyped,
5536
+ Ge as EventApiToJSON,
5537
+ wr as EventApiToJSONTyped,
5520
5538
  me as EventMetadataApiFromJSON,
5521
- zr as EventMetadataApiFromJSONTyped,
5539
+ Zr as EventMetadataApiFromJSONTyped,
5522
5540
  pe as EventMetadataApiToJSON,
5523
- Vr as EventMetadataApiToJSONTyped,
5524
- Po as HotelApiFromJSON,
5525
- No as HotelApiFromJSONTyped,
5526
- It as HotelApiImagesFromJSON,
5527
- To as HotelApiImagesFromJSONTyped,
5528
- Et as HotelApiImagesToJSON,
5529
- So as HotelApiImagesToJSONTyped,
5530
- eu as HotelApiToJSON,
5531
- bo as HotelApiToJSONTyped,
5541
+ Wr as EventMetadataApiToJSONTyped,
5542
+ bo as HotelApiFromJSON,
5543
+ Io as HotelApiFromJSONTyped,
5544
+ Lt as HotelApiImagesFromJSON,
5545
+ wo as HotelApiImagesFromJSONTyped,
5546
+ Jt as HotelApiImagesToJSON,
5547
+ ko as HotelApiImagesToJSONTyped,
5548
+ iu as HotelApiToJSON,
5549
+ Eo as HotelApiToJSONTyped,
5532
5550
  de as HotelImageApiFromJSON,
5533
- hn as HotelImageApiFromJSONTyped,
5551
+ gn as HotelImageApiFromJSONTyped,
5534
5552
  Te as HotelImageApiToJSON,
5535
- yn as HotelImageApiToJSONTyped,
5536
- La as HotelImages,
5537
- Io as HotelOfferApiFromJSON,
5538
- Eo as HotelOfferApiFromJSONTyped,
5539
- Lo as HotelOfferApiToJSON,
5540
- Jo as HotelOfferApiToJSONTyped,
5541
- ze as HotelOfferRequestApiResponseFromJSON,
5542
- vo as HotelOfferRequestApiResponseFromJSONTyped,
5543
- nu as HotelOfferRequestApiResponseToJSON,
5544
- Bo as HotelOfferRequestApiResponseToJSONTyped,
5545
- ou as HotelOfferRequestCreateApiFromJSON,
5546
- Ho as HotelOfferRequestCreateApiFromJSONTyped,
5547
- xo as HotelOfferRequestCreateApiToJSON,
5548
- Fo as HotelOfferRequestCreateApiToJSONTyped,
5549
- Ja as HotelOfferRequests,
5550
- va as HotelOffers,
5551
- Zo as HotelOffersApiResponseFromJSON,
5552
- Wo as HotelOffersApiResponseFromJSONTyped,
5553
- lu as HotelOffersApiResponseToJSON,
5554
- Xo as HotelOffersApiResponseToJSONTyped,
5555
- Uo as HotelOffersDataApiResponseFromJSON,
5556
- Go as HotelOffersDataApiResponseFromJSONTyped,
5557
- $o as HotelOffersDataApiResponseToJSON,
5558
- qo as HotelOffersDataApiResponseToJSONTyped,
5559
- vu as HotelOffersSortByEnum,
5560
- Bu as HotelOffersSortByOrderEnum,
5561
- Nt as HotelReviewRatingApiFromJSON,
5562
- Oo as HotelReviewRatingApiFromJSONTyped,
5563
- bt as HotelReviewRatingApiToJSON,
5564
- Ao as HotelReviewRatingApiToJSONTyped,
5553
+ _n as HotelImageApiToJSONTyped,
5554
+ va as HotelImages,
5555
+ Lo as HotelOfferApiFromJSON,
5556
+ Jo as HotelOfferApiFromJSONTyped,
5557
+ vo as HotelOfferApiToJSON,
5558
+ Bo as HotelOfferApiToJSONTyped,
5559
+ Ze as HotelOfferRequestApiResponseFromJSON,
5560
+ Ho as HotelOfferRequestApiResponseFromJSONTyped,
5561
+ ou as HotelOfferRequestApiResponseToJSON,
5562
+ xo as HotelOfferRequestApiResponseToJSONTyped,
5563
+ su as HotelOfferRequestCreateApiFromJSON,
5564
+ Fo as HotelOfferRequestCreateApiFromJSONTyped,
5565
+ Uo as HotelOfferRequestCreateApiToJSON,
5566
+ Go as HotelOfferRequestCreateApiToJSONTyped,
5567
+ Ba as HotelOfferRequests,
5568
+ Ha as HotelOffers,
5569
+ Xo as HotelOffersApiResponseFromJSON,
5570
+ Qo as HotelOffersApiResponseFromJSONTyped,
5571
+ pu as HotelOffersApiResponseToJSON,
5572
+ jo as HotelOffersApiResponseToJSONTyped,
5573
+ $o as HotelOffersDataApiResponseFromJSON,
5574
+ qo as HotelOffersDataApiResponseFromJSONTyped,
5575
+ Yo as HotelOffersDataApiResponseToJSON,
5576
+ Ko as HotelOffersDataApiResponseToJSONTyped,
5577
+ Hu as HotelOffersSortByEnum,
5578
+ xu as HotelOffersSortByOrderEnum,
5579
+ It as HotelReviewRatingApiFromJSON,
5580
+ To as HotelReviewRatingApiFromJSONTyped,
5581
+ Et as HotelReviewRatingApiToJSON,
5582
+ So as HotelReviewRatingApiToJSONTyped,
5565
5583
  fe as HotelRoomOfferApiFromJSON,
5566
- Mn as HotelRoomOfferApiFromJSONTyped,
5567
- gn as HotelRoomOfferApiHotelRoomsInnerFromJSON,
5568
- _n as HotelRoomOfferApiHotelRoomsInnerFromJSONTyped,
5569
- On as HotelRoomOfferApiHotelRoomsInnerToJSON,
5570
- An as HotelRoomOfferApiHotelRoomsInnerToJSONTyped,
5571
- Hs as HotelRoomOfferApiPackageTypeEnum,
5572
- Qo as HotelRoomOfferApiResponseFromJSON,
5573
- jo as HotelRoomOfferApiResponseFromJSONTyped,
5574
- pu as HotelRoomOfferApiResponseToJSON,
5575
- ea as HotelRoomOfferApiResponseToJSONTyped,
5576
- xs as HotelRoomOfferApiStayTaxesInfoEnum,
5584
+ Nn as HotelRoomOfferApiFromJSONTyped,
5585
+ On as HotelRoomOfferApiHotelRoomsInnerFromJSON,
5586
+ An as HotelRoomOfferApiHotelRoomsInnerFromJSONTyped,
5587
+ Tn as HotelRoomOfferApiHotelRoomsInnerToJSON,
5588
+ Sn as HotelRoomOfferApiHotelRoomsInnerToJSONTyped,
5589
+ Fs as HotelRoomOfferApiPackageTypeEnum,
5590
+ ea as HotelRoomOfferApiResponseFromJSON,
5591
+ ta as HotelRoomOfferApiResponseFromJSONTyped,
5592
+ yu as HotelRoomOfferApiResponseToJSON,
5593
+ ia as HotelRoomOfferApiResponseToJSONTyped,
5594
+ Us as HotelRoomOfferApiStayTaxesInfoEnum,
5577
5595
  le as HotelRoomOfferApiToJSON,
5578
- Pn as HotelRoomOfferApiToJSONTyped,
5579
- Fs as HotelRoomOfferApiTypeEnum,
5580
- xa as HotelRoomOfferImages,
5581
- Ve as HotelRoomOfferRequestApiResponseFromJSON,
5582
- ta as HotelRoomOfferRequestApiResponseFromJSONTyped,
5583
- yu as HotelRoomOfferRequestApiResponseToJSON,
5584
- ia as HotelRoomOfferRequestApiResponseToJSONTyped,
5585
- _u as HotelRoomOfferRequestCreateApiFromJSON,
5586
- na as HotelRoomOfferRequestCreateApiFromJSONTyped,
5587
- ra as HotelRoomOfferRequestCreateApiToJSON,
5588
- oa as HotelRoomOfferRequestCreateApiToJSONTyped,
5589
- Fa as HotelRoomOfferRequests,
5590
- Ua as HotelRoomOffers,
5591
- da as HotelRoomOffersApiResponseFromJSON,
5592
- fa as HotelRoomOffersApiResponseFromJSONTyped,
5593
- Tu as HotelRoomOffersApiResponseToJSON,
5594
- la as HotelRoomOffersApiResponseToJSONTyped,
5595
- ku as HotelRoomOffersCreateApiFromJSON,
5596
- ga as HotelRoomOffersCreateApiFromJSONTyped,
5597
- _a as HotelRoomOffersCreateApiToJSON,
5598
- Oa as HotelRoomOffersCreateApiToJSONTyped,
5599
- aa as HotelRoomOffersDataApiResponseFromJSON,
5600
- sa as HotelRoomOffersDataApiResponseFromJSONTyped,
5601
- ca as HotelRoomOffersDataApiResponseToJSON,
5602
- ua as HotelRoomOffersDataApiResponseToJSONTyped,
5603
- ma as HotelRoomOffersDataCreateApiFromJSON,
5604
- pa as HotelRoomOffersDataCreateApiFromJSONTyped,
5605
- ha as HotelRoomOffersDataCreateApiToJSON,
5606
- ya as HotelRoomOffersDataCreateApiToJSONTyped,
5607
- Dt as HotelRoomingListApiFromJSON,
5608
- Pr as HotelRoomingListApiFromJSONTyped,
5609
- Sr as HotelRoomingListApiHotelRoomFromJSON,
5610
- wr as HotelRoomingListApiHotelRoomFromJSONTyped,
5611
- kr as HotelRoomingListApiHotelRoomToJSON,
5612
- Rr as HotelRoomingListApiHotelRoomToJSONTyped,
5613
- Nr as HotelRoomingListApiToJSON,
5614
- br as HotelRoomingListApiToJSONTyped,
5615
- Ee as HotelRoomingListGuestApiFromJSON,
5616
- Cr as HotelRoomingListGuestApiFromJSONTyped,
5617
- Dr as HotelRoomingListGuestApiToJSON,
5618
- Mr as HotelRoomingListGuestApiToJSONTyped,
5619
- Ba as HotelRoomingListGuests,
5620
- Cu as HotelRoomingListGuestsCreateApiFromJSON,
5621
- Aa as HotelRoomingListGuestsCreateApiFromJSONTyped,
5622
- Ta as HotelRoomingListGuestsCreateApiToJSON,
5623
- Sa as HotelRoomingListGuestsCreateApiToJSONTyped,
5624
- Mu as HotelRoomingListGuestsUpdateApiFromJSON,
5625
- wa as HotelRoomingListGuestsUpdateApiFromJSONTyped,
5626
- ka as HotelRoomingListGuestsUpdateApiToJSON,
5627
- Ra as HotelRoomingListGuestsUpdateApiToJSONTyped,
5628
- Ha as HotelRoomingLists,
5629
- Ga as Hotels,
5630
- dr as InsuranceApiFromJSON,
5631
- fr as InsuranceApiFromJSONTyped,
5632
- hc as InsuranceApiStatusEnum,
5633
- lr as InsuranceApiToJSON,
5634
- mr as InsuranceApiToJSONTyped,
5635
- pr as InvoiceApiFromJSON,
5636
- hr as InvoiceApiFromJSONTyped,
5637
- yr as InvoiceApiToJSON,
5638
- gr as InvoiceApiToJSONTyped,
5639
- gc as InvoiceApiTypeEnum,
5596
+ bn as HotelRoomOfferApiToJSONTyped,
5597
+ Gs as HotelRoomOfferApiTypeEnum,
5598
+ Ua as HotelRoomOfferImages,
5599
+ We as HotelRoomOfferRequestApiResponseFromJSON,
5600
+ na as HotelRoomOfferRequestApiResponseFromJSONTyped,
5601
+ _u as HotelRoomOfferRequestApiResponseToJSON,
5602
+ ra as HotelRoomOfferRequestApiResponseToJSONTyped,
5603
+ Au as HotelRoomOfferRequestCreateApiFromJSON,
5604
+ oa as HotelRoomOfferRequestCreateApiFromJSONTyped,
5605
+ aa as HotelRoomOfferRequestCreateApiToJSON,
5606
+ sa as HotelRoomOfferRequestCreateApiToJSONTyped,
5607
+ Ga as HotelRoomOfferRequests,
5608
+ $a as HotelRoomOffers,
5609
+ la as HotelRoomOffersApiResponseFromJSON,
5610
+ ma as HotelRoomOffersApiResponseFromJSONTyped,
5611
+ wu as HotelRoomOffersApiResponseToJSON,
5612
+ pa as HotelRoomOffersApiResponseToJSONTyped,
5613
+ Cu as HotelRoomOffersCreateApiFromJSON,
5614
+ Oa as HotelRoomOffersCreateApiFromJSONTyped,
5615
+ Aa as HotelRoomOffersCreateApiToJSON,
5616
+ Ta as HotelRoomOffersCreateApiToJSONTyped,
5617
+ ca as HotelRoomOffersDataApiResponseFromJSON,
5618
+ ua as HotelRoomOffersDataApiResponseFromJSONTyped,
5619
+ da as HotelRoomOffersDataApiResponseToJSON,
5620
+ fa as HotelRoomOffersDataApiResponseToJSONTyped,
5621
+ ha as HotelRoomOffersDataCreateApiFromJSON,
5622
+ ya as HotelRoomOffersDataCreateApiFromJSONTyped,
5623
+ ga as HotelRoomOffersDataCreateApiToJSON,
5624
+ _a as HotelRoomOffersDataCreateApiToJSONTyped,
5625
+ Pt as HotelRoomingListApiFromJSON,
5626
+ br as HotelRoomingListApiFromJSONTyped,
5627
+ kr as HotelRoomingListApiHotelRoomFromJSON,
5628
+ Rr as HotelRoomingListApiHotelRoomFromJSONTyped,
5629
+ Cr as HotelRoomingListApiHotelRoomToJSON,
5630
+ Dr as HotelRoomingListApiHotelRoomToJSONTyped,
5631
+ Ir as HotelRoomingListApiToJSON,
5632
+ Er as HotelRoomingListApiToJSONTyped,
5633
+ Le as HotelRoomingListGuestApiFromJSON,
5634
+ Mr as HotelRoomingListGuestApiFromJSONTyped,
5635
+ Pr as HotelRoomingListGuestApiToJSON,
5636
+ Nr as HotelRoomingListGuestApiToJSONTyped,
5637
+ xa as HotelRoomingListGuests,
5638
+ Mu as HotelRoomingListGuestsCreateApiFromJSON,
5639
+ Sa as HotelRoomingListGuestsCreateApiFromJSONTyped,
5640
+ wa as HotelRoomingListGuestsCreateApiToJSON,
5641
+ ka as HotelRoomingListGuestsCreateApiToJSONTyped,
5642
+ Nu as HotelRoomingListGuestsUpdateApiFromJSON,
5643
+ Ra as HotelRoomingListGuestsUpdateApiFromJSONTyped,
5644
+ Ca as HotelRoomingListGuestsUpdateApiToJSON,
5645
+ Da as HotelRoomingListGuestsUpdateApiToJSONTyped,
5646
+ Fa as HotelRoomingLists,
5647
+ qa as Hotels,
5648
+ lr as InsuranceApiFromJSON,
5649
+ mr as InsuranceApiFromJSONTyped,
5650
+ gc as InsuranceApiStatusEnum,
5651
+ pr as InsuranceApiToJSON,
5652
+ hr as InsuranceApiToJSONTyped,
5653
+ yr as InvoiceApiFromJSON,
5654
+ gr as InvoiceApiFromJSONTyped,
5655
+ _r as InvoiceApiToJSON,
5656
+ Or as InvoiceApiToJSONTyped,
5657
+ Oc as InvoiceApiTypeEnum,
5640
5658
  $ as JSONApiResponse,
5641
5659
  Pe as Locale,
5642
- xe as LocaleFromJSON,
5643
- Nn as LocaleFromJSONTyped,
5644
- $s as LocaleToJSON,
5645
- qs as LocaleToJSONTyped,
5646
- vt as MetaPollingResponseApiFromJSON,
5647
- zo as MetaPollingResponseApiFromJSONTyped,
5648
- Bt as MetaPollingResponseApiToJSON,
5649
- Vo as MetaPollingResponseApiToJSONTyped,
5650
- uo as MetaResponseApiFromJSON,
5651
- fo as MetaResponseApiFromJSONTyped,
5652
- lo as MetaResponseApiToJSON,
5653
- mo as MetaResponseApiToJSONTyped,
5654
- Rt as OrderAddonFromJSON,
5655
- _r as OrderAddonFromJSONTyped,
5656
- Jr as OrderAddonSelectionFromJSON,
5657
- vr as OrderAddonSelectionFromJSONTyped,
5658
- Br as OrderAddonSelectionToJSON,
5659
- Hr as OrderAddonSelectionToJSONTyped,
5660
- Mc as OrderAddonSelectionTypeEnum,
5661
- Ct as OrderAddonToJSON,
5662
- Or as OrderAddonToJSONTyped,
5663
- Oc as OrderAddonTypeEnum,
5664
- cr as PaymentMethodApiFromJSON,
5665
- ur as PaymentMethodApiFromJSONTyped,
5666
- kt as PaymentMethodApiToJSON,
5667
- pc as PaymentMethodApiToJSONTyped,
5668
- ec as PaymentMethodCouponApiFromJSON,
5669
- At as PaymentMethodCouponApiFromJSONTyped,
5670
- Qs as PaymentMethodCouponApiNameEnum,
5671
- Hn as PaymentMethodCouponApiPayloadFromJSON,
5672
- xn as PaymentMethodCouponApiPayloadFromJSONTyped,
5673
- Fn as PaymentMethodCouponApiPayloadToJSON,
5674
- Un as PaymentMethodCouponApiPayloadToJSONTyped,
5675
- Gn as PaymentMethodCouponApiToJSON,
5676
- $n as PaymentMethodCouponApiToJSONTyped,
5677
- rc as PaymentMethodCreditCardApiFromJSON,
5678
- Tt as PaymentMethodCreditCardApiFromJSONTyped,
5679
- ic as PaymentMethodCreditCardApiNameEnum,
5680
- qn as PaymentMethodCreditCardApiPayloadFromJSON,
5681
- Yn as PaymentMethodCreditCardApiPayloadFromJSONTyped,
5682
- Kn as PaymentMethodCreditCardApiPayloadToJSON,
5683
- zn as PaymentMethodCreditCardApiPayloadToJSONTyped,
5684
- Vn as PaymentMethodCreditCardApiToJSON,
5685
- Zn as PaymentMethodCreditCardApiToJSONTyped,
5686
- cc as PaymentMethodDepositAccountApiFromJSON,
5687
- St as PaymentMethodDepositAccountApiFromJSONTyped,
5688
- ac as PaymentMethodDepositAccountApiNameEnum,
5689
- Wn as PaymentMethodDepositAccountApiPayloadFromJSON,
5690
- Xn as PaymentMethodDepositAccountApiPayloadFromJSONTyped,
5691
- Qn as PaymentMethodDepositAccountApiPayloadToJSON,
5692
- jn as PaymentMethodDepositAccountApiPayloadToJSONTyped,
5693
- er as PaymentMethodDepositAccountApiToJSON,
5694
- tr as PaymentMethodDepositAccountApiToJSONTyped,
5695
- mc as PaymentMethodPayLaterApiFromJSON,
5696
- wt as PaymentMethodPayLaterApiFromJSONTyped,
5697
- fc as PaymentMethodPayLaterApiNameEnum,
5698
- ir as PaymentMethodPayLaterApiPayloadFromJSON,
5699
- nr as PaymentMethodPayLaterApiPayloadFromJSONTyped,
5700
- uc as PaymentMethodPayLaterApiPayloadStatusEnum,
5701
- rr as PaymentMethodPayLaterApiPayloadToJSON,
5702
- or as PaymentMethodPayLaterApiPayloadToJSONTyped,
5703
- ar as PaymentMethodPayLaterApiToJSON,
5704
- sr as PaymentMethodPayLaterApiToJSONTyped,
5705
- Mt as PaymentMethodRequestApiFromJSON,
5706
- jr as PaymentMethodRequestApiFromJSONTyped,
5707
- Lc as PaymentMethodRequestApiNameEnum,
5708
- Pt as PaymentMethodRequestApiToJSON,
5709
- eo as PaymentMethodRequestApiToJSONTyped,
5710
- Zr as PaymentMethodRequestPayloadApiFromJSON,
5711
- Wr as PaymentMethodRequestPayloadApiFromJSONTyped,
5712
- Xr as PaymentMethodRequestPayloadApiToJSON,
5713
- Qr as PaymentMethodRequestPayloadApiToJSONTyped,
5714
- Nu as PaymentMethodUpdatePayloadApiFromJSON,
5715
- Ca as PaymentMethodUpdatePayloadApiFromJSONTyped,
5716
- Da as PaymentMethodUpdatePayloadApiToJSON,
5717
- Ma as PaymentMethodUpdatePayloadApiToJSONTyped,
5660
+ Fe as LocaleFromJSON,
5661
+ In as LocaleFromJSONTyped,
5662
+ Ys as LocaleToJSON,
5663
+ Ks as LocaleToJSONTyped,
5664
+ Ht as MetaPollingResponseApiFromJSON,
5665
+ Zo as MetaPollingResponseApiFromJSONTyped,
5666
+ xt as MetaPollingResponseApiToJSON,
5667
+ Wo as MetaPollingResponseApiToJSONTyped,
5668
+ lo as MetaResponseApiFromJSON,
5669
+ mo as MetaResponseApiFromJSONTyped,
5670
+ po as MetaResponseApiToJSON,
5671
+ ho as MetaResponseApiToJSONTyped,
5672
+ Dt as OrderAddonFromJSON,
5673
+ Ar as OrderAddonFromJSONTyped,
5674
+ Br as OrderAddonSelectionFromJSON,
5675
+ Hr as OrderAddonSelectionFromJSONTyped,
5676
+ xr as OrderAddonSelectionToJSON,
5677
+ Fr as OrderAddonSelectionToJSONTyped,
5678
+ Nc as OrderAddonSelectionTypeEnum,
5679
+ Mt as OrderAddonToJSON,
5680
+ Tr as OrderAddonToJSONTyped,
5681
+ Tc as OrderAddonTypeEnum,
5682
+ dr as PaymentMethodApiFromJSON,
5683
+ fr as PaymentMethodApiFromJSONTyped,
5684
+ Ct as PaymentMethodApiToJSON,
5685
+ yc as PaymentMethodApiToJSONTyped,
5686
+ ic as PaymentMethodCouponApiFromJSON,
5687
+ St as PaymentMethodCouponApiFromJSONTyped,
5688
+ ec as PaymentMethodCouponApiNameEnum,
5689
+ Fn as PaymentMethodCouponApiPayloadFromJSON,
5690
+ Un as PaymentMethodCouponApiPayloadFromJSONTyped,
5691
+ Gn as PaymentMethodCouponApiPayloadToJSON,
5692
+ $n as PaymentMethodCouponApiPayloadToJSONTyped,
5693
+ qn as PaymentMethodCouponApiToJSON,
5694
+ Yn as PaymentMethodCouponApiToJSONTyped,
5695
+ ac as PaymentMethodCreditCardApiFromJSON,
5696
+ wt as PaymentMethodCreditCardApiFromJSONTyped,
5697
+ rc as PaymentMethodCreditCardApiNameEnum,
5698
+ Kn as PaymentMethodCreditCardApiPayloadFromJSON,
5699
+ zn as PaymentMethodCreditCardApiPayloadFromJSONTyped,
5700
+ Vn as PaymentMethodCreditCardApiPayloadToJSON,
5701
+ Zn as PaymentMethodCreditCardApiPayloadToJSONTyped,
5702
+ Wn as PaymentMethodCreditCardApiToJSON,
5703
+ Xn as PaymentMethodCreditCardApiToJSONTyped,
5704
+ dc as PaymentMethodDepositAccountApiFromJSON,
5705
+ kt as PaymentMethodDepositAccountApiFromJSONTyped,
5706
+ cc as PaymentMethodDepositAccountApiNameEnum,
5707
+ Qn as PaymentMethodDepositAccountApiPayloadFromJSON,
5708
+ jn as PaymentMethodDepositAccountApiPayloadFromJSONTyped,
5709
+ er as PaymentMethodDepositAccountApiPayloadToJSON,
5710
+ tr as PaymentMethodDepositAccountApiPayloadToJSONTyped,
5711
+ ir as PaymentMethodDepositAccountApiToJSON,
5712
+ nr as PaymentMethodDepositAccountApiToJSONTyped,
5713
+ hc as PaymentMethodPayLaterApiFromJSON,
5714
+ Rt as PaymentMethodPayLaterApiFromJSONTyped,
5715
+ mc as PaymentMethodPayLaterApiNameEnum,
5716
+ rr as PaymentMethodPayLaterApiPayloadFromJSON,
5717
+ or as PaymentMethodPayLaterApiPayloadFromJSONTyped,
5718
+ fc as PaymentMethodPayLaterApiPayloadStatusEnum,
5719
+ ar as PaymentMethodPayLaterApiPayloadToJSON,
5720
+ sr as PaymentMethodPayLaterApiPayloadToJSONTyped,
5721
+ cr as PaymentMethodPayLaterApiToJSON,
5722
+ ur as PaymentMethodPayLaterApiToJSONTyped,
5723
+ Nt as PaymentMethodRequestApiFromJSON,
5724
+ to as PaymentMethodRequestApiFromJSONTyped,
5725
+ vc as PaymentMethodRequestApiNameEnum,
5726
+ bt as PaymentMethodRequestApiToJSON,
5727
+ io as PaymentMethodRequestApiToJSONTyped,
5728
+ Xr as PaymentMethodRequestPayloadApiFromJSON,
5729
+ Qr as PaymentMethodRequestPayloadApiFromJSONTyped,
5730
+ jr as PaymentMethodRequestPayloadApiToJSON,
5731
+ eo as PaymentMethodRequestPayloadApiToJSONTyped,
5732
+ Iu as PaymentMethodUpdatePayloadApiFromJSON,
5733
+ Ma as PaymentMethodUpdatePayloadApiFromJSONTyped,
5734
+ Pa as PaymentMethodUpdatePayloadApiToJSON,
5735
+ Na as PaymentMethodUpdatePayloadApiToJSONTyped,
5718
5736
  be as PollerStatus,
5719
- Yo as PollerStatusFromJSON,
5720
- Ko as PollerStatusFromJSONTyped,
5721
- cu as PollerStatusToJSON,
5722
- uu as PollerStatusToJSONTyped,
5723
- Eu as RequestPayloadFromJSON,
5724
- Pa as RequestPayloadFromJSONTyped,
5725
- bu as RequestPayloadRequestTypeEnum,
5726
- Na as RequestPayloadToJSON,
5727
- ba as RequestPayloadToJSONTyped,
5737
+ zo as PollerStatusFromJSON,
5738
+ Vo as PollerStatusFromJSONTyped,
5739
+ du as PollerStatusToJSON,
5740
+ fu as PollerStatusToJSONTyped,
5741
+ Ju as RequestPayloadFromJSON,
5742
+ ba as RequestPayloadFromJSONTyped,
5743
+ Eu as RequestPayloadRequestTypeEnum,
5744
+ Ia as RequestPayloadToJSON,
5745
+ Ea as RequestPayloadToJSONTyped,
5728
5746
  B as RequiredError,
5729
- rt as ResponseError,
5747
+ at as ResponseError,
5730
5748
  Ce as SourceMarket,
5731
5749
  Ae as SourceMarketFromJSON,
5732
- pn as SourceMarketFromJSONTyped,
5733
- ks as SourceMarketToJSON,
5734
- Rs as SourceMarketToJSONTyped,
5735
- yt as TagApiFromJSON,
5736
- Cn as TagApiFromJSONTyped,
5737
- gt as TagApiToJSON,
5738
- Dn as TagApiToJSONTyped,
5739
- pt as TaxApiFromJSON,
5740
- wn as TaxApiFromJSONTyped,
5741
- bs as TaxApiTaxFrequencyEnum,
5742
- Is as TaxApiTaxModeEnum,
5743
- ht as TaxApiToJSON,
5744
- kn as TaxApiToJSONTyped,
5745
- st as TextApiResponse,
5746
- Lt as TravelTimesApiFromJSON,
5747
- Do as TravelTimesApiFromJSONTyped,
5748
- Jt as TravelTimesApiToJSON,
5749
- Mo as TravelTimesApiToJSONTyped,
5750
- wo as TravelTimesApiTravelTimesFromJSON,
5751
- ko as TravelTimesApiTravelTimesFromJSONTyped,
5752
- Ro as TravelTimesApiTravelTimesToJSON,
5753
- Co as TravelTimesApiTravelTimesToJSONTyped,
5754
- Yi as VoidApiResponse,
5755
- ts as canConsumeForm,
5756
- es as exists,
5757
- rs as instanceOfAllowedPaymentMethodCouponApi,
5758
- ss as instanceOfAllowedPaymentMethodCreditCardApi,
5759
- ds as instanceOfAllowedPaymentMethodDepositAccountApi,
5760
- hs as instanceOfAllowedPaymentMethodPayLaterApi,
5761
- ms as instanceOfAllowedPaymentMethodPayLaterApiPayload,
5762
- _s as instanceOfAmenitiesApi,
5763
- Os as instanceOfBedApi,
5764
- Dc as instanceOfBookingApi,
5765
- vc as instanceOfBookingCreateApi,
5766
- bc as instanceOfBookingCreateApiGuestsListInner,
5767
- Nc as instanceOfBookingCreateApiGuestsListInnerGuestsInner,
5768
- Hc as instanceOfBookingPoliciesApi,
5769
- Fc as instanceOfBookingPoliciesCreateApi,
5770
- $c as instanceOfBookingsApiResponse,
5771
- Ms as instanceOfBreakfastOption,
5772
- Ss as instanceOfCancellationPolicyApi,
5773
- Ws as instanceOfContactPersonApi,
5774
- Vs as instanceOfContactPersonOrganizationApi,
5775
- Ys as instanceOfCountryIso2Code,
5776
- Ls as instanceOfCurrencyClient,
5777
- Kc as instanceOfErrorApiResponse,
5778
- Tc as instanceOfEventApi,
5779
- Ic as instanceOfEventMetadataApi,
5780
- jc as instanceOfHotelApi,
5781
- Wc as instanceOfHotelApiImages,
5782
- Cs as instanceOfHotelImageApi,
5783
- tu as instanceOfHotelOfferApi,
5784
- iu as instanceOfHotelOfferRequestApiResponse,
5785
- ru as instanceOfHotelOfferRequestCreateApi,
5786
- fu as instanceOfHotelOffersApiResponse,
5787
- au as instanceOfHotelOffersDataApiResponse,
5788
- Zc as instanceOfHotelReviewRatingApi,
5789
- Us as instanceOfHotelRoomOfferApi,
5790
- Ds as instanceOfHotelRoomOfferApiHotelRoomsInner,
5791
- mu as instanceOfHotelRoomOfferApiResponse,
5792
- hu as instanceOfHotelRoomOfferRequestApiResponse,
5793
- gu as instanceOfHotelRoomOfferRequestCreateApi,
5794
- Au as instanceOfHotelRoomOffersApiResponse,
5795
- wu as instanceOfHotelRoomOffersCreateApi,
5796
- Ou as instanceOfHotelRoomOffersDataApiResponse,
5797
- Su as instanceOfHotelRoomOffersDataCreateApi,
5798
- kc as instanceOfHotelRoomingListApi,
5799
- Sc as instanceOfHotelRoomingListApiHotelRoom,
5800
- wc as instanceOfHotelRoomingListGuestApi,
5801
- Ru as instanceOfHotelRoomingListGuestsCreateApi,
5802
- Du as instanceOfHotelRoomingListGuestsUpdateApi,
5803
- yc as instanceOfInsuranceApi,
5804
- _c as instanceOfInvoiceApi,
5805
- Gs as instanceOfLocale,
5806
- du as instanceOfMetaPollingResponseApi,
5807
- Gc as instanceOfMetaResponseApi,
5808
- Ac as instanceOfOrderAddon,
5809
- Pc as instanceOfOrderAddonSelection,
5810
- js as instanceOfPaymentMethodCouponApi,
5811
- Xs as instanceOfPaymentMethodCouponApiPayload,
5812
- nc as instanceOfPaymentMethodCreditCardApi,
5813
- tc as instanceOfPaymentMethodCreditCardApiPayload,
5814
- sc as instanceOfPaymentMethodDepositAccountApi,
5815
- oc as instanceOfPaymentMethodDepositAccountApiPayload,
5816
- lc as instanceOfPaymentMethodPayLaterApi,
5817
- dc as instanceOfPaymentMethodPayLaterApiPayload,
5818
- Jc as instanceOfPaymentMethodRequestApi,
5819
- Ec as instanceOfPaymentMethodRequestPayloadApi,
5820
- Pu as instanceOfPaymentMethodUpdatePayloadApi,
5821
- su as instanceOfPollerStatus,
5822
- Iu as instanceOfRequestPayload,
5823
- ws as instanceOfSourceMarket,
5824
- Bs as instanceOfTagApi,
5825
- Es as instanceOfTaxApi,
5826
- Qc as instanceOfTravelTimesApi,
5827
- Xc as instanceOfTravelTimesApiTravelTimes,
5828
- at as querystring,
5829
- Ya as v1ApiClient
5750
+ yn as SourceMarketFromJSONTyped,
5751
+ Cs as SourceMarketToJSON,
5752
+ Ds as SourceMarketToJSONTyped,
5753
+ _t as TagApiFromJSON,
5754
+ Mn as TagApiFromJSONTyped,
5755
+ Ot as TagApiToJSON,
5756
+ Pn as TagApiToJSONTyped,
5757
+ yt as TaxApiFromJSON,
5758
+ Rn as TaxApiFromJSONTyped,
5759
+ Es as TaxApiTaxFrequencyEnum,
5760
+ Ls as TaxApiTaxModeEnum,
5761
+ gt as TaxApiToJSON,
5762
+ Cn as TaxApiToJSONTyped,
5763
+ ut as TextApiResponse,
5764
+ vt as TravelTimesApiFromJSON,
5765
+ Po as TravelTimesApiFromJSONTyped,
5766
+ Bt as TravelTimesApiToJSON,
5767
+ No as TravelTimesApiToJSONTyped,
5768
+ Ro as TravelTimesApiTravelTimesFromJSON,
5769
+ Co as TravelTimesApiTravelTimesFromJSONTyped,
5770
+ Do as TravelTimesApiTravelTimesToJSON,
5771
+ Mo as TravelTimesApiTravelTimesToJSONTyped,
5772
+ zi as VoidApiResponse,
5773
+ ns as canConsumeForm,
5774
+ is as exists,
5775
+ as as instanceOfAllowedPaymentMethodCouponApi,
5776
+ us as instanceOfAllowedPaymentMethodCreditCardApi,
5777
+ ls as instanceOfAllowedPaymentMethodDepositAccountApi,
5778
+ gs as instanceOfAllowedPaymentMethodPayLaterApi,
5779
+ hs as instanceOfAllowedPaymentMethodPayLaterApiPayload,
5780
+ As as instanceOfAmenitiesApi,
5781
+ Ts as instanceOfBedApi,
5782
+ Pc as instanceOfBookingApi,
5783
+ Hc as instanceOfBookingCreateApi,
5784
+ Ec as instanceOfBookingCreateApiGuestsListInner,
5785
+ Ic as instanceOfBookingCreateApiGuestsListInnerGuestsInner,
5786
+ Fc as instanceOfBookingPoliciesApi,
5787
+ Gc as instanceOfBookingPoliciesCreateApi,
5788
+ Yc as instanceOfBookingsApiResponse,
5789
+ Ns as instanceOfBreakfastOption,
5790
+ ks as instanceOfCancellationPolicyApi,
5791
+ Qs as instanceOfContactPersonApi,
5792
+ Ws as instanceOfContactPersonOrganizationApi,
5793
+ zs as instanceOfCountryIso2Code,
5794
+ vs as instanceOfCurrencyClient,
5795
+ Vc as instanceOfErrorApiResponse,
5796
+ wc as instanceOfEventApi,
5797
+ Lc as instanceOfEventMetadataApi,
5798
+ tu as instanceOfHotelApi,
5799
+ Qc as instanceOfHotelApiImages,
5800
+ Ms as instanceOfHotelImageApi,
5801
+ nu as instanceOfHotelOfferApi,
5802
+ ru as instanceOfHotelOfferRequestApiResponse,
5803
+ au as instanceOfHotelOfferRequestCreateApi,
5804
+ mu as instanceOfHotelOffersApiResponse,
5805
+ cu as instanceOfHotelOffersDataApiResponse,
5806
+ Xc as instanceOfHotelReviewRatingApi,
5807
+ $s as instanceOfHotelRoomOfferApi,
5808
+ Ps as instanceOfHotelRoomOfferApiHotelRoomsInner,
5809
+ hu as instanceOfHotelRoomOfferApiResponse,
5810
+ gu as instanceOfHotelRoomOfferRequestApiResponse,
5811
+ Ou as instanceOfHotelRoomOfferRequestCreateApi,
5812
+ Su as instanceOfHotelRoomOffersApiResponse,
5813
+ Ru as instanceOfHotelRoomOffersCreateApi,
5814
+ Tu as instanceOfHotelRoomOffersDataApiResponse,
5815
+ ku as instanceOfHotelRoomOffersDataCreateApi,
5816
+ Cc as instanceOfHotelRoomingListApi,
5817
+ kc as instanceOfHotelRoomingListApiHotelRoom,
5818
+ Rc as instanceOfHotelRoomingListGuestApi,
5819
+ Du as instanceOfHotelRoomingListGuestsCreateApi,
5820
+ Pu as instanceOfHotelRoomingListGuestsUpdateApi,
5821
+ _c as instanceOfInsuranceApi,
5822
+ Ac as instanceOfInvoiceApi,
5823
+ qs as instanceOfLocale,
5824
+ lu as instanceOfMetaPollingResponseApi,
5825
+ qc as instanceOfMetaResponseApi,
5826
+ Sc as instanceOfOrderAddon,
5827
+ bc as instanceOfOrderAddonSelection,
5828
+ tc as instanceOfPaymentMethodCouponApi,
5829
+ js as instanceOfPaymentMethodCouponApiPayload,
5830
+ oc as instanceOfPaymentMethodCreditCardApi,
5831
+ nc as instanceOfPaymentMethodCreditCardApiPayload,
5832
+ uc as instanceOfPaymentMethodDepositAccountApi,
5833
+ sc as instanceOfPaymentMethodDepositAccountApiPayload,
5834
+ pc as instanceOfPaymentMethodPayLaterApi,
5835
+ lc as instanceOfPaymentMethodPayLaterApiPayload,
5836
+ Bc as instanceOfPaymentMethodRequestApi,
5837
+ Jc as instanceOfPaymentMethodRequestPayloadApi,
5838
+ bu as instanceOfPaymentMethodUpdatePayloadApi,
5839
+ uu as instanceOfPollerStatus,
5840
+ Lu as instanceOfRequestPayload,
5841
+ Rs as instanceOfSourceMarket,
5842
+ xs as instanceOfTagApi,
5843
+ Js as instanceOfTaxApi,
5844
+ eu as instanceOfTravelTimesApi,
5845
+ jc as instanceOfTravelTimesApiTravelTimes,
5846
+ ct as querystring,
5847
+ za as v1ApiClient
5830
5848
  };