automation-lib 5.4.391 → 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 +5 -3
- package/dist/index.d.ts +5 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12513,9 +12513,11 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
12513
12513
|
timeSync: Date;
|
|
12514
12514
|
};
|
|
12515
12515
|
performanceHub: {
|
|
12516
|
-
|
|
12517
|
-
|
|
12518
|
-
|
|
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
|
-
|
|
12517
|
-
|
|
12518
|
-
|
|
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;
|