@twin.org/standards-dataspace-protocol 0.0.3-next.41 → 0.0.3-next.43
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.
- package/dist/es/schemas/DataspaceProtocolCatalogError.json +1 -2
- package/dist/es/schemas/DataspaceProtocolCatalogRequestMessage.json +1 -2
- package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +1 -2
- package/dist/es/schemas/DataspaceProtocolContractAgreementVerificationMessage.json +1 -2
- package/dist/es/schemas/DataspaceProtocolContractNegotiation.json +1 -2
- package/dist/es/schemas/DataspaceProtocolContractNegotiationError.json +1 -2
- package/dist/es/schemas/DataspaceProtocolContractNegotiationEventMessage.json +1 -2
- package/dist/es/schemas/DataspaceProtocolContractNegotiationTerminationMessage.json +1 -2
- package/dist/es/schemas/DataspaceProtocolContractOfferMessage.json +1 -2
- package/dist/es/schemas/DataspaceProtocolContractRequestMessage.json +1 -2
- package/dist/es/schemas/DataspaceProtocolDataAddress.json +1 -2
- package/dist/es/schemas/DataspaceProtocolDatasetRequestMessage.json +1 -2
- package/dist/es/schemas/DataspaceProtocolEndpointProperty.json +1 -2
- package/dist/es/schemas/DataspaceProtocolTransferCompletionMessage.json +1 -2
- package/dist/es/schemas/DataspaceProtocolTransferError.json +1 -2
- package/dist/es/schemas/DataspaceProtocolTransferProcess.json +1 -2
- package/dist/es/schemas/DataspaceProtocolTransferRequestMessage.json +1 -2
- package/dist/es/schemas/DataspaceProtocolTransferStartMessage.json +1 -2
- package/dist/es/schemas/DataspaceProtocolTransferSuspensionMessage.json +1 -2
- package/dist/es/schemas/DataspaceProtocolTransferTerminationMessage.json +1 -2
- package/docs/changelog.md +34 -0
- package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +4 -6
- package/docs/reference/interfaces/IDataspaceProtocolDataService.md +4 -6
- package/docs/reference/interfaces/IDataspaceProtocolDataset.md +4 -6
- package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +4 -6
- package/package.json +3 -3
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.43](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.42...standards-dataspace-protocol-v0.0.3-next.43) (2026-02-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* update schemas to support additional properties ([4679e21](https://github.com/twinfoundation/standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/standards-w3c-dcat bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
16
|
+
* @twin.org/standards-w3c-odrl bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
17
|
+
* devDependencies
|
|
18
|
+
* @twin.org/standards-ld-contexts bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
19
|
+
|
|
20
|
+
## [0.0.3-next.42](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.41...standards-dataspace-protocol-v0.0.3-next.42) (2026-02-25)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* remove IJsonLdNodeObject base interfaces ([#172](https://github.com/twinfoundation/standards/issues/172)) ([8ff8d7a](https://github.com/twinfoundation/standards/commit/8ff8d7a2892d626879b76ba5da912469ff899954))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Dependencies
|
|
29
|
+
|
|
30
|
+
* The following workspace dependencies were updated
|
|
31
|
+
* dependencies
|
|
32
|
+
* @twin.org/standards-w3c-dcat bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
33
|
+
* @twin.org/standards-w3c-odrl bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
34
|
+
* devDependencies
|
|
35
|
+
* @twin.org/standards-ld-contexts bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
36
|
+
|
|
3
37
|
## [0.0.3-next.41](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.40...standards-dataspace-protocol-v0.0.3-next.41) (2026-02-23)
|
|
4
38
|
|
|
5
39
|
|
|
@@ -23,12 +23,6 @@ by overriding properties with more specific types and constraints.
|
|
|
23
23
|
|
|
24
24
|
- `Omit`\<`IDcatCatalog`, `"@type"` \| `"@context"` \| `"dcat:catalog"` \| `"dcat:dataset"` \| `"dcat:distribution"` \| `"dcat:service"`\>
|
|
25
25
|
|
|
26
|
-
## Indexable
|
|
27
|
-
|
|
28
|
-
\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
29
|
-
|
|
30
|
-
\[`key`: `number`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
31
|
-
|
|
32
26
|
## Properties
|
|
33
27
|
|
|
34
28
|
### @context
|
|
@@ -55,6 +49,10 @@ REQUIRED per Eclipse Data Space Protocol.
|
|
|
55
49
|
Unique identifier for the dataset.
|
|
56
50
|
REQUIRED per Eclipse Data Space Protocol.
|
|
57
51
|
|
|
52
|
+
#### Overrides
|
|
53
|
+
|
|
54
|
+
`Omit.@id`
|
|
55
|
+
|
|
58
56
|
***
|
|
59
57
|
|
|
60
58
|
### participantId
|
|
@@ -23,12 +23,6 @@ by overriding properties with more specific types and constraints.
|
|
|
23
23
|
|
|
24
24
|
- `Omit`\<`IDcatDataService`, `"@type"` \| `"@context"` \| `"dcat:servesDataset"` \| `"dcat:endpointURL"`\>
|
|
25
25
|
|
|
26
|
-
## Indexable
|
|
27
|
-
|
|
28
|
-
\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
29
|
-
|
|
30
|
-
\[`key`: `number`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
31
|
-
|
|
32
26
|
## Properties
|
|
33
27
|
|
|
34
28
|
### @context
|
|
@@ -55,6 +49,10 @@ REQUIRED per Eclipse Data Space Protocol.
|
|
|
55
49
|
Unique identifier for the dataset.
|
|
56
50
|
REQUIRED per Eclipse Data Space Protocol.
|
|
57
51
|
|
|
52
|
+
#### Overrides
|
|
53
|
+
|
|
54
|
+
`Omit.@id`
|
|
55
|
+
|
|
58
56
|
***
|
|
59
57
|
|
|
60
58
|
### endpointURL
|
|
@@ -35,12 +35,6 @@ by overriding properties with more specific types and constraints.
|
|
|
35
35
|
|
|
36
36
|
- `Omit`\<`IDcatDataset`, `"odrl:hasPolicy"` \| `"dcat:distribution"` \| `"@type"` \| `"@context"`\>
|
|
37
37
|
|
|
38
|
-
## Indexable
|
|
39
|
-
|
|
40
|
-
\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
41
|
-
|
|
42
|
-
\[`key`: `number`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
43
|
-
|
|
44
38
|
## Properties
|
|
45
39
|
|
|
46
40
|
### @context
|
|
@@ -67,6 +61,10 @@ REQUIRED per Eclipse Data Space Protocol.
|
|
|
67
61
|
Unique identifier for the dataset.
|
|
68
62
|
REQUIRED per Eclipse Data Space Protocol.
|
|
69
63
|
|
|
64
|
+
#### Overrides
|
|
65
|
+
|
|
66
|
+
`Omit.@id`
|
|
67
|
+
|
|
70
68
|
***
|
|
71
69
|
|
|
72
70
|
### hasPolicy
|
|
@@ -34,12 +34,6 @@ by overriding properties with more specific types and constraints.
|
|
|
34
34
|
|
|
35
35
|
- `Omit`\<`IDcatDistribution`, `"odrl:hasPolicy"` \| `"@type"` \| `"@context"` \| `"dcterms:format"`\>
|
|
36
36
|
|
|
37
|
-
## Indexable
|
|
38
|
-
|
|
39
|
-
\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
40
|
-
|
|
41
|
-
\[`key`: `number`\]: `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
42
|
-
|
|
43
37
|
## Properties
|
|
44
38
|
|
|
45
39
|
### @context
|
|
@@ -66,6 +60,10 @@ REQUIRED per Eclipse Data Space Protocol.
|
|
|
66
60
|
Unique identifier for the dataset.
|
|
67
61
|
REQUIRED per Eclipse Data Space Protocol.
|
|
68
62
|
|
|
63
|
+
#### Overrides
|
|
64
|
+
|
|
65
|
+
`Omit.@id`
|
|
66
|
+
|
|
69
67
|
***
|
|
70
68
|
|
|
71
69
|
### hasPolicy?
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/standards-dataspace-protocol",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.43",
|
|
4
4
|
"description": "Models which define the structure of Dataspace Protocol",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@twin.org/core": "next",
|
|
18
18
|
"@twin.org/data-core": "next",
|
|
19
19
|
"@twin.org/data-json-ld": "next",
|
|
20
|
-
"@twin.org/standards-w3c-dcat": "0.0.3-next.
|
|
21
|
-
"@twin.org/standards-w3c-odrl": "0.0.3-next.
|
|
20
|
+
"@twin.org/standards-w3c-dcat": "0.0.3-next.43",
|
|
21
|
+
"@twin.org/standards-w3c-odrl": "0.0.3-next.43",
|
|
22
22
|
"@twin.org/web": "next"
|
|
23
23
|
},
|
|
24
24
|
"main": "./dist/es/index.js",
|