/** * 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. */ export declare class IDHCPARTY { constructor(json: JSON | any); s?: IDHCPARTY.SEnum; sl?: string; sv?: string; value?: string; } export declare namespace IDHCPARTY { type SEnum = "ID_HCPARTY" | "INSS" | "LOCAL" | "ID_ENCRYPTION_APPLICATION" | "ID_ENCRYPTION_ACTOR" | "ID_ENCRYPTION_KEY" | "ID_INSURANCE" | "ID_CBE" | "ID_EHP"; const SEnum: { IDHCPARTY: SEnum; INSS: SEnum; LOCAL: SEnum; IDENCRYPTIONAPPLICATION: SEnum; IDENCRYPTIONACTOR: SEnum; IDENCRYPTIONKEY: SEnum; IDINSURANCE: SEnum; IDCBE: SEnum; IDEHP: SEnum; }; }