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
8
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.2-beta.0 to 2.0.2-beta.1

2

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

@@ -46,4 +46,4 @@ import type { namedTypes } from "ast-types";

export type Entity = Omit<models.Entity, "__typename" | "createdAt" | "updatedAt" | "resource" | "resourceId" | "entityVersions" | "fields" | "permissions" | "lockedByUserId" | "lockedByUser" | "lockedAt"> & {
fields: EntityField[];
permissions: EntityPermission[];
fields?: EntityField[];
permissions?: EntityPermission[];
pluralName: string;

@@ -50,0 +50,0 @@ };

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