UNPKG

@alfresco/js-api

Version:

JavaScript client library for the Alfresco REST API

98 lines 6.18 kB
"use strict"; /*! * @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. */ Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./filePlan"), exports); tslib_1.__exportStar(require("./filePlanBodyUpdate"), exports); tslib_1.__exportStar(require("./filePlanComponentBodyUpdate"), exports); tslib_1.__exportStar(require("./filePlanEntry"), exports); tslib_1.__exportStar(require("./filePlanRole"), exports); tslib_1.__exportStar(require("./filePlanRoleCapability"), exports); tslib_1.__exportStar(require("./filePlanRoleCapabilityGroup"), exports); tslib_1.__exportStar(require("./filePlanRoleEntry"), exports); tslib_1.__exportStar(require("./filePlanRolePaging"), exports); tslib_1.__exportStar(require("./filePlanRolePagingList"), exports); tslib_1.__exportStar(require("./filePlanRoleParameters"), exports); tslib_1.__exportStar(require("./filePlanRoleParametersWhere"), exports); tslib_1.__exportStar(require("./rMNodeBodyCreate"), exports); tslib_1.__exportStar(require("./rMNodeBodyCreateWithRelativePath"), exports); tslib_1.__exportStar(require("./rMSite"), exports); tslib_1.__exportStar(require("./rMSiteBodyCreate"), exports); tslib_1.__exportStar(require("./rMSiteBodyUpdate"), exports); tslib_1.__exportStar(require("./rMSiteEntry"), exports); tslib_1.__exportStar(require("./record"), exports); tslib_1.__exportStar(require("./recordCategory"), exports); tslib_1.__exportStar(require("./recordCategoryChild"), exports); tslib_1.__exportStar(require("./recordCategoryChildEntry"), exports); tslib_1.__exportStar(require("./recordCategoryChildPaging"), exports); tslib_1.__exportStar(require("./recordCategoryChildPagingList"), exports); tslib_1.__exportStar(require("./recordCategoryEntry"), exports); tslib_1.__exportStar(require("./recordCategoryPaging"), exports); tslib_1.__exportStar(require("./recordCategoryPagingList"), exports); tslib_1.__exportStar(require("./recordEntry"), exports); tslib_1.__exportStar(require("./recordFolder"), exports); tslib_1.__exportStar(require("./recordFolderAssociationPaging"), exports); tslib_1.__exportStar(require("./recordFolderAssociationPagingList"), exports); tslib_1.__exportStar(require("./recordFolderChildAssociationEntry"), exports); tslib_1.__exportStar(require("./recordFolderEntry"), exports); tslib_1.__exportStar(require("./requestBodyFile"), exports); tslib_1.__exportStar(require("./rootCategoryBodyCreate"), exports); tslib_1.__exportStar(require("./transfer"), exports); tslib_1.__exportStar(require("./transferAssociationPaging"), exports); tslib_1.__exportStar(require("./transferAssociationPagingList"), exports); tslib_1.__exportStar(require("./transferChild"), exports); tslib_1.__exportStar(require("./transferChildAssociationEntry"), exports); tslib_1.__exportStar(require("./transferContainer"), exports); tslib_1.__exportStar(require("./transferContainerAssociationPaging"), exports); tslib_1.__exportStar(require("./transferContainerAssociationPagingList"), exports); tslib_1.__exportStar(require("./transferContainerBodyUpdate"), exports); tslib_1.__exportStar(require("./transferContainerChild"), exports); tslib_1.__exportStar(require("./transferContainerChildAssociationEntry"), exports); tslib_1.__exportStar(require("./transferContainerEntry"), exports); tslib_1.__exportStar(require("./transferEntry"), exports); tslib_1.__exportStar(require("./unfiledContainer"), exports); tslib_1.__exportStar(require("./unfiledContainerAssociationPaging"), exports); tslib_1.__exportStar(require("./unfiledContainerAssociationPagingList"), exports); tslib_1.__exportStar(require("./unfiledContainerChild"), exports); tslib_1.__exportStar(require("./unfiledContainerChildAssociationEntry"), exports); tslib_1.__exportStar(require("./unfiledContainerEntry"), exports); tslib_1.__exportStar(require("./unfiledRecordContainerBodyUpdate"), exports); tslib_1.__exportStar(require("./unfiledRecordFolder"), exports); tslib_1.__exportStar(require("./unfiledRecordFolderAssociationPaging"), exports); tslib_1.__exportStar(require("./unfiledRecordFolderAssociationPagingList"), exports); tslib_1.__exportStar(require("./unfiledRecordFolderBodyUpdate"), exports); tslib_1.__exportStar(require("./unfiledRecordFolderChild"), exports); tslib_1.__exportStar(require("./unfiledRecordFolderChildAssociationEntry"), exports); tslib_1.__exportStar(require("./unfiledRecordFolderEntry"), exports); tslib_1.__exportStar(require("./recordFolderChildAssociation"), exports); tslib_1.__exportStar(require("./transferChildAssociation"), exports); tslib_1.__exportStar(require("./transferContainerChildAssociation"), exports); tslib_1.__exportStar(require("./unfiledContainerChildAssociation"), exports); tslib_1.__exportStar(require("./unfiledRecordFolderChildAssociation"), exports); tslib_1.__exportStar(require("./hold"), exports); tslib_1.__exportStar(require("./holdBody"), exports); tslib_1.__exportStar(require("./holdBulkOperation"), exports); tslib_1.__exportStar(require("./holdBulkStatus"), exports); tslib_1.__exportStar(require("./holdBulkStatusEntry"), exports); tslib_1.__exportStar(require("./holdEntry"), exports); tslib_1.__exportStar(require("./holdPaging"), exports); tslib_1.__exportStar(require("./holdPagingList"), exports); tslib_1.__exportStar(require("./nodeAssignedHold"), exports); tslib_1.__exportStar(require("./bulkAssignHoldResponse"), exports); tslib_1.__exportStar(require("./bulkAssignHoldResponseEntry"), exports); //# sourceMappingURL=../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/index.js.map