import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http'; import { Observable } from 'rxjs/Observable'; import { CreateReservationVM } from '../model/createReservationVM'; import { GroupVMReservationVM } from '../model/groupVMReservationVM'; import { ReservationVM } from '../model/reservationVM'; import { UpdateReservationVM } from '../model/updateReservationVM'; import { Configuration } from '../configuration'; export declare class OrganisationReservationService { protected httpClient: HttpClient; protected basePath: string; defaultHeaders: HttpHeaders; configuration: Configuration; constructor(httpClient: HttpClient, basePath: string, configuration: Configuration); private canConsumeForm; organisationReservationGetOrganisationReservations(orgId: number, eventSearchModel_m_flag_id?: number, eventSearchModel_flag_id?: number, eventSearchModel_from?: Date, eventSearchModel_to?: Date, eventSearchModel_free_text?: string, eventSearchModel_systemType?: number, eventSearchModel_statusCode?: number, eventSearchModel_address_formatted_address?: string, eventSearchModel_address_streetaddress1?: string, eventSearchModel_address_streetaddress2?: string, eventSearchModel_address_country_code?: string, eventSearchModel_address_country_abbr2?: string, eventSearchModel_address_country_abbr3?: string, eventSearchModel_address_country_name?: string, eventSearchModel_address_country_ac?: string, eventSearchModel_address_country_active?: boolean, eventSearchModel_address_country_longitude?: number, eventSearchModel_address_country_latitude?: number, eventSearchModel_address_country_timezone?: string, eventSearchModel_address_country_currencies?: Array, eventSearchModel_address_country_cultures?: Array, eventSearchModel_address_country_orders?: Array, eventSearchModel_address_country_organisations?: Array, eventSearchModel_address_country_venues?: Array, eventSearchModel_address_country_objectState?: number, eventSearchModel_address_locality?: string, eventSearchModel_address_zip_postcode?: string, eventSearchModel_address_longitude?: number, eventSearchModel_address_latitude?: number, eventSearchModel_address_region?: string, eventSearchModel_address_confidence?: string, eventSearchModel_distance?: number, eventSearchModel_organisation_id?: number, eventSearchModel_event_type?: number, eventSearchModel_total_records?: number, eventSearchModel_haveSearch?: boolean, eventSearchModel_order_by?: string, eventSearchModel_pageSize?: number, eventSearchModel_pageNumber?: number, observe?: 'body', reportProgress?: boolean): Observable; organisationReservationGetOrganisationReservations(orgId: number, eventSearchModel_m_flag_id?: number, eventSearchModel_flag_id?: number, eventSearchModel_from?: Date, eventSearchModel_to?: Date, eventSearchModel_free_text?: string, eventSearchModel_systemType?: number, eventSearchModel_statusCode?: number, eventSearchModel_address_formatted_address?: string, eventSearchModel_address_streetaddress1?: string, eventSearchModel_address_streetaddress2?: string, eventSearchModel_address_country_code?: string, eventSearchModel_address_country_abbr2?: string, eventSearchModel_address_country_abbr3?: string, eventSearchModel_address_country_name?: string, eventSearchModel_address_country_ac?: string, eventSearchModel_address_country_active?: boolean, eventSearchModel_address_country_longitude?: number, eventSearchModel_address_country_latitude?: number, eventSearchModel_address_country_timezone?: string, eventSearchModel_address_country_currencies?: Array, eventSearchModel_address_country_cultures?: Array, eventSearchModel_address_country_orders?: Array, eventSearchModel_address_country_organisations?: Array, eventSearchModel_address_country_venues?: Array, eventSearchModel_address_country_objectState?: number, eventSearchModel_address_locality?: string, eventSearchModel_address_zip_postcode?: string, eventSearchModel_address_longitude?: number, eventSearchModel_address_latitude?: number, eventSearchModel_address_region?: string, eventSearchModel_address_confidence?: string, eventSearchModel_distance?: number, eventSearchModel_organisation_id?: number, eventSearchModel_event_type?: number, eventSearchModel_total_records?: number, eventSearchModel_haveSearch?: boolean, eventSearchModel_order_by?: string, eventSearchModel_pageSize?: number, eventSearchModel_pageNumber?: number, observe?: 'response', reportProgress?: boolean): Observable>; organisationReservationGetOrganisationReservations(orgId: number, eventSearchModel_m_flag_id?: number, eventSearchModel_flag_id?: number, eventSearchModel_from?: Date, eventSearchModel_to?: Date, eventSearchModel_free_text?: string, eventSearchModel_systemType?: number, eventSearchModel_statusCode?: number, eventSearchModel_address_formatted_address?: string, eventSearchModel_address_streetaddress1?: string, eventSearchModel_address_streetaddress2?: string, eventSearchModel_address_country_code?: string, eventSearchModel_address_country_abbr2?: string, eventSearchModel_address_country_abbr3?: string, eventSearchModel_address_country_name?: string, eventSearchModel_address_country_ac?: string, eventSearchModel_address_country_active?: boolean, eventSearchModel_address_country_longitude?: number, eventSearchModel_address_country_latitude?: number, eventSearchModel_address_country_timezone?: string, eventSearchModel_address_country_currencies?: Array, eventSearchModel_address_country_cultures?: Array, eventSearchModel_address_country_orders?: Array, eventSearchModel_address_country_organisations?: Array, eventSearchModel_address_country_venues?: Array, eventSearchModel_address_country_objectState?: number, eventSearchModel_address_locality?: string, eventSearchModel_address_zip_postcode?: string, eventSearchModel_address_longitude?: number, eventSearchModel_address_latitude?: number, eventSearchModel_address_region?: string, eventSearchModel_address_confidence?: string, eventSearchModel_distance?: number, eventSearchModel_organisation_id?: number, eventSearchModel_event_type?: number, eventSearchModel_total_records?: number, eventSearchModel_haveSearch?: boolean, eventSearchModel_order_by?: string, eventSearchModel_pageSize?: number, eventSearchModel_pageNumber?: number, observe?: 'events', reportProgress?: boolean): Observable>; organisationReservationGetReservation(orgId: number, reservationId: number, observe?: 'body', reportProgress?: boolean): Observable; organisationReservationGetReservation(orgId: number, reservationId: number, observe?: 'response', reportProgress?: boolean): Observable>; organisationReservationGetReservation(orgId: number, reservationId: number, observe?: 'events', reportProgress?: boolean): Observable>; organisationReservationNewReservation(orgId: number, observe?: 'body', reportProgress?: boolean): Observable; organisationReservationNewReservation(orgId: number, observe?: 'response', reportProgress?: boolean): Observable>; organisationReservationNewReservation(orgId: number, observe?: 'events', reportProgress?: boolean): Observable>; organisationReservationPostReservation(orgId: number, reservation: CreateReservationVM, observe?: 'body', reportProgress?: boolean): Observable; organisationReservationPostReservation(orgId: number, reservation: CreateReservationVM, observe?: 'response', reportProgress?: boolean): Observable>; organisationReservationPostReservation(orgId: number, reservation: CreateReservationVM, observe?: 'events', reportProgress?: boolean): Observable>; organisationReservationPutOrganisationReservation(orgId: number, reservationId: number, reservation: UpdateReservationVM, observe?: 'body', reportProgress?: boolean): Observable; organisationReservationPutOrganisationReservation(orgId: number, reservationId: number, reservation: UpdateReservationVM, observe?: 'response', reportProgress?: boolean): Observable>; organisationReservationPutOrganisationReservation(orgId: number, reservationId: number, reservation: UpdateReservationVM, observe?: 'events', reportProgress?: boolean): Observable>; }