New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@contrail/entity-types

Package Overview
Dependencies
Maintainers
10
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/entity-types - npm Package Compare versions

Comparing version 1.1.23 to 1.1.24

lib/schedule.d.ts

0

lib/app-api-key.d.ts

@@ -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 });

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc