@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,21 +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 { ResourceQuotaDtoResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { ResourceQuotaDtoResponse } from '../../@coscine/model';
16
5
  /**
17
6
  * ProjectResourceQuotaApi - axios parameter creator
18
- * @export
19
7
  */
20
8
  export declare const ProjectResourceQuotaApiAxiosParamCreator: (configuration?: Configuration) => {
21
9
  /**
@@ -32,14 +20,14 @@ export declare const ProjectResourceQuotaApiAxiosParamCreator: (configuration?:
32
20
  * @summary Retrieves the resource quota for a specific resource in a project.
33
21
  * @param {string} projectId The Id or slug of the project.
34
22
  * @param {string} resourceId The ID of the resource.
23
+ * @param {boolean} [versionInfo] If versioning information should be loaded.
35
24
  * @param {*} [options] Override http request option.
36
25
  * @throws {RequiredError}
37
26
  */
38
- getQuotaForResourceForProject: (projectId: string, resourceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
27
+ getQuotaForResourceForProject: (projectId: string, resourceId: string, versionInfo?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39
28
  };
40
29
  /**
41
30
  * ProjectResourceQuotaApi - functional programming interface
42
- * @export
43
31
  */
44
32
  export declare const ProjectResourceQuotaApiFp: (configuration?: Configuration) => {
45
33
  /**
@@ -56,14 +44,14 @@ export declare const ProjectResourceQuotaApiFp: (configuration?: Configuration)
56
44
  * @summary Retrieves the resource quota for a specific resource in a project.
57
45
  * @param {string} projectId The Id or slug of the project.
58
46
  * @param {string} resourceId The ID of the resource.
47
+ * @param {boolean} [versionInfo] If versioning information should be loaded.
59
48
  * @param {*} [options] Override http request option.
60
49
  * @throws {RequiredError}
61
50
  */
62
- getQuotaForResourceForProject(projectId: string, resourceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceQuotaDtoResponse>>;
51
+ getQuotaForResourceForProject(projectId: string, resourceId: string, versionInfo?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceQuotaDtoResponse>>;
63
52
  };
64
53
  /**
65
54
  * ProjectResourceQuotaApi - factory interface
66
- * @export
67
55
  */
68
56
  export declare const ProjectResourceQuotaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
69
57
  /**
@@ -85,47 +73,30 @@ export declare const ProjectResourceQuotaApiFactory: (configuration?: Configurat
85
73
  };
86
74
  /**
87
75
  * Request parameters for apiV2ProjectsProjectIdResourcesResourceIdQuotaOptions operation in ProjectResourceQuotaApi.
88
- * @export
89
- * @interface ProjectResourceQuotaApiApiV2ProjectsProjectIdResourcesResourceIdQuotaOptionsRequest
90
76
  */
91
77
  export interface ProjectResourceQuotaApiApiV2ProjectsProjectIdResourcesResourceIdQuotaOptionsRequest {
92
- /**
93
- *
94
- * @type {string}
95
- * @memberof ProjectResourceQuotaApiApiV2ProjectsProjectIdResourcesResourceIdQuotaOptions
96
- */
97
78
  readonly projectId: string;
98
- /**
99
- *
100
- * @type {string}
101
- * @memberof ProjectResourceQuotaApiApiV2ProjectsProjectIdResourcesResourceIdQuotaOptions
102
- */
103
79
  readonly resourceId: string;
104
80
  }
105
81
  /**
106
82
  * Request parameters for getQuotaForResourceForProject operation in ProjectResourceQuotaApi.
107
- * @export
108
- * @interface ProjectResourceQuotaApiGetQuotaForResourceForProjectRequest
109
83
  */
110
84
  export interface ProjectResourceQuotaApiGetQuotaForResourceForProjectRequest {
111
85
  /**
112
86
  * The Id or slug of the project.
113
- * @type {string}
114
- * @memberof ProjectResourceQuotaApiGetQuotaForResourceForProject
115
87
  */
116
88
  readonly projectId: string;
117
89
  /**
118
90
  * The ID of the resource.
119
- * @type {string}
120
- * @memberof ProjectResourceQuotaApiGetQuotaForResourceForProject
121
91
  */
122
92
  readonly resourceId: string;
93
+ /**
94
+ * If versioning information should be loaded.
95
+ */
96
+ readonly versionInfo?: boolean;
123
97
  }
124
98
  /**
125
99
  * ProjectResourceQuotaApi - object-oriented interface
126
- * @export
127
- * @class ProjectResourceQuotaApi
128
- * @extends {BaseAPI}
129
100
  */
130
101
  export declare class ProjectResourceQuotaApi extends BaseAPI {
131
102
  /**
@@ -134,16 +105,14 @@ export declare class ProjectResourceQuotaApi extends BaseAPI {
134
105
  * @param {ProjectResourceQuotaApiApiV2ProjectsProjectIdResourcesResourceIdQuotaOptionsRequest} requestParameters Request parameters.
135
106
  * @param {*} [options] Override http request option.
136
107
  * @throws {RequiredError}
137
- * @memberof ProjectResourceQuotaApi
138
108
  */
139
- apiV2ProjectsProjectIdResourcesResourceIdQuotaOptions(requestParameters: ProjectResourceQuotaApiApiV2ProjectsProjectIdResourcesResourceIdQuotaOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
109
+ apiV2ProjectsProjectIdResourcesResourceIdQuotaOptions(requestParameters: ProjectResourceQuotaApiApiV2ProjectsProjectIdResourcesResourceIdQuotaOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
140
110
  /**
141
111
  *
142
112
  * @summary Retrieves the resource quota for a specific resource in a project.
143
113
  * @param {ProjectResourceQuotaApiGetQuotaForResourceForProjectRequest} requestParameters Request parameters.
144
114
  * @param {*} [options] Override http request option.
145
115
  * @throws {RequiredError}
146
- * @memberof ProjectResourceQuotaApi
147
116
  */
148
- getQuotaForResourceForProject(requestParameters: ProjectResourceQuotaApiGetQuotaForResourceForProjectRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceQuotaDtoResponse, any>>;
117
+ getQuotaForResourceForProject(requestParameters: ProjectResourceQuotaApiGetQuotaForResourceForProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceQuotaDtoResponse, any, {}>>;
149
118
  }
@@ -1,21 +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 { ResourceTypeInformationDtoIEnumerableResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { ResourceTypeInformationDtoIEnumerableResponse } from '../../@coscine/model';
16
5
  /**
17
6
  * ProjectResourceTypeApi - axios parameter creator
18
- * @export
19
7
  */
20
8
  export declare const ProjectResourceTypeApiAxiosParamCreator: (configuration?: Configuration) => {
21
9
  /**
@@ -37,7 +25,6 @@ export declare const ProjectResourceTypeApiAxiosParamCreator: (configuration?: C
37
25
  };
38
26
  /**
39
27
  * ProjectResourceTypeApi - functional programming interface
40
- * @export
41
28
  */
42
29
  export declare const ProjectResourceTypeApiFp: (configuration?: Configuration) => {
43
30
  /**
@@ -59,7 +46,6 @@ export declare const ProjectResourceTypeApiFp: (configuration?: Configuration) =
59
46
  };
60
47
  /**
61
48
  * ProjectResourceTypeApi - factory interface
62
- * @export
63
49
  */
64
50
  export declare const ProjectResourceTypeApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
65
51
  /**
@@ -81,35 +67,21 @@ export declare const ProjectResourceTypeApiFactory: (configuration?: Configurati
81
67
  };
82
68
  /**
83
69
  * Request parameters for apiV2ProjectsProjectIdResourceTypesOptions operation in ProjectResourceTypeApi.
84
- * @export
85
- * @interface ProjectResourceTypeApiApiV2ProjectsProjectIdResourceTypesOptionsRequest
86
70
  */
87
71
  export interface ProjectResourceTypeApiApiV2ProjectsProjectIdResourceTypesOptionsRequest {
88
- /**
89
- *
90
- * @type {string}
91
- * @memberof ProjectResourceTypeApiApiV2ProjectsProjectIdResourceTypesOptions
92
- */
93
72
  readonly projectId: string;
94
73
  }
95
74
  /**
96
75
  * Request parameters for getAvailableResourceTypesInformationForProject operation in ProjectResourceTypeApi.
97
- * @export
98
- * @interface ProjectResourceTypeApiGetAvailableResourceTypesInformationForProjectRequest
99
76
  */
100
77
  export interface ProjectResourceTypeApiGetAvailableResourceTypesInformationForProjectRequest {
101
78
  /**
102
79
  * The Id or slug of the project.
103
- * @type {string}
104
- * @memberof ProjectResourceTypeApiGetAvailableResourceTypesInformationForProject
105
80
  */
106
81
  readonly projectId: string;
107
82
  }
108
83
  /**
109
84
  * ProjectResourceTypeApi - object-oriented interface
110
- * @export
111
- * @class ProjectResourceTypeApi
112
- * @extends {BaseAPI}
113
85
  */
114
86
  export declare class ProjectResourceTypeApi extends BaseAPI {
115
87
  /**
@@ -118,16 +90,14 @@ export declare class ProjectResourceTypeApi extends BaseAPI {
118
90
  * @param {ProjectResourceTypeApiApiV2ProjectsProjectIdResourceTypesOptionsRequest} requestParameters Request parameters.
119
91
  * @param {*} [options] Override http request option.
120
92
  * @throws {RequiredError}
121
- * @memberof ProjectResourceTypeApi
122
93
  */
123
- apiV2ProjectsProjectIdResourceTypesOptions(requestParameters: ProjectResourceTypeApiApiV2ProjectsProjectIdResourceTypesOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
94
+ apiV2ProjectsProjectIdResourceTypesOptions(requestParameters: ProjectResourceTypeApiApiV2ProjectsProjectIdResourceTypesOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
124
95
  /**
125
96
  *
126
97
  * @summary Retrieves the available resource types information for a specific project.
127
98
  * @param {ProjectResourceTypeApiGetAvailableResourceTypesInformationForProjectRequest} requestParameters Request parameters.
128
99
  * @param {*} [options] Override http request option.
129
100
  * @throws {RequiredError}
130
- * @memberof ProjectResourceTypeApi
131
101
  */
132
- getAvailableResourceTypesInformationForProject(requestParameters: ProjectResourceTypeApiGetAvailableResourceTypesInformationForProjectRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceTypeInformationDtoIEnumerableResponse, any>>;
102
+ getAvailableResourceTypesInformationForProject(requestParameters: ProjectResourceTypeApiGetAvailableResourceTypesInformationForProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceTypeInformationDtoIEnumerableResponse, any, {}>>;
133
103
  }
@@ -1,21 +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 { ProjectDtoPagedResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { ProjectDtoPagedResponse } from '../../@coscine/model';
16
5
  /**
17
6
  * ProjectSubProjectsApi - axios parameter creator
18
- * @export
19
7
  */
20
8
  export declare const ProjectSubProjectsApiAxiosParamCreator: (configuration?: Configuration) => {
21
9
  /**
@@ -31,9 +19,9 @@ export declare const ProjectSubProjectsApiAxiosParamCreator: (configuration?: Co
31
19
  * @summary Retrieves all subprojects for a specified project.
32
20
  * @param {string} projectId The Id or slug of the project.
33
21
  * @param {boolean} [includeOrganizations] Gets or sets a value indicating whether to retrieve the organizations.
34
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
35
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
36
- * @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.
22
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
23
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
24
+ * @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;.
37
25
  * @param {*} [options] Override http request option.
38
26
  * @throws {RequiredError}
39
27
  */
@@ -41,7 +29,6 @@ export declare const ProjectSubProjectsApiAxiosParamCreator: (configuration?: Co
41
29
  };
42
30
  /**
43
31
  * ProjectSubProjectsApi - functional programming interface
44
- * @export
45
32
  */
46
33
  export declare const ProjectSubProjectsApiFp: (configuration?: Configuration) => {
47
34
  /**
@@ -57,9 +44,9 @@ export declare const ProjectSubProjectsApiFp: (configuration?: Configuration) =>
57
44
  * @summary Retrieves all subprojects for a specified project.
58
45
  * @param {string} projectId The Id or slug of the project.
59
46
  * @param {boolean} [includeOrganizations] Gets or sets a value indicating whether to retrieve the organizations.
60
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
61
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
62
- * @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.
47
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
48
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
49
+ * @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;.
63
50
  * @param {*} [options] Override http request option.
64
51
  * @throws {RequiredError}
65
52
  */
@@ -67,7 +54,6 @@ export declare const ProjectSubProjectsApiFp: (configuration?: Configuration) =>
67
54
  };
68
55
  /**
69
56
  * ProjectSubProjectsApi - factory interface
70
- * @export
71
57
  */
72
58
  export declare const ProjectSubProjectsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
73
59
  /**
@@ -89,59 +75,37 @@ export declare const ProjectSubProjectsApiFactory: (configuration?: Configuratio
89
75
  };
90
76
  /**
91
77
  * Request parameters for apiV2ProjectsProjectIdSubprojectsOptions operation in ProjectSubProjectsApi.
92
- * @export
93
- * @interface ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest
94
78
  */
95
79
  export interface ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest {
96
- /**
97
- *
98
- * @type {string}
99
- * @memberof ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptions
100
- */
101
80
  readonly projectId: string;
102
81
  }
103
82
  /**
104
83
  * Request parameters for getSubProjectsForProject operation in ProjectSubProjectsApi.
105
- * @export
106
- * @interface ProjectSubProjectsApiGetSubProjectsForProjectRequest
107
84
  */
108
85
  export interface ProjectSubProjectsApiGetSubProjectsForProjectRequest {
109
86
  /**
110
87
  * The Id or slug of the project.
111
- * @type {string}
112
- * @memberof ProjectSubProjectsApiGetSubProjectsForProject
113
88
  */
114
89
  readonly projectId: string;
115
90
  /**
116
91
  * Gets or sets a value indicating whether to retrieve the organizations.
117
- * @type {boolean}
118
- * @memberof ProjectSubProjectsApiGetSubProjectsForProject
119
92
  */
120
93
  readonly includeOrganizations?: boolean;
121
94
  /**
122
- * The desired page number. Should be greater than or equal to 1. Default is 1.
123
- * @type {number}
124
- * @memberof ProjectSubProjectsApiGetSubProjectsForProject
95
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
125
96
  */
126
97
  readonly pageNumber?: number;
127
98
  /**
128
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
129
- * @type {number}
130
- * @memberof ProjectSubProjectsApiGetSubProjectsForProject
99
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
131
100
  */
132
101
  readonly pageSize?: number;
133
102
  /**
134
- * 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.
135
- * @type {string}
136
- * @memberof ProjectSubProjectsApiGetSubProjectsForProject
103
+ * 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;.
137
104
  */
138
105
  readonly orderBy?: string;
139
106
  }
140
107
  /**
141
108
  * ProjectSubProjectsApi - object-oriented interface
142
- * @export
143
- * @class ProjectSubProjectsApi
144
- * @extends {BaseAPI}
145
109
  */
146
110
  export declare class ProjectSubProjectsApi extends BaseAPI {
147
111
  /**
@@ -150,16 +114,14 @@ export declare class ProjectSubProjectsApi extends BaseAPI {
150
114
  * @param {ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest} requestParameters Request parameters.
151
115
  * @param {*} [options] Override http request option.
152
116
  * @throws {RequiredError}
153
- * @memberof ProjectSubProjectsApi
154
117
  */
155
- apiV2ProjectsProjectIdSubprojectsOptions(requestParameters: ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
118
+ apiV2ProjectsProjectIdSubprojectsOptions(requestParameters: ProjectSubProjectsApiApiV2ProjectsProjectIdSubprojectsOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
156
119
  /**
157
120
  *
158
121
  * @summary Retrieves all subprojects for a specified project.
159
122
  * @param {ProjectSubProjectsApiGetSubProjectsForProjectRequest} requestParameters Request parameters.
160
123
  * @param {*} [options] Override http request option.
161
124
  * @throws {RequiredError}
162
- * @memberof ProjectSubProjectsApi
163
125
  */
164
- getSubProjectsForProject(requestParameters: ProjectSubProjectsApiGetSubProjectsForProjectRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectDtoPagedResponse, any>>;
126
+ getSubProjectsForProject(requestParameters: ProjectSubProjectsApiGetSubProjectsForProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectDtoPagedResponse, any, {}>>;
165
127
  }
@@ -1,22 +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 { ProvenanceDtoResponse } from '../../@coscine/model';
16
- import type { ProvenanceForUpdateDto } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { ProvenanceDtoResponse, ProvenanceForUpdateDto } from '../../@coscine/model';
17
5
  /**
18
6
  * ProvenanceApi - axios parameter creator
19
- * @export
20
7
  */
21
8
  export declare const ProvenanceApiAxiosParamCreator: (configuration?: Configuration) => {
22
9
  /**
@@ -52,7 +39,6 @@ export declare const ProvenanceApiAxiosParamCreator: (configuration?: Configurat
52
39
  };
53
40
  /**
54
41
  * ProvenanceApi - functional programming interface
55
- * @export
56
42
  */
57
43
  export declare const ProvenanceApiFp: (configuration?: Configuration) => {
58
44
  /**
@@ -88,7 +74,6 @@ export declare const ProvenanceApiFp: (configuration?: Configuration) => {
88
74
  };
89
75
  /**
90
76
  * ProvenanceApi - factory interface
91
- * @export
92
77
  */
93
78
  export declare const ProvenanceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
94
79
  /**
@@ -118,84 +103,51 @@ export declare const ProvenanceApiFactory: (configuration?: Configuration, baseP
118
103
  };
119
104
  /**
120
105
  * Request parameters for apiV2ProjectsProjectIdResourcesResourceIdProvenanceOptions operation in ProvenanceApi.
121
- * @export
122
- * @interface ProvenanceApiApiV2ProjectsProjectIdResourcesResourceIdProvenanceOptionsRequest
123
106
  */
124
107
  export interface ProvenanceApiApiV2ProjectsProjectIdResourcesResourceIdProvenanceOptionsRequest {
125
- /**
126
- *
127
- * @type {string}
128
- * @memberof ProvenanceApiApiV2ProjectsProjectIdResourcesResourceIdProvenanceOptions
129
- */
130
108
  readonly projectId: string;
131
- /**
132
- *
133
- * @type {string}
134
- * @memberof ProvenanceApiApiV2ProjectsProjectIdResourcesResourceIdProvenanceOptions
135
- */
136
109
  readonly resourceId: string;
137
110
  }
138
111
  /**
139
112
  * Request parameters for getSpecificProvenance operation in ProvenanceApi.
140
- * @export
141
- * @interface ProvenanceApiGetSpecificProvenanceRequest
142
113
  */
143
114
  export interface ProvenanceApiGetSpecificProvenanceRequest {
144
115
  /**
145
116
  * The unique identifier or slug of the project.
146
- * @type {string}
147
- * @memberof ProvenanceApiGetSpecificProvenance
148
117
  */
149
118
  readonly projectId: string;
150
119
  /**
151
120
  * The unique identifier of the resource.
152
- * @type {string}
153
- * @memberof ProvenanceApiGetSpecificProvenance
154
121
  */
155
122
  readonly resourceId: string;
156
123
  /**
157
124
  * Gets or sets the path of the metadata tree.
158
- * @type {string}
159
- * @memberof ProvenanceApiGetSpecificProvenance
160
125
  */
161
126
  readonly path: string;
162
127
  /**
163
128
  * Gets or sets the desired version. If the version is null, the newest will be returned.
164
- * @type {number}
165
- * @memberof ProvenanceApiGetSpecificProvenance
166
129
  */
167
130
  readonly version?: number;
168
131
  }
169
132
  /**
170
133
  * Request parameters for updateSpecificProvenance operation in ProvenanceApi.
171
- * @export
172
- * @interface ProvenanceApiUpdateSpecificProvenanceRequest
173
134
  */
174
135
  export interface ProvenanceApiUpdateSpecificProvenanceRequest {
175
136
  /**
176
137
  * The unique identifier or slug of the project.
177
- * @type {string}
178
- * @memberof ProvenanceApiUpdateSpecificProvenance
179
138
  */
180
139
  readonly projectId: string;
181
140
  /**
182
141
  * The unique identifier of the resource.
183
- * @type {string}
184
- * @memberof ProvenanceApiUpdateSpecificProvenance
185
142
  */
186
143
  readonly resourceId: string;
187
144
  /**
188
145
  * The updated provenance information.
189
- * @type {ProvenanceForUpdateDto}
190
- * @memberof ProvenanceApiUpdateSpecificProvenance
191
146
  */
192
147
  readonly provenanceForUpdateDto?: ProvenanceForUpdateDto;
193
148
  }
194
149
  /**
195
150
  * ProvenanceApi - object-oriented interface
196
- * @export
197
- * @class ProvenanceApi
198
- * @extends {BaseAPI}
199
151
  */
200
152
  export declare class ProvenanceApi extends BaseAPI {
201
153
  /**
@@ -204,25 +156,22 @@ export declare class ProvenanceApi extends BaseAPI {
204
156
  * @param {ProvenanceApiApiV2ProjectsProjectIdResourcesResourceIdProvenanceOptionsRequest} requestParameters Request parameters.
205
157
  * @param {*} [options] Override http request option.
206
158
  * @throws {RequiredError}
207
- * @memberof ProvenanceApi
208
159
  */
209
- apiV2ProjectsProjectIdResourcesResourceIdProvenanceOptions(requestParameters: ProvenanceApiApiV2ProjectsProjectIdResourcesResourceIdProvenanceOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
160
+ apiV2ProjectsProjectIdResourcesResourceIdProvenanceOptions(requestParameters: ProvenanceApiApiV2ProjectsProjectIdResourcesResourceIdProvenanceOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
210
161
  /**
211
162
  *
212
163
  * @summary Retrieves the specific provenance information associated with a resource.
213
164
  * @param {ProvenanceApiGetSpecificProvenanceRequest} requestParameters Request parameters.
214
165
  * @param {*} [options] Override http request option.
215
166
  * @throws {RequiredError}
216
- * @memberof ProvenanceApi
217
167
  */
218
- getSpecificProvenance(requestParameters: ProvenanceApiGetSpecificProvenanceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProvenanceDtoResponse, any>>;
168
+ getSpecificProvenance(requestParameters: ProvenanceApiGetSpecificProvenanceRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProvenanceDtoResponse, any, {}>>;
219
169
  /**
220
170
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
221
171
  * @summary Updates existing specific provenance information of a resource.
222
172
  * @param {ProvenanceApiUpdateSpecificProvenanceRequest} requestParameters Request parameters.
223
173
  * @param {*} [options] Override http request option.
224
174
  * @throws {RequiredError}
225
- * @memberof ProvenanceApi
226
175
  */
227
- updateSpecificProvenance(requestParameters: ProvenanceApiUpdateSpecificProvenanceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
176
+ updateSpecificProvenance(requestParameters: ProvenanceApiUpdateSpecificProvenanceRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
228
177
  }
@@ -1,19 +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 { 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 { PublicationAdvisoryServiceDtoPagedResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { AcceptedLanguage, PublicationAdvisoryServiceDtoPagedResponse } from '../../@coscine/model';
17
5
  /**
18
6
  * PublicationAdvisoryServiceApi - axios parameter creator
19
7
  */
@@ -30,9 +18,9 @@ export declare const PublicationAdvisoryServiceApiAxiosParamCreator: (configurat
30
18
  * @summary Retrieves all relevant publication services for an organization.
31
19
  * @param {string} [searchTerm] Gets or sets the search term used to filter organizations.
32
20
  * @param {AcceptedLanguage} [language] Gets or sets language of name or text (dataPublicationService).
33
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
34
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
35
- * @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.
21
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
22
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
23
+ * @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;.
36
24
  * @param {*} [options] Override http request option.
37
25
  * @throws {RequiredError}
38
26
  */
@@ -54,9 +42,9 @@ export declare const PublicationAdvisoryServiceApiFp: (configuration?: Configura
54
42
  * @summary Retrieves all relevant publication services for an organization.
55
43
  * @param {string} [searchTerm] Gets or sets the search term used to filter organizations.
56
44
  * @param {AcceptedLanguage} [language] Gets or sets language of name or text (dataPublicationService).
57
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
58
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
59
- * @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.
45
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
46
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
47
+ * @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;.
60
48
  * @param {*} [options] Override http request option.
61
49
  * @throws {RequiredError}
62
50
  */
@@ -92,20 +80,18 @@ export interface PublicationAdvisoryServiceApiGetPublicationServicesRequest {
92
80
  readonly searchTerm?: string;
93
81
  /**
94
82
  * Gets or sets language of name or text (dataPublicationService).
95
- * @type {AcceptedLanguage}
96
- * @memberof PublicationAdvisoryServiceApiGetPublicationServices
97
83
  */
98
84
  readonly language?: AcceptedLanguage;
99
85
  /**
100
- * The desired page number. Should be greater than or equal to 1. Default is 1.
86
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
101
87
  */
102
88
  readonly pageNumber?: number;
103
89
  /**
104
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
90
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
105
91
  */
106
92
  readonly pageSize?: number;
107
93
  /**
108
- * 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.
94
+ * 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;.
109
95
  */
110
96
  readonly orderBy?: string;
111
97
  }
@@ -119,7 +105,7 @@ export declare class PublicationAdvisoryServiceApi extends BaseAPI {
119
105
  * @param {*} [options] Override http request option.
120
106
  * @throws {RequiredError}
121
107
  */
122
- apiV2PublicationServiceOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
108
+ apiV2PublicationServiceOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
123
109
  /**
124
110
  *
125
111
  * @summary Retrieves all relevant publication services for an organization.
@@ -127,5 +113,5 @@ export declare class PublicationAdvisoryServiceApi extends BaseAPI {
127
113
  * @param {*} [options] Override http request option.
128
114
  * @throws {RequiredError}
129
115
  */
130
- getPublicationServices(requestParameters?: PublicationAdvisoryServiceApiGetPublicationServicesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PublicationAdvisoryServiceDtoPagedResponse, any>>;
116
+ getPublicationServices(requestParameters?: PublicationAdvisoryServiceApiGetPublicationServicesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<PublicationAdvisoryServiceDtoPagedResponse, any, {}>>;
131
117
  }