@twin.org/standards-dataspace-protocol 0.0.3-next.2 → 0.0.3-next.20

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 (223) hide show
  1. package/dist/es/dataTypes/catalogDataTypes.js +44 -0
  2. package/dist/es/dataTypes/catalogDataTypes.js.map +1 -0
  3. package/dist/es/dataTypes/contractNegotiationDataTypes.js +59 -71
  4. package/dist/es/dataTypes/contractNegotiationDataTypes.js.map +1 -1
  5. package/dist/es/dataTypes/dataspaceProtocolDataTypes.js +30 -0
  6. package/dist/es/dataTypes/dataspaceProtocolDataTypes.js.map +1 -0
  7. package/dist/es/dataTypes/transferProcessDataTypes.js +64 -0
  8. package/dist/es/dataTypes/transferProcessDataTypes.js.map +1 -0
  9. package/dist/es/index.js +40 -14
  10. package/dist/es/index.js.map +1 -1
  11. package/dist/es/models/catalog/IDataspaceProtocolCatalog.js +2 -0
  12. package/dist/es/models/catalog/IDataspaceProtocolCatalog.js.map +1 -0
  13. package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js +2 -0
  14. package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js.map +1 -0
  15. package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js +2 -0
  16. package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js.map +1 -0
  17. package/dist/es/models/catalog/IDataspaceProtocolDataService.js +2 -0
  18. package/dist/es/models/catalog/IDataspaceProtocolDataService.js.map +1 -0
  19. package/dist/es/models/catalog/IDataspaceProtocolDataset.js +2 -0
  20. package/dist/es/models/catalog/IDataspaceProtocolDataset.js.map +1 -0
  21. package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js +2 -0
  22. package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js.map +1 -0
  23. package/dist/es/models/catalog/IDataspaceProtocolDistribution.js +2 -0
  24. package/dist/es/models/catalog/IDataspaceProtocolDistribution.js.map +1 -0
  25. package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js +38 -0
  26. package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js.map +1 -0
  27. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js +2 -0
  28. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js.map +1 -0
  29. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js +2 -0
  30. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js.map +1 -0
  31. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js +2 -0
  32. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js.map +1 -0
  33. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js +2 -0
  34. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js.map +1 -0
  35. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js +2 -0
  36. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js.map +1 -0
  37. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js +2 -0
  38. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js.map +1 -0
  39. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js +2 -0
  40. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js.map +1 -0
  41. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js +2 -0
  42. package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js.map +1 -0
  43. package/dist/es/models/contractNegotiation/{contractNegotiationTypes.js → dataspaceProtocolContractNegotiationTypes.js} +3 -3
  44. package/dist/es/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js.map +1 -0
  45. package/dist/es/models/contractNegotiation/types/{contractNegotiationEventType.js → dataspaceProtocolContractNegotiationEventType.js} +3 -3
  46. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js.map +1 -0
  47. package/dist/es/models/contractNegotiation/types/{contractNegotiationStateType.js → dataspaceProtocolContractNegotiationStateType.js} +3 -3
  48. package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js.map +1 -0
  49. package/dist/es/models/dataspaceProtocolContextType.js +2 -0
  50. package/dist/es/models/dataspaceProtocolContextType.js.map +1 -0
  51. package/dist/es/models/dataspaceProtocolContexts.js +21 -0
  52. package/dist/es/models/dataspaceProtocolContexts.js.map +1 -0
  53. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js +2 -0
  54. package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js.map +1 -0
  55. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js +2 -0
  56. package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js.map +1 -0
  57. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js +2 -0
  58. package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js.map +1 -0
  59. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js +2 -0
  60. package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js.map +1 -0
  61. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js +2 -0
  62. package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js.map +1 -0
  63. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js +2 -0
  64. package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js.map +1 -0
  65. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js +2 -0
  66. package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js.map +1 -0
  67. package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js +4 -0
  68. package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js.map +1 -0
  69. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js +2 -0
  70. package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js.map +1 -0
  71. package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js +46 -0
  72. package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js.map +1 -0
  73. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js +30 -0
  74. package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js.map +1 -0
  75. package/dist/es/schemas/DataspaceProtocolCatalog.json +11 -0
  76. package/dist/es/schemas/DataspaceProtocolCatalogError.json +78 -0
  77. package/dist/es/schemas/DataspaceProtocolCatalogRequestMessage.json +73 -0
  78. package/dist/es/schemas/{ContractAgreementMessage.json → DataspaceProtocolContractAgreementMessage.json} +14 -5
  79. package/dist/es/schemas/{ContractAgreementVerificationMessage.json → DataspaceProtocolContractAgreementVerificationMessage.json} +14 -5
  80. package/dist/es/schemas/{ContractNegotiation.json → DataspaceProtocolContractNegotiation.json} +15 -6
  81. package/dist/es/schemas/{ContractNegotiationError.json → DataspaceProtocolContractNegotiationError.json} +15 -39
  82. package/dist/es/schemas/{ContractNegotiationEventMessage.json → DataspaceProtocolContractNegotiationEventMessage.json} +15 -6
  83. package/dist/es/schemas/{ContractNegotiationEventType.json → DataspaceProtocolContractNegotiationEventType.json} +1 -1
  84. package/dist/es/schemas/{ContractNegotiationStateType.json → DataspaceProtocolContractNegotiationStateType.json} +1 -1
  85. package/dist/es/schemas/{ContractNegotiationTerminationMessage.json → DataspaceProtocolContractNegotiationTerminationMessage.json} +14 -5
  86. package/dist/es/schemas/{ContractOfferMessage.json → DataspaceProtocolContractOfferMessage.json} +14 -5
  87. package/dist/es/schemas/{ContractRequestMessage.json → DataspaceProtocolContractRequestMessage.json} +14 -5
  88. package/dist/es/schemas/DataspaceProtocolDataAddress.json +33 -0
  89. package/dist/es/schemas/DataspaceProtocolDataset.json +11 -0
  90. package/dist/es/schemas/DataspaceProtocolDatasetRequestMessage.json +73 -0
  91. package/dist/es/schemas/DataspaceProtocolEndpointProperty.json +27 -0
  92. package/dist/es/schemas/DataspaceProtocolTransferCompletionMessage.json +78 -0
  93. package/dist/es/schemas/DataspaceProtocolTransferError.json +87 -0
  94. package/dist/es/schemas/DataspaceProtocolTransferProcess.json +83 -0
  95. package/dist/es/schemas/DataspaceProtocolTransferRequestMessage.json +92 -0
  96. package/dist/es/schemas/DataspaceProtocolTransferStartMessage.json +82 -0
  97. package/dist/es/schemas/DataspaceProtocolTransferSuspensionMessage.json +87 -0
  98. package/dist/es/schemas/DataspaceProtocolTransferTerminationMessage.json +87 -0
  99. package/dist/es/schemas-src/DataspaceProtocolDataService.json +11 -0
  100. package/dist/es/schemas-src/DataspaceProtocolDistribution.json +11 -0
  101. package/dist/es/utils/dataspaceProtocolHelper.js +110 -0
  102. package/dist/es/utils/dataspaceProtocolHelper.js.map +1 -0
  103. package/dist/types/dataTypes/catalogDataTypes.d.ts +9 -0
  104. package/dist/types/dataTypes/contractNegotiationDataTypes.d.ts +1 -5
  105. package/dist/types/dataTypes/dataspaceProtocolDataTypes.d.ts +13 -0
  106. package/dist/types/dataTypes/transferProcessDataTypes.d.ts +9 -0
  107. package/dist/types/index.d.ts +36 -13
  108. package/dist/types/models/catalog/IDataspaceProtocolCatalog.d.ts +63 -0
  109. package/dist/types/models/catalog/IDataspaceProtocolCatalogError.d.ts +24 -0
  110. package/dist/types/models/catalog/IDataspaceProtocolCatalogRequestMessage.d.ts +20 -0
  111. package/dist/types/models/catalog/IDataspaceProtocolDataService.d.ts +49 -0
  112. package/dist/types/models/catalog/IDataspaceProtocolDataset.d.ts +66 -0
  113. package/dist/types/models/catalog/IDataspaceProtocolDatasetRequestMessage.d.ts +20 -0
  114. package/dist/types/models/catalog/IDataspaceProtocolDistribution.d.ts +70 -0
  115. package/dist/types/models/catalog/dataspaceProtocolCatalogTypes.d.ts +38 -0
  116. package/dist/types/models/contractNegotiation/{IContractAgreementMessage.d.ts → IDataspaceProtocolContractAgreementMessage.d.ts} +5 -5
  117. package/dist/types/models/contractNegotiation/{IContractAgreementVerificationMessage.d.ts → IDataspaceProtocolContractAgreementVerificationMessage.d.ts} +5 -5
  118. package/dist/types/models/contractNegotiation/IDataspaceProtocolContractNegotiation.d.ts +29 -0
  119. package/dist/types/models/contractNegotiation/{IContractNegotiationError.d.ts → IDataspaceProtocolContractNegotiationError.d.ts} +6 -16
  120. package/dist/types/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.d.ts +29 -0
  121. package/dist/types/models/contractNegotiation/{IContractNegotiationTerminationMessage.d.ts → IDataspaceProtocolContractNegotiationTerminationMessage.d.ts} +5 -5
  122. package/dist/types/models/contractNegotiation/{IContractOfferMessage.d.ts → IDataspaceProtocolContractOfferMessage.d.ts} +5 -5
  123. package/dist/types/models/contractNegotiation/{IContractRequestMessage.d.ts → IDataspaceProtocolContractRequestMessage.d.ts} +5 -5
  124. package/dist/types/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.d.ts +50 -0
  125. package/dist/types/models/contractNegotiation/types/{contractNegotiationEventType.d.ts → dataspaceProtocolContractNegotiationEventType.d.ts} +2 -2
  126. package/dist/types/models/contractNegotiation/types/{contractNegotiationStateType.d.ts → dataspaceProtocolContractNegotiationStateType.d.ts} +2 -2
  127. package/dist/types/models/dataspaceProtocolContextType.d.ts +14 -0
  128. package/dist/types/models/dataspaceProtocolContexts.d.ts +21 -0
  129. package/dist/types/models/transferProcess/IDataspaceProtocolDataAddress.d.ts +24 -0
  130. package/dist/types/models/transferProcess/IDataspaceProtocolEndpointProperty.d.ts +19 -0
  131. package/dist/types/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.d.ts +24 -0
  132. package/dist/types/models/transferProcess/IDataspaceProtocolTransferError.d.ts +32 -0
  133. package/dist/types/models/transferProcess/IDataspaceProtocolTransferProcess.d.ts +29 -0
  134. package/dist/types/models/transferProcess/IDataspaceProtocolTransferRequestMessage.d.ts +39 -0
  135. package/dist/types/models/transferProcess/IDataspaceProtocolTransferStartMessage.d.ts +30 -0
  136. package/dist/types/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.d.ts +32 -0
  137. package/dist/types/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.d.ts +32 -0
  138. package/dist/types/models/transferProcess/dataspaceProtocolTransferProcessTypes.d.ts +46 -0
  139. package/dist/types/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.d.ts +30 -0
  140. package/dist/types/utils/dataspaceProtocolHelper.d.ts +20 -0
  141. package/docs/changelog.md +314 -0
  142. package/docs/reference/classes/CatalogDataTypes.md +25 -0
  143. package/docs/reference/classes/ContractNegotiationDataTypes.md +1 -13
  144. package/docs/reference/classes/DataspaceProtocolDataTypes.md +37 -0
  145. package/docs/reference/classes/DataspaceProtocolHelper.md +63 -0
  146. package/docs/reference/classes/TransferProcessDataTypes.md +25 -0
  147. package/docs/reference/index.md +43 -17
  148. package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +96 -0
  149. package/docs/reference/interfaces/IDataspaceProtocolCatalogError.md +36 -0
  150. package/docs/reference/interfaces/IDataspaceProtocolCatalogRequestMessage.md +28 -0
  151. package/docs/reference/interfaces/{IContractAgreementMessage.md → IDataspaceProtocolContractAgreementMessage.md} +3 -3
  152. package/docs/reference/interfaces/{IContractAgreementVerificationMessage.md → IDataspaceProtocolContractAgreementVerificationMessage.md} +3 -3
  153. package/docs/reference/interfaces/{IContractNegotiation.md → IDataspaceProtocolContractNegotiation.md} +4 -4
  154. package/docs/reference/interfaces/{IContractNegotiationError.md → IDataspaceProtocolContractNegotiationError.md} +4 -28
  155. package/docs/reference/interfaces/{IContractNegotiationEventMessage.md → IDataspaceProtocolContractNegotiationEventMessage.md} +4 -4
  156. package/docs/reference/interfaces/{IContractNegotiationTerminationMessage.md → IDataspaceProtocolContractNegotiationTerminationMessage.md} +3 -3
  157. package/docs/reference/interfaces/{IContractOfferMessage.md → IDataspaceProtocolContractOfferMessage.md} +3 -3
  158. package/docs/reference/interfaces/{IContractRequestMessage.md → IDataspaceProtocolContractRequestMessage.md} +3 -3
  159. package/docs/reference/interfaces/IDataspaceProtocolDataAddress.md +36 -0
  160. package/docs/reference/interfaces/IDataspaceProtocolDataService.md +72 -0
  161. package/docs/reference/interfaces/IDataspaceProtocolDataset.md +90 -0
  162. package/docs/reference/interfaces/IDataspaceProtocolDatasetRequestMessage.md +28 -0
  163. package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +98 -0
  164. package/docs/reference/interfaces/IDataspaceProtocolEndpointProperty.md +28 -0
  165. package/docs/reference/interfaces/IDataspaceProtocolTransferCompletionMessage.md +36 -0
  166. package/docs/reference/interfaces/IDataspaceProtocolTransferError.md +52 -0
  167. package/docs/reference/interfaces/IDataspaceProtocolTransferProcess.md +44 -0
  168. package/docs/reference/interfaces/IDataspaceProtocolTransferRequestMessage.md +62 -0
  169. package/docs/reference/interfaces/IDataspaceProtocolTransferStartMessage.md +45 -0
  170. package/docs/reference/interfaces/IDataspaceProtocolTransferSuspensionMessage.md +52 -0
  171. package/docs/reference/interfaces/IDataspaceProtocolTransferTerminationMessage.md +52 -0
  172. package/docs/reference/type-aliases/DataspaceProtocolCatalogTypes.md +5 -0
  173. package/docs/reference/type-aliases/DataspaceProtocolContextType.md +5 -0
  174. package/docs/reference/type-aliases/DataspaceProtocolContexts.md +5 -0
  175. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationEventType.md +5 -0
  176. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationStateType.md +5 -0
  177. package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationTypes.md +5 -0
  178. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessStateType.md +5 -0
  179. package/docs/reference/type-aliases/DataspaceProtocolTransferProcessTypes.md +5 -0
  180. package/docs/reference/variables/DataspaceProtocolCatalogTypes.md +50 -0
  181. package/docs/reference/variables/DataspaceProtocolContexts.md +25 -0
  182. package/docs/reference/variables/{ContractNegotiationEventType.md → DataspaceProtocolContractNegotiationEventType.md} +2 -2
  183. package/docs/reference/variables/{ContractNegotiationStateType.md → DataspaceProtocolContractNegotiationStateType.md} +2 -2
  184. package/docs/reference/variables/DataspaceProtocolContractNegotiationTypes.md +68 -0
  185. package/docs/reference/variables/DataspaceProtocolTransferProcessStateType.md +38 -0
  186. package/docs/reference/variables/DataspaceProtocolTransferProcessTypes.md +62 -0
  187. package/locales/en.json +7 -1
  188. package/package.json +3 -2
  189. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js +0 -2
  190. package/dist/es/models/contractNegotiation/IContractAgreementMessage.js.map +0 -1
  191. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js +0 -2
  192. package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js.map +0 -1
  193. package/dist/es/models/contractNegotiation/IContractNegotiation.js +0 -2
  194. package/dist/es/models/contractNegotiation/IContractNegotiation.js.map +0 -1
  195. package/dist/es/models/contractNegotiation/IContractNegotiationError.js +0 -2
  196. package/dist/es/models/contractNegotiation/IContractNegotiationError.js.map +0 -1
  197. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js +0 -2
  198. package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js.map +0 -1
  199. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js +0 -2
  200. package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js.map +0 -1
  201. package/dist/es/models/contractNegotiation/IContractOfferMessage.js +0 -2
  202. package/dist/es/models/contractNegotiation/IContractOfferMessage.js.map +0 -1
  203. package/dist/es/models/contractNegotiation/IContractRequestMessage.js +0 -2
  204. package/dist/es/models/contractNegotiation/IContractRequestMessage.js.map +0 -1
  205. package/dist/es/models/contractNegotiation/contractNegotiationContextType.js +0 -2
  206. package/dist/es/models/contractNegotiation/contractNegotiationContextType.js.map +0 -1
  207. package/dist/es/models/contractNegotiation/contractNegotiationContexts.js +0 -17
  208. package/dist/es/models/contractNegotiation/contractNegotiationContexts.js.map +0 -1
  209. package/dist/es/models/contractNegotiation/contractNegotiationTypes.js.map +0 -1
  210. package/dist/es/models/contractNegotiation/types/contractNegotiationEventType.js.map +0 -1
  211. package/dist/es/models/contractNegotiation/types/contractNegotiationStateType.js.map +0 -1
  212. package/dist/types/models/contractNegotiation/IContractNegotiation.d.ts +0 -29
  213. package/dist/types/models/contractNegotiation/IContractNegotiationEventMessage.d.ts +0 -29
  214. package/dist/types/models/contractNegotiation/contractNegotiationContextType.d.ts +0 -14
  215. package/dist/types/models/contractNegotiation/contractNegotiationContexts.d.ts +0 -17
  216. package/dist/types/models/contractNegotiation/contractNegotiationTypes.d.ts +0 -50
  217. package/docs/reference/type-aliases/ContractNegotiationContextType.md +0 -5
  218. package/docs/reference/type-aliases/ContractNegotiationContexts.md +0 -5
  219. package/docs/reference/type-aliases/ContractNegotiationEventType.md +0 -5
  220. package/docs/reference/type-aliases/ContractNegotiationStateType.md +0 -5
  221. package/docs/reference/type-aliases/ContractNegotiationTypes.md +0 -5
  222. package/docs/reference/variables/ContractNegotiationContexts.md +0 -19
  223. package/docs/reference/variables/ContractNegotiationTypes.md +0 -68
@@ -0,0 +1,36 @@
1
+ # Interface: IDataspaceProtocolTransferCompletionMessage
2
+
3
+ Interface for Dataspace Protocol Transfer Messages.
4
+ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-completion-message
5
+
6
+ ## Properties
7
+
8
+ ### @context
9
+
10
+ > **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
11
+
12
+ LD Context
13
+
14
+ ***
15
+
16
+ ### @type
17
+
18
+ > **@type**: `"TransferCompletionMessage"`
19
+
20
+ LD Type
21
+
22
+ ***
23
+
24
+ ### consumerPid
25
+
26
+ > **consumerPid**: `string`
27
+
28
+ MUST refer to the transfer identifier of the Consumer side.
29
+
30
+ ***
31
+
32
+ ### providerPid
33
+
34
+ > **providerPid**: `string`
35
+
36
+ MUST refer to the transfer identifier of the Provider side.
@@ -0,0 +1,52 @@
1
+ # Interface: IDataspaceProtocolTransferError
2
+
3
+ Interface for Dataspace Protocol Transfer Messages.
4
+ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol#error-transfer-error
5
+
6
+ ## Properties
7
+
8
+ ### @context
9
+
10
+ > **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
11
+
12
+ LD Context
13
+
14
+ ***
15
+
16
+ ### @type
17
+
18
+ > **@type**: `"TransferError"`
19
+
20
+ LD Type
21
+
22
+ ***
23
+
24
+ ### consumerPid
25
+
26
+ > **consumerPid**: `string`
27
+
28
+ MUST refer to the transfer identifier of the Consumer side.
29
+
30
+ ***
31
+
32
+ ### providerPid
33
+
34
+ > **providerPid**: `string`
35
+
36
+ MUST refer to the transfer identifier of the Provider side.
37
+
38
+ ***
39
+
40
+ ### code?
41
+
42
+ > `optional` **code**: `string`
43
+
44
+ The error code.
45
+
46
+ ***
47
+
48
+ ### reason?
49
+
50
+ > `optional` **reason**: `any`[]
51
+
52
+ The error reason(s).
@@ -0,0 +1,44 @@
1
+ # Interface: IDataspaceProtocolTransferProcess
2
+
3
+ Interface for Dataspace Protocol Transfer Messages.
4
+ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#ack-transfer-process
5
+
6
+ ## Properties
7
+
8
+ ### @context
9
+
10
+ > **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
11
+
12
+ LD Context
13
+
14
+ ***
15
+
16
+ ### @type
17
+
18
+ > **@type**: `"TransferProcess"`
19
+
20
+ LD Type
21
+
22
+ ***
23
+
24
+ ### consumerPid
25
+
26
+ > **consumerPid**: `string`
27
+
28
+ MUST refer to the transfer identifier of the Consumer side.
29
+
30
+ ***
31
+
32
+ ### providerPid
33
+
34
+ > **providerPid**: `string`
35
+
36
+ MUST refer to the transfer identifier of the Provider side.
37
+
38
+ ***
39
+
40
+ ### state
41
+
42
+ > **state**: [`DataspaceProtocolTransferProcessStateType`](../type-aliases/DataspaceProtocolTransferProcessStateType.md)
43
+
44
+ The transfer process state.
@@ -0,0 +1,62 @@
1
+ # Interface: IDataspaceProtocolTransferRequestMessage
2
+
3
+ Interface for Dataspace Protocol Transfer Messages.
4
+ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-request-message
5
+
6
+ ## Properties
7
+
8
+ ### @context
9
+
10
+ > **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
11
+
12
+ LD Context
13
+
14
+ ***
15
+
16
+ ### @type
17
+
18
+ > **@type**: `"TransferRequestMessage"`
19
+
20
+ LD Type
21
+
22
+ ***
23
+
24
+ ### agreementId
25
+
26
+ > **agreementId**: `string`
27
+
28
+ MUST refer to an existing Agreement between the Consumer and Provider.
29
+
30
+ ***
31
+
32
+ ### callbackAddress
33
+
34
+ > **callbackAddress**: `string`
35
+
36
+ MUST be a URI indicating where messages to the Consumer SHOULD be sent.
37
+
38
+ ***
39
+
40
+ ### consumerPid
41
+
42
+ > **consumerPid**: `string`
43
+
44
+ MUST refer to the transfer identifier of the Consumer side.
45
+
46
+ ***
47
+
48
+ ### format
49
+
50
+ > **format**: `string`
51
+
52
+ The format property is a format specified by a Distribution for the Dataset associated with the Agreement.
53
+ This is generally obtained from the Provider's Catalog.
54
+
55
+ ***
56
+
57
+ ### dataAddress?
58
+
59
+ > `optional` **dataAddress**: [`IDataspaceProtocolDataAddress`](IDataspaceProtocolDataAddress.md)
60
+
61
+ If defined MUST contain a transport-specific set of properties for pushing the data.
62
+ It MAY include an endpoint, a temporary authorization via the endpointProperties property - depending on the endpointType.
@@ -0,0 +1,45 @@
1
+ # Interface: IDataspaceProtocolTransferStartMessage
2
+
3
+ Interface for Dataspace Protocol Transfer Messages.
4
+ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-start-message
5
+
6
+ ## Properties
7
+
8
+ ### @context
9
+
10
+ > **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
11
+
12
+ LD Context
13
+
14
+ ***
15
+
16
+ ### @type
17
+
18
+ > **@type**: `"TransferStartMessage"`
19
+
20
+ LD Type
21
+
22
+ ***
23
+
24
+ ### consumerPid
25
+
26
+ > **consumerPid**: `string`
27
+
28
+ MUST refer to the transfer identifier of the Consumer side.
29
+
30
+ ***
31
+
32
+ ### providerPid
33
+
34
+ > **providerPid**: `string`
35
+
36
+ MUST refer to the transfer identifier of the Provider side.
37
+
38
+ ***
39
+
40
+ ### dataAddress?
41
+
42
+ > `optional` **dataAddress**: [`IDataspaceProtocolDataAddress`](IDataspaceProtocolDataAddress.md)
43
+
44
+ MUST be provided if the current transfer is a pull transfer and
45
+ contains a transport-specific endpoint address for obtaining the data.
@@ -0,0 +1,52 @@
1
+ # Interface: IDataspaceProtocolTransferSuspensionMessage
2
+
3
+ Interface for Dataspace Protocol Transfer Messages.
4
+ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-suspension-message
5
+
6
+ ## Properties
7
+
8
+ ### @context
9
+
10
+ > **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
11
+
12
+ LD Context
13
+
14
+ ***
15
+
16
+ ### @type
17
+
18
+ > **@type**: `"TransferSuspensionMessage"`
19
+
20
+ LD Type
21
+
22
+ ***
23
+
24
+ ### consumerPid
25
+
26
+ > **consumerPid**: `string`
27
+
28
+ MUST refer to the transfer identifier of the Consumer side.
29
+
30
+ ***
31
+
32
+ ### providerPid
33
+
34
+ > **providerPid**: `string`
35
+
36
+ MUST refer to the transfer identifier of the Provider side.
37
+
38
+ ***
39
+
40
+ ### code?
41
+
42
+ > `optional` **code**: `string`
43
+
44
+ The suspension code.
45
+
46
+ ***
47
+
48
+ ### reason?
49
+
50
+ > `optional` **reason**: `any`[]
51
+
52
+ The suspension reason(s).
@@ -0,0 +1,52 @@
1
+ # Interface: IDataspaceProtocolTransferTerminationMessage
2
+
3
+ Interface for Dataspace Protocol Transfer Messages.
4
+ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-termination-message
5
+
6
+ ## Properties
7
+
8
+ ### @context
9
+
10
+ > **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
11
+
12
+ LD Context
13
+
14
+ ***
15
+
16
+ ### @type
17
+
18
+ > **@type**: `"TransferTerminationMessage"`
19
+
20
+ LD Type
21
+
22
+ ***
23
+
24
+ ### consumerPid
25
+
26
+ > **consumerPid**: `string`
27
+
28
+ MUST refer to the transfer identifier of the Consumer side.
29
+
30
+ ***
31
+
32
+ ### providerPid
33
+
34
+ > **providerPid**: `string`
35
+
36
+ MUST refer to the transfer identifier of the Provider side.
37
+
38
+ ***
39
+
40
+ ### code?
41
+
42
+ > `optional` **code**: `string`
43
+
44
+ The termination code.
45
+
46
+ ***
47
+
48
+ ### reason?
49
+
50
+ > `optional` **reason**: `any`[]
51
+
52
+ The termination reason(s).
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolCatalogTypes
2
+
3
+ > **DataspaceProtocolCatalogTypes** = *typeof* [`DataspaceProtocolCatalogTypes`](../variables/DataspaceProtocolCatalogTypes.md)\[keyof *typeof* [`DataspaceProtocolCatalogTypes`](../variables/DataspaceProtocolCatalogTypes.md)\]
4
+
5
+ The types for Dataspace Protocol Catalog Protocol.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolContextType
2
+
3
+ > **DataspaceProtocolContextType** = *typeof* [`Context`](../variables/DataspaceProtocolContexts.md#context) \| \[*typeof* [`Context`](../variables/DataspaceProtocolContexts.md#context)\] \| \[`...IJsonLdContextDefinitionElement[]`, *typeof* [`Context`](../variables/DataspaceProtocolContexts.md#context), `IJsonLdContextDefinitionElement`\] \| \[`IJsonLdContextDefinitionElement`, *typeof* [`Context`](../variables/DataspaceProtocolContexts.md#context), `...IJsonLdContextDefinitionElement[]`\]
4
+
5
+ The Dataspace Protocol JSON-LD context type.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolContexts
2
+
3
+ > **DataspaceProtocolContexts** = *typeof* [`DataspaceProtocolContexts`](../variables/DataspaceProtocolContexts.md)\[keyof *typeof* [`DataspaceProtocolContexts`](../variables/DataspaceProtocolContexts.md)\]
4
+
5
+ The contexts for Dataspace Protocol Protocol.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolContractNegotiationEventType
2
+
3
+ > **DataspaceProtocolContractNegotiationEventType** = *typeof* [`DataspaceProtocolContractNegotiationEventType`](../variables/DataspaceProtocolContractNegotiationEventType.md)\[keyof *typeof* [`DataspaceProtocolContractNegotiationEventType`](../variables/DataspaceProtocolContractNegotiationEventType.md)\]
4
+
5
+ The types for Dataspace Protocol Contract Negotiation Events.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolContractNegotiationStateType
2
+
3
+ > **DataspaceProtocolContractNegotiationStateType** = *typeof* [`DataspaceProtocolContractNegotiationStateType`](../variables/DataspaceProtocolContractNegotiationStateType.md)\[keyof *typeof* [`DataspaceProtocolContractNegotiationStateType`](../variables/DataspaceProtocolContractNegotiationStateType.md)\]
4
+
5
+ The types for Dataspace Protocol Contract Negotiation States.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolContractNegotiationTypes
2
+
3
+ > **DataspaceProtocolContractNegotiationTypes** = *typeof* [`DataspaceProtocolContractNegotiationTypes`](../variables/DataspaceProtocolContractNegotiationTypes.md)\[keyof *typeof* [`DataspaceProtocolContractNegotiationTypes`](../variables/DataspaceProtocolContractNegotiationTypes.md)\]
4
+
5
+ The types for Dataspace Protocol Contract Negotiation.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolTransferProcessStateType
2
+
3
+ > **DataspaceProtocolTransferProcessStateType** = *typeof* [`DataspaceProtocolTransferProcessStateType`](../variables/DataspaceProtocolTransferProcessStateType.md)\[keyof *typeof* [`DataspaceProtocolTransferProcessStateType`](../variables/DataspaceProtocolTransferProcessStateType.md)\]
4
+
5
+ The types for Dataspace Protocol Transfer.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolTransferProcessTypes
2
+
3
+ > **DataspaceProtocolTransferProcessTypes** = *typeof* [`DataspaceProtocolTransferProcessTypes`](../variables/DataspaceProtocolTransferProcessTypes.md)\[keyof *typeof* [`DataspaceProtocolTransferProcessTypes`](../variables/DataspaceProtocolTransferProcessTypes.md)\]
4
+
5
+ The types for Dataspace Protocol Transfer.
@@ -0,0 +1,50 @@
1
+ # Variable: DataspaceProtocolCatalogTypes
2
+
3
+ > `const` **DataspaceProtocolCatalogTypes**: `object`
4
+
5
+ The types for Dataspace Protocol Catalog Protocol.
6
+ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#catalog-protocol
7
+
8
+ ## Type Declaration
9
+
10
+ ### CatalogRequestMessage
11
+
12
+ > `readonly` **CatalogRequestMessage**: `"CatalogRequestMessage"` = `"CatalogRequestMessage"`
13
+
14
+ Catalog Request Message.
15
+
16
+ ### DatasetRequestMessage
17
+
18
+ > `readonly` **DatasetRequestMessage**: `"DatasetRequestMessage"` = `"DatasetRequestMessage"`
19
+
20
+ Dataset Request Message.
21
+
22
+ ### CatalogError
23
+
24
+ > `readonly` **CatalogError**: `"CatalogError"` = `"CatalogError"`
25
+
26
+ Catalog Error.
27
+
28
+ ### Dataset
29
+
30
+ > `readonly` **Dataset**: `"Dataset"` = `"Dataset"`
31
+
32
+ Dataset.
33
+
34
+ ### DataService
35
+
36
+ > `readonly` **DataService**: `"DataService"` = `"DataService"`
37
+
38
+ Data Service.
39
+
40
+ ### Distribution
41
+
42
+ > `readonly` **Distribution**: `"Distribution"` = `"Distribution"`
43
+
44
+ Distribution.
45
+
46
+ ### Catalog
47
+
48
+ > `readonly` **Catalog**: `"Catalog"` = `"Catalog"`
49
+
50
+ Catalog.
@@ -0,0 +1,25 @@
1
+ # Variable: DataspaceProtocolContexts
2
+
3
+ > `const` **DataspaceProtocolContexts**: `object`
4
+
5
+ The contexts for Dataspace Protocol Protocol.
6
+
7
+ ## Type Declaration
8
+
9
+ ### Namespace
10
+
11
+ > `readonly` **Namespace**: `"https://w3id.org/dspace/2025/1/"` = `"https://w3id.org/dspace/2025/1/"`
12
+
13
+ The canonical RDF namespace URI.
14
+
15
+ ### Context
16
+
17
+ > `readonly` **Context**: `"https://w3id.org/dspace/2025/1/context.jsonld"` = `"https://w3id.org/dspace/2025/1/context.jsonld"`
18
+
19
+ The value to use in @context.
20
+
21
+ ### JsonLdContext
22
+
23
+ > `readonly` **JsonLdContext**: `"https://w3id.org/dspace/2025/1/context.jsonld"` = `"https://w3id.org/dspace/2025/1/context.jsonld"`
24
+
25
+ The JSON-LD Context URL.
@@ -1,6 +1,6 @@
1
- # Variable: ContractNegotiationEventType
1
+ # Variable: DataspaceProtocolContractNegotiationEventType
2
2
 
3
- > `const` **ContractNegotiationEventType**: `object`
3
+ > `const` **DataspaceProtocolContractNegotiationEventType**: `object`
4
4
 
5
5
  The types for Dataspace Protocol Contract Negotiation Events.
6
6
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-event-message
@@ -1,6 +1,6 @@
1
- # Variable: ContractNegotiationStateType
1
+ # Variable: DataspaceProtocolContractNegotiationStateType
2
2
 
3
- > `const` **ContractNegotiationStateType**: `object`
3
+ > `const` **DataspaceProtocolContractNegotiationStateType**: `object`
4
4
 
5
5
  The types for Dataspace Protocol Contract Negotiation States.
6
6
  https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-states
@@ -0,0 +1,68 @@
1
+ # Variable: DataspaceProtocolContractNegotiationTypes
2
+
3
+ > `const` **DataspaceProtocolContractNegotiationTypes**: `object`
4
+
5
+ The types for Dataspace Protocol Contract Negotiation.
6
+ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#message-types-0
7
+
8
+ ## Type Declaration
9
+
10
+ ### ContractNegotiation
11
+
12
+ > `readonly` **ContractNegotiation**: `"ContractNegotiation"` = `"ContractNegotiation"`
13
+
14
+ Contract Negotiation.
15
+
16
+ ### ContractRequestMessage
17
+
18
+ > `readonly` **ContractRequestMessage**: `"ContractRequestMessage"` = `"ContractRequestMessage"`
19
+
20
+ Contract Request Message.
21
+
22
+ ### ContractOfferMessage
23
+
24
+ > `readonly` **ContractOfferMessage**: `"ContractOfferMessage"` = `"ContractOfferMessage"`
25
+
26
+ Contract Offer Message.
27
+
28
+ ### ContractAgreementMessage
29
+
30
+ > `readonly` **ContractAgreementMessage**: `"ContractAgreementMessage"` = `"ContractAgreementMessage"`
31
+
32
+ Contract Agreement Message.
33
+
34
+ ### ContractAgreementVerificationMessage
35
+
36
+ > `readonly` **ContractAgreementVerificationMessage**: `"ContractAgreementVerificationMessage"` = `"ContractAgreementVerificationMessage"`
37
+
38
+ Contract Agreement Verification Message.
39
+
40
+ ### ContractNegotiationEventMessage
41
+
42
+ > `readonly` **ContractNegotiationEventMessage**: `"ContractNegotiationEventMessage"` = `"ContractNegotiationEventMessage"`
43
+
44
+ Contract Negotiation Event Message.
45
+
46
+ ### ContractNegotiationTerminationMessage
47
+
48
+ > `readonly` **ContractNegotiationTerminationMessage**: `"ContractNegotiationTerminationMessage"` = `"ContractNegotiationTerminationMessage"`
49
+
50
+ Contract Negotiation Termination Message.
51
+
52
+ ### ContractNegotiationError
53
+
54
+ > `readonly` **ContractNegotiationError**: `"ContractNegotiationError"` = `"ContractNegotiationError"`
55
+
56
+ Contract Negotiation Error.
57
+
58
+ ### ContractNegotiationEventType
59
+
60
+ > `readonly` **ContractNegotiationEventType**: `"ContractNegotiationEventType"` = `"ContractNegotiationEventType"`
61
+
62
+ Contract Negotiation Event Type.
63
+
64
+ ### ContractNegotiationStateType
65
+
66
+ > `readonly` **ContractNegotiationStateType**: `"ContractNegotiationStateType"` = `"ContractNegotiationStateType"`
67
+
68
+ Contract Negotiation State Type.
@@ -0,0 +1,38 @@
1
+ # Variable: DataspaceProtocolTransferProcessStateType
2
+
3
+ > `const` **DataspaceProtocolTransferProcessStateType**: `object`
4
+
5
+ The states for Dataspace Protocol Transfer Process.
6
+ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#ack-transfer-process
7
+
8
+ ## Type Declaration
9
+
10
+ ### COMPLETED
11
+
12
+ > `readonly` **COMPLETED**: `"COMPLETED"` = `"COMPLETED"`
13
+
14
+ Completed
15
+
16
+ ### REQUESTED
17
+
18
+ > `readonly` **REQUESTED**: `"REQUESTED"` = `"REQUESTED"`
19
+
20
+ Requested
21
+
22
+ ### STARTED
23
+
24
+ > `readonly` **STARTED**: `"STARTED"` = `"STARTED"`
25
+
26
+ Started
27
+
28
+ ### SUSPENDED
29
+
30
+ > `readonly` **SUSPENDED**: `"SUSPENDED"` = `"SUSPENDED"`
31
+
32
+ Suspended
33
+
34
+ ### TERMINATED
35
+
36
+ > `readonly` **TERMINATED**: `"TERMINATED"` = `"TERMINATED"`
37
+
38
+ Terminated
@@ -0,0 +1,62 @@
1
+ # Variable: DataspaceProtocolTransferProcessTypes
2
+
3
+ > `const` **DataspaceProtocolTransferProcessTypes**: `object`
4
+
5
+ The types for Dataspace Protocol Transfer Process.
6
+ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#message-types-1
7
+
8
+ ## Type Declaration
9
+
10
+ ### TransferRequestMessage
11
+
12
+ > `readonly` **TransferRequestMessage**: `"TransferRequestMessage"` = `"TransferRequestMessage"`
13
+
14
+ Transfer Request Message.
15
+
16
+ ### TransferStartMessage
17
+
18
+ > `readonly` **TransferStartMessage**: `"TransferStartMessage"` = `"TransferStartMessage"`
19
+
20
+ Transfer Start Message.
21
+
22
+ ### TransferSuspensionMessage
23
+
24
+ > `readonly` **TransferSuspensionMessage**: `"TransferSuspensionMessage"` = `"TransferSuspensionMessage"`
25
+
26
+ Transfer Suspension Message.
27
+
28
+ ### TransferCompletionMessage
29
+
30
+ > `readonly` **TransferCompletionMessage**: `"TransferCompletionMessage"` = `"TransferCompletionMessage"`
31
+
32
+ Transfer Completion Message.
33
+
34
+ ### TransferTerminationMessage
35
+
36
+ > `readonly` **TransferTerminationMessage**: `"TransferTerminationMessage"` = `"TransferTerminationMessage"`
37
+
38
+ Transfer Termination Message.
39
+
40
+ ### DataAddress
41
+
42
+ > `readonly` **DataAddress**: `"DataAddress"` = `"DataAddress"`
43
+
44
+ Data Address
45
+
46
+ ### EndpointProperty
47
+
48
+ > `readonly` **EndpointProperty**: `"EndpointProperty"` = `"EndpointProperty"`
49
+
50
+ Endpoint property.
51
+
52
+ ### TransferProcess
53
+
54
+ > `readonly` **TransferProcess**: `"TransferProcess"` = `"TransferProcess"`
55
+
56
+ Transfer Process
57
+
58
+ ### TransferError
59
+
60
+ > `readonly` **TransferError**: `"TransferError"` = `"TransferError"`
61
+
62
+ Transfer Error.
package/locales/en.json CHANGED
@@ -1 +1,7 @@
1
- {}
1
+ {
2
+ "error": {
3
+ "dataspaceProtocolHelper": {
4
+ "schemaNotRegistered": "JSON Schema \"{schemaId}\" is not registered in DataTypeHandlerFactory"
5
+ }
6
+ }
7
+ }