suitest-js-api 4.0.0 → 4.0.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/index.d.ts +17 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -171,13 +171,29 @@ declare namespace suitest {
|
|
|
171
171
|
model: string,
|
|
172
172
|
owner: string,
|
|
173
173
|
firmware: string,
|
|
174
|
+
osVersion?: string,
|
|
174
175
|
modelId: string,
|
|
175
176
|
platforms: string[],
|
|
176
|
-
customName
|
|
177
|
+
customName: string,
|
|
178
|
+
ipAddress: string,
|
|
179
|
+
controlUnitIds: string[],
|
|
177
180
|
inactivityTimeout?: number,
|
|
178
181
|
status: string,
|
|
179
182
|
displayName?: string,
|
|
180
183
|
shortDisplayName?: string,
|
|
184
|
+
customUserInfo?: {
|
|
185
|
+
location?: string,
|
|
186
|
+
team?: string,
|
|
187
|
+
responsibleUser?: string,
|
|
188
|
+
osInfo?: string,
|
|
189
|
+
otherInfo?: string,
|
|
190
|
+
},
|
|
191
|
+
inUseBy?: {
|
|
192
|
+
description?: string,
|
|
193
|
+
email?: string,
|
|
194
|
+
orgName?: string,
|
|
195
|
+
tokenName?: string,
|
|
196
|
+
},
|
|
181
197
|
}
|
|
182
198
|
|
|
183
199
|
// constants
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "suitest-js-api",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": "git@github.com:SuitestAutomation/suitest-js-api.git",
|
|
6
6
|
"author": "Suitest <hello@suite.st>",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
"dependencies": {
|
|
97
97
|
"@suitest/smst-to-text": "^4.13.0",
|
|
98
|
-
"@suitest/translate": "^4.
|
|
98
|
+
"@suitest/translate": "^4.26.0",
|
|
99
99
|
"@types/node": "^14.0.10",
|
|
100
100
|
"ajv": "^6.12.2",
|
|
101
101
|
"ansi-regex": "^5.0.0",
|