sm-types 1.11.50 → 1.11.52

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Smartrips",
4
4
  "license": "ISC",
5
5
  "keywords": [],
6
- "version": "1.11.50",
6
+ "version": "1.11.52",
7
7
  "description": "",
8
8
  "repository": {
9
9
  "type": "git",
@@ -268,6 +268,10 @@ export interface IPassengerInfo {
268
268
  issuingCountry: string;
269
269
  expirationDate: Date | string;
270
270
  };
271
+ loyaltyProgram?: {
272
+ number: string;
273
+ name: string;
274
+ };
271
275
  }
272
276
  export interface IRoute {
273
277
  date: string;
@@ -130,6 +130,7 @@ export interface ISmCarOfferAgency {
130
130
  time: string;
131
131
  latitude: string;
132
132
  longitude: string;
133
+ distanceFromSearchPointKm?: number;
133
134
  }
134
135
  export interface OfferAddResponse {
135
136
  offerId: string;