@contrail/entity-types
Advanced tools
Comparing version 1.1.23 to 1.1.24
@@ -0,0 +0,0 @@ import { OrgManagedEntity } from "./org-managed-entity"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { App } from './app'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { App } from "./app"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { App } from "./app"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { OrgManagedEntity } from "./org-managed-entity"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { BaseManagedEntity } from "./base-managed-entity"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { BaseManagedEntity } from "./base-managed-entity"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { TypeManagedEntity } from "./type-managed-entity"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface BaseManagedEntity { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { OrgManagedEntity } from "./org-managed-entity"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { BaseManagedEntity } from './base-managed-entity'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { OrgManagedEntity } from "./org-managed-entity"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { OrgManagedEntity } from './org-managed-entity'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export * from './app-api-key'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { TypeManagedEntity } from './type-managed-entity'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { BaseManagedEntity } from "./base-managed-entity"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { BaseManagedEntity } from "./base-managed-entity"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { TypeManagedEntity } from './type-managed-entity'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { OrgManagedEntity } from "./org-managed-entity"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export declare enum PropertyType { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { OrgManagedEntity } from "./org-managed-entity"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -50,1 +50,27 @@ import { BaseManagedEntity } from "./base-managed-entity"; | ||
} | ||
export declare class Group implements OrgManagedEntity { | ||
id: string; | ||
createdOn?: Date; | ||
updatedOn?: Date; | ||
createdById?: string; | ||
updatedById?: string; | ||
createdBy?: any; | ||
updatedBy?: any; | ||
orgId?: string; | ||
name: string; | ||
groupPrincipals?: GroupPrincipal[]; | ||
} | ||
export declare class GroupPrincipal implements OrgManagedEntity { | ||
id: string; | ||
createdOn?: Date; | ||
updatedOn?: Date; | ||
createdById?: string; | ||
updatedById?: string; | ||
createdBy?: any; | ||
updatedBy?: any; | ||
orgId?: string; | ||
groupId?: string; | ||
group?: Group; | ||
principalReference?: string; | ||
principal?: any; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.User = exports.PlatformUser = exports.PlatformRole = exports.UserOrg = exports.UserOrgRole = void 0; | ||
exports.GroupPrincipal = exports.Group = exports.User = exports.PlatformUser = exports.PlatformRole = exports.UserOrg = exports.UserOrgRole = void 0; | ||
var UserOrgRole; | ||
@@ -55,1 +55,29 @@ (function (UserOrgRole) { | ||
exports.User = User; | ||
class Group { | ||
id; | ||
createdOn; | ||
updatedOn; | ||
createdById; | ||
updatedById; | ||
createdBy; | ||
updatedBy; | ||
orgId; | ||
name; | ||
groupPrincipals; | ||
} | ||
exports.Group = Group; | ||
class GroupPrincipal { | ||
id; | ||
createdOn; | ||
updatedOn; | ||
createdById; | ||
updatedById; | ||
createdBy; | ||
updatedBy; | ||
orgId; | ||
groupId; | ||
group; | ||
principalReference; | ||
principal; | ||
} | ||
exports.GroupPrincipal = GroupPrincipal; |
@@ -0,0 +0,0 @@ import { TypeManagedEntity } from "./type-managed-entity"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@contrail/entity-types", | ||
"version": "1.1.23", | ||
"version": "1.1.24", | ||
"description": "A types library for Vibeiq entities.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -0,0 +0,0 @@ # Types Entity |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
22884
50
768
0