UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

79 lines (78 loc) 2.71 kB
import type { JDLApplicationConfig, JDLApplicationOptionType, JDLApplicationOptionValue } from '../jdl/core/types/parsing.js'; export declare const jhipsterOptionValues: Record<string, JDLApplicationOptionValue>; export declare const jhipsterOptionTypes: Record<string, JDLApplicationOptionType>; export declare const jhipsterQuotedOptionNames: string[]; export declare const builtInJDLApplicationConfig: JDLApplicationConfig; declare const _default: { OptionNames: { APPLICATION_TYPE: string; AUTHENTICATION_TYPE: string; BASE_NAME: string; BLUEPRINT: string; BLUEPRINTS: string; BUILD_TOOL: string; CACHE_PROVIDER: string; CLIENT_FRAMEWORK: string; CLIENT_PACKAGE_MANAGER: string; CLIENT_THEME: string; CLIENT_THEME_VARIANT: string; WITH_ADMIN_UI: string; CREATION_TIMESTAMP: string; DATABASE_TYPE: string; DEV_DATABASE_TYPE: string; DTO_SUFFIX: string; EMBEDDABLE_LAUNCH_SCRIPT: string; ENABLE_HIBERNATE_CACHE: string; ENABLE_SWAGGER_CODEGEN: string; ENABLE_TRANSLATION: string; ENTITY_SUFFIX: string; EXPERIMENTAL: string; GATEWAY_SERVER_PORT: string; I_18_N: string; INSTALL_MODULES: string; JHI_PREFIX: string; JHIPSTER_VERSION: string; JWT_SECRET_KEY: string; LANGUAGES: string; MICROFRONTEND: string; MICROFRONTENDS: string; NATIVE_LANGUAGE: string; NPM: string; PACKAGE_NAME: string; PACKAGE_FOLDER: string; PROD_DATABASE_TYPE: string; REACTIVE: string; REMEMBER_ME_KEY: string; SEARCH_ENGINE: string; SERVER_PORT: string; SERVICE_DISCOVERY_TYPE: string; SKIP_CLIENT: string; SKIP_GIT: string; SKIP_INSTALL: string; SKIP_SERVER: string; SKIP_USER_MANAGEMENT: string; TEST_FRAMEWORKS: string; WEBSOCKET: string; ENABLE_GRADLE_ENTERPRISE: string; GRADLE_ENTERPRISE_HOST: string; USER_ID_TYPE: string; SKIP_INIT_JDL: string; MOBILE_FRAMEWORK: string; MOBILE_THEME: string; WITH_WEBSITE: string; ORM_TOOL: string; BUILT_IN_SERVICES: string; FRONT_OR_BACK: string; JOB_SCHEDULER: string; USE_LOMBOK: string; MULTI_MODULE: string; USE_COMMON_TABLE: string; USE_MULTI_TENANT: string; SOFT_DELETE: string; JAVA_VERSION: string; WORKFLOW: string; }; OptionValues: Record<string, JDLApplicationOptionValue>; QuotedOptionNames: string[]; }; export default _default;