@twin.org/engine-models 0.0.1-next.9 → 0.0.1

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 (180) hide show
  1. package/dist/cjs/index.cjs +0 -528
  2. package/dist/esm/index.mjs +1 -499
  3. package/dist/types/factories/engineCoreFactory.d.ts +1 -1
  4. package/dist/types/index.d.ts +1 -63
  5. package/dist/types/models/IEngineCore.d.ts +19 -8
  6. package/dist/types/models/IEngineCoreClone.d.ts +36 -0
  7. package/dist/types/models/IEngineCoreContext.d.ts +2 -2
  8. package/dist/types/models/IEngineServer.d.ts +8 -8
  9. package/dist/types/models/IEngineState.d.ts +6 -2
  10. package/dist/types/models/config/IEngineCoreConfig.d.ts +4 -123
  11. package/docs/changelog.md +136 -1
  12. package/docs/reference/index.md +1 -93
  13. package/docs/reference/interfaces/IEngineCore.md +76 -18
  14. package/docs/reference/interfaces/IEngineCoreClone.md +73 -0
  15. package/docs/reference/interfaces/IEngineCoreConfig.md +5 -193
  16. package/docs/reference/interfaces/IEngineCoreContext.md +18 -4
  17. package/docs/reference/interfaces/IEngineCoreTypeBaseConfig.md +3 -1
  18. package/docs/reference/interfaces/IEngineServer.md +37 -13
  19. package/docs/reference/interfaces/IEngineState.md +7 -3
  20. package/docs/reference/interfaces/IEngineStateStorage.md +12 -4
  21. package/docs/reference/type-aliases/EngineTypeInitialiser.md +16 -6
  22. package/docs/reference/type-aliases/IEngineCoreTypeConfig.md +4 -2
  23. package/docs/reference/variables/EngineCoreFactory.md +1 -1
  24. package/package.json +4 -67
  25. package/dist/types/models/config/IEngineServerConfig.d.ts +0 -36
  26. package/dist/types/models/config/typeConfig/attestationComponentConfig.d.ts +0 -12
  27. package/dist/types/models/config/typeConfig/attestationConnectorConfig.d.ts +0 -21
  28. package/dist/types/models/config/typeConfig/auditableItemGraphComponentConfig.d.ts +0 -14
  29. package/dist/types/models/config/typeConfig/auditableItemStreamComponentConfig.d.ts +0 -14
  30. package/dist/types/models/config/typeConfig/authenticationComponentConfig.d.ts +0 -13
  31. package/dist/types/models/config/typeConfig/backgroundTaskConnectorConfig.d.ts +0 -13
  32. package/dist/types/models/config/typeConfig/blobStorageComponentConfig.d.ts +0 -13
  33. package/dist/types/models/config/typeConfig/blobStorageConnectorConfig.d.ts +0 -42
  34. package/dist/types/models/config/typeConfig/dltConfig.d.ts +0 -11
  35. package/dist/types/models/config/typeConfig/entityStorageComponentConfig.d.ts +0 -12
  36. package/dist/types/models/config/typeConfig/entityStorageConnectorConfig.d.ts +0 -46
  37. package/dist/types/models/config/typeConfig/faucetConnectorConfig.d.ts +0 -18
  38. package/dist/types/models/config/typeConfig/identityComponentConfig.d.ts +0 -11
  39. package/dist/types/models/config/typeConfig/identityConnectorConfig.d.ts +0 -18
  40. package/dist/types/models/config/typeConfig/identityProfileComponentConfig.d.ts +0 -10
  41. package/dist/types/models/config/typeConfig/identityProfileConnectorConfig.d.ts +0 -10
  42. package/dist/types/models/config/typeConfig/immutableProofComponentConfig.d.ts +0 -16
  43. package/dist/types/models/config/typeConfig/immutableStorageConnectorConfig.d.ts +0 -17
  44. package/dist/types/models/config/typeConfig/informationComponentConfig.d.ts +0 -11
  45. package/dist/types/models/config/typeConfig/loggingComponentConfig.d.ts +0 -10
  46. package/dist/types/models/config/typeConfig/loggingConnectorConfig.d.ts +0 -25
  47. package/dist/types/models/config/typeConfig/mimeTypeProcessorConfig.d.ts +0 -8
  48. package/dist/types/models/config/typeConfig/nftComponentConfig.d.ts +0 -11
  49. package/dist/types/models/config/typeConfig/nftConnectorConfig.d.ts +0 -17
  50. package/dist/types/models/config/typeConfig/restRouteProcessorConfig.d.ts +0 -32
  51. package/dist/types/models/config/typeConfig/socketRouteProcessorConfig.d.ts +0 -32
  52. package/dist/types/models/config/typeConfig/telemetryComponentConfig.d.ts +0 -10
  53. package/dist/types/models/config/typeConfig/telemetryConnectorConfig.d.ts +0 -12
  54. package/dist/types/models/config/typeConfig/vaultConnectorConfig.d.ts +0 -17
  55. package/dist/types/models/config/typeConfig/walletConnectorConfig.d.ts +0 -22
  56. package/dist/types/models/restRouteGenerator.d.ts +0 -5
  57. package/dist/types/models/socketRouteGenerator.d.ts +0 -5
  58. package/dist/types/models/types/attestationComponentType.d.ts +0 -13
  59. package/dist/types/models/types/attestationConnectorType.d.ts +0 -17
  60. package/dist/types/models/types/auditableItemGraphComponentType.d.ts +0 -13
  61. package/dist/types/models/types/auditableItemStreamComponentType.d.ts +0 -13
  62. package/dist/types/models/types/authenticationComponentType.d.ts +0 -13
  63. package/dist/types/models/types/backgroundTaskConnectorType.d.ts +0 -13
  64. package/dist/types/models/types/blobStorageComponentType.d.ts +0 -13
  65. package/dist/types/models/types/blobStorageConnectorType.d.ts +0 -33
  66. package/dist/types/models/types/dltConfigType.d.ts +0 -13
  67. package/dist/types/models/types/entityStorageComponentType.d.ts +0 -13
  68. package/dist/types/models/types/entityStorageConnectorType.d.ts +0 -33
  69. package/dist/types/models/types/faucetConnectorType.d.ts +0 -17
  70. package/dist/types/models/types/identityComponentType.d.ts +0 -13
  71. package/dist/types/models/types/identityConnectorType.d.ts +0 -17
  72. package/dist/types/models/types/identityProfileComponentType.d.ts +0 -13
  73. package/dist/types/models/types/identityProfileConnectorType.d.ts +0 -13
  74. package/dist/types/models/types/immutableProofComponentType.d.ts +0 -13
  75. package/dist/types/models/types/immutableStorageConnectorType.d.ts +0 -17
  76. package/dist/types/models/types/informationComponentType.d.ts +0 -13
  77. package/dist/types/models/types/loggingComponentType.d.ts +0 -13
  78. package/dist/types/models/types/loggingConnectorType.d.ts +0 -21
  79. package/dist/types/models/types/mimeTypeProcessorType.d.ts +0 -13
  80. package/dist/types/models/types/nftComponentType.d.ts +0 -13
  81. package/dist/types/models/types/nftConnectorType.d.ts +0 -17
  82. package/dist/types/models/types/restRouteProcessorType.d.ts +0 -29
  83. package/dist/types/models/types/socketRouteProcessorType.d.ts +0 -29
  84. package/dist/types/models/types/telemetryComponentType.d.ts +0 -13
  85. package/dist/types/models/types/telemetryConnectorType.d.ts +0 -13
  86. package/dist/types/models/types/vaultConnectorType.d.ts +0 -17
  87. package/dist/types/models/types/walletConnectorType.d.ts +0 -17
  88. package/docs/reference/interfaces/IEngineServerConfig.md +0 -51
  89. package/docs/reference/type-aliases/AttestationComponentConfig.md +0 -23
  90. package/docs/reference/type-aliases/AttestationComponentType.md +0 -5
  91. package/docs/reference/type-aliases/AttestationConnectorConfig.md +0 -5
  92. package/docs/reference/type-aliases/AttestationConnectorType.md +0 -5
  93. package/docs/reference/type-aliases/AuditableItemGraphComponentConfig.md +0 -31
  94. package/docs/reference/type-aliases/AuditableItemGraphComponentType.md +0 -5
  95. package/docs/reference/type-aliases/AuditableItemStreamComponentConfig.md +0 -31
  96. package/docs/reference/type-aliases/AuditableItemStreamComponentType.md +0 -5
  97. package/docs/reference/type-aliases/AuthenticationComponentConfig.md +0 -27
  98. package/docs/reference/type-aliases/AuthenticationComponentType.md +0 -5
  99. package/docs/reference/type-aliases/BackgroundTaskConnectorConfig.md +0 -27
  100. package/docs/reference/type-aliases/BackgroundTaskConnectorType.md +0 -5
  101. package/docs/reference/type-aliases/BlobStorageComponentConfig.md +0 -27
  102. package/docs/reference/type-aliases/BlobStorageComponentType.md +0 -5
  103. package/docs/reference/type-aliases/BlobStorageConnectorConfig.md +0 -5
  104. package/docs/reference/type-aliases/BlobStorageConnectorType.md +0 -5
  105. package/docs/reference/type-aliases/DltConfig.md +0 -19
  106. package/docs/reference/type-aliases/DltConfigType.md +0 -5
  107. package/docs/reference/type-aliases/EntityStorageComponentConfig.md +0 -23
  108. package/docs/reference/type-aliases/EntityStorageComponentType.md +0 -5
  109. package/docs/reference/type-aliases/EntityStorageConnectorConfig.md +0 -5
  110. package/docs/reference/type-aliases/EntityStorageConnectorType.md +0 -5
  111. package/docs/reference/type-aliases/FaucetConnectorConfig.md +0 -5
  112. package/docs/reference/type-aliases/FaucetConnectorType.md +0 -5
  113. package/docs/reference/type-aliases/IImmutableProofComponentType.md +0 -5
  114. package/docs/reference/type-aliases/IdentityComponentConfig.md +0 -19
  115. package/docs/reference/type-aliases/IdentityComponentType.md +0 -5
  116. package/docs/reference/type-aliases/IdentityConnectorConfig.md +0 -5
  117. package/docs/reference/type-aliases/IdentityConnectorType.md +0 -5
  118. package/docs/reference/type-aliases/IdentityProfileComponentConfig.md +0 -19
  119. package/docs/reference/type-aliases/IdentityProfileComponentType.md +0 -5
  120. package/docs/reference/type-aliases/IdentityProfileConnectorConfig.md +0 -19
  121. package/docs/reference/type-aliases/IdentityProfileConnectorType.md +0 -5
  122. package/docs/reference/type-aliases/ImmutableProofComponentConfig.md +0 -39
  123. package/docs/reference/type-aliases/ImmutableStorageConnectorConfig.md +0 -5
  124. package/docs/reference/type-aliases/ImmutableStorageConnectorType.md +0 -5
  125. package/docs/reference/type-aliases/InformationComponentConfig.md +0 -19
  126. package/docs/reference/type-aliases/InformationComponentType.md +0 -5
  127. package/docs/reference/type-aliases/LoggingComponentConfig.md +0 -19
  128. package/docs/reference/type-aliases/LoggingComponentType.md +0 -5
  129. package/docs/reference/type-aliases/LoggingConnectorConfig.md +0 -5
  130. package/docs/reference/type-aliases/LoggingConnectorType.md +0 -5
  131. package/docs/reference/type-aliases/MimeTypeProcessorConfig.md +0 -15
  132. package/docs/reference/type-aliases/MimeTypeProcessorType.md +0 -5
  133. package/docs/reference/type-aliases/NftComponentConfig.md +0 -19
  134. package/docs/reference/type-aliases/NftComponentType.md +0 -5
  135. package/docs/reference/type-aliases/NftConnectorConfig.md +0 -5
  136. package/docs/reference/type-aliases/NftConnectorType.md +0 -5
  137. package/docs/reference/type-aliases/RestRouteGenerator.md +0 -15
  138. package/docs/reference/type-aliases/RestRouteProcessorConfig.md +0 -5
  139. package/docs/reference/type-aliases/RestRouteProcessorType.md +0 -5
  140. package/docs/reference/type-aliases/SocketRouteGenerator.md +0 -15
  141. package/docs/reference/type-aliases/SocketRouteProcessorConfig.md +0 -5
  142. package/docs/reference/type-aliases/SocketRouteProcessorType.md +0 -5
  143. package/docs/reference/type-aliases/TelemetryComponentConfig.md +0 -19
  144. package/docs/reference/type-aliases/TelemetryComponentType.md +0 -5
  145. package/docs/reference/type-aliases/TelemetryConnectorConfig.md +0 -27
  146. package/docs/reference/type-aliases/TelemetryConnectorType.md +0 -5
  147. package/docs/reference/type-aliases/VaultConnectorConfig.md +0 -5
  148. package/docs/reference/type-aliases/VaultConnectorType.md +0 -5
  149. package/docs/reference/type-aliases/WalletConnectorConfig.md +0 -5
  150. package/docs/reference/type-aliases/WalletConnectorType.md +0 -5
  151. package/docs/reference/variables/AttestationComponentType.md +0 -13
  152. package/docs/reference/variables/AttestationConnectorType.md +0 -19
  153. package/docs/reference/variables/AuditableItemGraphComponentType.md +0 -13
  154. package/docs/reference/variables/AuditableItemStreamComponentType.md +0 -13
  155. package/docs/reference/variables/AuthenticationComponentType.md +0 -13
  156. package/docs/reference/variables/BackgroundTaskConnectorType.md +0 -13
  157. package/docs/reference/variables/BlobStorageComponentType.md +0 -13
  158. package/docs/reference/variables/BlobStorageConnectorType.md +0 -43
  159. package/docs/reference/variables/DltConfigType.md +0 -13
  160. package/docs/reference/variables/EntityStorageComponentType.md +0 -13
  161. package/docs/reference/variables/EntityStorageConnectorType.md +0 -43
  162. package/docs/reference/variables/FaucetConnectorType.md +0 -19
  163. package/docs/reference/variables/IdentityComponentType.md +0 -13
  164. package/docs/reference/variables/IdentityConnectorType.md +0 -19
  165. package/docs/reference/variables/IdentityProfileComponentType.md +0 -13
  166. package/docs/reference/variables/IdentityProfileConnectorType.md +0 -13
  167. package/docs/reference/variables/ImmutableProofComponentType.md +0 -13
  168. package/docs/reference/variables/ImmutableStorageConnectorType.md +0 -19
  169. package/docs/reference/variables/InformationComponentType.md +0 -13
  170. package/docs/reference/variables/LoggingComponentType.md +0 -13
  171. package/docs/reference/variables/LoggingConnectorType.md +0 -25
  172. package/docs/reference/variables/MimeTypeProcessorType.md +0 -13
  173. package/docs/reference/variables/NftComponentType.md +0 -13
  174. package/docs/reference/variables/NftConnectorType.md +0 -19
  175. package/docs/reference/variables/RestRouteProcessorType.md +0 -37
  176. package/docs/reference/variables/SocketRouteProcessorType.md +0 -37
  177. package/docs/reference/variables/TelemetryComponentType.md +0 -13
  178. package/docs/reference/variables/TelemetryConnectorType.md +0 -13
  179. package/docs/reference/variables/VaultConnectorType.md +0 -19
  180. package/docs/reference/variables/WalletConnectorType.md +0 -19
@@ -1,5 +0,0 @@
1
- # Type Alias: BackgroundTaskConnectorType
2
-
3
- > **BackgroundTaskConnectorType**: *typeof* [`BackgroundTaskConnectorType`](../variables/BackgroundTaskConnectorType.md)\[keyof *typeof* [`BackgroundTaskConnectorType`](../variables/BackgroundTaskConnectorType.md)\]
4
-
5
- Background task connector types.
@@ -1,27 +0,0 @@
1
- # Type Alias: BlobStorageComponentConfig
2
-
3
- > **BlobStorageComponentConfig**: `object`
4
-
5
- Blob storage component config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `BlobStorageComponentType.Service`
12
-
13
- ### options?
14
-
15
- > `optional` **options**: `object`
16
-
17
- ### options.entryEntityStorageType?
18
-
19
- > `optional` **entryEntityStorageType**: `string`
20
-
21
- ### options.vaultConnectorType?
22
-
23
- > `optional` **vaultConnectorType**: `string`
24
-
25
- ### options.config?
26
-
27
- > `optional` **config**: `IBlobStorageServiceConfig`
@@ -1,5 +0,0 @@
1
- # Type Alias: BlobStorageComponentType
2
-
3
- > **BlobStorageComponentType**: *typeof* [`BlobStorageComponentType`](../variables/BlobStorageComponentType.md)\[keyof *typeof* [`BlobStorageComponentType`](../variables/BlobStorageComponentType.md)\]
4
-
5
- Blob storage component types.
@@ -1,5 +0,0 @@
1
- # Type Alias: BlobStorageConnectorConfig
2
-
3
- > **BlobStorageConnectorConfig**: `object` \| `object` \| `object` \| `object` \| `object` \| `object`
4
-
5
- Blob storage connector config types.
@@ -1,5 +0,0 @@
1
- # Type Alias: BlobStorageConnectorType
2
-
3
- > **BlobStorageConnectorType**: *typeof* [`BlobStorageConnectorType`](../variables/BlobStorageConnectorType.md)\[keyof *typeof* [`BlobStorageConnectorType`](../variables/BlobStorageConnectorType.md)\]
4
-
5
- Blob storage connector types.
@@ -1,19 +0,0 @@
1
- # Type Alias: DltConfig
2
-
3
- > **DltConfig**: `object`
4
-
5
- DLT config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `DltConfigType.Iota`
12
-
13
- ### options?
14
-
15
- > `optional` **options**: `object`
16
-
17
- ### options.config?
18
-
19
- > `optional` **config**: `IIotaConfig`
@@ -1,5 +0,0 @@
1
- # Type Alias: DltConfigType
2
-
3
- > **DltConfigType**: *typeof* [`DltConfigType`](../variables/DltConfigType.md)\[keyof *typeof* [`DltConfigType`](../variables/DltConfigType.md)\]
4
-
5
- DLT config types.
@@ -1,23 +0,0 @@
1
- # Type Alias: EntityStorageComponentConfig
2
-
3
- > **EntityStorageComponentConfig**: `object`
4
-
5
- Entity storage component config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `EntityStorageComponentType.Service`
12
-
13
- ### options
14
-
15
- > **options**: `object`
16
-
17
- ### options.entityStorageType
18
-
19
- > **entityStorageType**: `string`
20
-
21
- ### options.config?
22
-
23
- > `optional` **config**: `IEntityStorageConfig`
@@ -1,5 +0,0 @@
1
- # Type Alias: EntityStorageComponentType
2
-
3
- > **EntityStorageComponentType**: *typeof* [`EntityStorageComponentType`](../variables/EntityStorageComponentType.md)\[keyof *typeof* [`EntityStorageComponentType`](../variables/EntityStorageComponentType.md)\]
4
-
5
- Entity storage component types.
@@ -1,5 +0,0 @@
1
- # Type Alias: EntityStorageConnectorConfig
2
-
3
- > **EntityStorageConnectorConfig**: `object` \| `object` \| `object` \| `object` \| `object` \| `object`
4
-
5
- Entity storage connector config types.
@@ -1,5 +0,0 @@
1
- # Type Alias: EntityStorageConnectorType
2
-
3
- > **EntityStorageConnectorType**: *typeof* [`EntityStorageConnectorType`](../variables/EntityStorageConnectorType.md)\[keyof *typeof* [`EntityStorageConnectorType`](../variables/EntityStorageConnectorType.md)\]
4
-
5
- Entity storage connector types.
@@ -1,5 +0,0 @@
1
- # Type Alias: FaucetConnectorConfig
2
-
3
- > **FaucetConnectorConfig**: `object` \| `object`
4
-
5
- Faucet config types.
@@ -1,5 +0,0 @@
1
- # Type Alias: FaucetConnectorType
2
-
3
- > **FaucetConnectorType**: *typeof* [`FaucetConnectorType`](../variables/FaucetConnectorType.md)\[keyof *typeof* [`FaucetConnectorType`](../variables/FaucetConnectorType.md)\]
4
-
5
- Faucet connector types.
@@ -1,5 +0,0 @@
1
- # Type Alias: IImmutableProofComponentType
2
-
3
- > **IImmutableProofComponentType**: *typeof* [`ImmutableProofComponentType`](../variables/ImmutableProofComponentType.md)\[keyof *typeof* [`ImmutableProofComponentType`](../variables/ImmutableProofComponentType.md)\]
4
-
5
- Immutable proof component types.
@@ -1,19 +0,0 @@
1
- # Type Alias: IdentityComponentConfig
2
-
3
- > **IdentityComponentConfig**: `object`
4
-
5
- Identity component config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `IdentityComponentType.Service`
12
-
13
- ### options?
14
-
15
- > `optional` **options**: `object`
16
-
17
- ### options.config?
18
-
19
- > `optional` **config**: `IIdentityServiceConfig`
@@ -1,5 +0,0 @@
1
- # Type Alias: IdentityComponentType
2
-
3
- > **IdentityComponentType**: *typeof* [`IdentityComponentType`](../variables/IdentityComponentType.md)\[keyof *typeof* [`IdentityComponentType`](../variables/IdentityComponentType.md)\]
4
-
5
- Identity component types.
@@ -1,5 +0,0 @@
1
- # Type Alias: IdentityConnectorConfig
2
-
3
- > **IdentityConnectorConfig**: `object` \| `object`
4
-
5
- Identity config connector types.
@@ -1,5 +0,0 @@
1
- # Type Alias: IdentityConnectorType
2
-
3
- > **IdentityConnectorType**: *typeof* [`IdentityConnectorType`](../variables/IdentityConnectorType.md)\[keyof *typeof* [`IdentityConnectorType`](../variables/IdentityConnectorType.md)\]
4
-
5
- Identity connector types.
@@ -1,19 +0,0 @@
1
- # Type Alias: IdentityProfileComponentConfig
2
-
3
- > **IdentityProfileComponentConfig**: `object`
4
-
5
- Identity profile component config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `IdentityComponentType.Service`
12
-
13
- ### options?
14
-
15
- > `optional` **options**: `object`
16
-
17
- ### options.profileEntityConnectorType?
18
-
19
- > `optional` **profileEntityConnectorType**: `string`
@@ -1,5 +0,0 @@
1
- # Type Alias: IdentityProfileComponentType
2
-
3
- > **IdentityProfileComponentType**: *typeof* [`IdentityProfileComponentType`](../variables/IdentityProfileComponentType.md)\[keyof *typeof* [`IdentityProfileComponentType`](../variables/IdentityProfileComponentType.md)\]
4
-
5
- Identity profile component types.
@@ -1,19 +0,0 @@
1
- # Type Alias: IdentityProfileConnectorConfig
2
-
3
- > **IdentityProfileConnectorConfig**: `object`
4
-
5
- Identity profile connector config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `IdentityProfileConnectorType.EntityStorage`
12
-
13
- ### options?
14
-
15
- > `optional` **options**: `object`
16
-
17
- ### options.profileEntityStorageType?
18
-
19
- > `optional` **profileEntityStorageType**: `string`
@@ -1,5 +0,0 @@
1
- # Type Alias: IdentityProfileConnectorType
2
-
3
- > **IdentityProfileConnectorType**: *typeof* [`IdentityProfileConnectorType`](../variables/IdentityProfileConnectorType.md)\[keyof *typeof* [`IdentityProfileConnectorType`](../variables/IdentityProfileConnectorType.md)\]
4
-
5
- Identity profile connector types.
@@ -1,39 +0,0 @@
1
- # Type Alias: ImmutableProofComponentConfig
2
-
3
- > **ImmutableProofComponentConfig**: `object`
4
-
5
- Immutable proof component config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `ImmutableProofComponentType.Service`
12
-
13
- ### options?
14
-
15
- > `optional` **options**: `object`
16
-
17
- ### options.vaultConnectorType?
18
-
19
- > `optional` **vaultConnectorType**: `string`
20
-
21
- ### options.immutableProofEntityStorageType?
22
-
23
- > `optional` **immutableProofEntityStorageType**: `string`
24
-
25
- ### options.immutableStorageType?
26
-
27
- > `optional` **immutableStorageType**: `string`
28
-
29
- ### options.identityConnectorType?
30
-
31
- > `optional` **identityConnectorType**: `string`
32
-
33
- ### options.backgroundTaskConnectorType?
34
-
35
- > `optional` **backgroundTaskConnectorType**: `string`
36
-
37
- ### options.config?
38
-
39
- > `optional` **config**: `IImmutableProofServiceConfig`
@@ -1,5 +0,0 @@
1
- # Type Alias: ImmutableStorageConnectorConfig
2
-
3
- > **ImmutableStorageConnectorConfig**: `object` \| `object`
4
-
5
- Immutable storage connector config types.
@@ -1,5 +0,0 @@
1
- # Type Alias: ImmutableStorageConnectorType
2
-
3
- > **ImmutableStorageConnectorType**: *typeof* [`ImmutableStorageConnectorType`](../variables/ImmutableStorageConnectorType.md)\[keyof *typeof* [`ImmutableStorageConnectorType`](../variables/ImmutableStorageConnectorType.md)\]
4
-
5
- Immutable storage connector types.
@@ -1,19 +0,0 @@
1
- # Type Alias: InformationComponentConfig
2
-
3
- > **InformationComponentConfig**: `object`
4
-
5
- Information component config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `InformationComponentType.Service`
12
-
13
- ### options
14
-
15
- > **options**: `object`
16
-
17
- ### options.config
18
-
19
- > **config**: `IInformationServiceConfig`
@@ -1,5 +0,0 @@
1
- # Type Alias: InformationComponentType
2
-
3
- > **InformationComponentType**: *typeof* [`InformationComponentType`](../variables/InformationComponentType.md)\[keyof *typeof* [`InformationComponentType`](../variables/InformationComponentType.md)\]
4
-
5
- Information component types.
@@ -1,19 +0,0 @@
1
- # Type Alias: LoggingComponentConfig
2
-
3
- > **LoggingComponentConfig**: `object`
4
-
5
- Logging component config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `LoggingComponentType.Service`
12
-
13
- ### options?
14
-
15
- > `optional` **options**: `object`
16
-
17
- ### options.loggingConnectorType?
18
-
19
- > `optional` **loggingConnectorType**: `string`
@@ -1,5 +0,0 @@
1
- # Type Alias: LoggingComponentType
2
-
3
- > **LoggingComponentType**: *typeof* [`LoggingComponentType`](../variables/LoggingComponentType.md)\[keyof *typeof* [`LoggingComponentType`](../variables/LoggingComponentType.md)\]
4
-
5
- Logging component types.
@@ -1,5 +0,0 @@
1
- # Type Alias: LoggingConnectorConfig
2
-
3
- > **LoggingConnectorConfig**: `object` \| `object` \| `object`
4
-
5
- Logging config connector types.
@@ -1,5 +0,0 @@
1
- # Type Alias: LoggingConnectorType
2
-
3
- > **LoggingConnectorType**: *typeof* [`LoggingConnectorType`](../variables/LoggingConnectorType.md)\[keyof *typeof* [`LoggingConnectorType`](../variables/LoggingConnectorType.md)\]
4
-
5
- Logging connector types.
@@ -1,15 +0,0 @@
1
- # Type Alias: MimeTypeProcessorConfig
2
-
3
- > **MimeTypeProcessorConfig**: `object`
4
-
5
- Mime type processor config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `MimeTypeProcessorType.Jwt`
12
-
13
- ### options?
14
-
15
- > `optional` **options**: `never`
@@ -1,5 +0,0 @@
1
- # Type Alias: MimeTypeProcessorType
2
-
3
- > **MimeTypeProcessorType**: *typeof* [`MimeTypeProcessorType`](../variables/MimeTypeProcessorType.md)\[keyof *typeof* [`MimeTypeProcessorType`](../variables/MimeTypeProcessorType.md)\]
4
-
5
- Mime type processor types.
@@ -1,19 +0,0 @@
1
- # Type Alias: NftComponentConfig
2
-
3
- > **NftComponentConfig**: `object`
4
-
5
- NFT component config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `NftComponentType.Service`
12
-
13
- ### options?
14
-
15
- > `optional` **options**: `object`
16
-
17
- ### options.config?
18
-
19
- > `optional` **config**: `INftServiceConfig`
@@ -1,5 +0,0 @@
1
- # Type Alias: NftComponentType
2
-
3
- > **NftComponentType**: *typeof* [`NftComponentType`](../variables/NftComponentType.md)\[keyof *typeof* [`NftComponentType`](../variables/NftComponentType.md)\]
4
-
5
- NFT component types.
@@ -1,5 +0,0 @@
1
- # Type Alias: NftConnectorConfig
2
-
3
- > **NftConnectorConfig**: `object` \| `object`
4
-
5
- NFT connector config types.
@@ -1,5 +0,0 @@
1
- # Type Alias: NftConnectorType
2
-
3
- > **NftConnectorType**: *typeof* [`NftConnectorType`](../variables/NftConnectorType.md)\[keyof *typeof* [`NftConnectorType`](../variables/NftConnectorType.md)\]
4
-
5
- NFT connector types.
@@ -1,15 +0,0 @@
1
- # Type Alias: RestRouteGenerator()
2
-
3
- > **RestRouteGenerator**: (`baseRouteName`, `componentName`) => `IRestRoute`[]
4
-
5
- Method definition for the REST route creation.
6
-
7
- ## Parameters
8
-
9
- • **baseRouteName**: `string`
10
-
11
- • **componentName**: `string`
12
-
13
- ## Returns
14
-
15
- `IRestRoute`[]
@@ -1,5 +0,0 @@
1
- # Type Alias: RestRouteProcessorConfig
2
-
3
- > **RestRouteProcessorConfig**: `object` \| `object` \| `object` \| `object` \| `object`
4
-
5
- REST route processor config types.
@@ -1,5 +0,0 @@
1
- # Type Alias: RestRouteProcessorType
2
-
3
- > **RestRouteProcessorType**: *typeof* [`RestRouteProcessorType`](../variables/RestRouteProcessorType.md)\[keyof *typeof* [`RestRouteProcessorType`](../variables/RestRouteProcessorType.md)\]
4
-
5
- REST route processor types.
@@ -1,15 +0,0 @@
1
- # Type Alias: SocketRouteGenerator()
2
-
3
- > **SocketRouteGenerator**: (`baseRouteName`, `componentName`) => `ISocketRoute`[]
4
-
5
- Method definition for the socket route creation.
6
-
7
- ## Parameters
8
-
9
- • **baseRouteName**: `string`
10
-
11
- • **componentName**: `string`
12
-
13
- ## Returns
14
-
15
- `ISocketRoute`[]
@@ -1,5 +0,0 @@
1
- # Type Alias: SocketRouteProcessorConfig
2
-
3
- > **SocketRouteProcessorConfig**: `object` \| `object` \| `object` \| `object` \| `object`
4
-
5
- Socket route processor config types.
@@ -1,5 +0,0 @@
1
- # Type Alias: SocketRouteProcessorType
2
-
3
- > **SocketRouteProcessorType**: *typeof* [`SocketRouteProcessorType`](../variables/SocketRouteProcessorType.md)\[keyof *typeof* [`SocketRouteProcessorType`](../variables/SocketRouteProcessorType.md)\]
4
-
5
- Socket route processor types.
@@ -1,19 +0,0 @@
1
- # Type Alias: TelemetryComponentConfig
2
-
3
- > **TelemetryComponentConfig**: `object`
4
-
5
- Telemetry component config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `TelemetryComponentType.Service`
12
-
13
- ### options?
14
-
15
- > `optional` **options**: `object`
16
-
17
- ### options.telemetryConnectorType?
18
-
19
- > `optional` **telemetryConnectorType**: `string`
@@ -1,5 +0,0 @@
1
- # Type Alias: TelemetryComponentType
2
-
3
- > **TelemetryComponentType**: *typeof* [`TelemetryComponentType`](../variables/TelemetryComponentType.md)\[keyof *typeof* [`TelemetryComponentType`](../variables/TelemetryComponentType.md)\]
4
-
5
- Telemetry component types.
@@ -1,27 +0,0 @@
1
- # Type Alias: TelemetryConnectorConfig
2
-
3
- > **TelemetryConnectorConfig**: `object`
4
-
5
- Telemetry connector config types.
6
-
7
- ## Type declaration
8
-
9
- ### type
10
-
11
- > **type**: *typeof* `TelemetryConnectorType.EntityStorage`
12
-
13
- ### options?
14
-
15
- > `optional` **options**: `object`
16
-
17
- ### options.telemetryMetricStorageConnectorType?
18
-
19
- > `optional` **telemetryMetricStorageConnectorType**: `string`
20
-
21
- ### options.telemetryMetricValueStorageConnectorType?
22
-
23
- > `optional` **telemetryMetricValueStorageConnectorType**: `string`
24
-
25
- ### options.loggingConnectorType?
26
-
27
- > `optional` **loggingConnectorType**: `string`
@@ -1,5 +0,0 @@
1
- # Type Alias: TelemetryConnectorType
2
-
3
- > **TelemetryConnectorType**: *typeof* [`TelemetryConnectorType`](../variables/TelemetryConnectorType.md)\[keyof *typeof* [`TelemetryConnectorType`](../variables/TelemetryConnectorType.md)\]
4
-
5
- Telemetry connector types.
@@ -1,5 +0,0 @@
1
- # Type Alias: VaultConnectorConfig
2
-
3
- > **VaultConnectorConfig**: `object` \| `object`
4
-
5
- Vault connector config types.
@@ -1,5 +0,0 @@
1
- # Type Alias: VaultConnectorType
2
-
3
- > **VaultConnectorType**: *typeof* [`VaultConnectorType`](../variables/VaultConnectorType.md)\[keyof *typeof* [`VaultConnectorType`](../variables/VaultConnectorType.md)\]
4
-
5
- Vault connector types.
@@ -1,5 +0,0 @@
1
- # Type Alias: WalletConnectorConfig
2
-
3
- > **WalletConnectorConfig**: `object` \| `object`
4
-
5
- Wallet connector config types.
@@ -1,5 +0,0 @@
1
- # Type Alias: WalletConnectorType
2
-
3
- > **WalletConnectorType**: *typeof* [`WalletConnectorType`](../variables/WalletConnectorType.md)\[keyof *typeof* [`WalletConnectorType`](../variables/WalletConnectorType.md)\]
4
-
5
- Wallet connector types.
@@ -1,13 +0,0 @@
1
- # Variable: AttestationComponentType
2
-
3
- > `const` **AttestationComponentType**: `object`
4
-
5
- Attestation component types.
6
-
7
- ## Type declaration
8
-
9
- ### Service
10
-
11
- > `readonly` **Service**: `"service"` = `"service"`
12
-
13
- Service.
@@ -1,19 +0,0 @@
1
- # Variable: AttestationConnectorType
2
-
3
- > `const` **AttestationConnectorType**: `object`
4
-
5
- Attestation connector types.
6
-
7
- ## Type declaration
8
-
9
- ### EntityStorage
10
-
11
- > `readonly` **EntityStorage**: `"entity-storage"` = `"entity-storage"`
12
-
13
- Entity storage.
14
-
15
- ### Iota
16
-
17
- > `readonly` **Iota**: `"iota"` = `"iota"`
18
-
19
- IOTA.
@@ -1,13 +0,0 @@
1
- # Variable: AuditableItemGraphComponentType
2
-
3
- > `const` **AuditableItemGraphComponentType**: `object`
4
-
5
- Auditable item graph component types.
6
-
7
- ## Type declaration
8
-
9
- ### Service
10
-
11
- > `readonly` **Service**: `"service"` = `"service"`
12
-
13
- Service.
@@ -1,13 +0,0 @@
1
- # Variable: AuditableItemStreamComponentType
2
-
3
- > `const` **AuditableItemStreamComponentType**: `object`
4
-
5
- Auditable item stream component types.
6
-
7
- ## Type declaration
8
-
9
- ### Service
10
-
11
- > `readonly` **Service**: `"service"` = `"service"`
12
-
13
- Service.