@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.
Files changed (26) hide show
  1. package/dist/es/schemas/DataspaceProtocolCatalogError.json +1 -2
  2. package/dist/es/schemas/DataspaceProtocolCatalogRequestMessage.json +1 -2
  3. package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +1 -2
  4. package/dist/es/schemas/DataspaceProtocolContractAgreementVerificationMessage.json +1 -2
  5. package/dist/es/schemas/DataspaceProtocolContractNegotiation.json +1 -2
  6. package/dist/es/schemas/DataspaceProtocolContractNegotiationError.json +1 -2
  7. package/dist/es/schemas/DataspaceProtocolContractNegotiationEventMessage.json +1 -2
  8. package/dist/es/schemas/DataspaceProtocolContractNegotiationTerminationMessage.json +1 -2
  9. package/dist/es/schemas/DataspaceProtocolContractOfferMessage.json +1 -2
  10. package/dist/es/schemas/DataspaceProtocolContractRequestMessage.json +1 -2
  11. package/dist/es/schemas/DataspaceProtocolDataAddress.json +1 -2
  12. package/dist/es/schemas/DataspaceProtocolDatasetRequestMessage.json +1 -2
  13. package/dist/es/schemas/DataspaceProtocolEndpointProperty.json +1 -2
  14. package/dist/es/schemas/DataspaceProtocolTransferCompletionMessage.json +1 -2
  15. package/dist/es/schemas/DataspaceProtocolTransferError.json +1 -2
  16. package/dist/es/schemas/DataspaceProtocolTransferProcess.json +1 -2
  17. package/dist/es/schemas/DataspaceProtocolTransferRequestMessage.json +1 -2
  18. package/dist/es/schemas/DataspaceProtocolTransferStartMessage.json +1 -2
  19. package/dist/es/schemas/DataspaceProtocolTransferSuspensionMessage.json +1 -2
  20. package/dist/es/schemas/DataspaceProtocolTransferTerminationMessage.json +1 -2
  21. package/docs/changelog.md +34 -0
  22. package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +4 -6
  23. package/docs/reference/interfaces/IDataspaceProtocolDataService.md +4 -6
  24. package/docs/reference/interfaces/IDataspaceProtocolDataset.md +4 -6
  25. package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +4 -6
  26. package/package.json +3 -3
@@ -73,6 +73,5 @@
73
73
  "@context",
74
74
  "@type",
75
75
  "code"
76
- ],
77
- "additionalProperties": false
76
+ ]
78
77
  }
@@ -68,6 +68,5 @@
68
68
  "required": [
69
69
  "@context",
70
70
  "@type"
71
- ],
72
- "additionalProperties": false
71
+ ]
73
72
  }
@@ -82,6 +82,5 @@
82
82
  "providerPid",
83
83
  "consumerPid",
84
84
  "agreement"
85
- ],
86
- "additionalProperties": false
85
+ ]
87
86
  }
@@ -73,6 +73,5 @@
73
73
  "@type",
74
74
  "providerPid",
75
75
  "consumerPid"
76
- ],
77
- "additionalProperties": false
76
+ ]
78
77
  }
@@ -78,6 +78,5 @@
78
78
  "providerPid",
79
79
  "consumerPid",
80
80
  "state"
81
- ],
82
- "additionalProperties": false
81
+ ]
83
82
  }
@@ -82,6 +82,5 @@
82
82
  "@type",
83
83
  "providerPid",
84
84
  "consumerPid"
85
- ],
86
- "additionalProperties": false
85
+ ]
87
86
  }
@@ -78,6 +78,5 @@
78
78
  "providerPid",
79
79
  "consumerPid",
80
80
  "event"
81
- ],
82
- "additionalProperties": false
81
+ ]
83
82
  }
@@ -82,6 +82,5 @@
82
82
  "@type",
83
83
  "providerPid",
84
84
  "consumerPid"
85
- ],
86
- "additionalProperties": false
85
+ ]
87
86
  }
@@ -81,6 +81,5 @@
81
81
  "@type",
82
82
  "providerPid",
83
83
  "offer"
84
- ],
85
- "additionalProperties": false
84
+ ]
86
85
  }
@@ -81,6 +81,5 @@
81
81
  "@type",
82
82
  "consumerPid",
83
83
  "offer"
84
- ],
85
- "additionalProperties": false
84
+ ]
86
85
  }
@@ -28,6 +28,5 @@
28
28
  "required": [
29
29
  "@type",
30
30
  "endpointType"
31
- ],
32
- "additionalProperties": false
31
+ ]
33
32
  }
@@ -68,6 +68,5 @@
68
68
  "@context",
69
69
  "@type",
70
70
  "dataset"
71
- ],
72
- "additionalProperties": false
71
+ ]
73
72
  }
@@ -22,6 +22,5 @@
22
22
  "@type",
23
23
  "name",
24
24
  "value"
25
- ],
26
- "additionalProperties": false
25
+ ]
27
26
  }
@@ -73,6 +73,5 @@
73
73
  "@type",
74
74
  "consumerPid",
75
75
  "providerPid"
76
- ],
77
- "additionalProperties": false
76
+ ]
78
77
  }
@@ -82,6 +82,5 @@
82
82
  "@type",
83
83
  "consumerPid",
84
84
  "providerPid"
85
- ],
86
- "additionalProperties": false
85
+ ]
87
86
  }
@@ -78,6 +78,5 @@
78
78
  "consumerPid",
79
79
  "providerPid",
80
80
  "state"
81
- ],
82
- "additionalProperties": false
81
+ ]
83
82
  }
@@ -87,6 +87,5 @@
87
87
  "callbackAddress",
88
88
  "consumerPid",
89
89
  "format"
90
- ],
91
- "additionalProperties": false
90
+ ]
92
91
  }
@@ -77,6 +77,5 @@
77
77
  "@type",
78
78
  "consumerPid",
79
79
  "providerPid"
80
- ],
81
- "additionalProperties": false
80
+ ]
82
81
  }
@@ -82,6 +82,5 @@
82
82
  "@type",
83
83
  "consumerPid",
84
84
  "providerPid"
85
- ],
86
- "additionalProperties": false
85
+ ]
87
86
  }
@@ -82,6 +82,5 @@
82
82
  "@type",
83
83
  "consumerPid",
84
84
  "providerPid"
85
- ],
86
- "additionalProperties": false
85
+ ]
87
86
  }
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.41",
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.41",
21
- "@twin.org/standards-w3c-odrl": "0.0.3-next.41",
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",