@qite/tide-client 2.0.5 → 2.0.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.
@@ -9,6 +9,7 @@ export interface AgentDossierFlightMetaDataLine {
9
9
  number: string;
10
10
  departureAirport: string;
11
11
  arrivalAirport: string;
12
+ arrivalDate: Date;
12
13
  arrivalTime: string;
13
14
  travelClass: string;
14
15
  durationInTicks?: number;
@@ -156,6 +156,7 @@ export declare const setEntryStatus: (
156
156
  config: TideClientConfig,
157
157
  dossierNumber: string,
158
158
  entryStatus: EntryStatus,
159
+ customEntryStatusId?: number | undefined,
159
160
  signal?: AbortSignal | undefined
160
161
  ) => Promise<BookingPackageAvailability[]>;
161
162
  export declare const flightLines: (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qite/tide-client",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "Frontend client for Tide",
5
5
  "main": "build/index.js",
6
6
  "scripts": {