import { Oper_Exte } from './Oper_Exte'; import { Oper_ExteRequestBuilder } from './Oper_ExteRequestBuilder'; 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 Oper_ExteApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Oper_Exte; requestBuilder(): Oper_ExteRequestBuilder; 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 [[tpOper]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TP_OPER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numOrd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_ORD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[tipExp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIP_EXP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[tipImp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIP_IMP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[descImpExp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DESC_IMP_EXP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[totOper]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TOT_OPER: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[codNcm]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_NCM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[qtde]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QTDE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[uniMed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UNI_MED: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indOper]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_OPER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[tipMet]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIP_MET: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlPar]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_PAR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlPrat]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_PRAT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlAj]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_AJ: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlJur]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_JUR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlJurMin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_JUR_MIN: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlJurMax]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_JUR_MAX: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[codCnc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CNC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[tipMoeda]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIP_MOEDA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[descBensPar]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DESC_BENS_PAR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[datTrans]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DAT_TRANS: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[datEmb]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DAT_EMB: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[datEntPrev]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DAT_ENT_PREV: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[descPar]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DESC_PAR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dataDuimp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DATA_DUIMP: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[operPar]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OPER_PAR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[idPartePar]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ID_PARTE_PAR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[tipPar]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIP_PAR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[datUtil]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DAT_UTIL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[critPar]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CRIT_PAR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[idFontCot]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ID_FONT_COT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ajPar]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ AJ_PAR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[qtdeAj]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QTDE_AJ: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[valorCot]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALOR_COT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[numDecExp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_DEC_EXP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codInv]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_INV: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[utilInsProd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UTIL_INS_PROD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numDecImp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_DEC_IMP: 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=Oper_ExteApi.d.ts.map