UNPKG

@mcp-abap-adt/connection

Version:

ABAP connection layer for MCP ABAP ADT server

10 lines 774 B
export type { SapAuthType, SapConfig, } from './config/sapConfig.js'; export { sapConfigSignature } from './config/sapConfig.js'; export type { AbapConnection, AbapRequestOptions, } from './connection/AbapConnection.js'; export { BaseAbapConnection, BaseAbapConnection as OnPremAbapConnection, } from './connection/BaseAbapConnection.js'; export { createAbapConnection } from './connection/connectionFactory.js'; export { CSRF_CONFIG, CSRF_ERROR_MESSAGES } from './connection/csrfConfig.js'; export { JwtAbapConnection, JwtAbapConnection as CloudAbapConnection, } from './connection/JwtAbapConnection.js'; export type { ILogger } from './logger.js'; export { getTimeout, getTimeoutConfig, type TimeoutConfig, } from './utils/timeouts.js'; //# sourceMappingURL=index.d.ts.map