automation-lib 5.10.8 → 5.10.21
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/commit.bat +2 -0
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/commit.bat
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -11775,7 +11775,6 @@ interface FindPCBrowserDto extends IFindBaseDto {
|
|
|
11775
11775
|
alias: string;
|
|
11776
11776
|
machineGUID: string;
|
|
11777
11777
|
ip: string;
|
|
11778
|
-
maxDevice: number;
|
|
11779
11778
|
os: string;
|
|
11780
11779
|
status: EStatusPC;
|
|
11781
11780
|
statusControl: EStatusPCControl;
|
package/dist/index.d.ts
CHANGED
|
@@ -11775,7 +11775,6 @@ interface FindPCBrowserDto extends IFindBaseDto {
|
|
|
11775
11775
|
alias: string;
|
|
11776
11776
|
machineGUID: string;
|
|
11777
11777
|
ip: string;
|
|
11778
|
-
maxDevice: number;
|
|
11779
11778
|
os: string;
|
|
11780
11779
|
status: EStatusPC;
|
|
11781
11780
|
statusControl: EStatusPCControl;
|