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 +1 -1
- package/sm-airlines/index.d.ts +2 -0
package/package.json
CHANGED
package/sm-airlines/index.d.ts
CHANGED
|
@@ -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
|
}
|