sm-types 1.5.9 → 1.5.10

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.5.9",
6
+ "version": "1.5.10",
7
7
  "description": "",
8
8
  "repository": {
9
9
  "type": "git",
@@ -412,8 +412,9 @@ export interface IPaxInfo {
412
412
  }
413
413
  export interface IListOffersFiltersInfo {
414
414
  carriersDataByName: Record<string, any>;
415
- cheapestStopPricesMap: Record<string, number>;
415
+ cheapestPrice: number;
416
416
  cheapestMinStopPrice: number;
417
+ cheapestStopPricesMap: Record<string, number>;
417
418
  cheapestCarrierPricesMap: Record<string, number>;
418
419
  cheapestAirportPricesMap: Record<string, number>;
419
420
  }