sm-types 1.11.89 → 1.11.91

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/common/index.d.ts CHANGED
@@ -135,6 +135,7 @@ export interface IFlightBound {
135
135
  arrivalWeekDay?: string;
136
136
  arrivalTextDate?: string;
137
137
  durationMinutes: number;
138
+ airTimeMinutes: number;
138
139
  departureWeekDay?: string;
139
140
  departureTextDate?: string;
140
141
  }
@@ -14,8 +14,8 @@ exports.LIST_BUS_OPTIONS = {
14
14
  usecase: "LIST_BUS_OPTIONS",
15
15
  type: "SUPPLIER_ERROR",
16
16
  messageLangMap: {
17
- "PT-BR": "Ops, parece que nossos fornecedores estão indisponíveis no momento. Tente novamente mais tarde ou entre em contato pelo chat, para que possamos ajudá-lo.",
18
- "EN-US": "Oops, it looks like our suppliers are unavailable at the moment. Please try again later or contact us via chat so we can help you.",
17
+ "PT-BR": "No momento não foi possível estabelecer comunicação com nosso fornecedor. Por favor, tente novamente em alguns instantes ou entre em contato pelo chat, para que possamos ajudá-lo",
18
+ "EN-US": "We were unable to establish communication with our supplier at the moment. Please try again in a few moments or contact us via chat so we can help you.",
19
19
  },
20
20
  },
21
21
  INVALID_ACTOR: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Smartrips",
4
4
  "license": "ISC",
5
5
  "keywords": [],
6
- "version": "1.11.89",
6
+ "version": "1.11.91",
7
7
  "description": "",
8
8
  "repository": {
9
9
  "type": "git",
@@ -109,6 +109,7 @@ export interface ISmWcfBound {
109
109
  totalStops: number;
110
110
  carrier: ISmWcfCarrier;
111
111
  durationMinutes: number;
112
+ airTimeMinutes: number;
112
113
  cabinClass: string;
113
114
  family?: string;
114
115
  familyCode?: string;
package/sm-wcf/index.d.ts CHANGED
@@ -32,6 +32,7 @@ export interface IWcfBound {
32
32
  totalStops: number;
33
33
  carrier: IWcfCarrier;
34
34
  durationMinutes: number;
35
+ airTimeMinutes: number;
35
36
  cabinClass: string;
36
37
  family: string;
37
38
  baggage: boolean;