@twin.org/standards-dataspace-protocol 0.0.3-next.55 → 0.0.3-next.56
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/DataspaceProtocolAgreement.json +3 -3
- package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +3 -3
- package/dist/es/schemas/DataspaceProtocolOfferBase.json +3 -3
- package/dist/es/schemas/DataspaceProtocolPolicy.json +4 -4
- package/dist/es/schemas/DataspaceProtocolSet.json +3 -3
- package/docs/changelog.md +17 -0
- package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +34 -34
- package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +34 -34
- package/docs/reference/interfaces/IDataspaceProtocolCatalogError.md +1 -1
- package/docs/reference/interfaces/IDataspaceProtocolCatalogRequestMessage.md +1 -1
- package/docs/reference/interfaces/IDataspaceProtocolContractAgreementMessage.md +1 -1
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationError.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationTerminationMessage.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolContractOfferMessage.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolContractRequestMessage.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolDataAddress.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolDataService.md +21 -21
- package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +21 -21
- package/docs/reference/interfaces/IDataspaceProtocolDataset.md +25 -25
- package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +25 -25
- package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +19 -19
- package/docs/reference/interfaces/IDataspaceProtocolDistributionBase.md +20 -20
- package/docs/reference/interfaces/IDataspaceProtocolOffer.md +9 -9
- package/docs/reference/interfaces/IDataspaceProtocolOfferBase.md +9 -9
- package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +11 -11
- package/docs/reference/interfaces/IDataspaceProtocolSet.md +10 -10
- package/docs/reference/interfaces/IDataspaceProtocolTransferError.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolTransferRequestMessage.md +1 -1
- package/docs/reference/interfaces/IDataspaceProtocolTransferStartMessage.md +1 -1
- package/docs/reference/interfaces/IDataspaceProtocolTransferSuspensionMessage.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolTransferTerminationMessage.md +2 -2
- package/package.json +3 -3
|
@@ -39,7 +39,7 @@ MUST refer to the transfer identifier of the Provider side.
|
|
|
39
39
|
|
|
40
40
|
### code? {#code}
|
|
41
41
|
|
|
42
|
-
> `optional` **code
|
|
42
|
+
> `optional` **code?**: `string`
|
|
43
43
|
|
|
44
44
|
The error code.
|
|
45
45
|
|
|
@@ -47,6 +47,6 @@ The error code.
|
|
|
47
47
|
|
|
48
48
|
### reason? {#reason}
|
|
49
49
|
|
|
50
|
-
> `optional` **reason
|
|
50
|
+
> `optional` **reason?**: `any`[]
|
|
51
51
|
|
|
52
52
|
The error reason(s).
|
|
@@ -56,7 +56,7 @@ This is generally obtained from the Provider's Catalog.
|
|
|
56
56
|
|
|
57
57
|
### dataAddress? {#dataaddress}
|
|
58
58
|
|
|
59
|
-
> `optional` **dataAddress
|
|
59
|
+
> `optional` **dataAddress?**: [`IDataspaceProtocolDataAddress`](IDataspaceProtocolDataAddress.md)
|
|
60
60
|
|
|
61
61
|
If defined MUST contain a transport-specific set of properties for pushing the data.
|
|
62
62
|
It MAY include an endpoint, a temporary authorization via the endpointProperties property - depending on the endpointType.
|
|
@@ -39,7 +39,7 @@ MUST refer to the transfer identifier of the Provider side.
|
|
|
39
39
|
|
|
40
40
|
### dataAddress? {#dataaddress}
|
|
41
41
|
|
|
42
|
-
> `optional` **dataAddress
|
|
42
|
+
> `optional` **dataAddress?**: [`IDataspaceProtocolDataAddress`](IDataspaceProtocolDataAddress.md)
|
|
43
43
|
|
|
44
44
|
MUST be provided if the current transfer is a pull transfer and
|
|
45
45
|
contains a transport-specific endpoint address for obtaining the data.
|
|
@@ -39,7 +39,7 @@ MUST refer to the transfer identifier of the Provider side.
|
|
|
39
39
|
|
|
40
40
|
### code? {#code}
|
|
41
41
|
|
|
42
|
-
> `optional` **code
|
|
42
|
+
> `optional` **code?**: `string`
|
|
43
43
|
|
|
44
44
|
The suspension code.
|
|
45
45
|
|
|
@@ -47,6 +47,6 @@ The suspension code.
|
|
|
47
47
|
|
|
48
48
|
### reason? {#reason}
|
|
49
49
|
|
|
50
|
-
> `optional` **reason
|
|
50
|
+
> `optional` **reason?**: `any`[]
|
|
51
51
|
|
|
52
52
|
The suspension reason(s).
|
|
@@ -39,7 +39,7 @@ MUST refer to the transfer identifier of the Provider side.
|
|
|
39
39
|
|
|
40
40
|
### code? {#code}
|
|
41
41
|
|
|
42
|
-
> `optional` **code
|
|
42
|
+
> `optional` **code?**: `string`
|
|
43
43
|
|
|
44
44
|
The termination code.
|
|
45
45
|
|
|
@@ -47,6 +47,6 @@ The termination code.
|
|
|
47
47
|
|
|
48
48
|
### reason? {#reason}
|
|
49
49
|
|
|
50
|
-
> `optional` **reason
|
|
50
|
+
> `optional` **reason?**: `any`[]
|
|
51
51
|
|
|
52
52
|
The termination reason(s).
|
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.56",
|
|
4
4
|
"description": "Data models for the Dataspace Protocol specification.",
|
|
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.56",
|
|
21
|
+
"@twin.org/standards-w3c-odrl": "0.0.3-next.56",
|
|
22
22
|
"@twin.org/web": "next"
|
|
23
23
|
},
|
|
24
24
|
"main": "./dist/es/index.js",
|