@sabstravtech/obtservices 0.2.2303061155 → 0.2.2303061303

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.
@@ -342,7 +342,4 @@ export declare class BaseEnterpriseSearchService<SP_Q extends SearchPostcodesQuo
342
342
  getHotelDetails(rateKey: string): Observable<HotelDetailsResult>;
343
343
  simultaneousSearchesCheck(ignoreChosen?: boolean): Promise<void>;
344
344
  turnOffAllChosenProduct(): void;
345
- makePortalFlightCall(ssoQuery: {
346
- [key: string]: string;
347
- }, traveller: Traveller): void;
348
345
  }