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