@twin.org/engine-types 0.0.2-next.1 → 0.0.2-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +212 -45
- package/dist/esm/index.mjs +214 -47
- package/dist/types/components/identity.d.ts +1 -1
- package/dist/types/components/identityProfile.d.ts +1 -1
- package/dist/types/components/telemetry.d.ts +1 -1
- package/dist/types/components/vault.d.ts +1 -1
- package/dist/types/components/verifiableStorage.d.ts +1 -1
- package/dist/types/models/config/attestationComponentConfig.d.ts +4 -0
- package/dist/types/models/config/auditableItemGraphComponentConfig.d.ts +4 -0
- package/dist/types/models/config/auditableItemStreamComponentConfig.d.ts +4 -0
- package/dist/types/models/config/blobStorageComponentConfig.d.ts +4 -0
- package/dist/types/models/config/dataProcessingComponentConfig.d.ts +4 -0
- package/dist/types/models/config/documentManagementComponentConfig.d.ts +5 -1
- package/dist/types/models/config/entityStorageComponentConfig.d.ts +9 -0
- package/dist/types/models/config/eventBusComponentConfig.d.ts +4 -0
- package/dist/types/models/config/federatedCatalogueComponentConfig.d.ts +4 -0
- package/dist/types/models/config/identityComponentConfig.d.ts +4 -0
- package/dist/types/models/config/identityProfileComponentConfig.d.ts +4 -0
- package/dist/types/models/config/identityResolverComponentConfig.d.ts +6 -2
- package/dist/types/models/config/immutableProofComponentConfig.d.ts +4 -0
- package/dist/types/models/config/loggingComponentConfig.d.ts +4 -0
- package/dist/types/models/config/nftComponentConfig.d.ts +4 -0
- package/dist/types/models/config/rightsManagementComponentConfig.d.ts +4 -0
- package/dist/types/models/config/taskSchedulerComponentConfig.d.ts +1 -1
- package/dist/types/models/config/telemetryComponentConfig.d.ts +4 -0
- package/dist/types/models/config/verifiableStorageComponentConfig.d.ts +4 -0
- package/dist/types/models/types/attestationComponentType.d.ts +4 -0
- package/dist/types/models/types/auditableItemGraphComponentType.d.ts +4 -0
- package/dist/types/models/types/auditableItemStreamComponentType.d.ts +4 -0
- package/dist/types/models/types/blobStorageComponentType.d.ts +4 -0
- package/dist/types/models/types/dataProcessingComponentType.d.ts +4 -0
- package/dist/types/models/types/documentManagementComponentType.d.ts +4 -0
- package/dist/types/models/types/entityStorageComponentType.d.ts +4 -0
- package/dist/types/models/types/eventBusComponentType.d.ts +4 -0
- package/dist/types/models/types/federatedCatalogueComponentType.d.ts +4 -0
- package/dist/types/models/types/identityComponentType.d.ts +4 -0
- package/dist/types/models/types/identityProfileComponentType.d.ts +4 -0
- package/dist/types/models/types/identityResolverComponentType.d.ts +4 -0
- package/dist/types/models/types/immutableProofComponentType.d.ts +4 -0
- package/dist/types/models/types/loggingComponentType.d.ts +4 -0
- package/dist/types/models/types/nftComponentType.d.ts +4 -0
- package/dist/types/models/types/rightsManagementComponentType.d.ts +4 -0
- package/dist/types/models/types/taskSchedulerComponentType.d.ts +1 -1
- package/dist/types/models/types/telemetryComponentType.d.ts +4 -0
- package/dist/types/models/types/verifiableStorageComponentType.d.ts +4 -0
- package/docs/changelog.md +14 -0
- package/docs/reference/type-aliases/AttestationComponentConfig.md +1 -13
- package/docs/reference/type-aliases/AuditableItemGraphComponentConfig.md +1 -13
- package/docs/reference/type-aliases/AuditableItemStreamComponentConfig.md +1 -13
- package/docs/reference/type-aliases/BlobStorageComponentConfig.md +1 -13
- package/docs/reference/type-aliases/DataProcessingComponentConfig.md +1 -13
- package/docs/reference/type-aliases/DocumentManagementComponentConfig.md +2 -14
- package/docs/reference/type-aliases/EntityStorageComponentConfig.md +1 -13
- package/docs/reference/type-aliases/EventBusComponentConfig.md +1 -13
- package/docs/reference/type-aliases/FederatedCatalogueComponentConfig.md +1 -13
- package/docs/reference/type-aliases/IdentityComponentConfig.md +1 -13
- package/docs/reference/type-aliases/IdentityProfileComponentConfig.md +1 -13
- package/docs/reference/type-aliases/IdentityResolverComponentConfig.md +1 -13
- package/docs/reference/type-aliases/ImmutableProofComponentConfig.md +1 -13
- package/docs/reference/type-aliases/LoggingComponentConfig.md +1 -13
- package/docs/reference/type-aliases/NftComponentConfig.md +1 -13
- package/docs/reference/type-aliases/RightsManagementComponentConfig.md +1 -13
- package/docs/reference/type-aliases/TaskSchedulerComponentConfig.md +1 -1
- package/docs/reference/type-aliases/TelemetryComponentConfig.md +1 -13
- package/docs/reference/type-aliases/VerifiableStorageComponentConfig.md +1 -13
- package/docs/reference/variables/AttestationComponentType.md +6 -0
- package/docs/reference/variables/AuditableItemGraphComponentType.md +6 -0
- package/docs/reference/variables/AuditableItemStreamComponentType.md +6 -0
- package/docs/reference/variables/BlobStorageComponentType.md +6 -0
- package/docs/reference/variables/DataProcessingComponentType.md +6 -0
- package/docs/reference/variables/DocumentManagementComponentType.md +6 -0
- package/docs/reference/variables/EntityStorageComponentType.md +6 -0
- package/docs/reference/variables/EventBusComponentType.md +6 -0
- package/docs/reference/variables/FederatedCatalogueComponentType.md +6 -0
- package/docs/reference/variables/IdentityComponentType.md +6 -0
- package/docs/reference/variables/IdentityProfileComponentType.md +6 -0
- package/docs/reference/variables/IdentityResolverComponentType.md +6 -0
- package/docs/reference/variables/ImmutableProofComponentType.md +6 -0
- package/docs/reference/variables/LoggingComponentType.md +6 -0
- package/docs/reference/variables/NftComponentType.md +6 -0
- package/docs/reference/variables/RightsManagementComponentType.md +6 -0
- package/docs/reference/variables/TaskSchedulerComponentType.md +2 -2
- package/docs/reference/variables/TelemetryComponentType.md +6 -0
- package/docs/reference/variables/VerifiableStorageComponentType.md +6 -0
- package/package.json +18 -2
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
# Type Alias: EventBusComponentConfig
|
|
2
2
|
|
|
3
|
-
> **EventBusComponentConfig** = `
|
|
3
|
+
> **EventBusComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/EventBusComponentType.md#service); `options?`: `IEventBusServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`SocketClient`](../variables/EventBusComponentType.md#socketclient); `options`: `IEventBusSocketClientConstructorOptions`; \}
|
|
4
4
|
|
|
5
5
|
Event bus storage component config types.
|
|
6
|
-
|
|
7
|
-
## Properties
|
|
8
|
-
|
|
9
|
-
### type
|
|
10
|
-
|
|
11
|
-
> **type**: *typeof* [`Service`](../variables/EventBusComponentType.md#service)
|
|
12
|
-
|
|
13
|
-
***
|
|
14
|
-
|
|
15
|
-
### options?
|
|
16
|
-
|
|
17
|
-
> `optional` **options**: `IEventBusServiceConstructorOptions`
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
# Type Alias: FederatedCatalogueComponentConfig
|
|
2
2
|
|
|
3
|
-
> **FederatedCatalogueComponentConfig** = `
|
|
3
|
+
> **FederatedCatalogueComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/FederatedCatalogueComponentType.md#service); `options`: `IFederatedCatalogueServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/FederatedCatalogueComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
4
|
|
|
5
5
|
Federated catalog component config types.
|
|
6
|
-
|
|
7
|
-
## Properties
|
|
8
|
-
|
|
9
|
-
### type
|
|
10
|
-
|
|
11
|
-
> **type**: *typeof* [`Service`](../variables/FederatedCatalogueComponentType.md#service)
|
|
12
|
-
|
|
13
|
-
***
|
|
14
|
-
|
|
15
|
-
### options
|
|
16
|
-
|
|
17
|
-
> **options**: `IFederatedCatalogueServiceConstructorOptions`
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
# Type Alias: IdentityComponentConfig
|
|
2
2
|
|
|
3
|
-
> **IdentityComponentConfig** = `
|
|
3
|
+
> **IdentityComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/IdentityComponentType.md#service); `options?`: `IIdentityServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/IdentityComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
4
|
|
|
5
5
|
Identity component config types.
|
|
6
|
-
|
|
7
|
-
## Properties
|
|
8
|
-
|
|
9
|
-
### type
|
|
10
|
-
|
|
11
|
-
> **type**: *typeof* [`Service`](../variables/IdentityComponentType.md#service)
|
|
12
|
-
|
|
13
|
-
***
|
|
14
|
-
|
|
15
|
-
### options?
|
|
16
|
-
|
|
17
|
-
> `optional` **options**: `IIdentityServiceConstructorOptions`
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
# Type Alias: IdentityProfileComponentConfig
|
|
2
2
|
|
|
3
|
-
> **IdentityProfileComponentConfig** = `
|
|
3
|
+
> **IdentityProfileComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/IdentityComponentType.md#service); `options?`: `IIdentityProfileServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/IdentityComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
4
|
|
|
5
5
|
Identity profile component config types.
|
|
6
|
-
|
|
7
|
-
## Properties
|
|
8
|
-
|
|
9
|
-
### type
|
|
10
|
-
|
|
11
|
-
> **type**: *typeof* [`Service`](../variables/IdentityComponentType.md#service)
|
|
12
|
-
|
|
13
|
-
***
|
|
14
|
-
|
|
15
|
-
### options?
|
|
16
|
-
|
|
17
|
-
> `optional` **options**: `IIdentityProfileServiceConstructorOptions`
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
# Type Alias: IdentityResolverComponentConfig
|
|
2
2
|
|
|
3
|
-
> **IdentityResolverComponentConfig** = `
|
|
3
|
+
> **IdentityResolverComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/IdentityResolverComponentType.md#service); `options?`: `IIdentityResolverServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/IdentityResolverComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
4
|
|
|
5
5
|
Identity resolver component config types.
|
|
6
|
-
|
|
7
|
-
## Properties
|
|
8
|
-
|
|
9
|
-
### type
|
|
10
|
-
|
|
11
|
-
> **type**: *typeof* [`Service`](../variables/IdentityComponentType.md#service)
|
|
12
|
-
|
|
13
|
-
***
|
|
14
|
-
|
|
15
|
-
### options?
|
|
16
|
-
|
|
17
|
-
> `optional` **options**: `IIdentityResolverServiceConstructorOptions`
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
# Type Alias: ImmutableProofComponentConfig
|
|
2
2
|
|
|
3
|
-
> **ImmutableProofComponentConfig** = `
|
|
3
|
+
> **ImmutableProofComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/ImmutableProofComponentType.md#service); `options?`: `IImmutableProofServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/ImmutableProofComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
4
|
|
|
5
5
|
Immutable proof component config types.
|
|
6
|
-
|
|
7
|
-
## Properties
|
|
8
|
-
|
|
9
|
-
### type
|
|
10
|
-
|
|
11
|
-
> **type**: *typeof* [`Service`](../variables/ImmutableProofComponentType.md#service)
|
|
12
|
-
|
|
13
|
-
***
|
|
14
|
-
|
|
15
|
-
### options?
|
|
16
|
-
|
|
17
|
-
> `optional` **options**: `IImmutableProofServiceConstructorOptions`
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
# Type Alias: LoggingComponentConfig
|
|
2
2
|
|
|
3
|
-
> **LoggingComponentConfig** = `
|
|
3
|
+
> **LoggingComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/LoggingComponentType.md#service); `options?`: `ILoggingServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/LoggingComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
4
|
|
|
5
5
|
Logging component config types.
|
|
6
|
-
|
|
7
|
-
## Properties
|
|
8
|
-
|
|
9
|
-
### type
|
|
10
|
-
|
|
11
|
-
> **type**: *typeof* [`Service`](../variables/LoggingComponentType.md#service)
|
|
12
|
-
|
|
13
|
-
***
|
|
14
|
-
|
|
15
|
-
### options?
|
|
16
|
-
|
|
17
|
-
> `optional` **options**: `ILoggingServiceConstructorOptions`
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
# Type Alias: NftComponentConfig
|
|
2
2
|
|
|
3
|
-
> **NftComponentConfig** = `
|
|
3
|
+
> **NftComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/NftComponentType.md#service); `options?`: `INftServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/NftComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
4
|
|
|
5
5
|
NFT component config types.
|
|
6
|
-
|
|
7
|
-
## Properties
|
|
8
|
-
|
|
9
|
-
### type
|
|
10
|
-
|
|
11
|
-
> **type**: *typeof* [`Service`](../variables/NftComponentType.md#service)
|
|
12
|
-
|
|
13
|
-
***
|
|
14
|
-
|
|
15
|
-
### options?
|
|
16
|
-
|
|
17
|
-
> `optional` **options**: `INftServiceConstructorOptions`
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
# Type Alias: RightsManagementComponentConfig
|
|
2
2
|
|
|
3
|
-
> **RightsManagementComponentConfig** = `
|
|
3
|
+
> **RightsManagementComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/RightsManagementComponentType.md#service); `options?`: `IRightsManagementServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/RightsManagementComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
4
|
|
|
5
5
|
Rights management component config types.
|
|
6
|
-
|
|
7
|
-
## Properties
|
|
8
|
-
|
|
9
|
-
### type
|
|
10
|
-
|
|
11
|
-
> **type**: *typeof* [`Service`](../variables/RightsManagementComponentType.md#service)
|
|
12
|
-
|
|
13
|
-
***
|
|
14
|
-
|
|
15
|
-
### options?
|
|
16
|
-
|
|
17
|
-
> `optional` **options**: `IRightsManagementServiceConstructorOptions`
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
# Type Alias: TelemetryComponentConfig
|
|
2
2
|
|
|
3
|
-
> **TelemetryComponentConfig** = `
|
|
3
|
+
> **TelemetryComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/TelemetryComponentType.md#service); `options?`: `ITelemetryServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/TelemetryComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
4
|
|
|
5
5
|
Telemetry component config types.
|
|
6
|
-
|
|
7
|
-
## Properties
|
|
8
|
-
|
|
9
|
-
### type
|
|
10
|
-
|
|
11
|
-
> **type**: *typeof* [`Service`](../variables/TelemetryComponentType.md#service)
|
|
12
|
-
|
|
13
|
-
***
|
|
14
|
-
|
|
15
|
-
### options?
|
|
16
|
-
|
|
17
|
-
> `optional` **options**: `ITelemetryServiceConstructorOptions`
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
# Type Alias: VerifiableStorageComponentConfig
|
|
2
2
|
|
|
3
|
-
> **VerifiableStorageComponentConfig** = `
|
|
3
|
+
> **VerifiableStorageComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/VerifiableStorageComponentType.md#service); `options?`: `IVerifiableStorageServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/VerifiableStorageComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
4
|
|
|
5
5
|
Verifiable storage component config types.
|
|
6
|
-
|
|
7
|
-
## Properties
|
|
8
|
-
|
|
9
|
-
### type
|
|
10
|
-
|
|
11
|
-
> **type**: *typeof* [`Service`](../variables/VerifiableStorageComponentType.md#service)
|
|
12
|
-
|
|
13
|
-
***
|
|
14
|
-
|
|
15
|
-
### options?
|
|
16
|
-
|
|
17
|
-
> `optional` **options**: `IVerifiableStorageServiceConstructorOptions`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/engine-types",
|
|
3
|
-
"version": "0.0.2-next.
|
|
3
|
+
"version": "0.0.2-next.2",
|
|
4
4
|
"description": "Types to use in an engine.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,10 +16,13 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@twin.org/attestation-connector-nft": "next",
|
|
18
18
|
"@twin.org/attestation-models": "next",
|
|
19
|
+
"@twin.org/attestation-rest-client": "next",
|
|
19
20
|
"@twin.org/attestation-service": "next",
|
|
20
21
|
"@twin.org/auditable-item-graph-models": "next",
|
|
22
|
+
"@twin.org/auditable-item-graph-rest-client": "next",
|
|
21
23
|
"@twin.org/auditable-item-graph-service": "next",
|
|
22
24
|
"@twin.org/auditable-item-stream-models": "next",
|
|
25
|
+
"@twin.org/auditable-item-stream-rest-client": "next",
|
|
23
26
|
"@twin.org/auditable-item-stream-service": "next",
|
|
24
27
|
"@twin.org/background-task-connector-entity-storage": "next",
|
|
25
28
|
"@twin.org/background-task-models": "next",
|
|
@@ -31,6 +34,7 @@
|
|
|
31
34
|
"@twin.org/blob-storage-connector-ipfs": "next",
|
|
32
35
|
"@twin.org/blob-storage-connector-memory": "next",
|
|
33
36
|
"@twin.org/blob-storage-models": "next",
|
|
37
|
+
"@twin.org/blob-storage-rest-client": "next",
|
|
34
38
|
"@twin.org/blob-storage-service": "next",
|
|
35
39
|
"@twin.org/core": "next",
|
|
36
40
|
"@twin.org/crypto": "next",
|
|
@@ -38,10 +42,12 @@
|
|
|
38
42
|
"@twin.org/data-processing-converters": "next",
|
|
39
43
|
"@twin.org/data-processing-extractors": "next",
|
|
40
44
|
"@twin.org/data-processing-models": "next",
|
|
45
|
+
"@twin.org/data-processing-rest-client": "next",
|
|
41
46
|
"@twin.org/data-processing-service": "next",
|
|
42
47
|
"@twin.org/document-management-models": "next",
|
|
48
|
+
"@twin.org/document-management-rest-client": "next",
|
|
43
49
|
"@twin.org/document-management-service": "next",
|
|
44
|
-
"@twin.org/engine-models": "0.0.2-next.
|
|
50
|
+
"@twin.org/engine-models": "0.0.2-next.2",
|
|
45
51
|
"@twin.org/entity": "next",
|
|
46
52
|
"@twin.org/entity-storage-connector-cosmosdb": "next",
|
|
47
53
|
"@twin.org/entity-storage-connector-dynamodb": "next",
|
|
@@ -53,22 +59,28 @@
|
|
|
53
59
|
"@twin.org/entity-storage-connector-postgresql": "next",
|
|
54
60
|
"@twin.org/entity-storage-connector-scylladb": "next",
|
|
55
61
|
"@twin.org/entity-storage-models": "next",
|
|
62
|
+
"@twin.org/entity-storage-rest-client": "next",
|
|
56
63
|
"@twin.org/entity-storage-service": "next",
|
|
57
64
|
"@twin.org/event-bus-connector-local": "next",
|
|
58
65
|
"@twin.org/event-bus-models": "next",
|
|
59
66
|
"@twin.org/event-bus-service": "next",
|
|
67
|
+
"@twin.org/event-bus-socket-client": "next",
|
|
60
68
|
"@twin.org/federated-catalogue-models": "next",
|
|
69
|
+
"@twin.org/federated-catalogue-rest-client": "next",
|
|
61
70
|
"@twin.org/federated-catalogue-service": "next",
|
|
62
71
|
"@twin.org/identity-connector-entity-storage": "next",
|
|
63
72
|
"@twin.org/identity-connector-iota": "next",
|
|
64
73
|
"@twin.org/identity-connector-universal": "next",
|
|
65
74
|
"@twin.org/identity-models": "next",
|
|
75
|
+
"@twin.org/identity-rest-client": "next",
|
|
66
76
|
"@twin.org/identity-service": "next",
|
|
67
77
|
"@twin.org/immutable-proof-models": "next",
|
|
78
|
+
"@twin.org/immutable-proof-rest-client": "next",
|
|
68
79
|
"@twin.org/immutable-proof-service": "next",
|
|
69
80
|
"@twin.org/logging-connector-console": "next",
|
|
70
81
|
"@twin.org/logging-connector-entity-storage": "next",
|
|
71
82
|
"@twin.org/logging-models": "next",
|
|
83
|
+
"@twin.org/logging-rest-client": "next",
|
|
72
84
|
"@twin.org/logging-service": "next",
|
|
73
85
|
"@twin.org/messaging-connector-aws": "next",
|
|
74
86
|
"@twin.org/messaging-connector-entity-storage": "next",
|
|
@@ -79,12 +91,15 @@
|
|
|
79
91
|
"@twin.org/nft-connector-entity-storage": "next",
|
|
80
92
|
"@twin.org/nft-connector-iota": "next",
|
|
81
93
|
"@twin.org/nft-models": "next",
|
|
94
|
+
"@twin.org/nft-rest-client": "next",
|
|
82
95
|
"@twin.org/nft-service": "next",
|
|
83
96
|
"@twin.org/rights-management-models": "next",
|
|
84
97
|
"@twin.org/rights-management-pap-service": "next",
|
|
98
|
+
"@twin.org/rights-management-rest-client": "next",
|
|
85
99
|
"@twin.org/rights-management-service": "next",
|
|
86
100
|
"@twin.org/telemetry-connector-entity-storage": "next",
|
|
87
101
|
"@twin.org/telemetry-models": "next",
|
|
102
|
+
"@twin.org/telemetry-rest-client": "next",
|
|
88
103
|
"@twin.org/telemetry-service": "next",
|
|
89
104
|
"@twin.org/vault-connector-entity-storage": "next",
|
|
90
105
|
"@twin.org/vault-connector-hashicorp": "next",
|
|
@@ -92,6 +107,7 @@
|
|
|
92
107
|
"@twin.org/verifiable-storage-connector-entity-storage": "next",
|
|
93
108
|
"@twin.org/verifiable-storage-connector-iota": "next",
|
|
94
109
|
"@twin.org/verifiable-storage-models": "next",
|
|
110
|
+
"@twin.org/verifiable-storage-rest-client": "next",
|
|
95
111
|
"@twin.org/verifiable-storage-service": "next",
|
|
96
112
|
"@twin.org/wallet-connector-entity-storage": "next",
|
|
97
113
|
"@twin.org/wallet-connector-iota": "next",
|