automation-lib 5.4.392 → 5.4.393

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
@@ -12513,9 +12513,11 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
12513
12513
  timeSync: Date;
12514
12514
  };
12515
12515
  performanceHub: {
12516
- score: number;
12517
- status: string;
12518
- lastUpdate: Date;
12516
+ oldUsername: string;
12517
+ newUsername: string;
12518
+ totalPost: string;
12519
+ follower: string;
12520
+ following: string;
12519
12521
  };
12520
12522
  listSettingAuto: Array<{
12521
12523
  hasSetting: Boolean;
package/dist/index.d.ts CHANGED
@@ -12513,9 +12513,11 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
12513
12513
  timeSync: Date;
12514
12514
  };
12515
12515
  performanceHub: {
12516
- score: number;
12517
- status: string;
12518
- lastUpdate: Date;
12516
+ oldUsername: string;
12517
+ newUsername: string;
12518
+ totalPost: string;
12519
+ follower: string;
12520
+ following: string;
12519
12521
  };
12520
12522
  listSettingAuto: Array<{
12521
12523
  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.393",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",