@contrail/entity-types
Advanced tools
Comparing version 1.1.46 to 1.1.47
@@ -21,5 +21,5 @@ export * from './app-access-grant'; | ||
export * from './subscription'; | ||
export * from './share-links'; | ||
export * from './shared-links'; | ||
export * from './type-managed-entity'; | ||
export * from './user'; | ||
export * from './workspace-managed-entity'; |
@@ -37,5 +37,5 @@ "use strict"; | ||
__exportStar(require("./subscription"), exports); | ||
__exportStar(require("./share-links"), exports); | ||
__exportStar(require("./shared-links"), exports); | ||
__exportStar(require("./type-managed-entity"), exports); | ||
__exportStar(require("./user"), exports); | ||
__exportStar(require("./workspace-managed-entity"), exports); |
@@ -7,3 +7,4 @@ import { BaseManagedEntity } from "./base-managed-entity"; | ||
member = "MEMBER", | ||
guest = "GUEST" | ||
guest = "GUEST", | ||
viewer = "VIEWER" | ||
} | ||
@@ -10,0 +11,0 @@ export declare enum SystemRole { |
@@ -9,2 +9,3 @@ "use strict"; | ||
UserOrgRole["guest"] = "GUEST"; | ||
UserOrgRole["viewer"] = "VIEWER"; | ||
})(UserOrgRole = exports.UserOrgRole || (exports.UserOrgRole = {})); | ||
@@ -11,0 +12,0 @@ var SystemRole; |
{ | ||
"name": "@contrail/entity-types", | ||
"version": "1.1.46", | ||
"version": "1.1.47", | ||
"description": "A types library for Vibeiq entities.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
31511
62
870