@twin.org/standards-dataspace-protocol 0.0.3-next.4 → 0.0.3-next.40

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 (224) hide show
  1. package/dist/es/dataTypes/catalogDataTypes.js +61 -0
  2. package/dist/es/dataTypes/catalogDataTypes.js.map +1 -0
  3. package/dist/es/dataTypes/contractNegotiationDataTypes.js +70 -0
  4. package/dist/es/dataTypes/contractNegotiationDataTypes.js.map +1 -0
  5. package/dist/es/dataTypes/dataspaceProtocolDataTypes.js +30 -0
  6. package/dist/es/dataTypes/dataspaceProtocolDataTypes.js.map +1 -0
  7. package/dist/es/dataTypes/transferProcessDataTypes.js +65 -0
  8. package/dist/es/dataTypes/transferProcessDataTypes.js.map +1 -0
  9. package/dist/es/index.js +37 -16
  10. package/dist/es/index.js.map +1 -1
  11. package/dist/es/models/catalog/IDataspaceProtocolCatalog.js +2 -0
  12. package/dist/es/models/catalog/IDataspaceProtocolCatalog.js.map +1 -0
  13. package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js +2 -0
  14. package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js.map +1 -0
  15. package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js +2 -0
  16. package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js.map +1 -0
  17. package/dist/es/models/catalog/IDataspaceProtocolDataService.js +2 -0
  18. package/dist/es/models/catalog/IDataspaceProtocolDataService.js.map +1 -0
  19. package/dist/es/models/catalog/IDataspaceProtocolDataset.js +2 -0
  20. package/dist/es/models/catalog/IDataspaceProtocolDataset.js.map +1 -0
  21. package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js +2 -0
  22. package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js.map +1 -0
  23. package/dist/es/models/catalog/IDataspaceProtocolDistribution.js +2 -0
  24. package/dist/es/models/catalog/IDataspaceProtocolDistribution.js.map +1 -0
  25. package/dist/es/models/catalog/{catalogTypes.js → dataspaceProtocolCatalogTypes.js} +19 -3
  26. package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js.map +1 -0
  27. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js +2 -0
  28. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js.map +1 -0
  29. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js +2 -0
  30. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js.map +1 -0
  31. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js +2 -0
  32. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js.map +1 -0
  33. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js +2 -0
  34. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js.map +1 -0
  35. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js +2 -0
  36. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js.map +1 -0
  37. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js +2 -0
  38. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js.map +1 -0
  39. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js +2 -0
  40. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js.map +1 -0
  41. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js +2 -0
  42. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js.map +1 -0
  43. package/dist/es/models/contractNegotiation/{contractNegotiationTypes.js → dataspaceProtocolContractNegotiationTypes.js} +2 -2
  44. package/dist/es/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js.map +1 -0
  45. package/dist/es/models/contractNegotiation/types/{contractNegotiationEventType.js → dataspaceProtocolContractNegotiationEventType.js} +2 -2
  46. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js.map +1 -0
  47. package/dist/es/models/contractNegotiation/types/{contractNegotiationStateType.js → dataspaceProtocolContractNegotiationStateType.js} +2 -2
  48. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js.map +1 -0
  49. package/dist/es/models/dataspaceProtocolContextType.js.map +1 -1
  50. package/dist/es/models/dataspaceProtocolContexts.js +12 -4
  51. package/dist/es/models/dataspaceProtocolContexts.js.map +1 -1
  52. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js +2 -0
  53. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js.map +1 -0
  54. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js +2 -0
  55. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js.map +1 -0
  56. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js +2 -0
  57. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js.map +1 -0
  58. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js +2 -0
  59. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js.map +1 -0
  60. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js +2 -0
  61. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js.map +1 -0
  62. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js +2 -0
  63. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js.map +1 -0
  64. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js +2 -0
  65. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js.map +1 -0
  66. package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js +4 -0
  67. package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js.map +1 -0
  68. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js +2 -0
  69. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js.map +1 -0
  70. package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js +46 -0
  71. package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js.map +1 -0
  72. package/dist/es/models/transferProcess/types/dataspaceProtocolEndpointType.js +89 -0
  73. package/dist/es/models/transferProcess/types/dataspaceProtocolEndpointType.js.map +1 -0
  74. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js +30 -0
  75. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js.map +1 -0
  76. package/dist/es/schemas/DataspaceProtocolCatalog.json +11 -0
  77. package/dist/es/schemas/{CatalogError.json → DataspaceProtocolCatalogError.json} +17 -10
  78. package/dist/es/schemas/{CatalogRequestMessage.json → DataspaceProtocolCatalogRequestMessage.json} +16 -5
  79. package/dist/es/schemas/{ContractAgreementMessage.json → DataspaceProtocolContractAgreementMessage.json} +14 -5
  80. package/dist/es/schemas/{ContractAgreementVerificationMessage.json → DataspaceProtocolContractAgreementVerificationMessage.json} +14 -5
  81. package/dist/es/schemas/{ContractNegotiation.json → DataspaceProtocolContractNegotiation.json} +15 -6
  82. package/dist/es/schemas/{ContractNegotiationError.json → DataspaceProtocolContractNegotiationError.json} +15 -39
  83. package/dist/es/schemas/{ContractNegotiationEventMessage.json → DataspaceProtocolContractNegotiationEventMessage.json} +15 -6
  84. package/dist/es/schemas/{ContractNegotiationEventType.json → DataspaceProtocolContractNegotiationEventType.json} +1 -1
  85. package/dist/es/schemas/{ContractNegotiationStateType.json → DataspaceProtocolContractNegotiationStateType.json} +1 -1
  86. package/dist/es/schemas/{ContractNegotiationTerminationMessage.json → DataspaceProtocolContractNegotiationTerminationMessage.json} +14 -5
  87. package/dist/es/schemas/{ContractOfferMessage.json → DataspaceProtocolContractOfferMessage.json} +14 -5
  88. package/dist/es/schemas/{ContractRequestMessage.json → DataspaceProtocolContractRequestMessage.json} +14 -5
  89. package/dist/es/schemas/DataspaceProtocolDataAddress.json +33 -0
  90. package/dist/es/schemas/DataspaceProtocolDataset.json +11 -0
  91. package/dist/es/schemas/{DatasetRequestMessage.json → DataspaceProtocolDatasetRequestMessage.json} +14 -5
  92. package/dist/es/schemas/DataspaceProtocolEndpointProperty.json +27 -0
  93. package/dist/es/schemas/DataspaceProtocolTransferCompletionMessage.json +78 -0
  94. package/dist/es/schemas/DataspaceProtocolTransferError.json +87 -0
  95. package/dist/es/schemas/DataspaceProtocolTransferProcess.json +83 -0
  96. package/dist/es/schemas/DataspaceProtocolTransferRequestMessage.json +92 -0
  97. package/dist/es/schemas/DataspaceProtocolTransferStartMessage.json +82 -0
  98. package/dist/es/schemas/DataspaceProtocolTransferSuspensionMessage.json +87 -0
  99. package/dist/es/schemas/DataspaceProtocolTransferTerminationMessage.json +87 -0
  100. package/dist/es/schemas-src/DataspaceProtocolDataService.json +11 -0
  101. package/dist/es/schemas-src/DataspaceProtocolDistribution.json +11 -0
  102. package/dist/es/utils/dataspaceProtocolHelper.js +110 -0
  103. package/dist/es/utils/dataspaceProtocolHelper.js.map +1 -0
  104. package/dist/types/dataTypes/catalogDataTypes.d.ts +9 -0
  105. package/dist/types/dataTypes/contractNegotiationDataTypes.d.ts +9 -0
  106. package/dist/types/dataTypes/transferProcessDataTypes.d.ts +9 -0
  107. package/dist/types/index.d.ts +36 -16
  108. package/dist/types/models/catalog/IDataspaceProtocolCatalog.d.ts +63 -0
  109. package/dist/types/models/catalog/{ICatalogError.d.ts → IDataspaceProtocolCatalogError.d.ts} +5 -5
  110. package/dist/types/models/catalog/{ICatalogRequestMessage.d.ts → IDataspaceProtocolCatalogRequestMessage.d.ts} +4 -4
  111. package/dist/types/models/catalog/IDataspaceProtocolDataService.d.ts +49 -0
  112. package/dist/types/models/catalog/IDataspaceProtocolDataset.d.ts +66 -0
  113. package/dist/types/models/catalog/{IDatasetRequestMessage.d.ts → IDataspaceProtocolDatasetRequestMessage.d.ts} +3 -3
  114. package/dist/types/models/catalog/IDataspaceProtocolDistribution.d.ts +70 -0
  115. package/dist/types/models/catalog/{catalogTypes.d.ts → dataspaceProtocolCatalogTypes.d.ts} +18 -2
  116. package/dist/types/models/contractNegotiation/{IContractAgreementMessage.d.ts → IDataspaceProtocolContractAgreementMessage.d.ts} +3 -3
  117. package/dist/types/models/contractNegotiation/{IContractAgreementVerificationMessage.d.ts → IDataspaceProtocolContractAgreementVerificationMessage.d.ts} +3 -3
  118. package/dist/types/models/contractNegotiation/{IContractNegotiation.d.ts → IDataspaceProtocolContractNegotiation.d.ts} +5 -5
  119. package/dist/types/models/contractNegotiation/{IContractNegotiationError.d.ts → IDataspaceProtocolContractNegotiationError.d.ts} +4 -14
  120. package/dist/types/models/contractNegotiation/{IContractNegotiationEventMessage.d.ts → IDataspaceProtocolContractNegotiationEventMessage.d.ts} +5 -5
  121. package/dist/types/models/contractNegotiation/{IContractNegotiationTerminationMessage.d.ts → IDataspaceProtocolContractNegotiationTerminationMessage.d.ts} +3 -3
  122. package/dist/types/models/contractNegotiation/{IContractOfferMessage.d.ts → IDataspaceProtocolContractOfferMessage.d.ts} +3 -3
  123. package/dist/types/models/contractNegotiation/{IContractRequestMessage.d.ts → IDataspaceProtocolContractRequestMessage.d.ts} +3 -3
  124. package/dist/types/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.d.ts +50 -0
  125. package/dist/types/models/contractNegotiation/types/{contractNegotiationEventType.d.ts → dataspaceProtocolContractNegotiationEventType.d.ts} +2 -2
  126. package/dist/types/models/contractNegotiation/types/{contractNegotiationStateType.d.ts → dataspaceProtocolContractNegotiationStateType.d.ts} +2 -2
  127. package/dist/types/models/dataspaceProtocolContextType.d.ts +4 -4
  128. package/dist/types/models/dataspaceProtocolContexts.d.ts +12 -4
  129. package/dist/types/models/transferProcess/IDataspaceProtocolDataAddress.d.ts +24 -0
  130. package/dist/types/models/transferProcess/IDataspaceProtocolEndpointProperty.d.ts +19 -0
  131. package/dist/types/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.d.ts +24 -0
  132. package/dist/types/models/transferProcess/IDataspaceProtocolTransferError.d.ts +32 -0
  133. package/dist/types/models/transferProcess/IDataspaceProtocolTransferProcess.d.ts +29 -0
  134. package/dist/types/models/transferProcess/IDataspaceProtocolTransferRequestMessage.d.ts +39 -0
  135. package/dist/types/models/transferProcess/IDataspaceProtocolTransferStartMessage.d.ts +30 -0
  136. package/dist/types/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.d.ts +32 -0
  137. package/dist/types/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.d.ts +32 -0
  138. package/dist/types/models/transferProcess/dataspaceProtocolTransferProcessTypes.d.ts +46 -0
  139. package/dist/types/models/transferProcess/types/dataspaceProtocolEndpointType.d.ts +89 -0
  140. package/dist/types/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.d.ts +30 -0
  141. package/dist/types/utils/dataspaceProtocolHelper.d.ts +20 -0
  142. package/docs/changelog.md +656 -0
  143. package/docs/reference/classes/CatalogDataTypes.md +25 -0
  144. package/docs/reference/classes/ContractNegotiationDataTypes.md +25 -0
  145. package/docs/reference/classes/DataspaceProtocolHelper.md +63 -0
  146. package/docs/reference/classes/TransferProcessDataTypes.md +25 -0
  147. package/docs/reference/index.md +42 -19
  148. package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +96 -0
  149. package/docs/reference/interfaces/{ICatalogError.md → IDataspaceProtocolCatalogError.md} +4 -4
  150. package/docs/reference/interfaces/{ICatalogRequestMessage.md → IDataspaceProtocolCatalogRequestMessage.md} +2 -2
  151. package/docs/reference/interfaces/{IContractAgreementMessage.md → IDataspaceProtocolContractAgreementMessage.md} +2 -2
  152. package/docs/reference/interfaces/{IContractAgreementVerificationMessage.md → IDataspaceProtocolContractAgreementVerificationMessage.md} +2 -2
  153. package/docs/reference/interfaces/{IContractNegotiation.md → IDataspaceProtocolContractNegotiation.md} +3 -3
  154. package/docs/reference/interfaces/{IContractNegotiationError.md → IDataspaceProtocolContractNegotiationError.md} +3 -27
  155. package/docs/reference/interfaces/{IContractNegotiationEventMessage.md → IDataspaceProtocolContractNegotiationEventMessage.md} +3 -3
  156. package/docs/reference/interfaces/{IContractNegotiationTerminationMessage.md → IDataspaceProtocolContractNegotiationTerminationMessage.md} +2 -2
  157. package/docs/reference/interfaces/{IContractOfferMessage.md → IDataspaceProtocolContractOfferMessage.md} +2 -2
  158. package/docs/reference/interfaces/{IContractRequestMessage.md → IDataspaceProtocolContractRequestMessage.md} +2 -2
  159. package/docs/reference/interfaces/IDataspaceProtocolDataAddress.md +36 -0
  160. package/docs/reference/interfaces/IDataspaceProtocolDataService.md +72 -0
  161. package/docs/reference/interfaces/IDataspaceProtocolDataset.md +90 -0
  162. package/docs/reference/interfaces/{IDatasetRequestMessage.md → IDataspaceProtocolDatasetRequestMessage.md} +1 -1
  163. package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +98 -0
  164. package/docs/reference/interfaces/IDataspaceProtocolEndpointProperty.md +28 -0
  165. package/docs/reference/interfaces/IDataspaceProtocolTransferCompletionMessage.md +36 -0
  166. package/docs/reference/interfaces/IDataspaceProtocolTransferError.md +52 -0
  167. package/docs/reference/interfaces/IDataspaceProtocolTransferProcess.md +44 -0
  168. package/docs/reference/interfaces/IDataspaceProtocolTransferRequestMessage.md +62 -0
  169. package/docs/reference/interfaces/IDataspaceProtocolTransferStartMessage.md +45 -0
  170. package/docs/reference/interfaces/IDataspaceProtocolTransferSuspensionMessage.md +52 -0
  171. package/docs/reference/interfaces/IDataspaceProtocolTransferTerminationMessage.md +52 -0
  172. package/docs/reference/type-aliases/DataspaceProtocolCatalogTypes.md +5 -0
  173. package/docs/reference/type-aliases/DataspaceProtocolContextType.md +2 -2
  174. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationEventType.md +5 -0
  175. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationStateType.md +5 -0
  176. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationTypes.md +5 -0
  177. package/docs/reference/type-aliases/DataspaceProtocolEndpointType.md +12 -0
  178. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessStateType.md +5 -0
  179. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessTypes.md +5 -0
  180. package/docs/reference/variables/{CatalogTypes.md → DataspaceProtocolCatalogTypes.md} +26 -2
  181. package/docs/reference/variables/DataspaceProtocolContexts.md +18 -6
  182. package/docs/reference/variables/{ContractNegotiationEventType.md → DataspaceProtocolContractNegotiationEventType.md} +2 -2
  183. package/docs/reference/variables/{ContractNegotiationStateType.md → DataspaceProtocolContractNegotiationStateType.md} +2 -2
  184. package/docs/reference/variables/DataspaceProtocolContractNegotiationTypes.md +68 -0
  185. package/docs/reference/variables/DataspaceProtocolEndpointType.md +96 -0
  186. package/docs/reference/variables/DataspaceProtocolTransferProcessStateType.md +38 -0
  187. package/docs/reference/variables/DataspaceProtocolTransferProcessTypes.md +62 -0
  188. package/locales/en.json +7 -1
  189. package/package.json +3 -3
  190. package/dist/es/dataTypes/dataspaceProtolDataTypes.js +0 -100
  191. package/dist/es/dataTypes/dataspaceProtolDataTypes.js.map +0 -1
  192. package/dist/es/models/catalog/ICatalogError.js +0 -2
  193. package/dist/es/models/catalog/ICatalogError.js.map +0 -1
  194. package/dist/es/models/catalog/ICatalogRequestMessage.js +0 -2
  195. package/dist/es/models/catalog/ICatalogRequestMessage.js.map +0 -1
  196. package/dist/es/models/catalog/IDatasetRequestMessage.js +0 -2
  197. package/dist/es/models/catalog/IDatasetRequestMessage.js.map +0 -1
  198. package/dist/es/models/catalog/catalogTypes.js.map +0 -1
  199. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js +0 -2
  200. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js.map +0 -1
  201. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js +0 -2
  202. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js.map +0 -1
  203. package/dist/es/models/contractNegotiation/IContractNegotiation.js +0 -2
  204. package/dist/es/models/contractNegotiation/IContractNegotiation.js.map +0 -1
  205. package/dist/es/models/contractNegotiation/IContractNegotiationError.js +0 -2
  206. package/dist/es/models/contractNegotiation/IContractNegotiationError.js.map +0 -1
  207. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js +0 -2
  208. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js.map +0 -1
  209. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js +0 -2
  210. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js.map +0 -1
  211. package/dist/es/models/contractNegotiation/IContractOfferMessage.js +0 -2
  212. package/dist/es/models/contractNegotiation/IContractOfferMessage.js.map +0 -1
  213. package/dist/es/models/contractNegotiation/IContractRequestMessage.js +0 -2
  214. package/dist/es/models/contractNegotiation/IContractRequestMessage.js.map +0 -1
  215. package/dist/es/models/contractNegotiation/contractNegotiationTypes.js.map +0 -1
  216. package/dist/es/models/contractNegotiation/types/contractNegotiationEventType.js.map +0 -1
  217. package/dist/es/models/contractNegotiation/types/contractNegotiationStateType.js.map +0 -1
  218. package/dist/types/models/contractNegotiation/contractNegotiationTypes.d.ts +0 -50
  219. package/docs/reference/type-aliases/CatalogTypes.md +0 -5
  220. package/docs/reference/type-aliases/ContractNegotiationEventType.md +0 -5
  221. package/docs/reference/type-aliases/ContractNegotiationStateType.md +0 -5
  222. package/docs/reference/type-aliases/ContractNegotiationTypes.md +0 -5
  223. package/docs/reference/variables/ContractNegotiationTypes.md +0 -68
  224. /package/dist/types/dataTypes/{dataspaceProtolDataTypes.d.ts → dataspaceProtocolDataTypes.d.ts} +0 -0
package/docs/changelog.md CHANGED
@@ -1,5 +1,661 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
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.39 to 0.0.3-next.40
16
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.39 to 0.0.3-next.40
17
+ * devDependencies
18
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.39 to 0.0.3-next.40
19
+
20
+ ## [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)
21
+
22
+
23
+ ### Miscellaneous Chores
24
+
25
+ * **standards-dataspace-protocol:** Synchronize repo versions
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.38 to 0.0.3-next.39
33
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.38 to 0.0.3-next.39
34
+ * devDependencies
35
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.38 to 0.0.3-next.39
36
+
37
+ ## [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)
38
+
39
+
40
+ ### Miscellaneous Chores
41
+
42
+ * **standards-dataspace-protocol:** Synchronize repo versions
43
+
44
+
45
+ ### Dependencies
46
+
47
+ * The following workspace dependencies were updated
48
+ * dependencies
49
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.37 to 0.0.3-next.38
50
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.37 to 0.0.3-next.38
51
+ * devDependencies
52
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.37 to 0.0.3-next.38
53
+
54
+ ## [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)
55
+
56
+
57
+ ### Miscellaneous Chores
58
+
59
+ * **standards-dataspace-protocol:** Synchronize repo versions
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.36 to 0.0.3-next.37
67
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.36 to 0.0.3-next.37
68
+ * devDependencies
69
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.36 to 0.0.3-next.37
70
+
71
+ ## [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)
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.35 to 0.0.3-next.36
84
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.35 to 0.0.3-next.36
85
+ * devDependencies
86
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.35 to 0.0.3-next.36
87
+
88
+ ## [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)
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.34 to 0.0.3-next.35
101
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.34 to 0.0.3-next.35
102
+ * devDependencies
103
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.34 to 0.0.3-next.35
104
+
105
+ ## [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)
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.33 to 0.0.3-next.34
118
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.33 to 0.0.3-next.34
119
+ * devDependencies
120
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.33 to 0.0.3-next.34
121
+
122
+ ## [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)
123
+
124
+
125
+ ### Features
126
+
127
+ * add context id features ([#64](https://github.com/twinfoundation/standards/issues/64)) ([e68bb87](https://github.com/twinfoundation/standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
128
+ * add dataspace protocol dataset ([06b2180](https://github.com/twinfoundation/standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
129
+ * add dataspace protocol dataset ([26d9031](https://github.com/twinfoundation/standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
130
+ * add ds protocol catalog dataset ([#86](https://github.com/twinfoundation/standards/issues/86)) ([45600e6](https://github.com/twinfoundation/standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
131
+ * add missing const modifiers for enum const ([0f40483](https://github.com/twinfoundation/standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
132
+ * add missing const modifiers for enum const ([7e66eaf](https://github.com/twinfoundation/standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
133
+ * adding twin protocol endpoins constants ([#133](https://github.com/twinfoundation/standards/issues/133)) ([3592c81](https://github.com/twinfoundation/standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
134
+ * ds protocol - data transfer ([#77](https://github.com/twinfoundation/standards/issues/77)) ([1bf0375](https://github.com/twinfoundation/standards/commit/1bf03750c74daaa0eb133b03927a0f40eb27a1e3))
135
+ * implement Dataspace Protocol Objects ([#73](https://github.com/twinfoundation/standards/issues/73)) ([2505495](https://github.com/twinfoundation/standards/commit/2505495c03b54a6606a775d7f2211308372c7cc6))
136
+ * improved namespaces and contexts ([#102](https://github.com/twinfoundation/standards/issues/102)) ([c74c370](https://github.com/twinfoundation/standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
137
+ * naming fixing and usage ([#98](https://github.com/twinfoundation/standards/issues/98)) ([9e95344](https://github.com/twinfoundation/standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
138
+ * register schemas at hosted location ([#128](https://github.com/twinfoundation/standards/issues/128)) ([ab35298](https://github.com/twinfoundation/standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
139
+ * update registrations ([dd3c92f](https://github.com/twinfoundation/standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
140
+ * update schemas ([c3c11e0](https://github.com/twinfoundation/standards/commit/c3c11e07da6c0d3eac5ea4a68e3ad57f022b2351))
141
+ * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
142
+ * w3id endpoints constants added ([#131](https://github.com/twinfoundation/standards/issues/131)) ([5fe981a](https://github.com/twinfoundation/standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
143
+
144
+
145
+ ### Bug Fixes
146
+
147
+ * adapting regex to fix the bad behavior ([#107](https://github.com/twinfoundation/standards/issues/107)) ([17ba814](https://github.com/twinfoundation/standards/commit/17ba8140b6356a1c4d5923c91a28a996f22af484))
148
+ * context doc name ([e994ebc](https://github.com/twinfoundation/standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
149
+ * correct registration type for DS DCAT3 type ([04703df](https://github.com/twinfoundation/standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
150
+ * 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))
151
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/twinfoundation/standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
152
+ * DS Protocol LDContext ([931679d](https://github.com/twinfoundation/standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
153
+ * dspace protocol context ([769c758](https://github.com/twinfoundation/standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
154
+ * 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))
155
+ * omit context for dcat objects in dspace protocol ([#104](https://github.com/twinfoundation/standards/issues/104)) ([05004d4](https://github.com/twinfoundation/standards/commit/05004d40734a1e87473cb99c67e6c1c217cdf0c0))
156
+ * 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))
157
+ * updating the missing packages ([#114](https://github.com/twinfoundation/standards/issues/114)) ([90b03f8](https://github.com/twinfoundation/standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
158
+ * 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))
159
+
160
+
161
+ ### Dependencies
162
+
163
+ * The following workspace dependencies were updated
164
+ * dependencies
165
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.32 to 0.0.3-next.33
166
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.32 to 0.0.3-next.33
167
+ * devDependencies
168
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.32 to 0.0.3-next.33
169
+
170
+ ## [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)
171
+
172
+
173
+ ### Miscellaneous Chores
174
+
175
+ * **standards-dataspace-protocol:** Synchronize repo versions
176
+
177
+
178
+ ### Dependencies
179
+
180
+ * The following workspace dependencies were updated
181
+ * dependencies
182
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.31 to 0.0.3-next.32
183
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.31 to 0.0.3-next.32
184
+ * devDependencies
185
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.31 to 0.0.3-next.32
186
+
187
+ ## [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)
188
+
189
+
190
+ ### Miscellaneous Chores
191
+
192
+ * **standards-dataspace-protocol:** Synchronize repo versions
193
+
194
+
195
+ ### Dependencies
196
+
197
+ * The following workspace dependencies were updated
198
+ * dependencies
199
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.30 to 0.0.3-next.31
200
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.30 to 0.0.3-next.31
201
+ * devDependencies
202
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.30 to 0.0.3-next.31
203
+
204
+ ## [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)
205
+
206
+
207
+ ### Miscellaneous Chores
208
+
209
+ * **standards-dataspace-protocol:** Synchronize repo versions
210
+
211
+
212
+ ### Dependencies
213
+
214
+ * The following workspace dependencies were updated
215
+ * dependencies
216
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.29 to 0.0.3-next.30
217
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.29 to 0.0.3-next.30
218
+ * devDependencies
219
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.29 to 0.0.3-next.30
220
+
221
+ ## [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)
222
+
223
+
224
+ ### Features
225
+
226
+ * adding twin protocol endpoins constants ([#133](https://github.com/twinfoundation/standards/issues/133)) ([3592c81](https://github.com/twinfoundation/standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
227
+
228
+
229
+ ### Dependencies
230
+
231
+ * The following workspace dependencies were updated
232
+ * dependencies
233
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.28 to 0.0.3-next.29
234
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.28 to 0.0.3-next.29
235
+ * devDependencies
236
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.28 to 0.0.3-next.29
237
+
238
+ ## [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)
239
+
240
+
241
+ ### Miscellaneous Chores
242
+
243
+ * **standards-dataspace-protocol:** Synchronize repo versions
244
+
245
+
246
+ ### Dependencies
247
+
248
+ * The following workspace dependencies were updated
249
+ * dependencies
250
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.27 to 0.0.3-next.28
251
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.27 to 0.0.3-next.28
252
+ * devDependencies
253
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.27 to 0.0.3-next.28
254
+
255
+ ## [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)
256
+
257
+
258
+ ### Miscellaneous Chores
259
+
260
+ * **standards-dataspace-protocol:** Synchronize repo versions
261
+
262
+
263
+ ### Dependencies
264
+
265
+ * The following workspace dependencies were updated
266
+ * dependencies
267
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.26 to 0.0.3-next.27
268
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.26 to 0.0.3-next.27
269
+ * devDependencies
270
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.26 to 0.0.3-next.27
271
+
272
+ ## [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)
273
+
274
+
275
+ ### Features
276
+
277
+ * w3id endpoints constants added ([#131](https://github.com/twinfoundation/standards/issues/131)) ([5fe981a](https://github.com/twinfoundation/standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
278
+
279
+
280
+ ### Dependencies
281
+
282
+ * The following workspace dependencies were updated
283
+ * dependencies
284
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.25 to 0.0.3-next.26
285
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.25 to 0.0.3-next.26
286
+ * devDependencies
287
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.25 to 0.0.3-next.26
288
+
289
+ ## [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)
290
+
291
+
292
+ ### Features
293
+
294
+ * register schemas at hosted location ([#128](https://github.com/twinfoundation/standards/issues/128)) ([ab35298](https://github.com/twinfoundation/standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
295
+
296
+
297
+ ### Dependencies
298
+
299
+ * The following workspace dependencies were updated
300
+ * dependencies
301
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.24 to 0.0.3-next.25
302
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.24 to 0.0.3-next.25
303
+ * devDependencies
304
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.24 to 0.0.3-next.25
305
+
306
+ ## [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)
307
+
308
+
309
+ ### Miscellaneous Chores
310
+
311
+ * **standards-dataspace-protocol:** Synchronize repo versions
312
+
313
+
314
+ ### Dependencies
315
+
316
+ * The following workspace dependencies were updated
317
+ * dependencies
318
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.23 to 0.0.3-next.24
319
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.23 to 0.0.3-next.24
320
+ * devDependencies
321
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.23 to 0.0.3-next.24
322
+
323
+ ## [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)
324
+
325
+
326
+ ### Miscellaneous Chores
327
+
328
+ * **standards-dataspace-protocol:** Synchronize repo versions
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.22 to 0.0.3-next.23
336
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.22 to 0.0.3-next.23
337
+ * devDependencies
338
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.22 to 0.0.3-next.23
339
+
340
+ ## [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)
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.21 to 0.0.3-next.22
353
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.21 to 0.0.3-next.22
354
+ * devDependencies
355
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.21 to 0.0.3-next.22
356
+
357
+ ## [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)
358
+
359
+
360
+ ### Features
361
+
362
+ * update registrations ([dd3c92f](https://github.com/twinfoundation/standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
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.20 to 0.0.3-next.21
370
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.20 to 0.0.3-next.21
371
+ * devDependencies
372
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.20 to 0.0.3-next.21
373
+
374
+ ## [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)
375
+
376
+
377
+ ### Bug Fixes
378
+
379
+ * 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))
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.19 to 0.0.3-next.20
387
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.19 to 0.0.3-next.20
388
+ * devDependencies
389
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.19 to 0.0.3-next.20
390
+
391
+ ## [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)
392
+
393
+
394
+ ### Bug Fixes
395
+
396
+ * dspace protocol context ([769c758](https://github.com/twinfoundation/standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
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.18 to 0.0.3-next.19
404
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.18 to 0.0.3-next.19
405
+ * devDependencies
406
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.18 to 0.0.3-next.19
407
+
408
+ ## [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)
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.17 to 0.0.3-next.18
421
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.17 to 0.0.3-next.18
422
+ * devDependencies
423
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.17 to 0.0.3-next.18
424
+
425
+ ## [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)
426
+
427
+
428
+ ### Bug Fixes
429
+
430
+ * updating the missing packages ([#114](https://github.com/twinfoundation/standards/issues/114)) ([90b03f8](https://github.com/twinfoundation/standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
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.16 to 0.0.3-next.17
438
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.16 to 0.0.3-next.17
439
+ * devDependencies
440
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.16 to 0.0.3-next.17
441
+
442
+ ## [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)
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.15 to 0.0.3-next.16
455
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.15 to 0.0.3-next.16
456
+ * devDependencies
457
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.15 to 0.0.3-next.16
458
+
459
+ ## [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)
460
+
461
+
462
+ ### Features
463
+
464
+ * add missing const modifiers for enum const ([0f40483](https://github.com/twinfoundation/standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
465
+ * add missing const modifiers for enum const ([7e66eaf](https://github.com/twinfoundation/standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
466
+
467
+
468
+ ### Dependencies
469
+
470
+ * The following workspace dependencies were updated
471
+ * dependencies
472
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.14 to 0.0.3-next.15
473
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.14 to 0.0.3-next.15
474
+ * devDependencies
475
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.14 to 0.0.3-next.15
476
+
477
+ ## [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)
478
+
479
+
480
+ ### Bug Fixes
481
+
482
+ * correct registration type for DS DCAT3 type ([04703df](https://github.com/twinfoundation/standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
483
+
484
+
485
+ ### Dependencies
486
+
487
+ * The following workspace dependencies were updated
488
+ * dependencies
489
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.13 to 0.0.3-next.14
490
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.13 to 0.0.3-next.14
491
+ * devDependencies
492
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.13 to 0.0.3-next.14
493
+
494
+ ## [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)
495
+
496
+
497
+ ### Bug Fixes
498
+
499
+ * adapting regex to fix the bad behavior ([#107](https://github.com/twinfoundation/standards/issues/107)) ([17ba814](https://github.com/twinfoundation/standards/commit/17ba8140b6356a1c4d5923c91a28a996f22af484))
500
+
501
+
502
+ ### Dependencies
503
+
504
+ * The following workspace dependencies were updated
505
+ * dependencies
506
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.12 to 0.0.3-next.13
507
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.12 to 0.0.3-next.13
508
+ * devDependencies
509
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.12 to 0.0.3-next.13
510
+
511
+ ## [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)
512
+
513
+
514
+ ### Bug Fixes
515
+
516
+ * omit context for dcat objects in dspace protocol ([#104](https://github.com/twinfoundation/standards/issues/104)) ([05004d4](https://github.com/twinfoundation/standards/commit/05004d40734a1e87473cb99c67e6c1c217cdf0c0))
517
+
518
+
519
+ ### Dependencies
520
+
521
+ * The following workspace dependencies were updated
522
+ * dependencies
523
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.11 to 0.0.3-next.12
524
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.11 to 0.0.3-next.12
525
+ * devDependencies
526
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.11 to 0.0.3-next.12
527
+
528
+ ## [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)
529
+
530
+
531
+ ### Features
532
+
533
+ * improved namespaces and contexts ([#102](https://github.com/twinfoundation/standards/issues/102)) ([c74c370](https://github.com/twinfoundation/standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
534
+
535
+
536
+ ### Dependencies
537
+
538
+ * The following workspace dependencies were updated
539
+ * dependencies
540
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.10 to 0.0.3-next.11
541
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.10 to 0.0.3-next.11
542
+ * devDependencies
543
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.10 to 0.0.3-next.11
544
+
545
+ ## [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)
546
+
547
+
548
+ ### Features
549
+
550
+ * naming fixing and usage ([#98](https://github.com/twinfoundation/standards/issues/98)) ([9e95344](https://github.com/twinfoundation/standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
551
+
552
+
553
+ ### Dependencies
554
+
555
+ * The following workspace dependencies were updated
556
+ * dependencies
557
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.9 to 0.0.3-next.10
558
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.9 to 0.0.3-next.10
559
+ * devDependencies
560
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.9 to 0.0.3-next.10
561
+
562
+ ## [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)
563
+
564
+
565
+ ### Bug Fixes
566
+
567
+ * 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))
568
+
569
+
570
+ ### Dependencies
571
+
572
+ * The following workspace dependencies were updated
573
+ * dependencies
574
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.8 to 0.0.3-next.9
575
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.8 to 0.0.3-next.9
576
+ * devDependencies
577
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.8 to 0.0.3-next.9
578
+
579
+ ## [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)
580
+
581
+
582
+ ### Features
583
+
584
+ * add dataspace protocol dataset ([06b2180](https://github.com/twinfoundation/standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
585
+ * add dataspace protocol dataset ([26d9031](https://github.com/twinfoundation/standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
586
+ * add ds protocol catalog dataset ([#86](https://github.com/twinfoundation/standards/issues/86)) ([45600e6](https://github.com/twinfoundation/standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
587
+
588
+
589
+ ### Bug Fixes
590
+
591
+ * 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))
592
+
593
+
594
+ ### Dependencies
595
+
596
+ * The following workspace dependencies were updated
597
+ * dependencies
598
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.7 to 0.0.3-next.8
599
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.7 to 0.0.3-next.8
600
+ * devDependencies
601
+ * @twin.org/standards-ld-contexts bumped from next to 0.0.3-next.8
602
+
603
+ ## [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)
604
+
605
+
606
+ ### Features
607
+
608
+ * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
609
+
610
+
611
+ ### Bug Fixes
612
+
613
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/twinfoundation/standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
614
+ * DS Protocol LDContext ([931679d](https://github.com/twinfoundation/standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
615
+
616
+
617
+ ### Dependencies
618
+
619
+ * The following workspace dependencies were updated
620
+ * dependencies
621
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.6 to 0.0.3-next.7
622
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.6 to 0.0.3-next.7
623
+
624
+ ## [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)
625
+
626
+
627
+ ### Bug Fixes
628
+
629
+ * context doc name ([e994ebc](https://github.com/twinfoundation/standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
630
+
631
+
632
+ ### Dependencies
633
+
634
+ * The following workspace dependencies were updated
635
+ * dependencies
636
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.5 to 0.0.3-next.6
637
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.5 to 0.0.3-next.6
638
+
639
+ ## [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)
640
+
641
+
642
+ ### Features
643
+
644
+ * ds protocol - data transfer ([#77](https://github.com/twinfoundation/standards/issues/77)) ([1bf0375](https://github.com/twinfoundation/standards/commit/1bf03750c74daaa0eb133b03927a0f40eb27a1e3))
645
+
646
+
647
+ ### Bug Fixes
648
+
649
+ * 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))
650
+
651
+
652
+ ### Dependencies
653
+
654
+ * The following workspace dependencies were updated
655
+ * dependencies
656
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.4 to 0.0.3-next.5
657
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.4 to 0.0.3-next.5
658
+
3
659
  ## [0.0.3-next.4](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.3...standards-dataspace-protocol-v0.0.3-next.4) (2025-11-18)
4
660
 
5
661