@sabstravtech/obtservices 0.0.22033001 → 0.0.22041208
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/angular/fetchers.d.ts +1 -0
- package/angular/lib/vendor/fetchers/get-conferma-room-images.fetcher.d.ts +7 -0
- package/angular/lib/vendor/fetchers/get-user-favourite-searches.fetcher.d.ts +7 -0
- package/angular/lib/vendor/services/search.service.d.ts +7 -3
- package/angular/lib/vendor/types/graphql.angular.types.d.ts +264 -36
- package/angular/lib/vendor/updaters/remove-favourite-search.updater.d.ts +6 -0
- package/angular/lib/vendor/updaters/save-favourite-search.updater.d.ts +6 -0
- package/angular/sabstravtech-obtservices-angular.d.ts +11 -10
- package/angular/sabstravtech-obtservices-angular.metadata.json +1 -1
- package/angular/updaters.d.ts +2 -0
- package/base/fetchers.d.ts +2 -0
- package/base/lib/vendor/classes/cabhire-enterprise-search.d.ts +4 -2
- package/base/lib/vendor/classes/carhire-enterprise-search.d.ts +3 -1
- package/base/lib/vendor/classes/eurostar-enterprise-search.d.ts +4 -2
- package/base/lib/vendor/classes/flight-enterprise-search.d.ts +4 -2
- package/base/lib/vendor/classes/helpers.d.ts +2 -0
- package/base/lib/vendor/classes/hotel-enterprise-search.d.ts +3 -1
- package/base/lib/vendor/classes/irl-enterprise-search.d.ts +21 -19
- package/base/lib/vendor/classes/lounges-enterprise-search.d.ts +3 -2
- package/base/lib/vendor/classes/parking-enterprise-search.d.ts +3 -2
- package/base/lib/vendor/classes/rail-enterprise-search.d.ts +9 -4
- package/base/lib/vendor/fetchers/get-conferma-room-images.fetcher.d.ts +21 -0
- package/base/lib/vendor/fetchers/get-user-favourite-searches.fetcher.d.ts +21 -0
- package/base/lib/vendor/interfaces/Icabhire-enterprise-search.d.ts +3 -2
- package/base/lib/vendor/interfaces/Icarhire-enterprise-search.d.ts +2 -1
- package/base/lib/vendor/interfaces/Ienterprise-basket.service.d.ts +2 -1
- package/base/lib/vendor/interfaces/Ieurostar-enterprise-search.d.ts +4 -2
- package/base/lib/vendor/interfaces/Iflight-enterprise-search.d.ts +4 -2
- package/base/lib/vendor/interfaces/Ihotel-enterprise-search.d.ts +3 -1
- package/base/lib/vendor/interfaces/Iirl-enterprise-search.d.ts +3 -1
- package/base/lib/vendor/interfaces/Ilounges-enterprise-search.d.ts +4 -2
- package/base/lib/vendor/interfaces/Iparking-enterprise-search.d.ts +3 -2
- package/base/lib/vendor/interfaces/Irail-enterprise-search.d.ts +4 -1
- package/base/lib/vendor/interfaces/Isearch.service.d.ts +5 -2
- package/base/lib/vendor/interfaces/cab-hire-search-arg.interface.d.ts +10 -0
- package/base/lib/vendor/interfaces/car-hire-search-arg.interface.d.ts +42 -0
- package/base/lib/vendor/interfaces/eurostar-search-arg.interface.d.ts +6 -0
- package/base/lib/vendor/interfaces/flight-search-args.interface.d.ts +8 -0
- package/base/lib/vendor/interfaces/hotel-recent-search-args.interface.d.ts +4 -0
- package/base/lib/vendor/interfaces/irl-search-arg.interface.d.ts +5 -0
- package/base/lib/vendor/interfaces/rail-basket-item.interface.d.ts +3 -1
- package/base/lib/vendor/services/enterprise-basket.service.d.ts +1 -0
- package/base/lib/vendor/services/hotel-avallibility.service.d.ts +2 -1
- package/base/lib/vendor/services/search.service.d.ts +16 -4
- package/base/lib/vendor/types/graphql.types.d.ts +244 -36
- package/base/lib/vendor/types/types.d.ts +9 -3
- package/base/lib/vendor/updaters/remove-favourite-search-updater.d.ts +19 -0
- package/base/lib/vendor/updaters/save-favourite-search-updater.d.ts +20 -0
- package/base/sabstravtech-obtservices-base.metadata.json +1 -1
- package/base/updaters.d.ts +2 -0
- package/bundles/sabstravtech-obtservices-angular.umd.js +276 -85
- 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 +511 -157
- package/bundles/sabstravtech-obtservices-base.umd.js.map +1 -1
- package/bundles/sabstravtech-obtservices-base.umd.min.js +1 -1
- package/bundles/sabstravtech-obtservices-base.umd.min.js.map +1 -1
- package/esm2015/angular/fetchers.js +2 -1
- package/esm2015/angular/lib/vendor/classes/helpers.js +4 -4
- package/esm2015/angular/lib/vendor/fetchers/get-conferma-room-images.fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/fetchers/get-user-favourite-searches.fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/services/search.service.js +52 -40
- package/esm2015/angular/lib/vendor/types/graphql.angular.types.js +160 -36
- package/esm2015/angular/lib/vendor/updaters/remove-favourite-search.updater.js +22 -0
- package/esm2015/angular/lib/vendor/updaters/save-favourite-search.updater.js +22 -0
- package/esm2015/angular/obtservices.module.js +7 -1
- package/esm2015/angular/sabstravtech-obtservices-angular.js +12 -11
- package/esm2015/angular/updaters.js +3 -1
- package/esm2015/base/fetchers.js +3 -1
- package/esm2015/base/lib/vendor/classes/cabhire-enterprise-search.js +24 -8
- package/esm2015/base/lib/vendor/classes/carhire-enterprise-search.js +30 -14
- package/esm2015/base/lib/vendor/classes/eurostar-enterprise-search.js +26 -10
- package/esm2015/base/lib/vendor/classes/flight-enterprise-search.js +27 -1
- package/esm2015/base/lib/vendor/classes/helpers.js +6 -1
- package/esm2015/base/lib/vendor/classes/hotel-enterprise-search.js +42 -14
- package/esm2015/base/lib/vendor/classes/irl-enterprise-search.js +30 -8
- package/esm2015/base/lib/vendor/classes/lounges-enterprise-search.js +12 -1
- package/esm2015/base/lib/vendor/classes/parking-enterprise-search.js +13 -2
- package/esm2015/base/lib/vendor/classes/rail-enterprise-search.js +159 -87
- package/esm2015/base/lib/vendor/classes/supplementary-booking-info-impl.js +2 -4
- package/esm2015/base/lib/vendor/fetchers/get-conferma-room-images.fetcher.js +11 -0
- package/esm2015/base/lib/vendor/fetchers/get-user-favourite-searches.fetcher.js +10 -0
- 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/Ieurostar-enterprise-search.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/Ilounges-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Iparking-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Irail-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Isearch.service.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/cab-hire-search-arg.interface.js +2 -0
- package/esm2015/base/lib/vendor/interfaces/car-hire-search-arg.interface.js +3 -0
- package/esm2015/base/lib/vendor/interfaces/eurostar-search-arg.interface.js +2 -0
- package/esm2015/base/lib/vendor/interfaces/flight-search-args.interface.js +2 -0
- package/esm2015/base/lib/vendor/interfaces/hotel-recent-search-args.interface.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/irl-search-arg.interface.js +2 -0
- package/esm2015/base/lib/vendor/interfaces/rail-basket-item.interface.js +1 -1
- package/esm2015/base/lib/vendor/services/enterprise-basket.service.js +22 -14
- package/esm2015/base/lib/vendor/services/hotel-avallibility.service.js +21 -3
- package/esm2015/base/lib/vendor/services/search.service.js +28 -3
- package/esm2015/base/lib/vendor/types/graphql.types.js +27 -1
- package/esm2015/base/lib/vendor/types/types.js +3 -2
- package/esm2015/base/lib/vendor/updaters/remove-favourite-search-updater.js +11 -0
- package/esm2015/base/lib/vendor/updaters/save-favourite-search-updater.js +11 -0
- package/esm2015/base/updaters.js +3 -1
- package/fesm2015/sabstravtech-obtservices-angular.js +236 -43
- package/fesm2015/sabstravtech-obtservices-angular.js.map +1 -1
- package/fesm2015/sabstravtech-obtservices-base.js +495 -157
- package/fesm2015/sabstravtech-obtservices-base.js.map +1 -1
- package/package.json +1 -1
|
@@ -136,6 +136,7 @@ export declare type BaggageAllowance = {
|
|
|
136
136
|
__typename?: 'BaggageAllowance';
|
|
137
137
|
type: FieldWrapper<BaggageType>;
|
|
138
138
|
qty: FieldWrapper<Scalars['Int']>;
|
|
139
|
+
weightProvided: FieldWrapper<Scalars['Boolean']>;
|
|
139
140
|
maxKG?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
140
141
|
maxLBS?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
141
142
|
};
|
|
@@ -183,12 +184,12 @@ export declare type BasketItem = {
|
|
|
183
184
|
managementInfo: Array<FieldWrapper<ManagementInfo>>;
|
|
184
185
|
validated: FieldWrapper<Scalars['Boolean']>;
|
|
185
186
|
latestValidation?: Maybe<FieldWrapper<Scalars['DateTime']>>;
|
|
186
|
-
latestValidationPrice?: Maybe<FieldWrapper<Scalars['
|
|
187
|
-
latestValidationPriceDifference?: Maybe<FieldWrapper<Scalars['
|
|
187
|
+
latestValidationPrice?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
188
|
+
latestValidationPriceDifference?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
188
189
|
latestValidationAvailable?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
189
190
|
bookingThirdPartyReference?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
190
191
|
pnrLocator?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
191
|
-
|
|
192
|
+
bookingDetail?: Maybe<FieldWrapper<Scalars['JSON']>>;
|
|
192
193
|
status: FieldWrapper<BasketItemStatus>;
|
|
193
194
|
availablePaymentMethods: Array<FieldWrapper<PaymentMethod>>;
|
|
194
195
|
selectedPaymentMethod?: Maybe<FieldWrapper<PaymentMethod>>;
|
|
@@ -204,6 +205,8 @@ export declare type BasketItem = {
|
|
|
204
205
|
co2PerItem: FieldWrapper<Scalars['Float']>;
|
|
205
206
|
outboundDate: FieldWrapper<Scalars['DateTime']>;
|
|
206
207
|
inboundDate?: Maybe<FieldWrapper<Scalars['DateTime']>>;
|
|
208
|
+
convertedCurrencyAmount?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
209
|
+
convertedCurrencyCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
207
210
|
};
|
|
208
211
|
export declare enum BasketItemStatus {
|
|
209
212
|
Open = "OPEN",
|
|
@@ -225,6 +228,10 @@ export declare type BeforeCancellationInfo = {
|
|
|
225
228
|
info?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
226
229
|
cancellationFee?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
227
230
|
};
|
|
231
|
+
export declare enum BookedByField {
|
|
232
|
+
Name = "NAME",
|
|
233
|
+
Email = "EMAIL"
|
|
234
|
+
}
|
|
228
235
|
export declare enum BookerType {
|
|
229
236
|
Root = "ROOT",
|
|
230
237
|
Tmc = "TMC",
|
|
@@ -408,6 +415,7 @@ export declare type CarHireDisplayRecord = {
|
|
|
408
415
|
dropoff?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
409
416
|
vendor?: Maybe<FieldWrapper<CarHireVendor>>;
|
|
410
417
|
vehicle?: Maybe<FieldWrapper<CarHireVehicle>>;
|
|
418
|
+
price?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
411
419
|
charges?: Maybe<Array<Maybe<FieldWrapper<CarHireCharge>>>>;
|
|
412
420
|
pickupLocation?: Maybe<FieldWrapper<CarHireAddress>>;
|
|
413
421
|
returnLocation?: Maybe<FieldWrapper<CarHireAddress>>;
|
|
@@ -423,8 +431,8 @@ export declare type CarHireIdentifiers = {
|
|
|
423
431
|
extendedLocationCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
424
432
|
locationName?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
425
433
|
dropOffLocation?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
426
|
-
pickupDateTime?: Maybe<FieldWrapper<Scalars['
|
|
427
|
-
dropoffDateTime?: Maybe<FieldWrapper<Scalars['
|
|
434
|
+
pickupDateTime?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
435
|
+
dropoffDateTime?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
428
436
|
vendor?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
429
437
|
};
|
|
430
438
|
export declare type CarHireInputIdentifiers = {
|
|
@@ -436,8 +444,8 @@ export declare type CarHireInputIdentifiers = {
|
|
|
436
444
|
extendedLocationCode?: Maybe<Scalars['String']>;
|
|
437
445
|
locationName?: Maybe<Scalars['String']>;
|
|
438
446
|
dropOffLocation?: Maybe<Scalars['String']>;
|
|
439
|
-
pickupDateTime?: Maybe<Scalars['
|
|
440
|
-
dropoffDateTime?: Maybe<Scalars['
|
|
447
|
+
pickupDateTime?: Maybe<Scalars['String']>;
|
|
448
|
+
dropoffDateTime?: Maybe<Scalars['String']>;
|
|
441
449
|
vendor?: Maybe<Scalars['String']>;
|
|
442
450
|
};
|
|
443
451
|
export declare type CarHireLocationInput = {
|
|
@@ -549,6 +557,7 @@ export declare type Company = {
|
|
|
549
557
|
companyGroups: Array<FieldWrapper<CompanyGroup>>;
|
|
550
558
|
addresses: Array<FieldWrapper<Address>>;
|
|
551
559
|
phoneNumbers: Array<FieldWrapper<PhoneNumber>>;
|
|
560
|
+
users: Array<FieldWrapper<User>>;
|
|
552
561
|
supportPhoneNumber?: Maybe<FieldWrapper<PhoneNumber>>;
|
|
553
562
|
createdAt: FieldWrapper<Scalars['DateTime']>;
|
|
554
563
|
updatedAt: FieldWrapper<Scalars['DateTime']>;
|
|
@@ -845,6 +854,31 @@ export declare enum DistanceTypes {
|
|
|
845
854
|
K = "K",
|
|
846
855
|
M = "M"
|
|
847
856
|
}
|
|
857
|
+
export declare enum DocGender {
|
|
858
|
+
M = "M",
|
|
859
|
+
F = "F"
|
|
860
|
+
}
|
|
861
|
+
export declare enum DocType {
|
|
862
|
+
Passport = "PASSPORT",
|
|
863
|
+
Visa = "VISA",
|
|
864
|
+
IdCard = "ID_CARD"
|
|
865
|
+
}
|
|
866
|
+
export declare type Document = {
|
|
867
|
+
__typename?: 'Document';
|
|
868
|
+
id: FieldWrapper<Scalars['ID']>;
|
|
869
|
+
user: FieldWrapper<User>;
|
|
870
|
+
docType: FieldWrapper<DocType>;
|
|
871
|
+
nationality?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
872
|
+
gender?: Maybe<FieldWrapper<DocGender>>;
|
|
873
|
+
number: FieldWrapper<Scalars['String']>;
|
|
874
|
+
country?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
875
|
+
codeOfIssuingState?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
876
|
+
dateOfIssue: FieldWrapper<Scalars['DateTime']>;
|
|
877
|
+
dateOfExpiry: FieldWrapper<Scalars['DateTime']>;
|
|
878
|
+
primary?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
879
|
+
createdAt: FieldWrapper<Scalars['DateTime']>;
|
|
880
|
+
updatedAt: FieldWrapper<Scalars['DateTime']>;
|
|
881
|
+
};
|
|
848
882
|
export declare type DynamicCondition = {
|
|
849
883
|
__typename?: 'DynamicCondition';
|
|
850
884
|
name?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -983,6 +1017,7 @@ export declare type FlightItinerary = {
|
|
|
983
1017
|
uid: FieldWrapper<Scalars['Int']>;
|
|
984
1018
|
baseFareId?: Maybe<FieldWrapper<Scalars['Int']>>;
|
|
985
1019
|
passengerCount: FieldWrapper<Scalars['Int']>;
|
|
1020
|
+
farePCC?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
986
1021
|
outboundFlights: Array<FieldWrapper<FlightJourney>>;
|
|
987
1022
|
inboundFlights?: Maybe<Array<Maybe<FieldWrapper<FlightJourney>>>>;
|
|
988
1023
|
outboundTotalDuration: FieldWrapper<Scalars['Int']>;
|
|
@@ -1044,6 +1079,24 @@ export declare type FlightJourney = {
|
|
|
1044
1079
|
fareBasisCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1045
1080
|
additional?: Maybe<FieldWrapper<Scalars['JSON']>>;
|
|
1046
1081
|
};
|
|
1082
|
+
export declare type FlightMealOptionResult = {
|
|
1083
|
+
__typename?: 'FlightMealOptionResult';
|
|
1084
|
+
results: Array<FieldWrapper<FlightMealOptionsResponse>>;
|
|
1085
|
+
errors: Array<FieldWrapper<SearchError>>;
|
|
1086
|
+
};
|
|
1087
|
+
export declare type FlightMealOptions = {
|
|
1088
|
+
__typename?: 'FlightMealOptions';
|
|
1089
|
+
id: FieldWrapper<Scalars['String']>;
|
|
1090
|
+
text: FieldWrapper<Scalars['String']>;
|
|
1091
|
+
price?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
1092
|
+
currency?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1093
|
+
};
|
|
1094
|
+
export declare type FlightMealOptionsResponse = {
|
|
1095
|
+
__typename?: 'FlightMealOptionsResponse';
|
|
1096
|
+
options: Array<FieldWrapper<FlightMealOptions>>;
|
|
1097
|
+
source: FieldWrapper<Scalars['String']>;
|
|
1098
|
+
sourceId: FieldWrapper<Scalars['Int']>;
|
|
1099
|
+
};
|
|
1047
1100
|
export declare type FlightPassengerObject = {
|
|
1048
1101
|
type: FlightPassengerType;
|
|
1049
1102
|
firstName?: Maybe<Scalars['String']>;
|
|
@@ -1198,8 +1251,8 @@ export declare type HotelLocation = {
|
|
|
1198
1251
|
__typename?: 'HotelLocation';
|
|
1199
1252
|
distance: FieldWrapper<Scalars['Float']>;
|
|
1200
1253
|
distanceType: FieldWrapper<Scalars['String']>;
|
|
1201
|
-
longitude
|
|
1202
|
-
latitude
|
|
1254
|
+
longitude?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
1255
|
+
latitude?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
1203
1256
|
};
|
|
1204
1257
|
export declare type HotelMultiAvailabilityResult = {
|
|
1205
1258
|
__typename?: 'HotelMultiAvailabilityResult';
|
|
@@ -1238,6 +1291,7 @@ export declare type HotelRoom = {
|
|
|
1238
1291
|
roomType?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1239
1292
|
roomDescription?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1240
1293
|
rateCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1294
|
+
rateSource?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1241
1295
|
rateDescription?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1242
1296
|
total: FieldWrapper<Scalars['Float']>;
|
|
1243
1297
|
currencyCode: FieldWrapper<Scalars['String']>;
|
|
@@ -1329,6 +1383,7 @@ export declare type IrlJourneyOptions = {
|
|
|
1329
1383
|
sourceId: FieldWrapper<Scalars['Int']>;
|
|
1330
1384
|
outbound?: Maybe<Array<FieldWrapper<IrlJourneyOption>>>;
|
|
1331
1385
|
return?: Maybe<Array<FieldWrapper<IrlJourneyOption>>>;
|
|
1386
|
+
jrfreference?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
1332
1387
|
};
|
|
1333
1388
|
export declare enum IrlJourneyType {
|
|
1334
1389
|
ReturnJourney = "ReturnJourney",
|
|
@@ -1650,6 +1705,10 @@ export declare type ManagementInfo = {
|
|
|
1650
1705
|
perPassenger: FieldWrapper<Scalars['Boolean']>;
|
|
1651
1706
|
perBooking: FieldWrapper<Scalars['Boolean']>;
|
|
1652
1707
|
agentOnly: FieldWrapper<Scalars['Boolean']>;
|
|
1708
|
+
takeValueFromUserDefault?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
1709
|
+
takeValueFromBookerDefault?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
1710
|
+
enforceUserDefault?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
1711
|
+
bookedByField?: Maybe<FieldWrapper<BookedByField>>;
|
|
1653
1712
|
createdAt: FieldWrapper<Scalars['DateTime']>;
|
|
1654
1713
|
updatedAt: FieldWrapper<Scalars['DateTime']>;
|
|
1655
1714
|
fixed: FieldWrapper<Scalars['Boolean']>;
|
|
@@ -1754,9 +1813,11 @@ export declare type MutationSetAddressAsUserPrimaryArgs = {
|
|
|
1754
1813
|
id: Scalars['ID'];
|
|
1755
1814
|
};
|
|
1756
1815
|
export declare type MutationSendBasketForApprovalArgs = {
|
|
1816
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1757
1817
|
basket: Scalars['ID'];
|
|
1758
1818
|
};
|
|
1759
1819
|
export declare type MutationCreateBasketArgs = {
|
|
1820
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1760
1821
|
title?: Maybe<Scalars['String']>;
|
|
1761
1822
|
};
|
|
1762
1823
|
export declare type MutationDeleteBasketArgs = {
|
|
@@ -1764,16 +1825,19 @@ export declare type MutationDeleteBasketArgs = {
|
|
|
1764
1825
|
reference?: Maybe<Scalars['String']>;
|
|
1765
1826
|
};
|
|
1766
1827
|
export declare type MutationUpdateBasketTitleArgs = {
|
|
1828
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1767
1829
|
id?: Maybe<Scalars['ID']>;
|
|
1768
1830
|
reference?: Maybe<Scalars['String']>;
|
|
1769
1831
|
newTitle: Scalars['String'];
|
|
1770
1832
|
};
|
|
1771
1833
|
export declare type MutationUpdateBasketNotesArgs = {
|
|
1834
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1772
1835
|
id?: Maybe<Scalars['ID']>;
|
|
1773
1836
|
reference?: Maybe<Scalars['String']>;
|
|
1774
1837
|
notes: Scalars['String'];
|
|
1775
1838
|
};
|
|
1776
1839
|
export declare type MutationAddItemToBasketArgs = {
|
|
1840
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1777
1841
|
basket?: Maybe<Scalars['ID']>;
|
|
1778
1842
|
service: Scalars['ID'];
|
|
1779
1843
|
detail: Scalars['JSON'];
|
|
@@ -1792,32 +1856,40 @@ export declare type MutationAddItemToBasketArgs = {
|
|
|
1792
1856
|
inboundDate?: Maybe<Scalars['DateTime']>;
|
|
1793
1857
|
};
|
|
1794
1858
|
export declare type MutationRemoveItemFromBasketArgs = {
|
|
1859
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1795
1860
|
basketItem: Scalars['ID'];
|
|
1796
1861
|
};
|
|
1797
1862
|
export declare type MutationRemoveItemsFromBasketArgs = {
|
|
1863
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1798
1864
|
basketId: Scalars['ID'];
|
|
1799
1865
|
basketItems: Array<Scalars['ID']>;
|
|
1800
1866
|
};
|
|
1801
1867
|
export declare type MutationMoveItemToADifferentBasketArgs = {
|
|
1868
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1802
1869
|
basketItem: Scalars['ID'];
|
|
1803
1870
|
newBasket: Scalars['ID'];
|
|
1804
1871
|
};
|
|
1805
1872
|
export declare type MutationAddUsersToBasketItemArgs = {
|
|
1873
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1806
1874
|
basketItem: Scalars['ID'];
|
|
1807
1875
|
users: Array<UserPassengerTypeInput>;
|
|
1808
1876
|
};
|
|
1809
1877
|
export declare type MutationRemoveUserFromBasketItemArgs = {
|
|
1878
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1810
1879
|
basketItem: Scalars['ID'];
|
|
1811
1880
|
user: Scalars['ID'];
|
|
1812
1881
|
};
|
|
1813
1882
|
export declare type MutationReopenBasketArgs = {
|
|
1883
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1814
1884
|
id: Scalars['ID'];
|
|
1815
1885
|
};
|
|
1816
1886
|
export declare type MutationSetBasketItemLeadPassengerArgs = {
|
|
1887
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1817
1888
|
id: Scalars['ID'];
|
|
1818
1889
|
user: Scalars['ID'];
|
|
1819
1890
|
};
|
|
1820
1891
|
export declare type MutationBookBasketArgs = {
|
|
1892
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1821
1893
|
id: Scalars['ID'];
|
|
1822
1894
|
supplementaryInfo: Array<SupplementaryBookingInfo>;
|
|
1823
1895
|
};
|
|
@@ -1825,6 +1897,7 @@ export declare type MutationCancelBookingArgs = {
|
|
|
1825
1897
|
basketItem: Scalars['ID'];
|
|
1826
1898
|
};
|
|
1827
1899
|
export declare type MutationSetBasketItemMiGroupArgs = {
|
|
1900
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1828
1901
|
basketItem: Scalars['ID'];
|
|
1829
1902
|
group?: Maybe<Scalars['String']>;
|
|
1830
1903
|
};
|
|
@@ -1833,6 +1906,7 @@ export declare type MutationSetMiDefaultValueArgs = {
|
|
|
1833
1906
|
value: Scalars['ID'];
|
|
1834
1907
|
};
|
|
1835
1908
|
export declare type MutationSetBasketItemMiValueArgs = {
|
|
1909
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1836
1910
|
mi: Scalars['ID'];
|
|
1837
1911
|
miValue?: Maybe<Scalars['ID']>;
|
|
1838
1912
|
miFreeValue?: Maybe<Scalars['String']>;
|
|
@@ -1842,16 +1916,20 @@ export declare type MutationConfirmMessagesArgs = {
|
|
|
1842
1916
|
messages: Array<Scalars['String']>;
|
|
1843
1917
|
};
|
|
1844
1918
|
export declare type MutationSetBasketItemPaymentMethodArgs = {
|
|
1919
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1845
1920
|
basketItem: Scalars['ID'];
|
|
1846
1921
|
paymentMethod: Scalars['ID'];
|
|
1847
1922
|
};
|
|
1848
1923
|
export declare type MutationRevalidateBasketArgs = {
|
|
1924
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1849
1925
|
id: Scalars['ID'];
|
|
1850
1926
|
};
|
|
1851
1927
|
export declare type MutationRevalidateBasketItemArgs = {
|
|
1928
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1852
1929
|
id: Scalars['ID'];
|
|
1853
1930
|
};
|
|
1854
1931
|
export declare type MutationAcceptNewPriceArgs = {
|
|
1932
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
1855
1933
|
id: Scalars['ID'];
|
|
1856
1934
|
};
|
|
1857
1935
|
export declare type MutationSaveFavouriteSearchArgs = {
|
|
@@ -2015,6 +2093,14 @@ export declare type PostcodeDetails = {
|
|
|
2015
2093
|
ccg?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2016
2094
|
nuts?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2017
2095
|
};
|
|
2096
|
+
export declare enum PreferenceKey {
|
|
2097
|
+
MealRequest = "MEAL_REQUEST",
|
|
2098
|
+
SeatingPreference = "SEATING_PREFERENCE",
|
|
2099
|
+
SpeacialNeed = "SPEACIAL_NEED",
|
|
2100
|
+
SeatLocation = "SEAT_LOCATION",
|
|
2101
|
+
SeatPosition = "SEAT_POSITION",
|
|
2102
|
+
SeatDirection = "SEAT_DIRECTION"
|
|
2103
|
+
}
|
|
2018
2104
|
export declare type Query = {
|
|
2019
2105
|
__typename?: 'Query';
|
|
2020
2106
|
getUserAddresses: Array<FieldWrapper<Address>>;
|
|
@@ -2022,6 +2108,7 @@ export declare type Query = {
|
|
|
2022
2108
|
searchAirports: FieldWrapper<AirportResults>;
|
|
2023
2109
|
getUserBasket: FieldWrapper<Basket>;
|
|
2024
2110
|
getUserBaskets: Array<FieldWrapper<Basket>>;
|
|
2111
|
+
emailBasket: FieldWrapper<Basket>;
|
|
2025
2112
|
searchCabHire: FieldWrapper<CabHireResult>;
|
|
2026
2113
|
searchUserCanBookFor: Array<FieldWrapper<User>>;
|
|
2027
2114
|
getCancellationInfo: FieldWrapper<BeforeCancellationInfo>;
|
|
@@ -2030,6 +2117,8 @@ export declare type Query = {
|
|
|
2030
2117
|
carHireAvailabilityDetailRequest: FieldWrapper<CarHireDetailRequestResponse>;
|
|
2031
2118
|
getUserCurrentCarbonAllowance?: Maybe<FieldWrapper<CarbonAllowance>>;
|
|
2032
2119
|
searchCities: Array<FieldWrapper<City>>;
|
|
2120
|
+
getCompanies: Array<FieldWrapper<Company>>;
|
|
2121
|
+
getCompany: Array<FieldWrapper<Company>>;
|
|
2033
2122
|
confermaBlockClientHotels: FieldWrapper<ConfermaBlockedHotelsResult>;
|
|
2034
2123
|
confermaUnblockClientHotels: FieldWrapper<ConfermaBlockedHotelsResult>;
|
|
2035
2124
|
confermaBlockConsumerHotels: FieldWrapper<ConfermaBlockedHotelsResult>;
|
|
@@ -2038,6 +2127,7 @@ export declare type Query = {
|
|
|
2038
2127
|
getConfermaOffice: FieldWrapper<ConfermaOfficeResult>;
|
|
2039
2128
|
getConfermaOfficeNames: FieldWrapper<ConfermaOfficeNamesResult>;
|
|
2040
2129
|
getConfermaQuicklist: FieldWrapper<HotelSearchResult>;
|
|
2130
|
+
getConfermaRoomImages: Array<FieldWrapper<Scalars['String']>>;
|
|
2041
2131
|
getCountries: Array<FieldWrapper<Country>>;
|
|
2042
2132
|
getCOVIDMicrositeToken: FieldWrapper<Scalars['String']>;
|
|
2043
2133
|
searchFastTrack: FieldWrapper<FastTrackResult>;
|
|
@@ -2046,6 +2136,7 @@ export declare type Query = {
|
|
|
2046
2136
|
searchFlightsV2: FieldWrapper<FlightSearchResultV2>;
|
|
2047
2137
|
searchEurostar: FieldWrapper<FlightSearchResultV2>;
|
|
2048
2138
|
getFlightFareRules: FieldWrapper<FlightFareRulesResult>;
|
|
2139
|
+
getFlightMealOptions: FieldWrapper<FlightFareRulesResult>;
|
|
2049
2140
|
alive: FieldWrapper<Scalars['Boolean']>;
|
|
2050
2141
|
getHotelChains: Array<FieldWrapper<Scalars['String']>>;
|
|
2051
2142
|
searchHotelChains: Array<FieldWrapper<Scalars['String']>>;
|
|
@@ -2097,9 +2188,11 @@ export declare type QuerySearchAirportsArgs = {
|
|
|
2097
2188
|
excludeNonPublic?: Maybe<Scalars['Boolean']>;
|
|
2098
2189
|
};
|
|
2099
2190
|
export declare type QueryGetUserBasketArgs = {
|
|
2191
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
2100
2192
|
id: Scalars['ID'];
|
|
2101
2193
|
};
|
|
2102
2194
|
export declare type QueryGetUserBasketsArgs = {
|
|
2195
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
2103
2196
|
user?: Maybe<Scalars['ID']>;
|
|
2104
2197
|
traveller?: Maybe<Scalars['ID']>;
|
|
2105
2198
|
basketStatus?: Maybe<BasketStatus>;
|
|
@@ -2113,6 +2206,9 @@ export declare type QueryGetUserBasketsArgs = {
|
|
|
2113
2206
|
basketReference?: Maybe<Scalars['String']>;
|
|
2114
2207
|
basketTitle?: Maybe<Scalars['String']>;
|
|
2115
2208
|
};
|
|
2209
|
+
export declare type QueryEmailBasketArgs = {
|
|
2210
|
+
id: Scalars['ID'];
|
|
2211
|
+
};
|
|
2116
2212
|
export declare type QuerySearchCabHireArgs = {
|
|
2117
2213
|
departs: Scalars['DateTime'];
|
|
2118
2214
|
fromLocation: CabHireLocationInput;
|
|
@@ -2136,8 +2232,8 @@ export declare type QuerySearchCarHireArgs = {
|
|
|
2136
2232
|
city?: Maybe<CarHireCityInput>;
|
|
2137
2233
|
location?: Maybe<CarHireLocationInput>;
|
|
2138
2234
|
depot?: Maybe<InputCarHireDepot>;
|
|
2139
|
-
pickupDateTime: Scalars['
|
|
2140
|
-
dropoffDateTime: Scalars['
|
|
2235
|
+
pickupDateTime: Scalars['String'];
|
|
2236
|
+
dropoffDateTime: Scalars['String'];
|
|
2141
2237
|
vendor?: Maybe<Scalars['String']>;
|
|
2142
2238
|
class?: Maybe<CarHireClass>;
|
|
2143
2239
|
type?: Maybe<CarHireType>;
|
|
@@ -2162,6 +2258,12 @@ export declare type QuerySearchCitiesArgs = {
|
|
|
2162
2258
|
query: Scalars['String'];
|
|
2163
2259
|
countryCode?: Maybe<Scalars['String']>;
|
|
2164
2260
|
};
|
|
2261
|
+
export declare type QueryGetCompaniesArgs = {
|
|
2262
|
+
query?: Maybe<Scalars['String']>;
|
|
2263
|
+
};
|
|
2264
|
+
export declare type QueryGetCompanyArgs = {
|
|
2265
|
+
id: Scalars['ID'];
|
|
2266
|
+
};
|
|
2165
2267
|
export declare type QueryConfermaBlockClientHotelsArgs = {
|
|
2166
2268
|
hotelIds: Array<Scalars['String']>;
|
|
2167
2269
|
groupIds: Array<Scalars['String']>;
|
|
@@ -2188,6 +2290,9 @@ export declare type QueryGetConfermaOfficeArgs = {
|
|
|
2188
2290
|
export declare type QueryGetConfermaQuicklistArgs = {
|
|
2189
2291
|
countryCode: Scalars['String'];
|
|
2190
2292
|
};
|
|
2293
|
+
export declare type QueryGetConfermaRoomImagesArgs = {
|
|
2294
|
+
hotelId: Scalars['String'];
|
|
2295
|
+
};
|
|
2191
2296
|
export declare type QuerySearchFastTrackArgs = {
|
|
2192
2297
|
arrivalDatetime: Scalars['DateTime'];
|
|
2193
2298
|
locationCode: Scalars['String'];
|
|
@@ -2267,6 +2372,9 @@ export declare type QuerySearchEurostarArgs = {
|
|
|
2267
2372
|
export declare type QueryGetFlightFareRulesArgs = {
|
|
2268
2373
|
flight: InputFlightJourney;
|
|
2269
2374
|
};
|
|
2375
|
+
export declare type QueryGetFlightMealOptionsArgs = {
|
|
2376
|
+
flight: InputFlightJourney;
|
|
2377
|
+
};
|
|
2270
2378
|
export declare type QuerySearchHotelChainsArgs = {
|
|
2271
2379
|
query: Scalars['String'];
|
|
2272
2380
|
};
|
|
@@ -2402,10 +2510,10 @@ export declare type QuerySearchRailArgs = {
|
|
|
2402
2510
|
departureLocationId: Scalars['ID'];
|
|
2403
2511
|
arrivalLocationId: Scalars['ID'];
|
|
2404
2512
|
viaLocationId?: Maybe<Scalars['ID']>;
|
|
2405
|
-
outboundArrivalDateTime?: Maybe<Scalars['
|
|
2406
|
-
outboundDepartureDateTime?: Maybe<Scalars['
|
|
2407
|
-
returnArrivalDateTime?: Maybe<Scalars['
|
|
2408
|
-
returnDepartureDateTime?: Maybe<Scalars['
|
|
2513
|
+
outboundArrivalDateTime?: Maybe<Scalars['String']>;
|
|
2514
|
+
outboundDepartureDateTime?: Maybe<Scalars['String']>;
|
|
2515
|
+
returnArrivalDateTime?: Maybe<Scalars['String']>;
|
|
2516
|
+
returnDepartureDateTime?: Maybe<Scalars['String']>;
|
|
2409
2517
|
adults: Scalars['Int'];
|
|
2410
2518
|
children?: Maybe<Scalars['Int']>;
|
|
2411
2519
|
extraTimeToChange?: Maybe<Scalars['Boolean']>;
|
|
@@ -2413,6 +2521,8 @@ export declare type QuerySearchRailArgs = {
|
|
|
2413
2521
|
plusBusReturn?: Maybe<RailPlusBusAvail>;
|
|
2414
2522
|
travelCards?: Maybe<Array<Scalars['Date']>>;
|
|
2415
2523
|
railCardQualifiers?: Maybe<Array<Scalars['String']>>;
|
|
2524
|
+
splitTicketsFromDepartureJourney?: Maybe<Scalars['Boolean']>;
|
|
2525
|
+
splitTicketsToDestinationJourney?: Maybe<Scalars['Boolean']>;
|
|
2416
2526
|
};
|
|
2417
2527
|
export declare type QueryGetRiskAlertsArgs = {
|
|
2418
2528
|
minLevel?: Maybe<RiskLevel>;
|
|
@@ -2456,8 +2566,8 @@ export declare type RailCallingPoint = {
|
|
|
2456
2566
|
__typename?: 'RailCallingPoint';
|
|
2457
2567
|
stationName: FieldWrapper<Scalars['String']>;
|
|
2458
2568
|
stationCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2459
|
-
arrivalDateTime?: Maybe<FieldWrapper<Scalars['
|
|
2460
|
-
departureDateTime?: Maybe<FieldWrapper<Scalars['
|
|
2569
|
+
arrivalDateTime?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2570
|
+
departureDateTime?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2461
2571
|
scheduledPlatform?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2462
2572
|
stationClassification: FieldWrapper<RailStationClassification>;
|
|
2463
2573
|
stoppingPattern: FieldWrapper<RailStoppingPattern>;
|
|
@@ -2511,8 +2621,8 @@ export declare type RailJourneyLeg = {
|
|
|
2511
2621
|
operator: FieldWrapper<Scalars['String']>;
|
|
2512
2622
|
depart?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2513
2623
|
arrive: FieldWrapper<Scalars['String']>;
|
|
2514
|
-
arriveDateTime?: Maybe<FieldWrapper<Scalars['
|
|
2515
|
-
departDateTime?: Maybe<FieldWrapper<Scalars['
|
|
2624
|
+
arriveDateTime?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2625
|
+
departDateTime?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2516
2626
|
reservableStatus: FieldWrapper<Scalars['String']>;
|
|
2517
2627
|
callingPoints: Array<FieldWrapper<RailCallingPoint>>;
|
|
2518
2628
|
};
|
|
@@ -2523,8 +2633,8 @@ export declare type RailJourneyOption = {
|
|
|
2523
2633
|
to: FieldWrapper<Scalars['String']>;
|
|
2524
2634
|
toCode?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2525
2635
|
journeyHash: FieldWrapper<Scalars['String']>;
|
|
2526
|
-
departDateTime: FieldWrapper<Scalars['
|
|
2527
|
-
arriveDateTime: FieldWrapper<Scalars['
|
|
2636
|
+
departDateTime: FieldWrapper<Scalars['String']>;
|
|
2637
|
+
arriveDateTime: FieldWrapper<Scalars['String']>;
|
|
2528
2638
|
co2PerItem: FieldWrapper<Scalars['Float']>;
|
|
2529
2639
|
co2PerPassenger: FieldWrapper<Scalars['Float']>;
|
|
2530
2640
|
journeyLegs: Array<FieldWrapper<RailJourneyLeg>>;
|
|
@@ -2532,6 +2642,8 @@ export declare type RailJourneyOption = {
|
|
|
2532
2642
|
openReturnJourneyFares?: Maybe<Array<FieldWrapper<RailJourneyFare>>>;
|
|
2533
2643
|
dualSingleJourneyFares?: Maybe<Array<FieldWrapper<RailJourneyFare>>>;
|
|
2534
2644
|
singleJourneyFares?: Maybe<Array<FieldWrapper<RailJourneyFare>>>;
|
|
2645
|
+
dualSingleSplitOutboundFares?: Maybe<Array<FieldWrapper<RailJourneyFare>>>;
|
|
2646
|
+
dualSingleSplitReturnFares?: Maybe<Array<FieldWrapper<RailJourneyFare>>>;
|
|
2535
2647
|
changes?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2536
2648
|
providers?: Maybe<Array<FieldWrapper<RailProvider>>>;
|
|
2537
2649
|
ticketQueueList?: Maybe<Array<FieldWrapper<RailTicketQueue>>>;
|
|
@@ -2570,7 +2682,8 @@ export declare type RailProvider = {
|
|
|
2570
2682
|
};
|
|
2571
2683
|
export declare enum RailSearchJourneyType {
|
|
2572
2684
|
SingleJourney = "SingleJourney",
|
|
2573
|
-
ReturnJourney = "ReturnJourney"
|
|
2685
|
+
ReturnJourney = "ReturnJourney",
|
|
2686
|
+
OpenReturnJourney = "OpenReturnJourney"
|
|
2574
2687
|
}
|
|
2575
2688
|
export declare type RailSearchResult = {
|
|
2576
2689
|
__typename?: 'RailSearchResult';
|
|
@@ -2600,9 +2713,9 @@ export declare type RailSegment = {
|
|
|
2600
2713
|
id?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2601
2714
|
operator?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2602
2715
|
depart?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2603
|
-
departDateTime?: Maybe<FieldWrapper<Scalars['
|
|
2716
|
+
departDateTime?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2604
2717
|
arrive?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2605
|
-
arriveDateTime?: Maybe<FieldWrapper<Scalars['
|
|
2718
|
+
arriveDateTime?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2606
2719
|
reservableStatus?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2607
2720
|
seatPreferenceTypes?: Maybe<Array<FieldWrapper<RailSeatPreferenceType>>>;
|
|
2608
2721
|
seatPreferenceGroup?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -2672,6 +2785,7 @@ export declare type RailTicketExtraIdentifiers = {
|
|
|
2672
2785
|
date?: Maybe<FieldWrapper<Scalars['Date']>>;
|
|
2673
2786
|
journeyId?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2674
2787
|
isOrigin?: Maybe<FieldWrapper<Scalars['Boolean']>>;
|
|
2788
|
+
price?: Maybe<FieldWrapper<Scalars['Float']>>;
|
|
2675
2789
|
};
|
|
2676
2790
|
export declare type RailTicketOption = {
|
|
2677
2791
|
__typename?: 'RailTicketOption';
|
|
@@ -2929,6 +3043,12 @@ export declare type User = {
|
|
|
2929
3043
|
canBookFor: Array<FieldWrapper<User>>;
|
|
2930
3044
|
co2AllowancePeriod?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2931
3045
|
co2AllowancePerPeriod?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
3046
|
+
documents?: Maybe<Array<FieldWrapper<Document>>>;
|
|
3047
|
+
preferences?: Maybe<Array<FieldWrapper<UserPreference>>>;
|
|
3048
|
+
loyaltyCodes?: Maybe<Array<FieldWrapper<UserLoyaltyCode>>>;
|
|
3049
|
+
emergencyContactName?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
3050
|
+
emergencyContactPhone?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
3051
|
+
emergencyContactEmail?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
2932
3052
|
};
|
|
2933
3053
|
export declare type UserInfo = {
|
|
2934
3054
|
id: Scalars['ID'];
|
|
@@ -2936,6 +3056,16 @@ export declare type UserInfo = {
|
|
|
2936
3056
|
phoneNumber?: Maybe<BookingPhoneNumber>;
|
|
2937
3057
|
supplementaryInfo: Scalars['JSON'];
|
|
2938
3058
|
};
|
|
3059
|
+
export declare type UserLoyaltyCode = {
|
|
3060
|
+
__typename?: 'UserLoyaltyCode';
|
|
3061
|
+
id: FieldWrapper<Scalars['ID']>;
|
|
3062
|
+
user: FieldWrapper<User>;
|
|
3063
|
+
carrier?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
3064
|
+
code: FieldWrapper<Scalars['String']>;
|
|
3065
|
+
type?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
3066
|
+
createdAt: FieldWrapper<Scalars['DateTime']>;
|
|
3067
|
+
updatedAt: FieldWrapper<Scalars['DateTime']>;
|
|
3068
|
+
};
|
|
2939
3069
|
export declare type UserPassengerType = {
|
|
2940
3070
|
__typename?: 'UserPassengerType';
|
|
2941
3071
|
id: FieldWrapper<Scalars['ID']>;
|
|
@@ -2945,6 +3075,16 @@ export declare type UserPassengerTypeInput = {
|
|
|
2945
3075
|
id: Scalars['ID'];
|
|
2946
3076
|
passengerType: PassengerType;
|
|
2947
3077
|
};
|
|
3078
|
+
export declare type UserPreference = {
|
|
3079
|
+
__typename?: 'UserPreference';
|
|
3080
|
+
id: FieldWrapper<Scalars['ID']>;
|
|
3081
|
+
user: FieldWrapper<User>;
|
|
3082
|
+
serviceType?: Maybe<FieldWrapper<ServiceType>>;
|
|
3083
|
+
preferenceKey?: Maybe<FieldWrapper<PreferenceKey>>;
|
|
3084
|
+
preferenceValue?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
3085
|
+
createdAt: FieldWrapper<Scalars['DateTime']>;
|
|
3086
|
+
updatedAt: FieldWrapper<Scalars['DateTime']>;
|
|
3087
|
+
};
|
|
2948
3088
|
export declare type SubsequentLocations = {
|
|
2949
3089
|
__typename?: 'subsequentLocations';
|
|
2950
3090
|
locationName?: Maybe<FieldWrapper<Scalars['String']>>;
|
|
@@ -2963,6 +3103,7 @@ export declare type SubsequentLocations = {
|
|
|
2963
3103
|
associations?: Maybe<Array<Maybe<FieldWrapper<Association>>>>;
|
|
2964
3104
|
};
|
|
2965
3105
|
export declare type AcceptNewPriceMutationVariables = Exact<{
|
|
3106
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
2966
3107
|
id: Scalars['ID'];
|
|
2967
3108
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
2968
3109
|
}>;
|
|
@@ -2974,6 +3115,7 @@ export declare type AcceptNewPriceMutation = ({
|
|
|
2974
3115
|
} & BasketFieldsFragment);
|
|
2975
3116
|
});
|
|
2976
3117
|
export declare type AddUsersToBasketItemMutationVariables = Exact<{
|
|
3118
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
2977
3119
|
basketItem: Scalars['ID'];
|
|
2978
3120
|
users: Array<UserPassengerTypeInput> | UserPassengerTypeInput;
|
|
2979
3121
|
withSupplemental: Scalars['Boolean'];
|
|
@@ -3016,7 +3158,7 @@ export declare type BasketFieldsFragment = ({
|
|
|
3016
3158
|
} & OwnerFieldsFragment);
|
|
3017
3159
|
basketItems: Array<({
|
|
3018
3160
|
__typename?: 'BasketItem';
|
|
3019
|
-
} & MakeOptional<Pick<BasketItem, 'id' | 'adults' | 'children' | 'infants' | 'detail' | 'detailHash' | 'createdAt' | 'updatedAt' | 'expiry' | 'expired' | 'searchQuery' | 'price' | 'currency' | 'miGroupsAvailable' | 'miGroupSelected' | 'validated' | 'latestValidation' | 'latestValidationPrice' | 'latestValidationPriceDifference' | 'latestValidationAvailable' | 'bookingThirdPartyReference' | 'pnrLocator' | '
|
|
3161
|
+
} & MakeOptional<Pick<BasketItem, 'id' | 'adults' | 'children' | 'infants' | 'detail' | 'detailHash' | 'createdAt' | 'updatedAt' | 'expiry' | 'expired' | 'searchQuery' | 'price' | 'currency' | 'miGroupsAvailable' | 'miGroupSelected' | 'validated' | 'latestValidation' | 'latestValidationPrice' | 'latestValidationPriceDifference' | 'latestValidationAvailable' | 'bookingThirdPartyReference' | 'status' | 'pnrLocator' | 'bookingDetail' | 'perItemSupplementaryBookingInfoSchema' | 'perPassengerSupplementaryBookingInfoSchema' | 'perItemAddress' | 'perItemPhoneNumber' | 'perPassengerAddress' | 'perPassengerPhoneNumber' | 'cancellable' | 'amendable' | 'co2PerItem' | 'co2PerPassenger' | 'outboundDate' | 'inboundDate' | 'convertedCurrencyAmount' | 'convertedCurrencyCode'>, 'perItemSupplementaryBookingInfoSchema' | 'perPassengerSupplementaryBookingInfoSchema' | 'perItemAddress' | 'perItemPhoneNumber' | 'perPassengerAddress' | 'perPassengerPhoneNumber'> & {
|
|
3020
3162
|
availablePaymentMethods: Array<({
|
|
3021
3163
|
__typename?: 'PaymentMethod';
|
|
3022
3164
|
} & Pick<PaymentMethod, 'id' | 'name' | 'description'>)>;
|
|
@@ -3077,6 +3219,7 @@ export declare type GetUserBasketsQueryVariables = Exact<{
|
|
|
3077
3219
|
basketReference?: Maybe<Scalars['String']>;
|
|
3078
3220
|
basketTitle?: Maybe<Scalars['String']>;
|
|
3079
3221
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
3222
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
3080
3223
|
}>;
|
|
3081
3224
|
export declare type GetUserBasketsQuery = ({
|
|
3082
3225
|
__typename?: 'Query';
|
|
@@ -3104,6 +3247,7 @@ export declare type CreateBasketMutation = ({
|
|
|
3104
3247
|
} & BasketFieldsFragment);
|
|
3105
3248
|
});
|
|
3106
3249
|
export declare type RemoveItemFromBasketMutationVariables = Exact<{
|
|
3250
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
3107
3251
|
basketItem: Scalars['ID'];
|
|
3108
3252
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
3109
3253
|
}>;
|
|
@@ -3115,6 +3259,7 @@ export declare type RemoveItemFromBasketMutation = ({
|
|
|
3115
3259
|
} & BasketFieldsFragment);
|
|
3116
3260
|
});
|
|
3117
3261
|
export declare type SendBasketForApprovalMutationVariables = Exact<{
|
|
3262
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
3118
3263
|
basket: Scalars['ID'];
|
|
3119
3264
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
3120
3265
|
}>;
|
|
@@ -3126,6 +3271,7 @@ export declare type SendBasketForApprovalMutation = ({
|
|
|
3126
3271
|
} & BasketFieldsFragment);
|
|
3127
3272
|
});
|
|
3128
3273
|
export declare type AddItemToBasketMutationVariables = Exact<{
|
|
3274
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
3129
3275
|
basket?: Maybe<Scalars['ID']>;
|
|
3130
3276
|
service: Scalars['ID'];
|
|
3131
3277
|
detail: Scalars['JSON'];
|
|
@@ -3152,6 +3298,7 @@ export declare type AddItemToBasketMutation = ({
|
|
|
3152
3298
|
} & BasketFieldsFragment);
|
|
3153
3299
|
});
|
|
3154
3300
|
export declare type GetUserBasketQueryVariables = Exact<{
|
|
3301
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
3155
3302
|
id: Scalars['ID'];
|
|
3156
3303
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
3157
3304
|
}>;
|
|
@@ -3163,6 +3310,7 @@ export declare type GetUserBasketQuery = ({
|
|
|
3163
3310
|
} & BasketFieldsFragment);
|
|
3164
3311
|
});
|
|
3165
3312
|
export declare type RevalidateBasketMutationVariables = Exact<{
|
|
3313
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
3166
3314
|
id: Scalars['ID'];
|
|
3167
3315
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
3168
3316
|
}>;
|
|
@@ -3174,6 +3322,7 @@ export declare type RevalidateBasketMutation = ({
|
|
|
3174
3322
|
} & BasketFieldsFragment);
|
|
3175
3323
|
});
|
|
3176
3324
|
export declare type BookBasketMutationVariables = Exact<{
|
|
3325
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
3177
3326
|
id: Scalars['ID'];
|
|
3178
3327
|
supplementaryInfo: Array<SupplementaryBookingInfo> | SupplementaryBookingInfo;
|
|
3179
3328
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
@@ -3261,8 +3410,8 @@ export declare type SearchCarHireQueryVariables = Exact<{
|
|
|
3261
3410
|
city?: Maybe<CarHireCityInput>;
|
|
3262
3411
|
location?: Maybe<CarHireLocationInput>;
|
|
3263
3412
|
depot?: Maybe<InputCarHireDepot>;
|
|
3264
|
-
pickupDateTime: Scalars['
|
|
3265
|
-
dropoffDateTime: Scalars['
|
|
3413
|
+
pickupDateTime: Scalars['String'];
|
|
3414
|
+
dropoffDateTime: Scalars['String'];
|
|
3266
3415
|
vendor?: Maybe<Scalars['String']>;
|
|
3267
3416
|
class?: Maybe<CarHireClass>;
|
|
3268
3417
|
type?: Maybe<CarHireType>;
|
|
@@ -3321,6 +3470,12 @@ export declare type ConfirmMessagesMutationVariables = Exact<{
|
|
|
3321
3470
|
export declare type ConfirmMessagesMutation = ({
|
|
3322
3471
|
__typename?: 'Mutation';
|
|
3323
3472
|
} & Pick<Mutation, 'confirmMessages'>);
|
|
3473
|
+
export declare type DeleteFavouriteSearchMutationVariables = Exact<{
|
|
3474
|
+
id: Scalars['ID'];
|
|
3475
|
+
}>;
|
|
3476
|
+
export declare type DeleteFavouriteSearchMutation = ({
|
|
3477
|
+
__typename?: 'Mutation';
|
|
3478
|
+
} & Pick<Mutation, 'deleteFavouriteSearch'>);
|
|
3324
3479
|
export declare type DeleteRecentSearchMutationVariables = Exact<{
|
|
3325
3480
|
id: Scalars['ID'];
|
|
3326
3481
|
}>;
|
|
@@ -3511,6 +3666,12 @@ export declare type GetConfermaQuicklistQuery = ({
|
|
|
3511
3666
|
} & ErrorsFragment)>;
|
|
3512
3667
|
});
|
|
3513
3668
|
});
|
|
3669
|
+
export declare type GetConfermaRoomImagesQueryVariables = Exact<{
|
|
3670
|
+
hotelId: Scalars['String'];
|
|
3671
|
+
}>;
|
|
3672
|
+
export declare type GetConfermaRoomImagesQuery = ({
|
|
3673
|
+
__typename?: 'Query';
|
|
3674
|
+
} & Pick<Query, 'getConfermaRoomImages'>);
|
|
3514
3675
|
export declare type GetFlightFareRulesQueryVariables = Exact<{
|
|
3515
3676
|
flight: InputFlightJourney;
|
|
3516
3677
|
}>;
|
|
@@ -3726,6 +3887,16 @@ export declare type GetUserCurrentCarbonAllowanceQuery = ({
|
|
|
3726
3887
|
} & Pick<CarbonConsumption, 'id' | 'consumed' | 'datetime'>)>;
|
|
3727
3888
|
})>;
|
|
3728
3889
|
});
|
|
3890
|
+
export declare type GetUserFavouriteSearchesQueryVariables = Exact<{
|
|
3891
|
+
serviceType?: Maybe<ServiceType>;
|
|
3892
|
+
}>;
|
|
3893
|
+
export declare type GetUserFavouriteSearchesQuery = ({
|
|
3894
|
+
__typename?: 'Query';
|
|
3895
|
+
} & {
|
|
3896
|
+
getUserFavouriteSearches: Array<({
|
|
3897
|
+
__typename?: 'Search';
|
|
3898
|
+
} & Pick<Search, 'id' | 'serviceType' | 'searchArgs'>)>;
|
|
3899
|
+
});
|
|
3729
3900
|
export declare type GetUserMiAutoSuggestValuesQueryVariables = Exact<{
|
|
3730
3901
|
mi: Scalars['ID'];
|
|
3731
3902
|
partialLabel: Scalars['String'];
|
|
@@ -3766,7 +3937,7 @@ export declare type RoomAvaliabilityFragment = ({
|
|
|
3766
3937
|
} & Pick<HotelAvailability, 'hotelId' | 'imageUrl' | 'prpn' | 'currencyCode' | 'isBusy' | 'source' | 'version'> & {
|
|
3767
3938
|
rooms?: Maybe<Array<Maybe<({
|
|
3768
3939
|
__typename?: 'HotelRoom';
|
|
3769
|
-
} & Pick<HotelRoom, 'roomId' | 'roomType' | 'roomDescription' | 'rateCode' | 'rateDescription' | 'total' | 'currencyCode' | 'tmcPreferred' | 'companyPreferred' | 'officePreferred' | 'tmcPreferredMessage' | 'companyPreferredMessage' | 'officePreferredMessage' | 'unavailable' | 'unavailableMessage'> & {
|
|
3940
|
+
} & Pick<HotelRoom, 'roomId' | 'roomType' | 'roomDescription' | 'rateCode' | 'rateSource' | 'rateDescription' | 'total' | 'currencyCode' | 'tmcPreferred' | 'companyPreferred' | 'officePreferred' | 'tmcPreferredMessage' | 'companyPreferredMessage' | 'officePreferredMessage' | 'unavailable' | 'unavailableMessage'> & {
|
|
3770
3941
|
currencyConversion?: Maybe<({
|
|
3771
3942
|
__typename?: 'HotelConversion';
|
|
3772
3943
|
} & Pick<HotelConversion, 'rate' | 'localCode' | 'localTotal' | 'convertedCode' | 'convertedTotal'>)>;
|
|
@@ -3935,6 +4106,7 @@ export declare type SearchLoungesQuery = ({
|
|
|
3935
4106
|
});
|
|
3936
4107
|
});
|
|
3937
4108
|
export declare type MoveItemToADifferentBasketMutationVariables = Exact<{
|
|
4109
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
3938
4110
|
basketItem: Scalars['ID'];
|
|
3939
4111
|
newBasket: Scalars['ID'];
|
|
3940
4112
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
@@ -4037,10 +4209,10 @@ export declare type SearchRailQueryVariables = Exact<{
|
|
|
4037
4209
|
departureLocationId: Scalars['ID'];
|
|
4038
4210
|
arrivalLocationId: Scalars['ID'];
|
|
4039
4211
|
viaLocationId?: Maybe<Scalars['ID']>;
|
|
4040
|
-
outboundArrivalDateTime?: Maybe<Scalars['
|
|
4041
|
-
outboundDepartureDateTime?: Maybe<Scalars['
|
|
4042
|
-
returnArrivalDateTime?: Maybe<Scalars['
|
|
4043
|
-
returnDepartureDateTime?: Maybe<Scalars['
|
|
4212
|
+
outboundArrivalDateTime?: Maybe<Scalars['String']>;
|
|
4213
|
+
outboundDepartureDateTime?: Maybe<Scalars['String']>;
|
|
4214
|
+
returnArrivalDateTime?: Maybe<Scalars['String']>;
|
|
4215
|
+
returnDepartureDateTime?: Maybe<Scalars['String']>;
|
|
4044
4216
|
adults: Scalars['Int'];
|
|
4045
4217
|
children?: Maybe<Scalars['Int']>;
|
|
4046
4218
|
extraTimeToChange?: Maybe<Scalars['Boolean']>;
|
|
@@ -4070,6 +4242,18 @@ export declare type SearchRailQuery = ({
|
|
|
4070
4242
|
} & Pick<SearchError, 'errorMessage'>)>;
|
|
4071
4243
|
});
|
|
4072
4244
|
});
|
|
4245
|
+
export declare type SaveFavouriteSearchMutationVariables = Exact<{
|
|
4246
|
+
name: Scalars['String'];
|
|
4247
|
+
serviceType: ServiceType;
|
|
4248
|
+
searchArgs: Scalars['JSON'];
|
|
4249
|
+
}>;
|
|
4250
|
+
export declare type SaveFavouriteSearchMutation = ({
|
|
4251
|
+
__typename?: 'Mutation';
|
|
4252
|
+
} & {
|
|
4253
|
+
saveFavouriteSearch: Array<({
|
|
4254
|
+
__typename?: 'Search';
|
|
4255
|
+
} & Pick<Search, 'id'>)>;
|
|
4256
|
+
});
|
|
4073
4257
|
export declare type SaveRecentSearchMutationVariables = Exact<{
|
|
4074
4258
|
serviceType: ServiceType;
|
|
4075
4259
|
searchArgs: Scalars['JSON'];
|
|
@@ -4222,7 +4406,7 @@ export declare type SearchEurostarQuery = ({
|
|
|
4222
4406
|
})>;
|
|
4223
4407
|
baggageAllowance?: Maybe<Array<Maybe<({
|
|
4224
4408
|
__typename?: 'BaggageAllowance';
|
|
4225
|
-
} & Pick<BaggageAllowance, 'type' | 'qty' | 'maxKG' | 'maxLBS'>)>>>;
|
|
4409
|
+
} & Pick<BaggageAllowance, 'type' | 'qty' | 'maxKG' | 'maxLBS' | 'weightProvided'>)>>>;
|
|
4226
4410
|
})>;
|
|
4227
4411
|
multi: Array<({
|
|
4228
4412
|
__typename?: 'ItinerarySummary';
|
|
@@ -4272,7 +4456,7 @@ export declare type SearchEurostarQuery = ({
|
|
|
4272
4456
|
})>;
|
|
4273
4457
|
baggageAllowance?: Maybe<Array<Maybe<({
|
|
4274
4458
|
__typename?: 'BaggageAllowance';
|
|
4275
|
-
} & Pick<BaggageAllowance, 'type' | 'qty' | 'maxKG' | 'maxLBS'>)>>>;
|
|
4459
|
+
} & Pick<BaggageAllowance, 'type' | 'qty' | 'maxKG' | 'maxLBS' | 'weightProvided'>)>>>;
|
|
4276
4460
|
})>;
|
|
4277
4461
|
})>;
|
|
4278
4462
|
});
|
|
@@ -4358,7 +4542,7 @@ export declare type SearchFlightsV2Query = ({
|
|
|
4358
4542
|
})>;
|
|
4359
4543
|
baggageAllowance?: Maybe<Array<Maybe<({
|
|
4360
4544
|
__typename?: 'BaggageAllowance';
|
|
4361
|
-
} & Pick<BaggageAllowance, 'type' | 'qty' | 'maxKG' | 'maxLBS'>)>>>;
|
|
4545
|
+
} & Pick<BaggageAllowance, 'type' | 'qty' | 'maxKG' | 'maxLBS' | 'weightProvided'>)>>>;
|
|
4362
4546
|
})>;
|
|
4363
4547
|
multi: Array<({
|
|
4364
4548
|
__typename?: 'ItinerarySummary';
|
|
@@ -4408,7 +4592,7 @@ export declare type SearchFlightsV2Query = ({
|
|
|
4408
4592
|
})>;
|
|
4409
4593
|
baggageAllowance?: Maybe<Array<Maybe<({
|
|
4410
4594
|
__typename?: 'BaggageAllowance';
|
|
4411
|
-
} & Pick<BaggageAllowance, 'type' | 'qty' | 'maxKG' | 'maxLBS'>)>>>;
|
|
4595
|
+
} & Pick<BaggageAllowance, 'type' | 'qty' | 'maxKG' | 'maxLBS' | 'weightProvided'>)>>>;
|
|
4412
4596
|
})>;
|
|
4413
4597
|
})>;
|
|
4414
4598
|
grouped?: Maybe<Array<({
|
|
@@ -4707,6 +4891,7 @@ export declare type SearchUserAddressQuery = ({
|
|
|
4707
4891
|
} & Pick<Address, 'id' | 'description' | 'numberOrName' | 'street' | 'town' | 'county' | 'postcode' | 'countryCode' | 'userPrimary' | 'officePrimary'>)>;
|
|
4708
4892
|
});
|
|
4709
4893
|
export declare type SetBasketItemMiGroupMutationVariables = Exact<{
|
|
4894
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
4710
4895
|
basketItem: Scalars['ID'];
|
|
4711
4896
|
group?: Maybe<Scalars['String']>;
|
|
4712
4897
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
@@ -4719,6 +4904,7 @@ export declare type SetBasketItemMiGroupMutation = ({
|
|
|
4719
4904
|
} & BasketFieldsFragment);
|
|
4720
4905
|
});
|
|
4721
4906
|
export declare type SetBasketItemLeadPassengerMutationVariables = Exact<{
|
|
4907
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
4722
4908
|
id: Scalars['ID'];
|
|
4723
4909
|
user: Scalars['ID'];
|
|
4724
4910
|
withSupplemental: Scalars['Boolean'];
|
|
@@ -4731,6 +4917,7 @@ export declare type SetBasketItemLeadPassengerMutation = ({
|
|
|
4731
4917
|
} & BasketFieldsFragment);
|
|
4732
4918
|
});
|
|
4733
4919
|
export declare type SetBasketItemMiValueMutationVariables = Exact<{
|
|
4920
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
4734
4921
|
mi: Scalars['ID'];
|
|
4735
4922
|
miValue?: Maybe<Scalars['ID']>;
|
|
4736
4923
|
miFreeValue?: Maybe<Scalars['String']>;
|
|
@@ -4745,6 +4932,7 @@ export declare type SetBasketItemMiValueMutation = ({
|
|
|
4745
4932
|
} & BasketFieldsFragment);
|
|
4746
4933
|
});
|
|
4747
4934
|
export declare type SetBasketItemPaymentMethodMutationVariables = Exact<{
|
|
4935
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
4748
4936
|
basketItem: Scalars['ID'];
|
|
4749
4937
|
paymentMethod: Scalars['ID'];
|
|
4750
4938
|
withSupplemental?: Maybe<Scalars['Boolean']>;
|
|
@@ -4757,6 +4945,7 @@ export declare type SetBasketItemPaymentMethodMutation = ({
|
|
|
4757
4945
|
} & BasketFieldsFragment);
|
|
4758
4946
|
});
|
|
4759
4947
|
export declare type UpdateBasketNotesMutationVariables = Exact<{
|
|
4948
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
4760
4949
|
id?: Maybe<Scalars['ID']>;
|
|
4761
4950
|
reference?: Maybe<Scalars['String']>;
|
|
4762
4951
|
notes: Scalars['String'];
|
|
@@ -4770,6 +4959,7 @@ export declare type UpdateBasketNotesMutation = ({
|
|
|
4770
4959
|
} & BasketFieldsFragment);
|
|
4771
4960
|
});
|
|
4772
4961
|
export declare type UpdateBasketTitleMutationVariables = Exact<{
|
|
4962
|
+
convertCurrencyTo?: Maybe<Scalars['String']>;
|
|
4773
4963
|
id?: Maybe<Scalars['ID']>;
|
|
4774
4964
|
reference?: Maybe<Scalars['String']>;
|
|
4775
4965
|
newTitle: Scalars['String'];
|
|
@@ -5018,6 +5208,10 @@ export declare namespace ConfirmMessages {
|
|
|
5018
5208
|
type Variables = ConfirmMessagesMutationVariables;
|
|
5019
5209
|
type Mutation = ConfirmMessagesMutation;
|
|
5020
5210
|
}
|
|
5211
|
+
export declare namespace DeleteFavouriteSearch {
|
|
5212
|
+
type Variables = DeleteFavouriteSearchMutationVariables;
|
|
5213
|
+
type Mutation = DeleteFavouriteSearchMutation;
|
|
5214
|
+
}
|
|
5021
5215
|
export declare namespace DeleteRecentSearch {
|
|
5022
5216
|
type Variables = DeleteRecentSearchMutationVariables;
|
|
5023
5217
|
type Mutation = DeleteRecentSearchMutation;
|
|
@@ -5095,6 +5289,10 @@ export declare namespace GetConfermaQuicklist {
|
|
|
5095
5289
|
type PaymentTypes = GetConfermaQuicklistQuery['getConfermaQuicklist']['results'][number]['availableRates']['rooms'][number]['paymentTypes'][number];
|
|
5096
5290
|
type Errors = GetConfermaQuicklistQuery['getConfermaQuicklist']['errors'][number];
|
|
5097
5291
|
}
|
|
5292
|
+
export declare namespace GetConfermaRoomImages {
|
|
5293
|
+
type Variables = GetConfermaRoomImagesQueryVariables;
|
|
5294
|
+
type Query = GetConfermaRoomImagesQuery;
|
|
5295
|
+
}
|
|
5098
5296
|
export declare namespace GetFlightFareRules {
|
|
5099
5297
|
type Variables = GetFlightFareRulesQueryVariables;
|
|
5100
5298
|
type Query = GetFlightFareRulesQuery;
|
|
@@ -5177,6 +5375,11 @@ export declare namespace GetUserCurrentCarbonAllowance {
|
|
|
5177
5375
|
type User = GetUserCurrentCarbonAllowanceQuery['getUserCurrentCarbonAllowance']['user'];
|
|
5178
5376
|
type PeriodConsumption = GetUserCurrentCarbonAllowanceQuery['getUserCurrentCarbonAllowance']['periodConsumption'][number];
|
|
5179
5377
|
}
|
|
5378
|
+
export declare namespace GetUserFavouriteSearches {
|
|
5379
|
+
type Variables = GetUserFavouriteSearchesQueryVariables;
|
|
5380
|
+
type Query = GetUserFavouriteSearchesQuery;
|
|
5381
|
+
type GetUserFavouriteSearches = GetUserFavouriteSearchesQuery['getUserFavouriteSearches'][number];
|
|
5382
|
+
}
|
|
5180
5383
|
export declare namespace GetUserMiAutoSuggestValues {
|
|
5181
5384
|
type Variables = GetUserMiAutoSuggestValuesQueryVariables;
|
|
5182
5385
|
type Query = GetUserMiAutoSuggestValuesQuery;
|
|
@@ -5291,6 +5494,11 @@ export declare namespace SearchRail {
|
|
|
5291
5494
|
type Return = SearchRailQuery['searchRail']['results'][number]['return'][number];
|
|
5292
5495
|
type Errors = SearchRailQuery['searchRail']['errors'][number];
|
|
5293
5496
|
}
|
|
5497
|
+
export declare namespace SaveFavouriteSearch {
|
|
5498
|
+
type Variables = SaveFavouriteSearchMutationVariables;
|
|
5499
|
+
type Mutation = SaveFavouriteSearchMutation;
|
|
5500
|
+
type SaveFavouriteSearch = SaveFavouriteSearchMutation['saveFavouriteSearch'][number];
|
|
5501
|
+
}
|
|
5294
5502
|
export declare namespace SaveRecentSearch {
|
|
5295
5503
|
type Variables = SaveRecentSearchMutationVariables;
|
|
5296
5504
|
type Mutation = SaveRecentSearchMutation;
|
|
@@ -5667,6 +5875,11 @@ export declare class ConfirmMessagesGQL extends Apollo.Mutation<ConfirmMessagesM
|
|
|
5667
5875
|
document: import("graphql").DocumentNode;
|
|
5668
5876
|
constructor(apollo: Apollo.Apollo);
|
|
5669
5877
|
}
|
|
5878
|
+
export declare const DeleteFavouriteSearchDocument: import("graphql").DocumentNode;
|
|
5879
|
+
export declare class DeleteFavouriteSearchGQL extends Apollo.Mutation<DeleteFavouriteSearchMutation, DeleteFavouriteSearchMutationVariables> {
|
|
5880
|
+
document: import("graphql").DocumentNode;
|
|
5881
|
+
constructor(apollo: Apollo.Apollo);
|
|
5882
|
+
}
|
|
5670
5883
|
export declare const DeleteRecentSearchDocument: import("graphql").DocumentNode;
|
|
5671
5884
|
export declare class DeleteRecentSearchGQL extends Apollo.Mutation<DeleteRecentSearchMutation, DeleteRecentSearchMutationVariables> {
|
|
5672
5885
|
document: import("graphql").DocumentNode;
|
|
@@ -5702,6 +5915,11 @@ export declare class GetConfermaQuicklistGQL extends Apollo.Query<GetConfermaQui
|
|
|
5702
5915
|
document: import("graphql").DocumentNode;
|
|
5703
5916
|
constructor(apollo: Apollo.Apollo);
|
|
5704
5917
|
}
|
|
5918
|
+
export declare const GetConfermaRoomImagesDocument: import("graphql").DocumentNode;
|
|
5919
|
+
export declare class GetConfermaRoomImagesGQL extends Apollo.Query<GetConfermaRoomImagesQuery, GetConfermaRoomImagesQueryVariables> {
|
|
5920
|
+
document: import("graphql").DocumentNode;
|
|
5921
|
+
constructor(apollo: Apollo.Apollo);
|
|
5922
|
+
}
|
|
5705
5923
|
export declare const GetFlightFareRulesDocument: import("graphql").DocumentNode;
|
|
5706
5924
|
export declare class GetFlightFareRulesGQL extends Apollo.Query<GetFlightFareRulesQuery, GetFlightFareRulesQueryVariables> {
|
|
5707
5925
|
document: import("graphql").DocumentNode;
|
|
@@ -5757,6 +5975,11 @@ export declare class GetUserCurrentCarbonAllowanceGQL extends Apollo.Query<GetUs
|
|
|
5757
5975
|
document: import("graphql").DocumentNode;
|
|
5758
5976
|
constructor(apollo: Apollo.Apollo);
|
|
5759
5977
|
}
|
|
5978
|
+
export declare const GetUserFavouriteSearchesDocument: import("graphql").DocumentNode;
|
|
5979
|
+
export declare class GetUserFavouriteSearchesGQL extends Apollo.Query<GetUserFavouriteSearchesQuery, GetUserFavouriteSearchesQueryVariables> {
|
|
5980
|
+
document: import("graphql").DocumentNode;
|
|
5981
|
+
constructor(apollo: Apollo.Apollo);
|
|
5982
|
+
}
|
|
5760
5983
|
export declare const GetUserMiAutoSuggestValuesDocument: import("graphql").DocumentNode;
|
|
5761
5984
|
export declare class GetUserMiAutoSuggestValuesGQL extends Apollo.Query<GetUserMiAutoSuggestValuesQuery, GetUserMiAutoSuggestValuesQueryVariables> {
|
|
5762
5985
|
document: import("graphql").DocumentNode;
|
|
@@ -5812,6 +6035,11 @@ export declare class SearchRailGQL extends Apollo.Query<SearchRailQuery, SearchR
|
|
|
5812
6035
|
document: import("graphql").DocumentNode;
|
|
5813
6036
|
constructor(apollo: Apollo.Apollo);
|
|
5814
6037
|
}
|
|
6038
|
+
export declare const SaveFavouriteSearchDocument: import("graphql").DocumentNode;
|
|
6039
|
+
export declare class SaveFavouriteSearchGQL extends Apollo.Mutation<SaveFavouriteSearchMutation, SaveFavouriteSearchMutationVariables> {
|
|
6040
|
+
document: import("graphql").DocumentNode;
|
|
6041
|
+
constructor(apollo: Apollo.Apollo);
|
|
6042
|
+
}
|
|
5815
6043
|
export declare const SaveRecentSearchDocument: import("graphql").DocumentNode;
|
|
5816
6044
|
export declare class SaveRecentSearchGQL extends Apollo.Mutation<SaveRecentSearchMutation, SaveRecentSearchMutationVariables> {
|
|
5817
6045
|
document: import("graphql").DocumentNode;
|