@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,24 +1,9 @@
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 { Configuration } from '../../configuration';
13
- import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
- import { type RequestArgs, BaseAPI } from '../../base';
15
- import type { AcceptedLanguage } from '../../@coscine/model';
16
- import type { VocabularyDtoPagedResponse } from '../../@coscine/model';
17
- import type { VocabularyInstanceDtoPagedResponse } from '../../@coscine/model';
18
- import type { VocabularyInstanceDtoResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { AcceptedLanguage, VocabularyDtoPagedResponse, VocabularyInstanceDtoPagedResponse, VocabularyInstanceDtoResponse } from '../../@coscine/model';
19
5
  /**
20
6
  * VocabularyApi - axios parameter creator
21
- * @export
22
7
  */
23
8
  export declare const VocabularyApiAxiosParamCreator: (configuration?: Configuration) => {
24
9
  /**
@@ -28,14 +13,22 @@ export declare const VocabularyApiAxiosParamCreator: (configuration?: Configurat
28
13
  * @throws {RequiredError}
29
14
  */
30
15
  apiV2VocabulariesOptions: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
16
+ /**
17
+ *
18
+ * @summary Retrieves a raw vocabulary by its identifier.
19
+ * @param {string} vocabulary The URI of the vocabulary.
20
+ * @param {*} [options] Override http request option.
21
+ * @throws {RequiredError}
22
+ */
23
+ getRawVocabulary: (vocabulary: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
31
24
  /**
32
25
  *
33
26
  * @summary Retrieves top-level instances from vocabularies.
34
27
  * @param {string} [searchTerm] Gets or sets the search term used to filter vocabularies.
35
28
  * @param {AcceptedLanguage} [language] Gets or sets the language for which the vocabularies are requested.
36
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
37
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
38
- * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
29
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
30
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
31
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
39
32
  * @param {*} [options] Override http request option.
40
33
  * @throws {RequiredError}
41
34
  */
@@ -56,8 +49,8 @@ export declare const VocabularyApiAxiosParamCreator: (configuration?: Configurat
56
49
  * @param {string} [searchTerm] Gets or sets the search term used to filter vocabulary instances.
57
50
  * @param {AcceptedLanguage} [language] Gets or sets the language for which the vocabulary instances are requested.
58
51
  * @param {number} [pageSize] Number of items per page. The maximum number of items per page is &#x60;150&#x60;.
59
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
60
- * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
52
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
53
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
61
54
  * @param {*} [options] Override http request option.
62
55
  * @throws {RequiredError}
63
56
  */
@@ -65,7 +58,6 @@ export declare const VocabularyApiAxiosParamCreator: (configuration?: Configurat
65
58
  };
66
59
  /**
67
60
  * VocabularyApi - functional programming interface
68
- * @export
69
61
  */
70
62
  export declare const VocabularyApiFp: (configuration?: Configuration) => {
71
63
  /**
@@ -75,14 +67,22 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
75
67
  * @throws {RequiredError}
76
68
  */
77
69
  apiV2VocabulariesOptions(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
70
+ /**
71
+ *
72
+ * @summary Retrieves a raw vocabulary by its identifier.
73
+ * @param {string} vocabulary The URI of the vocabulary.
74
+ * @param {*} [options] Override http request option.
75
+ * @throws {RequiredError}
76
+ */
77
+ getRawVocabulary(vocabulary: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
78
78
  /**
79
79
  *
80
80
  * @summary Retrieves top-level instances from vocabularies.
81
81
  * @param {string} [searchTerm] Gets or sets the search term used to filter vocabularies.
82
82
  * @param {AcceptedLanguage} [language] Gets or sets the language for which the vocabularies are requested.
83
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
84
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
85
- * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
83
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
84
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
85
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
86
86
  * @param {*} [options] Override http request option.
87
87
  * @throws {RequiredError}
88
88
  */
@@ -103,8 +103,8 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
103
103
  * @param {string} [searchTerm] Gets or sets the search term used to filter vocabulary instances.
104
104
  * @param {AcceptedLanguage} [language] Gets or sets the language for which the vocabulary instances are requested.
105
105
  * @param {number} [pageSize] Number of items per page. The maximum number of items per page is &#x60;150&#x60;.
106
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
107
- * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
106
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
107
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
108
108
  * @param {*} [options] Override http request option.
109
109
  * @throws {RequiredError}
110
110
  */
@@ -112,7 +112,6 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
112
112
  };
113
113
  /**
114
114
  * VocabularyApi - factory interface
115
- * @export
116
115
  */
117
116
  export declare const VocabularyApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
118
117
  /**
@@ -122,6 +121,14 @@ export declare const VocabularyApiFactory: (configuration?: Configuration, baseP
122
121
  * @throws {RequiredError}
123
122
  */
124
123
  apiV2VocabulariesOptions(options?: RawAxiosRequestConfig): AxiosPromise<void>;
124
+ /**
125
+ *
126
+ * @summary Retrieves a raw vocabulary by its identifier.
127
+ * @param {VocabularyApiGetRawVocabularyRequest} requestParameters Request parameters.
128
+ * @param {*} [options] Override http request option.
129
+ * @throws {RequiredError}
130
+ */
131
+ getRawVocabulary(requestParameters: VocabularyApiGetRawVocabularyRequest, options?: RawAxiosRequestConfig): AxiosPromise<string>;
125
132
  /**
126
133
  *
127
134
  * @summary Retrieves top-level instances from vocabularies.
@@ -147,110 +154,84 @@ export declare const VocabularyApiFactory: (configuration?: Configuration, baseP
147
154
  */
148
155
  getVocabularyInstances(requestParameters: VocabularyApiGetVocabularyInstancesRequest, options?: RawAxiosRequestConfig): AxiosPromise<VocabularyInstanceDtoPagedResponse>;
149
156
  };
157
+ /**
158
+ * Request parameters for getRawVocabulary operation in VocabularyApi.
159
+ */
160
+ export interface VocabularyApiGetRawVocabularyRequest {
161
+ /**
162
+ * The URI of the vocabulary.
163
+ */
164
+ readonly vocabulary: string;
165
+ }
150
166
  /**
151
167
  * Request parameters for getVocabularies operation in VocabularyApi.
152
- * @export
153
- * @interface VocabularyApiGetVocabulariesRequest
154
168
  */
155
169
  export interface VocabularyApiGetVocabulariesRequest {
156
170
  /**
157
171
  * Gets or sets the search term used to filter vocabularies.
158
- * @type {string}
159
- * @memberof VocabularyApiGetVocabularies
160
172
  */
161
173
  readonly searchTerm?: string;
162
174
  /**
163
175
  * Gets or sets the language for which the vocabularies are requested.
164
- * @type {AcceptedLanguage}
165
- * @memberof VocabularyApiGetVocabularies
166
176
  */
167
177
  readonly language?: AcceptedLanguage;
168
178
  /**
169
- * The desired page number. Should be greater than or equal to 1. Default is 1.
170
- * @type {number}
171
- * @memberof VocabularyApiGetVocabularies
179
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
172
180
  */
173
181
  readonly pageNumber?: number;
174
182
  /**
175
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
176
- * @type {number}
177
- * @memberof VocabularyApiGetVocabularies
183
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
178
184
  */
179
185
  readonly pageSize?: number;
180
186
  /**
181
- * Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
182
- * @type {string}
183
- * @memberof VocabularyApiGetVocabularies
187
+ * Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
184
188
  */
185
189
  readonly orderBy?: string;
186
190
  }
187
191
  /**
188
192
  * Request parameters for getVocabularyInstance operation in VocabularyApi.
189
- * @export
190
- * @interface VocabularyApiGetVocabularyInstanceRequest
191
193
  */
192
194
  export interface VocabularyApiGetVocabularyInstanceRequest {
193
195
  /**
194
196
  * The URI of the vocabulary instance to retrieve.
195
- * @type {string}
196
- * @memberof VocabularyApiGetVocabularyInstance
197
197
  */
198
198
  readonly instance: string;
199
199
  /**
200
200
  * The preferred language for the instance data.
201
- * @type {AcceptedLanguage}
202
- * @memberof VocabularyApiGetVocabularyInstance
203
201
  */
204
202
  readonly acceptLanguage?: AcceptedLanguage;
205
203
  }
206
204
  /**
207
205
  * Request parameters for getVocabularyInstances operation in VocabularyApi.
208
- * @export
209
- * @interface VocabularyApiGetVocabularyInstancesRequest
210
206
  */
211
207
  export interface VocabularyApiGetVocabularyInstancesRequest {
212
208
  /**
213
209
  * Gets or sets the URI class, which is a required field.
214
- * @type {string}
215
- * @memberof VocabularyApiGetVocabularyInstances
216
210
  */
217
211
  readonly _class: string;
218
212
  /**
219
213
  * Gets or sets the search term used to filter vocabulary instances.
220
- * @type {string}
221
- * @memberof VocabularyApiGetVocabularyInstances
222
214
  */
223
215
  readonly searchTerm?: string;
224
216
  /**
225
217
  * Gets or sets the language for which the vocabulary instances are requested.
226
- * @type {AcceptedLanguage}
227
- * @memberof VocabularyApiGetVocabularyInstances
228
218
  */
229
219
  readonly language?: AcceptedLanguage;
230
220
  /**
231
221
  * Number of items per page. The maximum number of items per page is &#x60;150&#x60;.
232
- * @type {number}
233
- * @memberof VocabularyApiGetVocabularyInstances
234
222
  */
235
223
  readonly pageSize?: number;
236
224
  /**
237
- * The desired page number. Should be greater than or equal to 1. Default is 1.
238
- * @type {number}
239
- * @memberof VocabularyApiGetVocabularyInstances
225
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
240
226
  */
241
227
  readonly pageNumber?: number;
242
228
  /**
243
- * Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
244
- * @type {string}
245
- * @memberof VocabularyApiGetVocabularyInstances
229
+ * Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
246
230
  */
247
231
  readonly orderBy?: string;
248
232
  }
249
233
  /**
250
234
  * VocabularyApi - object-oriented interface
251
- * @export
252
- * @class VocabularyApi
253
- * @extends {BaseAPI}
254
235
  */
255
236
  export declare class VocabularyApi extends BaseAPI {
256
237
  /**
@@ -258,34 +239,38 @@ export declare class VocabularyApi extends BaseAPI {
258
239
  * @summary Responds with the HTTP methods allowed for the endpoint.
259
240
  * @param {*} [options] Override http request option.
260
241
  * @throws {RequiredError}
261
- * @memberof VocabularyApi
262
242
  */
263
- apiV2VocabulariesOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
243
+ apiV2VocabulariesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
244
+ /**
245
+ *
246
+ * @summary Retrieves a raw vocabulary by its identifier.
247
+ * @param {VocabularyApiGetRawVocabularyRequest} requestParameters Request parameters.
248
+ * @param {*} [options] Override http request option.
249
+ * @throws {RequiredError}
250
+ */
251
+ getRawVocabulary(requestParameters: VocabularyApiGetRawVocabularyRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<string, any, {}>>;
264
252
  /**
265
253
  *
266
254
  * @summary Retrieves top-level instances from vocabularies.
267
255
  * @param {VocabularyApiGetVocabulariesRequest} requestParameters Request parameters.
268
256
  * @param {*} [options] Override http request option.
269
257
  * @throws {RequiredError}
270
- * @memberof VocabularyApi
271
258
  */
272
- getVocabularies(requestParameters?: VocabularyApiGetVocabulariesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VocabularyDtoPagedResponse, any>>;
259
+ getVocabularies(requestParameters?: VocabularyApiGetVocabulariesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<VocabularyDtoPagedResponse, any, {}>>;
273
260
  /**
274
261
  * Could be a top-level instance, or an intermediate-level instance from a vocabulary.
275
262
  * @summary Retrieves a single instance from a vocabulary.
276
263
  * @param {VocabularyApiGetVocabularyInstanceRequest} requestParameters Request parameters.
277
264
  * @param {*} [options] Override http request option.
278
265
  * @throws {RequiredError}
279
- * @memberof VocabularyApi
280
266
  */
281
- getVocabularyInstance(requestParameters: VocabularyApiGetVocabularyInstanceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VocabularyInstanceDtoResponse, any>>;
267
+ getVocabularyInstance(requestParameters: VocabularyApiGetVocabularyInstanceRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<VocabularyInstanceDtoResponse, any, {}>>;
282
268
  /**
283
269
  *
284
270
  * @summary Retrieves vocabulary instances.
285
271
  * @param {VocabularyApiGetVocabularyInstancesRequest} requestParameters Request parameters.
286
272
  * @param {*} [options] Override http request option.
287
273
  * @throws {RequiredError}
288
- * @memberof VocabularyApi
289
274
  */
290
- getVocabularyInstances(requestParameters: VocabularyApiGetVocabularyInstancesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VocabularyInstanceDtoPagedResponse, any>>;
275
+ getVocabularyInstances(requestParameters: VocabularyApiGetVocabularyInstancesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<VocabularyInstanceDtoPagedResponse, any, {}>>;
291
276
  }
@@ -11,8 +11,6 @@
11
11
  */
12
12
  /**
13
13
  * Accepted languages by the API.
14
- * @export
15
- * @enum {string}
16
14
  */
17
15
  export declare const AcceptedLanguage: {
18
16
  readonly de: "de";
@@ -1,50 +1,9 @@
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 { ActivityLogDto } from './activity-log-dto';
13
- import type { Pagination } from './pagination';
14
- /**
15
- *
16
- * @export
17
- * @interface ActivityLogDtoPagedResponse
18
- */
1
+ import { ActivityLogDto } from './activity-log-dto';
2
+ import { Pagination } from './pagination';
19
3
  export interface ActivityLogDtoPagedResponse {
20
- /**
21
- *
22
- * @type {Array<ActivityLogDto>}
23
- * @memberof ActivityLogDtoPagedResponse
24
- */
25
4
  'data'?: Array<ActivityLogDto> | null;
26
- /**
27
- *
28
- * @type {boolean}
29
- * @memberof ActivityLogDtoPagedResponse
30
- */
31
5
  'isSuccess'?: boolean;
32
- /**
33
- *
34
- * @type {number}
35
- * @memberof ActivityLogDtoPagedResponse
36
- */
37
6
  'statusCode'?: number | null;
38
- /**
39
- *
40
- * @type {string}
41
- * @memberof ActivityLogDtoPagedResponse
42
- */
43
7
  'traceId'?: string | null;
44
- /**
45
- *
46
- * @type {Pagination}
47
- * @memberof ActivityLogDtoPagedResponse
48
- */
49
8
  'pagination'?: Pagination;
50
9
  }
@@ -11,50 +11,13 @@
11
11
  */
12
12
  /**
13
13
  * Represents a data transfer object (DTO) for an activity log.
14
- * @export
15
- * @interface ActivityLogDto
16
14
  */
17
15
  export interface ActivityLogDto {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof ActivityLogDto
22
- */
23
16
  'id'?: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof ActivityLogDto
28
- */
29
17
  'apiPath'?: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof ActivityLogDto
34
- */
35
18
  'httpAction'?: string;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof ActivityLogDto
40
- */
41
19
  'controllerName'?: string | null;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof ActivityLogDto
46
- */
47
20
  'actionName'?: string | null;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof ActivityLogDto
52
- */
53
21
  'userId'?: string;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof ActivityLogDto
58
- */
59
22
  'activityTimestamp'?: string;
60
23
  }
@@ -1,50 +1,9 @@
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 { ApiTokenDto } from './api-token-dto';
13
- import type { Pagination } from './pagination';
14
- /**
15
- *
16
- * @export
17
- * @interface ApiTokenDtoPagedResponse
18
- */
1
+ import { ApiTokenDto } from './api-token-dto';
2
+ import { Pagination } from './pagination';
19
3
  export interface ApiTokenDtoPagedResponse {
20
- /**
21
- *
22
- * @type {Array<ApiTokenDto>}
23
- * @memberof ApiTokenDtoPagedResponse
24
- */
25
4
  'data'?: Array<ApiTokenDto> | null;
26
- /**
27
- *
28
- * @type {boolean}
29
- * @memberof ApiTokenDtoPagedResponse
30
- */
31
5
  'isSuccess'?: boolean;
32
- /**
33
- *
34
- * @type {number}
35
- * @memberof ApiTokenDtoPagedResponse
36
- */
37
6
  'statusCode'?: number | null;
38
- /**
39
- *
40
- * @type {string}
41
- * @memberof ApiTokenDtoPagedResponse
42
- */
43
7
  'traceId'?: string | null;
44
- /**
45
- *
46
- * @type {Pagination}
47
- * @memberof ApiTokenDtoPagedResponse
48
- */
49
8
  'pagination'?: Pagination;
50
9
  }
@@ -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 { ApiTokenDto } from './api-token-dto';
13
- /**
14
- *
15
- * @export
16
- * @interface ApiTokenDtoResponse
17
- */
1
+ import { ApiTokenDto } from './api-token-dto';
18
2
  export interface ApiTokenDtoResponse {
19
- /**
20
- *
21
- * @type {ApiTokenDto}
22
- * @memberof ApiTokenDtoResponse
23
- */
24
3
  'data'?: ApiTokenDto;
25
- /**
26
- *
27
- * @type {boolean}
28
- * @memberof ApiTokenDtoResponse
29
- */
30
4
  'isSuccess'?: boolean;
31
- /**
32
- *
33
- * @type {number}
34
- * @memberof ApiTokenDtoResponse
35
- */
36
5
  'statusCode'?: number | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof ApiTokenDtoResponse
41
- */
42
6
  'traceId'?: string | null;
43
7
  }
@@ -1,55 +1,27 @@
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 { UserMinimalDto } from './user-minimal-dto';
1
+ import { UserMinimalDto } from './user-minimal-dto';
13
2
  /**
14
3
  * Represents an API token used for authentication.
15
- * @export
16
- * @interface ApiTokenDto
17
4
  */
18
5
  export interface ApiTokenDto {
19
6
  /**
20
7
  * The unique identifier of the API token.
21
- * @type {string}
22
- * @memberof ApiTokenDto
23
8
  */
24
9
  'id'?: string;
25
10
  /**
26
11
  * The name associated with the API token.
27
- * @type {string}
28
- * @memberof ApiTokenDto
29
12
  */
30
13
  'name'?: string;
31
14
  /**
32
15
  * The date when the API token was created.
33
- * @type {string}
34
- * @memberof ApiTokenDto
35
16
  */
36
17
  'creationDate'?: string;
37
18
  /**
38
19
  * The expiry date of the API token.
39
- * @type {string}
40
- * @memberof ApiTokenDto
41
20
  */
42
21
  'expiryDate'?: string;
43
22
  /**
44
23
  * The actual token used for authentication.
45
- * @type {string}
46
- * @memberof ApiTokenDto
47
24
  */
48
25
  'token'?: string | null;
49
- /**
50
- *
51
- * @type {UserMinimalDto}
52
- * @memberof ApiTokenDto
53
- */
54
26
  'owner'?: UserMinimalDto;
55
27
  }
@@ -11,20 +11,14 @@
11
11
  */
12
12
  /**
13
13
  * Data transfer object (DTO) representing the creation of an API token.
14
- * @export
15
- * @interface ApiTokenForCreationDto
16
14
  */
17
15
  export interface ApiTokenForCreationDto {
18
16
  /**
19
17
  * Gets or sets the name of the API token.
20
- * @type {string}
21
- * @memberof ApiTokenForCreationDto
22
18
  */
23
19
  'name': string;
24
20
  /**
25
21
  * Gets or sets the expiration duration of the token in days.
26
- * @type {number}
27
- * @memberof ApiTokenForCreationDto
28
22
  */
29
23
  'expiresInDays': number;
30
24
  }
@@ -1,50 +1,9 @@
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 { ApplicationProfileDto } from './application-profile-dto';
13
- import type { Pagination } from './pagination';
14
- /**
15
- *
16
- * @export
17
- * @interface ApplicationProfileDtoPagedResponse
18
- */
1
+ import { ApplicationProfileDto } from './application-profile-dto';
2
+ import { Pagination } from './pagination';
19
3
  export interface ApplicationProfileDtoPagedResponse {
20
- /**
21
- *
22
- * @type {Array<ApplicationProfileDto>}
23
- * @memberof ApplicationProfileDtoPagedResponse
24
- */
25
4
  'data'?: Array<ApplicationProfileDto> | null;
26
- /**
27
- *
28
- * @type {boolean}
29
- * @memberof ApplicationProfileDtoPagedResponse
30
- */
31
5
  'isSuccess'?: boolean;
32
- /**
33
- *
34
- * @type {number}
35
- * @memberof ApplicationProfileDtoPagedResponse
36
- */
37
6
  'statusCode'?: number | null;
38
- /**
39
- *
40
- * @type {string}
41
- * @memberof ApplicationProfileDtoPagedResponse
42
- */
43
7
  'traceId'?: string | null;
44
- /**
45
- *
46
- * @type {Pagination}
47
- * @memberof ApplicationProfileDtoPagedResponse
48
- */
49
8
  'pagination'?: Pagination;
50
9
  }