import { Rec_Regcx } from './Rec_Regcx'; import { Rec_RegcxRequestBuilder } from './Rec_RegcxRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Rec_RegcxApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Rec_Regcx; requestBuilder(): Rec_RegcxRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[empresa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EMPRESA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[filial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FILIAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtLancto]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_LANCTO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numLancto]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_LANCTO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlRec]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_REC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[indRec]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_REC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cnpjCpf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ_CPF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numDoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_DOC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlRecDet]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_REC_DET: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[cstPis]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CST_PIS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cstCofins]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CST_COFINS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[infoCompl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INFO_COMPL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codCta]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CTA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sapMessages]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SAP_MESSAGES: CollectionField>, DeSerializersT, Sap_Message, false, true>; }; } //# sourceMappingURL=Rec_RegcxApi.d.ts.map