automation-lib 5.4.135 → 5.4.137
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 +8 -1
- package/dist/index.d.ts +8 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9814,7 +9814,14 @@ interface FindSheetsToolDto extends IFindBaseDto {
|
|
|
9814
9814
|
statusImport: ESheetToolStatusImport;
|
|
9815
9815
|
statusRun: ESheetToolStatusRun;
|
|
9816
9816
|
description: string;
|
|
9817
|
-
|
|
9817
|
+
listAccountSocial: Array<{
|
|
9818
|
+
id: string;
|
|
9819
|
+
accountId: string;
|
|
9820
|
+
group: string;
|
|
9821
|
+
username: string;
|
|
9822
|
+
status: string;
|
|
9823
|
+
createdAt: Date;
|
|
9824
|
+
}>;
|
|
9818
9825
|
noteFixImport: string;
|
|
9819
9826
|
lastUserInfo: IUserInfoAssignment;
|
|
9820
9827
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -9814,7 +9814,14 @@ interface FindSheetsToolDto extends IFindBaseDto {
|
|
|
9814
9814
|
statusImport: ESheetToolStatusImport;
|
|
9815
9815
|
statusRun: ESheetToolStatusRun;
|
|
9816
9816
|
description: string;
|
|
9817
|
-
|
|
9817
|
+
listAccountSocial: Array<{
|
|
9818
|
+
id: string;
|
|
9819
|
+
accountId: string;
|
|
9820
|
+
group: string;
|
|
9821
|
+
username: string;
|
|
9822
|
+
status: string;
|
|
9823
|
+
createdAt: Date;
|
|
9824
|
+
}>;
|
|
9818
9825
|
noteFixImport: string;
|
|
9819
9826
|
lastUserInfo: IUserInfoAssignment;
|
|
9820
9827
|
}
|