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.7 to 2.0.33-beta.8

2

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

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

}
export interface CreateMainFileParams extends EventParams {
export interface CreateProgramFileParams extends EventParams {
}

@@ -98,0 +98,0 @@ export interface CreateSwaggerParams extends EventParams {

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

import { CreateDTOsParams, CreateEntityControllerBaseParams, CreateEntityControllerParams, CreateEntityControllerToManyRelationMethodsParams, CreateEntityExtensionsParams, 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 { CreateDTOsParams, CreateEntityControllerBaseParams, CreateEntityControllerParams, CreateEntityControllerToManyRelationMethodsParams, CreateEntityExtensionsParams, CreateEntityGrpcControllerBaseParams, CreateEntityGrpcControllerParams, CreateEntityInterfaceParams, CreateEntityServiceBaseParams, CreateEntityServiceParams, CreateMessageBrokerClientOptionsFactoryParams, CreateMessageBrokerParams, CreateMessageBrokerServiceBaseParams, CreateMessageBrokerServiceParams, CreateMessageBrokerTopicsEnumParams, CreateProgramFileParams, CreateSeedParams, CreateServerAppsettingsParams, CreateServerAuthParams, CreateServerCsprojParams, CreateServerDockerComposeDevParams, CreateServerDockerComposeParams, CreateServerGitIgnoreParams, CreateServerParams, CreateServerSecretsManagerParams, CreateSwaggerParams, LoadStaticFilesParams } from "./dotnet-plugin-events-params.types";
import { DotnetEventNames, PluginEventType } from "./dotnet-plugins.types";

@@ -23,3 +23,3 @@ import { CodeBlock, Interface } from "@amplication/csharp-ast";

[DotnetEventNames.CreateMessageBrokerServiceBase]?: PluginEventType<CreateMessageBrokerServiceBaseParams>;
[DotnetEventNames.CreateMainFile]?: PluginEventType<CreateMainFileParams>;
[DotnetEventNames.CreateProgramFile]?: PluginEventType<CreateProgramFileParams, CodeBlock>;
[DotnetEventNames.CreateSwagger]?: PluginEventType<CreateSwaggerParams>;

@@ -26,0 +26,0 @@ [DotnetEventNames.CreateSeed]?: PluginEventType<CreateSeedParams>;

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

CreateServerAppModule = "CreateServerAppModule",
CreateMainFile = "CreateMainFile",
CreateProgramFile = "CreateProgramFile",
CreateServerGitIgnore = "CreateServerGitIgnore",

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

@@ -16,3 +16,3 @@ "use strict";

DotnetEventNames["CreateServerAppModule"] = "CreateServerAppModule";
DotnetEventNames["CreateMainFile"] = "CreateMainFile";
DotnetEventNames["CreateProgramFile"] = "CreateProgramFile";
DotnetEventNames["CreateServerGitIgnore"] = "CreateServerGitIgnore";

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

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