automation-lib 5.4.207 → 5.4.210
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 +231 -650
- package/dist/index.d.ts +231 -650
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3248,7 +3248,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
|
|
|
3248
3248
|
accountSetting: {
|
|
3249
3249
|
typeAccount: ETypeAccountInstagramSetting;
|
|
3250
3250
|
timeChangeTypeAccount: Date;
|
|
3251
|
-
statusAccount:
|
|
3251
|
+
statusAccount: EStatusAccountSocialSetting;
|
|
3252
3252
|
timeChangeAccount: Date;
|
|
3253
3253
|
};
|
|
3254
3254
|
avatarInfo: {
|
|
@@ -3841,13 +3841,6 @@ interface FilterThreadsReportInteractReplyMessageDto extends IFilterBaseDto, IFi
|
|
|
3841
3841
|
listDateOfWeeks: EDayOfWeek[];
|
|
3842
3842
|
}
|
|
3843
3843
|
|
|
3844
|
-
interface FindAccountThreadsSettingPostDto {
|
|
3845
|
-
id: string;
|
|
3846
|
-
username: string;
|
|
3847
|
-
groupName: string;
|
|
3848
|
-
hasSetting: boolean;
|
|
3849
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
3850
|
-
}
|
|
3851
3844
|
interface FindOverViewThreadsSettingPostDto {
|
|
3852
3845
|
totalDepartments: number;
|
|
3853
3846
|
totalLeaders: number;
|
|
@@ -3897,6 +3890,7 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
|
3897
3890
|
device: {
|
|
3898
3891
|
id: string;
|
|
3899
3892
|
name: string;
|
|
3893
|
+
key: string;
|
|
3900
3894
|
};
|
|
3901
3895
|
accountGroup: {
|
|
3902
3896
|
id: string;
|
|
@@ -3908,8 +3902,20 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
|
3908
3902
|
nameAppCloneSocial: string;
|
|
3909
3903
|
accountDeviceTypeAppClone: string;
|
|
3910
3904
|
accountDeviceNameAppClone: string;
|
|
3905
|
+
statusLogin: string;
|
|
3911
3906
|
};
|
|
3912
|
-
|
|
3907
|
+
sheetInfo: {
|
|
3908
|
+
id: string;
|
|
3909
|
+
name: string;
|
|
3910
|
+
url: string;
|
|
3911
|
+
type: string;
|
|
3912
|
+
status: string;
|
|
3913
|
+
};
|
|
3914
|
+
timezone: ETimeZone;
|
|
3915
|
+
timeCopySetting: Date;
|
|
3916
|
+
isStart: boolean;
|
|
3917
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
3918
|
+
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
3913
3919
|
}
|
|
3914
3920
|
interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3915
3921
|
idea: string[];
|
|
@@ -3923,13 +3929,6 @@ interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccount
|
|
|
3923
3929
|
status: EStatusActive[];
|
|
3924
3930
|
}
|
|
3925
3931
|
|
|
3926
|
-
interface FindAccountThreadsSettingInteractFollowDto {
|
|
3927
|
-
id: string;
|
|
3928
|
-
username: string;
|
|
3929
|
-
groupName: string;
|
|
3930
|
-
hasSetting: boolean;
|
|
3931
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
3932
|
-
}
|
|
3933
3932
|
interface FindOverViewThreadsSettingInteractFollowDto {
|
|
3934
3933
|
totalDepartments: number;
|
|
3935
3934
|
totalLeaders: number;
|
|
@@ -3979,6 +3978,7 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
|
|
|
3979
3978
|
device: {
|
|
3980
3979
|
id: string;
|
|
3981
3980
|
name: string;
|
|
3981
|
+
key: string;
|
|
3982
3982
|
};
|
|
3983
3983
|
accountGroup: {
|
|
3984
3984
|
id: string;
|
|
@@ -3990,8 +3990,20 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
|
|
|
3990
3990
|
nameAppCloneSocial: string;
|
|
3991
3991
|
accountDeviceTypeAppClone: string;
|
|
3992
3992
|
accountDeviceNameAppClone: string;
|
|
3993
|
+
statusLogin: string;
|
|
3993
3994
|
};
|
|
3994
|
-
|
|
3995
|
+
sheetInfo: {
|
|
3996
|
+
id: string;
|
|
3997
|
+
name: string;
|
|
3998
|
+
url: string;
|
|
3999
|
+
type: string;
|
|
4000
|
+
status: string;
|
|
4001
|
+
};
|
|
4002
|
+
timezone: ETimeZone;
|
|
4003
|
+
timeCopySetting: Date;
|
|
4004
|
+
isStart: boolean;
|
|
4005
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
4006
|
+
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
3995
4007
|
}
|
|
3996
4008
|
interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3997
4009
|
idea: string[];
|
|
@@ -4005,13 +4017,6 @@ interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterB
|
|
|
4005
4017
|
status: EStatusActive[];
|
|
4006
4018
|
}
|
|
4007
4019
|
|
|
4008
|
-
interface FindAccountThreadsSettingInteractUnFollowDto {
|
|
4009
|
-
id: string;
|
|
4010
|
-
username: string;
|
|
4011
|
-
groupName: string;
|
|
4012
|
-
hasSetting: boolean;
|
|
4013
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
4014
|
-
}
|
|
4015
4020
|
interface FindOverViewThreadsSettingInteractUnFollowDto {
|
|
4016
4021
|
totalDepartments: number;
|
|
4017
4022
|
totalLeaders: number;
|
|
@@ -4061,6 +4066,7 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
|
|
|
4061
4066
|
device: {
|
|
4062
4067
|
id: string;
|
|
4063
4068
|
name: string;
|
|
4069
|
+
key: string;
|
|
4064
4070
|
};
|
|
4065
4071
|
accountGroup: {
|
|
4066
4072
|
id: string;
|
|
@@ -4072,8 +4078,20 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
|
|
|
4072
4078
|
nameAppCloneSocial: string;
|
|
4073
4079
|
accountDeviceTypeAppClone: string;
|
|
4074
4080
|
accountDeviceNameAppClone: string;
|
|
4081
|
+
statusLogin: string;
|
|
4075
4082
|
};
|
|
4076
|
-
|
|
4083
|
+
sheetInfo: {
|
|
4084
|
+
id: string;
|
|
4085
|
+
name: string;
|
|
4086
|
+
url: string;
|
|
4087
|
+
type: string;
|
|
4088
|
+
status: string;
|
|
4089
|
+
};
|
|
4090
|
+
timezone: ETimeZone;
|
|
4091
|
+
timeCopySetting: Date;
|
|
4092
|
+
isStart: boolean;
|
|
4093
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
4094
|
+
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
4077
4095
|
}
|
|
4078
4096
|
interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
4079
4097
|
idea: string[];
|
|
@@ -4087,13 +4105,6 @@ interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilte
|
|
|
4087
4105
|
status: EStatusActive[];
|
|
4088
4106
|
}
|
|
4089
4107
|
|
|
4090
|
-
interface FindAccountThreadsSettingInteractReplyCommentDto {
|
|
4091
|
-
id: string;
|
|
4092
|
-
username: string;
|
|
4093
|
-
groupName: string;
|
|
4094
|
-
hasSetting: boolean;
|
|
4095
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
4096
|
-
}
|
|
4097
4108
|
interface FindOverViewThreadsSettingInteractReplyCommentDto {
|
|
4098
4109
|
totalDepartments: number;
|
|
4099
4110
|
totalLeaders: number;
|
|
@@ -4143,6 +4154,7 @@ interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThrea
|
|
|
4143
4154
|
device: {
|
|
4144
4155
|
id: string;
|
|
4145
4156
|
name: string;
|
|
4157
|
+
key: string;
|
|
4146
4158
|
};
|
|
4147
4159
|
accountGroup: {
|
|
4148
4160
|
id: string;
|
|
@@ -4154,8 +4166,20 @@ interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThrea
|
|
|
4154
4166
|
nameAppCloneSocial: string;
|
|
4155
4167
|
accountDeviceTypeAppClone: string;
|
|
4156
4168
|
accountDeviceNameAppClone: string;
|
|
4169
|
+
statusLogin: string;
|
|
4157
4170
|
};
|
|
4158
|
-
|
|
4171
|
+
sheetInfo: {
|
|
4172
|
+
id: string;
|
|
4173
|
+
name: string;
|
|
4174
|
+
url: string;
|
|
4175
|
+
type: string;
|
|
4176
|
+
status: string;
|
|
4177
|
+
};
|
|
4178
|
+
timezone: ETimeZone;
|
|
4179
|
+
timeCopySetting: Date;
|
|
4180
|
+
isStart: boolean;
|
|
4181
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
4182
|
+
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
4159
4183
|
}
|
|
4160
4184
|
interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
4161
4185
|
idea: string[];
|
|
@@ -4169,13 +4193,6 @@ interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IF
|
|
|
4169
4193
|
status: EStatusActive[];
|
|
4170
4194
|
}
|
|
4171
4195
|
|
|
4172
|
-
interface FindAccountThreadsSettingInteractReplyMessageDto {
|
|
4173
|
-
id: string;
|
|
4174
|
-
username: string;
|
|
4175
|
-
groupName: string;
|
|
4176
|
-
hasSetting: boolean;
|
|
4177
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
4178
|
-
}
|
|
4179
4196
|
interface FindOverViewThreadsSettingInteractReplyMessageDto {
|
|
4180
4197
|
totalDepartments: number;
|
|
4181
4198
|
totalLeaders: number;
|
|
@@ -4225,6 +4242,7 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
|
|
|
4225
4242
|
device: {
|
|
4226
4243
|
id: string;
|
|
4227
4244
|
name: string;
|
|
4245
|
+
key: string;
|
|
4228
4246
|
};
|
|
4229
4247
|
accountGroup: {
|
|
4230
4248
|
id: string;
|
|
@@ -4236,8 +4254,20 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
|
|
|
4236
4254
|
nameAppCloneSocial: string;
|
|
4237
4255
|
accountDeviceTypeAppClone: string;
|
|
4238
4256
|
accountDeviceNameAppClone: string;
|
|
4257
|
+
statusLogin: string;
|
|
4239
4258
|
};
|
|
4240
|
-
|
|
4259
|
+
sheetInfo: {
|
|
4260
|
+
id: string;
|
|
4261
|
+
name: string;
|
|
4262
|
+
url: string;
|
|
4263
|
+
type: string;
|
|
4264
|
+
status: string;
|
|
4265
|
+
};
|
|
4266
|
+
timezone: ETimeZone;
|
|
4267
|
+
timeCopySetting: Date;
|
|
4268
|
+
isStart: boolean;
|
|
4269
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
4270
|
+
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
4241
4271
|
}
|
|
4242
4272
|
interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
4243
4273
|
idea: string[];
|
|
@@ -5547,7 +5577,7 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5547
5577
|
accountSetting: {
|
|
5548
5578
|
typeAccount: ETypeAccountInstagramSetting;
|
|
5549
5579
|
timeChangeTypeAccount: Date;
|
|
5550
|
-
statusAccount:
|
|
5580
|
+
statusAccount: EStatusAccountSocialSetting;
|
|
5551
5581
|
timeChangeAccount: Date;
|
|
5552
5582
|
};
|
|
5553
5583
|
avatarInfo: {
|
|
@@ -5877,7 +5907,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5877
5907
|
accountSetting: {
|
|
5878
5908
|
typeAccount: ETypeAccountInstagramSetting;
|
|
5879
5909
|
timeChangeTypeAccount: Date;
|
|
5880
|
-
statusAccount:
|
|
5910
|
+
statusAccount: EStatusAccountSocialSetting;
|
|
5881
5911
|
timeChangeAccount: Date;
|
|
5882
5912
|
};
|
|
5883
5913
|
avatarInfo: {
|
|
@@ -6633,14 +6663,7 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
|
|
|
6633
6663
|
statusSheet: ESheetToolStatusRun[];
|
|
6634
6664
|
}
|
|
6635
6665
|
|
|
6636
|
-
interface
|
|
6637
|
-
id: string;
|
|
6638
|
-
username: string;
|
|
6639
|
-
groupName: string;
|
|
6640
|
-
hasSetting: boolean;
|
|
6641
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
6642
|
-
}
|
|
6643
|
-
interface FindOverViewInstagramSettingInteractExploreDto {
|
|
6666
|
+
interface FindOverViewInstagramSettingInteractFollowDto {
|
|
6644
6667
|
totalDepartments: number;
|
|
6645
6668
|
totalLeaders: number;
|
|
6646
6669
|
totalMembers: number;
|
|
@@ -6672,7 +6695,7 @@ interface FindOverViewInstagramSettingInteractExploreDto {
|
|
|
6672
6695
|
inactive: number;
|
|
6673
6696
|
};
|
|
6674
6697
|
}
|
|
6675
|
-
interface
|
|
6698
|
+
interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
6676
6699
|
idea: {
|
|
6677
6700
|
id: string;
|
|
6678
6701
|
name: string;
|
|
@@ -6689,6 +6712,7 @@ interface FindInstagramSettingInteractExploreDto extends IFindBaseDto {
|
|
|
6689
6712
|
device: {
|
|
6690
6713
|
id: string;
|
|
6691
6714
|
name: string;
|
|
6715
|
+
key: string;
|
|
6692
6716
|
};
|
|
6693
6717
|
accountGroup: {
|
|
6694
6718
|
id: string;
|
|
@@ -6700,108 +6724,20 @@ interface FindInstagramSettingInteractExploreDto extends IFindBaseDto {
|
|
|
6700
6724
|
nameAppCloneSocial: string;
|
|
6701
6725
|
accountDeviceTypeAppClone: string;
|
|
6702
6726
|
accountDeviceNameAppClone: string;
|
|
6727
|
+
statusLogin: string;
|
|
6703
6728
|
};
|
|
6704
|
-
|
|
6705
|
-
timeDelayTo: number;
|
|
6706
|
-
listRunTimes: Array<Array<string>>;
|
|
6707
|
-
maxViewPerDay: number;
|
|
6708
|
-
limitViewPerDayFrom: number;
|
|
6709
|
-
limitViewPerDayTo: number;
|
|
6710
|
-
increaseDailyViewFrom: number;
|
|
6711
|
-
increaseDailyViewTo: number;
|
|
6712
|
-
limitNumberLikePerOperationFrom: number;
|
|
6713
|
-
limitNumberLikePerOperationTo: number;
|
|
6714
|
-
timeDelayLikeFrom: number;
|
|
6715
|
-
timeDelayLikeTo: number;
|
|
6716
|
-
isTimeUs: boolean;
|
|
6717
|
-
isDetailsView: boolean;
|
|
6718
|
-
isLikeExplore: boolean;
|
|
6719
|
-
status: EStatusActive;
|
|
6720
|
-
}
|
|
6721
|
-
interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6722
|
-
idea: string[];
|
|
6723
|
-
niche: string[];
|
|
6724
|
-
type: ETypeManagerWorkClassify[];
|
|
6725
|
-
pc: string[];
|
|
6726
|
-
deviceName: string[];
|
|
6727
|
-
deviceKey: string[];
|
|
6728
|
-
accountGroup: string[];
|
|
6729
|
-
account: string[];
|
|
6730
|
-
status: EStatusActive[];
|
|
6731
|
-
}
|
|
6732
|
-
|
|
6733
|
-
interface FindAccountInstagramSettingInteractFollowDto {
|
|
6734
|
-
id: string;
|
|
6735
|
-
username: string;
|
|
6736
|
-
groupName: string;
|
|
6737
|
-
hasSetting: boolean;
|
|
6738
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
6739
|
-
}
|
|
6740
|
-
interface FindOverViewInstagramSettingInteractFollowDto {
|
|
6741
|
-
totalDepartments: number;
|
|
6742
|
-
totalLeaders: number;
|
|
6743
|
-
totalMembers: number;
|
|
6744
|
-
totalTeams: number;
|
|
6745
|
-
totalPC: number;
|
|
6746
|
-
totalDevice: number;
|
|
6747
|
-
totalAccountGroups: number;
|
|
6748
|
-
totalAccounts: number;
|
|
6749
|
-
totalIdea: number;
|
|
6750
|
-
totalNiche: number;
|
|
6751
|
-
totalType: {
|
|
6752
|
-
total: number;
|
|
6753
|
-
TM: number;
|
|
6754
|
-
NTM: number;
|
|
6755
|
-
};
|
|
6756
|
-
totalSocial: {
|
|
6757
|
-
active: number;
|
|
6758
|
-
pending: number;
|
|
6759
|
-
inactive: number;
|
|
6760
|
-
suspended: number;
|
|
6761
|
-
};
|
|
6762
|
-
totalLogin: {
|
|
6763
|
-
available: number;
|
|
6764
|
-
unAvailable: number;
|
|
6765
|
-
na: number;
|
|
6766
|
-
};
|
|
6767
|
-
totalStatus: {
|
|
6768
|
-
active: number;
|
|
6769
|
-
inactive: number;
|
|
6770
|
-
};
|
|
6771
|
-
}
|
|
6772
|
-
interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
6773
|
-
idea: {
|
|
6774
|
-
id: string;
|
|
6775
|
-
name: string;
|
|
6776
|
-
};
|
|
6777
|
-
niche: {
|
|
6778
|
-
id: string;
|
|
6779
|
-
name: string;
|
|
6780
|
-
};
|
|
6781
|
-
type: ETypeManagerWorkClassify;
|
|
6782
|
-
pc: {
|
|
6783
|
-
id: string;
|
|
6784
|
-
name: string;
|
|
6785
|
-
};
|
|
6786
|
-
device: {
|
|
6787
|
-
id: string;
|
|
6788
|
-
name: string;
|
|
6789
|
-
};
|
|
6790
|
-
accountGroup: {
|
|
6791
|
-
id: string;
|
|
6792
|
-
name: string;
|
|
6793
|
-
};
|
|
6794
|
-
accountInfo: {
|
|
6729
|
+
sheetInfo: {
|
|
6795
6730
|
id: string;
|
|
6796
6731
|
name: string;
|
|
6797
|
-
|
|
6798
|
-
|
|
6799
|
-
|
|
6732
|
+
url: string;
|
|
6733
|
+
type: string;
|
|
6734
|
+
status: string;
|
|
6800
6735
|
};
|
|
6801
|
-
|
|
6802
|
-
|
|
6803
|
-
|
|
6804
|
-
|
|
6736
|
+
timezone: ETimeZone;
|
|
6737
|
+
timeCopySetting: Date;
|
|
6738
|
+
isStart: boolean;
|
|
6739
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
6740
|
+
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
6805
6741
|
limitNumberFollowsPerDayFrom: number;
|
|
6806
6742
|
limitNumberFollowsPerDayTo: number;
|
|
6807
6743
|
increaseFollowPerDayFrom: number;
|
|
@@ -6824,7 +6760,6 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
|
6824
6760
|
limitNumberInteractUserFollowerTo: number;
|
|
6825
6761
|
timeDelayInteractUserFollowerFrom: number;
|
|
6826
6762
|
timeDelayInteractUserFollowerTo: number;
|
|
6827
|
-
isTimeUs: boolean;
|
|
6828
6763
|
isInteractUserFollower: boolean;
|
|
6829
6764
|
isInteractUserFollowing: boolean;
|
|
6830
6765
|
isInteractCurrentUser: boolean;
|
|
@@ -6833,7 +6768,6 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
|
6833
6768
|
isSkipFollowWhenUnFollowed: boolean;
|
|
6834
6769
|
isSkipFollowContainLinks: boolean;
|
|
6835
6770
|
isSkipBioNoneEnglish: boolean;
|
|
6836
|
-
status: EStatusActive;
|
|
6837
6771
|
}
|
|
6838
6772
|
interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6839
6773
|
idea: string[];
|
|
@@ -6847,14 +6781,7 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
|
|
|
6847
6781
|
status: EStatusActive[];
|
|
6848
6782
|
}
|
|
6849
6783
|
|
|
6850
|
-
interface
|
|
6851
|
-
id: string;
|
|
6852
|
-
username: string;
|
|
6853
|
-
groupName: string;
|
|
6854
|
-
hasSetting: boolean;
|
|
6855
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
6856
|
-
}
|
|
6857
|
-
interface FindOverViewInstagramSettingInteractReelDto {
|
|
6784
|
+
interface FindOverViewInstagramSettingInteractReplyCommentDto {
|
|
6858
6785
|
totalDepartments: number;
|
|
6859
6786
|
totalLeaders: number;
|
|
6860
6787
|
totalMembers: number;
|
|
@@ -6886,7 +6813,7 @@ interface FindOverViewInstagramSettingInteractReelDto {
|
|
|
6886
6813
|
inactive: number;
|
|
6887
6814
|
};
|
|
6888
6815
|
}
|
|
6889
|
-
interface
|
|
6816
|
+
interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
|
|
6890
6817
|
idea: {
|
|
6891
6818
|
id: string;
|
|
6892
6819
|
name: string;
|
|
@@ -6903,6 +6830,7 @@ interface FindInstagramSettingInteractReelDto extends IFindBaseDto {
|
|
|
6903
6830
|
device: {
|
|
6904
6831
|
id: string;
|
|
6905
6832
|
name: string;
|
|
6833
|
+
key: string;
|
|
6906
6834
|
};
|
|
6907
6835
|
accountGroup: {
|
|
6908
6836
|
id: string;
|
|
@@ -6914,106 +6842,20 @@ interface FindInstagramSettingInteractReelDto extends IFindBaseDto {
|
|
|
6914
6842
|
nameAppCloneSocial: string;
|
|
6915
6843
|
accountDeviceTypeAppClone: string;
|
|
6916
6844
|
accountDeviceNameAppClone: string;
|
|
6845
|
+
statusLogin: string;
|
|
6917
6846
|
};
|
|
6918
|
-
|
|
6919
|
-
timeDelayTo: number;
|
|
6920
|
-
listRunTimes: Array<Array<string>>;
|
|
6921
|
-
limitViewPerDayFrom: number;
|
|
6922
|
-
limitViewPerDayTo: number;
|
|
6923
|
-
increaseDailyViewFrom: number;
|
|
6924
|
-
increaseDailyViewTo: number;
|
|
6925
|
-
maxViewPerDay: number;
|
|
6926
|
-
limitNumberLikePerOperationFrom: number;
|
|
6927
|
-
limitNumberLikePerOperationTo: number;
|
|
6928
|
-
timeDelayLikeFrom: number;
|
|
6929
|
-
timeDelayLikeTo: number;
|
|
6930
|
-
isTimeUs: boolean;
|
|
6931
|
-
isLikeReel: boolean;
|
|
6932
|
-
status: EStatusActive;
|
|
6933
|
-
}
|
|
6934
|
-
interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6935
|
-
idea: string[];
|
|
6936
|
-
niche: string[];
|
|
6937
|
-
type: ETypeManagerWorkClassify[];
|
|
6938
|
-
pc: string[];
|
|
6939
|
-
deviceName: string[];
|
|
6940
|
-
deviceKey: string[];
|
|
6941
|
-
accountGroup: string[];
|
|
6942
|
-
account: string[];
|
|
6943
|
-
status: EStatusActive[];
|
|
6944
|
-
}
|
|
6945
|
-
|
|
6946
|
-
interface FindAccountInstagramSettingInteractReplyCommentDto {
|
|
6947
|
-
id: string;
|
|
6948
|
-
username: string;
|
|
6949
|
-
groupName: string;
|
|
6950
|
-
hasSetting: boolean;
|
|
6951
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
6952
|
-
}
|
|
6953
|
-
interface FindOverViewInstagramSettingInteractReplyCommentDto {
|
|
6954
|
-
totalDepartments: number;
|
|
6955
|
-
totalLeaders: number;
|
|
6956
|
-
totalMembers: number;
|
|
6957
|
-
totalTeams: number;
|
|
6958
|
-
totalPC: number;
|
|
6959
|
-
totalDevice: number;
|
|
6960
|
-
totalAccountGroups: number;
|
|
6961
|
-
totalAccounts: number;
|
|
6962
|
-
totalIdea: number;
|
|
6963
|
-
totalNiche: number;
|
|
6964
|
-
totalType: {
|
|
6965
|
-
total: number;
|
|
6966
|
-
TM: number;
|
|
6967
|
-
NTM: number;
|
|
6968
|
-
};
|
|
6969
|
-
totalSocial: {
|
|
6970
|
-
active: number;
|
|
6971
|
-
pending: number;
|
|
6972
|
-
inactive: number;
|
|
6973
|
-
suspended: number;
|
|
6974
|
-
};
|
|
6975
|
-
totalLogin: {
|
|
6976
|
-
available: number;
|
|
6977
|
-
unAvailable: number;
|
|
6978
|
-
na: number;
|
|
6979
|
-
};
|
|
6980
|
-
totalStatus: {
|
|
6981
|
-
active: number;
|
|
6982
|
-
inactive: number;
|
|
6983
|
-
};
|
|
6984
|
-
}
|
|
6985
|
-
interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
|
|
6986
|
-
idea: {
|
|
6987
|
-
id: string;
|
|
6988
|
-
name: string;
|
|
6989
|
-
};
|
|
6990
|
-
niche: {
|
|
6991
|
-
id: string;
|
|
6992
|
-
name: string;
|
|
6993
|
-
};
|
|
6994
|
-
type: ETypeManagerWorkClassify;
|
|
6995
|
-
pc: {
|
|
6996
|
-
id: string;
|
|
6997
|
-
name: string;
|
|
6998
|
-
};
|
|
6999
|
-
device: {
|
|
6847
|
+
sheetInfo: {
|
|
7000
6848
|
id: string;
|
|
7001
6849
|
name: string;
|
|
6850
|
+
url: string;
|
|
6851
|
+
type: string;
|
|
6852
|
+
status: string;
|
|
7002
6853
|
};
|
|
7003
|
-
|
|
7004
|
-
|
|
7005
|
-
|
|
7006
|
-
|
|
7007
|
-
|
|
7008
|
-
id: string;
|
|
7009
|
-
name: string;
|
|
7010
|
-
nameAppCloneSocial: string;
|
|
7011
|
-
accountDeviceTypeAppClone: string;
|
|
7012
|
-
accountDeviceNameAppClone: string;
|
|
7013
|
-
};
|
|
7014
|
-
timeDelayFrom: number;
|
|
7015
|
-
timeDelayTo: number;
|
|
7016
|
-
listRunTimes: Array<Array<string>>;
|
|
6854
|
+
timezone: ETimeZone;
|
|
6855
|
+
timeCopySetting: Date;
|
|
6856
|
+
isStart: boolean;
|
|
6857
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
6858
|
+
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
7017
6859
|
limitNumberPostForCommentsFrom: number;
|
|
7018
6860
|
limitNumberPostForCommentsTo: number;
|
|
7019
6861
|
timeDelayCommentFrom: number;
|
|
@@ -7026,10 +6868,8 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
|
|
|
7026
6868
|
timeDelayReplyCommentTo: number;
|
|
7027
6869
|
isSkipUserNameNoneEnglish: boolean;
|
|
7028
6870
|
isSkipReplyCommentsOnlyIcon: boolean;
|
|
7029
|
-
isTimeUs: boolean;
|
|
7030
6871
|
isLikeCommentsPostOfMe: boolean;
|
|
7031
6872
|
isReplyCommentsPostOfMe: boolean;
|
|
7032
|
-
status: EStatusActive;
|
|
7033
6873
|
}
|
|
7034
6874
|
interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7035
6875
|
idea: string[];
|
|
@@ -7043,13 +6883,6 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
|
|
|
7043
6883
|
status: EStatusActive[];
|
|
7044
6884
|
}
|
|
7045
6885
|
|
|
7046
|
-
interface FindAccountInstagramSettingInteractReplyMessageDto {
|
|
7047
|
-
id: string;
|
|
7048
|
-
username: string;
|
|
7049
|
-
groupName: string;
|
|
7050
|
-
hasSetting: boolean;
|
|
7051
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
7052
|
-
}
|
|
7053
6886
|
interface FindOverViewInstagramSettingInteractReplyMessageDto {
|
|
7054
6887
|
totalDepartments: number;
|
|
7055
6888
|
totalLeaders: number;
|
|
@@ -7099,6 +6932,7 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
|
|
|
7099
6932
|
device: {
|
|
7100
6933
|
id: string;
|
|
7101
6934
|
name: string;
|
|
6935
|
+
key: string;
|
|
7102
6936
|
};
|
|
7103
6937
|
accountGroup: {
|
|
7104
6938
|
id: string;
|
|
@@ -7110,14 +6944,22 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
|
|
|
7110
6944
|
nameAppCloneSocial: string;
|
|
7111
6945
|
accountDeviceTypeAppClone: string;
|
|
7112
6946
|
accountDeviceNameAppClone: string;
|
|
6947
|
+
statusLogin: string;
|
|
6948
|
+
};
|
|
6949
|
+
sheetInfo: {
|
|
6950
|
+
id: string;
|
|
6951
|
+
name: string;
|
|
6952
|
+
url: string;
|
|
6953
|
+
type: string;
|
|
6954
|
+
status: string;
|
|
7113
6955
|
};
|
|
7114
|
-
|
|
7115
|
-
|
|
7116
|
-
|
|
7117
|
-
|
|
6956
|
+
timezone: ETimeZone;
|
|
6957
|
+
timeCopySetting: Date;
|
|
6958
|
+
isStart: boolean;
|
|
6959
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
6960
|
+
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
7118
6961
|
timeDelayReplyMessageFrom: number;
|
|
7119
6962
|
timeDelayReplyMessageTo: number;
|
|
7120
|
-
isTimeUs: boolean;
|
|
7121
6963
|
isDeleteMessageUsername: boolean;
|
|
7122
6964
|
isReplyAllMessageFromStories: boolean;
|
|
7123
6965
|
isSkipUserNameNoneEnglish: boolean;
|
|
@@ -7125,7 +6967,6 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
|
|
|
7125
6967
|
isSkipReplyIfHaveReplied: boolean;
|
|
7126
6968
|
isSkipReplyIsLink: boolean;
|
|
7127
6969
|
isSkipReplyIfOnlyIcons: boolean;
|
|
7128
|
-
status: EStatusActive;
|
|
7129
6970
|
}
|
|
7130
6971
|
interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7131
6972
|
idea: string[];
|
|
@@ -7139,14 +6980,7 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
|
|
|
7139
6980
|
status: EStatusActive[];
|
|
7140
6981
|
}
|
|
7141
6982
|
|
|
7142
|
-
interface
|
|
7143
|
-
id: string;
|
|
7144
|
-
username: string;
|
|
7145
|
-
groupName: string;
|
|
7146
|
-
hasSetting: boolean;
|
|
7147
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
7148
|
-
}
|
|
7149
|
-
interface FindOverViewInstagramSettingInteractStoryDto {
|
|
6983
|
+
interface FindOverViewInstagramSettingInteractUnFollowDto {
|
|
7150
6984
|
totalDepartments: number;
|
|
7151
6985
|
totalLeaders: number;
|
|
7152
6986
|
totalMembers: number;
|
|
@@ -7178,7 +7012,7 @@ interface FindOverViewInstagramSettingInteractStoryDto {
|
|
|
7178
7012
|
inactive: number;
|
|
7179
7013
|
};
|
|
7180
7014
|
}
|
|
7181
|
-
interface
|
|
7015
|
+
interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
|
|
7182
7016
|
idea: {
|
|
7183
7017
|
id: string;
|
|
7184
7018
|
name: string;
|
|
@@ -7195,6 +7029,7 @@ interface FindInstagramSettingInteractStoryDto extends IFindBaseDto {
|
|
|
7195
7029
|
device: {
|
|
7196
7030
|
id: string;
|
|
7197
7031
|
name: string;
|
|
7032
|
+
key: string;
|
|
7198
7033
|
};
|
|
7199
7034
|
accountGroup: {
|
|
7200
7035
|
id: string;
|
|
@@ -7206,116 +7041,20 @@ interface FindInstagramSettingInteractStoryDto extends IFindBaseDto {
|
|
|
7206
7041
|
nameAppCloneSocial: string;
|
|
7207
7042
|
accountDeviceTypeAppClone: string;
|
|
7208
7043
|
accountDeviceNameAppClone: string;
|
|
7044
|
+
statusLogin: string;
|
|
7209
7045
|
};
|
|
7210
|
-
|
|
7211
|
-
timeDelayTo: number;
|
|
7212
|
-
listRunTimes: Array<Array<string>>;
|
|
7213
|
-
limitViewPerDayFrom: number;
|
|
7214
|
-
limitViewPerDayTo: number;
|
|
7215
|
-
increaseViewPerDayFrom: number;
|
|
7216
|
-
increaseViewPerDayTo: number;
|
|
7217
|
-
maxViewsPerDay: number;
|
|
7218
|
-
limitViewPerHourFrom: number;
|
|
7219
|
-
limitViewPerHourTo: number;
|
|
7220
|
-
increaseViewPerHourFrom: number;
|
|
7221
|
-
increaseViewPerHourTo: number;
|
|
7222
|
-
maxViewsPerHour: number;
|
|
7223
|
-
limitNumberPersonSendMessageFrom: number;
|
|
7224
|
-
limitNumberPersonSendMessageTo: number;
|
|
7225
|
-
timeDelaySendMessageFrom: number;
|
|
7226
|
-
timeDelaySendMessageTo: number;
|
|
7227
|
-
limitNumberLikeStoriesFrom: number;
|
|
7228
|
-
limitNumberLikeStoriesTo: number;
|
|
7229
|
-
timeDelayLikeStoryFrom: number;
|
|
7230
|
-
timeDelayLikeStoryTo: number;
|
|
7231
|
-
isTimeUs: boolean;
|
|
7232
|
-
isLikeStories: boolean;
|
|
7233
|
-
isSendMessageOnSheet: boolean;
|
|
7234
|
-
status: EStatusActive;
|
|
7235
|
-
}
|
|
7236
|
-
interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7237
|
-
idea: string[];
|
|
7238
|
-
niche: string[];
|
|
7239
|
-
type: ETypeManagerWorkClassify[];
|
|
7240
|
-
pc: string[];
|
|
7241
|
-
deviceName: string[];
|
|
7242
|
-
deviceKey: string[];
|
|
7243
|
-
accountGroup: string[];
|
|
7244
|
-
account: string[];
|
|
7245
|
-
status: EStatusActive[];
|
|
7246
|
-
}
|
|
7247
|
-
|
|
7248
|
-
interface FindAccountInstagramSettingInteractUnFollowDto {
|
|
7249
|
-
id: string;
|
|
7250
|
-
username: string;
|
|
7251
|
-
groupName: string;
|
|
7252
|
-
hasSetting: boolean;
|
|
7253
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
7254
|
-
}
|
|
7255
|
-
interface FindOverViewInstagramSettingInteractUnFollowDto {
|
|
7256
|
-
totalDepartments: number;
|
|
7257
|
-
totalLeaders: number;
|
|
7258
|
-
totalMembers: number;
|
|
7259
|
-
totalTeams: number;
|
|
7260
|
-
totalPC: number;
|
|
7261
|
-
totalDevice: number;
|
|
7262
|
-
totalAccountGroups: number;
|
|
7263
|
-
totalAccounts: number;
|
|
7264
|
-
totalIdea: number;
|
|
7265
|
-
totalNiche: number;
|
|
7266
|
-
totalType: {
|
|
7267
|
-
total: number;
|
|
7268
|
-
TM: number;
|
|
7269
|
-
NTM: number;
|
|
7270
|
-
};
|
|
7271
|
-
totalSocial: {
|
|
7272
|
-
active: number;
|
|
7273
|
-
pending: number;
|
|
7274
|
-
inactive: number;
|
|
7275
|
-
suspended: number;
|
|
7276
|
-
};
|
|
7277
|
-
totalLogin: {
|
|
7278
|
-
available: number;
|
|
7279
|
-
unAvailable: number;
|
|
7280
|
-
na: number;
|
|
7281
|
-
};
|
|
7282
|
-
totalStatus: {
|
|
7283
|
-
active: number;
|
|
7284
|
-
inactive: number;
|
|
7285
|
-
};
|
|
7286
|
-
}
|
|
7287
|
-
interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
|
|
7288
|
-
idea: {
|
|
7289
|
-
id: string;
|
|
7290
|
-
name: string;
|
|
7291
|
-
};
|
|
7292
|
-
niche: {
|
|
7293
|
-
id: string;
|
|
7294
|
-
name: string;
|
|
7295
|
-
};
|
|
7296
|
-
type: ETypeManagerWorkClassify;
|
|
7297
|
-
pc: {
|
|
7298
|
-
id: string;
|
|
7299
|
-
name: string;
|
|
7300
|
-
};
|
|
7301
|
-
device: {
|
|
7302
|
-
id: string;
|
|
7303
|
-
name: string;
|
|
7304
|
-
};
|
|
7305
|
-
accountGroup: {
|
|
7306
|
-
id: string;
|
|
7307
|
-
name: string;
|
|
7308
|
-
};
|
|
7309
|
-
accountInfo: {
|
|
7046
|
+
sheetInfo: {
|
|
7310
7047
|
id: string;
|
|
7311
7048
|
name: string;
|
|
7312
|
-
|
|
7313
|
-
|
|
7314
|
-
|
|
7049
|
+
url: string;
|
|
7050
|
+
type: string;
|
|
7051
|
+
status: string;
|
|
7315
7052
|
};
|
|
7316
|
-
|
|
7317
|
-
|
|
7318
|
-
|
|
7053
|
+
timezone: ETimeZone;
|
|
7054
|
+
timeCopySetting: Date;
|
|
7055
|
+
isStart: boolean;
|
|
7056
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
7057
|
+
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
7319
7058
|
limitUnFollowPerDayFrom: number;
|
|
7320
7059
|
limitUnFollowPerDayTo: number;
|
|
7321
7060
|
increaseUnFollowPerDayFrom: number;
|
|
@@ -7328,11 +7067,9 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
|
|
|
7328
7067
|
maxUnFollowPerHour: number;
|
|
7329
7068
|
timeDelayInteractPerOperatorFrom: number;
|
|
7330
7069
|
timeDelayInteractPerOperatorTo: number;
|
|
7331
|
-
isTimeUs: boolean;
|
|
7332
7070
|
isInteractBeforeUnFollow: boolean;
|
|
7333
7071
|
numberInteractFrom: number;
|
|
7334
7072
|
numberInteractTo: number;
|
|
7335
|
-
status: EStatusActive;
|
|
7336
7073
|
}
|
|
7337
7074
|
interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7338
7075
|
idea: string[];
|
|
@@ -7346,13 +7083,6 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
|
|
|
7346
7083
|
status: EStatusActive[];
|
|
7347
7084
|
}
|
|
7348
7085
|
|
|
7349
|
-
interface FindAccountInstagramSettingPostDto {
|
|
7350
|
-
id: string;
|
|
7351
|
-
username: string;
|
|
7352
|
-
groupName: string;
|
|
7353
|
-
hasSetting: boolean;
|
|
7354
|
-
statusAccount: EStatusSocialAccountRaw;
|
|
7355
|
-
}
|
|
7356
7086
|
interface FindOverViewInstagramSettingPostDto {
|
|
7357
7087
|
totalDepartments: number;
|
|
7358
7088
|
totalLeaders: number;
|
|
@@ -7402,6 +7132,7 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
|
|
|
7402
7132
|
device: {
|
|
7403
7133
|
id: string;
|
|
7404
7134
|
name: string;
|
|
7135
|
+
key: string;
|
|
7405
7136
|
};
|
|
7406
7137
|
accountGroup: {
|
|
7407
7138
|
id: string;
|
|
@@ -7413,19 +7144,25 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
|
|
|
7413
7144
|
nameAppCloneSocial: string;
|
|
7414
7145
|
accountDeviceTypeAppClone: string;
|
|
7415
7146
|
accountDeviceNameAppClone: string;
|
|
7147
|
+
statusLogin: string;
|
|
7416
7148
|
};
|
|
7417
|
-
|
|
7418
|
-
|
|
7419
|
-
|
|
7420
|
-
|
|
7421
|
-
|
|
7149
|
+
sheetInfo: {
|
|
7150
|
+
id: string;
|
|
7151
|
+
name: string;
|
|
7152
|
+
url: string;
|
|
7153
|
+
type: string;
|
|
7154
|
+
status: string;
|
|
7155
|
+
};
|
|
7156
|
+
timezone: ETimeZone;
|
|
7157
|
+
timeCopySetting: Date;
|
|
7158
|
+
isStart: boolean;
|
|
7159
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
7160
|
+
listRunTimes: Array<IInstagramSettingPostRunTime>;
|
|
7161
|
+
listScriptsInteract: Array<any>;
|
|
7422
7162
|
numberCommentsForPostMeFrom: number;
|
|
7423
7163
|
numberCommentsForPostMeTo: number;
|
|
7424
7164
|
delayTimeCommentFrom: number;
|
|
7425
7165
|
delayTimeCommentTo: number;
|
|
7426
|
-
isTimeUs: boolean;
|
|
7427
|
-
status: EStatusActive;
|
|
7428
|
-
isAddAILable: boolean;
|
|
7429
7166
|
}
|
|
7430
7167
|
interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7431
7168
|
idea: string[];
|
|
@@ -7977,7 +7714,7 @@ interface FindTaskInstagramPostDto extends IFindBaseDto {
|
|
|
7977
7714
|
typeSocial: ETypeSocial;
|
|
7978
7715
|
deviceKey: string;
|
|
7979
7716
|
minuteWaiting: number;
|
|
7980
|
-
|
|
7717
|
+
timezone: ETimeZone;
|
|
7981
7718
|
dayOfWeek: EDayOfWeek;
|
|
7982
7719
|
timeStart: Date;
|
|
7983
7720
|
timeEnd: Date;
|
|
@@ -10916,12 +10653,9 @@ type index$6_FilterInstagramReportPostNewDto = FilterInstagramReportPostNewDto;
|
|
|
10916
10653
|
type index$6_FilterInstagramReportPostReelDto = FilterInstagramReportPostReelDto;
|
|
10917
10654
|
type index$6_FilterInstagramReportPostSquareDto = FilterInstagramReportPostSquareDto;
|
|
10918
10655
|
type index$6_FilterInstagramReportPostStoryDto = FilterInstagramReportPostStoryDto;
|
|
10919
|
-
type index$6_FilterInstagramSettingInteractExploreDto = FilterInstagramSettingInteractExploreDto;
|
|
10920
10656
|
type index$6_FilterInstagramSettingInteractFollowDto = FilterInstagramSettingInteractFollowDto;
|
|
10921
|
-
type index$6_FilterInstagramSettingInteractReelDto = FilterInstagramSettingInteractReelDto;
|
|
10922
10657
|
type index$6_FilterInstagramSettingInteractReplyCommentDto = FilterInstagramSettingInteractReplyCommentDto;
|
|
10923
10658
|
type index$6_FilterInstagramSettingInteractReplyMessageDto = FilterInstagramSettingInteractReplyMessageDto;
|
|
10924
|
-
type index$6_FilterInstagramSettingInteractStoryDto = FilterInstagramSettingInteractStoryDto;
|
|
10925
10659
|
type index$6_FilterInstagramSettingInteractUnFollowDto = FilterInstagramSettingInteractUnFollowDto;
|
|
10926
10660
|
type index$6_FilterInstagramSettingPostDto = FilterInstagramSettingPostDto;
|
|
10927
10661
|
type index$6_FilterLarkDto = FilterLarkDto;
|
|
@@ -10988,21 +10722,8 @@ type index$6_FindAccountDriveDto = FindAccountDriveDto;
|
|
|
10988
10722
|
type index$6_FindAccountEmailDto = FindAccountEmailDto;
|
|
10989
10723
|
type index$6_FindAccountForCheckerInstagramDashboard = FindAccountForCheckerInstagramDashboard;
|
|
10990
10724
|
type index$6_FindAccountForCheckerThreadsDashboard = FindAccountForCheckerThreadsDashboard;
|
|
10991
|
-
type index$6_FindAccountInstagramSettingInteractExploreDto = FindAccountInstagramSettingInteractExploreDto;
|
|
10992
|
-
type index$6_FindAccountInstagramSettingInteractFollowDto = FindAccountInstagramSettingInteractFollowDto;
|
|
10993
|
-
type index$6_FindAccountInstagramSettingInteractReelDto = FindAccountInstagramSettingInteractReelDto;
|
|
10994
|
-
type index$6_FindAccountInstagramSettingInteractReplyCommentDto = FindAccountInstagramSettingInteractReplyCommentDto;
|
|
10995
|
-
type index$6_FindAccountInstagramSettingInteractReplyMessageDto = FindAccountInstagramSettingInteractReplyMessageDto;
|
|
10996
|
-
type index$6_FindAccountInstagramSettingInteractStoryDto = FindAccountInstagramSettingInteractStoryDto;
|
|
10997
|
-
type index$6_FindAccountInstagramSettingInteractUnFollowDto = FindAccountInstagramSettingInteractUnFollowDto;
|
|
10998
|
-
type index$6_FindAccountInstagramSettingPostDto = FindAccountInstagramSettingPostDto;
|
|
10999
10725
|
type index$6_FindAccountSocialGroupDto = FindAccountSocialGroupDto;
|
|
11000
10726
|
type index$6_FindAccountSocialGroupPopupSocialDto = FindAccountSocialGroupPopupSocialDto;
|
|
11001
|
-
type index$6_FindAccountThreadsSettingInteractFollowDto = FindAccountThreadsSettingInteractFollowDto;
|
|
11002
|
-
type index$6_FindAccountThreadsSettingInteractReplyCommentDto = FindAccountThreadsSettingInteractReplyCommentDto;
|
|
11003
|
-
type index$6_FindAccountThreadsSettingInteractReplyMessageDto = FindAccountThreadsSettingInteractReplyMessageDto;
|
|
11004
|
-
type index$6_FindAccountThreadsSettingInteractUnFollowDto = FindAccountThreadsSettingInteractUnFollowDto;
|
|
11005
|
-
type index$6_FindAccountThreadsSettingPostDto = FindAccountThreadsSettingPostDto;
|
|
11006
10727
|
type index$6_FindAccountVPNDto = FindAccountVPNDto;
|
|
11007
10728
|
type index$6_FindAccountVPSDto = FindAccountVPSDto;
|
|
11008
10729
|
type index$6_FindAccountVPSGroupDto = FindAccountVPSGroupDto;
|
|
@@ -11031,12 +10752,9 @@ type index$6_FindInstagramHistoryAutoSyncDto = FindInstagramHistoryAutoSyncDto;
|
|
|
11031
10752
|
type index$6_FindInstagramHistoryChangeInfoDto = FindInstagramHistoryChangeInfoDto;
|
|
11032
10753
|
type index$6_FindInstagramHistoryCreateNewDto = FindInstagramHistoryCreateNewDto;
|
|
11033
10754
|
type index$6_FindInstagramHistoryGroupDto = FindInstagramHistoryGroupDto;
|
|
11034
|
-
type index$6_FindInstagramSettingInteractExploreDto = FindInstagramSettingInteractExploreDto;
|
|
11035
10755
|
type index$6_FindInstagramSettingInteractFollowDto = FindInstagramSettingInteractFollowDto;
|
|
11036
|
-
type index$6_FindInstagramSettingInteractReelDto = FindInstagramSettingInteractReelDto;
|
|
11037
10756
|
type index$6_FindInstagramSettingInteractReplyCommentDto = FindInstagramSettingInteractReplyCommentDto;
|
|
11038
10757
|
type index$6_FindInstagramSettingInteractReplyMessageDto = FindInstagramSettingInteractReplyMessageDto;
|
|
11039
|
-
type index$6_FindInstagramSettingInteractStoryDto = FindInstagramSettingInteractStoryDto;
|
|
11040
10758
|
type index$6_FindInstagramSettingInteractUnFollowDto = FindInstagramSettingInteractUnFollowDto;
|
|
11041
10759
|
type index$6_FindInstagramSettingPostDto = FindInstagramSettingPostDto;
|
|
11042
10760
|
type index$6_FindLarkDto = FindLarkDto;
|
|
@@ -11060,12 +10778,9 @@ type index$6_FindOverViewInstagramReportPostNewDto = FindOverViewInstagramReport
|
|
|
11060
10778
|
type index$6_FindOverViewInstagramReportPostReelDto = FindOverViewInstagramReportPostReelDto;
|
|
11061
10779
|
type index$6_FindOverViewInstagramReportPostSquareDto = FindOverViewInstagramReportPostSquareDto;
|
|
11062
10780
|
type index$6_FindOverViewInstagramReportPostStoryDto = FindOverViewInstagramReportPostStoryDto;
|
|
11063
|
-
type index$6_FindOverViewInstagramSettingInteractExploreDto = FindOverViewInstagramSettingInteractExploreDto;
|
|
11064
10781
|
type index$6_FindOverViewInstagramSettingInteractFollowDto = FindOverViewInstagramSettingInteractFollowDto;
|
|
11065
|
-
type index$6_FindOverViewInstagramSettingInteractReelDto = FindOverViewInstagramSettingInteractReelDto;
|
|
11066
10782
|
type index$6_FindOverViewInstagramSettingInteractReplyCommentDto = FindOverViewInstagramSettingInteractReplyCommentDto;
|
|
11067
10783
|
type index$6_FindOverViewInstagramSettingInteractReplyMessageDto = FindOverViewInstagramSettingInteractReplyMessageDto;
|
|
11068
|
-
type index$6_FindOverViewInstagramSettingInteractStoryDto = FindOverViewInstagramSettingInteractStoryDto;
|
|
11069
10784
|
type index$6_FindOverViewInstagramSettingInteractUnFollowDto = FindOverViewInstagramSettingInteractUnFollowDto;
|
|
11070
10785
|
type index$6_FindOverViewInstagramSettingPostDto = FindOverViewInstagramSettingPostDto;
|
|
11071
10786
|
type index$6_FindOverViewLarkDto = FindOverViewLarkDto;
|
|
@@ -11223,7 +10938,7 @@ type index$6_UpdateUserDto = UpdateUserDto;
|
|
|
11223
10938
|
type index$6_ViewDetailDeviceDto = ViewDetailDeviceDto;
|
|
11224
10939
|
type index$6_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
|
|
11225
10940
|
declare namespace index$6 {
|
|
11226
|
-
export type { index$6_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, index$6_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, index$6_AddAccountForDeviceDto as AddAccountForDeviceDto, index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index$6_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index$6_CheckSendMessageLark as CheckSendMessageLark, index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index$6_CreateAccountVPSDto as CreateAccountVPSDto, index$6_CreateBlogDto as CreateBlogDto, index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index$6_CreateDepartmentDto as CreateDepartmentDto, index$6_CreateLarkDto as CreateLarkDto, index$6_CreateManagerWorkDto as CreateManagerWorkDto, index$6_CreatePCDto as CreatePCDto, index$6_CreateProxyDto as CreateProxyDto, index$6_CreateRoleDto as CreateRoleDto, index$6_CreateSheetToolDto as CreateSheetToolDto, index$6_CreateSheetWorkDto as CreateSheetWorkDto, index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, index$6_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index$6_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index$6_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index$6_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index$6_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index$6_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index$6_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index$6_CreateTasksJobDto as CreateTasksJobDto, index$6_CreateTeamDto as CreateTeamDto, index$6_CreateUserDto as CreateUserDto, index$6_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, index$6_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, index$6_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, index$6_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, index$6_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$6_ExportDto as ExportDto, index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index$6_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index$6_FilterAccountAIImageDto as FilterAccountAIImageDto, index$6_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index$6_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index$6_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index$6_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, index$6_FilterAccountDriveDto as FilterAccountDriveDto, index$6_FilterAccountEmailDto as FilterAccountEmailDto, index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index$6_FilterAccountVPNDto as FilterAccountVPNDto, index$6_FilterAccountVPSDto as FilterAccountVPSDto, index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index$6_FilterBaseDto as FilterBaseDto, index$6_FilterBaseSocialDto as FilterBaseSocialDto, index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, index$6_FilterBlogDto as FilterBlogDto, index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index$6_FilterDepartmentDto as FilterDepartmentDto, index$6_FilterDeviceDto as FilterDeviceDto, index$6_FilterDeviceLogDto as FilterDeviceLogDto, index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index$6_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index$6_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index$6_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index$6_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index$6_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index$6_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index$6_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index$6_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index$6_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index$6_FilterLarkDto as FilterLarkDto, index$6_FilterManagerImageAIDto as FilterManagerImageAIDto, index$6_FilterManagerSheetDto as FilterManagerSheetDto, index$6_FilterManagerWorkDto as FilterManagerWorkDto, index$6_FilterPCDto as FilterPCDto, index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FilterProxyDto as FilterProxyDto, index$6_FilterRoleDto as FilterRoleDto, index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index$6_FilterSheetWorkDto as FilterSheetWorkDto, index$6_FilterSheetsToolDto as FilterSheetsToolDto, index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, index$6_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index$6_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index$6_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index$6_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index$6_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index$6_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index$6_FilterTeamDto as FilterTeamDto, index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index$6_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index$6_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index$6_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index$6_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index$6_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index$6_FilterUserDto as FilterUserDto, index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index$6_FindAccountAIContentDto as FindAccountAIContentDto, index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index$6_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index$6_FindAccountAIImageDto as FindAccountAIImageDto, index$6_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index$6_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index$6_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index$6_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index$6_FindAccountCanvaDto as FindAccountCanvaDto, index$6_FindAccountDriveDto as FindAccountDriveDto, index$6_FindAccountEmailDto as FindAccountEmailDto, index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index$6_FindAccountInstagramSettingInteractExploreDto as FindAccountInstagramSettingInteractExploreDto, index$6_FindAccountInstagramSettingInteractFollowDto as FindAccountInstagramSettingInteractFollowDto, index$6_FindAccountInstagramSettingInteractReelDto as FindAccountInstagramSettingInteractReelDto, index$6_FindAccountInstagramSettingInteractReplyCommentDto as FindAccountInstagramSettingInteractReplyCommentDto, index$6_FindAccountInstagramSettingInteractReplyMessageDto as FindAccountInstagramSettingInteractReplyMessageDto, index$6_FindAccountInstagramSettingInteractStoryDto as FindAccountInstagramSettingInteractStoryDto, index$6_FindAccountInstagramSettingInteractUnFollowDto as FindAccountInstagramSettingInteractUnFollowDto, index$6_FindAccountInstagramSettingPostDto as FindAccountInstagramSettingPostDto, index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index$6_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index$6_FindAccountThreadsSettingInteractFollowDto as FindAccountThreadsSettingInteractFollowDto, index$6_FindAccountThreadsSettingInteractReplyCommentDto as FindAccountThreadsSettingInteractReplyCommentDto, index$6_FindAccountThreadsSettingInteractReplyMessageDto as FindAccountThreadsSettingInteractReplyMessageDto, index$6_FindAccountThreadsSettingInteractUnFollowDto as FindAccountThreadsSettingInteractUnFollowDto, index$6_FindAccountThreadsSettingPostDto as FindAccountThreadsSettingPostDto, index$6_FindAccountVPNDto as FindAccountVPNDto, index$6_FindAccountVPSDto as FindAccountVPSDto, index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index$6_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index$6_FindBlogCategoryDto as FindBlogCategoryDto, index$6_FindBlogDto as FindBlogDto, index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index$6_FindDepartmentDto as FindDepartmentDto, index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index$6_FindDeviceDto as FindDeviceDto, index$6_FindDeviceLogDto as FindDeviceLogDto, index$6_FindForReviewDto as FindForReviewDto, index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index$6_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index$6_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index$6_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index$6_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index$6_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index$6_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index$6_FindLarkDto as FindLarkDto, index$6_FindManagerImageAIDto as FindManagerImageAIDto, index$6_FindManagerSheetDto as FindManagerSheetDto, index$6_FindManagerWorkDto as FindManagerWorkDto, index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index$6_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index$6_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index$6_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index$6_FindOverViewInstagramSettingInteractExploreDto as FindOverViewInstagramSettingInteractExploreDto, index$6_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index$6_FindOverViewInstagramSettingInteractReelDto as FindOverViewInstagramSettingInteractReelDto, index$6_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index$6_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index$6_FindOverViewInstagramSettingInteractStoryDto as FindOverViewInstagramSettingInteractStoryDto, index$6_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index$6_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index$6_FindOverViewLarkDto as FindOverViewLarkDto, index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index$6_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index$6_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index$6_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index$6_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index$6_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index$6_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index$6_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index$6_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index$6_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index$6_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index$6_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index$6_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index$6_FindOverviewProxyDto as FindOverviewProxyDto, index$6_FindOverviewRoleDto as FindOverviewRoleDto, index$6_FindOverviewTeamDto as FindOverviewTeamDto, index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index$6_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index$6_FindOverviewUserDto as FindOverviewUserDto, index$6_FindPCDto as FindPCDto, index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FindProxyDto as FindProxyDto, index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, index$6_FindRoleDetailDto as FindRoleDetailDto, index$6_FindRoleDto as FindRoleDto, index$6_FindRoleOfMe as FindRoleOfMe, index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index$6_FindSheetWorkDto as FindSheetWorkDto, index$6_FindSheetsToolDto as FindSheetsToolDto, index$6_FindTaskAIContentDto as FindTaskAIContentDto, index$6_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index$6_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index$6_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index$6_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index$6_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index$6_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index$6_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index$6_FindTasksJobDto as FindTasksJobDto, index$6_FindTeamDto as FindTeamDto, index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index$6_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index$6_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index$6_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index$6_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index$6_FindUserDto as FindUserDto, index$6_IBaseELS as IBaseELS, index$6_IBaseRefFieldELS as IBaseRefFieldELS, index$6_IBaseSheetImportDto as IBaseSheetImportDto, index$6_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, index$6_IFilterAssignDto as IFilterAssignDto, index$6_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index$6_IFilterBaseDto as IFilterBaseDto, index$6_IFindBaseDto as IFindBaseDto, index$6_IUserInfoAssignment as IUserInfoAssignment, index$6_ImportAccountVPSDto as ImportAccountVPSDto, index$6_ImportDto as ImportDto, index$6_ImportManagerWorkDto as ImportManagerWorkDto, index$6_ImportSheetWorkDto as ImportSheetWorkDto, index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, index$6_UpdateBlogDto as UpdateBlogDto, index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index$6_UpdateDepartmentDto as UpdateDepartmentDto, index$6_UpdateDeviceDto as UpdateDeviceDto, index$6_UpdateLarkDto as UpdateLarkDto, index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, index$6_UpdatePCDto as UpdatePCDto, index$6_UpdateProxyDto as UpdateProxyDto, index$6_UpdateRoleDto as UpdateRoleDto, index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index$6_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index$6_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index$6_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index$6_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index$6_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index$6_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index$6_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index$6_UpdateTasksJobDto as UpdateTasksJobDto, index$6_UpdateTeamDto as UpdateTeamDto, index$6_UpdateUserDto as UpdateUserDto, index$6_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto };
|
|
10941
|
+
export type { index$6_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, index$6_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, index$6_AddAccountForDeviceDto as AddAccountForDeviceDto, index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index$6_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index$6_CheckSendMessageLark as CheckSendMessageLark, index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index$6_CreateAccountVPSDto as CreateAccountVPSDto, index$6_CreateBlogDto as CreateBlogDto, index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index$6_CreateDepartmentDto as CreateDepartmentDto, index$6_CreateLarkDto as CreateLarkDto, index$6_CreateManagerWorkDto as CreateManagerWorkDto, index$6_CreatePCDto as CreatePCDto, index$6_CreateProxyDto as CreateProxyDto, index$6_CreateRoleDto as CreateRoleDto, index$6_CreateSheetToolDto as CreateSheetToolDto, index$6_CreateSheetWorkDto as CreateSheetWorkDto, index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, index$6_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index$6_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index$6_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index$6_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index$6_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index$6_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index$6_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index$6_CreateTasksJobDto as CreateTasksJobDto, index$6_CreateTeamDto as CreateTeamDto, index$6_CreateUserDto as CreateUserDto, index$6_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, index$6_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, index$6_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, index$6_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, index$6_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$6_ExportDto as ExportDto, index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index$6_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index$6_FilterAccountAIImageDto as FilterAccountAIImageDto, index$6_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index$6_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index$6_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index$6_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, index$6_FilterAccountDriveDto as FilterAccountDriveDto, index$6_FilterAccountEmailDto as FilterAccountEmailDto, index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index$6_FilterAccountVPNDto as FilterAccountVPNDto, index$6_FilterAccountVPSDto as FilterAccountVPSDto, index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index$6_FilterBaseDto as FilterBaseDto, index$6_FilterBaseSocialDto as FilterBaseSocialDto, index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, index$6_FilterBlogDto as FilterBlogDto, index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index$6_FilterDepartmentDto as FilterDepartmentDto, index$6_FilterDeviceDto as FilterDeviceDto, index$6_FilterDeviceLogDto as FilterDeviceLogDto, index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index$6_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index$6_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index$6_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index$6_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index$6_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index$6_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index$6_FilterLarkDto as FilterLarkDto, index$6_FilterManagerImageAIDto as FilterManagerImageAIDto, index$6_FilterManagerSheetDto as FilterManagerSheetDto, index$6_FilterManagerWorkDto as FilterManagerWorkDto, index$6_FilterPCDto as FilterPCDto, index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FilterProxyDto as FilterProxyDto, index$6_FilterRoleDto as FilterRoleDto, index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index$6_FilterSheetWorkDto as FilterSheetWorkDto, index$6_FilterSheetsToolDto as FilterSheetsToolDto, index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, index$6_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index$6_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index$6_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index$6_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index$6_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index$6_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index$6_FilterTeamDto as FilterTeamDto, index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index$6_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index$6_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index$6_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index$6_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index$6_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index$6_FilterUserDto as FilterUserDto, index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index$6_FindAccountAIContentDto as FindAccountAIContentDto, index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index$6_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index$6_FindAccountAIImageDto as FindAccountAIImageDto, index$6_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index$6_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index$6_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index$6_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index$6_FindAccountCanvaDto as FindAccountCanvaDto, index$6_FindAccountDriveDto as FindAccountDriveDto, index$6_FindAccountEmailDto as FindAccountEmailDto, index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index$6_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index$6_FindAccountVPNDto as FindAccountVPNDto, index$6_FindAccountVPSDto as FindAccountVPSDto, index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index$6_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index$6_FindBlogCategoryDto as FindBlogCategoryDto, index$6_FindBlogDto as FindBlogDto, index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index$6_FindDepartmentDto as FindDepartmentDto, index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index$6_FindDeviceDto as FindDeviceDto, index$6_FindDeviceLogDto as FindDeviceLogDto, index$6_FindForReviewDto as FindForReviewDto, index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index$6_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index$6_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index$6_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index$6_FindLarkDto as FindLarkDto, index$6_FindManagerImageAIDto as FindManagerImageAIDto, index$6_FindManagerSheetDto as FindManagerSheetDto, index$6_FindManagerWorkDto as FindManagerWorkDto, index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index$6_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index$6_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index$6_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index$6_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index$6_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index$6_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index$6_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index$6_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index$6_FindOverViewLarkDto as FindOverViewLarkDto, index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index$6_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index$6_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index$6_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index$6_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index$6_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index$6_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index$6_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index$6_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index$6_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index$6_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index$6_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index$6_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index$6_FindOverviewProxyDto as FindOverviewProxyDto, index$6_FindOverviewRoleDto as FindOverviewRoleDto, index$6_FindOverviewTeamDto as FindOverviewTeamDto, index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index$6_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index$6_FindOverviewUserDto as FindOverviewUserDto, index$6_FindPCDto as FindPCDto, index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FindProxyDto as FindProxyDto, index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, index$6_FindRoleDetailDto as FindRoleDetailDto, index$6_FindRoleDto as FindRoleDto, index$6_FindRoleOfMe as FindRoleOfMe, index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index$6_FindSheetWorkDto as FindSheetWorkDto, index$6_FindSheetsToolDto as FindSheetsToolDto, index$6_FindTaskAIContentDto as FindTaskAIContentDto, index$6_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index$6_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index$6_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index$6_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index$6_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index$6_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index$6_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index$6_FindTasksJobDto as FindTasksJobDto, index$6_FindTeamDto as FindTeamDto, index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index$6_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index$6_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index$6_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index$6_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index$6_FindUserDto as FindUserDto, index$6_IBaseELS as IBaseELS, index$6_IBaseRefFieldELS as IBaseRefFieldELS, index$6_IBaseSheetImportDto as IBaseSheetImportDto, index$6_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, index$6_IFilterAssignDto as IFilterAssignDto, index$6_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index$6_IFilterBaseDto as IFilterBaseDto, index$6_IFindBaseDto as IFindBaseDto, index$6_IUserInfoAssignment as IUserInfoAssignment, index$6_ImportAccountVPSDto as ImportAccountVPSDto, index$6_ImportDto as ImportDto, index$6_ImportManagerWorkDto as ImportManagerWorkDto, index$6_ImportSheetWorkDto as ImportSheetWorkDto, index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, index$6_UpdateBlogDto as UpdateBlogDto, index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index$6_UpdateDepartmentDto as UpdateDepartmentDto, index$6_UpdateDeviceDto as UpdateDeviceDto, index$6_UpdateLarkDto as UpdateLarkDto, index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, index$6_UpdatePCDto as UpdatePCDto, index$6_UpdateProxyDto as UpdateProxyDto, index$6_UpdateRoleDto as UpdateRoleDto, index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index$6_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index$6_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index$6_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index$6_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index$6_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index$6_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index$6_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index$6_UpdateTasksJobDto as UpdateTasksJobDto, index$6_UpdateTeamDto as UpdateTeamDto, index$6_UpdateUserDto as UpdateUserDto, index$6_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto };
|
|
11227
10942
|
}
|
|
11228
10943
|
|
|
11229
10944
|
interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -11279,42 +10994,18 @@ interface IInstagramHistoryBlockUserELS extends IBaseELS {
|
|
|
11279
10994
|
|
|
11280
10995
|
interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
11281
10996
|
account: IInstagramAccountRaw | string;
|
|
11282
|
-
|
|
11283
|
-
|
|
11284
|
-
|
|
11285
|
-
|
|
11286
|
-
isTimeUs: boolean;
|
|
11287
|
-
status: EStatusActive;
|
|
11288
|
-
}
|
|
11289
|
-
|
|
11290
|
-
interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
11291
|
-
account: IInstagramAccountRaw | string;
|
|
11292
|
-
timeDelayFrom: number;
|
|
11293
|
-
timeDelayTo: number;
|
|
11294
|
-
listRunTimes: Array<Array<string>>;
|
|
11295
|
-
dayOfWeeks: Array<string>;
|
|
11296
|
-
isTimeUs: boolean;
|
|
11297
|
-
maxViewPerDay: number;
|
|
11298
|
-
limitViewPerDayFrom: number;
|
|
11299
|
-
limitViewPerDayTo: number;
|
|
11300
|
-
increaseDailyViewFrom: number;
|
|
11301
|
-
increaseDailyViewTo: number;
|
|
11302
|
-
limitNumberLikePerOperationFrom: number;
|
|
11303
|
-
limitNumberLikePerOperationTo: number;
|
|
11304
|
-
timeDelayLikeFrom: number;
|
|
11305
|
-
timeDelayLikeTo: number;
|
|
11306
|
-
isDetailsView: boolean;
|
|
11307
|
-
isLikeExplore: boolean;
|
|
11308
|
-
status: EStatusActive;
|
|
10997
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
10998
|
+
timezone: ETimeZone;
|
|
10999
|
+
isStart: boolean;
|
|
11000
|
+
timeCopySetting: Date;
|
|
11309
11001
|
}
|
|
11310
11002
|
|
|
11311
11003
|
interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
11312
11004
|
account: IInstagramAccountRaw | string;
|
|
11313
|
-
|
|
11314
|
-
|
|
11315
|
-
|
|
11316
|
-
|
|
11317
|
-
isTimeUs: boolean;
|
|
11005
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
11006
|
+
timezone: ETimeZone;
|
|
11007
|
+
isStart: boolean;
|
|
11008
|
+
timeCopySetting: Date;
|
|
11318
11009
|
limitNumberFollowsPerDayFrom: number;
|
|
11319
11010
|
limitNumberFollowsPerDayTo: number;
|
|
11320
11011
|
increaseFollowPerDayFrom: number;
|
|
@@ -11345,36 +11036,14 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUs
|
|
|
11345
11036
|
isSkipFollowWhenUnFollowed: boolean;
|
|
11346
11037
|
isSkipFollowContainLinks: boolean;
|
|
11347
11038
|
isSkipBioNoneEnglish: boolean;
|
|
11348
|
-
status: EStatusActive;
|
|
11349
|
-
}
|
|
11350
|
-
|
|
11351
|
-
interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
11352
|
-
account: IInstagramAccountRaw | string;
|
|
11353
|
-
timeDelayFrom: number;
|
|
11354
|
-
timeDelayTo: number;
|
|
11355
|
-
listRunTimes: Array<Array<string>>;
|
|
11356
|
-
dayOfWeeks: Array<string>;
|
|
11357
|
-
isTimeUs: boolean;
|
|
11358
|
-
limitViewPerDayFrom: number;
|
|
11359
|
-
limitViewPerDayTo: number;
|
|
11360
|
-
increaseDailyViewFrom: number;
|
|
11361
|
-
increaseDailyViewTo: number;
|
|
11362
|
-
maxViewPerDay: number;
|
|
11363
|
-
limitNumberLikePerOperationFrom: number;
|
|
11364
|
-
limitNumberLikePerOperationTo: number;
|
|
11365
|
-
timeDelayLikeFrom: number;
|
|
11366
|
-
timeDelayLikeTo: number;
|
|
11367
|
-
isLikeReel: boolean;
|
|
11368
|
-
status: EStatusActive;
|
|
11369
11039
|
}
|
|
11370
11040
|
|
|
11371
11041
|
interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
11372
11042
|
account: IInstagramAccountRaw | string;
|
|
11373
|
-
|
|
11374
|
-
|
|
11375
|
-
|
|
11376
|
-
|
|
11377
|
-
isTimeUs: boolean;
|
|
11043
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
11044
|
+
timezone: ETimeZone;
|
|
11045
|
+
isStart: boolean;
|
|
11046
|
+
timeCopySetting: Date;
|
|
11378
11047
|
limitNumberPostForCommentsFrom: number;
|
|
11379
11048
|
limitNumberPostForCommentsTo: number;
|
|
11380
11049
|
timeDelayCommentFrom: number;
|
|
@@ -11389,16 +11058,14 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
|
|
|
11389
11058
|
isSkipReplyCommentsOnlyIcon: boolean;
|
|
11390
11059
|
isLikeCommentsPostOfMe: boolean;
|
|
11391
11060
|
isReplyCommentsPostOfMe: boolean;
|
|
11392
|
-
status: EStatusActive;
|
|
11393
11061
|
}
|
|
11394
11062
|
|
|
11395
11063
|
interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
11396
11064
|
account: IInstagramAccountRaw | string;
|
|
11397
|
-
|
|
11398
|
-
|
|
11399
|
-
|
|
11400
|
-
|
|
11401
|
-
isTimeUs: boolean;
|
|
11065
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
11066
|
+
timezone: ETimeZone;
|
|
11067
|
+
isStart: boolean;
|
|
11068
|
+
timeCopySetting: Date;
|
|
11402
11069
|
timeDelayReplyMessageFrom: number;
|
|
11403
11070
|
timeDelayReplyMessageTo: number;
|
|
11404
11071
|
isDeleteMessageUsername: boolean;
|
|
@@ -11408,46 +11075,14 @@ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingMod
|
|
|
11408
11075
|
isSkipReplyIfHaveReplied: boolean;
|
|
11409
11076
|
isSkipReplyIsLink: boolean;
|
|
11410
11077
|
isSkipReplyIfOnlyIcons: boolean;
|
|
11411
|
-
status: EStatusActive;
|
|
11412
|
-
}
|
|
11413
|
-
|
|
11414
|
-
interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
11415
|
-
account: IInstagramAccountRaw | string;
|
|
11416
|
-
timeDelayFrom: number;
|
|
11417
|
-
timeDelayTo: number;
|
|
11418
|
-
listRunTimes: Array<Array<string>>;
|
|
11419
|
-
dayOfWeeks: Array<string>;
|
|
11420
|
-
isTimeUs: boolean;
|
|
11421
|
-
limitViewPerDayFrom: number;
|
|
11422
|
-
limitViewPerDayTo: number;
|
|
11423
|
-
increaseViewPerDayFrom: number;
|
|
11424
|
-
increaseViewPerDayTo: number;
|
|
11425
|
-
maxViewsPerDay: number;
|
|
11426
|
-
limitViewPerHourFrom: number;
|
|
11427
|
-
limitViewPerHourTo: number;
|
|
11428
|
-
increaseViewPerHourFrom: number;
|
|
11429
|
-
increaseViewPerHourTo: number;
|
|
11430
|
-
maxViewsPerHour: number;
|
|
11431
|
-
limitNumberPersonSendMessageFrom: number;
|
|
11432
|
-
limitNumberPersonSendMessageTo: number;
|
|
11433
|
-
timeDelaySendMessageFrom: number;
|
|
11434
|
-
timeDelaySendMessageTo: number;
|
|
11435
|
-
limitNumberLikeStoriesFrom: number;
|
|
11436
|
-
limitNumberLikeStoriesTo: number;
|
|
11437
|
-
timeDelayLikeStoryFrom: number;
|
|
11438
|
-
timeDelayLikeStoryTo: number;
|
|
11439
|
-
isLikeStories: boolean;
|
|
11440
|
-
isSendMessageOnSheet: boolean;
|
|
11441
|
-
status: EStatusActive;
|
|
11442
11078
|
}
|
|
11443
11079
|
|
|
11444
11080
|
interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
11445
11081
|
account: IInstagramAccountRaw | string;
|
|
11446
|
-
|
|
11447
|
-
|
|
11448
|
-
|
|
11449
|
-
|
|
11450
|
-
isTimeUs: boolean;
|
|
11082
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
11083
|
+
timezone: ETimeZone;
|
|
11084
|
+
isStart: boolean;
|
|
11085
|
+
timeCopySetting: Date;
|
|
11451
11086
|
limitUnFollowPerDayFrom: number;
|
|
11452
11087
|
limitUnFollowPerDayTo: number;
|
|
11453
11088
|
increaseUnFollowPerDayFrom: number;
|
|
@@ -11463,24 +11098,23 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
|
|
|
11463
11098
|
isInteractBeforeUnFollow: boolean;
|
|
11464
11099
|
numberInteractFrom: number;
|
|
11465
11100
|
numberInteractTo: number;
|
|
11466
|
-
status: EStatusActive;
|
|
11467
11101
|
}
|
|
11468
11102
|
|
|
11469
11103
|
interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
11470
11104
|
account: IInstagramAccountRaw | string;
|
|
11471
|
-
|
|
11472
|
-
|
|
11473
|
-
|
|
11474
|
-
|
|
11475
|
-
listTimes: Array<string>;
|
|
11476
|
-
}>;
|
|
11477
|
-
dayOfWeeks: Array<string>;
|
|
11478
|
-
isTimeUs: boolean;
|
|
11105
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
11106
|
+
timezone: ETimeZone;
|
|
11107
|
+
isStart: boolean;
|
|
11108
|
+
timeCopySetting: Date;
|
|
11479
11109
|
numberCommentsForPostMeFrom: number;
|
|
11480
11110
|
numberCommentsForPostMeTo: number;
|
|
11481
11111
|
delayTimeCommentFrom: number;
|
|
11482
11112
|
delayTimeCommentTo: number;
|
|
11483
|
-
|
|
11113
|
+
}
|
|
11114
|
+
interface IInstagramSettingPostRunTime extends ISettingRunTimeSocial, IBaseModel {
|
|
11115
|
+
typePost: TPost;
|
|
11116
|
+
isAddAILabel: boolean;
|
|
11117
|
+
isSchedule: boolean;
|
|
11484
11118
|
}
|
|
11485
11119
|
|
|
11486
11120
|
interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11548,8 +11182,6 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
11548
11182
|
listDateOfWeeks: EDayOfWeek[];
|
|
11549
11183
|
executeBetweenSetting: [string, string];
|
|
11550
11184
|
schedulePostTime: Date;
|
|
11551
|
-
timeDelayFrom: number;
|
|
11552
|
-
timeDelayTo: number;
|
|
11553
11185
|
}
|
|
11554
11186
|
interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
11555
11187
|
idea: IBaseRefFieldELS;
|
|
@@ -11580,8 +11212,6 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
11580
11212
|
listDateOfWeeks: EDayOfWeek[];
|
|
11581
11213
|
executeBetweenSetting: [string, string];
|
|
11582
11214
|
schedulePostTime: Date;
|
|
11583
|
-
timeDelayFrom: number;
|
|
11584
|
-
timeDelayTo: number;
|
|
11585
11215
|
}
|
|
11586
11216
|
|
|
11587
11217
|
interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11610,8 +11240,6 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
11610
11240
|
isSkipFollowContainLinks: boolean;
|
|
11611
11241
|
isSkipBioNoneEnglish: boolean;
|
|
11612
11242
|
};
|
|
11613
|
-
timeDelayFrom: number;
|
|
11614
|
-
timeDelayTo: number;
|
|
11615
11243
|
}
|
|
11616
11244
|
interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
11617
11245
|
idea: IBaseRefFieldELS;
|
|
@@ -11659,8 +11287,6 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
11659
11287
|
isSkipFollowContainLinks: boolean;
|
|
11660
11288
|
isSkipBioNoneEnglish: boolean;
|
|
11661
11289
|
};
|
|
11662
|
-
timeDelayFrom: number;
|
|
11663
|
-
timeDelayTo: number;
|
|
11664
11290
|
}
|
|
11665
11291
|
|
|
11666
11292
|
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11676,8 +11302,6 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
11676
11302
|
listDateOfWeeks: EDayOfWeek[];
|
|
11677
11303
|
executeBetweenSetting: [string, string];
|
|
11678
11304
|
schedulePostTime: Date;
|
|
11679
|
-
timeDelayFrom: number;
|
|
11680
|
-
timeDelayTo: number;
|
|
11681
11305
|
}
|
|
11682
11306
|
interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
11683
11307
|
idea: IBaseRefFieldELS;
|
|
@@ -11707,8 +11331,6 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
11707
11331
|
listDateOfWeeks: EDayOfWeek[];
|
|
11708
11332
|
executeBetweenSetting: [string, string];
|
|
11709
11333
|
schedulePostTime: Date;
|
|
11710
|
-
timeDelayFrom: number;
|
|
11711
|
-
timeDelayTo: number;
|
|
11712
11334
|
}
|
|
11713
11335
|
|
|
11714
11336
|
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11726,8 +11348,6 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
11726
11348
|
listDateOfWeeks: EDayOfWeek[];
|
|
11727
11349
|
executeBetweenSetting: [string, string];
|
|
11728
11350
|
schedulePostTime: Date;
|
|
11729
|
-
timeDelayFrom: number;
|
|
11730
|
-
timeDelayTo: number;
|
|
11731
11351
|
}
|
|
11732
11352
|
interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
11733
11353
|
idea: IBaseRefFieldELS;
|
|
@@ -11764,8 +11384,6 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11764
11384
|
listDateOfWeeks: EDayOfWeek[];
|
|
11765
11385
|
executeBetweenSetting: [string, string];
|
|
11766
11386
|
schedulePostTime: Date;
|
|
11767
|
-
timeDelayFrom: number;
|
|
11768
|
-
timeDelayTo: number;
|
|
11769
11387
|
}
|
|
11770
11388
|
|
|
11771
11389
|
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11781,8 +11399,6 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
11781
11399
|
listDateOfWeeks: EDayOfWeek[];
|
|
11782
11400
|
executeBetweenSetting: [string, string];
|
|
11783
11401
|
schedulePostTime: Date;
|
|
11784
|
-
timeDelayFrom: number;
|
|
11785
|
-
timeDelayTo: number;
|
|
11786
11402
|
}
|
|
11787
11403
|
interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
11788
11404
|
idea: IBaseRefFieldELS;
|
|
@@ -11817,8 +11433,6 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11817
11433
|
listDateOfWeeks: EDayOfWeek[];
|
|
11818
11434
|
executeBetweenSetting: [string, string];
|
|
11819
11435
|
schedulePostTime: Date;
|
|
11820
|
-
timeDelayFrom: number;
|
|
11821
|
-
timeDelayTo: number;
|
|
11822
11436
|
}
|
|
11823
11437
|
|
|
11824
11438
|
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11836,8 +11450,6 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
11836
11450
|
listDateOfWeeks: EDayOfWeek[];
|
|
11837
11451
|
executeBetweenSetting: [string, string];
|
|
11838
11452
|
schedulePostTime: Date;
|
|
11839
|
-
timeDelayFrom: number;
|
|
11840
|
-
timeDelayTo: number;
|
|
11841
11453
|
}
|
|
11842
11454
|
interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
11843
11455
|
idea: IBaseRefFieldELS;
|
|
@@ -11869,8 +11481,6 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
11869
11481
|
listDateOfWeeks: EDayOfWeek[];
|
|
11870
11482
|
executeBetweenSetting: [string, string];
|
|
11871
11483
|
schedulePostTime: Date;
|
|
11872
|
-
timeDelayFrom: number;
|
|
11873
|
-
timeDelayTo: number;
|
|
11874
11484
|
}
|
|
11875
11485
|
|
|
11876
11486
|
interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11894,8 +11504,6 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
11894
11504
|
isInteractBeforeUnFollow: boolean;
|
|
11895
11505
|
numberInteractFrom: number;
|
|
11896
11506
|
numberInteractTo: number;
|
|
11897
|
-
timeDelayFrom: number;
|
|
11898
|
-
timeDelayTo: number;
|
|
11899
11507
|
}
|
|
11900
11508
|
interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
11901
11509
|
idea: IBaseRefFieldELS;
|
|
@@ -11938,8 +11546,6 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
11938
11546
|
isInteractBeforeUnFollow: boolean;
|
|
11939
11547
|
numberInteractFrom: number;
|
|
11940
11548
|
numberInteractTo: number;
|
|
11941
|
-
timeDelayFrom: number;
|
|
11942
|
-
timeDelayTo: number;
|
|
11943
11549
|
}
|
|
11944
11550
|
|
|
11945
11551
|
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11962,8 +11568,6 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
11962
11568
|
taskCanvaId: string;
|
|
11963
11569
|
historyName: string;
|
|
11964
11570
|
linkAddHistory: string;
|
|
11965
|
-
timeDelayFrom: number;
|
|
11966
|
-
timeDelayTo: number;
|
|
11967
11571
|
}
|
|
11968
11572
|
interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
11969
11573
|
idea: IBaseRefFieldELS;
|
|
@@ -12002,8 +11606,6 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
12002
11606
|
stylePost: string;
|
|
12003
11607
|
historyName: string;
|
|
12004
11608
|
linkAddHistory: string;
|
|
12005
|
-
timeDelayFrom: number;
|
|
12006
|
-
timeDelayTo: number;
|
|
12007
11609
|
taskImageInfo: {
|
|
12008
11610
|
id: string;
|
|
12009
11611
|
folderImageName: string;
|
|
@@ -12077,8 +11679,6 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
12077
11679
|
isAddAILable: boolean;
|
|
12078
11680
|
isSuggestFB: boolean;
|
|
12079
11681
|
isEdit: boolean;
|
|
12080
|
-
timeDelayFrom: number;
|
|
12081
|
-
timeDelayTo: number;
|
|
12082
11682
|
delayTimeCommentFrom: number;
|
|
12083
11683
|
delayTimeCommentTo: number;
|
|
12084
11684
|
numberCommentsForPostMeFrom: number;
|
|
@@ -12137,8 +11737,6 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
12137
11737
|
isSuggestFB: boolean;
|
|
12138
11738
|
isAddAILable: boolean;
|
|
12139
11739
|
isEdit: boolean;
|
|
12140
|
-
timeDelayFrom: number;
|
|
12141
|
-
timeDelayTo: number;
|
|
12142
11740
|
delayTimeCommentFrom: number;
|
|
12143
11741
|
delayTimeCommentTo: number;
|
|
12144
11742
|
numberCommentsForPostMeFrom: number;
|
|
@@ -12217,8 +11815,6 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
12217
11815
|
idPostToSheet: string;
|
|
12218
11816
|
isSuggestFB: boolean;
|
|
12219
11817
|
isAddAILable: boolean;
|
|
12220
|
-
timeDelayFrom: number;
|
|
12221
|
-
timeDelayTo: number;
|
|
12222
11818
|
delayTimeCommentFrom: number;
|
|
12223
11819
|
delayTimeCommentTo: number;
|
|
12224
11820
|
numberCommentsForPostMeFrom: number;
|
|
@@ -12274,8 +11870,6 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
12274
11870
|
idPostToSheet: string;
|
|
12275
11871
|
isAddAILable: boolean;
|
|
12276
11872
|
isSuggestFB: boolean;
|
|
12277
|
-
timeDelayFrom: number;
|
|
12278
|
-
timeDelayTo: number;
|
|
12279
11873
|
delayTimeCommentFrom: number;
|
|
12280
11874
|
delayTimeCommentTo: number;
|
|
12281
11875
|
numberCommentsForPostMeFrom: number;
|
|
@@ -12348,8 +11942,6 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
12348
11942
|
listTagsUsername: string[];
|
|
12349
11943
|
listTagUserPostMe: string[];
|
|
12350
11944
|
urlPost: string;
|
|
12351
|
-
timeDelayFrom: number;
|
|
12352
|
-
timeDelayTo: number;
|
|
12353
11945
|
}
|
|
12354
11946
|
interface IInstagramReportPostReelELS extends IBaseELS {
|
|
12355
11947
|
idea: IBaseRefFieldELS;
|
|
@@ -12394,8 +11986,6 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
12394
11986
|
urlPost: string;
|
|
12395
11987
|
listTagsCollaborator: string[];
|
|
12396
11988
|
listTagsUsername: string[];
|
|
12397
|
-
timeDelayFrom: number;
|
|
12398
|
-
timeDelayTo: number;
|
|
12399
11989
|
editPostStartDate: Date;
|
|
12400
11990
|
editPostEndDate: Date;
|
|
12401
11991
|
taskImageInfo: {
|
|
@@ -12464,8 +12054,6 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
12464
12054
|
location: string[];
|
|
12465
12055
|
listTagsUsername: string[];
|
|
12466
12056
|
listTagsCollaborator: string[];
|
|
12467
|
-
timeDelayFrom: number;
|
|
12468
|
-
timeDelayTo: number;
|
|
12469
12057
|
}
|
|
12470
12058
|
interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
12471
12059
|
idea: IBaseRefFieldELS;
|
|
@@ -12508,8 +12096,6 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
12508
12096
|
location: string[];
|
|
12509
12097
|
listTagsUsername: string[];
|
|
12510
12098
|
listTagsCollaborator: string[];
|
|
12511
|
-
timeDelayFrom: number;
|
|
12512
|
-
timeDelayTo: number;
|
|
12513
12099
|
taskImageInfo: {
|
|
12514
12100
|
id: string;
|
|
12515
12101
|
folderImageName: string;
|
|
@@ -12558,7 +12144,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12558
12144
|
sheetType: string;
|
|
12559
12145
|
account: string | IInstagramAccountRaw;
|
|
12560
12146
|
minuteWaiting: number;
|
|
12561
|
-
|
|
12147
|
+
timezone: ETimeZone;
|
|
12562
12148
|
dayOfWeek: EDayOfWeek;
|
|
12563
12149
|
timeFrom: string;
|
|
12564
12150
|
timeTo: string;
|
|
@@ -12611,7 +12197,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
12611
12197
|
status: ESheetToolStatusRun;
|
|
12612
12198
|
};
|
|
12613
12199
|
minuteWaiting: number;
|
|
12614
|
-
|
|
12200
|
+
timezone: ETimeZone;
|
|
12615
12201
|
dayOfWeek: EDayOfWeek;
|
|
12616
12202
|
timeFrom: string;
|
|
12617
12203
|
timeTo: string;
|
|
@@ -12633,7 +12219,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12633
12219
|
sheetType: string;
|
|
12634
12220
|
account: string | IInstagramAccountRaw;
|
|
12635
12221
|
minuteWaiting: number;
|
|
12636
|
-
|
|
12222
|
+
timezone: ETimeZone;
|
|
12637
12223
|
dayOfWeek: EDayOfWeek;
|
|
12638
12224
|
timeFrom: string;
|
|
12639
12225
|
timeTo: string;
|
|
@@ -12703,7 +12289,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
12703
12289
|
status: ESheetToolStatusRun;
|
|
12704
12290
|
};
|
|
12705
12291
|
minuteWaiting: number;
|
|
12706
|
-
|
|
12292
|
+
timezone: ETimeZone;
|
|
12707
12293
|
dayOfWeek: EDayOfWeek;
|
|
12708
12294
|
timeFrom: string;
|
|
12709
12295
|
timeTo: string;
|
|
@@ -12850,7 +12436,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12850
12436
|
sheet: string | ISheetsTool;
|
|
12851
12437
|
account: string | IInstagramAccountRaw;
|
|
12852
12438
|
minuteWaiting: number;
|
|
12853
|
-
|
|
12439
|
+
timezone: ETimeZone;
|
|
12854
12440
|
dayOfWeek: EDayOfWeek;
|
|
12855
12441
|
timeFrom: string;
|
|
12856
12442
|
timeTo: string;
|
|
@@ -12901,7 +12487,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
12901
12487
|
status: ESheetToolStatusRun;
|
|
12902
12488
|
};
|
|
12903
12489
|
minuteWaiting: number;
|
|
12904
|
-
|
|
12490
|
+
timezone: ETimeZone;
|
|
12905
12491
|
dayOfWeek: EDayOfWeek;
|
|
12906
12492
|
timeFrom: string;
|
|
12907
12493
|
timeTo: string;
|
|
@@ -12918,7 +12504,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
12918
12504
|
interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
12919
12505
|
account: string | IInstagramAccountRaw;
|
|
12920
12506
|
minuteWaiting: number;
|
|
12921
|
-
|
|
12507
|
+
timezone: ETimeZone;
|
|
12922
12508
|
dayOfWeek: EDayOfWeek;
|
|
12923
12509
|
timeFrom: string;
|
|
12924
12510
|
timeTo: string;
|
|
@@ -12968,7 +12554,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
12968
12554
|
status: EStatusProxyChecked;
|
|
12969
12555
|
}>;
|
|
12970
12556
|
minuteWaiting: number;
|
|
12971
|
-
|
|
12557
|
+
timezone: ETimeZone;
|
|
12972
12558
|
dayOfWeek: EDayOfWeek;
|
|
12973
12559
|
timeFrom: string;
|
|
12974
12560
|
timeTo: string;
|
|
@@ -12989,7 +12575,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
12989
12575
|
interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
12990
12576
|
account: string | IInstagramAccountRaw;
|
|
12991
12577
|
minuteWaiting: number;
|
|
12992
|
-
|
|
12578
|
+
timezone: ETimeZone;
|
|
12993
12579
|
dayOfWeek: EDayOfWeek;
|
|
12994
12580
|
timeFrom: string;
|
|
12995
12581
|
timeTo: string;
|
|
@@ -13038,7 +12624,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
13038
12624
|
status: EStatusProxyChecked;
|
|
13039
12625
|
}>;
|
|
13040
12626
|
minuteWaiting: number;
|
|
13041
|
-
|
|
12627
|
+
timezone: ETimeZone;
|
|
13042
12628
|
dayOfWeek: EDayOfWeek;
|
|
13043
12629
|
timeFrom: string;
|
|
13044
12630
|
timeTo: string;
|
|
@@ -13058,7 +12644,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
13058
12644
|
interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
13059
12645
|
account: string | IInstagramAccountRaw;
|
|
13060
12646
|
minuteWaiting: number;
|
|
13061
|
-
|
|
12647
|
+
timezone: ETimeZone;
|
|
13062
12648
|
dayOfWeek: EDayOfWeek;
|
|
13063
12649
|
timeFrom: string;
|
|
13064
12650
|
timeTo: string;
|
|
@@ -13106,7 +12692,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
13106
12692
|
status: EStatusProxyChecked;
|
|
13107
12693
|
}>;
|
|
13108
12694
|
minuteWaiting: number;
|
|
13109
|
-
|
|
12695
|
+
timezone: ETimeZone;
|
|
13110
12696
|
dayOfWeek: EDayOfWeek;
|
|
13111
12697
|
timeFrom: string;
|
|
13112
12698
|
timeTo: string;
|
|
@@ -13126,7 +12712,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13126
12712
|
sheet: string | ISheetsTool;
|
|
13127
12713
|
account: string | IInstagramAccountRaw;
|
|
13128
12714
|
minuteWaiting: number;
|
|
13129
|
-
|
|
12715
|
+
timezone: ETimeZone;
|
|
13130
12716
|
dayOfWeek: EDayOfWeek;
|
|
13131
12717
|
timeFrom: string;
|
|
13132
12718
|
timeTo: string;
|
|
@@ -13218,7 +12804,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
13218
12804
|
status: ESheetToolStatusRun;
|
|
13219
12805
|
};
|
|
13220
12806
|
minuteWaiting: number;
|
|
13221
|
-
|
|
12807
|
+
timezone: ETimeZone;
|
|
13222
12808
|
dayOfWeek: EDayOfWeek;
|
|
13223
12809
|
timeFrom: string;
|
|
13224
12810
|
timeTo: string;
|
|
@@ -13278,7 +12864,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13278
12864
|
sheet: string | ISheetsTool;
|
|
13279
12865
|
account: string | IInstagramAccountRaw;
|
|
13280
12866
|
minuteWaiting: number;
|
|
13281
|
-
|
|
12867
|
+
timezone: ETimeZone;
|
|
13282
12868
|
dayOfWeek: EDayOfWeek;
|
|
13283
12869
|
timeFrom: string;
|
|
13284
12870
|
timeTo: string;
|
|
@@ -13334,7 +12920,7 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
13334
12920
|
status: ESheetToolStatusRun;
|
|
13335
12921
|
};
|
|
13336
12922
|
minuteWaiting: number;
|
|
13337
|
-
|
|
12923
|
+
timezone: ETimeZone;
|
|
13338
12924
|
dayOfWeek: EDayOfWeek;
|
|
13339
12925
|
timeFrom: string;
|
|
13340
12926
|
timeTo: string;
|
|
@@ -13357,7 +12943,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13357
12943
|
sheet: string | ISheetsTool;
|
|
13358
12944
|
account: string | IInstagramAccountRaw;
|
|
13359
12945
|
minuteWaiting: number;
|
|
13360
|
-
|
|
12946
|
+
timezone: ETimeZone;
|
|
13361
12947
|
dayOfWeek: EDayOfWeek;
|
|
13362
12948
|
timeFrom: string;
|
|
13363
12949
|
timeTo: string;
|
|
@@ -13413,7 +12999,7 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
13413
12999
|
status: ESheetToolStatusRun;
|
|
13414
13000
|
};
|
|
13415
13001
|
minuteWaiting: number;
|
|
13416
|
-
|
|
13002
|
+
timezone: ETimeZone;
|
|
13417
13003
|
dayOfWeek: EDayOfWeek;
|
|
13418
13004
|
timeFrom: string;
|
|
13419
13005
|
timeTo: string;
|
|
@@ -14158,25 +13744,22 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
14158
13744
|
|
|
14159
13745
|
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
14160
13746
|
account: IThreadsAccountRaw | string;
|
|
14161
|
-
|
|
14162
|
-
|
|
14163
|
-
|
|
14164
|
-
|
|
14165
|
-
isTimeUs: boolean;
|
|
13747
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
13748
|
+
timezone: ETimeZone;
|
|
13749
|
+
isStart: boolean;
|
|
13750
|
+
timeCopySetting: Date;
|
|
14166
13751
|
numberCommentsForPostMeFrom: number;
|
|
14167
13752
|
numberCommentsForPostMeTo: number;
|
|
14168
13753
|
delayTimeCommentFrom: number;
|
|
14169
13754
|
delayTimeCommentTo: number;
|
|
14170
|
-
status: EStatusActive;
|
|
14171
13755
|
}
|
|
14172
13756
|
|
|
14173
13757
|
interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
14174
13758
|
account: IThreadsAccountRaw | string;
|
|
14175
|
-
|
|
14176
|
-
|
|
14177
|
-
|
|
14178
|
-
|
|
14179
|
-
isTimeUs: boolean;
|
|
13759
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
13760
|
+
timezone: ETimeZone;
|
|
13761
|
+
isStart: boolean;
|
|
13762
|
+
timeCopySetting: Date;
|
|
14180
13763
|
limitNumberFollowsPerDayFrom: number;
|
|
14181
13764
|
limitNumberFollowsPerDayTo: number;
|
|
14182
13765
|
increaseFollowPerDayFrom: number;
|
|
@@ -14207,16 +13790,14 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser
|
|
|
14207
13790
|
isSkipFollowWhenUnFollowed: boolean;
|
|
14208
13791
|
isSkipFollowContainLinks: boolean;
|
|
14209
13792
|
isSkipBioNoneEnglish: boolean;
|
|
14210
|
-
status: EStatusActive;
|
|
14211
13793
|
}
|
|
14212
13794
|
|
|
14213
13795
|
interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
14214
13796
|
account: IThreadsAccountRaw | string;
|
|
14215
|
-
|
|
14216
|
-
|
|
14217
|
-
|
|
14218
|
-
|
|
14219
|
-
isTimeUs: boolean;
|
|
13797
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
13798
|
+
timezone: ETimeZone;
|
|
13799
|
+
isStart: boolean;
|
|
13800
|
+
timeCopySetting: Date;
|
|
14220
13801
|
limitUnFollowPerDayFrom: number;
|
|
14221
13802
|
limitUnFollowPerDayTo: number;
|
|
14222
13803
|
increaseUnFollowPerDayFrom: number;
|
|
@@ -14230,16 +13811,14 @@ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUs
|
|
|
14230
13811
|
timeDelayInteractPerOperatorFrom: number;
|
|
14231
13812
|
timeDelayInteractPerOperatorTo: number;
|
|
14232
13813
|
isInteractBeforeUnFollow: boolean;
|
|
14233
|
-
status: EStatusActive;
|
|
14234
13814
|
}
|
|
14235
13815
|
|
|
14236
13816
|
interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
14237
13817
|
account: IThreadsAccountRaw | string;
|
|
14238
|
-
|
|
14239
|
-
|
|
14240
|
-
|
|
14241
|
-
|
|
14242
|
-
isTimeUs: boolean;
|
|
13818
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
13819
|
+
timezone: ETimeZone;
|
|
13820
|
+
isStart: boolean;
|
|
13821
|
+
timeCopySetting: Date;
|
|
14243
13822
|
limitNumberPostForCommentsFrom: number;
|
|
14244
13823
|
limitNumberPostForCommentsTo: number;
|
|
14245
13824
|
timeDelayCommentFrom: number;
|
|
@@ -14259,11 +13838,10 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
|
14259
13838
|
|
|
14260
13839
|
interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
14261
13840
|
account: IThreadsAccountRaw | string;
|
|
14262
|
-
|
|
14263
|
-
|
|
14264
|
-
|
|
14265
|
-
|
|
14266
|
-
isTimeUs: boolean;
|
|
13841
|
+
dayOfWeeks: Array<EDayOfWeek>;
|
|
13842
|
+
timezone: ETimeZone;
|
|
13843
|
+
isStart: boolean;
|
|
13844
|
+
timeCopySetting: Date;
|
|
14267
13845
|
timeDelayReplyMessageFrom: number;
|
|
14268
13846
|
timeDelayReplyMessageTo: number;
|
|
14269
13847
|
isDeleteMessageUsername: boolean;
|
|
@@ -14273,14 +13851,13 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
|
|
|
14273
13851
|
isSkipReplyIfHaveReplied: boolean;
|
|
14274
13852
|
isSkipReplyIsLink: boolean;
|
|
14275
13853
|
isSkipReplyIfOnlyIcons: boolean;
|
|
14276
|
-
status: EStatusActive;
|
|
14277
13854
|
}
|
|
14278
13855
|
|
|
14279
13856
|
interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
14280
13857
|
sheet: string | ISheetsTool;
|
|
14281
13858
|
account: string | IThreadsAccountRaw;
|
|
14282
13859
|
minuteWaiting: number;
|
|
14283
|
-
|
|
13860
|
+
timezone: ETimeZone;
|
|
14284
13861
|
dayOfWeek: EDayOfWeek;
|
|
14285
13862
|
timeFrom: string;
|
|
14286
13863
|
timeTo: string;
|
|
@@ -14346,7 +13923,7 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
14346
13923
|
status: ESheetToolStatusRun;
|
|
14347
13924
|
};
|
|
14348
13925
|
minuteWaiting: number;
|
|
14349
|
-
|
|
13926
|
+
timezone: ETimeZone;
|
|
14350
13927
|
dayOfWeek: EDayOfWeek;
|
|
14351
13928
|
timeFrom: string;
|
|
14352
13929
|
timeTo: string;
|
|
@@ -14380,7 +13957,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
14380
13957
|
sheet: string | ISheetsTool;
|
|
14381
13958
|
account: string | IThreadsAccountRaw;
|
|
14382
13959
|
minuteWaiting: number;
|
|
14383
|
-
|
|
13960
|
+
timezone: ETimeZone;
|
|
14384
13961
|
dayOfWeek: EDayOfWeek;
|
|
14385
13962
|
timeFrom: string;
|
|
14386
13963
|
timeTo: string;
|
|
@@ -14431,7 +14008,7 @@ interface ITaskThreadsFollowELS extends IBaseELS {
|
|
|
14431
14008
|
status: ESheetToolStatusRun;
|
|
14432
14009
|
};
|
|
14433
14010
|
minuteWaiting: number;
|
|
14434
|
-
|
|
14011
|
+
timezone: ETimeZone;
|
|
14435
14012
|
dayOfWeek: EDayOfWeek;
|
|
14436
14013
|
timeFrom: string;
|
|
14437
14014
|
timeTo: string;
|
|
@@ -14449,7 +14026,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
14449
14026
|
sheet: string | ISheetsTool;
|
|
14450
14027
|
account: string | IThreadsAccountRaw;
|
|
14451
14028
|
minuteWaiting: number;
|
|
14452
|
-
|
|
14029
|
+
timezone: ETimeZone;
|
|
14453
14030
|
dayOfWeek: EDayOfWeek;
|
|
14454
14031
|
timeFrom: string;
|
|
14455
14032
|
timeTo: string;
|
|
@@ -14505,7 +14082,7 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
|
|
|
14505
14082
|
status: ESheetToolStatusRun;
|
|
14506
14083
|
};
|
|
14507
14084
|
minuteWaiting: number;
|
|
14508
|
-
|
|
14085
|
+
timezone: ETimeZone;
|
|
14509
14086
|
dayOfWeek: EDayOfWeek;
|
|
14510
14087
|
timeFrom: string;
|
|
14511
14088
|
timeTo: string;
|
|
@@ -14528,7 +14105,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
14528
14105
|
sheet: string | ISheetsTool;
|
|
14529
14106
|
account: string | IThreadsAccountRaw;
|
|
14530
14107
|
minuteWaiting: number;
|
|
14531
|
-
|
|
14108
|
+
timezone: ETimeZone;
|
|
14532
14109
|
dayOfWeek: EDayOfWeek;
|
|
14533
14110
|
timeFrom: string;
|
|
14534
14111
|
timeTo: string;
|
|
@@ -14584,7 +14161,7 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
|
|
|
14584
14161
|
status: ESheetToolStatusRun;
|
|
14585
14162
|
};
|
|
14586
14163
|
minuteWaiting: number;
|
|
14587
|
-
|
|
14164
|
+
timezone: ETimeZone;
|
|
14588
14165
|
dayOfWeek: EDayOfWeek;
|
|
14589
14166
|
timeFrom: string;
|
|
14590
14167
|
timeTo: string;
|
|
@@ -14642,6 +14219,12 @@ interface IIncreaseValueTask extends IBaseModel {
|
|
|
14642
14219
|
maxIncrease: number;
|
|
14643
14220
|
}
|
|
14644
14221
|
|
|
14222
|
+
interface ISettingRunTimeSocial extends IFindBaseDto {
|
|
14223
|
+
settingId: string;
|
|
14224
|
+
timeFrom: string;
|
|
14225
|
+
timeTo: string;
|
|
14226
|
+
}
|
|
14227
|
+
|
|
14645
14228
|
type index$4_EStatusImport = EStatusImport;
|
|
14646
14229
|
declare const index$4_EStatusImport: typeof EStatusImport;
|
|
14647
14230
|
type index$4_ETypeImport = ETypeImport;
|
|
@@ -14694,14 +14277,13 @@ type index$4_IInstagramReportPostSquareELS = IInstagramReportPostSquareELS;
|
|
|
14694
14277
|
type index$4_IInstagramReportPostStory = IInstagramReportPostStory;
|
|
14695
14278
|
type index$4_IInstagramReportPostStoryELS = IInstagramReportPostStoryELS;
|
|
14696
14279
|
type index$4_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
|
|
14697
|
-
type index$4_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
|
14698
14280
|
type index$4_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
|
14699
|
-
type index$4_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
|
14700
14281
|
type index$4_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
|
|
14701
14282
|
type index$4_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
|
14702
|
-
type index$4_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
|
14703
14283
|
type index$4_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
14704
14284
|
type index$4_IInstagramSettingPost = IInstagramSettingPost;
|
|
14285
|
+
type index$4_IInstagramSettingPostRunTime = IInstagramSettingPostRunTime;
|
|
14286
|
+
type index$4_ISettingRunTimeSocial = ISettingRunTimeSocial;
|
|
14705
14287
|
type index$4_ISheetImportSocial = ISheetImportSocial;
|
|
14706
14288
|
type index$4_ISocialTaskManager = ISocialTaskManager;
|
|
14707
14289
|
type index$4_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
|
@@ -14759,7 +14341,7 @@ type index$4_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyM
|
|
|
14759
14341
|
type index$4_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
|
|
14760
14342
|
type index$4_IThreadsSettingPost = IThreadsSettingPost;
|
|
14761
14343
|
declare namespace index$4 {
|
|
14762
|
-
export { index$4_EStatusImport as EStatusImport, index$4_ETypeImport as ETypeImport, type index$4_IAccountSocialBase as IAccountSocialBase, type index$4_IAccountSocialGroup as IAccountSocialGroup, type index$4_IIncreaseValueTask as IIncreaseValueTask, type index$4_IInstagramAccountRaw as IInstagramAccountRaw, type index$4_IInstagramAccountRun as IInstagramAccountRun, type index$4_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$4_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$4_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$4_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$4_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$4_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$4_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$4_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$4_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$4_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$4_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$4_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$4_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$4_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$4_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$4_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$4_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$4_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$4_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$4_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$4_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$4_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$4_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$4_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$4_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$4_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$4_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$4_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$4_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$4_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$4_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$4_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$4_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$4_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$4_IInstagramReportPostNew as IInstagramReportPostNew, type index$4_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$4_IInstagramReportPostReel as IInstagramReportPostReel, type index$4_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$4_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$4_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$4_IInstagramReportPostStory as IInstagramReportPostStory, type index$4_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$4_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$
|
|
14344
|
+
export { index$4_EStatusImport as EStatusImport, index$4_ETypeImport as ETypeImport, type index$4_IAccountSocialBase as IAccountSocialBase, type index$4_IAccountSocialGroup as IAccountSocialGroup, type index$4_IIncreaseValueTask as IIncreaseValueTask, type index$4_IInstagramAccountRaw as IInstagramAccountRaw, type index$4_IInstagramAccountRun as IInstagramAccountRun, type index$4_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$4_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$4_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$4_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$4_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$4_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$4_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$4_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$4_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$4_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$4_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$4_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$4_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$4_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$4_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$4_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$4_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$4_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$4_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$4_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$4_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$4_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$4_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$4_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$4_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$4_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$4_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$4_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$4_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$4_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$4_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$4_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$4_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$4_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$4_IInstagramReportPostNew as IInstagramReportPostNew, type index$4_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$4_IInstagramReportPostReel as IInstagramReportPostReel, type index$4_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$4_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$4_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$4_IInstagramReportPostStory as IInstagramReportPostStory, type index$4_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$4_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_IInstagramSettingPostRunTime as IInstagramSettingPostRunTime, type index$4_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$4_ISheetImportSocial as ISheetImportSocial, type index$4_ISocialTaskManager as ISocialTaskManager, type index$4_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$4_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$4_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$4_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$4_ITaskInstagramFollow as ITaskInstagramFollow, type index$4_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$4_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$4_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$4_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$4_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$4_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$4_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$4_ITaskInstagramPost as ITaskInstagramPost, type index$4_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$4_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$4_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$4_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$4_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$4_ITaskThreadsFollow as ITaskThreadsFollow, type index$4_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$4_ITaskThreadsPost as ITaskThreadsPost, type index$4_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$4_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$4_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$4_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$4_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$4_IThreadsAccountRaw as IThreadsAccountRaw, type index$4_IThreadsAccountRun as IThreadsAccountRun, type index$4_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$4_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$4_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$4_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$4_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$4_IThreadsHistoryChange as IThreadsHistoryChange, type index$4_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$4_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$4_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$4_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$4_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$4_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$4_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$4_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$4_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$4_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$4_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$4_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$4_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$4_IThreadsReportPost as IThreadsReportPost, type index$4_IThreadsReportPostELS as IThreadsReportPostELS, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$4_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$4_IThreadsSettingPost as IThreadsSettingPost };
|
|
14763
14345
|
}
|
|
14764
14346
|
|
|
14765
14347
|
interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -15054,14 +14636,12 @@ type index$1_IInstagramReportPostSquareELS = IInstagramReportPostSquareELS;
|
|
|
15054
14636
|
type index$1_IInstagramReportPostStory = IInstagramReportPostStory;
|
|
15055
14637
|
type index$1_IInstagramReportPostStoryELS = IInstagramReportPostStoryELS;
|
|
15056
14638
|
type index$1_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
|
|
15057
|
-
type index$1_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
|
15058
14639
|
type index$1_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
|
15059
|
-
type index$1_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
|
15060
14640
|
type index$1_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
|
|
15061
14641
|
type index$1_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
|
15062
|
-
type index$1_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
|
15063
14642
|
type index$1_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
15064
14643
|
type index$1_IInstagramSettingPost = IInstagramSettingPost;
|
|
14644
|
+
type index$1_IInstagramSettingPostRunTime = IInstagramSettingPostRunTime;
|
|
15065
14645
|
type index$1_ILark = ILark;
|
|
15066
14646
|
type index$1_ILarkTeam = ILarkTeam;
|
|
15067
14647
|
type index$1_IManagerImageAI = IManagerImageAI;
|
|
@@ -15080,6 +14660,7 @@ type index$1_IPC = IPC;
|
|
|
15080
14660
|
type index$1_IProxy = IProxy;
|
|
15081
14661
|
type index$1_IRole = IRole;
|
|
15082
14662
|
type index$1_IRoleFeature = IRoleFeature;
|
|
14663
|
+
type index$1_ISettingRunTimeSocial = ISettingRunTimeSocial;
|
|
15083
14664
|
type index$1_ISheetImportSocial = ISheetImportSocial;
|
|
15084
14665
|
type index$1_ISheetWork = ISheetWork;
|
|
15085
14666
|
type index$1_ISheetWorkDepartmentPermission = ISheetWorkDepartmentPermission;
|
|
@@ -15175,7 +14756,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
|
15175
14756
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
15176
14757
|
type index$1_IVoiceStores = IVoiceStores;
|
|
15177
14758
|
declare namespace index$1 {
|
|
15178
|
-
export { index$2 as Auth, index$9 as Common, index$1_EStatusImport as EStatusImport, index$1_ETypeImport as ETypeImport, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IIncreaseValueTask as IIncreaseValueTask, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetImportSocial as ISheetImportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$4 as Socials, index$5 as Tool, index$7 as Workspace };
|
|
14759
|
+
export { index$2 as Auth, index$9 as Common, index$1_EStatusImport as EStatusImport, index$1_ETypeImport as ETypeImport, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IIncreaseValueTask as IIncreaseValueTask, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInstagramSettingPostRunTime as IInstagramSettingPostRunTime, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$1_ISheetImportSocial as ISheetImportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$4 as Socials, index$5 as Tool, index$7 as Workspace };
|
|
15179
14760
|
}
|
|
15180
14761
|
|
|
15181
14762
|
interface IDataUser {
|
|
@@ -15234,4 +14815,4 @@ declare namespace index {
|
|
|
15234
14815
|
export type { index_IColsUnSelected as IColsUnSelected, index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
|
|
15235
14816
|
}
|
|
15236
14817
|
|
|
15237
|
-
export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountInstagramSettingInteractExploreDto, type FindAccountInstagramSettingInteractFollowDto, type FindAccountInstagramSettingInteractReelDto, type FindAccountInstagramSettingInteractReplyCommentDto, type FindAccountInstagramSettingInteractReplyMessageDto, type FindAccountInstagramSettingInteractStoryDto, type FindAccountInstagramSettingInteractUnFollowDto, type FindAccountInstagramSettingPostDto, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountThreadsSettingInteractFollowDto, type FindAccountThreadsSettingInteractReplyCommentDto, type FindAccountThreadsSettingInteractReplyMessageDto, type FindAccountThreadsSettingInteractUnFollowDto, type FindAccountThreadsSettingPostDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractExploreDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReelDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractStoryDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$7 as Workspace };
|
|
14818
|
+
export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type IInstagramSettingPostRunTime, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingRunTimeSocial, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$7 as Workspace };
|