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
0
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.34 to 2.0.35

2

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SortOrder = exports.Role = exports.QueryMode = exports.EnumWorkspaceMemberType = exports.EnumUserActionType = exports.EnumUserActionStatus = exports.EnumTimeGroup = exports.EnumSubscriptionStatus = exports.EnumSubscriptionPlan = exports.EnumSchemaNames = exports.EnumResourceType = exports.EnumPreviewAccountType = exports.EnumPendingChangeOriginType = exports.EnumPendingChangeAction = exports.EnumModuleDtoType = exports.EnumModuleDtoPropertyType = exports.EnumModuleActionType = exports.EnumModuleActionRestVerb = exports.EnumModuleActionRestInputSource = exports.EnumModuleActionGqlOperation = exports.EnumMessagePatternConnectionOptions = exports.EnumGitProvider = exports.EnumGitOrganizationType = exports.EnumEntityPermissionType = exports.EnumEntityAction = exports.EnumDataType = exports.EnumCodeGenerator = exports.EnumBuildStatus = exports.EnumBlockType = exports.EnumAuthProviderType = exports.EnumAssistantMessageType = exports.EnumAssistantMessageRole = exports.EnumAssistantFunctions = exports.EnumActionStepStatus = exports.EnumActionLogLevel = exports.CodeGeneratorVersionStrategy = void 0;
exports.SortOrder = exports.Role = exports.QueryMode = exports.EnumWorkspaceMemberType = exports.EnumUserActionType = exports.EnumUserActionStatus = exports.EnumTimeGroup = exports.EnumSubscriptionStatus = exports.EnumSubscriptionPlan = exports.EnumSchemaNames = exports.EnumResourceType = exports.EnumPreviewAccountType = exports.EnumPendingChangeOriginType = exports.EnumPendingChangeAction = exports.EnumModuleDtoType = exports.EnumModuleDtoPropertyType = exports.EnumModuleActionType = exports.EnumModuleActionRestVerb = exports.EnumModuleActionRestInputSource = exports.EnumModuleActionGqlOperation = exports.EnumMessagePatternConnectionOptions = exports.EnumGitProvider = exports.EnumGitOrganizationType = exports.EnumEntityPermissionType = exports.EnumEntityAction = exports.EnumDataType = exports.EnumCommitStrategy = exports.EnumCodeGenerator = exports.EnumBuildStatus = exports.EnumBlockType = exports.EnumAuthProviderType = exports.EnumAssistantMessageType = exports.EnumAssistantMessageRole = exports.EnumAssistantFunctions = exports.EnumActionStepStatus = exports.EnumActionLogLevel = exports.CodeGeneratorVersionStrategy = void 0;
var CodeGeneratorVersionStrategy;

@@ -40,2 +40,3 @@ (function (CodeGeneratorVersionStrategy) {

EnumAssistantFunctions["GetProjectServices"] = "GetProjectServices";
EnumAssistantFunctions["GetService"] = "GetService";
EnumAssistantFunctions["GetServiceEntities"] = "GetServiceEntities";

@@ -68,2 +69,3 @@ EnumAssistantFunctions["GetServiceModules"] = "GetServiceModules";

EnumBlockType["PluginOrder"] = "PluginOrder";
EnumBlockType["PrivatePlugin"] = "PrivatePlugin";
EnumBlockType["ProjectConfigurationSettings"] = "ProjectConfigurationSettings";

@@ -86,2 +88,8 @@ EnumBlockType["ServiceSettings"] = "ServiceSettings";

})(EnumCodeGenerator || (exports.EnumCodeGenerator = EnumCodeGenerator = {}));
var EnumCommitStrategy;
(function (EnumCommitStrategy) {
EnumCommitStrategy["All"] = "All";
EnumCommitStrategy["AllWithPendingChanges"] = "AllWithPendingChanges";
EnumCommitStrategy["Specific"] = "Specific";
})(EnumCommitStrategy || (exports.EnumCommitStrategy = EnumCommitStrategy = {}));
var EnumDataType;

@@ -234,2 +242,3 @@ (function (EnumDataType) {

EnumResourceType["MessageBroker"] = "MessageBroker";
EnumResourceType["PluginRepository"] = "PluginRepository";
EnumResourceType["ProjectConfiguration"] = "ProjectConfiguration";

@@ -248,2 +257,3 @@ EnumResourceType["Service"] = "Service";

EnumSubscriptionPlan["Enterprise"] = "Enterprise";
EnumSubscriptionPlan["Essential"] = "Essential";
EnumSubscriptionPlan["Free"] = "Free";

@@ -250,0 +260,0 @@ EnumSubscriptionPlan["PreviewBreakTheMonolith"] = "PreviewBreakTheMonolith";

Sorry, the diff of this file is too big to display

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