automation-lib 5.4.67 → 5.4.68
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9705,6 +9705,8 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
9705
9705
|
timezone: ETimeZone;
|
|
9706
9706
|
listDateOfWeeks: string[];
|
|
9707
9707
|
schedulePostTime: Array<Array<string>>;
|
|
9708
|
+
growthFollow: number;
|
|
9709
|
+
timeGrowthFollow: Date;
|
|
9708
9710
|
isInteractUserFollower: boolean;
|
|
9709
9711
|
isInteractUserFollowing: boolean;
|
|
9710
9712
|
isInteractCurrentUser: boolean;
|
|
@@ -9938,6 +9940,8 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
9938
9940
|
timezone: ETimeZone;
|
|
9939
9941
|
listDateOfWeeks: string[];
|
|
9940
9942
|
schedulePostTime: Array<Array<string>>;
|
|
9943
|
+
growthFollow: number;
|
|
9944
|
+
timeGrowthFollow: Date;
|
|
9941
9945
|
unFollowPerDay: number;
|
|
9942
9946
|
unFollowPerHour: number;
|
|
9943
9947
|
isInteractBeforeUnFollow: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -9705,6 +9705,8 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
9705
9705
|
timezone: ETimeZone;
|
|
9706
9706
|
listDateOfWeeks: string[];
|
|
9707
9707
|
schedulePostTime: Array<Array<string>>;
|
|
9708
|
+
growthFollow: number;
|
|
9709
|
+
timeGrowthFollow: Date;
|
|
9708
9710
|
isInteractUserFollower: boolean;
|
|
9709
9711
|
isInteractUserFollowing: boolean;
|
|
9710
9712
|
isInteractCurrentUser: boolean;
|
|
@@ -9938,6 +9940,8 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
9938
9940
|
timezone: ETimeZone;
|
|
9939
9941
|
listDateOfWeeks: string[];
|
|
9940
9942
|
schedulePostTime: Array<Array<string>>;
|
|
9943
|
+
growthFollow: number;
|
|
9944
|
+
timeGrowthFollow: Date;
|
|
9941
9945
|
unFollowPerDay: number;
|
|
9942
9946
|
unFollowPerHour: number;
|
|
9943
9947
|
isInteractBeforeUnFollow: boolean;
|