@odynn/awayz-flights 0.10.3 → 0.10.4

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.
@@ -2120,7 +2120,12 @@ const Rr = 3 * 60 * 1e3, Ge = (e) => {
2120
2120
  * Points search statuses of airlines during the flight search
2121
2121
  * @type {IAirlineStatuses}
2122
2122
  */
2123
- airlineStatuses: m
2123
+ airlineStatuses: m,
2124
+ /**
2125
+ * The partial offer request ID returned from the round-trip outbound search, needed for the inbound search and fares search
2126
+ * @type {string}
2127
+ */
2128
+ partialOfferRequestId: g
2124
2129
  };
2125
2130
  };
2126
2131
  export {
@@ -62,4 +62,9 @@ export declare const useFlightSearch: () => {
62
62
  * @type {IAirlineStatuses}
63
63
  */
64
64
  airlineStatuses: IAirlineStatuses;
65
+ /**
66
+ * The partial offer request ID returned from the round-trip outbound search, needed for the inbound search and fares search
67
+ * @type {string}
68
+ */
69
+ partialOfferRequestId: string;
65
70
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odynn/awayz-flights",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"