@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.
Files changed (85) hide show
  1. package/dist/cjs/index.cjs +212 -45
  2. package/dist/esm/index.mjs +214 -47
  3. package/dist/types/components/identity.d.ts +1 -1
  4. package/dist/types/components/identityProfile.d.ts +1 -1
  5. package/dist/types/components/telemetry.d.ts +1 -1
  6. package/dist/types/components/vault.d.ts +1 -1
  7. package/dist/types/components/verifiableStorage.d.ts +1 -1
  8. package/dist/types/models/config/attestationComponentConfig.d.ts +4 -0
  9. package/dist/types/models/config/auditableItemGraphComponentConfig.d.ts +4 -0
  10. package/dist/types/models/config/auditableItemStreamComponentConfig.d.ts +4 -0
  11. package/dist/types/models/config/blobStorageComponentConfig.d.ts +4 -0
  12. package/dist/types/models/config/dataProcessingComponentConfig.d.ts +4 -0
  13. package/dist/types/models/config/documentManagementComponentConfig.d.ts +5 -1
  14. package/dist/types/models/config/entityStorageComponentConfig.d.ts +9 -0
  15. package/dist/types/models/config/eventBusComponentConfig.d.ts +4 -0
  16. package/dist/types/models/config/federatedCatalogueComponentConfig.d.ts +4 -0
  17. package/dist/types/models/config/identityComponentConfig.d.ts +4 -0
  18. package/dist/types/models/config/identityProfileComponentConfig.d.ts +4 -0
  19. package/dist/types/models/config/identityResolverComponentConfig.d.ts +6 -2
  20. package/dist/types/models/config/immutableProofComponentConfig.d.ts +4 -0
  21. package/dist/types/models/config/loggingComponentConfig.d.ts +4 -0
  22. package/dist/types/models/config/nftComponentConfig.d.ts +4 -0
  23. package/dist/types/models/config/rightsManagementComponentConfig.d.ts +4 -0
  24. package/dist/types/models/config/taskSchedulerComponentConfig.d.ts +1 -1
  25. package/dist/types/models/config/telemetryComponentConfig.d.ts +4 -0
  26. package/dist/types/models/config/verifiableStorageComponentConfig.d.ts +4 -0
  27. package/dist/types/models/types/attestationComponentType.d.ts +4 -0
  28. package/dist/types/models/types/auditableItemGraphComponentType.d.ts +4 -0
  29. package/dist/types/models/types/auditableItemStreamComponentType.d.ts +4 -0
  30. package/dist/types/models/types/blobStorageComponentType.d.ts +4 -0
  31. package/dist/types/models/types/dataProcessingComponentType.d.ts +4 -0
  32. package/dist/types/models/types/documentManagementComponentType.d.ts +4 -0
  33. package/dist/types/models/types/entityStorageComponentType.d.ts +4 -0
  34. package/dist/types/models/types/eventBusComponentType.d.ts +4 -0
  35. package/dist/types/models/types/federatedCatalogueComponentType.d.ts +4 -0
  36. package/dist/types/models/types/identityComponentType.d.ts +4 -0
  37. package/dist/types/models/types/identityProfileComponentType.d.ts +4 -0
  38. package/dist/types/models/types/identityResolverComponentType.d.ts +4 -0
  39. package/dist/types/models/types/immutableProofComponentType.d.ts +4 -0
  40. package/dist/types/models/types/loggingComponentType.d.ts +4 -0
  41. package/dist/types/models/types/nftComponentType.d.ts +4 -0
  42. package/dist/types/models/types/rightsManagementComponentType.d.ts +4 -0
  43. package/dist/types/models/types/taskSchedulerComponentType.d.ts +1 -1
  44. package/dist/types/models/types/telemetryComponentType.d.ts +4 -0
  45. package/dist/types/models/types/verifiableStorageComponentType.d.ts +4 -0
  46. package/docs/changelog.md +14 -0
  47. package/docs/reference/type-aliases/AttestationComponentConfig.md +1 -13
  48. package/docs/reference/type-aliases/AuditableItemGraphComponentConfig.md +1 -13
  49. package/docs/reference/type-aliases/AuditableItemStreamComponentConfig.md +1 -13
  50. package/docs/reference/type-aliases/BlobStorageComponentConfig.md +1 -13
  51. package/docs/reference/type-aliases/DataProcessingComponentConfig.md +1 -13
  52. package/docs/reference/type-aliases/DocumentManagementComponentConfig.md +2 -14
  53. package/docs/reference/type-aliases/EntityStorageComponentConfig.md +1 -13
  54. package/docs/reference/type-aliases/EventBusComponentConfig.md +1 -13
  55. package/docs/reference/type-aliases/FederatedCatalogueComponentConfig.md +1 -13
  56. package/docs/reference/type-aliases/IdentityComponentConfig.md +1 -13
  57. package/docs/reference/type-aliases/IdentityProfileComponentConfig.md +1 -13
  58. package/docs/reference/type-aliases/IdentityResolverComponentConfig.md +1 -13
  59. package/docs/reference/type-aliases/ImmutableProofComponentConfig.md +1 -13
  60. package/docs/reference/type-aliases/LoggingComponentConfig.md +1 -13
  61. package/docs/reference/type-aliases/NftComponentConfig.md +1 -13
  62. package/docs/reference/type-aliases/RightsManagementComponentConfig.md +1 -13
  63. package/docs/reference/type-aliases/TaskSchedulerComponentConfig.md +1 -1
  64. package/docs/reference/type-aliases/TelemetryComponentConfig.md +1 -13
  65. package/docs/reference/type-aliases/VerifiableStorageComponentConfig.md +1 -13
  66. package/docs/reference/variables/AttestationComponentType.md +6 -0
  67. package/docs/reference/variables/AuditableItemGraphComponentType.md +6 -0
  68. package/docs/reference/variables/AuditableItemStreamComponentType.md +6 -0
  69. package/docs/reference/variables/BlobStorageComponentType.md +6 -0
  70. package/docs/reference/variables/DataProcessingComponentType.md +6 -0
  71. package/docs/reference/variables/DocumentManagementComponentType.md +6 -0
  72. package/docs/reference/variables/EntityStorageComponentType.md +6 -0
  73. package/docs/reference/variables/EventBusComponentType.md +6 -0
  74. package/docs/reference/variables/FederatedCatalogueComponentType.md +6 -0
  75. package/docs/reference/variables/IdentityComponentType.md +6 -0
  76. package/docs/reference/variables/IdentityProfileComponentType.md +6 -0
  77. package/docs/reference/variables/IdentityResolverComponentType.md +6 -0
  78. package/docs/reference/variables/ImmutableProofComponentType.md +6 -0
  79. package/docs/reference/variables/LoggingComponentType.md +6 -0
  80. package/docs/reference/variables/NftComponentType.md +6 -0
  81. package/docs/reference/variables/RightsManagementComponentType.md +6 -0
  82. package/docs/reference/variables/TaskSchedulerComponentType.md +2 -2
  83. package/docs/reference/variables/TelemetryComponentType.md +6 -0
  84. package/docs/reference/variables/VerifiableStorageComponentType.md +6 -0
  85. package/package.json +18 -2
@@ -1,17 +1,5 @@
1
1
  # Type Alias: EventBusComponentConfig
2
2
 
3
- > **EventBusComponentConfig** = `object`
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** = `object`
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** = `object`
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** = `object`
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** = `object`
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** = `object`
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** = `object`
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** = `object`
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** = `object`
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`
@@ -8,7 +8,7 @@ Background task scheduled component config types.
8
8
 
9
9
  ### type
10
10
 
11
- > **type**: *typeof* [`Default`](../variables/TaskSchedulerComponentType.md#default)
11
+ > **type**: *typeof* [`Service`](../variables/TaskSchedulerComponentType.md#service)
12
12
 
13
13
  ***
14
14
 
@@ -1,17 +1,5 @@
1
1
  # Type Alias: TelemetryComponentConfig
2
2
 
3
- > **TelemetryComponentConfig** = `object`
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** = `object`
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`
@@ -11,3 +11,9 @@ Attestation component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Auditable item graph component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Auditable item stream component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Blob storage component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Data processing component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Document management component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Entity storage component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Event bus component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### SocketClient
16
+
17
+ > `readonly` **SocketClient**: `"socket-client"` = `"socket-client"`
18
+
19
+ Socket client.
@@ -11,3 +11,9 @@ Federated catalogue component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Identity component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Identity profile component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Identity resolver component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Immutable proof component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Logging component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ NFT component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Rights management component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -6,8 +6,8 @@ Task scheduler component types.
6
6
 
7
7
  ## Type declaration
8
8
 
9
- ### Default
9
+ ### Service
10
10
 
11
- > `readonly` **Default**: `"default"` = `"default"`
11
+ > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Task scheduler.
@@ -11,3 +11,9 @@ Telemetry component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
@@ -11,3 +11,9 @@ Verifiable storage component types.
11
11
  > `readonly` **Service**: `"service"` = `"service"`
12
12
 
13
13
  Service.
14
+
15
+ ### RestClient
16
+
17
+ > `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
18
+
19
+ REST client.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-types",
3
- "version": "0.0.2-next.1",
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.1",
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",