automation-lib 5.1.265 → 5.1.266
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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3115,7 +3115,6 @@ interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3115
3115
|
sheetName: string;
|
|
3116
3116
|
sheetURL: string;
|
|
3117
3117
|
account: IInstagramAccountRun | string;
|
|
3118
|
-
accountFollow: string;
|
|
3119
3118
|
currentFollower: number;
|
|
3120
3119
|
currentFollowing: number;
|
|
3121
3120
|
status: EStatusTaskScript;
|
package/dist/index.d.ts
CHANGED
|
@@ -3115,7 +3115,6 @@ interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3115
3115
|
sheetName: string;
|
|
3116
3116
|
sheetURL: string;
|
|
3117
3117
|
account: IInstagramAccountRun | string;
|
|
3118
|
-
accountFollow: string;
|
|
3119
3118
|
currentFollower: number;
|
|
3120
3119
|
currentFollowing: number;
|
|
3121
3120
|
status: EStatusTaskScript;
|