@twin.org/engine-types 0.0.1-next.66 → 0.0.1-next.68

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.
Files changed (115) hide show
  1. package/docs/changelog.md +28 -0
  2. package/docs/reference/functions/initialiseAttestationComponent.md +1 -1
  3. package/docs/reference/functions/initialiseAttestationConnector.md +1 -1
  4. package/docs/reference/functions/initialiseAuditableItemGraphComponent.md +1 -1
  5. package/docs/reference/functions/initialiseAuditableItemStreamComponent.md +1 -1
  6. package/docs/reference/functions/initialiseBackgroundTaskConnector.md +1 -1
  7. package/docs/reference/functions/initialiseBlobStorageComponent.md +1 -1
  8. package/docs/reference/functions/initialiseBlobStorageConnector.md +1 -1
  9. package/docs/reference/functions/initialiseDataConverterConnector.md +1 -1
  10. package/docs/reference/functions/initialiseDataExtractorConnector.md +1 -1
  11. package/docs/reference/functions/initialiseDataProcessingComponent.md +1 -1
  12. package/docs/reference/functions/initialiseDocumentManagementComponent.md +1 -1
  13. package/docs/reference/functions/initialiseEntityStorageComponent.md +1 -1
  14. package/docs/reference/functions/initialiseEventBusComponent.md +1 -1
  15. package/docs/reference/functions/initialiseEventBusConnector.md +1 -1
  16. package/docs/reference/functions/initialiseFaucetConnector.md +1 -1
  17. package/docs/reference/functions/initialiseIdentityComponent.md +1 -1
  18. package/docs/reference/functions/initialiseIdentityConnector.md +1 -1
  19. package/docs/reference/functions/initialiseIdentityProfileComponent.md +1 -1
  20. package/docs/reference/functions/initialiseIdentityProfileConnector.md +1 -1
  21. package/docs/reference/functions/initialiseIdentityResolverComponent.md +1 -1
  22. package/docs/reference/functions/initialiseIdentityResolverConnector.md +1 -1
  23. package/docs/reference/functions/initialiseImmutableProofComponent.md +1 -1
  24. package/docs/reference/functions/initialiseLoggingComponent.md +1 -1
  25. package/docs/reference/functions/initialiseLoggingConnector.md +1 -1
  26. package/docs/reference/functions/initialiseMessagingComponent.md +1 -1
  27. package/docs/reference/functions/initialiseMessagingEmailConnector.md +1 -1
  28. package/docs/reference/functions/initialiseMessagingPushNotificationConnector.md +1 -1
  29. package/docs/reference/functions/initialiseMessagingSmsConnector.md +1 -1
  30. package/docs/reference/functions/initialiseNftComponent.md +1 -1
  31. package/docs/reference/functions/initialiseNftConnector.md +1 -1
  32. package/docs/reference/functions/initialiseTelemetryComponent.md +1 -1
  33. package/docs/reference/functions/initialiseTelemetryConnector.md +1 -1
  34. package/docs/reference/functions/initialiseVaultConnector.md +1 -1
  35. package/docs/reference/functions/initialiseVerifiableStorageComponent.md +1 -1
  36. package/docs/reference/functions/initialiseVerifiableStorageConnector.md +1 -1
  37. package/docs/reference/functions/initialiseWalletConnector.md +1 -1
  38. package/docs/reference/functions/initialiseWalletStorage.md +1 -1
  39. package/docs/reference/type-aliases/AttestationComponentConfig.md +4 -2
  40. package/docs/reference/type-aliases/AttestationComponentType.md +1 -1
  41. package/docs/reference/type-aliases/AttestationConnectorConfig.md +4 -2
  42. package/docs/reference/type-aliases/AttestationConnectorType.md +1 -1
  43. package/docs/reference/type-aliases/AuditableItemGraphComponentConfig.md +4 -2
  44. package/docs/reference/type-aliases/AuditableItemGraphComponentType.md +1 -1
  45. package/docs/reference/type-aliases/AuditableItemStreamComponentConfig.md +4 -2
  46. package/docs/reference/type-aliases/AuditableItemStreamComponentType.md +1 -1
  47. package/docs/reference/type-aliases/BackgroundTaskConnectorConfig.md +4 -2
  48. package/docs/reference/type-aliases/BackgroundTaskConnectorType.md +1 -1
  49. package/docs/reference/type-aliases/BlobStorageComponentConfig.md +4 -2
  50. package/docs/reference/type-aliases/BlobStorageComponentType.md +1 -1
  51. package/docs/reference/type-aliases/BlobStorageConnectorConfig.md +1 -1
  52. package/docs/reference/type-aliases/BlobStorageConnectorType.md +1 -1
  53. package/docs/reference/type-aliases/DataConverterConnectorConfig.md +1 -1
  54. package/docs/reference/type-aliases/DataConverterConnectorType.md +1 -1
  55. package/docs/reference/type-aliases/DataExtractorConnectorConfig.md +4 -2
  56. package/docs/reference/type-aliases/DataExtractorConnectorType.md +1 -1
  57. package/docs/reference/type-aliases/DataProcessingComponentConfig.md +4 -2
  58. package/docs/reference/type-aliases/DataProcessingComponentType.md +1 -1
  59. package/docs/reference/type-aliases/DltConfig.md +1 -1
  60. package/docs/reference/type-aliases/DltConfigType.md +1 -1
  61. package/docs/reference/type-aliases/DocumentManagementComponentConfig.md +4 -2
  62. package/docs/reference/type-aliases/DocumentManagementComponentType.md +1 -1
  63. package/docs/reference/type-aliases/EntityStorageComponentConfig.md +4 -2
  64. package/docs/reference/type-aliases/EntityStorageComponentType.md +1 -1
  65. package/docs/reference/type-aliases/EntityStorageConnectorConfig.md +1 -1
  66. package/docs/reference/type-aliases/EntityStorageConnectorType.md +1 -1
  67. package/docs/reference/type-aliases/EventBusComponentConfig.md +4 -2
  68. package/docs/reference/type-aliases/EventBusComponentType.md +1 -1
  69. package/docs/reference/type-aliases/EventBusConnectorConfig.md +4 -2
  70. package/docs/reference/type-aliases/EventBusConnectorType.md +1 -1
  71. package/docs/reference/type-aliases/FaucetConnectorConfig.md +1 -1
  72. package/docs/reference/type-aliases/FaucetConnectorType.md +1 -1
  73. package/docs/reference/type-aliases/IImmutableProofComponentType.md +1 -1
  74. package/docs/reference/type-aliases/IVerifiableStorageComponentType.md +1 -1
  75. package/docs/reference/type-aliases/IdentityComponentConfig.md +4 -2
  76. package/docs/reference/type-aliases/IdentityComponentType.md +1 -1
  77. package/docs/reference/type-aliases/IdentityConnectorConfig.md +1 -1
  78. package/docs/reference/type-aliases/IdentityConnectorType.md +1 -1
  79. package/docs/reference/type-aliases/IdentityProfileComponentConfig.md +4 -2
  80. package/docs/reference/type-aliases/IdentityProfileComponentType.md +1 -1
  81. package/docs/reference/type-aliases/IdentityProfileConnectorConfig.md +4 -2
  82. package/docs/reference/type-aliases/IdentityProfileConnectorType.md +1 -1
  83. package/docs/reference/type-aliases/IdentityResolverComponentConfig.md +4 -2
  84. package/docs/reference/type-aliases/IdentityResolverComponentType.md +1 -1
  85. package/docs/reference/type-aliases/IdentityResolverConnectorConfig.md +1 -1
  86. package/docs/reference/type-aliases/IdentityResolverConnectorType.md +1 -1
  87. package/docs/reference/type-aliases/ImmutableProofComponentConfig.md +4 -2
  88. package/docs/reference/type-aliases/LoggingComponentConfig.md +4 -2
  89. package/docs/reference/type-aliases/LoggingComponentType.md +1 -1
  90. package/docs/reference/type-aliases/LoggingConnectorConfig.md +1 -1
  91. package/docs/reference/type-aliases/LoggingConnectorType.md +1 -1
  92. package/docs/reference/type-aliases/MessagingComponentConfig.md +4 -2
  93. package/docs/reference/type-aliases/MessagingComponentType.md +1 -1
  94. package/docs/reference/type-aliases/MessagingEmailConnectorConfig.md +1 -1
  95. package/docs/reference/type-aliases/MessagingEmailConnectorType.md +1 -1
  96. package/docs/reference/type-aliases/MessagingPushNotificationConnectorConfig.md +1 -1
  97. package/docs/reference/type-aliases/MessagingPushNotificationConnectorType.md +1 -1
  98. package/docs/reference/type-aliases/MessagingSmsConnectorConfig.md +1 -1
  99. package/docs/reference/type-aliases/MessagingSmsConnectorType.md +1 -1
  100. package/docs/reference/type-aliases/NftComponentConfig.md +4 -2
  101. package/docs/reference/type-aliases/NftComponentType.md +1 -1
  102. package/docs/reference/type-aliases/NftConnectorConfig.md +1 -1
  103. package/docs/reference/type-aliases/NftConnectorType.md +1 -1
  104. package/docs/reference/type-aliases/TelemetryComponentConfig.md +4 -2
  105. package/docs/reference/type-aliases/TelemetryComponentType.md +1 -1
  106. package/docs/reference/type-aliases/TelemetryConnectorConfig.md +4 -2
  107. package/docs/reference/type-aliases/TelemetryConnectorType.md +1 -1
  108. package/docs/reference/type-aliases/VaultConnectorConfig.md +1 -1
  109. package/docs/reference/type-aliases/VaultConnectorType.md +1 -1
  110. package/docs/reference/type-aliases/VerifiableStorageComponentConfig.md +4 -2
  111. package/docs/reference/type-aliases/VerifiableStorageConnectorConfig.md +1 -1
  112. package/docs/reference/type-aliases/VerifiableStorageConnectorType.md +1 -1
  113. package/docs/reference/type-aliases/WalletConnectorConfig.md +1 -1
  114. package/docs/reference/type-aliases/WalletConnectorType.md +1 -1
  115. package/package.json +2 -2
package/docs/changelog.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @twin.org/engine-types - Changelog
2
2
 
3
+ ## [0.0.1-next.68](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.67...engine-types-v0.0.1-next.68) (2025-04-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/engine-models bumped from 0.0.1-next.67 to 0.0.1-next.68
16
+
17
+ ## [0.0.1-next.67](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.66...engine-types-v0.0.1-next.67) (2025-03-28)
18
+
19
+
20
+ ### Features
21
+
22
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @twin.org/engine-models bumped from 0.0.1-next.66 to 0.0.1-next.67
30
+
3
31
  ## v0.0.1-next.66
4
32
 
5
33
  - Initial Release
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseAttestationComponent()
2
2
 
3
- > **initialiseAttestationComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseAttestationComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the attestation component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseAttestationConnector()
2
2
 
3
- > **initialiseAttestationConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseAttestationConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the attestation connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseAuditableItemGraphComponent()
2
2
 
3
- > **initialiseAuditableItemGraphComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseAuditableItemGraphComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the auditable item graph component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseAuditableItemStreamComponent()
2
2
 
3
- > **initialiseAuditableItemStreamComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseAuditableItemStreamComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the auditable item stream component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseBackgroundTaskConnector()
2
2
 
3
- > **initialiseBackgroundTaskConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseBackgroundTaskConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise a background task connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseBlobStorageComponent()
2
2
 
3
- > **initialiseBlobStorageComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseBlobStorageComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the blob storage component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseBlobStorageConnector()
2
2
 
3
- > **initialiseBlobStorageConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseBlobStorageConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the blob storage connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseDataConverterConnector()
2
2
 
3
- > **initialiseDataConverterConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseDataConverterConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the data converter connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseDataExtractorConnector()
2
2
 
3
- > **initialiseDataExtractorConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseDataExtractorConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the data extractor connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseDataProcessingComponent()
2
2
 
3
- > **initialiseDataProcessingComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseDataProcessingComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the data processing component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseDocumentManagementComponent()
2
2
 
3
- > **initialiseDocumentManagementComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseDocumentManagementComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the document management component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseEntityStorageComponent()
2
2
 
3
- > **initialiseEntityStorageComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseEntityStorageComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the entity storage connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseEventBusComponent()
2
2
 
3
- > **initialiseEventBusComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseEventBusComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the event bus component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseEventBusConnector()
2
2
 
3
- > **initialiseEventBusConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseEventBusConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise a event bus connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseFaucetConnector()
2
2
 
3
- > **initialiseFaucetConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseFaucetConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise a faucet connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseIdentityComponent()
2
2
 
3
- > **initialiseIdentityComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseIdentityComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the identity component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseIdentityConnector()
2
2
 
3
- > **initialiseIdentityConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseIdentityConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the identity connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseIdentityProfileComponent()
2
2
 
3
- > **initialiseIdentityProfileComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseIdentityProfileComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the identity profile component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseIdentityProfileConnector()
2
2
 
3
- > **initialiseIdentityProfileConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseIdentityProfileConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the identity profile connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseIdentityResolverComponent()
2
2
 
3
- > **initialiseIdentityResolverComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseIdentityResolverComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the identity resolver component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseIdentityResolverConnector()
2
2
 
3
- > **initialiseIdentityResolverConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseIdentityResolverConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the identity resolver connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseImmutableProofComponent()
2
2
 
3
- > **initialiseImmutableProofComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseImmutableProofComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the immutable proof component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseLoggingComponent()
2
2
 
3
- > **initialiseLoggingComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseLoggingComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the logging component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseLoggingConnector()
2
2
 
3
- > **initialiseLoggingConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseLoggingConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the logging connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseMessagingComponent()
2
2
 
3
- > **initialiseMessagingComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseMessagingComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the messaging component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseMessagingEmailConnector()
2
2
 
3
- > **initialiseMessagingEmailConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseMessagingEmailConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise a messaging email connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseMessagingPushNotificationConnector()
2
2
 
3
- > **initialiseMessagingPushNotificationConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseMessagingPushNotificationConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise a messaging push notification connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseMessagingSmsConnector()
2
2
 
3
- > **initialiseMessagingSmsConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseMessagingSmsConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise a messaging sms connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseNftComponent()
2
2
 
3
- > **initialiseNftComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseNftComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the NFT component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseNftConnector()
2
2
 
3
- > **initialiseNftConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseNftConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the NFT connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseTelemetryComponent()
2
2
 
3
- > **initialiseTelemetryComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseTelemetryComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the telemetry component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseTelemetryConnector()
2
2
 
3
- > **initialiseTelemetryConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseTelemetryConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise a telemetry connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseVaultConnector()
2
2
 
3
- > **initialiseVaultConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseVaultConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the vault connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseVerifiableStorageComponent()
2
2
 
3
- > **initialiseVerifiableStorageComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseVerifiableStorageComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the verifiable storage component.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseVerifiableStorageConnector()
2
2
 
3
- > **initialiseVerifiableStorageConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseVerifiableStorageConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the verifiable storage connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseWalletConnector()
2
2
 
3
- > **initialiseWalletConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseWalletConnector**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise a wallet connector.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseWalletStorage()
2
2
 
3
- > **initialiseWalletStorage**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
3
+ > **initialiseWalletStorage**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType?`): `undefined` \| `string`
4
4
 
5
5
  Initialise the wallet storage.
6
6
 
@@ -1,15 +1,17 @@
1
1
  # Type Alias: AttestationComponentConfig
2
2
 
3
- > **AttestationComponentConfig**: `object`
3
+ > **AttestationComponentConfig** = `object`
4
4
 
5
5
  Attestation component config types.
6
6
 
7
- ## Type declaration
7
+ ## Properties
8
8
 
9
9
  ### type
10
10
 
11
11
  > **type**: *typeof* [`Service`](../variables/AttestationComponentType.md#service)
12
12
 
13
+ ***
14
+
13
15
  ### options?
14
16
 
15
17
  > `optional` **options**: `IAttestationServiceConstructorOptions`
@@ -1,5 +1,5 @@
1
1
  # Type Alias: AttestationComponentType
2
2
 
3
- > **AttestationComponentType**: *typeof* [`AttestationComponentType`](../variables/AttestationComponentType.md)\[keyof *typeof* [`AttestationComponentType`](../variables/AttestationComponentType.md)\]
3
+ > **AttestationComponentType** = *typeof* [`AttestationComponentType`](../variables/AttestationComponentType.md)\[keyof *typeof* [`AttestationComponentType`](../variables/AttestationComponentType.md)\]
4
4
 
5
5
  Attestation component types.
@@ -1,15 +1,17 @@
1
1
  # Type Alias: AttestationConnectorConfig
2
2
 
3
- > **AttestationConnectorConfig**: `object`
3
+ > **AttestationConnectorConfig** = `object`
4
4
 
5
5
  Attestation config connector types.
6
6
 
7
- ## Type declaration
7
+ ## Properties
8
8
 
9
9
  ### type
10
10
 
11
11
  > **type**: *typeof* [`Nft`](../variables/AttestationConnectorType.md#nft)
12
12
 
13
+ ***
14
+
13
15
  ### options?
14
16
 
15
17
  > `optional` **options**: `INftAttestationConnectorConstructorOptions`
@@ -1,5 +1,5 @@
1
1
  # Type Alias: AttestationConnectorType
2
2
 
3
- > **AttestationConnectorType**: *typeof* [`AttestationConnectorType`](../variables/AttestationConnectorType.md)\[keyof *typeof* [`AttestationConnectorType`](../variables/AttestationConnectorType.md)\]
3
+ > **AttestationConnectorType** = *typeof* [`AttestationConnectorType`](../variables/AttestationConnectorType.md)\[keyof *typeof* [`AttestationConnectorType`](../variables/AttestationConnectorType.md)\]
4
4
 
5
5
  Attestation connector types.
@@ -1,15 +1,17 @@
1
1
  # Type Alias: AuditableItemGraphComponentConfig
2
2
 
3
- > **AuditableItemGraphComponentConfig**: `object`
3
+ > **AuditableItemGraphComponentConfig** = `object`
4
4
 
5
5
  Auditable item graph component config types.
6
6
 
7
- ## Type declaration
7
+ ## Properties
8
8
 
9
9
  ### type
10
10
 
11
11
  > **type**: *typeof* [`Service`](../variables/AuditableItemGraphComponentType.md#service)
12
12
 
13
+ ***
14
+
13
15
  ### options?
14
16
 
15
17
  > `optional` **options**: `IAuditableItemGraphServiceConstructorOptions`
@@ -1,5 +1,5 @@
1
1
  # Type Alias: AuditableItemGraphComponentType
2
2
 
3
- > **AuditableItemGraphComponentType**: *typeof* [`AuditableItemGraphComponentType`](../variables/AuditableItemGraphComponentType.md)\[keyof *typeof* [`AuditableItemGraphComponentType`](../variables/AuditableItemGraphComponentType.md)\]
3
+ > **AuditableItemGraphComponentType** = *typeof* [`AuditableItemGraphComponentType`](../variables/AuditableItemGraphComponentType.md)\[keyof *typeof* [`AuditableItemGraphComponentType`](../variables/AuditableItemGraphComponentType.md)\]
4
4
 
5
5
  Auditable item graph component types.
@@ -1,15 +1,17 @@
1
1
  # Type Alias: AuditableItemStreamComponentConfig
2
2
 
3
- > **AuditableItemStreamComponentConfig**: `object`
3
+ > **AuditableItemStreamComponentConfig** = `object`
4
4
 
5
5
  Auditable item stream component config types.
6
6
 
7
- ## Type declaration
7
+ ## Properties
8
8
 
9
9
  ### type
10
10
 
11
11
  > **type**: *typeof* [`Service`](../variables/AuditableItemStreamComponentType.md#service)
12
12
 
13
+ ***
14
+
13
15
  ### options?
14
16
 
15
17
  > `optional` **options**: `IAuditableItemStreamServiceConstructorOptions`
@@ -1,5 +1,5 @@
1
1
  # Type Alias: AuditableItemStreamComponentType
2
2
 
3
- > **AuditableItemStreamComponentType**: *typeof* [`AuditableItemStreamComponentType`](../variables/AuditableItemStreamComponentType.md)\[keyof *typeof* [`AuditableItemStreamComponentType`](../variables/AuditableItemStreamComponentType.md)\]
3
+ > **AuditableItemStreamComponentType** = *typeof* [`AuditableItemStreamComponentType`](../variables/AuditableItemStreamComponentType.md)\[keyof *typeof* [`AuditableItemStreamComponentType`](../variables/AuditableItemStreamComponentType.md)\]
4
4
 
5
5
  Auditable item stream component types.
@@ -1,15 +1,17 @@
1
1
  # Type Alias: BackgroundTaskConnectorConfig
2
2
 
3
- > **BackgroundTaskConnectorConfig**: `object`
3
+ > **BackgroundTaskConnectorConfig** = `object`
4
4
 
5
5
  Background task connector config types.
6
6
 
7
- ## Type declaration
7
+ ## Properties
8
8
 
9
9
  ### type
10
10
 
11
11
  > **type**: *typeof* [`EntityStorage`](../variables/BackgroundTaskConnectorType.md#entitystorage)
12
12
 
13
+ ***
14
+
13
15
  ### options?
14
16
 
15
17
  > `optional` **options**: `IEntityStorageBackgroundTaskConnectorConstructorOptions`
@@ -1,5 +1,5 @@
1
1
  # Type Alias: BackgroundTaskConnectorType
2
2
 
3
- > **BackgroundTaskConnectorType**: *typeof* [`BackgroundTaskConnectorType`](../variables/BackgroundTaskConnectorType.md)\[keyof *typeof* [`BackgroundTaskConnectorType`](../variables/BackgroundTaskConnectorType.md)\]
3
+ > **BackgroundTaskConnectorType** = *typeof* [`BackgroundTaskConnectorType`](../variables/BackgroundTaskConnectorType.md)\[keyof *typeof* [`BackgroundTaskConnectorType`](../variables/BackgroundTaskConnectorType.md)\]
4
4
 
5
5
  Background task connector types.
@@ -1,15 +1,17 @@
1
1
  # Type Alias: BlobStorageComponentConfig
2
2
 
3
- > **BlobStorageComponentConfig**: `object`
3
+ > **BlobStorageComponentConfig** = `object`
4
4
 
5
5
  Blob storage component config types.
6
6
 
7
- ## Type declaration
7
+ ## Properties
8
8
 
9
9
  ### type
10
10
 
11
11
  > **type**: *typeof* [`Service`](../variables/BlobStorageComponentType.md#service)
12
12
 
13
+ ***
14
+
13
15
  ### options?
14
16
 
15
17
  > `optional` **options**: `IBlobStorageServiceConstructorOptions`
@@ -1,5 +1,5 @@
1
1
  # Type Alias: BlobStorageComponentType
2
2
 
3
- > **BlobStorageComponentType**: *typeof* [`BlobStorageComponentType`](../variables/BlobStorageComponentType.md)\[keyof *typeof* [`BlobStorageComponentType`](../variables/BlobStorageComponentType.md)\]
3
+ > **BlobStorageComponentType** = *typeof* [`BlobStorageComponentType`](../variables/BlobStorageComponentType.md)\[keyof *typeof* [`BlobStorageComponentType`](../variables/BlobStorageComponentType.md)\]
4
4
 
5
5
  Blob storage component types.
@@ -1,5 +1,5 @@
1
1
  # Type Alias: BlobStorageConnectorConfig
2
2
 
3
- > **BlobStorageConnectorConfig**: \{ `type`: *typeof* [`File`](../variables/BlobStorageConnectorType.md#file); `options`: `IFileBlobStorageConnectorConstructorOptions` & `object`; \} \| \{ `type`: *typeof* [`Memory`](../variables/BlobStorageConnectorType.md#memory); `options`: `never`; \} \| \{ `type`: *typeof* [`AwsS3`](../variables/BlobStorageConnectorType.md#awss3); `options`: `IS3BlobStorageConnectorConstructorOptions` & `object`; \} \| \{ `type`: *typeof* [`AzureStorage`](../variables/BlobStorageConnectorType.md#azurestorage); `options`: `IAzureBlobStorageConnectorConstructorOptions` & `object`; \} \| \{ `type`: *typeof* [`GcpStorage`](../variables/BlobStorageConnectorType.md#gcpstorage); `options`: `IGcpBlobStorageConnectorConstructorOptions` & `object`; \} \| \{ `type`: *typeof* [`Ipfs`](../variables/BlobStorageConnectorType.md#ipfs); `options`: `IIpfsBlobStorageConnectorConstructorOptions`; \}
3
+ > **BlobStorageConnectorConfig** = \{ `type`: *typeof* [`File`](../variables/BlobStorageConnectorType.md#file); `options`: `IFileBlobStorageConnectorConstructorOptions` & `object`; \} \| \{ `type`: *typeof* [`Memory`](../variables/BlobStorageConnectorType.md#memory); `options`: `never`; \} \| \{ `type`: *typeof* [`AwsS3`](../variables/BlobStorageConnectorType.md#awss3); `options`: `IS3BlobStorageConnectorConstructorOptions` & `object`; \} \| \{ `type`: *typeof* [`AzureStorage`](../variables/BlobStorageConnectorType.md#azurestorage); `options`: `IAzureBlobStorageConnectorConstructorOptions` & `object`; \} \| \{ `type`: *typeof* [`GcpStorage`](../variables/BlobStorageConnectorType.md#gcpstorage); `options`: `IGcpBlobStorageConnectorConstructorOptions` & `object`; \} \| \{ `type`: *typeof* [`Ipfs`](../variables/BlobStorageConnectorType.md#ipfs); `options`: `IIpfsBlobStorageConnectorConstructorOptions`; \}
4
4
 
5
5
  Blob storage connector config types.
@@ -1,5 +1,5 @@
1
1
  # Type Alias: BlobStorageConnectorType
2
2
 
3
- > **BlobStorageConnectorType**: *typeof* [`BlobStorageConnectorType`](../variables/BlobStorageConnectorType.md)\[keyof *typeof* [`BlobStorageConnectorType`](../variables/BlobStorageConnectorType.md)\]
3
+ > **BlobStorageConnectorType** = *typeof* [`BlobStorageConnectorType`](../variables/BlobStorageConnectorType.md)\[keyof *typeof* [`BlobStorageConnectorType`](../variables/BlobStorageConnectorType.md)\]
4
4
 
5
5
  Blob storage connector types.
@@ -1,5 +1,5 @@
1
1
  # Type Alias: DataConverterConnectorConfig
2
2
 
3
- > **DataConverterConnectorConfig**: \{ `type`: *typeof* [`Json`](../variables/DataConverterConnectorType.md#json); `options`: `never`; \} \| \{ `type`: *typeof* [`Xml`](../variables/DataConverterConnectorType.md#xml); `options`: `never`; \}
3
+ > **DataConverterConnectorConfig** = \{ `type`: *typeof* [`Json`](../variables/DataConverterConnectorType.md#json); `options`: `never`; \} \| \{ `type`: *typeof* [`Xml`](../variables/DataConverterConnectorType.md#xml); `options`: `never`; \}
4
4
 
5
5
  Data converter connector config types.
@@ -1,5 +1,5 @@
1
1
  # Type Alias: DataConverterConnectorType
2
2
 
3
- > **DataConverterConnectorType**: *typeof* [`DataConverterConnectorType`](../variables/DataConverterConnectorType.md)\[keyof *typeof* [`DataConverterConnectorType`](../variables/DataConverterConnectorType.md)\]
3
+ > **DataConverterConnectorType** = *typeof* [`DataConverterConnectorType`](../variables/DataConverterConnectorType.md)\[keyof *typeof* [`DataConverterConnectorType`](../variables/DataConverterConnectorType.md)\]
4
4
 
5
5
  Data converter connector types.
@@ -1,15 +1,17 @@
1
1
  # Type Alias: DataExtractorConnectorConfig
2
2
 
3
- > **DataExtractorConnectorConfig**: `object`
3
+ > **DataExtractorConnectorConfig** = `object`
4
4
 
5
5
  Data extractor connector config types.
6
6
 
7
- ## Type declaration
7
+ ## Properties
8
8
 
9
9
  ### type
10
10
 
11
11
  > **type**: *typeof* [`JsonPath`](../variables/DataExtractorConnectorType.md#jsonpath)
12
12
 
13
+ ***
14
+
13
15
  ### options?
14
16
 
15
17
  > `optional` **options**: `never`
@@ -1,5 +1,5 @@
1
1
  # Type Alias: DataExtractorConnectorType
2
2
 
3
- > **DataExtractorConnectorType**: *typeof* [`DataExtractorConnectorType`](../variables/DataExtractorConnectorType.md)\[keyof *typeof* [`DataExtractorConnectorType`](../variables/DataExtractorConnectorType.md)\]
3
+ > **DataExtractorConnectorType** = *typeof* [`DataExtractorConnectorType`](../variables/DataExtractorConnectorType.md)\[keyof *typeof* [`DataExtractorConnectorType`](../variables/DataExtractorConnectorType.md)\]
4
4
 
5
5
  Data extractor connector types.