@revolugo/booking-api-client 7.13.0-rc.0 → 7.13.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -182,7 +182,7 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
182
182
  return this.text().then(JSON.parse);
183
183
  }, this;
184
184
  }
185
- var B = [
185
+ var H = [
186
186
  "CONNECT",
187
187
  "DELETE",
188
188
  "GET",
@@ -193,9 +193,9 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
193
193
  "PUT",
194
194
  "TRACE"
195
195
  ];
196
- function H(o) {
196
+ function x(o) {
197
197
  var a = o.toUpperCase();
198
- return B.indexOf(a) > -1 ? a : o;
198
+ return H.indexOf(a) > -1 ? a : o;
199
199
  }
200
200
  function v(o, a) {
201
201
  if (!(this instanceof v)) throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
@@ -205,7 +205,7 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
205
205
  if (o.bodyUsed) throw new TypeError("Already read");
206
206
  this.url = o.url, this.credentials = o.credentials, a.headers || (this.headers = new l(o.headers)), this.method = o.method, this.mode = o.mode, this.signal = o.signal, !d && o._bodyInit != null && (d = o._bodyInit, o.bodyUsed = !0);
207
207
  } else this.url = String(o);
208
- if (this.credentials = a.credentials || this.credentials || "same-origin", (a.headers || !this.headers) && (this.headers = new l(a.headers)), this.method = H(a.method || this.method || "GET"), this.mode = a.mode || this.mode || null, this.signal = a.signal || this.signal || (function() {
208
+ if (this.credentials = a.credentials || this.credentials || "same-origin", (a.headers || !this.headers) && (this.headers = new l(a.headers)), this.method = x(a.method || this.method || "GET"), this.mode = a.mode || this.mode || null, this.signal = a.signal || this.signal || (function() {
209
209
  if ("AbortController" in c) return new AbortController().signal;
210
210
  })(), this.referrer = null, (this.method === "GET" || this.method === "HEAD") && d) throw new TypeError("Body not allowed for GET or HEAD requests");
211
211
  if (this._initBody(d), (this.method === "GET" || this.method === "HEAD") && (a.cache === "no-store" || a.cache === "no-cache")) {
@@ -247,20 +247,20 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
247
247
  }), a;
248
248
  }
249
249
  J.call(v.prototype);
250
- function x(o, a) {
251
- if (!(this instanceof x)) throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
250
+ function F(o, a) {
251
+ if (!(this instanceof F)) throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
252
252
  if (a || (a = {}), this.type = "default", this.status = a.status === void 0 ? 200 : a.status, this.status < 200 || this.status > 599) throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");
253
253
  this.ok = this.status >= 200 && this.status < 300, this.statusText = a.statusText === void 0 ? "" : "" + a.statusText, this.headers = new l(a.headers), this.url = a.url || "", this._initBody(o);
254
254
  }
255
- J.call(x.prototype), x.prototype.clone = function() {
256
- return new x(this._bodyInit, {
255
+ J.call(F.prototype), F.prototype.clone = function() {
256
+ return new F(this._bodyInit, {
257
257
  status: this.status,
258
258
  statusText: this.statusText,
259
259
  headers: new l(this.headers),
260
260
  url: this.url
261
261
  });
262
- }, x.error = function() {
263
- var o = new x(null, {
262
+ }, F.error = function() {
263
+ var o = new F(null, {
264
264
  status: 200,
265
265
  statusText: ""
266
266
  });
@@ -273,9 +273,9 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
273
273
  307,
274
274
  308
275
275
  ];
276
- x.redirect = function(o, a) {
276
+ F.redirect = function(o, a) {
277
277
  if (z.indexOf(a) === -1) throw new RangeError("Invalid status code");
278
- return new x(null, {
278
+ return new F(null, {
279
279
  status: a,
280
280
  headers: { location: o }
281
281
  });
@@ -305,7 +305,7 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
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;
307
307
  setTimeout(function() {
308
- d(new x(q, E));
308
+ d(new F(q, E));
309
309
  }, 0);
310
310
  }, h.onerror = function() {
311
311
  setTimeout(function() {
@@ -320,14 +320,14 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
320
320
  f(new u.DOMException("Aborted", "AbortError"));
321
321
  }, 0);
322
322
  };
323
- function F(E) {
323
+ function U(E) {
324
324
  try {
325
325
  return E === "" && c.location.href ? c.location.href : E;
326
326
  } catch {
327
327
  return E;
328
328
  }
329
329
  }
330
- if (h.open(g.method, F(g.url), !0), g.credentials === "include" ? h.withCredentials = !0 : g.credentials === "omit" && (h.withCredentials = !1), "responseType" in h && (m.blob ? h.responseType = "blob" : m.arrayBuffer && (h.responseType = "arraybuffer")), a && typeof a.headers == "object" && !(a.headers instanceof l || c.Headers && a.headers instanceof c.Headers)) {
330
+ if (h.open(g.method, U(g.url), !0), g.credentials === "include" ? h.withCredentials = !0 : g.credentials === "omit" && (h.withCredentials = !1), "responseType" in h && (m.blob ? h.responseType = "blob" : m.arrayBuffer && (h.responseType = "arraybuffer")), a && typeof a.headers == "object" && !(a.headers instanceof l || c.Headers && a.headers instanceof c.Headers)) {
331
331
  var G = [];
332
332
  Object.getOwnPropertyNames(a.headers).forEach(function(E) {
333
333
  G.push(y(E)), h.setRequestHeader(E, R(a.headers[E]));
@@ -342,7 +342,7 @@ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDe
342
342
  }), h.send(typeof g._bodyInit > "u" ? null : g._bodyInit);
343
343
  });
344
344
  }
345
- return S.polyfill = !0, c.fetch || (c.fetch = S, c.Headers = l, c.Request = v, c.Response = x), u.Headers = l, u.Request = v, u.Response = x, u.fetch = S, u;
345
+ return S.polyfill = !0, c.fetch || (c.fetch = S, c.Headers = l, c.Request = v, c.Response = F), u.Headers = l, u.Request = v, u.Response = F, u.fetch = S, u;
346
346
  })({});
347
347
  })(n), n.fetch.ponyfill = !0, delete n.fetch.polyfill;
348
348
  var r = i.fetch ? i : n;
@@ -531,8 +531,8 @@ var tt = /* @__PURE__ */ V(((e, t) => {
531
531
  }
532
532
  }, N = "en", J = {};
533
533
  J[N] = k;
534
- var B = "$isDayjsObject", H = function(S) {
535
- return S instanceof x || !(!S || !S[B]);
534
+ var H = "$isDayjsObject", x = function(S) {
535
+ return S instanceof F || !(!S || !S[H]);
536
536
  }, v = function S(o, a, d) {
537
537
  var f;
538
538
  if (!o) return N;
@@ -547,11 +547,11 @@ var tt = /* @__PURE__ */ V(((e, t) => {
547
547
  }
548
548
  return !d && f && (N = f), f || !d && N;
549
549
  }, L = function(S, o) {
550
- if (H(S)) return S.clone();
550
+ if (x(S)) return S.clone();
551
551
  var a = typeof o == "object" ? o : {};
552
- return a.date = S, a.args = arguments, new x(a);
552
+ return a.date = S, a.args = arguments, new F(a);
553
553
  }, M = I;
554
- M.l = v, M.i = H, M.w = function(S, o) {
554
+ M.l = v, M.i = x, M.w = function(S, o) {
555
555
  return L(S, {
556
556
  locale: o.$L,
557
557
  utc: o.$u,
@@ -559,9 +559,9 @@ var tt = /* @__PURE__ */ V(((e, t) => {
559
559
  $offset: o.$offset
560
560
  });
561
561
  };
562
- var x = (function() {
562
+ var F = (function() {
563
563
  function S(a) {
564
- this.$L = v(a.locale, null, !0), this.parse(a), this.$x = this.$x || a.x || {}, this[B] = !0;
564
+ this.$L = v(a.locale, null, !0), this.parse(a), this.$x = this.$x || a.x || {}, this[H] = !0;
565
565
  }
566
566
  var o = S.prototype;
567
567
  return o.parse = function(a) {
@@ -573,8 +573,8 @@ var tt = /* @__PURE__ */ V(((e, t) => {
573
573
  if (typeof f == "string" && !/Z$/i.test(f)) {
574
574
  var h = f.match(p);
575
575
  if (h) {
576
- var D = h[2] - 1 || 0, F = (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, F)) : new Date(h[1], D, h[3] || 1, h[4] || 0, h[5] || 0, h[6] || 0, F);
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);
578
578
  }
579
579
  }
580
580
  return new Date(f);
@@ -603,7 +603,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
603
603
  var f = this, g = !!M.u(d) || d, h = M.p(a), D = function(j, Y) {
604
604
  var W = M.w(f.$u ? Date.UTC(f.$y, Y, j) : new Date(f.$y, Y, j), f);
605
605
  return g ? W : W.endOf(A);
606
- }, F = function(j, Y) {
606
+ }, U = function(j, Y) {
607
607
  return M.w(f.toDate()[j].apply(f.toDate("s"), (g ? [
608
608
  0,
609
609
  0,
@@ -626,24 +626,24 @@ var tt = /* @__PURE__ */ V(((e, t) => {
626
626
  return D(g ? q - se : q + (6 - se), E);
627
627
  case A:
628
628
  case C:
629
- return F(re + "Hours", 0);
629
+ return U(re + "Hours", 0);
630
630
  case m:
631
- return F(re + "Minutes", 1);
631
+ return U(re + "Minutes", 1);
632
632
  case c:
633
- return F(re + "Seconds", 2);
633
+ return U(re + "Seconds", 2);
634
634
  case u:
635
- return F(re + "Milliseconds", 3);
635
+ return U(re + "Milliseconds", 3);
636
636
  default:
637
637
  return this.clone();
638
638
  }
639
639
  }, o.endOf = function(a) {
640
640
  return this.startOf(a, !1);
641
641
  }, 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], F = g === A ? this.$D + (d - this.$W) : 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;
643
643
  if (g === _ || g === R) {
644
644
  var G = this.clone().set(C, 1);
645
- G.$d[D](F), G.init(), this.$d = G.set(C, Math.min(this.$D, G.daysInMonth())).$d;
646
- } else D && this.$d[D](F);
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);
647
647
  return this.init(), this;
648
648
  }, o.set = function(a, d) {
649
649
  return this.clone().$set(a, d);
@@ -660,14 +660,14 @@ var tt = /* @__PURE__ */ V(((e, t) => {
660
660
  if (h === R) return this.set(R, this.$y + a);
661
661
  if (h === A) return D(1);
662
662
  if (h === O) return D(7);
663
- var F = (f = {}, f[c] = n, f[m] = r, f[u] = i, f)[h] || 1, G = this.$d.getTime() + a * F;
663
+ var U = (f = {}, f[c] = n, f[m] = r, f[u] = i, f)[h] || 1, G = this.$d.getTime() + a * U;
664
664
  return M.w(G, this);
665
665
  }, o.subtract = function(a, d) {
666
666
  return this.add(-1 * a, d);
667
667
  }, o.format = function(a) {
668
668
  var d = this, f = this.$locale();
669
669
  if (!this.isValid()) return f.invalidDate || l;
670
- var g = a || "YYYY-MM-DDTHH:mm:ssZ", h = M.z(this), D = this.$H, F = this.$m, G = this.$M, E = f.weekdays, q = f.months, re = f.meridiem, te = function(Y, W, ie, oe) {
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) {
671
671
  return Y && (Y[W] || Y(d, g)) || ie[W].slice(0, oe);
672
672
  }, se = function(Y) {
673
673
  return M.s(D % 12 || 12, Y, "0");
@@ -711,13 +711,13 @@ var tt = /* @__PURE__ */ V(((e, t) => {
711
711
  case "hh":
712
712
  return se(2);
713
713
  case "a":
714
- return j(D, F, !0);
714
+ return j(D, U, !0);
715
715
  case "A":
716
- return j(D, F, !1);
716
+ return j(D, U, !1);
717
717
  case "m":
718
- return String(F);
718
+ return String(U);
719
719
  case "mm":
720
- return M.s(F, 2, "0");
720
+ return M.s(U, 2, "0");
721
721
  case "s":
722
722
  return String(d.$s);
723
723
  case "ss":
@@ -733,8 +733,8 @@ var tt = /* @__PURE__ */ V(((e, t) => {
733
733
  }, o.utcOffset = function() {
734
734
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
735
735
  }, o.diff = function(a, d, f) {
736
- var g, h = this, D = M.p(d), F = L(a), G = (F.utcOffset() - this.utcOffset()) * n, E = this - F, q = function() {
737
- return M.m(h, 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);
738
738
  };
739
739
  switch (D) {
740
740
  case R:
@@ -784,7 +784,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
784
784
  }, o.toString = function() {
785
785
  return this.$d.toUTCString();
786
786
  }, S;
787
- })(), z = x.prototype;
787
+ })(), z = F.prototype;
788
788
  return L.prototype = z, [
789
789
  ["$ms", s],
790
790
  ["$s", u],
@@ -799,8 +799,8 @@ var tt = /* @__PURE__ */ V(((e, t) => {
799
799
  return this.$g(o, S[0], S[1]);
800
800
  };
801
801
  })), L.extend = function(S, o) {
802
- return S.$i || (S(o, x, L), S.$i = !0), L;
803
- }, L.locale = v, L.isDayjs = H, L.unix = function(S) {
802
+ return S.$i || (S(o, F, L), S.$i = !0), L;
803
+ }, L.locale = v, L.isDayjs = x, L.unix = function(S) {
804
804
  return L(1e3 * S);
805
805
  }, L.en = J[N], L.Ls = J, L.p = {}, L;
806
806
  }));
@@ -945,21 +945,21 @@ var tt = /* @__PURE__ */ V(((e, t) => {
945
945
  ZZ: _
946
946
  };
947
947
  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, x) {
949
- var z = x && x.toUpperCase();
950
- return M || k[x] || i[x] || k[z].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(S, o, a) {
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) {
949
+ var z = F && F.toUpperCase();
950
+ return M || k[F] || i[F] || k[z].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(S, o, a) {
951
951
  return o || a.slice(1);
952
952
  }));
953
953
  }))).match(n), I = w.length, N = 0; N < I; N += 1) {
954
- var J = w[N], B = C[J], H = B && B[0], v = B && B[1];
954
+ var J = w[N], H = C[J], x = H && H[0], v = H && H[1];
955
955
  w[N] = v ? {
956
- regex: H,
956
+ regex: x,
957
957
  parser: v
958
958
  } : J.replace(/^\[|\]$/g, "");
959
959
  }
960
960
  return function(L) {
961
- for (var M = {}, x = 0, z = 0; x < I; x += 1) {
962
- var S = w[x];
961
+ for (var M = {}, F = 0, z = 0; F < I; F += 1) {
962
+ var S = w[F];
963
963
  if (typeof S == "string") z += S.length;
964
964
  else {
965
965
  var o = S.regex, a = S.parser, d = L.slice(z), f = o.exec(d)[0];
@@ -979,25 +979,25 @@ var tt = /* @__PURE__ */ V(((e, t) => {
979
979
  k.p.customParseFormat = !0, p && p.parseTwoDigitYear && (A = p.parseTwoDigitYear);
980
980
  var w = T.prototype, I = w.parse;
981
981
  w.parse = function(N) {
982
- var J = N.date, B = N.utc, H = N.args;
983
- this.$u = B;
984
- var v = H[1];
982
+ var J = N.date, H = N.utc, x = N.args;
983
+ this.$u = H;
984
+ var v = x[1];
985
985
  if (typeof v == "string") {
986
- var L = H[2] === !0, M = H[3] === !0, x = L || M, z = H[2];
987
- M && (z = H[2]), m = this.$locale(), !L && z && (m = k.Ls[z]), this.$d = (function(d, f, g, h) {
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) {
988
988
  try {
989
989
  if (["x", "X"].indexOf(f) > -1) return /* @__PURE__ */ new Date((f === "X" ? 1e3 : 1) * d);
990
- var D = l(f)(d), F = 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 || (F || G ? 1 : W.getDate()), oe = F || W.getFullYear(), he = 0;
991
- F && !G || (he = G > 0 ? G - 1 : W.getMonth());
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;
991
+ U && !G || (he = G > 0 ? G - 1 : W.getMonth());
992
992
  var ye, Se = q || 0, we = re || 0, ke = te || 0, Re = se || 0;
993
993
  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);
994
994
  } catch {
995
995
  return /* @__PURE__ */ new Date("");
996
996
  }
997
- })(J, v, B, k), this.init(), z && z !== !0 && (this.$L = this.locale(z).$L), x && J != this.format(v) && (this.$d = /* @__PURE__ */ new Date("")), m = {};
997
+ })(J, v, H, k), this.init(), z && z !== !0 && (this.$L = this.locale(z).$L), F && J != this.format(v) && (this.$d = /* @__PURE__ */ new Date("")), m = {};
998
998
  } else if (v instanceof Array) for (var S = v.length, o = 1; o <= S; o += 1) {
999
- H[1] = v[o - 1];
1000
- var a = k.apply(this, H);
999
+ x[1] = v[o - 1];
1000
+ var a = k.apply(this, x);
1001
1001
  if (a.isValid()) {
1002
1002
  this.$d = a.$d, this.$L = a.$L, this.init();
1003
1003
  break;
@@ -1270,14 +1270,14 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1270
1270
  var J = (i.rounding || Math.round)(Math.abs(C));
1271
1271
  if (p = C > 0, J <= N.r || !N.r) {
1272
1272
  J <= 1 && I > 0 && (N = k[I - 1]);
1273
- var B = T[N.l];
1274
- R && (J = R("" + J)), l = typeof B == "string" ? B.replace("%d", J) : B(J, O, N.l, p);
1273
+ var H = T[N.l];
1274
+ R && (J = R("" + J)), l = typeof H == "string" ? H.replace("%d", J) : H(J, O, N.l, p);
1275
1275
  break;
1276
1276
  }
1277
1277
  }
1278
1278
  if (O) return l;
1279
- var H = p ? T.future : T.past;
1280
- return typeof H == "function" ? H(l) : H.replace("%s", l);
1279
+ var x = p ? T.future : T.past;
1280
+ return typeof x == "function" ? x(l) : x.replace("%s", l);
1281
1281
  }, s.to = function(A, O) {
1282
1282
  return c(A, O, this, !0);
1283
1283
  }, s.from = function(A, O) {
@@ -1330,8 +1330,8 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1330
1330
  var T = C[p], k = T.type, w = T.value, I = i[k];
1331
1331
  I >= 0 && (l[I] = parseInt(w, 10));
1332
1332
  }
1333
- var N = l[3], J = N === 24 ? 0 : N, B = l[0] + "-" + l[1] + "-" + l[2] + " " + J + ":" + l[4] + ":" + l[5] + ":000", H = +y;
1334
- return (u.utc(B).valueOf() - (H -= H % 1e3)) / 6e4;
1333
+ var N = l[3], J = N === 24 ? 0 : N, H = l[0] + "-" + l[1] + "-" + l[2] + " " + J + ":" + l[4] + ":" + l[5] + ":000", x = +y;
1334
+ return (u.utc(H).valueOf() - (x -= x % 1e3)) / 6e4;
1335
1335
  }, O = s.prototype;
1336
1336
  O.tz = function(y, R) {
1337
1337
  y === void 0 && (y = c);
@@ -1356,10 +1356,10 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1356
1356
  }, u.tz = function(y, R, C) {
1357
1357
  var l = C && R, p = C || R || c, T = A(+u(), p);
1358
1358
  if (typeof y != "string") return u(y).tz(p);
1359
- var k = (function(J, B, H) {
1360
- var v = J - 60 * B * 1e3, L = A(v, H);
1361
- if (B === L) return [v, B];
1362
- var M = A(v -= 60 * (L - B) * 1e3, H);
1359
+ var k = (function(J, H, x) {
1360
+ var v = J - 60 * H * 1e3, L = A(v, x);
1361
+ if (H === L) return [v, H];
1362
+ var M = A(v -= 60 * (L - H) * 1e3, x);
1363
1363
  return L === M ? [v, L] : [J - 60 * Math.min(L, M) * 1e3, Math.max(L, M)];
1364
1364
  })(u.utc(y, l).valueOf(), T, p), w = k[0], I = k[1], N = u(w).utcOffset(I);
1365
1365
  return N.$x.$timezone = p, N;
@@ -1415,12 +1415,12 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1415
1415
  N === void 0 && (N = "");
1416
1416
  var J = N.match(n);
1417
1417
  if (!J) return null;
1418
- var B = ("" + J[0]).match(r) || [
1418
+ var H = ("" + J[0]).match(r) || [
1419
1419
  "-",
1420
1420
  0,
1421
1421
  0
1422
- ], H = B[0], v = 60 * +B[1] + +B[2];
1423
- return v === 0 ? 0 : H === "+" ? v : -v;
1422
+ ], x = H[0], v = 60 * +H[1] + +H[2];
1423
+ return v === 0 ? 0 : x === "+" ? v : -v;
1424
1424
  })(l), l === null)) return this;
1425
1425
  var k = Math.abs(l) <= 16 ? 60 * l : l;
1426
1426
  if (k === 0) return this.utc(p);
@@ -1521,7 +1521,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1521
1521
  }
1522
1522
  };
1523
1523
  }));
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), Va = Ai(), Za = Ti();
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), Za = Ai(), Wa = Ti();
1525
1525
  X.default.extend(Si.default);
1526
1526
  X.default.extend(wi.default);
1527
1527
  X.default.extend(ki.default);
@@ -1719,7 +1719,7 @@ var Fi = class {
1719
1719
  function Ui() {
1720
1720
  return new Fi();
1721
1721
  }
1722
- var Wa = Ui(), Gi = "http://localhost".replace(/\/+$/, ""), $i = (e) => typeof Blob < "u" && e instanceof Blob, Q = class {
1722
+ var Xa = Ui(), Gi = "http://localhost".replace(/\/+$/, ""), $i = (e) => typeof Blob < "u" && e instanceof Blob, Q = class {
1723
1723
  configuration;
1724
1724
  middleware;
1725
1725
  constructor(e = new ot()) {
@@ -1786,13 +1786,13 @@ var Wa = Ui(), Gi = "http://localhost".replace(/\/+$/, ""), $i = (e) => typeof B
1786
1786
  constructor(e, t) {
1787
1787
  super(t), this.response = e;
1788
1788
  }
1789
- }, U = class extends Error {
1789
+ }, B = class extends Error {
1790
1790
  field;
1791
1791
  name = "RequiredError";
1792
1792
  constructor(e, t) {
1793
1793
  super(t), this.field = e;
1794
1794
  }
1795
- }, Xa = {
1795
+ }, Qa = {
1796
1796
  csv: ",",
1797
1797
  ssv: " ",
1798
1798
  tsv: " ",
@@ -1835,7 +1835,7 @@ var Wa = Ui(), Gi = "http://localhost".replace(/\/+$/, ""), $i = (e) => typeof B
1835
1835
  return this.configuration.credentials;
1836
1836
  }
1837
1837
  };
1838
- function Qa(e, t) {
1838
+ function ja(e, t) {
1839
1839
  const i = e[t];
1840
1840
  return i != null;
1841
1841
  }
@@ -1849,7 +1849,7 @@ function at(e, t = "") {
1849
1849
  return r instanceof Date ? `${encodeURIComponent(n)}=${encodeURIComponent(r.toISOString())}` : r instanceof Object ? at(r, n) : `${encodeURIComponent(n)}=${encodeURIComponent(String(r))}`;
1850
1850
  }).filter((i) => i.length > 0).join("&");
1851
1851
  }
1852
- function ja(e) {
1852
+ function es(e) {
1853
1853
  for (const t of e) if (t.contentType === "multipart/form-data") return !0;
1854
1854
  return !1;
1855
1855
  }
@@ -1862,7 +1862,7 @@ var $ = class {
1862
1862
  async value() {
1863
1863
  return this.transformer(await this.raw.json());
1864
1864
  }
1865
- }, es = class {
1865
+ }, qi = class {
1866
1866
  raw;
1867
1867
  constructor(e) {
1868
1868
  this.raw = e;
@@ -1895,10 +1895,10 @@ function rs(e) {
1895
1895
  function ct(e, t) {
1896
1896
  return e == null ? e : { name: e.name };
1897
1897
  }
1898
- function qi(e) {
1899
- return Yi(e, !1);
1898
+ function Yi(e) {
1899
+ return Ki(e, !1);
1900
1900
  }
1901
- function Yi(e, t = !1) {
1901
+ function Ki(e, t = !1) {
1902
1902
  return e == null ? e : { name: e.name };
1903
1903
  }
1904
1904
  var os = { CreditCard: "CREDIT_CARD" };
@@ -1911,10 +1911,10 @@ function ss(e) {
1911
1911
  function ut(e, t) {
1912
1912
  return e == null ? e : { name: e.name };
1913
1913
  }
1914
- function Ki(e) {
1915
- return zi(e, !1);
1914
+ function zi(e) {
1915
+ return Vi(e, !1);
1916
1916
  }
1917
- function zi(e, t = !1) {
1917
+ function Vi(e, t = !1) {
1918
1918
  return e == null ? e : { name: e.name };
1919
1919
  }
1920
1920
  var cs = { DepositAccount: "DEPOSIT_ACCOUNT" };
@@ -1927,10 +1927,10 @@ function ds(e) {
1927
1927
  function dt(e, t) {
1928
1928
  return e == null ? e : { name: e.name };
1929
1929
  }
1930
- function Vi(e) {
1931
- return Zi(e, !1);
1930
+ function Zi(e) {
1931
+ return Wi(e, !1);
1932
1932
  }
1933
- function Zi(e, t = !1) {
1933
+ function Wi(e, t = !1) {
1934
1934
  return e == null ? e : { name: e.name };
1935
1935
  }
1936
1936
  var fs = {
@@ -1941,16 +1941,16 @@ var fs = {
1941
1941
  function ls(e) {
1942
1942
  return !(!("status" in e) || e.status === void 0);
1943
1943
  }
1944
- function Wi(e) {
1945
- return Xi(e, !1);
1944
+ function Xi(e) {
1945
+ return Qi(e, !1);
1946
1946
  }
1947
- function Xi(e, t) {
1947
+ function Qi(e, t) {
1948
1948
  return e == null ? e : { status: e.status };
1949
1949
  }
1950
- function Qi(e) {
1951
- return ji(e, !1);
1950
+ function ji(e) {
1951
+ return en(e, !1);
1952
1952
  }
1953
- function ji(e, t = !1) {
1953
+ function en(e, t = !1) {
1954
1954
  return e == null ? e : { status: e.status };
1955
1955
  }
1956
1956
  var ms = { PayLater: "PAY_LATER" };
@@ -1963,22 +1963,22 @@ function hs(e) {
1963
1963
  function ft(e, t) {
1964
1964
  return e == null ? e : {
1965
1965
  name: e.name,
1966
- payload: Wi(e.payload)
1966
+ payload: Xi(e.payload)
1967
1967
  };
1968
1968
  }
1969
- function en(e) {
1970
- return tn(e, !1);
1969
+ function tn(e) {
1970
+ return nn(e, !1);
1971
1971
  }
1972
- function tn(e, t = !1) {
1972
+ function nn(e, t = !1) {
1973
1973
  return e == null ? e : {
1974
1974
  name: e.name,
1975
- payload: Qi(e.payload)
1975
+ payload: ji(e.payload)
1976
1976
  };
1977
1977
  }
1978
- function nn(e) {
1979
- return rn(e, !1);
1978
+ function rn(e) {
1979
+ return on(e, !1);
1980
1980
  }
1981
- function rn(e, t) {
1981
+ function on(e, t) {
1982
1982
  if (e == null) return e;
1983
1983
  switch (e.name) {
1984
1984
  case "COUPON":
@@ -2005,33 +2005,33 @@ function rn(e, t) {
2005
2005
  throw new Error(`No variant of AllowedPaymentMethodApi exists with 'name=${e.name}'`);
2006
2006
  }
2007
2007
  }
2008
- function on(e) {
2008
+ function an(e) {
2009
2009
  if (e !== void 0) {
2010
2010
  if (e === null) return null;
2011
2011
  switch (e.name) {
2012
2012
  case "COUPON":
2013
- return qi(e);
2013
+ return Yi(e);
2014
2014
  case "CREDIT_CARD":
2015
- return Ki(e);
2015
+ return zi(e);
2016
2016
  case "DEPOSIT_ACCOUNT":
2017
- return Vi(e);
2017
+ return Zi(e);
2018
2018
  case "PAY_LATER":
2019
- return en(e);
2019
+ return tn(e);
2020
2020
  default:
2021
2021
  throw new Error(`No variant of AllowedPaymentMethodApi exists with 'name=${e.name}'`);
2022
2022
  }
2023
2023
  }
2024
2024
  }
2025
2025
  function ys(e, t = !1) {
2026
- return on(e);
2026
+ return an(e);
2027
2027
  }
2028
2028
  function gs(e) {
2029
2029
  return !0;
2030
2030
  }
2031
2031
  function lt(e) {
2032
- return an(e, !1);
2032
+ return sn(e, !1);
2033
2033
  }
2034
- function an(e, t) {
2034
+ function sn(e, t) {
2035
2035
  return e == null ? e : {
2036
2036
  airConditioning: e.air_conditioning == null ? void 0 : e.air_conditioning,
2037
2037
  airportTransportation: e.airport_transportation == null ? void 0 : e.airport_transportation,
@@ -2080,9 +2080,9 @@ function an(e, t) {
2080
2080
  };
2081
2081
  }
2082
2082
  function mt(e) {
2083
- return sn(e, !1);
2083
+ return cn(e, !1);
2084
2084
  }
2085
- function sn(e, t = !1) {
2085
+ function cn(e, t = !1) {
2086
2086
  return e == null ? e : {
2087
2087
  air_conditioning: e.airConditioning,
2088
2088
  airport_transportation: e.airportTransportation,
@@ -2134,9 +2134,9 @@ function _s(e) {
2134
2134
  return !(!("count" in e) || e.count === void 0 || !("name" in e) || e.name === void 0 || !("occupancy" in e) || e.occupancy === void 0);
2135
2135
  }
2136
2136
  function Os(e) {
2137
- return cn(e, !1);
2137
+ return un(e, !1);
2138
2138
  }
2139
- function cn(e, t) {
2139
+ function un(e, t) {
2140
2140
  return e == null ? e : {
2141
2141
  count: e.count,
2142
2142
  name: e.name,
@@ -2144,9 +2144,9 @@ function cn(e, t) {
2144
2144
  };
2145
2145
  }
2146
2146
  function As(e) {
2147
- return un(e, !1);
2147
+ return dn(e, !1);
2148
2148
  }
2149
- function un(e, t = !1) {
2149
+ function dn(e, t = !1) {
2150
2150
  return e == null ? e : {
2151
2151
  count: e.count,
2152
2152
  name: e.name,
@@ -2157,9 +2157,9 @@ function Ts(e) {
2157
2157
  return !(!("dateFrom" in e) || e.dateFrom === void 0 || !("dateTo" in e) || e.dateTo === void 0 || !("penaltyPercentage" in e) || e.penaltyPercentage === void 0);
2158
2158
  }
2159
2159
  function Be(e) {
2160
- return dn(e, !1);
2160
+ return fn(e, !1);
2161
2161
  }
2162
- function dn(e, t) {
2162
+ function fn(e, t) {
2163
2163
  return e == null ? e : {
2164
2164
  dateFrom: e.date_from,
2165
2165
  dateTo: e.date_to,
@@ -2167,9 +2167,9 @@ function dn(e, t) {
2167
2167
  };
2168
2168
  }
2169
2169
  function He(e) {
2170
- return fn(e, !1);
2170
+ return ln(e, !1);
2171
2171
  }
2172
- function fn(e, t = !1) {
2172
+ function ln(e, t = !1) {
2173
2173
  return e == null ? e : {
2174
2174
  date_from: e.dateFrom,
2175
2175
  date_to: e.dateTo,
@@ -2427,9 +2427,9 @@ function Ss(e) {
2427
2427
  return !1;
2428
2428
  }
2429
2429
  function Ae(e) {
2430
- return ln(e, !1);
2430
+ return mn(e, !1);
2431
2431
  }
2432
- function ln(e, t) {
2432
+ function mn(e, t) {
2433
2433
  return e;
2434
2434
  }
2435
2435
  function ws(e) {
@@ -2442,9 +2442,9 @@ function Rs(e) {
2442
2442
  return !(!("isHeroImage" in e) || e.isHeroImage === void 0 || !("l" in e) || e.l === void 0 || !("m" in e) || e.m === void 0 || !("s" in e) || e.s === void 0 || !("xl" in e) || e.xl === void 0 || !("xs" in e) || e.xs === void 0);
2443
2443
  }
2444
2444
  function de(e) {
2445
- return mn(e, !1);
2445
+ return pn(e, !1);
2446
2446
  }
2447
- function mn(e, t) {
2447
+ function pn(e, t) {
2448
2448
  return e == null ? e : {
2449
2449
  caption: e.caption == null ? void 0 : e.caption,
2450
2450
  isHeroImage: e.is_hero_image,
@@ -2456,9 +2456,9 @@ function mn(e, t) {
2456
2456
  };
2457
2457
  }
2458
2458
  function Te(e) {
2459
- return pn(e, !1);
2459
+ return hn(e, !1);
2460
2460
  }
2461
- function pn(e, t = !1) {
2461
+ function hn(e, t = !1) {
2462
2462
  return e == null ? e : {
2463
2463
  caption: e.caption,
2464
2464
  is_hero_image: e.isHeroImage,
@@ -2472,10 +2472,10 @@ function pn(e, t = !1) {
2472
2472
  function Cs(e) {
2473
2473
  return !(!("beds" in e) || e.beds === void 0 || !("bedsPretty" in e) || e.bedsPretty === void 0 || !("count" in e) || e.count === void 0 || !("description" in e) || e.description === void 0 || !("id" in e) || e.id === void 0 || !("occupancy" in e) || e.occupancy === void 0);
2474
2474
  }
2475
- function hn(e) {
2476
- return yn(e, !1);
2475
+ function yn(e) {
2476
+ return gn(e, !1);
2477
2477
  }
2478
- function yn(e, t) {
2478
+ function gn(e, t) {
2479
2479
  return e == null ? e : {
2480
2480
  amenities: e.amenities == null ? void 0 : e.amenities,
2481
2481
  beds: e.beds,
@@ -2494,10 +2494,10 @@ function yn(e, t) {
2494
2494
  thumbImages: e.thumb_images == null ? void 0 : e.thumb_images
2495
2495
  };
2496
2496
  }
2497
- function gn(e) {
2498
- return _n(e, !1);
2497
+ function _n(e) {
2498
+ return On(e, !1);
2499
2499
  }
2500
- function _n(e, t = !1) {
2500
+ function On(e, t = !1) {
2501
2501
  return e == null ? e : {
2502
2502
  amenities: e.amenities,
2503
2503
  beds: e.beds,
@@ -2526,10 +2526,10 @@ function Ds(e) {
2526
2526
  return !0;
2527
2527
  return !1;
2528
2528
  }
2529
- function On(e) {
2530
- return An(e, !1);
2529
+ function An(e) {
2530
+ return Tn(e, !1);
2531
2531
  }
2532
- function An(e, t) {
2532
+ function Tn(e, t) {
2533
2533
  return e;
2534
2534
  }
2535
2535
  function Ms(e) {
@@ -2549,9 +2549,9 @@ function Is(e) {
2549
2549
  return !(!("taxFrequency" in e) || e.taxFrequency === void 0 || !("taxMode" in e) || e.taxMode === void 0);
2550
2550
  }
2551
2551
  function pt(e) {
2552
- return Tn(e, !1);
2552
+ return Sn(e, !1);
2553
2553
  }
2554
- function Tn(e, t) {
2554
+ function Sn(e, t) {
2555
2555
  return e == null ? e : {
2556
2556
  amount: e.amount == null ? void 0 : e.amount,
2557
2557
  code: e.code == null ? void 0 : e.code,
@@ -2562,9 +2562,9 @@ function Tn(e, t) {
2562
2562
  };
2563
2563
  }
2564
2564
  function ht(e) {
2565
- return Sn(e, !1);
2565
+ return wn(e, !1);
2566
2566
  }
2567
- function Sn(e, t = !1) {
2567
+ function wn(e, t = !1) {
2568
2568
  return e == null ? e : {
2569
2569
  amount: e.amount,
2570
2570
  code: e.code,
@@ -2719,9 +2719,9 @@ function Es(e) {
2719
2719
  return !1;
2720
2720
  }
2721
2721
  function ne(e) {
2722
- return wn(e, !1);
2722
+ return kn(e, !1);
2723
2723
  }
2724
- function wn(e, t) {
2724
+ function kn(e, t) {
2725
2725
  return e;
2726
2726
  }
2727
2727
  function Ls(e) {
@@ -2734,9 +2734,9 @@ function vs(e) {
2734
2734
  return !(!("name" in e) || e.name === void 0);
2735
2735
  }
2736
2736
  function yt(e) {
2737
- return kn(e, !1);
2737
+ return Rn(e, !1);
2738
2738
  }
2739
- function kn(e, t) {
2739
+ function Rn(e, t) {
2740
2740
  return e == null ? e : {
2741
2741
  bg: e.bg == null ? void 0 : e.bg,
2742
2742
  color: e.color == null ? void 0 : e.color,
@@ -2746,9 +2746,9 @@ function kn(e, t) {
2746
2746
  };
2747
2747
  }
2748
2748
  function gt(e) {
2749
- return Rn(e, !1);
2749
+ return Cn(e, !1);
2750
2750
  }
2751
- function Rn(e, t = !1) {
2751
+ function Cn(e, t = !1) {
2752
2752
  return e == null ? e : {
2753
2753
  bg: e.bg,
2754
2754
  color: e.color,
@@ -2774,19 +2774,19 @@ function Fs(e) {
2774
2774
  return !(!("breakfastOption" in e) || e.breakfastOption === void 0 || !("cancellationPolicies" in e) || e.cancellationPolicies === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRooms" in e) || e.hotelRooms === void 0 || !("price" in e) || e.price === void 0 || !("sourceMarket" in e) || e.sourceMarket === void 0 || !("stayTaxesInfo" in e) || e.stayTaxesInfo === void 0 || !("taxIncludedPrice" in e) || e.taxIncludedPrice === void 0);
2775
2775
  }
2776
2776
  function fe(e) {
2777
- return Cn(e, !1);
2777
+ return Dn(e, !1);
2778
2778
  }
2779
- function Cn(e, t) {
2779
+ function Dn(e, t) {
2780
2780
  return e == null ? e : {
2781
2781
  breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
2782
- breakfastOption: On(e.breakfast_option),
2782
+ breakfastOption: An(e.breakfast_option),
2783
2783
  breakfastPricePerGuestPerNight: e.breakfast_price_per_guest_per_night == null ? void 0 : e.breakfast_price_per_guest_per_night,
2784
2784
  breakfastUnitPrice: e.breakfast_unit_price == null ? void 0 : e.breakfast_unit_price,
2785
2785
  cancellationPolicies: e.cancellation_policies.map(Be),
2786
2786
  count: e.count == null ? void 0 : e.count,
2787
2787
  currency: ne(e.currency),
2788
2788
  hotelId: e.hotel_id,
2789
- hotelRooms: e.hotel_rooms.map(hn),
2789
+ hotelRooms: e.hotel_rooms.map(yn),
2790
2790
  id: e.id == null ? void 0 : e.id,
2791
2791
  packageType: e.package_type == null ? void 0 : e.package_type,
2792
2792
  price: e.price,
@@ -2799,9 +2799,9 @@ function Cn(e, t) {
2799
2799
  };
2800
2800
  }
2801
2801
  function le(e) {
2802
- return Dn(e, !1);
2802
+ return Mn(e, !1);
2803
2803
  }
2804
- function Dn(e, t = !1) {
2804
+ function Mn(e, t = !1) {
2805
2805
  return e == null ? e : {
2806
2806
  breakfast_count: e.breakfastCount,
2807
2807
  breakfast_option: e.breakfastOption,
@@ -2811,7 +2811,7 @@ function Dn(e, t = !1) {
2811
2811
  count: e.count,
2812
2812
  currency: e.currency,
2813
2813
  hotel_id: e.hotelId,
2814
- hotel_rooms: e.hotelRooms.map(gn),
2814
+ hotel_rooms: e.hotelRooms.map(_n),
2815
2815
  id: e.id,
2816
2816
  package_type: e.packageType,
2817
2817
  price: e.price,
@@ -2838,9 +2838,9 @@ function Us(e) {
2838
2838
  return !1;
2839
2839
  }
2840
2840
  function xe(e) {
2841
- return Mn(e, !1);
2841
+ return Pn(e, !1);
2842
2842
  }
2843
- function Mn(e, t) {
2843
+ function Pn(e, t) {
2844
2844
  return e;
2845
2845
  }
2846
2846
  function Gs(e) {
@@ -3100,9 +3100,9 @@ function qs(e) {
3100
3100
  return !1;
3101
3101
  }
3102
3102
  function Ie(e) {
3103
- return Pn(e, !1);
3103
+ return Nn(e, !1);
3104
3104
  }
3105
- function Pn(e, t) {
3105
+ function Nn(e, t) {
3106
3106
  return e;
3107
3107
  }
3108
3108
  function Ys(e) {
@@ -3114,10 +3114,10 @@ function Ks(e, t) {
3114
3114
  function zs(e) {
3115
3115
  return !(!("address" in e) || e.address === void 0 || !("city" in e) || e.city === void 0 || !("country" in e) || e.country === void 0 || !("name" in e) || e.name === void 0 || !("zipCode" in e) || e.zipCode === void 0);
3116
3116
  }
3117
- function Nn(e) {
3118
- return bn(e, !1);
3117
+ function bn(e) {
3118
+ return In(e, !1);
3119
3119
  }
3120
- function bn(e, t) {
3120
+ function In(e, t) {
3121
3121
  return e == null ? e : {
3122
3122
  address: e.address,
3123
3123
  city: e.city,
@@ -3128,10 +3128,10 @@ function bn(e, t) {
3128
3128
  zipCode: e.zip_code
3129
3129
  };
3130
3130
  }
3131
- function In(e) {
3132
- return En(e, !1);
3131
+ function En(e) {
3132
+ return Ln(e, !1);
3133
3133
  }
3134
- function En(e, t = !1) {
3134
+ function Ln(e, t = !1) {
3135
3135
  return e == null ? e : {
3136
3136
  address: e.address,
3137
3137
  city: e.city,
@@ -3154,9 +3154,9 @@ function Zs(e) {
3154
3154
  return !(!("email" in e) || e.email === void 0 || !("firstName" in e) || e.firstName === void 0 || !("lastName" in e) || e.lastName === void 0 || !("nationality" in e) || e.nationality === void 0 || !("phone" in e) || e.phone === void 0);
3155
3155
  }
3156
3156
  function _t(e) {
3157
- return Ln(e, !1);
3157
+ return Jn(e, !1);
3158
3158
  }
3159
- function Ln(e, t) {
3159
+ function Jn(e, t) {
3160
3160
  return e == null ? e : {
3161
3161
  address: e.address == null ? void 0 : e.address,
3162
3162
  city: e.city == null ? void 0 : e.city,
@@ -3166,7 +3166,7 @@ function Ln(e, t) {
3166
3166
  lang: e.lang == null ? void 0 : xe(e.lang),
3167
3167
  lastName: e.last_name,
3168
3168
  nationality: Ie(e.nationality),
3169
- organization: e.organization == null ? void 0 : Nn(e.organization),
3169
+ organization: e.organization == null ? void 0 : bn(e.organization),
3170
3170
  phone: e.phone,
3171
3171
  remarks: e.remarks == null ? void 0 : e.remarks,
3172
3172
  salutation: e.salutation == null ? void 0 : e.salutation,
@@ -3175,9 +3175,9 @@ function Ln(e, t) {
3175
3175
  };
3176
3176
  }
3177
3177
  function Ot(e) {
3178
- return Jn(e, !1);
3178
+ return vn(e, !1);
3179
3179
  }
3180
- function Jn(e, t = !1) {
3180
+ function vn(e, t = !1) {
3181
3181
  return e == null ? e : {
3182
3182
  address: e.address,
3183
3183
  city: e.city,
@@ -3187,7 +3187,7 @@ function Jn(e, t = !1) {
3187
3187
  lang: e.lang,
3188
3188
  last_name: e.lastName,
3189
3189
  nationality: e.nationality,
3190
- organization: In(e.organization),
3190
+ organization: En(e.organization),
3191
3191
  phone: e.phone,
3192
3192
  remarks: e.remarks,
3193
3193
  salutation: e.salutation,
@@ -3198,20 +3198,20 @@ function Jn(e, t = !1) {
3198
3198
  function Ws(e) {
3199
3199
  return !(!("amount" in e) || e.amount === void 0 || !("couponId" in e) || e.couponId === void 0);
3200
3200
  }
3201
- function vn(e) {
3202
- return Bn(e, !1);
3201
+ function Bn(e) {
3202
+ return Hn(e, !1);
3203
3203
  }
3204
- function Bn(e, t) {
3204
+ function Hn(e, t) {
3205
3205
  return e == null ? e : {
3206
3206
  amount: e.amount,
3207
3207
  couponId: e.coupon_id,
3208
3208
  token: e.token == null ? void 0 : e.token
3209
3209
  };
3210
3210
  }
3211
- function Hn(e) {
3212
- return xn(e, !1);
3211
+ function xn(e) {
3212
+ return Fn(e, !1);
3213
3213
  }
3214
- function xn(e, t = !1) {
3214
+ function Fn(e, t = !1) {
3215
3215
  return e == null ? e : {
3216
3216
  amount: e.amount,
3217
3217
  coupon_id: e.couponId,
@@ -3228,35 +3228,35 @@ function js(e) {
3228
3228
  function At(e, t) {
3229
3229
  return e == null ? e : {
3230
3230
  name: e.name,
3231
- payload: vn(e.payload)
3231
+ payload: Bn(e.payload)
3232
3232
  };
3233
3233
  }
3234
- function Fn(e) {
3235
- return Un(e, !1);
3234
+ function Un(e) {
3235
+ return Gn(e, !1);
3236
3236
  }
3237
- function Un(e, t = !1) {
3237
+ function Gn(e, t = !1) {
3238
3238
  return e == null ? e : {
3239
3239
  name: e.name,
3240
- payload: Hn(e.payload)
3240
+ payload: xn(e.payload)
3241
3241
  };
3242
3242
  }
3243
3243
  function ec(e) {
3244
3244
  return !(!("amount" in e) || e.amount === void 0 || !("token" in e) || e.token === void 0);
3245
3245
  }
3246
- function Gn(e) {
3247
- return $n(e, !1);
3246
+ function $n(e) {
3247
+ return qn(e, !1);
3248
3248
  }
3249
- function $n(e, t) {
3249
+ function qn(e, t) {
3250
3250
  return e == null ? e : {
3251
3251
  amount: e.amount,
3252
3252
  couponId: e.coupon_id == null ? void 0 : e.coupon_id,
3253
3253
  token: e.token
3254
3254
  };
3255
3255
  }
3256
- function qn(e) {
3257
- return Yn(e, !1);
3256
+ function Yn(e) {
3257
+ return Kn(e, !1);
3258
3258
  }
3259
- function Yn(e, t = !1) {
3259
+ function Kn(e, t = !1) {
3260
3260
  return e == null ? e : {
3261
3261
  amount: e.amount,
3262
3262
  coupon_id: e.couponId,
@@ -3273,35 +3273,35 @@ function nc(e) {
3273
3273
  function Tt(e, t) {
3274
3274
  return e == null ? e : {
3275
3275
  name: e.name,
3276
- payload: Gn(e.payload)
3276
+ payload: $n(e.payload)
3277
3277
  };
3278
3278
  }
3279
- function Kn(e) {
3280
- return zn(e, !1);
3279
+ function zn(e) {
3280
+ return Vn(e, !1);
3281
3281
  }
3282
- function zn(e, t = !1) {
3282
+ function Vn(e, t = !1) {
3283
3283
  return e == null ? e : {
3284
3284
  name: e.name,
3285
- payload: qn(e.payload)
3285
+ payload: Yn(e.payload)
3286
3286
  };
3287
3287
  }
3288
3288
  function rc(e) {
3289
3289
  return !(!("amount" in e) || e.amount === void 0);
3290
3290
  }
3291
- function Vn(e) {
3292
- return Zn(e, !1);
3291
+ function Zn(e) {
3292
+ return Wn(e, !1);
3293
3293
  }
3294
- function Zn(e, t) {
3294
+ function Wn(e, t) {
3295
3295
  return e == null ? e : {
3296
3296
  amount: e.amount,
3297
3297
  couponId: e.coupon_id == null ? void 0 : e.coupon_id,
3298
3298
  token: e.token == null ? void 0 : e.token
3299
3299
  };
3300
3300
  }
3301
- function Wn(e) {
3302
- return Xn(e, !1);
3301
+ function Xn(e) {
3302
+ return Qn(e, !1);
3303
3303
  }
3304
- function Xn(e, t = !1) {
3304
+ function Qn(e, t = !1) {
3305
3305
  return e == null ? e : {
3306
3306
  amount: e.amount,
3307
3307
  coupon_id: e.couponId,
@@ -3318,16 +3318,16 @@ function sc(e) {
3318
3318
  function St(e, t) {
3319
3319
  return e == null ? e : {
3320
3320
  name: e.name,
3321
- payload: Vn(e.payload)
3321
+ payload: Zn(e.payload)
3322
3322
  };
3323
3323
  }
3324
- function Qn(e) {
3325
- return jn(e, !1);
3324
+ function jn(e) {
3325
+ return er(e, !1);
3326
3326
  }
3327
- function jn(e, t = !1) {
3327
+ function er(e, t = !1) {
3328
3328
  return e == null ? e : {
3329
3329
  name: e.name,
3330
- payload: Wn(e.payload)
3330
+ payload: Xn(e.payload)
3331
3331
  };
3332
3332
  }
3333
3333
  var cc = {
@@ -3338,10 +3338,10 @@ var cc = {
3338
3338
  function uc(e) {
3339
3339
  return !(!("amount" in e) || e.amount === void 0 || !("status" in e) || e.status === void 0);
3340
3340
  }
3341
- function er(e) {
3342
- return tr(e, !1);
3341
+ function tr(e) {
3342
+ return ir(e, !1);
3343
3343
  }
3344
- function tr(e, t) {
3344
+ function ir(e, t) {
3345
3345
  return e == null ? e : {
3346
3346
  amount: e.amount,
3347
3347
  couponId: e.coupon_id == null ? void 0 : e.coupon_id,
@@ -3349,10 +3349,10 @@ function tr(e, t) {
3349
3349
  token: e.token == null ? void 0 : e.token
3350
3350
  };
3351
3351
  }
3352
- function ir(e) {
3353
- return nr(e, !1);
3352
+ function nr(e) {
3353
+ return rr(e, !1);
3354
3354
  }
3355
- function nr(e, t = !1) {
3355
+ function rr(e, t = !1) {
3356
3356
  return e == null ? e : {
3357
3357
  amount: e.amount,
3358
3358
  coupon_id: e.couponId,
@@ -3370,22 +3370,22 @@ function lc(e) {
3370
3370
  function wt(e, t) {
3371
3371
  return e == null ? e : {
3372
3372
  name: e.name,
3373
- payload: er(e.payload)
3373
+ payload: tr(e.payload)
3374
3374
  };
3375
3375
  }
3376
- function rr(e) {
3377
- return or(e, !1);
3376
+ function or(e) {
3377
+ return ar(e, !1);
3378
3378
  }
3379
- function or(e, t = !1) {
3379
+ function ar(e, t = !1) {
3380
3380
  return e == null ? e : {
3381
3381
  name: e.name,
3382
- payload: ir(e.payload)
3382
+ payload: nr(e.payload)
3383
3383
  };
3384
3384
  }
3385
- function ar(e) {
3386
- return sr(e, !1);
3385
+ function sr(e) {
3386
+ return cr(e, !1);
3387
3387
  }
3388
- function sr(e, t) {
3388
+ function cr(e, t) {
3389
3389
  if (e == null) return e;
3390
3390
  switch (e.name) {
3391
3391
  case "COUPON":
@@ -3417,13 +3417,13 @@ function kt(e) {
3417
3417
  if (e === null) return null;
3418
3418
  switch (e.name) {
3419
3419
  case "COUPON":
3420
- return Fn(e);
3420
+ return Un(e);
3421
3421
  case "CREDIT_CARD":
3422
- return Kn(e);
3422
+ return zn(e);
3423
3423
  case "DEPOSIT_ACCOUNT":
3424
- return Qn(e);
3424
+ return jn(e);
3425
3425
  case "PAY_LATER":
3426
- return rr(e);
3426
+ return or(e);
3427
3427
  default:
3428
3428
  throw new Error(`No variant of PaymentMethodApi exists with 'name=${e.name}'`);
3429
3429
  }
@@ -3443,20 +3443,20 @@ var pc = {
3443
3443
  function hc(e) {
3444
3444
  return !(!("status" in e) || e.status === void 0);
3445
3445
  }
3446
- function cr(e) {
3447
- return ur(e, !1);
3446
+ function ur(e) {
3447
+ return dr(e, !1);
3448
3448
  }
3449
- function ur(e, t) {
3449
+ function dr(e, t) {
3450
3450
  return e == null ? e : {
3451
3451
  createdAt: e.created_at == null ? void 0 : e.created_at,
3452
3452
  reference: e.reference == null ? void 0 : e.reference,
3453
3453
  status: e.status
3454
3454
  };
3455
3455
  }
3456
- function dr(e) {
3457
- return fr(e, !1);
3456
+ function fr(e) {
3457
+ return lr(e, !1);
3458
3458
  }
3459
- function fr(e, t = !1) {
3459
+ function lr(e, t = !1) {
3460
3460
  return e == null ? e : {
3461
3461
  created_at: e.createdAt,
3462
3462
  reference: e.reference,
@@ -3470,19 +3470,19 @@ var yc = {
3470
3470
  function gc(e) {
3471
3471
  return !(!("type" in e) || e.type === void 0 || !("url" in e) || e.url === void 0);
3472
3472
  }
3473
- function lr(e) {
3474
- return mr(e, !1);
3473
+ function mr(e) {
3474
+ return pr(e, !1);
3475
3475
  }
3476
- function mr(e, t) {
3476
+ function pr(e, t) {
3477
3477
  return e == null ? e : {
3478
3478
  type: e.type,
3479
3479
  url: e.url
3480
3480
  };
3481
3481
  }
3482
- function pr(e) {
3483
- return hr(e, !1);
3482
+ function hr(e) {
3483
+ return yr(e, !1);
3484
3484
  }
3485
- function hr(e, t = !1) {
3485
+ function yr(e, t = !1) {
3486
3486
  return e == null ? e : {
3487
3487
  type: e.type,
3488
3488
  url: e.url
@@ -3493,9 +3493,9 @@ function Oc(e) {
3493
3493
  return !(!("price" in e) || e.price === void 0 || !("taxIncludedPrice" in e) || e.taxIncludedPrice === void 0 || !("type" in e) || e.type === void 0);
3494
3494
  }
3495
3495
  function Rt(e) {
3496
- return yr(e, !1);
3496
+ return gr(e, !1);
3497
3497
  }
3498
- function yr(e, t) {
3498
+ function gr(e, t) {
3499
3499
  return e == null ? e : {
3500
3500
  price: e.price,
3501
3501
  taxIncludedPrice: e.tax_included_price,
@@ -3503,9 +3503,9 @@ function yr(e, t) {
3503
3503
  };
3504
3504
  }
3505
3505
  function Ct(e) {
3506
- return gr(e, !1);
3506
+ return _r(e, !1);
3507
3507
  }
3508
- function gr(e, t = !1) {
3508
+ function _r(e, t = !1) {
3509
3509
  return e == null ? e : {
3510
3510
  price: e.price,
3511
3511
  tax_included_price: e.taxIncludedPrice,
@@ -3516,9 +3516,9 @@ function Ac(e) {
3516
3516
  return !0;
3517
3517
  }
3518
3518
  function Fe(e) {
3519
- return _r(e, !1);
3519
+ return Or(e, !1);
3520
3520
  }
3521
- function _r(e, t) {
3521
+ function Or(e, t) {
3522
3522
  return e == null ? e : {
3523
3523
  latitude: e.latitude == null ? void 0 : e.latitude,
3524
3524
  longitude: e.longitude == null ? void 0 : e.longitude,
@@ -3527,9 +3527,9 @@ function _r(e, t) {
3527
3527
  };
3528
3528
  }
3529
3529
  function Ue(e) {
3530
- return Or(e, !1);
3530
+ return Ar(e, !1);
3531
3531
  }
3532
- function Or(e, t = !1) {
3532
+ function Ar(e, t = !1) {
3533
3533
  return e == null ? e : {
3534
3534
  latitude: e.latitude,
3535
3535
  longitude: e.longitude,
@@ -3540,10 +3540,10 @@ function Or(e, t = !1) {
3540
3540
  function Tc(e) {
3541
3541
  return !(!("beds" in e) || e.beds === void 0 || !("bedsPretty" in e) || e.bedsPretty === void 0 || !("count" in e) || e.count === void 0 || !("description" in e) || e.description === void 0 || !("id" in e) || e.id === void 0 || !("occupancy" in e) || e.occupancy === void 0);
3542
3542
  }
3543
- function Ar(e) {
3544
- return Tr(e, !1);
3543
+ function Tr(e) {
3544
+ return Sr(e, !1);
3545
3545
  }
3546
- function Tr(e, t) {
3546
+ function Sr(e, t) {
3547
3547
  return e == null ? e : {
3548
3548
  amenities: e.amenities == null ? void 0 : e.amenities,
3549
3549
  beds: e.beds,
@@ -3562,10 +3562,10 @@ function Tr(e, t) {
3562
3562
  thumbImages: e.thumb_images == null ? void 0 : e.thumb_images
3563
3563
  };
3564
3564
  }
3565
- function Sr(e) {
3566
- return wr(e, !1);
3565
+ function wr(e) {
3566
+ return kr(e, !1);
3567
3567
  }
3568
- function wr(e, t = !1) {
3568
+ function kr(e, t = !1) {
3569
3569
  return e == null ? e : {
3570
3570
  amenities: e.amenities,
3571
3571
  beds: e.beds,
@@ -3588,18 +3588,18 @@ function Sc(e) {
3588
3588
  return !(!("fullname" in e) || e.fullname === void 0 || !("id" in e) || e.id === void 0);
3589
3589
  }
3590
3590
  function Ee(e) {
3591
- return kr(e, !1);
3591
+ return Rr(e, !1);
3592
3592
  }
3593
- function kr(e, t) {
3593
+ function Rr(e, t) {
3594
3594
  return e == null ? e : {
3595
3595
  fullname: e.fullname,
3596
3596
  id: e.id
3597
3597
  };
3598
3598
  }
3599
- function Rr(e) {
3600
- return Cr(e, !1);
3599
+ function Cr(e) {
3600
+ return Dr(e, !1);
3601
3601
  }
3602
- function Cr(e, t = !1) {
3602
+ function Dr(e, t = !1) {
3603
3603
  return e == null ? e : {
3604
3604
  fullname: e.fullname,
3605
3605
  id: e.id
@@ -3609,25 +3609,25 @@ function wc(e) {
3609
3609
  return !(!("hotelRoomId" in e) || e.hotelRoomId === void 0 || !("hotelRoomingListGuests" in e) || e.hotelRoomingListGuests === void 0 || !("id" in e) || e.id === void 0);
3610
3610
  }
3611
3611
  function Dt(e) {
3612
- return Dr(e, !1);
3612
+ return Mr(e, !1);
3613
3613
  }
3614
- function Dr(e, t) {
3614
+ function Mr(e, t) {
3615
3615
  return e == null ? e : {
3616
- hotelRoom: e.hotel_room == null ? void 0 : Ar(e.hotel_room),
3616
+ hotelRoom: e.hotel_room == null ? void 0 : Tr(e.hotel_room),
3617
3617
  hotelRoomId: e.hotel_room_id,
3618
3618
  hotelRoomingListGuests: e.hotel_rooming_list_guests.map(Ee),
3619
3619
  id: e.id,
3620
3620
  limitDate: e.limit_date == null ? void 0 : new Date(e.limit_date)
3621
3621
  };
3622
3622
  }
3623
- function Mr(e) {
3624
- return Pr(e, !1);
3623
+ function Pr(e) {
3624
+ return Nr(e, !1);
3625
3625
  }
3626
- function Pr(e, t = !1) {
3626
+ function Nr(e, t = !1) {
3627
3627
  return e == null ? e : {
3628
- hotel_room: Sr(e.hotelRoom),
3628
+ hotel_room: wr(e.hotelRoom),
3629
3629
  hotel_room_id: e.hotelRoomId,
3630
- hotel_rooming_list_guests: e.hotelRoomingListGuests.map(Rr),
3630
+ hotel_rooming_list_guests: e.hotelRoomingListGuests.map(Cr),
3631
3631
  id: e.id,
3632
3632
  limit_date: e.limitDate == null ? e.limitDate : e.limitDate.toISOString()
3633
3633
  };
@@ -3650,9 +3650,9 @@ function Cc(e) {
3650
3650
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("cancellationPolicies" in e) || e.cancellationPolicies === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("contactPerson" in e) || e.contactPerson === void 0 || !("createdAt" in e) || e.createdAt === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRoomOffer" in e) || e.hotelRoomOffer === void 0 || !("lastStatusUpdatedAt" in e) || e.lastStatusUpdatedAt === void 0 || !("reference" in e) || e.reference === void 0 || !("sourceMarket" in e) || e.sourceMarket === void 0 || !("status" in e) || e.status === void 0 || !("taxAmount" in e) || e.taxAmount === void 0 || !("taxIncludedPrice" in e) || e.taxIncludedPrice === void 0 || !("terms" in e) || e.terms === void 0);
3651
3651
  }
3652
3652
  function ee(e) {
3653
- return Nr(e, !1);
3653
+ return br(e, !1);
3654
3654
  }
3655
- function Nr(e, t) {
3655
+ function br(e, t) {
3656
3656
  return e == null ? e : {
3657
3657
  additionalCheckInInstruction: e.additional_check_in_instruction == null ? void 0 : e.additional_check_in_instruction,
3658
3658
  additionalPolicies: e.additional_policies == null ? void 0 : e.additional_policies,
@@ -3677,12 +3677,12 @@ function Nr(e, t) {
3677
3677
  hotelRoomOffer: fe(e.hotel_room_offer),
3678
3678
  hotelRoomingLists: e.hotel_rooming_lists == null ? void 0 : e.hotel_rooming_lists.map(Dt),
3679
3679
  id: e.id == null ? void 0 : e.id,
3680
- insurance: e.insurance == null ? void 0 : cr(e.insurance),
3681
- invoices: e.invoices == null ? void 0 : e.invoices.map(lr),
3680
+ insurance: e.insurance == null ? void 0 : ur(e.insurance),
3681
+ invoices: e.invoices == null ? void 0 : e.invoices.map(mr),
3682
3682
  lastStatusUpdatedAt: e.last_status_updated_at,
3683
3683
  metadata: e.metadata == null ? void 0 : e.metadata,
3684
3684
  payLater: e.pay_later == null ? void 0 : e.pay_later,
3685
- paymentMethods: e.payment_methods == null ? void 0 : e.payment_methods.map(ar),
3685
+ paymentMethods: e.payment_methods == null ? void 0 : e.payment_methods.map(sr),
3686
3686
  penaltyPercentage: e.penalty_percentage == null ? void 0 : e.penalty_percentage,
3687
3687
  reference: e.reference,
3688
3688
  sourceMarket: Ae(e.source_market),
@@ -3694,10 +3694,10 @@ function Nr(e, t) {
3694
3694
  token: e.token == null ? void 0 : e.token
3695
3695
  };
3696
3696
  }
3697
- function br(e) {
3698
- return Ir(e, !1);
3697
+ function Ir(e) {
3698
+ return Er(e, !1);
3699
3699
  }
3700
- function Ir(e, t = !1) {
3700
+ function Er(e, t = !1) {
3701
3701
  return e == null ? e : {
3702
3702
  additional_check_in_instruction: e.additionalCheckInInstruction,
3703
3703
  additional_policies: e.additionalPolicies,
@@ -3720,10 +3720,10 @@ function Ir(e, t = !1) {
3720
3720
  hotel_confirmation_id: e.hotelConfirmationId,
3721
3721
  hotel_id: e.hotelId,
3722
3722
  hotel_room_offer: le(e.hotelRoomOffer),
3723
- hotel_rooming_lists: e.hotelRoomingLists == null ? void 0 : e.hotelRoomingLists.map(Mr),
3723
+ hotel_rooming_lists: e.hotelRoomingLists == null ? void 0 : e.hotelRoomingLists.map(Pr),
3724
3724
  id: e.id,
3725
- insurance: dr(e.insurance),
3726
- invoices: e.invoices == null ? void 0 : e.invoices.map(pr),
3725
+ insurance: fr(e.insurance),
3726
+ invoices: e.invoices == null ? void 0 : e.invoices.map(hr),
3727
3727
  last_status_updated_at: e.lastStatusUpdatedAt,
3728
3728
  metadata: e.metadata,
3729
3729
  pay_later: e.payLater,
@@ -3743,51 +3743,51 @@ var Dc = { Insurance: "insurance" };
3743
3743
  function Mc(e) {
3744
3744
  return !(!("type" in e) || e.type === void 0);
3745
3745
  }
3746
- function Er(e) {
3747
- return Lr(e, !1);
3746
+ function Lr(e) {
3747
+ return Jr(e, !1);
3748
3748
  }
3749
- function Lr(e, t) {
3749
+ function Jr(e, t) {
3750
3750
  return e == null ? e : { type: e.type };
3751
3751
  }
3752
- function Jr(e) {
3753
- return vr(e, !1);
3752
+ function vr(e) {
3753
+ return Br(e, !1);
3754
3754
  }
3755
- function vr(e, t = !1) {
3755
+ function Br(e, t = !1) {
3756
3756
  return e == null ? e : { type: e.type };
3757
3757
  }
3758
3758
  function Pc(e) {
3759
3759
  return !(!("fullname" in e) || e.fullname === void 0);
3760
3760
  }
3761
- function Br(e) {
3762
- return Hr(e, !1);
3761
+ function Hr(e) {
3762
+ return xr(e, !1);
3763
3763
  }
3764
- function Hr(e, t) {
3764
+ function xr(e, t) {
3765
3765
  return e == null ? e : { fullname: e.fullname };
3766
3766
  }
3767
- function xr(e) {
3768
- return Fr(e, !1);
3767
+ function Fr(e) {
3768
+ return Ur(e, !1);
3769
3769
  }
3770
- function Fr(e, t = !1) {
3770
+ function Ur(e, t = !1) {
3771
3771
  return e == null ? e : { fullname: e.fullname };
3772
3772
  }
3773
3773
  function Nc(e) {
3774
3774
  return !(!("guests" in e) || e.guests === void 0 || !("hotelRoomId" in e) || e.hotelRoomId === void 0);
3775
3775
  }
3776
- function Ur(e) {
3777
- return Gr(e, !1);
3776
+ function Gr(e) {
3777
+ return $r(e, !1);
3778
3778
  }
3779
- function Gr(e, t) {
3779
+ function $r(e, t) {
3780
3780
  return e == null ? e : {
3781
- guests: e.guests.map(Br),
3781
+ guests: e.guests.map(Hr),
3782
3782
  hotelRoomId: e.hotel_room_id
3783
3783
  };
3784
3784
  }
3785
- function $r(e) {
3786
- return qr(e, !1);
3785
+ function qr(e) {
3786
+ return Yr(e, !1);
3787
3787
  }
3788
- function qr(e, t = !1) {
3788
+ function Yr(e, t = !1) {
3789
3789
  return e == null ? e : {
3790
- guests: e.guests.map(xr),
3790
+ guests: e.guests.map(Fr),
3791
3791
  hotel_room_id: e.hotelRoomId
3792
3792
  };
3793
3793
  }
@@ -3795,9 +3795,9 @@ function bc(e) {
3795
3795
  return !0;
3796
3796
  }
3797
3797
  function me(e) {
3798
- return Yr(e, !1);
3798
+ return Kr(e, !1);
3799
3799
  }
3800
- function Yr(e, t) {
3800
+ function Kr(e, t) {
3801
3801
  return e == null ? e : {
3802
3802
  dateEnd: e.date_end == null ? void 0 : e.date_end,
3803
3803
  dateStart: e.date_start == null ? void 0 : e.date_start,
@@ -3808,9 +3808,9 @@ function Yr(e, t) {
3808
3808
  };
3809
3809
  }
3810
3810
  function pe(e) {
3811
- return Kr(e, !1);
3811
+ return zr(e, !1);
3812
3812
  }
3813
- function Kr(e, t = !1) {
3813
+ function zr(e, t = !1) {
3814
3814
  return e == null ? e : {
3815
3815
  date_end: e.dateEnd,
3816
3816
  date_start: e.dateStart,
@@ -3823,16 +3823,16 @@ function Kr(e, t = !1) {
3823
3823
  function Ic(e) {
3824
3824
  return !0;
3825
3825
  }
3826
- function zr(e) {
3827
- return Vr(e, !1);
3826
+ function Vr(e) {
3827
+ return Zr(e, !1);
3828
3828
  }
3829
- function Vr(e, t) {
3829
+ function Zr(e, t) {
3830
3830
  return e == null ? e : { couponId: e.coupon_id == null ? void 0 : e.coupon_id };
3831
3831
  }
3832
- function Zr(e) {
3833
- return Wr(e, !1);
3832
+ function Wr(e) {
3833
+ return Xr(e, !1);
3834
3834
  }
3835
- function Wr(e, t = !1) {
3835
+ function Xr(e, t = !1) {
3836
3836
  return e == null ? e : { coupon_id: e.couponId };
3837
3837
  }
3838
3838
  var Ec = {
@@ -3844,51 +3844,51 @@ function Lc(e) {
3844
3844
  return !(!("name" in e) || e.name === void 0);
3845
3845
  }
3846
3846
  function Mt(e) {
3847
- return Xr(e, !1);
3847
+ return Qr(e, !1);
3848
3848
  }
3849
- function Xr(e, t) {
3849
+ function Qr(e, t) {
3850
3850
  return e == null ? e : {
3851
3851
  name: e.name,
3852
- payload: e.payload == null ? void 0 : zr(e.payload)
3852
+ payload: e.payload == null ? void 0 : Vr(e.payload)
3853
3853
  };
3854
3854
  }
3855
3855
  function Pt(e) {
3856
- return Qr(e, !1);
3856
+ return jr(e, !1);
3857
3857
  }
3858
- function Qr(e, t = !1) {
3858
+ function jr(e, t = !1) {
3859
3859
  return e == null ? e : {
3860
3860
  name: e.name,
3861
- payload: Zr(e.payload)
3861
+ payload: Wr(e.payload)
3862
3862
  };
3863
3863
  }
3864
3864
  function Jc(e) {
3865
3865
  return !(!("bookingPolicyId" in e) || e.bookingPolicyId === void 0 || !("contactPerson" in e) || e.contactPerson === void 0);
3866
3866
  }
3867
3867
  function vc(e) {
3868
- return jr(e, !1);
3868
+ return eo(e, !1);
3869
3869
  }
3870
- function jr(e, t) {
3870
+ function eo(e, t) {
3871
3871
  return e == null ? e : {
3872
- addons: e.addons == null ? void 0 : e.addons.map(Er),
3872
+ addons: e.addons == null ? void 0 : e.addons.map(Lr),
3873
3873
  bookingPolicyId: e.booking_policy_id,
3874
3874
  contactPerson: _t(e.contact_person),
3875
3875
  eventMetadata: e.event_metadata == null ? void 0 : me(e.event_metadata),
3876
- guestsList: e.guests_list == null ? void 0 : e.guests_list.map(Ur),
3876
+ guestsList: e.guests_list == null ? void 0 : e.guests_list.map(Gr),
3877
3877
  metadata: e.metadata == null ? void 0 : e.metadata,
3878
3878
  paymentMethods: e.payment_methods == null ? void 0 : e.payment_methods.map(Mt),
3879
3879
  trackingId: e.tracking_id == null ? void 0 : e.tracking_id
3880
3880
  };
3881
3881
  }
3882
- function eo(e) {
3883
- return to(e, !1);
3882
+ function to(e) {
3883
+ return io(e, !1);
3884
3884
  }
3885
- function to(e, t = !1) {
3885
+ function io(e, t = !1) {
3886
3886
  return e == null ? e : {
3887
- addons: e.addons == null ? void 0 : e.addons.map(Jr),
3887
+ addons: e.addons == null ? void 0 : e.addons.map(vr),
3888
3888
  booking_policy_id: e.bookingPolicyId,
3889
3889
  contact_person: Ot(e.contactPerson),
3890
3890
  event_metadata: pe(e.eventMetadata),
3891
- guests_list: e.guestsList == null ? void 0 : e.guestsList.map($r),
3891
+ guests_list: e.guestsList == null ? void 0 : e.guestsList.map(qr),
3892
3892
  metadata: e.metadata,
3893
3893
  payment_methods: e.paymentMethods == null ? void 0 : e.paymentMethods.map(Pt),
3894
3894
  tracking_id: e.trackingId
@@ -3898,9 +3898,9 @@ function Bc(e) {
3898
3898
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("cancellationPolicies" in e) || e.cancellationPolicies === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("currency" in e) || e.currency === void 0 || !("expiresAt" in e) || e.expiresAt === void 0 || !("hasRoomingLists" in e) || e.hasRoomingLists === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRoomOffer" in e) || e.hotelRoomOffer === void 0 || !("id" in e) || e.id === void 0 || !("isCancellationPoliciesUpdated" in e) || e.isCancellationPoliciesUpdated === void 0 || !("isPriceIncreased" in e) || e.isPriceIncreased === void 0);
3899
3899
  }
3900
3900
  function Ke(e) {
3901
- return io(e, !1);
3901
+ return no(e, !1);
3902
3902
  }
3903
- function io(e, t) {
3903
+ function no(e, t) {
3904
3904
  return e == null ? e : {
3905
3905
  addons: e.addons == null ? void 0 : e.addons.map(Rt),
3906
3906
  adultCount: e.adult_count,
@@ -3919,9 +3919,9 @@ function io(e, t) {
3919
3919
  };
3920
3920
  }
3921
3921
  function Hc(e) {
3922
- return no(e, !1);
3922
+ return ro(e, !1);
3923
3923
  }
3924
- function no(e, t = !1) {
3924
+ function ro(e, t = !1) {
3925
3925
  return e == null ? e : {
3926
3926
  addons: e.addons == null ? void 0 : e.addons.map(Ct),
3927
3927
  adult_count: e.adultCount,
@@ -3943,9 +3943,9 @@ function xc(e) {
3943
3943
  return !(!("hotelRoomOfferId" in e) || e.hotelRoomOfferId === void 0);
3944
3944
  }
3945
3945
  function Fc(e) {
3946
- return ro(e, !1);
3946
+ return oo(e, !1);
3947
3947
  }
3948
- function ro(e, t) {
3948
+ function oo(e, t) {
3949
3949
  return e == null ? e : {
3950
3950
  addBreakfast: e.add_breakfast == null ? void 0 : e.add_breakfast,
3951
3951
  breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
@@ -3953,10 +3953,10 @@ function ro(e, t) {
3953
3953
  lang: e.lang == null ? void 0 : xe(e.lang)
3954
3954
  };
3955
3955
  }
3956
- function oo(e) {
3957
- return ao(e, !1);
3956
+ function ao(e) {
3957
+ return so(e, !1);
3958
3958
  }
3959
- function ao(e, t = !1) {
3959
+ function so(e, t = !1) {
3960
3960
  return e == null ? e : {
3961
3961
  add_breakfast: e.addBreakfast,
3962
3962
  breakfast_count: e.breakfastCount,
@@ -3967,10 +3967,10 @@ function ao(e, t = !1) {
3967
3967
  function Uc(e) {
3968
3968
  return !0;
3969
3969
  }
3970
- function so(e) {
3971
- return co(e, !1);
3970
+ function co(e) {
3971
+ return uo(e, !1);
3972
3972
  }
3973
- function co(e, t) {
3973
+ function uo(e, t) {
3974
3974
  return e == null ? e : {
3975
3975
  endingBefore: e.ending_before == null ? void 0 : e.ending_before,
3976
3976
  limit: e.limit == null ? void 0 : e.limit,
@@ -3978,10 +3978,10 @@ function co(e, t) {
3978
3978
  totalCount: e.total_count == null ? void 0 : e.total_count
3979
3979
  };
3980
3980
  }
3981
- function uo(e) {
3982
- return fo(e, !1);
3981
+ function fo(e) {
3982
+ return lo(e, !1);
3983
3983
  }
3984
- function fo(e, t = !1) {
3984
+ function lo(e, t = !1) {
3985
3985
  return e == null ? e : {
3986
3986
  ending_before: e.endingBefore,
3987
3987
  limit: e.limit,
@@ -3992,22 +3992,22 @@ function fo(e, t = !1) {
3992
3992
  function Gc(e) {
3993
3993
  return !(!("data" in e) || e.data === void 0 || !("meta" in e) || e.meta === void 0);
3994
3994
  }
3995
- function lo(e) {
3996
- return mo(e, !1);
3995
+ function mo(e) {
3996
+ return po(e, !1);
3997
3997
  }
3998
- function mo(e, t) {
3998
+ function po(e, t) {
3999
3999
  return e == null ? e : {
4000
4000
  data: e.data.map(ee),
4001
- meta: so(e.meta)
4001
+ meta: co(e.meta)
4002
4002
  };
4003
4003
  }
4004
4004
  function $c(e) {
4005
- return po(e, !1);
4005
+ return ho(e, !1);
4006
4006
  }
4007
- function po(e, t = !1) {
4007
+ function ho(e, t = !1) {
4008
4008
  return e == null ? e : {
4009
- data: e.data.map(br),
4010
- meta: uo(e.meta)
4009
+ data: e.data.map(Ir),
4010
+ meta: fo(e.meta)
4011
4011
  };
4012
4012
  }
4013
4013
  var qc = {
@@ -4025,9 +4025,9 @@ function Yc(e) {
4025
4025
  return !(!("statusCode" in e) || e.statusCode === void 0);
4026
4026
  }
4027
4027
  function Kc(e) {
4028
- return ho(e, !1);
4028
+ return yo(e, !1);
4029
4029
  }
4030
- function ho(e, t) {
4030
+ function yo(e, t) {
4031
4031
  return e == null ? e : {
4032
4032
  documentationUrl: e.documentation_url == null ? void 0 : e.documentation_url,
4033
4033
  error: e.error == null ? void 0 : e.error,
@@ -4037,9 +4037,9 @@ function ho(e, t) {
4037
4037
  };
4038
4038
  }
4039
4039
  function zc(e) {
4040
- return yo(e, !1);
4040
+ return go(e, !1);
4041
4041
  }
4042
- function yo(e, t = !1) {
4042
+ function go(e, t = !1) {
4043
4043
  return e == null ? e : {
4044
4044
  documentation_url: e.documentationUrl,
4045
4045
  error: e.error,
@@ -4052,18 +4052,18 @@ function Vc(e) {
4052
4052
  return !(!("rating" in e) || e.rating === void 0);
4053
4053
  }
4054
4054
  function Nt(e) {
4055
- return go(e, !1);
4055
+ return _o(e, !1);
4056
4056
  }
4057
- function go(e, t) {
4057
+ function _o(e, t) {
4058
4058
  return e == null ? e : {
4059
4059
  category: e.category == null ? void 0 : e.category,
4060
4060
  rating: e.rating
4061
4061
  };
4062
4062
  }
4063
4063
  function bt(e) {
4064
- return _o(e, !1);
4064
+ return Oo(e, !1);
4065
4065
  }
4066
- function _o(e, t = !1) {
4066
+ function Oo(e, t = !1) {
4067
4067
  return e == null ? e : {
4068
4068
  category: e.category,
4069
4069
  rating: e.rating
@@ -4073,9 +4073,9 @@ function Zc(e) {
4073
4073
  return !0;
4074
4074
  }
4075
4075
  function It(e) {
4076
- return Oo(e, !1);
4076
+ return Ao(e, !1);
4077
4077
  }
4078
- function Oo(e, t) {
4078
+ function Ao(e, t) {
4079
4079
  return e == null ? e : {
4080
4080
  count: e.count == null ? void 0 : e.count,
4081
4081
  highres: e.highres == null ? void 0 : e.highres,
@@ -4086,9 +4086,9 @@ function Oo(e, t) {
4086
4086
  };
4087
4087
  }
4088
4088
  function Et(e) {
4089
- return Ao(e, !1);
4089
+ return To(e, !1);
4090
4090
  }
4091
- function Ao(e, t = !1) {
4091
+ function To(e, t = !1) {
4092
4092
  return e == null ? e : {
4093
4093
  count: e.count,
4094
4094
  highres: e.highres,
@@ -4101,20 +4101,20 @@ function Ao(e, t = !1) {
4101
4101
  function Wc(e) {
4102
4102
  return !0;
4103
4103
  }
4104
- function To(e) {
4105
- return So(e, !1);
4104
+ function So(e) {
4105
+ return wo(e, !1);
4106
4106
  }
4107
- function So(e, t) {
4107
+ function wo(e, t) {
4108
4108
  return e == null ? e : {
4109
4109
  driving: e.driving == null ? void 0 : e.driving,
4110
4110
  transit: e.transit == null ? void 0 : e.transit,
4111
4111
  walking: e.walking == null ? void 0 : e.walking
4112
4112
  };
4113
4113
  }
4114
- function wo(e) {
4115
- return ko(e, !1);
4114
+ function ko(e) {
4115
+ return Ro(e, !1);
4116
4116
  }
4117
- function ko(e, t = !1) {
4117
+ function Ro(e, t = !1) {
4118
4118
  return e == null ? e : {
4119
4119
  driving: e.driving,
4120
4120
  transit: e.transit,
@@ -4125,32 +4125,32 @@ function Xc(e) {
4125
4125
  return !(!("name" in e) || e.name === void 0);
4126
4126
  }
4127
4127
  function Lt(e) {
4128
- return Ro(e, !1);
4128
+ return Co(e, !1);
4129
4129
  }
4130
- function Ro(e, t) {
4130
+ function Co(e, t) {
4131
4131
  return e == null ? e : {
4132
4132
  description: e.description == null ? void 0 : e.description,
4133
4133
  name: e.name,
4134
- travelTimes: e.travel_times == null ? void 0 : To(e.travel_times)
4134
+ travelTimes: e.travel_times == null ? void 0 : So(e.travel_times)
4135
4135
  };
4136
4136
  }
4137
4137
  function Jt(e) {
4138
- return Co(e, !1);
4138
+ return Do(e, !1);
4139
4139
  }
4140
- function Co(e, t = !1) {
4140
+ function Do(e, t = !1) {
4141
4141
  return e == null ? e : {
4142
4142
  description: e.description,
4143
4143
  name: e.name,
4144
- travel_times: wo(e.travelTimes)
4144
+ travel_times: ko(e.travelTimes)
4145
4145
  };
4146
4146
  }
4147
4147
  function Qc(e) {
4148
4148
  return !(!("id" in e) || e.id === void 0 || !("latitude" in e) || e.latitude === void 0 || !("longitude" in e) || e.longitude === void 0 || !("name" in e) || e.name === void 0 || !("timezone" in e) || e.timezone === void 0);
4149
4149
  }
4150
- function Do(e) {
4151
- return Mo(e, !1);
4150
+ function Mo(e) {
4151
+ return Po(e, !1);
4152
4152
  }
4153
- function Mo(e, t) {
4153
+ function Po(e, t) {
4154
4154
  return e == null ? e : {
4155
4155
  address: e.address == null ? void 0 : e.address,
4156
4156
  address2: e.address2 == null ? void 0 : e.address2,
@@ -4185,9 +4185,9 @@ function Mo(e, t) {
4185
4185
  };
4186
4186
  }
4187
4187
  function jc(e) {
4188
- return Po(e, !1);
4188
+ return No(e, !1);
4189
4189
  }
4190
- function Po(e, t = !1) {
4190
+ function No(e, t = !1) {
4191
4191
  return e == null ? e : {
4192
4192
  address: e.address,
4193
4193
  address2: e.address2,
@@ -4224,10 +4224,10 @@ function Po(e, t = !1) {
4224
4224
  function eu(e) {
4225
4225
  return !(!("hotelImages" in e) || e.hotelImages === void 0 || !("id" in e) || e.id === void 0 || !("latitude" in e) || e.latitude === void 0 || !("longitude" in e) || e.longitude === void 0 || !("name" in e) || e.name === void 0 || !("timezone" in e) || e.timezone === void 0 || !("hotelRoomOffers" in e) || e.hotelRoomOffers === void 0);
4226
4226
  }
4227
- function No(e) {
4228
- return bo(e, !1);
4227
+ function bo(e) {
4228
+ return Io(e, !1);
4229
4229
  }
4230
- function bo(e, t) {
4230
+ function Io(e, t) {
4231
4231
  return e == null ? e : {
4232
4232
  address: e.address == null ? void 0 : e.address,
4233
4233
  address2: e.address2 == null ? void 0 : e.address2,
@@ -4263,10 +4263,10 @@ function bo(e, t) {
4263
4263
  tags: e.tags == null ? void 0 : e.tags.map(yt)
4264
4264
  };
4265
4265
  }
4266
- function Io(e) {
4267
- return Eo(e, !1);
4266
+ function Eo(e) {
4267
+ return Lo(e, !1);
4268
4268
  }
4269
- function Eo(e, t = !1) {
4269
+ function Lo(e, t = !1) {
4270
4270
  return e == null ? e : {
4271
4271
  address: e.address,
4272
4272
  address2: e.address2,
@@ -4306,9 +4306,9 @@ function tu(e) {
4306
4306
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("createdAt" in e) || e.createdAt === void 0 || !("id" in e) || e.id === void 0 || !("latitude" in e) || e.latitude === void 0 || !("longitude" in e) || e.longitude === void 0 || !("roomCount" in e) || e.roomCount === void 0 || !("sourceMarket" in e) || e.sourceMarket === void 0);
4307
4307
  }
4308
4308
  function ze(e) {
4309
- return Lo(e, !1);
4309
+ return Jo(e, !1);
4310
4310
  }
4311
- function Lo(e, t) {
4311
+ function Jo(e, t) {
4312
4312
  return e == null ? e : {
4313
4313
  address: e.address == null ? void 0 : e.address,
4314
4314
  adultCount: e.adult_count,
@@ -4325,9 +4325,9 @@ function Lo(e, t) {
4325
4325
  };
4326
4326
  }
4327
4327
  function iu(e) {
4328
- return Jo(e, !1);
4328
+ return vo(e, !1);
4329
4329
  }
4330
- function Jo(e, t = !1) {
4330
+ function vo(e, t = !1) {
4331
4331
  return e == null ? e : {
4332
4332
  address: e.address,
4333
4333
  adult_count: e.adultCount,
@@ -4347,9 +4347,9 @@ function nu(e) {
4347
4347
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("roomCount" in e) || e.roomCount === void 0);
4348
4348
  }
4349
4349
  function ru(e) {
4350
- return vo(e, !1);
4350
+ return Bo(e, !1);
4351
4351
  }
4352
- function vo(e, t) {
4352
+ function Bo(e, t) {
4353
4353
  return e == null ? e : {
4354
4354
  address: e.address == null ? void 0 : e.address,
4355
4355
  adultCount: e.adult_count,
@@ -4362,10 +4362,10 @@ function vo(e, t) {
4362
4362
  roomCount: e.room_count
4363
4363
  };
4364
4364
  }
4365
- function Bo(e) {
4366
- return Ho(e, !1);
4365
+ function Ho(e) {
4366
+ return xo(e, !1);
4367
4367
  }
4368
- function Ho(e, t = !1) {
4368
+ function xo(e, t = !1) {
4369
4369
  return e == null ? e : {
4370
4370
  address: e.address,
4371
4371
  adult_count: e.adultCount,
@@ -4381,33 +4381,33 @@ function Ho(e, t = !1) {
4381
4381
  function ou(e) {
4382
4382
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelOffers" in e) || e.hotelOffers === void 0);
4383
4383
  }
4384
- function xo(e) {
4385
- return Fo(e, !1);
4384
+ function Fo(e) {
4385
+ return Uo(e, !1);
4386
4386
  }
4387
- function Fo(e, t) {
4387
+ function Uo(e, t) {
4388
4388
  return e == null ? e : {
4389
4389
  adultCount: e.adult_count,
4390
4390
  checkInDate: e.check_in_date,
4391
4391
  checkOutDate: e.check_out_date,
4392
4392
  children: e.children == null ? void 0 : e.children,
4393
4393
  currency: ne(e.currency),
4394
- hotelOffers: e.hotel_offers.map(No),
4394
+ hotelOffers: e.hotel_offers.map(bo),
4395
4395
  priceHistogram: e.price_histogram == null ? void 0 : e.price_histogram,
4396
4396
  priceMax: e.price_max == null ? void 0 : e.price_max,
4397
4397
  priceMin: e.price_min == null ? void 0 : e.price_min
4398
4398
  };
4399
4399
  }
4400
- function Uo(e) {
4401
- return Go(e, !1);
4400
+ function Go(e) {
4401
+ return $o(e, !1);
4402
4402
  }
4403
- function Go(e, t = !1) {
4403
+ function $o(e, t = !1) {
4404
4404
  return e == null ? e : {
4405
4405
  adult_count: e.adultCount,
4406
4406
  check_in_date: e.checkInDate,
4407
4407
  check_out_date: e.checkOutDate,
4408
4408
  children: e.children,
4409
4409
  currency: e.currency,
4410
- hotel_offers: e.hotelOffers.map(Io),
4410
+ hotel_offers: e.hotelOffers.map(Eo),
4411
4411
  price_histogram: e.priceHistogram,
4412
4412
  price_max: e.priceMax,
4413
4413
  price_min: e.priceMin
@@ -4422,10 +4422,10 @@ function au(e) {
4422
4422
  return !0;
4423
4423
  return !1;
4424
4424
  }
4425
- function $o(e) {
4426
- return qo(e, !1);
4425
+ function qo(e) {
4426
+ return Yo(e, !1);
4427
4427
  }
4428
- function qo(e, t) {
4428
+ function Yo(e, t) {
4429
4429
  return e;
4430
4430
  }
4431
4431
  function su(e) {
@@ -4438,21 +4438,21 @@ function uu(e) {
4438
4438
  return !(!("status" in e) || e.status === void 0);
4439
4439
  }
4440
4440
  function vt(e) {
4441
- return Yo(e, !1);
4441
+ return Ko(e, !1);
4442
4442
  }
4443
- function Yo(e, t) {
4443
+ function Ko(e, t) {
4444
4444
  return e == null ? e : {
4445
4445
  endingBefore: e.ending_before == null ? void 0 : e.ending_before,
4446
4446
  limit: e.limit == null ? void 0 : e.limit,
4447
4447
  startingAfter: e.starting_after == null ? void 0 : e.starting_after,
4448
4448
  totalCount: e.total_count == null ? void 0 : e.total_count,
4449
- status: $o(e.status)
4449
+ status: qo(e.status)
4450
4450
  };
4451
4451
  }
4452
4452
  function Bt(e) {
4453
- return Ko(e, !1);
4453
+ return zo(e, !1);
4454
4454
  }
4455
- function Ko(e, t = !1) {
4455
+ function zo(e, t = !1) {
4456
4456
  return e == null ? e : {
4457
4457
  ending_before: e.endingBefore,
4458
4458
  limit: e.limit,
@@ -4464,22 +4464,22 @@ function Ko(e, t = !1) {
4464
4464
  function du(e) {
4465
4465
  return !(!("data" in e) || e.data === void 0 || !("meta" in e) || e.meta === void 0);
4466
4466
  }
4467
- function zo(e) {
4468
- return Vo(e, !1);
4467
+ function Vo(e) {
4468
+ return Zo(e, !1);
4469
4469
  }
4470
- function Vo(e, t) {
4470
+ function Zo(e, t) {
4471
4471
  return e == null ? e : {
4472
- data: xo(e.data),
4472
+ data: Fo(e.data),
4473
4473
  event: e.event == null ? void 0 : Fe(e.event),
4474
4474
  meta: vt(e.meta)
4475
4475
  };
4476
4476
  }
4477
4477
  function fu(e) {
4478
- return Zo(e, !1);
4478
+ return Wo(e, !1);
4479
4479
  }
4480
- function Zo(e, t = !1) {
4480
+ function Wo(e, t = !1) {
4481
4481
  return e == null ? e : {
4482
- data: Uo(e.data),
4482
+ data: Go(e.data),
4483
4483
  event: Ue(e.event),
4484
4484
  meta: Bt(e.meta)
4485
4485
  };
@@ -4487,10 +4487,10 @@ function Zo(e, t = !1) {
4487
4487
  function lu(e) {
4488
4488
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRoomOffer" in e) || e.hotelRoomOffer === void 0);
4489
4489
  }
4490
- function Wo(e) {
4491
- return Xo(e, !1);
4490
+ function Xo(e) {
4491
+ return Qo(e, !1);
4492
4492
  }
4493
- function Xo(e, t) {
4493
+ function Qo(e, t) {
4494
4494
  return e == null ? e : {
4495
4495
  adultCount: e.adult_count,
4496
4496
  checkInDate: e.check_in_date,
@@ -4502,9 +4502,9 @@ function Xo(e, t) {
4502
4502
  };
4503
4503
  }
4504
4504
  function mu(e) {
4505
- return Qo(e, !1);
4505
+ return jo(e, !1);
4506
4506
  }
4507
- function Qo(e, t = !1) {
4507
+ function jo(e, t = !1) {
4508
4508
  return e == null ? e : {
4509
4509
  adult_count: e.adultCount,
4510
4510
  check_in_date: e.checkInDate,
@@ -4519,9 +4519,9 @@ function pu(e) {
4519
4519
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("roomCount" in e) || e.roomCount === void 0 || !("createdAt" in e) || e.createdAt === void 0 || !("id" in e) || e.id === void 0 || !("sourceMarket" in e) || e.sourceMarket === void 0);
4520
4520
  }
4521
4521
  function Ve(e) {
4522
- return jo(e, !1);
4522
+ return ea(e, !1);
4523
4523
  }
4524
- function jo(e, t) {
4524
+ function ea(e, t) {
4525
4525
  return e == null ? e : {
4526
4526
  adultCount: e.adult_count,
4527
4527
  checkInDate: e.check_in_date,
@@ -4536,9 +4536,9 @@ function jo(e, t) {
4536
4536
  };
4537
4537
  }
4538
4538
  function hu(e) {
4539
- return ea(e, !1);
4539
+ return ta(e, !1);
4540
4540
  }
4541
- function ea(e, t = !1) {
4541
+ function ta(e, t = !1) {
4542
4542
  return e == null ? e : {
4543
4543
  adult_count: e.adultCount,
4544
4544
  check_in_date: e.checkInDate,
@@ -4556,9 +4556,9 @@ function yu(e) {
4556
4556
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("roomCount" in e) || e.roomCount === void 0);
4557
4557
  }
4558
4558
  function gu(e) {
4559
- return ta(e, !1);
4559
+ return ia(e, !1);
4560
4560
  }
4561
- function ta(e, t) {
4561
+ function ia(e, t) {
4562
4562
  return e == null ? e : {
4563
4563
  adultCount: e.adult_count,
4564
4564
  checkInDate: e.check_in_date,
@@ -4569,10 +4569,10 @@ function ta(e, t) {
4569
4569
  roomCount: e.room_count
4570
4570
  };
4571
4571
  }
4572
- function ia(e) {
4573
- return na(e, !1);
4572
+ function na(e) {
4573
+ return ra(e, !1);
4574
4574
  }
4575
- function na(e, t = !1) {
4575
+ function ra(e, t = !1) {
4576
4576
  return e == null ? e : {
4577
4577
  adult_count: e.adultCount,
4578
4578
  check_in_date: e.checkInDate,
@@ -4586,10 +4586,10 @@ function na(e, t = !1) {
4586
4586
  function _u(e) {
4587
4587
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRoomOffers" in e) || e.hotelRoomOffers === void 0 || !("hotelTimezone" in e) || e.hotelTimezone === void 0);
4588
4588
  }
4589
- function ra(e) {
4590
- return oa(e, !1);
4589
+ function oa(e) {
4590
+ return aa(e, !1);
4591
4591
  }
4592
- function oa(e, t) {
4592
+ function aa(e, t) {
4593
4593
  return e == null ? e : {
4594
4594
  adultCount: e.adult_count,
4595
4595
  checkInDate: e.check_in_date,
@@ -4601,10 +4601,10 @@ function oa(e, t) {
4601
4601
  hotelTimezone: e.hotel_timezone
4602
4602
  };
4603
4603
  }
4604
- function aa(e) {
4605
- return sa(e, !1);
4604
+ function sa(e) {
4605
+ return ca(e, !1);
4606
4606
  }
4607
- function sa(e, t = !1) {
4607
+ function ca(e, t = !1) {
4608
4608
  return e == null ? e : {
4609
4609
  adult_count: e.adultCount,
4610
4610
  check_in_date: e.checkInDate,
@@ -4619,22 +4619,22 @@ function sa(e, t = !1) {
4619
4619
  function Ou(e) {
4620
4620
  return !(!("data" in e) || e.data === void 0 || !("meta" in e) || e.meta === void 0);
4621
4621
  }
4622
- function ca(e) {
4623
- return ua(e, !1);
4622
+ function ua(e) {
4623
+ return da(e, !1);
4624
4624
  }
4625
- function ua(e, t) {
4625
+ function da(e, t) {
4626
4626
  return e == null ? e : {
4627
- data: ra(e.data),
4627
+ data: oa(e.data),
4628
4628
  event: e.event == null ? void 0 : Fe(e.event),
4629
4629
  meta: vt(e.meta)
4630
4630
  };
4631
4631
  }
4632
4632
  function Au(e) {
4633
- return da(e, !1);
4633
+ return fa(e, !1);
4634
4634
  }
4635
- function da(e, t = !1) {
4635
+ function fa(e, t = !1) {
4636
4636
  return e == null ? e : {
4637
- data: aa(e.data),
4637
+ data: sa(e.data),
4638
4638
  event: Ue(e.event),
4639
4639
  meta: Bt(e.meta)
4640
4640
  };
@@ -4642,20 +4642,20 @@ function da(e, t = !1) {
4642
4642
  function Tu(e) {
4643
4643
  return !(!("count" in e) || e.count === void 0 || !("hotelRoomOfferId" in e) || e.hotelRoomOfferId === void 0);
4644
4644
  }
4645
- function fa(e) {
4646
- return la(e, !1);
4645
+ function la(e) {
4646
+ return ma(e, !1);
4647
4647
  }
4648
- function la(e, t) {
4648
+ function ma(e, t) {
4649
4649
  return e == null ? e : {
4650
4650
  breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
4651
4651
  count: e.count,
4652
4652
  hotelRoomOfferId: e.hotel_room_offer_id
4653
4653
  };
4654
4654
  }
4655
- function ma(e) {
4656
- return pa(e, !1);
4655
+ function pa(e) {
4656
+ return ha(e, !1);
4657
4657
  }
4658
- function pa(e, t = !1) {
4658
+ function ha(e, t = !1) {
4659
4659
  return e == null ? e : {
4660
4660
  breakfast_count: e.breakfastCount,
4661
4661
  count: e.count,
@@ -4666,26 +4666,26 @@ function Su(e) {
4666
4666
  return !(!("currency" in e) || e.currency === void 0 || !("hotelRoomOffers" in e) || e.hotelRoomOffers === void 0);
4667
4667
  }
4668
4668
  function wu(e) {
4669
- return ha(e, !1);
4669
+ return ya(e, !1);
4670
4670
  }
4671
- function ha(e, t) {
4671
+ function ya(e, t) {
4672
4672
  return e == null ? e : {
4673
4673
  addBreakfast: e.add_breakfast == null ? void 0 : e.add_breakfast,
4674
4674
  breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
4675
4675
  currency: ne(e.currency),
4676
- hotelRoomOffers: e.hotel_room_offers.map(fa),
4676
+ hotelRoomOffers: e.hotel_room_offers.map(la),
4677
4677
  lang: e.lang == null ? void 0 : xe(e.lang)
4678
4678
  };
4679
4679
  }
4680
- function ya(e) {
4681
- return ga(e, !1);
4680
+ function ga(e) {
4681
+ return _a(e, !1);
4682
4682
  }
4683
- function ga(e, t = !1) {
4683
+ function _a(e, t = !1) {
4684
4684
  return e == null ? e : {
4685
4685
  add_breakfast: e.addBreakfast,
4686
4686
  breakfast_count: e.breakfastCount,
4687
4687
  currency: e.currency,
4688
- hotel_room_offers: e.hotelRoomOffers.map(ma),
4688
+ hotel_room_offers: e.hotelRoomOffers.map(pa),
4689
4689
  lang: e.lang
4690
4690
  };
4691
4691
  }
@@ -4693,18 +4693,18 @@ function ku(e) {
4693
4693
  return !(!("fullname" in e) || e.fullname === void 0 || !("hotelRoomingListId" in e) || e.hotelRoomingListId === void 0);
4694
4694
  }
4695
4695
  function Ru(e) {
4696
- return _a(e, !1);
4696
+ return Oa(e, !1);
4697
4697
  }
4698
- function _a(e, t) {
4698
+ function Oa(e, t) {
4699
4699
  return e == null ? e : {
4700
4700
  fullname: e.fullname,
4701
4701
  hotelRoomingListId: e.hotel_rooming_list_id
4702
4702
  };
4703
4703
  }
4704
- function Oa(e) {
4705
- return Aa(e, !1);
4704
+ function Aa(e) {
4705
+ return Ta(e, !1);
4706
4706
  }
4707
- function Aa(e, t = !1) {
4707
+ function Ta(e, t = !1) {
4708
4708
  return e == null ? e : {
4709
4709
  fullname: e.fullname,
4710
4710
  hotel_rooming_list_id: e.hotelRoomingListId
@@ -4714,30 +4714,30 @@ function Cu(e) {
4714
4714
  return !(!("fullname" in e) || e.fullname === void 0);
4715
4715
  }
4716
4716
  function Du(e) {
4717
- return Ta(e, !1);
4717
+ return Sa(e, !1);
4718
4718
  }
4719
- function Ta(e, t) {
4719
+ function Sa(e, t) {
4720
4720
  return e == null ? e : { fullname: e.fullname };
4721
4721
  }
4722
- function Sa(e) {
4723
- return wa(e, !1);
4722
+ function wa(e) {
4723
+ return ka(e, !1);
4724
4724
  }
4725
- function wa(e, t = !1) {
4725
+ function ka(e, t = !1) {
4726
4726
  return e == null ? e : { fullname: e.fullname };
4727
4727
  }
4728
4728
  function Mu(e) {
4729
4729
  return !(!("paymentMethods" in e) || e.paymentMethods === void 0);
4730
4730
  }
4731
4731
  function Pu(e) {
4732
- return ka(e, !1);
4732
+ return Ra(e, !1);
4733
4733
  }
4734
- function ka(e, t) {
4734
+ function Ra(e, t) {
4735
4735
  return e == null ? e : { paymentMethods: e.payment_methods.map(Mt) };
4736
4736
  }
4737
- function Ra(e) {
4738
- return Ca(e, !1);
4737
+ function Ca(e) {
4738
+ return Da(e, !1);
4739
4739
  }
4740
- function Ca(e, t = !1) {
4740
+ function Da(e, t = !1) {
4741
4741
  return e == null ? e : { payment_methods: e.paymentMethods.map(Pt) };
4742
4742
  }
4743
4743
  var Nu = {
@@ -4755,26 +4755,26 @@ function bu(e) {
4755
4755
  return !(!("message" in e) || e.message === void 0 || !("requestType" in e) || e.requestType === void 0);
4756
4756
  }
4757
4757
  function Iu(e) {
4758
- return Da(e, !1);
4758
+ return Ma(e, !1);
4759
4759
  }
4760
- function Da(e, t) {
4760
+ function Ma(e, t) {
4761
4761
  return e == null ? e : {
4762
4762
  message: e.message,
4763
- requestType: e.requestType
4763
+ requestType: e.request_type
4764
4764
  };
4765
4765
  }
4766
- function Ma(e) {
4767
- return Pa(e, !1);
4766
+ function Pa(e) {
4767
+ return Na(e, !1);
4768
4768
  }
4769
- function Pa(e, t = !1) {
4769
+ function Na(e, t = !1) {
4770
4770
  return e == null ? e : {
4771
4771
  message: e.message,
4772
- requestType: e.requestType
4772
+ request_type: e.requestType
4773
4773
  };
4774
4774
  }
4775
- var Na = class extends Q {
4775
+ var ba = class extends Q {
4776
4776
  async retrieveRaw(e, t) {
4777
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1BookingPolicy.");
4777
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1BookingPolicy.");
4778
4778
  const i = {}, n = {};
4779
4779
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4780
4780
  const r = await this.request({
@@ -4789,7 +4789,7 @@ var Na = class extends Q {
4789
4789
  return this.retrieveRaw(e, t);
4790
4790
  }
4791
4791
  async paymentMethodsRaw(e, t) {
4792
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1BookingPolicyIdPaymentMethods.");
4792
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1BookingPolicyIdPaymentMethods.");
4793
4793
  const i = {}, n = {};
4794
4794
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4795
4795
  const r = await this.request({
@@ -4798,7 +4798,7 @@ var Na = class extends Q {
4798
4798
  headers: n,
4799
4799
  query: P(i, b.Snake)
4800
4800
  }, t);
4801
- return new $(r, (s) => s.map(nn)).value();
4801
+ return new $(r, (s) => s.map(rn)).value();
4802
4802
  }
4803
4803
  async paymentMethods(e, t) {
4804
4804
  return this.paymentMethodsRaw(e, t);
@@ -4811,16 +4811,16 @@ var Na = class extends Q {
4811
4811
  method: "POST",
4812
4812
  headers: n,
4813
4813
  query: P(i, b.Snake),
4814
- body: P(oo(e.bookingPoliciesCreateApi), b.Snake)
4814
+ body: P(ao(e.bookingPoliciesCreateApi), b.Snake)
4815
4815
  }, t);
4816
4816
  return await new $(r, (s) => Ke(s)).value();
4817
4817
  }
4818
4818
  async create(e = {}, t) {
4819
4819
  return this.createRaw(e, t);
4820
4820
  }
4821
- }, ba = class extends Q {
4821
+ }, Ia = class extends Q {
4822
4822
  async deleteRaw(e, t) {
4823
- if (e.token === null || e.token === void 0) throw new U("token", "Required parameter requestParameters.token was null or undefined when calling deleteV1BookingsToken.");
4823
+ if (e.token === null || e.token === void 0) throw new B("token", "Required parameter requestParameters.token was null or undefined when calling deleteV1BookingsToken.");
4824
4824
  const i = await this.request({
4825
4825
  path: "/v1/bookings/{token}".replace("{token}", encodeURIComponent(String(e.token))),
4826
4826
  method: "DELETE",
@@ -4843,13 +4843,13 @@ var Na = class extends Q {
4843
4843
  headers: n,
4844
4844
  query: P(i, b.Snake)
4845
4845
  }, t);
4846
- return await new $(r, (s) => lo(s)).value();
4846
+ return await new $(r, (s) => mo(s)).value();
4847
4847
  }
4848
4848
  async list(e = {}, t) {
4849
4849
  return this.listRaw(e, t);
4850
4850
  }
4851
4851
  async retrieveRaw(e, t) {
4852
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1BookingsId.");
4852
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1BookingsId.");
4853
4853
  const i = {}, n = {};
4854
4854
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4855
4855
  const r = await this.request({
@@ -4863,8 +4863,24 @@ var Na = class extends Q {
4863
4863
  async retrieve(e, t) {
4864
4864
  return this.retrieveRaw(e, t);
4865
4865
  }
4866
+ async certificateRaw(e, t) {
4867
+ if (e.token === null || e.token === void 0) throw new B("token", "Required parameter requestParameters.token was null or undefined when calling getV1BookingsTokenCertificate.");
4868
+ if (e.customerName === null || e.customerName === void 0) throw new B("customerName", "Required parameter requestParameters.customerName was null or undefined when calling getV1BookingsTokenCertificate.");
4869
+ const i = {};
4870
+ e.customerName !== void 0 && (i.customer_name = e.customerName), e.locale !== void 0 && (i.locale = e.locale);
4871
+ const n = await this.request({
4872
+ path: "/v1/bookings/{token}/certificate".replace("{token}", encodeURIComponent(String(e.token))),
4873
+ method: "GET",
4874
+ headers: {},
4875
+ query: P(i, b.Snake)
4876
+ }, t);
4877
+ return new qi(n);
4878
+ }
4879
+ async certificate(e, t) {
4880
+ await this.certificateRaw(e, t);
4881
+ }
4866
4882
  async retrievePublicRaw(e, t) {
4867
- if (e.token === null || e.token === void 0) throw new U("token", "Required parameter requestParameters.token was null or undefined when calling getV1BookingsTokenPublic.");
4883
+ if (e.token === null || e.token === void 0) throw new B("token", "Required parameter requestParameters.token was null or undefined when calling getV1BookingsTokenPublic.");
4868
4884
  const i = await this.request({
4869
4885
  path: "/v1/bookings/{token}/public".replace("{token}", encodeURIComponent(String(e.token))),
4870
4886
  method: "GET",
@@ -4884,7 +4900,7 @@ var Na = class extends Q {
4884
4900
  method: "POST",
4885
4901
  headers: n,
4886
4902
  query: P(i, b.Snake),
4887
- body: P(eo(e.bookingCreateApi), b.Snake)
4903
+ body: P(to(e.bookingCreateApi), b.Snake)
4888
4904
  }, t);
4889
4905
  return await new $(r, (s) => ee(s)).value();
4890
4906
  }
@@ -4892,8 +4908,8 @@ var Na = class extends Q {
4892
4908
  return this.createRaw(e, t);
4893
4909
  }
4894
4910
  async couponChargeRaw(e, t) {
4895
- if (e.couponId === null || e.couponId === void 0) throw new U("couponId", "Required parameter requestParameters.couponId was null or undefined when calling postV1BookingsIdCouponsCouponIdCharge.");
4896
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdCouponsCouponIdCharge.");
4911
+ if (e.couponId === null || e.couponId === void 0) throw new B("couponId", "Required parameter requestParameters.couponId was null or undefined when calling postV1BookingsIdCouponsCouponIdCharge.");
4912
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdCouponsCouponIdCharge.");
4897
4913
  const i = {}, n = {};
4898
4914
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4899
4915
  const r = await this.request({
@@ -4908,7 +4924,7 @@ var Na = class extends Q {
4908
4924
  return this.couponChargeRaw(e, t);
4909
4925
  }
4910
4926
  async paylaterRaw(e, t) {
4911
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdPayLater.");
4927
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdPayLater.");
4912
4928
  const i = {}, n = {};
4913
4929
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4914
4930
  const r = await this.request({
@@ -4923,7 +4939,7 @@ var Na = class extends Q {
4923
4939
  return this.paylaterRaw(e, t);
4924
4940
  }
4925
4941
  async confirmpaylaterRaw(e, t) {
4926
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdPayLaterConfirm.");
4942
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdPayLaterConfirm.");
4927
4943
  const i = {}, n = {};
4928
4944
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4929
4945
  const r = await this.request({
@@ -4938,7 +4954,7 @@ var Na = class extends Q {
4938
4954
  return this.confirmpaylaterRaw(e, t);
4939
4955
  }
4940
4956
  async confirmRaw(e, t) {
4941
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdconfirm.");
4957
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdconfirm.");
4942
4958
  const i = {}, n = {};
4943
4959
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4944
4960
  const r = await this.request({
@@ -4953,7 +4969,7 @@ var Na = class extends Q {
4953
4969
  return this.confirmRaw(e, t);
4954
4970
  }
4955
4971
  async submitRequestRaw(e, t) {
4956
- if (e.token === null || e.token === void 0) throw new U("token", "Required parameter requestParameters.token was null or undefined when calling postV1BookingsTokenRequest.");
4972
+ if (e.token === null || e.token === void 0) throw new B("token", "Required parameter requestParameters.token was null or undefined when calling postV1BookingsTokenRequest.");
4957
4973
  const i = {}, n = {};
4958
4974
  n["Content-Type"] = "application/json";
4959
4975
  const r = await this.request({
@@ -4961,7 +4977,7 @@ var Na = class extends Q {
4961
4977
  method: "POST",
4962
4978
  headers: n,
4963
4979
  query: P(i, b.Snake),
4964
- body: P(Ma(e.requestPayload), b.Snake)
4980
+ body: P(Pa(e.requestPayload), b.Snake)
4965
4981
  }, t);
4966
4982
  return new st(r);
4967
4983
  }
@@ -4969,7 +4985,7 @@ var Na = class extends Q {
4969
4985
  return this.submitRequestRaw(e, t);
4970
4986
  }
4971
4987
  async updatePaymentMethodsRaw(e, t) {
4972
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling putV1BookingsIdPaymentMethods.");
4988
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling putV1BookingsIdPaymentMethods.");
4973
4989
  const i = {}, n = {};
4974
4990
  n["Content-Type"] = "application/json", this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4975
4991
  const r = await this.request({
@@ -4977,7 +4993,7 @@ var Na = class extends Q {
4977
4993
  method: "PUT",
4978
4994
  headers: n,
4979
4995
  query: P(i, b.Snake),
4980
- body: P(Ra(e.paymentMethodUpdatePayloadApi), b.Snake)
4996
+ body: P(Ca(e.paymentMethodUpdatePayloadApi), b.Snake)
4981
4997
  }, t);
4982
4998
  return await new $(r, (s) => ee(s)).value();
4983
4999
  }
@@ -4991,9 +5007,9 @@ var Na = class extends Q {
4991
5007
  }, Lu = {
4992
5008
  Asc: "asc",
4993
5009
  Desc: "desc"
4994
- }, Ia = class extends Q {
5010
+ }, Ea = class extends Q {
4995
5011
  async retrieveRaw(e, t) {
4996
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelsIdImages.");
5012
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelsIdImages.");
4997
5013
  const i = {};
4998
5014
  e.lang !== void 0 && (i.lang = e.lang);
4999
5015
  const n = {};
@@ -5009,9 +5025,9 @@ var Na = class extends Q {
5009
5025
  async retrieve(e, t) {
5010
5026
  return this.retrieveRaw(e, t);
5011
5027
  }
5012
- }, Ea = class extends Q {
5028
+ }, La = class extends Q {
5013
5029
  async retrieveRaw(e, t) {
5014
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelOfferRequestsId.");
5030
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelOfferRequestsId.");
5015
5031
  const i = {}, n = {};
5016
5032
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
5017
5033
  const r = await this.request({
@@ -5033,17 +5049,17 @@ var Na = class extends Q {
5033
5049
  method: "POST",
5034
5050
  headers: n,
5035
5051
  query: P(i, b.Snake),
5036
- body: P(Bo(e.hotelOfferRequestCreateApi), b.Snake)
5052
+ body: P(Ho(e.hotelOfferRequestCreateApi), b.Snake)
5037
5053
  }, t);
5038
5054
  return await new $(r, (s) => ze(s)).value();
5039
5055
  }
5040
5056
  async create(e = {}, t) {
5041
5057
  return this.createRaw(e, t);
5042
5058
  }
5043
- }, La = class extends Q {
5059
+ }, Ja = class extends Q {
5044
5060
  async listRaw(e, t) {
5045
- if (e.currency === null || e.currency === void 0) throw new U("currency", "Required parameter requestParameters.currency was null or undefined when calling getV1HotelOffers.");
5046
- if (e.hotelOfferRequestId === null || e.hotelOfferRequestId === void 0) throw new U("hotelOfferRequestId", "Required parameter requestParameters.hotelOfferRequestId was null or undefined when calling getV1HotelOffers.");
5061
+ if (e.currency === null || e.currency === void 0) throw new B("currency", "Required parameter requestParameters.currency was null or undefined when calling getV1HotelOffers.");
5062
+ if (e.hotelOfferRequestId === null || e.hotelOfferRequestId === void 0) throw new B("hotelOfferRequestId", "Required parameter requestParameters.hotelOfferRequestId was null or undefined when calling getV1HotelOffers.");
5047
5063
  const i = {};
5048
5064
  e.currency !== void 0 && (i.currency = e.currency), e.endingBefore !== void 0 && (i.ending_before = e.endingBefore), e.filterByPrice !== void 0 && (i.filter_by_price = e.filterByPrice), e.filterByReviewRating !== void 0 && (i.filter_by_review_rating = e.filterByReviewRating), e.filterByStar !== void 0 && (i.filter_by_star = e.filterByStar), e.hotelOfferRequestId !== void 0 && (i.hotel_offer_request_id = e.hotelOfferRequestId), e.hotelRoomOffersLimit !== void 0 && (i.hotel_room_offers_limit = e.hotelRoomOffersLimit), e.includeHotelContentDetails !== void 0 && (i.include_hotel_content_details = e.includeHotelContentDetails), e.lang !== void 0 && (i.lang = e.lang), e.limit !== void 0 && (i.limit = e.limit), e.onlyRecommendedHotelOffers !== void 0 && (i.only_recommended_hotel_offers = e.onlyRecommendedHotelOffers), e.priceHistogramStepCount !== void 0 && (i.price_histogram_step_count = e.priceHistogramStepCount), e.sortBy !== void 0 && (i.sort_by = e.sortBy), e.sortByOrder !== void 0 && (i.sort_by_order = e.sortByOrder), e.startingAfter !== void 0 && (i.starting_after = e.startingAfter);
5049
5065
  const n = {};
@@ -5054,7 +5070,7 @@ var Na = class extends Q {
5054
5070
  headers: n,
5055
5071
  query: P(i, b.Snake)
5056
5072
  }, t);
5057
- return await new $(r, (s) => zo(s)).value();
5073
+ return await new $(r, (s) => Vo(s)).value();
5058
5074
  }
5059
5075
  async list(e, t, i) {
5060
5076
  return await nt(() => this.listRaw(e, i), {
@@ -5072,10 +5088,10 @@ var Na = class extends Q {
5072
5088
  }, vu = {
5073
5089
  Asc: "asc",
5074
5090
  Desc: "desc"
5075
- }, Ja = class extends Q {
5091
+ }, va = class extends Q {
5076
5092
  async deleteRaw(e, t) {
5077
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");
5078
- if (e.token === null || e.token === void 0) throw new U("token", "Required parameter requestParameters.token was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");
5093
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");
5094
+ if (e.token === null || e.token === void 0) throw new B("token", "Required parameter requestParameters.token was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");
5079
5095
  const i = await this.request({
5080
5096
  path: "/v1/hotel_rooming_list_guests/{token}/{id}".replace("{id}", encodeURIComponent(String(e.id))).replace("{token}", encodeURIComponent(String(e.token))),
5081
5097
  method: "DELETE",
@@ -5088,8 +5104,8 @@ var Na = class extends Q {
5088
5104
  return this.deleteRaw(e, t);
5089
5105
  }
5090
5106
  async updateRaw(e, t) {
5091
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling patchV1HotelRoomingListGuestsTokenId.");
5092
- if (e.token === null || e.token === void 0) throw new U("token", "Required parameter requestParameters.token was null or undefined when calling patchV1HotelRoomingListGuestsTokenId.");
5107
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling patchV1HotelRoomingListGuestsTokenId.");
5108
+ if (e.token === null || e.token === void 0) throw new B("token", "Required parameter requestParameters.token was null or undefined when calling patchV1HotelRoomingListGuestsTokenId.");
5093
5109
  const i = {}, n = {};
5094
5110
  n["Content-Type"] = "application/json";
5095
5111
  const r = await this.request({
@@ -5097,7 +5113,7 @@ var Na = class extends Q {
5097
5113
  method: "PATCH",
5098
5114
  headers: n,
5099
5115
  query: P(i, b.Snake),
5100
- body: P(Sa(e.hotelRoomingListGuestsUpdateApi), b.Snake)
5116
+ body: P(wa(e.hotelRoomingListGuestsUpdateApi), b.Snake)
5101
5117
  }, t);
5102
5118
  return await new $(r, (s) => Ee(s)).value();
5103
5119
  }
@@ -5105,7 +5121,7 @@ var Na = class extends Q {
5105
5121
  return this.updateRaw(e, t);
5106
5122
  }
5107
5123
  async createRaw(e, t) {
5108
- if (e.token === null || e.token === void 0) throw new U("token", "Required parameter requestParameters.token was null or undefined when calling postV1HotelRoomingListGuestsToken.");
5124
+ if (e.token === null || e.token === void 0) throw new B("token", "Required parameter requestParameters.token was null or undefined when calling postV1HotelRoomingListGuestsToken.");
5109
5125
  const i = {}, n = {};
5110
5126
  n["Content-Type"] = "application/json";
5111
5127
  const r = await this.request({
@@ -5113,16 +5129,16 @@ var Na = class extends Q {
5113
5129
  method: "POST",
5114
5130
  headers: n,
5115
5131
  query: P(i, b.Snake),
5116
- body: P(Oa(e.hotelRoomingListGuestsCreateApi), b.Snake)
5132
+ body: P(Aa(e.hotelRoomingListGuestsCreateApi), b.Snake)
5117
5133
  }, t);
5118
5134
  return await new $(r, (s) => Ee(s)).value();
5119
5135
  }
5120
5136
  async create(e, t) {
5121
5137
  return this.createRaw(e, t);
5122
5138
  }
5123
- }, va = class extends Q {
5139
+ }, Ba = class extends Q {
5124
5140
  async listRaw(e, t) {
5125
- if (e.token === null || e.token === void 0) throw new U("token", "Required parameter requestParameters.token was null or undefined when calling getV1HotelRoomingListsToken.");
5141
+ if (e.token === null || e.token === void 0) throw new B("token", "Required parameter requestParameters.token was null or undefined when calling getV1HotelRoomingListsToken.");
5126
5142
  const i = {};
5127
5143
  e.lang !== void 0 && (i.lang = e.lang);
5128
5144
  const n = await this.request({
@@ -5136,9 +5152,9 @@ var Na = class extends Q {
5136
5152
  async list(e, t) {
5137
5153
  return this.listRaw(e, t);
5138
5154
  }
5139
- }, Ba = class extends Q {
5155
+ }, Ha = class extends Q {
5140
5156
  async retrieveRaw(e, t) {
5141
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelRoomOffersIdImages.");
5157
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelRoomOffersIdImages.");
5142
5158
  const i = {};
5143
5159
  e.lang !== void 0 && (i.lang = e.lang);
5144
5160
  const n = {};
@@ -5154,9 +5170,9 @@ var Na = class extends Q {
5154
5170
  async retrieve(e, t) {
5155
5171
  return this.retrieveRaw(e, t);
5156
5172
  }
5157
- }, Ha = class extends Q {
5173
+ }, xa = class extends Q {
5158
5174
  async retrieveRaw(e, t) {
5159
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelRoomOfferRequestsId.");
5175
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelRoomOfferRequestsId.");
5160
5176
  const i = {}, n = {};
5161
5177
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
5162
5178
  const r = await this.request({
@@ -5178,17 +5194,17 @@ var Na = class extends Q {
5178
5194
  method: "POST",
5179
5195
  headers: n,
5180
5196
  query: P(i, b.Snake),
5181
- body: P(ia(e.hotelRoomOfferRequestCreateApi), b.Snake)
5197
+ body: P(na(e.hotelRoomOfferRequestCreateApi), b.Snake)
5182
5198
  }, t);
5183
5199
  return await new $(r, (s) => Ve(s)).value();
5184
5200
  }
5185
5201
  async create(e = {}, t) {
5186
5202
  return this.createRaw(e, t);
5187
5203
  }
5188
- }, xa = class extends Q {
5204
+ }, Fa = class extends Q {
5189
5205
  async listRaw(e, t) {
5190
- if (e.currency === null || e.currency === void 0) throw new U("currency", "Required parameter requestParameters.currency was null or undefined when calling getV1HotelRoomOffers.");
5191
- if (e.hotelRoomOfferRequestId === null || e.hotelRoomOfferRequestId === void 0) throw new U("hotelRoomOfferRequestId", "Required parameter requestParameters.hotelRoomOfferRequestId was null or undefined when calling getV1HotelRoomOffers.");
5206
+ if (e.currency === null || e.currency === void 0) throw new B("currency", "Required parameter requestParameters.currency was null or undefined when calling getV1HotelRoomOffers.");
5207
+ if (e.hotelRoomOfferRequestId === null || e.hotelRoomOfferRequestId === void 0) throw new B("hotelRoomOfferRequestId", "Required parameter requestParameters.hotelRoomOfferRequestId was null or undefined when calling getV1HotelRoomOffers.");
5192
5208
  const i = {};
5193
5209
  e.currency !== void 0 && (i.currency = e.currency), e.hotelRoomOfferRequestId !== void 0 && (i.hotel_room_offer_request_id = e.hotelRoomOfferRequestId), e.lang !== void 0 && (i.lang = e.lang), e.limit !== void 0 && (i.limit = e.limit);
5194
5210
  const n = {};
@@ -5199,7 +5215,7 @@ var Na = class extends Q {
5199
5215
  headers: n,
5200
5216
  query: P(i, b.Snake)
5201
5217
  }, t);
5202
- return await new $(r, (s) => ca(s)).value();
5218
+ return await new $(r, (s) => ua(s)).value();
5203
5219
  }
5204
5220
  async list(e, t, i) {
5205
5221
  return await nt(() => this.listRaw(e, i), {
@@ -5216,16 +5232,16 @@ var Na = class extends Q {
5216
5232
  method: "POST",
5217
5233
  headers: n,
5218
5234
  query: P(i, b.Snake),
5219
- body: P(ya(e.hotelRoomOffersCreateApi), b.Snake)
5235
+ body: P(ga(e.hotelRoomOffersCreateApi), b.Snake)
5220
5236
  }, t);
5221
- return await new $(r, (s) => Wo(s)).value();
5237
+ return await new $(r, (s) => Xo(s)).value();
5222
5238
  }
5223
5239
  async create(e = {}, t) {
5224
5240
  return this.createRaw(e, t);
5225
5241
  }
5226
- }, Fa = class extends Q {
5242
+ }, Ua = class extends Q {
5227
5243
  async retrieveRaw(e, t) {
5228
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelsId.");
5244
+ if (e.id === null || e.id === void 0) throw new B("id", "Required parameter requestParameters.id was null or undefined when calling getV1HotelsId.");
5229
5245
  const i = {};
5230
5246
  e.event !== void 0 && (i.event = e.event), e.lang !== void 0 && (i.lang = e.lang);
5231
5247
  const n = {};
@@ -5236,12 +5252,12 @@ var Na = class extends Q {
5236
5252
  headers: n,
5237
5253
  query: P(i, b.Snake)
5238
5254
  }, t);
5239
- return await new $(r, (s) => Do(s)).value();
5255
+ return await new $(r, (s) => Mo(s)).value();
5240
5256
  }
5241
5257
  async retrieve(e, t) {
5242
5258
  return this.retrieveRaw(e, t);
5243
5259
  }
5244
- }, Ua = class extends rt {
5260
+ }, Ga = class extends rt {
5245
5261
  documentationUrl;
5246
5262
  status;
5247
5263
  title;
@@ -5249,7 +5265,7 @@ var Na = class extends Q {
5249
5265
  constructor(e) {
5250
5266
  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;
5251
5267
  }
5252
- }, Ga = class {
5268
+ }, $a = class {
5253
5269
  async post(e) {
5254
5270
  const { response: t } = e;
5255
5271
  if (t.ok) return;
@@ -5259,26 +5275,26 @@ var Na = class extends Q {
5259
5275
  } catch {
5260
5276
  i = void 0;
5261
5277
  }
5262
- throw new Ua({
5278
+ throw new Ga({
5263
5279
  body: i,
5264
5280
  response: t,
5265
5281
  status: t.status
5266
5282
  });
5267
5283
  }
5268
- }, $a = (e) => ({
5269
- bookingPolicies: new Na(e),
5270
- bookings: new ba(e),
5271
- hotelImages: new Ia(e),
5272
- hotelOfferRequests: new Ea(e),
5273
- hotelOffers: new La(e),
5274
- hotelRoomingListGuests: new Ja(e),
5275
- hotelRoomingLists: new va(e),
5276
- hotelRoomOfferImages: new Ba(e),
5277
- hotelRoomOfferRequests: new Ha(e),
5278
- hotelRoomOffers: new xa(e),
5279
- hotels: new Fa(e)
5284
+ }, qa = (e) => ({
5285
+ bookingPolicies: new ba(e),
5286
+ bookings: new Ia(e),
5287
+ hotelImages: new Ea(e),
5288
+ hotelOfferRequests: new La(e),
5289
+ hotelOffers: new Ja(e),
5290
+ hotelRoomingListGuests: new va(e),
5291
+ hotelRoomingLists: new Ba(e),
5292
+ hotelRoomOfferImages: new Ha(e),
5293
+ hotelRoomOfferRequests: new xa(e),
5294
+ hotelRoomOffers: new Fa(e),
5295
+ hotels: new Ua(e)
5280
5296
  });
5281
- function qa(e) {
5297
+ function Ya(e) {
5282
5298
  switch (e) {
5283
5299
  case ce.CiCd:
5284
5300
  return "AUTH_TOKEN_CICD";
@@ -5296,9 +5312,9 @@ function qa(e) {
5296
5312
  }
5297
5313
  }
5298
5314
  function Ht(e) {
5299
- return !!(typeof document < "u" && document?.cookie && document.cookie.split(";").find((t) => t.includes(qa(e))));
5315
+ return !!(typeof document < "u" && document?.cookie && document.cookie.split(";").find((t) => t.includes(Ya(e))));
5300
5316
  }
5301
- var Ya = class {
5317
+ var Ka = class {
5302
5318
  config;
5303
5319
  constructor(e) {
5304
5320
  this.config = e;
@@ -5306,7 +5322,7 @@ var Ya = class {
5306
5322
  async pre(e) {
5307
5323
  return e.init.mode = "cors", Ht(this.config.apiEnvironment) && (e.init.credentials = "include"), e;
5308
5324
  }
5309
- }, Ka = class {
5325
+ }, za = class {
5310
5326
  config;
5311
5327
  constructor(e) {
5312
5328
  this.config = e;
@@ -5329,18 +5345,18 @@ var Ya = class {
5329
5345
  });
5330
5346
  const i = this.config.apiEnvironment;
5331
5347
  let n = this.config.apiBaseUrl ?? Yt[i];
5332
- i === ce.Local && (n = "http://127.0.0.1:3001");
5348
+ !this.config.apiBaseUrl && i === ce.Local && (n = "http://127.0.0.1:3001");
5333
5349
  const r = new ot({
5334
5350
  basePath: n,
5335
5351
  fetchApi: zt.default,
5336
5352
  headers: t,
5337
5353
  middleware: [
5338
- new Ya(this.config),
5339
5354
  new Ka(this.config),
5340
- new Ga()
5355
+ new za(this.config),
5356
+ new $a()
5341
5357
  ]
5342
5358
  });
5343
- this.apiVersionsToClient = { v1: $a(r) };
5359
+ this.apiVersionsToClient = { v1: qa(r) };
5344
5360
  }
5345
5361
  get bookingPolicies() {
5346
5362
  return this.apiVersionsToClient[this.config.apiVersion].bookingPolicies;
@@ -5377,358 +5393,358 @@ var Ya = class {
5377
5393
  }
5378
5394
  };
5379
5395
  export {
5380
- nn as AllowedPaymentMethodApiFromJSON,
5381
- rn as AllowedPaymentMethodApiFromJSONTyped,
5382
- on as AllowedPaymentMethodApiToJSON,
5396
+ rn as AllowedPaymentMethodApiFromJSON,
5397
+ on as AllowedPaymentMethodApiFromJSONTyped,
5398
+ an as AllowedPaymentMethodApiToJSON,
5383
5399
  ys as AllowedPaymentMethodApiToJSONTyped,
5384
5400
  rs as AllowedPaymentMethodCouponApiFromJSON,
5385
5401
  ct as AllowedPaymentMethodCouponApiFromJSONTyped,
5386
5402
  is as AllowedPaymentMethodCouponApiNameEnum,
5387
- qi as AllowedPaymentMethodCouponApiToJSON,
5388
- Yi as AllowedPaymentMethodCouponApiToJSONTyped,
5403
+ Yi as AllowedPaymentMethodCouponApiToJSON,
5404
+ Ki as AllowedPaymentMethodCouponApiToJSONTyped,
5389
5405
  ss as AllowedPaymentMethodCreditCardApiFromJSON,
5390
5406
  ut as AllowedPaymentMethodCreditCardApiFromJSONTyped,
5391
5407
  os as AllowedPaymentMethodCreditCardApiNameEnum,
5392
- Ki as AllowedPaymentMethodCreditCardApiToJSON,
5393
- zi as AllowedPaymentMethodCreditCardApiToJSONTyped,
5408
+ zi as AllowedPaymentMethodCreditCardApiToJSON,
5409
+ Vi as AllowedPaymentMethodCreditCardApiToJSONTyped,
5394
5410
  ds as AllowedPaymentMethodDepositAccountApiFromJSON,
5395
5411
  dt as AllowedPaymentMethodDepositAccountApiFromJSONTyped,
5396
5412
  cs as AllowedPaymentMethodDepositAccountApiNameEnum,
5397
- Vi as AllowedPaymentMethodDepositAccountApiToJSON,
5398
- Zi as AllowedPaymentMethodDepositAccountApiToJSONTyped,
5413
+ Zi as AllowedPaymentMethodDepositAccountApiToJSON,
5414
+ Wi as AllowedPaymentMethodDepositAccountApiToJSONTyped,
5399
5415
  hs as AllowedPaymentMethodPayLaterApiFromJSON,
5400
5416
  ft as AllowedPaymentMethodPayLaterApiFromJSONTyped,
5401
5417
  ms as AllowedPaymentMethodPayLaterApiNameEnum,
5402
- Wi as AllowedPaymentMethodPayLaterApiPayloadFromJSON,
5403
- Xi as AllowedPaymentMethodPayLaterApiPayloadFromJSONTyped,
5418
+ Xi as AllowedPaymentMethodPayLaterApiPayloadFromJSON,
5419
+ Qi as AllowedPaymentMethodPayLaterApiPayloadFromJSONTyped,
5404
5420
  fs as AllowedPaymentMethodPayLaterApiPayloadStatusEnum,
5405
- Qi as AllowedPaymentMethodPayLaterApiPayloadToJSON,
5406
- ji as AllowedPaymentMethodPayLaterApiPayloadToJSONTyped,
5407
- en as AllowedPaymentMethodPayLaterApiToJSON,
5408
- tn as AllowedPaymentMethodPayLaterApiToJSONTyped,
5421
+ ji as AllowedPaymentMethodPayLaterApiPayloadToJSON,
5422
+ en as AllowedPaymentMethodPayLaterApiPayloadToJSONTyped,
5423
+ tn as AllowedPaymentMethodPayLaterApiToJSON,
5424
+ nn as AllowedPaymentMethodPayLaterApiToJSONTyped,
5409
5425
  lt as AmenitiesApiFromJSON,
5410
- an as AmenitiesApiFromJSONTyped,
5426
+ sn as AmenitiesApiFromJSONTyped,
5411
5427
  mt as AmenitiesApiToJSON,
5412
- sn as AmenitiesApiToJSONTyped,
5428
+ cn as AmenitiesApiToJSONTyped,
5413
5429
  Bu as ApiClient,
5414
- Ua as ApiError,
5430
+ Ga as ApiError,
5415
5431
  Gi as BASE_PATH,
5416
5432
  Q as BaseAPI,
5417
5433
  Os as BedApiFromJSON,
5418
- cn as BedApiFromJSONTyped,
5434
+ un as BedApiFromJSONTyped,
5419
5435
  As as BedApiToJSON,
5420
- un as BedApiToJSONTyped,
5436
+ dn as BedApiToJSONTyped,
5421
5437
  ts as BlobApiResponse,
5422
5438
  ee as BookingApiFromJSON,
5423
- Nr as BookingApiFromJSONTyped,
5439
+ br as BookingApiFromJSONTyped,
5424
5440
  kc as BookingApiPayLaterEnum,
5425
5441
  Rc as BookingApiStatusEnum,
5426
- br as BookingApiToJSON,
5427
- Ir as BookingApiToJSONTyped,
5442
+ Ir as BookingApiToJSON,
5443
+ Er as BookingApiToJSONTyped,
5428
5444
  vc as BookingCreateApiFromJSON,
5429
- jr as BookingCreateApiFromJSONTyped,
5430
- Ur as BookingCreateApiGuestsListInnerFromJSON,
5431
- Gr as BookingCreateApiGuestsListInnerFromJSONTyped,
5432
- Br as BookingCreateApiGuestsListInnerGuestsInnerFromJSON,
5433
- Hr as BookingCreateApiGuestsListInnerGuestsInnerFromJSONTyped,
5434
- xr as BookingCreateApiGuestsListInnerGuestsInnerToJSON,
5435
- Fr as BookingCreateApiGuestsListInnerGuestsInnerToJSONTyped,
5436
- $r as BookingCreateApiGuestsListInnerToJSON,
5437
- qr as BookingCreateApiGuestsListInnerToJSONTyped,
5438
- eo as BookingCreateApiToJSON,
5439
- to as BookingCreateApiToJSONTyped,
5440
- Na as BookingPolicies,
5445
+ eo as BookingCreateApiFromJSONTyped,
5446
+ Gr as BookingCreateApiGuestsListInnerFromJSON,
5447
+ $r as BookingCreateApiGuestsListInnerFromJSONTyped,
5448
+ Hr as BookingCreateApiGuestsListInnerGuestsInnerFromJSON,
5449
+ xr as BookingCreateApiGuestsListInnerGuestsInnerFromJSONTyped,
5450
+ Fr as BookingCreateApiGuestsListInnerGuestsInnerToJSON,
5451
+ Ur as BookingCreateApiGuestsListInnerGuestsInnerToJSONTyped,
5452
+ qr as BookingCreateApiGuestsListInnerToJSON,
5453
+ Yr as BookingCreateApiGuestsListInnerToJSONTyped,
5454
+ to as BookingCreateApiToJSON,
5455
+ io as BookingCreateApiToJSONTyped,
5456
+ ba as BookingPolicies,
5441
5457
  Ke as BookingPoliciesApiFromJSON,
5442
- io as BookingPoliciesApiFromJSONTyped,
5458
+ no as BookingPoliciesApiFromJSONTyped,
5443
5459
  Hc as BookingPoliciesApiToJSON,
5444
- no as BookingPoliciesApiToJSONTyped,
5460
+ ro as BookingPoliciesApiToJSONTyped,
5445
5461
  Fc as BookingPoliciesCreateApiFromJSON,
5446
- ro as BookingPoliciesCreateApiFromJSONTyped,
5447
- oo as BookingPoliciesCreateApiToJSON,
5448
- ao as BookingPoliciesCreateApiToJSONTyped,
5449
- ba as Bookings,
5450
- lo as BookingsApiResponseFromJSON,
5451
- mo as BookingsApiResponseFromJSONTyped,
5462
+ oo as BookingPoliciesCreateApiFromJSONTyped,
5463
+ ao as BookingPoliciesCreateApiToJSON,
5464
+ so as BookingPoliciesCreateApiToJSONTyped,
5465
+ Ia as Bookings,
5466
+ mo as BookingsApiResponseFromJSON,
5467
+ po as BookingsApiResponseFromJSONTyped,
5452
5468
  $c as BookingsApiResponseToJSON,
5453
- po as BookingsApiResponseToJSONTyped,
5469
+ ho as BookingsApiResponseToJSONTyped,
5454
5470
  Eu as BookingsSortByEnum,
5455
5471
  Lu as BookingsSortByOrderEnum,
5456
5472
  De as BreakfastOption,
5457
- On as BreakfastOptionFromJSON,
5458
- An as BreakfastOptionFromJSONTyped,
5473
+ An as BreakfastOptionFromJSON,
5474
+ Tn as BreakfastOptionFromJSONTyped,
5459
5475
  Ms as BreakfastOptionToJSON,
5460
5476
  Ps as BreakfastOptionToJSONTyped,
5461
- Xa as COLLECTION_FORMATS,
5477
+ Qa as COLLECTION_FORMATS,
5462
5478
  Be as CancellationPolicyApiFromJSON,
5463
- dn as CancellationPolicyApiFromJSONTyped,
5479
+ fn as CancellationPolicyApiFromJSONTyped,
5464
5480
  He as CancellationPolicyApiToJSON,
5465
- fn as CancellationPolicyApiToJSONTyped,
5481
+ ln as CancellationPolicyApiToJSONTyped,
5466
5482
  ot as Configuration,
5467
5483
  _t as ContactPersonApiFromJSON,
5468
- Ln as ContactPersonApiFromJSONTyped,
5484
+ Jn as ContactPersonApiFromJSONTyped,
5469
5485
  Vs as ContactPersonApiSalutationEnum,
5470
5486
  Ot as ContactPersonApiToJSON,
5471
- Jn as ContactPersonApiToJSONTyped,
5472
- Nn as ContactPersonOrganizationApiFromJSON,
5473
- bn as ContactPersonOrganizationApiFromJSONTyped,
5474
- In as ContactPersonOrganizationApiToJSON,
5475
- En as ContactPersonOrganizationApiToJSONTyped,
5487
+ vn as ContactPersonApiToJSONTyped,
5488
+ bn as ContactPersonOrganizationApiFromJSON,
5489
+ In as ContactPersonOrganizationApiFromJSONTyped,
5490
+ En as ContactPersonOrganizationApiToJSON,
5491
+ Ln as ContactPersonOrganizationApiToJSONTyped,
5476
5492
  Ne as CountryIso2Code,
5477
5493
  Ie as CountryIso2CodeFromJSON,
5478
- Pn as CountryIso2CodeFromJSONTyped,
5494
+ Nn as CountryIso2CodeFromJSONTyped,
5479
5495
  Ys as CountryIso2CodeToJSON,
5480
5496
  Ks as CountryIso2CodeToJSONTyped,
5481
5497
  Me as CurrencyClient,
5482
5498
  ne as CurrencyClientFromJSON,
5483
- wn as CurrencyClientFromJSONTyped,
5499
+ kn as CurrencyClientFromJSONTyped,
5484
5500
  Ls as CurrencyClientToJSON,
5485
5501
  Js as CurrencyClientToJSONTyped,
5486
5502
  Kc as ErrorApiResponseFromJSON,
5487
- ho as ErrorApiResponseFromJSONTyped,
5503
+ yo as ErrorApiResponseFromJSONTyped,
5488
5504
  zc as ErrorApiResponseToJSON,
5489
- yo as ErrorApiResponseToJSONTyped,
5505
+ go as ErrorApiResponseToJSONTyped,
5490
5506
  qc as ErrorApiResponseTypeEnum,
5491
5507
  Fe as EventApiFromJSON,
5492
- _r as EventApiFromJSONTyped,
5508
+ Or as EventApiFromJSONTyped,
5493
5509
  Ue as EventApiToJSON,
5494
- Or as EventApiToJSONTyped,
5510
+ Ar as EventApiToJSONTyped,
5495
5511
  me as EventMetadataApiFromJSON,
5496
- Yr as EventMetadataApiFromJSONTyped,
5512
+ Kr as EventMetadataApiFromJSONTyped,
5497
5513
  pe as EventMetadataApiToJSON,
5498
- Kr as EventMetadataApiToJSONTyped,
5499
- Do as HotelApiFromJSON,
5500
- Mo as HotelApiFromJSONTyped,
5514
+ zr as EventMetadataApiToJSONTyped,
5515
+ Mo as HotelApiFromJSON,
5516
+ Po as HotelApiFromJSONTyped,
5501
5517
  It as HotelApiImagesFromJSON,
5502
- Oo as HotelApiImagesFromJSONTyped,
5518
+ Ao as HotelApiImagesFromJSONTyped,
5503
5519
  Et as HotelApiImagesToJSON,
5504
- Ao as HotelApiImagesToJSONTyped,
5520
+ To as HotelApiImagesToJSONTyped,
5505
5521
  jc as HotelApiToJSON,
5506
- Po as HotelApiToJSONTyped,
5522
+ No as HotelApiToJSONTyped,
5507
5523
  de as HotelImageApiFromJSON,
5508
- mn as HotelImageApiFromJSONTyped,
5524
+ pn as HotelImageApiFromJSONTyped,
5509
5525
  Te as HotelImageApiToJSON,
5510
- pn as HotelImageApiToJSONTyped,
5511
- Ia as HotelImages,
5512
- No as HotelOfferApiFromJSON,
5513
- bo as HotelOfferApiFromJSONTyped,
5514
- Io as HotelOfferApiToJSON,
5515
- Eo as HotelOfferApiToJSONTyped,
5526
+ hn as HotelImageApiToJSONTyped,
5527
+ Ea as HotelImages,
5528
+ bo as HotelOfferApiFromJSON,
5529
+ Io as HotelOfferApiFromJSONTyped,
5530
+ Eo as HotelOfferApiToJSON,
5531
+ Lo as HotelOfferApiToJSONTyped,
5516
5532
  ze as HotelOfferRequestApiResponseFromJSON,
5517
- Lo as HotelOfferRequestApiResponseFromJSONTyped,
5533
+ Jo as HotelOfferRequestApiResponseFromJSONTyped,
5518
5534
  iu as HotelOfferRequestApiResponseToJSON,
5519
- Jo as HotelOfferRequestApiResponseToJSONTyped,
5535
+ vo as HotelOfferRequestApiResponseToJSONTyped,
5520
5536
  ru as HotelOfferRequestCreateApiFromJSON,
5521
- vo as HotelOfferRequestCreateApiFromJSONTyped,
5522
- Bo as HotelOfferRequestCreateApiToJSON,
5523
- Ho as HotelOfferRequestCreateApiToJSONTyped,
5524
- Ea as HotelOfferRequests,
5525
- La as HotelOffers,
5526
- zo as HotelOffersApiResponseFromJSON,
5527
- Vo as HotelOffersApiResponseFromJSONTyped,
5537
+ Bo as HotelOfferRequestCreateApiFromJSONTyped,
5538
+ Ho as HotelOfferRequestCreateApiToJSON,
5539
+ xo as HotelOfferRequestCreateApiToJSONTyped,
5540
+ La as HotelOfferRequests,
5541
+ Ja as HotelOffers,
5542
+ Vo as HotelOffersApiResponseFromJSON,
5543
+ Zo as HotelOffersApiResponseFromJSONTyped,
5528
5544
  fu as HotelOffersApiResponseToJSON,
5529
- Zo as HotelOffersApiResponseToJSONTyped,
5530
- xo as HotelOffersDataApiResponseFromJSON,
5531
- Fo as HotelOffersDataApiResponseFromJSONTyped,
5532
- Uo as HotelOffersDataApiResponseToJSON,
5533
- Go as HotelOffersDataApiResponseToJSONTyped,
5545
+ Wo as HotelOffersApiResponseToJSONTyped,
5546
+ Fo as HotelOffersDataApiResponseFromJSON,
5547
+ Uo as HotelOffersDataApiResponseFromJSONTyped,
5548
+ Go as HotelOffersDataApiResponseToJSON,
5549
+ $o as HotelOffersDataApiResponseToJSONTyped,
5534
5550
  Ju as HotelOffersSortByEnum,
5535
5551
  vu as HotelOffersSortByOrderEnum,
5536
5552
  Nt as HotelReviewRatingApiFromJSON,
5537
- go as HotelReviewRatingApiFromJSONTyped,
5553
+ _o as HotelReviewRatingApiFromJSONTyped,
5538
5554
  bt as HotelReviewRatingApiToJSON,
5539
- _o as HotelReviewRatingApiToJSONTyped,
5555
+ Oo as HotelReviewRatingApiToJSONTyped,
5540
5556
  fe as HotelRoomOfferApiFromJSON,
5541
- Cn as HotelRoomOfferApiFromJSONTyped,
5542
- hn as HotelRoomOfferApiHotelRoomsInnerFromJSON,
5543
- yn as HotelRoomOfferApiHotelRoomsInnerFromJSONTyped,
5544
- gn as HotelRoomOfferApiHotelRoomsInnerToJSON,
5545
- _n as HotelRoomOfferApiHotelRoomsInnerToJSONTyped,
5557
+ Dn as HotelRoomOfferApiFromJSONTyped,
5558
+ yn as HotelRoomOfferApiHotelRoomsInnerFromJSON,
5559
+ gn as HotelRoomOfferApiHotelRoomsInnerFromJSONTyped,
5560
+ _n as HotelRoomOfferApiHotelRoomsInnerToJSON,
5561
+ On as HotelRoomOfferApiHotelRoomsInnerToJSONTyped,
5546
5562
  Bs as HotelRoomOfferApiPackageTypeEnum,
5547
- Wo as HotelRoomOfferApiResponseFromJSON,
5548
- Xo as HotelRoomOfferApiResponseFromJSONTyped,
5563
+ Xo as HotelRoomOfferApiResponseFromJSON,
5564
+ Qo as HotelRoomOfferApiResponseFromJSONTyped,
5549
5565
  mu as HotelRoomOfferApiResponseToJSON,
5550
- Qo as HotelRoomOfferApiResponseToJSONTyped,
5566
+ jo as HotelRoomOfferApiResponseToJSONTyped,
5551
5567
  Hs as HotelRoomOfferApiStayTaxesInfoEnum,
5552
5568
  le as HotelRoomOfferApiToJSON,
5553
- Dn as HotelRoomOfferApiToJSONTyped,
5569
+ Mn as HotelRoomOfferApiToJSONTyped,
5554
5570
  xs as HotelRoomOfferApiTypeEnum,
5555
- Ba as HotelRoomOfferImages,
5571
+ Ha as HotelRoomOfferImages,
5556
5572
  Ve as HotelRoomOfferRequestApiResponseFromJSON,
5557
- jo as HotelRoomOfferRequestApiResponseFromJSONTyped,
5573
+ ea as HotelRoomOfferRequestApiResponseFromJSONTyped,
5558
5574
  hu as HotelRoomOfferRequestApiResponseToJSON,
5559
- ea as HotelRoomOfferRequestApiResponseToJSONTyped,
5575
+ ta as HotelRoomOfferRequestApiResponseToJSONTyped,
5560
5576
  gu as HotelRoomOfferRequestCreateApiFromJSON,
5561
- ta as HotelRoomOfferRequestCreateApiFromJSONTyped,
5562
- ia as HotelRoomOfferRequestCreateApiToJSON,
5563
- na as HotelRoomOfferRequestCreateApiToJSONTyped,
5564
- Ha as HotelRoomOfferRequests,
5565
- xa as HotelRoomOffers,
5566
- ca as HotelRoomOffersApiResponseFromJSON,
5567
- ua as HotelRoomOffersApiResponseFromJSONTyped,
5577
+ ia as HotelRoomOfferRequestCreateApiFromJSONTyped,
5578
+ na as HotelRoomOfferRequestCreateApiToJSON,
5579
+ ra as HotelRoomOfferRequestCreateApiToJSONTyped,
5580
+ xa as HotelRoomOfferRequests,
5581
+ Fa as HotelRoomOffers,
5582
+ ua as HotelRoomOffersApiResponseFromJSON,
5583
+ da as HotelRoomOffersApiResponseFromJSONTyped,
5568
5584
  Au as HotelRoomOffersApiResponseToJSON,
5569
- da as HotelRoomOffersApiResponseToJSONTyped,
5585
+ fa as HotelRoomOffersApiResponseToJSONTyped,
5570
5586
  wu as HotelRoomOffersCreateApiFromJSON,
5571
- ha as HotelRoomOffersCreateApiFromJSONTyped,
5572
- ya as HotelRoomOffersCreateApiToJSON,
5573
- ga as HotelRoomOffersCreateApiToJSONTyped,
5574
- ra as HotelRoomOffersDataApiResponseFromJSON,
5575
- oa as HotelRoomOffersDataApiResponseFromJSONTyped,
5576
- aa as HotelRoomOffersDataApiResponseToJSON,
5577
- sa as HotelRoomOffersDataApiResponseToJSONTyped,
5578
- fa as HotelRoomOffersDataCreateApiFromJSON,
5579
- la as HotelRoomOffersDataCreateApiFromJSONTyped,
5580
- ma as HotelRoomOffersDataCreateApiToJSON,
5581
- pa as HotelRoomOffersDataCreateApiToJSONTyped,
5587
+ ya as HotelRoomOffersCreateApiFromJSONTyped,
5588
+ ga as HotelRoomOffersCreateApiToJSON,
5589
+ _a as HotelRoomOffersCreateApiToJSONTyped,
5590
+ oa as HotelRoomOffersDataApiResponseFromJSON,
5591
+ aa as HotelRoomOffersDataApiResponseFromJSONTyped,
5592
+ sa as HotelRoomOffersDataApiResponseToJSON,
5593
+ ca as HotelRoomOffersDataApiResponseToJSONTyped,
5594
+ la as HotelRoomOffersDataCreateApiFromJSON,
5595
+ ma as HotelRoomOffersDataCreateApiFromJSONTyped,
5596
+ pa as HotelRoomOffersDataCreateApiToJSON,
5597
+ ha as HotelRoomOffersDataCreateApiToJSONTyped,
5582
5598
  Dt as HotelRoomingListApiFromJSON,
5583
- Dr as HotelRoomingListApiFromJSONTyped,
5584
- Ar as HotelRoomingListApiHotelRoomFromJSON,
5585
- Tr as HotelRoomingListApiHotelRoomFromJSONTyped,
5586
- Sr as HotelRoomingListApiHotelRoomToJSON,
5587
- wr as HotelRoomingListApiHotelRoomToJSONTyped,
5588
- Mr as HotelRoomingListApiToJSON,
5589
- Pr as HotelRoomingListApiToJSONTyped,
5599
+ Mr as HotelRoomingListApiFromJSONTyped,
5600
+ Tr as HotelRoomingListApiHotelRoomFromJSON,
5601
+ Sr as HotelRoomingListApiHotelRoomFromJSONTyped,
5602
+ wr as HotelRoomingListApiHotelRoomToJSON,
5603
+ kr as HotelRoomingListApiHotelRoomToJSONTyped,
5604
+ Pr as HotelRoomingListApiToJSON,
5605
+ Nr as HotelRoomingListApiToJSONTyped,
5590
5606
  Ee as HotelRoomingListGuestApiFromJSON,
5591
- kr as HotelRoomingListGuestApiFromJSONTyped,
5592
- Rr as HotelRoomingListGuestApiToJSON,
5593
- Cr as HotelRoomingListGuestApiToJSONTyped,
5594
- Ja as HotelRoomingListGuests,
5607
+ Rr as HotelRoomingListGuestApiFromJSONTyped,
5608
+ Cr as HotelRoomingListGuestApiToJSON,
5609
+ Dr as HotelRoomingListGuestApiToJSONTyped,
5610
+ va as HotelRoomingListGuests,
5595
5611
  Ru as HotelRoomingListGuestsCreateApiFromJSON,
5596
- _a as HotelRoomingListGuestsCreateApiFromJSONTyped,
5597
- Oa as HotelRoomingListGuestsCreateApiToJSON,
5598
- Aa as HotelRoomingListGuestsCreateApiToJSONTyped,
5612
+ Oa as HotelRoomingListGuestsCreateApiFromJSONTyped,
5613
+ Aa as HotelRoomingListGuestsCreateApiToJSON,
5614
+ Ta as HotelRoomingListGuestsCreateApiToJSONTyped,
5599
5615
  Du as HotelRoomingListGuestsUpdateApiFromJSON,
5600
- Ta as HotelRoomingListGuestsUpdateApiFromJSONTyped,
5601
- Sa as HotelRoomingListGuestsUpdateApiToJSON,
5602
- wa as HotelRoomingListGuestsUpdateApiToJSONTyped,
5603
- va as HotelRoomingLists,
5604
- Fa as Hotels,
5605
- cr as InsuranceApiFromJSON,
5606
- ur as InsuranceApiFromJSONTyped,
5616
+ Sa as HotelRoomingListGuestsUpdateApiFromJSONTyped,
5617
+ wa as HotelRoomingListGuestsUpdateApiToJSON,
5618
+ ka as HotelRoomingListGuestsUpdateApiToJSONTyped,
5619
+ Ba as HotelRoomingLists,
5620
+ Ua as Hotels,
5621
+ ur as InsuranceApiFromJSON,
5622
+ dr as InsuranceApiFromJSONTyped,
5607
5623
  pc as InsuranceApiStatusEnum,
5608
- dr as InsuranceApiToJSON,
5609
- fr as InsuranceApiToJSONTyped,
5610
- lr as InvoiceApiFromJSON,
5611
- mr as InvoiceApiFromJSONTyped,
5612
- pr as InvoiceApiToJSON,
5613
- hr as InvoiceApiToJSONTyped,
5624
+ fr as InsuranceApiToJSON,
5625
+ lr as InsuranceApiToJSONTyped,
5626
+ mr as InvoiceApiFromJSON,
5627
+ pr as InvoiceApiFromJSONTyped,
5628
+ hr as InvoiceApiToJSON,
5629
+ yr as InvoiceApiToJSONTyped,
5614
5630
  yc as InvoiceApiTypeEnum,
5615
5631
  $ as JSONApiResponse,
5616
5632
  Pe as Locale,
5617
5633
  xe as LocaleFromJSON,
5618
- Mn as LocaleFromJSONTyped,
5634
+ Pn as LocaleFromJSONTyped,
5619
5635
  Gs as LocaleToJSON,
5620
5636
  $s as LocaleToJSONTyped,
5621
5637
  vt as MetaPollingResponseApiFromJSON,
5622
- Yo as MetaPollingResponseApiFromJSONTyped,
5638
+ Ko as MetaPollingResponseApiFromJSONTyped,
5623
5639
  Bt as MetaPollingResponseApiToJSON,
5624
- Ko as MetaPollingResponseApiToJSONTyped,
5625
- so as MetaResponseApiFromJSON,
5626
- co as MetaResponseApiFromJSONTyped,
5627
- uo as MetaResponseApiToJSON,
5628
- fo as MetaResponseApiToJSONTyped,
5640
+ zo as MetaPollingResponseApiToJSONTyped,
5641
+ co as MetaResponseApiFromJSON,
5642
+ uo as MetaResponseApiFromJSONTyped,
5643
+ fo as MetaResponseApiToJSON,
5644
+ lo as MetaResponseApiToJSONTyped,
5629
5645
  Rt as OrderAddonFromJSON,
5630
- yr as OrderAddonFromJSONTyped,
5631
- Er as OrderAddonSelectionFromJSON,
5632
- Lr as OrderAddonSelectionFromJSONTyped,
5633
- Jr as OrderAddonSelectionToJSON,
5634
- vr as OrderAddonSelectionToJSONTyped,
5646
+ gr as OrderAddonFromJSONTyped,
5647
+ Lr as OrderAddonSelectionFromJSON,
5648
+ Jr as OrderAddonSelectionFromJSONTyped,
5649
+ vr as OrderAddonSelectionToJSON,
5650
+ Br as OrderAddonSelectionToJSONTyped,
5635
5651
  Dc as OrderAddonSelectionTypeEnum,
5636
5652
  Ct as OrderAddonToJSON,
5637
- gr as OrderAddonToJSONTyped,
5653
+ _r as OrderAddonToJSONTyped,
5638
5654
  _c as OrderAddonTypeEnum,
5639
- ar as PaymentMethodApiFromJSON,
5640
- sr as PaymentMethodApiFromJSONTyped,
5655
+ sr as PaymentMethodApiFromJSON,
5656
+ cr as PaymentMethodApiFromJSONTyped,
5641
5657
  kt as PaymentMethodApiToJSON,
5642
5658
  mc as PaymentMethodApiToJSONTyped,
5643
5659
  js as PaymentMethodCouponApiFromJSON,
5644
5660
  At as PaymentMethodCouponApiFromJSONTyped,
5645
5661
  Xs as PaymentMethodCouponApiNameEnum,
5646
- vn as PaymentMethodCouponApiPayloadFromJSON,
5647
- Bn as PaymentMethodCouponApiPayloadFromJSONTyped,
5648
- Hn as PaymentMethodCouponApiPayloadToJSON,
5649
- xn as PaymentMethodCouponApiPayloadToJSONTyped,
5650
- Fn as PaymentMethodCouponApiToJSON,
5651
- Un as PaymentMethodCouponApiToJSONTyped,
5662
+ Bn as PaymentMethodCouponApiPayloadFromJSON,
5663
+ Hn as PaymentMethodCouponApiPayloadFromJSONTyped,
5664
+ xn as PaymentMethodCouponApiPayloadToJSON,
5665
+ Fn as PaymentMethodCouponApiPayloadToJSONTyped,
5666
+ Un as PaymentMethodCouponApiToJSON,
5667
+ Gn as PaymentMethodCouponApiToJSONTyped,
5652
5668
  nc as PaymentMethodCreditCardApiFromJSON,
5653
5669
  Tt as PaymentMethodCreditCardApiFromJSONTyped,
5654
5670
  tc as PaymentMethodCreditCardApiNameEnum,
5655
- Gn as PaymentMethodCreditCardApiPayloadFromJSON,
5656
- $n as PaymentMethodCreditCardApiPayloadFromJSONTyped,
5657
- qn as PaymentMethodCreditCardApiPayloadToJSON,
5658
- Yn as PaymentMethodCreditCardApiPayloadToJSONTyped,
5659
- Kn as PaymentMethodCreditCardApiToJSON,
5660
- zn as PaymentMethodCreditCardApiToJSONTyped,
5671
+ $n as PaymentMethodCreditCardApiPayloadFromJSON,
5672
+ qn as PaymentMethodCreditCardApiPayloadFromJSONTyped,
5673
+ Yn as PaymentMethodCreditCardApiPayloadToJSON,
5674
+ Kn as PaymentMethodCreditCardApiPayloadToJSONTyped,
5675
+ zn as PaymentMethodCreditCardApiToJSON,
5676
+ Vn as PaymentMethodCreditCardApiToJSONTyped,
5661
5677
  sc as PaymentMethodDepositAccountApiFromJSON,
5662
5678
  St as PaymentMethodDepositAccountApiFromJSONTyped,
5663
5679
  oc as PaymentMethodDepositAccountApiNameEnum,
5664
- Vn as PaymentMethodDepositAccountApiPayloadFromJSON,
5665
- Zn as PaymentMethodDepositAccountApiPayloadFromJSONTyped,
5666
- Wn as PaymentMethodDepositAccountApiPayloadToJSON,
5667
- Xn as PaymentMethodDepositAccountApiPayloadToJSONTyped,
5668
- Qn as PaymentMethodDepositAccountApiToJSON,
5669
- jn as PaymentMethodDepositAccountApiToJSONTyped,
5680
+ Zn as PaymentMethodDepositAccountApiPayloadFromJSON,
5681
+ Wn as PaymentMethodDepositAccountApiPayloadFromJSONTyped,
5682
+ Xn as PaymentMethodDepositAccountApiPayloadToJSON,
5683
+ Qn as PaymentMethodDepositAccountApiPayloadToJSONTyped,
5684
+ jn as PaymentMethodDepositAccountApiToJSON,
5685
+ er as PaymentMethodDepositAccountApiToJSONTyped,
5670
5686
  lc as PaymentMethodPayLaterApiFromJSON,
5671
5687
  wt as PaymentMethodPayLaterApiFromJSONTyped,
5672
5688
  dc as PaymentMethodPayLaterApiNameEnum,
5673
- er as PaymentMethodPayLaterApiPayloadFromJSON,
5674
- tr as PaymentMethodPayLaterApiPayloadFromJSONTyped,
5689
+ tr as PaymentMethodPayLaterApiPayloadFromJSON,
5690
+ ir as PaymentMethodPayLaterApiPayloadFromJSONTyped,
5675
5691
  cc as PaymentMethodPayLaterApiPayloadStatusEnum,
5676
- ir as PaymentMethodPayLaterApiPayloadToJSON,
5677
- nr as PaymentMethodPayLaterApiPayloadToJSONTyped,
5678
- rr as PaymentMethodPayLaterApiToJSON,
5679
- or as PaymentMethodPayLaterApiToJSONTyped,
5692
+ nr as PaymentMethodPayLaterApiPayloadToJSON,
5693
+ rr as PaymentMethodPayLaterApiPayloadToJSONTyped,
5694
+ or as PaymentMethodPayLaterApiToJSON,
5695
+ ar as PaymentMethodPayLaterApiToJSONTyped,
5680
5696
  Mt as PaymentMethodRequestApiFromJSON,
5681
- Xr as PaymentMethodRequestApiFromJSONTyped,
5697
+ Qr as PaymentMethodRequestApiFromJSONTyped,
5682
5698
  Ec as PaymentMethodRequestApiNameEnum,
5683
5699
  Pt as PaymentMethodRequestApiToJSON,
5684
- Qr as PaymentMethodRequestApiToJSONTyped,
5685
- zr as PaymentMethodRequestPayloadApiFromJSON,
5686
- Vr as PaymentMethodRequestPayloadApiFromJSONTyped,
5687
- Zr as PaymentMethodRequestPayloadApiToJSON,
5688
- Wr as PaymentMethodRequestPayloadApiToJSONTyped,
5700
+ jr as PaymentMethodRequestApiToJSONTyped,
5701
+ Vr as PaymentMethodRequestPayloadApiFromJSON,
5702
+ Zr as PaymentMethodRequestPayloadApiFromJSONTyped,
5703
+ Wr as PaymentMethodRequestPayloadApiToJSON,
5704
+ Xr as PaymentMethodRequestPayloadApiToJSONTyped,
5689
5705
  Pu as PaymentMethodUpdatePayloadApiFromJSON,
5690
- ka as PaymentMethodUpdatePayloadApiFromJSONTyped,
5691
- Ra as PaymentMethodUpdatePayloadApiToJSON,
5692
- Ca as PaymentMethodUpdatePayloadApiToJSONTyped,
5706
+ Ra as PaymentMethodUpdatePayloadApiFromJSONTyped,
5707
+ Ca as PaymentMethodUpdatePayloadApiToJSON,
5708
+ Da as PaymentMethodUpdatePayloadApiToJSONTyped,
5693
5709
  be as PollerStatus,
5694
- $o as PollerStatusFromJSON,
5695
- qo as PollerStatusFromJSONTyped,
5710
+ qo as PollerStatusFromJSON,
5711
+ Yo as PollerStatusFromJSONTyped,
5696
5712
  su as PollerStatusToJSON,
5697
5713
  cu as PollerStatusToJSONTyped,
5698
5714
  Iu as RequestPayloadFromJSON,
5699
- Da as RequestPayloadFromJSONTyped,
5715
+ Ma as RequestPayloadFromJSONTyped,
5700
5716
  Nu as RequestPayloadRequestTypeEnum,
5701
- Ma as RequestPayloadToJSON,
5702
- Pa as RequestPayloadToJSONTyped,
5703
- U as RequiredError,
5717
+ Pa as RequestPayloadToJSON,
5718
+ Na as RequestPayloadToJSONTyped,
5719
+ B as RequiredError,
5704
5720
  rt as ResponseError,
5705
5721
  Ce as SourceMarket,
5706
5722
  Ae as SourceMarketFromJSON,
5707
- ln as SourceMarketFromJSONTyped,
5723
+ mn as SourceMarketFromJSONTyped,
5708
5724
  ws as SourceMarketToJSON,
5709
5725
  ks as SourceMarketToJSONTyped,
5710
5726
  yt as TagApiFromJSON,
5711
- kn as TagApiFromJSONTyped,
5727
+ Rn as TagApiFromJSONTyped,
5712
5728
  gt as TagApiToJSON,
5713
- Rn as TagApiToJSONTyped,
5729
+ Cn as TagApiToJSONTyped,
5714
5730
  pt as TaxApiFromJSON,
5715
- Tn as TaxApiFromJSONTyped,
5731
+ Sn as TaxApiFromJSONTyped,
5716
5732
  Ns as TaxApiTaxFrequencyEnum,
5717
5733
  bs as TaxApiTaxModeEnum,
5718
5734
  ht as TaxApiToJSON,
5719
- Sn as TaxApiToJSONTyped,
5735
+ wn as TaxApiToJSONTyped,
5720
5736
  st as TextApiResponse,
5721
5737
  Lt as TravelTimesApiFromJSON,
5722
- Ro as TravelTimesApiFromJSONTyped,
5738
+ Co as TravelTimesApiFromJSONTyped,
5723
5739
  Jt as TravelTimesApiToJSON,
5724
- Co as TravelTimesApiToJSONTyped,
5725
- To as TravelTimesApiTravelTimesFromJSON,
5726
- So as TravelTimesApiTravelTimesFromJSONTyped,
5727
- wo as TravelTimesApiTravelTimesToJSON,
5728
- ko as TravelTimesApiTravelTimesToJSONTyped,
5729
- es as VoidApiResponse,
5730
- ja as canConsumeForm,
5731
- Qa as exists,
5740
+ Do as TravelTimesApiToJSONTyped,
5741
+ So as TravelTimesApiTravelTimesFromJSON,
5742
+ wo as TravelTimesApiTravelTimesFromJSONTyped,
5743
+ ko as TravelTimesApiTravelTimesToJSON,
5744
+ Ro as TravelTimesApiTravelTimesToJSONTyped,
5745
+ qi as VoidApiResponse,
5746
+ es as canConsumeForm,
5747
+ ja as exists,
5732
5748
  ns as instanceOfAllowedPaymentMethodCouponApi,
5733
5749
  as as instanceOfAllowedPaymentMethodCreditCardApi,
5734
5750
  us as instanceOfAllowedPaymentMethodDepositAccountApi,
@@ -5801,5 +5817,5 @@ export {
5801
5817
  Xc as instanceOfTravelTimesApi,
5802
5818
  Wc as instanceOfTravelTimesApiTravelTimes,
5803
5819
  at as querystring,
5804
- $a as v1ApiClient
5820
+ qa as v1ApiClient
5805
5821
  };