/** * Generated file. Do not edit */ import { LoginCredential } from './models'; import { LoginCredentialHashed } from './models'; import { HostProtocol } from '@iotize/tap'; import { SecurityOptions } from './models'; import { NfcPairingMode } from './models'; import { WirelessPairingOptions } from './models'; import { LowPowerOptimizationLevel } from './models'; import { CpuFrequencyOptions } from './models'; import { CpuFrequencySpeed } from '@iotize/tap'; import { PowerOptimizationOptions } from './models'; import { ServiceCode } from './models'; import { NetworkOptions } from './models'; import { NfcConnectionPriority } from './models'; import { ProtocolMaxFrameSize } from './models'; import { MultiRequestFrame } from './models'; import { MultiResponseFrame } from './models'; import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { login: ServiceCallType; loginWithHash: ServiceCallType; logout: ServiceCallType; getCurrentProfileId: ServiceCallType; getCurrentHostProtocol: ServiceCallType; putCurrentHostProtocol: ServiceCallType; getUID: ServiceCallType; loginWithUID: ServiceCallType; keepAlive: ServiceCallType; postKeepAlive: ServiceCallType; getSecurityOptions: ServiceCallType; putSecurityOptions: ServiceCallType; getCurrentGroupId: ServiceCallType; getBundleIdSwdDirectAccess: ServiceCallType; putBundleIdSwdDirectAccess: ServiceCallType; getBundleIdSerialAccess: ServiceCallType; putBundleIdSerialAccess: ServiceCallType; getBundleIdModbusDirectAccess: ServiceCallType; putBundleIdModbusDirectAccess: ServiceCallType; getBundleIdTapnpassControlAccess: ServiceCallType; putBundleIdTapnpassControlAccess: ServiceCallType; getBundleIdFirmwareUpdateAccess: ServiceCallType; putBundleIdFirmwareUpdateAccess: ServiceCallType; getBundleIdMqttIdsAccess: ServiceCallType; putBundleIdMqttIdsAccess: ServiceCallType; getBundleIdVariableConfigAccess: ServiceCallType; putBundleIdVariableConfigAccess: ServiceCallType; getBundleIdFileSystemAccess: ServiceCallType; putBundleIdFileSystemAccess: ServiceCallType; getConfigFormatVersion: ServiceCallType; putConfigFormatVersion: ServiceCallType; getAppName: ServiceCallType; putAppName: ServiceCallType; getConfigVersion: ServiceCallType; putConfigVersion: ServiceCallType; reloadConfig: ServiceCallType; getAppPath: ServiceCallType; putAppPath: ServiceCallType; postAppPath: ServiceCallType; getNfcPairingMode: ServiceCallType; putNfcPairingMode: ServiceCallType; getPairingOptions: ServiceCallType; postPairingOptions: ServiceCallType; putPairingOptions: ServiceCallType; getPowerOptimisationLevel: ServiceCallType; putPowerOptimisationLevel: ServiceCallType; getCpuFrequencyOptions: ServiceCallType; putCpuFrequencyOptions: ServiceCallType; getPowerOptimisationOptions: ServiceCallType; putPowerOptimisationOptions: ServiceCallType; getMaxLowPowerTime: ServiceCallType; putMaxLowPowerTime: ServiceCallType; getAutoRebootTimeout: ServiceCallType; putAutoRebootTimeout: ServiceCallType; getAuthorizedHostProtocol: ServiceCallType; putAuthorizedHostProtocol: ServiceCallType; getConfigFormatFirmwareVersion: ServiceCallType; getUniversalLink: ServiceCallType; putUniversalLink: ServiceCallType; postUniversalLink: ServiceCallType; listObjectInstances: ServiceCallType; getAvailableHostProtocols: ServiceCallType; getDisabledServices: ServiceCallType; postDisabledServices: ServiceCallType; getNetworkOptions: ServiceCallType; putNetworkOptions: ServiceCallType; getRadioMixEnabled: ServiceCallType; putRadioMixEnabled: ServiceCallType; getNfcConnectionPriority: ServiceCallType; postNfcConnectionPriority: ServiceCallType; putNfcConnectionPriority: ServiceCallType; getNfcAutologProfileId: ServiceCallType; putNfcAutologProfileId: ServiceCallType; getHostInactivityPeriod: ServiceCallType; putHostInactivityPeriod: ServiceCallType; getApplicationData: ServiceCallType; putApplicationData: ServiceCallType; postApplicationData: ServiceCallType; getProductKey: ServiceCallType; getCurrentHostProtocolMaxFrameSize: ServiceCallType; executeMultiRequestFrame: ServiceCallType; putCertificatePublicKey: ServiceCallType; putCertificatePrivateKey: ServiceCallType; putCertificateRootKey: ServiceCallType; getProductCode: ServiceCallType; putProductCode: ServiceCallType; getSpecialFeatureProfile: ServiceCallType; setSpecialFeatureProfile: ServiceCallType; putSpecialFeatureProfile: ServiceCallType; };