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 +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
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;
|