automation-lib 5.4.233 → 5.4.234
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 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3305,6 +3305,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
3305
3305
|
status: EStatusImport;
|
|
3306
3306
|
note: string;
|
|
3307
3307
|
}>;
|
|
3308
|
+
timeAddToDevice: Date;
|
|
3308
3309
|
}
|
|
3309
3310
|
interface AutoFillOverviewThreadsAccountRawDto {
|
|
3310
3311
|
idea: {
|
|
@@ -3551,6 +3552,7 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3551
3552
|
totalPosts: number;
|
|
3552
3553
|
totalPostFollower: number;
|
|
3553
3554
|
totalPostFollowing: number;
|
|
3555
|
+
timeAddToDevice: Date;
|
|
3554
3556
|
}
|
|
3555
3557
|
interface FilterThreadsAccountRunDto extends IFilterBaseDto {
|
|
3556
3558
|
deviceType: ETypeDeviceOS[];
|
|
@@ -5961,6 +5963,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5961
5963
|
status: EStatusAccountSocialLoginEmail;
|
|
5962
5964
|
time: Date;
|
|
5963
5965
|
};
|
|
5966
|
+
timeAddToDevice: Date;
|
|
5964
5967
|
}
|
|
5965
5968
|
interface FilterInstagramAccountRunDto extends IFilterBaseDto {
|
|
5966
5969
|
idea: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -3305,6 +3305,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
3305
3305
|
status: EStatusImport;
|
|
3306
3306
|
note: string;
|
|
3307
3307
|
}>;
|
|
3308
|
+
timeAddToDevice: Date;
|
|
3308
3309
|
}
|
|
3309
3310
|
interface AutoFillOverviewThreadsAccountRawDto {
|
|
3310
3311
|
idea: {
|
|
@@ -3551,6 +3552,7 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3551
3552
|
totalPosts: number;
|
|
3552
3553
|
totalPostFollower: number;
|
|
3553
3554
|
totalPostFollowing: number;
|
|
3555
|
+
timeAddToDevice: Date;
|
|
3554
3556
|
}
|
|
3555
3557
|
interface FilterThreadsAccountRunDto extends IFilterBaseDto {
|
|
3556
3558
|
deviceType: ETypeDeviceOS[];
|
|
@@ -5961,6 +5963,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5961
5963
|
status: EStatusAccountSocialLoginEmail;
|
|
5962
5964
|
time: Date;
|
|
5963
5965
|
};
|
|
5966
|
+
timeAddToDevice: Date;
|
|
5964
5967
|
}
|
|
5965
5968
|
interface FilterInstagramAccountRunDto extends IFilterBaseDto {
|
|
5966
5969
|
idea: string[];
|