@twin.org/node-core 0.0.3-next.28 → 0.0.3-next.29

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.
@@ -4,7 +4,7 @@ The parsed module protocol information.
4
4
 
5
5
  ## Properties
6
6
 
7
- ### protocol
7
+ ### protocol {#protocol}
8
8
 
9
9
  > **protocol**: [`ModuleProtocol`](../type-aliases/ModuleProtocol.md)
10
10
 
@@ -12,7 +12,7 @@ The protocol type.
12
12
 
13
13
  ***
14
14
 
15
- ### identifier
15
+ ### identifier {#identifier}
16
16
 
17
17
  > **identifier**: `string`
18
18
 
@@ -20,7 +20,7 @@ The identifier after the protocol (or the original if no protocol).
20
20
 
21
21
  ***
22
22
 
23
- ### original
23
+ ### original {#original}
24
24
 
25
25
  > **original**: `string`
26
26
 
@@ -8,16 +8,16 @@ The engine state for the node.
8
8
 
9
9
  ## Properties
10
10
 
11
- ### nodeId?
11
+ ### nodeId? {#nodeid}
12
12
 
13
- > `optional` **nodeId**: `string`
13
+ > `optional` **nodeId?**: `string`
14
14
 
15
15
  The identity for the node.
16
16
 
17
17
  ***
18
18
 
19
- ### nodeTenantId?
19
+ ### nodeTenantId? {#nodetenantid}
20
20
 
21
- > `optional` **nodeTenantId**: `string`
21
+ > `optional` **nodeTenantId?**: `string`
22
22
 
23
23
  The tenant id for the node.