@coscine/api-client 3.24.0 → 3.26.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 (292) hide show
  1. package/README.md +130 -2
  2. package/dist/index.js +8865 -5140
  3. package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +52 -198
  4. package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +18 -75
  5. package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +24 -84
  6. package/dist/types/Coscine.Api/@coscine/api/data-hamster-report-api.d.ts +11 -41
  7. package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +24 -51
  8. package/dist/types/Coscine.Api/@coscine/api/graph-api.d.ts +242 -0
  9. package/dist/types/Coscine.Api/@coscine/api/graph-metadata-api.d.ts +257 -0
  10. package/dist/types/Coscine.Api/@coscine/api/graph-metadata-content-api.d.ts +182 -0
  11. package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +7 -42
  12. package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +16 -49
  13. package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +16 -49
  14. package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +6 -25
  15. package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +16 -49
  16. package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +16 -56
  17. package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +17 -68
  18. package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +19 -77
  19. package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +18 -77
  20. package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +60 -88
  21. package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +7 -47
  22. package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +17 -71
  23. package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +19 -88
  24. package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +14 -45
  25. package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +6 -36
  26. package/dist/types/Coscine.Api/@coscine/api/project-sub-projects-api.d.ts +15 -53
  27. package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +7 -58
  28. package/dist/types/Coscine.Api/@coscine/api/publication-advisory-service-api.d.ts +15 -29
  29. package/dist/types/Coscine.Api/@coscine/api/report-api.d.ts +11 -36
  30. package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +6 -29
  31. package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +7 -32
  32. package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +8 -53
  33. package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +16 -49
  34. package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +15 -51
  35. package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +18 -62
  36. package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +14 -67
  37. package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +8 -44
  38. package/dist/types/Coscine.Api/@coscine/api/storage-api.d.ts +248 -0
  39. package/dist/types/Coscine.Api/@coscine/api/storage-content-api.d.ts +232 -0
  40. package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +28 -79
  41. package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +16 -49
  42. package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +6 -25
  43. package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +63 -167
  44. package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +6 -31
  45. package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +18 -62
  46. package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +16 -49
  47. package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +64 -79
  48. package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +0 -2
  49. package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +2 -43
  50. package/dist/types/Coscine.Api/@coscine/model/activity-log-dto.d.ts +0 -37
  51. package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +2 -43
  52. package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +1 -37
  53. package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +1 -29
  54. package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +0 -6
  55. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +2 -43
  56. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +1 -37
  57. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -25
  58. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +1 -37
  59. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +1 -23
  60. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +0 -4
  61. package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +0 -4
  62. package/dist/types/Coscine.Api/@coscine/model/coscine-http-method.d.ts +0 -2
  63. package/dist/types/Coscine.Api/@coscine/model/coscine-role-dto.d.ts +0 -4
  64. package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +1 -37
  65. package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto.d.ts +0 -4
  66. package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-ienumerable-response.d.ts +1 -37
  67. package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-response.d.ts +1 -37
  68. package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto.d.ts +0 -35
  69. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +1 -31
  70. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +3 -31
  71. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +1 -31
  72. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +3 -31
  73. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +1 -21
  74. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +3 -31
  75. package/dist/types/Coscine.Api/@coscine/model/default-organization-quota-dto.d.ts +28 -0
  76. package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +2 -43
  77. package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto.d.ts +0 -6
  78. package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +2 -43
  79. package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +1 -37
  80. package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +0 -10
  81. package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +0 -4
  82. package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +0 -4
  83. package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +0 -4
  84. package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group-dto.d.ts +0 -2
  85. package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group.d.ts +0 -5
  86. package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +2 -29
  87. package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +2 -31
  88. package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +1 -21
  89. package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +0 -2
  90. package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +1 -19
  91. package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +0 -4
  92. package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +2 -43
  93. package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +3 -42
  94. package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +1 -11
  95. package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +0 -10
  96. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +1 -37
  97. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +0 -16
  98. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +1 -37
  99. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +1 -37
  100. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +0 -28
  101. package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +0 -12
  102. package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +0 -6
  103. package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +1 -37
  104. package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +2 -28
  105. package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -22
  106. package/dist/types/Coscine.Api/@coscine/model/handle-value-dto.d.ts +0 -50
  107. package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +0 -8
  108. package/dist/types/Coscine.Api/@coscine/model/hash-parameters-dto.d.ts +0 -6
  109. package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +0 -6
  110. package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +0 -2
  111. package/dist/types/Coscine.Api/@coscine/model/index.d.ts +9 -0
  112. package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +1 -37
  113. package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +1 -37
  114. package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +0 -8
  115. package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +0 -4
  116. package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +2 -43
  117. package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +1 -37
  118. package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +0 -8
  119. package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +0 -4
  120. package/dist/types/Coscine.Api/@coscine/model/lifecycle-options-for-manipulation-dto.d.ts +0 -6
  121. package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +2 -43
  122. package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +0 -14
  123. package/dist/types/Coscine.Api/@coscine/model/message-dto-ienumerable-response.d.ts +7 -0
  124. package/dist/types/Coscine.Api/@coscine/model/message-dto-paged-response.d.ts +2 -43
  125. package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +1 -34
  126. package/dist/types/Coscine.Api/@coscine/model/message-type.d.ts +0 -2
  127. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +2 -43
  128. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +1 -37
  129. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +5 -46
  130. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +3 -32
  131. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +1 -21
  132. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-deletion-dto.d.ts +0 -8
  133. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +1 -21
  134. package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +1 -19
  135. package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto-paged-response.d.ts +9 -0
  136. package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto-response.d.ts +7 -0
  137. package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto.d.ts +21 -0
  138. package/dist/types/Coscine.Api/@coscine/model/notification-dto-paged-response.d.ts +2 -43
  139. package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +1 -37
  140. package/dist/types/Coscine.Api/@coscine/model/notification-dto.d.ts +0 -8
  141. package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +2 -43
  142. package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +1 -37
  143. package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +1 -25
  144. package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +0 -6
  145. package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +0 -14
  146. package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +2 -43
  147. package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +1 -37
  148. package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +1 -27
  149. package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +0 -10
  150. package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +0 -2
  151. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +2 -43
  152. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +10 -78
  153. package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +2 -43
  154. package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +1 -37
  155. package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +5 -63
  156. package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +3 -45
  157. package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +3 -43
  158. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +2 -43
  159. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +1 -37
  160. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +3 -37
  161. package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +0 -6
  162. package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +0 -4
  163. package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +0 -4
  164. package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +1 -27
  165. package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +1 -37
  166. package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +3 -36
  167. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +2 -43
  168. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +1 -37
  169. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +3 -45
  170. package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +1 -24
  171. package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +0 -6
  172. package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +2 -43
  173. package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +1 -37
  174. package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +3 -33
  175. package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +0 -6
  176. package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +0 -4
  177. package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +0 -8
  178. package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +1 -37
  179. package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +2 -32
  180. package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +2 -32
  181. package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +2 -30
  182. package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +1 -37
  183. package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +1 -29
  184. package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto-paged-response.d.ts +2 -13
  185. package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +0 -2
  186. package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +0 -8
  187. package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +1 -21
  188. package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +1 -21
  189. package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +0 -2
  190. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +1 -37
  191. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +0 -6
  192. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +1 -21
  193. package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +0 -2
  194. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +1 -16
  195. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +2 -25
  196. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-type.d.ts +0 -2
  197. package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -21
  198. package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -19
  199. package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +1 -31
  200. package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -19
  201. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +1 -31
  202. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -19
  203. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +2 -43
  204. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +10 -87
  205. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +0 -4
  206. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +2 -27
  207. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +1 -19
  208. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +0 -6
  209. package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +0 -4
  210. package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +2 -43
  211. package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +1 -37
  212. package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +8 -76
  213. package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +6 -57
  214. package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +5 -53
  215. package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +0 -4
  216. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +1 -37
  217. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +3 -32
  218. package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +1 -25
  219. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +1 -37
  220. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +1 -37
  221. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +7 -65
  222. package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +0 -6
  223. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +8 -63
  224. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +7 -57
  225. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +7 -57
  226. package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +0 -2
  227. package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +2 -43
  228. package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +1 -37
  229. package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +0 -8
  230. package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +0 -4
  231. package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +0 -2
  232. package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +0 -6
  233. package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +3 -49
  234. package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +1 -23
  235. package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto-response.d.ts +1 -37
  236. package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto.d.ts +1 -27
  237. package/dist/types/Coscine.Api/@coscine/model/storage-node-dto-paged-response.d.ts +9 -0
  238. package/dist/types/Coscine.Api/@coscine/model/storage-node-dto-response.d.ts +7 -0
  239. package/dist/types/Coscine.Api/@coscine/model/storage-node-dto.d.ts +17 -0
  240. package/dist/types/Coscine.Api/@coscine/model/storage-node-links.d.ts +30 -0
  241. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +1 -37
  242. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +0 -8
  243. package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +1 -37
  244. package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +1 -37
  245. package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +0 -6
  246. package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +0 -4
  247. package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +0 -2
  248. package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +2 -43
  249. package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +1 -37
  250. package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +7 -52
  251. package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +0 -8
  252. package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +3 -36
  253. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +1 -37
  254. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +0 -4
  255. package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +0 -4
  256. package/dist/types/Coscine.Api/@coscine/model/user-notification-for-creation-dto.d.ts +0 -4
  257. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +2 -43
  258. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +1 -37
  259. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto.d.ts +0 -8
  260. package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +9 -25
  261. package/dist/types/Coscine.Api/@coscine/model/user-project-role-count-dto-response.d.ts +1 -12
  262. package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +0 -4
  263. package/dist/types/Coscine.Api/@coscine/model/variant-dto.d.ts +0 -6
  264. package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +2 -43
  265. package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +1 -37
  266. package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +0 -6
  267. package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +0 -4
  268. package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +0 -4
  269. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +2 -43
  270. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +0 -10
  271. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +2 -43
  272. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +1 -37
  273. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +0 -14
  274. package/dist/types/Coscine.Api/api.d.ts +5 -0
  275. package/dist/types/Coscine.Api/base.d.ts +2 -37
  276. package/dist/types/Coscine.Api/common.d.ts +8 -50
  277. package/dist/types/Coscine.Api/configuration.d.ts +0 -17
  278. package/dist/types/Coscine.Api/index.d.ts +3 -3
  279. package/dist/types/Coscine.Api.STS/@coscine/api/account-api.d.ts +4 -15
  280. package/dist/types/Coscine.Api.STS/@coscine/api/home-api.d.ts +3 -14
  281. package/dist/types/Coscine.Api.STS/@coscine/api/merge-api.d.ts +4 -15
  282. package/dist/types/Coscine.Api.STS/@coscine/api/orci-dapi.d.ts +4 -15
  283. package/dist/types/Coscine.Api.STS/@coscine/api/shibboleth-api.d.ts +4 -15
  284. package/dist/types/Coscine.Api.STS/@coscine/model/login-urls.d.ts +0 -11
  285. package/dist/types/Coscine.Api.STS/base.d.ts +2 -13
  286. package/dist/types/Coscine.Api.STS/common.d.ts +4 -15
  287. package/dist/types/Coscine.Api.STS/index.d.ts +3 -3
  288. package/dist/types/apis.d.ts +211 -176
  289. package/dist/types/axios-basic.d.ts +1 -1
  290. package/dist/types/index.d.ts +426 -350
  291. package/dist/types/testing.d.ts +46 -0
  292. package/package.json +7 -7
@@ -1,105 +1,57 @@
1
- /**
2
- * Coscine Web API
3
- * Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
4
- *
5
- * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@rwth-aachen.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { DisciplineForResourceManipulationDto } from './discipline-for-resource-manipulation-dto';
13
- import type { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
14
- import type { LicenseForResourceManipulationDto } from './license-for-resource-manipulation-dto';
15
- import type { ResourceTypeOptionsForUpdateDto } from './resource-type-options-for-update-dto';
16
- import type { VisibilityForResourceManipulationDto } from './visibility-for-resource-manipulation-dto';
1
+ import { DisciplineForResourceManipulationDto } from './discipline-for-resource-manipulation-dto';
2
+ import { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
3
+ import { LicenseForResourceManipulationDto } from './license-for-resource-manipulation-dto';
4
+ import { ResourceTypeOptionsForUpdateDto } from './resource-type-options-for-update-dto';
5
+ import { VisibilityForResourceManipulationDto } from './visibility-for-resource-manipulation-dto';
17
6
  /**
18
7
  * 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
21
8
  */
22
9
  export interface ResourceForUpdateDto {
23
10
  /**
24
11
  * The name of the resource.
25
- * @type {string}
26
- * @memberof ResourceForUpdateDto
27
12
  */
28
13
  'name': string;
29
14
  /**
30
15
  * The display name of the resource.
31
- * @type {string}
32
- * @memberof ResourceForUpdateDto
33
16
  */
34
17
  'displayName'?: string | null;
35
18
  /**
36
19
  * The description of the resource.
37
- * @type {string}
38
- * @memberof ResourceForUpdateDto
39
20
  */
40
21
  'description': string;
41
22
  /**
42
23
  * The keywords associated with the resource.
43
- * @type {Array<string>}
44
- * @memberof ResourceForUpdateDto
45
24
  */
46
25
  'keywords'?: Array<string> | null;
47
26
  /**
48
27
  * Fixed values associated with the resource.
49
- * @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
50
- * @memberof ResourceForUpdateDto
51
28
  */
52
29
  'fixedValues'?: {
53
30
  [key: string]: {
54
31
  [key: string]: Array<FixedValueForResourceManipulationDto>;
55
32
  };
56
33
  } | null;
57
- /**
58
- *
59
- * @type {LicenseForResourceManipulationDto}
60
- * @memberof ResourceForUpdateDto
61
- */
62
34
  'license'?: LicenseForResourceManipulationDto;
63
35
  /**
64
36
  * The usage rights description of the resource.
65
- * @type {string}
66
- * @memberof ResourceForUpdateDto
67
37
  */
68
38
  'usageRights'?: string | null;
69
39
  /**
70
40
  * If a local copy for the metadata should be created.
71
- * @type {boolean}
72
- * @memberof ResourceForUpdateDto
73
41
  */
74
42
  'metadataLocalCopy'?: boolean | null;
75
- /**
76
- *
77
- * @type {VisibilityForResourceManipulationDto}
78
- * @memberof ResourceForUpdateDto
79
- */
80
43
  'visibility': VisibilityForResourceManipulationDto;
81
44
  /**
82
45
  * The disciplines associated with the resource.
83
- * @type {Array<DisciplineForResourceManipulationDto>}
84
- * @memberof ResourceForUpdateDto
85
46
  */
86
47
  'disciplines': Array<DisciplineForResourceManipulationDto>;
87
48
  /**
88
49
  * Indicates whether the resource is archived.
89
- * @type {boolean}
90
- * @memberof ResourceForUpdateDto
91
50
  */
92
51
  'archived': boolean;
93
- /**
94
- *
95
- * @type {ResourceTypeOptionsForUpdateDto}
96
- * @memberof ResourceForUpdateDto
97
- */
98
52
  'resourceTypeOptions'?: ResourceTypeOptionsForUpdateDto;
99
53
  /**
100
54
  * Indicates whether the resource is in maintenance mode.
101
- * @type {boolean}
102
- * @memberof ResourceForUpdateDto
103
55
  */
104
56
  'maintenanceMode'?: boolean | null;
105
57
  }
@@ -11,14 +11,10 @@
11
11
  */
12
12
  /**
13
13
  * Represents a minimal Data Transfer Object (DTO) for a resource, containing essential identifiers.
14
- * @export
15
- * @interface ResourceMinimalDto
16
14
  */
17
15
  export interface ResourceMinimalDto {
18
16
  /**
19
17
  * Unique identifier for the resource.
20
- * @type {string}
21
- * @memberof ResourceMinimalDto
22
18
  */
23
19
  'id': string;
24
20
  }
@@ -1,43 +1,7 @@
1
- /**
2
- * Coscine Web API
3
- * Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
4
- *
5
- * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@rwth-aachen.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { ResourceQuotaDto } from './resource-quota-dto';
13
- /**
14
- *
15
- * @export
16
- * @interface ResourceQuotaDtoResponse
17
- */
1
+ import { ResourceQuotaDto } from './resource-quota-dto';
18
2
  export interface ResourceQuotaDtoResponse {
19
- /**
20
- *
21
- * @type {ResourceQuotaDto}
22
- * @memberof ResourceQuotaDtoResponse
23
- */
24
3
  'data'?: ResourceQuotaDto;
25
- /**
26
- *
27
- * @type {boolean}
28
- * @memberof ResourceQuotaDtoResponse
29
- */
30
4
  'isSuccess'?: boolean;
31
- /**
32
- *
33
- * @type {number}
34
- * @memberof ResourceQuotaDtoResponse
35
- */
36
5
  'statusCode'?: number | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof ResourceQuotaDtoResponse
41
- */
42
6
  'traceId'?: string | null;
43
7
  }
@@ -1,44 +1,15 @@
1
- /**
2
- * Coscine Web API
3
- * Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
4
- *
5
- * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@rwth-aachen.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { QuotaDto } from './quota-dto';
13
- import type { ResourceMinimalDto } from './resource-minimal-dto';
1
+ import { QuotaDto } from './quota-dto';
2
+ import { ResourceMinimalDto } from './resource-minimal-dto';
14
3
  /**
15
4
  * Represents a Data Transfer Object (DTO) containing quota information for a resource.
16
- * @export
17
- * @interface ResourceQuotaDto
18
5
  */
19
6
  export interface ResourceQuotaDto {
20
- /**
21
- *
22
- * @type {ResourceMinimalDto}
23
- * @memberof ResourceQuotaDto
24
- */
25
7
  'resource': ResourceMinimalDto;
26
8
  /**
27
9
  * The percentage of quota used by the resource.
28
- * @type {number}
29
- * @memberof ResourceQuotaDto
30
10
  */
31
11
  'usedPercentage'?: number | null;
32
- /**
33
- *
34
- * @type {QuotaDto}
35
- * @memberof ResourceQuotaDto
36
- */
37
12
  'used'?: QuotaDto;
38
- /**
39
- *
40
- * @type {QuotaDto}
41
- * @memberof ResourceQuotaDto
42
- */
13
+ 'versions'?: QuotaDto;
43
14
  'reserved'?: QuotaDto;
44
15
  }
@@ -1,43 +1,19 @@
1
- /**
2
- * Coscine Web API
3
- * Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
4
- *
5
- * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@rwth-aachen.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { ResourceTypeOptionsDto } from './resource-type-options-dto';
1
+ import { ResourceTypeOptionsDto } from './resource-type-options-dto';
13
2
  /**
14
3
  * Represents a resource type.
15
- * @export
16
- * @interface ResourceTypeDto
17
4
  */
18
5
  export interface ResourceTypeDto {
19
6
  /**
20
7
  * The unique identifier of the resource type.
21
- * @type {string}
22
- * @memberof ResourceTypeDto
23
8
  */
24
9
  'id'?: string;
25
10
  /**
26
11
  * The general type of the resource.
27
- * @type {string}
28
- * @memberof ResourceTypeDto
29
12
  */
30
13
  'generalType': string;
31
14
  /**
32
15
  * The specific type of the resource.
33
- * @type {string}
34
- * @memberof ResourceTypeDto
35
16
  */
36
17
  'specificType': string;
37
- /**
38
- *
39
- * @type {ResourceTypeOptionsDto}
40
- * @memberof ResourceTypeDto
41
- */
42
18
  'options'?: ResourceTypeOptionsDto;
43
19
  }
@@ -1,43 +1,7 @@
1
- /**
2
- * Coscine Web API
3
- * Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
4
- *
5
- * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@rwth-aachen.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { ResourceTypeInformationDto } from './resource-type-information-dto';
13
- /**
14
- *
15
- * @export
16
- * @interface ResourceTypeInformationDtoIEnumerableResponse
17
- */
1
+ import { ResourceTypeInformationDto } from './resource-type-information-dto';
18
2
  export interface ResourceTypeInformationDtoIEnumerableResponse {
19
- /**
20
- *
21
- * @type {Array<ResourceTypeInformationDto>}
22
- * @memberof ResourceTypeInformationDtoIEnumerableResponse
23
- */
24
3
  'data'?: Array<ResourceTypeInformationDto> | null;
25
- /**
26
- *
27
- * @type {boolean}
28
- * @memberof ResourceTypeInformationDtoIEnumerableResponse
29
- */
30
4
  'isSuccess'?: boolean;
31
- /**
32
- *
33
- * @type {number}
34
- * @memberof ResourceTypeInformationDtoIEnumerableResponse
35
- */
36
5
  'statusCode'?: number | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof ResourceTypeInformationDtoIEnumerableResponse
41
- */
42
6
  'traceId'?: string | null;
43
7
  }
@@ -1,43 +1,7 @@
1
- /**
2
- * Coscine Web API
3
- * Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
4
- *
5
- * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@rwth-aachen.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { ResourceTypeInformationDto } from './resource-type-information-dto';
13
- /**
14
- *
15
- * @export
16
- * @interface ResourceTypeInformationDtoResponse
17
- */
1
+ import { ResourceTypeInformationDto } from './resource-type-information-dto';
18
2
  export interface ResourceTypeInformationDtoResponse {
19
- /**
20
- *
21
- * @type {ResourceTypeInformationDto}
22
- * @memberof ResourceTypeInformationDtoResponse
23
- */
24
3
  'data'?: ResourceTypeInformationDto;
25
- /**
26
- *
27
- * @type {boolean}
28
- * @memberof ResourceTypeInformationDtoResponse
29
- */
30
4
  'isSuccess'?: boolean;
31
- /**
32
- *
33
- * @type {number}
34
- * @memberof ResourceTypeInformationDtoResponse
35
- */
36
5
  'statusCode'?: number | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof ResourceTypeInformationDtoResponse
41
- */
42
6
  'traceId'?: string | null;
43
7
  }
@@ -1,141 +1,83 @@
1
- /**
2
- * Coscine Web API
3
- * Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
4
- *
5
- * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@rwth-aachen.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { ResourceContentPageDto } from './resource-content-page-dto';
13
- import type { ResourceCreationPageDto } from './resource-creation-page-dto';
14
- import type { ResourceTypeStatus } from './resource-type-status';
1
+ import { ResourceContentPageDto } from './resource-content-page-dto';
2
+ import { ResourceCreationPageDto } from './resource-creation-page-dto';
3
+ import { ResourceTypeStatus } from './resource-type-status';
15
4
  /**
16
5
  * Represents information about a resource type.
17
- * @export
18
- * @interface ResourceTypeInformationDto
19
6
  */
20
7
  export interface ResourceTypeInformationDto {
21
8
  /**
22
9
  * The unique identifier of the resource type.
23
- * @type {string}
24
- * @memberof ResourceTypeInformationDto
25
10
  */
26
11
  'id'?: string;
27
12
  /**
28
13
  * The general type of the resource.
29
- * @type {string}
30
- * @memberof ResourceTypeInformationDto
31
14
  */
32
15
  'generalType'?: string | null;
33
16
  /**
34
17
  * The specific type of the resource.
35
- * @type {string}
36
- * @memberof ResourceTypeInformationDto
37
18
  */
38
19
  'specificType'?: string | null;
39
- /**
40
- *
41
- * @type {ResourceTypeStatus}
42
- * @memberof ResourceTypeInformationDto
43
- */
44
20
  'status'?: ResourceTypeStatus;
45
21
  /**
46
22
  * Indicates if the resource type supports creation.
47
- * @type {boolean}
48
- * @memberof ResourceTypeInformationDto
49
23
  */
50
24
  'canCreate'?: boolean;
51
25
  /**
52
26
  * Indicates if the resource type supports reading.
53
- * @type {boolean}
54
- * @memberof ResourceTypeInformationDto
55
27
  */
56
28
  'canRead'?: boolean;
57
29
  /**
58
30
  * Indicates if the resource type supports read-only.
59
- * @type {boolean}
60
- * @memberof ResourceTypeInformationDto
61
31
  */
62
32
  'canSetResourceReadonly'?: boolean;
63
33
  /**
64
34
  * Indicates if the resource type supports updating.
65
- * @type {boolean}
66
- * @memberof ResourceTypeInformationDto
67
35
  */
68
36
  'canUpdate'?: boolean;
69
37
  /**
70
38
  * Indicates if the resource type supports updating (not an Object).
71
- * @type {boolean}
72
- * @memberof ResourceTypeInformationDto
73
39
  */
74
40
  'canUpdateResource'?: boolean;
75
41
  /**
76
42
  * Indicates if the resource type supports deletion.
77
- * @type {boolean}
78
- * @memberof ResourceTypeInformationDto
79
43
  */
80
44
  'canDelete'?: boolean;
81
45
  /**
82
46
  * Indicates if the resource type supports deletion (not an Object).
83
- * @type {boolean}
84
- * @memberof ResourceTypeInformationDto
85
47
  */
86
48
  'canDeleteResource'?: boolean;
87
49
  /**
88
50
  * Indicates if the resource type supports listing.
89
- * @type {boolean}
90
- * @memberof ResourceTypeInformationDto
91
51
  */
92
52
  'canList'?: boolean;
93
53
  /**
94
54
  * Indicates if the resource type supports linking.
95
- * @type {boolean}
96
- * @memberof ResourceTypeInformationDto
97
55
  */
98
56
  'canCreateLinks'?: boolean;
99
57
  /**
100
58
  * Indicates whether local backup of metadata is supported.
101
- * @type {boolean}
102
- * @memberof ResourceTypeInformationDto
103
59
  */
104
60
  'canCopyLocalMetadata'?: boolean;
105
61
  /**
106
62
  * Indicates if the resource type is archived.
107
- * @type {boolean}
108
- * @memberof ResourceTypeInformationDto
109
63
  */
110
64
  'isArchived'?: boolean;
111
65
  /**
112
66
  * Indicates if the resource type supports quota.
113
- * @type {boolean}
114
- * @memberof ResourceTypeInformationDto
115
67
  */
116
68
  'isQuotaAvailable'?: boolean;
117
69
  /**
118
70
  * Indicates if the resource type quota can be changed.
119
- * @type {boolean}
120
- * @memberof ResourceTypeInformationDto
121
71
  */
122
72
  'isQuotaAdjustable'?: boolean;
123
73
  /**
124
- * Indicates if the resource type is enabled.
125
- * @type {boolean}
126
- * @memberof ResourceTypeInformationDto
74
+ * Indicates if the resource type supports versioning.
127
75
  */
128
- 'isEnabled'?: boolean;
76
+ 'supportsVersioning'?: boolean;
129
77
  /**
130
- *
131
- * @type {ResourceCreationPageDto}
132
- * @memberof ResourceTypeInformationDto
78
+ * Indicates if the resource type is enabled.
133
79
  */
80
+ 'isEnabled'?: boolean;
134
81
  'resourceCreation'?: ResourceCreationPageDto;
135
- /**
136
- *
137
- * @type {ResourceContentPageDto}
138
- * @memberof ResourceTypeInformationDto
139
- */
140
82
  'resourceContent'?: ResourceContentPageDto;
141
83
  }
@@ -11,20 +11,14 @@
11
11
  */
12
12
  /**
13
13
  * Represents a minimal Data Transfer Object (DTO) for a resource type.
14
- * @export
15
- * @interface ResourceTypeMinimalDto
16
14
  */
17
15
  export interface ResourceTypeMinimalDto {
18
16
  /**
19
17
  * The unique identifier of the resource type.
20
- * @type {string}
21
- * @memberof ResourceTypeMinimalDto
22
18
  */
23
19
  'id': string;
24
20
  /**
25
21
  * The specific type of the resource.
26
- * @type {string}
27
- * @memberof ResourceTypeMinimalDto
28
22
  */
29
23
  'specificType': string;
30
24
  }
@@ -1,80 +1,25 @@
1
- /**
2
- * Coscine Web API
3
- * Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
4
- *
5
- * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@rwth-aachen.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { DataStorageNrwS3OptionsDto } from './data-storage-nrw-s3-options-dto';
13
- import type { DataStorageNrwS3WormOptionsDto } from './data-storage-nrw-s3-worm-options-dto';
14
- import type { DataStorageNrwWebOptionsDto } from './data-storage-nrw-web-options-dto';
15
- import type { FileSystemStorageOptionsDto } from './file-system-storage-options-dto';
16
- import type { GitLabOptionsDto } from './git-lab-options-dto';
17
- import type { RdsOptionsDto } from './rds-options-dto';
18
- import type { RdsS3OptionsDto } from './rds-s3-options-dto';
19
- import type { RdsS3WormOptionsDto } from './rds-s3-worm-options-dto';
1
+ import { DataStorageNrwS3OptionsDto } from './data-storage-nrw-s3-options-dto';
2
+ import { DataStorageNrwS3WormOptionsDto } from './data-storage-nrw-s3-worm-options-dto';
3
+ import { DataStorageNrwWebOptionsDto } from './data-storage-nrw-web-options-dto';
4
+ import { FileSystemStorageOptionsDto } from './file-system-storage-options-dto';
5
+ import { GitLabOptionsDto } from './git-lab-options-dto';
6
+ import { RdsOptionsDto } from './rds-options-dto';
7
+ import { RdsS3OptionsDto } from './rds-s3-options-dto';
8
+ import { RdsS3WormOptionsDto } from './rds-s3-worm-options-dto';
20
9
  /**
21
10
  * Represents the options available for different resource types.
22
- * @export
23
- * @interface ResourceTypeOptionsDto
24
11
  */
25
12
  export interface ResourceTypeOptionsDto {
26
13
  /**
27
14
  * Represents the data transfer object (DTO) for Linked Data options.
28
- * @type {object}
29
- * @memberof ResourceTypeOptionsDto
30
15
  */
31
16
  'linkedData'?: object;
32
- /**
33
- *
34
- * @type {GitLabOptionsDto}
35
- * @memberof ResourceTypeOptionsDto
36
- */
37
17
  'gitLab'?: GitLabOptionsDto;
38
- /**
39
- *
40
- * @type {RdsOptionsDto}
41
- * @memberof ResourceTypeOptionsDto
42
- */
43
18
  'rds'?: RdsOptionsDto;
44
- /**
45
- *
46
- * @type {RdsS3OptionsDto}
47
- * @memberof ResourceTypeOptionsDto
48
- */
49
19
  'rdsS3'?: RdsS3OptionsDto;
50
- /**
51
- *
52
- * @type {RdsS3WormOptionsDto}
53
- * @memberof ResourceTypeOptionsDto
54
- */
55
20
  'rdsS3Worm'?: RdsS3WormOptionsDto;
56
- /**
57
- *
58
- * @type {FileSystemStorageOptionsDto}
59
- * @memberof ResourceTypeOptionsDto
60
- */
61
21
  'fileSystemStorage'?: FileSystemStorageOptionsDto;
62
- /**
63
- *
64
- * @type {DataStorageNrwWebOptionsDto}
65
- * @memberof ResourceTypeOptionsDto
66
- */
67
22
  'dataStorageNrwWeb'?: DataStorageNrwWebOptionsDto;
68
- /**
69
- *
70
- * @type {DataStorageNrwS3OptionsDto}
71
- * @memberof ResourceTypeOptionsDto
72
- */
73
23
  'dataStorageNrwS3'?: DataStorageNrwS3OptionsDto;
74
- /**
75
- *
76
- * @type {DataStorageNrwS3WormOptionsDto}
77
- * @memberof ResourceTypeOptionsDto
78
- */
79
24
  'dataStorageNrwS3Worm'?: DataStorageNrwS3WormOptionsDto;
80
25
  }