automation-lib 5.4.225 → 5.4.226
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 +7 -2
- package/dist/index.d.ts +7 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4649,6 +4649,7 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
|
|
|
4649
4649
|
device: IDevice | string;
|
|
4650
4650
|
isActiveOnDevice: boolean;
|
|
4651
4651
|
status: EStatusSocialAccountRaw;
|
|
4652
|
+
timeAddToDevice: Date;
|
|
4652
4653
|
numberFollower: number;
|
|
4653
4654
|
numberFollowing: number;
|
|
4654
4655
|
statusSyncAccount: EStatusAccountSocialSync;
|
|
@@ -5626,8 +5627,12 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5626
5627
|
sheetName: string;
|
|
5627
5628
|
type: ETypeImport;
|
|
5628
5629
|
time: Date;
|
|
5629
|
-
|
|
5630
|
-
|
|
5630
|
+
}>;
|
|
5631
|
+
timeAddToDevice: Date;
|
|
5632
|
+
listTypeChangeInfo: Array<{
|
|
5633
|
+
sheetUrl: string;
|
|
5634
|
+
sheetName: string;
|
|
5635
|
+
listTypeChangeInfo: string[];
|
|
5631
5636
|
}>;
|
|
5632
5637
|
}
|
|
5633
5638
|
interface FilterInstagramAccountRawDto extends IFilterBaseDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -4649,6 +4649,7 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
|
|
|
4649
4649
|
device: IDevice | string;
|
|
4650
4650
|
isActiveOnDevice: boolean;
|
|
4651
4651
|
status: EStatusSocialAccountRaw;
|
|
4652
|
+
timeAddToDevice: Date;
|
|
4652
4653
|
numberFollower: number;
|
|
4653
4654
|
numberFollowing: number;
|
|
4654
4655
|
statusSyncAccount: EStatusAccountSocialSync;
|
|
@@ -5626,8 +5627,12 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5626
5627
|
sheetName: string;
|
|
5627
5628
|
type: ETypeImport;
|
|
5628
5629
|
time: Date;
|
|
5629
|
-
|
|
5630
|
-
|
|
5630
|
+
}>;
|
|
5631
|
+
timeAddToDevice: Date;
|
|
5632
|
+
listTypeChangeInfo: Array<{
|
|
5633
|
+
sheetUrl: string;
|
|
5634
|
+
sheetName: string;
|
|
5635
|
+
listTypeChangeInfo: string[];
|
|
5631
5636
|
}>;
|
|
5632
5637
|
}
|
|
5633
5638
|
interface FilterInstagramAccountRawDto extends IFilterBaseDto {
|