@amalto/typings
Advanced tools
Comparing version 1.9.34 to 1.9.35
@@ -8,3 +8,3 @@ import { Action } from './models/Action'; | ||
import { UserModel, getUserJson, UserSearch } from './models/UserModel'; | ||
import { WebApi, Auth } from './models/WebApi'; | ||
import { WebApi, Auth, GETParameters } from './models/WebApi'; | ||
import { ColumnHeader, CellData, DataGridTemplates, DisplayMode } from './models/DataGrid'; | ||
@@ -29,3 +29,3 @@ import { BatchOperationReport } from './models/BatchOperationReport'; | ||
export { UserModel, getUserJson, UserSearch }; | ||
export { WebApi, Auth }; | ||
export { WebApi, Auth, GETParameters }; | ||
export { ColumnHeader, CellData, DataGridTemplates, DisplayMode }; | ||
@@ -32,0 +32,0 @@ export { BatchOperationReport }; |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.9.34", | ||
"version": "1.9.35", | ||
"license": "MIT", | ||
@@ -46,3 +46,3 @@ "repository": { | ||
}, | ||
"gitHead": "b84ba32626f635700f303bb2687a58f519302b0f" | ||
"gitHead": "4dad4d959298560b76b811f0ea792e8d28a65ebe" | ||
} |
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
61504