@twin.org/standards-dataspace-protocol 0.0.3-next.54 → 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/dataTypes/catalogDataTypes.js +18 -39
- package/dist/es/dataTypes/catalogDataTypes.js.map +1 -1
- package/dist/es/dataTypes/dataspaceProtocolDataTypes.js +6 -0
- package/dist/es/dataTypes/dataspaceProtocolDataTypes.js.map +1 -1
- package/dist/es/index.js +10 -13
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js +1 -33
- package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js.map +1 -1
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js.map +1 -1
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js.map +1 -1
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js.map +1 -1
- package/dist/es/models/dataspaceProtocolContextType.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolCatalog.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolCatalogBase.js +2 -0
- package/dist/es/models/dcat3/IDataspaceProtocolCatalogBase.js.map +1 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDataService.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDataServiceBase.js +2 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDataServiceBase.js.map +1 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDataset.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js +2 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js.map +1 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDistribution.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js +2 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js.map +1 -0
- package/dist/es/models/odrl/IDataspaceProtocolOffer.js.map +1 -1
- package/dist/es/models/odrl/IDataspaceProtocolOfferBase.js +2 -0
- package/dist/es/models/odrl/IDataspaceProtocolOfferBase.js.map +1 -0
- package/dist/es/schemas/DataspaceProtocolAgreement.json +181 -158
- package/dist/es/schemas/DataspaceProtocolCatalog.json +13 -3
- package/dist/es/schemas/DataspaceProtocolCatalogBase.json +428 -0
- package/dist/es/schemas/DataspaceProtocolCatalogError.json +4 -50
- package/dist/es/schemas/DataspaceProtocolCatalogRequestMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContextType.json +30 -0
- package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +191 -52
- package/dist/es/schemas/DataspaceProtocolContractAgreementVerificationMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractNegotiation.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractNegotiationError.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractNegotiationEventMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractNegotiationEventType.json +11 -5
- package/dist/es/schemas/DataspaceProtocolContractNegotiationStateType.json +31 -10
- package/dist/es/schemas/DataspaceProtocolContractNegotiationTerminationMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractOfferMessage.json +5 -51
- package/dist/es/schemas/DataspaceProtocolContractRequestMessage.json +5 -51
- package/dist/es/schemas/DataspaceProtocolDataAddress.json +2 -2
- package/dist/es/schemas/DataspaceProtocolDataService.json +21 -0
- package/dist/es/schemas/DataspaceProtocolDataServiceBase.json +285 -0
- package/dist/es/schemas/DataspaceProtocolDataset.json +13 -3
- package/dist/es/schemas/DataspaceProtocolDatasetBase.json +342 -0
- package/dist/es/schemas/DataspaceProtocolDatasetRequestMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolDistribution.json +26 -0
- package/dist/es/schemas/DataspaceProtocolDistributionBase.json +170 -0
- package/dist/es/schemas/DataspaceProtocolEndpointProperty.json +2 -2
- package/dist/es/schemas/DataspaceProtocolOffer.json +10 -186
- package/dist/es/schemas/DataspaceProtocolOfferBase.json +219 -0
- package/dist/es/schemas/DataspaceProtocolPolicy.json +214 -202
- package/dist/es/schemas/DataspaceProtocolSet.json +225 -202
- package/dist/es/schemas/DataspaceProtocolTransferCompletionMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolTransferError.json +4 -50
- package/dist/es/schemas/DataspaceProtocolTransferProcess.json +4 -50
- package/dist/es/schemas/DataspaceProtocolTransferRequestMessage.json +6 -52
- package/dist/es/schemas/DataspaceProtocolTransferStartMessage.json +5 -51
- package/dist/es/schemas/DataspaceProtocolTransferSuspensionMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolTransferTerminationMessage.json +4 -50
- package/dist/types/index.d.ts +10 -13
- package/dist/types/models/catalog/dataspaceProtocolCatalogTypes.d.ts +0 -32
- package/dist/types/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.d.ts +3 -2
- package/dist/types/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.d.ts +2 -2
- package/dist/types/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.d.ts +2 -2
- package/dist/types/models/dataspaceProtocolContextType.d.ts +2 -9
- package/dist/types/models/dcat3/IDataspaceProtocolCatalog.d.ts +2 -37
- package/dist/types/models/dcat3/IDataspaceProtocolCatalogBase.d.ts +58 -0
- package/dist/types/models/dcat3/IDataspaceProtocolDataService.d.ts +2 -22
- package/dist/types/models/dcat3/IDataspaceProtocolDataServiceBase.d.ts +44 -0
- package/dist/types/models/dcat3/IDataspaceProtocolDataset.d.ts +2 -29
- package/dist/types/models/dcat3/IDataspaceProtocolDatasetBase.d.ts +61 -0
- package/dist/types/models/dcat3/IDataspaceProtocolDistribution.d.ts +4 -31
- package/dist/types/models/dcat3/IDataspaceProtocolDistributionBase.d.ts +66 -0
- package/dist/types/models/odrl/IDataspaceProtocolOffer.d.ts +7 -2
- package/dist/types/models/odrl/IDataspaceProtocolOfferBase.d.ts +18 -0
- package/docs/changelog.md +35 -0
- package/docs/reference/classes/CatalogDataTypes.md +1 -1
- package/docs/reference/classes/ContractNegotiationDataTypes.md +1 -1
- package/docs/reference/classes/DataspaceProtocolDataTypes.md +2 -2
- package/docs/reference/classes/DataspaceProtocolHelper.md +2 -2
- package/docs/reference/classes/TransferProcessDataTypes.md +1 -1
- package/docs/reference/index.md +5 -8
- package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +21 -21
- package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +129 -105
- package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +570 -0
- package/docs/reference/interfaces/IDataspaceProtocolCatalogError.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolCatalogRequestMessage.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolContractAgreementMessage.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolContractAgreementVerificationMessage.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiation.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationError.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationEventMessage.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationTerminationMessage.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolContractOfferMessage.md +9 -9
- package/docs/reference/interfaces/IDataspaceProtocolContractRequestMessage.md +9 -9
- package/docs/reference/interfaces/IDataspaceProtocolDataAddress.md +6 -6
- package/docs/reference/interfaces/IDataspaceProtocolDataService.md +82 -70
- package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +387 -0
- package/docs/reference/interfaces/IDataspaceProtocolDataset.md +97 -85
- package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +484 -0
- package/docs/reference/interfaces/IDataspaceProtocolDatasetRequestMessage.md +3 -3
- package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +87 -71
- package/docs/reference/interfaces/IDataspaceProtocolDistributionBase.md +381 -0
- package/docs/reference/interfaces/IDataspaceProtocolEndpointProperty.md +3 -3
- package/docs/reference/interfaces/IDataspaceProtocolOffer.md +44 -45
- package/docs/reference/interfaces/IDataspaceProtocolOfferBase.md +171 -0
- package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +24 -24
- package/docs/reference/interfaces/IDataspaceProtocolSet.md +23 -23
- package/docs/reference/interfaces/IDataspaceProtocolTransferCompletionMessage.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolTransferError.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolTransferProcess.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolTransferRequestMessage.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolTransferStartMessage.md +6 -6
- package/docs/reference/interfaces/IDataspaceProtocolTransferSuspensionMessage.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolTransferTerminationMessage.md +8 -8
- package/docs/reference/type-aliases/DataspaceProtocolContextType.md +1 -1
- package/docs/reference/variables/DataspaceProtocolCatalogTypes.md +11 -59
- package/docs/reference/variables/DataspaceProtocolContexts.md +4 -4
- package/docs/reference/variables/DataspaceProtocolContractNegotiationEventType.md +2 -2
- package/docs/reference/variables/DataspaceProtocolContractNegotiationStateType.md +7 -7
- package/docs/reference/variables/DataspaceProtocolContractNegotiationTypes.md +10 -10
- package/docs/reference/variables/DataspaceProtocolEndpointType.md +4 -4
- package/docs/reference/variables/DataspaceProtocolTransferProcessStateType.md +5 -5
- package/docs/reference/variables/DataspaceProtocolTransferProcessTypes.md +9 -9
- package/package.json +3 -3
- package/dist/es/models/dcat3/IDataspaceProtocolCatalogNoContext.js +0 -2
- package/dist/es/models/dcat3/IDataspaceProtocolCatalogNoContext.js.map +0 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDataServiceNoContext.js +0 -2
- package/dist/es/models/dcat3/IDataspaceProtocolDataServiceNoContext.js.map +0 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetNoContext.js +0 -2
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetNoContext.js.map +0 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionNoContext.js +0 -2
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionNoContext.js.map +0 -1
- package/dist/es/models/odrl/IDataspaceProtocolAgreementNoContext.js +0 -2
- package/dist/es/models/odrl/IDataspaceProtocolAgreementNoContext.js.map +0 -1
- package/dist/es/models/odrl/IDataspaceProtocolOfferNoContext.js +0 -2
- package/dist/es/models/odrl/IDataspaceProtocolOfferNoContext.js.map +0 -1
- package/dist/es/models/odrl/IDataspaceProtocolPolicyNoContext.js +0 -2
- package/dist/es/models/odrl/IDataspaceProtocolPolicyNoContext.js.map +0 -1
- package/dist/es/models/odrl/IDataspaceProtocolSetNoContext.js +0 -2
- package/dist/es/models/odrl/IDataspaceProtocolSetNoContext.js.map +0 -1
- package/dist/es/schemas/DataspaceProtocolAgreementNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolCatalogNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolDataServiceNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolDatasetNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolDistributionNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolOfferNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolPolicyNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolSetNoContext.json +0 -6
- package/dist/es/schemas-src/DataspaceProtocolDataService.json +0 -11
- package/dist/es/schemas-src/DataspaceProtocolDistribution.json +0 -11
- package/dist/types/models/dcat3/IDataspaceProtocolCatalogNoContext.d.ts +0 -5
- package/dist/types/models/dcat3/IDataspaceProtocolDataServiceNoContext.d.ts +0 -5
- package/dist/types/models/dcat3/IDataspaceProtocolDatasetNoContext.d.ts +0 -5
- package/dist/types/models/dcat3/IDataspaceProtocolDistributionNoContext.d.ts +0 -5
- package/dist/types/models/odrl/IDataspaceProtocolAgreementNoContext.d.ts +0 -5
- package/dist/types/models/odrl/IDataspaceProtocolOfferNoContext.d.ts +0 -5
- package/dist/types/models/odrl/IDataspaceProtocolPolicyNoContext.d.ts +0 -5
- package/dist/types/models/odrl/IDataspaceProtocolSetNoContext.d.ts +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolAgreementNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolCatalogNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolDataServiceNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolDatasetNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolDistributionNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolOfferNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolPolicyNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolSetNoContext.md +0 -5
|
@@ -5,7 +5,7 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-su
|
|
|
5
5
|
|
|
6
6
|
## Properties
|
|
7
7
|
|
|
8
|
-
### @context
|
|
8
|
+
### @context {#context}
|
|
9
9
|
|
|
10
10
|
> **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
|
|
11
11
|
|
|
@@ -13,7 +13,7 @@ LD Context
|
|
|
13
13
|
|
|
14
14
|
***
|
|
15
15
|
|
|
16
|
-
### @type
|
|
16
|
+
### @type {#type}
|
|
17
17
|
|
|
18
18
|
> **@type**: `"TransferSuspensionMessage"`
|
|
19
19
|
|
|
@@ -21,7 +21,7 @@ LD Type
|
|
|
21
21
|
|
|
22
22
|
***
|
|
23
23
|
|
|
24
|
-
### consumerPid
|
|
24
|
+
### consumerPid {#consumerpid}
|
|
25
25
|
|
|
26
26
|
> **consumerPid**: `string`
|
|
27
27
|
|
|
@@ -29,7 +29,7 @@ MUST refer to the transfer identifier of the Consumer side.
|
|
|
29
29
|
|
|
30
30
|
***
|
|
31
31
|
|
|
32
|
-
### providerPid
|
|
32
|
+
### providerPid {#providerpid}
|
|
33
33
|
|
|
34
34
|
> **providerPid**: `string`
|
|
35
35
|
|
|
@@ -37,16 +37,16 @@ MUST refer to the transfer identifier of the Provider side.
|
|
|
37
37
|
|
|
38
38
|
***
|
|
39
39
|
|
|
40
|
-
### code?
|
|
40
|
+
### code? {#code}
|
|
41
41
|
|
|
42
|
-
> `optional` **code
|
|
42
|
+
> `optional` **code?**: `string`
|
|
43
43
|
|
|
44
44
|
The suspension code.
|
|
45
45
|
|
|
46
46
|
***
|
|
47
47
|
|
|
48
|
-
### reason?
|
|
48
|
+
### reason? {#reason}
|
|
49
49
|
|
|
50
|
-
> `optional` **reason
|
|
50
|
+
> `optional` **reason?**: `any`[]
|
|
51
51
|
|
|
52
52
|
The suspension reason(s).
|
|
@@ -5,7 +5,7 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-te
|
|
|
5
5
|
|
|
6
6
|
## Properties
|
|
7
7
|
|
|
8
|
-
### @context
|
|
8
|
+
### @context {#context}
|
|
9
9
|
|
|
10
10
|
> **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
|
|
11
11
|
|
|
@@ -13,7 +13,7 @@ LD Context
|
|
|
13
13
|
|
|
14
14
|
***
|
|
15
15
|
|
|
16
|
-
### @type
|
|
16
|
+
### @type {#type}
|
|
17
17
|
|
|
18
18
|
> **@type**: `"TransferTerminationMessage"`
|
|
19
19
|
|
|
@@ -21,7 +21,7 @@ LD Type
|
|
|
21
21
|
|
|
22
22
|
***
|
|
23
23
|
|
|
24
|
-
### consumerPid
|
|
24
|
+
### consumerPid {#consumerpid}
|
|
25
25
|
|
|
26
26
|
> **consumerPid**: `string`
|
|
27
27
|
|
|
@@ -29,7 +29,7 @@ MUST refer to the transfer identifier of the Consumer side.
|
|
|
29
29
|
|
|
30
30
|
***
|
|
31
31
|
|
|
32
|
-
### providerPid
|
|
32
|
+
### providerPid {#providerpid}
|
|
33
33
|
|
|
34
34
|
> **providerPid**: `string`
|
|
35
35
|
|
|
@@ -37,16 +37,16 @@ MUST refer to the transfer identifier of the Provider side.
|
|
|
37
37
|
|
|
38
38
|
***
|
|
39
39
|
|
|
40
|
-
### code?
|
|
40
|
+
### code? {#code}
|
|
41
41
|
|
|
42
|
-
> `optional` **code
|
|
42
|
+
> `optional` **code?**: `string`
|
|
43
43
|
|
|
44
44
|
The termination code.
|
|
45
45
|
|
|
46
46
|
***
|
|
47
47
|
|
|
48
|
-
### reason?
|
|
48
|
+
### reason? {#reason}
|
|
49
49
|
|
|
50
|
-
> `optional` **reason
|
|
50
|
+
> `optional` **reason?**: `any`[]
|
|
51
51
|
|
|
52
52
|
The termination reason(s).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: DataspaceProtocolContextType
|
|
2
2
|
|
|
3
|
-
> **DataspaceProtocolContextType** = *typeof* [`Context`](../variables/DataspaceProtocolContexts.md#context) \|
|
|
3
|
+
> **DataspaceProtocolContextType** = *typeof* [`Context`](../variables/DataspaceProtocolContexts.md#context) \| `SingleOccurrenceArray`\<`IJsonLdContextDefinitionElement`, *typeof* [`Context`](../variables/DataspaceProtocolContexts.md#context)\>
|
|
4
4
|
|
|
5
5
|
The Dataspace Protocol JSON-LD context type.
|
|
@@ -7,116 +7,68 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#cata
|
|
|
7
7
|
|
|
8
8
|
## Type Declaration
|
|
9
9
|
|
|
10
|
-
### CatalogRequestMessage
|
|
10
|
+
### CatalogRequestMessage {#catalogrequestmessage}
|
|
11
11
|
|
|
12
12
|
> `readonly` **CatalogRequestMessage**: `"CatalogRequestMessage"` = `"CatalogRequestMessage"`
|
|
13
13
|
|
|
14
14
|
Catalog Request Message.
|
|
15
15
|
|
|
16
|
-
### DatasetRequestMessage
|
|
16
|
+
### DatasetRequestMessage {#datasetrequestmessage}
|
|
17
17
|
|
|
18
18
|
> `readonly` **DatasetRequestMessage**: `"DatasetRequestMessage"` = `"DatasetRequestMessage"`
|
|
19
19
|
|
|
20
20
|
Dataset Request Message.
|
|
21
21
|
|
|
22
|
-
### CatalogError
|
|
22
|
+
### CatalogError {#catalogerror}
|
|
23
23
|
|
|
24
24
|
> `readonly` **CatalogError**: `"CatalogError"` = `"CatalogError"`
|
|
25
25
|
|
|
26
26
|
Catalog Error.
|
|
27
27
|
|
|
28
|
-
### Dataset
|
|
28
|
+
### Dataset {#dataset}
|
|
29
29
|
|
|
30
30
|
> `readonly` **Dataset**: `"Dataset"` = `"Dataset"`
|
|
31
31
|
|
|
32
32
|
Dataset.
|
|
33
33
|
|
|
34
|
-
###
|
|
35
|
-
|
|
36
|
-
> `readonly` **DatasetNoContext**: `"DatasetNoContext"` = `"DatasetNoContext"`
|
|
37
|
-
|
|
38
|
-
Dataset without JSON-LD context.
|
|
39
|
-
|
|
40
|
-
### DataService
|
|
34
|
+
### DataService {#dataservice}
|
|
41
35
|
|
|
42
36
|
> `readonly` **DataService**: `"DataService"` = `"DataService"`
|
|
43
37
|
|
|
44
38
|
Data Service.
|
|
45
39
|
|
|
46
|
-
###
|
|
47
|
-
|
|
48
|
-
> `readonly` **DataServiceNoContext**: `"DataServiceNoContext"` = `"DataServiceNoContext"`
|
|
49
|
-
|
|
50
|
-
Data Service without JSON-LD context.
|
|
51
|
-
|
|
52
|
-
### Distribution
|
|
40
|
+
### Distribution {#distribution}
|
|
53
41
|
|
|
54
42
|
> `readonly` **Distribution**: `"Distribution"` = `"Distribution"`
|
|
55
43
|
|
|
56
44
|
Distribution.
|
|
57
45
|
|
|
58
|
-
###
|
|
59
|
-
|
|
60
|
-
> `readonly` **DistributionNoContext**: `"DistributionNoContext"` = `"DistributionNoContext"`
|
|
61
|
-
|
|
62
|
-
Distribution without JSON-LD context.
|
|
63
|
-
|
|
64
|
-
### Catalog
|
|
46
|
+
### Catalog {#catalog}
|
|
65
47
|
|
|
66
48
|
> `readonly` **Catalog**: `"Catalog"` = `"Catalog"`
|
|
67
49
|
|
|
68
50
|
Catalog.
|
|
69
51
|
|
|
70
|
-
###
|
|
71
|
-
|
|
72
|
-
> `readonly` **CatalogNoContext**: `"CatalogNoContext"` = `"CatalogNoContext"`
|
|
73
|
-
|
|
74
|
-
Catalog without JSON-LD context.
|
|
75
|
-
|
|
76
|
-
### Policy
|
|
52
|
+
### Policy {#policy}
|
|
77
53
|
|
|
78
54
|
> `readonly` **Policy**: `"Policy"` = `"Policy"`
|
|
79
55
|
|
|
80
56
|
Policy.
|
|
81
57
|
|
|
82
|
-
###
|
|
83
|
-
|
|
84
|
-
> `readonly` **PolicyNoContext**: `"PolicyNoContext"` = `"PolicyNoContext"`
|
|
85
|
-
|
|
86
|
-
Policy without JSON-LD context.
|
|
87
|
-
|
|
88
|
-
### Offer
|
|
58
|
+
### Offer {#offer}
|
|
89
59
|
|
|
90
60
|
> `readonly` **Offer**: `"Offer"` = `"Offer"`
|
|
91
61
|
|
|
92
62
|
Offer.
|
|
93
63
|
|
|
94
|
-
###
|
|
95
|
-
|
|
96
|
-
> `readonly` **OfferNoContext**: `"OfferNoContext"` = `"OfferNoContext"`
|
|
97
|
-
|
|
98
|
-
Offer without JSON-LD context.
|
|
99
|
-
|
|
100
|
-
### Agreement
|
|
64
|
+
### Agreement {#agreement}
|
|
101
65
|
|
|
102
66
|
> `readonly` **Agreement**: `"Agreement"` = `"Agreement"`
|
|
103
67
|
|
|
104
68
|
Agreement.
|
|
105
69
|
|
|
106
|
-
###
|
|
107
|
-
|
|
108
|
-
> `readonly` **AgreementNoContext**: `"AgreementNoContext"` = `"AgreementNoContext"`
|
|
109
|
-
|
|
110
|
-
Agreement without JSON-LD context.
|
|
111
|
-
|
|
112
|
-
### Set
|
|
70
|
+
### Set {#set}
|
|
113
71
|
|
|
114
72
|
> `readonly` **Set**: `"Set"` = `"Set"`
|
|
115
73
|
|
|
116
74
|
Set.
|
|
117
|
-
|
|
118
|
-
### SetNoContext
|
|
119
|
-
|
|
120
|
-
> `readonly` **SetNoContext**: `"SetNoContext"` = `"SetNoContext"`
|
|
121
|
-
|
|
122
|
-
Set without JSON-LD context.
|
|
@@ -6,25 +6,25 @@ The contexts for Dataspace Protocol Protocol.
|
|
|
6
6
|
|
|
7
7
|
## Type Declaration
|
|
8
8
|
|
|
9
|
-
### Namespace
|
|
9
|
+
### Namespace {#namespace}
|
|
10
10
|
|
|
11
11
|
> `readonly` **Namespace**: `"https://w3id.org/dspace/2025/1/"` = `"https://w3id.org/dspace/2025/1/"`
|
|
12
12
|
|
|
13
13
|
The canonical RDF namespace URI.
|
|
14
14
|
|
|
15
|
-
### Context
|
|
15
|
+
### Context {#context}
|
|
16
16
|
|
|
17
17
|
> `readonly` **Context**: `"https://w3id.org/dspace/2025/1/context.jsonld"` = `"https://w3id.org/dspace/2025/1/context.jsonld"`
|
|
18
18
|
|
|
19
19
|
The value to use in @context.
|
|
20
20
|
|
|
21
|
-
### JsonLdContext
|
|
21
|
+
### JsonLdContext {#jsonldcontext}
|
|
22
22
|
|
|
23
23
|
> `readonly` **JsonLdContext**: `"https://w3id.org/dspace/2025/1/context.jsonld"` = `"https://w3id.org/dspace/2025/1/context.jsonld"`
|
|
24
24
|
|
|
25
25
|
The JSON-LD Context URL.
|
|
26
26
|
|
|
27
|
-
### JsonSchemaNamespace
|
|
27
|
+
### JsonSchemaNamespace {#jsonschemanamespace}
|
|
28
28
|
|
|
29
29
|
> `readonly` **JsonSchemaNamespace**: `"https://schema.twindev.org/dataspace-protocol/"` = `"https://schema.twindev.org/dataspace-protocol/"`
|
|
30
30
|
|
|
@@ -7,13 +7,13 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#cont
|
|
|
7
7
|
|
|
8
8
|
## Type Declaration
|
|
9
9
|
|
|
10
|
-
### ACCEPTED
|
|
10
|
+
### ACCEPTED {#accepted}
|
|
11
11
|
|
|
12
12
|
> `readonly` **ACCEPTED**: `"ACCEPTED"` = `"ACCEPTED"`
|
|
13
13
|
|
|
14
14
|
Accepted.
|
|
15
15
|
|
|
16
|
-
### FINALIZED
|
|
16
|
+
### FINALIZED {#finalized}
|
|
17
17
|
|
|
18
18
|
> `readonly` **FINALIZED**: `"FINALIZED"` = `"FINALIZED"`
|
|
19
19
|
|
|
@@ -7,43 +7,43 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#cont
|
|
|
7
7
|
|
|
8
8
|
## Type Declaration
|
|
9
9
|
|
|
10
|
-
### REQUESTED
|
|
10
|
+
### REQUESTED {#requested}
|
|
11
11
|
|
|
12
12
|
> `readonly` **REQUESTED**: `"REQUESTED"` = `"REQUESTED"`
|
|
13
13
|
|
|
14
14
|
Requested.
|
|
15
15
|
|
|
16
|
-
### OFFERED
|
|
16
|
+
### OFFERED {#offered}
|
|
17
17
|
|
|
18
18
|
> `readonly` **OFFERED**: `"OFFERED"` = `"OFFERED"`
|
|
19
19
|
|
|
20
20
|
Offered.
|
|
21
21
|
|
|
22
|
-
### ACCEPTED
|
|
22
|
+
### ACCEPTED {#accepted}
|
|
23
23
|
|
|
24
24
|
> `readonly` **ACCEPTED**: `"ACCEPTED"` = `"ACCEPTED"`
|
|
25
25
|
|
|
26
26
|
Accepted.
|
|
27
27
|
|
|
28
|
-
### AGREED
|
|
28
|
+
### AGREED {#agreed}
|
|
29
29
|
|
|
30
30
|
> `readonly` **AGREED**: `"AGREED"` = `"AGREED"`
|
|
31
31
|
|
|
32
32
|
Agreed.
|
|
33
33
|
|
|
34
|
-
### VERIFIED
|
|
34
|
+
### VERIFIED {#verified}
|
|
35
35
|
|
|
36
36
|
> `readonly` **VERIFIED**: `"VERIFIED"` = `"VERIFIED"`
|
|
37
37
|
|
|
38
38
|
Verified.
|
|
39
39
|
|
|
40
|
-
### FINALIZED
|
|
40
|
+
### FINALIZED {#finalized}
|
|
41
41
|
|
|
42
42
|
> `readonly` **FINALIZED**: `"FINALIZED"` = `"FINALIZED"`
|
|
43
43
|
|
|
44
44
|
Finalized.
|
|
45
45
|
|
|
46
|
-
### TERMINATED
|
|
46
|
+
### TERMINATED {#terminated}
|
|
47
47
|
|
|
48
48
|
> `readonly` **TERMINATED**: `"TERMINATED"` = `"TERMINATED"`
|
|
49
49
|
|
|
@@ -7,61 +7,61 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#mess
|
|
|
7
7
|
|
|
8
8
|
## Type Declaration
|
|
9
9
|
|
|
10
|
-
### ContractNegotiation
|
|
10
|
+
### ContractNegotiation {#contractnegotiation}
|
|
11
11
|
|
|
12
12
|
> `readonly` **ContractNegotiation**: `"ContractNegotiation"` = `"ContractNegotiation"`
|
|
13
13
|
|
|
14
14
|
Contract Negotiation.
|
|
15
15
|
|
|
16
|
-
### ContractRequestMessage
|
|
16
|
+
### ContractRequestMessage {#contractrequestmessage}
|
|
17
17
|
|
|
18
18
|
> `readonly` **ContractRequestMessage**: `"ContractRequestMessage"` = `"ContractRequestMessage"`
|
|
19
19
|
|
|
20
20
|
Contract Request Message.
|
|
21
21
|
|
|
22
|
-
### ContractOfferMessage
|
|
22
|
+
### ContractOfferMessage {#contractoffermessage}
|
|
23
23
|
|
|
24
24
|
> `readonly` **ContractOfferMessage**: `"ContractOfferMessage"` = `"ContractOfferMessage"`
|
|
25
25
|
|
|
26
26
|
Contract Offer Message.
|
|
27
27
|
|
|
28
|
-
### ContractAgreementMessage
|
|
28
|
+
### ContractAgreementMessage {#contractagreementmessage}
|
|
29
29
|
|
|
30
30
|
> `readonly` **ContractAgreementMessage**: `"ContractAgreementMessage"` = `"ContractAgreementMessage"`
|
|
31
31
|
|
|
32
32
|
Contract Agreement Message.
|
|
33
33
|
|
|
34
|
-
### ContractAgreementVerificationMessage
|
|
34
|
+
### ContractAgreementVerificationMessage {#contractagreementverificationmessage}
|
|
35
35
|
|
|
36
36
|
> `readonly` **ContractAgreementVerificationMessage**: `"ContractAgreementVerificationMessage"` = `"ContractAgreementVerificationMessage"`
|
|
37
37
|
|
|
38
38
|
Contract Agreement Verification Message.
|
|
39
39
|
|
|
40
|
-
### ContractNegotiationEventMessage
|
|
40
|
+
### ContractNegotiationEventMessage {#contractnegotiationeventmessage}
|
|
41
41
|
|
|
42
42
|
> `readonly` **ContractNegotiationEventMessage**: `"ContractNegotiationEventMessage"` = `"ContractNegotiationEventMessage"`
|
|
43
43
|
|
|
44
44
|
Contract Negotiation Event Message.
|
|
45
45
|
|
|
46
|
-
### ContractNegotiationTerminationMessage
|
|
46
|
+
### ContractNegotiationTerminationMessage {#contractnegotiationterminationmessage}
|
|
47
47
|
|
|
48
48
|
> `readonly` **ContractNegotiationTerminationMessage**: `"ContractNegotiationTerminationMessage"` = `"ContractNegotiationTerminationMessage"`
|
|
49
49
|
|
|
50
50
|
Contract Negotiation Termination Message.
|
|
51
51
|
|
|
52
|
-
### ContractNegotiationError
|
|
52
|
+
### ContractNegotiationError {#contractnegotiationerror}
|
|
53
53
|
|
|
54
54
|
> `readonly` **ContractNegotiationError**: `"ContractNegotiationError"` = `"ContractNegotiationError"`
|
|
55
55
|
|
|
56
56
|
Contract Negotiation Error.
|
|
57
57
|
|
|
58
|
-
### ContractNegotiationEventType
|
|
58
|
+
### ContractNegotiationEventType {#contractnegotiationeventtype}
|
|
59
59
|
|
|
60
60
|
> `readonly` **ContractNegotiationEventType**: `"ContractNegotiationEventType"` = `"ContractNegotiationEventType"`
|
|
61
61
|
|
|
62
62
|
Contract Negotiation Event Type.
|
|
63
63
|
|
|
64
|
-
### ContractNegotiationStateType
|
|
64
|
+
### ContractNegotiationStateType {#contractnegotiationstatetype}
|
|
65
65
|
|
|
66
66
|
> `readonly` **ContractNegotiationStateType**: `"ContractNegotiationStateType"` = `"ContractNegotiationStateType"`
|
|
67
67
|
|
|
@@ -20,7 +20,7 @@ References:
|
|
|
20
20
|
|
|
21
21
|
## Type Declaration
|
|
22
22
|
|
|
23
|
-
### HttpsQueryEndpoint
|
|
23
|
+
### HttpsQueryEndpoint {#httpsqueryendpoint}
|
|
24
24
|
|
|
25
25
|
> `readonly` **HttpsQueryEndpoint**: `"https://schema.twindev.org/dspace/v1/Https-Query-Endpoint"` = `"https://schema.twindev.org/dspace/v1/Https-Query-Endpoint"`
|
|
26
26
|
|
|
@@ -40,7 +40,7 @@ Transfer Flow:
|
|
|
40
40
|
- https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
|
|
41
41
|
- https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
|
|
42
42
|
|
|
43
|
-
### HttpsActivityStreamEndpoint
|
|
43
|
+
### HttpsActivityStreamEndpoint {#httpsactivitystreamendpoint}
|
|
44
44
|
|
|
45
45
|
> `readonly` **HttpsActivityStreamEndpoint**: `"https://schema.twindev.org/dspace/v1/Https-Activity-Stream-Endpoint"` = `"https://schema.twindev.org/dspace/v1/Https-Activity-Stream-Endpoint"`
|
|
46
46
|
|
|
@@ -61,7 +61,7 @@ Transfer Flow:
|
|
|
61
61
|
- https://www.w3.org/TR/activitystreams-core/
|
|
62
62
|
- https://www.w3.org/TR/activitypub/
|
|
63
63
|
|
|
64
|
-
### HTTP
|
|
64
|
+
### HTTP {#http}
|
|
65
65
|
|
|
66
66
|
> `readonly` **HTTP**: `"https://w3id.org/idsa/v4.1/HTTP"` = `"https://w3id.org/idsa/v4.1/HTTP"`
|
|
67
67
|
|
|
@@ -78,7 +78,7 @@ This constant is provided for interoperability with IDSA-based systems.
|
|
|
78
78
|
- https://w3id.org/idsa/v4.1/HTTP
|
|
79
79
|
- https://github.com/International-Data-Spaces-Association/InformationModel
|
|
80
80
|
|
|
81
|
-
### HTTPS
|
|
81
|
+
### HTTPS {#https}
|
|
82
82
|
|
|
83
83
|
> `readonly` **HTTPS**: `"https://w3id.org/idsa/v4.1/HTTPS"` = `"https://w3id.org/idsa/v4.1/HTTPS"`
|
|
84
84
|
|
|
@@ -7,31 +7,31 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/
|
|
|
7
7
|
|
|
8
8
|
## Type Declaration
|
|
9
9
|
|
|
10
|
-
### COMPLETED
|
|
10
|
+
### COMPLETED {#completed}
|
|
11
11
|
|
|
12
12
|
> `readonly` **COMPLETED**: `"COMPLETED"` = `"COMPLETED"`
|
|
13
13
|
|
|
14
14
|
Completed
|
|
15
15
|
|
|
16
|
-
### REQUESTED
|
|
16
|
+
### REQUESTED {#requested}
|
|
17
17
|
|
|
18
18
|
> `readonly` **REQUESTED**: `"REQUESTED"` = `"REQUESTED"`
|
|
19
19
|
|
|
20
20
|
Requested
|
|
21
21
|
|
|
22
|
-
### STARTED
|
|
22
|
+
### STARTED {#started}
|
|
23
23
|
|
|
24
24
|
> `readonly` **STARTED**: `"STARTED"` = `"STARTED"`
|
|
25
25
|
|
|
26
26
|
Started
|
|
27
27
|
|
|
28
|
-
### SUSPENDED
|
|
28
|
+
### SUSPENDED {#suspended}
|
|
29
29
|
|
|
30
30
|
> `readonly` **SUSPENDED**: `"SUSPENDED"` = `"SUSPENDED"`
|
|
31
31
|
|
|
32
32
|
Suspended
|
|
33
33
|
|
|
34
|
-
### TERMINATED
|
|
34
|
+
### TERMINATED {#terminated}
|
|
35
35
|
|
|
36
36
|
> `readonly` **TERMINATED**: `"TERMINATED"` = `"TERMINATED"`
|
|
37
37
|
|
|
@@ -7,55 +7,55 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/
|
|
|
7
7
|
|
|
8
8
|
## Type Declaration
|
|
9
9
|
|
|
10
|
-
### TransferRequestMessage
|
|
10
|
+
### TransferRequestMessage {#transferrequestmessage}
|
|
11
11
|
|
|
12
12
|
> `readonly` **TransferRequestMessage**: `"TransferRequestMessage"` = `"TransferRequestMessage"`
|
|
13
13
|
|
|
14
14
|
Transfer Request Message.
|
|
15
15
|
|
|
16
|
-
### TransferStartMessage
|
|
16
|
+
### TransferStartMessage {#transferstartmessage}
|
|
17
17
|
|
|
18
18
|
> `readonly` **TransferStartMessage**: `"TransferStartMessage"` = `"TransferStartMessage"`
|
|
19
19
|
|
|
20
20
|
Transfer Start Message.
|
|
21
21
|
|
|
22
|
-
### TransferSuspensionMessage
|
|
22
|
+
### TransferSuspensionMessage {#transfersuspensionmessage}
|
|
23
23
|
|
|
24
24
|
> `readonly` **TransferSuspensionMessage**: `"TransferSuspensionMessage"` = `"TransferSuspensionMessage"`
|
|
25
25
|
|
|
26
26
|
Transfer Suspension Message.
|
|
27
27
|
|
|
28
|
-
### TransferCompletionMessage
|
|
28
|
+
### TransferCompletionMessage {#transfercompletionmessage}
|
|
29
29
|
|
|
30
30
|
> `readonly` **TransferCompletionMessage**: `"TransferCompletionMessage"` = `"TransferCompletionMessage"`
|
|
31
31
|
|
|
32
32
|
Transfer Completion Message.
|
|
33
33
|
|
|
34
|
-
### TransferTerminationMessage
|
|
34
|
+
### TransferTerminationMessage {#transferterminationmessage}
|
|
35
35
|
|
|
36
36
|
> `readonly` **TransferTerminationMessage**: `"TransferTerminationMessage"` = `"TransferTerminationMessage"`
|
|
37
37
|
|
|
38
38
|
Transfer Termination Message.
|
|
39
39
|
|
|
40
|
-
### DataAddress
|
|
40
|
+
### DataAddress {#dataaddress}
|
|
41
41
|
|
|
42
42
|
> `readonly` **DataAddress**: `"DataAddress"` = `"DataAddress"`
|
|
43
43
|
|
|
44
44
|
Data Address
|
|
45
45
|
|
|
46
|
-
### EndpointProperty
|
|
46
|
+
### EndpointProperty {#endpointproperty}
|
|
47
47
|
|
|
48
48
|
> `readonly` **EndpointProperty**: `"EndpointProperty"` = `"EndpointProperty"`
|
|
49
49
|
|
|
50
50
|
Endpoint property.
|
|
51
51
|
|
|
52
|
-
### TransferProcess
|
|
52
|
+
### TransferProcess {#transferprocess}
|
|
53
53
|
|
|
54
54
|
> `readonly` **TransferProcess**: `"TransferProcess"` = `"TransferProcess"`
|
|
55
55
|
|
|
56
56
|
Transfer Process
|
|
57
57
|
|
|
58
|
-
### TransferError
|
|
58
|
+
### TransferError {#transfererror}
|
|
59
59
|
|
|
60
60
|
> `readonly` **TransferError**: `"TransferError"` = `"TransferError"`
|
|
61
61
|
|
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",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IDataspaceProtocolCatalogNoContext.js","sourceRoot":"","sources":["../../../../src/models/dcat3/IDataspaceProtocolCatalogNoContext.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDataspaceProtocolCatalog } from \"./IDataspaceProtocolCatalog.js\";\n\n/**\n * Catalog interface compliant with Eclipse Data Space Protocol, excluding the `@context` property.\n */\nexport type IDataspaceProtocolCatalogNoContext = Omit<IDataspaceProtocolCatalog, \"@context\">;\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IDataspaceProtocolDataServiceNoContext.js","sourceRoot":"","sources":["../../../../src/models/dcat3/IDataspaceProtocolDataServiceNoContext.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDataspaceProtocolDataService } from \"./IDataspaceProtocolDataService.js\";\n\n/**\n * Data Service interface compliant with Eclipse Data Space Protocol, excluding the `@context` property.\n */\nexport type IDataspaceProtocolDataServiceNoContext = Omit<\n\tIDataspaceProtocolDataService,\n\t\"@context\"\n>;\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IDataspaceProtocolDatasetNoContext.js","sourceRoot":"","sources":["../../../../src/models/dcat3/IDataspaceProtocolDatasetNoContext.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDataspaceProtocolDataset } from \"./IDataspaceProtocolDataset.js\";\n\n/**\n * Dataset interface compliant with Eclipse Data Space Protocol, excluding the `@context` property.\n */\nexport type IDataspaceProtocolDatasetNoContext = Omit<IDataspaceProtocolDataset, \"@context\">;\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IDataspaceProtocolDistributionNoContext.js","sourceRoot":"","sources":["../../../../src/models/dcat3/IDataspaceProtocolDistributionNoContext.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDataspaceProtocolDistribution } from \"./IDataspaceProtocolDistribution.js\";\n\n/**\n * Distribution interface compliant with Eclipse Data Space Protocol, excluding the `@context` property.\n */\nexport type IDataspaceProtocolDistributionNoContext = Omit<\n\tIDataspaceProtocolDistribution,\n\t\"@context\"\n>;\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IDataspaceProtocolAgreementNoContext.js","sourceRoot":"","sources":["../../../../src/models/odrl/IDataspaceProtocolAgreementNoContext.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDataspaceProtocolAgreement } from \"./IDataspaceProtocolAgreement.js\";\n\n/**\n * Agreement interface compliant with Eclipse Data Space Protocol, excluding the `@context` property.\n */\nexport type IDataspaceProtocolAgreementNoContext = Omit<IDataspaceProtocolAgreement, \"@context\">;\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IDataspaceProtocolOfferNoContext.js","sourceRoot":"","sources":["../../../../src/models/odrl/IDataspaceProtocolOfferNoContext.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDataspaceProtocolOffer } from \"./IDataspaceProtocolOffer.js\";\n\n/**\n * Offer interface compliant with Eclipse Data Space Protocol, excluding the `@context` property.\n */\nexport type IDataspaceProtocolOfferNoContext = Omit<IDataspaceProtocolOffer, \"@context\">;\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IDataspaceProtocolPolicyNoContext.js","sourceRoot":"","sources":["../../../../src/models/odrl/IDataspaceProtocolPolicyNoContext.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDataspaceProtocolPolicy } from \"./IDataspaceProtocolPolicy.js\";\n\n/**\n * Policy interface compliant with Eclipse Data Space Protocol, excluding the `@context` property.\n */\nexport type IDataspaceProtocolPolicyNoContext = Omit<IDataspaceProtocolPolicy, \"@context\">;\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IDataspaceProtocolSetNoContext.js","sourceRoot":"","sources":["../../../../src/models/odrl/IDataspaceProtocolSetNoContext.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDataspaceProtocolSet } from \"./IDataspaceProtocolSet.js\";\n\n/**\n * Set interface compliant with Eclipse Data Space Protocol, excluding the `@context` property.\n */\nexport type IDataspaceProtocolSetNoContext = Omit<IDataspaceProtocolSet, \"@context\">;\n"]}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolAgreementNoContext",
|
|
4
|
-
"description": "Agreement interface compliant with Eclipse Data Space Protocol, excluding the `@context` property.",
|
|
5
|
-
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolAgreement"
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolCatalogNoContext",
|
|
4
|
-
"description": "Catalog interface compliant with Eclipse Data Space Protocol, excluding the `@context` property.",
|
|
5
|
-
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolCatalog"
|
|
6
|
-
}
|