automation-lib 5.4.225 → 5.4.227

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 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
- status: EStatusImport;
5630
- note: string;
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
- status: EStatusImport;
5630
- note: string;
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.225",
3
+ "version": "5.4.227",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",