@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,23 +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 { MessageDto } from '../../@coscine/model';
16
- import type { MessageDtoPagedResponse } from '../../@coscine/model';
17
- import type { MessageType } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { MessageDtoIEnumerableResponse, MessageDtoPagedResponse, MessageType } from '../../@coscine/model';
18
5
  /**
19
6
  * SystemStatusApi - axios parameter creator
20
- * @export
21
7
  */
22
8
  export declare const SystemStatusApiAxiosParamCreator: (configuration?: Configuration) => {
23
9
  /**
@@ -43,9 +29,9 @@ export declare const SystemStatusApiAxiosParamCreator: (configuration?: Configur
43
29
  * @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
44
30
  * @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
45
31
  * @param {string} [searchTerm] Filter messages by text contained in the messages or title.
46
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
47
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
48
- * @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.
32
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
33
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
34
+ * @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;.
49
35
  * @param {*} [options] Override http request option.
50
36
  * @throws {RequiredError}
51
37
  */
@@ -53,9 +39,9 @@ export declare const SystemStatusApiAxiosParamCreator: (configuration?: Configur
53
39
  /**
54
40
  *
55
41
  * @summary Retrieves the NOC messages.
56
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
57
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
58
- * @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.
42
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
43
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
44
+ * @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;.
59
45
  * @param {*} [options] Override http request option.
60
46
  * @throws {RequiredError}
61
47
  */
@@ -63,7 +49,6 @@ export declare const SystemStatusApiAxiosParamCreator: (configuration?: Configur
63
49
  };
64
50
  /**
65
51
  * SystemStatusApi - functional programming interface
66
- * @export
67
52
  */
68
53
  export declare const SystemStatusApiFp: (configuration?: Configuration) => {
69
54
  /**
@@ -79,7 +64,7 @@ export declare const SystemStatusApiFp: (configuration?: Configuration) => {
79
64
  * @param {*} [options] Override http request option.
80
65
  * @throws {RequiredError}
81
66
  */
82
- getActiveNocMessages(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MessageDto>>>;
67
+ getActiveNocMessages(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MessageDtoIEnumerableResponse>>;
83
68
  /**
84
69
  *
85
70
  * @summary Retrieves the internal messages.
@@ -89,9 +74,9 @@ export declare const SystemStatusApiFp: (configuration?: Configuration) => {
89
74
  * @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
90
75
  * @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
91
76
  * @param {string} [searchTerm] Filter messages by text contained in the messages or title.
92
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
93
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
94
- * @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.
77
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
78
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
79
+ * @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;.
95
80
  * @param {*} [options] Override http request option.
96
81
  * @throws {RequiredError}
97
82
  */
@@ -99,9 +84,9 @@ export declare const SystemStatusApiFp: (configuration?: Configuration) => {
99
84
  /**
100
85
  *
101
86
  * @summary Retrieves the NOC messages.
102
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
103
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
104
- * @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.
87
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
88
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
89
+ * @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;.
105
90
  * @param {*} [options] Override http request option.
106
91
  * @throws {RequiredError}
107
92
  */
@@ -109,7 +94,6 @@ export declare const SystemStatusApiFp: (configuration?: Configuration) => {
109
94
  };
110
95
  /**
111
96
  * SystemStatusApi - factory interface
112
- * @export
113
97
  */
114
98
  export declare const SystemStatusApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
115
99
  /**
@@ -125,7 +109,7 @@ export declare const SystemStatusApiFactory: (configuration?: Configuration, bas
125
109
  * @param {*} [options] Override http request option.
126
110
  * @throws {RequiredError}
127
111
  */
128
- getActiveNocMessages(options?: RawAxiosRequestConfig): AxiosPromise<Array<MessageDto>>;
112
+ getActiveNocMessages(options?: RawAxiosRequestConfig): AxiosPromise<MessageDtoIEnumerableResponse>;
129
113
  /**
130
114
  *
131
115
  * @summary Retrieves the internal messages.
@@ -145,95 +129,64 @@ export declare const SystemStatusApiFactory: (configuration?: Configuration, bas
145
129
  };
146
130
  /**
147
131
  * Request parameters for getInternalMessages operation in SystemStatusApi.
148
- * @export
149
- * @interface SystemStatusApiGetInternalMessagesRequest
150
132
  */
151
133
  export interface SystemStatusApiGetInternalMessagesRequest {
152
134
  /**
153
135
  * Will only return messages that have their start date after this date (UTC).
154
- * @type {string}
155
- * @memberof SystemStatusApiGetInternalMessages
156
136
  */
157
137
  readonly startDateAfter?: string;
158
138
  /**
159
139
  * Will only return messages that have their start date before this date (UTC).
160
- * @type {string}
161
- * @memberof SystemStatusApiGetInternalMessages
162
140
  */
163
141
  readonly startDateBefore?: string;
164
142
  /**
165
143
  * Will only return messages that have their end date after this date (UTC).
166
- * @type {string}
167
- * @memberof SystemStatusApiGetInternalMessages
168
144
  */
169
145
  readonly endDateAfter?: string;
170
146
  /**
171
147
  * Will only return messages that have their end date before this date (UTC).
172
- * @type {string}
173
- * @memberof SystemStatusApiGetInternalMessages
174
148
  */
175
149
  readonly endDateBefore?: string;
176
150
  /**
177
151
  * Filter messages by their type (e.g. information, warning, error).
178
- * @type {MessageType}
179
- * @memberof SystemStatusApiGetInternalMessages
180
152
  */
181
153
  readonly type?: MessageType;
182
154
  /**
183
155
  * Filter messages by text contained in the messages or title.
184
- * @type {string}
185
- * @memberof SystemStatusApiGetInternalMessages
186
156
  */
187
157
  readonly searchTerm?: string;
188
158
  /**
189
- * The desired page number. Should be greater than or equal to 1. Default is 1.
190
- * @type {number}
191
- * @memberof SystemStatusApiGetInternalMessages
159
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
192
160
  */
193
161
  readonly pageNumber?: number;
194
162
  /**
195
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
196
- * @type {number}
197
- * @memberof SystemStatusApiGetInternalMessages
163
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
198
164
  */
199
165
  readonly pageSize?: number;
200
166
  /**
201
- * 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.
202
- * @type {string}
203
- * @memberof SystemStatusApiGetInternalMessages
167
+ * 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;.
204
168
  */
205
169
  readonly orderBy?: string;
206
170
  }
207
171
  /**
208
172
  * Request parameters for getNocMessages operation in SystemStatusApi.
209
- * @export
210
- * @interface SystemStatusApiGetNocMessagesRequest
211
173
  */
212
174
  export interface SystemStatusApiGetNocMessagesRequest {
213
175
  /**
214
- * The desired page number. Should be greater than or equal to 1. Default is 1.
215
- * @type {number}
216
- * @memberof SystemStatusApiGetNocMessages
176
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
217
177
  */
218
178
  readonly pageNumber?: number;
219
179
  /**
220
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
221
- * @type {number}
222
- * @memberof SystemStatusApiGetNocMessages
180
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
223
181
  */
224
182
  readonly pageSize?: number;
225
183
  /**
226
- * 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.
227
- * @type {string}
228
- * @memberof SystemStatusApiGetNocMessages
184
+ * 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;.
229
185
  */
230
186
  readonly orderBy?: string;
231
187
  }
232
188
  /**
233
189
  * SystemStatusApi - object-oriented interface
234
- * @export
235
- * @class SystemStatusApi
236
- * @extends {BaseAPI}
237
190
  */
238
191
  export declare class SystemStatusApi extends BaseAPI {
239
192
  /**
@@ -241,33 +194,29 @@ export declare class SystemStatusApi extends BaseAPI {
241
194
  * @summary Responds with the HTTP methods allowed for the endpoint.
242
195
  * @param {*} [options] Override http request option.
243
196
  * @throws {RequiredError}
244
- * @memberof SystemStatusApi
245
197
  */
246
- apiV2SystemStatusOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
198
+ apiV2SystemStatusOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
247
199
  /**
248
200
  *
249
201
  * @summary Retrieves the NOC messages.
250
202
  * @param {*} [options] Override http request option.
251
203
  * @throws {RequiredError}
252
- * @memberof SystemStatusApi
253
204
  */
254
- getActiveNocMessages(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MessageDto[], any>>;
205
+ getActiveNocMessages(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MessageDtoIEnumerableResponse, any, {}>>;
255
206
  /**
256
207
  *
257
208
  * @summary Retrieves the internal messages.
258
209
  * @param {SystemStatusApiGetInternalMessagesRequest} requestParameters Request parameters.
259
210
  * @param {*} [options] Override http request option.
260
211
  * @throws {RequiredError}
261
- * @memberof SystemStatusApi
262
212
  */
263
- getInternalMessages(requestParameters?: SystemStatusApiGetInternalMessagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MessageDtoPagedResponse, any>>;
213
+ getInternalMessages(requestParameters?: SystemStatusApiGetInternalMessagesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MessageDtoPagedResponse, any, {}>>;
264
214
  /**
265
215
  *
266
216
  * @summary Retrieves the NOC messages.
267
217
  * @param {SystemStatusApiGetNocMessagesRequest} requestParameters Request parameters.
268
218
  * @param {*} [options] Override http request option.
269
219
  * @throws {RequiredError}
270
- * @memberof SystemStatusApi
271
220
  */
272
- getNocMessages(requestParameters?: SystemStatusApiGetNocMessagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MessageDtoPagedResponse, any>>;
221
+ getNocMessages(requestParameters?: SystemStatusApiGetNocMessagesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MessageDtoPagedResponse, any, {}>>;
273
222
  }
@@ -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 { TitleDtoIEnumerableResponse } from '../../@coscine/model';
16
- import type { TitleDtoResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { TitleDtoIEnumerableResponse, TitleDtoResponse } from '../../@coscine/model';
17
5
  /**
18
6
  * TitleApi - axios parameter creator
19
- * @export
20
7
  */
21
8
  export declare const TitleApiAxiosParamCreator: (configuration?: Configuration) => {
22
9
  /**
@@ -37,9 +24,9 @@ export declare const TitleApiAxiosParamCreator: (configuration?: Configuration)
37
24
  /**
38
25
  *
39
26
  * @summary Retrieves all titles.
40
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
41
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
42
- * @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.
27
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
28
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
29
+ * @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;.
43
30
  * @param {*} [options] Override http request option.
44
31
  * @throws {RequiredError}
45
32
  */
@@ -47,7 +34,6 @@ export declare const TitleApiAxiosParamCreator: (configuration?: Configuration)
47
34
  };
48
35
  /**
49
36
  * TitleApi - functional programming interface
50
- * @export
51
37
  */
52
38
  export declare const TitleApiFp: (configuration?: Configuration) => {
53
39
  /**
@@ -68,9 +54,9 @@ export declare const TitleApiFp: (configuration?: Configuration) => {
68
54
  /**
69
55
  *
70
56
  * @summary Retrieves all titles.
71
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
72
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
73
- * @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.
57
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
58
+ * @param {number} [pageSize] Gets or sets 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. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
74
60
  * @param {*} [options] Override http request option.
75
61
  * @throws {RequiredError}
76
62
  */
@@ -78,7 +64,6 @@ export declare const TitleApiFp: (configuration?: Configuration) => {
78
64
  };
79
65
  /**
80
66
  * TitleApi - factory interface
81
- * @export
82
67
  */
83
68
  export declare const TitleApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
84
69
  /**
@@ -107,47 +92,32 @@ export declare const TitleApiFactory: (configuration?: Configuration, basePath?:
107
92
  };
108
93
  /**
109
94
  * Request parameters for getTitle operation in TitleApi.
110
- * @export
111
- * @interface TitleApiGetTitleRequest
112
95
  */
113
96
  export interface TitleApiGetTitleRequest {
114
97
  /**
115
98
  * The ID of the title.
116
- * @type {string}
117
- * @memberof TitleApiGetTitle
118
99
  */
119
100
  readonly titleId: string;
120
101
  }
121
102
  /**
122
103
  * Request parameters for getTitles operation in TitleApi.
123
- * @export
124
- * @interface TitleApiGetTitlesRequest
125
104
  */
126
105
  export interface TitleApiGetTitlesRequest {
127
106
  /**
128
- * The desired page number. Should be greater than or equal to 1. Default is 1.
129
- * @type {number}
130
- * @memberof TitleApiGetTitles
107
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
131
108
  */
132
109
  readonly pageNumber?: number;
133
110
  /**
134
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
135
- * @type {number}
136
- * @memberof TitleApiGetTitles
111
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
137
112
  */
138
113
  readonly pageSize?: number;
139
114
  /**
140
- * 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.
141
- * @type {string}
142
- * @memberof TitleApiGetTitles
115
+ * 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;.
143
116
  */
144
117
  readonly orderBy?: string;
145
118
  }
146
119
  /**
147
120
  * TitleApi - object-oriented interface
148
- * @export
149
- * @class TitleApi
150
- * @extends {BaseAPI}
151
121
  */
152
122
  export declare class TitleApi extends BaseAPI {
153
123
  /**
@@ -155,25 +125,22 @@ export declare class TitleApi extends BaseAPI {
155
125
  * @summary Responds with the HTTP methods allowed for the endpoint.
156
126
  * @param {*} [options] Override http request option.
157
127
  * @throws {RequiredError}
158
- * @memberof TitleApi
159
128
  */
160
- apiV2TitlesOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
129
+ apiV2TitlesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
161
130
  /**
162
131
  *
163
132
  * @summary Retrieves a title by ID.
164
133
  * @param {TitleApiGetTitleRequest} requestParameters Request parameters.
165
134
  * @param {*} [options] Override http request option.
166
135
  * @throws {RequiredError}
167
- * @memberof TitleApi
168
136
  */
169
- getTitle(requestParameters: TitleApiGetTitleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TitleDtoResponse, any>>;
137
+ getTitle(requestParameters: TitleApiGetTitleRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<TitleDtoResponse, any, {}>>;
170
138
  /**
171
139
  *
172
140
  * @summary Retrieves all titles.
173
141
  * @param {TitleApiGetTitlesRequest} requestParameters Request parameters.
174
142
  * @param {*} [options] Override http request option.
175
143
  * @throws {RequiredError}
176
- * @memberof TitleApi
177
144
  */
178
- getTitles(requestParameters?: TitleApiGetTitlesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TitleDtoIEnumerableResponse, any>>;
145
+ getTitles(requestParameters?: TitleApiGetTitlesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<TitleDtoIEnumerableResponse, any, {}>>;
179
146
  }
@@ -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 { TermsOfServiceDtoResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { TermsOfServiceDtoResponse } from '../../@coscine/model';
16
5
  /**
17
6
  * TosApi - axios parameter creator
18
- * @export
19
7
  */
20
8
  export declare const TosApiAxiosParamCreator: (configuration?: Configuration) => {
21
9
  /**
@@ -35,7 +23,6 @@ export declare const TosApiAxiosParamCreator: (configuration?: Configuration) =>
35
23
  };
36
24
  /**
37
25
  * TosApi - functional programming interface
38
- * @export
39
26
  */
40
27
  export declare const TosApiFp: (configuration?: Configuration) => {
41
28
  /**
@@ -55,7 +42,6 @@ export declare const TosApiFp: (configuration?: Configuration) => {
55
42
  };
56
43
  /**
57
44
  * TosApi - factory interface
58
- * @export
59
45
  */
60
46
  export declare const TosApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
61
47
  /**
@@ -75,9 +61,6 @@ export declare const TosApiFactory: (configuration?: Configuration, basePath?: s
75
61
  };
76
62
  /**
77
63
  * TosApi - object-oriented interface
78
- * @export
79
- * @class TosApi
80
- * @extends {BaseAPI}
81
64
  */
82
65
  export declare class TosApi extends BaseAPI {
83
66
  /**
@@ -85,15 +68,13 @@ export declare class TosApi extends BaseAPI {
85
68
  * @summary Responds with the HTTP methods allowed for the endpoint.
86
69
  * @param {*} [options] Override http request option.
87
70
  * @throws {RequiredError}
88
- * @memberof TosApi
89
71
  */
90
- apiV2TosOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
72
+ apiV2TosOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
91
73
  /**
92
74
  *
93
75
  * @summary Retrieves the current Terms of Service version.
94
76
  * @param {*} [options] Override http request option.
95
77
  * @throws {RequiredError}
96
- * @memberof TosApi
97
78
  */
98
- getTos(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TermsOfServiceDtoResponse, any>>;
79
+ getTos(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<TermsOfServiceDtoResponse, any, {}>>;
99
80
  }