@sabstravtech/obtservices 0.0.19010300 → 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 +1 -1
package/angular/fetchers.d.ts
CHANGED
|
@@ -30,3 +30,4 @@ export * from './lib/vendor/fetchers/conferma-office-names.fetcher';
|
|
|
30
30
|
export * from './lib/vendor/fetchers/carhire-availability-detail.fetcher';
|
|
31
31
|
export * from './lib/vendor/fetchers/get-rail-cards.fetcher';
|
|
32
32
|
export * from './lib/vendor/fetchers/eurostar-quote.fetcher';
|
|
33
|
+
export * from './lib/vendor/fetchers/search-irl-stations.fetcher';
|
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
import { BaseHelperRoutines, SupplementaryBookingInfoInterface } from '@sabstravtech/obtservices/base';
|
|
2
2
|
import { AbstractControl, FormGroup, ValidatorFn } from '@angular/forms';
|
|
3
|
+
import { BasketItem } from '../types/graphql.angular.types';
|
|
4
|
+
declare type KeyedAbstractControl = {
|
|
5
|
+
[key: string]: AbstractControl;
|
|
6
|
+
};
|
|
3
7
|
export declare class HelperRoutines extends BaseHelperRoutines {
|
|
4
8
|
/**
|
|
5
9
|
* @description - create a reactive form for the supplemental details
|
|
6
10
|
* @param suppInfoArray
|
|
7
11
|
* @returns
|
|
8
12
|
*/
|
|
9
|
-
makeItemGroups(suppInfoArray: SupplementaryBookingInfoInterface[], checkPhoneNumberValidator: ValidatorFn):
|
|
10
|
-
[key: string]: AbstractControl;
|
|
11
|
-
};
|
|
13
|
+
makeItemGroups(suppInfoArray: SupplementaryBookingInfoInterface[], checkPhoneNumberValidator: ValidatorFn, basketItems: BasketItem[]): KeyedAbstractControl;
|
|
12
14
|
addAddressGroup(): FormGroup;
|
|
13
15
|
addPhoneNumberGroup(checkPhoneNumberValidator: ValidatorFn): FormGroup;
|
|
14
16
|
makeSchema(data: any): FormGroup;
|
|
15
17
|
}
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { BaseConfermaOfficeFetcher } from '@sabstravtech/obtservices/base';
|
|
2
|
+
import { ModalOpenerService } from '../services/modal-opener.service';
|
|
3
|
+
import { GetConfermaOfficeGQL } from '../types/graphql.angular.types';
|
|
4
|
+
export declare class ConfermaOfficeFetcher extends BaseConfermaOfficeFetcher<GetConfermaOfficeGQL> {
|
|
5
|
+
constructor(ConfermaOfficeGQL: GetConfermaOfficeGQL, modalService: ModalOpenerService);
|
|
6
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BaseSearchIrlStationsFetcher } from '@sabstravtech/obtservices/base';
|
|
2
|
+
import { ModalOpenerService } from '../services/modal-opener.service';
|
|
3
|
+
import { HelperRoutines } from '../classes/helpers';
|
|
4
|
+
import { SearchIrlSupplierStationsGQL } from '../types/graphql.angular.types';
|
|
5
|
+
export declare class SearchIrlStationsFetcher extends BaseSearchIrlStationsFetcher<SearchIrlSupplierStationsGQL> {
|
|
6
|
+
constructor(gql: SearchIrlSupplierStationsGQL, helpers: HelperRoutines, modalService: ModalOpenerService);
|
|
7
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { UserService } from './user.service';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { GetRailStationFetcher } from '../fetchers/get-rail-station.fetcher';
|
|
4
|
+
import { SearchIrlStationsFetcher } from '../fetchers/search-irl-stations.fetcher';
|
|
4
5
|
import { GetRiskAlertsFetcher } from '../fetchers/get-risk-alerts.fetcher';
|
|
5
6
|
import { CarHireAvailabilityDetailFetcher } from '../fetchers/carhire-availability-detail.fetcher';
|
|
6
7
|
import { SearchAirportsFetcher } from '../fetchers/search-airports-fetcher';
|
|
@@ -28,12 +29,13 @@ import { GetUserCompanyOfficesFetcher } from '../fetchers/get-user-company-offic
|
|
|
28
29
|
import { SearchHotelChainsFetcher } from '../fetchers/search-hotel-chains.fetcher';
|
|
29
30
|
import { IsPostcodeValidValueTester } from '../testers/postcode-validate.tester';
|
|
30
31
|
import { ConfermaOfficeNamesFetcher } from '../fetchers/conferma-office-names.fetcher';
|
|
32
|
+
import { ConfermaOfficeFetcher } from '../fetchers/conferma-office.fetcher';
|
|
31
33
|
import { GetRailCardsFetcher } from '../fetchers/get-rail-cards.fetcher';
|
|
32
34
|
import { EurostarQuoteFetcher } from '../fetchers/eurostar-quote.fetcher';
|
|
33
35
|
import { DeleteUserAddressUpdater } from '../updaters/remove-user-address.updater';
|
|
34
36
|
import { DeleteRecentSearchUpdater } from '../updaters/remove-recent-search.updater';
|
|
35
37
|
import { SaveRecentSearchUpdater } from '../updaters/save-recent-search.updater';
|
|
36
|
-
import { GetCarHireDepotsGQL, GetMultipleHotelsAvailabilityGQL, GetUserCompanyOfficesGQL, GetRailStationGQL, IsPostcodeValidGQL, SaveUserAddressGQL, SearchAirlinesGQL, SearchAirportsGQL, SearchCabHireGQL, SearchCarHireGQL, SearchCitiesGQL, SearchConfermaCitiesGQL, SearchFlightsV2GQL, SearchHotelChainsGQL, SearchHotelsGQL, SearchLoungesGQL, SearchParkingGQL, SearchPostcodesGQL, SearchRailGQL, SearchRailStationsGQL, SearchUserAddressGQL, GetConfermaOfficeNamesGQL, DeleteUserAddressGQL, DeleteRecentSearchGQL, SaveRecentSearchGQL, GetUserCurrentCarbonAllowanceGQL, GetRiskAlertsGQL, CarHireAvailabilityDetailRequestGQL, SearchIrlGQL, GetConfermaQuicklistGQL, GetUserRecentSearchesGQL, GetRailcardsGQL, SearchEurostarGQL, SearchUserCanBookForGQL } from '../types/graphql.angular.types';
|
|
38
|
+
import { GetCarHireDepotsGQL, GetMultipleHotelsAvailabilityGQL, GetUserCompanyOfficesGQL, GetRailStationGQL, IsPostcodeValidGQL, SaveUserAddressGQL, SearchAirlinesGQL, SearchAirportsGQL, SearchCabHireGQL, SearchCarHireGQL, SearchCitiesGQL, SearchConfermaCitiesGQL, SearchFlightsV2GQL, SearchHotelChainsGQL, SearchHotelsGQL, SearchLoungesGQL, SearchParkingGQL, SearchPostcodesGQL, SearchRailGQL, SearchRailStationsGQL, SearchUserAddressGQL, GetConfermaOfficeNamesGQL, GetConfermaOfficeGQL, DeleteUserAddressGQL, DeleteRecentSearchGQL, SaveRecentSearchGQL, GetUserCurrentCarbonAllowanceGQL, GetRiskAlertsGQL, CarHireAvailabilityDetailRequestGQL, SearchIrlGQL, GetConfermaQuicklistGQL, GetUserRecentSearchesGQL, GetRailcardsGQL, SearchEurostarGQL, SearchUserCanBookForGQL, SearchIrlSupplierStationsGQL } from '../types/graphql.angular.types';
|
|
37
39
|
import { SaveUserAddressUpdater } from '../updaters/save-user-address.updater';
|
|
38
40
|
import { SearchDepotFetcher } from '../fetchers/search-depots.fetcher';
|
|
39
41
|
import { GetUserCurrentCarbonAllowanceFetcher } from '../fetchers/get-user-current-carbon-allowance.fetcher';
|
|
@@ -42,6 +44,6 @@ import { IrlQuoteFetcher } from '../fetchers/irl-quote-fetcher';
|
|
|
42
44
|
import { ConfermaQuicklistFetcherType } from '../fetchers/conferma-quicklist.fetcher';
|
|
43
45
|
import { GetUserRecentSearchesFetcher } from '../fetchers/get-user-recent-searches.fetcher';
|
|
44
46
|
import { SearchUsersCanBookForFetcher } from '../fetchers/search-users-can-book-for-fetcher';
|
|
45
|
-
export declare class EnterpriseSearchService extends BaseEnterpriseSearchService<SearchPostcodesGQL, SearchRailStationsGQL, SearchLoungesGQL, SearchParkingGQL, SearchFlightsV2GQL, SearchHotelsGQL, SearchCarHireGQL, CarHireAvailabilityDetailRequestGQL, SearchCabHireGQL, SearchAirportsGQL, SearchAirlinesGQL, GetMultipleHotelsAvailabilityGQL, SearchCitiesGQL, SearchConfermaCitiesGQL, SearchRailGQL, SearchIrlGQL, SaveUserAddressGQL, SearchUserAddressGQL, GetUserCompanyOfficesGQL, SearchHotelChainsGQL, IsPostcodeValidGQL, GetCarHireDepotsGQL, GetRailStationGQL, GetConfermaOfficeNamesGQL, DeleteUserAddressGQL, DeleteRecentSearchGQL, SaveRecentSearchGQL, GetUserCurrentCarbonAllowanceGQL, GetRiskAlertsGQL, GetConfermaQuicklistGQL, GetUserRecentSearchesGQL, GetRailcardsGQL, SearchEurostarGQL, SearchUserCanBookForGQL> {
|
|
46
|
-
constructor(searchAirportsFetcher: SearchAirportsFetcher, searchAirlinesFetcher: SearchAirlinesFetcher, storageService: StorageService, userService: UserService, router: Router, helpers: HelperRoutines, hotelAvalibilityService: HotelAvalibilityService, citiesFetcher: SearchCityFetcher, confermaCitiesFetcher: SearchConfermaCityFetcher, postcodeFetcher: SearchPostcodeFetcher, railStationFetcher: SearchRailStationsFetcher, saveUserAddressUpdater: SaveUserAddressUpdater, userAddressesFetcher: UserAddressesFetcher, basketService: EnterpriseBasketService, getUserCompanyOfficesFetcher: GetUserCompanyOfficesFetcher, searchHotelChainsFetcher: SearchHotelChainsFetcher, isPostcodeValidValueTester: IsPostcodeValidValueTester, confermaOfficeNamesFetcher: ConfermaOfficeNamesFetcher, deleteUserAddressUpdater: DeleteUserAddressUpdater, deleteRecentSearchUpdater: DeleteRecentSearchUpdater, saveRecentSearchUpdater: SaveRecentSearchUpdater, getUserCurrentCarbonAllowanceFetcher: GetUserCurrentCarbonAllowanceFetcher, environment: Environment, loungeFetcher: LoungeQuoteFetcher, parkingFetcher: ParkingQuoteFetcher, httpCallService: HttpCallService, flightFetcher: FlightQuoteFetcher, hotelFetcher: HotelQuoteFetcher, carhireFetcher: CarhireQuoteFetcher, carHireAvailabilityDetailFetcher: CarHireAvailabilityDetailFetcher, cabhireFetcher: CabhireQuoteFetcher, railFetcher: RailQuoteFetcher, irlFetcher: IrlQuoteFetcher, depotFetcher: SearchDepotFetcher, getRailStationFetcher: GetRailStationFetcher, webTokenService: WebTokenService, riskAlertsFetcher: GetRiskAlertsFetcher, quicklistFetcher: ConfermaQuicklistFetcherType, getUserRecentSearchesFetcher: GetUserRecentSearchesFetcher, getRailCardsFetcher: GetRailCardsFetcher, eurostarFetcher: EurostarQuoteFetcher, searchUsersCanBookForFetcher: SearchUsersCanBookForFetcher);
|
|
47
|
+
export declare class EnterpriseSearchService extends BaseEnterpriseSearchService<SearchPostcodesGQL, SearchRailStationsGQL, SearchLoungesGQL, SearchParkingGQL, SearchFlightsV2GQL, SearchHotelsGQL, SearchCarHireGQL, CarHireAvailabilityDetailRequestGQL, SearchCabHireGQL, SearchAirportsGQL, SearchAirlinesGQL, GetMultipleHotelsAvailabilityGQL, SearchCitiesGQL, SearchConfermaCitiesGQL, SearchRailGQL, SearchIrlGQL, SaveUserAddressGQL, SearchUserAddressGQL, GetUserCompanyOfficesGQL, SearchHotelChainsGQL, IsPostcodeValidGQL, GetCarHireDepotsGQL, GetRailStationGQL, GetConfermaOfficeNamesGQL, GetConfermaOfficeGQL, DeleteUserAddressGQL, DeleteRecentSearchGQL, SaveRecentSearchGQL, GetUserCurrentCarbonAllowanceGQL, GetRiskAlertsGQL, GetConfermaQuicklistGQL, GetUserRecentSearchesGQL, GetRailcardsGQL, SearchEurostarGQL, SearchUserCanBookForGQL, SearchIrlSupplierStationsGQL> {
|
|
48
|
+
constructor(searchAirportsFetcher: SearchAirportsFetcher, searchAirlinesFetcher: SearchAirlinesFetcher, storageService: StorageService, userService: UserService, router: Router, helpers: HelperRoutines, hotelAvalibilityService: HotelAvalibilityService, citiesFetcher: SearchCityFetcher, confermaCitiesFetcher: SearchConfermaCityFetcher, postcodeFetcher: SearchPostcodeFetcher, railStationFetcher: SearchRailStationsFetcher, saveUserAddressUpdater: SaveUserAddressUpdater, userAddressesFetcher: UserAddressesFetcher, basketService: EnterpriseBasketService, getUserCompanyOfficesFetcher: GetUserCompanyOfficesFetcher, searchHotelChainsFetcher: SearchHotelChainsFetcher, isPostcodeValidValueTester: IsPostcodeValidValueTester, confermaOfficeNamesFetcher: ConfermaOfficeNamesFetcher, confermaOfficeFetcher: ConfermaOfficeFetcher, deleteUserAddressUpdater: DeleteUserAddressUpdater, deleteRecentSearchUpdater: DeleteRecentSearchUpdater, saveRecentSearchUpdater: SaveRecentSearchUpdater, getUserCurrentCarbonAllowanceFetcher: GetUserCurrentCarbonAllowanceFetcher, environment: Environment, loungeFetcher: LoungeQuoteFetcher, parkingFetcher: ParkingQuoteFetcher, httpCallService: HttpCallService, flightFetcher: FlightQuoteFetcher, hotelFetcher: HotelQuoteFetcher, carhireFetcher: CarhireQuoteFetcher, carHireAvailabilityDetailFetcher: CarHireAvailabilityDetailFetcher, cabhireFetcher: CabhireQuoteFetcher, railFetcher: RailQuoteFetcher, irlFetcher: IrlQuoteFetcher, depotFetcher: SearchDepotFetcher, getRailStationFetcher: GetRailStationFetcher, webTokenService: WebTokenService, riskAlertsFetcher: GetRiskAlertsFetcher, quicklistFetcher: ConfermaQuicklistFetcherType, getUserRecentSearchesFetcher: GetUserRecentSearchesFetcher, getRailCardsFetcher: GetRailCardsFetcher, eurostarFetcher: EurostarQuoteFetcher, searchUsersCanBookForFetcher: SearchUsersCanBookForFetcher, searchIrlStationsFetcher: SearchIrlStationsFetcher);
|
|
47
49
|
}
|
|
@@ -114,6 +114,20 @@ export declare type Approver = {
|
|
|
114
114
|
active: FieldWrapper<Scalars['Boolean']>;
|
|
115
115
|
priority: FieldWrapper<Scalars['Int']>;
|
|
116
116
|
};
|
|
117
|
+
export declare type Association = {
|
|
118
|
+
__typename?: 'Association';
|
|
119
|
+
category?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
120
|
+
rid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
121
|
+
uid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
122
|
+
trainid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
123
|
+
sdd?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
124
|
+
origin?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
125
|
+
originCRS?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
126
|
+
originTiploc?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
127
|
+
destination?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
128
|
+
destCRS?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
129
|
+
destTiploc?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
130
|
+
};
|
|
117
131
|
export declare type BaggageAllowance = {
|
|
118
132
|
__typename?: 'BaggageAllowance';
|
|
119
133
|
type: FieldWrapper<BaggageType>;
|
|
@@ -833,6 +847,24 @@ export declare enum CurrencyCode {
|
|
|
833
847
|
Zmw = "ZMW",
|
|
834
848
|
Zwl = "ZWL"
|
|
835
849
|
}
|
|
850
|
+
export declare type DepartureBoardService = {
|
|
851
|
+
__typename?: 'DepartureBoardService';
|
|
852
|
+
rid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
853
|
+
uid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
854
|
+
trainid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
855
|
+
sdd?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
856
|
+
operator?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
857
|
+
operatorCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
858
|
+
std?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
859
|
+
etd?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
860
|
+
departureType?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
861
|
+
departureSource?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
862
|
+
platform?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
863
|
+
platformIsHidden: FieldWrapper<Scalars['Boolean']>;
|
|
864
|
+
origin?: Maybe<FieldWrapper<Location>>;
|
|
865
|
+
destination?: Maybe<FieldWrapper<Location>>;
|
|
866
|
+
subsequentLocations?: Maybe<Array<Maybe<FieldWrapper<SubsequentLocations>>>>;
|
|
867
|
+
};
|
|
836
868
|
export declare type DestinationEntry = {
|
|
837
869
|
orig: Scalars['String'];
|
|
838
870
|
dest: Scalars['String'];
|
|
@@ -927,9 +959,10 @@ export declare type FlightAmount = {
|
|
|
927
959
|
export declare enum FlightCabinClass {
|
|
928
960
|
Any = "Any",
|
|
929
961
|
LiteEconomy = "LiteEconomy",
|
|
962
|
+
Economy = "Economy",
|
|
930
963
|
EconomyRestricted = "EconomyRestricted",
|
|
931
964
|
EconomyNoBags = "EconomyNoBags",
|
|
932
|
-
|
|
965
|
+
EconomyFlexi = "EconomyFlexi",
|
|
933
966
|
PremiumEconomy = "PremiumEconomy",
|
|
934
967
|
Business = "Business",
|
|
935
968
|
PremiumBusiness = "PremiumBusiness",
|
|
@@ -1058,6 +1091,37 @@ export declare type FlightSearchResultV2 = {
|
|
|
1058
1091
|
results: FieldWrapper<FeFlightSearchResults>;
|
|
1059
1092
|
errors: Array<FieldWrapper<SearchError>>;
|
|
1060
1093
|
};
|
|
1094
|
+
export declare type FlightSeatMapAircraft = {
|
|
1095
|
+
__typename?: 'FlightSeatMapAircraft';
|
|
1096
|
+
carrier: FieldWrapper<Scalars['String']>;
|
|
1097
|
+
number: FieldWrapper<Scalars['String']>;
|
|
1098
|
+
type?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1099
|
+
};
|
|
1100
|
+
export declare type FlightSeatMapResponse = {
|
|
1101
|
+
__typename?: 'FlightSeatMapResponse';
|
|
1102
|
+
aircraft: FieldWrapper<FlightSeatMapAircraft>;
|
|
1103
|
+
seats: Array<FieldWrapper<FlightSeatMapSeats>>;
|
|
1104
|
+
source: FieldWrapper<Scalars['String']>;
|
|
1105
|
+
sourceId: FieldWrapper<Scalars['Int']>;
|
|
1106
|
+
};
|
|
1107
|
+
export declare type FlightSeatMapResult = {
|
|
1108
|
+
__typename?: 'FlightSeatMapResult';
|
|
1109
|
+
results: Array<FieldWrapper<FlightSeatMapResponse>>;
|
|
1110
|
+
errors: Array<FieldWrapper<SearchError>>;
|
|
1111
|
+
};
|
|
1112
|
+
export declare type FlightSeatMapSeatAttributes = {
|
|
1113
|
+
__typename?: 'FlightSeatMapSeatAttributes';
|
|
1114
|
+
code: FieldWrapper<Scalars['String']>;
|
|
1115
|
+
description: FieldWrapper<Scalars['String']>;
|
|
1116
|
+
};
|
|
1117
|
+
export declare type FlightSeatMapSeats = {
|
|
1118
|
+
__typename?: 'FlightSeatMapSeats';
|
|
1119
|
+
row: FieldWrapper<Scalars['String']>;
|
|
1120
|
+
column: FieldWrapper<Scalars['String']>;
|
|
1121
|
+
attributes: Array<FieldWrapper<FlightSeatMapSeatAttributes>>;
|
|
1122
|
+
price?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
1123
|
+
currency?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1124
|
+
};
|
|
1061
1125
|
export declare type FlightSpecialFareInfo = {
|
|
1062
1126
|
__typename?: 'FlightSpecialFareInfo';
|
|
1063
1127
|
title: FieldWrapper<Scalars['String']>;
|
|
@@ -1085,6 +1149,7 @@ export declare type HotelAddress = {
|
|
|
1085
1149
|
addressLine1?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1086
1150
|
addressLine2?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1087
1151
|
addressLine3?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1152
|
+
city?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1088
1153
|
postOrZipCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1089
1154
|
countryCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1090
1155
|
telephone?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -1137,6 +1202,7 @@ export declare type HotelItinerary = {
|
|
|
1137
1202
|
preferred: FieldWrapper<HotelPreferred>;
|
|
1138
1203
|
tags?: Maybe<Array<Maybe<FieldWrapper<HotelTag>>>>;
|
|
1139
1204
|
availableRates?: Maybe<FieldWrapper<HotelAvailability>>;
|
|
1205
|
+
stars?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
1140
1206
|
co2PerPassenger: FieldWrapper<Scalars['Float']>;
|
|
1141
1207
|
co2PerItem: FieldWrapper<Scalars['Float']>;
|
|
1142
1208
|
source: FieldWrapper<Scalars['String']>;
|
|
@@ -1421,6 +1487,37 @@ export declare type InputCarHireDepot = {
|
|
|
1421
1487
|
dropOffLocationCode?: Maybe<Scalars['String']>;
|
|
1422
1488
|
dropOffExtendedLocationCode?: Maybe<Scalars['String']>;
|
|
1423
1489
|
};
|
|
1490
|
+
export declare type InputFlightJourney = {
|
|
1491
|
+
fareInfo?: Maybe<Scalars['JSON']>;
|
|
1492
|
+
originAirport: Scalars['String'];
|
|
1493
|
+
originTerminal?: Maybe<Scalars['String']>;
|
|
1494
|
+
destinationAirport: Scalars['String'];
|
|
1495
|
+
destinationTerminal?: Maybe<Scalars['String']>;
|
|
1496
|
+
dateTimeDeparting: Scalars['String'];
|
|
1497
|
+
dateTimeDepartingUTC: Scalars['String'];
|
|
1498
|
+
dateTimeArriving: Scalars['String'];
|
|
1499
|
+
dateTimeArrivingUTC: Scalars['String'];
|
|
1500
|
+
marketingCarrier: Scalars['String'];
|
|
1501
|
+
marketingCarrierName?: Maybe<Scalars['String']>;
|
|
1502
|
+
marketingFlightNumber: Scalars['String'];
|
|
1503
|
+
operatingCarrier: Scalars['String'];
|
|
1504
|
+
operatingCarrierName?: Maybe<Scalars['String']>;
|
|
1505
|
+
operatingFlightNumber: Scalars['String'];
|
|
1506
|
+
equipmentCode: Scalars['String'];
|
|
1507
|
+
equipmentName: Scalars['String'];
|
|
1508
|
+
totalDuration: Scalars['Int'];
|
|
1509
|
+
seatsAvailable?: Maybe<Scalars['Int']>;
|
|
1510
|
+
cabinCode?: Maybe<Scalars['String']>;
|
|
1511
|
+
cabinClass?: Maybe<Scalars['String']>;
|
|
1512
|
+
marketingNames?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
1513
|
+
fareConditions: Scalars['JSON'];
|
|
1514
|
+
vendorCode?: Maybe<Scalars['String']>;
|
|
1515
|
+
stops?: Maybe<Scalars['String']>;
|
|
1516
|
+
bookingCode?: Maybe<Scalars['String']>;
|
|
1517
|
+
marriageGroup?: Maybe<Scalars['Boolean']>;
|
|
1518
|
+
fareBasisCode?: Maybe<Scalars['String']>;
|
|
1519
|
+
additional?: Maybe<Scalars['JSON']>;
|
|
1520
|
+
};
|
|
1424
1521
|
export declare type ItinerarySummary = {
|
|
1425
1522
|
__typename?: 'ItinerarySummary';
|
|
1426
1523
|
order: FieldWrapper<Scalars['Int']>;
|
|
@@ -1436,6 +1533,16 @@ export declare type Language = {
|
|
|
1436
1533
|
name: FieldWrapper<Scalars['String']>;
|
|
1437
1534
|
isoCode: FieldWrapper<Scalars['String']>;
|
|
1438
1535
|
};
|
|
1536
|
+
export declare type LiveDepBoardResult = {
|
|
1537
|
+
__typename?: 'LiveDepBoardResult';
|
|
1538
|
+
services?: Maybe<Array<Maybe<FieldWrapper<DepartureBoardService>>>>;
|
|
1539
|
+
};
|
|
1540
|
+
export declare type Location = {
|
|
1541
|
+
__typename?: 'Location';
|
|
1542
|
+
locationName?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1543
|
+
tiploc?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1544
|
+
crs?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1545
|
+
};
|
|
1439
1546
|
export declare type LocationDetail = {
|
|
1440
1547
|
__typename?: 'LocationDetail';
|
|
1441
1548
|
continent?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -1562,6 +1669,7 @@ export declare type MatchingFlights = {
|
|
|
1562
1669
|
LiteEconomy?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
1563
1670
|
EconomyRestricted?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
1564
1671
|
EconomyNoBags?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
1672
|
+
EconomyFlexi?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
1565
1673
|
Economy?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
1566
1674
|
PremiumEconomy?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
1567
1675
|
Business?: Maybe<Array<Maybe<FieldWrapper<Scalars['Int']>>>>;
|
|
@@ -1577,7 +1685,20 @@ export declare type Message = {
|
|
|
1577
1685
|
config: FieldWrapper<Scalars['JSON']>;
|
|
1578
1686
|
target: FieldWrapper<Scalars['String']>;
|
|
1579
1687
|
key: FieldWrapper<Scalars['String']>;
|
|
1580
|
-
|
|
1688
|
+
displayTarget: FieldWrapper<MessageTarget>;
|
|
1689
|
+
agentOnly: FieldWrapper<Scalars['Boolean']>;
|
|
1690
|
+
clickToConfirm: FieldWrapper<Scalars['Boolean']>;
|
|
1691
|
+
validFrom?: Maybe<FieldWrapper<Scalars['DateTime']>>;
|
|
1692
|
+
validTo?: Maybe<FieldWrapper<Scalars['DateTime']>>;
|
|
1693
|
+
};
|
|
1694
|
+
export declare enum MessageTarget {
|
|
1695
|
+
Login = "LOGIN",
|
|
1696
|
+
SearchForm = "SEARCH_FORM",
|
|
1697
|
+
Results = "RESULTS",
|
|
1698
|
+
MiForm = "MI_FORM",
|
|
1699
|
+
BasketBeforeConfirm = "BASKET_BEFORE_CONFIRM",
|
|
1700
|
+
Dashboard = "DASHBOARD"
|
|
1701
|
+
}
|
|
1581
1702
|
export declare type Mutation = {
|
|
1582
1703
|
__typename?: 'Mutation';
|
|
1583
1704
|
saveUserAddress: FieldWrapper<Address>;
|
|
@@ -1603,6 +1724,7 @@ export declare type Mutation = {
|
|
|
1603
1724
|
setBasketItemMIGroup: FieldWrapper<Basket>;
|
|
1604
1725
|
setMIDefaultValue: FieldWrapper<Scalars['Boolean']>;
|
|
1605
1726
|
setBasketItemMIValue: FieldWrapper<Basket>;
|
|
1727
|
+
confirmMessage: FieldWrapper<Scalars['Boolean']>;
|
|
1606
1728
|
setBasketItemPaymentMethod: FieldWrapper<Basket>;
|
|
1607
1729
|
revalidateBasket: FieldWrapper<Basket>;
|
|
1608
1730
|
revalidateBasketItem: FieldWrapper<Basket>;
|
|
@@ -1720,6 +1842,9 @@ export declare type MutationSetBasketItemMiValueArgs = {
|
|
|
1720
1842
|
miFreeValue?: Maybe<Scalars['String']>;
|
|
1721
1843
|
user?: Maybe<Scalars['ID']>;
|
|
1722
1844
|
};
|
|
1845
|
+
export declare type MutationConfirmMessageArgs = {
|
|
1846
|
+
message: Scalars['String'];
|
|
1847
|
+
};
|
|
1723
1848
|
export declare type MutationSetBasketItemPaymentMethodArgs = {
|
|
1724
1849
|
basketItem: Scalars['ID'];
|
|
1725
1850
|
paymentMethod: Scalars['ID'];
|
|
@@ -1952,6 +2077,7 @@ export declare type Query = {
|
|
|
1952
2077
|
getIRLSupplierStation?: Maybe<FieldWrapper<IrlSupplierStation>>;
|
|
1953
2078
|
searchIRLSupplierStations: Array<FieldWrapper<IrlSupplierStation>>;
|
|
1954
2079
|
searchIRL: FieldWrapper<IrlSearchResult>;
|
|
2080
|
+
getRailLiveDepartures: FieldWrapper<LiveDepBoardResult>;
|
|
1955
2081
|
searchLounges: FieldWrapper<LoungeSearchResult>;
|
|
1956
2082
|
getUserMIAutoSuggestValues: Array<FieldWrapper<ManagementInfoValue>>;
|
|
1957
2083
|
validateUserMIFreeValue: FieldWrapper<Scalars['Boolean']>;
|
|
@@ -1959,6 +2085,7 @@ export declare type Query = {
|
|
|
1959
2085
|
getUserMessages: Array<FieldWrapper<Message>>;
|
|
1960
2086
|
getUserCompanyOffices: Array<FieldWrapper<Office>>;
|
|
1961
2087
|
searchParking: FieldWrapper<ParkingSearchResult>;
|
|
2088
|
+
getBasketItemPaymentSupplmentaryInfoSchema: FieldWrapper<Scalars['JSON']>;
|
|
1962
2089
|
getUserPhoneNumbers: Array<FieldWrapper<PhoneNumber>>;
|
|
1963
2090
|
getPostcodeDetails: FieldWrapper<PostcodeDetails>;
|
|
1964
2091
|
postcodeAutoSuggest: Array<FieldWrapper<Scalars['String']>>;
|
|
@@ -1972,6 +2099,7 @@ export declare type Query = {
|
|
|
1972
2099
|
getUserTravelRules: FieldWrapper<TravelRulesCollection>;
|
|
1973
2100
|
getUserRecentSearches: Array<FieldWrapper<Search>>;
|
|
1974
2101
|
getUserFavouriteSearches: Array<FieldWrapper<Search>>;
|
|
2102
|
+
getFlightSeatMap: FieldWrapper<FlightSeatMapResult>;
|
|
1975
2103
|
getUserServices: Array<FieldWrapper<Service>>;
|
|
1976
2104
|
getUserUIConfigs: FieldWrapper<UiConfigCollection>;
|
|
1977
2105
|
getUser: FieldWrapper<User>;
|
|
@@ -2198,7 +2326,7 @@ export declare type QueryGetIrlSupplierStationArgs = {
|
|
|
2198
2326
|
};
|
|
2199
2327
|
export declare type QuerySearchIrlSupplierStationsArgs = {
|
|
2200
2328
|
query: Scalars['String'];
|
|
2201
|
-
supplier
|
|
2329
|
+
supplier?: Maybe<IrlSupplier>;
|
|
2202
2330
|
};
|
|
2203
2331
|
export declare type QuerySearchIrlArgs = {
|
|
2204
2332
|
supplier: IrlSupplier;
|
|
@@ -2212,6 +2340,9 @@ export declare type QuerySearchIrlArgs = {
|
|
|
2212
2340
|
children?: Maybe<Scalars['Int']>;
|
|
2213
2341
|
returnDepartureDateTime?: Maybe<Scalars['DateTime']>;
|
|
2214
2342
|
};
|
|
2343
|
+
export declare type QueryGetRailLiveDeparturesArgs = {
|
|
2344
|
+
stationCode: Scalars['String'];
|
|
2345
|
+
};
|
|
2215
2346
|
export declare type QuerySearchLoungesArgs = {
|
|
2216
2347
|
locationCode: Scalars['String'];
|
|
2217
2348
|
arrivalDatetime: Scalars['DateTime'];
|
|
@@ -2232,7 +2363,8 @@ export declare type QueryValidateBasketItemMiArgs = {
|
|
|
2232
2363
|
basketItem: Scalars['ID'];
|
|
2233
2364
|
};
|
|
2234
2365
|
export declare type QueryGetUserMessagesArgs = {
|
|
2235
|
-
|
|
2366
|
+
environment?: Maybe<Scalars['String']>;
|
|
2367
|
+
displayTarget?: Maybe<Scalars['String']>;
|
|
2236
2368
|
};
|
|
2237
2369
|
export declare type QuerySearchParkingArgs = {
|
|
2238
2370
|
arrivalDatetime: Scalars['DateTime'];
|
|
@@ -2247,6 +2379,9 @@ export declare type QuerySearchParkingArgs = {
|
|
|
2247
2379
|
carParkedForYou?: Maybe<Scalars['Boolean']>;
|
|
2248
2380
|
terminal?: Maybe<Scalars['String']>;
|
|
2249
2381
|
};
|
|
2382
|
+
export declare type QueryGetBasketItemPaymentSupplmentaryInfoSchemaArgs = {
|
|
2383
|
+
basketItem: Scalars['ID'];
|
|
2384
|
+
};
|
|
2250
2385
|
export declare type QueryGetPostcodeDetailsArgs = {
|
|
2251
2386
|
postcode: Scalars['String'];
|
|
2252
2387
|
};
|
|
@@ -2299,6 +2434,9 @@ export declare type QueryGetUserRecentSearchesArgs = {
|
|
|
2299
2434
|
export declare type QueryGetUserFavouriteSearchesArgs = {
|
|
2300
2435
|
serviceType?: Maybe<ServiceType>;
|
|
2301
2436
|
};
|
|
2437
|
+
export declare type QueryGetFlightSeatMapArgs = {
|
|
2438
|
+
flight: InputFlightJourney;
|
|
2439
|
+
};
|
|
2302
2440
|
export declare type QueryGetUserUiConfigsArgs = {
|
|
2303
2441
|
target?: Maybe<Scalars['String']>;
|
|
2304
2442
|
};
|
|
@@ -2646,7 +2784,7 @@ export declare type SupplementaryBookingInfo = {
|
|
|
2646
2784
|
address?: Maybe<BookingAddress>;
|
|
2647
2785
|
phoneNumber?: Maybe<BookingPhoneNumber>;
|
|
2648
2786
|
supplementaryInfo: Scalars['JSON'];
|
|
2649
|
-
paymentMethodDetails
|
|
2787
|
+
paymentMethodDetails?: Maybe<Scalars['JSON']>;
|
|
2650
2788
|
};
|
|
2651
2789
|
export declare type Tmc = {
|
|
2652
2790
|
__typename?: 'TMC';
|
|
@@ -2710,6 +2848,7 @@ export declare enum UiConfigTarget {
|
|
|
2710
2848
|
export declare enum UiPresentation {
|
|
2711
2849
|
FreeText = "FREE_TEXT",
|
|
2712
2850
|
AutoSuggest = "AUTO_SUGGEST",
|
|
2851
|
+
Dropdown = "DROPDOWN",
|
|
2713
2852
|
Hidden = "HIDDEN"
|
|
2714
2853
|
}
|
|
2715
2854
|
export declare type User = {
|
|
@@ -2762,6 +2901,23 @@ export declare type UserPassengerTypeInput = {
|
|
|
2762
2901
|
id: Scalars['ID'];
|
|
2763
2902
|
passengerType: PassengerType;
|
|
2764
2903
|
};
|
|
2904
|
+
export declare type SubsequentLocations = {
|
|
2905
|
+
__typename?: 'subsequentLocations';
|
|
2906
|
+
locationName?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2907
|
+
tiploc?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2908
|
+
crs?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2909
|
+
platform?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2910
|
+
platformIsHidden?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2911
|
+
sta?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2912
|
+
eta?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2913
|
+
arrivalType?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2914
|
+
arrivalSource?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2915
|
+
std?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2916
|
+
etd?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2917
|
+
departureType?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2918
|
+
departureSource?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2919
|
+
associations?: Maybe<Array<Maybe<FieldWrapper<Association>>>>;
|
|
2920
|
+
};
|
|
2765
2921
|
export declare type AcceptNewPriceMutationVariables = Exact<{
|
|
2766
2922
|
id: Scalars['ID'];
|
|
2767
2923
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
@@ -3112,7 +3268,7 @@ export declare type GroupedFieldsFragment = ({
|
|
|
3112
3268
|
} & Pick<GroupFlights, 'referenceID' | 'flightID' | 'boundIndicator' | 'minPrice' | 'maxPrice'> & {
|
|
3113
3269
|
flights: ({
|
|
3114
3270
|
__typename?: 'MatchingFlights';
|
|
3115
|
-
} & Pick<MatchingFlights, '
|
|
3271
|
+
} & Pick<MatchingFlights, 'EconomyRestricted' | 'EconomyNoBags' | 'EconomyFlexi' | 'PremiumEconomy' | 'Business' | 'First'>);
|
|
3116
3272
|
});
|
|
3117
3273
|
export declare type SearchFlightsV2QueryVariables = Exact<{
|
|
3118
3274
|
passengers: Array<FlightPassengerObject> | FlightPassengerObject;
|
|
@@ -3392,6 +3548,34 @@ export declare type GetCarHireDepotsQuery = ({
|
|
|
3392
3548
|
__typename?: 'CarHireDepot';
|
|
3393
3549
|
} & Pick<CarHireDepot, 'countryCode' | 'locationCode' | 'extendedLocationCode' | 'vendorCode' | 'latitude' | 'longitude' | 'vendor' | 'addressLines' | 'cityName'>)>;
|
|
3394
3550
|
});
|
|
3551
|
+
export declare type GetConfermaOfficeQueryVariables = Exact<{
|
|
3552
|
+
officeId: Scalars['Int'];
|
|
3553
|
+
}>;
|
|
3554
|
+
export declare type GetConfermaOfficeQuery = ({
|
|
3555
|
+
__typename?: 'Query';
|
|
3556
|
+
} & {
|
|
3557
|
+
getConfermaOffice: ({
|
|
3558
|
+
__typename?: 'ConfermaOfficeResult';
|
|
3559
|
+
} & {
|
|
3560
|
+
results?: Maybe<({
|
|
3561
|
+
__typename?: 'ConfermaOfficeInfo';
|
|
3562
|
+
} & Pick<ConfermaOfficeInfo, 'id' | 'name' | 'closestAirport' | 'closestTrainStation' | 'longitude' | 'latitude'> & {
|
|
3563
|
+
address?: Maybe<({
|
|
3564
|
+
__typename?: 'ConfermaOfficeAddress';
|
|
3565
|
+
} & Pick<ConfermaOfficeAddress, 'addressName' | 'addressLine1' | 'addressLine2' | 'addressLine3' | 'postalCode' | 'city' | 'countryCode' | 'countryName' | 'telephoneNumber' | 'facsimileNumber' | 'emailAddress' | 'stateProvince' | 'mobileNumber'>)>;
|
|
3566
|
+
closestHotels?: Maybe<Array<Maybe<({
|
|
3567
|
+
__typename?: 'ConfermaOfficeHotels';
|
|
3568
|
+
} & Pick<ConfermaOfficeHotels, 'hotelId' | 'hotelName' | 'isPreferred'>)>>>;
|
|
3569
|
+
})>;
|
|
3570
|
+
errors: Array<({
|
|
3571
|
+
__typename?: 'SearchError';
|
|
3572
|
+
} & Pick<SearchError, 'errorMessage' | 'errorCode'> & {
|
|
3573
|
+
service: ({
|
|
3574
|
+
__typename?: 'Service';
|
|
3575
|
+
} & Pick<Service, 'id' | 'type' | 'name' | 'description' | 'supplierUrl' | 'active' | 'apiEndpointUrl' | 'basketItemTtl' | 'cancellable' | 'amendable' | 'detailSchema' | 'searchQuerySchema'>);
|
|
3576
|
+
})>;
|
|
3577
|
+
});
|
|
3578
|
+
});
|
|
3395
3579
|
export declare type GetConfermaOfficeNamesQueryVariables = Exact<{
|
|
3396
3580
|
[key: string]: never;
|
|
3397
3581
|
}>;
|
|
@@ -3471,6 +3655,26 @@ export declare type GetConfermaQuicklistQuery = ({
|
|
|
3471
3655
|
} & ErrorsFragment)>;
|
|
3472
3656
|
});
|
|
3473
3657
|
});
|
|
3658
|
+
export declare type GetIrlSupplierStationQueryVariables = Exact<{
|
|
3659
|
+
id?: Maybe<Scalars['ID']>;
|
|
3660
|
+
supplier?: Maybe<IrlSupplier>;
|
|
3661
|
+
code?: Maybe<Scalars['String']>;
|
|
3662
|
+
}>;
|
|
3663
|
+
export declare type GetIrlSupplierStationQuery = ({
|
|
3664
|
+
__typename?: 'Query';
|
|
3665
|
+
} & {
|
|
3666
|
+
getIRLSupplierStation?: Maybe<({
|
|
3667
|
+
__typename?: 'IRLSupplierStation';
|
|
3668
|
+
} & Pick<IrlSupplierStation, 'id' | 'name' | 'supplier' | 'stationCode' | 'nlcCode' | 'trainlineCode' | 'trainlineUniqueCode'> & {
|
|
3669
|
+
locationDetails?: Maybe<({
|
|
3670
|
+
__typename?: 'LocationDetail';
|
|
3671
|
+
} & Pick<LocationDetail, 'continent' | 'country' | 'countryCode' | 'state' | 'city' | 'postcode' | 'road' | 'gridReference' | 'northing' | 'easting'> & {
|
|
3672
|
+
coordinates?: Maybe<({
|
|
3673
|
+
__typename?: 'GeoCoordinates';
|
|
3674
|
+
} & Pick<GeoCoordinates, 'latitude' | 'longitude' | 'altitude'>)>;
|
|
3675
|
+
})>;
|
|
3676
|
+
})>;
|
|
3677
|
+
});
|
|
3474
3678
|
export declare type GetRailStationQueryVariables = Exact<{
|
|
3475
3679
|
id?: Maybe<Scalars['ID']>;
|
|
3476
3680
|
code?: Maybe<Scalars['String']>;
|
|
@@ -4660,6 +4864,25 @@ export declare type SearchIrlQuery = ({
|
|
|
4660
4864
|
} & ErrorsFragment)>;
|
|
4661
4865
|
});
|
|
4662
4866
|
});
|
|
4867
|
+
export declare type SearchIrlSupplierStationsQueryVariables = Exact<{
|
|
4868
|
+
query: Scalars['String'];
|
|
4869
|
+
supplier?: Maybe<IrlSupplier>;
|
|
4870
|
+
}>;
|
|
4871
|
+
export declare type SearchIrlSupplierStationsQuery = ({
|
|
4872
|
+
__typename?: 'Query';
|
|
4873
|
+
} & {
|
|
4874
|
+
searchIRLSupplierStations: Array<({
|
|
4875
|
+
__typename?: 'IRLSupplierStation';
|
|
4876
|
+
} & Pick<IrlSupplierStation, 'id' | 'name' | 'supplier' | 'stationCode' | 'nlcCode' | 'trainlineCode' | 'trainlineUniqueCode'> & {
|
|
4877
|
+
locationDetails?: Maybe<({
|
|
4878
|
+
__typename?: 'LocationDetail';
|
|
4879
|
+
} & Pick<LocationDetail, 'continent' | 'country' | 'countryCode' | 'state' | 'city' | 'postcode' | 'road' | 'gridReference' | 'northing' | 'easting'> & {
|
|
4880
|
+
coordinates?: Maybe<({
|
|
4881
|
+
__typename?: 'GeoCoordinates';
|
|
4882
|
+
} & Pick<GeoCoordinates, 'latitude' | 'longitude' | 'altitude'>)>;
|
|
4883
|
+
})>;
|
|
4884
|
+
})>;
|
|
4885
|
+
});
|
|
4663
4886
|
export declare type SearchPostcodesQueryVariables = Exact<{
|
|
4664
4887
|
postcode: Scalars['String'];
|
|
4665
4888
|
}>;
|
|
@@ -5096,6 +5319,16 @@ export declare namespace GetCarHireDepots {
|
|
|
5096
5319
|
type Query = GetCarHireDepotsQuery;
|
|
5097
5320
|
type GetCarHireDepots = GetCarHireDepotsQuery['getCarHireDepots'][number];
|
|
5098
5321
|
}
|
|
5322
|
+
export declare namespace GetConfermaOffice {
|
|
5323
|
+
type Variables = GetConfermaOfficeQueryVariables;
|
|
5324
|
+
type Query = GetConfermaOfficeQuery;
|
|
5325
|
+
type GetConfermaOffice = GetConfermaOfficeQuery['getConfermaOffice'];
|
|
5326
|
+
type Results = GetConfermaOfficeQuery['getConfermaOffice']['results'];
|
|
5327
|
+
type Address = GetConfermaOfficeQuery['getConfermaOffice']['results']['address'];
|
|
5328
|
+
type ClosestHotels = GetConfermaOfficeQuery['getConfermaOffice']['results']['closestHotels'][number];
|
|
5329
|
+
type Errors = GetConfermaOfficeQuery['getConfermaOffice']['errors'][number];
|
|
5330
|
+
type Service = GetConfermaOfficeQuery['getConfermaOffice']['errors'][number]['service'];
|
|
5331
|
+
}
|
|
5099
5332
|
export declare namespace GetConfermaOfficeNames {
|
|
5100
5333
|
type Variables = GetConfermaOfficeNamesQueryVariables;
|
|
5101
5334
|
type Query = GetConfermaOfficeNamesQuery;
|
|
@@ -5124,6 +5357,13 @@ export declare namespace GetConfermaQuicklist {
|
|
|
5124
5357
|
type PaymentTypes = GetConfermaQuicklistQuery['getConfermaQuicklist']['results'][number]['availableRates']['rooms'][number]['paymentTypes'][number];
|
|
5125
5358
|
type Errors = GetConfermaQuicklistQuery['getConfermaQuicklist']['errors'][number];
|
|
5126
5359
|
}
|
|
5360
|
+
export declare namespace GetIrlSupplierStation {
|
|
5361
|
+
type Variables = GetIrlSupplierStationQueryVariables;
|
|
5362
|
+
type Query = GetIrlSupplierStationQuery;
|
|
5363
|
+
type GetIrlSupplierStation = GetIrlSupplierStationQuery['getIRLSupplierStation'];
|
|
5364
|
+
type LocationDetails = GetIrlSupplierStationQuery['getIRLSupplierStation']['locationDetails'];
|
|
5365
|
+
type Coordinates = GetIrlSupplierStationQuery['getIRLSupplierStation']['locationDetails']['coordinates'];
|
|
5366
|
+
}
|
|
5127
5367
|
export declare namespace GetRailStation {
|
|
5128
5368
|
type Variables = GetRailStationQueryVariables;
|
|
5129
5369
|
type Query = GetRailStationQuery;
|
|
@@ -5500,6 +5740,13 @@ export declare namespace SearchIrl {
|
|
|
5500
5740
|
type _PlusBus = SearchIrlQuery['searchIRL']['results'][number]['return'][number]['plusBus'];
|
|
5501
5741
|
type Errors = SearchIrlQuery['searchIRL']['errors'][number];
|
|
5502
5742
|
}
|
|
5743
|
+
export declare namespace SearchIrlSupplierStations {
|
|
5744
|
+
type Variables = SearchIrlSupplierStationsQueryVariables;
|
|
5745
|
+
type Query = SearchIrlSupplierStationsQuery;
|
|
5746
|
+
type SearchIrlSupplierStations = SearchIrlSupplierStationsQuery['searchIRLSupplierStations'][number];
|
|
5747
|
+
type LocationDetails = SearchIrlSupplierStationsQuery['searchIRLSupplierStations'][number]['locationDetails'];
|
|
5748
|
+
type Coordinates = SearchIrlSupplierStationsQuery['searchIRLSupplierStations'][number]['locationDetails']['coordinates'];
|
|
5749
|
+
}
|
|
5503
5750
|
export declare namespace SearchPostcodes {
|
|
5504
5751
|
type Variables = SearchPostcodesQueryVariables;
|
|
5505
5752
|
type Query = SearchPostcodesQuery;
|
|
@@ -5693,6 +5940,11 @@ export declare class GetCarHireDepotsGQL extends Apollo.Query<GetCarHireDepotsQu
|
|
|
5693
5940
|
document: import("graphql").DocumentNode;
|
|
5694
5941
|
constructor(apollo: Apollo.Apollo);
|
|
5695
5942
|
}
|
|
5943
|
+
export declare const GetConfermaOfficeDocument: import("graphql").DocumentNode;
|
|
5944
|
+
export declare class GetConfermaOfficeGQL extends Apollo.Query<GetConfermaOfficeQuery, GetConfermaOfficeQueryVariables> {
|
|
5945
|
+
document: import("graphql").DocumentNode;
|
|
5946
|
+
constructor(apollo: Apollo.Apollo);
|
|
5947
|
+
}
|
|
5696
5948
|
export declare const GetConfermaOfficeNamesDocument: import("graphql").DocumentNode;
|
|
5697
5949
|
export declare class GetConfermaOfficeNamesGQL extends Apollo.Query<GetConfermaOfficeNamesQuery, GetConfermaOfficeNamesQueryVariables> {
|
|
5698
5950
|
document: import("graphql").DocumentNode;
|
|
@@ -5703,6 +5955,11 @@ export declare class GetConfermaQuicklistGQL extends Apollo.Query<GetConfermaQui
|
|
|
5703
5955
|
document: import("graphql").DocumentNode;
|
|
5704
5956
|
constructor(apollo: Apollo.Apollo);
|
|
5705
5957
|
}
|
|
5958
|
+
export declare const GetIrlSupplierStationDocument: import("graphql").DocumentNode;
|
|
5959
|
+
export declare class GetIrlSupplierStationGQL extends Apollo.Query<GetIrlSupplierStationQuery, GetIrlSupplierStationQueryVariables> {
|
|
5960
|
+
document: import("graphql").DocumentNode;
|
|
5961
|
+
constructor(apollo: Apollo.Apollo);
|
|
5962
|
+
}
|
|
5706
5963
|
export declare const GetRailStationDocument: import("graphql").DocumentNode;
|
|
5707
5964
|
export declare class GetRailStationGQL extends Apollo.Query<GetRailStationQuery, GetRailStationQueryVariables> {
|
|
5708
5965
|
document: import("graphql").DocumentNode;
|
|
@@ -5828,6 +6085,11 @@ export declare class SearchIrlGQL extends Apollo.Query<SearchIrlQuery, SearchIrl
|
|
|
5828
6085
|
document: import("graphql").DocumentNode;
|
|
5829
6086
|
constructor(apollo: Apollo.Apollo);
|
|
5830
6087
|
}
|
|
6088
|
+
export declare const SearchIrlSupplierStationsDocument: import("graphql").DocumentNode;
|
|
6089
|
+
export declare class SearchIrlSupplierStationsGQL extends Apollo.Query<SearchIrlSupplierStationsQuery, SearchIrlSupplierStationsQueryVariables> {
|
|
6090
|
+
document: import("graphql").DocumentNode;
|
|
6091
|
+
constructor(apollo: Apollo.Apollo);
|
|
6092
|
+
}
|
|
5831
6093
|
export declare const SearchPostcodesDocument: import("graphql").DocumentNode;
|
|
5832
6094
|
export declare class SearchPostcodesGQL extends Apollo.Query<SearchPostcodesQuery, SearchPostcodesQueryVariables> {
|
|
5833
6095
|
document: import("graphql").DocumentNode;
|
|
@@ -3,5 +3,5 @@ import { BasketPanelComponent } from './components/basket-panel';
|
|
|
3
3
|
export declare const OBTproviders: any[];
|
|
4
4
|
export declare const OBTComponents: (typeof WithSubscriptionComponent | typeof BasketPanelComponent)[];
|
|
5
5
|
export declare const OBTDeclarations: (typeof WithSubscriptionComponent | typeof BasketPanelComponent)[];
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class OBTServicesModule {
|
|
7
7
|
}
|
|
@@ -2,16 +2,17 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public_api';
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
5
|
+
export { ConfermaOfficeFetcher as ɵi } from './lib/vendor/fetchers/conferma-office.fetcher';
|
|
6
|
+
export { ConfermaQuicklistFetcherType as ɵn } from './lib/vendor/fetchers/conferma-quicklist.fetcher';
|
|
7
|
+
export { IrlQuoteFetcher as ɵm } from './lib/vendor/fetchers/irl-quote-fetcher';
|
|
7
8
|
export { SearchConfermaCityFetcher as ɵf } from './lib/vendor/fetchers/search-conferma-cities.fetcher';
|
|
8
9
|
export { UserAddressesFetcher as ɵg } from './lib/vendor/fetchers/user-addresses.fetcher';
|
|
9
10
|
export { IsPostcodeValidValueTester as ɵh } from './lib/vendor/testers/postcode-validate.tester';
|
|
10
11
|
export { ValidateMiFreeValueTester as ɵa } from './lib/vendor/testers/validate-mi-free-value.tester';
|
|
11
12
|
export { MoveBasketItemToBasketUpdater as ɵc } from './lib/vendor/updaters/move-basket-item-to-basket';
|
|
12
|
-
export { DeleteRecentSearchUpdater as
|
|
13
|
-
export { DeleteUserAddressUpdater as
|
|
14
|
-
export { SaveRecentSearchUpdater as
|
|
13
|
+
export { DeleteRecentSearchUpdater as ɵk } from './lib/vendor/updaters/remove-recent-search.updater';
|
|
14
|
+
export { DeleteUserAddressUpdater as ɵj } from './lib/vendor/updaters/remove-user-address.updater';
|
|
15
|
+
export { SaveRecentSearchUpdater as ɵl } from './lib/vendor/updaters/save-recent-search.updater';
|
|
15
16
|
export { SetBasketItemLeadPassengerUpdater as ɵb } from './lib/vendor/updaters/set-basket-item-lead-passenger.updater';
|
|
16
17
|
export { UpdateBasketNotesUpdater as ɵd } from './lib/vendor/updaters/update-basket-notes-updater';
|
|
17
18
|
export { UpdateBasketTitleUpdater as ɵe } from './lib/vendor/updaters/update-basket-title-updater';
|