@itwin/insights-client
Version:
Insights client for the iTwin platform
37 lines • 1.91 kB
JavaScript
;
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 });
/*---------------------------------------------------------------------------------------------
* 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.
*/
__exportStar(require("./carbon-calculation/index"), exports);
__exportStar(require("./reporting/index"), exports);
__exportStar(require("./common/Links"), exports);
__exportStar(require("./common/CarbonCalculation"), exports);
__exportStar(require("./common/OperationsBase"), exports);
__exportStar(require("./common/Common"), exports);
__exportStar(require("./grouping-and-mapping/index"), exports);
__exportStar(require("./common/Errors"), exports);
__exportStar(require("./named-groups/index"), exports);
//# sourceMappingURL=insights-client.js.map