@twin.org/standards-dataspace-protocol 0.0.3-next.60 → 0.0.3-next.62

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
@@ -49,7 +49,6 @@ export * from "./models/transferProcess/IDataspaceProtocolTransferStartMessage.j
49
49
  export * from "./models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js";
50
50
  export * from "./models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js";
51
51
  export * from "./models/transferProcess/types/dataspaceProtocolEndpointType.js";
52
- export * from "./models/transferProcess/types/dataspaceProtocolTransferFormat.js";
53
52
  export * from "./models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js";
54
53
  export * from "./dataTypes/transferProcessDataTypes.js";
55
54
  export * from "./utils/dataspaceProtocolHelper.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AAEzD,mBAAmB;AACnB,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,6DAA6D,CAAC;AAE5E,iBAAiB;AACjB,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,iDAAiD,CAAC;AAChE,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC;AACjE,cAAc,sDAAsD,CAAC;AAErE,gBAAgB;AAChB,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC;AACzD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AAEvD,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,iEAAiE,CAAC;AAChF,cAAc,mEAAmE,CAAC;AAClF,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 \"./dataTypes/catalogDataTypes.js\";\nexport * from \"./dataTypes/dataspaceProtocolDataTypes.js\";\nexport * from \"./models/dataspaceProtocolContexts.js\";\nexport * from \"./models/dataspaceProtocolContextType.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\n// DCAT3 Variants\nexport * from \"./models/dcat3/IDataspaceProtocolCatalog.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolCatalogBase.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDataService.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDataServiceBase.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDataset.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDatasetBase.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDistribution.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDistributionBase.js\";\n\n// ODRL Variants\nexport * from \"./models/odrl/IDataspaceProtocolAgreement.js\";\nexport * from \"./models/odrl/IDataspaceProtocolOffer.js\";\nexport * from \"./models/odrl/IDataspaceProtocolOfferBase.js\";\nexport * from \"./models/odrl/IDataspaceProtocolPolicy.js\";\nexport * from \"./models/odrl/IDataspaceProtocolSet.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/dataspaceProtocolEndpointType.js\";\nexport * from \"./models/transferProcess/types/dataspaceProtocolTransferFormat.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,iCAAiC,CAAC;AAChD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AAEzD,mBAAmB;AACnB,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,6DAA6D,CAAC;AAE5E,iBAAiB;AACjB,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,iDAAiD,CAAC;AAChE,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC;AACjE,cAAc,sDAAsD,CAAC;AAErE,gBAAgB;AAChB,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC;AACzD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AAEvD,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,iEAAiE,CAAC;AAChF,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 \"./dataTypes/catalogDataTypes.js\";\nexport * from \"./dataTypes/dataspaceProtocolDataTypes.js\";\nexport * from \"./models/dataspaceProtocolContexts.js\";\nexport * from \"./models/dataspaceProtocolContextType.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\n// DCAT3 Variants\nexport * from \"./models/dcat3/IDataspaceProtocolCatalog.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolCatalogBase.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDataService.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDataServiceBase.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDataset.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDatasetBase.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDistribution.js\";\nexport * from \"./models/dcat3/IDataspaceProtocolDistributionBase.js\";\n\n// ODRL Variants\nexport * from \"./models/odrl/IDataspaceProtocolAgreement.js\";\nexport * from \"./models/odrl/IDataspaceProtocolOffer.js\";\nexport * from \"./models/odrl/IDataspaceProtocolOfferBase.js\";\nexport * from \"./models/odrl/IDataspaceProtocolPolicy.js\";\nexport * from \"./models/odrl/IDataspaceProtocolSet.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/dataspaceProtocolEndpointType.js\";\nexport * from \"./models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js\";\n\nexport * from \"./dataTypes/transferProcessDataTypes.js\";\n\nexport * from \"./utils/dataspaceProtocolHelper.js\";\n"]}
@@ -12,10 +12,10 @@
12
12
  * identifiers for data space endpoint types.
13
13
  *
14
14
  * References:
15
- * - TWIN RFC 006: https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md
16
- * - TWIN DS Protocol Context: https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/twin-ds-protocol-profile.jsonld
15
+ * - TWIN RFC 006: https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md
16
+ * - TWIN DS Protocol Context: https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/twin-ds-protocol-profile.jsonld
17
17
  * - Eclipse DSP Specification: https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/
18
- * - RFC 001 (Query Interface): https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
18
+ * - RFC 001 (Query Interface): https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
19
19
  */
20
20
  // eslint-disable-next-line @typescript-eslint/naming-convention
21
21
  export const DataspaceProtocolEndpointType = {
@@ -35,8 +35,8 @@ export const DataspaceProtocolEndpointType = {
35
35
  * 2. Provider returns this endpoint type with data access token
36
36
  * 3. Consumer queries the endpoint with the token to retrieve data
37
37
  *
38
- * @see https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
39
- * @see https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
38
+ * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
39
+ * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
40
40
  */
41
41
  HttpsQueryEndpoint: "https://schema.twindev.org/dspace/v1/Https-Query-Endpoint",
42
42
  /**
@@ -51,7 +51,7 @@ export const DataspaceProtocolEndpointType = {
51
51
  * 2. Consumer provides their Activity Stream inbox URL
52
52
  * 3. Provider pushes data to the consumer's inbox as Activity Stream objects
53
53
  *
54
- * @see https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
54
+ * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
55
55
  * @see https://www.w3.org/TR/activitystreams-core/
56
56
  * @see https://www.w3.org/TR/activitypub/
57
57
  */
@@ -1 +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,6CAA6C;IAC7C,mDAAmD;IACnD,2CAA2C;IAE3C;;;;;;;;;;;;;;OAcG;IACH,kBAAkB,EAAE,2DAA2D;IAE/E;;;;;;;;;;;;;;;OAeG;IACH,2BAA2B,EAC1B,qEAAqE;IAEtE,2CAA2C;IAC3C,yCAAyC;IACzC,2CAA2C;IAE3C;;;;;;;;;;;OAWG;IACH,IAAI,EAAE,iCAAiC;IAEvC;;;;;;;;;;;OAWG;IACH,KAAK,EAAE,kCAAkC;CAChC,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * TWIN Data Space Protocol Profile endpoint type identifiers.\n *\n * This module defines endpoint types according to the TWIN Foundation's\n * Data Space Protocol Profile (RFC 006), which extends the Eclipse Dataspace\n * Protocol specification with TWIN-specific vocabulary.\n *\n * The TWIN vocabulary uses persistent identifiers under the\n * https://schema.twindev.org namespace to provide stable, semantic\n * identifiers for data space endpoint types.\n *\n * References:\n * - TWIN RFC 006: https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md\n * - TWIN DS Protocol Context: https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/twin-ds-protocol-profile.jsonld\n * - Eclipse DSP Specification: https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/\n * - RFC 001 (Query Interface): https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolEndpointType = {\n\t// ========================================\n\t// TWIN Data Space Protocol Profile (RFC 006)\n\t// Namespace: https://schema.twindev.org/dspace/v1/\n\t// ========================================\n\n\t/**\n\t * HTTPS Query Endpoint (TWIN DS Profile).\n\t *\n\t * Used for PULL transfers via the TWIN Data Space Connector Query interface.\n\t * The consumer retrieves data by querying this endpoint using the data access token.\n\t * Endpoint must implement the interface specified in RFC 001.\n\t *\n\t * Transfer Flow:\n\t * 1. Consumer initiates transfer request\n\t * 2. Provider returns this endpoint type with data access token\n\t * 3. Consumer queries the endpoint with the token to retrieve data\n\t *\n\t * @see https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary\n\t * @see https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md\n\t */\n\tHttpsQueryEndpoint: \"https://schema.twindev.org/dspace/v1/Https-Query-Endpoint\",\n\n\t/**\n\t * HTTPS Activity Stream Endpoint (TWIN DS Profile).\n\t *\n\t * Used for PUSH transfers via Activity Streams 2.0 protocol.\n\t * The provider actively sends data to the consumer's Activity Stream inbox endpoint.\n\t * Based on W3C Activity Streams 2.0 specification.\n\t *\n\t * Transfer Flow:\n\t * 1. Consumer initiates transfer request with this endpoint type\n\t * 2. Consumer provides their Activity Stream inbox URL\n\t * 3. Provider pushes data to the consumer's inbox as Activity Stream objects\n\t *\n\t * @see https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary\n\t * @see https://www.w3.org/TR/activitystreams-core/\n\t * @see https://www.w3.org/TR/activitypub/\n\t */\n\tHttpsActivityStreamEndpoint:\n\t\t\"https://schema.twindev.org/dspace/v1/Https-Activity-Stream-Endpoint\",\n\n\t// ========================================\n\t// IDSA W3ID Namespace (Interoperability)\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 * Note: For TWIN-specific implementations, prefer using `HttpsQueryEndpoint`.\n\t * This constant is provided for interoperability with IDSA-based systems.\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 * Note: For TWIN-specific implementations, prefer using `HttpsQueryEndpoint`.\n\t * This constant is provided for interoperability with IDSA-based systems.\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} as const;\n\n/**\n * Type representing all valid Dataspace Protocol endpoint types.\n *\n * All values are valid URIs as required by the DS Protocol JSON-LD context\n * which defines endpointType as @type:@vocab.\n *\n * Includes:\n * - TWIN RFC 006 types: HttpsQueryEndpoint, HttpsActivityStreamEndpoint\n * - IDSA W3ID types: HTTP, HTTPS\n */\nexport type DataspaceProtocolEndpointType =\n\t(typeof DataspaceProtocolEndpointType)[keyof typeof DataspaceProtocolEndpointType];\n"]}
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,6CAA6C;IAC7C,mDAAmD;IACnD,2CAA2C;IAE3C;;;;;;;;;;;;;;OAcG;IACH,kBAAkB,EAAE,2DAA2D;IAE/E;;;;;;;;;;;;;;;OAeG;IACH,2BAA2B,EAC1B,qEAAqE;IAEtE,2CAA2C;IAC3C,yCAAyC;IACzC,2CAA2C;IAE3C;;;;;;;;;;;OAWG;IACH,IAAI,EAAE,iCAAiC;IAEvC;;;;;;;;;;;OAWG;IACH,KAAK,EAAE,kCAAkC;CAChC,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * TWIN Data Space Protocol Profile endpoint type identifiers.\n *\n * This module defines endpoint types according to the TWIN Foundation's\n * Data Space Protocol Profile (RFC 006), which extends the Eclipse Dataspace\n * Protocol specification with TWIN-specific vocabulary.\n *\n * The TWIN vocabulary uses persistent identifiers under the\n * https://schema.twindev.org namespace to provide stable, semantic\n * identifiers for data space endpoint types.\n *\n * References:\n * - TWIN RFC 006: https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md\n * - TWIN DS Protocol Context: https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/twin-ds-protocol-profile.jsonld\n * - Eclipse DSP Specification: https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/\n * - RFC 001 (Query Interface): https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolEndpointType = {\n\t// ========================================\n\t// TWIN Data Space Protocol Profile (RFC 006)\n\t// Namespace: https://schema.twindev.org/dspace/v1/\n\t// ========================================\n\n\t/**\n\t * HTTPS Query Endpoint (TWIN DS Profile).\n\t *\n\t * Used for PULL transfers via the TWIN Data Space Connector Query interface.\n\t * The consumer retrieves data by querying this endpoint using the data access token.\n\t * Endpoint must implement the interface specified in RFC 001.\n\t *\n\t * Transfer Flow:\n\t * 1. Consumer initiates transfer request\n\t * 2. Provider returns this endpoint type with data access token\n\t * 3. Consumer queries the endpoint with the token to retrieve data\n\t *\n\t * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary\n\t * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md\n\t */\n\tHttpsQueryEndpoint: \"https://schema.twindev.org/dspace/v1/Https-Query-Endpoint\",\n\n\t/**\n\t * HTTPS Activity Stream Endpoint (TWIN DS Profile).\n\t *\n\t * Used for PUSH transfers via Activity Streams 2.0 protocol.\n\t * The provider actively sends data to the consumer's Activity Stream inbox endpoint.\n\t * Based on W3C Activity Streams 2.0 specification.\n\t *\n\t * Transfer Flow:\n\t * 1. Consumer initiates transfer request with this endpoint type\n\t * 2. Consumer provides their Activity Stream inbox URL\n\t * 3. Provider pushes data to the consumer's inbox as Activity Stream objects\n\t *\n\t * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary\n\t * @see https://www.w3.org/TR/activitystreams-core/\n\t * @see https://www.w3.org/TR/activitypub/\n\t */\n\tHttpsActivityStreamEndpoint:\n\t\t\"https://schema.twindev.org/dspace/v1/Https-Activity-Stream-Endpoint\",\n\n\t// ========================================\n\t// IDSA W3ID Namespace (Interoperability)\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 * Note: For TWIN-specific implementations, prefer using `HttpsQueryEndpoint`.\n\t * This constant is provided for interoperability with IDSA-based systems.\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 * Note: For TWIN-specific implementations, prefer using `HttpsQueryEndpoint`.\n\t * This constant is provided for interoperability with IDSA-based systems.\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} as const;\n\n/**\n * Type representing all valid Dataspace Protocol endpoint types.\n *\n * All values are valid URIs as required by the DS Protocol JSON-LD context\n * which defines endpointType as @type:@vocab.\n *\n * Includes:\n * - TWIN RFC 006 types: HttpsQueryEndpoint, HttpsActivityStreamEndpoint\n * - IDSA W3ID types: HTTP, HTTPS\n */\nexport type DataspaceProtocolEndpointType =\n\t(typeof DataspaceProtocolEndpointType)[keyof typeof DataspaceProtocolEndpointType];\n"]}
@@ -3,7 +3,7 @@
3
3
  "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolContractNegotiationEventType",
4
4
  "title": "DataspaceProtocolContractNegotiationEventType",
5
5
  "description": "The types for Dataspace Protocol Contract Negotiation Events.",
6
- "oneOf": [
6
+ "anyOf": [
7
7
  {
8
8
  "const": "ACCEPTED",
9
9
  "description": "Accepted."
@@ -3,7 +3,7 @@
3
3
  "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolContractNegotiationStateType",
4
4
  "title": "DataspaceProtocolContractNegotiationStateType",
5
5
  "description": "The types for Dataspace Protocol Contract Negotiation States.",
6
- "oneOf": [
6
+ "anyOf": [
7
7
  {
8
8
  "const": "REQUESTED",
9
9
  "description": "Requested."
@@ -42,7 +42,6 @@ export * from "./models/transferProcess/IDataspaceProtocolTransferStartMessage.j
42
42
  export * from "./models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js";
43
43
  export * from "./models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js";
44
44
  export * from "./models/transferProcess/types/dataspaceProtocolEndpointType.js";
45
- export * from "./models/transferProcess/types/dataspaceProtocolTransferFormat.js";
46
45
  export * from "./models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js";
47
46
  export * from "./dataTypes/transferProcessDataTypes.js";
48
47
  export * from "./utils/dataspaceProtocolHelper.js";
@@ -10,10 +10,10 @@
10
10
  * identifiers for data space endpoint types.
11
11
  *
12
12
  * References:
13
- * - TWIN RFC 006: https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md
14
- * - TWIN DS Protocol Context: https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/twin-ds-protocol-profile.jsonld
13
+ * - TWIN RFC 006: https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md
14
+ * - TWIN DS Protocol Context: https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/twin-ds-protocol-profile.jsonld
15
15
  * - Eclipse DSP Specification: https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/
16
- * - RFC 001 (Query Interface): https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
16
+ * - RFC 001 (Query Interface): https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
17
17
  */
18
18
  export declare const DataspaceProtocolEndpointType: {
19
19
  /**
@@ -28,8 +28,8 @@ export declare const DataspaceProtocolEndpointType: {
28
28
  * 2. Provider returns this endpoint type with data access token
29
29
  * 3. Consumer queries the endpoint with the token to retrieve data
30
30
  *
31
- * @see https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
32
- * @see https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
31
+ * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
32
+ * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
33
33
  */
34
34
  readonly HttpsQueryEndpoint: "https://schema.twindev.org/dspace/v1/Https-Query-Endpoint";
35
35
  /**
@@ -44,7 +44,7 @@ export declare const DataspaceProtocolEndpointType: {
44
44
  * 2. Consumer provides their Activity Stream inbox URL
45
45
  * 3. Provider pushes data to the consumer's inbox as Activity Stream objects
46
46
  *
47
- * @see https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
47
+ * @see https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
48
48
  * @see https://www.w3.org/TR/activitystreams-core/
49
49
  * @see https://www.w3.org/TR/activitypub/
50
50
  */
package/docs/changelog.md CHANGED
@@ -1,11 +1,45 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.3-next.60](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.59...standards-dataspace-protocol-v0.0.3-next.60) (2026-04-21)
3
+ ## [0.0.3-next.62](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.61...standards-dataspace-protocol-v0.0.3-next.62) (2026-05-18)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
- * add HttpPushActivityStreamFormat and HttpPostActivityStreamForm at constants ([#216](https://github.com/twinfoundation/standards/issues/216)) ([33ef63f](https://github.com/twinfoundation/standards/commit/33ef63f85aec153365a1880fdacf14d379c0a513))
8
+ * update schemas with new enum format ([4851603](https://github.com/iotaledger/twin-standards/commit/4851603f26910fafd7fe22b46533814dba3b041c))
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.61 to 0.0.3-next.62
16
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.61 to 0.0.3-next.62
17
+ * devDependencies
18
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.61 to 0.0.3-next.62
19
+
20
+ ## [0.0.3-next.61](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.60...standards-dataspace-protocol-v0.0.3-next.61) (2026-05-11)
21
+
22
+
23
+ ### Features
24
+
25
+ * typescript 6 update ([79bfb52](https://github.com/iotaledger/twin-standards/commit/79bfb52e3dcb24689cec7b201dde822bcee970c5))
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.60 to 0.0.3-next.61
33
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.60 to 0.0.3-next.61
34
+ * devDependencies
35
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.60 to 0.0.3-next.61
36
+
37
+ ## [0.0.3-next.60](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.59...standards-dataspace-protocol-v0.0.3-next.60) (2026-04-21)
38
+
39
+
40
+ ### Features
41
+
42
+ * add HttpPushActivityStreamFormat and HttpPostActivityStreamForm at constants ([#216](https://github.com/iotaledger/twin-standards/issues/216)) ([33ef63f](https://github.com/iotaledger/twin-standards/commit/33ef63f85aec153365a1880fdacf14d379c0a513))
9
43
 
10
44
 
11
45
  ### Dependencies
@@ -17,7 +51,7 @@
17
51
  * devDependencies
18
52
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.59 to 0.0.3-next.60
19
53
 
20
- ## [0.0.3-next.59](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.58...standards-dataspace-protocol-v0.0.3-next.59) (2026-04-07)
54
+ ## [0.0.3-next.59](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.58...standards-dataspace-protocol-v0.0.3-next.59) (2026-04-07)
21
55
 
22
56
 
23
57
  ### Miscellaneous Chores
@@ -34,7 +68,7 @@
34
68
  * devDependencies
35
69
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.58 to 0.0.3-next.59
36
70
 
37
- ## [0.0.3-next.58](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.57...standards-dataspace-protocol-v0.0.3-next.58) (2026-03-25)
71
+ ## [0.0.3-next.58](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.57...standards-dataspace-protocol-v0.0.3-next.58) (2026-03-25)
38
72
 
39
73
 
40
74
  ### Miscellaneous Chores
@@ -51,12 +85,12 @@
51
85
  * devDependencies
52
86
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.57 to 0.0.3-next.58
53
87
 
54
- ## [0.0.3-next.57](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.56...standards-dataspace-protocol-v0.0.3-next.57) (2026-03-20)
88
+ ## [0.0.3-next.57](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.56...standards-dataspace-protocol-v0.0.3-next.57) (2026-03-20)
55
89
 
56
90
 
57
91
  ### Bug Fixes
58
92
 
59
- * min items in dataspace protocol ([c94f8df](https://github.com/twinfoundation/standards/commit/c94f8dfae176b46baaade13a4ab6d3df82f0cffa))
93
+ * min items in dataspace protocol ([c94f8df](https://github.com/iotaledger/twin-standards/commit/c94f8dfae176b46baaade13a4ab6d3df82f0cffa))
60
94
 
61
95
 
62
96
  ### Dependencies
@@ -68,12 +102,12 @@
68
102
  * devDependencies
69
103
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.56 to 0.0.3-next.57
70
104
 
71
- ## [0.0.3-next.56](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.55...standards-dataspace-protocol-v0.0.3-next.56) (2026-03-20)
105
+ ## [0.0.3-next.56](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.55...standards-dataspace-protocol-v0.0.3-next.56) (2026-03-20)
72
106
 
73
107
 
74
108
  ### Features
75
109
 
76
- * fixes in dataspace and odrl ([9924f91](https://github.com/twinfoundation/standards/commit/9924f9135cb6e227e1040065ab017b1c7ef8347a))
110
+ * fixes in dataspace and odrl ([9924f91](https://github.com/iotaledger/twin-standards/commit/9924f9135cb6e227e1040065ab017b1c7ef8347a))
77
111
 
78
112
 
79
113
  ### Dependencies
@@ -85,13 +119,13 @@
85
119
  * devDependencies
86
120
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.55 to 0.0.3-next.56
87
121
 
88
- ## [0.0.3-next.55](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.54...standards-dataspace-protocol-v0.0.3-next.55) (2026-03-19)
122
+ ## [0.0.3-next.55](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.54...standards-dataspace-protocol-v0.0.3-next.55) (2026-03-19)
89
123
 
90
124
 
91
125
  ### Features
92
126
 
93
- * update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/twinfoundation/standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
94
- * use local LD contexts in tests instead of remote ones ([#201](https://github.com/twinfoundation/standards/issues/201)) ([7d6c6ea](https://github.com/twinfoundation/standards/commit/7d6c6ea7b952fb9e2240ff252f8ce85c42d78985))
127
+ * update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/iotaledger/twin-standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
128
+ * use local LD contexts in tests instead of remote ones ([#201](https://github.com/iotaledger/twin-standards/issues/201)) ([7d6c6ea](https://github.com/iotaledger/twin-standards/commit/7d6c6ea7b952fb9e2240ff252f8ce85c42d78985))
95
129
 
96
130
 
97
131
  ### Dependencies
@@ -103,12 +137,12 @@
103
137
  * devDependencies
104
138
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.54 to 0.0.3-next.55
105
139
 
106
- ## [0.0.3-next.54](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.53...standards-dataspace-protocol-v0.0.3-next.54) (2026-03-12)
140
+ ## [0.0.3-next.54](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.53...standards-dataspace-protocol-v0.0.3-next.54) (2026-03-12)
107
141
 
108
142
 
109
143
  ### Features
110
144
 
111
- * update JsonSchemaHelper.validate usage ([fe08315](https://github.com/twinfoundation/standards/commit/fe0831571cc618465a4510b52c3032a750e6e149))
145
+ * update JsonSchemaHelper.validate usage ([fe08315](https://github.com/iotaledger/twin-standards/commit/fe0831571cc618465a4510b52c3032a750e6e149))
112
146
 
113
147
 
114
148
  ### Dependencies
@@ -120,12 +154,12 @@
120
154
  * devDependencies
121
155
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.53 to 0.0.3-next.54
122
156
 
123
- ## [0.0.3-next.53](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.52...standards-dataspace-protocol-v0.0.3-next.53) (2026-03-11)
157
+ ## [0.0.3-next.53](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.52...standards-dataspace-protocol-v0.0.3-next.53) (2026-03-11)
124
158
 
125
159
 
126
160
  ### Features
127
161
 
128
- * improve caching ([#196](https://github.com/twinfoundation/standards/issues/196)) ([968e61a](https://github.com/twinfoundation/standards/commit/968e61a04156a22cf5ffc3ba237a42a81ec2e0c1))
162
+ * improve caching ([#196](https://github.com/iotaledger/twin-standards/issues/196)) ([968e61a](https://github.com/iotaledger/twin-standards/commit/968e61a04156a22cf5ffc3ba237a42a81ec2e0c1))
129
163
 
130
164
 
131
165
  ### Dependencies
@@ -137,7 +171,7 @@
137
171
  * devDependencies
138
172
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.52 to 0.0.3-next.53
139
173
 
140
- ## [0.0.3-next.52](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.51...standards-dataspace-protocol-v0.0.3-next.52) (2026-03-10)
174
+ ## [0.0.3-next.52](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.51...standards-dataspace-protocol-v0.0.3-next.52) (2026-03-10)
141
175
 
142
176
 
143
177
  ### Miscellaneous Chores
@@ -154,7 +188,7 @@
154
188
  * devDependencies
155
189
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.51 to 0.0.3-next.52
156
190
 
157
- ## [0.0.3-next.51](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.50...standards-dataspace-protocol-v0.0.3-next.51) (2026-03-10)
191
+ ## [0.0.3-next.51](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.50...standards-dataspace-protocol-v0.0.3-next.51) (2026-03-10)
158
192
 
159
193
 
160
194
  ### Miscellaneous Chores
@@ -171,12 +205,12 @@
171
205
  * devDependencies
172
206
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.50 to 0.0.3-next.51
173
207
 
174
- ## [0.0.3-next.50](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.49...standards-dataspace-protocol-v0.0.3-next.50) (2026-03-09)
208
+ ## [0.0.3-next.50](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.49...standards-dataspace-protocol-v0.0.3-next.50) (2026-03-09)
175
209
 
176
210
 
177
211
  ### Features
178
212
 
179
- * remove ObjectOrArray usage ([61fd52d](https://github.com/twinfoundation/standards/commit/61fd52da035356bbe5bcc315367089405b4d1386))
213
+ * remove ObjectOrArray usage ([61fd52d](https://github.com/iotaledger/twin-standards/commit/61fd52da035356bbe5bcc315367089405b4d1386))
180
214
 
181
215
 
182
216
  ### Dependencies
@@ -188,12 +222,12 @@
188
222
  * devDependencies
189
223
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.49 to 0.0.3-next.50
190
224
 
191
- ## [0.0.3-next.49](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.48...standards-dataspace-protocol-v0.0.3-next.49) (2026-03-06)
225
+ ## [0.0.3-next.49](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.48...standards-dataspace-protocol-v0.0.3-next.49) (2026-03-06)
192
226
 
193
227
 
194
228
  ### Features
195
229
 
196
- * improved ds protocol schemas ([ed0abe0](https://github.com/twinfoundation/standards/commit/ed0abe0eb5c25da0c837bc39061419c1f3ccbb6d))
230
+ * improved ds protocol schemas ([ed0abe0](https://github.com/iotaledger/twin-standards/commit/ed0abe0eb5c25da0c837bc39061419c1f3ccbb6d))
197
231
 
198
232
 
199
233
  ### Dependencies
@@ -205,12 +239,12 @@
205
239
  * devDependencies
206
240
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.48 to 0.0.3-next.49
207
241
 
208
- ## [0.0.3-next.48](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.47...standards-dataspace-protocol-v0.0.3-next.48) (2026-03-06)
242
+ ## [0.0.3-next.48](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.47...standards-dataspace-protocol-v0.0.3-next.48) (2026-03-06)
209
243
 
210
244
 
211
245
  ### Features
212
246
 
213
- * missing ds protocol schemas ([d47e3ed](https://github.com/twinfoundation/standards/commit/d47e3ed30daa6f7857da3b7813f239118bb2ad46))
247
+ * missing ds protocol schemas ([d47e3ed](https://github.com/iotaledger/twin-standards/commit/d47e3ed30daa6f7857da3b7813f239118bb2ad46))
214
248
 
215
249
 
216
250
  ### Dependencies
@@ -222,12 +256,12 @@
222
256
  * devDependencies
223
257
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.47 to 0.0.3-next.48
224
258
 
225
- ## [0.0.3-next.47](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.46...standards-dataspace-protocol-v0.0.3-next.47) (2026-03-06)
259
+ ## [0.0.3-next.47](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.46...standards-dataspace-protocol-v0.0.3-next.47) (2026-03-06)
226
260
 
227
261
 
228
262
  ### Bug Fixes
229
263
 
230
- * remove uid from ds protocol offer ([ebd3ef8](https://github.com/twinfoundation/standards/commit/ebd3ef88aa0f90eaf8f826f84784db59d1f55da0))
264
+ * remove uid from ds protocol offer ([ebd3ef8](https://github.com/iotaledger/twin-standards/commit/ebd3ef88aa0f90eaf8f826f84784db59d1f55da0))
231
265
 
232
266
 
233
267
  ### Dependencies
@@ -239,7 +273,7 @@
239
273
  * devDependencies
240
274
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.46 to 0.0.3-next.47
241
275
 
242
- ## [0.0.3-next.46](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.45...standards-dataspace-protocol-v0.0.3-next.46) (2026-03-05)
276
+ ## [0.0.3-next.46](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.45...standards-dataspace-protocol-v0.0.3-next.46) (2026-03-05)
243
277
 
244
278
 
245
279
  ### Miscellaneous Chores
@@ -256,12 +290,12 @@
256
290
  * devDependencies
257
291
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.45 to 0.0.3-next.46
258
292
 
259
- ## [0.0.3-next.45](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.44...standards-dataspace-protocol-v0.0.3-next.45) (2026-03-04)
293
+ ## [0.0.3-next.45](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.44...standards-dataspace-protocol-v0.0.3-next.45) (2026-03-04)
260
294
 
261
295
 
262
296
  ### Features
263
297
 
264
- * restore [@id](https://github.com/id) on hasPolicy Offer type ([#177](https://github.com/twinfoundation/standards/issues/177)) ([4b0e4f0](https://github.com/twinfoundation/standards/commit/4b0e4f08ec931584e559ed0b2c04b1daec73a872))
298
+ * restore [@id](https://github.com/id) on hasPolicy Offer type ([#177](https://github.com/iotaledger/twin-standards/issues/177)) ([4b0e4f0](https://github.com/iotaledger/twin-standards/commit/4b0e4f08ec931584e559ed0b2c04b1daec73a872))
265
299
 
266
300
 
267
301
  ### Dependencies
@@ -273,7 +307,7 @@
273
307
  * devDependencies
274
308
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.44 to 0.0.3-next.45
275
309
 
276
- ## [0.0.3-next.44](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.43...standards-dataspace-protocol-v0.0.3-next.44) (2026-03-04)
310
+ ## [0.0.3-next.44](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.43...standards-dataspace-protocol-v0.0.3-next.44) (2026-03-04)
277
311
 
278
312
 
279
313
  ### Miscellaneous Chores
@@ -290,12 +324,12 @@
290
324
  * devDependencies
291
325
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.43 to 0.0.3-next.44
292
326
 
293
- ## [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)
327
+ ## [0.0.3-next.43](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.42...standards-dataspace-protocol-v0.0.3-next.43) (2026-02-25)
294
328
 
295
329
 
296
330
  ### Features
297
331
 
298
- * update schemas to support additional properties ([4679e21](https://github.com/twinfoundation/standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
332
+ * update schemas to support additional properties ([4679e21](https://github.com/iotaledger/twin-standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
299
333
 
300
334
 
301
335
  ### Dependencies
@@ -307,12 +341,12 @@
307
341
  * devDependencies
308
342
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.42 to 0.0.3-next.43
309
343
 
310
- ## [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)
344
+ ## [0.0.3-next.42](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.41...standards-dataspace-protocol-v0.0.3-next.42) (2026-02-25)
311
345
 
312
346
 
313
347
  ### Features
314
348
 
315
- * remove IJsonLdNodeObject base interfaces ([#172](https://github.com/twinfoundation/standards/issues/172)) ([8ff8d7a](https://github.com/twinfoundation/standards/commit/8ff8d7a2892d626879b76ba5da912469ff899954))
349
+ * remove IJsonLdNodeObject base interfaces ([#172](https://github.com/iotaledger/twin-standards/issues/172)) ([8ff8d7a](https://github.com/iotaledger/twin-standards/commit/8ff8d7a2892d626879b76ba5da912469ff899954))
316
350
 
317
351
 
318
352
  ### Dependencies
@@ -324,7 +358,7 @@
324
358
  * devDependencies
325
359
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.41 to 0.0.3-next.42
326
360
 
327
- ## [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)
361
+ ## [0.0.3-next.41](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.40...standards-dataspace-protocol-v0.0.3-next.41) (2026-02-23)
328
362
 
329
363
 
330
364
  ### Miscellaneous Chores
@@ -341,7 +375,7 @@
341
375
  * devDependencies
342
376
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.40 to 0.0.3-next.41
343
377
 
344
- ## [0.0.3-next.40](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.39...standards-dataspace-protocol-v0.0.3-next.40) (2026-02-18)
378
+ ## [0.0.3-next.40](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.39...standards-dataspace-protocol-v0.0.3-next.40) (2026-02-18)
345
379
 
346
380
 
347
381
  ### Miscellaneous Chores
@@ -358,7 +392,7 @@
358
392
  * devDependencies
359
393
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.39 to 0.0.3-next.40
360
394
 
361
- ## [0.0.3-next.39](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.38...standards-dataspace-protocol-v0.0.3-next.39) (2026-02-13)
395
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.38...standards-dataspace-protocol-v0.0.3-next.39) (2026-02-13)
362
396
 
363
397
 
364
398
  ### Miscellaneous Chores
@@ -375,7 +409,7 @@
375
409
  * devDependencies
376
410
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.38 to 0.0.3-next.39
377
411
 
378
- ## [0.0.3-next.38](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.37...standards-dataspace-protocol-v0.0.3-next.38) (2026-02-13)
412
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.37...standards-dataspace-protocol-v0.0.3-next.38) (2026-02-13)
379
413
 
380
414
 
381
415
  ### Miscellaneous Chores
@@ -392,7 +426,7 @@
392
426
  * devDependencies
393
427
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.37 to 0.0.3-next.38
394
428
 
395
- ## [0.0.3-next.37](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.36...standards-dataspace-protocol-v0.0.3-next.37) (2026-02-12)
429
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.36...standards-dataspace-protocol-v0.0.3-next.37) (2026-02-12)
396
430
 
397
431
 
398
432
  ### Miscellaneous Chores
@@ -409,7 +443,7 @@
409
443
  * devDependencies
410
444
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.36 to 0.0.3-next.37
411
445
 
412
- ## [0.0.3-next.36](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.35...standards-dataspace-protocol-v0.0.3-next.36) (2026-02-11)
446
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.35...standards-dataspace-protocol-v0.0.3-next.36) (2026-02-11)
413
447
 
414
448
 
415
449
  ### Miscellaneous Chores
@@ -426,7 +460,7 @@
426
460
  * devDependencies
427
461
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.35 to 0.0.3-next.36
428
462
 
429
- ## [0.0.3-next.35](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.34...standards-dataspace-protocol-v0.0.3-next.35) (2026-02-10)
463
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.34...standards-dataspace-protocol-v0.0.3-next.35) (2026-02-10)
430
464
 
431
465
 
432
466
  ### Miscellaneous Chores
@@ -443,7 +477,7 @@
443
477
  * devDependencies
444
478
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.34 to 0.0.3-next.35
445
479
 
446
- ## [0.0.3-next.34](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.33...standards-dataspace-protocol-v0.0.3-next.34) (2026-02-10)
480
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.33...standards-dataspace-protocol-v0.0.3-next.34) (2026-02-10)
447
481
 
448
482
 
449
483
  ### Miscellaneous Chores
@@ -460,43 +494,43 @@
460
494
  * devDependencies
461
495
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.33 to 0.0.3-next.34
462
496
 
463
- ## [0.0.3-next.33](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.32...standards-dataspace-protocol-v0.0.3-next.33) (2026-02-06)
497
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.32...standards-dataspace-protocol-v0.0.3-next.33) (2026-02-06)
464
498
 
465
499
 
466
500
  ### Features
467
501
 
468
- * add context id features ([#64](https://github.com/twinfoundation/standards/issues/64)) ([e68bb87](https://github.com/twinfoundation/standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
469
- * add dataspace protocol dataset ([06b2180](https://github.com/twinfoundation/standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
470
- * add dataspace protocol dataset ([26d9031](https://github.com/twinfoundation/standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
471
- * add ds protocol catalog dataset ([#86](https://github.com/twinfoundation/standards/issues/86)) ([45600e6](https://github.com/twinfoundation/standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
472
- * add missing const modifiers for enum const ([0f40483](https://github.com/twinfoundation/standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
473
- * add missing const modifiers for enum const ([7e66eaf](https://github.com/twinfoundation/standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
474
- * adding twin protocol endpoins constants ([#133](https://github.com/twinfoundation/standards/issues/133)) ([3592c81](https://github.com/twinfoundation/standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
475
- * ds protocol - data transfer ([#77](https://github.com/twinfoundation/standards/issues/77)) ([1bf0375](https://github.com/twinfoundation/standards/commit/1bf03750c74daaa0eb133b03927a0f40eb27a1e3))
476
- * implement Dataspace Protocol Objects ([#73](https://github.com/twinfoundation/standards/issues/73)) ([2505495](https://github.com/twinfoundation/standards/commit/2505495c03b54a6606a775d7f2211308372c7cc6))
477
- * improved namespaces and contexts ([#102](https://github.com/twinfoundation/standards/issues/102)) ([c74c370](https://github.com/twinfoundation/standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
478
- * naming fixing and usage ([#98](https://github.com/twinfoundation/standards/issues/98)) ([9e95344](https://github.com/twinfoundation/standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
479
- * register schemas at hosted location ([#128](https://github.com/twinfoundation/standards/issues/128)) ([ab35298](https://github.com/twinfoundation/standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
480
- * update registrations ([dd3c92f](https://github.com/twinfoundation/standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
481
- * update schemas ([c3c11e0](https://github.com/twinfoundation/standards/commit/c3c11e07da6c0d3eac5ea4a68e3ad57f022b2351))
482
- * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
483
- * w3id endpoints constants added ([#131](https://github.com/twinfoundation/standards/issues/131)) ([5fe981a](https://github.com/twinfoundation/standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
502
+ * add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
503
+ * add dataspace protocol dataset ([06b2180](https://github.com/iotaledger/twin-standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
504
+ * add dataspace protocol dataset ([26d9031](https://github.com/iotaledger/twin-standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
505
+ * add ds protocol catalog dataset ([#86](https://github.com/iotaledger/twin-standards/issues/86)) ([45600e6](https://github.com/iotaledger/twin-standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
506
+ * add missing const modifiers for enum const ([0f40483](https://github.com/iotaledger/twin-standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
507
+ * add missing const modifiers for enum const ([7e66eaf](https://github.com/iotaledger/twin-standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
508
+ * adding twin protocol endpoins constants ([#133](https://github.com/iotaledger/twin-standards/issues/133)) ([3592c81](https://github.com/iotaledger/twin-standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
509
+ * ds protocol - data transfer ([#77](https://github.com/iotaledger/twin-standards/issues/77)) ([1bf0375](https://github.com/iotaledger/twin-standards/commit/1bf03750c74daaa0eb133b03927a0f40eb27a1e3))
510
+ * implement Dataspace Protocol Objects ([#73](https://github.com/iotaledger/twin-standards/issues/73)) ([2505495](https://github.com/iotaledger/twin-standards/commit/2505495c03b54a6606a775d7f2211308372c7cc6))
511
+ * improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
512
+ * naming fixing and usage ([#98](https://github.com/iotaledger/twin-standards/issues/98)) ([9e95344](https://github.com/iotaledger/twin-standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
513
+ * register schemas at hosted location ([#128](https://github.com/iotaledger/twin-standards/issues/128)) ([ab35298](https://github.com/iotaledger/twin-standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
514
+ * update registrations ([dd3c92f](https://github.com/iotaledger/twin-standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
515
+ * update schemas ([c3c11e0](https://github.com/iotaledger/twin-standards/commit/c3c11e07da6c0d3eac5ea4a68e3ad57f022b2351))
516
+ * update type names ([#89](https://github.com/iotaledger/twin-standards/issues/89)) ([6fdef47](https://github.com/iotaledger/twin-standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
517
+ * w3id endpoints constants added ([#131](https://github.com/iotaledger/twin-standards/issues/131)) ([5fe981a](https://github.com/iotaledger/twin-standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
484
518
 
485
519
 
486
520
  ### Bug Fixes
487
521
 
488
- * adapting regex to fix the bad behavior ([#107](https://github.com/twinfoundation/standards/issues/107)) ([17ba814](https://github.com/twinfoundation/standards/commit/17ba8140b6356a1c4d5923c91a28a996f22af484))
489
- * context doc name ([e994ebc](https://github.com/twinfoundation/standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
490
- * correct registration type for DS DCAT3 type ([04703df](https://github.com/twinfoundation/standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
491
- * dcat LD Context fix and aligned with DCAT prefixed models ([#85](https://github.com/twinfoundation/standards/issues/85)) ([4546167](https://github.com/twinfoundation/standards/commit/4546167b1f61dba85206a64a8b2535f468d74845))
492
- * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/twinfoundation/standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
493
- * DS Protocol LDContext ([931679d](https://github.com/twinfoundation/standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
494
- * dspace protocol context ([769c758](https://github.com/twinfoundation/standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
495
- * filter is array in catalog request (please merge after [#77](https://github.com/twinfoundation/standards/issues/77)) ([#78](https://github.com/twinfoundation/standards/issues/78)) ([72a234c](https://github.com/twinfoundation/standards/commit/72a234c6620466ac4a5aded677af7590ccf94077))
496
- * omit context for dcat objects in dspace protocol ([#104](https://github.com/twinfoundation/standards/issues/104)) ([05004d4](https://github.com/twinfoundation/standards/commit/05004d40734a1e87473cb99c67e6c1c217cdf0c0))
497
- * removing typeof in the state of the IDataspaceProtocolTransferProcess model ([#94](https://github.com/twinfoundation/standards/issues/94)) ([2b9814e](https://github.com/twinfoundation/standards/commit/2b9814e4882a505a087455271782cd6d4ba5305d))
498
- * updating the missing packages ([#114](https://github.com/twinfoundation/standards/issues/114)) ([90b03f8](https://github.com/twinfoundation/standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
499
- * when a prefix is declared in an [@context](https://github.com/context) it should be Namespace and not Context ([#119](https://github.com/twinfoundation/standards/issues/119)) ([110cc50](https://github.com/twinfoundation/standards/commit/110cc5039394c7fcfada0e3ca001013cb503f31a))
522
+ * adapting regex to fix the bad behavior ([#107](https://github.com/iotaledger/twin-standards/issues/107)) ([17ba814](https://github.com/iotaledger/twin-standards/commit/17ba8140b6356a1c4d5923c91a28a996f22af484))
523
+ * context doc name ([e994ebc](https://github.com/iotaledger/twin-standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
524
+ * correct registration type for DS DCAT3 type ([04703df](https://github.com/iotaledger/twin-standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
525
+ * dcat LD Context fix and aligned with DCAT prefixed models ([#85](https://github.com/iotaledger/twin-standards/issues/85)) ([4546167](https://github.com/iotaledger/twin-standards/commit/4546167b1f61dba85206a64a8b2535f468d74845))
526
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/iotaledger/twin-standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
527
+ * DS Protocol LDContext ([931679d](https://github.com/iotaledger/twin-standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
528
+ * dspace protocol context ([769c758](https://github.com/iotaledger/twin-standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
529
+ * filter is array in catalog request (please merge after [#77](https://github.com/iotaledger/twin-standards/issues/77)) ([#78](https://github.com/iotaledger/twin-standards/issues/78)) ([72a234c](https://github.com/iotaledger/twin-standards/commit/72a234c6620466ac4a5aded677af7590ccf94077))
530
+ * omit context for dcat objects in dspace protocol ([#104](https://github.com/iotaledger/twin-standards/issues/104)) ([05004d4](https://github.com/iotaledger/twin-standards/commit/05004d40734a1e87473cb99c67e6c1c217cdf0c0))
531
+ * removing typeof in the state of the IDataspaceProtocolTransferProcess model ([#94](https://github.com/iotaledger/twin-standards/issues/94)) ([2b9814e](https://github.com/iotaledger/twin-standards/commit/2b9814e4882a505a087455271782cd6d4ba5305d))
532
+ * updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
533
+ * when a prefix is declared in an [@context](https://github.com/context) it should be Namespace and not Context ([#119](https://github.com/iotaledger/twin-standards/issues/119)) ([110cc50](https://github.com/iotaledger/twin-standards/commit/110cc5039394c7fcfada0e3ca001013cb503f31a))
500
534
 
501
535
 
502
536
  ### Dependencies
@@ -508,7 +542,7 @@
508
542
  * devDependencies
509
543
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.32 to 0.0.3-next.33
510
544
 
511
- ## [0.0.3-next.32](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.31...standards-dataspace-protocol-v0.0.3-next.32) (2026-02-06)
545
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.31...standards-dataspace-protocol-v0.0.3-next.32) (2026-02-06)
512
546
 
513
547
 
514
548
  ### Miscellaneous Chores
@@ -525,7 +559,7 @@
525
559
  * devDependencies
526
560
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.31 to 0.0.3-next.32
527
561
 
528
- ## [0.0.3-next.31](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.30...standards-dataspace-protocol-v0.0.3-next.31) (2026-02-05)
562
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.30...standards-dataspace-protocol-v0.0.3-next.31) (2026-02-05)
529
563
 
530
564
 
531
565
  ### Miscellaneous Chores
@@ -542,7 +576,7 @@
542
576
  * devDependencies
543
577
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.30 to 0.0.3-next.31
544
578
 
545
- ## [0.0.3-next.30](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.29...standards-dataspace-protocol-v0.0.3-next.30) (2026-02-04)
579
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.29...standards-dataspace-protocol-v0.0.3-next.30) (2026-02-04)
546
580
 
547
581
 
548
582
  ### Miscellaneous Chores
@@ -559,12 +593,12 @@
559
593
  * devDependencies
560
594
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.29 to 0.0.3-next.30
561
595
 
562
- ## [0.0.3-next.29](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.28...standards-dataspace-protocol-v0.0.3-next.29) (2026-02-03)
596
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.28...standards-dataspace-protocol-v0.0.3-next.29) (2026-02-03)
563
597
 
564
598
 
565
599
  ### Features
566
600
 
567
- * adding twin protocol endpoins constants ([#133](https://github.com/twinfoundation/standards/issues/133)) ([3592c81](https://github.com/twinfoundation/standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
601
+ * adding twin protocol endpoins constants ([#133](https://github.com/iotaledger/twin-standards/issues/133)) ([3592c81](https://github.com/iotaledger/twin-standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
568
602
 
569
603
 
570
604
  ### Dependencies
@@ -576,7 +610,7 @@
576
610
  * devDependencies
577
611
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.28 to 0.0.3-next.29
578
612
 
579
- ## [0.0.3-next.28](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.27...standards-dataspace-protocol-v0.0.3-next.28) (2026-02-03)
613
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.27...standards-dataspace-protocol-v0.0.3-next.28) (2026-02-03)
580
614
 
581
615
 
582
616
  ### Miscellaneous Chores
@@ -593,7 +627,7 @@
593
627
  * devDependencies
594
628
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.27 to 0.0.3-next.28
595
629
 
596
- ## [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)
630
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.26...standards-dataspace-protocol-v0.0.3-next.27) (2026-02-03)
597
631
 
598
632
 
599
633
  ### Miscellaneous Chores
@@ -610,12 +644,12 @@
610
644
  * devDependencies
611
645
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.26 to 0.0.3-next.27
612
646
 
613
- ## [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)
647
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.25...standards-dataspace-protocol-v0.0.3-next.26) (2026-02-02)
614
648
 
615
649
 
616
650
  ### Features
617
651
 
618
- * w3id endpoints constants added ([#131](https://github.com/twinfoundation/standards/issues/131)) ([5fe981a](https://github.com/twinfoundation/standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
652
+ * w3id endpoints constants added ([#131](https://github.com/iotaledger/twin-standards/issues/131)) ([5fe981a](https://github.com/iotaledger/twin-standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
619
653
 
620
654
 
621
655
  ### Dependencies
@@ -627,12 +661,12 @@
627
661
  * devDependencies
628
662
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.25 to 0.0.3-next.26
629
663
 
630
- ## [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)
664
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.24...standards-dataspace-protocol-v0.0.3-next.25) (2026-02-02)
631
665
 
632
666
 
633
667
  ### Features
634
668
 
635
- * register schemas at hosted location ([#128](https://github.com/twinfoundation/standards/issues/128)) ([ab35298](https://github.com/twinfoundation/standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
669
+ * register schemas at hosted location ([#128](https://github.com/iotaledger/twin-standards/issues/128)) ([ab35298](https://github.com/iotaledger/twin-standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
636
670
 
637
671
 
638
672
  ### Dependencies
@@ -644,7 +678,7 @@
644
678
  * devDependencies
645
679
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.24 to 0.0.3-next.25
646
680
 
647
- ## [0.0.3-next.24](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.23...standards-dataspace-protocol-v0.0.3-next.24) (2026-01-30)
681
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.23...standards-dataspace-protocol-v0.0.3-next.24) (2026-01-30)
648
682
 
649
683
 
650
684
  ### Miscellaneous Chores
@@ -661,7 +695,7 @@
661
695
  * devDependencies
662
696
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.23 to 0.0.3-next.24
663
697
 
664
- ## [0.0.3-next.23](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.22...standards-dataspace-protocol-v0.0.3-next.23) (2026-01-30)
698
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.22...standards-dataspace-protocol-v0.0.3-next.23) (2026-01-30)
665
699
 
666
700
 
667
701
  ### Miscellaneous Chores
@@ -678,7 +712,7 @@
678
712
  * devDependencies
679
713
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.22 to 0.0.3-next.23
680
714
 
681
- ## [0.0.3-next.22](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.21...standards-dataspace-protocol-v0.0.3-next.22) (2026-01-29)
715
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.21...standards-dataspace-protocol-v0.0.3-next.22) (2026-01-29)
682
716
 
683
717
 
684
718
  ### Miscellaneous Chores
@@ -695,12 +729,12 @@
695
729
  * devDependencies
696
730
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.21 to 0.0.3-next.22
697
731
 
698
- ## [0.0.3-next.21](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.20...standards-dataspace-protocol-v0.0.3-next.21) (2026-01-23)
732
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.20...standards-dataspace-protocol-v0.0.3-next.21) (2026-01-23)
699
733
 
700
734
 
701
735
  ### Features
702
736
 
703
- * update registrations ([dd3c92f](https://github.com/twinfoundation/standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
737
+ * update registrations ([dd3c92f](https://github.com/iotaledger/twin-standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
704
738
 
705
739
 
706
740
  ### Dependencies
@@ -712,12 +746,12 @@
712
746
  * devDependencies
713
747
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.20 to 0.0.3-next.21
714
748
 
715
- ## [0.0.3-next.20](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.19...standards-dataspace-protocol-v0.0.3-next.20) (2026-01-21)
749
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.19...standards-dataspace-protocol-v0.0.3-next.20) (2026-01-21)
716
750
 
717
751
 
718
752
  ### Bug Fixes
719
753
 
720
- * when a prefix is declared in an [@context](https://github.com/context) it should be Namespace and not Context ([#119](https://github.com/twinfoundation/standards/issues/119)) ([110cc50](https://github.com/twinfoundation/standards/commit/110cc5039394c7fcfada0e3ca001013cb503f31a))
754
+ * when a prefix is declared in an [@context](https://github.com/context) it should be Namespace and not Context ([#119](https://github.com/iotaledger/twin-standards/issues/119)) ([110cc50](https://github.com/iotaledger/twin-standards/commit/110cc5039394c7fcfada0e3ca001013cb503f31a))
721
755
 
722
756
 
723
757
  ### Dependencies
@@ -729,12 +763,12 @@
729
763
  * devDependencies
730
764
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.19 to 0.0.3-next.20
731
765
 
732
- ## [0.0.3-next.19](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.18...standards-dataspace-protocol-v0.0.3-next.19) (2026-01-21)
766
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.18...standards-dataspace-protocol-v0.0.3-next.19) (2026-01-21)
733
767
 
734
768
 
735
769
  ### Bug Fixes
736
770
 
737
- * dspace protocol context ([769c758](https://github.com/twinfoundation/standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
771
+ * dspace protocol context ([769c758](https://github.com/iotaledger/twin-standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
738
772
 
739
773
 
740
774
  ### Dependencies
@@ -746,7 +780,7 @@
746
780
  * devDependencies
747
781
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.18 to 0.0.3-next.19
748
782
 
749
- ## [0.0.3-next.18](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.17...standards-dataspace-protocol-v0.0.3-next.18) (2026-01-21)
783
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.17...standards-dataspace-protocol-v0.0.3-next.18) (2026-01-21)
750
784
 
751
785
 
752
786
  ### Miscellaneous Chores
@@ -763,12 +797,12 @@
763
797
  * devDependencies
764
798
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.17 to 0.0.3-next.18
765
799
 
766
- ## [0.0.3-next.17](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.16...standards-dataspace-protocol-v0.0.3-next.17) (2026-01-21)
800
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.16...standards-dataspace-protocol-v0.0.3-next.17) (2026-01-21)
767
801
 
768
802
 
769
803
  ### Bug Fixes
770
804
 
771
- * updating the missing packages ([#114](https://github.com/twinfoundation/standards/issues/114)) ([90b03f8](https://github.com/twinfoundation/standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
805
+ * updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
772
806
 
773
807
 
774
808
  ### Dependencies
@@ -780,7 +814,7 @@
780
814
  * devDependencies
781
815
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.16 to 0.0.3-next.17
782
816
 
783
- ## [0.0.3-next.16](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.15...standards-dataspace-protocol-v0.0.3-next.16) (2026-01-19)
817
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.15...standards-dataspace-protocol-v0.0.3-next.16) (2026-01-19)
784
818
 
785
819
 
786
820
  ### Miscellaneous Chores
@@ -797,13 +831,13 @@
797
831
  * devDependencies
798
832
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.15 to 0.0.3-next.16
799
833
 
800
- ## [0.0.3-next.15](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.14...standards-dataspace-protocol-v0.0.3-next.15) (2026-01-16)
834
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.14...standards-dataspace-protocol-v0.0.3-next.15) (2026-01-16)
801
835
 
802
836
 
803
837
  ### Features
804
838
 
805
- * add missing const modifiers for enum const ([0f40483](https://github.com/twinfoundation/standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
806
- * add missing const modifiers for enum const ([7e66eaf](https://github.com/twinfoundation/standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
839
+ * add missing const modifiers for enum const ([0f40483](https://github.com/iotaledger/twin-standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
840
+ * add missing const modifiers for enum const ([7e66eaf](https://github.com/iotaledger/twin-standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
807
841
 
808
842
 
809
843
  ### Dependencies
@@ -815,12 +849,12 @@
815
849
  * devDependencies
816
850
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.14 to 0.0.3-next.15
817
851
 
818
- ## [0.0.3-next.14](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.13...standards-dataspace-protocol-v0.0.3-next.14) (2026-01-15)
852
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.13...standards-dataspace-protocol-v0.0.3-next.14) (2026-01-15)
819
853
 
820
854
 
821
855
  ### Bug Fixes
822
856
 
823
- * correct registration type for DS DCAT3 type ([04703df](https://github.com/twinfoundation/standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
857
+ * correct registration type for DS DCAT3 type ([04703df](https://github.com/iotaledger/twin-standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
824
858
 
825
859
 
826
860
  ### Dependencies
@@ -832,12 +866,12 @@
832
866
  * devDependencies
833
867
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.13 to 0.0.3-next.14
834
868
 
835
- ## [0.0.3-next.13](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.12...standards-dataspace-protocol-v0.0.3-next.13) (2026-01-14)
869
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.12...standards-dataspace-protocol-v0.0.3-next.13) (2026-01-14)
836
870
 
837
871
 
838
872
  ### Bug Fixes
839
873
 
840
- * adapting regex to fix the bad behavior ([#107](https://github.com/twinfoundation/standards/issues/107)) ([17ba814](https://github.com/twinfoundation/standards/commit/17ba8140b6356a1c4d5923c91a28a996f22af484))
874
+ * adapting regex to fix the bad behavior ([#107](https://github.com/iotaledger/twin-standards/issues/107)) ([17ba814](https://github.com/iotaledger/twin-standards/commit/17ba8140b6356a1c4d5923c91a28a996f22af484))
841
875
 
842
876
 
843
877
  ### Dependencies
@@ -849,12 +883,12 @@
849
883
  * devDependencies
850
884
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.12 to 0.0.3-next.13
851
885
 
852
- ## [0.0.3-next.12](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.11...standards-dataspace-protocol-v0.0.3-next.12) (2026-01-14)
886
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.11...standards-dataspace-protocol-v0.0.3-next.12) (2026-01-14)
853
887
 
854
888
 
855
889
  ### Bug Fixes
856
890
 
857
- * omit context for dcat objects in dspace protocol ([#104](https://github.com/twinfoundation/standards/issues/104)) ([05004d4](https://github.com/twinfoundation/standards/commit/05004d40734a1e87473cb99c67e6c1c217cdf0c0))
891
+ * omit context for dcat objects in dspace protocol ([#104](https://github.com/iotaledger/twin-standards/issues/104)) ([05004d4](https://github.com/iotaledger/twin-standards/commit/05004d40734a1e87473cb99c67e6c1c217cdf0c0))
858
892
 
859
893
 
860
894
  ### Dependencies
@@ -866,12 +900,12 @@
866
900
  * devDependencies
867
901
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.11 to 0.0.3-next.12
868
902
 
869
- ## [0.0.3-next.11](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.10...standards-dataspace-protocol-v0.0.3-next.11) (2026-01-14)
903
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.10...standards-dataspace-protocol-v0.0.3-next.11) (2026-01-14)
870
904
 
871
905
 
872
906
  ### Features
873
907
 
874
- * improved namespaces and contexts ([#102](https://github.com/twinfoundation/standards/issues/102)) ([c74c370](https://github.com/twinfoundation/standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
908
+ * improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
875
909
 
876
910
 
877
911
  ### Dependencies
@@ -883,12 +917,12 @@
883
917
  * devDependencies
884
918
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.10 to 0.0.3-next.11
885
919
 
886
- ## [0.0.3-next.10](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.9...standards-dataspace-protocol-v0.0.3-next.10) (2026-01-13)
920
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.9...standards-dataspace-protocol-v0.0.3-next.10) (2026-01-13)
887
921
 
888
922
 
889
923
  ### Features
890
924
 
891
- * naming fixing and usage ([#98](https://github.com/twinfoundation/standards/issues/98)) ([9e95344](https://github.com/twinfoundation/standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
925
+ * naming fixing and usage ([#98](https://github.com/iotaledger/twin-standards/issues/98)) ([9e95344](https://github.com/iotaledger/twin-standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
892
926
 
893
927
 
894
928
  ### Dependencies
@@ -900,12 +934,12 @@
900
934
  * devDependencies
901
935
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.9 to 0.0.3-next.10
902
936
 
903
- ## [0.0.3-next.9](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.8...standards-dataspace-protocol-v0.0.3-next.9) (2026-01-09)
937
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.8...standards-dataspace-protocol-v0.0.3-next.9) (2026-01-09)
904
938
 
905
939
 
906
940
  ### Bug Fixes
907
941
 
908
- * removing typeof in the state of the IDataspaceProtocolTransferProcess model ([#94](https://github.com/twinfoundation/standards/issues/94)) ([2b9814e](https://github.com/twinfoundation/standards/commit/2b9814e4882a505a087455271782cd6d4ba5305d))
942
+ * removing typeof in the state of the IDataspaceProtocolTransferProcess model ([#94](https://github.com/iotaledger/twin-standards/issues/94)) ([2b9814e](https://github.com/iotaledger/twin-standards/commit/2b9814e4882a505a087455271782cd6d4ba5305d))
909
943
 
910
944
 
911
945
  ### Dependencies
@@ -917,19 +951,19 @@
917
951
  * devDependencies
918
952
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.8 to 0.0.3-next.9
919
953
 
920
- ## [0.0.3-next.8](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.7...standards-dataspace-protocol-v0.0.3-next.8) (2026-01-08)
954
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.7...standards-dataspace-protocol-v0.0.3-next.8) (2026-01-08)
921
955
 
922
956
 
923
957
  ### Features
924
958
 
925
- * add dataspace protocol dataset ([06b2180](https://github.com/twinfoundation/standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
926
- * add dataspace protocol dataset ([26d9031](https://github.com/twinfoundation/standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
927
- * add ds protocol catalog dataset ([#86](https://github.com/twinfoundation/standards/issues/86)) ([45600e6](https://github.com/twinfoundation/standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
959
+ * add dataspace protocol dataset ([06b2180](https://github.com/iotaledger/twin-standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
960
+ * add dataspace protocol dataset ([26d9031](https://github.com/iotaledger/twin-standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
961
+ * add ds protocol catalog dataset ([#86](https://github.com/iotaledger/twin-standards/issues/86)) ([45600e6](https://github.com/iotaledger/twin-standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
928
962
 
929
963
 
930
964
  ### Bug Fixes
931
965
 
932
- * dcat LD Context fix and aligned with DCAT prefixed models ([#85](https://github.com/twinfoundation/standards/issues/85)) ([4546167](https://github.com/twinfoundation/standards/commit/4546167b1f61dba85206a64a8b2535f468d74845))
966
+ * dcat LD Context fix and aligned with DCAT prefixed models ([#85](https://github.com/iotaledger/twin-standards/issues/85)) ([4546167](https://github.com/iotaledger/twin-standards/commit/4546167b1f61dba85206a64a8b2535f468d74845))
933
967
 
934
968
 
935
969
  ### Dependencies
@@ -941,18 +975,18 @@
941
975
  * devDependencies
942
976
  * @twin.org/standards-ld-contexts bumped from next to 0.0.3-next.8
943
977
 
944
- ## [0.0.3-next.7](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.6...standards-dataspace-protocol-v0.0.3-next.7) (2026-01-06)
978
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.6...standards-dataspace-protocol-v0.0.3-next.7) (2026-01-06)
945
979
 
946
980
 
947
981
  ### Features
948
982
 
949
- * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
983
+ * update type names ([#89](https://github.com/iotaledger/twin-standards/issues/89)) ([6fdef47](https://github.com/iotaledger/twin-standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
950
984
 
951
985
 
952
986
  ### Bug Fixes
953
987
 
954
- * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/twinfoundation/standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
955
- * DS Protocol LDContext ([931679d](https://github.com/twinfoundation/standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
988
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/iotaledger/twin-standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
989
+ * DS Protocol LDContext ([931679d](https://github.com/iotaledger/twin-standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
956
990
 
957
991
 
958
992
  ### Dependencies
@@ -962,12 +996,12 @@
962
996
  * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.6 to 0.0.3-next.7
963
997
  * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.6 to 0.0.3-next.7
964
998
 
965
- ## [0.0.3-next.6](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.5...standards-dataspace-protocol-v0.0.3-next.6) (2025-12-03)
999
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.5...standards-dataspace-protocol-v0.0.3-next.6) (2025-12-03)
966
1000
 
967
1001
 
968
1002
  ### Bug Fixes
969
1003
 
970
- * context doc name ([e994ebc](https://github.com/twinfoundation/standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
1004
+ * context doc name ([e994ebc](https://github.com/iotaledger/twin-standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
971
1005
 
972
1006
 
973
1007
  ### Dependencies
@@ -977,17 +1011,17 @@
977
1011
  * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.5 to 0.0.3-next.6
978
1012
  * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.5 to 0.0.3-next.6
979
1013
 
980
- ## [0.0.3-next.5](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.4...standards-dataspace-protocol-v0.0.3-next.5) (2025-11-28)
1014
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.4...standards-dataspace-protocol-v0.0.3-next.5) (2025-11-28)
981
1015
 
982
1016
 
983
1017
  ### Features
984
1018
 
985
- * ds protocol - data transfer ([#77](https://github.com/twinfoundation/standards/issues/77)) ([1bf0375](https://github.com/twinfoundation/standards/commit/1bf03750c74daaa0eb133b03927a0f40eb27a1e3))
1019
+ * ds protocol - data transfer ([#77](https://github.com/iotaledger/twin-standards/issues/77)) ([1bf0375](https://github.com/iotaledger/twin-standards/commit/1bf03750c74daaa0eb133b03927a0f40eb27a1e3))
986
1020
 
987
1021
 
988
1022
  ### Bug Fixes
989
1023
 
990
- * filter is array in catalog request (please merge after [#77](https://github.com/twinfoundation/standards/issues/77)) ([#78](https://github.com/twinfoundation/standards/issues/78)) ([72a234c](https://github.com/twinfoundation/standards/commit/72a234c6620466ac4a5aded677af7590ccf94077))
1024
+ * filter is array in catalog request (please merge after [#77](https://github.com/iotaledger/twin-standards/issues/77)) ([#78](https://github.com/iotaledger/twin-standards/issues/78)) ([72a234c](https://github.com/iotaledger/twin-standards/commit/72a234c6620466ac4a5aded677af7590ccf94077))
991
1025
 
992
1026
 
993
1027
  ### Dependencies
@@ -997,12 +1031,12 @@
997
1031
  * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.4 to 0.0.3-next.5
998
1032
  * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.4 to 0.0.3-next.5
999
1033
 
1000
- ## [0.0.3-next.4](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.3...standards-dataspace-protocol-v0.0.3-next.4) (2025-11-18)
1034
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.3...standards-dataspace-protocol-v0.0.3-next.4) (2025-11-18)
1001
1035
 
1002
1036
 
1003
1037
  ### Features
1004
1038
 
1005
- * implement Dataspace Protocol Objects ([#73](https://github.com/twinfoundation/standards/issues/73)) ([2505495](https://github.com/twinfoundation/standards/commit/2505495c03b54a6606a775d7f2211308372c7cc6))
1039
+ * implement Dataspace Protocol Objects ([#73](https://github.com/iotaledger/twin-standards/issues/73)) ([2505495](https://github.com/iotaledger/twin-standards/commit/2505495c03b54a6606a775d7f2211308372c7cc6))
1006
1040
 
1007
1041
 
1008
1042
  ### Dependencies
@@ -1012,7 +1046,7 @@
1012
1046
  * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.3 to 0.0.3-next.4
1013
1047
  * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.3 to 0.0.3-next.4
1014
1048
 
1015
- ## [0.0.3-next.3](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.2...standards-dataspace-protocol-v0.0.3-next.3) (2025-11-18)
1049
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.2...standards-dataspace-protocol-v0.0.3-next.3) (2025-11-18)
1016
1050
 
1017
1051
 
1018
1052
  ### Miscellaneous Chores
@@ -1026,12 +1060,12 @@
1026
1060
  * dependencies
1027
1061
  * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.2 to 0.0.3-next.3
1028
1062
 
1029
- ## [0.0.3-next.2](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.1...standards-dataspace-protocol-v0.0.3-next.2) (2025-11-11)
1063
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.1...standards-dataspace-protocol-v0.0.3-next.2) (2025-11-11)
1030
1064
 
1031
1065
 
1032
1066
  ### Features
1033
1067
 
1034
- * update schemas ([c3c11e0](https://github.com/twinfoundation/standards/commit/c3c11e07da6c0d3eac5ea4a68e3ad57f022b2351))
1068
+ * update schemas ([c3c11e0](https://github.com/iotaledger/twin-standards/commit/c3c11e07da6c0d3eac5ea4a68e3ad57f022b2351))
1035
1069
 
1036
1070
 
1037
1071
  ### Dependencies
@@ -1040,12 +1074,12 @@
1040
1074
  * dependencies
1041
1075
  * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.1 to 0.0.3-next.2
1042
1076
 
1043
- ## [0.0.3-next.1](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.0...standards-dataspace-protocol-v0.0.3-next.1) (2025-11-10)
1077
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.0...standards-dataspace-protocol-v0.0.3-next.1) (2025-11-10)
1044
1078
 
1045
1079
 
1046
1080
  ### Features
1047
1081
 
1048
- * add context id features ([#64](https://github.com/twinfoundation/standards/issues/64)) ([e68bb87](https://github.com/twinfoundation/standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
1082
+ * add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
1049
1083
 
1050
1084
 
1051
1085
  ### Dependencies
@@ -54,7 +54,6 @@
54
54
  - [DataspaceProtocolContexts](type-aliases/DataspaceProtocolContexts.md)
55
55
  - [DataspaceProtocolTransferProcessTypes](type-aliases/DataspaceProtocolTransferProcessTypes.md)
56
56
  - [DataspaceProtocolEndpointType](type-aliases/DataspaceProtocolEndpointType.md)
57
- - [DataspaceProtocolTransferFormat](type-aliases/DataspaceProtocolTransferFormat.md)
58
57
  - [DataspaceProtocolTransferProcessStateType](type-aliases/DataspaceProtocolTransferProcessStateType.md)
59
58
 
60
59
  ## Variables
@@ -66,5 +65,4 @@
66
65
  - [DataspaceProtocolContexts](variables/DataspaceProtocolContexts.md)
67
66
  - [DataspaceProtocolTransferProcessTypes](variables/DataspaceProtocolTransferProcessTypes.md)
68
67
  - [DataspaceProtocolEndpointType](variables/DataspaceProtocolEndpointType.md)
69
- - [DataspaceProtocolTransferFormat](variables/DataspaceProtocolTransferFormat.md)
70
68
  - [DataspaceProtocolTransferProcessStateType](variables/DataspaceProtocolTransferProcessStateType.md)
@@ -13,10 +13,10 @@ https://schema.twindev.org namespace to provide stable, semantic
13
13
  identifiers for data space endpoint types.
14
14
 
15
15
  References:
16
- - TWIN RFC 006: https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md
17
- - TWIN DS Protocol Context: https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/twin-ds-protocol-profile.jsonld
16
+ - TWIN RFC 006: https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md
17
+ - TWIN DS Protocol Context: https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/twin-ds-protocol-profile.jsonld
18
18
  - Eclipse DSP Specification: https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/
19
- - RFC 001 (Query Interface): https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
19
+ - RFC 001 (Query Interface): https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
20
20
 
21
21
  ## Type Declaration
22
22
 
@@ -37,8 +37,8 @@ Transfer Flow:
37
37
 
38
38
  #### See
39
39
 
40
- - https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
41
- - https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
40
+ - https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
41
+ - https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-connector/001-data-space-connector-query.md
42
42
 
43
43
  ### HttpsActivityStreamEndpoint {#httpsactivitystreamendpoint}
44
44
 
@@ -57,7 +57,7 @@ Transfer Flow:
57
57
 
58
58
  #### See
59
59
 
60
- - https://github.com/twinfoundation/rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
60
+ - https://github.com/iotaledger/twin-rfcs/blob/main/rfcs/data-space-protocol/006-data-space-protocol-profile.md#data-transfer-profile-vocabulary
61
61
  - https://www.w3.org/TR/activitystreams-core/
62
62
  - https://www.w3.org/TR/activitypub/
63
63
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/standards-dataspace-protocol",
3
- "version": "0.0.3-next.60",
3
+ "version": "0.0.3-next.62",
4
4
  "description": "Data models for the Dataspace Protocol specification.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/twinfoundation/standards.git",
7
+ "url": "git+https://github.com/iotaledger/standards.git",
8
8
  "directory": "packages/standards-dataspace-protocol"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -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.60",
21
- "@twin.org/standards-w3c-odrl": "0.0.3-next.60",
20
+ "@twin.org/standards-w3c-dcat": "0.0.3-next.62",
21
+ "@twin.org/standards-w3c-odrl": "0.0.3-next.62",
22
22
  "@twin.org/web": "next"
23
23
  },
24
24
  "main": "./dist/es/index.js",
@@ -48,7 +48,7 @@
48
48
  "specification"
49
49
  ],
50
50
  "bugs": {
51
- "url": "git+https://github.com/twinfoundation/standards/issues"
51
+ "url": "git+https://github.com/iotaledger/standards/issues"
52
52
  },
53
53
  "homepage": "https://twindev.org"
54
54
  }
@@ -1,22 +0,0 @@
1
- // Copyright 2025 IOTA Stiftung.
2
- // SPDX-License-Identifier: Apache-2.0.
3
- /**
4
- * DSP transfer format identifiers used in TransferRequestMessage.format.
5
- * See RFC-006 Data Transfer Profile Vocabulary.
6
- */
7
- // eslint-disable-next-line @typescript-eslint/naming-convention
8
- export const DataspaceProtocolTransferFormat = {
9
- /**
10
- * PULL mode: consumer queries data via a bearer-token-protected endpoint.
11
- */
12
- HttpPullQueryFormat: "Http-Pull-Query-Format",
13
- /**
14
- * Consumer-initiated PUSH mode: consumer provides an /inbox endpoint; provider posts ActivityStreams objects there.
15
- */
16
- HttpPushActivityStreamFormat: "Http-Push-Activity-Stream-Format",
17
- /**
18
- * Provider-initiated PUSH mode: provider returns an /inbox URL and JWT token in endpointProperties.
19
- */
20
- HttpPostActivityStreamFormat: "Http-Post-Activity-Stream-Format"
21
- };
22
- //# sourceMappingURL=dataspaceProtocolTransferFormat.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dataspaceProtocolTransferFormat.js","sourceRoot":"","sources":["../../../../../src/models/transferProcess/types/dataspaceProtocolTransferFormat.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;;GAGG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC9C;;OAEG;IACH,mBAAmB,EAAE,wBAAwB;IAE7C;;OAEG;IACH,4BAA4B,EAAE,kCAAkC;IAEhE;;OAEG;IACH,4BAA4B,EAAE,kCAAkC;CACvD,CAAC","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * DSP transfer format identifiers used in TransferRequestMessage.format.\n * See RFC-006 Data Transfer Profile Vocabulary.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const DataspaceProtocolTransferFormat = {\n\t/**\n\t * PULL mode: consumer queries data via a bearer-token-protected endpoint.\n\t */\n\tHttpPullQueryFormat: \"Http-Pull-Query-Format\",\n\n\t/**\n\t * Consumer-initiated PUSH mode: consumer provides an /inbox endpoint; provider posts ActivityStreams objects there.\n\t */\n\tHttpPushActivityStreamFormat: \"Http-Push-Activity-Stream-Format\",\n\n\t/**\n\t * Provider-initiated PUSH mode: provider returns an /inbox URL and JWT token in endpointProperties.\n\t */\n\tHttpPostActivityStreamFormat: \"Http-Post-Activity-Stream-Format\"\n} as const;\n\n/**\n * Type for the DataspaceProtocolTransferFormat const values.\n */\nexport type DataspaceProtocolTransferFormat =\n\t(typeof DataspaceProtocolTransferFormat)[keyof typeof DataspaceProtocolTransferFormat];\n"]}
@@ -1,22 +0,0 @@
1
- /**
2
- * DSP transfer format identifiers used in TransferRequestMessage.format.
3
- * See RFC-006 Data Transfer Profile Vocabulary.
4
- */
5
- export declare const DataspaceProtocolTransferFormat: {
6
- /**
7
- * PULL mode: consumer queries data via a bearer-token-protected endpoint.
8
- */
9
- readonly HttpPullQueryFormat: "Http-Pull-Query-Format";
10
- /**
11
- * Consumer-initiated PUSH mode: consumer provides an /inbox endpoint; provider posts ActivityStreams objects there.
12
- */
13
- readonly HttpPushActivityStreamFormat: "Http-Push-Activity-Stream-Format";
14
- /**
15
- * Provider-initiated PUSH mode: provider returns an /inbox URL and JWT token in endpointProperties.
16
- */
17
- readonly HttpPostActivityStreamFormat: "Http-Post-Activity-Stream-Format";
18
- };
19
- /**
20
- * Type for the DataspaceProtocolTransferFormat const values.
21
- */
22
- export type DataspaceProtocolTransferFormat = (typeof DataspaceProtocolTransferFormat)[keyof typeof DataspaceProtocolTransferFormat];
@@ -1,5 +0,0 @@
1
- # Type Alias: DataspaceProtocolTransferFormat
2
-
3
- > **DataspaceProtocolTransferFormat** = *typeof* [`DataspaceProtocolTransferFormat`](../variables/DataspaceProtocolTransferFormat.md)\[keyof *typeof* [`DataspaceProtocolTransferFormat`](../variables/DataspaceProtocolTransferFormat.md)\]
4
-
5
- Type for the DataspaceProtocolTransferFormat const values.
@@ -1,26 +0,0 @@
1
- # Variable: DataspaceProtocolTransferFormat
2
-
3
- > `const` **DataspaceProtocolTransferFormat**: `object`
4
-
5
- DSP transfer format identifiers used in TransferRequestMessage.format.
6
- See RFC-006 Data Transfer Profile Vocabulary.
7
-
8
- ## Type Declaration
9
-
10
- ### HttpPullQueryFormat {#httppullqueryformat}
11
-
12
- > `readonly` **HttpPullQueryFormat**: `"Http-Pull-Query-Format"` = `"Http-Pull-Query-Format"`
13
-
14
- PULL mode: consumer queries data via a bearer-token-protected endpoint.
15
-
16
- ### HttpPushActivityStreamFormat {#httppushactivitystreamformat}
17
-
18
- > `readonly` **HttpPushActivityStreamFormat**: `"Http-Push-Activity-Stream-Format"` = `"Http-Push-Activity-Stream-Format"`
19
-
20
- Consumer-initiated PUSH mode: consumer provides an /inbox endpoint; provider posts ActivityStreams objects there.
21
-
22
- ### HttpPostActivityStreamFormat {#httppostactivitystreamformat}
23
-
24
- > `readonly` **HttpPostActivityStreamFormat**: `"Http-Post-Activity-Stream-Format"` = `"Http-Post-Activity-Stream-Format"`
25
-
26
- Provider-initiated PUSH mode: provider returns an /inbox URL and JWT token in endpointProperties.