@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 { SearchCategoryType } from '../../@coscine/model';
16
- import type { SearchResultDtoPagedSearchResponse } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { SearchCategoryType, SearchResultDtoPagedSearchResponse } from '../../@coscine/model';
17
5
  /**
18
6
  * SearchApi - axios parameter creator
19
7
  */
@@ -32,9 +20,9 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
32
20
  * @param {boolean} [useAdvancedSyntax] Set true for advanced Elasticsearch search syntax
33
21
  * @param {Array<string>} [languages] Set the used languages
34
22
  * @param {SearchCategoryType} [category] Set the category filter
35
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
36
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
37
- * @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.
23
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
24
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
25
+ * @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;.
38
26
  * @param {*} [options] Override http request option.
39
27
  * @throws {RequiredError}
40
28
  */
@@ -58,9 +46,9 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
58
46
  * @param {boolean} [useAdvancedSyntax] Set true for advanced Elasticsearch search syntax
59
47
  * @param {Array<string>} [languages] Set the used languages
60
48
  * @param {SearchCategoryType} [category] Set the category filter
61
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
62
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
63
- * @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.
49
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
50
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
51
+ * @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;.
64
52
  * @param {*} [options] Override http request option.
65
53
  * @throws {RequiredError}
66
54
  */
@@ -107,15 +95,15 @@ export interface SearchApiGetSearchResultsRequest {
107
95
  */
108
96
  readonly category?: SearchCategoryType;
109
97
  /**
110
- * The desired page number. Should be greater than or equal to 1. Default is 1.
98
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
111
99
  */
112
100
  readonly pageNumber?: number;
113
101
  /**
114
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
102
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
115
103
  */
116
104
  readonly pageSize?: number;
117
105
  /**
118
- * 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.
106
+ * 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;.
119
107
  */
120
108
  readonly orderBy?: string;
121
109
  }
@@ -129,7 +117,7 @@ export declare class SearchApi extends BaseAPI {
129
117
  * @param {*} [options] Override http request option.
130
118
  * @throws {RequiredError}
131
119
  */
132
- apiV2SearchOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
120
+ apiV2SearchOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
133
121
  /**
134
122
  *
135
123
  * @summary Retrieves a search result by given search parameters.
@@ -137,5 +125,5 @@ export declare class SearchApi extends BaseAPI {
137
125
  * @param {*} [options] Override http request option.
138
126
  * @throws {RequiredError}
139
127
  */
140
- getSearchResults(requestParameters?: SearchApiGetSearchResultsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchResultDtoPagedSearchResponse, any>>;
128
+ getSearchResults(requestParameters?: SearchApiGetSearchResultsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<SearchResultDtoPagedSearchResponse, any, {}>>;
141
129
  }
@@ -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 { ApiTokenDtoPagedResponse } from '../../@coscine/model';
16
- import type { ApiTokenDtoResponse } from '../../@coscine/model';
17
- import type { ApiTokenForCreationDto } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { ApiTokenDtoPagedResponse, ApiTokenDtoResponse, ApiTokenForCreationDto } from '../../@coscine/model';
18
5
  /**
19
6
  * SelfApiTokenApi - axios parameter creator
20
7
  */
@@ -37,9 +24,9 @@ export declare const SelfApiTokenApiAxiosParamCreator: (configuration?: Configur
37
24
  /**
38
25
  *
39
26
  * @summary Retrieves all API tokens for the current authenticated user.
40
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
41
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
42
- * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc.
27
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
28
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
29
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \&quot;asc\&quot; or \&quot;desc\&quot; and separate properties by commas. Default is asc. Can be used like this: \&quot;propertyA asc, propertyB desc\&quot;.
43
30
  * @param {*} [options] Override http request option.
44
31
  * @throws {RequiredError}
45
32
  */
@@ -83,9 +70,9 @@ export declare const SelfApiTokenApiFp: (configuration?: Configuration) => {
83
70
  /**
84
71
  *
85
72
  * @summary Retrieves all API tokens for the current authenticated user.
86
- * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
87
- * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
88
- * @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.
73
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
74
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
75
+ * @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;.
89
76
  * @param {*} [options] Override http request option.
90
77
  * @throws {RequiredError}
91
78
  */
@@ -165,15 +152,15 @@ export interface SelfApiTokenApiCreateApiTokenRequest {
165
152
  */
166
153
  export interface SelfApiTokenApiGetAllApiTokensRequest {
167
154
  /**
168
- * The desired page number. Should be greater than or equal to 1. Default is 1.
155
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
169
156
  */
170
157
  readonly pageNumber?: number;
171
158
  /**
172
- * The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
159
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
173
160
  */
174
161
  readonly pageSize?: number;
175
162
  /**
176
- * 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.
163
+ * 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;.
177
164
  */
178
165
  readonly orderBy?: string;
179
166
  }
@@ -205,7 +192,7 @@ export declare class SelfApiTokenApi extends BaseAPI {
205
192
  * @param {*} [options] Override http request option.
206
193
  * @throws {RequiredError}
207
194
  */
208
- apiV2SelfApiTokensOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
195
+ apiV2SelfApiTokensOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
209
196
  /**
210
197
  *
211
198
  * @summary Creates an API token for the current authenticated user.
@@ -213,7 +200,7 @@ export declare class SelfApiTokenApi extends BaseAPI {
213
200
  * @param {*} [options] Override http request option.
214
201
  * @throws {RequiredError}
215
202
  */
216
- createApiToken(requestParameters?: SelfApiTokenApiCreateApiTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiTokenDtoResponse, any>>;
203
+ createApiToken(requestParameters?: SelfApiTokenApiCreateApiTokenRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ApiTokenDtoResponse, any, {}>>;
217
204
  /**
218
205
  *
219
206
  * @summary Retrieves all API tokens for the current authenticated user.
@@ -221,7 +208,7 @@ export declare class SelfApiTokenApi extends BaseAPI {
221
208
  * @param {*} [options] Override http request option.
222
209
  * @throws {RequiredError}
223
210
  */
224
- getAllApiTokens(requestParameters?: SelfApiTokenApiGetAllApiTokensRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiTokenDtoPagedResponse, any>>;
211
+ getAllApiTokens(requestParameters?: SelfApiTokenApiGetAllApiTokensRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ApiTokenDtoPagedResponse, any, {}>>;
225
212
  /**
226
213
  *
227
214
  * @summary Retrieves an API token for the current authenticated user.
@@ -229,7 +216,7 @@ export declare class SelfApiTokenApi extends BaseAPI {
229
216
  * @param {*} [options] Override http request option.
230
217
  * @throws {RequiredError}
231
218
  */
232
- getApiToken(requestParameters: SelfApiTokenApiGetApiTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiTokenDtoResponse, any>>;
219
+ getApiToken(requestParameters: SelfApiTokenApiGetApiTokenRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ApiTokenDtoResponse, any, {}>>;
233
220
  /**
234
221
  *
235
222
  * @summary Revokes an API token for the current authenticated user.
@@ -237,5 +224,5 @@ export declare class SelfApiTokenApi extends BaseAPI {
237
224
  * @param {*} [options] Override http request option.
238
225
  * @throws {RequiredError}
239
226
  */
240
- revokeToken(requestParameters: SelfApiTokenApiRevokeTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
227
+ revokeToken(requestParameters: SelfApiTokenApiRevokeTokenRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
241
228
  }
@@ -1,24 +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 { IdentityProviders } from '../../@coscine/model';
16
- import type { ProjectInvitationResolveDto } from '../../@coscine/model';
17
- import type { UserDtoResponse } from '../../@coscine/model';
18
- import type { UserForUpdateDto } from '../../@coscine/model';
19
- import type { UserMergeDtoResponse } from '../../@coscine/model';
20
- import type { UserProjectRoleCountDtoResponse } from '../../@coscine/model';
21
- import type { UserTermsOfServiceAcceptDto } from '../../@coscine/model';
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { IdentityProviders, ProjectInvitationResolveDto, UserDtoResponse, UserForUpdateDto, UserMergeDtoResponse, UserProjectRoleCountDtoResponse, UserTermsOfServiceAcceptDto } from '../../@coscine/model';
22
5
  /**
23
6
  * SelfApi - axios parameter creator
24
7
  */
@@ -312,14 +295,14 @@ export declare class SelfApi extends BaseAPI {
312
295
  * @param {*} [options] Override http request option.
313
296
  * @throws {RequiredError}
314
297
  */
315
- acceptCurrentTos(requestParameters?: SelfApiAcceptCurrentTosRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
298
+ acceptCurrentTos(requestParameters?: SelfApiAcceptCurrentTosRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
316
299
  /**
317
300
  *
318
301
  * @summary Responds with the HTTP methods allowed for the endpoint.
319
302
  * @param {*} [options] Override http request option.
320
303
  * @throws {RequiredError}
321
304
  */
322
- apiV2SelfOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
305
+ apiV2SelfOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
323
306
  /**
324
307
  *
325
308
  * @summary Confirms the email of a user.
@@ -327,35 +310,35 @@ export declare class SelfApi extends BaseAPI {
327
310
  * @param {*} [options] Override http request option.
328
311
  * @throws {RequiredError}
329
312
  */
330
- confirmUserEmail(requestParameters: SelfApiConfirmUserEmailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
313
+ confirmUserEmail(requestParameters: SelfApiConfirmUserEmailRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
331
314
  /**
332
315
  *
333
316
  * @summary Deletes the current authenticated user.
334
317
  * @param {*} [options] Override http request option.
335
318
  * @throws {RequiredError}
336
319
  */
337
- deleteCurrentUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
320
+ deleteCurrentUser(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
338
321
  /**
339
322
  *
340
323
  * @summary Retrieves the number of active project roles for the currently authenticated user.
341
324
  * @param {*} [options] Override http request option.
342
325
  * @throws {RequiredError}
343
326
  */
344
- getActiveProjectRolesCount(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserProjectRoleCountDtoResponse, any>>;
327
+ getActiveProjectRolesCount(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UserProjectRoleCountDtoResponse, any, {}>>;
345
328
  /**
346
329
  *
347
330
  * @summary Retrieves the current authenticated user.
348
331
  * @param {*} [options] Override http request option.
349
332
  * @throws {RequiredError}
350
333
  */
351
- getCurrentUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserDtoResponse, any>>;
334
+ getCurrentUser(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UserDtoResponse, any, {}>>;
352
335
  /**
353
336
  *
354
337
  * @summary Gives the consent for data processing for the current authenticated user.
355
338
  * @param {*} [options] Override http request option.
356
339
  * @throws {RequiredError}
357
340
  */
358
- giveDataProcessingConsent(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
341
+ giveDataProcessingConsent(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
359
342
  /**
360
343
  *
361
344
  * @summary Initiates user merging for the current user.
@@ -363,7 +346,7 @@ export declare class SelfApi extends BaseAPI {
363
346
  * @param {*} [options] Override http request option.
364
347
  * @throws {RequiredError}
365
348
  */
366
- initiateUserMerge(requestParameters: SelfApiInitiateUserMergeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserMergeDtoResponse, any>>;
349
+ initiateUserMerge(requestParameters: SelfApiInitiateUserMergeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UserMergeDtoResponse, any, {}>>;
367
350
  /**
368
351
  *
369
352
  * @summary Resolves a project invitation for the authenticated user.
@@ -371,7 +354,7 @@ export declare class SelfApi extends BaseAPI {
371
354
  * @param {*} [options] Override http request option.
372
355
  * @throws {RequiredError}
373
356
  */
374
- resolveProjectInvitation(requestParameters?: SelfApiResolveProjectInvitationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
357
+ resolveProjectInvitation(requestParameters?: SelfApiResolveProjectInvitationRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
375
358
  /**
376
359
  *
377
360
  * @summary Updates the current authenticated user.
@@ -379,5 +362,5 @@ export declare class SelfApi extends BaseAPI {
379
362
  * @param {*} [options] Override http request option.
380
363
  * @throws {RequiredError}
381
364
  */
382
- updateCurrentUser(requestParameters?: SelfApiUpdateCurrentUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
365
+ updateCurrentUser(requestParameters?: SelfApiUpdateCurrentUserRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
383
366
  }
@@ -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
  * SelfSessionApi - axios parameter creator
17
6
  */
@@ -160,21 +149,21 @@ export declare class SelfSessionApi extends BaseAPI {
160
149
  * @param {*} [options] Override http request option.
161
150
  * @throws {RequiredError}
162
151
  */
163
- apiV2SelfSessionLogoutPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
152
+ apiV2SelfSessionLogoutPost(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
164
153
  /**
165
154
  *
166
155
  * @summary Responds with the HTTP methods allowed for the endpoint.
167
156
  * @param {*} [options] Override http request option.
168
157
  * @throws {RequiredError}
169
158
  */
170
- apiV2SelfSessionOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
159
+ apiV2SelfSessionOptions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
171
160
  /**
172
161
  *
173
162
  * @summary Initiate the login workflow with the default (NFDI4Ing AAI) provider.
174
163
  * @param {*} [options] Override http request option.
175
164
  * @throws {RequiredError}
176
165
  */
177
- login(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
166
+ login(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
178
167
  /**
179
168
  *
180
169
  * @summary Initiate the login workflow with specific provider.
@@ -182,7 +171,7 @@ export declare class SelfSessionApi extends BaseAPI {
182
171
  * @param {*} [options] Override http request option.
183
172
  * @throws {RequiredError}
184
173
  */
185
- loginWithProvider(requestParameters: SelfSessionApiLoginWithProviderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
174
+ loginWithProvider(requestParameters: SelfSessionApiLoginWithProviderRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
186
175
  /**
187
176
  *
188
177
  * @summary Initiate the merge workflow with specific provider.
@@ -190,5 +179,5 @@ export declare class SelfSessionApi extends BaseAPI {
190
179
  * @param {*} [options] Override http request option.
191
180
  * @throws {RequiredError}
192
181
  */
193
- merge(requestParameters: SelfSessionApiMergeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
182
+ merge(requestParameters: SelfSessionApiMergeRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
194
183
  }
@@ -0,0 +1,248 @@
1
+ import { Configuration } from '../../configuration';
2
+ import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
+ import { RequestArgs, BaseAPI } from '../../base';
4
+ import { FileTreeDtoPagedResponse } from '../../@coscine/model';
5
+ /**
6
+ * StorageApi - axios parameter creator
7
+ */
8
+ export declare const StorageApiAxiosParamCreator: (configuration?: Configuration) => {
9
+ /**
10
+ *
11
+ * @summary Responds with the HTTP methods allowed for the endpoint.
12
+ * @param {string} projectId
13
+ * @param {string} resourceId
14
+ * @param {*} [options] Override http request option.
15
+ * @throws {RequiredError}
16
+ */
17
+ apiV2ProjectsProjectIdResourcesResourceIdStorageOptions: (projectId: string, resourceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
18
+ /**
19
+ *
20
+ * @summary Deletes a file or folder at the specified path within the given project and resource.
21
+ * @param {string} projectId The unique identifier of the project.
22
+ * @param {string} resourceId The unique identifier of the resource.
23
+ * @param {string} encodedPath The url encoded path of the file.
24
+ * @param {*} [options] Override http request option.
25
+ * @throws {RequiredError}
26
+ */
27
+ deleteFileFromStorage: (projectId: string, resourceId: string, encodedPath: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
28
+ /**
29
+ *
30
+ * @summary Checks if a file or folder exists at the specified path within the given project and resource.
31
+ * @param {string} projectId The unique identifier of the project.
32
+ * @param {string} resourceId The unique identifier of the resource.
33
+ * @param {string} encodedPath The url encoded path of the file.
34
+ * @param {string} [version] The version to get. Null will default to the latest.
35
+ * @param {*} [options] Override http request option.
36
+ * @throws {RequiredError}
37
+ */
38
+ headFileFromStorage: (projectId: string, resourceId: string, encodedPath: string, version?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39
+ /**
40
+ *
41
+ * @summary Lists the contents of a directory in the storage tree.
42
+ * @param {string} projectId The unique identifier of the project.
43
+ * @param {string} resourceId The unique identifier of the resource.
44
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. &#x60;Sorting is not yet supported for the file tree endpoint, but this property is included for consistency with other query parameter classes and to allow for future extensibility.&#x60;. Use \&quot;asc\&quot; or \&quot;desc\&quot; as the direction.
45
+ * @param {string} [prefix] Gets or sets the prefix filter. The prefix to filter the storage objects by. Slashes are taken into account when filtering by prefix. The forwads slash (/) character is treated as the path separator. The lookup is only done for one level. To look into the next level, include the trailing slash to indicate the next level of the tree.
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 {*} [options] Override http request option.
49
+ * @throws {RequiredError}
50
+ */
51
+ listFilesFromStorage: (projectId: string, resourceId: string, orderBy?: string, prefix?: string, pageNumber?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
52
+ };
53
+ /**
54
+ * StorageApi - functional programming interface
55
+ */
56
+ export declare const StorageApiFp: (configuration?: Configuration) => {
57
+ /**
58
+ *
59
+ * @summary Responds with the HTTP methods allowed for the endpoint.
60
+ * @param {string} projectId
61
+ * @param {string} resourceId
62
+ * @param {*} [options] Override http request option.
63
+ * @throws {RequiredError}
64
+ */
65
+ apiV2ProjectsProjectIdResourcesResourceIdStorageOptions(projectId: string, resourceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
66
+ /**
67
+ *
68
+ * @summary Deletes a file or folder at the specified path within the given project and resource.
69
+ * @param {string} projectId The unique identifier of the project.
70
+ * @param {string} resourceId The unique identifier of the resource.
71
+ * @param {string} encodedPath The url encoded path of the file.
72
+ * @param {*} [options] Override http request option.
73
+ * @throws {RequiredError}
74
+ */
75
+ deleteFileFromStorage(projectId: string, resourceId: string, encodedPath: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
76
+ /**
77
+ *
78
+ * @summary Checks if a file or folder exists at the specified path within the given project and resource.
79
+ * @param {string} projectId The unique identifier of the project.
80
+ * @param {string} resourceId The unique identifier of the resource.
81
+ * @param {string} encodedPath The url encoded path of the file.
82
+ * @param {string} [version] The version to get. Null will default to the latest.
83
+ * @param {*} [options] Override http request option.
84
+ * @throws {RequiredError}
85
+ */
86
+ headFileFromStorage(projectId: string, resourceId: string, encodedPath: string, version?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
87
+ /**
88
+ *
89
+ * @summary Lists the contents of a directory in the storage tree.
90
+ * @param {string} projectId The unique identifier of the project.
91
+ * @param {string} resourceId The unique identifier of the resource.
92
+ * @param {string} [orderBy] Gets or sets the field name used for ordering the results. &#x60;Sorting is not yet supported for the file tree endpoint, but this property is included for consistency with other query parameter classes and to allow for future extensibility.&#x60;. Use \&quot;asc\&quot; or \&quot;desc\&quot; as the direction.
93
+ * @param {string} [prefix] Gets or sets the prefix filter. The prefix to filter the storage objects by. Slashes are taken into account when filtering by prefix. The forwads slash (/) character is treated as the path separator. The lookup is only done for one level. To look into the next level, include the trailing slash to indicate the next level of the tree.
94
+ * @param {number} [pageNumber] Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
95
+ * @param {number} [pageSize] Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
96
+ * @param {*} [options] Override http request option.
97
+ * @throws {RequiredError}
98
+ */
99
+ listFilesFromStorage(projectId: string, resourceId: string, orderBy?: string, prefix?: string, pageNumber?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FileTreeDtoPagedResponse>>;
100
+ };
101
+ /**
102
+ * StorageApi - factory interface
103
+ */
104
+ export declare const StorageApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
105
+ /**
106
+ *
107
+ * @summary Responds with the HTTP methods allowed for the endpoint.
108
+ * @param {StorageApiApiV2ProjectsProjectIdResourcesResourceIdStorageOptionsRequest} requestParameters Request parameters.
109
+ * @param {*} [options] Override http request option.
110
+ * @throws {RequiredError}
111
+ */
112
+ apiV2ProjectsProjectIdResourcesResourceIdStorageOptions(requestParameters: StorageApiApiV2ProjectsProjectIdResourcesResourceIdStorageOptionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
113
+ /**
114
+ *
115
+ * @summary Deletes a file or folder at the specified path within the given project and resource.
116
+ * @param {StorageApiDeleteFileFromStorageRequest} requestParameters Request parameters.
117
+ * @param {*} [options] Override http request option.
118
+ * @throws {RequiredError}
119
+ */
120
+ deleteFileFromStorage(requestParameters: StorageApiDeleteFileFromStorageRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
121
+ /**
122
+ *
123
+ * @summary Checks if a file or folder exists at the specified path within the given project and resource.
124
+ * @param {StorageApiHeadFileFromStorageRequest} requestParameters Request parameters.
125
+ * @param {*} [options] Override http request option.
126
+ * @throws {RequiredError}
127
+ */
128
+ headFileFromStorage(requestParameters: StorageApiHeadFileFromStorageRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
129
+ /**
130
+ *
131
+ * @summary Lists the contents of a directory in the storage tree.
132
+ * @param {StorageApiListFilesFromStorageRequest} requestParameters Request parameters.
133
+ * @param {*} [options] Override http request option.
134
+ * @throws {RequiredError}
135
+ */
136
+ listFilesFromStorage(requestParameters: StorageApiListFilesFromStorageRequest, options?: RawAxiosRequestConfig): AxiosPromise<FileTreeDtoPagedResponse>;
137
+ };
138
+ /**
139
+ * Request parameters for apiV2ProjectsProjectIdResourcesResourceIdStorageOptions operation in StorageApi.
140
+ */
141
+ export interface StorageApiApiV2ProjectsProjectIdResourcesResourceIdStorageOptionsRequest {
142
+ readonly projectId: string;
143
+ readonly resourceId: string;
144
+ }
145
+ /**
146
+ * Request parameters for deleteFileFromStorage operation in StorageApi.
147
+ */
148
+ export interface StorageApiDeleteFileFromStorageRequest {
149
+ /**
150
+ * The unique identifier of the project.
151
+ */
152
+ readonly projectId: string;
153
+ /**
154
+ * The unique identifier of the resource.
155
+ */
156
+ readonly resourceId: string;
157
+ /**
158
+ * The url encoded path of the file.
159
+ */
160
+ readonly encodedPath: string;
161
+ }
162
+ /**
163
+ * Request parameters for headFileFromStorage operation in StorageApi.
164
+ */
165
+ export interface StorageApiHeadFileFromStorageRequest {
166
+ /**
167
+ * The unique identifier of the project.
168
+ */
169
+ readonly projectId: string;
170
+ /**
171
+ * The unique identifier of the resource.
172
+ */
173
+ readonly resourceId: string;
174
+ /**
175
+ * The url encoded path of the file.
176
+ */
177
+ readonly encodedPath: string;
178
+ /**
179
+ * The version to get. Null will default to the latest.
180
+ */
181
+ readonly version?: string;
182
+ }
183
+ /**
184
+ * Request parameters for listFilesFromStorage operation in StorageApi.
185
+ */
186
+ export interface StorageApiListFilesFromStorageRequest {
187
+ /**
188
+ * The unique identifier of the project.
189
+ */
190
+ readonly projectId: string;
191
+ /**
192
+ * The unique identifier of the resource.
193
+ */
194
+ readonly resourceId: string;
195
+ /**
196
+ * Gets or sets the field name used for ordering the results. &#x60;Sorting is not yet supported for the file tree endpoint, but this property is included for consistency with other query parameter classes and to allow for future extensibility.&#x60;. Use \&quot;asc\&quot; or \&quot;desc\&quot; as the direction.
197
+ */
198
+ readonly orderBy?: string;
199
+ /**
200
+ * Gets or sets the prefix filter. The prefix to filter the storage objects by. Slashes are taken into account when filtering by prefix. The forwads slash (/) character is treated as the path separator. The lookup is only done for one level. To look into the next level, include the trailing slash to indicate the next level of the tree.
201
+ */
202
+ readonly prefix?: string;
203
+ /**
204
+ * Gets or sets the desired page number. Should be greater than or equal to 1. Default is 1.
205
+ */
206
+ readonly pageNumber?: number;
207
+ /**
208
+ * Gets or sets the desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
209
+ */
210
+ readonly pageSize?: number;
211
+ }
212
+ /**
213
+ * StorageApi - object-oriented interface
214
+ */
215
+ export declare class StorageApi extends BaseAPI {
216
+ /**
217
+ *
218
+ * @summary Responds with the HTTP methods allowed for the endpoint.
219
+ * @param {StorageApiApiV2ProjectsProjectIdResourcesResourceIdStorageOptionsRequest} requestParameters Request parameters.
220
+ * @param {*} [options] Override http request option.
221
+ * @throws {RequiredError}
222
+ */
223
+ apiV2ProjectsProjectIdResourcesResourceIdStorageOptions(requestParameters: StorageApiApiV2ProjectsProjectIdResourcesResourceIdStorageOptionsRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
224
+ /**
225
+ *
226
+ * @summary Deletes a file or folder at the specified path within the given project and resource.
227
+ * @param {StorageApiDeleteFileFromStorageRequest} requestParameters Request parameters.
228
+ * @param {*} [options] Override http request option.
229
+ * @throws {RequiredError}
230
+ */
231
+ deleteFileFromStorage(requestParameters: StorageApiDeleteFileFromStorageRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
232
+ /**
233
+ *
234
+ * @summary Checks if a file or folder exists at the specified path within the given project and resource.
235
+ * @param {StorageApiHeadFileFromStorageRequest} requestParameters Request parameters.
236
+ * @param {*} [options] Override http request option.
237
+ * @throws {RequiredError}
238
+ */
239
+ headFileFromStorage(requestParameters: StorageApiHeadFileFromStorageRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
240
+ /**
241
+ *
242
+ * @summary Lists the contents of a directory in the storage tree.
243
+ * @param {StorageApiListFilesFromStorageRequest} requestParameters Request parameters.
244
+ * @param {*} [options] Override http request option.
245
+ * @throws {RequiredError}
246
+ */
247
+ listFilesFromStorage(requestParameters: StorageApiListFilesFromStorageRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<FileTreeDtoPagedResponse, any, {}>>;
248
+ }