@contrail/entity-types
Advanced tools
Comparing version 1.1.17 to 1.1.18
@@ -24,2 +24,3 @@ import { BaseManagedEntity } from "./base-managed-entity"; | ||
versionNumber: number; | ||
semver: string; | ||
status: AppVersionStatus; | ||
@@ -26,0 +27,0 @@ eventWorkflowTriggerKeyMapping: string; |
@@ -11,2 +11,3 @@ import { BaseManagedEntity } from "./base-managed-entity"; | ||
latestAppVersion?: AppVersion; | ||
version: string; | ||
thumbnail?: string; | ||
@@ -13,0 +14,0 @@ description?: string; |
@@ -6,4 +6,2 @@ export * from './app-api-key'; | ||
export * from './app'; | ||
export * from './app-extension-definition'; | ||
export * from './app-extension'; | ||
export * from './asset'; | ||
@@ -10,0 +8,0 @@ export * from './content'; |
@@ -22,4 +22,2 @@ "use strict"; | ||
__exportStar(require("./app"), exports); | ||
__exportStar(require("./app-extension-definition"), exports); | ||
__exportStar(require("./app-extension"), exports); | ||
__exportStar(require("./asset"), exports); | ||
@@ -26,0 +24,0 @@ __exportStar(require("./content"), exports); |
{ | ||
"name": "@contrail/entity-types", | ||
"version": "1.1.17", | ||
"version": "1.1.18", | ||
"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
17218
524