@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
@@ -0,0 +1,96 @@
1
+ # Interface: IDataspaceProtocolCatalog
2
+
3
+ Catalog interface compliant with Eclipse Data Space Protocol.
4
+
5
+ This interface extends ICatalog and enforces DS Protocol-specific requirements
6
+ by overriding properties with more specific types and constraints.
7
+
8
+ **Requirements per DS Protocol:**
9
+ - `@id` MUST be present for dataset identification (REQUIRED)
10
+ - participantId MUST be present (REQUIRED)
11
+
12
+ **Type System Design:**
13
+ - Interface extension allows TypeScript to override inherited property types
14
+ - Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly
15
+ - DS Protocol-specific constraints are defined here
16
+
17
+ ## See
18
+
19
+ - https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types
20
+ - https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec
21
+
22
+ ## Extends
23
+
24
+ - `Omit`\<`IDcatCatalog`, `"@type"` \| `"@context"` \| `"dcat:catalog"` \| `"dcat:dataset"` \| `"dcat:distribution"` \| `"dcat:service"`\>
25
+
26
+ ## Indexable
27
+
28
+ \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
29
+
30
+ \[`key`: `number`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
31
+
32
+ ## Properties
33
+
34
+ ### @context
35
+
36
+ > **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
37
+
38
+ LD Context. Required per Eclipse Data Space Protocol.
39
+
40
+ ***
41
+
42
+ ### @type
43
+
44
+ > **@type**: `"Catalog"`
45
+
46
+ The type identifier for the Catalog.
47
+ REQUIRED per Eclipse Data Space Protocol.
48
+
49
+ ***
50
+
51
+ ### @id
52
+
53
+ > **@id**: `string`
54
+
55
+ Unique identifier for the dataset.
56
+ REQUIRED per Eclipse Data Space Protocol.
57
+
58
+ ***
59
+
60
+ ### participantId
61
+
62
+ > **participantId**: `string`
63
+
64
+ Participant Id
65
+
66
+ ***
67
+
68
+ ### catalog?
69
+
70
+ > `optional` **catalog**: `ObjectOrArray`\<`IDataspaceProtocolCatalog`\>
71
+
72
+ Other concerned catalogs
73
+
74
+ ***
75
+
76
+ ### dataset?
77
+
78
+ > `optional` **dataset**: `ObjectOrArray`\<[`IDataspaceProtocolDataset`](IDataspaceProtocolDataset.md)\>
79
+
80
+ Datasets registered
81
+
82
+ ***
83
+
84
+ ### distribution?
85
+
86
+ > `optional` **distribution**: `ObjectOrArray`\<[`IDataspaceProtocolDistribution`](IDataspaceProtocolDistribution.md)\>
87
+
88
+ Catalog's distributions
89
+
90
+ ***
91
+
92
+ ### service?
93
+
94
+ > `optional` **service**: `ObjectOrArray`\<[`IDataspaceProtocolDataService`](IDataspaceProtocolDataService.md)\>
95
+
96
+ Data services registered-
@@ -1,4 +1,4 @@
1
- # Interface: ICatalogError
1
+ # Interface: IDataspaceProtocolCatalogError
2
2
 
3
3
  Interface for Dataspace Protocol Catalog Error.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#error-catalog-error
@@ -1,4 +1,4 @@
1
- # Interface: ICatalogRequestMessage
1
+ # Interface: IDataspaceProtocolCatalogRequestMessage
2
2
 
3
3
  Interface for Dataspace Protocol Catalog Request Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#catalog-request-message
@@ -1,4 +1,4 @@
1
- # Interface: IContractAgreementMessage
1
+ # Interface: IDataspaceProtocolContractAgreementMessage
2
2
 
3
3
  Interface for Dataspace Protocol Contract Agreement Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-agreement-message
@@ -1,4 +1,4 @@
1
- # Interface: IContractAgreementVerificationMessage
1
+ # Interface: IDataspaceProtocolContractAgreementVerificationMessage
2
2
 
3
3
  Interface for Dataspace Protocol Contract Agreement Verification Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-agreement-verification-message
@@ -1,4 +1,4 @@
1
- # Interface: IContractNegotiation
1
+ # Interface: IDataspaceProtocolContractNegotiation
2
2
 
3
3
  Interface for Dataspace Protocol Contract Agreement Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#ack-contract-negotiation
@@ -39,6 +39,6 @@ The consumer id for the contract.
39
39
 
40
40
  ### state
41
41
 
42
- > **state**: [`ContractNegotiationStateType`](../type-aliases/ContractNegotiationStateType.md)
42
+ > **state**: [`DataspaceProtocolContractNegotiationStateType`](../type-aliases/DataspaceProtocolContractNegotiationStateType.md)
43
43
 
44
44
  The offer being requested.
@@ -1,4 +1,4 @@
1
- # Interface: IContractNegotiationError
1
+ # Interface: IDataspaceProtocolContractNegotiationError
2
2
 
3
3
  Interface for Dataspace Protocol Contract Negotiation Error Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#error-contract-negotiation-error
@@ -1,4 +1,4 @@
1
- # Interface: IContractNegotiationEventMessage
1
+ # Interface: IDataspaceProtocolContractNegotiationEventMessage
2
2
 
3
3
  Interface for Dataspace Protocol Contract Negotiation Event Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-event-message
@@ -39,6 +39,6 @@ The consumer id for the contract.
39
39
 
40
40
  ### event
41
41
 
42
- > **event**: [`ContractNegotiationEventType`](../type-aliases/ContractNegotiationEventType.md)
42
+ > **event**: [`DataspaceProtocolContractNegotiationEventType`](../type-aliases/DataspaceProtocolContractNegotiationEventType.md)
43
43
 
44
44
  The event type.
@@ -1,4 +1,4 @@
1
- # Interface: IContractNegotiationTerminationMessage
1
+ # Interface: IDataspaceProtocolContractNegotiationTerminationMessage
2
2
 
3
3
  Interface for Dataspace Protocol Contract Negotiation Termination Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-termination-message
@@ -1,4 +1,4 @@
1
- # Interface: IContractOfferMessage
1
+ # Interface: IDataspaceProtocolContractOfferMessage
2
2
 
3
3
  Interface for Dataspace Protocol Contract Offer Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-offer-message
@@ -1,4 +1,4 @@
1
- # Interface: IContractRequestMessage
1
+ # Interface: IDataspaceProtocolContractRequestMessage
2
2
 
3
3
  Interface for Dataspace Protocol Contract Request Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-request-message
@@ -1,4 +1,4 @@
1
- # Interface: IDataAddress
1
+ # Interface: IDataspaceProtocolDataAddress
2
2
 
3
3
  Interface for Dataspace Protocol Transfer Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types
@@ -31,6 +31,6 @@ The endpoint of the data address
31
31
 
32
32
  ### endpointProperties?
33
33
 
34
- > `optional` **endpointProperties**: [`IEndpointProperty`](IEndpointProperty.md)[]
34
+ > `optional` **endpointProperties**: [`IDataspaceProtocolEndpointProperty`](IDataspaceProtocolEndpointProperty.md)[]
35
35
 
36
36
  Properties associated to the endpoint which might depend on the endpoint type.
@@ -0,0 +1,72 @@
1
+ # Interface: IDataspaceProtocolDataService
2
+
3
+ Data Service interface compliant with Eclipse Data Space Protocol.
4
+
5
+ This interface extends IDataService and enforces DS Protocol-specific requirements
6
+ by overriding properties with more specific types and constraints.
7
+
8
+ **Requirements per DS Protocol:**
9
+ - `@id` MUST be present for dataset identification (REQUIRED)
10
+ - endpointURL MUST be present (REQUIRED)
11
+
12
+ **Type System Design:**
13
+ - Interface extension allows TypeScript to override inherited property types
14
+ - Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly
15
+ - DS Protocol-specific constraints are defined here
16
+
17
+ ## See
18
+
19
+ - https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types
20
+ - https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec
21
+
22
+ ## Extends
23
+
24
+ - `Omit`\<`IDcatDataService`, `"@type"` \| `"@context"` \| `"dcat:servesDataset"` \| `"dcat:endpointURL"`\>
25
+
26
+ ## Indexable
27
+
28
+ \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
29
+
30
+ \[`key`: `number`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
31
+
32
+ ## Properties
33
+
34
+ ### @context
35
+
36
+ > **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
37
+
38
+ LD Context. Required per Eclipse Data Space Protocol.
39
+
40
+ ***
41
+
42
+ ### @type
43
+
44
+ > **@type**: `"DataService"`
45
+
46
+ The type identifier for the Data Service.
47
+ REQUIRED per Eclipse Data Space Protocol.
48
+
49
+ ***
50
+
51
+ ### @id
52
+
53
+ > **@id**: `string`
54
+
55
+ Unique identifier for the dataset.
56
+ REQUIRED per Eclipse Data Space Protocol.
57
+
58
+ ***
59
+
60
+ ### endpointURL
61
+
62
+ > **endpointURL**: `string`
63
+
64
+ Endpoint URL
65
+
66
+ ***
67
+
68
+ ### servesDataset?
69
+
70
+ > `optional` **servesDataset**: `ObjectOrArray`\<[`IDataspaceProtocolDataset`](IDataspaceProtocolDataset.md)\>
71
+
72
+ Datasets served.
@@ -0,0 +1,90 @@
1
+ # Interface: IDataspaceProtocolDataset
2
+
3
+ Dataset interface compliant with Eclipse Data Space Protocol.
4
+
5
+ This interface extends IDataset and enforces DS Protocol-specific requirements
6
+ by overriding properties with more specific types and constraints.
7
+
8
+ **Requirements per DS Protocol:**
9
+ - `@id` MUST be present for dataset identification (REQUIRED)
10
+ - `odrl:hasPolicy` MUST be present as an array of ODRL Offers (REQUIRED)
11
+ - Array MUST contain at least one IOdrlOffer
12
+ - Each Offer MUST have `@type`: "Offer"
13
+ - Each Offer MUST have `@id` or `uid` for identification
14
+ - `dcat:distribution` MUST be present (REQUIRED)
15
+
16
+ **Type System Design:**
17
+ - W3C DCAT spec defines `odrl:hasPolicy` as optional singular `IOdrlPolicy`
18
+ - DS Protocol requires it as a REQUIRED array of `IOdrlOffer`
19
+ - Interface extension allows TypeScript to override inherited property types
20
+ - Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly
21
+ - DS Protocol-specific constraints are defined here
22
+
23
+ **Future Compatibility:**
24
+ - Currently only one Offer per dataset is supported
25
+ - Array structure allows future support for multiple offers
26
+
27
+ ## See
28
+
29
+ - https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types
30
+ - https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec
31
+ - IOdrlOffer from @twin.org/standards-w3c-odrl
32
+ - IResource.odrl:hasPolicy from @twin.org/standards-w3c-dcat
33
+
34
+ ## Extends
35
+
36
+ - `Omit`\<`IDcatDataset`, `"odrl:hasPolicy"` \| `"dcat:distribution"` \| `"@type"` \| `"@context"`\>
37
+
38
+ ## Indexable
39
+
40
+ \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
41
+
42
+ \[`key`: `number`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
43
+
44
+ ## Properties
45
+
46
+ ### @context
47
+
48
+ > **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
49
+
50
+ LD Context. Required per Eclipse Data Space Protocol.
51
+
52
+ ***
53
+
54
+ ### @type
55
+
56
+ > **@type**: `"Dataset"`
57
+
58
+ The type identifier for the dataset.
59
+ REQUIRED per Eclipse Data Space Protocol.
60
+
61
+ ***
62
+
63
+ ### @id
64
+
65
+ > **@id**: `string`
66
+
67
+ Unique identifier for the dataset.
68
+ REQUIRED per Eclipse Data Space Protocol.
69
+
70
+ ***
71
+
72
+ ### hasPolicy
73
+
74
+ > **hasPolicy**: `ObjectOrArray`\<`IOdrlOffer`\>
75
+
76
+ Array of ODRL policies (Offers) as required by DS Protocol.
77
+
78
+ REQUIRED per Eclipse Data Space Protocol spec.
79
+ Must contain at least one IOdrlOffer.
80
+ Currently only single offer is supported, but array structure
81
+ allows for future multi-offer support.
82
+
83
+ ***
84
+
85
+ ### distribution
86
+
87
+ > **distribution**: `ObjectOrArray`\<[`IDataspaceProtocolDistribution`](IDataspaceProtocolDistribution.md)\>
88
+
89
+ Distribution of the dataset.
90
+ REQUIRED per Eclipse Data Space Protocol.
@@ -1,4 +1,4 @@
1
- # Interface: IDatasetRequestMessage
1
+ # Interface: IDataspaceProtocolDatasetRequestMessage
2
2
 
3
3
  Interface for Dataspace Protocol Dataset Request Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#dataset-request-message
@@ -0,0 +1,98 @@
1
+ # Interface: IDataspaceProtocolDistribution
2
+
3
+ Distribution interface compliant with Eclipse Data Space Protocol.
4
+
5
+ This interface extends IDistribution and enforces DS Protocol-specific requirements
6
+ by overriding properties with more specific types and constraints.
7
+
8
+ **Requirements per DS Protocol:**
9
+ - `@id` MUST be present for dataset identification (REQUIRED)
10
+ - `odrl:hasPolicy` MIGHT be present as an array of ODRL Offers (OPTIONAL)
11
+ - Array MUST contain at least one IOdrlOffer
12
+ - Each Offer MUST have `@type`: "Offer"
13
+ - `format` is REQUIRED.
14
+
15
+ **Type System Design:**
16
+ - W3C DCAT spec defines `odrl:hasPolicy` as optional singular `IOdrlPolicy`
17
+ - DS Protocol requires it as a REQUIRED array of `IOdrlOffer`
18
+ - Interface extension allows TypeScript to override inherited property types
19
+ - Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly
20
+ - DS Protocol-specific constraints are defined here
21
+
22
+ **Future Compatibility:**
23
+ - Currently only one Offer per dataset is supported
24
+ - Array structure allows future support for multiple offers
25
+
26
+ ## See
27
+
28
+ - https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types
29
+ - https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec
30
+ - IOdrlOffer from @twin.org/standards-w3c-odrl
31
+ - IResource.odrl:hasPolicy from @twin.org/standards-w3c-dcat
32
+
33
+ ## Extends
34
+
35
+ - `Omit`\<`IDcatDistribution`, `"odrl:hasPolicy"` \| `"@type"` \| `"@context"` \| `"dcterms:format"`\>
36
+
37
+ ## Indexable
38
+
39
+ \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
40
+
41
+ \[`key`: `number`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
42
+
43
+ ## Properties
44
+
45
+ ### @context
46
+
47
+ > **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
48
+
49
+ LD Context. Required per Eclipse Data Space Protocol.
50
+
51
+ ***
52
+
53
+ ### @type
54
+
55
+ > **@type**: `"Distribution"`
56
+
57
+ The type identifier for the Distribution.
58
+ REQUIRED per Eclipse Data Space Protocol.
59
+
60
+ ***
61
+
62
+ ### @id
63
+
64
+ > **@id**: `string`
65
+
66
+ Unique identifier for the dataset.
67
+ REQUIRED per Eclipse Data Space Protocol.
68
+
69
+ ***
70
+
71
+ ### hasPolicy?
72
+
73
+ > `optional` **hasPolicy**: `ObjectOrArray`\<`IOdrlOffer`\>
74
+
75
+ Array of ODRL policies (Offers) as required by DS Protocol.
76
+
77
+ REQUIRED per Eclipse Data Space Protocol spec.
78
+ Must contain at least one IOdrlOffer.
79
+ Currently only single offer is supported, but array structure
80
+ allows for future multi-offer support.
81
+
82
+ ***
83
+
84
+ ### accessService
85
+
86
+ > **accessService**: `string` \| [`IDataspaceProtocolDataService`](IDataspaceProtocolDataService.md)
87
+
88
+ Access service.
89
+ It can be a URI pointing to an access service or inline the access service itself
90
+
91
+ ***
92
+
93
+ ### format
94
+
95
+ > **format**: `string`
96
+
97
+ Distribution format.
98
+ REQUIRED per Eclipse Data Space Protocol.
@@ -1,4 +1,4 @@
1
- # Interface: IEndpointProperty
1
+ # Interface: IDataspaceProtocolEndpointProperty
2
2
 
3
3
  Interface for Dataspace Protocol Transfer Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types
@@ -1,4 +1,4 @@
1
- # Interface: ITransferCompletionMessage
1
+ # Interface: IDataspaceProtocolTransferCompletionMessage
2
2
 
3
3
  Interface for Dataspace Protocol Transfer Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-completion-message
@@ -1,4 +1,4 @@
1
- # Interface: ITransferError
1
+ # Interface: IDataspaceProtocolTransferError
2
2
 
3
3
  Interface for Dataspace Protocol Transfer Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol#error-transfer-error
@@ -1,4 +1,4 @@
1
- # Interface: ITransferProcess
1
+ # Interface: IDataspaceProtocolTransferProcess
2
2
 
3
3
  Interface for Dataspace Protocol Transfer Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#ack-transfer-process
@@ -1,4 +1,4 @@
1
- # Interface: ITransferRequestMessage
1
+ # Interface: IDataspaceProtocolTransferRequestMessage
2
2
 
3
3
  Interface for Dataspace Protocol Transfer Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-request-message
@@ -56,7 +56,7 @@ This is generally obtained from the Provider's Catalog.
56
56
 
57
57
  ### dataAddress?
58
58
 
59
- > `optional` **dataAddress**: [`IDataAddress`](IDataAddress.md)
59
+ > `optional` **dataAddress**: [`IDataspaceProtocolDataAddress`](IDataspaceProtocolDataAddress.md)
60
60
 
61
61
  If defined MUST contain a transport-specific set of properties for pushing the data.
62
62
  It MAY include an endpoint, a temporary authorization via the endpointProperties property - depending on the endpointType.
@@ -1,4 +1,4 @@
1
- # Interface: ITransferStartMessage
1
+ # Interface: IDataspaceProtocolTransferStartMessage
2
2
 
3
3
  Interface for Dataspace Protocol Transfer Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-start-message
@@ -39,7 +39,7 @@ MUST refer to the transfer identifier of the Provider side.
39
39
 
40
40
  ### dataAddress?
41
41
 
42
- > `optional` **dataAddress**: [`IDataAddress`](IDataAddress.md)
42
+ > `optional` **dataAddress**: [`IDataspaceProtocolDataAddress`](IDataspaceProtocolDataAddress.md)
43
43
 
44
44
  MUST be provided if the current transfer is a pull transfer and
45
45
  contains a transport-specific endpoint address for obtaining the data.
@@ -1,4 +1,4 @@
1
- # Interface: ITransferSuspensionMessage
1
+ # Interface: IDataspaceProtocolTransferSuspensionMessage
2
2
 
3
3
  Interface for Dataspace Protocol Transfer Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-suspension-message
@@ -1,4 +1,4 @@
1
- # Interface: ITransferTerminationMessage
1
+ # Interface: IDataspaceProtocolTransferTerminationMessage
2
2
 
3
3
  Interface for Dataspace Protocol Transfer Messages.
4
4
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-termination-message
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolCatalogTypes
2
+
3
+ > **DataspaceProtocolCatalogTypes** = *typeof* [`DataspaceProtocolCatalogTypes`](../variables/DataspaceProtocolCatalogTypes.md)\[keyof *typeof* [`DataspaceProtocolCatalogTypes`](../variables/DataspaceProtocolCatalogTypes.md)\]
4
+
5
+ The types for Dataspace Protocol Catalog Protocol.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolContractNegotiationEventType
2
+
3
+ > **DataspaceProtocolContractNegotiationEventType** = *typeof* [`DataspaceProtocolContractNegotiationEventType`](../variables/DataspaceProtocolContractNegotiationEventType.md)\[keyof *typeof* [`DataspaceProtocolContractNegotiationEventType`](../variables/DataspaceProtocolContractNegotiationEventType.md)\]
4
+
5
+ The types for Dataspace Protocol Contract Negotiation Events.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolContractNegotiationStateType
2
+
3
+ > **DataspaceProtocolContractNegotiationStateType** = *typeof* [`DataspaceProtocolContractNegotiationStateType`](../variables/DataspaceProtocolContractNegotiationStateType.md)\[keyof *typeof* [`DataspaceProtocolContractNegotiationStateType`](../variables/DataspaceProtocolContractNegotiationStateType.md)\]
4
+
5
+ The types for Dataspace Protocol Contract Negotiation States.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolContractNegotiationTypes
2
+
3
+ > **DataspaceProtocolContractNegotiationTypes** = *typeof* [`DataspaceProtocolContractNegotiationTypes`](../variables/DataspaceProtocolContractNegotiationTypes.md)\[keyof *typeof* [`DataspaceProtocolContractNegotiationTypes`](../variables/DataspaceProtocolContractNegotiationTypes.md)\]
4
+
5
+ The types for Dataspace Protocol Contract Negotiation.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolTransferProcessStateType
2
+
3
+ > **DataspaceProtocolTransferProcessStateType** = *typeof* [`DataspaceProtocolTransferProcessStateType`](../variables/DataspaceProtocolTransferProcessStateType.md)\[keyof *typeof* [`DataspaceProtocolTransferProcessStateType`](../variables/DataspaceProtocolTransferProcessStateType.md)\]
4
+
5
+ The types for Dataspace Protocol Transfer.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolTransferProcessTypes
2
+
3
+ > **DataspaceProtocolTransferProcessTypes** = *typeof* [`DataspaceProtocolTransferProcessTypes`](../variables/DataspaceProtocolTransferProcessTypes.md)\[keyof *typeof* [`DataspaceProtocolTransferProcessTypes`](../variables/DataspaceProtocolTransferProcessTypes.md)\]
4
+
5
+ The types for Dataspace Protocol Transfer.
@@ -1,6 +1,6 @@
1
- # Variable: CatalogTypes
1
+ # Variable: DataspaceProtocolCatalogTypes
2
2
 
3
- > `const` **CatalogTypes**: `object`
3
+ > `const` **DataspaceProtocolCatalogTypes**: `object`
4
4
 
5
5
  The types for Dataspace Protocol Catalog Protocol.
6
6
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#catalog-protocol
@@ -8,10 +8,16 @@ The contexts for Dataspace Protocol Protocol.
8
8
 
9
9
  ### ContextRoot
10
10
 
11
- > `readonly` **ContextRoot**: `"https://w3id.org/dspace/2025/1/context.json"` = `"https://w3id.org/dspace/2025/1/context.json"`
11
+ > `readonly` **ContextRoot**: `"https://w3id.org/dspace/2025/1/context.jsonld"` = `"https://w3id.org/dspace/2025/1/context.jsonld"`
12
12
 
13
13
  The context root for Dataspace Protocol Protocol.
14
14
 
15
+ ### DspNamespace
16
+
17
+ > `readonly` **DspNamespace**: `"https://w3id.org/dspace/2025/1/"` = `"https://w3id.org/dspace/2025/1/"`
18
+
19
+ The namespace.
20
+
15
21
  ### ContextRedirect
16
22
 
17
23
  > `readonly` **ContextRedirect**: `"https://w3id.org/dspace/2025/1/context.jsonld"` = `"https://w3id.org/dspace/2025/1/context.jsonld"`
@@ -1,6 +1,6 @@
1
- # Variable: ContractNegotiationEventType
1
+ # Variable: DataspaceProtocolContractNegotiationEventType
2
2
 
3
- > `const` **ContractNegotiationEventType**: `object`
3
+ > `const` **DataspaceProtocolContractNegotiationEventType**: `object`
4
4
 
5
5
  The types for Dataspace Protocol Contract Negotiation Events.
6
6
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-event-message
@@ -1,6 +1,6 @@
1
- # Variable: ContractNegotiationStateType
1
+ # Variable: DataspaceProtocolContractNegotiationStateType
2
2
 
3
- > `const` **ContractNegotiationStateType**: `object`
3
+ > `const` **DataspaceProtocolContractNegotiationStateType**: `object`
4
4
 
5
5
  The types for Dataspace Protocol Contract Negotiation States.
6
6
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-states
@@ -1,6 +1,6 @@
1
- # Variable: ContractNegotiationTypes
1
+ # Variable: DataspaceProtocolContractNegotiationTypes
2
2
 
3
- > `const` **ContractNegotiationTypes**: `object`
3
+ > `const` **DataspaceProtocolContractNegotiationTypes**: `object`
4
4
 
5
5
  The types for Dataspace Protocol Contract Negotiation.
6
6
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#message-types-0