automation-lib 5.1.181 → 5.1.183
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2311,6 +2311,8 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2311
2311
|
statusRun: EStatusAccountSocialRun;
|
|
2312
2312
|
statusConnectDevice: EStatusConnectDevice;
|
|
2313
2313
|
noteConnectDevice: string;
|
|
2314
|
+
numberFollower: number;
|
|
2315
|
+
numberFollowing: number;
|
|
2314
2316
|
currentActiveTime: Date;
|
|
2315
2317
|
lastActiveTime: Date;
|
|
2316
2318
|
promptAvatar: string;
|
|
@@ -6182,7 +6184,7 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto, Omit<IInstagramS
|
|
|
6182
6184
|
typeSocial: ETypeSocial;
|
|
6183
6185
|
}
|
|
6184
6186
|
|
|
6185
|
-
interface FilterInstagramDashboardFollowerDto extends
|
|
6187
|
+
interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto {
|
|
6186
6188
|
idea: string[];
|
|
6187
6189
|
niche: string[];
|
|
6188
6190
|
devices: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -2311,6 +2311,8 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2311
2311
|
statusRun: EStatusAccountSocialRun;
|
|
2312
2312
|
statusConnectDevice: EStatusConnectDevice;
|
|
2313
2313
|
noteConnectDevice: string;
|
|
2314
|
+
numberFollower: number;
|
|
2315
|
+
numberFollowing: number;
|
|
2314
2316
|
currentActiveTime: Date;
|
|
2315
2317
|
lastActiveTime: Date;
|
|
2316
2318
|
promptAvatar: string;
|
|
@@ -6182,7 +6184,7 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto, Omit<IInstagramS
|
|
|
6182
6184
|
typeSocial: ETypeSocial;
|
|
6183
6185
|
}
|
|
6184
6186
|
|
|
6185
|
-
interface FilterInstagramDashboardFollowerDto extends
|
|
6187
|
+
interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto {
|
|
6186
6188
|
idea: string[];
|
|
6187
6189
|
niche: string[];
|
|
6188
6190
|
devices: string[];
|