automation-lib 5.11.8 → 5.11.11
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 +4 -1
- package/dist/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11604,7 +11604,10 @@ interface UpdateSheetsToolDto {
|
|
|
11604
11604
|
totalCols: number;
|
|
11605
11605
|
timeCrawl: ESheetToolTimeCrawl;
|
|
11606
11606
|
description: string;
|
|
11607
|
-
|
|
11607
|
+
statusImport: ESheetToolStatusImport;
|
|
11608
|
+
statusRun: ESheetToolStatusRun;
|
|
11609
|
+
startStop: EStartStop;
|
|
11610
|
+
userAssignId: string;
|
|
11608
11611
|
}
|
|
11609
11612
|
interface OverviewSheetsToolDto {
|
|
11610
11613
|
totalPCNames: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -11604,7 +11604,10 @@ interface UpdateSheetsToolDto {
|
|
|
11604
11604
|
totalCols: number;
|
|
11605
11605
|
timeCrawl: ESheetToolTimeCrawl;
|
|
11606
11606
|
description: string;
|
|
11607
|
-
|
|
11607
|
+
statusImport: ESheetToolStatusImport;
|
|
11608
|
+
statusRun: ESheetToolStatusRun;
|
|
11609
|
+
startStop: EStartStop;
|
|
11610
|
+
userAssignId: string;
|
|
11608
11611
|
}
|
|
11609
11612
|
interface OverviewSheetsToolDto {
|
|
11610
11613
|
totalPCNames: number;
|