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

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"]}
@@ -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,28 @@
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.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)
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
+ * typescript 6 update ([79bfb52](https://github.com/iotaledger/twin-standards/commit/79bfb52e3dcb24689cec7b201dde822bcee970c5))
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.60 to 0.0.3-next.61
16
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.60 to 0.0.3-next.61
17
+ * devDependencies
18
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.60 to 0.0.3-next.61
19
+
20
+ ## [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)
21
+
22
+
23
+ ### Features
24
+
25
+ * 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
26
 
10
27
 
11
28
  ### Dependencies
@@ -17,7 +34,7 @@
17
34
  * devDependencies
18
35
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.59 to 0.0.3-next.60
19
36
 
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)
37
+ ## [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
38
 
22
39
 
23
40
  ### Miscellaneous Chores
@@ -34,7 +51,7 @@
34
51
  * devDependencies
35
52
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.58 to 0.0.3-next.59
36
53
 
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)
54
+ ## [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
55
 
39
56
 
40
57
  ### Miscellaneous Chores
@@ -51,12 +68,12 @@
51
68
  * devDependencies
52
69
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.57 to 0.0.3-next.58
53
70
 
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)
71
+ ## [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
72
 
56
73
 
57
74
  ### Bug Fixes
58
75
 
59
- * min items in dataspace protocol ([c94f8df](https://github.com/twinfoundation/standards/commit/c94f8dfae176b46baaade13a4ab6d3df82f0cffa))
76
+ * min items in dataspace protocol ([c94f8df](https://github.com/iotaledger/twin-standards/commit/c94f8dfae176b46baaade13a4ab6d3df82f0cffa))
60
77
 
61
78
 
62
79
  ### Dependencies
@@ -68,12 +85,12 @@
68
85
  * devDependencies
69
86
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.56 to 0.0.3-next.57
70
87
 
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)
88
+ ## [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
89
 
73
90
 
74
91
  ### Features
75
92
 
76
- * fixes in dataspace and odrl ([9924f91](https://github.com/twinfoundation/standards/commit/9924f9135cb6e227e1040065ab017b1c7ef8347a))
93
+ * fixes in dataspace and odrl ([9924f91](https://github.com/iotaledger/twin-standards/commit/9924f9135cb6e227e1040065ab017b1c7ef8347a))
77
94
 
78
95
 
79
96
  ### Dependencies
@@ -85,13 +102,13 @@
85
102
  * devDependencies
86
103
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.55 to 0.0.3-next.56
87
104
 
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)
105
+ ## [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
106
 
90
107
 
91
108
  ### Features
92
109
 
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))
110
+ * update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/iotaledger/twin-standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
111
+ * 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
112
 
96
113
 
97
114
  ### Dependencies
@@ -103,12 +120,12 @@
103
120
  * devDependencies
104
121
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.54 to 0.0.3-next.55
105
122
 
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)
123
+ ## [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
124
 
108
125
 
109
126
  ### Features
110
127
 
111
- * update JsonSchemaHelper.validate usage ([fe08315](https://github.com/twinfoundation/standards/commit/fe0831571cc618465a4510b52c3032a750e6e149))
128
+ * update JsonSchemaHelper.validate usage ([fe08315](https://github.com/iotaledger/twin-standards/commit/fe0831571cc618465a4510b52c3032a750e6e149))
112
129
 
113
130
 
114
131
  ### Dependencies
@@ -120,12 +137,12 @@
120
137
  * devDependencies
121
138
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.53 to 0.0.3-next.54
122
139
 
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)
140
+ ## [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
141
 
125
142
 
126
143
  ### Features
127
144
 
128
- * improve caching ([#196](https://github.com/twinfoundation/standards/issues/196)) ([968e61a](https://github.com/twinfoundation/standards/commit/968e61a04156a22cf5ffc3ba237a42a81ec2e0c1))
145
+ * improve caching ([#196](https://github.com/iotaledger/twin-standards/issues/196)) ([968e61a](https://github.com/iotaledger/twin-standards/commit/968e61a04156a22cf5ffc3ba237a42a81ec2e0c1))
129
146
 
130
147
 
131
148
  ### Dependencies
@@ -137,7 +154,7 @@
137
154
  * devDependencies
138
155
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.52 to 0.0.3-next.53
139
156
 
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)
157
+ ## [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
158
 
142
159
 
143
160
  ### Miscellaneous Chores
@@ -154,7 +171,7 @@
154
171
  * devDependencies
155
172
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.51 to 0.0.3-next.52
156
173
 
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)
174
+ ## [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
175
 
159
176
 
160
177
  ### Miscellaneous Chores
@@ -171,12 +188,12 @@
171
188
  * devDependencies
172
189
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.50 to 0.0.3-next.51
173
190
 
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)
191
+ ## [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
192
 
176
193
 
177
194
  ### Features
178
195
 
179
- * remove ObjectOrArray usage ([61fd52d](https://github.com/twinfoundation/standards/commit/61fd52da035356bbe5bcc315367089405b4d1386))
196
+ * remove ObjectOrArray usage ([61fd52d](https://github.com/iotaledger/twin-standards/commit/61fd52da035356bbe5bcc315367089405b4d1386))
180
197
 
181
198
 
182
199
  ### Dependencies
@@ -188,12 +205,12 @@
188
205
  * devDependencies
189
206
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.49 to 0.0.3-next.50
190
207
 
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)
208
+ ## [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
209
 
193
210
 
194
211
  ### Features
195
212
 
196
- * improved ds protocol schemas ([ed0abe0](https://github.com/twinfoundation/standards/commit/ed0abe0eb5c25da0c837bc39061419c1f3ccbb6d))
213
+ * improved ds protocol schemas ([ed0abe0](https://github.com/iotaledger/twin-standards/commit/ed0abe0eb5c25da0c837bc39061419c1f3ccbb6d))
197
214
 
198
215
 
199
216
  ### Dependencies
@@ -205,12 +222,12 @@
205
222
  * devDependencies
206
223
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.48 to 0.0.3-next.49
207
224
 
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)
225
+ ## [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
226
 
210
227
 
211
228
  ### Features
212
229
 
213
- * missing ds protocol schemas ([d47e3ed](https://github.com/twinfoundation/standards/commit/d47e3ed30daa6f7857da3b7813f239118bb2ad46))
230
+ * missing ds protocol schemas ([d47e3ed](https://github.com/iotaledger/twin-standards/commit/d47e3ed30daa6f7857da3b7813f239118bb2ad46))
214
231
 
215
232
 
216
233
  ### Dependencies
@@ -222,12 +239,12 @@
222
239
  * devDependencies
223
240
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.47 to 0.0.3-next.48
224
241
 
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)
242
+ ## [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
243
 
227
244
 
228
245
  ### Bug Fixes
229
246
 
230
- * remove uid from ds protocol offer ([ebd3ef8](https://github.com/twinfoundation/standards/commit/ebd3ef88aa0f90eaf8f826f84784db59d1f55da0))
247
+ * remove uid from ds protocol offer ([ebd3ef8](https://github.com/iotaledger/twin-standards/commit/ebd3ef88aa0f90eaf8f826f84784db59d1f55da0))
231
248
 
232
249
 
233
250
  ### Dependencies
@@ -239,7 +256,7 @@
239
256
  * devDependencies
240
257
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.46 to 0.0.3-next.47
241
258
 
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)
259
+ ## [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
260
 
244
261
 
245
262
  ### Miscellaneous Chores
@@ -256,12 +273,12 @@
256
273
  * devDependencies
257
274
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.45 to 0.0.3-next.46
258
275
 
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)
276
+ ## [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
277
 
261
278
 
262
279
  ### Features
263
280
 
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))
281
+ * 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
282
 
266
283
 
267
284
  ### Dependencies
@@ -273,7 +290,7 @@
273
290
  * devDependencies
274
291
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.44 to 0.0.3-next.45
275
292
 
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)
293
+ ## [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
294
 
278
295
 
279
296
  ### Miscellaneous Chores
@@ -290,12 +307,12 @@
290
307
  * devDependencies
291
308
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.43 to 0.0.3-next.44
292
309
 
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)
310
+ ## [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
311
 
295
312
 
296
313
  ### Features
297
314
 
298
- * update schemas to support additional properties ([4679e21](https://github.com/twinfoundation/standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
315
+ * update schemas to support additional properties ([4679e21](https://github.com/iotaledger/twin-standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
299
316
 
300
317
 
301
318
  ### Dependencies
@@ -307,12 +324,12 @@
307
324
  * devDependencies
308
325
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.42 to 0.0.3-next.43
309
326
 
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)
327
+ ## [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
328
 
312
329
 
313
330
  ### Features
314
331
 
315
- * remove IJsonLdNodeObject base interfaces ([#172](https://github.com/twinfoundation/standards/issues/172)) ([8ff8d7a](https://github.com/twinfoundation/standards/commit/8ff8d7a2892d626879b76ba5da912469ff899954))
332
+ * remove IJsonLdNodeObject base interfaces ([#172](https://github.com/iotaledger/twin-standards/issues/172)) ([8ff8d7a](https://github.com/iotaledger/twin-standards/commit/8ff8d7a2892d626879b76ba5da912469ff899954))
316
333
 
317
334
 
318
335
  ### Dependencies
@@ -324,7 +341,7 @@
324
341
  * devDependencies
325
342
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.41 to 0.0.3-next.42
326
343
 
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)
344
+ ## [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
345
 
329
346
 
330
347
  ### Miscellaneous Chores
@@ -341,7 +358,7 @@
341
358
  * devDependencies
342
359
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.40 to 0.0.3-next.41
343
360
 
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)
361
+ ## [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
362
 
346
363
 
347
364
  ### Miscellaneous Chores
@@ -358,7 +375,7 @@
358
375
  * devDependencies
359
376
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.39 to 0.0.3-next.40
360
377
 
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)
378
+ ## [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
379
 
363
380
 
364
381
  ### Miscellaneous Chores
@@ -375,7 +392,7 @@
375
392
  * devDependencies
376
393
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.38 to 0.0.3-next.39
377
394
 
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)
395
+ ## [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
396
 
380
397
 
381
398
  ### Miscellaneous Chores
@@ -392,7 +409,7 @@
392
409
  * devDependencies
393
410
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.37 to 0.0.3-next.38
394
411
 
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)
412
+ ## [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
413
 
397
414
 
398
415
  ### Miscellaneous Chores
@@ -409,7 +426,7 @@
409
426
  * devDependencies
410
427
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.36 to 0.0.3-next.37
411
428
 
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)
429
+ ## [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
430
 
414
431
 
415
432
  ### Miscellaneous Chores
@@ -426,7 +443,7 @@
426
443
  * devDependencies
427
444
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.35 to 0.0.3-next.36
428
445
 
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)
446
+ ## [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
447
 
431
448
 
432
449
  ### Miscellaneous Chores
@@ -443,7 +460,7 @@
443
460
  * devDependencies
444
461
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.34 to 0.0.3-next.35
445
462
 
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)
463
+ ## [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
464
 
448
465
 
449
466
  ### Miscellaneous Chores
@@ -460,43 +477,43 @@
460
477
  * devDependencies
461
478
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.33 to 0.0.3-next.34
462
479
 
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)
480
+ ## [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
481
 
465
482
 
466
483
  ### Features
467
484
 
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))
485
+ * add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
486
+ * add dataspace protocol dataset ([06b2180](https://github.com/iotaledger/twin-standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
487
+ * add dataspace protocol dataset ([26d9031](https://github.com/iotaledger/twin-standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
488
+ * add ds protocol catalog dataset ([#86](https://github.com/iotaledger/twin-standards/issues/86)) ([45600e6](https://github.com/iotaledger/twin-standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
489
+ * add missing const modifiers for enum const ([0f40483](https://github.com/iotaledger/twin-standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
490
+ * add missing const modifiers for enum const ([7e66eaf](https://github.com/iotaledger/twin-standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
491
+ * adding twin protocol endpoins constants ([#133](https://github.com/iotaledger/twin-standards/issues/133)) ([3592c81](https://github.com/iotaledger/twin-standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
492
+ * ds protocol - data transfer ([#77](https://github.com/iotaledger/twin-standards/issues/77)) ([1bf0375](https://github.com/iotaledger/twin-standards/commit/1bf03750c74daaa0eb133b03927a0f40eb27a1e3))
493
+ * implement Dataspace Protocol Objects ([#73](https://github.com/iotaledger/twin-standards/issues/73)) ([2505495](https://github.com/iotaledger/twin-standards/commit/2505495c03b54a6606a775d7f2211308372c7cc6))
494
+ * improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
495
+ * naming fixing and usage ([#98](https://github.com/iotaledger/twin-standards/issues/98)) ([9e95344](https://github.com/iotaledger/twin-standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
496
+ * register schemas at hosted location ([#128](https://github.com/iotaledger/twin-standards/issues/128)) ([ab35298](https://github.com/iotaledger/twin-standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
497
+ * update registrations ([dd3c92f](https://github.com/iotaledger/twin-standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
498
+ * update schemas ([c3c11e0](https://github.com/iotaledger/twin-standards/commit/c3c11e07da6c0d3eac5ea4a68e3ad57f022b2351))
499
+ * update type names ([#89](https://github.com/iotaledger/twin-standards/issues/89)) ([6fdef47](https://github.com/iotaledger/twin-standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
500
+ * w3id endpoints constants added ([#131](https://github.com/iotaledger/twin-standards/issues/131)) ([5fe981a](https://github.com/iotaledger/twin-standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
484
501
 
485
502
 
486
503
  ### Bug Fixes
487
504
 
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))
505
+ * 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))
506
+ * context doc name ([e994ebc](https://github.com/iotaledger/twin-standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
507
+ * correct registration type for DS DCAT3 type ([04703df](https://github.com/iotaledger/twin-standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
508
+ * 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))
509
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/iotaledger/twin-standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
510
+ * DS Protocol LDContext ([931679d](https://github.com/iotaledger/twin-standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
511
+ * dspace protocol context ([769c758](https://github.com/iotaledger/twin-standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
512
+ * 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))
513
+ * 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))
514
+ * 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))
515
+ * updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
516
+ * 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
517
 
501
518
 
502
519
  ### Dependencies
@@ -508,7 +525,7 @@
508
525
  * devDependencies
509
526
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.32 to 0.0.3-next.33
510
527
 
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)
528
+ ## [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
529
 
513
530
 
514
531
  ### Miscellaneous Chores
@@ -525,7 +542,7 @@
525
542
  * devDependencies
526
543
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.31 to 0.0.3-next.32
527
544
 
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)
545
+ ## [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
546
 
530
547
 
531
548
  ### Miscellaneous Chores
@@ -542,7 +559,7 @@
542
559
  * devDependencies
543
560
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.30 to 0.0.3-next.31
544
561
 
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)
562
+ ## [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
563
 
547
564
 
548
565
  ### Miscellaneous Chores
@@ -559,12 +576,12 @@
559
576
  * devDependencies
560
577
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.29 to 0.0.3-next.30
561
578
 
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)
579
+ ## [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
580
 
564
581
 
565
582
  ### Features
566
583
 
567
- * adding twin protocol endpoins constants ([#133](https://github.com/twinfoundation/standards/issues/133)) ([3592c81](https://github.com/twinfoundation/standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
584
+ * adding twin protocol endpoins constants ([#133](https://github.com/iotaledger/twin-standards/issues/133)) ([3592c81](https://github.com/iotaledger/twin-standards/commit/3592c811c368b23046ef8b60f6cca0eb8356ad87))
568
585
 
569
586
 
570
587
  ### Dependencies
@@ -576,7 +593,7 @@
576
593
  * devDependencies
577
594
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.28 to 0.0.3-next.29
578
595
 
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)
596
+ ## [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
597
 
581
598
 
582
599
  ### Miscellaneous Chores
@@ -593,7 +610,7 @@
593
610
  * devDependencies
594
611
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.27 to 0.0.3-next.28
595
612
 
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)
613
+ ## [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
614
 
598
615
 
599
616
  ### Miscellaneous Chores
@@ -610,12 +627,12 @@
610
627
  * devDependencies
611
628
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.26 to 0.0.3-next.27
612
629
 
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)
630
+ ## [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
631
 
615
632
 
616
633
  ### Features
617
634
 
618
- * w3id endpoints constants added ([#131](https://github.com/twinfoundation/standards/issues/131)) ([5fe981a](https://github.com/twinfoundation/standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
635
+ * w3id endpoints constants added ([#131](https://github.com/iotaledger/twin-standards/issues/131)) ([5fe981a](https://github.com/iotaledger/twin-standards/commit/5fe981a6508bbf19886436cedb88c7044619e295))
619
636
 
620
637
 
621
638
  ### Dependencies
@@ -627,12 +644,12 @@
627
644
  * devDependencies
628
645
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.25 to 0.0.3-next.26
629
646
 
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)
647
+ ## [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
648
 
632
649
 
633
650
  ### Features
634
651
 
635
- * register schemas at hosted location ([#128](https://github.com/twinfoundation/standards/issues/128)) ([ab35298](https://github.com/twinfoundation/standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
652
+ * register schemas at hosted location ([#128](https://github.com/iotaledger/twin-standards/issues/128)) ([ab35298](https://github.com/iotaledger/twin-standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
636
653
 
637
654
 
638
655
  ### Dependencies
@@ -644,7 +661,7 @@
644
661
  * devDependencies
645
662
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.24 to 0.0.3-next.25
646
663
 
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)
664
+ ## [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
665
 
649
666
 
650
667
  ### Miscellaneous Chores
@@ -661,7 +678,7 @@
661
678
  * devDependencies
662
679
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.23 to 0.0.3-next.24
663
680
 
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)
681
+ ## [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
682
 
666
683
 
667
684
  ### Miscellaneous Chores
@@ -678,7 +695,7 @@
678
695
  * devDependencies
679
696
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.22 to 0.0.3-next.23
680
697
 
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)
698
+ ## [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
699
 
683
700
 
684
701
  ### Miscellaneous Chores
@@ -695,12 +712,12 @@
695
712
  * devDependencies
696
713
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.21 to 0.0.3-next.22
697
714
 
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)
715
+ ## [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
716
 
700
717
 
701
718
  ### Features
702
719
 
703
- * update registrations ([dd3c92f](https://github.com/twinfoundation/standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
720
+ * update registrations ([dd3c92f](https://github.com/iotaledger/twin-standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
704
721
 
705
722
 
706
723
  ### Dependencies
@@ -712,12 +729,12 @@
712
729
  * devDependencies
713
730
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.20 to 0.0.3-next.21
714
731
 
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)
732
+ ## [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
733
 
717
734
 
718
735
  ### Bug Fixes
719
736
 
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))
737
+ * 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
738
 
722
739
 
723
740
  ### Dependencies
@@ -729,12 +746,12 @@
729
746
  * devDependencies
730
747
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.19 to 0.0.3-next.20
731
748
 
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)
749
+ ## [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
750
 
734
751
 
735
752
  ### Bug Fixes
736
753
 
737
- * dspace protocol context ([769c758](https://github.com/twinfoundation/standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
754
+ * dspace protocol context ([769c758](https://github.com/iotaledger/twin-standards/commit/769c7583b11db681c1fde66713976112b7f12de8))
738
755
 
739
756
 
740
757
  ### Dependencies
@@ -746,7 +763,7 @@
746
763
  * devDependencies
747
764
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.18 to 0.0.3-next.19
748
765
 
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)
766
+ ## [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
767
 
751
768
 
752
769
  ### Miscellaneous Chores
@@ -763,12 +780,12 @@
763
780
  * devDependencies
764
781
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.17 to 0.0.3-next.18
765
782
 
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)
783
+ ## [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
784
 
768
785
 
769
786
  ### Bug Fixes
770
787
 
771
- * updating the missing packages ([#114](https://github.com/twinfoundation/standards/issues/114)) ([90b03f8](https://github.com/twinfoundation/standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
788
+ * updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
772
789
 
773
790
 
774
791
  ### Dependencies
@@ -780,7 +797,7 @@
780
797
  * devDependencies
781
798
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.16 to 0.0.3-next.17
782
799
 
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)
800
+ ## [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
801
 
785
802
 
786
803
  ### Miscellaneous Chores
@@ -797,13 +814,13 @@
797
814
  * devDependencies
798
815
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.15 to 0.0.3-next.16
799
816
 
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)
817
+ ## [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
818
 
802
819
 
803
820
  ### Features
804
821
 
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))
822
+ * add missing const modifiers for enum const ([0f40483](https://github.com/iotaledger/twin-standards/commit/0f40483395b5d214ae7a80ff0f17991ee11acdea))
823
+ * add missing const modifiers for enum const ([7e66eaf](https://github.com/iotaledger/twin-standards/commit/7e66eaff416654c6f71efd86c65557f7dcb55de1))
807
824
 
808
825
 
809
826
  ### Dependencies
@@ -815,12 +832,12 @@
815
832
  * devDependencies
816
833
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.14 to 0.0.3-next.15
817
834
 
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)
835
+ ## [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
836
 
820
837
 
821
838
  ### Bug Fixes
822
839
 
823
- * correct registration type for DS DCAT3 type ([04703df](https://github.com/twinfoundation/standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
840
+ * correct registration type for DS DCAT3 type ([04703df](https://github.com/iotaledger/twin-standards/commit/04703df048f56f6315bbd0bb73b7b6b62eb858a1))
824
841
 
825
842
 
826
843
  ### Dependencies
@@ -832,12 +849,12 @@
832
849
  * devDependencies
833
850
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.13 to 0.0.3-next.14
834
851
 
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)
852
+ ## [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
853
 
837
854
 
838
855
  ### Bug Fixes
839
856
 
840
- * adapting regex to fix the bad behavior ([#107](https://github.com/twinfoundation/standards/issues/107)) ([17ba814](https://github.com/twinfoundation/standards/commit/17ba8140b6356a1c4d5923c91a28a996f22af484))
857
+ * 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
858
 
842
859
 
843
860
  ### Dependencies
@@ -849,12 +866,12 @@
849
866
  * devDependencies
850
867
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.12 to 0.0.3-next.13
851
868
 
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)
869
+ ## [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
870
 
854
871
 
855
872
  ### Bug Fixes
856
873
 
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))
874
+ * 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
875
 
859
876
 
860
877
  ### Dependencies
@@ -866,12 +883,12 @@
866
883
  * devDependencies
867
884
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.11 to 0.0.3-next.12
868
885
 
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)
886
+ ## [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
887
 
871
888
 
872
889
  ### Features
873
890
 
874
- * improved namespaces and contexts ([#102](https://github.com/twinfoundation/standards/issues/102)) ([c74c370](https://github.com/twinfoundation/standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
891
+ * improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
875
892
 
876
893
 
877
894
  ### Dependencies
@@ -883,12 +900,12 @@
883
900
  * devDependencies
884
901
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.10 to 0.0.3-next.11
885
902
 
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)
903
+ ## [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
904
 
888
905
 
889
906
  ### Features
890
907
 
891
- * naming fixing and usage ([#98](https://github.com/twinfoundation/standards/issues/98)) ([9e95344](https://github.com/twinfoundation/standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
908
+ * naming fixing and usage ([#98](https://github.com/iotaledger/twin-standards/issues/98)) ([9e95344](https://github.com/iotaledger/twin-standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
892
909
 
893
910
 
894
911
  ### Dependencies
@@ -900,12 +917,12 @@
900
917
  * devDependencies
901
918
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.9 to 0.0.3-next.10
902
919
 
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)
920
+ ## [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
921
 
905
922
 
906
923
  ### Bug Fixes
907
924
 
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))
925
+ * 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
926
 
910
927
 
911
928
  ### Dependencies
@@ -917,19 +934,19 @@
917
934
  * devDependencies
918
935
  * @twin.org/standards-ld-contexts bumped from 0.0.3-next.8 to 0.0.3-next.9
919
936
 
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)
937
+ ## [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
938
 
922
939
 
923
940
  ### Features
924
941
 
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))
942
+ * add dataspace protocol dataset ([06b2180](https://github.com/iotaledger/twin-standards/commit/06b21803551bef6c4c9fba488d672323b22ee54e))
943
+ * add dataspace protocol dataset ([26d9031](https://github.com/iotaledger/twin-standards/commit/26d9031e18667b6e6c4395323522e4b56fcc0356))
944
+ * add ds protocol catalog dataset ([#86](https://github.com/iotaledger/twin-standards/issues/86)) ([45600e6](https://github.com/iotaledger/twin-standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
928
945
 
929
946
 
930
947
  ### Bug Fixes
931
948
 
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))
949
+ * 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
950
 
934
951
 
935
952
  ### Dependencies
@@ -941,18 +958,18 @@
941
958
  * devDependencies
942
959
  * @twin.org/standards-ld-contexts bumped from next to 0.0.3-next.8
943
960
 
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)
961
+ ## [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
962
 
946
963
 
947
964
  ### Features
948
965
 
949
- * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
966
+ * update type names ([#89](https://github.com/iotaledger/twin-standards/issues/89)) ([6fdef47](https://github.com/iotaledger/twin-standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
950
967
 
951
968
 
952
969
  ### Bug Fixes
953
970
 
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))
971
+ * documentation. ds protocol LD Context updated ([6e5203d](https://github.com/iotaledger/twin-standards/commit/6e5203d3115a257653181a5f0cddb9f380cf9a39))
972
+ * DS Protocol LDContext ([931679d](https://github.com/iotaledger/twin-standards/commit/931679d6736acbe55efee5d1f542b923ac3875eb))
956
973
 
957
974
 
958
975
  ### Dependencies
@@ -962,12 +979,12 @@
962
979
  * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.6 to 0.0.3-next.7
963
980
  * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.6 to 0.0.3-next.7
964
981
 
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)
982
+ ## [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
983
 
967
984
 
968
985
  ### Bug Fixes
969
986
 
970
- * context doc name ([e994ebc](https://github.com/twinfoundation/standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
987
+ * context doc name ([e994ebc](https://github.com/iotaledger/twin-standards/commit/e994ebcd5d3b296b21a678716bf740c91e5899c3))
971
988
 
972
989
 
973
990
  ### Dependencies
@@ -977,17 +994,17 @@
977
994
  * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.5 to 0.0.3-next.6
978
995
  * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.5 to 0.0.3-next.6
979
996
 
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)
997
+ ## [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
998
 
982
999
 
983
1000
  ### Features
984
1001
 
985
- * ds protocol - data transfer ([#77](https://github.com/twinfoundation/standards/issues/77)) ([1bf0375](https://github.com/twinfoundation/standards/commit/1bf03750c74daaa0eb133b03927a0f40eb27a1e3))
1002
+ * ds protocol - data transfer ([#77](https://github.com/iotaledger/twin-standards/issues/77)) ([1bf0375](https://github.com/iotaledger/twin-standards/commit/1bf03750c74daaa0eb133b03927a0f40eb27a1e3))
986
1003
 
987
1004
 
988
1005
  ### Bug Fixes
989
1006
 
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))
1007
+ * 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
1008
 
992
1009
 
993
1010
  ### Dependencies
@@ -997,12 +1014,12 @@
997
1014
  * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.4 to 0.0.3-next.5
998
1015
  * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.4 to 0.0.3-next.5
999
1016
 
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)
1017
+ ## [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
1018
 
1002
1019
 
1003
1020
  ### Features
1004
1021
 
1005
- * implement Dataspace Protocol Objects ([#73](https://github.com/twinfoundation/standards/issues/73)) ([2505495](https://github.com/twinfoundation/standards/commit/2505495c03b54a6606a775d7f2211308372c7cc6))
1022
+ * implement Dataspace Protocol Objects ([#73](https://github.com/iotaledger/twin-standards/issues/73)) ([2505495](https://github.com/iotaledger/twin-standards/commit/2505495c03b54a6606a775d7f2211308372c7cc6))
1006
1023
 
1007
1024
 
1008
1025
  ### Dependencies
@@ -1012,7 +1029,7 @@
1012
1029
  * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.3 to 0.0.3-next.4
1013
1030
  * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.3 to 0.0.3-next.4
1014
1031
 
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)
1032
+ ## [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
1033
 
1017
1034
 
1018
1035
  ### Miscellaneous Chores
@@ -1026,12 +1043,12 @@
1026
1043
  * dependencies
1027
1044
  * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.2 to 0.0.3-next.3
1028
1045
 
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)
1046
+ ## [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
1047
 
1031
1048
 
1032
1049
  ### Features
1033
1050
 
1034
- * update schemas ([c3c11e0](https://github.com/twinfoundation/standards/commit/c3c11e07da6c0d3eac5ea4a68e3ad57f022b2351))
1051
+ * update schemas ([c3c11e0](https://github.com/iotaledger/twin-standards/commit/c3c11e07da6c0d3eac5ea4a68e3ad57f022b2351))
1035
1052
 
1036
1053
 
1037
1054
  ### Dependencies
@@ -1040,12 +1057,12 @@
1040
1057
  * dependencies
1041
1058
  * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.1 to 0.0.3-next.2
1042
1059
 
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)
1060
+ ## [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
1061
 
1045
1062
 
1046
1063
  ### Features
1047
1064
 
1048
- * add context id features ([#64](https://github.com/twinfoundation/standards/issues/64)) ([e68bb87](https://github.com/twinfoundation/standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
1065
+ * add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
1049
1066
 
1050
1067
 
1051
1068
  ### 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.61",
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.61",
21
+ "@twin.org/standards-w3c-odrl": "0.0.3-next.61",
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.