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 CHANGED
@@ -11604,7 +11604,10 @@ interface UpdateSheetsToolDto {
11604
11604
  totalCols: number;
11605
11605
  timeCrawl: ESheetToolTimeCrawl;
11606
11606
  description: string;
11607
- userAssigned: string;
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
- userAssigned: string;
11607
+ statusImport: ESheetToolStatusImport;
11608
+ statusRun: ESheetToolStatusRun;
11609
+ startStop: EStartStop;
11610
+ userAssignId: string;
11608
11611
  }
11609
11612
  interface OverviewSheetsToolDto {
11610
11613
  totalPCNames: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.11.8",
3
+ "version": "5.11.11",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",