import { Invent } from './Invent'; import { InventRequestBuilder } from './InventRequestBuilder'; 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 InventApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Invent; requestBuilder(): InventRequestBuilder; 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 [[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 [[indProp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_PROP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codPart]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_PART: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtEstoque]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_ESTOQUE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[centro]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CENTRO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[motInv]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MOT_INV: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[tipoPart]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIPO_PART: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[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 [[vlUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_UNIT: 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 [[txtCompl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TXT_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 [[avaliacaoArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ AVALIACAO_AREA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[avaliacaoTipo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ AVALIACAO_TIPO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[wip]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WIP: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[vlIcmsOp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ICMS_OP: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlBcIcmsSt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_BC_ICMS_ST: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlIcmsSt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ICMS_ST: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlFcp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_FCP: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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=InventApi.d.ts.map