/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { XHR } from "./XHR"; import { DaasResponse } from "../model/DaasResponse"; export declare class fhcDataAttributeServiceApi { host: string; headers: Array; fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise; constructor(host: string, headers: any, fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise); setHeaders(h: Array): void; handleError(e: XHR.XHRError): never; /** * * @summary getDinRoutingInfo * @param xFHCKeystoreId X-FHC-keystoreId * @param xFHCTokenId X-FHC-tokenId * @param xFHCPassPhrase X-FHC-passPhrase * @param nihii nihii * @param ssin ssin * @param dateOfBirth dateOfBirth * @param from from * @param to to * @param cause cause * @param prolongation prolongation * @param total total */ getDinRoutingInfoUsingGET(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, nihii: string, ssin: string, dateOfBirth: number, from: number, to: number, cause: string, prolongation: boolean, total: boolean): Promise; }