@sabstravtech/obtservices 0.0.26051001 → 0.1.6161600
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/angular/fetchers.d.ts +2 -0
- package/angular/lib/vendor/fetchers/get-office.fetcher.d.ts +7 -0
- package/angular/lib/vendor/fetchers/get-user-default-mi-value.fetcher.d.ts +7 -0
- package/angular/lib/vendor/services/enterprise-basket.service.d.ts +4 -4
- package/angular/lib/vendor/services/logon.service.d.ts +2 -2
- package/angular/lib/vendor/services/user.service.d.ts +5 -3
- package/angular/lib/vendor/types/graphql.angular.types.d.ts +389 -508
- package/angular/sabstravtech-obtservices-angular.metadata.json +1 -1
- package/base/fetchers.d.ts +2 -0
- package/base/lib/vendor/classes/base-enterprise.d.ts +3 -1
- package/base/lib/vendor/classes/cabhire-enterprise-search.d.ts +5 -1
- package/base/lib/vendor/classes/carhire-enterprise-search.d.ts +8 -1
- package/base/lib/vendor/classes/eurostar-enterprise-search.d.ts +11 -4
- package/base/lib/vendor/classes/fast-track-enterprise-search.d.ts +2 -1
- package/base/lib/vendor/classes/flight-enterprise-search.d.ts +11 -0
- package/base/lib/vendor/classes/hotel-enterprise-search.d.ts +4 -0
- package/base/lib/vendor/classes/irl-enterprise-search.d.ts +9 -4
- package/base/lib/vendor/classes/lounges-enterprise-search.d.ts +2 -1
- package/base/lib/vendor/classes/management-info-and-valid.d.ts +2 -2
- package/base/lib/vendor/classes/parking-enterprise-search.d.ts +2 -1
- package/base/lib/vendor/classes/rail-enterprise-search.d.ts +1 -1
- package/base/lib/vendor/classes/user-favourite.enum.d.ts +1 -0
- package/base/lib/vendor/fetchers/eurostar-quote.fetcher.d.ts +3 -1
- package/base/lib/vendor/fetchers/flight-quote.fetcher.d.ts +1 -0
- package/base/lib/vendor/fetchers/get-office.fetcher.d.ts +20 -0
- package/base/lib/vendor/fetchers/get-user-default-mi-value.fetcher.d.ts +21 -0
- package/base/lib/vendor/fetchers/search-users-can-book-for-fetcher.d.ts +2 -2
- package/base/lib/vendor/interfaces/Icabhire-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/interfaces/Icarhire-enterprise-search.d.ts +2 -0
- package/base/lib/vendor/interfaces/Ienterprise-basket.service.d.ts +3 -2
- package/base/lib/vendor/interfaces/Iflight-enterprise-search.d.ts +6 -0
- package/base/lib/vendor/interfaces/Ihotel-enterprise-search.d.ts +3 -0
- package/base/lib/vendor/interfaces/Iirl-enterprise-search.d.ts +4 -4
- package/base/lib/vendor/interfaces/Imybookings.service.d.ts +3 -2
- package/base/lib/vendor/interfaces/Isearch.service.d.ts +1 -0
- package/base/lib/vendor/interfaces/Iuser.service.d.ts +10 -3
- package/base/lib/vendor/interfaces/rail-basket-item.interface.d.ts +2 -0
- package/base/lib/vendor/interfaces/summary-interface.d.ts +4 -0
- package/base/lib/vendor/models/traveller.object.d.ts +11 -1
- package/base/lib/vendor/services/enterprise-basket.service.d.ts +9 -7
- package/base/lib/vendor/services/logon.service.d.ts +3 -3
- package/base/lib/vendor/services/my-bookings.service.d.ts +3 -2
- package/base/lib/vendor/services/search.service.d.ts +3 -2
- package/base/lib/vendor/services/user.service.d.ts +18 -3
- package/base/lib/vendor/services/webtoken.service.d.ts +6 -4
- package/base/lib/vendor/types/graphql.types.d.ts +379 -508
- package/base/lib/vendor/types/types.d.ts +35 -7
- package/base/sabstravtech-obtservices-base.metadata.json +1 -1
- package/bundles/sabstravtech-obtservices-angular.umd.js +300 -201
- 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 +2143 -597
- package/bundles/sabstravtech-obtservices-base.umd.js.map +1 -1
- package/bundles/sabstravtech-obtservices-base.umd.min.js +2 -2
- package/bundles/sabstravtech-obtservices-base.umd.min.js.map +1 -1
- package/esm2015/angular/fetchers.js +3 -1
- package/esm2015/angular/lib/vendor/fetchers/get-office.fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/fetchers/get-user-default-mi-value.fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/services/enterprise-basket.service.js +25 -25
- package/esm2015/angular/lib/vendor/services/logon.service.js +7 -7
- package/esm2015/angular/lib/vendor/services/ticket-queue.service.js +4 -1
- package/esm2015/angular/lib/vendor/services/user.service.js +13 -7
- package/esm2015/angular/lib/vendor/services/webtoken.service.js +2 -2
- package/esm2015/angular/lib/vendor/types/graphql.angular.types.js +808 -1231
- package/esm2015/base/fetchers.js +3 -1
- package/esm2015/base/lib/vendor/classes/base-enterprise.js +6 -3
- package/esm2015/base/lib/vendor/classes/bookable-basket.js +1 -3
- package/esm2015/base/lib/vendor/classes/cabhire-enterprise-search.js +155 -9
- package/esm2015/base/lib/vendor/classes/carhire-enterprise-search.js +129 -8
- package/esm2015/base/lib/vendor/classes/eurostar-enterprise-search.js +351 -20
- package/esm2015/base/lib/vendor/classes/fast-track-enterprise-search.js +8 -5
- package/esm2015/base/lib/vendor/classes/flight-enterprise-search.js +94 -14
- package/esm2015/base/lib/vendor/classes/helpers.js +15 -2
- package/esm2015/base/lib/vendor/classes/hotel-enterprise-search.js +86 -21
- package/esm2015/base/lib/vendor/classes/irl-enterprise-search.js +123 -18
- package/esm2015/base/lib/vendor/classes/lounges-enterprise-search.js +63 -8
- package/esm2015/base/lib/vendor/classes/management-info-and-valid.js +56 -33
- package/esm2015/base/lib/vendor/classes/parking-enterprise-search.js +109 -6
- package/esm2015/base/lib/vendor/classes/rail-enterprise-search.js +81 -7
- package/esm2015/base/lib/vendor/classes/supplementary-booking-info-impl.js +17 -1
- package/esm2015/base/lib/vendor/classes/user-favourite.enum.js +2 -1
- package/esm2015/base/lib/vendor/data/countries.json +484 -242
- package/esm2015/base/lib/vendor/fetchers/eurostar-quote.fetcher.js +3 -3
- package/esm2015/base/lib/vendor/fetchers/flight-quote.fetcher.js +3 -3
- package/esm2015/base/lib/vendor/fetchers/get-office.fetcher.js +11 -0
- package/esm2015/base/lib/vendor/fetchers/get-user-default-mi-value.fetcher.js +10 -0
- package/esm2015/base/lib/vendor/fetchers/search-users-can-book-for-fetcher.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Icabhire-enterprise-search.js +1 -1
- 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/Iflight-enterprise-search.js +1 -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/Isearch.service.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Iuser.service.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/rail-basket-item.interface.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/summary-interface.js +1 -1
- package/esm2015/base/lib/vendor/models/traveller.object.js +21 -3
- package/esm2015/base/lib/vendor/services/enterprise-basket.service.js +42 -19
- package/esm2015/base/lib/vendor/services/logon.service.js +8 -5
- package/esm2015/base/lib/vendor/services/my-bookings.service.js +3 -2
- package/esm2015/base/lib/vendor/services/search.service.js +32 -24
- package/esm2015/base/lib/vendor/services/user.service.js +47 -3
- package/esm2015/base/lib/vendor/services/webtoken.service.js +12 -6
- package/esm2015/base/lib/vendor/types/graphql.types.js +15 -1
- package/esm2015/base/lib/vendor/types/types.js +4 -3
- package/fesm2015/sabstravtech-obtservices-angular.js +948 -1334
- package/fesm2015/sabstravtech-obtservices-angular.js.map +1 -1
- package/fesm2015/sabstravtech-obtservices-base.js +1984 -472
- package/fesm2015/sabstravtech-obtservices-base.js.map +1 -1
- package/package.json +1 -1
|
@@ -221,6 +221,7 @@ export declare type BasketItem = {
|
|
|
221
221
|
convertedCurrencyAmount?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
222
222
|
convertedCurrencyCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
223
223
|
requiresReason: FieldWrapper<Scalars['Boolean']>;
|
|
224
|
+
lowestPriceDetail?: Maybe<FieldWrapper<Scalars['JSON']>>;
|
|
224
225
|
};
|
|
225
226
|
export declare enum BasketItemStatus {
|
|
226
227
|
Open = "OPEN",
|
|
@@ -338,6 +339,7 @@ export declare enum CabHireVehicleType {
|
|
|
338
339
|
StandardCar = "StandardCar",
|
|
339
340
|
Suv = "SUV",
|
|
340
341
|
BlackCab = "BlackCab",
|
|
342
|
+
HackneyCarriage = "HackneyCarriage",
|
|
341
343
|
TaxiSuv = "TaxiSUV"
|
|
342
344
|
}
|
|
343
345
|
export declare type CarHireAdditionalInfoItem = {
|
|
@@ -438,6 +440,13 @@ export declare type CarHireDisplayRecord = {
|
|
|
438
440
|
returnLocation?: Maybe<FieldWrapper<CarHireAddress>>;
|
|
439
441
|
additionalInfo?: Maybe<Array<Maybe<FieldWrapper<CarHireAdditionalInfoItem>>>>;
|
|
440
442
|
};
|
|
443
|
+
export declare type CarHireFareInfo = {
|
|
444
|
+
__typename?: 'CarHireFareInfo';
|
|
445
|
+
title: FieldWrapper<Scalars['String']>;
|
|
446
|
+
type: FieldWrapper<Scalars['String']>;
|
|
447
|
+
code?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
448
|
+
supplierCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
449
|
+
};
|
|
441
450
|
export declare type CarHireIdentifiers = {
|
|
442
451
|
__typename?: 'CarHireIdentifiers';
|
|
443
452
|
locator?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -514,6 +523,7 @@ export declare type CarHireVehicleAvailibility = {
|
|
|
514
523
|
__typename?: 'CarHireVehicleAvailibility';
|
|
515
524
|
source: FieldWrapper<Scalars['String']>;
|
|
516
525
|
sourceId: FieldWrapper<Scalars['Int']>;
|
|
526
|
+
fareInfo?: Maybe<FieldWrapper<CarHireFareInfo>>;
|
|
517
527
|
identifiers?: Maybe<FieldWrapper<CarHireIdentifiers>>;
|
|
518
528
|
displayRecord?: Maybe<FieldWrapper<CarHireDisplayRecord>>;
|
|
519
529
|
tmcPreferred: FieldWrapper<Scalars['Boolean']>;
|
|
@@ -584,6 +594,7 @@ export declare type Company = {
|
|
|
584
594
|
co2ConsumptionPolicy?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
585
595
|
co2AllowancePeriod?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
586
596
|
co2AllowancePerPeriod?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
597
|
+
co2CalculationMethod?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
587
598
|
profileConfig?: Maybe<FieldWrapper<ProfileConfig>>;
|
|
588
599
|
};
|
|
589
600
|
export declare type CompanyGroup = {
|
|
@@ -847,6 +858,17 @@ export declare enum CurrencyCode {
|
|
|
847
858
|
Zmw = "ZMW",
|
|
848
859
|
Zwl = "ZWL"
|
|
849
860
|
}
|
|
861
|
+
export declare type DefaultManagementInfoValue = {
|
|
862
|
+
__typename?: 'DefaultManagementInfoValue';
|
|
863
|
+
valueId?: Maybe<FieldWrapper<Scalars['ID']>>;
|
|
864
|
+
label?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
865
|
+
value: FieldWrapper<Scalars['String']>;
|
|
866
|
+
};
|
|
867
|
+
export declare enum DepartTimeType {
|
|
868
|
+
Anytime = "Anytime",
|
|
869
|
+
DepartAfter = "DepartAfter",
|
|
870
|
+
ArriveBefore = "ArriveBefore"
|
|
871
|
+
}
|
|
850
872
|
export declare type DepartureBoardService = {
|
|
851
873
|
__typename?: 'DepartureBoardService';
|
|
852
874
|
rid?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -992,6 +1014,15 @@ export declare type FastTrackResult = {
|
|
|
992
1014
|
results: Array<FieldWrapper<FastTrackQuote>>;
|
|
993
1015
|
errors: Array<FieldWrapper<SearchError>>;
|
|
994
1016
|
};
|
|
1017
|
+
export declare type FerryCarDetails = {
|
|
1018
|
+
make?: Maybe<Scalars['String']>;
|
|
1019
|
+
model?: Maybe<Scalars['String']>;
|
|
1020
|
+
reg?: Maybe<Scalars['String']>;
|
|
1021
|
+
};
|
|
1022
|
+
export declare type FerryOfflinePassenger = {
|
|
1023
|
+
name: Scalars['String'];
|
|
1024
|
+
age?: Maybe<Scalars['String']>;
|
|
1025
|
+
};
|
|
995
1026
|
export declare type FlightAmount = {
|
|
996
1027
|
__typename?: 'FlightAmount';
|
|
997
1028
|
description: FieldWrapper<Scalars['String']>;
|
|
@@ -1159,12 +1190,14 @@ export declare type FlightSearchResult = {
|
|
|
1159
1190
|
results: Array<FieldWrapper<SearchResult>>;
|
|
1160
1191
|
errors: Array<FieldWrapper<SearchError>>;
|
|
1161
1192
|
ruleActionSummary?: Maybe<FieldWrapper<Scalars['JSON']>>;
|
|
1193
|
+
searchId: FieldWrapper<Scalars['String']>;
|
|
1162
1194
|
};
|
|
1163
1195
|
export declare type FlightSearchResultV2 = {
|
|
1164
1196
|
__typename?: 'FlightSearchResultV2';
|
|
1165
1197
|
results: FieldWrapper<FeFlightSearchResults>;
|
|
1166
1198
|
errors: Array<FieldWrapper<SearchError>>;
|
|
1167
1199
|
ruleActionSummary?: Maybe<FieldWrapper<Scalars['JSON']>>;
|
|
1200
|
+
searchId: FieldWrapper<Scalars['String']>;
|
|
1168
1201
|
};
|
|
1169
1202
|
export declare type FlightSeatMapAircraft = {
|
|
1170
1203
|
__typename?: 'FlightSeatMapAircraft';
|
|
@@ -1417,8 +1450,9 @@ export declare type IrlJourneyOption = {
|
|
|
1417
1450
|
fromCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1418
1451
|
to?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1419
1452
|
toCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1420
|
-
|
|
1421
|
-
|
|
1453
|
+
journeyDuration?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
1454
|
+
departDateTime?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1455
|
+
arriveDateTime?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1422
1456
|
changes?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1423
1457
|
segments?: Maybe<Array<FieldWrapper<IrlSegment>>>;
|
|
1424
1458
|
providers?: Maybe<Array<FieldWrapper<IrlProvider>>>;
|
|
@@ -1491,9 +1525,9 @@ export declare type IrlSegment = {
|
|
|
1491
1525
|
id?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1492
1526
|
operator?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1493
1527
|
depart?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1494
|
-
departDateTime?: Maybe<FieldWrapper<Scalars['
|
|
1528
|
+
departDateTime?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1495
1529
|
arrive?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1496
|
-
arriveDateTime?: Maybe<FieldWrapper<Scalars['
|
|
1530
|
+
arriveDateTime?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1497
1531
|
reservableStatus?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1498
1532
|
seatPreferenceTypes?: Maybe<Array<FieldWrapper<IrlSeatPreferenceType>>>;
|
|
1499
1533
|
seatPreferenceGroup?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -1788,7 +1822,8 @@ export declare type ManagementInfo = {
|
|
|
1788
1822
|
updatedAt: FieldWrapper<Scalars['DateTime']>;
|
|
1789
1823
|
fixed: FieldWrapper<Scalars['Boolean']>;
|
|
1790
1824
|
fixedValue?: Maybe<FieldWrapper<ManagementInfoValue>>;
|
|
1791
|
-
defaultValue?: Maybe<FieldWrapper<
|
|
1825
|
+
defaultValue?: Maybe<FieldWrapper<DefaultManagementInfoValue>>;
|
|
1826
|
+
invokedUserDefaultValue?: Maybe<FieldWrapper<DefaultManagementInfoValue>>;
|
|
1792
1827
|
values: Array<FieldWrapper<ManagementInfoValue>>;
|
|
1793
1828
|
group?: Maybe<Array<Maybe<FieldWrapper<Scalars['String']>>>>;
|
|
1794
1829
|
selectedValues: Array<FieldWrapper<SelectedManagementInfoValue>>;
|
|
@@ -1796,7 +1831,7 @@ export declare type ManagementInfo = {
|
|
|
1796
1831
|
export declare type ManagementInfoValue = {
|
|
1797
1832
|
__typename?: 'ManagementInfoValue';
|
|
1798
1833
|
id: FieldWrapper<Scalars['ID']>;
|
|
1799
|
-
label
|
|
1834
|
+
label?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1800
1835
|
value: FieldWrapper<Scalars['String']>;
|
|
1801
1836
|
default: FieldWrapper<Scalars['Boolean']>;
|
|
1802
1837
|
fixed: FieldWrapper<Scalars['Boolean']>;
|
|
@@ -1939,6 +1974,9 @@ export declare type MutationAddItemToBasketArgs = {
|
|
|
1939
1974
|
outboundDate: Scalars['DateTime'];
|
|
1940
1975
|
inboundDate?: Maybe<Scalars['DateTime']>;
|
|
1941
1976
|
requiresReason?: Maybe<Scalars['Boolean']>;
|
|
1977
|
+
lowestPriceDetail?: Maybe<Scalars['JSON']>;
|
|
1978
|
+
lowestPrice?: Maybe<Scalars['Float']>;
|
|
1979
|
+
lowestPriceCurrency?: Maybe<CurrencyCode>;
|
|
1942
1980
|
};
|
|
1943
1981
|
export declare type MutationRemoveItemFromBasketArgs = {
|
|
1944
1982
|
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
@@ -1983,6 +2021,7 @@ export declare type MutationBookBasketArgs = {
|
|
|
1983
2021
|
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1984
2022
|
id: Scalars['ID'];
|
|
1985
2023
|
supplementaryInfo: Array<SupplementaryBookingInfo>;
|
|
2024
|
+
additionalEmail?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
1986
2025
|
};
|
|
1987
2026
|
export declare type MutationCancelBookingArgs = {
|
|
1988
2027
|
basketItem: Scalars['ID'];
|
|
@@ -2289,6 +2328,7 @@ export declare type Query = {
|
|
|
2289
2328
|
getCountries: Array<FieldWrapper<Country>>;
|
|
2290
2329
|
getCOVIDMicrositeToken: FieldWrapper<Scalars['String']>;
|
|
2291
2330
|
searchFastTrack: FieldWrapper<FastTrackResult>;
|
|
2331
|
+
emailFerryBookingReq: FieldWrapper<Scalars['Boolean']>;
|
|
2292
2332
|
searchFlights: FieldWrapper<FlightSearchResult>;
|
|
2293
2333
|
searchFlightsV2: FieldWrapper<FlightSearchResultV2>;
|
|
2294
2334
|
searchEurostar: FieldWrapper<FlightSearchResultV2>;
|
|
@@ -2312,6 +2352,7 @@ export declare type Query = {
|
|
|
2312
2352
|
getUserMIAutoSuggestValues: Array<FieldWrapper<ManagementInfoValue>>;
|
|
2313
2353
|
validateUserMIFreeValue: FieldWrapper<Scalars['Boolean']>;
|
|
2314
2354
|
validateBasketItemMI: FieldWrapper<Scalars['Boolean']>;
|
|
2355
|
+
getUserDefaultMIValue?: Maybe<FieldWrapper<DefaultManagementInfoValue>>;
|
|
2315
2356
|
getUserMessages: Array<FieldWrapper<Message>>;
|
|
2316
2357
|
getUserCompanyOffices: Array<FieldWrapper<Office>>;
|
|
2317
2358
|
getOffice: FieldWrapper<Office>;
|
|
@@ -2463,6 +2504,19 @@ export declare type QuerySearchFastTrackArgs = {
|
|
|
2463
2504
|
adults: Scalars['Int'];
|
|
2464
2505
|
children?: Maybe<Scalars['Int']>;
|
|
2465
2506
|
};
|
|
2507
|
+
export declare type QueryEmailFerryBookingReqArgs = {
|
|
2508
|
+
fromLocation: Scalars['String'];
|
|
2509
|
+
toLocation: Scalars['String'];
|
|
2510
|
+
departDateTime: Scalars['String'];
|
|
2511
|
+
returnDateTime?: Maybe<Scalars['String']>;
|
|
2512
|
+
onBehalfOfEmail: Scalars['String'];
|
|
2513
|
+
offlineReference: Scalars['String'];
|
|
2514
|
+
passengers: Array<FerryOfflinePassenger>;
|
|
2515
|
+
departTimeType?: Maybe<DepartTimeType>;
|
|
2516
|
+
preferredTicketType?: Maybe<TicketType>;
|
|
2517
|
+
carDetails: FerryCarDetails;
|
|
2518
|
+
additionalInfo?: Maybe<Scalars['String']>;
|
|
2519
|
+
};
|
|
2466
2520
|
export declare type QuerySearchFlightsArgs = {
|
|
2467
2521
|
passengers: Array<FlightPassengerObject>;
|
|
2468
2522
|
originAirport?: Maybe<Scalars['String']>;
|
|
@@ -2586,7 +2640,6 @@ export declare type QuerySendOfflineNotificationArgs = {
|
|
|
2586
2640
|
inboundDate: Scalars['String'];
|
|
2587
2641
|
additionalInfo: Scalars['String'];
|
|
2588
2642
|
offlineReference: Scalars['String'];
|
|
2589
|
-
notifyEmail: Scalars['String'];
|
|
2590
2643
|
onBehalfOf: Scalars['String'];
|
|
2591
2644
|
serviceClass: Scalars['String'];
|
|
2592
2645
|
passengers: Array<IrlOfflinePassenger>;
|
|
@@ -2605,12 +2658,12 @@ export declare type QuerySearchIrlArgs = {
|
|
|
2605
2658
|
countryCode: Scalars['String'];
|
|
2606
2659
|
journeyType: IrlJourneyType;
|
|
2607
2660
|
class?: Maybe<IrlClass>;
|
|
2608
|
-
outboundDepartureDateTime: Scalars['
|
|
2661
|
+
outboundDepartureDateTime: Scalars['String'];
|
|
2609
2662
|
departureLocationId: Scalars['ID'];
|
|
2610
2663
|
arrivalLocationId: Scalars['ID'];
|
|
2611
2664
|
adults: Scalars['Int'];
|
|
2612
2665
|
children?: Maybe<Scalars['Int']>;
|
|
2613
|
-
returnDepartureDateTime?: Maybe<Scalars['
|
|
2666
|
+
returnDepartureDateTime?: Maybe<Scalars['String']>;
|
|
2614
2667
|
irlDiscountCards?: Maybe<Scalars['String']>;
|
|
2615
2668
|
};
|
|
2616
2669
|
export declare type QueryGetRailLiveDeparturesArgs = {
|
|
@@ -2627,7 +2680,8 @@ export declare type QuerySearchLoungesArgs = {
|
|
|
2627
2680
|
};
|
|
2628
2681
|
export declare type QueryGetUserMiAutoSuggestValuesArgs = {
|
|
2629
2682
|
mi: Scalars['ID'];
|
|
2630
|
-
partialLabel
|
|
2683
|
+
partialLabel?: Maybe<Scalars['String']>;
|
|
2684
|
+
partialValue?: Maybe<Scalars['String']>;
|
|
2631
2685
|
};
|
|
2632
2686
|
export declare type QueryValidateUserMiFreeValueArgs = {
|
|
2633
2687
|
mi: Scalars['ID'];
|
|
@@ -2636,6 +2690,10 @@ export declare type QueryValidateUserMiFreeValueArgs = {
|
|
|
2636
2690
|
export declare type QueryValidateBasketItemMiArgs = {
|
|
2637
2691
|
basketItem: Scalars['ID'];
|
|
2638
2692
|
};
|
|
2693
|
+
export declare type QueryGetUserDefaultMiValueArgs = {
|
|
2694
|
+
mi: Scalars['ID'];
|
|
2695
|
+
user: Scalars['ID'];
|
|
2696
|
+
};
|
|
2639
2697
|
export declare type QueryGetUserMessagesArgs = {
|
|
2640
2698
|
environment?: Maybe<Scalars['String']>;
|
|
2641
2699
|
displayTarget?: Maybe<Scalars['String']>;
|
|
@@ -2710,6 +2768,7 @@ export declare type QueryGetRiskAlertsArgs = {
|
|
|
2710
2768
|
export declare type QueryApplyJitFlightRulesArgs = {
|
|
2711
2769
|
selectedOutboundFlight: Scalars['JSON'];
|
|
2712
2770
|
availableInboundFlights: Array<Scalars['JSON']>;
|
|
2771
|
+
searchId?: Maybe<Scalars['String']>;
|
|
2713
2772
|
};
|
|
2714
2773
|
export declare type QueryApplyJitHotelRulesArgs = {
|
|
2715
2774
|
data: Array<Scalars['JSON']>;
|
|
@@ -2822,6 +2881,7 @@ export declare type RailJourneyOption = {
|
|
|
2822
2881
|
co2PerItem: FieldWrapper<Scalars['Float']>;
|
|
2823
2882
|
co2PerPassenger: FieldWrapper<Scalars['Float']>;
|
|
2824
2883
|
journeyLegs: Array<FieldWrapper<RailJourneyLeg>>;
|
|
2884
|
+
journeyDuration: FieldWrapper<Scalars['Float']>;
|
|
2825
2885
|
returnJourneyFares?: Maybe<Array<FieldWrapper<RailJourneyFare>>>;
|
|
2826
2886
|
openReturnJourneyFares?: Maybe<Array<FieldWrapper<RailJourneyFare>>>;
|
|
2827
2887
|
dualSingleJourneyFares?: Maybe<Array<FieldWrapper<RailJourneyFare>>>;
|
|
@@ -3102,6 +3162,7 @@ export declare enum ServiceType {
|
|
|
3102
3162
|
Flight = "FLIGHT",
|
|
3103
3163
|
Eurostar = "EUROSTAR",
|
|
3104
3164
|
InternationalRail = "INTERNATIONAL_RAIL",
|
|
3165
|
+
Ferry = "FERRY",
|
|
3105
3166
|
Rail = "RAIL",
|
|
3106
3167
|
Hotel = "HOTEL",
|
|
3107
3168
|
Car = "CAR",
|
|
@@ -3143,6 +3204,11 @@ export declare type Tmc = {
|
|
|
3143
3204
|
id: FieldWrapper<Scalars['ID']>;
|
|
3144
3205
|
name: FieldWrapper<Scalars['String']>;
|
|
3145
3206
|
};
|
|
3207
|
+
export declare enum TicketType {
|
|
3208
|
+
None = "None",
|
|
3209
|
+
Fixed = "Fixed",
|
|
3210
|
+
Flexible = "Flexible"
|
|
3211
|
+
}
|
|
3146
3212
|
export declare type TravelRule = {
|
|
3147
3213
|
__typename?: 'TravelRule';
|
|
3148
3214
|
id: FieldWrapper<Scalars['ID']>;
|
|
@@ -3357,6 +3423,7 @@ export declare type AddUsersToBasketItemMutation = ({
|
|
|
3357
3423
|
export declare type ApplyJitFlightRulesQueryVariables = Exact<{
|
|
3358
3424
|
selectedOutboundFlight: Scalars['JSON'];
|
|
3359
3425
|
availableInboundFlights: Array<Scalars['JSON']> | Scalars['JSON'];
|
|
3426
|
+
searchId?: Maybe<Scalars['String']>;
|
|
3360
3427
|
}>;
|
|
3361
3428
|
export declare type ApplyJitFlightRulesQuery = ({
|
|
3362
3429
|
__typename?: 'Query';
|
|
@@ -3425,8 +3492,8 @@ export declare type BasketFieldsFragment = ({
|
|
|
3425
3492
|
__typename?: 'ManagementInfoValue';
|
|
3426
3493
|
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
3427
3494
|
defaultValue?: Maybe<({
|
|
3428
|
-
__typename?: '
|
|
3429
|
-
} & Pick<
|
|
3495
|
+
__typename?: 'DefaultManagementInfoValue';
|
|
3496
|
+
} & Pick<DefaultManagementInfoValue, 'valueId' | 'label' | 'value'>)>;
|
|
3430
3497
|
values: Array<({
|
|
3431
3498
|
__typename?: 'ManagementInfoValue';
|
|
3432
3499
|
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
@@ -3535,6 +3602,9 @@ export declare type AddItemToBasketMutationVariables = Exact<{
|
|
|
3535
3602
|
inboundDate?: Maybe<Scalars['DateTime']>;
|
|
3536
3603
|
requiresReason?: Maybe<Scalars['Boolean']>;
|
|
3537
3604
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
3605
|
+
lowestPrice?: Maybe<Scalars['Float']>;
|
|
3606
|
+
lowestPriceCurrency?: Maybe<CurrencyCode>;
|
|
3607
|
+
lowestPriceDetail?: Maybe<Scalars['JSON']>;
|
|
3538
3608
|
}>;
|
|
3539
3609
|
export declare type AddItemToBasketMutation = ({
|
|
3540
3610
|
__typename?: 'Mutation';
|
|
@@ -3674,13 +3744,16 @@ export declare type SearchCarHireQuery = ({
|
|
|
3674
3744
|
} & {
|
|
3675
3745
|
results: Array<({
|
|
3676
3746
|
__typename?: 'CarHireVehicleAvailibility';
|
|
3677
|
-
} & Pick<CarHireVehicleAvailibility, 'source' | 'sourceId' | 'tmcPreferred' | 'companyPreferred' | 'officePreferred' | 'tmcPreferredMessage' | 'companyPreferredMessage' | 'officePreferredMessage' | 'unavailable' | 'unavailableMessage' | '
|
|
3747
|
+
} & Pick<CarHireVehicleAvailibility, 'source' | 'sourceId' | 'tmcPreferred' | 'companyPreferred' | 'officePreferred' | 'tmcPreferredMessage' | 'companyPreferredMessage' | 'officePreferredMessage' | 'unavailable' | 'unavailableMessage' | 'co2PerPassenger' | 'co2PerItem' | 'requiresReason' | 'requiresReasonMessage'> & {
|
|
3748
|
+
fareInfo?: Maybe<({
|
|
3749
|
+
__typename?: 'CarHireFareInfo';
|
|
3750
|
+
} & Pick<CarHireFareInfo, 'title' | 'type' | 'code' | 'supplierCode'>)>;
|
|
3678
3751
|
identifiers?: Maybe<({
|
|
3679
3752
|
__typename?: 'CarHireIdentifiers';
|
|
3680
3753
|
} & Pick<CarHireIdentifiers, 'locator' | 'rph' | 'status' | 'vehType' | 'locationCode' | 'extendedLocationCode' | 'locationName' | 'dropOffLocation' | 'pickupDateTime' | 'dropoffDateTime' | 'vendor'>)>;
|
|
3681
3754
|
displayRecord?: Maybe<({
|
|
3682
3755
|
__typename?: 'CarHireDisplayRecord';
|
|
3683
|
-
} & Pick<CarHireDisplayRecord, 'status' | 'pickup' | 'dropoff'> & {
|
|
3756
|
+
} & Pick<CarHireDisplayRecord, 'status' | 'pickup' | 'dropoff' | 'price'> & {
|
|
3684
3757
|
vendor?: Maybe<({
|
|
3685
3758
|
__typename?: 'CarHireVendor';
|
|
3686
3759
|
} & Pick<CarHireVendor, 'name' | 'logo'>)>;
|
|
@@ -3772,355 +3845,19 @@ export declare type EditUserMutation = ({
|
|
|
3772
3845
|
__typename?: 'Mutation';
|
|
3773
3846
|
} & {
|
|
3774
3847
|
editUser: ({
|
|
3775
|
-
__typename
|
|
3776
|
-
} &
|
|
3777
|
-
selectedLanguage: ({
|
|
3778
|
-
__typename: 'Language';
|
|
3779
|
-
} & Pick<Language, 'id' | 'name' | 'isoCode'>);
|
|
3780
|
-
availableLanguages: Array<({
|
|
3781
|
-
__typename: 'Language';
|
|
3782
|
-
} & Pick<Language, 'id' | 'name' | 'isoCode'>)>;
|
|
3783
|
-
approvers: Array<({
|
|
3784
|
-
__typename: 'Approver';
|
|
3785
|
-
} & Pick<Approver, 'active' | 'priority'>)>;
|
|
3786
|
-
approverFor: Array<({
|
|
3787
|
-
__typename: 'Approvee';
|
|
3788
|
-
} & Pick<Approvee, 'active' | 'priority'>)>;
|
|
3789
|
-
phoneNumbers: Array<({
|
|
3790
|
-
__typename: 'PhoneNumber';
|
|
3791
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
3792
|
-
addresses?: Maybe<Array<({
|
|
3793
|
-
__typename: 'Address';
|
|
3794
|
-
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>>;
|
|
3795
|
-
userMiDefaultValues?: Maybe<Array<({
|
|
3796
|
-
__typename: 'UserMiDefaultValue';
|
|
3797
|
-
} & Pick<UserMiDefaultValue, 'freeTextValue'> & {
|
|
3798
|
-
service?: Maybe<({
|
|
3799
|
-
__typename: 'Service';
|
|
3800
|
-
} & Pick<Service, 'id' | 'type' | 'name' | 'description' | 'supplierUrl' | 'active' | 'apiEndpointUrl' | 'basketItemTtl' | 'cancellable' | 'amendable' | 'detailSchema' | 'searchQuerySchema'>)>;
|
|
3801
|
-
managementInfo?: Maybe<({
|
|
3802
|
-
__typename: 'ManagementInfo';
|
|
3803
|
-
} & Pick<ManagementInfo, 'id' | 'dbId' | 'name' | 'description' | 'handoff' | 'valueMask' | 'uiPresentation' | 'mandatory' | 'perPassenger' | 'perBooking' | 'agentOnly' | 'takeValueFromUserDefault' | 'takeValueFromBookerDefault' | 'enforceUserDefault' | 'bookedByField' | 'createdAt' | 'updatedAt' | 'fixed' | 'group'> & {
|
|
3804
|
-
service: ({
|
|
3805
|
-
__typename: 'Service';
|
|
3806
|
-
} & Pick<Service, 'id' | 'type' | 'name' | 'description' | 'supplierUrl' | 'active' | 'apiEndpointUrl' | 'basketItemTtl' | 'cancellable' | 'amendable' | 'detailSchema' | 'searchQuerySchema'>);
|
|
3807
|
-
fixedValue?: Maybe<({
|
|
3808
|
-
__typename: 'ManagementInfoValue';
|
|
3809
|
-
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
3810
|
-
defaultValue?: Maybe<({
|
|
3811
|
-
__typename: 'ManagementInfoValue';
|
|
3812
|
-
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
3813
|
-
values: Array<({
|
|
3814
|
-
__typename: 'ManagementInfoValue';
|
|
3815
|
-
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
3816
|
-
selectedValues: Array<({
|
|
3817
|
-
__typename: 'SelectedManagementInfoValue';
|
|
3818
|
-
} & Pick<SelectedManagementInfoValue, 'freeValue' | 'basketLevelValue' | 'userLevelValue'> & {
|
|
3819
|
-
value?: Maybe<({
|
|
3820
|
-
__typename: 'ManagementInfoValue';
|
|
3821
|
-
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
3822
|
-
})>;
|
|
3823
|
-
})>;
|
|
3824
|
-
managementInfoValue?: Maybe<({
|
|
3825
|
-
__typename: 'ManagementInfoValue';
|
|
3826
|
-
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
3827
|
-
})>>;
|
|
3828
|
-
documents?: Maybe<Array<({
|
|
3829
|
-
__typename: 'Document';
|
|
3830
|
-
} & Pick<Document, 'id' | 'docType' | 'nationality' | 'gender' | 'number' | 'country' | 'codeOfIssuingState' | 'dateOfIssue' | 'dateOfExpiry' | 'primary' | 'createdAt' | 'updatedAt'>)>>;
|
|
3831
|
-
loyaltyCodes?: Maybe<Array<({
|
|
3832
|
-
__typename: 'UserLoyaltyCode';
|
|
3833
|
-
} & Pick<UserLoyaltyCode, 'id' | 'carrier' | 'code' | 'type' | 'createdAt' | 'updatedAt'>)>>;
|
|
3834
|
-
preferences?: Maybe<Array<({
|
|
3835
|
-
__typename: 'UserPreference';
|
|
3836
|
-
} & Pick<UserPreference, 'id' | 'serviceType' | 'preferenceKey' | 'preferenceValue' | 'createdAt' | 'updatedAt'>)>>;
|
|
3837
|
-
});
|
|
3848
|
+
__typename?: 'User';
|
|
3849
|
+
} & UserFieldsFragment);
|
|
3838
3850
|
});
|
|
3839
3851
|
export declare type EmailBasketQueryVariables = Exact<{
|
|
3840
3852
|
id: Scalars['ID'];
|
|
3853
|
+
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
3841
3854
|
}>;
|
|
3842
3855
|
export declare type EmailBasketQuery = ({
|
|
3843
3856
|
__typename?: 'Query';
|
|
3844
3857
|
} & {
|
|
3845
3858
|
emailBasket: ({
|
|
3846
|
-
__typename
|
|
3847
|
-
} &
|
|
3848
|
-
owner: ({
|
|
3849
|
-
__typename: 'User';
|
|
3850
|
-
} & Pick<User, 'id' | 'title' | 'forename' | 'surname' | 'email' | 'username' | 'employeeId' | 'createdAt' | 'updatedAt' | 'dob' | 'admin' | 'tmcAdmin' | 'companyAdmin' | 'bookerType' | 'authMethods' | 'active' | 'passwordLastUpdated' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod' | 'emergencyContactName' | 'emergencyContactPhone' | 'emergencyContactEmail'> & {
|
|
3851
|
-
selectedLanguage: ({
|
|
3852
|
-
__typename: 'Language';
|
|
3853
|
-
} & Pick<Language, 'id' | 'name' | 'isoCode'>);
|
|
3854
|
-
availableLanguages: Array<({
|
|
3855
|
-
__typename: 'Language';
|
|
3856
|
-
} & Pick<Language, 'id' | 'name' | 'isoCode'>)>;
|
|
3857
|
-
tmc: ({
|
|
3858
|
-
__typename: 'TMC';
|
|
3859
|
-
} & Pick<Tmc, 'name'>);
|
|
3860
|
-
office: ({
|
|
3861
|
-
__typename: 'Office';
|
|
3862
|
-
} & Pick<Office, 'id' | 'name' | 'createdAt' | 'updatedAt' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod'>);
|
|
3863
|
-
companyGroups: Array<({
|
|
3864
|
-
__typename: 'CompanyGroup';
|
|
3865
|
-
} & Pick<CompanyGroup, 'id' | 'name' | 'description' | 'createdAt' | 'updatedAt'> & {
|
|
3866
|
-
company: ({
|
|
3867
|
-
__typename: 'Company';
|
|
3868
|
-
} & Pick<Company, 'id' | 'name' | 'createdAt' | 'updatedAt' | 'supportEmail' | 'co2ConsumptionPolicy' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod'> & {
|
|
3869
|
-
tmc: ({
|
|
3870
|
-
__typename: 'TMC';
|
|
3871
|
-
} & Pick<Tmc, 'id' | 'name'>);
|
|
3872
|
-
offices: Array<({
|
|
3873
|
-
__typename: 'Office';
|
|
3874
|
-
} & Pick<Office, 'id' | 'name' | 'createdAt' | 'updatedAt' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod'> & {
|
|
3875
|
-
addresses: Array<({
|
|
3876
|
-
__typename: 'Address';
|
|
3877
|
-
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>;
|
|
3878
|
-
phoneNumbers: Array<({
|
|
3879
|
-
__typename: 'PhoneNumber';
|
|
3880
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
3881
|
-
})>;
|
|
3882
|
-
addresses: Array<({
|
|
3883
|
-
__typename: 'Address';
|
|
3884
|
-
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>;
|
|
3885
|
-
phoneNumbers: Array<({
|
|
3886
|
-
__typename: 'PhoneNumber';
|
|
3887
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
3888
|
-
supportPhoneNumber?: Maybe<({
|
|
3889
|
-
__typename: 'PhoneNumber';
|
|
3890
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
3891
|
-
});
|
|
3892
|
-
})>;
|
|
3893
|
-
addresses?: Maybe<Array<({
|
|
3894
|
-
__typename: 'Address';
|
|
3895
|
-
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>>;
|
|
3896
|
-
phoneNumbers: Array<({
|
|
3897
|
-
__typename: 'PhoneNumber';
|
|
3898
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
3899
|
-
approvers: Array<({
|
|
3900
|
-
__typename: 'Approver';
|
|
3901
|
-
} & Pick<Approver, 'active' | 'priority'>)>;
|
|
3902
|
-
approverFor: Array<({
|
|
3903
|
-
__typename: 'Approvee';
|
|
3904
|
-
} & Pick<Approvee, 'active' | 'priority'>)>;
|
|
3905
|
-
documents?: Maybe<Array<({
|
|
3906
|
-
__typename: 'Document';
|
|
3907
|
-
} & Pick<Document, 'id' | 'docType' | 'nationality' | 'gender' | 'number' | 'country' | 'codeOfIssuingState' | 'dateOfIssue' | 'dateOfExpiry' | 'primary' | 'createdAt' | 'updatedAt'>)>>;
|
|
3908
|
-
preferences?: Maybe<Array<({
|
|
3909
|
-
__typename: 'UserPreference';
|
|
3910
|
-
} & Pick<UserPreference, 'id' | 'serviceType' | 'preferenceKey' | 'preferenceValue' | 'createdAt' | 'updatedAt'>)>>;
|
|
3911
|
-
loyaltyCodes?: Maybe<Array<({
|
|
3912
|
-
__typename: 'UserLoyaltyCode';
|
|
3913
|
-
} & Pick<UserLoyaltyCode, 'id' | 'carrier' | 'code' | 'type' | 'createdAt' | 'updatedAt'>)>>;
|
|
3914
|
-
});
|
|
3915
|
-
basketItems: Array<({
|
|
3916
|
-
__typename: 'BasketItem';
|
|
3917
|
-
} & Pick<BasketItem, 'id' | 'adults' | 'children' | 'infants' | 'detail' | 'detailHash' | 'createdAt' | 'updatedAt' | 'expiry' | 'expired' | 'searchQuery' | 'price' | 'currency' | 'miGroupsAvailable' | 'miGroupSelected' | 'validated' | 'latestValidation' | 'latestValidationPrice' | 'latestValidationPriceDifference' | 'latestValidationAvailable' | 'bookingThirdPartyReference' | 'pnrLocator' | 'bookingDetail' | 'status' | 'perItemSupplementaryBookingInfoSchema' | 'perPassengerSupplementaryBookingInfoSchema' | 'perItemAddress' | 'perItemPhoneNumber' | 'perPassengerAddress' | 'perPassengerPhoneNumber' | 'cancellable' | 'amendable' | 'co2PerPassenger' | 'co2PerItem' | 'outboundDate' | 'inboundDate' | 'convertedCurrencyAmount' | 'convertedCurrencyCode'> & {
|
|
3918
|
-
users: Array<({
|
|
3919
|
-
__typename: 'User';
|
|
3920
|
-
} & Pick<User, 'id' | 'title' | 'forename' | 'surname' | 'email' | 'username' | 'employeeId' | 'createdAt' | 'updatedAt' | 'dob' | 'admin' | 'tmcAdmin' | 'companyAdmin' | 'bookerType' | 'authMethods' | 'active' | 'passwordLastUpdated' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod' | 'emergencyContactName' | 'emergencyContactPhone' | 'emergencyContactEmail'> & {
|
|
3921
|
-
selectedLanguage: ({
|
|
3922
|
-
__typename: 'Language';
|
|
3923
|
-
} & Pick<Language, 'id' | 'name' | 'isoCode'>);
|
|
3924
|
-
availableLanguages: Array<({
|
|
3925
|
-
__typename: 'Language';
|
|
3926
|
-
} & Pick<Language, 'id' | 'name' | 'isoCode'>)>;
|
|
3927
|
-
tmc: ({
|
|
3928
|
-
__typename: 'TMC';
|
|
3929
|
-
} & Pick<Tmc, 'id' | 'name'>);
|
|
3930
|
-
office: ({
|
|
3931
|
-
__typename: 'Office';
|
|
3932
|
-
} & Pick<Office, 'id' | 'name' | 'createdAt' | 'updatedAt' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod'>);
|
|
3933
|
-
companyGroups: Array<({
|
|
3934
|
-
__typename: 'CompanyGroup';
|
|
3935
|
-
} & Pick<CompanyGroup, 'id' | 'name' | 'description' | 'createdAt' | 'updatedAt'> & {
|
|
3936
|
-
company: ({
|
|
3937
|
-
__typename: 'Company';
|
|
3938
|
-
} & Pick<Company, 'id' | 'name' | 'createdAt' | 'updatedAt' | 'supportEmail' | 'co2ConsumptionPolicy' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod'> & {
|
|
3939
|
-
tmc: ({
|
|
3940
|
-
__typename: 'TMC';
|
|
3941
|
-
} & Pick<Tmc, 'id' | 'name'>);
|
|
3942
|
-
offices: Array<({
|
|
3943
|
-
__typename: 'Office';
|
|
3944
|
-
} & Pick<Office, 'id' | 'name' | 'createdAt' | 'updatedAt' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod'> & {
|
|
3945
|
-
addresses: Array<({
|
|
3946
|
-
__typename: 'Address';
|
|
3947
|
-
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>;
|
|
3948
|
-
phoneNumbers: Array<({
|
|
3949
|
-
__typename: 'PhoneNumber';
|
|
3950
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
3951
|
-
})>;
|
|
3952
|
-
addresses: Array<({
|
|
3953
|
-
__typename: 'Address';
|
|
3954
|
-
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>;
|
|
3955
|
-
phoneNumbers: Array<({
|
|
3956
|
-
__typename: 'PhoneNumber';
|
|
3957
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
3958
|
-
supportPhoneNumber?: Maybe<({
|
|
3959
|
-
__typename: 'PhoneNumber';
|
|
3960
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
3961
|
-
});
|
|
3962
|
-
})>;
|
|
3963
|
-
addresses?: Maybe<Array<({
|
|
3964
|
-
__typename: 'Address';
|
|
3965
|
-
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>>;
|
|
3966
|
-
phoneNumbers: Array<({
|
|
3967
|
-
__typename: 'PhoneNumber';
|
|
3968
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
3969
|
-
approvers: Array<({
|
|
3970
|
-
__typename: 'Approver';
|
|
3971
|
-
} & Pick<Approver, 'active' | 'priority'>)>;
|
|
3972
|
-
approverFor: Array<({
|
|
3973
|
-
__typename: 'Approvee';
|
|
3974
|
-
} & Pick<Approvee, 'active' | 'priority'>)>;
|
|
3975
|
-
documents?: Maybe<Array<({
|
|
3976
|
-
__typename: 'Document';
|
|
3977
|
-
} & Pick<Document, 'id' | 'docType' | 'nationality' | 'gender' | 'number' | 'country' | 'codeOfIssuingState' | 'dateOfIssue' | 'dateOfExpiry' | 'primary' | 'createdAt' | 'updatedAt'>)>>;
|
|
3978
|
-
preferences?: Maybe<Array<({
|
|
3979
|
-
__typename: 'UserPreference';
|
|
3980
|
-
} & Pick<UserPreference, 'id' | 'serviceType' | 'preferenceKey' | 'preferenceValue' | 'createdAt' | 'updatedAt'>)>>;
|
|
3981
|
-
loyaltyCodes?: Maybe<Array<({
|
|
3982
|
-
__typename: 'UserLoyaltyCode';
|
|
3983
|
-
} & Pick<UserLoyaltyCode, 'id' | 'carrier' | 'code' | 'type' | 'createdAt' | 'updatedAt'>)>>;
|
|
3984
|
-
})>;
|
|
3985
|
-
userPassengerTypes: Array<({
|
|
3986
|
-
__typename: 'UserPassengerType';
|
|
3987
|
-
} & Pick<UserPassengerType, 'id' | 'passengerType'>)>;
|
|
3988
|
-
leadPassenger?: Maybe<({
|
|
3989
|
-
__typename: 'Guest';
|
|
3990
|
-
} & Pick<Guest, 'id' | 'title' | 'forename' | 'surname' | 'email'>) | ({
|
|
3991
|
-
__typename: 'User';
|
|
3992
|
-
} & Pick<User, 'id' | 'title' | 'forename' | 'surname' | 'email' | 'username' | 'employeeId' | 'createdAt' | 'updatedAt' | 'dob' | 'admin' | 'tmcAdmin' | 'companyAdmin' | 'bookerType' | 'authMethods' | 'active' | 'passwordLastUpdated' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod' | 'emergencyContactName' | 'emergencyContactPhone' | 'emergencyContactEmail'> & {
|
|
3993
|
-
documents?: Maybe<Array<({
|
|
3994
|
-
__typename: 'Document';
|
|
3995
|
-
} & Pick<Document, 'id' | 'docType' | 'nationality' | 'gender' | 'number' | 'country' | 'codeOfIssuingState' | 'dateOfIssue' | 'dateOfExpiry' | 'primary' | 'createdAt' | 'updatedAt'>)>>;
|
|
3996
|
-
preferences?: Maybe<Array<({
|
|
3997
|
-
__typename: 'UserPreference';
|
|
3998
|
-
} & Pick<UserPreference, 'id' | 'serviceType' | 'preferenceKey' | 'preferenceValue' | 'createdAt' | 'updatedAt'>)>>;
|
|
3999
|
-
loyaltyCodes?: Maybe<Array<({
|
|
4000
|
-
__typename: 'UserLoyaltyCode';
|
|
4001
|
-
} & Pick<UserLoyaltyCode, 'id' | 'carrier' | 'code' | 'type' | 'createdAt' | 'updatedAt'>)>>;
|
|
4002
|
-
})>;
|
|
4003
|
-
service: ({
|
|
4004
|
-
__typename: 'Service';
|
|
4005
|
-
} & Pick<Service, 'id' | 'type' | 'name' | 'description' | 'supplierUrl' | 'active' | 'apiEndpointUrl' | 'basketItemTtl' | 'cancellable' | 'amendable' | 'detailSchema' | 'searchQuerySchema'>);
|
|
4006
|
-
managementInfo: Array<({
|
|
4007
|
-
__typename: 'ManagementInfo';
|
|
4008
|
-
} & Pick<ManagementInfo, 'id' | 'dbId' | 'name' | 'description' | 'handoff' | 'valueMask' | 'uiPresentation' | 'mandatory' | 'perPassenger' | 'perBooking' | 'agentOnly' | 'takeValueFromUserDefault' | 'takeValueFromBookerDefault' | 'enforceUserDefault' | 'bookedByField' | 'createdAt' | 'updatedAt' | 'fixed' | 'group'> & {
|
|
4009
|
-
service: ({
|
|
4010
|
-
__typename: 'Service';
|
|
4011
|
-
} & Pick<Service, 'id' | 'type' | 'name' | 'description' | 'supplierUrl' | 'active' | 'apiEndpointUrl' | 'basketItemTtl' | 'cancellable' | 'amendable'>);
|
|
4012
|
-
fixedValue?: Maybe<({
|
|
4013
|
-
__typename: 'ManagementInfoValue';
|
|
4014
|
-
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
4015
|
-
defaultValue?: Maybe<({
|
|
4016
|
-
__typename: 'ManagementInfoValue';
|
|
4017
|
-
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
4018
|
-
values: Array<({
|
|
4019
|
-
__typename: 'ManagementInfoValue';
|
|
4020
|
-
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
4021
|
-
selectedValues: Array<({
|
|
4022
|
-
__typename: 'SelectedManagementInfoValue';
|
|
4023
|
-
} & Pick<SelectedManagementInfoValue, 'freeValue' | 'basketLevelValue' | 'userLevelValue'> & {
|
|
4024
|
-
value?: Maybe<({
|
|
4025
|
-
__typename: 'ManagementInfoValue';
|
|
4026
|
-
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
4027
|
-
user?: Maybe<({
|
|
4028
|
-
__typename: 'User';
|
|
4029
|
-
} & Pick<User, 'id' | 'title' | 'forename' | 'surname' | 'email' | 'username' | 'employeeId' | 'createdAt' | 'updatedAt' | 'dob' | 'admin' | 'tmcAdmin' | 'companyAdmin' | 'bookerType' | 'authMethods' | 'active' | 'passwordLastUpdated' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod' | 'emergencyContactName' | 'emergencyContactPhone' | 'emergencyContactEmail'> & {
|
|
4030
|
-
documents?: Maybe<Array<({
|
|
4031
|
-
__typename: 'Document';
|
|
4032
|
-
} & Pick<Document, 'id' | 'docType' | 'nationality' | 'gender' | 'number' | 'country' | 'codeOfIssuingState' | 'dateOfIssue' | 'dateOfExpiry' | 'primary' | 'createdAt' | 'updatedAt'>)>>;
|
|
4033
|
-
preferences?: Maybe<Array<({
|
|
4034
|
-
__typename: 'UserPreference';
|
|
4035
|
-
} & Pick<UserPreference, 'id' | 'serviceType' | 'preferenceKey' | 'preferenceValue' | 'createdAt' | 'updatedAt'>)>>;
|
|
4036
|
-
loyaltyCodes?: Maybe<Array<({
|
|
4037
|
-
__typename: 'UserLoyaltyCode';
|
|
4038
|
-
} & Pick<UserLoyaltyCode, 'id' | 'carrier' | 'code' | 'type' | 'createdAt' | 'updatedAt'>)>>;
|
|
4039
|
-
})>;
|
|
4040
|
-
})>;
|
|
4041
|
-
})>;
|
|
4042
|
-
availablePaymentMethods: Array<({
|
|
4043
|
-
__typename: 'PaymentMethod';
|
|
4044
|
-
} & Pick<PaymentMethod, 'id' | 'name' | 'description'>)>;
|
|
4045
|
-
selectedPaymentMethod?: Maybe<({
|
|
4046
|
-
__typename: 'PaymentMethod';
|
|
4047
|
-
} & Pick<PaymentMethod, 'id' | 'name' | 'description'>)>;
|
|
4048
|
-
})>;
|
|
4049
|
-
companyGroup?: Maybe<({
|
|
4050
|
-
__typename: 'CompanyGroup';
|
|
4051
|
-
} & Pick<CompanyGroup, 'id' | 'name' | 'description' | 'createdAt' | 'updatedAt'> & {
|
|
4052
|
-
company: ({
|
|
4053
|
-
__typename: 'Company';
|
|
4054
|
-
} & Pick<Company, 'id' | 'name' | 'createdAt' | 'updatedAt' | 'supportEmail' | 'co2ConsumptionPolicy' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod'> & {
|
|
4055
|
-
tmc: ({
|
|
4056
|
-
__typename: 'TMC';
|
|
4057
|
-
} & Pick<Tmc, 'id' | 'name'>);
|
|
4058
|
-
offices: Array<({
|
|
4059
|
-
__typename: 'Office';
|
|
4060
|
-
} & Pick<Office, 'id' | 'name' | 'createdAt' | 'updatedAt' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod'> & {
|
|
4061
|
-
addresses: Array<({
|
|
4062
|
-
__typename: 'Address';
|
|
4063
|
-
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>;
|
|
4064
|
-
phoneNumbers: Array<({
|
|
4065
|
-
__typename: 'PhoneNumber';
|
|
4066
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
4067
|
-
})>;
|
|
4068
|
-
addresses: Array<({
|
|
4069
|
-
__typename: 'Address';
|
|
4070
|
-
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>;
|
|
4071
|
-
phoneNumbers: Array<({
|
|
4072
|
-
__typename: 'PhoneNumber';
|
|
4073
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
4074
|
-
users: Array<({
|
|
4075
|
-
__typename: 'User';
|
|
4076
|
-
} & Pick<User, 'id' | 'title' | 'forename' | 'surname' | 'email' | 'username' | 'employeeId' | 'createdAt' | 'updatedAt' | 'dob' | 'admin' | 'tmcAdmin' | 'companyAdmin' | 'bookerType' | 'authMethods' | 'active' | 'passwordLastUpdated' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod' | 'emergencyContactName' | 'emergencyContactPhone' | 'emergencyContactEmail'> & {
|
|
4077
|
-
selectedLanguage: ({
|
|
4078
|
-
__typename: 'Language';
|
|
4079
|
-
} & Pick<Language, 'id' | 'name' | 'isoCode'>);
|
|
4080
|
-
availableLanguages: Array<({
|
|
4081
|
-
__typename: 'Language';
|
|
4082
|
-
} & Pick<Language, 'id' | 'name' | 'isoCode'>)>;
|
|
4083
|
-
tmc: ({
|
|
4084
|
-
__typename: 'TMC';
|
|
4085
|
-
} & Pick<Tmc, 'id' | 'name'>);
|
|
4086
|
-
office: ({
|
|
4087
|
-
__typename: 'Office';
|
|
4088
|
-
} & Pick<Office, 'id' | 'name' | 'createdAt' | 'updatedAt' | 'co2AllowancePeriod' | 'co2AllowancePerPeriod'> & {
|
|
4089
|
-
addresses: Array<({
|
|
4090
|
-
__typename: 'Address';
|
|
4091
|
-
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>;
|
|
4092
|
-
phoneNumbers: Array<({
|
|
4093
|
-
__typename: 'PhoneNumber';
|
|
4094
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
4095
|
-
});
|
|
4096
|
-
addresses?: Maybe<Array<({
|
|
4097
|
-
__typename: 'Address';
|
|
4098
|
-
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>>;
|
|
4099
|
-
phoneNumbers: Array<({
|
|
4100
|
-
__typename: 'PhoneNumber';
|
|
4101
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
4102
|
-
approvers: Array<({
|
|
4103
|
-
__typename: 'Approver';
|
|
4104
|
-
} & Pick<Approver, 'active' | 'priority'>)>;
|
|
4105
|
-
approverFor: Array<({
|
|
4106
|
-
__typename: 'Approvee';
|
|
4107
|
-
} & Pick<Approvee, 'active' | 'priority'>)>;
|
|
4108
|
-
documents?: Maybe<Array<({
|
|
4109
|
-
__typename: 'Document';
|
|
4110
|
-
} & Pick<Document, 'id' | 'docType' | 'nationality' | 'gender' | 'number' | 'country' | 'codeOfIssuingState' | 'dateOfIssue' | 'dateOfExpiry' | 'primary' | 'createdAt' | 'updatedAt'>)>>;
|
|
4111
|
-
preferences?: Maybe<Array<({
|
|
4112
|
-
__typename: 'UserPreference';
|
|
4113
|
-
} & Pick<UserPreference, 'id' | 'serviceType' | 'preferenceKey' | 'preferenceValue' | 'createdAt' | 'updatedAt'>)>>;
|
|
4114
|
-
loyaltyCodes?: Maybe<Array<({
|
|
4115
|
-
__typename: 'UserLoyaltyCode';
|
|
4116
|
-
} & Pick<UserLoyaltyCode, 'id' | 'carrier' | 'code' | 'type' | 'createdAt' | 'updatedAt'>)>>;
|
|
4117
|
-
})>;
|
|
4118
|
-
supportPhoneNumber?: Maybe<({
|
|
4119
|
-
__typename: 'PhoneNumber';
|
|
4120
|
-
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
4121
|
-
});
|
|
4122
|
-
})>;
|
|
4123
|
-
});
|
|
3859
|
+
__typename?: 'Basket';
|
|
3860
|
+
} & BasketFieldsFragment);
|
|
4124
3861
|
});
|
|
4125
3862
|
export declare type ErrorsFragment = ({
|
|
4126
3863
|
__typename?: 'SearchError';
|
|
@@ -4261,7 +3998,7 @@ export declare type GetCompanyQuery = ({
|
|
|
4261
3998
|
});
|
|
4262
3999
|
export declare type UsersFragment = ({
|
|
4263
4000
|
__typename?: 'User';
|
|
4264
|
-
} & Pick<User, 'id' | 'email'>);
|
|
4001
|
+
} & Pick<User, 'id' | 'email' | 'username'>);
|
|
4265
4002
|
export declare type GetConfermaOfficeQueryVariables = Exact<{
|
|
4266
4003
|
officeId: Scalars['Int'];
|
|
4267
4004
|
}>;
|
|
@@ -4476,6 +4213,26 @@ export declare type GetIrlSupplierStationQuery = ({
|
|
|
4476
4213
|
})>;
|
|
4477
4214
|
})>;
|
|
4478
4215
|
});
|
|
4216
|
+
export declare type GetOfficeQueryVariables = Exact<{
|
|
4217
|
+
[key: string]: never;
|
|
4218
|
+
}>;
|
|
4219
|
+
export declare type GetOfficeQuery = ({
|
|
4220
|
+
__typename?: 'Query';
|
|
4221
|
+
} & {
|
|
4222
|
+
getOffice: ({
|
|
4223
|
+
__typename?: 'Office';
|
|
4224
|
+
} & Pick<Office, 'id' | 'name' | 'createdAt' | 'updatedAt' | 'supportEmail'> & {
|
|
4225
|
+
addresses: Array<({
|
|
4226
|
+
__typename?: 'Address';
|
|
4227
|
+
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>;
|
|
4228
|
+
phoneNumbers: Array<({
|
|
4229
|
+
__typename?: 'PhoneNumber';
|
|
4230
|
+
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
4231
|
+
supportPhoneNumber?: Maybe<({
|
|
4232
|
+
__typename?: 'PhoneNumber';
|
|
4233
|
+
} & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
|
|
4234
|
+
});
|
|
4235
|
+
});
|
|
4479
4236
|
export declare type GetRailLiveDeparturesQueryVariables = Exact<{
|
|
4480
4237
|
stationCode: Scalars['String'];
|
|
4481
4238
|
departDateTime?: Maybe<Scalars['String']>;
|
|
@@ -4602,6 +4359,17 @@ export declare type GetUserCurrentCarbonAllowanceQuery = ({
|
|
|
4602
4359
|
} & Pick<CarbonConsumption, 'id' | 'consumed' | 'datetime'>)>;
|
|
4603
4360
|
})>;
|
|
4604
4361
|
});
|
|
4362
|
+
export declare type GetUserDefaultMiValueQueryVariables = Exact<{
|
|
4363
|
+
mi: Scalars['ID'];
|
|
4364
|
+
user: Scalars['ID'];
|
|
4365
|
+
}>;
|
|
4366
|
+
export declare type GetUserDefaultMiValueQuery = ({
|
|
4367
|
+
__typename?: 'Query';
|
|
4368
|
+
} & {
|
|
4369
|
+
getUserDefaultMIValue?: Maybe<({
|
|
4370
|
+
__typename?: 'DefaultManagementInfoValue';
|
|
4371
|
+
} & Pick<DefaultManagementInfoValue, 'valueId' | 'label' | 'value'>)>;
|
|
4372
|
+
});
|
|
4605
4373
|
export declare type GetUserFavouriteSearchesQueryVariables = Exact<{
|
|
4606
4374
|
serviceType?: Maybe<ServiceType>;
|
|
4607
4375
|
}>;
|
|
@@ -4624,7 +4392,8 @@ export declare type GetUserGuestsQuery = ({
|
|
|
4624
4392
|
});
|
|
4625
4393
|
export declare type GetUserMiAutoSuggestValuesQueryVariables = Exact<{
|
|
4626
4394
|
mi: Scalars['ID'];
|
|
4627
|
-
partialLabel
|
|
4395
|
+
partialLabel?: Maybe<Scalars['String']>;
|
|
4396
|
+
partialValue?: Maybe<Scalars['String']>;
|
|
4628
4397
|
}>;
|
|
4629
4398
|
export declare type GetUserMiAutoSuggestValuesQuery = ({
|
|
4630
4399
|
__typename?: 'Query';
|
|
@@ -5085,7 +4854,7 @@ export declare type SearchEurostarQuery = ({
|
|
|
5085
4854
|
} & {
|
|
5086
4855
|
searchEurostar: ({
|
|
5087
4856
|
__typename?: 'FlightSearchResultV2';
|
|
5088
|
-
} & {
|
|
4857
|
+
} & Pick<FlightSearchResultV2, 'ruleActionSummary'> & {
|
|
5089
4858
|
results: ({
|
|
5090
4859
|
__typename?: 'FEFlightSearchResults';
|
|
5091
4860
|
} & {
|
|
@@ -5141,7 +4910,7 @@ export declare type SearchEurostarQuery = ({
|
|
|
5141
4910
|
} & Pick<ItinerarySummary, 'order' | 'origin' | 'destination' | 'minPrice' | 'maxPrice'> & {
|
|
5142
4911
|
results: Array<({
|
|
5143
4912
|
__typename?: 'FlightItinerary';
|
|
5144
|
-
} & Pick<FlightItinerary, 'uid' | 'passengerCount' | 'outboundTotalDuration' | 'inboundTotalDuration' | 'additional' | 'source' | 'sourceId' | 'version' | 'co2PerItem' | 'co2PerPassenger'> & {
|
|
4913
|
+
} & Pick<FlightItinerary, 'uid' | 'passengerCount' | 'outboundTotalDuration' | 'inboundTotalDuration' | 'additional' | 'source' | 'sourceId' | 'version' | 'co2PerItem' | 'co2PerPassenger' | 'journeyHash'> & {
|
|
5145
4914
|
outboundFlights: Array<({
|
|
5146
4915
|
__typename?: 'FlightJourney';
|
|
5147
4916
|
} & FlightJourneyFieldsFragment)>;
|
|
@@ -5237,7 +5006,6 @@ export declare type SearchFlightsV2QueryVariables = Exact<{
|
|
|
5237
5006
|
preferredCarriers?: Maybe<Array<Maybe<Scalars['String']>> | Maybe<Scalars['String']>>;
|
|
5238
5007
|
includeNearbyAirports?: Maybe<Scalars['Boolean']>;
|
|
5239
5008
|
asSingles?: Maybe<Scalars['Boolean']>;
|
|
5240
|
-
withGrouped: Scalars['Boolean'];
|
|
5241
5009
|
groupMax?: Maybe<Scalars['Int']>;
|
|
5242
5010
|
}>;
|
|
5243
5011
|
export declare type SearchFlightsV2Query = ({
|
|
@@ -5245,19 +5013,89 @@ export declare type SearchFlightsV2Query = ({
|
|
|
5245
5013
|
} & {
|
|
5246
5014
|
searchFlightsV2: ({
|
|
5247
5015
|
__typename?: 'FlightSearchResultV2';
|
|
5248
|
-
} & Pick<FlightSearchResultV2, 'ruleActionSummary'> & {
|
|
5016
|
+
} & Pick<FlightSearchResultV2, 'ruleActionSummary' | 'searchId'> & {
|
|
5249
5017
|
results: ({
|
|
5250
5018
|
__typename?: 'FEFlightSearchResults';
|
|
5251
5019
|
} & {
|
|
5252
5020
|
journeys: Array<({
|
|
5253
5021
|
__typename?: 'FlightItinerary';
|
|
5254
|
-
} & Pick<FlightItinerary, '
|
|
5022
|
+
} & Pick<FlightItinerary, 'uid' | 'baseFareId' | 'passengerCount' | 'farePCC' | 'outboundTotalDuration' | 'inboundTotalDuration' | 'disclosures' | 'additional' | 'source' | 'sourceId' | 'version' | 'co2PerItem' | 'co2PerPassenger' | 'journeyHash'> & {
|
|
5255
5023
|
outboundFlights: Array<({
|
|
5256
5024
|
__typename?: 'FlightJourney';
|
|
5257
|
-
} &
|
|
5025
|
+
} & Pick<FlightJourney, 'id' | 'originAirport' | 'originTerminal' | 'originAirportName' | 'destinationAirport' | 'destinationTerminal' | 'destinationAirportName' | 'dateTimeDeparting' | 'dateTimeDepartingUTC' | 'dateTimeArriving' | 'dateTimeArrivingUTC' | 'marketingCarrier' | 'marketingCarrierName' | 'marketingFlightNumber' | 'operatingCarrier' | 'operatingCarrierName' | 'operatingFlightNumber' | 'equipmentCode' | 'equipmentName' | 'totalDuration' | 'seatsAvailable' | 'cabinCode' | 'cabinClass' | 'cabinRaw' | 'marketingNames' | 'vendorCode' | 'stops' | 'bookingCode' | 'governingCarrier' | 'marriageGroup' | 'fareBasisCode' | 'additional'> & {
|
|
5026
|
+
fareInfo?: Maybe<({
|
|
5027
|
+
__typename?: 'FlightSpecialFareInfo';
|
|
5028
|
+
} & Pick<FlightSpecialFareInfo, 'title' | 'type' | 'code' | 'supplierCode'>)>;
|
|
5029
|
+
originAirportDetail: ({
|
|
5030
|
+
__typename?: 'AirportDetail';
|
|
5031
|
+
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
5032
|
+
destinationAirportDetail: ({
|
|
5033
|
+
__typename?: 'AirportDetail';
|
|
5034
|
+
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
5035
|
+
marketingCarrierDetail: ({
|
|
5036
|
+
__typename?: 'FlightCarrierDetail';
|
|
5037
|
+
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
5038
|
+
operatingCarrierDetail: ({
|
|
5039
|
+
__typename?: 'FlightCarrierDetail';
|
|
5040
|
+
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
5041
|
+
fareConditions: ({
|
|
5042
|
+
__typename?: 'FareConditions';
|
|
5043
|
+
} & {
|
|
5044
|
+
cancellation?: Maybe<Array<Maybe<({
|
|
5045
|
+
__typename?: 'FareConditionEntry';
|
|
5046
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5047
|
+
change?: Maybe<Array<Maybe<({
|
|
5048
|
+
__typename?: 'FareConditionEntry';
|
|
5049
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5050
|
+
noShow?: Maybe<Array<Maybe<({
|
|
5051
|
+
__typename?: 'FareConditionEntry';
|
|
5052
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5053
|
+
upgrade?: Maybe<Array<Maybe<({
|
|
5054
|
+
__typename?: 'FareConditionEntry';
|
|
5055
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5056
|
+
other?: Maybe<Array<Maybe<({
|
|
5057
|
+
__typename?: 'FareConditionEntry';
|
|
5058
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5059
|
+
});
|
|
5060
|
+
})>;
|
|
5258
5061
|
inboundFlights?: Maybe<Array<Maybe<({
|
|
5259
5062
|
__typename?: 'FlightJourney';
|
|
5260
|
-
} &
|
|
5063
|
+
} & Pick<FlightJourney, 'id' | 'originAirport' | 'originTerminal' | 'originAirportName' | 'destinationAirport' | 'destinationTerminal' | 'destinationAirportName' | 'dateTimeDeparting' | 'dateTimeDepartingUTC' | 'dateTimeArriving' | 'dateTimeArrivingUTC' | 'marketingCarrier' | 'marketingCarrierName' | 'marketingFlightNumber' | 'operatingCarrier' | 'operatingCarrierName' | 'operatingFlightNumber' | 'equipmentCode' | 'equipmentName' | 'totalDuration' | 'seatsAvailable' | 'cabinCode' | 'cabinClass' | 'cabinRaw' | 'marketingNames' | 'vendorCode' | 'stops' | 'bookingCode' | 'governingCarrier' | 'marriageGroup' | 'fareBasisCode' | 'additional'> & {
|
|
5064
|
+
fareInfo?: Maybe<({
|
|
5065
|
+
__typename?: 'FlightSpecialFareInfo';
|
|
5066
|
+
} & Pick<FlightSpecialFareInfo, 'title' | 'type' | 'code' | 'supplierCode'>)>;
|
|
5067
|
+
originAirportDetail: ({
|
|
5068
|
+
__typename?: 'AirportDetail';
|
|
5069
|
+
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
5070
|
+
destinationAirportDetail: ({
|
|
5071
|
+
__typename?: 'AirportDetail';
|
|
5072
|
+
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
5073
|
+
marketingCarrierDetail: ({
|
|
5074
|
+
__typename?: 'FlightCarrierDetail';
|
|
5075
|
+
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
5076
|
+
operatingCarrierDetail: ({
|
|
5077
|
+
__typename?: 'FlightCarrierDetail';
|
|
5078
|
+
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
5079
|
+
fareConditions: ({
|
|
5080
|
+
__typename?: 'FareConditions';
|
|
5081
|
+
} & {
|
|
5082
|
+
cancellation?: Maybe<Array<Maybe<({
|
|
5083
|
+
__typename?: 'FareConditionEntry';
|
|
5084
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5085
|
+
change?: Maybe<Array<Maybe<({
|
|
5086
|
+
__typename?: 'FareConditionEntry';
|
|
5087
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5088
|
+
noShow?: Maybe<Array<Maybe<({
|
|
5089
|
+
__typename?: 'FareConditionEntry';
|
|
5090
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5091
|
+
upgrade?: Maybe<Array<Maybe<({
|
|
5092
|
+
__typename?: 'FareConditionEntry';
|
|
5093
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5094
|
+
other?: Maybe<Array<Maybe<({
|
|
5095
|
+
__typename?: 'FareConditionEntry';
|
|
5096
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5097
|
+
});
|
|
5098
|
+
})>>>;
|
|
5261
5099
|
outboundCarbonEmissions?: Maybe<({
|
|
5262
5100
|
__typename?: 'FlightCarbonEmissions';
|
|
5263
5101
|
} & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
|
|
@@ -5294,20 +5132,90 @@ export declare type SearchFlightsV2Query = ({
|
|
|
5294
5132
|
})>;
|
|
5295
5133
|
baggageAllowance?: Maybe<Array<Maybe<({
|
|
5296
5134
|
__typename?: 'BaggageAllowance';
|
|
5297
|
-
} & Pick<BaggageAllowance, 'type' | 'qty' | '
|
|
5135
|
+
} & Pick<BaggageAllowance, 'type' | 'qty' | 'weightProvided' | 'maxKG' | 'maxLBS'>)>>>;
|
|
5298
5136
|
})>;
|
|
5299
5137
|
multi: Array<({
|
|
5300
5138
|
__typename?: 'ItinerarySummary';
|
|
5301
5139
|
} & Pick<ItinerarySummary, 'order' | 'origin' | 'destination' | 'minPrice' | 'maxPrice'> & {
|
|
5302
5140
|
results: Array<({
|
|
5303
5141
|
__typename?: 'FlightItinerary';
|
|
5304
|
-
} & Pick<FlightItinerary, 'uid' | 'passengerCount' | 'outboundTotalDuration' | 'inboundTotalDuration' | 'additional' | 'source' | 'sourceId' | 'version' | 'co2PerItem' | 'co2PerPassenger' | 'journeyHash'> & {
|
|
5142
|
+
} & Pick<FlightItinerary, 'uid' | 'baseFareId' | 'passengerCount' | 'farePCC' | 'outboundTotalDuration' | 'inboundTotalDuration' | 'disclosures' | 'additional' | 'source' | 'sourceId' | 'version' | 'co2PerItem' | 'co2PerPassenger' | 'journeyHash'> & {
|
|
5305
5143
|
outboundFlights: Array<({
|
|
5306
5144
|
__typename?: 'FlightJourney';
|
|
5307
|
-
} &
|
|
5145
|
+
} & Pick<FlightJourney, 'id' | 'originAirport' | 'originTerminal' | 'originAirportName' | 'destinationAirport' | 'destinationTerminal' | 'destinationAirportName' | 'dateTimeDeparting' | 'dateTimeDepartingUTC' | 'dateTimeArriving' | 'dateTimeArrivingUTC' | 'marketingCarrier' | 'marketingCarrierName' | 'marketingFlightNumber' | 'operatingCarrier' | 'operatingCarrierName' | 'operatingFlightNumber' | 'equipmentCode' | 'equipmentName' | 'totalDuration' | 'seatsAvailable' | 'cabinCode' | 'cabinClass' | 'cabinRaw' | 'marketingNames' | 'vendorCode' | 'stops' | 'bookingCode' | 'governingCarrier' | 'marriageGroup' | 'fareBasisCode' | 'additional'> & {
|
|
5146
|
+
fareInfo?: Maybe<({
|
|
5147
|
+
__typename?: 'FlightSpecialFareInfo';
|
|
5148
|
+
} & Pick<FlightSpecialFareInfo, 'title' | 'type' | 'code' | 'supplierCode'>)>;
|
|
5149
|
+
originAirportDetail: ({
|
|
5150
|
+
__typename?: 'AirportDetail';
|
|
5151
|
+
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
5152
|
+
destinationAirportDetail: ({
|
|
5153
|
+
__typename?: 'AirportDetail';
|
|
5154
|
+
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
5155
|
+
marketingCarrierDetail: ({
|
|
5156
|
+
__typename?: 'FlightCarrierDetail';
|
|
5157
|
+
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
5158
|
+
operatingCarrierDetail: ({
|
|
5159
|
+
__typename?: 'FlightCarrierDetail';
|
|
5160
|
+
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
5161
|
+
fareConditions: ({
|
|
5162
|
+
__typename?: 'FareConditions';
|
|
5163
|
+
} & {
|
|
5164
|
+
cancellation?: Maybe<Array<Maybe<({
|
|
5165
|
+
__typename?: 'FareConditionEntry';
|
|
5166
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5167
|
+
change?: Maybe<Array<Maybe<({
|
|
5168
|
+
__typename?: 'FareConditionEntry';
|
|
5169
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5170
|
+
noShow?: Maybe<Array<Maybe<({
|
|
5171
|
+
__typename?: 'FareConditionEntry';
|
|
5172
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5173
|
+
upgrade?: Maybe<Array<Maybe<({
|
|
5174
|
+
__typename?: 'FareConditionEntry';
|
|
5175
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5176
|
+
other?: Maybe<Array<Maybe<({
|
|
5177
|
+
__typename?: 'FareConditionEntry';
|
|
5178
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5179
|
+
});
|
|
5180
|
+
})>;
|
|
5308
5181
|
inboundFlights?: Maybe<Array<Maybe<({
|
|
5309
5182
|
__typename?: 'FlightJourney';
|
|
5310
|
-
} &
|
|
5183
|
+
} & Pick<FlightJourney, 'id' | 'originAirport' | 'originTerminal' | 'originAirportName' | 'destinationAirport' | 'destinationTerminal' | 'destinationAirportName' | 'dateTimeDeparting' | 'dateTimeDepartingUTC' | 'dateTimeArriving' | 'dateTimeArrivingUTC' | 'marketingCarrier' | 'marketingCarrierName' | 'marketingFlightNumber' | 'operatingCarrier' | 'operatingCarrierName' | 'operatingFlightNumber' | 'equipmentCode' | 'equipmentName' | 'totalDuration' | 'seatsAvailable' | 'cabinCode' | 'cabinClass' | 'cabinRaw' | 'marketingNames' | 'vendorCode' | 'stops' | 'bookingCode' | 'governingCarrier' | 'marriageGroup' | 'fareBasisCode' | 'additional'> & {
|
|
5184
|
+
fareInfo?: Maybe<({
|
|
5185
|
+
__typename?: 'FlightSpecialFareInfo';
|
|
5186
|
+
} & Pick<FlightSpecialFareInfo, 'title' | 'type' | 'code' | 'supplierCode'>)>;
|
|
5187
|
+
originAirportDetail: ({
|
|
5188
|
+
__typename?: 'AirportDetail';
|
|
5189
|
+
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
5190
|
+
destinationAirportDetail: ({
|
|
5191
|
+
__typename?: 'AirportDetail';
|
|
5192
|
+
} & Pick<AirportDetail, 'iata' | 'icao' | 'latitude' | 'longitude' | 'altitude' | 'state' | 'city' | 'road' | 'popularity' | 'area' | 'location' | 'offset' | 'airportName' | 'countryName' | 'countryCode' | 'postcode'>);
|
|
5193
|
+
marketingCarrierDetail: ({
|
|
5194
|
+
__typename?: 'FlightCarrierDetail';
|
|
5195
|
+
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
5196
|
+
operatingCarrierDetail: ({
|
|
5197
|
+
__typename?: 'FlightCarrierDetail';
|
|
5198
|
+
} & Pick<FlightCarrierDetail, 'name' | 'alias' | 'callsign' | 'iata' | 'icao' | 'logo' | 'banner' | 'popularity'>);
|
|
5199
|
+
fareConditions: ({
|
|
5200
|
+
__typename?: 'FareConditions';
|
|
5201
|
+
} & {
|
|
5202
|
+
cancellation?: Maybe<Array<Maybe<({
|
|
5203
|
+
__typename?: 'FareConditionEntry';
|
|
5204
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5205
|
+
change?: Maybe<Array<Maybe<({
|
|
5206
|
+
__typename?: 'FareConditionEntry';
|
|
5207
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5208
|
+
noShow?: Maybe<Array<Maybe<({
|
|
5209
|
+
__typename?: 'FareConditionEntry';
|
|
5210
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5211
|
+
upgrade?: Maybe<Array<Maybe<({
|
|
5212
|
+
__typename?: 'FareConditionEntry';
|
|
5213
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5214
|
+
other?: Maybe<Array<Maybe<({
|
|
5215
|
+
__typename?: 'FareConditionEntry';
|
|
5216
|
+
} & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
|
|
5217
|
+
});
|
|
5218
|
+
})>>>;
|
|
5311
5219
|
outboundCarbonEmissions?: Maybe<({
|
|
5312
5220
|
__typename?: 'FlightCarbonEmissions';
|
|
5313
5221
|
} & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
|
|
@@ -5344,16 +5252,24 @@ export declare type SearchFlightsV2Query = ({
|
|
|
5344
5252
|
})>;
|
|
5345
5253
|
baggageAllowance?: Maybe<Array<Maybe<({
|
|
5346
5254
|
__typename?: 'BaggageAllowance';
|
|
5347
|
-
} & Pick<BaggageAllowance, 'type' | 'qty' | '
|
|
5255
|
+
} & Pick<BaggageAllowance, 'type' | 'qty' | 'weightProvided' | 'maxKG' | 'maxLBS'>)>>>;
|
|
5348
5256
|
})>;
|
|
5349
5257
|
})>;
|
|
5350
5258
|
grouped?: Maybe<Array<({
|
|
5351
5259
|
__typename?: 'GroupFlights';
|
|
5352
|
-
} &
|
|
5260
|
+
} & Pick<GroupFlights, 'referenceID' | 'flightID' | 'boundIndicator' | 'minPrice' | 'maxPrice'> & {
|
|
5261
|
+
flights: ({
|
|
5262
|
+
__typename?: 'MatchingFlights';
|
|
5263
|
+
} & Pick<MatchingFlights, 'LiteEconomy' | 'EconomyRestricted' | 'EconomyNoBags' | 'EconomyFlexi' | 'Economy' | 'PremiumEconomy' | 'Business' | 'PremiumBusiness' | 'First' | 'PremiumFirst'>);
|
|
5264
|
+
})>>;
|
|
5353
5265
|
});
|
|
5354
5266
|
errors: Array<({
|
|
5355
5267
|
__typename?: 'SearchError';
|
|
5356
|
-
} &
|
|
5268
|
+
} & Pick<SearchError, 'errorMessage' | 'errorCode'> & {
|
|
5269
|
+
service: ({
|
|
5270
|
+
__typename?: 'Service';
|
|
5271
|
+
} & Pick<Service, 'id' | 'type' | 'name' | 'description' | 'supplierUrl' | 'active' | 'apiEndpointUrl' | 'basketItemTtl' | 'cancellable' | 'amendable' | 'detailSchema' | 'searchQuerySchema'>);
|
|
5272
|
+
})>;
|
|
5357
5273
|
});
|
|
5358
5274
|
});
|
|
5359
5275
|
export declare type SearchHotelChainsQueryVariables = Exact<{
|
|
@@ -5367,12 +5283,12 @@ export declare type SearchIrlQueryVariables = Exact<{
|
|
|
5367
5283
|
countryCode: Scalars['String'];
|
|
5368
5284
|
journeyType: IrlJourneyType;
|
|
5369
5285
|
class?: Maybe<IrlClass>;
|
|
5370
|
-
outboundDepartureDateTime: Scalars['
|
|
5286
|
+
outboundDepartureDateTime: Scalars['String'];
|
|
5371
5287
|
departureLocationId: Scalars['ID'];
|
|
5372
5288
|
arrivalLocationId: Scalars['ID'];
|
|
5373
5289
|
adults: Scalars['Int'];
|
|
5374
5290
|
children?: Maybe<Scalars['Int']>;
|
|
5375
|
-
returnDepartureDateTime?: Maybe<Scalars['
|
|
5291
|
+
returnDepartureDateTime?: Maybe<Scalars['String']>;
|
|
5376
5292
|
irlDiscountCards?: Maybe<Scalars['String']>;
|
|
5377
5293
|
}>;
|
|
5378
5294
|
export declare type SearchIrlQuery = ({
|
|
@@ -5581,7 +5497,11 @@ export declare type SearchIrlQuery = ({
|
|
|
5581
5497
|
})>;
|
|
5582
5498
|
errors: Array<({
|
|
5583
5499
|
__typename?: 'SearchError';
|
|
5584
|
-
} &
|
|
5500
|
+
} & Pick<SearchError, 'errorMessage' | 'errorCode'> & {
|
|
5501
|
+
service: ({
|
|
5502
|
+
__typename?: 'Service';
|
|
5503
|
+
} & Pick<Service, 'id' | 'type' | 'name' | 'description' | 'supplierUrl' | 'active' | 'apiEndpointUrl' | 'basketItemTtl' | 'cancellable' | 'amendable' | 'detailSchema' | 'searchQuerySchema'>);
|
|
5504
|
+
})>;
|
|
5585
5505
|
});
|
|
5586
5506
|
});
|
|
5587
5507
|
export declare type SearchIrlSupplierStationsQueryVariables = Exact<{
|
|
@@ -5651,7 +5571,6 @@ export declare type SendOfflineNotificationQueryVariables = Exact<{
|
|
|
5651
5571
|
inboundDate: Scalars['String'];
|
|
5652
5572
|
additionalInfo: Scalars['String'];
|
|
5653
5573
|
offlineReference: Scalars['String'];
|
|
5654
|
-
notifyEmail: Scalars['String'];
|
|
5655
5574
|
onBehalfOf: Scalars['String'];
|
|
5656
5575
|
serviceClass: Scalars['String'];
|
|
5657
5576
|
passengers: Array<IrlOfflinePassenger> | IrlOfflinePassenger;
|
|
@@ -5784,8 +5703,8 @@ export declare type UserFieldsFragment = ({
|
|
|
5784
5703
|
__typename?: 'ManagementInfoValue';
|
|
5785
5704
|
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
5786
5705
|
defaultValue?: Maybe<({
|
|
5787
|
-
__typename?: '
|
|
5788
|
-
} & Pick<
|
|
5706
|
+
__typename?: 'DefaultManagementInfoValue';
|
|
5707
|
+
} & Pick<DefaultManagementInfoValue, 'valueId' | 'label' | 'value'>)>;
|
|
5789
5708
|
values: Array<({
|
|
5790
5709
|
__typename?: 'ManagementInfoValue';
|
|
5791
5710
|
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
@@ -5804,6 +5723,13 @@ export declare type UserFieldsFragment = ({
|
|
|
5804
5723
|
__typename?: 'ManagementInfoValue';
|
|
5805
5724
|
} & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
|
|
5806
5725
|
})>>;
|
|
5726
|
+
office: ({
|
|
5727
|
+
__typename?: 'Office';
|
|
5728
|
+
} & Pick<Office, 'supportEmail'> & {
|
|
5729
|
+
supportPhoneNumber?: Maybe<({
|
|
5730
|
+
__typename?: 'PhoneNumber';
|
|
5731
|
+
} & Pick<PhoneNumber, 'countryCode' | 'number'>)>;
|
|
5732
|
+
});
|
|
5807
5733
|
});
|
|
5808
5734
|
export declare type GetUserServicesQueryVariables = Exact<{
|
|
5809
5735
|
[key: string]: never;
|
|
@@ -5889,7 +5815,7 @@ export declare type SearchUserCanBookForQuery = ({
|
|
|
5889
5815
|
} & {
|
|
5890
5816
|
searchUserCanBookFor: Array<({
|
|
5891
5817
|
__typename?: 'User';
|
|
5892
|
-
} & Pick<User, 'id' | 'title' | 'forename' | 'surname' | 'email'>)>;
|
|
5818
|
+
} & Pick<User, 'id' | 'title' | 'forename' | 'surname' | 'email' | 'username'>)>;
|
|
5893
5819
|
});
|
|
5894
5820
|
export declare type ValidateUserMiFreeValueQueryVariables = Exact<{
|
|
5895
5821
|
mi: Scalars['ID'];
|
|
@@ -5898,7 +5824,6 @@ export declare type ValidateUserMiFreeValueQueryVariables = Exact<{
|
|
|
5898
5824
|
export declare type ValidateUserMiFreeValueQuery = ({
|
|
5899
5825
|
__typename?: 'Query';
|
|
5900
5826
|
} & Pick<Query, 'validateUserMIFreeValue'>);
|
|
5901
|
-
declare type DiscriminateUnion<T, U> = T extends U ? T : never;
|
|
5902
5827
|
export declare namespace AcceptNewPrice {
|
|
5903
5828
|
type Variables = AcceptNewPriceMutationVariables;
|
|
5904
5829
|
type Mutation = AcceptNewPriceMutation;
|
|
@@ -6023,6 +5948,7 @@ export declare namespace SearchCarHire {
|
|
|
6023
5948
|
type Query = SearchCarHireQuery;
|
|
6024
5949
|
type SearchCarHire = SearchCarHireQuery['searchCarHire'];
|
|
6025
5950
|
type Results = SearchCarHireQuery['searchCarHire']['results'][number];
|
|
5951
|
+
type FareInfo = SearchCarHireQuery['searchCarHire']['results'][number]['fareInfo'];
|
|
6026
5952
|
type Identifiers = SearchCarHireQuery['searchCarHire']['results'][number]['identifiers'];
|
|
6027
5953
|
type DisplayRecord = SearchCarHireQuery['searchCarHire']['results'][number]['displayRecord'];
|
|
6028
5954
|
type Vendor = SearchCarHireQuery['searchCarHire']['results'][number]['displayRecord']['vendor'];
|
|
@@ -6059,127 +5985,11 @@ export declare namespace EditUser {
|
|
|
6059
5985
|
type Variables = EditUserMutationVariables;
|
|
6060
5986
|
type Mutation = EditUserMutation;
|
|
6061
5987
|
type EditUser = EditUserMutation['editUser'];
|
|
6062
|
-
type SelectedLanguage = EditUserMutation['editUser']['selectedLanguage'];
|
|
6063
|
-
type AvailableLanguages = EditUserMutation['editUser']['availableLanguages'][number];
|
|
6064
|
-
type Approvers = EditUserMutation['editUser']['approvers'][number];
|
|
6065
|
-
type ApproverFor = EditUserMutation['editUser']['approverFor'][number];
|
|
6066
|
-
type PhoneNumbers = EditUserMutation['editUser']['phoneNumbers'][number];
|
|
6067
|
-
type Addresses = EditUserMutation['editUser']['addresses'][number];
|
|
6068
|
-
type UserMiDefaultValues = EditUserMutation['editUser']['userMiDefaultValues'][number];
|
|
6069
|
-
type Service = EditUserMutation['editUser']['userMiDefaultValues'][number]['service'];
|
|
6070
|
-
type ManagementInfo = EditUserMutation['editUser']['userMiDefaultValues'][number]['managementInfo'];
|
|
6071
|
-
type _Service = EditUserMutation['editUser']['userMiDefaultValues'][number]['managementInfo']['service'];
|
|
6072
|
-
type FixedValue = EditUserMutation['editUser']['userMiDefaultValues'][number]['managementInfo']['fixedValue'];
|
|
6073
|
-
type DefaultValue = EditUserMutation['editUser']['userMiDefaultValues'][number]['managementInfo']['defaultValue'];
|
|
6074
|
-
type Values = EditUserMutation['editUser']['userMiDefaultValues'][number]['managementInfo']['values'][number];
|
|
6075
|
-
type SelectedValues = EditUserMutation['editUser']['userMiDefaultValues'][number]['managementInfo']['selectedValues'][number];
|
|
6076
|
-
type Value = EditUserMutation['editUser']['userMiDefaultValues'][number]['managementInfo']['selectedValues'][number]['value'];
|
|
6077
|
-
type ManagementInfoValue = EditUserMutation['editUser']['userMiDefaultValues'][number]['managementInfoValue'];
|
|
6078
|
-
type Documents = EditUserMutation['editUser']['documents'][number];
|
|
6079
|
-
type LoyaltyCodes = EditUserMutation['editUser']['loyaltyCodes'][number];
|
|
6080
|
-
type Preferences = EditUserMutation['editUser']['preferences'][number];
|
|
6081
5988
|
}
|
|
6082
5989
|
export declare namespace EmailBasket {
|
|
6083
5990
|
type Variables = EmailBasketQueryVariables;
|
|
6084
5991
|
type Query = EmailBasketQuery;
|
|
6085
5992
|
type EmailBasket = EmailBasketQuery['emailBasket'];
|
|
6086
|
-
type Owner = EmailBasketQuery['emailBasket']['owner'];
|
|
6087
|
-
type SelectedLanguage = EmailBasketQuery['emailBasket']['owner']['selectedLanguage'];
|
|
6088
|
-
type AvailableLanguages = EmailBasketQuery['emailBasket']['owner']['availableLanguages'][number];
|
|
6089
|
-
type Tmc = EmailBasketQuery['emailBasket']['owner']['tmc'];
|
|
6090
|
-
type Office = EmailBasketQuery['emailBasket']['owner']['office'];
|
|
6091
|
-
type CompanyGroups = EmailBasketQuery['emailBasket']['owner']['companyGroups'][number];
|
|
6092
|
-
type Company = EmailBasketQuery['emailBasket']['owner']['companyGroups'][number]['company'];
|
|
6093
|
-
type _Tmc = EmailBasketQuery['emailBasket']['owner']['companyGroups'][number]['company']['tmc'];
|
|
6094
|
-
type Offices = EmailBasketQuery['emailBasket']['owner']['companyGroups'][number]['company']['offices'][number];
|
|
6095
|
-
type Addresses = EmailBasketQuery['emailBasket']['owner']['companyGroups'][number]['company']['offices'][number]['addresses'][number];
|
|
6096
|
-
type PhoneNumbers = EmailBasketQuery['emailBasket']['owner']['companyGroups'][number]['company']['offices'][number]['phoneNumbers'][number];
|
|
6097
|
-
type _Addresses = EmailBasketQuery['emailBasket']['owner']['companyGroups'][number]['company']['addresses'][number];
|
|
6098
|
-
type _PhoneNumbers = EmailBasketQuery['emailBasket']['owner']['companyGroups'][number]['company']['phoneNumbers'][number];
|
|
6099
|
-
type SupportPhoneNumber = EmailBasketQuery['emailBasket']['owner']['companyGroups'][number]['company']['supportPhoneNumber'];
|
|
6100
|
-
type __Addresses = EmailBasketQuery['emailBasket']['owner']['addresses'][number];
|
|
6101
|
-
type __PhoneNumbers = EmailBasketQuery['emailBasket']['owner']['phoneNumbers'][number];
|
|
6102
|
-
type Approvers = EmailBasketQuery['emailBasket']['owner']['approvers'][number];
|
|
6103
|
-
type ApproverFor = EmailBasketQuery['emailBasket']['owner']['approverFor'][number];
|
|
6104
|
-
type Documents = EmailBasketQuery['emailBasket']['owner']['documents'][number];
|
|
6105
|
-
type Preferences = EmailBasketQuery['emailBasket']['owner']['preferences'][number];
|
|
6106
|
-
type LoyaltyCodes = EmailBasketQuery['emailBasket']['owner']['loyaltyCodes'][number];
|
|
6107
|
-
type BasketItems = EmailBasketQuery['emailBasket']['basketItems'][number];
|
|
6108
|
-
type Users = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number];
|
|
6109
|
-
type _SelectedLanguage = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['selectedLanguage'];
|
|
6110
|
-
type _AvailableLanguages = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['availableLanguages'][number];
|
|
6111
|
-
type __Tmc = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['tmc'];
|
|
6112
|
-
type _Office = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['office'];
|
|
6113
|
-
type _CompanyGroups = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['companyGroups'][number];
|
|
6114
|
-
type _Company = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['companyGroups'][number]['company'];
|
|
6115
|
-
type ___Tmc = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['companyGroups'][number]['company']['tmc'];
|
|
6116
|
-
type _Offices = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['companyGroups'][number]['company']['offices'][number];
|
|
6117
|
-
type ___Addresses = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['companyGroups'][number]['company']['offices'][number]['addresses'][number];
|
|
6118
|
-
type ___PhoneNumbers = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['companyGroups'][number]['company']['offices'][number]['phoneNumbers'][number];
|
|
6119
|
-
type ____Addresses = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['companyGroups'][number]['company']['addresses'][number];
|
|
6120
|
-
type ____PhoneNumbers = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['companyGroups'][number]['company']['phoneNumbers'][number];
|
|
6121
|
-
type _SupportPhoneNumber = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['companyGroups'][number]['company']['supportPhoneNumber'];
|
|
6122
|
-
type _____Addresses = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['addresses'][number];
|
|
6123
|
-
type _____PhoneNumbers = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['phoneNumbers'][number];
|
|
6124
|
-
type _Approvers = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['approvers'][number];
|
|
6125
|
-
type _ApproverFor = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['approverFor'][number];
|
|
6126
|
-
type _Documents = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['documents'][number];
|
|
6127
|
-
type _Preferences = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['preferences'][number];
|
|
6128
|
-
type _LoyaltyCodes = EmailBasketQuery['emailBasket']['basketItems'][number]['users'][number]['loyaltyCodes'][number];
|
|
6129
|
-
type UserPassengerTypes = EmailBasketQuery['emailBasket']['basketItems'][number]['userPassengerTypes'][number];
|
|
6130
|
-
type LeadPassenger = EmailBasketQuery['emailBasket']['basketItems'][number]['leadPassenger'];
|
|
6131
|
-
type UserInlineFragment = (DiscriminateUnion<EmailBasketQuery['emailBasket']['basketItems'][number]['leadPassenger'], {
|
|
6132
|
-
__typename?: 'User';
|
|
6133
|
-
}>);
|
|
6134
|
-
type __Documents = (DiscriminateUnion<EmailBasketQuery['emailBasket']['basketItems'][number]['leadPassenger'], {
|
|
6135
|
-
__typename?: 'User';
|
|
6136
|
-
}>)['documents'][number];
|
|
6137
|
-
type __Preferences = (DiscriminateUnion<EmailBasketQuery['emailBasket']['basketItems'][number]['leadPassenger'], {
|
|
6138
|
-
__typename?: 'User';
|
|
6139
|
-
}>)['preferences'][number];
|
|
6140
|
-
type __LoyaltyCodes = (DiscriminateUnion<EmailBasketQuery['emailBasket']['basketItems'][number]['leadPassenger'], {
|
|
6141
|
-
__typename?: 'User';
|
|
6142
|
-
}>)['loyaltyCodes'][number];
|
|
6143
|
-
type GuestInlineFragment = (DiscriminateUnion<EmailBasketQuery['emailBasket']['basketItems'][number]['leadPassenger'], {
|
|
6144
|
-
__typename?: 'Guest';
|
|
6145
|
-
}>);
|
|
6146
|
-
type Service = EmailBasketQuery['emailBasket']['basketItems'][number]['service'];
|
|
6147
|
-
type ManagementInfo = EmailBasketQuery['emailBasket']['basketItems'][number]['managementInfo'][number];
|
|
6148
|
-
type _Service = EmailBasketQuery['emailBasket']['basketItems'][number]['managementInfo'][number]['service'];
|
|
6149
|
-
type FixedValue = EmailBasketQuery['emailBasket']['basketItems'][number]['managementInfo'][number]['fixedValue'];
|
|
6150
|
-
type DefaultValue = EmailBasketQuery['emailBasket']['basketItems'][number]['managementInfo'][number]['defaultValue'];
|
|
6151
|
-
type Values = EmailBasketQuery['emailBasket']['basketItems'][number]['managementInfo'][number]['values'][number];
|
|
6152
|
-
type SelectedValues = EmailBasketQuery['emailBasket']['basketItems'][number]['managementInfo'][number]['selectedValues'][number];
|
|
6153
|
-
type Value = EmailBasketQuery['emailBasket']['basketItems'][number]['managementInfo'][number]['selectedValues'][number]['value'];
|
|
6154
|
-
type User = EmailBasketQuery['emailBasket']['basketItems'][number]['managementInfo'][number]['selectedValues'][number]['user'];
|
|
6155
|
-
type ___Documents = EmailBasketQuery['emailBasket']['basketItems'][number]['managementInfo'][number]['selectedValues'][number]['user']['documents'][number];
|
|
6156
|
-
type ___Preferences = EmailBasketQuery['emailBasket']['basketItems'][number]['managementInfo'][number]['selectedValues'][number]['user']['preferences'][number];
|
|
6157
|
-
type ___LoyaltyCodes = EmailBasketQuery['emailBasket']['basketItems'][number]['managementInfo'][number]['selectedValues'][number]['user']['loyaltyCodes'][number];
|
|
6158
|
-
type AvailablePaymentMethods = EmailBasketQuery['emailBasket']['basketItems'][number]['availablePaymentMethods'][number];
|
|
6159
|
-
type SelectedPaymentMethod = EmailBasketQuery['emailBasket']['basketItems'][number]['selectedPaymentMethod'];
|
|
6160
|
-
type CompanyGroup = EmailBasketQuery['emailBasket']['companyGroup'];
|
|
6161
|
-
type __Company = EmailBasketQuery['emailBasket']['companyGroup']['company'];
|
|
6162
|
-
type ____Tmc = EmailBasketQuery['emailBasket']['companyGroup']['company']['tmc'];
|
|
6163
|
-
type __Offices = EmailBasketQuery['emailBasket']['companyGroup']['company']['offices'][number];
|
|
6164
|
-
type ______Addresses = EmailBasketQuery['emailBasket']['companyGroup']['company']['offices'][number]['addresses'][number];
|
|
6165
|
-
type ______PhoneNumbers = EmailBasketQuery['emailBasket']['companyGroup']['company']['offices'][number]['phoneNumbers'][number];
|
|
6166
|
-
type _______Addresses = EmailBasketQuery['emailBasket']['companyGroup']['company']['addresses'][number];
|
|
6167
|
-
type _______PhoneNumbers = EmailBasketQuery['emailBasket']['companyGroup']['company']['phoneNumbers'][number];
|
|
6168
|
-
type _Users = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number];
|
|
6169
|
-
type __SelectedLanguage = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['selectedLanguage'];
|
|
6170
|
-
type __AvailableLanguages = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['availableLanguages'][number];
|
|
6171
|
-
type _____Tmc = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['tmc'];
|
|
6172
|
-
type __Office = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['office'];
|
|
6173
|
-
type ________Addresses = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['office']['addresses'][number];
|
|
6174
|
-
type ________PhoneNumbers = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['office']['phoneNumbers'][number];
|
|
6175
|
-
type _________Addresses = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['addresses'][number];
|
|
6176
|
-
type _________PhoneNumbers = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['phoneNumbers'][number];
|
|
6177
|
-
type __Approvers = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['approvers'][number];
|
|
6178
|
-
type __ApproverFor = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['approverFor'][number];
|
|
6179
|
-
type ____Documents = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['documents'][number];
|
|
6180
|
-
type ____Preferences = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['preferences'][number];
|
|
6181
|
-
type ____LoyaltyCodes = EmailBasketQuery['emailBasket']['companyGroup']['company']['users'][number]['loyaltyCodes'][number];
|
|
6182
|
-
type __SupportPhoneNumber = EmailBasketQuery['emailBasket']['companyGroup']['company']['supportPhoneNumber'];
|
|
6183
5993
|
}
|
|
6184
5994
|
export declare namespace Errors {
|
|
6185
5995
|
type Fragment = ErrorsFragment;
|
|
@@ -6326,6 +6136,14 @@ export declare namespace GetIrlSupplierStation {
|
|
|
6326
6136
|
type LocationDetails = GetIrlSupplierStationQuery['getIRLSupplierStation']['locationDetails'];
|
|
6327
6137
|
type Coordinates = GetIrlSupplierStationQuery['getIRLSupplierStation']['locationDetails']['coordinates'];
|
|
6328
6138
|
}
|
|
6139
|
+
export declare namespace GetOffice {
|
|
6140
|
+
type Variables = GetOfficeQueryVariables;
|
|
6141
|
+
type Query = GetOfficeQuery;
|
|
6142
|
+
type GetOffice = GetOfficeQuery['getOffice'];
|
|
6143
|
+
type Addresses = GetOfficeQuery['getOffice']['addresses'][number];
|
|
6144
|
+
type PhoneNumbers = GetOfficeQuery['getOffice']['phoneNumbers'][number];
|
|
6145
|
+
type SupportPhoneNumber = GetOfficeQuery['getOffice']['supportPhoneNumber'];
|
|
6146
|
+
}
|
|
6329
6147
|
export declare namespace GetRailLiveDepartures {
|
|
6330
6148
|
type Variables = GetRailLiveDeparturesQueryVariables;
|
|
6331
6149
|
type Query = GetRailLiveDeparturesQuery;
|
|
@@ -6377,6 +6195,11 @@ export declare namespace GetUserCurrentCarbonAllowance {
|
|
|
6377
6195
|
type User = GetUserCurrentCarbonAllowanceQuery['getUserCurrentCarbonAllowance']['user'];
|
|
6378
6196
|
type PeriodConsumption = GetUserCurrentCarbonAllowanceQuery['getUserCurrentCarbonAllowance']['periodConsumption'][number];
|
|
6379
6197
|
}
|
|
6198
|
+
export declare namespace GetUserDefaultMiValue {
|
|
6199
|
+
type Variables = GetUserDefaultMiValueQueryVariables;
|
|
6200
|
+
type Query = GetUserDefaultMiValueQuery;
|
|
6201
|
+
type GetUserDefaultMiValue = GetUserDefaultMiValueQuery['getUserDefaultMIValue'];
|
|
6202
|
+
}
|
|
6380
6203
|
export declare namespace GetUserFavouriteSearches {
|
|
6381
6204
|
type Variables = GetUserFavouriteSearchesQueryVariables;
|
|
6382
6205
|
type Query = GetUserFavouriteSearchesQuery;
|
|
@@ -6588,37 +6411,83 @@ export declare namespace SearchFlightsV2 {
|
|
|
6588
6411
|
type Results = SearchFlightsV2Query['searchFlightsV2']['results'];
|
|
6589
6412
|
type Journeys = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number];
|
|
6590
6413
|
type OutboundFlights = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number];
|
|
6414
|
+
type FareInfo = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number]['fareInfo'];
|
|
6415
|
+
type OriginAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number]['originAirportDetail'];
|
|
6416
|
+
type DestinationAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number]['destinationAirportDetail'];
|
|
6417
|
+
type MarketingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number]['marketingCarrierDetail'];
|
|
6418
|
+
type OperatingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number]['operatingCarrierDetail'];
|
|
6419
|
+
type FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number]['fareConditions'];
|
|
6420
|
+
type Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number]['fareConditions']['cancellation'][number];
|
|
6421
|
+
type Change = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number]['fareConditions']['change'][number];
|
|
6422
|
+
type NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number]['fareConditions']['noShow'][number];
|
|
6423
|
+
type Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number]['fareConditions']['upgrade'][number];
|
|
6424
|
+
type Other = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundFlights'][number]['fareConditions']['other'][number];
|
|
6591
6425
|
type InboundFlights = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number];
|
|
6426
|
+
type _FareInfo = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareInfo'];
|
|
6427
|
+
type _OriginAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['originAirportDetail'];
|
|
6428
|
+
type _DestinationAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['destinationAirportDetail'];
|
|
6429
|
+
type _MarketingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['marketingCarrierDetail'];
|
|
6430
|
+
type _OperatingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['operatingCarrierDetail'];
|
|
6431
|
+
type _FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareConditions'];
|
|
6432
|
+
type _Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['cancellation'][number];
|
|
6433
|
+
type _Change = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['change'][number];
|
|
6434
|
+
type _NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['noShow'][number];
|
|
6435
|
+
type _Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['upgrade'][number];
|
|
6436
|
+
type _Other = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundFlights'][number]['fareConditions']['other'][number];
|
|
6592
6437
|
type OutboundCarbonEmissions = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['outboundCarbonEmissions'];
|
|
6593
6438
|
type InboundCarbonEmissions = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['inboundCarbonEmissions'];
|
|
6594
6439
|
type Taxes = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['taxes'][number];
|
|
6595
6440
|
type Discounts = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['discounts'][number];
|
|
6596
6441
|
type Total = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['total'];
|
|
6597
|
-
type
|
|
6598
|
-
type
|
|
6599
|
-
type
|
|
6600
|
-
type
|
|
6601
|
-
type
|
|
6602
|
-
type
|
|
6442
|
+
type __FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions'];
|
|
6443
|
+
type __Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['cancellation'][number];
|
|
6444
|
+
type __Change = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['change'][number];
|
|
6445
|
+
type __NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['noShow'][number];
|
|
6446
|
+
type __Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['upgrade'][number];
|
|
6447
|
+
type __Other = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['fareConditions']['other'][number];
|
|
6603
6448
|
type BaggageAllowance = SearchFlightsV2Query['searchFlightsV2']['results']['journeys'][number]['baggageAllowance'][number];
|
|
6604
6449
|
type Multi = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number];
|
|
6605
6450
|
type _Results = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number];
|
|
6606
6451
|
type _OutboundFlights = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number];
|
|
6452
|
+
type __FareInfo = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareInfo'];
|
|
6453
|
+
type __OriginAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['originAirportDetail'];
|
|
6454
|
+
type __DestinationAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['destinationAirportDetail'];
|
|
6455
|
+
type __MarketingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['marketingCarrierDetail'];
|
|
6456
|
+
type __OperatingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['operatingCarrierDetail'];
|
|
6457
|
+
type ___FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions'];
|
|
6458
|
+
type ___Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['cancellation'][number];
|
|
6459
|
+
type ___Change = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['change'][number];
|
|
6460
|
+
type ___NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['noShow'][number];
|
|
6461
|
+
type ___Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['upgrade'][number];
|
|
6462
|
+
type ___Other = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundFlights'][number]['fareConditions']['other'][number];
|
|
6607
6463
|
type _InboundFlights = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number];
|
|
6464
|
+
type ___FareInfo = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareInfo'];
|
|
6465
|
+
type ___OriginAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['originAirportDetail'];
|
|
6466
|
+
type ___DestinationAirportDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['destinationAirportDetail'];
|
|
6467
|
+
type ___MarketingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['marketingCarrierDetail'];
|
|
6468
|
+
type ___OperatingCarrierDetail = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['operatingCarrierDetail'];
|
|
6469
|
+
type ____FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions'];
|
|
6470
|
+
type ____Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['cancellation'][number];
|
|
6471
|
+
type ____Change = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['change'][number];
|
|
6472
|
+
type ____NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['noShow'][number];
|
|
6473
|
+
type ____Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['upgrade'][number];
|
|
6474
|
+
type ____Other = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundFlights'][number]['fareConditions']['other'][number];
|
|
6608
6475
|
type _OutboundCarbonEmissions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['outboundCarbonEmissions'];
|
|
6609
6476
|
type _InboundCarbonEmissions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['inboundCarbonEmissions'];
|
|
6610
6477
|
type _Taxes = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['taxes'][number];
|
|
6611
6478
|
type _Discounts = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['discounts'][number];
|
|
6612
6479
|
type _Total = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['total'];
|
|
6613
|
-
type
|
|
6614
|
-
type
|
|
6615
|
-
type
|
|
6616
|
-
type
|
|
6617
|
-
type
|
|
6618
|
-
type
|
|
6480
|
+
type _____FareConditions = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions'];
|
|
6481
|
+
type _____Cancellation = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['cancellation'][number];
|
|
6482
|
+
type _____Change = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['change'][number];
|
|
6483
|
+
type _____NoShow = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['noShow'][number];
|
|
6484
|
+
type _____Upgrade = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['upgrade'][number];
|
|
6485
|
+
type _____Other = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['fareConditions']['other'][number];
|
|
6619
6486
|
type _BaggageAllowance = SearchFlightsV2Query['searchFlightsV2']['results']['multi'][number]['results'][number]['baggageAllowance'][number];
|
|
6620
6487
|
type Grouped = SearchFlightsV2Query['searchFlightsV2']['results']['grouped'][number];
|
|
6488
|
+
type Flights = SearchFlightsV2Query['searchFlightsV2']['results']['grouped'][number]['flights'];
|
|
6621
6489
|
type Errors = SearchFlightsV2Query['searchFlightsV2']['errors'][number];
|
|
6490
|
+
type Service = SearchFlightsV2Query['searchFlightsV2']['errors'][number]['service'];
|
|
6622
6491
|
}
|
|
6623
6492
|
export declare namespace SearchHotelChains {
|
|
6624
6493
|
type Variables = SearchHotelChainsQueryVariables;
|
|
@@ -6686,6 +6555,7 @@ export declare namespace SearchIrl {
|
|
|
6686
6555
|
type _________Identifiers = SearchIrlQuery['searchIRL']['results'][number]['return'][number]['ticketExtras'][number]['identifiers'];
|
|
6687
6556
|
type _PlusBus = SearchIrlQuery['searchIRL']['results'][number]['return'][number]['plusBus'];
|
|
6688
6557
|
type Errors = SearchIrlQuery['searchIRL']['errors'][number];
|
|
6558
|
+
type Service = SearchIrlQuery['searchIRL']['errors'][number]['service'];
|
|
6689
6559
|
}
|
|
6690
6560
|
export declare namespace SearchIrlSupplierStations {
|
|
6691
6561
|
type Variables = SearchIrlSupplierStationsQueryVariables;
|
|
@@ -6765,6 +6635,8 @@ export declare namespace UserFields {
|
|
|
6765
6635
|
type Value = UserFieldsFragment['userMiDefaultValues'][number]['managementInfo']['selectedValues'][number]['value'];
|
|
6766
6636
|
type User = UserFieldsFragment['userMiDefaultValues'][number]['managementInfo']['selectedValues'][number]['user'];
|
|
6767
6637
|
type ManagementInfoValue = UserFieldsFragment['userMiDefaultValues'][number]['managementInfoValue'];
|
|
6638
|
+
type Office = UserFieldsFragment['office'];
|
|
6639
|
+
type SupportPhoneNumber = UserFieldsFragment['office']['supportPhoneNumber'];
|
|
6768
6640
|
}
|
|
6769
6641
|
export declare namespace GetUserServices {
|
|
6770
6642
|
type Variables = GetUserServicesQueryVariables;
|
|
@@ -7022,6 +6894,11 @@ export declare class GetIrlSupplierStationGQL extends Apollo.Query<GetIrlSupplie
|
|
|
7022
6894
|
document: import("graphql").DocumentNode;
|
|
7023
6895
|
constructor(apollo: Apollo.Apollo);
|
|
7024
6896
|
}
|
|
6897
|
+
export declare const GetOfficeDocument: import("graphql").DocumentNode;
|
|
6898
|
+
export declare class GetOfficeGQL extends Apollo.Query<GetOfficeQuery, GetOfficeQueryVariables> {
|
|
6899
|
+
document: import("graphql").DocumentNode;
|
|
6900
|
+
constructor(apollo: Apollo.Apollo);
|
|
6901
|
+
}
|
|
7025
6902
|
export declare const GetRailLiveDeparturesDocument: import("graphql").DocumentNode;
|
|
7026
6903
|
export declare class GetRailLiveDeparturesGQL extends Apollo.Query<GetRailLiveDeparturesQuery, GetRailLiveDeparturesQueryVariables> {
|
|
7027
6904
|
document: import("graphql").DocumentNode;
|
|
@@ -7062,6 +6939,11 @@ export declare class GetUserCurrentCarbonAllowanceGQL extends Apollo.Query<GetUs
|
|
|
7062
6939
|
document: import("graphql").DocumentNode;
|
|
7063
6940
|
constructor(apollo: Apollo.Apollo);
|
|
7064
6941
|
}
|
|
6942
|
+
export declare const GetUserDefaultMiValueDocument: import("graphql").DocumentNode;
|
|
6943
|
+
export declare class GetUserDefaultMiValueGQL extends Apollo.Query<GetUserDefaultMiValueQuery, GetUserDefaultMiValueQueryVariables> {
|
|
6944
|
+
document: import("graphql").DocumentNode;
|
|
6945
|
+
constructor(apollo: Apollo.Apollo);
|
|
6946
|
+
}
|
|
7065
6947
|
export declare const GetUserFavouriteSearchesDocument: import("graphql").DocumentNode;
|
|
7066
6948
|
export declare class GetUserFavouriteSearchesGQL extends Apollo.Query<GetUserFavouriteSearchesQuery, GetUserFavouriteSearchesQueryVariables> {
|
|
7067
6949
|
document: import("graphql").DocumentNode;
|
|
@@ -7277,4 +7159,3 @@ export declare class ValidateUserMiFreeValueGQL extends Apollo.Query<ValidateUse
|
|
|
7277
7159
|
document: import("graphql").DocumentNode;
|
|
7278
7160
|
constructor(apollo: Apollo.Apollo);
|
|
7279
7161
|
}
|
|
7280
|
-
export {};
|