@abtnode/constant
Advanced tools
Comparing version 1.4.4 to 1.4.5
20
index.js
@@ -35,2 +35,12 @@ const NODE_SERVICES = Object.freeze({ | ||
{ | ||
name: 'ci', | ||
title: 'CI', | ||
passport: true, | ||
}, | ||
{ | ||
name: 'certificate', | ||
title: 'Certificate', | ||
passport: true, | ||
}, | ||
{ | ||
name: NODE_SERVICES.AUTH_SERVICE, | ||
@@ -90,2 +100,10 @@ title: 'Auth Service', | ||
{ | ||
name: 'query_certificate', | ||
description: 'View certificates in service gateway', | ||
}, | ||
{ | ||
name: 'mutate_certificate', | ||
description: 'Manage certificates in service gateway', | ||
}, | ||
{ | ||
name: 'query_notification', | ||
@@ -129,2 +147,4 @@ description: 'View notifications', | ||
'@abtnode/auth-service': ['query_team', 'mutate_team'], | ||
ci: ['query_blocklet', 'mutate_blocklet'], | ||
certificate: ['query_certificate', 'mutate_certificate'], | ||
}), | ||
@@ -131,0 +151,0 @@ }; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "ABT Node constants", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "94ff0699afe17309d7ddbb781284f8f548ef5b97" | ||
"gitHead": "83a0412bc509af85184984e4cd9858ab2fafa40d" | ||
} |
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
7528
237