@revolugo/booking-api-client 6.13.4 → 6.14.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +46 -41
- package/dist/index.umd.js +2 -2
- package/dist/types/v1/models/index.d.ts +31 -4
- package/package.json +9 -9
package/dist/index.es.js
CHANGED
|
@@ -1671,9 +1671,13 @@ const Jr = {
|
|
|
1671
1671
|
MatchingRoomCount: "MATCHING_ROOM_COUNT",
|
|
1672
1672
|
Regular: "REGULAR"
|
|
1673
1673
|
}, un = {
|
|
1674
|
+
Included: "included",
|
|
1675
|
+
NotIncluded: "not_included",
|
|
1676
|
+
Unknown: "unknown"
|
|
1677
|
+
}, cn = {
|
|
1674
1678
|
HotelRoom: "HOTEL_ROOM",
|
|
1675
1679
|
Package: "PACKAGE"
|
|
1676
|
-
},
|
|
1680
|
+
}, ln = {
|
|
1677
1681
|
DeDe: "de-DE",
|
|
1678
1682
|
EnUs: "en-US",
|
|
1679
1683
|
EsEs: "es-ES",
|
|
@@ -1681,23 +1685,23 @@ const Jr = {
|
|
|
1681
1685
|
ItIt: "it-IT",
|
|
1682
1686
|
NlNl: "nl-NL",
|
|
1683
1687
|
PtPt: "pt-PT"
|
|
1684
|
-
},
|
|
1688
|
+
}, fn = {
|
|
1685
1689
|
CreditNote: "credit_note",
|
|
1686
1690
|
Invoice: "invoice"
|
|
1687
|
-
}, fn = {
|
|
1688
|
-
CreditCard: "CREDIT_CARD"
|
|
1689
1691
|
}, dn = {
|
|
1690
|
-
|
|
1692
|
+
CreditCard: "CREDIT_CARD"
|
|
1691
1693
|
}, hn = {
|
|
1692
|
-
|
|
1694
|
+
Coupon: "COUPON"
|
|
1693
1695
|
}, pn = {
|
|
1696
|
+
DepositAccount: "DEPOSIT_ACCOUNT"
|
|
1697
|
+
}, mn = {
|
|
1694
1698
|
Coupon: "COUPON",
|
|
1695
1699
|
CreditCard: "CREDIT_CARD",
|
|
1696
1700
|
DepositAccount: "DEPOSIT_ACCOUNT"
|
|
1697
|
-
},
|
|
1701
|
+
}, yn = {
|
|
1698
1702
|
Complete: "COMPLETE",
|
|
1699
1703
|
InProgress: "IN_PROGRESS"
|
|
1700
|
-
},
|
|
1704
|
+
}, gn = {
|
|
1701
1705
|
Ad: "AD",
|
|
1702
1706
|
Ae: "AE",
|
|
1703
1707
|
Af: "AF",
|
|
@@ -1941,10 +1945,10 @@ const Jr = {
|
|
|
1941
1945
|
Za: "ZA",
|
|
1942
1946
|
Zm: "ZM",
|
|
1943
1947
|
Zw: "ZW"
|
|
1944
|
-
},
|
|
1948
|
+
}, wn = {
|
|
1945
1949
|
Night: "PER_NIGHT",
|
|
1946
1950
|
Stay: "PER_STAY"
|
|
1947
|
-
},
|
|
1951
|
+
}, vn = {
|
|
1948
1952
|
Adult: "PER_ADULT",
|
|
1949
1953
|
Booking: "PER_BOOKING"
|
|
1950
1954
|
};
|
|
@@ -2213,11 +2217,11 @@ class _r extends W {
|
|
|
2213
2217
|
return this.updatePaymentMethodsRaw(e, r);
|
|
2214
2218
|
}
|
|
2215
2219
|
}
|
|
2216
|
-
const
|
|
2220
|
+
const Sn = {
|
|
2217
2221
|
CheckInDate: "check_in_date",
|
|
2218
2222
|
CreatedAt: "created_at",
|
|
2219
2223
|
LastStatusUpdatedAt: "last_status_updated_at"
|
|
2220
|
-
},
|
|
2224
|
+
}, Rn = {
|
|
2221
2225
|
Asc: "asc",
|
|
2222
2226
|
Desc: "desc"
|
|
2223
2227
|
};
|
|
@@ -2249,7 +2253,7 @@ class Dr extends W {
|
|
|
2249
2253
|
return this.retrieveRaw(e, r);
|
|
2250
2254
|
}
|
|
2251
2255
|
}
|
|
2252
|
-
const
|
|
2256
|
+
const Cn = {
|
|
2253
2257
|
DeDe: "de-DE",
|
|
2254
2258
|
EnUs: "en-US",
|
|
2255
2259
|
EsEs: "es-ES",
|
|
@@ -2341,7 +2345,7 @@ class Ir extends W {
|
|
|
2341
2345
|
);
|
|
2342
2346
|
}
|
|
2343
2347
|
}
|
|
2344
|
-
const
|
|
2348
|
+
const An = {
|
|
2345
2349
|
DeDe: "de-DE",
|
|
2346
2350
|
EnUs: "en-US",
|
|
2347
2351
|
EsEs: "es-ES",
|
|
@@ -2349,13 +2353,13 @@ const Cn = {
|
|
|
2349
2353
|
ItIt: "it-IT",
|
|
2350
2354
|
NlNl: "nl-NL",
|
|
2351
2355
|
PtPt: "pt-PT"
|
|
2352
|
-
},
|
|
2356
|
+
}, Tn = {
|
|
2353
2357
|
Distance: "distance",
|
|
2354
2358
|
Price: "price",
|
|
2355
2359
|
Rating: "rating",
|
|
2356
2360
|
ReviewRating: "review_rating",
|
|
2357
2361
|
TopPicks: "top_picks"
|
|
2358
|
-
},
|
|
2362
|
+
}, Mn = {
|
|
2359
2363
|
Asc: "asc",
|
|
2360
2364
|
Desc: "desc"
|
|
2361
2365
|
};
|
|
@@ -2465,7 +2469,7 @@ class xr extends W {
|
|
|
2465
2469
|
return this.createRaw(e, r);
|
|
2466
2470
|
}
|
|
2467
2471
|
}
|
|
2468
|
-
const
|
|
2472
|
+
const En = {
|
|
2469
2473
|
DeDe: "de-DE",
|
|
2470
2474
|
EnUs: "en-US",
|
|
2471
2475
|
EsEs: "es-ES",
|
|
@@ -2578,7 +2582,7 @@ class Pr extends W {
|
|
|
2578
2582
|
return this.listRaw(e, r);
|
|
2579
2583
|
}
|
|
2580
2584
|
}
|
|
2581
|
-
const
|
|
2585
|
+
const On = {
|
|
2582
2586
|
DeDe: "de-DE",
|
|
2583
2587
|
EnUs: "en-US",
|
|
2584
2588
|
EsEs: "es-ES",
|
|
@@ -2615,7 +2619,7 @@ class $r extends W {
|
|
|
2615
2619
|
return this.retrieveRaw(e, r);
|
|
2616
2620
|
}
|
|
2617
2621
|
}
|
|
2618
|
-
const
|
|
2622
|
+
const kn = {
|
|
2619
2623
|
DeDe: "de-DE",
|
|
2620
2624
|
EnUs: "en-US",
|
|
2621
2625
|
EsEs: "es-ES",
|
|
@@ -3021,7 +3025,7 @@ class Yr {
|
|
|
3021
3025
|
}), e;
|
|
3022
3026
|
}
|
|
3023
3027
|
}
|
|
3024
|
-
class
|
|
3028
|
+
class _n {
|
|
3025
3029
|
constructor(e) {
|
|
3026
3030
|
if (this.config = e, !e.apiVersion || !Object.values(Oe).includes(e.apiVersion))
|
|
3027
3031
|
throw new Error(
|
|
@@ -3085,7 +3089,7 @@ class kn {
|
|
|
3085
3089
|
}
|
|
3086
3090
|
}
|
|
3087
3091
|
export {
|
|
3088
|
-
|
|
3092
|
+
_n as ApiClient,
|
|
3089
3093
|
Tr as BASE_PATH,
|
|
3090
3094
|
W as BaseAPI,
|
|
3091
3095
|
Zr as BlobApiResponse,
|
|
@@ -3094,8 +3098,8 @@ export {
|
|
|
3094
3098
|
kr as BookingPolicies,
|
|
3095
3099
|
Qr as BookingPoliciesCreateApiLangEnum,
|
|
3096
3100
|
_r as Bookings,
|
|
3097
|
-
|
|
3098
|
-
|
|
3101
|
+
Sn as BookingsSortByEnum,
|
|
3102
|
+
Rn as BookingsSortByOrderEnum,
|
|
3099
3103
|
Vr as COLLECTION_FORMATS,
|
|
3100
3104
|
it as Configuration,
|
|
3101
3105
|
en as ContactPersonApiLangEnum,
|
|
@@ -3104,36 +3108,37 @@ export {
|
|
|
3104
3108
|
nn as CurrencyBookingApiClient,
|
|
3105
3109
|
on as ErrorApiResponseTypeEnum,
|
|
3106
3110
|
Dr as HotelImages,
|
|
3107
|
-
|
|
3111
|
+
Cn as HotelImagesLangEnum,
|
|
3108
3112
|
br as HotelOfferRequests,
|
|
3109
3113
|
Ir as HotelOffers,
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3114
|
+
An as HotelOffersLangEnum,
|
|
3115
|
+
Tn as HotelOffersSortByEnum,
|
|
3116
|
+
Mn as HotelOffersSortByOrderEnum,
|
|
3113
3117
|
an as HotelRoomOfferApiBreakfastOptionEnum,
|
|
3114
3118
|
sn as HotelRoomOfferApiPackageTypeEnum,
|
|
3115
|
-
un as
|
|
3119
|
+
un as HotelRoomOfferApiStayTaxesInfoEnum,
|
|
3120
|
+
cn as HotelRoomOfferApiTypeEnum,
|
|
3116
3121
|
Br as HotelRoomOfferRequests,
|
|
3117
3122
|
xr as HotelRoomOffers,
|
|
3118
|
-
|
|
3119
|
-
|
|
3123
|
+
ln as HotelRoomOffersCreateApiLangEnum,
|
|
3124
|
+
En as HotelRoomOffersLangEnum,
|
|
3120
3125
|
Lr as HotelRoomingListGuests,
|
|
3121
3126
|
Pr as HotelRoomingLists,
|
|
3122
|
-
|
|
3127
|
+
On as HotelRoomingListsLangEnum,
|
|
3123
3128
|
$r as Hotels,
|
|
3124
|
-
|
|
3125
|
-
|
|
3129
|
+
kn as HotelsLangEnum,
|
|
3130
|
+
fn as InvoiceApiTypeEnum,
|
|
3126
3131
|
$ as JSONApiResponse,
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
+
hn as PaymentMethodApiOneOf1NameEnum,
|
|
3133
|
+
pn as PaymentMethodApiOneOf2NameEnum,
|
|
3134
|
+
dn as PaymentMethodApiOneOfNameEnum,
|
|
3135
|
+
mn as PaymentMethodRequestApiNameEnum,
|
|
3136
|
+
yn as PollerStatus,
|
|
3132
3137
|
U as RequiredError,
|
|
3133
3138
|
Er as ResponseError,
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3139
|
+
gn as SourceMarket,
|
|
3140
|
+
wn as TaxApiTaxFrequencyEnum,
|
|
3141
|
+
vn as TaxApiTaxModeEnum,
|
|
3137
3142
|
Or as TextApiResponse,
|
|
3138
3143
|
Wr as VoidApiResponse,
|
|
3139
3144
|
zr as canConsumeForm,
|
package/dist/index.umd.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(function(w,ie){typeof exports=="object"&&typeof module<"u"?ie(exports):typeof define=="function"&&define.amd?define(["exports"],ie):(w=typeof globalThis<"u"?globalThis:w||self,ie(w["@revolugo/booking-api-client"]={}))})(this,(function(w){"use strict";const ie=new RegExp("([\\p{Ll}\\d])(\\p{Lu})","gu"),Ct=new RegExp("(\\p{Lu})([\\p{Lu}][\\p{Ll}])","gu"),Et=new RegExp("(\\d)\\p{Ll}|(\\p{L})\\d","u"),Tt=/[^\p{L}\d]+/giu,$e="$1\0$2",Ne="";function Ue(i){let e=i.trim();e=e.replace(ie,$e).replace(Ct,$e),e=e.replace(Tt,"\0");let n=0,t=e.length;for(;e.charAt(n)==="\0";)n++;if(n===t)return[];for(;e.charAt(t-1)==="\0";)t--;return e.slice(n,t).split(/\0/g)}function Ot(i){const e=Ue(i);for(let n=0;n<e.length;n++){const t=e[n],r=Et.exec(t);if(r){const s=r.index+(r[1]??r[2]).length;e.splice(n,1,t.slice(0,s),t.slice(s))}}return e}function xe(i,e){const[n,t,r]=ue(i,e);return n+t.map(se(e?.locale)).join(e?.delimiter??" ")+r}function Mt(i,e){const[n,t,r]=ue(i,e),s=se(e?.locale),u=ke(e?.locale),c=e?.mergeAmbiguousCharacters?_e(s,u):Ge(s,u);return n+t.map((h,R)=>R===0?s(h):c(h,R)).join(e?.delimiter??"")+r}function kt(i,e){const[n,t,r]=ue(i,e),s=se(e?.locale),u=ke(e?.locale),c=e?.mergeAmbiguousCharacters?_e(s,u):Ge(s,u);return n+t.map(c).join(e?.delimiter??"")+r}function _t(i,e){const[n,t,r]=ue(i,e),s=se(e?.locale),u=ke(e?.locale);return n+t.map(_e(s,u)).join(e?.delimiter??" ")+r}function He(i,e){return xe(i,{delimiter:"-",...e})}function bt(i,e){return xe(i,{delimiter:"_",...e})}function se(i){return i===!1?e=>e.toLowerCase():e=>e.toLocaleLowerCase(i)}function ke(i){return i===!1?e=>e.toUpperCase():e=>e.toLocaleUpperCase(i)}function _e(i,e){return n=>`${e(n[0])}${i(n.slice(1))}`}function Ge(i,e){return(n,t)=>{const r=n[0];return(t>0&&r>="0"&&r<="9"?"_"+r:e(r))+i(n.slice(1))}}function ue(i,e={}){const n=e.split??(e.separateNumbers?Ot:Ue),t=e.prefixCharacters??Ne,r=e.suffixCharacters??Ne;let s=0,u=i.length;for(;s<i.length;){const c=i.charAt(s);if(!t.includes(c))break;s++}for(;u>s;){const c=u-1,h=i.charAt(c);if(!r.includes(h))break;u=c}return[i.slice(0,s),n(i.slice(s,u)),i.slice(u)]}var ce=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function z(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var le={exports:{}},Dt=le.exports,Fe;function Bt(){return Fe||(Fe=1,(function(i,e){(function(n,t,r){i.exports=r(),i.exports.default=r()})("slugify",Dt,function(){var n=JSON.parse(`{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","¢":"cent","£":"pound","¤":"currency","¥":"yen","©":"(c)","ª":"a","®":"(r)","º":"o","À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","þ":"th","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"DJ","đ":"dj","Ē":"E","ē":"e","Ė":"E","ė":"e","Ę":"e","ę":"e","Ě":"E","ě":"e","Ğ":"G","ğ":"g","Ģ":"G","ģ":"g","Ĩ":"I","ĩ":"i","Ī":"i","ī":"i","Į":"I","į":"i","İ":"I","ı":"i","Ķ":"k","ķ":"k","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ł":"L","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","Ō":"O","ō":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ũ":"U","ũ":"u","Ū":"u","ū":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","Ə":"E","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Lj":"LJ","lj":"lj","Nj":"NJ","nj":"nj","Ș":"S","ș":"s","Ț":"T","ț":"t","ə":"e","˚":"o","Ά":"A","Έ":"E","Ή":"H","Ί":"I","Ό":"O","Ύ":"Y","Ώ":"W","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"H","Θ":"8","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"3","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"W","Ϊ":"I","Ϋ":"Y","ά":"a","έ":"e","ή":"h","ί":"i","ΰ":"y","α":"a","β":"b","γ":"g","δ":"d","ε":"e","ζ":"z","η":"h","θ":"8","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"3","ο":"o","π":"p","ρ":"r","ς":"s","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"w","ϊ":"i","ϋ":"y","ό":"o","ύ":"y","ώ":"w","Ё":"Yo","Ђ":"DJ","Є":"Ye","І":"I","Ї":"Yi","Ј":"J","Љ":"LJ","Њ":"NJ","Ћ":"C","Џ":"DZ","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ж":"Zh","З":"Z","И":"I","Й":"J","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"H","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"U","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ж":"zh","з":"z","и":"i","й":"j","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"h","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"u","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","ё":"yo","ђ":"dj","є":"ye","і":"i","ї":"yi","ј":"j","љ":"lj","њ":"nj","ћ":"c","ѝ":"u","џ":"dz","Ґ":"G","ґ":"g","Ғ":"GH","ғ":"gh","Қ":"KH","қ":"kh","Ң":"NG","ң":"ng","Ү":"UE","ү":"ue","Ұ":"U","ұ":"u","Һ":"H","һ":"h","Ә":"AE","ә":"ae","Ө":"OE","ө":"oe","Ա":"A","Բ":"B","Գ":"G","Դ":"D","Ե":"E","Զ":"Z","Է":"E'","Ը":"Y'","Թ":"T'","Ժ":"JH","Ի":"I","Լ":"L","Խ":"X","Ծ":"C'","Կ":"K","Հ":"H","Ձ":"D'","Ղ":"GH","Ճ":"TW","Մ":"M","Յ":"Y","Ն":"N","Շ":"SH","Չ":"CH","Պ":"P","Ջ":"J","Ռ":"R'","Ս":"S","Վ":"V","Տ":"T","Ր":"R","Ց":"C","Փ":"P'","Ք":"Q'","Օ":"O''","Ֆ":"F","և":"EV","ء":"a","آ":"aa","أ":"a","ؤ":"u","إ":"i","ئ":"e","ا":"a","ب":"b","ة":"h","ت":"t","ث":"th","ج":"j","ح":"h","خ":"kh","د":"d","ذ":"th","ر":"r","ز":"z","س":"s","ش":"sh","ص":"s","ض":"dh","ط":"t","ظ":"z","ع":"a","غ":"gh","ف":"f","ق":"q","ك":"k","ل":"l","م":"m","ن":"n","ه":"h","و":"w","ى":"a","ي":"y","ً":"an","ٌ":"on","ٍ":"en","َ":"a","ُ":"u","ِ":"e","ْ":"","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","پ":"p","چ":"ch","ژ":"zh","ک":"k","گ":"g","ی":"y","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","฿":"baht","ა":"a","ბ":"b","გ":"g","დ":"d","ე":"e","ვ":"v","ზ":"z","თ":"t","ი":"i","კ":"k","ლ":"l","მ":"m","ნ":"n","ო":"o","პ":"p","ჟ":"zh","რ":"r","ს":"s","ტ":"t","უ":"u","ფ":"f","ქ":"k","ღ":"gh","ყ":"q","შ":"sh","ჩ":"ch","ც":"ts","ძ":"dz","წ":"ts","ჭ":"ch","ხ":"kh","ჯ":"j","ჰ":"h","Ṣ":"S","ṣ":"s","Ẁ":"W","ẁ":"w","Ẃ":"W","ẃ":"w","Ẅ":"W","ẅ":"w","ẞ":"SS","Ạ":"A","ạ":"a","Ả":"A","ả":"a","Ấ":"A","ấ":"a","Ầ":"A","ầ":"a","Ẩ":"A","ẩ":"a","Ẫ":"A","ẫ":"a","Ậ":"A","ậ":"a","Ắ":"A","ắ":"a","Ằ":"A","ằ":"a","Ẳ":"A","ẳ":"a","Ẵ":"A","ẵ":"a","Ặ":"A","ặ":"a","Ẹ":"E","ẹ":"e","Ẻ":"E","ẻ":"e","Ẽ":"E","ẽ":"e","Ế":"E","ế":"e","Ề":"E","ề":"e","Ể":"E","ể":"e","Ễ":"E","ễ":"e","Ệ":"E","ệ":"e","Ỉ":"I","ỉ":"i","Ị":"I","ị":"i","Ọ":"O","ọ":"o","Ỏ":"O","ỏ":"o","Ố":"O","ố":"o","Ồ":"O","ồ":"o","Ổ":"O","ổ":"o","Ỗ":"O","ỗ":"o","Ộ":"O","ộ":"o","Ớ":"O","ớ":"o","Ờ":"O","ờ":"o","Ở":"O","ở":"o","Ỡ":"O","ỡ":"o","Ợ":"O","ợ":"o","Ụ":"U","ụ":"u","Ủ":"U","ủ":"u","Ứ":"U","ứ":"u","Ừ":"U","ừ":"u","Ử":"U","ử":"u","Ữ":"U","ữ":"u","Ự":"U","ự":"u","Ỳ":"Y","ỳ":"y","Ỵ":"Y","ỵ":"y","Ỷ":"Y","ỷ":"y","Ỹ":"Y","ỹ":"y","–":"-","‘":"'","’":"'","“":"\\"","”":"\\"","„":"\\"","†":"+","•":"*","…":"...","₠":"ecu","₢":"cruzeiro","₣":"french franc","₤":"lira","₥":"mill","₦":"naira","₧":"peseta","₨":"rupee","₩":"won","₪":"new shequel","₫":"dong","€":"euro","₭":"kip","₮":"tugrik","₯":"drachma","₰":"penny","₱":"peso","₲":"guarani","₳":"austral","₴":"hryvnia","₵":"cedi","₸":"kazakhstani tenge","₹":"indian rupee","₺":"turkish lira","₽":"russian ruble","₿":"bitcoin","℠":"sm","™":"tm","∂":"d","∆":"delta","∑":"sum","∞":"infinity","♥":"love","元":"yuan","円":"yen","﷼":"rial","ﻵ":"laa","ﻷ":"laa","ﻹ":"lai","ﻻ":"la"}`),t=JSON.parse('{"bg":{"Й":"Y","Ц":"Ts","Щ":"Sht","Ъ":"A","Ь":"Y","й":"y","ц":"ts","щ":"sht","ъ":"a","ь":"y"},"de":{"Ä":"AE","ä":"ae","Ö":"OE","ö":"oe","Ü":"UE","ü":"ue","ß":"ss","%":"prozent","&":"und","|":"oder","∑":"summe","∞":"unendlich","♥":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","¢":"centavos","£":"libras","¤":"moneda","₣":"francos","∑":"suma","∞":"infinito","♥":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","¢":"centime","£":"livre","¤":"devise","₣":"franc","∑":"somme","∞":"infini","♥":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","¢":"centavo","∑":"soma","£":"libra","∞":"infinito","♥":"amor"},"uk":{"И":"Y","и":"y","Й":"Y","й":"y","Ц":"Ts","ц":"ts","Х":"Kh","х":"kh","Щ":"Shch","щ":"shch","Г":"H","г":"h"},"vi":{"Đ":"D","đ":"d"},"da":{"Ø":"OE","ø":"oe","Å":"AA","å":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"større end"},"nb":{"&":"og","Å":"AA","Æ":"AE","Ø":"OE","å":"aa","æ":"ae","ø":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","Å":"AA","Ä":"AE","Ö":"OE","å":"aa","ä":"ae","ö":"oe"}}');function r(s,u){if(typeof s!="string")throw new Error("slugify: string argument expected");u=typeof u=="string"?{replacement:u}:u||{};var c=t[u.locale]||{},h=u.replacement===void 0?"-":u.replacement,R=u.trim===void 0?!0:u.trim,C=s.normalize().split("").reduce(function(y,m){var E=c[m];return E===void 0&&(E=n[m]),E===void 0&&(E=m),E===h&&(E=" "),y+E.replace(u.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"")},"");return u.strict&&(C=C.replace(/[^A-Za-z0-9\s]/g,"")),R&&(C=C.trim()),C=C.replace(/\s+/g,h),u.lower&&(C=C.toLowerCase()),C}return r.extend=function(s){Object.assign(n,s)},r})})(le)),le.exports}var It=Bt();const Lt=z(It);function Pt(i){return Lt(He(i),{lower:!0,strict:!0})}var S=(i=>(i.Camel="camelCase",i.Capital="capitalCase",i.Param="paramCase",i.Pascal="pascalCase",i.Slug="slugCase",i.Snake="snakeCase",i))(S||{});const $t={camelCase:Mt,capitalCase:_t,paramCase:He,pascalCase:kt,slugCase:Pt,snakeCase:bt};function Nt(i,e){return i.some(n=>typeof n=="string"?n===e:n.test(e))}function Ut(i){return i===Object(i)&&!Array.isArray(i)&&typeof i!="function"}function v(i,e,n={deep:!0}){return Ut(i)?Object.keys(i).reduce((t,r)=>{const s=n?.exclude&&Nt(n.exclude,r)?r:$t[e](r);return t[s]=n.deep?v(i[r],e,n):i[r],t},{}):Array.isArray(i)?i.map(t=>v(t,e,n)):i}var be=(i=>(i.V1="v1",i))(be||{}),Q=(i=>(i.Production="LIVE",i.Sandbox="SANDBOX",i.Staging="STAGING",i.CiCd="CI-CD",i.Local="LOCAL",i))(Q||{});const xt={LIVE:"https://booking-api.revolugo.com",SANDBOX:"https://booking-api.sandbox.revolugo.com",STAGING:"https://booking-api.staging.revolugo.com","CI-CD":"https://booking-api.staging.revolugo.com",LOCAL:"http://127.0.0.1:3001"};var De=(i=>(i.HOTEL_ROOM_OFFERS="HOTEL_ROOM_OFFERS",i.HOTEL_SEARCH_POLLING="HOTEL_SEARCH_POLLING",i))(De||{}),fe={exports:{}},Ht=fe.exports,Ke;function Ye(){return Ke||(Ke=1,(function(i,e){(function(n,t){i.exports=t()})(Ht,(function(){var n=1e3,t=6e4,r=36e5,s="millisecond",u="second",c="minute",h="hour",R="day",C="week",y="month",m="quarter",E="year",T="date",d="Invalid Date",O=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,I=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,B={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(A){var o=["th","st","nd","rd"],a=A%100;return"["+A+(o[(a-20)%10]||o[a]||o[0])+"]"}},b=function(A,o,a){var f=String(A);return!f||f.length>=o?A:""+Array(o+1-f.length).join(a)+A},x={s:b,z:function(A){var o=-A.utcOffset(),a=Math.abs(o),f=Math.floor(a/60),l=a%60;return(o<=0?"+":"-")+b(f,2,"0")+":"+b(l,2,"0")},m:function A(o,a){if(o.date()<a.date())return-A(a,o);var f=12*(a.year()-o.year())+(a.month()-o.month()),l=o.clone().add(f,y),g=a-l<0,p=o.clone().add(f+(g?-1:1),y);return+(-(f+(a-l)/(g?l-p:p-l))||0)},a:function(A){return A<0?Math.ceil(A)||0:Math.floor(A)},p:function(A){return{M:y,y:E,w:C,d:R,D:T,h,m:c,s:u,ms:s,Q:m}[A]||String(A||"").toLowerCase().replace(/s$/,"")},u:function(A){return A===void 0}},M="en",L={};L[M]=B;var K="$isDayjsObject",V=function(A){return A instanceof q||!(!A||!A[K])},H=function A(o,a,f){var l;if(!o)return M;if(typeof o=="string"){var g=o.toLowerCase();L[g]&&(l=g),a&&(L[g]=a,l=g);var p=o.split("-");if(!l&&p.length>1)return A(p[0])}else{var D=o.name;L[D]=o,l=D}return!f&&l&&(M=l),l||!f&&M},P=function(A,o){if(V(A))return A.clone();var a=typeof o=="object"?o:{};return a.date=A,a.args=arguments,new q(a)},k=x;k.l=H,k.i=V,k.w=function(A,o){return P(A,{locale:o.$L,utc:o.$u,x:o.$x,$offset:o.$offset})};var q=(function(){function A(a){this.$L=H(a.locale,null,!0),this.parse(a),this.$x=this.$x||a.x||{},this[K]=!0}var o=A.prototype;return o.parse=function(a){this.$d=(function(f){var l=f.date,g=f.utc;if(l===null)return new Date(NaN);if(k.u(l))return new Date;if(l instanceof Date)return new Date(l);if(typeof l=="string"&&!/Z$/i.test(l)){var p=l.match(O);if(p){var D=p[2]-1||0,$=(p[7]||"0").substring(0,3);return g?new Date(Date.UTC(p[1],D,p[3]||1,p[4]||0,p[5]||0,p[6]||0,$)):new Date(p[1],D,p[3]||1,p[4]||0,p[5]||0,p[6]||0,$)}}return new Date(l)})(a),this.init()},o.init=function(){var a=this.$d;this.$y=a.getFullYear(),this.$M=a.getMonth(),this.$D=a.getDate(),this.$W=a.getDay(),this.$H=a.getHours(),this.$m=a.getMinutes(),this.$s=a.getSeconds(),this.$ms=a.getMilliseconds()},o.$utils=function(){return k},o.isValid=function(){return this.$d.toString()!==d},o.isSame=function(a,f){var l=P(a);return this.startOf(f)<=l&&l<=this.endOf(f)},o.isAfter=function(a,f){return P(a)<this.startOf(f)},o.isBefore=function(a,f){return this.endOf(f)<P(a)},o.$g=function(a,f,l){return k.u(a)?this[f]:this.set(l,a)},o.unix=function(){return Math.floor(this.valueOf()/1e3)},o.valueOf=function(){return this.$d.getTime()},o.startOf=function(a,f){var l=this,g=!!k.u(f)||f,p=k.p(a),D=function(te,j){var X=k.w(l.$u?Date.UTC(l.$y,j,te):new Date(l.$y,j,te),l);return g?X:X.endOf(R)},$=function(te,j){return k.w(l.toDate()[te].apply(l.toDate("s"),(g?[0,0,0,0]:[23,59,59,999]).slice(j)),l)},G=this.$W,_=this.$M,F=this.$D,re="set"+(this.$u?"UTC":"");switch(p){case E:return g?D(1,0):D(31,11);case y:return g?D(1,_):D(0,_+1);case C:var ee=this.$locale().weekStart||0,oe=(G<ee?G+7:G)-ee;return D(g?F-oe:F+(6-oe),_);case R:case T:return $(re+"Hours",0);case h:return $(re+"Minutes",1);case c:return $(re+"Seconds",2);case u:return $(re+"Milliseconds",3);default:return this.clone()}},o.endOf=function(a){return this.startOf(a,!1)},o.$set=function(a,f){var l,g=k.p(a),p="set"+(this.$u?"UTC":""),D=(l={},l[R]=p+"Date",l[T]=p+"Date",l[y]=p+"Month",l[E]=p+"FullYear",l[h]=p+"Hours",l[c]=p+"Minutes",l[u]=p+"Seconds",l[s]=p+"Milliseconds",l)[g],$=g===R?this.$D+(f-this.$W):f;if(g===y||g===E){var G=this.clone().set(T,1);G.$d[D]($),G.init(),this.$d=G.set(T,Math.min(this.$D,G.daysInMonth())).$d}else D&&this.$d[D]($);return this.init(),this},o.set=function(a,f){return this.clone().$set(a,f)},o.get=function(a){return this[k.p(a)]()},o.add=function(a,f){var l,g=this;a=Number(a);var p=k.p(f),D=function(_){var F=P(g);return k.w(F.date(F.date()+Math.round(_*a)),g)};if(p===y)return this.set(y,this.$M+a);if(p===E)return this.set(E,this.$y+a);if(p===R)return D(1);if(p===C)return D(7);var $=(l={},l[c]=t,l[h]=r,l[u]=n,l)[p]||1,G=this.$d.getTime()+a*$;return k.w(G,this)},o.subtract=function(a,f){return this.add(-1*a,f)},o.format=function(a){var f=this,l=this.$locale();if(!this.isValid())return l.invalidDate||d;var g=a||"YYYY-MM-DDTHH:mm:ssZ",p=k.z(this),D=this.$H,$=this.$m,G=this.$M,_=l.weekdays,F=l.months,re=l.meridiem,ee=function(j,X,ae,Me){return j&&(j[X]||j(f,g))||ae[X].slice(0,Me)},oe=function(j){return k.s(D%12||12,j,"0")},te=re||function(j,X,ae){var Me=j<12?"AM":"PM";return ae?Me.toLowerCase():Me};return g.replace(I,(function(j,X){return X||(function(ae){switch(ae){case"YY":return String(f.$y).slice(-2);case"YYYY":return k.s(f.$y,4,"0");case"M":return G+1;case"MM":return k.s(G+1,2,"0");case"MMM":return ee(l.monthsShort,G,F,3);case"MMMM":return ee(F,G);case"D":return f.$D;case"DD":return k.s(f.$D,2,"0");case"d":return String(f.$W);case"dd":return ee(l.weekdaysMin,f.$W,_,2);case"ddd":return ee(l.weekdaysShort,f.$W,_,3);case"dddd":return _[f.$W];case"H":return String(D);case"HH":return k.s(D,2,"0");case"h":return oe(1);case"hh":return oe(2);case"a":return te(D,$,!0);case"A":return te(D,$,!1);case"m":return String($);case"mm":return k.s($,2,"0");case"s":return String(f.$s);case"ss":return k.s(f.$s,2,"0");case"SSS":return k.s(f.$ms,3,"0");case"Z":return p}return null})(j)||p.replace(":","")}))},o.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},o.diff=function(a,f,l){var g,p=this,D=k.p(f),$=P(a),G=($.utcOffset()-this.utcOffset())*t,_=this-$,F=function(){return k.m(p,$)};switch(D){case E:g=F()/12;break;case y:g=F();break;case m:g=F()/3;break;case C:g=(_-G)/6048e5;break;case R:g=(_-G)/864e5;break;case h:g=_/r;break;case c:g=_/t;break;case u:g=_/n;break;default:g=_}return l?g:k.a(g)},o.daysInMonth=function(){return this.endOf(y).$D},o.$locale=function(){return L[this.$L]},o.locale=function(a,f){if(!a)return this.$L;var l=this.clone(),g=H(a,f,!0);return g&&(l.$L=g),l},o.clone=function(){return k.w(this.$d,this)},o.toDate=function(){return new Date(this.valueOf())},o.toJSON=function(){return this.isValid()?this.toISOString():null},o.toISOString=function(){return this.$d.toISOString()},o.toString=function(){return this.$d.toUTCString()},A})(),Oe=q.prototype;return P.prototype=Oe,[["$ms",s],["$s",u],["$m",c],["$H",h],["$W",R],["$M",y],["$y",E],["$D",T]].forEach((function(A){Oe[A[1]]=function(o){return this.$g(o,A[0],A[1])}})),P.extend=function(A,o){return A.$i||(A(o,q,P),A.$i=!0),P},P.locale=H,P.isDayjs=V,P.unix=function(A){return P(1e3*A)},P.en=L[M],P.Ls=L,P.p={},P}))})(fe)),fe.exports}var Gt=Ye();const Z=z(Gt);var de={exports:{}},Ft=de.exports,Ve;function Kt(){return Ve||(Ve=1,(function(i,e){(function(n,t){i.exports=t()})(Ft,(function(){return function(n,t){var r=t.prototype,s=r.format;r.format=function(u){var c=this,h=this.$locale();if(!this.isValid())return s.bind(this)(u);var R=this.$utils(),C=(u||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,(function(y){switch(y){case"Q":return Math.ceil((c.$M+1)/3);case"Do":return h.ordinal(c.$D);case"gggg":return c.weekYear();case"GGGG":return c.isoWeekYear();case"wo":return h.ordinal(c.week(),"W");case"w":case"ww":return R.s(c.week(),y==="w"?1:2,"0");case"W":case"WW":return R.s(c.isoWeek(),y==="W"?1:2,"0");case"k":case"kk":return R.s(String(c.$H===0?24:c.$H),y==="k"?1:2,"0");case"X":return Math.floor(c.$d.getTime()/1e3);case"x":return c.$d.getTime();case"z":return"["+c.offsetName()+"]";case"zzz":return"["+c.offsetName("long")+"]";default:return y}}));return s.bind(this)(C)}}}))})(de)),de.exports}var Yt=Kt();const Vt=z(Yt);var he={exports:{}},qt=he.exports,qe;function jt(){return qe||(qe=1,(function(i,e){(function(n,t){i.exports=t()})(qt,(function(){return function(n,t,r){t.prototype.isBetween=function(s,u,c,h){var R=r(s),C=r(u),y=(h=h||"()")[0]==="(",m=h[1]===")";return(y?this.isAfter(R,c):!this.isBefore(R,c))&&(m?this.isBefore(C,c):!this.isAfter(C,c))||(y?this.isBefore(R,c):!this.isAfter(R,c))&&(m?this.isAfter(C,c):!this.isBefore(C,c))}}}))})(he)),he.exports}var zt=jt();const Wt=z(zt);var pe={exports:{}},Zt=pe.exports,je;function Jt(){return je||(je=1,(function(i,e){(function(n,t){i.exports=t()})(Zt,(function(){return function(n,t){t.prototype.isSameOrAfter=function(r,s){return this.isSame(r,s)||this.isAfter(r,s)}}}))})(pe)),pe.exports}var Xt=Jt();const Qt=z(Xt);var me={exports:{}},en=me.exports,ze;function tn(){return ze||(ze=1,(function(i,e){(function(n,t){i.exports=t()})(en,(function(){return function(n,t){t.prototype.isSameOrBefore=function(r,s){return this.isSame(r,s)||this.isBefore(r,s)}}}))})(me)),me.exports}var nn=tn();const rn=z(nn);var ye={exports:{}},on=ye.exports,We;function an(){return We||(We=1,(function(i,e){(function(n,t){i.exports=t()})(on,(function(){return function(n,t,r){var s=t.prototype,u=function(y){return y&&(y.indexOf?y:y.s)},c=function(y,m,E,T,d){var O=y.name?y:y.$locale(),I=u(O[m]),B=u(O[E]),b=I||B.map((function(M){return M.slice(0,T)}));if(!d)return b;var x=O.weekStart;return b.map((function(M,L){return b[(L+(x||0))%7]}))},h=function(){return r.Ls[r.locale()]},R=function(y,m){return y.formats[m]||(function(E){return E.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(T,d,O){return d||O.slice(1)}))})(y.formats[m.toUpperCase()])},C=function(){var y=this;return{months:function(m){return m?m.format("MMMM"):c(y,"months")},monthsShort:function(m){return m?m.format("MMM"):c(y,"monthsShort","months",3)},firstDayOfWeek:function(){return y.$locale().weekStart||0},weekdays:function(m){return m?m.format("dddd"):c(y,"weekdays")},weekdaysMin:function(m){return m?m.format("dd"):c(y,"weekdaysMin","weekdays",2)},weekdaysShort:function(m){return m?m.format("ddd"):c(y,"weekdaysShort","weekdays",3)},longDateFormat:function(m){return R(y.$locale(),m)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};s.localeData=function(){return C.bind(this)()},r.localeData=function(){var y=h();return{firstDayOfWeek:function(){return y.weekStart||0},weekdays:function(){return r.weekdays()},weekdaysShort:function(){return r.weekdaysShort()},weekdaysMin:function(){return r.weekdaysMin()},months:function(){return r.months()},monthsShort:function(){return r.monthsShort()},longDateFormat:function(m){return R(y,m)},meridiem:y.meridiem,ordinal:y.ordinal}},r.months=function(){return c(h(),"months")},r.monthsShort=function(){return c(h(),"monthsShort","months",3)},r.weekdays=function(y){return c(h(),"weekdays",null,null,y)},r.weekdaysShort=function(y){return c(h(),"weekdaysShort","weekdays",3,y)},r.weekdaysMin=function(y){return c(h(),"weekdaysMin","weekdays",2,y)}}}))})(ye)),ye.exports}var sn=an();const un=z(sn);var ge={exports:{}},cn=ge.exports,Ze;function ln(){return Ze||(Ze=1,(function(i,e){(function(n,t){i.exports=t()})(cn,(function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};return function(t,r,s){var u=r.prototype,c=u.format;s.en.formats=n,u.format=function(h){h===void 0&&(h="YYYY-MM-DDTHH:mm:ssZ");var R=this.$locale().formats,C=(function(y,m){return y.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(E,T,d){var O=d&&d.toUpperCase();return T||m[d]||n[d]||m[O].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(I,B,b){return B||b.slice(1)}))}))})(h,R===void 0?{}:R);return c.call(this,C)}}}))})(ge)),ge.exports}var fn=ln();const dn=z(fn);var we={exports:{}},hn=we.exports,Je;function pn(){return Je||(Je=1,(function(i,e){(function(n,t){i.exports=t()})(hn,(function(){return function(n,t,r){var s=function(u,c){if(!c||!c.length||c.length===1&&!c[0]||c.length===1&&Array.isArray(c[0])&&!c[0].length)return null;var h;c.length===1&&c[0].length>0&&(c=c[0]),h=(c=c.filter((function(C){return C})))[0];for(var R=1;R<c.length;R+=1)c[R].isValid()&&!c[R][u](h)||(h=c[R]);return h};r.max=function(){var u=[].slice.call(arguments,0);return s("isAfter",u)},r.min=function(){var u=[].slice.call(arguments,0);return s("isBefore",u)}}}))})(we)),we.exports}var mn=pn();const yn=z(mn);var ve={exports:{}},gn=ve.exports,Xe;function wn(){return Xe||(Xe=1,(function(i,e){(function(n,t){i.exports=t()})(gn,(function(){return function(n,t,r){n=n||{};var s=t.prototype,u={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function c(R,C,y,m){return s.fromToBase(R,C,y,m)}r.en.relativeTime=u,s.fromToBase=function(R,C,y,m,E){for(var T,d,O,I=y.$locale().relativeTime||u,B=n.thresholds||[{l:"s",r:44,d:"second"},{l:"m",r:89},{l:"mm",r:44,d:"minute"},{l:"h",r:89},{l:"hh",r:21,d:"hour"},{l:"d",r:35},{l:"dd",r:25,d:"day"},{l:"M",r:45},{l:"MM",r:10,d:"month"},{l:"y",r:17},{l:"yy",d:"year"}],b=B.length,x=0;x<b;x+=1){var M=B[x];M.d&&(T=m?r(R).diff(y,M.d,!0):y.diff(R,M.d,!0));var L=(n.rounding||Math.round)(Math.abs(T));if(O=T>0,L<=M.r||!M.r){L<=1&&x>0&&(M=B[x-1]);var K=I[M.l];E&&(L=E(""+L)),d=typeof K=="string"?K.replace("%d",L):K(L,C,M.l,O);break}}if(C)return d;var V=O?I.future:I.past;return typeof V=="function"?V(d):V.replace("%s",d)},s.to=function(R,C){return c(R,C,this,!0)},s.from=function(R,C){return c(R,C,this)};var h=function(R){return R.$u?r.utc():r()};s.toNow=function(R){return this.to(h(this),R)},s.fromNow=function(R){return this.from(h(this),R)}}}))})(ve)),ve.exports}var vn=wn();const Sn=z(vn);var Se={exports:{}},Rn=Se.exports,Qe;function An(){return Qe||(Qe=1,(function(i,e){(function(n,t){i.exports=t()})(Rn,(function(){var n={year:0,month:1,day:2,hour:3,minute:4,second:5},t={};return function(r,s,u){var c,h=function(m,E,T){T===void 0&&(T={});var d=new Date(m),O=(function(I,B){B===void 0&&(B={});var b=B.timeZoneName||"short",x=I+"|"+b,M=t[x];return M||(M=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:I,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:b}),t[x]=M),M})(E,T);return O.formatToParts(d)},R=function(m,E){for(var T=h(m,E),d=[],O=0;O<T.length;O+=1){var I=T[O],B=I.type,b=I.value,x=n[B];x>=0&&(d[x]=parseInt(b,10))}var M=d[3],L=M===24?0:M,K=d[0]+"-"+d[1]+"-"+d[2]+" "+L+":"+d[4]+":"+d[5]+":000",V=+m;return(u.utc(K).valueOf()-(V-=V%1e3))/6e4},C=s.prototype;C.tz=function(m,E){m===void 0&&(m=c);var T,d=this.utcOffset(),O=this.toDate(),I=O.toLocaleString("en-US",{timeZone:m}),B=Math.round((O-new Date(I))/1e3/60),b=15*-Math.round(O.getTimezoneOffset()/15)-B;if(!Number(b))T=this.utcOffset(0,E);else if(T=u(I,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(b,!0),E){var x=T.utcOffset();T=T.add(d-x,"minute")}return T.$x.$timezone=m,T},C.offsetName=function(m){var E=this.$x.$timezone||u.tz.guess(),T=h(this.valueOf(),E,{timeZoneName:m}).find((function(d){return d.type.toLowerCase()==="timezonename"}));return T&&T.value};var y=C.startOf;C.startOf=function(m,E){if(!this.$x||!this.$x.$timezone)return y.call(this,m,E);var T=u(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return y.call(T,m,E).tz(this.$x.$timezone,!0)},u.tz=function(m,E,T){var d=T&&E,O=T||E||c,I=R(+u(),O);if(typeof m!="string")return u(m).tz(O);var B=(function(L,K,V){var H=L-60*K*1e3,P=R(H,V);if(K===P)return[H,K];var k=R(H-=60*(P-K)*1e3,V);return P===k?[H,P]:[L-60*Math.min(P,k)*1e3,Math.max(P,k)]})(u.utc(m,d).valueOf(),I,O),b=B[0],x=B[1],M=u(b).utcOffset(x);return M.$x.$timezone=O,M},u.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},u.tz.setDefault=function(m){c=m}}}))})(Se)),Se.exports}var Cn=An();const En=z(Cn);var Re={exports:{}},Tn=Re.exports,et;function On(){return et||(et=1,(function(i,e){(function(n,t){i.exports=t()})(Tn,(function(){var n="minute",t=/[+-]\d\d(?::?\d\d)?/g,r=/([+-]|\d\d)/g;return function(s,u,c){var h=u.prototype;c.utc=function(d){var O={date:d,utc:!0,args:arguments};return new u(O)},h.utc=function(d){var O=c(this.toDate(),{locale:this.$L,utc:!0});return d?O.add(this.utcOffset(),n):O},h.local=function(){return c(this.toDate(),{locale:this.$L,utc:!1})};var R=h.parse;h.parse=function(d){d.utc&&(this.$u=!0),this.$utils().u(d.$offset)||(this.$offset=d.$offset),R.call(this,d)};var C=h.init;h.init=function(){if(this.$u){var d=this.$d;this.$y=d.getUTCFullYear(),this.$M=d.getUTCMonth(),this.$D=d.getUTCDate(),this.$W=d.getUTCDay(),this.$H=d.getUTCHours(),this.$m=d.getUTCMinutes(),this.$s=d.getUTCSeconds(),this.$ms=d.getUTCMilliseconds()}else C.call(this)};var y=h.utcOffset;h.utcOffset=function(d,O){var I=this.$utils().u;if(I(d))return this.$u?0:I(this.$offset)?y.call(this):this.$offset;if(typeof d=="string"&&(d=(function(M){M===void 0&&(M="");var L=M.match(t);if(!L)return null;var K=(""+L[0]).match(r)||["-",0,0],V=K[0],H=60*+K[1]+ +K[2];return H===0?0:V==="+"?H:-H})(d),d===null))return this;var B=Math.abs(d)<=16?60*d:d;if(B===0)return this.utc(O);var b=this.clone();if(O)return b.$offset=B,b.$u=!1,b;var x=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();return(b=this.local().add(B+x,n)).$offset=B,b.$x.$localOffset=x,b};var m=h.format;h.format=function(d){var O=d||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return m.call(this,O)},h.valueOf=function(){var d=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*d},h.isUTC=function(){return!!this.$u},h.toISOString=function(){return this.toDate().toISOString()},h.toString=function(){return this.toDate().toUTCString()};var E=h.toDate;h.toDate=function(d){return d==="s"&&this.$offset?c(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():E.call(this)};var T=h.diff;h.diff=function(d,O,I){if(d&&this.$u===d.$u)return T.call(this,d,O,I);var B=this.local(),b=c(d).local();return T.call(B,b,O,I)}}}))})(Re)),Re.exports}var Mn=On();const kn=z(Mn);var Ae={exports:{}},_n=Ae.exports,tt;function bn(){return tt||(tt=1,(function(i,e){(function(n,t){i.exports=t(Ye())})(_n,(function(n){function t(u){return u&&typeof u=="object"&&"default"in u?u:{default:u}}var r=t(n),s={name:"fr",weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(u){return""+u+(u===1?"er":"")}};return r.default.locale(s,null,!0),s}))})(Ae)),Ae.exports}bn();var Ce={exports:{}},Dn=Ce.exports,nt;function Bn(){return nt||(nt=1,(function(i,e){(function(n,t){i.exports=t()})(Dn,(function(){return{name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(n){var t=["th","st","nd","rd"],r=n%100;return"["+n+(t[(r-20)%10]||t[r]||t[0])+"]"}}}))})(Ce)),Ce.exports}Bn(),Z.extend(Vt),Z.extend(Wt),Z.extend(Qt),Z.extend(rn),Z.extend(dn),Z.extend(un),Z.extend(yn),Z.extend(Sn),Z.extend(En),Z.extend(kn);function J(i){if(i===null||typeof i!="object")return!1;const e=Object.getPrototypeOf(i);return e===Object.prototype||e===null}function Ee(i,e=new WeakSet){if(i==null||typeof i!="object"||e.has(i))return i;if(e.add(i),Array.isArray(i))return i.map(n=>Ee(n,e));if(J(i)){const n={};for(const t in i)Object.hasOwn(i,t)&&(n[t]=Ee(i[t],e));return n}return i}function Be(i,e,n=new WeakSet){if(!(!J(e)||!J(i))&&!(e===i||n.has(e))){n.add(e);for(const t in e)if(Object.hasOwn(e,t)){const r=e[t],s=i[t];J(r)&&J(s)?Be(s,r,n):Array.isArray(r)&&Array.isArray(s)?i[t]=rt(s,r,n):i[t]=Ee(r,n)}}}function rt(i,e,n){const t=i.slice();for(let r=0;r<e.length;r++){const s=e[r],u=t[r];if(J(s)&&J(u)){const c={...u};Be(c,s,n),t[r]=c}else Array.isArray(s)&&Array.isArray(u)?t[r]=rt(u,s,n):t[r]=Ee(s,n)}return t}function it(i,...e){if(!J(i))throw new TypeError("Target must be a plain object");const n=new WeakSet;for(const t of e)t!=null&&Be(i,t,n);return i}const Y=[];for(let i=0;i<256;++i)Y.push((i+256).toString(16).slice(1));function In(i,e=0){return(Y[i[e+0]]+Y[i[e+1]]+Y[i[e+2]]+Y[i[e+3]]+"-"+Y[i[e+4]]+Y[i[e+5]]+"-"+Y[i[e+6]]+Y[i[e+7]]+"-"+Y[i[e+8]]+Y[i[e+9]]+"-"+Y[i[e+10]]+Y[i[e+11]]+Y[i[e+12]]+Y[i[e+13]]+Y[i[e+14]]+Y[i[e+15]]).toLowerCase()}let Ie;const Ln=new Uint8Array(16);function Pn(){if(!Ie){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Ie=crypto.getRandomValues.bind(crypto)}return Ie(Ln)}const ot={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function $n(i,e,n){i=i||{};const t=i.random??i.rng?.()??Pn();if(t.length<16)throw new Error("Random bytes length must be >= 16");return t[6]=t[6]&15|64,t[8]=t[8]&63|128,In(t)}function Nn(i,e,n){return ot.randomUUID&&!i?ot.randomUUID():$n(i)}const Un=1500;class ne{static instance=null;defaultOptions={callCount:1,interval:Un,maxCallCount:20,minCallCount:1};pollings={};events={complete:()=>{},data:()=>{},error:()=>{}};static getInstance(){return ne.instance||(ne.instance=new ne),ne.instance}poll(e,n){const t=this.buildPollerOptions(n);return this.storeCurrentPolling(t),this.isActivePoller(t)&&e().then(r=>this.onRequest(r,e,t)).catch(r=>{this.dispatch("error",r)}),this}on(e,n){this.events[e]=n}stop(e){e&&this.pollings[e]&&delete this.pollings[e]}dispatch(e,n){this.events[e](n)}async onRequest(e,n,t){const r=v(e??{},S.Camel);this.isActivePoller(t)&&(this.isInProgress(r)&&t.callCount&&t.maxCallCount&&t.callCount<t.maxCallCount||!this.isInProgress(r)&&t.callCount&&t.minCallCount&&t.callCount<t.minCallCount?(this.isInProgress(r)||(r.meta=r.meta||{},r.meta.status="IN_PROGRESS"),t.callCount+=1,this.dispatch("data",r),t.interval&&await this.pause(t),this.poll(n,t)):this.isInProgress(r)?(r.meta=r.meta||{},r.meta.status="COMPLETE",this.onComplete(r,t)):this.onComplete(r,t))}onComplete(e,n){this.dispatch("data",e),this.dispatch("complete",e),this.removeCurrentPolling(n)}isInProgress(e){return(e?.meta?.status??"")!=="COMPLETE"}buildPollerOptions(e){const n=Object.entries(e).reduce((t,[r,s])=>{if(s!==void 0){const u=r;t[u]=s}return t},{});return{...this.defaultOptions,...n}}storeCurrentPolling(e){e.type&&!e.uuid&&(e.uuid=Nn(),this.pollings[e.type]=e.uuid)}isActivePoller(e){return e.type?!!this.pollings[e.type]&&this.pollings[e.type]===e.uuid:!0}pause(e){return new Promise(n=>{setTimeout(n,e.interval)})}removeCurrentPolling(e){e.type&&this.pollings[e.type]&&delete this.pollings[e.type]}}function at(i,e,n){const t=ne.getInstance();return t.poll(i,e),n&&typeof n=="function"?(t.on("data",r=>{r instanceof Error?n(r,void 0,t):n(null,r,t)}),t.on("error",r=>{r instanceof Error?n(r):n(null,r)}),t):new Promise((r,s)=>{t.on("error",s),t.on("complete",u=>{u instanceof Error?s(u):r(u)})})}const st="http://localhost".replace(/\/+$/,""),xn=i=>typeof Blob<"u"&&i instanceof Blob;class W{constructor(e=new Le){this.configuration=e,this.middleware=e.middleware}middleware;withMiddleware(...e){const n=this.clone();return n.middleware=n.middleware.concat(...e),n}withPreMiddleware(...e){const n=e.map(t=>({pre:t}));return this.withMiddleware(...n)}withPostMiddleware(...e){const n=e.map(t=>({post:t}));return this.withMiddleware(...n)}async request(e,n){const{url:t,init:r}=this.createFetchParams(e,n),s=await this.fetchApi(t,r);if(s.status>=200&&s.status<300)return s;throw new ut(s,"Response returned an error code")}createFetchParams(e,n){let t=this.configuration.basePath+e.path;e.query!==void 0&&Object.keys(e.query).length!==0&&(t+="?"+this.configuration.queryParamsStringify(e.query));const r=typeof FormData<"u"&&e.body instanceof FormData||e.body instanceof URLSearchParams||xn(e.body)?e.body:JSON.stringify(e.body),s=Object.assign({},this.configuration.headers,e.headers);Object.keys(s).forEach(c=>s[c]===void 0?delete s[c]:{});const u={method:e.method,body:r,credentials:this.configuration.credentials,...it({},n,{headers:it({},s,n?.headers)})};return{url:t,init:u}}fetchApi=async(e,n)=>{let t={url:e,init:n};for(const s of this.middleware)s.pre&&(t=await s.pre({fetch:this.fetchApi,...t})||t);let r=await(this.configuration.fetchApi||fetch)(t.url,t.init);for(const s of this.middleware)s.post&&(r=await s.post({fetch:this.fetchApi,url:t.url,init:t.init,response:r.clone()})||r);return r};clone(){const e=this.constructor,n=new e(this.configuration);return n.middleware=this.middleware.slice(),n}}class ut extends Error{constructor(e,n){super(n),this.response=e}name="ResponseError"}class N extends Error{constructor(e,n){super(n),this.field=e}name="RequiredError"}const Hn={csv:",",ssv:" ",tsv:" ",pipes:"|"};class Le{constructor(e={}){this.configuration=e}get basePath(){return this.configuration.basePath!=null?this.configuration.basePath:st}get fetchApi(){return this.configuration.fetchApi}get middleware(){return this.configuration.middleware||[]}get queryParamsStringify(){return this.configuration.queryParamsStringify||Pe}get username(){return this.configuration.username}get password(){return this.configuration.password}get apiKey(){const e=this.configuration.apiKey;if(e)return typeof e=="function"?e:()=>e}get accessToken(){const e=this.configuration.accessToken;if(e)return typeof e=="function"?e:async()=>e}get headers(){return this.configuration.headers}get credentials(){return this.configuration.credentials}}function Gn(i,e){const n=i[e];return n!=null}function Pe(i,e=""){return Object.keys(i).map(n=>{const t=e+(e.length?`[${n}]`:n),r=i[n];if(r instanceof Array){const s=r.map(u=>encodeURIComponent(String(u))).join(`&${encodeURIComponent(t)}=`);return`${encodeURIComponent(t)}=${s}`}return r instanceof Date?`${encodeURIComponent(t)}=${encodeURIComponent(r.toISOString())}`:r instanceof Object?Pe(r,t):`${encodeURIComponent(t)}=${encodeURIComponent(String(r))}`}).filter(n=>n.length>0).join("&")}function Fn(i,e){return Object.keys(i).reduce((n,t)=>({...n,[t]:e(i[t])}),{})}function Kn(i){for(const e of i)if(e.contentType==="multipart/form-data")return!0;return!1}class U{constructor(e,n=t=>t){this.raw=e,this.transformer=n}async value(){return this.transformer(await this.raw.json())}}class Yn{constructor(e){this.raw=e}async value(){}}class Vn{constructor(e){this.raw=e}async value(){return await this.raw.blob()}}class ct{constructor(e){this.raw=e}async value(){return await this.raw.text()}}const qn={Disabled:"DISABLED",Enabled:"ENABLED",Forced:"FORCED"},jn={Cx:"bkg-cx",Cf:"bkg-cf",Created:"bkg-created",Af:"bkg-af",Ip:"bkg-ip",Pc:"bkg-pc",Pp:"bkg-pp",Qr:"bkg-qr"},zn={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"},Wn={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"},Zn={Dr:"dr",Mr:"mr",Mrs:"mrs",Ms:"ms",NotSpecified:"notSpecified",Prof:"prof"},Jn={Ad:"AD",Ae:"AE",Af:"AF",Ag:"AG",Ai:"AI",Al:"AL",Am:"AM",Ao:"AO",Ar:"AR",As:"AS",At:"AT",Au:"AU",Aw:"AW",Ax:"AX",Az:"AZ",Ba:"BA",Bb:"BB",Bd:"BD",Be:"BE",Bf:"BF",Bg:"BG",Bh:"BH",Bi:"BI",Bj:"BJ",Bl:"BL",Bm:"BM",Bn:"BN",Bo:"BO",Bq:"BQ",Br:"BR",Bs:"BS",Bt:"BT",Bw:"BW",By:"BY",Bz:"BZ",Ca:"CA",Cc:"CC",Cd:"CD",Cf:"CF",Cg:"CG",Ch:"CH",Ci:"CI",Ck:"CK",Cl:"CL",Cm:"CM",Cn:"CN",Co:"CO",Cr:"CR",Cu:"CU",Cv:"CV",Cw:"CW",Cx:"CX",Cy:"CY",Cz:"CZ",De:"DE",Dj:"DJ",Dk:"DK",Dm:"DM",Do:"DO",Dz:"DZ",Ec:"EC",Ee:"EE",Eg:"EG",Eh:"EH",Er:"ER",Es:"ES",Et:"ET",Fi:"FI",Fj:"FJ",Fk:"FK",Fm:"FM",Fo:"FO",Fr:"FR",Ga:"GA",Gb:"GB",Gd:"GD",Ge:"GE",Gf:"GF",Gg:"GG",Gh:"GH",Gi:"GI",Gl:"GL",Gm:"GM",Gn:"GN",Gp:"GP",Gq:"GQ",Gr:"GR",Gt:"GT",Gu:"GU",Gw:"GW",Gy:"GY",Hk:"HK",Hn:"HN",Hr:"HR",Ht:"HT",Hu:"HU",Id:"ID",Ie:"IE",Il:"IL",Im:"IM",In:"IN",Io:"IO",Iq:"IQ",Ir:"IR",Is:"IS",It:"IT",Je:"JE",Jm:"JM",Jo:"JO",Jp:"JP",Ke:"KE",Kg:"KG",Kh:"KH",Ki:"KI",Km:"KM",Kn:"KN",Kp:"KP",Kr:"KR",Kw:"KW",Ky:"KY",Kz:"KZ",La:"LA",Lb:"LB",Lc:"LC",Li:"LI",Lk:"LK",Lr:"LR",Ls:"LS",Lt:"LT",Lu:"LU",Lv:"LV",Ly:"LY",Ma:"MA",Mc:"MC",Md:"MD",Me:"ME",Mf:"MF",Mg:"MG",Mh:"MH",Mk:"MK",Ml:"ML",Mm:"MM",Mn:"MN",Mo:"MO",Mp:"MP",Mq:"MQ",Mr:"MR",Ms:"MS",Mt:"MT",Mu:"MU",Mv:"MV",Mw:"MW",Mx:"MX",My:"MY",Mz:"MZ",Na:"NA",Nc:"NC",Ne:"NE",Nf:"NF",Ng:"NG",Ni:"NI",Nl:"NL",No:"NO",Np:"NP",Nr:"NR",Nu:"NU",Nz:"NZ",Om:"OM",Pa:"PA",Pe:"PE",Pf:"PF",Pg:"PG",Ph:"PH",Pk:"PK",Pl:"PL",Pm:"PM",Pr:"PR",Ps:"PS",Pt:"PT",Pw:"PW",Py:"PY",Qa:"QA",Re:"RE",Ro:"RO",Rs:"RS",Ru:"RU",Rw:"RW",Sa:"SA",Sb:"SB",Sc:"SC",Sd:"SD",Se:"SE",Sg:"SG",Sh:"SH",Si:"SI",Sj:"SJ",Sk:"SK",Sl:"SL",Sm:"SM",Sn:"SN",So:"SO",Sr:"SR",Ss:"SS",St:"ST",Sv:"SV",Sx:"SX",Sy:"SY",Sz:"SZ",Tc:"TC",Td:"TD",Tg:"TG",Th:"TH",Tj:"TJ",Tk:"TK",Tl:"TL",Tm:"TM",Tn:"TN",To:"TO",Tr:"TR",Tt:"TT",Tv:"TV",Tw:"TW",Tz:"TZ",Ua:"UA",Ug:"UG",Us:"US",Uy:"UY",Uz:"UZ",Va:"VA",Vc:"VC",Ve:"VE",Vg:"VG",Vi:"VI",Vn:"VN",Vu:"VU",Wf:"WF",Ws:"WS",Xk:"XK",Ye:"YE",Yt:"YT",Za:"ZA",Zm:"ZM",Zw:"ZW"},Xn={Aed:"AED",Afn:"AFN",All:"ALL",Amd:"AMD",Ang:"ANG",Aoa:"AOA",Ars:"ARS",Aud:"AUD",Awg:"AWG",Azn:"AZN",Bam:"BAM",Bbd:"BBD",Bdt:"BDT",Bhd:"BHD",Bgn:"BGN",Bif:"BIF",Bmd:"BMD",Bnd:"BND",Bob:"BOB",Brl:"BRL",Bsd:"BSD",Bwp:"BWP",Bzd:"BZD",Cad:"CAD",Cdf:"CDF",Chf:"CHF",Clp:"CLP",Cny:"CNY",Cop:"COP",Crc:"CRC",Cve:"CVE",Czk:"CZK",Djf:"DJF",Dkk:"DKK",Dop:"DOP",Dzd:"DZD",Egp:"EGP",Etb:"ETB",Eur:"EUR",Fjd:"FJD",Fkp:"FKP",Gbp:"GBP",Gel:"GEL",Gip:"GIP",Gmd:"GMD",Gnf:"GNF",Gtq:"GTQ",Gyd:"GYD",Hkd:"HKD",Hnl:"HNL",Htg:"HTG",Huf:"HUF",Idr:"IDR",Ils:"ILS",Inr:"INR",Isk:"ISK",Jmd:"JMD",Jod:"JOD",Jpy:"JPY",Kes:"KES",Kgs:"KGS",Khr:"KHR",Kmf:"KMF",Krw:"KRW",Kwd:"KWD",Kyd:"KYD",Kzt:"KZT",Lak:"LAK",Lbp:"LBP",Lkr:"LKR",Lrd:"LRD",Lsl:"LSL",Mad:"MAD",Mdl:"MDL",Mga:"MGA",Mkd:"MKD",Mmk:"MMK",Mnt:"MNT",Mop:"MOP",Mru:"MRU",Mur:"MUR",Mvr:"MVR",Mwk:"MWK",Mxn:"MXN",Myr:"MYR",Mzn:"MZN",Nad:"NAD",Ngn:"NGN",Nio:"NIO",Nok:"NOK",Npr:"NPR",Nzd:"NZD",Omr:"OMR",Pab:"PAB",Pen:"PEN",Pgk:"PGK",Php:"PHP",Pkr:"PKR",Pln:"PLN",Pyg:"PYG",Qar:"QAR",Ron:"RON",Rsd:"RSD",Rub:"RUB",Rwf:"RWF",Sar:"SAR",Sbd:"SBD",Scr:"SCR",Sek:"SEK",Sgd:"SGD",Shp:"SHP",Sll:"SLL",Sos:"SOS",Srd:"SRD",Std:"STD",Szl:"SZL",Thb:"THB",Tjs:"TJS",Tnd:"TND",Top:"TOP",Try:"TRY",Ttd:"TTD",Twd:"TWD",Tzs:"TZS",Uah:"UAH",Usd:"USD",Uyu:"UYU",Uzs:"UZS",Vnd:"VND",Vuv:"VUV",Wst:"WST",Xaf:"XAF",Xcd:"XCD",Xof:"XOF",Xpf:"XPF",Yer:"YER",Zar:"ZAR",Zmw:"ZMW"},Qn={ApiError:"api_error",BadGateway:"bad_gateway",InternalServerError:"internal_server_error",InvalidRequestError:"invalid_request_error",RateLimitError:"rate_limit_error",ResourceGone:"resource_gone",ResourceNotFound:"resource_not_found",Unauthorized:"unauthorized",ValidationError:"validation_error"},er={Included:"INCLUDED",NotIncluded:"NOT_INCLUDED",Optional:"OPTIONAL"},tr={BestMatch:"BEST_MATCH",Cheapest:"CHEAPEST",MatchingRoomCount:"MATCHING_ROOM_COUNT",Regular:"REGULAR"},nr={HotelRoom:"HOTEL_ROOM",Package:"PACKAGE"},rr={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"},ir={CreditNote:"credit_note",Invoice:"invoice"},or={CreditCard:"CREDIT_CARD"},ar={Coupon:"COUPON"},sr={DepositAccount:"DEPOSIT_ACCOUNT"},ur={Coupon:"COUPON",CreditCard:"CREDIT_CARD",DepositAccount:"DEPOSIT_ACCOUNT"},cr={Complete:"COMPLETE",InProgress:"IN_PROGRESS"},lr={Ad:"AD",Ae:"AE",Af:"AF",Ag:"AG",Ai:"AI",Al:"AL",Am:"AM",Ao:"AO",Ar:"AR",As:"AS",At:"AT",Au:"AU",Aw:"AW",Ax:"AX",Az:"AZ",Ba:"BA",Bb:"BB",Bd:"BD",Be:"BE",Bf:"BF",Bg:"BG",Bh:"BH",Bi:"BI",Bj:"BJ",Bl:"BL",Bm:"BM",Bn:"BN",Bo:"BO",Bq:"BQ",Br:"BR",Bs:"BS",Bt:"BT",Bw:"BW",By:"BY",Bz:"BZ",Ca:"CA",Cc:"CC",Cd:"CD",Cf:"CF",Cg:"CG",Ch:"CH",Ci:"CI",Ck:"CK",Cl:"CL",Cm:"CM",Cn:"CN",Co:"CO",Cr:"CR",Cu:"CU",Cv:"CV",Cw:"CW",Cx:"CX",Cy:"CY",Cz:"CZ",De:"DE",Dj:"DJ",Dk:"DK",Dm:"DM",Do:"DO",Dz:"DZ",Ec:"EC",Ee:"EE",Eg:"EG",Eh:"EH",Er:"ER",Es:"ES",Et:"ET",Fi:"FI",Fj:"FJ",Fk:"FK",Fm:"FM",Fo:"FO",Fr:"FR",Ga:"GA",Gb:"GB",Gd:"GD",Ge:"GE",Gf:"GF",Gg:"GG",Gh:"GH",Gi:"GI",Gl:"GL",Gm:"GM",Gn:"GN",Gp:"GP",Gq:"GQ",Gr:"GR",Gt:"GT",Gu:"GU",Gw:"GW",Gy:"GY",Hk:"HK",Hn:"HN",Hr:"HR",Ht:"HT",Hu:"HU",Id:"ID",Ie:"IE",Il:"IL",Im:"IM",In:"IN",Io:"IO",Iq:"IQ",Ir:"IR",Is:"IS",It:"IT",Je:"JE",Jm:"JM",Jo:"JO",Jp:"JP",Ke:"KE",Kg:"KG",Kh:"KH",Ki:"KI",Km:"KM",Kn:"KN",Kp:"KP",Kr:"KR",Kw:"KW",Ky:"KY",Kz:"KZ",La:"LA",Lb:"LB",Lc:"LC",Li:"LI",Lk:"LK",Lr:"LR",Ls:"LS",Lt:"LT",Lu:"LU",Lv:"LV",Ly:"LY",Ma:"MA",Mc:"MC",Md:"MD",Me:"ME",Mf:"MF",Mg:"MG",Mh:"MH",Mk:"MK",Ml:"ML",Mm:"MM",Mn:"MN",Mo:"MO",Mp:"MP",Mq:"MQ",Mr:"MR",Ms:"MS",Mt:"MT",Mu:"MU",Mv:"MV",Mw:"MW",Mx:"MX",My:"MY",Mz:"MZ",Na:"NA",Nc:"NC",Ne:"NE",Nf:"NF",Ng:"NG",Ni:"NI",Nl:"NL",No:"NO",Np:"NP",Nr:"NR",Nu:"NU",Nz:"NZ",Om:"OM",Pa:"PA",Pe:"PE",Pf:"PF",Pg:"PG",Ph:"PH",Pk:"PK",Pl:"PL",Pm:"PM",Pr:"PR",Ps:"PS",Pt:"PT",Pw:"PW",Py:"PY",Qa:"QA",Re:"RE",Ro:"RO",Rs:"RS",Ru:"RU",Rw:"RW",Sa:"SA",Sb:"SB",Sc:"SC",Sd:"SD",Se:"SE",Sg:"SG",Sh:"SH",Si:"SI",Sj:"SJ",Sk:"SK",Sl:"SL",Sm:"SM",Sn:"SN",So:"SO",Sr:"SR",Ss:"SS",St:"ST",Sv:"SV",Sx:"SX",Sy:"SY",Sz:"SZ",Tc:"TC",Td:"TD",Tg:"TG",Th:"TH",Tj:"TJ",Tk:"TK",Tl:"TL",Tm:"TM",Tn:"TN",To:"TO",Tr:"TR",Tt:"TT",Tv:"TV",Tw:"TW",Tz:"TZ",Ua:"UA",Ug:"UG",Us:"US",Uy:"UY",Uz:"UZ",Va:"VA",Vc:"VC",Ve:"VE",Vg:"VG",Vi:"VI",Vn:"VN",Vu:"VU",Wf:"WF",Ws:"WS",Xk:"XK",Ye:"YE",Yt:"YT",Za:"ZA",Zm:"ZM",Zw:"ZW"},fr={Night:"PER_NIGHT",Stay:"PER_STAY"},dr={Adult:"PER_ADULT",Booking:"PER_BOOKING"};class lt extends W{async createRaw(e,n){const t={},r={};r["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/booking_policies",method:"POST",headers:r,query:v(t,S.Snake),body:v(e.bookingPoliciesCreateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async create(e={},n){return this.createRaw(e,n)}}class ft extends W{async deleteRaw(e,n){if(e.token===null||e.token===void 0)throw new N("token","Required parameter requestParameters.token was null or undefined when calling deleteV1BookingsToken.");const t={},r={},s=await this.request({path:"/v1/bookings/{token}".replace("{token}",encodeURIComponent(String(e.token))),method:"DELETE",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async delete(e,n){return this.deleteRaw(e,n)}async listRaw(e,n){const t={};e.endingBefore!==void 0&&(t.ending_before=e.endingBefore),e.filterByCheckInDate!==void 0&&(t.filter_by_check_in_date=e.filterByCheckInDate),e.filterByLastStatusUpdatedAt!==void 0&&(t.filter_by_last_status_updated_at=e.filterByLastStatusUpdatedAt),e.filterByMetadata!==void 0&&(t.filter_by_metadata=e.filterByMetadata),e.filterByStatus!==void 0&&(t.filter_by_status=e.filterByStatus),e.limit!==void 0&&(t.limit=e.limit),e.sortBy!==void 0&&(t.sort_by=e.sortBy),e.sortByOrder!==void 0&&(t.sort_by_order=e.sortByOrder),e.startingAfter!==void 0&&(t.starting_after=e.startingAfter);const r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings",method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async list(e={},n){return this.listRaw(e,n)}async retrieveRaw(e,n){if(e.id===null||e.id===void 0)throw new N("id","Required parameter requestParameters.id was null or undefined when calling getV1BookingsId.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings/{id}".replace("{id}",encodeURIComponent(String(e.id))),method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async retrieve(e,n){return this.retrieveRaw(e,n)}async retrievePublicRaw(e,n){if(e.token===null||e.token===void 0)throw new N("token","Required parameter requestParameters.token was null or undefined when calling getV1BookingsTokenPublic.");const t={},r={},s=await this.request({path:"/v1/bookings/{token}/public".replace("{token}",encodeURIComponent(String(e.token))),method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async retrievePublic(e,n){return this.retrievePublicRaw(e,n)}async createRaw(e,n){const t={},r={};r["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings",method:"POST",headers:r,query:v(t,S.Snake),body:v(e.bookingCreateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async create(e={},n){return this.createRaw(e,n)}async couponChargeRaw(e,n){if(e.couponId===null||e.couponId===void 0)throw new N("couponId","Required parameter requestParameters.couponId was null or undefined when calling postV1BookingsIdCouponsCouponIdCharge.");if(e.id===null||e.id===void 0)throw new N("id","Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdCouponsCouponIdCharge.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings/{id}/coupons/{coupon_id}/charge".replace("{coupon_id}",encodeURIComponent(String(e.couponId))).replace("{id}",encodeURIComponent(String(e.id))),method:"POST",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async couponCharge(e,n){return this.couponChargeRaw(e,n)}async paylaterRaw(e,n){if(e.id===null||e.id===void 0)throw new N("id","Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdPayLater.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings/{id}/pay-later".replace("{id}",encodeURIComponent(String(e.id))),method:"POST",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async paylater(e,n){return this.paylaterRaw(e,n)}async confirmpaylaterRaw(e,n){if(e.id===null||e.id===void 0)throw new N("id","Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdPayLaterConfirm.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings/{id}/pay-later/confirm".replace("{id}",encodeURIComponent(String(e.id))),method:"POST",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async confirmpaylater(e,n){return this.confirmpaylaterRaw(e,n)}async confirmRaw(e,n){if(e.id===null||e.id===void 0)throw new N("id","Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdconfirm.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings/{id}/confirm".replace("{id}",encodeURIComponent(String(e.id))),method:"POST",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async confirm(e,n){return this.confirmRaw(e,n)}async updatePaymentMethodsRaw(e,n){if(e.id===null||e.id===void 0)throw new N("id","Required parameter requestParameters.id was null or undefined when calling putV1BookingsIdPaymentMethods.");const t={},r={};r["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings/{id}/payment_methods".replace("{id}",encodeURIComponent(String(e.id))),method:"PUT",headers:r,query:v(t,S.Snake),body:v(e.paymentMethodUpdatePayloadApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async updatePaymentMethods(e,n){return this.updatePaymentMethodsRaw(e,n)}}const hr={CheckInDate:"check_in_date",CreatedAt:"created_at",LastStatusUpdatedAt:"last_status_updated_at"},pr={Asc:"asc",Desc:"desc"};class dt extends W{async retrieveRaw(e,n){if(e.id===null||e.id===void 0)throw new N("id","Required parameter requestParameters.id was null or undefined when calling getV1HotelsIdImages.");const t={};e.lang!==void 0&&(t.lang=e.lang);const r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotels/{id}/images".replace("{id}",encodeURIComponent(String(e.id))),method:"GET",headers:r,query:v(t,S.Snake)},n);return new U(s,u=>v(u,S.Camel)).value()}async retrieve(e,n){return this.retrieveRaw(e,n)}}const mr={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"};class ht extends W{async retrieveRaw(e,n){if(e.id===null||e.id===void 0)throw new N("id","Required parameter requestParameters.id was null or undefined when calling getV1HotelOfferRequestsId.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_offer_requests/{id}".replace("{id}",encodeURIComponent(String(e.id))),method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async retrieve(e,n){return this.retrieveRaw(e,n)}async createRaw(e,n){const t={},r={};r["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_offer_requests",method:"POST",headers:r,query:v(t,S.Snake),body:v(e.hotelOfferRequestCreateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async create(e={},n){return this.createRaw(e,n)}}class pt extends W{async listRaw(e,n){if(e.currency===null||e.currency===void 0)throw new N("currency","Required parameter requestParameters.currency was null or undefined when calling getV1HotelOffers.");if(e.hotelOfferRequestId===null||e.hotelOfferRequestId===void 0)throw new N("hotelOfferRequestId","Required parameter requestParameters.hotelOfferRequestId was null or undefined when calling getV1HotelOffers.");const t={};e.currency!==void 0&&(t.currency=e.currency),e.endingBefore!==void 0&&(t.ending_before=e.endingBefore),e.filterByPrice!==void 0&&(t.filter_by_price=e.filterByPrice),e.filterByReviewRating!==void 0&&(t.filter_by_review_rating=e.filterByReviewRating),e.filterByStar!==void 0&&(t.filter_by_star=e.filterByStar),e.hotelOfferRequestId!==void 0&&(t.hotel_offer_request_id=e.hotelOfferRequestId),e.hotelRoomOffersLimit!==void 0&&(t.hotel_room_offers_limit=e.hotelRoomOffersLimit),e.includeHotelContentDetails!==void 0&&(t.include_hotel_content_details=e.includeHotelContentDetails),e.lang!==void 0&&(t.lang=e.lang),e.limit!==void 0&&(t.limit=e.limit),e.onlyRecommendedHotelOffers!==void 0&&(t.only_recommended_hotel_offers=e.onlyRecommendedHotelOffers),e.priceHistogramStepCount!==void 0&&(t.price_histogram_step_count=e.priceHistogramStepCount),e.sortBy!==void 0&&(t.sort_by=e.sortBy),e.sortByOrder!==void 0&&(t.sort_by_order=e.sortByOrder),e.startingAfter!==void 0&&(t.starting_after=e.startingAfter);const r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_offers",method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async list(e,n,t){return await at(()=>this.listRaw(e,t),{type:De.HOTEL_SEARCH_POLLING,minCallCount:t?.minCallCount,maxCallCount:t?.maxCallCount},n)}}const yr={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"},gr={Distance:"distance",Price:"price",Rating:"rating",ReviewRating:"review_rating",TopPicks:"top_picks"},wr={Asc:"asc",Desc:"desc"};class mt extends W{async retrieveRaw(e,n){if(e.id===null||e.id===void 0)throw new N("id","Required parameter requestParameters.id was null or undefined when calling getV1HotelRoomOfferRequestsId.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_room_offer_requests/{id}".replace("{id}",encodeURIComponent(String(e.id))),method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async retrieve(e,n){return this.retrieveRaw(e,n)}async createRaw(e,n){const t={},r={};r["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_room_offer_requests",method:"POST",headers:r,query:v(t,S.Snake),body:v(e.hotelRoomOfferRequestCreateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async create(e={},n){return this.createRaw(e,n)}}class yt extends W{async listRaw(e,n){if(e.currency===null||e.currency===void 0)throw new N("currency","Required parameter requestParameters.currency was null or undefined when calling getV1HotelRoomOffers.");if(e.hotelRoomOfferRequestId===null||e.hotelRoomOfferRequestId===void 0)throw new N("hotelRoomOfferRequestId","Required parameter requestParameters.hotelRoomOfferRequestId was null or undefined when calling getV1HotelRoomOffers.");const t={};e.currency!==void 0&&(t.currency=e.currency),e.hotelRoomOfferRequestId!==void 0&&(t.hotel_room_offer_request_id=e.hotelRoomOfferRequestId),e.lang!==void 0&&(t.lang=e.lang),e.limit!==void 0&&(t.limit=e.limit);const r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_room_offers",method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async list(e,n,t){return await at(()=>this.listRaw(e,t),{type:De.HOTEL_ROOM_OFFERS,minCallCount:t?.minCallCount,maxCallCount:t?.maxCallCount},n)}async createRaw(e,n){const t={},r={};r["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_room_offers",method:"POST",headers:r,query:v(t,S.Snake),body:v(e.hotelRoomOffersCreateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async create(e={},n){return this.createRaw(e,n)}}const vr={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"};class gt extends W{async deleteRaw(e,n){if(e.id===null||e.id===void 0)throw new N("id","Required parameter requestParameters.id was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");if(e.token===null||e.token===void 0)throw new N("token","Required parameter requestParameters.token was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");const t={},r={},s=await this.request({path:"/v1/hotel_rooming_list_guests/{token}/{id}".replace("{id}",encodeURIComponent(String(e.id))).replace("{token}",encodeURIComponent(String(e.token))),method:"DELETE",headers:r,query:v(t,S.Snake)},n);return new ct(s)}async delete(e,n){return this.deleteRaw(e,n)}async updateRaw(e,n){if(e.id===null||e.id===void 0)throw new N("id","Required parameter requestParameters.id was null or undefined when calling patchV1HotelRoomingListGuestsTokenId.");if(e.token===null||e.token===void 0)throw new N("token","Required parameter requestParameters.token was null or undefined when calling patchV1HotelRoomingListGuestsTokenId.");const t={},r={};r["Content-Type"]="application/json";const s=await this.request({path:"/v1/hotel_rooming_list_guests/{token}/{id}".replace("{id}",encodeURIComponent(String(e.id))).replace("{token}",encodeURIComponent(String(e.token))),method:"PATCH",headers:r,query:v(t,S.Snake),body:v(e.hotelRoomingListGuestsUpdateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async update(e,n){return this.updateRaw(e,n)}async createRaw(e,n){if(e.token===null||e.token===void 0)throw new N("token","Required parameter requestParameters.token was null or undefined when calling postV1HotelRoomingListGuestsToken.");const t={},r={};r["Content-Type"]="application/json";const s=await this.request({path:"/v1/hotel_rooming_list_guests/{token}".replace("{token}",encodeURIComponent(String(e.token))),method:"POST",headers:r,query:v(t,S.Snake),body:v(e.hotelRoomingListGuestsCreateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async create(e,n){return this.createRaw(e,n)}}class wt extends W{async listRaw(e,n){if(e.token===null||e.token===void 0)throw new N("token","Required parameter requestParameters.token was null or undefined when calling getV1HotelRoomingListsToken.");const t={};e.lang!==void 0&&(t.lang=e.lang);const r={},s=await this.request({path:"/v1/hotel_rooming_lists/{token}".replace("{token}",encodeURIComponent(String(e.token))),method:"GET",headers:r,query:v(t,S.Snake)},n);return new U(s,u=>v(u,S.Camel)).value()}async list(e,n){return this.listRaw(e,n)}}const Sr={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"};class vt extends W{async retrieveRaw(e,n){if(e.id===null||e.id===void 0)throw new N("id","Required parameter requestParameters.id was null or undefined when calling getV1HotelsId.");const t={};e.event!==void 0&&(t.event=e.event),e.lang!==void 0&&(t.lang=e.lang);const r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotels/{id}".replace("{id}",encodeURIComponent(String(e.id))),method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async retrieve(e,n){return this.retrieveRaw(e,n)}}const Rr={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"};var Te={exports:{}},St;function Ar(){return St||(St=1,(function(i,e){var n=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof ce<"u"&&ce,t=(function(){function s(){this.fetch=!1,this.DOMException=n.DOMException}return s.prototype=n,new s})();(function(s){(function(u){var c=typeof s<"u"&&s||typeof self<"u"&&self||typeof ce<"u"&&ce||{},h={searchParams:"URLSearchParams"in c,iterable:"Symbol"in c&&"iterator"in Symbol,blob:"FileReader"in c&&"Blob"in c&&(function(){try{return new Blob,!0}catch{return!1}})(),formData:"FormData"in c,arrayBuffer:"ArrayBuffer"in c};function R(o){return o&&DataView.prototype.isPrototypeOf(o)}if(h.arrayBuffer)var C=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],y=ArrayBuffer.isView||function(o){return o&&C.indexOf(Object.prototype.toString.call(o))>-1};function m(o){if(typeof o!="string"&&(o=String(o)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(o)||o==="")throw new TypeError('Invalid character in header field name: "'+o+'"');return o.toLowerCase()}function E(o){return typeof o!="string"&&(o=String(o)),o}function T(o){var a={next:function(){var f=o.shift();return{done:f===void 0,value:f}}};return h.iterable&&(a[Symbol.iterator]=function(){return a}),a}function d(o){this.map={},o instanceof d?o.forEach(function(a,f){this.append(f,a)},this):Array.isArray(o)?o.forEach(function(a){if(a.length!=2)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+a.length);this.append(a[0],a[1])},this):o&&Object.getOwnPropertyNames(o).forEach(function(a){this.append(a,o[a])},this)}d.prototype.append=function(o,a){o=m(o),a=E(a);var f=this.map[o];this.map[o]=f?f+", "+a:a},d.prototype.delete=function(o){delete this.map[m(o)]},d.prototype.get=function(o){return o=m(o),this.has(o)?this.map[o]:null},d.prototype.has=function(o){return this.map.hasOwnProperty(m(o))},d.prototype.set=function(o,a){this.map[m(o)]=E(a)},d.prototype.forEach=function(o,a){for(var f in this.map)this.map.hasOwnProperty(f)&&o.call(a,this.map[f],f,this)},d.prototype.keys=function(){var o=[];return this.forEach(function(a,f){o.push(f)}),T(o)},d.prototype.values=function(){var o=[];return this.forEach(function(a){o.push(a)}),T(o)},d.prototype.entries=function(){var o=[];return this.forEach(function(a,f){o.push([f,a])}),T(o)},h.iterable&&(d.prototype[Symbol.iterator]=d.prototype.entries);function O(o){if(!o._noBody){if(o.bodyUsed)return Promise.reject(new TypeError("Already read"));o.bodyUsed=!0}}function I(o){return new Promise(function(a,f){o.onload=function(){a(o.result)},o.onerror=function(){f(o.error)}})}function B(o){var a=new FileReader,f=I(a);return a.readAsArrayBuffer(o),f}function b(o){var a=new FileReader,f=I(a),l=/charset=([A-Za-z0-9_-]+)/.exec(o.type),g=l?l[1]:"utf-8";return a.readAsText(o,g),f}function x(o){for(var a=new Uint8Array(o),f=new Array(a.length),l=0;l<a.length;l++)f[l]=String.fromCharCode(a[l]);return f.join("")}function M(o){if(o.slice)return o.slice(0);var a=new Uint8Array(o.byteLength);return a.set(new Uint8Array(o)),a.buffer}function L(){return this.bodyUsed=!1,this._initBody=function(o){this.bodyUsed=this.bodyUsed,this._bodyInit=o,o?typeof o=="string"?this._bodyText=o:h.blob&&Blob.prototype.isPrototypeOf(o)?this._bodyBlob=o:h.formData&&FormData.prototype.isPrototypeOf(o)?this._bodyFormData=o:h.searchParams&&URLSearchParams.prototype.isPrototypeOf(o)?this._bodyText=o.toString():h.arrayBuffer&&h.blob&&R(o)?(this._bodyArrayBuffer=M(o.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):h.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(o)||y(o))?this._bodyArrayBuffer=M(o):this._bodyText=o=Object.prototype.toString.call(o):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||(typeof o=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):h.searchParams&&URLSearchParams.prototype.isPrototypeOf(o)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},h.blob&&(this.blob=function(){var o=O(this);if(o)return o;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer){var o=O(this);return o||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else{if(h.blob)return this.blob().then(B);throw new Error("could not read as ArrayBuffer")}},this.text=function(){var o=O(this);if(o)return o;if(this._bodyBlob)return b(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(x(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},h.formData&&(this.formData=function(){return this.text().then(P)}),this.json=function(){return this.text().then(JSON.parse)},this}var K=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function V(o){var a=o.toUpperCase();return K.indexOf(a)>-1?a:o}function H(o,a){if(!(this instanceof H))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');a=a||{};var f=a.body;if(o instanceof H){if(o.bodyUsed)throw new TypeError("Already read");this.url=o.url,this.credentials=o.credentials,a.headers||(this.headers=new d(o.headers)),this.method=o.method,this.mode=o.mode,this.signal=o.signal,!f&&o._bodyInit!=null&&(f=o._bodyInit,o.bodyUsed=!0)}else this.url=String(o);if(this.credentials=a.credentials||this.credentials||"same-origin",(a.headers||!this.headers)&&(this.headers=new d(a.headers)),this.method=V(a.method||this.method||"GET"),this.mode=a.mode||this.mode||null,this.signal=a.signal||this.signal||(function(){if("AbortController"in c){var p=new AbortController;return p.signal}})(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&f)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(f),(this.method==="GET"||this.method==="HEAD")&&(a.cache==="no-store"||a.cache==="no-cache")){var l=/([?&])_=[^&]*/;if(l.test(this.url))this.url=this.url.replace(l,"$1_="+new Date().getTime());else{var g=/\?/;this.url+=(g.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}H.prototype.clone=function(){return new H(this,{body:this._bodyInit})};function P(o){var a=new FormData;return o.trim().split("&").forEach(function(f){if(f){var l=f.split("="),g=l.shift().replace(/\+/g," "),p=l.join("=").replace(/\+/g," ");a.append(decodeURIComponent(g),decodeURIComponent(p))}}),a}function k(o){var a=new d,f=o.replace(/\r?\n[\t ]+/g," ");return f.split("\r").map(function(l){return l.indexOf(`
|
|
2
|
-
`)===0?l.substr(1,l.length):l}).forEach(function(l){var g=l.split(":"),p=g.shift().trim();if(p){var D=g.join(":").trim();try{a.append(p,D)}catch(
|
|
1
|
+
(function(w,ie){typeof exports=="object"&&typeof module<"u"?ie(exports):typeof define=="function"&&define.amd?define(["exports"],ie):(w=typeof globalThis<"u"?globalThis:w||self,ie(w["@revolugo/booking-api-client"]={}))})(this,(function(w){"use strict";const ie=new RegExp("([\\p{Ll}\\d])(\\p{Lu})","gu"),Ct=new RegExp("(\\p{Lu})([\\p{Lu}][\\p{Ll}])","gu"),Et=new RegExp("(\\d)\\p{Ll}|(\\p{L})\\d","u"),Tt=/[^\p{L}\d]+/giu,Ne="$1\0$2",$e="";function Ue(i){let e=i.trim();e=e.replace(ie,Ne).replace(Ct,Ne),e=e.replace(Tt,"\0");let n=0,t=e.length;for(;e.charAt(n)==="\0";)n++;if(n===t)return[];for(;e.charAt(t-1)==="\0";)t--;return e.slice(n,t).split(/\0/g)}function Ot(i){const e=Ue(i);for(let n=0;n<e.length;n++){const t=e[n],r=Et.exec(t);if(r){const s=r.index+(r[1]??r[2]).length;e.splice(n,1,t.slice(0,s),t.slice(s))}}return e}function xe(i,e){const[n,t,r]=ue(i,e);return n+t.map(se(e?.locale)).join(e?.delimiter??" ")+r}function Mt(i,e){const[n,t,r]=ue(i,e),s=se(e?.locale),u=ke(e?.locale),c=e?.mergeAmbiguousCharacters?_e(s,u):Ge(s,u);return n+t.map((h,R)=>R===0?s(h):c(h,R)).join(e?.delimiter??"")+r}function kt(i,e){const[n,t,r]=ue(i,e),s=se(e?.locale),u=ke(e?.locale),c=e?.mergeAmbiguousCharacters?_e(s,u):Ge(s,u);return n+t.map(c).join(e?.delimiter??"")+r}function _t(i,e){const[n,t,r]=ue(i,e),s=se(e?.locale),u=ke(e?.locale);return n+t.map(_e(s,u)).join(e?.delimiter??" ")+r}function He(i,e){return xe(i,{delimiter:"-",...e})}function bt(i,e){return xe(i,{delimiter:"_",...e})}function se(i){return i===!1?e=>e.toLowerCase():e=>e.toLocaleLowerCase(i)}function ke(i){return i===!1?e=>e.toUpperCase():e=>e.toLocaleUpperCase(i)}function _e(i,e){return n=>`${e(n[0])}${i(n.slice(1))}`}function Ge(i,e){return(n,t)=>{const r=n[0];return(t>0&&r>="0"&&r<="9"?"_"+r:e(r))+i(n.slice(1))}}function ue(i,e={}){const n=e.split??(e.separateNumbers?Ot:Ue),t=e.prefixCharacters??$e,r=e.suffixCharacters??$e;let s=0,u=i.length;for(;s<i.length;){const c=i.charAt(s);if(!t.includes(c))break;s++}for(;u>s;){const c=u-1,h=i.charAt(c);if(!r.includes(h))break;u=c}return[i.slice(0,s),n(i.slice(s,u)),i.slice(u)]}var ce=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function z(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var le={exports:{}},Dt=le.exports,Fe;function Bt(){return Fe||(Fe=1,(function(i,e){(function(n,t,r){i.exports=r(),i.exports.default=r()})("slugify",Dt,function(){var n=JSON.parse(`{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","¢":"cent","£":"pound","¤":"currency","¥":"yen","©":"(c)","ª":"a","®":"(r)","º":"o","À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","þ":"th","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"DJ","đ":"dj","Ē":"E","ē":"e","Ė":"E","ė":"e","Ę":"e","ę":"e","Ě":"E","ě":"e","Ğ":"G","ğ":"g","Ģ":"G","ģ":"g","Ĩ":"I","ĩ":"i","Ī":"i","ī":"i","Į":"I","į":"i","İ":"I","ı":"i","Ķ":"k","ķ":"k","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ł":"L","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","Ō":"O","ō":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ũ":"U","ũ":"u","Ū":"u","ū":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","Ə":"E","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Lj":"LJ","lj":"lj","Nj":"NJ","nj":"nj","Ș":"S","ș":"s","Ț":"T","ț":"t","ə":"e","˚":"o","Ά":"A","Έ":"E","Ή":"H","Ί":"I","Ό":"O","Ύ":"Y","Ώ":"W","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"H","Θ":"8","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"3","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"W","Ϊ":"I","Ϋ":"Y","ά":"a","έ":"e","ή":"h","ί":"i","ΰ":"y","α":"a","β":"b","γ":"g","δ":"d","ε":"e","ζ":"z","η":"h","θ":"8","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"3","ο":"o","π":"p","ρ":"r","ς":"s","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"w","ϊ":"i","ϋ":"y","ό":"o","ύ":"y","ώ":"w","Ё":"Yo","Ђ":"DJ","Є":"Ye","І":"I","Ї":"Yi","Ј":"J","Љ":"LJ","Њ":"NJ","Ћ":"C","Џ":"DZ","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ж":"Zh","З":"Z","И":"I","Й":"J","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"H","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"U","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ж":"zh","з":"z","и":"i","й":"j","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"h","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"u","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","ё":"yo","ђ":"dj","є":"ye","і":"i","ї":"yi","ј":"j","љ":"lj","њ":"nj","ћ":"c","ѝ":"u","џ":"dz","Ґ":"G","ґ":"g","Ғ":"GH","ғ":"gh","Қ":"KH","қ":"kh","Ң":"NG","ң":"ng","Ү":"UE","ү":"ue","Ұ":"U","ұ":"u","Һ":"H","һ":"h","Ә":"AE","ә":"ae","Ө":"OE","ө":"oe","Ա":"A","Բ":"B","Գ":"G","Դ":"D","Ե":"E","Զ":"Z","Է":"E'","Ը":"Y'","Թ":"T'","Ժ":"JH","Ի":"I","Լ":"L","Խ":"X","Ծ":"C'","Կ":"K","Հ":"H","Ձ":"D'","Ղ":"GH","Ճ":"TW","Մ":"M","Յ":"Y","Ն":"N","Շ":"SH","Չ":"CH","Պ":"P","Ջ":"J","Ռ":"R'","Ս":"S","Վ":"V","Տ":"T","Ր":"R","Ց":"C","Փ":"P'","Ք":"Q'","Օ":"O''","Ֆ":"F","և":"EV","ء":"a","آ":"aa","أ":"a","ؤ":"u","إ":"i","ئ":"e","ا":"a","ب":"b","ة":"h","ت":"t","ث":"th","ج":"j","ح":"h","خ":"kh","د":"d","ذ":"th","ر":"r","ز":"z","س":"s","ش":"sh","ص":"s","ض":"dh","ط":"t","ظ":"z","ع":"a","غ":"gh","ف":"f","ق":"q","ك":"k","ل":"l","م":"m","ن":"n","ه":"h","و":"w","ى":"a","ي":"y","ً":"an","ٌ":"on","ٍ":"en","َ":"a","ُ":"u","ِ":"e","ْ":"","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","پ":"p","چ":"ch","ژ":"zh","ک":"k","گ":"g","ی":"y","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","฿":"baht","ა":"a","ბ":"b","გ":"g","დ":"d","ე":"e","ვ":"v","ზ":"z","თ":"t","ი":"i","კ":"k","ლ":"l","მ":"m","ნ":"n","ო":"o","პ":"p","ჟ":"zh","რ":"r","ს":"s","ტ":"t","უ":"u","ფ":"f","ქ":"k","ღ":"gh","ყ":"q","შ":"sh","ჩ":"ch","ც":"ts","ძ":"dz","წ":"ts","ჭ":"ch","ხ":"kh","ჯ":"j","ჰ":"h","Ṣ":"S","ṣ":"s","Ẁ":"W","ẁ":"w","Ẃ":"W","ẃ":"w","Ẅ":"W","ẅ":"w","ẞ":"SS","Ạ":"A","ạ":"a","Ả":"A","ả":"a","Ấ":"A","ấ":"a","Ầ":"A","ầ":"a","Ẩ":"A","ẩ":"a","Ẫ":"A","ẫ":"a","Ậ":"A","ậ":"a","Ắ":"A","ắ":"a","Ằ":"A","ằ":"a","Ẳ":"A","ẳ":"a","Ẵ":"A","ẵ":"a","Ặ":"A","ặ":"a","Ẹ":"E","ẹ":"e","Ẻ":"E","ẻ":"e","Ẽ":"E","ẽ":"e","Ế":"E","ế":"e","Ề":"E","ề":"e","Ể":"E","ể":"e","Ễ":"E","ễ":"e","Ệ":"E","ệ":"e","Ỉ":"I","ỉ":"i","Ị":"I","ị":"i","Ọ":"O","ọ":"o","Ỏ":"O","ỏ":"o","Ố":"O","ố":"o","Ồ":"O","ồ":"o","Ổ":"O","ổ":"o","Ỗ":"O","ỗ":"o","Ộ":"O","ộ":"o","Ớ":"O","ớ":"o","Ờ":"O","ờ":"o","Ở":"O","ở":"o","Ỡ":"O","ỡ":"o","Ợ":"O","ợ":"o","Ụ":"U","ụ":"u","Ủ":"U","ủ":"u","Ứ":"U","ứ":"u","Ừ":"U","ừ":"u","Ử":"U","ử":"u","Ữ":"U","ữ":"u","Ự":"U","ự":"u","Ỳ":"Y","ỳ":"y","Ỵ":"Y","ỵ":"y","Ỷ":"Y","ỷ":"y","Ỹ":"Y","ỹ":"y","–":"-","‘":"'","’":"'","“":"\\"","”":"\\"","„":"\\"","†":"+","•":"*","…":"...","₠":"ecu","₢":"cruzeiro","₣":"french franc","₤":"lira","₥":"mill","₦":"naira","₧":"peseta","₨":"rupee","₩":"won","₪":"new shequel","₫":"dong","€":"euro","₭":"kip","₮":"tugrik","₯":"drachma","₰":"penny","₱":"peso","₲":"guarani","₳":"austral","₴":"hryvnia","₵":"cedi","₸":"kazakhstani tenge","₹":"indian rupee","₺":"turkish lira","₽":"russian ruble","₿":"bitcoin","℠":"sm","™":"tm","∂":"d","∆":"delta","∑":"sum","∞":"infinity","♥":"love","元":"yuan","円":"yen","﷼":"rial","ﻵ":"laa","ﻷ":"laa","ﻹ":"lai","ﻻ":"la"}`),t=JSON.parse('{"bg":{"Й":"Y","Ц":"Ts","Щ":"Sht","Ъ":"A","Ь":"Y","й":"y","ц":"ts","щ":"sht","ъ":"a","ь":"y"},"de":{"Ä":"AE","ä":"ae","Ö":"OE","ö":"oe","Ü":"UE","ü":"ue","ß":"ss","%":"prozent","&":"und","|":"oder","∑":"summe","∞":"unendlich","♥":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","¢":"centavos","£":"libras","¤":"moneda","₣":"francos","∑":"suma","∞":"infinito","♥":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","¢":"centime","£":"livre","¤":"devise","₣":"franc","∑":"somme","∞":"infini","♥":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","¢":"centavo","∑":"soma","£":"libra","∞":"infinito","♥":"amor"},"uk":{"И":"Y","и":"y","Й":"Y","й":"y","Ц":"Ts","ц":"ts","Х":"Kh","х":"kh","Щ":"Shch","щ":"shch","Г":"H","г":"h"},"vi":{"Đ":"D","đ":"d"},"da":{"Ø":"OE","ø":"oe","Å":"AA","å":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"større end"},"nb":{"&":"og","Å":"AA","Æ":"AE","Ø":"OE","å":"aa","æ":"ae","ø":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","Å":"AA","Ä":"AE","Ö":"OE","å":"aa","ä":"ae","ö":"oe"}}');function r(s,u){if(typeof s!="string")throw new Error("slugify: string argument expected");u=typeof u=="string"?{replacement:u}:u||{};var c=t[u.locale]||{},h=u.replacement===void 0?"-":u.replacement,R=u.trim===void 0?!0:u.trim,C=s.normalize().split("").reduce(function(y,m){var E=c[m];return E===void 0&&(E=n[m]),E===void 0&&(E=m),E===h&&(E=" "),y+E.replace(u.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"")},"");return u.strict&&(C=C.replace(/[^A-Za-z0-9\s]/g,"")),R&&(C=C.trim()),C=C.replace(/\s+/g,h),u.lower&&(C=C.toLowerCase()),C}return r.extend=function(s){Object.assign(n,s)},r})})(le)),le.exports}var It=Bt();const Lt=z(It);function Pt(i){return Lt(He(i),{lower:!0,strict:!0})}var S=(i=>(i.Camel="camelCase",i.Capital="capitalCase",i.Param="paramCase",i.Pascal="pascalCase",i.Slug="slugCase",i.Snake="snakeCase",i))(S||{});const Nt={camelCase:Mt,capitalCase:_t,paramCase:He,pascalCase:kt,slugCase:Pt,snakeCase:bt};function $t(i,e){return i.some(n=>typeof n=="string"?n===e:n.test(e))}function Ut(i){return i===Object(i)&&!Array.isArray(i)&&typeof i!="function"}function v(i,e,n={deep:!0}){return Ut(i)?Object.keys(i).reduce((t,r)=>{const s=n?.exclude&&$t(n.exclude,r)?r:Nt[e](r);return t[s]=n.deep?v(i[r],e,n):i[r],t},{}):Array.isArray(i)?i.map(t=>v(t,e,n)):i}var be=(i=>(i.V1="v1",i))(be||{}),Q=(i=>(i.Production="LIVE",i.Sandbox="SANDBOX",i.Staging="STAGING",i.CiCd="CI-CD",i.Local="LOCAL",i))(Q||{});const xt={LIVE:"https://booking-api.revolugo.com",SANDBOX:"https://booking-api.sandbox.revolugo.com",STAGING:"https://booking-api.staging.revolugo.com","CI-CD":"https://booking-api.staging.revolugo.com",LOCAL:"http://127.0.0.1:3001"};var De=(i=>(i.HOTEL_ROOM_OFFERS="HOTEL_ROOM_OFFERS",i.HOTEL_SEARCH_POLLING="HOTEL_SEARCH_POLLING",i))(De||{}),fe={exports:{}},Ht=fe.exports,Ke;function Ye(){return Ke||(Ke=1,(function(i,e){(function(n,t){i.exports=t()})(Ht,(function(){var n=1e3,t=6e4,r=36e5,s="millisecond",u="second",c="minute",h="hour",R="day",C="week",y="month",m="quarter",E="year",T="date",d="Invalid Date",O=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,I=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,B={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(A){var o=["th","st","nd","rd"],a=A%100;return"["+A+(o[(a-20)%10]||o[a]||o[0])+"]"}},b=function(A,o,a){var f=String(A);return!f||f.length>=o?A:""+Array(o+1-f.length).join(a)+A},x={s:b,z:function(A){var o=-A.utcOffset(),a=Math.abs(o),f=Math.floor(a/60),l=a%60;return(o<=0?"+":"-")+b(f,2,"0")+":"+b(l,2,"0")},m:function A(o,a){if(o.date()<a.date())return-A(a,o);var f=12*(a.year()-o.year())+(a.month()-o.month()),l=o.clone().add(f,y),g=a-l<0,p=o.clone().add(f+(g?-1:1),y);return+(-(f+(a-l)/(g?l-p:p-l))||0)},a:function(A){return A<0?Math.ceil(A)||0:Math.floor(A)},p:function(A){return{M:y,y:E,w:C,d:R,D:T,h,m:c,s:u,ms:s,Q:m}[A]||String(A||"").toLowerCase().replace(/s$/,"")},u:function(A){return A===void 0}},M="en",L={};L[M]=B;var K="$isDayjsObject",V=function(A){return A instanceof q||!(!A||!A[K])},H=function A(o,a,f){var l;if(!o)return M;if(typeof o=="string"){var g=o.toLowerCase();L[g]&&(l=g),a&&(L[g]=a,l=g);var p=o.split("-");if(!l&&p.length>1)return A(p[0])}else{var D=o.name;L[D]=o,l=D}return!f&&l&&(M=l),l||!f&&M},P=function(A,o){if(V(A))return A.clone();var a=typeof o=="object"?o:{};return a.date=A,a.args=arguments,new q(a)},k=x;k.l=H,k.i=V,k.w=function(A,o){return P(A,{locale:o.$L,utc:o.$u,x:o.$x,$offset:o.$offset})};var q=(function(){function A(a){this.$L=H(a.locale,null,!0),this.parse(a),this.$x=this.$x||a.x||{},this[K]=!0}var o=A.prototype;return o.parse=function(a){this.$d=(function(f){var l=f.date,g=f.utc;if(l===null)return new Date(NaN);if(k.u(l))return new Date;if(l instanceof Date)return new Date(l);if(typeof l=="string"&&!/Z$/i.test(l)){var p=l.match(O);if(p){var D=p[2]-1||0,N=(p[7]||"0").substring(0,3);return g?new Date(Date.UTC(p[1],D,p[3]||1,p[4]||0,p[5]||0,p[6]||0,N)):new Date(p[1],D,p[3]||1,p[4]||0,p[5]||0,p[6]||0,N)}}return new Date(l)})(a),this.init()},o.init=function(){var a=this.$d;this.$y=a.getFullYear(),this.$M=a.getMonth(),this.$D=a.getDate(),this.$W=a.getDay(),this.$H=a.getHours(),this.$m=a.getMinutes(),this.$s=a.getSeconds(),this.$ms=a.getMilliseconds()},o.$utils=function(){return k},o.isValid=function(){return this.$d.toString()!==d},o.isSame=function(a,f){var l=P(a);return this.startOf(f)<=l&&l<=this.endOf(f)},o.isAfter=function(a,f){return P(a)<this.startOf(f)},o.isBefore=function(a,f){return this.endOf(f)<P(a)},o.$g=function(a,f,l){return k.u(a)?this[f]:this.set(l,a)},o.unix=function(){return Math.floor(this.valueOf()/1e3)},o.valueOf=function(){return this.$d.getTime()},o.startOf=function(a,f){var l=this,g=!!k.u(f)||f,p=k.p(a),D=function(te,j){var X=k.w(l.$u?Date.UTC(l.$y,j,te):new Date(l.$y,j,te),l);return g?X:X.endOf(R)},N=function(te,j){return k.w(l.toDate()[te].apply(l.toDate("s"),(g?[0,0,0,0]:[23,59,59,999]).slice(j)),l)},G=this.$W,_=this.$M,F=this.$D,re="set"+(this.$u?"UTC":"");switch(p){case E:return g?D(1,0):D(31,11);case y:return g?D(1,_):D(0,_+1);case C:var ee=this.$locale().weekStart||0,oe=(G<ee?G+7:G)-ee;return D(g?F-oe:F+(6-oe),_);case R:case T:return N(re+"Hours",0);case h:return N(re+"Minutes",1);case c:return N(re+"Seconds",2);case u:return N(re+"Milliseconds",3);default:return this.clone()}},o.endOf=function(a){return this.startOf(a,!1)},o.$set=function(a,f){var l,g=k.p(a),p="set"+(this.$u?"UTC":""),D=(l={},l[R]=p+"Date",l[T]=p+"Date",l[y]=p+"Month",l[E]=p+"FullYear",l[h]=p+"Hours",l[c]=p+"Minutes",l[u]=p+"Seconds",l[s]=p+"Milliseconds",l)[g],N=g===R?this.$D+(f-this.$W):f;if(g===y||g===E){var G=this.clone().set(T,1);G.$d[D](N),G.init(),this.$d=G.set(T,Math.min(this.$D,G.daysInMonth())).$d}else D&&this.$d[D](N);return this.init(),this},o.set=function(a,f){return this.clone().$set(a,f)},o.get=function(a){return this[k.p(a)]()},o.add=function(a,f){var l,g=this;a=Number(a);var p=k.p(f),D=function(_){var F=P(g);return k.w(F.date(F.date()+Math.round(_*a)),g)};if(p===y)return this.set(y,this.$M+a);if(p===E)return this.set(E,this.$y+a);if(p===R)return D(1);if(p===C)return D(7);var N=(l={},l[c]=t,l[h]=r,l[u]=n,l)[p]||1,G=this.$d.getTime()+a*N;return k.w(G,this)},o.subtract=function(a,f){return this.add(-1*a,f)},o.format=function(a){var f=this,l=this.$locale();if(!this.isValid())return l.invalidDate||d;var g=a||"YYYY-MM-DDTHH:mm:ssZ",p=k.z(this),D=this.$H,N=this.$m,G=this.$M,_=l.weekdays,F=l.months,re=l.meridiem,ee=function(j,X,ae,Me){return j&&(j[X]||j(f,g))||ae[X].slice(0,Me)},oe=function(j){return k.s(D%12||12,j,"0")},te=re||function(j,X,ae){var Me=j<12?"AM":"PM";return ae?Me.toLowerCase():Me};return g.replace(I,(function(j,X){return X||(function(ae){switch(ae){case"YY":return String(f.$y).slice(-2);case"YYYY":return k.s(f.$y,4,"0");case"M":return G+1;case"MM":return k.s(G+1,2,"0");case"MMM":return ee(l.monthsShort,G,F,3);case"MMMM":return ee(F,G);case"D":return f.$D;case"DD":return k.s(f.$D,2,"0");case"d":return String(f.$W);case"dd":return ee(l.weekdaysMin,f.$W,_,2);case"ddd":return ee(l.weekdaysShort,f.$W,_,3);case"dddd":return _[f.$W];case"H":return String(D);case"HH":return k.s(D,2,"0");case"h":return oe(1);case"hh":return oe(2);case"a":return te(D,N,!0);case"A":return te(D,N,!1);case"m":return String(N);case"mm":return k.s(N,2,"0");case"s":return String(f.$s);case"ss":return k.s(f.$s,2,"0");case"SSS":return k.s(f.$ms,3,"0");case"Z":return p}return null})(j)||p.replace(":","")}))},o.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},o.diff=function(a,f,l){var g,p=this,D=k.p(f),N=P(a),G=(N.utcOffset()-this.utcOffset())*t,_=this-N,F=function(){return k.m(p,N)};switch(D){case E:g=F()/12;break;case y:g=F();break;case m:g=F()/3;break;case C:g=(_-G)/6048e5;break;case R:g=(_-G)/864e5;break;case h:g=_/r;break;case c:g=_/t;break;case u:g=_/n;break;default:g=_}return l?g:k.a(g)},o.daysInMonth=function(){return this.endOf(y).$D},o.$locale=function(){return L[this.$L]},o.locale=function(a,f){if(!a)return this.$L;var l=this.clone(),g=H(a,f,!0);return g&&(l.$L=g),l},o.clone=function(){return k.w(this.$d,this)},o.toDate=function(){return new Date(this.valueOf())},o.toJSON=function(){return this.isValid()?this.toISOString():null},o.toISOString=function(){return this.$d.toISOString()},o.toString=function(){return this.$d.toUTCString()},A})(),Oe=q.prototype;return P.prototype=Oe,[["$ms",s],["$s",u],["$m",c],["$H",h],["$W",R],["$M",y],["$y",E],["$D",T]].forEach((function(A){Oe[A[1]]=function(o){return this.$g(o,A[0],A[1])}})),P.extend=function(A,o){return A.$i||(A(o,q,P),A.$i=!0),P},P.locale=H,P.isDayjs=V,P.unix=function(A){return P(1e3*A)},P.en=L[M],P.Ls=L,P.p={},P}))})(fe)),fe.exports}var Gt=Ye();const Z=z(Gt);var de={exports:{}},Ft=de.exports,Ve;function Kt(){return Ve||(Ve=1,(function(i,e){(function(n,t){i.exports=t()})(Ft,(function(){return function(n,t){var r=t.prototype,s=r.format;r.format=function(u){var c=this,h=this.$locale();if(!this.isValid())return s.bind(this)(u);var R=this.$utils(),C=(u||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,(function(y){switch(y){case"Q":return Math.ceil((c.$M+1)/3);case"Do":return h.ordinal(c.$D);case"gggg":return c.weekYear();case"GGGG":return c.isoWeekYear();case"wo":return h.ordinal(c.week(),"W");case"w":case"ww":return R.s(c.week(),y==="w"?1:2,"0");case"W":case"WW":return R.s(c.isoWeek(),y==="W"?1:2,"0");case"k":case"kk":return R.s(String(c.$H===0?24:c.$H),y==="k"?1:2,"0");case"X":return Math.floor(c.$d.getTime()/1e3);case"x":return c.$d.getTime();case"z":return"["+c.offsetName()+"]";case"zzz":return"["+c.offsetName("long")+"]";default:return y}}));return s.bind(this)(C)}}}))})(de)),de.exports}var Yt=Kt();const Vt=z(Yt);var he={exports:{}},qt=he.exports,qe;function jt(){return qe||(qe=1,(function(i,e){(function(n,t){i.exports=t()})(qt,(function(){return function(n,t,r){t.prototype.isBetween=function(s,u,c,h){var R=r(s),C=r(u),y=(h=h||"()")[0]==="(",m=h[1]===")";return(y?this.isAfter(R,c):!this.isBefore(R,c))&&(m?this.isBefore(C,c):!this.isAfter(C,c))||(y?this.isBefore(R,c):!this.isAfter(R,c))&&(m?this.isAfter(C,c):!this.isBefore(C,c))}}}))})(he)),he.exports}var zt=jt();const Wt=z(zt);var pe={exports:{}},Zt=pe.exports,je;function Jt(){return je||(je=1,(function(i,e){(function(n,t){i.exports=t()})(Zt,(function(){return function(n,t){t.prototype.isSameOrAfter=function(r,s){return this.isSame(r,s)||this.isAfter(r,s)}}}))})(pe)),pe.exports}var Xt=Jt();const Qt=z(Xt);var me={exports:{}},en=me.exports,ze;function tn(){return ze||(ze=1,(function(i,e){(function(n,t){i.exports=t()})(en,(function(){return function(n,t){t.prototype.isSameOrBefore=function(r,s){return this.isSame(r,s)||this.isBefore(r,s)}}}))})(me)),me.exports}var nn=tn();const rn=z(nn);var ye={exports:{}},on=ye.exports,We;function an(){return We||(We=1,(function(i,e){(function(n,t){i.exports=t()})(on,(function(){return function(n,t,r){var s=t.prototype,u=function(y){return y&&(y.indexOf?y:y.s)},c=function(y,m,E,T,d){var O=y.name?y:y.$locale(),I=u(O[m]),B=u(O[E]),b=I||B.map((function(M){return M.slice(0,T)}));if(!d)return b;var x=O.weekStart;return b.map((function(M,L){return b[(L+(x||0))%7]}))},h=function(){return r.Ls[r.locale()]},R=function(y,m){return y.formats[m]||(function(E){return E.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(T,d,O){return d||O.slice(1)}))})(y.formats[m.toUpperCase()])},C=function(){var y=this;return{months:function(m){return m?m.format("MMMM"):c(y,"months")},monthsShort:function(m){return m?m.format("MMM"):c(y,"monthsShort","months",3)},firstDayOfWeek:function(){return y.$locale().weekStart||0},weekdays:function(m){return m?m.format("dddd"):c(y,"weekdays")},weekdaysMin:function(m){return m?m.format("dd"):c(y,"weekdaysMin","weekdays",2)},weekdaysShort:function(m){return m?m.format("ddd"):c(y,"weekdaysShort","weekdays",3)},longDateFormat:function(m){return R(y.$locale(),m)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};s.localeData=function(){return C.bind(this)()},r.localeData=function(){var y=h();return{firstDayOfWeek:function(){return y.weekStart||0},weekdays:function(){return r.weekdays()},weekdaysShort:function(){return r.weekdaysShort()},weekdaysMin:function(){return r.weekdaysMin()},months:function(){return r.months()},monthsShort:function(){return r.monthsShort()},longDateFormat:function(m){return R(y,m)},meridiem:y.meridiem,ordinal:y.ordinal}},r.months=function(){return c(h(),"months")},r.monthsShort=function(){return c(h(),"monthsShort","months",3)},r.weekdays=function(y){return c(h(),"weekdays",null,null,y)},r.weekdaysShort=function(y){return c(h(),"weekdaysShort","weekdays",3,y)},r.weekdaysMin=function(y){return c(h(),"weekdaysMin","weekdays",2,y)}}}))})(ye)),ye.exports}var sn=an();const un=z(sn);var ge={exports:{}},cn=ge.exports,Ze;function ln(){return Ze||(Ze=1,(function(i,e){(function(n,t){i.exports=t()})(cn,(function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};return function(t,r,s){var u=r.prototype,c=u.format;s.en.formats=n,u.format=function(h){h===void 0&&(h="YYYY-MM-DDTHH:mm:ssZ");var R=this.$locale().formats,C=(function(y,m){return y.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(E,T,d){var O=d&&d.toUpperCase();return T||m[d]||n[d]||m[O].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(I,B,b){return B||b.slice(1)}))}))})(h,R===void 0?{}:R);return c.call(this,C)}}}))})(ge)),ge.exports}var fn=ln();const dn=z(fn);var we={exports:{}},hn=we.exports,Je;function pn(){return Je||(Je=1,(function(i,e){(function(n,t){i.exports=t()})(hn,(function(){return function(n,t,r){var s=function(u,c){if(!c||!c.length||c.length===1&&!c[0]||c.length===1&&Array.isArray(c[0])&&!c[0].length)return null;var h;c.length===1&&c[0].length>0&&(c=c[0]),h=(c=c.filter((function(C){return C})))[0];for(var R=1;R<c.length;R+=1)c[R].isValid()&&!c[R][u](h)||(h=c[R]);return h};r.max=function(){var u=[].slice.call(arguments,0);return s("isAfter",u)},r.min=function(){var u=[].slice.call(arguments,0);return s("isBefore",u)}}}))})(we)),we.exports}var mn=pn();const yn=z(mn);var ve={exports:{}},gn=ve.exports,Xe;function wn(){return Xe||(Xe=1,(function(i,e){(function(n,t){i.exports=t()})(gn,(function(){return function(n,t,r){n=n||{};var s=t.prototype,u={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function c(R,C,y,m){return s.fromToBase(R,C,y,m)}r.en.relativeTime=u,s.fromToBase=function(R,C,y,m,E){for(var T,d,O,I=y.$locale().relativeTime||u,B=n.thresholds||[{l:"s",r:44,d:"second"},{l:"m",r:89},{l:"mm",r:44,d:"minute"},{l:"h",r:89},{l:"hh",r:21,d:"hour"},{l:"d",r:35},{l:"dd",r:25,d:"day"},{l:"M",r:45},{l:"MM",r:10,d:"month"},{l:"y",r:17},{l:"yy",d:"year"}],b=B.length,x=0;x<b;x+=1){var M=B[x];M.d&&(T=m?r(R).diff(y,M.d,!0):y.diff(R,M.d,!0));var L=(n.rounding||Math.round)(Math.abs(T));if(O=T>0,L<=M.r||!M.r){L<=1&&x>0&&(M=B[x-1]);var K=I[M.l];E&&(L=E(""+L)),d=typeof K=="string"?K.replace("%d",L):K(L,C,M.l,O);break}}if(C)return d;var V=O?I.future:I.past;return typeof V=="function"?V(d):V.replace("%s",d)},s.to=function(R,C){return c(R,C,this,!0)},s.from=function(R,C){return c(R,C,this)};var h=function(R){return R.$u?r.utc():r()};s.toNow=function(R){return this.to(h(this),R)},s.fromNow=function(R){return this.from(h(this),R)}}}))})(ve)),ve.exports}var vn=wn();const Sn=z(vn);var Se={exports:{}},Rn=Se.exports,Qe;function An(){return Qe||(Qe=1,(function(i,e){(function(n,t){i.exports=t()})(Rn,(function(){var n={year:0,month:1,day:2,hour:3,minute:4,second:5},t={};return function(r,s,u){var c,h=function(m,E,T){T===void 0&&(T={});var d=new Date(m),O=(function(I,B){B===void 0&&(B={});var b=B.timeZoneName||"short",x=I+"|"+b,M=t[x];return M||(M=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:I,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:b}),t[x]=M),M})(E,T);return O.formatToParts(d)},R=function(m,E){for(var T=h(m,E),d=[],O=0;O<T.length;O+=1){var I=T[O],B=I.type,b=I.value,x=n[B];x>=0&&(d[x]=parseInt(b,10))}var M=d[3],L=M===24?0:M,K=d[0]+"-"+d[1]+"-"+d[2]+" "+L+":"+d[4]+":"+d[5]+":000",V=+m;return(u.utc(K).valueOf()-(V-=V%1e3))/6e4},C=s.prototype;C.tz=function(m,E){m===void 0&&(m=c);var T,d=this.utcOffset(),O=this.toDate(),I=O.toLocaleString("en-US",{timeZone:m}),B=Math.round((O-new Date(I))/1e3/60),b=15*-Math.round(O.getTimezoneOffset()/15)-B;if(!Number(b))T=this.utcOffset(0,E);else if(T=u(I,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(b,!0),E){var x=T.utcOffset();T=T.add(d-x,"minute")}return T.$x.$timezone=m,T},C.offsetName=function(m){var E=this.$x.$timezone||u.tz.guess(),T=h(this.valueOf(),E,{timeZoneName:m}).find((function(d){return d.type.toLowerCase()==="timezonename"}));return T&&T.value};var y=C.startOf;C.startOf=function(m,E){if(!this.$x||!this.$x.$timezone)return y.call(this,m,E);var T=u(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return y.call(T,m,E).tz(this.$x.$timezone,!0)},u.tz=function(m,E,T){var d=T&&E,O=T||E||c,I=R(+u(),O);if(typeof m!="string")return u(m).tz(O);var B=(function(L,K,V){var H=L-60*K*1e3,P=R(H,V);if(K===P)return[H,K];var k=R(H-=60*(P-K)*1e3,V);return P===k?[H,P]:[L-60*Math.min(P,k)*1e3,Math.max(P,k)]})(u.utc(m,d).valueOf(),I,O),b=B[0],x=B[1],M=u(b).utcOffset(x);return M.$x.$timezone=O,M},u.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},u.tz.setDefault=function(m){c=m}}}))})(Se)),Se.exports}var Cn=An();const En=z(Cn);var Re={exports:{}},Tn=Re.exports,et;function On(){return et||(et=1,(function(i,e){(function(n,t){i.exports=t()})(Tn,(function(){var n="minute",t=/[+-]\d\d(?::?\d\d)?/g,r=/([+-]|\d\d)/g;return function(s,u,c){var h=u.prototype;c.utc=function(d){var O={date:d,utc:!0,args:arguments};return new u(O)},h.utc=function(d){var O=c(this.toDate(),{locale:this.$L,utc:!0});return d?O.add(this.utcOffset(),n):O},h.local=function(){return c(this.toDate(),{locale:this.$L,utc:!1})};var R=h.parse;h.parse=function(d){d.utc&&(this.$u=!0),this.$utils().u(d.$offset)||(this.$offset=d.$offset),R.call(this,d)};var C=h.init;h.init=function(){if(this.$u){var d=this.$d;this.$y=d.getUTCFullYear(),this.$M=d.getUTCMonth(),this.$D=d.getUTCDate(),this.$W=d.getUTCDay(),this.$H=d.getUTCHours(),this.$m=d.getUTCMinutes(),this.$s=d.getUTCSeconds(),this.$ms=d.getUTCMilliseconds()}else C.call(this)};var y=h.utcOffset;h.utcOffset=function(d,O){var I=this.$utils().u;if(I(d))return this.$u?0:I(this.$offset)?y.call(this):this.$offset;if(typeof d=="string"&&(d=(function(M){M===void 0&&(M="");var L=M.match(t);if(!L)return null;var K=(""+L[0]).match(r)||["-",0,0],V=K[0],H=60*+K[1]+ +K[2];return H===0?0:V==="+"?H:-H})(d),d===null))return this;var B=Math.abs(d)<=16?60*d:d;if(B===0)return this.utc(O);var b=this.clone();if(O)return b.$offset=B,b.$u=!1,b;var x=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();return(b=this.local().add(B+x,n)).$offset=B,b.$x.$localOffset=x,b};var m=h.format;h.format=function(d){var O=d||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return m.call(this,O)},h.valueOf=function(){var d=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*d},h.isUTC=function(){return!!this.$u},h.toISOString=function(){return this.toDate().toISOString()},h.toString=function(){return this.toDate().toUTCString()};var E=h.toDate;h.toDate=function(d){return d==="s"&&this.$offset?c(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():E.call(this)};var T=h.diff;h.diff=function(d,O,I){if(d&&this.$u===d.$u)return T.call(this,d,O,I);var B=this.local(),b=c(d).local();return T.call(B,b,O,I)}}}))})(Re)),Re.exports}var Mn=On();const kn=z(Mn);var Ae={exports:{}},_n=Ae.exports,tt;function bn(){return tt||(tt=1,(function(i,e){(function(n,t){i.exports=t(Ye())})(_n,(function(n){function t(u){return u&&typeof u=="object"&&"default"in u?u:{default:u}}var r=t(n),s={name:"fr",weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(u){return""+u+(u===1?"er":"")}};return r.default.locale(s,null,!0),s}))})(Ae)),Ae.exports}bn();var Ce={exports:{}},Dn=Ce.exports,nt;function Bn(){return nt||(nt=1,(function(i,e){(function(n,t){i.exports=t()})(Dn,(function(){return{name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(n){var t=["th","st","nd","rd"],r=n%100;return"["+n+(t[(r-20)%10]||t[r]||t[0])+"]"}}}))})(Ce)),Ce.exports}Bn(),Z.extend(Vt),Z.extend(Wt),Z.extend(Qt),Z.extend(rn),Z.extend(dn),Z.extend(un),Z.extend(yn),Z.extend(Sn),Z.extend(En),Z.extend(kn);function J(i){if(i===null||typeof i!="object")return!1;const e=Object.getPrototypeOf(i);return e===Object.prototype||e===null}function Ee(i,e=new WeakSet){if(i==null||typeof i!="object"||e.has(i))return i;if(e.add(i),Array.isArray(i))return i.map(n=>Ee(n,e));if(J(i)){const n={};for(const t in i)Object.hasOwn(i,t)&&(n[t]=Ee(i[t],e));return n}return i}function Be(i,e,n=new WeakSet){if(!(!J(e)||!J(i))&&!(e===i||n.has(e))){n.add(e);for(const t in e)if(Object.hasOwn(e,t)){const r=e[t],s=i[t];J(r)&&J(s)?Be(s,r,n):Array.isArray(r)&&Array.isArray(s)?i[t]=rt(s,r,n):i[t]=Ee(r,n)}}}function rt(i,e,n){const t=i.slice();for(let r=0;r<e.length;r++){const s=e[r],u=t[r];if(J(s)&&J(u)){const c={...u};Be(c,s,n),t[r]=c}else Array.isArray(s)&&Array.isArray(u)?t[r]=rt(u,s,n):t[r]=Ee(s,n)}return t}function it(i,...e){if(!J(i))throw new TypeError("Target must be a plain object");const n=new WeakSet;for(const t of e)t!=null&&Be(i,t,n);return i}const Y=[];for(let i=0;i<256;++i)Y.push((i+256).toString(16).slice(1));function In(i,e=0){return(Y[i[e+0]]+Y[i[e+1]]+Y[i[e+2]]+Y[i[e+3]]+"-"+Y[i[e+4]]+Y[i[e+5]]+"-"+Y[i[e+6]]+Y[i[e+7]]+"-"+Y[i[e+8]]+Y[i[e+9]]+"-"+Y[i[e+10]]+Y[i[e+11]]+Y[i[e+12]]+Y[i[e+13]]+Y[i[e+14]]+Y[i[e+15]]).toLowerCase()}let Ie;const Ln=new Uint8Array(16);function Pn(){if(!Ie){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Ie=crypto.getRandomValues.bind(crypto)}return Ie(Ln)}const ot={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Nn(i,e,n){i=i||{};const t=i.random??i.rng?.()??Pn();if(t.length<16)throw new Error("Random bytes length must be >= 16");return t[6]=t[6]&15|64,t[8]=t[8]&63|128,In(t)}function $n(i,e,n){return ot.randomUUID&&!i?ot.randomUUID():Nn(i)}const Un=1500;class ne{static instance=null;defaultOptions={callCount:1,interval:Un,maxCallCount:20,minCallCount:1};pollings={};events={complete:()=>{},data:()=>{},error:()=>{}};static getInstance(){return ne.instance||(ne.instance=new ne),ne.instance}poll(e,n){const t=this.buildPollerOptions(n);return this.storeCurrentPolling(t),this.isActivePoller(t)&&e().then(r=>this.onRequest(r,e,t)).catch(r=>{this.dispatch("error",r)}),this}on(e,n){this.events[e]=n}stop(e){e&&this.pollings[e]&&delete this.pollings[e]}dispatch(e,n){this.events[e](n)}async onRequest(e,n,t){const r=v(e??{},S.Camel);this.isActivePoller(t)&&(this.isInProgress(r)&&t.callCount&&t.maxCallCount&&t.callCount<t.maxCallCount||!this.isInProgress(r)&&t.callCount&&t.minCallCount&&t.callCount<t.minCallCount?(this.isInProgress(r)||(r.meta=r.meta||{},r.meta.status="IN_PROGRESS"),t.callCount+=1,this.dispatch("data",r),t.interval&&await this.pause(t),this.poll(n,t)):this.isInProgress(r)?(r.meta=r.meta||{},r.meta.status="COMPLETE",this.onComplete(r,t)):this.onComplete(r,t))}onComplete(e,n){this.dispatch("data",e),this.dispatch("complete",e),this.removeCurrentPolling(n)}isInProgress(e){return(e?.meta?.status??"")!=="COMPLETE"}buildPollerOptions(e){const n=Object.entries(e).reduce((t,[r,s])=>{if(s!==void 0){const u=r;t[u]=s}return t},{});return{...this.defaultOptions,...n}}storeCurrentPolling(e){e.type&&!e.uuid&&(e.uuid=$n(),this.pollings[e.type]=e.uuid)}isActivePoller(e){return e.type?!!this.pollings[e.type]&&this.pollings[e.type]===e.uuid:!0}pause(e){return new Promise(n=>{setTimeout(n,e.interval)})}removeCurrentPolling(e){e.type&&this.pollings[e.type]&&delete this.pollings[e.type]}}function at(i,e,n){const t=ne.getInstance();return t.poll(i,e),n&&typeof n=="function"?(t.on("data",r=>{r instanceof Error?n(r,void 0,t):n(null,r,t)}),t.on("error",r=>{r instanceof Error?n(r):n(null,r)}),t):new Promise((r,s)=>{t.on("error",s),t.on("complete",u=>{u instanceof Error?s(u):r(u)})})}const st="http://localhost".replace(/\/+$/,""),xn=i=>typeof Blob<"u"&&i instanceof Blob;class W{constructor(e=new Le){this.configuration=e,this.middleware=e.middleware}middleware;withMiddleware(...e){const n=this.clone();return n.middleware=n.middleware.concat(...e),n}withPreMiddleware(...e){const n=e.map(t=>({pre:t}));return this.withMiddleware(...n)}withPostMiddleware(...e){const n=e.map(t=>({post:t}));return this.withMiddleware(...n)}async request(e,n){const{url:t,init:r}=this.createFetchParams(e,n),s=await this.fetchApi(t,r);if(s.status>=200&&s.status<300)return s;throw new ut(s,"Response returned an error code")}createFetchParams(e,n){let t=this.configuration.basePath+e.path;e.query!==void 0&&Object.keys(e.query).length!==0&&(t+="?"+this.configuration.queryParamsStringify(e.query));const r=typeof FormData<"u"&&e.body instanceof FormData||e.body instanceof URLSearchParams||xn(e.body)?e.body:JSON.stringify(e.body),s=Object.assign({},this.configuration.headers,e.headers);Object.keys(s).forEach(c=>s[c]===void 0?delete s[c]:{});const u={method:e.method,body:r,credentials:this.configuration.credentials,...it({},n,{headers:it({},s,n?.headers)})};return{url:t,init:u}}fetchApi=async(e,n)=>{let t={url:e,init:n};for(const s of this.middleware)s.pre&&(t=await s.pre({fetch:this.fetchApi,...t})||t);let r=await(this.configuration.fetchApi||fetch)(t.url,t.init);for(const s of this.middleware)s.post&&(r=await s.post({fetch:this.fetchApi,url:t.url,init:t.init,response:r.clone()})||r);return r};clone(){const e=this.constructor,n=new e(this.configuration);return n.middleware=this.middleware.slice(),n}}class ut extends Error{constructor(e,n){super(n),this.response=e}name="ResponseError"}class $ extends Error{constructor(e,n){super(n),this.field=e}name="RequiredError"}const Hn={csv:",",ssv:" ",tsv:" ",pipes:"|"};class Le{constructor(e={}){this.configuration=e}get basePath(){return this.configuration.basePath!=null?this.configuration.basePath:st}get fetchApi(){return this.configuration.fetchApi}get middleware(){return this.configuration.middleware||[]}get queryParamsStringify(){return this.configuration.queryParamsStringify||Pe}get username(){return this.configuration.username}get password(){return this.configuration.password}get apiKey(){const e=this.configuration.apiKey;if(e)return typeof e=="function"?e:()=>e}get accessToken(){const e=this.configuration.accessToken;if(e)return typeof e=="function"?e:async()=>e}get headers(){return this.configuration.headers}get credentials(){return this.configuration.credentials}}function Gn(i,e){const n=i[e];return n!=null}function Pe(i,e=""){return Object.keys(i).map(n=>{const t=e+(e.length?`[${n}]`:n),r=i[n];if(r instanceof Array){const s=r.map(u=>encodeURIComponent(String(u))).join(`&${encodeURIComponent(t)}=`);return`${encodeURIComponent(t)}=${s}`}return r instanceof Date?`${encodeURIComponent(t)}=${encodeURIComponent(r.toISOString())}`:r instanceof Object?Pe(r,t):`${encodeURIComponent(t)}=${encodeURIComponent(String(r))}`}).filter(n=>n.length>0).join("&")}function Fn(i,e){return Object.keys(i).reduce((n,t)=>({...n,[t]:e(i[t])}),{})}function Kn(i){for(const e of i)if(e.contentType==="multipart/form-data")return!0;return!1}class U{constructor(e,n=t=>t){this.raw=e,this.transformer=n}async value(){return this.transformer(await this.raw.json())}}class Yn{constructor(e){this.raw=e}async value(){}}class Vn{constructor(e){this.raw=e}async value(){return await this.raw.blob()}}class ct{constructor(e){this.raw=e}async value(){return await this.raw.text()}}const qn={Disabled:"DISABLED",Enabled:"ENABLED",Forced:"FORCED"},jn={Cx:"bkg-cx",Cf:"bkg-cf",Created:"bkg-created",Af:"bkg-af",Ip:"bkg-ip",Pc:"bkg-pc",Pp:"bkg-pp",Qr:"bkg-qr"},zn={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"},Wn={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"},Zn={Dr:"dr",Mr:"mr",Mrs:"mrs",Ms:"ms",NotSpecified:"notSpecified",Prof:"prof"},Jn={Ad:"AD",Ae:"AE",Af:"AF",Ag:"AG",Ai:"AI",Al:"AL",Am:"AM",Ao:"AO",Ar:"AR",As:"AS",At:"AT",Au:"AU",Aw:"AW",Ax:"AX",Az:"AZ",Ba:"BA",Bb:"BB",Bd:"BD",Be:"BE",Bf:"BF",Bg:"BG",Bh:"BH",Bi:"BI",Bj:"BJ",Bl:"BL",Bm:"BM",Bn:"BN",Bo:"BO",Bq:"BQ",Br:"BR",Bs:"BS",Bt:"BT",Bw:"BW",By:"BY",Bz:"BZ",Ca:"CA",Cc:"CC",Cd:"CD",Cf:"CF",Cg:"CG",Ch:"CH",Ci:"CI",Ck:"CK",Cl:"CL",Cm:"CM",Cn:"CN",Co:"CO",Cr:"CR",Cu:"CU",Cv:"CV",Cw:"CW",Cx:"CX",Cy:"CY",Cz:"CZ",De:"DE",Dj:"DJ",Dk:"DK",Dm:"DM",Do:"DO",Dz:"DZ",Ec:"EC",Ee:"EE",Eg:"EG",Eh:"EH",Er:"ER",Es:"ES",Et:"ET",Fi:"FI",Fj:"FJ",Fk:"FK",Fm:"FM",Fo:"FO",Fr:"FR",Ga:"GA",Gb:"GB",Gd:"GD",Ge:"GE",Gf:"GF",Gg:"GG",Gh:"GH",Gi:"GI",Gl:"GL",Gm:"GM",Gn:"GN",Gp:"GP",Gq:"GQ",Gr:"GR",Gt:"GT",Gu:"GU",Gw:"GW",Gy:"GY",Hk:"HK",Hn:"HN",Hr:"HR",Ht:"HT",Hu:"HU",Id:"ID",Ie:"IE",Il:"IL",Im:"IM",In:"IN",Io:"IO",Iq:"IQ",Ir:"IR",Is:"IS",It:"IT",Je:"JE",Jm:"JM",Jo:"JO",Jp:"JP",Ke:"KE",Kg:"KG",Kh:"KH",Ki:"KI",Km:"KM",Kn:"KN",Kp:"KP",Kr:"KR",Kw:"KW",Ky:"KY",Kz:"KZ",La:"LA",Lb:"LB",Lc:"LC",Li:"LI",Lk:"LK",Lr:"LR",Ls:"LS",Lt:"LT",Lu:"LU",Lv:"LV",Ly:"LY",Ma:"MA",Mc:"MC",Md:"MD",Me:"ME",Mf:"MF",Mg:"MG",Mh:"MH",Mk:"MK",Ml:"ML",Mm:"MM",Mn:"MN",Mo:"MO",Mp:"MP",Mq:"MQ",Mr:"MR",Ms:"MS",Mt:"MT",Mu:"MU",Mv:"MV",Mw:"MW",Mx:"MX",My:"MY",Mz:"MZ",Na:"NA",Nc:"NC",Ne:"NE",Nf:"NF",Ng:"NG",Ni:"NI",Nl:"NL",No:"NO",Np:"NP",Nr:"NR",Nu:"NU",Nz:"NZ",Om:"OM",Pa:"PA",Pe:"PE",Pf:"PF",Pg:"PG",Ph:"PH",Pk:"PK",Pl:"PL",Pm:"PM",Pr:"PR",Ps:"PS",Pt:"PT",Pw:"PW",Py:"PY",Qa:"QA",Re:"RE",Ro:"RO",Rs:"RS",Ru:"RU",Rw:"RW",Sa:"SA",Sb:"SB",Sc:"SC",Sd:"SD",Se:"SE",Sg:"SG",Sh:"SH",Si:"SI",Sj:"SJ",Sk:"SK",Sl:"SL",Sm:"SM",Sn:"SN",So:"SO",Sr:"SR",Ss:"SS",St:"ST",Sv:"SV",Sx:"SX",Sy:"SY",Sz:"SZ",Tc:"TC",Td:"TD",Tg:"TG",Th:"TH",Tj:"TJ",Tk:"TK",Tl:"TL",Tm:"TM",Tn:"TN",To:"TO",Tr:"TR",Tt:"TT",Tv:"TV",Tw:"TW",Tz:"TZ",Ua:"UA",Ug:"UG",Us:"US",Uy:"UY",Uz:"UZ",Va:"VA",Vc:"VC",Ve:"VE",Vg:"VG",Vi:"VI",Vn:"VN",Vu:"VU",Wf:"WF",Ws:"WS",Xk:"XK",Ye:"YE",Yt:"YT",Za:"ZA",Zm:"ZM",Zw:"ZW"},Xn={Aed:"AED",Afn:"AFN",All:"ALL",Amd:"AMD",Ang:"ANG",Aoa:"AOA",Ars:"ARS",Aud:"AUD",Awg:"AWG",Azn:"AZN",Bam:"BAM",Bbd:"BBD",Bdt:"BDT",Bhd:"BHD",Bgn:"BGN",Bif:"BIF",Bmd:"BMD",Bnd:"BND",Bob:"BOB",Brl:"BRL",Bsd:"BSD",Bwp:"BWP",Bzd:"BZD",Cad:"CAD",Cdf:"CDF",Chf:"CHF",Clp:"CLP",Cny:"CNY",Cop:"COP",Crc:"CRC",Cve:"CVE",Czk:"CZK",Djf:"DJF",Dkk:"DKK",Dop:"DOP",Dzd:"DZD",Egp:"EGP",Etb:"ETB",Eur:"EUR",Fjd:"FJD",Fkp:"FKP",Gbp:"GBP",Gel:"GEL",Gip:"GIP",Gmd:"GMD",Gnf:"GNF",Gtq:"GTQ",Gyd:"GYD",Hkd:"HKD",Hnl:"HNL",Htg:"HTG",Huf:"HUF",Idr:"IDR",Ils:"ILS",Inr:"INR",Isk:"ISK",Jmd:"JMD",Jod:"JOD",Jpy:"JPY",Kes:"KES",Kgs:"KGS",Khr:"KHR",Kmf:"KMF",Krw:"KRW",Kwd:"KWD",Kyd:"KYD",Kzt:"KZT",Lak:"LAK",Lbp:"LBP",Lkr:"LKR",Lrd:"LRD",Lsl:"LSL",Mad:"MAD",Mdl:"MDL",Mga:"MGA",Mkd:"MKD",Mmk:"MMK",Mnt:"MNT",Mop:"MOP",Mru:"MRU",Mur:"MUR",Mvr:"MVR",Mwk:"MWK",Mxn:"MXN",Myr:"MYR",Mzn:"MZN",Nad:"NAD",Ngn:"NGN",Nio:"NIO",Nok:"NOK",Npr:"NPR",Nzd:"NZD",Omr:"OMR",Pab:"PAB",Pen:"PEN",Pgk:"PGK",Php:"PHP",Pkr:"PKR",Pln:"PLN",Pyg:"PYG",Qar:"QAR",Ron:"RON",Rsd:"RSD",Rub:"RUB",Rwf:"RWF",Sar:"SAR",Sbd:"SBD",Scr:"SCR",Sek:"SEK",Sgd:"SGD",Shp:"SHP",Sll:"SLL",Sos:"SOS",Srd:"SRD",Std:"STD",Szl:"SZL",Thb:"THB",Tjs:"TJS",Tnd:"TND",Top:"TOP",Try:"TRY",Ttd:"TTD",Twd:"TWD",Tzs:"TZS",Uah:"UAH",Usd:"USD",Uyu:"UYU",Uzs:"UZS",Vnd:"VND",Vuv:"VUV",Wst:"WST",Xaf:"XAF",Xcd:"XCD",Xof:"XOF",Xpf:"XPF",Yer:"YER",Zar:"ZAR",Zmw:"ZMW"},Qn={ApiError:"api_error",BadGateway:"bad_gateway",InternalServerError:"internal_server_error",InvalidRequestError:"invalid_request_error",RateLimitError:"rate_limit_error",ResourceGone:"resource_gone",ResourceNotFound:"resource_not_found",Unauthorized:"unauthorized",ValidationError:"validation_error"},er={Included:"INCLUDED",NotIncluded:"NOT_INCLUDED",Optional:"OPTIONAL"},tr={BestMatch:"BEST_MATCH",Cheapest:"CHEAPEST",MatchingRoomCount:"MATCHING_ROOM_COUNT",Regular:"REGULAR"},nr={Included:"included",NotIncluded:"not_included",Unknown:"unknown"},rr={HotelRoom:"HOTEL_ROOM",Package:"PACKAGE"},ir={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"},or={CreditNote:"credit_note",Invoice:"invoice"},ar={CreditCard:"CREDIT_CARD"},sr={Coupon:"COUPON"},ur={DepositAccount:"DEPOSIT_ACCOUNT"},cr={Coupon:"COUPON",CreditCard:"CREDIT_CARD",DepositAccount:"DEPOSIT_ACCOUNT"},lr={Complete:"COMPLETE",InProgress:"IN_PROGRESS"},fr={Ad:"AD",Ae:"AE",Af:"AF",Ag:"AG",Ai:"AI",Al:"AL",Am:"AM",Ao:"AO",Ar:"AR",As:"AS",At:"AT",Au:"AU",Aw:"AW",Ax:"AX",Az:"AZ",Ba:"BA",Bb:"BB",Bd:"BD",Be:"BE",Bf:"BF",Bg:"BG",Bh:"BH",Bi:"BI",Bj:"BJ",Bl:"BL",Bm:"BM",Bn:"BN",Bo:"BO",Bq:"BQ",Br:"BR",Bs:"BS",Bt:"BT",Bw:"BW",By:"BY",Bz:"BZ",Ca:"CA",Cc:"CC",Cd:"CD",Cf:"CF",Cg:"CG",Ch:"CH",Ci:"CI",Ck:"CK",Cl:"CL",Cm:"CM",Cn:"CN",Co:"CO",Cr:"CR",Cu:"CU",Cv:"CV",Cw:"CW",Cx:"CX",Cy:"CY",Cz:"CZ",De:"DE",Dj:"DJ",Dk:"DK",Dm:"DM",Do:"DO",Dz:"DZ",Ec:"EC",Ee:"EE",Eg:"EG",Eh:"EH",Er:"ER",Es:"ES",Et:"ET",Fi:"FI",Fj:"FJ",Fk:"FK",Fm:"FM",Fo:"FO",Fr:"FR",Ga:"GA",Gb:"GB",Gd:"GD",Ge:"GE",Gf:"GF",Gg:"GG",Gh:"GH",Gi:"GI",Gl:"GL",Gm:"GM",Gn:"GN",Gp:"GP",Gq:"GQ",Gr:"GR",Gt:"GT",Gu:"GU",Gw:"GW",Gy:"GY",Hk:"HK",Hn:"HN",Hr:"HR",Ht:"HT",Hu:"HU",Id:"ID",Ie:"IE",Il:"IL",Im:"IM",In:"IN",Io:"IO",Iq:"IQ",Ir:"IR",Is:"IS",It:"IT",Je:"JE",Jm:"JM",Jo:"JO",Jp:"JP",Ke:"KE",Kg:"KG",Kh:"KH",Ki:"KI",Km:"KM",Kn:"KN",Kp:"KP",Kr:"KR",Kw:"KW",Ky:"KY",Kz:"KZ",La:"LA",Lb:"LB",Lc:"LC",Li:"LI",Lk:"LK",Lr:"LR",Ls:"LS",Lt:"LT",Lu:"LU",Lv:"LV",Ly:"LY",Ma:"MA",Mc:"MC",Md:"MD",Me:"ME",Mf:"MF",Mg:"MG",Mh:"MH",Mk:"MK",Ml:"ML",Mm:"MM",Mn:"MN",Mo:"MO",Mp:"MP",Mq:"MQ",Mr:"MR",Ms:"MS",Mt:"MT",Mu:"MU",Mv:"MV",Mw:"MW",Mx:"MX",My:"MY",Mz:"MZ",Na:"NA",Nc:"NC",Ne:"NE",Nf:"NF",Ng:"NG",Ni:"NI",Nl:"NL",No:"NO",Np:"NP",Nr:"NR",Nu:"NU",Nz:"NZ",Om:"OM",Pa:"PA",Pe:"PE",Pf:"PF",Pg:"PG",Ph:"PH",Pk:"PK",Pl:"PL",Pm:"PM",Pr:"PR",Ps:"PS",Pt:"PT",Pw:"PW",Py:"PY",Qa:"QA",Re:"RE",Ro:"RO",Rs:"RS",Ru:"RU",Rw:"RW",Sa:"SA",Sb:"SB",Sc:"SC",Sd:"SD",Se:"SE",Sg:"SG",Sh:"SH",Si:"SI",Sj:"SJ",Sk:"SK",Sl:"SL",Sm:"SM",Sn:"SN",So:"SO",Sr:"SR",Ss:"SS",St:"ST",Sv:"SV",Sx:"SX",Sy:"SY",Sz:"SZ",Tc:"TC",Td:"TD",Tg:"TG",Th:"TH",Tj:"TJ",Tk:"TK",Tl:"TL",Tm:"TM",Tn:"TN",To:"TO",Tr:"TR",Tt:"TT",Tv:"TV",Tw:"TW",Tz:"TZ",Ua:"UA",Ug:"UG",Us:"US",Uy:"UY",Uz:"UZ",Va:"VA",Vc:"VC",Ve:"VE",Vg:"VG",Vi:"VI",Vn:"VN",Vu:"VU",Wf:"WF",Ws:"WS",Xk:"XK",Ye:"YE",Yt:"YT",Za:"ZA",Zm:"ZM",Zw:"ZW"},dr={Night:"PER_NIGHT",Stay:"PER_STAY"},hr={Adult:"PER_ADULT",Booking:"PER_BOOKING"};class lt extends W{async createRaw(e,n){const t={},r={};r["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/booking_policies",method:"POST",headers:r,query:v(t,S.Snake),body:v(e.bookingPoliciesCreateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async create(e={},n){return this.createRaw(e,n)}}class ft extends W{async deleteRaw(e,n){if(e.token===null||e.token===void 0)throw new $("token","Required parameter requestParameters.token was null or undefined when calling deleteV1BookingsToken.");const t={},r={},s=await this.request({path:"/v1/bookings/{token}".replace("{token}",encodeURIComponent(String(e.token))),method:"DELETE",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async delete(e,n){return this.deleteRaw(e,n)}async listRaw(e,n){const t={};e.endingBefore!==void 0&&(t.ending_before=e.endingBefore),e.filterByCheckInDate!==void 0&&(t.filter_by_check_in_date=e.filterByCheckInDate),e.filterByLastStatusUpdatedAt!==void 0&&(t.filter_by_last_status_updated_at=e.filterByLastStatusUpdatedAt),e.filterByMetadata!==void 0&&(t.filter_by_metadata=e.filterByMetadata),e.filterByStatus!==void 0&&(t.filter_by_status=e.filterByStatus),e.limit!==void 0&&(t.limit=e.limit),e.sortBy!==void 0&&(t.sort_by=e.sortBy),e.sortByOrder!==void 0&&(t.sort_by_order=e.sortByOrder),e.startingAfter!==void 0&&(t.starting_after=e.startingAfter);const r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings",method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async list(e={},n){return this.listRaw(e,n)}async retrieveRaw(e,n){if(e.id===null||e.id===void 0)throw new $("id","Required parameter requestParameters.id was null or undefined when calling getV1BookingsId.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings/{id}".replace("{id}",encodeURIComponent(String(e.id))),method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async retrieve(e,n){return this.retrieveRaw(e,n)}async retrievePublicRaw(e,n){if(e.token===null||e.token===void 0)throw new $("token","Required parameter requestParameters.token was null or undefined when calling getV1BookingsTokenPublic.");const t={},r={},s=await this.request({path:"/v1/bookings/{token}/public".replace("{token}",encodeURIComponent(String(e.token))),method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async retrievePublic(e,n){return this.retrievePublicRaw(e,n)}async createRaw(e,n){const t={},r={};r["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings",method:"POST",headers:r,query:v(t,S.Snake),body:v(e.bookingCreateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async create(e={},n){return this.createRaw(e,n)}async couponChargeRaw(e,n){if(e.couponId===null||e.couponId===void 0)throw new $("couponId","Required parameter requestParameters.couponId was null or undefined when calling postV1BookingsIdCouponsCouponIdCharge.");if(e.id===null||e.id===void 0)throw new $("id","Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdCouponsCouponIdCharge.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings/{id}/coupons/{coupon_id}/charge".replace("{coupon_id}",encodeURIComponent(String(e.couponId))).replace("{id}",encodeURIComponent(String(e.id))),method:"POST",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async couponCharge(e,n){return this.couponChargeRaw(e,n)}async paylaterRaw(e,n){if(e.id===null||e.id===void 0)throw new $("id","Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdPayLater.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings/{id}/pay-later".replace("{id}",encodeURIComponent(String(e.id))),method:"POST",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async paylater(e,n){return this.paylaterRaw(e,n)}async confirmpaylaterRaw(e,n){if(e.id===null||e.id===void 0)throw new $("id","Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdPayLaterConfirm.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings/{id}/pay-later/confirm".replace("{id}",encodeURIComponent(String(e.id))),method:"POST",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async confirmpaylater(e,n){return this.confirmpaylaterRaw(e,n)}async confirmRaw(e,n){if(e.id===null||e.id===void 0)throw new $("id","Required parameter requestParameters.id was null or undefined when calling postV1BookingsIdconfirm.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings/{id}/confirm".replace("{id}",encodeURIComponent(String(e.id))),method:"POST",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async confirm(e,n){return this.confirmRaw(e,n)}async updatePaymentMethodsRaw(e,n){if(e.id===null||e.id===void 0)throw new $("id","Required parameter requestParameters.id was null or undefined when calling putV1BookingsIdPaymentMethods.");const t={},r={};r["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/bookings/{id}/payment_methods".replace("{id}",encodeURIComponent(String(e.id))),method:"PUT",headers:r,query:v(t,S.Snake),body:v(e.paymentMethodUpdatePayloadApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async updatePaymentMethods(e,n){return this.updatePaymentMethodsRaw(e,n)}}const pr={CheckInDate:"check_in_date",CreatedAt:"created_at",LastStatusUpdatedAt:"last_status_updated_at"},mr={Asc:"asc",Desc:"desc"};class dt extends W{async retrieveRaw(e,n){if(e.id===null||e.id===void 0)throw new $("id","Required parameter requestParameters.id was null or undefined when calling getV1HotelsIdImages.");const t={};e.lang!==void 0&&(t.lang=e.lang);const r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotels/{id}/images".replace("{id}",encodeURIComponent(String(e.id))),method:"GET",headers:r,query:v(t,S.Snake)},n);return new U(s,u=>v(u,S.Camel)).value()}async retrieve(e,n){return this.retrieveRaw(e,n)}}const yr={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"};class ht extends W{async retrieveRaw(e,n){if(e.id===null||e.id===void 0)throw new $("id","Required parameter requestParameters.id was null or undefined when calling getV1HotelOfferRequestsId.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_offer_requests/{id}".replace("{id}",encodeURIComponent(String(e.id))),method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async retrieve(e,n){return this.retrieveRaw(e,n)}async createRaw(e,n){const t={},r={};r["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_offer_requests",method:"POST",headers:r,query:v(t,S.Snake),body:v(e.hotelOfferRequestCreateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async create(e={},n){return this.createRaw(e,n)}}class pt extends W{async listRaw(e,n){if(e.currency===null||e.currency===void 0)throw new $("currency","Required parameter requestParameters.currency was null or undefined when calling getV1HotelOffers.");if(e.hotelOfferRequestId===null||e.hotelOfferRequestId===void 0)throw new $("hotelOfferRequestId","Required parameter requestParameters.hotelOfferRequestId was null or undefined when calling getV1HotelOffers.");const t={};e.currency!==void 0&&(t.currency=e.currency),e.endingBefore!==void 0&&(t.ending_before=e.endingBefore),e.filterByPrice!==void 0&&(t.filter_by_price=e.filterByPrice),e.filterByReviewRating!==void 0&&(t.filter_by_review_rating=e.filterByReviewRating),e.filterByStar!==void 0&&(t.filter_by_star=e.filterByStar),e.hotelOfferRequestId!==void 0&&(t.hotel_offer_request_id=e.hotelOfferRequestId),e.hotelRoomOffersLimit!==void 0&&(t.hotel_room_offers_limit=e.hotelRoomOffersLimit),e.includeHotelContentDetails!==void 0&&(t.include_hotel_content_details=e.includeHotelContentDetails),e.lang!==void 0&&(t.lang=e.lang),e.limit!==void 0&&(t.limit=e.limit),e.onlyRecommendedHotelOffers!==void 0&&(t.only_recommended_hotel_offers=e.onlyRecommendedHotelOffers),e.priceHistogramStepCount!==void 0&&(t.price_histogram_step_count=e.priceHistogramStepCount),e.sortBy!==void 0&&(t.sort_by=e.sortBy),e.sortByOrder!==void 0&&(t.sort_by_order=e.sortByOrder),e.startingAfter!==void 0&&(t.starting_after=e.startingAfter);const r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_offers",method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async list(e,n,t){return await at(()=>this.listRaw(e,t),{type:De.HOTEL_SEARCH_POLLING,minCallCount:t?.minCallCount,maxCallCount:t?.maxCallCount},n)}}const gr={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"},wr={Distance:"distance",Price:"price",Rating:"rating",ReviewRating:"review_rating",TopPicks:"top_picks"},vr={Asc:"asc",Desc:"desc"};class mt extends W{async retrieveRaw(e,n){if(e.id===null||e.id===void 0)throw new $("id","Required parameter requestParameters.id was null or undefined when calling getV1HotelRoomOfferRequestsId.");const t={},r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_room_offer_requests/{id}".replace("{id}",encodeURIComponent(String(e.id))),method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async retrieve(e,n){return this.retrieveRaw(e,n)}async createRaw(e,n){const t={},r={};r["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_room_offer_requests",method:"POST",headers:r,query:v(t,S.Snake),body:v(e.hotelRoomOfferRequestCreateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async create(e={},n){return this.createRaw(e,n)}}class yt extends W{async listRaw(e,n){if(e.currency===null||e.currency===void 0)throw new $("currency","Required parameter requestParameters.currency was null or undefined when calling getV1HotelRoomOffers.");if(e.hotelRoomOfferRequestId===null||e.hotelRoomOfferRequestId===void 0)throw new $("hotelRoomOfferRequestId","Required parameter requestParameters.hotelRoomOfferRequestId was null or undefined when calling getV1HotelRoomOffers.");const t={};e.currency!==void 0&&(t.currency=e.currency),e.hotelRoomOfferRequestId!==void 0&&(t.hotel_room_offer_request_id=e.hotelRoomOfferRequestId),e.lang!==void 0&&(t.lang=e.lang),e.limit!==void 0&&(t.limit=e.limit);const r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_room_offers",method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async list(e,n,t){return await at(()=>this.listRaw(e,t),{type:De.HOTEL_ROOM_OFFERS,minCallCount:t?.minCallCount,maxCallCount:t?.maxCallCount},n)}async createRaw(e,n){const t={},r={};r["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotel_room_offers",method:"POST",headers:r,query:v(t,S.Snake),body:v(e.hotelRoomOffersCreateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async create(e={},n){return this.createRaw(e,n)}}const Sr={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"};class gt extends W{async deleteRaw(e,n){if(e.id===null||e.id===void 0)throw new $("id","Required parameter requestParameters.id was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");if(e.token===null||e.token===void 0)throw new $("token","Required parameter requestParameters.token was null or undefined when calling deleteV1HotelRoomingListGuestsTokenId.");const t={},r={},s=await this.request({path:"/v1/hotel_rooming_list_guests/{token}/{id}".replace("{id}",encodeURIComponent(String(e.id))).replace("{token}",encodeURIComponent(String(e.token))),method:"DELETE",headers:r,query:v(t,S.Snake)},n);return new ct(s)}async delete(e,n){return this.deleteRaw(e,n)}async updateRaw(e,n){if(e.id===null||e.id===void 0)throw new $("id","Required parameter requestParameters.id was null or undefined when calling patchV1HotelRoomingListGuestsTokenId.");if(e.token===null||e.token===void 0)throw new $("token","Required parameter requestParameters.token was null or undefined when calling patchV1HotelRoomingListGuestsTokenId.");const t={},r={};r["Content-Type"]="application/json";const s=await this.request({path:"/v1/hotel_rooming_list_guests/{token}/{id}".replace("{id}",encodeURIComponent(String(e.id))).replace("{token}",encodeURIComponent(String(e.token))),method:"PATCH",headers:r,query:v(t,S.Snake),body:v(e.hotelRoomingListGuestsUpdateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async update(e,n){return this.updateRaw(e,n)}async createRaw(e,n){if(e.token===null||e.token===void 0)throw new $("token","Required parameter requestParameters.token was null or undefined when calling postV1HotelRoomingListGuestsToken.");const t={},r={};r["Content-Type"]="application/json";const s=await this.request({path:"/v1/hotel_rooming_list_guests/{token}".replace("{token}",encodeURIComponent(String(e.token))),method:"POST",headers:r,query:v(t,S.Snake),body:v(e.hotelRoomingListGuestsCreateApi,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async create(e,n){return this.createRaw(e,n)}}class wt extends W{async listRaw(e,n){if(e.token===null||e.token===void 0)throw new $("token","Required parameter requestParameters.token was null or undefined when calling getV1HotelRoomingListsToken.");const t={};e.lang!==void 0&&(t.lang=e.lang);const r={},s=await this.request({path:"/v1/hotel_rooming_lists/{token}".replace("{token}",encodeURIComponent(String(e.token))),method:"GET",headers:r,query:v(t,S.Snake)},n);return new U(s,u=>v(u,S.Camel)).value()}async list(e,n){return this.listRaw(e,n)}}const Rr={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"};class vt extends W{async retrieveRaw(e,n){if(e.id===null||e.id===void 0)throw new $("id","Required parameter requestParameters.id was null or undefined when calling getV1HotelsId.");const t={};e.event!==void 0&&(t.event=e.event),e.lang!==void 0&&(t.lang=e.lang);const r={};this.configuration&&this.configuration.apiKey&&(r["x-api-key"]=this.configuration.apiKey("x-api-key"));const s=await this.request({path:"/v1/hotels/{id}".replace("{id}",encodeURIComponent(String(e.id))),method:"GET",headers:r,query:v(t,S.Snake)},n);return await new U(s,u=>v(u,S.Camel)).value()}async retrieve(e,n){return this.retrieveRaw(e,n)}}const Ar={DeDe:"de-DE",EnUs:"en-US",EsEs:"es-ES",FrFr:"fr-FR",ItIt:"it-IT",NlNl:"nl-NL",PtPt:"pt-PT"};var Te={exports:{}},St;function Cr(){return St||(St=1,(function(i,e){var n=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof ce<"u"&&ce,t=(function(){function s(){this.fetch=!1,this.DOMException=n.DOMException}return s.prototype=n,new s})();(function(s){(function(u){var c=typeof s<"u"&&s||typeof self<"u"&&self||typeof ce<"u"&&ce||{},h={searchParams:"URLSearchParams"in c,iterable:"Symbol"in c&&"iterator"in Symbol,blob:"FileReader"in c&&"Blob"in c&&(function(){try{return new Blob,!0}catch{return!1}})(),formData:"FormData"in c,arrayBuffer:"ArrayBuffer"in c};function R(o){return o&&DataView.prototype.isPrototypeOf(o)}if(h.arrayBuffer)var C=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],y=ArrayBuffer.isView||function(o){return o&&C.indexOf(Object.prototype.toString.call(o))>-1};function m(o){if(typeof o!="string"&&(o=String(o)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(o)||o==="")throw new TypeError('Invalid character in header field name: "'+o+'"');return o.toLowerCase()}function E(o){return typeof o!="string"&&(o=String(o)),o}function T(o){var a={next:function(){var f=o.shift();return{done:f===void 0,value:f}}};return h.iterable&&(a[Symbol.iterator]=function(){return a}),a}function d(o){this.map={},o instanceof d?o.forEach(function(a,f){this.append(f,a)},this):Array.isArray(o)?o.forEach(function(a){if(a.length!=2)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+a.length);this.append(a[0],a[1])},this):o&&Object.getOwnPropertyNames(o).forEach(function(a){this.append(a,o[a])},this)}d.prototype.append=function(o,a){o=m(o),a=E(a);var f=this.map[o];this.map[o]=f?f+", "+a:a},d.prototype.delete=function(o){delete this.map[m(o)]},d.prototype.get=function(o){return o=m(o),this.has(o)?this.map[o]:null},d.prototype.has=function(o){return this.map.hasOwnProperty(m(o))},d.prototype.set=function(o,a){this.map[m(o)]=E(a)},d.prototype.forEach=function(o,a){for(var f in this.map)this.map.hasOwnProperty(f)&&o.call(a,this.map[f],f,this)},d.prototype.keys=function(){var o=[];return this.forEach(function(a,f){o.push(f)}),T(o)},d.prototype.values=function(){var o=[];return this.forEach(function(a){o.push(a)}),T(o)},d.prototype.entries=function(){var o=[];return this.forEach(function(a,f){o.push([f,a])}),T(o)},h.iterable&&(d.prototype[Symbol.iterator]=d.prototype.entries);function O(o){if(!o._noBody){if(o.bodyUsed)return Promise.reject(new TypeError("Already read"));o.bodyUsed=!0}}function I(o){return new Promise(function(a,f){o.onload=function(){a(o.result)},o.onerror=function(){f(o.error)}})}function B(o){var a=new FileReader,f=I(a);return a.readAsArrayBuffer(o),f}function b(o){var a=new FileReader,f=I(a),l=/charset=([A-Za-z0-9_-]+)/.exec(o.type),g=l?l[1]:"utf-8";return a.readAsText(o,g),f}function x(o){for(var a=new Uint8Array(o),f=new Array(a.length),l=0;l<a.length;l++)f[l]=String.fromCharCode(a[l]);return f.join("")}function M(o){if(o.slice)return o.slice(0);var a=new Uint8Array(o.byteLength);return a.set(new Uint8Array(o)),a.buffer}function L(){return this.bodyUsed=!1,this._initBody=function(o){this.bodyUsed=this.bodyUsed,this._bodyInit=o,o?typeof o=="string"?this._bodyText=o:h.blob&&Blob.prototype.isPrototypeOf(o)?this._bodyBlob=o:h.formData&&FormData.prototype.isPrototypeOf(o)?this._bodyFormData=o:h.searchParams&&URLSearchParams.prototype.isPrototypeOf(o)?this._bodyText=o.toString():h.arrayBuffer&&h.blob&&R(o)?(this._bodyArrayBuffer=M(o.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):h.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(o)||y(o))?this._bodyArrayBuffer=M(o):this._bodyText=o=Object.prototype.toString.call(o):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||(typeof o=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):h.searchParams&&URLSearchParams.prototype.isPrototypeOf(o)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},h.blob&&(this.blob=function(){var o=O(this);if(o)return o;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer){var o=O(this);return o||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else{if(h.blob)return this.blob().then(B);throw new Error("could not read as ArrayBuffer")}},this.text=function(){var o=O(this);if(o)return o;if(this._bodyBlob)return b(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(x(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},h.formData&&(this.formData=function(){return this.text().then(P)}),this.json=function(){return this.text().then(JSON.parse)},this}var K=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function V(o){var a=o.toUpperCase();return K.indexOf(a)>-1?a:o}function H(o,a){if(!(this instanceof H))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');a=a||{};var f=a.body;if(o instanceof H){if(o.bodyUsed)throw new TypeError("Already read");this.url=o.url,this.credentials=o.credentials,a.headers||(this.headers=new d(o.headers)),this.method=o.method,this.mode=o.mode,this.signal=o.signal,!f&&o._bodyInit!=null&&(f=o._bodyInit,o.bodyUsed=!0)}else this.url=String(o);if(this.credentials=a.credentials||this.credentials||"same-origin",(a.headers||!this.headers)&&(this.headers=new d(a.headers)),this.method=V(a.method||this.method||"GET"),this.mode=a.mode||this.mode||null,this.signal=a.signal||this.signal||(function(){if("AbortController"in c){var p=new AbortController;return p.signal}})(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&f)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(f),(this.method==="GET"||this.method==="HEAD")&&(a.cache==="no-store"||a.cache==="no-cache")){var l=/([?&])_=[^&]*/;if(l.test(this.url))this.url=this.url.replace(l,"$1_="+new Date().getTime());else{var g=/\?/;this.url+=(g.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}H.prototype.clone=function(){return new H(this,{body:this._bodyInit})};function P(o){var a=new FormData;return o.trim().split("&").forEach(function(f){if(f){var l=f.split("="),g=l.shift().replace(/\+/g," "),p=l.join("=").replace(/\+/g," ");a.append(decodeURIComponent(g),decodeURIComponent(p))}}),a}function k(o){var a=new d,f=o.replace(/\r?\n[\t ]+/g," ");return f.split("\r").map(function(l){return l.indexOf(`
|
|
2
|
+
`)===0?l.substr(1,l.length):l}).forEach(function(l){var g=l.split(":"),p=g.shift().trim();if(p){var D=g.join(":").trim();try{a.append(p,D)}catch(N){console.warn("Response "+N.message)}}}),a}L.call(H.prototype);function q(o,a){if(!(this instanceof q))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');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].");this.ok=this.status>=200&&this.status<300,this.statusText=a.statusText===void 0?"":""+a.statusText,this.headers=new d(a.headers),this.url=a.url||"",this._initBody(o)}L.call(q.prototype),q.prototype.clone=function(){return new q(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new d(this.headers),url:this.url})},q.error=function(){var o=new q(null,{status:200,statusText:""});return o.ok=!1,o.status=0,o.type="error",o};var Oe=[301,302,303,307,308];q.redirect=function(o,a){if(Oe.indexOf(a)===-1)throw new RangeError("Invalid status code");return new q(null,{status:a,headers:{location:o}})},u.DOMException=c.DOMException;try{new u.DOMException}catch{u.DOMException=function(a,f){this.message=a,this.name=f;var l=Error(a);this.stack=l.stack},u.DOMException.prototype=Object.create(Error.prototype),u.DOMException.prototype.constructor=u.DOMException}function A(o,a){return new Promise(function(f,l){var g=new H(o,a);if(g.signal&&g.signal.aborted)return l(new u.DOMException("Aborted","AbortError"));var p=new XMLHttpRequest;function D(){p.abort()}p.onload=function(){var _={statusText:p.statusText,headers:k(p.getAllResponseHeaders()||"")};g.url.indexOf("file://")===0&&(p.status<200||p.status>599)?_.status=200:_.status=p.status,_.url="responseURL"in p?p.responseURL:_.headers.get("X-Request-URL");var F="response"in p?p.response:p.responseText;setTimeout(function(){f(new q(F,_))},0)},p.onerror=function(){setTimeout(function(){l(new TypeError("Network request failed"))},0)},p.ontimeout=function(){setTimeout(function(){l(new TypeError("Network request timed out"))},0)},p.onabort=function(){setTimeout(function(){l(new u.DOMException("Aborted","AbortError"))},0)};function N(_){try{return _===""&&c.location.href?c.location.href:_}catch{return _}}if(p.open(g.method,N(g.url),!0),g.credentials==="include"?p.withCredentials=!0:g.credentials==="omit"&&(p.withCredentials=!1),"responseType"in p&&(h.blob?p.responseType="blob":h.arrayBuffer&&(p.responseType="arraybuffer")),a&&typeof a.headers=="object"&&!(a.headers instanceof d||c.Headers&&a.headers instanceof c.Headers)){var G=[];Object.getOwnPropertyNames(a.headers).forEach(function(_){G.push(m(_)),p.setRequestHeader(_,E(a.headers[_]))}),g.headers.forEach(function(_,F){G.indexOf(F)===-1&&p.setRequestHeader(F,_)})}else g.headers.forEach(function(_,F){p.setRequestHeader(F,_)});g.signal&&(g.signal.addEventListener("abort",D),p.onreadystatechange=function(){p.readyState===4&&g.signal.removeEventListener("abort",D)}),p.send(typeof g._bodyInit>"u"?null:g._bodyInit)})}return A.polyfill=!0,c.fetch||(c.fetch=A,c.Headers=d,c.Request=H,c.Response=q),u.Headers=d,u.Request=H,u.Response=q,u.fetch=A,u})({})})(t),t.fetch.ponyfill=!0,delete t.fetch.polyfill;var r=n.fetch?n:t;e=r.fetch,e.default=r.fetch,e.fetch=r.fetch,e.Headers=r.Headers,e.Request=r.Request,e.Response=r.Response,i.exports=e})(Te,Te.exports)),Te.exports}var Er=Cr();const Tr=z(Er),Rt=i=>({bookingPolicies:new lt(i),bookings:new ft(i),hotelImages:new dt(i),hotelOfferRequests:new ht(i),hotelOffers:new pt(i),hotelRoomOfferRequests:new mt(i),hotelRoomOffers:new yt(i),hotelRoomingListGuests:new gt(i),hotelRoomingLists:new wt(i),hotels:new vt(i)});function Or(i){switch(i){case Q.Production:return"AUTH_TOKEN";case Q.Sandbox:return"AUTH_TOKEN_SANDBOX";case Q.Staging:return"AUTH_TOKEN_STAGING";case Q.CiCd:return"AUTH_TOKEN_CICD";case Q.Local:return"AUTH_TOKEN_LOCAL";case void 0:default:return"AUTH_TOKEN"}}function At(i){return!!(typeof document<"u"&&document?.cookie&&document.cookie.split(";").find(t=>t.includes(Or(i))))}class Mr{constructor(e){this.config=e}async pre(e){return e.init.mode="cors",At(this.config.apiEnvironment)&&(e.init.credentials="include"),e}}class kr{constructor(e){this.config=e}async pre(e){return At(this.config.apiEnvironment)&&(e.init.headers={...e.init.headers,"x-auth-type":"user"}),e}}class _r{constructor(e){if(this.config=e,!e.apiVersion||!Object.values(be).includes(e.apiVersion))throw new Error(`Invalid Revolugo Api Version. Possible versions are : ${JSON.stringify(Object.values(be))}`);let n={"x-api-key":this.config.apiKey};this.config.optionalHeaders&&(n={...n,...this.config.optionalHeaders});const t=this.config.apiEnvironment;let r=this.config.apiBaseUrl??xt[t];t===Q.Local&&process.env.BOOKING_API_BASE_URL&&(r=process.env.BOOKING_API_BASE_URL);const s=new Le({basePath:r,fetchApi:Tr,headers:n,middleware:[new Mr(this.config),new kr(this.config)]});this.apiVersionsToClient={v1:Rt(s)}}apiVersionsToClient;get bookings(){return this.apiVersionsToClient[this.config.apiVersion].bookings}get bookingPolicies(){return this.apiVersionsToClient[this.config.apiVersion].bookingPolicies}get hotelOfferRequests(){return this.apiVersionsToClient[this.config.apiVersion].hotelOfferRequests}get hotelOffers(){return this.apiVersionsToClient[this.config.apiVersion].hotelOffers}get hotelRoomOfferRequests(){return this.apiVersionsToClient[this.config.apiVersion].hotelRoomOfferRequests}get hotelRoomOffers(){return this.apiVersionsToClient[this.config.apiVersion].hotelRoomOffers}get hotelRoomingListGuests(){return this.apiVersionsToClient[this.config.apiVersion].hotelRoomingListGuests}get hotelRoomingLists(){return this.apiVersionsToClient[this.config.apiVersion].hotelRoomingLists}get hotels(){return this.apiVersionsToClient[this.config.apiVersion].hotels}get hotelImages(){return this.apiVersionsToClient[this.config.apiVersion].hotelImages}}w.ApiClient=_r,w.BASE_PATH=st,w.BaseAPI=W,w.BlobApiResponse=Vn,w.BookingApiPayLaterEnum=qn,w.BookingApiStatusEnum=jn,w.BookingPolicies=lt,w.BookingPoliciesCreateApiLangEnum=zn,w.Bookings=ft,w.BookingsSortByEnum=pr,w.BookingsSortByOrderEnum=mr,w.COLLECTION_FORMATS=Hn,w.Configuration=Le,w.ContactPersonApiLangEnum=Wn,w.ContactPersonApiSalutationEnum=Zn,w.CountryIso2Code=Jn,w.CurrencyBookingApiClient=Xn,w.ErrorApiResponseTypeEnum=Qn,w.HotelImages=dt,w.HotelImagesLangEnum=yr,w.HotelOfferRequests=ht,w.HotelOffers=pt,w.HotelOffersLangEnum=gr,w.HotelOffersSortByEnum=wr,w.HotelOffersSortByOrderEnum=vr,w.HotelRoomOfferApiBreakfastOptionEnum=er,w.HotelRoomOfferApiPackageTypeEnum=tr,w.HotelRoomOfferApiStayTaxesInfoEnum=nr,w.HotelRoomOfferApiTypeEnum=rr,w.HotelRoomOfferRequests=mt,w.HotelRoomOffers=yt,w.HotelRoomOffersCreateApiLangEnum=ir,w.HotelRoomOffersLangEnum=Sr,w.HotelRoomingListGuests=gt,w.HotelRoomingLists=wt,w.HotelRoomingListsLangEnum=Rr,w.Hotels=vt,w.HotelsLangEnum=Ar,w.InvoiceApiTypeEnum=or,w.JSONApiResponse=U,w.PaymentMethodApiOneOf1NameEnum=sr,w.PaymentMethodApiOneOf2NameEnum=ur,w.PaymentMethodApiOneOfNameEnum=ar,w.PaymentMethodRequestApiNameEnum=cr,w.PollerStatus=lr,w.RequiredError=$,w.ResponseError=ut,w.SourceMarket=fr,w.TaxApiTaxFrequencyEnum=dr,w.TaxApiTaxModeEnum=hr,w.TextApiResponse=ct,w.VoidApiResponse=Yn,w.canConsumeForm=Kn,w.exists=Gn,w.mapValues=Fn,w.querystring=Pe,w.v1ApiClient=Rt,Object.defineProperty(w,Symbol.toStringTag,{value:"Module"})}));
|
|
@@ -1586,10 +1586,10 @@ export interface HotelApi {
|
|
|
1586
1586
|
postalCode?: string | null;
|
|
1587
1587
|
/**
|
|
1588
1588
|
* Hotel Star rating.
|
|
1589
|
-
* @type {
|
|
1589
|
+
* @type {number}
|
|
1590
1590
|
* @memberof HotelApi
|
|
1591
1591
|
*/
|
|
1592
|
-
rating?:
|
|
1592
|
+
rating?: number | null;
|
|
1593
1593
|
/**
|
|
1594
1594
|
* Hotel address state.
|
|
1595
1595
|
* @type {string}
|
|
@@ -1865,10 +1865,10 @@ export interface HotelOfferApi {
|
|
|
1865
1865
|
postalCode?: string | null;
|
|
1866
1866
|
/**
|
|
1867
1867
|
* Hotel Star rating.
|
|
1868
|
-
* @type {
|
|
1868
|
+
* @type {number}
|
|
1869
1869
|
* @memberof HotelOfferApi
|
|
1870
1870
|
*/
|
|
1871
|
-
rating?:
|
|
1871
|
+
rating?: number | null;
|
|
1872
1872
|
/**
|
|
1873
1873
|
* Hotel address state.
|
|
1874
1874
|
* @type {string}
|
|
@@ -2418,6 +2418,12 @@ export interface HotelRoomApi {
|
|
|
2418
2418
|
* @memberof HotelRoomApi
|
|
2419
2419
|
*/
|
|
2420
2420
|
imageIndexes?: Array<number> | null;
|
|
2421
|
+
/**
|
|
2422
|
+
* Hotel Room images.
|
|
2423
|
+
* @type {Array<HotelImageApi>}
|
|
2424
|
+
* @memberof HotelRoomApi
|
|
2425
|
+
*/
|
|
2426
|
+
images?: Array<HotelImageApi> | null;
|
|
2421
2427
|
/**
|
|
2422
2428
|
* Whether low resolution images are available.
|
|
2423
2429
|
* @type {boolean}
|
|
@@ -2561,6 +2567,12 @@ export interface HotelRoomOfferApi {
|
|
|
2561
2567
|
* @memberof HotelRoomOfferApi
|
|
2562
2568
|
*/
|
|
2563
2569
|
sourceMarket: SourceMarket;
|
|
2570
|
+
/**
|
|
2571
|
+
* Either INCLUDED, NOT_INCLUDED or UNKNOWN
|
|
2572
|
+
* @type {string}
|
|
2573
|
+
* @memberof HotelRoomOfferApi
|
|
2574
|
+
*/
|
|
2575
|
+
stayTaxesInfo: HotelRoomOfferApiStayTaxesInfoEnum;
|
|
2564
2576
|
/**
|
|
2565
2577
|
*
|
|
2566
2578
|
* @type {Array<TagApi>}
|
|
@@ -2611,6 +2623,15 @@ export declare const HotelRoomOfferApiPackageTypeEnum: {
|
|
|
2611
2623
|
readonly Regular: "REGULAR";
|
|
2612
2624
|
};
|
|
2613
2625
|
export type HotelRoomOfferApiPackageTypeEnum = typeof HotelRoomOfferApiPackageTypeEnum[keyof typeof HotelRoomOfferApiPackageTypeEnum];
|
|
2626
|
+
/**
|
|
2627
|
+
* @export
|
|
2628
|
+
*/
|
|
2629
|
+
export declare const HotelRoomOfferApiStayTaxesInfoEnum: {
|
|
2630
|
+
readonly Included: "included";
|
|
2631
|
+
readonly NotIncluded: "not_included";
|
|
2632
|
+
readonly Unknown: "unknown";
|
|
2633
|
+
};
|
|
2634
|
+
export type HotelRoomOfferApiStayTaxesInfoEnum = typeof HotelRoomOfferApiStayTaxesInfoEnum[keyof typeof HotelRoomOfferApiStayTaxesInfoEnum];
|
|
2614
2635
|
/**
|
|
2615
2636
|
* @export
|
|
2616
2637
|
*/
|
|
@@ -3132,6 +3153,12 @@ export interface HotelRoomingListApiHotelRoom {
|
|
|
3132
3153
|
* @memberof HotelRoomingListApiHotelRoom
|
|
3133
3154
|
*/
|
|
3134
3155
|
imageIndexes?: Array<number> | null;
|
|
3156
|
+
/**
|
|
3157
|
+
* Hotel Room images.
|
|
3158
|
+
* @type {Array<HotelImageApi>}
|
|
3159
|
+
* @memberof HotelRoomingListApiHotelRoom
|
|
3160
|
+
*/
|
|
3161
|
+
images?: Array<HotelImageApi> | null;
|
|
3135
3162
|
/**
|
|
3136
3163
|
* Whether low resolution images are available.
|
|
3137
3164
|
* @type {boolean}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolugo/booking-api-client",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.14.0-beta.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Javascript Revolugo Booking API Client (browser + server)",
|
|
6
6
|
"keywords": [
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"cross-fetch": "4.1.0",
|
|
32
|
-
"joi": "18.0.
|
|
32
|
+
"joi": "18.0.2",
|
|
33
33
|
"uuid": "13.0.0",
|
|
34
|
-
"@revolugo/common": "6.
|
|
34
|
+
"@revolugo/common": "6.14.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@hono/node-server": "1.19.6",
|
|
38
|
-
"hono": "4.10.
|
|
39
|
-
"@revolugo/
|
|
40
|
-
"@revolugo/
|
|
41
|
-
"@revolugo/
|
|
42
|
-
"@revolugo/
|
|
43
|
-
"@revolugo/
|
|
38
|
+
"hono": "4.10.7",
|
|
39
|
+
"@revolugo/env": "6.14.0",
|
|
40
|
+
"@revolugo/models": "6.14.0",
|
|
41
|
+
"@revolugo/booking-api": "6.14.0",
|
|
42
|
+
"@revolugo/node": "6.14.0",
|
|
43
|
+
"@revolugo/engines": "6.14.0"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=20.18.1 <25"
|