automation-lib 5.4.392 → 5.4.394

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
@@ -12492,6 +12492,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
12492
12492
  niche: string | IManagerWork;
12493
12493
  type: ETypeManagerWorkClassify;
12494
12494
  sheetName: string;
12495
+ accountID: string;
12495
12496
  sheetInfo: Array<{
12496
12497
  sheetUrl: string;
12497
12498
  type: ETypeImportExport;
@@ -12513,9 +12514,11 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
12513
12514
  timeSync: Date;
12514
12515
  };
12515
12516
  performanceHub: {
12516
- score: number;
12517
- status: string;
12518
- lastUpdate: Date;
12517
+ oldUsername: string;
12518
+ newUsername: string;
12519
+ totalPost: string;
12520
+ follower: string;
12521
+ following: string;
12519
12522
  };
12520
12523
  listSettingAuto: Array<{
12521
12524
  hasSetting: Boolean;
package/dist/index.d.ts CHANGED
@@ -12492,6 +12492,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
12492
12492
  niche: string | IManagerWork;
12493
12493
  type: ETypeManagerWorkClassify;
12494
12494
  sheetName: string;
12495
+ accountID: string;
12495
12496
  sheetInfo: Array<{
12496
12497
  sheetUrl: string;
12497
12498
  type: ETypeImportExport;
@@ -12513,9 +12514,11 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
12513
12514
  timeSync: Date;
12514
12515
  };
12515
12516
  performanceHub: {
12516
- score: number;
12517
- status: string;
12518
- lastUpdate: Date;
12517
+ oldUsername: string;
12518
+ newUsername: string;
12519
+ totalPost: string;
12520
+ follower: string;
12521
+ following: string;
12519
12522
  };
12520
12523
  listSettingAuto: Array<{
12521
12524
  hasSetting: Boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.392",
3
+ "version": "5.4.394",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",