@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,29 +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 { ActivityLogDtoPagedResponse } from '../../@coscine/model';
16
- import type { CoscineHttpMethod } from '../../@coscine/model';
17
- import type { CreateDatasourceDtoResponse } from '../../@coscine/model';
18
- import type { DeployedGraphDtoPagedResponse } from '../../@coscine/model';
19
- import type { DsNrwReplicationGroup } from '../../@coscine/model';
20
- import type { MetadataUpdateAdminParameters } from '../../@coscine/model';
21
- import type { ProjectAdminDtoPagedResponse } from '../../@coscine/model';
22
- import type { RdfDefinitionDtoResponse } from '../../@coscine/model';
23
- import type { RdfFormat } from '../../@coscine/model';
24
- import type { RdfPatchDocumentDto } from '../../@coscine/model';
25
- import type { ResourceAdminDtoPagedResponse } from '../../@coscine/model';
26
- import type { UserDtoPagedResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { ActivityLogDtoPagedResponse, CoscineHttpMethod, CreateDatasourceDtoResponse, DeployedGraphDtoPagedResponse, DsNrwReplicationGroup, MetadataUpdateAdminParameters, ProjectAdminDtoPagedResponse, RdfDefinitionDtoResponse, RdfFormat, RdfPatchDocumentDto, ResourceAdminDtoPagedResponse, UserDtoPagedResponse } from '../../@coscine/model';
27
5
  /**
28
6
  * AdminApi - axios parameter creator
29
7
  */
@@ -63,9 +41,9 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
63
41
  * @param {string} [userId] The user ID for which activity logs should be retrieved.
64
42
  * @param {string} [regularExpression] The regular expression to filter activity logs\&#39; API path by. The regex must be a valid, already escaped string.
65
43
  * @param {CoscineHttpMethod} [httpMethod] The http method to filter activity logs by.
66
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
67
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
68
- * @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.
44
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
45
+ * @param {number} [pageSize] Gets or sets 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. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
69
47
  * @param {*} [options] Override http request option.
70
48
  * @throws {RequiredError}
71
49
  */
@@ -78,8 +56,8 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
78
56
  * @param {boolean} [includeQuotas] Gets or sets a value indicating whether to include quotas in the results.
79
57
  * @param {boolean} [includePublicationRequests] Gets or sets a value indicating whether to include project publication requests in the results.
80
58
  * @param {number} [pageSize] Number of items per page. The maximum number of items per page is &#x60;250&#x60;.
81
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
82
- * @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.
59
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
60
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
83
61
  * @param {*} [options] Override http request option.
84
62
  * @throws {RequiredError}
85
63
  */
@@ -90,8 +68,8 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
90
68
  * @param {boolean} [includeDeleted] Value indicating whether to include deleted resources.
91
69
  * @param {boolean} [includeQuotas] Value indicating whether to include individual resource quotas.
92
70
  * @param {number} [pageSize] Number of items per page. The maximum number of items per page is &#x60;250&#x60;.
93
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
94
- * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
71
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
72
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
95
73
  * @param {*} [options] Override http request option.
96
74
  * @throws {RequiredError}
97
75
  */
@@ -102,8 +80,8 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
102
80
  * @param {boolean} [tosAccepted] Gets or sets a value indicating whether the terms of service have been accepted by the user.
103
81
  * @param {number} [pageSize] Number of items per page. The maximum number of items per page is &#x60;250&#x60;.
104
82
  * @param {boolean} [dataProcessingConsentGranted] Gets or sets a value indicating whether the personal data processing consent have been granted by the user.
105
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
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.
83
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
84
+ * @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;.
107
85
  * @param {*} [options] Override http request option.
108
86
  * @throws {RequiredError}
109
87
  */
@@ -111,9 +89,9 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
111
89
  /**
112
90
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
113
91
  * @summary Gets all deployed graphs.
114
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
115
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
116
- * @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.
92
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
93
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
94
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
117
95
  * @param {*} [options] Override http request option.
118
96
  * @throws {RequiredError}
119
97
  */
@@ -195,9 +173,9 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
195
173
  * @param {string} [userId] The user ID for which activity logs should be retrieved.
196
174
  * @param {string} [regularExpression] The regular expression to filter activity logs\&#39; API path by. The regex must be a valid, already escaped string.
197
175
  * @param {CoscineHttpMethod} [httpMethod] The http method to filter activity logs by.
198
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
199
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
200
- * @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.
176
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
177
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
178
+ * @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;.
201
179
  * @param {*} [options] Override http request option.
202
180
  * @throws {RequiredError}
203
181
  */
@@ -210,8 +188,8 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
210
188
  * @param {boolean} [includeQuotas] Gets or sets a value indicating whether to include quotas in the results.
211
189
  * @param {boolean} [includePublicationRequests] Gets or sets a value indicating whether to include project publication requests in the results.
212
190
  * @param {number} [pageSize] Number of items per page. The maximum number of items per page is &#x60;250&#x60;.
213
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
214
- * @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.
191
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
192
+ * @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;.
215
193
  * @param {*} [options] Override http request option.
216
194
  * @throws {RequiredError}
217
195
  */
@@ -222,8 +200,8 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
222
200
  * @param {boolean} [includeDeleted] Value indicating whether to include deleted resources.
223
201
  * @param {boolean} [includeQuotas] Value indicating whether to include individual resource quotas.
224
202
  * @param {number} [pageSize] Number of items per page. The maximum number of items per page is &#x60;250&#x60;.
225
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
226
- * @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.
203
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
204
+ * @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;.
227
205
  * @param {*} [options] Override http request option.
228
206
  * @throws {RequiredError}
229
207
  */
@@ -234,8 +212,8 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
234
212
  * @param {boolean} [tosAccepted] Gets or sets a value indicating whether the terms of service have been accepted by the user.
235
213
  * @param {number} [pageSize] Number of items per page. The maximum number of items per page is &#x60;250&#x60;.
236
214
  * @param {boolean} [dataProcessingConsentGranted] Gets or sets a value indicating whether the personal data processing consent have been granted by the user.
237
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
238
- * @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.
215
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
216
+ * @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;.
239
217
  * @param {*} [options] Override http request option.
240
218
  * @throws {RequiredError}
241
219
  */
@@ -243,9 +221,9 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
243
221
  /**
244
222
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
245
223
  * @summary Gets all deployed graphs.
246
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
247
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
248
- * @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.
224
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
225
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
226
+ * @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;.
249
227
  * @param {*} [options] Override http request option.
250
228
  * @throws {RequiredError}
251
229
  */
@@ -447,15 +425,15 @@ export interface AdminApiGetAllActivityLogsRequest {
447
425
  */
448
426
  readonly httpMethod?: CoscineHttpMethod;
449
427
  /**
450
- * The desired page number. Should be greater than or equal to 1. Default is 1.
428
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
451
429
  */
452
430
  readonly pageNumber?: number;
453
431
  /**
454
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
432
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
455
433
  */
456
434
  readonly pageSize?: number;
457
435
  /**
458
- * 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.
436
+ * 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;.
459
437
  */
460
438
  readonly orderBy?: string;
461
439
  }
@@ -484,11 +462,11 @@ export interface AdminApiGetAllProjectsRequest {
484
462
  */
485
463
  readonly pageSize?: number;
486
464
  /**
487
- * The desired page number. Should be greater than or equal to 1. Default is 1.
465
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
488
466
  */
489
467
  readonly pageNumber?: number;
490
468
  /**
491
- * 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.
469
+ * 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;.
492
470
  */
493
471
  readonly orderBy?: string;
494
472
  }
@@ -509,11 +487,11 @@ export interface AdminApiGetAllResourcesRequest {
509
487
  */
510
488
  readonly pageSize?: number;
511
489
  /**
512
- * The desired page number. Should be greater than or equal to 1. Default is 1.
490
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
513
491
  */
514
492
  readonly pageNumber?: number;
515
493
  /**
516
- * 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.
494
+ * 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;.
517
495
  */
518
496
  readonly orderBy?: string;
519
497
  }
@@ -534,11 +512,11 @@ export interface AdminApiGetAllUsersRequest {
534
512
  */
535
513
  readonly dataProcessingConsentGranted?: boolean;
536
514
  /**
537
- * The desired page number. Should be greater than or equal to 1. Default is 1.
515
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
538
516
  */
539
517
  readonly pageNumber?: number;
540
518
  /**
541
- * 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.
519
+ * 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;.
542
520
  */
543
521
  readonly orderBy?: string;
544
522
  }
@@ -547,15 +525,15 @@ export interface AdminApiGetAllUsersRequest {
547
525
  */
548
526
  export interface AdminApiGetDeployedGraphsRequest {
549
527
  /**
550
- * The desired page number. Should be greater than or equal to 1. Default is 1.
528
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
551
529
  */
552
530
  readonly pageNumber?: number;
553
531
  /**
554
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
532
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
555
533
  */
556
534
  readonly pageSize?: number;
557
535
  /**
558
- * 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.
536
+ * 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;.
559
537
  */
560
538
  readonly orderBy?: string;
561
539
  }
@@ -625,7 +603,7 @@ export declare class AdminApi extends BaseAPI {
625
603
  * @param {*} [options] Override http request option.
626
604
  * @throws {RequiredError}
627
605
  */
628
- apiV2AdminOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
606
+ apiV2AdminOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
629
607
  /**
630
608
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
631
609
  * @summary Deletes the given user.
@@ -633,7 +611,7 @@ export declare class AdminApi extends BaseAPI {
633
611
  * @param {*} [options] Override http request option.
634
612
  * @throws {RequiredError}
635
613
  */
636
- apiV2AdminUsersUserIdDelete(requestParameters: AdminApiApiV2AdminUsersUserIdDeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
614
+ apiV2AdminUsersUserIdDelete(requestParameters: AdminApiApiV2AdminUsersUserIdDeleteRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
637
615
  /**
638
616
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
639
617
  * @summary Creates a new datasource for a specified resource and type.
@@ -641,7 +619,7 @@ export declare class AdminApi extends BaseAPI {
641
619
  * @param {*} [options] Override http request option.
642
620
  * @throws {RequiredError}
643
621
  */
644
- createDatasource(requestParameters: AdminApiCreateDatasourceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateDatasourceDtoResponse, any>>;
622
+ createDatasource(requestParameters: AdminApiCreateDatasourceRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CreateDatasourceDtoResponse, any, {}>>;
645
623
  /**
646
624
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
647
625
  * @summary Retrieves all activity logs.
@@ -649,7 +627,7 @@ export declare class AdminApi extends BaseAPI {
649
627
  * @param {*} [options] Override http request option.
650
628
  * @throws {RequiredError}
651
629
  */
652
- getAllActivityLogs(requestParameters?: AdminApiGetAllActivityLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ActivityLogDtoPagedResponse, any>>;
630
+ getAllActivityLogs(requestParameters?: AdminApiGetAllActivityLogsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ActivityLogDtoPagedResponse, any, {}>>;
653
631
  /**
654
632
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
655
633
  * @summary Retrieves all projects.
@@ -657,7 +635,7 @@ export declare class AdminApi extends BaseAPI {
657
635
  * @param {*} [options] Override http request option.
658
636
  * @throws {RequiredError}
659
637
  */
660
- getAllProjects(requestParameters?: AdminApiGetAllProjectsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectAdminDtoPagedResponse, any>>;
638
+ getAllProjects(requestParameters?: AdminApiGetAllProjectsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ProjectAdminDtoPagedResponse, any, {}>>;
661
639
  /**
662
640
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
663
641
  * @summary Retrieves all resources.
@@ -665,7 +643,7 @@ export declare class AdminApi extends BaseAPI {
665
643
  * @param {*} [options] Override http request option.
666
644
  * @throws {RequiredError}
667
645
  */
668
- getAllResources(requestParameters?: AdminApiGetAllResourcesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceAdminDtoPagedResponse, any>>;
646
+ getAllResources(requestParameters?: AdminApiGetAllResourcesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ResourceAdminDtoPagedResponse, any, {}>>;
669
647
  /**
670
648
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
671
649
  * @summary Retrieves all users.
@@ -673,7 +651,7 @@ export declare class AdminApi extends BaseAPI {
673
651
  * @param {*} [options] Override http request option.
674
652
  * @throws {RequiredError}
675
653
  */
676
- getAllUsers(requestParameters?: AdminApiGetAllUsersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserDtoPagedResponse, any>>;
654
+ getAllUsers(requestParameters?: AdminApiGetAllUsersRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UserDtoPagedResponse, any, {}>>;
677
655
  /**
678
656
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
679
657
  * @summary Gets all deployed graphs.
@@ -681,7 +659,7 @@ export declare class AdminApi extends BaseAPI {
681
659
  * @param {*} [options] Override http request option.
682
660
  * @throws {RequiredError}
683
661
  */
684
- getDeployedGraphs(requestParameters?: AdminApiGetDeployedGraphsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeployedGraphDtoPagedResponse, any>>;
662
+ getDeployedGraphs(requestParameters?: AdminApiGetDeployedGraphsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DeployedGraphDtoPagedResponse, any, {}>>;
685
663
  /**
686
664
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
687
665
  * @summary Gets a metadata graph.
@@ -689,7 +667,7 @@ export declare class AdminApi extends BaseAPI {
689
667
  * @param {*} [options] Override http request option.
690
668
  * @throws {RequiredError}
691
669
  */
692
- getMetadataGraph(requestParameters: AdminApiGetMetadataGraphRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RdfDefinitionDtoResponse, any>>;
670
+ getMetadataGraph(requestParameters: AdminApiGetMetadataGraphRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<RdfDefinitionDtoResponse, any, {}>>;
693
671
  /**
694
672
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
695
673
  * @summary Patches a metadata graph.
@@ -697,7 +675,7 @@ export declare class AdminApi extends BaseAPI {
697
675
  * @param {*} [options] Override http request option.
698
676
  * @throws {RequiredError}
699
677
  */
700
- patchMetadata(requestParameters: AdminApiPatchMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
678
+ patchMetadata(requestParameters: AdminApiPatchMetadataRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
701
679
  /**
702
680
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
703
681
  * @summary Updates a metadata graph.
@@ -705,7 +683,7 @@ export declare class AdminApi extends BaseAPI {
705
683
  * @param {*} [options] Override http request option.
706
684
  * @throws {RequiredError}
707
685
  */
708
- updateMetadataGraph(requestParameters: AdminApiUpdateMetadataGraphRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
686
+ updateMetadataGraph(requestParameters: AdminApiUpdateMetadataGraphRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
709
687
  /**
710
688
  * <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
711
689
  * @summary Updates the type and option ID of a specified resource.
@@ -713,5 +691,5 @@ export declare class AdminApi extends BaseAPI {
713
691
  * @param {*} [options] Override http request option.
714
692
  * @throws {RequiredError}
715
693
  */
716
- updateResourceType(requestParameters: AdminApiUpdateResourceTypeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
694
+ updateResourceType(requestParameters: AdminApiUpdateResourceTypeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
717
695
  }
@@ -1,23 +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 { ApplicationProfileDtoPagedResponse } from '../../@coscine/model';
17
- import type { ApplicationProfileDtoResponse } from '../../@coscine/model';
18
- import type { ApplicationProfileForCreationDto } from '../../@coscine/model';
19
- import type { ApplicationProfileForCreationDtoResponse } from '../../@coscine/model';
20
- import type { RdfFormat } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { AcceptedLanguage, ApplicationProfileDtoPagedResponse, ApplicationProfileDtoResponse, ApplicationProfileForCreationDto, ApplicationProfileForCreationDtoResponse, RdfFormat } from '../../@coscine/model';
21
5
  /**
22
6
  * ApplicationProfileApi - axios parameter creator
23
7
  */
@@ -53,9 +37,9 @@ export declare const ApplicationProfileApiAxiosParamCreator: (configuration?: Co
53
37
  * @param {string} [searchTerm] Gets or sets the search term used to filter application profiles.
54
38
  * @param {AcceptedLanguage} [language] Gets or sets the language for which the application profiles are requested.
55
39
  * @param {boolean} [modules] Gets or sets a value indicating whether to include modules in the application profiles.
56
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
57
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
58
- * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
40
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
41
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
42
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
59
43
  * @param {*} [options] Override http request option.
60
44
  * @throws {RequiredError}
61
45
  */
@@ -104,9 +88,9 @@ export declare const ApplicationProfileApiFp: (configuration?: Configuration) =>
104
88
  * @param {string} [searchTerm] Gets or sets the search term used to filter application profiles.
105
89
  * @param {AcceptedLanguage} [language] Gets or sets the language for which the application profiles are requested.
106
90
  * @param {boolean} [modules] Gets or sets a value indicating whether to include modules in the application profiles.
107
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
108
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
109
- * @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.
91
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
92
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
93
+ * @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;.
110
94
  * @param {*} [options] Override http request option.
111
95
  * @throws {RequiredError}
112
96
  */
@@ -207,15 +191,15 @@ export interface ApplicationProfileApiGetApplicationProfilesRequest {
207
191
  */
208
192
  readonly modules?: boolean;
209
193
  /**
210
- * The desired page number. Should be greater than or equal to 1. Default is 1.
194
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
211
195
  */
212
196
  readonly pageNumber?: number;
213
197
  /**
214
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
198
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
215
199
  */
216
200
  readonly pageSize?: number;
217
201
  /**
218
- * Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
202
+ * 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;.
219
203
  */
220
204
  readonly orderBy?: string;
221
205
  }
@@ -238,7 +222,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
238
222
  * @param {*} [options] Override http request option.
239
223
  * @throws {RequiredError}
240
224
  */
241
- apiV2ApplicationProfilesOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
225
+ apiV2ApplicationProfilesOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
242
226
  /**
243
227
  *
244
228
  * @summary Submits a request to create a new application profile.
@@ -246,7 +230,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
246
230
  * @param {*} [options] Override http request option.
247
231
  * @throws {RequiredError}
248
232
  */
249
- createApplicationProfileRequest(requestParameters?: ApplicationProfileApiCreateApplicationProfileRequestRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationProfileForCreationDtoResponse, any>>;
233
+ createApplicationProfileRequest(requestParameters?: ApplicationProfileApiCreateApplicationProfileRequestRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ApplicationProfileForCreationDtoResponse, any, {}>>;
250
234
  /**
251
235
  *
252
236
  * @summary Retrieves an application profile by its URI.
@@ -254,7 +238,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
254
238
  * @param {*} [options] Override http request option.
255
239
  * @throws {RequiredError}
256
240
  */
257
- getApplicationProfile(requestParameters: ApplicationProfileApiGetApplicationProfileRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationProfileDtoResponse, any>>;
241
+ getApplicationProfile(requestParameters: ApplicationProfileApiGetApplicationProfileRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ApplicationProfileDtoResponse, any, {}>>;
258
242
  /**
259
243
  *
260
244
  * @summary Retrieves all application profiles.
@@ -262,7 +246,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
262
246
  * @param {*} [options] Override http request option.
263
247
  * @throws {RequiredError}
264
248
  */
265
- getApplicationProfiles(requestParameters?: ApplicationProfileApiGetApplicationProfilesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationProfileDtoPagedResponse, any>>;
249
+ getApplicationProfiles(requestParameters?: ApplicationProfileApiGetApplicationProfilesRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ApplicationProfileDtoPagedResponse, any, {}>>;
266
250
  /**
267
251
  *
268
252
  * @summary Retrieves the `raw` application profile definition by its URI.
@@ -270,5 +254,5 @@ export declare class ApplicationProfileApi extends BaseAPI {
270
254
  * @param {*} [options] Override http request option.
271
255
  * @throws {RequiredError}
272
256
  */
273
- getRawApplicationProfile(requestParameters: ApplicationProfileApiGetRawApplicationProfileRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
257
+ getRawApplicationProfile(requestParameters: ApplicationProfileApiGetRawApplicationProfileRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<string, any, {}>>;
274
258
  }
@@ -1,17 +1,6 @@
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';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
15
4
  /**
16
5
  * BlobApi - axios parameter creator
17
6
  */
@@ -33,6 +22,7 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
33
22
  * @param {string} key The key for the new blob.
34
23
  * @param {File} [file]
35
24
  * @param {*} [options] Override http request option.
25
+ * @deprecated
36
26
  * @throws {RequiredError}
37
27
  */
38
28
  createBlob: (projectId: string, resourceId: string, key: string, file?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -43,6 +33,7 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
43
33
  * @param {string} resourceId The identifier of the resource.
44
34
  * @param {string} key The key associated with the blob to delete.
45
35
  * @param {*} [options] Override http request option.
36
+ * @deprecated
46
37
  * @throws {RequiredError}
47
38
  */
48
39
  deleteBlob: (projectId: string, resourceId: string, key: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -53,6 +44,7 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
53
44
  * @param {string} resourceId The identifier of the resource.
54
45
  * @param {string} key The key associated with the blob.
55
46
  * @param {*} [options] Override http request option.
47
+ * @deprecated
56
48
  * @throws {RequiredError}
57
49
  */
58
50
  getBlob: (projectId: string, resourceId: string, key: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -64,6 +56,7 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
64
56
  * @param {string} key The key associated with the blob to update.
65
57
  * @param {File} [file]
66
58
  * @param {*} [options] Override http request option.
59
+ * @deprecated
67
60
  * @throws {RequiredError}
68
61
  */
69
62
  updateBlob: (projectId: string, resourceId: string, key: string, file?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -89,6 +82,7 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
89
82
  * @param {string} key The key for the new blob.
90
83
  * @param {File} [file]
91
84
  * @param {*} [options] Override http request option.
85
+ * @deprecated
92
86
  * @throws {RequiredError}
93
87
  */
94
88
  createBlob(projectId: string, resourceId: string, key: string, file?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
@@ -99,6 +93,7 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
99
93
  * @param {string} resourceId The identifier of the resource.
100
94
  * @param {string} key The key associated with the blob to delete.
101
95
  * @param {*} [options] Override http request option.
96
+ * @deprecated
102
97
  * @throws {RequiredError}
103
98
  */
104
99
  deleteBlob(projectId: string, resourceId: string, key: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
@@ -109,6 +104,7 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
109
104
  * @param {string} resourceId The identifier of the resource.
110
105
  * @param {string} key The key associated with the blob.
111
106
  * @param {*} [options] Override http request option.
107
+ * @deprecated
112
108
  * @throws {RequiredError}
113
109
  */
114
110
  getBlob(projectId: string, resourceId: string, key: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
@@ -120,6 +116,7 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
120
116
  * @param {string} key The key associated with the blob to update.
121
117
  * @param {File} [file]
122
118
  * @param {*} [options] Override http request option.
119
+ * @deprecated
123
120
  * @throws {RequiredError}
124
121
  */
125
122
  updateBlob(projectId: string, resourceId: string, key: string, file?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
@@ -141,6 +138,7 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
141
138
  * @summary Creates a new blob for a resource.
142
139
  * @param {BlobApiCreateBlobRequest} requestParameters Request parameters.
143
140
  * @param {*} [options] Override http request option.
141
+ * @deprecated
144
142
  * @throws {RequiredError}
145
143
  */
146
144
  createBlob(requestParameters: BlobApiCreateBlobRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
@@ -149,6 +147,7 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
149
147
  * @summary Deletes a blob from a resource.
150
148
  * @param {BlobApiDeleteBlobRequest} requestParameters Request parameters.
151
149
  * @param {*} [options] Override http request option.
150
+ * @deprecated
152
151
  * @throws {RequiredError}
153
152
  */
154
153
  deleteBlob(requestParameters: BlobApiDeleteBlobRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
@@ -157,6 +156,7 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
157
156
  * @summary Download a blob from a resource.
158
157
  * @param {BlobApiGetBlobRequest} requestParameters Request parameters.
159
158
  * @param {*} [options] Override http request option.
159
+ * @deprecated
160
160
  * @throws {RequiredError}
161
161
  */
162
162
  getBlob(requestParameters: BlobApiGetBlobRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
@@ -165,6 +165,7 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
165
165
  * @summary Updates an existing blob of a resource.
166
166
  * @param {BlobApiUpdateBlobRequest} requestParameters Request parameters.
167
167
  * @param {*} [options] Override http request option.
168
+ * @deprecated
168
169
  * @throws {RequiredError}
169
170
  */
170
171
  updateBlob(requestParameters: BlobApiUpdateBlobRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
@@ -257,37 +258,41 @@ export declare class BlobApi extends BaseAPI {
257
258
  * @param {*} [options] Override http request option.
258
259
  * @throws {RequiredError}
259
260
  */
260
- apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions(requestParameters: BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
261
+ apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions(requestParameters: BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
261
262
  /**
262
263
  *
263
264
  * @summary Creates a new blob for a resource.
264
265
  * @param {BlobApiCreateBlobRequest} requestParameters Request parameters.
265
266
  * @param {*} [options] Override http request option.
267
+ * @deprecated
266
268
  * @throws {RequiredError}
267
269
  */
268
- createBlob(requestParameters: BlobApiCreateBlobRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
270
+ createBlob(requestParameters: BlobApiCreateBlobRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
269
271
  /**
270
272
  *
271
273
  * @summary Deletes a blob from a resource.
272
274
  * @param {BlobApiDeleteBlobRequest} requestParameters Request parameters.
273
275
  * @param {*} [options] Override http request option.
276
+ * @deprecated
274
277
  * @throws {RequiredError}
275
278
  */
276
- deleteBlob(requestParameters: BlobApiDeleteBlobRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
279
+ deleteBlob(requestParameters: BlobApiDeleteBlobRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
277
280
  /**
278
281
  *
279
282
  * @summary Download a blob from a resource.
280
283
  * @param {BlobApiGetBlobRequest} requestParameters Request parameters.
281
284
  * @param {*} [options] Override http request option.
285
+ * @deprecated
282
286
  * @throws {RequiredError}
283
287
  */
284
- getBlob(requestParameters: BlobApiGetBlobRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
288
+ getBlob(requestParameters: BlobApiGetBlobRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<File, any, {}>>;
285
289
  /**
286
290
  *
287
291
  * @summary Updates an existing blob of a resource.
288
292
  * @param {BlobApiUpdateBlobRequest} requestParameters Request parameters.
289
293
  * @param {*} [options] Override http request option.
294
+ * @deprecated
290
295
  * @throws {RequiredError}
291
296
  */
292
- updateBlob(requestParameters: BlobApiUpdateBlobRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
297
+ updateBlob(requestParameters: BlobApiUpdateBlobRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
293
298
  }