@qite/tide-client 1.1.163 → 1.1.165

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.
@@ -15,4 +15,5 @@ export interface PackageMainOption {
15
15
  regimeName: string;
16
16
  isSelected: boolean;
17
17
  guid: string;
18
+ paxId: number;
18
19
  }
@@ -24,6 +24,11 @@ export declare const searchPackagingFlights: (
24
24
  request: FlightSearchRequest,
25
25
  signal?: AbortSignal | undefined
26
26
  ) => Promise<PackagingFlightResponse[]>;
27
+ export declare const searchPackagingExcursions: (
28
+ config: TideClientConfig,
29
+ request: PackagingAccommodationRequest,
30
+ signal?: AbortSignal | undefined
31
+ ) => Promise<PackagingAccommodationResponse[]>;
27
32
  export declare const getEntry: (
28
33
  config: TideClientConfig,
29
34
  magicLinkCode: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qite/tide-client",
3
- "version": "1.1.163",
3
+ "version": "1.1.165",
4
4
  "description": "Frontend client for Tide",
5
5
  "main": "build/index.js",
6
6
  "scripts": {