@icgc-argo/ego-token-utils
Advanced tools
Comparing version 7.2.0 to 7.3.0
import { PermissionScopeObj } from './common'; | ||
declare enum UserProgramMembershipAccessLevel { | ||
export declare enum UserProgramMembershipAccessLevel { | ||
DCC_MEMBER = "DCC_MEMBER", | ||
@@ -54,1 +54,2 @@ FULL_PROGRAM_MEMBER = "FULL_PROGRAM_MEMBER", | ||
export default _default; | ||
export { PERMISSIONS, PermissionScopeObj, PROGRAM_DATA_PREFIX, PROGRAM_PREFIX } from './common'; |
@@ -179,3 +179,3 @@ "use strict"; | ||
UserProgramMembershipAccessLevel["PUBLIC_MEMBER"] = "PUBLIC_MEMBER"; | ||
})(UserProgramMembershipAccessLevel || (UserProgramMembershipAccessLevel = {})); | ||
})(UserProgramMembershipAccessLevel = exports.UserProgramMembershipAccessLevel || (exports.UserProgramMembershipAccessLevel = {})); | ||
/** | ||
@@ -236,2 +236,6 @@ * return the user's program membership access level | ||
}); }); | ||
var common_2 = require("./common"); | ||
exports.PERMISSIONS = common_2.PERMISSIONS; | ||
exports.PROGRAM_DATA_PREFIX = common_2.PROGRAM_DATA_PREFIX; | ||
exports.PROGRAM_PREFIX = common_2.PROGRAM_PREFIX; | ||
//# sourceMappingURL=index.js.map |
import { PermissionScopeObj } from './common'; | ||
declare enum UserProgramMembershipAccessLevel { | ||
export declare enum UserProgramMembershipAccessLevel { | ||
DCC_MEMBER = "DCC_MEMBER", | ||
@@ -54,1 +54,2 @@ FULL_PROGRAM_MEMBER = "FULL_PROGRAM_MEMBER", | ||
export default _default; | ||
export { PERMISSIONS, PermissionScopeObj, PROGRAM_DATA_PREFIX, PROGRAM_PREFIX } from './common'; |
{ | ||
"name": "@icgc-argo/ego-token-utils", | ||
"version": "7.2.0", | ||
"version": "7.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
879371
9882