@sabstravtech/obtservices 0.2.2603120920 → 0.2.2604140900
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/lib/vendor/types/graphql.angular.types.d.ts +539 -0
- package/base/lib/vendor/classes/ambulance-enterprise-search.d.ts +2 -0
- package/base/lib/vendor/classes/cabhire-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/interfaces/Iambulance-enterprise-search.d.ts +1 -0
- package/base/lib/vendor/interfaces/Ienterprise-basket.service.d.ts +1 -0
- package/base/lib/vendor/interfaces/Imybookings.service.d.ts +1 -1
- package/base/lib/vendor/interfaces/rail-basket-item.interface.d.ts +27 -0
- package/base/lib/vendor/services/enterprise-basket.service.d.ts +1 -0
- package/base/lib/vendor/services/my-bookings.service.d.ts +1 -1
- package/base/lib/vendor/services/requires-override-reason.service.d.ts +1 -1
- package/base/lib/vendor/types/graphql.types.d.ts +539 -0
- package/fesm2022/sabstravtech-obtservices-angular.mjs +1289 -1274
- package/fesm2022/sabstravtech-obtservices-angular.mjs.map +1 -1
- package/fesm2022/sabstravtech-obtservices-base.mjs +100 -40
- package/fesm2022/sabstravtech-obtservices-base.mjs.map +1 -1
- package/package.json +9 -9
|
@@ -3393,6 +3393,7 @@ export type MutationBookBasketArgs = {
|
|
|
3393
3393
|
};
|
|
3394
3394
|
export type MutationCancelBookingArgs = {
|
|
3395
3395
|
basketItem: Scalars['ID']['input'];
|
|
3396
|
+
cancelDirection?: InputMaybe<Scalars['String']['input']>;
|
|
3396
3397
|
cancelTime: Scalars['String']['input'];
|
|
3397
3398
|
cancellationInfo?: InputMaybe<CancellationInfoInput>;
|
|
3398
3399
|
selectedCancelPortions?: InputMaybe<Array<InputMaybe<SelectedCancelPortion>>>;
|
|
@@ -6137,6 +6138,15 @@ export type AcceptNewPriceMutation = {
|
|
|
6137
6138
|
name: string;
|
|
6138
6139
|
description?: string | null;
|
|
6139
6140
|
} | null;
|
|
6141
|
+
savedAddress?: {
|
|
6142
|
+
__typename?: 'Address';
|
|
6143
|
+
numberOrName?: string | null;
|
|
6144
|
+
street?: string | null;
|
|
6145
|
+
town?: string | null;
|
|
6146
|
+
county?: string | null;
|
|
6147
|
+
postcode?: string | null;
|
|
6148
|
+
countryCode?: string | null;
|
|
6149
|
+
} | null;
|
|
6140
6150
|
savedPhoneNumber?: {
|
|
6141
6151
|
__typename?: 'PhoneNumber';
|
|
6142
6152
|
countryCode?: string | null;
|
|
@@ -6161,6 +6171,13 @@ export type AcceptNewPriceMutation = {
|
|
|
6161
6171
|
nationality?: string | null;
|
|
6162
6172
|
countryCode?: string | null;
|
|
6163
6173
|
phoneNumber?: string | null;
|
|
6174
|
+
savedPhoneNumber?: {
|
|
6175
|
+
__typename?: 'PhoneNumber';
|
|
6176
|
+
countryCode?: string | null;
|
|
6177
|
+
areaCode?: string | null;
|
|
6178
|
+
number?: string | null;
|
|
6179
|
+
extension?: string | null;
|
|
6180
|
+
} | null;
|
|
6164
6181
|
}>;
|
|
6165
6182
|
guestPassengerTypes: Array<{
|
|
6166
6183
|
__typename?: 'UserPassengerType';
|
|
@@ -6201,6 +6218,13 @@ export type AcceptNewPriceMutation = {
|
|
|
6201
6218
|
nationality?: string | null;
|
|
6202
6219
|
countryCode?: string | null;
|
|
6203
6220
|
phoneNumber?: string | null;
|
|
6221
|
+
savedPhoneNumber?: {
|
|
6222
|
+
__typename?: 'PhoneNumber';
|
|
6223
|
+
countryCode?: string | null;
|
|
6224
|
+
areaCode?: string | null;
|
|
6225
|
+
number?: string | null;
|
|
6226
|
+
extension?: string | null;
|
|
6227
|
+
} | null;
|
|
6204
6228
|
} | {
|
|
6205
6229
|
__typename?: 'User';
|
|
6206
6230
|
id: string;
|
|
@@ -6326,6 +6350,13 @@ export type AcceptNewPriceMutation = {
|
|
|
6326
6350
|
nationality?: string | null;
|
|
6327
6351
|
countryCode?: string | null;
|
|
6328
6352
|
phoneNumber?: string | null;
|
|
6353
|
+
savedPhoneNumber?: {
|
|
6354
|
+
__typename?: 'PhoneNumber';
|
|
6355
|
+
countryCode?: string | null;
|
|
6356
|
+
areaCode?: string | null;
|
|
6357
|
+
number?: string | null;
|
|
6358
|
+
extension?: string | null;
|
|
6359
|
+
} | null;
|
|
6329
6360
|
} | {
|
|
6330
6361
|
__typename?: 'User';
|
|
6331
6362
|
id: string;
|
|
@@ -6616,6 +6647,15 @@ export type AddGuestsToBasketItemMutation = {
|
|
|
6616
6647
|
name: string;
|
|
6617
6648
|
description?: string | null;
|
|
6618
6649
|
} | null;
|
|
6650
|
+
savedAddress?: {
|
|
6651
|
+
__typename?: 'Address';
|
|
6652
|
+
numberOrName?: string | null;
|
|
6653
|
+
street?: string | null;
|
|
6654
|
+
town?: string | null;
|
|
6655
|
+
county?: string | null;
|
|
6656
|
+
postcode?: string | null;
|
|
6657
|
+
countryCode?: string | null;
|
|
6658
|
+
} | null;
|
|
6619
6659
|
savedPhoneNumber?: {
|
|
6620
6660
|
__typename?: 'PhoneNumber';
|
|
6621
6661
|
countryCode?: string | null;
|
|
@@ -6640,6 +6680,13 @@ export type AddGuestsToBasketItemMutation = {
|
|
|
6640
6680
|
nationality?: string | null;
|
|
6641
6681
|
countryCode?: string | null;
|
|
6642
6682
|
phoneNumber?: string | null;
|
|
6683
|
+
savedPhoneNumber?: {
|
|
6684
|
+
__typename?: 'PhoneNumber';
|
|
6685
|
+
countryCode?: string | null;
|
|
6686
|
+
areaCode?: string | null;
|
|
6687
|
+
number?: string | null;
|
|
6688
|
+
extension?: string | null;
|
|
6689
|
+
} | null;
|
|
6643
6690
|
}>;
|
|
6644
6691
|
guestPassengerTypes: Array<{
|
|
6645
6692
|
__typename?: 'UserPassengerType';
|
|
@@ -6680,6 +6727,13 @@ export type AddGuestsToBasketItemMutation = {
|
|
|
6680
6727
|
nationality?: string | null;
|
|
6681
6728
|
countryCode?: string | null;
|
|
6682
6729
|
phoneNumber?: string | null;
|
|
6730
|
+
savedPhoneNumber?: {
|
|
6731
|
+
__typename?: 'PhoneNumber';
|
|
6732
|
+
countryCode?: string | null;
|
|
6733
|
+
areaCode?: string | null;
|
|
6734
|
+
number?: string | null;
|
|
6735
|
+
extension?: string | null;
|
|
6736
|
+
} | null;
|
|
6683
6737
|
} | {
|
|
6684
6738
|
__typename?: 'User';
|
|
6685
6739
|
id: string;
|
|
@@ -6805,6 +6859,13 @@ export type AddGuestsToBasketItemMutation = {
|
|
|
6805
6859
|
nationality?: string | null;
|
|
6806
6860
|
countryCode?: string | null;
|
|
6807
6861
|
phoneNumber?: string | null;
|
|
6862
|
+
savedPhoneNumber?: {
|
|
6863
|
+
__typename?: 'PhoneNumber';
|
|
6864
|
+
countryCode?: string | null;
|
|
6865
|
+
areaCode?: string | null;
|
|
6866
|
+
number?: string | null;
|
|
6867
|
+
extension?: string | null;
|
|
6868
|
+
} | null;
|
|
6808
6869
|
} | {
|
|
6809
6870
|
__typename?: 'User';
|
|
6810
6871
|
id: string;
|
|
@@ -6998,6 +7059,13 @@ export type AddUsersToBasketItemMutation = {
|
|
|
6998
7059
|
nationality?: string | null;
|
|
6999
7060
|
countryCode?: string | null;
|
|
7000
7061
|
phoneNumber?: string | null;
|
|
7062
|
+
savedPhoneNumber?: {
|
|
7063
|
+
__typename?: 'PhoneNumber';
|
|
7064
|
+
countryCode?: string | null;
|
|
7065
|
+
areaCode?: string | null;
|
|
7066
|
+
number?: string | null;
|
|
7067
|
+
extension?: string | null;
|
|
7068
|
+
} | null;
|
|
7001
7069
|
}>;
|
|
7002
7070
|
guestPassengerTypes: Array<{
|
|
7003
7071
|
__typename?: 'UserPassengerType';
|
|
@@ -7038,6 +7106,13 @@ export type AddUsersToBasketItemMutation = {
|
|
|
7038
7106
|
nationality?: string | null;
|
|
7039
7107
|
countryCode?: string | null;
|
|
7040
7108
|
phoneNumber?: string | null;
|
|
7109
|
+
savedPhoneNumber?: {
|
|
7110
|
+
__typename?: 'PhoneNumber';
|
|
7111
|
+
countryCode?: string | null;
|
|
7112
|
+
areaCode?: string | null;
|
|
7113
|
+
number?: string | null;
|
|
7114
|
+
extension?: string | null;
|
|
7115
|
+
} | null;
|
|
7041
7116
|
} | {
|
|
7042
7117
|
__typename?: 'User';
|
|
7043
7118
|
id: string;
|
|
@@ -7163,6 +7238,13 @@ export type AddUsersToBasketItemMutation = {
|
|
|
7163
7238
|
nationality?: string | null;
|
|
7164
7239
|
countryCode?: string | null;
|
|
7165
7240
|
phoneNumber?: string | null;
|
|
7241
|
+
savedPhoneNumber?: {
|
|
7242
|
+
__typename?: 'PhoneNumber';
|
|
7243
|
+
countryCode?: string | null;
|
|
7244
|
+
areaCode?: string | null;
|
|
7245
|
+
number?: string | null;
|
|
7246
|
+
extension?: string | null;
|
|
7247
|
+
} | null;
|
|
7166
7248
|
} | {
|
|
7167
7249
|
__typename?: 'User';
|
|
7168
7250
|
id: string;
|
|
@@ -7342,6 +7424,15 @@ export type AmendBookingMutation = {
|
|
|
7342
7424
|
name: string;
|
|
7343
7425
|
description?: string | null;
|
|
7344
7426
|
} | null;
|
|
7427
|
+
savedAddress?: {
|
|
7428
|
+
__typename?: 'Address';
|
|
7429
|
+
numberOrName?: string | null;
|
|
7430
|
+
street?: string | null;
|
|
7431
|
+
town?: string | null;
|
|
7432
|
+
county?: string | null;
|
|
7433
|
+
postcode?: string | null;
|
|
7434
|
+
countryCode?: string | null;
|
|
7435
|
+
} | null;
|
|
7345
7436
|
savedPhoneNumber?: {
|
|
7346
7437
|
__typename?: 'PhoneNumber';
|
|
7347
7438
|
countryCode?: string | null;
|
|
@@ -7366,6 +7457,13 @@ export type AmendBookingMutation = {
|
|
|
7366
7457
|
nationality?: string | null;
|
|
7367
7458
|
countryCode?: string | null;
|
|
7368
7459
|
phoneNumber?: string | null;
|
|
7460
|
+
savedPhoneNumber?: {
|
|
7461
|
+
__typename?: 'PhoneNumber';
|
|
7462
|
+
countryCode?: string | null;
|
|
7463
|
+
areaCode?: string | null;
|
|
7464
|
+
number?: string | null;
|
|
7465
|
+
extension?: string | null;
|
|
7466
|
+
} | null;
|
|
7369
7467
|
}>;
|
|
7370
7468
|
guestPassengerTypes: Array<{
|
|
7371
7469
|
__typename?: 'UserPassengerType';
|
|
@@ -7406,6 +7504,13 @@ export type AmendBookingMutation = {
|
|
|
7406
7504
|
nationality?: string | null;
|
|
7407
7505
|
countryCode?: string | null;
|
|
7408
7506
|
phoneNumber?: string | null;
|
|
7507
|
+
savedPhoneNumber?: {
|
|
7508
|
+
__typename?: 'PhoneNumber';
|
|
7509
|
+
countryCode?: string | null;
|
|
7510
|
+
areaCode?: string | null;
|
|
7511
|
+
number?: string | null;
|
|
7512
|
+
extension?: string | null;
|
|
7513
|
+
} | null;
|
|
7409
7514
|
} | {
|
|
7410
7515
|
__typename?: 'User';
|
|
7411
7516
|
id: string;
|
|
@@ -7531,6 +7636,13 @@ export type AmendBookingMutation = {
|
|
|
7531
7636
|
nationality?: string | null;
|
|
7532
7637
|
countryCode?: string | null;
|
|
7533
7638
|
phoneNumber?: string | null;
|
|
7639
|
+
savedPhoneNumber?: {
|
|
7640
|
+
__typename?: 'PhoneNumber';
|
|
7641
|
+
countryCode?: string | null;
|
|
7642
|
+
areaCode?: string | null;
|
|
7643
|
+
number?: string | null;
|
|
7644
|
+
extension?: string | null;
|
|
7645
|
+
} | null;
|
|
7534
7646
|
} | {
|
|
7535
7647
|
__typename?: 'User';
|
|
7536
7648
|
id: string;
|
|
@@ -7714,6 +7826,13 @@ export type TravellerGuestsFieldsFragment = {
|
|
|
7714
7826
|
nationality?: string | null;
|
|
7715
7827
|
countryCode?: string | null;
|
|
7716
7828
|
phoneNumber?: string | null;
|
|
7829
|
+
savedPhoneNumber?: {
|
|
7830
|
+
__typename?: 'PhoneNumber';
|
|
7831
|
+
countryCode?: string | null;
|
|
7832
|
+
areaCode?: string | null;
|
|
7833
|
+
number?: string | null;
|
|
7834
|
+
extension?: string | null;
|
|
7835
|
+
} | null;
|
|
7717
7836
|
};
|
|
7718
7837
|
export type OfficeFieldsFragment = {
|
|
7719
7838
|
__typename?: 'Office';
|
|
@@ -7931,6 +8050,15 @@ export type BasketFieldsFragment = {
|
|
|
7931
8050
|
name: string;
|
|
7932
8051
|
description?: string | null;
|
|
7933
8052
|
} | null;
|
|
8053
|
+
savedAddress?: {
|
|
8054
|
+
__typename?: 'Address';
|
|
8055
|
+
numberOrName?: string | null;
|
|
8056
|
+
street?: string | null;
|
|
8057
|
+
town?: string | null;
|
|
8058
|
+
county?: string | null;
|
|
8059
|
+
postcode?: string | null;
|
|
8060
|
+
countryCode?: string | null;
|
|
8061
|
+
} | null;
|
|
7934
8062
|
savedPhoneNumber?: {
|
|
7935
8063
|
__typename?: 'PhoneNumber';
|
|
7936
8064
|
countryCode?: string | null;
|
|
@@ -7955,6 +8083,13 @@ export type BasketFieldsFragment = {
|
|
|
7955
8083
|
nationality?: string | null;
|
|
7956
8084
|
countryCode?: string | null;
|
|
7957
8085
|
phoneNumber?: string | null;
|
|
8086
|
+
savedPhoneNumber?: {
|
|
8087
|
+
__typename?: 'PhoneNumber';
|
|
8088
|
+
countryCode?: string | null;
|
|
8089
|
+
areaCode?: string | null;
|
|
8090
|
+
number?: string | null;
|
|
8091
|
+
extension?: string | null;
|
|
8092
|
+
} | null;
|
|
7958
8093
|
}>;
|
|
7959
8094
|
guestPassengerTypes: Array<{
|
|
7960
8095
|
__typename?: 'UserPassengerType';
|
|
@@ -7995,6 +8130,13 @@ export type BasketFieldsFragment = {
|
|
|
7995
8130
|
nationality?: string | null;
|
|
7996
8131
|
countryCode?: string | null;
|
|
7997
8132
|
phoneNumber?: string | null;
|
|
8133
|
+
savedPhoneNumber?: {
|
|
8134
|
+
__typename?: 'PhoneNumber';
|
|
8135
|
+
countryCode?: string | null;
|
|
8136
|
+
areaCode?: string | null;
|
|
8137
|
+
number?: string | null;
|
|
8138
|
+
extension?: string | null;
|
|
8139
|
+
} | null;
|
|
7998
8140
|
} | {
|
|
7999
8141
|
__typename?: 'User';
|
|
8000
8142
|
id: string;
|
|
@@ -8120,6 +8262,13 @@ export type BasketFieldsFragment = {
|
|
|
8120
8262
|
nationality?: string | null;
|
|
8121
8263
|
countryCode?: string | null;
|
|
8122
8264
|
phoneNumber?: string | null;
|
|
8265
|
+
savedPhoneNumber?: {
|
|
8266
|
+
__typename?: 'PhoneNumber';
|
|
8267
|
+
countryCode?: string | null;
|
|
8268
|
+
areaCode?: string | null;
|
|
8269
|
+
number?: string | null;
|
|
8270
|
+
extension?: string | null;
|
|
8271
|
+
} | null;
|
|
8123
8272
|
} | {
|
|
8124
8273
|
__typename?: 'User';
|
|
8125
8274
|
id: string;
|
|
@@ -8281,6 +8430,13 @@ export type AddToBasketFieldsFragment = {
|
|
|
8281
8430
|
nationality?: string | null;
|
|
8282
8431
|
countryCode?: string | null;
|
|
8283
8432
|
phoneNumber?: string | null;
|
|
8433
|
+
savedPhoneNumber?: {
|
|
8434
|
+
__typename?: 'PhoneNumber';
|
|
8435
|
+
countryCode?: string | null;
|
|
8436
|
+
areaCode?: string | null;
|
|
8437
|
+
number?: string | null;
|
|
8438
|
+
extension?: string | null;
|
|
8439
|
+
} | null;
|
|
8284
8440
|
}>;
|
|
8285
8441
|
guestPassengerTypes: Array<{
|
|
8286
8442
|
__typename?: 'UserPassengerType';
|
|
@@ -8321,6 +8477,13 @@ export type AddToBasketFieldsFragment = {
|
|
|
8321
8477
|
nationality?: string | null;
|
|
8322
8478
|
countryCode?: string | null;
|
|
8323
8479
|
phoneNumber?: string | null;
|
|
8480
|
+
savedPhoneNumber?: {
|
|
8481
|
+
__typename?: 'PhoneNumber';
|
|
8482
|
+
countryCode?: string | null;
|
|
8483
|
+
areaCode?: string | null;
|
|
8484
|
+
number?: string | null;
|
|
8485
|
+
extension?: string | null;
|
|
8486
|
+
} | null;
|
|
8324
8487
|
} | {
|
|
8325
8488
|
__typename?: 'User';
|
|
8326
8489
|
id: string;
|
|
@@ -8446,6 +8609,13 @@ export type AddToBasketFieldsFragment = {
|
|
|
8446
8609
|
nationality?: string | null;
|
|
8447
8610
|
countryCode?: string | null;
|
|
8448
8611
|
phoneNumber?: string | null;
|
|
8612
|
+
savedPhoneNumber?: {
|
|
8613
|
+
__typename?: 'PhoneNumber';
|
|
8614
|
+
countryCode?: string | null;
|
|
8615
|
+
areaCode?: string | null;
|
|
8616
|
+
number?: string | null;
|
|
8617
|
+
extension?: string | null;
|
|
8618
|
+
} | null;
|
|
8449
8619
|
} | {
|
|
8450
8620
|
__typename?: 'User';
|
|
8451
8621
|
id: string;
|
|
@@ -8805,6 +8975,15 @@ export type GetUserBasketsQuery = {
|
|
|
8805
8975
|
name: string;
|
|
8806
8976
|
description?: string | null;
|
|
8807
8977
|
} | null;
|
|
8978
|
+
savedAddress?: {
|
|
8979
|
+
__typename?: 'Address';
|
|
8980
|
+
numberOrName?: string | null;
|
|
8981
|
+
street?: string | null;
|
|
8982
|
+
town?: string | null;
|
|
8983
|
+
county?: string | null;
|
|
8984
|
+
postcode?: string | null;
|
|
8985
|
+
countryCode?: string | null;
|
|
8986
|
+
} | null;
|
|
8808
8987
|
savedPhoneNumber?: {
|
|
8809
8988
|
__typename?: 'PhoneNumber';
|
|
8810
8989
|
countryCode?: string | null;
|
|
@@ -8829,6 +9008,13 @@ export type GetUserBasketsQuery = {
|
|
|
8829
9008
|
nationality?: string | null;
|
|
8830
9009
|
countryCode?: string | null;
|
|
8831
9010
|
phoneNumber?: string | null;
|
|
9011
|
+
savedPhoneNumber?: {
|
|
9012
|
+
__typename?: 'PhoneNumber';
|
|
9013
|
+
countryCode?: string | null;
|
|
9014
|
+
areaCode?: string | null;
|
|
9015
|
+
number?: string | null;
|
|
9016
|
+
extension?: string | null;
|
|
9017
|
+
} | null;
|
|
8832
9018
|
}>;
|
|
8833
9019
|
guestPassengerTypes: Array<{
|
|
8834
9020
|
__typename?: 'UserPassengerType';
|
|
@@ -8869,6 +9055,13 @@ export type GetUserBasketsQuery = {
|
|
|
8869
9055
|
nationality?: string | null;
|
|
8870
9056
|
countryCode?: string | null;
|
|
8871
9057
|
phoneNumber?: string | null;
|
|
9058
|
+
savedPhoneNumber?: {
|
|
9059
|
+
__typename?: 'PhoneNumber';
|
|
9060
|
+
countryCode?: string | null;
|
|
9061
|
+
areaCode?: string | null;
|
|
9062
|
+
number?: string | null;
|
|
9063
|
+
extension?: string | null;
|
|
9064
|
+
} | null;
|
|
8872
9065
|
} | {
|
|
8873
9066
|
__typename?: 'User';
|
|
8874
9067
|
id: string;
|
|
@@ -8994,6 +9187,13 @@ export type GetUserBasketsQuery = {
|
|
|
8994
9187
|
nationality?: string | null;
|
|
8995
9188
|
countryCode?: string | null;
|
|
8996
9189
|
phoneNumber?: string | null;
|
|
9190
|
+
savedPhoneNumber?: {
|
|
9191
|
+
__typename?: 'PhoneNumber';
|
|
9192
|
+
countryCode?: string | null;
|
|
9193
|
+
areaCode?: string | null;
|
|
9194
|
+
number?: string | null;
|
|
9195
|
+
extension?: string | null;
|
|
9196
|
+
} | null;
|
|
8997
9197
|
} | {
|
|
8998
9198
|
__typename?: 'User';
|
|
8999
9199
|
id: string;
|
|
@@ -9349,6 +9549,15 @@ export type RemoveItemFromBasketMutation = {
|
|
|
9349
9549
|
name: string;
|
|
9350
9550
|
description?: string | null;
|
|
9351
9551
|
} | null;
|
|
9552
|
+
savedAddress?: {
|
|
9553
|
+
__typename?: 'Address';
|
|
9554
|
+
numberOrName?: string | null;
|
|
9555
|
+
street?: string | null;
|
|
9556
|
+
town?: string | null;
|
|
9557
|
+
county?: string | null;
|
|
9558
|
+
postcode?: string | null;
|
|
9559
|
+
countryCode?: string | null;
|
|
9560
|
+
} | null;
|
|
9352
9561
|
savedPhoneNumber?: {
|
|
9353
9562
|
__typename?: 'PhoneNumber';
|
|
9354
9563
|
countryCode?: string | null;
|
|
@@ -9373,6 +9582,13 @@ export type RemoveItemFromBasketMutation = {
|
|
|
9373
9582
|
nationality?: string | null;
|
|
9374
9583
|
countryCode?: string | null;
|
|
9375
9584
|
phoneNumber?: string | null;
|
|
9585
|
+
savedPhoneNumber?: {
|
|
9586
|
+
__typename?: 'PhoneNumber';
|
|
9587
|
+
countryCode?: string | null;
|
|
9588
|
+
areaCode?: string | null;
|
|
9589
|
+
number?: string | null;
|
|
9590
|
+
extension?: string | null;
|
|
9591
|
+
} | null;
|
|
9376
9592
|
}>;
|
|
9377
9593
|
guestPassengerTypes: Array<{
|
|
9378
9594
|
__typename?: 'UserPassengerType';
|
|
@@ -9413,6 +9629,13 @@ export type RemoveItemFromBasketMutation = {
|
|
|
9413
9629
|
nationality?: string | null;
|
|
9414
9630
|
countryCode?: string | null;
|
|
9415
9631
|
phoneNumber?: string | null;
|
|
9632
|
+
savedPhoneNumber?: {
|
|
9633
|
+
__typename?: 'PhoneNumber';
|
|
9634
|
+
countryCode?: string | null;
|
|
9635
|
+
areaCode?: string | null;
|
|
9636
|
+
number?: string | null;
|
|
9637
|
+
extension?: string | null;
|
|
9638
|
+
} | null;
|
|
9416
9639
|
} | {
|
|
9417
9640
|
__typename?: 'User';
|
|
9418
9641
|
id: string;
|
|
@@ -9538,6 +9761,13 @@ export type RemoveItemFromBasketMutation = {
|
|
|
9538
9761
|
nationality?: string | null;
|
|
9539
9762
|
countryCode?: string | null;
|
|
9540
9763
|
phoneNumber?: string | null;
|
|
9764
|
+
savedPhoneNumber?: {
|
|
9765
|
+
__typename?: 'PhoneNumber';
|
|
9766
|
+
countryCode?: string | null;
|
|
9767
|
+
areaCode?: string | null;
|
|
9768
|
+
number?: string | null;
|
|
9769
|
+
extension?: string | null;
|
|
9770
|
+
} | null;
|
|
9541
9771
|
} | {
|
|
9542
9772
|
__typename?: 'User';
|
|
9543
9773
|
id: string;
|
|
@@ -9730,6 +9960,13 @@ export type AddItemToBasketMutation = {
|
|
|
9730
9960
|
nationality?: string | null;
|
|
9731
9961
|
countryCode?: string | null;
|
|
9732
9962
|
phoneNumber?: string | null;
|
|
9963
|
+
savedPhoneNumber?: {
|
|
9964
|
+
__typename?: 'PhoneNumber';
|
|
9965
|
+
countryCode?: string | null;
|
|
9966
|
+
areaCode?: string | null;
|
|
9967
|
+
number?: string | null;
|
|
9968
|
+
extension?: string | null;
|
|
9969
|
+
} | null;
|
|
9733
9970
|
}>;
|
|
9734
9971
|
guestPassengerTypes: Array<{
|
|
9735
9972
|
__typename?: 'UserPassengerType';
|
|
@@ -9770,6 +10007,13 @@ export type AddItemToBasketMutation = {
|
|
|
9770
10007
|
nationality?: string | null;
|
|
9771
10008
|
countryCode?: string | null;
|
|
9772
10009
|
phoneNumber?: string | null;
|
|
10010
|
+
savedPhoneNumber?: {
|
|
10011
|
+
__typename?: 'PhoneNumber';
|
|
10012
|
+
countryCode?: string | null;
|
|
10013
|
+
areaCode?: string | null;
|
|
10014
|
+
number?: string | null;
|
|
10015
|
+
extension?: string | null;
|
|
10016
|
+
} | null;
|
|
9773
10017
|
} | {
|
|
9774
10018
|
__typename?: 'User';
|
|
9775
10019
|
id: string;
|
|
@@ -9895,6 +10139,13 @@ export type AddItemToBasketMutation = {
|
|
|
9895
10139
|
nationality?: string | null;
|
|
9896
10140
|
countryCode?: string | null;
|
|
9897
10141
|
phoneNumber?: string | null;
|
|
10142
|
+
savedPhoneNumber?: {
|
|
10143
|
+
__typename?: 'PhoneNumber';
|
|
10144
|
+
countryCode?: string | null;
|
|
10145
|
+
areaCode?: string | null;
|
|
10146
|
+
number?: string | null;
|
|
10147
|
+
extension?: string | null;
|
|
10148
|
+
} | null;
|
|
9898
10149
|
} | {
|
|
9899
10150
|
__typename?: 'User';
|
|
9900
10151
|
id: string;
|
|
@@ -10072,6 +10323,15 @@ export type GetUserBasketQuery = {
|
|
|
10072
10323
|
name: string;
|
|
10073
10324
|
description?: string | null;
|
|
10074
10325
|
} | null;
|
|
10326
|
+
savedAddress?: {
|
|
10327
|
+
__typename?: 'Address';
|
|
10328
|
+
numberOrName?: string | null;
|
|
10329
|
+
street?: string | null;
|
|
10330
|
+
town?: string | null;
|
|
10331
|
+
county?: string | null;
|
|
10332
|
+
postcode?: string | null;
|
|
10333
|
+
countryCode?: string | null;
|
|
10334
|
+
} | null;
|
|
10075
10335
|
savedPhoneNumber?: {
|
|
10076
10336
|
__typename?: 'PhoneNumber';
|
|
10077
10337
|
countryCode?: string | null;
|
|
@@ -10096,6 +10356,13 @@ export type GetUserBasketQuery = {
|
|
|
10096
10356
|
nationality?: string | null;
|
|
10097
10357
|
countryCode?: string | null;
|
|
10098
10358
|
phoneNumber?: string | null;
|
|
10359
|
+
savedPhoneNumber?: {
|
|
10360
|
+
__typename?: 'PhoneNumber';
|
|
10361
|
+
countryCode?: string | null;
|
|
10362
|
+
areaCode?: string | null;
|
|
10363
|
+
number?: string | null;
|
|
10364
|
+
extension?: string | null;
|
|
10365
|
+
} | null;
|
|
10099
10366
|
}>;
|
|
10100
10367
|
guestPassengerTypes: Array<{
|
|
10101
10368
|
__typename?: 'UserPassengerType';
|
|
@@ -10136,6 +10403,13 @@ export type GetUserBasketQuery = {
|
|
|
10136
10403
|
nationality?: string | null;
|
|
10137
10404
|
countryCode?: string | null;
|
|
10138
10405
|
phoneNumber?: string | null;
|
|
10406
|
+
savedPhoneNumber?: {
|
|
10407
|
+
__typename?: 'PhoneNumber';
|
|
10408
|
+
countryCode?: string | null;
|
|
10409
|
+
areaCode?: string | null;
|
|
10410
|
+
number?: string | null;
|
|
10411
|
+
extension?: string | null;
|
|
10412
|
+
} | null;
|
|
10139
10413
|
} | {
|
|
10140
10414
|
__typename?: 'User';
|
|
10141
10415
|
id: string;
|
|
@@ -10261,6 +10535,13 @@ export type GetUserBasketQuery = {
|
|
|
10261
10535
|
nationality?: string | null;
|
|
10262
10536
|
countryCode?: string | null;
|
|
10263
10537
|
phoneNumber?: string | null;
|
|
10538
|
+
savedPhoneNumber?: {
|
|
10539
|
+
__typename?: 'PhoneNumber';
|
|
10540
|
+
countryCode?: string | null;
|
|
10541
|
+
areaCode?: string | null;
|
|
10542
|
+
number?: string | null;
|
|
10543
|
+
extension?: string | null;
|
|
10544
|
+
} | null;
|
|
10264
10545
|
} | {
|
|
10265
10546
|
__typename?: 'User';
|
|
10266
10547
|
id: string;
|
|
@@ -10498,6 +10779,15 @@ export type RevalidateBasketMutation = {
|
|
|
10498
10779
|
name: string;
|
|
10499
10780
|
description?: string | null;
|
|
10500
10781
|
} | null;
|
|
10782
|
+
savedAddress?: {
|
|
10783
|
+
__typename?: 'Address';
|
|
10784
|
+
numberOrName?: string | null;
|
|
10785
|
+
street?: string | null;
|
|
10786
|
+
town?: string | null;
|
|
10787
|
+
county?: string | null;
|
|
10788
|
+
postcode?: string | null;
|
|
10789
|
+
countryCode?: string | null;
|
|
10790
|
+
} | null;
|
|
10501
10791
|
savedPhoneNumber?: {
|
|
10502
10792
|
__typename?: 'PhoneNumber';
|
|
10503
10793
|
countryCode?: string | null;
|
|
@@ -10522,6 +10812,13 @@ export type RevalidateBasketMutation = {
|
|
|
10522
10812
|
nationality?: string | null;
|
|
10523
10813
|
countryCode?: string | null;
|
|
10524
10814
|
phoneNumber?: string | null;
|
|
10815
|
+
savedPhoneNumber?: {
|
|
10816
|
+
__typename?: 'PhoneNumber';
|
|
10817
|
+
countryCode?: string | null;
|
|
10818
|
+
areaCode?: string | null;
|
|
10819
|
+
number?: string | null;
|
|
10820
|
+
extension?: string | null;
|
|
10821
|
+
} | null;
|
|
10525
10822
|
}>;
|
|
10526
10823
|
guestPassengerTypes: Array<{
|
|
10527
10824
|
__typename?: 'UserPassengerType';
|
|
@@ -10562,6 +10859,13 @@ export type RevalidateBasketMutation = {
|
|
|
10562
10859
|
nationality?: string | null;
|
|
10563
10860
|
countryCode?: string | null;
|
|
10564
10861
|
phoneNumber?: string | null;
|
|
10862
|
+
savedPhoneNumber?: {
|
|
10863
|
+
__typename?: 'PhoneNumber';
|
|
10864
|
+
countryCode?: string | null;
|
|
10865
|
+
areaCode?: string | null;
|
|
10866
|
+
number?: string | null;
|
|
10867
|
+
extension?: string | null;
|
|
10868
|
+
} | null;
|
|
10565
10869
|
} | {
|
|
10566
10870
|
__typename?: 'User';
|
|
10567
10871
|
id: string;
|
|
@@ -10687,6 +10991,13 @@ export type RevalidateBasketMutation = {
|
|
|
10687
10991
|
nationality?: string | null;
|
|
10688
10992
|
countryCode?: string | null;
|
|
10689
10993
|
phoneNumber?: string | null;
|
|
10994
|
+
savedPhoneNumber?: {
|
|
10995
|
+
__typename?: 'PhoneNumber';
|
|
10996
|
+
countryCode?: string | null;
|
|
10997
|
+
areaCode?: string | null;
|
|
10998
|
+
number?: string | null;
|
|
10999
|
+
extension?: string | null;
|
|
11000
|
+
} | null;
|
|
10690
11001
|
} | {
|
|
10691
11002
|
__typename?: 'User';
|
|
10692
11003
|
id: string;
|
|
@@ -11235,6 +11546,7 @@ export type CancelBookingMutationVariables = Exact<{
|
|
|
11235
11546
|
selectedCancelPortions?: InputMaybe<Array<InputMaybe<SelectedCancelPortion>> | InputMaybe<SelectedCancelPortion>>;
|
|
11236
11547
|
cancellationInfo?: InputMaybe<CancellationInfoInput>;
|
|
11237
11548
|
cancelTime: Scalars['String']['input'];
|
|
11549
|
+
cancelDirection?: InputMaybe<Scalars['String']['input']>;
|
|
11238
11550
|
}>;
|
|
11239
11551
|
export type CancelBookingMutation = {
|
|
11240
11552
|
__typename?: 'Mutation';
|
|
@@ -11780,6 +12092,15 @@ export type CreateBasketFromDraftMutation = {
|
|
|
11780
12092
|
name: string;
|
|
11781
12093
|
description?: string | null;
|
|
11782
12094
|
} | null;
|
|
12095
|
+
savedAddress?: {
|
|
12096
|
+
__typename?: 'Address';
|
|
12097
|
+
numberOrName?: string | null;
|
|
12098
|
+
street?: string | null;
|
|
12099
|
+
town?: string | null;
|
|
12100
|
+
county?: string | null;
|
|
12101
|
+
postcode?: string | null;
|
|
12102
|
+
countryCode?: string | null;
|
|
12103
|
+
} | null;
|
|
11783
12104
|
savedPhoneNumber?: {
|
|
11784
12105
|
__typename?: 'PhoneNumber';
|
|
11785
12106
|
countryCode?: string | null;
|
|
@@ -11804,6 +12125,13 @@ export type CreateBasketFromDraftMutation = {
|
|
|
11804
12125
|
nationality?: string | null;
|
|
11805
12126
|
countryCode?: string | null;
|
|
11806
12127
|
phoneNumber?: string | null;
|
|
12128
|
+
savedPhoneNumber?: {
|
|
12129
|
+
__typename?: 'PhoneNumber';
|
|
12130
|
+
countryCode?: string | null;
|
|
12131
|
+
areaCode?: string | null;
|
|
12132
|
+
number?: string | null;
|
|
12133
|
+
extension?: string | null;
|
|
12134
|
+
} | null;
|
|
11807
12135
|
}>;
|
|
11808
12136
|
guestPassengerTypes: Array<{
|
|
11809
12137
|
__typename?: 'UserPassengerType';
|
|
@@ -11844,6 +12172,13 @@ export type CreateBasketFromDraftMutation = {
|
|
|
11844
12172
|
nationality?: string | null;
|
|
11845
12173
|
countryCode?: string | null;
|
|
11846
12174
|
phoneNumber?: string | null;
|
|
12175
|
+
savedPhoneNumber?: {
|
|
12176
|
+
__typename?: 'PhoneNumber';
|
|
12177
|
+
countryCode?: string | null;
|
|
12178
|
+
areaCode?: string | null;
|
|
12179
|
+
number?: string | null;
|
|
12180
|
+
extension?: string | null;
|
|
12181
|
+
} | null;
|
|
11847
12182
|
} | {
|
|
11848
12183
|
__typename?: 'User';
|
|
11849
12184
|
id: string;
|
|
@@ -11969,6 +12304,13 @@ export type CreateBasketFromDraftMutation = {
|
|
|
11969
12304
|
nationality?: string | null;
|
|
11970
12305
|
countryCode?: string | null;
|
|
11971
12306
|
phoneNumber?: string | null;
|
|
12307
|
+
savedPhoneNumber?: {
|
|
12308
|
+
__typename?: 'PhoneNumber';
|
|
12309
|
+
countryCode?: string | null;
|
|
12310
|
+
areaCode?: string | null;
|
|
12311
|
+
number?: string | null;
|
|
12312
|
+
extension?: string | null;
|
|
12313
|
+
} | null;
|
|
11972
12314
|
} | {
|
|
11973
12315
|
__typename?: 'User';
|
|
11974
12316
|
id: string;
|
|
@@ -22314,6 +22656,15 @@ export type GetUserSharedBasketsQuery = {
|
|
|
22314
22656
|
name: string;
|
|
22315
22657
|
description?: string | null;
|
|
22316
22658
|
} | null;
|
|
22659
|
+
savedAddress?: {
|
|
22660
|
+
__typename?: 'Address';
|
|
22661
|
+
numberOrName?: string | null;
|
|
22662
|
+
street?: string | null;
|
|
22663
|
+
town?: string | null;
|
|
22664
|
+
county?: string | null;
|
|
22665
|
+
postcode?: string | null;
|
|
22666
|
+
countryCode?: string | null;
|
|
22667
|
+
} | null;
|
|
22317
22668
|
savedPhoneNumber?: {
|
|
22318
22669
|
__typename?: 'PhoneNumber';
|
|
22319
22670
|
countryCode?: string | null;
|
|
@@ -22338,6 +22689,13 @@ export type GetUserSharedBasketsQuery = {
|
|
|
22338
22689
|
nationality?: string | null;
|
|
22339
22690
|
countryCode?: string | null;
|
|
22340
22691
|
phoneNumber?: string | null;
|
|
22692
|
+
savedPhoneNumber?: {
|
|
22693
|
+
__typename?: 'PhoneNumber';
|
|
22694
|
+
countryCode?: string | null;
|
|
22695
|
+
areaCode?: string | null;
|
|
22696
|
+
number?: string | null;
|
|
22697
|
+
extension?: string | null;
|
|
22698
|
+
} | null;
|
|
22341
22699
|
}>;
|
|
22342
22700
|
guestPassengerTypes: Array<{
|
|
22343
22701
|
__typename?: 'UserPassengerType';
|
|
@@ -22378,6 +22736,13 @@ export type GetUserSharedBasketsQuery = {
|
|
|
22378
22736
|
nationality?: string | null;
|
|
22379
22737
|
countryCode?: string | null;
|
|
22380
22738
|
phoneNumber?: string | null;
|
|
22739
|
+
savedPhoneNumber?: {
|
|
22740
|
+
__typename?: 'PhoneNumber';
|
|
22741
|
+
countryCode?: string | null;
|
|
22742
|
+
areaCode?: string | null;
|
|
22743
|
+
number?: string | null;
|
|
22744
|
+
extension?: string | null;
|
|
22745
|
+
} | null;
|
|
22381
22746
|
} | {
|
|
22382
22747
|
__typename?: 'User';
|
|
22383
22748
|
id: string;
|
|
@@ -22503,6 +22868,13 @@ export type GetUserSharedBasketsQuery = {
|
|
|
22503
22868
|
nationality?: string | null;
|
|
22504
22869
|
countryCode?: string | null;
|
|
22505
22870
|
phoneNumber?: string | null;
|
|
22871
|
+
savedPhoneNumber?: {
|
|
22872
|
+
__typename?: 'PhoneNumber';
|
|
22873
|
+
countryCode?: string | null;
|
|
22874
|
+
areaCode?: string | null;
|
|
22875
|
+
number?: string | null;
|
|
22876
|
+
extension?: string | null;
|
|
22877
|
+
} | null;
|
|
22506
22878
|
} | {
|
|
22507
22879
|
__typename?: 'User';
|
|
22508
22880
|
id: string;
|
|
@@ -23340,6 +23712,13 @@ export type MoveItemToADifferentBasketMutation = {
|
|
|
23340
23712
|
nationality?: string | null;
|
|
23341
23713
|
countryCode?: string | null;
|
|
23342
23714
|
phoneNumber?: string | null;
|
|
23715
|
+
savedPhoneNumber?: {
|
|
23716
|
+
__typename?: 'PhoneNumber';
|
|
23717
|
+
countryCode?: string | null;
|
|
23718
|
+
areaCode?: string | null;
|
|
23719
|
+
number?: string | null;
|
|
23720
|
+
extension?: string | null;
|
|
23721
|
+
} | null;
|
|
23343
23722
|
}>;
|
|
23344
23723
|
guestPassengerTypes: Array<{
|
|
23345
23724
|
__typename?: 'UserPassengerType';
|
|
@@ -23380,6 +23759,13 @@ export type MoveItemToADifferentBasketMutation = {
|
|
|
23380
23759
|
nationality?: string | null;
|
|
23381
23760
|
countryCode?: string | null;
|
|
23382
23761
|
phoneNumber?: string | null;
|
|
23762
|
+
savedPhoneNumber?: {
|
|
23763
|
+
__typename?: 'PhoneNumber';
|
|
23764
|
+
countryCode?: string | null;
|
|
23765
|
+
areaCode?: string | null;
|
|
23766
|
+
number?: string | null;
|
|
23767
|
+
extension?: string | null;
|
|
23768
|
+
} | null;
|
|
23383
23769
|
} | {
|
|
23384
23770
|
__typename?: 'User';
|
|
23385
23771
|
id: string;
|
|
@@ -23505,6 +23891,13 @@ export type MoveItemToADifferentBasketMutation = {
|
|
|
23505
23891
|
nationality?: string | null;
|
|
23506
23892
|
countryCode?: string | null;
|
|
23507
23893
|
phoneNumber?: string | null;
|
|
23894
|
+
savedPhoneNumber?: {
|
|
23895
|
+
__typename?: 'PhoneNumber';
|
|
23896
|
+
countryCode?: string | null;
|
|
23897
|
+
areaCode?: string | null;
|
|
23898
|
+
number?: string | null;
|
|
23899
|
+
extension?: string | null;
|
|
23900
|
+
} | null;
|
|
23508
23901
|
} | {
|
|
23509
23902
|
__typename?: 'User';
|
|
23510
23903
|
id: string;
|
|
@@ -33176,6 +33569,13 @@ export type SetBasketItemLeadPassengerMutation = {
|
|
|
33176
33569
|
nationality?: string | null;
|
|
33177
33570
|
countryCode?: string | null;
|
|
33178
33571
|
phoneNumber?: string | null;
|
|
33572
|
+
savedPhoneNumber?: {
|
|
33573
|
+
__typename?: 'PhoneNumber';
|
|
33574
|
+
countryCode?: string | null;
|
|
33575
|
+
areaCode?: string | null;
|
|
33576
|
+
number?: string | null;
|
|
33577
|
+
extension?: string | null;
|
|
33578
|
+
} | null;
|
|
33179
33579
|
}>;
|
|
33180
33580
|
guestPassengerTypes: Array<{
|
|
33181
33581
|
__typename?: 'UserPassengerType';
|
|
@@ -33216,6 +33616,13 @@ export type SetBasketItemLeadPassengerMutation = {
|
|
|
33216
33616
|
nationality?: string | null;
|
|
33217
33617
|
countryCode?: string | null;
|
|
33218
33618
|
phoneNumber?: string | null;
|
|
33619
|
+
savedPhoneNumber?: {
|
|
33620
|
+
__typename?: 'PhoneNumber';
|
|
33621
|
+
countryCode?: string | null;
|
|
33622
|
+
areaCode?: string | null;
|
|
33623
|
+
number?: string | null;
|
|
33624
|
+
extension?: string | null;
|
|
33625
|
+
} | null;
|
|
33219
33626
|
} | {
|
|
33220
33627
|
__typename?: 'User';
|
|
33221
33628
|
id: string;
|
|
@@ -33341,6 +33748,13 @@ export type SetBasketItemLeadPassengerMutation = {
|
|
|
33341
33748
|
nationality?: string | null;
|
|
33342
33749
|
countryCode?: string | null;
|
|
33343
33750
|
phoneNumber?: string | null;
|
|
33751
|
+
savedPhoneNumber?: {
|
|
33752
|
+
__typename?: 'PhoneNumber';
|
|
33753
|
+
countryCode?: string | null;
|
|
33754
|
+
areaCode?: string | null;
|
|
33755
|
+
number?: string | null;
|
|
33756
|
+
extension?: string | null;
|
|
33757
|
+
} | null;
|
|
33344
33758
|
} | {
|
|
33345
33759
|
__typename?: 'User';
|
|
33346
33760
|
id: string;
|
|
@@ -33467,6 +33881,13 @@ export type SetBasketItemPaymentMethodMutation = {
|
|
|
33467
33881
|
nationality?: string | null;
|
|
33468
33882
|
countryCode?: string | null;
|
|
33469
33883
|
phoneNumber?: string | null;
|
|
33884
|
+
savedPhoneNumber?: {
|
|
33885
|
+
__typename?: 'PhoneNumber';
|
|
33886
|
+
countryCode?: string | null;
|
|
33887
|
+
areaCode?: string | null;
|
|
33888
|
+
number?: string | null;
|
|
33889
|
+
extension?: string | null;
|
|
33890
|
+
} | null;
|
|
33470
33891
|
}>;
|
|
33471
33892
|
guestPassengerTypes: Array<{
|
|
33472
33893
|
__typename?: 'UserPassengerType';
|
|
@@ -33507,6 +33928,13 @@ export type SetBasketItemPaymentMethodMutation = {
|
|
|
33507
33928
|
nationality?: string | null;
|
|
33508
33929
|
countryCode?: string | null;
|
|
33509
33930
|
phoneNumber?: string | null;
|
|
33931
|
+
savedPhoneNumber?: {
|
|
33932
|
+
__typename?: 'PhoneNumber';
|
|
33933
|
+
countryCode?: string | null;
|
|
33934
|
+
areaCode?: string | null;
|
|
33935
|
+
number?: string | null;
|
|
33936
|
+
extension?: string | null;
|
|
33937
|
+
} | null;
|
|
33510
33938
|
} | {
|
|
33511
33939
|
__typename?: 'User';
|
|
33512
33940
|
id: string;
|
|
@@ -33632,6 +34060,13 @@ export type SetBasketItemPaymentMethodMutation = {
|
|
|
33632
34060
|
nationality?: string | null;
|
|
33633
34061
|
countryCode?: string | null;
|
|
33634
34062
|
phoneNumber?: string | null;
|
|
34063
|
+
savedPhoneNumber?: {
|
|
34064
|
+
__typename?: 'PhoneNumber';
|
|
34065
|
+
countryCode?: string | null;
|
|
34066
|
+
areaCode?: string | null;
|
|
34067
|
+
number?: string | null;
|
|
34068
|
+
extension?: string | null;
|
|
34069
|
+
} | null;
|
|
33635
34070
|
} | {
|
|
33636
34071
|
__typename?: 'User';
|
|
33637
34072
|
id: string;
|
|
@@ -33810,6 +34245,15 @@ export type SetMiValuesMutation = {
|
|
|
33810
34245
|
name: string;
|
|
33811
34246
|
description?: string | null;
|
|
33812
34247
|
} | null;
|
|
34248
|
+
savedAddress?: {
|
|
34249
|
+
__typename?: 'Address';
|
|
34250
|
+
numberOrName?: string | null;
|
|
34251
|
+
street?: string | null;
|
|
34252
|
+
town?: string | null;
|
|
34253
|
+
county?: string | null;
|
|
34254
|
+
postcode?: string | null;
|
|
34255
|
+
countryCode?: string | null;
|
|
34256
|
+
} | null;
|
|
33813
34257
|
savedPhoneNumber?: {
|
|
33814
34258
|
__typename?: 'PhoneNumber';
|
|
33815
34259
|
countryCode?: string | null;
|
|
@@ -33834,6 +34278,13 @@ export type SetMiValuesMutation = {
|
|
|
33834
34278
|
nationality?: string | null;
|
|
33835
34279
|
countryCode?: string | null;
|
|
33836
34280
|
phoneNumber?: string | null;
|
|
34281
|
+
savedPhoneNumber?: {
|
|
34282
|
+
__typename?: 'PhoneNumber';
|
|
34283
|
+
countryCode?: string | null;
|
|
34284
|
+
areaCode?: string | null;
|
|
34285
|
+
number?: string | null;
|
|
34286
|
+
extension?: string | null;
|
|
34287
|
+
} | null;
|
|
33837
34288
|
}>;
|
|
33838
34289
|
guestPassengerTypes: Array<{
|
|
33839
34290
|
__typename?: 'UserPassengerType';
|
|
@@ -33874,6 +34325,13 @@ export type SetMiValuesMutation = {
|
|
|
33874
34325
|
nationality?: string | null;
|
|
33875
34326
|
countryCode?: string | null;
|
|
33876
34327
|
phoneNumber?: string | null;
|
|
34328
|
+
savedPhoneNumber?: {
|
|
34329
|
+
__typename?: 'PhoneNumber';
|
|
34330
|
+
countryCode?: string | null;
|
|
34331
|
+
areaCode?: string | null;
|
|
34332
|
+
number?: string | null;
|
|
34333
|
+
extension?: string | null;
|
|
34334
|
+
} | null;
|
|
33877
34335
|
} | {
|
|
33878
34336
|
__typename?: 'User';
|
|
33879
34337
|
id: string;
|
|
@@ -33999,6 +34457,13 @@ export type SetMiValuesMutation = {
|
|
|
33999
34457
|
nationality?: string | null;
|
|
34000
34458
|
countryCode?: string | null;
|
|
34001
34459
|
phoneNumber?: string | null;
|
|
34460
|
+
savedPhoneNumber?: {
|
|
34461
|
+
__typename?: 'PhoneNumber';
|
|
34462
|
+
countryCode?: string | null;
|
|
34463
|
+
areaCode?: string | null;
|
|
34464
|
+
number?: string | null;
|
|
34465
|
+
extension?: string | null;
|
|
34466
|
+
} | null;
|
|
34002
34467
|
} | {
|
|
34003
34468
|
__typename?: 'User';
|
|
34004
34469
|
id: string;
|
|
@@ -34255,6 +34720,15 @@ export type ShareBasketMutation = {
|
|
|
34255
34720
|
name: string;
|
|
34256
34721
|
description?: string | null;
|
|
34257
34722
|
} | null;
|
|
34723
|
+
savedAddress?: {
|
|
34724
|
+
__typename?: 'Address';
|
|
34725
|
+
numberOrName?: string | null;
|
|
34726
|
+
street?: string | null;
|
|
34727
|
+
town?: string | null;
|
|
34728
|
+
county?: string | null;
|
|
34729
|
+
postcode?: string | null;
|
|
34730
|
+
countryCode?: string | null;
|
|
34731
|
+
} | null;
|
|
34258
34732
|
savedPhoneNumber?: {
|
|
34259
34733
|
__typename?: 'PhoneNumber';
|
|
34260
34734
|
countryCode?: string | null;
|
|
@@ -34279,6 +34753,13 @@ export type ShareBasketMutation = {
|
|
|
34279
34753
|
nationality?: string | null;
|
|
34280
34754
|
countryCode?: string | null;
|
|
34281
34755
|
phoneNumber?: string | null;
|
|
34756
|
+
savedPhoneNumber?: {
|
|
34757
|
+
__typename?: 'PhoneNumber';
|
|
34758
|
+
countryCode?: string | null;
|
|
34759
|
+
areaCode?: string | null;
|
|
34760
|
+
number?: string | null;
|
|
34761
|
+
extension?: string | null;
|
|
34762
|
+
} | null;
|
|
34282
34763
|
}>;
|
|
34283
34764
|
guestPassengerTypes: Array<{
|
|
34284
34765
|
__typename?: 'UserPassengerType';
|
|
@@ -34319,6 +34800,13 @@ export type ShareBasketMutation = {
|
|
|
34319
34800
|
nationality?: string | null;
|
|
34320
34801
|
countryCode?: string | null;
|
|
34321
34802
|
phoneNumber?: string | null;
|
|
34803
|
+
savedPhoneNumber?: {
|
|
34804
|
+
__typename?: 'PhoneNumber';
|
|
34805
|
+
countryCode?: string | null;
|
|
34806
|
+
areaCode?: string | null;
|
|
34807
|
+
number?: string | null;
|
|
34808
|
+
extension?: string | null;
|
|
34809
|
+
} | null;
|
|
34322
34810
|
} | {
|
|
34323
34811
|
__typename?: 'User';
|
|
34324
34812
|
id: string;
|
|
@@ -34444,6 +34932,13 @@ export type ShareBasketMutation = {
|
|
|
34444
34932
|
nationality?: string | null;
|
|
34445
34933
|
countryCode?: string | null;
|
|
34446
34934
|
phoneNumber?: string | null;
|
|
34935
|
+
savedPhoneNumber?: {
|
|
34936
|
+
__typename?: 'PhoneNumber';
|
|
34937
|
+
countryCode?: string | null;
|
|
34938
|
+
areaCode?: string | null;
|
|
34939
|
+
number?: string | null;
|
|
34940
|
+
extension?: string | null;
|
|
34941
|
+
} | null;
|
|
34447
34942
|
} | {
|
|
34448
34943
|
__typename?: 'User';
|
|
34449
34944
|
id: string;
|
|
@@ -34676,6 +35171,13 @@ export type UpdateExchangeBasketMutation = {
|
|
|
34676
35171
|
nationality?: string | null;
|
|
34677
35172
|
countryCode?: string | null;
|
|
34678
35173
|
phoneNumber?: string | null;
|
|
35174
|
+
savedPhoneNumber?: {
|
|
35175
|
+
__typename?: 'PhoneNumber';
|
|
35176
|
+
countryCode?: string | null;
|
|
35177
|
+
areaCode?: string | null;
|
|
35178
|
+
number?: string | null;
|
|
35179
|
+
extension?: string | null;
|
|
35180
|
+
} | null;
|
|
34679
35181
|
}>;
|
|
34680
35182
|
guestPassengerTypes: Array<{
|
|
34681
35183
|
__typename?: 'UserPassengerType';
|
|
@@ -34716,6 +35218,13 @@ export type UpdateExchangeBasketMutation = {
|
|
|
34716
35218
|
nationality?: string | null;
|
|
34717
35219
|
countryCode?: string | null;
|
|
34718
35220
|
phoneNumber?: string | null;
|
|
35221
|
+
savedPhoneNumber?: {
|
|
35222
|
+
__typename?: 'PhoneNumber';
|
|
35223
|
+
countryCode?: string | null;
|
|
35224
|
+
areaCode?: string | null;
|
|
35225
|
+
number?: string | null;
|
|
35226
|
+
extension?: string | null;
|
|
35227
|
+
} | null;
|
|
34719
35228
|
} | {
|
|
34720
35229
|
__typename?: 'User';
|
|
34721
35230
|
id: string;
|
|
@@ -34841,6 +35350,13 @@ export type UpdateExchangeBasketMutation = {
|
|
|
34841
35350
|
nationality?: string | null;
|
|
34842
35351
|
countryCode?: string | null;
|
|
34843
35352
|
phoneNumber?: string | null;
|
|
35353
|
+
savedPhoneNumber?: {
|
|
35354
|
+
__typename?: 'PhoneNumber';
|
|
35355
|
+
countryCode?: string | null;
|
|
35356
|
+
areaCode?: string | null;
|
|
35357
|
+
number?: string | null;
|
|
35358
|
+
extension?: string | null;
|
|
35359
|
+
} | null;
|
|
34844
35360
|
} | {
|
|
34845
35361
|
__typename?: 'User';
|
|
34846
35362
|
id: string;
|
|
@@ -34968,6 +35484,13 @@ export type UpdateFlightSeatMapMutation = {
|
|
|
34968
35484
|
nationality?: string | null;
|
|
34969
35485
|
countryCode?: string | null;
|
|
34970
35486
|
phoneNumber?: string | null;
|
|
35487
|
+
savedPhoneNumber?: {
|
|
35488
|
+
__typename?: 'PhoneNumber';
|
|
35489
|
+
countryCode?: string | null;
|
|
35490
|
+
areaCode?: string | null;
|
|
35491
|
+
number?: string | null;
|
|
35492
|
+
extension?: string | null;
|
|
35493
|
+
} | null;
|
|
34971
35494
|
}>;
|
|
34972
35495
|
guestPassengerTypes: Array<{
|
|
34973
35496
|
__typename?: 'UserPassengerType';
|
|
@@ -35008,6 +35531,13 @@ export type UpdateFlightSeatMapMutation = {
|
|
|
35008
35531
|
nationality?: string | null;
|
|
35009
35532
|
countryCode?: string | null;
|
|
35010
35533
|
phoneNumber?: string | null;
|
|
35534
|
+
savedPhoneNumber?: {
|
|
35535
|
+
__typename?: 'PhoneNumber';
|
|
35536
|
+
countryCode?: string | null;
|
|
35537
|
+
areaCode?: string | null;
|
|
35538
|
+
number?: string | null;
|
|
35539
|
+
extension?: string | null;
|
|
35540
|
+
} | null;
|
|
35011
35541
|
} | {
|
|
35012
35542
|
__typename?: 'User';
|
|
35013
35543
|
id: string;
|
|
@@ -35133,6 +35663,13 @@ export type UpdateFlightSeatMapMutation = {
|
|
|
35133
35663
|
nationality?: string | null;
|
|
35134
35664
|
countryCode?: string | null;
|
|
35135
35665
|
phoneNumber?: string | null;
|
|
35666
|
+
savedPhoneNumber?: {
|
|
35667
|
+
__typename?: 'PhoneNumber';
|
|
35668
|
+
countryCode?: string | null;
|
|
35669
|
+
areaCode?: string | null;
|
|
35670
|
+
number?: string | null;
|
|
35671
|
+
extension?: string | null;
|
|
35672
|
+
} | null;
|
|
35136
35673
|
} | {
|
|
35137
35674
|
__typename?: 'User';
|
|
35138
35675
|
id: string;
|
|
@@ -35854,6 +36391,7 @@ export declare namespace TravellerUserFields {
|
|
|
35854
36391
|
}
|
|
35855
36392
|
export declare namespace TravellerGuestsFields {
|
|
35856
36393
|
type Fragment = TravellerGuestsFieldsFragment;
|
|
36394
|
+
type SavedPhoneNumber = TravellerGuestsFieldsFragment['savedPhoneNumber'];
|
|
35857
36395
|
}
|
|
35858
36396
|
export declare namespace OfficeFields {
|
|
35859
36397
|
type Fragment = OfficeFieldsFragment;
|
|
@@ -35898,6 +36436,7 @@ export declare namespace BasketFields {
|
|
|
35898
36436
|
type TransactionFees = BasketFieldsFragment['basketItems'][number]['priceBreakdown']['transactionFees'][number];
|
|
35899
36437
|
type AvailablePaymentMethods = BasketFieldsFragment['basketItems'][number]['availablePaymentMethods'][number];
|
|
35900
36438
|
type SelectedPaymentMethod = BasketFieldsFragment['basketItems'][number]['selectedPaymentMethod'];
|
|
36439
|
+
type SavedAddress = BasketFieldsFragment['basketItems'][number]['savedAddress'];
|
|
35901
36440
|
type SavedPhoneNumber = BasketFieldsFragment['basketItems'][number]['savedPhoneNumber'];
|
|
35902
36441
|
type Service = BasketFieldsFragment['basketItems'][number]['service'];
|
|
35903
36442
|
type Guests = BasketFieldsFragment['basketItems'][number]['guests'][number];
|