automation-lib 5.4.229 → 5.4.231
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
|
@@ -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
|
-
|
|
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
|
-
|
|
5841
|
+
usernameImport: string;
|
|
5840
5842
|
}>;
|
|
5841
5843
|
runStartDateTime: Date;
|
|
5842
5844
|
runEndDateTime: Date;
|