@revolugo/booking-api-client 7.2.4-alpha.4 → 7.2.4-alpha.6
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 +3951 -1641
- package/dist/index.umd.js +2 -2
- package/dist/types/v1/apis/ResourceBookingPoliciesApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceBookingsApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelImagesApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelOfferRequestsApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelOffersApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelRoomOfferImagesApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelRoomOfferRequestsApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelRoomOffersApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelRoomingListGuestsApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelRoomingListsApi.d.ts +2 -2
- package/dist/types/v1/apis/ResourceHotelsApi.d.ts +2 -2
- package/dist/types/v1/index.d.ts +3 -3
- package/dist/types/v1/models/AllowedPaymentMethodApi.d.ts +13 -0
- package/dist/types/v1/models/AllowedPaymentMethodApiOneOf.d.ts +38 -0
- package/dist/types/v1/models/AllowedPaymentMethodApiOneOf1.d.ts +38 -0
- package/dist/types/v1/models/AllowedPaymentMethodApiOneOf2.d.ts +38 -0
- package/dist/types/v1/models/AllowedPaymentMethodApiOneOf3.d.ts +34 -0
- package/dist/types/v1/models/AllowedPaymentMethodApiOneOf3Payload.d.ts +40 -0
- package/dist/types/v1/models/AmenitiesApi.d.ts +289 -0
- package/dist/types/v1/models/BedApi.d.ts +43 -0
- package/dist/types/v1/models/BookingApi.d.ts +267 -0
- package/dist/types/v1/models/BookingCreateApi.d.ts +55 -0
- package/dist/types/v1/models/BookingCreateApiGuestsListInner.d.ts +27 -0
- package/dist/types/v1/models/BookingCreateApiGuestsListInnerGuestsInner.d.ts +31 -0
- package/dist/types/v1/models/BookingPoliciesApi.d.ts +97 -0
- package/dist/types/v1/models/BookingPoliciesCreateApi.d.ts +53 -0
- package/dist/types/v1/models/BookingsApiResponse.d.ts +28 -0
- package/dist/types/v1/models/CancellationPolicyApi.d.ts +43 -0
- package/dist/types/v1/models/ContactPersonApi.d.ts +113 -0
- package/dist/types/v1/models/ContactPersonOrganizationApi.d.ts +57 -0
- package/dist/types/v1/models/CountryIso2Code.d.ts +264 -0
- package/dist/types/v1/models/CurrencyClient.d.ts +159 -0
- package/dist/types/v1/models/ErrorApiResponse.d.ts +70 -0
- package/dist/types/v1/models/EventApi.d.ts +37 -0
- package/dist/types/v1/models/EventMetadataApi.d.ts +61 -0
- package/dist/types/v1/models/HotelApi.d.ts +200 -0
- package/dist/types/v1/models/HotelApiImages.d.ts +65 -0
- package/dist/types/v1/models/HotelImageApi.d.ts +67 -0
- package/dist/types/v1/models/HotelOfferApi.d.ts +216 -0
- package/dist/types/v1/models/HotelOfferApiAllOf.d.ts +37 -0
- package/dist/types/v1/models/HotelOfferRequestApiResponse.d.ts +94 -0
- package/dist/types/v1/models/HotelOfferRequestCreateApi.d.ts +84 -0
- package/dist/types/v1/models/HotelOffersApiResponse.d.ts +34 -0
- package/dist/types/v1/models/HotelOffersApiResponseMeta.d.ts +45 -0
- package/dist/types/v1/models/HotelOffersApiResponseMetaAllOf.d.ts +31 -0
- package/dist/types/v1/models/HotelOffersDataApiResponse.d.ts +70 -0
- package/dist/types/v1/models/HotelReviewRatingApi.d.ts +37 -0
- package/dist/types/v1/models/HotelRoomApi.d.ts +120 -0
- package/dist/types/v1/models/HotelRoomOfferApi.d.ts +192 -0
- package/dist/types/v1/models/HotelRoomOfferApiResponse.d.ts +58 -0
- package/dist/types/v1/models/HotelRoomOfferRequestApiResponse.d.ts +76 -0
- package/dist/types/v1/models/HotelRoomOfferRequestApiResponseAllOf.d.ts +64 -0
- package/dist/types/v1/models/HotelRoomOfferRequestApiResponseAllOf1.d.ts +37 -0
- package/dist/types/v1/models/HotelRoomOfferRequestCreateApi.d.ts +64 -0
- package/dist/types/v1/models/HotelRoomOffersApiResponse.d.ts +34 -0
- package/dist/types/v1/models/HotelRoomOffersCreateApi.d.ts +61 -0
- package/dist/types/v1/models/HotelRoomOffersDataApiResponse.d.ts +64 -0
- package/dist/types/v1/models/HotelRoomOffersDataCreateApi.d.ts +43 -0
- package/dist/types/v1/models/HotelRoomingListApi.d.ts +46 -0
- package/dist/types/v1/models/HotelRoomingListApiHotelRoom.d.ts +120 -0
- package/dist/types/v1/models/HotelRoomingListGuestApi.d.ts +37 -0
- package/dist/types/v1/models/HotelRoomingListGuestsCreateApi.d.ts +37 -0
- package/dist/types/v1/models/HotelRoomingListGuestsUpdateApi.d.ts +31 -0
- package/dist/types/v1/models/InvoiceApi.d.ts +45 -0
- package/dist/types/v1/models/Locale.d.ts +28 -0
- package/dist/types/v1/models/MetaPollingResponseApi.d.ts +45 -0
- package/dist/types/v1/models/MetaPollingResponseApiAllOf.d.ts +21 -0
- package/dist/types/v1/models/MetaResponseApi.d.ts +49 -0
- package/dist/types/v1/models/PaymentMethodApi.d.ts +13 -0
- package/dist/types/v1/models/PaymentMethodApiOneOf.d.ts +34 -0
- package/dist/types/v1/models/PaymentMethodApiOneOf1.d.ts +34 -0
- package/dist/types/v1/models/PaymentMethodApiOneOf1Payload.d.ts +37 -0
- package/dist/types/v1/models/PaymentMethodApiOneOf2.d.ts +34 -0
- package/dist/types/v1/models/PaymentMethodApiOneOf2Payload.d.ts +37 -0
- package/dist/types/v1/models/PaymentMethodApiOneOf3.d.ts +34 -0
- package/dist/types/v1/models/PaymentMethodApiOneOf3Payload.d.ts +52 -0
- package/dist/types/v1/models/PaymentMethodApiOneOfPayload.d.ts +43 -0
- package/dist/types/v1/models/PaymentMethodRequestApi.d.ts +36 -0
- package/dist/types/v1/models/PaymentMethodRequestPayloadApi.d.ts +31 -0
- package/dist/types/v1/models/PaymentMethodUpdatePayloadApi.d.ts +21 -0
- package/dist/types/v1/models/PollerStatus.d.ts +23 -0
- package/dist/types/v1/models/SourceMarket.d.ts +264 -0
- package/dist/types/v1/models/TagApi.d.ts +55 -0
- package/dist/types/v1/models/TaxApi.d.ts +77 -0
- package/dist/types/v1/models/TravelTimesApi.d.ts +33 -0
- package/dist/types/v1/models/TravelTimesApiTravelTimes.d.ts +43 -0
- package/dist/types/v1/models/index.d.ts +74 -4078
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AllowedPaymentMethodApi, BookingPoliciesApi, BookingPoliciesCreateApi } from '../models';
|
|
1
|
+
import { AllowedPaymentMethodApi, BookingPoliciesApi, BookingPoliciesCreateApi } from '../models/index.ts';
|
|
2
2
|
/**
|
|
3
3
|
* Revolugo Booking API Reference
|
|
4
4
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -10,7 +10,7 @@ import { AllowedPaymentMethodApi, BookingPoliciesApi, BookingPoliciesCreateApi }
|
|
|
10
10
|
* https://openapi-generator.tech
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
|
-
import * as runtime from '../runtime';
|
|
13
|
+
import * as runtime from '../runtime.ts';
|
|
14
14
|
export interface BookingPoliciesRetrievePayload {
|
|
15
15
|
id: string;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BookingApi, BookingCreateApi, BookingsApiResponse, PaymentMethodUpdatePayloadApi } from '../models';
|
|
1
|
+
import { BookingApi, BookingCreateApi, BookingsApiResponse, PaymentMethodUpdatePayloadApi } from '../models/index.ts';
|
|
2
2
|
/**
|
|
3
3
|
* Revolugo Booking API Reference
|
|
4
4
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -10,7 +10,7 @@ import { BookingApi, BookingCreateApi, BookingsApiResponse, PaymentMethodUpdateP
|
|
|
10
10
|
* https://openapi-generator.tech
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
|
-
import * as runtime from '../runtime';
|
|
13
|
+
import * as runtime from '../runtime.ts';
|
|
14
14
|
export interface BookingsDeletePayload {
|
|
15
15
|
token: string;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HotelImageApi } from '../models';
|
|
1
|
+
import { HotelImageApi } from '../models/index.ts';
|
|
2
2
|
/**
|
|
3
3
|
* Revolugo Booking API Reference
|
|
4
4
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -10,7 +10,7 @@ import { HotelImageApi } from '../models';
|
|
|
10
10
|
* https://openapi-generator.tech
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
|
-
import * as runtime from '../runtime';
|
|
13
|
+
import * as runtime from '../runtime.ts';
|
|
14
14
|
export interface HotelImagesRetrievePayload {
|
|
15
15
|
id: string;
|
|
16
16
|
lang?: HotelImagesLangEnum;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HotelOfferRequestApiResponse, HotelOfferRequestCreateApi } from '../models';
|
|
1
|
+
import { HotelOfferRequestApiResponse, HotelOfferRequestCreateApi } from '../models/index.ts';
|
|
2
2
|
/**
|
|
3
3
|
* Revolugo Booking API Reference
|
|
4
4
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -10,7 +10,7 @@ import { HotelOfferRequestApiResponse, HotelOfferRequestCreateApi } from '../mod
|
|
|
10
10
|
* https://openapi-generator.tech
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
|
-
import * as runtime from '../runtime';
|
|
13
|
+
import * as runtime from '../runtime.ts';
|
|
14
14
|
export interface HotelOfferRequestsRetrievePayload {
|
|
15
15
|
id: string;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CurrencyClient, HotelOffersApiResponse } from '../models';
|
|
1
|
+
import { CurrencyClient, HotelOffersApiResponse } from '../models/index.ts';
|
|
2
2
|
import { TPollerCallback } from '@revolugo/common/utils';
|
|
3
3
|
/**
|
|
4
4
|
* Revolugo Booking API Reference
|
|
@@ -11,7 +11,7 @@ import { TPollerCallback } from '@revolugo/common/utils';
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
import * as runtime from '../runtime';
|
|
14
|
+
import * as runtime from '../runtime.ts';
|
|
15
15
|
export interface HotelOffersListPayload {
|
|
16
16
|
currency: CurrencyClient;
|
|
17
17
|
hotelOfferRequestId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HotelImageApi } from '../models';
|
|
1
|
+
import { HotelImageApi } from '../models/index.ts';
|
|
2
2
|
/**
|
|
3
3
|
* Revolugo Booking API Reference
|
|
4
4
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -10,7 +10,7 @@ import { HotelImageApi } from '../models';
|
|
|
10
10
|
* https://openapi-generator.tech
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
|
-
import * as runtime from '../runtime';
|
|
13
|
+
import * as runtime from '../runtime.ts';
|
|
14
14
|
export interface HotelRoomOfferImagesRetrievePayload {
|
|
15
15
|
id: string;
|
|
16
16
|
lang?: HotelRoomOfferImagesLangEnum;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HotelRoomOfferRequestApiResponse, HotelRoomOfferRequestCreateApi } from '../models';
|
|
1
|
+
import { HotelRoomOfferRequestApiResponse, HotelRoomOfferRequestCreateApi } from '../models/index.ts';
|
|
2
2
|
/**
|
|
3
3
|
* Revolugo Booking API Reference
|
|
4
4
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -10,7 +10,7 @@ import { HotelRoomOfferRequestApiResponse, HotelRoomOfferRequestCreateApi } from
|
|
|
10
10
|
* https://openapi-generator.tech
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
|
-
import * as runtime from '../runtime';
|
|
13
|
+
import * as runtime from '../runtime.ts';
|
|
14
14
|
export interface HotelRoomOfferRequestsRetrievePayload {
|
|
15
15
|
id: string;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CurrencyClient, HotelRoomOfferApiResponse, HotelRoomOffersApiResponse, HotelRoomOffersCreateApi } from '../models';
|
|
1
|
+
import { CurrencyClient, HotelRoomOfferApiResponse, HotelRoomOffersApiResponse, HotelRoomOffersCreateApi } from '../models/index.ts';
|
|
2
2
|
import { TPollerCallback } from '@revolugo/common/utils';
|
|
3
3
|
/**
|
|
4
4
|
* Revolugo Booking API Reference
|
|
@@ -11,7 +11,7 @@ import { TPollerCallback } from '@revolugo/common/utils';
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
import * as runtime from '../runtime';
|
|
14
|
+
import * as runtime from '../runtime.ts';
|
|
15
15
|
export interface HotelRoomOffersListPayload {
|
|
16
16
|
currency: CurrencyClient;
|
|
17
17
|
hotelRoomOfferRequestId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HotelRoomingListGuestApi, HotelRoomingListGuestsCreateApi, HotelRoomingListGuestsUpdateApi } from '../models';
|
|
1
|
+
import { HotelRoomingListGuestApi, HotelRoomingListGuestsCreateApi, HotelRoomingListGuestsUpdateApi } from '../models/index.ts';
|
|
2
2
|
/**
|
|
3
3
|
* Revolugo Booking API Reference
|
|
4
4
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -10,7 +10,7 @@ import { HotelRoomingListGuestApi, HotelRoomingListGuestsCreateApi, HotelRooming
|
|
|
10
10
|
* https://openapi-generator.tech
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
|
-
import * as runtime from '../runtime';
|
|
13
|
+
import * as runtime from '../runtime.ts';
|
|
14
14
|
export interface HotelRoomingListGuestsDeletePayload {
|
|
15
15
|
id: string;
|
|
16
16
|
token: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HotelRoomingListApi } from '../models';
|
|
1
|
+
import { HotelRoomingListApi } from '../models/index.ts';
|
|
2
2
|
/**
|
|
3
3
|
* Revolugo Booking API Reference
|
|
4
4
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -10,7 +10,7 @@ import { HotelRoomingListApi } from '../models';
|
|
|
10
10
|
* https://openapi-generator.tech
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
|
-
import * as runtime from '../runtime';
|
|
13
|
+
import * as runtime from '../runtime.ts';
|
|
14
14
|
export interface HotelRoomingListsListPayload {
|
|
15
15
|
token: string;
|
|
16
16
|
lang?: HotelRoomingListsLangEnum;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HotelApi } from '../models';
|
|
1
|
+
import { HotelApi } from '../models/index.ts';
|
|
2
2
|
/**
|
|
3
3
|
* Revolugo Booking API Reference
|
|
4
4
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -10,7 +10,7 @@ import { HotelApi } from '../models';
|
|
|
10
10
|
* https://openapi-generator.tech
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
|
-
import * as runtime from '../runtime';
|
|
13
|
+
import * as runtime from '../runtime.ts';
|
|
14
14
|
export interface HotelsRetrievePayload {
|
|
15
15
|
id: string;
|
|
16
16
|
event?: string;
|
package/dist/types/v1/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './runtime';
|
|
2
|
-
export * from './apis/index';
|
|
3
|
-
export * from './models/index';
|
|
1
|
+
export * from './runtime.ts';
|
|
2
|
+
export * from './apis/index.ts';
|
|
3
|
+
export * from './models/index.ts';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AllowedPaymentMethodApiOneOf } from './AllowedPaymentMethodApiOneOf';
|
|
2
|
+
import { AllowedPaymentMethodApiOneOf1 } from './AllowedPaymentMethodApiOneOf1';
|
|
3
|
+
import { AllowedPaymentMethodApiOneOf2 } from './AllowedPaymentMethodApiOneOf2';
|
|
4
|
+
import { AllowedPaymentMethodApiOneOf3 } from './AllowedPaymentMethodApiOneOf3';
|
|
5
|
+
/**
|
|
6
|
+
* @type AllowedPaymentMethodApi
|
|
7
|
+
*
|
|
8
|
+
* @export
|
|
9
|
+
*/
|
|
10
|
+
export type AllowedPaymentMethodApi = AllowedPaymentMethodApiOneOf | AllowedPaymentMethodApiOneOf1 | AllowedPaymentMethodApiOneOf2 | AllowedPaymentMethodApiOneOf3;
|
|
11
|
+
export declare function AllowedPaymentMethodApiFromJSON(json: any): AllowedPaymentMethodApi;
|
|
12
|
+
export declare function AllowedPaymentMethodApiFromJSONTyped(json: any, ignoreDiscriminator: boolean): AllowedPaymentMethodApi;
|
|
13
|
+
export declare function AllowedPaymentMethodApiToJSON(value?: AllowedPaymentMethodApi | null): any;
|
|
@@ -0,0 +1,38 @@
|
|
|
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 AllowedPaymentMethodApiOneOf
|
|
16
|
+
*/
|
|
17
|
+
export interface AllowedPaymentMethodApiOneOf {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AllowedPaymentMethodApiOneOf
|
|
22
|
+
*/
|
|
23
|
+
name: AllowedPaymentMethodApiOneOfNameEnum;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
export declare const AllowedPaymentMethodApiOneOfNameEnum: {
|
|
29
|
+
readonly CreditCard: "CREDIT_CARD";
|
|
30
|
+
};
|
|
31
|
+
export type AllowedPaymentMethodApiOneOfNameEnum = typeof AllowedPaymentMethodApiOneOfNameEnum[keyof typeof AllowedPaymentMethodApiOneOfNameEnum];
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the AllowedPaymentMethodApiOneOf interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfAllowedPaymentMethodApiOneOf(value: object): boolean;
|
|
36
|
+
export declare function AllowedPaymentMethodApiOneOfFromJSON(json: any): AllowedPaymentMethodApiOneOf;
|
|
37
|
+
export declare function AllowedPaymentMethodApiOneOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): AllowedPaymentMethodApiOneOf;
|
|
38
|
+
export declare function AllowedPaymentMethodApiOneOfToJSON(value?: AllowedPaymentMethodApiOneOf | null): any;
|
|
@@ -0,0 +1,38 @@
|
|
|
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 AllowedPaymentMethodApiOneOf1
|
|
16
|
+
*/
|
|
17
|
+
export interface AllowedPaymentMethodApiOneOf1 {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AllowedPaymentMethodApiOneOf1
|
|
22
|
+
*/
|
|
23
|
+
name: AllowedPaymentMethodApiOneOf1NameEnum;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
export declare const AllowedPaymentMethodApiOneOf1NameEnum: {
|
|
29
|
+
readonly Coupon: "COUPON";
|
|
30
|
+
};
|
|
31
|
+
export type AllowedPaymentMethodApiOneOf1NameEnum = typeof AllowedPaymentMethodApiOneOf1NameEnum[keyof typeof AllowedPaymentMethodApiOneOf1NameEnum];
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the AllowedPaymentMethodApiOneOf1 interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfAllowedPaymentMethodApiOneOf1(value: object): boolean;
|
|
36
|
+
export declare function AllowedPaymentMethodApiOneOf1FromJSON(json: any): AllowedPaymentMethodApiOneOf1;
|
|
37
|
+
export declare function AllowedPaymentMethodApiOneOf1FromJSONTyped(json: any, ignoreDiscriminator: boolean): AllowedPaymentMethodApiOneOf1;
|
|
38
|
+
export declare function AllowedPaymentMethodApiOneOf1ToJSON(value?: AllowedPaymentMethodApiOneOf1 | null): any;
|
|
@@ -0,0 +1,38 @@
|
|
|
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 AllowedPaymentMethodApiOneOf2
|
|
16
|
+
*/
|
|
17
|
+
export interface AllowedPaymentMethodApiOneOf2 {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AllowedPaymentMethodApiOneOf2
|
|
22
|
+
*/
|
|
23
|
+
name: AllowedPaymentMethodApiOneOf2NameEnum;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
export declare const AllowedPaymentMethodApiOneOf2NameEnum: {
|
|
29
|
+
readonly DepositAccount: "DEPOSIT_ACCOUNT";
|
|
30
|
+
};
|
|
31
|
+
export type AllowedPaymentMethodApiOneOf2NameEnum = typeof AllowedPaymentMethodApiOneOf2NameEnum[keyof typeof AllowedPaymentMethodApiOneOf2NameEnum];
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the AllowedPaymentMethodApiOneOf2 interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfAllowedPaymentMethodApiOneOf2(value: object): boolean;
|
|
36
|
+
export declare function AllowedPaymentMethodApiOneOf2FromJSON(json: any): AllowedPaymentMethodApiOneOf2;
|
|
37
|
+
export declare function AllowedPaymentMethodApiOneOf2FromJSONTyped(json: any, ignoreDiscriminator: boolean): AllowedPaymentMethodApiOneOf2;
|
|
38
|
+
export declare function AllowedPaymentMethodApiOneOf2ToJSON(value?: AllowedPaymentMethodApiOneOf2 | null): any;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { AllowedPaymentMethodApiOneOf3Payload } from './AllowedPaymentMethodApiOneOf3Payload';
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* @export
|
|
5
|
+
* @interface AllowedPaymentMethodApiOneOf3
|
|
6
|
+
*/
|
|
7
|
+
export interface AllowedPaymentMethodApiOneOf3 {
|
|
8
|
+
/**
|
|
9
|
+
*
|
|
10
|
+
* @type {string}
|
|
11
|
+
* @memberof AllowedPaymentMethodApiOneOf3
|
|
12
|
+
*/
|
|
13
|
+
name: AllowedPaymentMethodApiOneOf3NameEnum;
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @type {AllowedPaymentMethodApiOneOf3Payload}
|
|
17
|
+
* @memberof AllowedPaymentMethodApiOneOf3
|
|
18
|
+
*/
|
|
19
|
+
payload: AllowedPaymentMethodApiOneOf3Payload;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @export
|
|
23
|
+
*/
|
|
24
|
+
export declare const AllowedPaymentMethodApiOneOf3NameEnum: {
|
|
25
|
+
readonly PayLater: "PAY_LATER";
|
|
26
|
+
};
|
|
27
|
+
export type AllowedPaymentMethodApiOneOf3NameEnum = typeof AllowedPaymentMethodApiOneOf3NameEnum[keyof typeof AllowedPaymentMethodApiOneOf3NameEnum];
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the AllowedPaymentMethodApiOneOf3 interface.
|
|
30
|
+
*/
|
|
31
|
+
export declare function instanceOfAllowedPaymentMethodApiOneOf3(value: object): boolean;
|
|
32
|
+
export declare function AllowedPaymentMethodApiOneOf3FromJSON(json: any): AllowedPaymentMethodApiOneOf3;
|
|
33
|
+
export declare function AllowedPaymentMethodApiOneOf3FromJSONTyped(json: any, ignoreDiscriminator: boolean): AllowedPaymentMethodApiOneOf3;
|
|
34
|
+
export declare function AllowedPaymentMethodApiOneOf3ToJSON(value?: AllowedPaymentMethodApiOneOf3 | null): any;
|
|
@@ -0,0 +1,40 @@
|
|
|
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 AllowedPaymentMethodApiOneOf3Payload
|
|
16
|
+
*/
|
|
17
|
+
export interface AllowedPaymentMethodApiOneOf3Payload {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AllowedPaymentMethodApiOneOf3Payload
|
|
22
|
+
*/
|
|
23
|
+
status: AllowedPaymentMethodApiOneOf3PayloadStatusEnum;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
export declare const AllowedPaymentMethodApiOneOf3PayloadStatusEnum: {
|
|
29
|
+
readonly Disabled: "DISABLED";
|
|
30
|
+
readonly Enabled: "ENABLED";
|
|
31
|
+
readonly Forced: "FORCED";
|
|
32
|
+
};
|
|
33
|
+
export type AllowedPaymentMethodApiOneOf3PayloadStatusEnum = typeof AllowedPaymentMethodApiOneOf3PayloadStatusEnum[keyof typeof AllowedPaymentMethodApiOneOf3PayloadStatusEnum];
|
|
34
|
+
/**
|
|
35
|
+
* Check if a given object implements the AllowedPaymentMethodApiOneOf3Payload interface.
|
|
36
|
+
*/
|
|
37
|
+
export declare function instanceOfAllowedPaymentMethodApiOneOf3Payload(value: object): boolean;
|
|
38
|
+
export declare function AllowedPaymentMethodApiOneOf3PayloadFromJSON(json: any): AllowedPaymentMethodApiOneOf3Payload;
|
|
39
|
+
export declare function AllowedPaymentMethodApiOneOf3PayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): AllowedPaymentMethodApiOneOf3Payload;
|
|
40
|
+
export declare function AllowedPaymentMethodApiOneOf3PayloadToJSON(value?: AllowedPaymentMethodApiOneOf3Payload | null): any;
|
|
@@ -0,0 +1,289 @@
|
|
|
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 AmenitiesApi
|
|
16
|
+
*/
|
|
17
|
+
export interface AmenitiesApi {
|
|
18
|
+
/**
|
|
19
|
+
* Air conditioning.
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof AmenitiesApi
|
|
22
|
+
*/
|
|
23
|
+
airConditioning?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Airport transportation service.
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof AmenitiesApi
|
|
28
|
+
*/
|
|
29
|
+
airportTransportation?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Business center.
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof AmenitiesApi
|
|
34
|
+
*/
|
|
35
|
+
businessCenter?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Car rental desk service.
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof AmenitiesApi
|
|
40
|
+
*/
|
|
41
|
+
carRentDesk?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Children welcomed.
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof AmenitiesApi
|
|
46
|
+
*/
|
|
47
|
+
childrenAllowed?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* Clothing iron.
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof AmenitiesApi
|
|
52
|
+
*/
|
|
53
|
+
clothingIron?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Coffea/tea maker.
|
|
56
|
+
* @type {boolean}
|
|
57
|
+
* @memberof AmenitiesApi
|
|
58
|
+
*/
|
|
59
|
+
coffeeTeaMaker?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Combination.
|
|
62
|
+
* @type {boolean}
|
|
63
|
+
* @memberof AmenitiesApi
|
|
64
|
+
*/
|
|
65
|
+
combination?: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* Continental Breakfast.
|
|
68
|
+
* @type {boolean}
|
|
69
|
+
* @memberof AmenitiesApi
|
|
70
|
+
*/
|
|
71
|
+
continentalBreakfast?: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* Data ports in room.
|
|
74
|
+
* @type {boolean}
|
|
75
|
+
* @memberof AmenitiesApi
|
|
76
|
+
*/
|
|
77
|
+
dataPorts?: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Dry cleaning.
|
|
80
|
+
* @type {boolean}
|
|
81
|
+
* @memberof AmenitiesApi
|
|
82
|
+
*/
|
|
83
|
+
dryCleaning?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Electornic room keys.
|
|
86
|
+
* @type {boolean}
|
|
87
|
+
* @memberof AmenitiesApi
|
|
88
|
+
*/
|
|
89
|
+
electronicRoomKeys?: boolean;
|
|
90
|
+
/**
|
|
91
|
+
* Exterior room entrance.
|
|
92
|
+
* @type {boolean}
|
|
93
|
+
* @memberof AmenitiesApi
|
|
94
|
+
*/
|
|
95
|
+
exteriorRoomEntrance?: boolean;
|
|
96
|
+
/**
|
|
97
|
+
* Family rooms.
|
|
98
|
+
* @type {boolean}
|
|
99
|
+
* @memberof AmenitiesApi
|
|
100
|
+
*/
|
|
101
|
+
familyRooms?: boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Fitness facility.
|
|
104
|
+
* @type {boolean}
|
|
105
|
+
* @memberof AmenitiesApi
|
|
106
|
+
*/
|
|
107
|
+
fitnessFacility?: boolean;
|
|
108
|
+
/**
|
|
109
|
+
* Game room.
|
|
110
|
+
* @type {boolean}
|
|
111
|
+
* @memberof AmenitiesApi
|
|
112
|
+
*/
|
|
113
|
+
gameRoom?: boolean;
|
|
114
|
+
/**
|
|
115
|
+
* Golf course.
|
|
116
|
+
* @type {boolean}
|
|
117
|
+
* @memberof AmenitiesApi
|
|
118
|
+
*/
|
|
119
|
+
golfCourse?: boolean;
|
|
120
|
+
/**
|
|
121
|
+
* Hair dryer.
|
|
122
|
+
* @type {boolean}
|
|
123
|
+
* @memberof AmenitiesApi
|
|
124
|
+
*/
|
|
125
|
+
hairDryer?: boolean;
|
|
126
|
+
/**
|
|
127
|
+
* Handicap Accessible.
|
|
128
|
+
* @type {boolean}
|
|
129
|
+
* @memberof AmenitiesApi
|
|
130
|
+
*/
|
|
131
|
+
handicapAccessible?: boolean;
|
|
132
|
+
/**
|
|
133
|
+
* In house bar.
|
|
134
|
+
* @type {boolean}
|
|
135
|
+
* @memberof AmenitiesApi
|
|
136
|
+
*/
|
|
137
|
+
inHouseBar?: boolean;
|
|
138
|
+
/**
|
|
139
|
+
* In house dining.
|
|
140
|
+
* @type {boolean}
|
|
141
|
+
* @memberof AmenitiesApi
|
|
142
|
+
*/
|
|
143
|
+
inHouseDining?: boolean;
|
|
144
|
+
/**
|
|
145
|
+
* In room movies.
|
|
146
|
+
* @type {boolean}
|
|
147
|
+
* @memberof AmenitiesApi
|
|
148
|
+
*/
|
|
149
|
+
inRoomMovies?: boolean;
|
|
150
|
+
/**
|
|
151
|
+
* Indoor pool.
|
|
152
|
+
* @type {boolean}
|
|
153
|
+
* @memberof AmenitiesApi
|
|
154
|
+
*/
|
|
155
|
+
indoorPool?: boolean;
|
|
156
|
+
/**
|
|
157
|
+
* Interior room entrance.
|
|
158
|
+
* @type {boolean}
|
|
159
|
+
* @memberof AmenitiesApi
|
|
160
|
+
*/
|
|
161
|
+
interiorRoomEntrance?: boolean;
|
|
162
|
+
/**
|
|
163
|
+
* Kitchen.
|
|
164
|
+
* @type {boolean}
|
|
165
|
+
* @memberof AmenitiesApi
|
|
166
|
+
*/
|
|
167
|
+
kitchen?: boolean;
|
|
168
|
+
/**
|
|
169
|
+
* Map.
|
|
170
|
+
* @type {boolean}
|
|
171
|
+
* @memberof AmenitiesApi
|
|
172
|
+
*/
|
|
173
|
+
map?: boolean;
|
|
174
|
+
/**
|
|
175
|
+
* Meeting rooms.
|
|
176
|
+
* @type {boolean}
|
|
177
|
+
* @memberof AmenitiesApi
|
|
178
|
+
*/
|
|
179
|
+
meetingRooms?: boolean;
|
|
180
|
+
/**
|
|
181
|
+
* mini bar in room.
|
|
182
|
+
* @type {boolean}
|
|
183
|
+
* @memberof AmenitiesApi
|
|
184
|
+
*/
|
|
185
|
+
miniBarInRoom?: boolean;
|
|
186
|
+
/**
|
|
187
|
+
* Non smoking rooms.
|
|
188
|
+
* @type {boolean}
|
|
189
|
+
* @memberof AmenitiesApi
|
|
190
|
+
*/
|
|
191
|
+
nonSmokingRooms?: boolean;
|
|
192
|
+
/**
|
|
193
|
+
* Outdoor pool.
|
|
194
|
+
* @type {boolean}
|
|
195
|
+
* @memberof AmenitiesApi
|
|
196
|
+
*/
|
|
197
|
+
outdoorPool?: boolean;
|
|
198
|
+
/**
|
|
199
|
+
* Parking garage.
|
|
200
|
+
* @type {boolean}
|
|
201
|
+
* @memberof AmenitiesApi
|
|
202
|
+
*/
|
|
203
|
+
parkingGarage?: boolean;
|
|
204
|
+
/**
|
|
205
|
+
* Pets allowed.
|
|
206
|
+
* @type {boolean}
|
|
207
|
+
* @memberof AmenitiesApi
|
|
208
|
+
*/
|
|
209
|
+
petsAllowed?: boolean;
|
|
210
|
+
/**
|
|
211
|
+
* Restricted access.
|
|
212
|
+
* @type {boolean}
|
|
213
|
+
* @memberof AmenitiesApi
|
|
214
|
+
*/
|
|
215
|
+
restrictedAccess?: boolean;
|
|
216
|
+
/**
|
|
217
|
+
* Room service.
|
|
218
|
+
* @type {boolean}
|
|
219
|
+
* @memberof AmenitiesApi
|
|
220
|
+
*/
|
|
221
|
+
roomService?: boolean;
|
|
222
|
+
/**
|
|
223
|
+
* Safe in room.
|
|
224
|
+
* @type {boolean}
|
|
225
|
+
* @memberof AmenitiesApi
|
|
226
|
+
*/
|
|
227
|
+
safe?: boolean;
|
|
228
|
+
/**
|
|
229
|
+
* Sauna.
|
|
230
|
+
* @type {boolean}
|
|
231
|
+
* @memberof AmenitiesApi
|
|
232
|
+
*/
|
|
233
|
+
sauna?: boolean;
|
|
234
|
+
/**
|
|
235
|
+
* TV in room.
|
|
236
|
+
* @type {boolean}
|
|
237
|
+
* @memberof AmenitiesApi
|
|
238
|
+
*/
|
|
239
|
+
tVInRoom?: boolean;
|
|
240
|
+
/**
|
|
241
|
+
* Tennis court.
|
|
242
|
+
* @type {boolean}
|
|
243
|
+
* @memberof AmenitiesApi
|
|
244
|
+
*/
|
|
245
|
+
tennisCourt?: boolean;
|
|
246
|
+
/**
|
|
247
|
+
* 24/7 security.
|
|
248
|
+
* @type {boolean}
|
|
249
|
+
* @memberof AmenitiesApi
|
|
250
|
+
*/
|
|
251
|
+
twentyFourHourSecurity?: boolean;
|
|
252
|
+
/**
|
|
253
|
+
* Valet parking.
|
|
254
|
+
* @type {boolean}
|
|
255
|
+
* @memberof AmenitiesApi
|
|
256
|
+
*/
|
|
257
|
+
valetParking?: boolean;
|
|
258
|
+
/**
|
|
259
|
+
* Video check out.
|
|
260
|
+
* @type {boolean}
|
|
261
|
+
* @memberof AmenitiesApi
|
|
262
|
+
*/
|
|
263
|
+
videoCheckOut?: boolean;
|
|
264
|
+
/**
|
|
265
|
+
* Voice mail.
|
|
266
|
+
* @type {boolean}
|
|
267
|
+
* @memberof AmenitiesApi
|
|
268
|
+
*/
|
|
269
|
+
voiceMail?: boolean;
|
|
270
|
+
/**
|
|
271
|
+
* Wake up service.
|
|
272
|
+
* @type {boolean}
|
|
273
|
+
* @memberof AmenitiesApi
|
|
274
|
+
*/
|
|
275
|
+
wakeUpService?: boolean;
|
|
276
|
+
/**
|
|
277
|
+
* Whirpool.
|
|
278
|
+
* @type {boolean}
|
|
279
|
+
* @memberof AmenitiesApi
|
|
280
|
+
*/
|
|
281
|
+
whirpool?: boolean;
|
|
282
|
+
}
|
|
283
|
+
/**
|
|
284
|
+
* Check if a given object implements the AmenitiesApi interface.
|
|
285
|
+
*/
|
|
286
|
+
export declare function instanceOfAmenitiesApi(value: object): boolean;
|
|
287
|
+
export declare function AmenitiesApiFromJSON(json: any): AmenitiesApi;
|
|
288
|
+
export declare function AmenitiesApiFromJSONTyped(json: any, ignoreDiscriminator: boolean): AmenitiesApi;
|
|
289
|
+
export declare function AmenitiesApiToJSON(value?: AmenitiesApi | null): any;
|