@contrail/entity-types
Advanced tools
Comparing version 1.1.48-0 to 1.1.51-0
@@ -1,25 +0,26 @@ | ||
export * from './app-access-grant'; | ||
export * from './app-api-key'; | ||
export * from './app-code-package'; | ||
export * from './app-org'; | ||
export * from './app-version'; | ||
export * from './app-extension-definition'; | ||
export * from './app-extension'; | ||
export * from './app'; | ||
export * from './asset'; | ||
export * from './base-managed-entity'; | ||
export * from './content'; | ||
export * from './contentholder-content'; | ||
export * from './file'; | ||
export * from './item'; | ||
export * from './loader'; | ||
export * from './org'; | ||
export * from './project-item'; | ||
export * from './project'; | ||
export * from './property-type'; | ||
export * from './org-managed-entity'; | ||
export * from './subscription'; | ||
export * from './shared-links'; | ||
export * from './type-managed-entity'; | ||
export * from './user'; | ||
export * from './workspace-managed-entity'; | ||
export * from "./app-access-grant"; | ||
export * from "./app-api-key"; | ||
export * from "./app-code-package"; | ||
export * from "./app-org"; | ||
export * from "./app-version"; | ||
export * from "./app-extension-definition"; | ||
export * from "./app-extension"; | ||
export * from "./app"; | ||
export * from "./asset"; | ||
export * from "./base-managed-entity"; | ||
export * from "./client"; | ||
export * from "./content"; | ||
export * from "./contentholder-content"; | ||
export * from "./file"; | ||
export * from "./item"; | ||
export * from "./loader"; | ||
export * from "./org"; | ||
export * from "./project-item"; | ||
export * from "./project"; | ||
export * from "./property-type"; | ||
export * from "./org-managed-entity"; | ||
export * from "./subscription"; | ||
export * from "./shared-links"; | ||
export * from "./type-managed-entity"; | ||
export * from "./user"; | ||
export * from "./workspace-managed-entity"; |
@@ -27,2 +27,3 @@ "use strict"; | ||
__exportStar(require("./base-managed-entity"), exports); | ||
__exportStar(require("./client"), exports); | ||
__exportStar(require("./content"), exports); | ||
@@ -29,0 +30,0 @@ __exportStar(require("./contentholder-content"), exports); |
@@ -20,3 +20,3 @@ import { OrgManagedEntity } from "./org-managed-entity"; | ||
export declare const BOARD_APP_SUBSCRIBED_TO_CONST = "board-app"; | ||
export declare type SubscriptionMatrix = { | ||
export type SubscriptionMatrix = { | ||
[key in SubscriptionType]?: SubscriptionChannel[]; | ||
@@ -23,0 +23,0 @@ }; |
{ | ||
"name": "@contrail/entity-types", | ||
"version": "1.1.48-0", | ||
"version": "1.1.51-0", | ||
"description": "A types library for Vibeiq entities.", | ||
@@ -24,4 +24,4 @@ "main": "lib/index.js", | ||
"typedoc-plugin-extras": "^3.0.0", | ||
"typescript": "^4.0.0" | ||
"typescript": "^4.2" | ||
} | ||
} |
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
44096
68
1320