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 +14 -14
- package/dist/index.d.ts +14 -14
- package/package.json +1 -1
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
7354
|
+
statusAccount: EStatusSocialAccountRaw;
|
|
7355
7355
|
}
|
|
7356
7356
|
interface FindOverViewInstagramSettingPostDto {
|
|
7357
7357
|
totalDepartments: number;
|