automation-lib 5.10.21 → 5.10.22

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
@@ -11779,6 +11779,11 @@ interface FindPCBrowserDto extends IFindBaseDto {
11779
11779
  status: EStatusPC;
11780
11780
  statusControl: EStatusPCControl;
11781
11781
  timeStatusChange: Date;
11782
+ sheetInfo: {
11783
+ totalSheetStart: number;
11784
+ totalSheetStop: number;
11785
+ totalSheet: number;
11786
+ };
11782
11787
  departmentAssign: string;
11783
11788
  teamAssign: string;
11784
11789
  userAssign: string;
package/dist/index.d.ts CHANGED
@@ -11779,6 +11779,11 @@ interface FindPCBrowserDto extends IFindBaseDto {
11779
11779
  status: EStatusPC;
11780
11780
  statusControl: EStatusPCControl;
11781
11781
  timeStatusChange: Date;
11782
+ sheetInfo: {
11783
+ totalSheetStart: number;
11784
+ totalSheetStop: number;
11785
+ totalSheet: number;
11786
+ };
11782
11787
  departmentAssign: string;
11783
11788
  teamAssign: string;
11784
11789
  userAssign: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.10.21",
3
+ "version": "5.10.22",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",