automation-lib 5.4.203 → 5.4.208

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
@@ -3846,7 +3846,7 @@ interface FindAccountThreadsSettingPostDto {
3846
3846
  username: string;
3847
3847
  groupName: string;
3848
3848
  hasSetting: boolean;
3849
- statusAccount: EStatusAccountSocial;
3849
+ statusAccount: EStatusSocialAccountRaw;
3850
3850
  }
3851
3851
  interface FindOverViewThreadsSettingPostDto {
3852
3852
  totalDepartments: number;
@@ -3928,7 +3928,7 @@ interface FindAccountThreadsSettingInteractFollowDto {
3928
3928
  username: string;
3929
3929
  groupName: string;
3930
3930
  hasSetting: boolean;
3931
- statusAccount: EStatusAccountSocial;
3931
+ statusAccount: EStatusSocialAccountRaw;
3932
3932
  }
3933
3933
  interface FindOverViewThreadsSettingInteractFollowDto {
3934
3934
  totalDepartments: number;
@@ -4010,7 +4010,7 @@ interface FindAccountThreadsSettingInteractUnFollowDto {
4010
4010
  username: string;
4011
4011
  groupName: string;
4012
4012
  hasSetting: boolean;
4013
- statusAccount: EStatusAccountSocial;
4013
+ statusAccount: EStatusSocialAccountRaw;
4014
4014
  }
4015
4015
  interface FindOverViewThreadsSettingInteractUnFollowDto {
4016
4016
  totalDepartments: number;
@@ -4092,7 +4092,7 @@ interface FindAccountThreadsSettingInteractReplyCommentDto {
4092
4092
  username: string;
4093
4093
  groupName: string;
4094
4094
  hasSetting: boolean;
4095
- statusAccount: EStatusAccountSocial;
4095
+ statusAccount: EStatusSocialAccountRaw;
4096
4096
  }
4097
4097
  interface FindOverViewThreadsSettingInteractReplyCommentDto {
4098
4098
  totalDepartments: number;
@@ -4174,7 +4174,7 @@ interface FindAccountThreadsSettingInteractReplyMessageDto {
4174
4174
  username: string;
4175
4175
  groupName: string;
4176
4176
  hasSetting: boolean;
4177
- statusAccount: EStatusAccountSocial;
4177
+ statusAccount: EStatusSocialAccountRaw;
4178
4178
  }
4179
4179
  interface FindOverViewThreadsSettingInteractReplyMessageDto {
4180
4180
  totalDepartments: number;
@@ -5232,7 +5232,7 @@ interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHist
5232
5232
  accountSetting: {
5233
5233
  typeAccount: ETypeAccountInstagramSetting;
5234
5234
  timeChangeTypeAccount: Date;
5235
- statusAccount: EStatusAccountSocialSetting;
5235
+ statusAccount: EStatusSocialAccountRaw;
5236
5236
  timeChangeAccount: Date;
5237
5237
  };
5238
5238
  emailInfo: {
@@ -6638,7 +6638,7 @@ interface FindAccountInstagramSettingInteractExploreDto {
6638
6638
  username: string;
6639
6639
  groupName: string;
6640
6640
  hasSetting: boolean;
6641
- statusAccount: EStatusAccountSocial;
6641
+ statusAccount: EStatusSocialAccountRaw;
6642
6642
  }
6643
6643
  interface FindOverViewInstagramSettingInteractExploreDto {
6644
6644
  totalDepartments: number;
@@ -6735,7 +6735,7 @@ interface FindAccountInstagramSettingInteractFollowDto {
6735
6735
  username: string;
6736
6736
  groupName: string;
6737
6737
  hasSetting: boolean;
6738
- statusAccount: EStatusAccountSocial;
6738
+ statusAccount: EStatusSocialAccountRaw;
6739
6739
  }
6740
6740
  interface FindOverViewInstagramSettingInteractFollowDto {
6741
6741
  totalDepartments: number;
@@ -6852,7 +6852,7 @@ interface FindAccountInstagramSettingInteractReelDto {
6852
6852
  username: string;
6853
6853
  groupName: string;
6854
6854
  hasSetting: boolean;
6855
- statusAccount: EStatusAccountSocial;
6855
+ statusAccount: EStatusSocialAccountRaw;
6856
6856
  }
6857
6857
  interface FindOverViewInstagramSettingInteractReelDto {
6858
6858
  totalDepartments: number;
@@ -6948,7 +6948,7 @@ interface FindAccountInstagramSettingInteractReplyCommentDto {
6948
6948
  username: string;
6949
6949
  groupName: string;
6950
6950
  hasSetting: boolean;
6951
- statusAccount: EStatusAccountSocial;
6951
+ statusAccount: EStatusSocialAccountRaw;
6952
6952
  }
6953
6953
  interface FindOverViewInstagramSettingInteractReplyCommentDto {
6954
6954
  totalDepartments: number;
@@ -7048,7 +7048,7 @@ interface FindAccountInstagramSettingInteractReplyMessageDto {
7048
7048
  username: string;
7049
7049
  groupName: string;
7050
7050
  hasSetting: boolean;
7051
- statusAccount: EStatusAccountSocial;
7051
+ statusAccount: EStatusSocialAccountRaw;
7052
7052
  }
7053
7053
  interface FindOverViewInstagramSettingInteractReplyMessageDto {
7054
7054
  totalDepartments: number;
@@ -7144,7 +7144,7 @@ interface FindAccountInstagramSettingInteractStoryDto {
7144
7144
  username: string;
7145
7145
  groupName: string;
7146
7146
  hasSetting: boolean;
7147
- statusAccount: EStatusAccountSocial;
7147
+ statusAccount: EStatusSocialAccountRaw;
7148
7148
  }
7149
7149
  interface FindOverViewInstagramSettingInteractStoryDto {
7150
7150
  totalDepartments: number;
@@ -7250,7 +7250,7 @@ interface FindAccountInstagramSettingInteractUnFollowDto {
7250
7250
  username: string;
7251
7251
  groupName: string;
7252
7252
  hasSetting: boolean;
7253
- statusAccount: EStatusAccountSocial;
7253
+ statusAccount: EStatusSocialAccountRaw;
7254
7254
  }
7255
7255
  interface FindOverViewInstagramSettingInteractUnFollowDto {
7256
7256
  totalDepartments: number;
@@ -7351,7 +7351,7 @@ interface FindAccountInstagramSettingPostDto {
7351
7351
  username: string;
7352
7352
  groupName: string;
7353
7353
  hasSetting: boolean;
7354
- statusAccount: EStatusAccountSocial;
7354
+ statusAccount: EStatusSocialAccountRaw;
7355
7355
  }
7356
7356
  interface FindOverViewInstagramSettingPostDto {
7357
7357
  totalDepartments: number;
package/dist/index.d.ts CHANGED
@@ -3846,7 +3846,7 @@ interface FindAccountThreadsSettingPostDto {
3846
3846
  username: string;
3847
3847
  groupName: string;
3848
3848
  hasSetting: boolean;
3849
- statusAccount: EStatusAccountSocial;
3849
+ statusAccount: EStatusSocialAccountRaw;
3850
3850
  }
3851
3851
  interface FindOverViewThreadsSettingPostDto {
3852
3852
  totalDepartments: number;
@@ -3928,7 +3928,7 @@ interface FindAccountThreadsSettingInteractFollowDto {
3928
3928
  username: string;
3929
3929
  groupName: string;
3930
3930
  hasSetting: boolean;
3931
- statusAccount: EStatusAccountSocial;
3931
+ statusAccount: EStatusSocialAccountRaw;
3932
3932
  }
3933
3933
  interface FindOverViewThreadsSettingInteractFollowDto {
3934
3934
  totalDepartments: number;
@@ -4010,7 +4010,7 @@ interface FindAccountThreadsSettingInteractUnFollowDto {
4010
4010
  username: string;
4011
4011
  groupName: string;
4012
4012
  hasSetting: boolean;
4013
- statusAccount: EStatusAccountSocial;
4013
+ statusAccount: EStatusSocialAccountRaw;
4014
4014
  }
4015
4015
  interface FindOverViewThreadsSettingInteractUnFollowDto {
4016
4016
  totalDepartments: number;
@@ -4092,7 +4092,7 @@ interface FindAccountThreadsSettingInteractReplyCommentDto {
4092
4092
  username: string;
4093
4093
  groupName: string;
4094
4094
  hasSetting: boolean;
4095
- statusAccount: EStatusAccountSocial;
4095
+ statusAccount: EStatusSocialAccountRaw;
4096
4096
  }
4097
4097
  interface FindOverViewThreadsSettingInteractReplyCommentDto {
4098
4098
  totalDepartments: number;
@@ -4174,7 +4174,7 @@ interface FindAccountThreadsSettingInteractReplyMessageDto {
4174
4174
  username: string;
4175
4175
  groupName: string;
4176
4176
  hasSetting: boolean;
4177
- statusAccount: EStatusAccountSocial;
4177
+ statusAccount: EStatusSocialAccountRaw;
4178
4178
  }
4179
4179
  interface FindOverViewThreadsSettingInteractReplyMessageDto {
4180
4180
  totalDepartments: number;
@@ -5232,7 +5232,7 @@ interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHist
5232
5232
  accountSetting: {
5233
5233
  typeAccount: ETypeAccountInstagramSetting;
5234
5234
  timeChangeTypeAccount: Date;
5235
- statusAccount: EStatusAccountSocialSetting;
5235
+ statusAccount: EStatusSocialAccountRaw;
5236
5236
  timeChangeAccount: Date;
5237
5237
  };
5238
5238
  emailInfo: {
@@ -6638,7 +6638,7 @@ interface FindAccountInstagramSettingInteractExploreDto {
6638
6638
  username: string;
6639
6639
  groupName: string;
6640
6640
  hasSetting: boolean;
6641
- statusAccount: EStatusAccountSocial;
6641
+ statusAccount: EStatusSocialAccountRaw;
6642
6642
  }
6643
6643
  interface FindOverViewInstagramSettingInteractExploreDto {
6644
6644
  totalDepartments: number;
@@ -6735,7 +6735,7 @@ interface FindAccountInstagramSettingInteractFollowDto {
6735
6735
  username: string;
6736
6736
  groupName: string;
6737
6737
  hasSetting: boolean;
6738
- statusAccount: EStatusAccountSocial;
6738
+ statusAccount: EStatusSocialAccountRaw;
6739
6739
  }
6740
6740
  interface FindOverViewInstagramSettingInteractFollowDto {
6741
6741
  totalDepartments: number;
@@ -6852,7 +6852,7 @@ interface FindAccountInstagramSettingInteractReelDto {
6852
6852
  username: string;
6853
6853
  groupName: string;
6854
6854
  hasSetting: boolean;
6855
- statusAccount: EStatusAccountSocial;
6855
+ statusAccount: EStatusSocialAccountRaw;
6856
6856
  }
6857
6857
  interface FindOverViewInstagramSettingInteractReelDto {
6858
6858
  totalDepartments: number;
@@ -6948,7 +6948,7 @@ interface FindAccountInstagramSettingInteractReplyCommentDto {
6948
6948
  username: string;
6949
6949
  groupName: string;
6950
6950
  hasSetting: boolean;
6951
- statusAccount: EStatusAccountSocial;
6951
+ statusAccount: EStatusSocialAccountRaw;
6952
6952
  }
6953
6953
  interface FindOverViewInstagramSettingInteractReplyCommentDto {
6954
6954
  totalDepartments: number;
@@ -7048,7 +7048,7 @@ interface FindAccountInstagramSettingInteractReplyMessageDto {
7048
7048
  username: string;
7049
7049
  groupName: string;
7050
7050
  hasSetting: boolean;
7051
- statusAccount: EStatusAccountSocial;
7051
+ statusAccount: EStatusSocialAccountRaw;
7052
7052
  }
7053
7053
  interface FindOverViewInstagramSettingInteractReplyMessageDto {
7054
7054
  totalDepartments: number;
@@ -7144,7 +7144,7 @@ interface FindAccountInstagramSettingInteractStoryDto {
7144
7144
  username: string;
7145
7145
  groupName: string;
7146
7146
  hasSetting: boolean;
7147
- statusAccount: EStatusAccountSocial;
7147
+ statusAccount: EStatusSocialAccountRaw;
7148
7148
  }
7149
7149
  interface FindOverViewInstagramSettingInteractStoryDto {
7150
7150
  totalDepartments: number;
@@ -7250,7 +7250,7 @@ interface FindAccountInstagramSettingInteractUnFollowDto {
7250
7250
  username: string;
7251
7251
  groupName: string;
7252
7252
  hasSetting: boolean;
7253
- statusAccount: EStatusAccountSocial;
7253
+ statusAccount: EStatusSocialAccountRaw;
7254
7254
  }
7255
7255
  interface FindOverViewInstagramSettingInteractUnFollowDto {
7256
7256
  totalDepartments: number;
@@ -7351,7 +7351,7 @@ interface FindAccountInstagramSettingPostDto {
7351
7351
  username: string;
7352
7352
  groupName: string;
7353
7353
  hasSetting: boolean;
7354
- statusAccount: EStatusAccountSocial;
7354
+ statusAccount: EStatusSocialAccountRaw;
7355
7355
  }
7356
7356
  interface FindOverViewInstagramSettingPostDto {
7357
7357
  totalDepartments: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.203",
3
+ "version": "5.4.208",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",