UNPKG

@mindconnect/mindconnect-nodejs

Version:

NodeJS Library for Siemens Insights Hub Connectivity - TypeScript SDK for Insights Hub and Industrial IoT - Command Line Interface - Insights Hub Development Proxy (Siemens Insights Hub was formerly known as MindSphere)

24 lines (23 loc) 678 B
import { Command } from "commander"; import { AssetManagementModels, TimeSeriesBulkModels } from "../../api/sdk"; declare const _default: (program: Command) => void; export default _default; export type fileInfo = { entity: string; propertyset: string; path: string; filepath: string; mintime: Date; maxtime: Date; etag?: string; }; export type jobState = { options: { size: any; twintype: AssetManagementModels.TwinType | undefined; asset: AssetManagementModels.AssetResourceWithHierarchyPath; }; uploadFiles: fileInfo[]; bulkImports: TimeSeriesBulkModels.BulkImportInput[]; timeSeriesFiles: string[]; };