@sabstravtech/obtservices 0.0.19020100 → 0.0.22033001
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/components/with-component.d.ts +2 -1
- package/angular/fetchers.d.ts +16 -12
- package/angular/lib/vendor/classes/helpers.d.ts +8 -0
- package/angular/lib/vendor/fetchers/apply-JIT-hotel-rules.fetcher.d.ts +7 -0
- package/angular/lib/vendor/fetchers/apply-jit-flight-rules.d.ts +7 -0
- package/angular/lib/vendor/fetchers/basket-fetcher.d.ts +2 -1
- package/angular/lib/vendor/fetchers/conferma-office.fetcher.d.ts +2 -1
- package/angular/lib/vendor/fetchers/flight-fare-rules.fetcher.d.ts +7 -0
- package/angular/lib/vendor/fetchers/flight-quote.fetcher.d.ts +2 -1
- package/angular/lib/vendor/fetchers/get-covid-microsite-token.fetcher.d.ts +7 -0
- package/angular/lib/vendor/fetchers/get-flight-seat-map-fetcher.d.ts +7 -0
- package/angular/lib/vendor/fetchers/get-rail-live-departures.fetcher.d.ts +7 -0
- package/angular/lib/vendor/fetchers/irl-discount-card-fetcher.d.ts +7 -0
- package/angular/lib/vendor/fetchers/search-airlines-fetcher.d.ts +2 -1
- package/angular/lib/vendor/fetchers/search-airports-fetcher.d.ts +2 -1
- package/angular/lib/vendor/fetchers/search-conferma-cities.fetcher.d.ts +2 -1
- package/angular/lib/vendor/fetchers/user-fetcher.d.ts +2 -1
- package/angular/lib/vendor/services/my-bookings.service.d.ts +4 -3
- package/angular/lib/vendor/services/search.service.d.ts +11 -3
- package/angular/lib/vendor/services/user.service.d.ts +4 -3
- package/angular/lib/vendor/types/graphql.angular.types.d.ts +818 -1046
- package/angular/lib/vendor/updaters/cancel-booking-updater.d.ts +6 -0
- package/angular/lib/vendor/updaters/confirm-messages-updater.d.ts +6 -0
- package/angular/sabstravtech-obtservices-angular.d.ts +13 -9
- package/angular/sabstravtech-obtservices-angular.metadata.json +1 -1
- package/angular/updaters.d.ts +1 -0
- package/base/classes.d.ts +1 -0
- package/base/fetchers.d.ts +25 -3
- package/base/interfaces.d.ts +3 -3
- package/base/lib/vendor/classes/base-enterprise.d.ts +5 -2
- package/base/lib/vendor/classes/bookable-basket.d.ts +1 -1
- package/base/lib/vendor/classes/cabhire-enterprise-search.d.ts +4 -5
- package/base/lib/vendor/classes/carhire-enterprise-search.d.ts +9 -2
- package/base/lib/vendor/classes/enviroment.d.ts +2 -0
- package/base/lib/vendor/classes/eurostar-enterprise-search.d.ts +23 -68
- package/base/lib/vendor/classes/flight-enterprise-search.d.ts +36 -21
- package/base/lib/vendor/classes/helpers.d.ts +47 -6
- package/base/lib/vendor/classes/hotel-enterprise-search.d.ts +17 -8
- package/base/lib/vendor/classes/irl-direction.enum.d.ts +4 -0
- package/base/lib/vendor/classes/irl-enterprise-search.d.ts +282 -29
- package/base/lib/vendor/classes/lounges-enterprise-search.d.ts +4 -1
- package/base/lib/vendor/classes/management-info-and-valid.d.ts +1 -0
- package/base/lib/vendor/classes/modal-types.enum.d.ts +4 -0
- package/base/lib/vendor/classes/parking-enterprise-search.d.ts +4 -1
- package/base/lib/vendor/classes/rail-direction.enum.d.ts +2 -2
- package/base/lib/vendor/classes/rail-enterprise-search.d.ts +79 -55
- package/base/lib/vendor/classes/rail-index-to-ticket.d.ts +9 -0
- package/base/lib/vendor/classes/supplementary-booking-info-impl.d.ts +1 -0
- package/base/lib/vendor/classes/user-favourite.enum.d.ts +3 -0
- package/base/lib/vendor/fetchers/apply-JIT-hotel-rules.fetcher.d.ts +23 -0
- package/base/lib/vendor/fetchers/apply-jit-flight-rules.d.ts +21 -0
- package/base/lib/vendor/fetchers/basket-fetcher.d.ts +2 -1
- package/base/lib/vendor/fetchers/conferma-office.fetcher.d.ts +2 -1
- package/base/lib/vendor/fetchers/flight-fare-rules.fetcher.d.ts +21 -0
- package/base/lib/vendor/fetchers/flight-quote.fetcher.d.ts +6 -2
- package/base/lib/vendor/fetchers/get-covid-microsite-token.fetcher.d.ts +21 -0
- package/base/lib/vendor/fetchers/get-flight-seat-map-fetcher.d.ts +21 -0
- package/base/lib/vendor/fetchers/get-rail-live-departures.fetcher.d.ts +21 -0
- package/base/lib/vendor/fetchers/irl-discount-card-fetcher.d.ts +21 -0
- package/base/lib/vendor/fetchers/list-fetchable-enterprise.d.ts +1 -1
- package/base/lib/vendor/fetchers/object-fetchable-enterprise.d.ts +3 -1
- package/base/lib/vendor/fetchers/search-airlines.fetcher.d.ts +2 -1
- package/base/lib/vendor/fetchers/search-airports-fetcher.d.ts +2 -1
- package/base/lib/vendor/fetchers/search-conferma-cities.fetcher.d.ts +2 -1
- package/base/lib/vendor/fetchers/user-fetcher.d.ts +2 -1
- package/base/lib/vendor/interfaces/Icarhire-enterprise-search.d.ts +2 -0
- package/base/lib/vendor/interfaces/Ienterprise-basket.service.d.ts +2 -2
- package/base/lib/vendor/interfaces/Ieurostar-enterprise-search.d.ts +4 -2
- package/base/lib/vendor/interfaces/Iflight-enterprise-search.d.ts +11 -2
- package/base/lib/vendor/interfaces/Ihotel-enterprise-search.d.ts +6 -22
- package/base/lib/vendor/interfaces/Iirl-enterprise-search.d.ts +13 -10
- package/base/lib/vendor/interfaces/Imybookings.service.d.ts +2 -1
- package/base/lib/vendor/interfaces/Irail-enterprise-search.d.ts +28 -31
- package/base/lib/vendor/interfaces/Isearch.service.d.ts +9 -3
- package/base/lib/vendor/interfaces/Iuser.service.d.ts +3 -1
- package/base/lib/vendor/interfaces/enable-fresh-chat-interface.d.ts +7 -0
- package/base/lib/vendor/interfaces/flight-filters.interface.d.ts +1 -0
- package/base/lib/vendor/interfaces/rail-basket-item.interface.d.ts +8 -4
- package/base/lib/vendor/interfaces/rail-recent-search-args.interface.d.ts +16 -11
- package/base/lib/vendor/interfaces/rail-selected-ticket.interface.d.ts +4 -9
- package/base/lib/vendor/interfaces/summary-interface.d.ts +23 -0
- package/base/lib/vendor/interfaces/terms-and-conditions.interface.d.ts +4 -0
- package/base/lib/vendor/interfaces/user.data.d.ts +1 -0
- package/base/lib/vendor/services/enterprise-basket.service.d.ts +4 -3
- package/base/lib/vendor/services/hotel-avallibility.service.d.ts +3 -2
- package/base/lib/vendor/services/my-bookings.service.d.ts +6 -3
- package/base/lib/vendor/services/search.service.d.ts +34 -10
- package/base/lib/vendor/services/user.service.d.ts +9 -4
- package/base/lib/vendor/types/graphql.types.d.ts +767 -1044
- package/base/lib/vendor/types/types.d.ts +180 -13
- package/base/lib/vendor/updaters/cancel-booking-updater.d.ts +20 -0
- package/base/lib/vendor/updaters/confirm-messages-updater.d.ts +19 -0
- package/base/sabstravtech-obtservices-base.metadata.json +1 -1
- package/base/updaters.d.ts +2 -0
- package/bundles/sabstravtech-obtservices-angular.umd.js +568 -154
- 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 +10844 -9735
- 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/components/basket-panel.js +9 -5
- package/esm2015/angular/components/with-component.js +7 -4
- package/esm2015/angular/fetchers.js +17 -13
- package/esm2015/angular/lib/vendor/classes/helpers.js +18 -1
- package/esm2015/angular/lib/vendor/fetchers/apply-JIT-hotel-rules.fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/fetchers/apply-jit-flight-rules.js +25 -0
- package/esm2015/angular/lib/vendor/fetchers/basket-fetcher.js +8 -5
- package/esm2015/angular/lib/vendor/fetchers/conferma-office.fetcher.js +8 -5
- package/esm2015/angular/lib/vendor/fetchers/flight-fare-rules.fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/fetchers/flight-quote.fetcher.js +8 -5
- package/esm2015/angular/lib/vendor/fetchers/get-covid-microsite-token.fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/fetchers/get-flight-seat-map-fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/fetchers/get-rail-live-departures.fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/fetchers/irl-discount-card-fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/fetchers/search-airlines-fetcher.js +8 -5
- package/esm2015/angular/lib/vendor/fetchers/search-airports-fetcher.js +8 -5
- package/esm2015/angular/lib/vendor/fetchers/search-conferma-cities.fetcher.js +8 -5
- package/esm2015/angular/lib/vendor/fetchers/user-fetcher.js +8 -5
- package/esm2015/angular/lib/vendor/services/my-bookings.service.js +8 -5
- package/esm2015/angular/lib/vendor/services/search.service.js +32 -8
- package/esm2015/angular/lib/vendor/services/user.service.js +9 -6
- package/esm2015/angular/lib/vendor/types/graphql.angular.types.js +1325 -2502
- package/esm2015/angular/lib/vendor/updaters/cancel-booking-updater.js +22 -0
- package/esm2015/angular/lib/vendor/updaters/confirm-messages-updater.js +22 -0
- package/esm2015/angular/obtservices.module.js +11 -1
- package/esm2015/angular/sabstravtech-obtservices-angular.js +14 -10
- package/esm2015/angular/updaters.js +2 -1
- package/esm2015/base/classes.js +2 -1
- package/esm2015/base/fetchers.js +26 -4
- package/esm2015/base/interfaces.js +4 -4
- package/esm2015/base/lib/vendor/classes/base-enterprise.js +14 -14
- package/esm2015/base/lib/vendor/classes/bookable-basket.js +11 -6
- package/esm2015/base/lib/vendor/classes/cabhire-enterprise-search.js +60 -103
- package/esm2015/base/lib/vendor/classes/carhire-enterprise-search.js +92 -5
- package/esm2015/base/lib/vendor/classes/enviroment.js +3 -1
- package/esm2015/base/lib/vendor/classes/eurostar-enterprise-search.js +524 -677
- package/esm2015/base/lib/vendor/classes/flight-enterprise-search.js +650 -298
- package/esm2015/base/lib/vendor/classes/helpers.js +255 -70
- package/esm2015/base/lib/vendor/classes/hotel-enterprise-search.js +254 -116
- package/esm2015/base/lib/vendor/classes/irl-direction.enum.js +6 -0
- package/esm2015/base/lib/vendor/classes/irl-enterprise-search.js +390 -694
- package/esm2015/base/lib/vendor/classes/lounges-enterprise-search.js +87 -5
- package/esm2015/base/lib/vendor/classes/management-info-and-valid.js +49 -30
- package/esm2015/base/lib/vendor/classes/modal-types.enum.js +5 -1
- package/esm2015/base/lib/vendor/classes/parking-enterprise-search.js +49 -4
- package/esm2015/base/lib/vendor/classes/rail-direction.enum.js +3 -3
- package/esm2015/base/lib/vendor/classes/rail-enterprise-search.js +950 -680
- package/esm2015/base/lib/vendor/classes/rail-index-to-ticket.js +48 -0
- package/esm2015/base/lib/vendor/classes/supplementary-booking-info-impl.js +17 -3
- package/esm2015/base/lib/vendor/classes/user-favourite.enum.js +4 -1
- package/esm2015/base/lib/vendor/fetchers/apply-JIT-hotel-rules.fetcher.js +22 -0
- package/esm2015/base/lib/vendor/fetchers/apply-jit-flight-rules.js +10 -0
- package/esm2015/base/lib/vendor/fetchers/basket-fetcher.js +3 -3
- package/esm2015/base/lib/vendor/fetchers/conferma-office.fetcher.js +3 -3
- package/esm2015/base/lib/vendor/fetchers/flight-fare-rules.fetcher.js +11 -0
- package/esm2015/base/lib/vendor/fetchers/flight-quote.fetcher.js +12 -4
- package/esm2015/base/lib/vendor/fetchers/get-covid-microsite-token.fetcher.js +11 -0
- package/esm2015/base/lib/vendor/fetchers/get-flight-seat-map-fetcher.js +11 -0
- package/esm2015/base/lib/vendor/fetchers/get-rail-live-departures.fetcher.js +11 -0
- package/esm2015/base/lib/vendor/fetchers/irl-discount-card-fetcher.js +11 -0
- package/esm2015/base/lib/vendor/fetchers/list-fetchable-enterprise.js +5 -3
- package/esm2015/base/lib/vendor/fetchers/object-fetchable-enterprise.js +4 -3
- package/esm2015/base/lib/vendor/fetchers/search-airlines.fetcher.js +3 -3
- package/esm2015/base/lib/vendor/fetchers/search-airports-fetcher.js +3 -3
- package/esm2015/base/lib/vendor/fetchers/search-conferma-cities.fetcher.js +3 -3
- package/esm2015/base/lib/vendor/fetchers/user-fetcher.js +3 -3
- package/esm2015/base/lib/vendor/interfaces/Icarhire-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 +7 -1
- package/esm2015/base/lib/vendor/interfaces/Ihotel-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Iirl-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Imybookings.service.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Irail-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Isearch.service.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Iuser.service.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/enable-fresh-chat-interface.js +3 -0
- package/esm2015/base/lib/vendor/interfaces/flight-filters.interface.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/rail-basket-item.interface.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/rail-recent-search-args.interface.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/rail-selected-ticket.interface.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/summary-interface.js +2 -0
- package/esm2015/base/lib/vendor/interfaces/terms-and-conditions.interface.js +2 -0
- package/esm2015/base/lib/vendor/interfaces/user.data.js +1 -1
- package/esm2015/base/lib/vendor/services/enterprise-basket.service.js +90 -48
- package/esm2015/base/lib/vendor/services/hotel-avallibility.service.js +24 -4
- package/esm2015/base/lib/vendor/services/my-bookings.service.js +6 -2
- package/esm2015/base/lib/vendor/services/search.service.js +84 -45
- package/esm2015/base/lib/vendor/services/user.service.js +13 -2
- package/esm2015/base/lib/vendor/types/graphql.types.js +9 -28
- package/esm2015/base/lib/vendor/types/types.js +34 -2
- package/esm2015/base/lib/vendor/updaters/cancel-booking-updater.js +11 -0
- package/esm2015/base/lib/vendor/updaters/confirm-messages-updater.js +11 -0
- package/esm2015/base/updaters.js +3 -1
- package/fesm2015/sabstravtech-obtservices-angular.js +1321 -2310
- package/fesm2015/sabstravtech-obtservices-angular.js.map +1 -1
- package/fesm2015/sabstravtech-obtservices-base.js +7801 -6803
- package/fesm2015/sabstravtech-obtservices-base.js.map +1 -1
- package/package.json +1 -1
- package/base/lib/vendor/interfaces/rail-journey-leg.interface.d.ts +0 -6
- package/base/lib/vendor/interfaces/rail-ticket-group.interface.d.ts +0 -26
- package/base/lib/vendor/interfaces/rail-ticket-groups.interface.d.ts +0 -4
- package/esm2015/base/lib/vendor/interfaces/rail-journey-leg.interface.js +0 -2
- package/esm2015/base/lib/vendor/interfaces/rail-ticket-group.interface.js +0 -2
- package/esm2015/base/lib/vendor/interfaces/rail-ticket-groups.interface.js +0 -2
|
@@ -102,6 +102,10 @@ export declare enum ApplicationStage {
|
|
|
102
102
|
BeforeSearch = "BEFORE_SEARCH",
|
|
103
103
|
AfterSearch = "AFTER_SEARCH"
|
|
104
104
|
}
|
|
105
|
+
export declare type ApplyJitRulesResult = {
|
|
106
|
+
__typename?: 'ApplyJITRulesResult';
|
|
107
|
+
result: FieldWrapper<Scalars['JSON']>;
|
|
108
|
+
};
|
|
105
109
|
export declare type Approvee = {
|
|
106
110
|
__typename?: 'Approvee';
|
|
107
111
|
approvee: FieldWrapper<User>;
|
|
@@ -184,6 +188,7 @@ export declare type BasketItem = {
|
|
|
184
188
|
latestValidationAvailable?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
185
189
|
bookingThirdPartyReference?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
186
190
|
pnrLocator?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
191
|
+
booking_detail?: Maybe<FieldWrapper<Scalars['JSON']>>;
|
|
187
192
|
status: FieldWrapper<BasketItemStatus>;
|
|
188
193
|
availablePaymentMethods: Array<FieldWrapper<PaymentMethod>>;
|
|
189
194
|
selectedPaymentMethod?: Maybe<FieldWrapper<PaymentMethod>>;
|
|
@@ -566,35 +571,6 @@ export declare type ConfermaBlockedHotelsResult = {
|
|
|
566
571
|
results: FieldWrapper<Scalars['Boolean']>;
|
|
567
572
|
errors: Array<FieldWrapper<SearchError>>;
|
|
568
573
|
};
|
|
569
|
-
export declare type ConfermaCard = {
|
|
570
|
-
__typename?: 'ConfermaCard';
|
|
571
|
-
id: FieldWrapper<Scalars['ID']>;
|
|
572
|
-
label?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
573
|
-
token?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
574
|
-
webInstanceId?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
575
|
-
company?: Maybe<FieldWrapper<Scalars['ID']>>;
|
|
576
|
-
office?: Maybe<FieldWrapper<Scalars['ID']>>;
|
|
577
|
-
user?: Maybe<FieldWrapper<Scalars['ID']>>;
|
|
578
|
-
status: FieldWrapper<ConfermaCardStatus>;
|
|
579
|
-
expires?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
580
|
-
cardHolderName?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
581
|
-
cardType?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
582
|
-
};
|
|
583
|
-
export declare type ConfermaCardResults = {
|
|
584
|
-
__typename?: 'ConfermaCardResults';
|
|
585
|
-
id: FieldWrapper<Scalars['ID']>;
|
|
586
|
-
label?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
587
|
-
token?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
588
|
-
cardHolderName?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
589
|
-
cardType?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
590
|
-
expires?: Maybe<FieldWrapper<Scalars['Date']>>;
|
|
591
|
-
status: FieldWrapper<ConfermaCardStatus>;
|
|
592
|
-
};
|
|
593
|
-
export declare enum ConfermaCardStatus {
|
|
594
|
-
Pending = "Pending",
|
|
595
|
-
Enabled = "Enabled",
|
|
596
|
-
Disabled = "Disabled"
|
|
597
|
-
}
|
|
598
574
|
export declare type ConfermaCityLocation = {
|
|
599
575
|
__typename?: 'ConfermaCityLocation';
|
|
600
576
|
foundExact: FieldWrapper<Scalars['Boolean']>;
|
|
@@ -607,11 +583,6 @@ export declare type ConfermaCityLocationOptions = {
|
|
|
607
583
|
latitude?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
608
584
|
longitude?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
609
585
|
};
|
|
610
|
-
export declare type ConfermaCreateCardResult = {
|
|
611
|
-
__typename?: 'ConfermaCreateCardResult';
|
|
612
|
-
results?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
613
|
-
errors: Array<FieldWrapper<SearchError>>;
|
|
614
|
-
};
|
|
615
586
|
export declare type ConfermaOfficeAddress = {
|
|
616
587
|
__typename?: 'ConfermaOfficeAddress';
|
|
617
588
|
addressName?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -985,6 +956,21 @@ export declare type FlightCarrierDetail = {
|
|
|
985
956
|
banner?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
986
957
|
popularity?: Maybe<FieldWrapper<Scalars['Int']>>;
|
|
987
958
|
};
|
|
959
|
+
export declare type FlightFareRulesResponse = {
|
|
960
|
+
__typename?: 'FlightFareRulesResponse';
|
|
961
|
+
cancellation?: Maybe<Array<Maybe<FieldWrapper<FareConditionEntry>>>>;
|
|
962
|
+
change?: Maybe<Array<Maybe<FieldWrapper<FareConditionEntry>>>>;
|
|
963
|
+
noShow?: Maybe<Array<Maybe<FieldWrapper<FareConditionEntry>>>>;
|
|
964
|
+
upgrade?: Maybe<Array<Maybe<FieldWrapper<FareConditionEntry>>>>;
|
|
965
|
+
other?: Maybe<Array<Maybe<FieldWrapper<FareConditionEntry>>>>;
|
|
966
|
+
source: FieldWrapper<Scalars['String']>;
|
|
967
|
+
sourceId: FieldWrapper<Scalars['Int']>;
|
|
968
|
+
};
|
|
969
|
+
export declare type FlightFareRulesResult = {
|
|
970
|
+
__typename?: 'FlightFareRulesResult';
|
|
971
|
+
results: Array<FieldWrapper<FlightFareRulesResponse>>;
|
|
972
|
+
errors: Array<FieldWrapper<SearchError>>;
|
|
973
|
+
};
|
|
988
974
|
export declare type FlightFareTotal = {
|
|
989
975
|
__typename?: 'FlightFareTotal';
|
|
990
976
|
price: FieldWrapper<Scalars['Float']>;
|
|
@@ -995,6 +981,7 @@ export declare type FlightFareTotal = {
|
|
|
995
981
|
export declare type FlightItinerary = {
|
|
996
982
|
__typename?: 'FlightItinerary';
|
|
997
983
|
uid: FieldWrapper<Scalars['Int']>;
|
|
984
|
+
baseFareId?: Maybe<FieldWrapper<Scalars['Int']>>;
|
|
998
985
|
passengerCount: FieldWrapper<Scalars['Int']>;
|
|
999
986
|
outboundFlights: Array<FieldWrapper<FlightJourney>>;
|
|
1000
987
|
inboundFlights?: Maybe<Array<Maybe<FieldWrapper<FlightJourney>>>>;
|
|
@@ -1007,23 +994,18 @@ export declare type FlightItinerary = {
|
|
|
1007
994
|
total: FieldWrapper<FlightFareTotal>;
|
|
1008
995
|
fareConditions?: Maybe<FieldWrapper<FareConditions>>;
|
|
1009
996
|
baggageAllowance?: Maybe<Array<Maybe<FieldWrapper<BaggageAllowance>>>>;
|
|
997
|
+
disclosures?: Maybe<Array<Maybe<FieldWrapper<Scalars['String']>>>>;
|
|
1010
998
|
additional?: Maybe<FieldWrapper<Scalars['JSON']>>;
|
|
1011
999
|
source: FieldWrapper<Scalars['String']>;
|
|
1012
1000
|
sourceId: FieldWrapper<Scalars['Int']>;
|
|
1013
1001
|
version: FieldWrapper<Scalars['String']>;
|
|
1014
|
-
tmcPreferred: FieldWrapper<Scalars['Boolean']>;
|
|
1015
|
-
companyPreferred: FieldWrapper<Scalars['Boolean']>;
|
|
1016
|
-
officePreferred: FieldWrapper<Scalars['Boolean']>;
|
|
1017
|
-
tmcPreferredMessage?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1018
|
-
companyPreferredMessage?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1019
|
-
officePreferredMessage?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1020
|
-
unavailable: FieldWrapper<Scalars['Boolean']>;
|
|
1021
|
-
unavailableMessage?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1022
1002
|
co2PerItem: FieldWrapper<Scalars['Float']>;
|
|
1023
1003
|
co2PerPassenger: FieldWrapper<Scalars['Float']>;
|
|
1004
|
+
journeyHash: FieldWrapper<Scalars['String']>;
|
|
1024
1005
|
};
|
|
1025
1006
|
export declare type FlightJourney = {
|
|
1026
1007
|
__typename?: 'FlightJourney';
|
|
1008
|
+
id?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1027
1009
|
fareInfo?: Maybe<FieldWrapper<FlightSpecialFareInfo>>;
|
|
1028
1010
|
originAirport: FieldWrapper<Scalars['String']>;
|
|
1029
1011
|
originTerminal?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -1051,11 +1033,13 @@ export declare type FlightJourney = {
|
|
|
1051
1033
|
seatsAvailable?: Maybe<FieldWrapper<Scalars['Int']>>;
|
|
1052
1034
|
cabinCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1053
1035
|
cabinClass?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1036
|
+
cabinRaw?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1054
1037
|
marketingNames?: Maybe<Array<Maybe<FieldWrapper<Scalars['String']>>>>;
|
|
1055
1038
|
fareConditions: FieldWrapper<FareConditions>;
|
|
1056
1039
|
vendorCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1057
1040
|
stops?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1058
1041
|
bookingCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1042
|
+
governingCarrier?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1059
1043
|
marriageGroup?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
1060
1044
|
fareBasisCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1061
1045
|
additional?: Maybe<FieldWrapper<Scalars['JSON']>>;
|
|
@@ -1068,10 +1052,9 @@ export declare type FlightPassengerObject = {
|
|
|
1068
1052
|
dob?: Maybe<Scalars['Date']>;
|
|
1069
1053
|
};
|
|
1070
1054
|
export declare enum FlightPassengerType {
|
|
1071
|
-
|
|
1072
|
-
Child = "
|
|
1073
|
-
|
|
1074
|
-
Senior = "Senior"
|
|
1055
|
+
Adult = "ADULT",
|
|
1056
|
+
Child = "CHILD",
|
|
1057
|
+
Infant = "INFANT"
|
|
1075
1058
|
}
|
|
1076
1059
|
export declare type FlightRevalidateResponse = {
|
|
1077
1060
|
__typename?: 'FlightRevalidateResponse';
|
|
@@ -1085,11 +1068,13 @@ export declare type FlightSearchResult = {
|
|
|
1085
1068
|
__typename?: 'FlightSearchResult';
|
|
1086
1069
|
results: Array<FieldWrapper<SearchResult>>;
|
|
1087
1070
|
errors: Array<FieldWrapper<SearchError>>;
|
|
1071
|
+
ruleActionSummary?: Maybe<FieldWrapper<Scalars['JSON']>>;
|
|
1088
1072
|
};
|
|
1089
1073
|
export declare type FlightSearchResultV2 = {
|
|
1090
1074
|
__typename?: 'FlightSearchResultV2';
|
|
1091
1075
|
results: FieldWrapper<FeFlightSearchResults>;
|
|
1092
1076
|
errors: Array<FieldWrapper<SearchError>>;
|
|
1077
|
+
ruleActionSummary?: Maybe<FieldWrapper<Scalars['JSON']>>;
|
|
1093
1078
|
};
|
|
1094
1079
|
export declare type FlightSeatMapAircraft = {
|
|
1095
1080
|
__typename?: 'FlightSeatMapAircraft';
|
|
@@ -1208,14 +1193,6 @@ export declare type HotelItinerary = {
|
|
|
1208
1193
|
source: FieldWrapper<Scalars['String']>;
|
|
1209
1194
|
sourceId: FieldWrapper<Scalars['Int']>;
|
|
1210
1195
|
version: FieldWrapper<Scalars['String']>;
|
|
1211
|
-
tmcPreferred: FieldWrapper<Scalars['Boolean']>;
|
|
1212
|
-
companyPreferred: FieldWrapper<Scalars['Boolean']>;
|
|
1213
|
-
officePreferred: FieldWrapper<Scalars['Boolean']>;
|
|
1214
|
-
tmcPreferredMessage?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1215
|
-
companyPreferredMessage?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1216
|
-
officePreferredMessage?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1217
|
-
unavailable: FieldWrapper<Scalars['Boolean']>;
|
|
1218
|
-
unavailableMessage?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1219
1196
|
};
|
|
1220
1197
|
export declare type HotelLocation = {
|
|
1221
1198
|
__typename?: 'HotelLocation';
|
|
@@ -1271,6 +1248,14 @@ export declare type HotelRoom = {
|
|
|
1271
1248
|
tax: FieldWrapper<HotelTax>;
|
|
1272
1249
|
acceptedCards?: Maybe<Array<Maybe<FieldWrapper<HotelCard>>>>;
|
|
1273
1250
|
paymentTypes?: Maybe<Array<Maybe<FieldWrapper<HotelPaymentType>>>>;
|
|
1251
|
+
tmcPreferred: FieldWrapper<Scalars['Boolean']>;
|
|
1252
|
+
companyPreferred: FieldWrapper<Scalars['Boolean']>;
|
|
1253
|
+
officePreferred: FieldWrapper<Scalars['Boolean']>;
|
|
1254
|
+
tmcPreferredMessage?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1255
|
+
companyPreferredMessage?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1256
|
+
officePreferredMessage?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1257
|
+
unavailable: FieldWrapper<Scalars['Boolean']>;
|
|
1258
|
+
unavailableMessage?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1274
1259
|
};
|
|
1275
1260
|
export declare type HotelSearchResult = {
|
|
1276
1261
|
__typename?: 'HotelSearchResult';
|
|
@@ -1461,8 +1446,18 @@ export declare type IrlTicketOption = {
|
|
|
1461
1446
|
currency?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1462
1447
|
route?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1463
1448
|
routeCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1449
|
+
fareRules?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1464
1450
|
tickets?: Maybe<Array<Maybe<FieldWrapper<IrlTicket>>>>;
|
|
1465
1451
|
};
|
|
1452
|
+
export declare type IrlTravelCard = {
|
|
1453
|
+
__typename?: 'IRLTravelCard';
|
|
1454
|
+
id: FieldWrapper<Scalars['String']>;
|
|
1455
|
+
netCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1456
|
+
reco?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1457
|
+
type?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1458
|
+
name?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1459
|
+
supplier?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1460
|
+
};
|
|
1466
1461
|
export declare type IrlTraveller = {
|
|
1467
1462
|
__typename?: 'IRLTraveller';
|
|
1468
1463
|
status?: Maybe<FieldWrapper<IrlTravellerStatus>>;
|
|
@@ -1488,20 +1483,27 @@ export declare type InputCarHireDepot = {
|
|
|
1488
1483
|
dropOffExtendedLocationCode?: Maybe<Scalars['String']>;
|
|
1489
1484
|
};
|
|
1490
1485
|
export declare type InputFlightJourney = {
|
|
1486
|
+
id: Scalars['String'];
|
|
1491
1487
|
fareInfo?: Maybe<Scalars['JSON']>;
|
|
1492
1488
|
originAirport: Scalars['String'];
|
|
1493
1489
|
originTerminal?: Maybe<Scalars['String']>;
|
|
1490
|
+
originAirportName?: Maybe<Scalars['String']>;
|
|
1491
|
+
originAirportDetail?: Maybe<Scalars['JSON']>;
|
|
1494
1492
|
destinationAirport: Scalars['String'];
|
|
1495
1493
|
destinationTerminal?: Maybe<Scalars['String']>;
|
|
1494
|
+
destinationAirportName?: Maybe<Scalars['String']>;
|
|
1495
|
+
destinationAirportDetail?: Maybe<Scalars['JSON']>;
|
|
1496
1496
|
dateTimeDeparting: Scalars['String'];
|
|
1497
1497
|
dateTimeDepartingUTC: Scalars['String'];
|
|
1498
1498
|
dateTimeArriving: Scalars['String'];
|
|
1499
1499
|
dateTimeArrivingUTC: Scalars['String'];
|
|
1500
1500
|
marketingCarrier: Scalars['String'];
|
|
1501
1501
|
marketingCarrierName?: Maybe<Scalars['String']>;
|
|
1502
|
+
marketingCarrierDetail?: Maybe<Scalars['JSON']>;
|
|
1502
1503
|
marketingFlightNumber: Scalars['String'];
|
|
1503
1504
|
operatingCarrier: Scalars['String'];
|
|
1504
1505
|
operatingCarrierName?: Maybe<Scalars['String']>;
|
|
1506
|
+
operatingCarrierDetail?: Maybe<Scalars['JSON']>;
|
|
1505
1507
|
operatingFlightNumber: Scalars['String'];
|
|
1506
1508
|
equipmentCode: Scalars['String'];
|
|
1507
1509
|
equipmentName: Scalars['String'];
|
|
@@ -1509,11 +1511,13 @@ export declare type InputFlightJourney = {
|
|
|
1509
1511
|
seatsAvailable?: Maybe<Scalars['Int']>;
|
|
1510
1512
|
cabinCode?: Maybe<Scalars['String']>;
|
|
1511
1513
|
cabinClass?: Maybe<Scalars['String']>;
|
|
1514
|
+
cabinRaw?: Maybe<Scalars['String']>;
|
|
1512
1515
|
marketingNames?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
1513
1516
|
fareConditions: Scalars['JSON'];
|
|
1514
1517
|
vendorCode?: Maybe<Scalars['String']>;
|
|
1515
1518
|
stops?: Maybe<Scalars['String']>;
|
|
1516
1519
|
bookingCode?: Maybe<Scalars['String']>;
|
|
1520
|
+
governingCarrier?: Maybe<Scalars['String']>;
|
|
1517
1521
|
marriageGroup?: Maybe<Scalars['Boolean']>;
|
|
1518
1522
|
fareBasisCode?: Maybe<Scalars['String']>;
|
|
1519
1523
|
additional?: Maybe<Scalars['JSON']>;
|
|
@@ -1719,12 +1723,10 @@ export declare type Mutation = {
|
|
|
1719
1723
|
setBasketItemLeadPassenger: FieldWrapper<Basket>;
|
|
1720
1724
|
bookBasket: FieldWrapper<Basket>;
|
|
1721
1725
|
cancelBooking: FieldWrapper<AfterCancellationInfo>;
|
|
1722
|
-
confermaCreateCard: FieldWrapper<ConfermaCreateCardResult>;
|
|
1723
|
-
confermaDeleteCard: FieldWrapper<Scalars['Boolean']>;
|
|
1724
1726
|
setBasketItemMIGroup: FieldWrapper<Basket>;
|
|
1725
1727
|
setMIDefaultValue: FieldWrapper<Scalars['Boolean']>;
|
|
1726
1728
|
setBasketItemMIValue: FieldWrapper<Basket>;
|
|
1727
|
-
|
|
1729
|
+
confirmMessages: FieldWrapper<Scalars['Boolean']>;
|
|
1728
1730
|
setBasketItemPaymentMethod: FieldWrapper<Basket>;
|
|
1729
1731
|
revalidateBasket: FieldWrapper<Basket>;
|
|
1730
1732
|
revalidateBasketItem: FieldWrapper<Basket>;
|
|
@@ -1822,12 +1824,6 @@ export declare type MutationBookBasketArgs = {
|
|
|
1822
1824
|
export declare type MutationCancelBookingArgs = {
|
|
1823
1825
|
basketItem: Scalars['ID'];
|
|
1824
1826
|
};
|
|
1825
|
-
export declare type MutationConfermaCreateCardArgs = {
|
|
1826
|
-
label: Scalars['String'];
|
|
1827
|
-
};
|
|
1828
|
-
export declare type MutationConfermaDeleteCardArgs = {
|
|
1829
|
-
id: Scalars['ID'];
|
|
1830
|
-
};
|
|
1831
1827
|
export declare type MutationSetBasketItemMiGroupArgs = {
|
|
1832
1828
|
basketItem: Scalars['ID'];
|
|
1833
1829
|
group?: Maybe<Scalars['String']>;
|
|
@@ -1842,8 +1838,8 @@ export declare type MutationSetBasketItemMiValueArgs = {
|
|
|
1842
1838
|
miFreeValue?: Maybe<Scalars['String']>;
|
|
1843
1839
|
user?: Maybe<Scalars['ID']>;
|
|
1844
1840
|
};
|
|
1845
|
-
export declare type
|
|
1846
|
-
|
|
1841
|
+
export declare type MutationConfirmMessagesArgs = {
|
|
1842
|
+
messages: Array<Scalars['String']>;
|
|
1847
1843
|
};
|
|
1848
1844
|
export declare type MutationSetBasketItemPaymentMethodArgs = {
|
|
1849
1845
|
basketItem: Scalars['ID'];
|
|
@@ -1951,25 +1947,6 @@ export declare enum PassengerType {
|
|
|
1951
1947
|
Child = "CHILD",
|
|
1952
1948
|
Infant = "INFANT"
|
|
1953
1949
|
}
|
|
1954
|
-
export declare type Passport = {
|
|
1955
|
-
__typename?: 'Passport';
|
|
1956
|
-
id: FieldWrapper<Scalars['ID']>;
|
|
1957
|
-
number: FieldWrapper<Scalars['String']>;
|
|
1958
|
-
codeOfIssuingState: FieldWrapper<Scalars['String']>;
|
|
1959
|
-
nationality: FieldWrapper<Scalars['String']>;
|
|
1960
|
-
sex: FieldWrapper<PassportSex>;
|
|
1961
|
-
dob: FieldWrapper<Scalars['DateTime']>;
|
|
1962
|
-
surname: FieldWrapper<Scalars['String']>;
|
|
1963
|
-
givenNames: FieldWrapper<Scalars['String']>;
|
|
1964
|
-
dateOfIssue: FieldWrapper<Scalars['DateTime']>;
|
|
1965
|
-
user: FieldWrapper<User>;
|
|
1966
|
-
createdAt: FieldWrapper<Scalars['DateTime']>;
|
|
1967
|
-
updatedAt: FieldWrapper<Scalars['DateTime']>;
|
|
1968
|
-
};
|
|
1969
|
-
export declare enum PassportSex {
|
|
1970
|
-
M = "M",
|
|
1971
|
-
F = "F"
|
|
1972
|
-
}
|
|
1973
1950
|
export declare type PaymentConfig = {
|
|
1974
1951
|
cspUrl?: Maybe<Scalars['String']>;
|
|
1975
1952
|
agentId?: Maybe<Scalars['String']>;
|
|
@@ -2057,7 +2034,6 @@ export declare type Query = {
|
|
|
2057
2034
|
confermaUnblockClientHotels: FieldWrapper<ConfermaBlockedHotelsResult>;
|
|
2058
2035
|
confermaBlockConsumerHotels: FieldWrapper<ConfermaBlockedHotelsResult>;
|
|
2059
2036
|
confermaUnblockConsumerHotels: FieldWrapper<ConfermaBlockedHotelsResult>;
|
|
2060
|
-
confermaListCards: Array<FieldWrapper<ConfermaCardResults>>;
|
|
2061
2037
|
searchConfermaCities: FieldWrapper<ConfermaCityLocation>;
|
|
2062
2038
|
getConfermaOffice: FieldWrapper<ConfermaOfficeResult>;
|
|
2063
2039
|
getConfermaOfficeNames: FieldWrapper<ConfermaOfficeNamesResult>;
|
|
@@ -2065,15 +2041,18 @@ export declare type Query = {
|
|
|
2065
2041
|
getCountries: Array<FieldWrapper<Country>>;
|
|
2066
2042
|
getCOVIDMicrositeToken: FieldWrapper<Scalars['String']>;
|
|
2067
2043
|
searchFastTrack: FieldWrapper<FastTrackResult>;
|
|
2044
|
+
applyJITFlightRules: FieldWrapper<Scalars['JSON']>;
|
|
2068
2045
|
searchFlights: FieldWrapper<FlightSearchResult>;
|
|
2069
2046
|
searchFlightsV2: FieldWrapper<FlightSearchResultV2>;
|
|
2070
2047
|
searchEurostar: FieldWrapper<FlightSearchResultV2>;
|
|
2048
|
+
getFlightFareRules: FieldWrapper<FlightFareRulesResult>;
|
|
2071
2049
|
alive: FieldWrapper<Scalars['Boolean']>;
|
|
2072
2050
|
getHotelChains: Array<FieldWrapper<Scalars['String']>>;
|
|
2073
2051
|
searchHotelChains: Array<FieldWrapper<Scalars['String']>>;
|
|
2074
2052
|
searchHotels: FieldWrapper<HotelSearchResult>;
|
|
2075
2053
|
getHotelAvailability: FieldWrapper<HotelAvailabilityResult>;
|
|
2076
2054
|
getMultipleHotelsAvailability: FieldWrapper<HotelMultiAvailabilityResult>;
|
|
2055
|
+
getIRLDiscountCards: Array<FieldWrapper<IrlTravelCard>>;
|
|
2077
2056
|
getIRLSupplierStation?: Maybe<FieldWrapper<IrlSupplierStation>>;
|
|
2078
2057
|
searchIRLSupplierStations: Array<FieldWrapper<IrlSupplierStation>>;
|
|
2079
2058
|
searchIRL: FieldWrapper<IrlSearchResult>;
|
|
@@ -2097,10 +2076,12 @@ export declare type Query = {
|
|
|
2097
2076
|
getRailcards: Array<FieldWrapper<ReferenceRailCardQualifier>>;
|
|
2098
2077
|
getRiskAlerts: Array<FieldWrapper<RiskAlert>>;
|
|
2099
2078
|
getUserTravelRules: FieldWrapper<TravelRulesCollection>;
|
|
2079
|
+
applyJITHotelRules: FieldWrapper<ApplyJitRulesResult>;
|
|
2100
2080
|
getUserRecentSearches: Array<FieldWrapper<Search>>;
|
|
2101
2081
|
getUserFavouriteSearches: Array<FieldWrapper<Search>>;
|
|
2102
2082
|
getFlightSeatMap: FieldWrapper<FlightSeatMapResult>;
|
|
2103
2083
|
getUserServices: Array<FieldWrapper<Service>>;
|
|
2084
|
+
getTFXSupplierRoutes: FieldWrapper<TfxSupplierRoutesResult>;
|
|
2104
2085
|
getUserUIConfigs: FieldWrapper<UiConfigCollection>;
|
|
2105
2086
|
getUser: FieldWrapper<User>;
|
|
2106
2087
|
};
|
|
@@ -2168,6 +2149,7 @@ export declare type QuerySearchCarHireArgs = {
|
|
|
2168
2149
|
export declare type QueryGetCarHireDepotsArgs = {
|
|
2169
2150
|
latitude: Scalars['Float'];
|
|
2170
2151
|
longitude: Scalars['Float'];
|
|
2152
|
+
radius?: Maybe<Scalars['String']>;
|
|
2171
2153
|
vendorCode?: Maybe<Scalars['String']>;
|
|
2172
2154
|
};
|
|
2173
2155
|
export declare type QueryCarHireAvailabilityDetailRequestArgs = {
|
|
@@ -2196,10 +2178,6 @@ export declare type QueryConfermaUnblockConsumerHotelsArgs = {
|
|
|
2196
2178
|
hotelIds: Array<Scalars['String']>;
|
|
2197
2179
|
groupIds: Array<Scalars['String']>;
|
|
2198
2180
|
};
|
|
2199
|
-
export declare type QueryConfermaListCardsArgs = {
|
|
2200
|
-
companyId?: Maybe<Scalars['ID']>;
|
|
2201
|
-
officeId?: Maybe<Scalars['ID']>;
|
|
2202
|
-
};
|
|
2203
2181
|
export declare type QuerySearchConfermaCitiesArgs = {
|
|
2204
2182
|
cityName: Scalars['String'];
|
|
2205
2183
|
countryCode: Scalars['String'];
|
|
@@ -2216,6 +2194,10 @@ export declare type QuerySearchFastTrackArgs = {
|
|
|
2216
2194
|
adults: Scalars['Int'];
|
|
2217
2195
|
children?: Maybe<Scalars['Int']>;
|
|
2218
2196
|
};
|
|
2197
|
+
export declare type QueryApplyJitFlightRulesArgs = {
|
|
2198
|
+
selectedOutboundFlight: Scalars['JSON'];
|
|
2199
|
+
availableInboundFlights: Array<Scalars['JSON']>;
|
|
2200
|
+
};
|
|
2219
2201
|
export declare type QuerySearchFlightsArgs = {
|
|
2220
2202
|
passengers: Array<FlightPassengerObject>;
|
|
2221
2203
|
originAirport?: Maybe<Scalars['String']>;
|
|
@@ -2236,6 +2218,7 @@ export declare type QuerySearchFlightsArgs = {
|
|
|
2236
2218
|
preferredCarriers?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2237
2219
|
includeNearbyAirports?: Maybe<Scalars['Boolean']>;
|
|
2238
2220
|
asSingles?: Maybe<Scalars['Boolean']>;
|
|
2221
|
+
groupMax?: Maybe<Scalars['Int']>;
|
|
2239
2222
|
};
|
|
2240
2223
|
export declare type QuerySearchFlightsV2Args = {
|
|
2241
2224
|
passengers: Array<FlightPassengerObject>;
|
|
@@ -2257,6 +2240,7 @@ export declare type QuerySearchFlightsV2Args = {
|
|
|
2257
2240
|
preferredCarriers?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2258
2241
|
includeNearbyAirports?: Maybe<Scalars['Boolean']>;
|
|
2259
2242
|
asSingles?: Maybe<Scalars['Boolean']>;
|
|
2243
|
+
groupMax?: Maybe<Scalars['Int']>;
|
|
2260
2244
|
};
|
|
2261
2245
|
export declare type QuerySearchEurostarArgs = {
|
|
2262
2246
|
passengers: Array<FlightPassengerObject>;
|
|
@@ -2278,6 +2262,10 @@ export declare type QuerySearchEurostarArgs = {
|
|
|
2278
2262
|
preferredCarriers?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2279
2263
|
includeNearbyAirports?: Maybe<Scalars['Boolean']>;
|
|
2280
2264
|
asSingles?: Maybe<Scalars['Boolean']>;
|
|
2265
|
+
groupMax?: Maybe<Scalars['Int']>;
|
|
2266
|
+
};
|
|
2267
|
+
export declare type QueryGetFlightFareRulesArgs = {
|
|
2268
|
+
flight: InputFlightJourney;
|
|
2281
2269
|
};
|
|
2282
2270
|
export declare type QuerySearchHotelChainsArgs = {
|
|
2283
2271
|
query: Scalars['String'];
|
|
@@ -2319,6 +2307,9 @@ export declare type QueryGetMultipleHotelsAvailabilityArgs = {
|
|
|
2319
2307
|
occupants: Scalars['Int'];
|
|
2320
2308
|
rooms?: Maybe<Scalars['Int']>;
|
|
2321
2309
|
};
|
|
2310
|
+
export declare type QueryGetIrlDiscountCardsArgs = {
|
|
2311
|
+
supplier: IrlSupplier;
|
|
2312
|
+
};
|
|
2322
2313
|
export declare type QueryGetIrlSupplierStationArgs = {
|
|
2323
2314
|
id?: Maybe<Scalars['ID']>;
|
|
2324
2315
|
supplier?: Maybe<IrlSupplier>;
|
|
@@ -2339,9 +2330,11 @@ export declare type QuerySearchIrlArgs = {
|
|
|
2339
2330
|
adults: Scalars['Int'];
|
|
2340
2331
|
children?: Maybe<Scalars['Int']>;
|
|
2341
2332
|
returnDepartureDateTime?: Maybe<Scalars['DateTime']>;
|
|
2333
|
+
irlDiscountCards?: Maybe<Scalars['String']>;
|
|
2342
2334
|
};
|
|
2343
2335
|
export declare type QueryGetRailLiveDeparturesArgs = {
|
|
2344
2336
|
stationCode: Scalars['String'];
|
|
2337
|
+
departDateTime?: Maybe<Scalars['DateTime']>;
|
|
2345
2338
|
};
|
|
2346
2339
|
export declare type QuerySearchLoungesArgs = {
|
|
2347
2340
|
locationCode: Scalars['String'];
|
|
@@ -2403,22 +2396,23 @@ export declare type QuerySearchRailStationsArgs = {
|
|
|
2403
2396
|
countryCode?: Maybe<Scalars['String']>;
|
|
2404
2397
|
};
|
|
2405
2398
|
export declare type QuerySearchRailArgs = {
|
|
2406
|
-
countryCode
|
|
2407
|
-
journeyType:
|
|
2399
|
+
countryCode?: Maybe<Scalars['String']>;
|
|
2400
|
+
journeyType: RailSearchJourneyType;
|
|
2408
2401
|
class?: Maybe<RailClass>;
|
|
2409
|
-
outboundArrivalDateTime?: Maybe<Scalars['DateTime']>;
|
|
2410
|
-
outboundDepartureDateTime?: Maybe<Scalars['DateTime']>;
|
|
2411
2402
|
departureLocationId: Scalars['ID'];
|
|
2412
2403
|
arrivalLocationId: Scalars['ID'];
|
|
2413
|
-
|
|
2414
|
-
|
|
2404
|
+
viaLocationId?: Maybe<Scalars['ID']>;
|
|
2405
|
+
outboundArrivalDateTime?: Maybe<Scalars['DateTime']>;
|
|
2406
|
+
outboundDepartureDateTime?: Maybe<Scalars['DateTime']>;
|
|
2415
2407
|
returnArrivalDateTime?: Maybe<Scalars['DateTime']>;
|
|
2416
2408
|
returnDepartureDateTime?: Maybe<Scalars['DateTime']>;
|
|
2417
|
-
|
|
2418
|
-
|
|
2409
|
+
adults: Scalars['Int'];
|
|
2410
|
+
children?: Maybe<Scalars['Int']>;
|
|
2419
2411
|
extraTimeToChange?: Maybe<Scalars['Boolean']>;
|
|
2420
2412
|
plusBusOut?: Maybe<RailPlusBusAvail>;
|
|
2421
2413
|
plusBusReturn?: Maybe<RailPlusBusAvail>;
|
|
2414
|
+
travelCards?: Maybe<Array<Scalars['Date']>>;
|
|
2415
|
+
railCardQualifiers?: Maybe<Array<Scalars['String']>>;
|
|
2422
2416
|
};
|
|
2423
2417
|
export declare type QueryGetRiskAlertsArgs = {
|
|
2424
2418
|
minLevel?: Maybe<RiskLevel>;
|
|
@@ -2428,6 +2422,9 @@ export declare type QueryGetRiskAlertsArgs = {
|
|
|
2428
2422
|
railStation?: Maybe<Scalars['ID']>;
|
|
2429
2423
|
airportIata?: Maybe<Scalars['String']>;
|
|
2430
2424
|
};
|
|
2425
|
+
export declare type QueryApplyJitHotelRulesArgs = {
|
|
2426
|
+
data: Array<Scalars['JSON']>;
|
|
2427
|
+
};
|
|
2431
2428
|
export declare type QueryGetUserRecentSearchesArgs = {
|
|
2432
2429
|
serviceType?: Maybe<ServiceType>;
|
|
2433
2430
|
};
|
|
@@ -2437,6 +2434,10 @@ export declare type QueryGetUserFavouriteSearchesArgs = {
|
|
|
2437
2434
|
export declare type QueryGetFlightSeatMapArgs = {
|
|
2438
2435
|
flight: InputFlightJourney;
|
|
2439
2436
|
};
|
|
2437
|
+
export declare type QueryGetTfxSupplierRoutesArgs = {
|
|
2438
|
+
supplier: Scalars['String'];
|
|
2439
|
+
oneWayOnly?: Maybe<Scalars['Boolean']>;
|
|
2440
|
+
};
|
|
2440
2441
|
export declare type QueryGetUserUiConfigsArgs = {
|
|
2441
2442
|
target?: Maybe<Scalars['String']>;
|
|
2442
2443
|
};
|
|
@@ -2453,13 +2454,13 @@ export declare type RailAccount = {
|
|
|
2453
2454
|
};
|
|
2454
2455
|
export declare type RailCallingPoint = {
|
|
2455
2456
|
__typename?: 'RailCallingPoint';
|
|
2456
|
-
stationName
|
|
2457
|
+
stationName: FieldWrapper<Scalars['String']>;
|
|
2457
2458
|
stationCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2458
2459
|
arrivalDateTime?: Maybe<FieldWrapper<Scalars['DateTime']>>;
|
|
2459
2460
|
departureDateTime?: Maybe<FieldWrapper<Scalars['DateTime']>>;
|
|
2460
2461
|
scheduledPlatform?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2461
|
-
stationClassification
|
|
2462
|
-
stoppingPattern
|
|
2462
|
+
stationClassification: FieldWrapper<RailStationClassification>;
|
|
2463
|
+
stoppingPattern: FieldWrapper<RailStoppingPattern>;
|
|
2463
2464
|
};
|
|
2464
2465
|
export declare enum RailClass {
|
|
2465
2466
|
All = "All",
|
|
@@ -2477,24 +2478,67 @@ export declare type RailIdentifiers = {
|
|
|
2477
2478
|
singleOrReturn?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2478
2479
|
bookingRef?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2479
2480
|
};
|
|
2481
|
+
export declare type RailIdentifiersAllowedWith = {
|
|
2482
|
+
__typename?: 'RailIdentifiersAllowedWith';
|
|
2483
|
+
transactionIdentifier?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2484
|
+
journeyIdentifier?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2485
|
+
provider?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2486
|
+
fareIdentifier?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2487
|
+
direction?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2488
|
+
singleOrReturn?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2489
|
+
bookingRef?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2490
|
+
};
|
|
2491
|
+
export declare type RailJourneyFare = {
|
|
2492
|
+
__typename?: 'RailJourneyFare';
|
|
2493
|
+
providerId?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2494
|
+
providerName: FieldWrapper<Scalars['String']>;
|
|
2495
|
+
identifiers?: Maybe<FieldWrapper<RailIdentifiers>>;
|
|
2496
|
+
type?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2497
|
+
terms?: Maybe<FieldWrapper<RailTicketTerms>>;
|
|
2498
|
+
class?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2499
|
+
singleOrReturn?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2500
|
+
price?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
2501
|
+
reservableStatus?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2502
|
+
currency?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2503
|
+
route?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2504
|
+
routeCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2505
|
+
fareHash: FieldWrapper<Scalars['String']>;
|
|
2506
|
+
deliveryOptions?: Maybe<Array<Maybe<FieldWrapper<RailTicketDeliveryOption>>>>;
|
|
2507
|
+
};
|
|
2508
|
+
export declare type RailJourneyLeg = {
|
|
2509
|
+
__typename?: 'RailJourneyLeg';
|
|
2510
|
+
id: FieldWrapper<Scalars['String']>;
|
|
2511
|
+
operator: FieldWrapper<Scalars['String']>;
|
|
2512
|
+
depart?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2513
|
+
arrive: FieldWrapper<Scalars['String']>;
|
|
2514
|
+
arriveDateTime?: Maybe<FieldWrapper<Scalars['DateTime']>>;
|
|
2515
|
+
departDateTime?: Maybe<FieldWrapper<Scalars['DateTime']>>;
|
|
2516
|
+
reservableStatus: FieldWrapper<Scalars['String']>;
|
|
2517
|
+
callingPoints: Array<FieldWrapper<RailCallingPoint>>;
|
|
2518
|
+
};
|
|
2480
2519
|
export declare type RailJourneyOption = {
|
|
2481
2520
|
__typename?: 'RailJourneyOption';
|
|
2482
|
-
|
|
2483
|
-
travellers?: Maybe<Array<FieldWrapper<RailTraveller>>>;
|
|
2484
|
-
co2PerItem?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
2485
|
-
co2PerPassenger?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
2486
|
-
from?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2521
|
+
from: FieldWrapper<Scalars['String']>;
|
|
2487
2522
|
fromCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2488
|
-
to
|
|
2523
|
+
to: FieldWrapper<Scalars['String']>;
|
|
2489
2524
|
toCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2490
|
-
|
|
2491
|
-
|
|
2525
|
+
journeyHash: FieldWrapper<Scalars['String']>;
|
|
2526
|
+
departDateTime: FieldWrapper<Scalars['DateTime']>;
|
|
2527
|
+
arriveDateTime: FieldWrapper<Scalars['DateTime']>;
|
|
2528
|
+
co2PerItem: FieldWrapper<Scalars['Float']>;
|
|
2529
|
+
co2PerPassenger: FieldWrapper<Scalars['Float']>;
|
|
2530
|
+
journeyLegs: Array<FieldWrapper<RailJourneyLeg>>;
|
|
2531
|
+
returnJourneyFares?: Maybe<Array<FieldWrapper<RailJourneyFare>>>;
|
|
2532
|
+
openReturnJourneyFares?: Maybe<Array<FieldWrapper<RailJourneyFare>>>;
|
|
2533
|
+
dualSingleJourneyFares?: Maybe<Array<FieldWrapper<RailJourneyFare>>>;
|
|
2534
|
+
singleJourneyFares?: Maybe<Array<FieldWrapper<RailJourneyFare>>>;
|
|
2492
2535
|
changes?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2493
|
-
segments?: Maybe<Array<FieldWrapper<RailSegment>>>;
|
|
2494
2536
|
providers?: Maybe<Array<FieldWrapper<RailProvider>>>;
|
|
2495
|
-
|
|
2537
|
+
ticketQueueList?: Maybe<Array<FieldWrapper<RailTicketQueue>>>;
|
|
2538
|
+
accountsList?: Maybe<Array<FieldWrapper<RailAccount>>>;
|
|
2496
2539
|
ticketExtras?: Maybe<Array<FieldWrapper<RailTicketExtra>>>;
|
|
2497
2540
|
plusBus?: Maybe<FieldWrapper<RailPlusBus>>;
|
|
2541
|
+
overtaken?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
2498
2542
|
};
|
|
2499
2543
|
export declare type RailJourneyOptions = {
|
|
2500
2544
|
__typename?: 'RailJourneyOptions';
|
|
@@ -2502,13 +2546,9 @@ export declare type RailJourneyOptions = {
|
|
|
2502
2546
|
sourceId: FieldWrapper<Scalars['Int']>;
|
|
2503
2547
|
outbound?: Maybe<Array<FieldWrapper<RailJourneyOption>>>;
|
|
2504
2548
|
return?: Maybe<Array<FieldWrapper<RailJourneyOption>>>;
|
|
2549
|
+
travelCardsAddonFlag?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
2550
|
+
summary: FieldWrapper<Scalars['JSON']>;
|
|
2505
2551
|
};
|
|
2506
|
-
export declare enum RailJourneyType {
|
|
2507
|
-
ReturnJourney = "ReturnJourney",
|
|
2508
|
-
SingleJourney = "SingleJourney",
|
|
2509
|
-
DualSingleJourney = "DualSingleJourney",
|
|
2510
|
-
OpenReturnJourney = "OpenReturnJourney"
|
|
2511
|
-
}
|
|
2512
2552
|
export declare type RailPlusBus = {
|
|
2513
2553
|
__typename?: 'RailPlusBus';
|
|
2514
2554
|
originPlusBusNLC?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -2528,6 +2568,10 @@ export declare type RailProvider = {
|
|
|
2528
2568
|
ticketOptions?: Maybe<Array<Maybe<FieldWrapper<RailTicketOption>>>>;
|
|
2529
2569
|
bookedTicket?: Maybe<FieldWrapper<RailTicketOption>>;
|
|
2530
2570
|
};
|
|
2571
|
+
export declare enum RailSearchJourneyType {
|
|
2572
|
+
SingleJourney = "SingleJourney",
|
|
2573
|
+
ReturnJourney = "ReturnJourney"
|
|
2574
|
+
}
|
|
2531
2575
|
export declare type RailSearchResult = {
|
|
2532
2576
|
__typename?: 'RailSearchResult';
|
|
2533
2577
|
results: Array<FieldWrapper<RailJourneyOptions>>;
|
|
@@ -2603,6 +2647,12 @@ export declare type RailTicket = {
|
|
|
2603
2647
|
numChildren?: Maybe<FieldWrapper<Scalars['Int']>>;
|
|
2604
2648
|
numAdults?: Maybe<FieldWrapper<Scalars['Int']>>;
|
|
2605
2649
|
};
|
|
2650
|
+
export declare type RailTicketDeliveryOption = {
|
|
2651
|
+
__typename?: 'RailTicketDeliveryOption';
|
|
2652
|
+
id?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2653
|
+
name?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2654
|
+
type?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2655
|
+
};
|
|
2606
2656
|
export declare type RailTicketExtra = {
|
|
2607
2657
|
__typename?: 'RailTicketExtra';
|
|
2608
2658
|
identifiers?: Maybe<FieldWrapper<RailTicketExtraIdentifiers>>;
|
|
@@ -2674,23 +2724,6 @@ export declare type RailTicketTerms = {
|
|
|
2674
2724
|
endDate?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2675
2725
|
dynamicConditions?: Maybe<Array<Maybe<FieldWrapper<DynamicCondition>>>>;
|
|
2676
2726
|
};
|
|
2677
|
-
export declare type RailTraveller = {
|
|
2678
|
-
__typename?: 'RailTraveller';
|
|
2679
|
-
status?: Maybe<FieldWrapper<RailTravellerStatus>>;
|
|
2680
|
-
id?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2681
|
-
dob?: Maybe<FieldWrapper<Scalars['Date']>>;
|
|
2682
|
-
railcard?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2683
|
-
givenName?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2684
|
-
surname?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2685
|
-
nameTitle?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2686
|
-
contactInfo?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2687
|
-
deliveryEmailAddress?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2688
|
-
fare?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2689
|
-
};
|
|
2690
|
-
export declare enum RailTravellerStatus {
|
|
2691
|
-
Placeholder = "placeholder",
|
|
2692
|
-
Complete = "complete"
|
|
2693
|
-
}
|
|
2694
2727
|
export declare type ReferenceRailCardQualifier = {
|
|
2695
2728
|
__typename?: 'ReferenceRailCardQualifier';
|
|
2696
2729
|
name: FieldWrapper<Scalars['String']>;
|
|
@@ -2786,6 +2819,18 @@ export declare type SupplementaryBookingInfo = {
|
|
|
2786
2819
|
supplementaryInfo: Scalars['JSON'];
|
|
2787
2820
|
paymentMethodDetails?: Maybe<Scalars['JSON']>;
|
|
2788
2821
|
};
|
|
2822
|
+
export declare type TfxSupplierRoutesResponse = {
|
|
2823
|
+
__typename?: 'TFXSupplierRoutesResponse';
|
|
2824
|
+
iata1: FieldWrapper<Scalars['String']>;
|
|
2825
|
+
iata2: FieldWrapper<Scalars['String']>;
|
|
2826
|
+
source: FieldWrapper<Scalars['String']>;
|
|
2827
|
+
sourceId: FieldWrapper<Scalars['Int']>;
|
|
2828
|
+
};
|
|
2829
|
+
export declare type TfxSupplierRoutesResult = {
|
|
2830
|
+
__typename?: 'TFXSupplierRoutesResult';
|
|
2831
|
+
results: Array<FieldWrapper<TfxSupplierRoutesResponse>>;
|
|
2832
|
+
errors: Array<FieldWrapper<SearchError>>;
|
|
2833
|
+
};
|
|
2789
2834
|
export declare type Tmc = {
|
|
2790
2835
|
__typename?: 'TMC';
|
|
2791
2836
|
id: FieldWrapper<Scalars['ID']>;
|
|
@@ -2862,7 +2907,7 @@ export declare type User = {
|
|
|
2862
2907
|
employeeId?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2863
2908
|
createdAt: FieldWrapper<Scalars['DateTime']>;
|
|
2864
2909
|
updatedAt: FieldWrapper<Scalars['DateTime']>;
|
|
2865
|
-
dob
|
|
2910
|
+
dob?: Maybe<FieldWrapper<Scalars['Date']>>;
|
|
2866
2911
|
admin?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
2867
2912
|
tmcAdmin?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
2868
2913
|
companyAdmin?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
@@ -2872,7 +2917,6 @@ export declare type User = {
|
|
|
2872
2917
|
passwordLastUpdated?: Maybe<FieldWrapper<Scalars['DateTime']>>;
|
|
2873
2918
|
selectedLanguage: FieldWrapper<Language>;
|
|
2874
2919
|
availableLanguages: Array<FieldWrapper<Language>>;
|
|
2875
|
-
passports: Array<FieldWrapper<Passport>>;
|
|
2876
2920
|
tmc: FieldWrapper<Tmc>;
|
|
2877
2921
|
company: FieldWrapper<Company>;
|
|
2878
2922
|
office: FieldWrapper<Office>;
|
|
@@ -2941,6 +2985,23 @@ export declare type AddUsersToBasketItemMutation = ({
|
|
|
2941
2985
|
__typename?: 'Basket';
|
|
2942
2986
|
} & BasketFieldsFragment);
|
|
2943
2987
|
});
|
|
2988
|
+
export declare type ApplyJitFlightRulesQueryVariables = Exact<{
|
|
2989
|
+
selectedOutboundFlight: Scalars['JSON'];
|
|
2990
|
+
availableInboundFlights: Array<Scalars['JSON']> | Scalars['JSON'];
|
|
2991
|
+
}>;
|
|
2992
|
+
export declare type ApplyJitFlightRulesQuery = ({
|
|
2993
|
+
__typename?: 'Query';
|
|
2994
|
+
} & Pick<Query, 'applyJITFlightRules'>);
|
|
2995
|
+
export declare type ApplyJitHotelRulesQueryVariables = Exact<{
|
|
2996
|
+
data: Array<Scalars['JSON']> | Scalars['JSON'];
|
|
2997
|
+
}>;
|
|
2998
|
+
export declare type ApplyJitHotelRulesQuery = ({
|
|
2999
|
+
__typename?: 'Query';
|
|
3000
|
+
} & {
|
|
3001
|
+
applyJITHotelRules: ({
|
|
3002
|
+
__typename?: 'ApplyJITRulesResult';
|
|
3003
|
+
} & Pick<ApplyJitRulesResult, 'result'>);
|
|
3004
|
+
});
|
|
2944
3005
|
export declare type TravellerFieldsFragment = ({
|
|
2945
3006
|
__typename?: 'User';
|
|
2946
3007
|
} & Pick<User, 'id' | 'title' | 'forename' | 'surname' | 'email' | 'username' | 'employeeId'>);
|
|
@@ -3158,6 +3219,16 @@ export declare type SearchCabHireQuery = ({
|
|
|
3158
3219
|
} & ErrorsFragment)>;
|
|
3159
3220
|
});
|
|
3160
3221
|
});
|
|
3222
|
+
export declare type CancelBookingMutationVariables = Exact<{
|
|
3223
|
+
basketItem: Scalars['ID'];
|
|
3224
|
+
}>;
|
|
3225
|
+
export declare type CancelBookingMutation = ({
|
|
3226
|
+
__typename?: 'Mutation';
|
|
3227
|
+
} & {
|
|
3228
|
+
cancelBooking: ({
|
|
3229
|
+
__typename?: 'AfterCancellationInfo';
|
|
3230
|
+
} & Pick<AfterCancellationInfo, 'cancelled' | 'cancellationFee'>);
|
|
3231
|
+
});
|
|
3161
3232
|
export declare type CarHireAvailabilityDetailRequestQueryVariables = Exact<{
|
|
3162
3233
|
locationDetails: CarHireInputIdentifiers;
|
|
3163
3234
|
}>;
|
|
@@ -3244,6 +3315,12 @@ export declare type SearchCarHireQuery = ({
|
|
|
3244
3315
|
} & ErrorsFragment)>;
|
|
3245
3316
|
});
|
|
3246
3317
|
});
|
|
3318
|
+
export declare type ConfirmMessagesMutationVariables = Exact<{
|
|
3319
|
+
messages: Array<Scalars['String']> | Scalars['String'];
|
|
3320
|
+
}>;
|
|
3321
|
+
export declare type ConfirmMessagesMutation = ({
|
|
3322
|
+
__typename?: 'Mutation';
|
|
3323
|
+
} & Pick<Mutation, 'confirmMessages'>);
|
|
3247
3324
|
export declare type DeleteRecentSearchMutationVariables = Exact<{
|
|
3248
3325
|
id: Scalars['ID'];
|
|
3249
3326
|
}>;
|
|
@@ -3270,292 +3347,71 @@ export declare type GroupedFieldsFragment = ({
|
|
|
3270
3347
|
__typename?: 'MatchingFlights';
|
|
3271
3348
|
} & Pick<MatchingFlights, 'EconomyRestricted' | 'EconomyNoBags' | 'EconomyFlexi' | 'PremiumEconomy' | 'Business' | 'First'>);
|
|
3272
3349
|
});
|
|
3273
|
-
export declare type
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3350
|
+
export declare type FlightJourneyFieldsFragment = ({
|
|
3351
|
+
__typename?: 'FlightJourney';
|
|
3352
|
+
} & Pick<FlightJourney, 'id' | 'bookingCode' | 'cabinClass' | 'cabinCode' | 'cabinRaw' | 'dateTimeArriving' | 'dateTimeArrivingUTC' | 'dateTimeDeparting' | 'dateTimeDepartingUTC' | 'destinationAirport' | 'destinationAirportName' | 'destinationTerminal' | 'equipmentCode' | 'equipmentName' | 'fareBasisCode' | 'governingCarrier' | 'marketingCarrier' | 'marketingCarrierName' | 'marketingFlightNumber' | 'marketingNames' | 'marriageGroup' | 'operatingCarrier' | 'operatingCarrierName' | 'operatingFlightNumber' | 'originAirport' | 'originAirportName' | 'originTerminal' | 'stops' | 'totalDuration' | 'seatsAvailable' | 'vendorCode' | 'additional'> & {
|
|
3353
|
+
fareInfo?: Maybe<({
|
|
3354
|
+
__typename?: 'FlightSpecialFareInfo';
|
|
3355
|
+
} & Pick<FlightSpecialFareInfo, 'title' | 'type' | 'code' | 'supplierCode'>)>;
|
|
3356
|
+
destinationAirportDetail: ({
|
|
3357
|
+
__typename?: 'AirportDetail';
|
|
3358
|
+
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
3359
|
+
marketingCarrierDetail: ({
|
|
3360
|
+
__typename?: 'FlightCarrierDetail';
|
|
3361
|
+
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
3362
|
+
operatingCarrierDetail: ({
|
|
3363
|
+
__typename?: 'FlightCarrierDetail';
|
|
3364
|
+
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
3365
|
+
fareConditions: ({
|
|
3366
|
+
__typename?: 'FareConditions';
|
|
3367
|
+
} & {
|
|
3368
|
+
cancellation?: Maybe<Array<Maybe<({
|
|
3369
|
+
__typename?: 'FareConditionEntry';
|
|
3370
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3371
|
+
change?: Maybe<Array<Maybe<({
|
|
3372
|
+
__typename?: 'FareConditionEntry';
|
|
3373
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3374
|
+
noShow?: Maybe<Array<Maybe<({
|
|
3375
|
+
__typename?: 'FareConditionEntry';
|
|
3376
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3377
|
+
upgrade?: Maybe<Array<Maybe<({
|
|
3378
|
+
__typename?: 'FareConditionEntry';
|
|
3379
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3380
|
+
other?: Maybe<Array<Maybe<({
|
|
3381
|
+
__typename?: 'FareConditionEntry';
|
|
3382
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3383
|
+
});
|
|
3384
|
+
originAirportDetail: ({
|
|
3385
|
+
__typename?: 'AirportDetail';
|
|
3386
|
+
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
3387
|
+
});
|
|
3388
|
+
export declare type GetCovidMicrositeTokenQueryVariables = Exact<{
|
|
3389
|
+
[key: string]: never;
|
|
3294
3390
|
}>;
|
|
3295
|
-
export declare type
|
|
3391
|
+
export declare type GetCovidMicrositeTokenQuery = ({
|
|
3392
|
+
__typename?: 'Query';
|
|
3393
|
+
} & Pick<Query, 'getCOVIDMicrositeToken'>);
|
|
3394
|
+
export declare type GetCarHireDepotsQueryVariables = Exact<{
|
|
3395
|
+
latitude: Scalars['Float'];
|
|
3396
|
+
longitude: Scalars['Float'];
|
|
3397
|
+
vendorCode?: Maybe<Scalars['String']>;
|
|
3398
|
+
radius?: Maybe<Scalars['String']>;
|
|
3399
|
+
}>;
|
|
3400
|
+
export declare type GetCarHireDepotsQuery = ({
|
|
3296
3401
|
__typename?: 'Query';
|
|
3297
3402
|
} & {
|
|
3298
|
-
|
|
3299
|
-
__typename?: '
|
|
3300
|
-
} &
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
originAirportDetail: ({
|
|
3311
|
-
__typename?: 'AirportDetail';
|
|
3312
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
3313
|
-
destinationAirportDetail: ({
|
|
3314
|
-
__typename?: 'AirportDetail';
|
|
3315
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
3316
|
-
marketingCarrierDetail: ({
|
|
3317
|
-
__typename?: 'FlightCarrierDetail';
|
|
3318
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
3319
|
-
operatingCarrierDetail: ({
|
|
3320
|
-
__typename?: 'FlightCarrierDetail';
|
|
3321
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
3322
|
-
fareConditions: ({
|
|
3323
|
-
__typename?: 'FareConditions';
|
|
3324
|
-
} & {
|
|
3325
|
-
cancellation?: Maybe<Array<Maybe<({
|
|
3326
|
-
__typename?: 'FareConditionEntry';
|
|
3327
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3328
|
-
change?: Maybe<Array<Maybe<({
|
|
3329
|
-
__typename?: 'FareConditionEntry';
|
|
3330
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3331
|
-
noShow?: Maybe<Array<Maybe<({
|
|
3332
|
-
__typename?: 'FareConditionEntry';
|
|
3333
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3334
|
-
upgrade?: Maybe<Array<Maybe<({
|
|
3335
|
-
__typename?: 'FareConditionEntry';
|
|
3336
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3337
|
-
other?: Maybe<Array<Maybe<({
|
|
3338
|
-
__typename?: 'FareConditionEntry';
|
|
3339
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3340
|
-
});
|
|
3341
|
-
})>;
|
|
3342
|
-
inboundFlights?: Maybe<Array<Maybe<({
|
|
3343
|
-
__typename?: 'FlightJourney';
|
|
3344
|
-
} & Pick<FlightJourney, 'originAirport' | 'originTerminal' | 'originAirportName' | 'destinationAirport' | 'destinationTerminal' | 'destinationAirportName' | 'dateTimeDeparting' | 'dateTimeDepartingUTC' | 'dateTimeArriving' | 'dateTimeArrivingUTC' | 'marketingCarrier' | 'marketingCarrierName' | 'marketingFlightNumber' | 'operatingCarrier' | 'operatingCarrierName' | 'operatingFlightNumber' | 'equipmentCode' | 'equipmentName' | 'totalDuration' | 'cabinClass' | 'marketingNames' | 'vendorCode' | 'stops' | 'bookingCode' | 'marriageGroup' | 'fareBasisCode' | 'additional'> & {
|
|
3345
|
-
originAirportDetail: ({
|
|
3346
|
-
__typename?: 'AirportDetail';
|
|
3347
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
3348
|
-
destinationAirportDetail: ({
|
|
3349
|
-
__typename?: 'AirportDetail';
|
|
3350
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
3351
|
-
marketingCarrierDetail: ({
|
|
3352
|
-
__typename?: 'FlightCarrierDetail';
|
|
3353
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
3354
|
-
operatingCarrierDetail: ({
|
|
3355
|
-
__typename?: 'FlightCarrierDetail';
|
|
3356
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
3357
|
-
fareConditions: ({
|
|
3358
|
-
__typename?: 'FareConditions';
|
|
3359
|
-
} & {
|
|
3360
|
-
cancellation?: Maybe<Array<Maybe<({
|
|
3361
|
-
__typename?: 'FareConditionEntry';
|
|
3362
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3363
|
-
change?: Maybe<Array<Maybe<({
|
|
3364
|
-
__typename?: 'FareConditionEntry';
|
|
3365
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3366
|
-
noShow?: Maybe<Array<Maybe<({
|
|
3367
|
-
__typename?: 'FareConditionEntry';
|
|
3368
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3369
|
-
upgrade?: Maybe<Array<Maybe<({
|
|
3370
|
-
__typename?: 'FareConditionEntry';
|
|
3371
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3372
|
-
other?: Maybe<Array<Maybe<({
|
|
3373
|
-
__typename?: 'FareConditionEntry';
|
|
3374
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3375
|
-
});
|
|
3376
|
-
})>>>;
|
|
3377
|
-
outboundCarbonEmissions?: Maybe<({
|
|
3378
|
-
__typename?: 'FlightCarbonEmissions';
|
|
3379
|
-
} & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
|
|
3380
|
-
inboundCarbonEmissions?: Maybe<({
|
|
3381
|
-
__typename?: 'FlightCarbonEmissions';
|
|
3382
|
-
} & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
|
|
3383
|
-
taxes?: Maybe<Array<Maybe<({
|
|
3384
|
-
__typename?: 'FlightAmount';
|
|
3385
|
-
} & Pick<FlightAmount, 'description' | 'amount' | 'currency'>)>>>;
|
|
3386
|
-
discounts?: Maybe<Array<Maybe<({
|
|
3387
|
-
__typename?: 'FlightAmount';
|
|
3388
|
-
} & Pick<FlightAmount, 'description' | 'amount' | 'currency'>)>>>;
|
|
3389
|
-
total: ({
|
|
3390
|
-
__typename?: 'FlightFareTotal';
|
|
3391
|
-
} & Pick<FlightFareTotal, 'price' | 'tax' | 'discount' | 'currency'>);
|
|
3392
|
-
fareConditions?: Maybe<({
|
|
3393
|
-
__typename?: 'FareConditions';
|
|
3394
|
-
} & {
|
|
3395
|
-
cancellation?: Maybe<Array<Maybe<({
|
|
3396
|
-
__typename?: 'FareConditionEntry';
|
|
3397
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3398
|
-
change?: Maybe<Array<Maybe<({
|
|
3399
|
-
__typename?: 'FareConditionEntry';
|
|
3400
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3401
|
-
noShow?: Maybe<Array<Maybe<({
|
|
3402
|
-
__typename?: 'FareConditionEntry';
|
|
3403
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3404
|
-
upgrade?: Maybe<Array<Maybe<({
|
|
3405
|
-
__typename?: 'FareConditionEntry';
|
|
3406
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3407
|
-
other?: Maybe<Array<Maybe<({
|
|
3408
|
-
__typename?: 'FareConditionEntry';
|
|
3409
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3410
|
-
})>;
|
|
3411
|
-
baggageAllowance?: Maybe<Array<Maybe<({
|
|
3412
|
-
__typename?: 'BaggageAllowance';
|
|
3413
|
-
} & Pick<BaggageAllowance, 'type' | 'qty' | 'maxKG' | 'maxLBS'>)>>>;
|
|
3414
|
-
})>;
|
|
3415
|
-
multi: Array<({
|
|
3416
|
-
__typename?: 'ItinerarySummary';
|
|
3417
|
-
} & Pick<ItinerarySummary, 'order' | 'origin' | 'destination' | 'minPrice' | 'maxPrice'> & {
|
|
3418
|
-
results: Array<({
|
|
3419
|
-
__typename?: 'FlightItinerary';
|
|
3420
|
-
} & Pick<FlightItinerary, 'uid' | 'passengerCount' | 'outboundTotalDuration' | 'inboundTotalDuration' | 'additional' | 'source' | 'sourceId' | 'version' | 'tmcPreferred' | 'companyPreferred' | 'officePreferred' | 'tmcPreferredMessage' | 'companyPreferredMessage' | 'officePreferredMessage' | 'unavailable' | 'unavailableMessage' | 'co2PerItem' | 'co2PerPassenger'> & {
|
|
3421
|
-
outboundFlights: Array<({
|
|
3422
|
-
__typename?: 'FlightJourney';
|
|
3423
|
-
} & Pick<FlightJourney, 'originAirport' | 'originTerminal' | 'originAirportName' | 'destinationAirport' | 'destinationTerminal' | 'destinationAirportName' | 'dateTimeDeparting' | 'dateTimeDepartingUTC' | 'dateTimeArriving' | 'dateTimeArrivingUTC' | 'marketingCarrier' | 'marketingCarrierName' | 'marketingFlightNumber' | 'operatingCarrier' | 'operatingCarrierName' | 'operatingFlightNumber' | 'equipmentCode' | 'equipmentName' | 'totalDuration' | 'cabinClass' | 'marketingNames' | 'vendorCode' | 'stops' | 'bookingCode' | 'marriageGroup' | 'fareBasisCode' | 'additional'> & {
|
|
3424
|
-
originAirportDetail: ({
|
|
3425
|
-
__typename?: 'AirportDetail';
|
|
3426
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
3427
|
-
destinationAirportDetail: ({
|
|
3428
|
-
__typename?: 'AirportDetail';
|
|
3429
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
3430
|
-
marketingCarrierDetail: ({
|
|
3431
|
-
__typename?: 'FlightCarrierDetail';
|
|
3432
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
3433
|
-
operatingCarrierDetail: ({
|
|
3434
|
-
__typename?: 'FlightCarrierDetail';
|
|
3435
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
3436
|
-
fareConditions: ({
|
|
3437
|
-
__typename?: 'FareConditions';
|
|
3438
|
-
} & {
|
|
3439
|
-
cancellation?: Maybe<Array<Maybe<({
|
|
3440
|
-
__typename?: 'FareConditionEntry';
|
|
3441
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3442
|
-
change?: Maybe<Array<Maybe<({
|
|
3443
|
-
__typename?: 'FareConditionEntry';
|
|
3444
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3445
|
-
noShow?: Maybe<Array<Maybe<({
|
|
3446
|
-
__typename?: 'FareConditionEntry';
|
|
3447
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3448
|
-
upgrade?: Maybe<Array<Maybe<({
|
|
3449
|
-
__typename?: 'FareConditionEntry';
|
|
3450
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3451
|
-
other?: Maybe<Array<Maybe<({
|
|
3452
|
-
__typename?: 'FareConditionEntry';
|
|
3453
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3454
|
-
});
|
|
3455
|
-
})>;
|
|
3456
|
-
inboundFlights?: Maybe<Array<Maybe<({
|
|
3457
|
-
__typename?: 'FlightJourney';
|
|
3458
|
-
} & Pick<FlightJourney, 'originAirport' | 'originTerminal' | 'originAirportName' | 'destinationAirport' | 'destinationTerminal' | 'destinationAirportName' | 'dateTimeDeparting' | 'dateTimeDepartingUTC' | 'dateTimeArriving' | 'dateTimeArrivingUTC' | 'marketingCarrier' | 'marketingCarrierName' | 'marketingFlightNumber' | 'operatingCarrier' | 'operatingCarrierName' | 'operatingFlightNumber' | 'equipmentCode' | 'equipmentName' | 'totalDuration' | 'cabinClass' | 'marketingNames' | 'vendorCode' | 'stops' | 'bookingCode' | 'marriageGroup' | 'fareBasisCode' | 'additional'> & {
|
|
3459
|
-
originAirportDetail: ({
|
|
3460
|
-
__typename?: 'AirportDetail';
|
|
3461
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
3462
|
-
destinationAirportDetail: ({
|
|
3463
|
-
__typename?: 'AirportDetail';
|
|
3464
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
3465
|
-
marketingCarrierDetail: ({
|
|
3466
|
-
__typename?: 'FlightCarrierDetail';
|
|
3467
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
3468
|
-
operatingCarrierDetail: ({
|
|
3469
|
-
__typename?: 'FlightCarrierDetail';
|
|
3470
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
3471
|
-
fareConditions: ({
|
|
3472
|
-
__typename?: 'FareConditions';
|
|
3473
|
-
} & {
|
|
3474
|
-
cancellation?: Maybe<Array<Maybe<({
|
|
3475
|
-
__typename?: 'FareConditionEntry';
|
|
3476
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3477
|
-
change?: Maybe<Array<Maybe<({
|
|
3478
|
-
__typename?: 'FareConditionEntry';
|
|
3479
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3480
|
-
noShow?: Maybe<Array<Maybe<({
|
|
3481
|
-
__typename?: 'FareConditionEntry';
|
|
3482
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3483
|
-
upgrade?: Maybe<Array<Maybe<({
|
|
3484
|
-
__typename?: 'FareConditionEntry';
|
|
3485
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3486
|
-
other?: Maybe<Array<Maybe<({
|
|
3487
|
-
__typename?: 'FareConditionEntry';
|
|
3488
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3489
|
-
});
|
|
3490
|
-
})>>>;
|
|
3491
|
-
outboundCarbonEmissions?: Maybe<({
|
|
3492
|
-
__typename?: 'FlightCarbonEmissions';
|
|
3493
|
-
} & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
|
|
3494
|
-
inboundCarbonEmissions?: Maybe<({
|
|
3495
|
-
__typename?: 'FlightCarbonEmissions';
|
|
3496
|
-
} & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
|
|
3497
|
-
taxes?: Maybe<Array<Maybe<({
|
|
3498
|
-
__typename?: 'FlightAmount';
|
|
3499
|
-
} & Pick<FlightAmount, 'description' | 'amount' | 'currency'>)>>>;
|
|
3500
|
-
discounts?: Maybe<Array<Maybe<({
|
|
3501
|
-
__typename?: 'FlightAmount';
|
|
3502
|
-
} & Pick<FlightAmount, 'description' | 'amount' | 'currency'>)>>>;
|
|
3503
|
-
total: ({
|
|
3504
|
-
__typename?: 'FlightFareTotal';
|
|
3505
|
-
} & Pick<FlightFareTotal, 'price' | 'tax' | 'discount' | 'currency'>);
|
|
3506
|
-
fareConditions?: Maybe<({
|
|
3507
|
-
__typename?: 'FareConditions';
|
|
3508
|
-
} & {
|
|
3509
|
-
cancellation?: Maybe<Array<Maybe<({
|
|
3510
|
-
__typename?: 'FareConditionEntry';
|
|
3511
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3512
|
-
change?: Maybe<Array<Maybe<({
|
|
3513
|
-
__typename?: 'FareConditionEntry';
|
|
3514
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3515
|
-
noShow?: Maybe<Array<Maybe<({
|
|
3516
|
-
__typename?: 'FareConditionEntry';
|
|
3517
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3518
|
-
upgrade?: Maybe<Array<Maybe<({
|
|
3519
|
-
__typename?: 'FareConditionEntry';
|
|
3520
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3521
|
-
other?: Maybe<Array<Maybe<({
|
|
3522
|
-
__typename?: 'FareConditionEntry';
|
|
3523
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3524
|
-
})>;
|
|
3525
|
-
baggageAllowance?: Maybe<Array<Maybe<({
|
|
3526
|
-
__typename?: 'BaggageAllowance';
|
|
3527
|
-
} & Pick<BaggageAllowance, 'type' | 'qty' | 'maxKG' | 'maxLBS'>)>>>;
|
|
3528
|
-
})>;
|
|
3529
|
-
})>;
|
|
3530
|
-
grouped?: Maybe<Array<({
|
|
3531
|
-
__typename?: 'GroupFlights';
|
|
3532
|
-
} & GroupedFieldsFragment)>>;
|
|
3533
|
-
});
|
|
3534
|
-
errors: Array<({
|
|
3535
|
-
__typename?: 'SearchError';
|
|
3536
|
-
} & ErrorsFragment)>;
|
|
3537
|
-
});
|
|
3538
|
-
});
|
|
3539
|
-
export declare type GetCarHireDepotsQueryVariables = Exact<{
|
|
3540
|
-
latitude: Scalars['Float'];
|
|
3541
|
-
longitude: Scalars['Float'];
|
|
3542
|
-
vendorCode?: Maybe<Scalars['String']>;
|
|
3543
|
-
}>;
|
|
3544
|
-
export declare type GetCarHireDepotsQuery = ({
|
|
3545
|
-
__typename?: 'Query';
|
|
3546
|
-
} & {
|
|
3547
|
-
getCarHireDepots: Array<({
|
|
3548
|
-
__typename?: 'CarHireDepot';
|
|
3549
|
-
} & Pick<CarHireDepot, 'countryCode' | 'locationCode' | 'extendedLocationCode' | 'vendorCode' | 'latitude' | 'longitude' | 'vendor' | 'addressLines' | 'cityName'>)>;
|
|
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';
|
|
3403
|
+
getCarHireDepots: Array<({
|
|
3404
|
+
__typename?: 'CarHireDepot';
|
|
3405
|
+
} & Pick<CarHireDepot, 'countryCode' | 'locationCode' | 'extendedLocationCode' | 'vendorCode' | 'latitude' | 'longitude' | 'vendor' | 'addressLines' | 'cityName'>)>;
|
|
3406
|
+
});
|
|
3407
|
+
export declare type GetConfermaOfficeQueryVariables = Exact<{
|
|
3408
|
+
officeId: Scalars['Int'];
|
|
3409
|
+
}>;
|
|
3410
|
+
export declare type GetConfermaOfficeQuery = ({
|
|
3411
|
+
__typename?: 'Query';
|
|
3412
|
+
} & {
|
|
3413
|
+
getConfermaOffice: ({
|
|
3414
|
+
__typename?: 'ConfermaOfficeResult';
|
|
3559
3415
|
} & {
|
|
3560
3416
|
results?: Maybe<({
|
|
3561
3417
|
__typename?: 'ConfermaOfficeInfo';
|
|
@@ -3604,7 +3460,7 @@ export declare type GetConfermaQuicklistQuery = ({
|
|
|
3604
3460
|
} & {
|
|
3605
3461
|
results?: Maybe<Array<Maybe<({
|
|
3606
3462
|
__typename?: 'HotelItinerary';
|
|
3607
|
-
} & Pick<HotelItinerary, 'id' | 'name' | 'imageUrl' | 'group' | 'version'
|
|
3463
|
+
} & Pick<HotelItinerary, 'id' | 'name' | 'imageUrl' | 'group' | 'version'> & {
|
|
3608
3464
|
location: ({
|
|
3609
3465
|
__typename?: 'HotelLocation';
|
|
3610
3466
|
} & Pick<HotelLocation, 'distance' | 'distanceType' | 'longitude' | 'latitude'>);
|
|
@@ -3655,6 +3511,81 @@ export declare type GetConfermaQuicklistQuery = ({
|
|
|
3655
3511
|
} & ErrorsFragment)>;
|
|
3656
3512
|
});
|
|
3657
3513
|
});
|
|
3514
|
+
export declare type GetFlightFareRulesQueryVariables = Exact<{
|
|
3515
|
+
flight: InputFlightJourney;
|
|
3516
|
+
}>;
|
|
3517
|
+
export declare type GetFlightFareRulesQuery = ({
|
|
3518
|
+
__typename?: 'Query';
|
|
3519
|
+
} & {
|
|
3520
|
+
getFlightFareRules: ({
|
|
3521
|
+
__typename?: 'FlightFareRulesResult';
|
|
3522
|
+
} & {
|
|
3523
|
+
results: Array<({
|
|
3524
|
+
__typename?: 'FlightFareRulesResponse';
|
|
3525
|
+
} & Pick<FlightFareRulesResponse, 'source' | 'sourceId'> & {
|
|
3526
|
+
cancellation?: Maybe<Array<Maybe<({
|
|
3527
|
+
__typename?: 'FareConditionEntry';
|
|
3528
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3529
|
+
change?: Maybe<Array<Maybe<({
|
|
3530
|
+
__typename?: 'FareConditionEntry';
|
|
3531
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3532
|
+
noShow?: Maybe<Array<Maybe<({
|
|
3533
|
+
__typename?: 'FareConditionEntry';
|
|
3534
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3535
|
+
upgrade?: Maybe<Array<Maybe<({
|
|
3536
|
+
__typename?: 'FareConditionEntry';
|
|
3537
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3538
|
+
other?: Maybe<Array<Maybe<({
|
|
3539
|
+
__typename?: 'FareConditionEntry';
|
|
3540
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
3541
|
+
})>;
|
|
3542
|
+
errors: Array<({
|
|
3543
|
+
__typename?: 'SearchError';
|
|
3544
|
+
} & ErrorsFragment)>;
|
|
3545
|
+
});
|
|
3546
|
+
});
|
|
3547
|
+
export declare type GetFlightSeatMapQueryVariables = Exact<{
|
|
3548
|
+
flight: InputFlightJourney;
|
|
3549
|
+
}>;
|
|
3550
|
+
export declare type GetFlightSeatMapQuery = ({
|
|
3551
|
+
__typename?: 'Query';
|
|
3552
|
+
} & {
|
|
3553
|
+
getFlightSeatMap: ({
|
|
3554
|
+
__typename?: 'FlightSeatMapResult';
|
|
3555
|
+
} & {
|
|
3556
|
+
results: Array<({
|
|
3557
|
+
__typename?: 'FlightSeatMapResponse';
|
|
3558
|
+
} & Pick<FlightSeatMapResponse, 'source' | 'sourceId'> & {
|
|
3559
|
+
aircraft: ({
|
|
3560
|
+
__typename?: 'FlightSeatMapAircraft';
|
|
3561
|
+
} & Pick<FlightSeatMapAircraft, 'carrier' | 'number' | 'type'>);
|
|
3562
|
+
seats: Array<({
|
|
3563
|
+
__typename?: 'FlightSeatMapSeats';
|
|
3564
|
+
} & Pick<FlightSeatMapSeats, 'row' | 'column' | 'price' | 'currency'> & {
|
|
3565
|
+
attributes: Array<({
|
|
3566
|
+
__typename?: 'FlightSeatMapSeatAttributes';
|
|
3567
|
+
} & Pick<FlightSeatMapSeatAttributes, 'code' | 'description'>)>;
|
|
3568
|
+
})>;
|
|
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
|
+
});
|
|
3579
|
+
export declare type GetIrlDiscountCardsQueryVariables = Exact<{
|
|
3580
|
+
supplier: IrlSupplier;
|
|
3581
|
+
}>;
|
|
3582
|
+
export declare type GetIrlDiscountCardsQuery = ({
|
|
3583
|
+
__typename?: 'Query';
|
|
3584
|
+
} & {
|
|
3585
|
+
getIRLDiscountCards: Array<({
|
|
3586
|
+
__typename?: 'IRLTravelCard';
|
|
3587
|
+
} & Pick<IrlTravelCard, 'id' | 'netCode' | 'reco' | 'type' | 'name' | 'supplier'>)>;
|
|
3588
|
+
});
|
|
3658
3589
|
export declare type GetIrlSupplierStationQueryVariables = Exact<{
|
|
3659
3590
|
id?: Maybe<Scalars['ID']>;
|
|
3660
3591
|
supplier?: Maybe<IrlSupplier>;
|
|
@@ -3675,6 +3606,35 @@ export declare type GetIrlSupplierStationQuery = ({
|
|
|
3675
3606
|
})>;
|
|
3676
3607
|
})>;
|
|
3677
3608
|
});
|
|
3609
|
+
export declare type GetRailLiveDeparturesQueryVariables = Exact<{
|
|
3610
|
+
stationCode: Scalars['String'];
|
|
3611
|
+
departDateTime?: Maybe<Scalars['DateTime']>;
|
|
3612
|
+
}>;
|
|
3613
|
+
export declare type GetRailLiveDeparturesQuery = ({
|
|
3614
|
+
__typename?: 'Query';
|
|
3615
|
+
} & {
|
|
3616
|
+
getRailLiveDepartures: ({
|
|
3617
|
+
__typename?: 'LiveDepBoardResult';
|
|
3618
|
+
} & {
|
|
3619
|
+
services?: Maybe<Array<Maybe<({
|
|
3620
|
+
__typename?: 'DepartureBoardService';
|
|
3621
|
+
} & Pick<DepartureBoardService, 'rid' | 'uid' | 'trainid' | 'sdd' | 'operator' | 'operatorCode' | 'std' | 'etd' | 'departureType' | 'departureSource' | 'platform' | 'platformIsHidden'> & {
|
|
3622
|
+
origin?: Maybe<({
|
|
3623
|
+
__typename?: 'Location';
|
|
3624
|
+
} & Pick<Location, 'locationName' | 'tiploc' | 'crs'>)>;
|
|
3625
|
+
destination?: Maybe<({
|
|
3626
|
+
__typename?: 'Location';
|
|
3627
|
+
} & Pick<Location, 'locationName' | 'tiploc' | 'crs'>)>;
|
|
3628
|
+
subsequentLocations?: Maybe<Array<Maybe<({
|
|
3629
|
+
__typename?: 'subsequentLocations';
|
|
3630
|
+
} & Pick<SubsequentLocations, 'locationName' | 'tiploc' | 'crs' | 'platform' | 'platformIsHidden' | 'sta' | 'eta' | 'arrivalType' | 'arrivalSource' | 'std' | 'etd' | 'departureType' | 'departureSource'> & {
|
|
3631
|
+
associations?: Maybe<Array<Maybe<({
|
|
3632
|
+
__typename?: 'Association';
|
|
3633
|
+
} & Pick<Association, 'category' | 'rid' | 'uid' | 'trainid' | 'sdd' | 'origin' | 'originCRS' | 'originTiploc' | 'destination' | 'destCRS' | 'destTiploc'>)>>>;
|
|
3634
|
+
})>>>;
|
|
3635
|
+
})>>>;
|
|
3636
|
+
});
|
|
3637
|
+
});
|
|
3678
3638
|
export declare type GetRailStationQueryVariables = Exact<{
|
|
3679
3639
|
id?: Maybe<Scalars['ID']>;
|
|
3680
3640
|
code?: Maybe<Scalars['String']>;
|
|
@@ -3801,6 +3761,35 @@ export declare type GetUserRecentSearchesQuery = ({
|
|
|
3801
3761
|
} & Pick<User, 'id' | 'title' | 'forename' | 'surname' | 'email' | 'username' | 'dob'>)>>;
|
|
3802
3762
|
})>;
|
|
3803
3763
|
});
|
|
3764
|
+
export declare type RoomAvaliabilityFragment = ({
|
|
3765
|
+
__typename?: 'HotelAvailability';
|
|
3766
|
+
} & Pick<HotelAvailability, 'hotelId' | 'imageUrl' | 'prpn' | 'currencyCode' | 'isBusy' | 'source' | 'version'> & {
|
|
3767
|
+
rooms?: Maybe<Array<Maybe<({
|
|
3768
|
+
__typename?: 'HotelRoom';
|
|
3769
|
+
} & Pick<HotelRoom, 'roomId' | 'roomType' | 'roomDescription' | 'rateCode' | 'rateDescription' | 'total' | 'currencyCode' | 'tmcPreferred' | 'companyPreferred' | 'officePreferred' | 'tmcPreferredMessage' | 'companyPreferredMessage' | 'officePreferredMessage' | 'unavailable' | 'unavailableMessage'> & {
|
|
3770
|
+
currencyConversion?: Maybe<({
|
|
3771
|
+
__typename?: 'HotelConversion';
|
|
3772
|
+
} & Pick<HotelConversion, 'rate' | 'localCode' | 'localTotal' | 'convertedCode' | 'convertedTotal'>)>;
|
|
3773
|
+
deposit?: Maybe<({
|
|
3774
|
+
__typename?: 'HotelDeposit';
|
|
3775
|
+
} & Pick<HotelDeposit, 'amount' | 'policy' | 'required'>)>;
|
|
3776
|
+
nights: Array<({
|
|
3777
|
+
__typename?: 'HotelNight';
|
|
3778
|
+
} & Pick<HotelNight, 'night' | 'rate' | 'info' | 'date'>)>;
|
|
3779
|
+
policies: ({
|
|
3780
|
+
__typename?: 'HotelPolicy';
|
|
3781
|
+
} & Pick<HotelPolicy, 'cancellation' | 'deposit' | 'disabledAccess' | 'general' | 'guarantee' | 'refundAvailable'>);
|
|
3782
|
+
tax: ({
|
|
3783
|
+
__typename?: 'HotelTax';
|
|
3784
|
+
} & Pick<HotelTax, 'included' | 'rate'>);
|
|
3785
|
+
acceptedCards?: Maybe<Array<Maybe<({
|
|
3786
|
+
__typename?: 'HotelCard';
|
|
3787
|
+
} & Pick<HotelCard, 'id' | 'name'>)>>>;
|
|
3788
|
+
paymentTypes?: Maybe<Array<Maybe<({
|
|
3789
|
+
__typename?: 'HotelPaymentType';
|
|
3790
|
+
} & Pick<HotelPaymentType, 'type' | 'name'>)>>>;
|
|
3791
|
+
})>>>;
|
|
3792
|
+
});
|
|
3804
3793
|
export declare type SearchHotelsQueryVariables = Exact<{
|
|
3805
3794
|
startDate: Scalars['Date'];
|
|
3806
3795
|
endDate: Scalars['Date'];
|
|
@@ -3830,7 +3819,7 @@ export declare type SearchHotelsQuery = ({
|
|
|
3830
3819
|
} & {
|
|
3831
3820
|
results?: Maybe<Array<Maybe<({
|
|
3832
3821
|
__typename?: 'HotelItinerary';
|
|
3833
|
-
} & Pick<HotelItinerary, 'id' | 'name' | 'imageUrl' | 'group' | 'co2PerPassenger' | 'co2PerItem' | 'source' | 'sourceId' | 'version'
|
|
3822
|
+
} & Pick<HotelItinerary, 'id' | 'name' | 'imageUrl' | 'group' | 'co2PerPassenger' | 'co2PerItem' | 'source' | 'sourceId' | 'version'> & {
|
|
3834
3823
|
location: ({
|
|
3835
3824
|
__typename?: 'HotelLocation';
|
|
3836
3825
|
} & Pick<HotelLocation, 'distance' | 'distanceType' | 'longitude' | 'latitude'>);
|
|
@@ -3848,41 +3837,11 @@ export declare type SearchHotelsQuery = ({
|
|
|
3848
3837
|
} & Pick<HotelTag, 'name' | 'display' | 'type' | 'icon'>)>>>;
|
|
3849
3838
|
availableRates?: Maybe<({
|
|
3850
3839
|
__typename?: 'HotelAvailability';
|
|
3851
|
-
} &
|
|
3852
|
-
rooms?: Maybe<Array<Maybe<({
|
|
3853
|
-
__typename?: 'HotelRoom';
|
|
3854
|
-
} & Pick<HotelRoom, 'roomId' | 'roomType' | 'roomDescription' | 'rateCode' | 'rateDescription' | 'total' | 'currencyCode'> & {
|
|
3855
|
-
currencyConversion?: Maybe<({
|
|
3856
|
-
__typename?: 'HotelConversion';
|
|
3857
|
-
} & Pick<HotelConversion, 'rate' | 'localCode' | 'localTotal' | 'convertedCode' | 'convertedTotal'>)>;
|
|
3858
|
-
deposit?: Maybe<({
|
|
3859
|
-
__typename?: 'HotelDeposit';
|
|
3860
|
-
} & Pick<HotelDeposit, 'amount' | 'policy' | 'required'>)>;
|
|
3861
|
-
nights: Array<({
|
|
3862
|
-
__typename?: 'HotelNight';
|
|
3863
|
-
} & Pick<HotelNight, 'night' | 'rate' | 'info' | 'date'>)>;
|
|
3864
|
-
policies: ({
|
|
3865
|
-
__typename?: 'HotelPolicy';
|
|
3866
|
-
} & Pick<HotelPolicy, 'cancellation' | 'deposit' | 'disabledAccess' | 'general' | 'guarantee' | 'refundAvailable'>);
|
|
3867
|
-
tax: ({
|
|
3868
|
-
__typename?: 'HotelTax';
|
|
3869
|
-
} & Pick<HotelTax, 'included' | 'rate'>);
|
|
3870
|
-
acceptedCards?: Maybe<Array<Maybe<({
|
|
3871
|
-
__typename?: 'HotelCard';
|
|
3872
|
-
} & Pick<HotelCard, 'id' | 'name'>)>>>;
|
|
3873
|
-
paymentTypes?: Maybe<Array<Maybe<({
|
|
3874
|
-
__typename?: 'HotelPaymentType';
|
|
3875
|
-
} & Pick<HotelPaymentType, 'type' | 'name'>)>>>;
|
|
3876
|
-
})>>>;
|
|
3877
|
-
})>;
|
|
3840
|
+
} & RoomAvaliabilityFragment)>;
|
|
3878
3841
|
})>>>;
|
|
3879
3842
|
errors: Array<({
|
|
3880
3843
|
__typename?: 'SearchError';
|
|
3881
|
-
} &
|
|
3882
|
-
service: ({
|
|
3883
|
-
__typename?: 'Service';
|
|
3884
|
-
} & Pick<Service, 'id' | 'type' | 'name' | 'description' | 'detailSchema' | 'searchQuerySchema'>);
|
|
3885
|
-
})>;
|
|
3844
|
+
} & ErrorsFragment)>;
|
|
3886
3845
|
});
|
|
3887
3846
|
});
|
|
3888
3847
|
export declare type GetMultipleHotelsAvailabilityQueryVariables = Exact<{
|
|
@@ -3901,33 +3860,7 @@ export declare type GetMultipleHotelsAvailabilityQuery = ({
|
|
|
3901
3860
|
} & {
|
|
3902
3861
|
results?: Maybe<Array<Maybe<({
|
|
3903
3862
|
__typename?: 'HotelAvailability';
|
|
3904
|
-
} &
|
|
3905
|
-
rooms?: Maybe<Array<Maybe<({
|
|
3906
|
-
__typename?: 'HotelRoom';
|
|
3907
|
-
} & Pick<HotelRoom, 'roomId' | 'roomType' | 'roomDescription' | 'rateCode' | 'rateDescription' | 'total' | 'currencyCode'> & {
|
|
3908
|
-
currencyConversion?: Maybe<({
|
|
3909
|
-
__typename?: 'HotelConversion';
|
|
3910
|
-
} & Pick<HotelConversion, 'rate' | 'localCode' | 'localTotal' | 'convertedCode' | 'convertedTotal'>)>;
|
|
3911
|
-
deposit?: Maybe<({
|
|
3912
|
-
__typename?: 'HotelDeposit';
|
|
3913
|
-
} & Pick<HotelDeposit, 'amount' | 'policy' | 'required'>)>;
|
|
3914
|
-
nights: Array<({
|
|
3915
|
-
__typename?: 'HotelNight';
|
|
3916
|
-
} & Pick<HotelNight, 'night' | 'rate' | 'info' | 'date'>)>;
|
|
3917
|
-
policies: ({
|
|
3918
|
-
__typename?: 'HotelPolicy';
|
|
3919
|
-
} & Pick<HotelPolicy, 'cancellation' | 'deposit' | 'disabledAccess' | 'general' | 'guarantee' | 'refundAvailable'>);
|
|
3920
|
-
tax: ({
|
|
3921
|
-
__typename?: 'HotelTax';
|
|
3922
|
-
} & Pick<HotelTax, 'included' | 'rate'>);
|
|
3923
|
-
acceptedCards?: Maybe<Array<Maybe<({
|
|
3924
|
-
__typename?: 'HotelCard';
|
|
3925
|
-
} & Pick<HotelCard, 'id' | 'name'>)>>>;
|
|
3926
|
-
paymentTypes?: Maybe<Array<Maybe<({
|
|
3927
|
-
__typename?: 'HotelPaymentType';
|
|
3928
|
-
} & Pick<HotelPaymentType, 'type' | 'name'>)>>>;
|
|
3929
|
-
})>>>;
|
|
3930
|
-
})>>>;
|
|
3863
|
+
} & RoomAvaliabilityFragment)>>>;
|
|
3931
3864
|
errors: Array<({
|
|
3932
3865
|
__typename?: 'SearchError';
|
|
3933
3866
|
} & ErrorsFragment)>;
|
|
@@ -4044,23 +3977,77 @@ export declare type SearchParkingQuery = ({
|
|
|
4044
3977
|
} & ErrorsFragment)>;
|
|
4045
3978
|
});
|
|
4046
3979
|
});
|
|
3980
|
+
export declare type RailJourneyFareFragment = ({
|
|
3981
|
+
__typename?: 'RailJourneyFare';
|
|
3982
|
+
} & Pick<RailJourneyFare, 'providerId' | 'providerName' | 'type' | 'price' | 'currency' | 'fareHash' | 'class' | 'singleOrReturn'> & {
|
|
3983
|
+
identifiers?: Maybe<({
|
|
3984
|
+
__typename?: 'RailIdentifiers';
|
|
3985
|
+
} & Pick<RailIdentifiers, 'transactionIdentifier' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
3986
|
+
terms?: Maybe<({
|
|
3987
|
+
__typename?: 'RailTicketTerms';
|
|
3988
|
+
} & Pick<RailTicketTerms, 'availabilityRule' | 'changeRule' | 'childDiscount' | 'generalDiscount' | 'generalValidity' | 'journeyBreakRule' | 'journeyType' | 'kioskAvailable' | 'preBookingRequirement' | 'railcardDiscount' | 'refundCancellationRule' | 'reservationRule' | 'ticketTypeAltName' | 'ticketTypeClass' | 'ticketTypeCode' | 'ticketTypeConditionsDescription' | 'ticketTypeName' | 'todAvailable' | 'trainOperatingCompanyCode' | 'validOutRule' | 'validReturnRule'> & {
|
|
3989
|
+
dynamicConditions?: Maybe<Array<Maybe<({
|
|
3990
|
+
__typename?: 'DynamicCondition';
|
|
3991
|
+
} & Pick<DynamicCondition, 'name' | 'description'>)>>>;
|
|
3992
|
+
})>;
|
|
3993
|
+
});
|
|
3994
|
+
export declare type RailJourneyOptionFragment = ({
|
|
3995
|
+
__typename?: 'RailJourneyOption';
|
|
3996
|
+
} & Pick<RailJourneyOption, 'from' | 'fromCode' | 'to' | 'toCode' | 'journeyHash' | 'departDateTime' | 'arriveDateTime' | 'co2PerItem' | 'co2PerPassenger' | 'changes' | 'overtaken'> & {
|
|
3997
|
+
journeyLegs: Array<({
|
|
3998
|
+
__typename?: 'RailJourneyLeg';
|
|
3999
|
+
} & Pick<RailJourneyLeg, 'id' | 'operator' | 'depart' | 'arrive' | 'arriveDateTime' | 'departDateTime' | 'reservableStatus'> & {
|
|
4000
|
+
callingPoints: Array<({
|
|
4001
|
+
__typename?: 'RailCallingPoint';
|
|
4002
|
+
} & Pick<RailCallingPoint, 'stationName' | 'stationCode' | 'arrivalDateTime' | 'departureDateTime' | 'scheduledPlatform' | 'stationClassification' | 'stoppingPattern'>)>;
|
|
4003
|
+
})>;
|
|
4004
|
+
singleJourneyFares?: Maybe<Array<({
|
|
4005
|
+
__typename?: 'RailJourneyFare';
|
|
4006
|
+
} & RailJourneyFareFragment)>>;
|
|
4007
|
+
returnJourneyFares?: Maybe<Array<({
|
|
4008
|
+
__typename?: 'RailJourneyFare';
|
|
4009
|
+
} & RailJourneyFareFragment)>>;
|
|
4010
|
+
dualSingleJourneyFares?: Maybe<Array<({
|
|
4011
|
+
__typename?: 'RailJourneyFare';
|
|
4012
|
+
} & RailJourneyFareFragment)>>;
|
|
4013
|
+
openReturnJourneyFares?: Maybe<Array<({
|
|
4014
|
+
__typename?: 'RailJourneyFare';
|
|
4015
|
+
} & RailJourneyFareFragment)>>;
|
|
4016
|
+
ticketQueueList?: Maybe<Array<({
|
|
4017
|
+
__typename?: 'RailTicketQueue';
|
|
4018
|
+
} & Pick<RailTicketQueue, 'id' | 'name' | 'type'>)>>;
|
|
4019
|
+
accountsList?: Maybe<Array<({
|
|
4020
|
+
__typename?: 'RailAccount';
|
|
4021
|
+
} & Pick<RailAccount, 'id' | 'reference' | 'description' | 'isDefault' | 'type'>)>>;
|
|
4022
|
+
ticketExtras?: Maybe<Array<({
|
|
4023
|
+
__typename?: 'RailTicketExtra';
|
|
4024
|
+
} & Pick<RailTicketExtra, 'type' | 'location' | 'date' | 'description' | 'amount' | 'adultAmount' | 'childAmount' | 'currency'> & {
|
|
4025
|
+
identifiers?: Maybe<({
|
|
4026
|
+
__typename?: 'RailTicketExtraIdentifiers';
|
|
4027
|
+
} & Pick<RailTicketExtraIdentifiers, 'type' | 'location' | 'date' | 'journeyId' | 'isOrigin'>)>;
|
|
4028
|
+
})>>;
|
|
4029
|
+
plusBus?: Maybe<({
|
|
4030
|
+
__typename?: 'RailPlusBus';
|
|
4031
|
+
} & Pick<RailPlusBus, 'originPlusBusNLC' | 'originStationNLC' | 'destinationPlusBusNLC' | 'destinationStationNLC'>)>;
|
|
4032
|
+
});
|
|
4047
4033
|
export declare type SearchRailQueryVariables = Exact<{
|
|
4048
|
-
countryCode
|
|
4049
|
-
journeyType:
|
|
4034
|
+
countryCode?: Maybe<Scalars['String']>;
|
|
4035
|
+
journeyType: RailSearchJourneyType;
|
|
4050
4036
|
class?: Maybe<RailClass>;
|
|
4051
|
-
outboundArrivalDateTime?: Maybe<Scalars['DateTime']>;
|
|
4052
|
-
outboundDepartureDateTime?: Maybe<Scalars['DateTime']>;
|
|
4053
4037
|
departureLocationId: Scalars['ID'];
|
|
4054
4038
|
arrivalLocationId: Scalars['ID'];
|
|
4055
|
-
|
|
4056
|
-
|
|
4039
|
+
viaLocationId?: Maybe<Scalars['ID']>;
|
|
4040
|
+
outboundArrivalDateTime?: Maybe<Scalars['DateTime']>;
|
|
4041
|
+
outboundDepartureDateTime?: Maybe<Scalars['DateTime']>;
|
|
4057
4042
|
returnArrivalDateTime?: Maybe<Scalars['DateTime']>;
|
|
4058
4043
|
returnDepartureDateTime?: Maybe<Scalars['DateTime']>;
|
|
4059
|
-
|
|
4060
|
-
|
|
4044
|
+
adults: Scalars['Int'];
|
|
4045
|
+
children?: Maybe<Scalars['Int']>;
|
|
4061
4046
|
extraTimeToChange?: Maybe<Scalars['Boolean']>;
|
|
4062
4047
|
plusBusOut?: Maybe<RailPlusBusAvail>;
|
|
4063
4048
|
plusBusReturn?: Maybe<RailPlusBusAvail>;
|
|
4049
|
+
travelCards?: Maybe<Array<Scalars['Date']> | Scalars['Date']>;
|
|
4050
|
+
railCardQualifiers?: Maybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4064
4051
|
}>;
|
|
4065
4052
|
export declare type SearchRailQuery = ({
|
|
4066
4053
|
__typename?: 'Query';
|
|
@@ -4070,213 +4057,17 @@ export declare type SearchRailQuery = ({
|
|
|
4070
4057
|
} & {
|
|
4071
4058
|
results: Array<({
|
|
4072
4059
|
__typename?: 'RailJourneyOptions';
|
|
4073
|
-
} & Pick<RailJourneyOptions, '
|
|
4060
|
+
} & Pick<RailJourneyOptions, 'sourceId' | 'summary' | 'travelCardsAddonFlag'> & {
|
|
4074
4061
|
outbound?: Maybe<Array<({
|
|
4075
4062
|
__typename?: 'RailJourneyOption';
|
|
4076
|
-
} &
|
|
4077
|
-
identifiers?: Maybe<({
|
|
4078
|
-
__typename?: 'RailIdentifiers';
|
|
4079
|
-
} & Pick<RailIdentifiers, 'transactionIdentifier' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
4080
|
-
travellers?: Maybe<Array<({
|
|
4081
|
-
__typename?: 'RailTraveller';
|
|
4082
|
-
} & Pick<RailTraveller, 'status' | 'id' | 'dob' | 'railcard' | 'givenName' | 'surname' | 'nameTitle' | 'contactInfo' | 'deliveryEmailAddress' | 'fare'>)>>;
|
|
4083
|
-
segments?: Maybe<Array<({
|
|
4084
|
-
__typename?: 'RailSegment';
|
|
4085
|
-
} & Pick<RailSegment, 'id' | 'operator' | 'depart' | 'departDateTime' | 'arrive' | 'arriveDateTime' | 'reservableStatus' | 'seatPreferenceGroup'> & {
|
|
4086
|
-
seatPreferenceTypes?: Maybe<Array<({
|
|
4087
|
-
__typename?: 'RailSeatPreferenceType';
|
|
4088
|
-
} & Pick<RailSeatPreferenceType, 'name' | 'allowedValues'>)>>;
|
|
4089
|
-
seats?: Maybe<Array<({
|
|
4090
|
-
__typename?: 'RailSeat';
|
|
4091
|
-
} & Pick<RailSeat, 'location' | 'coach' | 'number' | 'direction' | 'position' | 'deck' | 'seatType' | 'seatSelection' | 'facilities' | 'note'>)>>;
|
|
4092
|
-
callingPoints?: Maybe<Array<({
|
|
4093
|
-
__typename?: 'RailCallingPoint';
|
|
4094
|
-
} & Pick<RailCallingPoint, 'stationName' | 'stationCode' | 'arrivalDateTime' | 'departureDateTime' | 'scheduledPlatform' | 'stationClassification' | 'stoppingPattern'>)>>;
|
|
4095
|
-
})>>;
|
|
4096
|
-
providers?: Maybe<Array<({
|
|
4097
|
-
__typename?: 'RailProvider';
|
|
4098
|
-
} & Pick<RailProvider, 'providerId' | 'name'> & {
|
|
4099
|
-
cheapestTicket?: Maybe<({
|
|
4100
|
-
__typename?: 'RailTicketOption';
|
|
4101
|
-
} & Pick<RailTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode' | 'availableSeats'> & {
|
|
4102
|
-
identifiers?: Maybe<({
|
|
4103
|
-
__typename?: 'RailIdentifiers';
|
|
4104
|
-
} & Pick<RailIdentifiers, 'transactionIdentifier' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
4105
|
-
terms?: Maybe<({
|
|
4106
|
-
__typename?: 'RailTicketTerms';
|
|
4107
|
-
} & Pick<RailTicketTerms, 'error' | 'ticketTypeCode' | 'trainOperatingCompanyCode' | 'ticketTypeName' | 'ticketTypeAltName' | 'ticketTypeClass' | 'reservationRule' | 'journeyType' | 'preBookingRequirement' | 'generalValidity' | 'validOutRule' | 'validReturnRule' | 'generalDiscount' | 'childDiscount' | 'railcardDiscount' | 'refundCancellationRule' | 'changeRule' | 'ticketTypeConditionsDescription' | 'journeyBreakRule' | 'availabilityRule' | 'todAvailable' | 'kioskAvailable' | 'startDate' | 'endDate'> & {
|
|
4108
|
-
dynamicConditions?: Maybe<Array<Maybe<({
|
|
4109
|
-
__typename?: 'DynamicCondition';
|
|
4110
|
-
} & Pick<DynamicCondition, 'name' | 'description'>)>>>;
|
|
4111
|
-
})>;
|
|
4112
|
-
tickets?: Maybe<Array<Maybe<({
|
|
4113
|
-
__typename?: 'RailTicket';
|
|
4114
|
-
} & Pick<RailTicket, 'price' | 'type' | 'route' | 'numChildren' | 'numAdults'> & {
|
|
4115
|
-
segments?: Maybe<Array<({
|
|
4116
|
-
__typename?: 'RailSegment';
|
|
4117
|
-
} & Pick<RailSegment, 'id' | 'operator' | 'depart' | 'departDateTime' | 'arrive' | 'arriveDateTime' | 'reservableStatus' | 'seatPreferenceGroup'>)>>;
|
|
4118
|
-
})>>>;
|
|
4119
|
-
ticketQueueList?: Maybe<Array<Maybe<({
|
|
4120
|
-
__typename?: 'RailTicketQueue';
|
|
4121
|
-
} & Pick<RailTicketQueue, 'id' | 'name' | 'type'>)>>>;
|
|
4122
|
-
accountsList?: Maybe<Array<Maybe<({
|
|
4123
|
-
__typename?: 'RailAccount';
|
|
4124
|
-
} & Pick<RailAccount, 'id' | 'reference' | 'description' | 'isDefault' | 'type'>)>>>;
|
|
4125
|
-
})>;
|
|
4126
|
-
ticketOptions?: Maybe<Array<Maybe<({
|
|
4127
|
-
__typename?: 'RailTicketOption';
|
|
4128
|
-
} & Pick<RailTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode' | 'availableSeats'> & {
|
|
4129
|
-
identifiers?: Maybe<({
|
|
4130
|
-
__typename?: 'RailIdentifiers';
|
|
4131
|
-
} & Pick<RailIdentifiers, 'transactionIdentifier' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'> & {
|
|
4132
|
-
allowedWith: Array<({
|
|
4133
|
-
__typename?: 'RailIdentifiers';
|
|
4134
|
-
} & Pick<RailIdentifiers, 'transactionIdentifier' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
4135
|
-
})>;
|
|
4136
|
-
terms?: Maybe<({
|
|
4137
|
-
__typename?: 'RailTicketTerms';
|
|
4138
|
-
} & Pick<RailTicketTerms, 'error' | 'ticketTypeCode' | 'trainOperatingCompanyCode' | 'ticketTypeName' | 'ticketTypeAltName' | 'ticketTypeClass' | 'reservationRule' | 'journeyType' | 'preBookingRequirement' | 'generalValidity' | 'validOutRule' | 'validReturnRule' | 'generalDiscount' | 'childDiscount' | 'railcardDiscount' | 'refundCancellationRule' | 'changeRule' | 'ticketTypeConditionsDescription' | 'journeyBreakRule' | 'availabilityRule' | 'todAvailable' | 'kioskAvailable' | 'startDate' | 'endDate'>)>;
|
|
4139
|
-
tickets?: Maybe<Array<Maybe<({
|
|
4140
|
-
__typename?: 'RailTicket';
|
|
4141
|
-
} & Pick<RailTicket, 'price' | 'type' | 'route' | 'numChildren' | 'numAdults'>)>>>;
|
|
4142
|
-
ticketQueueList?: Maybe<Array<Maybe<({
|
|
4143
|
-
__typename?: 'RailTicketQueue';
|
|
4144
|
-
} & Pick<RailTicketQueue, 'id' | 'name' | 'type'>)>>>;
|
|
4145
|
-
accountsList?: Maybe<Array<Maybe<({
|
|
4146
|
-
__typename?: 'RailAccount';
|
|
4147
|
-
} & Pick<RailAccount, 'id' | 'reference' | 'description' | 'isDefault' | 'type'>)>>>;
|
|
4148
|
-
})>>>;
|
|
4149
|
-
bookedTicket?: Maybe<({
|
|
4150
|
-
__typename?: 'RailTicketOption';
|
|
4151
|
-
} & Pick<RailTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode'> & {
|
|
4152
|
-
identifiers?: Maybe<({
|
|
4153
|
-
__typename?: 'RailIdentifiers';
|
|
4154
|
-
} & Pick<RailIdentifiers, 'transactionIdentifier' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
4155
|
-
terms?: Maybe<({
|
|
4156
|
-
__typename?: 'RailTicketTerms';
|
|
4157
|
-
} & Pick<RailTicketTerms, 'error' | 'ticketTypeCode' | 'trainOperatingCompanyCode' | 'ticketTypeName' | 'ticketTypeAltName' | 'ticketTypeClass' | 'reservationRule' | 'journeyType' | 'preBookingRequirement' | 'generalValidity' | 'validOutRule' | 'validReturnRule' | 'generalDiscount' | 'childDiscount' | 'railcardDiscount' | 'refundCancellationRule' | 'changeRule' | 'ticketTypeConditionsDescription' | 'journeyBreakRule' | 'availabilityRule' | 'todAvailable' | 'kioskAvailable' | 'startDate' | 'endDate'>)>;
|
|
4158
|
-
tickets?: Maybe<Array<Maybe<({
|
|
4159
|
-
__typename?: 'RailTicket';
|
|
4160
|
-
} & Pick<RailTicket, 'price' | 'type' | 'route' | 'numChildren' | 'numAdults'>)>>>;
|
|
4161
|
-
ticketQueueList?: Maybe<Array<Maybe<({
|
|
4162
|
-
__typename?: 'RailTicketQueue';
|
|
4163
|
-
} & Pick<RailTicketQueue, 'id' | 'name' | 'type'>)>>>;
|
|
4164
|
-
accountsList?: Maybe<Array<Maybe<({
|
|
4165
|
-
__typename?: 'RailAccount';
|
|
4166
|
-
} & Pick<RailAccount, 'id' | 'reference' | 'description' | 'isDefault' | 'type'>)>>>;
|
|
4167
|
-
})>;
|
|
4168
|
-
})>>;
|
|
4169
|
-
ticketExtras?: Maybe<Array<({
|
|
4170
|
-
__typename?: 'RailTicketExtra';
|
|
4171
|
-
} & Pick<RailTicketExtra, 'type' | 'location' | 'date' | 'description' | 'amount' | 'adultAmount' | 'childAmount' | 'currency'> & {
|
|
4172
|
-
identifiers?: Maybe<({
|
|
4173
|
-
__typename?: 'RailTicketExtraIdentifiers';
|
|
4174
|
-
} & Pick<RailTicketExtraIdentifiers, 'type' | 'location' | 'date' | 'journeyId' | 'isOrigin'>)>;
|
|
4175
|
-
})>>;
|
|
4176
|
-
plusBus?: Maybe<({
|
|
4177
|
-
__typename?: 'RailPlusBus';
|
|
4178
|
-
} & Pick<RailPlusBus, 'originPlusBusNLC' | 'originStationNLC' | 'destinationPlusBusNLC' | 'destinationStationNLC'>)>;
|
|
4179
|
-
})>>;
|
|
4063
|
+
} & RailJourneyOptionFragment)>>;
|
|
4180
4064
|
return?: Maybe<Array<({
|
|
4181
4065
|
__typename?: 'RailJourneyOption';
|
|
4182
|
-
} &
|
|
4183
|
-
identifiers?: Maybe<({
|
|
4184
|
-
__typename?: 'RailIdentifiers';
|
|
4185
|
-
} & Pick<RailIdentifiers, 'transactionIdentifier' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
4186
|
-
travellers?: Maybe<Array<({
|
|
4187
|
-
__typename?: 'RailTraveller';
|
|
4188
|
-
} & Pick<RailTraveller, 'status' | 'id' | 'dob' | 'railcard' | 'givenName' | 'surname' | 'nameTitle' | 'contactInfo' | 'deliveryEmailAddress' | 'fare'>)>>;
|
|
4189
|
-
segments?: Maybe<Array<({
|
|
4190
|
-
__typename?: 'RailSegment';
|
|
4191
|
-
} & Pick<RailSegment, 'id' | 'operator' | 'depart' | 'departDateTime' | 'arrive' | 'arriveDateTime' | 'reservableStatus' | 'seatPreferenceGroup'> & {
|
|
4192
|
-
callingPoints?: Maybe<Array<({
|
|
4193
|
-
__typename?: 'RailCallingPoint';
|
|
4194
|
-
} & Pick<RailCallingPoint, 'stationName' | 'stationCode' | 'arrivalDateTime' | 'departureDateTime' | 'scheduledPlatform' | 'stationClassification' | 'stoppingPattern'>)>>;
|
|
4195
|
-
})>>;
|
|
4196
|
-
providers?: Maybe<Array<({
|
|
4197
|
-
__typename?: 'RailProvider';
|
|
4198
|
-
} & Pick<RailProvider, 'providerId' | 'name'> & {
|
|
4199
|
-
cheapestTicket?: Maybe<({
|
|
4200
|
-
__typename?: 'RailTicketOption';
|
|
4201
|
-
} & Pick<RailTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode' | 'availableSeats'> & {
|
|
4202
|
-
identifiers?: Maybe<({
|
|
4203
|
-
__typename?: 'RailIdentifiers';
|
|
4204
|
-
} & Pick<RailIdentifiers, 'transactionIdentifier' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
4205
|
-
terms?: Maybe<({
|
|
4206
|
-
__typename?: 'RailTicketTerms';
|
|
4207
|
-
} & Pick<RailTicketTerms, 'error' | 'ticketTypeCode' | 'trainOperatingCompanyCode' | 'ticketTypeName' | 'ticketTypeAltName' | 'ticketTypeClass' | 'reservationRule' | 'journeyType' | 'preBookingRequirement' | 'generalValidity' | 'validOutRule' | 'validReturnRule' | 'generalDiscount' | 'childDiscount' | 'railcardDiscount' | 'refundCancellationRule' | 'changeRule' | 'ticketTypeConditionsDescription' | 'journeyBreakRule' | 'availabilityRule' | 'todAvailable' | 'kioskAvailable' | 'startDate' | 'endDate'> & {
|
|
4208
|
-
dynamicConditions?: Maybe<Array<Maybe<({
|
|
4209
|
-
__typename?: 'DynamicCondition';
|
|
4210
|
-
} & Pick<DynamicCondition, 'name' | 'description'>)>>>;
|
|
4211
|
-
})>;
|
|
4212
|
-
tickets?: Maybe<Array<Maybe<({
|
|
4213
|
-
__typename?: 'RailTicket';
|
|
4214
|
-
} & Pick<RailTicket, 'price' | 'type' | 'route' | 'numChildren' | 'numAdults'> & {
|
|
4215
|
-
segments?: Maybe<Array<({
|
|
4216
|
-
__typename?: 'RailSegment';
|
|
4217
|
-
} & Pick<RailSegment, 'id' | 'operator' | 'depart' | 'departDateTime' | 'arrive' | 'arriveDateTime' | 'reservableStatus' | 'seatPreferenceGroup'>)>>;
|
|
4218
|
-
})>>>;
|
|
4219
|
-
ticketQueueList?: Maybe<Array<Maybe<({
|
|
4220
|
-
__typename?: 'RailTicketQueue';
|
|
4221
|
-
} & Pick<RailTicketQueue, 'id' | 'name' | 'type'>)>>>;
|
|
4222
|
-
accountsList?: Maybe<Array<Maybe<({
|
|
4223
|
-
__typename?: 'RailAccount';
|
|
4224
|
-
} & Pick<RailAccount, 'id' | 'reference' | 'description' | 'isDefault' | 'type'>)>>>;
|
|
4225
|
-
})>;
|
|
4226
|
-
ticketOptions?: Maybe<Array<Maybe<({
|
|
4227
|
-
__typename?: 'RailTicketOption';
|
|
4228
|
-
} & Pick<RailTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode' | 'availableSeats'> & {
|
|
4229
|
-
identifiers?: Maybe<({
|
|
4230
|
-
__typename?: 'RailIdentifiers';
|
|
4231
|
-
} & Pick<RailIdentifiers, 'transactionIdentifier' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'> & {
|
|
4232
|
-
allowedWith: Array<({
|
|
4233
|
-
__typename?: 'RailIdentifiers';
|
|
4234
|
-
} & Pick<RailIdentifiers, 'transactionIdentifier' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
4235
|
-
})>;
|
|
4236
|
-
terms?: Maybe<({
|
|
4237
|
-
__typename?: 'RailTicketTerms';
|
|
4238
|
-
} & Pick<RailTicketTerms, 'error' | 'ticketTypeCode' | 'trainOperatingCompanyCode' | 'ticketTypeName' | 'ticketTypeAltName' | 'ticketTypeClass' | 'reservationRule' | 'journeyType' | 'preBookingRequirement' | 'generalValidity' | 'validOutRule' | 'validReturnRule' | 'generalDiscount' | 'childDiscount' | 'railcardDiscount' | 'refundCancellationRule' | 'changeRule' | 'ticketTypeConditionsDescription' | 'journeyBreakRule' | 'availabilityRule' | 'todAvailable' | 'kioskAvailable' | 'startDate' | 'endDate'>)>;
|
|
4239
|
-
tickets?: Maybe<Array<Maybe<({
|
|
4240
|
-
__typename?: 'RailTicket';
|
|
4241
|
-
} & Pick<RailTicket, 'price' | 'type' | 'route' | 'numChildren' | 'numAdults'>)>>>;
|
|
4242
|
-
ticketQueueList?: Maybe<Array<Maybe<({
|
|
4243
|
-
__typename?: 'RailTicketQueue';
|
|
4244
|
-
} & Pick<RailTicketQueue, 'id' | 'name' | 'type'>)>>>;
|
|
4245
|
-
accountsList?: Maybe<Array<Maybe<({
|
|
4246
|
-
__typename?: 'RailAccount';
|
|
4247
|
-
} & Pick<RailAccount, 'id' | 'reference' | 'description' | 'isDefault' | 'type'>)>>>;
|
|
4248
|
-
})>>>;
|
|
4249
|
-
bookedTicket?: Maybe<({
|
|
4250
|
-
__typename?: 'RailTicketOption';
|
|
4251
|
-
} & Pick<RailTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode'> & {
|
|
4252
|
-
identifiers?: Maybe<({
|
|
4253
|
-
__typename?: 'RailIdentifiers';
|
|
4254
|
-
} & Pick<RailIdentifiers, 'transactionIdentifier' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
4255
|
-
terms?: Maybe<({
|
|
4256
|
-
__typename?: 'RailTicketTerms';
|
|
4257
|
-
} & Pick<RailTicketTerms, 'error' | 'ticketTypeCode' | 'trainOperatingCompanyCode' | 'ticketTypeName' | 'ticketTypeAltName' | 'ticketTypeClass' | 'reservationRule' | 'journeyType' | 'preBookingRequirement' | 'generalValidity' | 'validOutRule' | 'validReturnRule' | 'generalDiscount' | 'childDiscount' | 'railcardDiscount' | 'refundCancellationRule' | 'changeRule' | 'ticketTypeConditionsDescription' | 'journeyBreakRule' | 'availabilityRule' | 'todAvailable' | 'kioskAvailable' | 'startDate' | 'endDate'>)>;
|
|
4258
|
-
tickets?: Maybe<Array<Maybe<({
|
|
4259
|
-
__typename?: 'RailTicket';
|
|
4260
|
-
} & Pick<RailTicket, 'price' | 'type' | 'route' | 'numChildren' | 'numAdults'>)>>>;
|
|
4261
|
-
ticketQueueList?: Maybe<Array<Maybe<({
|
|
4262
|
-
__typename?: 'RailTicketQueue';
|
|
4263
|
-
} & Pick<RailTicketQueue, 'id' | 'name' | 'type'>)>>>;
|
|
4264
|
-
accountsList?: Maybe<Array<Maybe<({
|
|
4265
|
-
__typename?: 'RailAccount';
|
|
4266
|
-
} & Pick<RailAccount, 'id' | 'reference' | 'description' | 'isDefault' | 'type'>)>>>;
|
|
4267
|
-
})>;
|
|
4268
|
-
})>>;
|
|
4269
|
-
ticketExtras?: Maybe<Array<({
|
|
4270
|
-
__typename?: 'RailTicketExtra';
|
|
4271
|
-
} & Pick<RailTicketExtra, 'type' | 'location' | 'date' | 'description' | 'amount' | 'adultAmount' | 'childAmount' | 'currency'>)>>;
|
|
4272
|
-
plusBus?: Maybe<({
|
|
4273
|
-
__typename?: 'RailPlusBus';
|
|
4274
|
-
} & Pick<RailPlusBus, 'originPlusBusNLC' | 'originStationNLC' | 'destinationPlusBusNLC' | 'destinationStationNLC'>)>;
|
|
4275
|
-
})>>;
|
|
4066
|
+
} & RailJourneyOptionFragment)>>;
|
|
4276
4067
|
})>;
|
|
4277
4068
|
errors: Array<({
|
|
4278
4069
|
__typename?: 'SearchError';
|
|
4279
|
-
} &
|
|
4070
|
+
} & Pick<SearchError, 'errorMessage'>)>;
|
|
4280
4071
|
});
|
|
4281
4072
|
});
|
|
4282
4073
|
export declare type SaveRecentSearchMutationVariables = Exact<{
|
|
@@ -4388,26 +4179,79 @@ export declare type SearchEurostarQuery = ({
|
|
|
4388
4179
|
} & {
|
|
4389
4180
|
journeys: Array<({
|
|
4390
4181
|
__typename?: 'FlightItinerary';
|
|
4391
|
-
} & Pick<FlightItinerary, '
|
|
4182
|
+
} & Pick<FlightItinerary, 'baseFareId' | 'uid' | 'disclosures' | 'passengerCount' | 'outboundTotalDuration' | 'inboundTotalDuration' | 'additional' | 'source' | 'sourceId' | 'version' | 'journeyHash' | 'co2PerItem' | 'co2PerPassenger'> & {
|
|
4392
4183
|
outboundFlights: Array<({
|
|
4393
4184
|
__typename?: 'FlightJourney';
|
|
4394
|
-
} &
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4185
|
+
} & FlightJourneyFieldsFragment)>;
|
|
4186
|
+
inboundFlights?: Maybe<Array<Maybe<({
|
|
4187
|
+
__typename?: 'FlightJourney';
|
|
4188
|
+
} & FlightJourneyFieldsFragment)>>>;
|
|
4189
|
+
outboundCarbonEmissions?: Maybe<({
|
|
4190
|
+
__typename?: 'FlightCarbonEmissions';
|
|
4191
|
+
} & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
|
|
4192
|
+
inboundCarbonEmissions?: Maybe<({
|
|
4193
|
+
__typename?: 'FlightCarbonEmissions';
|
|
4194
|
+
} & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
|
|
4195
|
+
taxes?: Maybe<Array<Maybe<({
|
|
4196
|
+
__typename?: 'FlightAmount';
|
|
4197
|
+
} & Pick<FlightAmount, 'description' | 'amount' | 'currency'>)>>>;
|
|
4198
|
+
discounts?: Maybe<Array<Maybe<({
|
|
4199
|
+
__typename?: 'FlightAmount';
|
|
4200
|
+
} & Pick<FlightAmount, 'description' | 'amount' | 'currency'>)>>>;
|
|
4201
|
+
total: ({
|
|
4202
|
+
__typename?: 'FlightFareTotal';
|
|
4203
|
+
} & Pick<FlightFareTotal, 'price' | 'tax' | 'discount' | 'currency'>);
|
|
4204
|
+
fareConditions?: Maybe<({
|
|
4205
|
+
__typename?: 'FareConditions';
|
|
4206
|
+
} & {
|
|
4207
|
+
cancellation?: Maybe<Array<Maybe<({
|
|
4208
|
+
__typename?: 'FareConditionEntry';
|
|
4209
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4210
|
+
change?: Maybe<Array<Maybe<({
|
|
4211
|
+
__typename?: 'FareConditionEntry';
|
|
4212
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4213
|
+
noShow?: Maybe<Array<Maybe<({
|
|
4214
|
+
__typename?: 'FareConditionEntry';
|
|
4215
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4216
|
+
upgrade?: Maybe<Array<Maybe<({
|
|
4217
|
+
__typename?: 'FareConditionEntry';
|
|
4218
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4219
|
+
other?: Maybe<Array<Maybe<({
|
|
4220
|
+
__typename?: 'FareConditionEntry';
|
|
4221
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4222
|
+
})>;
|
|
4223
|
+
baggageAllowance?: Maybe<Array<Maybe<({
|
|
4224
|
+
__typename?: 'BaggageAllowance';
|
|
4225
|
+
} & Pick<BaggageAllowance, 'type' | 'qty' | 'maxKG' | 'maxLBS'>)>>>;
|
|
4226
|
+
})>;
|
|
4227
|
+
multi: Array<({
|
|
4228
|
+
__typename?: 'ItinerarySummary';
|
|
4229
|
+
} & Pick<ItinerarySummary, 'order' | 'origin' | 'destination' | 'minPrice' | 'maxPrice'> & {
|
|
4230
|
+
results: Array<({
|
|
4231
|
+
__typename?: 'FlightItinerary';
|
|
4232
|
+
} & Pick<FlightItinerary, 'uid' | 'passengerCount' | 'outboundTotalDuration' | 'inboundTotalDuration' | 'additional' | 'source' | 'sourceId' | 'version' | 'co2PerItem' | 'co2PerPassenger'> & {
|
|
4233
|
+
outboundFlights: Array<({
|
|
4234
|
+
__typename?: 'FlightJourney';
|
|
4235
|
+
} & FlightJourneyFieldsFragment)>;
|
|
4236
|
+
inboundFlights?: Maybe<Array<Maybe<({
|
|
4237
|
+
__typename?: 'FlightJourney';
|
|
4238
|
+
} & FlightJourneyFieldsFragment)>>>;
|
|
4239
|
+
outboundCarbonEmissions?: Maybe<({
|
|
4240
|
+
__typename?: 'FlightCarbonEmissions';
|
|
4241
|
+
} & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
|
|
4242
|
+
inboundCarbonEmissions?: Maybe<({
|
|
4243
|
+
__typename?: 'FlightCarbonEmissions';
|
|
4244
|
+
} & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
|
|
4245
|
+
taxes?: Maybe<Array<Maybe<({
|
|
4246
|
+
__typename?: 'FlightAmount';
|
|
4247
|
+
} & Pick<FlightAmount, 'description' | 'amount' | 'currency'>)>>>;
|
|
4248
|
+
discounts?: Maybe<Array<Maybe<({
|
|
4249
|
+
__typename?: 'FlightAmount';
|
|
4250
|
+
} & Pick<FlightAmount, 'description' | 'amount' | 'currency'>)>>>;
|
|
4251
|
+
total: ({
|
|
4252
|
+
__typename?: 'FlightFareTotal';
|
|
4253
|
+
} & Pick<FlightFareTotal, 'price' | 'tax' | 'discount' | 'currency'>);
|
|
4254
|
+
fareConditions?: Maybe<({
|
|
4411
4255
|
__typename?: 'FareConditions';
|
|
4412
4256
|
} & {
|
|
4413
4257
|
cancellation?: Maybe<Array<Maybe<({
|
|
@@ -4425,46 +4269,59 @@ export declare type SearchEurostarQuery = ({
|
|
|
4425
4269
|
other?: Maybe<Array<Maybe<({
|
|
4426
4270
|
__typename?: 'FareConditionEntry';
|
|
4427
4271
|
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4428
|
-
})
|
|
4272
|
+
})>;
|
|
4273
|
+
baggageAllowance?: Maybe<Array<Maybe<({
|
|
4274
|
+
__typename?: 'BaggageAllowance';
|
|
4275
|
+
} & Pick<BaggageAllowance, 'type' | 'qty' | 'maxKG' | 'maxLBS'>)>>>;
|
|
4429
4276
|
})>;
|
|
4277
|
+
})>;
|
|
4278
|
+
});
|
|
4279
|
+
errors: Array<({
|
|
4280
|
+
__typename?: 'SearchError';
|
|
4281
|
+
} & ErrorsFragment)>;
|
|
4282
|
+
});
|
|
4283
|
+
});
|
|
4284
|
+
export declare type SearchFlightsV2QueryVariables = Exact<{
|
|
4285
|
+
passengers: Array<FlightPassengerObject> | FlightPassengerObject;
|
|
4286
|
+
originAirport?: Maybe<Scalars['String']>;
|
|
4287
|
+
destinationAirport?: Maybe<Scalars['String']>;
|
|
4288
|
+
multiDestination?: Maybe<Array<Maybe<DestinationEntry>> | Maybe<DestinationEntry>>;
|
|
4289
|
+
outboundDate?: Maybe<Scalars['Date']>;
|
|
4290
|
+
outboundDepartureTimeWindow?: Maybe<Scalars['String']>;
|
|
4291
|
+
outboundArrivalTimeWindow?: Maybe<Scalars['String']>;
|
|
4292
|
+
outboundCabinClass?: Maybe<Array<Maybe<FlightCabinClass>> | Maybe<FlightCabinClass>>;
|
|
4293
|
+
returnTrip: Scalars['Boolean'];
|
|
4294
|
+
returnDate?: Maybe<Scalars['Date']>;
|
|
4295
|
+
returnDepartureTimeWindow?: Maybe<Scalars['String']>;
|
|
4296
|
+
returnArrivalTimeWindow?: Maybe<Scalars['String']>;
|
|
4297
|
+
returnCabinClass?: Maybe<Array<Maybe<FlightCabinClass>> | Maybe<FlightCabinClass>>;
|
|
4298
|
+
fareType: FareType;
|
|
4299
|
+
requireFreeBag?: Maybe<Scalars['Boolean']>;
|
|
4300
|
+
maxConnections?: Maybe<Scalars['Int']>;
|
|
4301
|
+
preferredCarriers?: Maybe<Array<Maybe<Scalars['String']>> | Maybe<Scalars['String']>>;
|
|
4302
|
+
includeNearbyAirports?: Maybe<Scalars['Boolean']>;
|
|
4303
|
+
asSingles?: Maybe<Scalars['Boolean']>;
|
|
4304
|
+
withGrouped: Scalars['Boolean'];
|
|
4305
|
+
groupMax?: Maybe<Scalars['Int']>;
|
|
4306
|
+
}>;
|
|
4307
|
+
export declare type SearchFlightsV2Query = ({
|
|
4308
|
+
__typename?: 'Query';
|
|
4309
|
+
} & {
|
|
4310
|
+
searchFlightsV2: ({
|
|
4311
|
+
__typename?: 'FlightSearchResultV2';
|
|
4312
|
+
} & Pick<FlightSearchResultV2, 'ruleActionSummary'> & {
|
|
4313
|
+
results: ({
|
|
4314
|
+
__typename?: 'FEFlightSearchResults';
|
|
4315
|
+
} & {
|
|
4316
|
+
journeys: Array<({
|
|
4317
|
+
__typename?: 'FlightItinerary';
|
|
4318
|
+
} & Pick<FlightItinerary, 'baseFareId' | 'uid' | 'disclosures' | 'passengerCount' | 'outboundTotalDuration' | 'inboundTotalDuration' | 'additional' | 'source' | 'sourceId' | 'version' | 'journeyHash' | 'co2PerItem' | 'co2PerPassenger'> & {
|
|
4319
|
+
outboundFlights: Array<({
|
|
4320
|
+
__typename?: 'FlightJourney';
|
|
4321
|
+
} & FlightJourneyFieldsFragment)>;
|
|
4430
4322
|
inboundFlights?: Maybe<Array<Maybe<({
|
|
4431
4323
|
__typename?: 'FlightJourney';
|
|
4432
|
-
} &
|
|
4433
|
-
fareInfo?: Maybe<({
|
|
4434
|
-
__typename?: 'FlightSpecialFareInfo';
|
|
4435
|
-
} & Pick<FlightSpecialFareInfo, 'title' | 'type' | 'code' | 'supplierCode'>)>;
|
|
4436
|
-
originAirportDetail: ({
|
|
4437
|
-
__typename?: 'AirportDetail';
|
|
4438
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
4439
|
-
destinationAirportDetail: ({
|
|
4440
|
-
__typename?: 'AirportDetail';
|
|
4441
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
4442
|
-
marketingCarrierDetail: ({
|
|
4443
|
-
__typename?: 'FlightCarrierDetail';
|
|
4444
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
4445
|
-
operatingCarrierDetail: ({
|
|
4446
|
-
__typename?: 'FlightCarrierDetail';
|
|
4447
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
4448
|
-
fareConditions: ({
|
|
4449
|
-
__typename?: 'FareConditions';
|
|
4450
|
-
} & {
|
|
4451
|
-
cancellation?: Maybe<Array<Maybe<({
|
|
4452
|
-
__typename?: 'FareConditionEntry';
|
|
4453
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4454
|
-
change?: Maybe<Array<Maybe<({
|
|
4455
|
-
__typename?: 'FareConditionEntry';
|
|
4456
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4457
|
-
noShow?: Maybe<Array<Maybe<({
|
|
4458
|
-
__typename?: 'FareConditionEntry';
|
|
4459
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4460
|
-
upgrade?: Maybe<Array<Maybe<({
|
|
4461
|
-
__typename?: 'FareConditionEntry';
|
|
4462
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4463
|
-
other?: Maybe<Array<Maybe<({
|
|
4464
|
-
__typename?: 'FareConditionEntry';
|
|
4465
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4466
|
-
});
|
|
4467
|
-
})>>>;
|
|
4324
|
+
} & FlightJourneyFieldsFragment)>>>;
|
|
4468
4325
|
outboundCarbonEmissions?: Maybe<({
|
|
4469
4326
|
__typename?: 'FlightCarbonEmissions';
|
|
4470
4327
|
} & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
|
|
@@ -4508,83 +4365,13 @@ export declare type SearchEurostarQuery = ({
|
|
|
4508
4365
|
} & Pick<ItinerarySummary, 'order' | 'origin' | 'destination' | 'minPrice' | 'maxPrice'> & {
|
|
4509
4366
|
results: Array<({
|
|
4510
4367
|
__typename?: 'FlightItinerary';
|
|
4511
|
-
} & Pick<FlightItinerary, 'uid' | 'passengerCount' | 'outboundTotalDuration' | 'inboundTotalDuration' | 'additional' | 'source' | 'sourceId' | 'version' | '
|
|
4368
|
+
} & Pick<FlightItinerary, 'uid' | 'passengerCount' | 'outboundTotalDuration' | 'inboundTotalDuration' | 'additional' | 'source' | 'sourceId' | 'version' | 'co2PerItem' | 'co2PerPassenger' | 'journeyHash'> & {
|
|
4512
4369
|
outboundFlights: Array<({
|
|
4513
4370
|
__typename?: 'FlightJourney';
|
|
4514
|
-
} &
|
|
4515
|
-
fareInfo?: Maybe<({
|
|
4516
|
-
__typename?: 'FlightSpecialFareInfo';
|
|
4517
|
-
} & Pick<FlightSpecialFareInfo, 'title' | 'type' | 'code' | 'supplierCode'>)>;
|
|
4518
|
-
originAirportDetail: ({
|
|
4519
|
-
__typename?: 'AirportDetail';
|
|
4520
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
4521
|
-
destinationAirportDetail: ({
|
|
4522
|
-
__typename?: 'AirportDetail';
|
|
4523
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
4524
|
-
marketingCarrierDetail: ({
|
|
4525
|
-
__typename?: 'FlightCarrierDetail';
|
|
4526
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
4527
|
-
operatingCarrierDetail: ({
|
|
4528
|
-
__typename?: 'FlightCarrierDetail';
|
|
4529
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
4530
|
-
fareConditions: ({
|
|
4531
|
-
__typename?: 'FareConditions';
|
|
4532
|
-
} & {
|
|
4533
|
-
cancellation?: Maybe<Array<Maybe<({
|
|
4534
|
-
__typename?: 'FareConditionEntry';
|
|
4535
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4536
|
-
change?: Maybe<Array<Maybe<({
|
|
4537
|
-
__typename?: 'FareConditionEntry';
|
|
4538
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4539
|
-
noShow?: Maybe<Array<Maybe<({
|
|
4540
|
-
__typename?: 'FareConditionEntry';
|
|
4541
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4542
|
-
upgrade?: Maybe<Array<Maybe<({
|
|
4543
|
-
__typename?: 'FareConditionEntry';
|
|
4544
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4545
|
-
other?: Maybe<Array<Maybe<({
|
|
4546
|
-
__typename?: 'FareConditionEntry';
|
|
4547
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4548
|
-
});
|
|
4549
|
-
})>;
|
|
4371
|
+
} & FlightJourneyFieldsFragment)>;
|
|
4550
4372
|
inboundFlights?: Maybe<Array<Maybe<({
|
|
4551
4373
|
__typename?: 'FlightJourney';
|
|
4552
|
-
} &
|
|
4553
|
-
fareInfo?: Maybe<({
|
|
4554
|
-
__typename?: 'FlightSpecialFareInfo';
|
|
4555
|
-
} & Pick<FlightSpecialFareInfo, 'title' | 'type' | 'code' | 'supplierCode'>)>;
|
|
4556
|
-
originAirportDetail: ({
|
|
4557
|
-
__typename?: 'AirportDetail';
|
|
4558
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
4559
|
-
destinationAirportDetail: ({
|
|
4560
|
-
__typename?: 'AirportDetail';
|
|
4561
|
-
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
4562
|
-
marketingCarrierDetail: ({
|
|
4563
|
-
__typename?: 'FlightCarrierDetail';
|
|
4564
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
4565
|
-
operatingCarrierDetail: ({
|
|
4566
|
-
__typename?: 'FlightCarrierDetail';
|
|
4567
|
-
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
4568
|
-
fareConditions: ({
|
|
4569
|
-
__typename?: 'FareConditions';
|
|
4570
|
-
} & {
|
|
4571
|
-
cancellation?: Maybe<Array<Maybe<({
|
|
4572
|
-
__typename?: 'FareConditionEntry';
|
|
4573
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4574
|
-
change?: Maybe<Array<Maybe<({
|
|
4575
|
-
__typename?: 'FareConditionEntry';
|
|
4576
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4577
|
-
noShow?: Maybe<Array<Maybe<({
|
|
4578
|
-
__typename?: 'FareConditionEntry';
|
|
4579
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4580
|
-
upgrade?: Maybe<Array<Maybe<({
|
|
4581
|
-
__typename?: 'FareConditionEntry';
|
|
4582
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4583
|
-
other?: Maybe<Array<Maybe<({
|
|
4584
|
-
__typename?: 'FareConditionEntry';
|
|
4585
|
-
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
4586
|
-
});
|
|
4587
|
-
})>>>;
|
|
4374
|
+
} & FlightJourneyFieldsFragment)>>>;
|
|
4588
4375
|
outboundCarbonEmissions?: Maybe<({
|
|
4589
4376
|
__typename?: 'FlightCarbonEmissions';
|
|
4590
4377
|
} & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
|
|
@@ -4626,11 +4413,7 @@ export declare type SearchEurostarQuery = ({
|
|
|
4626
4413
|
})>;
|
|
4627
4414
|
grouped?: Maybe<Array<({
|
|
4628
4415
|
__typename?: 'GroupFlights';
|
|
4629
|
-
} &
|
|
4630
|
-
flights: ({
|
|
4631
|
-
__typename?: 'MatchingFlights';
|
|
4632
|
-
} & Pick<MatchingFlights, 'LiteEconomy' | 'EconomyRestricted' | 'EconomyNoBags' | 'Economy' | 'PremiumEconomy' | 'Business' | 'PremiumBusiness' | 'First' | 'PremiumFirst'>);
|
|
4633
|
-
})>>;
|
|
4416
|
+
} & GroupedFieldsFragment)>>;
|
|
4634
4417
|
});
|
|
4635
4418
|
errors: Array<({
|
|
4636
4419
|
__typename?: 'SearchError';
|
|
@@ -4654,6 +4437,7 @@ export declare type SearchIrlQueryVariables = Exact<{
|
|
|
4654
4437
|
adults: Scalars['Int'];
|
|
4655
4438
|
children?: Maybe<Scalars['Int']>;
|
|
4656
4439
|
returnDepartureDateTime?: Maybe<Scalars['DateTime']>;
|
|
4440
|
+
irlDiscountCards?: Maybe<Scalars['String']>;
|
|
4657
4441
|
}>;
|
|
4658
4442
|
export declare type SearchIrlQuery = ({
|
|
4659
4443
|
__typename?: 'Query';
|
|
@@ -4688,7 +4472,7 @@ export declare type SearchIrlQuery = ({
|
|
|
4688
4472
|
} & Pick<IrlProvider, 'providerId' | 'name'> & {
|
|
4689
4473
|
cheapestTicket?: Maybe<({
|
|
4690
4474
|
__typename?: 'IRLTicketOption';
|
|
4691
|
-
} & Pick<IrlTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode'> & {
|
|
4475
|
+
} & Pick<IrlTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode' | 'fareRules'> & {
|
|
4692
4476
|
identifiers?: Maybe<({
|
|
4693
4477
|
__typename?: 'IRLIdentifiers';
|
|
4694
4478
|
} & Pick<IrlIdentifiers, 'transactionIdentifier' | 'signature' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
@@ -4709,7 +4493,7 @@ export declare type SearchIrlQuery = ({
|
|
|
4709
4493
|
})>;
|
|
4710
4494
|
ticketOptions?: Maybe<Array<Maybe<({
|
|
4711
4495
|
__typename?: 'IRLTicketOption';
|
|
4712
|
-
} & Pick<IrlTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode'> & {
|
|
4496
|
+
} & Pick<IrlTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode' | 'fareRules'> & {
|
|
4713
4497
|
identifiers?: Maybe<({
|
|
4714
4498
|
__typename?: 'IRLIdentifiers';
|
|
4715
4499
|
} & Pick<IrlIdentifiers, 'transactionIdentifier' | 'signature' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
@@ -4730,7 +4514,7 @@ export declare type SearchIrlQuery = ({
|
|
|
4730
4514
|
})>>>;
|
|
4731
4515
|
bookedTicket?: Maybe<({
|
|
4732
4516
|
__typename?: 'IRLTicketOption';
|
|
4733
|
-
} & Pick<IrlTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode'> & {
|
|
4517
|
+
} & Pick<IrlTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode' | 'fareRules'> & {
|
|
4734
4518
|
identifiers?: Maybe<({
|
|
4735
4519
|
__typename?: 'IRLIdentifiers';
|
|
4736
4520
|
} & Pick<IrlIdentifiers, 'transactionIdentifier' | 'signature' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
@@ -4785,7 +4569,7 @@ export declare type SearchIrlQuery = ({
|
|
|
4785
4569
|
} & Pick<IrlProvider, 'providerId' | 'name'> & {
|
|
4786
4570
|
cheapestTicket?: Maybe<({
|
|
4787
4571
|
__typename?: 'IRLTicketOption';
|
|
4788
|
-
} & Pick<IrlTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode'> & {
|
|
4572
|
+
} & Pick<IrlTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode' | 'fareRules'> & {
|
|
4789
4573
|
identifiers?: Maybe<({
|
|
4790
4574
|
__typename?: 'IRLIdentifiers';
|
|
4791
4575
|
} & Pick<IrlIdentifiers, 'transactionIdentifier' | 'signature' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
@@ -4806,7 +4590,7 @@ export declare type SearchIrlQuery = ({
|
|
|
4806
4590
|
})>;
|
|
4807
4591
|
ticketOptions?: Maybe<Array<Maybe<({
|
|
4808
4592
|
__typename?: 'IRLTicketOption';
|
|
4809
|
-
} & Pick<IrlTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode'> & {
|
|
4593
|
+
} & Pick<IrlTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode' | 'fareRules'> & {
|
|
4810
4594
|
identifiers?: Maybe<({
|
|
4811
4595
|
__typename?: 'IRLIdentifiers';
|
|
4812
4596
|
} & Pick<IrlIdentifiers, 'transactionIdentifier' | 'signature' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
@@ -4827,7 +4611,7 @@ export declare type SearchIrlQuery = ({
|
|
|
4827
4611
|
})>>>;
|
|
4828
4612
|
bookedTicket?: Maybe<({
|
|
4829
4613
|
__typename?: 'IRLTicketOption';
|
|
4830
|
-
} & Pick<IrlTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode'> & {
|
|
4614
|
+
} & Pick<IrlTicketOption, 'type' | 'class' | 'singleOrReturn' | 'price' | 'reservableStatus' | 'currency' | 'route' | 'routeCode' | 'fareRules'> & {
|
|
4831
4615
|
identifiers?: Maybe<({
|
|
4832
4616
|
__typename?: 'IRLIdentifiers';
|
|
4833
4617
|
} & Pick<IrlIdentifiers, 'transactionIdentifier' | 'signature' | 'journeyIdentifier' | 'provider' | 'fareIdentifier' | 'direction' | 'singleOrReturn' | 'bookingRef'>)>;
|
|
@@ -5007,9 +4791,6 @@ export declare type UserFieldsFragment = ({
|
|
|
5007
4791
|
availableLanguages: Array<({
|
|
5008
4792
|
__typename?: 'Language';
|
|
5009
4793
|
} & Pick<Language, 'id' | 'name' | 'isoCode'>)>;
|
|
5010
|
-
passports: Array<({
|
|
5011
|
-
__typename?: 'Passport';
|
|
5012
|
-
} & Pick<Passport, 'id' | 'number' | 'codeOfIssuingState' | 'nationality' | 'sex' | 'dob' | 'surname' | 'givenNames' | 'dateOfIssue' | 'createdAt' | 'updatedAt'>)>;
|
|
5013
4794
|
addresses: Array<({
|
|
5014
4795
|
__typename?: 'Address';
|
|
5015
4796
|
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>;
|
|
@@ -5049,7 +4830,7 @@ export declare type GetUserMessagesQuery = ({
|
|
|
5049
4830
|
} & {
|
|
5050
4831
|
getUserMessages: Array<({
|
|
5051
4832
|
__typename?: 'Message';
|
|
5052
|
-
} & Pick<Message, 'id' | 'name' | 'description' | 'config' | 'target' | 'key'>)>;
|
|
4833
|
+
} & Pick<Message, 'id' | 'name' | 'description' | 'config' | 'target' | 'key' | 'displayTarget' | 'agentOnly' | 'clickToConfirm' | 'validFrom' | 'validTo'>)>;
|
|
5053
4834
|
});
|
|
5054
4835
|
export declare type GetUserPhoneNumbersQueryVariables = Exact<{
|
|
5055
4836
|
[key: string]: never;
|
|
@@ -5095,7 +4876,7 @@ export declare type SearchUserCanBookForQuery = ({
|
|
|
5095
4876
|
} & {
|
|
5096
4877
|
searchUserCanBookFor: Array<({
|
|
5097
4878
|
__typename?: 'User';
|
|
5098
|
-
} & Pick<User, 'id' | 'forename' | 'surname' | 'email'>)>;
|
|
4879
|
+
} & Pick<User, 'id' | 'title' | 'forename' | 'surname' | 'email'>)>;
|
|
5099
4880
|
});
|
|
5100
4881
|
export declare type ValidateUserMiFreeValueQueryVariables = Exact<{
|
|
5101
4882
|
mi: Scalars['ID'];
|
|
@@ -5114,6 +4895,15 @@ export declare namespace AddUsersToBasketItem {
|
|
|
5114
4895
|
type Mutation = AddUsersToBasketItemMutation;
|
|
5115
4896
|
type AddUsersToBasketItem = AddUsersToBasketItemMutation['addUsersToBasketItem'];
|
|
5116
4897
|
}
|
|
4898
|
+
export declare namespace ApplyJitFlightRules {
|
|
4899
|
+
type Variables = ApplyJitFlightRulesQueryVariables;
|
|
4900
|
+
type Query = ApplyJitFlightRulesQuery;
|
|
4901
|
+
}
|
|
4902
|
+
export declare namespace ApplyJitHotelRules {
|
|
4903
|
+
type Variables = ApplyJitHotelRulesQueryVariables;
|
|
4904
|
+
type Query = ApplyJitHotelRulesQuery;
|
|
4905
|
+
type ApplyJitHotelRules = ApplyJitHotelRulesQuery['applyJITHotelRules'];
|
|
4906
|
+
}
|
|
5117
4907
|
export declare namespace TravellerFields {
|
|
5118
4908
|
type Fragment = TravellerFieldsFragment;
|
|
5119
4909
|
}
|
|
@@ -5193,6 +4983,11 @@ export declare namespace SearchCabHire {
|
|
|
5193
4983
|
type Vias = SearchCabHireQuery['searchCabHire']['results'][number]['vias'][number];
|
|
5194
4984
|
type Errors = SearchCabHireQuery['searchCabHire']['errors'][number];
|
|
5195
4985
|
}
|
|
4986
|
+
export declare namespace CancelBooking {
|
|
4987
|
+
type Variables = CancelBookingMutationVariables;
|
|
4988
|
+
type Mutation = CancelBookingMutation;
|
|
4989
|
+
type CancelBooking = CancelBookingMutation['cancelBooking'];
|
|
4990
|
+
}
|
|
5196
4991
|
export declare namespace CarHireAvailabilityDetailRequest {
|
|
5197
4992
|
type Variables = CarHireAvailabilityDetailRequestQueryVariables;
|
|
5198
4993
|
type Query = CarHireAvailabilityDetailRequestQuery;
|
|
@@ -5219,6 +5014,10 @@ export declare namespace SearchCarHire {
|
|
|
5219
5014
|
type Custom = SearchCarHireQuery['searchCarHire']['results'][number]['displayRecord']['additionalInfo'][number]['custom'][number];
|
|
5220
5015
|
type Errors = SearchCarHireQuery['searchCarHire']['errors'][number];
|
|
5221
5016
|
}
|
|
5017
|
+
export declare namespace ConfirmMessages {
|
|
5018
|
+
type Variables = ConfirmMessagesMutationVariables;
|
|
5019
|
+
type Mutation = ConfirmMessagesMutation;
|
|
5020
|
+
}
|
|
5222
5021
|
export declare namespace DeleteRecentSearch {
|
|
5223
5022
|
type Variables = DeleteRecentSearchMutationVariables;
|
|
5224
5023
|
type Mutation = DeleteRecentSearchMutation;
|
|
@@ -5235,84 +5034,23 @@ export declare namespace GroupedFields {
|
|
|
5235
5034
|
type Fragment = GroupedFieldsFragment;
|
|
5236
5035
|
type Flights = GroupedFieldsFragment['flights'];
|
|
5237
5036
|
}
|
|
5238
|
-
export declare namespace
|
|
5239
|
-
type
|
|
5240
|
-
type
|
|
5241
|
-
type
|
|
5242
|
-
type
|
|
5243
|
-
type
|
|
5244
|
-
type
|
|
5245
|
-
type
|
|
5246
|
-
type
|
|
5247
|
-
type
|
|
5248
|
-
type
|
|
5249
|
-
type
|
|
5250
|
-
type
|
|
5251
|
-
|
|
5252
|
-
|
|
5253
|
-
type
|
|
5254
|
-
type
|
|
5255
|
-
type InboundFlights = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number];
|
|
5256
|
-
type _OriginAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['originAirportDetail'];
|
|
5257
|
-
type _DestinationAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['destinationAirportDetail'];
|
|
5258
|
-
type _MarketingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['marketingCarrierDetail'];
|
|
5259
|
-
type _OperatingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['operatingCarrierDetail'];
|
|
5260
|
-
type _FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareConditions'];
|
|
5261
|
-
type _Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['cancellation'][number];
|
|
5262
|
-
type _Change = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['change'][number];
|
|
5263
|
-
type _NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['noShow'][number];
|
|
5264
|
-
type _Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['upgrade'][number];
|
|
5265
|
-
type _Other = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['other'][number];
|
|
5266
|
-
type OutboundCarbonEmissions = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundCarbonEmissions'];
|
|
5267
|
-
type InboundCarbonEmissions = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundCarbonEmissions'];
|
|
5268
|
-
type Taxes = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['taxes'][number];
|
|
5269
|
-
type Discounts = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['discounts'][number];
|
|
5270
|
-
type Total = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['total'];
|
|
5271
|
-
type __FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions'];
|
|
5272
|
-
type __Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['cancellation'][number];
|
|
5273
|
-
type __Change = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['change'][number];
|
|
5274
|
-
type __NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['noShow'][number];
|
|
5275
|
-
type __Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['upgrade'][number];
|
|
5276
|
-
type __Other = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['other'][number];
|
|
5277
|
-
type BaggageAllowance = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['baggageAllowance'][number];
|
|
5278
|
-
type Multi = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number];
|
|
5279
|
-
type _Results = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number];
|
|
5280
|
-
type _OutboundFlights = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number];
|
|
5281
|
-
type __OriginAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['originAirportDetail'];
|
|
5282
|
-
type __DestinationAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['destinationAirportDetail'];
|
|
5283
|
-
type __MarketingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['marketingCarrierDetail'];
|
|
5284
|
-
type __OperatingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['operatingCarrierDetail'];
|
|
5285
|
-
type ___FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions'];
|
|
5286
|
-
type ___Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['cancellation'][number];
|
|
5287
|
-
type ___Change = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['change'][number];
|
|
5288
|
-
type ___NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['noShow'][number];
|
|
5289
|
-
type ___Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['upgrade'][number];
|
|
5290
|
-
type ___Other = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['other'][number];
|
|
5291
|
-
type _InboundFlights = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number];
|
|
5292
|
-
type ___OriginAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['originAirportDetail'];
|
|
5293
|
-
type ___DestinationAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['destinationAirportDetail'];
|
|
5294
|
-
type ___MarketingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['marketingCarrierDetail'];
|
|
5295
|
-
type ___OperatingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['operatingCarrierDetail'];
|
|
5296
|
-
type ____FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions'];
|
|
5297
|
-
type ____Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['cancellation'][number];
|
|
5298
|
-
type ____Change = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['change'][number];
|
|
5299
|
-
type ____NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['noShow'][number];
|
|
5300
|
-
type ____Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['upgrade'][number];
|
|
5301
|
-
type ____Other = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['other'][number];
|
|
5302
|
-
type _OutboundCarbonEmissions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundCarbonEmissions'];
|
|
5303
|
-
type _InboundCarbonEmissions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundCarbonEmissions'];
|
|
5304
|
-
type _Taxes = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['taxes'][number];
|
|
5305
|
-
type _Discounts = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['discounts'][number];
|
|
5306
|
-
type _Total = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['total'];
|
|
5307
|
-
type _____FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions'];
|
|
5308
|
-
type _____Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['cancellation'][number];
|
|
5309
|
-
type _____Change = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['change'][number];
|
|
5310
|
-
type _____NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['noShow'][number];
|
|
5311
|
-
type _____Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['upgrade'][number];
|
|
5312
|
-
type _____Other = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['other'][number];
|
|
5313
|
-
type _BaggageAllowance = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['baggageAllowance'][number];
|
|
5314
|
-
type Grouped = SearchFlightsV2Query['searchFlightsV2']['results']['grouped'][number];
|
|
5315
|
-
type Errors = SearchFlightsV2Query['searchFlightsV2']['errors'][number];
|
|
5037
|
+
export declare namespace FlightJourneyFields {
|
|
5038
|
+
type Fragment = FlightJourneyFieldsFragment;
|
|
5039
|
+
type FareInfo = FlightJourneyFieldsFragment['fareInfo'];
|
|
5040
|
+
type DestinationAirportDetail = FlightJourneyFieldsFragment['destinationAirportDetail'];
|
|
5041
|
+
type MarketingCarrierDetail = FlightJourneyFieldsFragment['marketingCarrierDetail'];
|
|
5042
|
+
type OperatingCarrierDetail = FlightJourneyFieldsFragment['operatingCarrierDetail'];
|
|
5043
|
+
type FareConditions = FlightJourneyFieldsFragment['fareConditions'];
|
|
5044
|
+
type Cancellation = FlightJourneyFieldsFragment['fareConditions']['cancellation'][number];
|
|
5045
|
+
type Change = FlightJourneyFieldsFragment['fareConditions']['change'][number];
|
|
5046
|
+
type NoShow = FlightJourneyFieldsFragment['fareConditions']['noShow'][number];
|
|
5047
|
+
type Upgrade = FlightJourneyFieldsFragment['fareConditions']['upgrade'][number];
|
|
5048
|
+
type Other = FlightJourneyFieldsFragment['fareConditions']['other'][number];
|
|
5049
|
+
type OriginAirportDetail = FlightJourneyFieldsFragment['originAirportDetail'];
|
|
5050
|
+
}
|
|
5051
|
+
export declare namespace GetCovidMicrositeToken {
|
|
5052
|
+
type Variables = GetCovidMicrositeTokenQueryVariables;
|
|
5053
|
+
type Query = GetCovidMicrositeTokenQuery;
|
|
5316
5054
|
}
|
|
5317
5055
|
export declare namespace GetCarHireDepots {
|
|
5318
5056
|
type Variables = GetCarHireDepotsQueryVariables;
|
|
@@ -5357,6 +5095,34 @@ export declare namespace GetConfermaQuicklist {
|
|
|
5357
5095
|
type PaymentTypes = GetConfermaQuicklistQuery['getConfermaQuicklist']['results'][number]['availableRates']['rooms'][number]['paymentTypes'][number];
|
|
5358
5096
|
type Errors = GetConfermaQuicklistQuery['getConfermaQuicklist']['errors'][number];
|
|
5359
5097
|
}
|
|
5098
|
+
export declare namespace GetFlightFareRules {
|
|
5099
|
+
type Variables = GetFlightFareRulesQueryVariables;
|
|
5100
|
+
type Query = GetFlightFareRulesQuery;
|
|
5101
|
+
type GetFlightFareRules = GetFlightFareRulesQuery['getFlightFareRules'];
|
|
5102
|
+
type Results = GetFlightFareRulesQuery['getFlightFareRules']['results'][number];
|
|
5103
|
+
type Cancellation = GetFlightFareRulesQuery['getFlightFareRules']['results'][number]['cancellation'][number];
|
|
5104
|
+
type Change = GetFlightFareRulesQuery['getFlightFareRules']['results'][number]['change'][number];
|
|
5105
|
+
type NoShow = GetFlightFareRulesQuery['getFlightFareRules']['results'][number]['noShow'][number];
|
|
5106
|
+
type Upgrade = GetFlightFareRulesQuery['getFlightFareRules']['results'][number]['upgrade'][number];
|
|
5107
|
+
type Other = GetFlightFareRulesQuery['getFlightFareRules']['results'][number]['other'][number];
|
|
5108
|
+
type Errors = GetFlightFareRulesQuery['getFlightFareRules']['errors'][number];
|
|
5109
|
+
}
|
|
5110
|
+
export declare namespace GetFlightSeatMap {
|
|
5111
|
+
type Variables = GetFlightSeatMapQueryVariables;
|
|
5112
|
+
type Query = GetFlightSeatMapQuery;
|
|
5113
|
+
type GetFlightSeatMap = GetFlightSeatMapQuery['getFlightSeatMap'];
|
|
5114
|
+
type Results = GetFlightSeatMapQuery['getFlightSeatMap']['results'][number];
|
|
5115
|
+
type Aircraft = GetFlightSeatMapQuery['getFlightSeatMap']['results'][number]['aircraft'];
|
|
5116
|
+
type Seats = GetFlightSeatMapQuery['getFlightSeatMap']['results'][number]['seats'][number];
|
|
5117
|
+
type Attributes = GetFlightSeatMapQuery['getFlightSeatMap']['results'][number]['seats'][number]['attributes'][number];
|
|
5118
|
+
type Errors = GetFlightSeatMapQuery['getFlightSeatMap']['errors'][number];
|
|
5119
|
+
type Service = GetFlightSeatMapQuery['getFlightSeatMap']['errors'][number]['service'];
|
|
5120
|
+
}
|
|
5121
|
+
export declare namespace GetIrlDiscountCards {
|
|
5122
|
+
type Variables = GetIrlDiscountCardsQueryVariables;
|
|
5123
|
+
type Query = GetIrlDiscountCardsQuery;
|
|
5124
|
+
type GetIrlDiscountCards = GetIrlDiscountCardsQuery['getIRLDiscountCards'][number];
|
|
5125
|
+
}
|
|
5360
5126
|
export declare namespace GetIrlSupplierStation {
|
|
5361
5127
|
type Variables = GetIrlSupplierStationQueryVariables;
|
|
5362
5128
|
type Query = GetIrlSupplierStationQuery;
|
|
@@ -5364,6 +5130,16 @@ export declare namespace GetIrlSupplierStation {
|
|
|
5364
5130
|
type LocationDetails = GetIrlSupplierStationQuery['getIRLSupplierStation']['locationDetails'];
|
|
5365
5131
|
type Coordinates = GetIrlSupplierStationQuery['getIRLSupplierStation']['locationDetails']['coordinates'];
|
|
5366
5132
|
}
|
|
5133
|
+
export declare namespace GetRailLiveDepartures {
|
|
5134
|
+
type Variables = GetRailLiveDeparturesQueryVariables;
|
|
5135
|
+
type Query = GetRailLiveDeparturesQuery;
|
|
5136
|
+
type GetRailLiveDepartures = GetRailLiveDeparturesQuery['getRailLiveDepartures'];
|
|
5137
|
+
type Services = GetRailLiveDeparturesQuery['getRailLiveDepartures']['services'][number];
|
|
5138
|
+
type Origin = GetRailLiveDeparturesQuery['getRailLiveDepartures']['services'][number]['origin'];
|
|
5139
|
+
type Destination = GetRailLiveDeparturesQuery['getRailLiveDepartures']['services'][number]['destination'];
|
|
5140
|
+
type SubsequentLocations = GetRailLiveDeparturesQuery['getRailLiveDepartures']['services'][number]['subsequentLocations'][number];
|
|
5141
|
+
type Associations = GetRailLiveDeparturesQuery['getRailLiveDepartures']['services'][number]['subsequentLocations'][number]['associations'][number];
|
|
5142
|
+
}
|
|
5367
5143
|
export declare namespace GetRailStation {
|
|
5368
5144
|
type Variables = GetRailStationQueryVariables;
|
|
5369
5145
|
type Query = GetRailStationQuery;
|
|
@@ -5417,6 +5193,17 @@ export declare namespace GetUserRecentSearches {
|
|
|
5417
5193
|
type GetUserRecentSearches = GetUserRecentSearchesQuery['getUserRecentSearches'][number];
|
|
5418
5194
|
type Travellers = GetUserRecentSearchesQuery['getUserRecentSearches'][number]['travellers'][number];
|
|
5419
5195
|
}
|
|
5196
|
+
export declare namespace RoomAvaliability {
|
|
5197
|
+
type Fragment = RoomAvaliabilityFragment;
|
|
5198
|
+
type Rooms = RoomAvaliabilityFragment['rooms'][number];
|
|
5199
|
+
type CurrencyConversion = RoomAvaliabilityFragment['rooms'][number]['currencyConversion'];
|
|
5200
|
+
type Deposit = RoomAvaliabilityFragment['rooms'][number]['deposit'];
|
|
5201
|
+
type Nights = RoomAvaliabilityFragment['rooms'][number]['nights'][number];
|
|
5202
|
+
type Policies = RoomAvaliabilityFragment['rooms'][number]['policies'];
|
|
5203
|
+
type Tax = RoomAvaliabilityFragment['rooms'][number]['tax'];
|
|
5204
|
+
type AcceptedCards = RoomAvaliabilityFragment['rooms'][number]['acceptedCards'][number];
|
|
5205
|
+
type PaymentTypes = RoomAvaliabilityFragment['rooms'][number]['paymentTypes'][number];
|
|
5206
|
+
}
|
|
5420
5207
|
export declare namespace SearchHotels {
|
|
5421
5208
|
type Variables = SearchHotelsQueryVariables;
|
|
5422
5209
|
type Query = SearchHotelsQuery;
|
|
@@ -5428,30 +5215,13 @@ export declare namespace SearchHotels {
|
|
|
5428
5215
|
type Preferred = SearchHotelsQuery['searchHotels']['results'][number]['preferred'];
|
|
5429
5216
|
type Tags = SearchHotelsQuery['searchHotels']['results'][number]['tags'][number];
|
|
5430
5217
|
type AvailableRates = SearchHotelsQuery['searchHotels']['results'][number]['availableRates'];
|
|
5431
|
-
type Rooms = SearchHotelsQuery['searchHotels']['results'][number]['availableRates']['rooms'][number];
|
|
5432
|
-
type CurrencyConversion = SearchHotelsQuery['searchHotels']['results'][number]['availableRates']['rooms'][number]['currencyConversion'];
|
|
5433
|
-
type Deposit = SearchHotelsQuery['searchHotels']['results'][number]['availableRates']['rooms'][number]['deposit'];
|
|
5434
|
-
type Nights = SearchHotelsQuery['searchHotels']['results'][number]['availableRates']['rooms'][number]['nights'][number];
|
|
5435
|
-
type Policies = SearchHotelsQuery['searchHotels']['results'][number]['availableRates']['rooms'][number]['policies'];
|
|
5436
|
-
type Tax = SearchHotelsQuery['searchHotels']['results'][number]['availableRates']['rooms'][number]['tax'];
|
|
5437
|
-
type AcceptedCards = SearchHotelsQuery['searchHotels']['results'][number]['availableRates']['rooms'][number]['acceptedCards'][number];
|
|
5438
|
-
type PaymentTypes = SearchHotelsQuery['searchHotels']['results'][number]['availableRates']['rooms'][number]['paymentTypes'][number];
|
|
5439
5218
|
type Errors = SearchHotelsQuery['searchHotels']['errors'][number];
|
|
5440
|
-
type Service = SearchHotelsQuery['searchHotels']['errors'][number]['service'];
|
|
5441
5219
|
}
|
|
5442
5220
|
export declare namespace GetMultipleHotelsAvailability {
|
|
5443
5221
|
type Variables = GetMultipleHotelsAvailabilityQueryVariables;
|
|
5444
5222
|
type Query = GetMultipleHotelsAvailabilityQuery;
|
|
5445
5223
|
type GetMultipleHotelsAvailability = GetMultipleHotelsAvailabilityQuery['getMultipleHotelsAvailability'];
|
|
5446
5224
|
type Results = GetMultipleHotelsAvailabilityQuery['getMultipleHotelsAvailability']['results'][number];
|
|
5447
|
-
type Rooms = GetMultipleHotelsAvailabilityQuery['getMultipleHotelsAvailability']['results'][number]['rooms'][number];
|
|
5448
|
-
type CurrencyConversion = GetMultipleHotelsAvailabilityQuery['getMultipleHotelsAvailability']['results'][number]['rooms'][number]['currencyConversion'];
|
|
5449
|
-
type Deposit = GetMultipleHotelsAvailabilityQuery['getMultipleHotelsAvailability']['results'][number]['rooms'][number]['deposit'];
|
|
5450
|
-
type Nights = GetMultipleHotelsAvailabilityQuery['getMultipleHotelsAvailability']['results'][number]['rooms'][number]['nights'][number];
|
|
5451
|
-
type Policies = GetMultipleHotelsAvailabilityQuery['getMultipleHotelsAvailability']['results'][number]['rooms'][number]['policies'];
|
|
5452
|
-
type Tax = GetMultipleHotelsAvailabilityQuery['getMultipleHotelsAvailability']['results'][number]['rooms'][number]['tax'];
|
|
5453
|
-
type AcceptedCards = GetMultipleHotelsAvailabilityQuery['getMultipleHotelsAvailability']['results'][number]['rooms'][number]['acceptedCards'][number];
|
|
5454
|
-
type PaymentTypes = GetMultipleHotelsAvailabilityQuery['getMultipleHotelsAvailability']['results'][number]['rooms'][number]['paymentTypes'][number];
|
|
5455
5225
|
type Errors = GetMultipleHotelsAvailabilityQuery['getMultipleHotelsAvailability']['errors'][number];
|
|
5456
5226
|
}
|
|
5457
5227
|
export declare namespace IsPostcodeValid {
|
|
@@ -5492,72 +5262,33 @@ export declare namespace SearchParking {
|
|
|
5492
5262
|
type CarPark = SearchParkingQuery['searchParking']['results'][number]['carPark'];
|
|
5493
5263
|
type Errors = SearchParkingQuery['searchParking']['errors'][number];
|
|
5494
5264
|
}
|
|
5265
|
+
export declare namespace RailJourneyFare {
|
|
5266
|
+
type Fragment = RailJourneyFareFragment;
|
|
5267
|
+
type Identifiers = RailJourneyFareFragment['identifiers'];
|
|
5268
|
+
type Terms = RailJourneyFareFragment['terms'];
|
|
5269
|
+
type DynamicConditions = RailJourneyFareFragment['terms']['dynamicConditions'][number];
|
|
5270
|
+
}
|
|
5271
|
+
export declare namespace RailJourneyOption {
|
|
5272
|
+
type Fragment = RailJourneyOptionFragment;
|
|
5273
|
+
type JourneyLegs = RailJourneyOptionFragment['journeyLegs'][number];
|
|
5274
|
+
type CallingPoints = RailJourneyOptionFragment['journeyLegs'][number]['callingPoints'][number];
|
|
5275
|
+
type SingleJourneyFares = RailJourneyOptionFragment['singleJourneyFares'][number];
|
|
5276
|
+
type ReturnJourneyFares = RailJourneyOptionFragment['returnJourneyFares'][number];
|
|
5277
|
+
type DualSingleJourneyFares = RailJourneyOptionFragment['dualSingleJourneyFares'][number];
|
|
5278
|
+
type OpenReturnJourneyFares = RailJourneyOptionFragment['openReturnJourneyFares'][number];
|
|
5279
|
+
type TicketQueueList = RailJourneyOptionFragment['ticketQueueList'][number];
|
|
5280
|
+
type AccountsList = RailJourneyOptionFragment['accountsList'][number];
|
|
5281
|
+
type TicketExtras = RailJourneyOptionFragment['ticketExtras'][number];
|
|
5282
|
+
type Identifiers = RailJourneyOptionFragment['ticketExtras'][number]['identifiers'];
|
|
5283
|
+
type PlusBus = RailJourneyOptionFragment['plusBus'];
|
|
5284
|
+
}
|
|
5495
5285
|
export declare namespace SearchRail {
|
|
5496
5286
|
type Variables = SearchRailQueryVariables;
|
|
5497
5287
|
type Query = SearchRailQuery;
|
|
5498
5288
|
type SearchRail = SearchRailQuery['searchRail'];
|
|
5499
5289
|
type Results = SearchRailQuery['searchRail']['results'][number];
|
|
5500
5290
|
type Outbound = SearchRailQuery['searchRail']['results'][number]['outbound'][number];
|
|
5501
|
-
type Identifiers = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['identifiers'];
|
|
5502
|
-
type Travellers = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['travellers'][number];
|
|
5503
|
-
type Segments = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['segments'][number];
|
|
5504
|
-
type SeatPreferenceTypes = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['segments'][number]['seatPreferenceTypes'][number];
|
|
5505
|
-
type Seats = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['segments'][number]['seats'][number];
|
|
5506
|
-
type CallingPoints = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['segments'][number]['callingPoints'][number];
|
|
5507
|
-
type Providers = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number];
|
|
5508
|
-
type CheapestTicket = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['cheapestTicket'];
|
|
5509
|
-
type _Identifiers = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['cheapestTicket']['identifiers'];
|
|
5510
|
-
type Terms = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['cheapestTicket']['terms'];
|
|
5511
|
-
type DynamicConditions = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['cheapestTicket']['terms']['dynamicConditions'][number];
|
|
5512
|
-
type Tickets = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['cheapestTicket']['tickets'][number];
|
|
5513
|
-
type _Segments = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['cheapestTicket']['tickets'][number]['segments'][number];
|
|
5514
|
-
type TicketQueueList = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['cheapestTicket']['ticketQueueList'][number];
|
|
5515
|
-
type AccountsList = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['cheapestTicket']['accountsList'][number];
|
|
5516
|
-
type TicketOptions = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['ticketOptions'][number];
|
|
5517
|
-
type __Identifiers = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['ticketOptions'][number]['identifiers'];
|
|
5518
|
-
type AllowedWith = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['ticketOptions'][number]['identifiers']['allowedWith'][number];
|
|
5519
|
-
type _Terms = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['ticketOptions'][number]['terms'];
|
|
5520
|
-
type _Tickets = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['ticketOptions'][number]['tickets'][number];
|
|
5521
|
-
type _TicketQueueList = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['ticketOptions'][number]['ticketQueueList'][number];
|
|
5522
|
-
type _AccountsList = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['ticketOptions'][number]['accountsList'][number];
|
|
5523
|
-
type BookedTicket = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['bookedTicket'];
|
|
5524
|
-
type ___Identifiers = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['bookedTicket']['identifiers'];
|
|
5525
|
-
type __Terms = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['bookedTicket']['terms'];
|
|
5526
|
-
type __Tickets = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['bookedTicket']['tickets'][number];
|
|
5527
|
-
type __TicketQueueList = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['bookedTicket']['ticketQueueList'][number];
|
|
5528
|
-
type __AccountsList = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['providers'][number]['bookedTicket']['accountsList'][number];
|
|
5529
|
-
type TicketExtras = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['ticketExtras'][number];
|
|
5530
|
-
type ____Identifiers = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['ticketExtras'][number]['identifiers'];
|
|
5531
|
-
type PlusBus = SearchRailQuery['searchRail']['results'][number]['outbound'][number]['plusBus'];
|
|
5532
5291
|
type Return = SearchRailQuery['searchRail']['results'][number]['return'][number];
|
|
5533
|
-
type _____Identifiers = SearchRailQuery['searchRail']['results'][number]['return'][number]['identifiers'];
|
|
5534
|
-
type _Travellers = SearchRailQuery['searchRail']['results'][number]['return'][number]['travellers'][number];
|
|
5535
|
-
type __Segments = SearchRailQuery['searchRail']['results'][number]['return'][number]['segments'][number];
|
|
5536
|
-
type _CallingPoints = SearchRailQuery['searchRail']['results'][number]['return'][number]['segments'][number]['callingPoints'][number];
|
|
5537
|
-
type _Providers = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number];
|
|
5538
|
-
type _CheapestTicket = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['cheapestTicket'];
|
|
5539
|
-
type ______Identifiers = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['cheapestTicket']['identifiers'];
|
|
5540
|
-
type ___Terms = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['cheapestTicket']['terms'];
|
|
5541
|
-
type _DynamicConditions = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['cheapestTicket']['terms']['dynamicConditions'][number];
|
|
5542
|
-
type ___Tickets = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['cheapestTicket']['tickets'][number];
|
|
5543
|
-
type ___Segments = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['cheapestTicket']['tickets'][number]['segments'][number];
|
|
5544
|
-
type ___TicketQueueList = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['cheapestTicket']['ticketQueueList'][number];
|
|
5545
|
-
type ___AccountsList = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['cheapestTicket']['accountsList'][number];
|
|
5546
|
-
type _TicketOptions = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['ticketOptions'][number];
|
|
5547
|
-
type _______Identifiers = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['ticketOptions'][number]['identifiers'];
|
|
5548
|
-
type _AllowedWith = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['ticketOptions'][number]['identifiers']['allowedWith'][number];
|
|
5549
|
-
type ____Terms = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['ticketOptions'][number]['terms'];
|
|
5550
|
-
type ____Tickets = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['ticketOptions'][number]['tickets'][number];
|
|
5551
|
-
type ____TicketQueueList = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['ticketOptions'][number]['ticketQueueList'][number];
|
|
5552
|
-
type ____AccountsList = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['ticketOptions'][number]['accountsList'][number];
|
|
5553
|
-
type _BookedTicket = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['bookedTicket'];
|
|
5554
|
-
type ________Identifiers = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['bookedTicket']['identifiers'];
|
|
5555
|
-
type _____Terms = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['bookedTicket']['terms'];
|
|
5556
|
-
type _____Tickets = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['bookedTicket']['tickets'][number];
|
|
5557
|
-
type _____TicketQueueList = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['bookedTicket']['ticketQueueList'][number];
|
|
5558
|
-
type _____AccountsList = SearchRailQuery['searchRail']['results'][number]['return'][number]['providers'][number]['bookedTicket']['accountsList'][number];
|
|
5559
|
-
type _TicketExtras = SearchRailQuery['searchRail']['results'][number]['return'][number]['ticketExtras'][number];
|
|
5560
|
-
type _PlusBus = SearchRailQuery['searchRail']['results'][number]['return'][number]['plusBus'];
|
|
5561
5292
|
type Errors = SearchRailQuery['searchRail']['errors'][number];
|
|
5562
5293
|
}
|
|
5563
5294
|
export declare namespace SaveRecentSearch {
|
|
@@ -5596,83 +5327,76 @@ export declare namespace SearchEurostar {
|
|
|
5596
5327
|
type Results = SearchEurostarQuery['searchEurostar']['results'];
|
|
5597
5328
|
type Journeys = SearchEurostarQuery['searchEurostar']['results']['journeys'][number];
|
|
5598
5329
|
type OutboundFlights = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundFlights'][number];
|
|
5599
|
-
type FareInfo = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundFlights'][number]['fareInfo'];
|
|
5600
|
-
type OriginAirportDetail = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundFlights'][number]['originAirportDetail'];
|
|
5601
|
-
type DestinationAirportDetail = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundFlights'][number]['destinationAirportDetail'];
|
|
5602
|
-
type MarketingCarrierDetail = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundFlights'][number]['marketingCarrierDetail'];
|
|
5603
|
-
type OperatingCarrierDetail = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundFlights'][number]['operatingCarrierDetail'];
|
|
5604
|
-
type FareConditions = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundFlights'][number]['fareConditions'];
|
|
5605
|
-
type Cancellation = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundFlights'][number]['fareConditions']['cancellation'][number];
|
|
5606
|
-
type Change = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundFlights'][number]['fareConditions']['change'][number];
|
|
5607
|
-
type NoShow = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundFlights'][number]['fareConditions']['noShow'][number];
|
|
5608
|
-
type Upgrade = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundFlights'][number]['fareConditions']['upgrade'][number];
|
|
5609
|
-
type Other = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundFlights'][number]['fareConditions']['other'][number];
|
|
5610
5330
|
type InboundFlights = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundFlights'][number];
|
|
5611
|
-
type _FareInfo = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundFlights'][number]['fareInfo'];
|
|
5612
|
-
type _OriginAirportDetail = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundFlights'][number]['originAirportDetail'];
|
|
5613
|
-
type _DestinationAirportDetail = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundFlights'][number]['destinationAirportDetail'];
|
|
5614
|
-
type _MarketingCarrierDetail = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundFlights'][number]['marketingCarrierDetail'];
|
|
5615
|
-
type _OperatingCarrierDetail = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundFlights'][number]['operatingCarrierDetail'];
|
|
5616
|
-
type _FareConditions = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundFlights'][number]['fareConditions'];
|
|
5617
|
-
type _Cancellation = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['cancellation'][number];
|
|
5618
|
-
type _Change = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['change'][number];
|
|
5619
|
-
type _NoShow = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['noShow'][number];
|
|
5620
|
-
type _Upgrade = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['upgrade'][number];
|
|
5621
|
-
type _Other = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['other'][number];
|
|
5622
5331
|
type OutboundCarbonEmissions = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['outboundCarbonEmissions'];
|
|
5623
5332
|
type InboundCarbonEmissions = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['inboundCarbonEmissions'];
|
|
5624
5333
|
type Taxes = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['taxes'][number];
|
|
5625
5334
|
type Discounts = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['discounts'][number];
|
|
5626
5335
|
type Total = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['total'];
|
|
5627
|
-
type
|
|
5628
|
-
type
|
|
5629
|
-
type
|
|
5630
|
-
type
|
|
5631
|
-
type
|
|
5632
|
-
type
|
|
5336
|
+
type FareConditions = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['fareConditions'];
|
|
5337
|
+
type Cancellation = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['fareConditions']['cancellation'][number];
|
|
5338
|
+
type Change = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['fareConditions']['change'][number];
|
|
5339
|
+
type NoShow = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['fareConditions']['noShow'][number];
|
|
5340
|
+
type Upgrade = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['fareConditions']['upgrade'][number];
|
|
5341
|
+
type Other = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['fareConditions']['other'][number];
|
|
5633
5342
|
type BaggageAllowance = SearchEurostarQuery['searchEurostar']['results']['journeys'][number]['baggageAllowance'][number];
|
|
5634
5343
|
type Multi = SearchEurostarQuery['searchEurostar']['results']['multi'][number];
|
|
5635
5344
|
type _Results = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number];
|
|
5636
5345
|
type _OutboundFlights = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundFlights'][number];
|
|
5637
|
-
type __FareInfo = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareInfo'];
|
|
5638
|
-
type __OriginAirportDetail = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundFlights'][number]['originAirportDetail'];
|
|
5639
|
-
type __DestinationAirportDetail = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundFlights'][number]['destinationAirportDetail'];
|
|
5640
|
-
type __MarketingCarrierDetail = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundFlights'][number]['marketingCarrierDetail'];
|
|
5641
|
-
type __OperatingCarrierDetail = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundFlights'][number]['operatingCarrierDetail'];
|
|
5642
|
-
type ___FareConditions = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions'];
|
|
5643
|
-
type ___Cancellation = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['cancellation'][number];
|
|
5644
|
-
type ___Change = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['change'][number];
|
|
5645
|
-
type ___NoShow = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['noShow'][number];
|
|
5646
|
-
type ___Upgrade = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['upgrade'][number];
|
|
5647
|
-
type ___Other = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['other'][number];
|
|
5648
5346
|
type _InboundFlights = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundFlights'][number];
|
|
5649
|
-
type ___FareInfo = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareInfo'];
|
|
5650
|
-
type ___OriginAirportDetail = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundFlights'][number]['originAirportDetail'];
|
|
5651
|
-
type ___DestinationAirportDetail = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundFlights'][number]['destinationAirportDetail'];
|
|
5652
|
-
type ___MarketingCarrierDetail = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundFlights'][number]['marketingCarrierDetail'];
|
|
5653
|
-
type ___OperatingCarrierDetail = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundFlights'][number]['operatingCarrierDetail'];
|
|
5654
|
-
type ____FareConditions = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions'];
|
|
5655
|
-
type ____Cancellation = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['cancellation'][number];
|
|
5656
|
-
type ____Change = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['change'][number];
|
|
5657
|
-
type ____NoShow = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['noShow'][number];
|
|
5658
|
-
type ____Upgrade = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['upgrade'][number];
|
|
5659
|
-
type ____Other = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['other'][number];
|
|
5660
5347
|
type _OutboundCarbonEmissions = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['outboundCarbonEmissions'];
|
|
5661
5348
|
type _InboundCarbonEmissions = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['inboundCarbonEmissions'];
|
|
5662
5349
|
type _Taxes = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['taxes'][number];
|
|
5663
5350
|
type _Discounts = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['discounts'][number];
|
|
5664
5351
|
type _Total = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['total'];
|
|
5665
|
-
type
|
|
5666
|
-
type
|
|
5667
|
-
type
|
|
5668
|
-
type
|
|
5669
|
-
type
|
|
5670
|
-
type
|
|
5352
|
+
type _FareConditions = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['fareConditions'];
|
|
5353
|
+
type _Cancellation = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['fareConditions']['cancellation'][number];
|
|
5354
|
+
type _Change = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['fareConditions']['change'][number];
|
|
5355
|
+
type _NoShow = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['fareConditions']['noShow'][number];
|
|
5356
|
+
type _Upgrade = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['fareConditions']['upgrade'][number];
|
|
5357
|
+
type _Other = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['fareConditions']['other'][number];
|
|
5671
5358
|
type _BaggageAllowance = SearchEurostarQuery['searchEurostar']['results']['multi'][number]['results'][number]['baggageAllowance'][number];
|
|
5672
|
-
type Grouped = SearchEurostarQuery['searchEurostar']['results']['grouped'][number];
|
|
5673
|
-
type Flights = SearchEurostarQuery['searchEurostar']['results']['grouped'][number]['flights'];
|
|
5674
5359
|
type Errors = SearchEurostarQuery['searchEurostar']['errors'][number];
|
|
5675
5360
|
}
|
|
5361
|
+
export declare namespace SearchFlightsV2 {
|
|
5362
|
+
type Variables = SearchFlightsV2QueryVariables;
|
|
5363
|
+
type Query = SearchFlightsV2Query;
|
|
5364
|
+
type SearchFlightsV2 = SearchFlightsV2Query['searchFlightsV2'];
|
|
5365
|
+
type Results = SearchFlightsV2Query['searchFlightsV2']['results'];
|
|
5366
|
+
type Journeys = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number];
|
|
5367
|
+
type OutboundFlights = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number];
|
|
5368
|
+
type InboundFlights = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number];
|
|
5369
|
+
type OutboundCarbonEmissions = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundCarbonEmissions'];
|
|
5370
|
+
type InboundCarbonEmissions = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundCarbonEmissions'];
|
|
5371
|
+
type Taxes = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['taxes'][number];
|
|
5372
|
+
type Discounts = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['discounts'][number];
|
|
5373
|
+
type Total = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['total'];
|
|
5374
|
+
type FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions'];
|
|
5375
|
+
type Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['cancellation'][number];
|
|
5376
|
+
type Change = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['change'][number];
|
|
5377
|
+
type NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['noShow'][number];
|
|
5378
|
+
type Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['upgrade'][number];
|
|
5379
|
+
type Other = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['other'][number];
|
|
5380
|
+
type BaggageAllowance = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['baggageAllowance'][number];
|
|
5381
|
+
type Multi = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number];
|
|
5382
|
+
type _Results = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number];
|
|
5383
|
+
type _OutboundFlights = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number];
|
|
5384
|
+
type _InboundFlights = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number];
|
|
5385
|
+
type _OutboundCarbonEmissions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundCarbonEmissions'];
|
|
5386
|
+
type _InboundCarbonEmissions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundCarbonEmissions'];
|
|
5387
|
+
type _Taxes = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['taxes'][number];
|
|
5388
|
+
type _Discounts = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['discounts'][number];
|
|
5389
|
+
type _Total = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['total'];
|
|
5390
|
+
type _FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions'];
|
|
5391
|
+
type _Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['cancellation'][number];
|
|
5392
|
+
type _Change = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['change'][number];
|
|
5393
|
+
type _NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['noShow'][number];
|
|
5394
|
+
type _Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['upgrade'][number];
|
|
5395
|
+
type _Other = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['other'][number];
|
|
5396
|
+
type _BaggageAllowance = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['baggageAllowance'][number];
|
|
5397
|
+
type Grouped = SearchFlightsV2Query['searchFlightsV2']['results']['grouped'][number];
|
|
5398
|
+
type Errors = SearchFlightsV2Query['searchFlightsV2']['errors'][number];
|
|
5399
|
+
}
|
|
5676
5400
|
export declare namespace SearchHotelChains {
|
|
5677
5401
|
type Variables = SearchHotelChainsQueryVariables;
|
|
5678
5402
|
type Query = SearchHotelChainsQuery;
|
|
@@ -5798,7 +5522,6 @@ export declare namespace UserFields {
|
|
|
5798
5522
|
type Fragment = UserFieldsFragment;
|
|
5799
5523
|
type SelectedLanguage = UserFieldsFragment['selectedLanguage'];
|
|
5800
5524
|
type AvailableLanguages = UserFieldsFragment['availableLanguages'][number];
|
|
5801
|
-
type Passports = UserFieldsFragment['passports'][number];
|
|
5802
5525
|
type Addresses = UserFieldsFragment['addresses'][number];
|
|
5803
5526
|
type PhoneNumbers = UserFieldsFragment['phoneNumbers'][number];
|
|
5804
5527
|
}
|
|
@@ -5848,7 +5571,11 @@ export declare const TravellerFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
|
5848
5571
|
export declare const BasketFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
5849
5572
|
export declare const ErrorsFragmentDoc: import("graphql").DocumentNode;
|
|
5850
5573
|
export declare const GroupedFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
5574
|
+
export declare const FlightJourneyFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
5575
|
+
export declare const RoomAvaliabilityFragmentDoc: import("graphql").DocumentNode;
|
|
5851
5576
|
export declare const Location_DetailFragmentDoc: import("graphql").DocumentNode;
|
|
5577
|
+
export declare const RailJourneyFareFragmentDoc: import("graphql").DocumentNode;
|
|
5578
|
+
export declare const RailJourneyOptionFragmentDoc: import("graphql").DocumentNode;
|
|
5852
5579
|
export declare const UserFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
5853
5580
|
export declare const AcceptNewPriceDocument: import("graphql").DocumentNode;
|
|
5854
5581
|
export declare class AcceptNewPriceGQL extends Apollo.Mutation<AcceptNewPriceMutation, AcceptNewPriceMutationVariables> {
|
|
@@ -5860,6 +5587,16 @@ export declare class AddUsersToBasketItemGQL extends Apollo.Mutation<AddUsersToB
|
|
|
5860
5587
|
document: import("graphql").DocumentNode;
|
|
5861
5588
|
constructor(apollo: Apollo.Apollo);
|
|
5862
5589
|
}
|
|
5590
|
+
export declare const ApplyJitFlightRulesDocument: import("graphql").DocumentNode;
|
|
5591
|
+
export declare class ApplyJitFlightRulesGQL extends Apollo.Query<ApplyJitFlightRulesQuery, ApplyJitFlightRulesQueryVariables> {
|
|
5592
|
+
document: import("graphql").DocumentNode;
|
|
5593
|
+
constructor(apollo: Apollo.Apollo);
|
|
5594
|
+
}
|
|
5595
|
+
export declare const ApplyJitHotelRulesDocument: import("graphql").DocumentNode;
|
|
5596
|
+
export declare class ApplyJitHotelRulesGQL extends Apollo.Query<ApplyJitHotelRulesQuery, ApplyJitHotelRulesQueryVariables> {
|
|
5597
|
+
document: import("graphql").DocumentNode;
|
|
5598
|
+
constructor(apollo: Apollo.Apollo);
|
|
5599
|
+
}
|
|
5863
5600
|
export declare const GetUserBasketsDocument: import("graphql").DocumentNode;
|
|
5864
5601
|
export declare class GetUserBasketsGQL extends Apollo.Query<GetUserBasketsQuery, GetUserBasketsQueryVariables> {
|
|
5865
5602
|
document: import("graphql").DocumentNode;
|
|
@@ -5910,6 +5647,11 @@ export declare class SearchCabHireGQL extends Apollo.Query<SearchCabHireQuery, S
|
|
|
5910
5647
|
document: import("graphql").DocumentNode;
|
|
5911
5648
|
constructor(apollo: Apollo.Apollo);
|
|
5912
5649
|
}
|
|
5650
|
+
export declare const CancelBookingDocument: import("graphql").DocumentNode;
|
|
5651
|
+
export declare class CancelBookingGQL extends Apollo.Mutation<CancelBookingMutation, CancelBookingMutationVariables> {
|
|
5652
|
+
document: import("graphql").DocumentNode;
|
|
5653
|
+
constructor(apollo: Apollo.Apollo);
|
|
5654
|
+
}
|
|
5913
5655
|
export declare const CarHireAvailabilityDetailRequestDocument: import("graphql").DocumentNode;
|
|
5914
5656
|
export declare class CarHireAvailabilityDetailRequestGQL extends Apollo.Query<CarHireAvailabilityDetailRequestQuery, CarHireAvailabilityDetailRequestQueryVariables> {
|
|
5915
5657
|
document: import("graphql").DocumentNode;
|
|
@@ -5920,6 +5662,11 @@ export declare class SearchCarHireGQL extends Apollo.Query<SearchCarHireQuery, S
|
|
|
5920
5662
|
document: import("graphql").DocumentNode;
|
|
5921
5663
|
constructor(apollo: Apollo.Apollo);
|
|
5922
5664
|
}
|
|
5665
|
+
export declare const ConfirmMessagesDocument: import("graphql").DocumentNode;
|
|
5666
|
+
export declare class ConfirmMessagesGQL extends Apollo.Mutation<ConfirmMessagesMutation, ConfirmMessagesMutationVariables> {
|
|
5667
|
+
document: import("graphql").DocumentNode;
|
|
5668
|
+
constructor(apollo: Apollo.Apollo);
|
|
5669
|
+
}
|
|
5923
5670
|
export declare const DeleteRecentSearchDocument: import("graphql").DocumentNode;
|
|
5924
5671
|
export declare class DeleteRecentSearchGQL extends Apollo.Mutation<DeleteRecentSearchMutation, DeleteRecentSearchMutationVariables> {
|
|
5925
5672
|
document: import("graphql").DocumentNode;
|
|
@@ -5930,8 +5677,8 @@ export declare class DeleteUserAddressGQL extends Apollo.Mutation<DeleteUserAddr
|
|
|
5930
5677
|
document: import("graphql").DocumentNode;
|
|
5931
5678
|
constructor(apollo: Apollo.Apollo);
|
|
5932
5679
|
}
|
|
5933
|
-
export declare const
|
|
5934
|
-
export declare class
|
|
5680
|
+
export declare const GetCovidMicrositeTokenDocument: import("graphql").DocumentNode;
|
|
5681
|
+
export declare class GetCovidMicrositeTokenGQL extends Apollo.Query<GetCovidMicrositeTokenQuery, GetCovidMicrositeTokenQueryVariables> {
|
|
5935
5682
|
document: import("graphql").DocumentNode;
|
|
5936
5683
|
constructor(apollo: Apollo.Apollo);
|
|
5937
5684
|
}
|
|
@@ -5955,11 +5702,31 @@ export declare class GetConfermaQuicklistGQL extends Apollo.Query<GetConfermaQui
|
|
|
5955
5702
|
document: import("graphql").DocumentNode;
|
|
5956
5703
|
constructor(apollo: Apollo.Apollo);
|
|
5957
5704
|
}
|
|
5705
|
+
export declare const GetFlightFareRulesDocument: import("graphql").DocumentNode;
|
|
5706
|
+
export declare class GetFlightFareRulesGQL extends Apollo.Query<GetFlightFareRulesQuery, GetFlightFareRulesQueryVariables> {
|
|
5707
|
+
document: import("graphql").DocumentNode;
|
|
5708
|
+
constructor(apollo: Apollo.Apollo);
|
|
5709
|
+
}
|
|
5710
|
+
export declare const GetFlightSeatMapDocument: import("graphql").DocumentNode;
|
|
5711
|
+
export declare class GetFlightSeatMapGQL extends Apollo.Query<GetFlightSeatMapQuery, GetFlightSeatMapQueryVariables> {
|
|
5712
|
+
document: import("graphql").DocumentNode;
|
|
5713
|
+
constructor(apollo: Apollo.Apollo);
|
|
5714
|
+
}
|
|
5715
|
+
export declare const GetIrlDiscountCardsDocument: import("graphql").DocumentNode;
|
|
5716
|
+
export declare class GetIrlDiscountCardsGQL extends Apollo.Query<GetIrlDiscountCardsQuery, GetIrlDiscountCardsQueryVariables> {
|
|
5717
|
+
document: import("graphql").DocumentNode;
|
|
5718
|
+
constructor(apollo: Apollo.Apollo);
|
|
5719
|
+
}
|
|
5958
5720
|
export declare const GetIrlSupplierStationDocument: import("graphql").DocumentNode;
|
|
5959
5721
|
export declare class GetIrlSupplierStationGQL extends Apollo.Query<GetIrlSupplierStationQuery, GetIrlSupplierStationQueryVariables> {
|
|
5960
5722
|
document: import("graphql").DocumentNode;
|
|
5961
5723
|
constructor(apollo: Apollo.Apollo);
|
|
5962
5724
|
}
|
|
5725
|
+
export declare const GetRailLiveDeparturesDocument: import("graphql").DocumentNode;
|
|
5726
|
+
export declare class GetRailLiveDeparturesGQL extends Apollo.Query<GetRailLiveDeparturesQuery, GetRailLiveDeparturesQueryVariables> {
|
|
5727
|
+
document: import("graphql").DocumentNode;
|
|
5728
|
+
constructor(apollo: Apollo.Apollo);
|
|
5729
|
+
}
|
|
5963
5730
|
export declare const GetRailStationDocument: import("graphql").DocumentNode;
|
|
5964
5731
|
export declare class GetRailStationGQL extends Apollo.Query<GetRailStationQuery, GetRailStationQueryVariables> {
|
|
5965
5732
|
document: import("graphql").DocumentNode;
|
|
@@ -6075,6 +5842,11 @@ export declare class SearchEurostarGQL extends Apollo.Query<SearchEurostarQuery,
|
|
|
6075
5842
|
document: import("graphql").DocumentNode;
|
|
6076
5843
|
constructor(apollo: Apollo.Apollo);
|
|
6077
5844
|
}
|
|
5845
|
+
export declare const SearchFlightsV2Document: import("graphql").DocumentNode;
|
|
5846
|
+
export declare class SearchFlightsV2GQL extends Apollo.Query<SearchFlightsV2Query, SearchFlightsV2QueryVariables> {
|
|
5847
|
+
document: import("graphql").DocumentNode;
|
|
5848
|
+
constructor(apollo: Apollo.Apollo);
|
|
5849
|
+
}
|
|
6078
5850
|
export declare const SearchHotelChainsDocument: import("graphql").DocumentNode;
|
|
6079
5851
|
export declare class SearchHotelChainsGQL extends Apollo.Query<SearchHotelChainsQuery, SearchHotelChainsQueryVariables> {
|
|
6080
5852
|
document: import("graphql").DocumentNode;
|