@amalto/typings
Advanced tools
Comparing version 1.0.32 to 1.0.33
@@ -0,1 +1,2 @@ | ||
import { Action } from './models/Action'; | ||
import { AppKey } from './models/AppKey'; | ||
@@ -11,2 +12,4 @@ import { RunningJob } from './models/JobControl'; | ||
import AceSession from './models/AceSession'; | ||
import { DisplayTemplate, DisplayTemplateItem } from './models/DisplayTemplate'; | ||
export { Action }; | ||
export { AppKey }; | ||
@@ -22,1 +25,2 @@ export { RunningJob }; | ||
export { AceSession }; | ||
export { DisplayTemplate, DisplayTemplateItem }; |
@@ -9,2 +9,4 @@ "use strict"; | ||
exports.getUserJson = UserModel_1.getUserJson; | ||
var DisplayTemplate_1 = require("./models/DisplayTemplate"); | ||
exports.DisplayTemplateItem = DisplayTemplate_1.DisplayTemplateItem; | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.0.32", | ||
"version": "1.0.33", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
48978
1286