automation-lib 6.6.594 → 6.6.595

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 CHANGED
@@ -14747,7 +14747,10 @@ interface ViewDetailDeviceDto {
14747
14747
  organization: {
14748
14748
  department: string;
14749
14749
  team: string;
14750
- user: string[];
14750
+ user: {
14751
+ id: string;
14752
+ name: string;
14753
+ }[];
14751
14754
  };
14752
14755
  networkConnection: {
14753
14756
  pcName: string;
package/dist/index.d.ts CHANGED
@@ -14747,7 +14747,10 @@ interface ViewDetailDeviceDto {
14747
14747
  organization: {
14748
14748
  department: string;
14749
14749
  team: string;
14750
- user: string[];
14750
+ user: {
14751
+ id: string;
14752
+ name: string;
14753
+ }[];
14751
14754
  };
14752
14755
  networkConnection: {
14753
14756
  pcName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.594",
3
+ "version": "6.6.595",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",