@alfresco/js-api 7.9.0-10366268804 → 7.9.0-10366283704

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 (95) hide show
  1. package/esm2015/index.js +1 -0
  2. package/esm2015/index.js.map +1 -1
  3. package/esm2015/package.json +1 -1
  4. package/esm2015/src/api/gs-core-rest-api/api/index.js +1 -0
  5. package/esm2015/src/api/gs-core-rest-api/api/index.js.map +1 -1
  6. package/esm2015/src/api/gs-core-rest-api/api/legal-hold.api.js +104 -0
  7. package/esm2015/src/api/gs-core-rest-api/api/legal-hold.api.js.map +1 -0
  8. package/esm2015/src/api/gs-core-rest-api/model/bulkAssignHoldResponse.js +18 -0
  9. package/esm2015/src/api/gs-core-rest-api/model/bulkAssignHoldResponse.js.map +1 -0
  10. package/esm2015/src/api/gs-core-rest-api/model/hold.js +18 -0
  11. package/esm2015/src/api/gs-core-rest-api/model/hold.js.map +1 -0
  12. package/esm2015/src/api/gs-core-rest-api/model/holdBody.js +18 -0
  13. package/esm2015/src/api/gs-core-rest-api/model/holdBody.js.map +1 -0
  14. package/esm2015/src/api/gs-core-rest-api/model/holdEntry.js +24 -0
  15. package/esm2015/src/api/gs-core-rest-api/model/holdEntry.js.map +1 -0
  16. package/esm2015/src/api/gs-core-rest-api/model/holdPaging.js +26 -0
  17. package/esm2015/src/api/gs-core-rest-api/model/holdPaging.js.map +1 -0
  18. package/esm2015/src/api/gs-core-rest-api/model/holdPagingList.js +30 -0
  19. package/esm2015/src/api/gs-core-rest-api/model/holdPagingList.js.map +1 -0
  20. package/esm2015/src/api/gs-core-rest-api/model/index.js +7 -0
  21. package/esm2015/src/api/gs-core-rest-api/model/index.js.map +1 -1
  22. package/esm2015/src/api/gs-core-rest-api/model/nodeAssignedHold.js +18 -0
  23. package/esm2015/src/api/gs-core-rest-api/model/nodeAssignedHold.js.map +1 -0
  24. package/esm2015/src/constants/index.js +18 -0
  25. package/esm2015/src/constants/index.js.map +1 -0
  26. package/esm2015/src/constants/language.constants.js +22 -0
  27. package/esm2015/src/constants/language.constants.js.map +1 -0
  28. package/esm5/index.js +1 -0
  29. package/esm5/index.js.map +1 -1
  30. package/esm5/package.json +1 -1
  31. package/esm5/src/api/gs-core-rest-api/api/index.js +1 -0
  32. package/esm5/src/api/gs-core-rest-api/api/index.js.map +1 -1
  33. package/esm5/src/api/gs-core-rest-api/api/legal-hold.api.js +104 -0
  34. package/esm5/src/api/gs-core-rest-api/api/legal-hold.api.js.map +1 -0
  35. package/esm5/src/api/gs-core-rest-api/model/bulkAssignHoldResponse.js +18 -0
  36. package/esm5/src/api/gs-core-rest-api/model/bulkAssignHoldResponse.js.map +1 -0
  37. package/esm5/src/api/gs-core-rest-api/model/hold.js +18 -0
  38. package/esm5/src/api/gs-core-rest-api/model/hold.js.map +1 -0
  39. package/esm5/src/api/gs-core-rest-api/model/holdBody.js +18 -0
  40. package/esm5/src/api/gs-core-rest-api/model/holdBody.js.map +1 -0
  41. package/esm5/src/api/gs-core-rest-api/model/holdEntry.js +24 -0
  42. package/esm5/src/api/gs-core-rest-api/model/holdEntry.js.map +1 -0
  43. package/esm5/src/api/gs-core-rest-api/model/holdPaging.js +26 -0
  44. package/esm5/src/api/gs-core-rest-api/model/holdPaging.js.map +1 -0
  45. package/esm5/src/api/gs-core-rest-api/model/holdPagingList.js +30 -0
  46. package/esm5/src/api/gs-core-rest-api/model/holdPagingList.js.map +1 -0
  47. package/esm5/src/api/gs-core-rest-api/model/index.js +7 -0
  48. package/esm5/src/api/gs-core-rest-api/model/index.js.map +1 -1
  49. package/esm5/src/api/gs-core-rest-api/model/nodeAssignedHold.js +18 -0
  50. package/esm5/src/api/gs-core-rest-api/model/nodeAssignedHold.js.map +1 -0
  51. package/esm5/src/constants/index.js +18 -0
  52. package/esm5/src/constants/index.js.map +1 -0
  53. package/esm5/src/constants/language.constants.js +22 -0
  54. package/esm5/src/constants/language.constants.js.map +1 -0
  55. package/index.js +1 -0
  56. package/index.js.map +1 -1
  57. package/package.json +1 -1
  58. package/src/api/gs-core-rest-api/api/index.js +1 -0
  59. package/src/api/gs-core-rest-api/api/index.js.map +1 -1
  60. package/src/api/gs-core-rest-api/api/legal-hold.api.js +108 -0
  61. package/src/api/gs-core-rest-api/api/legal-hold.api.js.map +1 -0
  62. package/src/api/gs-core-rest-api/model/bulkAssignHoldResponse.js +19 -0
  63. package/src/api/gs-core-rest-api/model/bulkAssignHoldResponse.js.map +1 -0
  64. package/src/api/gs-core-rest-api/model/hold.js +19 -0
  65. package/src/api/gs-core-rest-api/model/hold.js.map +1 -0
  66. package/src/api/gs-core-rest-api/model/holdBody.js +19 -0
  67. package/src/api/gs-core-rest-api/model/holdBody.js.map +1 -0
  68. package/src/api/gs-core-rest-api/model/holdEntry.js +28 -0
  69. package/src/api/gs-core-rest-api/model/holdEntry.js.map +1 -0
  70. package/src/api/gs-core-rest-api/model/holdPaging.js +30 -0
  71. package/src/api/gs-core-rest-api/model/holdPaging.js.map +1 -0
  72. package/src/api/gs-core-rest-api/model/holdPagingList.js +34 -0
  73. package/src/api/gs-core-rest-api/model/holdPagingList.js.map +1 -0
  74. package/src/api/gs-core-rest-api/model/index.js +7 -0
  75. package/src/api/gs-core-rest-api/model/index.js.map +1 -1
  76. package/src/api/gs-core-rest-api/model/nodeAssignedHold.js +19 -0
  77. package/src/api/gs-core-rest-api/model/nodeAssignedHold.js.map +1 -0
  78. package/src/constants/index.js +21 -0
  79. package/src/constants/index.js.map +1 -0
  80. package/src/constants/language.constants.js +25 -0
  81. package/src/constants/language.constants.js.map +1 -0
  82. package/typings/index.d.ts +1 -0
  83. package/typings/package.json +1 -1
  84. package/typings/src/api/gs-core-rest-api/api/index.d.ts +1 -0
  85. package/typings/src/api/gs-core-rest-api/api/legal-hold.api.d.ts +86 -0
  86. package/typings/src/api/gs-core-rest-api/model/bulkAssignHoldResponse.d.ts +20 -0
  87. package/typings/src/api/gs-core-rest-api/model/hold.d.ts +20 -0
  88. package/typings/src/api/gs-core-rest-api/model/holdBody.d.ts +21 -0
  89. package/typings/src/api/gs-core-rest-api/model/holdEntry.d.ts +21 -0
  90. package/typings/src/api/gs-core-rest-api/model/holdPaging.d.ts +21 -0
  91. package/typings/src/api/gs-core-rest-api/model/holdPagingList.d.ts +23 -0
  92. package/typings/src/api/gs-core-rest-api/model/index.d.ts +7 -0
  93. package/typings/src/api/gs-core-rest-api/model/nodeAssignedHold.d.ts +20 -0
  94. package/typings/src/constants/index.d.ts +17 -0
  95. package/typings/src/constants/language.constants.d.ts +21 -0
package/esm2015/index.js CHANGED
@@ -38,4 +38,5 @@ export * from './src/to-deprecate/alfresco-api-type';
38
38
  export * from './src/api-clients/api-client';
39
39
  export * from './src/api-clients/http-client.interface';
40
40
  export * from './src/utils';
41
+ export * from './src/constants';
41
42
  //# sourceMappingURL=../../../../lib/js-api/index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAElD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AAExC,cAAc,sCAAsC,CAAC;AAErD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yCAAyC,CAAC;AACxD,cAAc,aAAa,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 './src/api/content-rest-api/index';\nexport * from './src/api/content-custom-api/index';\nexport * from './src/api/discovery-rest-api/index';\nexport * from './src/api/gs-classification-rest-api/index';\nexport * from './src/api/gs-core-rest-api/index';\nexport * from './src/api/auth-rest-api/index';\nexport * from './src/api/activiti-rest-api/index';\nexport * from './src/api/search-rest-api/index';\nexport * from './src/api/model-rest-api/index';\nexport * from './src/api/hxi-connector-api/index';\n\nexport * from './src/api/content-custom-api/api/content.api';\nexport * from './src/authentication/contentAuth';\nexport * from './src/authentication/processAuth';\nexport * from './src/authentication/oauth2Auth';\nexport * from './src/contentClient';\nexport * from './src/processClient';\nexport * from './src/storage';\nexport * from './src/alfrescoApi';\nexport * from './src/alfrescoApiClient';\nexport * from './src/alfrescoApiConfig';\n\nexport * from './src/to-deprecate/alfresco-api-type';\n\nexport * from './src/api-clients/api-client';\nexport * from './src/api-clients/http-client.interface';\nexport * from './src/utils';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAElD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AAExC,cAAc,sCAAsC,CAAC;AAErD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yCAAyC,CAAC;AACxD,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 './src/api/content-rest-api/index';\nexport * from './src/api/content-custom-api/index';\nexport * from './src/api/discovery-rest-api/index';\nexport * from './src/api/gs-classification-rest-api/index';\nexport * from './src/api/gs-core-rest-api/index';\nexport * from './src/api/auth-rest-api/index';\nexport * from './src/api/activiti-rest-api/index';\nexport * from './src/api/search-rest-api/index';\nexport * from './src/api/model-rest-api/index';\nexport * from './src/api/hxi-connector-api/index';\n\nexport * from './src/api/content-custom-api/api/content.api';\nexport * from './src/authentication/contentAuth';\nexport * from './src/authentication/processAuth';\nexport * from './src/authentication/oauth2Auth';\nexport * from './src/contentClient';\nexport * from './src/processClient';\nexport * from './src/storage';\nexport * from './src/alfrescoApi';\nexport * from './src/alfrescoApiClient';\nexport * from './src/alfrescoApiConfig';\n\nexport * from './src/to-deprecate/alfresco-api-type';\n\nexport * from './src/api-clients/api-client';\nexport * from './src/api-clients/http-client.interface';\nexport * from './src/utils';\nexport * from './src/constants';\n"]}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfresco/js-api",
3
- "version": "7.9.0-10366268804",
3
+ "version": "7.9.0-10366283704",
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",
@@ -25,4 +25,5 @@ export * from './transferContainers.api';
25
25
  export * from './transfers.api';
26
26
  export * from './unfiledContainers.api';
27
27
  export * from './unfiledRecordFolders.api';
28
+ export * from './legal-hold.api';
28
29
  //# sourceMappingURL=../../../../../../../../lib/js-api/src/api/gs-core-rest-api/api/index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 './types';\nexport * from './filePlans.api';\nexport * from './files.api';\nexport * from './gsSites.api';\nexport * from './recordCategories.api';\nexport * from './recordFolders.api';\nexport * from './records.api';\nexport * from './transferContainers.api';\nexport * from './transfers.api';\nexport * from './unfiledContainers.api';\nexport * from './unfiledRecordFolders.api';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 './types';\nexport * from './filePlans.api';\nexport * from './files.api';\nexport * from './gsSites.api';\nexport * from './recordCategories.api';\nexport * from './recordFolders.api';\nexport * from './records.api';\nexport * from './transferContainers.api';\nexport * from './transfers.api';\nexport * from './unfiledContainers.api';\nexport * from './unfiledRecordFolders.api';\nexport * from './legal-hold.api';\n"]}
@@ -0,0 +1,104 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2024 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 { BaseApi } from './base.api';
18
+ import { throwIfNotDefined } from '../../../assert';
19
+ import { HoldEntry, HoldPaging } from './../model';
20
+ export class LegalHoldApi extends BaseApi {
21
+ getHolds(filePlanId = '-filePlan-', options) {
22
+ throwIfNotDefined(filePlanId, 'filePlanId');
23
+ const pathParams = {
24
+ filePlanId
25
+ };
26
+ const queryParams = {
27
+ skipCount: options === null || options === void 0 ? void 0 : options.skipCount,
28
+ maxItems: options === null || options === void 0 ? void 0 : options.maxItems
29
+ };
30
+ return this.get({
31
+ path: '/file-plans/{filePlanId}/holds',
32
+ pathParams,
33
+ queryParams,
34
+ returnType: HoldPaging
35
+ });
36
+ }
37
+ assignHold(nodeId, holdId) {
38
+ throwIfNotDefined(holdId, 'holdId');
39
+ throwIfNotDefined(nodeId, 'nodeId');
40
+ return this.post({
41
+ path: `/holds/{holdId}/children`,
42
+ pathParams: { holdId },
43
+ bodyParam: [{ id: nodeId }],
44
+ returnType: HoldEntry
45
+ });
46
+ }
47
+ assignHolds(nodeIds, holdId) {
48
+ throwIfNotDefined(holdId, 'holdId');
49
+ throwIfNotDefined(nodeIds, 'nodeIds');
50
+ return this.post({
51
+ path: `/holds/{holdId}/children`,
52
+ pathParams: { holdId },
53
+ bodyParam: nodeIds,
54
+ returnType: HoldPaging
55
+ });
56
+ }
57
+ unassignHold(holdId, nodeId) {
58
+ throwIfNotDefined(holdId, 'holdId');
59
+ throwIfNotDefined(nodeId, 'nodeId');
60
+ return this.delete({
61
+ path: `/holds/{holdId}/children/{nodeId}`,
62
+ pathParams: { holdId, nodeId }
63
+ });
64
+ }
65
+ createHold(filePlanId, hold) {
66
+ throwIfNotDefined(filePlanId, 'filePlanId');
67
+ throwIfNotDefined(hold, 'hold');
68
+ const pathParams = {
69
+ filePlanId
70
+ };
71
+ return this.post({
72
+ path: '/file-plans/{filePlanId}/holds',
73
+ pathParams,
74
+ bodyParam: [hold],
75
+ returnType: HoldEntry
76
+ });
77
+ }
78
+ createHolds(filePlanId = '-filePlan-', holds) {
79
+ throwIfNotDefined(filePlanId, 'filePlanId');
80
+ throwIfNotDefined(holds, 'holds');
81
+ const pathParams = {
82
+ filePlanId
83
+ };
84
+ return this.post({
85
+ path: '/file-plans/{filePlanId}/holds',
86
+ pathParams,
87
+ bodyParam: holds,
88
+ returnType: HoldPaging
89
+ });
90
+ }
91
+ bulkAssignHold(holdId, query) {
92
+ throwIfNotDefined(holdId, 'holdId');
93
+ throwIfNotDefined(query, 'query');
94
+ return this.post({
95
+ path: `/holds/{holdId}/bulk`,
96
+ pathParams: { holdId },
97
+ bodyParam: {
98
+ query,
99
+ op: 'ADD'
100
+ }
101
+ });
102
+ }
103
+ }
104
+ //# sourceMappingURL=../../../../../../../../lib/js-api/src/api/gs-core-rest-api/api/legal-hold.api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"legal-hold.api.js","sourceRoot":"","sources":["legal-hold.api.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEpD,OAAO,EAAY,SAAS,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAS7D,MAAM,OAAO,YAAa,SAAQ,OAAO;IAQrC,QAAQ,CAAC,UAAU,GAAG,YAAY,EAAE,OAA4B;QAC5D,iBAAiB,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;QAE5C,MAAM,UAAU,GAAG;YACf,UAAU;SACb,CAAC;QAEF,MAAM,WAAW,GAAG;YAChB,SAAS,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,SAAS;YAC7B,QAAQ,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ;SAC9B,CAAC;QAEF,OAAO,IAAI,CAAC,GAAG,CAAC;YACZ,IAAI,EAAE,gCAAgC;YACtC,UAAU;YACV,WAAW;YACX,UAAU,EAAE,UAAU;SACzB,CAAC,CAAC;IACP,CAAC;IASD,UAAU,CAAC,MAAc,EAAE,MAAc;QACrC,iBAAiB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;QACpC,iBAAiB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;QAEpC,OAAO,IAAI,CAAC,IAAI,CAAC;YACb,IAAI,EAAE,0BAA0B;YAChC,UAAU,EAAE,EAAE,MAAM,EAAE;YACtB,SAAS,EAAE,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC;YAC3B,UAAU,EAAE,SAAS;SACxB,CAAC,CAAC;IACP,CAAC;IASD,WAAW,CAAC,OAAyB,EAAE,MAAc;QACjD,iBAAiB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;QACpC,iBAAiB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC;QAEtC,OAAO,IAAI,CAAC,IAAI,CAAC;YACb,IAAI,EAAE,0BAA0B;YAChC,UAAU,EAAE,EAAE,MAAM,EAAE;YACtB,SAAS,EAAE,OAAO;YAClB,UAAU,EAAE,UAAU;SACzB,CAAC,CAAC;IACP,CAAC;IASD,YAAY,CAAC,MAAc,EAAE,MAAc;QACvC,iBAAiB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;QACpC,iBAAiB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;QAEpC,OAAO,IAAI,CAAC,MAAM,CAAC;YACf,IAAI,EAAE,mCAAmC;YACzC,UAAU,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE;SACjC,CAAC,CAAC;IACP,CAAC;IASD,UAAU,CAAC,UAAkB,EAAE,IAAc;QACzC,iBAAiB,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;QAC5C,iBAAiB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;QAEhC,MAAM,UAAU,GAAG;YACf,UAAU;SACb,CAAC;QAEF,OAAO,IAAI,CAAC,IAAI,CAAC;YACb,IAAI,EAAE,gCAAgC;YACtC,UAAU;YACV,SAAS,EAAE,CAAC,IAAI,CAAC;YACjB,UAAU,EAAE,SAAS;SACxB,CAAC,CAAC;IACP,CAAC;IASD,WAAW,CAAC,UAAU,GAAG,YAAY,EAAE,KAAiB;QACpD,iBAAiB,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;QAC5C,iBAAiB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAElC,MAAM,UAAU,GAAG;YACf,UAAU;SACb,CAAC;QAEF,OAAO,IAAI,CAAC,IAAI,CAAC;YACb,IAAI,EAAE,gCAAgC;YACtC,UAAU;YACV,SAAS,EAAE,KAAK;YAChB,UAAU,EAAE,UAAU;SACzB,CAAC,CAAC;IACP,CAAC;IASD,cAAc,CAAC,MAAc,EAAE,KAAmB;QAC9C,iBAAiB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;QACpC,iBAAiB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAElC,OAAO,IAAI,CAAC,IAAI,CAAC;YACb,IAAI,EAAE,sBAAsB;YAC5B,UAAU,EAAE,EAAE,MAAM,EAAE;YACtB,SAAS,EAAE;gBACP,KAAK;gBACL,EAAE,EAAE,KAAK;aACZ;SACJ,CAAC,CAAC;IACP,CAAC;CACJ","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 { BaseApi } from './base.api';\nimport { throwIfNotDefined } from '../../../assert';\nimport { ContentPagingQuery } from '../../content-rest-api';\nimport { HoldBody, HoldEntry, HoldPaging } from './../model';\nimport { BulkAssignHoldResponse } from '../model/bulkAssignHoldResponse';\nimport { RequestQuery } from '../../search-rest-api';\n\n/**\n * Legal Holds service.\n *\n * @module LegalHoldApi\n */\nexport class LegalHoldApi extends BaseApi {\n /**\n * List of legal holds\n *\n * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.\n * @param options Optional parameters\n * @returns Promise<HoldPaging>\n */\n getHolds(filePlanId = '-filePlan-', options?: ContentPagingQuery): Promise<HoldPaging> {\n throwIfNotDefined(filePlanId, 'filePlanId');\n\n const pathParams = {\n filePlanId\n };\n\n const queryParams = {\n skipCount: options?.skipCount,\n maxItems: options?.maxItems\n };\n\n return this.get({\n path: '/file-plans/{filePlanId}/holds',\n pathParams,\n queryParams,\n returnType: HoldPaging\n });\n }\n\n /**\n * Assign node to legal hold\n *\n * @param holdId The identifier of a hold\n * @param nodeId The id of the node to be assigned to existing hold\n * @returns Promise<HoldEntry>\n */\n assignHold(nodeId: string, holdId: string): Promise<HoldEntry> {\n throwIfNotDefined(holdId, 'holdId');\n throwIfNotDefined(nodeId, 'nodeId');\n\n return this.post({\n path: `/holds/{holdId}/children`,\n pathParams: { holdId },\n bodyParam: [{ id: nodeId }],\n returnType: HoldEntry\n });\n }\n\n /**\n * Assign nodes to legal hold\n *\n * @param holdId The identifier of a hold\n * @param nodeIds The list with id of nodes to assign to existing hold\n * @returns Promise<HoldPaging>\n */\n assignHolds(nodeIds: { id: string }[], holdId: string): Promise<HoldPaging> {\n throwIfNotDefined(holdId, 'holdId');\n throwIfNotDefined(nodeIds, 'nodeIds');\n\n return this.post({\n path: `/holds/{holdId}/children`,\n pathParams: { holdId },\n bodyParam: nodeIds,\n returnType: HoldPaging\n });\n }\n\n /**\n * Deletes the relationship between a child with id nodeId and a parent hold with id holdId\n *\n * @param holdId The identifier of a hold\n * @param nodeId The Id of the node which is unassigned\n * @returns Empty response\n */\n unassignHold(holdId: string, nodeId: string): Promise<void> {\n throwIfNotDefined(holdId, 'holdId');\n throwIfNotDefined(nodeId, 'nodeId');\n\n return this.delete({\n path: `/holds/{holdId}/children/{nodeId}`,\n pathParams: { holdId, nodeId }\n });\n }\n\n /**\n * Create new hold\n *\n * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.\n * @param hold Hold to create\n * @returns Promise<HoldEntry>\n */\n createHold(filePlanId: string, hold: HoldBody): Promise<HoldEntry> {\n throwIfNotDefined(filePlanId, 'filePlanId');\n throwIfNotDefined(hold, 'hold');\n\n const pathParams = {\n filePlanId\n };\n\n return this.post({\n path: '/file-plans/{filePlanId}/holds',\n pathParams,\n bodyParam: [hold],\n returnType: HoldEntry\n });\n }\n\n /**\n * Create list of new holds\n *\n * @param filePlanId The identifier of a file plan. You can also use the -filePlan- alias.\n * @param holds Array of holds\n * @returns Promise<HoldPaging>\n */\n createHolds(filePlanId = '-filePlan-', holds: HoldBody[]): Promise<HoldPaging> {\n throwIfNotDefined(filePlanId, 'filePlanId');\n throwIfNotDefined(holds, 'holds');\n\n const pathParams = {\n filePlanId\n };\n\n return this.post({\n path: '/file-plans/{filePlanId}/holds',\n pathParams,\n bodyParam: holds,\n returnType: HoldPaging\n });\n }\n\n /**\n * Start the asynchronous bulk process for a hold with id holdId based on search query results.\n *\n * @param holdId The identifier of a hold\n * @param query Search query\n * @returns Promise<BulkAssignHoldResponse>\n */\n bulkAssignHold(holdId: string, query: RequestQuery): Promise<BulkAssignHoldResponse> {\n throwIfNotDefined(holdId, 'holdId');\n throwIfNotDefined(query, 'query');\n\n return this.post({\n path: `/holds/{holdId}/bulk`,\n pathParams: { holdId },\n bodyParam: {\n query,\n op: 'ADD'\n }\n });\n }\n}\n"]}
@@ -0,0 +1,18 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2024 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/bulkAssignHoldResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulkAssignHoldResponse.js","sourceRoot":"","sources":["bulkAssignHoldResponse.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 BulkAssignHoldResponse {\n bulkStatusId: string;\n totalItems: number;\n}\n"]}
@@ -0,0 +1,18 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2024 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/hold.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hold.js","sourceRoot":"","sources":["hold.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 { HoldBody } from './holdBody';\n\nexport interface Hold extends HoldBody {\n id: string;\n}\n"]}
@@ -0,0 +1,18 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2024 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/holdBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"holdBody.js","sourceRoot":"","sources":["holdBody.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 HoldBody {\n name: string;\n reason: string;\n description?: string;\n}\n"]}
@@ -0,0 +1,24 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2024 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 class HoldEntry {
18
+ constructor(input) {
19
+ if (input) {
20
+ Object.assign(this, input);
21
+ }
22
+ }
23
+ }
24
+ //# sourceMappingURL=../../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/holdEntry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"holdEntry.js","sourceRoot":"","sources":["holdEntry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAIH,MAAM,OAAO,SAAS;IAGlB,YAAY,KAA0B;QAClC,IAAI,KAAK,EAAE;YACP,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;SAC9B;IACL,CAAC;CACJ","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 { Hold } from './hold';\n\nexport class HoldEntry {\n entry: Hold;\n\n constructor(input?: Partial<HoldEntry>) {\n if (input) {\n Object.assign(this, input);\n }\n }\n}\n"]}
@@ -0,0 +1,26 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2024 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 { HoldPagingList } from './holdPagingList';
18
+ export class HoldPaging {
19
+ constructor(input) {
20
+ if (input) {
21
+ Object.assign(this, input);
22
+ this.list = input.list ? new HoldPagingList(input.list) : undefined;
23
+ }
24
+ }
25
+ }
26
+ //# sourceMappingURL=../../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/holdPaging.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"holdPaging.js","sourceRoot":"","sources":["holdPaging.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,OAAO,UAAU;IAGnB,YAAY,KAA2B;QACnC,IAAI,KAAK,EAAE;YACP,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;YAC3B,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,cAAc,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;IACL,CAAC;CACJ","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 { HoldPagingList } from './holdPagingList';\n\nexport class HoldPaging {\n list?: HoldPagingList;\n\n constructor(input?: Partial<HoldPaging>) {\n if (input) {\n Object.assign(this, input);\n this.list = input.list ? new HoldPagingList(input.list) : undefined;\n }\n }\n}\n"]}
@@ -0,0 +1,30 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2024 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 { HoldEntry } from './holdEntry';
19
+ export class HoldPagingList {
20
+ constructor(input) {
21
+ if (input) {
22
+ Object.assign(this, input);
23
+ this.pagination = input.pagination ? new Pagination(input.pagination) : undefined;
24
+ if (input.entries) {
25
+ this.entries = input.entries.map((item) => new HoldEntry(item));
26
+ }
27
+ }
28
+ }
29
+ }
30
+ //# sourceMappingURL=../../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/holdPagingList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"holdPagingList.js","sourceRoot":"","sources":["holdPagingList.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,OAAO,cAAc;IAIvB,YAAY,KAA+B;QACvC,IAAI,KAAK,EAAE;YACP,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,KAAK,CAAC,OAAO,EAAE;gBACf,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;aACnE;SACJ;IACL,CAAC;CACJ","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 { HoldEntry } from './holdEntry';\n\nexport class HoldPagingList {\n pagination?: Pagination;\n entries?: HoldEntry[];\n\n constructor(input?: Partial<HoldPagingList>) {\n if (input) {\n Object.assign(this, input);\n this.pagination = input.pagination ? new Pagination(input.pagination) : undefined;\n if (input.entries) {\n this.entries = input.entries.map((item) => new HoldEntry(item));\n }\n }\n }\n}\n"]}
@@ -73,4 +73,11 @@ export * from './transferChildAssociation';
73
73
  export * from './transferContainerChildAssociation';
74
74
  export * from './unfiledContainerChildAssociation';
75
75
  export * from './unfiledRecordFolderChildAssociation';
76
+ export * from './hold';
77
+ export * from './holdBody';
78
+ export * from './holdEntry';
79
+ export * from './holdPaging';
80
+ export * from './holdPagingList';
81
+ export * from './nodeAssignedHold';
82
+ export * from './bulkAssignHoldResponse';
76
83
  //# sourceMappingURL=../../../../../../../../lib/js-api/src/api/gs-core-rest-api/model/index.js.map
@@ -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","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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';\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,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,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 './holdEntry';\nexport * from './holdPaging';\nexport * from './holdPagingList';\nexport * from './nodeAssignedHold';\nexport * from './bulkAssignHoldResponse';\n"]}
@@ -0,0 +1,18 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2024 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/nodeAssignedHold.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nodeAssignedHold.js","sourceRoot":"","sources":["nodeAssignedHold.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 NodeAssignedHold {\n id: string;\n name: string;\n}\n"]}
@@ -0,0 +1,18 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2024 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 * from './language.constants';
18
+ //# sourceMappingURL=../../../../../../lib/js-api/src/constants/index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,sBAAsB,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 './language.constants';\n"]}
@@ -0,0 +1,22 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2024 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 const SEARCH_LANGUAGE = {
18
+ AFTS: 'afts',
19
+ LUCENE: 'lucene',
20
+ CMIS: 'cmis'
21
+ };
22
+ //# sourceMappingURL=../../../../../../lib/js-api/src/constants/language.constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language.constants.js","sourceRoot":"","sources":["language.constants.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC3B,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;CACf,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 const SEARCH_LANGUAGE = {\n AFTS: 'afts',\n LUCENE: 'lucene',\n CMIS: 'cmis'\n};\n"]}
package/esm5/index.js CHANGED
@@ -38,4 +38,5 @@ export * from './src/to-deprecate/alfresco-api-type';
38
38
  export * from './src/api-clients/api-client';
39
39
  export * from './src/api-clients/http-client.interface';
40
40
  export * from './src/utils';
41
+ export * from './src/constants';
41
42
  //# sourceMappingURL=../../../../lib/js-api/index.js.map
package/esm5/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAElD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AAExC,cAAc,sCAAsC,CAAC;AAErD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yCAAyC,CAAC;AACxD,cAAc,aAAa,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 './src/api/content-rest-api/index';\nexport * from './src/api/content-custom-api/index';\nexport * from './src/api/discovery-rest-api/index';\nexport * from './src/api/gs-classification-rest-api/index';\nexport * from './src/api/gs-core-rest-api/index';\nexport * from './src/api/auth-rest-api/index';\nexport * from './src/api/activiti-rest-api/index';\nexport * from './src/api/search-rest-api/index';\nexport * from './src/api/model-rest-api/index';\nexport * from './src/api/hxi-connector-api/index';\n\nexport * from './src/api/content-custom-api/api/content.api';\nexport * from './src/authentication/contentAuth';\nexport * from './src/authentication/processAuth';\nexport * from './src/authentication/oauth2Auth';\nexport * from './src/contentClient';\nexport * from './src/processClient';\nexport * from './src/storage';\nexport * from './src/alfrescoApi';\nexport * from './src/alfrescoApiClient';\nexport * from './src/alfrescoApiConfig';\n\nexport * from './src/to-deprecate/alfresco-api-type';\n\nexport * from './src/api-clients/api-client';\nexport * from './src/api-clients/http-client.interface';\nexport * from './src/utils';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAElD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AAExC,cAAc,sCAAsC,CAAC;AAErD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yCAAyC,CAAC;AACxD,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 './src/api/content-rest-api/index';\nexport * from './src/api/content-custom-api/index';\nexport * from './src/api/discovery-rest-api/index';\nexport * from './src/api/gs-classification-rest-api/index';\nexport * from './src/api/gs-core-rest-api/index';\nexport * from './src/api/auth-rest-api/index';\nexport * from './src/api/activiti-rest-api/index';\nexport * from './src/api/search-rest-api/index';\nexport * from './src/api/model-rest-api/index';\nexport * from './src/api/hxi-connector-api/index';\n\nexport * from './src/api/content-custom-api/api/content.api';\nexport * from './src/authentication/contentAuth';\nexport * from './src/authentication/processAuth';\nexport * from './src/authentication/oauth2Auth';\nexport * from './src/contentClient';\nexport * from './src/processClient';\nexport * from './src/storage';\nexport * from './src/alfrescoApi';\nexport * from './src/alfrescoApiClient';\nexport * from './src/alfrescoApiConfig';\n\nexport * from './src/to-deprecate/alfresco-api-type';\n\nexport * from './src/api-clients/api-client';\nexport * from './src/api-clients/http-client.interface';\nexport * from './src/utils';\nexport * from './src/constants';\n"]}
package/esm5/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfresco/js-api",
3
- "version": "7.9.0-10366268804",
3
+ "version": "7.9.0-10366283704",
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",
@@ -25,4 +25,5 @@ export * from './transferContainers.api';
25
25
  export * from './transfers.api';
26
26
  export * from './unfiledContainers.api';
27
27
  export * from './unfiledRecordFolders.api';
28
+ export * from './legal-hold.api';
28
29
  //# sourceMappingURL=../../../../../../../../lib/js-api/src/api/gs-core-rest-api/api/index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 './types';\nexport * from './filePlans.api';\nexport * from './files.api';\nexport * from './gsSites.api';\nexport * from './recordCategories.api';\nexport * from './recordFolders.api';\nexport * from './records.api';\nexport * from './transferContainers.api';\nexport * from './transfers.api';\nexport * from './unfiledContainers.api';\nexport * from './unfiledRecordFolders.api';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC","sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 './types';\nexport * from './filePlans.api';\nexport * from './files.api';\nexport * from './gsSites.api';\nexport * from './recordCategories.api';\nexport * from './recordFolders.api';\nexport * from './records.api';\nexport * from './transferContainers.api';\nexport * from './transfers.api';\nexport * from './unfiledContainers.api';\nexport * from './unfiledRecordFolders.api';\nexport * from './legal-hold.api';\n"]}