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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (316) hide show
  1. package/README.md +1 -1
  2. package/dist/es/dataTypes/catalogDataTypes.js +93 -20
  3. package/dist/es/dataTypes/catalogDataTypes.js.map +1 -1
  4. package/dist/es/dataTypes/contractNegotiationDataTypes.js +58 -62
  5. package/dist/es/dataTypes/contractNegotiationDataTypes.js.map +1 -1
  6. package/dist/es/dataTypes/dataspaceProtocolDataTypes.js +10 -1
  7. package/dist/es/dataTypes/dataspaceProtocolDataTypes.js.map +1 -1
  8. package/dist/es/dataTypes/transferProcessDataTypes.js +53 -56
  9. package/dist/es/dataTypes/transferProcessDataTypes.js.map +1 -1
  10. package/dist/es/index.js +45 -28
  11. package/dist/es/index.js.map +1 -1
  12. package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js +2 -0
  13. package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js.map +1 -0
  14. package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js +2 -0
  15. package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js.map +1 -0
  16. package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js +2 -0
  17. package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js.map +1 -0
  18. package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js +54 -0
  19. package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js.map +1 -0
  20. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js +2 -0
  21. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js.map +1 -0
  22. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js +2 -0
  23. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js.map +1 -0
  24. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js +2 -0
  25. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js.map +1 -0
  26. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js +2 -0
  27. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js.map +1 -0
  28. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js +2 -0
  29. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js.map +1 -0
  30. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js +2 -0
  31. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js.map +1 -0
  32. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js +2 -0
  33. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js.map +1 -0
  34. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js +2 -0
  35. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js.map +1 -0
  36. package/dist/es/models/contractNegotiation/{contractNegotiationTypes.js → dataspaceProtocolContractNegotiationTypes.js} +2 -2
  37. package/dist/es/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js.map +1 -0
  38. package/dist/es/models/contractNegotiation/types/{contractNegotiationEventType.js → dataspaceProtocolContractNegotiationEventType.js} +2 -2
  39. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js.map +1 -0
  40. package/dist/es/models/contractNegotiation/types/{contractNegotiationStateType.js → dataspaceProtocolContractNegotiationStateType.js} +2 -2
  41. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js.map +1 -0
  42. package/dist/es/models/dataspaceProtocolContextType.js.map +1 -1
  43. package/dist/es/models/dataspaceProtocolContexts.js +12 -4
  44. package/dist/es/models/dataspaceProtocolContexts.js.map +1 -1
  45. package/dist/es/models/dcat3/IDataspaceProtocolCatalog.js +2 -0
  46. package/dist/es/models/dcat3/IDataspaceProtocolCatalog.js.map +1 -0
  47. package/dist/es/models/dcat3/IDataspaceProtocolCatalogBase.js +2 -0
  48. package/dist/es/models/dcat3/IDataspaceProtocolCatalogBase.js.map +1 -0
  49. package/dist/es/models/dcat3/IDataspaceProtocolDataService.js +2 -0
  50. package/dist/es/models/dcat3/IDataspaceProtocolDataService.js.map +1 -0
  51. package/dist/es/models/dcat3/IDataspaceProtocolDataServiceBase.js +2 -0
  52. package/dist/es/models/dcat3/IDataspaceProtocolDataServiceBase.js.map +1 -0
  53. package/dist/es/models/dcat3/IDataspaceProtocolDataset.js +2 -0
  54. package/dist/es/models/dcat3/IDataspaceProtocolDataset.js.map +1 -0
  55. package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js +2 -0
  56. package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js.map +1 -0
  57. package/dist/es/models/dcat3/IDataspaceProtocolDistribution.js +2 -0
  58. package/dist/es/models/dcat3/IDataspaceProtocolDistribution.js.map +1 -0
  59. package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js +2 -0
  60. package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js.map +1 -0
  61. package/dist/es/models/odrl/IDataspaceProtocolAgreement.js +2 -0
  62. package/dist/es/models/odrl/IDataspaceProtocolAgreement.js.map +1 -0
  63. package/dist/es/models/odrl/IDataspaceProtocolOffer.js +2 -0
  64. package/dist/es/models/odrl/IDataspaceProtocolOffer.js.map +1 -0
  65. package/dist/es/models/odrl/IDataspaceProtocolOfferBase.js +2 -0
  66. package/dist/es/models/odrl/IDataspaceProtocolOfferBase.js.map +1 -0
  67. package/dist/es/models/odrl/IDataspaceProtocolPolicy.js +2 -0
  68. package/dist/es/models/odrl/IDataspaceProtocolPolicy.js.map +1 -0
  69. package/dist/es/models/odrl/IDataspaceProtocolSet.js +2 -0
  70. package/dist/es/models/odrl/IDataspaceProtocolSet.js.map +1 -0
  71. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js +2 -0
  72. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js.map +1 -0
  73. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js +2 -0
  74. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js.map +1 -0
  75. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js +2 -0
  76. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js.map +1 -0
  77. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js +2 -0
  78. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js.map +1 -0
  79. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js +2 -0
  80. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js.map +1 -0
  81. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js +2 -0
  82. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js.map +1 -0
  83. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js +2 -0
  84. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js.map +1 -0
  85. package/dist/es/models/transferProcess/{ITransferSuspensionMessage.js → IDataspaceProtocolTransferSuspensionMessage.js} +1 -1
  86. package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js.map +1 -0
  87. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js +2 -0
  88. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js.map +1 -0
  89. package/dist/es/models/transferProcess/{transferProcessTypes.js → dataspaceProtocolTransferProcessTypes.js} +2 -2
  90. package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js.map +1 -0
  91. package/dist/es/models/transferProcess/types/dataspaceProtocolEndpointType.js +89 -0
  92. package/dist/es/models/transferProcess/types/dataspaceProtocolEndpointType.js.map +1 -0
  93. package/dist/es/models/transferProcess/types/{transferProcessStateType.js → dataspaceProtocolTransferProcessStateType.js} +2 -2
  94. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js.map +1 -0
  95. package/dist/es/schemas/DataspaceProtocolAgreement.json +207 -0
  96. package/dist/es/schemas/DataspaceProtocolCatalog.json +21 -0
  97. package/dist/es/schemas/DataspaceProtocolCatalogBase.json +428 -0
  98. package/dist/es/schemas/DataspaceProtocolCatalogError.json +31 -0
  99. package/dist/es/schemas/DataspaceProtocolCatalogRequestMessage.json +26 -0
  100. package/dist/es/schemas/DataspaceProtocolContextType.json +30 -0
  101. package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +225 -0
  102. package/dist/es/schemas/DataspaceProtocolContractAgreementVerificationMessage.json +31 -0
  103. package/dist/es/schemas/DataspaceProtocolContractNegotiation.json +36 -0
  104. package/dist/es/schemas/DataspaceProtocolContractNegotiationError.json +40 -0
  105. package/dist/es/schemas/DataspaceProtocolContractNegotiationEventMessage.json +36 -0
  106. package/dist/es/schemas/DataspaceProtocolContractNegotiationEventType.json +16 -0
  107. package/dist/es/schemas/DataspaceProtocolContractNegotiationStateType.json +36 -0
  108. package/dist/es/schemas/DataspaceProtocolContractNegotiationTerminationMessage.json +40 -0
  109. package/dist/es/schemas/DataspaceProtocolContractOfferMessage.json +39 -0
  110. package/dist/es/schemas/DataspaceProtocolContractRequestMessage.json +39 -0
  111. package/dist/es/schemas/{DataAddress.json → DataspaceProtocolDataAddress.json} +5 -6
  112. package/dist/es/schemas/DataspaceProtocolDataService.json +21 -0
  113. package/dist/es/schemas/DataspaceProtocolDataServiceBase.json +279 -0
  114. package/dist/es/schemas/DataspaceProtocolDataset.json +21 -0
  115. package/dist/es/schemas/DataspaceProtocolDatasetBase.json +330 -0
  116. package/dist/es/schemas/DataspaceProtocolDatasetRequestMessage.json +26 -0
  117. package/dist/es/schemas/DataspaceProtocolDistribution.json +26 -0
  118. package/dist/es/schemas/DataspaceProtocolDistributionBase.json +164 -0
  119. package/dist/es/schemas/{EndpointProperty.json → DataspaceProtocolEndpointProperty.json} +4 -5
  120. package/dist/es/schemas/DataspaceProtocolOffer.json +26 -0
  121. package/dist/es/schemas/DataspaceProtocolOfferBase.json +219 -0
  122. package/dist/es/schemas/DataspaceProtocolPolicy.json +231 -0
  123. package/dist/es/schemas/DataspaceProtocolSet.json +243 -0
  124. package/dist/es/schemas/DataspaceProtocolTransferCompletionMessage.json +31 -0
  125. package/dist/es/schemas/DataspaceProtocolTransferError.json +40 -0
  126. package/dist/es/schemas/DataspaceProtocolTransferProcess.json +36 -0
  127. package/dist/es/schemas/DataspaceProtocolTransferRequestMessage.json +45 -0
  128. package/dist/es/schemas/DataspaceProtocolTransferStartMessage.json +35 -0
  129. package/dist/es/schemas/DataspaceProtocolTransferSuspensionMessage.json +40 -0
  130. package/dist/es/schemas/DataspaceProtocolTransferTerminationMessage.json +40 -0
  131. package/dist/es/utils/dataspaceProtocolHelper.js +108 -0
  132. package/dist/es/utils/dataspaceProtocolHelper.js.map +1 -0
  133. package/dist/types/index.d.ts +43 -28
  134. package/dist/types/models/catalog/{ICatalogError.d.ts → IDataspaceProtocolCatalogError.d.ts} +3 -3
  135. package/dist/types/models/catalog/{ICatalogRequestMessage.d.ts → IDataspaceProtocolCatalogRequestMessage.d.ts} +3 -3
  136. package/dist/types/models/catalog/{IDatasetRequestMessage.d.ts → IDataspaceProtocolDatasetRequestMessage.d.ts} +3 -3
  137. package/dist/types/models/catalog/dataspaceProtocolCatalogTypes.d.ts +54 -0
  138. package/dist/types/models/contractNegotiation/{IContractAgreementMessage.d.ts → IDataspaceProtocolContractAgreementMessage.d.ts} +6 -5
  139. package/dist/types/models/contractNegotiation/{IContractAgreementVerificationMessage.d.ts → IDataspaceProtocolContractAgreementVerificationMessage.d.ts} +3 -3
  140. package/dist/types/models/contractNegotiation/{IContractNegotiation.d.ts → IDataspaceProtocolContractNegotiation.d.ts} +5 -5
  141. package/dist/types/models/contractNegotiation/{IContractNegotiationError.d.ts → IDataspaceProtocolContractNegotiationError.d.ts} +3 -3
  142. package/dist/types/models/contractNegotiation/{IContractNegotiationEventMessage.d.ts → IDataspaceProtocolContractNegotiationEventMessage.d.ts} +5 -5
  143. package/dist/types/models/contractNegotiation/{IContractNegotiationTerminationMessage.d.ts → IDataspaceProtocolContractNegotiationTerminationMessage.d.ts} +3 -3
  144. package/dist/types/models/contractNegotiation/{IContractOfferMessage.d.ts → IDataspaceProtocolContractOfferMessage.d.ts} +5 -5
  145. package/dist/types/models/contractNegotiation/{IContractRequestMessage.d.ts → IDataspaceProtocolContractRequestMessage.d.ts} +5 -5
  146. package/dist/types/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.d.ts +50 -0
  147. package/dist/types/models/contractNegotiation/types/{contractNegotiationEventType.d.ts → dataspaceProtocolContractNegotiationEventType.d.ts} +2 -2
  148. package/dist/types/models/contractNegotiation/types/{contractNegotiationStateType.d.ts → dataspaceProtocolContractNegotiationStateType.d.ts} +2 -2
  149. package/dist/types/models/dataspaceProtocolContextType.d.ts +2 -9
  150. package/dist/types/models/dataspaceProtocolContexts.d.ts +12 -4
  151. package/dist/types/models/dcat3/IDataspaceProtocolCatalog.d.ts +28 -0
  152. package/dist/types/models/dcat3/IDataspaceProtocolCatalogBase.d.ts +58 -0
  153. package/dist/types/models/dcat3/IDataspaceProtocolDataService.d.ts +28 -0
  154. package/dist/types/models/dcat3/IDataspaceProtocolDataServiceBase.d.ts +44 -0
  155. package/dist/types/models/dcat3/IDataspaceProtocolDataset.d.ts +38 -0
  156. package/dist/types/models/dcat3/IDataspaceProtocolDatasetBase.d.ts +62 -0
  157. package/dist/types/models/dcat3/IDataspaceProtocolDistribution.d.ts +42 -0
  158. package/dist/types/models/dcat3/IDataspaceProtocolDistributionBase.d.ts +66 -0
  159. package/dist/types/models/odrl/IDataspaceProtocolAgreement.d.ts +17 -0
  160. package/dist/types/models/odrl/IDataspaceProtocolOffer.d.ts +22 -0
  161. package/dist/types/models/odrl/IDataspaceProtocolOfferBase.d.ts +18 -0
  162. package/dist/types/models/odrl/IDataspaceProtocolPolicy.d.ts +17 -0
  163. package/dist/types/models/odrl/IDataspaceProtocolSet.d.ts +17 -0
  164. package/dist/types/models/transferProcess/{IDataAddress.d.ts → IDataspaceProtocolDataAddress.d.ts} +5 -5
  165. package/dist/types/models/transferProcess/{IEndpointProperty.d.ts → IDataspaceProtocolEndpointProperty.d.ts} +3 -3
  166. package/dist/types/models/transferProcess/{ITransferCompletionMessage.d.ts → IDataspaceProtocolTransferCompletionMessage.d.ts} +3 -3
  167. package/dist/types/models/transferProcess/{ITransferError.d.ts → IDataspaceProtocolTransferError.d.ts} +3 -3
  168. package/dist/types/models/transferProcess/{ITransferProcess.d.ts → IDataspaceProtocolTransferProcess.d.ts} +5 -5
  169. package/dist/types/models/transferProcess/{ITransferRequestMessage.d.ts → IDataspaceProtocolTransferRequestMessage.d.ts} +5 -5
  170. package/dist/types/models/transferProcess/{ITransferStartMessage.d.ts → IDataspaceProtocolTransferStartMessage.d.ts} +5 -5
  171. package/dist/types/models/transferProcess/{ITransferSuspensionMessage.d.ts → IDataspaceProtocolTransferSuspensionMessage.d.ts} +3 -3
  172. package/dist/types/models/transferProcess/{ITransferTerminationMessage.d.ts → IDataspaceProtocolTransferTerminationMessage.d.ts} +3 -3
  173. package/dist/types/models/transferProcess/dataspaceProtocolTransferProcessTypes.d.ts +46 -0
  174. package/dist/types/models/transferProcess/types/dataspaceProtocolEndpointType.d.ts +89 -0
  175. package/dist/types/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.d.ts +30 -0
  176. package/dist/types/utils/dataspaceProtocolHelper.d.ts +19 -0
  177. package/docs/changelog.md +991 -12
  178. package/docs/examples.md +44 -1
  179. package/docs/reference/classes/CatalogDataTypes.md +1 -1
  180. package/docs/reference/classes/ContractNegotiationDataTypes.md +1 -1
  181. package/docs/reference/classes/DataspaceProtocolDataTypes.md +2 -2
  182. package/docs/reference/classes/DataspaceProtocolHelper.md +57 -0
  183. package/docs/reference/classes/TransferProcessDataTypes.md +1 -1
  184. package/docs/reference/index.md +48 -32
  185. package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +179 -0
  186. package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +598 -0
  187. package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +570 -0
  188. package/docs/reference/interfaces/{ICatalogError.md → IDataspaceProtocolCatalogError.md} +6 -6
  189. package/docs/reference/interfaces/{ICatalogRequestMessage.md → IDataspaceProtocolCatalogRequestMessage.md} +5 -5
  190. package/docs/reference/interfaces/{IContractAgreementMessage.md → IDataspaceProtocolContractAgreementMessage.md} +10 -10
  191. package/docs/reference/interfaces/{IContractAgreementVerificationMessage.md → IDataspaceProtocolContractAgreementVerificationMessage.md} +6 -6
  192. package/docs/reference/interfaces/{IContractNegotiation.md → IDataspaceProtocolContractNegotiation.md} +8 -8
  193. package/docs/reference/interfaces/{IContractNegotiationError.md → IDataspaceProtocolContractNegotiationError.md} +10 -10
  194. package/docs/reference/interfaces/{IContractNegotiationEventMessage.md → IDataspaceProtocolContractNegotiationEventMessage.md} +8 -8
  195. package/docs/reference/interfaces/{IContractNegotiationTerminationMessage.md → IDataspaceProtocolContractNegotiationTerminationMessage.md} +10 -10
  196. package/docs/reference/interfaces/{IContractOfferMessage.md → IDataspaceProtocolContractOfferMessage.md} +11 -11
  197. package/docs/reference/interfaces/{IContractRequestMessage.md → IDataspaceProtocolContractRequestMessage.md} +11 -11
  198. package/docs/reference/interfaces/{IDataAddress.md → IDataspaceProtocolDataAddress.md} +8 -8
  199. package/docs/reference/interfaces/IDataspaceProtocolDataService.md +403 -0
  200. package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +387 -0
  201. package/docs/reference/interfaces/IDataspaceProtocolDataset.md +500 -0
  202. package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +484 -0
  203. package/docs/reference/interfaces/{IDatasetRequestMessage.md → IDataspaceProtocolDatasetRequestMessage.md} +4 -4
  204. package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +400 -0
  205. package/docs/reference/interfaces/IDataspaceProtocolDistributionBase.md +381 -0
  206. package/docs/reference/interfaces/{IEndpointProperty.md → IDataspaceProtocolEndpointProperty.md} +5 -5
  207. package/docs/reference/interfaces/IDataspaceProtocolOffer.md +178 -0
  208. package/docs/reference/interfaces/IDataspaceProtocolOfferBase.md +171 -0
  209. package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +180 -0
  210. package/docs/reference/interfaces/IDataspaceProtocolSet.md +179 -0
  211. package/docs/reference/interfaces/{ITransferCompletionMessage.md → IDataspaceProtocolTransferCompletionMessage.md} +6 -6
  212. package/docs/reference/interfaces/{ITransferError.md → IDataspaceProtocolTransferError.md} +10 -10
  213. package/docs/reference/interfaces/IDataspaceProtocolTransferProcess.md +44 -0
  214. package/docs/reference/interfaces/{ITransferRequestMessage.md → IDataspaceProtocolTransferRequestMessage.md} +10 -10
  215. package/docs/reference/interfaces/{ITransferStartMessage.md → IDataspaceProtocolTransferStartMessage.md} +8 -8
  216. package/docs/reference/interfaces/{ITransferSuspensionMessage.md → IDataspaceProtocolTransferSuspensionMessage.md} +10 -10
  217. package/docs/reference/interfaces/{ITransferTerminationMessage.md → IDataspaceProtocolTransferTerminationMessage.md} +10 -10
  218. package/docs/reference/type-aliases/DataspaceProtocolCatalogTypes.md +5 -0
  219. package/docs/reference/type-aliases/DataspaceProtocolContextType.md +1 -1
  220. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationEventType.md +5 -0
  221. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationStateType.md +5 -0
  222. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationTypes.md +5 -0
  223. package/docs/reference/type-aliases/DataspaceProtocolEndpointType.md +12 -0
  224. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessStateType.md +5 -0
  225. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessTypes.md +5 -0
  226. package/docs/reference/variables/DataspaceProtocolCatalogTypes.md +74 -0
  227. package/docs/reference/variables/DataspaceProtocolContexts.md +18 -6
  228. package/docs/reference/variables/{ContractNegotiationEventType.md → DataspaceProtocolContractNegotiationEventType.md} +4 -4
  229. package/docs/reference/variables/{ContractNegotiationStateType.md → DataspaceProtocolContractNegotiationStateType.md} +9 -9
  230. package/docs/reference/variables/DataspaceProtocolContractNegotiationTypes.md +68 -0
  231. package/docs/reference/variables/DataspaceProtocolEndpointType.md +96 -0
  232. package/docs/reference/variables/DataspaceProtocolTransferProcessStateType.md +38 -0
  233. package/docs/reference/variables/DataspaceProtocolTransferProcessTypes.md +62 -0
  234. package/locales/en.json +10 -1
  235. package/package.json +6 -6
  236. package/dist/es/models/catalog/ICatalogError.js +0 -2
  237. package/dist/es/models/catalog/ICatalogError.js.map +0 -1
  238. package/dist/es/models/catalog/ICatalogRequestMessage.js +0 -2
  239. package/dist/es/models/catalog/ICatalogRequestMessage.js.map +0 -1
  240. package/dist/es/models/catalog/IDatasetRequestMessage.js +0 -2
  241. package/dist/es/models/catalog/IDatasetRequestMessage.js.map +0 -1
  242. package/dist/es/models/catalog/catalogTypes.js +0 -22
  243. package/dist/es/models/catalog/catalogTypes.js.map +0 -1
  244. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js +0 -2
  245. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js.map +0 -1
  246. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js +0 -2
  247. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js.map +0 -1
  248. package/dist/es/models/contractNegotiation/IContractNegotiation.js +0 -2
  249. package/dist/es/models/contractNegotiation/IContractNegotiation.js.map +0 -1
  250. package/dist/es/models/contractNegotiation/IContractNegotiationError.js +0 -2
  251. package/dist/es/models/contractNegotiation/IContractNegotiationError.js.map +0 -1
  252. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js +0 -2
  253. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js.map +0 -1
  254. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js +0 -2
  255. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js.map +0 -1
  256. package/dist/es/models/contractNegotiation/IContractOfferMessage.js +0 -2
  257. package/dist/es/models/contractNegotiation/IContractOfferMessage.js.map +0 -1
  258. package/dist/es/models/contractNegotiation/IContractRequestMessage.js +0 -2
  259. package/dist/es/models/contractNegotiation/IContractRequestMessage.js.map +0 -1
  260. package/dist/es/models/contractNegotiation/contractNegotiationTypes.js.map +0 -1
  261. package/dist/es/models/contractNegotiation/types/contractNegotiationEventType.js.map +0 -1
  262. package/dist/es/models/contractNegotiation/types/contractNegotiationStateType.js.map +0 -1
  263. package/dist/es/models/transferProcess/IDataAddress.js +0 -2
  264. package/dist/es/models/transferProcess/IDataAddress.js.map +0 -1
  265. package/dist/es/models/transferProcess/IEndpointProperty.js +0 -2
  266. package/dist/es/models/transferProcess/IEndpointProperty.js.map +0 -1
  267. package/dist/es/models/transferProcess/ITransferCompletionMessage.js +0 -2
  268. package/dist/es/models/transferProcess/ITransferCompletionMessage.js.map +0 -1
  269. package/dist/es/models/transferProcess/ITransferError.js +0 -2
  270. package/dist/es/models/transferProcess/ITransferError.js.map +0 -1
  271. package/dist/es/models/transferProcess/ITransferProcess.js +0 -2
  272. package/dist/es/models/transferProcess/ITransferProcess.js.map +0 -1
  273. package/dist/es/models/transferProcess/ITransferRequestMessage.js +0 -2
  274. package/dist/es/models/transferProcess/ITransferRequestMessage.js.map +0 -1
  275. package/dist/es/models/transferProcess/ITransferStartMessage.js +0 -2
  276. package/dist/es/models/transferProcess/ITransferStartMessage.js.map +0 -1
  277. package/dist/es/models/transferProcess/ITransferSuspensionMessage.js.map +0 -1
  278. package/dist/es/models/transferProcess/ITransferTerminationMessage.js +0 -2
  279. package/dist/es/models/transferProcess/ITransferTerminationMessage.js.map +0 -1
  280. package/dist/es/models/transferProcess/transferProcessTypes.js.map +0 -1
  281. package/dist/es/models/transferProcess/types/transferProcessStateType.js.map +0 -1
  282. package/dist/es/schemas/CatalogError.json +0 -74
  283. package/dist/es/schemas/CatalogRequestMessage.json +0 -69
  284. package/dist/es/schemas/ContractAgreementMessage.json +0 -83
  285. package/dist/es/schemas/ContractAgreementVerificationMessage.json +0 -74
  286. package/dist/es/schemas/ContractNegotiation.json +0 -79
  287. package/dist/es/schemas/ContractNegotiationError.json +0 -83
  288. package/dist/es/schemas/ContractNegotiationEventMessage.json +0 -79
  289. package/dist/es/schemas/ContractNegotiationEventType.json +0 -10
  290. package/dist/es/schemas/ContractNegotiationStateType.json +0 -15
  291. package/dist/es/schemas/ContractNegotiationTerminationMessage.json +0 -83
  292. package/dist/es/schemas/ContractOfferMessage.json +0 -82
  293. package/dist/es/schemas/ContractRequestMessage.json +0 -82
  294. package/dist/es/schemas/DatasetRequestMessage.json +0 -69
  295. package/dist/es/schemas/TransferCompletionMessage.json +0 -74
  296. package/dist/es/schemas/TransferError.json +0 -83
  297. package/dist/es/schemas/TransferProcess.json +0 -109
  298. package/dist/es/schemas/TransferRequestMessage.json +0 -88
  299. package/dist/es/schemas/TransferStartMessage.json +0 -78
  300. package/dist/es/schemas/TransferSuspensionMessage.json +0 -83
  301. package/dist/es/schemas/TransferTerminationMessage.json +0 -83
  302. package/dist/types/models/catalog/catalogTypes.d.ts +0 -22
  303. package/dist/types/models/contractNegotiation/contractNegotiationTypes.d.ts +0 -50
  304. package/dist/types/models/transferProcess/transferProcessTypes.d.ts +0 -46
  305. package/dist/types/models/transferProcess/types/transferProcessStateType.d.ts +0 -30
  306. package/docs/reference/interfaces/ITransferProcess.md +0 -74
  307. package/docs/reference/type-aliases/CatalogTypes.md +0 -5
  308. package/docs/reference/type-aliases/ContractNegotiationEventType.md +0 -5
  309. package/docs/reference/type-aliases/ContractNegotiationStateType.md +0 -5
  310. package/docs/reference/type-aliases/ContractNegotiationTypes.md +0 -5
  311. package/docs/reference/type-aliases/TransferProcessStateType.md +0 -5
  312. package/docs/reference/type-aliases/TransferProcessTypes.md +0 -5
  313. package/docs/reference/variables/CatalogTypes.md +0 -26
  314. package/docs/reference/variables/ContractNegotiationTypes.md +0 -68
  315. package/docs/reference/variables/TransferProcessStateType.md +0 -38
  316. package/docs/reference/variables/TransferProcessTypes.md +0 -62
package/dist/es/index.js CHANGED
@@ -1,38 +1,55 @@
1
1
  // Copyright 2025 IOTA Stiftung.
2
2
  // SPDX-License-Identifier: Apache-2.0.
3
+ export * from "./dataTypes/catalogDataTypes.js";
4
+ export * from "./dataTypes/dataspaceProtocolDataTypes.js";
3
5
  export * from "./models/dataspaceProtocolContexts.js";
4
6
  export * from "./models/dataspaceProtocolContextType.js";
5
- export * from "./dataTypes/dataspaceProtocolDataTypes.js";
6
7
  // Catalog Protocol
7
- export * from "./models/catalog/catalogTypes.js";
8
- export * from "./models/catalog/ICatalogError.js";
9
- export * from "./models/catalog/ICatalogRequestMessage.js";
10
- export * from "./models/catalog/IDatasetRequestMessage.js";
11
- export * from "./dataTypes/catalogDataTypes.js";
8
+ export * from "./models/catalog/dataspaceProtocolCatalogTypes.js";
9
+ export * from "./models/catalog/IDataspaceProtocolCatalogError.js";
10
+ export * from "./models/catalog/IDataspaceProtocolCatalogRequestMessage.js";
11
+ export * from "./models/catalog/IDataspaceProtocolDatasetRequestMessage.js";
12
+ // DCAT3 Variants
13
+ export * from "./models/dcat3/IDataspaceProtocolCatalog.js";
14
+ export * from "./models/dcat3/IDataspaceProtocolCatalogBase.js";
15
+ export * from "./models/dcat3/IDataspaceProtocolDataService.js";
16
+ export * from "./models/dcat3/IDataspaceProtocolDataServiceBase.js";
17
+ export * from "./models/dcat3/IDataspaceProtocolDataset.js";
18
+ export * from "./models/dcat3/IDataspaceProtocolDatasetBase.js";
19
+ export * from "./models/dcat3/IDataspaceProtocolDistribution.js";
20
+ export * from "./models/dcat3/IDataspaceProtocolDistributionBase.js";
21
+ // ODRL Variants
22
+ export * from "./models/odrl/IDataspaceProtocolAgreement.js";
23
+ export * from "./models/odrl/IDataspaceProtocolOffer.js";
24
+ export * from "./models/odrl/IDataspaceProtocolOfferBase.js";
25
+ export * from "./models/odrl/IDataspaceProtocolPolicy.js";
26
+ export * from "./models/odrl/IDataspaceProtocolSet.js";
12
27
  // Contract Negotiation Protocol
13
- export * from "./models/contractNegotiation/contractNegotiationTypes.js";
14
- export * from "./models/contractNegotiation/IContractAgreementMessage.js";
15
- export * from "./models/contractNegotiation/IContractAgreementVerificationMessage.js";
16
- export * from "./models/contractNegotiation/IContractNegotiation.js";
17
- export * from "./models/contractNegotiation/IContractNegotiationError.js";
18
- export * from "./models/contractNegotiation/IContractNegotiationEventMessage.js";
19
- export * from "./models/contractNegotiation/IContractNegotiationTerminationMessage.js";
20
- export * from "./models/contractNegotiation/IContractOfferMessage.js";
21
- export * from "./models/contractNegotiation/IContractRequestMessage.js";
22
- export * from "./models/contractNegotiation/types/contractNegotiationEventType.js";
23
- export * from "./models/contractNegotiation/types/contractNegotiationStateType.js";
28
+ export * from "./models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js";
29
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js";
30
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js";
31
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractNegotiation.js";
32
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js";
33
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js";
34
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js";
35
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js";
36
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js";
37
+ export * from "./models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js";
38
+ export * from "./models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js";
24
39
  export * from "./dataTypes/contractNegotiationDataTypes.js";
25
40
  // Transfer Process Protocol
26
- export * from "./models/transferProcess/transferProcessTypes.js";
27
- export * from "./models/transferProcess/IDataAddress.js";
28
- export * from "./models/transferProcess/IEndpointProperty.js";
29
- export * from "./models/transferProcess/ITransferCompletionMessage.js";
30
- export * from "./models/transferProcess/ITransferError.js";
31
- export * from "./models/transferProcess/ITransferProcess.js";
32
- export * from "./models/transferProcess/ITransferRequestMessage.js";
33
- export * from "./models/transferProcess/ITransferStartMessage.js";
34
- export * from "./models/transferProcess/ITransferSuspensionMessage.js";
35
- export * from "./models/transferProcess/ITransferTerminationMessage.js";
36
- export * from "./models/transferProcess/types/transferProcessStateType.js";
41
+ export * from "./models/transferProcess/dataspaceProtocolTransferProcessTypes.js";
42
+ export * from "./models/transferProcess/IDataspaceProtocolDataAddress.js";
43
+ export * from "./models/transferProcess/IDataspaceProtocolEndpointProperty.js";
44
+ export * from "./models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js";
45
+ export * from "./models/transferProcess/IDataspaceProtocolTransferError.js";
46
+ export * from "./models/transferProcess/IDataspaceProtocolTransferProcess.js";
47
+ export * from "./models/transferProcess/IDataspaceProtocolTransferRequestMessage.js";
48
+ export * from "./models/transferProcess/IDataspaceProtocolTransferStartMessage.js";
49
+ export * from "./models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js";
50
+ export * from "./models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js";
51
+ export * from "./models/transferProcess/types/dataspaceProtocolEndpointType.js";
52
+ export * from "./models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js";
37
53
  export * from "./dataTypes/transferProcessDataTypes.js";
54
+ export * from "./utils/dataspaceProtocolHelper.js";
38
55
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAE1D,mBAAmB;AACnB,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,4CAA4C,CAAC;AAE3D,cAAc,iCAAiC,CAAC;AAEhD,gCAAgC;AAChC,cAAc,0DAA0D,CAAC;AACzE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,uEAAuE,CAAC;AACtF,cAAc,sDAAsD,CAAC;AACrE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,kEAAkE,CAAC;AACjF,cAAc,wEAAwE,CAAC;AACvF,cAAc,uDAAuD,CAAC;AACtE,cAAc,yDAAyD,CAAC;AACxE,cAAc,oEAAoE,CAAC;AACnF,cAAc,oEAAoE,CAAC;AAEnF,cAAc,6CAA6C,CAAC;AAE5D,4BAA4B;AAC5B,cAAc,kDAAkD,CAAC;AACjE,cAAc,0CAA0C,CAAC;AACzD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,wDAAwD,CAAC;AACvE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,qDAAqD,CAAC;AACpE,cAAc,mDAAmD,CAAC;AAClE,cAAc,wDAAwD,CAAC;AACvE,cAAc,yDAAyD,CAAC;AACxE,cAAc,4DAA4D,CAAC;AAE3E,cAAc,yCAAyC,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nexport * from \"./models/dataspaceProtocolContexts.js\";\nexport * from \"./models/dataspaceProtocolContextType.js\";\nexport * from \"./dataTypes/dataspaceProtocolDataTypes.js\";\n\n// Catalog Protocol\nexport * from \"./models/catalog/catalogTypes.js\";\nexport * from \"./models/catalog/ICatalogError.js\";\nexport * from \"./models/catalog/ICatalogRequestMessage.js\";\nexport * from \"./models/catalog/IDatasetRequestMessage.js\";\n\nexport * from \"./dataTypes/catalogDataTypes.js\";\n\n// Contract Negotiation Protocol\nexport * from \"./models/contractNegotiation/contractNegotiationTypes.js\";\nexport * from \"./models/contractNegotiation/IContractAgreementMessage.js\";\nexport * from \"./models/contractNegotiation/IContractAgreementVerificationMessage.js\";\nexport * from \"./models/contractNegotiation/IContractNegotiation.js\";\nexport * from \"./models/contractNegotiation/IContractNegotiationError.js\";\nexport * from \"./models/contractNegotiation/IContractNegotiationEventMessage.js\";\nexport * from \"./models/contractNegotiation/IContractNegotiationTerminationMessage.js\";\nexport * from \"./models/contractNegotiation/IContractOfferMessage.js\";\nexport * from \"./models/contractNegotiation/IContractRequestMessage.js\";\nexport * from \"./models/contractNegotiation/types/contractNegotiationEventType.js\";\nexport * from \"./models/contractNegotiation/types/contractNegotiationStateType.js\";\n\nexport * from \"./dataTypes/contractNegotiationDataTypes.js\";\n\n// Transfer Process Protocol\nexport * from \"./models/transferProcess/transferProcessTypes.js\";\nexport * from \"./models/transferProcess/IDataAddress.js\";\nexport * from \"./models/transferProcess/IEndpointProperty.js\";\nexport * from \"./models/transferProcess/ITransferCompletionMessage.js\";\nexport * from \"./models/transferProcess/ITransferError.js\";\nexport * from \"./models/transferProcess/ITransferProcess.js\";\nexport * from \"./models/transferProcess/ITransferRequestMessage.js\";\nexport * from \"./models/transferProcess/ITransferStartMessage.js\";\nexport * from \"./models/transferProcess/ITransferSuspensionMessage.js\";\nexport * from \"./models/transferProcess/ITransferTerminationMessage.js\";\nexport * from \"./models/transferProcess/types/transferProcessStateType.js\";\n\nexport * from \"./dataTypes/transferProcessDataTypes.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AAEzD,mBAAmB;AACnB,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,6DAA6D,CAAC;AAE5E,iBAAiB;AACjB,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,iDAAiD,CAAC;AAChE,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC;AACjE,cAAc,sDAAsD,CAAC;AAErE,gBAAgB;AAChB,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC;AACzD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AAEvD,gCAAgC;AAChC,cAAc,2EAA2E,CAAC;AAC1F,cAAc,4EAA4E,CAAC;AAC3F,cAAc,wFAAwF,CAAC;AACvG,cAAc,uEAAuE,CAAC;AACtF,cAAc,4EAA4E,CAAC;AAC3F,cAAc,mFAAmF,CAAC;AAClG,cAAc,yFAAyF,CAAC;AACxG,cAAc,wEAAwE,CAAC;AACvF,cAAc,0EAA0E,CAAC;AACzF,cAAc,qFAAqF,CAAC;AACpG,cAAc,qFAAqF,CAAC;AAEpG,cAAc,6CAA6C,CAAC;AAE5D,4BAA4B;AAC5B,cAAc,mEAAmE,CAAC;AAClF,cAAc,2DAA2D,CAAC;AAC1E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,yEAAyE,CAAC;AACxF,cAAc,6DAA6D,CAAC;AAC5E,cAAc,+DAA+D,CAAC;AAC9E,cAAc,sEAAsE,CAAC;AACrF,cAAc,oEAAoE,CAAC;AACnF,cAAc,yEAAyE,CAAC;AACxF,cAAc,0EAA0E,CAAC;AACzF,cAAc,iEAAiE,CAAC;AAChF,cAAc,6EAA6E,CAAC;AAE5F,cAAc,yCAAyC,CAAC;AAExD,cAAc,oCAAoC,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nexport * from \"./dataTypes/catalogDataTypes.js\";\nexport * from \"./dataTypes/dataspaceProtocolDataTypes.js\";\nexport * from \"./models/dataspaceProtocolContexts.js\";\nexport * from \"./models/dataspaceProtocolContextType.js\";\n\n// Catalog Protocol\nexport * from \"./models/catalog/dataspaceProtocolCatalogTypes.js\";\nexport * from \"./models/catalog/IDataspaceProtocolCatalogError.js\";\nexport * from \"./models/catalog/IDataspaceProtocolCatalogRequestMessage.js\";\nexport * from \"./models/catalog/IDataspaceProtocolDatasetRequestMessage.js\";\n\n// DCAT3 Variants\nexport * from \"./models/dcat3/IDataspaceProtocolCatalog.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolCatalogBase.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDataService.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDataServiceBase.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDataset.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDatasetBase.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDistribution.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDistributionBase.js\";\n\n// ODRL Variants\nexport * from \"./models/odrl/IDataspaceProtocolAgreement.js\";\nexport * from \"./models/odrl/IDataspaceProtocolOffer.js\";\nexport * from \"./models/odrl/IDataspaceProtocolOfferBase.js\";\nexport * from \"./models/odrl/IDataspaceProtocolPolicy.js\";\nexport * from \"./models/odrl/IDataspaceProtocolSet.js\";\n\n// Contract Negotiation Protocol\nexport * from \"./models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractNegotiation.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js\";\nexport * from \"./models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js\";\nexport * from \"./models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js\";\n\nexport * from \"./dataTypes/contractNegotiationDataTypes.js\";\n\n// Transfer Process Protocol\nexport * from \"./models/transferProcess/dataspaceProtocolTransferProcessTypes.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolDataAddress.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolEndpointProperty.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferError.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferProcess.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferRequestMessage.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferStartMessage.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js\";\nexport * from \"./models/transferProcess/types/dataspaceProtocolEndpointType.js\";\nexport * from \"./models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js\";\n\nexport * from \"./dataTypes/transferProcessDataTypes.js\";\n\nexport * from \"./utils/dataspaceProtocolHelper.js\";\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolCatalogError.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolCatalogError.js","sourceRoot":"","sources":["../../../../src/models/catalog/IDataspaceProtocolCatalogError.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolCatalogTypes } from \"./dataspaceProtocolCatalogTypes.js\";\n\n/**\n * Interface for Dataspace Protocol Catalog Error.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#error-catalog-error\n */\nexport interface IDataspaceProtocolCatalogError {\n\t/**\n\t * The JSON-LD context.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * The type of the message.\n\t */\n\t\"@type\": typeof DataspaceProtocolCatalogTypes.CatalogError;\n\n\t/**\n\t * The error code.\n\t */\n\tcode: string;\n\n\t/**\n\t * The error reason(s).\n\t */\n\t// eslint-disable-next-line @typescript-eslint/no-explicit-any\n\treason?: any[];\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolCatalogRequestMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolCatalogRequestMessage.js","sourceRoot":"","sources":["../../../../src/models/catalog/IDataspaceProtocolCatalogRequestMessage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolCatalogTypes } from \"./dataspaceProtocolCatalogTypes.js\";\n\n/**\n * Interface for Dataspace Protocol Catalog Request Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#catalog-request-message\n */\nexport interface IDataspaceProtocolCatalogRequestMessage {\n\t/**\n\t * The JSON-LD context.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * The type of the message.\n\t */\n\t\"@type\": typeof DataspaceProtocolCatalogTypes.CatalogRequestMessage;\n\n\t/**\n\t * An implementation-specific query or filter expression.\n\t */\n\tfilter?: unknown[];\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolDatasetRequestMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolDatasetRequestMessage.js","sourceRoot":"","sources":["../../../../src/models/catalog/IDataspaceProtocolDatasetRequestMessage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolCatalogTypes } from \"./dataspaceProtocolCatalogTypes.js\";\n\n/**\n * Interface for Dataspace Protocol Dataset Request Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#dataset-request-message\n */\nexport interface IDataspaceProtocolDatasetRequestMessage {\n\t/**\n\t * The JSON-LD context.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * The type of the message.\n\t */\n\t\"@type\": typeof DataspaceProtocolCatalogTypes.DatasetRequestMessage;\n\n\t/**\n\t * The identifier of the dataset.\n\t */\n\tdataset: string;\n}\n"]}
@@ -0,0 +1,54 @@
1
+ // Copyright 2025 IOTA Stiftung.
2
+ // SPDX-License-Identifier: Apache-2.0.
3
+ /**
4
+ * The types for Dataspace Protocol Catalog Protocol.
5
+ * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#catalog-protocol
6
+ */
7
+ // eslint-disable-next-line @typescript-eslint/naming-convention
8
+ export const DataspaceProtocolCatalogTypes = {
9
+ /**
10
+ * Catalog Request Message.
11
+ */
12
+ CatalogRequestMessage: "CatalogRequestMessage",
13
+ /**
14
+ * Dataset Request Message.
15
+ */
16
+ DatasetRequestMessage: "DatasetRequestMessage",
17
+ /**
18
+ * Catalog Error.
19
+ */
20
+ CatalogError: "CatalogError",
21
+ /**
22
+ * Dataset.
23
+ */
24
+ Dataset: "Dataset",
25
+ /**
26
+ * Data Service.
27
+ */
28
+ DataService: "DataService",
29
+ /**
30
+ * Distribution.
31
+ */
32
+ Distribution: "Distribution",
33
+ /**
34
+ * Catalog.
35
+ */
36
+ Catalog: "Catalog",
37
+ /**
38
+ * Policy.
39
+ */
40
+ Policy: "Policy",
41
+ /**
42
+ * Offer.
43
+ */
44
+ Offer: "Offer",
45
+ /**
46
+ * Agreement.
47
+ */
48
+ Agreement: "Agreement",
49
+ /**
50
+ * Set.
51
+ */
52
+ Set: "Set"
53
+ };
54
+ //# sourceMappingURL=dataspaceProtocolCatalogTypes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataspaceProtocolCatalogTypes.js","sourceRoot":"","sources":["../../../../src/models/catalog/dataspaceProtocolCatalogTypes.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;;GAGG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC5C;;OAEG;IACH,qBAAqB,EAAE,uBAAuB;IAE9C;;OAEG;IACH,qBAAqB,EAAE,uBAAuB;IAE9C;;OAEG;IACH,YAAY,EAAE,cAAc;IAE5B;;OAEG;IACH,OAAO,EAAE,SAAS;IAElB;;OAEG;IACH,WAAW,EAAE,aAAa;IAE1B;;OAEG;IACH,YAAY,EAAE,cAAc;IAE5B;;OAEG;IACH,OAAO,EAAE,SAAS;IAElB;;OAEG;IACH,MAAM,EAAE,QAAQ;IAEhB;;OAEG;IACH,KAAK,EAAE,OAAO;IAEd;;OAEG;IACH,SAAS,EAAE,WAAW;IAEtB;;OAEG;IACH,GAAG,EAAE,KAAK;CACD,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The types for Dataspace Protocol Catalog Protocol.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#catalog-protocol\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolCatalogTypes = {\n\t/**\n\t * Catalog Request Message.\n\t */\n\tCatalogRequestMessage: \"CatalogRequestMessage\",\n\n\t/**\n\t * Dataset Request Message.\n\t */\n\tDatasetRequestMessage: \"DatasetRequestMessage\",\n\n\t/**\n\t * Catalog Error.\n\t */\n\tCatalogError: \"CatalogError\",\n\n\t/**\n\t * Dataset.\n\t */\n\tDataset: \"Dataset\",\n\n\t/**\n\t * Data Service.\n\t */\n\tDataService: \"DataService\",\n\n\t/**\n\t * Distribution.\n\t */\n\tDistribution: \"Distribution\",\n\n\t/**\n\t * Catalog.\n\t */\n\tCatalog: \"Catalog\",\n\n\t/**\n\t * Policy.\n\t */\n\tPolicy: \"Policy\",\n\n\t/**\n\t * Offer.\n\t */\n\tOffer: \"Offer\",\n\n\t/**\n\t * Agreement.\n\t */\n\tAgreement: \"Agreement\",\n\n\t/**\n\t * Set.\n\t */\n\tSet: \"Set\"\n} as const;\n\n/**\n * The types for Dataspace Protocol Catalog Protocol.\n */\nexport type DataspaceProtocolCatalogTypes =\n\t(typeof DataspaceProtocolCatalogTypes)[keyof typeof DataspaceProtocolCatalogTypes];\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolContractAgreementMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolContractAgreementMessage.js","sourceRoot":"","sources":["../../../../src/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { JsonLdObjectWithNoContext } from \"@twin.org/data-json-ld\";\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolContractNegotiationTypes } from \"./dataspaceProtocolContractNegotiationTypes.js\";\nimport type { IDataspaceProtocolAgreement } from \"../odrl/IDataspaceProtocolAgreement.js\";\n\n/**\n * Interface for Dataspace Protocol Contract Agreement Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-agreement-message\n */\nexport interface IDataspaceProtocolContractAgreementMessage {\n\t/**\n\t * The JSON-LD context.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * The type of the message.\n\t */\n\t\"@type\": typeof DataspaceProtocolContractNegotiationTypes.ContractAgreementMessage;\n\n\t/**\n\t * The provider id for the contract.\n\t */\n\tproviderPid: string;\n\n\t/**\n\t * The consumer id for the contract.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * The agreement being sent.\n\t */\n\tagreement: JsonLdObjectWithNoContext<IDataspaceProtocolAgreement>;\n\n\t/**\n\t * The base callback address for the provider to update the consumer on the state of the negotiation.\n\t */\n\tcallbackAddress?: string;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolContractAgreementVerificationMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolContractAgreementVerificationMessage.js","sourceRoot":"","sources":["../../../../src/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolContractNegotiationTypes } from \"./dataspaceProtocolContractNegotiationTypes.js\";\n\n/**\n * Interface for Dataspace Protocol Contract Agreement Verification Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-agreement-verification-message\n */\nexport interface IDataspaceProtocolContractAgreementVerificationMessage {\n\t/**\n\t * The JSON-LD context.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * The type of the message.\n\t */\n\t\"@type\": typeof DataspaceProtocolContractNegotiationTypes.ContractAgreementVerificationMessage;\n\n\t/**\n\t * The provider id for the contract.\n\t */\n\tproviderPid: string;\n\n\t/**\n\t * The consumer id for the contract.\n\t */\n\tconsumerPid: string;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolContractNegotiation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolContractNegotiation.js","sourceRoot":"","sources":["../../../../src/models/contractNegotiation/IDataspaceProtocolContractNegotiation.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolContractNegotiationTypes } from \"./dataspaceProtocolContractNegotiationTypes.js\";\nimport type { DataspaceProtocolContractNegotiationStateType } from \"./types/dataspaceProtocolContractNegotiationStateType.js\";\n\n/**\n * Interface for Dataspace Protocol Contract Agreement Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#ack-contract-negotiation\n */\nexport interface IDataspaceProtocolContractNegotiation {\n\t/**\n\t * The JSON-LD context.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * The type of the message.\n\t */\n\t\"@type\": typeof DataspaceProtocolContractNegotiationTypes.ContractNegotiation;\n\n\t/**\n\t * The provider id for the contract.\n\t */\n\tproviderPid: string;\n\n\t/**\n\t * The consumer id for the contract.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * The offer being requested.\n\t */\n\tstate: DataspaceProtocolContractNegotiationStateType;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolContractNegotiationError.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolContractNegotiationError.js","sourceRoot":"","sources":["../../../../src/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolContractNegotiationTypes } from \"./dataspaceProtocolContractNegotiationTypes.js\";\n\n/**\n * Interface for Dataspace Protocol Contract Negotiation Error Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#error-contract-negotiation-error\n */\nexport interface IDataspaceProtocolContractNegotiationError {\n\t/**\n\t * The JSON-LD context.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * The type of the message.\n\t */\n\t\"@type\": typeof DataspaceProtocolContractNegotiationTypes.ContractNegotiationError;\n\n\t/**\n\t * The provider id for the contract.\n\t */\n\tproviderPid: string;\n\n\t/**\n\t * The consumer id for the contract.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * The error code.\n\t */\n\tcode?: string;\n\n\t/**\n\t * The error reason(s).\n\t */\n\t// eslint-disable-next-line @typescript-eslint/no-explicit-any\n\treason?: any[];\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolContractNegotiationEventMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolContractNegotiationEventMessage.js","sourceRoot":"","sources":["../../../../src/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolContractNegotiationTypes } from \"./dataspaceProtocolContractNegotiationTypes.js\";\nimport type { DataspaceProtocolContractNegotiationEventType } from \"./types/dataspaceProtocolContractNegotiationEventType.js\";\n\n/**\n * Interface for Dataspace Protocol Contract Negotiation Event Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-event-message\n */\nexport interface IDataspaceProtocolContractNegotiationEventMessage {\n\t/**\n\t * The JSON-LD context.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * The type of the message.\n\t */\n\t\"@type\": typeof DataspaceProtocolContractNegotiationTypes.ContractNegotiationEventMessage;\n\n\t/**\n\t * The provider id for the contract.\n\t */\n\tproviderPid: string;\n\n\t/**\n\t * The consumer id for the contract.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * The event type.\n\t */\n\tevent: DataspaceProtocolContractNegotiationEventType;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolContractNegotiationTerminationMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolContractNegotiationTerminationMessage.js","sourceRoot":"","sources":["../../../../src/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolContractNegotiationTypes } from \"./dataspaceProtocolContractNegotiationTypes.js\";\n\n/**\n * Interface for Dataspace Protocol Contract Negotiation Termination Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-termination-message\n */\nexport interface IDataspaceProtocolContractNegotiationTerminationMessage {\n\t/**\n\t * The JSON-LD context.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * The type of the message.\n\t */\n\t\"@type\": typeof DataspaceProtocolContractNegotiationTypes.ContractNegotiationTerminationMessage;\n\n\t/**\n\t * The provider id for the contract.\n\t */\n\tproviderPid: string;\n\n\t/**\n\t * The consumer id for the contract.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * The termination code.\n\t */\n\tcode?: string;\n\n\t/**\n\t * The termination reason(s).\n\t */\n\t// eslint-disable-next-line @typescript-eslint/no-explicit-any\n\treason?: any[];\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolContractOfferMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolContractOfferMessage.js","sourceRoot":"","sources":["../../../../src/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolContractNegotiationTypes } from \"./dataspaceProtocolContractNegotiationTypes.js\";\nimport type { IDataspaceProtocolOfferBase } from \"../odrl/IDataspaceProtocolOfferBase.js\";\n\n/**\n * Interface for Dataspace Protocol Contract Offer Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-offer-message\n */\nexport interface IDataspaceProtocolContractOfferMessage {\n\t/**\n\t * The JSON-LD context.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * The type of the message.\n\t */\n\t\"@type\": typeof DataspaceProtocolContractNegotiationTypes.ContractOfferMessage;\n\n\t/**\n\t * The provider id for the contract.\n\t */\n\tproviderPid: string;\n\n\t/**\n\t * The consumer id for the contract.\n\t */\n\tconsumerPid?: string;\n\n\t/**\n\t * The offer being requested.\n\t */\n\toffer: IDataspaceProtocolOfferBase;\n\n\t/**\n\t * The base callback address for the provider to update the consumer on the state of the negotiation.\n\t */\n\tcallbackAddress?: string;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolContractRequestMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolContractRequestMessage.js","sourceRoot":"","sources":["../../../../src/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { DataspaceProtocolContractNegotiationTypes } from \"./dataspaceProtocolContractNegotiationTypes.js\";\nimport type { IDataspaceProtocolOfferBase } from \"../odrl/IDataspaceProtocolOfferBase.js\";\n\n/**\n * Interface for Dataspace Protocol Contract Request Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-request-message\n */\nexport interface IDataspaceProtocolContractRequestMessage {\n\t/**\n\t * The JSON-LD context.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * The type of the message.\n\t */\n\t\"@type\": typeof DataspaceProtocolContractNegotiationTypes.ContractRequestMessage;\n\n\t/**\n\t * The provider id for the contract.\n\t */\n\tproviderPid?: string;\n\n\t/**\n\t * The consumer id for the contract.\n\t */\n\tconsumerPid: string;\n\n\t/**\n\t * The offer being requested.\n\t */\n\toffer: IDataspaceProtocolOfferBase;\n\n\t/**\n\t * The base callback address for the provider to update the consumer on the state of the negotiation.\n\t */\n\tcallbackAddress?: string;\n}\n"]}
@@ -5,7 +5,7 @@
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#message-types-0
6
6
  */
7
7
  // eslint-disable-next-line @typescript-eslint/naming-convention
8
- export const ContractNegotiationTypes = {
8
+ export const DataspaceProtocolContractNegotiationTypes = {
9
9
  /**
10
10
  * Contract Negotiation.
11
11
  */
@@ -47,4 +47,4 @@ export const ContractNegotiationTypes = {
47
47
  */
48
48
  ContractNegotiationStateType: "ContractNegotiationStateType"
49
49
  };
50
- //# sourceMappingURL=contractNegotiationTypes.js.map
50
+ //# sourceMappingURL=dataspaceProtocolContractNegotiationTypes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataspaceProtocolContractNegotiationTypes.js","sourceRoot":"","sources":["../../../../src/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;;GAGG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,yCAAyC,GAAG;IACxD;;OAEG;IACH,mBAAmB,EAAE,qBAAqB;IAE1C;;OAEG;IACH,sBAAsB,EAAE,wBAAwB;IAEhD;;OAEG;IACH,oBAAoB,EAAE,sBAAsB;IAE5C;;OAEG;IACH,wBAAwB,EAAE,0BAA0B;IAEpD;;OAEG;IACH,oCAAoC,EAAE,sCAAsC;IAE5E;;OAEG;IACH,+BAA+B,EAAE,iCAAiC;IAElE;;OAEG;IACH,qCAAqC,EAAE,uCAAuC;IAE9E;;OAEG;IACH,wBAAwB,EAAE,0BAA0B;IAEpD;;OAEG;IACH,4BAA4B,EAAE,8BAA8B;IAE5D;;OAEG;IACH,4BAA4B,EAAE,8BAA8B;CACnD,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The types for Dataspace Protocol Contract Negotiation.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#message-types-0\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolContractNegotiationTypes = {\n\t/**\n\t * Contract Negotiation.\n\t */\n\tContractNegotiation: \"ContractNegotiation\",\n\n\t/**\n\t * Contract Request Message.\n\t */\n\tContractRequestMessage: \"ContractRequestMessage\",\n\n\t/**\n\t * Contract Offer Message.\n\t */\n\tContractOfferMessage: \"ContractOfferMessage\",\n\n\t/**\n\t * Contract Agreement Message.\n\t */\n\tContractAgreementMessage: \"ContractAgreementMessage\",\n\n\t/**\n\t * Contract Agreement Verification Message.\n\t */\n\tContractAgreementVerificationMessage: \"ContractAgreementVerificationMessage\",\n\n\t/**\n\t * Contract Negotiation Event Message.\n\t */\n\tContractNegotiationEventMessage: \"ContractNegotiationEventMessage\",\n\n\t/**\n\t * Contract Negotiation Termination Message.\n\t */\n\tContractNegotiationTerminationMessage: \"ContractNegotiationTerminationMessage\",\n\n\t/**\n\t * Contract Negotiation Error.\n\t */\n\tContractNegotiationError: \"ContractNegotiationError\",\n\n\t/**\n\t * Contract Negotiation Event Type.\n\t */\n\tContractNegotiationEventType: \"ContractNegotiationEventType\",\n\n\t/**\n\t * Contract Negotiation State Type.\n\t */\n\tContractNegotiationStateType: \"ContractNegotiationStateType\"\n} as const;\n\n/**\n * The types for Dataspace Protocol Contract Negotiation.\n */\nexport type DataspaceProtocolContractNegotiationTypes =\n\t(typeof DataspaceProtocolContractNegotiationTypes)[keyof typeof DataspaceProtocolContractNegotiationTypes];\n"]}
@@ -5,7 +5,7 @@
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-event-message
6
6
  */
7
7
  // eslint-disable-next-line @typescript-eslint/naming-convention
8
- export const ContractNegotiationEventType = {
8
+ export const DataspaceProtocolContractNegotiationEventType = {
9
9
  /**
10
10
  * Accepted.
11
11
  */
@@ -15,4 +15,4 @@ export const ContractNegotiationEventType = {
15
15
  */
16
16
  FINALIZED: "FINALIZED"
17
17
  };
18
- //# sourceMappingURL=contractNegotiationEventType.js.map
18
+ //# sourceMappingURL=dataspaceProtocolContractNegotiationEventType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataspaceProtocolContractNegotiationEventType.js","sourceRoot":"","sources":["../../../../../src/models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;;GAGG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,6CAA6C,GAAG;IAC5D;;OAEG;IACH,QAAQ,EAAE,UAAU;IAEpB;;OAEG;IACH,SAAS,EAAE,WAAW;CACb,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The types for Dataspace Protocol Contract Negotiation Events.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-event-message\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolContractNegotiationEventType = {\n\t/**\n\t * Accepted.\n\t */\n\tACCEPTED: \"ACCEPTED\",\n\n\t/**\n\t * Finalized.\n\t */\n\tFINALIZED: \"FINALIZED\"\n} as const;\n\n/**\n * The types for Dataspace Protocol Contract Negotiation Events.\n */\nexport type DataspaceProtocolContractNegotiationEventType =\n\t(typeof DataspaceProtocolContractNegotiationEventType)[keyof typeof DataspaceProtocolContractNegotiationEventType];\n"]}
@@ -5,7 +5,7 @@
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-states
6
6
  */
7
7
  // eslint-disable-next-line @typescript-eslint/naming-convention
8
- export const ContractNegotiationStateType = {
8
+ export const DataspaceProtocolContractNegotiationStateType = {
9
9
  /**
10
10
  * Requested.
11
11
  */
@@ -35,4 +35,4 @@ export const ContractNegotiationStateType = {
35
35
  */
36
36
  TERMINATED: "TERMINATED"
37
37
  };
38
- //# sourceMappingURL=contractNegotiationStateType.js.map
38
+ //# sourceMappingURL=dataspaceProtocolContractNegotiationStateType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataspaceProtocolContractNegotiationStateType.js","sourceRoot":"","sources":["../../../../../src/models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;;GAGG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,6CAA6C,GAAG;IAC5D;;OAEG;IACH,SAAS,EAAE,WAAW;IAEtB;;OAEG;IACH,OAAO,EAAE,SAAS;IAElB;;OAEG;IACH,QAAQ,EAAE,UAAU;IAEpB;;OAEG;IACH,MAAM,EAAE,QAAQ;IAEhB;;OAEG;IACH,QAAQ,EAAE,UAAU;IAEpB;;OAEG;IACH,SAAS,EAAE,WAAW;IAEtB;;OAEG;IACH,UAAU,EAAE,YAAY;CACf,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The types for Dataspace Protocol Contract Negotiation States.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-states\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolContractNegotiationStateType = {\n\t/**\n\t * Requested.\n\t */\n\tREQUESTED: \"REQUESTED\",\n\n\t/**\n\t * Offered.\n\t */\n\tOFFERED: \"OFFERED\",\n\n\t/**\n\t * Accepted.\n\t */\n\tACCEPTED: \"ACCEPTED\",\n\n\t/**\n\t * Agreed.\n\t */\n\tAGREED: \"AGREED\",\n\n\t/**\n\t * Verified.\n\t */\n\tVERIFIED: \"VERIFIED\",\n\n\t/**\n\t * Finalized.\n\t */\n\tFINALIZED: \"FINALIZED\",\n\n\t/**\n\t * Terminated.\n\t */\n\tTERMINATED: \"TERMINATED\"\n} as const;\n\n/**\n * The types for Dataspace Protocol Contract Negotiation States.\n */\nexport type DataspaceProtocolContractNegotiationStateType =\n\t(typeof DataspaceProtocolContractNegotiationStateType)[keyof typeof DataspaceProtocolContractNegotiationStateType];\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"dataspaceProtocolContextType.js","sourceRoot":"","sources":["../../../src/models/dataspaceProtocolContextType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IJsonLdContextDefinitionElement } from \"@twin.org/data-json-ld\";\nimport type { DataspaceProtocolContexts } from \"./dataspaceProtocolContexts.js\";\n\n/**\n * The Dataspace Protocol JSON-LD context type.\n */\nexport type DataspaceProtocolContextType =\n\t| [typeof DataspaceProtocolContexts.ContextRoot]\n\t| [\n\t\t\t...IJsonLdContextDefinitionElement[],\n\t\t\ttypeof DataspaceProtocolContexts.ContextRoot,\n\t\t\tIJsonLdContextDefinitionElement\n\t ]\n\t| [\n\t\t\tIJsonLdContextDefinitionElement,\n\t\t\ttypeof DataspaceProtocolContexts.ContextRoot,\n\t\t\t...IJsonLdContextDefinitionElement[]\n\t ];\n"]}
1
+ {"version":3,"file":"dataspaceProtocolContextType.js","sourceRoot":"","sources":["../../../src/models/dataspaceProtocolContextType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { SingleOccurrenceArray } from \"@twin.org/core\";\nimport type { IJsonLdContextDefinitionElement } from \"@twin.org/data-json-ld\";\nimport type { DataspaceProtocolContexts } from \"./dataspaceProtocolContexts.js\";\n\n/**\n * The Dataspace Protocol JSON-LD context type.\n */\nexport type DataspaceProtocolContextType =\n\t| typeof DataspaceProtocolContexts.Context\n\t| SingleOccurrenceArray<\n\t\t\tIJsonLdContextDefinitionElement,\n\t\t\ttypeof DataspaceProtocolContexts.Context\n\t >;\n"]}
@@ -6,12 +6,20 @@
6
6
  // eslint-disable-next-line @typescript-eslint/naming-convention
7
7
  export const DataspaceProtocolContexts = {
8
8
  /**
9
- * The context root for Dataspace Protocol Protocol.
9
+ * The canonical RDF namespace URI.
10
10
  */
11
- ContextRoot: "https://w3id.org/dspace/2025/1/context.json",
11
+ Namespace: "https://w3id.org/dspace/2025/1/",
12
12
  /**
13
- * The context redirect for Dataspace Protocol Protocol.
13
+ * The value to use in @context.
14
14
  */
15
- ContextRedirect: "https://w3id.org/dspace/2025/1/context.jsonld"
15
+ Context: "https://w3id.org/dspace/2025/1/context.jsonld",
16
+ /**
17
+ * The JSON-LD Context URL.
18
+ */
19
+ JsonLdContext: "https://w3id.org/dspace/2025/1/context.jsonld",
20
+ /**
21
+ * The namespace location of the hosted version of the JSON Schema.
22
+ */
23
+ JsonSchemaNamespace: "https://schema.twindev.org/dataspace-protocol/"
16
24
  };
17
25
  //# sourceMappingURL=dataspaceProtocolContexts.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dataspaceProtocolContexts.js","sourceRoot":"","sources":["../../../src/models/dataspaceProtocolContexts.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACxC;;OAEG;IACH,WAAW,EAAE,6CAA6C;IAE1D;;OAEG;IACH,eAAe,EAAE,+CAA+C;CACvD,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The contexts for Dataspace Protocol Protocol.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolContexts = {\n\t/**\n\t * The context root for Dataspace Protocol Protocol.\n\t */\n\tContextRoot: \"https://w3id.org/dspace/2025/1/context.json\",\n\n\t/**\n\t * The context redirect for Dataspace Protocol Protocol.\n\t */\n\tContextRedirect: \"https://w3id.org/dspace/2025/1/context.jsonld\"\n} as const;\n\n/**\n * The contexts for Dataspace Protocol Protocol.\n */\nexport type DataspaceProtocolContexts =\n\t(typeof DataspaceProtocolContexts)[keyof typeof DataspaceProtocolContexts];\n"]}
1
+ {"version":3,"file":"dataspaceProtocolContexts.js","sourceRoot":"","sources":["../../../src/models/dataspaceProtocolContexts.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACxC;;OAEG;IACH,SAAS,EAAE,iCAAiC;IAE5C;;OAEG;IACH,OAAO,EAAE,+CAA+C;IAExD;;OAEG;IACH,aAAa,EAAE,+CAA+C;IAE9D;;OAEG;IACH,mBAAmB,EAAE,gDAAgD;CAC5D,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The contexts for Dataspace Protocol Protocol.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolContexts = {\n\t/**\n\t * The canonical RDF namespace URI.\n\t */\n\tNamespace: \"https://w3id.org/dspace/2025/1/\",\n\n\t/**\n\t * The value to use in @context.\n\t */\n\tContext: \"https://w3id.org/dspace/2025/1/context.jsonld\",\n\n\t/**\n\t * The JSON-LD Context URL.\n\t */\n\tJsonLdContext: \"https://w3id.org/dspace/2025/1/context.jsonld\",\n\n\t/**\n\t * The namespace location of the hosted version of the JSON Schema.\n\t */\n\tJsonSchemaNamespace: \"https://schema.twindev.org/dataspace-protocol/\"\n} as const;\n\n/**\n * The contexts for Dataspace Protocol Protocol.\n */\nexport type DataspaceProtocolContexts =\n\t(typeof DataspaceProtocolContexts)[keyof typeof DataspaceProtocolContexts];\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolCatalog.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolCatalog.js","sourceRoot":"","sources":["../../../../src/models/dcat3/IDataspaceProtocolCatalog.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { IDataspaceProtocolCatalogBase } from \"./IDataspaceProtocolCatalogBase.js\";\n\n/**\n * Catalog interface compliant with Eclipse Data Space Protocol.\n *\n * This interface extends ICatalog and enforces DS Protocol-specific requirements\n * by overriding properties with more specific types and constraints.\n *\n * **Requirements per DS Protocol:**\n * - `@id` MUST be present for dataset identification (REQUIRED)\n * - participantId MUST be present (REQUIRED)\n *\n * **Type System Design:**\n * - Interface extension allows TypeScript to override inherited property types\n * - Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly\n * - DS Protocol-specific constraints are defined here\n *\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n * @see https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec\n *\n */\nexport interface IDataspaceProtocolCatalog extends IDataspaceProtocolCatalogBase {\n\t/**\n\t * LD Context. Required per Eclipse Data Space Protocol.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolCatalogBase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolCatalogBase.js","sourceRoot":"","sources":["../../../../src/models/dcat3/IDataspaceProtocolCatalogBase.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IDcatCatalogBase } from \"@twin.org/standards-w3c-dcat\";\nimport type { IDataspaceProtocolDataServiceBase } from \"./IDataspaceProtocolDataServiceBase.js\";\nimport type { IDataspaceProtocolDatasetBase } from \"./IDataspaceProtocolDatasetBase.js\";\nimport type { IDataspaceProtocolDistributionBase } from \"./IDataspaceProtocolDistributionBase.js\";\nimport type { DataspaceProtocolCatalogTypes } from \"../catalog/dataspaceProtocolCatalogTypes.js\";\n\n/**\n * Catalog interface compliant with Eclipse Data Space Protocol.\n *\n * This interface extends ICatalog and enforces DS Protocol-specific requirements\n * by overriding properties with more specific types and constraints.\n *\n * **Requirements per DS Protocol:**\n * - `@id` MUST be present for dataset identification (REQUIRED)\n * - participantId MUST be present (REQUIRED)\n *\n * **Type System Design:**\n * - Interface extension allows TypeScript to override inherited property types\n * - Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly\n * - DS Protocol-specific constraints are defined here\n *\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n * @see https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec\n *\n */\nexport interface IDataspaceProtocolCatalogBase extends Omit<\n\tIDcatCatalogBase,\n\t\"@type\" | \"dcat:catalog\" | \"dcat:dataset\" | \"dcat:distribution\" | \"dcat:service\"\n> {\n\t/**\n\t * The type identifier for the Catalog.\n\t * REQUIRED per Eclipse Data Space Protocol.\n\t */\n\t\"@type\": typeof DataspaceProtocolCatalogTypes.Catalog;\n\n\t/**\n\t * Unique identifier for the dataset.\n\t * REQUIRED per Eclipse Data Space Protocol.\n\t */\n\t\"@id\": string;\n\n\t/**\n\t * Participant Id\n\t */\n\tparticipantId: string;\n\n\t/**\n\t * Other concerned catalogs\n\t */\n\tcatalog?: ObjectOrArray<IDataspaceProtocolCatalogBase>;\n\n\t/**\n\t * Datasets registered\n\t */\n\tdataset?: ObjectOrArray<IDataspaceProtocolDatasetBase>;\n\n\t/**\n\t * Catalog's distributions\n\t */\n\tdistribution?: ObjectOrArray<IDataspaceProtocolDistributionBase>;\n\n\t/**\n\t * Data services registered-\n\t */\n\tservice?: ObjectOrArray<IDataspaceProtocolDataServiceBase>;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolDataService.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolDataService.js","sourceRoot":"","sources":["../../../../src/models/dcat3/IDataspaceProtocolDataService.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { IDataspaceProtocolDataServiceBase } from \"./IDataspaceProtocolDataServiceBase.js\";\n\n/**\n * Data Service interface compliant with Eclipse Data Space Protocol.\n *\n * This interface extends IDataService and enforces DS Protocol-specific requirements\n * by overriding properties with more specific types and constraints.\n *\n * **Requirements per DS Protocol:**\n * - `@id` MUST be present for dataset identification (REQUIRED)\n * - endpointURL MUST be present (REQUIRED)\n *\n * **Type System Design:**\n * - Interface extension allows TypeScript to override inherited property types\n * - Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly\n * - DS Protocol-specific constraints are defined here\n *\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n * @see https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec\n *\n */\nexport interface IDataspaceProtocolDataService extends IDataspaceProtocolDataServiceBase {\n\t/**\n\t * LD Context. Required per Eclipse Data Space Protocol.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolDataServiceBase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolDataServiceBase.js","sourceRoot":"","sources":["../../../../src/models/dcat3/IDataspaceProtocolDataServiceBase.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDcatDataServiceBase } from \"@twin.org/standards-w3c-dcat\";\nimport type { IDataspaceProtocolDatasetBase } from \"./IDataspaceProtocolDatasetBase.js\";\nimport type { DataspaceProtocolCatalogTypes } from \"../catalog/dataspaceProtocolCatalogTypes.js\";\n\n/**\n * Data Service interface compliant with Eclipse Data Space Protocol.\n *\n * This interface extends IDataService and enforces DS Protocol-specific requirements\n * by overriding properties with more specific types and constraints.\n *\n * **Requirements per DS Protocol:**\n * - `@id` MUST be present for dataset identification (REQUIRED)\n * - endpointURL MUST be present (REQUIRED)\n *\n * **Type System Design:**\n * - Interface extension allows TypeScript to override inherited property types\n * - Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly\n * - DS Protocol-specific constraints are defined here\n *\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n * @see https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec\n *\n */\nexport interface IDataspaceProtocolDataServiceBase extends Omit<\n\tIDcatDataServiceBase,\n\t\"@type\" | \"dcat:servesDataset\" | \"dcat:endpointURL\"\n> {\n\t/**\n\t * The type identifier for the Data Service.\n\t * REQUIRED per Eclipse Data Space Protocol.\n\t */\n\t\"@type\": typeof DataspaceProtocolCatalogTypes.DataService;\n\n\t/**\n\t * Unique identifier for the dataset.\n\t * REQUIRED per Eclipse Data Space Protocol.\n\t */\n\t\"@id\": string;\n\n\t/**\n\t * Endpoint URL.\n\t */\n\tendpointURL: string;\n\n\t/**\n\t * Datasets served.\n\t * @json-schema minItems:1\n\t */\n\tservesDataset?: IDataspaceProtocolDatasetBase[];\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolDataset.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolDataset.js","sourceRoot":"","sources":["../../../../src/models/dcat3/IDataspaceProtocolDataset.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { IDataspaceProtocolDatasetBase } from \"./IDataspaceProtocolDatasetBase.js\";\n\n/**\n * Dataset interface compliant with Eclipse Data Space Protocol.\n *\n * This interface extends IDataset and enforces DS Protocol-specific requirements\n * by overriding properties with more specific types and constraints.\n *\n * **Requirements per DS Protocol:**\n * - `@id` MUST be present for dataset identification (REQUIRED)\n * - `odrl:hasPolicy` MUST be present as an array of ODRL Offers (REQUIRED)\n * - Array MUST contain at least one IOdrlOffer\n * - Each Offer MUST have `@type`: \"Offer\"\n * - Each Offer MUST have `@id`\n * - `dcat:distribution` MUST be present (REQUIRED)\n *\n * **Type System Design:**\n * - W3C DCAT spec defines `odrl:hasPolicy` as optional singular `IOdrlPolicy`\n * - DS Protocol requires it as a REQUIRED array of `IOdrlOffer`\n * - Interface extension allows TypeScript to override inherited property types\n * - Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly\n * - DS Protocol-specific constraints are defined here\n *\n * **Future Compatibility:**\n * - Currently only one Offer per dataset is supported\n * - Array structure allows future support for multiple offers\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n * @see https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec\n * @see IOdrlOffer from @twin.org/standards-w3c-odrl\n * @see IResource.odrl:hasPolicy from @twin.org/standards-w3c-dcat\n */\nexport interface IDataspaceProtocolDataset extends IDataspaceProtocolDatasetBase {\n\t/**\n\t * LD Context. Required per Eclipse Data Space Protocol.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolDatasetBase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolDatasetBase.js","sourceRoot":"","sources":["../../../../src/models/dcat3/IDataspaceProtocolDatasetBase.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDcatDatasetBase } from \"@twin.org/standards-w3c-dcat\";\nimport type { IDataspaceProtocolDistributionBase } from \"./IDataspaceProtocolDistributionBase.js\";\nimport type { DataspaceProtocolCatalogTypes } from \"../catalog/dataspaceProtocolCatalogTypes.js\";\nimport type { IDataspaceProtocolOfferBase } from \"../odrl/IDataspaceProtocolOfferBase.js\";\n\n/**\n * Dataset interface compliant with Eclipse Data Space Protocol.\n *\n * This interface extends IDataset and enforces DS Protocol-specific requirements\n * by overriding properties with more specific types and constraints.\n *\n * **Requirements per DS Protocol:**\n * - `@id` MUST be present for dataset identification (REQUIRED)\n * - `odrl:hasPolicy` MUST be present as an array of ODRL Offers (REQUIRED)\n * - Array MUST contain at least one IOdrlOffer\n * - Each Offer MUST have `@type`: \"Offer\"\n * - Each Offer MUST have `@id`\n * - `dcat:distribution` MUST be present (REQUIRED)\n *\n * **Type System Design:**\n * - W3C DCAT spec defines `odrl:hasPolicy` as optional singular `IOdrlPolicy`\n * - DS Protocol requires it as a REQUIRED array of `IOdrlOffer`\n * - Interface extension allows TypeScript to override inherited property types\n * - Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly\n * - DS Protocol-specific constraints are defined here\n *\n * **Future Compatibility:**\n * - Currently only one Offer per dataset is supported\n * - Array structure allows future support for multiple offers\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n * @see https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec\n * @see IOdrlOffer from @twin.org/standards-w3c-odrl\n * @see IResource.odrl:hasPolicy from @twin.org/standards-w3c-dcat\n */\nexport interface IDataspaceProtocolDatasetBase extends Omit<\n\tIDcatDatasetBase,\n\t\"odrl:hasPolicy\" | \"dcat:distribution\" | \"@type\"\n> {\n\t/**\n\t * The type identifier for the dataset.\n\t * REQUIRED per Eclipse Data Space Protocol.\n\t */\n\t\"@type\": typeof DataspaceProtocolCatalogTypes.Dataset;\n\n\t/**\n\t * Unique identifier for the dataset.\n\t * REQUIRED per Eclipse Data Space Protocol.\n\t */\n\t\"@id\": string;\n\n\t/**\n\t * Array of ODRL policies (Offers) as required by DS Protocol.\n\t *\n\t * REQUIRED per Eclipse Data Space Protocol spec.\n\t * Must contain at least one IOdrlOffer.\n\t * Currently only single offer is supported, but array structure\n\t * allows for future multi-offer support.\n\t * @json-schema minItems:1\n\t */\n\thasPolicy: IDataspaceProtocolOfferBase[];\n\n\t/**\n\t * Distribution of the dataset.\n\t * REQUIRED per Eclipse Data Space Protocol.\n\t * @json-schema minItems:1\n\t */\n\tdistribution: IDataspaceProtocolDistributionBase[];\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolDistribution.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolDistribution.js","sourceRoot":"","sources":["../../../../src/models/dcat3/IDataspaceProtocolDistribution.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolContextType } from \"../dataspaceProtocolContextType.js\";\nimport type { IDataspaceProtocolDistributionBase } from \"./IDataspaceProtocolDistributionBase.js\";\n\n/**\n * Distribution interface compliant with Eclipse Data Space Protocol.\n *\n * This interface extends IDistribution and enforces DS Protocol-specific requirements\n * by overriding properties with more specific types and constraints.\n *\n * **Requirements per DS Protocol:**\n * - `@id` MUST be present for dataset identification (REQUIRED)\n * - `odrl:hasPolicy` MIGHT be present as an array of ODRL Offers (OPTIONAL)\n * - Array MUST contain at least one IOdrlOffer\n * - Each Offer MUST have `@type`: \"Offer\"\n * - `format` is REQUIRED.\n *\n * **Type System Design:**\n * - W3C DCAT spec defines `odrl:hasPolicy` as optional singular `IOdrlPolicy`\n * - DS Protocol requires it as a REQUIRED array of `IOdrlOffer`\n * - Interface extension allows TypeScript to override inherited property types\n * - Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly\n * - DS Protocol-specific constraints are defined here\n *\n * **Future Compatibility:**\n * - Currently only one Offer per dataset is supported\n * - Array structure allows future support for multiple offers\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n * @see https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec\n * @see IOdrlOffer from @twin.org/standards-w3c-odrl\n * @see IResource.odrl:hasPolicy from @twin.org/standards-w3c-dcat\n */\nexport interface IDataspaceProtocolDistribution extends IDataspaceProtocolDistributionBase {\n\t/**\n\t * LD Context. Required per Eclipse Data Space Protocol.\n\t */\n\t\"@context\": DataspaceProtocolContextType;\n\n\t/**\n\t * Unique identifier for the distribution.\n\t * REQUIRED on standalone Distribution objects per Eclipse Data Space Protocol.\n\t */\n\t\"@id\": string;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolDistributionBase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolDistributionBase.js","sourceRoot":"","sources":["../../../../src/models/dcat3/IDataspaceProtocolDistributionBase.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDcatDistributionBase } from \"@twin.org/standards-w3c-dcat\";\nimport type { IDataspaceProtocolDataServiceBase } from \"./IDataspaceProtocolDataServiceBase.js\";\nimport type { DataspaceProtocolCatalogTypes } from \"../catalog/dataspaceProtocolCatalogTypes.js\";\nimport type { IDataspaceProtocolOfferBase } from \"../odrl/IDataspaceProtocolOfferBase.js\";\n\n/**\n * Distribution interface compliant with Eclipse Data Space Protocol.\n *\n * This interface extends IDistribution and enforces DS Protocol-specific requirements\n * by overriding properties with more specific types and constraints.\n *\n * **Requirements per DS Protocol:**\n * - `@id` MUST be present for dataset identification (REQUIRED)\n * - `odrl:hasPolicy` MIGHT be present as an array of ODRL Offers (OPTIONAL)\n * - Array MUST contain at least one IOdrlOffer\n * - Each Offer MUST have `@type`: \"Offer\"\n * - `format` is REQUIRED.\n *\n * **Type System Design:**\n * - W3C DCAT spec defines `odrl:hasPolicy` as optional singular `IOdrlPolicy`\n * - DS Protocol requires it as a REQUIRED array of `IOdrlOffer`\n * - Interface extension allows TypeScript to override inherited property types\n * - Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly\n * - DS Protocol-specific constraints are defined here\n *\n * **Future Compatibility:**\n * - Currently only one Offer per dataset is supported\n * - Array structure allows future support for multiple offers\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n * @see https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec\n * @see IOdrlOffer from @twin.org/standards-w3c-odrl\n * @see IResource.odrl:hasPolicy from @twin.org/standards-w3c-dcat\n */\nexport interface IDataspaceProtocolDistributionBase extends Omit<\n\tIDcatDistributionBase,\n\t\"odrl:hasPolicy\" | \"@type\" | \"dcterms:format\"\n> {\n\t/**\n\t * The type identifier for the Distribution.\n\t * REQUIRED per Eclipse Data Space Protocol.\n\t */\n\t\"@type\": typeof DataspaceProtocolCatalogTypes.Distribution;\n\n\t/**\n\t * Unique identifier for the distribution.\n\t * OPTIONAL for embedded distributions (may use JSON-LD blank nodes).\n\t * REQUIRED on standalone Distribution objects per Eclipse Data Space Protocol.\n\t */\n\t\"@id\"?: string;\n\n\t/**\n\t * Array of ODRL policies (Offers) as required by DS Protocol.\n\t *\n\t * REQUIRED per Eclipse Data Space Protocol spec.\n\t * Must contain at least one IOdrlOffer.\n\t * Currently only single offer is supported, but array structure\n\t * allows for future multi-offer support.\n\t * @json-schema minItems:1\n\t */\n\thasPolicy?: IDataspaceProtocolOfferBase[];\n\n\t/**\n\t * Access service.\n\t * It can be a URI pointing to an access service or inline the access service itself.\n\t */\n\taccessService: string | IDataspaceProtocolDataServiceBase;\n\n\t/**\n\t * Distribution format.\n\t * REQUIRED per Eclipse Data Space Protocol.\n\t */\n\tformat: string;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolAgreement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolAgreement.js","sourceRoot":"","sources":["../../../../src/models/odrl/IDataspaceProtocolAgreement.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IOdrlAgreement } from \"@twin.org/standards-w3c-odrl\";\n\n/**\n * Agreement interface compliant with Eclipse Data Space Protocol.\n *\n * Extends IOdrlAgreement with DS Protocol-specific constraints:\n * - `@id` is REQUIRED (used as the primary agreement identifier in DS Protocol)\n * - `@context` is omitted (inherited from the parent Dataset/Distribution)\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n * @see IOdrlAgreement from @twin.org/standards-w3c-odrl\n */\nexport interface IDataspaceProtocolAgreement extends Omit<IOdrlAgreement, \"uid\"> {\n\t/**\n\t * Unique identifier for the agreement.\n\t */\n\t\"@id\": string;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolOffer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolOffer.js","sourceRoot":"","sources":["../../../../src/models/odrl/IDataspaceProtocolOffer.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { OdrlContextType } from \"@twin.org/standards-w3c-odrl\";\nimport type { IDataspaceProtocolOfferBase } from \"./IDataspaceProtocolOfferBase.js\";\n\n/**\n * Offer interface compliant with Eclipse Data Space Protocol.\n *\n * Extends IOdrlOffer with DS Protocol-specific constraints:\n * - `@id` is REQUIRED (used as the primary offer identifier in DS Protocol)\n * - `@context` is omitted (inherited from the parent Dataset/Distribution)\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n * @see IOdrlOffer from @twin.org/standards-w3c-odrl\n */\nexport interface IDataspaceProtocolOffer extends IDataspaceProtocolOfferBase {\n\t/**\n\t * Unique identifier for the offer.\n\t */\n\t\"@id\": string;\n\n\t/**\n\t * LD Context.\n\t */\n\t\"@context\": OdrlContextType;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolOfferBase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolOfferBase.js","sourceRoot":"","sources":["../../../../src/models/odrl/IDataspaceProtocolOfferBase.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IOdrlOffer } from \"@twin.org/standards-w3c-odrl\";\n\n/**\n * Offer interface compliant with Eclipse Data Space Protocol without JSON-LD context.\n * This is the context-free variant of IDataspaceProtocolOffer, intended for embedding\n * offers inline within other objects where the context is provided by the enclosing document.\n *\n * Extends IOdrlOffer with DS Protocol-specific constraints:\n * - '@id' is REQUIRED (used as the primary offer identifier in DS Protocol)\n * - '@context' is omitted (context is inherited from the parent object)\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n */\nexport interface IDataspaceProtocolOfferBase extends Omit<IOdrlOffer, \"uid\" | \"@context\"> {\n\t/**\n\t * Unique identifier for the offer.\n\t */\n\t\"@id\": string;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolPolicy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolPolicy.js","sourceRoot":"","sources":["../../../../src/models/odrl/IDataspaceProtocolPolicy.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IOdrlPolicy } from \"@twin.org/standards-w3c-odrl\";\n\n/**\n * Policy interface compliant with Eclipse Data Space Protocol.\n *\n * Extends IOdrlPolicy with DS Protocol-specific constraints:\n * - `@id` is REQUIRED (used as the primary policy identifier in DS Protocol)\n * - `@context` is omitted (inherited from the parent Dataset/Distribution)\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n * @see IOdrlPolicy from @twin.org/standards-w3c-odrl\n */\nexport interface IDataspaceProtocolPolicy extends Omit<IOdrlPolicy, \"uid\"> {\n\t/**\n\t * Unique identifier for the policy.\n\t */\n\t\"@id\": string;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolSet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolSet.js","sourceRoot":"","sources":["../../../../src/models/odrl/IDataspaceProtocolSet.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IOdrlSet } from \"@twin.org/standards-w3c-odrl\";\n\n/**\n * Set interface compliant with Eclipse Data Space Protocol.\n *\n * Extends IOdrlSet with DS Protocol-specific constraints:\n * - `@id` is REQUIRED (used as the primary set identifier in DS Protocol)\n * - `@context` is omitted (inherited from the parent Dataset/Distribution)\n *\n * @see https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types\n * @see IOdrlSet from @twin.org/standards-w3c-odrl\n */\nexport interface IDataspaceProtocolSet extends Omit<IOdrlSet, \"uid\"> {\n\t/**\n\t * Unique identifier for the set.\n\t */\n\t\"@id\": string;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IDataspaceProtocolDataAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataspaceProtocolDataAddress.js","sourceRoot":"","sources":["../../../../src/models/transferProcess/IDataspaceProtocolDataAddress.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { DataspaceProtocolTransferProcessTypes } from \"./dataspaceProtocolTransferProcessTypes.js\";\nimport type { IDataspaceProtocolEndpointProperty } from \"./IDataspaceProtocolEndpointProperty.js\";\n\n/**\n * Interface for Dataspace Protocol Transfer Messages.\n * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types\n */\nexport interface IDataspaceProtocolDataAddress {\n\t/**\n\t * LD Type\n\t */\n\t\"@type\": typeof DataspaceProtocolTransferProcessTypes.DataAddress;\n\n\t/**\n\t * The type of endpoint of this data address.\n\t */\n\tendpointType: string;\n\n\t/**\n\t * The endpoint of the data address\n\t */\n\tendpoint?: string;\n\n\t/**\n\t * Properties associated to the endpoint which might depend on the endpoint type.\n\t */\n\tendpointProperties?: IDataspaceProtocolEndpointProperty[];\n}\n"]}