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.
@@ -40,7 +40,6 @@ export type selected_changes = {
40
40
  };
41
41
  journey: {
42
42
  id: string;
43
- flight_number: string;
44
43
  company: string;
45
44
  };
46
45
  search_id: string;
@@ -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
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Smartrips",
4
4
  "license": "ISC",
5
5
  "keywords": [],
6
- "version": "1.11.14",
6
+ "version": "1.11.16",
7
7
  "description": "",
8
8
  "repository": {
9
9
  "type": "git",