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 CHANGED
@@ -10,6 +10,8 @@ git commit -m "%commit_message%"
10
10
  timeout /t 2 /nobreak >nul
11
11
 
12
12
  :: Push changes to the 'main' branch of the 'cp' remote
13
+ git pull hs toan
14
+ timeout /t 2 /nobreak >nul
13
15
  git pull hs main
14
16
 
15
17
  :: Read the current version from package.json
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.10.8",
3
+ "version": "5.10.21",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",