UNPKG

@itwin/insights-client

Version:

Insights client for the iTwin platform

21 lines 993 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** @docs-package-description * The insights-client package provides a means of interfacing with services relating to insights which surround iModels. */ /** * @docs-group-description InsightsClient * Classes for communicating with the insights service. */ export * from "./carbon-calculation/index"; export * from "./reporting/index"; export * from "./common/Links"; export * from "./common/CarbonCalculation"; export * from "./common/OperationsBase"; export * from "./common/Common"; export * from "./grouping-and-mapping/index"; export * from "./common/Errors"; export * from "./named-groups/index"; //# sourceMappingURL=insights-client.js.map