@revolugo/booking-api-client 7.2.4-alpha.5 → 7.2.4-alpha.7

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.
Files changed (78) hide show
  1. package/dist/index.es.js +3951 -1641
  2. package/dist/index.umd.js +2 -2
  3. package/dist/types/v1/models/AllowedPaymentMethodApi.d.ts +13 -0
  4. package/dist/types/v1/models/AllowedPaymentMethodApiOneOf.d.ts +38 -0
  5. package/dist/types/v1/models/AllowedPaymentMethodApiOneOf1.d.ts +38 -0
  6. package/dist/types/v1/models/AllowedPaymentMethodApiOneOf2.d.ts +38 -0
  7. package/dist/types/v1/models/AllowedPaymentMethodApiOneOf3.d.ts +34 -0
  8. package/dist/types/v1/models/AllowedPaymentMethodApiOneOf3Payload.d.ts +40 -0
  9. package/dist/types/v1/models/AmenitiesApi.d.ts +289 -0
  10. package/dist/types/v1/models/BedApi.d.ts +43 -0
  11. package/dist/types/v1/models/BookingApi.d.ts +267 -0
  12. package/dist/types/v1/models/BookingCreateApi.d.ts +55 -0
  13. package/dist/types/v1/models/BookingCreateApiGuestsListInner.d.ts +27 -0
  14. package/dist/types/v1/models/BookingCreateApiGuestsListInnerGuestsInner.d.ts +31 -0
  15. package/dist/types/v1/models/BookingPoliciesApi.d.ts +97 -0
  16. package/dist/types/v1/models/BookingPoliciesCreateApi.d.ts +53 -0
  17. package/dist/types/v1/models/BookingsApiResponse.d.ts +28 -0
  18. package/dist/types/v1/models/CancellationPolicyApi.d.ts +43 -0
  19. package/dist/types/v1/models/ContactPersonApi.d.ts +113 -0
  20. package/dist/types/v1/models/ContactPersonOrganizationApi.d.ts +57 -0
  21. package/dist/types/v1/models/CountryIso2Code.d.ts +264 -0
  22. package/dist/types/v1/models/CurrencyClient.d.ts +159 -0
  23. package/dist/types/v1/models/ErrorApiResponse.d.ts +70 -0
  24. package/dist/types/v1/models/EventApi.d.ts +37 -0
  25. package/dist/types/v1/models/EventMetadataApi.d.ts +61 -0
  26. package/dist/types/v1/models/HotelApi.d.ts +200 -0
  27. package/dist/types/v1/models/HotelApiImages.d.ts +65 -0
  28. package/dist/types/v1/models/HotelImageApi.d.ts +67 -0
  29. package/dist/types/v1/models/HotelOfferApi.d.ts +216 -0
  30. package/dist/types/v1/models/HotelOfferApiAllOf.d.ts +37 -0
  31. package/dist/types/v1/models/HotelOfferRequestApiResponse.d.ts +94 -0
  32. package/dist/types/v1/models/HotelOfferRequestCreateApi.d.ts +84 -0
  33. package/dist/types/v1/models/HotelOffersApiResponse.d.ts +34 -0
  34. package/dist/types/v1/models/HotelOffersApiResponseMeta.d.ts +45 -0
  35. package/dist/types/v1/models/HotelOffersApiResponseMetaAllOf.d.ts +31 -0
  36. package/dist/types/v1/models/HotelOffersDataApiResponse.d.ts +70 -0
  37. package/dist/types/v1/models/HotelReviewRatingApi.d.ts +37 -0
  38. package/dist/types/v1/models/HotelRoomApi.d.ts +120 -0
  39. package/dist/types/v1/models/HotelRoomOfferApi.d.ts +192 -0
  40. package/dist/types/v1/models/HotelRoomOfferApiResponse.d.ts +58 -0
  41. package/dist/types/v1/models/HotelRoomOfferRequestApiResponse.d.ts +76 -0
  42. package/dist/types/v1/models/HotelRoomOfferRequestApiResponseAllOf.d.ts +64 -0
  43. package/dist/types/v1/models/HotelRoomOfferRequestApiResponseAllOf1.d.ts +37 -0
  44. package/dist/types/v1/models/HotelRoomOfferRequestCreateApi.d.ts +64 -0
  45. package/dist/types/v1/models/HotelRoomOffersApiResponse.d.ts +34 -0
  46. package/dist/types/v1/models/HotelRoomOffersCreateApi.d.ts +61 -0
  47. package/dist/types/v1/models/HotelRoomOffersDataApiResponse.d.ts +64 -0
  48. package/dist/types/v1/models/HotelRoomOffersDataCreateApi.d.ts +43 -0
  49. package/dist/types/v1/models/HotelRoomingListApi.d.ts +46 -0
  50. package/dist/types/v1/models/HotelRoomingListApiHotelRoom.d.ts +120 -0
  51. package/dist/types/v1/models/HotelRoomingListGuestApi.d.ts +37 -0
  52. package/dist/types/v1/models/HotelRoomingListGuestsCreateApi.d.ts +37 -0
  53. package/dist/types/v1/models/HotelRoomingListGuestsUpdateApi.d.ts +31 -0
  54. package/dist/types/v1/models/InvoiceApi.d.ts +45 -0
  55. package/dist/types/v1/models/Locale.d.ts +28 -0
  56. package/dist/types/v1/models/MetaPollingResponseApi.d.ts +45 -0
  57. package/dist/types/v1/models/MetaPollingResponseApiAllOf.d.ts +21 -0
  58. package/dist/types/v1/models/MetaResponseApi.d.ts +49 -0
  59. package/dist/types/v1/models/PaymentMethodApi.d.ts +13 -0
  60. package/dist/types/v1/models/PaymentMethodApiOneOf.d.ts +34 -0
  61. package/dist/types/v1/models/PaymentMethodApiOneOf1.d.ts +34 -0
  62. package/dist/types/v1/models/PaymentMethodApiOneOf1Payload.d.ts +37 -0
  63. package/dist/types/v1/models/PaymentMethodApiOneOf2.d.ts +34 -0
  64. package/dist/types/v1/models/PaymentMethodApiOneOf2Payload.d.ts +37 -0
  65. package/dist/types/v1/models/PaymentMethodApiOneOf3.d.ts +34 -0
  66. package/dist/types/v1/models/PaymentMethodApiOneOf3Payload.d.ts +52 -0
  67. package/dist/types/v1/models/PaymentMethodApiOneOfPayload.d.ts +43 -0
  68. package/dist/types/v1/models/PaymentMethodRequestApi.d.ts +36 -0
  69. package/dist/types/v1/models/PaymentMethodRequestPayloadApi.d.ts +31 -0
  70. package/dist/types/v1/models/PaymentMethodUpdatePayloadApi.d.ts +21 -0
  71. package/dist/types/v1/models/PollerStatus.d.ts +23 -0
  72. package/dist/types/v1/models/SourceMarket.d.ts +264 -0
  73. package/dist/types/v1/models/TagApi.d.ts +55 -0
  74. package/dist/types/v1/models/TaxApi.d.ts +77 -0
  75. package/dist/types/v1/models/TravelTimesApi.d.ts +33 -0
  76. package/dist/types/v1/models/TravelTimesApiTravelTimes.d.ts +43 -0
  77. package/dist/types/v1/models/index.d.ts +74 -4078
  78. package/package.json +4 -4
@@ -0,0 +1,113 @@
1
+ import { ContactPersonOrganizationApi } from './ContactPersonOrganizationApi';
2
+ import { CountryIso2Code } from './CountryIso2Code';
3
+ import { Locale } from './Locale';
4
+ /**
5
+ * Contact details that will be used to communicate with the contact person for booking related communication (confirmation, modification, etc)
6
+ * @export
7
+ * @interface ContactPersonApi
8
+ */
9
+ export interface ContactPersonApi {
10
+ /**
11
+ * Contact person's postal code of residence
12
+ * @type {string}
13
+ * @memberof ContactPersonApi
14
+ */
15
+ address?: string | null;
16
+ /**
17
+ * Contact person's city of residence
18
+ * @type {string}
19
+ * @memberof ContactPersonApi
20
+ */
21
+ city?: string | null;
22
+ /**
23
+ *
24
+ * @type {CountryIso2Code}
25
+ * @memberof ContactPersonApi
26
+ */
27
+ country?: CountryIso2Code | null;
28
+ /**
29
+ * Contact person's email address
30
+ * @type {string}
31
+ * @memberof ContactPersonApi
32
+ */
33
+ email: string;
34
+ /**
35
+ * Contact person's first name
36
+ * @type {string}
37
+ * @memberof ContactPersonApi
38
+ */
39
+ firstName: string;
40
+ /**
41
+ *
42
+ * @type {Locale}
43
+ * @memberof ContactPersonApi
44
+ */
45
+ lang?: Locale;
46
+ /**
47
+ * Contact person's last name
48
+ * @type {string}
49
+ * @memberof ContactPersonApi
50
+ */
51
+ lastName: string;
52
+ /**
53
+ *
54
+ * @type {CountryIso2Code}
55
+ * @memberof ContactPersonApi
56
+ */
57
+ nationality: CountryIso2Code;
58
+ /**
59
+ *
60
+ * @type {ContactPersonOrganizationApi}
61
+ * @memberof ContactPersonApi
62
+ */
63
+ organization?: ContactPersonOrganizationApi | null;
64
+ /**
65
+ * Contact person's phone number
66
+ * @type {string}
67
+ * @memberof ContactPersonApi
68
+ */
69
+ phone: string;
70
+ /**
71
+ * Contact person's remarks
72
+ * @type {string}
73
+ * @memberof ContactPersonApi
74
+ */
75
+ remarks?: string;
76
+ /**
77
+ * Title of the contact person
78
+ * @type {string}
79
+ * @memberof ContactPersonApi
80
+ */
81
+ salutation?: ContactPersonApiSalutationEnum;
82
+ /**
83
+ * Contact person's state of residence
84
+ * @type {string}
85
+ * @memberof ContactPersonApi
86
+ */
87
+ state?: string | null;
88
+ /**
89
+ * Contact person's postal code of residence
90
+ * @type {string}
91
+ * @memberof ContactPersonApi
92
+ */
93
+ zipCode?: string | null;
94
+ }
95
+ /**
96
+ * @export
97
+ */
98
+ export declare const ContactPersonApiSalutationEnum: {
99
+ readonly Dr: "dr";
100
+ readonly Mr: "mr";
101
+ readonly Mrs: "mrs";
102
+ readonly Ms: "ms";
103
+ readonly NotSpecified: "notSpecified";
104
+ readonly Prof: "prof";
105
+ };
106
+ export type ContactPersonApiSalutationEnum = typeof ContactPersonApiSalutationEnum[keyof typeof ContactPersonApiSalutationEnum];
107
+ /**
108
+ * Check if a given object implements the ContactPersonApi interface.
109
+ */
110
+ export declare function instanceOfContactPersonApi(value: object): boolean;
111
+ export declare function ContactPersonApiFromJSON(json: any): ContactPersonApi;
112
+ export declare function ContactPersonApiFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContactPersonApi;
113
+ export declare function ContactPersonApiToJSON(value?: ContactPersonApi | null): any;
@@ -0,0 +1,57 @@
1
+ import { CountryIso2Code } from './CountryIso2Code';
2
+ /**
3
+ * Organization details of the contact person for invoicing purposes
4
+ * @export
5
+ * @interface ContactPersonOrganizationApi
6
+ */
7
+ export interface ContactPersonOrganizationApi {
8
+ /**
9
+ * Address of the organization
10
+ * @type {string}
11
+ * @memberof ContactPersonOrganizationApi
12
+ */
13
+ address: string;
14
+ /**
15
+ * City of the organization
16
+ * @type {string}
17
+ * @memberof ContactPersonOrganizationApi
18
+ */
19
+ city: string;
20
+ /**
21
+ *
22
+ * @type {CountryIso2Code}
23
+ * @memberof ContactPersonOrganizationApi
24
+ */
25
+ country: CountryIso2Code;
26
+ /**
27
+ * Name of the organization
28
+ * @type {string}
29
+ * @memberof ContactPersonOrganizationApi
30
+ */
31
+ name: string;
32
+ /**
33
+ * State of the organization
34
+ * @type {string}
35
+ * @memberof ContactPersonOrganizationApi
36
+ */
37
+ state?: string | null;
38
+ /**
39
+ * VAT Number of the organization
40
+ * @type {string}
41
+ * @memberof ContactPersonOrganizationApi
42
+ */
43
+ vatNumber?: string | null;
44
+ /**
45
+ * ZIP Code of the organization
46
+ * @type {string}
47
+ * @memberof ContactPersonOrganizationApi
48
+ */
49
+ zipCode: string;
50
+ }
51
+ /**
52
+ * Check if a given object implements the ContactPersonOrganizationApi interface.
53
+ */
54
+ export declare function instanceOfContactPersonOrganizationApi(value: object): boolean;
55
+ export declare function ContactPersonOrganizationApiFromJSON(json: any): ContactPersonOrganizationApi;
56
+ export declare function ContactPersonOrganizationApiFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContactPersonOrganizationApi;
57
+ export declare function ContactPersonOrganizationApiToJSON(value?: ContactPersonOrganizationApi | null): any;
@@ -0,0 +1,264 @@
1
+ /**
2
+ * Revolugo Booking API Reference
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.5.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Contact person's country of residence
14
+ * @export
15
+ */
16
+ export declare const CountryIso2Code: {
17
+ readonly Ad: "AD";
18
+ readonly Ae: "AE";
19
+ readonly Af: "AF";
20
+ readonly Ag: "AG";
21
+ readonly Ai: "AI";
22
+ readonly Al: "AL";
23
+ readonly Am: "AM";
24
+ readonly Ao: "AO";
25
+ readonly Ar: "AR";
26
+ readonly As: "AS";
27
+ readonly At: "AT";
28
+ readonly Au: "AU";
29
+ readonly Aw: "AW";
30
+ readonly Ax: "AX";
31
+ readonly Az: "AZ";
32
+ readonly Ba: "BA";
33
+ readonly Bb: "BB";
34
+ readonly Bd: "BD";
35
+ readonly Be: "BE";
36
+ readonly Bf: "BF";
37
+ readonly Bg: "BG";
38
+ readonly Bh: "BH";
39
+ readonly Bi: "BI";
40
+ readonly Bj: "BJ";
41
+ readonly Bl: "BL";
42
+ readonly Bm: "BM";
43
+ readonly Bn: "BN";
44
+ readonly Bo: "BO";
45
+ readonly Bq: "BQ";
46
+ readonly Br: "BR";
47
+ readonly Bs: "BS";
48
+ readonly Bt: "BT";
49
+ readonly Bw: "BW";
50
+ readonly By: "BY";
51
+ readonly Bz: "BZ";
52
+ readonly Ca: "CA";
53
+ readonly Cc: "CC";
54
+ readonly Cd: "CD";
55
+ readonly Cf: "CF";
56
+ readonly Cg: "CG";
57
+ readonly Ch: "CH";
58
+ readonly Ci: "CI";
59
+ readonly Ck: "CK";
60
+ readonly Cl: "CL";
61
+ readonly Cm: "CM";
62
+ readonly Cn: "CN";
63
+ readonly Co: "CO";
64
+ readonly Cr: "CR";
65
+ readonly Cu: "CU";
66
+ readonly Cv: "CV";
67
+ readonly Cw: "CW";
68
+ readonly Cx: "CX";
69
+ readonly Cy: "CY";
70
+ readonly Cz: "CZ";
71
+ readonly De: "DE";
72
+ readonly Dj: "DJ";
73
+ readonly Dk: "DK";
74
+ readonly Dm: "DM";
75
+ readonly Do: "DO";
76
+ readonly Dz: "DZ";
77
+ readonly Ec: "EC";
78
+ readonly Ee: "EE";
79
+ readonly Eg: "EG";
80
+ readonly Eh: "EH";
81
+ readonly Er: "ER";
82
+ readonly Es: "ES";
83
+ readonly Et: "ET";
84
+ readonly Fi: "FI";
85
+ readonly Fj: "FJ";
86
+ readonly Fk: "FK";
87
+ readonly Fm: "FM";
88
+ readonly Fo: "FO";
89
+ readonly Fr: "FR";
90
+ readonly Ga: "GA";
91
+ readonly Gb: "GB";
92
+ readonly Gd: "GD";
93
+ readonly Ge: "GE";
94
+ readonly Gf: "GF";
95
+ readonly Gg: "GG";
96
+ readonly Gh: "GH";
97
+ readonly Gi: "GI";
98
+ readonly Gl: "GL";
99
+ readonly Gm: "GM";
100
+ readonly Gn: "GN";
101
+ readonly Gp: "GP";
102
+ readonly Gq: "GQ";
103
+ readonly Gr: "GR";
104
+ readonly Gt: "GT";
105
+ readonly Gu: "GU";
106
+ readonly Gw: "GW";
107
+ readonly Gy: "GY";
108
+ readonly Hk: "HK";
109
+ readonly Hn: "HN";
110
+ readonly Hr: "HR";
111
+ readonly Ht: "HT";
112
+ readonly Hu: "HU";
113
+ readonly Id: "ID";
114
+ readonly Ie: "IE";
115
+ readonly Il: "IL";
116
+ readonly Im: "IM";
117
+ readonly In: "IN";
118
+ readonly Io: "IO";
119
+ readonly Iq: "IQ";
120
+ readonly Ir: "IR";
121
+ readonly Is: "IS";
122
+ readonly It: "IT";
123
+ readonly Je: "JE";
124
+ readonly Jm: "JM";
125
+ readonly Jo: "JO";
126
+ readonly Jp: "JP";
127
+ readonly Ke: "KE";
128
+ readonly Kg: "KG";
129
+ readonly Kh: "KH";
130
+ readonly Ki: "KI";
131
+ readonly Km: "KM";
132
+ readonly Kn: "KN";
133
+ readonly Kp: "KP";
134
+ readonly Kr: "KR";
135
+ readonly Kw: "KW";
136
+ readonly Ky: "KY";
137
+ readonly Kz: "KZ";
138
+ readonly La: "LA";
139
+ readonly Lb: "LB";
140
+ readonly Lc: "LC";
141
+ readonly Li: "LI";
142
+ readonly Lk: "LK";
143
+ readonly Lr: "LR";
144
+ readonly Ls: "LS";
145
+ readonly Lt: "LT";
146
+ readonly Lu: "LU";
147
+ readonly Lv: "LV";
148
+ readonly Ly: "LY";
149
+ readonly Ma: "MA";
150
+ readonly Mc: "MC";
151
+ readonly Md: "MD";
152
+ readonly Me: "ME";
153
+ readonly Mf: "MF";
154
+ readonly Mg: "MG";
155
+ readonly Mh: "MH";
156
+ readonly Mk: "MK";
157
+ readonly Ml: "ML";
158
+ readonly Mm: "MM";
159
+ readonly Mn: "MN";
160
+ readonly Mo: "MO";
161
+ readonly Mp: "MP";
162
+ readonly Mq: "MQ";
163
+ readonly Mr: "MR";
164
+ readonly Ms: "MS";
165
+ readonly Mt: "MT";
166
+ readonly Mu: "MU";
167
+ readonly Mv: "MV";
168
+ readonly Mw: "MW";
169
+ readonly Mx: "MX";
170
+ readonly My: "MY";
171
+ readonly Mz: "MZ";
172
+ readonly Na: "NA";
173
+ readonly Nc: "NC";
174
+ readonly Ne: "NE";
175
+ readonly Nf: "NF";
176
+ readonly Ng: "NG";
177
+ readonly Ni: "NI";
178
+ readonly Nl: "NL";
179
+ readonly No: "NO";
180
+ readonly Np: "NP";
181
+ readonly Nr: "NR";
182
+ readonly Nu: "NU";
183
+ readonly Nz: "NZ";
184
+ readonly Om: "OM";
185
+ readonly Pa: "PA";
186
+ readonly Pe: "PE";
187
+ readonly Pf: "PF";
188
+ readonly Pg: "PG";
189
+ readonly Ph: "PH";
190
+ readonly Pk: "PK";
191
+ readonly Pl: "PL";
192
+ readonly Pm: "PM";
193
+ readonly Pr: "PR";
194
+ readonly Ps: "PS";
195
+ readonly Pt: "PT";
196
+ readonly Pw: "PW";
197
+ readonly Py: "PY";
198
+ readonly Qa: "QA";
199
+ readonly Re: "RE";
200
+ readonly Ro: "RO";
201
+ readonly Rs: "RS";
202
+ readonly Ru: "RU";
203
+ readonly Rw: "RW";
204
+ readonly Sa: "SA";
205
+ readonly Sb: "SB";
206
+ readonly Sc: "SC";
207
+ readonly Sd: "SD";
208
+ readonly Se: "SE";
209
+ readonly Sg: "SG";
210
+ readonly Sh: "SH";
211
+ readonly Si: "SI";
212
+ readonly Sj: "SJ";
213
+ readonly Sk: "SK";
214
+ readonly Sl: "SL";
215
+ readonly Sm: "SM";
216
+ readonly Sn: "SN";
217
+ readonly So: "SO";
218
+ readonly Sr: "SR";
219
+ readonly Ss: "SS";
220
+ readonly St: "ST";
221
+ readonly Sv: "SV";
222
+ readonly Sx: "SX";
223
+ readonly Sy: "SY";
224
+ readonly Sz: "SZ";
225
+ readonly Tc: "TC";
226
+ readonly Td: "TD";
227
+ readonly Tg: "TG";
228
+ readonly Th: "TH";
229
+ readonly Tj: "TJ";
230
+ readonly Tk: "TK";
231
+ readonly Tl: "TL";
232
+ readonly Tm: "TM";
233
+ readonly Tn: "TN";
234
+ readonly To: "TO";
235
+ readonly Tr: "TR";
236
+ readonly Tt: "TT";
237
+ readonly Tv: "TV";
238
+ readonly Tw: "TW";
239
+ readonly Tz: "TZ";
240
+ readonly Ua: "UA";
241
+ readonly Ug: "UG";
242
+ readonly Us: "US";
243
+ readonly Uy: "UY";
244
+ readonly Uz: "UZ";
245
+ readonly Va: "VA";
246
+ readonly Vc: "VC";
247
+ readonly Ve: "VE";
248
+ readonly Vg: "VG";
249
+ readonly Vi: "VI";
250
+ readonly Vn: "VN";
251
+ readonly Vu: "VU";
252
+ readonly Wf: "WF";
253
+ readonly Ws: "WS";
254
+ readonly Xk: "XK";
255
+ readonly Ye: "YE";
256
+ readonly Yt: "YT";
257
+ readonly Za: "ZA";
258
+ readonly Zm: "ZM";
259
+ readonly Zw: "ZW";
260
+ };
261
+ export type CountryIso2Code = typeof CountryIso2Code[keyof typeof CountryIso2Code];
262
+ export declare function CountryIso2CodeFromJSON(json: any): CountryIso2Code;
263
+ export declare function CountryIso2CodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CountryIso2Code;
264
+ export declare function CountryIso2CodeToJSON(value?: CountryIso2Code | null): any;
@@ -0,0 +1,159 @@
1
+ /**
2
+ * Revolugo Booking API Reference
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.5.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * ISO 4217 currency code.
14
+ * @export
15
+ */
16
+ export declare const CurrencyClient: {
17
+ readonly Aed: "AED";
18
+ readonly Afn: "AFN";
19
+ readonly All: "ALL";
20
+ readonly Amd: "AMD";
21
+ readonly Ang: "ANG";
22
+ readonly Aoa: "AOA";
23
+ readonly Ars: "ARS";
24
+ readonly Aud: "AUD";
25
+ readonly Awg: "AWG";
26
+ readonly Azn: "AZN";
27
+ readonly Bam: "BAM";
28
+ readonly Bbd: "BBD";
29
+ readonly Bdt: "BDT";
30
+ readonly Bhd: "BHD";
31
+ readonly Bgn: "BGN";
32
+ readonly Bif: "BIF";
33
+ readonly Bmd: "BMD";
34
+ readonly Bnd: "BND";
35
+ readonly Bob: "BOB";
36
+ readonly Brl: "BRL";
37
+ readonly Bsd: "BSD";
38
+ readonly Bwp: "BWP";
39
+ readonly Bzd: "BZD";
40
+ readonly Cad: "CAD";
41
+ readonly Cdf: "CDF";
42
+ readonly Chf: "CHF";
43
+ readonly Clp: "CLP";
44
+ readonly Cny: "CNY";
45
+ readonly Cop: "COP";
46
+ readonly Crc: "CRC";
47
+ readonly Cve: "CVE";
48
+ readonly Czk: "CZK";
49
+ readonly Djf: "DJF";
50
+ readonly Dkk: "DKK";
51
+ readonly Dop: "DOP";
52
+ readonly Dzd: "DZD";
53
+ readonly Egp: "EGP";
54
+ readonly Etb: "ETB";
55
+ readonly Eur: "EUR";
56
+ readonly Fjd: "FJD";
57
+ readonly Fkp: "FKP";
58
+ readonly Gbp: "GBP";
59
+ readonly Gel: "GEL";
60
+ readonly Gip: "GIP";
61
+ readonly Gmd: "GMD";
62
+ readonly Gnf: "GNF";
63
+ readonly Gtq: "GTQ";
64
+ readonly Gyd: "GYD";
65
+ readonly Hkd: "HKD";
66
+ readonly Hnl: "HNL";
67
+ readonly Htg: "HTG";
68
+ readonly Huf: "HUF";
69
+ readonly Idr: "IDR";
70
+ readonly Ils: "ILS";
71
+ readonly Inr: "INR";
72
+ readonly Isk: "ISK";
73
+ readonly Jmd: "JMD";
74
+ readonly Jod: "JOD";
75
+ readonly Jpy: "JPY";
76
+ readonly Kes: "KES";
77
+ readonly Kgs: "KGS";
78
+ readonly Khr: "KHR";
79
+ readonly Kmf: "KMF";
80
+ readonly Krw: "KRW";
81
+ readonly Kwd: "KWD";
82
+ readonly Kyd: "KYD";
83
+ readonly Kzt: "KZT";
84
+ readonly Lak: "LAK";
85
+ readonly Lbp: "LBP";
86
+ readonly Lkr: "LKR";
87
+ readonly Lrd: "LRD";
88
+ readonly Lsl: "LSL";
89
+ readonly Mad: "MAD";
90
+ readonly Mdl: "MDL";
91
+ readonly Mga: "MGA";
92
+ readonly Mkd: "MKD";
93
+ readonly Mmk: "MMK";
94
+ readonly Mnt: "MNT";
95
+ readonly Mop: "MOP";
96
+ readonly Mru: "MRU";
97
+ readonly Mur: "MUR";
98
+ readonly Mvr: "MVR";
99
+ readonly Mwk: "MWK";
100
+ readonly Mxn: "MXN";
101
+ readonly Myr: "MYR";
102
+ readonly Mzn: "MZN";
103
+ readonly Nad: "NAD";
104
+ readonly Ngn: "NGN";
105
+ readonly Nio: "NIO";
106
+ readonly Nok: "NOK";
107
+ readonly Npr: "NPR";
108
+ readonly Nzd: "NZD";
109
+ readonly Omr: "OMR";
110
+ readonly Pab: "PAB";
111
+ readonly Pen: "PEN";
112
+ readonly Pgk: "PGK";
113
+ readonly Php: "PHP";
114
+ readonly Pkr: "PKR";
115
+ readonly Pln: "PLN";
116
+ readonly Pyg: "PYG";
117
+ readonly Qar: "QAR";
118
+ readonly Ron: "RON";
119
+ readonly Rsd: "RSD";
120
+ readonly Rub: "RUB";
121
+ readonly Rwf: "RWF";
122
+ readonly Sar: "SAR";
123
+ readonly Sbd: "SBD";
124
+ readonly Scr: "SCR";
125
+ readonly Sek: "SEK";
126
+ readonly Sgd: "SGD";
127
+ readonly Shp: "SHP";
128
+ readonly Sll: "SLL";
129
+ readonly Sos: "SOS";
130
+ readonly Srd: "SRD";
131
+ readonly Std: "STD";
132
+ readonly Szl: "SZL";
133
+ readonly Thb: "THB";
134
+ readonly Tjs: "TJS";
135
+ readonly Tnd: "TND";
136
+ readonly Top: "TOP";
137
+ readonly Try: "TRY";
138
+ readonly Ttd: "TTD";
139
+ readonly Twd: "TWD";
140
+ readonly Tzs: "TZS";
141
+ readonly Uah: "UAH";
142
+ readonly Usd: "USD";
143
+ readonly Uyu: "UYU";
144
+ readonly Uzs: "UZS";
145
+ readonly Vnd: "VND";
146
+ readonly Vuv: "VUV";
147
+ readonly Wst: "WST";
148
+ readonly Xaf: "XAF";
149
+ readonly Xcd: "XCD";
150
+ readonly Xof: "XOF";
151
+ readonly Xpf: "XPF";
152
+ readonly Yer: "YER";
153
+ readonly Zar: "ZAR";
154
+ readonly Zmw: "ZMW";
155
+ };
156
+ export type CurrencyClient = typeof CurrencyClient[keyof typeof CurrencyClient];
157
+ export declare function CurrencyClientFromJSON(json: any): CurrencyClient;
158
+ export declare function CurrencyClientFromJSONTyped(json: any, ignoreDiscriminator: boolean): CurrencyClient;
159
+ export declare function CurrencyClientToJSON(value?: CurrencyClient | null): any;
@@ -0,0 +1,70 @@
1
+ /**
2
+ * Revolugo Booking API Reference
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.5.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ErrorApiResponse
16
+ */
17
+ export interface ErrorApiResponse {
18
+ /**
19
+ * A URL pointing to a place in our documentation where you can read about the error.
20
+ * @type {string}
21
+ * @memberof ErrorApiResponse
22
+ */
23
+ documentationUrl?: string;
24
+ /**
25
+ * A quick and simple description of what went wrong
26
+ * @type {string}
27
+ * @memberof ErrorApiResponse
28
+ */
29
+ error?: string;
30
+ /**
31
+ * A human-readable message providing more details about the error.
32
+ * @type {string}
33
+ * @memberof ErrorApiResponse
34
+ */
35
+ message?: string;
36
+ /**
37
+ * HTTP status code
38
+ * @type {number}
39
+ * @memberof ErrorApiResponse
40
+ */
41
+ statusCode: number;
42
+ /**
43
+ * The type of returned error.
44
+ * @type {string}
45
+ * @memberof ErrorApiResponse
46
+ */
47
+ type?: ErrorApiResponseTypeEnum;
48
+ }
49
+ /**
50
+ * @export
51
+ */
52
+ export declare const ErrorApiResponseTypeEnum: {
53
+ readonly ApiError: "api_error";
54
+ readonly BadGateway: "bad_gateway";
55
+ readonly InternalServerError: "internal_server_error";
56
+ readonly InvalidRequestError: "invalid_request_error";
57
+ readonly RateLimitError: "rate_limit_error";
58
+ readonly ResourceGone: "resource_gone";
59
+ readonly ResourceNotFound: "resource_not_found";
60
+ readonly Unauthorized: "unauthorized";
61
+ readonly ValidationError: "validation_error";
62
+ };
63
+ export type ErrorApiResponseTypeEnum = typeof ErrorApiResponseTypeEnum[keyof typeof ErrorApiResponseTypeEnum];
64
+ /**
65
+ * Check if a given object implements the ErrorApiResponse interface.
66
+ */
67
+ export declare function instanceOfErrorApiResponse(value: object): boolean;
68
+ export declare function ErrorApiResponseFromJSON(json: any): ErrorApiResponse;
69
+ export declare function ErrorApiResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ErrorApiResponse;
70
+ export declare function ErrorApiResponseToJSON(value?: ErrorApiResponse | null): any;
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Revolugo Booking API Reference
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.5.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface EventApi
16
+ */
17
+ export interface EventApi {
18
+ /**
19
+ * Unique name of the event
20
+ * @type {string}
21
+ * @memberof EventApi
22
+ */
23
+ name?: string | null;
24
+ /**
25
+ * Unique slug of the event
26
+ * @type {string}
27
+ * @memberof EventApi
28
+ */
29
+ slug?: string | null;
30
+ }
31
+ /**
32
+ * Check if a given object implements the EventApi interface.
33
+ */
34
+ export declare function instanceOfEventApi(value: object): boolean;
35
+ export declare function EventApiFromJSON(json: any): EventApi;
36
+ export declare function EventApiFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventApi;
37
+ export declare function EventApiToJSON(value?: EventApi | null): any;