@sabstravtech/obtservices 0.0.22041208 → 0.0.22042501
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/angular/fetchers.d.ts +1 -0
- package/angular/lib/vendor/fetchers/email-basket.fetcher.d.ts +7 -0
- package/angular/lib/vendor/services/search.service.d.ts +4 -3
- package/angular/lib/vendor/services/user.service.d.ts +4 -3
- package/angular/lib/vendor/types/graphql.angular.types.d.ts +507 -9
- package/angular/sabstravtech-obtservices-angular.metadata.json +1 -1
- package/base/fetchers.d.ts +1 -0
- package/base/lib/vendor/classes/eurostar-enterprise-search.d.ts +2 -1
- package/base/lib/vendor/classes/hotel-enterprise-search.d.ts +1 -1
- package/base/lib/vendor/classes/modal-types.enum.d.ts +1 -0
- package/base/lib/vendor/classes/rail-enterprise-search.d.ts +2 -0
- package/base/lib/vendor/classes/supplementary-booking-info-impl.d.ts +1 -1
- package/base/lib/vendor/classes/user-favourite.enum.d.ts +1 -0
- package/base/lib/vendor/fetchers/email-basket.fetcher.d.ts +20 -0
- package/base/lib/vendor/interfaces/Ieurostar-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/interfaces/Ihotel-enterprise-search.d.ts +1 -1
- package/base/lib/vendor/interfaces/Isearch.service.d.ts +3 -3
- package/base/lib/vendor/interfaces/Isupplementary-booking-info-impl.d.ts +1 -1
- package/base/lib/vendor/services/search.service.d.ts +7 -5
- package/base/lib/vendor/services/url.service.d.ts +2 -1
- package/base/lib/vendor/services/user.service.d.ts +8 -2
- package/base/lib/vendor/types/graphql.types.d.ts +502 -9
- package/base/lib/vendor/types/types.d.ts +2 -2
- package/base/sabstravtech-obtservices-base.metadata.json +1 -1
- package/bundles/sabstravtech-obtservices-angular.umd.js +136 -84
- 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 +206 -49
- 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/fetchers/email-basket.fetcher.js +25 -0
- package/esm2015/angular/lib/vendor/services/search.service.js +8 -5
- package/esm2015/angular/lib/vendor/services/user.service.js +13 -10
- package/esm2015/angular/lib/vendor/types/graphql.angular.types.js +1006 -2
- package/esm2015/base/fetchers.js +2 -1
- package/esm2015/base/lib/vendor/classes/carhire-enterprise-search.js +34 -8
- package/esm2015/base/lib/vendor/classes/eurostar-enterprise-search.js +15 -12
- package/esm2015/base/lib/vendor/classes/flight-enterprise-search.js +6 -1
- package/esm2015/base/lib/vendor/classes/hotel-enterprise-search.js +31 -4
- package/esm2015/base/lib/vendor/classes/lounges-enterprise-search.js +10 -2
- package/esm2015/base/lib/vendor/classes/modal-types.enum.js +2 -1
- package/esm2015/base/lib/vendor/classes/parking-enterprise-search.js +12 -2
- package/esm2015/base/lib/vendor/classes/rail-enterprise-search.js +35 -19
- package/esm2015/base/lib/vendor/classes/supplementary-booking-info-impl.js +3 -3
- package/esm2015/base/lib/vendor/classes/user-favourite.enum.js +2 -1
- package/esm2015/base/lib/vendor/data/euro-stations.json +8 -0
- package/esm2015/base/lib/vendor/fetchers/email-basket.fetcher.js +11 -0
- package/esm2015/base/lib/vendor/interfaces/Ieurostar-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Ihotel-enterprise-search.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Isearch.service.js +1 -1
- package/esm2015/base/lib/vendor/interfaces/Isupplementary-booking-info-impl.js +1 -1
- package/esm2015/base/lib/vendor/services/hotel-avallibility.service.js +2 -1
- package/esm2015/base/lib/vendor/services/search.service.js +8 -3
- package/esm2015/base/lib/vendor/services/url.service.js +2 -1
- package/esm2015/base/lib/vendor/services/user.service.js +19 -2
- package/esm2015/base/lib/vendor/types/graphql.types.js +11 -1
- package/esm2015/base/lib/vendor/types/types.js +3 -3
- package/fesm2015/sabstravtech-obtservices-angular.js +1048 -26
- package/fesm2015/sabstravtech-obtservices-angular.js.map +1 -1
- package/fesm2015/sabstravtech-obtservices-base.js +199 -50
- package/fesm2015/sabstravtech-obtservices-base.js.map +1 -1
- package/package.json +1 -1
|
@@ -902,6 +902,15 @@
|
|
|
902
902
|
IrlTravellerStatus["Placeholder"] = "placeholder";
|
|
903
903
|
IrlTravellerStatus["Complete"] = "complete";
|
|
904
904
|
})(exports.IrlTravellerStatus || (exports.IrlTravellerStatus = {}));
|
|
905
|
+
(function (LogLevelType) {
|
|
906
|
+
LogLevelType["Error"] = "ERROR";
|
|
907
|
+
LogLevelType["Warn"] = "WARN";
|
|
908
|
+
LogLevelType["Info"] = "INFO";
|
|
909
|
+
LogLevelType["Http"] = "HTTP";
|
|
910
|
+
LogLevelType["Verbose"] = "VERBOSE";
|
|
911
|
+
LogLevelType["Debug"] = "DEBUG";
|
|
912
|
+
LogLevelType["Silly"] = "SILLY";
|
|
913
|
+
})(exports.LogLevelType || (exports.LogLevelType = {}));
|
|
905
914
|
(function (MessageTarget) {
|
|
906
915
|
MessageTarget["Login"] = "LOGIN";
|
|
907
916
|
MessageTarget["SearchForm"] = "SEARCH_FORM";
|
|
@@ -995,7 +1004,7 @@
|
|
|
995
1004
|
var Location_DetailFragmentDoc = Apollo.gql(templateObject_8 || (templateObject_8 = __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 "])));
|
|
996
1005
|
var RailJourneyFareFragmentDoc = Apollo.gql(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n fragment RailJourneyFare on RailJourneyFare {\n providerId\n providerName\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n price\n currency\n fareHash\n terms {\n availabilityRule\n changeRule\n childDiscount\n dynamicConditions {\n name\n description\n }\n generalDiscount\n generalValidity\n journeyBreakRule\n journeyType\n kioskAvailable\n preBookingRequirement\n railcardDiscount\n refundCancellationRule\n reservationRule\n ticketTypeAltName\n ticketTypeClass\n ticketTypeCode\n ticketTypeConditionsDescription\n ticketTypeName\n todAvailable\n trainOperatingCompanyCode\n validOutRule\n validReturnRule\n }\n class\n singleOrReturn\n}\n "], ["\n fragment RailJourneyFare on RailJourneyFare {\n providerId\n providerName\n identifiers {\n transactionIdentifier\n journeyIdentifier\n provider\n fareIdentifier\n direction\n singleOrReturn\n bookingRef\n }\n type\n price\n currency\n fareHash\n terms {\n availabilityRule\n changeRule\n childDiscount\n dynamicConditions {\n name\n description\n }\n generalDiscount\n generalValidity\n journeyBreakRule\n journeyType\n kioskAvailable\n preBookingRequirement\n railcardDiscount\n refundCancellationRule\n reservationRule\n ticketTypeAltName\n ticketTypeClass\n ticketTypeCode\n ticketTypeConditionsDescription\n ticketTypeName\n todAvailable\n trainOperatingCompanyCode\n validOutRule\n validReturnRule\n }\n class\n singleOrReturn\n}\n "])));
|
|
997
1006
|
var RailJourneyOptionFragmentDoc = Apollo.gql(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n fragment RailJourneyOption on RailJourneyOption {\n from\n fromCode\n to\n toCode\n journeyHash\n departDateTime\n arriveDateTime\n co2PerItem\n co2PerPassenger\n changes\n overtaken\n journeyLegs {\n id\n operator\n depart\n arrive\n arriveDateTime\n departDateTime\n reservableStatus\n callingPoints {\n stationName\n stationCode\n arrivalDateTime\n departureDateTime\n scheduledPlatform\n stationClassification\n stoppingPattern\n }\n }\n singleJourneyFares {\n ...RailJourneyFare\n }\n returnJourneyFares {\n ...RailJourneyFare\n }\n dualSingleJourneyFares {\n ...RailJourneyFare\n }\n openReturnJourneyFares {\n ...RailJourneyFare\n }\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\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 fragment RailJourneyOption on RailJourneyOption {\n from\n fromCode\n to\n toCode\n journeyHash\n departDateTime\n arriveDateTime\n co2PerItem\n co2PerPassenger\n changes\n overtaken\n journeyLegs {\n id\n operator\n depart\n arrive\n arriveDateTime\n departDateTime\n reservableStatus\n callingPoints {\n stationName\n stationCode\n arrivalDateTime\n departureDateTime\n scheduledPlatform\n stationClassification\n stoppingPattern\n }\n }\n singleJourneyFares {\n ...RailJourneyFare\n }\n returnJourneyFares {\n ...RailJourneyFare\n }\n dualSingleJourneyFares {\n ...RailJourneyFare\n }\n openReturnJourneyFares {\n ...RailJourneyFare\n }\n ticketQueueList {\n id\n name\n type\n }\n accountsList {\n id\n reference\n description\n isDefault\n type\n }\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 ", ""])), RailJourneyFareFragmentDoc);
|
|
998
|
-
var UserFieldsFragmentDoc = Apollo.gql(templateObject_11 || (templateObject_11 = __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 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 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 "])));
|
|
1007
|
+
var UserFieldsFragmentDoc = Apollo.gql(templateObject_11 || (templateObject_11 = __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 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 documents {\n id\n docType\n nationality\n gender\n number\n country\n codeOfIssuingState\n dateOfIssue\n dateOfExpiry\n primary\n createdAt\n updatedAt\n }\n loyaltyCodes {\n id\n carrier\n code\n type\n createdAt\n updatedAt\n }\n preferences {\n id\n serviceType\n preferenceKey\n preferenceValue\n createdAt\n updatedAt\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 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 documents {\n id\n docType\n nationality\n gender\n number\n country\n codeOfIssuingState\n dateOfIssue\n dateOfExpiry\n primary\n createdAt\n updatedAt\n }\n loyaltyCodes {\n id\n carrier\n code\n type\n createdAt\n updatedAt\n }\n preferences {\n id\n serviceType\n preferenceKey\n preferenceValue\n createdAt\n updatedAt\n }\n}\n "])));
|
|
999
1008
|
var AcceptNewPriceDocument = Apollo.gql(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n mutation acceptNewPrice($convertCurrencyTo: String, $id: ID!, $withSupplemental: Boolean = false) {\n acceptNewPrice(convertCurrencyTo: $convertCurrencyTo, id: $id) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation acceptNewPrice($convertCurrencyTo: String, $id: ID!, $withSupplemental: Boolean = false) {\n acceptNewPrice(convertCurrencyTo: $convertCurrencyTo, id: $id) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
1000
1009
|
var AcceptNewPriceGQL = /** @class */ (function (_super) {
|
|
1001
1010
|
__extends(AcceptNewPriceGQL, _super);
|
|
@@ -1416,7 +1425,27 @@
|
|
|
1416
1425
|
DeleteUserAddressGQL.ctorParameters = function () { return [
|
|
1417
1426
|
{ type: Apollo.Apollo }
|
|
1418
1427
|
]; };
|
|
1419
|
-
var GetCovidMicrositeTokenDocument = Apollo.gql(templateObject_33 || (templateObject_33 = __makeTemplateObject(["\n query getCOVIDMicrositeToken {\n getCOVIDMicrositeToken\n}\n "], ["\n query getCOVIDMicrositeToken {\n getCOVIDMicrositeToken\n}\n "])));
|
|
1428
|
+
var EmailBasketDocument = Apollo.gql(templateObject_33 || (templateObject_33 = __makeTemplateObject(["\n query emailBasket($id: ID!) {\n emailBasket(id: $id) {\n id\n owner {\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 __typename\n }\n availableLanguages {\n id\n name\n isoCode\n __typename\n }\n tmc {\n name\n __typename\n }\n office {\n id\n name\n createdAt\n updatedAt\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n companyGroups {\n id\n name\n description\n company {\n id\n name\n tmc {\n id\n name\n __typename\n }\n offices {\n id\n name\n createdAt\n updatedAt\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n supportPhoneNumber {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n createdAt\n updatedAt\n supportEmail\n co2ConsumptionPolicy\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n createdAt\n updatedAt\n __typename\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n approvers {\n active\n priority\n __typename\n }\n approverFor {\n active\n priority\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n documents {\n id\n docType\n nationality\n gender\n number\n country\n codeOfIssuingState\n dateOfIssue\n dateOfExpiry\n primary\n createdAt\n updatedAt\n __typename\n }\n preferences {\n id\n serviceType\n preferenceKey\n preferenceValue\n createdAt\n updatedAt\n __typename\n }\n loyaltyCodes {\n id\n carrier\n code\n type\n createdAt\n updatedAt\n __typename\n }\n emergencyContactName\n emergencyContactPhone\n emergencyContactEmail\n __typename\n }\n reference\n title\n notes\n createdAt\n updatedAt\n basketItems {\n id\n adults\n children\n infants\n detail\n detailHash\n createdAt\n updatedAt\n expiry\n expired\n users {\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 __typename\n }\n availableLanguages {\n id\n name\n isoCode\n __typename\n }\n tmc {\n id\n name\n __typename\n }\n office {\n id\n name\n createdAt\n updatedAt\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n companyGroups {\n id\n name\n description\n company {\n id\n name\n tmc {\n id\n name\n __typename\n }\n offices {\n id\n name\n createdAt\n updatedAt\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n supportPhoneNumber {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n createdAt\n updatedAt\n supportEmail\n co2ConsumptionPolicy\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n createdAt\n updatedAt\n __typename\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n approvers {\n active\n priority\n __typename\n }\n approverFor {\n active\n priority\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n documents {\n id\n docType\n nationality\n gender\n number\n country\n codeOfIssuingState\n dateOfIssue\n dateOfExpiry\n primary\n createdAt\n updatedAt\n __typename\n }\n preferences {\n id\n serviceType\n preferenceKey\n preferenceValue\n createdAt\n updatedAt\n __typename\n }\n loyaltyCodes {\n id\n carrier\n code\n type\n createdAt\n updatedAt\n __typename\n }\n emergencyContactName\n emergencyContactPhone\n emergencyContactEmail\n __typename\n }\n userPassengerTypes {\n id\n passengerType\n __typename\n }\n leadPassenger {\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 co2AllowancePeriod\n co2AllowancePerPeriod\n documents {\n id\n docType\n nationality\n gender\n number\n country\n codeOfIssuingState\n dateOfIssue\n dateOfExpiry\n primary\n createdAt\n updatedAt\n __typename\n }\n preferences {\n id\n serviceType\n preferenceKey\n preferenceValue\n createdAt\n updatedAt\n __typename\n }\n loyaltyCodes {\n id\n carrier\n code\n type\n createdAt\n updatedAt\n __typename\n }\n emergencyContactName\n emergencyContactPhone\n emergencyContactEmail\n __typename\n }\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 __typename\n }\n searchQuery\n price\n currency\n miGroupsAvailable\n miGroupSelected\n managementInfo {\n id\n dbId\n name\n description\n handoff\n valueMask\n service {\n id\n type\n name\n description\n supplierUrl\n active\n apiEndpointUrl\n basketItemTtl\n cancellable\n amendable\n __typename\n }\n uiPresentation\n mandatory\n perPassenger\n perBooking\n agentOnly\n takeValueFromUserDefault\n takeValueFromBookerDefault\n enforceUserDefault\n bookedByField\n createdAt\n updatedAt\n fixed\n fixedValue {\n id\n label\n value\n default\n fixed\n agentOnly\n __typename\n }\n defaultValue {\n id\n label\n value\n default\n fixed\n agentOnly\n __typename\n }\n values {\n id\n label\n value\n default\n fixed\n agentOnly\n __typename\n }\n group\n selectedValues {\n value {\n id\n label\n value\n default\n fixed\n agentOnly\n __typename\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 tmcAdmin\n companyAdmin\n bookerType\n authMethods\n active\n passwordLastUpdated\n co2AllowancePeriod\n co2AllowancePerPeriod\n documents {\n id\n docType\n nationality\n gender\n number\n country\n codeOfIssuingState\n dateOfIssue\n dateOfExpiry\n primary\n createdAt\n updatedAt\n __typename\n }\n preferences {\n id\n serviceType\n preferenceKey\n preferenceValue\n createdAt\n updatedAt\n __typename\n }\n loyaltyCodes {\n id\n carrier\n code\n type\n createdAt\n updatedAt\n __typename\n }\n emergencyContactName\n emergencyContactPhone\n emergencyContactEmail\n __typename\n }\n __typename\n }\n __typename\n }\n validated\n latestValidation\n latestValidationPrice\n latestValidationPriceDifference\n latestValidationAvailable\n bookingThirdPartyReference\n pnrLocator\n bookingDetail\n status\n availablePaymentMethods {\n id\n name\n description\n __typename\n }\n selectedPaymentMethod {\n id\n name\n description\n __typename\n }\n perItemSupplementaryBookingInfoSchema\n perPassengerSupplementaryBookingInfoSchema\n perItemAddress\n perItemPhoneNumber\n perPassengerAddress\n perPassengerPhoneNumber\n cancellable\n amendable\n co2PerPassenger\n co2PerItem\n outboundDate\n inboundDate\n convertedCurrencyAmount\n convertedCurrencyCode\n __typename\n }\n status\n companyGroup {\n id\n name\n description\n company {\n id\n name\n tmc {\n id\n name\n __typename\n }\n offices {\n id\n name\n createdAt\n updatedAt\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n users {\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 __typename\n }\n availableLanguages {\n id\n name\n isoCode\n __typename\n }\n tmc {\n id\n name\n __typename\n }\n office {\n id\n name\n createdAt\n updatedAt\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n approvers {\n active\n priority\n __typename\n }\n approverFor {\n active\n priority\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n documents {\n id\n docType\n nationality\n gender\n number\n country\n codeOfIssuingState\n dateOfIssue\n dateOfExpiry\n primary\n createdAt\n updatedAt\n __typename\n }\n preferences {\n id\n serviceType\n preferenceKey\n preferenceValue\n createdAt\n updatedAt\n __typename\n }\n loyaltyCodes {\n id\n carrier\n code\n type\n createdAt\n updatedAt\n __typename\n }\n emergencyContactName\n emergencyContactPhone\n emergencyContactEmail\n __typename\n }\n supportPhoneNumber {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n createdAt\n updatedAt\n supportEmail\n co2ConsumptionPolicy\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n createdAt\n updatedAt\n __typename\n }\n validated\n bookedAt\n __typename\n }\n}\n "], ["\n query emailBasket($id: ID!) {\n emailBasket(id: $id) {\n id\n owner {\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 __typename\n }\n availableLanguages {\n id\n name\n isoCode\n __typename\n }\n tmc {\n name\n __typename\n }\n office {\n id\n name\n createdAt\n updatedAt\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n companyGroups {\n id\n name\n description\n company {\n id\n name\n tmc {\n id\n name\n __typename\n }\n offices {\n id\n name\n createdAt\n updatedAt\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n supportPhoneNumber {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n createdAt\n updatedAt\n supportEmail\n co2ConsumptionPolicy\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n createdAt\n updatedAt\n __typename\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n approvers {\n active\n priority\n __typename\n }\n approverFor {\n active\n priority\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n documents {\n id\n docType\n nationality\n gender\n number\n country\n codeOfIssuingState\n dateOfIssue\n dateOfExpiry\n primary\n createdAt\n updatedAt\n __typename\n }\n preferences {\n id\n serviceType\n preferenceKey\n preferenceValue\n createdAt\n updatedAt\n __typename\n }\n loyaltyCodes {\n id\n carrier\n code\n type\n createdAt\n updatedAt\n __typename\n }\n emergencyContactName\n emergencyContactPhone\n emergencyContactEmail\n __typename\n }\n reference\n title\n notes\n createdAt\n updatedAt\n basketItems {\n id\n adults\n children\n infants\n detail\n detailHash\n createdAt\n updatedAt\n expiry\n expired\n users {\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 __typename\n }\n availableLanguages {\n id\n name\n isoCode\n __typename\n }\n tmc {\n id\n name\n __typename\n }\n office {\n id\n name\n createdAt\n updatedAt\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n companyGroups {\n id\n name\n description\n company {\n id\n name\n tmc {\n id\n name\n __typename\n }\n offices {\n id\n name\n createdAt\n updatedAt\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n supportPhoneNumber {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n createdAt\n updatedAt\n supportEmail\n co2ConsumptionPolicy\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n createdAt\n updatedAt\n __typename\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n approvers {\n active\n priority\n __typename\n }\n approverFor {\n active\n priority\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n documents {\n id\n docType\n nationality\n gender\n number\n country\n codeOfIssuingState\n dateOfIssue\n dateOfExpiry\n primary\n createdAt\n updatedAt\n __typename\n }\n preferences {\n id\n serviceType\n preferenceKey\n preferenceValue\n createdAt\n updatedAt\n __typename\n }\n loyaltyCodes {\n id\n carrier\n code\n type\n createdAt\n updatedAt\n __typename\n }\n emergencyContactName\n emergencyContactPhone\n emergencyContactEmail\n __typename\n }\n userPassengerTypes {\n id\n passengerType\n __typename\n }\n leadPassenger {\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 co2AllowancePeriod\n co2AllowancePerPeriod\n documents {\n id\n docType\n nationality\n gender\n number\n country\n codeOfIssuingState\n dateOfIssue\n dateOfExpiry\n primary\n createdAt\n updatedAt\n __typename\n }\n preferences {\n id\n serviceType\n preferenceKey\n preferenceValue\n createdAt\n updatedAt\n __typename\n }\n loyaltyCodes {\n id\n carrier\n code\n type\n createdAt\n updatedAt\n __typename\n }\n emergencyContactName\n emergencyContactPhone\n emergencyContactEmail\n __typename\n }\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 __typename\n }\n searchQuery\n price\n currency\n miGroupsAvailable\n miGroupSelected\n managementInfo {\n id\n dbId\n name\n description\n handoff\n valueMask\n service {\n id\n type\n name\n description\n supplierUrl\n active\n apiEndpointUrl\n basketItemTtl\n cancellable\n amendable\n __typename\n }\n uiPresentation\n mandatory\n perPassenger\n perBooking\n agentOnly\n takeValueFromUserDefault\n takeValueFromBookerDefault\n enforceUserDefault\n bookedByField\n createdAt\n updatedAt\n fixed\n fixedValue {\n id\n label\n value\n default\n fixed\n agentOnly\n __typename\n }\n defaultValue {\n id\n label\n value\n default\n fixed\n agentOnly\n __typename\n }\n values {\n id\n label\n value\n default\n fixed\n agentOnly\n __typename\n }\n group\n selectedValues {\n value {\n id\n label\n value\n default\n fixed\n agentOnly\n __typename\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 tmcAdmin\n companyAdmin\n bookerType\n authMethods\n active\n passwordLastUpdated\n co2AllowancePeriod\n co2AllowancePerPeriod\n documents {\n id\n docType\n nationality\n gender\n number\n country\n codeOfIssuingState\n dateOfIssue\n dateOfExpiry\n primary\n createdAt\n updatedAt\n __typename\n }\n preferences {\n id\n serviceType\n preferenceKey\n preferenceValue\n createdAt\n updatedAt\n __typename\n }\n loyaltyCodes {\n id\n carrier\n code\n type\n createdAt\n updatedAt\n __typename\n }\n emergencyContactName\n emergencyContactPhone\n emergencyContactEmail\n __typename\n }\n __typename\n }\n __typename\n }\n validated\n latestValidation\n latestValidationPrice\n latestValidationPriceDifference\n latestValidationAvailable\n bookingThirdPartyReference\n pnrLocator\n bookingDetail\n status\n availablePaymentMethods {\n id\n name\n description\n __typename\n }\n selectedPaymentMethod {\n id\n name\n description\n __typename\n }\n perItemSupplementaryBookingInfoSchema\n perPassengerSupplementaryBookingInfoSchema\n perItemAddress\n perItemPhoneNumber\n perPassengerAddress\n perPassengerPhoneNumber\n cancellable\n amendable\n co2PerPassenger\n co2PerItem\n outboundDate\n inboundDate\n convertedCurrencyAmount\n convertedCurrencyCode\n __typename\n }\n status\n companyGroup {\n id\n name\n description\n company {\n id\n name\n tmc {\n id\n name\n __typename\n }\n offices {\n id\n name\n createdAt\n updatedAt\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n users {\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 __typename\n }\n availableLanguages {\n id\n name\n isoCode\n __typename\n }\n tmc {\n id\n name\n __typename\n }\n office {\n id\n name\n createdAt\n updatedAt\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n addresses {\n id\n description\n numberOrName\n street\n town\n county\n postcode\n countryCode\n userPrimary\n officePrimary\n __typename\n }\n phoneNumbers {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n approvers {\n active\n priority\n __typename\n }\n approverFor {\n active\n priority\n __typename\n }\n co2AllowancePeriod\n co2AllowancePerPeriod\n documents {\n id\n docType\n nationality\n gender\n number\n country\n codeOfIssuingState\n dateOfIssue\n dateOfExpiry\n primary\n createdAt\n updatedAt\n __typename\n }\n preferences {\n id\n serviceType\n preferenceKey\n preferenceValue\n createdAt\n updatedAt\n __typename\n }\n loyaltyCodes {\n id\n carrier\n code\n type\n createdAt\n updatedAt\n __typename\n }\n emergencyContactName\n emergencyContactPhone\n emergencyContactEmail\n __typename\n }\n supportPhoneNumber {\n id\n description\n countryCode\n areaCode\n number\n extension\n type\n officePrimary\n userPrimary\n __typename\n }\n createdAt\n updatedAt\n supportEmail\n co2ConsumptionPolicy\n co2AllowancePeriod\n co2AllowancePerPeriod\n __typename\n }\n createdAt\n updatedAt\n __typename\n }\n validated\n bookedAt\n __typename\n }\n}\n "])));
|
|
1429
|
+
var EmailBasketGQL = /** @class */ (function (_super) {
|
|
1430
|
+
__extends(EmailBasketGQL, _super);
|
|
1431
|
+
function EmailBasketGQL(apollo) {
|
|
1432
|
+
var _this = _super.call(this, apollo) || this;
|
|
1433
|
+
_this.document = EmailBasketDocument;
|
|
1434
|
+
return _this;
|
|
1435
|
+
}
|
|
1436
|
+
return EmailBasketGQL;
|
|
1437
|
+
}(Apollo.Query));
|
|
1438
|
+
/** @nocollapse */ EmailBasketGQL.ɵprov = i0.ɵɵdefineInjectable({ factory: function EmailBasketGQL_Factory() { return new EmailBasketGQL(i0.ɵɵinject(Apollo.Apollo)); }, token: EmailBasketGQL, providedIn: "root" });
|
|
1439
|
+
EmailBasketGQL.decorators = [
|
|
1440
|
+
{ type: i0.Injectable, args: [{
|
|
1441
|
+
providedIn: 'root'
|
|
1442
|
+
},] }
|
|
1443
|
+
];
|
|
1444
|
+
/** @nocollapse */
|
|
1445
|
+
EmailBasketGQL.ctorParameters = function () { return [
|
|
1446
|
+
{ type: Apollo.Apollo }
|
|
1447
|
+
]; };
|
|
1448
|
+
var GetCovidMicrositeTokenDocument = Apollo.gql(templateObject_34 || (templateObject_34 = __makeTemplateObject(["\n query getCOVIDMicrositeToken {\n getCOVIDMicrositeToken\n}\n "], ["\n query getCOVIDMicrositeToken {\n getCOVIDMicrositeToken\n}\n "])));
|
|
1420
1449
|
var GetCovidMicrositeTokenGQL = /** @class */ (function (_super) {
|
|
1421
1450
|
__extends(GetCovidMicrositeTokenGQL, _super);
|
|
1422
1451
|
function GetCovidMicrositeTokenGQL(apollo) {
|
|
@@ -1436,7 +1465,7 @@
|
|
|
1436
1465
|
GetCovidMicrositeTokenGQL.ctorParameters = function () { return [
|
|
1437
1466
|
{ type: Apollo.Apollo }
|
|
1438
1467
|
]; };
|
|
1439
|
-
var GetCarHireDepotsDocument = Apollo.gql(
|
|
1468
|
+
var GetCarHireDepotsDocument = Apollo.gql(templateObject_35 || (templateObject_35 = __makeTemplateObject(["\n query getCarHireDepots($latitude: Float!, $longitude: Float!, $vendorCode: String, $radius: String) {\n getCarHireDepots(latitude: $latitude, longitude: $longitude, vendorCode: $vendorCode, radius: $radius) {\n countryCode\n locationCode\n extendedLocationCode\n vendorCode\n latitude\n longitude\n vendor\n addressLines\n cityName\n }\n}\n "], ["\n query getCarHireDepots($latitude: Float!, $longitude: Float!, $vendorCode: String, $radius: String) {\n getCarHireDepots(latitude: $latitude, longitude: $longitude, vendorCode: $vendorCode, radius: $radius) {\n countryCode\n locationCode\n extendedLocationCode\n vendorCode\n latitude\n longitude\n vendor\n addressLines\n cityName\n }\n}\n "])));
|
|
1440
1469
|
var GetCarHireDepotsGQL = /** @class */ (function (_super) {
|
|
1441
1470
|
__extends(GetCarHireDepotsGQL, _super);
|
|
1442
1471
|
function GetCarHireDepotsGQL(apollo) {
|
|
@@ -1456,7 +1485,7 @@
|
|
|
1456
1485
|
GetCarHireDepotsGQL.ctorParameters = function () { return [
|
|
1457
1486
|
{ type: Apollo.Apollo }
|
|
1458
1487
|
]; };
|
|
1459
|
-
var GetConfermaOfficeDocument = Apollo.gql(
|
|
1488
|
+
var GetConfermaOfficeDocument = Apollo.gql(templateObject_36 || (templateObject_36 = __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 "])));
|
|
1460
1489
|
var GetConfermaOfficeGQL = /** @class */ (function (_super) {
|
|
1461
1490
|
__extends(GetConfermaOfficeGQL, _super);
|
|
1462
1491
|
function GetConfermaOfficeGQL(apollo) {
|
|
@@ -1476,7 +1505,7 @@
|
|
|
1476
1505
|
GetConfermaOfficeGQL.ctorParameters = function () { return [
|
|
1477
1506
|
{ type: Apollo.Apollo }
|
|
1478
1507
|
]; };
|
|
1479
|
-
var GetConfermaOfficeNamesDocument = Apollo.gql(
|
|
1508
|
+
var GetConfermaOfficeNamesDocument = Apollo.gql(templateObject_37 || (templateObject_37 = __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);
|
|
1480
1509
|
var GetConfermaOfficeNamesGQL = /** @class */ (function (_super) {
|
|
1481
1510
|
__extends(GetConfermaOfficeNamesGQL, _super);
|
|
1482
1511
|
function GetConfermaOfficeNamesGQL(apollo) {
|
|
@@ -1496,7 +1525,7 @@
|
|
|
1496
1525
|
GetConfermaOfficeNamesGQL.ctorParameters = function () { return [
|
|
1497
1526
|
{ type: Apollo.Apollo }
|
|
1498
1527
|
]; };
|
|
1499
|
-
var GetConfermaQuicklistDocument = Apollo.gql(
|
|
1528
|
+
var GetConfermaQuicklistDocument = Apollo.gql(templateObject_38 || (templateObject_38 = __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 }\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 }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1500
1529
|
var GetConfermaQuicklistGQL = /** @class */ (function (_super) {
|
|
1501
1530
|
__extends(GetConfermaQuicklistGQL, _super);
|
|
1502
1531
|
function GetConfermaQuicklistGQL(apollo) {
|
|
@@ -1516,7 +1545,7 @@
|
|
|
1516
1545
|
GetConfermaQuicklistGQL.ctorParameters = function () { return [
|
|
1517
1546
|
{ type: Apollo.Apollo }
|
|
1518
1547
|
]; };
|
|
1519
|
-
var GetConfermaRoomImagesDocument = Apollo.gql(
|
|
1548
|
+
var GetConfermaRoomImagesDocument = Apollo.gql(templateObject_39 || (templateObject_39 = __makeTemplateObject(["\n query getConfermaRoomImages($hotelId: String!) {\n getConfermaRoomImages(hotelId: $hotelId)\n}\n "], ["\n query getConfermaRoomImages($hotelId: String!) {\n getConfermaRoomImages(hotelId: $hotelId)\n}\n "])));
|
|
1520
1549
|
var GetConfermaRoomImagesGQL = /** @class */ (function (_super) {
|
|
1521
1550
|
__extends(GetConfermaRoomImagesGQL, _super);
|
|
1522
1551
|
function GetConfermaRoomImagesGQL(apollo) {
|
|
@@ -1536,7 +1565,7 @@
|
|
|
1536
1565
|
GetConfermaRoomImagesGQL.ctorParameters = function () { return [
|
|
1537
1566
|
{ type: Apollo.Apollo }
|
|
1538
1567
|
]; };
|
|
1539
|
-
var GetFlightFareRulesDocument = Apollo.gql(
|
|
1568
|
+
var GetFlightFareRulesDocument = Apollo.gql(templateObject_40 || (templateObject_40 = __makeTemplateObject(["\n query getFlightFareRules($flight: InputFlightJourney!) {\n getFlightFareRules(flight: $flight) {\n results {\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 source\n sourceId\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""], ["\n query getFlightFareRules($flight: InputFlightJourney!) {\n getFlightFareRules(flight: $flight) {\n results {\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 source\n sourceId\n }\n errors {\n ...Errors\n }\n }\n}\n ", ""])), ErrorsFragmentDoc);
|
|
1540
1569
|
var GetFlightFareRulesGQL = /** @class */ (function (_super) {
|
|
1541
1570
|
__extends(GetFlightFareRulesGQL, _super);
|
|
1542
1571
|
function GetFlightFareRulesGQL(apollo) {
|
|
@@ -1556,7 +1585,7 @@
|
|
|
1556
1585
|
GetFlightFareRulesGQL.ctorParameters = function () { return [
|
|
1557
1586
|
{ type: Apollo.Apollo }
|
|
1558
1587
|
]; };
|
|
1559
|
-
var GetFlightSeatMapDocument = Apollo.gql(
|
|
1588
|
+
var GetFlightSeatMapDocument = Apollo.gql(templateObject_41 || (templateObject_41 = __makeTemplateObject(["\n query getFlightSeatMap($flight: InputFlightJourney!) {\n getFlightSeatMap(flight: $flight) {\n results {\n aircraft {\n carrier\n number\n type\n }\n seats {\n row\n column\n attributes {\n code\n description\n }\n price\n currency\n }\n source\n sourceId\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 getFlightSeatMap($flight: InputFlightJourney!) {\n getFlightSeatMap(flight: $flight) {\n results {\n aircraft {\n carrier\n number\n type\n }\n seats {\n row\n column\n attributes {\n code\n description\n }\n price\n currency\n }\n source\n sourceId\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 "])));
|
|
1560
1589
|
var GetFlightSeatMapGQL = /** @class */ (function (_super) {
|
|
1561
1590
|
__extends(GetFlightSeatMapGQL, _super);
|
|
1562
1591
|
function GetFlightSeatMapGQL(apollo) {
|
|
@@ -1576,7 +1605,7 @@
|
|
|
1576
1605
|
GetFlightSeatMapGQL.ctorParameters = function () { return [
|
|
1577
1606
|
{ type: Apollo.Apollo }
|
|
1578
1607
|
]; };
|
|
1579
|
-
var GetIrlDiscountCardsDocument = Apollo.gql(
|
|
1608
|
+
var GetIrlDiscountCardsDocument = Apollo.gql(templateObject_42 || (templateObject_42 = __makeTemplateObject(["\n query getIRLDiscountCards($supplier: IRLSupplier!) {\n getIRLDiscountCards(supplier: $supplier) {\n id\n netCode\n reco\n type\n name\n supplier\n }\n}\n "], ["\n query getIRLDiscountCards($supplier: IRLSupplier!) {\n getIRLDiscountCards(supplier: $supplier) {\n id\n netCode\n reco\n type\n name\n supplier\n }\n}\n "])));
|
|
1580
1609
|
var GetIrlDiscountCardsGQL = /** @class */ (function (_super) {
|
|
1581
1610
|
__extends(GetIrlDiscountCardsGQL, _super);
|
|
1582
1611
|
function GetIrlDiscountCardsGQL(apollo) {
|
|
@@ -1596,7 +1625,7 @@
|
|
|
1596
1625
|
GetIrlDiscountCardsGQL.ctorParameters = function () { return [
|
|
1597
1626
|
{ type: Apollo.Apollo }
|
|
1598
1627
|
]; };
|
|
1599
|
-
var GetIrlSupplierStationDocument = Apollo.gql(
|
|
1628
|
+
var GetIrlSupplierStationDocument = Apollo.gql(templateObject_43 || (templateObject_43 = __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 "])));
|
|
1600
1629
|
var GetIrlSupplierStationGQL = /** @class */ (function (_super) {
|
|
1601
1630
|
__extends(GetIrlSupplierStationGQL, _super);
|
|
1602
1631
|
function GetIrlSupplierStationGQL(apollo) {
|
|
@@ -1616,7 +1645,7 @@
|
|
|
1616
1645
|
GetIrlSupplierStationGQL.ctorParameters = function () { return [
|
|
1617
1646
|
{ type: Apollo.Apollo }
|
|
1618
1647
|
]; };
|
|
1619
|
-
var GetRailLiveDeparturesDocument = Apollo.gql(
|
|
1648
|
+
var GetRailLiveDeparturesDocument = Apollo.gql(templateObject_44 || (templateObject_44 = __makeTemplateObject(["\n query getRailLiveDepartures($stationCode: String!, $departDateTime: String) {\n getRailLiveDepartures(stationCode: $stationCode, departDateTime: $departDateTime) {\n services {\n rid\n uid\n trainid\n sdd\n operator\n operatorCode\n std\n etd\n departureType\n departureSource\n platform\n platformIsHidden\n origin {\n locationName\n tiploc\n crs\n }\n destination {\n locationName\n tiploc\n crs\n }\n subsequentLocations {\n locationName\n tiploc\n crs\n platform\n platformIsHidden\n sta\n eta\n arrivalType\n arrivalSource\n std\n etd\n departureType\n departureSource\n associations {\n category\n rid\n uid\n trainid\n sdd\n origin\n originCRS\n originTiploc\n destination\n destCRS\n destTiploc\n }\n }\n }\n }\n}\n "], ["\n query getRailLiveDepartures($stationCode: String!, $departDateTime: String) {\n getRailLiveDepartures(stationCode: $stationCode, departDateTime: $departDateTime) {\n services {\n rid\n uid\n trainid\n sdd\n operator\n operatorCode\n std\n etd\n departureType\n departureSource\n platform\n platformIsHidden\n origin {\n locationName\n tiploc\n crs\n }\n destination {\n locationName\n tiploc\n crs\n }\n subsequentLocations {\n locationName\n tiploc\n crs\n platform\n platformIsHidden\n sta\n eta\n arrivalType\n arrivalSource\n std\n etd\n departureType\n departureSource\n associations {\n category\n rid\n uid\n trainid\n sdd\n origin\n originCRS\n originTiploc\n destination\n destCRS\n destTiploc\n }\n }\n }\n }\n}\n "])));
|
|
1620
1649
|
var GetRailLiveDeparturesGQL = /** @class */ (function (_super) {
|
|
1621
1650
|
__extends(GetRailLiveDeparturesGQL, _super);
|
|
1622
1651
|
function GetRailLiveDeparturesGQL(apollo) {
|
|
@@ -1636,7 +1665,7 @@
|
|
|
1636
1665
|
GetRailLiveDeparturesGQL.ctorParameters = function () { return [
|
|
1637
1666
|
{ type: Apollo.Apollo }
|
|
1638
1667
|
]; };
|
|
1639
|
-
var GetRailStationDocument = Apollo.gql(
|
|
1668
|
+
var GetRailStationDocument = Apollo.gql(templateObject_45 || (templateObject_45 = __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 "])));
|
|
1640
1669
|
var GetRailStationGQL = /** @class */ (function (_super) {
|
|
1641
1670
|
__extends(GetRailStationGQL, _super);
|
|
1642
1671
|
function GetRailStationGQL(apollo) {
|
|
@@ -1656,7 +1685,7 @@
|
|
|
1656
1685
|
GetRailStationGQL.ctorParameters = function () { return [
|
|
1657
1686
|
{ type: Apollo.Apollo }
|
|
1658
1687
|
]; };
|
|
1659
|
-
var GetRailcardsDocument = Apollo.gql(
|
|
1688
|
+
var GetRailcardsDocument = Apollo.gql(templateObject_46 || (templateObject_46 = __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 "])));
|
|
1660
1689
|
var GetRailcardsGQL = /** @class */ (function (_super) {
|
|
1661
1690
|
__extends(GetRailcardsGQL, _super);
|
|
1662
1691
|
function GetRailcardsGQL(apollo) {
|
|
@@ -1676,7 +1705,7 @@
|
|
|
1676
1705
|
GetRailcardsGQL.ctorParameters = function () { return [
|
|
1677
1706
|
{ type: Apollo.Apollo }
|
|
1678
1707
|
]; };
|
|
1679
|
-
var GetRiskAlertsDocument = Apollo.gql(
|
|
1708
|
+
var GetRiskAlertsDocument = Apollo.gql(templateObject_47 || (templateObject_47 = __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 "])));
|
|
1680
1709
|
var GetRiskAlertsGQL = /** @class */ (function (_super) {
|
|
1681
1710
|
__extends(GetRiskAlertsGQL, _super);
|
|
1682
1711
|
function GetRiskAlertsGQL(apollo) {
|
|
@@ -1696,7 +1725,7 @@
|
|
|
1696
1725
|
GetRiskAlertsGQL.ctorParameters = function () { return [
|
|
1697
1726
|
{ type: Apollo.Apollo }
|
|
1698
1727
|
]; };
|
|
1699
|
-
var GetUserAddressesDocument = Apollo.gql(
|
|
1728
|
+
var GetUserAddressesDocument = Apollo.gql(templateObject_48 || (templateObject_48 = __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 "])));
|
|
1700
1729
|
var GetUserAddressesGQL = /** @class */ (function (_super) {
|
|
1701
1730
|
__extends(GetUserAddressesGQL, _super);
|
|
1702
1731
|
function GetUserAddressesGQL(apollo) {
|
|
@@ -1716,7 +1745,7 @@
|
|
|
1716
1745
|
GetUserAddressesGQL.ctorParameters = function () { return [
|
|
1717
1746
|
{ type: Apollo.Apollo }
|
|
1718
1747
|
]; };
|
|
1719
|
-
var GetUserCompanyOfficesDocument = Apollo.gql(
|
|
1748
|
+
var GetUserCompanyOfficesDocument = Apollo.gql(templateObject_49 || (templateObject_49 = __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 "])));
|
|
1720
1749
|
var GetUserCompanyOfficesGQL = /** @class */ (function (_super) {
|
|
1721
1750
|
__extends(GetUserCompanyOfficesGQL, _super);
|
|
1722
1751
|
function GetUserCompanyOfficesGQL(apollo) {
|
|
@@ -1736,7 +1765,7 @@
|
|
|
1736
1765
|
GetUserCompanyOfficesGQL.ctorParameters = function () { return [
|
|
1737
1766
|
{ type: Apollo.Apollo }
|
|
1738
1767
|
]; };
|
|
1739
|
-
var GetUserCurrentCarbonAllowanceDocument = Apollo.gql(
|
|
1768
|
+
var GetUserCurrentCarbonAllowanceDocument = Apollo.gql(templateObject_50 || (templateObject_50 = __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 "])));
|
|
1740
1769
|
var GetUserCurrentCarbonAllowanceGQL = /** @class */ (function (_super) {
|
|
1741
1770
|
__extends(GetUserCurrentCarbonAllowanceGQL, _super);
|
|
1742
1771
|
function GetUserCurrentCarbonAllowanceGQL(apollo) {
|
|
@@ -1756,7 +1785,7 @@
|
|
|
1756
1785
|
GetUserCurrentCarbonAllowanceGQL.ctorParameters = function () { return [
|
|
1757
1786
|
{ type: Apollo.Apollo }
|
|
1758
1787
|
]; };
|
|
1759
|
-
var GetUserFavouriteSearchesDocument = Apollo.gql(
|
|
1788
|
+
var GetUserFavouriteSearchesDocument = Apollo.gql(templateObject_51 || (templateObject_51 = __makeTemplateObject(["\n query getUserFavouriteSearches($serviceType: ServiceType) {\n getUserFavouriteSearches(serviceType: $serviceType) {\n id\n serviceType\n searchArgs\n }\n}\n "], ["\n query getUserFavouriteSearches($serviceType: ServiceType) {\n getUserFavouriteSearches(serviceType: $serviceType) {\n id\n serviceType\n searchArgs\n }\n}\n "])));
|
|
1760
1789
|
var GetUserFavouriteSearchesGQL = /** @class */ (function (_super) {
|
|
1761
1790
|
__extends(GetUserFavouriteSearchesGQL, _super);
|
|
1762
1791
|
function GetUserFavouriteSearchesGQL(apollo) {
|
|
@@ -1776,7 +1805,7 @@
|
|
|
1776
1805
|
GetUserFavouriteSearchesGQL.ctorParameters = function () { return [
|
|
1777
1806
|
{ type: Apollo.Apollo }
|
|
1778
1807
|
]; };
|
|
1779
|
-
var GetUserMiAutoSuggestValuesDocument = Apollo.gql(
|
|
1808
|
+
var GetUserMiAutoSuggestValuesDocument = Apollo.gql(templateObject_52 || (templateObject_52 = __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 "])));
|
|
1780
1809
|
var GetUserMiAutoSuggestValuesGQL = /** @class */ (function (_super) {
|
|
1781
1810
|
__extends(GetUserMiAutoSuggestValuesGQL, _super);
|
|
1782
1811
|
function GetUserMiAutoSuggestValuesGQL(apollo) {
|
|
@@ -1796,7 +1825,7 @@
|
|
|
1796
1825
|
GetUserMiAutoSuggestValuesGQL.ctorParameters = function () { return [
|
|
1797
1826
|
{ type: Apollo.Apollo }
|
|
1798
1827
|
]; };
|
|
1799
|
-
var GetUserPhoneDocument = Apollo.gql(
|
|
1828
|
+
var GetUserPhoneDocument = Apollo.gql(templateObject_53 || (templateObject_53 = __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 "])));
|
|
1800
1829
|
var GetUserPhoneGQL = /** @class */ (function (_super) {
|
|
1801
1830
|
__extends(GetUserPhoneGQL, _super);
|
|
1802
1831
|
function GetUserPhoneGQL(apollo) {
|
|
@@ -1816,7 +1845,7 @@
|
|
|
1816
1845
|
GetUserPhoneGQL.ctorParameters = function () { return [
|
|
1817
1846
|
{ type: Apollo.Apollo }
|
|
1818
1847
|
]; };
|
|
1819
|
-
var GetUserRecentSearchesDocument = Apollo.gql(
|
|
1848
|
+
var GetUserRecentSearchesDocument = Apollo.gql(templateObject_54 || (templateObject_54 = __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 "])));
|
|
1820
1849
|
var GetUserRecentSearchesGQL = /** @class */ (function (_super) {
|
|
1821
1850
|
__extends(GetUserRecentSearchesGQL, _super);
|
|
1822
1851
|
function GetUserRecentSearchesGQL(apollo) {
|
|
@@ -1836,7 +1865,7 @@
|
|
|
1836
1865
|
GetUserRecentSearchesGQL.ctorParameters = function () { return [
|
|
1837
1866
|
{ type: Apollo.Apollo }
|
|
1838
1867
|
]; };
|
|
1839
|
-
var SearchHotelsDocument = Apollo.gql(
|
|
1868
|
+
var SearchHotelsDocument = Apollo.gql(templateObject_55 || (templateObject_55 = __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 ...RoomAvaliability\n }\n co2PerPassenger\n co2PerItem\n source\n sourceId\n version\n }\n errors {\n ...Errors\n }\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 ...RoomAvaliability\n }\n co2PerPassenger\n co2PerItem\n source\n sourceId\n version\n }\n errors {\n ...Errors\n }\n }\n}\n ", "\n", ""])), RoomAvaliabilityFragmentDoc, ErrorsFragmentDoc);
|
|
1840
1869
|
var SearchHotelsGQL = /** @class */ (function (_super) {
|
|
1841
1870
|
__extends(SearchHotelsGQL, _super);
|
|
1842
1871
|
function SearchHotelsGQL(apollo) {
|
|
@@ -1856,7 +1885,7 @@
|
|
|
1856
1885
|
SearchHotelsGQL.ctorParameters = function () { return [
|
|
1857
1886
|
{ type: Apollo.Apollo }
|
|
1858
1887
|
]; };
|
|
1859
|
-
var GetMultipleHotelsAvailabilityDocument = Apollo.gql(
|
|
1888
|
+
var GetMultipleHotelsAvailabilityDocument = Apollo.gql(templateObject_56 || (templateObject_56 = __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 ...RoomAvaliability\n }\n errors {\n ...Errors\n }\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 ...RoomAvaliability\n }\n errors {\n ...Errors\n }\n }\n}\n ", "\n", ""])), RoomAvaliabilityFragmentDoc, ErrorsFragmentDoc);
|
|
1860
1889
|
var GetMultipleHotelsAvailabilityGQL = /** @class */ (function (_super) {
|
|
1861
1890
|
__extends(GetMultipleHotelsAvailabilityGQL, _super);
|
|
1862
1891
|
function GetMultipleHotelsAvailabilityGQL(apollo) {
|
|
@@ -1876,7 +1905,7 @@
|
|
|
1876
1905
|
GetMultipleHotelsAvailabilityGQL.ctorParameters = function () { return [
|
|
1877
1906
|
{ type: Apollo.Apollo }
|
|
1878
1907
|
]; };
|
|
1879
|
-
var IsPostcodeValidDocument = Apollo.gql(
|
|
1908
|
+
var IsPostcodeValidDocument = Apollo.gql(templateObject_57 || (templateObject_57 = __makeTemplateObject(["\n query isPostcodeValid($postcode: String!) {\n isPostcodeValid(postcode: $postcode)\n}\n "], ["\n query isPostcodeValid($postcode: String!) {\n isPostcodeValid(postcode: $postcode)\n}\n "])));
|
|
1880
1909
|
var IsPostcodeValidGQL = /** @class */ (function (_super) {
|
|
1881
1910
|
__extends(IsPostcodeValidGQL, _super);
|
|
1882
1911
|
function IsPostcodeValidGQL(apollo) {
|
|
@@ -1896,7 +1925,7 @@
|
|
|
1896
1925
|
IsPostcodeValidGQL.ctorParameters = function () { return [
|
|
1897
1926
|
{ type: Apollo.Apollo }
|
|
1898
1927
|
]; };
|
|
1899
|
-
var SearchAirportsDocument = Apollo.gql(
|
|
1928
|
+
var SearchAirportsDocument = Apollo.gql(templateObject_58 || (templateObject_58 = __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);
|
|
1900
1929
|
var SearchAirportsGQL = /** @class */ (function (_super) {
|
|
1901
1930
|
__extends(SearchAirportsGQL, _super);
|
|
1902
1931
|
function SearchAirportsGQL(apollo) {
|
|
@@ -1916,7 +1945,7 @@
|
|
|
1916
1945
|
SearchAirportsGQL.ctorParameters = function () { return [
|
|
1917
1946
|
{ type: Apollo.Apollo }
|
|
1918
1947
|
]; };
|
|
1919
|
-
var SearchLoungesDocument = Apollo.gql(
|
|
1948
|
+
var SearchLoungesDocument = Apollo.gql(templateObject_59 || (templateObject_59 = __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);
|
|
1920
1949
|
var SearchLoungesGQL = /** @class */ (function (_super) {
|
|
1921
1950
|
__extends(SearchLoungesGQL, _super);
|
|
1922
1951
|
function SearchLoungesGQL(apollo) {
|
|
@@ -1936,7 +1965,7 @@
|
|
|
1936
1965
|
SearchLoungesGQL.ctorParameters = function () { return [
|
|
1937
1966
|
{ type: Apollo.Apollo }
|
|
1938
1967
|
]; };
|
|
1939
|
-
var MoveItemToADifferentBasketDocument = Apollo.gql(
|
|
1968
|
+
var MoveItemToADifferentBasketDocument = Apollo.gql(templateObject_60 || (templateObject_60 = __makeTemplateObject(["\n mutation moveItemToADifferentBasket($convertCurrencyTo: String, $basketItem: ID!, $newBasket: ID!, $withSupplemental: Boolean = false) {\n moveItemToADifferentBasket(convertCurrencyTo: $convertCurrencyTo, basketItem: $basketItem, newBasket: $newBasket) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation moveItemToADifferentBasket($convertCurrencyTo: String, $basketItem: ID!, $newBasket: ID!, $withSupplemental: Boolean = false) {\n moveItemToADifferentBasket(convertCurrencyTo: $convertCurrencyTo, basketItem: $basketItem, newBasket: $newBasket) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
1940
1969
|
var MoveItemToADifferentBasketGQL = /** @class */ (function (_super) {
|
|
1941
1970
|
__extends(MoveItemToADifferentBasketGQL, _super);
|
|
1942
1971
|
function MoveItemToADifferentBasketGQL(apollo) {
|
|
@@ -1956,7 +1985,7 @@
|
|
|
1956
1985
|
MoveItemToADifferentBasketGQL.ctorParameters = function () { return [
|
|
1957
1986
|
{ type: Apollo.Apollo }
|
|
1958
1987
|
]; };
|
|
1959
|
-
var SearchParkingDocument = Apollo.gql(
|
|
1988
|
+
var SearchParkingDocument = Apollo.gql(templateObject_61 || (templateObject_61 = __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);
|
|
1960
1989
|
var SearchParkingGQL = /** @class */ (function (_super) {
|
|
1961
1990
|
__extends(SearchParkingGQL, _super);
|
|
1962
1991
|
function SearchParkingGQL(apollo) {
|
|
@@ -1976,7 +2005,7 @@
|
|
|
1976
2005
|
SearchParkingGQL.ctorParameters = function () { return [
|
|
1977
2006
|
{ type: Apollo.Apollo }
|
|
1978
2007
|
]; };
|
|
1979
|
-
var SearchRailDocument = Apollo.gql(
|
|
2008
|
+
var SearchRailDocument = Apollo.gql(templateObject_62 || (templateObject_62 = __makeTemplateObject(["\n query searchRail($countryCode: String, $journeyType: RailSearchJourneyType!, $class: RailClass, $departureLocationId: ID!, $arrivalLocationId: ID!, $viaLocationId: ID, $outboundArrivalDateTime: String, $outboundDepartureDateTime: String, $returnArrivalDateTime: String, $returnDepartureDateTime: String, $adults: Int!, $children: Int, $extraTimeToChange: Boolean, $plusBusOut: RailPlusBusAvail, $plusBusReturn: RailPlusBusAvail, $travelCards: [Date!], $railCardQualifiers: [String!]) {\n searchRail(countryCode: $countryCode, journeyType: $journeyType, class: $class, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, viaLocationId: $viaLocationId, outboundArrivalDateTime: $outboundArrivalDateTime, outboundDepartureDateTime: $outboundDepartureDateTime, returnArrivalDateTime: $returnArrivalDateTime, returnDepartureDateTime: $returnDepartureDateTime, adults: $adults, children: $children, extraTimeToChange: $extraTimeToChange, plusBusOut: $plusBusOut, plusBusReturn: $plusBusReturn, travelCards: $travelCards, railCardQualifiers: $railCardQualifiers) {\n results {\n sourceId\n summary\n travelCardsAddonFlag\n outbound {\n ...RailJourneyOption\n }\n return {\n ...RailJourneyOption\n }\n }\n errors {\n errorMessage\n }\n }\n}\n ", ""], ["\n query searchRail($countryCode: String, $journeyType: RailSearchJourneyType!, $class: RailClass, $departureLocationId: ID!, $arrivalLocationId: ID!, $viaLocationId: ID, $outboundArrivalDateTime: String, $outboundDepartureDateTime: String, $returnArrivalDateTime: String, $returnDepartureDateTime: String, $adults: Int!, $children: Int, $extraTimeToChange: Boolean, $plusBusOut: RailPlusBusAvail, $plusBusReturn: RailPlusBusAvail, $travelCards: [Date!], $railCardQualifiers: [String!]) {\n searchRail(countryCode: $countryCode, journeyType: $journeyType, class: $class, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, viaLocationId: $viaLocationId, outboundArrivalDateTime: $outboundArrivalDateTime, outboundDepartureDateTime: $outboundDepartureDateTime, returnArrivalDateTime: $returnArrivalDateTime, returnDepartureDateTime: $returnDepartureDateTime, adults: $adults, children: $children, extraTimeToChange: $extraTimeToChange, plusBusOut: $plusBusOut, plusBusReturn: $plusBusReturn, travelCards: $travelCards, railCardQualifiers: $railCardQualifiers) {\n results {\n sourceId\n summary\n travelCardsAddonFlag\n outbound {\n ...RailJourneyOption\n }\n return {\n ...RailJourneyOption\n }\n }\n errors {\n errorMessage\n }\n }\n}\n ", ""])), RailJourneyOptionFragmentDoc);
|
|
1980
2009
|
var SearchRailGQL = /** @class */ (function (_super) {
|
|
1981
2010
|
__extends(SearchRailGQL, _super);
|
|
1982
2011
|
function SearchRailGQL(apollo) {
|
|
@@ -1996,7 +2025,7 @@
|
|
|
1996
2025
|
SearchRailGQL.ctorParameters = function () { return [
|
|
1997
2026
|
{ type: Apollo.Apollo }
|
|
1998
2027
|
]; };
|
|
1999
|
-
var SaveFavouriteSearchDocument = Apollo.gql(
|
|
2028
|
+
var SaveFavouriteSearchDocument = Apollo.gql(templateObject_63 || (templateObject_63 = __makeTemplateObject(["\n mutation saveFavouriteSearch($name: String!, $serviceType: ServiceType!, $searchArgs: JSON!) {\n saveFavouriteSearch(name: $name, serviceType: $serviceType, searchArgs: $searchArgs) {\n id\n }\n}\n "], ["\n mutation saveFavouriteSearch($name: String!, $serviceType: ServiceType!, $searchArgs: JSON!) {\n saveFavouriteSearch(name: $name, serviceType: $serviceType, searchArgs: $searchArgs) {\n id\n }\n}\n "])));
|
|
2000
2029
|
var SaveFavouriteSearchGQL = /** @class */ (function (_super) {
|
|
2001
2030
|
__extends(SaveFavouriteSearchGQL, _super);
|
|
2002
2031
|
function SaveFavouriteSearchGQL(apollo) {
|
|
@@ -2016,7 +2045,7 @@
|
|
|
2016
2045
|
SaveFavouriteSearchGQL.ctorParameters = function () { return [
|
|
2017
2046
|
{ type: Apollo.Apollo }
|
|
2018
2047
|
]; };
|
|
2019
|
-
var SaveRecentSearchDocument = Apollo.gql(
|
|
2048
|
+
var SaveRecentSearchDocument = Apollo.gql(templateObject_64 || (templateObject_64 = __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 "])));
|
|
2020
2049
|
var SaveRecentSearchGQL = /** @class */ (function (_super) {
|
|
2021
2050
|
__extends(SaveRecentSearchGQL, _super);
|
|
2022
2051
|
function SaveRecentSearchGQL(apollo) {
|
|
@@ -2036,7 +2065,7 @@
|
|
|
2036
2065
|
SaveRecentSearchGQL.ctorParameters = function () { return [
|
|
2037
2066
|
{ type: Apollo.Apollo }
|
|
2038
2067
|
]; };
|
|
2039
|
-
var SaveUserAddressDocument = Apollo.gql(
|
|
2068
|
+
var SaveUserAddressDocument = Apollo.gql(templateObject_65 || (templateObject_65 = __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 "])));
|
|
2040
2069
|
var SaveUserAddressGQL = /** @class */ (function (_super) {
|
|
2041
2070
|
__extends(SaveUserAddressGQL, _super);
|
|
2042
2071
|
function SaveUserAddressGQL(apollo) {
|
|
@@ -2056,7 +2085,7 @@
|
|
|
2056
2085
|
SaveUserAddressGQL.ctorParameters = function () { return [
|
|
2057
2086
|
{ type: Apollo.Apollo }
|
|
2058
2087
|
]; };
|
|
2059
|
-
var SearchAirlinesDocument = Apollo.gql(
|
|
2088
|
+
var SearchAirlinesDocument = Apollo.gql(templateObject_66 || (templateObject_66 = __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 "])));
|
|
2060
2089
|
var SearchAirlinesGQL = /** @class */ (function (_super) {
|
|
2061
2090
|
__extends(SearchAirlinesGQL, _super);
|
|
2062
2091
|
function SearchAirlinesGQL(apollo) {
|
|
@@ -2076,7 +2105,7 @@
|
|
|
2076
2105
|
SearchAirlinesGQL.ctorParameters = function () { return [
|
|
2077
2106
|
{ type: Apollo.Apollo }
|
|
2078
2107
|
]; };
|
|
2079
|
-
var SearchCitiesDocument = Apollo.gql(
|
|
2108
|
+
var SearchCitiesDocument = Apollo.gql(templateObject_67 || (templateObject_67 = __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 "])));
|
|
2080
2109
|
var SearchCitiesGQL = /** @class */ (function (_super) {
|
|
2081
2110
|
__extends(SearchCitiesGQL, _super);
|
|
2082
2111
|
function SearchCitiesGQL(apollo) {
|
|
@@ -2096,7 +2125,7 @@
|
|
|
2096
2125
|
SearchCitiesGQL.ctorParameters = function () { return [
|
|
2097
2126
|
{ type: Apollo.Apollo }
|
|
2098
2127
|
]; };
|
|
2099
|
-
var SearchConfermaCitiesDocument = Apollo.gql(
|
|
2128
|
+
var SearchConfermaCitiesDocument = Apollo.gql(templateObject_68 || (templateObject_68 = __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 "])));
|
|
2100
2129
|
var SearchConfermaCitiesGQL = /** @class */ (function (_super) {
|
|
2101
2130
|
__extends(SearchConfermaCitiesGQL, _super);
|
|
2102
2131
|
function SearchConfermaCitiesGQL(apollo) {
|
|
@@ -2116,7 +2145,7 @@
|
|
|
2116
2145
|
SearchConfermaCitiesGQL.ctorParameters = function () { return [
|
|
2117
2146
|
{ type: Apollo.Apollo }
|
|
2118
2147
|
]; };
|
|
2119
|
-
var SearchEurostarDocument = Apollo.gql(templateObject_68 || (templateObject_68 = __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 baseFareId\n uid\n disclosures\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n journeyHash\n co2PerItem\n co2PerPassenger\n }\n multi {\n order\n origin\n destination\n results {\n uid\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n co2PerItem\n co2PerPassenger\n }\n minPrice\n maxPrice\n }\n }\n errors {\n ...Errors\n }\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 baseFareId\n uid\n disclosures\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n journeyHash\n co2PerItem\n co2PerPassenger\n }\n multi {\n order\n origin\n destination\n results {\n uid\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n co2PerItem\n co2PerPassenger\n }\n minPrice\n maxPrice\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", "\n", ""])), FlightJourneyFieldsFragmentDoc, ErrorsFragmentDoc);
|
|
2148
|
+
var SearchEurostarDocument = Apollo.gql(templateObject_69 || (templateObject_69 = __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 baseFareId\n uid\n disclosures\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n journeyHash\n co2PerItem\n co2PerPassenger\n }\n multi {\n order\n origin\n destination\n results {\n uid\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n co2PerItem\n co2PerPassenger\n }\n minPrice\n maxPrice\n }\n }\n errors {\n ...Errors\n }\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 baseFareId\n uid\n disclosures\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n journeyHash\n co2PerItem\n co2PerPassenger\n }\n multi {\n order\n origin\n destination\n results {\n uid\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n co2PerItem\n co2PerPassenger\n }\n minPrice\n maxPrice\n }\n }\n errors {\n ...Errors\n }\n }\n}\n ", "\n", ""])), FlightJourneyFieldsFragmentDoc, ErrorsFragmentDoc);
|
|
2120
2149
|
var SearchEurostarGQL = /** @class */ (function (_super) {
|
|
2121
2150
|
__extends(SearchEurostarGQL, _super);
|
|
2122
2151
|
function SearchEurostarGQL(apollo) {
|
|
@@ -2136,7 +2165,7 @@
|
|
|
2136
2165
|
SearchEurostarGQL.ctorParameters = function () { return [
|
|
2137
2166
|
{ type: Apollo.Apollo }
|
|
2138
2167
|
]; };
|
|
2139
|
-
var SearchFlightsV2Document = Apollo.gql(templateObject_69 || (templateObject_69 = __makeTemplateObject(["\n query searchFlightsV2($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, $withGrouped: Boolean!, $groupMax: Int) {\n searchFlightsV2(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, groupMax: $groupMax) {\n results {\n journeys {\n baseFareId\n uid\n disclosures\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n journeyHash\n co2PerItem\n co2PerPassenger\n journeyHash\n }\n multi {\n order\n origin\n destination\n results {\n uid\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n co2PerItem\n co2PerPassenger\n journeyHash\n }\n minPrice\n maxPrice\n }\n grouped {\n ...GroupedFields @include(if: $withGrouped)\n }\n }\n errors {\n ...Errors\n }\n ruleActionSummary\n }\n}\n ", "\n", "\n", ""], ["\n query searchFlightsV2($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, $withGrouped: Boolean!, $groupMax: Int) {\n searchFlightsV2(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, groupMax: $groupMax) {\n results {\n journeys {\n baseFareId\n uid\n disclosures\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n journeyHash\n co2PerItem\n co2PerPassenger\n journeyHash\n }\n multi {\n order\n origin\n destination\n results {\n uid\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n co2PerItem\n co2PerPassenger\n journeyHash\n }\n minPrice\n maxPrice\n }\n grouped {\n ...GroupedFields @include(if: $withGrouped)\n }\n }\n errors {\n ...Errors\n }\n ruleActionSummary\n }\n}\n ", "\n", "\n", ""])), FlightJourneyFieldsFragmentDoc, GroupedFieldsFragmentDoc, ErrorsFragmentDoc);
|
|
2168
|
+
var SearchFlightsV2Document = Apollo.gql(templateObject_70 || (templateObject_70 = __makeTemplateObject(["\n query searchFlightsV2($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, $withGrouped: Boolean!, $groupMax: Int) {\n searchFlightsV2(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, groupMax: $groupMax) {\n results {\n journeys {\n baseFareId\n uid\n disclosures\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n journeyHash\n co2PerItem\n co2PerPassenger\n journeyHash\n }\n multi {\n order\n origin\n destination\n results {\n uid\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n co2PerItem\n co2PerPassenger\n journeyHash\n }\n minPrice\n maxPrice\n }\n grouped {\n ...GroupedFields @include(if: $withGrouped)\n }\n }\n errors {\n ...Errors\n }\n ruleActionSummary\n }\n}\n ", "\n", "\n", ""], ["\n query searchFlightsV2($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, $withGrouped: Boolean!, $groupMax: Int) {\n searchFlightsV2(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, groupMax: $groupMax) {\n results {\n journeys {\n baseFareId\n uid\n disclosures\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n journeyHash\n co2PerItem\n co2PerPassenger\n journeyHash\n }\n multi {\n order\n origin\n destination\n results {\n uid\n passengerCount\n outboundFlights {\n ...FlightJourneyFields\n }\n inboundFlights {\n ...FlightJourneyFields\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 weightProvided\n }\n additional\n source\n sourceId\n version\n co2PerItem\n co2PerPassenger\n journeyHash\n }\n minPrice\n maxPrice\n }\n grouped {\n ...GroupedFields @include(if: $withGrouped)\n }\n }\n errors {\n ...Errors\n }\n ruleActionSummary\n }\n}\n ", "\n", "\n", ""])), FlightJourneyFieldsFragmentDoc, GroupedFieldsFragmentDoc, ErrorsFragmentDoc);
|
|
2140
2169
|
var SearchFlightsV2GQL = /** @class */ (function (_super) {
|
|
2141
2170
|
__extends(SearchFlightsV2GQL, _super);
|
|
2142
2171
|
function SearchFlightsV2GQL(apollo) {
|
|
@@ -2156,7 +2185,7 @@
|
|
|
2156
2185
|
SearchFlightsV2GQL.ctorParameters = function () { return [
|
|
2157
2186
|
{ type: Apollo.Apollo }
|
|
2158
2187
|
]; };
|
|
2159
|
-
var SearchHotelChainsDocument = Apollo.gql(
|
|
2188
|
+
var SearchHotelChainsDocument = Apollo.gql(templateObject_71 || (templateObject_71 = __makeTemplateObject(["\n query searchHotelChains($query: String!) {\n searchHotelChains(query: $query)\n}\n "], ["\n query searchHotelChains($query: String!) {\n searchHotelChains(query: $query)\n}\n "])));
|
|
2160
2189
|
var SearchHotelChainsGQL = /** @class */ (function (_super) {
|
|
2161
2190
|
__extends(SearchHotelChainsGQL, _super);
|
|
2162
2191
|
function SearchHotelChainsGQL(apollo) {
|
|
@@ -2176,7 +2205,7 @@
|
|
|
2176
2205
|
SearchHotelChainsGQL.ctorParameters = function () { return [
|
|
2177
2206
|
{ type: Apollo.Apollo }
|
|
2178
2207
|
]; };
|
|
2179
|
-
var SearchIrlDocument = Apollo.gql(templateObject_71 || (templateObject_71 = __makeTemplateObject(["\n query searchIRL($supplier: IRLSupplier!, $countryCode: String!, $journeyType: IRLJourneyType!, $class: IRLClass, $outboundDepartureDateTime: DateTime!, $departureLocationId: ID!, $arrivalLocationId: ID!, $adults: Int!, $children: Int, $returnDepartureDateTime: DateTime, $irlDiscountCards: String) {\n searchIRL(supplier: $supplier, countryCode: $countryCode, journeyType: $journeyType, class: $class, outboundDepartureDateTime: $outboundDepartureDateTime, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, adults: $adults, children: $children, returnDepartureDateTime: $returnDepartureDateTime, irlDiscountCards: $irlDiscountCards) {\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 fareRules\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 fareRules\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 fareRules\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 fareRules\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 fareRules\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 fareRules\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, $irlDiscountCards: String) {\n searchIRL(supplier: $supplier, countryCode: $countryCode, journeyType: $journeyType, class: $class, outboundDepartureDateTime: $outboundDepartureDateTime, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, adults: $adults, children: $children, returnDepartureDateTime: $returnDepartureDateTime, irlDiscountCards: $irlDiscountCards) {\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 fareRules\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 fareRules\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 fareRules\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 fareRules\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 fareRules\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 fareRules\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);
|
|
2208
|
+
var SearchIrlDocument = Apollo.gql(templateObject_72 || (templateObject_72 = __makeTemplateObject(["\n query searchIRL($supplier: IRLSupplier!, $countryCode: String!, $journeyType: IRLJourneyType!, $class: IRLClass, $outboundDepartureDateTime: DateTime!, $departureLocationId: ID!, $arrivalLocationId: ID!, $adults: Int!, $children: Int, $returnDepartureDateTime: DateTime, $irlDiscountCards: String) {\n searchIRL(supplier: $supplier, countryCode: $countryCode, journeyType: $journeyType, class: $class, outboundDepartureDateTime: $outboundDepartureDateTime, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, adults: $adults, children: $children, returnDepartureDateTime: $returnDepartureDateTime, irlDiscountCards: $irlDiscountCards) {\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 fareRules\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 fareRules\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 fareRules\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 fareRules\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 fareRules\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 fareRules\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, $irlDiscountCards: String) {\n searchIRL(supplier: $supplier, countryCode: $countryCode, journeyType: $journeyType, class: $class, outboundDepartureDateTime: $outboundDepartureDateTime, departureLocationId: $departureLocationId, arrivalLocationId: $arrivalLocationId, adults: $adults, children: $children, returnDepartureDateTime: $returnDepartureDateTime, irlDiscountCards: $irlDiscountCards) {\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 fareRules\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 fareRules\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 fareRules\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 fareRules\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 fareRules\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 fareRules\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);
|
|
2180
2209
|
var SearchIrlGQL = /** @class */ (function (_super) {
|
|
2181
2210
|
__extends(SearchIrlGQL, _super);
|
|
2182
2211
|
function SearchIrlGQL(apollo) {
|
|
@@ -2196,7 +2225,7 @@
|
|
|
2196
2225
|
SearchIrlGQL.ctorParameters = function () { return [
|
|
2197
2226
|
{ type: Apollo.Apollo }
|
|
2198
2227
|
]; };
|
|
2199
|
-
var SearchIrlSupplierStationsDocument = Apollo.gql(
|
|
2228
|
+
var SearchIrlSupplierStationsDocument = Apollo.gql(templateObject_73 || (templateObject_73 = __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 "])));
|
|
2200
2229
|
var SearchIrlSupplierStationsGQL = /** @class */ (function (_super) {
|
|
2201
2230
|
__extends(SearchIrlSupplierStationsGQL, _super);
|
|
2202
2231
|
function SearchIrlSupplierStationsGQL(apollo) {
|
|
@@ -2216,7 +2245,7 @@
|
|
|
2216
2245
|
SearchIrlSupplierStationsGQL.ctorParameters = function () { return [
|
|
2217
2246
|
{ type: Apollo.Apollo }
|
|
2218
2247
|
]; };
|
|
2219
|
-
var SearchPostcodesDocument = Apollo.gql(
|
|
2248
|
+
var SearchPostcodesDocument = Apollo.gql(templateObject_74 || (templateObject_74 = __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 "])));
|
|
2220
2249
|
var SearchPostcodesGQL = /** @class */ (function (_super) {
|
|
2221
2250
|
__extends(SearchPostcodesGQL, _super);
|
|
2222
2251
|
function SearchPostcodesGQL(apollo) {
|
|
@@ -2236,7 +2265,7 @@
|
|
|
2236
2265
|
SearchPostcodesGQL.ctorParameters = function () { return [
|
|
2237
2266
|
{ type: Apollo.Apollo }
|
|
2238
2267
|
]; };
|
|
2239
|
-
var SearchRailStationsDocument = Apollo.gql(
|
|
2268
|
+
var SearchRailStationsDocument = Apollo.gql(templateObject_75 || (templateObject_75 = __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 "])));
|
|
2240
2269
|
var SearchRailStationsGQL = /** @class */ (function (_super) {
|
|
2241
2270
|
__extends(SearchRailStationsGQL, _super);
|
|
2242
2271
|
function SearchRailStationsGQL(apollo) {
|
|
@@ -2256,7 +2285,7 @@
|
|
|
2256
2285
|
SearchRailStationsGQL.ctorParameters = function () { return [
|
|
2257
2286
|
{ type: Apollo.Apollo }
|
|
2258
2287
|
]; };
|
|
2259
|
-
var SearchUserAddressDocument = Apollo.gql(
|
|
2288
|
+
var SearchUserAddressDocument = Apollo.gql(templateObject_76 || (templateObject_76 = __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 "])));
|
|
2260
2289
|
var SearchUserAddressGQL = /** @class */ (function (_super) {
|
|
2261
2290
|
__extends(SearchUserAddressGQL, _super);
|
|
2262
2291
|
function SearchUserAddressGQL(apollo) {
|
|
@@ -2276,7 +2305,7 @@
|
|
|
2276
2305
|
SearchUserAddressGQL.ctorParameters = function () { return [
|
|
2277
2306
|
{ type: Apollo.Apollo }
|
|
2278
2307
|
]; };
|
|
2279
|
-
var SetBasketItemMiGroupDocument = Apollo.gql(
|
|
2308
|
+
var SetBasketItemMiGroupDocument = Apollo.gql(templateObject_77 || (templateObject_77 = __makeTemplateObject(["\n mutation setBasketItemMIGroup($convertCurrencyTo: String, $basketItem: ID!, $group: String, $withSupplemental: Boolean = false) {\n setBasketItemMIGroup(convertCurrencyTo: $convertCurrencyTo, basketItem: $basketItem, group: $group) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation setBasketItemMIGroup($convertCurrencyTo: String, $basketItem: ID!, $group: String, $withSupplemental: Boolean = false) {\n setBasketItemMIGroup(convertCurrencyTo: $convertCurrencyTo, basketItem: $basketItem, group: $group) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
2280
2309
|
var SetBasketItemMiGroupGQL = /** @class */ (function (_super) {
|
|
2281
2310
|
__extends(SetBasketItemMiGroupGQL, _super);
|
|
2282
2311
|
function SetBasketItemMiGroupGQL(apollo) {
|
|
@@ -2296,7 +2325,7 @@
|
|
|
2296
2325
|
SetBasketItemMiGroupGQL.ctorParameters = function () { return [
|
|
2297
2326
|
{ type: Apollo.Apollo }
|
|
2298
2327
|
]; };
|
|
2299
|
-
var SetBasketItemLeadPassengerDocument = Apollo.gql(
|
|
2328
|
+
var SetBasketItemLeadPassengerDocument = Apollo.gql(templateObject_78 || (templateObject_78 = __makeTemplateObject(["\n mutation setBasketItemLeadPassenger($convertCurrencyTo: String, $id: ID!, $user: ID!, $withSupplemental: Boolean!) {\n setBasketItemLeadPassenger(convertCurrencyTo: $convertCurrencyTo, id: $id, user: $user) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation setBasketItemLeadPassenger($convertCurrencyTo: String, $id: ID!, $user: ID!, $withSupplemental: Boolean!) {\n setBasketItemLeadPassenger(convertCurrencyTo: $convertCurrencyTo, id: $id, user: $user) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
2300
2329
|
var SetBasketItemLeadPassengerGQL = /** @class */ (function (_super) {
|
|
2301
2330
|
__extends(SetBasketItemLeadPassengerGQL, _super);
|
|
2302
2331
|
function SetBasketItemLeadPassengerGQL(apollo) {
|
|
@@ -2316,7 +2345,7 @@
|
|
|
2316
2345
|
SetBasketItemLeadPassengerGQL.ctorParameters = function () { return [
|
|
2317
2346
|
{ type: Apollo.Apollo }
|
|
2318
2347
|
]; };
|
|
2319
|
-
var SetBasketItemMiValueDocument = Apollo.gql(
|
|
2348
|
+
var SetBasketItemMiValueDocument = Apollo.gql(templateObject_79 || (templateObject_79 = __makeTemplateObject(["\n mutation setBasketItemMIValue($convertCurrencyTo: String, $mi: ID!, $miValue: ID, $miFreeValue: String, $user: ID, $withSupplemental: Boolean = false) {\n setBasketItemMIValue(convertCurrencyTo: $convertCurrencyTo, mi: $mi, miValue: $miValue, miFreeValue: $miFreeValue, user: $user) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation setBasketItemMIValue($convertCurrencyTo: String, $mi: ID!, $miValue: ID, $miFreeValue: String, $user: ID, $withSupplemental: Boolean = false) {\n setBasketItemMIValue(convertCurrencyTo: $convertCurrencyTo, mi: $mi, miValue: $miValue, miFreeValue: $miFreeValue, user: $user) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
2320
2349
|
var SetBasketItemMiValueGQL = /** @class */ (function (_super) {
|
|
2321
2350
|
__extends(SetBasketItemMiValueGQL, _super);
|
|
2322
2351
|
function SetBasketItemMiValueGQL(apollo) {
|
|
@@ -2336,7 +2365,7 @@
|
|
|
2336
2365
|
SetBasketItemMiValueGQL.ctorParameters = function () { return [
|
|
2337
2366
|
{ type: Apollo.Apollo }
|
|
2338
2367
|
]; };
|
|
2339
|
-
var SetBasketItemPaymentMethodDocument = Apollo.gql(
|
|
2368
|
+
var SetBasketItemPaymentMethodDocument = Apollo.gql(templateObject_80 || (templateObject_80 = __makeTemplateObject(["\n mutation setBasketItemPaymentMethod($convertCurrencyTo: String, $basketItem: ID!, $paymentMethod: ID!, $withSupplemental: Boolean = false) {\n setBasketItemPaymentMethod(convertCurrencyTo: $convertCurrencyTo, basketItem: $basketItem, paymentMethod: $paymentMethod) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation setBasketItemPaymentMethod($convertCurrencyTo: String, $basketItem: ID!, $paymentMethod: ID!, $withSupplemental: Boolean = false) {\n setBasketItemPaymentMethod(convertCurrencyTo: $convertCurrencyTo, basketItem: $basketItem, paymentMethod: $paymentMethod) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
2340
2369
|
var SetBasketItemPaymentMethodGQL = /** @class */ (function (_super) {
|
|
2341
2370
|
__extends(SetBasketItemPaymentMethodGQL, _super);
|
|
2342
2371
|
function SetBasketItemPaymentMethodGQL(apollo) {
|
|
@@ -2356,7 +2385,7 @@
|
|
|
2356
2385
|
SetBasketItemPaymentMethodGQL.ctorParameters = function () { return [
|
|
2357
2386
|
{ type: Apollo.Apollo }
|
|
2358
2387
|
]; };
|
|
2359
|
-
var UpdateBasketNotesDocument = Apollo.gql(
|
|
2388
|
+
var UpdateBasketNotesDocument = Apollo.gql(templateObject_81 || (templateObject_81 = __makeTemplateObject(["\n mutation updateBasketNotes($convertCurrencyTo: String, $id: ID, $reference: String, $notes: String!, $withSupplemental: Boolean = false) {\n updateBasketNotes(convertCurrencyTo: $convertCurrencyTo, id: $id, reference: $reference, notes: $notes) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation updateBasketNotes($convertCurrencyTo: String, $id: ID, $reference: String, $notes: String!, $withSupplemental: Boolean = false) {\n updateBasketNotes(convertCurrencyTo: $convertCurrencyTo, id: $id, reference: $reference, notes: $notes) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
2360
2389
|
var UpdateBasketNotesGQL = /** @class */ (function (_super) {
|
|
2361
2390
|
__extends(UpdateBasketNotesGQL, _super);
|
|
2362
2391
|
function UpdateBasketNotesGQL(apollo) {
|
|
@@ -2376,7 +2405,7 @@
|
|
|
2376
2405
|
UpdateBasketNotesGQL.ctorParameters = function () { return [
|
|
2377
2406
|
{ type: Apollo.Apollo }
|
|
2378
2407
|
]; };
|
|
2379
|
-
var UpdateBasketTitleDocument = Apollo.gql(
|
|
2408
|
+
var UpdateBasketTitleDocument = Apollo.gql(templateObject_82 || (templateObject_82 = __makeTemplateObject(["\n mutation updateBasketTitle($convertCurrencyTo: String, $id: ID, $reference: String, $newTitle: String!, $withSupplemental: Boolean = false) {\n updateBasketTitle(convertCurrencyTo: $convertCurrencyTo, id: $id, reference: $reference, newTitle: $newTitle) {\n ...BasketFields\n }\n}\n ", ""], ["\n mutation updateBasketTitle($convertCurrencyTo: String, $id: ID, $reference: String, $newTitle: String!, $withSupplemental: Boolean = false) {\n updateBasketTitle(convertCurrencyTo: $convertCurrencyTo, id: $id, reference: $reference, newTitle: $newTitle) {\n ...BasketFields\n }\n}\n ", ""])), BasketFieldsFragmentDoc);
|
|
2380
2409
|
var UpdateBasketTitleGQL = /** @class */ (function (_super) {
|
|
2381
2410
|
__extends(UpdateBasketTitleGQL, _super);
|
|
2382
2411
|
function UpdateBasketTitleGQL(apollo) {
|
|
@@ -2396,7 +2425,7 @@
|
|
|
2396
2425
|
UpdateBasketTitleGQL.ctorParameters = function () { return [
|
|
2397
2426
|
{ type: Apollo.Apollo }
|
|
2398
2427
|
]; };
|
|
2399
|
-
var GetUserServicesDocument = Apollo.gql(
|
|
2428
|
+
var GetUserServicesDocument = Apollo.gql(templateObject_83 || (templateObject_83 = __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 "])));
|
|
2400
2429
|
var GetUserServicesGQL = /** @class */ (function (_super) {
|
|
2401
2430
|
__extends(GetUserServicesGQL, _super);
|
|
2402
2431
|
function GetUserServicesGQL(apollo) {
|
|
@@ -2416,7 +2445,7 @@
|
|
|
2416
2445
|
GetUserServicesGQL.ctorParameters = function () { return [
|
|
2417
2446
|
{ type: Apollo.Apollo }
|
|
2418
2447
|
]; };
|
|
2419
|
-
var GetUserUiConfigsDocument = Apollo.gql(
|
|
2448
|
+
var GetUserUiConfigsDocument = Apollo.gql(templateObject_84 || (templateObject_84 = __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 "])));
|
|
2420
2449
|
var GetUserUiConfigsGQL = /** @class */ (function (_super) {
|
|
2421
2450
|
__extends(GetUserUiConfigsGQL, _super);
|
|
2422
2451
|
function GetUserUiConfigsGQL(apollo) {
|
|
@@ -2436,7 +2465,7 @@
|
|
|
2436
2465
|
GetUserUiConfigsGQL.ctorParameters = function () { return [
|
|
2437
2466
|
{ type: Apollo.Apollo }
|
|
2438
2467
|
]; };
|
|
2439
|
-
var GetUserMessagesDocument = Apollo.gql(
|
|
2468
|
+
var GetUserMessagesDocument = Apollo.gql(templateObject_85 || (templateObject_85 = __makeTemplateObject(["\n query getUserMessages {\n getUserMessages {\n id\n name\n description\n config\n target\n key\n displayTarget\n agentOnly\n clickToConfirm\n validFrom\n validTo\n }\n}\n "], ["\n query getUserMessages {\n getUserMessages {\n id\n name\n description\n config\n target\n key\n displayTarget\n agentOnly\n clickToConfirm\n validFrom\n validTo\n }\n}\n "])));
|
|
2440
2469
|
var GetUserMessagesGQL = /** @class */ (function (_super) {
|
|
2441
2470
|
__extends(GetUserMessagesGQL, _super);
|
|
2442
2471
|
function GetUserMessagesGQL(apollo) {
|
|
@@ -2456,7 +2485,7 @@
|
|
|
2456
2485
|
GetUserMessagesGQL.ctorParameters = function () { return [
|
|
2457
2486
|
{ type: Apollo.Apollo }
|
|
2458
2487
|
]; };
|
|
2459
|
-
var GetUserPhoneNumbersDocument = Apollo.gql(
|
|
2488
|
+
var GetUserPhoneNumbersDocument = Apollo.gql(templateObject_86 || (templateObject_86 = __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 "])));
|
|
2460
2489
|
var GetUserPhoneNumbersGQL = /** @class */ (function (_super) {
|
|
2461
2490
|
__extends(GetUserPhoneNumbersGQL, _super);
|
|
2462
2491
|
function GetUserPhoneNumbersGQL(apollo) {
|
|
@@ -2476,7 +2505,7 @@
|
|
|
2476
2505
|
GetUserPhoneNumbersGQL.ctorParameters = function () { return [
|
|
2477
2506
|
{ type: Apollo.Apollo }
|
|
2478
2507
|
]; };
|
|
2479
|
-
var SetUserLanguageDocument = Apollo.gql(
|
|
2508
|
+
var SetUserLanguageDocument = Apollo.gql(templateObject_87 || (templateObject_87 = __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 "])));
|
|
2480
2509
|
var SetUserLanguageGQL = /** @class */ (function (_super) {
|
|
2481
2510
|
__extends(SetUserLanguageGQL, _super);
|
|
2482
2511
|
function SetUserLanguageGQL(apollo) {
|
|
@@ -2496,7 +2525,7 @@
|
|
|
2496
2525
|
SetUserLanguageGQL.ctorParameters = function () { return [
|
|
2497
2526
|
{ type: Apollo.Apollo }
|
|
2498
2527
|
]; };
|
|
2499
|
-
var GetUserDocument = Apollo.gql(
|
|
2528
|
+
var GetUserDocument = Apollo.gql(templateObject_88 || (templateObject_88 = __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);
|
|
2500
2529
|
var GetUserGQL = /** @class */ (function (_super) {
|
|
2501
2530
|
__extends(GetUserGQL, _super);
|
|
2502
2531
|
function GetUserGQL(apollo) {
|
|
@@ -2516,7 +2545,7 @@
|
|
|
2516
2545
|
GetUserGQL.ctorParameters = function () { return [
|
|
2517
2546
|
{ type: Apollo.Apollo }
|
|
2518
2547
|
]; };
|
|
2519
|
-
var SearchUserCanBookForDocument = Apollo.gql(
|
|
2548
|
+
var SearchUserCanBookForDocument = Apollo.gql(templateObject_89 || (templateObject_89 = __makeTemplateObject(["\n query searchUserCanBookFor($email: String, $userName: String, $employeeId: String) {\n searchUserCanBookFor(email: $email, userName: $userName, employeeId: $employeeId) {\n id\n title\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 title\n forename\n surname\n email\n }\n}\n "])));
|
|
2520
2549
|
var SearchUserCanBookForGQL = /** @class */ (function (_super) {
|
|
2521
2550
|
__extends(SearchUserCanBookForGQL, _super);
|
|
2522
2551
|
function SearchUserCanBookForGQL(apollo) {
|
|
@@ -2536,7 +2565,7 @@
|
|
|
2536
2565
|
SearchUserCanBookForGQL.ctorParameters = function () { return [
|
|
2537
2566
|
{ type: Apollo.Apollo }
|
|
2538
2567
|
]; };
|
|
2539
|
-
var ValidateUserMiFreeValueDocument = Apollo.gql(
|
|
2568
|
+
var ValidateUserMiFreeValueDocument = Apollo.gql(templateObject_90 || (templateObject_90 = __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 "])));
|
|
2540
2569
|
var ValidateUserMiFreeValueGQL = /** @class */ (function (_super) {
|
|
2541
2570
|
__extends(ValidateUserMiFreeValueGQL, _super);
|
|
2542
2571
|
function ValidateUserMiFreeValueGQL(apollo) {
|
|
@@ -2556,7 +2585,7 @@
|
|
|
2556
2585
|
ValidateUserMiFreeValueGQL.ctorParameters = function () { return [
|
|
2557
2586
|
{ type: Apollo.Apollo }
|
|
2558
2587
|
]; };
|
|
2559
|
-
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, templateObject_73, templateObject_74, templateObject_75, templateObject_76, templateObject_77, templateObject_78, templateObject_79, templateObject_80, templateObject_81, templateObject_82, templateObject_83, templateObject_84, templateObject_85, templateObject_86, templateObject_87, templateObject_88, templateObject_89;
|
|
2588
|
+
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, templateObject_73, templateObject_74, templateObject_75, templateObject_76, templateObject_77, templateObject_78, templateObject_79, templateObject_80, templateObject_81, templateObject_82, templateObject_83, templateObject_84, templateObject_85, templateObject_86, templateObject_87, templateObject_88, templateObject_89, templateObject_90;
|
|
2560
2589
|
|
|
2561
2590
|
var GetUserBasketsFetcher = /** @class */ (function (_super) {
|
|
2562
2591
|
__extends(GetUserBasketsFetcher, _super);
|
|
@@ -2760,19 +2789,38 @@
|
|
|
2760
2789
|
{ type: ModalOpenerService }
|
|
2761
2790
|
]; };
|
|
2762
2791
|
|
|
2792
|
+
var GetUserFetcher = /** @class */ (function (_super) {
|
|
2793
|
+
__extends(GetUserFetcher, _super);
|
|
2794
|
+
function GetUserFetcher(getUserGQL, modalService, helpers) {
|
|
2795
|
+
return _super.call(this, getUserGQL, modalService, helpers) || this;
|
|
2796
|
+
}
|
|
2797
|
+
return GetUserFetcher;
|
|
2798
|
+
}(base.BaseGetUserFetcher));
|
|
2799
|
+
/** @nocollapse */ GetUserFetcher.ɵprov = i0.ɵɵdefineInjectable({ factory: function GetUserFetcher_Factory() { return new GetUserFetcher(i0.ɵɵinject(GetUserGQL), i0.ɵɵinject(ModalOpenerService), i0.ɵɵinject(HelperRoutines)); }, token: GetUserFetcher, providedIn: "root" });
|
|
2800
|
+
GetUserFetcher.decorators = [
|
|
2801
|
+
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
2802
|
+
];
|
|
2803
|
+
/** @nocollapse */
|
|
2804
|
+
GetUserFetcher.ctorParameters = function () { return [
|
|
2805
|
+
{ type: GetUserGQL, decorators: [{ type: i0.Inject, args: [GetUserGQL,] }] },
|
|
2806
|
+
{ type: ModalOpenerService },
|
|
2807
|
+
{ type: HelperRoutines }
|
|
2808
|
+
]; };
|
|
2809
|
+
|
|
2763
2810
|
var UserService = /** @class */ (function (_super) {
|
|
2764
2811
|
__extends(UserService, _super);
|
|
2765
|
-
function UserService(userUiConfigsFetcher, userProductsFetcher, userMessagesFetcher, confirmMessagesUpdater, storageService, helpers) {
|
|
2766
|
-
return _super.call(this, userUiConfigsFetcher, userProductsFetcher, userMessagesFetcher, confirmMessagesUpdater, storageService, helpers) || this;
|
|
2812
|
+
function UserService(getUserFetcher, userUiConfigsFetcher, userProductsFetcher, userMessagesFetcher, confirmMessagesUpdater, storageService, helpers) {
|
|
2813
|
+
return _super.call(this, getUserFetcher, userUiConfigsFetcher, userProductsFetcher, userMessagesFetcher, confirmMessagesUpdater, storageService, helpers) || this;
|
|
2767
2814
|
}
|
|
2768
2815
|
return UserService;
|
|
2769
2816
|
}(base.BaseUserService));
|
|
2770
|
-
/** @nocollapse */ UserService.ɵprov = i0.ɵɵdefineInjectable({ factory: function UserService_Factory() { return new UserService(i0.ɵɵinject(UserUiConfigsFetcher), i0.ɵɵinject(UserProductsFetcher), i0.ɵɵinject(UserMessagesFetcher), i0.ɵɵinject(ConfirmMessagesUpdater), i0.ɵɵinject(StorageService), i0.ɵɵinject(HelperRoutines)); }, token: UserService, providedIn: "root" });
|
|
2817
|
+
/** @nocollapse */ UserService.ɵprov = i0.ɵɵdefineInjectable({ factory: function UserService_Factory() { return new UserService(i0.ɵɵinject(GetUserFetcher), i0.ɵɵinject(UserUiConfigsFetcher), i0.ɵɵinject(UserProductsFetcher), i0.ɵɵinject(UserMessagesFetcher), i0.ɵɵinject(ConfirmMessagesUpdater), i0.ɵɵinject(StorageService), i0.ɵɵinject(HelperRoutines)); }, token: UserService, providedIn: "root" });
|
|
2771
2818
|
UserService.decorators = [
|
|
2772
2819
|
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
2773
2820
|
];
|
|
2774
2821
|
/** @nocollapse */
|
|
2775
2822
|
UserService.ctorParameters = function () { return [
|
|
2823
|
+
{ type: GetUserFetcher },
|
|
2776
2824
|
{ type: UserUiConfigsFetcher },
|
|
2777
2825
|
{ type: UserProductsFetcher },
|
|
2778
2826
|
{ type: UserMessagesFetcher },
|
|
@@ -2970,24 +3018,6 @@
|
|
|
2970
3018
|
{ type: ModalOpenerService }
|
|
2971
3019
|
]; };
|
|
2972
3020
|
|
|
2973
|
-
var GetUserFetcher = /** @class */ (function (_super) {
|
|
2974
|
-
__extends(GetUserFetcher, _super);
|
|
2975
|
-
function GetUserFetcher(getUserGQL, modalService, helpers) {
|
|
2976
|
-
return _super.call(this, getUserGQL, modalService, helpers) || this;
|
|
2977
|
-
}
|
|
2978
|
-
return GetUserFetcher;
|
|
2979
|
-
}(base.BaseGetUserFetcher));
|
|
2980
|
-
/** @nocollapse */ GetUserFetcher.ɵprov = i0.ɵɵdefineInjectable({ factory: function GetUserFetcher_Factory() { return new GetUserFetcher(i0.ɵɵinject(GetUserGQL), i0.ɵɵinject(ModalOpenerService), i0.ɵɵinject(HelperRoutines)); }, token: GetUserFetcher, providedIn: "root" });
|
|
2981
|
-
GetUserFetcher.decorators = [
|
|
2982
|
-
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
2983
|
-
];
|
|
2984
|
-
/** @nocollapse */
|
|
2985
|
-
GetUserFetcher.ctorParameters = function () { return [
|
|
2986
|
-
{ type: GetUserGQL, decorators: [{ type: i0.Inject, args: [GetUserGQL,] }] },
|
|
2987
|
-
{ type: ModalOpenerService },
|
|
2988
|
-
{ type: HelperRoutines }
|
|
2989
|
-
]; };
|
|
2990
|
-
|
|
2991
3021
|
var BookBasketUpdater = /** @class */ (function (_super) {
|
|
2992
3022
|
__extends(BookBasketUpdater, _super);
|
|
2993
3023
|
function BookBasketUpdater(createBasketGQL, modalService) {
|
|
@@ -4344,14 +4374,32 @@
|
|
|
4344
4374
|
{ type: ModalOpenerService }
|
|
4345
4375
|
]; };
|
|
4346
4376
|
|
|
4377
|
+
var EmailBasketFetcher = /** @class */ (function (_super) {
|
|
4378
|
+
__extends(EmailBasketFetcher, _super);
|
|
4379
|
+
function EmailBasketFetcher(gql, helpers, modalService) {
|
|
4380
|
+
return _super.call(this, gql, helpers, modalService) || this;
|
|
4381
|
+
}
|
|
4382
|
+
return EmailBasketFetcher;
|
|
4383
|
+
}(base.BaseEmailBasketFetcher));
|
|
4384
|
+
/** @nocollapse */ EmailBasketFetcher.ɵprov = i0.ɵɵdefineInjectable({ factory: function EmailBasketFetcher_Factory() { return new EmailBasketFetcher(i0.ɵɵinject(EmailBasketGQL), i0.ɵɵinject(HelperRoutines), i0.ɵɵinject(ModalOpenerService)); }, token: EmailBasketFetcher, providedIn: "root" });
|
|
4385
|
+
EmailBasketFetcher.decorators = [
|
|
4386
|
+
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
4387
|
+
];
|
|
4388
|
+
/** @nocollapse */
|
|
4389
|
+
EmailBasketFetcher.ctorParameters = function () { return [
|
|
4390
|
+
{ type: EmailBasketGQL, decorators: [{ type: i0.Inject, args: [EmailBasketGQL,] }] },
|
|
4391
|
+
{ type: HelperRoutines, decorators: [{ type: i0.Inject, args: [HelperRoutines,] }] },
|
|
4392
|
+
{ type: ModalOpenerService }
|
|
4393
|
+
]; };
|
|
4394
|
+
|
|
4347
4395
|
var EnterpriseSearchService = /** @class */ (function (_super) {
|
|
4348
4396
|
__extends(EnterpriseSearchService, _super);
|
|
4349
|
-
function EnterpriseSearchService(searchAirportsFetcher, searchAirlinesFetcher, storageService, userService, router, helpers, hotelAvalibilityService, citiesFetcher, confermaCitiesFetcher, postcodeFetcher, railStationFetcher, saveUserAddressUpdater, userAddressesFetcher, basketService, getUserCompanyOfficesFetcher, searchHotelChainsFetcher, getConfermaRoomImagesFetcher, isPostcodeValidValueTester, confermaOfficeNamesFetcher, confermaOfficeFetcher, deleteUserAddressUpdater, deleteRecentSearchUpdater, saveRecentSearchUpdater, getUserCurrentCarbonAllowanceFetcher, saveFavouriteSearchUpdater, environment, loungeFetcher, parkingFetcher, httpCallService, flightFetcher, hotelFetcher, carhireFetcher, carHireAvailabilityDetailFetcher, cabhireFetcher, railFetcher, irlFetcher, depotFetcher, getRailStationFetcher, webTokenService, riskAlertsFetcher, quicklistFetcher, getUserRecentSearchesFetcher, getRailCardsFetcher, getCovidMicrositeTokenFetcher, eurostarFetcher, searchUsersCanBookForFetcher, searchIrlStationsFetcher, irlDiscountCardFetcher, flightFareRulesFetcher, getFlightSeatMapFetcher, getRailLiveDeparturesFetcher, hotelRulesFetcher, flightRulesFetcher, getUserFavouriteSearchesFetcher, deleteFavouriteSearchUpdater, modalService) {
|
|
4350
|
-
return _super.call(this, searchAirportsFetcher, searchAirlinesFetcher, storageService, userService, modalService, router, helpers, hotelAvalibilityService, citiesFetcher, confermaCitiesFetcher, postcodeFetcher, railStationFetcher, saveUserAddressUpdater, userAddressesFetcher, basketService, getUserCompanyOfficesFetcher, searchHotelChainsFetcher, getConfermaRoomImagesFetcher, isPostcodeValidValueTester, depotFetcher, confermaOfficeNamesFetcher, confermaOfficeFetcher, deleteUserAddressUpdater, deleteRecentSearchUpdater, saveRecentSearchUpdater, getUserCurrentCarbonAllowanceFetcher, saveFavouriteSearchUpdater, environment, loungeFetcher, parkingFetcher, httpCallService, flightFetcher, hotelFetcher, carhireFetcher, carHireAvailabilityDetailFetcher, cabhireFetcher, railFetcher, irlFetcher, getRailStationFetcher, webTokenService, riskAlertsFetcher, quicklistFetcher, getUserRecentSearchesFetcher, getRailCardsFetcher, getCovidMicrositeTokenFetcher, eurostarFetcher, searchUsersCanBookForFetcher, searchIrlStationsFetcher, irlDiscountCardFetcher, flightFareRulesFetcher, getFlightSeatMapFetcher, getRailLiveDeparturesFetcher, hotelRulesFetcher, flightRulesFetcher, getUserFavouriteSearchesFetcher, deleteFavouriteSearchUpdater) || this;
|
|
4397
|
+
function EnterpriseSearchService(searchAirportsFetcher, searchAirlinesFetcher, storageService, userService, router, helpers, hotelAvalibilityService, citiesFetcher, confermaCitiesFetcher, postcodeFetcher, railStationFetcher, saveUserAddressUpdater, userAddressesFetcher, basketService, getUserCompanyOfficesFetcher, searchHotelChainsFetcher, getConfermaRoomImagesFetcher, isPostcodeValidValueTester, confermaOfficeNamesFetcher, confermaOfficeFetcher, deleteUserAddressUpdater, deleteRecentSearchUpdater, saveRecentSearchUpdater, getUserCurrentCarbonAllowanceFetcher, saveFavouriteSearchUpdater, environment, loungeFetcher, parkingFetcher, httpCallService, flightFetcher, hotelFetcher, carhireFetcher, carHireAvailabilityDetailFetcher, cabhireFetcher, railFetcher, irlFetcher, depotFetcher, getRailStationFetcher, webTokenService, riskAlertsFetcher, quicklistFetcher, getUserRecentSearchesFetcher, getRailCardsFetcher, getCovidMicrositeTokenFetcher, eurostarFetcher, searchUsersCanBookForFetcher, searchIrlStationsFetcher, irlDiscountCardFetcher, flightFareRulesFetcher, getFlightSeatMapFetcher, getRailLiveDeparturesFetcher, hotelRulesFetcher, flightRulesFetcher, getUserFavouriteSearchesFetcher, deleteFavouriteSearchUpdater, modalService, emailBasketFetcher) {
|
|
4398
|
+
return _super.call(this, searchAirportsFetcher, searchAirlinesFetcher, storageService, userService, modalService, router, helpers, hotelAvalibilityService, citiesFetcher, confermaCitiesFetcher, postcodeFetcher, railStationFetcher, saveUserAddressUpdater, userAddressesFetcher, basketService, getUserCompanyOfficesFetcher, searchHotelChainsFetcher, getConfermaRoomImagesFetcher, isPostcodeValidValueTester, depotFetcher, confermaOfficeNamesFetcher, confermaOfficeFetcher, deleteUserAddressUpdater, deleteRecentSearchUpdater, saveRecentSearchUpdater, getUserCurrentCarbonAllowanceFetcher, saveFavouriteSearchUpdater, environment, loungeFetcher, parkingFetcher, httpCallService, flightFetcher, hotelFetcher, carhireFetcher, carHireAvailabilityDetailFetcher, cabhireFetcher, railFetcher, irlFetcher, getRailStationFetcher, webTokenService, riskAlertsFetcher, quicklistFetcher, getUserRecentSearchesFetcher, getRailCardsFetcher, getCovidMicrositeTokenFetcher, eurostarFetcher, searchUsersCanBookForFetcher, searchIrlStationsFetcher, irlDiscountCardFetcher, flightFareRulesFetcher, getFlightSeatMapFetcher, getRailLiveDeparturesFetcher, hotelRulesFetcher, flightRulesFetcher, getUserFavouriteSearchesFetcher, deleteFavouriteSearchUpdater, emailBasketFetcher) || this;
|
|
4351
4399
|
}
|
|
4352
4400
|
return EnterpriseSearchService;
|
|
4353
4401
|
}(base.BaseEnterpriseSearchService));
|
|
4354
|
-
/** @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(GetConfermaRoomImagesFetcher), i0.ɵɵinject(IsPostcodeValidValueTester), i0.ɵɵinject(ConfermaOfficeNamesFetcher), i0.ɵɵinject(ConfermaOfficeFetcher), i0.ɵɵinject(DeleteUserAddressUpdater), i0.ɵɵinject(DeleteRecentSearchUpdater), i0.ɵɵinject(SaveRecentSearchUpdater), i0.ɵɵinject(GetUserCurrentCarbonAllowanceFetcher), i0.ɵɵinject(SaveFavouriteSearchUpdater), 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(GetCovidMicrositeTokenFetcher), i0.ɵɵinject(EurostarQuoteFetcher), i0.ɵɵinject(SearchUsersCanBookForFetcher), i0.ɵɵinject(SearchIrlStationsFetcher), i0.ɵɵinject(IrlDiscountCardFetcher), i0.ɵɵinject(GetFlightFareRulesFetcher), i0.ɵɵinject(GetFlightSeatMapFetcher), i0.ɵɵinject(GetRailLiveDeparturesFetcher), i0.ɵɵinject(ApplyHotelRulesFetcher), i0.ɵɵinject(ApplyJitFlightRulesFetcher), i0.ɵɵinject(GetUserFavouriteSearchesFetcher), i0.ɵɵinject(DeleteFavouriteSearchUpdater), i0.ɵɵinject(ModalOpenerService)); }, token: EnterpriseSearchService, providedIn: "root" });
|
|
4402
|
+
/** @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(GetConfermaRoomImagesFetcher), i0.ɵɵinject(IsPostcodeValidValueTester), i0.ɵɵinject(ConfermaOfficeNamesFetcher), i0.ɵɵinject(ConfermaOfficeFetcher), i0.ɵɵinject(DeleteUserAddressUpdater), i0.ɵɵinject(DeleteRecentSearchUpdater), i0.ɵɵinject(SaveRecentSearchUpdater), i0.ɵɵinject(GetUserCurrentCarbonAllowanceFetcher), i0.ɵɵinject(SaveFavouriteSearchUpdater), 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(GetCovidMicrositeTokenFetcher), i0.ɵɵinject(EurostarQuoteFetcher), i0.ɵɵinject(SearchUsersCanBookForFetcher), i0.ɵɵinject(SearchIrlStationsFetcher), i0.ɵɵinject(IrlDiscountCardFetcher), i0.ɵɵinject(GetFlightFareRulesFetcher), i0.ɵɵinject(GetFlightSeatMapFetcher), i0.ɵɵinject(GetRailLiveDeparturesFetcher), i0.ɵɵinject(ApplyHotelRulesFetcher), i0.ɵɵinject(ApplyJitFlightRulesFetcher), i0.ɵɵinject(GetUserFavouriteSearchesFetcher), i0.ɵɵinject(DeleteFavouriteSearchUpdater), i0.ɵɵinject(ModalOpenerService), i0.ɵɵinject(EmailBasketFetcher)); }, token: EnterpriseSearchService, providedIn: "root" });
|
|
4355
4403
|
EnterpriseSearchService.decorators = [
|
|
4356
4404
|
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
4357
4405
|
];
|
|
@@ -4412,7 +4460,8 @@
|
|
|
4412
4460
|
{ type: ApplyJitFlightRulesFetcher },
|
|
4413
4461
|
{ type: GetUserFavouriteSearchesFetcher },
|
|
4414
4462
|
{ type: DeleteFavouriteSearchUpdater },
|
|
4415
|
-
{ type: ModalOpenerService }
|
|
4463
|
+
{ type: ModalOpenerService },
|
|
4464
|
+
{ type: EmailBasketFetcher }
|
|
4416
4465
|
]; };
|
|
4417
4466
|
|
|
4418
4467
|
var RouteHappyService = /** @class */ (function (_super) {
|
|
@@ -32547,6 +32596,9 @@
|
|
|
32547
32596
|
exports.DeleteRecentSearchGQL = DeleteRecentSearchGQL;
|
|
32548
32597
|
exports.DeleteUserAddressDocument = DeleteUserAddressDocument;
|
|
32549
32598
|
exports.DeleteUserAddressGQL = DeleteUserAddressGQL;
|
|
32599
|
+
exports.EmailBasketDocument = EmailBasketDocument;
|
|
32600
|
+
exports.EmailBasketFetcher = EmailBasketFetcher;
|
|
32601
|
+
exports.EmailBasketGQL = EmailBasketGQL;
|
|
32550
32602
|
exports.EnterpriseBasketService = EnterpriseBasketService;
|
|
32551
32603
|
exports.EnterpriseMyBookingsService = EnterpriseMyBookingsService;
|
|
32552
32604
|
exports.EnterpriseSearchService = EnterpriseSearchService;
|