automation-lib 6.6.593 → 6.6.594
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -14747,7 +14747,7 @@ interface ViewDetailDeviceDto {
|
|
|
14747
14747
|
organization: {
|
|
14748
14748
|
department: string;
|
|
14749
14749
|
team: string;
|
|
14750
|
-
user: string;
|
|
14750
|
+
user: string[];
|
|
14751
14751
|
};
|
|
14752
14752
|
networkConnection: {
|
|
14753
14753
|
pcName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -14747,7 +14747,7 @@ interface ViewDetailDeviceDto {
|
|
|
14747
14747
|
organization: {
|
|
14748
14748
|
department: string;
|
|
14749
14749
|
team: string;
|
|
14750
|
-
user: string;
|
|
14750
|
+
user: string[];
|
|
14751
14751
|
};
|
|
14752
14752
|
networkConnection: {
|
|
14753
14753
|
pcName: string;
|