/*! * @license * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ export * from './filePlan'; export * from './filePlanBodyUpdate'; export * from './filePlanComponentBodyUpdate'; export * from './filePlanEntry'; export * from './filePlanRole'; export * from './filePlanRoleCapability'; export * from './filePlanRoleCapabilityGroup'; export * from './filePlanRoleEntry'; export * from './filePlanRolePaging'; export * from './filePlanRolePagingList'; export * from './filePlanRoleParameters'; export * from './filePlanRoleParametersWhere'; export * from './rMNodeBodyCreate'; export * from './rMNodeBodyCreateWithRelativePath'; export * from './rMSite'; export * from './rMSiteBodyCreate'; export * from './rMSiteBodyUpdate'; export * from './rMSiteEntry'; export * from './record'; export * from './recordCategory'; export * from './recordCategoryChild'; export * from './recordCategoryChildEntry'; export * from './recordCategoryChildPaging'; export * from './recordCategoryChildPagingList'; export * from './recordCategoryEntry'; export * from './recordCategoryPaging'; export * from './recordCategoryPagingList'; export * from './recordEntry'; export * from './recordFolder'; export * from './recordFolderAssociationPaging'; export * from './recordFolderAssociationPagingList'; export * from './recordFolderChildAssociationEntry'; export * from './recordFolderEntry'; export * from './requestBodyFile'; export * from './rootCategoryBodyCreate'; export * from './transfer'; export * from './transferAssociationPaging'; export * from './transferAssociationPagingList'; export * from './transferChild'; export * from './transferChildAssociationEntry'; export * from './transferContainer'; export * from './transferContainerAssociationPaging'; export * from './transferContainerAssociationPagingList'; export * from './transferContainerBodyUpdate'; export * from './transferContainerChild'; export * from './transferContainerChildAssociationEntry'; export * from './transferContainerEntry'; export * from './transferEntry'; export * from './unfiledContainer'; export * from './unfiledContainerAssociationPaging'; export * from './unfiledContainerAssociationPagingList'; export * from './unfiledContainerChild'; export * from './unfiledContainerChildAssociationEntry'; export * from './unfiledContainerEntry'; export * from './unfiledRecordContainerBodyUpdate'; export * from './unfiledRecordFolder'; export * from './unfiledRecordFolderAssociationPaging'; export * from './unfiledRecordFolderAssociationPagingList'; export * from './unfiledRecordFolderBodyUpdate'; export * from './unfiledRecordFolderChild'; export * from './unfiledRecordFolderChildAssociationEntry'; export * from './unfiledRecordFolderEntry'; export * from './recordFolderChildAssociation'; export * from './transferChildAssociation'; export * from './transferContainerChildAssociation'; export * from './unfiledContainerChildAssociation'; export * from './unfiledRecordFolderChildAssociation'; export * from './hold'; export * from './holdBody'; export * from './holdBulkOperation'; export * from './holdBulkStatus'; export * from './holdBulkStatusEntry'; export * from './holdEntry'; export * from './holdPaging'; export * from './holdPagingList'; export * from './nodeAssignedHold'; export * from './bulkAssignHoldResponse'; export * from './bulkAssignHoldResponseEntry';