@twin.org/engine-types 0.0.3-next.1 → 0.0.3-next.10
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/components/backgroundTask.js +9 -11
- package/dist/es/components/backgroundTask.js.map +1 -1
- package/dist/es/components/contextIdHandler.js +31 -0
- package/dist/es/components/contextIdHandler.js.map +1 -0
- package/dist/es/components/dataSpaceConnector.js +1 -2
- package/dist/es/components/dataSpaceConnector.js.map +1 -1
- package/dist/es/components/entityStorage.js +2 -1
- package/dist/es/components/entityStorage.js.map +1 -1
- package/dist/es/components/federatedCatalogue.js +1 -5
- package/dist/es/components/federatedCatalogue.js.map +1 -1
- package/dist/es/components/federatedCatalogueFilter.js +31 -0
- package/dist/es/components/federatedCatalogueFilter.js.map +1 -0
- package/dist/es/components/immutableProof.js +2 -1
- package/dist/es/components/immutableProof.js.map +1 -1
- package/dist/es/components/rightsManagementDap.js +2 -4
- package/dist/es/components/rightsManagementDap.js.map +1 -1
- package/dist/es/components/rightsManagementDarp.js +1 -0
- package/dist/es/components/rightsManagementDarp.js.map +1 -1
- package/dist/es/components/rightsManagementDataAccessHandler.js +27 -0
- package/dist/es/components/rightsManagementDataAccessHandler.js.map +1 -0
- package/dist/es/components/rightsManagementPdp.js +2 -16
- package/dist/es/components/rightsManagementPdp.js.map +1 -1
- package/dist/es/components/rightsManagementPep.js +2 -16
- package/dist/es/components/rightsManagementPep.js.map +1 -1
- package/dist/es/components/rightsManagementPip.js +2 -16
- package/dist/es/components/rightsManagementPip.js.map +1 -1
- package/dist/es/components/rightsManagementPnp.js +3 -23
- package/dist/es/components/rightsManagementPnp.js.map +1 -1
- package/dist/es/components/rightsManagementPolicyArbiter.js +27 -0
- package/dist/es/components/rightsManagementPolicyArbiter.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js +27 -0
- package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyExecutionAction.js +27 -0
- package/dist/es/components/rightsManagementPolicyExecutionAction.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyInformationSource.js +35 -0
- package/dist/es/components/rightsManagementPolicyInformationSource.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyNegotiator.js +27 -0
- package/dist/es/components/rightsManagementPolicyNegotiator.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyRequester.js +27 -0
- package/dist/es/components/rightsManagementPolicyRequester.js.map +1 -0
- package/dist/es/components/rightsManagementPxp.js +2 -16
- package/dist/es/components/rightsManagementPxp.js.map +1 -1
- package/dist/es/components/synchronisedStorage.js +1 -1
- package/dist/es/components/synchronisedStorage.js.map +1 -1
- package/dist/es/components/trust.js +29 -0
- package/dist/es/components/trust.js.map +1 -0
- package/dist/es/components/trustGenerator.js +28 -0
- package/dist/es/components/trustGenerator.js.map +1 -0
- package/dist/es/components/trustVerifier.js +28 -0
- package/dist/es/components/trustVerifier.js.map +1 -0
- package/dist/es/index.js +38 -2
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IEngineConfig.js.map +1 -1
- package/dist/es/models/config/backgroundTaskComponentConfig.js +2 -0
- package/dist/es/models/config/backgroundTaskComponentConfig.js.map +1 -0
- package/dist/es/models/config/contextIdHandlerComponentConfig.js +2 -0
- package/dist/es/models/config/contextIdHandlerComponentConfig.js.map +1 -0
- package/dist/es/models/config/federatedCatalogueFilterComponentConfig.js +2 -0
- package/dist/es/models/config/federatedCatalogueFilterComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementDarpComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementDataAccessHandlerComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementDataAccessHandlerComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPdpComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPepComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPipComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPnpComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPolicyExecutionActionComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyExecutionActionComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPxpComponentConfig.js.map +1 -1
- package/dist/es/models/config/trustComponentConfig.js +2 -0
- package/dist/es/models/config/trustComponentConfig.js.map +1 -0
- package/dist/es/models/config/trustGeneratorComponentConfig.js +2 -0
- package/dist/es/models/config/trustGeneratorComponentConfig.js.map +1 -0
- package/dist/es/models/config/trustVerifierComponentConfig.js +2 -0
- package/dist/es/models/config/trustVerifierComponentConfig.js.map +1 -0
- package/dist/es/models/types/backgroundTaskComponentType.js +13 -0
- package/dist/es/models/types/backgroundTaskComponentType.js.map +1 -0
- package/dist/es/models/types/contextIdHandlerComponentType.js +17 -0
- package/dist/es/models/types/contextIdHandlerComponentType.js.map +1 -0
- package/dist/es/models/types/federatedCatalogueFilterComponentType.js +13 -0
- package/dist/es/models/types/federatedCatalogueFilterComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementDataAccessHandlerComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementDataAccessHandlerComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyExecutionActionComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementPolicyExecutionActionComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js +17 -0
- package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js.map +1 -0
- package/dist/es/models/types/trustComponentType.js +13 -0
- package/dist/es/models/types/trustComponentType.js.map +1 -0
- package/dist/es/models/types/trustGeneratorComponentType.js +13 -0
- package/dist/es/models/types/trustGeneratorComponentType.js.map +1 -0
- package/dist/es/models/types/trustVerifierComponentType.js +13 -0
- package/dist/es/models/types/trustVerifierComponentType.js.map +1 -0
- package/dist/types/components/backgroundTask.d.ts +5 -6
- package/dist/types/components/contextIdHandler.d.ts +16 -0
- package/dist/types/components/federatedCatalogueFilter.d.ts +17 -0
- package/dist/types/components/rightsManagementDataAccessHandler.d.ts +17 -0
- package/dist/types/components/rightsManagementPolicyArbiter.d.ts +17 -0
- package/dist/types/components/rightsManagementPolicyEnforcementProcessor.d.ts +17 -0
- package/dist/types/components/rightsManagementPolicyExecutionAction.d.ts +17 -0
- package/dist/types/components/rightsManagementPolicyInformationSource.d.ts +17 -0
- package/dist/types/components/rightsManagementPolicyNegotiator.d.ts +17 -0
- package/dist/types/components/rightsManagementPolicyRequester.d.ts +17 -0
- package/dist/types/components/trust.d.ts +16 -0
- package/dist/types/components/trustGenerator.d.ts +17 -0
- package/dist/types/components/trustVerifier.d.ts +17 -0
- package/dist/types/index.d.ts +38 -2
- package/dist/types/models/IEngineConfig.d.ts +63 -3
- package/dist/types/models/config/backgroundTaskComponentConfig.d.ts +9 -0
- package/dist/types/models/config/contextIdHandlerComponentConfig.d.ts +11 -0
- package/dist/types/models/config/federatedCatalogueFilterComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementDarpComponentConfig.d.ts +1 -4
- package/dist/types/models/config/rightsManagementDataAccessHandlerComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPdpComponentConfig.d.ts +1 -4
- package/dist/types/models/config/rightsManagementPepComponentConfig.d.ts +1 -4
- package/dist/types/models/config/rightsManagementPipComponentConfig.d.ts +1 -4
- package/dist/types/models/config/rightsManagementPnpComponentConfig.d.ts +1 -5
- package/dist/types/models/config/rightsManagementPolicyArbiterComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPolicyExecutionActionComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPolicyInformationSourceComponentConfig.d.ts +12 -0
- package/dist/types/models/config/rightsManagementPolicyNegotiatorComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPolicyRequesterComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPxpComponentConfig.d.ts +1 -4
- package/dist/types/models/config/trustComponentConfig.d.ts +9 -0
- package/dist/types/models/config/trustGeneratorComponentConfig.d.ts +9 -0
- package/dist/types/models/config/trustVerifierComponentConfig.d.ts +9 -0
- package/dist/types/models/types/backgroundTaskComponentType.d.ts +13 -0
- package/dist/types/models/types/contextIdHandlerComponentType.d.ts +17 -0
- package/dist/types/models/types/federatedCatalogueFilterComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementDataAccessHandlerComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyArbiterComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyEnforcementProcessorComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyExecutionActionComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyInformationSourceComponentType.d.ts +17 -0
- package/dist/types/models/types/rightsManagementPolicyNegotiatorComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyRequesterComponentType.d.ts +13 -0
- package/dist/types/models/types/trustComponentType.d.ts +13 -0
- package/dist/types/models/types/trustGeneratorComponentType.d.ts +13 -0
- package/dist/types/models/types/trustVerifierComponentType.d.ts +13 -0
- package/docs/changelog.md +140 -0
- package/docs/reference/functions/{initialiseBackgroundTaskConnector.md → initialiseBackgroundTaskComponent.md} +5 -5
- package/docs/reference/functions/initialiseContextIdHandlerComponent.md +31 -0
- package/docs/reference/functions/initialiseFederatedCatalogueFilterComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementDataAccessHandlerComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyArbiterComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyEnforcementProcessorComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyExecutionActionComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyInformationSourceComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyNegotiatorComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyRequesterComponent.md +31 -0
- package/docs/reference/functions/initialiseTrustComponent.md +31 -0
- package/docs/reference/functions/initialiseTrustGeneratorComponent.md +31 -0
- package/docs/reference/functions/initialiseTrustVerifierComponent.md +31 -0
- package/docs/reference/index.md +52 -4
- package/docs/reference/interfaces/IEngineConfig.md +75 -3
- package/docs/reference/type-aliases/BackgroundTaskComponentConfig.md +17 -0
- package/docs/reference/type-aliases/BackgroundTaskComponentType.md +5 -0
- package/docs/reference/type-aliases/ContextIdHandlerComponentConfig.md +5 -0
- package/docs/reference/type-aliases/ContextIdHandlerComponentType.md +5 -0
- package/docs/reference/type-aliases/FederatedCatalogueFilterComponentConfig.md +17 -0
- package/docs/reference/type-aliases/FederatedCatalogueFilterComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementDarpComponentConfig.md +1 -7
- package/docs/reference/type-aliases/RightsManagementDataAccessHandlerComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementDataAccessHandlerComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPdpComponentConfig.md +1 -7
- package/docs/reference/type-aliases/RightsManagementPepComponentConfig.md +1 -7
- package/docs/reference/type-aliases/RightsManagementPipComponentConfig.md +1 -7
- package/docs/reference/type-aliases/RightsManagementPnpComponentConfig.md +1 -1
- package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentConfig.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPxpComponentConfig.md +1 -7
- package/docs/reference/type-aliases/TrustComponentConfig.md +17 -0
- package/docs/reference/type-aliases/TrustComponentType.md +5 -0
- package/docs/reference/type-aliases/TrustGeneratorComponentConfig.md +17 -0
- package/docs/reference/type-aliases/TrustGeneratorComponentType.md +5 -0
- package/docs/reference/type-aliases/TrustVerifierComponentConfig.md +17 -0
- package/docs/reference/type-aliases/TrustVerifierComponentType.md +5 -0
- package/docs/reference/variables/BackgroundTaskComponentType.md +13 -0
- package/docs/reference/variables/ContextIdHandlerComponentType.md +19 -0
- package/docs/reference/variables/FederatedCatalogueFilterComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementDataAccessHandlerComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPolicyArbiterComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPolicyEnforcementProcessorComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPolicyExecutionActionComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPolicyInformationSourceComponentType.md +19 -0
- package/docs/reference/variables/RightsManagementPolicyNegotiatorComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPolicyRequesterComponentType.md +13 -0
- package/docs/reference/variables/TrustComponentType.md +13 -0
- package/docs/reference/variables/TrustGeneratorComponentType.md +13 -0
- package/docs/reference/variables/TrustVerifierComponentType.md +13 -0
- package/package.json +10 -4
- package/dist/es/models/config/backgroundTaskConnectorConfig.js +0 -2
- package/dist/es/models/config/backgroundTaskConnectorConfig.js.map +0 -1
- package/dist/es/models/types/backgroundTaskConnectorType.js +0 -13
- package/dist/es/models/types/backgroundTaskConnectorType.js.map +0 -1
- package/dist/types/models/config/backgroundTaskConnectorConfig.d.ts +0 -9
- package/dist/types/models/types/backgroundTaskConnectorType.d.ts +0 -13
- package/docs/reference/type-aliases/BackgroundTaskConnectorConfig.md +0 -17
- package/docs/reference/type-aliases/BackgroundTaskConnectorType.md +0 -5
- package/docs/reference/variables/BackgroundTaskConnectorType.md +0 -13
|
@@ -4,9 +4,10 @@ import type { AttestationConnectorConfig } from "./config/attestationConnectorCo
|
|
|
4
4
|
import type { AuditableItemGraphComponentConfig } from "./config/auditableItemGraphComponentConfig.js";
|
|
5
5
|
import type { AuditableItemStreamComponentConfig } from "./config/auditableItemStreamComponentConfig.js";
|
|
6
6
|
import type { AuthenticationGeneratorComponentConfig } from "./config/authenticationGeneratorComponentConfig.js";
|
|
7
|
-
import type {
|
|
7
|
+
import type { BackgroundTaskComponentConfig } from "./config/backgroundTaskComponentConfig.js";
|
|
8
8
|
import type { BlobStorageComponentConfig } from "./config/blobStorageComponentConfig.js";
|
|
9
9
|
import type { BlobStorageConnectorConfig } from "./config/blobStorageConnectorConfig.js";
|
|
10
|
+
import type { ContextIdHandlerComponentConfig } from "./config/contextIdHandlerComponentConfig.js";
|
|
10
11
|
import type { DataConverterConnectorConfig } from "./config/dataConverterConnectorConfig.js";
|
|
11
12
|
import type { DataExtractorConnectorConfig } from "./config/dataExtractorConnectorConfig.js";
|
|
12
13
|
import type { DataProcessingComponentConfig } from "./config/dataProcessingComponentConfig.js";
|
|
@@ -19,6 +20,7 @@ import type { EventBusComponentConfig } from "./config/eventBusComponentConfig.j
|
|
|
19
20
|
import type { EventBusConnectorConfig } from "./config/eventBusConnectorConfig.js";
|
|
20
21
|
import type { FaucetConnectorConfig } from "./config/faucetConnectorConfig.js";
|
|
21
22
|
import type { FederatedCatalogueComponentConfig } from "./config/federatedCatalogueComponentConfig.js";
|
|
23
|
+
import type { FederatedCatalogueFilterComponentConfig } from "./config/federatedCatalogueFilterComponentConfig.js";
|
|
22
24
|
import type { IdentityComponentConfig } from "./config/identityComponentConfig.js";
|
|
23
25
|
import type { IdentityConnectorConfig } from "./config/identityConnectorConfig.js";
|
|
24
26
|
import type { IdentityProfileComponentConfig } from "./config/identityProfileComponentConfig.js";
|
|
@@ -37,6 +39,7 @@ import type { NftComponentConfig } from "./config/nftComponentConfig.js";
|
|
|
37
39
|
import type { NftConnectorConfig } from "./config/nftConnectorConfig.js";
|
|
38
40
|
import type { RightsManagementDapComponentConfig } from "./config/rightsManagementDapComponentConfig.js";
|
|
39
41
|
import type { RightsManagementDarpComponentConfig } from "./config/rightsManagementDarpComponentConfig.js";
|
|
42
|
+
import type { RightsManagementDataAccessHandlerComponentConfig } from "./config/rightsManagementDataAccessHandlerComponentConfig.js";
|
|
40
43
|
import type { RightsManagementPapComponentConfig } from "./config/rightsManagementPapComponentConfig.js";
|
|
41
44
|
import type { RightsManagementPdpComponentConfig } from "./config/rightsManagementPdpComponentConfig.js";
|
|
42
45
|
import type { RightsManagementPepComponentConfig } from "./config/rightsManagementPepComponentConfig.js";
|
|
@@ -44,12 +47,21 @@ import type { RightsManagementPipComponentConfig } from "./config/rightsManageme
|
|
|
44
47
|
import type { RightsManagementPmpComponentConfig } from "./config/rightsManagementPmpComponentConfig.js";
|
|
45
48
|
import type { RightsManagementPnapComponentConfig } from "./config/rightsManagementPnapComponentConfig.js";
|
|
46
49
|
import type { RightsManagementPnpComponentConfig } from "./config/rightsManagementPnpComponentConfig.js";
|
|
50
|
+
import type { RightsManagementPolicyArbiterComponentConfig } from "./config/rightsManagementPolicyArbiterComponentConfig.js";
|
|
51
|
+
import type { RightsManagementPolicyEnforcementProcessorComponentConfig } from "./config/rightsManagementPolicyEnforcementProcessorComponentConfig.js";
|
|
52
|
+
import type { RightsManagementPolicyExecutionActionComponentConfig } from "./config/rightsManagementPolicyExecutionActionComponentConfig.js";
|
|
53
|
+
import type { RightsManagementPolicyInformationSourceComponentConfig } from "./config/rightsManagementPolicyInformationSourceComponentConfig.js";
|
|
54
|
+
import type { RightsManagementPolicyNegotiatorComponentConfig } from "./config/rightsManagementPolicyNegotiatorComponentConfig.js";
|
|
55
|
+
import type { RightsManagementPolicyRequesterComponentConfig } from "./config/rightsManagementPolicyRequesterComponentConfig.js";
|
|
47
56
|
import type { RightsManagementPxpComponentConfig } from "./config/rightsManagementPxpComponentConfig.js";
|
|
48
57
|
import type { SynchronisedStorageComponentConfig } from "./config/synchronisedStorageComponentConfig.js";
|
|
49
58
|
import type { TaskSchedulerComponentConfig } from "./config/taskSchedulerComponentConfig.js";
|
|
50
59
|
import type { TelemetryComponentConfig } from "./config/telemetryComponentConfig.js";
|
|
51
60
|
import type { TelemetryConnectorConfig } from "./config/telemetryConnectorConfig.js";
|
|
52
61
|
import type { TenantAdminComponentConfig } from "./config/tenantAdminComponentConfig.js";
|
|
62
|
+
import type { TrustComponentConfig } from "./config/trustComponentConfig.js";
|
|
63
|
+
import type { TrustGeneratorComponentConfig } from "./config/trustGeneratorComponentConfig.js";
|
|
64
|
+
import type { TrustVerifierComponentConfig } from "./config/trustVerifierComponentConfig.js";
|
|
53
65
|
import type { VaultConnectorConfig } from "./config/vaultConnectorConfig.js";
|
|
54
66
|
import type { VerifiableStorageComponentConfig } from "./config/verifiableStorageComponentConfig.js";
|
|
55
67
|
import type { VerifiableStorageConnectorConfig } from "./config/verifiableStorageConnectorConfig.js";
|
|
@@ -116,9 +128,9 @@ export interface IEngineConfig extends IEngineCoreConfig {
|
|
|
116
128
|
*/
|
|
117
129
|
messagingComponent?: IEngineCoreTypeConfig<MessagingComponentConfig>[];
|
|
118
130
|
/**
|
|
119
|
-
* Background task
|
|
131
|
+
* Background task component options which can be overridden by individual components by specifying types other than default.
|
|
120
132
|
*/
|
|
121
|
-
|
|
133
|
+
backgroundTaskComponent?: IEngineCoreTypeConfig<BackgroundTaskComponentConfig>[];
|
|
122
134
|
/**
|
|
123
135
|
* Task scheduler component options which can be overridden by individual components by specifying types other than default.
|
|
124
136
|
*/
|
|
@@ -227,6 +239,18 @@ export interface IEngineConfig extends IEngineCoreConfig {
|
|
|
227
239
|
* Authentication generator options which can be overridden by individual components by specifying types other than default.
|
|
228
240
|
*/
|
|
229
241
|
authenticationGeneratorComponent?: IEngineCoreTypeConfig<AuthenticationGeneratorComponentConfig>[];
|
|
242
|
+
/**
|
|
243
|
+
* Trust component options which can be overridden by individual components by specifying types other than default.
|
|
244
|
+
*/
|
|
245
|
+
trustComponent?: IEngineCoreTypeConfig<TrustComponentConfig>[];
|
|
246
|
+
/**
|
|
247
|
+
* Trust generator component options which can be overridden by individual components by specifying types other than default.
|
|
248
|
+
*/
|
|
249
|
+
trustGeneratorComponent?: IEngineCoreTypeConfig<TrustGeneratorComponentConfig>[];
|
|
250
|
+
/**
|
|
251
|
+
* Trust verifier component options which can be overridden by individual components by specifying types other than default.
|
|
252
|
+
*/
|
|
253
|
+
trustVerifierComponent?: IEngineCoreTypeConfig<TrustVerifierComponentConfig>[];
|
|
230
254
|
/**
|
|
231
255
|
* Rights management PAP options which can be overridden by individual components by specifying types other than default.
|
|
232
256
|
*/
|
|
@@ -267,6 +291,34 @@ export interface IEngineConfig extends IEngineCoreConfig {
|
|
|
267
291
|
* Rights management DARP options which can be overridden by individual components by specifying types other than default.
|
|
268
292
|
*/
|
|
269
293
|
rightsManagementDarpComponent?: IEngineCoreTypeConfig<RightsManagementDarpComponentConfig>[];
|
|
294
|
+
/**
|
|
295
|
+
* Rights management data access handler options which can be overridden by individual components by specifying types other than default.
|
|
296
|
+
*/
|
|
297
|
+
rightsManagementDataAccessHandlerComponent?: IEngineCoreTypeConfig<RightsManagementDataAccessHandlerComponentConfig>[];
|
|
298
|
+
/**
|
|
299
|
+
* Rights management policy arbiter options which can be overridden by individual components by specifying types other than default.
|
|
300
|
+
*/
|
|
301
|
+
rightsManagementPolicyArbiterComponent?: IEngineCoreTypeConfig<RightsManagementPolicyArbiterComponentConfig>[];
|
|
302
|
+
/**
|
|
303
|
+
* Rights management policy enforcement processor options which can be overridden by individual components by specifying types other than default.
|
|
304
|
+
*/
|
|
305
|
+
rightsManagementPolicyEnforcementProcessorComponent?: IEngineCoreTypeConfig<RightsManagementPolicyEnforcementProcessorComponentConfig>[];
|
|
306
|
+
/**
|
|
307
|
+
* Rights management policy execution action options which can be overridden by individual components by specifying types other than default.
|
|
308
|
+
*/
|
|
309
|
+
rightsManagementPolicyExecutionActionComponent?: IEngineCoreTypeConfig<RightsManagementPolicyExecutionActionComponentConfig>[];
|
|
310
|
+
/**
|
|
311
|
+
* Rights management policy information source options which can be overridden by individual components by specifying types other than default.
|
|
312
|
+
*/
|
|
313
|
+
rightsManagementPolicyInformationSourceComponent?: IEngineCoreTypeConfig<RightsManagementPolicyInformationSourceComponentConfig>[];
|
|
314
|
+
/**
|
|
315
|
+
* Rights management policy negotiator options which can be overridden by individual components by specifying types other than default.
|
|
316
|
+
*/
|
|
317
|
+
rightsManagementPolicyNegotiatorComponent?: IEngineCoreTypeConfig<RightsManagementPolicyNegotiatorComponentConfig>[];
|
|
318
|
+
/**
|
|
319
|
+
* Rights management policy requester options which can be overridden by individual components by specifying types other than default.
|
|
320
|
+
*/
|
|
321
|
+
rightsManagementPolicyRequesterComponent?: IEngineCoreTypeConfig<RightsManagementPolicyRequesterComponentConfig>[];
|
|
270
322
|
/**
|
|
271
323
|
* Synchronised storage options which can be overridden by individual components by specifying types other than default.
|
|
272
324
|
*/
|
|
@@ -275,6 +327,10 @@ export interface IEngineConfig extends IEngineCoreConfig {
|
|
|
275
327
|
* Federated catalogue options which can be overridden by individual components by specifying types other than default.
|
|
276
328
|
*/
|
|
277
329
|
federatedCatalogueComponent?: IEngineCoreTypeConfig<FederatedCatalogueComponentConfig>[];
|
|
330
|
+
/**
|
|
331
|
+
* Federated catalogue filter options which can be overridden by individual components by specifying types other than default.
|
|
332
|
+
*/
|
|
333
|
+
federatedCatalogueFilterComponent?: IEngineCoreTypeConfig<FederatedCatalogueFilterComponentConfig>[];
|
|
278
334
|
/**
|
|
279
335
|
* Data space connector options which can be overridden by individual components by specifying types other than default.
|
|
280
336
|
*/
|
|
@@ -283,5 +339,9 @@ export interface IEngineConfig extends IEngineCoreConfig {
|
|
|
283
339
|
* Tenant admin component options which can be overridden by individual components by specifying types other than default.
|
|
284
340
|
*/
|
|
285
341
|
tenantAdminComponent?: IEngineCoreTypeConfig<TenantAdminComponentConfig>[];
|
|
342
|
+
/**
|
|
343
|
+
* Context Id Handler component options which can be overridden by individual components by specifying types other than default.
|
|
344
|
+
*/
|
|
345
|
+
contextIdHandlerComponent?: IEngineCoreTypeConfig<ContextIdHandlerComponentConfig>[];
|
|
286
346
|
};
|
|
287
347
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IBackgroundTaskServiceConstructorOptions } from "@twin.org/background-task-service";
|
|
2
|
+
import type { BackgroundTaskComponentType } from "../types/backgroundTaskComponentType.js";
|
|
3
|
+
/**
|
|
4
|
+
* Background task component config types.
|
|
5
|
+
*/
|
|
6
|
+
export type BackgroundTaskComponentConfig = {
|
|
7
|
+
type: typeof BackgroundTaskComponentType.Service;
|
|
8
|
+
options?: IBackgroundTaskServiceConstructorOptions;
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ContextIdHandlerComponentType } from "../types/contextIdHandlerComponentType.js";
|
|
2
|
+
/**
|
|
3
|
+
* Context Id Handler component config types.
|
|
4
|
+
*/
|
|
5
|
+
export type ContextIdHandlerComponentConfig = {
|
|
6
|
+
type: typeof ContextIdHandlerComponentType.Did;
|
|
7
|
+
options?: never;
|
|
8
|
+
} | {
|
|
9
|
+
type: typeof ContextIdHandlerComponentType.Tenant;
|
|
10
|
+
options?: never;
|
|
11
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IFilterByExampleConstructorOptions } from "@twin.org/federated-catalogue-filters";
|
|
2
|
+
import type { FederatedCatalogueFilterComponentType } from "../types/federatedCatalogueFilterComponentType.js";
|
|
3
|
+
/**
|
|
4
|
+
* Federated catalog filter component config types.
|
|
5
|
+
*/
|
|
6
|
+
export type FederatedCatalogueFilterComponentConfig = {
|
|
7
|
+
type: typeof FederatedCatalogueFilterComponentType.FilterByExample;
|
|
8
|
+
options: IFilterByExampleConstructorOptions;
|
|
9
|
+
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { IEngineModuleConfig } from "@twin.org/engine-models";
|
|
2
1
|
import type { IDataAccessRequestPointServiceConstructorOptions } from "@twin.org/rights-management-dap-service";
|
|
3
2
|
import type { RightsManagementDarpComponentType } from "../types/rightsManagementDarpComponentType.js";
|
|
4
3
|
/**
|
|
@@ -6,7 +5,5 @@ import type { RightsManagementDarpComponentType } from "../types/rightsManagemen
|
|
|
6
5
|
*/
|
|
7
6
|
export type RightsManagementDarpComponentConfig = {
|
|
8
7
|
type: typeof RightsManagementDarpComponentType.Service;
|
|
9
|
-
options: IDataAccessRequestPointServiceConstructorOptions
|
|
10
|
-
negotiatorModulesConfig?: IEngineModuleConfig[];
|
|
11
|
-
};
|
|
8
|
+
options: IDataAccessRequestPointServiceConstructorOptions;
|
|
12
9
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IExampleDataAccessHandlerConstructorOptions } from "@twin.org/rights-management-plugins";
|
|
2
|
+
import type { RightsManagementDataAccessHandlerComponentType } from "../types/rightsManagementDataAccessHandlerComponentType.js";
|
|
3
|
+
/**
|
|
4
|
+
* Rights management data access handler component config types.
|
|
5
|
+
*/
|
|
6
|
+
export type RightsManagementDataAccessHandlerComponentConfig = {
|
|
7
|
+
type: typeof RightsManagementDataAccessHandlerComponentType.Example;
|
|
8
|
+
options?: IExampleDataAccessHandlerConstructorOptions;
|
|
9
|
+
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { IEngineModuleConfig } from "@twin.org/engine-models";
|
|
2
1
|
import type { IPolicyDecisionPointServiceConstructorOptions } from "@twin.org/rights-management-pdp-service";
|
|
3
2
|
import type { RightsManagementPdpComponentType } from "../types/rightsManagementPdpComponentType.js";
|
|
4
3
|
/**
|
|
@@ -6,7 +5,5 @@ import type { RightsManagementPdpComponentType } from "../types/rightsManagement
|
|
|
6
5
|
*/
|
|
7
6
|
export type RightsManagementPdpComponentConfig = {
|
|
8
7
|
type: typeof RightsManagementPdpComponentType.Service;
|
|
9
|
-
options?: IPolicyDecisionPointServiceConstructorOptions
|
|
10
|
-
arbiterModulesConfig?: IEngineModuleConfig[];
|
|
11
|
-
};
|
|
8
|
+
options?: IPolicyDecisionPointServiceConstructorOptions;
|
|
12
9
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { IEngineModuleConfig } from "@twin.org/engine-models";
|
|
2
1
|
import type { IPolicyEnforcementPointServiceConstructorOptions } from "@twin.org/rights-management-pep-service";
|
|
3
2
|
import type { RightsManagementPepComponentType } from "../types/rightsManagementPepComponentType.js";
|
|
4
3
|
/**
|
|
@@ -6,7 +5,5 @@ import type { RightsManagementPepComponentType } from "../types/rightsManagement
|
|
|
6
5
|
*/
|
|
7
6
|
export type RightsManagementPepComponentConfig = {
|
|
8
7
|
type: typeof RightsManagementPepComponentType.Service;
|
|
9
|
-
options?: IPolicyEnforcementPointServiceConstructorOptions
|
|
10
|
-
processorModulesConfig?: IEngineModuleConfig[];
|
|
11
|
-
};
|
|
8
|
+
options?: IPolicyEnforcementPointServiceConstructorOptions;
|
|
12
9
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { IEngineModuleConfig } from "@twin.org/engine-models";
|
|
2
1
|
import type { IPolicyInformationPointServiceConstructorOptions } from "@twin.org/rights-management-pip-service";
|
|
3
2
|
import type { RightsManagementPipComponentType } from "../types/rightsManagementPipComponentType.js";
|
|
4
3
|
/**
|
|
@@ -6,7 +5,5 @@ import type { RightsManagementPipComponentType } from "../types/rightsManagement
|
|
|
6
5
|
*/
|
|
7
6
|
export type RightsManagementPipComponentConfig = {
|
|
8
7
|
type: typeof RightsManagementPipComponentType.Service;
|
|
9
|
-
options?: IPolicyInformationPointServiceConstructorOptions
|
|
10
|
-
informationModulesConfig?: IEngineModuleConfig[];
|
|
11
|
-
};
|
|
8
|
+
options?: IPolicyInformationPointServiceConstructorOptions;
|
|
12
9
|
};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { IBaseRestClientConfig } from "@twin.org/api-models";
|
|
2
|
-
import type { IEngineModuleConfig } from "@twin.org/engine-models";
|
|
3
2
|
import type { IPolicyNegotiationPointServiceConstructorOptions } from "@twin.org/rights-management-pnp-service";
|
|
4
3
|
import type { RightsManagementPnpComponentType } from "../types/rightsManagementPnpComponentType.js";
|
|
5
4
|
/**
|
|
@@ -7,10 +6,7 @@ import type { RightsManagementPnpComponentType } from "../types/rightsManagement
|
|
|
7
6
|
*/
|
|
8
7
|
export type RightsManagementPnpComponentConfig = {
|
|
9
8
|
type: typeof RightsManagementPnpComponentType.Service;
|
|
10
|
-
options: IPolicyNegotiationPointServiceConstructorOptions
|
|
11
|
-
negotiatorModulesConfig?: IEngineModuleConfig[];
|
|
12
|
-
requesterModulesConfig?: IEngineModuleConfig[];
|
|
13
|
-
};
|
|
9
|
+
options: IPolicyNegotiationPointServiceConstructorOptions;
|
|
14
10
|
} | {
|
|
15
11
|
type: typeof RightsManagementPnpComponentType.RestClient;
|
|
16
12
|
options: IBaseRestClientConfig;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IExamplePolicyArbiterConstructorOptions } from "@twin.org/rights-management-plugins";
|
|
2
|
+
import type { RightsManagementPolicyArbiterComponentType } from "../types/rightsManagementPolicyArbiterComponentType.js";
|
|
3
|
+
/**
|
|
4
|
+
* Rights management policy arbiter component config types.
|
|
5
|
+
*/
|
|
6
|
+
export type RightsManagementPolicyArbiterComponentConfig = {
|
|
7
|
+
type: typeof RightsManagementPolicyArbiterComponentType.Example;
|
|
8
|
+
options?: IExamplePolicyArbiterConstructorOptions;
|
|
9
|
+
};
|
package/dist/types/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IExamplePolicyEnforcementProcessorConstructorOptions } from "@twin.org/rights-management-plugins";
|
|
2
|
+
import type { RightsManagementPolicyEnforcementProcessorComponentType } from "../types/rightsManagementPolicyEnforcementProcessorComponentType.js";
|
|
3
|
+
/**
|
|
4
|
+
* Rights management policy enforcement processor component config types.
|
|
5
|
+
*/
|
|
6
|
+
export type RightsManagementPolicyEnforcementProcessorComponentConfig = {
|
|
7
|
+
type: typeof RightsManagementPolicyEnforcementProcessorComponentType.Example;
|
|
8
|
+
options?: IExamplePolicyEnforcementProcessorConstructorOptions;
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ILoggingPolicyExecutionActionConstructorOptions } from "@twin.org/rights-management-plugins";
|
|
2
|
+
import type { RightsManagementPolicyExecutionActionComponentType } from "../types/rightsManagementPolicyExecutionActionComponentType.js";
|
|
3
|
+
/**
|
|
4
|
+
* Rights management policy execution action component config types.
|
|
5
|
+
*/
|
|
6
|
+
export type RightsManagementPolicyExecutionActionComponentConfig = {
|
|
7
|
+
type: typeof RightsManagementPolicyExecutionActionComponentType.Logging;
|
|
8
|
+
options?: ILoggingPolicyExecutionActionConstructorOptions;
|
|
9
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { IIdentityPolicyInformationSourceConstructorOptions, IStaticPolicyInformationSourceConstructorOptions } from "@twin.org/rights-management-plugins";
|
|
2
|
+
import type { RightsManagementPolicyInformationSourceComponentType } from "../types/rightsManagementPolicyInformationSourceComponentType.js";
|
|
3
|
+
/**
|
|
4
|
+
* Rights management policy information source component config types.
|
|
5
|
+
*/
|
|
6
|
+
export type RightsManagementPolicyInformationSourceComponentConfig = {
|
|
7
|
+
type: typeof RightsManagementPolicyInformationSourceComponentType.Identity;
|
|
8
|
+
options?: IIdentityPolicyInformationSourceConstructorOptions;
|
|
9
|
+
} | {
|
|
10
|
+
type: typeof RightsManagementPolicyInformationSourceComponentType.Static;
|
|
11
|
+
options?: IStaticPolicyInformationSourceConstructorOptions;
|
|
12
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IExamplePolicyNegotiatorConstructorOptions } from "@twin.org/rights-management-plugins";
|
|
2
|
+
import type { RightsManagementPolicyNegotiatorComponentType } from "../types/rightsManagementPolicyNegotiatorComponentType.js";
|
|
3
|
+
/**
|
|
4
|
+
* Rights management policy negotiator component config types.
|
|
5
|
+
*/
|
|
6
|
+
export type RightsManagementPolicyNegotiatorComponentConfig = {
|
|
7
|
+
type: typeof RightsManagementPolicyNegotiatorComponentType.Example;
|
|
8
|
+
options?: IExamplePolicyNegotiatorConstructorOptions;
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IExamplePolicyRequesterConstructorOptions } from "@twin.org/rights-management-plugins";
|
|
2
|
+
import type { RightsManagementPolicyRequesterComponentType } from "../types/rightsManagementPolicyRequesterComponentType.js";
|
|
3
|
+
/**
|
|
4
|
+
* Rights management policy requester component config types.
|
|
5
|
+
*/
|
|
6
|
+
export type RightsManagementPolicyRequesterComponentConfig = {
|
|
7
|
+
type: typeof RightsManagementPolicyRequesterComponentType.Example;
|
|
8
|
+
options?: IExamplePolicyRequesterConstructorOptions;
|
|
9
|
+
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { IEngineModuleConfig } from "@twin.org/engine-models";
|
|
2
1
|
import type { IPolicyExecutionPointServiceConstructorOptions } from "@twin.org/rights-management-pxp-service";
|
|
3
2
|
import type { RightsManagementPxpComponentType } from "../types/rightsManagementPxpComponentType.js";
|
|
4
3
|
/**
|
|
@@ -6,7 +5,5 @@ import type { RightsManagementPxpComponentType } from "../types/rightsManagement
|
|
|
6
5
|
*/
|
|
7
6
|
export type RightsManagementPxpComponentConfig = {
|
|
8
7
|
type: typeof RightsManagementPxpComponentType.Service;
|
|
9
|
-
options?: IPolicyExecutionPointServiceConstructorOptions
|
|
10
|
-
actionModulesConfig?: IEngineModuleConfig[];
|
|
11
|
-
};
|
|
8
|
+
options?: IPolicyExecutionPointServiceConstructorOptions;
|
|
12
9
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ITrustServiceConstructorOptions } from "@twin.org/trust-service";
|
|
2
|
+
import type { TrustComponentType } from "../types/trustComponentType.js";
|
|
3
|
+
/**
|
|
4
|
+
* Trust component config types.
|
|
5
|
+
*/
|
|
6
|
+
export type TrustComponentConfig = {
|
|
7
|
+
type: typeof TrustComponentType.Service;
|
|
8
|
+
options?: ITrustServiceConstructorOptions;
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IJwtVerifiableCredentialGeneratorConstructorOptions } from "@twin.org/trust-generators";
|
|
2
|
+
import type { TrustGeneratorComponentType } from "../types/trustGeneratorComponentType.js";
|
|
3
|
+
/**
|
|
4
|
+
* Trust Generator component config types.
|
|
5
|
+
*/
|
|
6
|
+
export type TrustGeneratorComponentConfig = {
|
|
7
|
+
type: typeof TrustGeneratorComponentType.JwtVerifiableCredential;
|
|
8
|
+
options: IJwtVerifiableCredentialGeneratorConstructorOptions;
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IJwtVerifiableCredentialVerifierConstructorOptions } from "@twin.org/trust-verifiers";
|
|
2
|
+
import type { TrustVerifierComponentType } from "../types/trustVerifierComponentType.js";
|
|
3
|
+
/**
|
|
4
|
+
* Trust verifier component config types.
|
|
5
|
+
*/
|
|
6
|
+
export type TrustVerifierComponentConfig = {
|
|
7
|
+
type: typeof TrustVerifierComponentType.JwtVerifiableCredential;
|
|
8
|
+
options?: IJwtVerifiableCredentialVerifierConstructorOptions;
|
|
9
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Background task component types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const BackgroundTaskComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* Service.
|
|
7
|
+
*/
|
|
8
|
+
readonly Service: "service";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Background task component types.
|
|
12
|
+
*/
|
|
13
|
+
export type BackgroundTaskComponentType = (typeof BackgroundTaskComponentType)[keyof typeof BackgroundTaskComponentType];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Context Id Handler types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const ContextIdHandlerComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* Did.
|
|
7
|
+
*/
|
|
8
|
+
readonly Did: "Did";
|
|
9
|
+
/**
|
|
10
|
+
* Tenant.
|
|
11
|
+
*/
|
|
12
|
+
readonly Tenant: "Tenant";
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Context Id Handler component types.
|
|
16
|
+
*/
|
|
17
|
+
export type ContextIdHandlerComponentType = (typeof ContextIdHandlerComponentType)[keyof typeof ContextIdHandlerComponentType];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Federated catalogue filter component types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const FederatedCatalogueFilterComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* Filter By Example.
|
|
7
|
+
*/
|
|
8
|
+
readonly FilterByExample: "filter-by-example";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Federated catalogue filter component types.
|
|
12
|
+
*/
|
|
13
|
+
export type FederatedCatalogueFilterComponentType = (typeof FederatedCatalogueFilterComponentType)[keyof typeof FederatedCatalogueFilterComponentType];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Rights management Data Access Handler component types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const RightsManagementDataAccessHandlerComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* Example.
|
|
7
|
+
*/
|
|
8
|
+
readonly Example: "example";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Rights management Data Access Handler component types.
|
|
12
|
+
*/
|
|
13
|
+
export type RightsManagementDataAccessHandlerComponentType = (typeof RightsManagementDataAccessHandlerComponentType)[keyof typeof RightsManagementDataAccessHandlerComponentType];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Rights management Policy Arbiter component types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const RightsManagementPolicyArbiterComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* Example.
|
|
7
|
+
*/
|
|
8
|
+
readonly Example: "example";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Rights management Policy Arbiter component types.
|
|
12
|
+
*/
|
|
13
|
+
export type RightsManagementPolicyArbiterComponentType = (typeof RightsManagementPolicyArbiterComponentType)[keyof typeof RightsManagementPolicyArbiterComponentType];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Rights management Policy Enforcement Processor component types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const RightsManagementPolicyEnforcementProcessorComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* Example.
|
|
7
|
+
*/
|
|
8
|
+
readonly Example: "example";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Rights management Policy Enforcement Processor component types.
|
|
12
|
+
*/
|
|
13
|
+
export type RightsManagementPolicyEnforcementProcessorComponentType = (typeof RightsManagementPolicyEnforcementProcessorComponentType)[keyof typeof RightsManagementPolicyEnforcementProcessorComponentType];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Rights management Policy Execution Action component types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const RightsManagementPolicyExecutionActionComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* Logging.
|
|
7
|
+
*/
|
|
8
|
+
readonly Logging: "logging";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Rights management Policy Execution Action component types.
|
|
12
|
+
*/
|
|
13
|
+
export type RightsManagementPolicyExecutionActionComponentType = (typeof RightsManagementPolicyExecutionActionComponentType)[keyof typeof RightsManagementPolicyExecutionActionComponentType];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Rights management Policy Information Source component types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const RightsManagementPolicyInformationSourceComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* Identity.
|
|
7
|
+
*/
|
|
8
|
+
readonly Identity: "identity";
|
|
9
|
+
/**
|
|
10
|
+
* Static.
|
|
11
|
+
*/
|
|
12
|
+
readonly Static: "static";
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Rights management Policy Information Source component types.
|
|
16
|
+
*/
|
|
17
|
+
export type RightsManagementPolicyInformationSourceComponentType = (typeof RightsManagementPolicyInformationSourceComponentType)[keyof typeof RightsManagementPolicyInformationSourceComponentType];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Rights management Policy Negotiator component types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const RightsManagementPolicyNegotiatorComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* Example.
|
|
7
|
+
*/
|
|
8
|
+
readonly Example: "example";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Rights management Policy Negotiator component types.
|
|
12
|
+
*/
|
|
13
|
+
export type RightsManagementPolicyNegotiatorComponentType = (typeof RightsManagementPolicyNegotiatorComponentType)[keyof typeof RightsManagementPolicyNegotiatorComponentType];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Rights management Policy Requester component types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const RightsManagementPolicyRequesterComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* Example.
|
|
7
|
+
*/
|
|
8
|
+
readonly Example: "example";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Rights management Policy Requester component types.
|
|
12
|
+
*/
|
|
13
|
+
export type RightsManagementPolicyRequesterComponentType = (typeof RightsManagementPolicyRequesterComponentType)[keyof typeof RightsManagementPolicyRequesterComponentType];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trust component types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const TrustComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* Service.
|
|
7
|
+
*/
|
|
8
|
+
readonly Service: "service";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Trust component types.
|
|
12
|
+
*/
|
|
13
|
+
export type TrustComponentType = (typeof TrustComponentType)[keyof typeof TrustComponentType];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trust generator component types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const TrustGeneratorComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* JWT Verifiable Credential.
|
|
7
|
+
*/
|
|
8
|
+
readonly JwtVerifiableCredential: "jwt-verifiable-credential";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Trust generator component types.
|
|
12
|
+
*/
|
|
13
|
+
export type TrustGeneratorComponentType = (typeof TrustGeneratorComponentType)[keyof typeof TrustGeneratorComponentType];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trust verifier component types.
|
|
3
|
+
*/
|
|
4
|
+
export declare const TrustVerifierComponentType: {
|
|
5
|
+
/**
|
|
6
|
+
* JWT Verifiable Credential.
|
|
7
|
+
*/
|
|
8
|
+
readonly JwtVerifiableCredential: "jwt-verifiable-credential";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Trust verifier component types.
|
|
12
|
+
*/
|
|
13
|
+
export type TrustVerifierComponentType = (typeof TrustVerifierComponentType)[keyof typeof TrustVerifierComponentType];
|