@coscine/api-client 3.15.0 → 3.17.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 (253) hide show
  1. package/README.md +16 -0
  2. package/dist/index.js +3041 -2402
  3. package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +135 -1
  4. package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +1 -1
  5. package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +1 -1
  6. package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +1 -1
  7. package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +1 -1
  8. package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +1 -1
  9. package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +1 -1
  10. package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +1 -1
  11. package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +179 -0
  12. package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +1 -1
  13. package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +1 -1
  14. package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +1 -1
  15. package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +1 -1
  16. package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +1 -1
  17. package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +1 -1
  18. package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +1 -1
  19. package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +1 -1
  20. package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +1 -1
  21. package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +1 -1
  22. package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +1 -1
  23. package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +1 -1
  24. package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +1 -1
  25. package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +1 -1
  26. package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +1 -1
  27. package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +1 -1
  28. package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +1 -1
  29. package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +1 -1
  30. package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +1 -1
  31. package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +1 -1
  32. package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +1 -1
  33. package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +1 -1
  34. package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +1 -1
  35. package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +1 -1
  36. package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +272 -0
  37. package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +1 -1
  38. package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +1 -1
  39. package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +3 -3
  40. package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +1 -1
  41. package/dist/types/Coscine.Api/@coscine/model/activity-log-dto.d.ts +1 -1
  42. package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +1 -1
  43. package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +1 -1
  44. package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +1 -1
  45. package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +1 -1
  46. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +1 -1
  47. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +1 -1
  48. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -1
  49. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +1 -1
  50. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +1 -1
  51. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +1 -1
  52. package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +1 -1
  53. package/dist/types/Coscine.Api/@coscine/model/coscine-http-method.d.ts +6 -6
  54. package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +43 -0
  55. package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto.d.ts +24 -0
  56. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +61 -0
  57. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +32 -0
  58. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +61 -0
  59. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +32 -0
  60. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +31 -0
  61. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +32 -0
  62. package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +1 -1
  63. package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto.d.ts +1 -1
  64. package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +1 -1
  65. package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +1 -1
  66. package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +1 -1
  67. package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +1 -1
  68. package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +1 -1
  69. package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +1 -1
  70. package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group-dto.d.ts +21 -0
  71. package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +1 -1
  72. package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +1 -1
  73. package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +1 -1
  74. package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +5 -5
  75. package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +1 -1
  76. package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +1 -1
  77. package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +1 -1
  78. package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +1 -1
  79. package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +1 -1
  80. package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +1 -1
  81. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +1 -1
  82. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +1 -1
  83. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +1 -1
  84. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +1 -1
  85. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +1 -1
  86. package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +1 -1
  87. package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +1 -1
  88. package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +1 -1
  89. package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +1 -1
  90. package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -1
  91. package/dist/types/Coscine.Api/@coscine/model/handle-value-dto.d.ts +1 -1
  92. package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +1 -1
  93. package/dist/types/Coscine.Api/@coscine/model/hash-parameters-dto.d.ts +1 -1
  94. package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +1 -1
  95. package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +2 -2
  96. package/dist/types/Coscine.Api/@coscine/model/index.d.ts +16 -0
  97. package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +1 -1
  98. package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +1 -1
  99. package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +1 -1
  100. package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +1 -1
  101. package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +1 -1
  102. package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +1 -1
  103. package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +1 -1
  104. package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +1 -1
  105. package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +1 -1
  106. package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +1 -1
  107. package/dist/types/Coscine.Api/@coscine/model/message-dto-paged-response.d.ts +1 -1
  108. package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +1 -1
  109. package/dist/types/Coscine.Api/@coscine/model/message-type.d.ts +1 -1
  110. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +1 -1
  111. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +1 -1
  112. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +1 -1
  113. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +1 -1
  114. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +1 -1
  115. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-deletion-dto.d.ts +1 -1
  116. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +1 -1
  117. package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +1 -1
  118. package/dist/types/Coscine.Api/@coscine/model/notification-dto-paged-response.d.ts +50 -0
  119. package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +43 -0
  120. package/dist/types/Coscine.Api/@coscine/model/notification-dto.d.ts +36 -0
  121. package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +1 -1
  122. package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +1 -1
  123. package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +1 -1
  124. package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +1 -1
  125. package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +1 -1
  126. package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +1 -1
  127. package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +1 -1
  128. package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +1 -1
  129. package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +1 -1
  130. package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +3 -3
  131. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +1 -1
  132. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +1 -1
  133. package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +1 -1
  134. package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +1 -1
  135. package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +1 -1
  136. package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +1 -1
  137. package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +1 -1
  138. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +1 -1
  139. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +1 -1
  140. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +1 -1
  141. package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +1 -1
  142. package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +1 -1
  143. package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +1 -1
  144. package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +1 -1
  145. package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +1 -1
  146. package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +1 -1
  147. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +1 -1
  148. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +1 -1
  149. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +1 -1
  150. package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +1 -1
  151. package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +1 -1
  152. package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +1 -1
  153. package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +1 -1
  154. package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +1 -1
  155. package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +1 -1
  156. package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +1 -1
  157. package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +1 -1
  158. package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +1 -1
  159. package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +1 -1
  160. package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +1 -1
  161. package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +1 -1
  162. package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +1 -1
  163. package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +1 -1
  164. package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +1 -1
  165. package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +1 -1
  166. package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +1 -1
  167. package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +1 -1
  168. package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +7 -7
  169. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +1 -1
  170. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +1 -1
  171. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +1 -1
  172. package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +4 -4
  173. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +1 -1
  174. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +1 -1
  175. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-type.d.ts +1 -1
  176. package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -1
  177. package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -1
  178. package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +1 -1
  179. package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -1
  180. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +1 -1
  181. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -1
  182. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +1 -1
  183. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +1 -1
  184. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +1 -1
  185. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +1 -1
  186. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +1 -1
  187. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +1 -1
  188. package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +1 -1
  189. package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +1 -1
  190. package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +1 -1
  191. package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +1 -1
  192. package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +1 -1
  193. package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +1 -1
  194. package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +1 -1
  195. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +1 -1
  196. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +1 -1
  197. package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +1 -1
  198. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +1 -1
  199. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +1 -1
  200. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +1 -1
  201. package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +1 -1
  202. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +22 -1
  203. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +22 -1
  204. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +22 -1
  205. package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +3 -3
  206. package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +1 -1
  207. package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +1 -1
  208. package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +1 -1
  209. package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +1 -1
  210. package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +4 -4
  211. package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +1 -1
  212. package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +1 -1
  213. package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +1 -1
  214. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +1 -1
  215. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +1 -1
  216. package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +1 -1
  217. package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +1 -1
  218. package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +1 -1
  219. package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +1 -1
  220. package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +1 -1
  221. package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +1 -1
  222. package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +1 -1
  223. package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +4 -4
  224. package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +1 -1
  225. package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +1 -1
  226. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +1 -1
  227. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +1 -1
  228. package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +1 -1
  229. package/dist/types/Coscine.Api/@coscine/model/user-notification-for-creation-dto.d.ts +24 -0
  230. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +50 -0
  231. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +43 -0
  232. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto.d.ts +36 -0
  233. package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +2 -15
  234. package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +1 -1
  235. package/dist/types/Coscine.Api/@coscine/model/variant-dto.d.ts +1 -1
  236. package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +1 -1
  237. package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +1 -1
  238. package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +1 -1
  239. package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +1 -1
  240. package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +1 -1
  241. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +1 -1
  242. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +1 -1
  243. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +1 -1
  244. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +1 -1
  245. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +1 -1
  246. package/dist/types/Coscine.Api/api.d.ts +3 -1
  247. package/dist/types/Coscine.Api/base.d.ts +1 -1
  248. package/dist/types/Coscine.Api/common.d.ts +1 -1
  249. package/dist/types/Coscine.Api/configuration.d.ts +1 -1
  250. package/dist/types/Coscine.Api/index.d.ts +1 -1
  251. package/dist/types/apis.d.ts +20 -0
  252. package/dist/types/index.d.ts +40 -0
  253. package/package.json +1 -1
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,12 +3,15 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { DataStorageNrwS3OptionsDto } from './data-storage-nrw-s3-options-dto';
13
+ import type { DataStorageNrwS3WormOptionsDto } from './data-storage-nrw-s3-worm-options-dto';
14
+ import type { DataStorageNrwWebOptionsDto } from './data-storage-nrw-web-options-dto';
12
15
  import type { FileSystemStorageOptionsDto } from './file-system-storage-options-dto';
13
16
  import type { GitLabOptionsDto } from './git-lab-options-dto';
14
17
  import type { RdsOptionsDto } from './rds-options-dto';
@@ -56,4 +59,22 @@ export interface ResourceTypeOptionsDto {
56
59
  * @memberof ResourceTypeOptionsDto
57
60
  */
58
61
  'fileSystemStorage'?: FileSystemStorageOptionsDto;
62
+ /**
63
+ *
64
+ * @type {DataStorageNrwWebOptionsDto}
65
+ * @memberof ResourceTypeOptionsDto
66
+ */
67
+ 'dataStorageNrwWeb'?: DataStorageNrwWebOptionsDto;
68
+ /**
69
+ *
70
+ * @type {DataStorageNrwS3OptionsDto}
71
+ * @memberof ResourceTypeOptionsDto
72
+ */
73
+ 'dataStorageNrwS3'?: DataStorageNrwS3OptionsDto;
74
+ /**
75
+ *
76
+ * @type {DataStorageNrwS3WormOptionsDto}
77
+ * @memberof ResourceTypeOptionsDto
78
+ */
79
+ 'dataStorageNrwS3Worm'?: DataStorageNrwS3WormOptionsDto;
59
80
  }
@@ -3,12 +3,15 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { DataStorageNrwS3ResourceTypeOptionsForManipulationDto } from './data-storage-nrw-s3-resource-type-options-for-manipulation-dto';
13
+ import type { DataStorageNrwS3WormResourceTypeOptionsForManipulationDto } from './data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto';
14
+ import type { DataStorageNrwWebResourceTypeOptionsForManipulationDto } from './data-storage-nrw-web-resource-type-options-for-manipulation-dto';
12
15
  import type { GitlabResourceTypeOptionsForCreationDto } from './gitlab-resource-type-options-for-creation-dto';
13
16
  import type { RdsResourceTypeOptionsForManipulationDto } from './rds-resource-type-options-for-manipulation-dto';
14
17
  import type { RdsS3ResourceTypeOptionsForManipulationDto } from './rds-s3-resource-type-options-for-manipulation-dto';
@@ -49,4 +52,22 @@ export interface ResourceTypeOptionsForCreationDto {
49
52
  * @memberof ResourceTypeOptionsForCreationDto
50
53
  */
51
54
  'rdsS3WormResourceTypeOptions'?: RdsS3WormResourceTypeOptionsForManipulationDto;
55
+ /**
56
+ *
57
+ * @type {DataStorageNrwWebResourceTypeOptionsForManipulationDto}
58
+ * @memberof ResourceTypeOptionsForCreationDto
59
+ */
60
+ 'dataStorageNrwWebResourceTypeOptions'?: DataStorageNrwWebResourceTypeOptionsForManipulationDto;
61
+ /**
62
+ *
63
+ * @type {DataStorageNrwS3ResourceTypeOptionsForManipulationDto}
64
+ * @memberof ResourceTypeOptionsForCreationDto
65
+ */
66
+ 'dataStorageNrwS3ResourceTypeOptions'?: DataStorageNrwS3ResourceTypeOptionsForManipulationDto;
67
+ /**
68
+ *
69
+ * @type {DataStorageNrwS3WormResourceTypeOptionsForManipulationDto}
70
+ * @memberof ResourceTypeOptionsForCreationDto
71
+ */
72
+ 'dataStorageNrwS3WormResourceTypeOptions'?: DataStorageNrwS3WormResourceTypeOptionsForManipulationDto;
52
73
  }
@@ -3,12 +3,15 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { DataStorageNrwS3ResourceTypeOptionsForManipulationDto } from './data-storage-nrw-s3-resource-type-options-for-manipulation-dto';
13
+ import type { DataStorageNrwS3WormResourceTypeOptionsForManipulationDto } from './data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto';
14
+ import type { DataStorageNrwWebResourceTypeOptionsForManipulationDto } from './data-storage-nrw-web-resource-type-options-for-manipulation-dto';
12
15
  import type { GitlabResourceTypeOptionsForUpdateDto } from './gitlab-resource-type-options-for-update-dto';
13
16
  import type { RdsResourceTypeOptionsForManipulationDto } from './rds-resource-type-options-for-manipulation-dto';
14
17
  import type { RdsS3ResourceTypeOptionsForManipulationDto } from './rds-s3-resource-type-options-for-manipulation-dto';
@@ -49,4 +52,22 @@ export interface ResourceTypeOptionsForUpdateDto {
49
52
  * @memberof ResourceTypeOptionsForUpdateDto
50
53
  */
51
54
  'rdsS3WormResourceTypeOptions'?: RdsS3WormResourceTypeOptionsForManipulationDto;
55
+ /**
56
+ *
57
+ * @type {DataStorageNrwWebResourceTypeOptionsForManipulationDto}
58
+ * @memberof ResourceTypeOptionsForUpdateDto
59
+ */
60
+ 'dataStorageNrwWebResourceTypeOptions'?: DataStorageNrwWebResourceTypeOptionsForManipulationDto;
61
+ /**
62
+ *
63
+ * @type {DataStorageNrwS3ResourceTypeOptionsForManipulationDto}
64
+ * @memberof ResourceTypeOptionsForUpdateDto
65
+ */
66
+ 'dataStorageNrwS3ResourceTypeOptions'?: DataStorageNrwS3ResourceTypeOptionsForManipulationDto;
67
+ /**
68
+ *
69
+ * @type {DataStorageNrwS3WormResourceTypeOptionsForManipulationDto}
70
+ * @memberof ResourceTypeOptionsForUpdateDto
71
+ */
72
+ 'dataStorageNrwS3WormResourceTypeOptions'?: DataStorageNrwS3WormResourceTypeOptionsForManipulationDto;
52
73
  }
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -15,7 +15,7 @@
15
15
  * @enum {string}
16
16
  */
17
17
  export declare const ResourceTypeStatus: {
18
- readonly Hidden: "hidden";
19
- readonly Active: "active";
18
+ readonly hidden: "hidden";
19
+ readonly active: "active";
20
20
  };
21
21
  export type ResourceTypeStatus = typeof ResourceTypeStatus[keyof typeof ResourceTypeStatus];
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -16,8 +16,8 @@
16
16
  */
17
17
  export declare const SearchCategoryType: {
18
18
  readonly None: "None";
19
- readonly HttpsPurlOrgCoscineTermsStructureMetadata: "https://purl.org/coscine/terms/structure#Metadata";
20
- readonly HttpsPurlOrgCoscineTermsStructureProject: "https://purl.org/coscine/terms/structure#Project";
21
- readonly HttpsPurlOrgCoscineTermsStructureResource: "https://purl.org/coscine/terms/structure#Resource";
19
+ readonly https___purl_org_coscine_terms_structureMetadata: "https://purl.org/coscine/terms/structure#Metadata";
20
+ readonly https___purl_org_coscine_terms_structureProject: "https://purl.org/coscine/terms/structure#Project";
21
+ readonly https___purl_org_coscine_terms_structureResource: "https://purl.org/coscine/terms/structure#Resource";
22
22
  };
23
23
  export type SearchCategoryType = typeof SearchCategoryType[keyof typeof SearchCategoryType];
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -38,13 +38,13 @@ export interface UserDto {
38
38
  * @type {string}
39
39
  * @memberof UserDto
40
40
  */
41
- 'givenName': string;
41
+ 'givenName'?: string | null;
42
42
  /**
43
43
  * The family name of the user.
44
44
  * @type {string}
45
45
  * @memberof UserDto
46
46
  */
47
- 'familyName': string;
47
+ 'familyName'?: string | null;
48
48
  /**
49
49
  * The email addresses associated with the user.
50
50
  * @type {Array<UserEmailDto>}
@@ -62,7 +62,7 @@ export interface UserDto {
62
62
  * @type {LanguageDto}
63
63
  * @memberof UserDto
64
64
  */
65
- 'language': LanguageDto;
65
+ 'language'?: LanguageDto;
66
66
  /**
67
67
  * Indicates if the terms of service are accepted by the user.
68
68
  * @type {boolean}
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -0,0 +1,24 @@
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
+ /**
13
+ * Data transfer object (DTO) representing the creation of a user notification.
14
+ * @export
15
+ * @interface UserNotificationForCreationDto
16
+ */
17
+ export interface UserNotificationForCreationDto {
18
+ /**
19
+ * The id of the notification.
20
+ * @type {string}
21
+ * @memberof UserNotificationForCreationDto
22
+ */
23
+ 'notificationId': string;
24
+ }
@@ -0,0 +1,50 @@
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 { Pagination } from './pagination';
13
+ import type { UserNotificationOptOutDto } from './user-notification-opt-out-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface UserNotificationOptOutDtoPagedResponse
18
+ */
19
+ export interface UserNotificationOptOutDtoPagedResponse {
20
+ /**
21
+ *
22
+ * @type {Array<UserNotificationOptOutDto>}
23
+ * @memberof UserNotificationOptOutDtoPagedResponse
24
+ */
25
+ 'data'?: Array<UserNotificationOptOutDto> | null;
26
+ /**
27
+ *
28
+ * @type {boolean}
29
+ * @memberof UserNotificationOptOutDtoPagedResponse
30
+ */
31
+ 'isSuccess'?: boolean;
32
+ /**
33
+ *
34
+ * @type {number}
35
+ * @memberof UserNotificationOptOutDtoPagedResponse
36
+ */
37
+ 'statusCode'?: number | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof UserNotificationOptOutDtoPagedResponse
42
+ */
43
+ 'traceId'?: string | null;
44
+ /**
45
+ *
46
+ * @type {Pagination}
47
+ * @memberof UserNotificationOptOutDtoPagedResponse
48
+ */
49
+ 'pagination'?: Pagination;
50
+ }
@@ -0,0 +1,43 @@
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 { UserNotificationOptOutDto } from './user-notification-opt-out-dto';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface UserNotificationOptOutDtoResponse
17
+ */
18
+ export interface UserNotificationOptOutDtoResponse {
19
+ /**
20
+ *
21
+ * @type {UserNotificationOptOutDto}
22
+ * @memberof UserNotificationOptOutDtoResponse
23
+ */
24
+ 'data'?: UserNotificationOptOutDto;
25
+ /**
26
+ *
27
+ * @type {boolean}
28
+ * @memberof UserNotificationOptOutDtoResponse
29
+ */
30
+ 'isSuccess'?: boolean;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof UserNotificationOptOutDtoResponse
35
+ */
36
+ 'statusCode'?: number | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof UserNotificationOptOutDtoResponse
41
+ */
42
+ 'traceId'?: string | null;
43
+ }
@@ -0,0 +1,36 @@
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
+ /**
13
+ * Represents a minimal data transfer object (DTO) for a user notification.
14
+ * @export
15
+ * @interface UserNotificationOptOutDto
16
+ */
17
+ export interface UserNotificationOptOutDto {
18
+ /**
19
+ * Unique identifier for the user notification.
20
+ * @type {string}
21
+ * @memberof UserNotificationOptOutDto
22
+ */
23
+ 'id': string;
24
+ /**
25
+ * Unique identifier of the user.
26
+ * @type {string}
27
+ * @memberof UserNotificationOptOutDto
28
+ */
29
+ 'userId': string;
30
+ /**
31
+ * Unique identifier of the notification.
32
+ * @type {string}
33
+ * @memberof UserNotificationOptOutDto
34
+ */
35
+ 'notificationId': string;
36
+ }
@@ -3,13 +3,12 @@
3
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
4
  *
5
5
  * The version of the OpenAPI document: 2.0
6
- * Contact: servicedesk@itc.rwth-aachen.de
6
+ * Contact: servicedesk@rwth-aachen.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { PublicationAdvisoryServiceDto } from './publication-advisory-service-dto';
13
12
  /**
14
13
  * Represents a Data Transfer Object (DTO) for user-related organization information, inheriting from OrganizationDto.
15
14
  * @export
@@ -21,25 +20,13 @@ export interface UserOrganizationDto {
21
20
  * @type {string}
22
21
  * @memberof UserOrganizationDto
23
22
  */
24
- 'uri': string;
23
+ 'uri'?: string | null;
25
24
  /**
26
25
  * The display name of the organization.
27
26
  * @type {string}
28
27
  * @memberof UserOrganizationDto
29
28
  */
30
29
  'displayName': string;
31
- /**
32
- * The email address of the organization.
33
- * @type {string}
34
- * @memberof UserOrganizationDto
35
- */
36
- 'email'?: string | null;
37
- /**
38
- *
39
- * @type {PublicationAdvisoryServiceDto}
40
- * @memberof UserOrganizationDto
41
- */
42
- 'publicationAdvisoryService'?: PublicationAdvisoryServiceDto;
43
30
  /**
44
31
  * Determines if the organization\'s details can be modified.
45
32
  * @type {boolean}