@twin.org/standards-dataspace-protocol 0.0.3-next.3 → 0.0.3-next.30

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 (228) 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 +60 -71
  4. package/dist/es/dataTypes/contractNegotiationDataTypes.js.map +1 -1
  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 +41 -14
  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/dataspaceProtocolCatalogTypes.js +38 -0
  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} +3 -3
  44. package/dist/es/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js.map +1 -0
  45. package/dist/es/models/contractNegotiation/types/{contractNegotiationEventType.js → dataspaceProtocolContractNegotiationEventType.js} +3 -3
  46. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js.map +1 -0
  47. package/dist/es/models/contractNegotiation/types/{contractNegotiationStateType.js → dataspaceProtocolContractNegotiationStateType.js} +3 -3
  48. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js.map +1 -0
  49. package/dist/es/models/dataspaceProtocolContextType.js +2 -0
  50. package/dist/es/models/dataspaceProtocolContextType.js.map +1 -0
  51. package/dist/es/models/dataspaceProtocolContexts.js +25 -0
  52. package/dist/es/models/dataspaceProtocolContexts.js.map +1 -0
  53. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js +2 -0
  54. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js.map +1 -0
  55. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js +2 -0
  56. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js.map +1 -0
  57. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js +2 -0
  58. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js.map +1 -0
  59. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js +2 -0
  60. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js.map +1 -0
  61. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js +2 -0
  62. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js.map +1 -0
  63. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js +2 -0
  64. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js.map +1 -0
  65. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js +2 -0
  66. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js.map +1 -0
  67. package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js +4 -0
  68. package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js.map +1 -0
  69. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js +2 -0
  70. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js.map +1 -0
  71. package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js +46 -0
  72. package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js.map +1 -0
  73. package/dist/es/models/transferProcess/types/dataspaceProtocolEndpointType.js +89 -0
  74. package/dist/es/models/transferProcess/types/dataspaceProtocolEndpointType.js.map +1 -0
  75. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js +30 -0
  76. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js.map +1 -0
  77. package/dist/es/schemas/DataspaceProtocolCatalog.json +11 -0
  78. package/dist/es/schemas/DataspaceProtocolCatalogError.json +78 -0
  79. package/dist/es/schemas/DataspaceProtocolCatalogRequestMessage.json +73 -0
  80. package/dist/es/schemas/{ContractAgreementMessage.json → DataspaceProtocolContractAgreementMessage.json} +14 -5
  81. package/dist/es/schemas/{ContractAgreementVerificationMessage.json → DataspaceProtocolContractAgreementVerificationMessage.json} +14 -5
  82. package/dist/es/schemas/{ContractNegotiation.json → DataspaceProtocolContractNegotiation.json} +15 -6
  83. package/dist/es/schemas/{ContractNegotiationError.json → DataspaceProtocolContractNegotiationError.json} +15 -39
  84. package/dist/es/schemas/{ContractNegotiationEventMessage.json → DataspaceProtocolContractNegotiationEventMessage.json} +15 -6
  85. package/dist/es/schemas/{ContractNegotiationEventType.json → DataspaceProtocolContractNegotiationEventType.json} +1 -1
  86. package/dist/es/schemas/{ContractNegotiationStateType.json → DataspaceProtocolContractNegotiationStateType.json} +1 -1
  87. package/dist/es/schemas/{ContractNegotiationTerminationMessage.json → DataspaceProtocolContractNegotiationTerminationMessage.json} +14 -5
  88. package/dist/es/schemas/{ContractOfferMessage.json → DataspaceProtocolContractOfferMessage.json} +14 -5
  89. package/dist/es/schemas/{ContractRequestMessage.json → DataspaceProtocolContractRequestMessage.json} +14 -5
  90. package/dist/es/schemas/DataspaceProtocolDataAddress.json +33 -0
  91. package/dist/es/schemas/DataspaceProtocolDataset.json +11 -0
  92. package/dist/es/schemas/DataspaceProtocolDatasetRequestMessage.json +73 -0
  93. package/dist/es/schemas/DataspaceProtocolEndpointProperty.json +27 -0
  94. package/dist/es/schemas/DataspaceProtocolTransferCompletionMessage.json +78 -0
  95. package/dist/es/schemas/DataspaceProtocolTransferError.json +87 -0
  96. package/dist/es/schemas/DataspaceProtocolTransferProcess.json +83 -0
  97. package/dist/es/schemas/DataspaceProtocolTransferRequestMessage.json +92 -0
  98. package/dist/es/schemas/DataspaceProtocolTransferStartMessage.json +82 -0
  99. package/dist/es/schemas/DataspaceProtocolTransferSuspensionMessage.json +87 -0
  100. package/dist/es/schemas/DataspaceProtocolTransferTerminationMessage.json +87 -0
  101. package/dist/es/schemas-src/DataspaceProtocolDataService.json +11 -0
  102. package/dist/es/schemas-src/DataspaceProtocolDistribution.json +11 -0
  103. package/dist/es/utils/dataspaceProtocolHelper.js +110 -0
  104. package/dist/es/utils/dataspaceProtocolHelper.js.map +1 -0
  105. package/dist/types/dataTypes/catalogDataTypes.d.ts +9 -0
  106. package/dist/types/dataTypes/contractNegotiationDataTypes.d.ts +1 -5
  107. package/dist/types/dataTypes/dataspaceProtocolDataTypes.d.ts +13 -0
  108. package/dist/types/dataTypes/transferProcessDataTypes.d.ts +9 -0
  109. package/dist/types/index.d.ts +37 -13
  110. package/dist/types/models/catalog/IDataspaceProtocolCatalog.d.ts +63 -0
  111. package/dist/types/models/catalog/IDataspaceProtocolCatalogError.d.ts +24 -0
  112. package/dist/types/models/catalog/IDataspaceProtocolCatalogRequestMessage.d.ts +20 -0
  113. package/dist/types/models/catalog/IDataspaceProtocolDataService.d.ts +49 -0
  114. package/dist/types/models/catalog/IDataspaceProtocolDataset.d.ts +66 -0
  115. package/dist/types/models/catalog/IDataspaceProtocolDatasetRequestMessage.d.ts +20 -0
  116. package/dist/types/models/catalog/IDataspaceProtocolDistribution.d.ts +70 -0
  117. package/dist/types/models/catalog/dataspaceProtocolCatalogTypes.d.ts +38 -0
  118. package/dist/types/models/contractNegotiation/{IContractAgreementMessage.d.ts → IDataspaceProtocolContractAgreementMessage.d.ts} +5 -5
  119. package/dist/types/models/contractNegotiation/{IContractAgreementVerificationMessage.d.ts → IDataspaceProtocolContractAgreementVerificationMessage.d.ts} +5 -5
  120. package/dist/types/models/contractNegotiation/IDataspaceProtocolContractNegotiation.d.ts +29 -0
  121. package/dist/types/models/contractNegotiation/{IContractNegotiationError.d.ts → IDataspaceProtocolContractNegotiationError.d.ts} +6 -16
  122. package/dist/types/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.d.ts +29 -0
  123. package/dist/types/models/contractNegotiation/{IContractNegotiationTerminationMessage.d.ts → IDataspaceProtocolContractNegotiationTerminationMessage.d.ts} +5 -5
  124. package/dist/types/models/contractNegotiation/{IContractOfferMessage.d.ts → IDataspaceProtocolContractOfferMessage.d.ts} +5 -5
  125. package/dist/types/models/contractNegotiation/{IContractRequestMessage.d.ts → IDataspaceProtocolContractRequestMessage.d.ts} +5 -5
  126. package/dist/types/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.d.ts +50 -0
  127. package/dist/types/models/contractNegotiation/types/{contractNegotiationEventType.d.ts → dataspaceProtocolContractNegotiationEventType.d.ts} +2 -2
  128. package/dist/types/models/contractNegotiation/types/{contractNegotiationStateType.d.ts → dataspaceProtocolContractNegotiationStateType.d.ts} +2 -2
  129. package/dist/types/models/dataspaceProtocolContextType.d.ts +14 -0
  130. package/dist/types/models/dataspaceProtocolContexts.d.ts +25 -0
  131. package/dist/types/models/transferProcess/IDataspaceProtocolDataAddress.d.ts +24 -0
  132. package/dist/types/models/transferProcess/IDataspaceProtocolEndpointProperty.d.ts +19 -0
  133. package/dist/types/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.d.ts +24 -0
  134. package/dist/types/models/transferProcess/IDataspaceProtocolTransferError.d.ts +32 -0
  135. package/dist/types/models/transferProcess/IDataspaceProtocolTransferProcess.d.ts +29 -0
  136. package/dist/types/models/transferProcess/IDataspaceProtocolTransferRequestMessage.d.ts +39 -0
  137. package/dist/types/models/transferProcess/IDataspaceProtocolTransferStartMessage.d.ts +30 -0
  138. package/dist/types/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.d.ts +32 -0
  139. package/dist/types/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.d.ts +32 -0
  140. package/dist/types/models/transferProcess/dataspaceProtocolTransferProcessTypes.d.ts +46 -0
  141. package/dist/types/models/transferProcess/types/dataspaceProtocolEndpointType.d.ts +89 -0
  142. package/dist/types/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.d.ts +30 -0
  143. package/dist/types/utils/dataspaceProtocolHelper.d.ts +20 -0
  144. package/docs/changelog.md +470 -0
  145. package/docs/reference/classes/CatalogDataTypes.md +25 -0
  146. package/docs/reference/classes/ContractNegotiationDataTypes.md +1 -13
  147. package/docs/reference/classes/DataspaceProtocolDataTypes.md +37 -0
  148. package/docs/reference/classes/DataspaceProtocolHelper.md +63 -0
  149. package/docs/reference/classes/TransferProcessDataTypes.md +25 -0
  150. package/docs/reference/index.md +45 -17
  151. package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +96 -0
  152. package/docs/reference/interfaces/IDataspaceProtocolCatalogError.md +36 -0
  153. package/docs/reference/interfaces/IDataspaceProtocolCatalogRequestMessage.md +28 -0
  154. package/docs/reference/interfaces/{IContractAgreementMessage.md → IDataspaceProtocolContractAgreementMessage.md} +3 -3
  155. package/docs/reference/interfaces/{IContractAgreementVerificationMessage.md → IDataspaceProtocolContractAgreementVerificationMessage.md} +3 -3
  156. package/docs/reference/interfaces/{IContractNegotiation.md → IDataspaceProtocolContractNegotiation.md} +4 -4
  157. package/docs/reference/interfaces/{IContractNegotiationError.md → IDataspaceProtocolContractNegotiationError.md} +4 -28
  158. package/docs/reference/interfaces/{IContractNegotiationEventMessage.md → IDataspaceProtocolContractNegotiationEventMessage.md} +4 -4
  159. package/docs/reference/interfaces/{IContractNegotiationTerminationMessage.md → IDataspaceProtocolContractNegotiationTerminationMessage.md} +3 -3
  160. package/docs/reference/interfaces/{IContractOfferMessage.md → IDataspaceProtocolContractOfferMessage.md} +3 -3
  161. package/docs/reference/interfaces/{IContractRequestMessage.md → IDataspaceProtocolContractRequestMessage.md} +3 -3
  162. package/docs/reference/interfaces/IDataspaceProtocolDataAddress.md +36 -0
  163. package/docs/reference/interfaces/IDataspaceProtocolDataService.md +72 -0
  164. package/docs/reference/interfaces/IDataspaceProtocolDataset.md +90 -0
  165. package/docs/reference/interfaces/IDataspaceProtocolDatasetRequestMessage.md +28 -0
  166. package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +98 -0
  167. package/docs/reference/interfaces/IDataspaceProtocolEndpointProperty.md +28 -0
  168. package/docs/reference/interfaces/IDataspaceProtocolTransferCompletionMessage.md +36 -0
  169. package/docs/reference/interfaces/IDataspaceProtocolTransferError.md +52 -0
  170. package/docs/reference/interfaces/IDataspaceProtocolTransferProcess.md +44 -0
  171. package/docs/reference/interfaces/IDataspaceProtocolTransferRequestMessage.md +62 -0
  172. package/docs/reference/interfaces/IDataspaceProtocolTransferStartMessage.md +45 -0
  173. package/docs/reference/interfaces/IDataspaceProtocolTransferSuspensionMessage.md +52 -0
  174. package/docs/reference/interfaces/IDataspaceProtocolTransferTerminationMessage.md +52 -0
  175. package/docs/reference/type-aliases/DataspaceProtocolCatalogTypes.md +5 -0
  176. package/docs/reference/type-aliases/DataspaceProtocolContextType.md +5 -0
  177. package/docs/reference/type-aliases/DataspaceProtocolContexts.md +5 -0
  178. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationEventType.md +5 -0
  179. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationStateType.md +5 -0
  180. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationTypes.md +5 -0
  181. package/docs/reference/type-aliases/DataspaceProtocolEndpointType.md +12 -0
  182. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessStateType.md +5 -0
  183. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessTypes.md +5 -0
  184. package/docs/reference/variables/DataspaceProtocolCatalogTypes.md +50 -0
  185. package/docs/reference/variables/DataspaceProtocolContexts.md +31 -0
  186. package/docs/reference/variables/{ContractNegotiationEventType.md → DataspaceProtocolContractNegotiationEventType.md} +2 -2
  187. package/docs/reference/variables/{ContractNegotiationStateType.md → DataspaceProtocolContractNegotiationStateType.md} +2 -2
  188. package/docs/reference/variables/DataspaceProtocolContractNegotiationTypes.md +68 -0
  189. package/docs/reference/variables/DataspaceProtocolEndpointType.md +96 -0
  190. package/docs/reference/variables/DataspaceProtocolTransferProcessStateType.md +38 -0
  191. package/docs/reference/variables/DataspaceProtocolTransferProcessTypes.md +62 -0
  192. package/locales/en.json +7 -1
  193. package/package.json +3 -2
  194. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js +0 -2
  195. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js.map +0 -1
  196. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js +0 -2
  197. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js.map +0 -1
  198. package/dist/es/models/contractNegotiation/IContractNegotiation.js +0 -2
  199. package/dist/es/models/contractNegotiation/IContractNegotiation.js.map +0 -1
  200. package/dist/es/models/contractNegotiation/IContractNegotiationError.js +0 -2
  201. package/dist/es/models/contractNegotiation/IContractNegotiationError.js.map +0 -1
  202. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js +0 -2
  203. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js.map +0 -1
  204. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js +0 -2
  205. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js.map +0 -1
  206. package/dist/es/models/contractNegotiation/IContractOfferMessage.js +0 -2
  207. package/dist/es/models/contractNegotiation/IContractOfferMessage.js.map +0 -1
  208. package/dist/es/models/contractNegotiation/IContractRequestMessage.js +0 -2
  209. package/dist/es/models/contractNegotiation/IContractRequestMessage.js.map +0 -1
  210. package/dist/es/models/contractNegotiation/contractNegotiationContextType.js +0 -2
  211. package/dist/es/models/contractNegotiation/contractNegotiationContextType.js.map +0 -1
  212. package/dist/es/models/contractNegotiation/contractNegotiationContexts.js +0 -17
  213. package/dist/es/models/contractNegotiation/contractNegotiationContexts.js.map +0 -1
  214. package/dist/es/models/contractNegotiation/contractNegotiationTypes.js.map +0 -1
  215. package/dist/es/models/contractNegotiation/types/contractNegotiationEventType.js.map +0 -1
  216. package/dist/es/models/contractNegotiation/types/contractNegotiationStateType.js.map +0 -1
  217. package/dist/types/models/contractNegotiation/IContractNegotiation.d.ts +0 -29
  218. package/dist/types/models/contractNegotiation/IContractNegotiationEventMessage.d.ts +0 -29
  219. package/dist/types/models/contractNegotiation/contractNegotiationContextType.d.ts +0 -14
  220. package/dist/types/models/contractNegotiation/contractNegotiationContexts.d.ts +0 -17
  221. package/dist/types/models/contractNegotiation/contractNegotiationTypes.d.ts +0 -50
  222. package/docs/reference/type-aliases/ContractNegotiationContextType.md +0 -5
  223. package/docs/reference/type-aliases/ContractNegotiationContexts.md +0 -5
  224. package/docs/reference/type-aliases/ContractNegotiationEventType.md +0 -5
  225. package/docs/reference/type-aliases/ContractNegotiationStateType.md +0 -5
  226. package/docs/reference/type-aliases/ContractNegotiationTypes.md +0 -5
  227. package/docs/reference/variables/ContractNegotiationContexts.md +0 -19
  228. package/docs/reference/variables/ContractNegotiationTypes.md +0 -68
@@ -0,0 +1,89 @@
1
+ /**
2
+ * TWIN Data Space Protocol Profile endpoint type identifiers.
3
+ *
4
+ * This module defines endpoint types according to the TWIN Foundation's
5
+ * Data Space Protocol Profile (RFC 006), which extends the Eclipse Dataspace
6
+ * Protocol specification with TWIN-specific vocabulary.
7
+ *
8
+ * The TWIN vocabulary uses persistent identifiers under the
9
+ * https://schema.twindev.org namespace to provide stable, semantic
10
+ * identifiers for data space endpoint types.
11
+ *
12
+ * References:
13
+ * - TWIN RFC 006: https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md
14
+ * - TWIN DS Protocol Context: https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/twin-ds-protocol-profile.jsonld
15
+ * - Eclipse DSP Specification: https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/
16
+ * - RFC 001 (Query Interface): https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
17
+ */
18
+ export declare const DataspaceProtocolEndpointType: {
19
+ /**
20
+ * HTTPS Query Endpoint (TWIN DS Profile).
21
+ *
22
+ * Used for PULL transfers via the TWIN Data Space Connector Query interface.
23
+ * The consumer retrieves data by querying this endpoint using the data access token.
24
+ * Endpoint must implement the interface specified in RFC 001.
25
+ *
26
+ * Transfer Flow:
27
+ * 1. Consumer initiates transfer request
28
+ * 2. Provider returns this endpoint type with data access token
29
+ * 3. Consumer queries the endpoint with the token to retrieve data
30
+ *
31
+ * @see https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
32
+ * @see https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
33
+ */
34
+ readonly HttpsQueryEndpoint: "https://schema.twindev.org/dspace/v1/Https-Query-Endpoint";
35
+ /**
36
+ * HTTPS Activity Stream Endpoint (TWIN DS Profile).
37
+ *
38
+ * Used for PUSH transfers via Activity Streams 2.0 protocol.
39
+ * The provider actively sends data to the consumer's Activity Stream inbox endpoint.
40
+ * Based on W3C Activity Streams 2.0 specification.
41
+ *
42
+ * Transfer Flow:
43
+ * 1. Consumer initiates transfer request with this endpoint type
44
+ * 2. Consumer provides their Activity Stream inbox URL
45
+ * 3. Provider pushes data to the consumer's inbox as Activity Stream objects
46
+ *
47
+ * @see https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
48
+ * @see https://www.w3.org/TR/activitystreams-core/
49
+ * @see https://www.w3.org/TR/activitypub/
50
+ */
51
+ readonly HttpsActivityStreamEndpoint: "https://schema.twindev.org/dspace/v1/Https-Activity-Stream-Endpoint";
52
+ /**
53
+ * HTTP endpoint (IDSA W3ID v4.1).
54
+ *
55
+ * Persistent identifier for HTTP-based data access endpoints.
56
+ * This W3ID URL is used as a semantic identifier in JSON-LD contexts.
57
+ *
58
+ * Note: For TWIN-specific implementations, prefer using `HttpsQueryEndpoint`.
59
+ * This constant is provided for interoperability with IDSA-based systems.
60
+ *
61
+ * @see https://w3id.org/idsa/v4.1/HTTP
62
+ * @see https://github.com/International-Data-Spaces-Association/InformationModel
63
+ */
64
+ readonly HTTP: "https://w3id.org/idsa/v4.1/HTTP";
65
+ /**
66
+ * HTTPS endpoint (IDSA W3ID v4.1).
67
+ *
68
+ * Persistent identifier for HTTPS-based secure data access endpoints.
69
+ * This W3ID URL is used as a semantic identifier in JSON-LD contexts.
70
+ *
71
+ * Note: For TWIN-specific implementations, prefer using `HttpsQueryEndpoint`.
72
+ * This constant is provided for interoperability with IDSA-based systems.
73
+ *
74
+ * @see https://w3id.org/idsa/v4.1/HTTPS
75
+ * @see https://github.com/International-Data-Spaces-Association/InformationModel
76
+ */
77
+ readonly HTTPS: "https://w3id.org/idsa/v4.1/HTTPS";
78
+ };
79
+ /**
80
+ * Type representing all valid Dataspace Protocol endpoint types.
81
+ *
82
+ * All values are valid URIs as required by the DS Protocol JSON-LD context
83
+ * which defines endpointType as @type:@vocab.
84
+ *
85
+ * Includes:
86
+ * - TWIN RFC 006 types: HttpsQueryEndpoint, HttpsActivityStreamEndpoint
87
+ * - IDSA W3ID types: HTTP, HTTPS
88
+ */
89
+ export type DataspaceProtocolEndpointType = (typeof DataspaceProtocolEndpointType)[keyof typeof DataspaceProtocolEndpointType];
@@ -0,0 +1,30 @@
1
+ /**
2
+ * The states for Dataspace Protocol Transfer Process.
3
+ * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#ack-transfer-process
4
+ */
5
+ export declare const DataspaceProtocolTransferProcessStateType: {
6
+ /**
7
+ * Completed
8
+ */
9
+ readonly COMPLETED: "COMPLETED";
10
+ /**
11
+ * Requested
12
+ */
13
+ readonly REQUESTED: "REQUESTED";
14
+ /**
15
+ * Started
16
+ */
17
+ readonly STARTED: "STARTED";
18
+ /**
19
+ * Suspended
20
+ */
21
+ readonly SUSPENDED: "SUSPENDED";
22
+ /**
23
+ * Terminated
24
+ */
25
+ readonly TERMINATED: "TERMINATED";
26
+ };
27
+ /**
28
+ * The types for Dataspace Protocol Transfer.
29
+ */
30
+ export type DataspaceProtocolTransferProcessStateType = (typeof DataspaceProtocolTransferProcessStateType)[keyof typeof DataspaceProtocolTransferProcessStateType];
@@ -0,0 +1,20 @@
1
+ import { type IValidationFailure } from "@twin.org/core";
2
+ import { type IJsonLdNodeObject } from "@twin.org/data-json-ld";
3
+ /**
4
+ * Dataspace protocol helper.
5
+ */
6
+ export declare abstract class DataspaceProtocolHelper {
7
+ /**
8
+ * Checks whether the object passed as parameter is conformant to the DS Protocol definitions.
9
+ * @param object The object to check
10
+ * @param validationFailures the Validation failures obtained during the conformance checking.
11
+ * @returns true or false depending whether the object is conformant or not
12
+ */
13
+ static checkConformance(object: IJsonLdNodeObject, validationFailures: IValidationFailure[]): Promise<boolean>;
14
+ /**
15
+ * Normalizes the input object making it compliant with the DS Protocol specifications.
16
+ * @param object The input object.
17
+ * @returns The input object normalized.
18
+ */
19
+ static normalize(object: IJsonLdNodeObject): Promise<IJsonLdNodeObject>;
20
+ }
package/docs/changelog.md CHANGED
@@ -1,5 +1,475 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
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.29 to 0.0.3-next.30
16
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.29 to 0.0.3-next.30
17
+ * devDependencies
18
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.29 to 0.0.3-next.30
19
+
20
+ ## [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)
21
+
22
+
23
+ ### Features
24
+
25
+ * adding twin protocol endpoins constants ([#133](https://github.com/twinfoundation/standards/issues/133)) ([3592c81](https://github.com/twinfoundation/standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
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.28 to 0.0.3-next.29
33
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.28 to 0.0.3-next.29
34
+ * devDependencies
35
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.28 to 0.0.3-next.29
36
+
37
+ ## [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)
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.27 to 0.0.3-next.28
50
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.27 to 0.0.3-next.28
51
+ * devDependencies
52
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.27 to 0.0.3-next.28
53
+
54
+ ## [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)
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.26 to 0.0.3-next.27
67
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.26 to 0.0.3-next.27
68
+ * devDependencies
69
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.26 to 0.0.3-next.27
70
+
71
+ ## [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)
72
+
73
+
74
+ ### Features
75
+
76
+ * w3id endpoints constants added ([#131](https://github.com/twinfoundation/standards/issues/131)) ([5fe981a](https://github.com/twinfoundation/standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
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.25 to 0.0.3-next.26
84
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.25 to 0.0.3-next.26
85
+ * devDependencies
86
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.25 to 0.0.3-next.26
87
+
88
+ ## [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)
89
+
90
+
91
+ ### Features
92
+
93
+ * register schemas at hosted location ([#128](https://github.com/twinfoundation/standards/issues/128)) ([ab35298](https://github.com/twinfoundation/standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
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.24 to 0.0.3-next.25
101
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.24 to 0.0.3-next.25
102
+ * devDependencies
103
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.24 to 0.0.3-next.25
104
+
105
+ ## [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)
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.23 to 0.0.3-next.24
118
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.23 to 0.0.3-next.24
119
+ * devDependencies
120
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.23 to 0.0.3-next.24
121
+
122
+ ## [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)
123
+
124
+
125
+ ### Miscellaneous Chores
126
+
127
+ * **standards-dataspace-protocol:** Synchronize repo versions
128
+
129
+
130
+ ### Dependencies
131
+
132
+ * The following workspace dependencies were updated
133
+ * dependencies
134
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.22 to 0.0.3-next.23
135
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.22 to 0.0.3-next.23
136
+ * devDependencies
137
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.22 to 0.0.3-next.23
138
+
139
+ ## [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)
140
+
141
+
142
+ ### Miscellaneous Chores
143
+
144
+ * **standards-dataspace-protocol:** Synchronize repo versions
145
+
146
+
147
+ ### Dependencies
148
+
149
+ * The following workspace dependencies were updated
150
+ * dependencies
151
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.21 to 0.0.3-next.22
152
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.21 to 0.0.3-next.22
153
+ * devDependencies
154
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.21 to 0.0.3-next.22
155
+
156
+ ## [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)
157
+
158
+
159
+ ### Features
160
+
161
+ * update registrations ([dd3c92f](https://github.com/twinfoundation/standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
162
+
163
+
164
+ ### Dependencies
165
+
166
+ * The following workspace dependencies were updated
167
+ * dependencies
168
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.20 to 0.0.3-next.21
169
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.20 to 0.0.3-next.21
170
+ * devDependencies
171
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.20 to 0.0.3-next.21
172
+
173
+ ## [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)
174
+
175
+
176
+ ### Bug Fixes
177
+
178
+ * 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))
179
+
180
+
181
+ ### Dependencies
182
+
183
+ * The following workspace dependencies were updated
184
+ * dependencies
185
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.19 to 0.0.3-next.20
186
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.19 to 0.0.3-next.20
187
+ * devDependencies
188
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.19 to 0.0.3-next.20
189
+
190
+ ## [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)
191
+
192
+
193
+ ### Bug Fixes
194
+
195
+ * dspace protocol context ([769c758](https://github.com/twinfoundation/standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
196
+
197
+
198
+ ### Dependencies
199
+
200
+ * The following workspace dependencies were updated
201
+ * dependencies
202
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.18 to 0.0.3-next.19
203
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.18 to 0.0.3-next.19
204
+ * devDependencies
205
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.18 to 0.0.3-next.19
206
+
207
+ ## [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)
208
+
209
+
210
+ ### Miscellaneous Chores
211
+
212
+ * **standards-dataspace-protocol:** Synchronize repo versions
213
+
214
+
215
+ ### Dependencies
216
+
217
+ * The following workspace dependencies were updated
218
+ * dependencies
219
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.17 to 0.0.3-next.18
220
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.17 to 0.0.3-next.18
221
+ * devDependencies
222
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.17 to 0.0.3-next.18
223
+
224
+ ## [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)
225
+
226
+
227
+ ### Bug Fixes
228
+
229
+ * updating the missing packages ([#114](https://github.com/twinfoundation/standards/issues/114)) ([90b03f8](https://github.com/twinfoundation/standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
230
+
231
+
232
+ ### Dependencies
233
+
234
+ * The following workspace dependencies were updated
235
+ * dependencies
236
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.16 to 0.0.3-next.17
237
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.16 to 0.0.3-next.17
238
+ * devDependencies
239
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.16 to 0.0.3-next.17
240
+
241
+ ## [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)
242
+
243
+
244
+ ### Miscellaneous Chores
245
+
246
+ * **standards-dataspace-protocol:** Synchronize repo versions
247
+
248
+
249
+ ### Dependencies
250
+
251
+ * The following workspace dependencies were updated
252
+ * dependencies
253
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.15 to 0.0.3-next.16
254
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.15 to 0.0.3-next.16
255
+ * devDependencies
256
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.15 to 0.0.3-next.16
257
+
258
+ ## [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)
259
+
260
+
261
+ ### Features
262
+
263
+ * add missing const modifiers for enum const ([0f40483](https://github.com/twinfoundation/standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
264
+ * add missing const modifiers for enum const ([7e66eaf](https://github.com/twinfoundation/standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
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.14 to 0.0.3-next.15
272
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.14 to 0.0.3-next.15
273
+ * devDependencies
274
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.14 to 0.0.3-next.15
275
+
276
+ ## [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)
277
+
278
+
279
+ ### Bug Fixes
280
+
281
+ * correct registration type for DS DCAT3 type ([04703df](https://github.com/twinfoundation/standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
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.13 to 0.0.3-next.14
289
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.13 to 0.0.3-next.14
290
+ * devDependencies
291
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.13 to 0.0.3-next.14
292
+
293
+ ## [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)
294
+
295
+
296
+ ### Bug Fixes
297
+
298
+ * adapting regex to fix the bad behavior ([#107](https://github.com/twinfoundation/standards/issues/107)) ([17ba814](https://github.com/twinfoundation/standards/commit/17ba8140b6356a1c4d5923c91a28a996f22af484))
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.12 to 0.0.3-next.13
306
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.12 to 0.0.3-next.13
307
+ * devDependencies
308
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.12 to 0.0.3-next.13
309
+
310
+ ## [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)
311
+
312
+
313
+ ### Bug Fixes
314
+
315
+ * omit context for dcat objects in dspace protocol ([#104](https://github.com/twinfoundation/standards/issues/104)) ([05004d4](https://github.com/twinfoundation/standards/commit/05004d40734a1e87473cb99c67e6c1c217cdf0c0))
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.11 to 0.0.3-next.12
323
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.11 to 0.0.3-next.12
324
+ * devDependencies
325
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.11 to 0.0.3-next.12
326
+
327
+ ## [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)
328
+
329
+
330
+ ### Features
331
+
332
+ * improved namespaces and contexts ([#102](https://github.com/twinfoundation/standards/issues/102)) ([c74c370](https://github.com/twinfoundation/standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
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.10 to 0.0.3-next.11
340
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.10 to 0.0.3-next.11
341
+ * devDependencies
342
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.10 to 0.0.3-next.11
343
+
344
+ ## [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)
345
+
346
+
347
+ ### Features
348
+
349
+ * naming fixing and usage ([#98](https://github.com/twinfoundation/standards/issues/98)) ([9e95344](https://github.com/twinfoundation/standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
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.9 to 0.0.3-next.10
357
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.9 to 0.0.3-next.10
358
+ * devDependencies
359
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.9 to 0.0.3-next.10
360
+
361
+ ## [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)
362
+
363
+
364
+ ### Bug Fixes
365
+
366
+ * 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))
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.8 to 0.0.3-next.9
374
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.8 to 0.0.3-next.9
375
+ * devDependencies
376
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.8 to 0.0.3-next.9
377
+
378
+ ## [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)
379
+
380
+
381
+ ### Features
382
+
383
+ * add dataspace protocol dataset ([06b2180](https://github.com/twinfoundation/standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
384
+ * add dataspace protocol dataset ([26d9031](https://github.com/twinfoundation/standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
385
+ * add ds protocol catalog dataset ([#86](https://github.com/twinfoundation/standards/issues/86)) ([45600e6](https://github.com/twinfoundation/standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
386
+
387
+
388
+ ### Bug Fixes
389
+
390
+ * 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))
391
+
392
+
393
+ ### Dependencies
394
+
395
+ * The following workspace dependencies were updated
396
+ * dependencies
397
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.7 to 0.0.3-next.8
398
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.7 to 0.0.3-next.8
399
+ * devDependencies
400
+ * @twin.org/standards-ld-contexts bumped from next to 0.0.3-next.8
401
+
402
+ ## [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)
403
+
404
+
405
+ ### Features
406
+
407
+ * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
408
+
409
+
410
+ ### Bug Fixes
411
+
412
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/twinfoundation/standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
413
+ * DS Protocol LDContext ([931679d](https://github.com/twinfoundation/standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
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.6 to 0.0.3-next.7
421
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.6 to 0.0.3-next.7
422
+
423
+ ## [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)
424
+
425
+
426
+ ### Bug Fixes
427
+
428
+ * context doc name ([e994ebc](https://github.com/twinfoundation/standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
429
+
430
+
431
+ ### Dependencies
432
+
433
+ * The following workspace dependencies were updated
434
+ * dependencies
435
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.5 to 0.0.3-next.6
436
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.5 to 0.0.3-next.6
437
+
438
+ ## [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)
439
+
440
+
441
+ ### Features
442
+
443
+ * ds protocol - data transfer ([#77](https://github.com/twinfoundation/standards/issues/77)) ([1bf0375](https://github.com/twinfoundation/standards/commit/1bf03750c74daaa0eb133b03927a0f40eb27a1e3))
444
+
445
+
446
+ ### Bug Fixes
447
+
448
+ * 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))
449
+
450
+
451
+ ### Dependencies
452
+
453
+ * The following workspace dependencies were updated
454
+ * dependencies
455
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.4 to 0.0.3-next.5
456
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.4 to 0.0.3-next.5
457
+
458
+ ## [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)
459
+
460
+
461
+ ### Features
462
+
463
+ * implement Dataspace Protocol Objects ([#73](https://github.com/twinfoundation/standards/issues/73)) ([2505495](https://github.com/twinfoundation/standards/commit/2505495c03b54a6606a775d7f2211308372c7cc6))
464
+
465
+
466
+ ### Dependencies
467
+
468
+ * The following workspace dependencies were updated
469
+ * dependencies
470
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.3 to 0.0.3-next.4
471
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.3 to 0.0.3-next.4
472
+
3
473
  ## [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)
4
474
 
5
475
 
@@ -0,0 +1,25 @@
1
+ # Class: CatalogDataTypes
2
+
3
+ Handle all the catalog data types for Dataspace Protocol.
4
+
5
+ ## Constructors
6
+
7
+ ### Constructor
8
+
9
+ > **new CatalogDataTypes**(): `CatalogDataTypes`
10
+
11
+ #### Returns
12
+
13
+ `CatalogDataTypes`
14
+
15
+ ## Methods
16
+
17
+ ### registerTypes()
18
+
19
+ > `static` **registerTypes**(): `void`
20
+
21
+ Register all the data types.
22
+
23
+ #### Returns
24
+
25
+ `void`
@@ -1,6 +1,6 @@
1
1
  # Class: ContractNegotiationDataTypes
2
2
 
3
- Handle all the data types for Dataspace Protocol Contract Negotiation.
3
+ Handle all the contract negotiation data types for Dataspace Protocol.
4
4
 
5
5
  ## Constructors
6
6
 
@@ -14,18 +14,6 @@ Handle all the data types for Dataspace Protocol Contract Negotiation.
14
14
 
15
15
  ## Methods
16
16
 
17
- ### registerRedirects()
18
-
19
- > `static` **registerRedirects**(): `void`
20
-
21
- Register the JSON-LD Redirects.
22
-
23
- #### Returns
24
-
25
- `void`
26
-
27
- ***
28
-
29
17
  ### registerTypes()
30
18
 
31
19
  > `static` **registerTypes**(): `void`