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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (224) hide show
  1. package/dist/es/dataTypes/catalogDataTypes.js +36 -10
  2. package/dist/es/dataTypes/catalogDataTypes.js.map +1 -1
  3. package/dist/es/dataTypes/contractNegotiationDataTypes.js +41 -41
  4. package/dist/es/dataTypes/contractNegotiationDataTypes.js.map +1 -1
  5. package/dist/es/dataTypes/transferProcessDataTypes.js +37 -37
  6. package/dist/es/dataTypes/transferProcessDataTypes.js.map +1 -1
  7. package/dist/es/index.js +31 -26
  8. package/dist/es/index.js.map +1 -1
  9. package/dist/es/models/catalog/IDataspaceProtocolCatalog.js +2 -0
  10. package/dist/es/models/catalog/IDataspaceProtocolCatalog.js.map +1 -0
  11. package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js +2 -0
  12. package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js.map +1 -0
  13. package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js +2 -0
  14. package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js.map +1 -0
  15. package/dist/es/models/catalog/IDataspaceProtocolDataService.js +2 -0
  16. package/dist/es/models/catalog/IDataspaceProtocolDataService.js.map +1 -0
  17. package/dist/es/models/catalog/IDataspaceProtocolDataset.js +2 -0
  18. package/dist/es/models/catalog/IDataspaceProtocolDataset.js.map +1 -0
  19. package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js +2 -0
  20. package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js.map +1 -0
  21. package/dist/es/models/catalog/IDataspaceProtocolDistribution.js +2 -0
  22. package/dist/es/models/catalog/IDataspaceProtocolDistribution.js.map +1 -0
  23. package/dist/es/models/catalog/{catalogTypes.js → dataspaceProtocolCatalogTypes.js} +2 -2
  24. package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js.map +1 -0
  25. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js +2 -0
  26. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js.map +1 -0
  27. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js +2 -0
  28. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js.map +1 -0
  29. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js +2 -0
  30. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js.map +1 -0
  31. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js +2 -0
  32. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js.map +1 -0
  33. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js +2 -0
  34. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js.map +1 -0
  35. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js +2 -0
  36. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js.map +1 -0
  37. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js +2 -0
  38. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js.map +1 -0
  39. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js +2 -0
  40. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js.map +1 -0
  41. package/dist/es/models/contractNegotiation/{contractNegotiationTypes.js → dataspaceProtocolContractNegotiationTypes.js} +2 -2
  42. package/dist/es/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js.map +1 -0
  43. package/dist/es/models/contractNegotiation/types/{contractNegotiationEventType.js → dataspaceProtocolContractNegotiationEventType.js} +2 -2
  44. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js.map +1 -0
  45. package/dist/es/models/contractNegotiation/types/{contractNegotiationStateType.js → dataspaceProtocolContractNegotiationStateType.js} +2 -2
  46. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js.map +1 -0
  47. package/dist/es/models/dataspaceProtocolContexts.js +5 -1
  48. package/dist/es/models/dataspaceProtocolContexts.js.map +1 -1
  49. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js +2 -0
  50. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js.map +1 -0
  51. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js +2 -0
  52. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js.map +1 -0
  53. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js +2 -0
  54. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js.map +1 -0
  55. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js +2 -0
  56. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js.map +1 -0
  57. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js +2 -0
  58. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js.map +1 -0
  59. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js +2 -0
  60. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js.map +1 -0
  61. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js +2 -0
  62. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js.map +1 -0
  63. package/dist/es/models/transferProcess/{ITransferSuspensionMessage.js → IDataspaceProtocolTransferSuspensionMessage.js} +1 -1
  64. package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js.map +1 -0
  65. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js +2 -0
  66. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js.map +1 -0
  67. package/dist/es/models/transferProcess/{transferProcessTypes.js → dataspaceProtocolTransferProcessTypes.js} +2 -2
  68. package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js.map +1 -0
  69. package/dist/es/models/transferProcess/types/{transferProcessStateType.js → dataspaceProtocolTransferProcessStateType.js} +2 -2
  70. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js.map +1 -0
  71. package/dist/es/schemas/DataspaceProtocolCatalog.json +11 -0
  72. package/dist/es/schemas/{CatalogError.json → DataspaceProtocolCatalogError.json} +4 -4
  73. package/dist/es/schemas/{CatalogRequestMessage.json → DataspaceProtocolCatalogRequestMessage.json} +4 -4
  74. package/dist/es/schemas/{ContractAgreementMessage.json → DataspaceProtocolContractAgreementMessage.json} +4 -4
  75. package/dist/es/schemas/{ContractAgreementVerificationMessage.json → DataspaceProtocolContractAgreementVerificationMessage.json} +4 -4
  76. package/dist/es/schemas/{ContractNegotiation.json → DataspaceProtocolContractNegotiation.json} +5 -5
  77. package/dist/es/schemas/{ContractNegotiationError.json → DataspaceProtocolContractNegotiationError.json} +4 -4
  78. package/dist/es/schemas/{ContractNegotiationEventMessage.json → DataspaceProtocolContractNegotiationEventMessage.json} +5 -5
  79. package/dist/es/schemas/{ContractNegotiationEventType.json → DataspaceProtocolContractNegotiationEventType.json} +1 -1
  80. package/dist/es/schemas/{ContractNegotiationStateType.json → DataspaceProtocolContractNegotiationStateType.json} +1 -1
  81. package/dist/es/schemas/{ContractNegotiationTerminationMessage.json → DataspaceProtocolContractNegotiationTerminationMessage.json} +4 -4
  82. package/dist/es/schemas/{ContractOfferMessage.json → DataspaceProtocolContractOfferMessage.json} +4 -4
  83. package/dist/es/schemas/{ContractRequestMessage.json → DataspaceProtocolContractRequestMessage.json} +4 -4
  84. package/dist/es/schemas/{DataAddress.json → DataspaceProtocolDataAddress.json} +2 -2
  85. package/dist/es/schemas/DataspaceProtocolDataset.json +11 -0
  86. package/dist/es/schemas/{DatasetRequestMessage.json → DataspaceProtocolDatasetRequestMessage.json} +4 -4
  87. package/dist/es/schemas/{EndpointProperty.json → DataspaceProtocolEndpointProperty.json} +1 -1
  88. package/dist/es/schemas/{TransferCompletionMessage.json → DataspaceProtocolTransferCompletionMessage.json} +4 -4
  89. package/dist/es/schemas/{TransferError.json → DataspaceProtocolTransferError.json} +4 -4
  90. package/dist/es/schemas/{TransferProcess.json → DataspaceProtocolTransferProcess.json} +4 -4
  91. package/dist/es/schemas/{TransferRequestMessage.json → DataspaceProtocolTransferRequestMessage.json} +5 -5
  92. package/dist/es/schemas/{TransferStartMessage.json → DataspaceProtocolTransferStartMessage.json} +5 -5
  93. package/dist/es/schemas/{TransferSuspensionMessage.json → DataspaceProtocolTransferSuspensionMessage.json} +4 -4
  94. package/dist/es/schemas/{TransferTerminationMessage.json → DataspaceProtocolTransferTerminationMessage.json} +4 -4
  95. package/dist/es/schemas-src/DataspaceProtocolDataService.json +11 -0
  96. package/dist/es/schemas-src/DataspaceProtocolDistribution.json +11 -0
  97. package/dist/es/utils/dataspaceProtocolHelper.js +102 -0
  98. package/dist/es/utils/dataspaceProtocolHelper.js.map +1 -0
  99. package/dist/types/index.d.ts +31 -26
  100. package/dist/types/models/catalog/IDataspaceProtocolCatalog.d.ts +62 -0
  101. package/dist/types/models/catalog/{ICatalogError.d.ts → IDataspaceProtocolCatalogError.d.ts} +3 -3
  102. package/dist/types/models/catalog/{ICatalogRequestMessage.d.ts → IDataspaceProtocolCatalogRequestMessage.d.ts} +3 -3
  103. package/dist/types/models/catalog/IDataspaceProtocolDataService.d.ts +48 -0
  104. package/dist/types/models/catalog/IDataspaceProtocolDataset.d.ts +65 -0
  105. package/dist/types/models/catalog/{IDatasetRequestMessage.d.ts → IDataspaceProtocolDatasetRequestMessage.d.ts} +3 -3
  106. package/dist/types/models/catalog/IDataspaceProtocolDistribution.d.ts +69 -0
  107. package/dist/types/models/catalog/{catalogTypes.d.ts → dataspaceProtocolCatalogTypes.d.ts} +2 -2
  108. package/dist/types/models/contractNegotiation/{IContractAgreementMessage.d.ts → IDataspaceProtocolContractAgreementMessage.d.ts} +3 -3
  109. package/dist/types/models/contractNegotiation/{IContractAgreementVerificationMessage.d.ts → IDataspaceProtocolContractAgreementVerificationMessage.d.ts} +3 -3
  110. package/dist/types/models/contractNegotiation/{IContractNegotiation.d.ts → IDataspaceProtocolContractNegotiation.d.ts} +5 -5
  111. package/dist/types/models/contractNegotiation/{IContractNegotiationError.d.ts → IDataspaceProtocolContractNegotiationError.d.ts} +3 -3
  112. package/dist/types/models/contractNegotiation/{IContractNegotiationEventMessage.d.ts → IDataspaceProtocolContractNegotiationEventMessage.d.ts} +5 -5
  113. package/dist/types/models/contractNegotiation/{IContractNegotiationTerminationMessage.d.ts → IDataspaceProtocolContractNegotiationTerminationMessage.d.ts} +3 -3
  114. package/dist/types/models/contractNegotiation/{IContractOfferMessage.d.ts → IDataspaceProtocolContractOfferMessage.d.ts} +3 -3
  115. package/dist/types/models/contractNegotiation/{IContractRequestMessage.d.ts → IDataspaceProtocolContractRequestMessage.d.ts} +3 -3
  116. package/dist/types/models/contractNegotiation/{contractNegotiationTypes.d.ts → dataspaceProtocolContractNegotiationTypes.d.ts} +2 -2
  117. package/dist/types/models/contractNegotiation/types/{contractNegotiationEventType.d.ts → dataspaceProtocolContractNegotiationEventType.d.ts} +2 -2
  118. package/dist/types/models/contractNegotiation/types/{contractNegotiationStateType.d.ts → dataspaceProtocolContractNegotiationStateType.d.ts} +2 -2
  119. package/dist/types/models/dataspaceProtocolContexts.d.ts +5 -1
  120. package/dist/types/models/transferProcess/{IDataAddress.d.ts → IDataspaceProtocolDataAddress.d.ts} +5 -5
  121. package/dist/types/models/transferProcess/{IEndpointProperty.d.ts → IDataspaceProtocolEndpointProperty.d.ts} +3 -3
  122. package/dist/types/models/transferProcess/{ITransferCompletionMessage.d.ts → IDataspaceProtocolTransferCompletionMessage.d.ts} +3 -3
  123. package/dist/types/models/transferProcess/{ITransferError.d.ts → IDataspaceProtocolTransferError.d.ts} +3 -3
  124. package/dist/types/models/transferProcess/{ITransferProcess.d.ts → IDataspaceProtocolTransferProcess.d.ts} +5 -5
  125. package/dist/types/models/transferProcess/{ITransferRequestMessage.d.ts → IDataspaceProtocolTransferRequestMessage.d.ts} +5 -5
  126. package/dist/types/models/transferProcess/{ITransferStartMessage.d.ts → IDataspaceProtocolTransferStartMessage.d.ts} +5 -5
  127. package/dist/types/models/transferProcess/{ITransferSuspensionMessage.d.ts → IDataspaceProtocolTransferSuspensionMessage.d.ts} +3 -3
  128. package/dist/types/models/transferProcess/{ITransferTerminationMessage.d.ts → IDataspaceProtocolTransferTerminationMessage.d.ts} +3 -3
  129. package/dist/types/models/transferProcess/{transferProcessTypes.d.ts → dataspaceProtocolTransferProcessTypes.d.ts} +2 -2
  130. package/dist/types/models/transferProcess/types/{transferProcessStateType.d.ts → dataspaceProtocolTransferProcessStateType.d.ts} +2 -2
  131. package/dist/types/utils/dataspaceProtocolHelper.d.ts +20 -0
  132. package/docs/changelog.md +45 -0
  133. package/docs/reference/classes/DataspaceProtocolHelper.md +41 -0
  134. package/docs/reference/index.md +37 -32
  135. package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +96 -0
  136. package/docs/reference/interfaces/{ICatalogError.md → IDataspaceProtocolCatalogError.md} +1 -1
  137. package/docs/reference/interfaces/{ICatalogRequestMessage.md → IDataspaceProtocolCatalogRequestMessage.md} +1 -1
  138. package/docs/reference/interfaces/{IContractAgreementMessage.md → IDataspaceProtocolContractAgreementMessage.md} +1 -1
  139. package/docs/reference/interfaces/{IContractAgreementVerificationMessage.md → IDataspaceProtocolContractAgreementVerificationMessage.md} +1 -1
  140. package/docs/reference/interfaces/{IContractNegotiation.md → IDataspaceProtocolContractNegotiation.md} +2 -2
  141. package/docs/reference/interfaces/{IContractNegotiationError.md → IDataspaceProtocolContractNegotiationError.md} +1 -1
  142. package/docs/reference/interfaces/{IContractNegotiationEventMessage.md → IDataspaceProtocolContractNegotiationEventMessage.md} +2 -2
  143. package/docs/reference/interfaces/{IContractNegotiationTerminationMessage.md → IDataspaceProtocolContractNegotiationTerminationMessage.md} +1 -1
  144. package/docs/reference/interfaces/{IContractOfferMessage.md → IDataspaceProtocolContractOfferMessage.md} +1 -1
  145. package/docs/reference/interfaces/{IContractRequestMessage.md → IDataspaceProtocolContractRequestMessage.md} +1 -1
  146. package/docs/reference/interfaces/{IDataAddress.md → IDataspaceProtocolDataAddress.md} +2 -2
  147. package/docs/reference/interfaces/IDataspaceProtocolDataService.md +72 -0
  148. package/docs/reference/interfaces/IDataspaceProtocolDataset.md +90 -0
  149. package/docs/reference/interfaces/{IDatasetRequestMessage.md → IDataspaceProtocolDatasetRequestMessage.md} +1 -1
  150. package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +98 -0
  151. package/docs/reference/interfaces/{IEndpointProperty.md → IDataspaceProtocolEndpointProperty.md} +1 -1
  152. package/docs/reference/interfaces/{ITransferCompletionMessage.md → IDataspaceProtocolTransferCompletionMessage.md} +1 -1
  153. package/docs/reference/interfaces/{ITransferError.md → IDataspaceProtocolTransferError.md} +1 -1
  154. package/docs/reference/interfaces/{ITransferProcess.md → IDataspaceProtocolTransferProcess.md} +1 -1
  155. package/docs/reference/interfaces/{ITransferRequestMessage.md → IDataspaceProtocolTransferRequestMessage.md} +2 -2
  156. package/docs/reference/interfaces/{ITransferStartMessage.md → IDataspaceProtocolTransferStartMessage.md} +2 -2
  157. package/docs/reference/interfaces/{ITransferSuspensionMessage.md → IDataspaceProtocolTransferSuspensionMessage.md} +1 -1
  158. package/docs/reference/interfaces/{ITransferTerminationMessage.md → IDataspaceProtocolTransferTerminationMessage.md} +1 -1
  159. package/docs/reference/type-aliases/DataspaceProtocolCatalogTypes.md +5 -0
  160. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationEventType.md +5 -0
  161. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationStateType.md +5 -0
  162. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationTypes.md +5 -0
  163. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessStateType.md +5 -0
  164. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessTypes.md +5 -0
  165. package/docs/reference/variables/{CatalogTypes.md → DataspaceProtocolCatalogTypes.md} +2 -2
  166. package/docs/reference/variables/DataspaceProtocolContexts.md +7 -1
  167. package/docs/reference/variables/{ContractNegotiationEventType.md → DataspaceProtocolContractNegotiationEventType.md} +2 -2
  168. package/docs/reference/variables/{ContractNegotiationStateType.md → DataspaceProtocolContractNegotiationStateType.md} +2 -2
  169. package/docs/reference/variables/{ContractNegotiationTypes.md → DataspaceProtocolContractNegotiationTypes.md} +2 -2
  170. package/docs/reference/variables/{TransferProcessStateType.md → DataspaceProtocolTransferProcessStateType.md} +2 -2
  171. package/docs/reference/variables/{TransferProcessTypes.md → DataspaceProtocolTransferProcessTypes.md} +2 -2
  172. package/locales/en.json +7 -1
  173. package/package.json +3 -3
  174. package/dist/es/models/catalog/ICatalogError.js +0 -2
  175. package/dist/es/models/catalog/ICatalogError.js.map +0 -1
  176. package/dist/es/models/catalog/ICatalogRequestMessage.js +0 -2
  177. package/dist/es/models/catalog/ICatalogRequestMessage.js.map +0 -1
  178. package/dist/es/models/catalog/IDatasetRequestMessage.js +0 -2
  179. package/dist/es/models/catalog/IDatasetRequestMessage.js.map +0 -1
  180. package/dist/es/models/catalog/catalogTypes.js.map +0 -1
  181. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js +0 -2
  182. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js.map +0 -1
  183. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js +0 -2
  184. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js.map +0 -1
  185. package/dist/es/models/contractNegotiation/IContractNegotiation.js +0 -2
  186. package/dist/es/models/contractNegotiation/IContractNegotiation.js.map +0 -1
  187. package/dist/es/models/contractNegotiation/IContractNegotiationError.js +0 -2
  188. package/dist/es/models/contractNegotiation/IContractNegotiationError.js.map +0 -1
  189. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js +0 -2
  190. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js.map +0 -1
  191. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js +0 -2
  192. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js.map +0 -1
  193. package/dist/es/models/contractNegotiation/IContractOfferMessage.js +0 -2
  194. package/dist/es/models/contractNegotiation/IContractOfferMessage.js.map +0 -1
  195. package/dist/es/models/contractNegotiation/IContractRequestMessage.js +0 -2
  196. package/dist/es/models/contractNegotiation/IContractRequestMessage.js.map +0 -1
  197. package/dist/es/models/contractNegotiation/contractNegotiationTypes.js.map +0 -1
  198. package/dist/es/models/contractNegotiation/types/contractNegotiationEventType.js.map +0 -1
  199. package/dist/es/models/contractNegotiation/types/contractNegotiationStateType.js.map +0 -1
  200. package/dist/es/models/transferProcess/IDataAddress.js +0 -2
  201. package/dist/es/models/transferProcess/IDataAddress.js.map +0 -1
  202. package/dist/es/models/transferProcess/IEndpointProperty.js +0 -2
  203. package/dist/es/models/transferProcess/IEndpointProperty.js.map +0 -1
  204. package/dist/es/models/transferProcess/ITransferCompletionMessage.js +0 -2
  205. package/dist/es/models/transferProcess/ITransferCompletionMessage.js.map +0 -1
  206. package/dist/es/models/transferProcess/ITransferError.js +0 -2
  207. package/dist/es/models/transferProcess/ITransferError.js.map +0 -1
  208. package/dist/es/models/transferProcess/ITransferProcess.js +0 -2
  209. package/dist/es/models/transferProcess/ITransferProcess.js.map +0 -1
  210. package/dist/es/models/transferProcess/ITransferRequestMessage.js +0 -2
  211. package/dist/es/models/transferProcess/ITransferRequestMessage.js.map +0 -1
  212. package/dist/es/models/transferProcess/ITransferStartMessage.js +0 -2
  213. package/dist/es/models/transferProcess/ITransferStartMessage.js.map +0 -1
  214. package/dist/es/models/transferProcess/ITransferSuspensionMessage.js.map +0 -1
  215. package/dist/es/models/transferProcess/ITransferTerminationMessage.js +0 -2
  216. package/dist/es/models/transferProcess/ITransferTerminationMessage.js.map +0 -1
  217. package/dist/es/models/transferProcess/transferProcessTypes.js.map +0 -1
  218. package/dist/es/models/transferProcess/types/transferProcessStateType.js.map +0 -1
  219. package/docs/reference/type-aliases/CatalogTypes.md +0 -5
  220. package/docs/reference/type-aliases/ContractNegotiationEventType.md +0 -5
  221. package/docs/reference/type-aliases/ContractNegotiationStateType.md +0 -5
  222. package/docs/reference/type-aliases/ContractNegotiationTypes.md +0 -5
  223. package/docs/reference/type-aliases/TransferProcessStateType.md +0 -5
  224. package/docs/reference/type-aliases/TransferProcessTypes.md +0 -5
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { ContractNegotiationTypes } from "./contractNegotiationTypes.js";
2
+ import type { DataspaceProtocolContractNegotiationTypes } from "./dataspaceProtocolContractNegotiationTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Contract Negotiation Termination Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-termination-message
6
6
  */
7
- export interface IContractNegotiationTerminationMessage {
7
+ export interface IDataspaceProtocolContractNegotiationTerminationMessage {
8
8
  /**
9
9
  * The JSON-LD context.
10
10
  */
@@ -12,7 +12,7 @@ export interface IContractNegotiationTerminationMessage {
12
12
  /**
13
13
  * The type of the message.
14
14
  */
15
- "@type": typeof ContractNegotiationTypes.ContractNegotiationTerminationMessage;
15
+ "@type": typeof DataspaceProtocolContractNegotiationTypes.ContractNegotiationTerminationMessage;
16
16
  /**
17
17
  * The provider id for the contract.
18
18
  */
@@ -1,11 +1,11 @@
1
1
  import type { IOdrlOffer } from "@twin.org/standards-w3c-odrl";
2
2
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
3
- import type { ContractNegotiationTypes } from "./contractNegotiationTypes.js";
3
+ import type { DataspaceProtocolContractNegotiationTypes } from "./dataspaceProtocolContractNegotiationTypes.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Contract Offer Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-offer-message
7
7
  */
8
- export interface IContractOfferMessage {
8
+ export interface IDataspaceProtocolContractOfferMessage {
9
9
  /**
10
10
  * The JSON-LD context.
11
11
  */
@@ -13,7 +13,7 @@ export interface IContractOfferMessage {
13
13
  /**
14
14
  * The type of the message.
15
15
  */
16
- "@type": typeof ContractNegotiationTypes.ContractOfferMessage;
16
+ "@type": typeof DataspaceProtocolContractNegotiationTypes.ContractOfferMessage;
17
17
  /**
18
18
  * The provider id for the contract.
19
19
  */
@@ -1,11 +1,11 @@
1
1
  import type { IOdrlOffer } from "@twin.org/standards-w3c-odrl";
2
2
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
3
- import type { ContractNegotiationTypes } from "./contractNegotiationTypes.js";
3
+ import type { DataspaceProtocolContractNegotiationTypes } from "./dataspaceProtocolContractNegotiationTypes.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Contract Request Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-request-message
7
7
  */
8
- export interface IContractRequestMessage {
8
+ export interface IDataspaceProtocolContractRequestMessage {
9
9
  /**
10
10
  * The JSON-LD context.
11
11
  */
@@ -13,7 +13,7 @@ export interface IContractRequestMessage {
13
13
  /**
14
14
  * The type of the message.
15
15
  */
16
- "@type": typeof ContractNegotiationTypes.ContractRequestMessage;
16
+ "@type": typeof DataspaceProtocolContractNegotiationTypes.ContractRequestMessage;
17
17
  /**
18
18
  * The provider id for the contract.
19
19
  */
@@ -2,7 +2,7 @@
2
2
  * The types for Dataspace Protocol Contract Negotiation.
3
3
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#message-types-0
4
4
  */
5
- export declare const ContractNegotiationTypes: {
5
+ export declare const DataspaceProtocolContractNegotiationTypes: {
6
6
  /**
7
7
  * Contract Negotiation.
8
8
  */
@@ -47,4 +47,4 @@ export declare const ContractNegotiationTypes: {
47
47
  /**
48
48
  * The types for Dataspace Protocol Contract Negotiation.
49
49
  */
50
- export type ContractNegotiationTypes = (typeof ContractNegotiationTypes)[keyof typeof ContractNegotiationTypes];
50
+ export type DataspaceProtocolContractNegotiationTypes = (typeof DataspaceProtocolContractNegotiationTypes)[keyof typeof DataspaceProtocolContractNegotiationTypes];
@@ -2,7 +2,7 @@
2
2
  * The types for Dataspace Protocol Contract Negotiation Events.
3
3
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-event-message
4
4
  */
5
- export declare const ContractNegotiationEventType: {
5
+ export declare const DataspaceProtocolContractNegotiationEventType: {
6
6
  /**
7
7
  * Accepted.
8
8
  */
@@ -15,4 +15,4 @@ export declare const ContractNegotiationEventType: {
15
15
  /**
16
16
  * The types for Dataspace Protocol Contract Negotiation Events.
17
17
  */
18
- export type ContractNegotiationEventType = (typeof ContractNegotiationEventType)[keyof typeof ContractNegotiationEventType];
18
+ export type DataspaceProtocolContractNegotiationEventType = (typeof DataspaceProtocolContractNegotiationEventType)[keyof typeof DataspaceProtocolContractNegotiationEventType];
@@ -2,7 +2,7 @@
2
2
  * The types for Dataspace Protocol Contract Negotiation States.
3
3
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-states
4
4
  */
5
- export declare const ContractNegotiationStateType: {
5
+ export declare const DataspaceProtocolContractNegotiationStateType: {
6
6
  /**
7
7
  * Requested.
8
8
  */
@@ -35,4 +35,4 @@ export declare const ContractNegotiationStateType: {
35
35
  /**
36
36
  * The types for Dataspace Protocol Contract Negotiation States.
37
37
  */
38
- export type ContractNegotiationStateType = (typeof ContractNegotiationStateType)[keyof typeof ContractNegotiationStateType];
38
+ export type DataspaceProtocolContractNegotiationStateType = (typeof DataspaceProtocolContractNegotiationStateType)[keyof typeof DataspaceProtocolContractNegotiationStateType];
@@ -5,7 +5,11 @@ export declare const DataspaceProtocolContexts: {
5
5
  /**
6
6
  * The context root for Dataspace Protocol Protocol.
7
7
  */
8
- readonly ContextRoot: "https://w3id.org/dspace/2025/1/context.json";
8
+ readonly ContextRoot: "https://w3id.org/dspace/2025/1/context.jsonld";
9
+ /**
10
+ * The namespace.
11
+ */
12
+ readonly DspNamespace: "https://w3id.org/dspace/2025/1/";
9
13
  /**
10
14
  * The context redirect for Dataspace Protocol Protocol.
11
15
  */
@@ -1,14 +1,14 @@
1
- import type { IEndpointProperty } from "./IEndpointProperty.js";
2
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
1
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
2
+ import type { IDataspaceProtocolEndpointProperty } from "./IDataspaceProtocolEndpointProperty.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Transfer Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types
6
6
  */
7
- export interface IDataAddress {
7
+ export interface IDataspaceProtocolDataAddress {
8
8
  /**
9
9
  * LD Type
10
10
  */
11
- "@type": typeof TransferProcessTypes.DataAddress;
11
+ "@type": typeof DataspaceProtocolTransferProcessTypes.DataAddress;
12
12
  /**
13
13
  * The type of endpoint of this data address.
14
14
  */
@@ -20,5 +20,5 @@ export interface IDataAddress {
20
20
  /**
21
21
  * Properties associated to the endpoint which might depend on the endpoint type.
22
22
  */
23
- endpointProperties?: IEndpointProperty[];
23
+ endpointProperties?: IDataspaceProtocolEndpointProperty[];
24
24
  }
@@ -1,13 +1,13 @@
1
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
1
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
2
2
  /**
3
3
  * Interface for Dataspace Protocol Transfer Messages.
4
4
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types
5
5
  */
6
- export interface IEndpointProperty {
6
+ export interface IDataspaceProtocolEndpointProperty {
7
7
  /**
8
8
  * LD Type.
9
9
  */
10
- "@type": typeof TransferProcessTypes.EndpointProperty;
10
+ "@type": typeof DataspaceProtocolTransferProcessTypes.EndpointProperty;
11
11
  /**
12
12
  * Property name.
13
13
  */
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Transfer Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-completion-message
6
6
  */
7
- export interface ITransferCompletionMessage {
7
+ export interface IDataspaceProtocolTransferCompletionMessage {
8
8
  /**
9
9
  * LD Context
10
10
  */
@@ -12,7 +12,7 @@ export interface ITransferCompletionMessage {
12
12
  /**
13
13
  * LD Type
14
14
  */
15
- "@type": typeof TransferProcessTypes.TransferCompletionMessage;
15
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferCompletionMessage;
16
16
  /**
17
17
  * MUST refer to the transfer identifier of the Consumer side.
18
18
  */
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Transfer Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol#error-transfer-error
6
6
  */
7
- export interface ITransferError {
7
+ export interface IDataspaceProtocolTransferError {
8
8
  /**
9
9
  * LD Context
10
10
  */
@@ -12,7 +12,7 @@ export interface ITransferError {
12
12
  /**
13
13
  * LD Type
14
14
  */
15
- "@type": typeof TransferProcessTypes.TransferError;
15
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferError;
16
16
  /**
17
17
  * MUST refer to the transfer identifier of the Consumer side.
18
18
  */
@@ -1,11 +1,11 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
3
- import type { TransferProcessStateType } from "./types/transferProcessStateType.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
+ import type { DataspaceProtocolTransferProcessStateType } from "./types/dataspaceProtocolTransferProcessStateType.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Transfer Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#ack-transfer-process
7
7
  */
8
- export interface ITransferProcess {
8
+ export interface IDataspaceProtocolTransferProcess {
9
9
  /**
10
10
  * LD Context
11
11
  */
@@ -13,7 +13,7 @@ export interface ITransferProcess {
13
13
  /**
14
14
  * LD Type
15
15
  */
16
- "@type": typeof TransferProcessTypes.TransferProcess;
16
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferProcess;
17
17
  /**
18
18
  * MUST refer to the transfer identifier of the Consumer side.
19
19
  */
@@ -25,5 +25,5 @@ export interface ITransferProcess {
25
25
  /**
26
26
  * The transfer process state.
27
27
  */
28
- state: typeof TransferProcessStateType;
28
+ state: typeof DataspaceProtocolTransferProcessStateType;
29
29
  }
@@ -1,11 +1,11 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { IDataAddress } from "./IDataAddress.js";
3
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
+ import type { IDataspaceProtocolDataAddress } from "./IDataspaceProtocolDataAddress.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Transfer Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-request-message
7
7
  */
8
- export interface ITransferRequestMessage {
8
+ export interface IDataspaceProtocolTransferRequestMessage {
9
9
  /**
10
10
  * LD Context
11
11
  */
@@ -13,7 +13,7 @@ export interface ITransferRequestMessage {
13
13
  /**
14
14
  * LD Type
15
15
  */
16
- "@type": typeof TransferProcessTypes.TransferRequestMessage;
16
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferRequestMessage;
17
17
  /**
18
18
  * MUST refer to an existing Agreement between the Consumer and Provider.
19
19
  */
@@ -35,5 +35,5 @@ export interface ITransferRequestMessage {
35
35
  * If defined MUST contain a transport-specific set of properties for pushing the data.
36
36
  * It MAY include an endpoint, a temporary authorization via the endpointProperties property - depending on the endpointType.
37
37
  */
38
- dataAddress?: IDataAddress;
38
+ dataAddress?: IDataspaceProtocolDataAddress;
39
39
  }
@@ -1,11 +1,11 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { IDataAddress } from "./IDataAddress.js";
3
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
+ import type { IDataspaceProtocolDataAddress } from "./IDataspaceProtocolDataAddress.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Transfer Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-start-message
7
7
  */
8
- export interface ITransferStartMessage {
8
+ export interface IDataspaceProtocolTransferStartMessage {
9
9
  /**
10
10
  * LD Context
11
11
  */
@@ -13,7 +13,7 @@ export interface ITransferStartMessage {
13
13
  /**
14
14
  * LD Type
15
15
  */
16
- "@type": typeof TransferProcessTypes.TransferStartMessage;
16
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferStartMessage;
17
17
  /**
18
18
  * MUST refer to the transfer identifier of the Consumer side.
19
19
  */
@@ -26,5 +26,5 @@ export interface ITransferStartMessage {
26
26
  * MUST be provided if the current transfer is a pull transfer and
27
27
  * contains a transport-specific endpoint address for obtaining the data.
28
28
  */
29
- dataAddress?: IDataAddress;
29
+ dataAddress?: IDataspaceProtocolDataAddress;
30
30
  }
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Transfer Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-suspension-message
6
6
  */
7
- export interface ITransferSuspensionMessage {
7
+ export interface IDataspaceProtocolTransferSuspensionMessage {
8
8
  /**
9
9
  * LD Context
10
10
  */
@@ -12,7 +12,7 @@ export interface ITransferSuspensionMessage {
12
12
  /**
13
13
  * LD Type
14
14
  */
15
- "@type": typeof TransferProcessTypes.TransferSuspensionMessage;
15
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferSuspensionMessage;
16
16
  /**
17
17
  * MUST refer to the transfer identifier of the Consumer side.
18
18
  */
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Transfer Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-termination-message
6
6
  */
7
- export interface ITransferTerminationMessage {
7
+ export interface IDataspaceProtocolTransferTerminationMessage {
8
8
  /**
9
9
  * LD Context
10
10
  */
@@ -12,7 +12,7 @@ export interface ITransferTerminationMessage {
12
12
  /**
13
13
  * LD Type
14
14
  */
15
- "@type": typeof TransferProcessTypes.TransferTerminationMessage;
15
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferTerminationMessage;
16
16
  /**
17
17
  * MUST refer to the transfer identifier of the Consumer side.
18
18
  */
@@ -2,7 +2,7 @@
2
2
  * The types for Dataspace Protocol Transfer Process.
3
3
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#message-types-1
4
4
  */
5
- export declare const TransferProcessTypes: {
5
+ export declare const DataspaceProtocolTransferProcessTypes: {
6
6
  /**
7
7
  * Transfer Request Message.
8
8
  */
@@ -43,4 +43,4 @@ export declare const TransferProcessTypes: {
43
43
  /**
44
44
  * The types for Dataspace Protocol Transfer.
45
45
  */
46
- export type TransferProcessTypes = (typeof TransferProcessTypes)[keyof typeof TransferProcessTypes];
46
+ export type DataspaceProtocolTransferProcessTypes = (typeof DataspaceProtocolTransferProcessTypes)[keyof typeof DataspaceProtocolTransferProcessTypes];
@@ -2,7 +2,7 @@
2
2
  * The states for Dataspace Protocol Transfer Process.
3
3
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#ack-transfer-process
4
4
  */
5
- export declare const TransferProcessStateType: {
5
+ export declare const DataspaceProtocolTransferProcessStateType: {
6
6
  /**
7
7
  * Completed
8
8
  */
@@ -27,4 +27,4 @@ export declare const TransferProcessStateType: {
27
27
  /**
28
28
  * The types for Dataspace Protocol Transfer.
29
29
  */
30
- export type TransferProcessStateType = (typeof TransferProcessStateType)[keyof typeof TransferProcessStateType];
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
+ * Ensures format property has a proper LD Context.
16
+ * @param object The object.
17
+ * @returns a copy of the object annotated with the proper LD Context.
18
+ */
19
+ private static annotateLDContextForFormat;
20
+ }
package/docs/changelog.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Features
7
+
8
+ * add dataspace protocol dataset ([06b2180](https://github.com/twinfoundation/standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
9
+ * add dataspace protocol dataset ([26d9031](https://github.com/twinfoundation/standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
10
+ * add ds protocol catalog dataset ([#86](https://github.com/twinfoundation/standards/issues/86)) ([45600e6](https://github.com/twinfoundation/standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * 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))
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.7 to 0.0.3-next.8
23
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.7 to 0.0.3-next.8
24
+ * devDependencies
25
+ * @twin.org/standards-ld-contexts bumped from next to 0.0.3-next.8
26
+
27
+ ## [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)
28
+
29
+
30
+ ### Features
31
+
32
+ * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/twinfoundation/standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
38
+ * DS Protocol LDContext ([931679d](https://github.com/twinfoundation/standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
39
+
40
+
41
+ ### Dependencies
42
+
43
+ * The following workspace dependencies were updated
44
+ * dependencies
45
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.6 to 0.0.3-next.7
46
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.6 to 0.0.3-next.7
47
+
3
48
  ## [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)
4
49
 
5
50
 
@@ -0,0 +1,41 @@
1
+ # Abstract Class: DataspaceProtocolHelper
2
+
3
+ Dataspace protocol helper.
4
+
5
+ ## Constructors
6
+
7
+ ### Constructor
8
+
9
+ > **new DataspaceProtocolHelper**(): `DataspaceProtocolHelper`
10
+
11
+ #### Returns
12
+
13
+ `DataspaceProtocolHelper`
14
+
15
+ ## Methods
16
+
17
+ ### checkConformance()
18
+
19
+ > `static` **checkConformance**(`object`, `validationFailures`): `Promise`\<`boolean`\>
20
+
21
+ Checks whether the object passed as parameter is conformant to the DS Protocol definitions.
22
+
23
+ #### Parameters
24
+
25
+ ##### object
26
+
27
+ `IJsonLdNodeObject`
28
+
29
+ The object to check
30
+
31
+ ##### validationFailures
32
+
33
+ `IValidationFailure`[]
34
+
35
+ the Validation failures obtained during the conformance checking.
36
+
37
+ #### Returns
38
+
39
+ `Promise`\<`boolean`\>
40
+
41
+ true or false depending whether the object is conformant or not
@@ -6,47 +6,52 @@
6
6
  - [ContractNegotiationDataTypes](classes/ContractNegotiationDataTypes.md)
7
7
  - [DataspaceProtocolDataTypes](classes/DataspaceProtocolDataTypes.md)
8
8
  - [TransferProcessDataTypes](classes/TransferProcessDataTypes.md)
9
+ - [DataspaceProtocolHelper](classes/DataspaceProtocolHelper.md)
9
10
 
10
11
  ## Interfaces
11
12
 
12
- - [ICatalogError](interfaces/ICatalogError.md)
13
- - [ICatalogRequestMessage](interfaces/ICatalogRequestMessage.md)
14
- - [IDatasetRequestMessage](interfaces/IDatasetRequestMessage.md)
15
- - [IContractAgreementMessage](interfaces/IContractAgreementMessage.md)
16
- - [IContractAgreementVerificationMessage](interfaces/IContractAgreementVerificationMessage.md)
17
- - [IContractNegotiation](interfaces/IContractNegotiation.md)
18
- - [IContractNegotiationError](interfaces/IContractNegotiationError.md)
19
- - [IContractNegotiationEventMessage](interfaces/IContractNegotiationEventMessage.md)
20
- - [IContractNegotiationTerminationMessage](interfaces/IContractNegotiationTerminationMessage.md)
21
- - [IContractOfferMessage](interfaces/IContractOfferMessage.md)
22
- - [IContractRequestMessage](interfaces/IContractRequestMessage.md)
23
- - [IDataAddress](interfaces/IDataAddress.md)
24
- - [IEndpointProperty](interfaces/IEndpointProperty.md)
25
- - [ITransferCompletionMessage](interfaces/ITransferCompletionMessage.md)
26
- - [ITransferError](interfaces/ITransferError.md)
27
- - [ITransferProcess](interfaces/ITransferProcess.md)
28
- - [ITransferRequestMessage](interfaces/ITransferRequestMessage.md)
29
- - [ITransferStartMessage](interfaces/ITransferStartMessage.md)
30
- - [ITransferSuspensionMessage](interfaces/ITransferSuspensionMessage.md)
31
- - [ITransferTerminationMessage](interfaces/ITransferTerminationMessage.md)
13
+ - [IDataspaceProtocolCatalog](interfaces/IDataspaceProtocolCatalog.md)
14
+ - [IDataspaceProtocolCatalogError](interfaces/IDataspaceProtocolCatalogError.md)
15
+ - [IDataspaceProtocolCatalogRequestMessage](interfaces/IDataspaceProtocolCatalogRequestMessage.md)
16
+ - [IDataspaceProtocolDataService](interfaces/IDataspaceProtocolDataService.md)
17
+ - [IDataspaceProtocolDataset](interfaces/IDataspaceProtocolDataset.md)
18
+ - [IDataspaceProtocolDatasetRequestMessage](interfaces/IDataspaceProtocolDatasetRequestMessage.md)
19
+ - [IDataspaceProtocolDistribution](interfaces/IDataspaceProtocolDistribution.md)
20
+ - [IDataspaceProtocolContractAgreementMessage](interfaces/IDataspaceProtocolContractAgreementMessage.md)
21
+ - [IDataspaceProtocolContractAgreementVerificationMessage](interfaces/IDataspaceProtocolContractAgreementVerificationMessage.md)
22
+ - [IDataspaceProtocolContractNegotiation](interfaces/IDataspaceProtocolContractNegotiation.md)
23
+ - [IDataspaceProtocolContractNegotiationError](interfaces/IDataspaceProtocolContractNegotiationError.md)
24
+ - [IDataspaceProtocolContractNegotiationEventMessage](interfaces/IDataspaceProtocolContractNegotiationEventMessage.md)
25
+ - [IDataspaceProtocolContractNegotiationTerminationMessage](interfaces/IDataspaceProtocolContractNegotiationTerminationMessage.md)
26
+ - [IDataspaceProtocolContractOfferMessage](interfaces/IDataspaceProtocolContractOfferMessage.md)
27
+ - [IDataspaceProtocolContractRequestMessage](interfaces/IDataspaceProtocolContractRequestMessage.md)
28
+ - [IDataspaceProtocolDataAddress](interfaces/IDataspaceProtocolDataAddress.md)
29
+ - [IDataspaceProtocolEndpointProperty](interfaces/IDataspaceProtocolEndpointProperty.md)
30
+ - [IDataspaceProtocolTransferCompletionMessage](interfaces/IDataspaceProtocolTransferCompletionMessage.md)
31
+ - [IDataspaceProtocolTransferError](interfaces/IDataspaceProtocolTransferError.md)
32
+ - [IDataspaceProtocolTransferProcess](interfaces/IDataspaceProtocolTransferProcess.md)
33
+ - [IDataspaceProtocolTransferRequestMessage](interfaces/IDataspaceProtocolTransferRequestMessage.md)
34
+ - [IDataspaceProtocolTransferStartMessage](interfaces/IDataspaceProtocolTransferStartMessage.md)
35
+ - [IDataspaceProtocolTransferSuspensionMessage](interfaces/IDataspaceProtocolTransferSuspensionMessage.md)
36
+ - [IDataspaceProtocolTransferTerminationMessage](interfaces/IDataspaceProtocolTransferTerminationMessage.md)
32
37
 
33
38
  ## Type Aliases
34
39
 
35
- - [CatalogTypes](type-aliases/CatalogTypes.md)
36
- - [ContractNegotiationTypes](type-aliases/ContractNegotiationTypes.md)
37
- - [ContractNegotiationEventType](type-aliases/ContractNegotiationEventType.md)
38
- - [ContractNegotiationStateType](type-aliases/ContractNegotiationStateType.md)
40
+ - [DataspaceProtocolCatalogTypes](type-aliases/DataspaceProtocolCatalogTypes.md)
41
+ - [DataspaceProtocolContractNegotiationTypes](type-aliases/DataspaceProtocolContractNegotiationTypes.md)
42
+ - [DataspaceProtocolContractNegotiationEventType](type-aliases/DataspaceProtocolContractNegotiationEventType.md)
43
+ - [DataspaceProtocolContractNegotiationStateType](type-aliases/DataspaceProtocolContractNegotiationStateType.md)
39
44
  - [DataspaceProtocolContextType](type-aliases/DataspaceProtocolContextType.md)
40
45
  - [DataspaceProtocolContexts](type-aliases/DataspaceProtocolContexts.md)
41
- - [TransferProcessTypes](type-aliases/TransferProcessTypes.md)
42
- - [TransferProcessStateType](type-aliases/TransferProcessStateType.md)
46
+ - [DataspaceProtocolTransferProcessTypes](type-aliases/DataspaceProtocolTransferProcessTypes.md)
47
+ - [DataspaceProtocolTransferProcessStateType](type-aliases/DataspaceProtocolTransferProcessStateType.md)
43
48
 
44
49
  ## Variables
45
50
 
46
- - [CatalogTypes](variables/CatalogTypes.md)
47
- - [ContractNegotiationTypes](variables/ContractNegotiationTypes.md)
48
- - [ContractNegotiationEventType](variables/ContractNegotiationEventType.md)
49
- - [ContractNegotiationStateType](variables/ContractNegotiationStateType.md)
51
+ - [DataspaceProtocolCatalogTypes](variables/DataspaceProtocolCatalogTypes.md)
52
+ - [DataspaceProtocolContractNegotiationTypes](variables/DataspaceProtocolContractNegotiationTypes.md)
53
+ - [DataspaceProtocolContractNegotiationEventType](variables/DataspaceProtocolContractNegotiationEventType.md)
54
+ - [DataspaceProtocolContractNegotiationStateType](variables/DataspaceProtocolContractNegotiationStateType.md)
50
55
  - [DataspaceProtocolContexts](variables/DataspaceProtocolContexts.md)
51
- - [TransferProcessTypes](variables/TransferProcessTypes.md)
52
- - [TransferProcessStateType](variables/TransferProcessStateType.md)
56
+ - [DataspaceProtocolTransferProcessTypes](variables/DataspaceProtocolTransferProcessTypes.md)
57
+ - [DataspaceProtocolTransferProcessStateType](variables/DataspaceProtocolTransferProcessStateType.md)