@alfresco/js-api 9.1.0-15340390815 → 9.1.0-15387286716

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 (74) hide show
  1. package/esm2015/package.json +1 -1
  2. package/esm2015/src/api/gs-core-rest-api/api/filePlans.api.js +15 -0
  3. package/esm2015/src/api/gs-core-rest-api/api/filePlans.api.js.map +1 -1
  4. package/esm2015/src/api/gs-core-rest-api/model/filePlanRole.js +27 -0
  5. package/esm2015/src/api/gs-core-rest-api/model/filePlanRole.js.map +1 -0
  6. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleCapability.js +26 -0
  7. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleCapability.js.map +1 -0
  8. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js +24 -0
  9. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js.map +1 -0
  10. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleEntry.js +26 -0
  11. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleEntry.js.map +1 -0
  12. package/esm2015/src/api/gs-core-rest-api/model/filePlanRolePaging.js +26 -0
  13. package/esm2015/src/api/gs-core-rest-api/model/filePlanRolePaging.js.map +1 -0
  14. package/esm2015/src/api/gs-core-rest-api/model/filePlanRolePagingList.js +28 -0
  15. package/esm2015/src/api/gs-core-rest-api/model/filePlanRolePagingList.js.map +1 -0
  16. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleParameters.js +18 -0
  17. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleParameters.js.map +1 -0
  18. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js +18 -0
  19. package/esm2015/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js.map +1 -0
  20. package/esm2015/src/api/gs-core-rest-api/model/index.js +8 -0
  21. package/esm2015/src/api/gs-core-rest-api/model/index.js.map +1 -1
  22. package/esm5/package.json +1 -1
  23. package/esm5/src/api/gs-core-rest-api/api/filePlans.api.js +15 -0
  24. package/esm5/src/api/gs-core-rest-api/api/filePlans.api.js.map +1 -1
  25. package/esm5/src/api/gs-core-rest-api/model/filePlanRole.js +27 -0
  26. package/esm5/src/api/gs-core-rest-api/model/filePlanRole.js.map +1 -0
  27. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleCapability.js +26 -0
  28. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleCapability.js.map +1 -0
  29. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js +24 -0
  30. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js.map +1 -0
  31. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleEntry.js +26 -0
  32. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleEntry.js.map +1 -0
  33. package/esm5/src/api/gs-core-rest-api/model/filePlanRolePaging.js +26 -0
  34. package/esm5/src/api/gs-core-rest-api/model/filePlanRolePaging.js.map +1 -0
  35. package/esm5/src/api/gs-core-rest-api/model/filePlanRolePagingList.js +28 -0
  36. package/esm5/src/api/gs-core-rest-api/model/filePlanRolePagingList.js.map +1 -0
  37. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleParameters.js +18 -0
  38. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleParameters.js.map +1 -0
  39. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js +18 -0
  40. package/esm5/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js.map +1 -0
  41. package/esm5/src/api/gs-core-rest-api/model/index.js +8 -0
  42. package/esm5/src/api/gs-core-rest-api/model/index.js.map +1 -1
  43. package/package.json +1 -1
  44. package/src/api/gs-core-rest-api/api/filePlans.api.js +15 -0
  45. package/src/api/gs-core-rest-api/api/filePlans.api.js.map +1 -1
  46. package/src/api/gs-core-rest-api/model/filePlanRole.js +31 -0
  47. package/src/api/gs-core-rest-api/model/filePlanRole.js.map +1 -0
  48. package/src/api/gs-core-rest-api/model/filePlanRoleCapability.js +30 -0
  49. package/src/api/gs-core-rest-api/model/filePlanRoleCapability.js.map +1 -0
  50. package/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js +28 -0
  51. package/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js.map +1 -0
  52. package/src/api/gs-core-rest-api/model/filePlanRoleEntry.js +30 -0
  53. package/src/api/gs-core-rest-api/model/filePlanRoleEntry.js.map +1 -0
  54. package/src/api/gs-core-rest-api/model/filePlanRolePaging.js +30 -0
  55. package/src/api/gs-core-rest-api/model/filePlanRolePaging.js.map +1 -0
  56. package/src/api/gs-core-rest-api/model/filePlanRolePagingList.js +32 -0
  57. package/src/api/gs-core-rest-api/model/filePlanRolePagingList.js.map +1 -0
  58. package/src/api/gs-core-rest-api/model/filePlanRoleParameters.js +19 -0
  59. package/src/api/gs-core-rest-api/model/filePlanRoleParameters.js.map +1 -0
  60. package/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js +19 -0
  61. package/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js.map +1 -0
  62. package/src/api/gs-core-rest-api/model/index.js +8 -0
  63. package/src/api/gs-core-rest-api/model/index.js.map +1 -1
  64. package/typings/package.json +1 -1
  65. package/typings/src/api/gs-core-rest-api/api/filePlans.api.d.ts +8 -0
  66. package/typings/src/api/gs-core-rest-api/model/filePlanRole.d.ts +25 -0
  67. package/typings/src/api/gs-core-rest-api/model/filePlanRoleCapability.d.ts +24 -0
  68. package/typings/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.d.ts +21 -0
  69. package/typings/src/api/gs-core-rest-api/model/filePlanRoleEntry.d.ts +21 -0
  70. package/typings/src/api/gs-core-rest-api/model/filePlanRolePaging.d.ts +21 -0
  71. package/typings/src/api/gs-core-rest-api/model/filePlanRolePagingList.d.ts +23 -0
  72. package/typings/src/api/gs-core-rest-api/model/filePlanRoleParameters.d.ts +20 -0
  73. package/typings/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.d.ts +19 -0
  74. package/typings/src/api/gs-core-rest-api/model/index.d.ts +8 -0
@@ -0,0 +1,26 @@
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 class FilePlanRolePaging {
19
+ constructor(input) {
20
+ if (input) {
21
+ Object.assign(this, input);
22
+ this.list = input.list ? new FilePlanRolePagingList(input.list) : undefined;
23
+ }
24
+ }
25
+ }
26
+ //# sourceMappingURL=../../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/filePlanRolePaging.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filePlanRolePaging.js","sourceRoot":"","sources":["filePlanRolePaging.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,MAAM,OAAO,kBAAkB;IAG3B,YAAY,KAAkC;QAC1C,IAAI,KAAK,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;YAC3B,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,sBAAsB,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QAChF,CAAC;IACL,CAAC;CACJ","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FilePlanRolePagingList } from './filePlanRolePagingList';\n\nexport class FilePlanRolePaging {\n list: FilePlanRolePagingList;\n\n constructor(input: Partial<FilePlanRolePaging>) {\n if (input) {\n Object.assign(this, input);\n this.list = input.list ? new FilePlanRolePagingList(input.list) : undefined;\n }\n }\n}\n"]}
@@ -0,0 +1,28 @@
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 class FilePlanRolePagingList {
20
+ constructor(input) {
21
+ if (input) {
22
+ Object.assign(this, input);
23
+ this.pagination = input.pagination ? new Pagination(input.pagination) : undefined;
24
+ this.entries = input === null || input === void 0 ? void 0 : input.entries.map((entry) => new FilePlanRoleEntry(entry));
25
+ }
26
+ }
27
+ }
28
+ //# sourceMappingURL=../../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/filePlanRolePagingList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filePlanRolePagingList.js","sourceRoot":"","sources":["filePlanRolePagingList.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,OAAO,sBAAsB;IAI/B,YAAY,KAAsC;QAC9C,IAAI,KAAK,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;YAC3B,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,IAAI,CAAC,OAAO,GAAG,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,IAAI,iBAAiB,CAAC,KAAK,CAAC,CAAC,CAAC;QAC/E,CAAC;IACL,CAAC;CACJ","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Pagination } from '../../content-rest-api';\nimport { FilePlanRoleEntry } from './filePlanRoleEntry';\n\nexport class FilePlanRolePagingList {\n entries: FilePlanRoleEntry[];\n pagination: Pagination;\n\n constructor(input: Partial<FilePlanRolePagingList>) {\n if (input) {\n Object.assign(this, input);\n this.pagination = input.pagination ? new Pagination(input.pagination) : undefined;\n this.entries = input?.entries.map((entry) => new FilePlanRoleEntry(entry));\n }\n }\n}\n"]}
@@ -0,0 +1,18 @@
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 {};
18
+ //# sourceMappingURL=../../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/filePlanRoleParameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filePlanRoleParameters.js","sourceRoot":"","sources":["filePlanRoleParameters.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FilePlanRoleParametersWhere } from './filePlanRoleParametersWhere';\n\nexport interface FilePlanRoleParameters {\n where?: FilePlanRoleParametersWhere;\n}\n"]}
@@ -0,0 +1,18 @@
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 {};
18
+ //# sourceMappingURL=../../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filePlanRoleParametersWhere.js","sourceRoot":"","sources":["filePlanRoleParametersWhere.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport interface FilePlanRoleParametersWhere {\n capabilityNames?: string[];\n}\n"]}
@@ -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';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oCAAoC,CAAC;AACnD,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,YAAY,CAAC;AAC3B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,sCAAsC,CAAC;AACrD,cAAc,0CAA0C,CAAC;AACzD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0CAA0C,CAAC;AACzD,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qCAAqC,CAAC;AACpD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,oCAAoC,CAAC;AACnD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wCAAwC,CAAC;AACvD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport * from './filePlan';\nexport * from './filePlanBodyUpdate';\nexport * from './filePlanComponentBodyUpdate';\nexport * from './filePlanEntry';\nexport * from './rMNodeBodyCreate';\nexport * from './rMNodeBodyCreateWithRelativePath';\nexport * from './rMSite';\nexport * from './rMSiteBodyCreate';\nexport * from './rMSiteBodyUpdate';\nexport * from './rMSiteEntry';\nexport * from './record';\nexport * from './recordCategory';\nexport * from './recordCategoryChild';\nexport * from './recordCategoryChildEntry';\nexport * from './recordCategoryChildPaging';\nexport * from './recordCategoryChildPagingList';\nexport * from './recordCategoryEntry';\nexport * from './recordCategoryPaging';\nexport * from './recordCategoryPagingList';\nexport * from './recordEntry';\nexport * from './recordFolder';\nexport * from './recordFolderAssociationPaging';\nexport * from './recordFolderAssociationPagingList';\nexport * from './recordFolderChildAssociationEntry';\nexport * from './recordFolderEntry';\nexport * from './requestBodyFile';\nexport * from './rootCategoryBodyCreate';\nexport * from './transfer';\nexport * from './transferAssociationPaging';\nexport * from './transferAssociationPagingList';\nexport * from './transferChild';\nexport * from './transferChildAssociationEntry';\nexport * from './transferContainer';\nexport * from './transferContainerAssociationPaging';\nexport * from './transferContainerAssociationPagingList';\nexport * from './transferContainerBodyUpdate';\nexport * from './transferContainerChild';\nexport * from './transferContainerChildAssociationEntry';\nexport * from './transferContainerEntry';\nexport * from './transferEntry';\nexport * from './unfiledContainer';\nexport * from './unfiledContainerAssociationPaging';\nexport * from './unfiledContainerAssociationPagingList';\nexport * from './unfiledContainerChild';\nexport * from './unfiledContainerChildAssociationEntry';\nexport * from './unfiledContainerEntry';\nexport * from './unfiledRecordContainerBodyUpdate';\nexport * from './unfiledRecordFolder';\nexport * from './unfiledRecordFolderAssociationPaging';\nexport * from './unfiledRecordFolderAssociationPagingList';\nexport * from './unfiledRecordFolderBodyUpdate';\nexport * from './unfiledRecordFolderChild';\nexport * from './unfiledRecordFolderChildAssociationEntry';\nexport * from './unfiledRecordFolderEntry';\nexport * from './recordFolderChildAssociation';\nexport * from './transferChildAssociation';\nexport * from './transferContainerChildAssociation';\nexport * from './unfiledContainerChildAssociation';\nexport * from './unfiledRecordFolderChildAssociation';\nexport * from './hold';\nexport * from './holdBody';\nexport * from './holdBulkOperation';\nexport * from './holdBulkStatus';\nexport * from './holdBulkStatusEntry';\nexport * from './holdEntry';\nexport * from './holdPaging';\nexport * from './holdPagingList';\nexport * from './nodeAssignedHold';\nexport * from './bulkAssignHoldResponse';\nexport * from './bulkAssignHoldResponseEntry';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oCAAoC,CAAC;AACnD,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,YAAY,CAAC;AAC3B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,sCAAsC,CAAC;AACrD,cAAc,0CAA0C,CAAC;AACzD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0CAA0C,CAAC;AACzD,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qCAAqC,CAAC;AACpD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,oCAAoC,CAAC;AACnD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wCAAwC,CAAC;AACvD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport * from './filePlan';\nexport * from './filePlanBodyUpdate';\nexport * from './filePlanComponentBodyUpdate';\nexport * from './filePlanEntry';\nexport * from './filePlanRole';\nexport * from './filePlanRoleCapability';\nexport * from './filePlanRoleCapabilityGroup';\nexport * from './filePlanRoleEntry';\nexport * from './filePlanRolePaging';\nexport * from './filePlanRolePagingList';\nexport * from './filePlanRoleParameters';\nexport * from './filePlanRoleParametersWhere';\nexport * from './rMNodeBodyCreate';\nexport * from './rMNodeBodyCreateWithRelativePath';\nexport * from './rMSite';\nexport * from './rMSiteBodyCreate';\nexport * from './rMSiteBodyUpdate';\nexport * from './rMSiteEntry';\nexport * from './record';\nexport * from './recordCategory';\nexport * from './recordCategoryChild';\nexport * from './recordCategoryChildEntry';\nexport * from './recordCategoryChildPaging';\nexport * from './recordCategoryChildPagingList';\nexport * from './recordCategoryEntry';\nexport * from './recordCategoryPaging';\nexport * from './recordCategoryPagingList';\nexport * from './recordEntry';\nexport * from './recordFolder';\nexport * from './recordFolderAssociationPaging';\nexport * from './recordFolderAssociationPagingList';\nexport * from './recordFolderChildAssociationEntry';\nexport * from './recordFolderEntry';\nexport * from './requestBodyFile';\nexport * from './rootCategoryBodyCreate';\nexport * from './transfer';\nexport * from './transferAssociationPaging';\nexport * from './transferAssociationPagingList';\nexport * from './transferChild';\nexport * from './transferChildAssociationEntry';\nexport * from './transferContainer';\nexport * from './transferContainerAssociationPaging';\nexport * from './transferContainerAssociationPagingList';\nexport * from './transferContainerBodyUpdate';\nexport * from './transferContainerChild';\nexport * from './transferContainerChildAssociationEntry';\nexport * from './transferContainerEntry';\nexport * from './transferEntry';\nexport * from './unfiledContainer';\nexport * from './unfiledContainerAssociationPaging';\nexport * from './unfiledContainerAssociationPagingList';\nexport * from './unfiledContainerChild';\nexport * from './unfiledContainerChildAssociationEntry';\nexport * from './unfiledContainerEntry';\nexport * from './unfiledRecordContainerBodyUpdate';\nexport * from './unfiledRecordFolder';\nexport * from './unfiledRecordFolderAssociationPaging';\nexport * from './unfiledRecordFolderAssociationPagingList';\nexport * from './unfiledRecordFolderBodyUpdate';\nexport * from './unfiledRecordFolderChild';\nexport * from './unfiledRecordFolderChildAssociationEntry';\nexport * from './unfiledRecordFolderEntry';\nexport * from './recordFolderChildAssociation';\nexport * from './transferChildAssociation';\nexport * from './transferContainerChildAssociation';\nexport * from './unfiledContainerChildAssociation';\nexport * from './unfiledRecordFolderChildAssociation';\nexport * from './hold';\nexport * from './holdBody';\nexport * from './holdBulkOperation';\nexport * from './holdBulkStatus';\nexport * from './holdBulkStatusEntry';\nexport * from './holdEntry';\nexport * from './holdPaging';\nexport * from './holdPagingList';\nexport * from './nodeAssignedHold';\nexport * from './bulkAssignHoldResponse';\nexport * from './bulkAssignHoldResponseEntry';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfresco/js-api",
3
- "version": "9.1.0-15340390815",
3
+ "version": "9.1.0-15387286716",
4
4
  "license": "Apache-2.0",
5
5
  "description": "JavaScript client library for the Alfresco REST API",
6
6
  "author": "Hyland Software, Inc. and its affiliates",
@@ -97,6 +97,21 @@ class FilePlansApi extends base_api_1.BaseApi {
97
97
  returnType: filePlanEntry_1.FilePlanEntry
98
98
  });
99
99
  }
100
+ getFilePlanRoles(filePlanId, parameters) {
101
+ var _a;
102
+ (0, assert_1.throwIfNotDefined)(filePlanId, 'filePlanId');
103
+ return this.get({
104
+ path: '/file-plans/{filePlanId}/roles',
105
+ pathParams: {
106
+ filePlanId
107
+ },
108
+ queryParams: {
109
+ where: ((_a = parameters === null || parameters === void 0 ? void 0 : parameters.where) === null || _a === void 0 ? void 0 : _a.capabilityNames)
110
+ ? `(capabilityName in (${parameters.where.capabilityNames.map((value) => "'" + value + "'").join(', ')}))`
111
+ : undefined
112
+ }
113
+ });
114
+ }
100
115
  }
101
116
  exports.FilePlansApi = FilePlansApi;
102
117
  //# sourceMappingURL=../../../../../../../lib/js-api/src/api/gs-core-rest-api/api/filePlans.api.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"filePlans.api.js","sourceRoot":"","sources":["filePlans.api.ts"],"names":[],"mappings":"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","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FilePlanBodyUpdate } from '../model/filePlanBodyUpdate';\nimport { FilePlanEntry } from '../model/filePlanEntry';\nimport { RecordCategoryEntry } from '../model/recordCategoryEntry';\nimport { RecordCategoryPaging } from '../model/recordCategoryPaging';\nimport { RootCategoryBodyCreate } from '../model/rootCategoryBodyCreate';\nimport { BaseApi } from './base.api';\nimport { buildCollectionParam } from '../../../alfrescoApiClient';\nimport { throwIfNotDefined } from '../../../assert';\nimport { RecordsIncludeQuery, RecordsPagingQuery, RecordsSourceQuery } from './types';\n\n/**\n * FilePlansApi service.\n */\nexport class FilePlansApi extends BaseApi {\n /**\n * Create record categories for a file plan\n * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.\n * @param nodeBodyCreate The node information to create.\n * @param opts Optional parameters\n * @param opts.autoRename If `true`, then a name clash will cause an attempt to auto rename by finding a unique name using an integer suffix.\n * @returns Promise<RecordCategoryEntry>\n */\n createFilePlanCategories(\n filePlanId: string,\n nodeBodyCreate: RootCategoryBodyCreate,\n opts?: {\n autoRename?: boolean;\n } & RecordsIncludeQuery\n ): Promise<RecordCategoryEntry> {\n throwIfNotDefined(filePlanId, 'filePlanId');\n throwIfNotDefined(nodeBodyCreate, 'nodeBodyCreate');\n\n const pathParams = {\n filePlanId\n };\n\n const queryParams = {\n autoRename: opts?.autoRename,\n include: buildCollectionParam(opts?.include, 'csv'),\n fields: buildCollectionParam(opts?.fields, 'csv')\n };\n\n return this.post({\n path: '/file-plans/{filePlanId}/categories',\n pathParams,\n queryParams,\n contentTypes: ['application/json', 'multipart/form-data'],\n bodyParam: nodeBodyCreate,\n returnType: RecordCategoryEntry\n });\n }\n\n /**\n * Get a file plan\n *\n * Mandatory fields and the file plan's aspects and properties are returned by default.\n * You can use the **include** parameter (include=allowableOperations) to return additional information.\n * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.\n * @param opts Optional parameters\n * @returns Promise<FilePlanEntry>\n */\n getFilePlan(filePlanId: string, opts?: RecordsIncludeQuery): Promise<FilePlanEntry> {\n throwIfNotDefined(filePlanId, 'filePlanId');\n\n const pathParams = {\n filePlanId\n };\n\n const queryParams = {\n include: buildCollectionParam(opts?.include, 'csv'),\n fields: buildCollectionParam(opts?.fields, 'csv')\n };\n\n return this.get({\n path: '/file-plans/{filePlanId}',\n pathParams,\n queryParams,\n returnType: FilePlanEntry\n });\n }\n\n /**\n * List file plans's children\n *\n * Minimal information for each child is returned by default.\n * You can use the **include** parameter (include=allowableOperations) to return additional information.\n * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.\n * @param opts Optional parameters\n * @returns Promise<RecordCategoryPaging>\n */\n getFilePlanCategories(filePlanId: string, opts?: RecordsIncludeQuery & RecordsPagingQuery & RecordsSourceQuery): Promise<RecordCategoryPaging> {\n throwIfNotDefined(filePlanId, 'filePlanId');\n\n const pathParams = {\n filePlanId\n };\n\n const queryParams = {\n skipCount: opts?.skipCount,\n maxItems: opts?.maxItems,\n include: buildCollectionParam(opts?.include, 'csv'),\n includeSource: opts?.includeSource,\n fields: buildCollectionParam(opts?.fields, 'csv')\n };\n\n return this.get({\n path: '/file-plans/{filePlanId}/categories',\n pathParams,\n queryParams,\n returnType: RecordCategoryPaging\n });\n }\n\n /**\n * Update a file plan\n *\n * **Note:** Currently there is no optimistic locking for updates, so they are applied in \\\"last one wins\\\" order.\n * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.\n * @param filePlanBodyUpdate The file plan information to update.\n * @param opts Optional parameters\n * @returns Promise<FilePlanEntry>\n */\n updateFilePlan(filePlanId: string, filePlanBodyUpdate: FilePlanBodyUpdate, opts?: RecordsIncludeQuery): Promise<FilePlanEntry> {\n throwIfNotDefined(filePlanId, 'filePlanId');\n throwIfNotDefined(filePlanBodyUpdate, 'filePlanBodyUpdate');\n\n const pathParams = {\n filePlanId\n };\n\n const queryParams = {\n include: buildCollectionParam(opts?.include, 'csv'),\n fields: buildCollectionParam(opts?.fields, 'csv')\n };\n\n return this.put({\n path: '/file-plans/{filePlanId}',\n pathParams,\n queryParams,\n bodyParam: filePlanBodyUpdate,\n returnType: FilePlanEntry\n });\n }\n}\n"]}
1
+ {"version":3,"file":"filePlans.api.js","sourceRoot":"","sources":["filePlans.api.ts"],"names":[],"mappings":"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","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FilePlanBodyUpdate } from '../model/filePlanBodyUpdate';\nimport { FilePlanEntry } from '../model/filePlanEntry';\nimport { RecordCategoryEntry } from '../model/recordCategoryEntry';\nimport { RecordCategoryPaging } from '../model/recordCategoryPaging';\nimport { RootCategoryBodyCreate } from '../model/rootCategoryBodyCreate';\nimport { BaseApi } from './base.api';\nimport { buildCollectionParam } from '../../../alfrescoApiClient';\nimport { throwIfNotDefined } from '../../../assert';\nimport { RecordsIncludeQuery, RecordsPagingQuery, RecordsSourceQuery } from './types';\nimport { FilePlanRolePaging, FilePlanRoleParameters } from '../model';\n\n/**\n * FilePlansApi service.\n */\nexport class FilePlansApi extends BaseApi {\n /**\n * Create record categories for a file plan\n * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.\n * @param nodeBodyCreate The node information to create.\n * @param opts Optional parameters\n * @param opts.autoRename If `true`, then a name clash will cause an attempt to auto rename by finding a unique name using an integer suffix.\n * @returns Promise<RecordCategoryEntry>\n */\n createFilePlanCategories(\n filePlanId: string,\n nodeBodyCreate: RootCategoryBodyCreate,\n opts?: {\n autoRename?: boolean;\n } & RecordsIncludeQuery\n ): Promise<RecordCategoryEntry> {\n throwIfNotDefined(filePlanId, 'filePlanId');\n throwIfNotDefined(nodeBodyCreate, 'nodeBodyCreate');\n\n const pathParams = {\n filePlanId\n };\n\n const queryParams = {\n autoRename: opts?.autoRename,\n include: buildCollectionParam(opts?.include, 'csv'),\n fields: buildCollectionParam(opts?.fields, 'csv')\n };\n\n return this.post({\n path: '/file-plans/{filePlanId}/categories',\n pathParams,\n queryParams,\n contentTypes: ['application/json', 'multipart/form-data'],\n bodyParam: nodeBodyCreate,\n returnType: RecordCategoryEntry\n });\n }\n\n /**\n * Get a file plan\n *\n * Mandatory fields and the file plan's aspects and properties are returned by default.\n * You can use the **include** parameter (include=allowableOperations) to return additional information.\n * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.\n * @param opts Optional parameters\n * @returns Promise<FilePlanEntry>\n */\n getFilePlan(filePlanId: string, opts?: RecordsIncludeQuery): Promise<FilePlanEntry> {\n throwIfNotDefined(filePlanId, 'filePlanId');\n\n const pathParams = {\n filePlanId\n };\n\n const queryParams = {\n include: buildCollectionParam(opts?.include, 'csv'),\n fields: buildCollectionParam(opts?.fields, 'csv')\n };\n\n return this.get({\n path: '/file-plans/{filePlanId}',\n pathParams,\n queryParams,\n returnType: FilePlanEntry\n });\n }\n\n /**\n * List file plans's children\n *\n * Minimal information for each child is returned by default.\n * You can use the **include** parameter (include=allowableOperations) to return additional information.\n * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.\n * @param opts Optional parameters\n * @returns Promise<RecordCategoryPaging>\n */\n getFilePlanCategories(filePlanId: string, opts?: RecordsIncludeQuery & RecordsPagingQuery & RecordsSourceQuery): Promise<RecordCategoryPaging> {\n throwIfNotDefined(filePlanId, 'filePlanId');\n\n const pathParams = {\n filePlanId\n };\n\n const queryParams = {\n skipCount: opts?.skipCount,\n maxItems: opts?.maxItems,\n include: buildCollectionParam(opts?.include, 'csv'),\n includeSource: opts?.includeSource,\n fields: buildCollectionParam(opts?.fields, 'csv')\n };\n\n return this.get({\n path: '/file-plans/{filePlanId}/categories',\n pathParams,\n queryParams,\n returnType: RecordCategoryPaging\n });\n }\n\n /**\n * Update a file plan\n *\n * **Note:** Currently there is no optimistic locking for updates, so they are applied in \\\"last one wins\\\" order.\n * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.\n * @param filePlanBodyUpdate The file plan information to update.\n * @param opts Optional parameters\n * @returns Promise<FilePlanEntry>\n */\n updateFilePlan(filePlanId: string, filePlanBodyUpdate: FilePlanBodyUpdate, opts?: RecordsIncludeQuery): Promise<FilePlanEntry> {\n throwIfNotDefined(filePlanId, 'filePlanId');\n throwIfNotDefined(filePlanBodyUpdate, 'filePlanBodyUpdate');\n\n const pathParams = {\n filePlanId\n };\n\n const queryParams = {\n include: buildCollectionParam(opts?.include, 'csv'),\n fields: buildCollectionParam(opts?.fields, 'csv')\n };\n\n return this.put({\n path: '/file-plans/{filePlanId}',\n pathParams,\n queryParams,\n bodyParam: filePlanBodyUpdate,\n returnType: FilePlanEntry\n });\n }\n\n /**\n * Gets a list of roles for the specified file plan.\n * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.\n * @param parameters Optional parameters\n * @returns Promise<FilePlanEntry>\n */\n getFilePlanRoles(filePlanId: string, parameters?: FilePlanRoleParameters): Promise<FilePlanRolePaging> {\n throwIfNotDefined(filePlanId, 'filePlanId');\n\n return this.get({\n path: '/file-plans/{filePlanId}/roles',\n pathParams: {\n filePlanId\n },\n queryParams: {\n where: parameters?.where?.capabilityNames\n ? `(capabilityName in (${parameters.where.capabilityNames.map((value) => \"'\" + value + \"'\").join(', ')}))`\n : undefined\n }\n });\n }\n}\n"]}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /*!
3
+ * @license
4
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.FilePlanRole = void 0;
20
+ const filePlanRoleCapability_1 = require("./filePlanRoleCapability");
21
+ class FilePlanRole {
22
+ constructor(input) {
23
+ var _a;
24
+ if (input) {
25
+ Object.assign(this, input);
26
+ this.capabilities = (_a = input.capabilities) === null || _a === void 0 ? void 0 : _a.map((capability) => new filePlanRoleCapability_1.FilePlanRoleCapability(capability));
27
+ }
28
+ }
29
+ }
30
+ exports.FilePlanRole = FilePlanRole;
31
+ //# sourceMappingURL=../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/filePlanRole.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filePlanRole.js","sourceRoot":"","sources":["filePlanRole.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAEH,qEAAkE;AAElE,MAAa,YAAY;IAOrB,YAAY,KAA6B;;QACrC,IAAI,KAAK,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;YAC3B,IAAI,CAAC,YAAY,GAAG,MAAA,KAAK,CAAC,YAAY,0CAAE,GAAG,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,IAAI,+CAAsB,CAAC,UAAU,CAAC,CAAC,CAAC;QACxG,CAAC;IACL,CAAC;CACJ;AAbD,oCAaC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FilePlanRoleCapability } from './filePlanRoleCapability';\n\nexport class FilePlanRole {\n displayLabel: string;\n groupShortName: string;\n name: string;\n roleGroupName: string;\n capabilities: FilePlanRoleCapability[];\n\n constructor(input?: Partial<FilePlanRole>) {\n if (input) {\n Object.assign(this, input);\n this.capabilities = input.capabilities?.map((capability) => new FilePlanRoleCapability(capability));\n }\n }\n}\n"]}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /*!
3
+ * @license
4
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.FilePlanRoleCapability = void 0;
20
+ const filePlanRoleCapabilityGroup_1 = require("./filePlanRoleCapabilityGroup");
21
+ class FilePlanRoleCapability {
22
+ constructor(input) {
23
+ if (input) {
24
+ Object.assign(this, input);
25
+ this.group = input.group ? new filePlanRoleCapabilityGroup_1.FilePlanRoleCapabilityGroup(input.group) : undefined;
26
+ }
27
+ }
28
+ }
29
+ exports.FilePlanRoleCapability = FilePlanRoleCapability;
30
+ //# sourceMappingURL=../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/filePlanRoleCapability.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filePlanRoleCapability.js","sourceRoot":"","sources":["filePlanRoleCapability.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAEH,+EAA4E;AAE5E,MAAa,sBAAsB;IAM/B,YAAY,KAAuC;QAC/C,IAAI,KAAK,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;YAC3B,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,yDAA2B,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QACxF,CAAC;IACL,CAAC;CACJ;AAZD,wDAYC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FilePlanRoleCapabilityGroup } from './filePlanRoleCapabilityGroup';\n\nexport class FilePlanRoleCapability {\n group: FilePlanRoleCapabilityGroup;\n index: number;\n name: string;\n title: string;\n\n constructor(input?: Partial<FilePlanRoleCapability>) {\n if (input) {\n Object.assign(this, input);\n this.group = input.group ? new FilePlanRoleCapabilityGroup(input.group) : undefined;\n }\n }\n}\n"]}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*!
3
+ * @license
4
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.FilePlanRoleCapabilityGroup = void 0;
20
+ class FilePlanRoleCapabilityGroup {
21
+ constructor(input) {
22
+ if (input) {
23
+ Object.assign(this, input);
24
+ }
25
+ }
26
+ }
27
+ exports.FilePlanRoleCapabilityGroup = FilePlanRoleCapabilityGroup;
28
+ //# sourceMappingURL=../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/filePlanRoleCapabilityGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filePlanRoleCapabilityGroup.js","sourceRoot":"","sources":["filePlanRoleCapabilityGroup.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAEH,MAAa,2BAA2B;IAIpC,YAAY,KAA4C;QACpD,IAAI,KAAK,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;QAC/B,CAAC;IACL,CAAC;CACJ;AATD,kEASC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport class FilePlanRoleCapabilityGroup {\n id: string;\n title: string;\n\n constructor(input?: Partial<FilePlanRoleCapabilityGroup>) {\n if (input) {\n Object.assign(this, input);\n }\n }\n}\n"]}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /*!
3
+ * @license
4
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.FilePlanRoleEntry = void 0;
20
+ const filePlanRole_1 = require("./filePlanRole");
21
+ class FilePlanRoleEntry {
22
+ constructor(input) {
23
+ if (input) {
24
+ Object.assign(this, input);
25
+ this.entry = input.entry ? new filePlanRole_1.FilePlanRole(input.entry) : undefined;
26
+ }
27
+ }
28
+ }
29
+ exports.FilePlanRoleEntry = FilePlanRoleEntry;
30
+ //# sourceMappingURL=../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/filePlanRoleEntry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filePlanRoleEntry.js","sourceRoot":"","sources":["filePlanRoleEntry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAEH,iDAA8C;AAE9C,MAAa,iBAAiB;IAG1B,YAAY,KAAkC;QAC1C,IAAI,KAAK,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;YAC3B,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,2BAAY,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QACzE,CAAC;IACL,CAAC;CACJ;AATD,8CASC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FilePlanRole } from './filePlanRole';\n\nexport class FilePlanRoleEntry {\n entry: FilePlanRole;\n\n constructor(input?: Partial<FilePlanRoleEntry>) {\n if (input) {\n Object.assign(this, input);\n this.entry = input.entry ? new FilePlanRole(input.entry) : undefined;\n }\n }\n}\n"]}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /*!
3
+ * @license
4
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.FilePlanRolePaging = void 0;
20
+ const filePlanRolePagingList_1 = require("./filePlanRolePagingList");
21
+ class FilePlanRolePaging {
22
+ constructor(input) {
23
+ if (input) {
24
+ Object.assign(this, input);
25
+ this.list = input.list ? new filePlanRolePagingList_1.FilePlanRolePagingList(input.list) : undefined;
26
+ }
27
+ }
28
+ }
29
+ exports.FilePlanRolePaging = FilePlanRolePaging;
30
+ //# sourceMappingURL=../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/filePlanRolePaging.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filePlanRolePaging.js","sourceRoot":"","sources":["filePlanRolePaging.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAEH,qEAAkE;AAElE,MAAa,kBAAkB;IAG3B,YAAY,KAAkC;QAC1C,IAAI,KAAK,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;YAC3B,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,+CAAsB,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QAChF,CAAC;IACL,CAAC;CACJ;AATD,gDASC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FilePlanRolePagingList } from './filePlanRolePagingList';\n\nexport class FilePlanRolePaging {\n list: FilePlanRolePagingList;\n\n constructor(input: Partial<FilePlanRolePaging>) {\n if (input) {\n Object.assign(this, input);\n this.list = input.list ? new FilePlanRolePagingList(input.list) : undefined;\n }\n }\n}\n"]}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /*!
3
+ * @license
4
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.FilePlanRolePagingList = void 0;
20
+ const content_rest_api_1 = require("../../content-rest-api");
21
+ const filePlanRoleEntry_1 = require("./filePlanRoleEntry");
22
+ class FilePlanRolePagingList {
23
+ constructor(input) {
24
+ if (input) {
25
+ Object.assign(this, input);
26
+ this.pagination = input.pagination ? new content_rest_api_1.Pagination(input.pagination) : undefined;
27
+ this.entries = input === null || input === void 0 ? void 0 : input.entries.map((entry) => new filePlanRoleEntry_1.FilePlanRoleEntry(entry));
28
+ }
29
+ }
30
+ }
31
+ exports.FilePlanRolePagingList = FilePlanRolePagingList;
32
+ //# sourceMappingURL=../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/filePlanRolePagingList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filePlanRolePagingList.js","sourceRoot":"","sources":["filePlanRolePagingList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAEH,6DAAoD;AACpD,2DAAwD;AAExD,MAAa,sBAAsB;IAI/B,YAAY,KAAsC;QAC9C,IAAI,KAAK,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;YAC3B,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,6BAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,IAAI,CAAC,OAAO,GAAG,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,IAAI,qCAAiB,CAAC,KAAK,CAAC,CAAC,CAAC;QAC/E,CAAC;IACL,CAAC;CACJ;AAXD,wDAWC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Pagination } from '../../content-rest-api';\nimport { FilePlanRoleEntry } from './filePlanRoleEntry';\n\nexport class FilePlanRolePagingList {\n entries: FilePlanRoleEntry[];\n pagination: Pagination;\n\n constructor(input: Partial<FilePlanRolePagingList>) {\n if (input) {\n Object.assign(this, input);\n this.pagination = input.pagination ? new Pagination(input.pagination) : undefined;\n this.entries = input?.entries.map((entry) => new FilePlanRoleEntry(entry));\n }\n }\n}\n"]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ /*!
3
+ * @license
4
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ //# sourceMappingURL=../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/filePlanRoleParameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filePlanRoleParameters.js","sourceRoot":"","sources":["filePlanRoleParameters.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FilePlanRoleParametersWhere } from './filePlanRoleParametersWhere';\n\nexport interface FilePlanRoleParameters {\n where?: FilePlanRoleParametersWhere;\n}\n"]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ /*!
3
+ * @license
4
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ //# sourceMappingURL=../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/filePlanRoleParametersWhere.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filePlanRoleParametersWhere.js","sourceRoot":"","sources":["filePlanRoleParametersWhere.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport interface FilePlanRoleParametersWhere {\n capabilityNames?: string[];\n}\n"]}
@@ -21,6 +21,14 @@ tslib_1.__exportStar(require("./filePlan"), exports);
21
21
  tslib_1.__exportStar(require("./filePlanBodyUpdate"), exports);
22
22
  tslib_1.__exportStar(require("./filePlanComponentBodyUpdate"), exports);
23
23
  tslib_1.__exportStar(require("./filePlanEntry"), exports);
24
+ tslib_1.__exportStar(require("./filePlanRole"), exports);
25
+ tslib_1.__exportStar(require("./filePlanRoleCapability"), exports);
26
+ tslib_1.__exportStar(require("./filePlanRoleCapabilityGroup"), exports);
27
+ tslib_1.__exportStar(require("./filePlanRoleEntry"), exports);
28
+ tslib_1.__exportStar(require("./filePlanRolePaging"), exports);
29
+ tslib_1.__exportStar(require("./filePlanRolePagingList"), exports);
30
+ tslib_1.__exportStar(require("./filePlanRoleParameters"), exports);
31
+ tslib_1.__exportStar(require("./filePlanRoleParametersWhere"), exports);
24
32
  tslib_1.__exportStar(require("./rMNodeBodyCreate"), exports);
25
33
  tslib_1.__exportStar(require("./rMNodeBodyCreateWithRelativePath"), exports);
26
34
  tslib_1.__exportStar(require("./rMSite"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAEH,qDAA2B;AAC3B,+DAAqC;AACrC,wEAA8C;AAC9C,0DAAgC;AAChC,6DAAmC;AACnC,6EAAmD;AACnD,mDAAyB;AACzB,6DAAmC;AACnC,6DAAmC;AACnC,wDAA8B;AAC9B,mDAAyB;AACzB,2DAAiC;AACjC,gEAAsC;AACtC,qEAA2C;AAC3C,sEAA4C;AAC5C,0EAAgD;AAChD,gEAAsC;AACtC,iEAAuC;AACvC,qEAA2C;AAC3C,wDAA8B;AAC9B,yDAA+B;AAC/B,0EAAgD;AAChD,8EAAoD;AACpD,8EAAoD;AACpD,8DAAoC;AACpC,4DAAkC;AAClC,mEAAyC;AACzC,qDAA2B;AAC3B,sEAA4C;AAC5C,0EAAgD;AAChD,0DAAgC;AAChC,0EAAgD;AAChD,8DAAoC;AACpC,+EAAqD;AACrD,mFAAyD;AACzD,wEAA8C;AAC9C,mEAAyC;AACzC,mFAAyD;AACzD,mEAAyC;AACzC,0DAAgC;AAChC,6DAAmC;AACnC,8EAAoD;AACpD,kFAAwD;AACxD,kEAAwC;AACxC,kFAAwD;AACxD,kEAAwC;AACxC,6EAAmD;AACnD,gEAAsC;AACtC,iFAAuD;AACvD,qFAA2D;AAC3D,0EAAgD;AAChD,qEAA2C;AAC3C,qFAA2D;AAC3D,qEAA2C;AAC3C,yEAA+C;AAC/C,qEAA2C;AAC3C,8EAAoD;AACpD,6EAAmD;AACnD,gFAAsD;AACtD,iDAAuB;AACvB,qDAA2B;AAC3B,8DAAoC;AACpC,2DAAiC;AACjC,gEAAsC;AACtC,sDAA4B;AAC5B,uDAA6B;AAC7B,2DAAiC;AACjC,6DAAmC;AACnC,mEAAyC;AACzC,wEAA8C","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport * from './filePlan';\nexport * from './filePlanBodyUpdate';\nexport * from './filePlanComponentBodyUpdate';\nexport * from './filePlanEntry';\nexport * from './rMNodeBodyCreate';\nexport * from './rMNodeBodyCreateWithRelativePath';\nexport * from './rMSite';\nexport * from './rMSiteBodyCreate';\nexport * from './rMSiteBodyUpdate';\nexport * from './rMSiteEntry';\nexport * from './record';\nexport * from './recordCategory';\nexport * from './recordCategoryChild';\nexport * from './recordCategoryChildEntry';\nexport * from './recordCategoryChildPaging';\nexport * from './recordCategoryChildPagingList';\nexport * from './recordCategoryEntry';\nexport * from './recordCategoryPaging';\nexport * from './recordCategoryPagingList';\nexport * from './recordEntry';\nexport * from './recordFolder';\nexport * from './recordFolderAssociationPaging';\nexport * from './recordFolderAssociationPagingList';\nexport * from './recordFolderChildAssociationEntry';\nexport * from './recordFolderEntry';\nexport * from './requestBodyFile';\nexport * from './rootCategoryBodyCreate';\nexport * from './transfer';\nexport * from './transferAssociationPaging';\nexport * from './transferAssociationPagingList';\nexport * from './transferChild';\nexport * from './transferChildAssociationEntry';\nexport * from './transferContainer';\nexport * from './transferContainerAssociationPaging';\nexport * from './transferContainerAssociationPagingList';\nexport * from './transferContainerBodyUpdate';\nexport * from './transferContainerChild';\nexport * from './transferContainerChildAssociationEntry';\nexport * from './transferContainerEntry';\nexport * from './transferEntry';\nexport * from './unfiledContainer';\nexport * from './unfiledContainerAssociationPaging';\nexport * from './unfiledContainerAssociationPagingList';\nexport * from './unfiledContainerChild';\nexport * from './unfiledContainerChildAssociationEntry';\nexport * from './unfiledContainerEntry';\nexport * from './unfiledRecordContainerBodyUpdate';\nexport * from './unfiledRecordFolder';\nexport * from './unfiledRecordFolderAssociationPaging';\nexport * from './unfiledRecordFolderAssociationPagingList';\nexport * from './unfiledRecordFolderBodyUpdate';\nexport * from './unfiledRecordFolderChild';\nexport * from './unfiledRecordFolderChildAssociationEntry';\nexport * from './unfiledRecordFolderEntry';\nexport * from './recordFolderChildAssociation';\nexport * from './transferChildAssociation';\nexport * from './transferContainerChildAssociation';\nexport * from './unfiledContainerChildAssociation';\nexport * from './unfiledRecordFolderChildAssociation';\nexport * from './hold';\nexport * from './holdBody';\nexport * from './holdBulkOperation';\nexport * from './holdBulkStatus';\nexport * from './holdBulkStatusEntry';\nexport * from './holdEntry';\nexport * from './holdPaging';\nexport * from './holdPagingList';\nexport * from './nodeAssignedHold';\nexport * from './bulkAssignHoldResponse';\nexport * from './bulkAssignHoldResponseEntry';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAEH,qDAA2B;AAC3B,+DAAqC;AACrC,wEAA8C;AAC9C,0DAAgC;AAChC,yDAA+B;AAC/B,mEAAyC;AACzC,wEAA8C;AAC9C,8DAAoC;AACpC,+DAAqC;AACrC,mEAAyC;AACzC,mEAAyC;AACzC,wEAA8C;AAC9C,6DAAmC;AACnC,6EAAmD;AACnD,mDAAyB;AACzB,6DAAmC;AACnC,6DAAmC;AACnC,wDAA8B;AAC9B,mDAAyB;AACzB,2DAAiC;AACjC,gEAAsC;AACtC,qEAA2C;AAC3C,sEAA4C;AAC5C,0EAAgD;AAChD,gEAAsC;AACtC,iEAAuC;AACvC,qEAA2C;AAC3C,wDAA8B;AAC9B,yDAA+B;AAC/B,0EAAgD;AAChD,8EAAoD;AACpD,8EAAoD;AACpD,8DAAoC;AACpC,4DAAkC;AAClC,mEAAyC;AACzC,qDAA2B;AAC3B,sEAA4C;AAC5C,0EAAgD;AAChD,0DAAgC;AAChC,0EAAgD;AAChD,8DAAoC;AACpC,+EAAqD;AACrD,mFAAyD;AACzD,wEAA8C;AAC9C,mEAAyC;AACzC,mFAAyD;AACzD,mEAAyC;AACzC,0DAAgC;AAChC,6DAAmC;AACnC,8EAAoD;AACpD,kFAAwD;AACxD,kEAAwC;AACxC,kFAAwD;AACxD,kEAAwC;AACxC,6EAAmD;AACnD,gEAAsC;AACtC,iFAAuD;AACvD,qFAA2D;AAC3D,0EAAgD;AAChD,qEAA2C;AAC3C,qFAA2D;AAC3D,qEAA2C;AAC3C,yEAA+C;AAC/C,qEAA2C;AAC3C,8EAAoD;AACpD,6EAAmD;AACnD,gFAAsD;AACtD,iDAAuB;AACvB,qDAA2B;AAC3B,8DAAoC;AACpC,2DAAiC;AACjC,gEAAsC;AACtC,sDAA4B;AAC5B,uDAA6B;AAC7B,2DAAiC;AACjC,6DAAmC;AACnC,mEAAyC;AACzC,wEAA8C","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport * from './filePlan';\nexport * from './filePlanBodyUpdate';\nexport * from './filePlanComponentBodyUpdate';\nexport * from './filePlanEntry';\nexport * from './filePlanRole';\nexport * from './filePlanRoleCapability';\nexport * from './filePlanRoleCapabilityGroup';\nexport * from './filePlanRoleEntry';\nexport * from './filePlanRolePaging';\nexport * from './filePlanRolePagingList';\nexport * from './filePlanRoleParameters';\nexport * from './filePlanRoleParametersWhere';\nexport * from './rMNodeBodyCreate';\nexport * from './rMNodeBodyCreateWithRelativePath';\nexport * from './rMSite';\nexport * from './rMSiteBodyCreate';\nexport * from './rMSiteBodyUpdate';\nexport * from './rMSiteEntry';\nexport * from './record';\nexport * from './recordCategory';\nexport * from './recordCategoryChild';\nexport * from './recordCategoryChildEntry';\nexport * from './recordCategoryChildPaging';\nexport * from './recordCategoryChildPagingList';\nexport * from './recordCategoryEntry';\nexport * from './recordCategoryPaging';\nexport * from './recordCategoryPagingList';\nexport * from './recordEntry';\nexport * from './recordFolder';\nexport * from './recordFolderAssociationPaging';\nexport * from './recordFolderAssociationPagingList';\nexport * from './recordFolderChildAssociationEntry';\nexport * from './recordFolderEntry';\nexport * from './requestBodyFile';\nexport * from './rootCategoryBodyCreate';\nexport * from './transfer';\nexport * from './transferAssociationPaging';\nexport * from './transferAssociationPagingList';\nexport * from './transferChild';\nexport * from './transferChildAssociationEntry';\nexport * from './transferContainer';\nexport * from './transferContainerAssociationPaging';\nexport * from './transferContainerAssociationPagingList';\nexport * from './transferContainerBodyUpdate';\nexport * from './transferContainerChild';\nexport * from './transferContainerChildAssociationEntry';\nexport * from './transferContainerEntry';\nexport * from './transferEntry';\nexport * from './unfiledContainer';\nexport * from './unfiledContainerAssociationPaging';\nexport * from './unfiledContainerAssociationPagingList';\nexport * from './unfiledContainerChild';\nexport * from './unfiledContainerChildAssociationEntry';\nexport * from './unfiledContainerEntry';\nexport * from './unfiledRecordContainerBodyUpdate';\nexport * from './unfiledRecordFolder';\nexport * from './unfiledRecordFolderAssociationPaging';\nexport * from './unfiledRecordFolderAssociationPagingList';\nexport * from './unfiledRecordFolderBodyUpdate';\nexport * from './unfiledRecordFolderChild';\nexport * from './unfiledRecordFolderChildAssociationEntry';\nexport * from './unfiledRecordFolderEntry';\nexport * from './recordFolderChildAssociation';\nexport * from './transferChildAssociation';\nexport * from './transferContainerChildAssociation';\nexport * from './unfiledContainerChildAssociation';\nexport * from './unfiledRecordFolderChildAssociation';\nexport * from './hold';\nexport * from './holdBody';\nexport * from './holdBulkOperation';\nexport * from './holdBulkStatus';\nexport * from './holdBulkStatusEntry';\nexport * from './holdEntry';\nexport * from './holdPaging';\nexport * from './holdPagingList';\nexport * from './nodeAssignedHold';\nexport * from './bulkAssignHoldResponse';\nexport * from './bulkAssignHoldResponseEntry';\n"]}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfresco/js-api",
3
- "version": "9.1.0-15340390815",
3
+ "version": "9.1.0-15387286716",
4
4
  "license": "Apache-2.0",
5
5
  "description": "JavaScript client library for the Alfresco REST API",
6
6
  "author": "Hyland Software, Inc. and its affiliates",
@@ -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
  }