@contrail/entity-types
Advanced tools
Comparing version 1.1.26 to 1.1.27
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { Group, User } from "./user"; | ||
export declare enum SubscriptionType { | ||
COMMENT_ON_OWNED = "COMMENT_ON_OWNED", | ||
COMMENT = "COMMENT", | ||
@@ -5,0 +6,0 @@ MENTION = "MENTION", |
@@ -6,2 +6,3 @@ "use strict"; | ||
(function (SubscriptionType) { | ||
SubscriptionType["COMMENT_ON_OWNED"] = "COMMENT_ON_OWNED"; | ||
SubscriptionType["COMMENT"] = "COMMENT"; | ||
@@ -8,0 +9,0 @@ SubscriptionType["MENTION"] = "MENTION"; |
{ | ||
"name": "@contrail/entity-types", | ||
"version": "1.1.26", | ||
"version": "1.1.27", | ||
"description": "A types library for Vibeiq entities.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
24296
50
798