import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "emp_cpl" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Emp_Cpl extends Entity implements Emp_CplType { /** * Technical entity name for Emp_Cpl. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Emp_Cpl entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Cpf. * Maximum length: 11. */ cpf: DeserializedType; /** * Nom Mest. * Maximum length: 15. */ nomMest: DeserializedType; /** * Chv Cod Dig. * Maximum length: 32. */ chvCodDig: DeserializedType; /** * Tam Fonte. * Maximum length: 2. */ tamFonte: DeserializedType; /** * Nome Auditor. * Maximum length: 255. */ nomeAuditor: DeserializedType; /** * Cod Cvm Auditor. * Maximum length: 255. */ codCvmAuditor: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Emp_CplType { empresa: DeserializedType; filial: DeserializedType; cpf: DeserializedType; nomMest: DeserializedType; chvCodDig: DeserializedType; tamFonte: DeserializedType; nomeAuditor: DeserializedType; codCvmAuditor: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Emp_Cpl.d.ts.map