@twin.org/api-rest-client 0.0.1-next.24 → 0.0.1-next.26
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/docs/changelog.md
CHANGED
|
@@ -20,7 +20,9 @@ Create a new instance of InformationClient.
|
|
|
20
20
|
|
|
21
21
|
#### Parameters
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
##### config
|
|
24
|
+
|
|
25
|
+
`IBaseRestClientConfig`
|
|
24
26
|
|
|
25
27
|
The configuration for the client.
|
|
26
28
|
|
|
@@ -108,15 +110,21 @@ Set the status of a component.
|
|
|
108
110
|
|
|
109
111
|
#### Parameters
|
|
110
112
|
|
|
111
|
-
|
|
113
|
+
##### name
|
|
114
|
+
|
|
115
|
+
`string`
|
|
112
116
|
|
|
113
117
|
The component name.
|
|
114
118
|
|
|
115
|
-
|
|
119
|
+
##### status
|
|
120
|
+
|
|
121
|
+
`HealthStatus`
|
|
116
122
|
|
|
117
123
|
The status of the component.
|
|
118
124
|
|
|
119
|
-
|
|
125
|
+
##### details?
|
|
126
|
+
|
|
127
|
+
`string`
|
|
120
128
|
|
|
121
129
|
The details for the status.
|
|
122
130
|
|
|
@@ -140,7 +148,9 @@ Remove the status of a component.
|
|
|
140
148
|
|
|
141
149
|
#### Parameters
|
|
142
150
|
|
|
143
|
-
|
|
151
|
+
##### name
|
|
152
|
+
|
|
153
|
+
`string`
|
|
144
154
|
|
|
145
155
|
The component name.
|
|
146
156
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/api-rest-client",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.26",
|
|
4
4
|
"description": "Information contract implementation which can connect to REST endpoints",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/api-core": "0.0.1-next.
|
|
18
|
-
"@twin.org/api-models": "0.0.1-next.
|
|
17
|
+
"@twin.org/api-core": "0.0.1-next.26",
|
|
18
|
+
"@twin.org/api-models": "0.0.1-next.26",
|
|
19
19
|
"@twin.org/core": "next",
|
|
20
20
|
"@twin.org/nameof": "next",
|
|
21
21
|
"@twin.org/web": "next"
|