@odynn/awayz-flights 0.10.5 → 0.10.7

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.
@@ -125,6 +125,7 @@ export interface IFlightPaymentOption {
125
125
  name: string;
126
126
  };
127
127
  cabinClass?: string;
128
+ slices?: ISlice[];
128
129
  }
129
130
  export interface IFlightResult {
130
131
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odynn/awayz-flights",
3
- "version": "0.10.5",
3
+ "version": "0.10.7",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"