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 +1 -1
- package/sm-airlines/index.d.ts +2 -1
package/package.json
CHANGED
package/sm-airlines/index.d.ts
CHANGED
|
@@ -412,8 +412,9 @@ export interface IPaxInfo {
|
|
|
412
412
|
}
|
|
413
413
|
export interface IListOffersFiltersInfo {
|
|
414
414
|
carriersDataByName: Record<string, any>;
|
|
415
|
-
|
|
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
|
}
|