@coscine/api-client 3.21.0 → 3.22.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 (264) hide show
  1. package/dist/index.js +968 -732
  2. package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +174 -4
  3. package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +41 -0
  4. package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +65 -0
  5. package/dist/types/Coscine.Api/@coscine/api/data-hamster-report-api.d.ts +17 -0
  6. package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +21 -0
  7. package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +23 -0
  8. package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +21 -0
  9. package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +21 -0
  10. package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +8 -0
  11. package/dist/types/Coscine.Api/@coscine/api/notification-api.d.ts +21 -0
  12. package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +27 -0
  13. package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +38 -0
  14. package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +44 -0
  15. package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +46 -0
  16. package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +55 -0
  17. package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +28 -0
  18. package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +41 -0
  19. package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +55 -0
  20. package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +26 -0
  21. package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +19 -0
  22. package/dist/types/Coscine.Api/@coscine/api/project-sub-projects-api.d.ts +27 -0
  23. package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +39 -0
  24. package/dist/types/Coscine.Api/@coscine/api/publication-advisory-service-api.d.ts +149 -0
  25. package/dist/types/Coscine.Api/@coscine/api/report-api.d.ts +14 -0
  26. package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +12 -0
  27. package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +13 -0
  28. package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +32 -0
  29. package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +21 -0
  30. package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +24 -0
  31. package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +31 -0
  32. package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +65 -1
  33. package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +25 -0
  34. package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +69 -38
  35. package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +21 -0
  36. package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +8 -0
  37. package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +117 -0
  38. package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +14 -0
  39. package/dist/types/Coscine.Api/@coscine/api/user-notification-opt-out-api.d.ts +31 -0
  40. package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +21 -0
  41. package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +42 -0
  42. package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +2 -0
  43. package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +30 -0
  44. package/dist/types/Coscine.Api/@coscine/model/activity-log-dto.d.ts +37 -0
  45. package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +30 -0
  46. package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +25 -0
  47. package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +17 -0
  48. package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +6 -0
  49. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +30 -0
  50. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +25 -0
  51. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +13 -0
  52. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +25 -0
  53. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +11 -0
  54. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +4 -0
  55. package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +4 -0
  56. package/dist/types/Coscine.Api/@coscine/model/coscine-http-method.d.ts +2 -0
  57. package/dist/types/Coscine.Api/@coscine/model/coscine-role-dto.d.ts +4 -0
  58. package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto-response.d.ts +25 -0
  59. package/dist/types/Coscine.Api/@coscine/model/create-datasource-dto.d.ts +4 -0
  60. package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-ienumerable-response.d.ts +25 -0
  61. package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto-response.d.ts +25 -0
  62. package/dist/types/Coscine.Api/@coscine/model/data-hamster-kpi-dto.d.ts +35 -0
  63. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-options-dto.d.ts +19 -0
  64. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-resource-type-options-for-manipulation-dto.d.ts +17 -0
  65. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-options-dto.d.ts +19 -0
  66. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-s3-worm-resource-type-options-for-manipulation-dto.d.ts +17 -0
  67. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-options-dto.d.ts +9 -0
  68. package/dist/types/Coscine.Api/@coscine/model/data-storage-nrw-web-resource-type-options-for-manipulation-dto.d.ts +17 -0
  69. package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +30 -0
  70. package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto.d.ts +6 -0
  71. package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +30 -0
  72. package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +25 -0
  73. package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +10 -0
  74. package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +4 -0
  75. package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +4 -0
  76. package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +4 -0
  77. package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group-dto.d.ts +2 -0
  78. package/dist/types/Coscine.Api/@coscine/model/ds-nrw-replication-group.d.ts +21 -0
  79. package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +16 -0
  80. package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +18 -0
  81. package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +9 -0
  82. package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +2 -0
  83. package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +7 -0
  84. package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +4 -0
  85. package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +30 -0
  86. package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +28 -0
  87. package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +10 -0
  88. package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +10 -0
  89. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +25 -0
  90. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +16 -0
  91. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +25 -0
  92. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +25 -0
  93. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +28 -0
  94. package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +12 -0
  95. package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +6 -0
  96. package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +25 -0
  97. package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +15 -0
  98. package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +10 -0
  99. package/dist/types/Coscine.Api/@coscine/model/handle-value-dto.d.ts +50 -0
  100. package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +8 -0
  101. package/dist/types/Coscine.Api/@coscine/model/hash-parameters-dto.d.ts +6 -0
  102. package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +6 -0
  103. package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +2 -0
  104. package/dist/types/Coscine.Api/@coscine/model/index.d.ts +2 -0
  105. package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +25 -0
  106. package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +25 -0
  107. package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +8 -0
  108. package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +4 -0
  109. package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +30 -0
  110. package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +25 -0
  111. package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +8 -0
  112. package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +4 -0
  113. package/dist/types/Coscine.Api/@coscine/model/lifecycle-options-for-manipulation-dto.d.ts +6 -0
  114. package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +30 -0
  115. package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +14 -0
  116. package/dist/types/Coscine.Api/@coscine/model/message-dto-paged-response.d.ts +30 -0
  117. package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +22 -0
  118. package/dist/types/Coscine.Api/@coscine/model/message-type.d.ts +2 -0
  119. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +30 -0
  120. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +25 -0
  121. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +30 -0
  122. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +18 -0
  123. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +9 -0
  124. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-deletion-dto.d.ts +8 -0
  125. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +9 -0
  126. package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +7 -0
  127. package/dist/types/Coscine.Api/@coscine/model/notification-dto-paged-response.d.ts +30 -0
  128. package/dist/types/Coscine.Api/@coscine/model/notification-dto-response.d.ts +25 -0
  129. package/dist/types/Coscine.Api/@coscine/model/notification-dto.d.ts +8 -0
  130. package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +30 -0
  131. package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +25 -0
  132. package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +13 -0
  133. package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +6 -0
  134. package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +14 -0
  135. package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +30 -0
  136. package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +25 -0
  137. package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +15 -0
  138. package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +10 -0
  139. package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +2 -0
  140. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +30 -0
  141. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +57 -0
  142. package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +30 -0
  143. package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +25 -0
  144. package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +47 -0
  145. package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +31 -0
  146. package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +29 -0
  147. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +30 -0
  148. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +25 -0
  149. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +23 -0
  150. package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +6 -0
  151. package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +4 -0
  152. package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +4 -0
  153. package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +15 -0
  154. package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto-response.d.ts +25 -0
  155. package/dist/types/Coscine.Api/@coscine/model/project-publication-request-dto.d.ts +22 -0
  156. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +30 -0
  157. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +25 -0
  158. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +31 -0
  159. package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +12 -0
  160. package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +6 -0
  161. package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +30 -0
  162. package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +25 -0
  163. package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +19 -0
  164. package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +6 -0
  165. package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +4 -0
  166. package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +8 -0
  167. package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +25 -0
  168. package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +19 -0
  169. package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +19 -0
  170. package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +17 -0
  171. package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +25 -0
  172. package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +17 -0
  173. package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto-paged-response.d.ts +50 -0
  174. package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +17 -3
  175. package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto.d.ts +8 -0
  176. package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +9 -0
  177. package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +9 -0
  178. package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +2 -0
  179. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +25 -0
  180. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +6 -0
  181. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +9 -0
  182. package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +2 -0
  183. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +4 -0
  184. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +12 -0
  185. package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-type.d.ts +2 -0
  186. package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +9 -0
  187. package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +7 -0
  188. package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +19 -0
  189. package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +7 -0
  190. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +19 -0
  191. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +7 -0
  192. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +30 -0
  193. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +66 -0
  194. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +4 -0
  195. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +14 -0
  196. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +7 -0
  197. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +6 -0
  198. package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +4 -0
  199. package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +30 -0
  200. package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +25 -0
  201. package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +57 -0
  202. package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +40 -0
  203. package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +37 -0
  204. package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +4 -0
  205. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +25 -0
  206. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +19 -0
  207. package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +13 -0
  208. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +25 -0
  209. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +25 -0
  210. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +51 -0
  211. package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +6 -0
  212. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +44 -0
  213. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +39 -0
  214. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +39 -0
  215. package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +2 -0
  216. package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +30 -0
  217. package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +25 -0
  218. package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +8 -0
  219. package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +4 -0
  220. package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +2 -0
  221. package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +6 -0
  222. package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +35 -0
  223. package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +11 -0
  224. package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto-response.d.ts +25 -0
  225. package/dist/types/Coscine.Api/@coscine/model/storage-data-hamster-kpi-dto.d.ts +15 -0
  226. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +25 -0
  227. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +8 -0
  228. package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +25 -0
  229. package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +25 -0
  230. package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +6 -0
  231. package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +4 -0
  232. package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +2 -0
  233. package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +30 -0
  234. package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +25 -0
  235. package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +35 -3
  236. package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +8 -0
  237. package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +22 -0
  238. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +25 -0
  239. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +4 -0
  240. package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +4 -0
  241. package/dist/types/Coscine.Api/@coscine/model/user-notification-for-creation-dto.d.ts +4 -0
  242. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-paged-response.d.ts +30 -0
  243. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto-response.d.ts +25 -0
  244. package/dist/types/Coscine.Api/@coscine/model/user-notification-opt-out-dto.d.ts +8 -0
  245. package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +10 -0
  246. package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +4 -0
  247. package/dist/types/Coscine.Api/@coscine/model/variant-dto.d.ts +6 -0
  248. package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +30 -0
  249. package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +25 -0
  250. package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +6 -0
  251. package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +4 -0
  252. package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +4 -0
  253. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +30 -0
  254. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +10 -0
  255. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +30 -0
  256. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +25 -0
  257. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +14 -0
  258. package/dist/types/Coscine.Api/api.d.ts +1 -0
  259. package/dist/types/Coscine.Api/base.d.ts +24 -0
  260. package/dist/types/Coscine.Api/common.d.ts +37 -0
  261. package/dist/types/Coscine.Api/configuration.d.ts +41 -0
  262. package/dist/types/apis.d.ts +7 -0
  263. package/dist/types/index.d.ts +14 -0
  264. package/package.json +1 -1
@@ -12,7 +12,14 @@
12
12
  import type { FileActionDto } from './file-action-dto';
13
13
  /**
14
14
  * Represents a Data Transfer Object (DTO) for a collection of file actions, including download action details.
15
+ * @export
16
+ * @interface FileActionsDto
15
17
  */
16
18
  export interface FileActionsDto {
19
+ /**
20
+ *
21
+ * @type {FileActionDto}
22
+ * @memberof FileActionsDto
23
+ */
17
24
  'download'?: FileActionDto;
18
25
  }
@@ -11,10 +11,14 @@
11
11
  */
12
12
  /**
13
13
  * Represents the data transfer object (DTO) for FileSystemStorage options.
14
+ * @export
15
+ * @interface FileSystemStorageOptionsDto
14
16
  */
15
17
  export interface FileSystemStorageOptionsDto {
16
18
  /**
17
19
  * The directory where the files are stored.
20
+ * @type {string}
21
+ * @memberof FileSystemStorageOptionsDto
18
22
  */
19
23
  'directory': string;
20
24
  }
@@ -11,10 +11,40 @@
11
11
  */
12
12
  import type { FileTreeDto } from './file-tree-dto';
13
13
  import type { Pagination } from './pagination';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface FileTreeDtoPagedResponse
18
+ */
14
19
  export interface FileTreeDtoPagedResponse {
20
+ /**
21
+ *
22
+ * @type {Array<FileTreeDto>}
23
+ * @memberof FileTreeDtoPagedResponse
24
+ */
15
25
  'data'?: Array<FileTreeDto> | null;
26
+ /**
27
+ *
28
+ * @type {boolean}
29
+ * @memberof FileTreeDtoPagedResponse
30
+ */
16
31
  'isSuccess'?: boolean;
32
+ /**
33
+ *
34
+ * @type {number}
35
+ * @memberof FileTreeDtoPagedResponse
36
+ */
17
37
  'statusCode'?: number | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof FileTreeDtoPagedResponse
42
+ */
18
43
  'traceId'?: string | null;
44
+ /**
45
+ *
46
+ * @type {Pagination}
47
+ * @memberof FileTreeDtoPagedResponse
48
+ */
19
49
  'pagination'?: Pagination;
20
50
  }
@@ -13,40 +13,68 @@ import type { FileActionsDto } from './file-actions-dto';
13
13
  import type { TreeDataType } from './tree-data-type';
14
14
  /**
15
15
  * Represents a Data Transfer Object (DTO) for a file within a tree structure, extending the base TreeDto.
16
+ * @export
17
+ * @interface FileTreeDto
16
18
  */
17
19
  export interface FileTreeDto {
18
20
  /**
19
21
  * The path of the tree item.
22
+ * @type {string}
23
+ * @memberof FileTreeDto
20
24
  */
21
25
  'path'?: string;
26
+ /**
27
+ *
28
+ * @type {TreeDataType}
29
+ * @memberof FileTreeDto
30
+ */
22
31
  'type'?: TreeDataType;
23
32
  /**
24
33
  * Gets or sets the directory of the file.
34
+ * @type {string}
35
+ * @memberof FileTreeDto
25
36
  */
26
37
  'directory'?: string;
27
38
  /**
28
39
  * Gets or sets the name of the file.
40
+ * @type {string}
41
+ * @memberof FileTreeDto
29
42
  */
30
43
  'name'?: string;
31
44
  /**
32
45
  * Gets or sets the extension of the file.
46
+ * @type {string}
47
+ * @memberof FileTreeDto
33
48
  */
34
49
  'extension'?: string;
35
50
  /**
36
51
  * Gets or sets the size of the file in bytes.
52
+ * @type {number}
53
+ * @memberof FileTreeDto
37
54
  */
38
55
  'size'?: number;
39
56
  /**
40
57
  * Gets or sets the creation date of the file.
58
+ * @type {string}
59
+ * @memberof FileTreeDto
41
60
  */
42
61
  'creationDate'?: string | null;
43
62
  /**
44
63
  * Gets or sets the last change date of the file.
64
+ * @type {string}
65
+ * @memberof FileTreeDto
45
66
  */
46
67
  'changeDate'?: string | null;
68
+ /**
69
+ *
70
+ * @type {FileActionsDto}
71
+ * @memberof FileTreeDto
72
+ */
47
73
  'actions'?: FileActionsDto;
48
74
  /**
49
75
  * Determines if the specific tree entry is hidden.
76
+ * @type {boolean}
77
+ * @memberof FileTreeDto
50
78
  */
51
79
  'hidden'?: boolean;
52
80
  }
@@ -11,22 +11,32 @@
11
11
  */
12
12
  /**
13
13
  * Data transfer object (DTO) representing the manipulation of a fixed value associated with a resource.
14
+ * @export
15
+ * @interface FixedValueForResourceManipulationDto
14
16
  */
15
17
  export interface FixedValueForResourceManipulationDto {
16
18
  /**
17
19
  * Gets or initializes the value of the fixed resource value.
20
+ * @type {string}
21
+ * @memberof FixedValueForResourceManipulationDto
18
22
  */
19
23
  'value'?: string | null;
20
24
  /**
21
25
  * Gets or initializes the type of the fixed resource value.
26
+ * @type {string}
27
+ * @memberof FixedValueForResourceManipulationDto
22
28
  */
23
29
  'type'?: string | null;
24
30
  /**
25
31
  * Gets or initializes the data type URI of the fixed resource value.
32
+ * @type {string}
33
+ * @memberof FixedValueForResourceManipulationDto
26
34
  */
27
35
  'datatype'?: string | null;
28
36
  /**
29
37
  * The target class of the provided value (e.g., \"https://purl.org/coscine/ap/base/\")
38
+ * @type {string}
39
+ * @memberof FixedValueForResourceManipulationDto
30
40
  */
31
41
  'targetClass'?: string | null;
32
42
  }
@@ -11,22 +11,32 @@
11
11
  */
12
12
  /**
13
13
  * Represents the data transfer object (DTO) for GitLab options.
14
+ * @export
15
+ * @interface GitLabOptionsDto
14
16
  */
15
17
  export interface GitLabOptionsDto {
16
18
  /**
17
19
  * The project ID associated with GitLab.
20
+ * @type {number}
21
+ * @memberof GitLabOptionsDto
18
22
  */
19
23
  'projectId'?: number;
20
24
  /**
21
25
  * The repository URL for GitLab.
26
+ * @type {string}
27
+ * @memberof GitLabOptionsDto
22
28
  */
23
29
  'repoUrl'?: string | null;
24
30
  /**
25
31
  * The access token for GitLab.
32
+ * @type {string}
33
+ * @memberof GitLabOptionsDto
26
34
  */
27
35
  'accessToken'?: string | null;
28
36
  /**
29
37
  * The branch for GitLab.
38
+ * @type {string}
39
+ * @memberof GitLabOptionsDto
30
40
  */
31
41
  'branch'?: string | null;
32
42
  }
@@ -10,9 +10,34 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { GitlabBranchDto } from './gitlab-branch-dto';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface GitlabBranchDtoIEnumerableResponse
17
+ */
13
18
  export interface GitlabBranchDtoIEnumerableResponse {
19
+ /**
20
+ *
21
+ * @type {Array<GitlabBranchDto>}
22
+ * @memberof GitlabBranchDtoIEnumerableResponse
23
+ */
14
24
  'data'?: Array<GitlabBranchDto> | null;
25
+ /**
26
+ *
27
+ * @type {boolean}
28
+ * @memberof GitlabBranchDtoIEnumerableResponse
29
+ */
15
30
  'isSuccess'?: boolean;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof GitlabBranchDtoIEnumerableResponse
35
+ */
16
36
  'statusCode'?: number | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof GitlabBranchDtoIEnumerableResponse
41
+ */
17
42
  'traceId'?: string | null;
18
43
  }
@@ -11,34 +11,50 @@
11
11
  */
12
12
  /**
13
13
  * Represents a GitLab branch data transfer object (DTO).
14
+ * @export
15
+ * @interface GitlabBranchDto
14
16
  */
15
17
  export interface GitlabBranchDto {
16
18
  /**
17
19
  * The name of the GitLab branch.
20
+ * @type {string}
21
+ * @memberof GitlabBranchDto
18
22
  */
19
23
  'name': string;
20
24
  /**
21
25
  * Indicates if the branch is merged.
26
+ * @type {boolean}
27
+ * @memberof GitlabBranchDto
22
28
  */
23
29
  'merged': boolean;
24
30
  /**
25
31
  * Indicates if the branch is protected.
32
+ * @type {boolean}
33
+ * @memberof GitlabBranchDto
26
34
  */
27
35
  'protected': boolean;
28
36
  /**
29
37
  * Indicates if the branch is set as default.
38
+ * @type {boolean}
39
+ * @memberof GitlabBranchDto
30
40
  */
31
41
  'default': boolean;
32
42
  /**
33
43
  * Indicates if developers can push changes to the branch.
44
+ * @type {boolean}
45
+ * @memberof GitlabBranchDto
34
46
  */
35
47
  'developersCanPush': boolean;
36
48
  /**
37
49
  * Indicates if developers can merge changes into the branch.
50
+ * @type {boolean}
51
+ * @memberof GitlabBranchDto
38
52
  */
39
53
  'developersCanMerge': boolean;
40
54
  /**
41
55
  * Indicates if the user can push changes to the branch.
56
+ * @type {boolean}
57
+ * @memberof GitlabBranchDto
42
58
  */
43
59
  'canPush': boolean;
44
60
  }
@@ -10,9 +10,34 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { GitlabProjectDto } from './gitlab-project-dto';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface GitlabProjectDtoIEnumerableResponse
17
+ */
13
18
  export interface GitlabProjectDtoIEnumerableResponse {
19
+ /**
20
+ *
21
+ * @type {Array<GitlabProjectDto>}
22
+ * @memberof GitlabProjectDtoIEnumerableResponse
23
+ */
14
24
  'data'?: Array<GitlabProjectDto> | null;
25
+ /**
26
+ *
27
+ * @type {boolean}
28
+ * @memberof GitlabProjectDtoIEnumerableResponse
29
+ */
15
30
  'isSuccess'?: boolean;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof GitlabProjectDtoIEnumerableResponse
35
+ */
16
36
  'statusCode'?: number | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof GitlabProjectDtoIEnumerableResponse
41
+ */
17
42
  'traceId'?: string | null;
18
43
  }
@@ -10,9 +10,34 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { GitlabProjectDto } from './gitlab-project-dto';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface GitlabProjectDtoResponse
17
+ */
13
18
  export interface GitlabProjectDtoResponse {
19
+ /**
20
+ *
21
+ * @type {GitlabProjectDto}
22
+ * @memberof GitlabProjectDtoResponse
23
+ */
14
24
  'data'?: GitlabProjectDto;
25
+ /**
26
+ *
27
+ * @type {boolean}
28
+ * @memberof GitlabProjectDtoResponse
29
+ */
15
30
  'isSuccess'?: boolean;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof GitlabProjectDtoResponse
35
+ */
16
36
  'statusCode'?: number | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof GitlabProjectDtoResponse
41
+ */
17
42
  'traceId'?: string | null;
18
43
  }
@@ -11,58 +11,86 @@
11
11
  */
12
12
  /**
13
13
  * Represents a GitLab project data transfer object (DTO).
14
+ * @export
15
+ * @interface GitlabProjectDto
14
16
  */
15
17
  export interface GitlabProjectDto {
16
18
  /**
17
19
  * The unique identifier for the GitLab project.
20
+ * @type {number}
21
+ * @memberof GitlabProjectDto
18
22
  */
19
23
  'id': number;
20
24
  /**
21
25
  * Indicates if the GitLab project is archived.
26
+ * @type {boolean}
27
+ * @memberof GitlabProjectDto
22
28
  */
23
29
  'archived': boolean;
24
30
  /**
25
31
  * The name of the GitLab project.
32
+ * @type {string}
33
+ * @memberof GitlabProjectDto
26
34
  */
27
35
  'name': string;
28
36
  /**
29
37
  * The full name of the GitLab project including namespace.
38
+ * @type {string}
39
+ * @memberof GitlabProjectDto
30
40
  */
31
41
  'nameWithNamespace': string;
32
42
  /**
33
43
  * A brief description of the GitLab project.
44
+ * @type {string}
45
+ * @memberof GitlabProjectDto
34
46
  */
35
47
  'description': string;
36
48
  /**
37
49
  * The default branch of the GitLab project.
50
+ * @type {string}
51
+ * @memberof GitlabProjectDto
38
52
  */
39
53
  'defaultBranch': string;
40
54
  /**
41
55
  * The path of the GitLab project.
56
+ * @type {string}
57
+ * @memberof GitlabProjectDto
42
58
  */
43
59
  'path': string;
44
60
  /**
45
61
  * The path of the GitLab project including namespace.
62
+ * @type {string}
63
+ * @memberof GitlabProjectDto
46
64
  */
47
65
  'pathWithNamespace': string;
48
66
  /**
49
67
  * The timestamp of the last activity related to the GitLab project.
68
+ * @type {string}
69
+ * @memberof GitlabProjectDto
50
70
  */
51
71
  'lastActivityAt': string;
52
72
  /**
53
73
  * The creation timestamp of the GitLab project.
74
+ * @type {string}
75
+ * @memberof GitlabProjectDto
54
76
  */
55
77
  'createdAt': string;
56
78
  /**
57
79
  * The URL to view the GitLab project in a web browser.
80
+ * @type {string}
81
+ * @memberof GitlabProjectDto
58
82
  */
59
83
  'webUrl': string;
60
84
  /**
61
85
  * The HTTP URL to access the GitLab project repository.
86
+ * @type {string}
87
+ * @memberof GitlabProjectDto
62
88
  */
63
89
  'httpUrlToRepo': string;
64
90
  /**
65
91
  * The SSH URL to access the GitLab project repository.
92
+ * @type {string}
93
+ * @memberof GitlabProjectDto
66
94
  */
67
95
  'sshUrlToRepo': string;
68
96
  }
@@ -11,26 +11,38 @@
11
11
  */
12
12
  /**
13
13
  * Represents the data transfer object (DTO) for creating GitLab resource type options.
14
+ * @export
15
+ * @interface GitlabResourceTypeOptionsForCreationDto
14
16
  */
15
17
  export interface GitlabResourceTypeOptionsForCreationDto {
16
18
  /**
17
19
  * The branch associated with the GitLab resource.
20
+ * @type {string}
21
+ * @memberof GitlabResourceTypeOptionsForCreationDto
18
22
  */
19
23
  'branch': string;
20
24
  /**
21
25
  * The access token for authentication with GitLab.
26
+ * @type {string}
27
+ * @memberof GitlabResourceTypeOptionsForCreationDto
22
28
  */
23
29
  'accessToken': string;
24
30
  /**
25
31
  * The repository URL for the GitLab resource.
32
+ * @type {string}
33
+ * @memberof GitlabResourceTypeOptionsForCreationDto
26
34
  */
27
35
  'repoUrl': string;
28
36
  /**
29
37
  * The project ID associated with the GitLab resource.
38
+ * @type {number}
39
+ * @memberof GitlabResourceTypeOptionsForCreationDto
30
40
  */
31
41
  'projectId': number;
32
42
  /**
33
43
  * Indicates whether the terms of service for the GitLab resource are accepted.
44
+ * @type {boolean}
45
+ * @memberof GitlabResourceTypeOptionsForCreationDto
34
46
  */
35
47
  'tosAccepted': boolean;
36
48
  }
@@ -11,14 +11,20 @@
11
11
  */
12
12
  /**
13
13
  * Represents the data transfer object (DTO) for updating GitLab resource type options.
14
+ * @export
15
+ * @interface GitlabResourceTypeOptionsForUpdateDto
14
16
  */
15
17
  export interface GitlabResourceTypeOptionsForUpdateDto {
16
18
  /**
17
19
  * The branch associated with the GitLab resource.
20
+ * @type {string}
21
+ * @memberof GitlabResourceTypeOptionsForUpdateDto
18
22
  */
19
23
  'branch': string;
20
24
  /**
21
25
  * The access token for authentication with GitLab.
26
+ * @type {string}
27
+ * @memberof GitlabResourceTypeOptionsForUpdateDto
22
28
  */
23
29
  'accessToken': string;
24
30
  }
@@ -10,9 +10,34 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { HandleDto } from './handle-dto';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface HandleDtoResponse
17
+ */
13
18
  export interface HandleDtoResponse {
19
+ /**
20
+ *
21
+ * @type {HandleDto}
22
+ * @memberof HandleDtoResponse
23
+ */
14
24
  'data'?: HandleDto;
25
+ /**
26
+ *
27
+ * @type {boolean}
28
+ * @memberof HandleDtoResponse
29
+ */
15
30
  'isSuccess'?: boolean;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof HandleDtoResponse
35
+ */
16
36
  'statusCode'?: number | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof HandleDtoResponse
41
+ */
17
42
  'traceId'?: string | null;
18
43
  }
@@ -11,7 +11,22 @@
11
11
  */
12
12
  import type { HandleValueDto } from './handle-value-dto';
13
13
  import type { PidDto } from './pid-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface HandleDto
18
+ */
14
19
  export interface HandleDto {
20
+ /**
21
+ *
22
+ * @type {PidDto}
23
+ * @memberof HandleDto
24
+ */
15
25
  'pid'?: PidDto;
26
+ /**
27
+ *
28
+ * @type {Array<HandleValueDto>}
29
+ * @memberof HandleDto
30
+ */
16
31
  'values'?: Array<HandleValueDto>;
17
32
  }
@@ -10,6 +10,16 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { HandleValueForUpdateDto } from './handle-value-for-update-dto';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface HandleForUpdateDto
17
+ */
13
18
  export interface HandleForUpdateDto {
19
+ /**
20
+ *
21
+ * @type {Array<HandleValueForUpdateDto>}
22
+ * @memberof HandleForUpdateDto
23
+ */
14
24
  'values': Array<HandleValueForUpdateDto>;
15
25
  }
@@ -9,14 +9,64 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface HandleValueDto
16
+ */
12
17
  export interface HandleValueDto {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof HandleValueDto
22
+ */
13
23
  'idx'?: number;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof HandleValueDto
28
+ */
14
29
  'type'?: string;
30
+ /**
31
+ *
32
+ * @type {any}
33
+ * @memberof HandleValueDto
34
+ */
15
35
  'parsed_data'?: any;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof HandleValueDto
40
+ */
16
41
  'data'?: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof HandleValueDto
46
+ */
17
47
  'timestamp'?: string;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof HandleValueDto
52
+ */
18
53
  'ttl_type'?: number;
54
+ /**
55
+ *
56
+ * @type {number}
57
+ * @memberof HandleValueDto
58
+ */
19
59
  'ttl'?: number;
60
+ /**
61
+ *
62
+ * @type {Array<any>}
63
+ * @memberof HandleValueDto
64
+ */
20
65
  'refs'?: Array<any>;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof HandleValueDto
70
+ */
21
71
  'privs'?: string;
22
72
  }
@@ -11,18 +11,26 @@
11
11
  */
12
12
  /**
13
13
  * Data transfer object (DTO) representing updating a handle.
14
+ * @export
15
+ * @interface HandleValueForUpdateDto
14
16
  */
15
17
  export interface HandleValueForUpdateDto {
16
18
  /**
17
19
  * The data type of the handle.
20
+ * @type {string}
21
+ * @memberof HandleValueForUpdateDto
18
22
  */
19
23
  'type': string;
20
24
  /**
21
25
  * The parsed data of the handle.
26
+ * @type {any}
27
+ * @memberof HandleValueForUpdateDto
22
28
  */
23
29
  'parsed_data': any;
24
30
  /**
25
31
  * The id of the handle.
32
+ * @type {number}
33
+ * @memberof HandleValueForUpdateDto
26
34
  */
27
35
  'idx'?: number;
28
36
  }