@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
@@ -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 { LicenseDtoPagedResponse } from '../../@coscine/model';
16
- import type { LicenseDtoResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { LicenseDtoPagedResponse, LicenseDtoResponse } from '../../@coscine/model';
17
5
  /**
18
6
  * LicenseApi - axios parameter creator
19
7
  */
@@ -36,9 +24,9 @@ export declare const LicenseApiAxiosParamCreator: (configuration?: Configuration
36
24
  /**
37
25
  *
38
26
  * @summary Retrieves all licenses.
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 LicenseApiFp: (configuration?: Configuration) => {
66
54
  /**
67
55
  *
68
56
  * @summary Retrieves all licenses.
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 LicenseApiGetLicenseRequest {
116
104
  */
117
105
  export interface LicenseApiGetLicensesRequest {
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 LicenseApi extends BaseAPI {
138
126
  * @param {*} [options] Override http request option.
139
127
  * @throws {RequiredError}
140
128
  */
141
- apiV2LicensesOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
129
+ apiV2LicensesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
142
130
  /**
143
131
  *
144
132
  * @summary Retrieves a license with the specified ID.
@@ -146,7 +134,7 @@ export declare class LicenseApi extends BaseAPI {
146
134
  * @param {*} [options] Override http request option.
147
135
  * @throws {RequiredError}
148
136
  */
149
- getLicense(requestParameters: LicenseApiGetLicenseRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LicenseDtoResponse, any>>;
137
+ getLicense(requestParameters: LicenseApiGetLicenseRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<LicenseDtoResponse, any, {}>>;
150
138
  /**
151
139
  *
152
140
  * @summary Retrieves all licenses.
@@ -154,5 +142,5 @@ export declare class LicenseApi extends BaseAPI {
154
142
  * @param {*} [options] Override http request option.
155
143
  * @throws {RequiredError}
156
144
  */
157
- getLicenses(requestParameters?: LicenseApiGetLicensesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LicenseDtoPagedResponse, any>>;
145
+ getLicenses(requestParameters?: LicenseApiGetLicensesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<LicenseDtoPagedResponse, 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 { MaintenanceDtoPagedResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { MaintenanceDtoPagedResponse } from '../../@coscine/model';
16
5
  /**
17
6
  * MaintenanceApi - axios parameter creator
18
7
  */
@@ -83,7 +72,7 @@ export declare class MaintenanceApi extends BaseAPI {
83
72
  * @param {*} [options] Override http request option.
84
73
  * @throws {RequiredError}
85
74
  */
86
- apiV2MaintenancesOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
75
+ apiV2MaintenancesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
87
76
  /**
88
77
  *
89
78
  * @summary Retrieves the current maintenance messages.
@@ -91,5 +80,5 @@ export declare class MaintenanceApi extends BaseAPI {
91
80
  * @deprecated
92
81
  * @throws {RequiredError}
93
82
  */
94
- getCurrentMaintenances(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MaintenanceDtoPagedResponse, any>>;
83
+ getCurrentMaintenances(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<MaintenanceDtoPagedResponse, any, {}>>;
95
84
  }
@@ -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 { NotificationDtoPagedResponse } from '../../@coscine/model';
16
- import type { NotificationDtoResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { NotificationDtoPagedResponse, NotificationDtoResponse } from '../../@coscine/model';
17
5
  /**
18
6
  * NotificationApi - axios parameter creator
19
7
  */
@@ -36,9 +24,9 @@ export declare const NotificationApiAxiosParamCreator: (configuration?: Configur
36
24
  /**
37
25
  *
38
26
  * @summary Retrieves all notifications.
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 NotificationApiFp: (configuration?: Configuration) => {
66
54
  /**
67
55
  *
68
56
  * @summary Retrieves all notifications.
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 NotificationApiGetNotificationRequest {
116
104
  */
117
105
  export interface NotificationApiGetNotificationsRequest {
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 NotificationApi extends BaseAPI {
138
126
  * @param {*} [options] Override http request option.
139
127
  * @throws {RequiredError}
140
128
  */
141
- apiV2NotificationsOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
129
+ apiV2NotificationsOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
142
130
  /**
143
131
  *
144
132
  * @summary Retrieves a notification.
@@ -146,7 +134,7 @@ export declare class NotificationApi extends BaseAPI {
146
134
  * @param {*} [options] Override http request option.
147
135
  * @throws {RequiredError}
148
136
  */
149
- getNotification(requestParameters: NotificationApiGetNotificationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationDtoResponse, any>>;
137
+ getNotification(requestParameters: NotificationApiGetNotificationRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<NotificationDtoResponse, any, {}>>;
150
138
  /**
151
139
  *
152
140
  * @summary Retrieves all notifications.
@@ -154,5 +142,5 @@ export declare class NotificationApi extends BaseAPI {
154
142
  * @param {*} [options] Override http request option.
155
143
  * @throws {RequiredError}
156
144
  */
157
- getNotifications(requestParameters?: NotificationApiGetNotificationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationDtoPagedResponse, any>>;
145
+ getNotifications(requestParameters?: NotificationApiGetNotificationsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<NotificationDtoPagedResponse, any, {}>>;
158
146
  }
@@ -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 { AcceptedLanguage } from '../../@coscine/model';
16
- import type { OrganizationDtoPagedResponse } from '../../@coscine/model';
17
- import type { OrganizationDtoResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { AcceptedLanguage, OrganizationDtoPagedResponse, OrganizationDtoResponse } from '../../@coscine/model';
18
5
  /**
19
6
  * OrganizationApi - axios parameter creator
20
7
  */
@@ -40,9 +27,9 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
40
27
  * @param {string} [searchTerm] Gets or sets the search term used to filter organizations.
41
28
  * @param {AcceptedLanguage} [language] Language of name or text (dataPublicationService)
42
29
  * @param {boolean} [filterByPublicationService] Gets or sets the option to find only organizations having the publication service set.
43
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
44
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
45
- * @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.
30
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
31
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
32
+ * @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;.
46
33
  * @param {*} [options] Override http request option.
47
34
  * @throws {RequiredError}
48
35
  */
@@ -73,9 +60,9 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
73
60
  * @param {string} [searchTerm] Gets or sets the search term used to filter organizations.
74
61
  * @param {AcceptedLanguage} [language] Language of name or text (dataPublicationService)
75
62
  * @param {boolean} [filterByPublicationService] Gets or sets the option to find only organizations having the publication service set.
76
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
77
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
78
- * @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.
63
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
64
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
65
+ * @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;.
79
66
  * @param {*} [options] Override http request option.
80
67
  * @throws {RequiredError}
81
68
  */
@@ -135,15 +122,15 @@ export interface OrganizationApiGetOrganizationsRequest {
135
122
  */
136
123
  readonly filterByPublicationService?: boolean;
137
124
  /**
138
- * The desired page number. Should be greater than or equal to 1. Default is 1.
125
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
139
126
  */
140
127
  readonly pageNumber?: number;
141
128
  /**
142
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
129
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
143
130
  */
144
131
  readonly pageSize?: number;
145
132
  /**
146
- * 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.
133
+ * 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;.
147
134
  */
148
135
  readonly orderBy?: string;
149
136
  }
@@ -157,7 +144,7 @@ export declare class OrganizationApi extends BaseAPI {
157
144
  * @param {*} [options] Override http request option.
158
145
  * @throws {RequiredError}
159
146
  */
160
- apiV2OrganizationsOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
147
+ apiV2OrganizationsOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
161
148
  /**
162
149
  *
163
150
  * @summary Retrieves an organization.
@@ -165,7 +152,7 @@ export declare class OrganizationApi extends BaseAPI {
165
152
  * @param {*} [options] Override http request option.
166
153
  * @throws {RequiredError}
167
154
  */
168
- getOrganization(requestParameters: OrganizationApiGetOrganizationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationDtoResponse, any>>;
155
+ getOrganization(requestParameters: OrganizationApiGetOrganizationRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<OrganizationDtoResponse, any, {}>>;
169
156
  /**
170
157
  *
171
158
  * @summary Retrieves all organizations.
@@ -173,5 +160,5 @@ export declare class OrganizationApi extends BaseAPI {
173
160
  * @param {*} [options] Override http request option.
174
161
  * @throws {RequiredError}
175
162
  */
176
- getOrganizations(requestParameters?: OrganizationApiGetOrganizationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationDtoPagedResponse, any>>;
163
+ getOrganizations(requestParameters?: OrganizationApiGetOrganizationsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<OrganizationDtoPagedResponse, any, {}>>;
177
164
  }
@@ -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 { PidDtoPagedResponse } from '../../@coscine/model';
16
- import type { PidDtoResponse } from '../../@coscine/model';
17
- import type { PidRequestDto } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { PidDtoPagedResponse, PidDtoResponse, PidRequestDto } from '../../@coscine/model';
18
5
  /**
19
6
  * PidApi - axios parameter creator
20
7
  */
@@ -41,9 +28,9 @@ export declare const PidApiAxiosParamCreator: (configuration?: Configuration) =>
41
28
  * @param {boolean} [includeProjects] Gets or sets a value indicating whether to include projects when retrieving pid information.
42
29
  * @param {boolean} [includeResources] Gets or sets a value indicating whether to include resources when retrieving pid information.
43
30
  * @param {boolean} [includeDeleted] Gets or sets a value indicating whether to include deleted pid information.
44
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
45
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
46
- * @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.
31
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
32
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
33
+ * @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;.
47
34
  * @param {*} [options] Override http request option.
48
35
  * @throws {RequiredError}
49
36
  */
@@ -85,9 +72,9 @@ export declare const PidApiFp: (configuration?: Configuration) => {
85
72
  * @param {boolean} [includeProjects] Gets or sets a value indicating whether to include projects when retrieving pid information.
86
73
  * @param {boolean} [includeResources] Gets or sets a value indicating whether to include resources when retrieving pid information.
87
74
  * @param {boolean} [includeDeleted] Gets or sets a value indicating whether to include deleted pid information.
88
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
89
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
90
- * @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.
75
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
76
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
77
+ * @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;.
91
78
  * @param {*} [options] Override http request option.
92
79
  * @throws {RequiredError}
93
80
  */
@@ -169,15 +156,15 @@ export interface PidApiGetPidsRequest {
169
156
  */
170
157
  readonly includeDeleted?: boolean;
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
  }
@@ -208,7 +195,7 @@ export declare class PidApi extends BaseAPI {
208
195
  * @param {*} [options] Override http request option.
209
196
  * @throws {RequiredError}
210
197
  */
211
- apiV2PidsOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
198
+ apiV2PidsOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
212
199
  /**
213
200
  *
214
201
  * @summary Retrieves the Persistent Identifier (PID) for a given prefix and suffix.
@@ -216,7 +203,7 @@ export declare class PidApi extends BaseAPI {
216
203
  * @param {*} [options] Override http request option.
217
204
  * @throws {RequiredError}
218
205
  */
219
- getPid(requestParameters: PidApiGetPidRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PidDtoResponse, any>>;
206
+ getPid(requestParameters: PidApiGetPidRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<PidDtoResponse, any, {}>>;
220
207
  /**
221
208
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
222
209
  * @summary Retrieves all PIDs.
@@ -224,7 +211,7 @@ export declare class PidApi extends BaseAPI {
224
211
  * @param {*} [options] Override http request option.
225
212
  * @throws {RequiredError}
226
213
  */
227
- getPids(requestParameters?: PidApiGetPidsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PidDtoPagedResponse, any>>;
214
+ getPids(requestParameters?: PidApiGetPidsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<PidDtoPagedResponse, any, {}>>;
228
215
  /**
229
216
  *
230
217
  * @summary Sends an inquiry to the owner of the given PID.
@@ -232,5 +219,5 @@ export declare class PidApi extends BaseAPI {
232
219
  * @param {*} [options] Override http request option.
233
220
  * @throws {RequiredError}
234
221
  */
235
- sendRequestToOwner(requestParameters: PidApiSendRequestToOwnerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
222
+ sendRequestToOwner(requestParameters: PidApiSendRequestToOwnerRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
236
223
  }
@@ -1,21 +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 { ProjectDtoPagedResponse } from '../../@coscine/model';
16
- import type { ProjectDtoResponse } from '../../@coscine/model';
17
- import type { ProjectForCreationDto } from '../../@coscine/model';
18
- import type { ProjectForUpdateDto } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { ProjectDtoPagedResponse, ProjectDtoResponse, ProjectForCreationDto, ProjectForUpdateDto } from '../../@coscine/model';
19
5
  /**
20
6
  * ProjectApi - axios parameter creator
21
7
  */
@@ -57,9 +43,9 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
57
43
  * @summary Retrieves all projects.
58
44
  * @param {boolean} [includeOrganizations] Gets or sets a value indicating whether to retrieve the organizations.
59
45
  * @param {boolean} [topLevel] Gets or sets a value indicating whether to retrieve only top-level projects.
60
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
61
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
62
- * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
46
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
47
+ * @param {number} [pageSize] Gets or sets 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. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
63
49
  * @param {*} [options] Override http request option.
64
50
  * @throws {RequiredError}
65
51
  */
@@ -115,9 +101,9 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
115
101
  * @summary Retrieves all projects.
116
102
  * @param {boolean} [includeOrganizations] Gets or sets a value indicating whether to retrieve the organizations.
117
103
  * @param {boolean} [topLevel] Gets or sets a value indicating whether to retrieve only top-level projects.
118
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
119
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
120
- * @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.
104
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
105
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
106
+ * @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;.
121
107
  * @param {*} [options] Override http request option.
122
108
  * @throws {RequiredError}
123
109
  */
@@ -228,15 +214,15 @@ export interface ProjectApiGetProjectsRequest {
228
214
  */
229
215
  readonly topLevel?: boolean;
230
216
  /**
231
- * The desired page number. Should be greater than or equal to 1. Default is 1.
217
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
232
218
  */
233
219
  readonly pageNumber?: number;
234
220
  /**
235
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
221
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
236
222
  */
237
223
  readonly pageSize?: number;
238
224
  /**
239
- * 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.
225
+ * 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;.
240
226
  */
241
227
  readonly orderBy?: string;
242
228
  }
@@ -263,7 +249,7 @@ export declare class ProjectApi extends BaseAPI {
263
249
  * @param {*} [options] Override http request option.
264
250
  * @throws {RequiredError}
265
251
  */
266
- apiV2ProjectsOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
252
+ apiV2ProjectsOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
267
253
  /**
268
254
  *
269
255
  * @summary Creates a new project.
@@ -271,7 +257,7 @@ export declare class ProjectApi extends BaseAPI {
271
257
  * @param {*} [options] Override http request option.
272
258
  * @throws {RequiredError}
273
259
  */
274
- createProject(requestParameters?: ProjectApiCreateProjectRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectDtoResponse, any>>;
260
+ createProject(requestParameters?: ProjectApiCreateProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectDtoResponse, any, {}>>;
275
261
  /**
276
262
  *
277
263
  * @summary Deletes a project.
@@ -279,7 +265,7 @@ export declare class ProjectApi extends BaseAPI {
279
265
  * @param {*} [options] Override http request option.
280
266
  * @throws {RequiredError}
281
267
  */
282
- deleteProject(requestParameters: ProjectApiDeleteProjectRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
268
+ deleteProject(requestParameters: ProjectApiDeleteProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
283
269
  /**
284
270
  *
285
271
  * @summary Retrieves a project.
@@ -287,7 +273,7 @@ export declare class ProjectApi extends BaseAPI {
287
273
  * @param {*} [options] Override http request option.
288
274
  * @throws {RequiredError}
289
275
  */
290
- getProject(requestParameters: ProjectApiGetProjectRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectDtoResponse, any>>;
276
+ getProject(requestParameters: ProjectApiGetProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectDtoResponse, any, {}>>;
291
277
  /**
292
278
  *
293
279
  * @summary Retrieves all projects.
@@ -295,7 +281,7 @@ export declare class ProjectApi extends BaseAPI {
295
281
  * @param {*} [options] Override http request option.
296
282
  * @throws {RequiredError}
297
283
  */
298
- getProjects(requestParameters?: ProjectApiGetProjectsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectDtoPagedResponse, any>>;
284
+ getProjects(requestParameters?: ProjectApiGetProjectsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectDtoPagedResponse, any, {}>>;
299
285
  /**
300
286
  *
301
287
  * @summary Updates a project.
@@ -303,5 +289,5 @@ export declare class ProjectApi extends BaseAPI {
303
289
  * @param {*} [options] Override http request option.
304
290
  * @throws {RequiredError}
305
291
  */
306
- updateProject(requestParameters: ProjectApiUpdateProjectRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
292
+ updateProject(requestParameters: ProjectApiUpdateProjectRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
307
293
  }