import { Http } from '@angular/http'; import { HttpClient } from '@angular/common/http'; import 'rxjs/add/operator/map'; import { Observable } from 'rxjs'; import { Response } from '@angular/http/src/static_response'; export declare class PostServiceM3 { private http; private httpClient; idkatios: string; servidor: string; servidorPersonas: string; servidorGenerales: string; servidorM3: string; servidorFEMX: string; servidorDocumentos: string; servidorContable: string; servidorPrestamo: string; WebBase: string; constructor(http: Http, httpClient: HttpClient); cargaInicial(): void; GetIdKatiosLVL1FromSession(): any; getConfigJson(idKatios: string): Promise; respOk_getConfigJson(json: any): void; getURLServer(): string; getURLServerDocs(): string; httpGet(urlGet: string, iServidor: string): Observable; httpGetWithTimeOut(urlGet: string, iServidor: string, timeoutTime: number): Observable; httpGetWithBody(urlGet: string, iServidor: string, parametros: any): Observable; httpGetWithBodyTimeOut(urlGet: string, iServidor: string, parametros: any, timeoutTime: number): Observable; http_get_blob(urlGet: string, iServidor: string, parametros: any): Observable; http_get_arraybuffer(urlGet: string, iServidor: string, parametros: any): Observable; getPrestamo(urlGet: string): Observable; getWithBodyM3TimeOut(urlGet: string, params: any, timeoutTime: number): Observable; getWithBodyPrestamo(urlGet: string, params: any): Observable; getWithBodyM3(urlGet: string, params: any): Observable; getWithBodyPersonas(urlGet: string, params: any): Observable; getWithBodyGenerales(urlGet: string, params: any): Observable; getWithBodyDocumento(urlGet: string, params: any): Observable; get_blob_Documentos(urlGet: string, params: any): Observable; get_arraybuffer_Documentos(urlGet: string, params: any): Observable; getPosts(urlGet: string): Observable; getPersonas(urlGet: string): Observable; getGenerales(urlGet: string): Observable; getM3(urlGet: string): Observable; getM3WithTimeOut(urlGet: string, timeOut: number): Observable; getDocumentos(urlGet: string): Observable; getContable(urlGet: string): Observable; getPostsWithOutJson(urlGet: string): Observable; postServiceHttp(urlGet: string, params: any): Observable; postServiceResponseHttp(urlGet: string, params: any): Observable; postServiceResponseHttpCallService(urlGet: string, params: any, iServidor: any): Observable; postServiceResponseHttpPrestamos(urlGet: string, params: any): Observable; postServiceHttpOptionsCallService(urlGet: string, params: any, headers: any, iServidor: any): Observable; postServiceHttpOptions(urlGet: string, params: any, headers: any): Observable; postServiceHttpOptionsM3(urlGet: string, params: any, headers: any): Observable; postServiceHttpOptionsDocs(urlGet: string, params: any, headers: any): Observable; postServiceHttpResFullCallService(urlGet: string, params: any, iServidor: any): Observable; postServiceHttpResFull(urlGet: string, params: any): Observable; postServiceHttpResFullPersonas(urlGet: string, params: any): Observable; postServiceHttpResFullM3(urlGet: string, params: any): Observable; postServiceHttpResFullFEMX(urlGet: string, params: any): Observable; postServiceHttpResFullGenerales(urlGet: string, params: any): Observable; postServiceHttpResFullPrestamos(urlGet: string, params: any): Observable; postServiceWebApi(urlGet: string, params: any, iServidor: any): Observable; }