@amplication/code-gen-types
Advanced tools
Comparing version 2.0.33-beta.16 to 2.0.33-beta.17
{ | ||
"name": "@amplication/code-gen-types", | ||
"version": "2.0.33-beta.16", | ||
"version": "2.0.33-beta.17", | ||
"description": "This library supplies all the contracts for Amplication Code Generation. The purpose is to make the contracts available for inclusion in plugins.", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -27,3 +27,3 @@ import { CreateDTOsParams, CreateEntityControllerBaseParams, CreateEntityControllerParams, CreateEntityControllerToManyRelationMethodsParams, CreateEntityExtensionsParams, CreateEntityGrpcControllerBaseParams, CreateEntityGrpcControllerParams, CreateEntityInterfaceParams, CreateEntityModelParams, CreateEntityServiceBaseParams, CreateEntityServiceParams, CreateMessageBrokerClientOptionsFactoryParams, CreateMessageBrokerParams, CreateMessageBrokerServiceBaseParams, CreateMessageBrokerServiceParams, CreateMessageBrokerTopicsEnumParams, CreateProgramFileParams, CreateSeedParams, CreateServerAppsettingsParams, CreateServerAuthParams, CreateServerCsprojParams, CreateServerDockerComposeParams, CreateServerGitIgnoreParams, CreateServerParams, CreateServerSecretsManagerParams, CreateSwaggerParams, LoadStaticFilesParams } from "./dotnet-plugin-events-params.types"; | ||
[DotnetEventNames.CreateDTOs]?: PluginEventType<CreateDTOsParams>; | ||
[DotnetEventNames.LoadStaticFiles]?: PluginEventType<LoadStaticFilesParams>; | ||
[DotnetEventNames.LoadStaticFiles]?: PluginEventType<LoadStaticFilesParams, CodeBlock>; | ||
[DotnetEventNames.CreateServerSecretsManager]?: PluginEventType<CreateServerSecretsManagerParams>; | ||
@@ -30,0 +30,0 @@ [DotnetEventNames.CreateEntityInterface]?: PluginEventType<CreateEntityInterfaceParams, Interface>; |
231587