automation-lib 6.6.595 → 6.6.597

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