@sabstravtech/obtservices 0.2.2505190850 → 0.2.2506030830
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/base/lib/vendor/classes/carhire-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/classes/user-favourite.enum.d.ts +1 -0
- package/base/lib/vendor/interfaces/Icarhire-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/interfaces/Ihotel-enterprise-search.d.ts +2 -1
- package/base/lib/vendor/interfaces/hotel-stars-to-hide.interface.d.ts +7 -0
- package/base/lib/vendor/types/types.d.ts +5 -1
- package/base/sabstravtech-obtservices-base.metadata.json +1 -1
- package/bundles/sabstravtech-obtservices-base.umd.js +275 -191
- package/bundles/sabstravtech-obtservices-base.umd.js.map +1 -1
- package/esm2015/base/lib/vendor/classes/cabhire-enterprise-search.js +4 -4
- package/esm2015/base/lib/vendor/classes/carhire-enterprise-search.js +36 -9
- package/esm2015/base/lib/vendor/classes/eurostar-enterprise-search.js +58 -26
- package/esm2015/base/lib/vendor/classes/fast-track-enterprise-search.js +4 -3
- package/esm2015/base/lib/vendor/classes/flight-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/classes/helpers.js +5 -5
- package/esm2015/base/lib/vendor/classes/hotel-enterprise-search.js +22 -31
- package/esm2015/base/lib/vendor/classes/rail-enterprise-search.js +7 -3
- package/esm2015/base/lib/vendor/classes/user-favourite.enum.js +2 -1
- package/esm2015/base/lib/vendor/interfaces/Icarhire-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Ihotel-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/hotel-stars-to-hide.interface.js +1 -1
- package/esm2015/base/lib/vendor/services/enterprise-basket.service.js +14 -5
- package/esm2015/base/lib/vendor/services/hotel-avallibility.service.js +5 -3
- package/esm2015/base/lib/vendor/services/search.service.js +25 -14
- package/esm2015/base/lib/vendor/types/types.js +10 -2
- package/fesm2015/sabstravtech-obtservices-base.js +176 -91
- package/fesm2015/sabstravtech-obtservices-base.js.map +1 -1
- package/package.json +1 -1
|
@@ -29,6 +29,7 @@ export declare class UserFavorurite {
|
|
|
29
29
|
static ReplaceBasketWithIntinerary: UserFavorurite;
|
|
30
30
|
static useKmForCarHire: UserFavorurite;
|
|
31
31
|
static distanceUnit: UserFavorurite;
|
|
32
|
+
static eurostarSearchDefaults: UserFavorurite;
|
|
32
33
|
constructor(value: string);
|
|
33
34
|
}
|
|
34
35
|
export declare class Suppliers {
|
|
@@ -76,6 +76,7 @@ export interface CarhireEnterpriseSearchInterface extends BaseEnterpriseSearch<C
|
|
|
76
76
|
delivery: boolean;
|
|
77
77
|
collection: boolean;
|
|
78
78
|
driverAge: number;
|
|
79
|
+
hasNonEnterpriseCarAccess: boolean;
|
|
79
80
|
readonly timeArray: {};
|
|
80
81
|
readonly carAirConditionTypes: [string, string, boolean][];
|
|
81
82
|
readonly carTransmissionCodes: [string, string, CarHireTransmission][];
|
|
@@ -122,8 +122,9 @@ export interface HotelEnterpriseSearchInterface extends BaseEnterpriseSearch<Hot
|
|
|
122
122
|
lastActivePage: BehaviorSubject<number>;
|
|
123
123
|
reapplySorting: BehaviorSubject<boolean>;
|
|
124
124
|
readonly galleries: {
|
|
125
|
-
[key: string]:
|
|
125
|
+
[key: string]: {};
|
|
126
126
|
};
|
|
127
|
+
hiddenExtraFilters: any;
|
|
127
128
|
filterChange: Subject<any>;
|
|
128
129
|
selectItemMapView: Subject<HotelQuoteResult[]>;
|
|
129
130
|
display: DisplayFilterSettings;
|
|
@@ -5,6 +5,13 @@ export interface HotelStarsToHide {
|
|
|
5
5
|
hideFourStarHotels: boolean;
|
|
6
6
|
hideFiveStarHotels: boolean;
|
|
7
7
|
}
|
|
8
|
+
export interface HotelDefaultFilters {
|
|
9
|
+
breakfastIncluded: boolean;
|
|
10
|
+
breakfastNotIncluded: boolean;
|
|
11
|
+
refundable: boolean;
|
|
12
|
+
nonRefundable: boolean;
|
|
13
|
+
}
|
|
8
14
|
export interface HotelUIStarsUserFavoriteResponse {
|
|
9
15
|
hotelStarsToHide: HotelStarsToHide;
|
|
16
|
+
hotelDefaultFilters: HotelDefaultFilters;
|
|
10
17
|
}
|
|
@@ -114,6 +114,8 @@ export interface OBTAirportDetails {
|
|
|
114
114
|
postcode?: string;
|
|
115
115
|
countryCode?: string;
|
|
116
116
|
locationType?: LocationType;
|
|
117
|
+
latitude?: number;
|
|
118
|
+
longitude?: number;
|
|
117
119
|
}
|
|
118
120
|
export interface OBTAirlinesDetails {
|
|
119
121
|
code: string;
|
|
@@ -758,8 +760,10 @@ export declare enum ServiceProvider {
|
|
|
758
760
|
TravelportHotels = "Travelport Hotels",
|
|
759
761
|
Trenitalia = "Trenitalia",
|
|
760
762
|
Renfe = "Renfe",
|
|
761
|
-
Italo = "NTV"
|
|
763
|
+
Italo = "NTV",
|
|
764
|
+
AmadeusCarHire = "Amadeus Car Hire"
|
|
762
765
|
}
|
|
766
|
+
export declare const nonEnterpriseCarServices: ServiceProvider[];
|
|
763
767
|
export declare enum ResendConfirmationEmailOption {
|
|
764
768
|
Agent = "Agent",
|
|
765
769
|
LeadPassenger = "Lead Passenger"
|