@coscine/api-client 3.3.1 → 3.4.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 (243) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +5 -2
  3. package/dist/index.js +6939 -9541
  4. package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +393 -0
  5. package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +315 -0
  6. package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +358 -0
  7. package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +179 -0
  8. package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +179 -0
  9. package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +179 -0
  10. package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +99 -0
  11. package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +187 -0
  12. package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +187 -0
  13. package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +343 -0
  14. package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +321 -0
  15. package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +384 -0
  16. package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +275 -0
  17. package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +384 -0
  18. package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +149 -0
  19. package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +133 -0
  20. package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +116 -0
  21. package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +327 -0
  22. package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +179 -0
  23. package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +165 -0
  24. package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +272 -0
  25. package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +334 -0
  26. package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +179 -0
  27. package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +99 -0
  28. package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +404 -0
  29. package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +124 -0
  30. package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +179 -0
  31. package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +291 -0
  32. package/dist/types/Coscine.Api/@coscine/model/accepted-language.d.ts +21 -0
  33. package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +50 -0
  34. package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +43 -0
  35. package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +55 -0
  36. package/dist/types/Coscine.Api/@coscine/model/api-token-for-creation-dto.d.ts +30 -0
  37. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +50 -0
  38. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +43 -0
  39. package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +43 -0
  40. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +43 -0
  41. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +37 -0
  42. package/dist/types/Coscine.Api/@coscine/model/application-profile-for-resource-creation-dto.d.ts +24 -0
  43. package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +24 -0
  44. package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +50 -0
  45. package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +43 -0
  46. package/dist/types/Coscine.Api/@coscine/model/discipline-dto.d.ts +42 -0
  47. package/dist/types/Coscine.Api/@coscine/model/discipline-for-project-manipulation-dto.d.ts +24 -0
  48. package/dist/types/Coscine.Api/@coscine/model/discipline-for-resource-manipulation-dto.d.ts +24 -0
  49. package/dist/types/Coscine.Api/@coscine/model/discipline-for-user-manipulation-dto.d.ts +24 -0
  50. package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +31 -0
  51. package/dist/types/Coscine.Api/@coscine/model/file-action-http-method.d.ts +23 -0
  52. package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +25 -0
  53. package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +50 -0
  54. package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +74 -0
  55. package/dist/types/Coscine.Api/@coscine/model/fixed-value-for-resource-manipulation-dto.d.ts +42 -0
  56. package/dist/types/Coscine.Api/@coscine/model/git-lab-options-dto.d.ts +42 -0
  57. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +43 -0
  58. package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +60 -0
  59. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +43 -0
  60. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +43 -0
  61. package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +96 -0
  62. package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-creation-dto.d.ts +48 -0
  63. package/dist/types/Coscine.Api/@coscine/model/gitlab-resource-type-options-for-update-dto.d.ts +30 -0
  64. package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +30 -0
  65. package/dist/types/Coscine.Api/@coscine/model/identity-providers.d.ts +21 -0
  66. package/dist/types/Coscine.Api/@coscine/model/index.d.ts +158 -0
  67. package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +43 -0
  68. package/dist/types/Coscine.Api/@coscine/model/language-dto-paged-response.d.ts +50 -0
  69. package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +43 -0
  70. package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +36 -0
  71. package/dist/types/Coscine.Api/@coscine/model/language-for-user-manipulation-dto.d.ts +24 -0
  72. package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +50 -0
  73. package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +43 -0
  74. package/dist/types/Coscine.Api/@coscine/model/license-dto.d.ts +30 -0
  75. package/dist/types/Coscine.Api/@coscine/model/license-for-resource-manipulation-dto.d.ts +24 -0
  76. package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +50 -0
  77. package/dist/types/Coscine.Api/@coscine/model/maintenance-dto.d.ts +54 -0
  78. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +50 -0
  79. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +43 -0
  80. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +50 -0
  81. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +31 -0
  82. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +31 -0
  83. package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +31 -0
  84. package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +50 -0
  85. package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +43 -0
  86. package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +36 -0
  87. package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +24 -0
  88. package/dist/types/Coscine.Api/@coscine/model/pagination.d.ts +54 -0
  89. package/dist/types/Coscine.Api/@coscine/model/pid-request-dto.d.ts +42 -0
  90. package/dist/types/Coscine.Api/@coscine/model/pid-type.d.ts +21 -0
  91. package/dist/types/Coscine.Api/@coscine/model/pid-validation-dto-response.d.ts +43 -0
  92. package/dist/types/Coscine.Api/@coscine/model/pid-validation-dto.d.ts +31 -0
  93. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-ienumerable-paged-response.d.ts +50 -0
  94. package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +152 -0
  95. package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +50 -0
  96. package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +43 -0
  97. package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +131 -0
  98. package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +99 -0
  99. package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +93 -0
  100. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +50 -0
  101. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +43 -0
  102. package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +57 -0
  103. package/dist/types/Coscine.Api/@coscine/model/project-invitation-for-project-manipulation-dto.d.ts +30 -0
  104. package/dist/types/Coscine.Api/@coscine/model/project-invitation-resolve-dto.d.ts +24 -0
  105. package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +24 -0
  106. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +50 -0
  107. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +43 -0
  108. package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +63 -0
  109. package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +31 -0
  110. package/dist/types/Coscine.Api/@coscine/model/project-resource-minimal-dto.d.ts +30 -0
  111. package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +50 -0
  112. package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +43 -0
  113. package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +45 -0
  114. package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-creation-dto.d.ts +30 -0
  115. package/dist/types/Coscine.Api/@coscine/model/project-role-for-project-manipulation-dto.d.ts +24 -0
  116. package/dist/types/Coscine.Api/@coscine/model/project-role-minimal-dto.d.ts +36 -0
  117. package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +43 -0
  118. package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +55 -0
  119. package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +31 -0
  120. package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +31 -0
  121. package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +25 -0
  122. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +43 -0
  123. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto.d.ts +30 -0
  124. package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +31 -0
  125. package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +21 -0
  126. package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +31 -0
  127. package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +25 -0
  128. package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +61 -0
  129. package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +25 -0
  130. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +61 -0
  131. package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +25 -0
  132. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-ienumerable-paged-response.d.ts +50 -0
  133. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +137 -0
  134. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-columns-dto.d.ts +24 -0
  135. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +38 -0
  136. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +25 -0
  137. package/dist/types/Coscine.Api/@coscine/model/resource-content-page-metadata-view-dto.d.ts +30 -0
  138. package/dist/types/Coscine.Api/@coscine/model/resource-creation-page-dto.d.ts +24 -0
  139. package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +50 -0
  140. package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +43 -0
  141. package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +124 -0
  142. package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +100 -0
  143. package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +93 -0
  144. package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +24 -0
  145. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +43 -0
  146. package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +44 -0
  147. package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +43 -0
  148. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +43 -0
  149. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +43 -0
  150. package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +135 -0
  151. package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +30 -0
  152. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +52 -0
  153. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +52 -0
  154. package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +52 -0
  155. package/dist/types/Coscine.Api/@coscine/model/resource-type-status.d.ts +21 -0
  156. package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +50 -0
  157. package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +43 -0
  158. package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +36 -0
  159. package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +24 -0
  160. package/dist/types/Coscine.Api/@coscine/model/search-category-type.d.ts +23 -0
  161. package/dist/types/Coscine.Api/@coscine/model/search-category.d.ts +30 -0
  162. package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +57 -0
  163. package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +37 -0
  164. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +43 -0
  165. package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +30 -0
  166. package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +43 -0
  167. package/dist/types/Coscine.Api/@coscine/model/title-dto-paged-response.d.ts +50 -0
  168. package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +43 -0
  169. package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +30 -0
  170. package/dist/types/Coscine.Api/@coscine/model/title-for-user-manipulation-dto.d.ts +24 -0
  171. package/dist/types/Coscine.Api/@coscine/model/tree-data-type.d.ts +21 -0
  172. package/dist/types/Coscine.Api/@coscine/model/user-dto-ienumerable-paged-response.d.ts +50 -0
  173. package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +43 -0
  174. package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +97 -0
  175. package/dist/types/Coscine.Api/@coscine/model/user-email-dto.d.ts +36 -0
  176. package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +69 -0
  177. package/dist/types/Coscine.Api/@coscine/model/user-institute-dto.d.ts +42 -0
  178. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +43 -0
  179. package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +24 -0
  180. package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +24 -0
  181. package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +42 -0
  182. package/dist/types/Coscine.Api/@coscine/model/user-terms-of-service-accept-dto.d.ts +24 -0
  183. package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +50 -0
  184. package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +43 -0
  185. package/dist/types/Coscine.Api/@coscine/model/visibility-dto.d.ts +30 -0
  186. package/dist/types/Coscine.Api/@coscine/model/visibility-for-project-manipulation-dto.d.ts +24 -0
  187. package/dist/types/Coscine.Api/@coscine/model/visibility-for-resource-manipulation-dto.d.ts +24 -0
  188. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +50 -0
  189. package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +42 -0
  190. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +50 -0
  191. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +43 -0
  192. package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +54 -0
  193. package/dist/types/Coscine.Api/api.d.ts +39 -9704
  194. package/dist/types/Coscine.Api/base.d.ts +66 -55
  195. package/dist/types/Coscine.Api/common.d.ts +65 -65
  196. package/dist/types/Coscine.Api/configuration.d.ts +91 -83
  197. package/dist/types/Coscine.Api/index.d.ts +14 -13
  198. package/dist/types/Coscine.Api.STS/@coscine/api/account-api.d.ts +99 -0
  199. package/dist/types/Coscine.Api.STS/@coscine/api/home-api.d.ts +69 -0
  200. package/dist/types/Coscine.Api.STS/@coscine/api/merge-api.d.ts +124 -0
  201. package/dist/types/Coscine.Api.STS/@coscine/api/orci-dapi.d.ts +140 -0
  202. package/dist/types/Coscine.Api.STS/@coscine/api/shibboleth-api.d.ts +148 -0
  203. package/dist/types/Coscine.Api.STS/@coscine/model/entity-id.d.ts +24 -0
  204. package/dist/types/Coscine.Api.STS/@coscine/model/index.d.ts +2 -0
  205. package/dist/types/Coscine.Api.STS/@coscine/model/login-urls.d.ts +31 -0
  206. package/dist/types/Coscine.Api.STS/api.d.ts +16 -465
  207. package/dist/types/Coscine.Api.STS/base.d.ts +66 -55
  208. package/dist/types/Coscine.Api.STS/common.d.ts +65 -65
  209. package/dist/types/Coscine.Api.STS/configuration.d.ts +91 -83
  210. package/dist/types/Coscine.Api.STS/index.d.ts +14 -13
  211. package/dist/types/apis.d.ts +187 -179
  212. package/dist/types/axios-basic.d.ts +2 -2
  213. package/dist/types/index.d.ts +369 -353
  214. package/package.json +33 -93
  215. package/dist/index.js.map +0 -1
  216. package/dist/index.umd.js +0 -9688
  217. package/dist/index.umd.js.map +0 -1
  218. package/dist/lib/Coscine.Api/api.js +0 -8916
  219. package/dist/lib/Coscine.Api/api.js.map +0 -1
  220. package/dist/lib/Coscine.Api/base.js +0 -65
  221. package/dist/lib/Coscine.Api/base.js.map +0 -1
  222. package/dist/lib/Coscine.Api/common.js +0 -153
  223. package/dist/lib/Coscine.Api/common.js.map +0 -1
  224. package/dist/lib/Coscine.Api/configuration.js +0 -43
  225. package/dist/lib/Coscine.Api/configuration.js.map +0 -1
  226. package/dist/lib/Coscine.Api/index.js +0 -32
  227. package/dist/lib/Coscine.Api/index.js.map +0 -1
  228. package/dist/lib/Coscine.Api.STS/api.js +0 -802
  229. package/dist/lib/Coscine.Api.STS/api.js.map +0 -1
  230. package/dist/lib/Coscine.Api.STS/base.js +0 -65
  231. package/dist/lib/Coscine.Api.STS/base.js.map +0 -1
  232. package/dist/lib/Coscine.Api.STS/common.js +0 -153
  233. package/dist/lib/Coscine.Api.STS/common.js.map +0 -1
  234. package/dist/lib/Coscine.Api.STS/configuration.js +0 -43
  235. package/dist/lib/Coscine.Api.STS/configuration.js.map +0 -1
  236. package/dist/lib/Coscine.Api.STS/index.js +0 -32
  237. package/dist/lib/Coscine.Api.STS/index.js.map +0 -1
  238. package/dist/lib/apis.js +0 -95
  239. package/dist/lib/apis.js.map +0 -1
  240. package/dist/lib/axios-basic.js +0 -46
  241. package/dist/lib/axios-basic.js.map +0 -1
  242. package/dist/lib/index.js +0 -43
  243. package/dist/lib/index.js.map +0 -1
@@ -0,0 +1,152 @@
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@itc.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 { DisciplineDto } from './discipline-dto';
13
+ import { OrganizationDto } from './organization-dto';
14
+ import { ProjectDto } from './project-dto';
15
+ import { ProjectMinimalDto } from './project-minimal-dto';
16
+ import { ProjectResourceMinimalDto } from './project-resource-minimal-dto';
17
+ import { ProjectRoleMinimalDto } from './project-role-minimal-dto';
18
+ import { UserMinimalDto } from './user-minimal-dto';
19
+ import { VisibilityDto } from './visibility-dto';
20
+ /**
21
+ * Represents a data transfer object (DTO) for an administrative view of a project. Extends the base information in Coscine.Api.Core.Shared.DataTransferObjects.ReturnObjects.ProjectDto.
22
+ * @export
23
+ * @interface ProjectAdminDto
24
+ */
25
+ export interface ProjectAdminDto {
26
+ /**
27
+ * Unique identifier for the project.
28
+ * @type {string}
29
+ * @memberof ProjectAdminDto
30
+ */
31
+ 'id'?: string;
32
+ /**
33
+ * Persistent identifier for the project.
34
+ * @type {string}
35
+ * @memberof ProjectAdminDto
36
+ */
37
+ 'pid'?: string;
38
+ /**
39
+ * Name of the project.
40
+ * @type {string}
41
+ * @memberof ProjectAdminDto
42
+ */
43
+ 'name'?: string;
44
+ /**
45
+ * Description of the project.
46
+ * @type {string}
47
+ * @memberof ProjectAdminDto
48
+ */
49
+ 'description'?: string;
50
+ /**
51
+ * Start date of the project.
52
+ * @type {string}
53
+ * @memberof ProjectAdminDto
54
+ */
55
+ 'startDate'?: string;
56
+ /**
57
+ * End date of the project.
58
+ * @type {string}
59
+ * @memberof ProjectAdminDto
60
+ */
61
+ 'endDate'?: string;
62
+ /**
63
+ * Collection of keywords associated with the project.
64
+ * @type {Array<string>}
65
+ * @memberof ProjectAdminDto
66
+ */
67
+ 'keywords'?: Array<string> | null;
68
+ /**
69
+ * Display name of the project.
70
+ * @type {string}
71
+ * @memberof ProjectAdminDto
72
+ */
73
+ 'displayName'?: string | null;
74
+ /**
75
+ * Principal investigators involved in the project.
76
+ * @type {string}
77
+ * @memberof ProjectAdminDto
78
+ */
79
+ 'principleInvestigators'?: string | null;
80
+ /**
81
+ * Grant ID associated with the project.
82
+ * @type {string}
83
+ * @memberof ProjectAdminDto
84
+ */
85
+ 'grantId'?: string | null;
86
+ /**
87
+ *
88
+ * @type {VisibilityDto}
89
+ * @memberof ProjectAdminDto
90
+ */
91
+ 'visibility'?: VisibilityDto;
92
+ /**
93
+ * Disciplines related to the project.
94
+ * @type {Array<DisciplineDto>}
95
+ * @memberof ProjectAdminDto
96
+ */
97
+ 'disciplines'?: Array<DisciplineDto>;
98
+ /**
99
+ * Organizations associated with the project.
100
+ * @type {Array<OrganizationDto>}
101
+ * @memberof ProjectAdminDto
102
+ */
103
+ 'organizations'?: Array<OrganizationDto>;
104
+ /**
105
+ * Slug for the project.
106
+ * @type {string}
107
+ * @memberof ProjectAdminDto
108
+ */
109
+ 'slug'?: string;
110
+ /**
111
+ *
112
+ * @type {UserMinimalDto}
113
+ * @memberof ProjectAdminDto
114
+ */
115
+ 'creator'?: UserMinimalDto;
116
+ /**
117
+ * Date of creation of the project.
118
+ * @type {string}
119
+ * @memberof ProjectAdminDto
120
+ */
121
+ 'creationDate'?: string | null;
122
+ /**
123
+ * Collection of sub-projects associated with this project.
124
+ * @type {Array<ProjectDto>}
125
+ * @memberof ProjectAdminDto
126
+ */
127
+ 'subProjects'?: Array<ProjectDto> | null;
128
+ /**
129
+ *
130
+ * @type {ProjectMinimalDto}
131
+ * @memberof ProjectAdminDto
132
+ */
133
+ 'parent'?: ProjectMinimalDto;
134
+ /**
135
+ * Indicates whether the project is marked as deleted.
136
+ * @type {boolean}
137
+ * @memberof ProjectAdminDto
138
+ */
139
+ 'deleted'?: boolean;
140
+ /**
141
+ * Collection of minimal project resource details associated with the project.
142
+ * @type {Array<ProjectResourceMinimalDto>}
143
+ * @memberof ProjectAdminDto
144
+ */
145
+ 'projectResources'?: Array<ProjectResourceMinimalDto>;
146
+ /**
147
+ * Collection of minimal project role details associated with the project.
148
+ * @type {Array<ProjectRoleMinimalDto>}
149
+ * @memberof ProjectAdminDto
150
+ */
151
+ 'projectRoles'?: Array<ProjectRoleMinimalDto>;
152
+ }
@@ -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@itc.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 { Pagination } from './pagination';
13
+ import { ProjectDto } from './project-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface ProjectDtoPagedResponse
18
+ */
19
+ export interface ProjectDtoPagedResponse {
20
+ /**
21
+ *
22
+ * @type {Array<ProjectDto>}
23
+ * @memberof ProjectDtoPagedResponse
24
+ */
25
+ 'data'?: Array<ProjectDto> | null;
26
+ /**
27
+ *
28
+ * @type {boolean}
29
+ * @memberof ProjectDtoPagedResponse
30
+ */
31
+ 'isSuccess'?: boolean;
32
+ /**
33
+ *
34
+ * @type {number}
35
+ * @memberof ProjectDtoPagedResponse
36
+ */
37
+ 'statusCode'?: number | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof ProjectDtoPagedResponse
42
+ */
43
+ 'traceId'?: string | null;
44
+ /**
45
+ *
46
+ * @type {Pagination}
47
+ * @memberof ProjectDtoPagedResponse
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@itc.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 { ProjectDto } from './project-dto';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ProjectDtoResponse
17
+ */
18
+ export interface ProjectDtoResponse {
19
+ /**
20
+ *
21
+ * @type {ProjectDto}
22
+ * @memberof ProjectDtoResponse
23
+ */
24
+ 'data'?: ProjectDto;
25
+ /**
26
+ *
27
+ * @type {boolean}
28
+ * @memberof ProjectDtoResponse
29
+ */
30
+ 'isSuccess'?: boolean;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof ProjectDtoResponse
35
+ */
36
+ 'statusCode'?: number | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof ProjectDtoResponse
41
+ */
42
+ 'traceId'?: string | null;
43
+ }
@@ -0,0 +1,131 @@
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@itc.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 { DisciplineDto } from './discipline-dto';
13
+ import { OrganizationDto } from './organization-dto';
14
+ import { ProjectMinimalDto } from './project-minimal-dto';
15
+ import { UserMinimalDto } from './user-minimal-dto';
16
+ import { VisibilityDto } from './visibility-dto';
17
+ /**
18
+ * Represents a data transfer object (DTO) for project information.
19
+ * @export
20
+ * @interface ProjectDto
21
+ */
22
+ export interface ProjectDto {
23
+ /**
24
+ * Unique identifier for the project.
25
+ * @type {string}
26
+ * @memberof ProjectDto
27
+ */
28
+ 'id'?: string;
29
+ /**
30
+ * Persistent identifier for the project.
31
+ * @type {string}
32
+ * @memberof ProjectDto
33
+ */
34
+ 'pid'?: string;
35
+ /**
36
+ * Name of the project.
37
+ * @type {string}
38
+ * @memberof ProjectDto
39
+ */
40
+ 'name'?: string;
41
+ /**
42
+ * Description of the project.
43
+ * @type {string}
44
+ * @memberof ProjectDto
45
+ */
46
+ 'description'?: string;
47
+ /**
48
+ * Start date of the project.
49
+ * @type {string}
50
+ * @memberof ProjectDto
51
+ */
52
+ 'startDate'?: string;
53
+ /**
54
+ * End date of the project.
55
+ * @type {string}
56
+ * @memberof ProjectDto
57
+ */
58
+ 'endDate'?: string;
59
+ /**
60
+ * Collection of keywords associated with the project.
61
+ * @type {Array<string>}
62
+ * @memberof ProjectDto
63
+ */
64
+ 'keywords'?: Array<string> | null;
65
+ /**
66
+ * Display name of the project.
67
+ * @type {string}
68
+ * @memberof ProjectDto
69
+ */
70
+ 'displayName'?: string | null;
71
+ /**
72
+ * Principal investigators involved in the project.
73
+ * @type {string}
74
+ * @memberof ProjectDto
75
+ */
76
+ 'principleInvestigators'?: string | null;
77
+ /**
78
+ * Grant ID associated with the project.
79
+ * @type {string}
80
+ * @memberof ProjectDto
81
+ */
82
+ 'grantId'?: string | null;
83
+ /**
84
+ *
85
+ * @type {VisibilityDto}
86
+ * @memberof ProjectDto
87
+ */
88
+ 'visibility'?: VisibilityDto;
89
+ /**
90
+ * Disciplines related to the project.
91
+ * @type {Array<DisciplineDto>}
92
+ * @memberof ProjectDto
93
+ */
94
+ 'disciplines'?: Array<DisciplineDto>;
95
+ /**
96
+ * Organizations associated with the project.
97
+ * @type {Array<OrganizationDto>}
98
+ * @memberof ProjectDto
99
+ */
100
+ 'organizations'?: Array<OrganizationDto>;
101
+ /**
102
+ * Slug for the project.
103
+ * @type {string}
104
+ * @memberof ProjectDto
105
+ */
106
+ 'slug'?: string;
107
+ /**
108
+ *
109
+ * @type {UserMinimalDto}
110
+ * @memberof ProjectDto
111
+ */
112
+ 'creator'?: UserMinimalDto;
113
+ /**
114
+ * Date of creation of the project.
115
+ * @type {string}
116
+ * @memberof ProjectDto
117
+ */
118
+ 'creationDate'?: string | null;
119
+ /**
120
+ * Collection of sub-projects associated with this project.
121
+ * @type {Array<ProjectDto>}
122
+ * @memberof ProjectDto
123
+ */
124
+ 'subProjects'?: Array<ProjectDto> | null;
125
+ /**
126
+ *
127
+ * @type {ProjectMinimalDto}
128
+ * @memberof ProjectDto
129
+ */
130
+ 'parent'?: ProjectMinimalDto;
131
+ }
@@ -0,0 +1,99 @@
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@itc.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 { DisciplineForProjectManipulationDto } from './discipline-for-project-manipulation-dto';
13
+ import { OrganizationForProjectManipulationDto } from './organization-for-project-manipulation-dto';
14
+ import { VisibilityForProjectManipulationDto } from './visibility-for-project-manipulation-dto';
15
+ /**
16
+ * Data transfer object (DTO) representing the creation of a project. Inherits from the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ProjectForManipulationDto.
17
+ * @export
18
+ * @interface ProjectForCreationDto
19
+ */
20
+ export interface ProjectForCreationDto {
21
+ /**
22
+ * Gets or initializes the name of the project.
23
+ * @type {string}
24
+ * @memberof ProjectForCreationDto
25
+ */
26
+ 'name': string;
27
+ /**
28
+ * Gets or initializes the description of the project.
29
+ * @type {string}
30
+ * @memberof ProjectForCreationDto
31
+ */
32
+ 'description': string;
33
+ /**
34
+ * Gets or initializes the start date of the project.
35
+ * @type {string}
36
+ * @memberof ProjectForCreationDto
37
+ */
38
+ 'startDate'?: string;
39
+ /**
40
+ * Gets or initializes the end date of the project.
41
+ * @type {string}
42
+ * @memberof ProjectForCreationDto
43
+ */
44
+ 'endDate'?: string;
45
+ /**
46
+ * Gets or initializes the keywords associated with the project.
47
+ * @type {Array<string>}
48
+ * @memberof ProjectForCreationDto
49
+ */
50
+ 'keywords'?: Array<string> | null;
51
+ /**
52
+ * Gets or initializes the display name of the project.
53
+ * @type {string}
54
+ * @memberof ProjectForCreationDto
55
+ */
56
+ 'displayName'?: string | null;
57
+ /**
58
+ * Gets or initializes the principal investigators associated with the project.
59
+ * @type {string}
60
+ * @memberof ProjectForCreationDto
61
+ */
62
+ 'principleInvestigators'?: string | null;
63
+ /**
64
+ * Gets or initializes the grant ID associated with the project.
65
+ * @type {string}
66
+ * @memberof ProjectForCreationDto
67
+ */
68
+ 'grantId'?: string | null;
69
+ /**
70
+ *
71
+ * @type {VisibilityForProjectManipulationDto}
72
+ * @memberof ProjectForCreationDto
73
+ */
74
+ 'visibility': VisibilityForProjectManipulationDto;
75
+ /**
76
+ * Gets or initializes the disciplines associated with the project.
77
+ * @type {Array<DisciplineForProjectManipulationDto>}
78
+ * @memberof ProjectForCreationDto
79
+ */
80
+ 'disciplines': Array<DisciplineForProjectManipulationDto>;
81
+ /**
82
+ * Gets or initializes the organizations associated with the project.
83
+ * @type {Array<OrganizationForProjectManipulationDto>}
84
+ * @memberof ProjectForCreationDto
85
+ */
86
+ 'organizations': Array<OrganizationForProjectManipulationDto>;
87
+ /**
88
+ * Gets or initializes the identifier of the parent project.
89
+ * @type {string}
90
+ * @memberof ProjectForCreationDto
91
+ */
92
+ 'parentId'?: string | null;
93
+ /**
94
+ * Gets or initializes if the owners of the parent project should be copied to the sub project.
95
+ * @type {boolean}
96
+ * @memberof ProjectForCreationDto
97
+ */
98
+ 'copyOwnersFromParent'?: boolean | null;
99
+ }
@@ -0,0 +1,93 @@
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@itc.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 { DisciplineForProjectManipulationDto } from './discipline-for-project-manipulation-dto';
13
+ import { OrganizationForProjectManipulationDto } from './organization-for-project-manipulation-dto';
14
+ import { VisibilityForProjectManipulationDto } from './visibility-for-project-manipulation-dto';
15
+ /**
16
+ * Data transfer object (DTO) representing the update of a project. Inherits from the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ProjectForManipulationDto.
17
+ * @export
18
+ * @interface ProjectForUpdateDto
19
+ */
20
+ export interface ProjectForUpdateDto {
21
+ /**
22
+ * Gets or initializes the name of the project.
23
+ * @type {string}
24
+ * @memberof ProjectForUpdateDto
25
+ */
26
+ 'name': string;
27
+ /**
28
+ * Gets or initializes the description of the project.
29
+ * @type {string}
30
+ * @memberof ProjectForUpdateDto
31
+ */
32
+ 'description': string;
33
+ /**
34
+ * Gets or initializes the start date of the project.
35
+ * @type {string}
36
+ * @memberof ProjectForUpdateDto
37
+ */
38
+ 'startDate'?: string;
39
+ /**
40
+ * Gets or initializes the end date of the project.
41
+ * @type {string}
42
+ * @memberof ProjectForUpdateDto
43
+ */
44
+ 'endDate'?: string;
45
+ /**
46
+ * Gets or initializes the keywords associated with the project.
47
+ * @type {Array<string>}
48
+ * @memberof ProjectForUpdateDto
49
+ */
50
+ 'keywords'?: Array<string> | null;
51
+ /**
52
+ * Gets or initializes the display name of the project.
53
+ * @type {string}
54
+ * @memberof ProjectForUpdateDto
55
+ */
56
+ 'displayName'?: string | null;
57
+ /**
58
+ * Gets or initializes the principal investigators associated with the project.
59
+ * @type {string}
60
+ * @memberof ProjectForUpdateDto
61
+ */
62
+ 'principleInvestigators'?: string | null;
63
+ /**
64
+ * Gets or initializes the grant ID associated with the project.
65
+ * @type {string}
66
+ * @memberof ProjectForUpdateDto
67
+ */
68
+ 'grantId'?: string | null;
69
+ /**
70
+ *
71
+ * @type {VisibilityForProjectManipulationDto}
72
+ * @memberof ProjectForUpdateDto
73
+ */
74
+ 'visibility': VisibilityForProjectManipulationDto;
75
+ /**
76
+ * Gets or initializes the disciplines associated with the project.
77
+ * @type {Array<DisciplineForProjectManipulationDto>}
78
+ * @memberof ProjectForUpdateDto
79
+ */
80
+ 'disciplines': Array<DisciplineForProjectManipulationDto>;
81
+ /**
82
+ * Gets or initializes the organizations associated with the project.
83
+ * @type {Array<OrganizationForProjectManipulationDto>}
84
+ * @memberof ProjectForUpdateDto
85
+ */
86
+ 'organizations': Array<OrganizationForProjectManipulationDto>;
87
+ /**
88
+ * Gets or initializes the slug associated with the project for identification purposes.
89
+ * @type {string}
90
+ * @memberof ProjectForUpdateDto
91
+ */
92
+ 'slug': string;
93
+ }
@@ -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@itc.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 { Pagination } from './pagination';
13
+ import { ProjectInvitationDto } from './project-invitation-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface ProjectInvitationDtoPagedResponse
18
+ */
19
+ export interface ProjectInvitationDtoPagedResponse {
20
+ /**
21
+ *
22
+ * @type {Array<ProjectInvitationDto>}
23
+ * @memberof ProjectInvitationDtoPagedResponse
24
+ */
25
+ 'data'?: Array<ProjectInvitationDto> | null;
26
+ /**
27
+ *
28
+ * @type {boolean}
29
+ * @memberof ProjectInvitationDtoPagedResponse
30
+ */
31
+ 'isSuccess'?: boolean;
32
+ /**
33
+ *
34
+ * @type {number}
35
+ * @memberof ProjectInvitationDtoPagedResponse
36
+ */
37
+ 'statusCode'?: number | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof ProjectInvitationDtoPagedResponse
42
+ */
43
+ 'traceId'?: string | null;
44
+ /**
45
+ *
46
+ * @type {Pagination}
47
+ * @memberof ProjectInvitationDtoPagedResponse
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@itc.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 { ProjectInvitationDto } from './project-invitation-dto';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ProjectInvitationDtoResponse
17
+ */
18
+ export interface ProjectInvitationDtoResponse {
19
+ /**
20
+ *
21
+ * @type {ProjectInvitationDto}
22
+ * @memberof ProjectInvitationDtoResponse
23
+ */
24
+ 'data'?: ProjectInvitationDto;
25
+ /**
26
+ *
27
+ * @type {boolean}
28
+ * @memberof ProjectInvitationDtoResponse
29
+ */
30
+ 'isSuccess'?: boolean;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof ProjectInvitationDtoResponse
35
+ */
36
+ 'statusCode'?: number | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof ProjectInvitationDtoResponse
41
+ */
42
+ 'traceId'?: string | null;
43
+ }