sm-types 1.11.14 → 1.11.16
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.
|
@@ -52,11 +52,6 @@ export interface ISelectFlightChangeOptionsResDto {
|
|
|
52
52
|
}
|
|
53
53
|
export type RecalculateFlightOfferData = {
|
|
54
54
|
session_info: SessionInfo;
|
|
55
|
-
base_offer_token: string;
|
|
56
|
-
journeys_changed: {
|
|
57
|
-
old_journey_id: string;
|
|
58
|
-
new_journey_id: string;
|
|
59
|
-
}[];
|
|
60
55
|
payment_details: {
|
|
61
56
|
currency_code: string;
|
|
62
57
|
amount_to_pay: number;
|
|
@@ -98,7 +93,6 @@ export type FlightChangeInfoJson = {
|
|
|
98
93
|
journey: {
|
|
99
94
|
id: string;
|
|
100
95
|
company: string;
|
|
101
|
-
flightNumber: string;
|
|
102
96
|
};
|
|
103
97
|
searchId: string;
|
|
104
98
|
};
|
|
@@ -112,7 +106,6 @@ export type FlightChangeInfoJson = {
|
|
|
112
106
|
journey: {
|
|
113
107
|
id: string;
|
|
114
108
|
company: string;
|
|
115
|
-
flightNumber: string;
|
|
116
109
|
};
|
|
117
110
|
searchId: string;
|
|
118
111
|
};
|