@revolugo/booking-api-client 7.12.2-rc.1 → 7.12.3-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -1,19 +1,19 @@
1
- var Ht = Object.create, Ze = Object.defineProperty, xt = Object.getOwnPropertyDescriptor, Ft = Object.getOwnPropertyNames, Ut = Object.getPrototypeOf, Gt = Object.prototype.hasOwnProperty, V = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), $t = (e, t, i, n) => {
1
+ var xt = Object.create, Ze = Object.defineProperty, Ft = Object.getOwnPropertyDescriptor, Ut = Object.getOwnPropertyNames, Gt = Object.getPrototypeOf, $t = Object.prototype.hasOwnProperty, V = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), qt = (e, t, i, n) => {
2
2
  if (t && typeof t == "object" || typeof t == "function")
3
- for (var r = Ft(t), s = 0, u = r.length, c; s < u; s++)
4
- c = r[s], !Gt.call(e, c) && c !== i && Ze(e, c, {
3
+ for (var r = Ut(t), s = 0, u = r.length, c; s < u; s++)
4
+ c = r[s], !$t.call(e, c) && c !== i && Ze(e, c, {
5
5
  get: ((m) => t[m]).bind(null, c),
6
- enumerable: !(n = xt(t, c)) || n.enumerable
6
+ enumerable: !(n = Ft(t, c)) || n.enumerable
7
7
  });
8
8
  return e;
9
- }, Z = (e, t, i) => (i = e != null ? Ht(Ut(e)) : {}, $t(t || !e || !e.__esModule ? Ze(i, "default", {
9
+ }, Z = (e, t, i) => (i = e != null ? xt(Gt(e)) : {}, qt(t || !e || !e.__esModule ? Ze(i, "default", {
10
10
  value: e,
11
11
  enumerable: !0
12
12
  }) : i, e)), Ge = /* @__PURE__ */ (function(e) {
13
13
  return e.V1 = "v1", e;
14
14
  })({}), ce = /* @__PURE__ */ (function(e) {
15
15
  return e.CiCd = "CI-CD", e.Local = "LOCAL", e.Production = "LIVE", e.Sandbox = "SANDBOX", e.Staging = "STAGING", e;
16
- })({}), qt = {
16
+ })({}), Yt = {
17
17
  "CI-CD": "https://booking-api.staging.revolugo.com",
18
18
  LOCAL: "http://127.0.0.1:3001",
19
19
  LIVE: "https://booking-api.revolugo.com",
@@ -21,7 +21,7 @@ var Ht = Object.create, Ze = Object.defineProperty, xt = Object.getOwnPropertyDe
21
21
  STAGING: "https://booking-api.staging.revolugo.com"
22
22
  }, We = /* @__PURE__ */ (function(e) {
23
23
  return e.HOTEL_ROOM_OFFERS = "HOTEL_ROOM_OFFERS", e.HOTEL_SEARCH_POLLING = "HOTEL_SEARCH_POLLING", e;
24
- })({}), Yt = /* @__PURE__ */ V(((e, t) => {
24
+ })({}), Kt = /* @__PURE__ */ V(((e, t) => {
25
25
  var i = typeof globalThis < "u" && globalThis || typeof self < "u" && self || typeof global < "u" && global, n = (function() {
26
26
  function s() {
27
27
  this.fetch = !1, this.DOMException = i.DOMException;
@@ -182,7 +182,7 @@ var Ht = Object.create, Ze = Object.defineProperty, xt = 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 Ht = Object.create, Ze = Object.defineProperty, xt = 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 Ht = Object.create, Ze = Object.defineProperty, xt = 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 Ht = Object.create, Ze = Object.defineProperty, xt = 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 Ht = Object.create, Ze = Object.defineProperty, xt = 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 Ht = Object.create, Ze = Object.defineProperty, xt = 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 Ht = Object.create, Ze = Object.defineProperty, xt = 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,25 +342,25 @@ var Ht = Object.create, Ze = Object.defineProperty, xt = 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;
349
349
  e = r.fetch, e.default = r.fetch, e.fetch = r.fetch, e.Headers = r.Headers, e.Request = r.Request, e.Response = r.Response, t.exports = e;
350
- })), Kt = /* @__PURE__ */ Z(Yt(), 1), zt = new RegExp("([\\p{Ll}\\d])(\\p{Lu})", "gu"), Vt = new RegExp("(\\p{Lu})([\\p{Lu}][\\p{Ll}])", "gu"), Zt = new RegExp("(\\d)\\p{Ll}|(\\p{L})\\d", "u"), Wt = /[^\p{L}\d]+/giu, $e = "$1\0$2", qe = "";
350
+ })), zt = /* @__PURE__ */ Z(Kt(), 1), Vt = new RegExp("([\\p{Ll}\\d])(\\p{Lu})", "gu"), Zt = new RegExp("(\\p{Lu})([\\p{Lu}][\\p{Ll}])", "gu"), Wt = new RegExp("(\\d)\\p{Ll}|(\\p{L})\\d", "u"), Xt = /[^\p{L}\d]+/giu, $e = "$1\0$2", qe = "";
351
351
  function Xe(e) {
352
352
  let t = e.trim();
353
- t = t.replace(zt, $e).replace(Vt, $e), t = t.replace(Wt, "\0");
353
+ t = t.replace(Vt, $e).replace(Zt, $e), t = t.replace(Xt, "\0");
354
354
  let i = 0, n = t.length;
355
355
  for (; t.charAt(i) === "\0"; ) i++;
356
356
  if (i === n) return [];
357
357
  for (; t.charAt(n - 1) === "\0"; ) n--;
358
358
  return t.slice(i, n).split(/\0/g);
359
359
  }
360
- function Xt(e) {
360
+ function Qt(e) {
361
361
  const t = Xe(e);
362
362
  for (let i = 0; i < t.length; i++) {
363
- const n = t[i], r = Zt.exec(n);
363
+ const n = t[i], r = Wt.exec(n);
364
364
  if (r) {
365
365
  const s = r.index + (r[1] ?? r[2]).length;
366
366
  t.splice(i, 1, n.slice(0, s), n.slice(s));
@@ -372,15 +372,15 @@ function Qe(e, t) {
372
372
  const [i, n, r] = Oe(e, t);
373
373
  return i + n.map(_e(t?.locale)).join(t?.delimiter ?? " ") + r;
374
374
  }
375
- function Qt(e, t) {
375
+ function jt(e, t) {
376
376
  const [i, n, r] = Oe(e, t), s = _e(t?.locale), u = Le(t?.locale), c = t?.mergeAmbiguousCharacters ? Je(s, u) : et(s, u);
377
377
  return i + n.map((m, A) => A === 0 ? s(m) : c(m, A)).join(t?.delimiter ?? "") + r;
378
378
  }
379
- function jt(e, t) {
379
+ function ei(e, t) {
380
380
  const [i, n, r] = Oe(e, t), s = _e(t?.locale), u = Le(t?.locale), c = t?.mergeAmbiguousCharacters ? Je(s, u) : et(s, u);
381
381
  return i + n.map(c).join(t?.delimiter ?? "") + r;
382
382
  }
383
- function ei(e, t) {
383
+ function ti(e, t) {
384
384
  const [i, n, r] = Oe(e, t), s = _e(t?.locale), u = Le(t?.locale);
385
385
  return i + n.map(Je(s, u)).join(t?.delimiter ?? " ") + r;
386
386
  }
@@ -390,7 +390,7 @@ function je(e, t) {
390
390
  ...t
391
391
  });
392
392
  }
393
- function ti(e, t) {
393
+ function ii(e, t) {
394
394
  return Qe(e, {
395
395
  delimiter: "_",
396
396
  ...t
@@ -412,7 +412,7 @@ function et(e, t) {
412
412
  };
413
413
  }
414
414
  function Oe(e, t = {}) {
415
- const i = t.split ?? (t.separateNumbers ? Xt : Xe), n = t.prefixCharacters ?? qe, r = t.suffixCharacters ?? qe;
415
+ const i = t.split ?? (t.separateNumbers ? Qt : Xe), n = t.prefixCharacters ?? qe, r = t.suffixCharacters ?? qe;
416
416
  let s = 0, u = e.length;
417
417
  for (; s < e.length; ) {
418
418
  const c = e.charAt(s);
@@ -430,7 +430,7 @@ function Oe(e, t = {}) {
430
430
  e.slice(u)
431
431
  ];
432
432
  }
433
- var ii = /* @__PURE__ */ V(((e, t) => {
433
+ var ni = /* @__PURE__ */ V(((e, t) => {
434
434
  (function(i, n, r) {
435
435
  typeof e == "object" ? (t.exports = r(), t.exports.default = r()) : typeof define == "function" && define.amd ? define(r) : n[i] = r();
436
436
  })("slugify", e, function() {
@@ -448,32 +448,32 @@ var ii = /* @__PURE__ */ V(((e, t) => {
448
448
  Object.assign(i, s);
449
449
  }, r;
450
450
  });
451
- })), ni = /* @__PURE__ */ Z(ii(), 1);
452
- function ri(e) {
453
- return (0, ni.default)(je(e), {
451
+ })), ri = /* @__PURE__ */ Z(ni(), 1);
452
+ function oi(e) {
453
+ return (0, ri.default)(je(e), {
454
454
  lower: !0,
455
455
  strict: !0
456
456
  });
457
457
  }
458
458
  var b = /* @__PURE__ */ (function(e) {
459
459
  return e.Camel = "camelCase", e.Capital = "capitalCase", e.Param = "paramCase", e.Pascal = "pascalCase", e.Slug = "slugCase", e.Snake = "snakeCase", e;
460
- })({}), oi = {
461
- camelCase: Qt,
462
- capitalCase: ei,
460
+ })({}), ai = {
461
+ camelCase: jt,
462
+ capitalCase: ti,
463
463
  paramCase: je,
464
- pascalCase: jt,
465
- slugCase: ri,
466
- snakeCase: ti
464
+ pascalCase: ei,
465
+ slugCase: oi,
466
+ snakeCase: ii
467
467
  };
468
- function ai(e, t) {
468
+ function si(e, t) {
469
469
  return e.some((i) => typeof i == "string" ? i === t : i.test(t));
470
470
  }
471
- function si(e) {
471
+ function ci(e) {
472
472
  return e === Object(e) && !Array.isArray(e) && typeof e != "function";
473
473
  }
474
474
  function P(e, t, i = { deep: !0 }) {
475
- return si(e) && !(e instanceof Date) ? Object.keys(e).reduce((n, r) => {
476
- const s = i?.exclude && ai(i.exclude, r) ? r : oi[t](r);
475
+ return ci(e) && !(e instanceof Date) ? Object.keys(e).reduce((n, r) => {
476
+ const s = i?.exclude && si(i.exclude, r) ? r : ai[t](r);
477
477
  return n[s] = i.deep ? P(e[r], t, i) : e[r], n;
478
478
  }, {}) : Array.isArray(e) ? e.map((n) => P(n, t, i)) : e;
479
479
  }
@@ -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,12 +799,12 @@ 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
  }));
807
- })), ci = /* @__PURE__ */ V(((e, t) => {
807
+ })), ui = /* @__PURE__ */ V(((e, t) => {
808
808
  (function(i, n) {
809
809
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_advancedFormat = n();
810
810
  })(e, (function() {
@@ -851,7 +851,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
851
851
  };
852
852
  };
853
853
  }));
854
- })), ui = /* @__PURE__ */ V(((e, t) => {
854
+ })), di = /* @__PURE__ */ V(((e, t) => {
855
855
  (function(i, n) {
856
856
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_customParseFormat = n();
857
857
  })(e, (function() {
@@ -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;
@@ -1008,7 +1008,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1008
1008
  };
1009
1009
  };
1010
1010
  }));
1011
- })), di = /* @__PURE__ */ V(((e, t) => {
1011
+ })), fi = /* @__PURE__ */ V(((e, t) => {
1012
1012
  (function(i, n) {
1013
1013
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_isBetween = n();
1014
1014
  })(e, (function() {
@@ -1020,7 +1020,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1020
1020
  };
1021
1021
  };
1022
1022
  }));
1023
- })), fi = /* @__PURE__ */ V(((e, t) => {
1023
+ })), li = /* @__PURE__ */ V(((e, t) => {
1024
1024
  (function(i, n) {
1025
1025
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_isSameOrAfter = n();
1026
1026
  })(e, (function() {
@@ -1031,7 +1031,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1031
1031
  };
1032
1032
  };
1033
1033
  }));
1034
- })), li = /* @__PURE__ */ V(((e, t) => {
1034
+ })), mi = /* @__PURE__ */ V(((e, t) => {
1035
1035
  (function(i, n) {
1036
1036
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_isSameOrBefore = n();
1037
1037
  })(e, (function() {
@@ -1042,7 +1042,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1042
1042
  };
1043
1043
  };
1044
1044
  }));
1045
- })), mi = /* @__PURE__ */ V(((e, t) => {
1045
+ })), pi = /* @__PURE__ */ V(((e, t) => {
1046
1046
  (function(i, n) {
1047
1047
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_localeData = n();
1048
1048
  })(e, (function() {
@@ -1137,7 +1137,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1137
1137
  };
1138
1138
  };
1139
1139
  }));
1140
- })), pi = /* @__PURE__ */ V(((e, t) => {
1140
+ })), hi = /* @__PURE__ */ V(((e, t) => {
1141
1141
  (function(i, n) {
1142
1142
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_localizedFormat = n();
1143
1143
  })(e, (function() {
@@ -1166,7 +1166,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1166
1166
  };
1167
1167
  };
1168
1168
  }));
1169
- })), hi = /* @__PURE__ */ V(((e, t) => {
1169
+ })), yi = /* @__PURE__ */ V(((e, t) => {
1170
1170
  (function(i, n) {
1171
1171
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_minMax = n();
1172
1172
  })(e, (function() {
@@ -1188,7 +1188,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1188
1188
  };
1189
1189
  };
1190
1190
  }));
1191
- })), yi = /* @__PURE__ */ V(((e, t) => {
1191
+ })), gi = /* @__PURE__ */ V(((e, t) => {
1192
1192
  (function(i, n) {
1193
1193
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_relativeTime = n();
1194
1194
  })(e, (function() {
@@ -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) {
@@ -1293,7 +1293,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1293
1293
  };
1294
1294
  };
1295
1295
  }));
1296
- })), gi = /* @__PURE__ */ V(((e, t) => {
1296
+ })), _i = /* @__PURE__ */ V(((e, t) => {
1297
1297
  (function(i, n) {
1298
1298
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_timezone = n();
1299
1299
  })(e, (function() {
@@ -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;
@@ -1370,7 +1370,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1370
1370
  };
1371
1371
  };
1372
1372
  }));
1373
- })), _i = /* @__PURE__ */ V(((e, t) => {
1373
+ })), Oi = /* @__PURE__ */ V(((e, t) => {
1374
1374
  (function(i, n) {
1375
1375
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_plugin_utc = n();
1376
1376
  })(e, (function() {
@@ -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);
@@ -1455,7 +1455,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1455
1455
  };
1456
1456
  };
1457
1457
  }));
1458
- })), Oi = /* @__PURE__ */ V(((e, t) => {
1458
+ })), Ai = /* @__PURE__ */ V(((e, t) => {
1459
1459
  (function(i, n) {
1460
1460
  typeof e == "object" && typeof t < "u" ? t.exports = n(tt()) : typeof define == "function" && define.amd ? define(["dayjs"], n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_locale_fr = n(i.dayjs);
1461
1461
  })(e, (function(i) {
@@ -1501,7 +1501,7 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1501
1501
  };
1502
1502
  return r.default.locale(s, null, !0), s;
1503
1503
  }));
1504
- })), Ai = /* @__PURE__ */ V(((e, t) => {
1504
+ })), Ti = /* @__PURE__ */ V(((e, t) => {
1505
1505
  (function(i, n) {
1506
1506
  typeof e == "object" && typeof t < "u" ? t.exports = n() : typeof define == "function" && define.amd ? define(n) : (i = typeof globalThis < "u" ? globalThis : i || self).dayjs_locale_en = n();
1507
1507
  })(e, (function() {
@@ -1521,18 +1521,18 @@ var tt = /* @__PURE__ */ V(((e, t) => {
1521
1521
  }
1522
1522
  };
1523
1523
  }));
1524
- })), X = /* @__PURE__ */ Z(tt(), 1), Ti = /* @__PURE__ */ Z(ci(), 1), Si = /* @__PURE__ */ Z(ui(), 1), wi = /* @__PURE__ */ Z(di(), 1), ki = /* @__PURE__ */ Z(fi(), 1), Ri = /* @__PURE__ */ Z(li(), 1), Ci = /* @__PURE__ */ Z(mi(), 1), Di = /* @__PURE__ */ Z(pi(), 1), Mi = /* @__PURE__ */ Z(hi(), 1), Pi = /* @__PURE__ */ Z(yi(), 1), Ni = /* @__PURE__ */ Z(gi(), 1), bi = /* @__PURE__ */ Z(_i(), 1), Ga = Oi(), $a = Ai();
1525
- X.default.extend(Ti.default);
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();
1526
1525
  X.default.extend(Si.default);
1527
1526
  X.default.extend(wi.default);
1528
1527
  X.default.extend(ki.default);
1529
1528
  X.default.extend(Ri.default);
1530
- X.default.extend(Di.default);
1531
1529
  X.default.extend(Ci.default);
1532
1530
  X.default.extend(Mi.default);
1531
+ X.default.extend(Di.default);
1533
1532
  X.default.extend(Pi.default);
1534
1533
  X.default.extend(Ni.default);
1535
1534
  X.default.extend(bi.default);
1535
+ X.default.extend(Ii.default);
1536
1536
  function ae(e) {
1537
1537
  if (e === null || typeof e != "object") return !1;
1538
1538
  const t = Object.getPrototypeOf(e);
@@ -1576,32 +1576,32 @@ function Ye(e, ...t) {
1576
1576
  }
1577
1577
  var K = [];
1578
1578
  for (let e = 0; e < 256; ++e) K.push((e + 256).toString(16).slice(1));
1579
- function Ii(e, t = 0) {
1579
+ function Ei(e, t = 0) {
1580
1580
  return (K[e[t + 0]] + K[e[t + 1]] + K[e[t + 2]] + K[e[t + 3]] + "-" + K[e[t + 4]] + K[e[t + 5]] + "-" + K[e[t + 6]] + K[e[t + 7]] + "-" + K[e[t + 8]] + K[e[t + 9]] + "-" + K[e[t + 10]] + K[e[t + 11]] + K[e[t + 12]] + K[e[t + 13]] + K[e[t + 14]] + K[e[t + 15]]).toLowerCase();
1581
1581
  }
1582
- var Ei = new Uint8Array(16);
1583
- function Li() {
1584
- return crypto.getRandomValues(Ei);
1585
- }
1586
- function Ji(e, t, i) {
1587
- return !t && !e && crypto.randomUUID ? crypto.randomUUID() : vi(e, t, i);
1582
+ var Li = new Uint8Array(16);
1583
+ function Ji() {
1584
+ return crypto.getRandomValues(Li);
1588
1585
  }
1589
1586
  function vi(e, t, i) {
1587
+ return !t && !e && crypto.randomUUID ? crypto.randomUUID() : Bi(e, t, i);
1588
+ }
1589
+ function Bi(e, t, i) {
1590
1590
  e = e || {};
1591
- const n = e.random ?? e.rng?.() ?? Li();
1591
+ const n = e.random ?? e.rng?.() ?? Ji();
1592
1592
  if (n.length < 16) throw new Error("Random bytes length must be >= 16");
1593
1593
  if (n[6] = n[6] & 15 | 64, n[8] = n[8] & 63 | 128, t) {
1594
1594
  if (i = i || 0, i < 0 || i + 16 > t.length) throw new RangeError(`UUID byte range ${i}:${i + 15} is out of buffer bounds`);
1595
1595
  for (let r = 0; r < 16; ++r) t[i + r] = n[r];
1596
1596
  return t;
1597
1597
  }
1598
- return Ii(n);
1598
+ return Ei(n);
1599
1599
  }
1600
- var Bi = 1500, Hi = class ue {
1600
+ var Hi = 1500, xi = class ue {
1601
1601
  static instance = null;
1602
1602
  defaultOptions = {
1603
1603
  callCount: 1,
1604
- interval: Bi,
1604
+ interval: Hi,
1605
1605
  maxCallCount: 20,
1606
1606
  minCallCount: 1
1607
1607
  };
@@ -1667,11 +1667,11 @@ var Bi = 1500, Hi = class ue {
1667
1667
  t.type && this.pollings[t.type] && delete this.pollings[t.type];
1668
1668
  }
1669
1669
  storeCurrentPolling(t) {
1670
- t.type && !t.uuid && (t.uuid = Ji(), this.pollings[t.type] = t.uuid);
1670
+ t.type && !t.uuid && (t.uuid = vi(), this.pollings[t.type] = t.uuid);
1671
1671
  }
1672
1672
  };
1673
1673
  function nt(e, t, i) {
1674
- const n = Hi.getInstance();
1674
+ const n = xi.getInstance();
1675
1675
  return n.poll(e, t), i && typeof i == "function" ? (n.on("data", (r) => {
1676
1676
  r instanceof Error ? i(r, void 0, n) : i(null, r, n);
1677
1677
  }), n.on("error", (r) => {
@@ -1682,7 +1682,7 @@ function nt(e, t, i) {
1682
1682
  });
1683
1683
  });
1684
1684
  }
1685
- var xi = class {
1685
+ var Fi = class {
1686
1686
  constructor() {
1687
1687
  this._map = /* @__PURE__ */ new Map(), this._idmap = /* @__PURE__ */ new Map();
1688
1688
  }
@@ -1716,13 +1716,13 @@ var xi = class {
1716
1716
  return this._map.has(e);
1717
1717
  }
1718
1718
  };
1719
- function Fi() {
1720
- return new xi();
1719
+ function Ui() {
1720
+ return new Fi();
1721
1721
  }
1722
- var qa = Fi(), Ui = "http://localhost".replace(/\/+$/, ""), Gi = (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
- constructor(e = new rt()) {
1725
+ constructor(e = new ot()) {
1726
1726
  this.configuration = e, this.middleware = e.middleware;
1727
1727
  }
1728
1728
  withMiddleware(...e) {
@@ -1740,12 +1740,12 @@ var qa = Fi(), Ui = "http://localhost".replace(/\/+$/, ""), Gi = (e) => typeof B
1740
1740
  async request(e, t) {
1741
1741
  const { url: i, init: n } = this.createFetchParams(e, t), r = await this.fetchApi(i, n);
1742
1742
  if (r.status >= 200 && r.status < 300) return r;
1743
- throw new $i(r, "Response returned an error code");
1743
+ throw new rt(r, "Response returned an error code");
1744
1744
  }
1745
1745
  createFetchParams(e, t) {
1746
1746
  let i = this.configuration.basePath + e.path;
1747
1747
  e.query !== void 0 && Object.keys(e.query).length !== 0 && (i += "?" + this.configuration.queryParamsStringify(e.query));
1748
- const n = typeof FormData < "u" && e.body instanceof FormData || e.body instanceof URLSearchParams || Gi(e.body) ? e.body : JSON.stringify(e.body), r = Object.assign({}, this.configuration.headers, e.headers);
1748
+ const n = typeof FormData < "u" && e.body instanceof FormData || e.body instanceof URLSearchParams || $i(e.body) ? e.body : JSON.stringify(e.body), r = Object.assign({}, this.configuration.headers, e.headers);
1749
1749
  Object.keys(r).forEach((u) => r[u] === void 0 ? delete r[u] : {});
1750
1750
  const s = {
1751
1751
  method: e.method,
@@ -1780,30 +1780,30 @@ var qa = Fi(), Ui = "http://localhost".replace(/\/+$/, ""), Gi = (e) => typeof B
1780
1780
  const e = this.constructor, t = new e(this.configuration);
1781
1781
  return t.middleware = this.middleware.slice(), t;
1782
1782
  }
1783
- }, $i = class extends Error {
1783
+ }, rt = class extends Error {
1784
1784
  response;
1785
1785
  name = "ResponseError";
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
- }, Ya = {
1795
+ }, Qa = {
1796
1796
  csv: ",",
1797
1797
  ssv: " ",
1798
1798
  tsv: " ",
1799
1799
  pipes: "|"
1800
- }, rt = class {
1800
+ }, ot = class {
1801
1801
  configuration;
1802
1802
  constructor(e = {}) {
1803
1803
  this.configuration = e;
1804
1804
  }
1805
1805
  get basePath() {
1806
- return this.configuration.basePath != null ? this.configuration.basePath : Ui;
1806
+ return this.configuration.basePath != null ? this.configuration.basePath : Gi;
1807
1807
  }
1808
1808
  get fetchApi() {
1809
1809
  return this.configuration.fetchApi;
@@ -1812,7 +1812,7 @@ var qa = Fi(), Ui = "http://localhost".replace(/\/+$/, ""), Gi = (e) => typeof B
1812
1812
  return this.configuration.middleware || [];
1813
1813
  }
1814
1814
  get queryParamsStringify() {
1815
- return this.configuration.queryParamsStringify || ot;
1815
+ return this.configuration.queryParamsStringify || at;
1816
1816
  }
1817
1817
  get username() {
1818
1818
  return this.configuration.username;
@@ -1835,21 +1835,21 @@ var qa = Fi(), Ui = "http://localhost".replace(/\/+$/, ""), Gi = (e) => typeof B
1835
1835
  return this.configuration.credentials;
1836
1836
  }
1837
1837
  };
1838
- function Ka(e, t) {
1838
+ function ja(e, t) {
1839
1839
  const i = e[t];
1840
1840
  return i != null;
1841
1841
  }
1842
- function ot(e, t = "") {
1842
+ function at(e, t = "") {
1843
1843
  return Object.keys(e).map((i) => {
1844
1844
  const n = t + (t.length ? `[${i}]` : i), r = e[i];
1845
1845
  if (r instanceof Array) {
1846
1846
  const s = r.map((u) => encodeURIComponent(String(u))).join(`&${encodeURIComponent(n)}=`);
1847
1847
  return `${encodeURIComponent(n)}=${s}`;
1848
1848
  }
1849
- return r instanceof Date ? `${encodeURIComponent(n)}=${encodeURIComponent(r.toISOString())}` : r instanceof Object ? ot(r, n) : `${encodeURIComponent(n)}=${encodeURIComponent(String(r))}`;
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 za(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,14 +1862,14 @@ var $ = class {
1862
1862
  async value() {
1863
1863
  return this.transformer(await this.raw.json());
1864
1864
  }
1865
- }, Va = class {
1865
+ }, qi = class {
1866
1866
  raw;
1867
1867
  constructor(e) {
1868
1868
  this.raw = e;
1869
1869
  }
1870
1870
  async value() {
1871
1871
  }
1872
- }, Za = class {
1872
+ }, ts = class {
1873
1873
  raw;
1874
1874
  constructor(e) {
1875
1875
  this.raw = e;
@@ -1877,7 +1877,7 @@ var $ = class {
1877
1877
  async value() {
1878
1878
  return await this.raw.blob();
1879
1879
  }
1880
- }, at = class {
1880
+ }, st = class {
1881
1881
  raw;
1882
1882
  constructor(e) {
1883
1883
  this.raw = e;
@@ -1885,153 +1885,153 @@ var $ = class {
1885
1885
  async value() {
1886
1886
  return await this.raw.text();
1887
1887
  }
1888
- }, Wa = { Coupon: "COUPON" };
1889
- function Xa(e) {
1888
+ }, is = { Coupon: "COUPON" };
1889
+ function ns(e) {
1890
1890
  return !(!("name" in e) || e.name === void 0);
1891
1891
  }
1892
- function Qa(e) {
1893
- return st(e, !1);
1892
+ function rs(e) {
1893
+ return ct(e, !1);
1894
1894
  }
1895
- function st(e, t) {
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
- var ja = { CreditCard: "CREDIT_CARD" };
1905
- function es(e) {
1904
+ var os = { CreditCard: "CREDIT_CARD" };
1905
+ function as(e) {
1906
1906
  return !(!("name" in e) || e.name === void 0);
1907
1907
  }
1908
- function ts(e) {
1909
- return ct(e, !1);
1908
+ function ss(e) {
1909
+ return ut(e, !1);
1910
1910
  }
1911
- function ct(e, t) {
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
- var is = { DepositAccount: "DEPOSIT_ACCOUNT" };
1921
- function ns(e) {
1920
+ var cs = { DepositAccount: "DEPOSIT_ACCOUNT" };
1921
+ function us(e) {
1922
1922
  return !(!("name" in e) || e.name === void 0);
1923
1923
  }
1924
- function rs(e) {
1925
- return ut(e, !1);
1924
+ function ds(e) {
1925
+ return dt(e, !1);
1926
1926
  }
1927
- function ut(e, t) {
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
- var os = {
1936
+ var fs = {
1937
1937
  Disabled: "DISABLED",
1938
1938
  Enabled: "ENABLED",
1939
1939
  Forced: "FORCED"
1940
1940
  };
1941
- function as(e) {
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
- var ss = { PayLater: "PAY_LATER" };
1957
- function cs(e) {
1956
+ var ms = { PayLater: "PAY_LATER" };
1957
+ function ps(e) {
1958
1958
  return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
1959
1959
  }
1960
- function us(e) {
1961
- return dt(e, !1);
1960
+ function hs(e) {
1961
+ return ft(e, !1);
1962
1962
  }
1963
- function dt(e, t) {
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":
1985
1985
  return {
1986
- ...st(e, !0),
1986
+ ...ct(e, !0),
1987
1987
  name: "COUPON"
1988
1988
  };
1989
1989
  case "CREDIT_CARD":
1990
1990
  return {
1991
- ...ct(e, !0),
1991
+ ...ut(e, !0),
1992
1992
  name: "CREDIT_CARD"
1993
1993
  };
1994
1994
  case "DEPOSIT_ACCOUNT":
1995
1995
  return {
1996
- ...ut(e, !0),
1996
+ ...dt(e, !0),
1997
1997
  name: "DEPOSIT_ACCOUNT"
1998
1998
  };
1999
1999
  case "PAY_LATER":
2000
2000
  return {
2001
- ...dt(e, !0),
2001
+ ...ft(e, !0),
2002
2002
  name: "PAY_LATER"
2003
2003
  };
2004
2004
  default:
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
- function ds(e, t = !1) {
2026
- return on(e);
2025
+ function ys(e, t = !1) {
2026
+ return an(e);
2027
2027
  }
2028
- function fs(e) {
2028
+ function gs(e) {
2029
2029
  return !0;
2030
2030
  }
2031
- function ft(e) {
2032
- return an(e, !1);
2031
+ function lt(e) {
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,
@@ -2079,10 +2079,10 @@ function an(e, t) {
2079
2079
  whirpool: e.whirpool == null ? void 0 : e.whirpool
2080
2080
  };
2081
2081
  }
2082
- function lt(e) {
2083
- return sn(e, !1);
2082
+ function mt(e) {
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,
@@ -2130,36 +2130,36 @@ function sn(e, t = !1) {
2130
2130
  whirpool: e.whirpool
2131
2131
  };
2132
2132
  }
2133
- function ls(e) {
2133
+ 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
- function ms(e) {
2137
- return cn(e, !1);
2136
+ function Os(e) {
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,
2143
2143
  occupancy: e.occupancy
2144
2144
  };
2145
2145
  }
2146
- function ps(e) {
2147
- return un(e, !1);
2146
+ function As(e) {
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,
2153
2153
  occupancy: e.occupancy
2154
2154
  };
2155
2155
  }
2156
- function hs(e) {
2156
+ 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,
@@ -2421,30 +2421,30 @@ var Ce = {
2421
2421
  Zm: "ZM",
2422
2422
  Zw: "ZW"
2423
2423
  };
2424
- function ys(e) {
2424
+ function Ss(e) {
2425
2425
  for (const t in Ce) if (Object.prototype.hasOwnProperty.call(Ce, t) && Ce[t] === e)
2426
2426
  return !0;
2427
2427
  return !1;
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
- function gs(e) {
2435
+ function ws(e) {
2436
2436
  return e;
2437
2437
  }
2438
- function _s(e, t) {
2438
+ function ks(e, t) {
2439
2439
  return e;
2440
2440
  }
2441
- function Os(e) {
2441
+ 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,
@@ -2469,13 +2469,13 @@ function pn(e, t = !1) {
2469
2469
  xs: e.xs
2470
2470
  };
2471
2471
  }
2472
- function As(e) {
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,
@@ -2521,37 +2521,37 @@ var De = {
2521
2521
  NotIncluded: "NOT_INCLUDED",
2522
2522
  Optional: "OPTIONAL"
2523
2523
  };
2524
- function Ts(e) {
2524
+ function Ds(e) {
2525
2525
  for (const t in De) if (Object.prototype.hasOwnProperty.call(De, t) && De[t] === e)
2526
2526
  return !0;
2527
2527
  return !1;
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
- function Ss(e) {
2535
+ function Ms(e) {
2536
2536
  return e;
2537
2537
  }
2538
- function ws(e, t) {
2538
+ function Ps(e, t) {
2539
2539
  return e;
2540
2540
  }
2541
- var ks = {
2541
+ var Ns = {
2542
2542
  PerNight: "PER_NIGHT",
2543
2543
  PerStay: "PER_STAY"
2544
- }, Rs = {
2544
+ }, bs = {
2545
2545
  PerAdult: "PER_ADULT",
2546
2546
  PerBooking: "PER_BOOKING"
2547
2547
  };
2548
- function Cs(e) {
2548
+ function Is(e) {
2549
2549
  return !(!("taxFrequency" in e) || e.taxFrequency === void 0 || !("taxMode" in e) || e.taxMode === void 0);
2550
2550
  }
2551
- function mt(e) {
2552
- return Tn(e, !1);
2551
+ function pt(e) {
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,
@@ -2561,10 +2561,10 @@ function Tn(e, t) {
2561
2561
  taxMode: e.tax_mode
2562
2562
  };
2563
2563
  }
2564
- function pt(e) {
2565
- return Sn(e, !1);
2564
+ function ht(e) {
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,
@@ -2713,30 +2713,30 @@ var Me = {
2713
2713
  Zar: "ZAR",
2714
2714
  Zmw: "ZMW"
2715
2715
  };
2716
- function Ds(e) {
2716
+ function Es(e) {
2717
2717
  for (const t in Me) if (Object.prototype.hasOwnProperty.call(Me, t) && Me[t] === e)
2718
2718
  return !0;
2719
2719
  return !1;
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
- function Ms(e) {
2727
+ function Ls(e) {
2728
2728
  return e;
2729
2729
  }
2730
- function Ps(e, t) {
2730
+ function Js(e, t) {
2731
2731
  return e;
2732
2732
  }
2733
- function Ns(e) {
2733
+ function vs(e) {
2734
2734
  return !(!("name" in e) || e.name === void 0);
2735
2735
  }
2736
- function ht(e) {
2737
- return kn(e, !1);
2736
+ function yt(e) {
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,
@@ -2745,10 +2745,10 @@ function kn(e, t) {
2745
2745
  name: e.name
2746
2746
  };
2747
2747
  }
2748
- function yt(e) {
2749
- return Rn(e, !1);
2748
+ function gt(e) {
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,
@@ -2757,51 +2757,51 @@ function Rn(e, t = !1) {
2757
2757
  name: e.name
2758
2758
  };
2759
2759
  }
2760
- var bs = {
2760
+ var Bs = {
2761
2761
  BestMatch: "BEST_MATCH",
2762
2762
  Cheapest: "CHEAPEST",
2763
2763
  MatchingRoomCount: "MATCHING_ROOM_COUNT",
2764
2764
  Regular: "REGULAR"
2765
- }, Is = {
2765
+ }, Hs = {
2766
2766
  Included: "included",
2767
2767
  NotIncluded: "not_included",
2768
2768
  Unknown: "unknown"
2769
- }, Es = {
2769
+ }, xs = {
2770
2770
  HotelRoom: "HOTEL_ROOM",
2771
2771
  Package: "PACKAGE"
2772
2772
  };
2773
- function Ls(e) {
2773
+ 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,
2793
2793
  sourceMarket: Ae(e.source_market),
2794
2794
  stayTaxesInfo: e.stay_taxes_info,
2795
- tags: e.tags == null ? void 0 : e.tags.map(ht),
2795
+ tags: e.tags == null ? void 0 : e.tags.map(yt),
2796
2796
  taxIncludedPrice: e.tax_included_price,
2797
- taxes: e.taxes == null ? void 0 : e.taxes.map(mt),
2797
+ taxes: e.taxes == null ? void 0 : e.taxes.map(pt),
2798
2798
  type: e.type == null ? void 0 : e.type
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,15 +2811,15 @@ 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,
2818
2818
  source_market: e.sourceMarket,
2819
2819
  stay_taxes_info: e.stayTaxesInfo,
2820
- tags: e.tags == null ? void 0 : e.tags.map(yt),
2820
+ tags: e.tags == null ? void 0 : e.tags.map(gt),
2821
2821
  tax_included_price: e.taxIncludedPrice,
2822
- taxes: e.taxes == null ? void 0 : e.taxes.map(pt),
2822
+ taxes: e.taxes == null ? void 0 : e.taxes.map(ht),
2823
2823
  type: e.type
2824
2824
  };
2825
2825
  }
@@ -2832,21 +2832,21 @@ var Pe = {
2832
2832
  NlNl: "nl-NL",
2833
2833
  PtPt: "pt-PT"
2834
2834
  };
2835
- function Js(e) {
2835
+ function Us(e) {
2836
2836
  for (const t in Pe) if (Object.prototype.hasOwnProperty.call(Pe, t) && Pe[t] === e)
2837
2837
  return !0;
2838
2838
  return !1;
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
- function vs(e) {
2846
+ function Gs(e) {
2847
2847
  return e;
2848
2848
  }
2849
- function Bs(e, t) {
2849
+ function $s(e, t) {
2850
2850
  return e;
2851
2851
  }
2852
2852
  var Ne = {
@@ -3094,30 +3094,30 @@ var Ne = {
3094
3094
  Zm: "ZM",
3095
3095
  Zw: "ZW"
3096
3096
  };
3097
- function Hs(e) {
3097
+ function qs(e) {
3098
3098
  for (const t in Ne) if (Object.prototype.hasOwnProperty.call(Ne, t) && Ne[t] === e)
3099
3099
  return !0;
3100
3100
  return !1;
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
- function xs(e) {
3108
+ function Ys(e) {
3109
3109
  return e;
3110
3110
  }
3111
- function Fs(e, t) {
3111
+ function Ks(e, t) {
3112
3112
  return e;
3113
3113
  }
3114
- function Us(e) {
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,
@@ -3142,7 +3142,7 @@ function En(e, t = !1) {
3142
3142
  zip_code: e.zipCode
3143
3143
  };
3144
3144
  }
3145
- var Gs = {
3145
+ var Vs = {
3146
3146
  Dr: "dr",
3147
3147
  Mr: "mr",
3148
3148
  Mrs: "mrs",
@@ -3150,13 +3150,13 @@ var Gs = {
3150
3150
  NotSpecified: "notSpecified",
3151
3151
  Prof: "prof"
3152
3152
  };
3153
- function $s(e) {
3153
+ function Zs(e) {
3154
3154
  return !(!("email" in e) || e.email === void 0 || !("firstName" in e) || e.firstName === void 0 || !("lastName" in e) || e.lastName === void 0 || !("nationality" in e) || e.nationality === void 0 || !("phone" in e) || e.phone === void 0);
3155
3155
  }
3156
- function gt(e) {
3157
- return Ln(e, !1);
3156
+ function _t(e) {
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,
@@ -3174,10 +3174,10 @@ function Ln(e, t) {
3174
3174
  zipCode: e.zip_code == null ? void 0 : e.zip_code
3175
3175
  };
3176
3176
  }
3177
- function _t(e) {
3178
- return Jn(e, !1);
3177
+ function Ot(e) {
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,
@@ -3195,153 +3195,153 @@ function Jn(e, t = !1) {
3195
3195
  zip_code: e.zipCode
3196
3196
  };
3197
3197
  }
3198
- function qs(e) {
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,
3218
3218
  token: e.token
3219
3219
  };
3220
3220
  }
3221
- var Ys = { Coupon: "COUPON" };
3222
- function Ks(e) {
3221
+ var Xs = { Coupon: "COUPON" };
3222
+ function Qs(e) {
3223
3223
  return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
3224
3224
  }
3225
- function zs(e) {
3226
- return Ot(e, !1);
3225
+ function js(e) {
3226
+ return At(e, !1);
3227
3227
  }
3228
- function Ot(e, t) {
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
- function Vs(e) {
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,
3263
3263
  token: e.token
3264
3264
  };
3265
3265
  }
3266
- var Zs = { CreditCard: "CREDIT_CARD" };
3267
- function Ws(e) {
3266
+ var tc = { CreditCard: "CREDIT_CARD" };
3267
+ function ic(e) {
3268
3268
  return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
3269
3269
  }
3270
- function Xs(e) {
3271
- return At(e, !1);
3270
+ function nc(e) {
3271
+ return Tt(e, !1);
3272
3272
  }
3273
- function At(e, t) {
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
- function Qs(e) {
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,
3308
3308
  token: e.token
3309
3309
  };
3310
3310
  }
3311
- var js = { DepositAccount: "DEPOSIT_ACCOUNT" };
3312
- function ec(e) {
3311
+ var oc = { DepositAccount: "DEPOSIT_ACCOUNT" };
3312
+ function ac(e) {
3313
3313
  return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
3314
3314
  }
3315
- function tc(e) {
3316
- return Tt(e, !1);
3315
+ function sc(e) {
3316
+ return St(e, !1);
3317
3317
  }
3318
- function Tt(e, t) {
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
- var ic = {
3333
+ var cc = {
3334
3334
  Disabled: "DISABLED",
3335
3335
  Enabled: "ENABLED",
3336
3336
  Forced: "FORCED"
3337
3337
  };
3338
- function nc(e) {
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,
@@ -3360,134 +3360,165 @@ function nr(e, t = !1) {
3360
3360
  token: e.token
3361
3361
  };
3362
3362
  }
3363
- var rc = { PayLater: "PAY_LATER" };
3364
- function oc(e) {
3363
+ var dc = { PayLater: "PAY_LATER" };
3364
+ function fc(e) {
3365
3365
  return !(!("name" in e) || e.name === void 0 || !("payload" in e) || e.payload === void 0);
3366
3366
  }
3367
- function ac(e) {
3368
- return St(e, !1);
3367
+ function lc(e) {
3368
+ return wt(e, !1);
3369
3369
  }
3370
- function St(e, t) {
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":
3392
3392
  return {
3393
- ...Ot(e, !0),
3393
+ ...At(e, !0),
3394
3394
  name: "COUPON"
3395
3395
  };
3396
3396
  case "CREDIT_CARD":
3397
3397
  return {
3398
- ...At(e, !0),
3398
+ ...Tt(e, !0),
3399
3399
  name: "CREDIT_CARD"
3400
3400
  };
3401
3401
  case "DEPOSIT_ACCOUNT":
3402
3402
  return {
3403
- ...Tt(e, !0),
3403
+ ...St(e, !0),
3404
3404
  name: "DEPOSIT_ACCOUNT"
3405
3405
  };
3406
3406
  case "PAY_LATER":
3407
3407
  return {
3408
- ...St(e, !0),
3408
+ ...wt(e, !0),
3409
3409
  name: "PAY_LATER"
3410
3410
  };
3411
3411
  default:
3412
3412
  throw new Error(`No variant of PaymentMethodApi exists with 'name=${e.name}'`);
3413
3413
  }
3414
3414
  }
3415
- function wt(e) {
3415
+ function kt(e) {
3416
3416
  if (e !== void 0) {
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
  }
3430
3430
  }
3431
3431
  }
3432
- function sc(e, t = !1) {
3433
- return wt(e);
3432
+ function mc(e, t = !1) {
3433
+ return kt(e);
3434
3434
  }
3435
- var cc = {
3435
+ var pc = {
3436
+ Active: "active",
3437
+ Archived: "archived",
3438
+ Claimed: "claimed",
3439
+ Incomplete: "incomplete",
3440
+ Open: "open",
3441
+ WaitingPayment: "waiting_payment"
3442
+ };
3443
+ function hc(e) {
3444
+ return !(!("status" in e) || e.status === void 0);
3445
+ }
3446
+ function ur(e) {
3447
+ return dr(e, !1);
3448
+ }
3449
+ function dr(e, t) {
3450
+ return e == null ? e : {
3451
+ createdAt: e.created_at == null ? void 0 : e.created_at,
3452
+ reference: e.reference == null ? void 0 : e.reference,
3453
+ status: e.status
3454
+ };
3455
+ }
3456
+ function fr(e) {
3457
+ return lr(e, !1);
3458
+ }
3459
+ function lr(e, t = !1) {
3460
+ return e == null ? e : {
3461
+ created_at: e.createdAt,
3462
+ reference: e.reference,
3463
+ status: e.status
3464
+ };
3465
+ }
3466
+ var yc = {
3436
3467
  CreditNote: "credit_note",
3437
3468
  Invoice: "invoice"
3438
3469
  };
3439
- function uc(e) {
3470
+ function gc(e) {
3440
3471
  return !(!("type" in e) || e.type === void 0 || !("url" in e) || e.url === void 0);
3441
3472
  }
3442
- function cr(e) {
3443
- return ur(e, !1);
3473
+ function mr(e) {
3474
+ return pr(e, !1);
3444
3475
  }
3445
- function ur(e, t) {
3476
+ function pr(e, t) {
3446
3477
  return e == null ? e : {
3447
3478
  type: e.type,
3448
3479
  url: e.url
3449
3480
  };
3450
3481
  }
3451
- function dr(e) {
3452
- return fr(e, !1);
3482
+ function hr(e) {
3483
+ return yr(e, !1);
3453
3484
  }
3454
- function fr(e, t = !1) {
3485
+ function yr(e, t = !1) {
3455
3486
  return e == null ? e : {
3456
3487
  type: e.type,
3457
3488
  url: e.url
3458
3489
  };
3459
3490
  }
3460
- var dc = { Insurance: "insurance" };
3461
- function fc(e) {
3491
+ var _c = { Insurance: "insurance" };
3492
+ function Oc(e) {
3462
3493
  return !(!("price" in e) || e.price === void 0 || !("taxIncludedPrice" in e) || e.taxIncludedPrice === void 0 || !("type" in e) || e.type === void 0);
3463
3494
  }
3464
- function kt(e) {
3465
- return lr(e, !1);
3495
+ function Rt(e) {
3496
+ return gr(e, !1);
3466
3497
  }
3467
- function lr(e, t) {
3498
+ function gr(e, t) {
3468
3499
  return e == null ? e : {
3469
3500
  price: e.price,
3470
3501
  taxIncludedPrice: e.tax_included_price,
3471
3502
  type: e.type
3472
3503
  };
3473
3504
  }
3474
- function Rt(e) {
3475
- return mr(e, !1);
3505
+ function Ct(e) {
3506
+ return _r(e, !1);
3476
3507
  }
3477
- function mr(e, t = !1) {
3508
+ function _r(e, t = !1) {
3478
3509
  return e == null ? e : {
3479
3510
  price: e.price,
3480
3511
  tax_included_price: e.taxIncludedPrice,
3481
3512
  type: e.type
3482
3513
  };
3483
3514
  }
3484
- function lc(e) {
3515
+ function Ac(e) {
3485
3516
  return !0;
3486
3517
  }
3487
3518
  function Fe(e) {
3488
- return pr(e, !1);
3519
+ return Or(e, !1);
3489
3520
  }
3490
- function pr(e, t) {
3521
+ function Or(e, t) {
3491
3522
  return e == null ? e : {
3492
3523
  latitude: e.latitude == null ? void 0 : e.latitude,
3493
3524
  longitude: e.longitude == null ? void 0 : e.longitude,
@@ -3496,9 +3527,9 @@ function pr(e, t) {
3496
3527
  };
3497
3528
  }
3498
3529
  function Ue(e) {
3499
- return hr(e, !1);
3530
+ return Ar(e, !1);
3500
3531
  }
3501
- function hr(e, t = !1) {
3532
+ function Ar(e, t = !1) {
3502
3533
  return e == null ? e : {
3503
3534
  latitude: e.latitude,
3504
3535
  longitude: e.longitude,
@@ -3506,13 +3537,13 @@ function hr(e, t = !1) {
3506
3537
  slug: e.slug
3507
3538
  };
3508
3539
  }
3509
- function mc(e) {
3540
+ function Tc(e) {
3510
3541
  return !(!("beds" in e) || e.beds === void 0 || !("bedsPretty" in e) || e.bedsPretty === void 0 || !("count" in e) || e.count === void 0 || !("description" in e) || e.description === void 0 || !("id" in e) || e.id === void 0 || !("occupancy" in e) || e.occupancy === void 0);
3511
3542
  }
3512
- function yr(e) {
3513
- return gr(e, !1);
3543
+ function Tr(e) {
3544
+ return Sr(e, !1);
3514
3545
  }
3515
- function gr(e, t) {
3546
+ function Sr(e, t) {
3516
3547
  return e == null ? e : {
3517
3548
  amenities: e.amenities == null ? void 0 : e.amenities,
3518
3549
  beds: e.beds,
@@ -3531,10 +3562,10 @@ function gr(e, t) {
3531
3562
  thumbImages: e.thumb_images == null ? void 0 : e.thumb_images
3532
3563
  };
3533
3564
  }
3534
- function _r(e) {
3535
- return Or(e, !1);
3565
+ function wr(e) {
3566
+ return kr(e, !1);
3536
3567
  }
3537
- function Or(e, t = !1) {
3568
+ function kr(e, t = !1) {
3538
3569
  return e == null ? e : {
3539
3570
  amenities: e.amenities,
3540
3571
  beds: e.beds,
@@ -3553,59 +3584,59 @@ function Or(e, t = !1) {
3553
3584
  thumb_images: e.thumbImages
3554
3585
  };
3555
3586
  }
3556
- function pc(e) {
3587
+ function Sc(e) {
3557
3588
  return !(!("fullname" in e) || e.fullname === void 0 || !("id" in e) || e.id === void 0);
3558
3589
  }
3559
3590
  function Ee(e) {
3560
- return Ar(e, !1);
3591
+ return Rr(e, !1);
3561
3592
  }
3562
- function Ar(e, t) {
3593
+ function Rr(e, t) {
3563
3594
  return e == null ? e : {
3564
3595
  fullname: e.fullname,
3565
3596
  id: e.id
3566
3597
  };
3567
3598
  }
3568
- function Tr(e) {
3569
- return Sr(e, !1);
3599
+ function Cr(e) {
3600
+ return Dr(e, !1);
3570
3601
  }
3571
- function Sr(e, t = !1) {
3602
+ function Dr(e, t = !1) {
3572
3603
  return e == null ? e : {
3573
3604
  fullname: e.fullname,
3574
3605
  id: e.id
3575
3606
  };
3576
3607
  }
3577
- function hc(e) {
3608
+ function wc(e) {
3578
3609
  return !(!("hotelRoomId" in e) || e.hotelRoomId === void 0 || !("hotelRoomingListGuests" in e) || e.hotelRoomingListGuests === void 0 || !("id" in e) || e.id === void 0);
3579
3610
  }
3580
- function Ct(e) {
3581
- return wr(e, !1);
3611
+ function Dt(e) {
3612
+ return Mr(e, !1);
3582
3613
  }
3583
- function wr(e, t) {
3614
+ function Mr(e, t) {
3584
3615
  return e == null ? e : {
3585
- hotelRoom: e.hotel_room == null ? void 0 : yr(e.hotel_room),
3616
+ hotelRoom: e.hotel_room == null ? void 0 : Tr(e.hotel_room),
3586
3617
  hotelRoomId: e.hotel_room_id,
3587
3618
  hotelRoomingListGuests: e.hotel_rooming_list_guests.map(Ee),
3588
3619
  id: e.id,
3589
3620
  limitDate: e.limit_date == null ? void 0 : new Date(e.limit_date)
3590
3621
  };
3591
3622
  }
3592
- function kr(e) {
3593
- return Rr(e, !1);
3623
+ function Pr(e) {
3624
+ return Nr(e, !1);
3594
3625
  }
3595
- function Rr(e, t = !1) {
3626
+ function Nr(e, t = !1) {
3596
3627
  return e == null ? e : {
3597
- hotel_room: _r(e.hotelRoom),
3628
+ hotel_room: wr(e.hotelRoom),
3598
3629
  hotel_room_id: e.hotelRoomId,
3599
- hotel_rooming_list_guests: e.hotelRoomingListGuests.map(Tr),
3630
+ hotel_rooming_list_guests: e.hotelRoomingListGuests.map(Cr),
3600
3631
  id: e.id,
3601
3632
  limit_date: e.limitDate == null ? e.limitDate : e.limitDate.toISOString()
3602
3633
  };
3603
3634
  }
3604
- var yc = {
3635
+ var kc = {
3605
3636
  Disabled: "DISABLED",
3606
3637
  Enabled: "ENABLED",
3607
3638
  Forced: "FORCED"
3608
- }, gc = {
3639
+ }, Rc = {
3609
3640
  BkgCx: "bkg-cx",
3610
3641
  BkgCf: "bkg-cf",
3611
3642
  BkgCreated: "bkg-created",
@@ -3615,17 +3646,17 @@ var yc = {
3615
3646
  BkgPp: "bkg-pp",
3616
3647
  BkgQr: "bkg-qr"
3617
3648
  };
3618
- function _c(e) {
3649
+ function Cc(e) {
3619
3650
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("cancellationPolicies" in e) || e.cancellationPolicies === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("contactPerson" in e) || e.contactPerson === void 0 || !("createdAt" in e) || e.createdAt === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRoomOffer" in e) || e.hotelRoomOffer === void 0 || !("lastStatusUpdatedAt" in e) || e.lastStatusUpdatedAt === void 0 || !("reference" in e) || e.reference === void 0 || !("sourceMarket" in e) || e.sourceMarket === void 0 || !("status" in e) || e.status === void 0 || !("taxAmount" in e) || e.taxAmount === void 0 || !("taxIncludedPrice" in e) || e.taxIncludedPrice === void 0 || !("terms" in e) || e.terms === void 0);
3620
3651
  }
3621
3652
  function ee(e) {
3622
- return Cr(e, !1);
3653
+ return br(e, !1);
3623
3654
  }
3624
- function Cr(e, t) {
3655
+ function br(e, t) {
3625
3656
  return e == null ? e : {
3626
3657
  additionalCheckInInstruction: e.additional_check_in_instruction == null ? void 0 : e.additional_check_in_instruction,
3627
3658
  additionalPolicies: e.additional_policies == null ? void 0 : e.additional_policies,
3628
- addons: e.addons == null ? void 0 : e.addons.map(kt),
3659
+ addons: e.addons == null ? void 0 : e.addons.map(Rt),
3629
3660
  adultCount: e.adult_count,
3630
3661
  bookingGroupId: e.booking_group_id == null ? void 0 : e.booking_group_id,
3631
3662
  canceledAt: e.canceled_at == null ? void 0 : e.canceled_at,
@@ -3635,7 +3666,7 @@ function Cr(e, t) {
3635
3666
  checkOutDate: e.check_out_date,
3636
3667
  children: e.children == null ? void 0 : e.children,
3637
3668
  confirmedAt: e.confirmed_at == null ? void 0 : e.confirmed_at,
3638
- contactPerson: gt(e.contact_person),
3669
+ contactPerson: _t(e.contact_person),
3639
3670
  createdAt: e.created_at,
3640
3671
  currency: ne(e.currency),
3641
3672
  customerReference: e.customer_reference == null ? void 0 : e.customer_reference,
@@ -3644,32 +3675,33 @@ function Cr(e, t) {
3644
3675
  hotelConfirmationId: e.hotel_confirmation_id == null ? void 0 : e.hotel_confirmation_id,
3645
3676
  hotelId: e.hotel_id,
3646
3677
  hotelRoomOffer: fe(e.hotel_room_offer),
3647
- hotelRoomingLists: e.hotel_rooming_lists == null ? void 0 : e.hotel_rooming_lists.map(Ct),
3678
+ hotelRoomingLists: e.hotel_rooming_lists == null ? void 0 : e.hotel_rooming_lists.map(Dt),
3648
3679
  id: e.id == null ? void 0 : e.id,
3649
- invoices: e.invoices == null ? void 0 : e.invoices.map(cr),
3680
+ insurance: e.insurance == null ? void 0 : ur(e.insurance),
3681
+ invoices: e.invoices == null ? void 0 : e.invoices.map(mr),
3650
3682
  lastStatusUpdatedAt: e.last_status_updated_at,
3651
3683
  metadata: e.metadata == null ? void 0 : e.metadata,
3652
3684
  payLater: e.pay_later == null ? void 0 : e.pay_later,
3653
- 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),
3654
3686
  penaltyPercentage: e.penalty_percentage == null ? void 0 : e.penalty_percentage,
3655
3687
  reference: e.reference,
3656
3688
  sourceMarket: Ae(e.source_market),
3657
3689
  status: e.status,
3658
3690
  taxAmount: e.tax_amount,
3659
3691
  taxIncludedPrice: e.tax_included_price,
3660
- taxes: e.taxes == null ? void 0 : e.taxes.map(mt),
3692
+ taxes: e.taxes == null ? void 0 : e.taxes.map(pt),
3661
3693
  terms: e.terms,
3662
3694
  token: e.token == null ? void 0 : e.token
3663
3695
  };
3664
3696
  }
3665
- function Dr(e) {
3666
- return Mr(e, !1);
3697
+ function Ir(e) {
3698
+ return Er(e, !1);
3667
3699
  }
3668
- function Mr(e, t = !1) {
3700
+ function Er(e, t = !1) {
3669
3701
  return e == null ? e : {
3670
3702
  additional_check_in_instruction: e.additionalCheckInInstruction,
3671
3703
  additional_policies: e.additionalPolicies,
3672
- addons: e.addons == null ? void 0 : e.addons.map(Rt),
3704
+ addons: e.addons == null ? void 0 : e.addons.map(Ct),
3673
3705
  adult_count: e.adultCount,
3674
3706
  booking_group_id: e.bookingGroupId,
3675
3707
  canceled_at: e.canceledAt,
@@ -3679,7 +3711,7 @@ function Mr(e, t = !1) {
3679
3711
  check_out_date: e.checkOutDate,
3680
3712
  children: e.children,
3681
3713
  confirmed_at: e.confirmedAt,
3682
- contact_person: _t(e.contactPerson),
3714
+ contact_person: Ot(e.contactPerson),
3683
3715
  created_at: e.createdAt,
3684
3716
  currency: e.currency,
3685
3717
  customer_reference: e.customerReference,
@@ -3688,83 +3720,84 @@ function Mr(e, t = !1) {
3688
3720
  hotel_confirmation_id: e.hotelConfirmationId,
3689
3721
  hotel_id: e.hotelId,
3690
3722
  hotel_room_offer: le(e.hotelRoomOffer),
3691
- hotel_rooming_lists: e.hotelRoomingLists == null ? void 0 : e.hotelRoomingLists.map(kr),
3723
+ hotel_rooming_lists: e.hotelRoomingLists == null ? void 0 : e.hotelRoomingLists.map(Pr),
3692
3724
  id: e.id,
3693
- invoices: e.invoices == null ? void 0 : e.invoices.map(dr),
3725
+ insurance: fr(e.insurance),
3726
+ invoices: e.invoices == null ? void 0 : e.invoices.map(hr),
3694
3727
  last_status_updated_at: e.lastStatusUpdatedAt,
3695
3728
  metadata: e.metadata,
3696
3729
  pay_later: e.payLater,
3697
- payment_methods: e.paymentMethods == null ? void 0 : e.paymentMethods.map(wt),
3730
+ payment_methods: e.paymentMethods == null ? void 0 : e.paymentMethods.map(kt),
3698
3731
  penalty_percentage: e.penaltyPercentage,
3699
3732
  reference: e.reference,
3700
3733
  source_market: e.sourceMarket,
3701
3734
  status: e.status,
3702
3735
  tax_amount: e.taxAmount,
3703
3736
  tax_included_price: e.taxIncludedPrice,
3704
- taxes: e.taxes == null ? void 0 : e.taxes.map(pt),
3737
+ taxes: e.taxes == null ? void 0 : e.taxes.map(ht),
3705
3738
  terms: e.terms,
3706
3739
  token: e.token
3707
3740
  };
3708
3741
  }
3709
- var Oc = { Insurance: "insurance" };
3710
- function Ac(e) {
3742
+ var Dc = { Insurance: "insurance" };
3743
+ function Mc(e) {
3711
3744
  return !(!("type" in e) || e.type === void 0);
3712
3745
  }
3713
- function Pr(e) {
3714
- return Nr(e, !1);
3746
+ function Lr(e) {
3747
+ return Jr(e, !1);
3715
3748
  }
3716
- function Nr(e, t) {
3749
+ function Jr(e, t) {
3717
3750
  return e == null ? e : { type: e.type };
3718
3751
  }
3719
- function br(e) {
3720
- return Ir(e, !1);
3752
+ function vr(e) {
3753
+ return Br(e, !1);
3721
3754
  }
3722
- function Ir(e, t = !1) {
3755
+ function Br(e, t = !1) {
3723
3756
  return e == null ? e : { type: e.type };
3724
3757
  }
3725
- function Tc(e) {
3758
+ function Pc(e) {
3726
3759
  return !(!("fullname" in e) || e.fullname === void 0);
3727
3760
  }
3728
- function Er(e) {
3729
- return Lr(e, !1);
3761
+ function Hr(e) {
3762
+ return xr(e, !1);
3730
3763
  }
3731
- function Lr(e, t) {
3764
+ function xr(e, t) {
3732
3765
  return e == null ? e : { fullname: e.fullname };
3733
3766
  }
3734
- function Jr(e) {
3735
- return vr(e, !1);
3767
+ function Fr(e) {
3768
+ return Ur(e, !1);
3736
3769
  }
3737
- function vr(e, t = !1) {
3770
+ function Ur(e, t = !1) {
3738
3771
  return e == null ? e : { fullname: e.fullname };
3739
3772
  }
3740
- function Sc(e) {
3773
+ function Nc(e) {
3741
3774
  return !(!("guests" in e) || e.guests === void 0 || !("hotelRoomId" in e) || e.hotelRoomId === void 0);
3742
3775
  }
3743
- function Br(e) {
3744
- return Hr(e, !1);
3776
+ function Gr(e) {
3777
+ return $r(e, !1);
3745
3778
  }
3746
- function Hr(e, t) {
3779
+ function $r(e, t) {
3747
3780
  return e == null ? e : {
3748
- guests: e.guests.map(Er),
3781
+ guests: e.guests.map(Hr),
3749
3782
  hotelRoomId: e.hotel_room_id
3750
3783
  };
3751
3784
  }
3752
- function xr(e) {
3753
- return Fr(e, !1);
3785
+ function qr(e) {
3786
+ return Yr(e, !1);
3754
3787
  }
3755
- function Fr(e, t = !1) {
3788
+ function Yr(e, t = !1) {
3756
3789
  return e == null ? e : {
3757
- guests: e.guests.map(Jr),
3790
+ guests: e.guests.map(Fr),
3758
3791
  hotel_room_id: e.hotelRoomId
3759
3792
  };
3760
3793
  }
3761
- function wc(e) {
3794
+ function bc(e) {
3762
3795
  return !0;
3763
3796
  }
3764
3797
  function me(e) {
3765
- return Ur(e, !1);
3798
+ return Kr(e, !1);
3766
3799
  }
3767
- function Ur(e, t) {
3800
+ function Kr(e, t) {
3768
3801
  return e == null ? e : {
3769
3802
  dateEnd: e.date_end == null ? void 0 : e.date_end,
3770
3803
  dateStart: e.date_start == null ? void 0 : e.date_start,
@@ -3775,9 +3808,9 @@ function Ur(e, t) {
3775
3808
  };
3776
3809
  }
3777
3810
  function pe(e) {
3778
- return Gr(e, !1);
3811
+ return zr(e, !1);
3779
3812
  }
3780
- function Gr(e, t = !1) {
3813
+ function zr(e, t = !1) {
3781
3814
  return e == null ? e : {
3782
3815
  date_end: e.dateEnd,
3783
3816
  date_start: e.dateStart,
@@ -3787,89 +3820,89 @@ function Gr(e, t = !1) {
3787
3820
  slug: e.slug
3788
3821
  };
3789
3822
  }
3790
- function kc(e) {
3823
+ function Ic(e) {
3791
3824
  return !0;
3792
3825
  }
3793
- function $r(e) {
3794
- return qr(e, !1);
3826
+ function Vr(e) {
3827
+ return Zr(e, !1);
3795
3828
  }
3796
- function qr(e, t) {
3829
+ function Zr(e, t) {
3797
3830
  return e == null ? e : { couponId: e.coupon_id == null ? void 0 : e.coupon_id };
3798
3831
  }
3799
- function Yr(e) {
3800
- return Kr(e, !1);
3832
+ function Wr(e) {
3833
+ return Xr(e, !1);
3801
3834
  }
3802
- function Kr(e, t = !1) {
3835
+ function Xr(e, t = !1) {
3803
3836
  return e == null ? e : { coupon_id: e.couponId };
3804
3837
  }
3805
- var Rc = {
3838
+ var Ec = {
3806
3839
  Coupon: "COUPON",
3807
3840
  CreditCard: "CREDIT_CARD",
3808
3841
  DepositAccount: "DEPOSIT_ACCOUNT"
3809
3842
  };
3810
- function Cc(e) {
3843
+ function Lc(e) {
3811
3844
  return !(!("name" in e) || e.name === void 0);
3812
3845
  }
3813
- function Dt(e) {
3814
- return zr(e, !1);
3846
+ function Mt(e) {
3847
+ return Qr(e, !1);
3815
3848
  }
3816
- function zr(e, t) {
3849
+ function Qr(e, t) {
3817
3850
  return e == null ? e : {
3818
3851
  name: e.name,
3819
- payload: e.payload == null ? void 0 : $r(e.payload)
3852
+ payload: e.payload == null ? void 0 : Vr(e.payload)
3820
3853
  };
3821
3854
  }
3822
- function Mt(e) {
3823
- return Vr(e, !1);
3855
+ function Pt(e) {
3856
+ return jr(e, !1);
3824
3857
  }
3825
- function Vr(e, t = !1) {
3858
+ function jr(e, t = !1) {
3826
3859
  return e == null ? e : {
3827
3860
  name: e.name,
3828
- payload: Yr(e.payload)
3861
+ payload: Wr(e.payload)
3829
3862
  };
3830
3863
  }
3831
- function Dc(e) {
3864
+ function Jc(e) {
3832
3865
  return !(!("bookingPolicyId" in e) || e.bookingPolicyId === void 0 || !("contactPerson" in e) || e.contactPerson === void 0);
3833
3866
  }
3834
- function Mc(e) {
3835
- return Zr(e, !1);
3867
+ function vc(e) {
3868
+ return eo(e, !1);
3836
3869
  }
3837
- function Zr(e, t) {
3870
+ function eo(e, t) {
3838
3871
  return e == null ? e : {
3839
- addons: e.addons == null ? void 0 : e.addons.map(Pr),
3872
+ addons: e.addons == null ? void 0 : e.addons.map(Lr),
3840
3873
  bookingPolicyId: e.booking_policy_id,
3841
- contactPerson: gt(e.contact_person),
3874
+ contactPerson: _t(e.contact_person),
3842
3875
  eventMetadata: e.event_metadata == null ? void 0 : me(e.event_metadata),
3843
- guestsList: e.guests_list == null ? void 0 : e.guests_list.map(Br),
3876
+ guestsList: e.guests_list == null ? void 0 : e.guests_list.map(Gr),
3844
3877
  metadata: e.metadata == null ? void 0 : e.metadata,
3845
- paymentMethods: e.payment_methods == null ? void 0 : e.payment_methods.map(Dt),
3878
+ paymentMethods: e.payment_methods == null ? void 0 : e.payment_methods.map(Mt),
3846
3879
  trackingId: e.tracking_id == null ? void 0 : e.tracking_id
3847
3880
  };
3848
3881
  }
3849
- function Wr(e) {
3850
- return Xr(e, !1);
3882
+ function to(e) {
3883
+ return io(e, !1);
3851
3884
  }
3852
- function Xr(e, t = !1) {
3885
+ function io(e, t = !1) {
3853
3886
  return e == null ? e : {
3854
- addons: e.addons == null ? void 0 : e.addons.map(br),
3887
+ addons: e.addons == null ? void 0 : e.addons.map(vr),
3855
3888
  booking_policy_id: e.bookingPolicyId,
3856
- contact_person: _t(e.contactPerson),
3889
+ contact_person: Ot(e.contactPerson),
3857
3890
  event_metadata: pe(e.eventMetadata),
3858
- guests_list: e.guestsList == null ? void 0 : e.guestsList.map(xr),
3891
+ guests_list: e.guestsList == null ? void 0 : e.guestsList.map(qr),
3859
3892
  metadata: e.metadata,
3860
- payment_methods: e.paymentMethods == null ? void 0 : e.paymentMethods.map(Mt),
3893
+ payment_methods: e.paymentMethods == null ? void 0 : e.paymentMethods.map(Pt),
3861
3894
  tracking_id: e.trackingId
3862
3895
  };
3863
3896
  }
3864
- function Pc(e) {
3897
+ function Bc(e) {
3865
3898
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("cancellationPolicies" in e) || e.cancellationPolicies === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("currency" in e) || e.currency === void 0 || !("expiresAt" in e) || e.expiresAt === void 0 || !("hasRoomingLists" in e) || e.hasRoomingLists === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRoomOffer" in e) || e.hotelRoomOffer === void 0 || !("id" in e) || e.id === void 0 || !("isCancellationPoliciesUpdated" in e) || e.isCancellationPoliciesUpdated === void 0 || !("isPriceIncreased" in e) || e.isPriceIncreased === void 0);
3866
3899
  }
3867
3900
  function Ke(e) {
3868
- return Qr(e, !1);
3901
+ return no(e, !1);
3869
3902
  }
3870
- function Qr(e, t) {
3903
+ function no(e, t) {
3871
3904
  return e == null ? e : {
3872
- addons: e.addons == null ? void 0 : e.addons.map(kt),
3905
+ addons: e.addons == null ? void 0 : e.addons.map(Rt),
3873
3906
  adultCount: e.adult_count,
3874
3907
  cancellationPolicies: e.cancellation_policies.map(Be),
3875
3908
  checkInDate: e.check_in_date,
@@ -3885,12 +3918,12 @@ function Qr(e, t) {
3885
3918
  isPriceIncreased: e.is_price_increased
3886
3919
  };
3887
3920
  }
3888
- function Nc(e) {
3889
- return jr(e, !1);
3921
+ function Hc(e) {
3922
+ return ro(e, !1);
3890
3923
  }
3891
- function jr(e, t = !1) {
3924
+ function ro(e, t = !1) {
3892
3925
  return e == null ? e : {
3893
- addons: e.addons == null ? void 0 : e.addons.map(Rt),
3926
+ addons: e.addons == null ? void 0 : e.addons.map(Ct),
3894
3927
  adult_count: e.adultCount,
3895
3928
  cancellation_policies: e.cancellationPolicies.map(He),
3896
3929
  check_in_date: e.checkInDate,
@@ -3906,13 +3939,13 @@ function jr(e, t = !1) {
3906
3939
  is_price_increased: e.isPriceIncreased
3907
3940
  };
3908
3941
  }
3909
- function bc(e) {
3942
+ function xc(e) {
3910
3943
  return !(!("hotelRoomOfferId" in e) || e.hotelRoomOfferId === void 0);
3911
3944
  }
3912
- function Ic(e) {
3913
- return eo(e, !1);
3945
+ function Fc(e) {
3946
+ return oo(e, !1);
3914
3947
  }
3915
- function eo(e, t) {
3948
+ function oo(e, t) {
3916
3949
  return e == null ? e : {
3917
3950
  addBreakfast: e.add_breakfast == null ? void 0 : e.add_breakfast,
3918
3951
  breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
@@ -3920,10 +3953,10 @@ function eo(e, t) {
3920
3953
  lang: e.lang == null ? void 0 : xe(e.lang)
3921
3954
  };
3922
3955
  }
3923
- function to(e) {
3924
- return io(e, !1);
3956
+ function ao(e) {
3957
+ return so(e, !1);
3925
3958
  }
3926
- function io(e, t = !1) {
3959
+ function so(e, t = !1) {
3927
3960
  return e == null ? e : {
3928
3961
  add_breakfast: e.addBreakfast,
3929
3962
  breakfast_count: e.breakfastCount,
@@ -3931,13 +3964,13 @@ function io(e, t = !1) {
3931
3964
  lang: e.lang
3932
3965
  };
3933
3966
  }
3934
- function Ec(e) {
3967
+ function Uc(e) {
3935
3968
  return !0;
3936
3969
  }
3937
- function no(e) {
3938
- return ro(e, !1);
3970
+ function co(e) {
3971
+ return uo(e, !1);
3939
3972
  }
3940
- function ro(e, t) {
3973
+ function uo(e, t) {
3941
3974
  return e == null ? e : {
3942
3975
  endingBefore: e.ending_before == null ? void 0 : e.ending_before,
3943
3976
  limit: e.limit == null ? void 0 : e.limit,
@@ -3945,10 +3978,10 @@ function ro(e, t) {
3945
3978
  totalCount: e.total_count == null ? void 0 : e.total_count
3946
3979
  };
3947
3980
  }
3948
- function oo(e) {
3949
- return ao(e, !1);
3981
+ function fo(e) {
3982
+ return lo(e, !1);
3950
3983
  }
3951
- function ao(e, t = !1) {
3984
+ function lo(e, t = !1) {
3952
3985
  return e == null ? e : {
3953
3986
  ending_before: e.endingBefore,
3954
3987
  limit: e.limit,
@@ -3956,28 +3989,28 @@ function ao(e, t = !1) {
3956
3989
  total_count: e.totalCount
3957
3990
  };
3958
3991
  }
3959
- function Lc(e) {
3992
+ function Gc(e) {
3960
3993
  return !(!("data" in e) || e.data === void 0 || !("meta" in e) || e.meta === void 0);
3961
3994
  }
3962
- function so(e) {
3963
- return co(e, !1);
3995
+ function mo(e) {
3996
+ return po(e, !1);
3964
3997
  }
3965
- function co(e, t) {
3998
+ function po(e, t) {
3966
3999
  return e == null ? e : {
3967
4000
  data: e.data.map(ee),
3968
- meta: no(e.meta)
4001
+ meta: co(e.meta)
3969
4002
  };
3970
4003
  }
3971
- function Jc(e) {
3972
- return uo(e, !1);
4004
+ function $c(e) {
4005
+ return ho(e, !1);
3973
4006
  }
3974
- function uo(e, t = !1) {
4007
+ function ho(e, t = !1) {
3975
4008
  return e == null ? e : {
3976
- data: e.data.map(Dr),
3977
- meta: oo(e.meta)
4009
+ data: e.data.map(Ir),
4010
+ meta: fo(e.meta)
3978
4011
  };
3979
4012
  }
3980
- var vc = {
4013
+ var qc = {
3981
4014
  ApiError: "api_error",
3982
4015
  BadGateway: "bad_gateway",
3983
4016
  InternalServerError: "internal_server_error",
@@ -3988,13 +4021,13 @@ var vc = {
3988
4021
  Unauthorized: "unauthorized",
3989
4022
  ValidationError: "validation_error"
3990
4023
  };
3991
- function Bc(e) {
4024
+ function Yc(e) {
3992
4025
  return !(!("statusCode" in e) || e.statusCode === void 0);
3993
4026
  }
3994
- function Hc(e) {
3995
- return fo(e, !1);
4027
+ function Kc(e) {
4028
+ return yo(e, !1);
3996
4029
  }
3997
- function fo(e, t) {
4030
+ function yo(e, t) {
3998
4031
  return e == null ? e : {
3999
4032
  documentationUrl: e.documentation_url == null ? void 0 : e.documentation_url,
4000
4033
  error: e.error == null ? void 0 : e.error,
@@ -4003,10 +4036,10 @@ function fo(e, t) {
4003
4036
  type: e.type == null ? void 0 : e.type
4004
4037
  };
4005
4038
  }
4006
- function xc(e) {
4007
- return lo(e, !1);
4039
+ function zc(e) {
4040
+ return go(e, !1);
4008
4041
  }
4009
- function lo(e, t = !1) {
4042
+ function go(e, t = !1) {
4010
4043
  return e == null ? e : {
4011
4044
  documentation_url: e.documentationUrl,
4012
4045
  error: e.error,
@@ -4015,34 +4048,34 @@ function lo(e, t = !1) {
4015
4048
  type: e.type
4016
4049
  };
4017
4050
  }
4018
- function Fc(e) {
4051
+ function Vc(e) {
4019
4052
  return !(!("rating" in e) || e.rating === void 0);
4020
4053
  }
4021
- function Pt(e) {
4022
- return mo(e, !1);
4054
+ function Nt(e) {
4055
+ return _o(e, !1);
4023
4056
  }
4024
- function mo(e, t) {
4057
+ function _o(e, t) {
4025
4058
  return e == null ? e : {
4026
4059
  category: e.category == null ? void 0 : e.category,
4027
4060
  rating: e.rating
4028
4061
  };
4029
4062
  }
4030
- function Nt(e) {
4031
- return po(e, !1);
4063
+ function bt(e) {
4064
+ return Oo(e, !1);
4032
4065
  }
4033
- function po(e, t = !1) {
4066
+ function Oo(e, t = !1) {
4034
4067
  return e == null ? e : {
4035
4068
  category: e.category,
4036
4069
  rating: e.rating
4037
4070
  };
4038
4071
  }
4039
- function Uc(e) {
4072
+ function Zc(e) {
4040
4073
  return !0;
4041
4074
  }
4042
- function bt(e) {
4043
- return ho(e, !1);
4075
+ function It(e) {
4076
+ return Ao(e, !1);
4044
4077
  }
4045
- function ho(e, t) {
4078
+ function Ao(e, t) {
4046
4079
  return e == null ? e : {
4047
4080
  count: e.count == null ? void 0 : e.count,
4048
4081
  highres: e.highres == null ? void 0 : e.highres,
@@ -4052,10 +4085,10 @@ function ho(e, t) {
4052
4085
  thumb: e.thumb == null ? void 0 : e.thumb
4053
4086
  };
4054
4087
  }
4055
- function It(e) {
4056
- return yo(e, !1);
4088
+ function Et(e) {
4089
+ return To(e, !1);
4057
4090
  }
4058
- function yo(e, t = !1) {
4091
+ function To(e, t = !1) {
4059
4092
  return e == null ? e : {
4060
4093
  count: e.count,
4061
4094
  highres: e.highres,
@@ -4065,63 +4098,63 @@ function yo(e, t = !1) {
4065
4098
  thumb: e.thumb
4066
4099
  };
4067
4100
  }
4068
- function Gc(e) {
4101
+ function Wc(e) {
4069
4102
  return !0;
4070
4103
  }
4071
- function go(e) {
4072
- return _o(e, !1);
4104
+ function So(e) {
4105
+ return wo(e, !1);
4073
4106
  }
4074
- function _o(e, t) {
4107
+ function wo(e, t) {
4075
4108
  return e == null ? e : {
4076
4109
  driving: e.driving == null ? void 0 : e.driving,
4077
4110
  transit: e.transit == null ? void 0 : e.transit,
4078
4111
  walking: e.walking == null ? void 0 : e.walking
4079
4112
  };
4080
4113
  }
4081
- function Oo(e) {
4082
- return Ao(e, !1);
4114
+ function ko(e) {
4115
+ return Ro(e, !1);
4083
4116
  }
4084
- function Ao(e, t = !1) {
4117
+ function Ro(e, t = !1) {
4085
4118
  return e == null ? e : {
4086
4119
  driving: e.driving,
4087
4120
  transit: e.transit,
4088
4121
  walking: e.walking
4089
4122
  };
4090
4123
  }
4091
- function $c(e) {
4124
+ function Xc(e) {
4092
4125
  return !(!("name" in e) || e.name === void 0);
4093
4126
  }
4094
- function Et(e) {
4095
- return To(e, !1);
4127
+ function Lt(e) {
4128
+ return Co(e, !1);
4096
4129
  }
4097
- function To(e, t) {
4130
+ function Co(e, t) {
4098
4131
  return e == null ? e : {
4099
4132
  description: e.description == null ? void 0 : e.description,
4100
4133
  name: e.name,
4101
- travelTimes: e.travel_times == null ? void 0 : go(e.travel_times)
4134
+ travelTimes: e.travel_times == null ? void 0 : So(e.travel_times)
4102
4135
  };
4103
4136
  }
4104
- function Lt(e) {
4105
- return So(e, !1);
4137
+ function Jt(e) {
4138
+ return Do(e, !1);
4106
4139
  }
4107
- function So(e, t = !1) {
4140
+ function Do(e, t = !1) {
4108
4141
  return e == null ? e : {
4109
4142
  description: e.description,
4110
4143
  name: e.name,
4111
- travel_times: Oo(e.travelTimes)
4144
+ travel_times: ko(e.travelTimes)
4112
4145
  };
4113
4146
  }
4114
- function qc(e) {
4147
+ function Qc(e) {
4115
4148
  return !(!("id" in e) || e.id === void 0 || !("latitude" in e) || e.latitude === void 0 || !("longitude" in e) || e.longitude === void 0 || !("name" in e) || e.name === void 0 || !("timezone" in e) || e.timezone === void 0);
4116
4149
  }
4117
- function wo(e) {
4118
- return ko(e, !1);
4150
+ function Mo(e) {
4151
+ return Po(e, !1);
4119
4152
  }
4120
- function ko(e, t) {
4153
+ function Po(e, t) {
4121
4154
  return e == null ? e : {
4122
4155
  address: e.address == null ? void 0 : e.address,
4123
4156
  address2: e.address2 == null ? void 0 : e.address2,
4124
- amenities: e.amenities == null ? void 0 : ft(e.amenities),
4157
+ amenities: e.amenities == null ? void 0 : lt(e.amenities),
4125
4158
  checkInTime: e.check_in_time == null ? void 0 : e.check_in_time,
4126
4159
  checkOutTime: e.check_out_time == null ? void 0 : e.check_out_time,
4127
4160
  city: e.city == null ? void 0 : e.city,
@@ -4133,9 +4166,9 @@ function ko(e, t) {
4133
4166
  email: e.email == null ? void 0 : e.email,
4134
4167
  fax: e.fax == null ? void 0 : e.fax,
4135
4168
  hotelImages: e.hotel_images == null ? void 0 : e.hotel_images.map(de),
4136
- hotelReviewRatings: e.hotel_review_ratings == null ? void 0 : e.hotel_review_ratings.map(Pt),
4169
+ hotelReviewRatings: e.hotel_review_ratings == null ? void 0 : e.hotel_review_ratings.map(Nt),
4137
4170
  id: e.id,
4138
- images: e.images == null ? void 0 : bt(e.images),
4171
+ images: e.images == null ? void 0 : It(e.images),
4139
4172
  latitude: e.latitude,
4140
4173
  longitude: e.longitude,
4141
4174
  name: e.name,
@@ -4147,18 +4180,18 @@ function ko(e, t) {
4147
4180
  state: e.state == null ? void 0 : e.state,
4148
4181
  taId: e.ta_id == null ? void 0 : e.ta_id,
4149
4182
  timezone: e.timezone,
4150
- venues: e.venues == null ? void 0 : e.venues.map(Et),
4183
+ venues: e.venues == null ? void 0 : e.venues.map(Lt),
4151
4184
  website: e.website == null ? void 0 : e.website
4152
4185
  };
4153
4186
  }
4154
- function Yc(e) {
4155
- return Ro(e, !1);
4187
+ function jc(e) {
4188
+ return No(e, !1);
4156
4189
  }
4157
- function Ro(e, t = !1) {
4190
+ function No(e, t = !1) {
4158
4191
  return e == null ? e : {
4159
4192
  address: e.address,
4160
4193
  address2: e.address2,
4161
- amenities: lt(e.amenities),
4194
+ amenities: mt(e.amenities),
4162
4195
  check_in_time: e.checkInTime,
4163
4196
  check_out_time: e.checkOutTime,
4164
4197
  city: e.city,
@@ -4170,9 +4203,9 @@ function Ro(e, t = !1) {
4170
4203
  email: e.email,
4171
4204
  fax: e.fax,
4172
4205
  hotel_images: e.hotelImages == null ? void 0 : e.hotelImages.map(Te),
4173
- hotel_review_ratings: e.hotelReviewRatings == null ? void 0 : e.hotelReviewRatings.map(Nt),
4206
+ hotel_review_ratings: e.hotelReviewRatings == null ? void 0 : e.hotelReviewRatings.map(bt),
4174
4207
  id: e.id,
4175
- images: It(e.images),
4208
+ images: Et(e.images),
4176
4209
  latitude: e.latitude,
4177
4210
  longitude: e.longitude,
4178
4211
  name: e.name,
@@ -4184,21 +4217,21 @@ function Ro(e, t = !1) {
4184
4217
  state: e.state,
4185
4218
  ta_id: e.taId,
4186
4219
  timezone: e.timezone,
4187
- venues: e.venues == null ? void 0 : e.venues.map(Lt),
4220
+ venues: e.venues == null ? void 0 : e.venues.map(Jt),
4188
4221
  website: e.website
4189
4222
  };
4190
4223
  }
4191
- function Kc(e) {
4224
+ function eu(e) {
4192
4225
  return !(!("hotelImages" in e) || e.hotelImages === void 0 || !("id" in e) || e.id === void 0 || !("latitude" in e) || e.latitude === void 0 || !("longitude" in e) || e.longitude === void 0 || !("name" in e) || e.name === void 0 || !("timezone" in e) || e.timezone === void 0 || !("hotelRoomOffers" in e) || e.hotelRoomOffers === void 0);
4193
4226
  }
4194
- function Co(e) {
4195
- return Do(e, !1);
4227
+ function bo(e) {
4228
+ return Io(e, !1);
4196
4229
  }
4197
- function Do(e, t) {
4230
+ function Io(e, t) {
4198
4231
  return e == null ? e : {
4199
4232
  address: e.address == null ? void 0 : e.address,
4200
4233
  address2: e.address2 == null ? void 0 : e.address2,
4201
- amenities: e.amenities == null ? void 0 : ft(e.amenities),
4234
+ amenities: e.amenities == null ? void 0 : lt(e.amenities),
4202
4235
  checkInTime: e.check_in_time == null ? void 0 : e.check_in_time,
4203
4236
  checkOutTime: e.check_out_time == null ? void 0 : e.check_out_time,
4204
4237
  city: e.city == null ? void 0 : e.city,
@@ -4210,9 +4243,9 @@ function Do(e, t) {
4210
4243
  email: e.email == null ? void 0 : e.email,
4211
4244
  fax: e.fax == null ? void 0 : e.fax,
4212
4245
  hotelImages: e.hotel_images.map(de),
4213
- hotelReviewRatings: e.hotel_review_ratings == null ? void 0 : e.hotel_review_ratings.map(Pt),
4246
+ hotelReviewRatings: e.hotel_review_ratings == null ? void 0 : e.hotel_review_ratings.map(Nt),
4214
4247
  id: e.id,
4215
- images: e.images == null ? void 0 : bt(e.images),
4248
+ images: e.images == null ? void 0 : It(e.images),
4216
4249
  latitude: e.latitude,
4217
4250
  longitude: e.longitude,
4218
4251
  name: e.name,
@@ -4224,20 +4257,20 @@ function Do(e, t) {
4224
4257
  state: e.state == null ? void 0 : e.state,
4225
4258
  taId: e.ta_id == null ? void 0 : e.ta_id,
4226
4259
  timezone: e.timezone,
4227
- venues: e.venues == null ? void 0 : e.venues.map(Et),
4260
+ venues: e.venues == null ? void 0 : e.venues.map(Lt),
4228
4261
  website: e.website == null ? void 0 : e.website,
4229
4262
  hotelRoomOffers: e.hotel_room_offers.map(fe),
4230
- tags: e.tags == null ? void 0 : e.tags.map(ht)
4263
+ tags: e.tags == null ? void 0 : e.tags.map(yt)
4231
4264
  };
4232
4265
  }
4233
- function Mo(e) {
4234
- return Po(e, !1);
4266
+ function Eo(e) {
4267
+ return Lo(e, !1);
4235
4268
  }
4236
- function Po(e, t = !1) {
4269
+ function Lo(e, t = !1) {
4237
4270
  return e == null ? e : {
4238
4271
  address: e.address,
4239
4272
  address2: e.address2,
4240
- amenities: lt(e.amenities),
4273
+ amenities: mt(e.amenities),
4241
4274
  check_in_time: e.checkInTime,
4242
4275
  check_out_time: e.checkOutTime,
4243
4276
  city: e.city,
@@ -4249,9 +4282,9 @@ function Po(e, t = !1) {
4249
4282
  email: e.email,
4250
4283
  fax: e.fax,
4251
4284
  hotel_images: e.hotelImages.map(Te),
4252
- hotel_review_ratings: e.hotelReviewRatings == null ? void 0 : e.hotelReviewRatings.map(Nt),
4285
+ hotel_review_ratings: e.hotelReviewRatings == null ? void 0 : e.hotelReviewRatings.map(bt),
4253
4286
  id: e.id,
4254
- images: It(e.images),
4287
+ images: Et(e.images),
4255
4288
  latitude: e.latitude,
4256
4289
  longitude: e.longitude,
4257
4290
  name: e.name,
@@ -4263,19 +4296,19 @@ function Po(e, t = !1) {
4263
4296
  state: e.state,
4264
4297
  ta_id: e.taId,
4265
4298
  timezone: e.timezone,
4266
- venues: e.venues == null ? void 0 : e.venues.map(Lt),
4299
+ venues: e.venues == null ? void 0 : e.venues.map(Jt),
4267
4300
  website: e.website,
4268
4301
  hotel_room_offers: e.hotelRoomOffers.map(le),
4269
- tags: e.tags == null ? void 0 : e.tags.map(yt)
4302
+ tags: e.tags == null ? void 0 : e.tags.map(gt)
4270
4303
  };
4271
4304
  }
4272
- function zc(e) {
4305
+ function tu(e) {
4273
4306
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("createdAt" in e) || e.createdAt === void 0 || !("id" in e) || e.id === void 0 || !("latitude" in e) || e.latitude === void 0 || !("longitude" in e) || e.longitude === void 0 || !("roomCount" in e) || e.roomCount === void 0 || !("sourceMarket" in e) || e.sourceMarket === void 0);
4274
4307
  }
4275
4308
  function ze(e) {
4276
- return No(e, !1);
4309
+ return Jo(e, !1);
4277
4310
  }
4278
- function No(e, t) {
4311
+ function Jo(e, t) {
4279
4312
  return e == null ? e : {
4280
4313
  address: e.address == null ? void 0 : e.address,
4281
4314
  adultCount: e.adult_count,
@@ -4291,10 +4324,10 @@ function No(e, t) {
4291
4324
  sourceMarket: Ae(e.source_market)
4292
4325
  };
4293
4326
  }
4294
- function Vc(e) {
4295
- return bo(e, !1);
4327
+ function iu(e) {
4328
+ return vo(e, !1);
4296
4329
  }
4297
- function bo(e, t = !1) {
4330
+ function vo(e, t = !1) {
4298
4331
  return e == null ? e : {
4299
4332
  address: e.address,
4300
4333
  adult_count: e.adultCount,
@@ -4310,13 +4343,13 @@ function bo(e, t = !1) {
4310
4343
  source_market: e.sourceMarket
4311
4344
  };
4312
4345
  }
4313
- function Zc(e) {
4346
+ function nu(e) {
4314
4347
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("roomCount" in e) || e.roomCount === void 0);
4315
4348
  }
4316
- function Wc(e) {
4317
- return Io(e, !1);
4349
+ function ru(e) {
4350
+ return Bo(e, !1);
4318
4351
  }
4319
- function Io(e, t) {
4352
+ function Bo(e, t) {
4320
4353
  return e == null ? e : {
4321
4354
  address: e.address == null ? void 0 : e.address,
4322
4355
  adultCount: e.adult_count,
@@ -4329,10 +4362,10 @@ function Io(e, t) {
4329
4362
  roomCount: e.room_count
4330
4363
  };
4331
4364
  }
4332
- function Eo(e) {
4333
- return Lo(e, !1);
4365
+ function Ho(e) {
4366
+ return xo(e, !1);
4334
4367
  }
4335
- function Lo(e, t = !1) {
4368
+ function xo(e, t = !1) {
4336
4369
  return e == null ? e : {
4337
4370
  address: e.address,
4338
4371
  adult_count: e.adultCount,
@@ -4345,36 +4378,36 @@ function Lo(e, t = !1) {
4345
4378
  room_count: e.roomCount
4346
4379
  };
4347
4380
  }
4348
- function Xc(e) {
4381
+ function ou(e) {
4349
4382
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelOffers" in e) || e.hotelOffers === void 0);
4350
4383
  }
4351
- function Jo(e) {
4352
- return vo(e, !1);
4384
+ function Fo(e) {
4385
+ return Uo(e, !1);
4353
4386
  }
4354
- function vo(e, t) {
4387
+ function Uo(e, t) {
4355
4388
  return e == null ? e : {
4356
4389
  adultCount: e.adult_count,
4357
4390
  checkInDate: e.check_in_date,
4358
4391
  checkOutDate: e.check_out_date,
4359
4392
  children: e.children == null ? void 0 : e.children,
4360
4393
  currency: ne(e.currency),
4361
- hotelOffers: e.hotel_offers.map(Co),
4394
+ hotelOffers: e.hotel_offers.map(bo),
4362
4395
  priceHistogram: e.price_histogram == null ? void 0 : e.price_histogram,
4363
4396
  priceMax: e.price_max == null ? void 0 : e.price_max,
4364
4397
  priceMin: e.price_min == null ? void 0 : e.price_min
4365
4398
  };
4366
4399
  }
4367
- function Bo(e) {
4368
- return Ho(e, !1);
4400
+ function Go(e) {
4401
+ return $o(e, !1);
4369
4402
  }
4370
- function Ho(e, t = !1) {
4403
+ function $o(e, t = !1) {
4371
4404
  return e == null ? e : {
4372
4405
  adult_count: e.adultCount,
4373
4406
  check_in_date: e.checkInDate,
4374
4407
  check_out_date: e.checkOutDate,
4375
4408
  children: e.children,
4376
4409
  currency: e.currency,
4377
- hotel_offers: e.hotelOffers.map(Mo),
4410
+ hotel_offers: e.hotelOffers.map(Eo),
4378
4411
  price_histogram: e.priceHistogram,
4379
4412
  price_max: e.priceMax,
4380
4413
  price_min: e.priceMin
@@ -4384,42 +4417,42 @@ var be = {
4384
4417
  Complete: "COMPLETE",
4385
4418
  InProgress: "IN_PROGRESS"
4386
4419
  };
4387
- function Qc(e) {
4420
+ function au(e) {
4388
4421
  for (const t in be) if (Object.prototype.hasOwnProperty.call(be, t) && be[t] === e)
4389
4422
  return !0;
4390
4423
  return !1;
4391
4424
  }
4392
- function xo(e) {
4393
- return Fo(e, !1);
4425
+ function qo(e) {
4426
+ return Yo(e, !1);
4394
4427
  }
4395
- function Fo(e, t) {
4428
+ function Yo(e, t) {
4396
4429
  return e;
4397
4430
  }
4398
- function jc(e) {
4431
+ function su(e) {
4399
4432
  return e;
4400
4433
  }
4401
- function eu(e, t) {
4434
+ function cu(e, t) {
4402
4435
  return e;
4403
4436
  }
4404
- function tu(e) {
4437
+ function uu(e) {
4405
4438
  return !(!("status" in e) || e.status === void 0);
4406
4439
  }
4407
- function Jt(e) {
4408
- return Uo(e, !1);
4440
+ function vt(e) {
4441
+ return Ko(e, !1);
4409
4442
  }
4410
- function Uo(e, t) {
4443
+ function Ko(e, t) {
4411
4444
  return e == null ? e : {
4412
4445
  endingBefore: e.ending_before == null ? void 0 : e.ending_before,
4413
4446
  limit: e.limit == null ? void 0 : e.limit,
4414
4447
  startingAfter: e.starting_after == null ? void 0 : e.starting_after,
4415
4448
  totalCount: e.total_count == null ? void 0 : e.total_count,
4416
- status: xo(e.status)
4449
+ status: qo(e.status)
4417
4450
  };
4418
4451
  }
4419
- function vt(e) {
4420
- return Go(e, !1);
4452
+ function Bt(e) {
4453
+ return zo(e, !1);
4421
4454
  }
4422
- function Go(e, t = !1) {
4455
+ function zo(e, t = !1) {
4423
4456
  return e == null ? e : {
4424
4457
  ending_before: e.endingBefore,
4425
4458
  limit: e.limit,
@@ -4428,36 +4461,36 @@ function Go(e, t = !1) {
4428
4461
  status: e.status
4429
4462
  };
4430
4463
  }
4431
- function iu(e) {
4464
+ function du(e) {
4432
4465
  return !(!("data" in e) || e.data === void 0 || !("meta" in e) || e.meta === void 0);
4433
4466
  }
4434
- function $o(e) {
4435
- return qo(e, !1);
4467
+ function Vo(e) {
4468
+ return Zo(e, !1);
4436
4469
  }
4437
- function qo(e, t) {
4470
+ function Zo(e, t) {
4438
4471
  return e == null ? e : {
4439
- data: Jo(e.data),
4472
+ data: Fo(e.data),
4440
4473
  event: e.event == null ? void 0 : Fe(e.event),
4441
- meta: Jt(e.meta)
4474
+ meta: vt(e.meta)
4442
4475
  };
4443
4476
  }
4444
- function nu(e) {
4445
- return Yo(e, !1);
4477
+ function fu(e) {
4478
+ return Wo(e, !1);
4446
4479
  }
4447
- function Yo(e, t = !1) {
4480
+ function Wo(e, t = !1) {
4448
4481
  return e == null ? e : {
4449
- data: Bo(e.data),
4482
+ data: Go(e.data),
4450
4483
  event: Ue(e.event),
4451
- meta: vt(e.meta)
4484
+ meta: Bt(e.meta)
4452
4485
  };
4453
4486
  }
4454
- function ru(e) {
4487
+ function lu(e) {
4455
4488
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRoomOffer" in e) || e.hotelRoomOffer === void 0);
4456
4489
  }
4457
- function Ko(e) {
4458
- return zo(e, !1);
4490
+ function Xo(e) {
4491
+ return Qo(e, !1);
4459
4492
  }
4460
- function zo(e, t) {
4493
+ function Qo(e, t) {
4461
4494
  return e == null ? e : {
4462
4495
  adultCount: e.adult_count,
4463
4496
  checkInDate: e.check_in_date,
@@ -4468,10 +4501,10 @@ function zo(e, t) {
4468
4501
  hotelRoomOffer: fe(e.hotel_room_offer)
4469
4502
  };
4470
4503
  }
4471
- function ou(e) {
4472
- return Vo(e, !1);
4504
+ function mu(e) {
4505
+ return jo(e, !1);
4473
4506
  }
4474
- function Vo(e, t = !1) {
4507
+ function jo(e, t = !1) {
4475
4508
  return e == null ? e : {
4476
4509
  adult_count: e.adultCount,
4477
4510
  check_in_date: e.checkInDate,
@@ -4482,13 +4515,13 @@ function Vo(e, t = !1) {
4482
4515
  hotel_room_offer: le(e.hotelRoomOffer)
4483
4516
  };
4484
4517
  }
4485
- function au(e) {
4518
+ function pu(e) {
4486
4519
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("roomCount" in e) || e.roomCount === void 0 || !("createdAt" in e) || e.createdAt === void 0 || !("id" in e) || e.id === void 0 || !("sourceMarket" in e) || e.sourceMarket === void 0);
4487
4520
  }
4488
4521
  function Ve(e) {
4489
- return Zo(e, !1);
4522
+ return ea(e, !1);
4490
4523
  }
4491
- function Zo(e, t) {
4524
+ function ea(e, t) {
4492
4525
  return e == null ? e : {
4493
4526
  adultCount: e.adult_count,
4494
4527
  checkInDate: e.check_in_date,
@@ -4502,10 +4535,10 @@ function Zo(e, t) {
4502
4535
  sourceMarket: Ae(e.source_market)
4503
4536
  };
4504
4537
  }
4505
- function su(e) {
4506
- return Wo(e, !1);
4538
+ function hu(e) {
4539
+ return ta(e, !1);
4507
4540
  }
4508
- function Wo(e, t = !1) {
4541
+ function ta(e, t = !1) {
4509
4542
  return e == null ? e : {
4510
4543
  adult_count: e.adultCount,
4511
4544
  check_in_date: e.checkInDate,
@@ -4519,13 +4552,13 @@ function Wo(e, t = !1) {
4519
4552
  source_market: e.sourceMarket
4520
4553
  };
4521
4554
  }
4522
- function cu(e) {
4555
+ function yu(e) {
4523
4556
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("roomCount" in e) || e.roomCount === void 0);
4524
4557
  }
4525
- function uu(e) {
4526
- return Xo(e, !1);
4558
+ function gu(e) {
4559
+ return ia(e, !1);
4527
4560
  }
4528
- function Xo(e, t) {
4561
+ function ia(e, t) {
4529
4562
  return e == null ? e : {
4530
4563
  adultCount: e.adult_count,
4531
4564
  checkInDate: e.check_in_date,
@@ -4536,10 +4569,10 @@ function Xo(e, t) {
4536
4569
  roomCount: e.room_count
4537
4570
  };
4538
4571
  }
4539
- function Qo(e) {
4540
- return jo(e, !1);
4572
+ function na(e) {
4573
+ return ra(e, !1);
4541
4574
  }
4542
- function jo(e, t = !1) {
4575
+ function ra(e, t = !1) {
4543
4576
  return e == null ? e : {
4544
4577
  adult_count: e.adultCount,
4545
4578
  check_in_date: e.checkInDate,
@@ -4550,13 +4583,13 @@ function jo(e, t = !1) {
4550
4583
  room_count: e.roomCount
4551
4584
  };
4552
4585
  }
4553
- function du(e) {
4586
+ function _u(e) {
4554
4587
  return !(!("adultCount" in e) || e.adultCount === void 0 || !("checkInDate" in e) || e.checkInDate === void 0 || !("checkOutDate" in e) || e.checkOutDate === void 0 || !("currency" in e) || e.currency === void 0 || !("hotelId" in e) || e.hotelId === void 0 || !("hotelRoomOffers" in e) || e.hotelRoomOffers === void 0 || !("hotelTimezone" in e) || e.hotelTimezone === void 0);
4555
4588
  }
4556
- function ea(e) {
4557
- return ta(e, !1);
4589
+ function oa(e) {
4590
+ return aa(e, !1);
4558
4591
  }
4559
- function ta(e, t) {
4592
+ function aa(e, t) {
4560
4593
  return e == null ? e : {
4561
4594
  adultCount: e.adult_count,
4562
4595
  checkInDate: e.check_in_date,
@@ -4568,10 +4601,10 @@ function ta(e, t) {
4568
4601
  hotelTimezone: e.hotel_timezone
4569
4602
  };
4570
4603
  }
4571
- function ia(e) {
4572
- return na(e, !1);
4604
+ function sa(e) {
4605
+ return ca(e, !1);
4573
4606
  }
4574
- function na(e, t = !1) {
4607
+ function ca(e, t = !1) {
4575
4608
  return e == null ? e : {
4576
4609
  adult_count: e.adultCount,
4577
4610
  check_in_date: e.checkInDate,
@@ -4583,131 +4616,131 @@ function na(e, t = !1) {
4583
4616
  hotel_timezone: e.hotelTimezone
4584
4617
  };
4585
4618
  }
4586
- function fu(e) {
4619
+ function Ou(e) {
4587
4620
  return !(!("data" in e) || e.data === void 0 || !("meta" in e) || e.meta === void 0);
4588
4621
  }
4589
- function ra(e) {
4590
- return oa(e, !1);
4622
+ function ua(e) {
4623
+ return da(e, !1);
4591
4624
  }
4592
- function oa(e, t) {
4625
+ function da(e, t) {
4593
4626
  return e == null ? e : {
4594
- data: ea(e.data),
4627
+ data: oa(e.data),
4595
4628
  event: e.event == null ? void 0 : Fe(e.event),
4596
- meta: Jt(e.meta)
4629
+ meta: vt(e.meta)
4597
4630
  };
4598
4631
  }
4599
- function lu(e) {
4600
- return aa(e, !1);
4632
+ function Au(e) {
4633
+ return fa(e, !1);
4601
4634
  }
4602
- function aa(e, t = !1) {
4635
+ function fa(e, t = !1) {
4603
4636
  return e == null ? e : {
4604
- data: ia(e.data),
4637
+ data: sa(e.data),
4605
4638
  event: Ue(e.event),
4606
- meta: vt(e.meta)
4639
+ meta: Bt(e.meta)
4607
4640
  };
4608
4641
  }
4609
- function mu(e) {
4642
+ function Tu(e) {
4610
4643
  return !(!("count" in e) || e.count === void 0 || !("hotelRoomOfferId" in e) || e.hotelRoomOfferId === void 0);
4611
4644
  }
4612
- function sa(e) {
4613
- return ca(e, !1);
4645
+ function la(e) {
4646
+ return ma(e, !1);
4614
4647
  }
4615
- function ca(e, t) {
4648
+ function ma(e, t) {
4616
4649
  return e == null ? e : {
4617
4650
  breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
4618
4651
  count: e.count,
4619
4652
  hotelRoomOfferId: e.hotel_room_offer_id
4620
4653
  };
4621
4654
  }
4622
- function ua(e) {
4623
- return da(e, !1);
4655
+ function pa(e) {
4656
+ return ha(e, !1);
4624
4657
  }
4625
- function da(e, t = !1) {
4658
+ function ha(e, t = !1) {
4626
4659
  return e == null ? e : {
4627
4660
  breakfast_count: e.breakfastCount,
4628
4661
  count: e.count,
4629
4662
  hotel_room_offer_id: e.hotelRoomOfferId
4630
4663
  };
4631
4664
  }
4632
- function pu(e) {
4665
+ function Su(e) {
4633
4666
  return !(!("currency" in e) || e.currency === void 0 || !("hotelRoomOffers" in e) || e.hotelRoomOffers === void 0);
4634
4667
  }
4635
- function hu(e) {
4636
- return fa(e, !1);
4668
+ function wu(e) {
4669
+ return ya(e, !1);
4637
4670
  }
4638
- function fa(e, t) {
4671
+ function ya(e, t) {
4639
4672
  return e == null ? e : {
4640
4673
  addBreakfast: e.add_breakfast == null ? void 0 : e.add_breakfast,
4641
4674
  breakfastCount: e.breakfast_count == null ? void 0 : e.breakfast_count,
4642
4675
  currency: ne(e.currency),
4643
- hotelRoomOffers: e.hotel_room_offers.map(sa),
4676
+ hotelRoomOffers: e.hotel_room_offers.map(la),
4644
4677
  lang: e.lang == null ? void 0 : xe(e.lang)
4645
4678
  };
4646
4679
  }
4647
- function la(e) {
4648
- return ma(e, !1);
4680
+ function ga(e) {
4681
+ return _a(e, !1);
4649
4682
  }
4650
- function ma(e, t = !1) {
4683
+ function _a(e, t = !1) {
4651
4684
  return e == null ? e : {
4652
4685
  add_breakfast: e.addBreakfast,
4653
4686
  breakfast_count: e.breakfastCount,
4654
4687
  currency: e.currency,
4655
- hotel_room_offers: e.hotelRoomOffers.map(ua),
4688
+ hotel_room_offers: e.hotelRoomOffers.map(pa),
4656
4689
  lang: e.lang
4657
4690
  };
4658
4691
  }
4659
- function yu(e) {
4692
+ function ku(e) {
4660
4693
  return !(!("fullname" in e) || e.fullname === void 0 || !("hotelRoomingListId" in e) || e.hotelRoomingListId === void 0);
4661
4694
  }
4662
- function gu(e) {
4663
- return pa(e, !1);
4695
+ function Ru(e) {
4696
+ return Oa(e, !1);
4664
4697
  }
4665
- function pa(e, t) {
4698
+ function Oa(e, t) {
4666
4699
  return e == null ? e : {
4667
4700
  fullname: e.fullname,
4668
4701
  hotelRoomingListId: e.hotel_rooming_list_id
4669
4702
  };
4670
4703
  }
4671
- function ha(e) {
4672
- return ya(e, !1);
4704
+ function Aa(e) {
4705
+ return Ta(e, !1);
4673
4706
  }
4674
- function ya(e, t = !1) {
4707
+ function Ta(e, t = !1) {
4675
4708
  return e == null ? e : {
4676
4709
  fullname: e.fullname,
4677
4710
  hotel_rooming_list_id: e.hotelRoomingListId
4678
4711
  };
4679
4712
  }
4680
- function _u(e) {
4713
+ function Cu(e) {
4681
4714
  return !(!("fullname" in e) || e.fullname === void 0);
4682
4715
  }
4683
- function Ou(e) {
4684
- return ga(e, !1);
4716
+ function Du(e) {
4717
+ return Sa(e, !1);
4685
4718
  }
4686
- function ga(e, t) {
4719
+ function Sa(e, t) {
4687
4720
  return e == null ? e : { fullname: e.fullname };
4688
4721
  }
4689
- function _a(e) {
4690
- return Oa(e, !1);
4722
+ function wa(e) {
4723
+ return ka(e, !1);
4691
4724
  }
4692
- function Oa(e, t = !1) {
4725
+ function ka(e, t = !1) {
4693
4726
  return e == null ? e : { fullname: e.fullname };
4694
4727
  }
4695
- function Au(e) {
4728
+ function Mu(e) {
4696
4729
  return !(!("paymentMethods" in e) || e.paymentMethods === void 0);
4697
4730
  }
4698
- function Tu(e) {
4699
- return Aa(e, !1);
4731
+ function Pu(e) {
4732
+ return Ra(e, !1);
4700
4733
  }
4701
- function Aa(e, t) {
4702
- return e == null ? e : { paymentMethods: e.payment_methods.map(Dt) };
4734
+ function Ra(e, t) {
4735
+ return e == null ? e : { paymentMethods: e.payment_methods.map(Mt) };
4703
4736
  }
4704
- function Ta(e) {
4705
- return Sa(e, !1);
4737
+ function Ca(e) {
4738
+ return Da(e, !1);
4706
4739
  }
4707
- function Sa(e, t = !1) {
4708
- return e == null ? e : { payment_methods: e.paymentMethods.map(Mt) };
4740
+ function Da(e, t = !1) {
4741
+ return e == null ? e : { payment_methods: e.paymentMethods.map(Pt) };
4709
4742
  }
4710
- var Su = {
4743
+ var Nu = {
4711
4744
  AddOrRemoveNights: "add_or_remove_nights",
4712
4745
  AddOrRemovePerson: "add_or_remove_person",
4713
4746
  ChangeDates: "change_dates",
@@ -4718,30 +4751,30 @@ var Su = {
4718
4751
  Other: "other",
4719
4752
  SpecialRequest: "special_request"
4720
4753
  };
4721
- function wu(e) {
4754
+ function bu(e) {
4722
4755
  return !(!("message" in e) || e.message === void 0 || !("requestType" in e) || e.requestType === void 0);
4723
4756
  }
4724
- function ku(e) {
4725
- return wa(e, !1);
4757
+ function Iu(e) {
4758
+ return Ma(e, !1);
4726
4759
  }
4727
- function wa(e, t) {
4760
+ function Ma(e, t) {
4728
4761
  return e == null ? e : {
4729
4762
  message: e.message,
4730
- requestType: e.requestType
4763
+ requestType: e.request_type
4731
4764
  };
4732
4765
  }
4733
- function ka(e) {
4734
- return Ra(e, !1);
4766
+ function Pa(e) {
4767
+ return Na(e, !1);
4735
4768
  }
4736
- function Ra(e, t = !1) {
4769
+ function Na(e, t = !1) {
4737
4770
  return e == null ? e : {
4738
4771
  message: e.message,
4739
- requestType: e.requestType
4772
+ request_type: e.requestType
4740
4773
  };
4741
4774
  }
4742
- var Ca = class extends Q {
4775
+ var ba = class extends Q {
4743
4776
  async retrieveRaw(e, t) {
4744
- 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.");
4745
4778
  const i = {}, n = {};
4746
4779
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4747
4780
  const r = await this.request({
@@ -4756,7 +4789,7 @@ var Ca = class extends Q {
4756
4789
  return this.retrieveRaw(e, t);
4757
4790
  }
4758
4791
  async paymentMethodsRaw(e, t) {
4759
- 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.");
4760
4793
  const i = {}, n = {};
4761
4794
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4762
4795
  const r = await this.request({
@@ -4765,7 +4798,7 @@ var Ca = class extends Q {
4765
4798
  headers: n,
4766
4799
  query: P(i, b.Snake)
4767
4800
  }, t);
4768
- return new $(r, (s) => s.map(nn)).value();
4801
+ return new $(r, (s) => s.map(rn)).value();
4769
4802
  }
4770
4803
  async paymentMethods(e, t) {
4771
4804
  return this.paymentMethodsRaw(e, t);
@@ -4778,16 +4811,16 @@ var Ca = class extends Q {
4778
4811
  method: "POST",
4779
4812
  headers: n,
4780
4813
  query: P(i, b.Snake),
4781
- body: P(to(e.bookingPoliciesCreateApi), b.Snake)
4814
+ body: P(ao(e.bookingPoliciesCreateApi), b.Snake)
4782
4815
  }, t);
4783
4816
  return await new $(r, (s) => Ke(s)).value();
4784
4817
  }
4785
4818
  async create(e = {}, t) {
4786
4819
  return this.createRaw(e, t);
4787
4820
  }
4788
- }, Da = class extends Q {
4821
+ }, Ia = class extends Q {
4789
4822
  async deleteRaw(e, t) {
4790
- 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.");
4791
4824
  const i = await this.request({
4792
4825
  path: "/v1/bookings/{token}".replace("{token}", encodeURIComponent(String(e.token))),
4793
4826
  method: "DELETE",
@@ -4810,13 +4843,13 @@ var Ca = class extends Q {
4810
4843
  headers: n,
4811
4844
  query: P(i, b.Snake)
4812
4845
  }, t);
4813
- return await new $(r, (s) => so(s)).value();
4846
+ return await new $(r, (s) => mo(s)).value();
4814
4847
  }
4815
4848
  async list(e = {}, t) {
4816
4849
  return this.listRaw(e, t);
4817
4850
  }
4818
4851
  async retrieveRaw(e, t) {
4819
- 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.");
4820
4853
  const i = {}, n = {};
4821
4854
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4822
4855
  const r = await this.request({
@@ -4830,8 +4863,24 @@ var Ca = class extends Q {
4830
4863
  async retrieve(e, t) {
4831
4864
  return this.retrieveRaw(e, t);
4832
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
+ }
4833
4882
  async retrievePublicRaw(e, t) {
4834
- 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.");
4835
4884
  const i = await this.request({
4836
4885
  path: "/v1/bookings/{token}/public".replace("{token}", encodeURIComponent(String(e.token))),
4837
4886
  method: "GET",
@@ -4851,7 +4900,7 @@ var Ca = class extends Q {
4851
4900
  method: "POST",
4852
4901
  headers: n,
4853
4902
  query: P(i, b.Snake),
4854
- body: P(Wr(e.bookingCreateApi), b.Snake)
4903
+ body: P(to(e.bookingCreateApi), b.Snake)
4855
4904
  }, t);
4856
4905
  return await new $(r, (s) => ee(s)).value();
4857
4906
  }
@@ -4859,8 +4908,8 @@ var Ca = class extends Q {
4859
4908
  return this.createRaw(e, t);
4860
4909
  }
4861
4910
  async couponChargeRaw(e, t) {
4862
- if (e.couponId === null || e.couponId === void 0) throw new U("couponId", "Required parameter requestParameters.couponId was null or undefined when calling postV1BookingsIdCouponsCouponIdCharge.");
4863
- 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.");
4864
4913
  const i = {}, n = {};
4865
4914
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4866
4915
  const r = await this.request({
@@ -4875,7 +4924,7 @@ var Ca = class extends Q {
4875
4924
  return this.couponChargeRaw(e, t);
4876
4925
  }
4877
4926
  async paylaterRaw(e, t) {
4878
- 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.");
4879
4928
  const i = {}, n = {};
4880
4929
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4881
4930
  const r = await this.request({
@@ -4890,7 +4939,7 @@ var Ca = class extends Q {
4890
4939
  return this.paylaterRaw(e, t);
4891
4940
  }
4892
4941
  async confirmpaylaterRaw(e, t) {
4893
- 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.");
4894
4943
  const i = {}, n = {};
4895
4944
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4896
4945
  const r = await this.request({
@@ -4905,7 +4954,7 @@ var Ca = class extends Q {
4905
4954
  return this.confirmpaylaterRaw(e, t);
4906
4955
  }
4907
4956
  async confirmRaw(e, t) {
4908
- 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.");
4909
4958
  const i = {}, n = {};
4910
4959
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4911
4960
  const r = await this.request({
@@ -4920,7 +4969,7 @@ var Ca = class extends Q {
4920
4969
  return this.confirmRaw(e, t);
4921
4970
  }
4922
4971
  async submitRequestRaw(e, t) {
4923
- 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.");
4924
4973
  const i = {}, n = {};
4925
4974
  n["Content-Type"] = "application/json";
4926
4975
  const r = await this.request({
@@ -4928,15 +4977,15 @@ var Ca = class extends Q {
4928
4977
  method: "POST",
4929
4978
  headers: n,
4930
4979
  query: P(i, b.Snake),
4931
- body: P(ka(e.requestPayload), b.Snake)
4980
+ body: P(Pa(e.requestPayload), b.Snake)
4932
4981
  }, t);
4933
- return new at(r);
4982
+ return new st(r);
4934
4983
  }
4935
4984
  async submitRequest(e, t) {
4936
4985
  return this.submitRequestRaw(e, t);
4937
4986
  }
4938
4987
  async updatePaymentMethodsRaw(e, t) {
4939
- 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.");
4940
4989
  const i = {}, n = {};
4941
4990
  n["Content-Type"] = "application/json", this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4942
4991
  const r = await this.request({
@@ -4944,23 +4993,23 @@ var Ca = class extends Q {
4944
4993
  method: "PUT",
4945
4994
  headers: n,
4946
4995
  query: P(i, b.Snake),
4947
- body: P(Ta(e.paymentMethodUpdatePayloadApi), b.Snake)
4996
+ body: P(Ca(e.paymentMethodUpdatePayloadApi), b.Snake)
4948
4997
  }, t);
4949
4998
  return await new $(r, (s) => ee(s)).value();
4950
4999
  }
4951
5000
  async updatePaymentMethods(e, t) {
4952
5001
  return this.updatePaymentMethodsRaw(e, t);
4953
5002
  }
4954
- }, Ru = {
5003
+ }, Eu = {
4955
5004
  CheckInDate: "check_in_date",
4956
5005
  CreatedAt: "created_at",
4957
5006
  LastStatusUpdatedAt: "last_status_updated_at"
4958
- }, Cu = {
5007
+ }, Lu = {
4959
5008
  Asc: "asc",
4960
5009
  Desc: "desc"
4961
- }, Ma = class extends Q {
5010
+ }, Ea = class extends Q {
4962
5011
  async retrieveRaw(e, t) {
4963
- 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.");
4964
5013
  const i = {};
4965
5014
  e.lang !== void 0 && (i.lang = e.lang);
4966
5015
  const n = {};
@@ -4976,9 +5025,9 @@ var Ca = class extends Q {
4976
5025
  async retrieve(e, t) {
4977
5026
  return this.retrieveRaw(e, t);
4978
5027
  }
4979
- }, Pa = class extends Q {
5028
+ }, La = class extends Q {
4980
5029
  async retrieveRaw(e, t) {
4981
- 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.");
4982
5031
  const i = {}, n = {};
4983
5032
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
4984
5033
  const r = await this.request({
@@ -5000,17 +5049,17 @@ var Ca = class extends Q {
5000
5049
  method: "POST",
5001
5050
  headers: n,
5002
5051
  query: P(i, b.Snake),
5003
- body: P(Eo(e.hotelOfferRequestCreateApi), b.Snake)
5052
+ body: P(Ho(e.hotelOfferRequestCreateApi), b.Snake)
5004
5053
  }, t);
5005
5054
  return await new $(r, (s) => ze(s)).value();
5006
5055
  }
5007
5056
  async create(e = {}, t) {
5008
5057
  return this.createRaw(e, t);
5009
5058
  }
5010
- }, Na = class extends Q {
5059
+ }, Ja = class extends Q {
5011
5060
  async listRaw(e, t) {
5012
- if (e.currency === null || e.currency === void 0) throw new U("currency", "Required parameter requestParameters.currency was null or undefined when calling getV1HotelOffers.");
5013
- 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.");
5014
5063
  const i = {};
5015
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);
5016
5065
  const n = {};
@@ -5021,7 +5070,7 @@ var Ca = class extends Q {
5021
5070
  headers: n,
5022
5071
  query: P(i, b.Snake)
5023
5072
  }, t);
5024
- return await new $(r, (s) => $o(s)).value();
5073
+ return await new $(r, (s) => Vo(s)).value();
5025
5074
  }
5026
5075
  async list(e, t, i) {
5027
5076
  return await nt(() => this.listRaw(e, i), {
@@ -5030,33 +5079,33 @@ var Ca = class extends Q {
5030
5079
  maxCallCount: i?.maxCallCount
5031
5080
  }, t);
5032
5081
  }
5033
- }, Du = {
5082
+ }, Ju = {
5034
5083
  Distance: "distance",
5035
5084
  Price: "price",
5036
5085
  Rating: "rating",
5037
5086
  ReviewRating: "review_rating",
5038
5087
  TopPicks: "top_picks"
5039
- }, Mu = {
5088
+ }, vu = {
5040
5089
  Asc: "asc",
5041
5090
  Desc: "desc"
5042
- }, ba = class extends Q {
5091
+ }, va = class extends Q {
5043
5092
  async deleteRaw(e, t) {
5044
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");
5045
- 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.");
5046
5095
  const i = await this.request({
5047
5096
  path: "/v1/hotel_rooming_list_guests/{token}/{id}".replace("{id}", encodeURIComponent(String(e.id))).replace("{token}", encodeURIComponent(String(e.token))),
5048
5097
  method: "DELETE",
5049
5098
  headers: {},
5050
5099
  query: P({}, b.Snake)
5051
5100
  }, t);
5052
- return new at(i);
5101
+ return new st(i);
5053
5102
  }
5054
5103
  async delete(e, t) {
5055
5104
  return this.deleteRaw(e, t);
5056
5105
  }
5057
5106
  async updateRaw(e, t) {
5058
- if (e.id === null || e.id === void 0) throw new U("id", "Required parameter requestParameters.id was null or undefined when calling patchV1HotelRoomingListGuestsTokenId.");
5059
- 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.");
5060
5109
  const i = {}, n = {};
5061
5110
  n["Content-Type"] = "application/json";
5062
5111
  const r = await this.request({
@@ -5064,7 +5113,7 @@ var Ca = class extends Q {
5064
5113
  method: "PATCH",
5065
5114
  headers: n,
5066
5115
  query: P(i, b.Snake),
5067
- body: P(_a(e.hotelRoomingListGuestsUpdateApi), b.Snake)
5116
+ body: P(wa(e.hotelRoomingListGuestsUpdateApi), b.Snake)
5068
5117
  }, t);
5069
5118
  return await new $(r, (s) => Ee(s)).value();
5070
5119
  }
@@ -5072,7 +5121,7 @@ var Ca = class extends Q {
5072
5121
  return this.updateRaw(e, t);
5073
5122
  }
5074
5123
  async createRaw(e, t) {
5075
- 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.");
5076
5125
  const i = {}, n = {};
5077
5126
  n["Content-Type"] = "application/json";
5078
5127
  const r = await this.request({
@@ -5080,16 +5129,16 @@ var Ca = class extends Q {
5080
5129
  method: "POST",
5081
5130
  headers: n,
5082
5131
  query: P(i, b.Snake),
5083
- body: P(ha(e.hotelRoomingListGuestsCreateApi), b.Snake)
5132
+ body: P(Aa(e.hotelRoomingListGuestsCreateApi), b.Snake)
5084
5133
  }, t);
5085
5134
  return await new $(r, (s) => Ee(s)).value();
5086
5135
  }
5087
5136
  async create(e, t) {
5088
5137
  return this.createRaw(e, t);
5089
5138
  }
5090
- }, Ia = class extends Q {
5139
+ }, Ba = class extends Q {
5091
5140
  async listRaw(e, t) {
5092
- 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.");
5093
5142
  const i = {};
5094
5143
  e.lang !== void 0 && (i.lang = e.lang);
5095
5144
  const n = await this.request({
@@ -5098,14 +5147,14 @@ var Ca = class extends Q {
5098
5147
  headers: {},
5099
5148
  query: P(i, b.Snake)
5100
5149
  }, t);
5101
- return new $(n, (r) => r.map(Ct)).value();
5150
+ return new $(n, (r) => r.map(Dt)).value();
5102
5151
  }
5103
5152
  async list(e, t) {
5104
5153
  return this.listRaw(e, t);
5105
5154
  }
5106
- }, Ea = class extends Q {
5155
+ }, Ha = class extends Q {
5107
5156
  async retrieveRaw(e, t) {
5108
- 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.");
5109
5158
  const i = {};
5110
5159
  e.lang !== void 0 && (i.lang = e.lang);
5111
5160
  const n = {};
@@ -5121,9 +5170,9 @@ var Ca = class extends Q {
5121
5170
  async retrieve(e, t) {
5122
5171
  return this.retrieveRaw(e, t);
5123
5172
  }
5124
- }, La = class extends Q {
5173
+ }, xa = class extends Q {
5125
5174
  async retrieveRaw(e, t) {
5126
- 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.");
5127
5176
  const i = {}, n = {};
5128
5177
  this.configuration && this.configuration.apiKey && (n["x-api-key"] = this.configuration.apiKey("x-api-key"));
5129
5178
  const r = await this.request({
@@ -5145,17 +5194,17 @@ var Ca = class extends Q {
5145
5194
  method: "POST",
5146
5195
  headers: n,
5147
5196
  query: P(i, b.Snake),
5148
- body: P(Qo(e.hotelRoomOfferRequestCreateApi), b.Snake)
5197
+ body: P(na(e.hotelRoomOfferRequestCreateApi), b.Snake)
5149
5198
  }, t);
5150
5199
  return await new $(r, (s) => Ve(s)).value();
5151
5200
  }
5152
5201
  async create(e = {}, t) {
5153
5202
  return this.createRaw(e, t);
5154
5203
  }
5155
- }, Ja = class extends Q {
5204
+ }, Fa = class extends Q {
5156
5205
  async listRaw(e, t) {
5157
- if (e.currency === null || e.currency === void 0) throw new U("currency", "Required parameter requestParameters.currency was null or undefined when calling getV1HotelRoomOffers.");
5158
- 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.");
5159
5208
  const i = {};
5160
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);
5161
5210
  const n = {};
@@ -5166,7 +5215,7 @@ var Ca = class extends Q {
5166
5215
  headers: n,
5167
5216
  query: P(i, b.Snake)
5168
5217
  }, t);
5169
- return await new $(r, (s) => ra(s)).value();
5218
+ return await new $(r, (s) => ua(s)).value();
5170
5219
  }
5171
5220
  async list(e, t, i) {
5172
5221
  return await nt(() => this.listRaw(e, i), {
@@ -5183,16 +5232,16 @@ var Ca = class extends Q {
5183
5232
  method: "POST",
5184
5233
  headers: n,
5185
5234
  query: P(i, b.Snake),
5186
- body: P(la(e.hotelRoomOffersCreateApi), b.Snake)
5235
+ body: P(ga(e.hotelRoomOffersCreateApi), b.Snake)
5187
5236
  }, t);
5188
- return await new $(r, (s) => Ko(s)).value();
5237
+ return await new $(r, (s) => Xo(s)).value();
5189
5238
  }
5190
5239
  async create(e = {}, t) {
5191
5240
  return this.createRaw(e, t);
5192
5241
  }
5193
- }, va = class extends Q {
5242
+ }, Ua = class extends Q {
5194
5243
  async retrieveRaw(e, t) {
5195
- 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.");
5196
5245
  const i = {};
5197
5246
  e.event !== void 0 && (i.event = e.event), e.lang !== void 0 && (i.lang = e.lang);
5198
5247
  const n = {};
@@ -5203,25 +5252,49 @@ var Ca = class extends Q {
5203
5252
  headers: n,
5204
5253
  query: P(i, b.Snake)
5205
5254
  }, t);
5206
- return await new $(r, (s) => wo(s)).value();
5255
+ return await new $(r, (s) => Mo(s)).value();
5207
5256
  }
5208
5257
  async retrieve(e, t) {
5209
5258
  return this.retrieveRaw(e, t);
5210
5259
  }
5211
- }, Ba = (e) => ({
5212
- bookingPolicies: new Ca(e),
5213
- bookings: new Da(e),
5214
- hotelImages: new Ma(e),
5215
- hotelOfferRequests: new Pa(e),
5216
- hotelOffers: new Na(e),
5217
- hotelRoomingListGuests: new ba(e),
5218
- hotelRoomingLists: new Ia(e),
5219
- hotelRoomOfferImages: new Ea(e),
5220
- hotelRoomOfferRequests: new La(e),
5221
- hotelRoomOffers: new Ja(e),
5222
- hotels: new va(e)
5260
+ }, Ga = class extends rt {
5261
+ documentationUrl;
5262
+ status;
5263
+ title;
5264
+ type;
5265
+ constructor(e) {
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;
5267
+ }
5268
+ }, $a = class {
5269
+ async post(e) {
5270
+ const { response: t } = e;
5271
+ if (t.ok) return;
5272
+ let i;
5273
+ try {
5274
+ i = await t.clone().json();
5275
+ } catch {
5276
+ i = void 0;
5277
+ }
5278
+ throw new Ga({
5279
+ body: i,
5280
+ response: t,
5281
+ status: t.status
5282
+ });
5283
+ }
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)
5223
5296
  });
5224
- function Ha(e) {
5297
+ function Ya(e) {
5225
5298
  switch (e) {
5226
5299
  case ce.CiCd:
5227
5300
  return "AUTH_TOKEN_CICD";
@@ -5238,29 +5311,29 @@ function Ha(e) {
5238
5311
  return "AUTH_TOKEN";
5239
5312
  }
5240
5313
  }
5241
- function Bt(e) {
5242
- return !!(typeof document < "u" && document?.cookie && document.cookie.split(";").find((t) => t.includes(Ha(e))));
5314
+ function Ht(e) {
5315
+ return !!(typeof document < "u" && document?.cookie && document.cookie.split(";").find((t) => t.includes(Ya(e))));
5243
5316
  }
5244
- var xa = class {
5317
+ var Ka = class {
5245
5318
  config;
5246
5319
  constructor(e) {
5247
5320
  this.config = e;
5248
5321
  }
5249
5322
  async pre(e) {
5250
- return e.init.mode = "cors", Bt(this.config.apiEnvironment) && (e.init.credentials = "include"), e;
5323
+ return e.init.mode = "cors", Ht(this.config.apiEnvironment) && (e.init.credentials = "include"), e;
5251
5324
  }
5252
- }, Fa = class {
5325
+ }, za = class {
5253
5326
  config;
5254
5327
  constructor(e) {
5255
5328
  this.config = e;
5256
5329
  }
5257
5330
  async pre(e) {
5258
- return Bt(this.config.apiEnvironment) && (e.init.headers = {
5331
+ return Ht(this.config.apiEnvironment) && (e.init.headers = {
5259
5332
  ...e.init.headers,
5260
5333
  "x-auth-type": "user"
5261
5334
  }), e;
5262
5335
  }
5263
- }, Pu = class {
5336
+ }, Bu = class {
5264
5337
  config;
5265
5338
  apiVersionsToClient;
5266
5339
  constructor(e) {
@@ -5271,15 +5344,19 @@ var xa = class {
5271
5344
  ...this.config.optionalHeaders
5272
5345
  });
5273
5346
  const i = this.config.apiEnvironment;
5274
- let n = this.config.apiBaseUrl ?? qt[i];
5275
- i === ce.Local && (n = "http://127.0.0.1:3001");
5276
- const r = new rt({
5347
+ let n = this.config.apiBaseUrl ?? Yt[i];
5348
+ !this.config.apiBaseUrl && i === ce.Local && (n = "http://127.0.0.1:3001");
5349
+ const r = new ot({
5277
5350
  basePath: n,
5278
- fetchApi: Kt.default,
5351
+ fetchApi: zt.default,
5279
5352
  headers: t,
5280
- middleware: [new xa(this.config), new Fa(this.config)]
5353
+ middleware: [
5354
+ new Ka(this.config),
5355
+ new za(this.config),
5356
+ new $a()
5357
+ ]
5281
5358
  });
5282
- this.apiVersionsToClient = { v1: Ba(r) };
5359
+ this.apiVersionsToClient = { v1: qa(r) };
5283
5360
  }
5284
5361
  get bookingPolicies() {
5285
5362
  return this.apiVersionsToClient[this.config.apiVersion].bookingPolicies;
@@ -5316,422 +5393,429 @@ var xa = class {
5316
5393
  }
5317
5394
  };
5318
5395
  export {
5319
- nn as AllowedPaymentMethodApiFromJSON,
5320
- rn as AllowedPaymentMethodApiFromJSONTyped,
5321
- on as AllowedPaymentMethodApiToJSON,
5322
- ds as AllowedPaymentMethodApiToJSONTyped,
5323
- Qa as AllowedPaymentMethodCouponApiFromJSON,
5324
- st as AllowedPaymentMethodCouponApiFromJSONTyped,
5325
- Wa as AllowedPaymentMethodCouponApiNameEnum,
5326
- qi as AllowedPaymentMethodCouponApiToJSON,
5327
- Yi as AllowedPaymentMethodCouponApiToJSONTyped,
5328
- ts as AllowedPaymentMethodCreditCardApiFromJSON,
5329
- ct as AllowedPaymentMethodCreditCardApiFromJSONTyped,
5330
- ja as AllowedPaymentMethodCreditCardApiNameEnum,
5331
- Ki as AllowedPaymentMethodCreditCardApiToJSON,
5332
- zi as AllowedPaymentMethodCreditCardApiToJSONTyped,
5333
- rs as AllowedPaymentMethodDepositAccountApiFromJSON,
5334
- ut as AllowedPaymentMethodDepositAccountApiFromJSONTyped,
5335
- is as AllowedPaymentMethodDepositAccountApiNameEnum,
5336
- Vi as AllowedPaymentMethodDepositAccountApiToJSON,
5337
- Zi as AllowedPaymentMethodDepositAccountApiToJSONTyped,
5338
- us as AllowedPaymentMethodPayLaterApiFromJSON,
5339
- dt as AllowedPaymentMethodPayLaterApiFromJSONTyped,
5340
- ss as AllowedPaymentMethodPayLaterApiNameEnum,
5341
- Wi as AllowedPaymentMethodPayLaterApiPayloadFromJSON,
5342
- Xi as AllowedPaymentMethodPayLaterApiPayloadFromJSONTyped,
5343
- os as AllowedPaymentMethodPayLaterApiPayloadStatusEnum,
5344
- Qi as AllowedPaymentMethodPayLaterApiPayloadToJSON,
5345
- ji as AllowedPaymentMethodPayLaterApiPayloadToJSONTyped,
5346
- en as AllowedPaymentMethodPayLaterApiToJSON,
5347
- tn as AllowedPaymentMethodPayLaterApiToJSONTyped,
5348
- ft as AmenitiesApiFromJSON,
5349
- an as AmenitiesApiFromJSONTyped,
5350
- lt as AmenitiesApiToJSON,
5351
- sn as AmenitiesApiToJSONTyped,
5352
- Pu as ApiClient,
5353
- Ui as BASE_PATH,
5396
+ rn as AllowedPaymentMethodApiFromJSON,
5397
+ on as AllowedPaymentMethodApiFromJSONTyped,
5398
+ an as AllowedPaymentMethodApiToJSON,
5399
+ ys as AllowedPaymentMethodApiToJSONTyped,
5400
+ rs as AllowedPaymentMethodCouponApiFromJSON,
5401
+ ct as AllowedPaymentMethodCouponApiFromJSONTyped,
5402
+ is as AllowedPaymentMethodCouponApiNameEnum,
5403
+ Yi as AllowedPaymentMethodCouponApiToJSON,
5404
+ Ki as AllowedPaymentMethodCouponApiToJSONTyped,
5405
+ ss as AllowedPaymentMethodCreditCardApiFromJSON,
5406
+ ut as AllowedPaymentMethodCreditCardApiFromJSONTyped,
5407
+ os as AllowedPaymentMethodCreditCardApiNameEnum,
5408
+ zi as AllowedPaymentMethodCreditCardApiToJSON,
5409
+ Vi as AllowedPaymentMethodCreditCardApiToJSONTyped,
5410
+ ds as AllowedPaymentMethodDepositAccountApiFromJSON,
5411
+ dt as AllowedPaymentMethodDepositAccountApiFromJSONTyped,
5412
+ cs as AllowedPaymentMethodDepositAccountApiNameEnum,
5413
+ Zi as AllowedPaymentMethodDepositAccountApiToJSON,
5414
+ Wi as AllowedPaymentMethodDepositAccountApiToJSONTyped,
5415
+ hs as AllowedPaymentMethodPayLaterApiFromJSON,
5416
+ ft as AllowedPaymentMethodPayLaterApiFromJSONTyped,
5417
+ ms as AllowedPaymentMethodPayLaterApiNameEnum,
5418
+ Xi as AllowedPaymentMethodPayLaterApiPayloadFromJSON,
5419
+ Qi as AllowedPaymentMethodPayLaterApiPayloadFromJSONTyped,
5420
+ fs as AllowedPaymentMethodPayLaterApiPayloadStatusEnum,
5421
+ ji as AllowedPaymentMethodPayLaterApiPayloadToJSON,
5422
+ en as AllowedPaymentMethodPayLaterApiPayloadToJSONTyped,
5423
+ tn as AllowedPaymentMethodPayLaterApiToJSON,
5424
+ nn as AllowedPaymentMethodPayLaterApiToJSONTyped,
5425
+ lt as AmenitiesApiFromJSON,
5426
+ sn as AmenitiesApiFromJSONTyped,
5427
+ mt as AmenitiesApiToJSON,
5428
+ cn as AmenitiesApiToJSONTyped,
5429
+ Bu as ApiClient,
5430
+ Ga as ApiError,
5431
+ Gi as BASE_PATH,
5354
5432
  Q as BaseAPI,
5355
- ms as BedApiFromJSON,
5356
- cn as BedApiFromJSONTyped,
5357
- ps as BedApiToJSON,
5358
- un as BedApiToJSONTyped,
5359
- Za as BlobApiResponse,
5433
+ Os as BedApiFromJSON,
5434
+ un as BedApiFromJSONTyped,
5435
+ As as BedApiToJSON,
5436
+ dn as BedApiToJSONTyped,
5437
+ ts as BlobApiResponse,
5360
5438
  ee as BookingApiFromJSON,
5361
- Cr as BookingApiFromJSONTyped,
5362
- yc as BookingApiPayLaterEnum,
5363
- gc as BookingApiStatusEnum,
5364
- Dr as BookingApiToJSON,
5365
- Mr as BookingApiToJSONTyped,
5366
- Mc as BookingCreateApiFromJSON,
5367
- Zr as BookingCreateApiFromJSONTyped,
5368
- Br as BookingCreateApiGuestsListInnerFromJSON,
5369
- Hr as BookingCreateApiGuestsListInnerFromJSONTyped,
5370
- Er as BookingCreateApiGuestsListInnerGuestsInnerFromJSON,
5371
- Lr as BookingCreateApiGuestsListInnerGuestsInnerFromJSONTyped,
5372
- Jr as BookingCreateApiGuestsListInnerGuestsInnerToJSON,
5373
- vr as BookingCreateApiGuestsListInnerGuestsInnerToJSONTyped,
5374
- xr as BookingCreateApiGuestsListInnerToJSON,
5375
- Fr as BookingCreateApiGuestsListInnerToJSONTyped,
5376
- Wr as BookingCreateApiToJSON,
5377
- Xr as BookingCreateApiToJSONTyped,
5378
- Ca as BookingPolicies,
5439
+ br as BookingApiFromJSONTyped,
5440
+ kc as BookingApiPayLaterEnum,
5441
+ Rc as BookingApiStatusEnum,
5442
+ Ir as BookingApiToJSON,
5443
+ Er as BookingApiToJSONTyped,
5444
+ vc as BookingCreateApiFromJSON,
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,
5379
5457
  Ke as BookingPoliciesApiFromJSON,
5380
- Qr as BookingPoliciesApiFromJSONTyped,
5381
- Nc as BookingPoliciesApiToJSON,
5382
- jr as BookingPoliciesApiToJSONTyped,
5383
- Ic as BookingPoliciesCreateApiFromJSON,
5384
- eo as BookingPoliciesCreateApiFromJSONTyped,
5385
- to as BookingPoliciesCreateApiToJSON,
5386
- io as BookingPoliciesCreateApiToJSONTyped,
5387
- Da as Bookings,
5388
- so as BookingsApiResponseFromJSON,
5389
- co as BookingsApiResponseFromJSONTyped,
5390
- Jc as BookingsApiResponseToJSON,
5391
- uo as BookingsApiResponseToJSONTyped,
5392
- Ru as BookingsSortByEnum,
5393
- Cu as BookingsSortByOrderEnum,
5458
+ no as BookingPoliciesApiFromJSONTyped,
5459
+ Hc as BookingPoliciesApiToJSON,
5460
+ ro as BookingPoliciesApiToJSONTyped,
5461
+ Fc as BookingPoliciesCreateApiFromJSON,
5462
+ oo as BookingPoliciesCreateApiFromJSONTyped,
5463
+ ao as BookingPoliciesCreateApiToJSON,
5464
+ so as BookingPoliciesCreateApiToJSONTyped,
5465
+ Ia as Bookings,
5466
+ mo as BookingsApiResponseFromJSON,
5467
+ po as BookingsApiResponseFromJSONTyped,
5468
+ $c as BookingsApiResponseToJSON,
5469
+ ho as BookingsApiResponseToJSONTyped,
5470
+ Eu as BookingsSortByEnum,
5471
+ Lu as BookingsSortByOrderEnum,
5394
5472
  De as BreakfastOption,
5395
- On as BreakfastOptionFromJSON,
5396
- An as BreakfastOptionFromJSONTyped,
5397
- Ss as BreakfastOptionToJSON,
5398
- ws as BreakfastOptionToJSONTyped,
5399
- Ya as COLLECTION_FORMATS,
5473
+ An as BreakfastOptionFromJSON,
5474
+ Tn as BreakfastOptionFromJSONTyped,
5475
+ Ms as BreakfastOptionToJSON,
5476
+ Ps as BreakfastOptionToJSONTyped,
5477
+ Qa as COLLECTION_FORMATS,
5400
5478
  Be as CancellationPolicyApiFromJSON,
5401
- dn as CancellationPolicyApiFromJSONTyped,
5479
+ fn as CancellationPolicyApiFromJSONTyped,
5402
5480
  He as CancellationPolicyApiToJSON,
5403
- fn as CancellationPolicyApiToJSONTyped,
5404
- rt as Configuration,
5405
- gt as ContactPersonApiFromJSON,
5406
- Ln as ContactPersonApiFromJSONTyped,
5407
- Gs as ContactPersonApiSalutationEnum,
5408
- _t as ContactPersonApiToJSON,
5409
- Jn as ContactPersonApiToJSONTyped,
5410
- Nn as ContactPersonOrganizationApiFromJSON,
5411
- bn as ContactPersonOrganizationApiFromJSONTyped,
5412
- In as ContactPersonOrganizationApiToJSON,
5413
- En as ContactPersonOrganizationApiToJSONTyped,
5481
+ ln as CancellationPolicyApiToJSONTyped,
5482
+ ot as Configuration,
5483
+ _t as ContactPersonApiFromJSON,
5484
+ Jn as ContactPersonApiFromJSONTyped,
5485
+ Vs as ContactPersonApiSalutationEnum,
5486
+ Ot as ContactPersonApiToJSON,
5487
+ vn as ContactPersonApiToJSONTyped,
5488
+ bn as ContactPersonOrganizationApiFromJSON,
5489
+ In as ContactPersonOrganizationApiFromJSONTyped,
5490
+ En as ContactPersonOrganizationApiToJSON,
5491
+ Ln as ContactPersonOrganizationApiToJSONTyped,
5414
5492
  Ne as CountryIso2Code,
5415
5493
  Ie as CountryIso2CodeFromJSON,
5416
- Pn as CountryIso2CodeFromJSONTyped,
5417
- xs as CountryIso2CodeToJSON,
5418
- Fs as CountryIso2CodeToJSONTyped,
5494
+ Nn as CountryIso2CodeFromJSONTyped,
5495
+ Ys as CountryIso2CodeToJSON,
5496
+ Ks as CountryIso2CodeToJSONTyped,
5419
5497
  Me as CurrencyClient,
5420
5498
  ne as CurrencyClientFromJSON,
5421
- wn as CurrencyClientFromJSONTyped,
5422
- Ms as CurrencyClientToJSON,
5423
- Ps as CurrencyClientToJSONTyped,
5424
- Hc as ErrorApiResponseFromJSON,
5425
- fo as ErrorApiResponseFromJSONTyped,
5426
- xc as ErrorApiResponseToJSON,
5427
- lo as ErrorApiResponseToJSONTyped,
5428
- vc as ErrorApiResponseTypeEnum,
5499
+ kn as CurrencyClientFromJSONTyped,
5500
+ Ls as CurrencyClientToJSON,
5501
+ Js as CurrencyClientToJSONTyped,
5502
+ Kc as ErrorApiResponseFromJSON,
5503
+ yo as ErrorApiResponseFromJSONTyped,
5504
+ zc as ErrorApiResponseToJSON,
5505
+ go as ErrorApiResponseToJSONTyped,
5506
+ qc as ErrorApiResponseTypeEnum,
5429
5507
  Fe as EventApiFromJSON,
5430
- pr as EventApiFromJSONTyped,
5508
+ Or as EventApiFromJSONTyped,
5431
5509
  Ue as EventApiToJSON,
5432
- hr as EventApiToJSONTyped,
5510
+ Ar as EventApiToJSONTyped,
5433
5511
  me as EventMetadataApiFromJSON,
5434
- Ur as EventMetadataApiFromJSONTyped,
5512
+ Kr as EventMetadataApiFromJSONTyped,
5435
5513
  pe as EventMetadataApiToJSON,
5436
- Gr as EventMetadataApiToJSONTyped,
5437
- wo as HotelApiFromJSON,
5438
- ko as HotelApiFromJSONTyped,
5439
- bt as HotelApiImagesFromJSON,
5440
- ho as HotelApiImagesFromJSONTyped,
5441
- It as HotelApiImagesToJSON,
5442
- yo as HotelApiImagesToJSONTyped,
5443
- Yc as HotelApiToJSON,
5444
- Ro as HotelApiToJSONTyped,
5514
+ zr as EventMetadataApiToJSONTyped,
5515
+ Mo as HotelApiFromJSON,
5516
+ Po as HotelApiFromJSONTyped,
5517
+ It as HotelApiImagesFromJSON,
5518
+ Ao as HotelApiImagesFromJSONTyped,
5519
+ Et as HotelApiImagesToJSON,
5520
+ To as HotelApiImagesToJSONTyped,
5521
+ jc as HotelApiToJSON,
5522
+ No as HotelApiToJSONTyped,
5445
5523
  de as HotelImageApiFromJSON,
5446
- mn as HotelImageApiFromJSONTyped,
5524
+ pn as HotelImageApiFromJSONTyped,
5447
5525
  Te as HotelImageApiToJSON,
5448
- pn as HotelImageApiToJSONTyped,
5449
- Ma as HotelImages,
5450
- Co as HotelOfferApiFromJSON,
5451
- Do as HotelOfferApiFromJSONTyped,
5452
- Mo as HotelOfferApiToJSON,
5453
- Po 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,
5454
5532
  ze as HotelOfferRequestApiResponseFromJSON,
5455
- No as HotelOfferRequestApiResponseFromJSONTyped,
5456
- Vc as HotelOfferRequestApiResponseToJSON,
5457
- bo as HotelOfferRequestApiResponseToJSONTyped,
5458
- Wc as HotelOfferRequestCreateApiFromJSON,
5459
- Io as HotelOfferRequestCreateApiFromJSONTyped,
5460
- Eo as HotelOfferRequestCreateApiToJSON,
5461
- Lo as HotelOfferRequestCreateApiToJSONTyped,
5462
- Pa as HotelOfferRequests,
5463
- Na as HotelOffers,
5464
- $o as HotelOffersApiResponseFromJSON,
5465
- qo as HotelOffersApiResponseFromJSONTyped,
5466
- nu as HotelOffersApiResponseToJSON,
5467
- Yo as HotelOffersApiResponseToJSONTyped,
5468
- Jo as HotelOffersDataApiResponseFromJSON,
5469
- vo as HotelOffersDataApiResponseFromJSONTyped,
5470
- Bo as HotelOffersDataApiResponseToJSON,
5471
- Ho as HotelOffersDataApiResponseToJSONTyped,
5472
- Du as HotelOffersSortByEnum,
5473
- Mu as HotelOffersSortByOrderEnum,
5474
- Pt as HotelReviewRatingApiFromJSON,
5475
- mo as HotelReviewRatingApiFromJSONTyped,
5476
- Nt as HotelReviewRatingApiToJSON,
5477
- po as HotelReviewRatingApiToJSONTyped,
5533
+ Jo as HotelOfferRequestApiResponseFromJSONTyped,
5534
+ iu as HotelOfferRequestApiResponseToJSON,
5535
+ vo as HotelOfferRequestApiResponseToJSONTyped,
5536
+ ru as HotelOfferRequestCreateApiFromJSON,
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,
5544
+ fu as HotelOffersApiResponseToJSON,
5545
+ Wo as HotelOffersApiResponseToJSONTyped,
5546
+ Fo as HotelOffersDataApiResponseFromJSON,
5547
+ Uo as HotelOffersDataApiResponseFromJSONTyped,
5548
+ Go as HotelOffersDataApiResponseToJSON,
5549
+ $o as HotelOffersDataApiResponseToJSONTyped,
5550
+ Ju as HotelOffersSortByEnum,
5551
+ vu as HotelOffersSortByOrderEnum,
5552
+ Nt as HotelReviewRatingApiFromJSON,
5553
+ _o as HotelReviewRatingApiFromJSONTyped,
5554
+ bt as HotelReviewRatingApiToJSON,
5555
+ Oo as HotelReviewRatingApiToJSONTyped,
5478
5556
  fe as HotelRoomOfferApiFromJSON,
5479
- Cn as HotelRoomOfferApiFromJSONTyped,
5480
- hn as HotelRoomOfferApiHotelRoomsInnerFromJSON,
5481
- yn as HotelRoomOfferApiHotelRoomsInnerFromJSONTyped,
5482
- gn as HotelRoomOfferApiHotelRoomsInnerToJSON,
5483
- _n as HotelRoomOfferApiHotelRoomsInnerToJSONTyped,
5484
- bs as HotelRoomOfferApiPackageTypeEnum,
5485
- Ko as HotelRoomOfferApiResponseFromJSON,
5486
- zo as HotelRoomOfferApiResponseFromJSONTyped,
5487
- ou as HotelRoomOfferApiResponseToJSON,
5488
- Vo as HotelRoomOfferApiResponseToJSONTyped,
5489
- Is as HotelRoomOfferApiStayTaxesInfoEnum,
5557
+ Dn as HotelRoomOfferApiFromJSONTyped,
5558
+ yn as HotelRoomOfferApiHotelRoomsInnerFromJSON,
5559
+ gn as HotelRoomOfferApiHotelRoomsInnerFromJSONTyped,
5560
+ _n as HotelRoomOfferApiHotelRoomsInnerToJSON,
5561
+ On as HotelRoomOfferApiHotelRoomsInnerToJSONTyped,
5562
+ Bs as HotelRoomOfferApiPackageTypeEnum,
5563
+ Xo as HotelRoomOfferApiResponseFromJSON,
5564
+ Qo as HotelRoomOfferApiResponseFromJSONTyped,
5565
+ mu as HotelRoomOfferApiResponseToJSON,
5566
+ jo as HotelRoomOfferApiResponseToJSONTyped,
5567
+ Hs as HotelRoomOfferApiStayTaxesInfoEnum,
5490
5568
  le as HotelRoomOfferApiToJSON,
5491
- Dn as HotelRoomOfferApiToJSONTyped,
5492
- Es as HotelRoomOfferApiTypeEnum,
5493
- Ea as HotelRoomOfferImages,
5569
+ Mn as HotelRoomOfferApiToJSONTyped,
5570
+ xs as HotelRoomOfferApiTypeEnum,
5571
+ Ha as HotelRoomOfferImages,
5494
5572
  Ve as HotelRoomOfferRequestApiResponseFromJSON,
5495
- Zo as HotelRoomOfferRequestApiResponseFromJSONTyped,
5496
- su as HotelRoomOfferRequestApiResponseToJSON,
5497
- Wo as HotelRoomOfferRequestApiResponseToJSONTyped,
5498
- uu as HotelRoomOfferRequestCreateApiFromJSON,
5499
- Xo as HotelRoomOfferRequestCreateApiFromJSONTyped,
5500
- Qo as HotelRoomOfferRequestCreateApiToJSON,
5501
- jo as HotelRoomOfferRequestCreateApiToJSONTyped,
5502
- La as HotelRoomOfferRequests,
5503
- Ja as HotelRoomOffers,
5504
- ra as HotelRoomOffersApiResponseFromJSON,
5505
- oa as HotelRoomOffersApiResponseFromJSONTyped,
5506
- lu as HotelRoomOffersApiResponseToJSON,
5507
- aa as HotelRoomOffersApiResponseToJSONTyped,
5508
- hu as HotelRoomOffersCreateApiFromJSON,
5509
- fa as HotelRoomOffersCreateApiFromJSONTyped,
5510
- la as HotelRoomOffersCreateApiToJSON,
5511
- ma as HotelRoomOffersCreateApiToJSONTyped,
5512
- ea as HotelRoomOffersDataApiResponseFromJSON,
5513
- ta as HotelRoomOffersDataApiResponseFromJSONTyped,
5514
- ia as HotelRoomOffersDataApiResponseToJSON,
5515
- na as HotelRoomOffersDataApiResponseToJSONTyped,
5516
- sa as HotelRoomOffersDataCreateApiFromJSON,
5517
- ca as HotelRoomOffersDataCreateApiFromJSONTyped,
5518
- ua as HotelRoomOffersDataCreateApiToJSON,
5519
- da as HotelRoomOffersDataCreateApiToJSONTyped,
5520
- Ct as HotelRoomingListApiFromJSON,
5521
- wr as HotelRoomingListApiFromJSONTyped,
5522
- yr as HotelRoomingListApiHotelRoomFromJSON,
5523
- gr as HotelRoomingListApiHotelRoomFromJSONTyped,
5524
- _r as HotelRoomingListApiHotelRoomToJSON,
5525
- Or as HotelRoomingListApiHotelRoomToJSONTyped,
5526
- kr as HotelRoomingListApiToJSON,
5527
- Rr as HotelRoomingListApiToJSONTyped,
5573
+ ea as HotelRoomOfferRequestApiResponseFromJSONTyped,
5574
+ hu as HotelRoomOfferRequestApiResponseToJSON,
5575
+ ta as HotelRoomOfferRequestApiResponseToJSONTyped,
5576
+ gu as HotelRoomOfferRequestCreateApiFromJSON,
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,
5584
+ Au as HotelRoomOffersApiResponseToJSON,
5585
+ fa as HotelRoomOffersApiResponseToJSONTyped,
5586
+ wu as HotelRoomOffersCreateApiFromJSON,
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,
5598
+ Dt as HotelRoomingListApiFromJSON,
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,
5528
5606
  Ee as HotelRoomingListGuestApiFromJSON,
5529
- Ar as HotelRoomingListGuestApiFromJSONTyped,
5530
- Tr as HotelRoomingListGuestApiToJSON,
5531
- Sr as HotelRoomingListGuestApiToJSONTyped,
5532
- ba as HotelRoomingListGuests,
5533
- gu as HotelRoomingListGuestsCreateApiFromJSON,
5534
- pa as HotelRoomingListGuestsCreateApiFromJSONTyped,
5535
- ha as HotelRoomingListGuestsCreateApiToJSON,
5536
- ya as HotelRoomingListGuestsCreateApiToJSONTyped,
5537
- Ou as HotelRoomingListGuestsUpdateApiFromJSON,
5538
- ga as HotelRoomingListGuestsUpdateApiFromJSONTyped,
5539
- _a as HotelRoomingListGuestsUpdateApiToJSON,
5540
- Oa as HotelRoomingListGuestsUpdateApiToJSONTyped,
5541
- Ia as HotelRoomingLists,
5542
- va as Hotels,
5543
- cr as InvoiceApiFromJSON,
5544
- ur as InvoiceApiFromJSONTyped,
5545
- dr as InvoiceApiToJSON,
5546
- fr as InvoiceApiToJSONTyped,
5547
- cc as InvoiceApiTypeEnum,
5607
+ Rr as HotelRoomingListGuestApiFromJSONTyped,
5608
+ Cr as HotelRoomingListGuestApiToJSON,
5609
+ Dr as HotelRoomingListGuestApiToJSONTyped,
5610
+ va as HotelRoomingListGuests,
5611
+ Ru as HotelRoomingListGuestsCreateApiFromJSON,
5612
+ Oa as HotelRoomingListGuestsCreateApiFromJSONTyped,
5613
+ Aa as HotelRoomingListGuestsCreateApiToJSON,
5614
+ Ta as HotelRoomingListGuestsCreateApiToJSONTyped,
5615
+ Du as HotelRoomingListGuestsUpdateApiFromJSON,
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,
5623
+ pc as InsuranceApiStatusEnum,
5624
+ fr as InsuranceApiToJSON,
5625
+ lr as InsuranceApiToJSONTyped,
5626
+ mr as InvoiceApiFromJSON,
5627
+ pr as InvoiceApiFromJSONTyped,
5628
+ hr as InvoiceApiToJSON,
5629
+ yr as InvoiceApiToJSONTyped,
5630
+ yc as InvoiceApiTypeEnum,
5548
5631
  $ as JSONApiResponse,
5549
5632
  Pe as Locale,
5550
5633
  xe as LocaleFromJSON,
5551
- Mn as LocaleFromJSONTyped,
5552
- vs as LocaleToJSON,
5553
- Bs as LocaleToJSONTyped,
5554
- Jt as MetaPollingResponseApiFromJSON,
5555
- Uo as MetaPollingResponseApiFromJSONTyped,
5556
- vt as MetaPollingResponseApiToJSON,
5557
- Go as MetaPollingResponseApiToJSONTyped,
5558
- no as MetaResponseApiFromJSON,
5559
- ro as MetaResponseApiFromJSONTyped,
5560
- oo as MetaResponseApiToJSON,
5561
- ao as MetaResponseApiToJSONTyped,
5562
- kt as OrderAddonFromJSON,
5563
- lr as OrderAddonFromJSONTyped,
5564
- Pr as OrderAddonSelectionFromJSON,
5565
- Nr as OrderAddonSelectionFromJSONTyped,
5566
- br as OrderAddonSelectionToJSON,
5567
- Ir as OrderAddonSelectionToJSONTyped,
5568
- Oc as OrderAddonSelectionTypeEnum,
5569
- Rt as OrderAddonToJSON,
5570
- mr as OrderAddonToJSONTyped,
5571
- dc as OrderAddonTypeEnum,
5572
- ar as PaymentMethodApiFromJSON,
5573
- sr as PaymentMethodApiFromJSONTyped,
5574
- wt as PaymentMethodApiToJSON,
5575
- sc as PaymentMethodApiToJSONTyped,
5576
- zs as PaymentMethodCouponApiFromJSON,
5577
- Ot as PaymentMethodCouponApiFromJSONTyped,
5578
- Ys as PaymentMethodCouponApiNameEnum,
5579
- vn as PaymentMethodCouponApiPayloadFromJSON,
5580
- Bn as PaymentMethodCouponApiPayloadFromJSONTyped,
5581
- Hn as PaymentMethodCouponApiPayloadToJSON,
5582
- xn as PaymentMethodCouponApiPayloadToJSONTyped,
5583
- Fn as PaymentMethodCouponApiToJSON,
5584
- Un as PaymentMethodCouponApiToJSONTyped,
5585
- Xs as PaymentMethodCreditCardApiFromJSON,
5586
- At as PaymentMethodCreditCardApiFromJSONTyped,
5587
- Zs as PaymentMethodCreditCardApiNameEnum,
5588
- Gn as PaymentMethodCreditCardApiPayloadFromJSON,
5589
- $n as PaymentMethodCreditCardApiPayloadFromJSONTyped,
5590
- qn as PaymentMethodCreditCardApiPayloadToJSON,
5591
- Yn as PaymentMethodCreditCardApiPayloadToJSONTyped,
5592
- Kn as PaymentMethodCreditCardApiToJSON,
5593
- zn as PaymentMethodCreditCardApiToJSONTyped,
5594
- tc as PaymentMethodDepositAccountApiFromJSON,
5595
- Tt as PaymentMethodDepositAccountApiFromJSONTyped,
5596
- js as PaymentMethodDepositAccountApiNameEnum,
5597
- Vn as PaymentMethodDepositAccountApiPayloadFromJSON,
5598
- Zn as PaymentMethodDepositAccountApiPayloadFromJSONTyped,
5599
- Wn as PaymentMethodDepositAccountApiPayloadToJSON,
5600
- Xn as PaymentMethodDepositAccountApiPayloadToJSONTyped,
5601
- Qn as PaymentMethodDepositAccountApiToJSON,
5602
- jn as PaymentMethodDepositAccountApiToJSONTyped,
5603
- ac as PaymentMethodPayLaterApiFromJSON,
5604
- St as PaymentMethodPayLaterApiFromJSONTyped,
5605
- rc as PaymentMethodPayLaterApiNameEnum,
5606
- er as PaymentMethodPayLaterApiPayloadFromJSON,
5607
- tr as PaymentMethodPayLaterApiPayloadFromJSONTyped,
5608
- ic as PaymentMethodPayLaterApiPayloadStatusEnum,
5609
- ir as PaymentMethodPayLaterApiPayloadToJSON,
5610
- nr as PaymentMethodPayLaterApiPayloadToJSONTyped,
5611
- rr as PaymentMethodPayLaterApiToJSON,
5612
- or as PaymentMethodPayLaterApiToJSONTyped,
5613
- Dt as PaymentMethodRequestApiFromJSON,
5614
- zr as PaymentMethodRequestApiFromJSONTyped,
5615
- Rc as PaymentMethodRequestApiNameEnum,
5616
- Mt as PaymentMethodRequestApiToJSON,
5617
- Vr as PaymentMethodRequestApiToJSONTyped,
5618
- $r as PaymentMethodRequestPayloadApiFromJSON,
5619
- qr as PaymentMethodRequestPayloadApiFromJSONTyped,
5620
- Yr as PaymentMethodRequestPayloadApiToJSON,
5621
- Kr as PaymentMethodRequestPayloadApiToJSONTyped,
5622
- Tu as PaymentMethodUpdatePayloadApiFromJSON,
5623
- Aa as PaymentMethodUpdatePayloadApiFromJSONTyped,
5624
- Ta as PaymentMethodUpdatePayloadApiToJSON,
5625
- Sa as PaymentMethodUpdatePayloadApiToJSONTyped,
5634
+ Pn as LocaleFromJSONTyped,
5635
+ Gs as LocaleToJSON,
5636
+ $s as LocaleToJSONTyped,
5637
+ vt as MetaPollingResponseApiFromJSON,
5638
+ Ko as MetaPollingResponseApiFromJSONTyped,
5639
+ Bt as MetaPollingResponseApiToJSON,
5640
+ zo as MetaPollingResponseApiToJSONTyped,
5641
+ co as MetaResponseApiFromJSON,
5642
+ uo as MetaResponseApiFromJSONTyped,
5643
+ fo as MetaResponseApiToJSON,
5644
+ lo as MetaResponseApiToJSONTyped,
5645
+ Rt as OrderAddonFromJSON,
5646
+ gr as OrderAddonFromJSONTyped,
5647
+ Lr as OrderAddonSelectionFromJSON,
5648
+ Jr as OrderAddonSelectionFromJSONTyped,
5649
+ vr as OrderAddonSelectionToJSON,
5650
+ Br as OrderAddonSelectionToJSONTyped,
5651
+ Dc as OrderAddonSelectionTypeEnum,
5652
+ Ct as OrderAddonToJSON,
5653
+ _r as OrderAddonToJSONTyped,
5654
+ _c as OrderAddonTypeEnum,
5655
+ sr as PaymentMethodApiFromJSON,
5656
+ cr as PaymentMethodApiFromJSONTyped,
5657
+ kt as PaymentMethodApiToJSON,
5658
+ mc as PaymentMethodApiToJSONTyped,
5659
+ js as PaymentMethodCouponApiFromJSON,
5660
+ At as PaymentMethodCouponApiFromJSONTyped,
5661
+ Xs as PaymentMethodCouponApiNameEnum,
5662
+ Bn as PaymentMethodCouponApiPayloadFromJSON,
5663
+ Hn as PaymentMethodCouponApiPayloadFromJSONTyped,
5664
+ xn as PaymentMethodCouponApiPayloadToJSON,
5665
+ Fn as PaymentMethodCouponApiPayloadToJSONTyped,
5666
+ Un as PaymentMethodCouponApiToJSON,
5667
+ Gn as PaymentMethodCouponApiToJSONTyped,
5668
+ nc as PaymentMethodCreditCardApiFromJSON,
5669
+ Tt as PaymentMethodCreditCardApiFromJSONTyped,
5670
+ tc as PaymentMethodCreditCardApiNameEnum,
5671
+ $n as PaymentMethodCreditCardApiPayloadFromJSON,
5672
+ qn as PaymentMethodCreditCardApiPayloadFromJSONTyped,
5673
+ Yn as PaymentMethodCreditCardApiPayloadToJSON,
5674
+ Kn as PaymentMethodCreditCardApiPayloadToJSONTyped,
5675
+ zn as PaymentMethodCreditCardApiToJSON,
5676
+ Vn as PaymentMethodCreditCardApiToJSONTyped,
5677
+ sc as PaymentMethodDepositAccountApiFromJSON,
5678
+ St as PaymentMethodDepositAccountApiFromJSONTyped,
5679
+ oc as PaymentMethodDepositAccountApiNameEnum,
5680
+ Zn as PaymentMethodDepositAccountApiPayloadFromJSON,
5681
+ Wn as PaymentMethodDepositAccountApiPayloadFromJSONTyped,
5682
+ Xn as PaymentMethodDepositAccountApiPayloadToJSON,
5683
+ Qn as PaymentMethodDepositAccountApiPayloadToJSONTyped,
5684
+ jn as PaymentMethodDepositAccountApiToJSON,
5685
+ er as PaymentMethodDepositAccountApiToJSONTyped,
5686
+ lc as PaymentMethodPayLaterApiFromJSON,
5687
+ wt as PaymentMethodPayLaterApiFromJSONTyped,
5688
+ dc as PaymentMethodPayLaterApiNameEnum,
5689
+ tr as PaymentMethodPayLaterApiPayloadFromJSON,
5690
+ ir as PaymentMethodPayLaterApiPayloadFromJSONTyped,
5691
+ cc as PaymentMethodPayLaterApiPayloadStatusEnum,
5692
+ nr as PaymentMethodPayLaterApiPayloadToJSON,
5693
+ rr as PaymentMethodPayLaterApiPayloadToJSONTyped,
5694
+ or as PaymentMethodPayLaterApiToJSON,
5695
+ ar as PaymentMethodPayLaterApiToJSONTyped,
5696
+ Mt as PaymentMethodRequestApiFromJSON,
5697
+ Qr as PaymentMethodRequestApiFromJSONTyped,
5698
+ Ec as PaymentMethodRequestApiNameEnum,
5699
+ Pt as PaymentMethodRequestApiToJSON,
5700
+ jr as PaymentMethodRequestApiToJSONTyped,
5701
+ Vr as PaymentMethodRequestPayloadApiFromJSON,
5702
+ Zr as PaymentMethodRequestPayloadApiFromJSONTyped,
5703
+ Wr as PaymentMethodRequestPayloadApiToJSON,
5704
+ Xr as PaymentMethodRequestPayloadApiToJSONTyped,
5705
+ Pu as PaymentMethodUpdatePayloadApiFromJSON,
5706
+ Ra as PaymentMethodUpdatePayloadApiFromJSONTyped,
5707
+ Ca as PaymentMethodUpdatePayloadApiToJSON,
5708
+ Da as PaymentMethodUpdatePayloadApiToJSONTyped,
5626
5709
  be as PollerStatus,
5627
- xo as PollerStatusFromJSON,
5628
- Fo as PollerStatusFromJSONTyped,
5629
- jc as PollerStatusToJSON,
5630
- eu as PollerStatusToJSONTyped,
5631
- ku as RequestPayloadFromJSON,
5632
- wa as RequestPayloadFromJSONTyped,
5633
- Su as RequestPayloadRequestTypeEnum,
5634
- ka as RequestPayloadToJSON,
5635
- Ra as RequestPayloadToJSONTyped,
5636
- U as RequiredError,
5637
- $i as ResponseError,
5710
+ qo as PollerStatusFromJSON,
5711
+ Yo as PollerStatusFromJSONTyped,
5712
+ su as PollerStatusToJSON,
5713
+ cu as PollerStatusToJSONTyped,
5714
+ Iu as RequestPayloadFromJSON,
5715
+ Ma as RequestPayloadFromJSONTyped,
5716
+ Nu as RequestPayloadRequestTypeEnum,
5717
+ Pa as RequestPayloadToJSON,
5718
+ Na as RequestPayloadToJSONTyped,
5719
+ B as RequiredError,
5720
+ rt as ResponseError,
5638
5721
  Ce as SourceMarket,
5639
5722
  Ae as SourceMarketFromJSON,
5640
- ln as SourceMarketFromJSONTyped,
5641
- gs as SourceMarketToJSON,
5642
- _s as SourceMarketToJSONTyped,
5643
- ht as TagApiFromJSON,
5644
- kn as TagApiFromJSONTyped,
5645
- yt as TagApiToJSON,
5646
- Rn as TagApiToJSONTyped,
5647
- mt as TaxApiFromJSON,
5648
- Tn as TaxApiFromJSONTyped,
5649
- ks as TaxApiTaxFrequencyEnum,
5650
- Rs as TaxApiTaxModeEnum,
5651
- pt as TaxApiToJSON,
5652
- Sn as TaxApiToJSONTyped,
5653
- at as TextApiResponse,
5654
- Et as TravelTimesApiFromJSON,
5655
- To as TravelTimesApiFromJSONTyped,
5656
- Lt as TravelTimesApiToJSON,
5657
- So as TravelTimesApiToJSONTyped,
5658
- go as TravelTimesApiTravelTimesFromJSON,
5659
- _o as TravelTimesApiTravelTimesFromJSONTyped,
5660
- Oo as TravelTimesApiTravelTimesToJSON,
5661
- Ao as TravelTimesApiTravelTimesToJSONTyped,
5662
- Va as VoidApiResponse,
5663
- za as canConsumeForm,
5664
- Ka as exists,
5665
- Xa as instanceOfAllowedPaymentMethodCouponApi,
5666
- es as instanceOfAllowedPaymentMethodCreditCardApi,
5667
- ns as instanceOfAllowedPaymentMethodDepositAccountApi,
5668
- cs as instanceOfAllowedPaymentMethodPayLaterApi,
5669
- as as instanceOfAllowedPaymentMethodPayLaterApiPayload,
5670
- fs as instanceOfAmenitiesApi,
5671
- ls as instanceOfBedApi,
5672
- _c as instanceOfBookingApi,
5673
- Dc as instanceOfBookingCreateApi,
5674
- Sc as instanceOfBookingCreateApiGuestsListInner,
5675
- Tc as instanceOfBookingCreateApiGuestsListInnerGuestsInner,
5676
- Pc as instanceOfBookingPoliciesApi,
5677
- bc as instanceOfBookingPoliciesCreateApi,
5678
- Lc as instanceOfBookingsApiResponse,
5679
- Ts as instanceOfBreakfastOption,
5680
- hs as instanceOfCancellationPolicyApi,
5681
- $s as instanceOfContactPersonApi,
5682
- Us as instanceOfContactPersonOrganizationApi,
5683
- Hs as instanceOfCountryIso2Code,
5684
- Ds as instanceOfCurrencyClient,
5685
- Bc as instanceOfErrorApiResponse,
5686
- lc as instanceOfEventApi,
5687
- wc as instanceOfEventMetadataApi,
5688
- qc as instanceOfHotelApi,
5689
- Uc as instanceOfHotelApiImages,
5690
- Os as instanceOfHotelImageApi,
5691
- Kc as instanceOfHotelOfferApi,
5692
- zc as instanceOfHotelOfferRequestApiResponse,
5693
- Zc as instanceOfHotelOfferRequestCreateApi,
5694
- iu as instanceOfHotelOffersApiResponse,
5695
- Xc as instanceOfHotelOffersDataApiResponse,
5696
- Fc as instanceOfHotelReviewRatingApi,
5697
- Ls as instanceOfHotelRoomOfferApi,
5698
- As as instanceOfHotelRoomOfferApiHotelRoomsInner,
5699
- ru as instanceOfHotelRoomOfferApiResponse,
5700
- au as instanceOfHotelRoomOfferRequestApiResponse,
5701
- cu as instanceOfHotelRoomOfferRequestCreateApi,
5702
- fu as instanceOfHotelRoomOffersApiResponse,
5703
- pu as instanceOfHotelRoomOffersCreateApi,
5704
- du as instanceOfHotelRoomOffersDataApiResponse,
5705
- mu as instanceOfHotelRoomOffersDataCreateApi,
5706
- hc as instanceOfHotelRoomingListApi,
5707
- mc as instanceOfHotelRoomingListApiHotelRoom,
5708
- pc as instanceOfHotelRoomingListGuestApi,
5709
- yu as instanceOfHotelRoomingListGuestsCreateApi,
5710
- _u as instanceOfHotelRoomingListGuestsUpdateApi,
5711
- uc as instanceOfInvoiceApi,
5712
- Js as instanceOfLocale,
5713
- tu as instanceOfMetaPollingResponseApi,
5714
- Ec as instanceOfMetaResponseApi,
5715
- fc as instanceOfOrderAddon,
5716
- Ac as instanceOfOrderAddonSelection,
5717
- Ks as instanceOfPaymentMethodCouponApi,
5718
- qs as instanceOfPaymentMethodCouponApiPayload,
5719
- Ws as instanceOfPaymentMethodCreditCardApi,
5720
- Vs as instanceOfPaymentMethodCreditCardApiPayload,
5721
- ec as instanceOfPaymentMethodDepositAccountApi,
5722
- Qs as instanceOfPaymentMethodDepositAccountApiPayload,
5723
- oc as instanceOfPaymentMethodPayLaterApi,
5724
- nc as instanceOfPaymentMethodPayLaterApiPayload,
5725
- Cc as instanceOfPaymentMethodRequestApi,
5726
- kc as instanceOfPaymentMethodRequestPayloadApi,
5727
- Au as instanceOfPaymentMethodUpdatePayloadApi,
5728
- Qc as instanceOfPollerStatus,
5729
- wu as instanceOfRequestPayload,
5730
- ys as instanceOfSourceMarket,
5731
- Ns as instanceOfTagApi,
5732
- Cs as instanceOfTaxApi,
5733
- $c as instanceOfTravelTimesApi,
5734
- Gc as instanceOfTravelTimesApiTravelTimes,
5735
- ot as querystring,
5736
- Ba as v1ApiClient
5723
+ mn as SourceMarketFromJSONTyped,
5724
+ ws as SourceMarketToJSON,
5725
+ ks as SourceMarketToJSONTyped,
5726
+ yt as TagApiFromJSON,
5727
+ Rn as TagApiFromJSONTyped,
5728
+ gt as TagApiToJSON,
5729
+ Cn as TagApiToJSONTyped,
5730
+ pt as TaxApiFromJSON,
5731
+ Sn as TaxApiFromJSONTyped,
5732
+ Ns as TaxApiTaxFrequencyEnum,
5733
+ bs as TaxApiTaxModeEnum,
5734
+ ht as TaxApiToJSON,
5735
+ wn as TaxApiToJSONTyped,
5736
+ st as TextApiResponse,
5737
+ Lt as TravelTimesApiFromJSON,
5738
+ Co as TravelTimesApiFromJSONTyped,
5739
+ Jt as TravelTimesApiToJSON,
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,
5748
+ ns as instanceOfAllowedPaymentMethodCouponApi,
5749
+ as as instanceOfAllowedPaymentMethodCreditCardApi,
5750
+ us as instanceOfAllowedPaymentMethodDepositAccountApi,
5751
+ ps as instanceOfAllowedPaymentMethodPayLaterApi,
5752
+ ls as instanceOfAllowedPaymentMethodPayLaterApiPayload,
5753
+ gs as instanceOfAmenitiesApi,
5754
+ _s as instanceOfBedApi,
5755
+ Cc as instanceOfBookingApi,
5756
+ Jc as instanceOfBookingCreateApi,
5757
+ Nc as instanceOfBookingCreateApiGuestsListInner,
5758
+ Pc as instanceOfBookingCreateApiGuestsListInnerGuestsInner,
5759
+ Bc as instanceOfBookingPoliciesApi,
5760
+ xc as instanceOfBookingPoliciesCreateApi,
5761
+ Gc as instanceOfBookingsApiResponse,
5762
+ Ds as instanceOfBreakfastOption,
5763
+ Ts as instanceOfCancellationPolicyApi,
5764
+ Zs as instanceOfContactPersonApi,
5765
+ zs as instanceOfContactPersonOrganizationApi,
5766
+ qs as instanceOfCountryIso2Code,
5767
+ Es as instanceOfCurrencyClient,
5768
+ Yc as instanceOfErrorApiResponse,
5769
+ Ac as instanceOfEventApi,
5770
+ bc as instanceOfEventMetadataApi,
5771
+ Qc as instanceOfHotelApi,
5772
+ Zc as instanceOfHotelApiImages,
5773
+ Rs as instanceOfHotelImageApi,
5774
+ eu as instanceOfHotelOfferApi,
5775
+ tu as instanceOfHotelOfferRequestApiResponse,
5776
+ nu as instanceOfHotelOfferRequestCreateApi,
5777
+ du as instanceOfHotelOffersApiResponse,
5778
+ ou as instanceOfHotelOffersDataApiResponse,
5779
+ Vc as instanceOfHotelReviewRatingApi,
5780
+ Fs as instanceOfHotelRoomOfferApi,
5781
+ Cs as instanceOfHotelRoomOfferApiHotelRoomsInner,
5782
+ lu as instanceOfHotelRoomOfferApiResponse,
5783
+ pu as instanceOfHotelRoomOfferRequestApiResponse,
5784
+ yu as instanceOfHotelRoomOfferRequestCreateApi,
5785
+ Ou as instanceOfHotelRoomOffersApiResponse,
5786
+ Su as instanceOfHotelRoomOffersCreateApi,
5787
+ _u as instanceOfHotelRoomOffersDataApiResponse,
5788
+ Tu as instanceOfHotelRoomOffersDataCreateApi,
5789
+ wc as instanceOfHotelRoomingListApi,
5790
+ Tc as instanceOfHotelRoomingListApiHotelRoom,
5791
+ Sc as instanceOfHotelRoomingListGuestApi,
5792
+ ku as instanceOfHotelRoomingListGuestsCreateApi,
5793
+ Cu as instanceOfHotelRoomingListGuestsUpdateApi,
5794
+ hc as instanceOfInsuranceApi,
5795
+ gc as instanceOfInvoiceApi,
5796
+ Us as instanceOfLocale,
5797
+ uu as instanceOfMetaPollingResponseApi,
5798
+ Uc as instanceOfMetaResponseApi,
5799
+ Oc as instanceOfOrderAddon,
5800
+ Mc as instanceOfOrderAddonSelection,
5801
+ Qs as instanceOfPaymentMethodCouponApi,
5802
+ Ws as instanceOfPaymentMethodCouponApiPayload,
5803
+ ic as instanceOfPaymentMethodCreditCardApi,
5804
+ ec as instanceOfPaymentMethodCreditCardApiPayload,
5805
+ ac as instanceOfPaymentMethodDepositAccountApi,
5806
+ rc as instanceOfPaymentMethodDepositAccountApiPayload,
5807
+ fc as instanceOfPaymentMethodPayLaterApi,
5808
+ uc as instanceOfPaymentMethodPayLaterApiPayload,
5809
+ Lc as instanceOfPaymentMethodRequestApi,
5810
+ Ic as instanceOfPaymentMethodRequestPayloadApi,
5811
+ Mu as instanceOfPaymentMethodUpdatePayloadApi,
5812
+ au as instanceOfPollerStatus,
5813
+ bu as instanceOfRequestPayload,
5814
+ Ss as instanceOfSourceMarket,
5815
+ vs as instanceOfTagApi,
5816
+ Is as instanceOfTaxApi,
5817
+ Xc as instanceOfTravelTimesApi,
5818
+ Wc as instanceOfTravelTimesApiTravelTimes,
5819
+ at as querystring,
5820
+ qa as v1ApiClient
5737
5821
  };