@rss/common
Advanced tools
Comparing version 0.0.74 to 0.0.75
@@ -8,3 +8,4 @@ 'use strict'; | ||
TENANT: 'TENANT', | ||
ROLE: 'ROLE' | ||
ROLE: 'ROLE', | ||
SYSTEM: 'SYSTEM' | ||
}; |
@@ -53,3 +53,3 @@ 'use strict'; | ||
permission: { enum: ['OWNER', 'READ', 'WRITE'] }, | ||
type: { enum: ['CAMPUS', 'GROUP', 'PERSON', 'TENANT'] } | ||
type: { enum: ['CAMPUS', 'GROUP', 'PERSON', 'TENANT', 'SYSTEM'] } | ||
}, | ||
@@ -56,0 +56,0 @@ required: Object.keys(this) |
{ | ||
"name": "@rss/common", | ||
"version": "0.0.74", | ||
"version": "0.0.75", | ||
"description": "common constant, classes, & helper", | ||
@@ -5,0 +5,0 @@ "author": "Risk & Safety Solution", |
@@ -7,2 +7,3 @@ module.exports = { | ||
ROLE: 'ROLE', | ||
SYSTEM: 'SYSTEM', | ||
}; |
@@ -41,3 +41,3 @@ const tv4 = require('tv4'); | ||
permission: { enum: ['OWNER', 'READ', 'WRITE'] }, | ||
type: { enum: ['CAMPUS', 'GROUP', 'PERSON', 'TENANT'] }, | ||
type: { enum: ['CAMPUS', 'GROUP', 'PERSON', 'TENANT', 'SYSTEM'] }, | ||
}, | ||
@@ -44,0 +44,0 @@ required: Object.keys(this), |
Sorry, the diff of this file is not supported yet
801664
13867