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

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 (199) hide show
  1. package/dist/es/dataTypes/catalogDataTypes.js +10 -10
  2. package/dist/es/dataTypes/catalogDataTypes.js.map +1 -1
  3. package/dist/es/dataTypes/contractNegotiationDataTypes.js +31 -31
  4. package/dist/es/dataTypes/contractNegotiationDataTypes.js.map +1 -1
  5. package/dist/es/dataTypes/transferProcessDataTypes.js +28 -28
  6. package/dist/es/dataTypes/transferProcessDataTypes.js.map +1 -1
  7. package/dist/es/index.js +26 -26
  8. package/dist/es/index.js.map +1 -1
  9. package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js +2 -0
  10. package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js.map +1 -0
  11. package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js +2 -0
  12. package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js.map +1 -0
  13. package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js +2 -0
  14. package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js.map +1 -0
  15. package/dist/es/models/catalog/{catalogTypes.js → dataspaceProtocolCatalogTypes.js} +2 -2
  16. package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js.map +1 -0
  17. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js +2 -0
  18. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js.map +1 -0
  19. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js +2 -0
  20. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js.map +1 -0
  21. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js +2 -0
  22. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js.map +1 -0
  23. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js +2 -0
  24. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js.map +1 -0
  25. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js +2 -0
  26. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js.map +1 -0
  27. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js +2 -0
  28. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js.map +1 -0
  29. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js +2 -0
  30. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js.map +1 -0
  31. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js +2 -0
  32. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js.map +1 -0
  33. package/dist/es/models/contractNegotiation/{contractNegotiationTypes.js → dataspaceProtocolContractNegotiationTypes.js} +2 -2
  34. package/dist/es/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js.map +1 -0
  35. package/dist/es/models/contractNegotiation/types/{contractNegotiationEventType.js → dataspaceProtocolContractNegotiationEventType.js} +2 -2
  36. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js.map +1 -0
  37. package/dist/es/models/contractNegotiation/types/{contractNegotiationStateType.js → dataspaceProtocolContractNegotiationStateType.js} +2 -2
  38. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js.map +1 -0
  39. package/dist/es/models/dataspaceProtocolContexts.js +1 -1
  40. package/dist/es/models/dataspaceProtocolContexts.js.map +1 -1
  41. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js +2 -0
  42. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js.map +1 -0
  43. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js +2 -0
  44. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js.map +1 -0
  45. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js +2 -0
  46. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js.map +1 -0
  47. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js +2 -0
  48. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js.map +1 -0
  49. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js +2 -0
  50. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js.map +1 -0
  51. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js +2 -0
  52. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js.map +1 -0
  53. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js +2 -0
  54. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js.map +1 -0
  55. package/dist/es/models/transferProcess/{ITransferSuspensionMessage.js → IDataspaceProtocolTransferSuspensionMessage.js} +1 -1
  56. package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js.map +1 -0
  57. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js +2 -0
  58. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js.map +1 -0
  59. package/dist/es/models/transferProcess/{transferProcessTypes.js → dataspaceProtocolTransferProcessTypes.js} +2 -2
  60. package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js.map +1 -0
  61. package/dist/es/models/transferProcess/types/{transferProcessStateType.js → dataspaceProtocolTransferProcessStateType.js} +2 -2
  62. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js.map +1 -0
  63. package/dist/es/schemas/{CatalogError.json → DataspaceProtocolCatalogError.json} +4 -4
  64. package/dist/es/schemas/{CatalogRequestMessage.json → DataspaceProtocolCatalogRequestMessage.json} +4 -4
  65. package/dist/es/schemas/{ContractAgreementMessage.json → DataspaceProtocolContractAgreementMessage.json} +4 -4
  66. package/dist/es/schemas/{ContractAgreementVerificationMessage.json → DataspaceProtocolContractAgreementVerificationMessage.json} +4 -4
  67. package/dist/es/schemas/{ContractNegotiation.json → DataspaceProtocolContractNegotiation.json} +5 -5
  68. package/dist/es/schemas/{ContractNegotiationError.json → DataspaceProtocolContractNegotiationError.json} +4 -4
  69. package/dist/es/schemas/{ContractNegotiationEventMessage.json → DataspaceProtocolContractNegotiationEventMessage.json} +5 -5
  70. package/dist/es/schemas/{ContractNegotiationEventType.json → DataspaceProtocolContractNegotiationEventType.json} +1 -1
  71. package/dist/es/schemas/{ContractNegotiationStateType.json → DataspaceProtocolContractNegotiationStateType.json} +1 -1
  72. package/dist/es/schemas/{ContractNegotiationTerminationMessage.json → DataspaceProtocolContractNegotiationTerminationMessage.json} +4 -4
  73. package/dist/es/schemas/{ContractOfferMessage.json → DataspaceProtocolContractOfferMessage.json} +4 -4
  74. package/dist/es/schemas/{ContractRequestMessage.json → DataspaceProtocolContractRequestMessage.json} +4 -4
  75. package/dist/es/schemas/{DataAddress.json → DataspaceProtocolDataAddress.json} +2 -2
  76. package/dist/es/schemas/{DatasetRequestMessage.json → DataspaceProtocolDatasetRequestMessage.json} +4 -4
  77. package/dist/es/schemas/{EndpointProperty.json → DataspaceProtocolEndpointProperty.json} +1 -1
  78. package/dist/es/schemas/{TransferCompletionMessage.json → DataspaceProtocolTransferCompletionMessage.json} +4 -4
  79. package/dist/es/schemas/{TransferError.json → DataspaceProtocolTransferError.json} +4 -4
  80. package/dist/es/schemas/{TransferProcess.json → DataspaceProtocolTransferProcess.json} +4 -4
  81. package/dist/es/schemas/{TransferRequestMessage.json → DataspaceProtocolTransferRequestMessage.json} +5 -5
  82. package/dist/es/schemas/{TransferStartMessage.json → DataspaceProtocolTransferStartMessage.json} +5 -5
  83. package/dist/es/schemas/{TransferSuspensionMessage.json → DataspaceProtocolTransferSuspensionMessage.json} +4 -4
  84. package/dist/es/schemas/{TransferTerminationMessage.json → DataspaceProtocolTransferTerminationMessage.json} +4 -4
  85. package/dist/types/index.d.ts +26 -26
  86. package/dist/types/models/catalog/{ICatalogError.d.ts → IDataspaceProtocolCatalogError.d.ts} +3 -3
  87. package/dist/types/models/catalog/{ICatalogRequestMessage.d.ts → IDataspaceProtocolCatalogRequestMessage.d.ts} +3 -3
  88. package/dist/types/models/catalog/{IDatasetRequestMessage.d.ts → IDataspaceProtocolDatasetRequestMessage.d.ts} +3 -3
  89. package/dist/types/models/catalog/{catalogTypes.d.ts → dataspaceProtocolCatalogTypes.d.ts} +2 -2
  90. package/dist/types/models/contractNegotiation/{IContractAgreementMessage.d.ts → IDataspaceProtocolContractAgreementMessage.d.ts} +3 -3
  91. package/dist/types/models/contractNegotiation/{IContractAgreementVerificationMessage.d.ts → IDataspaceProtocolContractAgreementVerificationMessage.d.ts} +3 -3
  92. package/dist/types/models/contractNegotiation/{IContractNegotiation.d.ts → IDataspaceProtocolContractNegotiation.d.ts} +5 -5
  93. package/dist/types/models/contractNegotiation/{IContractNegotiationError.d.ts → IDataspaceProtocolContractNegotiationError.d.ts} +3 -3
  94. package/dist/types/models/contractNegotiation/{IContractNegotiationEventMessage.d.ts → IDataspaceProtocolContractNegotiationEventMessage.d.ts} +5 -5
  95. package/dist/types/models/contractNegotiation/{IContractNegotiationTerminationMessage.d.ts → IDataspaceProtocolContractNegotiationTerminationMessage.d.ts} +3 -3
  96. package/dist/types/models/contractNegotiation/{IContractOfferMessage.d.ts → IDataspaceProtocolContractOfferMessage.d.ts} +3 -3
  97. package/dist/types/models/contractNegotiation/{IContractRequestMessage.d.ts → IDataspaceProtocolContractRequestMessage.d.ts} +3 -3
  98. package/dist/types/models/contractNegotiation/{contractNegotiationTypes.d.ts → dataspaceProtocolContractNegotiationTypes.d.ts} +2 -2
  99. package/dist/types/models/contractNegotiation/types/{contractNegotiationEventType.d.ts → dataspaceProtocolContractNegotiationEventType.d.ts} +2 -2
  100. package/dist/types/models/contractNegotiation/types/{contractNegotiationStateType.d.ts → dataspaceProtocolContractNegotiationStateType.d.ts} +2 -2
  101. package/dist/types/models/dataspaceProtocolContexts.d.ts +1 -1
  102. package/dist/types/models/transferProcess/{IDataAddress.d.ts → IDataspaceProtocolDataAddress.d.ts} +5 -5
  103. package/dist/types/models/transferProcess/{IEndpointProperty.d.ts → IDataspaceProtocolEndpointProperty.d.ts} +3 -3
  104. package/dist/types/models/transferProcess/{ITransferCompletionMessage.d.ts → IDataspaceProtocolTransferCompletionMessage.d.ts} +3 -3
  105. package/dist/types/models/transferProcess/{ITransferError.d.ts → IDataspaceProtocolTransferError.d.ts} +3 -3
  106. package/dist/types/models/transferProcess/{ITransferProcess.d.ts → IDataspaceProtocolTransferProcess.d.ts} +5 -5
  107. package/dist/types/models/transferProcess/{ITransferRequestMessage.d.ts → IDataspaceProtocolTransferRequestMessage.d.ts} +5 -5
  108. package/dist/types/models/transferProcess/{ITransferStartMessage.d.ts → IDataspaceProtocolTransferStartMessage.d.ts} +5 -5
  109. package/dist/types/models/transferProcess/{ITransferSuspensionMessage.d.ts → IDataspaceProtocolTransferSuspensionMessage.d.ts} +3 -3
  110. package/dist/types/models/transferProcess/{ITransferTerminationMessage.d.ts → IDataspaceProtocolTransferTerminationMessage.d.ts} +3 -3
  111. package/dist/types/models/transferProcess/{transferProcessTypes.d.ts → dataspaceProtocolTransferProcessTypes.d.ts} +2 -2
  112. package/dist/types/models/transferProcess/types/{transferProcessStateType.d.ts → dataspaceProtocolTransferProcessStateType.d.ts} +2 -2
  113. package/docs/changelog.md +21 -0
  114. package/docs/reference/index.md +32 -32
  115. package/docs/reference/interfaces/{ICatalogError.md → IDataspaceProtocolCatalogError.md} +1 -1
  116. package/docs/reference/interfaces/{ICatalogRequestMessage.md → IDataspaceProtocolCatalogRequestMessage.md} +1 -1
  117. package/docs/reference/interfaces/{IContractAgreementMessage.md → IDataspaceProtocolContractAgreementMessage.md} +1 -1
  118. package/docs/reference/interfaces/{IContractAgreementVerificationMessage.md → IDataspaceProtocolContractAgreementVerificationMessage.md} +1 -1
  119. package/docs/reference/interfaces/{IContractNegotiation.md → IDataspaceProtocolContractNegotiation.md} +2 -2
  120. package/docs/reference/interfaces/{IContractNegotiationError.md → IDataspaceProtocolContractNegotiationError.md} +1 -1
  121. package/docs/reference/interfaces/{IContractNegotiationEventMessage.md → IDataspaceProtocolContractNegotiationEventMessage.md} +2 -2
  122. package/docs/reference/interfaces/{IContractNegotiationTerminationMessage.md → IDataspaceProtocolContractNegotiationTerminationMessage.md} +1 -1
  123. package/docs/reference/interfaces/{IContractOfferMessage.md → IDataspaceProtocolContractOfferMessage.md} +1 -1
  124. package/docs/reference/interfaces/{IContractRequestMessage.md → IDataspaceProtocolContractRequestMessage.md} +1 -1
  125. package/docs/reference/interfaces/{IDataAddress.md → IDataspaceProtocolDataAddress.md} +2 -2
  126. package/docs/reference/interfaces/{IDatasetRequestMessage.md → IDataspaceProtocolDatasetRequestMessage.md} +1 -1
  127. package/docs/reference/interfaces/{IEndpointProperty.md → IDataspaceProtocolEndpointProperty.md} +1 -1
  128. package/docs/reference/interfaces/{ITransferCompletionMessage.md → IDataspaceProtocolTransferCompletionMessage.md} +1 -1
  129. package/docs/reference/interfaces/{ITransferError.md → IDataspaceProtocolTransferError.md} +1 -1
  130. package/docs/reference/interfaces/{ITransferProcess.md → IDataspaceProtocolTransferProcess.md} +1 -1
  131. package/docs/reference/interfaces/{ITransferRequestMessage.md → IDataspaceProtocolTransferRequestMessage.md} +2 -2
  132. package/docs/reference/interfaces/{ITransferStartMessage.md → IDataspaceProtocolTransferStartMessage.md} +2 -2
  133. package/docs/reference/interfaces/{ITransferSuspensionMessage.md → IDataspaceProtocolTransferSuspensionMessage.md} +1 -1
  134. package/docs/reference/interfaces/{ITransferTerminationMessage.md → IDataspaceProtocolTransferTerminationMessage.md} +1 -1
  135. package/docs/reference/type-aliases/DataspaceProtocolCatalogTypes.md +5 -0
  136. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationEventType.md +5 -0
  137. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationStateType.md +5 -0
  138. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationTypes.md +5 -0
  139. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessStateType.md +5 -0
  140. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessTypes.md +5 -0
  141. package/docs/reference/variables/{CatalogTypes.md → DataspaceProtocolCatalogTypes.md} +2 -2
  142. package/docs/reference/variables/DataspaceProtocolContexts.md +1 -1
  143. package/docs/reference/variables/{ContractNegotiationEventType.md → DataspaceProtocolContractNegotiationEventType.md} +2 -2
  144. package/docs/reference/variables/{ContractNegotiationStateType.md → DataspaceProtocolContractNegotiationStateType.md} +2 -2
  145. package/docs/reference/variables/{ContractNegotiationTypes.md → DataspaceProtocolContractNegotiationTypes.md} +2 -2
  146. package/docs/reference/variables/{TransferProcessStateType.md → DataspaceProtocolTransferProcessStateType.md} +2 -2
  147. package/docs/reference/variables/{TransferProcessTypes.md → DataspaceProtocolTransferProcessTypes.md} +2 -2
  148. package/package.json +3 -3
  149. package/dist/es/models/catalog/ICatalogError.js +0 -2
  150. package/dist/es/models/catalog/ICatalogError.js.map +0 -1
  151. package/dist/es/models/catalog/ICatalogRequestMessage.js +0 -2
  152. package/dist/es/models/catalog/ICatalogRequestMessage.js.map +0 -1
  153. package/dist/es/models/catalog/IDatasetRequestMessage.js +0 -2
  154. package/dist/es/models/catalog/IDatasetRequestMessage.js.map +0 -1
  155. package/dist/es/models/catalog/catalogTypes.js.map +0 -1
  156. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js +0 -2
  157. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js.map +0 -1
  158. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js +0 -2
  159. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js.map +0 -1
  160. package/dist/es/models/contractNegotiation/IContractNegotiation.js +0 -2
  161. package/dist/es/models/contractNegotiation/IContractNegotiation.js.map +0 -1
  162. package/dist/es/models/contractNegotiation/IContractNegotiationError.js +0 -2
  163. package/dist/es/models/contractNegotiation/IContractNegotiationError.js.map +0 -1
  164. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js +0 -2
  165. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js.map +0 -1
  166. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js +0 -2
  167. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js.map +0 -1
  168. package/dist/es/models/contractNegotiation/IContractOfferMessage.js +0 -2
  169. package/dist/es/models/contractNegotiation/IContractOfferMessage.js.map +0 -1
  170. package/dist/es/models/contractNegotiation/IContractRequestMessage.js +0 -2
  171. package/dist/es/models/contractNegotiation/IContractRequestMessage.js.map +0 -1
  172. package/dist/es/models/contractNegotiation/contractNegotiationTypes.js.map +0 -1
  173. package/dist/es/models/contractNegotiation/types/contractNegotiationEventType.js.map +0 -1
  174. package/dist/es/models/contractNegotiation/types/contractNegotiationStateType.js.map +0 -1
  175. package/dist/es/models/transferProcess/IDataAddress.js +0 -2
  176. package/dist/es/models/transferProcess/IDataAddress.js.map +0 -1
  177. package/dist/es/models/transferProcess/IEndpointProperty.js +0 -2
  178. package/dist/es/models/transferProcess/IEndpointProperty.js.map +0 -1
  179. package/dist/es/models/transferProcess/ITransferCompletionMessage.js +0 -2
  180. package/dist/es/models/transferProcess/ITransferCompletionMessage.js.map +0 -1
  181. package/dist/es/models/transferProcess/ITransferError.js +0 -2
  182. package/dist/es/models/transferProcess/ITransferError.js.map +0 -1
  183. package/dist/es/models/transferProcess/ITransferProcess.js +0 -2
  184. package/dist/es/models/transferProcess/ITransferProcess.js.map +0 -1
  185. package/dist/es/models/transferProcess/ITransferRequestMessage.js +0 -2
  186. package/dist/es/models/transferProcess/ITransferRequestMessage.js.map +0 -1
  187. package/dist/es/models/transferProcess/ITransferStartMessage.js +0 -2
  188. package/dist/es/models/transferProcess/ITransferStartMessage.js.map +0 -1
  189. package/dist/es/models/transferProcess/ITransferSuspensionMessage.js.map +0 -1
  190. package/dist/es/models/transferProcess/ITransferTerminationMessage.js +0 -2
  191. package/dist/es/models/transferProcess/ITransferTerminationMessage.js.map +0 -1
  192. package/dist/es/models/transferProcess/transferProcessTypes.js.map +0 -1
  193. package/dist/es/models/transferProcess/types/transferProcessStateType.js.map +0 -1
  194. package/docs/reference/type-aliases/CatalogTypes.md +0 -5
  195. package/docs/reference/type-aliases/ContractNegotiationEventType.md +0 -5
  196. package/docs/reference/type-aliases/ContractNegotiationStateType.md +0 -5
  197. package/docs/reference/type-aliases/ContractNegotiationTypes.md +0 -5
  198. package/docs/reference/type-aliases/TransferProcessStateType.md +0 -5
  199. package/docs/reference/type-aliases/TransferProcessTypes.md +0 -5
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schema.twindev.org/dataspace-protocol/ContractRequestMessage",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolContractRequestMessage",
4
4
  "description": "Interface for Dataspace Protocol Contract Request Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-request-message",
5
5
  "type": "object",
6
6
  "properties": {
@@ -11,7 +11,7 @@
11
11
  "type": "array",
12
12
  "items": {
13
13
  "type": "string",
14
- "const": "https://w3id.org/dspace/2025/1/context.json"
14
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
15
15
  },
16
16
  "minItems": 1,
17
17
  "maxItems": 1
@@ -22,7 +22,7 @@
22
22
  "prefixItems": [
23
23
  {
24
24
  "type": "string",
25
- "const": "https://w3id.org/dspace/2025/1/context.json"
25
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
26
26
  },
27
27
  {
28
28
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -41,7 +41,7 @@
41
41
  },
42
42
  {
43
43
  "type": "string",
44
- "const": "https://w3id.org/dspace/2025/1/context.json"
44
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
45
45
  }
46
46
  ],
47
47
  "items": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schema.twindev.org/dataspace-protocol/DataAddress",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDataAddress",
4
4
  "description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types",
5
5
  "type": "object",
6
6
  "properties": {
@@ -20,7 +20,7 @@
20
20
  "endpointProperties": {
21
21
  "type": "array",
22
22
  "items": {
23
- "$ref": "https://schema.twindev.org/dataspace-protocol/EndpointProperty"
23
+ "$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolEndpointProperty"
24
24
  },
25
25
  "description": "Properties associated to the endpoint which might depend on the endpoint type."
26
26
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schema.twindev.org/dataspace-protocol/DatasetRequestMessage",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDatasetRequestMessage",
4
4
  "description": "Interface for Dataspace Protocol Dataset Request Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#dataset-request-message",
5
5
  "type": "object",
6
6
  "properties": {
@@ -11,7 +11,7 @@
11
11
  "type": "array",
12
12
  "items": {
13
13
  "type": "string",
14
- "const": "https://w3id.org/dspace/2025/1/context.json"
14
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
15
15
  },
16
16
  "minItems": 1,
17
17
  "maxItems": 1
@@ -22,7 +22,7 @@
22
22
  "prefixItems": [
23
23
  {
24
24
  "type": "string",
25
- "const": "https://w3id.org/dspace/2025/1/context.json"
25
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
26
26
  },
27
27
  {
28
28
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -41,7 +41,7 @@
41
41
  },
42
42
  {
43
43
  "type": "string",
44
- "const": "https://w3id.org/dspace/2025/1/context.json"
44
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
45
45
  }
46
46
  ],
47
47
  "items": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schema.twindev.org/dataspace-protocol/EndpointProperty",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolEndpointProperty",
4
4
  "description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types",
5
5
  "type": "object",
6
6
  "properties": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schema.twindev.org/dataspace-protocol/TransferCompletionMessage",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferCompletionMessage",
4
4
  "description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-completion-message",
5
5
  "type": "object",
6
6
  "properties": {
@@ -11,7 +11,7 @@
11
11
  "type": "array",
12
12
  "items": {
13
13
  "type": "string",
14
- "const": "https://w3id.org/dspace/2025/1/context.json"
14
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
15
15
  },
16
16
  "minItems": 1,
17
17
  "maxItems": 1
@@ -22,7 +22,7 @@
22
22
  "prefixItems": [
23
23
  {
24
24
  "type": "string",
25
- "const": "https://w3id.org/dspace/2025/1/context.json"
25
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
26
26
  },
27
27
  {
28
28
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -41,7 +41,7 @@
41
41
  },
42
42
  {
43
43
  "type": "string",
44
- "const": "https://w3id.org/dspace/2025/1/context.json"
44
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
45
45
  }
46
46
  ],
47
47
  "items": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schema.twindev.org/dataspace-protocol/TransferError",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferError",
4
4
  "description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol#error-transfer-error",
5
5
  "type": "object",
6
6
  "properties": {
@@ -11,7 +11,7 @@
11
11
  "type": "array",
12
12
  "items": {
13
13
  "type": "string",
14
- "const": "https://w3id.org/dspace/2025/1/context.json"
14
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
15
15
  },
16
16
  "minItems": 1,
17
17
  "maxItems": 1
@@ -22,7 +22,7 @@
22
22
  "prefixItems": [
23
23
  {
24
24
  "type": "string",
25
- "const": "https://w3id.org/dspace/2025/1/context.json"
25
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
26
26
  },
27
27
  {
28
28
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -41,7 +41,7 @@
41
41
  },
42
42
  {
43
43
  "type": "string",
44
- "const": "https://w3id.org/dspace/2025/1/context.json"
44
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
45
45
  }
46
46
  ],
47
47
  "items": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schema.twindev.org/dataspace-protocol/TransferProcess",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferProcess",
4
4
  "description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#ack-transfer-process",
5
5
  "type": "object",
6
6
  "properties": {
@@ -11,7 +11,7 @@
11
11
  "type": "array",
12
12
  "items": {
13
13
  "type": "string",
14
- "const": "https://w3id.org/dspace/2025/1/context.json"
14
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
15
15
  },
16
16
  "minItems": 1,
17
17
  "maxItems": 1
@@ -22,7 +22,7 @@
22
22
  "prefixItems": [
23
23
  {
24
24
  "type": "string",
25
- "const": "https://w3id.org/dspace/2025/1/context.json"
25
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
26
26
  },
27
27
  {
28
28
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -41,7 +41,7 @@
41
41
  },
42
42
  {
43
43
  "type": "string",
44
- "const": "https://w3id.org/dspace/2025/1/context.json"
44
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
45
45
  }
46
46
  ],
47
47
  "items": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schema.twindev.org/dataspace-protocol/TransferRequestMessage",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferRequestMessage",
4
4
  "description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-request-message",
5
5
  "type": "object",
6
6
  "properties": {
@@ -11,7 +11,7 @@
11
11
  "type": "array",
12
12
  "items": {
13
13
  "type": "string",
14
- "const": "https://w3id.org/dspace/2025/1/context.json"
14
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
15
15
  },
16
16
  "minItems": 1,
17
17
  "maxItems": 1
@@ -22,7 +22,7 @@
22
22
  "prefixItems": [
23
23
  {
24
24
  "type": "string",
25
- "const": "https://w3id.org/dspace/2025/1/context.json"
25
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
26
26
  },
27
27
  {
28
28
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -41,7 +41,7 @@
41
41
  },
42
42
  {
43
43
  "type": "string",
44
- "const": "https://w3id.org/dspace/2025/1/context.json"
44
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
45
45
  }
46
46
  ],
47
47
  "items": {
@@ -72,7 +72,7 @@
72
72
  "description": "The format property is a format specified by a Distribution for the Dataset associated with the Agreement. This is generally obtained from the Provider's Catalog."
73
73
  },
74
74
  "dataAddress": {
75
- "$ref": "https://schema.twindev.org/dataspace-protocol/DataAddress",
75
+ "$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDataAddress",
76
76
  "description": "If defined MUST contain a transport-specific set of properties for pushing the data. It MAY include an endpoint, a temporary authorization via the endpointProperties property - depending on the endpointType."
77
77
  }
78
78
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schema.twindev.org/dataspace-protocol/TransferStartMessage",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferStartMessage",
4
4
  "description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-start-message",
5
5
  "type": "object",
6
6
  "properties": {
@@ -11,7 +11,7 @@
11
11
  "type": "array",
12
12
  "items": {
13
13
  "type": "string",
14
- "const": "https://w3id.org/dspace/2025/1/context.json"
14
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
15
15
  },
16
16
  "minItems": 1,
17
17
  "maxItems": 1
@@ -22,7 +22,7 @@
22
22
  "prefixItems": [
23
23
  {
24
24
  "type": "string",
25
- "const": "https://w3id.org/dspace/2025/1/context.json"
25
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
26
26
  },
27
27
  {
28
28
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -41,7 +41,7 @@
41
41
  },
42
42
  {
43
43
  "type": "string",
44
- "const": "https://w3id.org/dspace/2025/1/context.json"
44
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
45
45
  }
46
46
  ],
47
47
  "items": {
@@ -64,7 +64,7 @@
64
64
  "description": "MUST refer to the transfer identifier of the Provider side."
65
65
  },
66
66
  "dataAddress": {
67
- "$ref": "https://schema.twindev.org/dataspace-protocol/DataAddress",
67
+ "$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDataAddress",
68
68
  "description": "MUST be provided if the current transfer is a pull transfer and contains a transport-specific endpoint address for obtaining the data."
69
69
  }
70
70
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schema.twindev.org/dataspace-protocol/TransferSuspensionMessage",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferSuspensionMessage",
4
4
  "description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-suspension-message",
5
5
  "type": "object",
6
6
  "properties": {
@@ -11,7 +11,7 @@
11
11
  "type": "array",
12
12
  "items": {
13
13
  "type": "string",
14
- "const": "https://w3id.org/dspace/2025/1/context.json"
14
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
15
15
  },
16
16
  "minItems": 1,
17
17
  "maxItems": 1
@@ -22,7 +22,7 @@
22
22
  "prefixItems": [
23
23
  {
24
24
  "type": "string",
25
- "const": "https://w3id.org/dspace/2025/1/context.json"
25
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
26
26
  },
27
27
  {
28
28
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -41,7 +41,7 @@
41
41
  },
42
42
  {
43
43
  "type": "string",
44
- "const": "https://w3id.org/dspace/2025/1/context.json"
44
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
45
45
  }
46
46
  ],
47
47
  "items": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schema.twindev.org/dataspace-protocol/TransferTerminationMessage",
3
+ "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferTerminationMessage",
4
4
  "description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-termination-message",
5
5
  "type": "object",
6
6
  "properties": {
@@ -11,7 +11,7 @@
11
11
  "type": "array",
12
12
  "items": {
13
13
  "type": "string",
14
- "const": "https://w3id.org/dspace/2025/1/context.json"
14
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
15
15
  },
16
16
  "minItems": 1,
17
17
  "maxItems": 1
@@ -22,7 +22,7 @@
22
22
  "prefixItems": [
23
23
  {
24
24
  "type": "string",
25
- "const": "https://w3id.org/dspace/2025/1/context.json"
25
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
26
26
  },
27
27
  {
28
28
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -41,7 +41,7 @@
41
41
  },
42
42
  {
43
43
  "type": "string",
44
- "const": "https://w3id.org/dspace/2025/1/context.json"
44
+ "const": "https://w3id.org/dspace/2025/1/context.jsonld"
45
45
  }
46
46
  ],
47
47
  "items": {
@@ -1,32 +1,32 @@
1
1
  export * from "./models/dataspaceProtocolContexts.js";
2
2
  export * from "./models/dataspaceProtocolContextType.js";
3
3
  export * from "./dataTypes/dataspaceProtocolDataTypes.js";
4
- export * from "./models/catalog/catalogTypes.js";
5
- export * from "./models/catalog/ICatalogError.js";
6
- export * from "./models/catalog/ICatalogRequestMessage.js";
7
- export * from "./models/catalog/IDatasetRequestMessage.js";
4
+ export * from "./models/catalog/dataspaceProtocolCatalogTypes.js";
5
+ export * from "./models/catalog/IDataspaceProtocolCatalogError.js";
6
+ export * from "./models/catalog/IDataspaceProtocolCatalogRequestMessage.js";
7
+ export * from "./models/catalog/IDataspaceProtocolDatasetRequestMessage.js";
8
8
  export * from "./dataTypes/catalogDataTypes.js";
9
- export * from "./models/contractNegotiation/contractNegotiationTypes.js";
10
- export * from "./models/contractNegotiation/IContractAgreementMessage.js";
11
- export * from "./models/contractNegotiation/IContractAgreementVerificationMessage.js";
12
- export * from "./models/contractNegotiation/IContractNegotiation.js";
13
- export * from "./models/contractNegotiation/IContractNegotiationError.js";
14
- export * from "./models/contractNegotiation/IContractNegotiationEventMessage.js";
15
- export * from "./models/contractNegotiation/IContractNegotiationTerminationMessage.js";
16
- export * from "./models/contractNegotiation/IContractOfferMessage.js";
17
- export * from "./models/contractNegotiation/IContractRequestMessage.js";
18
- export * from "./models/contractNegotiation/types/contractNegotiationEventType.js";
19
- export * from "./models/contractNegotiation/types/contractNegotiationStateType.js";
9
+ export * from "./models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js";
10
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js";
11
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js";
12
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractNegotiation.js";
13
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js";
14
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js";
15
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js";
16
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js";
17
+ export * from "./models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js";
18
+ export * from "./models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js";
19
+ export * from "./models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js";
20
20
  export * from "./dataTypes/contractNegotiationDataTypes.js";
21
- export * from "./models/transferProcess/transferProcessTypes.js";
22
- export * from "./models/transferProcess/IDataAddress.js";
23
- export * from "./models/transferProcess/IEndpointProperty.js";
24
- export * from "./models/transferProcess/ITransferCompletionMessage.js";
25
- export * from "./models/transferProcess/ITransferError.js";
26
- export * from "./models/transferProcess/ITransferProcess.js";
27
- export * from "./models/transferProcess/ITransferRequestMessage.js";
28
- export * from "./models/transferProcess/ITransferStartMessage.js";
29
- export * from "./models/transferProcess/ITransferSuspensionMessage.js";
30
- export * from "./models/transferProcess/ITransferTerminationMessage.js";
31
- export * from "./models/transferProcess/types/transferProcessStateType.js";
21
+ export * from "./models/transferProcess/dataspaceProtocolTransferProcessTypes.js";
22
+ export * from "./models/transferProcess/IDataspaceProtocolDataAddress.js";
23
+ export * from "./models/transferProcess/IDataspaceProtocolEndpointProperty.js";
24
+ export * from "./models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js";
25
+ export * from "./models/transferProcess/IDataspaceProtocolTransferError.js";
26
+ export * from "./models/transferProcess/IDataspaceProtocolTransferProcess.js";
27
+ export * from "./models/transferProcess/IDataspaceProtocolTransferRequestMessage.js";
28
+ export * from "./models/transferProcess/IDataspaceProtocolTransferStartMessage.js";
29
+ export * from "./models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js";
30
+ export * from "./models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js";
31
+ export * from "./models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js";
32
32
  export * from "./dataTypes/transferProcessDataTypes.js";
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { CatalogTypes } from "./catalogTypes.js";
2
+ import type { DataspaceProtocolCatalogTypes } from "./dataspaceProtocolCatalogTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Catalog Error.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#error-catalog-error
6
6
  */
7
- export interface ICatalogError {
7
+ export interface IDataspaceProtocolCatalogError {
8
8
  /**
9
9
  * The JSON-LD context.
10
10
  */
@@ -12,7 +12,7 @@ export interface ICatalogError {
12
12
  /**
13
13
  * The type of the message.
14
14
  */
15
- "@type": typeof CatalogTypes.CatalogError;
15
+ "@type": typeof DataspaceProtocolCatalogTypes.CatalogError;
16
16
  /**
17
17
  * The error code.
18
18
  */
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { CatalogTypes } from "./catalogTypes.js";
2
+ import type { DataspaceProtocolCatalogTypes } from "./dataspaceProtocolCatalogTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Catalog Request Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#catalog-request-message
6
6
  */
7
- export interface ICatalogRequestMessage {
7
+ export interface IDataspaceProtocolCatalogRequestMessage {
8
8
  /**
9
9
  * The JSON-LD context.
10
10
  */
@@ -12,7 +12,7 @@ export interface ICatalogRequestMessage {
12
12
  /**
13
13
  * The type of the message.
14
14
  */
15
- "@type": typeof CatalogTypes.CatalogRequestMessage;
15
+ "@type": typeof DataspaceProtocolCatalogTypes.CatalogRequestMessage;
16
16
  /**
17
17
  * An implementation-specific query or filter expression.
18
18
  */
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { CatalogTypes } from "./catalogTypes.js";
2
+ import type { DataspaceProtocolCatalogTypes } from "./dataspaceProtocolCatalogTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Dataset Request Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#dataset-request-message
6
6
  */
7
- export interface IDatasetRequestMessage {
7
+ export interface IDataspaceProtocolDatasetRequestMessage {
8
8
  /**
9
9
  * The JSON-LD context.
10
10
  */
@@ -12,7 +12,7 @@ export interface IDatasetRequestMessage {
12
12
  /**
13
13
  * The type of the message.
14
14
  */
15
- "@type": typeof CatalogTypes.DatasetRequestMessage;
15
+ "@type": typeof DataspaceProtocolCatalogTypes.DatasetRequestMessage;
16
16
  /**
17
17
  * The identifier of the dataset.
18
18
  */
@@ -2,7 +2,7 @@
2
2
  * The types for Dataspace Protocol Catalog Protocol.
3
3
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#catalog-protocol
4
4
  */
5
- export declare const CatalogTypes: {
5
+ export declare const DataspaceProtocolCatalogTypes: {
6
6
  /**
7
7
  * Catalog Request Message.
8
8
  */
@@ -19,4 +19,4 @@ export declare const CatalogTypes: {
19
19
  /**
20
20
  * The types for Dataspace Protocol Catalog Protocol.
21
21
  */
22
- export type CatalogTypes = (typeof CatalogTypes)[keyof typeof CatalogTypes];
22
+ export type DataspaceProtocolCatalogTypes = (typeof DataspaceProtocolCatalogTypes)[keyof typeof DataspaceProtocolCatalogTypes];
@@ -1,11 +1,11 @@
1
1
  import type { IOdrlAgreement } from "@twin.org/standards-w3c-odrl";
2
- import type { ContractNegotiationTypes } from "./contractNegotiationTypes.js";
2
+ import type { DataspaceProtocolContractNegotiationTypes } from "./dataspaceProtocolContractNegotiationTypes.js";
3
3
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Contract Agreement Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-agreement-message
7
7
  */
8
- export interface IContractAgreementMessage {
8
+ export interface IDataspaceProtocolContractAgreementMessage {
9
9
  /**
10
10
  * The JSON-LD context.
11
11
  */
@@ -13,7 +13,7 @@ export interface IContractAgreementMessage {
13
13
  /**
14
14
  * The type of the message.
15
15
  */
16
- "@type": typeof ContractNegotiationTypes.ContractAgreementMessage;
16
+ "@type": typeof DataspaceProtocolContractNegotiationTypes.ContractAgreementMessage;
17
17
  /**
18
18
  * The provider id for the contract.
19
19
  */
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { ContractNegotiationTypes } from "./contractNegotiationTypes.js";
2
+ import type { DataspaceProtocolContractNegotiationTypes } from "./dataspaceProtocolContractNegotiationTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Contract Agreement Verification Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-agreement-verification-message
6
6
  */
7
- export interface IContractAgreementVerificationMessage {
7
+ export interface IDataspaceProtocolContractAgreementVerificationMessage {
8
8
  /**
9
9
  * The JSON-LD context.
10
10
  */
@@ -12,7 +12,7 @@ export interface IContractAgreementVerificationMessage {
12
12
  /**
13
13
  * The type of the message.
14
14
  */
15
- "@type": typeof ContractNegotiationTypes.ContractAgreementVerificationMessage;
15
+ "@type": typeof DataspaceProtocolContractNegotiationTypes.ContractAgreementVerificationMessage;
16
16
  /**
17
17
  * The provider id for the contract.
18
18
  */
@@ -1,11 +1,11 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { ContractNegotiationTypes } from "./contractNegotiationTypes.js";
3
- import type { ContractNegotiationStateType } from "./types/contractNegotiationStateType.js";
2
+ import type { DataspaceProtocolContractNegotiationTypes } from "./dataspaceProtocolContractNegotiationTypes.js";
3
+ import type { DataspaceProtocolContractNegotiationStateType } from "./types/dataspaceProtocolContractNegotiationStateType.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Contract Agreement Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#ack-contract-negotiation
7
7
  */
8
- export interface IContractNegotiation {
8
+ export interface IDataspaceProtocolContractNegotiation {
9
9
  /**
10
10
  * The JSON-LD context.
11
11
  */
@@ -13,7 +13,7 @@ export interface IContractNegotiation {
13
13
  /**
14
14
  * The type of the message.
15
15
  */
16
- "@type": typeof ContractNegotiationTypes.ContractNegotiation;
16
+ "@type": typeof DataspaceProtocolContractNegotiationTypes.ContractNegotiation;
17
17
  /**
18
18
  * The provider id for the contract.
19
19
  */
@@ -25,5 +25,5 @@ export interface IContractNegotiation {
25
25
  /**
26
26
  * The offer being requested.
27
27
  */
28
- state: ContractNegotiationStateType;
28
+ state: DataspaceProtocolContractNegotiationStateType;
29
29
  }
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { ContractNegotiationTypes } from "./contractNegotiationTypes.js";
2
+ import type { DataspaceProtocolContractNegotiationTypes } from "./dataspaceProtocolContractNegotiationTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Contract Negotiation Error Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#error-contract-negotiation-error
6
6
  */
7
- export interface IContractNegotiationError {
7
+ export interface IDataspaceProtocolContractNegotiationError {
8
8
  /**
9
9
  * The JSON-LD context.
10
10
  */
@@ -12,7 +12,7 @@ export interface IContractNegotiationError {
12
12
  /**
13
13
  * The type of the message.
14
14
  */
15
- "@type": typeof ContractNegotiationTypes.ContractNegotiationError;
15
+ "@type": typeof DataspaceProtocolContractNegotiationTypes.ContractNegotiationError;
16
16
  /**
17
17
  * The provider id for the contract.
18
18
  */