@amplication/code-gen-types
Advanced tools
Comparing version 2.0.9 to 2.0.10
{ | ||
"name": "@amplication/code-gen-types", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "This library supplies all the contracts for Amplication Code Generation. The purpose is to make the contracts available for inclusion in plugins.", | ||
"main": "src/index.js", | ||
"main": "./src/index.js", | ||
"author": { | ||
@@ -13,11 +13,12 @@ "name": "Amplication", | ||
"type-fest": "^3.11.0", | ||
"fast-glob": "3.2.12", | ||
"normalize-path": "3.0.0", | ||
"ast-types": "0.14.2", | ||
"json-schema": "0.4.0", | ||
"prisma-schema-dsl-types": "1.1.2", | ||
"tslib": "2.5.0" | ||
"tslib": "2.6.2" | ||
}, | ||
"types": "./src/index.d.ts", | ||
"dependencies": {} | ||
"dependencies": { | ||
"ast-types": "^0.14.2", | ||
"fast-glob": "^3.3.1", | ||
"json-schema": "^0.4.0", | ||
"normalize-path": "^3.0.0", | ||
"prisma-schema-dsl-types": "^1.1.2" | ||
}, | ||
"type": "commonjs" | ||
} |
@@ -9,3 +9,3 @@ "use strict"; | ||
CodeGeneratorVersionStrategy["Specific"] = "Specific"; | ||
})(CodeGeneratorVersionStrategy = exports.CodeGeneratorVersionStrategy || (exports.CodeGeneratorVersionStrategy = {})); | ||
})(CodeGeneratorVersionStrategy || (exports.CodeGeneratorVersionStrategy = CodeGeneratorVersionStrategy = {})); | ||
var EnumActionLogLevel; | ||
@@ -17,3 +17,3 @@ (function (EnumActionLogLevel) { | ||
EnumActionLogLevel["Warning"] = "Warning"; | ||
})(EnumActionLogLevel = exports.EnumActionLogLevel || (exports.EnumActionLogLevel = {})); | ||
})(EnumActionLogLevel || (exports.EnumActionLogLevel = EnumActionLogLevel = {})); | ||
var EnumActionStepStatus; | ||
@@ -25,3 +25,3 @@ (function (EnumActionStepStatus) { | ||
EnumActionStepStatus["Waiting"] = "Waiting"; | ||
})(EnumActionStepStatus = exports.EnumActionStepStatus || (exports.EnumActionStepStatus = {})); | ||
})(EnumActionStepStatus || (exports.EnumActionStepStatus = EnumActionStepStatus = {})); | ||
var EnumAuthProviderType; | ||
@@ -32,3 +32,3 @@ (function (EnumAuthProviderType) { | ||
EnumAuthProviderType["Jwt"] = "Jwt"; | ||
})(EnumAuthProviderType = exports.EnumAuthProviderType || (exports.EnumAuthProviderType = {})); | ||
})(EnumAuthProviderType || (exports.EnumAuthProviderType = EnumAuthProviderType = {})); | ||
var EnumBlockType; | ||
@@ -42,3 +42,3 @@ (function (EnumBlockType) { | ||
EnumBlockType["Topic"] = "Topic"; | ||
})(EnumBlockType = exports.EnumBlockType || (exports.EnumBlockType = {})); | ||
})(EnumBlockType || (exports.EnumBlockType = EnumBlockType = {})); | ||
var EnumBuildStatus; | ||
@@ -50,3 +50,3 @@ (function (EnumBuildStatus) { | ||
EnumBuildStatus["Running"] = "Running"; | ||
})(EnumBuildStatus = exports.EnumBuildStatus || (exports.EnumBuildStatus = {})); | ||
})(EnumBuildStatus || (exports.EnumBuildStatus = EnumBuildStatus = {})); | ||
var EnumDataType; | ||
@@ -72,3 +72,3 @@ (function (EnumDataType) { | ||
EnumDataType["WholeNumber"] = "WholeNumber"; | ||
})(EnumDataType = exports.EnumDataType || (exports.EnumDataType = {})); | ||
})(EnumDataType || (exports.EnumDataType = EnumDataType = {})); | ||
var EnumEntityAction; | ||
@@ -81,3 +81,3 @@ (function (EnumEntityAction) { | ||
EnumEntityAction["View"] = "View"; | ||
})(EnumEntityAction = exports.EnumEntityAction || (exports.EnumEntityAction = {})); | ||
})(EnumEntityAction || (exports.EnumEntityAction = EnumEntityAction = {})); | ||
var EnumEntityPermissionType; | ||
@@ -89,3 +89,3 @@ (function (EnumEntityPermissionType) { | ||
EnumEntityPermissionType["Public"] = "Public"; | ||
})(EnumEntityPermissionType = exports.EnumEntityPermissionType || (exports.EnumEntityPermissionType = {})); | ||
})(EnumEntityPermissionType || (exports.EnumEntityPermissionType = EnumEntityPermissionType = {})); | ||
var EnumGitOrganizationType; | ||
@@ -95,3 +95,3 @@ (function (EnumGitOrganizationType) { | ||
EnumGitOrganizationType["User"] = "User"; | ||
})(EnumGitOrganizationType = exports.EnumGitOrganizationType || (exports.EnumGitOrganizationType = {})); | ||
})(EnumGitOrganizationType || (exports.EnumGitOrganizationType = EnumGitOrganizationType = {})); | ||
var EnumGitProvider; | ||
@@ -102,3 +102,3 @@ (function (EnumGitProvider) { | ||
EnumGitProvider["Github"] = "Github"; | ||
})(EnumGitProvider = exports.EnumGitProvider || (exports.EnumGitProvider = {})); | ||
})(EnumGitProvider || (exports.EnumGitProvider = EnumGitProvider = {})); | ||
var EnumMessagePatternConnectionOptions; | ||
@@ -109,3 +109,3 @@ (function (EnumMessagePatternConnectionOptions) { | ||
EnumMessagePatternConnectionOptions["Send"] = "Send"; | ||
})(EnumMessagePatternConnectionOptions = exports.EnumMessagePatternConnectionOptions || (exports.EnumMessagePatternConnectionOptions = {})); | ||
})(EnumMessagePatternConnectionOptions || (exports.EnumMessagePatternConnectionOptions = EnumMessagePatternConnectionOptions = {})); | ||
var EnumPendingChangeAction; | ||
@@ -116,3 +116,3 @@ (function (EnumPendingChangeAction) { | ||
EnumPendingChangeAction["Update"] = "Update"; | ||
})(EnumPendingChangeAction = exports.EnumPendingChangeAction || (exports.EnumPendingChangeAction = {})); | ||
})(EnumPendingChangeAction || (exports.EnumPendingChangeAction = EnumPendingChangeAction = {})); | ||
var EnumPendingChangeOriginType; | ||
@@ -122,3 +122,3 @@ (function (EnumPendingChangeOriginType) { | ||
EnumPendingChangeOriginType["Entity"] = "Entity"; | ||
})(EnumPendingChangeOriginType = exports.EnumPendingChangeOriginType || (exports.EnumPendingChangeOriginType = {})); | ||
})(EnumPendingChangeOriginType || (exports.EnumPendingChangeOriginType = EnumPendingChangeOriginType = {})); | ||
var EnumResourceType; | ||
@@ -129,3 +129,3 @@ (function (EnumResourceType) { | ||
EnumResourceType["Service"] = "Service"; | ||
})(EnumResourceType = exports.EnumResourceType || (exports.EnumResourceType = {})); | ||
})(EnumResourceType || (exports.EnumResourceType = EnumResourceType = {})); | ||
var EnumSubscriptionPlan; | ||
@@ -136,3 +136,3 @@ (function (EnumSubscriptionPlan) { | ||
EnumSubscriptionPlan["Pro"] = "Pro"; | ||
})(EnumSubscriptionPlan = exports.EnumSubscriptionPlan || (exports.EnumSubscriptionPlan = {})); | ||
})(EnumSubscriptionPlan || (exports.EnumSubscriptionPlan = EnumSubscriptionPlan = {})); | ||
var EnumSubscriptionStatus; | ||
@@ -145,3 +145,3 @@ (function (EnumSubscriptionStatus) { | ||
EnumSubscriptionStatus["Trailing"] = "Trailing"; | ||
})(EnumSubscriptionStatus = exports.EnumSubscriptionStatus || (exports.EnumSubscriptionStatus = {})); | ||
})(EnumSubscriptionStatus || (exports.EnumSubscriptionStatus = EnumSubscriptionStatus = {})); | ||
var EnumUserActionStatus; | ||
@@ -153,7 +153,7 @@ (function (EnumUserActionStatus) { | ||
EnumUserActionStatus["Running"] = "Running"; | ||
})(EnumUserActionStatus = exports.EnumUserActionStatus || (exports.EnumUserActionStatus = {})); | ||
})(EnumUserActionStatus || (exports.EnumUserActionStatus = EnumUserActionStatus = {})); | ||
var EnumUserActionType; | ||
(function (EnumUserActionType) { | ||
EnumUserActionType["DbSchemaImport"] = "DBSchemaImport"; | ||
})(EnumUserActionType = exports.EnumUserActionType || (exports.EnumUserActionType = {})); | ||
})(EnumUserActionType || (exports.EnumUserActionType = EnumUserActionType = {})); | ||
var EnumWorkspaceMemberType; | ||
@@ -163,3 +163,3 @@ (function (EnumWorkspaceMemberType) { | ||
EnumWorkspaceMemberType["User"] = "User"; | ||
})(EnumWorkspaceMemberType = exports.EnumWorkspaceMemberType || (exports.EnumWorkspaceMemberType = {})); | ||
})(EnumWorkspaceMemberType || (exports.EnumWorkspaceMemberType = EnumWorkspaceMemberType = {})); | ||
var QueryMode; | ||
@@ -169,3 +169,3 @@ (function (QueryMode) { | ||
QueryMode["Insensitive"] = "Insensitive"; | ||
})(QueryMode = exports.QueryMode || (exports.QueryMode = {})); | ||
})(QueryMode || (exports.QueryMode = QueryMode = {})); | ||
var Role; | ||
@@ -177,3 +177,3 @@ (function (Role) { | ||
Role["User"] = "User"; | ||
})(Role = exports.Role || (exports.Role = {})); | ||
})(Role || (exports.Role = Role = {})); | ||
var SortOrder; | ||
@@ -183,3 +183,3 @@ (function (SortOrder) { | ||
SortOrder["Desc"] = "Desc"; | ||
})(SortOrder = exports.SortOrder || (exports.SortOrder = {})); | ||
})(SortOrder || (exports.SortOrder = SortOrder = {})); | ||
//# sourceMappingURL=models.js.map |
@@ -44,3 +44,3 @@ "use strict"; | ||
EventNames["CreateConnectMicroservices"] = "CreateConnectMicroservices"; | ||
})(EventNames = exports.EventNames || (exports.EventNames = {})); | ||
})(EventNames || (exports.EventNames = EventNames = {})); | ||
//# sourceMappingURL=plugins-types.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
157423
+ Addedast-types@^0.14.2
+ Addedfast-glob@^3.3.1
+ Addedjson-schema@^0.4.0
+ Addednormalize-path@^3.0.0
+ Addedfast-glob@3.3.2(transitive)
+ Addedtslib@2.6.2(transitive)
- Removedfast-glob@3.2.12(transitive)
- Removedtslib@2.5.0(transitive)