automation-lib 5.11.14 → 5.11.15

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
@@ -11646,8 +11646,6 @@ interface LoadInfoByDeviceSheetToolDto {
11646
11646
  accountGroup: string[];
11647
11647
  listAccountIds: string[];
11648
11648
  listAccountUsername: string[];
11649
- totalRows: number;
11650
- totalCols: number;
11651
11649
  }
11652
11650
  interface ActionLoadInfoUrlSheetToolDto {
11653
11651
  typeSocial: ETypeSocial;
package/dist/index.d.ts CHANGED
@@ -11646,8 +11646,6 @@ interface LoadInfoByDeviceSheetToolDto {
11646
11646
  accountGroup: string[];
11647
11647
  listAccountIds: string[];
11648
11648
  listAccountUsername: string[];
11649
- totalRows: number;
11650
- totalCols: number;
11651
11649
  }
11652
11650
  interface ActionLoadInfoUrlSheetToolDto {
11653
11651
  typeSocial: ETypeSocial;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.11.14",
3
+ "version": "5.11.15",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",