Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amplication/code-gen-types

Package Overview
Dependencies
Maintainers
7
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/code-gen-types - npm Package Compare versions

Comparing version 2.0.33-beta.4 to 2.0.33-beta.5

2

package.json
{
"name": "@amplication/code-gen-types",
"version": "2.0.33-beta.4",
"version": "2.0.33-beta.5",
"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",

@@ -55,5 +55,2 @@ import { Entity, EntityLookupField, ModuleContainer, ModuleAction, entityActions } from "./code-gen-types";

}[];
export interface CreateServerDotEnvParams extends EventParams {
envVariables: VariableDictionary;
}
export interface CreateServerGitIgnoreParams extends EventParams {

@@ -88,3 +85,3 @@ gitignorePaths: string[];

[key: string]: any;
}[];
};
}

@@ -91,0 +88,0 @@ export interface CreateMessageBrokerParams extends EventParams {

@@ -1,2 +0,2 @@

import { CreateDTOsParams, CreateEntityControllerBaseParams, CreateEntityControllerParams, CreateEntityControllerToManyRelationMethodsParams, CreateEntityGrpcControllerBaseParams, CreateEntityGrpcControllerParams, CreateEntityInterfaceParams, CreateEntityServiceBaseParams, CreateEntityServiceParams, CreateMainFileParams, CreateMessageBrokerClientOptionsFactoryParams, CreateMessageBrokerParams, CreateMessageBrokerServiceBaseParams, CreateMessageBrokerServiceParams, CreateMessageBrokerTopicsEnumParams, CreateSeedParams, CreateServerAppsettingsParams, CreateServerAuthParams, CreateServerCsprojParams, CreateServerDockerComposeDevParams, CreateServerDockerComposeParams, CreateServerDotEnvParams, CreateServerGitIgnoreParams, CreateServerParams, CreateServerSecretsManagerParams, CreateSwaggerParams, LoadStaticFilesParams } from "./dotnet-plugin-events-params.types";
import { CreateDTOsParams, CreateEntityControllerBaseParams, CreateEntityControllerParams, CreateEntityControllerToManyRelationMethodsParams, CreateEntityGrpcControllerBaseParams, CreateEntityGrpcControllerParams, CreateEntityInterfaceParams, CreateEntityServiceBaseParams, CreateEntityServiceParams, CreateMainFileParams, CreateMessageBrokerClientOptionsFactoryParams, CreateMessageBrokerParams, CreateMessageBrokerServiceBaseParams, CreateMessageBrokerServiceParams, CreateMessageBrokerTopicsEnumParams, CreateSeedParams, CreateServerAppsettingsParams, CreateServerAuthParams, CreateServerCsprojParams, CreateServerDockerComposeDevParams, CreateServerDockerComposeParams, CreateServerGitIgnoreParams, CreateServerParams, CreateServerSecretsManagerParams, CreateSwaggerParams, LoadStaticFilesParams } from "./dotnet-plugin-events-params.types";
import { DotnetEventNames, PluginEventType } from "./dotnet-plugins.types";

@@ -7,6 +7,5 @@ import { CodeBlock, Interface } from "@amplication/csharp-ast";

[DotnetEventNames.CreateServer]?: PluginEventType<CreateServerParams>;
[DotnetEventNames.CreateServerDotEnv]?: PluginEventType<CreateServerDotEnvParams, CodeBlock>;
[DotnetEventNames.CreateServerGitIgnore]?: PluginEventType<CreateServerGitIgnoreParams, CodeBlock>;
[DotnetEventNames.CreateServerCsproj]?: PluginEventType<CreateServerCsprojParams>;
[DotnetEventNames.CreateServerAppsettings]?: PluginEventType<CreateServerAppsettingsParams>;
[DotnetEventNames.CreateServerCsproj]?: PluginEventType<CreateServerCsprojParams, CodeBlock>;
[DotnetEventNames.CreateServerAppsettings]?: PluginEventType<CreateServerAppsettingsParams, CodeBlock>;
[DotnetEventNames.CreateEntityService]?: PluginEventType<CreateEntityServiceParams>;

@@ -13,0 +12,0 @@ [DotnetEventNames.CreateEntityServiceBase]?: PluginEventType<CreateEntityServiceBaseParams>;

@@ -68,3 +68,2 @@ import type { Promisable } from "type-fest";

CreateMainFile = "CreateMainFile",
CreateServerDotEnv = "CreateServerDotEnv",
CreateServerGitIgnore = "CreateServerGitIgnore",

@@ -71,0 +70,0 @@ CreateAdminGitIgnore = "CreateAdminGitIgnore",

@@ -17,3 +17,2 @@ "use strict";

DotnetEventNames["CreateMainFile"] = "CreateMainFile";
DotnetEventNames["CreateServerDotEnv"] = "CreateServerDotEnv";
DotnetEventNames["CreateServerGitIgnore"] = "CreateServerGitIgnore";

@@ -20,0 +19,0 @@ DotnetEventNames["CreateAdminGitIgnore"] = "CreateAdminGitIgnore";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc