@twin.org/standards-dataspace-protocol 0.0.3-next.25 → 0.0.3-next.27

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/index.js CHANGED
@@ -38,6 +38,7 @@ export * from "./models/transferProcess/IDataspaceProtocolTransferStartMessage.j
38
38
  export * from "./models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js";
39
39
  export * from "./models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js";
40
40
  export * from "./models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js";
41
+ export * from "./models/transferProcess/types/dataspaceProtocolEndpointType.js";
41
42
  export * from "./dataTypes/transferProcessDataTypes.js";
42
43
  export * from "./utils/dataspaceProtocolHelper.js";
43
44
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAE1D,mBAAmB;AACnB,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,6DAA6D,CAAC;AAE5E,cAAc,+CAA+C,CAAC;AAC9D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,oDAAoD,CAAC;AACnE,cAAc,mDAAmD,CAAC;AAElE,cAAc,iCAAiC,CAAC;AAEhD,gCAAgC;AAChC,cAAc,2EAA2E,CAAC;AAC1F,cAAc,4EAA4E,CAAC;AAC3F,cAAc,wFAAwF,CAAC;AACvG,cAAc,uEAAuE,CAAC;AACtF,cAAc,4EAA4E,CAAC;AAC3F,cAAc,mFAAmF,CAAC;AAClG,cAAc,yFAAyF,CAAC;AACxG,cAAc,wEAAwE,CAAC;AACvF,cAAc,0EAA0E,CAAC;AACzF,cAAc,qFAAqF,CAAC;AACpG,cAAc,qFAAqF,CAAC;AAEpG,cAAc,6CAA6C,CAAC;AAE5D,4BAA4B;AAC5B,cAAc,mEAAmE,CAAC;AAClF,cAAc,2DAA2D,CAAC;AAC1E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,yEAAyE,CAAC;AACxF,cAAc,6DAA6D,CAAC;AAC5E,cAAc,+DAA+D,CAAC;AAC9E,cAAc,sEAAsE,CAAC;AACrF,cAAc,oEAAoE,CAAC;AACnF,cAAc,yEAAyE,CAAC;AACxF,cAAc,0EAA0E,CAAC;AACzF,cAAc,6EAA6E,CAAC;AAE5F,cAAc,yCAAyC,CAAC;AAExD,cAAc,oCAAoC,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nexport * from \"./models/dataspaceProtocolContexts.js\";\nexport * from \"./models/dataspaceProtocolContextType.js\";\nexport * from \"./dataTypes/dataspaceProtocolDataTypes.js\";\n\n// Catalog Protocol\nexport * from \"./models/catalog/dataspaceProtocolCatalogTypes.js\";\nexport * from \"./models/catalog/IDataspaceProtocolCatalogError.js\";\nexport * from \"./models/catalog/IDataspaceProtocolCatalogRequestMessage.js\";\nexport * from \"./models/catalog/IDataspaceProtocolDatasetRequestMessage.js\";\n\nexport * from \"./models/catalog/IDataspaceProtocolDataset.js\";\nexport * from \"./models/catalog/IDataspaceProtocolCatalog.js\";\nexport * from \"./models/catalog/IDataspaceProtocolDistribution.js\";\nexport * from \"./models/catalog/IDataspaceProtocolDataService.js\";\n\nexport * from \"./dataTypes/catalogDataTypes.js\";\n\n// Contract Negotiation Protocol\nexport * from \"./models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractNegotiation.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js\";\nexport * from \"./models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js\";\nexport * from \"./models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js\";\n\nexport * from \"./dataTypes/contractNegotiationDataTypes.js\";\n\n// Transfer Process Protocol\nexport * from \"./models/transferProcess/dataspaceProtocolTransferProcessTypes.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolDataAddress.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolEndpointProperty.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferError.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferProcess.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferRequestMessage.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferStartMessage.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js\";\nexport * from \"./models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js\";\n\nexport * from \"./dataTypes/transferProcessDataTypes.js\";\n\nexport * from \"./utils/dataspaceProtocolHelper.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAE1D,mBAAmB;AACnB,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,6DAA6D,CAAC;AAE5E,cAAc,+CAA+C,CAAC;AAC9D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,oDAAoD,CAAC;AACnE,cAAc,mDAAmD,CAAC;AAElE,cAAc,iCAAiC,CAAC;AAEhD,gCAAgC;AAChC,cAAc,2EAA2E,CAAC;AAC1F,cAAc,4EAA4E,CAAC;AAC3F,cAAc,wFAAwF,CAAC;AACvG,cAAc,uEAAuE,CAAC;AACtF,cAAc,4EAA4E,CAAC;AAC3F,cAAc,mFAAmF,CAAC;AAClG,cAAc,yFAAyF,CAAC;AACxG,cAAc,wEAAwE,CAAC;AACvF,cAAc,0EAA0E,CAAC;AACzF,cAAc,qFAAqF,CAAC;AACpG,cAAc,qFAAqF,CAAC;AAEpG,cAAc,6CAA6C,CAAC;AAE5D,4BAA4B;AAC5B,cAAc,mEAAmE,CAAC;AAClF,cAAc,2DAA2D,CAAC;AAC1E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,yEAAyE,CAAC;AACxF,cAAc,6DAA6D,CAAC;AAC5E,cAAc,+DAA+D,CAAC;AAC9E,cAAc,sEAAsE,CAAC;AACrF,cAAc,oEAAoE,CAAC;AACnF,cAAc,yEAAyE,CAAC;AACxF,cAAc,0EAA0E,CAAC;AACzF,cAAc,6EAA6E,CAAC;AAC5F,cAAc,iEAAiE,CAAC;AAEhF,cAAc,yCAAyC,CAAC;AAExD,cAAc,oCAAoC,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nexport * from \"./models/dataspaceProtocolContexts.js\";\nexport * from \"./models/dataspaceProtocolContextType.js\";\nexport * from \"./dataTypes/dataspaceProtocolDataTypes.js\";\n\n// Catalog Protocol\nexport * from \"./models/catalog/dataspaceProtocolCatalogTypes.js\";\nexport * from \"./models/catalog/IDataspaceProtocolCatalogError.js\";\nexport * from \"./models/catalog/IDataspaceProtocolCatalogRequestMessage.js\";\nexport * from \"./models/catalog/IDataspaceProtocolDatasetRequestMessage.js\";\n\nexport * from \"./models/catalog/IDataspaceProtocolDataset.js\";\nexport * from \"./models/catalog/IDataspaceProtocolCatalog.js\";\nexport * from \"./models/catalog/IDataspaceProtocolDistribution.js\";\nexport * from \"./models/catalog/IDataspaceProtocolDataService.js\";\n\nexport * from \"./dataTypes/catalogDataTypes.js\";\n\n// Contract Negotiation Protocol\nexport * from \"./models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractNegotiation.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js\";\nexport * from \"./models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js\";\nexport * from \"./models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js\";\nexport * from \"./models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js\";\n\nexport * from \"./dataTypes/contractNegotiationDataTypes.js\";\n\n// Transfer Process Protocol\nexport * from \"./models/transferProcess/dataspaceProtocolTransferProcessTypes.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolDataAddress.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolEndpointProperty.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferError.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferProcess.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferRequestMessage.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferStartMessage.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js\";\nexport * from \"./models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js\";\nexport * from \"./models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js\";\nexport * from \"./models/transferProcess/types/dataspaceProtocolEndpointType.js\";\n\nexport * from \"./dataTypes/transferProcessDataTypes.js\";\n\nexport * from \"./utils/dataspaceProtocolHelper.js\";\n"]}
@@ -0,0 +1,96 @@
1
+ // Copyright 2025 IOTA Stiftung.
2
+ // SPDX-License-Identifier: Apache-2.0.
3
+ /**
4
+ * W3ID-based endpoint type identifiers from the IDSA namespace.
5
+ *
6
+ * These persistent identifiers follow the W3ID (https://w3id.org) system
7
+ * used by the International Data Spaces Association (IDSA) to provide
8
+ * stable, semantic identifiers for data space endpoint types.
9
+ *
10
+ * W3ID URLs are designed to be:
11
+ * - Persistent (permanent identifiers that don't break)
12
+ * - Resolvable (can be dereferenced to get definitions)
13
+ * - Semantic (provide meaning through linked data)
14
+ *
15
+ * References:
16
+ * - IDSA W3ID Namespace: https://w3id.org/idsa/
17
+ * - IDS Information Model: https://github.com/International-Data-Spaces-Association/InformationModel
18
+ * - DSP Specification: https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/
19
+ */
20
+ // eslint-disable-next-line @typescript-eslint/naming-convention
21
+ export const DataspaceProtocolEndpointType = {
22
+ // ========================================
23
+ // IDSA W3ID Namespace (Standardized)
24
+ // ========================================
25
+ /**
26
+ * HTTP endpoint (IDSA W3ID v4.1).
27
+ *
28
+ * Persistent identifier for HTTP-based data access endpoints.
29
+ * This W3ID URL is used as a semantic identifier in JSON-LD contexts.
30
+ *
31
+ * @see https://w3id.org/idsa/v4.1/HTTP
32
+ * @see https://github.com/International-Data-Spaces-Association/InformationModel
33
+ */
34
+ HTTP: "https://w3id.org/idsa/v4.1/HTTP",
35
+ /**
36
+ * HTTPS endpoint (IDSA W3ID v4.1).
37
+ *
38
+ * Persistent identifier for HTTPS-based secure data access endpoints.
39
+ * This W3ID URL is used as a semantic identifier in JSON-LD contexts.
40
+ *
41
+ * @see https://w3id.org/idsa/v4.1/HTTPS
42
+ * @see https://github.com/International-Data-Spaces-Association/InformationModel
43
+ */
44
+ HTTPS: "https://w3id.org/idsa/v4.1/HTTPS",
45
+ // ========================================
46
+ // Non-W3ID Endpoint Types (De facto standards)
47
+ // ========================================
48
+ /**
49
+ * HTTPS Activity Stream endpoint (Activity Streams 2.0).
50
+ *
51
+ * Used for ActivityPub/Activity Streams protocol endpoints.
52
+ * This is used in PUSH transfer scenarios where the provider
53
+ * sends data to the consumer's Activity Stream inbox.
54
+ *
55
+ * @see https://www.w3.org/TR/activitystreams-core/
56
+ * @see https://www.w3.org/TR/activitypub/
57
+ */
58
+ HttpsActivityStream: "Https-Activity-Stream-Endpoint",
59
+ /**
60
+ * Amazon S3 bucket endpoint.
61
+ *
62
+ * Used for S3-based data transfer (both PULL and PUSH).
63
+ * Note: Not currently part of IDSA W3ID namespace.
64
+ *
65
+ * @see https://aws.amazon.com/s3/
66
+ */
67
+ S3: "S3",
68
+ /**
69
+ * Azure Blob Storage endpoint.
70
+ *
71
+ * Used for Azure cloud storage-based data transfer.
72
+ * Note: Not currently part of IDSA W3ID namespace.
73
+ *
74
+ * @see https://azure.microsoft.com/en-us/products/storage/blobs
75
+ */
76
+ AzureStorage: "AzureStorage",
77
+ /**
78
+ * Apache Kafka topic endpoint.
79
+ *
80
+ * Used for streaming data via Kafka message broker.
81
+ * Note: Not currently part of IDSA W3ID namespace.
82
+ *
83
+ * @see https://kafka.apache.org/
84
+ */
85
+ Kafka: "Kafka",
86
+ /**
87
+ * SFTP (SSH File Transfer Protocol) endpoint.
88
+ *
89
+ * Used for secure file transfer over SSH.
90
+ * Note: Not currently part of IDSA W3ID namespace.
91
+ *
92
+ * @see https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol
93
+ */
94
+ SFTP: "SFTP"
95
+ };
96
+ //# sourceMappingURL=dataspaceProtocolEndpointType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataspaceProtocolEndpointType.js","sourceRoot":"","sources":["../../../../../src/models/transferProcess/types/dataspaceProtocolEndpointType.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;;;;;;;;;;;;;;;GAgBG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC5C,2CAA2C;IAC3C,qCAAqC;IACrC,2CAA2C;IAE3C;;;;;;;;OAQG;IACH,IAAI,EAAE,iCAAiC;IAEvC;;;;;;;;OAQG;IACH,KAAK,EAAE,kCAAkC;IAEzC,2CAA2C;IAC3C,+CAA+C;IAC/C,2CAA2C;IAE3C;;;;;;;;;OASG;IACH,mBAAmB,EAAE,gCAAgC;IAErD;;;;;;;OAOG;IACH,EAAE,EAAE,IAAI;IAER;;;;;;;OAOG;IACH,YAAY,EAAE,cAAc;IAE5B;;;;;;;OAOG;IACH,KAAK,EAAE,OAAO;IAEd;;;;;;;OAOG;IACH,IAAI,EAAE,MAAM;CACH,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * W3ID-based endpoint type identifiers from the IDSA namespace.\n *\n * These persistent identifiers follow the W3ID (https://w3id.org) system\n * used by the International Data Spaces Association (IDSA) to provide\n * stable, semantic identifiers for data space endpoint types.\n *\n * W3ID URLs are designed to be:\n * - Persistent (permanent identifiers that don't break)\n * - Resolvable (can be dereferenced to get definitions)\n * - Semantic (provide meaning through linked data)\n *\n * References:\n * - IDSA W3ID Namespace: https://w3id.org/idsa/\n * - IDS Information Model: https://github.com/International-Data-Spaces-Association/InformationModel\n * - DSP Specification: https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolEndpointType = {\n\t// ========================================\n\t// IDSA W3ID Namespace (Standardized)\n\t// ========================================\n\n\t/**\n\t * HTTP endpoint (IDSA W3ID v4.1).\n\t *\n\t * Persistent identifier for HTTP-based data access endpoints.\n\t * This W3ID URL is used as a semantic identifier in JSON-LD contexts.\n\t *\n\t * @see https://w3id.org/idsa/v4.1/HTTP\n\t * @see https://github.com/International-Data-Spaces-Association/InformationModel\n\t */\n\tHTTP: \"https://w3id.org/idsa/v4.1/HTTP\",\n\n\t/**\n\t * HTTPS endpoint (IDSA W3ID v4.1).\n\t *\n\t * Persistent identifier for HTTPS-based secure data access endpoints.\n\t * This W3ID URL is used as a semantic identifier in JSON-LD contexts.\n\t *\n\t * @see https://w3id.org/idsa/v4.1/HTTPS\n\t * @see https://github.com/International-Data-Spaces-Association/InformationModel\n\t */\n\tHTTPS: \"https://w3id.org/idsa/v4.1/HTTPS\",\n\n\t// ========================================\n\t// Non-W3ID Endpoint Types (De facto standards)\n\t// ========================================\n\n\t/**\n\t * HTTPS Activity Stream endpoint (Activity Streams 2.0).\n\t *\n\t * Used for ActivityPub/Activity Streams protocol endpoints.\n\t * This is used in PUSH transfer scenarios where the provider\n\t * sends data to the consumer's Activity Stream inbox.\n\t *\n\t * @see https://www.w3.org/TR/activitystreams-core/\n\t * @see https://www.w3.org/TR/activitypub/\n\t */\n\tHttpsActivityStream: \"Https-Activity-Stream-Endpoint\",\n\n\t/**\n\t * Amazon S3 bucket endpoint.\n\t *\n\t * Used for S3-based data transfer (both PULL and PUSH).\n\t * Note: Not currently part of IDSA W3ID namespace.\n\t *\n\t * @see https://aws.amazon.com/s3/\n\t */\n\tS3: \"S3\",\n\n\t/**\n\t * Azure Blob Storage endpoint.\n\t *\n\t * Used for Azure cloud storage-based data transfer.\n\t * Note: Not currently part of IDSA W3ID namespace.\n\t *\n\t * @see https://azure.microsoft.com/en-us/products/storage/blobs\n\t */\n\tAzureStorage: \"AzureStorage\",\n\n\t/**\n\t * Apache Kafka topic endpoint.\n\t *\n\t * Used for streaming data via Kafka message broker.\n\t * Note: Not currently part of IDSA W3ID namespace.\n\t *\n\t * @see https://kafka.apache.org/\n\t */\n\tKafka: \"Kafka\",\n\n\t/**\n\t * SFTP (SSH File Transfer Protocol) endpoint.\n\t *\n\t * Used for secure file transfer over SSH.\n\t * Note: Not currently part of IDSA W3ID namespace.\n\t *\n\t * @see https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol\n\t */\n\tSFTP: \"SFTP\"\n} as const;\n\n/**\n * Type representing all valid Dataspace Protocol endpoint types.\n */\nexport type DataspaceProtocolEndpointType =\n\t(typeof DataspaceProtocolEndpointType)[keyof typeof DataspaceProtocolEndpointType];\n"]}
@@ -33,5 +33,6 @@ export * from "./models/transferProcess/IDataspaceProtocolTransferStartMessage.j
33
33
  export * from "./models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js";
34
34
  export * from "./models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js";
35
35
  export * from "./models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js";
36
+ export * from "./models/transferProcess/types/dataspaceProtocolEndpointType.js";
36
37
  export * from "./dataTypes/transferProcessDataTypes.js";
37
38
  export * from "./utils/dataspaceProtocolHelper.js";
@@ -0,0 +1,90 @@
1
+ /**
2
+ * W3ID-based endpoint type identifiers from the IDSA namespace.
3
+ *
4
+ * These persistent identifiers follow the W3ID (https://w3id.org) system
5
+ * used by the International Data Spaces Association (IDSA) to provide
6
+ * stable, semantic identifiers for data space endpoint types.
7
+ *
8
+ * W3ID URLs are designed to be:
9
+ * - Persistent (permanent identifiers that don't break)
10
+ * - Resolvable (can be dereferenced to get definitions)
11
+ * - Semantic (provide meaning through linked data)
12
+ *
13
+ * References:
14
+ * - IDSA W3ID Namespace: https://w3id.org/idsa/
15
+ * - IDS Information Model: https://github.com/International-Data-Spaces-Association/InformationModel
16
+ * - DSP Specification: https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/
17
+ */
18
+ export declare const DataspaceProtocolEndpointType: {
19
+ /**
20
+ * HTTP endpoint (IDSA W3ID v4.1).
21
+ *
22
+ * Persistent identifier for HTTP-based data access endpoints.
23
+ * This W3ID URL is used as a semantic identifier in JSON-LD contexts.
24
+ *
25
+ * @see https://w3id.org/idsa/v4.1/HTTP
26
+ * @see https://github.com/International-Data-Spaces-Association/InformationModel
27
+ */
28
+ readonly HTTP: "https://w3id.org/idsa/v4.1/HTTP";
29
+ /**
30
+ * HTTPS endpoint (IDSA W3ID v4.1).
31
+ *
32
+ * Persistent identifier for HTTPS-based secure data access endpoints.
33
+ * This W3ID URL is used as a semantic identifier in JSON-LD contexts.
34
+ *
35
+ * @see https://w3id.org/idsa/v4.1/HTTPS
36
+ * @see https://github.com/International-Data-Spaces-Association/InformationModel
37
+ */
38
+ readonly HTTPS: "https://w3id.org/idsa/v4.1/HTTPS";
39
+ /**
40
+ * HTTPS Activity Stream endpoint (Activity Streams 2.0).
41
+ *
42
+ * Used for ActivityPub/Activity Streams protocol endpoints.
43
+ * This is used in PUSH transfer scenarios where the provider
44
+ * sends data to the consumer's Activity Stream inbox.
45
+ *
46
+ * @see https://www.w3.org/TR/activitystreams-core/
47
+ * @see https://www.w3.org/TR/activitypub/
48
+ */
49
+ readonly HttpsActivityStream: "Https-Activity-Stream-Endpoint";
50
+ /**
51
+ * Amazon S3 bucket endpoint.
52
+ *
53
+ * Used for S3-based data transfer (both PULL and PUSH).
54
+ * Note: Not currently part of IDSA W3ID namespace.
55
+ *
56
+ * @see https://aws.amazon.com/s3/
57
+ */
58
+ readonly S3: "S3";
59
+ /**
60
+ * Azure Blob Storage endpoint.
61
+ *
62
+ * Used for Azure cloud storage-based data transfer.
63
+ * Note: Not currently part of IDSA W3ID namespace.
64
+ *
65
+ * @see https://azure.microsoft.com/en-us/products/storage/blobs
66
+ */
67
+ readonly AzureStorage: "AzureStorage";
68
+ /**
69
+ * Apache Kafka topic endpoint.
70
+ *
71
+ * Used for streaming data via Kafka message broker.
72
+ * Note: Not currently part of IDSA W3ID namespace.
73
+ *
74
+ * @see https://kafka.apache.org/
75
+ */
76
+ readonly Kafka: "Kafka";
77
+ /**
78
+ * SFTP (SSH File Transfer Protocol) endpoint.
79
+ *
80
+ * Used for secure file transfer over SSH.
81
+ * Note: Not currently part of IDSA W3ID namespace.
82
+ *
83
+ * @see https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol
84
+ */
85
+ readonly SFTP: "SFTP";
86
+ };
87
+ /**
88
+ * Type representing all valid Dataspace Protocol endpoint types.
89
+ */
90
+ export type DataspaceProtocolEndpointType = (typeof DataspaceProtocolEndpointType)[keyof typeof DataspaceProtocolEndpointType];
package/docs/changelog.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.27](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.26...standards-dataspace-protocol-v0.0.3-next.27) (2026-02-03)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-dataspace-protocol:** Synchronize repo versions
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.26 to 0.0.3-next.27
16
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.26 to 0.0.3-next.27
17
+ * devDependencies
18
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.26 to 0.0.3-next.27
19
+
20
+ ## [0.0.3-next.26](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.25...standards-dataspace-protocol-v0.0.3-next.26) (2026-02-02)
21
+
22
+
23
+ ### Features
24
+
25
+ * w3id endpoints constants added ([#131](https://github.com/twinfoundation/standards/issues/131)) ([5fe981a](https://github.com/twinfoundation/standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
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.25 to 0.0.3-next.26
33
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.25 to 0.0.3-next.26
34
+ * devDependencies
35
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.25 to 0.0.3-next.26
36
+
3
37
  ## [0.0.3-next.25](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.24...standards-dataspace-protocol-v0.0.3-next.25) (2026-02-02)
4
38
 
5
39
 
@@ -44,6 +44,7 @@
44
44
  - [DataspaceProtocolContextType](type-aliases/DataspaceProtocolContextType.md)
45
45
  - [DataspaceProtocolContexts](type-aliases/DataspaceProtocolContexts.md)
46
46
  - [DataspaceProtocolTransferProcessTypes](type-aliases/DataspaceProtocolTransferProcessTypes.md)
47
+ - [DataspaceProtocolEndpointType](type-aliases/DataspaceProtocolEndpointType.md)
47
48
  - [DataspaceProtocolTransferProcessStateType](type-aliases/DataspaceProtocolTransferProcessStateType.md)
48
49
 
49
50
  ## Variables
@@ -54,4 +55,5 @@
54
55
  - [DataspaceProtocolContractNegotiationStateType](variables/DataspaceProtocolContractNegotiationStateType.md)
55
56
  - [DataspaceProtocolContexts](variables/DataspaceProtocolContexts.md)
56
57
  - [DataspaceProtocolTransferProcessTypes](variables/DataspaceProtocolTransferProcessTypes.md)
58
+ - [DataspaceProtocolEndpointType](variables/DataspaceProtocolEndpointType.md)
57
59
  - [DataspaceProtocolTransferProcessStateType](variables/DataspaceProtocolTransferProcessStateType.md)
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataspaceProtocolEndpointType
2
+
3
+ > **DataspaceProtocolEndpointType** = *typeof* [`DataspaceProtocolEndpointType`](../variables/DataspaceProtocolEndpointType.md)\[keyof *typeof* [`DataspaceProtocolEndpointType`](../variables/DataspaceProtocolEndpointType.md)\]
4
+
5
+ Type representing all valid Dataspace Protocol endpoint types.
@@ -0,0 +1,116 @@
1
+ # Variable: DataspaceProtocolEndpointType
2
+
3
+ > `const` **DataspaceProtocolEndpointType**: `object`
4
+
5
+ W3ID-based endpoint type identifiers from the IDSA namespace.
6
+
7
+ These persistent identifiers follow the W3ID (https://w3id.org) system
8
+ used by the International Data Spaces Association (IDSA) to provide
9
+ stable, semantic identifiers for data space endpoint types.
10
+
11
+ W3ID URLs are designed to be:
12
+ - Persistent (permanent identifiers that don't break)
13
+ - Resolvable (can be dereferenced to get definitions)
14
+ - Semantic (provide meaning through linked data)
15
+
16
+ References:
17
+ - IDSA W3ID Namespace: https://w3id.org/idsa/
18
+ - IDS Information Model: https://github.com/International-Data-Spaces-Association/InformationModel
19
+ - DSP Specification: https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/
20
+
21
+ ## Type Declaration
22
+
23
+ ### HTTP
24
+
25
+ > `readonly` **HTTP**: `"https://w3id.org/idsa/v4.1/HTTP"` = `"https://w3id.org/idsa/v4.1/HTTP"`
26
+
27
+ HTTP endpoint (IDSA W3ID v4.1).
28
+
29
+ Persistent identifier for HTTP-based data access endpoints.
30
+ This W3ID URL is used as a semantic identifier in JSON-LD contexts.
31
+
32
+ #### See
33
+
34
+ - https://w3id.org/idsa/v4.1/HTTP
35
+ - https://github.com/International-Data-Spaces-Association/InformationModel
36
+
37
+ ### HTTPS
38
+
39
+ > `readonly` **HTTPS**: `"https://w3id.org/idsa/v4.1/HTTPS"` = `"https://w3id.org/idsa/v4.1/HTTPS"`
40
+
41
+ HTTPS endpoint (IDSA W3ID v4.1).
42
+
43
+ Persistent identifier for HTTPS-based secure data access endpoints.
44
+ This W3ID URL is used as a semantic identifier in JSON-LD contexts.
45
+
46
+ #### See
47
+
48
+ - https://w3id.org/idsa/v4.1/HTTPS
49
+ - https://github.com/International-Data-Spaces-Association/InformationModel
50
+
51
+ ### HttpsActivityStream
52
+
53
+ > `readonly` **HttpsActivityStream**: `"Https-Activity-Stream-Endpoint"` = `"Https-Activity-Stream-Endpoint"`
54
+
55
+ HTTPS Activity Stream endpoint (Activity Streams 2.0).
56
+
57
+ Used for ActivityPub/Activity Streams protocol endpoints.
58
+ This is used in PUSH transfer scenarios where the provider
59
+ sends data to the consumer's Activity Stream inbox.
60
+
61
+ #### See
62
+
63
+ - https://www.w3.org/TR/activitystreams-core/
64
+ - https://www.w3.org/TR/activitypub/
65
+
66
+ ### S3
67
+
68
+ > `readonly` **S3**: `"S3"` = `"S3"`
69
+
70
+ Amazon S3 bucket endpoint.
71
+
72
+ Used for S3-based data transfer (both PULL and PUSH).
73
+ Note: Not currently part of IDSA W3ID namespace.
74
+
75
+ #### See
76
+
77
+ https://aws.amazon.com/s3/
78
+
79
+ ### AzureStorage
80
+
81
+ > `readonly` **AzureStorage**: `"AzureStorage"` = `"AzureStorage"`
82
+
83
+ Azure Blob Storage endpoint.
84
+
85
+ Used for Azure cloud storage-based data transfer.
86
+ Note: Not currently part of IDSA W3ID namespace.
87
+
88
+ #### See
89
+
90
+ https://azure.microsoft.com/en-us/products/storage/blobs
91
+
92
+ ### Kafka
93
+
94
+ > `readonly` **Kafka**: `"Kafka"` = `"Kafka"`
95
+
96
+ Apache Kafka topic endpoint.
97
+
98
+ Used for streaming data via Kafka message broker.
99
+ Note: Not currently part of IDSA W3ID namespace.
100
+
101
+ #### See
102
+
103
+ https://kafka.apache.org/
104
+
105
+ ### SFTP
106
+
107
+ > `readonly` **SFTP**: `"SFTP"` = `"SFTP"`
108
+
109
+ SFTP (SSH File Transfer Protocol) endpoint.
110
+
111
+ Used for secure file transfer over SSH.
112
+ Note: Not currently part of IDSA W3ID namespace.
113
+
114
+ #### See
115
+
116
+ https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-dataspace-protocol",
3
- "version": "0.0.3-next.25",
3
+ "version": "0.0.3-next.27",
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.25",
21
- "@twin.org/standards-w3c-odrl": "0.0.3-next.25",
20
+ "@twin.org/standards-w3c-dcat": "0.0.3-next.27",
21
+ "@twin.org/standards-w3c-odrl": "0.0.3-next.27",
22
22
  "@twin.org/web": "next"
23
23
  },
24
24
  "main": "./dist/es/index.js",