UNPKG

navidev-adt-api

Version:

API de conexión al Abap Developer Tools

25 lines 757 B
import { RequestMap } from "./transportTypes"; export declare const TRANSPORT_URL: { ORDER: string; ADD_USER: string; RELEASE_NEW: string; CONFIGURATIONS: string; VALUE_HELP: string; }; export declare const DEFAULT_TARGET = "LOCAL"; export declare const REQUEST_STATUS: { MODIFIABLE: string; MODIFIABLE_PROTECTED: string; RELEASED: string; RELEASE_STARTED: string; RELEASED_IMPORT_PROTECTION: string; RELEASE_PREPARATION: string; }; export declare const REQUEST_STATUS_DESC: RequestMap; export declare const REQUEST_FUNCTION: { WORKBENCH: string; CUSTOMIZING: string; TRANSPORT_COPIES: string; }; export declare const REQUEST_FUNCTION_DESC: RequestMap; //# sourceMappingURL=transportConstants.d.ts.map