@sabstravtech/obtservices 0.2.2605201100 → 0.2.2605260950

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.
Files changed (130) hide show
  1. package/angular/components/basket-panel.d.ts +1 -1
  2. package/angular/fetchers.d.ts +0 -2
  3. package/angular/lib/vendor/classes/helpers.d.ts +2 -2
  4. package/angular/lib/vendor/fetchers/get-flight-exchange-details.fetcher.d.ts +1 -1
  5. package/angular/lib/vendor/fetchers/get-flight-search-exchange.fetcher.d.ts +1 -1
  6. package/angular/lib/vendor/fetchers/get-latest-versions.fetcher.d.ts +1 -1
  7. package/angular/lib/vendor/fetchers/get-rail-search-exchange.fetcher.d.ts +1 -1
  8. package/angular/lib/vendor/interceptors/http-cancel-interceptor.d.ts +3 -3
  9. package/angular/lib/vendor/services/chatbot.service.d.ts +40 -0
  10. package/angular/lib/vendor/services/enterprise-basket.service.d.ts +12 -15
  11. package/angular/lib/vendor/services/hotel-avallibility.service.d.ts +2 -2
  12. package/angular/lib/vendor/services/http-call.service.d.ts +3 -3
  13. package/angular/lib/vendor/services/http-cancel.service.d.ts +1 -1
  14. package/angular/lib/vendor/services/logon.service.d.ts +5 -5
  15. package/angular/lib/vendor/services/messages.service.d.ts +1 -1
  16. package/angular/lib/vendor/services/my-bookings.service.d.ts +2 -2
  17. package/angular/lib/vendor/services/prompt-update.service.d.ts +1 -1
  18. package/angular/lib/vendor/services/result-aware.service.d.ts +39 -0
  19. package/angular/lib/vendor/services/search-document-validation.service.d.ts +1 -1
  20. package/angular/lib/vendor/services/search-payment-validation.service.d.ts +1 -1
  21. package/angular/lib/vendor/services/search.service.d.ts +15 -16
  22. package/angular/lib/vendor/services/user.service.d.ts +7 -7
  23. package/angular/lib/vendor/services/webtoken.service.d.ts +1 -1
  24. package/angular/lib/vendor/testers/postcode-validate.tester.d.ts +1 -1
  25. package/angular/lib/vendor/types/graphql.angular.types.d.ts +0 -120
  26. package/angular/lib/vendor/updaters/accept-new-price.updater.d.ts +1 -1
  27. package/angular/lib/vendor/updaters/add-basket-item-markup.updater.d.ts +1 -1
  28. package/angular/lib/vendor/updaters/amend-booking.updater.d.ts +1 -1
  29. package/angular/lib/vendor/updaters/edit-user-address.updater.d.ts +1 -1
  30. package/angular/lib/vendor/updaters/save-user-address.updater.d.ts +1 -1
  31. package/angular/lib/vendor/updaters/set-empty-user-mi-default-value.updater.d.ts +1 -1
  32. package/angular/lib/vendor/updaters/set-mi-values.updater.d.ts +1 -1
  33. package/angular/lib/vendor/updaters/set-user-mi-default-value.updater.d.ts +1 -1
  34. package/angular/services.d.ts +2 -0
  35. package/base/interfaces.d.ts +2 -0
  36. package/base/lib/constants/ticket-codes.d.ts +1 -1
  37. package/base/lib/vendor/classes/base-enterprise.d.ts +1 -1
  38. package/base/lib/vendor/classes/base-network-call.d.ts +1 -1
  39. package/base/lib/vendor/classes/basket-info-mi-details.impl.d.ts +1 -1
  40. package/base/lib/vendor/classes/cabhire-enterprise-search.d.ts +3 -3
  41. package/base/lib/vendor/classes/carhire-enterprise-search.d.ts +3 -3
  42. package/base/lib/vendor/classes/draft-basket-info-mi-details.impl.d.ts +1 -1
  43. package/base/lib/vendor/classes/draft-management-info-and-valid.d.ts +2 -2
  44. package/base/lib/vendor/classes/eurostar-enterprise-search.d.ts +5 -5
  45. package/base/lib/vendor/classes/ferry-enterprise-search.d.ts +4 -2
  46. package/base/lib/vendor/classes/flight-enterprise-search.d.ts +5 -5
  47. package/base/lib/vendor/classes/hotel-enterprise-search.d.ts +4 -4
  48. package/base/lib/vendor/classes/irl-enterprise-search.d.ts +2 -2
  49. package/base/lib/vendor/classes/lounges-enterprise-search.d.ts +4 -4
  50. package/base/lib/vendor/classes/management-info-and-valid.d.ts +1 -1
  51. package/base/lib/vendor/classes/modal-types.enum.d.ts +0 -1
  52. package/base/lib/vendor/classes/parking-enterprise-search.d.ts +2 -2
  53. package/base/lib/vendor/classes/rail-enterprise-search.d.ts +7 -5
  54. package/base/lib/vendor/classes/season-ticket-enterprise-search.d.ts +2 -2
  55. package/base/lib/vendor/classes/supplementary-booking-info-impl.d.ts +1 -1
  56. package/base/lib/vendor/fetchers/apply-JIT-hotel-rules.fetcher.d.ts +3 -3
  57. package/base/lib/vendor/fetchers/eurostar-quote.fetcher.d.ts +2 -2
  58. package/base/lib/vendor/fetchers/flight-quote.fetcher.d.ts +3 -3
  59. package/base/lib/vendor/fetchers/hotel-avaliability-fetcher.d.ts +2 -2
  60. package/base/lib/vendor/fetchers/object-fetchable-enterprise.d.ts +1 -1
  61. package/base/lib/vendor/interceptors/http-cancel-interceptor.d.ts +2 -2
  62. package/base/lib/vendor/interfaces/Iambulance-enterprise-search.d.ts +1 -1
  63. package/base/lib/vendor/interfaces/Iapartment-enterprise-search.d.ts +1 -1
  64. package/base/lib/vendor/interfaces/Icarhire-enterprise-search.d.ts +2 -2
  65. package/base/lib/vendor/interfaces/Ienterprise-basket.service.d.ts +5 -6
  66. package/base/lib/vendor/interfaces/Ieurostar-enterprise-search.d.ts +2 -2
  67. package/base/lib/vendor/interfaces/Ifast-track-enterprise-search.d.ts +2 -2
  68. package/base/lib/vendor/interfaces/Iferry-enterprise-search.d.ts +1 -1
  69. package/base/lib/vendor/interfaces/Iflight-enterprise-search.d.ts +4 -4
  70. package/base/lib/vendor/interfaces/Ihotel-enterprise-search.d.ts +1 -1
  71. package/base/lib/vendor/interfaces/Iirl-enterprise-search.d.ts +2 -2
  72. package/base/lib/vendor/interfaces/Ilounges-enterprise-search.d.ts +1 -1
  73. package/base/lib/vendor/interfaces/Imeeting-room-enterprise-search.d.ts +1 -1
  74. package/base/lib/vendor/interfaces/Imybookings.service.d.ts +2 -1
  75. package/base/lib/vendor/interfaces/Irail-enterprise-search.d.ts +1 -1
  76. package/base/lib/vendor/interfaces/Irail-station-information.interface.d.ts +1 -1
  77. package/base/lib/vendor/interfaces/Isearch.service.d.ts +5 -4
  78. package/base/lib/vendor/interfaces/Iseason-tickets-enterprise-search.d.ts +1 -1
  79. package/base/lib/vendor/interfaces/Iuser.service.d.ts +4 -4
  80. package/base/lib/vendor/interfaces/booking-baskes-duplicate-check.interface.d.ts +1 -1
  81. package/base/lib/vendor/interfaces/cab-hire-search-arg.interface.d.ts +2 -2
  82. package/base/lib/vendor/interfaces/car-hire-classes.interface.d.ts +1 -1
  83. package/base/lib/vendor/interfaces/car-hire-search-arg.interface.d.ts +1 -1
  84. package/base/lib/vendor/interfaces/chatbot.types.d.ts +116 -0
  85. package/base/lib/vendor/interfaces/cheapest-price-object.d.ts +1 -1
  86. package/base/lib/vendor/interfaces/eurostar-search-arg.interface.d.ts +2 -2
  87. package/base/lib/vendor/interfaces/flight-multi-destination.interface.d.ts +3 -3
  88. package/base/lib/vendor/interfaces/hotel-recent-search-args.interface.d.ts +2 -2
  89. package/base/lib/vendor/interfaces/hotel-results-configuration.interface.d.ts +1 -1
  90. package/base/lib/vendor/interfaces/irl-search-arg.interface.d.ts +1 -1
  91. package/base/lib/vendor/operations/simple-fetchable-list-approval.d.ts +1 -1
  92. package/base/lib/vendor/operations/simple-fetchable-list-basket.d.ts +1 -14
  93. package/base/lib/vendor/operations/simple-fetchable-list-flight.d.ts +1 -1
  94. package/base/lib/vendor/operations/simple-fetchable-list-location.d.ts +1 -1
  95. package/base/lib/vendor/operations/simple-fetchable-list-misc.d.ts +1 -14
  96. package/base/lib/vendor/operations/simple-fetchable-list-quotes.d.ts +1 -1
  97. package/base/lib/vendor/operations/simple-fetchable-list-search.d.ts +1 -1
  98. package/base/lib/vendor/operations/simple-fetchable-list-user.d.ts +1 -1
  99. package/base/lib/vendor/operations/simple-fetchable-object.d.ts +1 -14
  100. package/base/lib/vendor/operations/simple-fetchers.d.ts +0 -1
  101. package/base/lib/vendor/operations/simple-updaters-basket-approval.d.ts +1 -1
  102. package/base/lib/vendor/operations/simple-updaters-basket-item.d.ts +1 -14
  103. package/base/lib/vendor/operations/simple-updaters-basket.d.ts +1 -1
  104. package/base/lib/vendor/operations/simple-updaters-booking.d.ts +1 -1
  105. package/base/lib/vendor/operations/simple-updaters-user-preference.d.ts +1 -1
  106. package/base/lib/vendor/operations/simple-updaters-user.d.ts +1 -1
  107. package/base/lib/vendor/services/chatbot.service.d.ts +103 -0
  108. package/base/lib/vendor/services/enterprise-basket.service.d.ts +18 -17
  109. package/base/lib/vendor/services/http-cancel.service.d.ts +1 -1
  110. package/base/lib/vendor/services/logon.service.d.ts +3 -3
  111. package/base/lib/vendor/services/my-bookings.service.d.ts +6 -3
  112. package/base/lib/vendor/services/requires-override-reason.service.d.ts +4 -4
  113. package/base/lib/vendor/services/requires-reason.service.d.ts +2 -2
  114. package/base/lib/vendor/services/search.service.d.ts +9 -10
  115. package/base/lib/vendor/services/user.service.d.ts +6 -2
  116. package/base/lib/vendor/testers/base.tester.d.ts +1 -1
  117. package/base/lib/vendor/testers/postcode-validate.tester.d.ts +2 -2
  118. package/base/lib/vendor/types/basket-types.d.ts +2 -2
  119. package/base/lib/vendor/types/graphql.types.d.ts +0 -92
  120. package/base/lib/vendor/types/types.d.ts +36 -37
  121. package/base/services.d.ts +1 -0
  122. package/fesm2022/sabstravtech-obtservices-angular.mjs +656 -348
  123. package/fesm2022/sabstravtech-obtservices-angular.mjs.map +1 -1
  124. package/fesm2022/sabstravtech-obtservices-base.mjs +6284 -6318
  125. package/fesm2022/sabstravtech-obtservices-base.mjs.map +1 -1
  126. package/package.json +3 -2
  127. package/angular/lib/vendor/fetchers/download-eticket.fetcher.d.ts +0 -10
  128. package/angular/lib/vendor/fetchers/get-jyrney-url.fetcher.d.ts +0 -10
  129. package/angular/lib/vendor/fetchers/get-process-terms-price.fetcher.d.ts +0 -10
  130. package/angular/lib/vendor/updaters/accept-process-terms.updater.d.ts +0 -9
@@ -1483,11 +1483,6 @@ export type DynamicCondition = {
1483
1483
  description?: Maybe<FieldWrapper<Scalars['String']['output']>>;
1484
1484
  name?: Maybe<FieldWrapper<Scalars['String']['output']>>;
1485
1485
  };
1486
- export type ETicketDownloadResult = {
1487
- __typename?: 'ETicketDownloadResult';
1488
- content: FieldWrapper<Scalars['String']['output']>;
1489
- contentType: FieldWrapper<Scalars['String']['output']>;
1490
- };
1491
1486
  export type EmptyUserDefaultManagementValue = {
1492
1487
  __typename?: 'EmptyUserDefaultManagementValue';
1493
1488
  defaultValuePrepopulation: FieldWrapper<ManagementInfoDefaultValuePrepopulation>;
@@ -3211,7 +3206,6 @@ export type MultiLevelApprover = {
3211
3206
  export type Mutation = {
3212
3207
  __typename?: 'Mutation';
3213
3208
  acceptNewPrice: FieldWrapper<Basket>;
3214
- acceptProcessTerms: FieldWrapper<Scalars['Boolean']['output']>;
3215
3209
  addBasketItemCustomRemark: FieldWrapper<BasketItemCustomRemark>;
3216
3210
  addBasketItemMarkup: FieldWrapper<Basket>;
3217
3211
  addFavouriteUser: FieldWrapper<UserOrGuest>;
@@ -3285,10 +3279,6 @@ export type MutationAcceptNewPriceArgs = {
3285
3279
  convertCurrencyTo?: InputMaybe<Scalars['String']['input']>;
3286
3280
  id: Scalars['ID']['input'];
3287
3281
  };
3288
- export type MutationAcceptProcessTermsArgs = {
3289
- basketItemId: Scalars['ID']['input'];
3290
- newPrice: Scalars['Float']['input'];
3291
- };
3292
3282
  export type MutationAddBasketItemCustomRemarkArgs = {
3293
3283
  basketItem: Scalars['ID']['input'];
3294
3284
  remark_type: Scalars['String']['input'];
@@ -3919,22 +3909,6 @@ export type Price = {
3919
3909
  amount: FieldWrapper<Scalars['Float']['output']>;
3920
3910
  currencyCode: FieldWrapper<Scalars['String']['output']>;
3921
3911
  };
3922
- export type ProcessTermsPriceResult = {
3923
- __typename?: 'ProcessTermsPriceResult';
3924
- amount: FieldWrapper<Scalars['String']['output']>;
3925
- currency: FieldWrapper<Scalars['String']['output']>;
3926
- };
3927
- export type ProcessTermsTaxItem = {
3928
- __typename?: 'ProcessTermsTaxItem';
3929
- amount: FieldWrapper<Scalars['String']['output']>;
3930
- currency: FieldWrapper<Scalars['String']['output']>;
3931
- name: FieldWrapper<Scalars['String']['output']>;
3932
- };
3933
- export type ProcessTermsTaxItemInput = {
3934
- amount: Scalars['String']['input'];
3935
- currency: Scalars['String']['input'];
3936
- name: Scalars['String']['input'];
3937
- };
3938
3912
  export type ProfileConfig = {
3939
3913
  __typename?: 'ProfileConfig';
3940
3914
  address: FieldWrapper<ProfileConfigOption>;
@@ -3972,7 +3946,6 @@ export type Query = {
3972
3946
  confermaUnblockClientHotels: FieldWrapper<ConfermaBlockedHotelsResult>;
3973
3947
  confermaUnblockConsumerHotels: FieldWrapper<ConfermaBlockedHotelsResult>;
3974
3948
  convertCurrency: FieldWrapper<Scalars['Float']['output']>;
3975
- downloadETicket?: Maybe<FieldWrapper<ETicketDownloadResult>>;
3976
3949
  emailAmbulanceBookingReq: FieldWrapper<Scalars['Boolean']['output']>;
3977
3950
  emailApartmentBookingReq: FieldWrapper<Scalars['Boolean']['output']>;
3978
3951
  emailBasket: FieldWrapper<Basket>;
@@ -4031,7 +4004,6 @@ export type Query = {
4031
4004
  getHotelDetails: FieldWrapper<HotelDetailsResult>;
4032
4005
  getIRLDiscountCards: Array<FieldWrapper<IrlTravelCard>>;
4033
4006
  getIRLSupplierStation?: Maybe<FieldWrapper<IrlSupplierStation>>;
4034
- getJyrneyUrl: FieldWrapper<Scalars['String']['output']>;
4035
4007
  getLatLonFromHereID: FieldWrapper<PlaceLocation>;
4036
4008
  getLatestVersions: Array<FieldWrapper<VersionResult>>;
4037
4009
  getMIApprovers: Array<FieldWrapper<User>>;
@@ -4048,7 +4020,6 @@ export type Query = {
4048
4020
  getOffices: Array<FieldWrapper<Office>>;
4049
4021
  getPostcodeDetails: FieldWrapper<PostcodeDetails>;
4050
4022
  getPriceHiddenSabreExchange: FieldWrapper<Scalars['Boolean']['output']>;
4051
- getProcessTermsPrice: FieldWrapper<ProcessTermsPriceResult>;
4052
4023
  getRailLiveDepartures: FieldWrapper<LiveDepBoardResult>;
4053
4024
  getRailProviders: Array<FieldWrapper<Scalars['String']['output']>>;
4054
4025
  getRailSearchExchange: FieldWrapper<RailSearchResult>;
@@ -4183,9 +4154,6 @@ export type QueryConvertCurrencyArgs = {
4183
4154
  baseCurrencyCode: CurrencyCode;
4184
4155
  convertedCurrencyCode: CurrencyCode;
4185
4156
  };
4186
- export type QueryDownloadETicketArgs = {
4187
- url: Scalars['String']['input'];
4188
- };
4189
4157
  export type QueryEmailAmbulanceBookingReqArgs = {
4190
4158
  additionalInformation?: InputMaybe<Scalars['String']['input']>;
4191
4159
  bookerEmail: Scalars['String']['input'];
@@ -4500,10 +4468,6 @@ export type QueryGetPostcodeDetailsArgs = {
4500
4468
  countryCode?: Scalars['String']['input'];
4501
4469
  postcode: Scalars['String']['input'];
4502
4470
  };
4503
- export type QueryGetProcessTermsPriceArgs = {
4504
- basketItemId: Scalars['ID']['input'];
4505
- supplementaryInfo?: InputMaybe<Array<SupplementaryBookingInfo>>;
4506
- };
4507
4471
  export type QueryGetRailLiveDeparturesArgs = {
4508
4472
  departDateTime?: InputMaybe<Scalars['String']['input']>;
4509
4473
  destinationCode?: InputMaybe<Scalars['String']['input']>;
@@ -6477,14 +6441,6 @@ export type AcceptNewPriceMutation = {
6477
6441
  }> | null;
6478
6442
  };
6479
6443
  };
6480
- export type AcceptProcessTermsMutationVariables = Exact<{
6481
- basketItemId: Scalars['ID']['input'];
6482
- newPrice: Scalars['Float']['input'];
6483
- }>;
6484
- export type AcceptProcessTermsMutation = {
6485
- __typename?: 'Mutation';
6486
- acceptProcessTerms: boolean;
6487
- };
6488
6444
  export type AddBasketItemCustomRemarkMutationVariables = Exact<{
6489
6445
  basketItem: Scalars['ID']['input'];
6490
6446
  remark_type: Scalars['String']['input'];
@@ -12543,17 +12499,6 @@ export type DeleteUserAddressMutation = {
12543
12499
  __typename?: 'Mutation';
12544
12500
  deleteUserAddress: boolean;
12545
12501
  };
12546
- export type DownloadETicketQueryVariables = Exact<{
12547
- url: Scalars['String']['input'];
12548
- }>;
12549
- export type DownloadETicketQuery = {
12550
- __typename?: 'Query';
12551
- downloadETicket?: {
12552
- __typename?: 'ETicketDownloadResult';
12553
- content: string;
12554
- contentType: string;
12555
- } | null;
12556
- };
12557
12502
  export type EditUserMutationVariables = Exact<{
12558
12503
  title?: InputMaybe<Scalars['String']['input']>;
12559
12504
  forename?: InputMaybe<Scalars['String']['input']>;
@@ -18687,13 +18632,6 @@ export type GetIrlSupplierStationQuery = {
18687
18632
  } | null;
18688
18633
  } | null;
18689
18634
  };
18690
- export type GetJyrneyUrlQueryVariables = Exact<{
18691
- [key: string]: never;
18692
- }>;
18693
- export type GetJyrneyUrlQuery = {
18694
- __typename?: 'Query';
18695
- getJyrneyUrl: string;
18696
- };
18697
18635
  export type GetLatLonFromHereIdQueryVariables = Exact<{
18698
18636
  id: Scalars['String']['input'];
18699
18637
  }>;
@@ -18976,18 +18914,6 @@ export type GetPriceHiddenSabreExchangeQuery = {
18976
18914
  __typename?: 'Query';
18977
18915
  getPriceHiddenSabreExchange: boolean;
18978
18916
  };
18979
- export type GetProcessTermsPriceQueryVariables = Exact<{
18980
- basketItemId: Scalars['ID']['input'];
18981
- supplementaryInfo?: InputMaybe<Array<SupplementaryBookingInfo> | SupplementaryBookingInfo>;
18982
- }>;
18983
- export type GetProcessTermsPriceQuery = {
18984
- __typename?: 'Query';
18985
- getProcessTermsPrice: {
18986
- __typename?: 'ProcessTermsPriceResult';
18987
- amount: string;
18988
- currency: string;
18989
- };
18990
- };
18991
18917
  export type GetRailLiveDeparturesQueryVariables = Exact<{
18992
18918
  stationCode: Scalars['String']['input'];
18993
18919
  departDateTime?: InputMaybe<Scalars['String']['input']>;
@@ -36397,10 +36323,6 @@ export declare namespace AcceptNewPrice {
36397
36323
  type Mutation = AcceptNewPriceMutation;
36398
36324
  type AcceptNewPrice = AcceptNewPriceMutation['acceptNewPrice'];
36399
36325
  }
36400
- export declare namespace AcceptProcessTerms {
36401
- type Variables = AcceptProcessTermsMutationVariables;
36402
- type Mutation = AcceptProcessTermsMutation;
36403
- }
36404
36326
  export declare namespace AddBasketItemCustomRemark {
36405
36327
  type Variables = AddBasketItemCustomRemarkMutationVariables;
36406
36328
  type Mutation = AddBasketItemCustomRemarkMutation;
@@ -36786,11 +36708,6 @@ export declare namespace DeleteUserAddress {
36786
36708
  type Variables = DeleteUserAddressMutationVariables;
36787
36709
  type Mutation = DeleteUserAddressMutation;
36788
36710
  }
36789
- export declare namespace DownloadETicket {
36790
- type Variables = DownloadETicketQueryVariables;
36791
- type Query = DownloadETicketQuery;
36792
- type DownloadETicket = DownloadETicketQuery['downloadETicket'];
36793
- }
36794
36711
  export declare namespace EditUser {
36795
36712
  type Variables = EditUserMutationVariables;
36796
36713
  type Mutation = EditUserMutation;
@@ -37362,10 +37279,6 @@ export declare namespace GetIrlSupplierStation {
37362
37279
  type LocationDetails = GetIrlSupplierStationQuery['getIRLSupplierStation']['locationDetails'];
37363
37280
  type Coordinates = GetIrlSupplierStationQuery['getIRLSupplierStation']['locationDetails']['coordinates'];
37364
37281
  }
37365
- export declare namespace GetJyrneyUrl {
37366
- type Variables = GetJyrneyUrlQueryVariables;
37367
- type Query = GetJyrneyUrlQuery;
37368
- }
37369
37282
  export declare namespace GetLatLonFromHereId {
37370
37283
  type Variables = GetLatLonFromHereIdQueryVariables;
37371
37284
  type Query = GetLatLonFromHereIdQuery;
@@ -37419,11 +37332,6 @@ export declare namespace GetPriceHiddenSabreExchange {
37419
37332
  type Variables = GetPriceHiddenSabreExchangeQueryVariables;
37420
37333
  type Query = GetPriceHiddenSabreExchangeQuery;
37421
37334
  }
37422
- export declare namespace GetProcessTermsPrice {
37423
- type Variables = GetProcessTermsPriceQueryVariables;
37424
- type Query = GetProcessTermsPriceQuery;
37425
- type GetProcessTermsPrice = GetProcessTermsPriceQuery['getProcessTermsPrice'];
37426
- }
37427
37335
  export declare namespace GetRailLiveDepartures {
37428
37336
  type Variables = GetRailLiveDeparturesQueryVariables;
37429
37337
  type Query = GetRailLiveDeparturesQuery;
@@ -38345,13 +38253,6 @@ export declare class AcceptNewPriceGQL extends Apollo.Mutation<AcceptNewPriceMut
38345
38253
  static ɵfac: i0.ɵɵFactoryDeclaration<AcceptNewPriceGQL, never>;
38346
38254
  static ɵprov: i0.ɵɵInjectableDeclaration<AcceptNewPriceGQL>;
38347
38255
  }
38348
- export declare const AcceptProcessTermsDocument: Apollo.TypedDocumentNode<unknown, unknown>;
38349
- export declare class AcceptProcessTermsGQL extends Apollo.Mutation<AcceptProcessTermsMutation, AcceptProcessTermsMutationVariables> {
38350
- document: Apollo.TypedDocumentNode<unknown, unknown>;
38351
- constructor(apollo: Apollo.Apollo);
38352
- static ɵfac: i0.ɵɵFactoryDeclaration<AcceptProcessTermsGQL, never>;
38353
- static ɵprov: i0.ɵɵInjectableDeclaration<AcceptProcessTermsGQL>;
38354
- }
38355
38256
  export declare const AddBasketItemCustomRemarkDocument: Apollo.TypedDocumentNode<unknown, unknown>;
38356
38257
  export declare class AddBasketItemCustomRemarkGQL extends Apollo.Mutation<AddBasketItemCustomRemarkMutation, AddBasketItemCustomRemarkMutationVariables> {
38357
38258
  document: Apollo.TypedDocumentNode<unknown, unknown>;
@@ -38660,13 +38561,6 @@ export declare class DeleteUserAddressGQL extends Apollo.Mutation<DeleteUserAddr
38660
38561
  static ɵfac: i0.ɵɵFactoryDeclaration<DeleteUserAddressGQL, never>;
38661
38562
  static ɵprov: i0.ɵɵInjectableDeclaration<DeleteUserAddressGQL>;
38662
38563
  }
38663
- export declare const DownloadETicketDocument: Apollo.TypedDocumentNode<unknown, unknown>;
38664
- export declare class DownloadETicketGQL extends Apollo.Query<DownloadETicketQuery, DownloadETicketQueryVariables> {
38665
- document: Apollo.TypedDocumentNode<unknown, unknown>;
38666
- constructor(apollo: Apollo.Apollo);
38667
- static ɵfac: i0.ɵɵFactoryDeclaration<DownloadETicketGQL, never>;
38668
- static ɵprov: i0.ɵɵInjectableDeclaration<DownloadETicketGQL>;
38669
- }
38670
38564
  export declare const EditUserDocument: Apollo.TypedDocumentNode<unknown, unknown>;
38671
38565
  export declare class EditUserGQL extends Apollo.Mutation<EditUserMutation, EditUserMutationVariables> {
38672
38566
  document: Apollo.TypedDocumentNode<unknown, unknown>;
@@ -39024,13 +38918,6 @@ export declare class GetIrlSupplierStationGQL extends Apollo.Query<GetIrlSupplie
39024
38918
  static ɵfac: i0.ɵɵFactoryDeclaration<GetIrlSupplierStationGQL, never>;
39025
38919
  static ɵprov: i0.ɵɵInjectableDeclaration<GetIrlSupplierStationGQL>;
39026
38920
  }
39027
- export declare const GetJyrneyUrlDocument: Apollo.TypedDocumentNode<unknown, unknown>;
39028
- export declare class GetJyrneyUrlGQL extends Apollo.Query<GetJyrneyUrlQuery, GetJyrneyUrlQueryVariables> {
39029
- document: Apollo.TypedDocumentNode<unknown, unknown>;
39030
- constructor(apollo: Apollo.Apollo);
39031
- static ɵfac: i0.ɵɵFactoryDeclaration<GetJyrneyUrlGQL, never>;
39032
- static ɵprov: i0.ɵɵInjectableDeclaration<GetJyrneyUrlGQL>;
39033
- }
39034
38921
  export declare const GetLatLonFromHereIdDocument: Apollo.TypedDocumentNode<unknown, unknown>;
39035
38922
  export declare class GetLatLonFromHereIdGQL extends Apollo.Query<GetLatLonFromHereIdQuery, GetLatLonFromHereIdQueryVariables> {
39036
38923
  document: Apollo.TypedDocumentNode<unknown, unknown>;
@@ -39094,13 +38981,6 @@ export declare class GetPriceHiddenSabreExchangeGQL extends Apollo.Query<GetPric
39094
38981
  static ɵfac: i0.ɵɵFactoryDeclaration<GetPriceHiddenSabreExchangeGQL, never>;
39095
38982
  static ɵprov: i0.ɵɵInjectableDeclaration<GetPriceHiddenSabreExchangeGQL>;
39096
38983
  }
39097
- export declare const GetProcessTermsPriceDocument: Apollo.TypedDocumentNode<unknown, unknown>;
39098
- export declare class GetProcessTermsPriceGQL extends Apollo.Query<GetProcessTermsPriceQuery, GetProcessTermsPriceQueryVariables> {
39099
- document: Apollo.TypedDocumentNode<unknown, unknown>;
39100
- constructor(apollo: Apollo.Apollo);
39101
- static ɵfac: i0.ɵɵFactoryDeclaration<GetProcessTermsPriceGQL, never>;
39102
- static ɵprov: i0.ɵɵInjectableDeclaration<GetProcessTermsPriceGQL>;
39103
- }
39104
38984
  export declare const GetRailLiveDeparturesDocument: Apollo.TypedDocumentNode<unknown, unknown>;
39105
38985
  export declare class GetRailLiveDeparturesGQL extends Apollo.Query<GetRailLiveDeparturesQuery, GetRailLiveDeparturesQueryVariables> {
39106
38986
  document: Apollo.TypedDocumentNode<unknown, unknown>;
@@ -1,5 +1,5 @@
1
- import { BaseAcceptNewPriceUpdater } from '@sabstravtech/obtservices/base';
2
1
  import { ModalOpenerService } from '../services/modal-opener.service';
2
+ import { BaseAcceptNewPriceUpdater } from '@sabstravtech/obtservices/base';
3
3
  import { AcceptNewPriceGQL } from '../types/graphql.angular.types';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AcceptNewPriceUpdater extends BaseAcceptNewPriceUpdater<AcceptNewPriceGQL> {
@@ -1,5 +1,5 @@
1
- import { BaseAddBasketItemMarkupUpdater } from '@sabstravtech/obtservices/base';
2
1
  import { ModalOpenerService } from '../services/modal-opener.service';
2
+ import { BaseAddBasketItemMarkupUpdater } from '@sabstravtech/obtservices/base';
3
3
  import { AddBasketItemMarkupGQL } from '../types/graphql.angular.types';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AddBasketItemMarkupUpdater extends BaseAddBasketItemMarkupUpdater<AddBasketItemMarkupGQL> {
@@ -1,5 +1,5 @@
1
- import { BaseAmendBookingUpdater } from '@sabstravtech/obtservices/base';
2
1
  import { ModalOpenerService } from '../services/modal-opener.service';
2
+ import { BaseAmendBookingUpdater } from '@sabstravtech/obtservices/base';
3
3
  import { AmendBookingGQL } from '../types/graphql.angular.types';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AmendBookingUpdater extends BaseAmendBookingUpdater<AmendBookingGQL> {
@@ -1,5 +1,5 @@
1
- import { BaseEditUserAddressUpdater } from '@sabstravtech/obtservices/base';
2
1
  import { ModalOpenerService } from '../services/modal-opener.service';
2
+ import { BaseEditUserAddressUpdater } from '@sabstravtech/obtservices/base';
3
3
  import { EditUserAddressGQL } from '../types/graphql.angular.types';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class EditUserAddressUpdater extends BaseEditUserAddressUpdater<EditUserAddressGQL> {
@@ -1,5 +1,5 @@
1
- import { BaseSaveUserAddressUpdater } from '@sabstravtech/obtservices/base';
2
1
  import { ModalOpenerService } from '../services/modal-opener.service';
2
+ import { BaseSaveUserAddressUpdater } from '@sabstravtech/obtservices/base';
3
3
  import { SaveUserAddressGQL } from '../types/graphql.angular.types';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SaveUserAddressUpdater extends BaseSaveUserAddressUpdater<SaveUserAddressGQL> {
@@ -1,5 +1,5 @@
1
- import { BaseSetEmptyUserMIDefaultValueUpdater } from '@sabstravtech/obtservices/base';
2
1
  import { ModalOpenerService } from '../services/modal-opener.service';
2
+ import { BaseSetEmptyUserMIDefaultValueUpdater } from '@sabstravtech/obtservices/base';
3
3
  import { SetEmptyUserMiDefaultValueGQL } from '../types/graphql.angular.types';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SetEmptyUserMIDefaultValueUpdater extends BaseSetEmptyUserMIDefaultValueUpdater<SetEmptyUserMiDefaultValueGQL> {
@@ -1,5 +1,5 @@
1
- import { BaseSetMIValuesUpdater } from '@sabstravtech/obtservices/base';
2
1
  import { ModalOpenerService } from '../services/modal-opener.service';
2
+ import { BaseSetMIValuesUpdater } from '@sabstravtech/obtservices/base';
3
3
  import { SetMiValuesGQL } from '../types/graphql.angular.types';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SetMIValuesUpdater extends BaseSetMIValuesUpdater<SetMiValuesGQL> {
@@ -1,5 +1,5 @@
1
- import { BaseSetUserMIDefaultValueUpdater } from '@sabstravtech/obtservices/base';
2
1
  import { ModalOpenerService } from '../services/modal-opener.service';
2
+ import { BaseSetUserMIDefaultValueUpdater } from '@sabstravtech/obtservices/base';
3
3
  import { SetUserMiDefaultValueGQL } from '../types/graphql.angular.types';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SetUserMIDefaultValueUpdater extends BaseSetUserMIDefaultValueUpdater<SetUserMiDefaultValueGQL> {
@@ -17,3 +17,5 @@ export * from './lib/vendor/services/rail-fare-processing.service';
17
17
  export * from './lib/vendor/services/rail-results-state.service';
18
18
  export * from './lib/vendor/services/search-document-validation.service';
19
19
  export * from './lib/vendor/services/search-payment-validation.service';
20
+ export * from './lib/vendor/services/chatbot.service';
21
+ export * from './lib/vendor/services/result-aware.service';
@@ -28,6 +28,7 @@ export * from './lib/vendor/interfaces/terms-and-conditions.interface';
28
28
  export * from './lib/vendor/interfaces/rail-basket-item.interface';
29
29
  export * from './lib/vendor/interfaces/enable-fresh-chat-interface';
30
30
  export * from './lib/vendor/interfaces/Ifast-track-enterprise-search';
31
+ export * from './lib/vendor/interfaces/chatbot.types';
31
32
  export * from './lib/vendor/interfaces/fast-track-filters.interface';
32
33
  export * from './lib/vendor/interfaces/Iferry-enterprise-search';
33
34
  export * from './lib/vendor/interfaces/Iapartment-enterprise-search';
@@ -38,3 +39,4 @@ export * from './lib/vendor/interfaces/Iseason-tickets-enterprise-search';
38
39
  export * from './lib/vendor/interfaces/hotel-stars-to-hide.interface';
39
40
  export * from './lib/vendor/interfaces/cheapest-price';
40
41
  export * from './lib/vendor/interfaces/cheapest-price-object';
42
+ export * from './lib/vendor/interfaces/chatbot.types';
@@ -9,4 +9,4 @@ export declare const GROUP_TICKET_CODES: readonly ["GS", "AIG", "GRP", "GU3", "G
9
9
  /**
10
10
  * Type for group ticket codes
11
11
  */
12
- export type GroupTicketCode = (typeof GROUP_TICKET_CODES)[number];
12
+ export type GroupTicketCode = typeof GROUP_TICKET_CODES[number];
@@ -4,9 +4,9 @@ import { BaseStorageService } from '../services/storage.service';
4
4
  import { BasketItem, ServiceType, SearchLoungesQueryVariables, SearchFastTrackQueryVariables, SearchParkingQueryVariables, SearchCabHireQueryVariables, SearchCarHireQueryVariables, SearchHotelsQueryVariables, SearchFlightsV2QueryVariables, SearchRailQueryVariables, SearchIrlQueryVariables, SearchEurostarQueryVariables } from '../types/graphql.types';
5
5
  import { ICheapestPrice } from '../interfaces/cheapest-price';
6
6
  import { RecentSearch, SaveFavouriteSearchResult } from '../../../types';
7
+ import { BaseHelperRoutines } from './helpers';
7
8
  import { EnterpriseSearchServiceInterface } from '../interfaces/Isearch.service';
8
9
  import { UserServiceInterface } from '../interfaces/Iuser.service';
9
- import { BaseHelperRoutines } from './helpers';
10
10
  /**
11
11
  * Union type of all service-specific search query variables
12
12
  * Used by applySearchQuery to provide type safety while supporting all service types
@@ -1,6 +1,6 @@
1
1
  import { ApolloQueryResult, FetchResult } from '@apollo/client/core';
2
- import { Observable } from 'rxjs';
3
2
  import { BaseModalOpenerService } from '../services/modal-opener.service';
3
+ import { Observable } from 'rxjs';
4
4
  export declare abstract class BaseNetworkCall<Q, A, R, P> {
5
5
  private modelService;
6
6
  errorMessageList: string[];
@@ -1,6 +1,6 @@
1
+ import { ManagementInfoAndIsValid } from './management-info-and-valid';
1
2
  import { BasketItem, ManagementInfo } from '../types/graphql.types';
2
3
  import { BasketServiceMinimalMI } from '../interfaces/basket-service-minimal-mi.interface';
3
- import { ManagementInfoAndIsValid } from './management-info-and-valid';
4
4
  export interface UserManagementSupplement {
5
5
  [key: string]: {
6
6
  managementInfo: ManagementInfoAndIsValid[];
@@ -1,6 +1,8 @@
1
1
  import moment from 'moment';
2
- import { BehaviorSubject, Observable, Subject } from 'rxjs';
2
+ import { BaseEnterpriseSearch } from './base-enterprise';
3
3
  import { BaseStorageService } from '../services/storage.service';
4
+ import { BaseHelperRoutines } from './helpers';
5
+ import { BehaviorSubject, Observable, Subject } from 'rxjs';
4
6
  import { DifferentInvokdedUserReasons } from '../types/types';
5
7
  import type { AddressForm, CabhireQuoteResultArray, NgbDateStruct, RailAirport, RecentSearch, SaveFavouriteSearchResult, KeyValue } from '../types/types';
6
8
  import { EnterpriseSearchServiceInterface } from '../interfaces/Isearch.service';
@@ -12,8 +14,6 @@ import type { CabHireEnterpriseSearchInterface, CabHireTempParams, TaxiAirport,
12
14
  import type { EnterpriseBasketServiceInterface } from '../interfaces/Ienterprise-basket.service';
13
15
  import { ICheapestPrice } from '../interfaces/cheapest-price';
14
16
  import { UserServiceInterface } from '../interfaces/Iuser.service';
15
- import { BaseHelperRoutines } from './helpers';
16
- import { BaseEnterpriseSearch } from './base-enterprise';
17
17
  export declare class CabHireEnterpriseSearch<CH_Q extends CabhireQuoteFetcherType> extends BaseEnterpriseSearch<CabHireTempParams, CabhireQuoteResultArray, CabhireQuoteResultArray> implements CabHireEnterpriseSearchInterface {
18
18
  private cabfetcher;
19
19
  private basketService;
@@ -1,4 +1,7 @@
1
1
  import moment from 'moment';
2
+ import { BaseEnterpriseSearch } from './base-enterprise';
3
+ import { BaseStorageService } from '../services/storage.service';
4
+ import { BaseHelperRoutines } from './helpers';
2
5
  import { Observable, BehaviorSubject } from 'rxjs';
3
6
  import { CarHireSort } from '../interfaces/car-hire-sort.interface';
4
7
  import { CarHireFilters } from '../interfaces/car-hire-filters.interface';
@@ -17,9 +20,6 @@ import type { BaseCarHireAvailabilityDetailFetcher, CarHireAvailabilityDetailFet
17
20
  import { ICarClasses } from '../interfaces/car-hire-classes.interface';
18
21
  import { Traveller } from '../models/traveller.object';
19
22
  import { UserServiceInterface } from '../interfaces/Iuser.service';
20
- import { BaseStorageService } from '../services/storage.service';
21
- import { BaseHelperRoutines } from './helpers';
22
- import { BaseEnterpriseSearch } from './base-enterprise';
23
23
  export declare enum SortTypesCar {
24
24
  cheapest = "cheapest",
25
25
  chain = "chain",
@@ -1,6 +1,6 @@
1
+ import { DraftManagementInfoAndIsValid } from './draft-management-info-and-valid';
1
2
  import { ManagementInfo, DraftBasketItem } from '../types/graphql.types';
2
3
  import { EnterpriseBasketServiceInterface } from '../interfaces/Ienterprise-basket.service';
3
- import { DraftManagementInfoAndIsValid } from './draft-management-info-and-valid';
4
4
  interface UserManagementSupplement {
5
5
  [key: string]: {
6
6
  managementInfo: DraftManagementInfoAndIsValid[];
@@ -1,8 +1,8 @@
1
1
  import { BehaviorSubject, Observable } from 'rxjs';
2
+ import { ValidatorChecker } from './validator.checker';
2
3
  import { EnterpriseBasketServiceInterface } from '../interfaces/Ienterprise-basket.service';
3
4
  import { FieldWrapper, ManagementInfo, ManagementInfoValue, Maybe, Scalars, SelectedManagementInfoValue, ManagementInfoUiPresentation, ManagementInfoScope, ServiceType, ManagementInfoTrigger, UserOrGuest } from '../types/graphql.types';
4
5
  import { ValidationErrors } from '../types/types';
5
- import { ValidatorChecker } from './validator.checker';
6
6
  export declare abstract class DraftManagementInfoAndIsValid extends ValidatorChecker implements ManagementInfo {
7
7
  id: FieldWrapper<Scalars['ID']['output']>;
8
8
  mandatory: FieldWrapper<Scalars['Boolean']['output']>;
@@ -28,7 +28,7 @@ export declare abstract class DraftManagementInfoAndIsValid extends ValidatorChe
28
28
  associatedUserOrGuest: FieldWrapper<UserOrGuest>;
29
29
  required: FieldWrapper<boolean>;
30
30
  valueEditable: FieldWrapper<boolean>;
31
- obtAdditionalMessages: Array<Maybe<FieldWrapper<string>>>;
31
+ obtAdditionalMessages: Array<Maybe<FieldWrapper<String>>>;
32
32
  reasonKeys: Array<FieldWrapper<Scalars['String']['output']>>;
33
33
  guestOnly: FieldWrapper<boolean>;
34
34
  get value(): string;
@@ -1,7 +1,9 @@
1
1
  import moment from 'moment';
2
- import { BehaviorSubject, Observable } from 'rxjs';
2
+ import { BaseEnterpriseSearch } from './base-enterprise';
3
3
  import { BaseStorageService } from '../services/storage.service';
4
+ import { BaseHelperRoutines } from './helpers';
4
5
  import { Traveller } from '../models/traveller.object';
6
+ import { BehaviorSubject, Observable } from 'rxjs';
5
7
  import { ValueDisplay } from '../interfaces/value-display';
6
8
  import { FlightFilters } from '../interfaces/flight-filters.interface';
7
9
  import { FlightCabinClass, ServiceType, FareType } from '../types/graphql.types';
@@ -11,17 +13,15 @@ import type { EurostarQuoteResult, NgbDateStruct, OBTAirportDetails, OBTAirlines
11
13
  import { UserServiceInterface } from '../interfaces/Iuser.service';
12
14
  import { EnterpriseSearchServiceInterface } from '../interfaces/Isearch.service';
13
15
  import { ICheapestPrice } from '../interfaces/cheapest-price';
16
+ import { EurostarSearchType } from './eurostar-search-type.enum';
14
17
  import { IMultiDestination } from '../interfaces/flight-multi-destination.interface';
15
18
  import { SortTypesEurostar, SortMethod } from '../types/eurostar-search-types';
16
19
  import type { EnterpriseBasketServiceInterface, InternalBasketInterface } from '../interfaces/Ienterprise-basket.service';
17
20
  import type { BaseEurostarQuoteFetcher, EurostarQuoteFetcherType } from '../fetchers/eurostar-quote.fetcher';
18
21
  import type { EurostarEnterpriseSearchInterface, EurostarTempParams } from '../interfaces/Ieurostar-enterprise-search';
19
22
  import type { ApplyJitFlightRulesType, BaseApplyJitFlightRulesFetcher } from '../operations/simple-fetchers';
20
- import { BaseModalOpenerService } from '../services/modal-opener.service';
21
23
  import { AllowedClasses, FlightOperator, TimeWindow } from './flight-enterprise-search';
22
- import { EurostarSearchType } from './eurostar-search-type.enum';
23
- import { BaseHelperRoutines } from './helpers';
24
- import { BaseEnterpriseSearch } from './base-enterprise';
24
+ import { BaseModalOpenerService } from '../services/modal-opener.service';
25
25
  export type EurostarStation = {
26
26
  gateway: string;
27
27
  destination: string;
@@ -16,7 +16,9 @@ export declare enum eurotunnelLocations {
16
16
  Folkestone = "Folkestone",
17
17
  Calais = "Calais"
18
18
  }
19
- export declare class FerryEnterpriseSearch<EFB_F extends EmailFerryBookingFetcherType> extends BaseEnterpriseSearch<FerryTempParams, FerryEmailQuoteResult, [FerryEmailQuoteResult]> implements FerryEnterpriseSearchInterface {
19
+ export declare class FerryEnterpriseSearch<EFB_F extends EmailFerryBookingFetcherType> extends BaseEnterpriseSearch<FerryTempParams, FerryEmailQuoteResult, [
20
+ FerryEmailQuoteResult
21
+ ]> implements FerryEnterpriseSearchInterface {
20
22
  private emailFerryFetcher;
21
23
  private basketService;
22
24
  static readonly STORAGE_SESSION_PARAMS = "search_ferry";
@@ -29,7 +31,7 @@ export declare class FerryEnterpriseSearch<EFB_F extends EmailFerryBookingFetche
29
31
  private _euroTunnelVehicleTypes;
30
32
  get ticketTypes(): TicketType[];
31
33
  get vehicleTypes(): VehicleType[];
32
- get eurotunnelLocations(): string[];
34
+ get eurotunnelLocations(): String[];
33
35
  allowOpenReturn: boolean;
34
36
  searchTypes: {
35
37
  display: string;
@@ -1,7 +1,9 @@
1
1
  import moment from 'moment';
2
- import { BehaviorSubject, Observable } from 'rxjs';
2
+ import { BaseEnterpriseSearch } from './base-enterprise';
3
3
  import { BaseStorageService } from '../services/storage.service';
4
+ import { BaseHelperRoutines } from './helpers';
4
5
  import { Traveller } from '../models/traveller.object';
6
+ import { BehaviorSubject, Observable } from 'rxjs';
5
7
  import { ValueDisplay } from '../interfaces/value-display';
6
8
  import { FlightFilters } from '../interfaces/flight-filters.interface';
7
9
  import { FareType, FlightCabinClass, ServiceType } from '../types/graphql.types';
@@ -15,22 +17,20 @@ import { EnterpriseSearchServiceInterface } from '../interfaces/Isearch.service'
15
17
  import { FlightDisplayTypes } from '../interfaces/Iflight-enterprise-search';
16
18
  import type { FlightEnterpriseSearchInterface, FlightTempParams } from '../interfaces/Iflight-enterprise-search';
17
19
  import { ICheapestPrice } from '../interfaces/cheapest-price';
20
+ import { FlightSearchType } from './flight-search-type.enum';
18
21
  import { TimeWindow, FlightSortTypes } from '../types/flight-search-types';
19
22
  import { IMultiDestination } from '../interfaces/flight-multi-destination.interface';
20
23
  import type { EnterpriseBasketServiceInterface, InternalBasketInterface } from '../interfaces/Ienterprise-basket.service';
21
24
  import type { ApplyJitFlightRulesType, BaseApplyJitFlightRulesFetcher } from '../operations/simple-fetchers';
22
25
  import { BaseModalOpenerService } from '../services/modal-opener.service';
23
26
  import { IFlightSearchArgs } from '../interfaces/flight-search-args.interface';
27
+ import { GreenerChoiceImpl } from './greenerchoise';
24
28
  import { ErmTravellerType } from './erm-traveller-type.enum';
25
29
  import type { BaseGetFlightExtrasOptionsFetcher, GetFlightExtrasOptionsType } from '../operations/simple-fetchable-list';
26
30
  import { ICheapestPriceObject, ICheapestPriceDetails } from '../interfaces/cheapest-price-object';
27
31
  import type { BaseFlightSearchExchangeFetcher, FlightSearchExchangeFetcherType, BaseFlightExchangeDetailsFetcher, FlightExchangeDetailsFetcherType } from '../operations/simple-fetchable-object';
28
32
  import { IFareRulesKey } from '../interfaces/fare-rules-key';
29
33
  import { BasketDetails } from '../services/enterprise-basket.service';
30
- import { GreenerChoiceImpl } from './greenerchoise';
31
- import { FlightSearchType } from './flight-search-type.enum';
32
- import { BaseHelperRoutines } from './helpers';
33
- import { BaseEnterpriseSearch } from './base-enterprise';
34
34
  export interface AllowedClass {
35
35
  name: string;
36
36
  type: FlightCabinClass | null;
@@ -1,5 +1,9 @@
1
1
  import moment from 'moment';
2
+ import { BaseEnterpriseSearch } from './base-enterprise';
3
+ import { BaseStorageService } from '../services/storage.service';
4
+ import { BaseHelperRoutines } from './helpers';
2
5
  import { BehaviorSubject, Observable, Subject } from 'rxjs';
6
+ import { BaseEnvironment } from './enviroment';
3
7
  import { BaseHotelAvalibilityService } from '../services/hotel-avallibility.service';
4
8
  import { LocationTypes, ExtraSearchHandler, StarRating, DifferentInvokdedUserReasons, RoomType, DisabledKeyWords, AmenitiesSearchHandler } from '../types/types';
5
9
  import type { Country, HotelQuoteResult, HotelQuoteResultArray, NgbDateStruct, LocationDetails, HotelAvalibilityQuoteResult, RecentSearch, HotelDetails, HotelDetailsArray, SaveFavouriteSearchResult, HotelAvalibilityQuery } from '../types/types';
@@ -16,11 +20,7 @@ import type { DisplayFilterSettings, HotelEnterpriseSearchInterface, HotelTempPa
16
20
  import { ICheapestPrice } from '../interfaces/cheapest-price';
17
21
  import { Traveller } from '../models/traveller.object';
18
22
  import type { ApplyHotelRulesFetcherType, BaseHotelRulesFetcher } from '../fetchers/apply-JIT-hotel-rules.fetcher';
19
- import { BaseStorageService } from '../services/storage.service';
20
23
  import type { BaseSearchConfermaQuicklistFetcher, ConfermaQuicklistFetcherType, BaseGetRailStationFetcher, GetRailStationFetcherType } from '../operations/simple-fetchers';
21
- import { BaseEnvironment } from './enviroment';
22
- import { BaseHelperRoutines } from './helpers';
23
- import { BaseEnterpriseSearch } from './base-enterprise';
24
24
  export declare class HotelEnterpriseSearch<HQ_Q extends HotelQuoteFetcherType, HA_Q extends HotelAvalinilityFetcherType, QL_Q extends ConfermaQuicklistFetcherType, GRS_Q extends GetRailStationFetcherType, HR_Q extends ApplyHotelRulesFetcherType> extends BaseEnterpriseSearch<HotelTempParams, HotelQuoteResultArray, HotelDetailsArray> implements HotelEnterpriseSearchInterface {
25
25
  private hotelFetcher;
26
26
  private environment;
@@ -1,6 +1,8 @@
1
1
  import moment from 'moment';
2
2
  import { Observable } from 'rxjs';
3
+ import { BaseEnterpriseSearch } from './base-enterprise';
3
4
  import { BaseStorageService } from '../services/storage.service';
5
+ import { BaseHelperRoutines } from './helpers';
4
6
  import { ValueDisplay } from '../interfaces/value-display';
5
7
  import { DifferentInvokdedUserReasons } from '../types/types';
6
8
  import { IrlClass, ServiceType, IrlJourneyType } from '../types/graphql.types';
@@ -15,8 +17,6 @@ import { ICheapestPrice } from '../interfaces/cheapest-price';
15
17
  import { SortTypeIrl, IrlFilters } from '../types/irl-search-types';
16
18
  import { UserServiceInterface } from '../interfaces/Iuser.service';
17
19
  import type { BaseIrlDiscountCardFetcher, IrlDiscountCardFetcherType, BaseGetIrlSupplierStationFetcher, GetIrlSupplierStationFetcherType } from '../operations/simple-fetchers';
18
- import { BaseHelperRoutines } from './helpers';
19
- import { BaseEnterpriseSearch } from './base-enterprise';
20
20
  export declare enum SortTypesIrl {
21
21
  CheapestFirst = "C",
22
22
  EarliestFirst = "E",
@@ -1,6 +1,8 @@
1
+ import { BaseEnterpriseSearch } from './base-enterprise';
1
2
  import { BehaviorSubject, Observable } from 'rxjs';
2
3
  import moment from 'moment';
3
4
  import { BaseStorageService } from '../services/storage.service';
5
+ import { BaseHelperRoutines } from './helpers';
4
6
  import { DifferentInvokdedUserReasons } from '../types/types';
5
7
  import { ServiceType } from '../types/graphql.types';
6
8
  import type { LoungeQuoteResultArray, NgbDateStruct, OBTAirportDetails, RecentSearch, TerminalsType } from '../types/types';
@@ -11,8 +13,6 @@ import { EnterpriseSearchServiceInterface } from '../interfaces/Isearch.service'
11
13
  import type { LoungesEnterpriseSearchInterface, LoungesTempParams } from '../interfaces/Ilounges-enterprise-search';
12
14
  import { ICheapestPrice } from '../interfaces/cheapest-price';
13
15
  import { UserServiceInterface } from '../interfaces/Iuser.service';
14
- import { BaseHelperRoutines } from './helpers';
15
- import { BaseEnterpriseSearch } from './base-enterprise';
16
16
  export declare class LoungesEnterpriseSearch<LQ_Q extends LoungeQuoteFetcherType> extends BaseEnterpriseSearch<LoungesTempParams, LoungeQuoteResultArray, LoungeQuoteResultArray> implements LoungesEnterpriseSearchInterface {
17
17
  private loungefetcher;
18
18
  private basketService;
@@ -23,8 +23,8 @@ export declare class LoungesEnterpriseSearch<LQ_Q extends LoungeQuoteFetcherType
23
23
  private travellers;
24
24
  private readonly _countriesWithLounges;
25
25
  get countriesWithLounges(): {
26
- cName: string;
27
- cCode: string;
26
+ "cName": string;
27
+ "cCode": string;
28
28
  }[];
29
29
  get adults(): number;
30
30
  set adults(value: number);
@@ -28,7 +28,7 @@ export declare abstract class ManagementInfoAndIsValid extends ValidatorChecker
28
28
  associatedUserOrGuest: FieldWrapper<UserOrGuest>;
29
29
  required: FieldWrapper<boolean>;
30
30
  valueEditable: FieldWrapper<boolean>;
31
- obtAdditionalMessages: Array<Maybe<FieldWrapper<string>>>;
31
+ obtAdditionalMessages: Array<Maybe<FieldWrapper<String>>>;
32
32
  reasonKeys: Array<FieldWrapper<Scalars['String']['output']>>;
33
33
  visible: FieldWrapper<boolean>;
34
34
  guestOnly: FieldWrapper<boolean>;