automation-lib 5.4.194 → 5.4.196
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -10107,7 +10107,8 @@ interface LoadInfoUrlSheetToolDto {
|
|
|
10107
10107
|
accountGroup: string[];
|
|
10108
10108
|
listAccountIds: string[];
|
|
10109
10109
|
listAccountUsername: string[];
|
|
10110
|
-
|
|
10110
|
+
totalRows: number;
|
|
10111
|
+
totalCols: number;
|
|
10111
10112
|
}
|
|
10112
10113
|
interface ActionLoadInfoUrlSheetToolDto {
|
|
10113
10114
|
typeSocial: ETypeSocial;
|
|
@@ -10173,7 +10174,6 @@ interface FindSheetsToolDto extends IFindBaseDto {
|
|
|
10173
10174
|
typeSheet: ESheetToolInstagram;
|
|
10174
10175
|
statusImport: ESheetToolStatusImport;
|
|
10175
10176
|
statusRun: ESheetToolStatusRun;
|
|
10176
|
-
totalRows: number;
|
|
10177
10177
|
timeCrawl: ESheetToolTimeCrawl;
|
|
10178
10178
|
description: string;
|
|
10179
10179
|
listAccountSocial: Array<{
|
package/dist/index.d.ts
CHANGED
|
@@ -10107,7 +10107,8 @@ interface LoadInfoUrlSheetToolDto {
|
|
|
10107
10107
|
accountGroup: string[];
|
|
10108
10108
|
listAccountIds: string[];
|
|
10109
10109
|
listAccountUsername: string[];
|
|
10110
|
-
|
|
10110
|
+
totalRows: number;
|
|
10111
|
+
totalCols: number;
|
|
10111
10112
|
}
|
|
10112
10113
|
interface ActionLoadInfoUrlSheetToolDto {
|
|
10113
10114
|
typeSocial: ETypeSocial;
|
|
@@ -10173,7 +10174,6 @@ interface FindSheetsToolDto extends IFindBaseDto {
|
|
|
10173
10174
|
typeSheet: ESheetToolInstagram;
|
|
10174
10175
|
statusImport: ESheetToolStatusImport;
|
|
10175
10176
|
statusRun: ESheetToolStatusRun;
|
|
10176
|
-
totalRows: number;
|
|
10177
10177
|
timeCrawl: ESheetToolTimeCrawl;
|
|
10178
10178
|
description: string;
|
|
10179
10179
|
listAccountSocial: Array<{
|