automation-lib 5.4.197 → 5.4.199

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
@@ -10175,6 +10175,8 @@ interface FindSheetsToolDto extends IFindBaseDto {
10175
10175
  statusImport: ESheetToolStatusImport;
10176
10176
  statusRun: ESheetToolStatusRun;
10177
10177
  timeCrawl: ESheetToolTimeCrawl;
10178
+ totalRows: number;
10179
+ totalCols: number;
10178
10180
  description: string;
10179
10181
  listAccountSocial: Array<{
10180
10182
  id: string;
@@ -12665,6 +12667,9 @@ interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
12665
12667
  statusImport: ESheetToolStatusImport;
12666
12668
  statusRun: ESheetToolStatusRun;
12667
12669
  noteFixImport: string;
12670
+ timeCrawl: ESheetToolTimeCrawl;
12671
+ totalRows: number;
12672
+ totalCols: number;
12668
12673
  timeLastUsed: Date;
12669
12674
  lastUserUsed: string | IUser;
12670
12675
  }
package/dist/index.d.ts CHANGED
@@ -10175,6 +10175,8 @@ interface FindSheetsToolDto extends IFindBaseDto {
10175
10175
  statusImport: ESheetToolStatusImport;
10176
10176
  statusRun: ESheetToolStatusRun;
10177
10177
  timeCrawl: ESheetToolTimeCrawl;
10178
+ totalRows: number;
10179
+ totalCols: number;
10178
10180
  description: string;
10179
10181
  listAccountSocial: Array<{
10180
10182
  id: string;
@@ -12665,6 +12667,9 @@ interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
12665
12667
  statusImport: ESheetToolStatusImport;
12666
12668
  statusRun: ESheetToolStatusRun;
12667
12669
  noteFixImport: string;
12670
+ timeCrawl: ESheetToolTimeCrawl;
12671
+ totalRows: number;
12672
+ totalCols: number;
12668
12673
  timeLastUsed: Date;
12669
12674
  lastUserUsed: string | IUser;
12670
12675
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.197",
3
+ "version": "5.4.199",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",