@sabstravtech/obtservices 0.0.3 → 0.0.19020100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/angular/fetchers.d.ts +1 -0
- package/angular/lib/vendor/classes/helpers.d.ts +6 -3
- package/angular/lib/vendor/fetchers/conferma-office.fetcher.d.ts +6 -0
- package/angular/lib/vendor/fetchers/search-irl-stations.fetcher.d.ts +7 -0
- package/angular/lib/vendor/services/search.service.d.ts +5 -3
- package/angular/lib/vendor/types/graphql.angular.types.d.ts +268 -6
- package/angular/obtservices.module.d.ts +1 -1
- package/angular/sabstravtech-obtservices-angular.d.ts +6 -5
- package/angular/sabstravtech-obtservices-angular.metadata.json +1 -1
- package/base/fetchers.d.ts +2 -0
- package/base/lib/vendor/classes/base-enterprise.d.ts +4 -0
- package/base/lib/vendor/classes/bookable-basket.d.ts +1 -1
- package/base/lib/vendor/classes/cabhire-enterprise-search.d.ts +6 -1
- package/base/lib/vendor/classes/carhire-enterprise-search.d.ts +2 -1
- package/base/lib/vendor/classes/eurostar-enterprise-search.d.ts +21 -5
- package/base/lib/vendor/classes/flight-enterprise-search.d.ts +22 -75
- package/base/lib/vendor/classes/helpers.d.ts +3 -0
- package/base/lib/vendor/classes/hotel-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/classes/irl-enterprise-search.d.ts +21 -10
- package/base/lib/vendor/classes/lounges-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/classes/parking-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/classes/rail-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/fetchers/conferma-office.fetcher.d.ts +20 -0
- package/base/lib/vendor/fetchers/irl-quote-fetcher.d.ts +1 -1
- package/base/lib/vendor/fetchers/search-irl-stations.fetcher.d.ts +20 -0
- package/base/lib/vendor/interfaces/Icabhire-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/interfaces/Ienterprise-basket.service.d.ts +1 -1
- package/base/lib/vendor/interfaces/Ieurostar-enterprise-search.d.ts +4 -35
- package/base/lib/vendor/interfaces/Iflight-enterprise-search.d.ts +4 -40
- package/base/lib/vendor/interfaces/Iirl-enterprise-search.d.ts +9 -2
- package/base/lib/vendor/interfaces/Isearch.service.d.ts +3 -1
- package/base/lib/vendor/interfaces/flight-filters.interface.d.ts +21 -25
- package/base/lib/vendor/interfaces/hotel-recent-search-args.interface.d.ts +23 -0
- package/base/lib/vendor/interfaces/value-display.d.ts +2 -2
- package/base/lib/vendor/models/traveller.object.d.ts +7 -0
- package/base/lib/vendor/services/enterprise-basket.service.d.ts +1 -1
- package/base/lib/vendor/services/search.service.d.ts +10 -3
- package/base/lib/vendor/types/graphql.types.d.ts +253 -6
- package/base/lib/vendor/types/types.d.ts +11 -2
- package/base/sabstravtech-obtservices-base.metadata.json +1 -1
- package/bundles/sabstravtech-obtservices-angular.umd.js +200 -64
- package/bundles/sabstravtech-obtservices-angular.umd.js.map +1 -1
- package/bundles/sabstravtech-obtservices-angular.umd.min.js +1 -1
- package/bundles/sabstravtech-obtservices-angular.umd.min.js.map +1 -1
- package/bundles/sabstravtech-obtservices-base.umd.js +1632 -1085
- package/bundles/sabstravtech-obtservices-base.umd.js.map +1 -1
- package/bundles/sabstravtech-obtservices-base.umd.min.js +2 -2
- package/bundles/sabstravtech-obtservices-base.umd.min.js.map +1 -1
- package/esm2015/angular/fetchers.js +2 -1
- package/esm2015/angular/lib/vendor/classes/helpers.js +25 -4
- package/esm2015/angular/lib/vendor/fetchers/conferma-office.fetcher.js +22 -0
- package/esm2015/angular/lib/vendor/fetchers/search-irl-stations.fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/services/search.service.js +35 -29
- package/esm2015/angular/lib/vendor/types/graphql.angular.types.js +174 -6
- package/esm2015/angular/obtservices.module.js +3 -3
- package/esm2015/angular/sabstravtech-obtservices-angular.js +7 -6
- package/esm2015/base/fetchers.js +3 -1
- package/esm2015/base/lib/vendor/classes/base-enterprise.js +49 -2
- package/esm2015/base/lib/vendor/classes/bookable-basket.js +2 -2
- package/esm2015/base/lib/vendor/classes/cabhire-enterprise-search.js +95 -15
- package/esm2015/base/lib/vendor/classes/carhire-enterprise-search.js +2 -1
- package/esm2015/base/lib/vendor/classes/eurostar-enterprise-search.js +262 -52
- package/esm2015/base/lib/vendor/classes/flight-enterprise-search.js +439 -713
- package/esm2015/base/lib/vendor/classes/helpers.js +239 -24
- package/esm2015/base/lib/vendor/classes/hotel-enterprise-search.js +74 -70
- package/esm2015/base/lib/vendor/classes/irl-enterprise-search.js +153 -118
- package/esm2015/base/lib/vendor/classes/lounges-enterprise-search.js +2 -1
- package/esm2015/base/lib/vendor/classes/management-info-and-valid.js +58 -1
- package/esm2015/base/lib/vendor/classes/parking-enterprise-search.js +6 -3
- package/esm2015/base/lib/vendor/classes/rail-enterprise-search.js +2 -1
- package/esm2015/base/lib/vendor/fetchers/conferma-office.fetcher.js +11 -0
- package/esm2015/base/lib/vendor/fetchers/irl-quote-fetcher.js +2 -2
- package/esm2015/base/lib/vendor/fetchers/search-irl-stations.fetcher.js +11 -0
- package/esm2015/base/lib/vendor/interfaces/Icabhire-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Ienterprise-basket.service.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Ieurostar-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Iflight-enterprise-search.js +43 -2
- package/esm2015/base/lib/vendor/interfaces/Iirl-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Isearch.service.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/flight-filters.interface.js +2 -1
- package/esm2015/base/lib/vendor/interfaces/hotel-recent-search-args.interface.js +2 -0
- package/esm2015/base/lib/vendor/interfaces/value-display.js +1 -1
- package/esm2015/base/lib/vendor/models/traveller.object.js +8 -1
- package/esm2015/base/lib/vendor/services/enterprise-basket.service.js +3 -2
- package/esm2015/base/lib/vendor/services/search.service.js +67 -12
- package/esm2015/base/lib/vendor/types/graphql.types.js +13 -2
- package/esm2015/base/lib/vendor/types/types.js +1 -1
- package/fesm2015/sabstravtech-obtservices-angular.js +238 -16
- package/fesm2015/sabstravtech-obtservices-angular.js.map +1 -1
- package/fesm2015/sabstravtech-obtservices-base.js +1561 -1045
- package/fesm2015/sabstravtech-obtservices-base.js.map +1 -1
- package/package.json +4 -4
|
@@ -384,8 +384,20 @@
|
|
|
384
384
|
* @param suppInfoArray
|
|
385
385
|
* @returns
|
|
386
386
|
*/
|
|
387
|
-
HelperRoutines.prototype.makeItemGroups = function (suppInfoArray, checkPhoneNumberValidator) {
|
|
387
|
+
HelperRoutines.prototype.makeItemGroups = function (suppInfoArray, checkPhoneNumberValidator, basketItems) {
|
|
388
388
|
var _this = this;
|
|
389
|
+
var paymentMethods = {
|
|
390
|
+
paymentMethods: new forms.FormGroup(basketItems.reduce(function (current, next, index) {
|
|
391
|
+
if (next.availablePaymentMethods &&
|
|
392
|
+
next.availablePaymentMethods.length > 0) {
|
|
393
|
+
current[index] = new forms.FormControl('', forms.Validators.required);
|
|
394
|
+
if (next.selectedPaymentMethod) {
|
|
395
|
+
current[index].setValue(next.selectedPaymentMethod.id);
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
return current;
|
|
399
|
+
}, {})),
|
|
400
|
+
};
|
|
389
401
|
return suppInfoArray.reduce(function (current, next, index) {
|
|
390
402
|
var newItems = {};
|
|
391
403
|
if (next.perItemAddress) {
|
|
@@ -414,7 +426,7 @@
|
|
|
414
426
|
}, newItems);
|
|
415
427
|
current['basketItem_' + index] = new forms.FormGroup(newItems);
|
|
416
428
|
return current;
|
|
417
|
-
},
|
|
429
|
+
}, paymentMethods);
|
|
418
430
|
};
|
|
419
431
|
HelperRoutines.prototype.addAddressGroup = function () {
|
|
420
432
|
return new forms.FormGroup({
|
|
@@ -442,12 +454,21 @@
|
|
|
442
454
|
if (value.type === 'object') {
|
|
443
455
|
current[key] = _this.makeSchema(value);
|
|
444
456
|
}
|
|
445
|
-
else if ((_a = data === null || data === void 0 ? void 0 : data.required) === null || _a === void 0 ? void 0 : _a.includes(key)) {
|
|
457
|
+
else if (((_a = data === null || data === void 0 ? void 0 : data.required) === null || _a === void 0 ? void 0 : _a.includes(key)) && value.type !== 'boolean') {
|
|
446
458
|
current[key] = new forms.FormControl('', forms.Validators.required);
|
|
447
459
|
}
|
|
448
460
|
else {
|
|
449
461
|
current[key] = new forms.FormControl('');
|
|
450
462
|
}
|
|
463
|
+
if (value.default !== undefined && value.default !== null) {
|
|
464
|
+
switch (value.type) {
|
|
465
|
+
case 'boolean':
|
|
466
|
+
current[key].setValue(!!value.default);
|
|
467
|
+
break;
|
|
468
|
+
default:
|
|
469
|
+
current[key].setValue(value.default || '');
|
|
470
|
+
}
|
|
471
|
+
}
|
|
451
472
|
return current;
|
|
452
473
|
}, {});
|
|
453
474
|
return new forms.FormGroup(items);
|
|
@@ -812,9 +833,10 @@
|
|
|
812
833
|
(function (FlightCabinClass) {
|
|
813
834
|
FlightCabinClass["Any"] = "Any";
|
|
814
835
|
FlightCabinClass["LiteEconomy"] = "LiteEconomy";
|
|
836
|
+
FlightCabinClass["Economy"] = "Economy";
|
|
815
837
|
FlightCabinClass["EconomyRestricted"] = "EconomyRestricted";
|
|
816
838
|
FlightCabinClass["EconomyNoBags"] = "EconomyNoBags";
|
|
817
|
-
FlightCabinClass["
|
|
839
|
+
FlightCabinClass["EconomyFlexi"] = "EconomyFlexi";
|
|
818
840
|
FlightCabinClass["PremiumEconomy"] = "PremiumEconomy";
|
|
819
841
|
FlightCabinClass["Business"] = "Business";
|
|
820
842
|
FlightCabinClass["PremiumBusiness"] = "PremiumBusiness";
|
|
@@ -845,6 +867,14 @@
|
|
|
845
867
|
IrlTravellerStatus["Placeholder"] = "placeholder";
|
|
846
868
|
IrlTravellerStatus["Complete"] = "complete";
|
|
847
869
|
})(exports.IrlTravellerStatus || (exports.IrlTravellerStatus = {}));
|
|
870
|
+
(function (MessageTarget) {
|
|
871
|
+
MessageTarget["Login"] = "LOGIN";
|
|
872
|
+
MessageTarget["SearchForm"] = "SEARCH_FORM";
|
|
873
|
+
MessageTarget["Results"] = "RESULTS";
|
|
874
|
+
MessageTarget["MiForm"] = "MI_FORM";
|
|
875
|
+
MessageTarget["BasketBeforeConfirm"] = "BASKET_BEFORE_CONFIRM";
|
|
876
|
+
MessageTarget["Dashboard"] = "DASHBOARD";
|
|
877
|
+
})(exports.MessageTarget || (exports.MessageTarget = {}));
|
|
848
878
|
(function (PassengerType) {
|
|
849
879
|
PassengerType["Adult"] = "ADULT";
|
|
850
880
|
PassengerType["Child"] = "CHILD";
|
|
@@ -918,13 +948,14 @@
|
|
|
918
948
|
(function (UiPresentation) {
|
|
919
949
|
UiPresentation["FreeText"] = "FREE_TEXT";
|
|
920
950
|
UiPresentation["AutoSuggest"] = "AUTO_SUGGEST";
|
|
951
|
+
UiPresentation["Dropdown"] = "DROPDOWN";
|
|
921
952
|
UiPresentation["Hidden"] = "HIDDEN";
|
|
922
953
|
})(exports.UiPresentation || (exports.UiPresentation = {}));
|
|
923
954
|
var OwnerFieldsFragmentDoc = Apollo.gql(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n fragment OwnerFields on User {\n id\n title\n forename\n surname\n email\n}\n "], ["\n fragment OwnerFields on User {\n id\n title\n forename\n surname\n email\n}\n "])));
|
|
924
955
|
var TravellerFieldsFragmentDoc = Apollo.gql(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n fragment TravellerFields on User {\n id\n title\n forename\n surname\n email\n username\n employeeId\n}\n "], ["\n fragment TravellerFields on User {\n id\n title\n forename\n surname\n email\n username\n employeeId\n}\n "])));
|
|
925
956
|
var BasketFieldsFragmentDoc = Apollo.gql(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n fragment BasketFields on Basket {\n id\n owner {\n ...OwnerFields\n }\n reference\n title\n notes\n createdAt\n updatedAt\n bookedAt\n basketItems {\n id\n adults\n children\n infants\n detail\n detailHash\n createdAt\n updatedAt\n expiry\n expired\n searchQuery\n price\n currency\n miGroupsAvailable\n miGroupSelected\n validated\n latestValidation\n latestValidationPrice\n latestValidationPriceDifference\n latestValidationAvailable\n bookingThirdPartyReference\n pnrLocator\n status\n availablePaymentMethods {\n id\n name\n description\n }\n selectedPaymentMethod {\n id\n name\n description\n }\n perItemSupplementaryBookingInfoSchema @include(if: $withSupplemental)\n perPassengerSupplementaryBookingInfoSchema @include(if: $withSupplemental)\n perItemAddress @include(if: $withSupplemental)\n perItemPhoneNumber @include(if: $withSupplemental)\n perPassengerAddress @include(if: $withSupplemental)\n perPassengerPhoneNumber @include(if: $withSupplemental)\n cancellable\n amendable\n co2PerItem\n co2PerPassenger\n outboundDate\n inboundDate\n service {\n id\n type\n }\n users {\n ...TravellerFields\n }\n userPassengerTypes {\n id\n passengerType\n }\n leadPassenger {\n ...TravellerFields\n }\n managementInfo {\n id\n dbId\n name\n description\n handoff\n valueMask\n uiPresentation\n mandatory\n perPassenger\n perBooking\n agentOnly\n createdAt\n updatedAt\n fixed\n fixedValue {\n id\n label\n value\n default\n fixed\n agentOnly\n }\n defaultValue {\n id\n label\n value\n default\n fixed\n agentOnly\n }\n values {\n id\n label\n value\n default\n fixed\n agentOnly\n }\n group\n selectedValues {\n value {\n id\n label\n value\n default\n fixed\n agentOnly\n }\n freeValue\n basketLevelValue\n userLevelValue\n user {\n id\n title\n forename\n surname\n email\n username\n employeeId\n createdAt\n updatedAt\n dob\n admin\n companyAdmin\n bookerType\n authMethods\n active\n passwordLastUpdated\n }\n }\n }\n }\n status\n companyGroup {\n id\n name\n description\n createdAt\n updatedAt\n }\n validated\n}\n ", "\n", ""], ["\n fragment BasketFields on Basket {\n id\n owner {\n ...OwnerFields\n }\n reference\n title\n notes\n createdAt\n updatedAt\n bookedAt\n basketItems {\n id\n adults\n children\n infants\n detail\n detailHash\n createdAt\n updatedAt\n expiry\n expired\n searchQuery\n price\n currency\n miGroupsAvailable\n miGroupSelected\n validated\n latestValidation\n latestValidationPrice\n latestValidationPriceDifference\n latestValidationAvailable\n bookingThirdPartyReference\n pnrLocator\n status\n availablePaymentMethods {\n id\n name\n description\n }\n selectedPaymentMethod {\n id\n name\n description\n }\n perItemSupplementaryBookingInfoSchema @include(if: $withSupplemental)\n perPassengerSupplementaryBookingInfoSchema @include(if: $withSupplemental)\n perItemAddress @include(if: $withSupplemental)\n perItemPhoneNumber @include(if: $withSupplemental)\n perPassengerAddress @include(if: $withSupplemental)\n perPassengerPhoneNumber @include(if: $withSupplemental)\n cancellable\n amendable\n co2PerItem\n co2PerPassenger\n outboundDate\n inboundDate\n service {\n id\n type\n }\n users {\n ...TravellerFields\n }\n userPassengerTypes {\n id\n passengerType\n }\n leadPassenger {\n ...TravellerFields\n }\n managementInfo {\n id\n dbId\n name\n description\n handoff\n valueMask\n uiPresentation\n mandatory\n perPassenger\n perBooking\n agentOnly\n createdAt\n updatedAt\n fixed\n fixedValue {\n id\n label\n value\n default\n fixed\n agentOnly\n }\n defaultValue {\n id\n label\n value\n default\n fixed\n agentOnly\n }\n values {\n id\n label\n value\n default\n fixed\n agentOnly\n }\n group\n selectedValues {\n value {\n id\n label\n value\n default\n fixed\n agentOnly\n }\n freeValue\n basketLevelValue\n userLevelValue\n user {\n id\n title\n forename\n surname\n email\n username\n employeeId\n createdAt\n updatedAt\n dob\n admin\n companyAdmin\n bookerType\n authMethods\n active\n passwordLastUpdated\n }\n }\n }\n }\n status\n companyGroup {\n id\n name\n description\n createdAt\n updatedAt\n }\n validated\n}\n ", "\n", ""])), OwnerFieldsFragmentDoc, TravellerFieldsFragmentDoc);
|
|
926
957
|
var ErrorsFragmentDoc = Apollo.gql(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n fragment Errors on SearchError {\n service {\n id\n type\n name\n description\n }\n errorMessage\n errorCode\n}\n "], ["\n fragment Errors on SearchError {\n service {\n id\n type\n name\n description\n }\n errorMessage\n errorCode\n}\n "])));
|
|
927
|
-
var GroupedFieldsFragmentDoc = Apollo.gql(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n fragment GroupedFields on GroupFlights {\n referenceID\n flightID\n boundIndicator\n minPrice\n maxPrice\n flights {\n
|
|
958
|
+
var GroupedFieldsFragmentDoc = Apollo.gql(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n fragment GroupedFields on GroupFlights {\n referenceID\n flightID\n boundIndicator\n minPrice\n maxPrice\n flights {\n EconomyRestricted\n EconomyNoBags\n EconomyFlexi\n PremiumEconomy\n Business\n First\n }\n}\n "], ["\n fragment GroupedFields on GroupFlights {\n referenceID\n flightID\n boundIndicator\n minPrice\n maxPrice\n flights {\n EconomyRestricted\n EconomyNoBags\n EconomyFlexi\n PremiumEconomy\n Business\n First\n }\n}\n "])));
|
|
928
959
|
var Location_DetailFragmentDoc = Apollo.gql(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n fragment LOCATION_DETAIL on LocationDetail {\n continent\n country\n countryCode\n state\n city\n coordinates {\n latitude\n longitude\n altitude\n }\n postcode\n road\n gridReference\n northing\n easting\n}\n "], ["\n fragment LOCATION_DETAIL on LocationDetail {\n continent\n country\n countryCode\n state\n city\n coordinates {\n latitude\n longitude\n altitude\n }\n postcode\n road\n gridReference\n northing\n easting\n}\n "])));
|
|
929
960
|
var UserFieldsFragmentDoc = Apollo.gql(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n fragment UserFields on User {\n id\n title\n forename\n surname\n email\n username\n employeeId\n createdAt\n updatedAt\n dob\n admin\n tmcAdmin\n companyAdmin\n bookerType\n authMethods\n active\n passwordLastUpdated\n selectedLanguage {\n id\n name\n isoCode\n }\n availableLanguages {\n id\n name\n isoCode\n }\n passports {\n id\n number\n codeOfIssuingState\n nationality\n sex\n dob\n surname\n givenNames\n dateOfIssue\n createdAt\n updatedAt\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n }\n}\n "], ["\n fragment UserFields on User {\n id\n title\n forename\n surname\n email\n username\n employeeId\n createdAt\n updatedAt\n dob\n admin\n tmcAdmin\n companyAdmin\n bookerType\n authMethods\n active\n passwordLastUpdated\n selectedLanguage {\n id\n name\n isoCode\n }\n availableLanguages {\n id\n name\n isoCode\n }\n passports {\n id\n number\n codeOfIssuingState\n nationality\n sex\n dob\n surname\n givenNames\n dateOfIssue\n createdAt\n updatedAt\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n }\n}\n "])));
|
|
930
961
|
var AcceptNewPriceDocument = Apollo.gql(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n mutation acceptNewPrice($id: ID!, $withSupplemental: Boolean = false) {\n acceptNewPrice(id: $id) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation acceptNewPrice($id: ID!, $withSupplemental: Boolean = false) {\n acceptNewPrice(id: $id) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
@@ -1287,7 +1318,27 @@
|
|
|
1287
1318
|
GetCarHireDepotsGQL.ctorParameters = function () { return [
|
|
1288
1319
|
{ type: Apollo.Apollo }
|
|
1289
1320
|
]; };
|
|
1290
|
-
var
|
|
1321
|
+
var GetConfermaOfficeDocument = Apollo.gql(templateObject_26 || (templateObject_26 = __makeTemplateObject(["\n query getConfermaOffice($officeId: Int!) {\n getConfermaOffice(officeId: $officeId) {\n results {\n id\n name\n address {\n addressName\n addressLine1\n addressLine2\n addressLine3\n postalCode\n city\n countryCode\n countryName\n telephoneNumber\n facsimileNumber\n emailAddress\n stateProvince\n mobileNumber\n }\n closestAirport\n closestTrainStation\n longitude\n latitude\n closestHotels {\n hotelId\n hotelName\n isPreferred\n }\n }\n errors {\n service {\n id\n type\n name\n description\n supplierUrl\n active\n apiEndpointUrl\n basketItemTtl\n cancellable\n amendable\n detailSchema\n searchQuerySchema\n }\n errorMessage\n errorCode\n }\n }\n}\n "], ["\n query getConfermaOffice($officeId: Int!) {\n getConfermaOffice(officeId: $officeId) {\n results {\n id\n name\n address {\n addressName\n addressLine1\n addressLine2\n addressLine3\n postalCode\n city\n countryCode\n countryName\n telephoneNumber\n facsimileNumber\n emailAddress\n stateProvince\n mobileNumber\n }\n closestAirport\n closestTrainStation\n longitude\n latitude\n closestHotels {\n hotelId\n hotelName\n isPreferred\n }\n }\n errors {\n service {\n id\n type\n name\n description\n supplierUrl\n active\n apiEndpointUrl\n basketItemTtl\n cancellable\n amendable\n detailSchema\n searchQuerySchema\n }\n errorMessage\n errorCode\n }\n }\n}\n "])));
|
|
1322
|
+
var GetConfermaOfficeGQL = /** @class */ (function (_super) {
|
|
1323
|
+
__extends(GetConfermaOfficeGQL, _super);
|
|
1324
|
+
function GetConfermaOfficeGQL(apollo) {
|
|
1325
|
+
var _this = _super.call(this, apollo) || this;
|
|
1326
|
+
_this.document = GetConfermaOfficeDocument;
|
|
1327
|
+
return _this;
|
|
1328
|
+
}
|
|
1329
|
+
return GetConfermaOfficeGQL;
|
|
1330
|
+
}(Apollo.Query));
|
|
1331
|
+
/** @nocollapse */ GetConfermaOfficeGQL.ɵprov = i0.ɵɵdefineInjectable({ factory: function GetConfermaOfficeGQL_Factory() { return new GetConfermaOfficeGQL(i0.ɵɵinject(Apollo.Apollo)); }, token: GetConfermaOfficeGQL, providedIn: "root" });
|
|
1332
|
+
GetConfermaOfficeGQL.decorators = [
|
|
1333
|
+
{ type: i0.Injectable, args: [{
|
|
1334
|
+
providedIn: 'root'
|
|
1335
|
+
},] }
|
|
1336
|
+
];
|
|
1337
|
+
/** @nocollapse */
|
|
1338
|
+
GetConfermaOfficeGQL.ctorParameters = function () { return [
|
|
1339
|
+
{ type: Apollo.Apollo }
|
|
1340
|
+
]; };
|
|
1341
|
+
var GetConfermaOfficeNamesDocument = Apollo.gql(templateObject_27 || (templateObject_27 = __makeTemplateObject(["\n query getConfermaOfficeNames {\n getConfermaOfficeNames {\n results {\n id\n name\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""], ["\n query getConfermaOfficeNames {\n getConfermaOfficeNames {\n results {\n id\n name\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1291
1342
|
var GetConfermaOfficeNamesGQL = /** @class */ (function (_super) {
|
|
1292
1343
|
__extends(GetConfermaOfficeNamesGQL, _super);
|
|
1293
1344
|
function GetConfermaOfficeNamesGQL(apollo) {
|
|
@@ -1307,7 +1358,7 @@
|
|
|
1307
1358
|
GetConfermaOfficeNamesGQL.ctorParameters = function () { return [
|
|
1308
1359
|
{ type: Apollo.Apollo }
|
|
1309
1360
|
]; };
|
|
1310
|
-
var GetConfermaQuicklistDocument = Apollo.gql(
|
|
1361
|
+
var GetConfermaQuicklistDocument = Apollo.gql(templateObject_28 || (templateObject_28 = __makeTemplateObject(["\n query getConfermaQuicklist($countryCode: String!) {\n getConfermaQuicklist(countryCode: $countryCode) {\n results {\n id\n name\n imageUrl\n group\n location {\n distance\n distanceType\n longitude\n latitude\n }\n address {\n addressLine1\n addressLine2\n addressLine3\n postOrZipCode\n countryCode\n telephone\n facsimile\n }\n transports {\n type\n name\n code\n distance\n distanceType\n longitude\n latitude\n }\n preferred {\n client\n consumer\n }\n tags {\n name\n display\n type\n icon\n }\n availableRates {\n hotelId\n imageUrl\n rooms {\n roomId\n roomType\n roomDescription\n rateCode\n rateDescription\n total\n currencyCode\n currencyConversion {\n rate\n localCode\n localTotal\n convertedCode\n convertedTotal\n }\n deposit {\n amount\n policy\n required\n }\n nights {\n night\n rate\n info\n date\n }\n policies {\n cancellation\n deposit\n disabledAccess\n general\n guarantee\n refundAvailable\n }\n tax {\n included\n rate\n }\n acceptedCards {\n id\n name\n }\n paymentTypes {\n type\n name\n }\n }\n prpn\n currencyCode\n isBusy\n source\n version\n }\n version\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailableMessage\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""], ["\n query getConfermaQuicklist($countryCode: String!) {\n getConfermaQuicklist(countryCode: $countryCode) {\n results {\n id\n name\n imageUrl\n group\n location {\n distance\n distanceType\n longitude\n latitude\n }\n address {\n addressLine1\n addressLine2\n addressLine3\n postOrZipCode\n countryCode\n telephone\n facsimile\n }\n transports {\n type\n name\n code\n distance\n distanceType\n longitude\n latitude\n }\n preferred {\n client\n consumer\n }\n tags {\n name\n display\n type\n icon\n }\n availableRates {\n hotelId\n imageUrl\n rooms {\n roomId\n roomType\n roomDescription\n rateCode\n rateDescription\n total\n currencyCode\n currencyConversion {\n rate\n localCode\n localTotal\n convertedCode\n convertedTotal\n }\n deposit {\n amount\n policy\n required\n }\n nights {\n night\n rate\n info\n date\n }\n policies {\n cancellation\n deposit\n disabledAccess\n general\n guarantee\n refundAvailable\n }\n tax {\n included\n rate\n }\n acceptedCards {\n id\n name\n }\n paymentTypes {\n type\n name\n }\n }\n prpn\n currencyCode\n isBusy\n source\n version\n }\n version\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailableMessage\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1311
1362
|
var GetConfermaQuicklistGQL = /** @class */ (function (_super) {
|
|
1312
1363
|
__extends(GetConfermaQuicklistGQL, _super);
|
|
1313
1364
|
function GetConfermaQuicklistGQL(apollo) {
|
|
@@ -1327,7 +1378,27 @@
|
|
|
1327
1378
|
GetConfermaQuicklistGQL.ctorParameters = function () { return [
|
|
1328
1379
|
{ type: Apollo.Apollo }
|
|
1329
1380
|
]; };
|
|
1330
|
-
var
|
|
1381
|
+
var GetIrlSupplierStationDocument = Apollo.gql(templateObject_29 || (templateObject_29 = __makeTemplateObject(["\n query getIRLSupplierStation($id: ID, $supplier: IRLSupplier, $code: String) {\n getIRLSupplierStation(id: $id, supplier: $supplier, code: $code) {\n id\n name\n supplier\n stationCode\n nlcCode\n trainlineCode\n trainlineUniqueCode\n locationDetails {\n continent\n country\n countryCode\n state\n city\n coordinates {\n latitude\n longitude\n altitude\n }\n postcode\n road\n gridReference\n northing\n easting\n }\n }\n}\n "], ["\n query getIRLSupplierStation($id: ID, $supplier: IRLSupplier, $code: String) {\n getIRLSupplierStation(id: $id, supplier: $supplier, code: $code) {\n id\n name\n supplier\n stationCode\n nlcCode\n trainlineCode\n trainlineUniqueCode\n locationDetails {\n continent\n country\n countryCode\n state\n city\n coordinates {\n latitude\n longitude\n altitude\n }\n postcode\n road\n gridReference\n northing\n easting\n }\n }\n}\n "])));
|
|
1382
|
+
var GetIrlSupplierStationGQL = /** @class */ (function (_super) {
|
|
1383
|
+
__extends(GetIrlSupplierStationGQL, _super);
|
|
1384
|
+
function GetIrlSupplierStationGQL(apollo) {
|
|
1385
|
+
var _this = _super.call(this, apollo) || this;
|
|
1386
|
+
_this.document = GetIrlSupplierStationDocument;
|
|
1387
|
+
return _this;
|
|
1388
|
+
}
|
|
1389
|
+
return GetIrlSupplierStationGQL;
|
|
1390
|
+
}(Apollo.Query));
|
|
1391
|
+
/** @nocollapse */ GetIrlSupplierStationGQL.ɵprov = i0.ɵɵdefineInjectable({ factory: function GetIrlSupplierStationGQL_Factory() { return new GetIrlSupplierStationGQL(i0.ɵɵinject(Apollo.Apollo)); }, token: GetIrlSupplierStationGQL, providedIn: "root" });
|
|
1392
|
+
GetIrlSupplierStationGQL.decorators = [
|
|
1393
|
+
{ type: i0.Injectable, args: [{
|
|
1394
|
+
providedIn: 'root'
|
|
1395
|
+
},] }
|
|
1396
|
+
];
|
|
1397
|
+
/** @nocollapse */
|
|
1398
|
+
GetIrlSupplierStationGQL.ctorParameters = function () { return [
|
|
1399
|
+
{ type: Apollo.Apollo }
|
|
1400
|
+
]; };
|
|
1401
|
+
var GetRailStationDocument = Apollo.gql(templateObject_30 || (templateObject_30 = __makeTemplateObject(["\n query getRailStation($id: ID, $code: String) {\n getRailStation(id: $id, code: $code) {\n id\n name\n stationCode\n nlcCode\n trainlineCode\n trainlineUniqueCode\n locationDetails {\n continent\n country\n countryCode\n state\n city\n coordinates {\n latitude\n longitude\n altitude\n }\n postcode\n road\n gridReference\n northing\n easting\n }\n }\n}\n "], ["\n query getRailStation($id: ID, $code: String) {\n getRailStation(id: $id, code: $code) {\n id\n name\n stationCode\n nlcCode\n trainlineCode\n trainlineUniqueCode\n locationDetails {\n continent\n country\n countryCode\n state\n city\n coordinates {\n latitude\n longitude\n altitude\n }\n postcode\n road\n gridReference\n northing\n easting\n }\n }\n}\n "])));
|
|
1331
1402
|
var GetRailStationGQL = /** @class */ (function (_super) {
|
|
1332
1403
|
__extends(GetRailStationGQL, _super);
|
|
1333
1404
|
function GetRailStationGQL(apollo) {
|
|
@@ -1347,7 +1418,7 @@
|
|
|
1347
1418
|
GetRailStationGQL.ctorParameters = function () { return [
|
|
1348
1419
|
{ type: Apollo.Apollo }
|
|
1349
1420
|
]; };
|
|
1350
|
-
var GetRailcardsDocument = Apollo.gql(
|
|
1421
|
+
var GetRailcardsDocument = Apollo.gql(templateObject_31 || (templateObject_31 = __makeTemplateObject(["\n query getRailcards {\n getRailcards {\n name\n code\n }\n}\n "], ["\n query getRailcards {\n getRailcards {\n name\n code\n }\n}\n "])));
|
|
1351
1422
|
var GetRailcardsGQL = /** @class */ (function (_super) {
|
|
1352
1423
|
__extends(GetRailcardsGQL, _super);
|
|
1353
1424
|
function GetRailcardsGQL(apollo) {
|
|
@@ -1367,7 +1438,7 @@
|
|
|
1367
1438
|
GetRailcardsGQL.ctorParameters = function () { return [
|
|
1368
1439
|
{ type: Apollo.Apollo }
|
|
1369
1440
|
]; };
|
|
1370
|
-
var GetRiskAlertsDocument = Apollo.gql(
|
|
1441
|
+
var GetRiskAlertsDocument = Apollo.gql(templateObject_32 || (templateObject_32 = __makeTemplateObject(["\n query getRiskAlerts($minLevel: RiskLevel!, $maxLevel: RiskLevel!, $countryIsoCode: String, $airport: ID, $railStation: ID, $airportIata: String) {\n getRiskAlerts(minLevel: $minLevel, maxLevel: $maxLevel, countryIsoCode: $countryIsoCode, airport: $airport, railStation: $railStation, airportIata: $airportIata) {\n id\n title\n description\n breaking\n risk\n category\n country\n location\n latitude\n longitude\n startDate\n endDate\n receivedDate\n }\n}\n "], ["\n query getRiskAlerts($minLevel: RiskLevel!, $maxLevel: RiskLevel!, $countryIsoCode: String, $airport: ID, $railStation: ID, $airportIata: String) {\n getRiskAlerts(minLevel: $minLevel, maxLevel: $maxLevel, countryIsoCode: $countryIsoCode, airport: $airport, railStation: $railStation, airportIata: $airportIata) {\n id\n title\n description\n breaking\n risk\n category\n country\n location\n latitude\n longitude\n startDate\n endDate\n receivedDate\n }\n}\n "])));
|
|
1371
1442
|
var GetRiskAlertsGQL = /** @class */ (function (_super) {
|
|
1372
1443
|
__extends(GetRiskAlertsGQL, _super);
|
|
1373
1444
|
function GetRiskAlertsGQL(apollo) {
|
|
@@ -1387,7 +1458,7 @@
|
|
|
1387
1458
|
GetRiskAlertsGQL.ctorParameters = function () { return [
|
|
1388
1459
|
{ type: Apollo.Apollo }
|
|
1389
1460
|
]; };
|
|
1390
|
-
var GetUserAddressesDocument = Apollo.gql(
|
|
1461
|
+
var GetUserAddressesDocument = Apollo.gql(templateObject_33 || (templateObject_33 = __makeTemplateObject(["\n query getUserAddresses {\n getUserAddresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n }\n}\n "], ["\n query getUserAddresses {\n getUserAddresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n }\n}\n "])));
|
|
1391
1462
|
var GetUserAddressesGQL = /** @class */ (function (_super) {
|
|
1392
1463
|
__extends(GetUserAddressesGQL, _super);
|
|
1393
1464
|
function GetUserAddressesGQL(apollo) {
|
|
@@ -1407,7 +1478,7 @@
|
|
|
1407
1478
|
GetUserAddressesGQL.ctorParameters = function () { return [
|
|
1408
1479
|
{ type: Apollo.Apollo }
|
|
1409
1480
|
]; };
|
|
1410
|
-
var GetUserCompanyOfficesDocument = Apollo.gql(
|
|
1481
|
+
var GetUserCompanyOfficesDocument = Apollo.gql(templateObject_34 || (templateObject_34 = __makeTemplateObject(["\n query getUserCompanyOffices {\n getUserCompanyOffices {\n id\n name\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n }\n }\n}\n "], ["\n query getUserCompanyOffices {\n getUserCompanyOffices {\n id\n name\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n }\n }\n}\n "])));
|
|
1411
1482
|
var GetUserCompanyOfficesGQL = /** @class */ (function (_super) {
|
|
1412
1483
|
__extends(GetUserCompanyOfficesGQL, _super);
|
|
1413
1484
|
function GetUserCompanyOfficesGQL(apollo) {
|
|
@@ -1427,7 +1498,7 @@
|
|
|
1427
1498
|
GetUserCompanyOfficesGQL.ctorParameters = function () { return [
|
|
1428
1499
|
{ type: Apollo.Apollo }
|
|
1429
1500
|
]; };
|
|
1430
|
-
var GetUserCurrentCarbonAllowanceDocument = Apollo.gql(
|
|
1501
|
+
var GetUserCurrentCarbonAllowanceDocument = Apollo.gql(templateObject_35 || (templateObject_35 = __makeTemplateObject(["\n query getUserCurrentCarbonAllowance($user: ID) {\n getUserCurrentCarbonAllowance(user: $user) {\n id\n startOfPeriod\n endOfPeriod\n remainingCo2\n totalCo2\n carbonPolicySource\n company {\n id\n name\n }\n office {\n id\n name\n }\n user {\n id\n forename\n surname\n email\n }\n periodConsumption {\n id\n consumed\n datetime\n }\n }\n}\n "], ["\n query getUserCurrentCarbonAllowance($user: ID) {\n getUserCurrentCarbonAllowance(user: $user) {\n id\n startOfPeriod\n endOfPeriod\n remainingCo2\n totalCo2\n carbonPolicySource\n company {\n id\n name\n }\n office {\n id\n name\n }\n user {\n id\n forename\n surname\n email\n }\n periodConsumption {\n id\n consumed\n datetime\n }\n }\n}\n "])));
|
|
1431
1502
|
var GetUserCurrentCarbonAllowanceGQL = /** @class */ (function (_super) {
|
|
1432
1503
|
__extends(GetUserCurrentCarbonAllowanceGQL, _super);
|
|
1433
1504
|
function GetUserCurrentCarbonAllowanceGQL(apollo) {
|
|
@@ -1447,7 +1518,7 @@
|
|
|
1447
1518
|
GetUserCurrentCarbonAllowanceGQL.ctorParameters = function () { return [
|
|
1448
1519
|
{ type: Apollo.Apollo }
|
|
1449
1520
|
]; };
|
|
1450
|
-
var GetUserMiAutoSuggestValuesDocument = Apollo.gql(
|
|
1521
|
+
var GetUserMiAutoSuggestValuesDocument = Apollo.gql(templateObject_36 || (templateObject_36 = __makeTemplateObject(["\n query getUserMIAutoSuggestValues($mi: ID!, $partialLabel: String!) {\n getUserMIAutoSuggestValues(mi: $mi, partialLabel: $partialLabel) {\n id\n label\n value\n default\n fixed\n agentOnly\n }\n}\n "], ["\n query getUserMIAutoSuggestValues($mi: ID!, $partialLabel: String!) {\n getUserMIAutoSuggestValues(mi: $mi, partialLabel: $partialLabel) {\n id\n label\n value\n default\n fixed\n agentOnly\n }\n}\n "])));
|
|
1451
1522
|
var GetUserMiAutoSuggestValuesGQL = /** @class */ (function (_super) {
|
|
1452
1523
|
__extends(GetUserMiAutoSuggestValuesGQL, _super);
|
|
1453
1524
|
function GetUserMiAutoSuggestValuesGQL(apollo) {
|
|
@@ -1467,7 +1538,7 @@
|
|
|
1467
1538
|
GetUserMiAutoSuggestValuesGQL.ctorParameters = function () { return [
|
|
1468
1539
|
{ type: Apollo.Apollo }
|
|
1469
1540
|
]; };
|
|
1470
|
-
var GetUserPhoneDocument = Apollo.gql(
|
|
1541
|
+
var GetUserPhoneDocument = Apollo.gql(templateObject_37 || (templateObject_37 = __makeTemplateObject(["\n query getUserPhone {\n getUserPhoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n }\n}\n "], ["\n query getUserPhone {\n getUserPhoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n }\n}\n "])));
|
|
1471
1542
|
var GetUserPhoneGQL = /** @class */ (function (_super) {
|
|
1472
1543
|
__extends(GetUserPhoneGQL, _super);
|
|
1473
1544
|
function GetUserPhoneGQL(apollo) {
|
|
@@ -1487,7 +1558,7 @@
|
|
|
1487
1558
|
GetUserPhoneGQL.ctorParameters = function () { return [
|
|
1488
1559
|
{ type: Apollo.Apollo }
|
|
1489
1560
|
]; };
|
|
1490
|
-
var GetUserRecentSearchesDocument = Apollo.gql(
|
|
1561
|
+
var GetUserRecentSearchesDocument = Apollo.gql(templateObject_38 || (templateObject_38 = __makeTemplateObject(["\n query getUserRecentSearches($serviceType: ServiceType) {\n getUserRecentSearches(serviceType: $serviceType) {\n id\n name\n serviceType\n searchArgs\n createdAt\n updatedAt\n travelDate\n travellers {\n id\n title\n forename\n surname\n email\n username\n dob\n }\n }\n}\n "], ["\n query getUserRecentSearches($serviceType: ServiceType) {\n getUserRecentSearches(serviceType: $serviceType) {\n id\n name\n serviceType\n searchArgs\n createdAt\n updatedAt\n travelDate\n travellers {\n id\n title\n forename\n surname\n email\n username\n dob\n }\n }\n}\n "])));
|
|
1491
1562
|
var GetUserRecentSearchesGQL = /** @class */ (function (_super) {
|
|
1492
1563
|
__extends(GetUserRecentSearchesGQL, _super);
|
|
1493
1564
|
function GetUserRecentSearchesGQL(apollo) {
|
|
@@ -1507,7 +1578,7 @@
|
|
|
1507
1578
|
GetUserRecentSearchesGQL.ctorParameters = function () { return [
|
|
1508
1579
|
{ type: Apollo.Apollo }
|
|
1509
1580
|
]; };
|
|
1510
|
-
var SearchHotelsDocument = Apollo.gql(
|
|
1581
|
+
var SearchHotelsDocument = Apollo.gql(templateObject_39 || (templateObject_39 = __makeTemplateObject(["\n query searchHotels($startDate: Date!, $endDate: Date!, $cityName: String, $postOrZipCode: String, $countryCode: String, $latitude: Float, $longitude: Float, $trainStationCode: String, $iata: String, $officeId: Int, $rooms: Int!, $adults: Int!, $children: Int, $currency: String!, $distanceType: DistanceTypes!, $distance: Int!, $maxResults: Int, $hotelName: String, $groupName: String) {\n searchHotels(startDate: $startDate, endDate: $endDate, cityName: $cityName, postOrZipCode: $postOrZipCode, countryCode: $countryCode, latitude: $latitude, longitude: $longitude, trainStationCode: $trainStationCode, iata: $iata, officeId: $officeId, rooms: $rooms, adults: $adults, children: $children, currency: $currency, distanceType: $distanceType, distance: $distance, maxResults: $maxResults, hotelName: $hotelName, groupName: $groupName) {\n results {\n id\n name\n imageUrl\n group\n location {\n distance\n distanceType\n longitude\n latitude\n }\n address {\n addressLine1\n addressLine2\n addressLine3\n postOrZipCode\n countryCode\n telephone\n facsimile\n }\n transports {\n type\n name\n code\n distance\n distanceType\n longitude\n latitude\n }\n preferred {\n client\n consumer\n }\n tags {\n name\n display\n type\n icon\n }\n availableRates {\n hotelId\n imageUrl\n rooms {\n roomId\n roomType\n roomDescription\n rateCode\n rateDescription\n total\n currencyCode\n currencyConversion {\n rate\n localCode\n localTotal\n convertedCode\n convertedTotal\n }\n deposit {\n amount\n policy\n required\n }\n nights {\n night\n rate\n info\n date\n }\n policies {\n cancellation\n deposit\n disabledAccess\n general\n guarantee\n refundAvailable\n }\n tax {\n included\n rate\n }\n acceptedCards {\n id\n name\n }\n paymentTypes {\n type\n name\n }\n }\n prpn\n currencyCode\n isBusy\n source\n version\n }\n co2PerPassenger\n co2PerItem\n source\n sourceId\n version\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n }\n errors {\n service {\n id\n type\n name\n description\n detailSchema\n searchQuerySchema\n }\n errorMessage\n errorCode\n }\n }\n}\n "], ["\n query searchHotels($startDate: Date!, $endDate: Date!, $cityName: String, $postOrZipCode: String, $countryCode: String, $latitude: Float, $longitude: Float, $trainStationCode: String, $iata: String, $officeId: Int, $rooms: Int!, $adults: Int!, $children: Int, $currency: String!, $distanceType: DistanceTypes!, $distance: Int!, $maxResults: Int, $hotelName: String, $groupName: String) {\n searchHotels(startDate: $startDate, endDate: $endDate, cityName: $cityName, postOrZipCode: $postOrZipCode, countryCode: $countryCode, latitude: $latitude, longitude: $longitude, trainStationCode: $trainStationCode, iata: $iata, officeId: $officeId, rooms: $rooms, adults: $adults, children: $children, currency: $currency, distanceType: $distanceType, distance: $distance, maxResults: $maxResults, hotelName: $hotelName, groupName: $groupName) {\n results {\n id\n name\n imageUrl\n group\n location {\n distance\n distanceType\n longitude\n latitude\n }\n address {\n addressLine1\n addressLine2\n addressLine3\n postOrZipCode\n countryCode\n telephone\n facsimile\n }\n transports {\n type\n name\n code\n distance\n distanceType\n longitude\n latitude\n }\n preferred {\n client\n consumer\n }\n tags {\n name\n display\n type\n icon\n }\n availableRates {\n hotelId\n imageUrl\n rooms {\n roomId\n roomType\n roomDescription\n rateCode\n rateDescription\n total\n currencyCode\n currencyConversion {\n rate\n localCode\n localTotal\n convertedCode\n convertedTotal\n }\n deposit {\n amount\n policy\n required\n }\n nights {\n night\n rate\n info\n date\n }\n policies {\n cancellation\n deposit\n disabledAccess\n general\n guarantee\n refundAvailable\n }\n tax {\n included\n rate\n }\n acceptedCards {\n id\n name\n }\n paymentTypes {\n type\n name\n }\n }\n prpn\n currencyCode\n isBusy\n source\n version\n }\n co2PerPassenger\n co2PerItem\n source\n sourceId\n version\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n }\n errors {\n service {\n id\n type\n name\n description\n detailSchema\n searchQuerySchema\n }\n errorMessage\n errorCode\n }\n }\n}\n "])));
|
|
1511
1582
|
var SearchHotelsGQL = /** @class */ (function (_super) {
|
|
1512
1583
|
__extends(SearchHotelsGQL, _super);
|
|
1513
1584
|
function SearchHotelsGQL(apollo) {
|
|
@@ -1527,7 +1598,7 @@
|
|
|
1527
1598
|
SearchHotelsGQL.ctorParameters = function () { return [
|
|
1528
1599
|
{ type: Apollo.Apollo }
|
|
1529
1600
|
]; };
|
|
1530
|
-
var GetMultipleHotelsAvailabilityDocument = Apollo.gql(
|
|
1601
|
+
var GetMultipleHotelsAvailabilityDocument = Apollo.gql(templateObject_40 || (templateObject_40 = __makeTemplateObject(["\n query getMultipleHotelsAvailability($hotel: [String!]!, $startDate: Date!, $endDate: Date!, $currency: String!, $occupants: Int!, $rooms: Int) {\n getMultipleHotelsAvailability(hotel: $hotel, startDate: $startDate, endDate: $endDate, currency: $currency, occupants: $occupants, rooms: $rooms) {\n results {\n hotelId\n rooms {\n roomId\n roomType\n roomDescription\n rateCode\n rateDescription\n total\n currencyCode\n currencyConversion {\n rate\n localCode\n localTotal\n convertedCode\n convertedTotal\n }\n deposit {\n amount\n policy\n required\n }\n nights {\n night\n rate\n info\n date\n }\n policies {\n cancellation\n deposit\n disabledAccess\n general\n guarantee\n refundAvailable\n }\n tax {\n included\n rate\n }\n acceptedCards {\n id\n name\n }\n paymentTypes {\n type\n name\n }\n }\n prpn\n currencyCode\n isBusy\n source\n version\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""], ["\n query getMultipleHotelsAvailability($hotel: [String!]!, $startDate: Date!, $endDate: Date!, $currency: String!, $occupants: Int!, $rooms: Int) {\n getMultipleHotelsAvailability(hotel: $hotel, startDate: $startDate, endDate: $endDate, currency: $currency, occupants: $occupants, rooms: $rooms) {\n results {\n hotelId\n rooms {\n roomId\n roomType\n roomDescription\n rateCode\n rateDescription\n total\n currencyCode\n currencyConversion {\n rate\n localCode\n localTotal\n convertedCode\n convertedTotal\n }\n deposit {\n amount\n policy\n required\n }\n nights {\n night\n rate\n info\n date\n }\n policies {\n cancellation\n deposit\n disabledAccess\n general\n guarantee\n refundAvailable\n }\n tax {\n included\n rate\n }\n acceptedCards {\n id\n name\n }\n paymentTypes {\n type\n name\n }\n }\n prpn\n currencyCode\n isBusy\n source\n version\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1531
1602
|
var GetMultipleHotelsAvailabilityGQL = /** @class */ (function (_super) {
|
|
1532
1603
|
__extends(GetMultipleHotelsAvailabilityGQL, _super);
|
|
1533
1604
|
function GetMultipleHotelsAvailabilityGQL(apollo) {
|
|
@@ -1547,7 +1618,7 @@
|
|
|
1547
1618
|
GetMultipleHotelsAvailabilityGQL.ctorParameters = function () { return [
|
|
1548
1619
|
{ type: Apollo.Apollo }
|
|
1549
1620
|
]; };
|
|
1550
|
-
var IsPostcodeValidDocument = Apollo.gql(
|
|
1621
|
+
var IsPostcodeValidDocument = Apollo.gql(templateObject_41 || (templateObject_41 = __makeTemplateObject(["\n query isPostcodeValid($postcode: String!) {\n isPostcodeValid(postcode: $postcode)\n}\n "], ["\n query isPostcodeValid($postcode: String!) {\n isPostcodeValid(postcode: $postcode)\n}\n "])));
|
|
1551
1622
|
var IsPostcodeValidGQL = /** @class */ (function (_super) {
|
|
1552
1623
|
__extends(IsPostcodeValidGQL, _super);
|
|
1553
1624
|
function IsPostcodeValidGQL(apollo) {
|
|
@@ -1567,7 +1638,7 @@
|
|
|
1567
1638
|
IsPostcodeValidGQL.ctorParameters = function () { return [
|
|
1568
1639
|
{ type: Apollo.Apollo }
|
|
1569
1640
|
]; };
|
|
1570
|
-
var SearchAirportsDocument = Apollo.gql(
|
|
1641
|
+
var SearchAirportsDocument = Apollo.gql(templateObject_42 || (templateObject_42 = __makeTemplateObject(["\n query searchAirports($query: String!, $countryCode: String, $hasLounge: Boolean, $hasParking: Boolean, $hasFastTrack: Boolean) {\n searchAirports(query: $query, countryCode: $countryCode, hasLounge: $hasLounge, hasParking: $hasParking, hasFastTrack: $hasFastTrack) {\n iataMatch {\n id\n name\n iata\n icao\n terminals\n locationDetails {\n ...LOCATION_DETAIL\n }\n }\n generalMatches {\n id\n name\n iata\n icao\n terminals\n locationDetails {\n ...LOCATION_DETAIL\n }\n }\n }\n}\n ", ""], ["\n query searchAirports($query: String!, $countryCode: String, $hasLounge: Boolean, $hasParking: Boolean, $hasFastTrack: Boolean) {\n searchAirports(query: $query, countryCode: $countryCode, hasLounge: $hasLounge, hasParking: $hasParking, hasFastTrack: $hasFastTrack) {\n iataMatch {\n id\n name\n iata\n icao\n terminals\n locationDetails {\n ...LOCATION_DETAIL\n }\n }\n generalMatches {\n id\n name\n iata\n icao\n terminals\n locationDetails {\n ...LOCATION_DETAIL\n }\n }\n }\n}\n ", ""])), Location_DetailFragmentDoc);
|
|
1571
1642
|
var SearchAirportsGQL = /** @class */ (function (_super) {
|
|
1572
1643
|
__extends(SearchAirportsGQL, _super);
|
|
1573
1644
|
function SearchAirportsGQL(apollo) {
|
|
@@ -1587,7 +1658,7 @@
|
|
|
1587
1658
|
SearchAirportsGQL.ctorParameters = function () { return [
|
|
1588
1659
|
{ type: Apollo.Apollo }
|
|
1589
1660
|
]; };
|
|
1590
|
-
var SearchLoungesDocument = Apollo.gql(
|
|
1661
|
+
var SearchLoungesDocument = Apollo.gql(templateObject_43 || (templateObject_43 = __makeTemplateObject(["\n query searchLounges($locationCode: String!, $arrivalDatetime: DateTime!, $adults: Int!, $children: Int, $infants: Int, $terminal: String) {\n searchLounges(locationCode: $locationCode, arrivalDatetime: $arrivalDatetime, adults: $adults, children: $children, infants: $infants, terminal: $terminal) {\n results {\n source\n sourceId\n name\n code\n price\n currency\n lounge {\n code\n name\n airport\n terminal\n address\n telephone\n fax\n directions\n introduction\n logo\n mobileImage\n furtherImages\n adultAge\n childAge\n infantAge\n landside\n airside\n facilities\n openTime\n closeTime\n wifi\n tv\n snacks\n phone\n internet\n childrenAllowed\n disabledAccess\n drinks\n freeDrinks\n freeFood\n smokingPermitted\n magazines\n includedDrinks\n menuFood\n menuDrinks\n menuExtras\n whatsIncludedDrinks\n whatsIncludedExtras\n whatsIncludedFood\n groupInfo\n checkInInfo\n dressCode\n facilitiesInfo\n foodAndBeverage\n cancellationInfo\n amendmentsInfo\n misc\n }\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n co2PerPassenger\n co2PerItem\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""], ["\n query searchLounges($locationCode: String!, $arrivalDatetime: DateTime!, $adults: Int!, $children: Int, $infants: Int, $terminal: String) {\n searchLounges(locationCode: $locationCode, arrivalDatetime: $arrivalDatetime, adults: $adults, children: $children, infants: $infants, terminal: $terminal) {\n results {\n source\n sourceId\n name\n code\n price\n currency\n lounge {\n code\n name\n airport\n terminal\n address\n telephone\n fax\n directions\n introduction\n logo\n mobileImage\n furtherImages\n adultAge\n childAge\n infantAge\n landside\n airside\n facilities\n openTime\n closeTime\n wifi\n tv\n snacks\n phone\n internet\n childrenAllowed\n disabledAccess\n drinks\n freeDrinks\n freeFood\n smokingPermitted\n magazines\n includedDrinks\n menuFood\n menuDrinks\n menuExtras\n whatsIncludedDrinks\n whatsIncludedExtras\n whatsIncludedFood\n groupInfo\n checkInInfo\n dressCode\n facilitiesInfo\n foodAndBeverage\n cancellationInfo\n amendmentsInfo\n misc\n }\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n co2PerPassenger\n co2PerItem\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1591
1662
|
var SearchLoungesGQL = /** @class */ (function (_super) {
|
|
1592
1663
|
__extends(SearchLoungesGQL, _super);
|
|
1593
1664
|
function SearchLoungesGQL(apollo) {
|
|
@@ -1607,7 +1678,7 @@
|
|
|
1607
1678
|
SearchLoungesGQL.ctorParameters = function () { return [
|
|
1608
1679
|
{ type: Apollo.Apollo }
|
|
1609
1680
|
]; };
|
|
1610
|
-
var MoveItemToADifferentBasketDocument = Apollo.gql(
|
|
1681
|
+
var MoveItemToADifferentBasketDocument = Apollo.gql(templateObject_44 || (templateObject_44 = __makeTemplateObject(["\n mutation moveItemToADifferentBasket($basketItem: ID!, $newBasket: ID!, $withSupplemental: Boolean = false) {\n moveItemToADifferentBasket(basketItem: $basketItem, newBasket: $newBasket) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation moveItemToADifferentBasket($basketItem: ID!, $newBasket: ID!, $withSupplemental: Boolean = false) {\n moveItemToADifferentBasket(basketItem: $basketItem, newBasket: $newBasket) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
1611
1682
|
var MoveItemToADifferentBasketGQL = /** @class */ (function (_super) {
|
|
1612
1683
|
__extends(MoveItemToADifferentBasketGQL, _super);
|
|
1613
1684
|
function MoveItemToADifferentBasketGQL(apollo) {
|
|
@@ -1627,7 +1698,7 @@
|
|
|
1627
1698
|
MoveItemToADifferentBasketGQL.ctorParameters = function () { return [
|
|
1628
1699
|
{ type: Apollo.Apollo }
|
|
1629
1700
|
]; };
|
|
1630
|
-
var SearchParkingDocument = Apollo.gql(
|
|
1701
|
+
var SearchParkingDocument = Apollo.gql(templateObject_45 || (templateObject_45 = __makeTemplateObject(["\n query searchParking($arrivalDatetime: DateTime!, $departDatetime: DateTime!, $locationCode: String!, $outFlightNumber: String, $recommended: Boolean, $onAirport: Boolean, $meetAndGreet: Boolean, $parkAndRide: Boolean, $parkAndStroll: Boolean, $carParkedForYou: Boolean, $terminal: String) {\n searchParking(arrivalDatetime: $arrivalDatetime, departDatetime: $departDatetime, locationCode: $locationCode, outFlightNumber: $outFlightNumber, recommended: $recommended, onAirport: $onAirport, meetAndGreet: $meetAndGreet, parkAndRide: $parkAndRide, parkAndStroll: $parkAndStroll, carParkedForYou: $carParkedForYou, terminal: $terminal) {\n results {\n source\n sourceId\n carPark {\n code\n name\n airport\n terminal\n latitude\n longitude\n address\n distanceToAirport\n onAirport\n carParkedForYou\n meetAndGreet\n telephone\n fax\n directions\n arrivalProcedure\n departureProcedure\n maximumCarSize\n introduction\n information\n transferInformation\n transferOperatingTimes\n transferTime\n logo\n defaultImage\n brandImage\n mobileImage\n furtherImages\n misc\n }\n requiredInfo\n price\n currency\n misc\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n co2PerPassenger\n co2PerItem\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""], ["\n query searchParking($arrivalDatetime: DateTime!, $departDatetime: DateTime!, $locationCode: String!, $outFlightNumber: String, $recommended: Boolean, $onAirport: Boolean, $meetAndGreet: Boolean, $parkAndRide: Boolean, $parkAndStroll: Boolean, $carParkedForYou: Boolean, $terminal: String) {\n searchParking(arrivalDatetime: $arrivalDatetime, departDatetime: $departDatetime, locationCode: $locationCode, outFlightNumber: $outFlightNumber, recommended: $recommended, onAirport: $onAirport, meetAndGreet: $meetAndGreet, parkAndRide: $parkAndRide, parkAndStroll: $parkAndStroll, carParkedForYou: $carParkedForYou, terminal: $terminal) {\n results {\n source\n sourceId\n carPark {\n code\n name\n airport\n terminal\n latitude\n longitude\n address\n distanceToAirport\n onAirport\n carParkedForYou\n meetAndGreet\n telephone\n fax\n directions\n arrivalProcedure\n departureProcedure\n maximumCarSize\n introduction\n information\n transferInformation\n transferOperatingTimes\n transferTime\n logo\n defaultImage\n brandImage\n mobileImage\n furtherImages\n misc\n }\n requiredInfo\n price\n currency\n misc\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n co2PerPassenger\n co2PerItem\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1631
1702
|
var SearchParkingGQL = /** @class */ (function (_super) {
|
|
1632
1703
|
__extends(SearchParkingGQL, _super);
|
|
1633
1704
|
function SearchParkingGQL(apollo) {
|
|
@@ -1647,7 +1718,7 @@
|
|
|
1647
1718
|
SearchParkingGQL.ctorParameters = function () { return [
|
|
1648
1719
|
{ type: Apollo.Apollo }
|
|
1649
1720
|
]; };
|
|
1650
|
-
var SearchRailDocument = Apollo.gql(templateObject_44 || (templateObject_44 = __makeTemplateObject(["\n query searchRail($countryCode: String!, $journeyType: RailJourneyType!, $class: RailClass, $outboundArrivalDateTime: DateTime, $outboundDepartureDateTime: DateTime, $departureLocationId: ID!, $arrivalLocationId: ID!, $adults: Int!, $children: Int, $returnArrivalDateTime: DateTime, $returnDepartureDateTime: DateTime, $railCardQualifiers: [String!], $viaLocationId: ID, $extraTimeToChange: Boolean, $plusBusOut: RailPlusBusAvail, $plusBusReturn: RailPlusBusAvail) {\n searchRail(countryCode: $countryCode, journeyType: $journeyType, class: $class, outboundArrivalDateTime: $outboundArrivalDateTime, outboundDepartureDateTime: $outboundDepartureDateTime, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, adults: $adults, children: $children, returnArrivalDateTime: $returnArrivalDateTime, returnDepartureDateTime: $returnDepartureDateTime, railCardQualifiers: $railCardQualifiers, viaLocationId: $viaLocationId, extraTimeToChange: $extraTimeToChange, plusBusOut: $plusBusOut, plusBusReturn: $plusBusReturn) {\n results {\n source\n sourceId\n outbound {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n co2PerItem\n from\n fromCode\n to\n toCode\n co2PerPassenger\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n callingPoints {\n stationName\n stationCode\n arrivalDateTime\n departureDateTime\n scheduledPlatform\n stationClassification\n stoppingPattern\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n dynamicConditions {\n name\n description\n }\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceGroup\n }\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n allowedWith {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n }\n unsellable\n ticketExtras {\n identifiers {\n type\n location\n date\n journeyId\n isOrigin\n }\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n return {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n co2PerItem\n from\n fromCode\n to\n toCode\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceGroup\n callingPoints {\n stationName\n stationCode\n arrivalDateTime\n departureDateTime\n scheduledPlatform\n stationClassification\n stoppingPattern\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n dynamicConditions {\n name\n description\n }\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceGroup\n }\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n allowedWith {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n }\n unsellable\n ticketExtras {\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""], ["\n query searchRail($countryCode: String!, $journeyType: RailJourneyType!, $class: RailClass, $outboundArrivalDateTime: DateTime, $outboundDepartureDateTime: DateTime, $departureLocationId: ID!, $arrivalLocationId: ID!, $adults: Int!, $children: Int, $returnArrivalDateTime: DateTime, $returnDepartureDateTime: DateTime, $railCardQualifiers: [String!], $viaLocationId: ID, $extraTimeToChange: Boolean, $plusBusOut: RailPlusBusAvail, $plusBusReturn: RailPlusBusAvail) {\n searchRail(countryCode: $countryCode, journeyType: $journeyType, class: $class, outboundArrivalDateTime: $outboundArrivalDateTime, outboundDepartureDateTime: $outboundDepartureDateTime, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, adults: $adults, children: $children, returnArrivalDateTime: $returnArrivalDateTime, returnDepartureDateTime: $returnDepartureDateTime, railCardQualifiers: $railCardQualifiers, viaLocationId: $viaLocationId, extraTimeToChange: $extraTimeToChange, plusBusOut: $plusBusOut, plusBusReturn: $plusBusReturn) {\n results {\n source\n sourceId\n outbound {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n co2PerItem\n from\n fromCode\n to\n toCode\n co2PerPassenger\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n callingPoints {\n stationName\n stationCode\n arrivalDateTime\n departureDateTime\n scheduledPlatform\n stationClassification\n stoppingPattern\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n dynamicConditions {\n name\n description\n }\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceGroup\n }\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n allowedWith {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n }\n unsellable\n ticketExtras {\n identifiers {\n type\n location\n date\n journeyId\n isOrigin\n }\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n return {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n co2PerItem\n from\n fromCode\n to\n toCode\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceGroup\n callingPoints {\n stationName\n stationCode\n arrivalDateTime\n departureDateTime\n scheduledPlatform\n stationClassification\n stoppingPattern\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n dynamicConditions {\n name\n description\n }\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceGroup\n }\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n allowedWith {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n }\n unsellable\n ticketExtras {\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1721
|
+
var SearchRailDocument = Apollo.gql(templateObject_46 || (templateObject_46 = __makeTemplateObject(["\n query searchRail($countryCode: String!, $journeyType: RailJourneyType!, $class: RailClass, $outboundArrivalDateTime: DateTime, $outboundDepartureDateTime: DateTime, $departureLocationId: ID!, $arrivalLocationId: ID!, $adults: Int!, $children: Int, $returnArrivalDateTime: DateTime, $returnDepartureDateTime: DateTime, $railCardQualifiers: [String!], $viaLocationId: ID, $extraTimeToChange: Boolean, $plusBusOut: RailPlusBusAvail, $plusBusReturn: RailPlusBusAvail) {\n searchRail(countryCode: $countryCode, journeyType: $journeyType, class: $class, outboundArrivalDateTime: $outboundArrivalDateTime, outboundDepartureDateTime: $outboundDepartureDateTime, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, adults: $adults, children: $children, returnArrivalDateTime: $returnArrivalDateTime, returnDepartureDateTime: $returnDepartureDateTime, railCardQualifiers: $railCardQualifiers, viaLocationId: $viaLocationId, extraTimeToChange: $extraTimeToChange, plusBusOut: $plusBusOut, plusBusReturn: $plusBusReturn) {\n results {\n source\n sourceId\n outbound {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n co2PerItem\n from\n fromCode\n to\n toCode\n co2PerPassenger\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n callingPoints {\n stationName\n stationCode\n arrivalDateTime\n departureDateTime\n scheduledPlatform\n stationClassification\n stoppingPattern\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n dynamicConditions {\n name\n description\n }\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceGroup\n }\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n allowedWith {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n }\n unsellable\n ticketExtras {\n identifiers {\n type\n location\n date\n journeyId\n isOrigin\n }\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n return {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n co2PerItem\n from\n fromCode\n to\n toCode\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceGroup\n callingPoints {\n stationName\n stationCode\n arrivalDateTime\n departureDateTime\n scheduledPlatform\n stationClassification\n stoppingPattern\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n dynamicConditions {\n name\n description\n }\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceGroup\n }\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n allowedWith {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n }\n unsellable\n ticketExtras {\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""], ["\n query searchRail($countryCode: String!, $journeyType: RailJourneyType!, $class: RailClass, $outboundArrivalDateTime: DateTime, $outboundDepartureDateTime: DateTime, $departureLocationId: ID!, $arrivalLocationId: ID!, $adults: Int!, $children: Int, $returnArrivalDateTime: DateTime, $returnDepartureDateTime: DateTime, $railCardQualifiers: [String!], $viaLocationId: ID, $extraTimeToChange: Boolean, $plusBusOut: RailPlusBusAvail, $plusBusReturn: RailPlusBusAvail) {\n searchRail(countryCode: $countryCode, journeyType: $journeyType, class: $class, outboundArrivalDateTime: $outboundArrivalDateTime, outboundDepartureDateTime: $outboundDepartureDateTime, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, adults: $adults, children: $children, returnArrivalDateTime: $returnArrivalDateTime, returnDepartureDateTime: $returnDepartureDateTime, railCardQualifiers: $railCardQualifiers, viaLocationId: $viaLocationId, extraTimeToChange: $extraTimeToChange, plusBusOut: $plusBusOut, plusBusReturn: $plusBusReturn) {\n results {\n source\n sourceId\n outbound {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n co2PerItem\n from\n fromCode\n to\n toCode\n co2PerPassenger\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n callingPoints {\n stationName\n stationCode\n arrivalDateTime\n departureDateTime\n scheduledPlatform\n stationClassification\n stoppingPattern\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n dynamicConditions {\n name\n description\n }\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceGroup\n }\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n allowedWith {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n }\n unsellable\n ticketExtras {\n identifiers {\n type\n location\n date\n journeyId\n isOrigin\n }\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n return {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n co2PerItem\n from\n fromCode\n to\n toCode\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceGroup\n callingPoints {\n stationName\n stationCode\n arrivalDateTime\n departureDateTime\n scheduledPlatform\n stationClassification\n stoppingPattern\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n dynamicConditions {\n name\n description\n }\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceGroup\n }\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n allowedWith {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n availableSeats\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n terms {\n error\n ticketTypeCode\n trainOperatingCompanyCode\n ticketTypeName\n ticketTypeAltName\n ticketTypeClass\n reservationRule\n journeyType\n preBookingRequirement\n generalValidity\n validOutRule\n validReturnRule\n generalDiscount\n childDiscount\n railcardDiscount\n refundCancellationRule\n changeRule\n ticketTypeConditionsDescription\n journeyBreakRule\n availabilityRule\n todAvailable\n kioskAvailable\n startDate\n endDate\n }\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n numChildren\n numAdults\n }\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\n }\n }\n unsellable\n ticketExtras {\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1651
1722
|
var SearchRailGQL = /** @class */ (function (_super) {
|
|
1652
1723
|
__extends(SearchRailGQL, _super);
|
|
1653
1724
|
function SearchRailGQL(apollo) {
|
|
@@ -1667,7 +1738,7 @@
|
|
|
1667
1738
|
SearchRailGQL.ctorParameters = function () { return [
|
|
1668
1739
|
{ type: Apollo.Apollo }
|
|
1669
1740
|
]; };
|
|
1670
|
-
var SaveRecentSearchDocument = Apollo.gql(
|
|
1741
|
+
var SaveRecentSearchDocument = Apollo.gql(templateObject_47 || (templateObject_47 = __makeTemplateObject(["\n mutation saveRecentSearch($serviceType: ServiceType!, $searchArgs: JSON!, $travelDate: DateTime!, $travellers: [ID]) {\n saveRecentSearch(serviceType: $serviceType, searchArgs: $searchArgs, travelDate: $travelDate, travellers: $travellers) {\n id\n }\n}\n "], ["\n mutation saveRecentSearch($serviceType: ServiceType!, $searchArgs: JSON!, $travelDate: DateTime!, $travellers: [ID]) {\n saveRecentSearch(serviceType: $serviceType, searchArgs: $searchArgs, travelDate: $travelDate, travellers: $travellers) {\n id\n }\n}\n "])));
|
|
1671
1742
|
var SaveRecentSearchGQL = /** @class */ (function (_super) {
|
|
1672
1743
|
__extends(SaveRecentSearchGQL, _super);
|
|
1673
1744
|
function SaveRecentSearchGQL(apollo) {
|
|
@@ -1687,7 +1758,7 @@
|
|
|
1687
1758
|
SaveRecentSearchGQL.ctorParameters = function () { return [
|
|
1688
1759
|
{ type: Apollo.Apollo }
|
|
1689
1760
|
]; };
|
|
1690
|
-
var SaveUserAddressDocument = Apollo.gql(
|
|
1761
|
+
var SaveUserAddressDocument = Apollo.gql(templateObject_48 || (templateObject_48 = __makeTemplateObject(["\n mutation saveUserAddress($description: String!, $numberOrName: String, $street: String, $town: String, $county: String, $postcode: String, $countryCode: String, $userPrimary: Boolean) {\n saveUserAddress(description: $description, numberOrName: $numberOrName, street: $street, town: $town, county: $county, postcode: $postcode, countryCode: $countryCode, userPrimary: $userPrimary) {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n }\n}\n "], ["\n mutation saveUserAddress($description: String!, $numberOrName: String, $street: String, $town: String, $county: String, $postcode: String, $countryCode: String, $userPrimary: Boolean) {\n saveUserAddress(description: $description, numberOrName: $numberOrName, street: $street, town: $town, county: $county, postcode: $postcode, countryCode: $countryCode, userPrimary: $userPrimary) {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n }\n}\n "])));
|
|
1691
1762
|
var SaveUserAddressGQL = /** @class */ (function (_super) {
|
|
1692
1763
|
__extends(SaveUserAddressGQL, _super);
|
|
1693
1764
|
function SaveUserAddressGQL(apollo) {
|
|
@@ -1707,7 +1778,7 @@
|
|
|
1707
1778
|
SaveUserAddressGQL.ctorParameters = function () { return [
|
|
1708
1779
|
{ type: Apollo.Apollo }
|
|
1709
1780
|
]; };
|
|
1710
|
-
var SearchAirlinesDocument = Apollo.gql(
|
|
1781
|
+
var SearchAirlinesDocument = Apollo.gql(templateObject_49 || (templateObject_49 = __makeTemplateObject(["\n query searchAirlines($query: String!) {\n searchAirlines(query: $query) {\n iataMatch {\n id\n name\n iata\n icao\n alias\n callsign\n active\n continent\n country\n countryCode\n bannerImage\n logoImage\n }\n generalMatches {\n id\n name\n iata\n icao\n alias\n callsign\n active\n continent\n country\n countryCode\n bannerImage\n logoImage\n }\n }\n}\n "], ["\n query searchAirlines($query: String!) {\n searchAirlines(query: $query) {\n iataMatch {\n id\n name\n iata\n icao\n alias\n callsign\n active\n continent\n country\n countryCode\n bannerImage\n logoImage\n }\n generalMatches {\n id\n name\n iata\n icao\n alias\n callsign\n active\n continent\n country\n countryCode\n bannerImage\n logoImage\n }\n }\n}\n "])));
|
|
1711
1782
|
var SearchAirlinesGQL = /** @class */ (function (_super) {
|
|
1712
1783
|
__extends(SearchAirlinesGQL, _super);
|
|
1713
1784
|
function SearchAirlinesGQL(apollo) {
|
|
@@ -1727,7 +1798,7 @@
|
|
|
1727
1798
|
SearchAirlinesGQL.ctorParameters = function () { return [
|
|
1728
1799
|
{ type: Apollo.Apollo }
|
|
1729
1800
|
]; };
|
|
1730
|
-
var SearchCitiesDocument = Apollo.gql(
|
|
1801
|
+
var SearchCitiesDocument = Apollo.gql(templateObject_50 || (templateObject_50 = __makeTemplateObject(["\n query searchCities($query: String!, $countryCode: String) {\n searchCities(query: $query, countryCode: $countryCode) {\n id\n name\n country\n countryCode\n coordinates {\n latitude\n longitude\n altitude\n }\n continentName\n }\n}\n "], ["\n query searchCities($query: String!, $countryCode: String) {\n searchCities(query: $query, countryCode: $countryCode) {\n id\n name\n country\n countryCode\n coordinates {\n latitude\n longitude\n altitude\n }\n continentName\n }\n}\n "])));
|
|
1731
1802
|
var SearchCitiesGQL = /** @class */ (function (_super) {
|
|
1732
1803
|
__extends(SearchCitiesGQL, _super);
|
|
1733
1804
|
function SearchCitiesGQL(apollo) {
|
|
@@ -1747,7 +1818,7 @@
|
|
|
1747
1818
|
SearchCitiesGQL.ctorParameters = function () { return [
|
|
1748
1819
|
{ type: Apollo.Apollo }
|
|
1749
1820
|
]; };
|
|
1750
|
-
var SearchConfermaCitiesDocument = Apollo.gql(
|
|
1821
|
+
var SearchConfermaCitiesDocument = Apollo.gql(templateObject_51 || (templateObject_51 = __makeTemplateObject(["\n query searchConfermaCities($cityName: String!, $countryCode: String!) {\n searchConfermaCities(cityName: $cityName, countryCode: $countryCode) {\n foundExact\n suggestions {\n name\n countryCode\n latitude\n longitude\n }\n }\n}\n "], ["\n query searchConfermaCities($cityName: String!, $countryCode: String!) {\n searchConfermaCities(cityName: $cityName, countryCode: $countryCode) {\n foundExact\n suggestions {\n name\n countryCode\n latitude\n longitude\n }\n }\n}\n "])));
|
|
1751
1822
|
var SearchConfermaCitiesGQL = /** @class */ (function (_super) {
|
|
1752
1823
|
__extends(SearchConfermaCitiesGQL, _super);
|
|
1753
1824
|
function SearchConfermaCitiesGQL(apollo) {
|
|
@@ -1767,7 +1838,7 @@
|
|
|
1767
1838
|
SearchConfermaCitiesGQL.ctorParameters = function () { return [
|
|
1768
1839
|
{ type: Apollo.Apollo }
|
|
1769
1840
|
]; };
|
|
1770
|
-
var SearchEurostarDocument = Apollo.gql(templateObject_50 || (templateObject_50 = __makeTemplateObject(["\n query searchEurostar($passengers: [FlightPassengerObject!]!, $originAirport: String, $destinationAirport: String, $multiDestination: [DestinationEntry], $outboundDate: Date, $outboundDepartureTimeWindow: String, $outboundArrivalTimeWindow: String, $outboundCabinClass: [FlightCabinClass], $returnTrip: Boolean!, $returnDate: Date, $returnDepartureTimeWindow: String, $returnArrivalTimeWindow: String, $returnCabinClass: [FlightCabinClass], $fareType: FareType!, $requireFreeBag: Boolean, $maxConnections: Int, $preferredCarriers: [String], $includeNearbyAirports: Boolean, $asSingles: Boolean) {\n searchEurostar(passengers: $passengers, originAirport: $originAirport, destinationAirport: $destinationAirport, multiDestination: $multiDestination, outboundDate: $outboundDate, outboundDepartureTimeWindow: $outboundDepartureTimeWindow, outboundArrivalTimeWindow: $outboundArrivalTimeWindow, outboundCabinClass: $outboundCabinClass, returnTrip: $returnTrip, returnDate: $returnDate, returnDepartureTimeWindow: $returnDepartureTimeWindow, returnArrivalTimeWindow: $returnArrivalTimeWindow, returnCabinClass: $returnCabinClass, fareType: $fareType, requireFreeBag: $requireFreeBag, maxConnections: $maxConnections, preferredCarriers: $preferredCarriers, includeNearbyAirports: $includeNearbyAirports, asSingles: $asSingles) {\n results {\n journeys {\n uid\n passengerCount\n outboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n inboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n outboundTotalDuration\n outboundCarbonEmissions {\n amount\n unit\n }\n inboundTotalDuration\n inboundCarbonEmissions {\n amount\n unit\n }\n taxes {\n description\n amount\n currency\n }\n discounts {\n description\n amount\n currency\n }\n total {\n price\n tax\n discount\n currency\n }\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n baggageAllowance {\n type\n qty\n maxKG\n maxLBS\n }\n additional\n source\n sourceId\n version\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n co2PerItem\n co2PerPassenger\n }\n multi {\n order\n origin\n destination\n results {\n uid\n passengerCount\n outboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n inboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n outboundTotalDuration\n outboundCarbonEmissions {\n amount\n unit\n }\n inboundTotalDuration\n inboundCarbonEmissions {\n amount\n unit\n }\n taxes {\n description\n amount\n currency\n }\n discounts {\n description\n amount\n currency\n }\n total {\n price\n tax\n discount\n currency\n }\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n baggageAllowance {\n type\n qty\n maxKG\n maxLBS\n }\n additional\n source\n sourceId\n version\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n co2PerItem\n co2PerPassenger\n }\n minPrice\n maxPrice\n }\n grouped {\n referenceID\n flightID\n boundIndicator\n minPrice\n maxPrice\n flights {\n LiteEconomy\n EconomyRestricted\n EconomyNoBags\n Economy\n PremiumEconomy\n Business\n PremiumBusiness\n First\n PremiumFirst\n }\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""], ["\n query searchEurostar($passengers: [FlightPassengerObject!]!, $originAirport: String, $destinationAirport: String, $multiDestination: [DestinationEntry], $outboundDate: Date, $outboundDepartureTimeWindow: String, $outboundArrivalTimeWindow: String, $outboundCabinClass: [FlightCabinClass], $returnTrip: Boolean!, $returnDate: Date, $returnDepartureTimeWindow: String, $returnArrivalTimeWindow: String, $returnCabinClass: [FlightCabinClass], $fareType: FareType!, $requireFreeBag: Boolean, $maxConnections: Int, $preferredCarriers: [String], $includeNearbyAirports: Boolean, $asSingles: Boolean) {\n searchEurostar(passengers: $passengers, originAirport: $originAirport, destinationAirport: $destinationAirport, multiDestination: $multiDestination, outboundDate: $outboundDate, outboundDepartureTimeWindow: $outboundDepartureTimeWindow, outboundArrivalTimeWindow: $outboundArrivalTimeWindow, outboundCabinClass: $outboundCabinClass, returnTrip: $returnTrip, returnDate: $returnDate, returnDepartureTimeWindow: $returnDepartureTimeWindow, returnArrivalTimeWindow: $returnArrivalTimeWindow, returnCabinClass: $returnCabinClass, fareType: $fareType, requireFreeBag: $requireFreeBag, maxConnections: $maxConnections, preferredCarriers: $preferredCarriers, includeNearbyAirports: $includeNearbyAirports, asSingles: $asSingles) {\n results {\n journeys {\n uid\n passengerCount\n outboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n inboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n outboundTotalDuration\n outboundCarbonEmissions {\n amount\n unit\n }\n inboundTotalDuration\n inboundCarbonEmissions {\n amount\n unit\n }\n taxes {\n description\n amount\n currency\n }\n discounts {\n description\n amount\n currency\n }\n total {\n price\n tax\n discount\n currency\n }\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n baggageAllowance {\n type\n qty\n maxKG\n maxLBS\n }\n additional\n source\n sourceId\n version\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n co2PerItem\n co2PerPassenger\n }\n multi {\n order\n origin\n destination\n results {\n uid\n passengerCount\n outboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n inboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n outboundTotalDuration\n outboundCarbonEmissions {\n amount\n unit\n }\n inboundTotalDuration\n inboundCarbonEmissions {\n amount\n unit\n }\n taxes {\n description\n amount\n currency\n }\n discounts {\n description\n amount\n currency\n }\n total {\n price\n tax\n discount\n currency\n }\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n baggageAllowance {\n type\n qty\n maxKG\n maxLBS\n }\n additional\n source\n sourceId\n version\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n co2PerItem\n co2PerPassenger\n }\n minPrice\n maxPrice\n }\n grouped {\n referenceID\n flightID\n boundIndicator\n minPrice\n maxPrice\n flights {\n LiteEconomy\n EconomyRestricted\n EconomyNoBags\n Economy\n PremiumEconomy\n Business\n PremiumBusiness\n First\n PremiumFirst\n }\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1841
|
+
var SearchEurostarDocument = Apollo.gql(templateObject_52 || (templateObject_52 = __makeTemplateObject(["\n query searchEurostar($passengers: [FlightPassengerObject!]!, $originAirport: String, $destinationAirport: String, $multiDestination: [DestinationEntry], $outboundDate: Date, $outboundDepartureTimeWindow: String, $outboundArrivalTimeWindow: String, $outboundCabinClass: [FlightCabinClass], $returnTrip: Boolean!, $returnDate: Date, $returnDepartureTimeWindow: String, $returnArrivalTimeWindow: String, $returnCabinClass: [FlightCabinClass], $fareType: FareType!, $requireFreeBag: Boolean, $maxConnections: Int, $preferredCarriers: [String], $includeNearbyAirports: Boolean, $asSingles: Boolean) {\n searchEurostar(passengers: $passengers, originAirport: $originAirport, destinationAirport: $destinationAirport, multiDestination: $multiDestination, outboundDate: $outboundDate, outboundDepartureTimeWindow: $outboundDepartureTimeWindow, outboundArrivalTimeWindow: $outboundArrivalTimeWindow, outboundCabinClass: $outboundCabinClass, returnTrip: $returnTrip, returnDate: $returnDate, returnDepartureTimeWindow: $returnDepartureTimeWindow, returnArrivalTimeWindow: $returnArrivalTimeWindow, returnCabinClass: $returnCabinClass, fareType: $fareType, requireFreeBag: $requireFreeBag, maxConnections: $maxConnections, preferredCarriers: $preferredCarriers, includeNearbyAirports: $includeNearbyAirports, asSingles: $asSingles) {\n results {\n journeys {\n uid\n passengerCount\n outboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n inboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n outboundTotalDuration\n outboundCarbonEmissions {\n amount\n unit\n }\n inboundTotalDuration\n inboundCarbonEmissions {\n amount\n unit\n }\n taxes {\n description\n amount\n currency\n }\n discounts {\n description\n amount\n currency\n }\n total {\n price\n tax\n discount\n currency\n }\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n baggageAllowance {\n type\n qty\n maxKG\n maxLBS\n }\n additional\n source\n sourceId\n version\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n co2PerItem\n co2PerPassenger\n }\n multi {\n order\n origin\n destination\n results {\n uid\n passengerCount\n outboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n inboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n outboundTotalDuration\n outboundCarbonEmissions {\n amount\n unit\n }\n inboundTotalDuration\n inboundCarbonEmissions {\n amount\n unit\n }\n taxes {\n description\n amount\n currency\n }\n discounts {\n description\n amount\n currency\n }\n total {\n price\n tax\n discount\n currency\n }\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n baggageAllowance {\n type\n qty\n maxKG\n maxLBS\n }\n additional\n source\n sourceId\n version\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n co2PerItem\n co2PerPassenger\n }\n minPrice\n maxPrice\n }\n grouped {\n referenceID\n flightID\n boundIndicator\n minPrice\n maxPrice\n flights {\n LiteEconomy\n EconomyRestricted\n EconomyNoBags\n Economy\n PremiumEconomy\n Business\n PremiumBusiness\n First\n PremiumFirst\n }\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""], ["\n query searchEurostar($passengers: [FlightPassengerObject!]!, $originAirport: String, $destinationAirport: String, $multiDestination: [DestinationEntry], $outboundDate: Date, $outboundDepartureTimeWindow: String, $outboundArrivalTimeWindow: String, $outboundCabinClass: [FlightCabinClass], $returnTrip: Boolean!, $returnDate: Date, $returnDepartureTimeWindow: String, $returnArrivalTimeWindow: String, $returnCabinClass: [FlightCabinClass], $fareType: FareType!, $requireFreeBag: Boolean, $maxConnections: Int, $preferredCarriers: [String], $includeNearbyAirports: Boolean, $asSingles: Boolean) {\n searchEurostar(passengers: $passengers, originAirport: $originAirport, destinationAirport: $destinationAirport, multiDestination: $multiDestination, outboundDate: $outboundDate, outboundDepartureTimeWindow: $outboundDepartureTimeWindow, outboundArrivalTimeWindow: $outboundArrivalTimeWindow, outboundCabinClass: $outboundCabinClass, returnTrip: $returnTrip, returnDate: $returnDate, returnDepartureTimeWindow: $returnDepartureTimeWindow, returnArrivalTimeWindow: $returnArrivalTimeWindow, returnCabinClass: $returnCabinClass, fareType: $fareType, requireFreeBag: $requireFreeBag, maxConnections: $maxConnections, preferredCarriers: $preferredCarriers, includeNearbyAirports: $includeNearbyAirports, asSingles: $asSingles) {\n results {\n journeys {\n uid\n passengerCount\n outboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n inboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n outboundTotalDuration\n outboundCarbonEmissions {\n amount\n unit\n }\n inboundTotalDuration\n inboundCarbonEmissions {\n amount\n unit\n }\n taxes {\n description\n amount\n currency\n }\n discounts {\n description\n amount\n currency\n }\n total {\n price\n tax\n discount\n currency\n }\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n baggageAllowance {\n type\n qty\n maxKG\n maxLBS\n }\n additional\n source\n sourceId\n version\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n co2PerItem\n co2PerPassenger\n }\n multi {\n order\n origin\n destination\n results {\n uid\n passengerCount\n outboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n inboundFlights {\n fareInfo {\n title\n type\n code\n supplierCode\n }\n originAirport\n originTerminal\n originAirportName\n originAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n destinationAirport\n destinationTerminal\n destinationAirportName\n destinationAirportDetail {\n iata\n icao\n latitude\n longitude\n altitude\n state\n city\n road\n popularity\n area\n location\n offset\n airportName\n countryName\n countryCode\n postcode\n }\n dateTimeDeparting\n dateTimeDepartingUTC\n dateTimeArriving\n dateTimeArrivingUTC\n marketingCarrier\n marketingCarrierName\n marketingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n marketingFlightNumber\n operatingCarrier\n operatingCarrierName\n operatingCarrierDetail {\n name\n alias\n callsign\n iata\n icao\n logo\n banner\n popularity\n }\n operatingFlightNumber\n equipmentCode\n equipmentName\n totalDuration\n cabinClass\n marketingNames\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n vendorCode\n stops\n bookingCode\n marriageGroup\n fareBasisCode\n additional\n }\n outboundTotalDuration\n outboundCarbonEmissions {\n amount\n unit\n }\n inboundTotalDuration\n inboundCarbonEmissions {\n amount\n unit\n }\n taxes {\n description\n amount\n currency\n }\n discounts {\n description\n amount\n currency\n }\n total {\n price\n tax\n discount\n currency\n }\n fareConditions {\n cancellation {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n change {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n noShow {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n upgrade {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n other {\n name\n type\n currency\n amount\n remark\n changeFeeInd\n cancelFeeInd\n refundableInd\n }\n }\n baggageAllowance {\n type\n qty\n maxKG\n maxLBS\n }\n additional\n source\n sourceId\n version\n tmcPreferred\n companyPreferred\n officePreferred\n tmcPreferredMessage\n companyPreferredMessage\n officePreferredMessage\n unavailable\n unavailableMessage\n co2PerItem\n co2PerPassenger\n }\n minPrice\n maxPrice\n }\n grouped {\n referenceID\n flightID\n boundIndicator\n minPrice\n maxPrice\n flights {\n LiteEconomy\n EconomyRestricted\n EconomyNoBags\n Economy\n PremiumEconomy\n Business\n PremiumBusiness\n First\n PremiumFirst\n }\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1771
1842
|
var SearchEurostarGQL = /** @class */ (function (_super) {
|
|
1772
1843
|
__extends(SearchEurostarGQL, _super);
|
|
1773
1844
|
function SearchEurostarGQL(apollo) {
|
|
@@ -1787,7 +1858,7 @@
|
|
|
1787
1858
|
SearchEurostarGQL.ctorParameters = function () { return [
|
|
1788
1859
|
{ type: Apollo.Apollo }
|
|
1789
1860
|
]; };
|
|
1790
|
-
var SearchHotelChainsDocument = Apollo.gql(
|
|
1861
|
+
var SearchHotelChainsDocument = Apollo.gql(templateObject_53 || (templateObject_53 = __makeTemplateObject(["\n query searchHotelChains($query: String!) {\n searchHotelChains(query: $query)\n}\n "], ["\n query searchHotelChains($query: String!) {\n searchHotelChains(query: $query)\n}\n "])));
|
|
1791
1862
|
var SearchHotelChainsGQL = /** @class */ (function (_super) {
|
|
1792
1863
|
__extends(SearchHotelChainsGQL, _super);
|
|
1793
1864
|
function SearchHotelChainsGQL(apollo) {
|
|
@@ -1807,7 +1878,7 @@
|
|
|
1807
1878
|
SearchHotelChainsGQL.ctorParameters = function () { return [
|
|
1808
1879
|
{ type: Apollo.Apollo }
|
|
1809
1880
|
]; };
|
|
1810
|
-
var SearchIrlDocument = Apollo.gql(templateObject_52 || (templateObject_52 = __makeTemplateObject(["\n query searchIRL($supplier: IRLSupplier!, $countryCode: String!, $journeyType: IRLJourneyType!, $class: IRLClass, $outboundDepartureDateTime: DateTime!, $departureLocationId: ID!, $arrivalLocationId: ID!, $adults: Int!, $children: Int, $returnDepartureDateTime: DateTime) {\n searchIRL(supplier: $supplier, countryCode: $countryCode, journeyType: $journeyType, class: $class, outboundDepartureDateTime: $outboundDepartureDateTime, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, adults: $adults, children: $children, returnDepartureDateTime: $returnDepartureDateTime) {\n results {\n source\n sourceId\n outbound {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n from\n fromCode\n to\n toCode\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n }\n unsellable\n ticketExtras {\n identifiers {\n type\n location\n date\n journeyId\n isOrigin\n }\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n return {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n from\n fromCode\n to\n toCode\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n }\n unsellable\n ticketExtras {\n identifiers {\n type\n location\n date\n journeyId\n isOrigin\n }\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""], ["\n query searchIRL($supplier: IRLSupplier!, $countryCode: String!, $journeyType: IRLJourneyType!, $class: IRLClass, $outboundDepartureDateTime: DateTime!, $departureLocationId: ID!, $arrivalLocationId: ID!, $adults: Int!, $children: Int, $returnDepartureDateTime: DateTime) {\n searchIRL(supplier: $supplier, countryCode: $countryCode, journeyType: $journeyType, class: $class, outboundDepartureDateTime: $outboundDepartureDateTime, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, adults: $adults, children: $children, returnDepartureDateTime: $returnDepartureDateTime) {\n results {\n source\n sourceId\n outbound {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n from\n fromCode\n to\n toCode\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n }\n unsellable\n ticketExtras {\n identifiers {\n type\n location\n date\n journeyId\n isOrigin\n }\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n return {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n from\n fromCode\n to\n toCode\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n }\n unsellable\n ticketExtras {\n identifiers {\n type\n location\n date\n journeyId\n isOrigin\n }\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1881
|
+
var SearchIrlDocument = Apollo.gql(templateObject_54 || (templateObject_54 = __makeTemplateObject(["\n query searchIRL($supplier: IRLSupplier!, $countryCode: String!, $journeyType: IRLJourneyType!, $class: IRLClass, $outboundDepartureDateTime: DateTime!, $departureLocationId: ID!, $arrivalLocationId: ID!, $adults: Int!, $children: Int, $returnDepartureDateTime: DateTime) {\n searchIRL(supplier: $supplier, countryCode: $countryCode, journeyType: $journeyType, class: $class, outboundDepartureDateTime: $outboundDepartureDateTime, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, adults: $adults, children: $children, returnDepartureDateTime: $returnDepartureDateTime) {\n results {\n source\n sourceId\n outbound {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n from\n fromCode\n to\n toCode\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n }\n unsellable\n ticketExtras {\n identifiers {\n type\n location\n date\n journeyId\n isOrigin\n }\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n return {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n from\n fromCode\n to\n toCode\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n }\n unsellable\n ticketExtras {\n identifiers {\n type\n location\n date\n journeyId\n isOrigin\n }\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""], ["\n query searchIRL($supplier: IRLSupplier!, $countryCode: String!, $journeyType: IRLJourneyType!, $class: IRLClass, $outboundDepartureDateTime: DateTime!, $departureLocationId: ID!, $arrivalLocationId: ID!, $adults: Int!, $children: Int, $returnDepartureDateTime: DateTime) {\n searchIRL(supplier: $supplier, countryCode: $countryCode, journeyType: $journeyType, class: $class, outboundDepartureDateTime: $outboundDepartureDateTime, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, adults: $adults, children: $children, returnDepartureDateTime: $returnDepartureDateTime) {\n results {\n source\n sourceId\n outbound {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n from\n fromCode\n to\n toCode\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n }\n unsellable\n ticketExtras {\n identifiers {\n type\n location\n date\n journeyId\n isOrigin\n }\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n return {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n travellers {\n status\n id\n dob\n railcard\n givenName\n surname\n nameTitle\n contactInfo\n deliveryEmailAddress\n fare\n }\n from\n fromCode\n to\n toCode\n departDateTime\n arriveDateTime\n changes\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n providers {\n providerId\n name\n cheapestTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n ticketOptions {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n bookedTicket {\n identifiers {\n transactionIdentifier\n signature\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n class\n singleOrReturn\n price\n reservableStatus\n currency\n route\n routeCode\n tickets {\n price\n type\n route\n segments {\n id\n operator\n depart\n departDateTime\n arrive\n arriveDateTime\n reservableStatus\n seatPreferenceTypes {\n name\n allowedValues\n }\n seatPreferenceGroup\n seats {\n location\n coach\n number\n direction\n position\n deck\n seatType\n seatSelection\n facilities\n note\n }\n }\n numChildren\n numAdults\n }\n }\n }\n unsellable\n ticketExtras {\n identifiers {\n type\n location\n date\n journeyId\n isOrigin\n }\n type\n location\n date\n description\n amount\n adultAmount\n childAmount\n currency\n }\n plusBus {\n originPlusBusNLC\n originStationNLC\n destinationPlusBusNLC\n destinationStationNLC\n }\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1811
1882
|
var SearchIrlGQL = /** @class */ (function (_super) {
|
|
1812
1883
|
__extends(SearchIrlGQL, _super);
|
|
1813
1884
|
function SearchIrlGQL(apollo) {
|
|
@@ -1827,7 +1898,27 @@
|
|
|
1827
1898
|
SearchIrlGQL.ctorParameters = function () { return [
|
|
1828
1899
|
{ type: Apollo.Apollo }
|
|
1829
1900
|
]; };
|
|
1830
|
-
var
|
|
1901
|
+
var SearchIrlSupplierStationsDocument = Apollo.gql(templateObject_55 || (templateObject_55 = __makeTemplateObject(["\n query searchIRLSupplierStations($query: String!, $supplier: IRLSupplier) {\n searchIRLSupplierStations(query: $query, supplier: $supplier) {\n id\n name\n supplier\n stationCode\n nlcCode\n trainlineCode\n trainlineUniqueCode\n locationDetails {\n continent\n country\n countryCode\n state\n city\n coordinates {\n latitude\n longitude\n altitude\n }\n postcode\n road\n gridReference\n northing\n easting\n }\n }\n}\n "], ["\n query searchIRLSupplierStations($query: String!, $supplier: IRLSupplier) {\n searchIRLSupplierStations(query: $query, supplier: $supplier) {\n id\n name\n supplier\n stationCode\n nlcCode\n trainlineCode\n trainlineUniqueCode\n locationDetails {\n continent\n country\n countryCode\n state\n city\n coordinates {\n latitude\n longitude\n altitude\n }\n postcode\n road\n gridReference\n northing\n easting\n }\n }\n}\n "])));
|
|
1902
|
+
var SearchIrlSupplierStationsGQL = /** @class */ (function (_super) {
|
|
1903
|
+
__extends(SearchIrlSupplierStationsGQL, _super);
|
|
1904
|
+
function SearchIrlSupplierStationsGQL(apollo) {
|
|
1905
|
+
var _this = _super.call(this, apollo) || this;
|
|
1906
|
+
_this.document = SearchIrlSupplierStationsDocument;
|
|
1907
|
+
return _this;
|
|
1908
|
+
}
|
|
1909
|
+
return SearchIrlSupplierStationsGQL;
|
|
1910
|
+
}(Apollo.Query));
|
|
1911
|
+
/** @nocollapse */ SearchIrlSupplierStationsGQL.ɵprov = i0.ɵɵdefineInjectable({ factory: function SearchIrlSupplierStationsGQL_Factory() { return new SearchIrlSupplierStationsGQL(i0.ɵɵinject(Apollo.Apollo)); }, token: SearchIrlSupplierStationsGQL, providedIn: "root" });
|
|
1912
|
+
SearchIrlSupplierStationsGQL.decorators = [
|
|
1913
|
+
{ type: i0.Injectable, args: [{
|
|
1914
|
+
providedIn: 'root'
|
|
1915
|
+
},] }
|
|
1916
|
+
];
|
|
1917
|
+
/** @nocollapse */
|
|
1918
|
+
SearchIrlSupplierStationsGQL.ctorParameters = function () { return [
|
|
1919
|
+
{ type: Apollo.Apollo }
|
|
1920
|
+
]; };
|
|
1921
|
+
var SearchPostcodesDocument = Apollo.gql(templateObject_56 || (templateObject_56 = __makeTemplateObject(["\n query searchPostcodes($postcode: String!) {\n getPostcodeDetails(postcode: $postcode) {\n postcode\n latitude\n longitude\n }\n}\n "], ["\n query searchPostcodes($postcode: String!) {\n getPostcodeDetails(postcode: $postcode) {\n postcode\n latitude\n longitude\n }\n}\n "])));
|
|
1831
1922
|
var SearchPostcodesGQL = /** @class */ (function (_super) {
|
|
1832
1923
|
__extends(SearchPostcodesGQL, _super);
|
|
1833
1924
|
function SearchPostcodesGQL(apollo) {
|
|
@@ -1847,7 +1938,7 @@
|
|
|
1847
1938
|
SearchPostcodesGQL.ctorParameters = function () { return [
|
|
1848
1939
|
{ type: Apollo.Apollo }
|
|
1849
1940
|
]; };
|
|
1850
|
-
var SearchRailStationsDocument = Apollo.gql(
|
|
1941
|
+
var SearchRailStationsDocument = Apollo.gql(templateObject_57 || (templateObject_57 = __makeTemplateObject(["\n query searchRailStations($query: String!, $countryCode: String) {\n searchRailStations(query: $query, countryCode: $countryCode) {\n id\n name\n stationCode\n nlcCode\n trainlineCode\n trainlineUniqueCode\n locationDetails {\n continent\n country\n countryCode\n state\n city\n coordinates {\n latitude\n longitude\n altitude\n }\n postcode\n road\n gridReference\n northing\n easting\n }\n }\n}\n "], ["\n query searchRailStations($query: String!, $countryCode: String) {\n searchRailStations(query: $query, countryCode: $countryCode) {\n id\n name\n stationCode\n nlcCode\n trainlineCode\n trainlineUniqueCode\n locationDetails {\n continent\n country\n countryCode\n state\n city\n coordinates {\n latitude\n longitude\n altitude\n }\n postcode\n road\n gridReference\n northing\n easting\n }\n }\n}\n "])));
|
|
1851
1942
|
var SearchRailStationsGQL = /** @class */ (function (_super) {
|
|
1852
1943
|
__extends(SearchRailStationsGQL, _super);
|
|
1853
1944
|
function SearchRailStationsGQL(apollo) {
|
|
@@ -1867,7 +1958,7 @@
|
|
|
1867
1958
|
SearchRailStationsGQL.ctorParameters = function () { return [
|
|
1868
1959
|
{ type: Apollo.Apollo }
|
|
1869
1960
|
]; };
|
|
1870
|
-
var SearchUserAddressDocument = Apollo.gql(
|
|
1961
|
+
var SearchUserAddressDocument = Apollo.gql(templateObject_58 || (templateObject_58 = __makeTemplateObject(["\n query searchUserAddress {\n getUserAddresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n }\n}\n "], ["\n query searchUserAddress {\n getUserAddresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n }\n}\n "])));
|
|
1871
1962
|
var SearchUserAddressGQL = /** @class */ (function (_super) {
|
|
1872
1963
|
__extends(SearchUserAddressGQL, _super);
|
|
1873
1964
|
function SearchUserAddressGQL(apollo) {
|
|
@@ -1887,7 +1978,7 @@
|
|
|
1887
1978
|
SearchUserAddressGQL.ctorParameters = function () { return [
|
|
1888
1979
|
{ type: Apollo.Apollo }
|
|
1889
1980
|
]; };
|
|
1890
|
-
var SetBasketItemMiGroupDocument = Apollo.gql(
|
|
1981
|
+
var SetBasketItemMiGroupDocument = Apollo.gql(templateObject_59 || (templateObject_59 = __makeTemplateObject(["\n mutation setBasketItemMIGroup($basketItem: ID!, $group: String, $withSupplemental: Boolean = false) {\n setBasketItemMIGroup(basketItem: $basketItem, group: $group) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation setBasketItemMIGroup($basketItem: ID!, $group: String, $withSupplemental: Boolean = false) {\n setBasketItemMIGroup(basketItem: $basketItem, group: $group) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
1891
1982
|
var SetBasketItemMiGroupGQL = /** @class */ (function (_super) {
|
|
1892
1983
|
__extends(SetBasketItemMiGroupGQL, _super);
|
|
1893
1984
|
function SetBasketItemMiGroupGQL(apollo) {
|
|
@@ -1907,7 +1998,7 @@
|
|
|
1907
1998
|
SetBasketItemMiGroupGQL.ctorParameters = function () { return [
|
|
1908
1999
|
{ type: Apollo.Apollo }
|
|
1909
2000
|
]; };
|
|
1910
|
-
var SetBasketItemLeadPassengerDocument = Apollo.gql(
|
|
2001
|
+
var SetBasketItemLeadPassengerDocument = Apollo.gql(templateObject_60 || (templateObject_60 = __makeTemplateObject(["\n mutation setBasketItemLeadPassenger($id: ID!, $user: ID!, $withSupplemental: Boolean!) {\n setBasketItemLeadPassenger(id: $id, user: $user) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation setBasketItemLeadPassenger($id: ID!, $user: ID!, $withSupplemental: Boolean!) {\n setBasketItemLeadPassenger(id: $id, user: $user) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
1911
2002
|
var SetBasketItemLeadPassengerGQL = /** @class */ (function (_super) {
|
|
1912
2003
|
__extends(SetBasketItemLeadPassengerGQL, _super);
|
|
1913
2004
|
function SetBasketItemLeadPassengerGQL(apollo) {
|
|
@@ -1927,7 +2018,7 @@
|
|
|
1927
2018
|
SetBasketItemLeadPassengerGQL.ctorParameters = function () { return [
|
|
1928
2019
|
{ type: Apollo.Apollo }
|
|
1929
2020
|
]; };
|
|
1930
|
-
var SetBasketItemMiValueDocument = Apollo.gql(
|
|
2021
|
+
var SetBasketItemMiValueDocument = Apollo.gql(templateObject_61 || (templateObject_61 = __makeTemplateObject(["\n mutation setBasketItemMIValue($mi: ID!, $miValue: ID, $miFreeValue: String, $user: ID, $withSupplemental: Boolean = false) {\n setBasketItemMIValue(mi: $mi, miValue: $miValue, miFreeValue: $miFreeValue, user: $user) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation setBasketItemMIValue($mi: ID!, $miValue: ID, $miFreeValue: String, $user: ID, $withSupplemental: Boolean = false) {\n setBasketItemMIValue(mi: $mi, miValue: $miValue, miFreeValue: $miFreeValue, user: $user) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
1931
2022
|
var SetBasketItemMiValueGQL = /** @class */ (function (_super) {
|
|
1932
2023
|
__extends(SetBasketItemMiValueGQL, _super);
|
|
1933
2024
|
function SetBasketItemMiValueGQL(apollo) {
|
|
@@ -1947,7 +2038,7 @@
|
|
|
1947
2038
|
SetBasketItemMiValueGQL.ctorParameters = function () { return [
|
|
1948
2039
|
{ type: Apollo.Apollo }
|
|
1949
2040
|
]; };
|
|
1950
|
-
var SetBasketItemPaymentMethodDocument = Apollo.gql(
|
|
2041
|
+
var SetBasketItemPaymentMethodDocument = Apollo.gql(templateObject_62 || (templateObject_62 = __makeTemplateObject(["\n mutation setBasketItemPaymentMethod($basketItem: ID!, $paymentMethod: ID!, $withSupplemental: Boolean = false) {\n setBasketItemPaymentMethod(basketItem: $basketItem, paymentMethod: $paymentMethod) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation setBasketItemPaymentMethod($basketItem: ID!, $paymentMethod: ID!, $withSupplemental: Boolean = false) {\n setBasketItemPaymentMethod(basketItem: $basketItem, paymentMethod: $paymentMethod) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
1951
2042
|
var SetBasketItemPaymentMethodGQL = /** @class */ (function (_super) {
|
|
1952
2043
|
__extends(SetBasketItemPaymentMethodGQL, _super);
|
|
1953
2044
|
function SetBasketItemPaymentMethodGQL(apollo) {
|
|
@@ -1967,7 +2058,7 @@
|
|
|
1967
2058
|
SetBasketItemPaymentMethodGQL.ctorParameters = function () { return [
|
|
1968
2059
|
{ type: Apollo.Apollo }
|
|
1969
2060
|
]; };
|
|
1970
|
-
var UpdateBasketNotesDocument = Apollo.gql(
|
|
2061
|
+
var UpdateBasketNotesDocument = Apollo.gql(templateObject_63 || (templateObject_63 = __makeTemplateObject(["\n mutation updateBasketNotes($id: ID, $reference: String, $notes: String!, $withSupplemental: Boolean = false) {\n updateBasketNotes(id: $id, reference: $reference, notes: $notes) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation updateBasketNotes($id: ID, $reference: String, $notes: String!, $withSupplemental: Boolean = false) {\n updateBasketNotes(id: $id, reference: $reference, notes: $notes) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
1971
2062
|
var UpdateBasketNotesGQL = /** @class */ (function (_super) {
|
|
1972
2063
|
__extends(UpdateBasketNotesGQL, _super);
|
|
1973
2064
|
function UpdateBasketNotesGQL(apollo) {
|
|
@@ -1987,7 +2078,7 @@
|
|
|
1987
2078
|
UpdateBasketNotesGQL.ctorParameters = function () { return [
|
|
1988
2079
|
{ type: Apollo.Apollo }
|
|
1989
2080
|
]; };
|
|
1990
|
-
var UpdateBasketTitleDocument = Apollo.gql(
|
|
2081
|
+
var UpdateBasketTitleDocument = Apollo.gql(templateObject_64 || (templateObject_64 = __makeTemplateObject(["\n mutation updateBasketTitle($id: ID, $reference: String, $newTitle: String!, $withSupplemental: Boolean = false) {\n updateBasketTitle(id: $id, reference: $reference, newTitle: $newTitle) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation updateBasketTitle($id: ID, $reference: String, $newTitle: String!, $withSupplemental: Boolean = false) {\n updateBasketTitle(id: $id, reference: $reference, newTitle: $newTitle) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
1991
2082
|
var UpdateBasketTitleGQL = /** @class */ (function (_super) {
|
|
1992
2083
|
__extends(UpdateBasketTitleGQL, _super);
|
|
1993
2084
|
function UpdateBasketTitleGQL(apollo) {
|
|
@@ -2007,7 +2098,7 @@
|
|
|
2007
2098
|
UpdateBasketTitleGQL.ctorParameters = function () { return [
|
|
2008
2099
|
{ type: Apollo.Apollo }
|
|
2009
2100
|
]; };
|
|
2010
|
-
var GetUserServicesDocument = Apollo.gql(
|
|
2101
|
+
var GetUserServicesDocument = Apollo.gql(templateObject_65 || (templateObject_65 = __makeTemplateObject(["\n query getUserServices {\n getUserServices {\n id\n cancellable\n amendable\n type\n name\n description\n detailSchema\n searchQuerySchema\n }\n}\n "], ["\n query getUserServices {\n getUserServices {\n id\n cancellable\n amendable\n type\n name\n description\n detailSchema\n searchQuerySchema\n }\n}\n "])));
|
|
2011
2102
|
var GetUserServicesGQL = /** @class */ (function (_super) {
|
|
2012
2103
|
__extends(GetUserServicesGQL, _super);
|
|
2013
2104
|
function GetUserServicesGQL(apollo) {
|
|
@@ -2027,7 +2118,7 @@
|
|
|
2027
2118
|
GetUserServicesGQL.ctorParameters = function () { return [
|
|
2028
2119
|
{ type: Apollo.Apollo }
|
|
2029
2120
|
]; };
|
|
2030
|
-
var GetUserUiConfigsDocument = Apollo.gql(
|
|
2121
|
+
var GetUserUiConfigsDocument = Apollo.gql(templateObject_66 || (templateObject_66 = __makeTemplateObject(["\n query getUserUIConfigs {\n getUserUIConfigs {\n all {\n id\n config\n key\n }\n }\n}\n "], ["\n query getUserUIConfigs {\n getUserUIConfigs {\n all {\n id\n config\n key\n }\n }\n}\n "])));
|
|
2031
2122
|
var GetUserUiConfigsGQL = /** @class */ (function (_super) {
|
|
2032
2123
|
__extends(GetUserUiConfigsGQL, _super);
|
|
2033
2124
|
function GetUserUiConfigsGQL(apollo) {
|
|
@@ -2047,7 +2138,7 @@
|
|
|
2047
2138
|
GetUserUiConfigsGQL.ctorParameters = function () { return [
|
|
2048
2139
|
{ type: Apollo.Apollo }
|
|
2049
2140
|
]; };
|
|
2050
|
-
var GetUserMessagesDocument = Apollo.gql(
|
|
2141
|
+
var GetUserMessagesDocument = Apollo.gql(templateObject_67 || (templateObject_67 = __makeTemplateObject(["\n query getUserMessages {\n getUserMessages {\n id\n name\n description\n config\n target\n key\n }\n}\n "], ["\n query getUserMessages {\n getUserMessages {\n id\n name\n description\n config\n target\n key\n }\n}\n "])));
|
|
2051
2142
|
var GetUserMessagesGQL = /** @class */ (function (_super) {
|
|
2052
2143
|
__extends(GetUserMessagesGQL, _super);
|
|
2053
2144
|
function GetUserMessagesGQL(apollo) {
|
|
@@ -2067,7 +2158,7 @@
|
|
|
2067
2158
|
GetUserMessagesGQL.ctorParameters = function () { return [
|
|
2068
2159
|
{ type: Apollo.Apollo }
|
|
2069
2160
|
]; };
|
|
2070
|
-
var GetUserPhoneNumbersDocument = Apollo.gql(
|
|
2161
|
+
var GetUserPhoneNumbersDocument = Apollo.gql(templateObject_68 || (templateObject_68 = __makeTemplateObject(["\n query getUserPhoneNumbers {\n getUserPhoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n }\n}\n "], ["\n query getUserPhoneNumbers {\n getUserPhoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n }\n}\n "])));
|
|
2071
2162
|
var GetUserPhoneNumbersGQL = /** @class */ (function (_super) {
|
|
2072
2163
|
__extends(GetUserPhoneNumbersGQL, _super);
|
|
2073
2164
|
function GetUserPhoneNumbersGQL(apollo) {
|
|
@@ -2087,7 +2178,7 @@
|
|
|
2087
2178
|
GetUserPhoneNumbersGQL.ctorParameters = function () { return [
|
|
2088
2179
|
{ type: Apollo.Apollo }
|
|
2089
2180
|
]; };
|
|
2090
|
-
var SetUserLanguageDocument = Apollo.gql(
|
|
2181
|
+
var SetUserLanguageDocument = Apollo.gql(templateObject_69 || (templateObject_69 = __makeTemplateObject(["\n mutation setUserLanguage($language: ID) {\n setUserLanguage(language: $language) {\n id\n selectedLanguage {\n id\n name\n }\n }\n}\n "], ["\n mutation setUserLanguage($language: ID) {\n setUserLanguage(language: $language) {\n id\n selectedLanguage {\n id\n name\n }\n }\n}\n "])));
|
|
2091
2182
|
var SetUserLanguageGQL = /** @class */ (function (_super) {
|
|
2092
2183
|
__extends(SetUserLanguageGQL, _super);
|
|
2093
2184
|
function SetUserLanguageGQL(apollo) {
|
|
@@ -2107,7 +2198,7 @@
|
|
|
2107
2198
|
SetUserLanguageGQL.ctorParameters = function () { return [
|
|
2108
2199
|
{ type: Apollo.Apollo }
|
|
2109
2200
|
]; };
|
|
2110
|
-
var GetUserDocument = Apollo.gql(
|
|
2201
|
+
var GetUserDocument = Apollo.gql(templateObject_70 || (templateObject_70 = __makeTemplateObject(["\n query getUser($id: ID) {\n getUser(id: $id) {\n ...UserFields\n }\n}\n ", ""], ["\n query getUser($id: ID) {\n getUser(id: $id) {\n ...UserFields\n }\n}\n ", ""])), UserFieldsFragmentDoc);
|
|
2111
2202
|
var GetUserGQL = /** @class */ (function (_super) {
|
|
2112
2203
|
__extends(GetUserGQL, _super);
|
|
2113
2204
|
function GetUserGQL(apollo) {
|
|
@@ -2127,7 +2218,7 @@
|
|
|
2127
2218
|
GetUserGQL.ctorParameters = function () { return [
|
|
2128
2219
|
{ type: Apollo.Apollo }
|
|
2129
2220
|
]; };
|
|
2130
|
-
var SearchUserCanBookForDocument = Apollo.gql(
|
|
2221
|
+
var SearchUserCanBookForDocument = Apollo.gql(templateObject_71 || (templateObject_71 = __makeTemplateObject(["\n query searchUserCanBookFor($email: String, $userName: String, $employeeId: String) {\n searchUserCanBookFor(email: $email, userName: $userName, employeeId: $employeeId) {\n id\n forename\n surname\n email\n }\n}\n "], ["\n query searchUserCanBookFor($email: String, $userName: String, $employeeId: String) {\n searchUserCanBookFor(email: $email, userName: $userName, employeeId: $employeeId) {\n id\n forename\n surname\n email\n }\n}\n "])));
|
|
2131
2222
|
var SearchUserCanBookForGQL = /** @class */ (function (_super) {
|
|
2132
2223
|
__extends(SearchUserCanBookForGQL, _super);
|
|
2133
2224
|
function SearchUserCanBookForGQL(apollo) {
|
|
@@ -2147,7 +2238,7 @@
|
|
|
2147
2238
|
SearchUserCanBookForGQL.ctorParameters = function () { return [
|
|
2148
2239
|
{ type: Apollo.Apollo }
|
|
2149
2240
|
]; };
|
|
2150
|
-
var ValidateUserMiFreeValueDocument = Apollo.gql(
|
|
2241
|
+
var ValidateUserMiFreeValueDocument = Apollo.gql(templateObject_72 || (templateObject_72 = __makeTemplateObject(["\n query validateUserMIFreeValue($mi: ID!, $freeValue: String!) {\n validateUserMIFreeValue(mi: $mi, freeValue: $freeValue)\n}\n "], ["\n query validateUserMIFreeValue($mi: ID!, $freeValue: String!) {\n validateUserMIFreeValue(mi: $mi, freeValue: $freeValue)\n}\n "])));
|
|
2151
2242
|
var ValidateUserMiFreeValueGQL = /** @class */ (function (_super) {
|
|
2152
2243
|
__extends(ValidateUserMiFreeValueGQL, _super);
|
|
2153
2244
|
function ValidateUserMiFreeValueGQL(apollo) {
|
|
@@ -2167,7 +2258,7 @@
|
|
|
2167
2258
|
ValidateUserMiFreeValueGQL.ctorParameters = function () { return [
|
|
2168
2259
|
{ type: Apollo.Apollo }
|
|
2169
2260
|
]; };
|
|
2170
|
-
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28, templateObject_29, templateObject_30, templateObject_31, templateObject_32, templateObject_33, templateObject_34, templateObject_35, templateObject_36, templateObject_37, templateObject_38, templateObject_39, templateObject_40, templateObject_41, templateObject_42, templateObject_43, templateObject_44, templateObject_45, templateObject_46, templateObject_47, templateObject_48, templateObject_49, templateObject_50, templateObject_51, templateObject_52, templateObject_53, templateObject_54, templateObject_55, templateObject_56, templateObject_57, templateObject_58, templateObject_59, templateObject_60, templateObject_61, templateObject_62, templateObject_63, templateObject_64, templateObject_65, templateObject_66, templateObject_67, templateObject_68, templateObject_69;
|
|
2261
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28, templateObject_29, templateObject_30, templateObject_31, templateObject_32, templateObject_33, templateObject_34, templateObject_35, templateObject_36, templateObject_37, templateObject_38, templateObject_39, templateObject_40, templateObject_41, templateObject_42, templateObject_43, templateObject_44, templateObject_45, templateObject_46, templateObject_47, templateObject_48, templateObject_49, templateObject_50, templateObject_51, templateObject_52, templateObject_53, templateObject_54, templateObject_55, templateObject_56, templateObject_57, templateObject_58, templateObject_59, templateObject_60, templateObject_61, templateObject_62, templateObject_63, templateObject_64, templateObject_65, templateObject_66, templateObject_67, templateObject_68, templateObject_69, templateObject_70, templateObject_71, templateObject_72;
|
|
2171
2262
|
|
|
2172
2263
|
var GetUserBasketsFetcher = /** @class */ (function (_super) {
|
|
2173
2264
|
__extends(GetUserBasketsFetcher, _super);
|
|
@@ -3131,6 +3222,24 @@
|
|
|
3131
3222
|
{ type: ModalOpenerService }
|
|
3132
3223
|
]; };
|
|
3133
3224
|
|
|
3225
|
+
var SearchIrlStationsFetcher = /** @class */ (function (_super) {
|
|
3226
|
+
__extends(SearchIrlStationsFetcher, _super);
|
|
3227
|
+
function SearchIrlStationsFetcher(gql, helpers, modalService) {
|
|
3228
|
+
return _super.call(this, gql, helpers, modalService) || this;
|
|
3229
|
+
}
|
|
3230
|
+
return SearchIrlStationsFetcher;
|
|
3231
|
+
}(base.BaseSearchIrlStationsFetcher));
|
|
3232
|
+
/** @nocollapse */ SearchIrlStationsFetcher.ɵprov = i0.ɵɵdefineInjectable({ factory: function SearchIrlStationsFetcher_Factory() { return new SearchIrlStationsFetcher(i0.ɵɵinject(SearchIrlSupplierStationsGQL), i0.ɵɵinject(HelperRoutines), i0.ɵɵinject(ModalOpenerService)); }, token: SearchIrlStationsFetcher, providedIn: "root" });
|
|
3233
|
+
SearchIrlStationsFetcher.decorators = [
|
|
3234
|
+
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
3235
|
+
];
|
|
3236
|
+
/** @nocollapse */
|
|
3237
|
+
SearchIrlStationsFetcher.ctorParameters = function () { return [
|
|
3238
|
+
{ type: SearchIrlSupplierStationsGQL, decorators: [{ type: i0.Inject, args: [SearchIrlSupplierStationsGQL,] }] },
|
|
3239
|
+
{ type: HelperRoutines, decorators: [{ type: i0.Inject, args: [HelperRoutines,] }] },
|
|
3240
|
+
{ type: ModalOpenerService }
|
|
3241
|
+
]; };
|
|
3242
|
+
|
|
3134
3243
|
var GetRiskAlertsFetcher = /** @class */ (function (_super) {
|
|
3135
3244
|
__extends(GetRiskAlertsFetcher, _super);
|
|
3136
3245
|
function GetRiskAlertsFetcher(ggl, helpers, modalService) {
|
|
@@ -3487,6 +3596,23 @@
|
|
|
3487
3596
|
{ type: ModalOpenerService }
|
|
3488
3597
|
]; };
|
|
3489
3598
|
|
|
3599
|
+
var ConfermaOfficeFetcher = /** @class */ (function (_super) {
|
|
3600
|
+
__extends(ConfermaOfficeFetcher, _super);
|
|
3601
|
+
function ConfermaOfficeFetcher(ConfermaOfficeGQL, modalService) {
|
|
3602
|
+
return _super.call(this, ConfermaOfficeGQL, modalService) || this;
|
|
3603
|
+
}
|
|
3604
|
+
return ConfermaOfficeFetcher;
|
|
3605
|
+
}(base.BaseConfermaOfficeFetcher));
|
|
3606
|
+
/** @nocollapse */ ConfermaOfficeFetcher.ɵprov = i0.ɵɵdefineInjectable({ factory: function ConfermaOfficeFetcher_Factory() { return new ConfermaOfficeFetcher(i0.ɵɵinject(GetConfermaOfficeGQL), i0.ɵɵinject(ModalOpenerService)); }, token: ConfermaOfficeFetcher, providedIn: "root" });
|
|
3607
|
+
ConfermaOfficeFetcher.decorators = [
|
|
3608
|
+
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
3609
|
+
];
|
|
3610
|
+
/** @nocollapse */
|
|
3611
|
+
ConfermaOfficeFetcher.ctorParameters = function () { return [
|
|
3612
|
+
{ type: GetConfermaOfficeGQL, decorators: [{ type: i0.Inject, args: [GetConfermaOfficeGQL,] }] },
|
|
3613
|
+
{ type: ModalOpenerService }
|
|
3614
|
+
]; };
|
|
3615
|
+
|
|
3490
3616
|
var GetRailCardsFetcher = /** @class */ (function (_super) {
|
|
3491
3617
|
__extends(GetRailCardsFetcher, _super);
|
|
3492
3618
|
function GetRailCardsFetcher(GetRailcardsGQL, helpers, modalService) {
|
|
@@ -3683,12 +3809,12 @@
|
|
|
3683
3809
|
|
|
3684
3810
|
var EnterpriseSearchService = /** @class */ (function (_super) {
|
|
3685
3811
|
__extends(EnterpriseSearchService, _super);
|
|
3686
|
-
function EnterpriseSearchService(searchAirportsFetcher, searchAirlinesFetcher, storageService, userService, router, helpers, hotelAvalibilityService, citiesFetcher, confermaCitiesFetcher, postcodeFetcher, railStationFetcher, saveUserAddressUpdater, userAddressesFetcher, basketService, getUserCompanyOfficesFetcher, searchHotelChainsFetcher, isPostcodeValidValueTester, confermaOfficeNamesFetcher, deleteUserAddressUpdater, deleteRecentSearchUpdater, saveRecentSearchUpdater, getUserCurrentCarbonAllowanceFetcher, environment, loungeFetcher, parkingFetcher, httpCallService, flightFetcher, hotelFetcher, carhireFetcher, carHireAvailabilityDetailFetcher, cabhireFetcher, railFetcher, irlFetcher, depotFetcher, getRailStationFetcher, webTokenService, riskAlertsFetcher, quicklistFetcher, getUserRecentSearchesFetcher, getRailCardsFetcher, eurostarFetcher, searchUsersCanBookForFetcher) {
|
|
3687
|
-
return _super.call(this, searchAirportsFetcher, searchAirlinesFetcher, storageService, userService, router, helpers, hotelAvalibilityService, citiesFetcher, confermaCitiesFetcher, postcodeFetcher, railStationFetcher, saveUserAddressUpdater, userAddressesFetcher, basketService, getUserCompanyOfficesFetcher, searchHotelChainsFetcher, isPostcodeValidValueTester, depotFetcher, confermaOfficeNamesFetcher, deleteUserAddressUpdater, deleteRecentSearchUpdater, saveRecentSearchUpdater, getUserCurrentCarbonAllowanceFetcher, environment, loungeFetcher, parkingFetcher, httpCallService, flightFetcher, hotelFetcher, carhireFetcher, carHireAvailabilityDetailFetcher, cabhireFetcher, railFetcher, irlFetcher, getRailStationFetcher, webTokenService, riskAlertsFetcher, quicklistFetcher, getUserRecentSearchesFetcher, getRailCardsFetcher, eurostarFetcher, searchUsersCanBookForFetcher) || this;
|
|
3812
|
+
function EnterpriseSearchService(searchAirportsFetcher, searchAirlinesFetcher, storageService, userService, router, helpers, hotelAvalibilityService, citiesFetcher, confermaCitiesFetcher, postcodeFetcher, railStationFetcher, saveUserAddressUpdater, userAddressesFetcher, basketService, getUserCompanyOfficesFetcher, searchHotelChainsFetcher, isPostcodeValidValueTester, confermaOfficeNamesFetcher, confermaOfficeFetcher, deleteUserAddressUpdater, deleteRecentSearchUpdater, saveRecentSearchUpdater, getUserCurrentCarbonAllowanceFetcher, environment, loungeFetcher, parkingFetcher, httpCallService, flightFetcher, hotelFetcher, carhireFetcher, carHireAvailabilityDetailFetcher, cabhireFetcher, railFetcher, irlFetcher, depotFetcher, getRailStationFetcher, webTokenService, riskAlertsFetcher, quicklistFetcher, getUserRecentSearchesFetcher, getRailCardsFetcher, eurostarFetcher, searchUsersCanBookForFetcher, searchIrlStationsFetcher) {
|
|
3813
|
+
return _super.call(this, searchAirportsFetcher, searchAirlinesFetcher, storageService, userService, router, helpers, hotelAvalibilityService, citiesFetcher, confermaCitiesFetcher, postcodeFetcher, railStationFetcher, saveUserAddressUpdater, userAddressesFetcher, basketService, getUserCompanyOfficesFetcher, searchHotelChainsFetcher, isPostcodeValidValueTester, depotFetcher, confermaOfficeNamesFetcher, confermaOfficeFetcher, deleteUserAddressUpdater, deleteRecentSearchUpdater, saveRecentSearchUpdater, getUserCurrentCarbonAllowanceFetcher, environment, loungeFetcher, parkingFetcher, httpCallService, flightFetcher, hotelFetcher, carhireFetcher, carHireAvailabilityDetailFetcher, cabhireFetcher, railFetcher, irlFetcher, getRailStationFetcher, webTokenService, riskAlertsFetcher, quicklistFetcher, getUserRecentSearchesFetcher, getRailCardsFetcher, eurostarFetcher, searchUsersCanBookForFetcher, searchIrlStationsFetcher) || this;
|
|
3688
3814
|
}
|
|
3689
3815
|
return EnterpriseSearchService;
|
|
3690
3816
|
}(base.BaseEnterpriseSearchService));
|
|
3691
|
-
/** @nocollapse */ EnterpriseSearchService.ɵprov = i0.ɵɵdefineInjectable({ factory: function EnterpriseSearchService_Factory() { return new EnterpriseSearchService(i0.ɵɵinject(SearchAirportsFetcher), i0.ɵɵinject(SearchAirlinesFetcher), i0.ɵɵinject(StorageService), i0.ɵɵinject(UserService), i0.ɵɵinject(i2.Router), i0.ɵɵinject(HelperRoutines), i0.ɵɵinject(HotelAvalibilityService), i0.ɵɵinject(SearchCityFetcher), i0.ɵɵinject(SearchConfermaCityFetcher), i0.ɵɵinject(SearchPostcodeFetcher), i0.ɵɵinject(SearchRailStationsFetcher), i0.ɵɵinject(SaveUserAddressUpdater), i0.ɵɵinject(UserAddressesFetcher), i0.ɵɵinject(EnterpriseBasketService), i0.ɵɵinject(GetUserCompanyOfficesFetcher), i0.ɵɵinject(SearchHotelChainsFetcher), i0.ɵɵinject(IsPostcodeValidValueTester), i0.ɵɵinject(ConfermaOfficeNamesFetcher), i0.ɵɵinject(DeleteUserAddressUpdater), i0.ɵɵinject(DeleteRecentSearchUpdater), i0.ɵɵinject(SaveRecentSearchUpdater), i0.ɵɵinject(GetUserCurrentCarbonAllowanceFetcher), i0.ɵɵinject(Environment), i0.ɵɵinject(LoungeQuoteFetcher), i0.ɵɵinject(ParkingQuoteFetcher), i0.ɵɵinject(HttpCallService), i0.ɵɵinject(FlightQuoteFetcher), i0.ɵɵinject(HotelQuoteFetcher), i0.ɵɵinject(CarhireQuoteFetcher), i0.ɵɵinject(CarHireAvailabilityDetailFetcher), i0.ɵɵinject(CabhireQuoteFetcher), i0.ɵɵinject(RailQuoteFetcher), i0.ɵɵinject(IrlQuoteFetcher), i0.ɵɵinject(SearchDepotFetcher), i0.ɵɵinject(GetRailStationFetcher), i0.ɵɵinject(WebTokenService), i0.ɵɵinject(GetRiskAlertsFetcher), i0.ɵɵinject(ConfermaQuicklistFetcherType), i0.ɵɵinject(GetUserRecentSearchesFetcher), i0.ɵɵinject(GetRailCardsFetcher), i0.ɵɵinject(EurostarQuoteFetcher), i0.ɵɵinject(SearchUsersCanBookForFetcher)); }, token: EnterpriseSearchService, providedIn: "root" });
|
|
3817
|
+
/** @nocollapse */ EnterpriseSearchService.ɵprov = i0.ɵɵdefineInjectable({ factory: function EnterpriseSearchService_Factory() { return new EnterpriseSearchService(i0.ɵɵinject(SearchAirportsFetcher), i0.ɵɵinject(SearchAirlinesFetcher), i0.ɵɵinject(StorageService), i0.ɵɵinject(UserService), i0.ɵɵinject(i2.Router), i0.ɵɵinject(HelperRoutines), i0.ɵɵinject(HotelAvalibilityService), i0.ɵɵinject(SearchCityFetcher), i0.ɵɵinject(SearchConfermaCityFetcher), i0.ɵɵinject(SearchPostcodeFetcher), i0.ɵɵinject(SearchRailStationsFetcher), i0.ɵɵinject(SaveUserAddressUpdater), i0.ɵɵinject(UserAddressesFetcher), i0.ɵɵinject(EnterpriseBasketService), i0.ɵɵinject(GetUserCompanyOfficesFetcher), i0.ɵɵinject(SearchHotelChainsFetcher), i0.ɵɵinject(IsPostcodeValidValueTester), i0.ɵɵinject(ConfermaOfficeNamesFetcher), i0.ɵɵinject(ConfermaOfficeFetcher), i0.ɵɵinject(DeleteUserAddressUpdater), i0.ɵɵinject(DeleteRecentSearchUpdater), i0.ɵɵinject(SaveRecentSearchUpdater), i0.ɵɵinject(GetUserCurrentCarbonAllowanceFetcher), i0.ɵɵinject(Environment), i0.ɵɵinject(LoungeQuoteFetcher), i0.ɵɵinject(ParkingQuoteFetcher), i0.ɵɵinject(HttpCallService), i0.ɵɵinject(FlightQuoteFetcher), i0.ɵɵinject(HotelQuoteFetcher), i0.ɵɵinject(CarhireQuoteFetcher), i0.ɵɵinject(CarHireAvailabilityDetailFetcher), i0.ɵɵinject(CabhireQuoteFetcher), i0.ɵɵinject(RailQuoteFetcher), i0.ɵɵinject(IrlQuoteFetcher), i0.ɵɵinject(SearchDepotFetcher), i0.ɵɵinject(GetRailStationFetcher), i0.ɵɵinject(WebTokenService), i0.ɵɵinject(GetRiskAlertsFetcher), i0.ɵɵinject(ConfermaQuicklistFetcherType), i0.ɵɵinject(GetUserRecentSearchesFetcher), i0.ɵɵinject(GetRailCardsFetcher), i0.ɵɵinject(EurostarQuoteFetcher), i0.ɵɵinject(SearchUsersCanBookForFetcher), i0.ɵɵinject(SearchIrlStationsFetcher)); }, token: EnterpriseSearchService, providedIn: "root" });
|
|
3692
3818
|
EnterpriseSearchService.decorators = [
|
|
3693
3819
|
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
3694
3820
|
];
|
|
@@ -3712,6 +3838,7 @@
|
|
|
3712
3838
|
{ type: SearchHotelChainsFetcher },
|
|
3713
3839
|
{ type: IsPostcodeValidValueTester },
|
|
3714
3840
|
{ type: ConfermaOfficeNamesFetcher },
|
|
3841
|
+
{ type: ConfermaOfficeFetcher },
|
|
3715
3842
|
{ type: DeleteUserAddressUpdater },
|
|
3716
3843
|
{ type: DeleteRecentSearchUpdater },
|
|
3717
3844
|
{ type: SaveRecentSearchUpdater },
|
|
@@ -3735,7 +3862,8 @@
|
|
|
3735
3862
|
{ type: GetUserRecentSearchesFetcher },
|
|
3736
3863
|
{ type: GetRailCardsFetcher },
|
|
3737
3864
|
{ type: EurostarQuoteFetcher },
|
|
3738
|
-
{ type: SearchUsersCanBookForFetcher }
|
|
3865
|
+
{ type: SearchUsersCanBookForFetcher },
|
|
3866
|
+
{ type: SearchIrlStationsFetcher }
|
|
3739
3867
|
]; };
|
|
3740
3868
|
|
|
3741
3869
|
var RouteHappyService = /** @class */ (function (_super) {
|
|
@@ -31796,12 +31924,12 @@
|
|
|
31796
31924
|
var OBTproviders = []; //SERVICES;
|
|
31797
31925
|
var OBTComponents = COMPONENTS;
|
|
31798
31926
|
var OBTDeclarations = __spread(COMPONENTS);
|
|
31799
|
-
var
|
|
31800
|
-
function
|
|
31927
|
+
var OBTServicesModule = /** @class */ (function () {
|
|
31928
|
+
function OBTServicesModule() {
|
|
31801
31929
|
}
|
|
31802
|
-
return
|
|
31930
|
+
return OBTServicesModule;
|
|
31803
31931
|
}());
|
|
31804
|
-
|
|
31932
|
+
OBTServicesModule.decorators = [
|
|
31805
31933
|
{ type: i0.NgModule, args: [{
|
|
31806
31934
|
declarations: OBTDeclarations,
|
|
31807
31935
|
providers: SERVICES,
|
|
@@ -31858,10 +31986,14 @@
|
|
|
31858
31986
|
exports.GetBasketFetcher = GetBasketFetcher;
|
|
31859
31987
|
exports.GetCarHireDepotsDocument = GetCarHireDepotsDocument;
|
|
31860
31988
|
exports.GetCarHireDepotsGQL = GetCarHireDepotsGQL;
|
|
31989
|
+
exports.GetConfermaOfficeDocument = GetConfermaOfficeDocument;
|
|
31990
|
+
exports.GetConfermaOfficeGQL = GetConfermaOfficeGQL;
|
|
31861
31991
|
exports.GetConfermaOfficeNamesDocument = GetConfermaOfficeNamesDocument;
|
|
31862
31992
|
exports.GetConfermaOfficeNamesGQL = GetConfermaOfficeNamesGQL;
|
|
31863
31993
|
exports.GetConfermaQuicklistDocument = GetConfermaQuicklistDocument;
|
|
31864
31994
|
exports.GetConfermaQuicklistGQL = GetConfermaQuicklistGQL;
|
|
31995
|
+
exports.GetIrlSupplierStationDocument = GetIrlSupplierStationDocument;
|
|
31996
|
+
exports.GetIrlSupplierStationGQL = GetIrlSupplierStationGQL;
|
|
31865
31997
|
exports.GetMiAutoSugestionFetcher = GetMiAutoSugestionFetcher;
|
|
31866
31998
|
exports.GetMultipleHotelsAvailabilityDocument = GetMultipleHotelsAvailabilityDocument;
|
|
31867
31999
|
exports.GetMultipleHotelsAvailabilityGQL = GetMultipleHotelsAvailabilityGQL;
|
|
@@ -31921,8 +32053,8 @@
|
|
|
31921
32053
|
exports.MoveItemToADifferentBasketGQL = MoveItemToADifferentBasketGQL;
|
|
31922
32054
|
exports.OBTComponents = OBTComponents;
|
|
31923
32055
|
exports.OBTDeclarations = OBTDeclarations;
|
|
32056
|
+
exports.OBTServicesModule = OBTServicesModule;
|
|
31924
32057
|
exports.OBTproviders = OBTproviders;
|
|
31925
|
-
exports.ObtservicesModule = ObtservicesModule;
|
|
31926
32058
|
exports.OwnerFieldsFragmentDoc = OwnerFieldsFragmentDoc;
|
|
31927
32059
|
exports.ParkingQuoteFetcher = ParkingQuoteFetcher;
|
|
31928
32060
|
exports.RailQuoteFetcher = RailQuoteFetcher;
|
|
@@ -31965,6 +32097,9 @@
|
|
|
31965
32097
|
exports.SearchHotelsGQL = SearchHotelsGQL;
|
|
31966
32098
|
exports.SearchIrlDocument = SearchIrlDocument;
|
|
31967
32099
|
exports.SearchIrlGQL = SearchIrlGQL;
|
|
32100
|
+
exports.SearchIrlStationsFetcher = SearchIrlStationsFetcher;
|
|
32101
|
+
exports.SearchIrlSupplierStationsDocument = SearchIrlSupplierStationsDocument;
|
|
32102
|
+
exports.SearchIrlSupplierStationsGQL = SearchIrlSupplierStationsGQL;
|
|
31968
32103
|
exports.SearchLoungesDocument = SearchLoungesDocument;
|
|
31969
32104
|
exports.SearchLoungesGQL = SearchLoungesGQL;
|
|
31970
32105
|
exports.SearchParkingDocument = SearchParkingDocument;
|
|
@@ -32022,11 +32157,12 @@
|
|
|
32022
32157
|
exports.ɵf = SearchConfermaCityFetcher;
|
|
32023
32158
|
exports.ɵg = UserAddressesFetcher;
|
|
32024
32159
|
exports.ɵh = IsPostcodeValidValueTester;
|
|
32025
|
-
exports.ɵi =
|
|
32026
|
-
exports.ɵj =
|
|
32027
|
-
exports.ɵk =
|
|
32028
|
-
exports.ɵl =
|
|
32029
|
-
exports.ɵm =
|
|
32160
|
+
exports.ɵi = ConfermaOfficeFetcher;
|
|
32161
|
+
exports.ɵj = DeleteUserAddressUpdater;
|
|
32162
|
+
exports.ɵk = DeleteRecentSearchUpdater;
|
|
32163
|
+
exports.ɵl = SaveRecentSearchUpdater;
|
|
32164
|
+
exports.ɵm = IrlQuoteFetcher;
|
|
32165
|
+
exports.ɵn = ConfermaQuicklistFetcherType;
|
|
32030
32166
|
|
|
32031
32167
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
32032
32168
|
|