@amalto/typings
Advanced tools
Comparing version 1.9.58 to 1.9.59
@@ -1,40 +0,1 @@ | ||
import { Action } from './models/Action'; | ||
import { AppKey } from './models/AppKey'; | ||
import { RunningJob, Entity, JOB_STATUSES } from './models/JobControl'; | ||
import { ReduxProps } from './models/ReduxProps'; | ||
import * as Errors from './models/Errors'; | ||
import NotificationModel from './models/NotificationModel'; | ||
import { UserModel, getUserJson, UserSearch } from './models/UserModel'; | ||
import { WebApi, Auth, GETParameters } from './models/WebApi'; | ||
import { ColumnHeader, CellData, DataGridTemplates, DisplayMode } from './models/DataGrid'; | ||
import { BatchOperationReport } from './models/BatchOperationReport'; | ||
import AceSession from './models/AceSession'; | ||
import { DisplayTemplate, DisplayTemplateItem } from './models/DisplayTemplate'; | ||
import { EndpointsUrl } from './models/EndpointsUrl'; | ||
import { FeatureEndpoint, Endpoints, AppEndpointsModel } from './models/AppEndpointsModel'; | ||
import { AppInstanceModel, AppInstanceSearch } from './models/AppInstanceModel'; | ||
import { ScopeValue, ScopesTree, PermissionDef } from './models/Scopes'; | ||
import { WebStorage } from './models/WebStorage'; | ||
import FileWrapper from './models/FileWrapper'; | ||
import { MultiProcessingErrors } from './models/Errors'; | ||
import { Option } from './models/Option'; | ||
export { Action }; | ||
export { AppKey }; | ||
export { RunningJob, Entity, JOB_STATUSES }; | ||
export { ReduxProps }; | ||
export { Errors }; | ||
export { NotificationModel }; | ||
export { UserModel, getUserJson, UserSearch }; | ||
export { WebApi, Auth, GETParameters }; | ||
export { ColumnHeader, CellData, DataGridTemplates, DisplayMode }; | ||
export { BatchOperationReport }; | ||
export { AceSession }; | ||
export { DisplayTemplate, DisplayTemplateItem }; | ||
export { EndpointsUrl }; | ||
export { FeatureEndpoint, Endpoints, AppEndpointsModel }; | ||
export { AppInstanceModel, AppInstanceSearch }; | ||
export { ScopeValue, ScopesTree, PermissionDef }; | ||
export { WebStorage }; | ||
export { FileWrapper }; | ||
export { MultiProcessingErrors }; | ||
export { Option }; | ||
export * from './models'; |
"use strict"; | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
return result; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var JobControl_1 = require("./models/JobControl"); | ||
exports.JOB_STATUSES = JobControl_1.JOB_STATUSES; | ||
var Errors = __importStar(require("./models/Errors")); | ||
exports.Errors = Errors; | ||
var NotificationModel_1 = __importDefault(require("./models/NotificationModel")); | ||
exports.NotificationModel = NotificationModel_1.default; | ||
var UserModel_1 = require("./models/UserModel"); | ||
exports.getUserJson = UserModel_1.getUserJson; | ||
var DisplayTemplate_1 = require("./models/DisplayTemplate"); | ||
exports.DisplayTemplateItem = DisplayTemplate_1.DisplayTemplateItem; | ||
__export(require("./models")); | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.9.58", | ||
"version": "1.9.59", | ||
"license": "MIT", | ||
@@ -46,3 +46,3 @@ "repository": { | ||
}, | ||
"gitHead": "c693dd0a4fff42e42e76e3eece61791061a2da53" | ||
"gitHead": "d20fa0d104047e2cef4dd581e3e16046a8dbf6d0" | ||
} |
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
97
62468
1741