@contrail/entity-types
Advanced tools
Comparing version 1.1.30 to 1.1.31
@@ -20,2 +20,5 @@ import { OrgManagedEntity } from "./org-managed-entity"; | ||
export declare const BOARD_APP_SUBSCRIBED_TO_CONST = "board-app"; | ||
export declare type SubscriptionMatrix = { | ||
[key in SubscriptionType]?: SubscriptionChannel[]; | ||
}; | ||
export interface Subscription extends OrgManagedEntity { | ||
@@ -35,3 +38,3 @@ id: string; | ||
subscribedTo?: any; | ||
subscriptionMatrix: Map<SubscriptionType, SubscriptionChannel[]>; | ||
subscriptionMatrix: SubscriptionMatrix; | ||
} |
{ | ||
"name": "@contrail/entity-types", | ||
"version": "1.1.30", | ||
"version": "1.1.31", | ||
"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
1894096
2250