automation-lib 5.4.199 → 5.4.201

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
@@ -10093,8 +10093,10 @@ interface CreateSheetToolDto extends Partial<ISheetsTool> {
10093
10093
  url?: string;
10094
10094
  name?: string;
10095
10095
  deviceId?: string;
10096
- crawDuration?: string;
10097
10096
  description?: string;
10097
+ timeCrawl: ESheetToolTimeCrawl;
10098
+ totalRows: number;
10099
+ totalCols: number;
10098
10100
  }
10099
10101
  interface PayloadUrlSheetToolDto extends Partial<ISheetsTool> {
10100
10102
  sheetUrl: string;
@@ -10167,7 +10169,10 @@ interface FindSheetsToolDto extends IFindBaseDto {
10167
10169
  id: string;
10168
10170
  name: string;
10169
10171
  status: EStatusDevice;
10170
- pcName: string;
10172
+ };
10173
+ pc: {
10174
+ id: string;
10175
+ name: string;
10171
10176
  };
10172
10177
  url: string;
10173
10178
  name: string;
package/dist/index.d.ts CHANGED
@@ -10093,8 +10093,10 @@ interface CreateSheetToolDto extends Partial<ISheetsTool> {
10093
10093
  url?: string;
10094
10094
  name?: string;
10095
10095
  deviceId?: string;
10096
- crawDuration?: string;
10097
10096
  description?: string;
10097
+ timeCrawl: ESheetToolTimeCrawl;
10098
+ totalRows: number;
10099
+ totalCols: number;
10098
10100
  }
10099
10101
  interface PayloadUrlSheetToolDto extends Partial<ISheetsTool> {
10100
10102
  sheetUrl: string;
@@ -10167,7 +10169,10 @@ interface FindSheetsToolDto extends IFindBaseDto {
10167
10169
  id: string;
10168
10170
  name: string;
10169
10171
  status: EStatusDevice;
10170
- pcName: string;
10172
+ };
10173
+ pc: {
10174
+ id: string;
10175
+ name: string;
10171
10176
  };
10172
10177
  url: string;
10173
10178
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.199",
3
+ "version": "5.4.201",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",