@sabstravtech/obtservices 0.2.2308301200 → 0.2.2309251555

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 (68) hide show
  1. package/angular/fetchers.d.ts +4 -0
  2. package/angular/lib/vendor/classes/helpers.d.ts +3 -2
  3. package/angular/lib/vendor/fetchers/get-air-availability.fetcher.d.ts +7 -0
  4. package/angular/lib/vendor/fetchers/get-dependent-mis.fetcher.d.ts +7 -0
  5. package/angular/lib/vendor/fetchers/get-flight-at-new-class.fetcher.d.ts +7 -0
  6. package/angular/lib/vendor/fetchers/get-offices.fetcher.d.ts +7 -0
  7. package/angular/lib/vendor/services/search.service.d.ts +6 -3
  8. package/angular/lib/vendor/services/storage.service.d.ts +1 -0
  9. package/angular/lib/vendor/services/user.service.d.ts +4 -3
  10. package/angular/lib/vendor/types/graphql.angular.types.d.ts +297 -5
  11. package/angular/sabstravtech-obtservices-angular.metadata.json +1 -1
  12. package/base/fetchers.d.ts +4 -0
  13. package/base/lib/vendor/classes/flight-enterprise-search.d.ts +3 -1
  14. package/base/lib/vendor/classes/helpers.d.ts +4 -3
  15. package/base/lib/vendor/fetchers/get-air-availabilty.fetcher.d.ts +20 -0
  16. package/base/lib/vendor/fetchers/get-dependent-mis.fetcher.d.ts +20 -0
  17. package/base/lib/vendor/fetchers/get-flight-at-new-class.fetcher.d.ts +20 -0
  18. package/base/lib/vendor/fetchers/get-offices.fetcher.d.ts +21 -0
  19. package/base/lib/vendor/interfaces/Ienterprise-basket.service.d.ts +3 -1
  20. package/base/lib/vendor/interfaces/Isearch.service.d.ts +6 -2
  21. package/base/lib/vendor/interfaces/Iuser.service.d.ts +2 -1
  22. package/base/lib/vendor/services/enterprise-basket.service.d.ts +4 -2
  23. package/base/lib/vendor/services/search.service.d.ts +15 -4
  24. package/base/lib/vendor/services/storage.service.d.ts +1 -0
  25. package/base/lib/vendor/services/user.service.d.ts +6 -3
  26. package/base/lib/vendor/types/graphql.types.d.ts +277 -5
  27. package/base/sabstravtech-obtservices-base.metadata.json +1 -1
  28. package/bundles/sabstravtech-obtservices-angular.umd.js +288 -114
  29. package/bundles/sabstravtech-obtservices-angular.umd.js.map +1 -1
  30. package/bundles/sabstravtech-obtservices-base.umd.js +244 -78
  31. package/bundles/sabstravtech-obtservices-base.umd.js.map +1 -1
  32. package/esm2015/angular/fetchers.js +5 -1
  33. package/esm2015/angular/lib/vendor/classes/helpers.js +7 -4
  34. package/esm2015/angular/lib/vendor/fetchers/get-air-availability.fetcher.js +25 -0
  35. package/esm2015/angular/lib/vendor/fetchers/get-dependent-mis.fetcher.js +25 -0
  36. package/esm2015/angular/lib/vendor/fetchers/get-flight-at-new-class.fetcher.js +25 -0
  37. package/esm2015/angular/lib/vendor/fetchers/get-offices.fetcher.js +25 -0
  38. package/esm2015/angular/lib/vendor/services/search.service.js +14 -5
  39. package/esm2015/angular/lib/vendor/services/storage.service.js +4 -1
  40. package/esm2015/angular/lib/vendor/services/user.service.js +8 -5
  41. package/esm2015/angular/lib/vendor/types/graphql.angular.types.js +474 -7
  42. package/esm2015/base/fetchers.js +5 -1
  43. package/esm2015/base/lib/vendor/classes/base-enterprise.js +6 -4
  44. package/esm2015/base/lib/vendor/classes/bookable-basket.js +3 -2
  45. package/esm2015/base/lib/vendor/classes/carhire-enterprise-search.js +32 -12
  46. package/esm2015/base/lib/vendor/classes/eurostar-enterprise-search.js +8 -19
  47. package/esm2015/base/lib/vendor/classes/flight-enterprise-search.js +13 -11
  48. package/esm2015/base/lib/vendor/classes/helpers.js +37 -9
  49. package/esm2015/base/lib/vendor/classes/management-info-and-valid.js +39 -10
  50. package/esm2015/base/lib/vendor/classes/rail-enterprise-search.js +9 -7
  51. package/esm2015/base/lib/vendor/fetchers/get-air-availabilty.fetcher.js +11 -0
  52. package/esm2015/base/lib/vendor/fetchers/get-dependent-mis.fetcher.js +11 -0
  53. package/esm2015/base/lib/vendor/fetchers/get-flight-at-new-class.fetcher.js +12 -0
  54. package/esm2015/base/lib/vendor/fetchers/get-offices.fetcher.js +11 -0
  55. package/esm2015/base/lib/vendor/interfaces/Ienterprise-basket.service.js +1 -1
  56. package/esm2015/base/lib/vendor/interfaces/Isearch.service.js +1 -1
  57. package/esm2015/base/lib/vendor/interfaces/Iuser.service.js +1 -1
  58. package/esm2015/base/lib/vendor/services/enterprise-basket.service.js +27 -9
  59. package/esm2015/base/lib/vendor/services/my-bookings.service.js +3 -2
  60. package/esm2015/base/lib/vendor/services/search.service.js +16 -2
  61. package/esm2015/base/lib/vendor/services/storage.service.js +1 -1
  62. package/esm2015/base/lib/vendor/services/user.service.js +6 -2
  63. package/esm2015/base/lib/vendor/types/graphql.types.js +1 -1
  64. package/fesm2015/sabstravtech-obtservices-angular.js +560 -19
  65. package/fesm2015/sabstravtech-obtservices-angular.js.map +1 -1
  66. package/fesm2015/sabstravtech-obtservices-base.js +229 -78
  67. package/fesm2015/sabstravtech-obtservices-base.js.map +1 -1
  68. package/package.json +1 -1
@@ -68,6 +68,12 @@ export declare type AfterCancellationInfo = {
68
68
  cancelled: FieldWrapper<Scalars['Boolean']>;
69
69
  cancellationFee: FieldWrapper<Scalars['Float']>;
70
70
  };
71
+ export declare type AirAvailabiltyResult = {
72
+ __typename?: 'AirAvailabiltyResult';
73
+ availability: FieldWrapper<Scalars['Float']>;
74
+ resBookDesigCode: FieldWrapper<Scalars['String']>;
75
+ rph: FieldWrapper<Scalars['Float']>;
76
+ };
71
77
  export declare type AirlineResult = {
72
78
  __typename?: 'AirlineResult';
73
79
  id: FieldWrapper<Scalars['ID']>;
@@ -219,6 +225,7 @@ export declare type Basket = {
219
225
  selectedNotifyApprover?: Maybe<FieldWrapper<User>>;
220
226
  requiresSelectedApprover?: Maybe<FieldWrapper<Scalars['Boolean']>>;
221
227
  requiresSelectedNotifyApprover?: Maybe<FieldWrapper<Scalars['Boolean']>>;
228
+ quoteSent?: Maybe<FieldWrapper<Scalars['Boolean']>>;
222
229
  sharedWith?: Maybe<Array<FieldWrapper<User>>>;
223
230
  sharedBy?: Maybe<Array<FieldWrapper<User>>>;
224
231
  requiresManualApproval?: Maybe<FieldWrapper<Scalars['Boolean']>>;
@@ -542,6 +549,8 @@ export declare type CarHireCityInput = {
542
549
  pickupCity?: Maybe<Scalars['String']>;
543
550
  dropoffCountryCode?: Maybe<Scalars['String']>;
544
551
  dropoffCity?: Maybe<Scalars['String']>;
552
+ pickupLocationType?: Maybe<Scalars['String']>;
553
+ dropoffLocationType?: Maybe<Scalars['String']>;
545
554
  };
546
555
  export declare enum CarHireClass {
547
556
  Mini = "Mini",
@@ -579,6 +588,7 @@ export declare type CarHireDepot = {
579
588
  vendor?: Maybe<FieldWrapper<Scalars['String']>>;
580
589
  addressLines?: Maybe<Array<Maybe<FieldWrapper<Scalars['String']>>>>;
581
590
  cityName?: Maybe<FieldWrapper<Scalars['String']>>;
591
+ locationType?: Maybe<FieldWrapper<Scalars['String']>>;
582
592
  };
583
593
  export declare type CarHireDepotResult = {
584
594
  __typename?: 'CarHireDepotResult';
@@ -1109,6 +1119,11 @@ export declare type DepartureBoardService = {
1109
1119
  destination?: Maybe<FieldWrapper<Location>>;
1110
1120
  subsequentLocations?: Maybe<Array<Maybe<FieldWrapper<SubsequentLocations>>>>;
1111
1121
  };
1122
+ export declare type DependentMi = {
1123
+ __typename?: 'DependentMi';
1124
+ childMi: FieldWrapper<Scalars['ID']>;
1125
+ dependentMiValue: FieldWrapper<Scalars['ID']>;
1126
+ };
1112
1127
  export declare type Description = {
1113
1128
  __typename?: 'Description';
1114
1129
  Text?: Maybe<Array<Maybe<FieldWrapper<Text>>>>;
@@ -1554,6 +1569,7 @@ export declare type FlightOptions = {
1554
1569
  ancillary: Array<FieldWrapper<FlightExtrasOptions>>;
1555
1570
  extras: Array<FieldWrapper<FlightExtrasOptions>>;
1556
1571
  mobility: Array<FieldWrapper<FlightExtrasOptions>>;
1572
+ meal: Array<FieldWrapper<FlightExtrasOptions>>;
1557
1573
  luggagePerBooking?: Maybe<FieldWrapper<Scalars['Boolean']>>;
1558
1574
  ancillaryPerBooking?: Maybe<FieldWrapper<Scalars['Boolean']>>;
1559
1575
  };
@@ -2108,6 +2124,8 @@ export declare type InputCarHireDepot = {
2108
2124
  pickupExtendedLocationCode?: Maybe<Scalars['String']>;
2109
2125
  dropOffLocationCode?: Maybe<Scalars['String']>;
2110
2126
  dropOffExtendedLocationCode?: Maybe<Scalars['String']>;
2127
+ pickupLocationType?: Maybe<Scalars['String']>;
2128
+ dropoffLocationType?: Maybe<Scalars['String']>;
2111
2129
  };
2112
2130
  export declare type InputFlightJourney = {
2113
2131
  id: Scalars['String'];
@@ -2347,6 +2365,9 @@ export declare type ManagementInfo = {
2347
2365
  userLookupField?: Maybe<FieldWrapper<Scalars['String']>>;
2348
2366
  invokedOnly?: Maybe<FieldWrapper<Scalars['Boolean']>>;
2349
2367
  agentOverrideReason?: Maybe<FieldWrapper<Scalars['Boolean']>>;
2368
+ dependentMi?: Maybe<FieldWrapper<Scalars['String']>>;
2369
+ dependentMiValue?: Maybe<FieldWrapper<Scalars['String']>>;
2370
+ childMis?: Maybe<Array<Maybe<FieldWrapper<DependentMi>>>>;
2350
2371
  };
2351
2372
  export declare type ManagementInfoInput = {
2352
2373
  id: Scalars['ID'];
@@ -2921,6 +2942,10 @@ export declare type PanoramicMediasItems = {
2921
2942
  description: FieldWrapper<Scalars['String']>;
2922
2943
  PanoramicMedia?: Maybe<Array<Maybe<FieldWrapper<Media>>>>;
2923
2944
  };
2945
+ export declare type ParentMi = {
2946
+ parentMiId: Scalars['ID'];
2947
+ parentMiValueId?: Maybe<Scalars['ID']>;
2948
+ };
2924
2949
  export declare type ParkingLocation = {
2925
2950
  __typename?: 'ParkingLocation';
2926
2951
  code: FieldWrapper<Scalars['String']>;
@@ -3149,6 +3174,8 @@ export declare type Query = {
3149
3174
  getFlightMobilityOptions: Array<FieldWrapper<FlightMobilityOptions>>;
3150
3175
  getFlightExtrasOptions: Array<FieldWrapper<FlightOptions>>;
3151
3176
  getBrandedFares: Array<FieldWrapper<FlightBrandedFaresResponse>>;
3177
+ getAirAvailability: Array<FieldWrapper<AirAvailabiltyResult>>;
3178
+ getFlightAtNewClass: Array<FieldWrapper<FlightItinerary>>;
3152
3179
  getUserGuests: Array<FieldWrapper<Guest>>;
3153
3180
  alive: FieldWrapper<Scalars['Boolean']>;
3154
3181
  getHotelDetails: FieldWrapper<HotelDetailsResult>;
@@ -3167,14 +3194,15 @@ export declare type Query = {
3167
3194
  searchLounges: FieldWrapper<LoungeSearchResult>;
3168
3195
  getUserMIAutoSuggestValues: Array<FieldWrapper<ManagementInfoValue>>;
3169
3196
  getUserMIAutoSuggestValuesUserPreferences: Array<FieldWrapper<ManagementInfoValue>>;
3197
+ getDependentMIs: Array<FieldWrapper<ManagementInfo>>;
3170
3198
  validateUserMIFreeValue: FieldWrapper<Scalars['Boolean']>;
3171
3199
  validateBasketItemMI: FieldWrapper<Scalars['Boolean']>;
3172
3200
  getUserDefaultMIValue?: Maybe<FieldWrapper<DefaultManagementInfoValue>>;
3173
3201
  getServiceMI?: Maybe<Array<FieldWrapper<ManagementInfo>>>;
3174
- getTrainlineSearchConfig: FieldWrapper<Scalars['String']>;
3175
3202
  getUserMessages: Array<FieldWrapper<Message>>;
3176
3203
  getUserCompanyOffices: Array<FieldWrapper<Office>>;
3177
3204
  getOffice: FieldWrapper<Office>;
3205
+ getOffices: Array<FieldWrapper<Office>>;
3178
3206
  searchParking: FieldWrapper<ParkingSearchResult>;
3179
3207
  getBasketItemPaymentSupplmentaryInfoSchema: FieldWrapper<Scalars['JSON']>;
3180
3208
  getUserPhoneNumbers: Array<FieldWrapper<PhoneNumber>>;
@@ -3195,6 +3223,7 @@ export declare type Query = {
3195
3223
  getFlightSeatMap: FieldWrapper<FlightSeatMapResult>;
3196
3224
  getUserServices: Array<FieldWrapper<Service>>;
3197
3225
  getService: FieldWrapper<Service>;
3226
+ getTrainlineSearchConfig: FieldWrapper<Scalars['String']>;
3198
3227
  getTFXSupplierRoutes: FieldWrapper<TfxSupplierRoutesResult>;
3199
3228
  getUserUIConfigs: FieldWrapper<UiConfigCollection>;
3200
3229
  getUser: FieldWrapper<User>;
@@ -3237,7 +3266,7 @@ export declare type QueryGetUserBasketsArgs = {
3237
3266
  convertCurrencyTo?: Maybe<Scalars['String']>;
3238
3267
  user?: Maybe<Scalars['ID']>;
3239
3268
  traveller?: Maybe<Scalars['ID']>;
3240
- basketStatus?: Maybe<BasketStatus>;
3269
+ basketStatuses?: Maybe<Array<Maybe<BasketStatus>>>;
3241
3270
  createdAfter?: Maybe<Scalars['DateTime']>;
3242
3271
  createdBefore?: Maybe<Scalars['DateTime']>;
3243
3272
  bookedAfter?: Maybe<Scalars['DateTime']>;
@@ -3247,6 +3276,7 @@ export declare type QueryGetUserBasketsArgs = {
3247
3276
  basketItemBookingReference?: Maybe<Scalars['String']>;
3248
3277
  basketReference?: Maybe<Scalars['String']>;
3249
3278
  basketTitle?: Maybe<Scalars['String']>;
3279
+ offices?: Maybe<Array<Maybe<Scalars['ID']>>>;
3250
3280
  };
3251
3281
  export declare type QueryEmailBasketArgs = {
3252
3282
  id: Scalars['ID'];
@@ -3500,6 +3530,17 @@ export declare type QueryGetBrandedFaresArgs = {
3500
3530
  specificFareInfo?: Maybe<Array<Maybe<InputSpecificFareInfo>>>;
3501
3531
  serviceId: Scalars['Int'];
3502
3532
  };
3533
+ export declare type QueryGetAirAvailabilityArgs = {
3534
+ flights: Array<InputFlightJourney>;
3535
+ };
3536
+ export declare type QueryGetFlightAtNewClassArgs = {
3537
+ searchQuery: Scalars['JSON'];
3538
+ detail: Scalars['JSON'];
3539
+ adults: Scalars['Int'];
3540
+ children: Scalars['Int'];
3541
+ infants: Scalars['Int'];
3542
+ newClass: Scalars['String'];
3543
+ };
3503
3544
  export declare type QueryGetHotelDetailsArgs = {
3504
3545
  rateKey: Scalars['String'];
3505
3546
  };
@@ -3603,6 +3644,10 @@ export declare type QueryGetUserMiAutoSuggestValuesUserPreferencesArgs = {
3603
3644
  partialLabel?: Maybe<Scalars['String']>;
3604
3645
  partialValue?: Maybe<Scalars['String']>;
3605
3646
  serviceId?: Maybe<Scalars['ID']>;
3647
+ ignoreUserRestrictions?: Maybe<Scalars['Boolean']>;
3648
+ };
3649
+ export declare type QueryGetDependentMIsArgs = {
3650
+ parentMi?: Maybe<ParentMi>;
3606
3651
  };
3607
3652
  export declare type QueryValidateUserMiFreeValueArgs = {
3608
3653
  mi: Scalars['ID'];
@@ -3614,6 +3659,8 @@ export declare type QueryValidateBasketItemMiArgs = {
3614
3659
  export declare type QueryGetUserDefaultMiValueArgs = {
3615
3660
  mi: Scalars['ID'];
3616
3661
  user: Scalars['ID'];
3662
+ service?: Maybe<Scalars['ID']>;
3663
+ withoutHash?: Maybe<Scalars['Boolean']>;
3617
3664
  };
3618
3665
  export declare type QueryGetServiceMiArgs = {
3619
3666
  userId: Scalars['ID'];
@@ -5898,7 +5945,7 @@ export declare type OwnerFieldsFragment = ({
5898
5945
  });
5899
5946
  export declare type BasketFieldsFragment = ({
5900
5947
  __typename?: 'Basket';
5901
- } & Pick<Basket, 'id' | 'reference' | 'title' | 'notes' | 'latestApprovalComment' | 'createdAt' | 'updatedAt' | 'bookedAt' | 'status' | 'validated' | 'requiresSelectedApprover' | 'requiresSelectedNotifyApprover' | 'requiresManualApproval'> & {
5948
+ } & Pick<Basket, 'quoteSent' | 'id' | 'reference' | 'title' | 'notes' | 'latestApprovalComment' | 'createdAt' | 'updatedAt' | 'bookedAt' | 'status' | 'validated' | 'requiresSelectedApprover' | 'requiresSelectedNotifyApprover' | 'requiresManualApproval'> & {
5902
5949
  owner: ({
5903
5950
  __typename?: 'User';
5904
5951
  } & OwnerFieldsFragment);
@@ -6085,7 +6132,7 @@ export declare type AddToBasketFieldsFragment = ({
6085
6132
  export declare type GetUserBasketsQueryVariables = Exact<{
6086
6133
  user?: Maybe<Scalars['ID']>;
6087
6134
  traveller?: Maybe<Scalars['ID']>;
6088
- basketStatus?: Maybe<BasketStatus>;
6135
+ basketStatuses?: Maybe<Array<Maybe<BasketStatus>> | Maybe<BasketStatus>>;
6089
6136
  createdAfter?: Maybe<Scalars['DateTime']>;
6090
6137
  createdBefore?: Maybe<Scalars['DateTime']>;
6091
6138
  bookedAfter?: Maybe<Scalars['DateTime']>;
@@ -6097,6 +6144,7 @@ export declare type GetUserBasketsQueryVariables = Exact<{
6097
6144
  basketTitle?: Maybe<Scalars['String']>;
6098
6145
  withSupplemental?: Maybe<Scalars['Boolean']>;
6099
6146
  convertCurrencyTo?: Maybe<Scalars['String']>;
6147
+ offices?: Maybe<Array<Maybe<Scalars['ID']>> | Maybe<Scalars['ID']>>;
6100
6148
  }>;
6101
6149
  export declare type GetUserBasketsQuery = ({
6102
6150
  __typename?: 'Query';
@@ -6710,6 +6758,16 @@ export declare type GenerateBasketPdfQueryVariables = Exact<{
6710
6758
  export declare type GenerateBasketPdfQuery = ({
6711
6759
  __typename?: 'Query';
6712
6760
  } & Pick<Query, 'generateBasketPDF'>);
6761
+ export declare type GetAirAvailabilityQueryVariables = Exact<{
6762
+ flights: Array<InputFlightJourney> | InputFlightJourney;
6763
+ }>;
6764
+ export declare type GetAirAvailabilityQuery = ({
6765
+ __typename?: 'Query';
6766
+ } & {
6767
+ getAirAvailability: Array<({
6768
+ __typename?: 'AirAvailabiltyResult';
6769
+ } & Pick<AirAvailabiltyResult, 'availability' | 'resBookDesigCode' | 'rph'>)>;
6770
+ });
6713
6771
  export declare type GetAllAirlinesQueryVariables = Exact<{
6714
6772
  [key: string]: never;
6715
6773
  }>;
@@ -6859,7 +6917,7 @@ export declare type GetCarHireDepotsQuery = ({
6859
6917
  } & {
6860
6918
  getCarHireDepots: Array<({
6861
6919
  __typename?: 'CarHireDepot';
6862
- } & Pick<CarHireDepot, 'countryCode' | 'locationCode' | 'extendedLocationCode' | 'vendorCode' | 'latitude' | 'longitude' | 'vendor' | 'addressLines' | 'cityName'>)>;
6920
+ } & Pick<CarHireDepot, 'countryCode' | 'locationCode' | 'extendedLocationCode' | 'vendorCode' | 'latitude' | 'longitude' | 'vendor' | 'addressLines' | 'cityName' | 'locationType'>)>;
6863
6921
  });
6864
6922
  export declare type GetCarHireProvidersQueryVariables = Exact<{
6865
6923
  [key: string]: never;
@@ -6990,6 +7048,35 @@ export declare type GetCurrencyConversionRatesQuery = ({
6990
7048
  __typename?: 'CurrencyRates';
6991
7049
  } & Pick<CurrencyRates, 'GBP' | 'USD' | 'EUR' | 'JPY' | 'CNY' | 'AUD' | 'CAD' | 'CHF' | 'HKD' | 'SGD' | 'SEK' | 'KRW' | 'NOK' | 'NZD' | 'INR' | 'MXN' | 'TWD' | 'ZAR' | 'BRL' | 'DKK'>);
6992
7050
  });
7051
+ export declare type GetDependentMIsQueryVariables = Exact<{
7052
+ parentMi?: Maybe<ParentMi>;
7053
+ }>;
7054
+ export declare type GetDependentMIsQuery = ({
7055
+ __typename?: 'Query';
7056
+ } & {
7057
+ getDependentMIs: Array<({
7058
+ __typename?: 'ManagementInfo';
7059
+ } & Pick<ManagementInfo, 'id' | 'dbId' | 'name' | 'description' | 'handoff' | 'valueMask' | 'uiPresentation' | 'mandatory' | 'reason' | 'perPassenger' | 'perBooking' | 'agentOnly' | 'takeValueFromUserDefault' | 'takeValueFromBookerDefault' | 'enforceUserDefault' | 'bookedByField' | 'createdAt' | 'updatedAt' | 'fixed' | 'group' | 'dependentMi' | 'dependentMiValue'> & {
7060
+ service: ({
7061
+ __typename?: 'Service';
7062
+ } & Pick<Service, 'id' | 'type' | 'name' | 'description'>);
7063
+ fixedValue?: Maybe<({
7064
+ __typename?: 'ManagementInfoValue';
7065
+ } & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
7066
+ defaultValue?: Maybe<({
7067
+ __typename?: 'DefaultManagementInfoValue';
7068
+ } & Pick<DefaultManagementInfoValue, 'valueId' | 'label' | 'value'>)>;
7069
+ invokedUserDefaultValue?: Maybe<({
7070
+ __typename?: 'DefaultManagementInfoValue';
7071
+ } & Pick<DefaultManagementInfoValue, 'valueId' | 'label' | 'value'>)>;
7072
+ values: Array<({
7073
+ __typename?: 'ManagementInfoValue';
7074
+ } & Pick<ManagementInfoValue, 'id' | 'label' | 'value' | 'default' | 'fixed' | 'agentOnly'>)>;
7075
+ childMis?: Maybe<Array<Maybe<({
7076
+ __typename?: 'DependentMi';
7077
+ } & Pick<DependentMi, 'childMi' | 'dependentMiValue'>)>>>;
7078
+ })>;
7079
+ });
6993
7080
  export declare type GetDraftBasketsQueryVariables = Exact<{
6994
7081
  [key: string]: never;
6995
7082
  }>;
@@ -7020,6 +7107,118 @@ export declare type GetDraftBasketsQuery = ({
7020
7107
  } & Pick<OpenReservationElement, 'id' | 'basket' | 'type' | 'elementId' | 'content'>)>>>;
7021
7108
  })>;
7022
7109
  });
7110
+ export declare type GetFlightAtNewClassQueryVariables = Exact<{
7111
+ searchQuery: Scalars['JSON'];
7112
+ detail: Scalars['JSON'];
7113
+ adults: Scalars['Int'];
7114
+ children: Scalars['Int'];
7115
+ infants: Scalars['Int'];
7116
+ newClass: Scalars['String'];
7117
+ }>;
7118
+ export declare type GetFlightAtNewClassQuery = ({
7119
+ __typename?: 'Query';
7120
+ } & {
7121
+ getFlightAtNewClass: Array<({
7122
+ __typename?: 'FlightItinerary';
7123
+ } & Pick<FlightItinerary, 'baseFareId' | 'passengerCount' | 'farePCC' | 'outboundTotalDuration' | 'inboundTotalDuration' | 'disclosures' | 'additional' | 'offerId' | 'offerItemId' | 'offerTTL' | 'offerTimeStamp' | 'source' | 'version'> & {
7124
+ outboundFlights: Array<({
7125
+ __typename?: 'FlightJourney';
7126
+ } & Pick<FlightJourney, 'id' | 'originAirport' | 'originTerminal' | 'originAirportName' | 'destinationAirport' | 'destinationTerminal' | 'destinationAirportName' | 'dateTimeDeparting' | 'dateTimeDepartingUTC' | 'dateTimeArriving' | 'dateTimeArrivingUTC' | 'marketingCarrier' | 'marketingCarrierName' | 'marketingFlightNumber' | 'operatingCarrier' | 'operatingCarrierName' | 'operatingFlightNumber' | 'equipmentCode' | 'equipmentName' | 'totalDuration' | 'seatsAvailable' | 'cabinCode' | 'cabinClass' | 'cabinRaw' | 'marketingNames' | 'vendorCode' | 'stops' | 'bookingCode' | 'governingCarrier' | 'marriageGroup' | 'fareBasisCode' | 'additional'> & {
7127
+ fareInfo?: Maybe<({
7128
+ __typename?: 'FlightSpecialFareInfo';
7129
+ } & Pick<FlightSpecialFareInfo, 'title' | 'type' | 'code' | 'supplierCode'>)>;
7130
+ fareConditions: ({
7131
+ __typename?: 'FareConditions';
7132
+ } & {
7133
+ cancellation?: Maybe<Array<Maybe<({
7134
+ __typename?: 'FareConditionEntry';
7135
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7136
+ change?: Maybe<Array<Maybe<({
7137
+ __typename?: 'FareConditionEntry';
7138
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7139
+ noShow?: Maybe<Array<Maybe<({
7140
+ __typename?: 'FareConditionEntry';
7141
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7142
+ upgrade?: Maybe<Array<Maybe<({
7143
+ __typename?: 'FareConditionEntry';
7144
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7145
+ other?: Maybe<Array<Maybe<({
7146
+ __typename?: 'FareConditionEntry';
7147
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7148
+ });
7149
+ journeyLegs?: Maybe<Array<Maybe<({
7150
+ __typename?: 'JourneyLeg';
7151
+ } & Pick<JourneyLeg, 'airport' | 'destination' | 'city' | 'state' | 'country' | 'arrivalTime' | 'departureTime' | 'airMiles' | 'elapsedTime' | 'elapsedLayoverTime' | 'equipment' | 'arrivalDateAdjustment' | 'departureDateAdjustment'>)>>>;
7152
+ })>;
7153
+ inboundFlights?: Maybe<Array<Maybe<({
7154
+ __typename?: 'FlightJourney';
7155
+ } & Pick<FlightJourney, 'id' | 'originAirport' | 'originTerminal' | 'originAirportName' | 'destinationAirport' | 'destinationTerminal' | 'destinationAirportName' | 'dateTimeDeparting' | 'dateTimeDepartingUTC' | 'dateTimeArriving' | 'dateTimeArrivingUTC' | 'marketingCarrier' | 'marketingCarrierName' | 'marketingFlightNumber' | 'operatingCarrier' | 'operatingCarrierName' | 'operatingFlightNumber' | 'equipmentCode' | 'equipmentName' | 'totalDuration' | 'seatsAvailable' | 'cabinCode' | 'cabinClass' | 'cabinRaw' | 'marketingNames' | 'vendorCode' | 'stops' | 'bookingCode' | 'governingCarrier' | 'marriageGroup' | 'fareBasisCode' | 'additional'> & {
7156
+ fareInfo?: Maybe<({
7157
+ __typename?: 'FlightSpecialFareInfo';
7158
+ } & Pick<FlightSpecialFareInfo, 'title' | 'type' | 'code' | 'supplierCode'>)>;
7159
+ fareConditions: ({
7160
+ __typename?: 'FareConditions';
7161
+ } & {
7162
+ cancellation?: Maybe<Array<Maybe<({
7163
+ __typename?: 'FareConditionEntry';
7164
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7165
+ change?: Maybe<Array<Maybe<({
7166
+ __typename?: 'FareConditionEntry';
7167
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7168
+ noShow?: Maybe<Array<Maybe<({
7169
+ __typename?: 'FareConditionEntry';
7170
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7171
+ upgrade?: Maybe<Array<Maybe<({
7172
+ __typename?: 'FareConditionEntry';
7173
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7174
+ other?: Maybe<Array<Maybe<({
7175
+ __typename?: 'FareConditionEntry';
7176
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7177
+ });
7178
+ journeyLegs?: Maybe<Array<Maybe<({
7179
+ __typename?: 'JourneyLeg';
7180
+ } & Pick<JourneyLeg, 'airport' | 'destination' | 'city' | 'state' | 'country' | 'arrivalTime' | 'departureTime' | 'airMiles' | 'elapsedTime' | 'elapsedLayoverTime' | 'equipment' | 'arrivalDateAdjustment' | 'departureDateAdjustment'>)>>>;
7181
+ })>>>;
7182
+ outboundCarbonEmissions?: Maybe<({
7183
+ __typename?: 'FlightCarbonEmissions';
7184
+ } & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
7185
+ inboundCarbonEmissions?: Maybe<({
7186
+ __typename?: 'FlightCarbonEmissions';
7187
+ } & Pick<FlightCarbonEmissions, 'amount' | 'unit'>)>;
7188
+ taxes?: Maybe<Array<Maybe<({
7189
+ __typename?: 'FlightAmount';
7190
+ } & Pick<FlightAmount, 'description' | 'amount' | 'currency'>)>>>;
7191
+ discounts?: Maybe<Array<Maybe<({
7192
+ __typename?: 'FlightAmount';
7193
+ } & Pick<FlightAmount, 'description' | 'amount' | 'currency'>)>>>;
7194
+ total: ({
7195
+ __typename?: 'FlightFareTotal';
7196
+ } & Pick<FlightFareTotal, 'price' | 'tax' | 'discount' | 'currency'> & {
7197
+ hmup?: Maybe<({
7198
+ __typename?: 'FlightFareHmup';
7199
+ } & Pick<FlightFareHmup, 'id' | 'amount'>)>;
7200
+ });
7201
+ fareConditions?: Maybe<({
7202
+ __typename?: 'FareConditions';
7203
+ } & {
7204
+ cancellation?: Maybe<Array<Maybe<({
7205
+ __typename?: 'FareConditionEntry';
7206
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7207
+ change?: Maybe<Array<Maybe<({
7208
+ __typename?: 'FareConditionEntry';
7209
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7210
+ noShow?: Maybe<Array<Maybe<({
7211
+ __typename?: 'FareConditionEntry';
7212
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7213
+ upgrade?: Maybe<Array<Maybe<({
7214
+ __typename?: 'FareConditionEntry';
7215
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7216
+ other?: Maybe<Array<Maybe<({
7217
+ __typename?: 'FareConditionEntry';
7218
+ } & Pick<FareConditionEntry, 'name' | 'type' | 'currency' | 'amount' | 'remark' | 'changeFeeInd' | 'cancelFeeInd' | 'refundableInd'>)>>>;
7219
+ })>;
7220
+ })>;
7221
+ });
7023
7222
  export declare type GetBrandedFaresQueryVariables = Exact<{
7024
7223
  outboundFlights: Array<InputFlightJourney> | InputFlightJourney;
7025
7224
  inboundFlights?: Maybe<Array<Maybe<InputFlightJourney>> | Maybe<InputFlightJourney>>;
@@ -7062,6 +7261,9 @@ export declare type GetFlightExtrasOptionsQuery = ({
7062
7261
  extras: Array<({
7063
7262
  __typename?: 'FlightExtrasOptions';
7064
7263
  } & Pick<FlightExtrasOptions, 'id' | 'text' | 'price' | 'currency' | 'additional'>)>;
7264
+ meal: Array<({
7265
+ __typename?: 'FlightExtrasOptions';
7266
+ } & Pick<FlightExtrasOptions, 'id' | 'text' | 'price' | 'currency' | 'additional'>)>;
7065
7267
  })>;
7066
7268
  });
7067
7269
  export declare type GetFlightFareRulesQueryVariables = Exact<{
@@ -7416,6 +7618,16 @@ export declare type GetOfficeQuery = ({
7416
7618
  } & Pick<PhoneNumber, 'id' | 'description' | 'countryCode' | 'areaCode' | 'number' | 'extension' | 'type' | 'officePrimary' | 'userPrimary'>)>;
7417
7619
  });
7418
7620
  });
7621
+ export declare type GetOfficesQueryVariables = Exact<{
7622
+ [key: string]: never;
7623
+ }>;
7624
+ export declare type GetOfficesQuery = ({
7625
+ __typename?: 'Query';
7626
+ } & {
7627
+ getOffices: Array<({
7628
+ __typename?: 'Office';
7629
+ } & Pick<Office, 'id' | 'name'>)>;
7630
+ });
7419
7631
  export declare type GetRailLiveDeparturesQueryVariables = Exact<{
7420
7632
  stationCode: Scalars['String'];
7421
7633
  departDateTime?: Maybe<Scalars['String']>;
@@ -7669,6 +7881,8 @@ export declare type GetUserCompanyOfficesQuery = ({
7669
7881
  export declare type GetUserDefaultMiValueQueryVariables = Exact<{
7670
7882
  mi: Scalars['ID'];
7671
7883
  user: Scalars['ID'];
7884
+ service?: Maybe<Scalars['ID']>;
7885
+ withoutHash?: Maybe<Scalars['Boolean']>;
7672
7886
  }>;
7673
7887
  export declare type GetUserDefaultMiValueQuery = ({
7674
7888
  __typename?: 'Query';
@@ -7729,6 +7943,7 @@ export declare type GetUserMiAutoSuggestValuesUserPreferencesQueryVariables = Ex
7729
7943
  partialLabel?: Maybe<Scalars['String']>;
7730
7944
  partialValue?: Maybe<Scalars['String']>;
7731
7945
  serviceId?: Maybe<Scalars['ID']>;
7946
+ ignoreUserRestrictions?: Maybe<Scalars['Boolean']>;
7732
7947
  }>;
7733
7948
  export declare type GetUserMiAutoSuggestValuesUserPreferencesQuery = ({
7734
7949
  __typename?: 'Query';
@@ -11386,6 +11601,11 @@ export declare namespace GenerateBasketPdf {
11386
11601
  type Variables = GenerateBasketPdfQueryVariables;
11387
11602
  type Query = GenerateBasketPdfQuery;
11388
11603
  }
11604
+ export declare namespace GetAirAvailability {
11605
+ type Variables = GetAirAvailabilityQueryVariables;
11606
+ type Query = GetAirAvailabilityQuery;
11607
+ type GetAirAvailability = GetAirAvailabilityQuery['getAirAvailability'][number];
11608
+ }
11389
11609
  export declare namespace GetAllAirlines {
11390
11610
  type Variables = GetAllAirlinesQueryVariables;
11391
11611
  type Query = GetAllAirlinesQuery;
@@ -11501,6 +11721,17 @@ export declare namespace GetCurrencyConversionRates {
11501
11721
  type Query = GetCurrencyConversionRatesQuery;
11502
11722
  type GetCurrencyConversionRates = GetCurrencyConversionRatesQuery['getCurrencyConversionRates'];
11503
11723
  }
11724
+ export declare namespace GetDependentMIs {
11725
+ type Variables = GetDependentMIsQueryVariables;
11726
+ type Query = GetDependentMIsQuery;
11727
+ type GetDependentMIs = GetDependentMIsQuery['getDependentMIs'][number];
11728
+ type Service = GetDependentMIsQuery['getDependentMIs'][number]['service'];
11729
+ type FixedValue = GetDependentMIsQuery['getDependentMIs'][number]['fixedValue'];
11730
+ type DefaultValue = GetDependentMIsQuery['getDependentMIs'][number]['defaultValue'];
11731
+ type InvokedUserDefaultValue = GetDependentMIsQuery['getDependentMIs'][number]['invokedUserDefaultValue'];
11732
+ type Values = GetDependentMIsQuery['getDependentMIs'][number]['values'][number];
11733
+ type ChildMis = GetDependentMIsQuery['getDependentMIs'][number]['childMis'][number];
11734
+ }
11504
11735
  export declare namespace GetDraftBaskets {
11505
11736
  type Variables = GetDraftBasketsQueryVariables;
11506
11737
  type Query = GetDraftBasketsQuery;
@@ -11512,6 +11743,41 @@ export declare namespace GetDraftBaskets {
11512
11743
  type GenericSpecialRequests = GetDraftBasketsQuery['getDraftBaskets'][number]['genericSpecialRequests'][number];
11513
11744
  type OpenReservationElements = GetDraftBasketsQuery['getDraftBaskets'][number]['openReservationElements'][number];
11514
11745
  }
11746
+ export declare namespace GetFlightAtNewClass {
11747
+ type Variables = GetFlightAtNewClassQueryVariables;
11748
+ type Query = GetFlightAtNewClassQuery;
11749
+ type GetFlightAtNewClass = GetFlightAtNewClassQuery['getFlightAtNewClass'][number];
11750
+ type OutboundFlights = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['outboundFlights'][number];
11751
+ type FareInfo = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['outboundFlights'][number]['fareInfo'];
11752
+ type FareConditions = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['outboundFlights'][number]['fareConditions'];
11753
+ type Cancellation = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['outboundFlights'][number]['fareConditions']['cancellation'][number];
11754
+ type Change = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['outboundFlights'][number]['fareConditions']['change'][number];
11755
+ type NoShow = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['outboundFlights'][number]['fareConditions']['noShow'][number];
11756
+ type Upgrade = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['outboundFlights'][number]['fareConditions']['upgrade'][number];
11757
+ type Other = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['outboundFlights'][number]['fareConditions']['other'][number];
11758
+ type JourneyLegs = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['outboundFlights'][number]['journeyLegs'][number];
11759
+ type InboundFlights = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['inboundFlights'][number];
11760
+ type _FareInfo = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['inboundFlights'][number]['fareInfo'];
11761
+ type _FareConditions = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['inboundFlights'][number]['fareConditions'];
11762
+ type _Cancellation = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['inboundFlights'][number]['fareConditions']['cancellation'][number];
11763
+ type _Change = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['inboundFlights'][number]['fareConditions']['change'][number];
11764
+ type _NoShow = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['inboundFlights'][number]['fareConditions']['noShow'][number];
11765
+ type _Upgrade = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['inboundFlights'][number]['fareConditions']['upgrade'][number];
11766
+ type _Other = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['inboundFlights'][number]['fareConditions']['other'][number];
11767
+ type _JourneyLegs = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['inboundFlights'][number]['journeyLegs'][number];
11768
+ type OutboundCarbonEmissions = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['outboundCarbonEmissions'];
11769
+ type InboundCarbonEmissions = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['inboundCarbonEmissions'];
11770
+ type Taxes = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['taxes'][number];
11771
+ type Discounts = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['discounts'][number];
11772
+ type Total = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['total'];
11773
+ type Hmup = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['total']['hmup'];
11774
+ type __FareConditions = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['fareConditions'];
11775
+ type __Cancellation = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['fareConditions']['cancellation'][number];
11776
+ type __Change = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['fareConditions']['change'][number];
11777
+ type __NoShow = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['fareConditions']['noShow'][number];
11778
+ type __Upgrade = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['fareConditions']['upgrade'][number];
11779
+ type __Other = GetFlightAtNewClassQuery['getFlightAtNewClass'][number]['fareConditions']['other'][number];
11780
+ }
11515
11781
  export declare namespace GetBrandedFares {
11516
11782
  type Variables = GetBrandedFaresQueryVariables;
11517
11783
  type Query = GetBrandedFaresQuery;
@@ -11526,6 +11792,7 @@ export declare namespace GetFlightExtrasOptions {
11526
11792
  type Ancillary = GetFlightExtrasOptionsQuery['getFlightExtrasOptions'][number]['ancillary'][number];
11527
11793
  type Mobility = GetFlightExtrasOptionsQuery['getFlightExtrasOptions'][number]['mobility'][number];
11528
11794
  type Extras = GetFlightExtrasOptionsQuery['getFlightExtrasOptions'][number]['extras'][number];
11795
+ type Meal = GetFlightExtrasOptionsQuery['getFlightExtrasOptions'][number]['meal'][number];
11529
11796
  }
11530
11797
  export declare namespace GetFlightFareRules {
11531
11798
  type Variables = GetFlightFareRulesQueryVariables;
@@ -11640,6 +11907,11 @@ export declare namespace GetOffice {
11640
11907
  type PhoneNumbers = GetOfficeQuery['getOffice']['phoneNumbers'][number];
11641
11908
  type SupportPhoneNumber = GetOfficeQuery['getOffice']['supportPhoneNumber'];
11642
11909
  }
11910
+ export declare namespace GetOffices {
11911
+ type Variables = GetOfficesQueryVariables;
11912
+ type Query = GetOfficesQuery;
11913
+ type GetOffices = GetOfficesQuery['getOffices'][number];
11914
+ }
11643
11915
  export declare namespace GetRailLiveDepartures {
11644
11916
  type Variables = GetRailLiveDeparturesQueryVariables;
11645
11917
  type Query = GetRailLiveDeparturesQuery;
@@ -12989,6 +13261,11 @@ export declare class GenerateBasketPdfGQL extends Apollo.Query<GenerateBasketPdf
12989
13261
  document: import("graphql").DocumentNode;
12990
13262
  constructor(apollo: Apollo.Apollo);
12991
13263
  }
13264
+ export declare const GetAirAvailabilityDocument: import("graphql").DocumentNode;
13265
+ export declare class GetAirAvailabilityGQL extends Apollo.Query<GetAirAvailabilityQuery, GetAirAvailabilityQueryVariables> {
13266
+ document: import("graphql").DocumentNode;
13267
+ constructor(apollo: Apollo.Apollo);
13268
+ }
12992
13269
  export declare const GetAllAirlinesDocument: import("graphql").DocumentNode;
12993
13270
  export declare class GetAllAirlinesGQL extends Apollo.Query<GetAllAirlinesQuery, GetAllAirlinesQueryVariables> {
12994
13271
  document: import("graphql").DocumentNode;
@@ -13064,11 +13341,21 @@ export declare class GetCurrencyConversionRatesGQL extends Apollo.Query<GetCurre
13064
13341
  document: import("graphql").DocumentNode;
13065
13342
  constructor(apollo: Apollo.Apollo);
13066
13343
  }
13344
+ export declare const GetDependentMIsDocument: import("graphql").DocumentNode;
13345
+ export declare class GetDependentMIsGQL extends Apollo.Query<GetDependentMIsQuery, GetDependentMIsQueryVariables> {
13346
+ document: import("graphql").DocumentNode;
13347
+ constructor(apollo: Apollo.Apollo);
13348
+ }
13067
13349
  export declare const GetDraftBasketsDocument: import("graphql").DocumentNode;
13068
13350
  export declare class GetDraftBasketsGQL extends Apollo.Query<GetDraftBasketsQuery, GetDraftBasketsQueryVariables> {
13069
13351
  document: import("graphql").DocumentNode;
13070
13352
  constructor(apollo: Apollo.Apollo);
13071
13353
  }
13354
+ export declare const GetFlightAtNewClassDocument: import("graphql").DocumentNode;
13355
+ export declare class GetFlightAtNewClassGQL extends Apollo.Query<GetFlightAtNewClassQuery, GetFlightAtNewClassQueryVariables> {
13356
+ document: import("graphql").DocumentNode;
13357
+ constructor(apollo: Apollo.Apollo);
13358
+ }
13072
13359
  export declare const GetBrandedFaresDocument: import("graphql").DocumentNode;
13073
13360
  export declare class GetBrandedFaresGQL extends Apollo.Query<GetBrandedFaresQuery, GetBrandedFaresQueryVariables> {
13074
13361
  document: import("graphql").DocumentNode;
@@ -13119,6 +13406,11 @@ export declare class GetOfficeGQL extends Apollo.Query<GetOfficeQuery, GetOffice
13119
13406
  document: import("graphql").DocumentNode;
13120
13407
  constructor(apollo: Apollo.Apollo);
13121
13408
  }
13409
+ export declare const GetOfficesDocument: import("graphql").DocumentNode;
13410
+ export declare class GetOfficesGQL extends Apollo.Query<GetOfficesQuery, GetOfficesQueryVariables> {
13411
+ document: import("graphql").DocumentNode;
13412
+ constructor(apollo: Apollo.Apollo);
13413
+ }
13122
13414
  export declare const GetRailLiveDeparturesDocument: import("graphql").DocumentNode;
13123
13415
  export declare class GetRailLiveDeparturesGQL extends Apollo.Query<GetRailLiveDeparturesQuery, GetRailLiveDeparturesQueryVariables> {
13124
13416
  document: import("graphql").DocumentNode;