UNPKG

@itwin/imodels-client-management

Version:

iModels API client wrapper for applications that manage iModels.

16 lines 969 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ export * from "./imodel/IModelOperations"; export * from "./briefcase/BriefcaseOperations"; export * from "./changeset/ChangesetOperations"; export * from "./changeset-extended-data/ChangesetExtendedDataOperations"; export * from "./changeset-group/ChangesetGroupOperations"; export * from "./named-version/NamedVersionOperations"; export * from "./checkpoint/CheckpointOperations"; export * from "./thumbnail/ThumbnailOperations"; export * from "./user/UserOperations"; export * from "./user-permission/UserPermissionOperations"; export * from "./operation/OperationOperations"; //# sourceMappingURL=OperationExports.js.map