import { Cfe } from './Cfe'; import { CfeRequestBuilder } from './CfeRequestBuilder'; 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 CfeApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Cfe; requestBuilder(): CfeRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[chvCfe]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHV_CFE: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[codMod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_MOD: 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 [[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 [[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 [[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 [[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 [[vlCfe]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CFE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlPis]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_PIS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCofins]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_COFINS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlDesc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_DESC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlMerc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_MERC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlOutDa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_OUT_DA: 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 [[vlPisSt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_PIS_ST: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCofinsSt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_COFINS_ST: 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=CfeApi.d.ts.map