Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contrail/entity-types

Package Overview
Dependencies
Maintainers
10
Versions
59
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.27 to 1.1.28

4

lib/subscription.d.ts

@@ -12,3 +12,3 @@ import { OrgManagedEntity } from "./org-managed-entity";

}
export declare enum Channel {
export declare enum SubscriptionChannel {
SLACK = "SLACK",

@@ -35,4 +35,4 @@ EMAIL = "EMAIL",

subscribedTo?: any;
channels: Channel[];
channels: SubscriptionChannel[];
subscriptionTypes: SubscriptionType[];
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Subscription = exports.BOARD_APP_SUBSCRIBED_TO_CONST = exports.PLAN_APP_SUBSCRIBED_TO_CONST = exports.SHOWCASE_APP_SUBSCRIBED_TO_CONST = exports.Channel = exports.SubscriptionType = void 0;
exports.Subscription = exports.BOARD_APP_SUBSCRIBED_TO_CONST = exports.PLAN_APP_SUBSCRIBED_TO_CONST = exports.SHOWCASE_APP_SUBSCRIBED_TO_CONST = exports.SubscriptionChannel = exports.SubscriptionType = void 0;
var SubscriptionType;

@@ -14,8 +14,8 @@ (function (SubscriptionType) {

})(SubscriptionType = exports.SubscriptionType || (exports.SubscriptionType = {}));
var Channel;
(function (Channel) {
Channel["SLACK"] = "SLACK";
Channel["EMAIL"] = "EMAIL";
Channel["TEAMS"] = "TEAMS";
})(Channel = exports.Channel || (exports.Channel = {}));
var SubscriptionChannel;
(function (SubscriptionChannel) {
SubscriptionChannel["SLACK"] = "SLACK";
SubscriptionChannel["EMAIL"] = "EMAIL";
SubscriptionChannel["TEAMS"] = "TEAMS";
})(SubscriptionChannel = exports.SubscriptionChannel || (exports.SubscriptionChannel = {}));
exports.SHOWCASE_APP_SUBSCRIBED_TO_CONST = 'showcase-app';

@@ -22,0 +22,0 @@ exports.PLAN_APP_SUBSCRIBED_TO_CONST = 'plan-app';

{
"name": "@contrail/entity-types",
"version": "1.1.27",
"version": "1.1.28",
"description": "A types library for Vibeiq entities.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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