webgme-engine
Version:
WebGME server and Client API without a GUI
16 lines (13 loc) • 341 B
JavaScript
/*eslint-env node*/
/**
* @author pmeijer / https://github.com/pmeijer
*/
module.exports = {
USER: 'User',
ORGANIZATION: 'Organization',
// GMEAuth events
USER_CREATED: 'USER_CREATED',
USER_DELETED: 'USER_DELETED',
ORGANIZATION_CREATED: 'ORGANIZATION_CREATED',
ORGANIZATION_DELETED: 'ORGANIZATION_DELETED'
};