runlify 0.0.717 → 0.0.720
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +0 -0
- package/build/cli.js +0 -0
- package/build/commands/availableEnvironments.js +0 -0
- package/build/commands/generate.js +0 -0
- package/build/commands/init.js +0 -0
- package/build/commands/login.js +0 -0
- package/build/commands/logout.js +0 -0
- package/build/commands/pullEnvs.js +0 -0
- package/build/commands/readEnv.js +0 -0
- package/build/commands/regen.js +0 -0
- package/build/commands/runlify.js +0 -0
- package/build/commands/showToken.js +0 -0
- package/build/commands/start.js +0 -0
- package/build/commands/tryGetMeta.js +0 -0
- package/build/documentation/algorithm.js +0 -0
- package/build/documentation/algoritmToDoc.js +0 -0
- package/build/documentation/algoritmToDoc.spec.js +0 -0
- package/build/documentation/curlExampleToText.js +0 -0
- package/build/documentation/curlExampleToText.spec.js +0 -0
- package/build/documentation/doc.js +0 -0
- package/build/documentation/docToFlatDoc.js +0 -0
- package/build/documentation/docToFlatDoc.spec.js +0 -0
- package/build/documentation/flatDoc.js +0 -0
- package/build/documentation/flatDocToText.js +0 -0
- package/build/documentation/flatDocToText.spec.js +0 -0
- package/build/documentation/templateDoc.js +0 -0
- package/build/documentation/templateDocToDoc.js +0 -0
- package/build/extensions/auth.js +0 -0
- package/build/extensions/cli-extension.js +0 -0
- package/build/extensions/cloudEnv.js +0 -0
- package/build/extensions/cloudMeta.js +0 -0
- package/build/extensions/globalConfig.js +0 -0
- package/build/extensions/localConfig.js +0 -0
- package/build/extensions/preventRunningIfUpdateAvailable.js +0 -0
- package/build/index.js +0 -0
- package/build/log.js +0 -0
- package/build/projectsGeneration/args.js +0 -0
- package/build/projectsGeneration/builders/AdditionalServiceBuilder.js +12 -11
- package/build/projectsGeneration/builders/BaseBuilder.js +0 -0
- package/build/projectsGeneration/builders/BaseSavableEntityBuilder.js +22 -4
- package/build/projectsGeneration/builders/CatalogBuilder.js +0 -0
- package/build/projectsGeneration/builders/ConfigVarBuilder.js +0 -0
- package/build/projectsGeneration/builders/DeploymentBuilder.js +0 -0
- package/build/projectsGeneration/builders/DocumentBuilder.js +0 -0
- package/build/projectsGeneration/builders/InfoRegistryBuilder.js +0 -0
- package/build/projectsGeneration/builders/PageBuilder.js +0 -0
- package/build/projectsGeneration/builders/PermissionBuilder.js +0 -0
- package/build/projectsGeneration/builders/ReportBuilder.js +0 -0
- package/build/projectsGeneration/builders/RestApiBuilder.js +0 -0
- package/build/projectsGeneration/builders/RestApiMethodBuilder.js +0 -0
- package/build/projectsGeneration/builders/RoleBuilder.js +0 -0
- package/build/projectsGeneration/builders/SumRegistryBuilder.js +0 -0
- package/build/projectsGeneration/builders/SystemMetaBuilder.js +22 -4
- package/build/projectsGeneration/builders/TelegramBotBuilder.js +0 -0
- package/build/projectsGeneration/builders/buildedTypes.js +8 -2
- package/build/projectsGeneration/builders/curlTypes.js +0 -0
- package/build/projectsGeneration/builders/docs/DocumentationOfDocument.js +0 -0
- package/build/projectsGeneration/builders/docs/DocumentationOfDocumentBuilder.js +0 -0
- package/build/projectsGeneration/builders/fields/BaseFieldBuilder.js +7 -1
- package/build/projectsGeneration/builders/fields/IdFieldBuilder.js +0 -0
- package/build/projectsGeneration/builders/fields/LinkFieldBuilder.js +0 -0
- package/build/projectsGeneration/builders/fields/ModelFieldBuilder.js +2 -7
- package/build/projectsGeneration/builders/fields/ScalarFieldBuilder.js +0 -0
- package/build/projectsGeneration/builders/fields/ViewLinkFieldBuilder.js +0 -0
- package/build/projectsGeneration/builders/index.js +0 -0
- package/build/projectsGeneration/builders/integrationClients/IntegrationClientArgsModelBuilder.js +0 -0
- package/build/projectsGeneration/builders/integrationClients/IntegrationClientBaseModelBuilder.js +0 -0
- package/build/projectsGeneration/builders/integrationClients/IntegrationClientBuilder.js +0 -0
- package/build/projectsGeneration/builders/integrationClients/IntegrationClientQueryMethodsBuilder.js +0 -0
- package/build/projectsGeneration/builders/integrationClients/IntegrationClientReturnModelBuilder.js +0 -0
- package/build/projectsGeneration/builders/materialUiIcons.js +0 -0
- package/build/projectsGeneration/builders/mehods/ArgsModelBuilder.js +0 -0
- package/build/projectsGeneration/builders/mehods/BaseModelBuilder.js +0 -0
- package/build/projectsGeneration/builders/mehods/MethodBuilder.js +50 -4
- package/build/projectsGeneration/builders/mehods/ReturnObjectBuilder.js +21 -0
- package/build/projectsGeneration/builders/mehods/ReturnScalarBuilder.js +17 -0
- package/build/projectsGeneration/builders/mehods/ReturnVoidBuilder.js +15 -0
- package/build/projectsGeneration/builders/menu/BaseMenuItemBuilder.js +0 -0
- package/build/projectsGeneration/builders/menu/ExternalEnvMenuItemBuilder.js +0 -0
- package/build/projectsGeneration/builders/menu/ExternalMenuItemBuilder.js +0 -0
- package/build/projectsGeneration/builders/menu/GroupMenuItemBuilder.js +0 -0
- package/build/projectsGeneration/builders/menu/InternalMenuItemBuilder.js +0 -0
- package/build/projectsGeneration/builders/tsFilterFields.js +0 -0
- package/build/projectsGeneration/builders/tsFilterFields.spec.js +0 -0
- package/build/projectsGeneration/builders/types.js +0 -0
- package/build/projectsGeneration/builders/ui/Forms.js +0 -0
- package/build/projectsGeneration/builders/ui/FormsBuilder.js +0 -0
- package/build/projectsGeneration/builders/ui/ListFormBuilder.js +0 -0
- package/build/projectsGeneration/builders/ui/ListFormFilterBuilder.js +0 -0
- package/build/projectsGeneration/builders/ui/ListFormFilterFieldBuilder.js +0 -0
- package/build/projectsGeneration/builders/utils/accessFunctions.js +0 -0
- package/build/projectsGeneration/builders/validation/baseValudationToYupAssertions.js +0 -0
- package/build/projectsGeneration/builders/validation/bigintValudationToYupAssertions.js +0 -0
- package/build/projectsGeneration/builders/validation/bigintValudationToYupAssertions.spec.js +0 -0
- package/build/projectsGeneration/builders/validation/floatValudationToYupAssertions.js +0 -0
- package/build/projectsGeneration/builders/validation/floatValudationToYupAssertions.spec.js +0 -0
- package/build/projectsGeneration/builders/validation/intValudationToYupAssertions.js +0 -0
- package/build/projectsGeneration/builders/validation/intValudationToYupAssertions.spec.js +0 -0
- package/build/projectsGeneration/builders/validation/numberValudationToYupAssertions.js +0 -0
- package/build/projectsGeneration/builders/validation/stringValudationToYupAssertions.js +0 -0
- package/build/projectsGeneration/builders/validation/stringValudationToYupAssertions.spec.js +0 -0
- package/build/projectsGeneration/builders/validation/types.js +0 -0
- package/build/projectsGeneration/commonEntities/addAggregateTrackings.js +0 -0
- package/build/projectsGeneration/commonEntities/addAuditLogs.js +0 -0
- package/build/projectsGeneration/commonEntities/addAutogeneration.js +0 -0
- package/build/projectsGeneration/commonEntities/addCommonCommands.js +0 -0
- package/build/projectsGeneration/commonEntities/addCommonEntities.js +0 -0
- package/build/projectsGeneration/commonEntities/addConfigurationVariables.js +0 -0
- package/build/projectsGeneration/commonEntities/addLanguages.js +0 -0
- package/build/projectsGeneration/commonEntities/addManagers.js +0 -0
- package/build/projectsGeneration/commonEntities/addRefreshTokens.js +0 -0
- package/build/projectsGeneration/commonEntities/addRoles.js +0 -0
- package/build/projectsGeneration/commonEntities/addTenants.js +0 -0
- package/build/projectsGeneration/commonEntities/addUserSettings.js +0 -0
- package/build/projectsGeneration/commonEntities/addUsers.js +0 -0
- package/build/projectsGeneration/commonEntities/index.js +0 -0
- package/build/projectsGeneration/dataForTests.js +2 -1
- package/build/projectsGeneration/defaultCatalogs/addElasticSearch.js +0 -0
- package/build/projectsGeneration/defaultCatalogs/files.js +0 -0
- package/build/projectsGeneration/defaultCatalogs/index.js +0 -0
- package/build/projectsGeneration/fileCleaners/back/graphServices/cleanGraphServices.js +0 -0
- package/build/projectsGeneration/fileCleaners/back/services/cleanServices.js +0 -0
- package/build/projectsGeneration/fileCleaners/cleanFiles.js +0 -0
- package/build/projectsGeneration/fileCleaners/ui/cleanUi.js +0 -0
- package/build/projectsGeneration/fileCleaners/ui/pages/cleanPages.js +0 -0
- package/build/projectsGeneration/fileCleaners/ui/widgets/cleanWidgets.js +0 -0
- package/build/projectsGeneration/fileCleaners/ui/widgets/cleanWidgetsByType.js +0 -0
- package/build/projectsGeneration/genGraphSchemesByLocalGenerator.js +0 -0
- package/build/projectsGeneration/generateAdditionalService.js +0 -0
- package/build/projectsGeneration/generateEntity.js +0 -0
- package/build/projectsGeneration/generateEnvironment.js +0 -0
- package/build/projectsGeneration/generateProject.js +0 -0
- package/build/projectsGeneration/generators/fieldTypeToTsType.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/Entities.js +3 -6
- package/build/projectsGeneration/generators/fileTemplates/back/devEnum.js +3 -6
- package/build/projectsGeneration/generators/fileTemplates/back/elastic/elastic.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/elastic/jobs.js +3 -11
- package/build/projectsGeneration/generators/fileTemplates/back/enum.js +3 -6
- package/build/projectsGeneration/generators/fileTemplates/back/environment/chart/Chart.js +4 -7
- package/build/projectsGeneration/generators/fileTemplates/back/environment/chart/templates/back.js +4 -8
- package/build/projectsGeneration/generators/fileTemplates/back/environment/chart/templates/ingress.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/environment/chart/values.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/environment/ciNotify.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/environment/defaultEnv.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/dockerfileTmplBack.js +3 -6
- package/build/projectsGeneration/generators/fileTemplates/back/environment/dockerfileTmplUI.js +3 -6
- package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocSpec.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocsConfiguration.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocsEntity.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocsIntegrationClient.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocsRestApi.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/spec/findLinksToEntities.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/spec/getAllSavableEntities.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/spec/getProjectSpec.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/spec/titleMd.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/gitlabCi.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/clients/getPrisma.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/clients/queue/getQueue.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/index.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/IntegrationClient.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/IntegrationClients.js +2 -4
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/fieldToTsTypeFieldWithType.js +8 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/fieldToTsTypeFieldWithType.spec.js +81 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/fieldsToTsTypeFieldsWithTypes.js +7 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/integrationClientConstrictors.js +2 -4
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/tsModelTmpl.js +3 -6
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/types.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/additionalResolvers.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/additionalService/permissionToGraphql.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/graph/additionalService/resolvers.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/graph/additionalService/typeDefs.js +3 -7
- package/build/projectsGeneration/generators/fileTemplates/back/graph/additionalTypes.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/entityAdditionalPermissionToGraphqlTmpl.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/graph/entityBasePermissionToGraphql.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/graph/entityPermissionToGraphqlTmpl.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/graph/help/baseResolvers.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/help/baseTypeDefs.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/help/permissionsToGraphql.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/meta/resolvers.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/meta/typeDefs.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/permissionsToGraphql.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/graph/resolvers.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/graph/types.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/initCommon.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/initDev.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/initEntities.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/root/config/config.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/root/restRouter.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/AdditionalServices.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/BaseServices.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/services/HelpService/HelpService.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/additionalService/backAdditionalServiceTypesTmplInner.js +21 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/additionalService/backAdditionalServiceTypesTmplInner.spec.js +69 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/additionalService/getMethodTypeForService.js +8 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/additionalService/getMethodTypeForService.spec.js +100 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/additionalService/getMethodTypeForServiceReturn.js +33 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/additionalService/getMethodTypeForServiceReturn.spec.js +58 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/additionalService/types.js +5 -19
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/additionalClass.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/class.js +7 -7
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/config.js +2 -4
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/additionalOperationsOnCreate.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/additionalOperationsOnDelete.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/additionalOperationsOnUpdate.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/afterCreate.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/afterDelete.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/afterUpdate.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/beforeCreate.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/beforeDelete.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/beforeUpdate.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/beforeUpsert.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/changeListFilter.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/tenantIdRequiredHooks.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/initBuiltInHooks.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/initUserHooks.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/serviceConstrictors.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/Dashboard.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/MetaPage.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/ResourcesPage.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/additionalRoutes.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/entityMapping.js +4 -7
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/chart/Chart.js +4 -7
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/chart/templates/front.js +4 -7
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/chart/templates/ingress.js +4 -7
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/chart/values.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/ciNotify.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/docs/adminAppDocsConfiguration.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/gitlabCi.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/App.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/contexts/SpacesContext.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/dataProvider/getAdditionalMethods.js +4 -12
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/dataProvider/index.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/i18nProvider/index.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/layout/AppBar.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/layout/Menu.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/routes.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/functions/Functions.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/getAdditionalMenu.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/getDefaultMenu.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiLangCatalogsTmpl.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiLangDocsTmpl.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiLangInfoRegistriesTmpl.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiLangReportsTmpl.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiLangSumRegistriesTmpl.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiTranslationsForServicesOfSavablesTmpl.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiTranslationsLangTmpl.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityCreate/DefaultEntityCreate.js +5 -9
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityCreate/index.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityEdit/DefaultEntityEdit.js +2 -4
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityEdit/index.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityList/DefaultEntityFilter.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityList/DefaultEntityList.js +4 -8
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityList/EntityFilter.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityList/index.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/DefaultActions.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/DefaultEntityShow.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/DefaultMainTab.js +3 -7
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/DependencyTab.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/MainTab.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/additionalTabs.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/index.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/Icon.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/getEntityValidation.js +3 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/resources.js +14 -16
- package/build/projectsGeneration/generators/fileTemplates/ui/widgets/count/CountWidget.js +2 -6
- package/build/projectsGeneration/generators/fileTemplates/ui/widgets/list/ListWidget.js +2 -6
- package/build/projectsGeneration/generators/graph/fieldTypeToGraphScalar.js +0 -0
- package/build/projectsGeneration/generators/graph/fieldTypeToGraphScalarStringified.js +0 -0
- package/build/projectsGeneration/generators/graph/fields/genGraphField.js +0 -0
- package/build/projectsGeneration/generators/graph/fields/genGraphIdField.js +0 -0
- package/build/projectsGeneration/generators/graph/fields/genGraphIdFieldType.js +0 -0
- package/build/projectsGeneration/generators/graph/fields/genGraphLinkField.js +0 -0
- package/build/projectsGeneration/generators/graph/fields/genGraphModelField.js +0 -0
- package/build/projectsGeneration/generators/graph/fields/genGraphScalarField.js +0 -0
- package/build/projectsGeneration/generators/graph/filters/genGraphField.js +0 -0
- package/build/projectsGeneration/generators/graph/filters/genGraphIdFilter.js +0 -0
- package/build/projectsGeneration/generators/graph/filters/genGraphLinkFilter.js +0 -0
- package/build/projectsGeneration/generators/graph/filters/genGraphScalarFilter.js +0 -0
- package/build/projectsGeneration/generators/graph/genGraphAdditionalServiceSchema.js +3 -3
- package/build/projectsGeneration/generators/graph/genGraphAdditionalServiceSchema.spec.js +10 -9
- package/build/projectsGeneration/generators/graph/genGraphCrudSchema.js +0 -0
- package/build/projectsGeneration/generators/graph/genGraphCrudSchema.spec.js +0 -0
- package/build/projectsGeneration/generators/graph/genGraphFilterType.js +0 -0
- package/build/projectsGeneration/generators/graph/genGraphFilterType.spec.js +0 -0
- package/build/projectsGeneration/generators/graph/genGraphModelType.js +1 -1
- package/build/projectsGeneration/generators/graph/genGraphType.js +0 -0
- package/build/projectsGeneration/generators/graph/genGraphType.spec.js +0 -0
- package/build/projectsGeneration/generators/graph/printGraphType.js +0 -0
- package/build/projectsGeneration/generators/graph/printGraphType.spec.js +0 -0
- package/build/projectsGeneration/generators/graph/types.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/mapUtils.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/models/getModelInitOrder.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/models/getModelInitOrder.spec.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/models/getUniqModels.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/models/getUniqModels.spec.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/models/getUsedModels.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/models/getUsedModels.spec.js +3 -2
- package/build/projectsGeneration/generators/graph/utils/serviceModels/augmentInputModelsByUsedAsInputGeneralModelsAndPostfixThemByInput.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/serviceModels/augmentInputModelsByUsedAsInputGeneralModelsAndPostfixThemByInput.spec.js +11 -17
- package/build/projectsGeneration/generators/graph/utils/serviceModels/getGraphTypesFromInputOutputModels.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/serviceModels/getGraphTypesFromInputOutputModels.spec.js +11 -18
- package/build/projectsGeneration/generators/graph/utils/serviceModels/getObjectModelsFromMethodReturns.js +8 -0
- package/build/projectsGeneration/generators/graph/utils/serviceModels/getPreparedModelsForGraph.js +3 -4
- package/build/projectsGeneration/generators/graph/utils/serviceModels/getPreparedModelsForGraph.spec.js +19 -18
- package/build/projectsGeneration/generators/graph/utils/serviceModels/getServiceModels.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/serviceModels/getUsedGraphModelsForService.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/serviceModels/getUsedGraphModelsForService.spec.js +2 -3
- package/build/projectsGeneration/generators/graph/utils/serviceModels/getUsedModelsForService.js +6 -2
- package/build/projectsGeneration/generators/graph/utils/serviceModels/getUsedModelsForService.spec.js +51 -72
- package/build/projectsGeneration/generators/graph/utils/serviceModels/prefixServiceModelsWithServiceName.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/serviceModels/prefixServiceModelsWithServiceName.spec.js +11 -17
- package/build/projectsGeneration/generators/graph/utils/serviceModels/removeDublicatesFromServiceModels.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/serviceModels/removeUnusedInOutputGeneralModels.js +0 -0
- package/build/projectsGeneration/generators/graph/utils/serviceModels/removeVoidsInServiceModels.js +0 -0
- package/build/projectsGeneration/generators/prisma/fieldIdTypeToPrismaType.js +0 -0
- package/build/projectsGeneration/generators/prisma/fieldTypeToPrismaType.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/fields/genPrismaDefault.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/fields/genPrismaDefault.spec.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/fields/genPrismaField.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/fields/genPrismaFieldFromExternalEntity.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/fields/genPrismaFieldFromExternalEntity.spec.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/fields/genPrismaIdField.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/fields/genPrismaIdField.spec.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/fields/genPrismaLinkFields.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/fields/genPrismaLinkFields.spec.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/fields/genPrismaScalarField.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/fields/genPrismaScalarField.spec.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/genPrismaEntity.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/genPrismaEntity.spec.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/genPrismaSchemaForEntities.js +0 -0
- package/build/projectsGeneration/generators/prisma/scheme/genPrismaSchemaForEntitiesWithClientAdnDb.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/edit/getCompNameToEditScalar.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/edit/getCompNamesToEditField.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/edit/getCompNamesToEditIdField.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/edit/getCompNamesToEditLinkField.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/edit/getCompNamesToEditLinkField.spec.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/edit/getCompNamesToEditScalarField.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/show/getCompNameToShowScalar.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/show/getCompNamesToShowField.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/show/getCompNamesToShowIdField.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/show/getCompNamesToShowLinkField.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/show/getCompNamesToShowLinkField.spec.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/show/getCompNamesToShowScalarField.js +0 -0
- package/build/projectsGeneration/generators/ui/componentNames/types.js +0 -0
- package/build/projectsGeneration/generators/ui/getLinkShowComponent.spec.js +0 -0
- package/build/projectsGeneration/generators/ui/getScalarShowComponent.spec.js +0 -0
- package/build/projectsGeneration/generators/ui/getShowComponent.js +0 -0
- package/build/projectsGeneration/index.js +0 -0
- package/build/projectsGeneration/links/getLinksFromExternalEntities.js +0 -0
- package/build/projectsGeneration/links/getLinksFromExternalEntities.spec.js +0 -0
- package/build/projectsGeneration/links/getLinksOfEntities.js +0 -0
- package/build/projectsGeneration/links/getLinksOfEntities.spec.js +0 -0
- package/build/projectsGeneration/links/getLinksToExternalEntities.js +0 -0
- package/build/projectsGeneration/links/getLinksToExternalEntities.spec.js +0 -0
- package/build/projectsGeneration/metaUtils.js +0 -0
- package/build/projectsGeneration/modelsGeneration.serialization.spec.js +0 -0
- package/build/projectsGeneration/modules/addEmailModuleEntities.js +0 -0
- package/build/projectsGeneration/modules/index.js +0 -0
- package/build/projectsGeneration/types.js +0 -0
- package/build/projectsGeneration/utils.js +8 -2
- package/build/refs/yup.spec.js +0 -0
- package/build/templates/model.ts.ejs +0 -0
- package/build/templates/runlify.developer.example.json.ejs +0 -0
- package/build/templates/runlify.json.ejs +0 -0
- package/build/types/cli.d.ts +0 -0
- package/build/types/commands/availableEnvironments.d.ts +0 -0
- package/build/types/commands/generate.d.ts +0 -0
- package/build/types/commands/init.d.ts +0 -0
- package/build/types/commands/login.d.ts +0 -0
- package/build/types/commands/logout.d.ts +0 -0
- package/build/types/commands/pullEnvs.d.ts +0 -0
- package/build/types/commands/readEnv.d.ts +0 -0
- package/build/types/commands/regen.d.ts +0 -0
- package/build/types/commands/runlify.d.ts +0 -0
- package/build/types/commands/showToken.d.ts +0 -0
- package/build/types/commands/start.d.ts +0 -0
- package/build/types/commands/tryGetMeta.d.ts +0 -0
- package/build/types/documentation/algorithm.d.ts +0 -0
- package/build/types/documentation/algoritmToDoc.d.ts +0 -0
- package/build/types/documentation/algoritmToDoc.spec.d.ts +0 -0
- package/build/types/documentation/curlExampleToText.d.ts +0 -0
- package/build/types/documentation/curlExampleToText.spec.d.ts +0 -0
- package/build/types/documentation/doc.d.ts +0 -0
- package/build/types/documentation/docToFlatDoc.d.ts +0 -0
- package/build/types/documentation/docToFlatDoc.spec.d.ts +0 -0
- package/build/types/documentation/flatDoc.d.ts +0 -0
- package/build/types/documentation/flatDocToText.d.ts +0 -0
- package/build/types/documentation/flatDocToText.spec.d.ts +0 -0
- package/build/types/documentation/templateDoc.d.ts +0 -0
- package/build/types/documentation/templateDocToDoc.d.ts +0 -0
- package/build/types/extensions/auth.d.ts +0 -0
- package/build/types/extensions/cli-extension.d.ts +0 -0
- package/build/types/extensions/cloudEnv.d.ts +0 -0
- package/build/types/extensions/cloudMeta.d.ts +0 -0
- package/build/types/extensions/globalConfig.d.ts +0 -0
- package/build/types/extensions/localConfig.d.ts +0 -0
- package/build/types/extensions/preventRunningIfUpdateAvailable.d.ts +0 -0
- package/build/types/index.d.ts +0 -0
- package/build/types/log.d.ts +0 -0
- package/build/types/projectsGeneration/args.d.ts +0 -0
- package/build/types/projectsGeneration/builders/AdditionalServiceBuilder.d.ts +7 -7
- package/build/types/projectsGeneration/builders/BaseBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/BaseSavableEntityBuilder.d.ts +6 -3
- package/build/types/projectsGeneration/builders/CatalogBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/ConfigVarBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/DeploymentBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/DocumentBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/InfoRegistryBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/PageBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/PermissionBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/ReportBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/RestApiBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/RestApiMethodBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/RoleBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/SumRegistryBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/SystemMetaBuilder.d.ts +6 -3
- package/build/types/projectsGeneration/builders/TelegramBotBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/buildedTypes.d.ts +21 -3
- package/build/types/projectsGeneration/builders/curlTypes.d.ts +0 -0
- package/build/types/projectsGeneration/builders/docs/DocumentationOfDocument.d.ts +0 -0
- package/build/types/projectsGeneration/builders/docs/DocumentationOfDocumentBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/fields/BaseFieldBuilder.d.ts +2 -0
- package/build/types/projectsGeneration/builders/fields/IdFieldBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/fields/LinkFieldBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/fields/ModelFieldBuilder.d.ts +0 -2
- package/build/types/projectsGeneration/builders/fields/ScalarFieldBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/fields/ViewLinkFieldBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/index.d.ts +0 -0
- package/build/types/projectsGeneration/builders/integrationClients/IntegrationClientArgsModelBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/integrationClients/IntegrationClientBaseModelBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/integrationClients/IntegrationClientBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/integrationClients/IntegrationClientQueryMethodsBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/integrationClients/IntegrationClientReturnModelBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/materialUiIcons.d.ts +0 -0
- package/build/types/projectsGeneration/builders/mehods/ArgsModelBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/mehods/BaseModelBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/mehods/MethodBuilder.d.ts +20 -6
- package/build/types/projectsGeneration/builders/mehods/ReturnObjectBuilder.d.ts +10 -0
- package/build/types/projectsGeneration/builders/mehods/ReturnScalarBuilder.d.ts +7 -0
- package/build/types/projectsGeneration/builders/mehods/ReturnVoidBuilder.d.ts +8 -0
- package/build/types/projectsGeneration/builders/menu/BaseMenuItemBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/menu/ExternalEnvMenuItemBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/menu/ExternalMenuItemBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/menu/GroupMenuItemBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/menu/InternalMenuItemBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/tsFilterFields.d.ts +0 -0
- package/build/types/projectsGeneration/builders/tsFilterFields.spec.d.ts +0 -0
- package/build/types/projectsGeneration/builders/types.d.ts +0 -0
- package/build/types/projectsGeneration/builders/ui/Forms.d.ts +0 -0
- package/build/types/projectsGeneration/builders/ui/FormsBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/ui/ListFormBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/ui/ListFormFilterBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/ui/ListFormFilterFieldBuilder.d.ts +0 -0
- package/build/types/projectsGeneration/builders/utils/accessFunctions.d.ts +0 -0
- package/build/types/projectsGeneration/builders/validation/baseValudationToYupAssertions.d.ts +0 -0
- package/build/types/projectsGeneration/builders/validation/bigintValudationToYupAssertions.d.ts +0 -0
- package/build/types/projectsGeneration/builders/validation/bigintValudationToYupAssertions.spec.d.ts +0 -0
- package/build/types/projectsGeneration/builders/validation/floatValudationToYupAssertions.d.ts +0 -0
- package/build/types/projectsGeneration/builders/validation/floatValudationToYupAssertions.spec.d.ts +0 -0
- package/build/types/projectsGeneration/builders/validation/intValudationToYupAssertions.d.ts +0 -0
- package/build/types/projectsGeneration/builders/validation/intValudationToYupAssertions.spec.d.ts +0 -0
- package/build/types/projectsGeneration/builders/validation/numberValudationToYupAssertions.d.ts +0 -0
- package/build/types/projectsGeneration/builders/validation/stringValudationToYupAssertions.d.ts +0 -0
- package/build/types/projectsGeneration/builders/validation/stringValudationToYupAssertions.spec.d.ts +0 -0
- package/build/types/projectsGeneration/builders/validation/types.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addAggregateTrackings.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addAuditLogs.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addAutogeneration.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addCommonCommands.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addCommonEntities.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addConfigurationVariables.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addLanguages.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addManagers.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addRefreshTokens.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addRoles.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addTenants.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addUserSettings.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/addUsers.d.ts +0 -0
- package/build/types/projectsGeneration/commonEntities/index.d.ts +0 -0
- package/build/types/projectsGeneration/dataForTests.d.ts +0 -0
- package/build/types/projectsGeneration/defaultCatalogs/addElasticSearch.d.ts +0 -0
- package/build/types/projectsGeneration/defaultCatalogs/files.d.ts +0 -0
- package/build/types/projectsGeneration/defaultCatalogs/index.d.ts +0 -0
- package/build/types/projectsGeneration/fileCleaners/back/graphServices/cleanGraphServices.d.ts +0 -0
- package/build/types/projectsGeneration/fileCleaners/back/services/cleanServices.d.ts +0 -0
- package/build/types/projectsGeneration/fileCleaners/cleanFiles.d.ts +0 -0
- package/build/types/projectsGeneration/fileCleaners/ui/cleanUi.d.ts +0 -0
- package/build/types/projectsGeneration/fileCleaners/ui/pages/cleanPages.d.ts +0 -0
- package/build/types/projectsGeneration/fileCleaners/ui/widgets/cleanWidgets.d.ts +0 -0
- package/build/types/projectsGeneration/fileCleaners/ui/widgets/cleanWidgetsByType.d.ts +0 -0
- package/build/types/projectsGeneration/genGraphSchemesByLocalGenerator.d.ts +0 -0
- package/build/types/projectsGeneration/generateAdditionalService.d.ts +0 -0
- package/build/types/projectsGeneration/generateEntity.d.ts +0 -0
- package/build/types/projectsGeneration/generateEnvironment.d.ts +0 -0
- package/build/types/projectsGeneration/generateProject.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fieldTypeToTsType.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/Entities.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/devEnum.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/elastic/elastic.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/elastic/jobs.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/enum.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/chart/Chart.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/chart/templates/back.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/chart/templates/ingress.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/chart/values.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/ciNotify.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/defaultEnv.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/dockerfileTmplBack.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/dockerfileTmplUI.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocSpec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocsConfiguration.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocsEntity.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocsIntegrationClient.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocsRestApi.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/docs/spec/findLinksToEntities.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/docs/spec/getAllSavableEntities.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/docs/spec/getProjectSpec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/docs/spec/titleMd.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/gitlabCi.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/src/clients/getPrisma.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/src/clients/queue/getQueue.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/src/index.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/IntegrationClient.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/IntegrationClients.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/fieldToTsTypeFieldWithType.d.ts +2 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/fieldToTsTypeFieldWithType.spec.d.ts +1 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/fieldsToTsTypeFieldsWithTypes.d.ts +2 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/integrationClientConstrictors.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/tsModelTmpl.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/types.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/additionalResolvers.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/additionalService/permissionToGraphql.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/additionalService/resolvers.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/additionalService/typeDefs.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/additionalTypes.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/entityAdditionalPermissionToGraphqlTmpl.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/entityBasePermissionToGraphql.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/entityPermissionToGraphqlTmpl.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/help/baseResolvers.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/help/baseTypeDefs.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/help/permissionsToGraphql.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/meta/resolvers.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/meta/typeDefs.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/permissionsToGraphql.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/resolvers.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/graph/types.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/initCommon.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/initDev.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/initEntities.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/root/config/config.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/root/restRouter.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/AdditionalServices.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/BaseServices.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/HelpService/HelpService.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/additionalService/backAdditionalServiceTypesTmplInner.d.ts +2 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/additionalService/backAdditionalServiceTypesTmplInner.spec.d.ts +1 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/additionalService/getMethodTypeForService.d.ts +2 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/additionalService/getMethodTypeForService.spec.d.ts +1 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/additionalService/getMethodTypeForServiceReturn.d.ts +2 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/additionalService/getMethodTypeForServiceReturn.spec.d.ts +1 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/additionalService/types.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/additionalClass.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/class.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/config.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/additionalOperationsOnCreate.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/additionalOperationsOnDelete.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/additionalOperationsOnUpdate.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/afterCreate.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/afterDelete.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/afterUpdate.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/beforeCreate.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/beforeDelete.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/beforeUpdate.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/beforeUpsert.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/changeListFilter.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/hooks/tenantIdRequiredHooks.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/initBuiltInHooks.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/entity/initUserHooks.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/back/services/serviceConstrictors.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/Dashboard.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/MetaPage.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/ResourcesPage.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/additionalRoutes.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/entityMapping.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/chart/Chart.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/chart/templates/front.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/chart/templates/ingress.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/chart/values.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/ciNotify.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/docs/adminAppDocsConfiguration.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/gitlabCi.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/src/App.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/src/contexts/SpacesContext.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/src/dataProvider/getAdditionalMethods.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/src/dataProvider/index.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/src/i18nProvider/index.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/src/layout/AppBar.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/src/layout/Menu.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/environment/src/routes.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/functions/Functions.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/getAdditionalMenu.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/getDefaultMenu.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiLangCatalogsTmpl.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiLangDocsTmpl.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiLangInfoRegistriesTmpl.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiLangReportsTmpl.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiLangSumRegistriesTmpl.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiTranslationsForServicesOfSavablesTmpl.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiTranslationsLangTmpl.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityCreate/DefaultEntityCreate.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityCreate/index.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityEdit/DefaultEntityEdit.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityEdit/index.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityList/DefaultEntityFilter.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityList/DefaultEntityList.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityList/EntityFilter.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityList/index.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/DefaultActions.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/DefaultEntityShow.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/DefaultMainTab.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/DependencyTab.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/MainTab.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/additionalTabs.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/index.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/Icon.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/pages/getEntityValidation.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/resources.d.ts +1 -1
- package/build/types/projectsGeneration/generators/fileTemplates/ui/widgets/count/CountWidget.d.ts +0 -0
- package/build/types/projectsGeneration/generators/fileTemplates/ui/widgets/list/ListWidget.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/fieldTypeToGraphScalar.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/fieldTypeToGraphScalarStringified.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/fields/genGraphField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/fields/genGraphIdField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/fields/genGraphIdFieldType.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/fields/genGraphLinkField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/fields/genGraphModelField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/fields/genGraphScalarField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/filters/genGraphField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/filters/genGraphIdFilter.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/filters/genGraphLinkFilter.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/filters/genGraphScalarFilter.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/genGraphAdditionalServiceSchema.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/genGraphAdditionalServiceSchema.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/genGraphCrudSchema.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/genGraphCrudSchema.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/genGraphFilterType.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/genGraphFilterType.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/genGraphModelType.d.ts +2 -2
- package/build/types/projectsGeneration/generators/graph/genGraphType.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/genGraphType.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/printGraphType.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/printGraphType.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/types.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/mapUtils.d.ts +92 -2
- package/build/types/projectsGeneration/generators/graph/utils/models/getModelInitOrder.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/models/getModelInitOrder.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/models/getUniqModels.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/models/getUniqModels.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/models/getUsedModels.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/models/getUsedModels.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/augmentInputModelsByUsedAsInputGeneralModelsAndPostfixThemByInput.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/augmentInputModelsByUsedAsInputGeneralModelsAndPostfixThemByInput.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/getGraphTypesFromInputOutputModels.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/getGraphTypesFromInputOutputModels.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/getObjectModelsFromMethodReturns.d.ts +3 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/getPreparedModelsForGraph.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/getPreparedModelsForGraph.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/getServiceModels.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/getUsedGraphModelsForService.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/getUsedGraphModelsForService.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/getUsedModelsForService.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/getUsedModelsForService.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/prefixServiceModelsWithServiceName.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/prefixServiceModelsWithServiceName.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/removeDublicatesFromServiceModels.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/removeUnusedInOutputGeneralModels.d.ts +0 -0
- package/build/types/projectsGeneration/generators/graph/utils/serviceModels/removeVoidsInServiceModels.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/fieldIdTypeToPrismaType.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/fieldTypeToPrismaType.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaDefault.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaDefault.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaFieldFromExternalEntity.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaFieldFromExternalEntity.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaIdField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaIdField.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaLinkFields.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaLinkFields.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaScalarField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaScalarField.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/genPrismaEntity.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/genPrismaEntity.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/genPrismaSchemaForEntities.d.ts +0 -0
- package/build/types/projectsGeneration/generators/prisma/scheme/genPrismaSchemaForEntitiesWithClientAdnDb.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/edit/getCompNameToEditScalar.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/edit/getCompNamesToEditField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/edit/getCompNamesToEditIdField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/edit/getCompNamesToEditLinkField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/edit/getCompNamesToEditLinkField.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/edit/getCompNamesToEditScalarField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/show/getCompNameToShowScalar.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/show/getCompNamesToShowField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/show/getCompNamesToShowIdField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/show/getCompNamesToShowLinkField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/show/getCompNamesToShowLinkField.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/show/getCompNamesToShowScalarField.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/componentNames/types.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/getLinkShowComponent.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/getScalarShowComponent.spec.d.ts +0 -0
- package/build/types/projectsGeneration/generators/ui/getShowComponent.d.ts +0 -0
- package/build/types/projectsGeneration/index.d.ts +0 -0
- package/build/types/projectsGeneration/links/getLinksFromExternalEntities.d.ts +0 -0
- package/build/types/projectsGeneration/links/getLinksFromExternalEntities.spec.d.ts +0 -0
- package/build/types/projectsGeneration/links/getLinksOfEntities.d.ts +0 -0
- package/build/types/projectsGeneration/links/getLinksOfEntities.spec.d.ts +0 -0
- package/build/types/projectsGeneration/links/getLinksToExternalEntities.d.ts +0 -0
- package/build/types/projectsGeneration/links/getLinksToExternalEntities.spec.d.ts +0 -0
- package/build/types/projectsGeneration/metaUtils.d.ts +0 -0
- package/build/types/projectsGeneration/modelsGeneration.serialization.spec.d.ts +0 -0
- package/build/types/projectsGeneration/modules/addEmailModuleEntities.d.ts +0 -0
- package/build/types/projectsGeneration/modules/index.d.ts +0 -0
- package/build/types/projectsGeneration/types.d.ts +0 -0
- package/build/types/projectsGeneration/utils.d.ts +2 -0
- package/build/types/refs/yup.spec.d.ts +0 -0
- package/build/types/types.d.ts +0 -0
- package/build/types/utils/TermSignals.d.ts +0 -0
- package/build/types/utils/cases.d.ts +0 -0
- package/build/types/utils/getPkgManager.d.ts +0 -0
- package/build/types.js +0 -0
- package/build/utils/TermSignals.js +0 -0
- package/build/utils/cases.js +0 -0
- package/build/utils/getPkgManager.js +0 -0
- package/docs/commands.md +0 -0
- package/docs/plugins.md +0 -0
- package/package.json +14 -3
- package/readme.md +5 -0
- package/build/projectsGeneration/builders/mehods/ReturnModelBuilder.js +0 -20
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/fieldsToTsTypeFields.js +0 -7
- package/build/types/projectsGeneration/builders/mehods/ReturnModelBuilder.d.ts +0 -10
- package/build/types/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/fieldsToTsTypeFields.d.ts +0 -3
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/projectsGeneration/builders/validation/stringValudationToYupAssertions.spec.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -16,5 +16,6 @@ exports.baseField = {
|
|
|
16
16
|
showInShow: true,
|
|
17
17
|
defaultDbValue: undefined,
|
|
18
18
|
sharded: false,
|
|
19
|
+
array: false,
|
|
19
20
|
};
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YUZvclRlc3RzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3Byb2plY3RzR2VuZXJhdGlvbi9kYXRhRm9yVGVzdHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRWEsUUFBQSxTQUFTLEdBQWM7SUFDaEMsSUFBSSxFQUFFLFFBQVE7SUFDZCxLQUFLLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFO0lBQ2pCLE9BQU8sRUFBRSxFQUFFO0lBQ1gsU0FBUyxFQUFFLElBQUk7SUFDZixRQUFRLEVBQUUsS0FBSztJQUNmLGVBQWUsRUFBRSxJQUFJO0lBQ3JCLGVBQWUsRUFBRSxJQUFJO0lBQ3JCLFVBQVUsRUFBRSxJQUFJO0lBQ2hCLFlBQVksRUFBRSxJQUFJO0lBQ2xCLFVBQVUsRUFBRSxJQUFJO0lBQ2hCLFlBQVksRUFBRSxJQUFJO0lBQ2xCLFVBQVUsRUFBRSxJQUFJO0lBQ2hCLGNBQWMsRUFBRSxTQUFTO0lBQ3pCLE9BQU8sRUFBRSxLQUFLO0lBQ2QsS0FBSyxFQUFFLEtBQUs7Q0FDZixDQUFDIn0=
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -4,10 +4,7 @@ exports.Entities = void 0;
|
|
|
4
4
|
const cases_1 = require("../../../../utils/cases");
|
|
5
5
|
const utils_1 = require("../../../utils");
|
|
6
6
|
// todo: can delete
|
|
7
|
-
const Entities = ({ entities, options, }) => `${options
|
|
8
|
-
? ''
|
|
9
|
-
: `// ${utils_1.generatedWarning}
|
|
10
|
-
`}
|
|
7
|
+
const Entities = ({ entities, options, }) => `${(0, utils_1.printWarningIfRequired)(options)}
|
|
11
8
|
enum Entity {
|
|
12
9
|
${entities
|
|
13
10
|
.map((entity) => `${(0, cases_1.pascalSingular)(entity.name)} = '${(0, cases_1.camelSingular)(entity.name)}',`)
|
|
@@ -16,6 +13,6 @@ ${entities
|
|
|
16
13
|
}
|
|
17
14
|
|
|
18
15
|
export default Entity;
|
|
19
|
-
|
|
16
|
+
`.trimStart();
|
|
20
17
|
exports.Entities = Entities;
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiRW50aXRpZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcHJvamVjdHNHZW5lcmF0aW9uL2dlbmVyYXRvcnMvZmlsZVRlbXBsYXRlcy9iYWNrL0VudGl0aWVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLG1EQUF1RTtBQUV2RSwwQ0FBMkQ7QUFFM0QsbUJBQW1CO0FBQ1osTUFBTSxRQUFRLEdBQUcsQ0FBQyxFQUN2QixRQUFRLEVBQ1IsT0FBTyxHQUNtQixFQUFFLEVBQUUsQ0FBQyxHQUFHLElBQUEsOEJBQXNCLEVBQUMsT0FBTyxDQUFDOztFQUVqRSxRQUFRO0tBQ1AsR0FBRyxDQUNGLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FDVCxHQUFHLElBQUEsc0JBQWMsRUFBQyxNQUFNLENBQUMsSUFBSSxDQUFDLE9BQU8sSUFBQSxxQkFBYSxFQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUN0RTtLQUNBLEdBQUcsQ0FBQyxZQUFJLENBQUM7S0FDVCxJQUFJLENBQUMsSUFBSSxDQUFDOzs7O0NBSVosQ0FBQyxTQUFTLEVBQUUsQ0FBQTtBQWZBLFFBQUEsUUFBUSxZQWVSIn0=
|
|
@@ -4,10 +4,7 @@ exports.devEnumTmpl = void 0;
|
|
|
4
4
|
const pluralize_1 = require("pluralize");
|
|
5
5
|
const cases_1 = require("../../../../utils/cases");
|
|
6
6
|
const utils_1 = require("../../../utils");
|
|
7
|
-
const devEnumTmpl = ({ entity, options, }) => `${options
|
|
8
|
-
? ''
|
|
9
|
-
: `// ${utils_1.generatedWarning}
|
|
10
|
-
`}
|
|
7
|
+
const devEnumTmpl = ({ entity, options, }) => `${(0, utils_1.printWarningIfRequired)(options)}
|
|
11
8
|
enum Dev${(0, cases_1.pascal)((0, pluralize_1.singular)(entity.name))} {
|
|
12
9
|
${entity.devPerefinedElements
|
|
13
10
|
.map((el) => `Dev${(0, cases_1.pascal)(el.id)} = 'dev${(0, cases_1.pascal)(el.id)}',`)
|
|
@@ -16,6 +13,6 @@ ${entity.devPerefinedElements
|
|
|
16
13
|
}
|
|
17
14
|
|
|
18
15
|
export default Dev${(0, cases_1.pascal)((0, pluralize_1.singular)(entity.name))};
|
|
19
|
-
|
|
16
|
+
`.trimStart();
|
|
20
17
|
exports.devEnumTmpl = devEnumTmpl;
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2RW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9wcm9qZWN0c0dlbmVyYXRpb24vZ2VuZXJhdG9ycy9maWxlVGVtcGxhdGVzL2JhY2svZGV2RW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSx5Q0FBb0M7QUFDcEMsbURBQWdEO0FBRWhELDBDQUEyRDtBQUVwRCxNQUFNLFdBQVcsR0FBRyxDQUFDLEVBQzFCLE1BQU0sRUFDTixPQUFPLEdBQ2tCLEVBQUUsRUFBRSxDQUFDLEdBQUcsSUFBQSw4QkFBc0IsRUFBQyxPQUFPLENBQUM7VUFDeEQsSUFBQSxjQUFNLEVBQUMsSUFBQSxvQkFBUSxFQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztFQUNyQyxNQUFNLENBQUMsb0JBQW9CO0tBQzFCLEdBQUcsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLENBQUMsTUFBTSxJQUFBLGNBQU0sRUFBQyxFQUFFLENBQUMsRUFBRSxDQUFDLFVBQVUsSUFBQSxjQUFNLEVBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUM7S0FDM0QsR0FBRyxDQUFDLFlBQUksQ0FBQztLQUNULElBQUksQ0FBQyxJQUFJLENBQUM7OztvQkFHTyxJQUFBLGNBQU0sRUFBQyxJQUFBLG9CQUFRLEVBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDO0NBQ2hELENBQUMsU0FBUyxFQUFFLENBQUE7QUFaQSxRQUFBLFdBQVcsZUFZWCJ9
|
|
File without changes
|
|
@@ -59,11 +59,7 @@ const getConstructor = (g) => {
|
|
|
59
59
|
};
|
|
60
60
|
const genJobsBlankTmpl = (options = types_1.defaultBootstrapEntityOptions) => {
|
|
61
61
|
return `import {ElasticJobs} from './type';
|
|
62
|
-
${options
|
|
63
|
-
? ''
|
|
64
|
-
: `
|
|
65
|
-
// ${utils_1.generatedWarning}
|
|
66
|
-
`}
|
|
62
|
+
${(0, utils_1.printWarningIfRequired)(options)}
|
|
67
63
|
export const genJobs: ElasticJobs = {};
|
|
68
64
|
`;
|
|
69
65
|
};
|
|
@@ -71,11 +67,7 @@ const genJobsDataTmpl = (entities, options = types_1.defaultBootstrapEntityOptio
|
|
|
71
67
|
return `import Entity from '../../types/Entity';
|
|
72
68
|
import {textFields, keywordFields, integerFields, dateFields, booleanFields} from './utils';
|
|
73
69
|
import {ElasticJobs} from './type';
|
|
74
|
-
${options
|
|
75
|
-
? ''
|
|
76
|
-
: `
|
|
77
|
-
// ${utils_1.generatedWarning}
|
|
78
|
-
`}
|
|
70
|
+
${(0, utils_1.printWarningIfRequired)(options)}
|
|
79
71
|
export const genJobs: ElasticJobs = {
|
|
80
72
|
${entities.map((e) => `[Entity.${(0, cases_1.pascalSingular)(e.name)}]: {
|
|
81
73
|
${Object.entries(getGroupedByType(e)).map(([type, fields]) => `...${getConstructor(type)}([
|
|
@@ -88,4 +80,4 @@ export const genJobs: ElasticJobs = {
|
|
|
88
80
|
exports.genJobsDataTmpl = genJobsDataTmpl;
|
|
89
81
|
const genJobsTmpl = (entities, options = types_1.defaultBootstrapEntityOptions) => entities.length ? (0, exports.genJobsDataTmpl)(entities, options) : genJobsBlankTmpl(options);
|
|
90
82
|
exports.genJobsTmpl = genJobsTmpl;
|
|
91
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
83
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam9icy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9wcm9qZWN0c0dlbmVyYXRpb24vZ2VuZXJhdG9ycy9maWxlVGVtcGxhdGVzL2JhY2svZWxhc3RpYy9qb2JzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQ0EseUNBQTBCO0FBQzFCLHNEQUEwRDtBQUMxRCw2Q0FBZ0U7QUFDaEUsNkNBQXlEO0FBSXpELE1BQU0sZ0JBQWdCLEdBQUcsQ0FBQyxDQUFTLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFnQixDQUFDLEdBQUcsRUFBRSxLQUFLLEVBQUUsRUFBRTtJQUNwRixNQUFNLFNBQVMsR0FBRyxDQUFDLElBQUksRUFBRSxNQUFNLENBQUMsQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFBO0lBQ3pELElBQUksSUFBSSxHQUFHLFNBQVMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFBO0lBRTdDLElBQUksSUFBSSxLQUFLLFVBQVUsRUFBRTtRQUN2QixJQUFJLEdBQUcsTUFBTSxDQUFBO0tBQ2Q7SUFFRCxJQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxLQUFLLEVBQUUsR0FBRyxDQUFDLElBQUksQ0FBQyxDQUFDLEVBQUU7UUFDMUIsR0FBRyxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQTtLQUNmO0lBRUEsR0FBRyxDQUFDLElBQUksQ0FBYyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUE7SUFFeEMsT0FBTyxHQUFHLENBQUE7QUFDWixDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUE7QUFFTixNQUFNLGNBQWMsR0FBRyxDQUFDLENBQVMsRUFBRSxFQUFFO0lBQ25DLFFBQVEsQ0FBQyxFQUFFO1FBQ1QsS0FBSyxTQUFTO1lBQ1osT0FBTyxlQUFlLENBQUE7UUFDeEIsS0FBSyxVQUFVLENBQUM7UUFDaEIsS0FBSyxNQUFNO1lBQ1QsT0FBTyxZQUFZLENBQUE7UUFDckIsS0FBSyxNQUFNO1lBQ1QsT0FBTyxlQUFlLENBQUE7UUFDeEIsS0FBSyxLQUFLO1lBQ1IsT0FBTyxlQUFlLENBQUE7UUFDeEIsS0FBSyxRQUFRO1lBQ1gsT0FBTyxZQUFZLENBQUE7UUFDckI7WUFDRSxNQUFNLElBQUksS0FBSyxDQUFDLDRCQUE0QixDQUFDLEVBQUUsQ0FBQyxDQUFBO0tBQ25EO0FBQ0gsQ0FBQyxDQUFBO0FBRUQsTUFBTSxnQkFBZ0IsR0FBRyxDQUFDLE9BQU8sR0FBRyxxQ0FBNkIsRUFBRSxFQUFFO0lBQ25FLE9BQU87RUFDUCxJQUFBLDhCQUFzQixFQUFDLE9BQU8sQ0FBQzs7Q0FFaEMsQ0FBQztBQUNGLENBQUMsQ0FBQTtBQUVNLE1BQU0sZUFBZSxHQUFHLENBQUMsUUFBa0IsRUFBRSxPQUFPLEdBQUcscUNBQTZCLEVBQUUsRUFBRTtJQUM3RixPQUFPOzs7RUFHUCxJQUFBLDhCQUFzQixFQUFDLE9BQU8sQ0FBQzs7SUFFN0IsUUFBUSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsV0FBVyxJQUFBLHNCQUFjLEVBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztNQUNuRCxNQUFNLENBQUMsT0FBTyxDQUFDLGdCQUFnQixDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxJQUFJLEVBQUUsTUFBTSxDQUFDLEVBQUUsRUFBRSxDQUFDLE1BQU0sY0FBYyxDQUFDLElBQUksQ0FBQztRQUNwRixNQUFNLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUM7UUFDM0MsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUM7S0FDbkIsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUM7O0NBRWxCLENBQUM7QUFDRixDQUFDLENBQUE7QUFiWSxRQUFBLGVBQWUsbUJBYTNCO0FBRU0sTUFBTSxXQUFXLEdBQUcsQ0FBQyxRQUFrQixFQUFFLE9BQU8sR0FBRyxxQ0FBNkIsRUFBRSxFQUFFLENBQ3pGLFFBQVEsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLElBQUEsdUJBQWUsRUFBQyxRQUFRLEVBQUUsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFDLGdCQUFnQixDQUFDLE9BQU8sQ0FBQyxDQUFBO0FBRHJFLFFBQUEsV0FBVyxlQUMwRCJ9
|
|
@@ -4,10 +4,7 @@ exports.enumTmpl = void 0;
|
|
|
4
4
|
const pluralize_1 = require("pluralize");
|
|
5
5
|
const cases_1 = require("../../../../utils/cases");
|
|
6
6
|
const utils_1 = require("../../../utils");
|
|
7
|
-
const enumTmpl = ({ entity, options }) => `${options
|
|
8
|
-
? ''
|
|
9
|
-
: `// ${utils_1.generatedWarning}
|
|
10
|
-
`}
|
|
7
|
+
const enumTmpl = ({ entity, options }) => `${(0, utils_1.printWarningIfRequired)(options)}
|
|
11
8
|
enum ${(0, cases_1.pascalSingular)(entity.name)} {
|
|
12
9
|
${entity.predefinedElements
|
|
13
10
|
.map((el) => `${(0, cases_1.pascal)(el.id)} = '${el.id}',`)
|
|
@@ -16,6 +13,6 @@ ${entity.predefinedElements
|
|
|
16
13
|
}
|
|
17
14
|
|
|
18
15
|
export default ${(0, cases_1.pascal)((0, pluralize_1.singular)(entity.name))};
|
|
19
|
-
|
|
16
|
+
`.trimStart();
|
|
20
17
|
exports.enumTmpl = enumTmpl;
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9wcm9qZWN0c0dlbmVyYXRpb24vZ2VuZXJhdG9ycy9maWxlVGVtcGxhdGVzL2JhY2svZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSx5Q0FBb0M7QUFDcEMsbURBQWdFO0FBRWhFLDBDQUEyRDtBQUVwRCxNQUFNLFFBQVEsR0FBRyxDQUFDLEVBQUUsTUFBTSxFQUFFLE9BQU8sRUFBNEIsRUFBRSxFQUFFLENBQUMsR0FBRyxJQUFBLDhCQUFzQixFQUFDLE9BQU8sQ0FBQztPQUN0RyxJQUFBLHNCQUFjLEVBQUMsTUFBTSxDQUFDLElBQUksQ0FBQztFQUNoQyxNQUFNLENBQUMsa0JBQWtCO0tBQ3hCLEdBQUcsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLENBQUMsR0FBRyxJQUFBLGNBQU0sRUFBQyxFQUFFLENBQUMsRUFBRSxDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxDQUFDO0tBQzdDLEdBQUcsQ0FBQyxZQUFJLENBQUM7S0FDVCxJQUFJLENBQUMsSUFBSSxDQUFDOzs7aUJBR0ksSUFBQSxjQUFNLEVBQUMsSUFBQSxvQkFBUSxFQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztDQUM3QyxDQUFDLFNBQVMsRUFBRSxDQUFBO0FBVEEsUUFBQSxRQUFRLFlBU1IifQ==
|
|
@@ -2,15 +2,12 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.chartTmpl = void 0;
|
|
4
4
|
const utils_1 = require("../../../../../utils");
|
|
5
|
-
const chartTmpl = ({ system: { prefix }, options, }) => `${options
|
|
6
|
-
|
|
7
|
-
: `
|
|
8
|
-
# ${utils_1.generatedWarning}
|
|
9
|
-
`}apiVersion: v1
|
|
5
|
+
const chartTmpl = ({ system: { prefix }, options, }) => `${(0, utils_1.printWarningIfRequired)(options, 'hash')}
|
|
6
|
+
apiVersion: v1
|
|
10
7
|
appVersion: "1.0"
|
|
11
8
|
description: A Helm chart for Kubernetes
|
|
12
9
|
name: ${options.k8sChartName || prefix}-back
|
|
13
10
|
version: 0.0.1
|
|
14
|
-
|
|
11
|
+
`.trimStart();
|
|
15
12
|
exports.chartTmpl = chartTmpl;
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQ2hhcnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvcHJvamVjdHNHZW5lcmF0aW9uL2dlbmVyYXRvcnMvZmlsZVRlbXBsYXRlcy9iYWNrL2Vudmlyb25tZW50L2NoYXJ0L0NoYXJ0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUNBLGdEQUEyRDtBQUVwRCxNQUFNLFNBQVMsR0FBRyxDQUFDLEVBQ3hCLE1BQU0sRUFBRSxFQUFFLE1BQU0sRUFBRSxFQUNsQixPQUFPLEdBQ21CLEVBQVUsRUFBRSxDQUFDLEdBQUcsSUFBQSw4QkFBc0IsRUFBQyxPQUFPLEVBQUUsTUFBTSxDQUFDOzs7O1FBSTNFLE9BQU8sQ0FBQyxZQUFZLElBQUksTUFBTTs7Q0FFckMsQ0FBQyxTQUFTLEVBQUUsQ0FBQTtBQVRBLFFBQUEsU0FBUyxhQVNUIn0=
|
package/build/projectsGeneration/generators/fileTemplates/back/environment/chart/templates/back.js
CHANGED
|
@@ -3,13 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.chartBackTmpl = void 0;
|
|
4
4
|
const change_case_1 = require("change-case");
|
|
5
5
|
const utils_1 = require("../../../../../../utils");
|
|
6
|
-
const chartBackTmpl = ({ system, options, }) => `${options
|
|
7
|
-
? ''
|
|
8
|
-
: `
|
|
9
|
-
# ${utils_1.generatedWarning}
|
|
10
|
-
|
|
6
|
+
const chartBackTmpl = ({ system, options, }) => `${(0, utils_1.printWarningIfRequired)(options, 'hash')}
|
|
11
7
|
{{- if .Values.back.enabled }}
|
|
12
|
-
|
|
8
|
+
apiVersion: v1
|
|
13
9
|
kind: Service
|
|
14
10
|
metadata:
|
|
15
11
|
name: {{ $.Values.global.projectName }}-{{ $.Values.global.deployKind }}
|
|
@@ -127,6 +123,6 @@ spec:
|
|
|
127
123
|
fieldPath: metadata.namespace
|
|
128
124
|
---
|
|
129
125
|
{{- end }}
|
|
130
|
-
|
|
126
|
+
`.trimStart();
|
|
131
127
|
exports.chartBackTmpl = chartBackTmpl;
|
|
132
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
128
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFjay5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9wcm9qZWN0c0dlbmVyYXRpb24vZ2VuZXJhdG9ycy9maWxlVGVtcGxhdGVzL2JhY2svZW52aXJvbm1lbnQvY2hhcnQvdGVtcGxhdGVzL2JhY2sudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsNkNBQTBDO0FBRTFDLG1EQUE4RDtBQUV2RCxNQUFNLGFBQWEsR0FBRyxDQUFDLEVBQzVCLE1BQU0sRUFDTixPQUFPLEdBQ21CLEVBQUUsRUFBRSxDQUFDLEdBQUcsSUFBQSw4QkFBc0IsRUFBQyxPQUFPLEVBQUUsTUFBTSxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O29EQW9HdkIsTUFBTSxDQUFDLFVBQVU7S0FDeEQsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsQ0FBQztLQUN4QyxHQUFHLENBQ0YsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLHFCQUFxQixJQUFBLDBCQUFZLEVBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQzsrQkFDL0IsQ0FBQyxDQUFDLElBQUksYUFBYSxDQUNyQztLQUNBLElBQUksQ0FBQyxFQUFFLENBQUM7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FnQnBCLENBQUMsU0FBUyxFQUFFLENBQUE7QUE3SEEsUUFBQSxhQUFhLGlCQTZIYiJ9
|
|
@@ -2,11 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.chartIngressTmpl = void 0;
|
|
4
4
|
const utils_1 = require("../../../../../../utils");
|
|
5
|
-
const chartIngressTmpl = ({ options, }) => `${options
|
|
6
|
-
? ''
|
|
7
|
-
: `
|
|
8
|
-
# ${utils_1.generatedWarning}
|
|
9
|
-
`}
|
|
5
|
+
const chartIngressTmpl = ({ options, }) => `${(0, utils_1.printWarningIfRequired)(options, 'hash')}
|
|
10
6
|
{{- if .Values.ingress.enabled }}
|
|
11
7
|
apiVersion: networking.k8s.io/v1
|
|
12
8
|
kind: Ingress
|
|
@@ -55,4 +51,4 @@ spec:
|
|
|
55
51
|
{{- end }}
|
|
56
52
|
`;
|
|
57
53
|
exports.chartIngressTmpl = chartIngressTmpl;
|
|
58
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
54
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5ncmVzcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9wcm9qZWN0c0dlbmVyYXRpb24vZ2VuZXJhdG9ycy9maWxlVGVtcGxhdGVzL2JhY2svZW52aXJvbm1lbnQvY2hhcnQvdGVtcGxhdGVzL2luZ3Jlc3MudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQ0EsbURBQThEO0FBRXZELE1BQU0sZ0JBQWdCLEdBQUcsQ0FBQyxFQUMvQixPQUFPLEdBQ21CLEVBQUUsRUFBRSxDQUFDLEdBQUcsSUFBQSw4QkFBc0IsRUFBQyxPQUFPLEVBQUUsTUFBTSxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQStDMUUsQ0FBQTtBQWpEWSxRQUFBLGdCQUFnQixvQkFpRDVCIn0=
|
|
@@ -3,11 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.chartValuesTmpl = void 0;
|
|
4
4
|
const change_case_1 = require("change-case");
|
|
5
5
|
const utils_1 = require("../../../../../utils");
|
|
6
|
-
const chartValuesTmpl = ({ system: { prefix }, system, options, }) => `${options
|
|
7
|
-
? ''
|
|
8
|
-
: `
|
|
9
|
-
# ${utils_1.generatedWarning}
|
|
10
|
-
`}
|
|
6
|
+
const chartValuesTmpl = ({ system: { prefix }, system, options, }) => `${(0, utils_1.printWarningIfRequired)(options, 'hash')}
|
|
11
7
|
global:
|
|
12
8
|
env: noName
|
|
13
9
|
clusterName: noName
|
|
@@ -150,4 +146,4 @@ tolerations: []
|
|
|
150
146
|
affinity: {}
|
|
151
147
|
`;
|
|
152
148
|
exports.chartValuesTmpl = chartValuesTmpl;
|
|
153
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
149
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3Byb2plY3RzR2VuZXJhdGlvbi9nZW5lcmF0b3JzL2ZpbGVUZW1wbGF0ZXMvYmFjay9lbnZpcm9ubWVudC9jaGFydC92YWx1ZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsNkNBQXVDO0FBRXZDLGdEQUEyRDtBQUVwRCxNQUFNLGVBQWUsR0FBRyxDQUFDLEVBQzlCLE1BQU0sRUFBRSxFQUFFLE1BQU0sRUFBRSxFQUNsQixNQUFNLEVBQ04sT0FBTyxHQUNtQixFQUFFLEVBQUUsQ0FBQyxHQUFHLElBQUEsOEJBQXNCLEVBQUMsT0FBTyxFQUFFLE1BQU0sQ0FBQzs7OztpQkFJMUQsT0FBTyxDQUFDLFlBQVksSUFBSSxNQUFNO2tCQUM3QixPQUFPLENBQUMsYUFBYTs7Ozs7OztjQU96QixPQUFPLENBQUMsZ0JBQWdCOzs7Ozs7Ozs7Ozs7WUFZMUIsT0FBTyxDQUFDLG1CQUFtQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Y0FpQnpCLE1BQU0sQ0FBQyxJQUFJLENBQUMsUUFBUTs7ZUFFbkIsTUFBTSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTTtZQUM5QixNQUFNLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHOztlQUVyQixNQUFNLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNO1lBQzVCLE1BQU0sQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLEdBQUc7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O1VBb0J4QixNQUFNLENBQUMsT0FBTztLQUNyQixHQUFHLENBQ0YsQ0FBQyxNQUFNLEVBQUUsRUFBRSxDQUFDLGVBQWUsSUFBQSx1QkFBUyxFQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUM7eUJBQzVCLE1BQU0sQ0FBQyxJQUFJLElBQUksTUFBTSxDQUFDLElBQUk7O2lCQUVsQyxNQUFNLENBQUMsUUFBUSxDQUFDLE1BQU07Y0FDekIsTUFBTSxDQUFDLFFBQVEsQ0FBQyxHQUFHOzBCQUNQLE1BQU0sQ0FBQyxRQUFRLENBQUMsZUFBZTs7aUJBRXhDLE1BQU0sQ0FBQyxNQUFNLENBQUMsTUFBTTtjQUN2QixNQUFNLENBQUMsTUFBTSxDQUFDLEdBQUc7MEJBQ0wsTUFBTSxDQUFDLE1BQU0sQ0FBQyxlQUFlLEdBQUcsQ0FDdkQ7S0FDQSxJQUFJLENBQUMsRUFBRSxDQUFDOzs7Ozs7Ozs7Ozs7T0FZSixNQUFNLENBQUMsWUFBWTtLQUN2QixHQUFHLENBQ0YsQ0FBQyxHQUFHLEVBQUUsRUFBRSxDQUFDLGVBQWUsSUFBQSx1QkFBUyxFQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUM7c0JBQ3pCLEdBQUcsQ0FBQyxJQUFJLE9BQU8sR0FBRyxDQUFDLElBQUk7O2lCQUU1QixHQUFHLENBQUMsUUFBUSxDQUFDLE1BQU07Y0FDdEIsR0FBRyxDQUFDLFFBQVEsQ0FBQyxHQUFHOzBCQUNKLEdBQUcsQ0FBQyxRQUFRLENBQUMsZUFBZTs7aUJBRXJDLEdBQUcsQ0FBQyxNQUFNLENBQUMsTUFBTTtjQUNwQixHQUFHLENBQUMsTUFBTSxDQUFDLEdBQUc7MEJBQ0YsR0FBRyxDQUFDLE1BQU0sQ0FBQyxlQUFlLEdBQUcsQ0FDcEQ7S0FDQSxJQUFJLENBQUMsRUFBRSxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7b0RBZXlDLE9BQU8sQ0FBQyx5QkFBeUI7OztXQUcxRSxPQUFPLENBQUMsYUFBYTs7YUFFbkIsT0FBTyxDQUFDLGtCQUFrQixJQUFJLE1BQU07Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBb0JoRCxDQUFBO0FBckpZLFFBQUEsZUFBZSxtQkFxSjNCIn0=
|
|
@@ -3,11 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ciNotifyTmpl = void 0;
|
|
4
4
|
const utils_1 = require("../../../../utils");
|
|
5
5
|
const ciNotifyTmpl = ({ options }) => `#!/bin/bash
|
|
6
|
-
${options
|
|
7
|
-
? ''
|
|
8
|
-
: `
|
|
9
|
-
# ${utils_1.generatedWarning}
|
|
10
|
-
`}
|
|
6
|
+
${(0, utils_1.printWarningIfRequired)(options, 'hash')}
|
|
11
7
|
TIME="10"
|
|
12
8
|
TELEGRAM_URL="https://api.telegram.org/bot$NOTIFY_TELEGRAM_BOT_TOKEN/sendMessage"
|
|
13
9
|
DISCORD_URL="$NOTIFY_DISCORD_WEBHOOK_URL"
|
|
@@ -20,4 +16,4 @@ curl -s --max-time $TIME -d "chat_id=$NOTIFY_TELEGRAM_CHAT_ID&disable_web_page_p
|
|
|
20
16
|
# Discord notification
|
|
21
17
|
curl -s --max-time $TIME -H "Content-Type: application/json" -d "{\\"content\\":\\"$DISCORD_TEXT\\",\\"allowed_mentions\\":{\\"parse\\":[]}}" $DISCORD_URL > /dev/null`;
|
|
22
18
|
exports.ciNotifyTmpl = ciNotifyTmpl;
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2lOb3RpZnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvcHJvamVjdHNHZW5lcmF0aW9uL2dlbmVyYXRvcnMvZmlsZVRlbXBsYXRlcy9iYWNrL2Vudmlyb25tZW50L2NpTm90aWZ5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUNBLDZDQUF3RDtBQUVqRCxNQUFNLFlBQVksR0FBRyxDQUFDLEVBQzNCLE9BQU8sRUFDbUIsRUFBRSxFQUFFLENBQUM7RUFDL0IsSUFBQSw4QkFBc0IsRUFBQyxPQUFPLEVBQUUsTUFBTSxDQUFDOzs7Ozs7Ozs7Ozt1S0FXOEgsQ0FBQTtBQWQxSixRQUFBLFlBQVksZ0JBYzhJIn0=
|
|
File without changes
|
package/build/projectsGeneration/generators/fileTemplates/back/environment/dockerfileTmplBack.js
CHANGED
|
@@ -2,10 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dockerfileTmplBack = void 0;
|
|
4
4
|
const utils_1 = require("../../../../utils");
|
|
5
|
-
const dockerfileTmplBack = ({ options, }) => `${options
|
|
6
|
-
? ''
|
|
7
|
-
: `# ${utils_1.generatedWarning}
|
|
8
|
-
`}
|
|
5
|
+
const dockerfileTmplBack = ({ options, }) => `${(0, utils_1.printWarningIfRequired)(options, 'hash')}
|
|
9
6
|
FROM registry.gitlab.com/making.ventures/images/node-with-tools AS builder
|
|
10
7
|
|
|
11
8
|
# docker build --tag aloyal-back .
|
|
@@ -37,6 +34,6 @@ ENV PROD_PORT=3000
|
|
|
37
34
|
EXPOSE 3000
|
|
38
35
|
|
|
39
36
|
CMD ["node", "dist/index.js"]
|
|
40
|
-
|
|
37
|
+
`.trimStart();
|
|
41
38
|
exports.dockerfileTmplBack = dockerfileTmplBack;
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9ja2VyZmlsZVRtcGxCYWNrLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3Byb2plY3RzR2VuZXJhdGlvbi9nZW5lcmF0b3JzL2ZpbGVUZW1wbGF0ZXMvYmFjay9lbnZpcm9ubWVudC9kb2NrZXJmaWxlVG1wbEJhY2sudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQ0EsNkNBQXdEO0FBRWpELE1BQU0sa0JBQWtCLEdBQUcsQ0FBQyxFQUNqQyxPQUFPLEdBQ21CLEVBQUUsRUFBRSxDQUFDLEdBQUcsSUFBQSw4QkFBc0IsRUFBQyxPQUFPLEVBQUUsTUFBTSxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7d0JBZW5ELE9BQU8sQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDO3VCQUNwQixDQUFDLENBQUMsQ0FBQyxFQUFFOzs7O09BSXJCLE9BQU8sQ0FBQyxzQkFBc0I7Ozs7Ozs7Ozs7OztDQVlwQyxDQUFDLFNBQVMsRUFBRSxDQUFBO0FBbENBLFFBQUEsa0JBQWtCLHNCQWtDbEIifQ==
|
package/build/projectsGeneration/generators/fileTemplates/back/environment/dockerfileTmplUI.js
CHANGED
|
@@ -2,10 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dockerfileTmplUI = void 0;
|
|
4
4
|
const utils_1 = require("../../../../utils");
|
|
5
|
-
const dockerfileTmplUI = ({ options, }) => `${options
|
|
6
|
-
? ''
|
|
7
|
-
: `# ${utils_1.generatedWarning}
|
|
8
|
-
`}
|
|
5
|
+
const dockerfileTmplUI = ({ options, }) => `${(0, utils_1.printWarningIfRequired)(options, 'hash')}
|
|
9
6
|
FROM registry.gitlab.com/making.ventures/images/node-with-tools AS builder
|
|
10
7
|
|
|
11
8
|
# docker build --tag aloyal-ui .
|
|
@@ -41,6 +38,6 @@ COPY --from=builder /app/dist /usr/share/nginx/html
|
|
|
41
38
|
EXPOSE 80
|
|
42
39
|
|
|
43
40
|
CMD /app/run.sh
|
|
44
|
-
|
|
41
|
+
`.trimStart();
|
|
45
42
|
exports.dockerfileTmplUI = dockerfileTmplUI;
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9ja2VyZmlsZVRtcGxVSS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9wcm9qZWN0c0dlbmVyYXRpb24vZ2VuZXJhdG9ycy9maWxlVGVtcGxhdGVzL2JhY2svZW52aXJvbm1lbnQvZG9ja2VyZmlsZVRtcGxVSS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFDQSw2Q0FBd0Q7QUFFakQsTUFBTSxnQkFBZ0IsR0FBRyxDQUFDLEVBQy9CLE9BQU8sR0FDbUIsRUFBRSxFQUFFLENBQUMsR0FBRyxJQUFBLDhCQUFzQixFQUFDLE9BQU8sRUFBRSxNQUFNLENBQUM7Ozs7Ozs7Ozs7Ozs7Ozs7T0FnQnBFLE9BQU8sQ0FBQyxvQkFBb0I7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBb0JsQyxDQUFDLFNBQVMsRUFBRSxDQUFBO0FBdENBLFFBQUEsZ0JBQWdCLG9CQXNDaEIifQ==
|
package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocSpec.js
CHANGED
|
File without changes
|
|
File without changes
|
package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocsEntity.js
CHANGED
|
File without changes
|
|
File without changes
|
package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/backDocsRestApi.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/projectsGeneration/generators/fileTemplates/back/environment/docs/spec/titleMd.js
CHANGED
|
File without changes
|
|
@@ -4,11 +4,7 @@ exports.gitlabCiTmpl = void 0;
|
|
|
4
4
|
const change_case_1 = require("change-case");
|
|
5
5
|
const utils_1 = require("../../../../utils");
|
|
6
6
|
const gitlabCiTmpl = ({ system: { prefix }, system, options, }) => `image: node:20
|
|
7
|
-
${options
|
|
8
|
-
? ''
|
|
9
|
-
: `
|
|
10
|
-
# ${utils_1.generatedWarning}
|
|
11
|
-
`}
|
|
7
|
+
${(0, utils_1.printWarningIfRequired)(options, 'hash')}
|
|
12
8
|
stages:
|
|
13
9
|
- check
|
|
14
10
|
- previous-image
|
|
@@ -273,4 +269,4 @@ ${options.genBackCiNotify
|
|
|
273
269
|
: ''}
|
|
274
270
|
`;
|
|
275
271
|
exports.gitlabCiTmpl = gitlabCiTmpl;
|
|
276
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
272
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2l0bGFiQ2kuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvcHJvamVjdHNHZW5lcmF0aW9uL2dlbmVyYXRvcnMvZmlsZVRlbXBsYXRlcy9iYWNrL2Vudmlyb25tZW50L2dpdGxhYkNpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLDZDQUEwQztBQUUxQyw2Q0FBd0Q7QUFFakQsTUFBTSxZQUFZLEdBQUcsQ0FBQyxFQUMzQixNQUFNLEVBQUUsRUFBRSxNQUFNLEVBQUUsRUFDbEIsTUFBTSxFQUNOLE9BQU8sR0FDbUIsRUFBRSxFQUFFLENBQUM7RUFDL0IsSUFBQSw4QkFBc0IsRUFBQyxPQUFPLEVBQUUsTUFBTSxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7O2tCQW1CdkIsTUFBTSxDQUFDLElBQUk7Ozs7Ozs7OztFQVUzQixPQUFPLENBQUMsZUFBZTtJQUN6QixDQUFDLENBQUM7Ozs7Ozs7U0FPTztJQUNULENBQUMsQ0FBQyxFQUNGOzs7Ozs7O1NBT1MsTUFBTSxDQUFDLGtCQUFrQjtLQUM3QixHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLFdBQVcsQ0FBQyxDQUFDLFVBQVUsYUFBYSxDQUFDLENBQUMsVUFBVSxPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztTQTBCeEUsTUFBTSxDQUFDLGtCQUFrQjtLQUMzQixHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLFdBQVcsQ0FBQyxDQUFDLFVBQVUsYUFBYSxDQUFDLENBQUMsVUFBVSxPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBc0JqRixNQUFNLENBQUMsa0JBQWtCO0tBQ3hCLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQ1QsVUFBVSxDQUFDLENBQUMsSUFBSTtxQkFDQyxDQUFDLENBQUMsSUFBSTs7O1lBR2YsQ0FBQyxDQUFDLElBQUk7cUJBQ0csQ0FBQyxDQUFDLFdBQVc7OztRQUcxQixDQUFDLENBQUMsVUFBVTtVQUNWLENBQUMsQ0FBQyxVQUFVLE9BQU8sQ0FBQztLQUMzQixJQUFJLENBQUMsTUFBTSxDQUFDO0tBQ1osSUFBSSxFQUFFLEdBQ1AsTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLEdBQUcsQ0FBQztJQUN2QixDQUFDLENBQUMsTUFBTTtRQUNOLE1BQU0sQ0FBQyxrQkFBa0I7YUFDdEIsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FDVCxVQUFVLENBQUMsQ0FBQyxJQUFJO3FCQUNMLENBQUMsQ0FBQyxJQUFJOzs7WUFHZixDQUFDLENBQUMsSUFBSTs2QkFDVyxDQUFDLENBQUMsV0FBVzs7O1FBR2xDLENBQUMsQ0FBQyxVQUFVO1VBQ1YsQ0FBQyxDQUFDLFVBQVU7O1NBRWIsQ0FBQyxDQUFDLElBQUk7cUJBQ00sQ0FBQyxDQUFDLElBQUk7OztZQUdmLENBQUMsQ0FBQyxJQUFJO3FCQUNHLENBQUMsQ0FBQyxXQUFXOzs7UUFHMUIsQ0FBQyxDQUFDLFVBQVU7VUFDVixDQUFDLENBQUMsVUFBVSxPQUFPLENBQ3BCO2FBQ0EsSUFBSSxDQUFDLE1BQU0sQ0FBQzthQUNaLElBQUksRUFBRTtJQUNYLENBQUMsQ0FBQyxFQUNOOztFQUVFLE1BQU0sQ0FBQyxrQkFBa0I7S0FDeEIsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQSxXQUFXLENBQUMsQ0FBQyxJQUFJOztnQkFFZCxDQUFDLENBQUMsSUFBSTs7OzJCQUdLLENBQUMsQ0FBQyxXQUFXLENBQUMsV0FBVyxFQUFFOzs7d0JBRzlCLENBQUMsQ0FBQyxjQUFjLENBQUMsUUFBUSxFQUFFOzs7cUJBRzlCLENBQUMsQ0FBQyxJQUFJOztVQUVqQixDQUFDLENBQUMsSUFBSTs7Z0JBRUEsQ0FBQyxDQUFDLElBQUk7OzsyQkFHSyxDQUFDLENBQUMsV0FBVyxDQUFDLFdBQVcsRUFBRTs7Ozs7Ozs7VUFRNUMsQ0FBQyxDQUFDLElBQUk7O2dCQUVBLENBQUMsQ0FBQyxJQUFJOzs7MkJBR0ssQ0FBQyxDQUFDLFdBQVcsQ0FBQyxXQUFXLEVBQUU7Ozs7OzswQkFNNUIsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUM7O0VBRXRDLE1BQU0sQ0FBQyxrQkFBa0I7S0FDeEIsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQSxXQUFXLENBQUMsQ0FBQyxJQUFJOzs7VUFHcEIsQ0FBQyxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxZQUFZOztRQUUxQyxDQUFDLENBQUMsVUFBVTtVQUNWLENBQUMsQ0FBQyxVQUFVOztRQUVkLENBQUMsQ0FBQyxTQUFTOztZQUVQLENBQUMsQ0FBQyxJQUFJOzthQUVMLENBQUMsQ0FBQyxJQUFJO3FCQUNFLENBQUMsQ0FBQyxJQUFJO3NEQUMyQixNQUFNLENBQUMsVUFBVTtLQUNoRSxNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ25FLEdBQUcsQ0FDRixDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsU0FBUyxJQUFBLDBCQUFZLEVBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxlQUFlLENBQUMsV0FBVyxFQUFFLElBQUksSUFBQSwwQkFBWSxFQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUN2RztLQUNBLElBQUksQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQzs7Ozs7Ozs7Ozs7Ozs7MENBY1csT0FBTyxDQUFDLGlCQUFpQiw2QkFBNkIsT0FBTyxDQUFDLGlCQUFpQjs7Ozs7Ozs7Ozs7Ozs7Ozs7aUNBaUJ4RixPQUFPLENBQUMsa0JBQWtCLElBQUksTUFBTTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O29EQTJCakIsTUFBTSxDQUFDLFVBQVU7S0FDNUQsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQztLQUNuRSxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLGtCQUFrQixDQUFDLENBQUMsSUFBSSxPQUFPLElBQUEsMEJBQVksRUFBQyxDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztLQUNuRSxJQUFJLENBQUMsRUFBRSxDQUFDO0VBRWYsT0FBTyxDQUFDLGVBQWU7SUFDekIsQ0FBQyxDQUFDOzs7Ozs7U0FNTztJQUNULENBQUMsQ0FBQyxFQUNGO0NBQ0MsQ0FBQTtBQXZSWSxRQUFBLFlBQVksZ0JBdVJ4QiJ9
|
package/build/projectsGeneration/generators/fileTemplates/back/environment/src/clients/getPrisma.js
CHANGED
|
@@ -7,11 +7,7 @@ const prismaGetterTmpl = (options = types_1.defaultBootstrapEntityOptions) => `i
|
|
|
7
7
|
import {getConfig} from '../config';
|
|
8
8
|
import log from '../log';
|
|
9
9
|
import {addParamsToDatabaseUri} from '../utils/addParamsToPgUri';
|
|
10
|
-
${options
|
|
11
|
-
? ''
|
|
12
|
-
: `
|
|
13
|
-
// ${utils_1.generatedWarning}
|
|
14
|
-
`}
|
|
10
|
+
${(0, utils_1.printWarningIfRequired)(options)}
|
|
15
11
|
let prisma: PrismaClient | null = null;
|
|
16
12
|
|
|
17
13
|
export const getPrisma = async (connectionType: 'write' | 'readOnly') => {
|
|
@@ -79,4 +75,4 @@ export const getPrisma = async (connectionType: 'write' | 'readOnly') => {
|
|
|
79
75
|
};
|
|
80
76
|
`;
|
|
81
77
|
exports.prismaGetterTmpl = prismaGetterTmpl;
|
|
82
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
78
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJpc21hLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3Byb2plY3RzR2VuZXJhdGlvbi9nZW5lcmF0b3JzL2ZpbGVUZW1wbGF0ZXMvYmFjay9lbnZpcm9ubWVudC9zcmMvY2xpZW50cy9nZXRQcmlzbWEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsbURBR2dDO0FBQ2hDLG1EQUE4RDtBQUV2RCxNQUFNLGdCQUFnQixHQUFHLENBQzlCLFVBQWtDLHFDQUE2QixFQUMvRCxFQUFFLENBQUM7Ozs7RUFJSCxJQUFBLDhCQUFzQixFQUFDLE9BQU8sQ0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBa0VoQyxDQUFBO0FBeEVZLFFBQUEsZ0JBQWdCLG9CQXdFNUIifQ==
|
|
@@ -7,11 +7,7 @@ const getQueueTmpl = (options = types_1.defaultBootstrapEntityOptions) => `impor
|
|
|
7
7
|
import {makeWorkerUtils, WorkerUtils} from 'graphile-worker';
|
|
8
8
|
import log from '../../log';
|
|
9
9
|
import {addParamsToDatabaseUri} from '../../utils/addParamsToPgUri';
|
|
10
|
-
${options
|
|
11
|
-
? ''
|
|
12
|
-
: `
|
|
13
|
-
// ${utils_1.generatedWarning}
|
|
14
|
-
`}
|
|
10
|
+
${(0, utils_1.printWarningIfRequired)(options)}
|
|
15
11
|
let queue: WorkerUtils | null = null;
|
|
16
12
|
|
|
17
13
|
const getQueue = async () => {
|
|
@@ -43,4 +39,4 @@ const getQueue = async () => {
|
|
|
43
39
|
export default getQueue;
|
|
44
40
|
`;
|
|
45
41
|
exports.getQueueTmpl = getQueueTmpl;
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
42
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UXVldWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvcHJvamVjdHNHZW5lcmF0aW9uL2dlbmVyYXRvcnMvZmlsZVRlbXBsYXRlcy9iYWNrL2Vudmlyb25tZW50L3NyYy9jbGllbnRzL3F1ZXVlL2dldFF1ZXVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLHNEQUdtQztBQUNuQyxzREFBaUU7QUFFMUQsTUFBTSxZQUFZLEdBQUcsQ0FDMUIsVUFBa0MscUNBQTZCLEVBQy9ELEVBQUUsQ0FBQzs7OztFQUlILElBQUEsOEJBQXNCLEVBQUMsT0FBTyxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0E4QmhDLENBQUE7QUFwQ1ksUUFBQSxZQUFZLGdCQW9DeEIifQ==
|
|
@@ -8,11 +8,7 @@ import {createContext} from './adm/services/context';
|
|
|
8
8
|
import express from 'express';
|
|
9
9
|
import defaultContainer from './adm/services/defaultContainer';
|
|
10
10
|
import initEndpoints from './initEndpoints';
|
|
11
|
-
${options
|
|
12
|
-
? ''
|
|
13
|
-
: `
|
|
14
|
-
// ${utils_1.generatedWarning}
|
|
15
|
-
`}
|
|
11
|
+
${(0, utils_1.printWarningIfRequired)(options)}
|
|
16
12
|
const app = express();
|
|
17
13
|
|
|
18
14
|
const start = async () => {
|
|
@@ -37,4 +33,4 @@ start().catch(error => {
|
|
|
37
33
|
});
|
|
38
34
|
`;
|
|
39
35
|
exports.environmentIndexTmpl = environmentIndexTmpl;
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvcHJvamVjdHNHZW5lcmF0aW9uL2dlbmVyYXRvcnMvZmlsZVRlbXBsYXRlcy9iYWNrL2Vudmlyb25tZW50L3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSxnREFHNkI7QUFDN0IsZ0RBQTJEO0FBRXBELE1BQU0sb0JBQW9CLEdBQUcsQ0FDbEMsVUFBa0MscUNBQTZCLEVBQy9ELEVBQUUsQ0FBQzs7Ozs7RUFLSCxJQUFBLDhCQUFzQixFQUFDLE9BQU8sQ0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0F1QmhDLENBQUE7QUE5QlksUUFBQSxvQkFBb0Isd0JBOEJoQyJ9
|
|
File without changes
|
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const cases_1 = require("../../../../../../../utils/cases");
|
|
4
4
|
const utils_1 = require("../../../../../../utils");
|
|
5
|
-
const genIntegrationClientsTmpl = ({ system: { integrationClients, }, options, }) => `${integrationClients.map(client => `import ${(0, cases_1.pascal)(client.name)}Client from '../../integrationClients/${client.name}/${(0, cases_1.pascal)(client.name)}Client';\n`).join('')}${
|
|
6
|
-
? '\n'
|
|
7
|
-
: `// ${utils_1.generatedWarning}\n`}
|
|
5
|
+
const genIntegrationClientsTmpl = ({ system: { integrationClients, }, options, }) => `${integrationClients.map(client => `import ${(0, cases_1.pascal)(client.name)}Client from '../../integrationClients/${client.name}/${(0, cases_1.pascal)(client.name)}Client';\n`).join('')}${(0, utils_1.printWarningIfRequired)(options)}
|
|
8
6
|
interface IntegrationClients ${integrationClients.length ? `{
|
|
9
7
|
${integrationClients.map(client => ` ${client.name}: ${(0, cases_1.pascal)(client.name)}Client;`).join('\n')}
|
|
10
8
|
}` : '{}'}
|
|
@@ -12,4 +10,4 @@ ${integrationClients.map(client => ` ${client.name}: ${(0, cases_1.pascal)(clie
|
|
|
12
10
|
export default IntegrationClients;
|
|
13
11
|
`;
|
|
14
12
|
exports.default = genIntegrationClientsTmpl;
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSW50ZWdyYXRpb25DbGllbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3Byb2plY3RzR2VuZXJhdGlvbi9nZW5lcmF0b3JzL2ZpbGVUZW1wbGF0ZXMvYmFjay9lbnZpcm9ubWVudC9zcmMvaW50ZWdyYXRpb25DbGllbnRzL0ludGVncmF0aW9uQ2xpZW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLDREQUF1RDtBQUV2RCxtREFBOEQ7QUFFOUQsTUFBTSx5QkFBeUIsR0FBRyxDQUFDLEVBQ2pDLE1BQU0sRUFBRSxFQUNOLGtCQUFrQixHQUNuQixFQUNELE9BQU8sR0FDbUIsRUFBRSxFQUFFLENBQUMsR0FBRyxrQkFBa0IsQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQyxVQUFVLElBQUEsY0FBTSxFQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMseUNBQXlDLE1BQU0sQ0FBQyxJQUFJLElBQUksSUFBQSxjQUFNLEVBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLEdBQUcsSUFBQSw4QkFBc0IsRUFBQyxPQUFPLENBQUM7K0JBQ3RNLGtCQUFrQixDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7RUFDekQsa0JBQWtCLENBQUMsR0FBRyxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsS0FBSyxNQUFNLENBQUMsSUFBSSxLQUFLLElBQUEsY0FBTSxFQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztFQUM5RixDQUFDLENBQUMsQ0FBQyxJQUFJOzs7Q0FHUixDQUFBO0FBRUQsa0JBQWUseUJBQXlCLENBQUMifQ==
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fieldToTsTypeFieldWithType = void 0;
|
|
4
|
+
const change_case_1 = require("change-case");
|
|
5
|
+
const fieldTypeToTsType_1 = require("../../../../../fieldTypeToTsType");
|
|
6
|
+
const fieldToTsTypeFieldWithType = (field) => `${field.name}${field.required ? '' : '?'}: ${field.category === 'model' ? `${(0, change_case_1.pascalCase)(field.model)}` : (0, fieldTypeToTsType_1.fieldTypeToTsType)(field.type)}${field.array ? '[]' : ''}`;
|
|
7
|
+
exports.fieldToTsTypeFieldWithType = fieldToTsTypeFieldWithType;
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmllbGRUb1RzVHlwZUZpZWxkV2l0aFR5cGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvcHJvamVjdHNHZW5lcmF0aW9uL2dlbmVyYXRvcnMvZmlsZVRlbXBsYXRlcy9iYWNrL2Vudmlyb25tZW50L3NyYy9pbnRlZ3JhdGlvbkNsaWVudHMvZmllbGRUb1RzVHlwZUZpZWxkV2l0aFR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsNkNBQXNDO0FBRXRDLHdFQUFrRTtBQUUzRCxNQUFNLDBCQUEwQixHQUFHLENBQUMsS0FBbUIsRUFBRSxFQUFFLENBQ2hFLEdBQUcsS0FBSyxDQUFDLElBQUksR0FBRyxLQUFLLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLEdBQUcsS0FBSyxLQUFLLENBQUMsUUFBUSxLQUFLLE9BQU8sQ0FBQyxDQUFDLENBQUMsR0FBRyxJQUFBLHdCQUFVLEVBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUEscUNBQWlCLEVBQUUsS0FBcUIsQ0FBQyxJQUFJLENBQUMsR0FBRyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDO0FBRDFLLFFBQUEsMEJBQTBCLDhCQUNnSiJ9
|