sm-types 1.5.10 → 1.5.12

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.10",
6
+ "version": "1.5.12",
7
7
  "description": "",
8
8
  "repository": {
9
9
  "type": "git",
@@ -412,6 +412,7 @@ export interface IPaxInfo {
412
412
  }
413
413
  export interface IListOffersFiltersInfo {
414
414
  carriersDataByName: Record<string, any>;
415
+ averagePrice: number;
415
416
  cheapestPrice: number;
416
417
  cheapestMinStopPrice: number;
417
418
  cheapestStopPricesMap: Record<string, number>;
@@ -456,6 +457,7 @@ export interface IReserveCheckInfo {
456
457
  export interface IOfferEmissionData {
457
458
  recordLocator: string;
458
459
  bookingCode: string;
460
+ authorizationCode: string;
459
461
  price: number;
460
462
  emittedAt: Date;
461
463
  }