UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

20 lines 874 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export declare class AppConstants { static readonly TYPE_NOT_FOUND_EXCEPTION = "Type Not Found Exception"; static readonly COLON = ":"; static readonly apiSpec = "api-spec"; static readonly PARSING_EXCEPTION: (fileName?: string) => string; static readonly GATEWAY_DEPLOY_BASE_URL = "/studio/api/v1/deploy"; static readonly VALIDATION_ERROR_CODE = "STU-VAL_ERR"; static readonly YAML_FILE = "STU-YAML_FILE"; static readonly TEST = "test"; static readonly ASSERTION = "assertion"; static readonly ENVIRONMENT = "environment"; static readonly ALLOWED_ENDPOINTS: string[]; static readonly pathVariable = "$path"; static readonly YAMLStructure = "YAML Structure"; static readonly YAMLContent = "YAML Content"; } //# sourceMappingURL=app-constants.d.ts.map