@twin.org/standards-dataspace-protocol 0.0.3-next.5 → 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 (202) 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/dataspaceProtocolContextType.js.map +1 -1
  40. package/dist/es/models/dataspaceProtocolContexts.js +1 -1
  41. package/dist/es/models/dataspaceProtocolContexts.js.map +1 -1
  42. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js +2 -0
  43. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js.map +1 -0
  44. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js +2 -0
  45. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js.map +1 -0
  46. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js +2 -0
  47. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js.map +1 -0
  48. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js +2 -0
  49. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js.map +1 -0
  50. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js +2 -0
  51. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js.map +1 -0
  52. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js +2 -0
  53. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js.map +1 -0
  54. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js +2 -0
  55. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js.map +1 -0
  56. package/dist/es/models/transferProcess/{ITransferSuspensionMessage.js → IDataspaceProtocolTransferSuspensionMessage.js} +1 -1
  57. package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js.map +1 -0
  58. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js +2 -0
  59. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js.map +1 -0
  60. package/dist/es/models/transferProcess/{transferProcessTypes.js → dataspaceProtocolTransferProcessTypes.js} +2 -2
  61. package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js.map +1 -0
  62. package/dist/es/models/transferProcess/types/{transferProcessStateType.js → dataspaceProtocolTransferProcessStateType.js} +2 -2
  63. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js.map +1 -0
  64. package/dist/es/schemas/{CatalogError.json → DataspaceProtocolCatalogError.json} +5 -5
  65. package/dist/es/schemas/{CatalogRequestMessage.json → DataspaceProtocolCatalogRequestMessage.json} +5 -5
  66. package/dist/es/schemas/{ContractAgreementMessage.json → DataspaceProtocolContractAgreementMessage.json} +5 -5
  67. package/dist/es/schemas/{ContractAgreementVerificationMessage.json → DataspaceProtocolContractAgreementVerificationMessage.json} +5 -5
  68. package/dist/es/schemas/{ContractNegotiation.json → DataspaceProtocolContractNegotiation.json} +6 -6
  69. package/dist/es/schemas/{ContractNegotiationError.json → DataspaceProtocolContractNegotiationError.json} +5 -5
  70. package/dist/es/schemas/{ContractNegotiationEventMessage.json → DataspaceProtocolContractNegotiationEventMessage.json} +6 -6
  71. package/dist/es/schemas/{ContractNegotiationEventType.json → DataspaceProtocolContractNegotiationEventType.json} +1 -1
  72. package/dist/es/schemas/{ContractNegotiationStateType.json → DataspaceProtocolContractNegotiationStateType.json} +1 -1
  73. package/dist/es/schemas/{ContractNegotiationTerminationMessage.json → DataspaceProtocolContractNegotiationTerminationMessage.json} +5 -5
  74. package/dist/es/schemas/{ContractOfferMessage.json → DataspaceProtocolContractOfferMessage.json} +5 -5
  75. package/dist/es/schemas/{ContractRequestMessage.json → DataspaceProtocolContractRequestMessage.json} +5 -5
  76. package/dist/es/schemas/{DataAddress.json → DataspaceProtocolDataAddress.json} +2 -2
  77. package/dist/es/schemas/{DatasetRequestMessage.json → DataspaceProtocolDatasetRequestMessage.json} +5 -5
  78. package/dist/es/schemas/{EndpointProperty.json → DataspaceProtocolEndpointProperty.json} +1 -1
  79. package/dist/es/schemas/{TransferCompletionMessage.json → DataspaceProtocolTransferCompletionMessage.json} +5 -5
  80. package/dist/es/schemas/{TransferError.json → DataspaceProtocolTransferError.json} +5 -5
  81. package/dist/es/schemas/{TransferProcess.json → DataspaceProtocolTransferProcess.json} +5 -5
  82. package/dist/es/schemas/{TransferRequestMessage.json → DataspaceProtocolTransferRequestMessage.json} +6 -6
  83. package/dist/es/schemas/{TransferStartMessage.json → DataspaceProtocolTransferStartMessage.json} +6 -6
  84. package/dist/es/schemas/{TransferSuspensionMessage.json → DataspaceProtocolTransferSuspensionMessage.json} +5 -5
  85. package/dist/es/schemas/{TransferTerminationMessage.json → DataspaceProtocolTransferTerminationMessage.json} +5 -5
  86. package/dist/types/index.d.ts +26 -26
  87. package/dist/types/models/catalog/{ICatalogError.d.ts → IDataspaceProtocolCatalogError.d.ts} +3 -3
  88. package/dist/types/models/catalog/{ICatalogRequestMessage.d.ts → IDataspaceProtocolCatalogRequestMessage.d.ts} +3 -3
  89. package/dist/types/models/catalog/{IDatasetRequestMessage.d.ts → IDataspaceProtocolDatasetRequestMessage.d.ts} +3 -3
  90. package/dist/types/models/catalog/{catalogTypes.d.ts → dataspaceProtocolCatalogTypes.d.ts} +2 -2
  91. package/dist/types/models/contractNegotiation/{IContractAgreementMessage.d.ts → IDataspaceProtocolContractAgreementMessage.d.ts} +3 -3
  92. package/dist/types/models/contractNegotiation/{IContractAgreementVerificationMessage.d.ts → IDataspaceProtocolContractAgreementVerificationMessage.d.ts} +3 -3
  93. package/dist/types/models/contractNegotiation/{IContractNegotiation.d.ts → IDataspaceProtocolContractNegotiation.d.ts} +5 -5
  94. package/dist/types/models/contractNegotiation/{IContractNegotiationError.d.ts → IDataspaceProtocolContractNegotiationError.d.ts} +3 -3
  95. package/dist/types/models/contractNegotiation/{IContractNegotiationEventMessage.d.ts → IDataspaceProtocolContractNegotiationEventMessage.d.ts} +5 -5
  96. package/dist/types/models/contractNegotiation/{IContractNegotiationTerminationMessage.d.ts → IDataspaceProtocolContractNegotiationTerminationMessage.d.ts} +3 -3
  97. package/dist/types/models/contractNegotiation/{IContractOfferMessage.d.ts → IDataspaceProtocolContractOfferMessage.d.ts} +3 -3
  98. package/dist/types/models/contractNegotiation/{IContractRequestMessage.d.ts → IDataspaceProtocolContractRequestMessage.d.ts} +3 -3
  99. package/dist/types/models/contractNegotiation/{contractNegotiationTypes.d.ts → dataspaceProtocolContractNegotiationTypes.d.ts} +2 -2
  100. package/dist/types/models/contractNegotiation/types/{contractNegotiationEventType.d.ts → dataspaceProtocolContractNegotiationEventType.d.ts} +2 -2
  101. package/dist/types/models/contractNegotiation/types/{contractNegotiationStateType.d.ts → dataspaceProtocolContractNegotiationStateType.d.ts} +2 -2
  102. package/dist/types/models/dataspaceProtocolContextType.d.ts +1 -1
  103. package/dist/types/models/dataspaceProtocolContexts.d.ts +1 -1
  104. package/dist/types/models/transferProcess/{IDataAddress.d.ts → IDataspaceProtocolDataAddress.d.ts} +5 -5
  105. package/dist/types/models/transferProcess/{IEndpointProperty.d.ts → IDataspaceProtocolEndpointProperty.d.ts} +3 -3
  106. package/dist/types/models/transferProcess/{ITransferCompletionMessage.d.ts → IDataspaceProtocolTransferCompletionMessage.d.ts} +3 -3
  107. package/dist/types/models/transferProcess/{ITransferError.d.ts → IDataspaceProtocolTransferError.d.ts} +3 -3
  108. package/dist/types/models/transferProcess/{ITransferProcess.d.ts → IDataspaceProtocolTransferProcess.d.ts} +5 -5
  109. package/dist/types/models/transferProcess/{ITransferRequestMessage.d.ts → IDataspaceProtocolTransferRequestMessage.d.ts} +5 -5
  110. package/dist/types/models/transferProcess/{ITransferStartMessage.d.ts → IDataspaceProtocolTransferStartMessage.d.ts} +5 -5
  111. package/dist/types/models/transferProcess/{ITransferSuspensionMessage.d.ts → IDataspaceProtocolTransferSuspensionMessage.d.ts} +3 -3
  112. package/dist/types/models/transferProcess/{ITransferTerminationMessage.d.ts → IDataspaceProtocolTransferTerminationMessage.d.ts} +3 -3
  113. package/dist/types/models/transferProcess/{transferProcessTypes.d.ts → dataspaceProtocolTransferProcessTypes.d.ts} +2 -2
  114. package/dist/types/models/transferProcess/types/{transferProcessStateType.d.ts → dataspaceProtocolTransferProcessStateType.d.ts} +2 -2
  115. package/docs/changelog.md +36 -0
  116. package/docs/reference/index.md +32 -32
  117. package/docs/reference/interfaces/{ICatalogError.md → IDataspaceProtocolCatalogError.md} +1 -1
  118. package/docs/reference/interfaces/{ICatalogRequestMessage.md → IDataspaceProtocolCatalogRequestMessage.md} +1 -1
  119. package/docs/reference/interfaces/{IContractAgreementMessage.md → IDataspaceProtocolContractAgreementMessage.md} +1 -1
  120. package/docs/reference/interfaces/{IContractAgreementVerificationMessage.md → IDataspaceProtocolContractAgreementVerificationMessage.md} +1 -1
  121. package/docs/reference/interfaces/{IContractNegotiation.md → IDataspaceProtocolContractNegotiation.md} +2 -2
  122. package/docs/reference/interfaces/{IContractNegotiationError.md → IDataspaceProtocolContractNegotiationError.md} +1 -1
  123. package/docs/reference/interfaces/{IContractNegotiationEventMessage.md → IDataspaceProtocolContractNegotiationEventMessage.md} +2 -2
  124. package/docs/reference/interfaces/{IContractNegotiationTerminationMessage.md → IDataspaceProtocolContractNegotiationTerminationMessage.md} +1 -1
  125. package/docs/reference/interfaces/{IContractOfferMessage.md → IDataspaceProtocolContractOfferMessage.md} +1 -1
  126. package/docs/reference/interfaces/{IContractRequestMessage.md → IDataspaceProtocolContractRequestMessage.md} +1 -1
  127. package/docs/reference/interfaces/{IDataAddress.md → IDataspaceProtocolDataAddress.md} +2 -2
  128. package/docs/reference/interfaces/{IDatasetRequestMessage.md → IDataspaceProtocolDatasetRequestMessage.md} +1 -1
  129. package/docs/reference/interfaces/{IEndpointProperty.md → IDataspaceProtocolEndpointProperty.md} +1 -1
  130. package/docs/reference/interfaces/{ITransferCompletionMessage.md → IDataspaceProtocolTransferCompletionMessage.md} +1 -1
  131. package/docs/reference/interfaces/{ITransferError.md → IDataspaceProtocolTransferError.md} +1 -1
  132. package/docs/reference/interfaces/{ITransferProcess.md → IDataspaceProtocolTransferProcess.md} +1 -1
  133. package/docs/reference/interfaces/{ITransferRequestMessage.md → IDataspaceProtocolTransferRequestMessage.md} +2 -2
  134. package/docs/reference/interfaces/{ITransferStartMessage.md → IDataspaceProtocolTransferStartMessage.md} +2 -2
  135. package/docs/reference/interfaces/{ITransferSuspensionMessage.md → IDataspaceProtocolTransferSuspensionMessage.md} +1 -1
  136. package/docs/reference/interfaces/{ITransferTerminationMessage.md → IDataspaceProtocolTransferTerminationMessage.md} +1 -1
  137. package/docs/reference/type-aliases/DataspaceProtocolCatalogTypes.md +5 -0
  138. package/docs/reference/type-aliases/DataspaceProtocolContextType.md +1 -1
  139. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationEventType.md +5 -0
  140. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationStateType.md +5 -0
  141. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationTypes.md +5 -0
  142. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessStateType.md +5 -0
  143. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessTypes.md +5 -0
  144. package/docs/reference/variables/{CatalogTypes.md → DataspaceProtocolCatalogTypes.md} +2 -2
  145. package/docs/reference/variables/DataspaceProtocolContexts.md +1 -1
  146. package/docs/reference/variables/{ContractNegotiationEventType.md → DataspaceProtocolContractNegotiationEventType.md} +2 -2
  147. package/docs/reference/variables/{ContractNegotiationStateType.md → DataspaceProtocolContractNegotiationStateType.md} +2 -2
  148. package/docs/reference/variables/{ContractNegotiationTypes.md → DataspaceProtocolContractNegotiationTypes.md} +2 -2
  149. package/docs/reference/variables/{TransferProcessStateType.md → DataspaceProtocolTransferProcessStateType.md} +2 -2
  150. package/docs/reference/variables/{TransferProcessTypes.md → DataspaceProtocolTransferProcessTypes.md} +2 -2
  151. package/package.json +3 -3
  152. package/dist/es/models/catalog/ICatalogError.js +0 -2
  153. package/dist/es/models/catalog/ICatalogError.js.map +0 -1
  154. package/dist/es/models/catalog/ICatalogRequestMessage.js +0 -2
  155. package/dist/es/models/catalog/ICatalogRequestMessage.js.map +0 -1
  156. package/dist/es/models/catalog/IDatasetRequestMessage.js +0 -2
  157. package/dist/es/models/catalog/IDatasetRequestMessage.js.map +0 -1
  158. package/dist/es/models/catalog/catalogTypes.js.map +0 -1
  159. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js +0 -2
  160. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js.map +0 -1
  161. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js +0 -2
  162. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js.map +0 -1
  163. package/dist/es/models/contractNegotiation/IContractNegotiation.js +0 -2
  164. package/dist/es/models/contractNegotiation/IContractNegotiation.js.map +0 -1
  165. package/dist/es/models/contractNegotiation/IContractNegotiationError.js +0 -2
  166. package/dist/es/models/contractNegotiation/IContractNegotiationError.js.map +0 -1
  167. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js +0 -2
  168. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js.map +0 -1
  169. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js +0 -2
  170. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js.map +0 -1
  171. package/dist/es/models/contractNegotiation/IContractOfferMessage.js +0 -2
  172. package/dist/es/models/contractNegotiation/IContractOfferMessage.js.map +0 -1
  173. package/dist/es/models/contractNegotiation/IContractRequestMessage.js +0 -2
  174. package/dist/es/models/contractNegotiation/IContractRequestMessage.js.map +0 -1
  175. package/dist/es/models/contractNegotiation/contractNegotiationTypes.js.map +0 -1
  176. package/dist/es/models/contractNegotiation/types/contractNegotiationEventType.js.map +0 -1
  177. package/dist/es/models/contractNegotiation/types/contractNegotiationStateType.js.map +0 -1
  178. package/dist/es/models/transferProcess/IDataAddress.js +0 -2
  179. package/dist/es/models/transferProcess/IDataAddress.js.map +0 -1
  180. package/dist/es/models/transferProcess/IEndpointProperty.js +0 -2
  181. package/dist/es/models/transferProcess/IEndpointProperty.js.map +0 -1
  182. package/dist/es/models/transferProcess/ITransferCompletionMessage.js +0 -2
  183. package/dist/es/models/transferProcess/ITransferCompletionMessage.js.map +0 -1
  184. package/dist/es/models/transferProcess/ITransferError.js +0 -2
  185. package/dist/es/models/transferProcess/ITransferError.js.map +0 -1
  186. package/dist/es/models/transferProcess/ITransferProcess.js +0 -2
  187. package/dist/es/models/transferProcess/ITransferProcess.js.map +0 -1
  188. package/dist/es/models/transferProcess/ITransferRequestMessage.js +0 -2
  189. package/dist/es/models/transferProcess/ITransferRequestMessage.js.map +0 -1
  190. package/dist/es/models/transferProcess/ITransferStartMessage.js +0 -2
  191. package/dist/es/models/transferProcess/ITransferStartMessage.js.map +0 -1
  192. package/dist/es/models/transferProcess/ITransferSuspensionMessage.js.map +0 -1
  193. package/dist/es/models/transferProcess/ITransferTerminationMessage.js +0 -2
  194. package/dist/es/models/transferProcess/ITransferTerminationMessage.js.map +0 -1
  195. package/dist/es/models/transferProcess/transferProcessTypes.js.map +0 -1
  196. package/dist/es/models/transferProcess/types/transferProcessStateType.js.map +0 -1
  197. package/docs/reference/type-aliases/CatalogTypes.md +0 -5
  198. package/docs/reference/type-aliases/ContractNegotiationEventType.md +0 -5
  199. package/docs/reference/type-aliases/ContractNegotiationStateType.md +0 -5
  200. package/docs/reference/type-aliases/ContractNegotiationTypes.md +0 -5
  201. package/docs/reference/type-aliases/TransferProcessStateType.md +0 -5
  202. package/docs/reference/type-aliases/TransferProcessTypes.md +0 -5
@@ -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
  */
@@ -1,11 +1,11 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { ContractNegotiationTypes } from "./contractNegotiationTypes.js";
3
- import type { ContractNegotiationEventType } from "./types/contractNegotiationEventType.js";
2
+ import type { DataspaceProtocolContractNegotiationTypes } from "./dataspaceProtocolContractNegotiationTypes.js";
3
+ import type { DataspaceProtocolContractNegotiationEventType } from "./types/dataspaceProtocolContractNegotiationEventType.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Contract Negotiation Event Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-event-message
7
7
  */
8
- export interface IContractNegotiationEventMessage {
8
+ export interface IDataspaceProtocolContractNegotiationEventMessage {
9
9
  /**
10
10
  * The JSON-LD context.
11
11
  */
@@ -13,7 +13,7 @@ export interface IContractNegotiationEventMessage {
13
13
  /**
14
14
  * The type of the message.
15
15
  */
16
- "@type": typeof ContractNegotiationTypes.ContractNegotiationEventMessage;
16
+ "@type": typeof DataspaceProtocolContractNegotiationTypes.ContractNegotiationEventMessage;
17
17
  /**
18
18
  * The provider id for the contract.
19
19
  */
@@ -25,5 +25,5 @@ export interface IContractNegotiationEventMessage {
25
25
  /**
26
26
  * The event type.
27
27
  */
28
- event: ContractNegotiationEventType;
28
+ event: DataspaceProtocolContractNegotiationEventType;
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 Termination Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-termination-message
6
6
  */
7
- export interface IContractNegotiationTerminationMessage {
7
+ export interface IDataspaceProtocolContractNegotiationTerminationMessage {
8
8
  /**
9
9
  * The JSON-LD context.
10
10
  */
@@ -12,7 +12,7 @@ export interface IContractNegotiationTerminationMessage {
12
12
  /**
13
13
  * The type of the message.
14
14
  */
15
- "@type": typeof ContractNegotiationTypes.ContractNegotiationTerminationMessage;
15
+ "@type": typeof DataspaceProtocolContractNegotiationTypes.ContractNegotiationTerminationMessage;
16
16
  /**
17
17
  * The provider id for the contract.
18
18
  */
@@ -1,11 +1,11 @@
1
1
  import type { IOdrlOffer } from "@twin.org/standards-w3c-odrl";
2
2
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
3
- import type { ContractNegotiationTypes } from "./contractNegotiationTypes.js";
3
+ import type { DataspaceProtocolContractNegotiationTypes } from "./dataspaceProtocolContractNegotiationTypes.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Contract Offer Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-offer-message
7
7
  */
8
- export interface IContractOfferMessage {
8
+ export interface IDataspaceProtocolContractOfferMessage {
9
9
  /**
10
10
  * The JSON-LD context.
11
11
  */
@@ -13,7 +13,7 @@ export interface IContractOfferMessage {
13
13
  /**
14
14
  * The type of the message.
15
15
  */
16
- "@type": typeof ContractNegotiationTypes.ContractOfferMessage;
16
+ "@type": typeof DataspaceProtocolContractNegotiationTypes.ContractOfferMessage;
17
17
  /**
18
18
  * The provider id for the contract.
19
19
  */
@@ -1,11 +1,11 @@
1
1
  import type { IOdrlOffer } from "@twin.org/standards-w3c-odrl";
2
2
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
3
- import type { ContractNegotiationTypes } from "./contractNegotiationTypes.js";
3
+ import type { DataspaceProtocolContractNegotiationTypes } from "./dataspaceProtocolContractNegotiationTypes.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Contract Request Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-request-message
7
7
  */
8
- export interface IContractRequestMessage {
8
+ export interface IDataspaceProtocolContractRequestMessage {
9
9
  /**
10
10
  * The JSON-LD context.
11
11
  */
@@ -13,7 +13,7 @@ export interface IContractRequestMessage {
13
13
  /**
14
14
  * The type of the message.
15
15
  */
16
- "@type": typeof ContractNegotiationTypes.ContractRequestMessage;
16
+ "@type": typeof DataspaceProtocolContractNegotiationTypes.ContractRequestMessage;
17
17
  /**
18
18
  * The provider id for the contract.
19
19
  */
@@ -2,7 +2,7 @@
2
2
  * The types for Dataspace Protocol Contract Negotiation.
3
3
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#message-types-0
4
4
  */
5
- export declare const ContractNegotiationTypes: {
5
+ export declare const DataspaceProtocolContractNegotiationTypes: {
6
6
  /**
7
7
  * Contract Negotiation.
8
8
  */
@@ -47,4 +47,4 @@ export declare const ContractNegotiationTypes: {
47
47
  /**
48
48
  * The types for Dataspace Protocol Contract Negotiation.
49
49
  */
50
- export type ContractNegotiationTypes = (typeof ContractNegotiationTypes)[keyof typeof ContractNegotiationTypes];
50
+ export type DataspaceProtocolContractNegotiationTypes = (typeof DataspaceProtocolContractNegotiationTypes)[keyof typeof DataspaceProtocolContractNegotiationTypes];
@@ -2,7 +2,7 @@
2
2
  * The types for Dataspace Protocol Contract Negotiation Events.
3
3
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-event-message
4
4
  */
5
- export declare const ContractNegotiationEventType: {
5
+ export declare const DataspaceProtocolContractNegotiationEventType: {
6
6
  /**
7
7
  * Accepted.
8
8
  */
@@ -15,4 +15,4 @@ export declare const ContractNegotiationEventType: {
15
15
  /**
16
16
  * The types for Dataspace Protocol Contract Negotiation Events.
17
17
  */
18
- export type ContractNegotiationEventType = (typeof ContractNegotiationEventType)[keyof typeof ContractNegotiationEventType];
18
+ export type DataspaceProtocolContractNegotiationEventType = (typeof DataspaceProtocolContractNegotiationEventType)[keyof typeof DataspaceProtocolContractNegotiationEventType];
@@ -2,7 +2,7 @@
2
2
  * The types for Dataspace Protocol Contract Negotiation States.
3
3
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-states
4
4
  */
5
- export declare const ContractNegotiationStateType: {
5
+ export declare const DataspaceProtocolContractNegotiationStateType: {
6
6
  /**
7
7
  * Requested.
8
8
  */
@@ -35,4 +35,4 @@ export declare const ContractNegotiationStateType: {
35
35
  /**
36
36
  * The types for Dataspace Protocol Contract Negotiation States.
37
37
  */
38
- export type ContractNegotiationStateType = (typeof ContractNegotiationStateType)[keyof typeof ContractNegotiationStateType];
38
+ export type DataspaceProtocolContractNegotiationStateType = (typeof DataspaceProtocolContractNegotiationStateType)[keyof typeof DataspaceProtocolContractNegotiationStateType];
@@ -1,7 +1,7 @@
1
1
  import type { IJsonLdContextDefinitionElement } from "@twin.org/data-json-ld";
2
2
  import type { DataspaceProtocolContexts } from "./dataspaceProtocolContexts.js";
3
3
  /**
4
- * The Dataspace Protocol Protocol JSON-LD context type.
4
+ * The Dataspace Protocol JSON-LD context type.
5
5
  */
6
6
  export type DataspaceProtocolContextType = [typeof DataspaceProtocolContexts.ContextRoot] | [
7
7
  ...IJsonLdContextDefinitionElement[],
@@ -5,7 +5,7 @@ export declare const DataspaceProtocolContexts: {
5
5
  /**
6
6
  * The context root for Dataspace Protocol Protocol.
7
7
  */
8
- readonly ContextRoot: "https://w3id.org/dspace/2025/1/context.json";
8
+ readonly ContextRoot: "https://w3id.org/dspace/2025/1/context.jsonld";
9
9
  /**
10
10
  * The context redirect for Dataspace Protocol Protocol.
11
11
  */
@@ -1,14 +1,14 @@
1
- import type { IEndpointProperty } from "./IEndpointProperty.js";
2
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
1
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
2
+ import type { IDataspaceProtocolEndpointProperty } from "./IDataspaceProtocolEndpointProperty.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Transfer Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types
6
6
  */
7
- export interface IDataAddress {
7
+ export interface IDataspaceProtocolDataAddress {
8
8
  /**
9
9
  * LD Type
10
10
  */
11
- "@type": typeof TransferProcessTypes.DataAddress;
11
+ "@type": typeof DataspaceProtocolTransferProcessTypes.DataAddress;
12
12
  /**
13
13
  * The type of endpoint of this data address.
14
14
  */
@@ -20,5 +20,5 @@ export interface IDataAddress {
20
20
  /**
21
21
  * Properties associated to the endpoint which might depend on the endpoint type.
22
22
  */
23
- endpointProperties?: IEndpointProperty[];
23
+ endpointProperties?: IDataspaceProtocolEndpointProperty[];
24
24
  }
@@ -1,13 +1,13 @@
1
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
1
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
2
2
  /**
3
3
  * Interface for Dataspace Protocol Transfer Messages.
4
4
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types
5
5
  */
6
- export interface IEndpointProperty {
6
+ export interface IDataspaceProtocolEndpointProperty {
7
7
  /**
8
8
  * LD Type.
9
9
  */
10
- "@type": typeof TransferProcessTypes.EndpointProperty;
10
+ "@type": typeof DataspaceProtocolTransferProcessTypes.EndpointProperty;
11
11
  /**
12
12
  * Property name.
13
13
  */
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Transfer Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-completion-message
6
6
  */
7
- export interface ITransferCompletionMessage {
7
+ export interface IDataspaceProtocolTransferCompletionMessage {
8
8
  /**
9
9
  * LD Context
10
10
  */
@@ -12,7 +12,7 @@ export interface ITransferCompletionMessage {
12
12
  /**
13
13
  * LD Type
14
14
  */
15
- "@type": typeof TransferProcessTypes.TransferCompletionMessage;
15
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferCompletionMessage;
16
16
  /**
17
17
  * MUST refer to the transfer identifier of the Consumer side.
18
18
  */
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Transfer Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol#error-transfer-error
6
6
  */
7
- export interface ITransferError {
7
+ export interface IDataspaceProtocolTransferError {
8
8
  /**
9
9
  * LD Context
10
10
  */
@@ -12,7 +12,7 @@ export interface ITransferError {
12
12
  /**
13
13
  * LD Type
14
14
  */
15
- "@type": typeof TransferProcessTypes.TransferError;
15
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferError;
16
16
  /**
17
17
  * MUST refer to the transfer identifier of the Consumer side.
18
18
  */
@@ -1,11 +1,11 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
3
- import type { TransferProcessStateType } from "./types/transferProcessStateType.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
+ import type { DataspaceProtocolTransferProcessStateType } from "./types/dataspaceProtocolTransferProcessStateType.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Transfer Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#ack-transfer-process
7
7
  */
8
- export interface ITransferProcess {
8
+ export interface IDataspaceProtocolTransferProcess {
9
9
  /**
10
10
  * LD Context
11
11
  */
@@ -13,7 +13,7 @@ export interface ITransferProcess {
13
13
  /**
14
14
  * LD Type
15
15
  */
16
- "@type": typeof TransferProcessTypes.TransferProcess;
16
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferProcess;
17
17
  /**
18
18
  * MUST refer to the transfer identifier of the Consumer side.
19
19
  */
@@ -25,5 +25,5 @@ export interface ITransferProcess {
25
25
  /**
26
26
  * The transfer process state.
27
27
  */
28
- state: typeof TransferProcessStateType;
28
+ state: typeof DataspaceProtocolTransferProcessStateType;
29
29
  }
@@ -1,11 +1,11 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { IDataAddress } from "./IDataAddress.js";
3
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
+ import type { IDataspaceProtocolDataAddress } from "./IDataspaceProtocolDataAddress.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Transfer Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-request-message
7
7
  */
8
- export interface ITransferRequestMessage {
8
+ export interface IDataspaceProtocolTransferRequestMessage {
9
9
  /**
10
10
  * LD Context
11
11
  */
@@ -13,7 +13,7 @@ export interface ITransferRequestMessage {
13
13
  /**
14
14
  * LD Type
15
15
  */
16
- "@type": typeof TransferProcessTypes.TransferRequestMessage;
16
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferRequestMessage;
17
17
  /**
18
18
  * MUST refer to an existing Agreement between the Consumer and Provider.
19
19
  */
@@ -35,5 +35,5 @@ export interface ITransferRequestMessage {
35
35
  * If defined MUST contain a transport-specific set of properties for pushing the data.
36
36
  * It MAY include an endpoint, a temporary authorization via the endpointProperties property - depending on the endpointType.
37
37
  */
38
- dataAddress?: IDataAddress;
38
+ dataAddress?: IDataspaceProtocolDataAddress;
39
39
  }
@@ -1,11 +1,11 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { IDataAddress } from "./IDataAddress.js";
3
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
+ import type { IDataspaceProtocolDataAddress } from "./IDataspaceProtocolDataAddress.js";
4
4
  /**
5
5
  * Interface for Dataspace Protocol Transfer Messages.
6
6
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-start-message
7
7
  */
8
- export interface ITransferStartMessage {
8
+ export interface IDataspaceProtocolTransferStartMessage {
9
9
  /**
10
10
  * LD Context
11
11
  */
@@ -13,7 +13,7 @@ export interface ITransferStartMessage {
13
13
  /**
14
14
  * LD Type
15
15
  */
16
- "@type": typeof TransferProcessTypes.TransferStartMessage;
16
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferStartMessage;
17
17
  /**
18
18
  * MUST refer to the transfer identifier of the Consumer side.
19
19
  */
@@ -26,5 +26,5 @@ export interface ITransferStartMessage {
26
26
  * MUST be provided if the current transfer is a pull transfer and
27
27
  * contains a transport-specific endpoint address for obtaining the data.
28
28
  */
29
- dataAddress?: IDataAddress;
29
+ dataAddress?: IDataspaceProtocolDataAddress;
30
30
  }
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Transfer Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-suspension-message
6
6
  */
7
- export interface ITransferSuspensionMessage {
7
+ export interface IDataspaceProtocolTransferSuspensionMessage {
8
8
  /**
9
9
  * LD Context
10
10
  */
@@ -12,7 +12,7 @@ export interface ITransferSuspensionMessage {
12
12
  /**
13
13
  * LD Type
14
14
  */
15
- "@type": typeof TransferProcessTypes.TransferSuspensionMessage;
15
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferSuspensionMessage;
16
16
  /**
17
17
  * MUST refer to the transfer identifier of the Consumer side.
18
18
  */
@@ -1,10 +1,10 @@
1
1
  import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
2
- import type { TransferProcessTypes } from "./transferProcessTypes.js";
2
+ import type { DataspaceProtocolTransferProcessTypes } from "./dataspaceProtocolTransferProcessTypes.js";
3
3
  /**
4
4
  * Interface for Dataspace Protocol Transfer Messages.
5
5
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-termination-message
6
6
  */
7
- export interface ITransferTerminationMessage {
7
+ export interface IDataspaceProtocolTransferTerminationMessage {
8
8
  /**
9
9
  * LD Context
10
10
  */
@@ -12,7 +12,7 @@ export interface ITransferTerminationMessage {
12
12
  /**
13
13
  * LD Type
14
14
  */
15
- "@type": typeof TransferProcessTypes.TransferTerminationMessage;
15
+ "@type": typeof DataspaceProtocolTransferProcessTypes.TransferTerminationMessage;
16
16
  /**
17
17
  * MUST refer to the transfer identifier of the Consumer side.
18
18
  */
@@ -2,7 +2,7 @@
2
2
  * The types for Dataspace Protocol Transfer Process.
3
3
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#message-types-1
4
4
  */
5
- export declare const TransferProcessTypes: {
5
+ export declare const DataspaceProtocolTransferProcessTypes: {
6
6
  /**
7
7
  * Transfer Request Message.
8
8
  */
@@ -43,4 +43,4 @@ export declare const TransferProcessTypes: {
43
43
  /**
44
44
  * The types for Dataspace Protocol Transfer.
45
45
  */
46
- export type TransferProcessTypes = (typeof TransferProcessTypes)[keyof typeof TransferProcessTypes];
46
+ export type DataspaceProtocolTransferProcessTypes = (typeof DataspaceProtocolTransferProcessTypes)[keyof typeof DataspaceProtocolTransferProcessTypes];
@@ -2,7 +2,7 @@
2
2
  * The states for Dataspace Protocol Transfer Process.
3
3
  * https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#ack-transfer-process
4
4
  */
5
- export declare const TransferProcessStateType: {
5
+ export declare const DataspaceProtocolTransferProcessStateType: {
6
6
  /**
7
7
  * Completed
8
8
  */
@@ -27,4 +27,4 @@ export declare const TransferProcessStateType: {
27
27
  /**
28
28
  * The types for Dataspace Protocol Transfer.
29
29
  */
30
- export type TransferProcessStateType = (typeof TransferProcessStateType)[keyof typeof TransferProcessStateType];
30
+ export type DataspaceProtocolTransferProcessStateType = (typeof DataspaceProtocolTransferProcessStateType)[keyof typeof DataspaceProtocolTransferProcessStateType];
package/docs/changelog.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.7](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.6...standards-dataspace-protocol-v0.0.3-next.7) (2026-01-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/twinfoundation/standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
14
+ * DS Protocol LDContext ([931679d](https://github.com/twinfoundation/standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.6 to 0.0.3-next.7
22
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.6 to 0.0.3-next.7
23
+
24
+ ## [0.0.3-next.6](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.5...standards-dataspace-protocol-v0.0.3-next.6) (2025-12-03)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * context doc name ([e994ebc](https://github.com/twinfoundation/standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * The following workspace dependencies were updated
35
+ * dependencies
36
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.5 to 0.0.3-next.6
37
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.5 to 0.0.3-next.6
38
+
3
39
  ## [0.0.3-next.5](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.4...standards-dataspace-protocol-v0.0.3-next.5) (2025-11-28)
4
40
 
5
41