@coscine/api-client 3.21.0 → 3.22.0

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 (264) hide show
  1. package/dist/index.js +968 -732
  2. package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +174 -4
  3. package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +41 -0
  4. package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +65 -0
  5. package/dist/types/Coscine.Api/@coscine/api/data-hamster-report-api.d.ts +17 -0
  6. package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +21 -0
  7. package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +23 -0
  8. package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +21 -0
  9. package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +21 -0
  10. package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +8 -0
  11. package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +21 -0
  12. package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +27 -0
  13. package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +38 -0
  14. package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +44 -0
  15. package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +46 -0
  16. package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +55 -0
  17. package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +28 -0
  18. package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +41 -0
  19. package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +55 -0
  20. package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +26 -0
  21. package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +19 -0
  22. package/dist/types/Coscine.Api/@coscine/api/project-sub-projects-api.d.ts +27 -0
  23. package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +39 -0
  24. package/dist/types/Coscine.Api/@coscine/api/publication-advisory-service-api.d.ts +149 -0
  25. package/dist/types/Coscine.Api/@coscine/api/report-api.d.ts +14 -0
  26. package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +12 -0
  27. package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +13 -0
  28. package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +32 -0
  29. package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +21 -0
  30. package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +24 -0
  31. package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +31 -0
  32. package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +65 -1
  33. package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +25 -0
  34. package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +69 -38
  35. package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +21 -0
  36. package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +8 -0
  37. package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +117 -0
  38. package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +14 -0
  39. package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +31 -0
  40. package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +21 -0
  41. package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +42 -0
  42. package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +2 -0
  43. package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +30 -0
  44. package/dist/types/Coscine.Api/@coscine/model/activity-log-dto.d.ts +37 -0
  45. package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +30 -0
  46. package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +25 -0
  47. package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +17 -0
  48. package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +6 -0
  49. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +30 -0
  50. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +25 -0
  51. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +13 -0
  52. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +25 -0
  53. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +11 -0
  54. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +4 -0
  55. package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +4 -0
  56. package/dist/types/Coscine.Api/@coscine/model/coscine-http-method.d.ts +2 -0
  57. package/dist/types/Coscine.Api/@coscine/model/coscine-role-dto.d.ts +4 -0
  58. package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +25 -0
  59. package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto.d.ts +4 -0
  60. package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-ienumerable-response.d.ts +25 -0
  61. package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-response.d.ts +25 -0
  62. package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto.d.ts +35 -0
  63. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +19 -0
  64. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +17 -0
  65. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +19 -0
  66. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +17 -0
  67. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +9 -0
  68. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +17 -0
  69. package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +30 -0
  70. package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto.d.ts +6 -0
  71. package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +30 -0
  72. package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +25 -0
  73. package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +10 -0
  74. package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +4 -0
  75. package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +4 -0
  76. package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +4 -0
  77. package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group-dto.d.ts +2 -0
  78. package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group.d.ts +21 -0
  79. package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +16 -0
  80. package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +18 -0
  81. package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +9 -0
  82. package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +2 -0
  83. package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +7 -0
  84. package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +4 -0
  85. package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +30 -0
  86. package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +28 -0
  87. package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +10 -0
  88. package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +10 -0
  89. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +25 -0
  90. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +16 -0
  91. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +25 -0
  92. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +25 -0
  93. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +28 -0
  94. package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +12 -0
  95. package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +6 -0
  96. package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +25 -0
  97. package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +15 -0
  98. package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +10 -0
  99. package/dist/types/Coscine.Api/@coscine/model/handle-value-dto.d.ts +50 -0
  100. package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +8 -0
  101. package/dist/types/Coscine.Api/@coscine/model/hash-parameters-dto.d.ts +6 -0
  102. package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +6 -0
  103. package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +2 -0
  104. package/dist/types/Coscine.Api/@coscine/model/index.d.ts +2 -0
  105. package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +25 -0
  106. package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +25 -0
  107. package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +8 -0
  108. package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +4 -0
  109. package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +30 -0
  110. package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +25 -0
  111. package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +8 -0
  112. package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +4 -0
  113. package/dist/types/Coscine.Api/@coscine/model/lifecycle-options-for-manipulation-dto.d.ts +6 -0
  114. package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +30 -0
  115. package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +14 -0
  116. package/dist/types/Coscine.Api/@coscine/model/message-dto-paged-response.d.ts +30 -0
  117. package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +22 -0
  118. package/dist/types/Coscine.Api/@coscine/model/message-type.d.ts +2 -0
  119. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +30 -0
  120. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +25 -0
  121. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +30 -0
  122. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +18 -0
  123. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +9 -0
  124. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-deletion-dto.d.ts +8 -0
  125. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +9 -0
  126. package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +7 -0
  127. package/dist/types/Coscine.Api/@coscine/model/notification-dto-paged-response.d.ts +30 -0
  128. package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +25 -0
  129. package/dist/types/Coscine.Api/@coscine/model/notification-dto.d.ts +8 -0
  130. package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +30 -0
  131. package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +25 -0
  132. package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +13 -0
  133. package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +6 -0
  134. package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +14 -0
  135. package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +30 -0
  136. package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +25 -0
  137. package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +15 -0
  138. package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +10 -0
  139. package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +2 -0
  140. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +30 -0
  141. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +57 -0
  142. package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +30 -0
  143. package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +25 -0
  144. package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +47 -0
  145. package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +31 -0
  146. package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +29 -0
  147. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +30 -0
  148. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +25 -0
  149. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +23 -0
  150. package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +6 -0
  151. package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +4 -0
  152. package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +4 -0
  153. package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +15 -0
  154. package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +25 -0
  155. package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +22 -0
  156. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +30 -0
  157. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +25 -0
  158. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +31 -0
  159. package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +12 -0
  160. package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +6 -0
  161. package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +30 -0
  162. package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +25 -0
  163. package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +19 -0
  164. package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +6 -0
  165. package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +4 -0
  166. package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +8 -0
  167. package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +25 -0
  168. package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +19 -0
  169. package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +19 -0
  170. package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +17 -0
  171. package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +25 -0
  172. package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +17 -0
  173. package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto-paged-response.d.ts +50 -0
  174. package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +17 -3
  175. package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +8 -0
  176. package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +9 -0
  177. package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +9 -0
  178. package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +2 -0
  179. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +25 -0
  180. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +6 -0
  181. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +9 -0
  182. package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +2 -0
  183. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +4 -0
  184. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +12 -0
  185. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-type.d.ts +2 -0
  186. package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +9 -0
  187. package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +7 -0
  188. package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +19 -0
  189. package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +7 -0
  190. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +19 -0
  191. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +7 -0
  192. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +30 -0
  193. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +66 -0
  194. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +4 -0
  195. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +14 -0
  196. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +7 -0
  197. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +6 -0
  198. package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +4 -0
  199. package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +30 -0
  200. package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +25 -0
  201. package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +57 -0
  202. package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +40 -0
  203. package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +37 -0
  204. package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +4 -0
  205. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +25 -0
  206. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +19 -0
  207. package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +13 -0
  208. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +25 -0
  209. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +25 -0
  210. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +51 -0
  211. package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +6 -0
  212. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +44 -0
  213. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +39 -0
  214. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +39 -0
  215. package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +2 -0
  216. package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +30 -0
  217. package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +25 -0
  218. package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +8 -0
  219. package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +4 -0
  220. package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +2 -0
  221. package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +6 -0
  222. package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +35 -0
  223. package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +11 -0
  224. package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto-response.d.ts +25 -0
  225. package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto.d.ts +15 -0
  226. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +25 -0
  227. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +8 -0
  228. package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +25 -0
  229. package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +25 -0
  230. package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +6 -0
  231. package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +4 -0
  232. package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +2 -0
  233. package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +30 -0
  234. package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +25 -0
  235. package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +35 -3
  236. package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +8 -0
  237. package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +22 -0
  238. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +25 -0
  239. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +4 -0
  240. package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +4 -0
  241. package/dist/types/Coscine.Api/@coscine/model/user-notification-for-creation-dto.d.ts +4 -0
  242. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +30 -0
  243. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +25 -0
  244. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto.d.ts +8 -0
  245. package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +10 -0
  246. package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +4 -0
  247. package/dist/types/Coscine.Api/@coscine/model/variant-dto.d.ts +6 -0
  248. package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +30 -0
  249. package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +25 -0
  250. package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +6 -0
  251. package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +4 -0
  252. package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +4 -0
  253. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +30 -0
  254. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +10 -0
  255. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +30 -0
  256. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +25 -0
  257. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +14 -0
  258. package/dist/types/Coscine.Api/api.d.ts +1 -0
  259. package/dist/types/Coscine.Api/base.d.ts +24 -0
  260. package/dist/types/Coscine.Api/common.d.ts +37 -0
  261. package/dist/types/Coscine.Api/configuration.d.ts +41 -0
  262. package/dist/types/apis.d.ts +7 -0
  263. package/dist/types/index.d.ts +14 -0
  264. package/package.json +1 -1
@@ -21,49 +21,86 @@ import type { UserMinimalDto } from './user-minimal-dto';
21
21
  import type { VisibilityDto } from './visibility-dto';
22
22
  /**
23
23
  * Represents a Data Transfer Object (DTO) for administrative purposes with additional resource details.
24
+ * @export
25
+ * @interface ResourceAdminDto
24
26
  */
25
27
  export interface ResourceAdminDto {
26
28
  /**
27
29
  * Unique identifier for the resource.
30
+ * @type {string}
31
+ * @memberof ResourceAdminDto
28
32
  */
29
33
  'id'?: string;
30
34
  /**
31
35
  * Persistent identifier for the resource.
36
+ * @type {string}
37
+ * @memberof ResourceAdminDto
32
38
  */
33
39
  'pid': string;
40
+ /**
41
+ *
42
+ * @type {ResourceTypeDto}
43
+ * @memberof ResourceAdminDto
44
+ */
34
45
  'type': ResourceTypeDto;
35
46
  /**
36
47
  * Name of the resource.
48
+ * @type {string}
49
+ * @memberof ResourceAdminDto
37
50
  */
38
51
  'name': string;
39
52
  /**
40
53
  * Display name of the resource.
54
+ * @type {string}
55
+ * @memberof ResourceAdminDto
41
56
  */
42
57
  'displayName': string;
43
58
  /**
44
59
  * Description of the resource.
60
+ * @type {string}
61
+ * @memberof ResourceAdminDto
45
62
  */
46
63
  'description': string;
47
64
  /**
48
65
  * Keywords associated with the resource.
66
+ * @type {Array<string>}
67
+ * @memberof ResourceAdminDto
49
68
  */
50
69
  'keywords'?: Array<string> | null;
70
+ /**
71
+ *
72
+ * @type {LicenseDto}
73
+ * @memberof ResourceAdminDto
74
+ */
51
75
  'license'?: LicenseDto;
52
76
  /**
53
77
  * Usage rights associated with the resource.
78
+ * @type {string}
79
+ * @memberof ResourceAdminDto
54
80
  */
55
81
  'usageRights'?: string | null;
56
82
  /**
57
83
  * Indicates whether a local copy of the metadata is available for the resource.
84
+ * @type {boolean}
85
+ * @memberof ResourceAdminDto
58
86
  */
59
87
  'metadataLocalCopy'?: boolean;
60
88
  /**
61
89
  * Indicates whether metadata extraction is enabled for the resource.
90
+ * @type {boolean}
91
+ * @memberof ResourceAdminDto
62
92
  */
63
93
  'metadataExtraction'?: boolean;
94
+ /**
95
+ *
96
+ * @type {ApplicationProfileMinimalDto}
97
+ * @memberof ResourceAdminDto
98
+ */
64
99
  'applicationProfile': ApplicationProfileMinimalDto;
65
100
  /**
66
101
  * Fixed values associated with resource manipulation. This dictionary may contain multiple levels and is structured as follows: Dictionary (Key: string) -> Dictionary (Key: string) -> List of FixedValueForResourceManipulationDto.
102
+ * @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
103
+ * @memberof ResourceAdminDto
67
104
  */
68
105
  'fixedValues': {
69
106
  [key: string]: {
@@ -72,33 +109,62 @@ export interface ResourceAdminDto {
72
109
  };
73
110
  /**
74
111
  * Disciplines associated with the resource.
112
+ * @type {Array<DisciplineDto>}
113
+ * @memberof ResourceAdminDto
75
114
  */
76
115
  'disciplines': Array<DisciplineDto>;
116
+ /**
117
+ *
118
+ * @type {VisibilityDto}
119
+ * @memberof ResourceAdminDto
120
+ */
77
121
  'visibility': VisibilityDto;
78
122
  /**
79
123
  * Date when the resource was created.
124
+ * @type {string}
125
+ * @memberof ResourceAdminDto
80
126
  */
81
127
  'dateCreated'?: string | null;
128
+ /**
129
+ *
130
+ * @type {UserMinimalDto}
131
+ * @memberof ResourceAdminDto
132
+ */
82
133
  'creator'?: UserMinimalDto;
83
134
  /**
84
135
  * Indicates whether the resource is archived.
136
+ * @type {boolean}
137
+ * @memberof ResourceAdminDto
85
138
  */
86
139
  'archived'?: boolean;
87
140
  /**
88
141
  * Indicates whether the resource is in maintenance mode.
142
+ * @type {boolean}
143
+ * @memberof ResourceAdminDto
89
144
  */
90
145
  'maintenanceMode'?: boolean;
91
146
  /**
92
147
  * The projects associated with the resource.
148
+ * @type {Array<ProjectMinimalDto>}
149
+ * @memberof ResourceAdminDto
93
150
  */
94
151
  'projects'?: Array<ProjectMinimalDto> | null;
95
152
  /**
96
153
  * Indicates whether the resource is deleted.
154
+ * @type {boolean}
155
+ * @memberof ResourceAdminDto
97
156
  */
98
157
  'deleted': boolean;
99
158
  /**
100
159
  * Collection of minimal project resource details associated with this resource.
160
+ * @type {Array<ProjectResourceMinimalDto>}
161
+ * @memberof ResourceAdminDto
101
162
  */
102
163
  'projectResources': Array<ProjectResourceMinimalDto>;
164
+ /**
165
+ *
166
+ * @type {ResourceQuotaDto}
167
+ * @memberof ResourceAdminDto
168
+ */
103
169
  'resourceQuota'?: ResourceQuotaDto;
104
170
  }
@@ -11,10 +11,14 @@
11
11
  */
12
12
  /**
13
13
  * Represents a set of columns to be displayed in the content view.
14
+ * @export
15
+ * @interface ResourceContentPageColumnsDto
14
16
  */
15
17
  export interface ResourceContentPageColumnsDto {
16
18
  /**
17
19
  * Set of columns that should always be displayed in the content view.
20
+ * @type {Set<string>}
21
+ * @memberof ResourceContentPageColumnsDto
18
22
  */
19
23
  'always'?: Set<string>;
20
24
  }
@@ -13,12 +13,26 @@ import type { ResourceContentPageEntriesViewDto } from './resource-content-page-
13
13
  import type { ResourceContentPageMetadataViewDto } from './resource-content-page-metadata-view-dto';
14
14
  /**
15
15
  * Represents the content page details for a resource.
16
+ * @export
17
+ * @interface ResourceContentPageDto
16
18
  */
17
19
  export interface ResourceContentPageDto {
18
20
  /**
19
21
  * Indicates whether the resource is read-only.
22
+ * @type {boolean}
23
+ * @memberof ResourceContentPageDto
20
24
  */
21
25
  'readOnly'?: boolean;
26
+ /**
27
+ *
28
+ * @type {ResourceContentPageMetadataViewDto}
29
+ * @memberof ResourceContentPageDto
30
+ */
22
31
  'metadataView'?: ResourceContentPageMetadataViewDto;
32
+ /**
33
+ *
34
+ * @type {ResourceContentPageEntriesViewDto}
35
+ * @memberof ResourceContentPageDto
36
+ */
23
37
  'entriesView'?: ResourceContentPageEntriesViewDto;
24
38
  }
@@ -12,7 +12,14 @@
12
12
  import type { ResourceContentPageColumnsDto } from './resource-content-page-columns-dto';
13
13
  /**
14
14
  * Represents information about the resource type for the columns within the entries view Vue component.
15
+ * @export
16
+ * @interface ResourceContentPageEntriesViewDto
15
17
  */
16
18
  export interface ResourceContentPageEntriesViewDto {
19
+ /**
20
+ *
21
+ * @type {ResourceContentPageColumnsDto}
22
+ * @memberof ResourceContentPageEntriesViewDto
23
+ */
17
24
  'columns'?: ResourceContentPageColumnsDto;
18
25
  }
@@ -11,14 +11,20 @@
11
11
  */
12
12
  /**
13
13
  * Represents the metadata view for a resource\'s content page.
14
+ * @export
15
+ * @interface ResourceContentPageMetadataViewDto
14
16
  */
15
17
  export interface ResourceContentPageMetadataViewDto {
16
18
  /**
17
19
  * Indicates if a data URL can be provided and is editable.
20
+ * @type {boolean}
21
+ * @memberof ResourceContentPageMetadataViewDto
18
22
  */
19
23
  'editableDataUrl'?: boolean;
20
24
  /**
21
25
  * Indicates if a key can be provided and is editable.
26
+ * @type {boolean}
27
+ * @memberof ResourceContentPageMetadataViewDto
22
28
  */
23
29
  'editableKey'?: boolean;
24
30
  }
@@ -11,10 +11,14 @@
11
11
  */
12
12
  /**
13
13
  * Represents the structure of resource type-specific components for steps in the resource creation page.
14
+ * @export
15
+ * @interface ResourceCreationPageDto
14
16
  */
15
17
  export interface ResourceCreationPageDto {
16
18
  /**
17
19
  * List of Lists containing all the resource type specific components for the steps in the resource creation page.
20
+ * @type {Array<Array<string>>}
21
+ * @memberof ResourceCreationPageDto
18
22
  */
19
23
  'components'?: Array<Array<string>>;
20
24
  }
@@ -11,10 +11,40 @@
11
11
  */
12
12
  import type { Pagination } from './pagination';
13
13
  import type { ResourceDto } from './resource-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface ResourceDtoPagedResponse
18
+ */
14
19
  export interface ResourceDtoPagedResponse {
20
+ /**
21
+ *
22
+ * @type {Array<ResourceDto>}
23
+ * @memberof ResourceDtoPagedResponse
24
+ */
15
25
  'data'?: Array<ResourceDto> | null;
26
+ /**
27
+ *
28
+ * @type {boolean}
29
+ * @memberof ResourceDtoPagedResponse
30
+ */
16
31
  'isSuccess'?: boolean;
32
+ /**
33
+ *
34
+ * @type {number}
35
+ * @memberof ResourceDtoPagedResponse
36
+ */
17
37
  'statusCode'?: number | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof ResourceDtoPagedResponse
42
+ */
18
43
  'traceId'?: string | null;
44
+ /**
45
+ *
46
+ * @type {Pagination}
47
+ * @memberof ResourceDtoPagedResponse
48
+ */
19
49
  'pagination'?: Pagination;
20
50
  }
@@ -10,9 +10,34 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { ResourceDto } from './resource-dto';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ResourceDtoResponse
17
+ */
13
18
  export interface ResourceDtoResponse {
19
+ /**
20
+ *
21
+ * @type {ResourceDto}
22
+ * @memberof ResourceDtoResponse
23
+ */
14
24
  'data'?: ResourceDto;
25
+ /**
26
+ *
27
+ * @type {boolean}
28
+ * @memberof ResourceDtoResponse
29
+ */
15
30
  'isSuccess'?: boolean;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof ResourceDtoResponse
35
+ */
16
36
  'statusCode'?: number | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof ResourceDtoResponse
41
+ */
17
42
  'traceId'?: string | null;
18
43
  }
@@ -19,49 +19,86 @@ import type { UserMinimalDto } from './user-minimal-dto';
19
19
  import type { VisibilityDto } from './visibility-dto';
20
20
  /**
21
21
  * Represents a Data Transfer Object (DTO) for resource details.
22
+ * @export
23
+ * @interface ResourceDto
22
24
  */
23
25
  export interface ResourceDto {
24
26
  /**
25
27
  * Unique identifier for the resource.
28
+ * @type {string}
29
+ * @memberof ResourceDto
26
30
  */
27
31
  'id'?: string;
28
32
  /**
29
33
  * Persistent identifier for the resource.
34
+ * @type {string}
35
+ * @memberof ResourceDto
30
36
  */
31
37
  'pid': string;
38
+ /**
39
+ *
40
+ * @type {ResourceTypeDto}
41
+ * @memberof ResourceDto
42
+ */
32
43
  'type': ResourceTypeDto;
33
44
  /**
34
45
  * Name of the resource.
46
+ * @type {string}
47
+ * @memberof ResourceDto
35
48
  */
36
49
  'name': string;
37
50
  /**
38
51
  * Display name of the resource.
52
+ * @type {string}
53
+ * @memberof ResourceDto
39
54
  */
40
55
  'displayName': string;
41
56
  /**
42
57
  * Description of the resource.
58
+ * @type {string}
59
+ * @memberof ResourceDto
43
60
  */
44
61
  'description': string;
45
62
  /**
46
63
  * Keywords associated with the resource.
64
+ * @type {Array<string>}
65
+ * @memberof ResourceDto
47
66
  */
48
67
  'keywords'?: Array<string> | null;
68
+ /**
69
+ *
70
+ * @type {LicenseDto}
71
+ * @memberof ResourceDto
72
+ */
49
73
  'license'?: LicenseDto;
50
74
  /**
51
75
  * Usage rights associated with the resource.
76
+ * @type {string}
77
+ * @memberof ResourceDto
52
78
  */
53
79
  'usageRights'?: string | null;
54
80
  /**
55
81
  * Indicates whether a local copy of the metadata is available for the resource.
82
+ * @type {boolean}
83
+ * @memberof ResourceDto
56
84
  */
57
85
  'metadataLocalCopy'?: boolean;
58
86
  /**
59
87
  * Indicates whether metadata extraction is enabled for the resource.
88
+ * @type {boolean}
89
+ * @memberof ResourceDto
60
90
  */
61
91
  'metadataExtraction'?: boolean;
92
+ /**
93
+ *
94
+ * @type {ApplicationProfileMinimalDto}
95
+ * @memberof ResourceDto
96
+ */
62
97
  'applicationProfile': ApplicationProfileMinimalDto;
63
98
  /**
64
99
  * Fixed values associated with resource manipulation. This dictionary may contain multiple levels and is structured as follows: Dictionary (Key: string) -> Dictionary (Key: string) -> List of FixedValueForResourceManipulationDto.
100
+ * @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
101
+ * @memberof ResourceDto
65
102
  */
66
103
  'fixedValues': {
67
104
  [key: string]: {
@@ -70,24 +107,44 @@ export interface ResourceDto {
70
107
  };
71
108
  /**
72
109
  * Disciplines associated with the resource.
110
+ * @type {Array<DisciplineDto>}
111
+ * @memberof ResourceDto
73
112
  */
74
113
  'disciplines': Array<DisciplineDto>;
114
+ /**
115
+ *
116
+ * @type {VisibilityDto}
117
+ * @memberof ResourceDto
118
+ */
75
119
  'visibility': VisibilityDto;
76
120
  /**
77
121
  * Date when the resource was created.
122
+ * @type {string}
123
+ * @memberof ResourceDto
78
124
  */
79
125
  'dateCreated'?: string | null;
126
+ /**
127
+ *
128
+ * @type {UserMinimalDto}
129
+ * @memberof ResourceDto
130
+ */
80
131
  'creator'?: UserMinimalDto;
81
132
  /**
82
133
  * Indicates whether the resource is archived.
134
+ * @type {boolean}
135
+ * @memberof ResourceDto
83
136
  */
84
137
  'archived'?: boolean;
85
138
  /**
86
139
  * Indicates whether the resource is in maintenance mode.
140
+ * @type {boolean}
141
+ * @memberof ResourceDto
87
142
  */
88
143
  'maintenanceMode'?: boolean;
89
144
  /**
90
145
  * The projects associated with the resource.
146
+ * @type {Array<ProjectMinimalDto>}
147
+ * @memberof ResourceDto
91
148
  */
92
149
  'projects'?: Array<ProjectMinimalDto> | null;
93
150
  }
@@ -17,50 +17,90 @@ import type { ResourceTypeOptionsForCreationDto } from './resource-type-options-
17
17
  import type { VisibilityForResourceManipulationDto } from './visibility-for-resource-manipulation-dto';
18
18
  /**
19
19
  * Represents the data transfer object (DTO) used for creating a resource. Inherits properties from Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ResourceForManipulationDto.
20
+ * @export
21
+ * @interface ResourceForCreationDto
20
22
  */
21
23
  export interface ResourceForCreationDto {
22
24
  /**
23
25
  * The name of the resource.
26
+ * @type {string}
27
+ * @memberof ResourceForCreationDto
24
28
  */
25
29
  'name': string;
26
30
  /**
27
31
  * The display name of the resource.
32
+ * @type {string}
33
+ * @memberof ResourceForCreationDto
28
34
  */
29
35
  'displayName'?: string | null;
30
36
  /**
31
37
  * The description of the resource.
38
+ * @type {string}
39
+ * @memberof ResourceForCreationDto
32
40
  */
33
41
  'description': string;
34
42
  /**
35
43
  * The keywords associated with the resource.
44
+ * @type {Array<string>}
45
+ * @memberof ResourceForCreationDto
36
46
  */
37
47
  'keywords'?: Array<string> | null;
38
48
  /**
39
49
  * Fixed values associated with the resource.
50
+ * @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
51
+ * @memberof ResourceForCreationDto
40
52
  */
41
53
  'fixedValues'?: {
42
54
  [key: string]: {
43
55
  [key: string]: Array<FixedValueForResourceManipulationDto>;
44
56
  };
45
57
  } | null;
58
+ /**
59
+ *
60
+ * @type {LicenseForResourceManipulationDto}
61
+ * @memberof ResourceForCreationDto
62
+ */
46
63
  'license'?: LicenseForResourceManipulationDto;
47
64
  /**
48
65
  * The usage rights description of the resource.
66
+ * @type {string}
67
+ * @memberof ResourceForCreationDto
49
68
  */
50
69
  'usageRights'?: string | null;
51
70
  /**
52
71
  * If a local copy for the metadata should be created.
72
+ * @type {boolean}
73
+ * @memberof ResourceForCreationDto
53
74
  */
54
75
  'metadataLocalCopy'?: boolean | null;
76
+ /**
77
+ *
78
+ * @type {VisibilityForResourceManipulationDto}
79
+ * @memberof ResourceForCreationDto
80
+ */
55
81
  'visibility': VisibilityForResourceManipulationDto;
56
82
  /**
57
83
  * The disciplines associated with the resource.
84
+ * @type {Array<DisciplineForResourceManipulationDto>}
85
+ * @memberof ResourceForCreationDto
58
86
  */
59
87
  'disciplines': Array<DisciplineForResourceManipulationDto>;
60
88
  /**
61
89
  * The identifier of the resource type associated with the resource.
90
+ * @type {string}
91
+ * @memberof ResourceForCreationDto
62
92
  */
63
93
  'resourceTypeId': string;
94
+ /**
95
+ *
96
+ * @type {ApplicationProfileForResourceCreationDto}
97
+ * @memberof ResourceForCreationDto
98
+ */
64
99
  'applicationProfile': ApplicationProfileForResourceCreationDto;
100
+ /**
101
+ *
102
+ * @type {ResourceTypeOptionsForCreationDto}
103
+ * @memberof ResourceForCreationDto
104
+ */
65
105
  'resourceTypeOptions': ResourceTypeOptionsForCreationDto;
66
106
  }
@@ -16,53 +16,90 @@ import type { ResourceTypeOptionsForUpdateDto } from './resource-type-options-fo
16
16
  import type { VisibilityForResourceManipulationDto } from './visibility-for-resource-manipulation-dto';
17
17
  /**
18
18
  * Represents the data transfer object (DTO) used for updating a resource. Inherits properties from Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ResourceForManipulationDto.
19
+ * @export
20
+ * @interface ResourceForUpdateDto
19
21
  */
20
22
  export interface ResourceForUpdateDto {
21
23
  /**
22
24
  * The name of the resource.
25
+ * @type {string}
26
+ * @memberof ResourceForUpdateDto
23
27
  */
24
28
  'name': string;
25
29
  /**
26
30
  * The display name of the resource.
31
+ * @type {string}
32
+ * @memberof ResourceForUpdateDto
27
33
  */
28
34
  'displayName'?: string | null;
29
35
  /**
30
36
  * The description of the resource.
37
+ * @type {string}
38
+ * @memberof ResourceForUpdateDto
31
39
  */
32
40
  'description': string;
33
41
  /**
34
42
  * The keywords associated with the resource.
43
+ * @type {Array<string>}
44
+ * @memberof ResourceForUpdateDto
35
45
  */
36
46
  'keywords'?: Array<string> | null;
37
47
  /**
38
48
  * Fixed values associated with the resource.
49
+ * @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
50
+ * @memberof ResourceForUpdateDto
39
51
  */
40
52
  'fixedValues'?: {
41
53
  [key: string]: {
42
54
  [key: string]: Array<FixedValueForResourceManipulationDto>;
43
55
  };
44
56
  } | null;
57
+ /**
58
+ *
59
+ * @type {LicenseForResourceManipulationDto}
60
+ * @memberof ResourceForUpdateDto
61
+ */
45
62
  'license'?: LicenseForResourceManipulationDto;
46
63
  /**
47
64
  * The usage rights description of the resource.
65
+ * @type {string}
66
+ * @memberof ResourceForUpdateDto
48
67
  */
49
68
  'usageRights'?: string | null;
50
69
  /**
51
70
  * If a local copy for the metadata should be created.
71
+ * @type {boolean}
72
+ * @memberof ResourceForUpdateDto
52
73
  */
53
74
  'metadataLocalCopy'?: boolean | null;
75
+ /**
76
+ *
77
+ * @type {VisibilityForResourceManipulationDto}
78
+ * @memberof ResourceForUpdateDto
79
+ */
54
80
  'visibility': VisibilityForResourceManipulationDto;
55
81
  /**
56
82
  * The disciplines associated with the resource.
83
+ * @type {Array<DisciplineForResourceManipulationDto>}
84
+ * @memberof ResourceForUpdateDto
57
85
  */
58
86
  'disciplines': Array<DisciplineForResourceManipulationDto>;
59
87
  /**
60
88
  * Indicates whether the resource is archived.
89
+ * @type {boolean}
90
+ * @memberof ResourceForUpdateDto
61
91
  */
62
92
  'archived': boolean;
93
+ /**
94
+ *
95
+ * @type {ResourceTypeOptionsForUpdateDto}
96
+ * @memberof ResourceForUpdateDto
97
+ */
63
98
  'resourceTypeOptions'?: ResourceTypeOptionsForUpdateDto;
64
99
  /**
65
100
  * Indicates whether the resource is in maintenance mode.
101
+ * @type {boolean}
102
+ * @memberof ResourceForUpdateDto
66
103
  */
67
104
  'maintenanceMode'?: boolean | null;
68
105
  }
@@ -11,10 +11,14 @@
11
11
  */
12
12
  /**
13
13
  * Represents a minimal Data Transfer Object (DTO) for a resource, containing essential identifiers.
14
+ * @export
15
+ * @interface ResourceMinimalDto
14
16
  */
15
17
  export interface ResourceMinimalDto {
16
18
  /**
17
19
  * Unique identifier for the resource.
20
+ * @type {string}
21
+ * @memberof ResourceMinimalDto
18
22
  */
19
23
  'id': string;
20
24
  }
@@ -10,9 +10,34 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { ResourceQuotaDto } from './resource-quota-dto';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ResourceQuotaDtoResponse
17
+ */
13
18
  export interface ResourceQuotaDtoResponse {
19
+ /**
20
+ *
21
+ * @type {ResourceQuotaDto}
22
+ * @memberof ResourceQuotaDtoResponse
23
+ */
14
24
  'data'?: ResourceQuotaDto;
25
+ /**
26
+ *
27
+ * @type {boolean}
28
+ * @memberof ResourceQuotaDtoResponse
29
+ */
15
30
  'isSuccess'?: boolean;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof ResourceQuotaDtoResponse
35
+ */
16
36
  'statusCode'?: number | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof ResourceQuotaDtoResponse
41
+ */
17
42
  'traceId'?: string | null;
18
43
  }