@amplication/code-gen-types
Advanced tools
Comparing version 2.0.37 to 3.0.0
{ | ||
"name": "@amplication/code-gen-types", | ||
"version": "2.0.37", | ||
"version": "3.0.0", | ||
"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", |
@@ -14,1 +14,4 @@ export { getSchemaForDataType } from "./get-schema-for-data-type"; | ||
export * as dotnetPluginEventsTypes from "./dotnet-plugin-events.types"; | ||
export * as blueprintTypes from "./blueprint-types/blueprint-plugins.types"; | ||
export * as blueprintPluginEventsParams from "./blueprint-types/blueprint-plugin-events-params.types"; | ||
export * as blueprintPluginEventsTypes from "./blueprint-types/blueprint-plugin-events.types"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.dotnetPluginEventsTypes = exports.dotnetPluginEventsParams = exports.dotnetTypes = exports.types = exports.getSchemaForDataType = void 0; | ||
exports.blueprintPluginEventsTypes = exports.blueprintPluginEventsParams = exports.blueprintTypes = exports.dotnetPluginEventsTypes = exports.dotnetPluginEventsParams = exports.dotnetTypes = exports.types = exports.getSchemaForDataType = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -18,2 +18,5 @@ var get_schema_for_data_type_1 = require("./get-schema-for-data-type"); | ||
exports.dotnetPluginEventsTypes = tslib_1.__importStar(require("./dotnet-plugin-events.types")); | ||
exports.blueprintTypes = tslib_1.__importStar(require("./blueprint-types/blueprint-plugins.types")); | ||
exports.blueprintPluginEventsParams = tslib_1.__importStar(require("./blueprint-types/blueprint-plugin-events-params.types")); | ||
exports.blueprintPluginEventsTypes = tslib_1.__importStar(require("./blueprint-types/blueprint-plugin-events.types")); | ||
//# sourceMappingURL=index.js.map |
"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.EnumPackageStatus = 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; | ||
exports.SortOrder = exports.Role = exports.QueryMode = exports.EnumWorkspaceMemberType = exports.EnumUserActionType = exports.EnumUserActionStatus = exports.EnumTimeGroup = exports.EnumSubscriptionStatus = exports.EnumSubscriptionPlan = exports.EnumSchemaNames = exports.EnumResourceTypeGroup = exports.EnumResourceType = exports.EnumPreviewAccountType = exports.EnumPendingChangeOriginType = exports.EnumPendingChangeAction = exports.EnumPackageStatus = exports.EnumOutdatedVersionAlertType = exports.EnumOutdatedVersionAlertStatus = 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.EnumCustomPropertyType = exports.EnumCommitStrategy = exports.EnumCodeGenerator = exports.EnumBuildStatus = exports.EnumBuildGitStatus = exports.EnumBlockType = exports.EnumAuthProviderType = exports.EnumAssistantMessageType = exports.EnumAssistantMessageRole = exports.EnumAssistantFunctions = exports.EnumActionStepStatus = exports.EnumActionLogLevel = exports.CodeGeneratorVersionStrategy = void 0; | ||
var CodeGeneratorVersionStrategy; | ||
@@ -63,2 +63,3 @@ (function (CodeGeneratorVersionStrategy) { | ||
(function (EnumBlockType) { | ||
EnumBlockType["CodeEngineVersion"] = "CodeEngineVersion"; | ||
EnumBlockType["Module"] = "Module"; | ||
@@ -72,2 +73,3 @@ EnumBlockType["ModuleAction"] = "ModuleAction"; | ||
EnumBlockType["ProjectConfigurationSettings"] = "ProjectConfigurationSettings"; | ||
EnumBlockType["Relation"] = "Relation"; | ||
EnumBlockType["ServiceSettings"] = "ServiceSettings"; | ||
@@ -77,4 +79,14 @@ EnumBlockType["ServiceTopics"] = "ServiceTopics"; | ||
})(EnumBlockType || (exports.EnumBlockType = EnumBlockType = {})); | ||
var EnumBuildGitStatus; | ||
(function (EnumBuildGitStatus) { | ||
EnumBuildGitStatus["Canceled"] = "Canceled"; | ||
EnumBuildGitStatus["Completed"] = "Completed"; | ||
EnumBuildGitStatus["Failed"] = "Failed"; | ||
EnumBuildGitStatus["NotConnected"] = "NotConnected"; | ||
EnumBuildGitStatus["Unknown"] = "Unknown"; | ||
EnumBuildGitStatus["Waiting"] = "Waiting"; | ||
})(EnumBuildGitStatus || (exports.EnumBuildGitStatus = EnumBuildGitStatus = {})); | ||
var EnumBuildStatus; | ||
(function (EnumBuildStatus) { | ||
EnumBuildStatus["Canceled"] = "Canceled"; | ||
EnumBuildStatus["Completed"] = "Completed"; | ||
@@ -84,5 +96,7 @@ EnumBuildStatus["Failed"] = "Failed"; | ||
EnumBuildStatus["Running"] = "Running"; | ||
EnumBuildStatus["Unknown"] = "Unknown"; | ||
})(EnumBuildStatus || (exports.EnumBuildStatus = EnumBuildStatus = {})); | ||
var EnumCodeGenerator; | ||
(function (EnumCodeGenerator) { | ||
EnumCodeGenerator["Blueprint"] = "Blueprint"; | ||
EnumCodeGenerator["DotNet"] = "DotNet"; | ||
@@ -97,2 +111,9 @@ EnumCodeGenerator["NodeJs"] = "NodeJs"; | ||
})(EnumCommitStrategy || (exports.EnumCommitStrategy = EnumCommitStrategy = {})); | ||
var EnumCustomPropertyType; | ||
(function (EnumCustomPropertyType) { | ||
EnumCustomPropertyType["Link"] = "Link"; | ||
EnumCustomPropertyType["MultiSelect"] = "MultiSelect"; | ||
EnumCustomPropertyType["Select"] = "Select"; | ||
EnumCustomPropertyType["Text"] = "Text"; | ||
})(EnumCustomPropertyType || (exports.EnumCustomPropertyType = EnumCustomPropertyType = {})); | ||
var EnumDataType; | ||
@@ -225,2 +246,15 @@ (function (EnumDataType) { | ||
})(EnumModuleDtoType || (exports.EnumModuleDtoType = EnumModuleDtoType = {})); | ||
var EnumOutdatedVersionAlertStatus; | ||
(function (EnumOutdatedVersionAlertStatus) { | ||
EnumOutdatedVersionAlertStatus["Canceled"] = "Canceled"; | ||
EnumOutdatedVersionAlertStatus["Ignored"] = "Ignored"; | ||
EnumOutdatedVersionAlertStatus["New"] = "New"; | ||
EnumOutdatedVersionAlertStatus["Resolved"] = "Resolved"; | ||
})(EnumOutdatedVersionAlertStatus || (exports.EnumOutdatedVersionAlertStatus = EnumOutdatedVersionAlertStatus = {})); | ||
var EnumOutdatedVersionAlertType; | ||
(function (EnumOutdatedVersionAlertType) { | ||
EnumOutdatedVersionAlertType["CodeEngineVersion"] = "CodeEngineVersion"; | ||
EnumOutdatedVersionAlertType["PluginVersion"] = "PluginVersion"; | ||
EnumOutdatedVersionAlertType["TemplateVersion"] = "TemplateVersion"; | ||
})(EnumOutdatedVersionAlertType || (exports.EnumOutdatedVersionAlertType = EnumOutdatedVersionAlertType = {})); | ||
var EnumPackageStatus; | ||
@@ -251,2 +285,3 @@ (function (EnumPackageStatus) { | ||
(function (EnumResourceType) { | ||
EnumResourceType["Component"] = "Component"; | ||
EnumResourceType["MessageBroker"] = "MessageBroker"; | ||
@@ -256,3 +291,9 @@ EnumResourceType["PluginRepository"] = "PluginRepository"; | ||
EnumResourceType["Service"] = "Service"; | ||
EnumResourceType["ServiceTemplate"] = "ServiceTemplate"; | ||
})(EnumResourceType || (exports.EnumResourceType = EnumResourceType = {})); | ||
var EnumResourceTypeGroup; | ||
(function (EnumResourceTypeGroup) { | ||
EnumResourceTypeGroup["Platform"] = "Platform"; | ||
EnumResourceTypeGroup["Services"] = "Services"; | ||
})(EnumResourceTypeGroup || (exports.EnumResourceTypeGroup = EnumResourceTypeGroup = {})); | ||
var EnumSchemaNames; | ||
@@ -272,2 +313,3 @@ (function (EnumSchemaNames) { | ||
EnumSubscriptionPlan["Pro"] = "Pro"; | ||
EnumSubscriptionPlan["Team"] = "Team"; | ||
})(EnumSubscriptionPlan || (exports.EnumSubscriptionPlan = EnumSubscriptionPlan = {})); | ||
@@ -274,0 +316,0 @@ var EnumSubscriptionStatus; |
@@ -26,3 +26,3 @@ { | ||
"type": "string", | ||
"default": null | ||
"default": "" | ||
}, | ||
@@ -29,0 +29,0 @@ "relatedFieldId": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
274282
144
6286