import { Outra_Inf } from './Outra_Inf'; import { Outra_InfRequestBuilder } from './Outra_InfRequestBuilder'; 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 Outra_InfApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Outra_Inf; requestBuilder(): Outra_InfRequestBuilder; 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 [[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 [[vlCapitalAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CAPITAL_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCapital]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CAPITAL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlEstoqueAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ESTOQUE_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlEstoques]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ESTOQUES: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCaixaAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CAIXA_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCaixa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CAIXA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlAplicFinAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_APLIC_FIN_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlAplicFin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_APLIC_FIN: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCtaRecAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CTA_REC_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCtaRec]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CTA_REC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCtaPagAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CTA_PAG_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCtaPag]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CTA_PAG: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCompraMerc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_COMPRA_MERC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCompraAtivo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_COMPRA_ATIVO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlReceitas]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_RECEITAS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[totAtivo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TOT_ATIVO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlFolha]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_FOLHA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlAliqRed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ALIQ_RED: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[indRegApur]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_REG_APUR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indAvalEstoq]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_AVAL_ESTOQ: 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=Outra_InfApi.d.ts.map