@amplication/code-gen-types
Advanced tools
Comparing version 1.1.18 to 1.1.19
{ | ||
"name": "@amplication/code-gen-types", | ||
"version": "1.1.18", | ||
"version": "1.1.19", | ||
"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", |
@@ -90,4 +90,6 @@ import { namedTypes } from "ast-types"; | ||
export interface CreateServerGitIgnoreParams extends EventParams { | ||
gitignorePaths: string[]; | ||
} | ||
export interface CreateAdminGitIgnoreParams extends EventParams { | ||
gitignorePaths: string[]; | ||
} | ||
@@ -94,0 +96,0 @@ export interface CreateServerDockerComposeParams extends EventParams { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
129572
3165