@contrail/entity-types
Advanced tools
Comparing version 1.1.27 to 1.1.28
@@ -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", |
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
24428