import { Cfe_An_It } from './Cfe_An_It'; import { Cfe_An_ItRequestBuilder } from './Cfe_An_ItRequestBuilder'; 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 Cfe_An_ItApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Cfe_An_It; requestBuilder(): Cfe_An_ItRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[id]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ID: EdmTypeField>, DeSerializersT, "Edm.Guid", false, true>; /** * 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 [[codSit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_SIT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numCfe]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_CFE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nrSat]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NR_SAT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtDoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_DOC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_ITEM: 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 [[codObs]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_OBS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cstIcms]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CST_ICMS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cfop]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CFOP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[aliqIcms]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ALIQ_ICMS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[qtd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QTD: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[unid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UNID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlOpr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_OPR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ITEM: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlBcIcms]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_BC_ICMS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlIcms]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ICMS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[txt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TXT: 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=Cfe_An_ItApi.d.ts.map