automation-lib 5.4.136 → 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 CHANGED
@@ -9814,7 +9814,14 @@ interface FindSheetsToolDto extends IFindBaseDto {
9814
9814
  statusImport: ESheetToolStatusImport;
9815
9815
  statusRun: ESheetToolStatusRun;
9816
9816
  description: string;
9817
- listUsername: string[];
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
- listUsername: string[];
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.136",
3
+ "version": "5.4.137",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",