@contember/schema
Advanced tools
Comparing version 0.12.0-alpha.5 to 0.12.0-alpha.6
export declare enum ProjectRole { | ||
ADMIN = "admin", | ||
CONTENT_ADMIN = "content_admin", | ||
MAINTAINER = "maintainer" | ||
DEPLOYER = "deployer" | ||
} | ||
//# sourceMappingURL=ProjectRole.d.ts.map |
@@ -8,4 +8,4 @@ "use strict"; | ||
ProjectRole["CONTENT_ADMIN"] = "content_admin"; | ||
ProjectRole["MAINTAINER"] = "maintainer"; | ||
ProjectRole["DEPLOYER"] = "deployer"; | ||
})(ProjectRole = exports.ProjectRole || (exports.ProjectRole = {})); | ||
//# sourceMappingURL=ProjectRole.js.map |
{ | ||
"name": "@contember/schema", | ||
"version": "0.12.0-alpha.5", | ||
"version": "0.12.0-alpha.6", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
export enum ProjectRole { | ||
ADMIN = 'admin', | ||
CONTENT_ADMIN = 'content_admin', | ||
MAINTAINER = 'maintainer', | ||
DEPLOYER = 'deployer', | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
93327