@itwin/insights-client
Version:
Insights client for the iTwin platform
48 lines • 2.91 kB
JavaScript
;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Grouping and mapping
* The Grouping and Mapping API is a tool for re imagining your iModel data in a more concise, precise,
* and optimized representation for any variety of downstream applications.
* Specific solutions built on top of iModels often do not require the full breadth of the contained data, and different solutions often require redundant
* configuration steps to filter iModel data down to the needed subset.
* With the Grouping and Mapping API you can define any number of Mappings, Groups, and Properties as a one-time,
* reusable configuration that codes a reduced view of the data which can then be reused as configuration across all applicable workflows.
*/
__exportStar(require("./interfaces/Mappings"), exports);
__exportStar(require("./interfaces/IMappingsClient"), exports);
__exportStar(require("./clients/MappingsClient"), exports);
__exportStar(require("./interfaces/Groups"), exports);
__exportStar(require("./interfaces/IGroupsClient"), exports);
__exportStar(require("./clients/GroupsClient"), exports);
__exportStar(require("./interfaces/Properties"), exports);
__exportStar(require("./interfaces/IPropertiesClient"), exports);
__exportStar(require("./clients/PropertiesClient"), exports);
__exportStar(require("./interfaces/Extraction"), exports);
__exportStar(require("./interfaces/IExtractionClient"), exports);
__exportStar(require("./clients/ExtractionClient"), exports);
__exportStar(require("./interfaces/CDM"), exports);
__exportStar(require("./interfaces/ICDMClient"), exports);
__exportStar(require("./clients/CDMClient"), exports);
__exportStar(require("./interfaces/AuditTrail"), exports);
__exportStar(require("./interfaces/IAuditTrailClient"), exports);
__exportStar(require("./clients/AuditTrailClient"), exports);
//# sourceMappingURL=index.js.map