@coscine/api-client 3.25.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 (210) hide show
  1. package/README.md +130 -2
  2. package/dist/index.js +8822 -5126
  3. package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +52 -74
  4. package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +18 -34
  5. package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +24 -19
  6. package/dist/types/Coscine.Api/@coscine/api/data-hamster-report-api.d.ts +11 -24
  7. package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +24 -30
  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 -19
  12. package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +16 -28
  13. package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +16 -28
  14. package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +6 -17
  15. package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +16 -28
  16. package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +16 -29
  17. package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +17 -30
  18. package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +19 -33
  19. package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +18 -31
  20. package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +60 -33
  21. package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +7 -19
  22. package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +17 -30
  23. package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +19 -33
  24. package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +6 -17
  25. package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +6 -17
  26. package/dist/types/Coscine.Api/@coscine/api/project-sub-projects-api.d.ts +15 -26
  27. package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +7 -19
  28. package/dist/types/Coscine.Api/@coscine/api/publication-advisory-service-api.d.ts +15 -27
  29. package/dist/types/Coscine.Api/@coscine/api/report-api.d.ts +11 -22
  30. package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +6 -17
  31. package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +7 -19
  32. package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +8 -21
  33. package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +16 -28
  34. package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +15 -27
  35. package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +18 -31
  36. package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +14 -31
  37. package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +8 -19
  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 -41
  41. package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +16 -28
  42. package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +6 -17
  43. package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +63 -50
  44. package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +6 -17
  45. package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +18 -31
  46. package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +16 -28
  47. package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +24 -38
  48. package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +2 -13
  49. package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +2 -13
  50. package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +1 -12
  51. package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +1 -12
  52. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +2 -13
  53. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +1 -12
  54. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -12
  55. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +1 -12
  56. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +1 -12
  57. package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +1 -12
  58. package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-ienumerable-response.d.ts +1 -12
  59. package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-response.d.ts +1 -12
  60. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +1 -12
  61. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +3 -14
  62. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +1 -12
  63. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +3 -14
  64. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +1 -12
  65. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +3 -14
  66. package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +2 -13
  67. package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +2 -13
  68. package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +1 -12
  69. package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +2 -13
  70. package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +2 -13
  71. package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +1 -12
  72. package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +1 -12
  73. package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +2 -13
  74. package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +3 -14
  75. package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +1 -1
  76. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +1 -12
  77. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +1 -12
  78. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +1 -12
  79. package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +1 -12
  80. package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +2 -13
  81. package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -12
  82. package/dist/types/Coscine.Api/@coscine/model/index.d.ts +8 -0
  83. package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +1 -12
  84. package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +1 -12
  85. package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +2 -13
  86. package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +1 -12
  87. package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +2 -13
  88. package/dist/types/Coscine.Api/@coscine/model/message-dto-ienumerable-response.d.ts +7 -0
  89. package/dist/types/Coscine.Api/@coscine/model/message-dto-paged-response.d.ts +2 -13
  90. package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +1 -12
  91. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +2 -13
  92. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +1 -12
  93. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +5 -16
  94. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +3 -14
  95. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +1 -12
  96. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +1 -12
  97. package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +1 -12
  98. package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto-paged-response.d.ts +9 -0
  99. package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto-response.d.ts +7 -0
  100. package/dist/types/Coscine.Api/@coscine/model/metadata-version-node-dto.d.ts +21 -0
  101. package/dist/types/Coscine.Api/@coscine/model/notification-dto-paged-response.d.ts +2 -13
  102. package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +1 -12
  103. package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +2 -13
  104. package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +1 -12
  105. package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +1 -12
  106. package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +2 -13
  107. package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +1 -12
  108. package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +1 -12
  109. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +2 -13
  110. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +10 -21
  111. package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +2 -13
  112. package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +1 -12
  113. package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +5 -16
  114. package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +3 -14
  115. package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +3 -14
  116. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +2 -13
  117. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +1 -12
  118. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +3 -14
  119. package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +1 -12
  120. package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +1 -12
  121. package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +3 -14
  122. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +2 -13
  123. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +1 -12
  124. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +3 -14
  125. package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +1 -12
  126. package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +2 -13
  127. package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +1 -12
  128. package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +3 -14
  129. package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +1 -12
  130. package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +2 -13
  131. package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +2 -13
  132. package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +2 -13
  133. package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +1 -12
  134. package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +1 -12
  135. package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto-paged-response.d.ts +2 -13
  136. package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +1 -12
  137. package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +1 -12
  138. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +1 -12
  139. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +1 -12
  140. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +1 -12
  141. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +2 -13
  142. package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -12
  143. package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -12
  144. package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +1 -12
  145. package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -12
  146. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +1 -12
  147. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -12
  148. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +2 -13
  149. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +10 -21
  150. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +2 -13
  151. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +1 -12
  152. package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +2 -13
  153. package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +1 -12
  154. package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +8 -19
  155. package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +6 -17
  156. package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +5 -16
  157. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +1 -12
  158. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +2 -13
  159. package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +1 -12
  160. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +1 -12
  161. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +1 -12
  162. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +3 -14
  163. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +8 -19
  164. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +7 -18
  165. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +7 -18
  166. package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +2 -13
  167. package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +1 -12
  168. package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +3 -14
  169. package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +1 -12
  170. package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto-response.d.ts +1 -12
  171. package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto.d.ts +1 -12
  172. package/dist/types/Coscine.Api/@coscine/model/storage-node-dto-paged-response.d.ts +9 -0
  173. package/dist/types/Coscine.Api/@coscine/model/storage-node-dto-response.d.ts +7 -0
  174. package/dist/types/Coscine.Api/@coscine/model/storage-node-dto.d.ts +17 -0
  175. package/dist/types/Coscine.Api/@coscine/model/storage-node-links.d.ts +30 -0
  176. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +1 -12
  177. package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +1 -12
  178. package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +1 -12
  179. package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +2 -13
  180. package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +1 -12
  181. package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +7 -18
  182. package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +3 -14
  183. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +1 -12
  184. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +2 -13
  185. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +1 -12
  186. package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +1 -12
  187. package/dist/types/Coscine.Api/@coscine/model/user-project-role-count-dto-response.d.ts +1 -12
  188. package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +2 -13
  189. package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +1 -12
  190. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +2 -13
  191. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +2 -13
  192. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +1 -12
  193. package/dist/types/Coscine.Api/api.d.ts +5 -0
  194. package/dist/types/Coscine.Api/base.d.ts +2 -13
  195. package/dist/types/Coscine.Api/common.d.ts +5 -16
  196. package/dist/types/Coscine.Api/index.d.ts +3 -3
  197. package/dist/types/Coscine.Api.STS/@coscine/api/account-api.d.ts +4 -15
  198. package/dist/types/Coscine.Api.STS/@coscine/api/home-api.d.ts +3 -14
  199. package/dist/types/Coscine.Api.STS/@coscine/api/merge-api.d.ts +4 -15
  200. package/dist/types/Coscine.Api.STS/@coscine/api/orci-dapi.d.ts +4 -15
  201. package/dist/types/Coscine.Api.STS/@coscine/api/shibboleth-api.d.ts +4 -15
  202. package/dist/types/Coscine.Api.STS/@coscine/model/login-urls.d.ts +0 -11
  203. package/dist/types/Coscine.Api.STS/base.d.ts +2 -13
  204. package/dist/types/Coscine.Api.STS/common.d.ts +4 -15
  205. package/dist/types/Coscine.Api.STS/index.d.ts +3 -3
  206. package/dist/types/apis.d.ts +211 -177
  207. package/dist/types/axios-basic.d.ts +1 -1
  208. package/dist/types/index.d.ts +426 -352
  209. package/dist/types/testing.d.ts +46 -0
  210. package/package.json +7 -7
@@ -0,0 +1,232 @@
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ /**
5
+ * StorageContentApi - axios parameter creator
6
+ */
7
+ export declare const StorageContentApiAxiosParamCreator: (configuration?: Configuration) => {
8
+ /**
9
+ *
10
+ * @summary Responds with the HTTP methods allowed for the endpoint.
11
+ * @param {string} projectId
12
+ * @param {string} resourceId
13
+ * @param {string} encodedPath
14
+ * @param {*} [options] Override http request option.
15
+ * @throws {RequiredError}
16
+ */
17
+ apiV2ProjectsProjectIdResourcesResourceIdStorageEncodedPathContentOptions: (projectId: string, resourceId: string, encodedPath: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
18
+ /**
19
+ *
20
+ * @summary Retrieves the raw content of a file, optionally at a specific version.
21
+ * @param {string} projectId The unique identifier of the project.
22
+ * @param {string} resourceId The unique identifier of the resource.
23
+ * @param {string} encodedPath The url encoded path of the file.
24
+ * @param {*} [options] Override http request option.
25
+ * @throws {RequiredError}
26
+ */
27
+ getStorageRaw: (projectId: string, resourceId: string, encodedPath: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
28
+ /**
29
+ *
30
+ * @summary Uploads a new file with raw content.
31
+ * @param {string} projectId The unique identifier of the project.
32
+ * @param {string} resourceId The unique identifier of the resource.
33
+ * @param {string} encodedPath The url encoded path of the file.
34
+ * @param {File} [file]
35
+ * @param {*} [options] Override http request option.
36
+ * @throws {RequiredError}
37
+ */
38
+ postStorageRaw: (projectId: string, resourceId: string, encodedPath: string, file?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39
+ /**
40
+ *
41
+ * @summary Updates or overwrites a file with new raw content.
42
+ * @param {string} projectId The unique identifier of the project.
43
+ * @param {string} resourceId The unique identifier of the resource.
44
+ * @param {string} encodedPath The url encoded path of the file.
45
+ * @param {File} [file]
46
+ * @param {*} [options] Override http request option.
47
+ * @throws {RequiredError}
48
+ */
49
+ putStorageRaw: (projectId: string, resourceId: string, encodedPath: string, file?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
50
+ };
51
+ /**
52
+ * StorageContentApi - functional programming interface
53
+ */
54
+ export declare const StorageContentApiFp: (configuration?: Configuration) => {
55
+ /**
56
+ *
57
+ * @summary Responds with the HTTP methods allowed for the endpoint.
58
+ * @param {string} projectId
59
+ * @param {string} resourceId
60
+ * @param {string} encodedPath
61
+ * @param {*} [options] Override http request option.
62
+ * @throws {RequiredError}
63
+ */
64
+ apiV2ProjectsProjectIdResourcesResourceIdStorageEncodedPathContentOptions(projectId: string, resourceId: string, encodedPath: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
65
+ /**
66
+ *
67
+ * @summary Retrieves the raw content of a file, optionally at a specific version.
68
+ * @param {string} projectId The unique identifier of the project.
69
+ * @param {string} resourceId The unique identifier of the resource.
70
+ * @param {string} encodedPath The url encoded path of the file.
71
+ * @param {*} [options] Override http request option.
72
+ * @throws {RequiredError}
73
+ */
74
+ getStorageRaw(projectId: string, resourceId: string, encodedPath: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
75
+ /**
76
+ *
77
+ * @summary Uploads a new file with raw content.
78
+ * @param {string} projectId The unique identifier of the project.
79
+ * @param {string} resourceId The unique identifier of the resource.
80
+ * @param {string} encodedPath The url encoded path of the file.
81
+ * @param {File} [file]
82
+ * @param {*} [options] Override http request option.
83
+ * @throws {RequiredError}
84
+ */
85
+ postStorageRaw(projectId: string, resourceId: string, encodedPath: string, file?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
86
+ /**
87
+ *
88
+ * @summary Updates or overwrites a file with new raw content.
89
+ * @param {string} projectId The unique identifier of the project.
90
+ * @param {string} resourceId The unique identifier of the resource.
91
+ * @param {string} encodedPath The url encoded path of the file.
92
+ * @param {File} [file]
93
+ * @param {*} [options] Override http request option.
94
+ * @throws {RequiredError}
95
+ */
96
+ putStorageRaw(projectId: string, resourceId: string, encodedPath: string, file?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
97
+ };
98
+ /**
99
+ * StorageContentApi - factory interface
100
+ */
101
+ export declare const StorageContentApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
102
+ /**
103
+ *
104
+ * @summary Responds with the HTTP methods allowed for the endpoint.
105
+ * @param {StorageContentApiApiV2ProjectsProjectIdResourcesResourceIdStorageEncodedPathContentOptionsRequest} requestParameters Request parameters.
106
+ * @param {*} [options] Override http request option.
107
+ * @throws {RequiredError}
108
+ */
109
+ apiV2ProjectsProjectIdResourcesResourceIdStorageEncodedPathContentOptions(requestParameters: StorageContentApiApiV2ProjectsProjectIdResourcesResourceIdStorageEncodedPathContentOptionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
110
+ /**
111
+ *
112
+ * @summary Retrieves the raw content of a file, optionally at a specific version.
113
+ * @param {StorageContentApiGetStorageRawRequest} requestParameters Request parameters.
114
+ * @param {*} [options] Override http request option.
115
+ * @throws {RequiredError}
116
+ */
117
+ getStorageRaw(requestParameters: StorageContentApiGetStorageRawRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
118
+ /**
119
+ *
120
+ * @summary Uploads a new file with raw content.
121
+ * @param {StorageContentApiPostStorageRawRequest} requestParameters Request parameters.
122
+ * @param {*} [options] Override http request option.
123
+ * @throws {RequiredError}
124
+ */
125
+ postStorageRaw(requestParameters: StorageContentApiPostStorageRawRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
126
+ /**
127
+ *
128
+ * @summary Updates or overwrites a file with new raw content.
129
+ * @param {StorageContentApiPutStorageRawRequest} requestParameters Request parameters.
130
+ * @param {*} [options] Override http request option.
131
+ * @throws {RequiredError}
132
+ */
133
+ putStorageRaw(requestParameters: StorageContentApiPutStorageRawRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
134
+ };
135
+ /**
136
+ * Request parameters for apiV2ProjectsProjectIdResourcesResourceIdStorageEncodedPathContentOptions operation in StorageContentApi.
137
+ */
138
+ export interface StorageContentApiApiV2ProjectsProjectIdResourcesResourceIdStorageEncodedPathContentOptionsRequest {
139
+ readonly projectId: string;
140
+ readonly resourceId: string;
141
+ readonly encodedPath: string;
142
+ }
143
+ /**
144
+ * Request parameters for getStorageRaw operation in StorageContentApi.
145
+ */
146
+ export interface StorageContentApiGetStorageRawRequest {
147
+ /**
148
+ * The unique identifier of the project.
149
+ */
150
+ readonly projectId: string;
151
+ /**
152
+ * The unique identifier of the resource.
153
+ */
154
+ readonly resourceId: string;
155
+ /**
156
+ * The url encoded path of the file.
157
+ */
158
+ readonly encodedPath: string;
159
+ }
160
+ /**
161
+ * Request parameters for postStorageRaw operation in StorageContentApi.
162
+ */
163
+ export interface StorageContentApiPostStorageRawRequest {
164
+ /**
165
+ * The unique identifier of the project.
166
+ */
167
+ readonly projectId: string;
168
+ /**
169
+ * The unique identifier of the resource.
170
+ */
171
+ readonly resourceId: string;
172
+ /**
173
+ * The url encoded path of the file.
174
+ */
175
+ readonly encodedPath: string;
176
+ readonly file?: File;
177
+ }
178
+ /**
179
+ * Request parameters for putStorageRaw operation in StorageContentApi.
180
+ */
181
+ export interface StorageContentApiPutStorageRawRequest {
182
+ /**
183
+ * The unique identifier of the project.
184
+ */
185
+ readonly projectId: string;
186
+ /**
187
+ * The unique identifier of the resource.
188
+ */
189
+ readonly resourceId: string;
190
+ /**
191
+ * The url encoded path of the file.
192
+ */
193
+ readonly encodedPath: string;
194
+ readonly file?: File;
195
+ }
196
+ /**
197
+ * StorageContentApi - object-oriented interface
198
+ */
199
+ export declare class StorageContentApi extends BaseAPI {
200
+ /**
201
+ *
202
+ * @summary Responds with the HTTP methods allowed for the endpoint.
203
+ * @param {StorageContentApiApiV2ProjectsProjectIdResourcesResourceIdStorageEncodedPathContentOptionsRequest} requestParameters Request parameters.
204
+ * @param {*} [options] Override http request option.
205
+ * @throws {RequiredError}
206
+ */
207
+ apiV2ProjectsProjectIdResourcesResourceIdStorageEncodedPathContentOptions(requestParameters: StorageContentApiApiV2ProjectsProjectIdResourcesResourceIdStorageEncodedPathContentOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
208
+ /**
209
+ *
210
+ * @summary Retrieves the raw content of a file, optionally at a specific version.
211
+ * @param {StorageContentApiGetStorageRawRequest} requestParameters Request parameters.
212
+ * @param {*} [options] Override http request option.
213
+ * @throws {RequiredError}
214
+ */
215
+ getStorageRaw(requestParameters: StorageContentApiGetStorageRawRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<File, any, {}>>;
216
+ /**
217
+ *
218
+ * @summary Uploads a new file with raw content.
219
+ * @param {StorageContentApiPostStorageRawRequest} requestParameters Request parameters.
220
+ * @param {*} [options] Override http request option.
221
+ * @throws {RequiredError}
222
+ */
223
+ postStorageRaw(requestParameters: StorageContentApiPostStorageRawRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
224
+ /**
225
+ *
226
+ * @summary Updates or overwrites a file with new raw content.
227
+ * @param {StorageContentApiPutStorageRawRequest} requestParameters Request parameters.
228
+ * @param {*} [options] Override http request option.
229
+ * @throws {RequiredError}
230
+ */
231
+ putStorageRaw(requestParameters: StorageContentApiPutStorageRawRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
232
+ }
@@ -1,20 +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 { 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
7
  */
@@ -42,9 +29,9 @@ export declare const SystemStatusApiAxiosParamCreator: (configuration?: Configur
42
29
  * @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
43
30
  * @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
44
31
  * @param {string} [searchTerm] Filter messages by text contained in the messages or title.
45
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
46
- * @param {number} [pageSize] 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.
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;.
48
35
  * @param {*} [options] Override http request option.
49
36
  * @throws {RequiredError}
50
37
  */
@@ -52,9 +39,9 @@ export declare const SystemStatusApiAxiosParamCreator: (configuration?: Configur
52
39
  /**
53
40
  *
54
41
  * @summary Retrieves the NOC messages.
55
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
56
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
57
- * @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;.
58
45
  * @param {*} [options] Override http request option.
59
46
  * @throws {RequiredError}
60
47
  */
@@ -77,7 +64,7 @@ export declare const SystemStatusApiFp: (configuration?: Configuration) => {
77
64
  * @param {*} [options] Override http request option.
78
65
  * @throws {RequiredError}
79
66
  */
80
- getActiveNocMessages(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MessageDto>>>;
67
+ getActiveNocMessages(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MessageDtoIEnumerableResponse>>;
81
68
  /**
82
69
  *
83
70
  * @summary Retrieves the internal messages.
@@ -87,9 +74,9 @@ export declare const SystemStatusApiFp: (configuration?: Configuration) => {
87
74
  * @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
88
75
  * @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
89
76
  * @param {string} [searchTerm] Filter messages by text contained in the messages or title.
90
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
91
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
92
- * @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;.
93
80
  * @param {*} [options] Override http request option.
94
81
  * @throws {RequiredError}
95
82
  */
@@ -97,9 +84,9 @@ export declare const SystemStatusApiFp: (configuration?: Configuration) => {
97
84
  /**
98
85
  *
99
86
  * @summary Retrieves the NOC messages.
100
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
101
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
102
- * @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;.
103
90
  * @param {*} [options] Override http request option.
104
91
  * @throws {RequiredError}
105
92
  */
@@ -122,7 +109,7 @@ export declare const SystemStatusApiFactory: (configuration?: Configuration, bas
122
109
  * @param {*} [options] Override http request option.
123
110
  * @throws {RequiredError}
124
111
  */
125
- getActiveNocMessages(options?: RawAxiosRequestConfig): AxiosPromise<Array<MessageDto>>;
112
+ getActiveNocMessages(options?: RawAxiosRequestConfig): AxiosPromise<MessageDtoIEnumerableResponse>;
126
113
  /**
127
114
  *
128
115
  * @summary Retrieves the internal messages.
@@ -169,15 +156,15 @@ export interface SystemStatusApiGetInternalMessagesRequest {
169
156
  */
170
157
  readonly searchTerm?: string;
171
158
  /**
172
- * The desired page number. Should be greater than or equal to 1. Default is 1.
159
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
173
160
  */
174
161
  readonly pageNumber?: number;
175
162
  /**
176
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
163
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
177
164
  */
178
165
  readonly pageSize?: number;
179
166
  /**
180
- * 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.
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;.
181
168
  */
182
169
  readonly orderBy?: string;
183
170
  }
@@ -186,15 +173,15 @@ export interface SystemStatusApiGetInternalMessagesRequest {
186
173
  */
187
174
  export interface SystemStatusApiGetNocMessagesRequest {
188
175
  /**
189
- * The desired page number. Should be greater than or equal to 1. Default is 1.
176
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
190
177
  */
191
178
  readonly pageNumber?: number;
192
179
  /**
193
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
180
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
194
181
  */
195
182
  readonly pageSize?: number;
196
183
  /**
197
- * 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.
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;.
198
185
  */
199
186
  readonly orderBy?: string;
200
187
  }
@@ -208,14 +195,14 @@ export declare class SystemStatusApi extends BaseAPI {
208
195
  * @param {*} [options] Override http request option.
209
196
  * @throws {RequiredError}
210
197
  */
211
- apiV2SystemStatusOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
198
+ apiV2SystemStatusOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
212
199
  /**
213
200
  *
214
201
  * @summary Retrieves the NOC messages.
215
202
  * @param {*} [options] Override http request option.
216
203
  * @throws {RequiredError}
217
204
  */
218
- getActiveNocMessages(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MessageDto[], any>>;
205
+ getActiveNocMessages(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MessageDtoIEnumerableResponse, any, {}>>;
219
206
  /**
220
207
  *
221
208
  * @summary Retrieves the internal messages.
@@ -223,7 +210,7 @@ export declare class SystemStatusApi extends BaseAPI {
223
210
  * @param {*} [options] Override http request option.
224
211
  * @throws {RequiredError}
225
212
  */
226
- getInternalMessages(requestParameters?: SystemStatusApiGetInternalMessagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MessageDtoPagedResponse, any>>;
213
+ getInternalMessages(requestParameters?: SystemStatusApiGetInternalMessagesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MessageDtoPagedResponse, any, {}>>;
227
214
  /**
228
215
  *
229
216
  * @summary Retrieves the NOC messages.
@@ -231,5 +218,5 @@ export declare class SystemStatusApi extends BaseAPI {
231
218
  * @param {*} [options] Override http request option.
232
219
  * @throws {RequiredError}
233
220
  */
234
- getNocMessages(requestParameters?: SystemStatusApiGetNocMessagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MessageDtoPagedResponse, any>>;
221
+ getNocMessages(requestParameters?: SystemStatusApiGetNocMessagesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MessageDtoPagedResponse, any, {}>>;
235
222
  }
@@ -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 { 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
7
  */
@@ -36,9 +24,9 @@ export declare const TitleApiAxiosParamCreator: (configuration?: Configuration)
36
24
  /**
37
25
  *
38
26
  * @summary Retrieves all titles.
39
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
40
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
41
- * @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;.
42
30
  * @param {*} [options] Override http request option.
43
31
  * @throws {RequiredError}
44
32
  */
@@ -66,9 +54,9 @@ export declare const TitleApiFp: (configuration?: Configuration) => {
66
54
  /**
67
55
  *
68
56
  * @summary Retrieves all titles.
69
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
70
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
71
- * @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;.
72
60
  * @param {*} [options] Override http request option.
73
61
  * @throws {RequiredError}
74
62
  */
@@ -116,15 +104,15 @@ export interface TitleApiGetTitleRequest {
116
104
  */
117
105
  export interface TitleApiGetTitlesRequest {
118
106
  /**
119
- * The desired page number. Should be greater than or equal to 1. Default is 1.
107
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
120
108
  */
121
109
  readonly pageNumber?: number;
122
110
  /**
123
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
111
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
124
112
  */
125
113
  readonly pageSize?: number;
126
114
  /**
127
- * 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.
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;.
128
116
  */
129
117
  readonly orderBy?: string;
130
118
  }
@@ -138,7 +126,7 @@ export declare class TitleApi extends BaseAPI {
138
126
  * @param {*} [options] Override http request option.
139
127
  * @throws {RequiredError}
140
128
  */
141
- apiV2TitlesOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
129
+ apiV2TitlesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
142
130
  /**
143
131
  *
144
132
  * @summary Retrieves a title by ID.
@@ -146,7 +134,7 @@ export declare class TitleApi extends BaseAPI {
146
134
  * @param {*} [options] Override http request option.
147
135
  * @throws {RequiredError}
148
136
  */
149
- getTitle(requestParameters: TitleApiGetTitleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TitleDtoResponse, any>>;
137
+ getTitle(requestParameters: TitleApiGetTitleRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<TitleDtoResponse, any, {}>>;
150
138
  /**
151
139
  *
152
140
  * @summary Retrieves all titles.
@@ -154,5 +142,5 @@ export declare class TitleApi extends BaseAPI {
154
142
  * @param {*} [options] Override http request option.
155
143
  * @throws {RequiredError}
156
144
  */
157
- getTitles(requestParameters?: TitleApiGetTitlesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TitleDtoIEnumerableResponse, any>>;
145
+ getTitles(requestParameters?: TitleApiGetTitlesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<TitleDtoIEnumerableResponse, any, {}>>;
158
146
  }
@@ -1,18 +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 { 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
7
  */
@@ -80,12 +69,12 @@ export declare class TosApi extends BaseAPI {
80
69
  * @param {*} [options] Override http request option.
81
70
  * @throws {RequiredError}
82
71
  */
83
- apiV2TosOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
72
+ apiV2TosOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
84
73
  /**
85
74
  *
86
75
  * @summary Retrieves the current Terms of Service version.
87
76
  * @param {*} [options] Override http request option.
88
77
  * @throws {RequiredError}
89
78
  */
90
- getTos(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TermsOfServiceDtoResponse, any>>;
79
+ getTos(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<TermsOfServiceDtoResponse, any, {}>>;
91
80
  }