@twin.org/standards-dataspace-protocol 0.0.3-next.5 → 0.0.3-next.51

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 (307) hide show
  1. package/README.md +1 -1
  2. package/dist/es/dataTypes/catalogDataTypes.js +114 -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 +4 -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 +47 -27
  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 +86 -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/IDataspaceProtocolCatalogNoContext.js +2 -0
  48. package/dist/es/models/dcat3/IDataspaceProtocolCatalogNoContext.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/IDataspaceProtocolDataServiceNoContext.js +2 -0
  52. package/dist/es/models/dcat3/IDataspaceProtocolDataServiceNoContext.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/IDataspaceProtocolDatasetNoContext.js +2 -0
  56. package/dist/es/models/dcat3/IDataspaceProtocolDatasetNoContext.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/IDataspaceProtocolDistributionNoContext.js +2 -0
  60. package/dist/es/models/dcat3/IDataspaceProtocolDistributionNoContext.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/IDataspaceProtocolAgreementNoContext.js +2 -0
  64. package/dist/es/models/odrl/IDataspaceProtocolAgreementNoContext.js.map +1 -0
  65. package/dist/es/models/odrl/IDataspaceProtocolOffer.js +2 -0
  66. package/dist/es/models/odrl/IDataspaceProtocolOffer.js.map +1 -0
  67. package/dist/es/models/odrl/IDataspaceProtocolOfferNoContext.js +2 -0
  68. package/dist/es/models/odrl/IDataspaceProtocolOfferNoContext.js.map +1 -0
  69. package/dist/es/models/odrl/IDataspaceProtocolPolicy.js +2 -0
  70. package/dist/es/models/odrl/IDataspaceProtocolPolicy.js.map +1 -0
  71. package/dist/es/models/odrl/IDataspaceProtocolPolicyNoContext.js +2 -0
  72. package/dist/es/models/odrl/IDataspaceProtocolPolicyNoContext.js.map +1 -0
  73. package/dist/es/models/odrl/IDataspaceProtocolSet.js +2 -0
  74. package/dist/es/models/odrl/IDataspaceProtocolSet.js.map +1 -0
  75. package/dist/es/models/odrl/IDataspaceProtocolSetNoContext.js +2 -0
  76. package/dist/es/models/odrl/IDataspaceProtocolSetNoContext.js.map +1 -0
  77. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js +2 -0
  78. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js.map +1 -0
  79. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js +2 -0
  80. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js.map +1 -0
  81. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js +2 -0
  82. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js.map +1 -0
  83. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js +2 -0
  84. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js.map +1 -0
  85. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js +2 -0
  86. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js.map +1 -0
  87. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js +2 -0
  88. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js.map +1 -0
  89. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js +2 -0
  90. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js.map +1 -0
  91. package/dist/es/models/transferProcess/{ITransferSuspensionMessage.js → IDataspaceProtocolTransferSuspensionMessage.js} +1 -1
  92. package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js.map +1 -0
  93. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js +2 -0
  94. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js.map +1 -0
  95. package/dist/es/models/transferProcess/{transferProcessTypes.js → dataspaceProtocolTransferProcessTypes.js} +2 -2
  96. package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js.map +1 -0
  97. package/dist/es/models/transferProcess/types/dataspaceProtocolEndpointType.js +89 -0
  98. package/dist/es/models/transferProcess/types/dataspaceProtocolEndpointType.js.map +1 -0
  99. package/dist/es/models/transferProcess/types/{transferProcessStateType.js → dataspaceProtocolTransferProcessStateType.js} +2 -2
  100. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js.map +1 -0
  101. package/dist/es/schemas/DataspaceProtocolAgreement.json +184 -0
  102. package/dist/es/schemas/DataspaceProtocolAgreementNoContext.json +6 -0
  103. package/dist/es/schemas/DataspaceProtocolCatalog.json +11 -0
  104. package/dist/es/schemas/{CatalogError.json → DataspaceProtocolCatalogError.json} +10 -7
  105. package/dist/es/schemas/DataspaceProtocolCatalogNoContext.json +6 -0
  106. package/dist/es/schemas/{CatalogRequestMessage.json → DataspaceProtocolCatalogRequestMessage.json} +10 -7
  107. package/dist/es/schemas/{ContractAgreementMessage.json → DataspaceProtocolContractAgreementMessage.json} +11 -8
  108. package/dist/es/schemas/{ContractAgreementVerificationMessage.json → DataspaceProtocolContractAgreementVerificationMessage.json} +10 -7
  109. package/dist/es/schemas/{ContractNegotiation.json → DataspaceProtocolContractNegotiation.json} +11 -8
  110. package/dist/es/schemas/{ContractNegotiationError.json → DataspaceProtocolContractNegotiationError.json} +10 -7
  111. package/dist/es/schemas/{ContractNegotiationEventMessage.json → DataspaceProtocolContractNegotiationEventMessage.json} +11 -8
  112. package/dist/es/schemas/{ContractNegotiationEventType.json → DataspaceProtocolContractNegotiationEventType.json} +1 -1
  113. package/dist/es/schemas/{ContractNegotiationStateType.json → DataspaceProtocolContractNegotiationStateType.json} +1 -1
  114. package/dist/es/schemas/{ContractNegotiationTerminationMessage.json → DataspaceProtocolContractNegotiationTerminationMessage.json} +10 -7
  115. package/dist/es/schemas/{ContractOfferMessage.json → DataspaceProtocolContractOfferMessage.json} +11 -8
  116. package/dist/es/schemas/{ContractRequestMessage.json → DataspaceProtocolContractRequestMessage.json} +11 -8
  117. package/dist/es/schemas/{DataAddress.json → DataspaceProtocolDataAddress.json} +3 -4
  118. package/dist/es/schemas/DataspaceProtocolDataServiceNoContext.json +6 -0
  119. package/dist/es/schemas/DataspaceProtocolDataset.json +11 -0
  120. package/dist/es/schemas/DataspaceProtocolDatasetNoContext.json +6 -0
  121. package/dist/es/schemas/{DatasetRequestMessage.json → DataspaceProtocolDatasetRequestMessage.json} +10 -7
  122. package/dist/es/schemas/DataspaceProtocolDistributionNoContext.json +6 -0
  123. package/dist/es/schemas/{EndpointProperty.json → DataspaceProtocolEndpointProperty.json} +2 -3
  124. package/dist/es/schemas/DataspaceProtocolOffer.json +202 -0
  125. package/dist/es/schemas/DataspaceProtocolOfferNoContext.json +6 -0
  126. package/dist/es/schemas/DataspaceProtocolPolicy.json +219 -0
  127. package/dist/es/schemas/DataspaceProtocolPolicyNoContext.json +6 -0
  128. package/dist/es/schemas/DataspaceProtocolSet.json +220 -0
  129. package/dist/es/schemas/DataspaceProtocolSetNoContext.json +6 -0
  130. package/dist/es/schemas/{TransferCompletionMessage.json → DataspaceProtocolTransferCompletionMessage.json} +10 -7
  131. package/dist/es/schemas/{TransferError.json → DataspaceProtocolTransferError.json} +10 -7
  132. package/dist/es/schemas/DataspaceProtocolTransferProcess.json +82 -0
  133. package/dist/es/schemas/{TransferRequestMessage.json → DataspaceProtocolTransferRequestMessage.json} +11 -8
  134. package/dist/es/schemas/{TransferStartMessage.json → DataspaceProtocolTransferStartMessage.json} +11 -8
  135. package/dist/es/schemas/{TransferSuspensionMessage.json → DataspaceProtocolTransferSuspensionMessage.json} +10 -7
  136. package/dist/es/schemas/{TransferTerminationMessage.json → DataspaceProtocolTransferTerminationMessage.json} +10 -7
  137. package/dist/es/schemas-src/DataspaceProtocolDataService.json +11 -0
  138. package/dist/es/schemas-src/DataspaceProtocolDistribution.json +11 -0
  139. package/dist/es/utils/dataspaceProtocolHelper.js +110 -0
  140. package/dist/es/utils/dataspaceProtocolHelper.js.map +1 -0
  141. package/dist/types/index.d.ts +44 -26
  142. package/dist/types/models/catalog/{ICatalogError.d.ts → IDataspaceProtocolCatalogError.d.ts} +3 -3
  143. package/dist/types/models/catalog/{ICatalogRequestMessage.d.ts → IDataspaceProtocolCatalogRequestMessage.d.ts} +3 -3
  144. package/dist/types/models/catalog/{IDatasetRequestMessage.d.ts → IDataspaceProtocolDatasetRequestMessage.d.ts} +3 -3
  145. package/dist/types/models/catalog/dataspaceProtocolCatalogTypes.d.ts +86 -0
  146. package/dist/types/models/contractNegotiation/{IContractAgreementMessage.d.ts → IDataspaceProtocolContractAgreementMessage.d.ts} +5 -5
  147. package/dist/types/models/contractNegotiation/{IContractAgreementVerificationMessage.d.ts → IDataspaceProtocolContractAgreementVerificationMessage.d.ts} +3 -3
  148. package/dist/types/models/contractNegotiation/{IContractNegotiation.d.ts → IDataspaceProtocolContractNegotiation.d.ts} +5 -5
  149. package/dist/types/models/contractNegotiation/{IContractNegotiationError.d.ts → IDataspaceProtocolContractNegotiationError.d.ts} +3 -3
  150. package/dist/types/models/contractNegotiation/{IContractNegotiationEventMessage.d.ts → IDataspaceProtocolContractNegotiationEventMessage.d.ts} +5 -5
  151. package/dist/types/models/contractNegotiation/{IContractNegotiationTerminationMessage.d.ts → IDataspaceProtocolContractNegotiationTerminationMessage.d.ts} +3 -3
  152. package/dist/types/models/contractNegotiation/{IContractOfferMessage.d.ts → IDataspaceProtocolContractOfferMessage.d.ts} +5 -5
  153. package/dist/types/models/contractNegotiation/{IContractRequestMessage.d.ts → IDataspaceProtocolContractRequestMessage.d.ts} +5 -5
  154. package/dist/types/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.d.ts +50 -0
  155. package/dist/types/models/contractNegotiation/types/{contractNegotiationEventType.d.ts → dataspaceProtocolContractNegotiationEventType.d.ts} +2 -2
  156. package/dist/types/models/contractNegotiation/types/{contractNegotiationStateType.d.ts → dataspaceProtocolContractNegotiationStateType.d.ts} +2 -2
  157. package/dist/types/models/dataspaceProtocolContextType.d.ts +4 -4
  158. package/dist/types/models/dataspaceProtocolContexts.d.ts +12 -4
  159. package/dist/types/models/dcat3/IDataspaceProtocolCatalog.d.ts +63 -0
  160. package/dist/types/models/dcat3/IDataspaceProtocolCatalogNoContext.d.ts +5 -0
  161. package/dist/types/models/dcat3/IDataspaceProtocolDataService.d.ts +48 -0
  162. package/dist/types/models/dcat3/IDataspaceProtocolDataServiceNoContext.d.ts +5 -0
  163. package/dist/types/models/dcat3/IDataspaceProtocolDataset.d.ts +65 -0
  164. package/dist/types/models/dcat3/IDataspaceProtocolDatasetNoContext.d.ts +5 -0
  165. package/dist/types/models/dcat3/IDataspaceProtocolDistribution.d.ts +69 -0
  166. package/dist/types/models/dcat3/IDataspaceProtocolDistributionNoContext.d.ts +5 -0
  167. package/dist/types/models/odrl/IDataspaceProtocolAgreement.d.ts +17 -0
  168. package/dist/types/models/odrl/IDataspaceProtocolAgreementNoContext.d.ts +5 -0
  169. package/dist/types/models/odrl/IDataspaceProtocolOffer.d.ts +17 -0
  170. package/dist/types/models/odrl/IDataspaceProtocolOfferNoContext.d.ts +5 -0
  171. package/dist/types/models/odrl/IDataspaceProtocolPolicy.d.ts +17 -0
  172. package/dist/types/models/odrl/IDataspaceProtocolPolicyNoContext.d.ts +5 -0
  173. package/dist/types/models/odrl/IDataspaceProtocolSet.d.ts +17 -0
  174. package/dist/types/models/odrl/IDataspaceProtocolSetNoContext.d.ts +5 -0
  175. package/dist/types/models/transferProcess/{IDataAddress.d.ts → IDataspaceProtocolDataAddress.d.ts} +5 -5
  176. package/dist/types/models/transferProcess/{IEndpointProperty.d.ts → IDataspaceProtocolEndpointProperty.d.ts} +3 -3
  177. package/dist/types/models/transferProcess/{ITransferCompletionMessage.d.ts → IDataspaceProtocolTransferCompletionMessage.d.ts} +3 -3
  178. package/dist/types/models/transferProcess/{ITransferError.d.ts → IDataspaceProtocolTransferError.d.ts} +3 -3
  179. package/dist/types/models/transferProcess/{ITransferProcess.d.ts → IDataspaceProtocolTransferProcess.d.ts} +5 -5
  180. package/dist/types/models/transferProcess/{ITransferRequestMessage.d.ts → IDataspaceProtocolTransferRequestMessage.d.ts} +5 -5
  181. package/dist/types/models/transferProcess/{ITransferStartMessage.d.ts → IDataspaceProtocolTransferStartMessage.d.ts} +5 -5
  182. package/dist/types/models/transferProcess/{ITransferSuspensionMessage.d.ts → IDataspaceProtocolTransferSuspensionMessage.d.ts} +3 -3
  183. package/dist/types/models/transferProcess/{ITransferTerminationMessage.d.ts → IDataspaceProtocolTransferTerminationMessage.d.ts} +3 -3
  184. package/dist/types/models/transferProcess/dataspaceProtocolTransferProcessTypes.d.ts +46 -0
  185. package/dist/types/models/transferProcess/types/dataspaceProtocolEndpointType.d.ts +89 -0
  186. package/dist/types/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.d.ts +30 -0
  187. package/dist/types/utils/dataspaceProtocolHelper.d.ts +20 -0
  188. package/docs/changelog.md +823 -0
  189. package/docs/examples.md +46 -1
  190. package/docs/reference/classes/DataspaceProtocolHelper.md +63 -0
  191. package/docs/reference/index.md +51 -32
  192. package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +179 -0
  193. package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +574 -0
  194. package/docs/reference/interfaces/{ICatalogError.md → IDataspaceProtocolCatalogError.md} +1 -1
  195. package/docs/reference/interfaces/{ICatalogRequestMessage.md → IDataspaceProtocolCatalogRequestMessage.md} +1 -1
  196. package/docs/reference/interfaces/{IContractAgreementMessage.md → IDataspaceProtocolContractAgreementMessage.md} +3 -3
  197. package/docs/reference/interfaces/{IContractAgreementVerificationMessage.md → IDataspaceProtocolContractAgreementVerificationMessage.md} +2 -2
  198. package/docs/reference/interfaces/{IContractNegotiation.md → IDataspaceProtocolContractNegotiation.md} +3 -3
  199. package/docs/reference/interfaces/{IContractNegotiationError.md → IDataspaceProtocolContractNegotiationError.md} +2 -2
  200. package/docs/reference/interfaces/{IContractNegotiationEventMessage.md → IDataspaceProtocolContractNegotiationEventMessage.md} +3 -3
  201. package/docs/reference/interfaces/{IContractNegotiationTerminationMessage.md → IDataspaceProtocolContractNegotiationTerminationMessage.md} +2 -2
  202. package/docs/reference/interfaces/{IContractOfferMessage.md → IDataspaceProtocolContractOfferMessage.md} +3 -3
  203. package/docs/reference/interfaces/{IContractRequestMessage.md → IDataspaceProtocolContractRequestMessage.md} +3 -3
  204. package/docs/reference/interfaces/{IDataAddress.md → IDataspaceProtocolDataAddress.md} +3 -3
  205. package/docs/reference/interfaces/IDataspaceProtocolDataService.md +391 -0
  206. package/docs/reference/interfaces/IDataspaceProtocolDataset.md +488 -0
  207. package/docs/reference/interfaces/{IDatasetRequestMessage.md → IDataspaceProtocolDatasetRequestMessage.md} +1 -1
  208. package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +384 -0
  209. package/docs/reference/interfaces/{IEndpointProperty.md → IDataspaceProtocolEndpointProperty.md} +2 -2
  210. package/docs/reference/interfaces/IDataspaceProtocolOffer.md +179 -0
  211. package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +180 -0
  212. package/docs/reference/interfaces/IDataspaceProtocolSet.md +179 -0
  213. package/docs/reference/interfaces/{ITransferCompletionMessage.md → IDataspaceProtocolTransferCompletionMessage.md} +2 -2
  214. package/docs/reference/interfaces/{ITransferError.md → IDataspaceProtocolTransferError.md} +2 -2
  215. package/docs/reference/interfaces/IDataspaceProtocolTransferProcess.md +44 -0
  216. package/docs/reference/interfaces/{ITransferRequestMessage.md → IDataspaceProtocolTransferRequestMessage.md} +3 -3
  217. package/docs/reference/interfaces/{ITransferStartMessage.md → IDataspaceProtocolTransferStartMessage.md} +3 -3
  218. package/docs/reference/interfaces/{ITransferSuspensionMessage.md → IDataspaceProtocolTransferSuspensionMessage.md} +2 -2
  219. package/docs/reference/interfaces/{ITransferTerminationMessage.md → IDataspaceProtocolTransferTerminationMessage.md} +2 -2
  220. package/docs/reference/type-aliases/DataspaceProtocolCatalogTypes.md +5 -0
  221. package/docs/reference/type-aliases/DataspaceProtocolContextType.md +2 -2
  222. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationEventType.md +5 -0
  223. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationStateType.md +5 -0
  224. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationTypes.md +5 -0
  225. package/docs/reference/type-aliases/DataspaceProtocolEndpointType.md +12 -0
  226. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessStateType.md +5 -0
  227. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessTypes.md +5 -0
  228. package/docs/reference/type-aliases/IDataspaceProtocolAgreementNoContext.md +5 -0
  229. package/docs/reference/type-aliases/IDataspaceProtocolCatalogNoContext.md +5 -0
  230. package/docs/reference/type-aliases/IDataspaceProtocolDataServiceNoContext.md +5 -0
  231. package/docs/reference/type-aliases/IDataspaceProtocolDatasetNoContext.md +5 -0
  232. package/docs/reference/type-aliases/IDataspaceProtocolDistributionNoContext.md +5 -0
  233. package/docs/reference/type-aliases/IDataspaceProtocolOfferNoContext.md +5 -0
  234. package/docs/reference/type-aliases/IDataspaceProtocolPolicyNoContext.md +5 -0
  235. package/docs/reference/type-aliases/IDataspaceProtocolSetNoContext.md +5 -0
  236. package/docs/reference/variables/DataspaceProtocolCatalogTypes.md +122 -0
  237. package/docs/reference/variables/DataspaceProtocolContexts.md +18 -6
  238. package/docs/reference/variables/{ContractNegotiationEventType.md → DataspaceProtocolContractNegotiationEventType.md} +2 -2
  239. package/docs/reference/variables/{ContractNegotiationStateType.md → DataspaceProtocolContractNegotiationStateType.md} +2 -2
  240. package/docs/reference/variables/DataspaceProtocolContractNegotiationTypes.md +68 -0
  241. package/docs/reference/variables/DataspaceProtocolEndpointType.md +96 -0
  242. package/docs/reference/variables/DataspaceProtocolTransferProcessStateType.md +38 -0
  243. package/docs/reference/variables/DataspaceProtocolTransferProcessTypes.md +62 -0
  244. package/locales/en.json +7 -1
  245. package/package.json +4 -4
  246. package/dist/es/models/catalog/ICatalogError.js +0 -2
  247. package/dist/es/models/catalog/ICatalogError.js.map +0 -1
  248. package/dist/es/models/catalog/ICatalogRequestMessage.js +0 -2
  249. package/dist/es/models/catalog/ICatalogRequestMessage.js.map +0 -1
  250. package/dist/es/models/catalog/IDatasetRequestMessage.js +0 -2
  251. package/dist/es/models/catalog/IDatasetRequestMessage.js.map +0 -1
  252. package/dist/es/models/catalog/catalogTypes.js +0 -22
  253. package/dist/es/models/catalog/catalogTypes.js.map +0 -1
  254. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js +0 -2
  255. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js.map +0 -1
  256. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js +0 -2
  257. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js.map +0 -1
  258. package/dist/es/models/contractNegotiation/IContractNegotiation.js +0 -2
  259. package/dist/es/models/contractNegotiation/IContractNegotiation.js.map +0 -1
  260. package/dist/es/models/contractNegotiation/IContractNegotiationError.js +0 -2
  261. package/dist/es/models/contractNegotiation/IContractNegotiationError.js.map +0 -1
  262. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js +0 -2
  263. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js.map +0 -1
  264. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js +0 -2
  265. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js.map +0 -1
  266. package/dist/es/models/contractNegotiation/IContractOfferMessage.js +0 -2
  267. package/dist/es/models/contractNegotiation/IContractOfferMessage.js.map +0 -1
  268. package/dist/es/models/contractNegotiation/IContractRequestMessage.js +0 -2
  269. package/dist/es/models/contractNegotiation/IContractRequestMessage.js.map +0 -1
  270. package/dist/es/models/contractNegotiation/contractNegotiationTypes.js.map +0 -1
  271. package/dist/es/models/contractNegotiation/types/contractNegotiationEventType.js.map +0 -1
  272. package/dist/es/models/contractNegotiation/types/contractNegotiationStateType.js.map +0 -1
  273. package/dist/es/models/transferProcess/IDataAddress.js +0 -2
  274. package/dist/es/models/transferProcess/IDataAddress.js.map +0 -1
  275. package/dist/es/models/transferProcess/IEndpointProperty.js +0 -2
  276. package/dist/es/models/transferProcess/IEndpointProperty.js.map +0 -1
  277. package/dist/es/models/transferProcess/ITransferCompletionMessage.js +0 -2
  278. package/dist/es/models/transferProcess/ITransferCompletionMessage.js.map +0 -1
  279. package/dist/es/models/transferProcess/ITransferError.js +0 -2
  280. package/dist/es/models/transferProcess/ITransferError.js.map +0 -1
  281. package/dist/es/models/transferProcess/ITransferProcess.js +0 -2
  282. package/dist/es/models/transferProcess/ITransferProcess.js.map +0 -1
  283. package/dist/es/models/transferProcess/ITransferRequestMessage.js +0 -2
  284. package/dist/es/models/transferProcess/ITransferRequestMessage.js.map +0 -1
  285. package/dist/es/models/transferProcess/ITransferStartMessage.js +0 -2
  286. package/dist/es/models/transferProcess/ITransferStartMessage.js.map +0 -1
  287. package/dist/es/models/transferProcess/ITransferSuspensionMessage.js.map +0 -1
  288. package/dist/es/models/transferProcess/ITransferTerminationMessage.js +0 -2
  289. package/dist/es/models/transferProcess/ITransferTerminationMessage.js.map +0 -1
  290. package/dist/es/models/transferProcess/transferProcessTypes.js.map +0 -1
  291. package/dist/es/models/transferProcess/types/transferProcessStateType.js.map +0 -1
  292. package/dist/es/schemas/TransferProcess.json +0 -109
  293. package/dist/types/models/catalog/catalogTypes.d.ts +0 -22
  294. package/dist/types/models/contractNegotiation/contractNegotiationTypes.d.ts +0 -50
  295. package/dist/types/models/transferProcess/transferProcessTypes.d.ts +0 -46
  296. package/dist/types/models/transferProcess/types/transferProcessStateType.d.ts +0 -30
  297. package/docs/reference/interfaces/ITransferProcess.md +0 -74
  298. package/docs/reference/type-aliases/CatalogTypes.md +0 -5
  299. package/docs/reference/type-aliases/ContractNegotiationEventType.md +0 -5
  300. package/docs/reference/type-aliases/ContractNegotiationStateType.md +0 -5
  301. package/docs/reference/type-aliases/ContractNegotiationTypes.md +0 -5
  302. package/docs/reference/type-aliases/TransferProcessStateType.md +0 -5
  303. package/docs/reference/type-aliases/TransferProcessTypes.md +0 -5
  304. package/docs/reference/variables/CatalogTypes.md +0 -26
  305. package/docs/reference/variables/ContractNegotiationTypes.md +0 -68
  306. package/docs/reference/variables/TransferProcessStateType.md +0 -38
  307. package/docs/reference/variables/TransferProcessTypes.md +0 -62
package/docs/changelog.md CHANGED
@@ -1,5 +1,828 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-dataspace-protocol:** Synchronize repo versions
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.50 to 0.0.3-next.51
16
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.50 to 0.0.3-next.51
17
+ * devDependencies
18
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.50 to 0.0.3-next.51
19
+
20
+ ## [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)
21
+
22
+
23
+ ### Features
24
+
25
+ * remove ObjectOrArray usage ([61fd52d](https://github.com/twinfoundation/standards/commit/61fd52da035356bbe5bcc315367089405b4d1386))
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.49 to 0.0.3-next.50
33
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.49 to 0.0.3-next.50
34
+ * devDependencies
35
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.49 to 0.0.3-next.50
36
+
37
+ ## [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)
38
+
39
+
40
+ ### Features
41
+
42
+ * improved ds protocol schemas ([ed0abe0](https://github.com/twinfoundation/standards/commit/ed0abe0eb5c25da0c837bc39061419c1f3ccbb6d))
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.48 to 0.0.3-next.49
50
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.48 to 0.0.3-next.49
51
+ * devDependencies
52
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.48 to 0.0.3-next.49
53
+
54
+ ## [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)
55
+
56
+
57
+ ### Features
58
+
59
+ * missing ds protocol schemas ([d47e3ed](https://github.com/twinfoundation/standards/commit/d47e3ed30daa6f7857da3b7813f239118bb2ad46))
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.47 to 0.0.3-next.48
67
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.47 to 0.0.3-next.48
68
+ * devDependencies
69
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.47 to 0.0.3-next.48
70
+
71
+ ## [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)
72
+
73
+
74
+ ### Bug Fixes
75
+
76
+ * remove uid from ds protocol offer ([ebd3ef8](https://github.com/twinfoundation/standards/commit/ebd3ef88aa0f90eaf8f826f84784db59d1f55da0))
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.46 to 0.0.3-next.47
84
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.46 to 0.0.3-next.47
85
+ * devDependencies
86
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.46 to 0.0.3-next.47
87
+
88
+ ## [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)
89
+
90
+
91
+ ### Miscellaneous Chores
92
+
93
+ * **standards-dataspace-protocol:** Synchronize repo versions
94
+
95
+
96
+ ### Dependencies
97
+
98
+ * The following workspace dependencies were updated
99
+ * dependencies
100
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.45 to 0.0.3-next.46
101
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.45 to 0.0.3-next.46
102
+ * devDependencies
103
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.45 to 0.0.3-next.46
104
+
105
+ ## [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)
106
+
107
+
108
+ ### Features
109
+
110
+ * 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))
111
+
112
+
113
+ ### Dependencies
114
+
115
+ * The following workspace dependencies were updated
116
+ * dependencies
117
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.44 to 0.0.3-next.45
118
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.44 to 0.0.3-next.45
119
+ * devDependencies
120
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.44 to 0.0.3-next.45
121
+
122
+ ## [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)
123
+
124
+
125
+ ### Miscellaneous Chores
126
+
127
+ * **standards-dataspace-protocol:** Synchronize repo versions
128
+
129
+
130
+ ### Dependencies
131
+
132
+ * The following workspace dependencies were updated
133
+ * dependencies
134
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.43 to 0.0.3-next.44
135
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.43 to 0.0.3-next.44
136
+ * devDependencies
137
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.43 to 0.0.3-next.44
138
+
139
+ ## [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)
140
+
141
+
142
+ ### Features
143
+
144
+ * update schemas to support additional properties ([4679e21](https://github.com/twinfoundation/standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
145
+
146
+
147
+ ### Dependencies
148
+
149
+ * The following workspace dependencies were updated
150
+ * dependencies
151
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.42 to 0.0.3-next.43
152
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.42 to 0.0.3-next.43
153
+ * devDependencies
154
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.42 to 0.0.3-next.43
155
+
156
+ ## [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)
157
+
158
+
159
+ ### Features
160
+
161
+ * remove IJsonLdNodeObject base interfaces ([#172](https://github.com/twinfoundation/standards/issues/172)) ([8ff8d7a](https://github.com/twinfoundation/standards/commit/8ff8d7a2892d626879b76ba5da912469ff899954))
162
+
163
+
164
+ ### Dependencies
165
+
166
+ * The following workspace dependencies were updated
167
+ * dependencies
168
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.41 to 0.0.3-next.42
169
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.41 to 0.0.3-next.42
170
+ * devDependencies
171
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.41 to 0.0.3-next.42
172
+
173
+ ## [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)
174
+
175
+
176
+ ### Miscellaneous Chores
177
+
178
+ * **standards-dataspace-protocol:** Synchronize repo versions
179
+
180
+
181
+ ### Dependencies
182
+
183
+ * The following workspace dependencies were updated
184
+ * dependencies
185
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.40 to 0.0.3-next.41
186
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.40 to 0.0.3-next.41
187
+ * devDependencies
188
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.40 to 0.0.3-next.41
189
+
190
+ ## [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)
191
+
192
+
193
+ ### Miscellaneous Chores
194
+
195
+ * **standards-dataspace-protocol:** Synchronize repo versions
196
+
197
+
198
+ ### Dependencies
199
+
200
+ * The following workspace dependencies were updated
201
+ * dependencies
202
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.39 to 0.0.3-next.40
203
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.39 to 0.0.3-next.40
204
+ * devDependencies
205
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.39 to 0.0.3-next.40
206
+
207
+ ## [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)
208
+
209
+
210
+ ### Miscellaneous Chores
211
+
212
+ * **standards-dataspace-protocol:** Synchronize repo versions
213
+
214
+
215
+ ### Dependencies
216
+
217
+ * The following workspace dependencies were updated
218
+ * dependencies
219
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.38 to 0.0.3-next.39
220
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.38 to 0.0.3-next.39
221
+ * devDependencies
222
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.38 to 0.0.3-next.39
223
+
224
+ ## [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)
225
+
226
+
227
+ ### Miscellaneous Chores
228
+
229
+ * **standards-dataspace-protocol:** Synchronize repo versions
230
+
231
+
232
+ ### Dependencies
233
+
234
+ * The following workspace dependencies were updated
235
+ * dependencies
236
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.37 to 0.0.3-next.38
237
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.37 to 0.0.3-next.38
238
+ * devDependencies
239
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.37 to 0.0.3-next.38
240
+
241
+ ## [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)
242
+
243
+
244
+ ### Miscellaneous Chores
245
+
246
+ * **standards-dataspace-protocol:** Synchronize repo versions
247
+
248
+
249
+ ### Dependencies
250
+
251
+ * The following workspace dependencies were updated
252
+ * dependencies
253
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.36 to 0.0.3-next.37
254
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.36 to 0.0.3-next.37
255
+ * devDependencies
256
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.36 to 0.0.3-next.37
257
+
258
+ ## [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)
259
+
260
+
261
+ ### Miscellaneous Chores
262
+
263
+ * **standards-dataspace-protocol:** Synchronize repo versions
264
+
265
+
266
+ ### Dependencies
267
+
268
+ * The following workspace dependencies were updated
269
+ * dependencies
270
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.35 to 0.0.3-next.36
271
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.35 to 0.0.3-next.36
272
+ * devDependencies
273
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.35 to 0.0.3-next.36
274
+
275
+ ## [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)
276
+
277
+
278
+ ### Miscellaneous Chores
279
+
280
+ * **standards-dataspace-protocol:** Synchronize repo versions
281
+
282
+
283
+ ### Dependencies
284
+
285
+ * The following workspace dependencies were updated
286
+ * dependencies
287
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.34 to 0.0.3-next.35
288
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.34 to 0.0.3-next.35
289
+ * devDependencies
290
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.34 to 0.0.3-next.35
291
+
292
+ ## [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)
293
+
294
+
295
+ ### Miscellaneous Chores
296
+
297
+ * **standards-dataspace-protocol:** Synchronize repo versions
298
+
299
+
300
+ ### Dependencies
301
+
302
+ * The following workspace dependencies were updated
303
+ * dependencies
304
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.33 to 0.0.3-next.34
305
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.33 to 0.0.3-next.34
306
+ * devDependencies
307
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.33 to 0.0.3-next.34
308
+
309
+ ## [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)
310
+
311
+
312
+ ### Features
313
+
314
+ * add context id features ([#64](https://github.com/twinfoundation/standards/issues/64)) ([e68bb87](https://github.com/twinfoundation/standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
315
+ * add dataspace protocol dataset ([06b2180](https://github.com/twinfoundation/standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
316
+ * add dataspace protocol dataset ([26d9031](https://github.com/twinfoundation/standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
317
+ * add ds protocol catalog dataset ([#86](https://github.com/twinfoundation/standards/issues/86)) ([45600e6](https://github.com/twinfoundation/standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
318
+ * add missing const modifiers for enum const ([0f40483](https://github.com/twinfoundation/standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
319
+ * add missing const modifiers for enum const ([7e66eaf](https://github.com/twinfoundation/standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
320
+ * adding twin protocol endpoins constants ([#133](https://github.com/twinfoundation/standards/issues/133)) ([3592c81](https://github.com/twinfoundation/standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
321
+ * ds protocol - data transfer ([#77](https://github.com/twinfoundation/standards/issues/77)) ([1bf0375](https://github.com/twinfoundation/standards/commit/1bf03750c74daaa0eb133b03927a0f40eb27a1e3))
322
+ * implement Dataspace Protocol Objects ([#73](https://github.com/twinfoundation/standards/issues/73)) ([2505495](https://github.com/twinfoundation/standards/commit/2505495c03b54a6606a775d7f2211308372c7cc6))
323
+ * improved namespaces and contexts ([#102](https://github.com/twinfoundation/standards/issues/102)) ([c74c370](https://github.com/twinfoundation/standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
324
+ * naming fixing and usage ([#98](https://github.com/twinfoundation/standards/issues/98)) ([9e95344](https://github.com/twinfoundation/standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
325
+ * register schemas at hosted location ([#128](https://github.com/twinfoundation/standards/issues/128)) ([ab35298](https://github.com/twinfoundation/standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
326
+ * update registrations ([dd3c92f](https://github.com/twinfoundation/standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
327
+ * update schemas ([c3c11e0](https://github.com/twinfoundation/standards/commit/c3c11e07da6c0d3eac5ea4a68e3ad57f022b2351))
328
+ * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
329
+ * w3id endpoints constants added ([#131](https://github.com/twinfoundation/standards/issues/131)) ([5fe981a](https://github.com/twinfoundation/standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
330
+
331
+
332
+ ### Bug Fixes
333
+
334
+ * adapting regex to fix the bad behavior ([#107](https://github.com/twinfoundation/standards/issues/107)) ([17ba814](https://github.com/twinfoundation/standards/commit/17ba8140b6356a1c4d5923c91a28a996f22af484))
335
+ * context doc name ([e994ebc](https://github.com/twinfoundation/standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
336
+ * correct registration type for DS DCAT3 type ([04703df](https://github.com/twinfoundation/standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
337
+ * 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))
338
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/twinfoundation/standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
339
+ * DS Protocol LDContext ([931679d](https://github.com/twinfoundation/standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
340
+ * dspace protocol context ([769c758](https://github.com/twinfoundation/standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
341
+ * 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))
342
+ * omit context for dcat objects in dspace protocol ([#104](https://github.com/twinfoundation/standards/issues/104)) ([05004d4](https://github.com/twinfoundation/standards/commit/05004d40734a1e87473cb99c67e6c1c217cdf0c0))
343
+ * 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))
344
+ * updating the missing packages ([#114](https://github.com/twinfoundation/standards/issues/114)) ([90b03f8](https://github.com/twinfoundation/standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
345
+ * 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))
346
+
347
+
348
+ ### Dependencies
349
+
350
+ * The following workspace dependencies were updated
351
+ * dependencies
352
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.32 to 0.0.3-next.33
353
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.32 to 0.0.3-next.33
354
+ * devDependencies
355
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.32 to 0.0.3-next.33
356
+
357
+ ## [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)
358
+
359
+
360
+ ### Miscellaneous Chores
361
+
362
+ * **standards-dataspace-protocol:** Synchronize repo versions
363
+
364
+
365
+ ### Dependencies
366
+
367
+ * The following workspace dependencies were updated
368
+ * dependencies
369
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.31 to 0.0.3-next.32
370
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.31 to 0.0.3-next.32
371
+ * devDependencies
372
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.31 to 0.0.3-next.32
373
+
374
+ ## [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)
375
+
376
+
377
+ ### Miscellaneous Chores
378
+
379
+ * **standards-dataspace-protocol:** Synchronize repo versions
380
+
381
+
382
+ ### Dependencies
383
+
384
+ * The following workspace dependencies were updated
385
+ * dependencies
386
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.30 to 0.0.3-next.31
387
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.30 to 0.0.3-next.31
388
+ * devDependencies
389
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.30 to 0.0.3-next.31
390
+
391
+ ## [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)
392
+
393
+
394
+ ### Miscellaneous Chores
395
+
396
+ * **standards-dataspace-protocol:** Synchronize repo versions
397
+
398
+
399
+ ### Dependencies
400
+
401
+ * The following workspace dependencies were updated
402
+ * dependencies
403
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.29 to 0.0.3-next.30
404
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.29 to 0.0.3-next.30
405
+ * devDependencies
406
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.29 to 0.0.3-next.30
407
+
408
+ ## [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)
409
+
410
+
411
+ ### Features
412
+
413
+ * adding twin protocol endpoins constants ([#133](https://github.com/twinfoundation/standards/issues/133)) ([3592c81](https://github.com/twinfoundation/standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
414
+
415
+
416
+ ### Dependencies
417
+
418
+ * The following workspace dependencies were updated
419
+ * dependencies
420
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.28 to 0.0.3-next.29
421
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.28 to 0.0.3-next.29
422
+ * devDependencies
423
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.28 to 0.0.3-next.29
424
+
425
+ ## [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)
426
+
427
+
428
+ ### Miscellaneous Chores
429
+
430
+ * **standards-dataspace-protocol:** Synchronize repo versions
431
+
432
+
433
+ ### Dependencies
434
+
435
+ * The following workspace dependencies were updated
436
+ * dependencies
437
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.27 to 0.0.3-next.28
438
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.27 to 0.0.3-next.28
439
+ * devDependencies
440
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.27 to 0.0.3-next.28
441
+
442
+ ## [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)
443
+
444
+
445
+ ### Miscellaneous Chores
446
+
447
+ * **standards-dataspace-protocol:** Synchronize repo versions
448
+
449
+
450
+ ### Dependencies
451
+
452
+ * The following workspace dependencies were updated
453
+ * dependencies
454
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.26 to 0.0.3-next.27
455
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.26 to 0.0.3-next.27
456
+ * devDependencies
457
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.26 to 0.0.3-next.27
458
+
459
+ ## [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)
460
+
461
+
462
+ ### Features
463
+
464
+ * w3id endpoints constants added ([#131](https://github.com/twinfoundation/standards/issues/131)) ([5fe981a](https://github.com/twinfoundation/standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
465
+
466
+
467
+ ### Dependencies
468
+
469
+ * The following workspace dependencies were updated
470
+ * dependencies
471
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.25 to 0.0.3-next.26
472
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.25 to 0.0.3-next.26
473
+ * devDependencies
474
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.25 to 0.0.3-next.26
475
+
476
+ ## [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)
477
+
478
+
479
+ ### Features
480
+
481
+ * register schemas at hosted location ([#128](https://github.com/twinfoundation/standards/issues/128)) ([ab35298](https://github.com/twinfoundation/standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
482
+
483
+
484
+ ### Dependencies
485
+
486
+ * The following workspace dependencies were updated
487
+ * dependencies
488
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.24 to 0.0.3-next.25
489
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.24 to 0.0.3-next.25
490
+ * devDependencies
491
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.24 to 0.0.3-next.25
492
+
493
+ ## [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)
494
+
495
+
496
+ ### Miscellaneous Chores
497
+
498
+ * **standards-dataspace-protocol:** Synchronize repo versions
499
+
500
+
501
+ ### Dependencies
502
+
503
+ * The following workspace dependencies were updated
504
+ * dependencies
505
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.23 to 0.0.3-next.24
506
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.23 to 0.0.3-next.24
507
+ * devDependencies
508
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.23 to 0.0.3-next.24
509
+
510
+ ## [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)
511
+
512
+
513
+ ### Miscellaneous Chores
514
+
515
+ * **standards-dataspace-protocol:** Synchronize repo versions
516
+
517
+
518
+ ### Dependencies
519
+
520
+ * The following workspace dependencies were updated
521
+ * dependencies
522
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.22 to 0.0.3-next.23
523
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.22 to 0.0.3-next.23
524
+ * devDependencies
525
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.22 to 0.0.3-next.23
526
+
527
+ ## [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)
528
+
529
+
530
+ ### Miscellaneous Chores
531
+
532
+ * **standards-dataspace-protocol:** Synchronize repo versions
533
+
534
+
535
+ ### Dependencies
536
+
537
+ * The following workspace dependencies were updated
538
+ * dependencies
539
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.21 to 0.0.3-next.22
540
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.21 to 0.0.3-next.22
541
+ * devDependencies
542
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.21 to 0.0.3-next.22
543
+
544
+ ## [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)
545
+
546
+
547
+ ### Features
548
+
549
+ * update registrations ([dd3c92f](https://github.com/twinfoundation/standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
550
+
551
+
552
+ ### Dependencies
553
+
554
+ * The following workspace dependencies were updated
555
+ * dependencies
556
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.20 to 0.0.3-next.21
557
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.20 to 0.0.3-next.21
558
+ * devDependencies
559
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.20 to 0.0.3-next.21
560
+
561
+ ## [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)
562
+
563
+
564
+ ### Bug Fixes
565
+
566
+ * 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))
567
+
568
+
569
+ ### Dependencies
570
+
571
+ * The following workspace dependencies were updated
572
+ * dependencies
573
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.19 to 0.0.3-next.20
574
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.19 to 0.0.3-next.20
575
+ * devDependencies
576
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.19 to 0.0.3-next.20
577
+
578
+ ## [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)
579
+
580
+
581
+ ### Bug Fixes
582
+
583
+ * dspace protocol context ([769c758](https://github.com/twinfoundation/standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
584
+
585
+
586
+ ### Dependencies
587
+
588
+ * The following workspace dependencies were updated
589
+ * dependencies
590
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.18 to 0.0.3-next.19
591
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.18 to 0.0.3-next.19
592
+ * devDependencies
593
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.18 to 0.0.3-next.19
594
+
595
+ ## [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)
596
+
597
+
598
+ ### Miscellaneous Chores
599
+
600
+ * **standards-dataspace-protocol:** Synchronize repo versions
601
+
602
+
603
+ ### Dependencies
604
+
605
+ * The following workspace dependencies were updated
606
+ * dependencies
607
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.17 to 0.0.3-next.18
608
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.17 to 0.0.3-next.18
609
+ * devDependencies
610
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.17 to 0.0.3-next.18
611
+
612
+ ## [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)
613
+
614
+
615
+ ### Bug Fixes
616
+
617
+ * updating the missing packages ([#114](https://github.com/twinfoundation/standards/issues/114)) ([90b03f8](https://github.com/twinfoundation/standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
618
+
619
+
620
+ ### Dependencies
621
+
622
+ * The following workspace dependencies were updated
623
+ * dependencies
624
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.16 to 0.0.3-next.17
625
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.16 to 0.0.3-next.17
626
+ * devDependencies
627
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.16 to 0.0.3-next.17
628
+
629
+ ## [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)
630
+
631
+
632
+ ### Miscellaneous Chores
633
+
634
+ * **standards-dataspace-protocol:** Synchronize repo versions
635
+
636
+
637
+ ### Dependencies
638
+
639
+ * The following workspace dependencies were updated
640
+ * dependencies
641
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.15 to 0.0.3-next.16
642
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.15 to 0.0.3-next.16
643
+ * devDependencies
644
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.15 to 0.0.3-next.16
645
+
646
+ ## [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)
647
+
648
+
649
+ ### Features
650
+
651
+ * add missing const modifiers for enum const ([0f40483](https://github.com/twinfoundation/standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
652
+ * add missing const modifiers for enum const ([7e66eaf](https://github.com/twinfoundation/standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
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.14 to 0.0.3-next.15
660
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.14 to 0.0.3-next.15
661
+ * devDependencies
662
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.14 to 0.0.3-next.15
663
+
664
+ ## [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)
665
+
666
+
667
+ ### Bug Fixes
668
+
669
+ * correct registration type for DS DCAT3 type ([04703df](https://github.com/twinfoundation/standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
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.13 to 0.0.3-next.14
677
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.13 to 0.0.3-next.14
678
+ * devDependencies
679
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.13 to 0.0.3-next.14
680
+
681
+ ## [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)
682
+
683
+
684
+ ### Bug Fixes
685
+
686
+ * adapting regex to fix the bad behavior ([#107](https://github.com/twinfoundation/standards/issues/107)) ([17ba814](https://github.com/twinfoundation/standards/commit/17ba8140b6356a1c4d5923c91a28a996f22af484))
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.12 to 0.0.3-next.13
694
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.12 to 0.0.3-next.13
695
+ * devDependencies
696
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.12 to 0.0.3-next.13
697
+
698
+ ## [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)
699
+
700
+
701
+ ### Bug Fixes
702
+
703
+ * omit context for dcat objects in dspace protocol ([#104](https://github.com/twinfoundation/standards/issues/104)) ([05004d4](https://github.com/twinfoundation/standards/commit/05004d40734a1e87473cb99c67e6c1c217cdf0c0))
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.11 to 0.0.3-next.12
711
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.11 to 0.0.3-next.12
712
+ * devDependencies
713
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.11 to 0.0.3-next.12
714
+
715
+ ## [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)
716
+
717
+
718
+ ### Features
719
+
720
+ * improved namespaces and contexts ([#102](https://github.com/twinfoundation/standards/issues/102)) ([c74c370](https://github.com/twinfoundation/standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
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.10 to 0.0.3-next.11
728
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.10 to 0.0.3-next.11
729
+ * devDependencies
730
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.10 to 0.0.3-next.11
731
+
732
+ ## [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)
733
+
734
+
735
+ ### Features
736
+
737
+ * naming fixing and usage ([#98](https://github.com/twinfoundation/standards/issues/98)) ([9e95344](https://github.com/twinfoundation/standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
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.9 to 0.0.3-next.10
745
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.9 to 0.0.3-next.10
746
+ * devDependencies
747
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.9 to 0.0.3-next.10
748
+
749
+ ## [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)
750
+
751
+
752
+ ### Bug Fixes
753
+
754
+ * 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))
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.8 to 0.0.3-next.9
762
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.8 to 0.0.3-next.9
763
+ * devDependencies
764
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.8 to 0.0.3-next.9
765
+
766
+ ## [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)
767
+
768
+
769
+ ### Features
770
+
771
+ * add dataspace protocol dataset ([06b2180](https://github.com/twinfoundation/standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
772
+ * add dataspace protocol dataset ([26d9031](https://github.com/twinfoundation/standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
773
+ * add ds protocol catalog dataset ([#86](https://github.com/twinfoundation/standards/issues/86)) ([45600e6](https://github.com/twinfoundation/standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
774
+
775
+
776
+ ### Bug Fixes
777
+
778
+ * 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))
779
+
780
+
781
+ ### Dependencies
782
+
783
+ * The following workspace dependencies were updated
784
+ * dependencies
785
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.7 to 0.0.3-next.8
786
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.7 to 0.0.3-next.8
787
+ * devDependencies
788
+ * @twin.org/standards-ld-contexts bumped from next to 0.0.3-next.8
789
+
790
+ ## [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)
791
+
792
+
793
+ ### Features
794
+
795
+ * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
796
+
797
+
798
+ ### Bug Fixes
799
+
800
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/twinfoundation/standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
801
+ * DS Protocol LDContext ([931679d](https://github.com/twinfoundation/standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
802
+
803
+
804
+ ### Dependencies
805
+
806
+ * The following workspace dependencies were updated
807
+ * dependencies
808
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.6 to 0.0.3-next.7
809
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.6 to 0.0.3-next.7
810
+
811
+ ## [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)
812
+
813
+
814
+ ### Bug Fixes
815
+
816
+ * context doc name ([e994ebc](https://github.com/twinfoundation/standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
817
+
818
+
819
+ ### Dependencies
820
+
821
+ * The following workspace dependencies were updated
822
+ * dependencies
823
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.5 to 0.0.3-next.6
824
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.5 to 0.0.3-next.6
825
+
3
826
  ## [0.0.3-next.5](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.4...standards-dataspace-protocol-v0.0.3-next.5) (2025-11-28)
4
827
 
5
828