automation-lib 5.1.120 → 5.1.122
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 +973 -3
- package/dist/index.d.ts +973 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -2477,7 +2477,6 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
2477
2477
|
action: string;
|
2478
2478
|
timeExecute: Date;
|
2479
2479
|
status: EStatusTaskToolSocials;
|
2480
|
-
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
2481
2480
|
oldUserName: string;
|
2482
2481
|
changeUserNameNew: string;
|
2483
2482
|
changeFullnameNew: string;
|
@@ -3926,6 +3925,395 @@ interface ImportDto {
|
|
3926
3925
|
sheetName: string;
|
3927
3926
|
}
|
3928
3927
|
|
3928
|
+
interface FindThreadsHistoryGroupDto extends IFindBaseDto, IThreadsHistoryGroup {
|
3929
|
+
accountID: string;
|
3930
|
+
accountUsername: string;
|
3931
|
+
accountFullname: string;
|
3932
|
+
accountDeviceType: string;
|
3933
|
+
accountDeviceName: string;
|
3934
|
+
idea: string;
|
3935
|
+
niche: string;
|
3936
|
+
type: ETypeManagerWorkClassify;
|
3937
|
+
pc: string;
|
3938
|
+
deviceKey: string;
|
3939
|
+
deviceModel: string;
|
3940
|
+
deviceName: string;
|
3941
|
+
deviceOS: ETypeDeviceOS;
|
3942
|
+
group: string;
|
3943
|
+
email: string;
|
3944
|
+
emailPassword: string;
|
3945
|
+
email2FA: string;
|
3946
|
+
emailRecover: string;
|
3947
|
+
}
|
3948
|
+
interface FilterThreadsHistoryGroupDto extends IFilterBaseDto, Omit<IThreadsHistoryGroup, TOmitFilterDto> {
|
3949
|
+
}
|
3950
|
+
|
3951
|
+
interface FindThreadsHistoryAutoSyncDto extends IFindBaseDto, IThreadsHistoryAutoSync {
|
3952
|
+
accountID: string;
|
3953
|
+
accountUsername: string;
|
3954
|
+
accountFullname: string;
|
3955
|
+
accountDeviceType: string;
|
3956
|
+
accountDeviceName: string;
|
3957
|
+
idea: string;
|
3958
|
+
niche: string;
|
3959
|
+
type: ETypeManagerWorkClassify;
|
3960
|
+
pc: string;
|
3961
|
+
deviceKey: string;
|
3962
|
+
deviceModel: string;
|
3963
|
+
deviceName: string;
|
3964
|
+
deviceOS: ETypeDeviceOS;
|
3965
|
+
group: string;
|
3966
|
+
email: string;
|
3967
|
+
emailPassword: string;
|
3968
|
+
email2FA: string;
|
3969
|
+
emailRecover: string;
|
3970
|
+
}
|
3971
|
+
interface FilterThreadsHistoryAutoSyncDto extends IFilterBaseDto, Omit<IThreadsHistoryAutoSync, TOmitFilterDto> {
|
3972
|
+
}
|
3973
|
+
|
3974
|
+
interface FindThreadsHistoryCreateDto extends IFindBaseDto, IThreadsHistoryCreate {
|
3975
|
+
accountID: string;
|
3976
|
+
accountUsername: string;
|
3977
|
+
accountFullname: string;
|
3978
|
+
accountDeviceType: string;
|
3979
|
+
accountDeviceName: string;
|
3980
|
+
idea: string;
|
3981
|
+
niche: string;
|
3982
|
+
type: ETypeManagerWorkClassify;
|
3983
|
+
pc: string;
|
3984
|
+
deviceKey: string;
|
3985
|
+
deviceModel: string;
|
3986
|
+
deviceName: string;
|
3987
|
+
deviceOS: ETypeDeviceOS;
|
3988
|
+
group: string;
|
3989
|
+
email: string;
|
3990
|
+
emailPassword: string;
|
3991
|
+
email2FA: string;
|
3992
|
+
emailRecover: string;
|
3993
|
+
}
|
3994
|
+
interface FilterThreadsHistoryCreateDto extends IFilterBaseDto, Omit<IThreadsHistoryCreate, TOmitFilterDto> {
|
3995
|
+
}
|
3996
|
+
|
3997
|
+
interface FindThreadsHistoryChangeDto extends IFindBaseDto, IThreadsHistoryChange {
|
3998
|
+
accountID: string;
|
3999
|
+
accountUsername: string;
|
4000
|
+
accountFullname: string;
|
4001
|
+
accountDeviceType: string;
|
4002
|
+
accountDeviceName: string;
|
4003
|
+
idea: string;
|
4004
|
+
niche: string;
|
4005
|
+
type: ETypeManagerWorkClassify;
|
4006
|
+
pc: string;
|
4007
|
+
deviceKey: string;
|
4008
|
+
deviceModel: string;
|
4009
|
+
deviceName: string;
|
4010
|
+
deviceOS: ETypeDeviceOS;
|
4011
|
+
group: string;
|
4012
|
+
email: string;
|
4013
|
+
emailPassword: string;
|
4014
|
+
email2FA: string;
|
4015
|
+
emailRecover: string;
|
4016
|
+
}
|
4017
|
+
interface FilterThreadsHistoryChangeDto extends IFilterBaseDto, Omit<IThreadsHistoryChange, TOmitFilterDto> {
|
4018
|
+
}
|
4019
|
+
|
4020
|
+
interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
|
4021
|
+
deviceInfo: {
|
4022
|
+
key: string;
|
4023
|
+
name: string;
|
4024
|
+
type: ETypeDeviceOS;
|
4025
|
+
typeAppClone: string;
|
4026
|
+
nameAppClone: string;
|
4027
|
+
nameAppCloneSocial: string;
|
4028
|
+
};
|
4029
|
+
assignInfo: {
|
4030
|
+
department: {
|
4031
|
+
id: string;
|
4032
|
+
name: string;
|
4033
|
+
};
|
4034
|
+
leader: {
|
4035
|
+
id: string;
|
4036
|
+
name: string;
|
4037
|
+
};
|
4038
|
+
member: {
|
4039
|
+
id: string;
|
4040
|
+
name: string;
|
4041
|
+
};
|
4042
|
+
timeUpdate: Date;
|
4043
|
+
};
|
4044
|
+
type: ETypeManagerWorkClassify;
|
4045
|
+
folderImage: {
|
4046
|
+
folderName: string;
|
4047
|
+
status: string;
|
4048
|
+
time: Date;
|
4049
|
+
};
|
4050
|
+
}
|
4051
|
+
interface AutoFillOverviewThreadsAccountRawDto {
|
4052
|
+
idea: {
|
4053
|
+
colName: string;
|
4054
|
+
colSymbol: string;
|
4055
|
+
listValsOnCol: string[];
|
4056
|
+
};
|
4057
|
+
niche: {
|
4058
|
+
colName: string;
|
4059
|
+
colSymbol: string;
|
4060
|
+
listValsOnCol: string[];
|
4061
|
+
};
|
4062
|
+
accountID: {
|
4063
|
+
colName: string;
|
4064
|
+
colSymbol: string;
|
4065
|
+
listValsOnCol: string[];
|
4066
|
+
};
|
4067
|
+
oldUsername: {
|
4068
|
+
colName: string;
|
4069
|
+
colSymbol: string;
|
4070
|
+
listValsOnCol: string[];
|
4071
|
+
};
|
4072
|
+
}
|
4073
|
+
interface FilterThreadsAccountRawDto extends IFilterBaseDto, Omit<IThreadsAccountRaw, TOmitFilterDto> {
|
4074
|
+
accountGroup: string;
|
4075
|
+
accountType: string;
|
4076
|
+
idea: string;
|
4077
|
+
niche: string;
|
4078
|
+
createdBy: string;
|
4079
|
+
updatedBy: string;
|
4080
|
+
fileNameSheetImport: string;
|
4081
|
+
accountIDRange: [number, number];
|
4082
|
+
loginSocialStatus: string;
|
4083
|
+
loginEmailStatus: string;
|
4084
|
+
accountSettingStatus: string;
|
4085
|
+
statusAutoSyncAccount: string;
|
4086
|
+
deviceBrand: string;
|
4087
|
+
usernameChangeStatus: string;
|
4088
|
+
fullNameChangeStatus: string;
|
4089
|
+
passwordChangeStatus: string;
|
4090
|
+
twoFactorAuthChangeStatus: string;
|
4091
|
+
emailChangeStatus: string;
|
4092
|
+
avatarStatus: string;
|
4093
|
+
coverStatus: string;
|
4094
|
+
bioStatus: string;
|
4095
|
+
linksStatus: string;
|
4096
|
+
hasAvatar: string;
|
4097
|
+
hasCover: string;
|
4098
|
+
hasBio: string;
|
4099
|
+
hasLinks: string;
|
4100
|
+
departmentToAssign: string;
|
4101
|
+
leaderTeamToAssign: string;
|
4102
|
+
memberToAssign: string;
|
4103
|
+
assignmentStatus: string;
|
4104
|
+
statusCreateFolder: string;
|
4105
|
+
}
|
4106
|
+
interface FindOverViewThreadsAccountRowDto {
|
4107
|
+
totalAccounts: number;
|
4108
|
+
totalIdeas: number;
|
4109
|
+
totalNiches: number;
|
4110
|
+
totalTypes: {
|
4111
|
+
total: number;
|
4112
|
+
TM: number;
|
4113
|
+
NTM: number;
|
4114
|
+
};
|
4115
|
+
totalAccountGroups: number;
|
4116
|
+
totalAccountSync: {
|
4117
|
+
total: number;
|
4118
|
+
done: number;
|
4119
|
+
failed: number;
|
4120
|
+
};
|
4121
|
+
totalStatusCreateFolder: {
|
4122
|
+
total: number;
|
4123
|
+
done: number;
|
4124
|
+
pending: number;
|
4125
|
+
failed: number;
|
4126
|
+
};
|
4127
|
+
totalAccountSetting: {
|
4128
|
+
total: number;
|
4129
|
+
done: number;
|
4130
|
+
error: number;
|
4131
|
+
unknown: number;
|
4132
|
+
};
|
4133
|
+
totalLoginEmail: {
|
4134
|
+
total: number;
|
4135
|
+
active: number;
|
4136
|
+
inactive: number;
|
4137
|
+
error: number;
|
4138
|
+
};
|
4139
|
+
accountsWithAvatar: {
|
4140
|
+
total: number;
|
4141
|
+
done: number;
|
4142
|
+
pending: number;
|
4143
|
+
failed: number;
|
4144
|
+
};
|
4145
|
+
accountsWithCover: {
|
4146
|
+
total: number;
|
4147
|
+
done: number;
|
4148
|
+
pending: number;
|
4149
|
+
failed: number;
|
4150
|
+
};
|
4151
|
+
accountsWithBio: {
|
4152
|
+
total: number;
|
4153
|
+
done: number;
|
4154
|
+
pending: number;
|
4155
|
+
failed: number;
|
4156
|
+
};
|
4157
|
+
accountsWithLinks: {
|
4158
|
+
total: number;
|
4159
|
+
done: number;
|
4160
|
+
pending: number;
|
4161
|
+
failed: number;
|
4162
|
+
};
|
4163
|
+
usernameChanged: {
|
4164
|
+
total: number;
|
4165
|
+
done: number;
|
4166
|
+
pending: number;
|
4167
|
+
failed: number;
|
4168
|
+
};
|
4169
|
+
passwordChanged: {
|
4170
|
+
total: number;
|
4171
|
+
done: number;
|
4172
|
+
pending: number;
|
4173
|
+
failed: number;
|
4174
|
+
};
|
4175
|
+
twoFactorAuthChanged: {
|
4176
|
+
total: number;
|
4177
|
+
done: number;
|
4178
|
+
pending: number;
|
4179
|
+
failed: number;
|
4180
|
+
};
|
4181
|
+
emailChanged: {
|
4182
|
+
total: number;
|
4183
|
+
done: number;
|
4184
|
+
pending: number;
|
4185
|
+
failed: number;
|
4186
|
+
};
|
4187
|
+
}
|
4188
|
+
interface AutoFillThreadsAccountRawDto {
|
4189
|
+
accountID: {
|
4190
|
+
id: string;
|
4191
|
+
val: string;
|
4192
|
+
};
|
4193
|
+
idea: string;
|
4194
|
+
niche: string;
|
4195
|
+
oldUsername: string;
|
4196
|
+
newUsername: string;
|
4197
|
+
newFullname: string;
|
4198
|
+
timeExecuteChangeInfo: Date;
|
4199
|
+
newBio: string;
|
4200
|
+
timeExecuteBio: Date;
|
4201
|
+
newPassword: string;
|
4202
|
+
timeExecutePassword: Date;
|
4203
|
+
new2FA: string;
|
4204
|
+
isTurnOn2FA: boolean;
|
4205
|
+
timeExecute2FA: Date;
|
4206
|
+
newEmail: string;
|
4207
|
+
timeExecuteEmail: Date;
|
4208
|
+
newLinks: string[];
|
4209
|
+
timeExecuteLinks: Date;
|
4210
|
+
newAvatar: string;
|
4211
|
+
timeExecuteAvatar: Date;
|
4212
|
+
newCover: string;
|
4213
|
+
timeExecuteCover: Date;
|
4214
|
+
}
|
4215
|
+
|
4216
|
+
interface FindThreadsAccountRunDto extends IFindBaseDto, IThreadsAccountRun {
|
4217
|
+
type: ETypeManagerWorkClassify;
|
4218
|
+
pcInfo: {
|
4219
|
+
name: string;
|
4220
|
+
department: string;
|
4221
|
+
leader: string;
|
4222
|
+
member: string;
|
4223
|
+
};
|
4224
|
+
deviceInfo: {
|
4225
|
+
key: string;
|
4226
|
+
name: string;
|
4227
|
+
type: ETypeDeviceOS;
|
4228
|
+
typeAppClone: string;
|
4229
|
+
nameAppClone: string;
|
4230
|
+
nameAppCloneSocial: string;
|
4231
|
+
};
|
4232
|
+
chPlayInfo: {
|
4233
|
+
id: string;
|
4234
|
+
email: string;
|
4235
|
+
password: string;
|
4236
|
+
code2FA: string;
|
4237
|
+
emailRecover: string;
|
4238
|
+
status: string;
|
4239
|
+
};
|
4240
|
+
proxyInfo: {
|
4241
|
+
id: string;
|
4242
|
+
type: ETypeProxy;
|
4243
|
+
proxyStr: string;
|
4244
|
+
status: string;
|
4245
|
+
numberRunDevice: string;
|
4246
|
+
};
|
4247
|
+
vpnInfo: {
|
4248
|
+
id: string;
|
4249
|
+
email: string;
|
4250
|
+
password: string;
|
4251
|
+
code2FA: string;
|
4252
|
+
emailRecover: string;
|
4253
|
+
type: ETypeAccountVPN;
|
4254
|
+
status: string;
|
4255
|
+
};
|
4256
|
+
totalPosts: number;
|
4257
|
+
totalPostFollower: number;
|
4258
|
+
totalPostFollowing: number;
|
4259
|
+
}
|
4260
|
+
interface FilterThreadsAccountRunDto extends IFilterBaseDto, Omit<IThreadsAccountRun, TOmitFilterDto> {
|
4261
|
+
deviceType: ETypeDeviceOS;
|
4262
|
+
deviceConnectStatus: string;
|
4263
|
+
pcAssignment: string;
|
4264
|
+
proxyType: ETypeProxy;
|
4265
|
+
proxyStatus: string;
|
4266
|
+
teamMember: string;
|
4267
|
+
vpnType: string;
|
4268
|
+
vpnStatus: string;
|
4269
|
+
chPlayStatus: string;
|
4270
|
+
campaignIdea: string;
|
4271
|
+
nicheCategory: string;
|
4272
|
+
accountType: string;
|
4273
|
+
accountGroup: string;
|
4274
|
+
departmentName: string;
|
4275
|
+
leaderTeam: string;
|
4276
|
+
memberRunDeviceAndRunPC: string;
|
4277
|
+
accountIDRange: [number, number];
|
4278
|
+
runStatus: string;
|
4279
|
+
loginSocialStatus: string;
|
4280
|
+
emailLoginStatus: string;
|
4281
|
+
createdBy: string;
|
4282
|
+
updatedBy: string;
|
4283
|
+
accountSettingStatus: string;
|
4284
|
+
usernameChangeStatus: string;
|
4285
|
+
passwordChangeStatus: string;
|
4286
|
+
twoFactorAuthChangeStatus: string;
|
4287
|
+
emailChangeStatus: string;
|
4288
|
+
runActiveDateRange: [Date, Date];
|
4289
|
+
createdDateRange: [Date, Date];
|
4290
|
+
updatedDateRange: [Date, Date];
|
4291
|
+
}
|
4292
|
+
interface FindOverViewThreadsAccountDto {
|
4293
|
+
totalAccounts: number;
|
4294
|
+
totalDevices: number;
|
4295
|
+
totalPC: number;
|
4296
|
+
totalLeader: number;
|
4297
|
+
totalMembers: number;
|
4298
|
+
totalAccountGroups: number;
|
4299
|
+
totalFileSheetName: number;
|
4300
|
+
totalUrlSheetPost: number;
|
4301
|
+
totalIdea: number;
|
4302
|
+
totalNiche: number;
|
4303
|
+
totalDeviceAndroid: number;
|
4304
|
+
totalDeviceIOS: number;
|
4305
|
+
totalAccountsActive: number;
|
4306
|
+
totalAccountsInactive: number;
|
4307
|
+
totalAccountsBlocked: number;
|
4308
|
+
totalEmailLoginActive: number;
|
4309
|
+
totalDeviceConnected: number;
|
4310
|
+
totalDeviceError: number;
|
4311
|
+
totalPosts: number;
|
4312
|
+
totalFollowers: number;
|
4313
|
+
totalFollowings: number;
|
4314
|
+
totalDepartments: number;
|
4315
|
+
}
|
4316
|
+
|
3929
4317
|
interface FindThreadsHistoryAutoPostDto extends IFindBaseDto, IThreadsHistoryAutoPost {
|
3930
4318
|
deviceInfo: {
|
3931
4319
|
deviceKey: string;
|
@@ -4262,6 +4650,552 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, Om
|
|
4262
4650
|
typeSocial: ETypeSocial;
|
4263
4651
|
}
|
4264
4652
|
|
4653
|
+
interface FindOverviewInstagramHistoryAutoSyncDto {
|
4654
|
+
totalAccounts: number;
|
4655
|
+
totalPC: number;
|
4656
|
+
totalLeader: number;
|
4657
|
+
totalMembers: number;
|
4658
|
+
totalAccountGroups: number;
|
4659
|
+
totalIdea: number;
|
4660
|
+
totalNiche: number;
|
4661
|
+
totalType: {
|
4662
|
+
total: number;
|
4663
|
+
TM: number;
|
4664
|
+
NTM: number;
|
4665
|
+
};
|
4666
|
+
totalDevice: {
|
4667
|
+
total: number;
|
4668
|
+
android: number;
|
4669
|
+
ios: number;
|
4670
|
+
};
|
4671
|
+
}
|
4672
|
+
interface FindInstagramHistoryAutoSyncDto extends IFindBaseDto, IInstagramHistoryAutoSync {
|
4673
|
+
accountID: string;
|
4674
|
+
accountUsername: string;
|
4675
|
+
accountFullname: string;
|
4676
|
+
accountDeviceType: string;
|
4677
|
+
accountDeviceName: string;
|
4678
|
+
idea: string;
|
4679
|
+
niche: string;
|
4680
|
+
type: ETypeManagerWorkClassify;
|
4681
|
+
pc: string;
|
4682
|
+
deviceKey: string;
|
4683
|
+
deviceModel: string;
|
4684
|
+
deviceName: string;
|
4685
|
+
deviceOS: ETypeDeviceOS;
|
4686
|
+
group: string;
|
4687
|
+
email: string;
|
4688
|
+
emailPassword: string;
|
4689
|
+
email2FA: string;
|
4690
|
+
emailRecover: string;
|
4691
|
+
}
|
4692
|
+
interface FilterInstagramHistoryAutoSyncDto extends IFilterBaseDto, Omit<IInstagramHistoryAutoSync, TOmitFilterDto> {
|
4693
|
+
}
|
4694
|
+
|
4695
|
+
interface FindOverviewInstagramHistoryChangeDto {
|
4696
|
+
totalAccounts: number;
|
4697
|
+
totalPC: number;
|
4698
|
+
totalLeader: number;
|
4699
|
+
totalMembers: number;
|
4700
|
+
totalAccountGroups: number;
|
4701
|
+
totalIdea: number;
|
4702
|
+
totalNiche: number;
|
4703
|
+
totalType: {
|
4704
|
+
total: number;
|
4705
|
+
TM: number;
|
4706
|
+
NTM: number;
|
4707
|
+
};
|
4708
|
+
totalDevice: {
|
4709
|
+
total: number;
|
4710
|
+
android: number;
|
4711
|
+
ios: number;
|
4712
|
+
};
|
4713
|
+
}
|
4714
|
+
interface FindInstagramHistoryChangeDto extends IFindBaseDto, IInstagramHistoryChange {
|
4715
|
+
accountID: string;
|
4716
|
+
accountUsername: string;
|
4717
|
+
accountFullname: string;
|
4718
|
+
accountDeviceType: string;
|
4719
|
+
accountDeviceName: string;
|
4720
|
+
idea: string;
|
4721
|
+
niche: string;
|
4722
|
+
type: ETypeManagerWorkClassify;
|
4723
|
+
pc: string;
|
4724
|
+
deviceKey: string;
|
4725
|
+
deviceModel: string;
|
4726
|
+
deviceName: string;
|
4727
|
+
deviceOS: ETypeDeviceOS;
|
4728
|
+
group: string;
|
4729
|
+
email: string;
|
4730
|
+
emailPassword: string;
|
4731
|
+
email2FA: string;
|
4732
|
+
emailRecover: string;
|
4733
|
+
}
|
4734
|
+
interface FilterInstagramHistoryChangeDto extends IFilterBaseDto, Omit<IInstagramHistoryChange, TOmitFilterDto> {
|
4735
|
+
}
|
4736
|
+
|
4737
|
+
interface FindOverviewInstagramHistoryCreateDto {
|
4738
|
+
totalAccounts: number;
|
4739
|
+
totalPC: number;
|
4740
|
+
totalLeader: number;
|
4741
|
+
totalMembers: number;
|
4742
|
+
totalAccountGroups: number;
|
4743
|
+
totalIdea: number;
|
4744
|
+
totalNiche: number;
|
4745
|
+
totalType: {
|
4746
|
+
total: number;
|
4747
|
+
TM: number;
|
4748
|
+
NTM: number;
|
4749
|
+
};
|
4750
|
+
totalDevice: {
|
4751
|
+
total: number;
|
4752
|
+
android: number;
|
4753
|
+
ios: number;
|
4754
|
+
};
|
4755
|
+
}
|
4756
|
+
interface FindInstagramHistoryCreateDto extends IFindBaseDto, IInstagramHistoryCreate {
|
4757
|
+
accountID: string;
|
4758
|
+
accountUsername: string;
|
4759
|
+
accountFullname: string;
|
4760
|
+
accountDeviceType: string;
|
4761
|
+
accountDeviceName: string;
|
4762
|
+
idea: string;
|
4763
|
+
niche: string;
|
4764
|
+
type: ETypeManagerWorkClassify;
|
4765
|
+
pc: string;
|
4766
|
+
deviceKey: string;
|
4767
|
+
deviceModel: string;
|
4768
|
+
deviceName: string;
|
4769
|
+
deviceOS: ETypeDeviceOS;
|
4770
|
+
group: string;
|
4771
|
+
email: string;
|
4772
|
+
emailPassword: string;
|
4773
|
+
email2FA: string;
|
4774
|
+
emailRecover: string;
|
4775
|
+
}
|
4776
|
+
interface FilterInstagramHistoryCreateDto extends IFilterBaseDto, Omit<IInstagramHistoryCreate, TOmitFilterDto> {
|
4777
|
+
}
|
4778
|
+
|
4779
|
+
interface FindOverviewInstagramHistoryGroupDto {
|
4780
|
+
totalAccounts: number;
|
4781
|
+
totalPC: number;
|
4782
|
+
totalLeader: number;
|
4783
|
+
totalMembers: number;
|
4784
|
+
totalAccountGroups: number;
|
4785
|
+
totalIdea: number;
|
4786
|
+
totalNiche: number;
|
4787
|
+
totalType: {
|
4788
|
+
total: number;
|
4789
|
+
TM: number;
|
4790
|
+
NTM: number;
|
4791
|
+
};
|
4792
|
+
totalDevice: {
|
4793
|
+
total: number;
|
4794
|
+
android: number;
|
4795
|
+
ios: number;
|
4796
|
+
};
|
4797
|
+
}
|
4798
|
+
interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGroup {
|
4799
|
+
accountID: string;
|
4800
|
+
accountUsername: string;
|
4801
|
+
accountFullname: string;
|
4802
|
+
accountDeviceType: string;
|
4803
|
+
accountDeviceName: string;
|
4804
|
+
idea: string;
|
4805
|
+
niche: string;
|
4806
|
+
type: ETypeManagerWorkClassify;
|
4807
|
+
pc: string;
|
4808
|
+
deviceKey: string;
|
4809
|
+
deviceModel: string;
|
4810
|
+
deviceName: string;
|
4811
|
+
deviceOS: ETypeDeviceOS;
|
4812
|
+
group: string;
|
4813
|
+
email: string;
|
4814
|
+
emailPassword: string;
|
4815
|
+
email2FA: string;
|
4816
|
+
emailRecover: string;
|
4817
|
+
}
|
4818
|
+
interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IInstagramHistoryGroup, TOmitFilterDto> {
|
4819
|
+
}
|
4820
|
+
|
4821
|
+
interface FindInstagramAccountRawDto extends IFindBaseDto, IInstagramAccountRaw {
|
4822
|
+
type: ETypeManagerWorkClassify;
|
4823
|
+
pcInfo: {
|
4824
|
+
name: string;
|
4825
|
+
department: string;
|
4826
|
+
leader: string;
|
4827
|
+
member: string;
|
4828
|
+
};
|
4829
|
+
deviceInfo: {
|
4830
|
+
key: string;
|
4831
|
+
name: string;
|
4832
|
+
type: ETypeDeviceOS;
|
4833
|
+
typeAppClone: string;
|
4834
|
+
nameAppClone: string;
|
4835
|
+
nameAppCloneSocial: string;
|
4836
|
+
};
|
4837
|
+
assignInfo: {
|
4838
|
+
department: {
|
4839
|
+
id: string;
|
4840
|
+
name: string;
|
4841
|
+
};
|
4842
|
+
leader: {
|
4843
|
+
id: string;
|
4844
|
+
name: string;
|
4845
|
+
};
|
4846
|
+
member: {
|
4847
|
+
id: string;
|
4848
|
+
name: string;
|
4849
|
+
};
|
4850
|
+
timeUpdate: Date;
|
4851
|
+
};
|
4852
|
+
avatarInfo: {
|
4853
|
+
prompt: string;
|
4854
|
+
url: string;
|
4855
|
+
statusChange: string;
|
4856
|
+
timeChange: Date;
|
4857
|
+
};
|
4858
|
+
coverInfo: {
|
4859
|
+
prompt: string;
|
4860
|
+
url: string;
|
4861
|
+
statusChange: string;
|
4862
|
+
timeChange: Date;
|
4863
|
+
};
|
4864
|
+
bioContentInfo: {
|
4865
|
+
content: string;
|
4866
|
+
statusChange: EStatusChangeInfo;
|
4867
|
+
timeChange: Date;
|
4868
|
+
};
|
4869
|
+
bioLinkInfo: {
|
4870
|
+
listLink: string[];
|
4871
|
+
statusChange: EStatusChangeInfo;
|
4872
|
+
timeChange: Date;
|
4873
|
+
};
|
4874
|
+
historyUserName: {
|
4875
|
+
old: string;
|
4876
|
+
new: string;
|
4877
|
+
statusChange: string;
|
4878
|
+
timeChange: Date;
|
4879
|
+
};
|
4880
|
+
historyFullname: {
|
4881
|
+
old: string;
|
4882
|
+
new: string;
|
4883
|
+
statusChange: string;
|
4884
|
+
timeChange: Date;
|
4885
|
+
};
|
4886
|
+
historyEmail: {
|
4887
|
+
old: string;
|
4888
|
+
new: string;
|
4889
|
+
statusChange: string;
|
4890
|
+
timeChange: Date;
|
4891
|
+
};
|
4892
|
+
history2FA: {
|
4893
|
+
old: string;
|
4894
|
+
new: string;
|
4895
|
+
statusChange: string;
|
4896
|
+
timeChange: Date;
|
4897
|
+
};
|
4898
|
+
historyPassword: {
|
4899
|
+
old: string;
|
4900
|
+
new: string;
|
4901
|
+
statusChange: string;
|
4902
|
+
timeChange: Date;
|
4903
|
+
};
|
4904
|
+
accountSetting: {
|
4905
|
+
typeAccount: ETypeAccountInstagramSetting;
|
4906
|
+
timeChangeTypeAccount: Date;
|
4907
|
+
statusAccount: EStatusAccountSocialSetting;
|
4908
|
+
timeChangeAccount: Date;
|
4909
|
+
};
|
4910
|
+
loginEmailInfo: {
|
4911
|
+
email: string;
|
4912
|
+
emailPassword: string;
|
4913
|
+
email2FA: string;
|
4914
|
+
emailRecover: string;
|
4915
|
+
statusLogin: EStatusAccountSocialLoginEmail;
|
4916
|
+
timeLogin: Date;
|
4917
|
+
};
|
4918
|
+
importInfo: {
|
4919
|
+
timeImport: Date;
|
4920
|
+
statusImport: EStatusAccountSocialImport;
|
4921
|
+
};
|
4922
|
+
folderImage: {
|
4923
|
+
folderName: string;
|
4924
|
+
status: string;
|
4925
|
+
time: Date;
|
4926
|
+
};
|
4927
|
+
}
|
4928
|
+
interface FilterInstagramAccountRawDto extends IFilterBaseDto, Omit<IInstagramAccountRaw, TOmitFilterDto> {
|
4929
|
+
accountGroup: string;
|
4930
|
+
accountType: string;
|
4931
|
+
idea: string;
|
4932
|
+
niche: string;
|
4933
|
+
createdBy: string;
|
4934
|
+
updatedBy: string;
|
4935
|
+
fileNameSheetImport: string;
|
4936
|
+
accountIDRange: [number, number];
|
4937
|
+
loginSocialStatus: string;
|
4938
|
+
loginEmailStatus: string;
|
4939
|
+
accountSettingStatus: string;
|
4940
|
+
statusAutoSyncAccount: string;
|
4941
|
+
deviceBrand: string;
|
4942
|
+
usernameChangeStatus: string;
|
4943
|
+
fullNameChangeStatus: string;
|
4944
|
+
passwordChangeStatus: string;
|
4945
|
+
twoFactorAuthChangeStatus: string;
|
4946
|
+
emailChangeStatus: string;
|
4947
|
+
avatarStatus: string;
|
4948
|
+
coverStatus: string;
|
4949
|
+
bioStatus: string;
|
4950
|
+
linksStatus: string;
|
4951
|
+
hasAvatar: string;
|
4952
|
+
hasCover: string;
|
4953
|
+
hasBio: string;
|
4954
|
+
hasLinks: string;
|
4955
|
+
departmentToAssign: string;
|
4956
|
+
leaderTeamToAssign: string;
|
4957
|
+
memberToAssign: string;
|
4958
|
+
assignmentStatus: string;
|
4959
|
+
statusCreateFolder: string;
|
4960
|
+
}
|
4961
|
+
interface FindOverViewInstagramAccountRawDto {
|
4962
|
+
totalAccounts: number;
|
4963
|
+
totalIdeas: number;
|
4964
|
+
totalNiches: number;
|
4965
|
+
totalTypes: {
|
4966
|
+
total: number;
|
4967
|
+
TM: number;
|
4968
|
+
NTM: number;
|
4969
|
+
};
|
4970
|
+
totalAccountGroups: number;
|
4971
|
+
totalAccountSync: {
|
4972
|
+
total: number;
|
4973
|
+
done: number;
|
4974
|
+
failed: number;
|
4975
|
+
};
|
4976
|
+
totalStatusCreateFolder: {
|
4977
|
+
total: number;
|
4978
|
+
done: number;
|
4979
|
+
pending: number;
|
4980
|
+
failed: number;
|
4981
|
+
};
|
4982
|
+
totalAccountSetting: {
|
4983
|
+
total: number;
|
4984
|
+
done: number;
|
4985
|
+
error: number;
|
4986
|
+
unknown: number;
|
4987
|
+
};
|
4988
|
+
totalLoginEmail: {
|
4989
|
+
total: number;
|
4990
|
+
active: number;
|
4991
|
+
inactive: number;
|
4992
|
+
error: number;
|
4993
|
+
};
|
4994
|
+
accountsWithAvatar: {
|
4995
|
+
total: number;
|
4996
|
+
done: number;
|
4997
|
+
pending: number;
|
4998
|
+
failed: number;
|
4999
|
+
};
|
5000
|
+
accountsWithCover: {
|
5001
|
+
total: number;
|
5002
|
+
done: number;
|
5003
|
+
pending: number;
|
5004
|
+
failed: number;
|
5005
|
+
};
|
5006
|
+
accountsWithBio: {
|
5007
|
+
total: number;
|
5008
|
+
done: number;
|
5009
|
+
pending: number;
|
5010
|
+
failed: number;
|
5011
|
+
};
|
5012
|
+
accountsWithLinks: {
|
5013
|
+
total: number;
|
5014
|
+
done: number;
|
5015
|
+
pending: number;
|
5016
|
+
failed: number;
|
5017
|
+
};
|
5018
|
+
usernameChanged: {
|
5019
|
+
total: number;
|
5020
|
+
done: number;
|
5021
|
+
pending: number;
|
5022
|
+
failed: number;
|
5023
|
+
};
|
5024
|
+
passwordChanged: {
|
5025
|
+
total: number;
|
5026
|
+
done: number;
|
5027
|
+
pending: number;
|
5028
|
+
failed: number;
|
5029
|
+
};
|
5030
|
+
twoFactorAuthChanged: {
|
5031
|
+
total: number;
|
5032
|
+
done: number;
|
5033
|
+
pending: number;
|
5034
|
+
failed: number;
|
5035
|
+
};
|
5036
|
+
emailChanged: {
|
5037
|
+
total: number;
|
5038
|
+
done: number;
|
5039
|
+
pending: number;
|
5040
|
+
failed: number;
|
5041
|
+
};
|
5042
|
+
}
|
5043
|
+
interface AutoFillOverviewInstagramAccountRawDto {
|
5044
|
+
idea: {
|
5045
|
+
colName: string;
|
5046
|
+
colSymbol: string;
|
5047
|
+
listValsOnCol: string[];
|
5048
|
+
};
|
5049
|
+
niche: {
|
5050
|
+
colName: string;
|
5051
|
+
colSymbol: string;
|
5052
|
+
listValsOnCol: string[];
|
5053
|
+
};
|
5054
|
+
accountID: {
|
5055
|
+
colName: string;
|
5056
|
+
colSymbol: string;
|
5057
|
+
listValsOnCol: string[];
|
5058
|
+
};
|
5059
|
+
oldUsername: {
|
5060
|
+
colName: string;
|
5061
|
+
colSymbol: string;
|
5062
|
+
listValsOnCol: string[];
|
5063
|
+
};
|
5064
|
+
}
|
5065
|
+
interface AutoFillInstagramAccountRawDto {
|
5066
|
+
accountID: {
|
5067
|
+
id: string;
|
5068
|
+
val: string;
|
5069
|
+
};
|
5070
|
+
idea: string;
|
5071
|
+
niche: string;
|
5072
|
+
oldUsername: string;
|
5073
|
+
newUsername: string;
|
5074
|
+
newFullname: string;
|
5075
|
+
timeExecuteChangeInfo: Date;
|
5076
|
+
newBio: string;
|
5077
|
+
timeExecuteBio: Date;
|
5078
|
+
newPassword: string;
|
5079
|
+
timeExecutePassword: Date;
|
5080
|
+
isTurnOn2FA: boolean;
|
5081
|
+
timeExecute2FA: Date;
|
5082
|
+
newEmail: string;
|
5083
|
+
timeExecuteEmail: Date;
|
5084
|
+
newLinks: {
|
5085
|
+
name: string;
|
5086
|
+
link: string;
|
5087
|
+
}[];
|
5088
|
+
timeExecuteLinks: Date;
|
5089
|
+
newAvatarPrompt: string;
|
5090
|
+
newAvatarFontText: string;
|
5091
|
+
timeExecuteAvatar: Date;
|
5092
|
+
newCoverPrompt: string;
|
5093
|
+
newCoverFontText: string;
|
5094
|
+
timeExecuteCover: Date;
|
5095
|
+
}
|
5096
|
+
|
5097
|
+
interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun {
|
5098
|
+
type: ETypeManagerWorkClassify;
|
5099
|
+
pcInfo: {
|
5100
|
+
name: string;
|
5101
|
+
department: string;
|
5102
|
+
leader: string;
|
5103
|
+
member: string;
|
5104
|
+
};
|
5105
|
+
deviceInfo: {
|
5106
|
+
key: string;
|
5107
|
+
name: string;
|
5108
|
+
type: ETypeDeviceOS;
|
5109
|
+
typeAppClone: string;
|
5110
|
+
nameAppClone: string;
|
5111
|
+
nameAppCloneSocial: string;
|
5112
|
+
};
|
5113
|
+
chPlayInfo: {
|
5114
|
+
id: string;
|
5115
|
+
email: string;
|
5116
|
+
password: string;
|
5117
|
+
code2FA: string;
|
5118
|
+
emailRecover: string;
|
5119
|
+
status: string;
|
5120
|
+
};
|
5121
|
+
proxyInfo: {
|
5122
|
+
id: string;
|
5123
|
+
type: ETypeProxy;
|
5124
|
+
proxyStr: string;
|
5125
|
+
status: string;
|
5126
|
+
numberRunDevice: string;
|
5127
|
+
};
|
5128
|
+
vpnInfo: {
|
5129
|
+
id: string;
|
5130
|
+
email: string;
|
5131
|
+
password: string;
|
5132
|
+
code2FA: string;
|
5133
|
+
emailRecover: string;
|
5134
|
+
type: ETypeAccountVPN;
|
5135
|
+
status: string;
|
5136
|
+
};
|
5137
|
+
folderImage: string;
|
5138
|
+
totalPosts: number;
|
5139
|
+
totalPostFollower: number;
|
5140
|
+
totalPostFollowing: number;
|
5141
|
+
}
|
5142
|
+
interface FilterInstagramAccountRunDto extends IFilterBaseDto, Omit<IInstagramAccountRun, TOmitFilterDto> {
|
5143
|
+
deviceType: ETypeDeviceOS;
|
5144
|
+
deviceConnectStatus: string;
|
5145
|
+
pcAssignment: string;
|
5146
|
+
proxyType: ETypeProxy;
|
5147
|
+
proxyStatus: string;
|
5148
|
+
teamMember: string;
|
5149
|
+
vpnType: string;
|
5150
|
+
vpnStatus: string;
|
5151
|
+
chPlayStatus: string;
|
5152
|
+
campaignIdea: string;
|
5153
|
+
nicheCategory: string;
|
5154
|
+
accountType: string;
|
5155
|
+
accountGroup: string;
|
5156
|
+
departmentName: string;
|
5157
|
+
leaderTeam: string;
|
5158
|
+
memberRunDeviceAndRunPC: string;
|
5159
|
+
accountIDRange: [number, number];
|
5160
|
+
runStatus: string;
|
5161
|
+
loginSocialStatus: string;
|
5162
|
+
emailLoginStatus: string;
|
5163
|
+
createdBy: string;
|
5164
|
+
updatedBy: string;
|
5165
|
+
accountSettingStatus: string;
|
5166
|
+
usernameChangeStatus: string;
|
5167
|
+
passwordChangeStatus: string;
|
5168
|
+
twoFactorAuthChangeStatus: string;
|
5169
|
+
emailChangeStatus: string;
|
5170
|
+
runActiveDateRange: [Date, Date];
|
5171
|
+
createdDateRange: [Date, Date];
|
5172
|
+
updatedDateRange: [Date, Date];
|
5173
|
+
}
|
5174
|
+
interface FindOverViewInstagramAccountRunDto {
|
5175
|
+
totalAccounts: number;
|
5176
|
+
totalDevices: number;
|
5177
|
+
totalPC: number;
|
5178
|
+
totalLeader: number;
|
5179
|
+
totalMembers: number;
|
5180
|
+
totalAccountGroups: number;
|
5181
|
+
totalFileSheetName: number;
|
5182
|
+
totalUrlSheetPost: number;
|
5183
|
+
totalIdea: number;
|
5184
|
+
totalNiche: number;
|
5185
|
+
totalDeviceAndroid: number;
|
5186
|
+
totalDeviceIOS: number;
|
5187
|
+
totalAccountsActive: number;
|
5188
|
+
totalAccountsInactive: number;
|
5189
|
+
totalAccountsBlocked: number;
|
5190
|
+
totalEmailLoginActive: number;
|
5191
|
+
totalDeviceConnected: number;
|
5192
|
+
totalDeviceError: number;
|
5193
|
+
totalPosts: number;
|
5194
|
+
totalFollowers: number;
|
5195
|
+
totalFollowings: number;
|
5196
|
+
totalDepartments: number;
|
5197
|
+
}
|
5198
|
+
|
4265
5199
|
interface FindOverviewInstagramHistoryAutoPostDto {
|
4266
5200
|
totalAccounts: number;
|
4267
5201
|
totalPC: number;
|
@@ -6340,6 +7274,10 @@ interface FilterRoleDto extends IFilterBaseDto, Omit<IRole, TOmitFilterDto> {
|
|
6340
7274
|
type index_AddToDeviceAccountCHPlayICloudDto = AddToDeviceAccountCHPlayICloudDto;
|
6341
7275
|
type index_AddToDeviceAccountVPNDto = AddToDeviceAccountVPNDto;
|
6342
7276
|
type index_AddToDeviceProxyDto = AddToDeviceProxyDto;
|
7277
|
+
type index_AutoFillInstagramAccountRawDto = AutoFillInstagramAccountRawDto;
|
7278
|
+
type index_AutoFillOverviewInstagramAccountRawDto = AutoFillOverviewInstagramAccountRawDto;
|
7279
|
+
type index_AutoFillOverviewThreadsAccountRawDto = AutoFillOverviewThreadsAccountRawDto;
|
7280
|
+
type index_AutoFillThreadsAccountRawDto = AutoFillThreadsAccountRawDto;
|
6343
7281
|
type index_CreateBlogDto = CreateBlogDto;
|
6344
7282
|
type index_CreateBlogsCategoryDto = CreateBlogsCategoryDto;
|
6345
7283
|
type index_CreateDepartmentDto = CreateDepartmentDto;
|
@@ -6394,7 +7332,13 @@ type index_FilterHistoryTaskAIContentDto = FilterHistoryTaskAIContentDto;
|
|
6394
7332
|
type index_FilterHistoryTaskAIImageDto = FilterHistoryTaskAIImageDto;
|
6395
7333
|
type index_FilterHistoryTaskAIVoiceDto = FilterHistoryTaskAIVoiceDto;
|
6396
7334
|
type index_FilterHistoryTaskCanvaDto = FilterHistoryTaskCanvaDto;
|
7335
|
+
type index_FilterInstagramAccountRawDto = FilterInstagramAccountRawDto;
|
7336
|
+
type index_FilterInstagramAccountRunDto = FilterInstagramAccountRunDto;
|
6397
7337
|
type index_FilterInstagramHistoryAutoPostDto = FilterInstagramHistoryAutoPostDto;
|
7338
|
+
type index_FilterInstagramHistoryAutoSyncDto = FilterInstagramHistoryAutoSyncDto;
|
7339
|
+
type index_FilterInstagramHistoryChangeDto = FilterInstagramHistoryChangeDto;
|
7340
|
+
type index_FilterInstagramHistoryCreateDto = FilterInstagramHistoryCreateDto;
|
7341
|
+
type index_FilterInstagramHistoryGroupDto = FilterInstagramHistoryGroupDto;
|
6398
7342
|
type index_FilterInstagramReportInteractExploreDto = FilterInstagramReportInteractExploreDto;
|
6399
7343
|
type index_FilterInstagramReportInteractFollowDto = FilterInstagramReportInteractFollowDto;
|
6400
7344
|
type index_FilterInstagramReportInteractReelDto = FilterInstagramReportInteractReelDto;
|
@@ -6444,7 +7388,13 @@ type index_FilterTaskThreadsReplyCommentDto = FilterTaskThreadsReplyCommentDto;
|
|
6444
7388
|
type index_FilterTaskThreadsReplyMessageDto = FilterTaskThreadsReplyMessageDto;
|
6445
7389
|
type index_FilterTaskToolMonitorDto = FilterTaskToolMonitorDto;
|
6446
7390
|
type index_FilterTeamDto = FilterTeamDto;
|
7391
|
+
type index_FilterThreadsAccountRawDto = FilterThreadsAccountRawDto;
|
7392
|
+
type index_FilterThreadsAccountRunDto = FilterThreadsAccountRunDto;
|
6447
7393
|
type index_FilterThreadsHistoryAutoPostDto = FilterThreadsHistoryAutoPostDto;
|
7394
|
+
type index_FilterThreadsHistoryAutoSyncDto = FilterThreadsHistoryAutoSyncDto;
|
7395
|
+
type index_FilterThreadsHistoryChangeDto = FilterThreadsHistoryChangeDto;
|
7396
|
+
type index_FilterThreadsHistoryCreateDto = FilterThreadsHistoryCreateDto;
|
7397
|
+
type index_FilterThreadsHistoryGroupDto = FilterThreadsHistoryGroupDto;
|
6448
7398
|
type index_FilterThreadsReportInteractFollowDto = FilterThreadsReportInteractFollowDto;
|
6449
7399
|
type index_FilterThreadsReportInteractReplyCommentDto = FilterThreadsReportInteractReplyCommentDto;
|
6450
7400
|
type index_FilterThreadsReportInteractReplyMessageDto = FilterThreadsReportInteractReplyMessageDto;
|
@@ -6483,7 +7433,13 @@ type index_FindHistoryTaskAIContentDto = FindHistoryTaskAIContentDto;
|
|
6483
7433
|
type index_FindHistoryTaskAIImageDto = FindHistoryTaskAIImageDto;
|
6484
7434
|
type index_FindHistoryTaskAIVoiceDto = FindHistoryTaskAIVoiceDto;
|
6485
7435
|
type index_FindHistoryTaskCanvaDto = FindHistoryTaskCanvaDto;
|
7436
|
+
type index_FindInstagramAccountRawDto = FindInstagramAccountRawDto;
|
7437
|
+
type index_FindInstagramAccountRunDto = FindInstagramAccountRunDto;
|
6486
7438
|
type index_FindInstagramHistoryAutoPostDto = FindInstagramHistoryAutoPostDto;
|
7439
|
+
type index_FindInstagramHistoryAutoSyncDto = FindInstagramHistoryAutoSyncDto;
|
7440
|
+
type index_FindInstagramHistoryChangeDto = FindInstagramHistoryChangeDto;
|
7441
|
+
type index_FindInstagramHistoryCreateDto = FindInstagramHistoryCreateDto;
|
7442
|
+
type index_FindInstagramHistoryGroupDto = FindInstagramHistoryGroupDto;
|
6487
7443
|
type index_FindInstagramReportInteractExploreDto = FindInstagramReportInteractExploreDto;
|
6488
7444
|
type index_FindInstagramReportInteractFollowDto = FindInstagramReportInteractFollowDto;
|
6489
7445
|
type index_FindInstagramReportInteractReelDto = FindInstagramReportInteractReelDto;
|
@@ -6509,6 +7465,8 @@ type index_FindManagerSheetDto = FindManagerSheetDto;
|
|
6509
7465
|
type index_FindManagerWorkDto = FindManagerWorkDto;
|
6510
7466
|
type index_FindOverViewDepartmentDto = FindOverViewDepartmentDto;
|
6511
7467
|
type index_FindOverViewDeviceDto = FindOverViewDeviceDto;
|
7468
|
+
type index_FindOverViewInstagramAccountRawDto = FindOverViewInstagramAccountRawDto;
|
7469
|
+
type index_FindOverViewInstagramAccountRunDto = FindOverViewInstagramAccountRunDto;
|
6512
7470
|
type index_FindOverViewInstagramReportInteractExploreDto = FindOverViewInstagramReportInteractExploreDto;
|
6513
7471
|
type index_FindOverViewInstagramReportInteractFollowDto = FindOverViewInstagramReportInteractFollowDto;
|
6514
7472
|
type index_FindOverViewInstagramReportInteractReelDto = FindOverViewInstagramReportInteractReelDto;
|
@@ -6539,6 +7497,8 @@ type index_FindOverViewTaskThreadsFollowDto = FindOverViewTaskThreadsFollowDto;
|
|
6539
7497
|
type index_FindOverViewTaskThreadsPostDto = FindOverViewTaskThreadsPostDto;
|
6540
7498
|
type index_FindOverViewTaskThreadsReplyCommentDto = FindOverViewTaskThreadsReplyCommentDto;
|
6541
7499
|
type index_FindOverViewTaskThreadsReplyMessageDto = FindOverViewTaskThreadsReplyMessageDto;
|
7500
|
+
type index_FindOverViewThreadsAccountDto = FindOverViewThreadsAccountDto;
|
7501
|
+
type index_FindOverViewThreadsAccountRowDto = FindOverViewThreadsAccountRowDto;
|
6542
7502
|
type index_FindOverViewThreadsReportInteractFollowDto = FindOverViewThreadsReportInteractFollowDto;
|
6543
7503
|
type index_FindOverViewThreadsReportInteractReplyCommentDto = FindOverViewThreadsReportInteractReplyCommentDto;
|
6544
7504
|
type index_FindOverViewThreadsReportInteractReplyMessageDto = FindOverViewThreadsReportInteractReplyMessageDto;
|
@@ -6548,6 +7508,10 @@ type index_FindOverviewAccountCanvaDto = FindOverviewAccountCanvaDto;
|
|
6548
7508
|
type index_FindOverviewAccountDriveDto = FindOverviewAccountDriveDto;
|
6549
7509
|
type index_FindOverviewAccountVPNDto = FindOverviewAccountVPNDto;
|
6550
7510
|
type index_FindOverviewInstagramHistoryAutoPostDto = FindOverviewInstagramHistoryAutoPostDto;
|
7511
|
+
type index_FindOverviewInstagramHistoryAutoSyncDto = FindOverviewInstagramHistoryAutoSyncDto;
|
7512
|
+
type index_FindOverviewInstagramHistoryChangeDto = FindOverviewInstagramHistoryChangeDto;
|
7513
|
+
type index_FindOverviewInstagramHistoryCreateDto = FindOverviewInstagramHistoryCreateDto;
|
7514
|
+
type index_FindOverviewInstagramHistoryGroupDto = FindOverviewInstagramHistoryGroupDto;
|
6551
7515
|
type index_FindOverviewProxyDto = FindOverviewProxyDto;
|
6552
7516
|
type index_FindOverviewTeamDto = FindOverviewTeamDto;
|
6553
7517
|
type index_FindPCDto = FindPCDto;
|
@@ -6576,7 +7540,13 @@ type index_FindTaskThreadsReplyCommentDto = FindTaskThreadsReplyCommentDto;
|
|
6576
7540
|
type index_FindTaskThreadsReplyMessageDto = FindTaskThreadsReplyMessageDto;
|
6577
7541
|
type index_FindTaskToolMonitorDto = FindTaskToolMonitorDto;
|
6578
7542
|
type index_FindTeamDto = FindTeamDto;
|
7543
|
+
type index_FindThreadsAccountRawDto = FindThreadsAccountRawDto;
|
7544
|
+
type index_FindThreadsAccountRunDto = FindThreadsAccountRunDto;
|
6579
7545
|
type index_FindThreadsHistoryAutoPostDto = FindThreadsHistoryAutoPostDto;
|
7546
|
+
type index_FindThreadsHistoryAutoSyncDto = FindThreadsHistoryAutoSyncDto;
|
7547
|
+
type index_FindThreadsHistoryChangeDto = FindThreadsHistoryChangeDto;
|
7548
|
+
type index_FindThreadsHistoryCreateDto = FindThreadsHistoryCreateDto;
|
7549
|
+
type index_FindThreadsHistoryGroupDto = FindThreadsHistoryGroupDto;
|
6580
7550
|
type index_FindThreadsReportInteractFollowDto = FindThreadsReportInteractFollowDto;
|
6581
7551
|
type index_FindThreadsReportInteractReplyCommentDto = FindThreadsReportInteractReplyCommentDto;
|
6582
7552
|
type index_FindThreadsReportInteractReplyMessageDto = FindThreadsReportInteractReplyMessageDto;
|
@@ -6622,7 +7592,7 @@ type index_UpdateTaskThreadsReplyMessageDto = UpdateTaskThreadsReplyMessageDto;
|
|
6622
7592
|
type index_UpdateTeamDto = UpdateTeamDto;
|
6623
7593
|
type index_UpdateUserDto = UpdateUserDto;
|
6624
7594
|
declare namespace index {
|
6625
|
-
export type { index_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index_AddToDeviceProxyDto as AddToDeviceProxyDto, index_CreateBlogDto as CreateBlogDto, index_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index_CreateDepartmentDto as CreateDepartmentDto, index_CreateDeviceDto as CreateDeviceDto, index_CreateLarkDto as CreateLarkDto, index_CreatePCDto as CreatePCDto, index_CreateRoleDto as CreateRoleDto, index_CreateSheetsToolDto as CreateSheetsToolDto, index_CreateTaskAIContentDto as CreateTaskAIContentDto, index_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index_CreateTeamDto as CreateTeamDto, index_CreateUserDto as CreateUserDto, index_ExportDto as ExportDto, index_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountEmailDto as FilterAccountEmailDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterDeviceDto as FilterDeviceDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterInstagramHistoryAutoPostDto as FilterInstagramHistoryAutoPostDto, index_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerImageAIDto as FilterManagerImageAIDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPCDto as FilterPCDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetWorkManagerDto as FilterSheetWorkManagerDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index_FilterTaskToolMonitorDto as FilterTaskToolMonitorDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsHistoryAutoPostDto as FilterThreadsHistoryAutoPostDto, index_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountEmailDto as FindAccountEmailDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index_FindDeviceDto as FindDeviceDto, index_FindForReviewDto as FindForReviewDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindInstagramHistoryAutoPostDto as FindInstagramHistoryAutoPostDto, index_FindInstagramReportInteractExploreDto as FindInstagramReportInteractExploreDto, index_FindInstagramReportInteractFollowDto as FindInstagramReportInteractFollowDto, index_FindInstagramReportInteractReelDto as FindInstagramReportInteractReelDto, index_FindInstagramReportInteractReplyCommentDto as FindInstagramReportInteractReplyCommentDto, index_FindInstagramReportInteractReplyMessageDto as FindInstagramReportInteractReplyMessageDto, index_FindInstagramReportInteractStoryDto as FindInstagramReportInteractStoryDto, index_FindInstagramReportPostHighLightDto as FindInstagramReportPostHighLightDto, index_FindInstagramReportPostNewDto as FindInstagramReportPostNewDto, index_FindInstagramReportPostReelDto as FindInstagramReportPostReelDto, index_FindInstagramReportPostSquareDto as FindInstagramReportPostSquareDto, index_FindInstagramReportPostStoryDto as FindInstagramReportPostStoryDto, index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindLarkDto as FindLarkDto, index_FindManagerImageAIDto as FindManagerImageAIDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index_FindOverViewDeviceDto as FindOverViewDeviceDto, index_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index_FindOverViewLarkDto as FindOverViewLarkDto, index_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewInstagramHistoryAutoPostDto as FindOverviewInstagramHistoryAutoPostDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindOverviewTeamDto as FindOverviewTeamDto, index_FindPCDto as FindPCDto, index_FindProxyDto as FindProxyDto, index_FindRoleDto as FindRoleDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetWorkManagerDto as FindSheetWorkManagerDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index_FindTaskToolMonitorDto as FindTaskToolMonitorDto, index_FindTeamDto as FindTeamDto, index_FindThreadsHistoryAutoPostDto as FindThreadsHistoryAutoPostDto, index_FindThreadsReportInteractFollowDto as FindThreadsReportInteractFollowDto, index_FindThreadsReportInteractReplyCommentDto as FindThreadsReportInteractReplyCommentDto, index_FindThreadsReportInteractReplyMessageDto as FindThreadsReportInteractReplyMessageDto, index_FindThreadsReportPostDto as FindThreadsReportPostDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_ImportDto as ImportDto, index_OverviewUserDto as OverviewUserDto, index_TOmitFilterDto as TOmitFilterDto, index_UpdateBlogDto as UpdateBlogDto, index_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index_UpdateDepartmentDto as UpdateDepartmentDto, index_UpdateDeviceDto as UpdateDeviceDto, index_UpdateLarkDto as UpdateLarkDto, index_UpdatePCDto as UpdatePCDto, index_UpdateRoleDto as UpdateRoleDto, index_UpdateSheetsToolDto as UpdateSheetsToolDto, index_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index_UpdateTeamDto as UpdateTeamDto, index_UpdateUserDto as UpdateUserDto };
|
7595
|
+
export type { index_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index_AddToDeviceProxyDto as AddToDeviceProxyDto, index_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index_CreateBlogDto as CreateBlogDto, index_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index_CreateDepartmentDto as CreateDepartmentDto, index_CreateDeviceDto as CreateDeviceDto, index_CreateLarkDto as CreateLarkDto, index_CreatePCDto as CreatePCDto, index_CreateRoleDto as CreateRoleDto, index_CreateSheetsToolDto as CreateSheetsToolDto, index_CreateTaskAIContentDto as CreateTaskAIContentDto, index_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index_CreateTeamDto as CreateTeamDto, index_CreateUserDto as CreateUserDto, index_ExportDto as ExportDto, index_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountEmailDto as FilterAccountEmailDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterDeviceDto as FilterDeviceDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index_FilterInstagramHistoryAutoPostDto as FilterInstagramHistoryAutoPostDto, index_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index_FilterInstagramHistoryChangeDto as FilterInstagramHistoryChangeDto, index_FilterInstagramHistoryCreateDto as FilterInstagramHistoryCreateDto, index_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerImageAIDto as FilterManagerImageAIDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPCDto as FilterPCDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetWorkManagerDto as FilterSheetWorkManagerDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index_FilterTaskToolMonitorDto as FilterTaskToolMonitorDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index_FilterThreadsHistoryAutoPostDto as FilterThreadsHistoryAutoPostDto, index_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index_FilterThreadsHistoryCreateDto as FilterThreadsHistoryCreateDto, index_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountEmailDto as FindAccountEmailDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index_FindDeviceDto as FindDeviceDto, index_FindForReviewDto as FindForReviewDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index_FindInstagramHistoryAutoPostDto as FindInstagramHistoryAutoPostDto, index_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index_FindInstagramHistoryChangeDto as FindInstagramHistoryChangeDto, index_FindInstagramHistoryCreateDto as FindInstagramHistoryCreateDto, index_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index_FindInstagramReportInteractExploreDto as FindInstagramReportInteractExploreDto, index_FindInstagramReportInteractFollowDto as FindInstagramReportInteractFollowDto, index_FindInstagramReportInteractReelDto as FindInstagramReportInteractReelDto, index_FindInstagramReportInteractReplyCommentDto as FindInstagramReportInteractReplyCommentDto, index_FindInstagramReportInteractReplyMessageDto as FindInstagramReportInteractReplyMessageDto, index_FindInstagramReportInteractStoryDto as FindInstagramReportInteractStoryDto, index_FindInstagramReportPostHighLightDto as FindInstagramReportPostHighLightDto, index_FindInstagramReportPostNewDto as FindInstagramReportPostNewDto, index_FindInstagramReportPostReelDto as FindInstagramReportPostReelDto, index_FindInstagramReportPostSquareDto as FindInstagramReportPostSquareDto, index_FindInstagramReportPostStoryDto as FindInstagramReportPostStoryDto, index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindLarkDto as FindLarkDto, index_FindManagerImageAIDto as FindManagerImageAIDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index_FindOverViewDeviceDto as FindOverViewDeviceDto, index_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index_FindOverViewLarkDto as FindOverViewLarkDto, index_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewInstagramHistoryAutoPostDto as FindOverviewInstagramHistoryAutoPostDto, index_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index_FindOverviewInstagramHistoryChangeDto as FindOverviewInstagramHistoryChangeDto, index_FindOverviewInstagramHistoryCreateDto as FindOverviewInstagramHistoryCreateDto, index_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindOverviewTeamDto as FindOverviewTeamDto, index_FindPCDto as FindPCDto, index_FindProxyDto as FindProxyDto, index_FindRoleDto as FindRoleDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetWorkManagerDto as FindSheetWorkManagerDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index_FindTaskToolMonitorDto as FindTaskToolMonitorDto, index_FindTeamDto as FindTeamDto, index_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index_FindThreadsHistoryAutoPostDto as FindThreadsHistoryAutoPostDto, index_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index_FindThreadsHistoryCreateDto as FindThreadsHistoryCreateDto, index_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index_FindThreadsReportInteractFollowDto as FindThreadsReportInteractFollowDto, index_FindThreadsReportInteractReplyCommentDto as FindThreadsReportInteractReplyCommentDto, index_FindThreadsReportInteractReplyMessageDto as FindThreadsReportInteractReplyMessageDto, index_FindThreadsReportPostDto as FindThreadsReportPostDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_ImportDto as ImportDto, index_OverviewUserDto as OverviewUserDto, index_TOmitFilterDto as TOmitFilterDto, index_UpdateBlogDto as UpdateBlogDto, index_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index_UpdateDepartmentDto as UpdateDepartmentDto, index_UpdateDeviceDto as UpdateDeviceDto, index_UpdateLarkDto as UpdateLarkDto, index_UpdatePCDto as UpdatePCDto, index_UpdateRoleDto as UpdateRoleDto, index_UpdateSheetsToolDto as UpdateSheetsToolDto, index_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index_UpdateTeamDto as UpdateTeamDto, index_UpdateUserDto as UpdateUserDto };
|
6626
7596
|
}
|
6627
7597
|
|
6628
|
-
export { type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, index$b as Auth, index$l as AutoConstants, index as AutoDto, index$e as AutoEnums, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$d as AutoTypes, index$c as Common, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateDeviceDto, type CreateLarkDto, type CreatePCDto, type CreateRoleDto, type CreateSheetsToolDto, 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 CreateTeamDto, type CreateUserDto, 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 FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, 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 FilterProxyDto, type FilterRoleDto, type FilterSheetWorkDto, type FilterSheetWorkManagerDto, 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 FilterTaskToolMonitorDto, type FilterTeamDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, 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 FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindBlogCategoryDto, type FindBlogDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindForReviewDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramHistoryAutoPostDto, type FindInstagramReportInteractExploreDto, type FindInstagramReportInteractFollowDto, type FindInstagramReportInteractReelDto, type FindInstagramReportInteractReplyCommentDto, type FindInstagramReportInteractReplyMessageDto, type FindInstagramReportInteractStoryDto, type FindInstagramReportPostHighLightDto, type FindInstagramReportPostNewDto, type FindInstagramReportPostReelDto, type FindInstagramReportPostSquareDto, type FindInstagramReportPostStoryDto, 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 FindOverViewDepartmentDto, type FindOverViewDeviceDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, 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 FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountVPNDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewProxyDto, type FindOverviewTeamDto, type FindPCDto, type FindProxyDto, type FindRoleDto, type FindSheetWorkDto, type FindSheetWorkManagerDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, 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 FindTaskToolMonitorDto, type FindTeamDto, type FindThreadsHistoryAutoPostDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$4 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, 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 IAuthLogin, type IAuthResetPassword, type IBaseModel, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentRole, type IDevice, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIdea, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoSync, type IInstagramHistoryChange, type IInstagramHistoryCreate, type IInstagramHistoryGroup, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, 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 INiche, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImport, type ISheetWork, type ISheetWorkManager, type ISheetWorksCategory, type ISheetsTool, type ITag, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoSync, type IThreadsHistoryChange, type IThreadsHistoryCreate, type IThreadsHistoryGroup, type IThreadsReportInteractFollow, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyMessage, type IThreadsReportPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportDto, type OverviewUserDto, index$3 as Socials, type TOmitFilterDto, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdatePCDto, type UpdateRoleDto, 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 UpdateTeamDto, type UpdateUserDto, index$a as Web };
|
7598
|
+
export { type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, index$b as Auth, index$l as AutoConstants, index as AutoDto, index$e as AutoEnums, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$d as AutoTypes, index$c as Common, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateDeviceDto, type CreateLarkDto, type CreatePCDto, type CreateRoleDto, type CreateSheetsToolDto, 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 CreateTeamDto, type CreateUserDto, 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 FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeDto, type FilterInstagramHistoryCreateDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, 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 FilterProxyDto, type FilterRoleDto, type FilterSheetWorkDto, type FilterSheetWorkManagerDto, 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 FilterTaskToolMonitorDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, 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 FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindBlogCategoryDto, type FindBlogDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindForReviewDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeDto, type FindInstagramHistoryCreateDto, type FindInstagramHistoryGroupDto, type FindInstagramReportInteractExploreDto, type FindInstagramReportInteractFollowDto, type FindInstagramReportInteractReelDto, type FindInstagramReportInteractReplyCommentDto, type FindInstagramReportInteractReplyMessageDto, type FindInstagramReportInteractStoryDto, type FindInstagramReportPostHighLightDto, type FindInstagramReportPostNewDto, type FindInstagramReportPostReelDto, type FindInstagramReportPostSquareDto, type FindInstagramReportPostStoryDto, 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 FindOverViewDepartmentDto, type FindOverViewDeviceDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, 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 FindOverViewThreadsReportPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountVPNDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeDto, type FindOverviewInstagramHistoryCreateDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewTeamDto, type FindPCDto, type FindProxyDto, type FindRoleDto, type FindSheetWorkDto, type FindSheetWorkManagerDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, 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 FindTaskToolMonitorDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateDto, type FindThreadsHistoryGroupDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$4 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, 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 IAuthLogin, type IAuthResetPassword, type IBaseModel, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentRole, type IDevice, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIdea, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoSync, type IInstagramHistoryChange, type IInstagramHistoryCreate, type IInstagramHistoryGroup, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, 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 INiche, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImport, type ISheetWork, type ISheetWorkManager, type ISheetWorksCategory, type ISheetsTool, type ITag, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoSync, type IThreadsHistoryChange, type IThreadsHistoryCreate, type IThreadsHistoryGroup, type IThreadsReportInteractFollow, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyMessage, type IThreadsReportPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportDto, type OverviewUserDto, index$3 as Socials, type TOmitFilterDto, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdatePCDto, type UpdateRoleDto, 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 UpdateTeamDto, type UpdateUserDto, index$a as Web };
|