automation-lib 5.1.293 → 5.1.294
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6274,8 +6274,8 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
|
|
|
6274
6274
|
};
|
|
6275
6275
|
folderImage: string;
|
|
6276
6276
|
totalPosts: number;
|
|
6277
|
-
|
|
6278
|
-
|
|
6277
|
+
totalFollower: number;
|
|
6278
|
+
totalFollowing: number;
|
|
6279
6279
|
}
|
|
6280
6280
|
interface FilterInstagramAccountRunDto extends IFilterBaseDto {
|
|
6281
6281
|
idea: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -6274,8 +6274,8 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
|
|
|
6274
6274
|
};
|
|
6275
6275
|
folderImage: string;
|
|
6276
6276
|
totalPosts: number;
|
|
6277
|
-
|
|
6278
|
-
|
|
6277
|
+
totalFollower: number;
|
|
6278
|
+
totalFollowing: number;
|
|
6279
6279
|
}
|
|
6280
6280
|
interface FilterInstagramAccountRunDto extends IFilterBaseDto {
|
|
6281
6281
|
idea: string[];
|