automation-lib 5.4.18 → 5.4.19

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
@@ -3154,7 +3154,7 @@ interface AutoFillThreadsAccountRawDto {
3154
3154
  timeExecuteCover: Date;
3155
3155
  }
3156
3156
 
3157
- interface FindThreadsAccountRunDto extends IFindBaseDto, IThreadsAccountRun {
3157
+ interface FindThreadsAccountRunDto extends IFindBaseDto {
3158
3158
  idea: string | IManagerWork;
3159
3159
  niche: string | IManagerWork;
3160
3160
  type: ETypeManagerWorkClassify;
@@ -4984,7 +4984,7 @@ interface AutoFillAssignedMemberInstagramAccountRawDto {
4984
4984
  member: string;
4985
4985
  }
4986
4986
 
4987
- interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun {
4987
+ interface FindInstagramAccountRunDto extends IFindBaseDto {
4988
4988
  idea: string | IManagerWork;
4989
4989
  niche: string | IManagerWork;
4990
4990
  type: ETypeManagerWorkClassify;
package/dist/index.d.ts CHANGED
@@ -3154,7 +3154,7 @@ interface AutoFillThreadsAccountRawDto {
3154
3154
  timeExecuteCover: Date;
3155
3155
  }
3156
3156
 
3157
- interface FindThreadsAccountRunDto extends IFindBaseDto, IThreadsAccountRun {
3157
+ interface FindThreadsAccountRunDto extends IFindBaseDto {
3158
3158
  idea: string | IManagerWork;
3159
3159
  niche: string | IManagerWork;
3160
3160
  type: ETypeManagerWorkClassify;
@@ -4984,7 +4984,7 @@ interface AutoFillAssignedMemberInstagramAccountRawDto {
4984
4984
  member: string;
4985
4985
  }
4986
4986
 
4987
- interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun {
4987
+ interface FindInstagramAccountRunDto extends IFindBaseDto {
4988
4988
  idea: string | IManagerWork;
4989
4989
  niche: string | IManagerWork;
4990
4990
  type: ETypeManagerWorkClassify;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.18",
3
+ "version": "5.4.19",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",