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

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