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

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 (321) 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 +46 -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/dataspaceProtocolTransferFormat.js +22 -0
  94. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferFormat.js.map +1 -0
  95. package/dist/es/models/transferProcess/types/{transferProcessStateType.js → dataspaceProtocolTransferProcessStateType.js} +2 -2
  96. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js.map +1 -0
  97. package/dist/es/schemas/DataspaceProtocolAgreement.json +207 -0
  98. package/dist/es/schemas/DataspaceProtocolCatalog.json +21 -0
  99. package/dist/es/schemas/DataspaceProtocolCatalogBase.json +428 -0
  100. package/dist/es/schemas/DataspaceProtocolCatalogError.json +31 -0
  101. package/dist/es/schemas/DataspaceProtocolCatalogRequestMessage.json +26 -0
  102. package/dist/es/schemas/DataspaceProtocolContextType.json +30 -0
  103. package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +225 -0
  104. package/dist/es/schemas/DataspaceProtocolContractAgreementVerificationMessage.json +31 -0
  105. package/dist/es/schemas/DataspaceProtocolContractNegotiation.json +36 -0
  106. package/dist/es/schemas/DataspaceProtocolContractNegotiationError.json +40 -0
  107. package/dist/es/schemas/DataspaceProtocolContractNegotiationEventMessage.json +36 -0
  108. package/dist/es/schemas/DataspaceProtocolContractNegotiationEventType.json +16 -0
  109. package/dist/es/schemas/DataspaceProtocolContractNegotiationStateType.json +36 -0
  110. package/dist/es/schemas/DataspaceProtocolContractNegotiationTerminationMessage.json +40 -0
  111. package/dist/es/schemas/DataspaceProtocolContractOfferMessage.json +39 -0
  112. package/dist/es/schemas/DataspaceProtocolContractRequestMessage.json +39 -0
  113. package/dist/es/schemas/{DataAddress.json → DataspaceProtocolDataAddress.json} +5 -6
  114. package/dist/es/schemas/DataspaceProtocolDataService.json +21 -0
  115. package/dist/es/schemas/DataspaceProtocolDataServiceBase.json +279 -0
  116. package/dist/es/schemas/DataspaceProtocolDataset.json +21 -0
  117. package/dist/es/schemas/DataspaceProtocolDatasetBase.json +330 -0
  118. package/dist/es/schemas/DataspaceProtocolDatasetRequestMessage.json +26 -0
  119. package/dist/es/schemas/DataspaceProtocolDistribution.json +26 -0
  120. package/dist/es/schemas/DataspaceProtocolDistributionBase.json +164 -0
  121. package/dist/es/schemas/{EndpointProperty.json → DataspaceProtocolEndpointProperty.json} +4 -5
  122. package/dist/es/schemas/DataspaceProtocolOffer.json +26 -0
  123. package/dist/es/schemas/DataspaceProtocolOfferBase.json +219 -0
  124. package/dist/es/schemas/DataspaceProtocolPolicy.json +231 -0
  125. package/dist/es/schemas/DataspaceProtocolSet.json +243 -0
  126. package/dist/es/schemas/DataspaceProtocolTransferCompletionMessage.json +31 -0
  127. package/dist/es/schemas/DataspaceProtocolTransferError.json +40 -0
  128. package/dist/es/schemas/DataspaceProtocolTransferProcess.json +36 -0
  129. package/dist/es/schemas/DataspaceProtocolTransferRequestMessage.json +45 -0
  130. package/dist/es/schemas/DataspaceProtocolTransferStartMessage.json +35 -0
  131. package/dist/es/schemas/DataspaceProtocolTransferSuspensionMessage.json +40 -0
  132. package/dist/es/schemas/DataspaceProtocolTransferTerminationMessage.json +40 -0
  133. package/dist/es/utils/dataspaceProtocolHelper.js +108 -0
  134. package/dist/es/utils/dataspaceProtocolHelper.js.map +1 -0
  135. package/dist/types/index.d.ts +44 -28
  136. package/dist/types/models/catalog/{ICatalogError.d.ts → IDataspaceProtocolCatalogError.d.ts} +3 -3
  137. package/dist/types/models/catalog/{ICatalogRequestMessage.d.ts → IDataspaceProtocolCatalogRequestMessage.d.ts} +3 -3
  138. package/dist/types/models/catalog/{IDatasetRequestMessage.d.ts → IDataspaceProtocolDatasetRequestMessage.d.ts} +3 -3
  139. package/dist/types/models/catalog/dataspaceProtocolCatalogTypes.d.ts +54 -0
  140. package/dist/types/models/contractNegotiation/{IContractAgreementMessage.d.ts → IDataspaceProtocolContractAgreementMessage.d.ts} +6 -5
  141. package/dist/types/models/contractNegotiation/{IContractAgreementVerificationMessage.d.ts → IDataspaceProtocolContractAgreementVerificationMessage.d.ts} +3 -3
  142. package/dist/types/models/contractNegotiation/{IContractNegotiation.d.ts → IDataspaceProtocolContractNegotiation.d.ts} +5 -5
  143. package/dist/types/models/contractNegotiation/{IContractNegotiationError.d.ts → IDataspaceProtocolContractNegotiationError.d.ts} +3 -3
  144. package/dist/types/models/contractNegotiation/{IContractNegotiationEventMessage.d.ts → IDataspaceProtocolContractNegotiationEventMessage.d.ts} +5 -5
  145. package/dist/types/models/contractNegotiation/{IContractNegotiationTerminationMessage.d.ts → IDataspaceProtocolContractNegotiationTerminationMessage.d.ts} +3 -3
  146. package/dist/types/models/contractNegotiation/{IContractOfferMessage.d.ts → IDataspaceProtocolContractOfferMessage.d.ts} +5 -5
  147. package/dist/types/models/contractNegotiation/{IContractRequestMessage.d.ts → IDataspaceProtocolContractRequestMessage.d.ts} +5 -5
  148. package/dist/types/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.d.ts +50 -0
  149. package/dist/types/models/contractNegotiation/types/{contractNegotiationEventType.d.ts → dataspaceProtocolContractNegotiationEventType.d.ts} +2 -2
  150. package/dist/types/models/contractNegotiation/types/{contractNegotiationStateType.d.ts → dataspaceProtocolContractNegotiationStateType.d.ts} +2 -2
  151. package/dist/types/models/dataspaceProtocolContextType.d.ts +2 -9
  152. package/dist/types/models/dataspaceProtocolContexts.d.ts +12 -4
  153. package/dist/types/models/dcat3/IDataspaceProtocolCatalog.d.ts +28 -0
  154. package/dist/types/models/dcat3/IDataspaceProtocolCatalogBase.d.ts +58 -0
  155. package/dist/types/models/dcat3/IDataspaceProtocolDataService.d.ts +28 -0
  156. package/dist/types/models/dcat3/IDataspaceProtocolDataServiceBase.d.ts +44 -0
  157. package/dist/types/models/dcat3/IDataspaceProtocolDataset.d.ts +38 -0
  158. package/dist/types/models/dcat3/IDataspaceProtocolDatasetBase.d.ts +62 -0
  159. package/dist/types/models/dcat3/IDataspaceProtocolDistribution.d.ts +42 -0
  160. package/dist/types/models/dcat3/IDataspaceProtocolDistributionBase.d.ts +66 -0
  161. package/dist/types/models/odrl/IDataspaceProtocolAgreement.d.ts +17 -0
  162. package/dist/types/models/odrl/IDataspaceProtocolOffer.d.ts +22 -0
  163. package/dist/types/models/odrl/IDataspaceProtocolOfferBase.d.ts +18 -0
  164. package/dist/types/models/odrl/IDataspaceProtocolPolicy.d.ts +17 -0
  165. package/dist/types/models/odrl/IDataspaceProtocolSet.d.ts +17 -0
  166. package/dist/types/models/transferProcess/{IDataAddress.d.ts → IDataspaceProtocolDataAddress.d.ts} +5 -5
  167. package/dist/types/models/transferProcess/{IEndpointProperty.d.ts → IDataspaceProtocolEndpointProperty.d.ts} +3 -3
  168. package/dist/types/models/transferProcess/{ITransferCompletionMessage.d.ts → IDataspaceProtocolTransferCompletionMessage.d.ts} +3 -3
  169. package/dist/types/models/transferProcess/{ITransferError.d.ts → IDataspaceProtocolTransferError.d.ts} +3 -3
  170. package/dist/types/models/transferProcess/{ITransferProcess.d.ts → IDataspaceProtocolTransferProcess.d.ts} +5 -5
  171. package/dist/types/models/transferProcess/{ITransferRequestMessage.d.ts → IDataspaceProtocolTransferRequestMessage.d.ts} +5 -5
  172. package/dist/types/models/transferProcess/{ITransferStartMessage.d.ts → IDataspaceProtocolTransferStartMessage.d.ts} +5 -5
  173. package/dist/types/models/transferProcess/{ITransferSuspensionMessage.d.ts → IDataspaceProtocolTransferSuspensionMessage.d.ts} +3 -3
  174. package/dist/types/models/transferProcess/{ITransferTerminationMessage.d.ts → IDataspaceProtocolTransferTerminationMessage.d.ts} +3 -3
  175. package/dist/types/models/transferProcess/dataspaceProtocolTransferProcessTypes.d.ts +46 -0
  176. package/dist/types/models/transferProcess/types/dataspaceProtocolEndpointType.d.ts +89 -0
  177. package/dist/types/models/transferProcess/types/dataspaceProtocolTransferFormat.d.ts +22 -0
  178. package/dist/types/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.d.ts +30 -0
  179. package/dist/types/utils/dataspaceProtocolHelper.d.ts +19 -0
  180. package/docs/changelog.md +962 -0
  181. package/docs/examples.md +44 -1
  182. package/docs/reference/classes/CatalogDataTypes.md +1 -1
  183. package/docs/reference/classes/ContractNegotiationDataTypes.md +1 -1
  184. package/docs/reference/classes/DataspaceProtocolDataTypes.md +2 -2
  185. package/docs/reference/classes/DataspaceProtocolHelper.md +57 -0
  186. package/docs/reference/classes/TransferProcessDataTypes.md +1 -1
  187. package/docs/reference/index.md +50 -32
  188. package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +179 -0
  189. package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +598 -0
  190. package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +570 -0
  191. package/docs/reference/interfaces/{ICatalogError.md → IDataspaceProtocolCatalogError.md} +6 -6
  192. package/docs/reference/interfaces/{ICatalogRequestMessage.md → IDataspaceProtocolCatalogRequestMessage.md} +5 -5
  193. package/docs/reference/interfaces/{IContractAgreementMessage.md → IDataspaceProtocolContractAgreementMessage.md} +10 -10
  194. package/docs/reference/interfaces/{IContractAgreementVerificationMessage.md → IDataspaceProtocolContractAgreementVerificationMessage.md} +6 -6
  195. package/docs/reference/interfaces/{IContractNegotiation.md → IDataspaceProtocolContractNegotiation.md} +8 -8
  196. package/docs/reference/interfaces/{IContractNegotiationError.md → IDataspaceProtocolContractNegotiationError.md} +10 -10
  197. package/docs/reference/interfaces/{IContractNegotiationEventMessage.md → IDataspaceProtocolContractNegotiationEventMessage.md} +8 -8
  198. package/docs/reference/interfaces/{IContractNegotiationTerminationMessage.md → IDataspaceProtocolContractNegotiationTerminationMessage.md} +10 -10
  199. package/docs/reference/interfaces/{IContractOfferMessage.md → IDataspaceProtocolContractOfferMessage.md} +11 -11
  200. package/docs/reference/interfaces/{IContractRequestMessage.md → IDataspaceProtocolContractRequestMessage.md} +11 -11
  201. package/docs/reference/interfaces/{IDataAddress.md → IDataspaceProtocolDataAddress.md} +8 -8
  202. package/docs/reference/interfaces/IDataspaceProtocolDataService.md +403 -0
  203. package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +387 -0
  204. package/docs/reference/interfaces/IDataspaceProtocolDataset.md +500 -0
  205. package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +484 -0
  206. package/docs/reference/interfaces/{IDatasetRequestMessage.md → IDataspaceProtocolDatasetRequestMessage.md} +4 -4
  207. package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +400 -0
  208. package/docs/reference/interfaces/IDataspaceProtocolDistributionBase.md +381 -0
  209. package/docs/reference/interfaces/{IEndpointProperty.md → IDataspaceProtocolEndpointProperty.md} +5 -5
  210. package/docs/reference/interfaces/IDataspaceProtocolOffer.md +178 -0
  211. package/docs/reference/interfaces/IDataspaceProtocolOfferBase.md +171 -0
  212. package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +180 -0
  213. package/docs/reference/interfaces/IDataspaceProtocolSet.md +179 -0
  214. package/docs/reference/interfaces/{ITransferCompletionMessage.md → IDataspaceProtocolTransferCompletionMessage.md} +6 -6
  215. package/docs/reference/interfaces/{ITransferError.md → IDataspaceProtocolTransferError.md} +10 -10
  216. package/docs/reference/interfaces/IDataspaceProtocolTransferProcess.md +44 -0
  217. package/docs/reference/interfaces/{ITransferRequestMessage.md → IDataspaceProtocolTransferRequestMessage.md} +10 -10
  218. package/docs/reference/interfaces/{ITransferStartMessage.md → IDataspaceProtocolTransferStartMessage.md} +8 -8
  219. package/docs/reference/interfaces/{ITransferSuspensionMessage.md → IDataspaceProtocolTransferSuspensionMessage.md} +10 -10
  220. package/docs/reference/interfaces/{ITransferTerminationMessage.md → IDataspaceProtocolTransferTerminationMessage.md} +10 -10
  221. package/docs/reference/type-aliases/DataspaceProtocolCatalogTypes.md +5 -0
  222. package/docs/reference/type-aliases/DataspaceProtocolContextType.md +1 -1
  223. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationEventType.md +5 -0
  224. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationStateType.md +5 -0
  225. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationTypes.md +5 -0
  226. package/docs/reference/type-aliases/DataspaceProtocolEndpointType.md +12 -0
  227. package/docs/reference/type-aliases/DataspaceProtocolTransferFormat.md +5 -0
  228. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessStateType.md +5 -0
  229. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessTypes.md +5 -0
  230. package/docs/reference/variables/DataspaceProtocolCatalogTypes.md +74 -0
  231. package/docs/reference/variables/DataspaceProtocolContexts.md +18 -6
  232. package/docs/reference/variables/{ContractNegotiationEventType.md → DataspaceProtocolContractNegotiationEventType.md} +4 -4
  233. package/docs/reference/variables/{ContractNegotiationStateType.md → DataspaceProtocolContractNegotiationStateType.md} +9 -9
  234. package/docs/reference/variables/DataspaceProtocolContractNegotiationTypes.md +68 -0
  235. package/docs/reference/variables/DataspaceProtocolEndpointType.md +96 -0
  236. package/docs/reference/variables/DataspaceProtocolTransferFormat.md +26 -0
  237. package/docs/reference/variables/DataspaceProtocolTransferProcessStateType.md +38 -0
  238. package/docs/reference/variables/DataspaceProtocolTransferProcessTypes.md +62 -0
  239. package/locales/en.json +10 -1
  240. package/package.json +4 -4
  241. package/dist/es/models/catalog/ICatalogError.js +0 -2
  242. package/dist/es/models/catalog/ICatalogError.js.map +0 -1
  243. package/dist/es/models/catalog/ICatalogRequestMessage.js +0 -2
  244. package/dist/es/models/catalog/ICatalogRequestMessage.js.map +0 -1
  245. package/dist/es/models/catalog/IDatasetRequestMessage.js +0 -2
  246. package/dist/es/models/catalog/IDatasetRequestMessage.js.map +0 -1
  247. package/dist/es/models/catalog/catalogTypes.js +0 -22
  248. package/dist/es/models/catalog/catalogTypes.js.map +0 -1
  249. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js +0 -2
  250. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js.map +0 -1
  251. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js +0 -2
  252. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js.map +0 -1
  253. package/dist/es/models/contractNegotiation/IContractNegotiation.js +0 -2
  254. package/dist/es/models/contractNegotiation/IContractNegotiation.js.map +0 -1
  255. package/dist/es/models/contractNegotiation/IContractNegotiationError.js +0 -2
  256. package/dist/es/models/contractNegotiation/IContractNegotiationError.js.map +0 -1
  257. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js +0 -2
  258. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js.map +0 -1
  259. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js +0 -2
  260. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js.map +0 -1
  261. package/dist/es/models/contractNegotiation/IContractOfferMessage.js +0 -2
  262. package/dist/es/models/contractNegotiation/IContractOfferMessage.js.map +0 -1
  263. package/dist/es/models/contractNegotiation/IContractRequestMessage.js +0 -2
  264. package/dist/es/models/contractNegotiation/IContractRequestMessage.js.map +0 -1
  265. package/dist/es/models/contractNegotiation/contractNegotiationTypes.js.map +0 -1
  266. package/dist/es/models/contractNegotiation/types/contractNegotiationEventType.js.map +0 -1
  267. package/dist/es/models/contractNegotiation/types/contractNegotiationStateType.js.map +0 -1
  268. package/dist/es/models/transferProcess/IDataAddress.js +0 -2
  269. package/dist/es/models/transferProcess/IDataAddress.js.map +0 -1
  270. package/dist/es/models/transferProcess/IEndpointProperty.js +0 -2
  271. package/dist/es/models/transferProcess/IEndpointProperty.js.map +0 -1
  272. package/dist/es/models/transferProcess/ITransferCompletionMessage.js +0 -2
  273. package/dist/es/models/transferProcess/ITransferCompletionMessage.js.map +0 -1
  274. package/dist/es/models/transferProcess/ITransferError.js +0 -2
  275. package/dist/es/models/transferProcess/ITransferError.js.map +0 -1
  276. package/dist/es/models/transferProcess/ITransferProcess.js +0 -2
  277. package/dist/es/models/transferProcess/ITransferProcess.js.map +0 -1
  278. package/dist/es/models/transferProcess/ITransferRequestMessage.js +0 -2
  279. package/dist/es/models/transferProcess/ITransferRequestMessage.js.map +0 -1
  280. package/dist/es/models/transferProcess/ITransferStartMessage.js +0 -2
  281. package/dist/es/models/transferProcess/ITransferStartMessage.js.map +0 -1
  282. package/dist/es/models/transferProcess/ITransferSuspensionMessage.js.map +0 -1
  283. package/dist/es/models/transferProcess/ITransferTerminationMessage.js +0 -2
  284. package/dist/es/models/transferProcess/ITransferTerminationMessage.js.map +0 -1
  285. package/dist/es/models/transferProcess/transferProcessTypes.js.map +0 -1
  286. package/dist/es/models/transferProcess/types/transferProcessStateType.js.map +0 -1
  287. package/dist/es/schemas/CatalogError.json +0 -74
  288. package/dist/es/schemas/CatalogRequestMessage.json +0 -69
  289. package/dist/es/schemas/ContractAgreementMessage.json +0 -83
  290. package/dist/es/schemas/ContractAgreementVerificationMessage.json +0 -74
  291. package/dist/es/schemas/ContractNegotiation.json +0 -79
  292. package/dist/es/schemas/ContractNegotiationError.json +0 -83
  293. package/dist/es/schemas/ContractNegotiationEventMessage.json +0 -79
  294. package/dist/es/schemas/ContractNegotiationEventType.json +0 -10
  295. package/dist/es/schemas/ContractNegotiationStateType.json +0 -15
  296. package/dist/es/schemas/ContractNegotiationTerminationMessage.json +0 -83
  297. package/dist/es/schemas/ContractOfferMessage.json +0 -82
  298. package/dist/es/schemas/ContractRequestMessage.json +0 -82
  299. package/dist/es/schemas/DatasetRequestMessage.json +0 -69
  300. package/dist/es/schemas/TransferCompletionMessage.json +0 -74
  301. package/dist/es/schemas/TransferError.json +0 -83
  302. package/dist/es/schemas/TransferProcess.json +0 -109
  303. package/dist/es/schemas/TransferRequestMessage.json +0 -88
  304. package/dist/es/schemas/TransferStartMessage.json +0 -78
  305. package/dist/es/schemas/TransferSuspensionMessage.json +0 -83
  306. package/dist/es/schemas/TransferTerminationMessage.json +0 -83
  307. package/dist/types/models/catalog/catalogTypes.d.ts +0 -22
  308. package/dist/types/models/contractNegotiation/contractNegotiationTypes.d.ts +0 -50
  309. package/dist/types/models/transferProcess/transferProcessTypes.d.ts +0 -46
  310. package/dist/types/models/transferProcess/types/transferProcessStateType.d.ts +0 -30
  311. package/docs/reference/interfaces/ITransferProcess.md +0 -74
  312. package/docs/reference/type-aliases/CatalogTypes.md +0 -5
  313. package/docs/reference/type-aliases/ContractNegotiationEventType.md +0 -5
  314. package/docs/reference/type-aliases/ContractNegotiationStateType.md +0 -5
  315. package/docs/reference/type-aliases/ContractNegotiationTypes.md +0 -5
  316. package/docs/reference/type-aliases/TransferProcessStateType.md +0 -5
  317. package/docs/reference/type-aliases/TransferProcessTypes.md +0 -5
  318. package/docs/reference/variables/CatalogTypes.md +0 -26
  319. package/docs/reference/variables/ContractNegotiationTypes.md +0 -68
  320. package/docs/reference/variables/TransferProcessStateType.md +0 -38
  321. package/docs/reference/variables/TransferProcessTypes.md +0 -62
package/docs/changelog.md CHANGED
@@ -1,5 +1,967 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.60](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.59...standards-dataspace-protocol-v0.0.3-next.60) (2026-04-21)
4
+
5
+
6
+ ### Features
7
+
8
+ * add HttpPushActivityStreamFormat and HttpPostActivityStreamForm at constants ([#216](https://github.com/twinfoundation/standards/issues/216)) ([33ef63f](https://github.com/twinfoundation/standards/commit/33ef63f85aec153365a1880fdacf14d379c0a513))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.59 to 0.0.3-next.60
16
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.59 to 0.0.3-next.60
17
+ * devDependencies
18
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.59 to 0.0.3-next.60
19
+
20
+ ## [0.0.3-next.59](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.58...standards-dataspace-protocol-v0.0.3-next.59) (2026-04-07)
21
+
22
+
23
+ ### Miscellaneous Chores
24
+
25
+ * **standards-dataspace-protocol:** Synchronize repo versions
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.58 to 0.0.3-next.59
33
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.58 to 0.0.3-next.59
34
+ * devDependencies
35
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.58 to 0.0.3-next.59
36
+
37
+ ## [0.0.3-next.58](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.57...standards-dataspace-protocol-v0.0.3-next.58) (2026-03-25)
38
+
39
+
40
+ ### Miscellaneous Chores
41
+
42
+ * **standards-dataspace-protocol:** Synchronize repo versions
43
+
44
+
45
+ ### Dependencies
46
+
47
+ * The following workspace dependencies were updated
48
+ * dependencies
49
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.57 to 0.0.3-next.58
50
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.57 to 0.0.3-next.58
51
+ * devDependencies
52
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.57 to 0.0.3-next.58
53
+
54
+ ## [0.0.3-next.57](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.56...standards-dataspace-protocol-v0.0.3-next.57) (2026-03-20)
55
+
56
+
57
+ ### Bug Fixes
58
+
59
+ * min items in dataspace protocol ([c94f8df](https://github.com/twinfoundation/standards/commit/c94f8dfae176b46baaade13a4ab6d3df82f0cffa))
60
+
61
+
62
+ ### Dependencies
63
+
64
+ * The following workspace dependencies were updated
65
+ * dependencies
66
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.56 to 0.0.3-next.57
67
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.56 to 0.0.3-next.57
68
+ * devDependencies
69
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.56 to 0.0.3-next.57
70
+
71
+ ## [0.0.3-next.56](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.55...standards-dataspace-protocol-v0.0.3-next.56) (2026-03-20)
72
+
73
+
74
+ ### Features
75
+
76
+ * fixes in dataspace and odrl ([9924f91](https://github.com/twinfoundation/standards/commit/9924f9135cb6e227e1040065ab017b1c7ef8347a))
77
+
78
+
79
+ ### Dependencies
80
+
81
+ * The following workspace dependencies were updated
82
+ * dependencies
83
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.55 to 0.0.3-next.56
84
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.55 to 0.0.3-next.56
85
+ * devDependencies
86
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.55 to 0.0.3-next.56
87
+
88
+ ## [0.0.3-next.55](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.54...standards-dataspace-protocol-v0.0.3-next.55) (2026-03-19)
89
+
90
+
91
+ ### Features
92
+
93
+ * update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/twinfoundation/standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
94
+ * use local LD contexts in tests instead of remote ones ([#201](https://github.com/twinfoundation/standards/issues/201)) ([7d6c6ea](https://github.com/twinfoundation/standards/commit/7d6c6ea7b952fb9e2240ff252f8ce85c42d78985))
95
+
96
+
97
+ ### Dependencies
98
+
99
+ * The following workspace dependencies were updated
100
+ * dependencies
101
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.54 to 0.0.3-next.55
102
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.54 to 0.0.3-next.55
103
+ * devDependencies
104
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.54 to 0.0.3-next.55
105
+
106
+ ## [0.0.3-next.54](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.53...standards-dataspace-protocol-v0.0.3-next.54) (2026-03-12)
107
+
108
+
109
+ ### Features
110
+
111
+ * update JsonSchemaHelper.validate usage ([fe08315](https://github.com/twinfoundation/standards/commit/fe0831571cc618465a4510b52c3032a750e6e149))
112
+
113
+
114
+ ### Dependencies
115
+
116
+ * The following workspace dependencies were updated
117
+ * dependencies
118
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.53 to 0.0.3-next.54
119
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.53 to 0.0.3-next.54
120
+ * devDependencies
121
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.53 to 0.0.3-next.54
122
+
123
+ ## [0.0.3-next.53](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.52...standards-dataspace-protocol-v0.0.3-next.53) (2026-03-11)
124
+
125
+
126
+ ### Features
127
+
128
+ * improve caching ([#196](https://github.com/twinfoundation/standards/issues/196)) ([968e61a](https://github.com/twinfoundation/standards/commit/968e61a04156a22cf5ffc3ba237a42a81ec2e0c1))
129
+
130
+
131
+ ### Dependencies
132
+
133
+ * The following workspace dependencies were updated
134
+ * dependencies
135
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.52 to 0.0.3-next.53
136
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.52 to 0.0.3-next.53
137
+ * devDependencies
138
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.52 to 0.0.3-next.53
139
+
140
+ ## [0.0.3-next.52](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.51...standards-dataspace-protocol-v0.0.3-next.52) (2026-03-10)
141
+
142
+
143
+ ### Miscellaneous Chores
144
+
145
+ * **standards-dataspace-protocol:** Synchronize repo versions
146
+
147
+
148
+ ### Dependencies
149
+
150
+ * The following workspace dependencies were updated
151
+ * dependencies
152
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.51 to 0.0.3-next.52
153
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.51 to 0.0.3-next.52
154
+ * devDependencies
155
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.51 to 0.0.3-next.52
156
+
157
+ ## [0.0.3-next.51](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.50...standards-dataspace-protocol-v0.0.3-next.51) (2026-03-10)
158
+
159
+
160
+ ### Miscellaneous Chores
161
+
162
+ * **standards-dataspace-protocol:** Synchronize repo versions
163
+
164
+
165
+ ### Dependencies
166
+
167
+ * The following workspace dependencies were updated
168
+ * dependencies
169
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.50 to 0.0.3-next.51
170
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.50 to 0.0.3-next.51
171
+ * devDependencies
172
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.50 to 0.0.3-next.51
173
+
174
+ ## [0.0.3-next.50](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.49...standards-dataspace-protocol-v0.0.3-next.50) (2026-03-09)
175
+
176
+
177
+ ### Features
178
+
179
+ * remove ObjectOrArray usage ([61fd52d](https://github.com/twinfoundation/standards/commit/61fd52da035356bbe5bcc315367089405b4d1386))
180
+
181
+
182
+ ### Dependencies
183
+
184
+ * The following workspace dependencies were updated
185
+ * dependencies
186
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.49 to 0.0.3-next.50
187
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.49 to 0.0.3-next.50
188
+ * devDependencies
189
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.49 to 0.0.3-next.50
190
+
191
+ ## [0.0.3-next.49](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.48...standards-dataspace-protocol-v0.0.3-next.49) (2026-03-06)
192
+
193
+
194
+ ### Features
195
+
196
+ * improved ds protocol schemas ([ed0abe0](https://github.com/twinfoundation/standards/commit/ed0abe0eb5c25da0c837bc39061419c1f3ccbb6d))
197
+
198
+
199
+ ### Dependencies
200
+
201
+ * The following workspace dependencies were updated
202
+ * dependencies
203
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.48 to 0.0.3-next.49
204
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.48 to 0.0.3-next.49
205
+ * devDependencies
206
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.48 to 0.0.3-next.49
207
+
208
+ ## [0.0.3-next.48](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.47...standards-dataspace-protocol-v0.0.3-next.48) (2026-03-06)
209
+
210
+
211
+ ### Features
212
+
213
+ * missing ds protocol schemas ([d47e3ed](https://github.com/twinfoundation/standards/commit/d47e3ed30daa6f7857da3b7813f239118bb2ad46))
214
+
215
+
216
+ ### Dependencies
217
+
218
+ * The following workspace dependencies were updated
219
+ * dependencies
220
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.47 to 0.0.3-next.48
221
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.47 to 0.0.3-next.48
222
+ * devDependencies
223
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.47 to 0.0.3-next.48
224
+
225
+ ## [0.0.3-next.47](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.46...standards-dataspace-protocol-v0.0.3-next.47) (2026-03-06)
226
+
227
+
228
+ ### Bug Fixes
229
+
230
+ * remove uid from ds protocol offer ([ebd3ef8](https://github.com/twinfoundation/standards/commit/ebd3ef88aa0f90eaf8f826f84784db59d1f55da0))
231
+
232
+
233
+ ### Dependencies
234
+
235
+ * The following workspace dependencies were updated
236
+ * dependencies
237
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.46 to 0.0.3-next.47
238
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.46 to 0.0.3-next.47
239
+ * devDependencies
240
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.46 to 0.0.3-next.47
241
+
242
+ ## [0.0.3-next.46](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.45...standards-dataspace-protocol-v0.0.3-next.46) (2026-03-05)
243
+
244
+
245
+ ### Miscellaneous Chores
246
+
247
+ * **standards-dataspace-protocol:** Synchronize repo versions
248
+
249
+
250
+ ### Dependencies
251
+
252
+ * The following workspace dependencies were updated
253
+ * dependencies
254
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.45 to 0.0.3-next.46
255
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.45 to 0.0.3-next.46
256
+ * devDependencies
257
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.45 to 0.0.3-next.46
258
+
259
+ ## [0.0.3-next.45](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.44...standards-dataspace-protocol-v0.0.3-next.45) (2026-03-04)
260
+
261
+
262
+ ### Features
263
+
264
+ * restore [@id](https://github.com/id) on hasPolicy Offer type ([#177](https://github.com/twinfoundation/standards/issues/177)) ([4b0e4f0](https://github.com/twinfoundation/standards/commit/4b0e4f08ec931584e559ed0b2c04b1daec73a872))
265
+
266
+
267
+ ### Dependencies
268
+
269
+ * The following workspace dependencies were updated
270
+ * dependencies
271
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.44 to 0.0.3-next.45
272
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.44 to 0.0.3-next.45
273
+ * devDependencies
274
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.44 to 0.0.3-next.45
275
+
276
+ ## [0.0.3-next.44](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.43...standards-dataspace-protocol-v0.0.3-next.44) (2026-03-04)
277
+
278
+
279
+ ### Miscellaneous Chores
280
+
281
+ * **standards-dataspace-protocol:** Synchronize repo versions
282
+
283
+
284
+ ### Dependencies
285
+
286
+ * The following workspace dependencies were updated
287
+ * dependencies
288
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.43 to 0.0.3-next.44
289
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.43 to 0.0.3-next.44
290
+ * devDependencies
291
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.43 to 0.0.3-next.44
292
+
293
+ ## [0.0.3-next.43](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.42...standards-dataspace-protocol-v0.0.3-next.43) (2026-02-25)
294
+
295
+
296
+ ### Features
297
+
298
+ * update schemas to support additional properties ([4679e21](https://github.com/twinfoundation/standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
299
+
300
+
301
+ ### Dependencies
302
+
303
+ * The following workspace dependencies were updated
304
+ * dependencies
305
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.42 to 0.0.3-next.43
306
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.42 to 0.0.3-next.43
307
+ * devDependencies
308
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.42 to 0.0.3-next.43
309
+
310
+ ## [0.0.3-next.42](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.41...standards-dataspace-protocol-v0.0.3-next.42) (2026-02-25)
311
+
312
+
313
+ ### Features
314
+
315
+ * remove IJsonLdNodeObject base interfaces ([#172](https://github.com/twinfoundation/standards/issues/172)) ([8ff8d7a](https://github.com/twinfoundation/standards/commit/8ff8d7a2892d626879b76ba5da912469ff899954))
316
+
317
+
318
+ ### Dependencies
319
+
320
+ * The following workspace dependencies were updated
321
+ * dependencies
322
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.41 to 0.0.3-next.42
323
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.41 to 0.0.3-next.42
324
+ * devDependencies
325
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.41 to 0.0.3-next.42
326
+
327
+ ## [0.0.3-next.41](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.40...standards-dataspace-protocol-v0.0.3-next.41) (2026-02-23)
328
+
329
+
330
+ ### Miscellaneous Chores
331
+
332
+ * **standards-dataspace-protocol:** Synchronize repo versions
333
+
334
+
335
+ ### Dependencies
336
+
337
+ * The following workspace dependencies were updated
338
+ * dependencies
339
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.40 to 0.0.3-next.41
340
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.40 to 0.0.3-next.41
341
+ * devDependencies
342
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.40 to 0.0.3-next.41
343
+
344
+ ## [0.0.3-next.40](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.39...standards-dataspace-protocol-v0.0.3-next.40) (2026-02-18)
345
+
346
+
347
+ ### Miscellaneous Chores
348
+
349
+ * **standards-dataspace-protocol:** Synchronize repo versions
350
+
351
+
352
+ ### Dependencies
353
+
354
+ * The following workspace dependencies were updated
355
+ * dependencies
356
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.39 to 0.0.3-next.40
357
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.39 to 0.0.3-next.40
358
+ * devDependencies
359
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.39 to 0.0.3-next.40
360
+
361
+ ## [0.0.3-next.39](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.38...standards-dataspace-protocol-v0.0.3-next.39) (2026-02-13)
362
+
363
+
364
+ ### Miscellaneous Chores
365
+
366
+ * **standards-dataspace-protocol:** Synchronize repo versions
367
+
368
+
369
+ ### Dependencies
370
+
371
+ * The following workspace dependencies were updated
372
+ * dependencies
373
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.38 to 0.0.3-next.39
374
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.38 to 0.0.3-next.39
375
+ * devDependencies
376
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.38 to 0.0.3-next.39
377
+
378
+ ## [0.0.3-next.38](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.37...standards-dataspace-protocol-v0.0.3-next.38) (2026-02-13)
379
+
380
+
381
+ ### Miscellaneous Chores
382
+
383
+ * **standards-dataspace-protocol:** Synchronize repo versions
384
+
385
+
386
+ ### Dependencies
387
+
388
+ * The following workspace dependencies were updated
389
+ * dependencies
390
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.37 to 0.0.3-next.38
391
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.37 to 0.0.3-next.38
392
+ * devDependencies
393
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.37 to 0.0.3-next.38
394
+
395
+ ## [0.0.3-next.37](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.36...standards-dataspace-protocol-v0.0.3-next.37) (2026-02-12)
396
+
397
+
398
+ ### Miscellaneous Chores
399
+
400
+ * **standards-dataspace-protocol:** Synchronize repo versions
401
+
402
+
403
+ ### Dependencies
404
+
405
+ * The following workspace dependencies were updated
406
+ * dependencies
407
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.36 to 0.0.3-next.37
408
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.36 to 0.0.3-next.37
409
+ * devDependencies
410
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.36 to 0.0.3-next.37
411
+
412
+ ## [0.0.3-next.36](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.35...standards-dataspace-protocol-v0.0.3-next.36) (2026-02-11)
413
+
414
+
415
+ ### Miscellaneous Chores
416
+
417
+ * **standards-dataspace-protocol:** Synchronize repo versions
418
+
419
+
420
+ ### Dependencies
421
+
422
+ * The following workspace dependencies were updated
423
+ * dependencies
424
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.35 to 0.0.3-next.36
425
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.35 to 0.0.3-next.36
426
+ * devDependencies
427
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.35 to 0.0.3-next.36
428
+
429
+ ## [0.0.3-next.35](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.34...standards-dataspace-protocol-v0.0.3-next.35) (2026-02-10)
430
+
431
+
432
+ ### Miscellaneous Chores
433
+
434
+ * **standards-dataspace-protocol:** Synchronize repo versions
435
+
436
+
437
+ ### Dependencies
438
+
439
+ * The following workspace dependencies were updated
440
+ * dependencies
441
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.34 to 0.0.3-next.35
442
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.34 to 0.0.3-next.35
443
+ * devDependencies
444
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.34 to 0.0.3-next.35
445
+
446
+ ## [0.0.3-next.34](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.33...standards-dataspace-protocol-v0.0.3-next.34) (2026-02-10)
447
+
448
+
449
+ ### Miscellaneous Chores
450
+
451
+ * **standards-dataspace-protocol:** Synchronize repo versions
452
+
453
+
454
+ ### Dependencies
455
+
456
+ * The following workspace dependencies were updated
457
+ * dependencies
458
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.33 to 0.0.3-next.34
459
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.33 to 0.0.3-next.34
460
+ * devDependencies
461
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.33 to 0.0.3-next.34
462
+
463
+ ## [0.0.3-next.33](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.32...standards-dataspace-protocol-v0.0.3-next.33) (2026-02-06)
464
+
465
+
466
+ ### Features
467
+
468
+ * add context id features ([#64](https://github.com/twinfoundation/standards/issues/64)) ([e68bb87](https://github.com/twinfoundation/standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
469
+ * add dataspace protocol dataset ([06b2180](https://github.com/twinfoundation/standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
470
+ * add dataspace protocol dataset ([26d9031](https://github.com/twinfoundation/standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
471
+ * add ds protocol catalog dataset ([#86](https://github.com/twinfoundation/standards/issues/86)) ([45600e6](https://github.com/twinfoundation/standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
472
+ * add missing const modifiers for enum const ([0f40483](https://github.com/twinfoundation/standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
473
+ * add missing const modifiers for enum const ([7e66eaf](https://github.com/twinfoundation/standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
474
+ * adding twin protocol endpoins constants ([#133](https://github.com/twinfoundation/standards/issues/133)) ([3592c81](https://github.com/twinfoundation/standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
475
+ * ds protocol - data transfer ([#77](https://github.com/twinfoundation/standards/issues/77)) ([1bf0375](https://github.com/twinfoundation/standards/commit/1bf03750c74daaa0eb133b03927a0f40eb27a1e3))
476
+ * implement Dataspace Protocol Objects ([#73](https://github.com/twinfoundation/standards/issues/73)) ([2505495](https://github.com/twinfoundation/standards/commit/2505495c03b54a6606a775d7f2211308372c7cc6))
477
+ * improved namespaces and contexts ([#102](https://github.com/twinfoundation/standards/issues/102)) ([c74c370](https://github.com/twinfoundation/standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
478
+ * naming fixing and usage ([#98](https://github.com/twinfoundation/standards/issues/98)) ([9e95344](https://github.com/twinfoundation/standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
479
+ * register schemas at hosted location ([#128](https://github.com/twinfoundation/standards/issues/128)) ([ab35298](https://github.com/twinfoundation/standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
480
+ * update registrations ([dd3c92f](https://github.com/twinfoundation/standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
481
+ * update schemas ([c3c11e0](https://github.com/twinfoundation/standards/commit/c3c11e07da6c0d3eac5ea4a68e3ad57f022b2351))
482
+ * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
483
+ * w3id endpoints constants added ([#131](https://github.com/twinfoundation/standards/issues/131)) ([5fe981a](https://github.com/twinfoundation/standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
484
+
485
+
486
+ ### Bug Fixes
487
+
488
+ * adapting regex to fix the bad behavior ([#107](https://github.com/twinfoundation/standards/issues/107)) ([17ba814](https://github.com/twinfoundation/standards/commit/17ba8140b6356a1c4d5923c91a28a996f22af484))
489
+ * context doc name ([e994ebc](https://github.com/twinfoundation/standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
490
+ * correct registration type for DS DCAT3 type ([04703df](https://github.com/twinfoundation/standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
491
+ * dcat LD Context fix and aligned with DCAT prefixed models ([#85](https://github.com/twinfoundation/standards/issues/85)) ([4546167](https://github.com/twinfoundation/standards/commit/4546167b1f61dba85206a64a8b2535f468d74845))
492
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/twinfoundation/standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
493
+ * DS Protocol LDContext ([931679d](https://github.com/twinfoundation/standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
494
+ * dspace protocol context ([769c758](https://github.com/twinfoundation/standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
495
+ * filter is array in catalog request (please merge after [#77](https://github.com/twinfoundation/standards/issues/77)) ([#78](https://github.com/twinfoundation/standards/issues/78)) ([72a234c](https://github.com/twinfoundation/standards/commit/72a234c6620466ac4a5aded677af7590ccf94077))
496
+ * omit context for dcat objects in dspace protocol ([#104](https://github.com/twinfoundation/standards/issues/104)) ([05004d4](https://github.com/twinfoundation/standards/commit/05004d40734a1e87473cb99c67e6c1c217cdf0c0))
497
+ * removing typeof in the state of the IDataspaceProtocolTransferProcess model ([#94](https://github.com/twinfoundation/standards/issues/94)) ([2b9814e](https://github.com/twinfoundation/standards/commit/2b9814e4882a505a087455271782cd6d4ba5305d))
498
+ * updating the missing packages ([#114](https://github.com/twinfoundation/standards/issues/114)) ([90b03f8](https://github.com/twinfoundation/standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
499
+ * when a prefix is declared in an [@context](https://github.com/context) it should be Namespace and not Context ([#119](https://github.com/twinfoundation/standards/issues/119)) ([110cc50](https://github.com/twinfoundation/standards/commit/110cc5039394c7fcfada0e3ca001013cb503f31a))
500
+
501
+
502
+ ### Dependencies
503
+
504
+ * The following workspace dependencies were updated
505
+ * dependencies
506
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.32 to 0.0.3-next.33
507
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.32 to 0.0.3-next.33
508
+ * devDependencies
509
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.32 to 0.0.3-next.33
510
+
511
+ ## [0.0.3-next.32](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.31...standards-dataspace-protocol-v0.0.3-next.32) (2026-02-06)
512
+
513
+
514
+ ### Miscellaneous Chores
515
+
516
+ * **standards-dataspace-protocol:** Synchronize repo versions
517
+
518
+
519
+ ### Dependencies
520
+
521
+ * The following workspace dependencies were updated
522
+ * dependencies
523
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.31 to 0.0.3-next.32
524
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.31 to 0.0.3-next.32
525
+ * devDependencies
526
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.31 to 0.0.3-next.32
527
+
528
+ ## [0.0.3-next.31](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.30...standards-dataspace-protocol-v0.0.3-next.31) (2026-02-05)
529
+
530
+
531
+ ### Miscellaneous Chores
532
+
533
+ * **standards-dataspace-protocol:** Synchronize repo versions
534
+
535
+
536
+ ### Dependencies
537
+
538
+ * The following workspace dependencies were updated
539
+ * dependencies
540
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.30 to 0.0.3-next.31
541
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.30 to 0.0.3-next.31
542
+ * devDependencies
543
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.30 to 0.0.3-next.31
544
+
545
+ ## [0.0.3-next.30](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.29...standards-dataspace-protocol-v0.0.3-next.30) (2026-02-04)
546
+
547
+
548
+ ### Miscellaneous Chores
549
+
550
+ * **standards-dataspace-protocol:** Synchronize repo versions
551
+
552
+
553
+ ### Dependencies
554
+
555
+ * The following workspace dependencies were updated
556
+ * dependencies
557
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.29 to 0.0.3-next.30
558
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.29 to 0.0.3-next.30
559
+ * devDependencies
560
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.29 to 0.0.3-next.30
561
+
562
+ ## [0.0.3-next.29](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.28...standards-dataspace-protocol-v0.0.3-next.29) (2026-02-03)
563
+
564
+
565
+ ### Features
566
+
567
+ * adding twin protocol endpoins constants ([#133](https://github.com/twinfoundation/standards/issues/133)) ([3592c81](https://github.com/twinfoundation/standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
568
+
569
+
570
+ ### Dependencies
571
+
572
+ * The following workspace dependencies were updated
573
+ * dependencies
574
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.28 to 0.0.3-next.29
575
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.28 to 0.0.3-next.29
576
+ * devDependencies
577
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.28 to 0.0.3-next.29
578
+
579
+ ## [0.0.3-next.28](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.27...standards-dataspace-protocol-v0.0.3-next.28) (2026-02-03)
580
+
581
+
582
+ ### Miscellaneous Chores
583
+
584
+ * **standards-dataspace-protocol:** Synchronize repo versions
585
+
586
+
587
+ ### Dependencies
588
+
589
+ * The following workspace dependencies were updated
590
+ * dependencies
591
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.27 to 0.0.3-next.28
592
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.27 to 0.0.3-next.28
593
+ * devDependencies
594
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.27 to 0.0.3-next.28
595
+
596
+ ## [0.0.3-next.27](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.26...standards-dataspace-protocol-v0.0.3-next.27) (2026-02-03)
597
+
598
+
599
+ ### Miscellaneous Chores
600
+
601
+ * **standards-dataspace-protocol:** Synchronize repo versions
602
+
603
+
604
+ ### Dependencies
605
+
606
+ * The following workspace dependencies were updated
607
+ * dependencies
608
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.26 to 0.0.3-next.27
609
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.26 to 0.0.3-next.27
610
+ * devDependencies
611
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.26 to 0.0.3-next.27
612
+
613
+ ## [0.0.3-next.26](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.25...standards-dataspace-protocol-v0.0.3-next.26) (2026-02-02)
614
+
615
+
616
+ ### Features
617
+
618
+ * w3id endpoints constants added ([#131](https://github.com/twinfoundation/standards/issues/131)) ([5fe981a](https://github.com/twinfoundation/standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
619
+
620
+
621
+ ### Dependencies
622
+
623
+ * The following workspace dependencies were updated
624
+ * dependencies
625
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.25 to 0.0.3-next.26
626
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.25 to 0.0.3-next.26
627
+ * devDependencies
628
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.25 to 0.0.3-next.26
629
+
630
+ ## [0.0.3-next.25](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.24...standards-dataspace-protocol-v0.0.3-next.25) (2026-02-02)
631
+
632
+
633
+ ### Features
634
+
635
+ * register schemas at hosted location ([#128](https://github.com/twinfoundation/standards/issues/128)) ([ab35298](https://github.com/twinfoundation/standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
636
+
637
+
638
+ ### Dependencies
639
+
640
+ * The following workspace dependencies were updated
641
+ * dependencies
642
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.24 to 0.0.3-next.25
643
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.24 to 0.0.3-next.25
644
+ * devDependencies
645
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.24 to 0.0.3-next.25
646
+
647
+ ## [0.0.3-next.24](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.23...standards-dataspace-protocol-v0.0.3-next.24) (2026-01-30)
648
+
649
+
650
+ ### Miscellaneous Chores
651
+
652
+ * **standards-dataspace-protocol:** Synchronize repo versions
653
+
654
+
655
+ ### Dependencies
656
+
657
+ * The following workspace dependencies were updated
658
+ * dependencies
659
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.23 to 0.0.3-next.24
660
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.23 to 0.0.3-next.24
661
+ * devDependencies
662
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.23 to 0.0.3-next.24
663
+
664
+ ## [0.0.3-next.23](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.22...standards-dataspace-protocol-v0.0.3-next.23) (2026-01-30)
665
+
666
+
667
+ ### Miscellaneous Chores
668
+
669
+ * **standards-dataspace-protocol:** Synchronize repo versions
670
+
671
+
672
+ ### Dependencies
673
+
674
+ * The following workspace dependencies were updated
675
+ * dependencies
676
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.22 to 0.0.3-next.23
677
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.22 to 0.0.3-next.23
678
+ * devDependencies
679
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.22 to 0.0.3-next.23
680
+
681
+ ## [0.0.3-next.22](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.21...standards-dataspace-protocol-v0.0.3-next.22) (2026-01-29)
682
+
683
+
684
+ ### Miscellaneous Chores
685
+
686
+ * **standards-dataspace-protocol:** Synchronize repo versions
687
+
688
+
689
+ ### Dependencies
690
+
691
+ * The following workspace dependencies were updated
692
+ * dependencies
693
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.21 to 0.0.3-next.22
694
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.21 to 0.0.3-next.22
695
+ * devDependencies
696
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.21 to 0.0.3-next.22
697
+
698
+ ## [0.0.3-next.21](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.20...standards-dataspace-protocol-v0.0.3-next.21) (2026-01-23)
699
+
700
+
701
+ ### Features
702
+
703
+ * update registrations ([dd3c92f](https://github.com/twinfoundation/standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
704
+
705
+
706
+ ### Dependencies
707
+
708
+ * The following workspace dependencies were updated
709
+ * dependencies
710
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.20 to 0.0.3-next.21
711
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.20 to 0.0.3-next.21
712
+ * devDependencies
713
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.20 to 0.0.3-next.21
714
+
715
+ ## [0.0.3-next.20](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.19...standards-dataspace-protocol-v0.0.3-next.20) (2026-01-21)
716
+
717
+
718
+ ### Bug Fixes
719
+
720
+ * when a prefix is declared in an [@context](https://github.com/context) it should be Namespace and not Context ([#119](https://github.com/twinfoundation/standards/issues/119)) ([110cc50](https://github.com/twinfoundation/standards/commit/110cc5039394c7fcfada0e3ca001013cb503f31a))
721
+
722
+
723
+ ### Dependencies
724
+
725
+ * The following workspace dependencies were updated
726
+ * dependencies
727
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.19 to 0.0.3-next.20
728
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.19 to 0.0.3-next.20
729
+ * devDependencies
730
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.19 to 0.0.3-next.20
731
+
732
+ ## [0.0.3-next.19](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.18...standards-dataspace-protocol-v0.0.3-next.19) (2026-01-21)
733
+
734
+
735
+ ### Bug Fixes
736
+
737
+ * dspace protocol context ([769c758](https://github.com/twinfoundation/standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
738
+
739
+
740
+ ### Dependencies
741
+
742
+ * The following workspace dependencies were updated
743
+ * dependencies
744
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.18 to 0.0.3-next.19
745
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.18 to 0.0.3-next.19
746
+ * devDependencies
747
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.18 to 0.0.3-next.19
748
+
749
+ ## [0.0.3-next.18](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.17...standards-dataspace-protocol-v0.0.3-next.18) (2026-01-21)
750
+
751
+
752
+ ### Miscellaneous Chores
753
+
754
+ * **standards-dataspace-protocol:** Synchronize repo versions
755
+
756
+
757
+ ### Dependencies
758
+
759
+ * The following workspace dependencies were updated
760
+ * dependencies
761
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.17 to 0.0.3-next.18
762
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.17 to 0.0.3-next.18
763
+ * devDependencies
764
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.17 to 0.0.3-next.18
765
+
766
+ ## [0.0.3-next.17](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.16...standards-dataspace-protocol-v0.0.3-next.17) (2026-01-21)
767
+
768
+
769
+ ### Bug Fixes
770
+
771
+ * updating the missing packages ([#114](https://github.com/twinfoundation/standards/issues/114)) ([90b03f8](https://github.com/twinfoundation/standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
772
+
773
+
774
+ ### Dependencies
775
+
776
+ * The following workspace dependencies were updated
777
+ * dependencies
778
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.16 to 0.0.3-next.17
779
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.16 to 0.0.3-next.17
780
+ * devDependencies
781
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.16 to 0.0.3-next.17
782
+
783
+ ## [0.0.3-next.16](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.15...standards-dataspace-protocol-v0.0.3-next.16) (2026-01-19)
784
+
785
+
786
+ ### Miscellaneous Chores
787
+
788
+ * **standards-dataspace-protocol:** Synchronize repo versions
789
+
790
+
791
+ ### Dependencies
792
+
793
+ * The following workspace dependencies were updated
794
+ * dependencies
795
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.15 to 0.0.3-next.16
796
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.15 to 0.0.3-next.16
797
+ * devDependencies
798
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.15 to 0.0.3-next.16
799
+
800
+ ## [0.0.3-next.15](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.14...standards-dataspace-protocol-v0.0.3-next.15) (2026-01-16)
801
+
802
+
803
+ ### Features
804
+
805
+ * add missing const modifiers for enum const ([0f40483](https://github.com/twinfoundation/standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
806
+ * add missing const modifiers for enum const ([7e66eaf](https://github.com/twinfoundation/standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
807
+
808
+
809
+ ### Dependencies
810
+
811
+ * The following workspace dependencies were updated
812
+ * dependencies
813
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.14 to 0.0.3-next.15
814
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.14 to 0.0.3-next.15
815
+ * devDependencies
816
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.14 to 0.0.3-next.15
817
+
818
+ ## [0.0.3-next.14](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.13...standards-dataspace-protocol-v0.0.3-next.14) (2026-01-15)
819
+
820
+
821
+ ### Bug Fixes
822
+
823
+ * correct registration type for DS DCAT3 type ([04703df](https://github.com/twinfoundation/standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
824
+
825
+
826
+ ### Dependencies
827
+
828
+ * The following workspace dependencies were updated
829
+ * dependencies
830
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.13 to 0.0.3-next.14
831
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.13 to 0.0.3-next.14
832
+ * devDependencies
833
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.13 to 0.0.3-next.14
834
+
835
+ ## [0.0.3-next.13](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.12...standards-dataspace-protocol-v0.0.3-next.13) (2026-01-14)
836
+
837
+
838
+ ### Bug Fixes
839
+
840
+ * adapting regex to fix the bad behavior ([#107](https://github.com/twinfoundation/standards/issues/107)) ([17ba814](https://github.com/twinfoundation/standards/commit/17ba8140b6356a1c4d5923c91a28a996f22af484))
841
+
842
+
843
+ ### Dependencies
844
+
845
+ * The following workspace dependencies were updated
846
+ * dependencies
847
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.12 to 0.0.3-next.13
848
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.12 to 0.0.3-next.13
849
+ * devDependencies
850
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.12 to 0.0.3-next.13
851
+
852
+ ## [0.0.3-next.12](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.11...standards-dataspace-protocol-v0.0.3-next.12) (2026-01-14)
853
+
854
+
855
+ ### Bug Fixes
856
+
857
+ * omit context for dcat objects in dspace protocol ([#104](https://github.com/twinfoundation/standards/issues/104)) ([05004d4](https://github.com/twinfoundation/standards/commit/05004d40734a1e87473cb99c67e6c1c217cdf0c0))
858
+
859
+
860
+ ### Dependencies
861
+
862
+ * The following workspace dependencies were updated
863
+ * dependencies
864
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.11 to 0.0.3-next.12
865
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.11 to 0.0.3-next.12
866
+ * devDependencies
867
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.11 to 0.0.3-next.12
868
+
869
+ ## [0.0.3-next.11](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.10...standards-dataspace-protocol-v0.0.3-next.11) (2026-01-14)
870
+
871
+
872
+ ### Features
873
+
874
+ * improved namespaces and contexts ([#102](https://github.com/twinfoundation/standards/issues/102)) ([c74c370](https://github.com/twinfoundation/standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
875
+
876
+
877
+ ### Dependencies
878
+
879
+ * The following workspace dependencies were updated
880
+ * dependencies
881
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.10 to 0.0.3-next.11
882
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.10 to 0.0.3-next.11
883
+ * devDependencies
884
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.10 to 0.0.3-next.11
885
+
886
+ ## [0.0.3-next.10](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.9...standards-dataspace-protocol-v0.0.3-next.10) (2026-01-13)
887
+
888
+
889
+ ### Features
890
+
891
+ * naming fixing and usage ([#98](https://github.com/twinfoundation/standards/issues/98)) ([9e95344](https://github.com/twinfoundation/standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
892
+
893
+
894
+ ### Dependencies
895
+
896
+ * The following workspace dependencies were updated
897
+ * dependencies
898
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.9 to 0.0.3-next.10
899
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.9 to 0.0.3-next.10
900
+ * devDependencies
901
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.9 to 0.0.3-next.10
902
+
903
+ ## [0.0.3-next.9](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.8...standards-dataspace-protocol-v0.0.3-next.9) (2026-01-09)
904
+
905
+
906
+ ### Bug Fixes
907
+
908
+ * removing typeof in the state of the IDataspaceProtocolTransferProcess model ([#94](https://github.com/twinfoundation/standards/issues/94)) ([2b9814e](https://github.com/twinfoundation/standards/commit/2b9814e4882a505a087455271782cd6d4ba5305d))
909
+
910
+
911
+ ### Dependencies
912
+
913
+ * The following workspace dependencies were updated
914
+ * dependencies
915
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.8 to 0.0.3-next.9
916
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.8 to 0.0.3-next.9
917
+ * devDependencies
918
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.8 to 0.0.3-next.9
919
+
920
+ ## [0.0.3-next.8](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.7...standards-dataspace-protocol-v0.0.3-next.8) (2026-01-08)
921
+
922
+
923
+ ### Features
924
+
925
+ * add dataspace protocol dataset ([06b2180](https://github.com/twinfoundation/standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
926
+ * add dataspace protocol dataset ([26d9031](https://github.com/twinfoundation/standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
927
+ * add ds protocol catalog dataset ([#86](https://github.com/twinfoundation/standards/issues/86)) ([45600e6](https://github.com/twinfoundation/standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
928
+
929
+
930
+ ### Bug Fixes
931
+
932
+ * dcat LD Context fix and aligned with DCAT prefixed models ([#85](https://github.com/twinfoundation/standards/issues/85)) ([4546167](https://github.com/twinfoundation/standards/commit/4546167b1f61dba85206a64a8b2535f468d74845))
933
+
934
+
935
+ ### Dependencies
936
+
937
+ * The following workspace dependencies were updated
938
+ * dependencies
939
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.7 to 0.0.3-next.8
940
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.7 to 0.0.3-next.8
941
+ * devDependencies
942
+ * @twin.org/standards-ld-contexts bumped from next to 0.0.3-next.8
943
+
944
+ ## [0.0.3-next.7](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.6...standards-dataspace-protocol-v0.0.3-next.7) (2026-01-06)
945
+
946
+
947
+ ### Features
948
+
949
+ * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
950
+
951
+
952
+ ### Bug Fixes
953
+
954
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/twinfoundation/standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
955
+ * DS Protocol LDContext ([931679d](https://github.com/twinfoundation/standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
956
+
957
+
958
+ ### Dependencies
959
+
960
+ * The following workspace dependencies were updated
961
+ * dependencies
962
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.6 to 0.0.3-next.7
963
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.6 to 0.0.3-next.7
964
+
3
965
  ## [0.0.3-next.6](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.5...standards-dataspace-protocol-v0.0.3-next.6) (2025-12-03)
4
966
 
5
967