@apistudio/apim-cli
Version:
CLI for API Management Products
24 lines • 1.09 kB
TypeScript
/**
* 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";
static readonly REST = "rest";
static readonly STUDIO_ASSET = "asset";
static readonly APPLICATION_YAML_REQ_TYPE = "application/x-yaml";
static readonly APPLICATION_JSON_REQ_TYPE = "application/json";
}
//# sourceMappingURL=app.constants.d.ts.map