automation-lib 5.4.310 → 5.4.311

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
@@ -7032,6 +7032,7 @@ interface CreateInstagramSettingInteractFollowDto {
7032
7032
  timeDelayInteractUserFollowerTo: number;
7033
7033
  }
7034
7034
  interface UpdateInstagramSettingInteractFollowDto extends Partial<CreateInstagramSettingInteractFollowDto> {
7035
+ isStart: boolean;
7035
7036
  }
7036
7037
  interface FilterInstagramSettingFollowDto extends IFilterBaseDto {
7037
7038
  idea: string[];
@@ -7187,6 +7188,7 @@ interface CreateInstagramSettingInteractReplyCommentDto {
7187
7188
  isSkipUserNameNoneEnglish: boolean;
7188
7189
  }
7189
7190
  interface UpdateInstagramSettingInteractReplyCommentDto extends Partial<CreateInstagramSettingInteractReplyCommentDto> {
7191
+ isStart: boolean;
7190
7192
  }
7191
7193
  interface FilterInstagramSettingReplyCommentDto extends IFilterBaseDto {
7192
7194
  idea: string[];
@@ -7334,6 +7336,7 @@ interface CreateInstagramSettingInteractReplyMessageDto {
7334
7336
  isReplyAllMessageFromStories: boolean;
7335
7337
  }
7336
7338
  interface UpdateInstagramSettingInteractReplyMessageDto extends Partial<CreateInstagramSettingInteractReplyMessageDto> {
7339
+ isStart: boolean;
7337
7340
  }
7338
7341
  interface FilterInstagramSettingReplyMessageDto extends IFilterBaseDto {
7339
7342
  idea: string[];
@@ -7491,6 +7494,7 @@ interface CreateInstagramSettingInteractUnFollowDto {
7491
7494
  timeDelayInteractPerOperatorTo: number;
7492
7495
  }
7493
7496
  interface UpdateInstagramSettingInteractUnFollowDto extends Partial<CreateInstagramSettingInteractUnFollowDto> {
7497
+ isStart: boolean;
7494
7498
  }
7495
7499
  interface FilterInstagramSettingUnFollowDto extends IFilterBaseDto {
7496
7500
  idea: string[];
@@ -7526,6 +7530,7 @@ interface CreateInstagramSettingPostDto {
7526
7530
  timeExecuteForOperation: number;
7527
7531
  }
7528
7532
  interface UpdateInstagramSettingPostDto extends Partial<CreateInstagramSettingPostDto> {
7533
+ isStart: boolean;
7529
7534
  }
7530
7535
  interface FindOverViewInstagramSettingPostDto {
7531
7536
  totalDepartments: number;
package/dist/index.d.ts CHANGED
@@ -7032,6 +7032,7 @@ interface CreateInstagramSettingInteractFollowDto {
7032
7032
  timeDelayInteractUserFollowerTo: number;
7033
7033
  }
7034
7034
  interface UpdateInstagramSettingInteractFollowDto extends Partial<CreateInstagramSettingInteractFollowDto> {
7035
+ isStart: boolean;
7035
7036
  }
7036
7037
  interface FilterInstagramSettingFollowDto extends IFilterBaseDto {
7037
7038
  idea: string[];
@@ -7187,6 +7188,7 @@ interface CreateInstagramSettingInteractReplyCommentDto {
7187
7188
  isSkipUserNameNoneEnglish: boolean;
7188
7189
  }
7189
7190
  interface UpdateInstagramSettingInteractReplyCommentDto extends Partial<CreateInstagramSettingInteractReplyCommentDto> {
7191
+ isStart: boolean;
7190
7192
  }
7191
7193
  interface FilterInstagramSettingReplyCommentDto extends IFilterBaseDto {
7192
7194
  idea: string[];
@@ -7334,6 +7336,7 @@ interface CreateInstagramSettingInteractReplyMessageDto {
7334
7336
  isReplyAllMessageFromStories: boolean;
7335
7337
  }
7336
7338
  interface UpdateInstagramSettingInteractReplyMessageDto extends Partial<CreateInstagramSettingInteractReplyMessageDto> {
7339
+ isStart: boolean;
7337
7340
  }
7338
7341
  interface FilterInstagramSettingReplyMessageDto extends IFilterBaseDto {
7339
7342
  idea: string[];
@@ -7491,6 +7494,7 @@ interface CreateInstagramSettingInteractUnFollowDto {
7491
7494
  timeDelayInteractPerOperatorTo: number;
7492
7495
  }
7493
7496
  interface UpdateInstagramSettingInteractUnFollowDto extends Partial<CreateInstagramSettingInteractUnFollowDto> {
7497
+ isStart: boolean;
7494
7498
  }
7495
7499
  interface FilterInstagramSettingUnFollowDto extends IFilterBaseDto {
7496
7500
  idea: string[];
@@ -7526,6 +7530,7 @@ interface CreateInstagramSettingPostDto {
7526
7530
  timeExecuteForOperation: number;
7527
7531
  }
7528
7532
  interface UpdateInstagramSettingPostDto extends Partial<CreateInstagramSettingPostDto> {
7533
+ isStart: boolean;
7529
7534
  }
7530
7535
  interface FindOverViewInstagramSettingPostDto {
7531
7536
  totalDepartments: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.310",
3
+ "version": "5.4.311",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",