@twin.org/engine-types 0.0.3-next.4 → 0.0.3-next.40
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/README.md +1 -1
- package/dist/es/components/attestation.js +20 -24
- package/dist/es/components/attestation.js.map +1 -1
- package/dist/es/components/auditableItemGraph.js +27 -22
- package/dist/es/components/auditableItemGraph.js.map +1 -1
- package/dist/es/components/auditableItemStream.js +27 -22
- package/dist/es/components/auditableItemStream.js.map +1 -1
- package/dist/es/components/automation.js +41 -0
- package/dist/es/components/automation.js.map +1 -0
- package/dist/es/components/automationAction.js +27 -0
- package/dist/es/components/automationAction.js.map +1 -0
- package/dist/es/components/backgroundTask.js +18 -18
- package/dist/es/components/backgroundTask.js.map +1 -1
- package/dist/es/components/blobStorage.js +69 -80
- package/dist/es/components/blobStorage.js.map +1 -1
- package/dist/es/components/contextIdHandler.js +9 -9
- package/dist/es/components/contextIdHandler.js.map +1 -1
- package/dist/es/components/dataProcessing.js +33 -32
- package/dist/es/components/dataProcessing.js.map +1 -1
- package/dist/es/components/dataspaceControlPlane.js +57 -0
- package/dist/es/components/dataspaceControlPlane.js.map +1 -0
- package/dist/es/components/dataspaceDataPlane.js +62 -0
- package/dist/es/components/dataspaceDataPlane.js.map +1 -0
- package/dist/es/components/documentManagement.js +12 -11
- package/dist/es/components/documentManagement.js.map +1 -1
- package/dist/es/components/entityStorage.js +48 -47
- package/dist/es/components/entityStorage.js.map +1 -1
- package/dist/es/components/eventBus.js +19 -27
- package/dist/es/components/eventBus.js.map +1 -1
- package/dist/es/components/faucet.js +18 -18
- package/dist/es/components/faucet.js.map +1 -1
- package/dist/es/components/federatedCatalogue.js +17 -18
- package/dist/es/components/federatedCatalogue.js.map +1 -1
- package/dist/es/components/federatedCatalogueFilter.js +34 -0
- package/dist/es/components/federatedCatalogueFilter.js.map +1 -0
- package/dist/es/components/health.js +32 -0
- package/dist/es/components/health.js.map +1 -0
- package/dist/es/components/identity.js +30 -31
- package/dist/es/components/identity.js.map +1 -1
- package/dist/es/components/identityProfile.js +26 -24
- package/dist/es/components/identityProfile.js.map +1 -1
- package/dist/es/components/identityResolver.js +36 -40
- package/dist/es/components/identityResolver.js.map +1 -1
- package/dist/es/components/immutableProof.js +23 -20
- package/dist/es/components/immutableProof.js.map +1 -1
- package/dist/es/components/logging.js +28 -28
- package/dist/es/components/logging.js.map +1 -1
- package/dist/es/components/messaging.js +77 -89
- package/dist/es/components/messaging.js.map +1 -1
- package/dist/es/components/metricsCollector.js +27 -0
- package/dist/es/components/metricsCollector.js.map +1 -0
- package/dist/es/components/metricsProducer.js +33 -0
- package/dist/es/components/metricsProducer.js.map +1 -0
- package/dist/es/components/nft.js +32 -33
- package/dist/es/components/nft.js.map +1 -1
- package/dist/es/components/notarization.js +77 -0
- package/dist/es/components/notarization.js.map +1 -0
- package/dist/es/components/rightsManagementPap.js +17 -17
- package/dist/es/components/rightsManagementPap.js.map +1 -1
- package/dist/es/components/rightsManagementPdp.js +11 -26
- package/dist/es/components/rightsManagementPdp.js.map +1 -1
- package/dist/es/components/rightsManagementPep.js +12 -24
- package/dist/es/components/rightsManagementPep.js.map +1 -1
- package/dist/es/components/rightsManagementPip.js +9 -25
- package/dist/es/components/rightsManagementPip.js.map +1 -1
- package/dist/es/components/rightsManagementPmp.js +10 -10
- package/dist/es/components/rightsManagementPmp.js.map +1 -1
- package/dist/es/components/rightsManagementPnap.js +21 -18
- package/dist/es/components/rightsManagementPnap.js.map +1 -1
- package/dist/es/components/rightsManagementPnp.js +15 -36
- package/dist/es/components/rightsManagementPnp.js.map +1 -1
- package/dist/es/components/rightsManagementPolicyArbiter.js +32 -0
- package/dist/es/components/rightsManagementPolicyArbiter.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js +33 -0
- package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyExecutionAction.js +25 -0
- package/dist/es/components/rightsManagementPolicyExecutionAction.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyInformationSource.js +34 -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/rightsManagementPolicyObligationEnforcer.js +27 -0
- package/dist/es/components/rightsManagementPolicyObligationEnforcer.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyRequester.js +25 -0
- package/dist/es/components/rightsManagementPolicyRequester.js.map +1 -0
- package/dist/es/components/rightsManagementPxp.js +9 -25
- package/dist/es/components/rightsManagementPxp.js.map +1 -1
- package/dist/es/components/synchronisedStorage.js +25 -23
- package/dist/es/components/synchronisedStorage.js.map +1 -1
- package/dist/es/components/taskScheduler.js +17 -11
- package/dist/es/components/taskScheduler.js.map +1 -1
- package/dist/es/components/telemetry.js +46 -32
- package/dist/es/components/telemetry.js.map +1 -1
- package/dist/es/components/tenant.js +12 -11
- package/dist/es/components/tenant.js.map +1 -1
- package/dist/es/components/trust.js +27 -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/components/urlTransformer.js +29 -0
- package/dist/es/components/urlTransformer.js.map +1 -0
- package/dist/es/components/vault.js +15 -12
- package/dist/es/components/vault.js.map +1 -1
- package/dist/es/components/verifiableStorage.js +32 -34
- package/dist/es/components/verifiableStorage.js.map +1 -1
- package/dist/es/components/wallet.js +23 -24
- package/dist/es/components/wallet.js.map +1 -1
- package/dist/es/index.js +64 -14
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IEngineConfig.js.map +1 -1
- package/dist/es/models/config/automationActionConfig.js +2 -0
- package/dist/es/models/config/automationActionConfig.js.map +1 -0
- package/dist/es/models/config/automationComponentConfig.js +2 -0
- package/dist/es/models/config/automationComponentConfig.js.map +1 -0
- package/dist/es/models/config/backgroundTaskComponentConfig.js +2 -0
- package/dist/es/models/config/backgroundTaskComponentConfig.js.map +1 -0
- package/dist/es/models/config/blobStorageConnectorConfig.js.map +1 -1
- package/dist/es/models/config/dataspaceControlPlaneComponentConfig.js +2 -0
- package/dist/es/models/config/dataspaceControlPlaneComponentConfig.js.map +1 -0
- package/dist/es/models/config/dataspaceDataPlaneComponentConfig.js +2 -0
- package/dist/es/models/config/dataspaceDataPlaneComponentConfig.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/healthComponentConfig.js +2 -0
- package/dist/es/models/config/healthComponentConfig.js.map +1 -0
- package/dist/es/models/config/metricsCollectorComponentConfig.js +2 -0
- package/dist/es/models/config/metricsCollectorComponentConfig.js.map +1 -0
- package/dist/es/models/config/metricsProducerComponentConfig.js +2 -0
- package/dist/es/models/config/metricsProducerComponentConfig.js.map +1 -0
- package/dist/es/models/config/notarizationComponentConfig.js +2 -0
- package/dist/es/models/config/notarizationComponentConfig.js.map +1 -0
- package/dist/es/models/config/notarizationConnectorConfig.js +2 -0
- package/dist/es/models/config/notarizationConnectorConfig.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/rightsManagementPolicyObligationEnforcerComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyObligationEnforcerComponentConfig.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/telemetryConnectorConfig.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/config/urlTransformerComponentConfig.js +2 -0
- package/dist/es/models/config/urlTransformerComponentConfig.js.map +1 -0
- package/dist/es/models/types/automationActionType.js +13 -0
- package/dist/es/models/types/automationActionType.js.map +1 -0
- package/dist/es/models/types/{rightsManagementDapComponentType.js → automationComponentType.js} +4 -4
- package/dist/es/models/types/automationComponentType.js.map +1 -0
- package/dist/es/models/types/{rightsManagementDarpComponentType.js → backgroundTaskComponentType.js} +3 -3
- package/dist/es/models/types/backgroundTaskComponentType.js.map +1 -0
- package/dist/es/models/types/dataspaceControlPlaneComponentType.js +17 -0
- package/dist/es/models/types/dataspaceControlPlaneComponentType.js.map +1 -0
- package/dist/es/models/types/{dataSpaceConnectorComponentType.js → dataspaceDataPlaneComponentType.js} +4 -4
- package/dist/es/models/types/dataspaceDataPlaneComponentType.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/healthComponentType.js +17 -0
- package/dist/es/models/types/healthComponentType.js.map +1 -0
- package/dist/es/models/types/metricsCollectorComponentType.js +13 -0
- package/dist/es/models/types/metricsCollectorComponentType.js.map +1 -0
- package/dist/es/models/types/metricsProducerComponentType.js +17 -0
- package/dist/es/models/types/metricsProducerComponentType.js.map +1 -0
- package/dist/es/models/types/notarizationComponentType.js +17 -0
- package/dist/es/models/types/notarizationComponentType.js.map +1 -0
- package/dist/es/models/types/notarizationConnectorType.js +17 -0
- package/dist/es/models/types/notarizationConnectorType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js +17 -0
- package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js +17 -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/rightsManagementPolicyObligationEnforcerComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementPolicyObligationEnforcerComponentType.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/telemetryConnectorType.js +5 -1
- package/dist/es/models/types/telemetryConnectorType.js.map +1 -1
- 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/es/models/types/urlTransformerComponentType.js +13 -0
- package/dist/es/models/types/urlTransformerComponentType.js.map +1 -0
- package/dist/es/utils/engineTypeHelper.js +19 -1
- package/dist/es/utils/engineTypeHelper.js.map +1 -1
- package/dist/types/components/attestation.d.ts +5 -13
- package/dist/types/components/auditableItemGraph.d.ts +3 -7
- package/dist/types/components/auditableItemStream.d.ts +3 -7
- package/dist/types/components/automation.d.ts +12 -0
- package/dist/types/components/automationAction.d.ts +12 -0
- package/dist/types/components/backgroundTask.d.ts +5 -10
- package/dist/types/components/blobStorage.d.ts +4 -12
- package/dist/types/components/contextIdHandler.d.ts +3 -7
- package/dist/types/components/dataProcessing.d.ts +5 -17
- package/dist/types/components/dataspaceControlPlane.d.ts +12 -0
- package/dist/types/components/dataspaceDataPlane.d.ts +12 -0
- package/dist/types/components/documentManagement.d.ts +3 -7
- package/dist/types/components/entityStorage.d.ts +4 -9
- package/dist/types/components/eventBus.d.ts +4 -12
- package/dist/types/components/faucet.d.ts +2 -7
- package/dist/types/components/federatedCatalogue.d.ts +3 -7
- package/dist/types/components/federatedCatalogueFilter.d.ts +12 -0
- package/dist/types/components/health.d.ts +12 -0
- package/dist/types/components/identity.d.ts +4 -12
- package/dist/types/components/identityProfile.d.ts +4 -12
- package/dist/types/components/identityResolver.d.ts +4 -12
- package/dist/types/components/immutableProof.d.ts +3 -7
- package/dist/types/components/logging.d.ts +4 -12
- package/dist/types/components/messaging.d.ts +7 -27
- package/dist/types/components/metricsCollector.d.ts +12 -0
- package/dist/types/components/metricsProducer.d.ts +12 -0
- package/dist/types/components/nft.d.ts +4 -12
- package/dist/types/components/notarization.d.ts +22 -0
- package/dist/types/components/rightsManagementPap.d.ts +3 -7
- package/dist/types/components/rightsManagementPdp.d.ts +3 -7
- package/dist/types/components/rightsManagementPep.d.ts +3 -7
- package/dist/types/components/rightsManagementPip.d.ts +3 -7
- package/dist/types/components/rightsManagementPmp.d.ts +3 -7
- package/dist/types/components/rightsManagementPnap.d.ts +3 -7
- package/dist/types/components/rightsManagementPnp.d.ts +3 -7
- package/dist/types/components/rightsManagementPolicyArbiter.d.ts +12 -0
- package/dist/types/components/rightsManagementPolicyEnforcementProcessor.d.ts +12 -0
- package/dist/types/components/rightsManagementPolicyExecutionAction.d.ts +12 -0
- package/dist/types/components/rightsManagementPolicyInformationSource.d.ts +12 -0
- package/dist/types/components/rightsManagementPolicyNegotiator.d.ts +12 -0
- package/dist/types/components/rightsManagementPolicyObligationEnforcer.d.ts +12 -0
- package/dist/types/components/rightsManagementPolicyRequester.d.ts +12 -0
- package/dist/types/components/rightsManagementPxp.d.ts +3 -7
- package/dist/types/components/synchronisedStorage.d.ts +3 -7
- package/dist/types/components/taskScheduler.d.ts +3 -7
- package/dist/types/components/telemetry.d.ts +4 -12
- package/dist/types/components/tenant.d.ts +3 -7
- package/dist/types/components/trust.d.ts +12 -0
- package/dist/types/components/trustGenerator.d.ts +12 -0
- package/dist/types/components/trustVerifier.d.ts +12 -0
- package/dist/types/components/urlTransformer.d.ts +12 -0
- package/dist/types/components/vault.d.ts +2 -7
- package/dist/types/components/verifiableStorage.d.ts +4 -12
- package/dist/types/components/wallet.d.ts +2 -7
- package/dist/types/index.d.ts +64 -14
- package/dist/types/models/IEngineConfig.d.ts +100 -15
- package/dist/types/models/config/automationActionConfig.d.ts +9 -0
- package/dist/types/models/config/automationComponentConfig.d.ts +13 -0
- package/dist/types/models/config/backgroundTaskComponentConfig.d.ts +9 -0
- package/dist/types/models/config/blobStorageConnectorConfig.d.ts +4 -1
- package/dist/types/models/config/dataspaceControlPlaneComponentConfig.d.ts +13 -0
- package/dist/types/models/config/dataspaceDataPlaneComponentConfig.d.ts +17 -0
- package/dist/types/models/config/federatedCatalogueFilterComponentConfig.d.ts +9 -0
- package/dist/types/models/config/healthComponentConfig.d.ts +13 -0
- package/dist/types/models/config/metricsCollectorComponentConfig.d.ts +9 -0
- package/dist/types/models/config/metricsProducerComponentConfig.d.ts +12 -0
- package/dist/types/models/config/notarizationComponentConfig.d.ts +13 -0
- package/dist/types/models/config/notarizationConnectorConfig.d.ts +13 -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 +12 -0
- package/dist/types/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.d.ts +12 -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/rightsManagementPolicyObligationEnforcerComponentConfig.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/telemetryConnectorConfig.d.ts +4 -0
- 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/config/urlTransformerComponentConfig.d.ts +9 -0
- package/dist/types/models/types/automationActionType.d.ts +13 -0
- package/dist/types/models/types/automationComponentType.d.ts +17 -0
- package/dist/types/models/types/backgroundTaskComponentType.d.ts +13 -0
- package/dist/types/models/types/dataspaceControlPlaneComponentType.d.ts +17 -0
- package/dist/types/models/types/dataspaceDataPlaneComponentType.d.ts +21 -0
- package/dist/types/models/types/federatedCatalogueFilterComponentType.d.ts +13 -0
- package/dist/types/models/types/healthComponentType.d.ts +17 -0
- package/dist/types/models/types/metricsCollectorComponentType.d.ts +13 -0
- package/dist/types/models/types/metricsProducerComponentType.d.ts +17 -0
- package/dist/types/models/types/notarizationComponentType.d.ts +17 -0
- package/dist/types/models/types/notarizationConnectorType.d.ts +17 -0
- package/dist/types/models/types/rightsManagementPolicyArbiterComponentType.d.ts +17 -0
- package/dist/types/models/types/rightsManagementPolicyEnforcementProcessorComponentType.d.ts +17 -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/rightsManagementPolicyObligationEnforcerComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyRequesterComponentType.d.ts +13 -0
- package/dist/types/models/types/telemetryConnectorType.d.ts +4 -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/dist/types/models/types/urlTransformerComponentType.d.ts +13 -0
- package/dist/types/utils/engineTypeHelper.d.ts +11 -0
- package/docs/changelog.md +783 -148
- package/docs/examples.md +74 -1
- package/docs/reference/classes/EngineTypeHelper.md +57 -4
- package/docs/reference/functions/initialiseAttestationComponent.md +2 -2
- package/docs/reference/functions/initialiseAttestationConnector.md +3 -3
- package/docs/reference/functions/initialiseAuditableItemGraphComponent.md +2 -2
- package/docs/reference/functions/initialiseAuditableItemStreamComponent.md +2 -2
- package/docs/reference/functions/initialiseAutomationAction.md +31 -0
- package/docs/reference/functions/initialiseAutomationComponent.md +31 -0
- package/docs/reference/functions/initialiseBackgroundTaskComponent.md +31 -0
- package/docs/reference/functions/initialiseBlobStorageComponent.md +2 -2
- package/docs/reference/functions/initialiseBlobStorageConnector.md +2 -2
- package/docs/reference/functions/initialiseContextIdHandlerComponent.md +2 -2
- package/docs/reference/functions/initialiseDataConverterConnector.md +2 -2
- package/docs/reference/functions/initialiseDataExtractorConnector.md +2 -2
- package/docs/reference/functions/initialiseDataProcessingComponent.md +2 -2
- package/docs/reference/functions/initialiseDataspaceControlPlaneComponent.md +31 -0
- package/docs/reference/functions/initialiseDataspaceDataPlaneComponent.md +31 -0
- package/docs/reference/functions/initialiseDocumentManagementComponent.md +2 -2
- package/docs/reference/functions/initialiseEntityStorageComponent.md +2 -2
- package/docs/reference/functions/initialiseEntityStorageConnector.md +4 -6
- package/docs/reference/functions/initialiseEventBusComponent.md +2 -2
- package/docs/reference/functions/initialiseEventBusConnector.md +2 -2
- package/docs/reference/functions/initialiseFaucetConnector.md +2 -2
- package/docs/reference/functions/initialiseFederatedCatalogueComponent.md +2 -2
- package/docs/reference/functions/initialiseFederatedCatalogueFilterComponent.md +31 -0
- package/docs/reference/functions/initialiseHealthComponent.md +31 -0
- package/docs/reference/functions/initialiseIdentityComponent.md +2 -2
- package/docs/reference/functions/initialiseIdentityConnector.md +2 -2
- package/docs/reference/functions/initialiseIdentityProfileComponent.md +2 -2
- package/docs/reference/functions/initialiseIdentityProfileConnector.md +2 -2
- package/docs/reference/functions/initialiseIdentityResolverComponent.md +2 -2
- package/docs/reference/functions/initialiseIdentityResolverConnector.md +2 -2
- package/docs/reference/functions/initialiseImmutableProofComponent.md +2 -2
- package/docs/reference/functions/initialiseLoggingComponent.md +2 -2
- package/docs/reference/functions/initialiseLoggingConnector.md +2 -2
- package/docs/reference/functions/initialiseMessagingAdminComponent.md +2 -2
- package/docs/reference/functions/initialiseMessagingComponent.md +2 -2
- package/docs/reference/functions/initialiseMessagingEmailConnector.md +2 -2
- package/docs/reference/functions/initialiseMessagingPushNotificationConnector.md +2 -2
- package/docs/reference/functions/initialiseMessagingSmsConnector.md +2 -2
- package/docs/reference/functions/initialiseMetricsCollectorComponent.md +31 -0
- package/docs/reference/functions/initialiseMetricsProducerComponent.md +31 -0
- package/docs/reference/functions/initialiseNftComponent.md +2 -2
- package/docs/reference/functions/initialiseNftConnector.md +2 -2
- package/docs/reference/functions/initialiseNotarizationComponent.md +31 -0
- package/docs/reference/functions/initialiseNotarizationConnector.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPapComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPdpComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPepComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPipComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPmpComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPnapComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPnpComponent.md +2 -2
- 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/initialiseRightsManagementPolicyObligationEnforcerComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyRequesterComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPxpComponent.md +2 -2
- package/docs/reference/functions/initialiseSynchronisedStorageComponent.md +2 -2
- package/docs/reference/functions/initialiseTaskSchedulerComponent.md +2 -2
- package/docs/reference/functions/initialiseTelemetryComponent.md +2 -2
- package/docs/reference/functions/initialiseTelemetryConnector.md +2 -2
- package/docs/reference/functions/initialiseTenantAdminComponent.md +2 -2
- 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/functions/initialiseUrlTransformerComponent.md +31 -0
- package/docs/reference/functions/initialiseVaultConnector.md +2 -2
- package/docs/reference/functions/initialiseVerifiableStorageComponent.md +2 -2
- package/docs/reference/functions/initialiseVerifiableStorageConnector.md +2 -2
- package/docs/reference/functions/initialiseWalletConnector.md +2 -2
- package/docs/reference/index.md +88 -20
- package/docs/reference/interfaces/IEngineConfig.md +206 -68
- package/docs/reference/type-aliases/AttestationConnectorConfig.md +3 -3
- package/docs/reference/type-aliases/AutomationActionConfig.md +17 -0
- package/docs/reference/type-aliases/AutomationActionType.md +5 -0
- package/docs/reference/type-aliases/AutomationComponentConfig.md +5 -0
- package/docs/reference/type-aliases/AutomationComponentType.md +5 -0
- package/docs/reference/type-aliases/BackgroundTaskComponentConfig.md +17 -0
- package/docs/reference/type-aliases/BackgroundTaskComponentType.md +5 -0
- package/docs/reference/type-aliases/BlobStorageConnectorConfig.md +1 -1
- package/docs/reference/type-aliases/DataExtractorConnectorConfig.md +3 -3
- package/docs/reference/type-aliases/DataspaceControlPlaneComponentConfig.md +5 -0
- package/docs/reference/type-aliases/DataspaceControlPlaneComponentType.md +5 -0
- package/docs/reference/type-aliases/DataspaceDataPlaneComponentConfig.md +5 -0
- package/docs/reference/type-aliases/DataspaceDataPlaneComponentType.md +5 -0
- package/docs/reference/type-aliases/DltConfig.md +4 -4
- package/docs/reference/type-aliases/EventBusConnectorConfig.md +3 -3
- package/docs/reference/type-aliases/FederatedCatalogueFilterComponentConfig.md +17 -0
- package/docs/reference/type-aliases/FederatedCatalogueFilterComponentType.md +5 -0
- package/docs/reference/type-aliases/HealthComponentConfig.md +5 -0
- package/docs/reference/type-aliases/HealthComponentType.md +5 -0
- package/docs/reference/type-aliases/IdentityProfileConnectorConfig.md +3 -3
- package/docs/reference/type-aliases/MessagingAdminComponentConfig.md +3 -3
- package/docs/reference/type-aliases/MessagingComponentConfig.md +3 -3
- package/docs/reference/type-aliases/MetricsCollectorComponentConfig.md +17 -0
- package/docs/reference/type-aliases/MetricsCollectorComponentType.md +5 -0
- package/docs/reference/type-aliases/MetricsProducerComponentConfig.md +5 -0
- package/docs/reference/type-aliases/MetricsProducerComponentType.md +5 -0
- package/docs/reference/type-aliases/NotarizationComponentConfig.md +5 -0
- package/docs/reference/type-aliases/NotarizationComponentType.md +5 -0
- package/docs/reference/type-aliases/NotarizationConnectorConfig.md +5 -0
- package/docs/reference/type-aliases/NotarizationConnectorType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPdpComponentConfig.md +3 -9
- package/docs/reference/type-aliases/RightsManagementPepComponentConfig.md +3 -9
- package/docs/reference/type-aliases/RightsManagementPipComponentConfig.md +3 -9
- package/docs/reference/type-aliases/RightsManagementPmpComponentConfig.md +3 -3
- package/docs/reference/type-aliases/RightsManagementPnpComponentConfig.md +1 -1
- package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentConfig.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md +5 -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/RightsManagementPolicyObligationEnforcerComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPolicyObligationEnforcerComponentType.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 +3 -9
- package/docs/reference/type-aliases/TaskSchedulerComponentConfig.md +3 -3
- package/docs/reference/type-aliases/TelemetryConnectorConfig.md +1 -13
- package/docs/reference/type-aliases/TenantAdminComponentConfig.md +3 -3
- 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/type-aliases/UrlTransformerComponentConfig.md +17 -0
- package/docs/reference/type-aliases/UrlTransformerComponentType.md +5 -0
- package/docs/reference/variables/AttestationComponentType.md +2 -2
- package/docs/reference/variables/AttestationConnectorType.md +1 -1
- package/docs/reference/variables/AuditableItemGraphComponentType.md +2 -2
- package/docs/reference/variables/AuditableItemStreamComponentType.md +2 -2
- package/docs/reference/variables/AutomationActionType.md +13 -0
- package/docs/reference/variables/AutomationComponentType.md +19 -0
- package/docs/reference/variables/BackgroundTaskComponentType.md +13 -0
- package/docs/reference/variables/BlobStorageComponentType.md +2 -2
- package/docs/reference/variables/BlobStorageConnectorType.md +6 -6
- package/docs/reference/variables/ContextIdHandlerComponentType.md +2 -2
- package/docs/reference/variables/DataConverterConnectorType.md +2 -2
- package/docs/reference/variables/DataExtractorConnectorType.md +1 -1
- package/docs/reference/variables/DataProcessingComponentType.md +2 -2
- package/docs/reference/variables/DataspaceControlPlaneComponentType.md +19 -0
- package/docs/reference/variables/{DataSpaceConnectorComponentType.md → DataspaceDataPlaneComponentType.md} +6 -6
- package/docs/reference/variables/DltConfigType.md +1 -1
- package/docs/reference/variables/DocumentManagementComponentType.md +2 -2
- package/docs/reference/variables/EntityStorageComponentType.md +2 -2
- package/docs/reference/variables/EntityStorageConnectorType.md +10 -10
- package/docs/reference/variables/EventBusComponentType.md +2 -2
- package/docs/reference/variables/EventBusConnectorType.md +1 -1
- package/docs/reference/variables/FaucetConnectorType.md +2 -2
- package/docs/reference/variables/FederatedCatalogueComponentType.md +2 -2
- package/docs/reference/variables/FederatedCatalogueFilterComponentType.md +13 -0
- package/docs/reference/variables/HealthComponentType.md +19 -0
- package/docs/reference/variables/IdentityComponentType.md +2 -2
- package/docs/reference/variables/IdentityConnectorType.md +2 -2
- package/docs/reference/variables/IdentityProfileComponentType.md +2 -2
- package/docs/reference/variables/IdentityProfileConnectorType.md +1 -1
- package/docs/reference/variables/IdentityResolverComponentType.md +2 -2
- package/docs/reference/variables/IdentityResolverConnectorType.md +3 -3
- package/docs/reference/variables/ImmutableProofComponentType.md +2 -2
- package/docs/reference/variables/LoggingComponentType.md +2 -2
- package/docs/reference/variables/LoggingConnectorType.md +3 -3
- package/docs/reference/variables/MessagingAdminComponentType.md +1 -1
- package/docs/reference/variables/MessagingComponentType.md +1 -1
- package/docs/reference/variables/MessagingEmailConnectorType.md +2 -2
- package/docs/reference/variables/MessagingPushNotificationConnectorType.md +2 -2
- package/docs/reference/variables/MessagingSmsConnectorType.md +2 -2
- package/docs/reference/variables/MetricsCollectorComponentType.md +13 -0
- package/docs/reference/variables/MetricsProducerComponentType.md +19 -0
- package/docs/reference/variables/NftComponentType.md +2 -2
- package/docs/reference/variables/NftConnectorType.md +2 -2
- package/docs/reference/variables/NotarizationComponentType.md +19 -0
- package/docs/reference/variables/NotarizationConnectorType.md +19 -0
- package/docs/reference/variables/RightsManagementPapComponentType.md +2 -2
- package/docs/reference/variables/RightsManagementPdpComponentType.md +1 -1
- package/docs/reference/variables/RightsManagementPepComponentType.md +2 -2
- package/docs/reference/variables/RightsManagementPipComponentType.md +1 -1
- package/docs/reference/variables/RightsManagementPmpComponentType.md +1 -1
- package/docs/reference/variables/RightsManagementPnapComponentType.md +2 -2
- package/docs/reference/variables/RightsManagementPnpComponentType.md +2 -2
- package/docs/reference/variables/RightsManagementPolicyArbiterComponentType.md +19 -0
- package/docs/reference/variables/RightsManagementPolicyEnforcementProcessorComponentType.md +19 -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/RightsManagementPolicyObligationEnforcerComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPolicyRequesterComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPxpComponentType.md +1 -1
- package/docs/reference/variables/SynchronisedStorageComponentType.md +2 -2
- package/docs/reference/variables/TaskSchedulerComponentType.md +1 -1
- package/docs/reference/variables/TelemetryComponentType.md +2 -2
- package/docs/reference/variables/TelemetryConnectorType.md +7 -1
- package/docs/reference/variables/TenantAdminComponentType.md +1 -1
- 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/docs/reference/variables/UrlTransformerComponentType.md +13 -0
- package/docs/reference/variables/VaultConnectorType.md +2 -2
- package/docs/reference/variables/VerifiableStorageComponentType.md +2 -2
- package/docs/reference/variables/VerifiableStorageConnectorType.md +2 -2
- package/docs/reference/variables/WalletConnectorType.md +2 -2
- package/package.json +32 -12
- package/dist/es/components/authenticationGenerator.js +0 -30
- package/dist/es/components/authenticationGenerator.js.map +0 -1
- package/dist/es/components/dataSpaceConnector.js +0 -52
- package/dist/es/components/dataSpaceConnector.js.map +0 -1
- package/dist/es/components/rightsManagementDap.js +0 -38
- package/dist/es/components/rightsManagementDap.js.map +0 -1
- package/dist/es/components/rightsManagementDarp.js +0 -29
- package/dist/es/components/rightsManagementDarp.js.map +0 -1
- package/dist/es/models/config/authenticationGeneratorComponentConfig.js +0 -2
- package/dist/es/models/config/authenticationGeneratorComponentConfig.js.map +0 -1
- package/dist/es/models/config/backgroundTaskConnectorConfig.js +0 -2
- package/dist/es/models/config/backgroundTaskConnectorConfig.js.map +0 -1
- package/dist/es/models/config/dataSpaceConnectorComponentConfig.js +0 -2
- package/dist/es/models/config/dataSpaceConnectorComponentConfig.js.map +0 -1
- package/dist/es/models/config/rightsManagementDapComponentConfig.js +0 -2
- package/dist/es/models/config/rightsManagementDapComponentConfig.js.map +0 -1
- package/dist/es/models/config/rightsManagementDarpComponentConfig.js +0 -2
- package/dist/es/models/config/rightsManagementDarpComponentConfig.js.map +0 -1
- package/dist/es/models/types/authenticationGeneratorComponentType.js +0 -13
- package/dist/es/models/types/authenticationGeneratorComponentType.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/es/models/types/dataSpaceConnectorComponentType.js.map +0 -1
- package/dist/es/models/types/rightsManagementDapComponentType.js.map +0 -1
- package/dist/es/models/types/rightsManagementDarpComponentType.js.map +0 -1
- package/dist/types/components/authenticationGenerator.d.ts +0 -17
- package/dist/types/components/dataSpaceConnector.d.ts +0 -16
- package/dist/types/components/rightsManagementDap.d.ts +0 -16
- package/dist/types/components/rightsManagementDarp.d.ts +0 -16
- package/dist/types/models/config/authenticationGeneratorComponentConfig.d.ts +0 -9
- package/dist/types/models/config/backgroundTaskConnectorConfig.d.ts +0 -9
- package/dist/types/models/config/dataSpaceConnectorComponentConfig.d.ts +0 -17
- package/dist/types/models/config/rightsManagementDapComponentConfig.d.ts +0 -16
- package/dist/types/models/config/rightsManagementDarpComponentConfig.d.ts +0 -12
- package/dist/types/models/types/authenticationGeneratorComponentType.d.ts +0 -13
- package/dist/types/models/types/backgroundTaskConnectorType.d.ts +0 -13
- package/dist/types/models/types/dataSpaceConnectorComponentType.d.ts +0 -21
- package/dist/types/models/types/rightsManagementDapComponentType.d.ts +0 -17
- package/dist/types/models/types/rightsManagementDarpComponentType.d.ts +0 -13
- package/docs/reference/functions/initialiseAuthenticationGeneratorComponent.md +0 -31
- package/docs/reference/functions/initialiseBackgroundTaskConnector.md +0 -31
- package/docs/reference/functions/initialiseDataSpaceConnectorComponent.md +0 -31
- package/docs/reference/functions/initialiseRightsManagementDapComponent.md +0 -31
- package/docs/reference/functions/initialiseRightsManagementDarpComponent.md +0 -31
- package/docs/reference/type-aliases/AuthenticationGeneratorComponentConfig.md +0 -17
- package/docs/reference/type-aliases/AuthenticationGeneratorComponentType.md +0 -5
- package/docs/reference/type-aliases/BackgroundTaskConnectorConfig.md +0 -17
- package/docs/reference/type-aliases/BackgroundTaskConnectorType.md +0 -5
- package/docs/reference/type-aliases/DataSpaceConnectorComponentConfig.md +0 -5
- package/docs/reference/type-aliases/DataSpaceConnectorComponentType.md +0 -5
- package/docs/reference/type-aliases/RightsManagementDapComponentConfig.md +0 -5
- package/docs/reference/type-aliases/RightsManagementDapComponentType.md +0 -5
- package/docs/reference/type-aliases/RightsManagementDarpComponentConfig.md +0 -23
- package/docs/reference/type-aliases/RightsManagementDarpComponentType.md +0 -5
- package/docs/reference/variables/AuthenticationGeneratorComponentType.md +0 -13
- package/docs/reference/variables/BackgroundTaskConnectorType.md +0 -13
- package/docs/reference/variables/RightsManagementDapComponentType.md +0 -19
- package/docs/reference/variables/RightsManagementDarpComponentType.md +0 -13
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
2
|
+
import { PolicyEnforcementProcessorFactory } from "@twin.org/rights-management-models";
|
|
3
|
+
import type { RightsManagementPolicyEnforcementProcessorComponentConfig } from "../models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js";
|
|
4
|
+
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
|
+
/**
|
|
6
|
+
* Initialise the rights management policy enforcement processor component.
|
|
7
|
+
* @param engineCore The engine core.
|
|
8
|
+
* @param context The context for the engine.
|
|
9
|
+
* @param instanceConfig The instance config.
|
|
10
|
+
* @returns The instance created and the factory for it.
|
|
11
|
+
*/
|
|
12
|
+
export declare function initialiseRightsManagementPolicyEnforcementProcessorComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: RightsManagementPolicyEnforcementProcessorComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof PolicyEnforcementProcessorFactory>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
2
|
+
import { PolicyExecutionActionFactory } from "@twin.org/rights-management-models";
|
|
3
|
+
import type { RightsManagementPolicyExecutionActionComponentConfig } from "../models/config/rightsManagementPolicyExecutionActionComponentConfig.js";
|
|
4
|
+
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
|
+
/**
|
|
6
|
+
* Initialise the rights management policy execution action component.
|
|
7
|
+
* @param engineCore The engine core.
|
|
8
|
+
* @param context The context for the engine.
|
|
9
|
+
* @param instanceConfig The instance config.
|
|
10
|
+
* @returns The instance created and the factory for it.
|
|
11
|
+
*/
|
|
12
|
+
export declare function initialiseRightsManagementPolicyExecutionActionComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: RightsManagementPolicyExecutionActionComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof PolicyExecutionActionFactory>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
2
|
+
import { PolicyInformationSourceFactory } from "@twin.org/rights-management-models";
|
|
3
|
+
import type { RightsManagementPolicyInformationSourceComponentConfig } from "../models/config/rightsManagementPolicyInformationSourceComponentConfig.js";
|
|
4
|
+
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
|
+
/**
|
|
6
|
+
* Initialise the rights management policy information source component.
|
|
7
|
+
* @param engineCore The engine core.
|
|
8
|
+
* @param context The context for the engine.
|
|
9
|
+
* @param instanceConfig The instance config.
|
|
10
|
+
* @returns The instance created and the factory for it.
|
|
11
|
+
*/
|
|
12
|
+
export declare function initialiseRightsManagementPolicyInformationSourceComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: RightsManagementPolicyInformationSourceComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof PolicyInformationSourceFactory>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
2
|
+
import { PolicyNegotiatorFactory } from "@twin.org/rights-management-models";
|
|
3
|
+
import type { RightsManagementPolicyNegotiatorComponentConfig } from "../models/config/rightsManagementPolicyNegotiatorComponentConfig.js";
|
|
4
|
+
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
|
+
/**
|
|
6
|
+
* Initialise the rights management policy negotiator component.
|
|
7
|
+
* @param engineCore The engine core.
|
|
8
|
+
* @param context The context for the engine.
|
|
9
|
+
* @param instanceConfig The instance config.
|
|
10
|
+
* @returns The instance created and the factory for it.
|
|
11
|
+
*/
|
|
12
|
+
export declare function initialiseRightsManagementPolicyNegotiatorComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: RightsManagementPolicyNegotiatorComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof PolicyNegotiatorFactory>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
2
|
+
import { PolicyObligationEnforcerFactory } from "@twin.org/rights-management-models";
|
|
3
|
+
import type { RightsManagementPolicyObligationEnforcerComponentConfig } from "../models/config/rightsManagementPolicyObligationEnforcerComponentConfig.js";
|
|
4
|
+
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
|
+
/**
|
|
6
|
+
* Initialise the rights management policy obligation enforcer component.
|
|
7
|
+
* @param engineCore The engine core.
|
|
8
|
+
* @param context The context for the engine.
|
|
9
|
+
* @param instanceConfig The instance config.
|
|
10
|
+
* @returns The instance created and the factory for it.
|
|
11
|
+
*/
|
|
12
|
+
export declare function initialiseRightsManagementPolicyObligationEnforcerComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: RightsManagementPolicyObligationEnforcerComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof PolicyObligationEnforcerFactory>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
2
|
+
import { PolicyRequesterFactory } from "@twin.org/rights-management-models";
|
|
3
|
+
import type { RightsManagementPolicyRequesterComponentConfig } from "../models/config/rightsManagementPolicyRequesterComponentConfig.js";
|
|
4
|
+
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
|
+
/**
|
|
6
|
+
* Initialise the rights management policy requester component.
|
|
7
|
+
* @param engineCore The engine core.
|
|
8
|
+
* @param context The context for the engine.
|
|
9
|
+
* @param instanceConfig The instance config.
|
|
10
|
+
* @returns The instance created and the factory for it.
|
|
11
|
+
*/
|
|
12
|
+
export declare function initialiseRightsManagementPolicyRequesterComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: RightsManagementPolicyRequesterComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof PolicyRequesterFactory>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ComponentFactory
|
|
2
|
-
import type { IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
1
|
+
import { ComponentFactory } from "@twin.org/core";
|
|
2
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
3
3
|
import type { RightsManagementPxpComponentConfig } from "../models/config/rightsManagementPxpComponentConfig.js";
|
|
4
4
|
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
5
|
/**
|
|
@@ -9,8 +9,4 @@ import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
|
9
9
|
* @param instanceConfig The instance config.
|
|
10
10
|
* @returns The instance created and the factory for it.
|
|
11
11
|
*/
|
|
12
|
-
export declare function initialiseRightsManagementPxpComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: RightsManagementPxpComponentConfig):
|
|
13
|
-
instanceType?: string;
|
|
14
|
-
factory?: typeof ComponentFactory;
|
|
15
|
-
component?: IComponent;
|
|
16
|
-
}>;
|
|
12
|
+
export declare function initialiseRightsManagementPxpComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: RightsManagementPxpComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof ComponentFactory>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ComponentFactory
|
|
2
|
-
import type { IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
1
|
+
import { ComponentFactory } from "@twin.org/core";
|
|
2
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
3
3
|
import type { SynchronisedStorageComponentConfig } from "../models/config/synchronisedStorageComponentConfig.js";
|
|
4
4
|
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
5
|
/**
|
|
@@ -9,8 +9,4 @@ import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
|
9
9
|
* @param instanceConfig The instance config.
|
|
10
10
|
* @returns The instance created and the factory for it.
|
|
11
11
|
*/
|
|
12
|
-
export declare function initialiseSynchronisedStorageComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: SynchronisedStorageComponentConfig):
|
|
13
|
-
instanceType?: string;
|
|
14
|
-
factory?: typeof ComponentFactory;
|
|
15
|
-
component?: IComponent;
|
|
16
|
-
}>;
|
|
12
|
+
export declare function initialiseSynchronisedStorageComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: SynchronisedStorageComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof ComponentFactory>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ComponentFactory
|
|
2
|
-
import type { IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
1
|
+
import { ComponentFactory } from "@twin.org/core";
|
|
2
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
3
3
|
import type { TaskSchedulerComponentConfig } from "../models/config/taskSchedulerComponentConfig.js";
|
|
4
4
|
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
5
|
/**
|
|
@@ -9,8 +9,4 @@ import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
|
9
9
|
* @param instanceConfig The instance config.
|
|
10
10
|
* @returns The instance created and the factory for it.
|
|
11
11
|
*/
|
|
12
|
-
export declare function initialiseTaskSchedulerComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: TaskSchedulerComponentConfig):
|
|
13
|
-
instanceType?: string;
|
|
14
|
-
factory?: typeof ComponentFactory;
|
|
15
|
-
component?: IComponent;
|
|
16
|
-
}>;
|
|
12
|
+
export declare function initialiseTaskSchedulerComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: TaskSchedulerComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof ComponentFactory>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ComponentFactory
|
|
2
|
-
import type { IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
1
|
+
import { ComponentFactory } from "@twin.org/core";
|
|
2
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
3
3
|
import { TelemetryConnectorFactory } from "@twin.org/telemetry-models";
|
|
4
4
|
import type { TelemetryComponentConfig } from "../models/config/telemetryComponentConfig.js";
|
|
5
5
|
import type { TelemetryConnectorConfig } from "../models/config/telemetryConnectorConfig.js";
|
|
@@ -11,11 +11,7 @@ import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
|
11
11
|
* @param instanceConfig The instance config.
|
|
12
12
|
* @returns The instance created and the factory for it.
|
|
13
13
|
*/
|
|
14
|
-
export declare function initialiseTelemetryConnector(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: TelemetryConnectorConfig):
|
|
15
|
-
instanceType?: string;
|
|
16
|
-
factory?: typeof TelemetryConnectorFactory;
|
|
17
|
-
component?: IComponent;
|
|
18
|
-
}>;
|
|
14
|
+
export declare function initialiseTelemetryConnector(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: TelemetryConnectorConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof TelemetryConnectorFactory>;
|
|
19
15
|
/**
|
|
20
16
|
* Initialise the telemetry component.
|
|
21
17
|
* @param engineCore The engine core.
|
|
@@ -23,8 +19,4 @@ export declare function initialiseTelemetryConnector(engineCore: IEngineCore<IEn
|
|
|
23
19
|
* @param instanceConfig The instance config.
|
|
24
20
|
* @returns The instance created and the factory for it.
|
|
25
21
|
*/
|
|
26
|
-
export declare function initialiseTelemetryComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: TelemetryComponentConfig):
|
|
27
|
-
instanceType?: string;
|
|
28
|
-
factory?: typeof ComponentFactory;
|
|
29
|
-
component?: IComponent;
|
|
30
|
-
}>;
|
|
22
|
+
export declare function initialiseTelemetryComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: TelemetryComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof ComponentFactory>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ComponentFactory
|
|
2
|
-
import type { IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
1
|
+
import { ComponentFactory } from "@twin.org/core";
|
|
2
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
3
3
|
import type { TenantAdminComponentConfig } from "../models/config/tenantAdminComponentConfig.js";
|
|
4
4
|
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
5
|
/**
|
|
@@ -9,8 +9,4 @@ import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
|
9
9
|
* @param instanceConfig The instance config.
|
|
10
10
|
* @returns The instance created and the factory for it.
|
|
11
11
|
*/
|
|
12
|
-
export declare function initialiseTenantAdminComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: TenantAdminComponentConfig):
|
|
13
|
-
instanceType?: string;
|
|
14
|
-
factory?: typeof ComponentFactory;
|
|
15
|
-
component?: IComponent;
|
|
16
|
-
}>;
|
|
12
|
+
export declare function initialiseTenantAdminComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: TenantAdminComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof ComponentFactory>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ComponentFactory } from "@twin.org/core";
|
|
2
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
3
|
+
import type { TrustComponentConfig } from "../models/config/trustComponentConfig.js";
|
|
4
|
+
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
|
+
/**
|
|
6
|
+
* Initialise the trust component.
|
|
7
|
+
* @param engineCore The engine core.
|
|
8
|
+
* @param context The context for the engine.
|
|
9
|
+
* @param instanceConfig The instance config.
|
|
10
|
+
* @returns The instance created and the factory for it.
|
|
11
|
+
*/
|
|
12
|
+
export declare function initialiseTrustComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: TrustComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof ComponentFactory>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
2
|
+
import { TrustGeneratorFactory } from "@twin.org/trust-models";
|
|
3
|
+
import type { TrustGeneratorComponentConfig } from "../models/config/trustGeneratorComponentConfig.js";
|
|
4
|
+
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
|
+
/**
|
|
6
|
+
* Initialise the trust generator component.
|
|
7
|
+
* @param engineCore The engine core.
|
|
8
|
+
* @param context The context for the engine.
|
|
9
|
+
* @param instanceConfig The instance config.
|
|
10
|
+
* @returns The instance created and the factory for it.
|
|
11
|
+
*/
|
|
12
|
+
export declare function initialiseTrustGeneratorComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: TrustGeneratorComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof TrustGeneratorFactory>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
2
|
+
import { TrustVerifierFactory } from "@twin.org/trust-models";
|
|
3
|
+
import type { TrustVerifierComponentConfig } from "../models/config/trustVerifierComponentConfig.js";
|
|
4
|
+
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
|
+
/**
|
|
6
|
+
* Initialise the trust verifier component.
|
|
7
|
+
* @param engineCore The engine core.
|
|
8
|
+
* @param context The context for the engine.
|
|
9
|
+
* @param instanceConfig The instance config.
|
|
10
|
+
* @returns The instance created and the factory for it.
|
|
11
|
+
*/
|
|
12
|
+
export declare function initialiseTrustVerifierComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: TrustVerifierComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof TrustVerifierFactory>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ComponentFactory } from "@twin.org/core";
|
|
2
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
3
|
+
import type { UrlTransformerComponentConfig } from "../models/config/urlTransformerComponentConfig.js";
|
|
4
|
+
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
|
+
/**
|
|
6
|
+
* Initialise the URL transformer component.
|
|
7
|
+
* @param engineCore The engine core.
|
|
8
|
+
* @param context The context for the engine.
|
|
9
|
+
* @param instanceConfig The instance config.
|
|
10
|
+
* @returns The instance created and the factory for it.
|
|
11
|
+
*/
|
|
12
|
+
export declare function initialiseUrlTransformerComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: UrlTransformerComponentConfig): EngineTypeInitialiserReturn<UrlTransformerComponentConfig, typeof ComponentFactory>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
1
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
3
2
|
import { VaultConnectorFactory } from "@twin.org/vault-models";
|
|
4
3
|
import type { VaultConnectorConfig } from "../models/config/vaultConnectorConfig.js";
|
|
5
4
|
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
@@ -10,8 +9,4 @@ import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
|
10
9
|
* @param instanceConfig The instance config.
|
|
11
10
|
* @returns The instance created and the factory for it.
|
|
12
11
|
*/
|
|
13
|
-
export declare function initialiseVaultConnector(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: VaultConnectorConfig):
|
|
14
|
-
instanceType?: string;
|
|
15
|
-
factory?: typeof VaultConnectorFactory;
|
|
16
|
-
component?: IComponent;
|
|
17
|
-
}>;
|
|
12
|
+
export declare function initialiseVaultConnector(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: VaultConnectorConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof VaultConnectorFactory>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ComponentFactory
|
|
2
|
-
import type { IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
1
|
+
import { ComponentFactory } from "@twin.org/core";
|
|
2
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
3
3
|
import { VerifiableStorageConnectorFactory } from "@twin.org/verifiable-storage-models";
|
|
4
4
|
import type { VerifiableStorageComponentConfig } from "../models/config/verifiableStorageComponentConfig.js";
|
|
5
5
|
import type { VerifiableStorageConnectorConfig } from "../models/config/verifiableStorageConnectorConfig.js";
|
|
@@ -11,11 +11,7 @@ import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
|
11
11
|
* @param instanceConfig The instance config.
|
|
12
12
|
* @returns The instance created and the factory for it.
|
|
13
13
|
*/
|
|
14
|
-
export declare function initialiseVerifiableStorageConnector(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: VerifiableStorageConnectorConfig):
|
|
15
|
-
instanceType?: string;
|
|
16
|
-
factory?: typeof VerifiableStorageConnectorFactory;
|
|
17
|
-
component?: IComponent;
|
|
18
|
-
}>;
|
|
14
|
+
export declare function initialiseVerifiableStorageConnector(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: VerifiableStorageConnectorConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof VerifiableStorageConnectorFactory>;
|
|
19
15
|
/**
|
|
20
16
|
* Initialise the verifiable storage component.
|
|
21
17
|
* @param engineCore The engine core.
|
|
@@ -23,8 +19,4 @@ export declare function initialiseVerifiableStorageConnector(engineCore: IEngine
|
|
|
23
19
|
* @param instanceConfig The instance config.
|
|
24
20
|
* @returns The instance created and the factory for it.
|
|
25
21
|
*/
|
|
26
|
-
export declare function initialiseVerifiableStorageComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: VerifiableStorageComponentConfig):
|
|
27
|
-
instanceType?: string;
|
|
28
|
-
factory?: typeof ComponentFactory;
|
|
29
|
-
component?: IComponent;
|
|
30
|
-
}>;
|
|
22
|
+
export declare function initialiseVerifiableStorageComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: VerifiableStorageComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof ComponentFactory>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
1
|
+
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
3
2
|
import { WalletConnectorFactory } from "@twin.org/wallet-models";
|
|
4
3
|
import type { WalletConnectorConfig } from "../models/config/walletConnectorConfig.js";
|
|
5
4
|
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
@@ -10,8 +9,4 @@ import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
|
10
9
|
* @param instanceConfig The instance config.
|
|
11
10
|
* @returns The instance created and the factory for it.
|
|
12
11
|
*/
|
|
13
|
-
export declare function initialiseWalletConnector(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: WalletConnectorConfig):
|
|
14
|
-
instanceType?: string;
|
|
15
|
-
factory?: typeof WalletConnectorFactory;
|
|
16
|
-
component?: IComponent;
|
|
17
|
-
}>;
|
|
12
|
+
export declare function initialiseWalletConnector(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: WalletConnectorConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof WalletConnectorFactory>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,26 +1,31 @@
|
|
|
1
1
|
export * from "./components/attestation.js";
|
|
2
2
|
export * from "./components/auditableItemGraph.js";
|
|
3
3
|
export * from "./components/auditableItemStream.js";
|
|
4
|
-
export * from "./components/
|
|
4
|
+
export * from "./components/automation.js";
|
|
5
|
+
export * from "./components/automationAction.js";
|
|
5
6
|
export * from "./components/backgroundTask.js";
|
|
6
7
|
export * from "./components/blobStorage.js";
|
|
7
8
|
export * from "./components/contextIdHandler.js";
|
|
8
9
|
export * from "./components/dataProcessing.js";
|
|
9
|
-
export * from "./components/
|
|
10
|
+
export * from "./components/dataspaceControlPlane.js";
|
|
11
|
+
export * from "./components/dataspaceDataPlane.js";
|
|
10
12
|
export * from "./components/documentManagement.js";
|
|
11
13
|
export * from "./components/entityStorage.js";
|
|
12
14
|
export * from "./components/eventBus.js";
|
|
13
15
|
export * from "./components/faucet.js";
|
|
14
16
|
export * from "./components/federatedCatalogue.js";
|
|
17
|
+
export * from "./components/federatedCatalogueFilter.js";
|
|
18
|
+
export * from "./components/health.js";
|
|
15
19
|
export * from "./components/identity.js";
|
|
16
20
|
export * from "./components/identityProfile.js";
|
|
17
21
|
export * from "./components/identityResolver.js";
|
|
18
22
|
export * from "./components/immutableProof.js";
|
|
19
23
|
export * from "./components/logging.js";
|
|
20
24
|
export * from "./components/messaging.js";
|
|
25
|
+
export * from "./components/metricsCollector.js";
|
|
26
|
+
export * from "./components/metricsProducer.js";
|
|
21
27
|
export * from "./components/nft.js";
|
|
22
|
-
export * from "./components/
|
|
23
|
-
export * from "./components/rightsManagementDarp.js";
|
|
28
|
+
export * from "./components/notarization.js";
|
|
24
29
|
export * from "./components/rightsManagementPap.js";
|
|
25
30
|
export * from "./components/rightsManagementPdp.js";
|
|
26
31
|
export * from "./components/rightsManagementPep.js";
|
|
@@ -28,11 +33,22 @@ export * from "./components/rightsManagementPip.js";
|
|
|
28
33
|
export * from "./components/rightsManagementPmp.js";
|
|
29
34
|
export * from "./components/rightsManagementPnap.js";
|
|
30
35
|
export * from "./components/rightsManagementPnp.js";
|
|
36
|
+
export * from "./components/rightsManagementPolicyArbiter.js";
|
|
37
|
+
export * from "./components/rightsManagementPolicyEnforcementProcessor.js";
|
|
38
|
+
export * from "./components/rightsManagementPolicyExecutionAction.js";
|
|
39
|
+
export * from "./components/rightsManagementPolicyInformationSource.js";
|
|
40
|
+
export * from "./components/rightsManagementPolicyNegotiator.js";
|
|
41
|
+
export * from "./components/rightsManagementPolicyObligationEnforcer.js";
|
|
42
|
+
export * from "./components/rightsManagementPolicyRequester.js";
|
|
31
43
|
export * from "./components/rightsManagementPxp.js";
|
|
32
44
|
export * from "./components/synchronisedStorage.js";
|
|
33
45
|
export * from "./components/taskScheduler.js";
|
|
34
46
|
export * from "./components/telemetry.js";
|
|
35
47
|
export * from "./components/tenant.js";
|
|
48
|
+
export * from "./components/trust.js";
|
|
49
|
+
export * from "./components/trustGenerator.js";
|
|
50
|
+
export * from "./components/trustVerifier.js";
|
|
51
|
+
export * from "./components/urlTransformer.js";
|
|
36
52
|
export * from "./components/vault.js";
|
|
37
53
|
export * from "./components/verifiableStorage.js";
|
|
38
54
|
export * from "./components/wallet.js";
|
|
@@ -40,15 +56,17 @@ export * from "./models/config/attestationComponentConfig.js";
|
|
|
40
56
|
export * from "./models/config/attestationConnectorConfig.js";
|
|
41
57
|
export * from "./models/config/auditableItemGraphComponentConfig.js";
|
|
42
58
|
export * from "./models/config/auditableItemStreamComponentConfig.js";
|
|
43
|
-
export * from "./models/config/
|
|
44
|
-
export * from "./models/config/
|
|
59
|
+
export * from "./models/config/automationActionConfig.js";
|
|
60
|
+
export * from "./models/config/automationComponentConfig.js";
|
|
61
|
+
export * from "./models/config/backgroundTaskComponentConfig.js";
|
|
45
62
|
export * from "./models/config/blobStorageComponentConfig.js";
|
|
46
63
|
export * from "./models/config/blobStorageConnectorConfig.js";
|
|
47
64
|
export * from "./models/config/contextIdHandlerComponentConfig.js";
|
|
48
65
|
export * from "./models/config/dataConverterConnectorConfig.js";
|
|
49
66
|
export * from "./models/config/dataExtractorConnectorConfig.js";
|
|
50
67
|
export * from "./models/config/dataProcessingComponentConfig.js";
|
|
51
|
-
export * from "./models/config/
|
|
68
|
+
export * from "./models/config/dataspaceControlPlaneComponentConfig.js";
|
|
69
|
+
export * from "./models/config/dataspaceDataPlaneComponentConfig.js";
|
|
52
70
|
export * from "./models/config/dltConfig.js";
|
|
53
71
|
export * from "./models/config/documentManagementComponentConfig.js";
|
|
54
72
|
export * from "./models/config/entityStorageComponentConfig.js";
|
|
@@ -57,6 +75,8 @@ export * from "./models/config/eventBusComponentConfig.js";
|
|
|
57
75
|
export * from "./models/config/eventBusConnectorConfig.js";
|
|
58
76
|
export * from "./models/config/faucetConnectorConfig.js";
|
|
59
77
|
export * from "./models/config/federatedCatalogueComponentConfig.js";
|
|
78
|
+
export * from "./models/config/federatedCatalogueFilterComponentConfig.js";
|
|
79
|
+
export * from "./models/config/healthComponentConfig.js";
|
|
60
80
|
export * from "./models/config/identityComponentConfig.js";
|
|
61
81
|
export * from "./models/config/identityConnectorConfig.js";
|
|
62
82
|
export * from "./models/config/identityProfileComponentConfig.js";
|
|
@@ -71,10 +91,12 @@ export * from "./models/config/messagingComponentConfig.js";
|
|
|
71
91
|
export * from "./models/config/messagingEmailConnectorConfig.js";
|
|
72
92
|
export * from "./models/config/messagingPushNotificationConnectorConfig.js";
|
|
73
93
|
export * from "./models/config/messagingSmsConnectorConfig.js";
|
|
94
|
+
export * from "./models/config/metricsCollectorComponentConfig.js";
|
|
95
|
+
export * from "./models/config/metricsProducerComponentConfig.js";
|
|
74
96
|
export * from "./models/config/nftComponentConfig.js";
|
|
75
97
|
export * from "./models/config/nftConnectorConfig.js";
|
|
76
|
-
export * from "./models/config/
|
|
77
|
-
export * from "./models/config/
|
|
98
|
+
export * from "./models/config/notarizationComponentConfig.js";
|
|
99
|
+
export * from "./models/config/notarizationConnectorConfig.js";
|
|
78
100
|
export * from "./models/config/rightsManagementPapComponentConfig.js";
|
|
79
101
|
export * from "./models/config/rightsManagementPdpComponentConfig.js";
|
|
80
102
|
export * from "./models/config/rightsManagementPepComponentConfig.js";
|
|
@@ -82,12 +104,23 @@ export * from "./models/config/rightsManagementPipComponentConfig.js";
|
|
|
82
104
|
export * from "./models/config/rightsManagementPmpComponentConfig.js";
|
|
83
105
|
export * from "./models/config/rightsManagementPnapComponentConfig.js";
|
|
84
106
|
export * from "./models/config/rightsManagementPnpComponentConfig.js";
|
|
107
|
+
export * from "./models/config/rightsManagementPolicyArbiterComponentConfig.js";
|
|
108
|
+
export * from "./models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js";
|
|
109
|
+
export * from "./models/config/rightsManagementPolicyExecutionActionComponentConfig.js";
|
|
110
|
+
export * from "./models/config/rightsManagementPolicyInformationSourceComponentConfig.js";
|
|
111
|
+
export * from "./models/config/rightsManagementPolicyNegotiatorComponentConfig.js";
|
|
112
|
+
export * from "./models/config/rightsManagementPolicyObligationEnforcerComponentConfig.js";
|
|
113
|
+
export * from "./models/config/rightsManagementPolicyRequesterComponentConfig.js";
|
|
85
114
|
export * from "./models/config/rightsManagementPxpComponentConfig.js";
|
|
86
115
|
export * from "./models/config/synchronisedStorageComponentConfig.js";
|
|
87
116
|
export * from "./models/config/taskSchedulerComponentConfig.js";
|
|
88
117
|
export * from "./models/config/telemetryComponentConfig.js";
|
|
89
118
|
export * from "./models/config/telemetryConnectorConfig.js";
|
|
90
119
|
export * from "./models/config/tenantAdminComponentConfig.js";
|
|
120
|
+
export * from "./models/config/trustComponentConfig.js";
|
|
121
|
+
export * from "./models/config/trustGeneratorComponentConfig.js";
|
|
122
|
+
export * from "./models/config/trustVerifierComponentConfig.js";
|
|
123
|
+
export * from "./models/config/urlTransformerComponentConfig.js";
|
|
91
124
|
export * from "./models/config/vaultConnectorConfig.js";
|
|
92
125
|
export * from "./models/config/verifiableStorageComponentConfig.js";
|
|
93
126
|
export * from "./models/config/verifiableStorageConnectorConfig.js";
|
|
@@ -97,15 +130,17 @@ export * from "./models/types/attestationComponentType.js";
|
|
|
97
130
|
export * from "./models/types/attestationConnectorType.js";
|
|
98
131
|
export * from "./models/types/auditableItemGraphComponentType.js";
|
|
99
132
|
export * from "./models/types/auditableItemStreamComponentType.js";
|
|
100
|
-
export * from "./models/types/
|
|
101
|
-
export * from "./models/types/
|
|
133
|
+
export * from "./models/types/automationActionType.js";
|
|
134
|
+
export * from "./models/types/automationComponentType.js";
|
|
135
|
+
export * from "./models/types/backgroundTaskComponentType.js";
|
|
102
136
|
export * from "./models/types/blobStorageComponentType.js";
|
|
103
137
|
export * from "./models/types/blobStorageConnectorType.js";
|
|
104
138
|
export * from "./models/types/contextIdHandlerComponentType.js";
|
|
105
139
|
export * from "./models/types/dataConverterConnectorType.js";
|
|
106
140
|
export * from "./models/types/dataExtractorConnectorType.js";
|
|
107
141
|
export * from "./models/types/dataProcessingComponentType.js";
|
|
108
|
-
export * from "./models/types/
|
|
142
|
+
export * from "./models/types/dataspaceControlPlaneComponentType.js";
|
|
143
|
+
export * from "./models/types/dataspaceDataPlaneComponentType.js";
|
|
109
144
|
export * from "./models/types/dltConfigType.js";
|
|
110
145
|
export * from "./models/types/documentManagementComponentType.js";
|
|
111
146
|
export * from "./models/types/entityStorageComponentType.js";
|
|
@@ -114,6 +149,8 @@ export * from "./models/types/eventBusComponentType.js";
|
|
|
114
149
|
export * from "./models/types/eventBusConnectorType.js";
|
|
115
150
|
export * from "./models/types/faucetConnectorType.js";
|
|
116
151
|
export * from "./models/types/federatedCatalogueComponentType.js";
|
|
152
|
+
export * from "./models/types/federatedCatalogueFilterComponentType.js";
|
|
153
|
+
export * from "./models/types/healthComponentType.js";
|
|
117
154
|
export * from "./models/types/identityComponentType.js";
|
|
118
155
|
export * from "./models/types/identityConnectorType.js";
|
|
119
156
|
export * from "./models/types/identityProfileComponentType.js";
|
|
@@ -128,10 +165,12 @@ export * from "./models/types/messagingComponentType.js";
|
|
|
128
165
|
export * from "./models/types/messagingEmailConnectorType.js";
|
|
129
166
|
export * from "./models/types/messagingPushNotificationConnectorType.js";
|
|
130
167
|
export * from "./models/types/messagingSmsConnectorType.js";
|
|
168
|
+
export * from "./models/types/metricsCollectorComponentType.js";
|
|
169
|
+
export * from "./models/types/metricsProducerComponentType.js";
|
|
131
170
|
export * from "./models/types/nftComponentType.js";
|
|
132
171
|
export * from "./models/types/nftConnectorType.js";
|
|
133
|
-
export * from "./models/types/
|
|
134
|
-
export * from "./models/types/
|
|
172
|
+
export * from "./models/types/notarizationComponentType.js";
|
|
173
|
+
export * from "./models/types/notarizationConnectorType.js";
|
|
135
174
|
export * from "./models/types/rightsManagementPapComponentType.js";
|
|
136
175
|
export * from "./models/types/rightsManagementPdpComponentType.js";
|
|
137
176
|
export * from "./models/types/rightsManagementPepComponentType.js";
|
|
@@ -139,12 +178,23 @@ export * from "./models/types/rightsManagementPipComponentType.js";
|
|
|
139
178
|
export * from "./models/types/rightsManagementPmpComponentType.js";
|
|
140
179
|
export * from "./models/types/rightsManagementPnapComponentType.js";
|
|
141
180
|
export * from "./models/types/rightsManagementPnpComponentType.js";
|
|
181
|
+
export * from "./models/types/rightsManagementPolicyArbiterComponentType.js";
|
|
182
|
+
export * from "./models/types/rightsManagementPolicyEnforcementProcessorComponentType.js";
|
|
183
|
+
export * from "./models/types/rightsManagementPolicyExecutionActionComponentType.js";
|
|
184
|
+
export * from "./models/types/rightsManagementPolicyInformationSourceComponentType.js";
|
|
185
|
+
export * from "./models/types/rightsManagementPolicyNegotiatorComponentType.js";
|
|
186
|
+
export * from "./models/types/rightsManagementPolicyObligationEnforcerComponentType.js";
|
|
187
|
+
export * from "./models/types/rightsManagementPolicyRequesterComponentType.js";
|
|
142
188
|
export * from "./models/types/rightsManagementPxpComponentType.js";
|
|
143
189
|
export * from "./models/types/synchronisedStorageComponentType.js";
|
|
144
190
|
export * from "./models/types/taskSchedulerComponentType.js";
|
|
145
191
|
export * from "./models/types/telemetryComponentType.js";
|
|
146
192
|
export * from "./models/types/telemetryConnectorType.js";
|
|
147
193
|
export * from "./models/types/tenantAdminComponentType.js";
|
|
194
|
+
export * from "./models/types/trustComponentType.js";
|
|
195
|
+
export * from "./models/types/trustGeneratorComponentType.js";
|
|
196
|
+
export * from "./models/types/trustVerifierComponentType.js";
|
|
197
|
+
export * from "./models/types/urlTransformerComponentType.js";
|
|
148
198
|
export * from "./models/types/vaultConnectorType.js";
|
|
149
199
|
export * from "./models/types/verifiableStorageComponentType.js";
|
|
150
200
|
export * from "./models/types/verifiableStorageConnectorType.js";
|