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

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