@sabstravtech/obtservices 0.0.3 → 0.0.19020100
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/angular/fetchers.d.ts +1 -0
- package/angular/lib/vendor/classes/helpers.d.ts +6 -3
- package/angular/lib/vendor/fetchers/conferma-office.fetcher.d.ts +6 -0
- package/angular/lib/vendor/fetchers/search-irl-stations.fetcher.d.ts +7 -0
- package/angular/lib/vendor/services/search.service.d.ts +5 -3
- package/angular/lib/vendor/types/graphql.angular.types.d.ts +268 -6
- package/angular/obtservices.module.d.ts +1 -1
- package/angular/sabstravtech-obtservices-angular.d.ts +6 -5
- package/angular/sabstravtech-obtservices-angular.metadata.json +1 -1
- package/base/fetchers.d.ts +2 -0
- package/base/lib/vendor/classes/base-enterprise.d.ts +4 -0
- package/base/lib/vendor/classes/bookable-basket.d.ts +1 -1
- package/base/lib/vendor/classes/cabhire-enterprise-search.d.ts +6 -1
- package/base/lib/vendor/classes/carhire-enterprise-search.d.ts +2 -1
- package/base/lib/vendor/classes/eurostar-enterprise-search.d.ts +21 -5
- package/base/lib/vendor/classes/flight-enterprise-search.d.ts +22 -75
- package/base/lib/vendor/classes/helpers.d.ts +3 -0
- package/base/lib/vendor/classes/hotel-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/classes/irl-enterprise-search.d.ts +21 -10
- package/base/lib/vendor/classes/lounges-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/classes/parking-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/classes/rail-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/fetchers/conferma-office.fetcher.d.ts +20 -0
- package/base/lib/vendor/fetchers/irl-quote-fetcher.d.ts +1 -1
- package/base/lib/vendor/fetchers/search-irl-stations.fetcher.d.ts +20 -0
- package/base/lib/vendor/interfaces/Icabhire-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/interfaces/Ienterprise-basket.service.d.ts +1 -1
- package/base/lib/vendor/interfaces/Ieurostar-enterprise-search.d.ts +4 -35
- package/base/lib/vendor/interfaces/Iflight-enterprise-search.d.ts +4 -40
- package/base/lib/vendor/interfaces/Iirl-enterprise-search.d.ts +9 -2
- package/base/lib/vendor/interfaces/Isearch.service.d.ts +3 -1
- package/base/lib/vendor/interfaces/flight-filters.interface.d.ts +21 -25
- package/base/lib/vendor/interfaces/hotel-recent-search-args.interface.d.ts +23 -0
- package/base/lib/vendor/interfaces/value-display.d.ts +2 -2
- package/base/lib/vendor/models/traveller.object.d.ts +7 -0
- package/base/lib/vendor/services/enterprise-basket.service.d.ts +1 -1
- package/base/lib/vendor/services/search.service.d.ts +10 -3
- package/base/lib/vendor/types/graphql.types.d.ts +253 -6
- package/base/lib/vendor/types/types.d.ts +11 -2
- package/base/sabstravtech-obtservices-base.metadata.json +1 -1
- package/bundles/sabstravtech-obtservices-angular.umd.js +200 -64
- package/bundles/sabstravtech-obtservices-angular.umd.js.map +1 -1
- package/bundles/sabstravtech-obtservices-angular.umd.min.js +1 -1
- package/bundles/sabstravtech-obtservices-angular.umd.min.js.map +1 -1
- package/bundles/sabstravtech-obtservices-base.umd.js +1632 -1085
- package/bundles/sabstravtech-obtservices-base.umd.js.map +1 -1
- package/bundles/sabstravtech-obtservices-base.umd.min.js +2 -2
- package/bundles/sabstravtech-obtservices-base.umd.min.js.map +1 -1
- package/esm2015/angular/fetchers.js +2 -1
- package/esm2015/angular/lib/vendor/classes/helpers.js +25 -4
- package/esm2015/angular/lib/vendor/fetchers/conferma-office.fetcher.js +22 -0
- package/esm2015/angular/lib/vendor/fetchers/search-irl-stations.fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/services/search.service.js +35 -29
- package/esm2015/angular/lib/vendor/types/graphql.angular.types.js +174 -6
- package/esm2015/angular/obtservices.module.js +3 -3
- package/esm2015/angular/sabstravtech-obtservices-angular.js +7 -6
- package/esm2015/base/fetchers.js +3 -1
- package/esm2015/base/lib/vendor/classes/base-enterprise.js +49 -2
- package/esm2015/base/lib/vendor/classes/bookable-basket.js +2 -2
- package/esm2015/base/lib/vendor/classes/cabhire-enterprise-search.js +95 -15
- package/esm2015/base/lib/vendor/classes/carhire-enterprise-search.js +2 -1
- package/esm2015/base/lib/vendor/classes/eurostar-enterprise-search.js +262 -52
- package/esm2015/base/lib/vendor/classes/flight-enterprise-search.js +439 -713
- package/esm2015/base/lib/vendor/classes/helpers.js +239 -24
- package/esm2015/base/lib/vendor/classes/hotel-enterprise-search.js +74 -70
- package/esm2015/base/lib/vendor/classes/irl-enterprise-search.js +153 -118
- package/esm2015/base/lib/vendor/classes/lounges-enterprise-search.js +2 -1
- package/esm2015/base/lib/vendor/classes/management-info-and-valid.js +58 -1
- package/esm2015/base/lib/vendor/classes/parking-enterprise-search.js +6 -3
- package/esm2015/base/lib/vendor/classes/rail-enterprise-search.js +2 -1
- package/esm2015/base/lib/vendor/fetchers/conferma-office.fetcher.js +11 -0
- package/esm2015/base/lib/vendor/fetchers/irl-quote-fetcher.js +2 -2
- package/esm2015/base/lib/vendor/fetchers/search-irl-stations.fetcher.js +11 -0
- package/esm2015/base/lib/vendor/interfaces/Icabhire-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Ienterprise-basket.service.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Ieurostar-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Iflight-enterprise-search.js +43 -2
- package/esm2015/base/lib/vendor/interfaces/Iirl-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Isearch.service.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/flight-filters.interface.js +2 -1
- package/esm2015/base/lib/vendor/interfaces/hotel-recent-search-args.interface.js +2 -0
- package/esm2015/base/lib/vendor/interfaces/value-display.js +1 -1
- package/esm2015/base/lib/vendor/models/traveller.object.js +8 -1
- package/esm2015/base/lib/vendor/services/enterprise-basket.service.js +3 -2
- package/esm2015/base/lib/vendor/services/search.service.js +67 -12
- package/esm2015/base/lib/vendor/types/graphql.types.js +13 -2
- package/esm2015/base/lib/vendor/types/types.js +1 -1
- package/fesm2015/sabstravtech-obtservices-angular.js +238 -16
- package/fesm2015/sabstravtech-obtservices-angular.js.map +1 -1
- package/fesm2015/sabstravtech-obtservices-base.js +1561 -1045
- package/fesm2015/sabstravtech-obtservices-base.js.map +1 -1
- package/package.json +4 -4
|
@@ -113,6 +113,20 @@ export declare type Approver = {
|
|
|
113
113
|
active: FieldWrapper<Scalars['Boolean']>;
|
|
114
114
|
priority: FieldWrapper<Scalars['Int']>;
|
|
115
115
|
};
|
|
116
|
+
export declare type Association = {
|
|
117
|
+
__typename?: 'Association';
|
|
118
|
+
category?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
119
|
+
rid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
120
|
+
uid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
121
|
+
trainid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
122
|
+
sdd?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
123
|
+
origin?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
124
|
+
originCRS?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
125
|
+
originTiploc?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
126
|
+
destination?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
127
|
+
destCRS?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
128
|
+
destTiploc?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
129
|
+
};
|
|
116
130
|
export declare type BaggageAllowance = {
|
|
117
131
|
__typename?: 'BaggageAllowance';
|
|
118
132
|
type: FieldWrapper<BaggageType>;
|
|
@@ -832,6 +846,24 @@ export declare enum CurrencyCode {
|
|
|
832
846
|
Zmw = "ZMW",
|
|
833
847
|
Zwl = "ZWL"
|
|
834
848
|
}
|
|
849
|
+
export declare type DepartureBoardService = {
|
|
850
|
+
__typename?: 'DepartureBoardService';
|
|
851
|
+
rid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
852
|
+
uid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
853
|
+
trainid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
854
|
+
sdd?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
855
|
+
operator?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
856
|
+
operatorCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
857
|
+
std?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
858
|
+
etd?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
859
|
+
departureType?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
860
|
+
departureSource?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
861
|
+
platform?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
862
|
+
platformIsHidden: FieldWrapper<Scalars['Boolean']>;
|
|
863
|
+
origin?: Maybe<FieldWrapper<Location>>;
|
|
864
|
+
destination?: Maybe<FieldWrapper<Location>>;
|
|
865
|
+
subsequentLocations?: Maybe<Array<Maybe<FieldWrapper<SubsequentLocations>>>>;
|
|
866
|
+
};
|
|
835
867
|
export declare type DestinationEntry = {
|
|
836
868
|
orig: Scalars['String'];
|
|
837
869
|
dest: Scalars['String'];
|
|
@@ -926,9 +958,10 @@ export declare type FlightAmount = {
|
|
|
926
958
|
export declare enum FlightCabinClass {
|
|
927
959
|
Any = "Any",
|
|
928
960
|
LiteEconomy = "LiteEconomy",
|
|
961
|
+
Economy = "Economy",
|
|
929
962
|
EconomyRestricted = "EconomyRestricted",
|
|
930
963
|
EconomyNoBags = "EconomyNoBags",
|
|
931
|
-
|
|
964
|
+
EconomyFlexi = "EconomyFlexi",
|
|
932
965
|
PremiumEconomy = "PremiumEconomy",
|
|
933
966
|
Business = "Business",
|
|
934
967
|
PremiumBusiness = "PremiumBusiness",
|
|
@@ -1057,6 +1090,37 @@ export declare type FlightSearchResultV2 = {
|
|
|
1057
1090
|
results: FieldWrapper<FeFlightSearchResults>;
|
|
1058
1091
|
errors: Array<FieldWrapper<SearchError>>;
|
|
1059
1092
|
};
|
|
1093
|
+
export declare type FlightSeatMapAircraft = {
|
|
1094
|
+
__typename?: 'FlightSeatMapAircraft';
|
|
1095
|
+
carrier: FieldWrapper<Scalars['String']>;
|
|
1096
|
+
number: FieldWrapper<Scalars['String']>;
|
|
1097
|
+
type?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1098
|
+
};
|
|
1099
|
+
export declare type FlightSeatMapResponse = {
|
|
1100
|
+
__typename?: 'FlightSeatMapResponse';
|
|
1101
|
+
aircraft: FieldWrapper<FlightSeatMapAircraft>;
|
|
1102
|
+
seats: Array<FieldWrapper<FlightSeatMapSeats>>;
|
|
1103
|
+
source: FieldWrapper<Scalars['String']>;
|
|
1104
|
+
sourceId: FieldWrapper<Scalars['Int']>;
|
|
1105
|
+
};
|
|
1106
|
+
export declare type FlightSeatMapResult = {
|
|
1107
|
+
__typename?: 'FlightSeatMapResult';
|
|
1108
|
+
results: Array<FieldWrapper<FlightSeatMapResponse>>;
|
|
1109
|
+
errors: Array<FieldWrapper<SearchError>>;
|
|
1110
|
+
};
|
|
1111
|
+
export declare type FlightSeatMapSeatAttributes = {
|
|
1112
|
+
__typename?: 'FlightSeatMapSeatAttributes';
|
|
1113
|
+
code: FieldWrapper<Scalars['String']>;
|
|
1114
|
+
description: FieldWrapper<Scalars['String']>;
|
|
1115
|
+
};
|
|
1116
|
+
export declare type FlightSeatMapSeats = {
|
|
1117
|
+
__typename?: 'FlightSeatMapSeats';
|
|
1118
|
+
row: FieldWrapper<Scalars['String']>;
|
|
1119
|
+
column: FieldWrapper<Scalars['String']>;
|
|
1120
|
+
attributes: Array<FieldWrapper<FlightSeatMapSeatAttributes>>;
|
|
1121
|
+
price?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
1122
|
+
currency?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1123
|
+
};
|
|
1060
1124
|
export declare type FlightSpecialFareInfo = {
|
|
1061
1125
|
__typename?: 'FlightSpecialFareInfo';
|
|
1062
1126
|
title: FieldWrapper<Scalars['String']>;
|
|
@@ -1084,6 +1148,7 @@ export declare type HotelAddress = {
|
|
|
1084
1148
|
addressLine1?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1085
1149
|
addressLine2?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1086
1150
|
addressLine3?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1151
|
+
city?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1087
1152
|
postOrZipCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1088
1153
|
countryCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1089
1154
|
telephone?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -1136,6 +1201,7 @@ export declare type HotelItinerary = {
|
|
|
1136
1201
|
preferred: FieldWrapper<HotelPreferred>;
|
|
1137
1202
|
tags?: Maybe<Array<Maybe<FieldWrapper<HotelTag>>>>;
|
|
1138
1203
|
availableRates?: Maybe<FieldWrapper<HotelAvailability>>;
|
|
1204
|
+
stars?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
1139
1205
|
co2PerPassenger: FieldWrapper<Scalars['Float']>;
|
|
1140
1206
|
co2PerItem: FieldWrapper<Scalars['Float']>;
|
|
1141
1207
|
source: FieldWrapper<Scalars['String']>;
|
|
@@ -1420,6 +1486,37 @@ export declare type InputCarHireDepot = {
|
|
|
1420
1486
|
dropOffLocationCode?: Maybe<Scalars['String']>;
|
|
1421
1487
|
dropOffExtendedLocationCode?: Maybe<Scalars['String']>;
|
|
1422
1488
|
};
|
|
1489
|
+
export declare type InputFlightJourney = {
|
|
1490
|
+
fareInfo?: Maybe<Scalars['JSON']>;
|
|
1491
|
+
originAirport: Scalars['String'];
|
|
1492
|
+
originTerminal?: Maybe<Scalars['String']>;
|
|
1493
|
+
destinationAirport: Scalars['String'];
|
|
1494
|
+
destinationTerminal?: Maybe<Scalars['String']>;
|
|
1495
|
+
dateTimeDeparting: Scalars['String'];
|
|
1496
|
+
dateTimeDepartingUTC: Scalars['String'];
|
|
1497
|
+
dateTimeArriving: Scalars['String'];
|
|
1498
|
+
dateTimeArrivingUTC: Scalars['String'];
|
|
1499
|
+
marketingCarrier: Scalars['String'];
|
|
1500
|
+
marketingCarrierName?: Maybe<Scalars['String']>;
|
|
1501
|
+
marketingFlightNumber: Scalars['String'];
|
|
1502
|
+
operatingCarrier: Scalars['String'];
|
|
1503
|
+
operatingCarrierName?: Maybe<Scalars['String']>;
|
|
1504
|
+
operatingFlightNumber: Scalars['String'];
|
|
1505
|
+
equipmentCode: Scalars['String'];
|
|
1506
|
+
equipmentName: Scalars['String'];
|
|
1507
|
+
totalDuration: Scalars['Int'];
|
|
1508
|
+
seatsAvailable?: Maybe<Scalars['Int']>;
|
|
1509
|
+
cabinCode?: Maybe<Scalars['String']>;
|
|
1510
|
+
cabinClass?: Maybe<Scalars['String']>;
|
|
1511
|
+
marketingNames?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
1512
|
+
fareConditions: Scalars['JSON'];
|
|
1513
|
+
vendorCode?: Maybe<Scalars['String']>;
|
|
1514
|
+
stops?: Maybe<Scalars['String']>;
|
|
1515
|
+
bookingCode?: Maybe<Scalars['String']>;
|
|
1516
|
+
marriageGroup?: Maybe<Scalars['Boolean']>;
|
|
1517
|
+
fareBasisCode?: Maybe<Scalars['String']>;
|
|
1518
|
+
additional?: Maybe<Scalars['JSON']>;
|
|
1519
|
+
};
|
|
1423
1520
|
export declare type ItinerarySummary = {
|
|
1424
1521
|
__typename?: 'ItinerarySummary';
|
|
1425
1522
|
order: FieldWrapper<Scalars['Int']>;
|
|
@@ -1435,6 +1532,16 @@ export declare type Language = {
|
|
|
1435
1532
|
name: FieldWrapper<Scalars['String']>;
|
|
1436
1533
|
isoCode: FieldWrapper<Scalars['String']>;
|
|
1437
1534
|
};
|
|
1535
|
+
export declare type LiveDepBoardResult = {
|
|
1536
|
+
__typename?: 'LiveDepBoardResult';
|
|
1537
|
+
services?: Maybe<Array<Maybe<FieldWrapper<DepartureBoardService>>>>;
|
|
1538
|
+
};
|
|
1539
|
+
export declare type Location = {
|
|
1540
|
+
__typename?: 'Location';
|
|
1541
|
+
locationName?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1542
|
+
tiploc?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1543
|
+
crs?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1544
|
+
};
|
|
1438
1545
|
export declare type LocationDetail = {
|
|
1439
1546
|
__typename?: 'LocationDetail';
|
|
1440
1547
|
continent?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -1561,6 +1668,7 @@ export declare type MatchingFlights = {
|
|
|
1561
1668
|
LiteEconomy?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
1562
1669
|
EconomyRestricted?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
1563
1670
|
EconomyNoBags?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
1671
|
+
EconomyFlexi?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
1564
1672
|
Economy?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
1565
1673
|
PremiumEconomy?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
1566
1674
|
Business?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
@@ -1576,7 +1684,20 @@ export declare type Message = {
|
|
|
1576
1684
|
config: FieldWrapper<Scalars['JSON']>;
|
|
1577
1685
|
target: FieldWrapper<Scalars['String']>;
|
|
1578
1686
|
key: FieldWrapper<Scalars['String']>;
|
|
1579
|
-
|
|
1687
|
+
displayTarget: FieldWrapper<MessageTarget>;
|
|
1688
|
+
agentOnly: FieldWrapper<Scalars['Boolean']>;
|
|
1689
|
+
clickToConfirm: FieldWrapper<Scalars['Boolean']>;
|
|
1690
|
+
validFrom?: Maybe<FieldWrapper<Scalars['DateTime']>>;
|
|
1691
|
+
validTo?: Maybe<FieldWrapper<Scalars['DateTime']>>;
|
|
1692
|
+
};
|
|
1693
|
+
export declare enum MessageTarget {
|
|
1694
|
+
Login = "LOGIN",
|
|
1695
|
+
SearchForm = "SEARCH_FORM",
|
|
1696
|
+
Results = "RESULTS",
|
|
1697
|
+
MiForm = "MI_FORM",
|
|
1698
|
+
BasketBeforeConfirm = "BASKET_BEFORE_CONFIRM",
|
|
1699
|
+
Dashboard = "DASHBOARD"
|
|
1700
|
+
}
|
|
1580
1701
|
export declare type Mutation = {
|
|
1581
1702
|
__typename?: 'Mutation';
|
|
1582
1703
|
saveUserAddress: FieldWrapper<Address>;
|
|
@@ -1602,6 +1723,7 @@ export declare type Mutation = {
|
|
|
1602
1723
|
setBasketItemMIGroup: FieldWrapper<Basket>;
|
|
1603
1724
|
setMIDefaultValue: FieldWrapper<Scalars['Boolean']>;
|
|
1604
1725
|
setBasketItemMIValue: FieldWrapper<Basket>;
|
|
1726
|
+
confirmMessage: FieldWrapper<Scalars['Boolean']>;
|
|
1605
1727
|
setBasketItemPaymentMethod: FieldWrapper<Basket>;
|
|
1606
1728
|
revalidateBasket: FieldWrapper<Basket>;
|
|
1607
1729
|
revalidateBasketItem: FieldWrapper<Basket>;
|
|
@@ -1719,6 +1841,9 @@ export declare type MutationSetBasketItemMiValueArgs = {
|
|
|
1719
1841
|
miFreeValue?: Maybe<Scalars['String']>;
|
|
1720
1842
|
user?: Maybe<Scalars['ID']>;
|
|
1721
1843
|
};
|
|
1844
|
+
export declare type MutationConfirmMessageArgs = {
|
|
1845
|
+
message: Scalars['String'];
|
|
1846
|
+
};
|
|
1722
1847
|
export declare type MutationSetBasketItemPaymentMethodArgs = {
|
|
1723
1848
|
basketItem: Scalars['ID'];
|
|
1724
1849
|
paymentMethod: Scalars['ID'];
|
|
@@ -1951,6 +2076,7 @@ export declare type Query = {
|
|
|
1951
2076
|
getIRLSupplierStation?: Maybe<FieldWrapper<IrlSupplierStation>>;
|
|
1952
2077
|
searchIRLSupplierStations: Array<FieldWrapper<IrlSupplierStation>>;
|
|
1953
2078
|
searchIRL: FieldWrapper<IrlSearchResult>;
|
|
2079
|
+
getRailLiveDepartures: FieldWrapper<LiveDepBoardResult>;
|
|
1954
2080
|
searchLounges: FieldWrapper<LoungeSearchResult>;
|
|
1955
2081
|
getUserMIAutoSuggestValues: Array<FieldWrapper<ManagementInfoValue>>;
|
|
1956
2082
|
validateUserMIFreeValue: FieldWrapper<Scalars['Boolean']>;
|
|
@@ -1958,6 +2084,7 @@ export declare type Query = {
|
|
|
1958
2084
|
getUserMessages: Array<FieldWrapper<Message>>;
|
|
1959
2085
|
getUserCompanyOffices: Array<FieldWrapper<Office>>;
|
|
1960
2086
|
searchParking: FieldWrapper<ParkingSearchResult>;
|
|
2087
|
+
getBasketItemPaymentSupplmentaryInfoSchema: FieldWrapper<Scalars['JSON']>;
|
|
1961
2088
|
getUserPhoneNumbers: Array<FieldWrapper<PhoneNumber>>;
|
|
1962
2089
|
getPostcodeDetails: FieldWrapper<PostcodeDetails>;
|
|
1963
2090
|
postcodeAutoSuggest: Array<FieldWrapper<Scalars['String']>>;
|
|
@@ -1971,6 +2098,7 @@ export declare type Query = {
|
|
|
1971
2098
|
getUserTravelRules: FieldWrapper<TravelRulesCollection>;
|
|
1972
2099
|
getUserRecentSearches: Array<FieldWrapper<Search>>;
|
|
1973
2100
|
getUserFavouriteSearches: Array<FieldWrapper<Search>>;
|
|
2101
|
+
getFlightSeatMap: FieldWrapper<FlightSeatMapResult>;
|
|
1974
2102
|
getUserServices: Array<FieldWrapper<Service>>;
|
|
1975
2103
|
getUserUIConfigs: FieldWrapper<UiConfigCollection>;
|
|
1976
2104
|
getUser: FieldWrapper<User>;
|
|
@@ -2197,7 +2325,7 @@ export declare type QueryGetIrlSupplierStationArgs = {
|
|
|
2197
2325
|
};
|
|
2198
2326
|
export declare type QuerySearchIrlSupplierStationsArgs = {
|
|
2199
2327
|
query: Scalars['String'];
|
|
2200
|
-
supplier
|
|
2328
|
+
supplier?: Maybe<IrlSupplier>;
|
|
2201
2329
|
};
|
|
2202
2330
|
export declare type QuerySearchIrlArgs = {
|
|
2203
2331
|
supplier: IrlSupplier;
|
|
@@ -2211,6 +2339,9 @@ export declare type QuerySearchIrlArgs = {
|
|
|
2211
2339
|
children?: Maybe<Scalars['Int']>;
|
|
2212
2340
|
returnDepartureDateTime?: Maybe<Scalars['DateTime']>;
|
|
2213
2341
|
};
|
|
2342
|
+
export declare type QueryGetRailLiveDeparturesArgs = {
|
|
2343
|
+
stationCode: Scalars['String'];
|
|
2344
|
+
};
|
|
2214
2345
|
export declare type QuerySearchLoungesArgs = {
|
|
2215
2346
|
locationCode: Scalars['String'];
|
|
2216
2347
|
arrivalDatetime: Scalars['DateTime'];
|
|
@@ -2231,7 +2362,8 @@ export declare type QueryValidateBasketItemMiArgs = {
|
|
|
2231
2362
|
basketItem: Scalars['ID'];
|
|
2232
2363
|
};
|
|
2233
2364
|
export declare type QueryGetUserMessagesArgs = {
|
|
2234
|
-
|
|
2365
|
+
environment?: Maybe<Scalars['String']>;
|
|
2366
|
+
displayTarget?: Maybe<Scalars['String']>;
|
|
2235
2367
|
};
|
|
2236
2368
|
export declare type QuerySearchParkingArgs = {
|
|
2237
2369
|
arrivalDatetime: Scalars['DateTime'];
|
|
@@ -2246,6 +2378,9 @@ export declare type QuerySearchParkingArgs = {
|
|
|
2246
2378
|
carParkedForYou?: Maybe<Scalars['Boolean']>;
|
|
2247
2379
|
terminal?: Maybe<Scalars['String']>;
|
|
2248
2380
|
};
|
|
2381
|
+
export declare type QueryGetBasketItemPaymentSupplmentaryInfoSchemaArgs = {
|
|
2382
|
+
basketItem: Scalars['ID'];
|
|
2383
|
+
};
|
|
2249
2384
|
export declare type QueryGetPostcodeDetailsArgs = {
|
|
2250
2385
|
postcode: Scalars['String'];
|
|
2251
2386
|
};
|
|
@@ -2298,6 +2433,9 @@ export declare type QueryGetUserRecentSearchesArgs = {
|
|
|
2298
2433
|
export declare type QueryGetUserFavouriteSearchesArgs = {
|
|
2299
2434
|
serviceType?: Maybe<ServiceType>;
|
|
2300
2435
|
};
|
|
2436
|
+
export declare type QueryGetFlightSeatMapArgs = {
|
|
2437
|
+
flight: InputFlightJourney;
|
|
2438
|
+
};
|
|
2301
2439
|
export declare type QueryGetUserUiConfigsArgs = {
|
|
2302
2440
|
target?: Maybe<Scalars['String']>;
|
|
2303
2441
|
};
|
|
@@ -2645,7 +2783,7 @@ export declare type SupplementaryBookingInfo = {
|
|
|
2645
2783
|
address?: Maybe<BookingAddress>;
|
|
2646
2784
|
phoneNumber?: Maybe<BookingPhoneNumber>;
|
|
2647
2785
|
supplementaryInfo: Scalars['JSON'];
|
|
2648
|
-
paymentMethodDetails
|
|
2786
|
+
paymentMethodDetails?: Maybe<Scalars['JSON']>;
|
|
2649
2787
|
};
|
|
2650
2788
|
export declare type Tmc = {
|
|
2651
2789
|
__typename?: 'TMC';
|
|
@@ -2709,6 +2847,7 @@ export declare enum UiConfigTarget {
|
|
|
2709
2847
|
export declare enum UiPresentation {
|
|
2710
2848
|
FreeText = "FREE_TEXT",
|
|
2711
2849
|
AutoSuggest = "AUTO_SUGGEST",
|
|
2850
|
+
Dropdown = "DROPDOWN",
|
|
2712
2851
|
Hidden = "HIDDEN"
|
|
2713
2852
|
}
|
|
2714
2853
|
export declare type User = {
|
|
@@ -2761,6 +2900,23 @@ export declare type UserPassengerTypeInput = {
|
|
|
2761
2900
|
id: Scalars['ID'];
|
|
2762
2901
|
passengerType: PassengerType;
|
|
2763
2902
|
};
|
|
2903
|
+
export declare type SubsequentLocations = {
|
|
2904
|
+
__typename?: 'subsequentLocations';
|
|
2905
|
+
locationName?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2906
|
+
tiploc?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2907
|
+
crs?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2908
|
+
platform?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2909
|
+
platformIsHidden?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2910
|
+
sta?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2911
|
+
eta?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2912
|
+
arrivalType?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2913
|
+
arrivalSource?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2914
|
+
std?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2915
|
+
etd?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2916
|
+
departureType?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2917
|
+
departureSource?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2918
|
+
associations?: Maybe<Array<Maybe<FieldWrapper<Association>>>>;
|
|
2919
|
+
};
|
|
2764
2920
|
export declare type AcceptNewPriceMutationVariables = Exact<{
|
|
2765
2921
|
id: Scalars['ID'];
|
|
2766
2922
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
@@ -3111,7 +3267,7 @@ export declare type GroupedFieldsFragment = ({
|
|
|
3111
3267
|
} & Pick<GroupFlights, 'referenceID' | 'flightID' | 'boundIndicator' | 'minPrice' | 'maxPrice'> & {
|
|
3112
3268
|
flights: ({
|
|
3113
3269
|
__typename?: 'MatchingFlights';
|
|
3114
|
-
} & Pick<MatchingFlights, '
|
|
3270
|
+
} & Pick<MatchingFlights, 'EconomyRestricted' | 'EconomyNoBags' | 'EconomyFlexi' | 'PremiumEconomy' | 'Business' | 'First'>);
|
|
3115
3271
|
});
|
|
3116
3272
|
export declare type SearchFlightsV2QueryVariables = Exact<{
|
|
3117
3273
|
passengers: Array<FlightPassengerObject> | FlightPassengerObject;
|
|
@@ -3391,6 +3547,34 @@ export declare type GetCarHireDepotsQuery = ({
|
|
|
3391
3547
|
__typename?: 'CarHireDepot';
|
|
3392
3548
|
} & Pick<CarHireDepot, 'countryCode' | 'locationCode' | 'extendedLocationCode' | 'vendorCode' | 'latitude' | 'longitude' | 'vendor' | 'addressLines' | 'cityName'>)>;
|
|
3393
3549
|
});
|
|
3550
|
+
export declare type GetConfermaOfficeQueryVariables = Exact<{
|
|
3551
|
+
officeId: Scalars['Int'];
|
|
3552
|
+
}>;
|
|
3553
|
+
export declare type GetConfermaOfficeQuery = ({
|
|
3554
|
+
__typename?: 'Query';
|
|
3555
|
+
} & {
|
|
3556
|
+
getConfermaOffice: ({
|
|
3557
|
+
__typename?: 'ConfermaOfficeResult';
|
|
3558
|
+
} & {
|
|
3559
|
+
results?: Maybe<({
|
|
3560
|
+
__typename?: 'ConfermaOfficeInfo';
|
|
3561
|
+
} & Pick<ConfermaOfficeInfo, 'id' | 'name' | 'closestAirport' | 'closestTrainStation' | 'longitude' | 'latitude'> & {
|
|
3562
|
+
address?: Maybe<({
|
|
3563
|
+
__typename?: 'ConfermaOfficeAddress';
|
|
3564
|
+
} & Pick<ConfermaOfficeAddress, 'addressName' | 'addressLine1' | 'addressLine2' | 'addressLine3' | 'postalCode' | 'city' | 'countryCode' | 'countryName' | 'telephoneNumber' | 'facsimileNumber' | 'emailAddress' | 'stateProvince' | 'mobileNumber'>)>;
|
|
3565
|
+
closestHotels?: Maybe<Array<Maybe<({
|
|
3566
|
+
__typename?: 'ConfermaOfficeHotels';
|
|
3567
|
+
} & Pick<ConfermaOfficeHotels, 'hotelId' | 'hotelName' | 'isPreferred'>)>>>;
|
|
3568
|
+
})>;
|
|
3569
|
+
errors: Array<({
|
|
3570
|
+
__typename?: 'SearchError';
|
|
3571
|
+
} & Pick<SearchError, 'errorMessage' | 'errorCode'> & {
|
|
3572
|
+
service: ({
|
|
3573
|
+
__typename?: 'Service';
|
|
3574
|
+
} & Pick<Service, 'id' | 'type' | 'name' | 'description' | 'supplierUrl' | 'active' | 'apiEndpointUrl' | 'basketItemTtl' | 'cancellable' | 'amendable' | 'detailSchema' | 'searchQuerySchema'>);
|
|
3575
|
+
})>;
|
|
3576
|
+
});
|
|
3577
|
+
});
|
|
3394
3578
|
export declare type GetConfermaOfficeNamesQueryVariables = Exact<{
|
|
3395
3579
|
[key: string]: never;
|
|
3396
3580
|
}>;
|
|
@@ -3470,6 +3654,26 @@ export declare type GetConfermaQuicklistQuery = ({
|
|
|
3470
3654
|
} & ErrorsFragment)>;
|
|
3471
3655
|
});
|
|
3472
3656
|
});
|
|
3657
|
+
export declare type GetIrlSupplierStationQueryVariables = Exact<{
|
|
3658
|
+
id?: Maybe<Scalars['ID']>;
|
|
3659
|
+
supplier?: Maybe<IrlSupplier>;
|
|
3660
|
+
code?: Maybe<Scalars['String']>;
|
|
3661
|
+
}>;
|
|
3662
|
+
export declare type GetIrlSupplierStationQuery = ({
|
|
3663
|
+
__typename?: 'Query';
|
|
3664
|
+
} & {
|
|
3665
|
+
getIRLSupplierStation?: Maybe<({
|
|
3666
|
+
__typename?: 'IRLSupplierStation';
|
|
3667
|
+
} & Pick<IrlSupplierStation, 'id' | 'name' | 'supplier' | 'stationCode' | 'nlcCode' | 'trainlineCode' | 'trainlineUniqueCode'> & {
|
|
3668
|
+
locationDetails?: Maybe<({
|
|
3669
|
+
__typename?: 'LocationDetail';
|
|
3670
|
+
} & Pick<LocationDetail, 'continent' | 'country' | 'countryCode' | 'state' | 'city' | 'postcode' | 'road' | 'gridReference' | 'northing' | 'easting'> & {
|
|
3671
|
+
coordinates?: Maybe<({
|
|
3672
|
+
__typename?: 'GeoCoordinates';
|
|
3673
|
+
} & Pick<GeoCoordinates, 'latitude' | 'longitude' | 'altitude'>)>;
|
|
3674
|
+
})>;
|
|
3675
|
+
})>;
|
|
3676
|
+
});
|
|
3473
3677
|
export declare type GetRailStationQueryVariables = Exact<{
|
|
3474
3678
|
id?: Maybe<Scalars['ID']>;
|
|
3475
3679
|
code?: Maybe<Scalars['String']>;
|
|
@@ -4659,6 +4863,25 @@ export declare type SearchIrlQuery = ({
|
|
|
4659
4863
|
} & ErrorsFragment)>;
|
|
4660
4864
|
});
|
|
4661
4865
|
});
|
|
4866
|
+
export declare type SearchIrlSupplierStationsQueryVariables = Exact<{
|
|
4867
|
+
query: Scalars['String'];
|
|
4868
|
+
supplier?: Maybe<IrlSupplier>;
|
|
4869
|
+
}>;
|
|
4870
|
+
export declare type SearchIrlSupplierStationsQuery = ({
|
|
4871
|
+
__typename?: 'Query';
|
|
4872
|
+
} & {
|
|
4873
|
+
searchIRLSupplierStations: Array<({
|
|
4874
|
+
__typename?: 'IRLSupplierStation';
|
|
4875
|
+
} & Pick<IrlSupplierStation, 'id' | 'name' | 'supplier' | 'stationCode' | 'nlcCode' | 'trainlineCode' | 'trainlineUniqueCode'> & {
|
|
4876
|
+
locationDetails?: Maybe<({
|
|
4877
|
+
__typename?: 'LocationDetail';
|
|
4878
|
+
} & Pick<LocationDetail, 'continent' | 'country' | 'countryCode' | 'state' | 'city' | 'postcode' | 'road' | 'gridReference' | 'northing' | 'easting'> & {
|
|
4879
|
+
coordinates?: Maybe<({
|
|
4880
|
+
__typename?: 'GeoCoordinates';
|
|
4881
|
+
} & Pick<GeoCoordinates, 'latitude' | 'longitude' | 'altitude'>)>;
|
|
4882
|
+
})>;
|
|
4883
|
+
})>;
|
|
4884
|
+
});
|
|
4662
4885
|
export declare type SearchPostcodesQueryVariables = Exact<{
|
|
4663
4886
|
postcode: Scalars['String'];
|
|
4664
4887
|
}>;
|
|
@@ -5095,6 +5318,16 @@ export declare namespace GetCarHireDepots {
|
|
|
5095
5318
|
type Query = GetCarHireDepotsQuery;
|
|
5096
5319
|
type GetCarHireDepots = GetCarHireDepotsQuery['getCarHireDepots'][number];
|
|
5097
5320
|
}
|
|
5321
|
+
export declare namespace GetConfermaOffice {
|
|
5322
|
+
type Variables = GetConfermaOfficeQueryVariables;
|
|
5323
|
+
type Query = GetConfermaOfficeQuery;
|
|
5324
|
+
type GetConfermaOffice = GetConfermaOfficeQuery['getConfermaOffice'];
|
|
5325
|
+
type Results = GetConfermaOfficeQuery['getConfermaOffice']['results'];
|
|
5326
|
+
type Address = GetConfermaOfficeQuery['getConfermaOffice']['results']['address'];
|
|
5327
|
+
type ClosestHotels = GetConfermaOfficeQuery['getConfermaOffice']['results']['closestHotels'][number];
|
|
5328
|
+
type Errors = GetConfermaOfficeQuery['getConfermaOffice']['errors'][number];
|
|
5329
|
+
type Service = GetConfermaOfficeQuery['getConfermaOffice']['errors'][number]['service'];
|
|
5330
|
+
}
|
|
5098
5331
|
export declare namespace GetConfermaOfficeNames {
|
|
5099
5332
|
type Variables = GetConfermaOfficeNamesQueryVariables;
|
|
5100
5333
|
type Query = GetConfermaOfficeNamesQuery;
|
|
@@ -5123,6 +5356,13 @@ export declare namespace GetConfermaQuicklist {
|
|
|
5123
5356
|
type PaymentTypes = GetConfermaQuicklistQuery['getConfermaQuicklist']['results'][number]['availableRates']['rooms'][number]['paymentTypes'][number];
|
|
5124
5357
|
type Errors = GetConfermaQuicklistQuery['getConfermaQuicklist']['errors'][number];
|
|
5125
5358
|
}
|
|
5359
|
+
export declare namespace GetIrlSupplierStation {
|
|
5360
|
+
type Variables = GetIrlSupplierStationQueryVariables;
|
|
5361
|
+
type Query = GetIrlSupplierStationQuery;
|
|
5362
|
+
type GetIrlSupplierStation = GetIrlSupplierStationQuery['getIRLSupplierStation'];
|
|
5363
|
+
type LocationDetails = GetIrlSupplierStationQuery['getIRLSupplierStation']['locationDetails'];
|
|
5364
|
+
type Coordinates = GetIrlSupplierStationQuery['getIRLSupplierStation']['locationDetails']['coordinates'];
|
|
5365
|
+
}
|
|
5126
5366
|
export declare namespace GetRailStation {
|
|
5127
5367
|
type Variables = GetRailStationQueryVariables;
|
|
5128
5368
|
type Query = GetRailStationQuery;
|
|
@@ -5499,6 +5739,13 @@ export declare namespace SearchIrl {
|
|
|
5499
5739
|
type _PlusBus = SearchIrlQuery['searchIRL']['results'][number]['return'][number]['plusBus'];
|
|
5500
5740
|
type Errors = SearchIrlQuery['searchIRL']['errors'][number];
|
|
5501
5741
|
}
|
|
5742
|
+
export declare namespace SearchIrlSupplierStations {
|
|
5743
|
+
type Variables = SearchIrlSupplierStationsQueryVariables;
|
|
5744
|
+
type Query = SearchIrlSupplierStationsQuery;
|
|
5745
|
+
type SearchIrlSupplierStations = SearchIrlSupplierStationsQuery['searchIRLSupplierStations'][number];
|
|
5746
|
+
type LocationDetails = SearchIrlSupplierStationsQuery['searchIRLSupplierStations'][number]['locationDetails'];
|
|
5747
|
+
type Coordinates = SearchIrlSupplierStationsQuery['searchIRLSupplierStations'][number]['locationDetails']['coordinates'];
|
|
5748
|
+
}
|
|
5502
5749
|
export declare namespace SearchPostcodes {
|
|
5503
5750
|
type Variables = SearchPostcodesQueryVariables;
|
|
5504
5751
|
type Query = SearchPostcodesQuery;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SearchIrl, SearchEurostar, GetMultipleHotelsAvailability, GetUser, GetUserBasket, GetUserBaskets, GetUserMessagesQuery, GetUserMiAutoSuggestValues, GetUserServicesQuery, GetUserUiConfigsQuery, Query, HotelRoom, SaveUserAddressMutation, SearchAirports, SearchCabHire, SearchCarHire, SearchCitiesQuery, SearchFlightsV2, SearchHotels, SearchLounges, SearchParking, SearchPostcodesQuery, SearchRail, SearchRailStationsQuery, SearchUserCanBookFor, SendBasketForApprovalMutation, CarHireDepotResult, Address, Office, GetRiskAlertsQuery, FlightCabinClass, FlightItinerary, FlightFareTotal, SearchAirlines, FlightJourney, HotelItinerary, SearchError, GetUserRecentSearches, ServiceType, SearchConfermaCities, SaveRecentSearchMutation } from './graphql.types';
|
|
1
|
+
import { SearchIrl, SearchEurostar, GetMultipleHotelsAvailability, GetUser, GetUserBasket, GetUserBaskets, GetUserMessagesQuery, GetUserMiAutoSuggestValues, GetUserServicesQuery, GetUserUiConfigsQuery, Query, HotelRoom, SaveUserAddressMutation, SearchAirports, SearchCabHire, SearchCarHire, SearchCitiesQuery, SearchFlightsV2, SearchHotels, SearchLounges, SearchParking, SearchPostcodesQuery, SearchRail, SearchRailStationsQuery, SearchIrlSupplierStationsQuery, SearchUserCanBookFor, SendBasketForApprovalMutation, CarHireDepotResult, Address, Office, GetRiskAlertsQuery, FlightCabinClass, FlightItinerary, FlightFareTotal, SearchAirlines, FlightJourney, HotelItinerary, SearchError, GetUserRecentSearches, ServiceType, SearchConfermaCities, SaveRecentSearchMutation } from './graphql.types';
|
|
2
2
|
export declare type HotelSearchResultArray = {
|
|
3
3
|
results?: HotelItinerary[];
|
|
4
4
|
errors?: SearchError[];
|
|
@@ -196,6 +196,7 @@ export declare type CurrencyDetails = {
|
|
|
196
196
|
};
|
|
197
197
|
};
|
|
198
198
|
export declare type FlightAllQuoteResult = SearchFlightsV2.Query['searchFlightsV2']['results'] & {
|
|
199
|
+
type: 'FlightAllQuoteResult';
|
|
199
200
|
journeys: FlightItineraryWithSelected;
|
|
200
201
|
};
|
|
201
202
|
export declare type FlightItineraryWithSelected = FlightItinerary & {
|
|
@@ -215,12 +216,13 @@ export declare enum FlightDirectionEnum {
|
|
|
215
216
|
Inbound = 0
|
|
216
217
|
}
|
|
217
218
|
export interface FlightGroupedQuoteResult {
|
|
219
|
+
type: 'FlightGroupedQuoteResult';
|
|
218
220
|
inlegs: FlightJourney[];
|
|
219
221
|
outlegs: FlightJourney[];
|
|
220
222
|
classes: {
|
|
221
223
|
[FlightCabinClass.EconomyNoBags]: FlightItineraryClass;
|
|
222
224
|
[FlightCabinClass.EconomyRestricted]: FlightItineraryClass;
|
|
223
|
-
[FlightCabinClass.
|
|
225
|
+
[FlightCabinClass.EconomyFlexi]: FlightItineraryClass;
|
|
224
226
|
[FlightCabinClass.Business]: FlightItineraryClass;
|
|
225
227
|
[FlightCabinClass.First]: FlightItineraryClass;
|
|
226
228
|
[FlightCabinClass.PremiumEconomy]: FlightItineraryClass;
|
|
@@ -243,6 +245,10 @@ export interface FlightGroupedQuoteResult {
|
|
|
243
245
|
operatorFull: string;
|
|
244
246
|
inboundFlightNumber: string;
|
|
245
247
|
isReturn: boolean;
|
|
248
|
+
minPrice: number;
|
|
249
|
+
maxPrice: number;
|
|
250
|
+
co2PerItem: number;
|
|
251
|
+
co2PerPassenger: number;
|
|
246
252
|
}
|
|
247
253
|
export declare type EurostarFare = {
|
|
248
254
|
class: string;
|
|
@@ -348,6 +354,8 @@ export declare type SearchHotelChainsResult = string;
|
|
|
348
354
|
export declare type SearchHotelChainsResultArray = SearchHotelChainsResult[];
|
|
349
355
|
export declare type SearchRailStationsResultArray = SearchRailStationsQuery['searchRailStations'];
|
|
350
356
|
export declare type SearchRailStationsResult = Unpacked<SearchRailStationsResultArray>;
|
|
357
|
+
export declare type SearchIrlStationsResultArray = SearchIrlSupplierStationsQuery['searchIRLSupplierStations'];
|
|
358
|
+
export declare type SearchIrlStationsResult = Unpacked<SearchIrlStationsResultArray>;
|
|
351
359
|
export declare type SearchUserCanBookForResult = SearchUserCanBookFor.Query['searchUserCanBookFor'];
|
|
352
360
|
export declare type GetUserResult = GetUser.Query['getUser'];
|
|
353
361
|
export declare type GetUserAddressResultArray = GetUserResult['addresses'];
|
|
@@ -381,6 +389,7 @@ export interface ParkingFiltersInterface {
|
|
|
381
389
|
carParkedForYou: string;
|
|
382
390
|
}
|
|
383
391
|
export declare type ConfermaOfficeNameResult = Query['getConfermaOfficeNames'];
|
|
392
|
+
export declare type ConfermaOfficeResult = Query['getConfermaOffice'];
|
|
384
393
|
export declare type ConfermaQuicklistResult = Query['getConfermaQuicklist'];
|
|
385
394
|
export interface KeyValue<K, V> {
|
|
386
395
|
key: K;
|