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