automation-lib 5.4.230 → 5.4.232

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
@@ -5627,6 +5627,8 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
5627
5627
  sheetName: string;
5628
5628
  type: ETypeImport;
5629
5629
  time: Date;
5630
+ status: EStatusImport;
5631
+ usernameImport: string;
5630
5632
  }>;
5631
5633
  timeAddToDevice: Date;
5632
5634
  listTypeChangeInfo: Array<{
@@ -5836,7 +5838,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
5836
5838
  type: ETypeImport;
5837
5839
  time: Date;
5838
5840
  status: EStatusImport;
5839
- note: string;
5841
+ usernameImport: string;
5840
5842
  }>;
5841
5843
  runStartDateTime: Date;
5842
5844
  runEndDateTime: Date;
package/dist/index.d.ts CHANGED
@@ -5627,6 +5627,8 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
5627
5627
  sheetName: string;
5628
5628
  type: ETypeImport;
5629
5629
  time: Date;
5630
+ status: EStatusImport;
5631
+ usernameImport: string;
5630
5632
  }>;
5631
5633
  timeAddToDevice: Date;
5632
5634
  listTypeChangeInfo: Array<{
@@ -5836,7 +5838,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
5836
5838
  type: ETypeImport;
5837
5839
  time: Date;
5838
5840
  status: EStatusImport;
5839
- note: string;
5841
+ usernameImport: string;
5840
5842
  }>;
5841
5843
  runStartDateTime: Date;
5842
5844
  runEndDateTime: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.230",
3
+ "version": "5.4.232",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",