runlify 0.0.718 → 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 +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/devEnum.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/elastic/elastic.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/elastic/jobs.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/enum.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/chart/Chart.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/chart/templates/back.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/chart/templates/ingress.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/chart/values.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/ciNotify.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/defaultEnv.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/dockerfileTmplBack.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/dockerfileTmplUI.js +0 -0
- 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 +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/clients/getPrisma.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/clients/queue/getQueue.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/index.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/IntegrationClient.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/environment/src/integrationClients/IntegrationClients.js +0 -0
- 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 +0 -0
- 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 +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/additionalService/resolvers.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/additionalService/typeDefs.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/additionalTypes.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/entityAdditionalPermissionToGraphqlTmpl.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/entityBasePermissionToGraphql.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/entityPermissionToGraphqlTmpl.js +0 -0
- 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 +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/resolvers.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/graph/types.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/initCommon.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/initDev.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/initEntities.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/root/config/config.js +0 -0
- 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 +0 -0
- 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 +3 -14
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/additionalClass.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/class.js +6 -2
- package/build/projectsGeneration/generators/fileTemplates/back/services/entity/config.js +0 -0
- 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 +0 -0
- 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 +0 -0
- 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 +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/additionalRoutes.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/entityMapping.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/chart/Chart.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/chart/templates/front.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/chart/templates/ingress.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/chart/values.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/ciNotify.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/docs/adminAppDocsConfiguration.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/gitlabCi.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/App.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/contexts/SpacesContext.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/dataProvider/getAdditionalMethods.js +2 -2
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/dataProvider/index.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/i18nProvider/index.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/layout/AppBar.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/layout/Menu.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/environment/src/routes.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/functions/Functions.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/getAdditionalMenu.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/getDefaultMenu.js +0 -0
- 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 +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/i18n/lang/uiTranslationsLangTmpl.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityCreate/DefaultEntityCreate.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityCreate/index.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityEdit/DefaultEntityEdit.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityEdit/index.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityList/DefaultEntityFilter.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityList/DefaultEntityList.js +0 -0
- 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 +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/DefaultMainTab.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/EntityShow/DependencyTab.js +0 -0
- 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 +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/pages/getEntityValidation.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/resources.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/widgets/count/CountWidget.js +0 -0
- package/build/projectsGeneration/generators/fileTemplates/ui/widgets/list/ListWidget.js +0 -0
- 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 +0 -0
- 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 +0 -0
- 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 +0 -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 +0 -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
|
@@ -2,7 +2,97 @@ import { TsModel } from '../../../builders/buildedTypes';
|
|
|
2
2
|
import { MappedName } from '../types';
|
|
3
3
|
export declare const findMappedName: (name: string, nameMapping: MappedName[]) => MappedName;
|
|
4
4
|
export declare const mapModelFeilds: (model: TsModel, modelNamesToMap: string[], nameMapping: MappedName[]) => {
|
|
5
|
-
fields: (
|
|
5
|
+
fields: ((import("../../../builders/buildedTypes").BaseField & {
|
|
6
|
+
category: "scalar";
|
|
7
|
+
} & {
|
|
8
|
+
type: "int";
|
|
9
|
+
filters: import("../../../builders/buildedTypes").IntFilter[];
|
|
10
|
+
numberType: import("../../../builders/buildedTypes").NumberType;
|
|
11
|
+
} & {
|
|
12
|
+
array: boolean;
|
|
13
|
+
}) | (import("../../../builders/buildedTypes").BaseField & {
|
|
14
|
+
category: "scalar";
|
|
15
|
+
} & {
|
|
16
|
+
type: "bigint";
|
|
17
|
+
filters: import("../../../builders/buildedTypes").IntFilter[];
|
|
18
|
+
numberType: import("../../../builders/buildedTypes").NumberType;
|
|
19
|
+
} & {
|
|
20
|
+
array: boolean;
|
|
21
|
+
}) | (import("../../../builders/buildedTypes").BaseField & {
|
|
22
|
+
category: "scalar";
|
|
23
|
+
} & {
|
|
24
|
+
type: "string";
|
|
25
|
+
filters: import("../../../builders/buildedTypes").StringFilter[];
|
|
26
|
+
} & {
|
|
27
|
+
stringType: "plain";
|
|
28
|
+
} & {
|
|
29
|
+
array: boolean;
|
|
30
|
+
}) | (import("../../../builders/buildedTypes").BaseField & {
|
|
31
|
+
category: "scalar";
|
|
32
|
+
} & {
|
|
33
|
+
type: "string";
|
|
34
|
+
filters: import("../../../builders/buildedTypes").StringFilter[];
|
|
35
|
+
} & {
|
|
36
|
+
stringType: "multiline";
|
|
37
|
+
} & {
|
|
38
|
+
array: boolean;
|
|
39
|
+
}) | (import("../../../builders/buildedTypes").BaseField & {
|
|
40
|
+
category: "scalar";
|
|
41
|
+
} & {
|
|
42
|
+
type: "string";
|
|
43
|
+
filters: import("../../../builders/buildedTypes").StringFilter[];
|
|
44
|
+
} & {
|
|
45
|
+
stringType: "markdown";
|
|
46
|
+
} & {
|
|
47
|
+
array: boolean;
|
|
48
|
+
}) | (import("../../../builders/buildedTypes").BaseField & {
|
|
49
|
+
category: "scalar";
|
|
50
|
+
} & {
|
|
51
|
+
type: "string";
|
|
52
|
+
filters: import("../../../builders/buildedTypes").StringFilter[];
|
|
53
|
+
} & {
|
|
54
|
+
stringType: "richEdit";
|
|
55
|
+
} & {
|
|
56
|
+
array: boolean;
|
|
57
|
+
}) | (import("../../../builders/buildedTypes").BaseField & {
|
|
58
|
+
category: "scalar";
|
|
59
|
+
} & {
|
|
60
|
+
type: "string";
|
|
61
|
+
filters: import("../../../builders/buildedTypes").StringFilter[];
|
|
62
|
+
} & {
|
|
63
|
+
stringType: "json";
|
|
64
|
+
} & {
|
|
65
|
+
array: boolean;
|
|
66
|
+
}) | (import("../../../builders/buildedTypes").BaseField & {
|
|
67
|
+
category: "scalar";
|
|
68
|
+
} & {
|
|
69
|
+
type: "datetime";
|
|
70
|
+
filters: import("../../../builders/buildedTypes").DateFilter[];
|
|
71
|
+
} & {
|
|
72
|
+
array: boolean;
|
|
73
|
+
}) | (import("../../../builders/buildedTypes").BaseField & {
|
|
74
|
+
category: "scalar";
|
|
75
|
+
} & {
|
|
76
|
+
type: "date";
|
|
77
|
+
filters: import("../../../builders/buildedTypes").DateFilter[];
|
|
78
|
+
} & {
|
|
79
|
+
array: boolean;
|
|
80
|
+
}) | (import("../../../builders/buildedTypes").BaseField & {
|
|
81
|
+
category: "scalar";
|
|
82
|
+
} & {
|
|
83
|
+
type: "float";
|
|
84
|
+
filters: import("../../../builders/buildedTypes").IntFilter[];
|
|
85
|
+
numberType: import("../../../builders/buildedTypes").NumberType;
|
|
86
|
+
} & {
|
|
87
|
+
array: boolean;
|
|
88
|
+
}) | (import("../../../builders/buildedTypes").BaseField & {
|
|
89
|
+
category: "scalar";
|
|
90
|
+
} & {
|
|
91
|
+
type: "bool";
|
|
92
|
+
filters: import("../../../builders/buildedTypes").BaseFilter[];
|
|
93
|
+
} & {
|
|
94
|
+
array: boolean;
|
|
95
|
+
}) | {
|
|
6
96
|
model: string;
|
|
7
97
|
name: string;
|
|
8
98
|
title: Record<string, string>;
|
|
@@ -22,8 +112,8 @@ export declare const mapModelFeilds: (model: TsModel, modelNamesToMap: string[],
|
|
|
22
112
|
defaultValueExpression?: string | undefined;
|
|
23
113
|
defaultBackendValueExpression?: string | undefined;
|
|
24
114
|
sharded: boolean;
|
|
25
|
-
category: "model";
|
|
26
115
|
array: boolean;
|
|
116
|
+
category: "model";
|
|
27
117
|
service?: string | undefined;
|
|
28
118
|
})[];
|
|
29
119
|
name: string;
|
|
File without changes
|
package/build/types/projectsGeneration/generators/graph/utils/models/getModelInitOrder.spec.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/build/types/projectsGeneration/generators/graph/utils/models/getUniqModels.spec.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/build/types/projectsGeneration/generators/graph/utils/models/getUsedModels.spec.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { AdditionalService, AdditionalServiceObjectReturnModel } from '../../../../builders/buildedTypes';
|
|
2
|
+
declare const getObjectModelsFromMethodReturns: (service: AdditionalService) => AdditionalServiceObjectReturnModel[];
|
|
3
|
+
export default getObjectModelsFromMethodReturns;
|
|
File without changes
|
|
File without changes
|
package/build/types/projectsGeneration/generators/graph/utils/serviceModels/getServiceModels.d.ts
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
|
package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaDefault.d.ts
CHANGED
|
File without changes
|
package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaDefault.spec.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaIdField.d.ts
CHANGED
|
File without changes
|
package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaIdField.spec.d.ts
CHANGED
|
File without changes
|
package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaLinkFields.d.ts
CHANGED
|
File without changes
|
package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaLinkFields.spec.d.ts
CHANGED
|
File without changes
|
package/build/types/projectsGeneration/generators/prisma/scheme/fields/genPrismaScalarField.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/types/projectsGeneration/generators/prisma/scheme/genPrismaSchemaForEntities.d.ts
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
|
|
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
|
package/build/types/types.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/types.js
CHANGED
|
File without changes
|
|
File without changes
|
package/build/utils/cases.js
CHANGED
|
File without changes
|
|
File without changes
|
package/docs/commands.md
CHANGED
|
File without changes
|
package/docs/plugins.md
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "runlify",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.720",
|
|
4
4
|
"description": "runlify CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "build/index.js",
|
|
@@ -45,6 +45,8 @@
|
|
|
45
45
|
"winston": "^3.10.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
+
"@swc/core": "^1.11.16",
|
|
49
|
+
"@swc/jest": "^0.2.37",
|
|
48
50
|
"@types/cross-spawn": "^6.0.2",
|
|
49
51
|
"@types/jest": "^29.5.4",
|
|
50
52
|
"@types/markdown-table": "^2.0.0",
|
|
@@ -61,15 +63,24 @@
|
|
|
61
63
|
"jest-extended": "^4.0.2",
|
|
62
64
|
"jest-without-globals": "^0.0.3",
|
|
63
65
|
"jiti": "^2.4.2",
|
|
64
|
-
"ts-jest": "^29.3.2",
|
|
65
66
|
"ts-node": "^10.9.1",
|
|
66
67
|
"typescript": "^5.2.2",
|
|
67
68
|
"typescript-eslint": "^8.32.0",
|
|
68
69
|
"yup": "^0.32.11"
|
|
69
70
|
},
|
|
70
71
|
"jest": {
|
|
71
|
-
"
|
|
72
|
+
"transform": {
|
|
73
|
+
"^.+\\.(t|j)sx?$": "@swc/jest"
|
|
74
|
+
},
|
|
72
75
|
"testEnvironment": "node",
|
|
76
|
+
"moduleFileExtensions": [
|
|
77
|
+
"ts",
|
|
78
|
+
"tsx",
|
|
79
|
+
"js",
|
|
80
|
+
"jsx",
|
|
81
|
+
"json",
|
|
82
|
+
"node"
|
|
83
|
+
],
|
|
73
84
|
"modulePathIgnorePatterns": [
|
|
74
85
|
"<rootDir>/build/"
|
|
75
86
|
],
|
package/readme.md
CHANGED
|
File without changes
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const BaseModelBuilder_1 = __importDefault(require("./BaseModelBuilder"));
|
|
7
|
-
class ReturnModelBuilder extends BaseModelBuilder_1.default {
|
|
8
|
-
constructor(service, methodName, defaultLanguage) {
|
|
9
|
-
super(service, `${methodName}Result`, `Основная модель результата ${service.name}`, defaultLanguage);
|
|
10
|
-
this.array = false;
|
|
11
|
-
}
|
|
12
|
-
setArray(array) {
|
|
13
|
-
this.array = array;
|
|
14
|
-
}
|
|
15
|
-
build() {
|
|
16
|
-
return Object.assign(Object.assign({}, super.build()), { array: this.array });
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
exports.default = ReturnModelBuilder;
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiUmV0dXJuTW9kZWxCdWlsZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3Byb2plY3RzR2VuZXJhdGlvbi9idWlsZGVycy9tZWhvZHMvUmV0dXJuTW9kZWxCdWlsZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQ0EsMEVBQWlEO0FBR2pELE1BQU0sa0JBQW1CLFNBQVEsMEJBQWdCO0lBRy9DLFlBQVksT0FBNEIsRUFBRSxVQUFrQixFQUFFLGVBQXVCO1FBQ25GLEtBQUssQ0FBQyxPQUFPLEVBQUUsR0FBRyxVQUFVLFFBQVEsRUFBRSw4QkFBOEIsT0FBTyxDQUFDLElBQUksRUFBRSxFQUFFLGVBQWUsQ0FBQyxDQUFBO1FBSDVGLFVBQUssR0FBRyxLQUFLLENBQUM7SUFJeEIsQ0FBQztJQUVELFFBQVEsQ0FBQyxLQUFjO1FBQ3JCLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDO0lBQ3JCLENBQUM7SUFFRCxLQUFLO1FBQ0gsdUNBQ0ssS0FBSyxDQUFDLEtBQUssRUFBRSxLQUNoQixLQUFLLEVBQUUsSUFBSSxDQUFDLEtBQUssSUFDbEI7SUFDSCxDQUFDO0NBQ0Y7QUFFRCxrQkFBZSxrQkFBa0IsQ0FBQSJ9
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const change_case_1 = require("change-case");
|
|
4
|
-
const fieldTypeToTsType_1 = require("../../../../../fieldTypeToTsType");
|
|
5
|
-
const fieldsToTsTypeFields = (fields) => fields.map(f => `${f.name}${f.required ? '' : '?'}: ${f.category === 'model' ? `${(0, change_case_1.pascalCase)(f.model)}${f.array ? '[]' : ''}` : (0, fieldTypeToTsType_1.fieldTypeToTsType)(f.type)}`);
|
|
6
|
-
exports.default = fieldsToTsTypeFields;
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmllbGRzVG9Uc1R5cGVGaWVsZHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvcHJvamVjdHNHZW5lcmF0aW9uL2dlbmVyYXRvcnMvZmlsZVRlbXBsYXRlcy9iYWNrL2Vudmlyb25tZW50L3NyYy9pbnRlZ3JhdGlvbkNsaWVudHMvZmllbGRzVG9Uc1R5cGVGaWVsZHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSw2Q0FBc0M7QUFFdEMsd0VBQW9FO0FBRXBFLE1BQU0sb0JBQW9CLEdBQUcsQ0FBQyxNQUFzQixFQUFFLEVBQUUsQ0FDdEQsTUFBTSxDQUFDLEdBQUcsQ0FDUixDQUFDLENBQUMsRUFBRSxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksR0FBRyxDQUFDLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLEdBQUcsS0FBSyxDQUFDLENBQUMsUUFBUSxLQUFLLE9BQU8sQ0FBQyxDQUFDLENBQUMsR0FBRyxJQUFBLHdCQUFVLEVBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUEscUNBQWlCLEVBQUUsQ0FBaUIsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUNsSyxDQUFBO0FBRUgsa0JBQWUsb0JBQW9CLENBQUMifQ==
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AdditionalServiceReturnModel } from '../buildedTypes';
|
|
2
|
-
import BaseModelBuilder from './BaseModelBuilder';
|
|
3
|
-
import { MethodsModelsHolder } from './MethodBuilder';
|
|
4
|
-
declare class ReturnModelBuilder extends BaseModelBuilder {
|
|
5
|
-
protected array: boolean;
|
|
6
|
-
constructor(service: MethodsModelsHolder, methodName: string, defaultLanguage: string);
|
|
7
|
-
setArray(array: boolean): void;
|
|
8
|
-
build(): AdditionalServiceReturnModel;
|
|
9
|
-
}
|
|
10
|
-
export default ReturnModelBuilder;
|