@twin.org/standards-dataspace-protocol 0.0.3-next.6 → 0.0.3-next.61

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 (316) hide show
  1. package/README.md +1 -1
  2. package/dist/es/dataTypes/catalogDataTypes.js +93 -20
  3. package/dist/es/dataTypes/catalogDataTypes.js.map +1 -1
  4. package/dist/es/dataTypes/contractNegotiationDataTypes.js +58 -62
  5. package/dist/es/dataTypes/contractNegotiationDataTypes.js.map +1 -1
  6. package/dist/es/dataTypes/dataspaceProtocolDataTypes.js +10 -1
  7. package/dist/es/dataTypes/dataspaceProtocolDataTypes.js.map +1 -1
  8. package/dist/es/dataTypes/transferProcessDataTypes.js +53 -56
  9. package/dist/es/dataTypes/transferProcessDataTypes.js.map +1 -1
  10. package/dist/es/index.js +45 -28
  11. package/dist/es/index.js.map +1 -1
  12. package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js +2 -0
  13. package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js.map +1 -0
  14. package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js +2 -0
  15. package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js.map +1 -0
  16. package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js +2 -0
  17. package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js.map +1 -0
  18. package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js +54 -0
  19. package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js.map +1 -0
  20. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js +2 -0
  21. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js.map +1 -0
  22. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js +2 -0
  23. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js.map +1 -0
  24. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js +2 -0
  25. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js.map +1 -0
  26. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js +2 -0
  27. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js.map +1 -0
  28. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js +2 -0
  29. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js.map +1 -0
  30. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js +2 -0
  31. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js.map +1 -0
  32. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js +2 -0
  33. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js.map +1 -0
  34. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js +2 -0
  35. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js.map +1 -0
  36. package/dist/es/models/contractNegotiation/{contractNegotiationTypes.js → dataspaceProtocolContractNegotiationTypes.js} +2 -2
  37. package/dist/es/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js.map +1 -0
  38. package/dist/es/models/contractNegotiation/types/{contractNegotiationEventType.js → dataspaceProtocolContractNegotiationEventType.js} +2 -2
  39. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js.map +1 -0
  40. package/dist/es/models/contractNegotiation/types/{contractNegotiationStateType.js → dataspaceProtocolContractNegotiationStateType.js} +2 -2
  41. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js.map +1 -0
  42. package/dist/es/models/dataspaceProtocolContextType.js.map +1 -1
  43. package/dist/es/models/dataspaceProtocolContexts.js +12 -4
  44. package/dist/es/models/dataspaceProtocolContexts.js.map +1 -1
  45. package/dist/es/models/dcat3/IDataspaceProtocolCatalog.js +2 -0
  46. package/dist/es/models/dcat3/IDataspaceProtocolCatalog.js.map +1 -0
  47. package/dist/es/models/dcat3/IDataspaceProtocolCatalogBase.js +2 -0
  48. package/dist/es/models/dcat3/IDataspaceProtocolCatalogBase.js.map +1 -0
  49. package/dist/es/models/dcat3/IDataspaceProtocolDataService.js +2 -0
  50. package/dist/es/models/dcat3/IDataspaceProtocolDataService.js.map +1 -0
  51. package/dist/es/models/dcat3/IDataspaceProtocolDataServiceBase.js +2 -0
  52. package/dist/es/models/dcat3/IDataspaceProtocolDataServiceBase.js.map +1 -0
  53. package/dist/es/models/dcat3/IDataspaceProtocolDataset.js +2 -0
  54. package/dist/es/models/dcat3/IDataspaceProtocolDataset.js.map +1 -0
  55. package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js +2 -0
  56. package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js.map +1 -0
  57. package/dist/es/models/dcat3/IDataspaceProtocolDistribution.js +2 -0
  58. package/dist/es/models/dcat3/IDataspaceProtocolDistribution.js.map +1 -0
  59. package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js +2 -0
  60. package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js.map +1 -0
  61. package/dist/es/models/odrl/IDataspaceProtocolAgreement.js +2 -0
  62. package/dist/es/models/odrl/IDataspaceProtocolAgreement.js.map +1 -0
  63. package/dist/es/models/odrl/IDataspaceProtocolOffer.js +2 -0
  64. package/dist/es/models/odrl/IDataspaceProtocolOffer.js.map +1 -0
  65. package/dist/es/models/odrl/IDataspaceProtocolOfferBase.js +2 -0
  66. package/dist/es/models/odrl/IDataspaceProtocolOfferBase.js.map +1 -0
  67. package/dist/es/models/odrl/IDataspaceProtocolPolicy.js +2 -0
  68. package/dist/es/models/odrl/IDataspaceProtocolPolicy.js.map +1 -0
  69. package/dist/es/models/odrl/IDataspaceProtocolSet.js +2 -0
  70. package/dist/es/models/odrl/IDataspaceProtocolSet.js.map +1 -0
  71. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js +2 -0
  72. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js.map +1 -0
  73. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js +2 -0
  74. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js.map +1 -0
  75. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js +2 -0
  76. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js.map +1 -0
  77. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js +2 -0
  78. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js.map +1 -0
  79. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js +2 -0
  80. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js.map +1 -0
  81. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js +2 -0
  82. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js.map +1 -0
  83. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js +2 -0
  84. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js.map +1 -0
  85. package/dist/es/models/transferProcess/{ITransferSuspensionMessage.js → IDataspaceProtocolTransferSuspensionMessage.js} +1 -1
  86. package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js.map +1 -0
  87. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js +2 -0
  88. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js.map +1 -0
  89. package/dist/es/models/transferProcess/{transferProcessTypes.js → dataspaceProtocolTransferProcessTypes.js} +2 -2
  90. package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js.map +1 -0
  91. package/dist/es/models/transferProcess/types/dataspaceProtocolEndpointType.js +89 -0
  92. package/dist/es/models/transferProcess/types/dataspaceProtocolEndpointType.js.map +1 -0
  93. package/dist/es/models/transferProcess/types/{transferProcessStateType.js → dataspaceProtocolTransferProcessStateType.js} +2 -2
  94. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js.map +1 -0
  95. package/dist/es/schemas/DataspaceProtocolAgreement.json +207 -0
  96. package/dist/es/schemas/DataspaceProtocolCatalog.json +21 -0
  97. package/dist/es/schemas/DataspaceProtocolCatalogBase.json +428 -0
  98. package/dist/es/schemas/DataspaceProtocolCatalogError.json +31 -0
  99. package/dist/es/schemas/DataspaceProtocolCatalogRequestMessage.json +26 -0
  100. package/dist/es/schemas/DataspaceProtocolContextType.json +30 -0
  101. package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +225 -0
  102. package/dist/es/schemas/DataspaceProtocolContractAgreementVerificationMessage.json +31 -0
  103. package/dist/es/schemas/DataspaceProtocolContractNegotiation.json +36 -0
  104. package/dist/es/schemas/DataspaceProtocolContractNegotiationError.json +40 -0
  105. package/dist/es/schemas/DataspaceProtocolContractNegotiationEventMessage.json +36 -0
  106. package/dist/es/schemas/DataspaceProtocolContractNegotiationEventType.json +16 -0
  107. package/dist/es/schemas/DataspaceProtocolContractNegotiationStateType.json +36 -0
  108. package/dist/es/schemas/DataspaceProtocolContractNegotiationTerminationMessage.json +40 -0
  109. package/dist/es/schemas/DataspaceProtocolContractOfferMessage.json +39 -0
  110. package/dist/es/schemas/DataspaceProtocolContractRequestMessage.json +39 -0
  111. package/dist/es/schemas/{DataAddress.json → DataspaceProtocolDataAddress.json} +5 -6
  112. package/dist/es/schemas/DataspaceProtocolDataService.json +21 -0
  113. package/dist/es/schemas/DataspaceProtocolDataServiceBase.json +279 -0
  114. package/dist/es/schemas/DataspaceProtocolDataset.json +21 -0
  115. package/dist/es/schemas/DataspaceProtocolDatasetBase.json +330 -0
  116. package/dist/es/schemas/DataspaceProtocolDatasetRequestMessage.json +26 -0
  117. package/dist/es/schemas/DataspaceProtocolDistribution.json +26 -0
  118. package/dist/es/schemas/DataspaceProtocolDistributionBase.json +164 -0
  119. package/dist/es/schemas/{EndpointProperty.json → DataspaceProtocolEndpointProperty.json} +4 -5
  120. package/dist/es/schemas/DataspaceProtocolOffer.json +26 -0
  121. package/dist/es/schemas/DataspaceProtocolOfferBase.json +219 -0
  122. package/dist/es/schemas/DataspaceProtocolPolicy.json +231 -0
  123. package/dist/es/schemas/DataspaceProtocolSet.json +243 -0
  124. package/dist/es/schemas/DataspaceProtocolTransferCompletionMessage.json +31 -0
  125. package/dist/es/schemas/DataspaceProtocolTransferError.json +40 -0
  126. package/dist/es/schemas/DataspaceProtocolTransferProcess.json +36 -0
  127. package/dist/es/schemas/DataspaceProtocolTransferRequestMessage.json +45 -0
  128. package/dist/es/schemas/DataspaceProtocolTransferStartMessage.json +35 -0
  129. package/dist/es/schemas/DataspaceProtocolTransferSuspensionMessage.json +40 -0
  130. package/dist/es/schemas/DataspaceProtocolTransferTerminationMessage.json +40 -0
  131. package/dist/es/utils/dataspaceProtocolHelper.js +108 -0
  132. package/dist/es/utils/dataspaceProtocolHelper.js.map +1 -0
  133. package/dist/types/index.d.ts +43 -28
  134. package/dist/types/models/catalog/{ICatalogError.d.ts → IDataspaceProtocolCatalogError.d.ts} +3 -3
  135. package/dist/types/models/catalog/{ICatalogRequestMessage.d.ts → IDataspaceProtocolCatalogRequestMessage.d.ts} +3 -3
  136. package/dist/types/models/catalog/{IDatasetRequestMessage.d.ts → IDataspaceProtocolDatasetRequestMessage.d.ts} +3 -3
  137. package/dist/types/models/catalog/dataspaceProtocolCatalogTypes.d.ts +54 -0
  138. package/dist/types/models/contractNegotiation/{IContractAgreementMessage.d.ts → IDataspaceProtocolContractAgreementMessage.d.ts} +6 -5
  139. package/dist/types/models/contractNegotiation/{IContractAgreementVerificationMessage.d.ts → IDataspaceProtocolContractAgreementVerificationMessage.d.ts} +3 -3
  140. package/dist/types/models/contractNegotiation/{IContractNegotiation.d.ts → IDataspaceProtocolContractNegotiation.d.ts} +5 -5
  141. package/dist/types/models/contractNegotiation/{IContractNegotiationError.d.ts → IDataspaceProtocolContractNegotiationError.d.ts} +3 -3
  142. package/dist/types/models/contractNegotiation/{IContractNegotiationEventMessage.d.ts → IDataspaceProtocolContractNegotiationEventMessage.d.ts} +5 -5
  143. package/dist/types/models/contractNegotiation/{IContractNegotiationTerminationMessage.d.ts → IDataspaceProtocolContractNegotiationTerminationMessage.d.ts} +3 -3
  144. package/dist/types/models/contractNegotiation/{IContractOfferMessage.d.ts → IDataspaceProtocolContractOfferMessage.d.ts} +5 -5
  145. package/dist/types/models/contractNegotiation/{IContractRequestMessage.d.ts → IDataspaceProtocolContractRequestMessage.d.ts} +5 -5
  146. package/dist/types/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.d.ts +50 -0
  147. package/dist/types/models/contractNegotiation/types/{contractNegotiationEventType.d.ts → dataspaceProtocolContractNegotiationEventType.d.ts} +2 -2
  148. package/dist/types/models/contractNegotiation/types/{contractNegotiationStateType.d.ts → dataspaceProtocolContractNegotiationStateType.d.ts} +2 -2
  149. package/dist/types/models/dataspaceProtocolContextType.d.ts +2 -9
  150. package/dist/types/models/dataspaceProtocolContexts.d.ts +12 -4
  151. package/dist/types/models/dcat3/IDataspaceProtocolCatalog.d.ts +28 -0
  152. package/dist/types/models/dcat3/IDataspaceProtocolCatalogBase.d.ts +58 -0
  153. package/dist/types/models/dcat3/IDataspaceProtocolDataService.d.ts +28 -0
  154. package/dist/types/models/dcat3/IDataspaceProtocolDataServiceBase.d.ts +44 -0
  155. package/dist/types/models/dcat3/IDataspaceProtocolDataset.d.ts +38 -0
  156. package/dist/types/models/dcat3/IDataspaceProtocolDatasetBase.d.ts +62 -0
  157. package/dist/types/models/dcat3/IDataspaceProtocolDistribution.d.ts +42 -0
  158. package/dist/types/models/dcat3/IDataspaceProtocolDistributionBase.d.ts +66 -0
  159. package/dist/types/models/odrl/IDataspaceProtocolAgreement.d.ts +17 -0
  160. package/dist/types/models/odrl/IDataspaceProtocolOffer.d.ts +22 -0
  161. package/dist/types/models/odrl/IDataspaceProtocolOfferBase.d.ts +18 -0
  162. package/dist/types/models/odrl/IDataspaceProtocolPolicy.d.ts +17 -0
  163. package/dist/types/models/odrl/IDataspaceProtocolSet.d.ts +17 -0
  164. package/dist/types/models/transferProcess/{IDataAddress.d.ts → IDataspaceProtocolDataAddress.d.ts} +5 -5
  165. package/dist/types/models/transferProcess/{IEndpointProperty.d.ts → IDataspaceProtocolEndpointProperty.d.ts} +3 -3
  166. package/dist/types/models/transferProcess/{ITransferCompletionMessage.d.ts → IDataspaceProtocolTransferCompletionMessage.d.ts} +3 -3
  167. package/dist/types/models/transferProcess/{ITransferError.d.ts → IDataspaceProtocolTransferError.d.ts} +3 -3
  168. package/dist/types/models/transferProcess/{ITransferProcess.d.ts → IDataspaceProtocolTransferProcess.d.ts} +5 -5
  169. package/dist/types/models/transferProcess/{ITransferRequestMessage.d.ts → IDataspaceProtocolTransferRequestMessage.d.ts} +5 -5
  170. package/dist/types/models/transferProcess/{ITransferStartMessage.d.ts → IDataspaceProtocolTransferStartMessage.d.ts} +5 -5
  171. package/dist/types/models/transferProcess/{ITransferSuspensionMessage.d.ts → IDataspaceProtocolTransferSuspensionMessage.d.ts} +3 -3
  172. package/dist/types/models/transferProcess/{ITransferTerminationMessage.d.ts → IDataspaceProtocolTransferTerminationMessage.d.ts} +3 -3
  173. package/dist/types/models/transferProcess/dataspaceProtocolTransferProcessTypes.d.ts +46 -0
  174. package/dist/types/models/transferProcess/types/dataspaceProtocolEndpointType.d.ts +89 -0
  175. package/dist/types/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.d.ts +30 -0
  176. package/dist/types/utils/dataspaceProtocolHelper.d.ts +19 -0
  177. package/docs/changelog.md +991 -12
  178. package/docs/examples.md +44 -1
  179. package/docs/reference/classes/CatalogDataTypes.md +1 -1
  180. package/docs/reference/classes/ContractNegotiationDataTypes.md +1 -1
  181. package/docs/reference/classes/DataspaceProtocolDataTypes.md +2 -2
  182. package/docs/reference/classes/DataspaceProtocolHelper.md +57 -0
  183. package/docs/reference/classes/TransferProcessDataTypes.md +1 -1
  184. package/docs/reference/index.md +48 -32
  185. package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +179 -0
  186. package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +598 -0
  187. package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +570 -0
  188. package/docs/reference/interfaces/{ICatalogError.md → IDataspaceProtocolCatalogError.md} +6 -6
  189. package/docs/reference/interfaces/{ICatalogRequestMessage.md → IDataspaceProtocolCatalogRequestMessage.md} +5 -5
  190. package/docs/reference/interfaces/{IContractAgreementMessage.md → IDataspaceProtocolContractAgreementMessage.md} +10 -10
  191. package/docs/reference/interfaces/{IContractAgreementVerificationMessage.md → IDataspaceProtocolContractAgreementVerificationMessage.md} +6 -6
  192. package/docs/reference/interfaces/{IContractNegotiation.md → IDataspaceProtocolContractNegotiation.md} +8 -8
  193. package/docs/reference/interfaces/{IContractNegotiationError.md → IDataspaceProtocolContractNegotiationError.md} +10 -10
  194. package/docs/reference/interfaces/{IContractNegotiationEventMessage.md → IDataspaceProtocolContractNegotiationEventMessage.md} +8 -8
  195. package/docs/reference/interfaces/{IContractNegotiationTerminationMessage.md → IDataspaceProtocolContractNegotiationTerminationMessage.md} +10 -10
  196. package/docs/reference/interfaces/{IContractOfferMessage.md → IDataspaceProtocolContractOfferMessage.md} +11 -11
  197. package/docs/reference/interfaces/{IContractRequestMessage.md → IDataspaceProtocolContractRequestMessage.md} +11 -11
  198. package/docs/reference/interfaces/{IDataAddress.md → IDataspaceProtocolDataAddress.md} +8 -8
  199. package/docs/reference/interfaces/IDataspaceProtocolDataService.md +403 -0
  200. package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +387 -0
  201. package/docs/reference/interfaces/IDataspaceProtocolDataset.md +500 -0
  202. package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +484 -0
  203. package/docs/reference/interfaces/{IDatasetRequestMessage.md → IDataspaceProtocolDatasetRequestMessage.md} +4 -4
  204. package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +400 -0
  205. package/docs/reference/interfaces/IDataspaceProtocolDistributionBase.md +381 -0
  206. package/docs/reference/interfaces/{IEndpointProperty.md → IDataspaceProtocolEndpointProperty.md} +5 -5
  207. package/docs/reference/interfaces/IDataspaceProtocolOffer.md +178 -0
  208. package/docs/reference/interfaces/IDataspaceProtocolOfferBase.md +171 -0
  209. package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +180 -0
  210. package/docs/reference/interfaces/IDataspaceProtocolSet.md +179 -0
  211. package/docs/reference/interfaces/{ITransferCompletionMessage.md → IDataspaceProtocolTransferCompletionMessage.md} +6 -6
  212. package/docs/reference/interfaces/{ITransferError.md → IDataspaceProtocolTransferError.md} +10 -10
  213. package/docs/reference/interfaces/IDataspaceProtocolTransferProcess.md +44 -0
  214. package/docs/reference/interfaces/{ITransferRequestMessage.md → IDataspaceProtocolTransferRequestMessage.md} +10 -10
  215. package/docs/reference/interfaces/{ITransferStartMessage.md → IDataspaceProtocolTransferStartMessage.md} +8 -8
  216. package/docs/reference/interfaces/{ITransferSuspensionMessage.md → IDataspaceProtocolTransferSuspensionMessage.md} +10 -10
  217. package/docs/reference/interfaces/{ITransferTerminationMessage.md → IDataspaceProtocolTransferTerminationMessage.md} +10 -10
  218. package/docs/reference/type-aliases/DataspaceProtocolCatalogTypes.md +5 -0
  219. package/docs/reference/type-aliases/DataspaceProtocolContextType.md +1 -1
  220. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationEventType.md +5 -0
  221. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationStateType.md +5 -0
  222. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationTypes.md +5 -0
  223. package/docs/reference/type-aliases/DataspaceProtocolEndpointType.md +12 -0
  224. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessStateType.md +5 -0
  225. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessTypes.md +5 -0
  226. package/docs/reference/variables/DataspaceProtocolCatalogTypes.md +74 -0
  227. package/docs/reference/variables/DataspaceProtocolContexts.md +18 -6
  228. package/docs/reference/variables/{ContractNegotiationEventType.md → DataspaceProtocolContractNegotiationEventType.md} +4 -4
  229. package/docs/reference/variables/{ContractNegotiationStateType.md → DataspaceProtocolContractNegotiationStateType.md} +9 -9
  230. package/docs/reference/variables/DataspaceProtocolContractNegotiationTypes.md +68 -0
  231. package/docs/reference/variables/DataspaceProtocolEndpointType.md +96 -0
  232. package/docs/reference/variables/DataspaceProtocolTransferProcessStateType.md +38 -0
  233. package/docs/reference/variables/DataspaceProtocolTransferProcessTypes.md +62 -0
  234. package/locales/en.json +10 -1
  235. package/package.json +6 -6
  236. package/dist/es/models/catalog/ICatalogError.js +0 -2
  237. package/dist/es/models/catalog/ICatalogError.js.map +0 -1
  238. package/dist/es/models/catalog/ICatalogRequestMessage.js +0 -2
  239. package/dist/es/models/catalog/ICatalogRequestMessage.js.map +0 -1
  240. package/dist/es/models/catalog/IDatasetRequestMessage.js +0 -2
  241. package/dist/es/models/catalog/IDatasetRequestMessage.js.map +0 -1
  242. package/dist/es/models/catalog/catalogTypes.js +0 -22
  243. package/dist/es/models/catalog/catalogTypes.js.map +0 -1
  244. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js +0 -2
  245. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js.map +0 -1
  246. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js +0 -2
  247. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js.map +0 -1
  248. package/dist/es/models/contractNegotiation/IContractNegotiation.js +0 -2
  249. package/dist/es/models/contractNegotiation/IContractNegotiation.js.map +0 -1
  250. package/dist/es/models/contractNegotiation/IContractNegotiationError.js +0 -2
  251. package/dist/es/models/contractNegotiation/IContractNegotiationError.js.map +0 -1
  252. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js +0 -2
  253. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js.map +0 -1
  254. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js +0 -2
  255. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js.map +0 -1
  256. package/dist/es/models/contractNegotiation/IContractOfferMessage.js +0 -2
  257. package/dist/es/models/contractNegotiation/IContractOfferMessage.js.map +0 -1
  258. package/dist/es/models/contractNegotiation/IContractRequestMessage.js +0 -2
  259. package/dist/es/models/contractNegotiation/IContractRequestMessage.js.map +0 -1
  260. package/dist/es/models/contractNegotiation/contractNegotiationTypes.js.map +0 -1
  261. package/dist/es/models/contractNegotiation/types/contractNegotiationEventType.js.map +0 -1
  262. package/dist/es/models/contractNegotiation/types/contractNegotiationStateType.js.map +0 -1
  263. package/dist/es/models/transferProcess/IDataAddress.js +0 -2
  264. package/dist/es/models/transferProcess/IDataAddress.js.map +0 -1
  265. package/dist/es/models/transferProcess/IEndpointProperty.js +0 -2
  266. package/dist/es/models/transferProcess/IEndpointProperty.js.map +0 -1
  267. package/dist/es/models/transferProcess/ITransferCompletionMessage.js +0 -2
  268. package/dist/es/models/transferProcess/ITransferCompletionMessage.js.map +0 -1
  269. package/dist/es/models/transferProcess/ITransferError.js +0 -2
  270. package/dist/es/models/transferProcess/ITransferError.js.map +0 -1
  271. package/dist/es/models/transferProcess/ITransferProcess.js +0 -2
  272. package/dist/es/models/transferProcess/ITransferProcess.js.map +0 -1
  273. package/dist/es/models/transferProcess/ITransferRequestMessage.js +0 -2
  274. package/dist/es/models/transferProcess/ITransferRequestMessage.js.map +0 -1
  275. package/dist/es/models/transferProcess/ITransferStartMessage.js +0 -2
  276. package/dist/es/models/transferProcess/ITransferStartMessage.js.map +0 -1
  277. package/dist/es/models/transferProcess/ITransferSuspensionMessage.js.map +0 -1
  278. package/dist/es/models/transferProcess/ITransferTerminationMessage.js +0 -2
  279. package/dist/es/models/transferProcess/ITransferTerminationMessage.js.map +0 -1
  280. package/dist/es/models/transferProcess/transferProcessTypes.js.map +0 -1
  281. package/dist/es/models/transferProcess/types/transferProcessStateType.js.map +0 -1
  282. package/dist/es/schemas/CatalogError.json +0 -74
  283. package/dist/es/schemas/CatalogRequestMessage.json +0 -69
  284. package/dist/es/schemas/ContractAgreementMessage.json +0 -83
  285. package/dist/es/schemas/ContractAgreementVerificationMessage.json +0 -74
  286. package/dist/es/schemas/ContractNegotiation.json +0 -79
  287. package/dist/es/schemas/ContractNegotiationError.json +0 -83
  288. package/dist/es/schemas/ContractNegotiationEventMessage.json +0 -79
  289. package/dist/es/schemas/ContractNegotiationEventType.json +0 -10
  290. package/dist/es/schemas/ContractNegotiationStateType.json +0 -15
  291. package/dist/es/schemas/ContractNegotiationTerminationMessage.json +0 -83
  292. package/dist/es/schemas/ContractOfferMessage.json +0 -82
  293. package/dist/es/schemas/ContractRequestMessage.json +0 -82
  294. package/dist/es/schemas/DatasetRequestMessage.json +0 -69
  295. package/dist/es/schemas/TransferCompletionMessage.json +0 -74
  296. package/dist/es/schemas/TransferError.json +0 -83
  297. package/dist/es/schemas/TransferProcess.json +0 -109
  298. package/dist/es/schemas/TransferRequestMessage.json +0 -88
  299. package/dist/es/schemas/TransferStartMessage.json +0 -78
  300. package/dist/es/schemas/TransferSuspensionMessage.json +0 -83
  301. package/dist/es/schemas/TransferTerminationMessage.json +0 -83
  302. package/dist/types/models/catalog/catalogTypes.d.ts +0 -22
  303. package/dist/types/models/contractNegotiation/contractNegotiationTypes.d.ts +0 -50
  304. package/dist/types/models/transferProcess/transferProcessTypes.d.ts +0 -46
  305. package/dist/types/models/transferProcess/types/transferProcessStateType.d.ts +0 -30
  306. package/docs/reference/interfaces/ITransferProcess.md +0 -74
  307. package/docs/reference/type-aliases/CatalogTypes.md +0 -5
  308. package/docs/reference/type-aliases/ContractNegotiationEventType.md +0 -5
  309. package/docs/reference/type-aliases/ContractNegotiationStateType.md +0 -5
  310. package/docs/reference/type-aliases/ContractNegotiationTypes.md +0 -5
  311. package/docs/reference/type-aliases/TransferProcessStateType.md +0 -5
  312. package/docs/reference/type-aliases/TransferProcessTypes.md +0 -5
  313. package/docs/reference/variables/CatalogTypes.md +0 -26
  314. package/docs/reference/variables/ContractNegotiationTypes.md +0 -68
  315. package/docs/reference/variables/TransferProcessStateType.md +0 -38
  316. package/docs/reference/variables/TransferProcessTypes.md +0 -62
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolEndpointProperty.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolEndpointProperty.js","sourceRoot":"","sources":["../../../../src/models/transferProcess/IDataspaceProtocolEndpointProperty.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolTransferProcessTypes } from \"./dataspaceProtocolTransferProcessTypes.js\";\n\n/**\n * Interface for Dataspace Protocol Transfer Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types\n */\nexport interface IDataspaceProtocolEndpointProperty {\n\t/**\n\t * LD Type.\n\t */\n\t\"@type\": typeof DataspaceProtocolTransferProcessTypes.EndpointProperty;\n\n\t/**\n\t * Property name.\n\t */\n\tname: string;\n\n\t/**\n\t * Property value.\n\t */\n\tvalue: string;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolTransferCompletionMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolTransferCompletionMessage.js","sourceRoot":"","sources":["../../../../src/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolTransferProcessTypes } from \"./dataspaceProtocolTransferProcessTypes.js\";\n\n/**\n * Interface for Dataspace Protocol Transfer Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-completion-message\n */\nexport interface IDataspaceProtocolTransferCompletionMessage {\n\t/**\n\t * LD Context\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * LD Type\n\t */\n\t\"@type\": typeof DataspaceProtocolTransferProcessTypes.TransferCompletionMessage;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Consumer side.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Provider side.\n\t */\n\tproviderPid: string;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolTransferError.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolTransferError.js","sourceRoot":"","sources":["../../../../src/models/transferProcess/IDataspaceProtocolTransferError.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolTransferProcessTypes } from \"./dataspaceProtocolTransferProcessTypes.js\";\n\n/**\n * Interface for Dataspace Protocol Transfer Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol#error-transfer-error\n */\nexport interface IDataspaceProtocolTransferError {\n\t/**\n\t * LD Context\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * LD Type\n\t */\n\t\"@type\": typeof DataspaceProtocolTransferProcessTypes.TransferError;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Consumer side.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Provider side.\n\t */\n\tproviderPid: string;\n\n\t/**\n\t * The error code.\n\t */\n\tcode?: string;\n\n\t/**\n\t * The error reason(s).\n\t */\n\t// eslint-disable-next-line @typescript-eslint/no-explicit-any\n\treason?: any[];\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolTransferProcess.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolTransferProcess.js","sourceRoot":"","sources":["../../../../src/models/transferProcess/IDataspaceProtocolTransferProcess.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolTransferProcessTypes } from \"./dataspaceProtocolTransferProcessTypes.js\";\nimport type { DataspaceProtocolTransferProcessStateType } from \"./types/dataspaceProtocolTransferProcessStateType.js\";\n\n/**\n * Interface for Dataspace Protocol Transfer Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#ack-transfer-process\n */\nexport interface IDataspaceProtocolTransferProcess {\n\t/**\n\t * LD Context\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * LD Type\n\t */\n\t\"@type\": typeof DataspaceProtocolTransferProcessTypes.TransferProcess;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Consumer side.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Provider side.\n\t */\n\tproviderPid: string;\n\n\t/**\n\t * The transfer process state.\n\t */\n\tstate: DataspaceProtocolTransferProcessStateType;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolTransferRequestMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolTransferRequestMessage.js","sourceRoot":"","sources":["../../../../src/models/transferProcess/IDataspaceProtocolTransferRequestMessage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolTransferProcessTypes } from \"./dataspaceProtocolTransferProcessTypes.js\";\nimport type { IDataspaceProtocolDataAddress } from \"./IDataspaceProtocolDataAddress.js\";\n\n/**\n * Interface for Dataspace Protocol Transfer Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-request-message\n */\nexport interface IDataspaceProtocolTransferRequestMessage {\n\t/**\n\t * LD Context\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * LD Type\n\t */\n\t\"@type\": typeof DataspaceProtocolTransferProcessTypes.TransferRequestMessage;\n\n\t/**\n\t * MUST refer to an existing Agreement between the Consumer and Provider.\n\t */\n\tagreementId: string;\n\n\t/**\n\t * MUST be a URI indicating where messages to the Consumer SHOULD be sent.\n\t */\n\tcallbackAddress: string;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Consumer side.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * The format property is a format specified by a Distribution for the Dataset associated with the Agreement.\n\t * This is generally obtained from the Provider's Catalog.\n\t */\n\tformat: string;\n\n\t/**\n\t * If defined MUST contain a transport-specific set of properties for pushing the data.\n\t * It MAY include an endpoint, a temporary authorization via the endpointProperties property - depending on the endpointType.\n\t */\n\tdataAddress?: IDataspaceProtocolDataAddress;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolTransferStartMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolTransferStartMessage.js","sourceRoot":"","sources":["../../../../src/models/transferProcess/IDataspaceProtocolTransferStartMessage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolTransferProcessTypes } from \"./dataspaceProtocolTransferProcessTypes.js\";\nimport type { IDataspaceProtocolDataAddress } from \"./IDataspaceProtocolDataAddress.js\";\n\n/**\n * Interface for Dataspace Protocol Transfer Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-start-message\n */\nexport interface IDataspaceProtocolTransferStartMessage {\n\t/**\n\t * LD Context\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * LD Type\n\t */\n\t\"@type\": typeof DataspaceProtocolTransferProcessTypes.TransferStartMessage;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Consumer side.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Provider side.\n\t */\n\tproviderPid: string;\n\n\t/**\n\t * MUST be provided if the current transfer is a pull transfer and\n\t * contains a transport-specific endpoint address for obtaining the data.\n\t */\n\tdataAddress?: IDataspaceProtocolDataAddress;\n}\n"]}
@@ -1,4 +1,4 @@
1
1
  // Copyright 2025 IOTA Stiftung.
2
2
  // SPDX-License-Identifier: Apache-2.0.
3
3
  export {};
4
- //# sourceMappingURL=ITransferSuspensionMessage.js.map
4
+ //# sourceMappingURL=IDataspaceProtocolTransferSuspensionMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolTransferSuspensionMessage.js","sourceRoot":"","sources":["../../../../src/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolTransferProcessTypes } from \"./dataspaceProtocolTransferProcessTypes.js\";\n\n/**\n * Interface for Dataspace Protocol Transfer Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-suspension-message\n */\nexport interface IDataspaceProtocolTransferSuspensionMessage {\n\t/**\n\t * LD Context\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * LD Type\n\t */\n\t\"@type\": typeof DataspaceProtocolTransferProcessTypes.TransferSuspensionMessage;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Consumer side.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Provider side.\n\t */\n\tproviderPid: string;\n\n\t/**\n\t * The suspension code.\n\t */\n\tcode?: string;\n\n\t/**\n\t * The suspension reason(s).\n\t */\n\t// eslint-disable-next-line @typescript-eslint/no-explicit-any\n\treason?: any[];\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolTransferTerminationMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolTransferTerminationMessage.js","sourceRoot":"","sources":["../../../../src/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolTransferProcessTypes } from \"./dataspaceProtocolTransferProcessTypes.js\";\n\n/**\n * Interface for Dataspace Protocol Transfer Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-termination-message\n */\nexport interface IDataspaceProtocolTransferTerminationMessage {\n\t/**\n\t * LD Context\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * LD Type\n\t */\n\t\"@type\": typeof DataspaceProtocolTransferProcessTypes.TransferTerminationMessage;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Consumer side.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * MUST refer to the transfer identifier of the Provider side.\n\t */\n\tproviderPid: string;\n\n\t/**\n\t * The termination code.\n\t */\n\tcode?: string;\n\n\t/**\n\t * The termination reason(s).\n\t */\n\t// eslint-disable-next-line @typescript-eslint/no-explicit-any\n\treason?: any[];\n}\n"]}
@@ -5,7 +5,7 @@
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#message-types-1
6
6
  */
7
7
  // eslint-disable-next-line @typescript-eslint/naming-convention
8
- export const TransferProcessTypes = {
8
+ export const DataspaceProtocolTransferProcessTypes = {
9
9
  /**
10
10
  * Transfer Request Message.
11
11
  */
@@ -43,4 +43,4 @@ export const TransferProcessTypes = {
43
43
  */
44
44
  TransferError: "TransferError"
45
45
  };
46
- //# sourceMappingURL=transferProcessTypes.js.map
46
+ //# sourceMappingURL=dataspaceProtocolTransferProcessTypes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataspaceProtocolTransferProcessTypes.js","sourceRoot":"","sources":["../../../../src/models/transferProcess/dataspaceProtocolTransferProcessTypes.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;;GAGG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,qCAAqC,GAAG;IACpD;;OAEG;IACH,sBAAsB,EAAE,wBAAwB;IAEhD;;OAEG;IACH,oBAAoB,EAAE,sBAAsB;IAE5C;;OAEG;IACH,yBAAyB,EAAE,2BAA2B;IAEtD;;OAEG;IACH,yBAAyB,EAAE,2BAA2B;IAEtD;;OAEG;IACH,0BAA0B,EAAE,4BAA4B;IAExD;;OAEG;IACH,WAAW,EAAE,aAAa;IAE1B;;OAEG;IACH,gBAAgB,EAAE,kBAAkB;IAEpC;;OAEG;IACH,eAAe,EAAE,iBAAiB;IAElC;;OAEG;IACH,aAAa,EAAE,eAAe;CACrB,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The types for Dataspace Protocol Transfer Process.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#message-types-1\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolTransferProcessTypes = {\n\t/**\n\t * Transfer Request Message.\n\t */\n\tTransferRequestMessage: \"TransferRequestMessage\",\n\n\t/**\n\t * Transfer Start Message.\n\t */\n\tTransferStartMessage: \"TransferStartMessage\",\n\n\t/**\n\t * Transfer Suspension Message.\n\t */\n\tTransferSuspensionMessage: \"TransferSuspensionMessage\",\n\n\t/**\n\t * Transfer Completion Message.\n\t */\n\tTransferCompletionMessage: \"TransferCompletionMessage\",\n\n\t/**\n\t * Transfer Termination Message.\n\t */\n\tTransferTerminationMessage: \"TransferTerminationMessage\",\n\n\t/**\n\t * Data Address\n\t */\n\tDataAddress: \"DataAddress\",\n\n\t/**\n\t * Endpoint property.\n\t */\n\tEndpointProperty: \"EndpointProperty\",\n\n\t/**\n\t * Transfer Process\n\t */\n\tTransferProcess: \"TransferProcess\",\n\n\t/**\n\t * Transfer Error.\n\t */\n\tTransferError: \"TransferError\"\n} as const;\n\n/**\n * The types for Dataspace Protocol Transfer.\n */\nexport type DataspaceProtocolTransferProcessTypes =\n\t(typeof DataspaceProtocolTransferProcessTypes)[keyof typeof DataspaceProtocolTransferProcessTypes];\n"]}
@@ -0,0 +1,89 @@
1
+ // Copyright 2025 IOTA Stiftung.
2
+ // SPDX-License-Identifier: Apache-2.0.
3
+ /**
4
+ * TWIN Data Space Protocol Profile endpoint type identifiers.
5
+ *
6
+ * This module defines endpoint types according to the TWIN Foundation's
7
+ * Data Space Protocol Profile (RFC 006), which extends the Eclipse Dataspace
8
+ * Protocol specification with TWIN-specific vocabulary.
9
+ *
10
+ * The TWIN vocabulary uses persistent identifiers under the
11
+ * https://schema.twindev.org namespace to provide stable, semantic
12
+ * identifiers for data space endpoint types.
13
+ *
14
+ * References:
15
+ * - TWIN RFC 006: https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md
16
+ * - TWIN DS Protocol Context: https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/twin-ds-protocol-profile.jsonld
17
+ * - Eclipse DSP Specification: https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/
18
+ * - RFC 001 (Query Interface): https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
19
+ */
20
+ // eslint-disable-next-line @typescript-eslint/naming-convention
21
+ export const DataspaceProtocolEndpointType = {
22
+ // ========================================
23
+ // TWIN Data Space Protocol Profile (RFC 006)
24
+ // Namespace: https://schema.twindev.org/dspace/v1/
25
+ // ========================================
26
+ /**
27
+ * HTTPS Query Endpoint (TWIN DS Profile).
28
+ *
29
+ * Used for PULL transfers via the TWIN Data Space Connector Query interface.
30
+ * The consumer retrieves data by querying this endpoint using the data access token.
31
+ * Endpoint must implement the interface specified in RFC 001.
32
+ *
33
+ * Transfer Flow:
34
+ * 1. Consumer initiates transfer request
35
+ * 2. Provider returns this endpoint type with data access token
36
+ * 3. Consumer queries the endpoint with the token to retrieve data
37
+ *
38
+ * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
39
+ * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
40
+ */
41
+ HttpsQueryEndpoint: "https://schema.twindev.org/dspace/v1/Https-Query-Endpoint",
42
+ /**
43
+ * HTTPS Activity Stream Endpoint (TWIN DS Profile).
44
+ *
45
+ * Used for PUSH transfers via Activity Streams 2.0 protocol.
46
+ * The provider actively sends data to the consumer's Activity Stream inbox endpoint.
47
+ * Based on W3C Activity Streams 2.0 specification.
48
+ *
49
+ * Transfer Flow:
50
+ * 1. Consumer initiates transfer request with this endpoint type
51
+ * 2. Consumer provides their Activity Stream inbox URL
52
+ * 3. Provider pushes data to the consumer's inbox as Activity Stream objects
53
+ *
54
+ * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
55
+ * @see https://www.w3.org/TR/activitystreams-core/
56
+ * @see https://www.w3.org/TR/activitypub/
57
+ */
58
+ HttpsActivityStreamEndpoint: "https://schema.twindev.org/dspace/v1/Https-Activity-Stream-Endpoint",
59
+ // ========================================
60
+ // IDSA W3ID Namespace (Interoperability)
61
+ // ========================================
62
+ /**
63
+ * HTTP endpoint (IDSA W3ID v4.1).
64
+ *
65
+ * Persistent identifier for HTTP-based data access endpoints.
66
+ * This W3ID URL is used as a semantic identifier in JSON-LD contexts.
67
+ *
68
+ * Note: For TWIN-specific implementations, prefer using `HttpsQueryEndpoint`.
69
+ * This constant is provided for interoperability with IDSA-based systems.
70
+ *
71
+ * @see https://w3id.org/idsa/v4.1/HTTP
72
+ * @see https://github.com/International-Data-Spaces-Association/InformationModel
73
+ */
74
+ HTTP: "https://w3id.org/idsa/v4.1/HTTP",
75
+ /**
76
+ * HTTPS endpoint (IDSA W3ID v4.1).
77
+ *
78
+ * Persistent identifier for HTTPS-based secure data access endpoints.
79
+ * This W3ID URL is used as a semantic identifier in JSON-LD contexts.
80
+ *
81
+ * Note: For TWIN-specific implementations, prefer using `HttpsQueryEndpoint`.
82
+ * This constant is provided for interoperability with IDSA-based systems.
83
+ *
84
+ * @see https://w3id.org/idsa/v4.1/HTTPS
85
+ * @see https://github.com/International-Data-Spaces-Association/InformationModel
86
+ */
87
+ HTTPS: "https://w3id.org/idsa/v4.1/HTTPS"
88
+ };
89
+ //# sourceMappingURL=dataspaceProtocolEndpointType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataspaceProtocolEndpointType.js","sourceRoot":"","sources":["../../../../../src/models/transferProcess/types/dataspaceProtocolEndpointType.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;;;;;;;;;;;;;;;GAgBG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC5C,2CAA2C;IAC3C,6CAA6C;IAC7C,mDAAmD;IACnD,2CAA2C;IAE3C;;;;;;;;;;;;;;OAcG;IACH,kBAAkB,EAAE,2DAA2D;IAE/E;;;;;;;;;;;;;;;OAeG;IACH,2BAA2B,EAC1B,qEAAqE;IAEtE,2CAA2C;IAC3C,yCAAyC;IACzC,2CAA2C;IAE3C;;;;;;;;;;;OAWG;IACH,IAAI,EAAE,iCAAiC;IAEvC;;;;;;;;;;;OAWG;IACH,KAAK,EAAE,kCAAkC;CAChC,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * TWIN Data Space Protocol Profile endpoint type identifiers.\n *\n * This module defines endpoint types according to the TWIN Foundation's\n * Data Space Protocol Profile (RFC 006), which extends the Eclipse Dataspace\n * Protocol specification with TWIN-specific vocabulary.\n *\n * The TWIN vocabulary uses persistent identifiers under the\n * https://schema.twindev.org namespace to provide stable, semantic\n * identifiers for data space endpoint types.\n *\n * References:\n * - TWIN RFC 006: https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md\n * - TWIN DS Protocol Context: https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/twin-ds-protocol-profile.jsonld\n * - Eclipse DSP Specification: https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/\n * - RFC 001 (Query Interface): https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolEndpointType = {\n\t// ========================================\n\t// TWIN Data Space Protocol Profile (RFC 006)\n\t// Namespace: https://schema.twindev.org/dspace/v1/\n\t// ========================================\n\n\t/**\n\t * HTTPS Query Endpoint (TWIN DS Profile).\n\t *\n\t * Used for PULL transfers via the TWIN Data Space Connector Query interface.\n\t * The consumer retrieves data by querying this endpoint using the data access token.\n\t * Endpoint must implement the interface specified in RFC 001.\n\t *\n\t * Transfer Flow:\n\t * 1. Consumer initiates transfer request\n\t * 2. Provider returns this endpoint type with data access token\n\t * 3. Consumer queries the endpoint with the token to retrieve data\n\t *\n\t * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary\n\t * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md\n\t */\n\tHttpsQueryEndpoint: \"https://schema.twindev.org/dspace/v1/Https-Query-Endpoint\",\n\n\t/**\n\t * HTTPS Activity Stream Endpoint (TWIN DS Profile).\n\t *\n\t * Used for PUSH transfers via Activity Streams 2.0 protocol.\n\t * The provider actively sends data to the consumer's Activity Stream inbox endpoint.\n\t * Based on W3C Activity Streams 2.0 specification.\n\t *\n\t * Transfer Flow:\n\t * 1. Consumer initiates transfer request with this endpoint type\n\t * 2. Consumer provides their Activity Stream inbox URL\n\t * 3. Provider pushes data to the consumer's inbox as Activity Stream objects\n\t *\n\t * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary\n\t * @see https://www.w3.org/TR/activitystreams-core/\n\t * @see https://www.w3.org/TR/activitypub/\n\t */\n\tHttpsActivityStreamEndpoint:\n\t\t\"https://schema.twindev.org/dspace/v1/Https-Activity-Stream-Endpoint\",\n\n\t// ========================================\n\t// IDSA W3ID Namespace (Interoperability)\n\t// ========================================\n\n\t/**\n\t * HTTP endpoint (IDSA W3ID v4.1).\n\t *\n\t * Persistent identifier for HTTP-based data access endpoints.\n\t * This W3ID URL is used as a semantic identifier in JSON-LD contexts.\n\t *\n\t * Note: For TWIN-specific implementations, prefer using `HttpsQueryEndpoint`.\n\t * This constant is provided for interoperability with IDSA-based systems.\n\t *\n\t * @see https://w3id.org/idsa/v4.1/HTTP\n\t * @see https://github.com/International-Data-Spaces-Association/InformationModel\n\t */\n\tHTTP: \"https://w3id.org/idsa/v4.1/HTTP\",\n\n\t/**\n\t * HTTPS endpoint (IDSA W3ID v4.1).\n\t *\n\t * Persistent identifier for HTTPS-based secure data access endpoints.\n\t * This W3ID URL is used as a semantic identifier in JSON-LD contexts.\n\t *\n\t * Note: For TWIN-specific implementations, prefer using `HttpsQueryEndpoint`.\n\t * This constant is provided for interoperability with IDSA-based systems.\n\t *\n\t * @see https://w3id.org/idsa/v4.1/HTTPS\n\t * @see https://github.com/International-Data-Spaces-Association/InformationModel\n\t */\n\tHTTPS: \"https://w3id.org/idsa/v4.1/HTTPS\"\n} as const;\n\n/**\n * Type representing all valid Dataspace Protocol endpoint types.\n *\n * All values are valid URIs as required by the DS Protocol JSON-LD context\n * which defines endpointType as @type:@vocab.\n *\n * Includes:\n * - TWIN RFC 006 types: HttpsQueryEndpoint, HttpsActivityStreamEndpoint\n * - IDSA W3ID types: HTTP, HTTPS\n */\nexport type DataspaceProtocolEndpointType =\n\t(typeof DataspaceProtocolEndpointType)[keyof typeof DataspaceProtocolEndpointType];\n"]}
@@ -5,7 +5,7 @@
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#ack-transfer-process
6
6
  */
7
7
  // eslint-disable-next-line @typescript-eslint/naming-convention
8
- export const TransferProcessStateType = {
8
+ export const DataspaceProtocolTransferProcessStateType = {
9
9
  /**
10
10
  * Completed
11
11
  */
@@ -27,4 +27,4 @@ export const TransferProcessStateType = {
27
27
  */
28
28
  TERMINATED: "TERMINATED"
29
29
  };
30
- //# sourceMappingURL=transferProcessStateType.js.map
30
+ //# sourceMappingURL=dataspaceProtocolTransferProcessStateType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataspaceProtocolTransferProcessStateType.js","sourceRoot":"","sources":["../../../../../src/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;;GAGG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,yCAAyC,GAAG;IACxD;;OAEG;IACH,SAAS,EAAE,WAAW;IAEtB;;OAEG;IACH,SAAS,EAAE,WAAW;IAEtB;;OAEG;IACH,OAAO,EAAE,SAAS;IAElB;;OAEG;IACH,SAAS,EAAE,WAAW;IAEtB;;OAEG;IACH,UAAU,EAAE,YAAY;CACf,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The states for Dataspace Protocol Transfer Process.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#ack-transfer-process\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolTransferProcessStateType = {\n\t/**\n\t * Completed\n\t */\n\tCOMPLETED: \"COMPLETED\",\n\n\t/**\n\t * Requested\n\t */\n\tREQUESTED: \"REQUESTED\",\n\n\t/**\n\t * Started\n\t */\n\tSTARTED: \"STARTED\",\n\n\t/**\n\t * Suspended\n\t */\n\tSUSPENDED: \"SUSPENDED\",\n\n\t/**\n\t * Terminated\n\t */\n\tTERMINATED: \"TERMINATED\"\n} as const;\n\n/**\n * The types for Dataspace Protocol Transfer.\n */\nexport type DataspaceProtocolTransferProcessStateType =\n\t(typeof DataspaceProtocolTransferProcessStateType)[keyof typeof DataspaceProtocolTransferProcessStateType];\n"]}
@@ -0,0 +1,207 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolAgreement",
4
+ "title": "DataspaceProtocolAgreement",
5
+ "description": "Agreement interface compliant with Eclipse Data Space Protocol.\n\nExtends IOdrlAgreement with DS Protocol-specific constraints:\n- `@id` is REQUIRED (used as the primary agreement identifier in DS Protocol)\n- `@context` is omitted (inherited from the parent Dataset/Distribution)",
6
+ "type": "object",
7
+ "properties": {
8
+ "@id": {
9
+ "type": "string",
10
+ "description": "Unique identifier for the agreement."
11
+ }
12
+ },
13
+ "required": [
14
+ "@id"
15
+ ],
16
+ "allOf": [
17
+ {
18
+ "description": "Interface representing an ODRL Agreement.\nAn Agreement requires both an assigner and assignee (both agreeing parties).\nhttps://www.w3.org/TR/odrl-model/#policy-agreement",
19
+ "type": "object",
20
+ "properties": {
21
+ "@context": {
22
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlContextType",
23
+ "description": "The context for the policy.\nMust include \"https://www.w3.org/ns/odrl.jsonld\"",
24
+ "$comment": "Inherited from OdrlPolicy"
25
+ },
26
+ "@type": {
27
+ "const": "Agreement",
28
+ "description": "The type must be \"Agreement\".",
29
+ "$comment": "Inherited from OdrlAgreement"
30
+ },
31
+ "profile": {
32
+ "anyOf": [
33
+ {
34
+ "type": "string"
35
+ },
36
+ {
37
+ "type": "array",
38
+ "items": {
39
+ "type": "string"
40
+ }
41
+ }
42
+ ],
43
+ "description": "The profile(s) this policy conforms to.\nIRIs identifying the ODRL Profile(s).",
44
+ "$comment": "Inherited from OdrlPolicy"
45
+ },
46
+ "assigner": {
47
+ "anyOf": [
48
+ {
49
+ "type": "string"
50
+ },
51
+ {
52
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlParty"
53
+ }
54
+ ],
55
+ "description": "The assigner of the agreement.\nRequired for Agreement policies.",
56
+ "$comment": "Inherited from OdrlAgreement"
57
+ },
58
+ "assignee": {
59
+ "anyOf": [
60
+ {
61
+ "type": "string"
62
+ },
63
+ {
64
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlParty"
65
+ }
66
+ ],
67
+ "description": "The assignee of the agreement.\nRequired for Agreement policies.",
68
+ "$comment": "Inherited from OdrlAgreement"
69
+ },
70
+ "target": {
71
+ "anyOf": [
72
+ {
73
+ "type": "string"
74
+ },
75
+ {
76
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlAsset"
77
+ },
78
+ {
79
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlAssetCollection"
80
+ },
81
+ {
82
+ "type": "array",
83
+ "items": {
84
+ "anyOf": [
85
+ {
86
+ "type": "string"
87
+ },
88
+ {
89
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlAsset"
90
+ },
91
+ {
92
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlAssetCollection"
93
+ }
94
+ ]
95
+ }
96
+ }
97
+ ],
98
+ "description": "The target asset for the rule.",
99
+ "$comment": "Inherited from OdrlPolicy"
100
+ },
101
+ "action": {
102
+ "anyOf": [
103
+ {
104
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlActionType"
105
+ },
106
+ {
107
+ "type": "string"
108
+ },
109
+ {
110
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlAction"
111
+ },
112
+ {
113
+ "type": "array",
114
+ "items": {
115
+ "anyOf": [
116
+ {
117
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlActionType"
118
+ },
119
+ {
120
+ "type": "string"
121
+ },
122
+ {
123
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlAction"
124
+ }
125
+ ]
126
+ }
127
+ }
128
+ ],
129
+ "description": "The action associated with the rule.",
130
+ "$comment": "Inherited from OdrlPolicy"
131
+ },
132
+ "inheritFrom": {
133
+ "anyOf": [
134
+ {
135
+ "type": "string"
136
+ },
137
+ {
138
+ "type": "array",
139
+ "items": {
140
+ "type": "string"
141
+ }
142
+ }
143
+ ],
144
+ "description": "The parent policy(ies) this policy inherits from.\nIRIs identifying the parent Policy(ies).",
145
+ "$comment": "Inherited from OdrlPolicy"
146
+ },
147
+ "conflict": {
148
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlConflictStrategyType",
149
+ "description": "The conflict resolution strategy.\n- perm: Permissions override Prohibitions\n- prohibit: Prohibitions override Permissions\n- invalid: Policy is void if conflicts exist (default)",
150
+ "$comment": "Inherited from OdrlPolicy"
151
+ },
152
+ "permission": {
153
+ "anyOf": [
154
+ {
155
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlPermission"
156
+ },
157
+ {
158
+ "type": "array",
159
+ "items": {
160
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlPermission"
161
+ }
162
+ }
163
+ ],
164
+ "description": "The permissions in the policy.\nAt least one of permission, prohibition, or obligation must be present.",
165
+ "$comment": "Inherited from OdrlPolicy"
166
+ },
167
+ "prohibition": {
168
+ "anyOf": [
169
+ {
170
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlProhibition"
171
+ },
172
+ {
173
+ "type": "array",
174
+ "items": {
175
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlProhibition"
176
+ }
177
+ }
178
+ ],
179
+ "description": "The prohibitions in the policy.\nAt least one of permission, prohibition, or obligation must be present.",
180
+ "$comment": "Inherited from OdrlPolicy"
181
+ },
182
+ "obligation": {
183
+ "anyOf": [
184
+ {
185
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlDuty"
186
+ },
187
+ {
188
+ "type": "array",
189
+ "items": {
190
+ "$ref": "https://schema.twindev.org/w3c-odrl/OdrlDuty"
191
+ }
192
+ }
193
+ ],
194
+ "description": "The obligations in the policy.\nAt least one of permission, prohibition, or obligation must be present.",
195
+ "$comment": "Inherited from OdrlPolicy"
196
+ }
197
+ },
198
+ "required": [
199
+ "@context",
200
+ "@type",
201
+ "assigner",
202
+ "assignee"
203
+ ],
204
+ "$comment": "Inlined utility base type OdrlAgreement so utility transformations can operate on concrete properties instead of a $ref."
205
+ }
206
+ ]
207
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolCatalog",
4
+ "title": "DataspaceProtocolCatalog",
5
+ "description": "Catalog interface compliant with Eclipse Data Space Protocol.\n\nThis interface extends ICatalog and enforces DS Protocol-specific requirements\nby overriding properties with more specific types and constraints.\n\n**Requirements per DS Protocol:**\n- `@id` MUST be present for dataset identification (REQUIRED)\n- participantId MUST be present (REQUIRED)\n\n**Type System Design:**\n- Interface extension allows TypeScript to override inherited property types\n- Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly\n- DS Protocol-specific constraints are defined here",
6
+ "type": "object",
7
+ "properties": {
8
+ "@context": {
9
+ "$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolContextType",
10
+ "description": "LD Context. Required per Eclipse Data Space Protocol."
11
+ }
12
+ },
13
+ "required": [
14
+ "@context"
15
+ ],
16
+ "allOf": [
17
+ {
18
+ "$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolCatalogBase"
19
+ }
20
+ ]
21
+ }