@alfresco/js-api 9.1.0-15484232623 → 9.1.0-15488123400

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/esm2015/package.json +3 -2
  2. package/esm2015/src/alfrescoApi.js.map +1 -1
  3. package/esm2015/src/api/gs-core-rest-api/api/filePlans.api.js +15 -0
  4. package/esm2015/src/api/gs-core-rest-api/api/filePlans.api.js.map +1 -1
  5. package/esm2015/src/api/gs-core-rest-api/model/filePlanRole.js +27 -0
  6. package/esm2015/src/api/gs-core-rest-api/model/filePlanRole.js.map +1 -0
  7. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleCapability.js +26 -0
  8. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleCapability.js.map +1 -0
  9. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js +24 -0
  10. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js.map +1 -0
  11. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleEntry.js +26 -0
  12. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleEntry.js.map +1 -0
  13. package/esm2015/src/api/gs-core-rest-api/model/filePlanRolePaging.js +26 -0
  14. package/esm2015/src/api/gs-core-rest-api/model/filePlanRolePaging.js.map +1 -0
  15. package/esm2015/src/api/gs-core-rest-api/model/filePlanRolePagingList.js +28 -0
  16. package/esm2015/src/api/gs-core-rest-api/model/filePlanRolePagingList.js.map +1 -0
  17. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleParameters.js +18 -0
  18. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleParameters.js.map +1 -0
  19. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js +18 -0
  20. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js.map +1 -0
  21. package/esm2015/src/api/gs-core-rest-api/model/index.js +8 -0
  22. package/esm2015/src/api/gs-core-rest-api/model/index.js.map +1 -1
  23. package/esm5/package.json +3 -2
  24. package/esm5/src/alfrescoApi.js.map +1 -1
  25. package/esm5/src/api/gs-core-rest-api/api/filePlans.api.js +15 -0
  26. package/esm5/src/api/gs-core-rest-api/api/filePlans.api.js.map +1 -1
  27. package/esm5/src/api/gs-core-rest-api/model/filePlanRole.js +27 -0
  28. package/esm5/src/api/gs-core-rest-api/model/filePlanRole.js.map +1 -0
  29. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleCapability.js +26 -0
  30. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleCapability.js.map +1 -0
  31. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js +24 -0
  32. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js.map +1 -0
  33. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleEntry.js +26 -0
  34. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleEntry.js.map +1 -0
  35. package/esm5/src/api/gs-core-rest-api/model/filePlanRolePaging.js +26 -0
  36. package/esm5/src/api/gs-core-rest-api/model/filePlanRolePaging.js.map +1 -0
  37. package/esm5/src/api/gs-core-rest-api/model/filePlanRolePagingList.js +28 -0
  38. package/esm5/src/api/gs-core-rest-api/model/filePlanRolePagingList.js.map +1 -0
  39. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleParameters.js +18 -0
  40. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleParameters.js.map +1 -0
  41. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js +18 -0
  42. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js.map +1 -0
  43. package/esm5/src/api/gs-core-rest-api/model/index.js +8 -0
  44. package/esm5/src/api/gs-core-rest-api/model/index.js.map +1 -1
  45. package/package.json +2 -1
  46. package/src/alfrescoApi.js.map +1 -1
  47. package/src/api/gs-core-rest-api/api/filePlans.api.js +15 -0
  48. package/src/api/gs-core-rest-api/api/filePlans.api.js.map +1 -1
  49. package/src/api/gs-core-rest-api/model/filePlanRole.js +31 -0
  50. package/src/api/gs-core-rest-api/model/filePlanRole.js.map +1 -0
  51. package/src/api/gs-core-rest-api/model/filePlanRoleCapability.js +30 -0
  52. package/src/api/gs-core-rest-api/model/filePlanRoleCapability.js.map +1 -0
  53. package/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js +28 -0
  54. package/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js.map +1 -0
  55. package/src/api/gs-core-rest-api/model/filePlanRoleEntry.js +30 -0
  56. package/src/api/gs-core-rest-api/model/filePlanRoleEntry.js.map +1 -0
  57. package/src/api/gs-core-rest-api/model/filePlanRolePaging.js +30 -0
  58. package/src/api/gs-core-rest-api/model/filePlanRolePaging.js.map +1 -0
  59. package/src/api/gs-core-rest-api/model/filePlanRolePagingList.js +32 -0
  60. package/src/api/gs-core-rest-api/model/filePlanRolePagingList.js.map +1 -0
  61. package/src/api/gs-core-rest-api/model/filePlanRoleParameters.js +19 -0
  62. package/src/api/gs-core-rest-api/model/filePlanRoleParameters.js.map +1 -0
  63. package/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js +19 -0
  64. package/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js.map +1 -0
  65. package/src/api/gs-core-rest-api/model/index.js +8 -0
  66. package/src/api/gs-core-rest-api/model/index.js.map +1 -1
  67. package/typings/package.json +3 -2
  68. package/typings/src/api/gs-core-rest-api/api/filePlans.api.d.ts +8 -0
  69. package/typings/src/api/gs-core-rest-api/model/filePlanRole.d.ts +25 -0
  70. package/typings/src/api/gs-core-rest-api/model/filePlanRoleCapability.d.ts +24 -0
  71. package/typings/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.d.ts +21 -0
  72. package/typings/src/api/gs-core-rest-api/model/filePlanRoleEntry.d.ts +21 -0
  73. package/typings/src/api/gs-core-rest-api/model/filePlanRolePaging.d.ts +21 -0
  74. package/typings/src/api/gs-core-rest-api/model/filePlanRolePagingList.d.ts +23 -0
  75. package/typings/src/api/gs-core-rest-api/model/filePlanRoleParameters.d.ts +20 -0
  76. package/typings/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.d.ts +19 -0
  77. package/typings/src/api/gs-core-rest-api/model/index.d.ts +8 -0
@@ -21,6 +21,7 @@ import { RecordCategoryPaging } from '../model/recordCategoryPaging';
21
21
  import { RootCategoryBodyCreate } from '../model/rootCategoryBodyCreate';
22
22
  import { BaseApi } from './base.api';
23
23
  import { RecordsIncludeQuery, RecordsPagingQuery, RecordsSourceQuery } from './types';
24
+ import { FilePlanRolePaging, FilePlanRoleParameters } from '../model';
24
25
  /**
25
26
  * FilePlansApi service.
26
27
  */
@@ -66,4 +67,11 @@ export declare class FilePlansApi extends BaseApi {
66
67
  * @returns Promise<FilePlanEntry>
67
68
  */
68
69
  updateFilePlan(filePlanId: string, filePlanBodyUpdate: FilePlanBodyUpdate, opts?: RecordsIncludeQuery): Promise<FilePlanEntry>;
70
+ /**
71
+ * Gets a list of roles for the specified file plan.
72
+ * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.
73
+ * @param parameters Optional parameters
74
+ * @returns Promise<FilePlanEntry>
75
+ */
76
+ getFilePlanRoles(filePlanId: string, parameters?: FilePlanRoleParameters): Promise<FilePlanRolePaging>;
69
77
  }
@@ -0,0 +1,25 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { FilePlanRoleCapability } from './filePlanRoleCapability';
18
+ export declare class FilePlanRole {
19
+ displayLabel: string;
20
+ groupShortName: string;
21
+ name: string;
22
+ roleGroupName: string;
23
+ capabilities: FilePlanRoleCapability[];
24
+ constructor(input?: Partial<FilePlanRole>);
25
+ }
@@ -0,0 +1,24 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { FilePlanRoleCapabilityGroup } from './filePlanRoleCapabilityGroup';
18
+ export declare class FilePlanRoleCapability {
19
+ group: FilePlanRoleCapabilityGroup;
20
+ index: number;
21
+ name: string;
22
+ title: string;
23
+ constructor(input?: Partial<FilePlanRoleCapability>);
24
+ }
@@ -0,0 +1,21 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ export declare class FilePlanRoleCapabilityGroup {
18
+ id: string;
19
+ title: string;
20
+ constructor(input?: Partial<FilePlanRoleCapabilityGroup>);
21
+ }
@@ -0,0 +1,21 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { FilePlanRole } from './filePlanRole';
18
+ export declare class FilePlanRoleEntry {
19
+ entry: FilePlanRole;
20
+ constructor(input?: Partial<FilePlanRoleEntry>);
21
+ }
@@ -0,0 +1,21 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { FilePlanRolePagingList } from './filePlanRolePagingList';
18
+ export declare class FilePlanRolePaging {
19
+ list: FilePlanRolePagingList;
20
+ constructor(input: Partial<FilePlanRolePaging>);
21
+ }
@@ -0,0 +1,23 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { Pagination } from '../../content-rest-api';
18
+ import { FilePlanRoleEntry } from './filePlanRoleEntry';
19
+ export declare class FilePlanRolePagingList {
20
+ entries: FilePlanRoleEntry[];
21
+ pagination: Pagination;
22
+ constructor(input: Partial<FilePlanRolePagingList>);
23
+ }
@@ -0,0 +1,20 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { FilePlanRoleParametersWhere } from './filePlanRoleParametersWhere';
18
+ export interface FilePlanRoleParameters {
19
+ where?: FilePlanRoleParametersWhere;
20
+ }
@@ -0,0 +1,19 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ export interface FilePlanRoleParametersWhere {
18
+ capabilityNames?: string[];
19
+ }
@@ -18,6 +18,14 @@ export * from './filePlan';
18
18
  export * from './filePlanBodyUpdate';
19
19
  export * from './filePlanComponentBodyUpdate';
20
20
  export * from './filePlanEntry';
21
+ export * from './filePlanRole';
22
+ export * from './filePlanRoleCapability';
23
+ export * from './filePlanRoleCapabilityGroup';
24
+ export * from './filePlanRoleEntry';
25
+ export * from './filePlanRolePaging';
26
+ export * from './filePlanRolePagingList';
27
+ export * from './filePlanRoleParameters';
28
+ export * from './filePlanRoleParametersWhere';
21
29
  export * from './rMNodeBodyCreate';
22
30
  export * from './rMNodeBodyCreateWithRelativePath';
23
31
  export * from './rMSite';