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 +2 -5
- package/dist/index.d.ts +2 -5
- package/package.json +1 -1
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;
|