automation-lib 5.4.123 → 5.4.125
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 +486 -17
- package/dist/index.d.ts +486 -17
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6594,6 +6594,32 @@ interface FindOverViewTaskInstagramBlockUserDto {
|
|
|
6594
6594
|
done: number;
|
|
6595
6595
|
};
|
|
6596
6596
|
}
|
|
6597
|
+
interface FindOverViewTaskInstagramBlockUserDto {
|
|
6598
|
+
totalAccounts: number;
|
|
6599
|
+
totalPC: number;
|
|
6600
|
+
totalLeader: number;
|
|
6601
|
+
totalMembers: number;
|
|
6602
|
+
totalAccountGroups: number;
|
|
6603
|
+
totalIdea: number;
|
|
6604
|
+
totalNiche: number;
|
|
6605
|
+
totalType: {
|
|
6606
|
+
total: number;
|
|
6607
|
+
TM: number;
|
|
6608
|
+
NTM: number;
|
|
6609
|
+
};
|
|
6610
|
+
totalDevice: {
|
|
6611
|
+
total: number;
|
|
6612
|
+
android: number;
|
|
6613
|
+
ios: number;
|
|
6614
|
+
};
|
|
6615
|
+
totalTasks: {
|
|
6616
|
+
pending: number;
|
|
6617
|
+
executing: number;
|
|
6618
|
+
error: number;
|
|
6619
|
+
repaired: number;
|
|
6620
|
+
done: number;
|
|
6621
|
+
};
|
|
6622
|
+
}
|
|
6597
6623
|
interface CreateTaskInstagramBlockUserDto extends Partial<ITaskInstagramBlockUser> {
|
|
6598
6624
|
}
|
|
6599
6625
|
interface UpdateTaskInstagramBlockUserDto extends Partial<ITaskInstagramBlockUser> {
|
|
@@ -6812,6 +6838,18 @@ interface FindOverViewTaskInstagramPostDto {
|
|
|
6812
6838
|
repaired: number;
|
|
6813
6839
|
done: number;
|
|
6814
6840
|
};
|
|
6841
|
+
totalTypePost: {
|
|
6842
|
+
square: number;
|
|
6843
|
+
news: number;
|
|
6844
|
+
reel: number;
|
|
6845
|
+
story_highlight: number;
|
|
6846
|
+
};
|
|
6847
|
+
totalStylePost: {
|
|
6848
|
+
video: number;
|
|
6849
|
+
video_image: number;
|
|
6850
|
+
link_video_image: number;
|
|
6851
|
+
product_video_image: number;
|
|
6852
|
+
};
|
|
6815
6853
|
}
|
|
6816
6854
|
interface CreateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
|
|
6817
6855
|
}
|
|
@@ -10808,6 +10846,55 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10808
10846
|
listBlockUserName: string[];
|
|
10809
10847
|
listRestrictUserName: string[];
|
|
10810
10848
|
listHiddenUserName: string[];
|
|
10849
|
+
note: string;
|
|
10850
|
+
}
|
|
10851
|
+
interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
10852
|
+
idea: IBaseRefFieldELS;
|
|
10853
|
+
niche: IBaseRefFieldELS;
|
|
10854
|
+
type: ETypeManagerWorkClassify;
|
|
10855
|
+
pc: IBaseRefFieldELS;
|
|
10856
|
+
device: IBaseRefFieldELS & {
|
|
10857
|
+
key: string;
|
|
10858
|
+
};
|
|
10859
|
+
accountGroup: IBaseRefFieldELS;
|
|
10860
|
+
account: IBaseRefFieldELS & {
|
|
10861
|
+
nameAppCloneSocial: string;
|
|
10862
|
+
accountDeviceTypeAppClone: string;
|
|
10863
|
+
accountDeviceNameAppClone: string;
|
|
10864
|
+
};
|
|
10865
|
+
accountVPN: IBaseRefFieldELS & {
|
|
10866
|
+
email: string;
|
|
10867
|
+
username: string;
|
|
10868
|
+
code2FA: string;
|
|
10869
|
+
country: string;
|
|
10870
|
+
type: ETypeAccountVPN;
|
|
10871
|
+
status: EStatusAccountVPN;
|
|
10872
|
+
};
|
|
10873
|
+
accountProxy: IBaseRefFieldELS & {
|
|
10874
|
+
ip: string;
|
|
10875
|
+
port: string;
|
|
10876
|
+
username: string;
|
|
10877
|
+
typeProxy: ETypeProxy;
|
|
10878
|
+
provider: string;
|
|
10879
|
+
city: string;
|
|
10880
|
+
country: string;
|
|
10881
|
+
status: EStatusProxyChecked;
|
|
10882
|
+
};
|
|
10883
|
+
minuteWaiting: number;
|
|
10884
|
+
isTimeUS: boolean;
|
|
10885
|
+
dayOfWeek: string;
|
|
10886
|
+
timeFrom: string;
|
|
10887
|
+
timeTo: string;
|
|
10888
|
+
service: string;
|
|
10889
|
+
action: string;
|
|
10890
|
+
timeExecute: Date;
|
|
10891
|
+
status: EStatusTaskToolSocials;
|
|
10892
|
+
dayOfWeekUS: string;
|
|
10893
|
+
timeExecuteUS: Date;
|
|
10894
|
+
listBlockUserName: string[];
|
|
10895
|
+
listRestrictUserName: string[];
|
|
10896
|
+
listHiddenUserName: string[];
|
|
10897
|
+
note: string;
|
|
10811
10898
|
}
|
|
10812
10899
|
|
|
10813
10900
|
interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10847,6 +10934,71 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10847
10934
|
changeCover: string;
|
|
10848
10935
|
fontTextCoverUsername: string;
|
|
10849
10936
|
urlImageCover: string;
|
|
10937
|
+
note: string;
|
|
10938
|
+
}
|
|
10939
|
+
interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
10940
|
+
idea: IBaseRefFieldELS;
|
|
10941
|
+
niche: IBaseRefFieldELS;
|
|
10942
|
+
type: ETypeManagerWorkClassify;
|
|
10943
|
+
pc: IBaseRefFieldELS;
|
|
10944
|
+
device: IBaseRefFieldELS & {
|
|
10945
|
+
key: string;
|
|
10946
|
+
};
|
|
10947
|
+
accountGroup: IBaseRefFieldELS;
|
|
10948
|
+
account: IBaseRefFieldELS & {
|
|
10949
|
+
nameAppCloneSocial: string;
|
|
10950
|
+
accountDeviceTypeAppClone: string;
|
|
10951
|
+
accountDeviceNameAppClone: string;
|
|
10952
|
+
};
|
|
10953
|
+
accountVPN: IBaseRefFieldELS & {
|
|
10954
|
+
email: string;
|
|
10955
|
+
username: string;
|
|
10956
|
+
code2FA: string;
|
|
10957
|
+
country: string;
|
|
10958
|
+
type: ETypeAccountVPN;
|
|
10959
|
+
status: EStatusAccountVPN;
|
|
10960
|
+
};
|
|
10961
|
+
accountProxy: IBaseRefFieldELS & {
|
|
10962
|
+
ip: string;
|
|
10963
|
+
port: string;
|
|
10964
|
+
username: string;
|
|
10965
|
+
typeProxy: ETypeProxy;
|
|
10966
|
+
provider: string;
|
|
10967
|
+
city: string;
|
|
10968
|
+
country: string;
|
|
10969
|
+
status: EStatusProxyChecked;
|
|
10970
|
+
};
|
|
10971
|
+
minuteWaiting: number;
|
|
10972
|
+
isTimeUS: boolean;
|
|
10973
|
+
dayOfWeek: string;
|
|
10974
|
+
timeFrom: string;
|
|
10975
|
+
timeTo: string;
|
|
10976
|
+
service: string;
|
|
10977
|
+
action: string;
|
|
10978
|
+
timeExecute: Date;
|
|
10979
|
+
status: EStatusTaskToolSocials;
|
|
10980
|
+
dayOfWeekUS: string;
|
|
10981
|
+
timeExecuteUS: Date;
|
|
10982
|
+
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
10983
|
+
changeUserNameNew: string;
|
|
10984
|
+
changeFullnameNew: string;
|
|
10985
|
+
changeBioNew: string;
|
|
10986
|
+
passwordNew: string;
|
|
10987
|
+
emailNew: string;
|
|
10988
|
+
code2fa: string;
|
|
10989
|
+
nameLink1: string;
|
|
10990
|
+
link1: string;
|
|
10991
|
+
nameLink2: string;
|
|
10992
|
+
link2: string;
|
|
10993
|
+
nameLink3: string;
|
|
10994
|
+
link3: string;
|
|
10995
|
+
changeAvatar: string;
|
|
10996
|
+
fontTextAvatarUsername: string;
|
|
10997
|
+
urlImageAvatar: string;
|
|
10998
|
+
changeCover: string;
|
|
10999
|
+
fontTextCoverUsername: string;
|
|
11000
|
+
urlImageCover: string;
|
|
11001
|
+
note: string;
|
|
10850
11002
|
}
|
|
10851
11003
|
|
|
10852
11004
|
interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10867,6 +11019,53 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10867
11019
|
dayOfWeekUS: string;
|
|
10868
11020
|
timeExecuteUS: Date;
|
|
10869
11021
|
listUsernameFollow: string[];
|
|
11022
|
+
note: string;
|
|
11023
|
+
}
|
|
11024
|
+
interface ITaskInstagramFollowELS extends IBaseELS {
|
|
11025
|
+
idea: IBaseRefFieldELS;
|
|
11026
|
+
niche: IBaseRefFieldELS;
|
|
11027
|
+
type: ETypeManagerWorkClassify;
|
|
11028
|
+
pc: IBaseRefFieldELS;
|
|
11029
|
+
device: IBaseRefFieldELS & {
|
|
11030
|
+
key: string;
|
|
11031
|
+
};
|
|
11032
|
+
accountGroup: IBaseRefFieldELS;
|
|
11033
|
+
account: IBaseRefFieldELS & {
|
|
11034
|
+
nameAppCloneSocial: string;
|
|
11035
|
+
accountDeviceTypeAppClone: string;
|
|
11036
|
+
accountDeviceNameAppClone: string;
|
|
11037
|
+
};
|
|
11038
|
+
accountVPN: IBaseRefFieldELS & {
|
|
11039
|
+
email: string;
|
|
11040
|
+
username: string;
|
|
11041
|
+
code2FA: string;
|
|
11042
|
+
country: string;
|
|
11043
|
+
type: ETypeAccountVPN;
|
|
11044
|
+
status: EStatusAccountVPN;
|
|
11045
|
+
};
|
|
11046
|
+
accountProxy: IBaseRefFieldELS & {
|
|
11047
|
+
ip: string;
|
|
11048
|
+
port: string;
|
|
11049
|
+
username: string;
|
|
11050
|
+
typeProxy: ETypeProxy;
|
|
11051
|
+
provider: string;
|
|
11052
|
+
city: string;
|
|
11053
|
+
country: string;
|
|
11054
|
+
status: EStatusProxyChecked;
|
|
11055
|
+
};
|
|
11056
|
+
minuteWaiting: number;
|
|
11057
|
+
isTimeUS: boolean;
|
|
11058
|
+
dayOfWeek: string;
|
|
11059
|
+
timeFrom: string;
|
|
11060
|
+
timeTo: string;
|
|
11061
|
+
service: string;
|
|
11062
|
+
action: string;
|
|
11063
|
+
timeExecute: Date;
|
|
11064
|
+
status: EStatusTaskToolSocials;
|
|
11065
|
+
dayOfWeekUS: string;
|
|
11066
|
+
timeExecuteUS: Date;
|
|
11067
|
+
listUsernameFollow: string[];
|
|
11068
|
+
note: string;
|
|
10870
11069
|
}
|
|
10871
11070
|
|
|
10872
11071
|
interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10889,6 +11088,57 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
|
|
|
10889
11088
|
isLike: boolean;
|
|
10890
11089
|
numberLike: number;
|
|
10891
11090
|
minuteRun: number;
|
|
11091
|
+
note: string;
|
|
11092
|
+
}
|
|
11093
|
+
interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
11094
|
+
idea: IBaseRefFieldELS;
|
|
11095
|
+
niche: IBaseRefFieldELS;
|
|
11096
|
+
type: ETypeManagerWorkClassify;
|
|
11097
|
+
pc: IBaseRefFieldELS;
|
|
11098
|
+
device: IBaseRefFieldELS & {
|
|
11099
|
+
key: string;
|
|
11100
|
+
};
|
|
11101
|
+
accountGroup: IBaseRefFieldELS;
|
|
11102
|
+
account: IBaseRefFieldELS & {
|
|
11103
|
+
nameAppCloneSocial: string;
|
|
11104
|
+
accountDeviceTypeAppClone: string;
|
|
11105
|
+
accountDeviceNameAppClone: string;
|
|
11106
|
+
};
|
|
11107
|
+
accountVPN: IBaseRefFieldELS & {
|
|
11108
|
+
email: string;
|
|
11109
|
+
username: string;
|
|
11110
|
+
code2FA: string;
|
|
11111
|
+
country: string;
|
|
11112
|
+
type: ETypeAccountVPN;
|
|
11113
|
+
status: EStatusAccountVPN;
|
|
11114
|
+
};
|
|
11115
|
+
accountProxy: IBaseRefFieldELS & {
|
|
11116
|
+
ip: string;
|
|
11117
|
+
port: string;
|
|
11118
|
+
username: string;
|
|
11119
|
+
typeProxy: ETypeProxy;
|
|
11120
|
+
provider: string;
|
|
11121
|
+
city: string;
|
|
11122
|
+
country: string;
|
|
11123
|
+
status: EStatusProxyChecked;
|
|
11124
|
+
};
|
|
11125
|
+
minuteWaiting: number;
|
|
11126
|
+
isTimeUS: boolean;
|
|
11127
|
+
dayOfWeek: string;
|
|
11128
|
+
timeFrom: string;
|
|
11129
|
+
timeTo: string;
|
|
11130
|
+
service: string;
|
|
11131
|
+
action: string;
|
|
11132
|
+
timeExecute: Date;
|
|
11133
|
+
status: EStatusTaskToolSocials;
|
|
11134
|
+
dayOfWeekUS: string;
|
|
11135
|
+
timeExecuteUS: Date;
|
|
11136
|
+
numberView: number;
|
|
11137
|
+
isBasicView: boolean;
|
|
11138
|
+
isLike: boolean;
|
|
11139
|
+
numberLike: number;
|
|
11140
|
+
minuteRun: number;
|
|
11141
|
+
note: string;
|
|
10892
11142
|
}
|
|
10893
11143
|
|
|
10894
11144
|
interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10910,6 +11160,56 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10910
11160
|
isLike: boolean;
|
|
10911
11161
|
numberLike: number;
|
|
10912
11162
|
minuteRun: number;
|
|
11163
|
+
note: string;
|
|
11164
|
+
}
|
|
11165
|
+
interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
11166
|
+
idea: IBaseRefFieldELS;
|
|
11167
|
+
niche: IBaseRefFieldELS;
|
|
11168
|
+
type: ETypeManagerWorkClassify;
|
|
11169
|
+
pc: IBaseRefFieldELS;
|
|
11170
|
+
device: IBaseRefFieldELS & {
|
|
11171
|
+
key: string;
|
|
11172
|
+
};
|
|
11173
|
+
accountGroup: IBaseRefFieldELS;
|
|
11174
|
+
account: IBaseRefFieldELS & {
|
|
11175
|
+
nameAppCloneSocial: string;
|
|
11176
|
+
accountDeviceTypeAppClone: string;
|
|
11177
|
+
accountDeviceNameAppClone: string;
|
|
11178
|
+
};
|
|
11179
|
+
accountVPN: IBaseRefFieldELS & {
|
|
11180
|
+
email: string;
|
|
11181
|
+
username: string;
|
|
11182
|
+
code2FA: string;
|
|
11183
|
+
country: string;
|
|
11184
|
+
type: ETypeAccountVPN;
|
|
11185
|
+
status: EStatusAccountVPN;
|
|
11186
|
+
};
|
|
11187
|
+
accountProxy: IBaseRefFieldELS & {
|
|
11188
|
+
ip: string;
|
|
11189
|
+
port: string;
|
|
11190
|
+
username: string;
|
|
11191
|
+
typeProxy: ETypeProxy;
|
|
11192
|
+
provider: string;
|
|
11193
|
+
city: string;
|
|
11194
|
+
country: string;
|
|
11195
|
+
status: EStatusProxyChecked;
|
|
11196
|
+
};
|
|
11197
|
+
minuteWaiting: number;
|
|
11198
|
+
isTimeUS: boolean;
|
|
11199
|
+
dayOfWeek: string;
|
|
11200
|
+
timeFrom: string;
|
|
11201
|
+
timeTo: string;
|
|
11202
|
+
service: string;
|
|
11203
|
+
action: string;
|
|
11204
|
+
timeExecute: Date;
|
|
11205
|
+
status: EStatusTaskToolSocials;
|
|
11206
|
+
dayOfWeekUS: string;
|
|
11207
|
+
timeExecuteUS: Date;
|
|
11208
|
+
numberView: number;
|
|
11209
|
+
isLike: boolean;
|
|
11210
|
+
numberLike: number;
|
|
11211
|
+
minuteRun: number;
|
|
11212
|
+
note: string;
|
|
10913
11213
|
}
|
|
10914
11214
|
|
|
10915
11215
|
interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10930,6 +11230,55 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
|
|
|
10930
11230
|
numberView: number;
|
|
10931
11231
|
isLike: boolean;
|
|
10932
11232
|
numberLike: number;
|
|
11233
|
+
note: string;
|
|
11234
|
+
}
|
|
11235
|
+
interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
11236
|
+
idea: IBaseRefFieldELS;
|
|
11237
|
+
niche: IBaseRefFieldELS;
|
|
11238
|
+
type: ETypeManagerWorkClassify;
|
|
11239
|
+
pc: IBaseRefFieldELS;
|
|
11240
|
+
device: IBaseRefFieldELS & {
|
|
11241
|
+
key: string;
|
|
11242
|
+
};
|
|
11243
|
+
accountGroup: IBaseRefFieldELS;
|
|
11244
|
+
account: IBaseRefFieldELS & {
|
|
11245
|
+
nameAppCloneSocial: string;
|
|
11246
|
+
accountDeviceTypeAppClone: string;
|
|
11247
|
+
accountDeviceNameAppClone: string;
|
|
11248
|
+
};
|
|
11249
|
+
accountVPN: IBaseRefFieldELS & {
|
|
11250
|
+
email: string;
|
|
11251
|
+
username: string;
|
|
11252
|
+
code2FA: string;
|
|
11253
|
+
country: string;
|
|
11254
|
+
type: ETypeAccountVPN;
|
|
11255
|
+
status: EStatusAccountVPN;
|
|
11256
|
+
};
|
|
11257
|
+
accountProxy: IBaseRefFieldELS & {
|
|
11258
|
+
ip: string;
|
|
11259
|
+
port: string;
|
|
11260
|
+
username: string;
|
|
11261
|
+
typeProxy: ETypeProxy;
|
|
11262
|
+
provider: string;
|
|
11263
|
+
city: string;
|
|
11264
|
+
country: string;
|
|
11265
|
+
status: EStatusProxyChecked;
|
|
11266
|
+
};
|
|
11267
|
+
minuteWaiting: number;
|
|
11268
|
+
isTimeUS: boolean;
|
|
11269
|
+
dayOfWeek: string;
|
|
11270
|
+
timeFrom: string;
|
|
11271
|
+
timeTo: string;
|
|
11272
|
+
service: string;
|
|
11273
|
+
action: string;
|
|
11274
|
+
timeExecute: Date;
|
|
11275
|
+
status: EStatusTaskToolSocials;
|
|
11276
|
+
dayOfWeekUS: string;
|
|
11277
|
+
timeExecuteUS: Date;
|
|
11278
|
+
numberView: number;
|
|
11279
|
+
isLike: boolean;
|
|
11280
|
+
numberLike: number;
|
|
11281
|
+
note: string;
|
|
10933
11282
|
}
|
|
10934
11283
|
|
|
10935
11284
|
interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10989,7 +11338,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10989
11338
|
statusSocial: EStatusAccountSocial;
|
|
10990
11339
|
statusPost: string;
|
|
10991
11340
|
linkPost: string;
|
|
10992
|
-
|
|
11341
|
+
note: string;
|
|
10993
11342
|
}
|
|
10994
11343
|
interface ITaskInstagramPostELS extends IBaseELS {
|
|
10995
11344
|
idea: IBaseRefFieldELS;
|
|
@@ -11005,18 +11354,6 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
11005
11354
|
accountDeviceTypeAppClone: string;
|
|
11006
11355
|
accountDeviceNameAppClone: string;
|
|
11007
11356
|
};
|
|
11008
|
-
minuteWaiting: number;
|
|
11009
|
-
isTimeUS: boolean;
|
|
11010
|
-
dayOfWeek: string;
|
|
11011
|
-
timeFrom: string;
|
|
11012
|
-
timeTo: string;
|
|
11013
|
-
service: string;
|
|
11014
|
-
action: string;
|
|
11015
|
-
timeExecute: Date;
|
|
11016
|
-
status: EStatusTaskToolSocials;
|
|
11017
|
-
dayOfWeekUS: string;
|
|
11018
|
-
timeExecuteUS: Date;
|
|
11019
|
-
folderImageName: string;
|
|
11020
11357
|
accountVPN: IBaseRefFieldELS & {
|
|
11021
11358
|
email: string;
|
|
11022
11359
|
username: string;
|
|
@@ -11035,6 +11372,18 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
11035
11372
|
country: string;
|
|
11036
11373
|
status: EStatusProxyChecked;
|
|
11037
11374
|
};
|
|
11375
|
+
minuteWaiting: number;
|
|
11376
|
+
isTimeUS: boolean;
|
|
11377
|
+
dayOfWeek: string;
|
|
11378
|
+
timeFrom: string;
|
|
11379
|
+
timeTo: string;
|
|
11380
|
+
service: string;
|
|
11381
|
+
action: string;
|
|
11382
|
+
timeExecute: Date;
|
|
11383
|
+
status: EStatusTaskToolSocials;
|
|
11384
|
+
dayOfWeekUS: string;
|
|
11385
|
+
timeExecuteUS: Date;
|
|
11386
|
+
folderImageName: string;
|
|
11038
11387
|
sheetUrl: string;
|
|
11039
11388
|
sheetName: string;
|
|
11040
11389
|
canvaUrlVideo: string;
|
|
@@ -11078,7 +11427,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
11078
11427
|
statusSocial: EStatusAccountSocial;
|
|
11079
11428
|
statusPost: string;
|
|
11080
11429
|
linkPost: string;
|
|
11081
|
-
|
|
11430
|
+
note: string;
|
|
11082
11431
|
}
|
|
11083
11432
|
|
|
11084
11433
|
interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -11105,6 +11454,58 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11105
11454
|
statusStep1: EStatusTaskToolSocials;
|
|
11106
11455
|
statusStep2: EStatusTaskToolSocials;
|
|
11107
11456
|
}
|
|
11457
|
+
interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
11458
|
+
idea: IBaseRefFieldELS;
|
|
11459
|
+
niche: IBaseRefFieldELS;
|
|
11460
|
+
type: ETypeManagerWorkClassify;
|
|
11461
|
+
pc: IBaseRefFieldELS;
|
|
11462
|
+
device: IBaseRefFieldELS & {
|
|
11463
|
+
key: string;
|
|
11464
|
+
};
|
|
11465
|
+
accountGroup: IBaseRefFieldELS;
|
|
11466
|
+
account: IBaseRefFieldELS & {
|
|
11467
|
+
nameAppCloneSocial: string;
|
|
11468
|
+
accountDeviceTypeAppClone: string;
|
|
11469
|
+
accountDeviceNameAppClone: string;
|
|
11470
|
+
};
|
|
11471
|
+
accountVPN: IBaseRefFieldELS & {
|
|
11472
|
+
email: string;
|
|
11473
|
+
username: string;
|
|
11474
|
+
code2FA: string;
|
|
11475
|
+
country: string;
|
|
11476
|
+
type: ETypeAccountVPN;
|
|
11477
|
+
status: EStatusAccountVPN;
|
|
11478
|
+
};
|
|
11479
|
+
accountProxy: IBaseRefFieldELS & {
|
|
11480
|
+
ip: string;
|
|
11481
|
+
port: string;
|
|
11482
|
+
username: string;
|
|
11483
|
+
typeProxy: ETypeProxy;
|
|
11484
|
+
provider: string;
|
|
11485
|
+
city: string;
|
|
11486
|
+
country: string;
|
|
11487
|
+
status: EStatusProxyChecked;
|
|
11488
|
+
};
|
|
11489
|
+
minuteWaiting: number;
|
|
11490
|
+
isTimeUS: boolean;
|
|
11491
|
+
dayOfWeek: string;
|
|
11492
|
+
timeFrom: string;
|
|
11493
|
+
timeTo: string;
|
|
11494
|
+
service: string;
|
|
11495
|
+
action: string;
|
|
11496
|
+
timeExecute: Date;
|
|
11497
|
+
status: EStatusTaskToolSocials;
|
|
11498
|
+
dayOfWeekUS: string;
|
|
11499
|
+
timeExecuteUS: Date;
|
|
11500
|
+
sheetUrl: string;
|
|
11501
|
+
sheetName: string;
|
|
11502
|
+
postUrlReply: string;
|
|
11503
|
+
messageForReply: string;
|
|
11504
|
+
replyCommentContentStep1: string;
|
|
11505
|
+
replyCommentContentStep2: string;
|
|
11506
|
+
statusStep1: EStatusTaskToolSocials;
|
|
11507
|
+
statusStep2: EStatusTaskToolSocials;
|
|
11508
|
+
}
|
|
11108
11509
|
|
|
11109
11510
|
interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
11110
11511
|
sheetUrl: string;
|
|
@@ -11130,6 +11531,58 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11130
11531
|
statusStep1: EStatusTaskToolSocials;
|
|
11131
11532
|
statusStep2: EStatusTaskToolSocials;
|
|
11132
11533
|
}
|
|
11534
|
+
interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
11535
|
+
idea: IBaseRefFieldELS;
|
|
11536
|
+
niche: IBaseRefFieldELS;
|
|
11537
|
+
type: ETypeManagerWorkClassify;
|
|
11538
|
+
pc: IBaseRefFieldELS;
|
|
11539
|
+
device: IBaseRefFieldELS & {
|
|
11540
|
+
key: string;
|
|
11541
|
+
};
|
|
11542
|
+
accountGroup: IBaseRefFieldELS;
|
|
11543
|
+
account: IBaseRefFieldELS & {
|
|
11544
|
+
nameAppCloneSocial: string;
|
|
11545
|
+
accountDeviceTypeAppClone: string;
|
|
11546
|
+
accountDeviceNameAppClone: string;
|
|
11547
|
+
};
|
|
11548
|
+
accountVPN: IBaseRefFieldELS & {
|
|
11549
|
+
email: string;
|
|
11550
|
+
username: string;
|
|
11551
|
+
code2FA: string;
|
|
11552
|
+
country: string;
|
|
11553
|
+
type: ETypeAccountVPN;
|
|
11554
|
+
status: EStatusAccountVPN;
|
|
11555
|
+
};
|
|
11556
|
+
accountProxy: IBaseRefFieldELS & {
|
|
11557
|
+
ip: string;
|
|
11558
|
+
port: string;
|
|
11559
|
+
username: string;
|
|
11560
|
+
typeProxy: ETypeProxy;
|
|
11561
|
+
provider: string;
|
|
11562
|
+
city: string;
|
|
11563
|
+
country: string;
|
|
11564
|
+
status: EStatusProxyChecked;
|
|
11565
|
+
};
|
|
11566
|
+
minuteWaiting: number;
|
|
11567
|
+
isTimeUS: boolean;
|
|
11568
|
+
dayOfWeek: string;
|
|
11569
|
+
timeFrom: string;
|
|
11570
|
+
timeTo: string;
|
|
11571
|
+
service: string;
|
|
11572
|
+
action: string;
|
|
11573
|
+
timeExecute: Date;
|
|
11574
|
+
status: EStatusTaskToolSocials;
|
|
11575
|
+
dayOfWeekUS: string;
|
|
11576
|
+
timeExecuteUS: Date;
|
|
11577
|
+
sheetUrl: string;
|
|
11578
|
+
sheetName: string;
|
|
11579
|
+
postUrlReply: string;
|
|
11580
|
+
messageForReply: string;
|
|
11581
|
+
replyMessageContentStep1: string;
|
|
11582
|
+
replyMessageContentStep2: string;
|
|
11583
|
+
statusStep1: EStatusTaskToolSocials;
|
|
11584
|
+
statusStep2: EStatusTaskToolSocials;
|
|
11585
|
+
}
|
|
11133
11586
|
|
|
11134
11587
|
interface IInstagramDashboardFollower extends IBaseModel, ITrackingModel<IUser> {
|
|
11135
11588
|
accountId: string;
|
|
@@ -12124,15 +12577,23 @@ type index$5_IInstagramSettingPost = IInstagramSettingPost;
|
|
|
12124
12577
|
type index$5_ISheetImportSocial = ISheetImportSocial;
|
|
12125
12578
|
type index$5_ISocialTaskManager = ISocialTaskManager;
|
|
12126
12579
|
type index$5_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
|
12580
|
+
type index$5_ITaskInstagramBlockUserELS = ITaskInstagramBlockUserELS;
|
|
12127
12581
|
type index$5_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
|
12582
|
+
type index$5_ITaskInstagramChangeInfoELS = ITaskInstagramChangeInfoELS;
|
|
12128
12583
|
type index$5_ITaskInstagramFollow = ITaskInstagramFollow;
|
|
12584
|
+
type index$5_ITaskInstagramFollowELS = ITaskInstagramFollowELS;
|
|
12129
12585
|
type index$5_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
|
12586
|
+
type index$5_ITaskInstagramInteractExploreELS = ITaskInstagramInteractExploreELS;
|
|
12130
12587
|
type index$5_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
|
12588
|
+
type index$5_ITaskInstagramInteractReelELS = ITaskInstagramInteractReelELS;
|
|
12131
12589
|
type index$5_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
|
12590
|
+
type index$5_ITaskInstagramInteractStoryELS = ITaskInstagramInteractStoryELS;
|
|
12132
12591
|
type index$5_ITaskInstagramPost = ITaskInstagramPost;
|
|
12133
12592
|
type index$5_ITaskInstagramPostELS = ITaskInstagramPostELS;
|
|
12134
12593
|
type index$5_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
|
12594
|
+
type index$5_ITaskInstagramReplyCommentELS = ITaskInstagramReplyCommentELS;
|
|
12135
12595
|
type index$5_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
|
12596
|
+
type index$5_ITaskInstagramReplyMessageELS = ITaskInstagramReplyMessageELS;
|
|
12136
12597
|
type index$5_ITaskThreadsFollow = ITaskThreadsFollow;
|
|
12137
12598
|
type index$5_ITaskThreadsPost = ITaskThreadsPost;
|
|
12138
12599
|
type index$5_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
|
@@ -12166,7 +12627,7 @@ type index$5_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyM
|
|
|
12166
12627
|
type index$5_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
|
|
12167
12628
|
type index$5_IThreadsSettingPost = IThreadsSettingPost;
|
|
12168
12629
|
declare namespace index$5 {
|
|
12169
|
-
export { index$5_EStatusImport as EStatusImport, index$5_ETypeImport as ETypeImport, type index$5_IAccountSocialBase as IAccountSocialBase, type index$5_IAccountSocialGroup as IAccountSocialGroup, type index$5_IInstagramAccountRaw as IInstagramAccountRaw, type index$5_IInstagramAccountRun as IInstagramAccountRun, type index$5_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$5_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$5_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$5_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$5_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$5_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$5_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$5_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$5_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$5_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$5_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$5_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$5_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$5_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$5_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$5_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$5_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$5_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$5_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$5_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$5_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$5_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$5_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$5_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$5_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$5_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$5_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$5_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$5_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$5_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$5_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$5_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$5_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$5_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$5_IInstagramReportPostNew as IInstagramReportPostNew, type index$5_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$5_IInstagramReportPostReel as IInstagramReportPostReel, type index$5_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$5_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$5_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$5_IInstagramReportPostStory as IInstagramReportPostStory, type index$5_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$5_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$5_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$5_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$5_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$5_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$5_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$5_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$5_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$5_IInstagramSettingPost as IInstagramSettingPost, type index$5_ISheetImportSocial as ISheetImportSocial, type index$5_ISocialTaskManager as ISocialTaskManager, type index$5_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$5_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$5_ITaskInstagramFollow as ITaskInstagramFollow, type index$5_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$5_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$5_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$5_ITaskInstagramPost as ITaskInstagramPost, type index$5_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$5_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$5_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$5_ITaskThreadsFollow as ITaskThreadsFollow, type index$5_ITaskThreadsPost as ITaskThreadsPost, type index$5_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$5_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$5_IThreadsAccountRaw as IThreadsAccountRaw, type index$5_IThreadsAccountRun as IThreadsAccountRun, type index$5_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$5_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$5_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$5_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$5_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$5_IThreadsHistoryChange as IThreadsHistoryChange, type index$5_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$5_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$5_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$5_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$5_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$5_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$5_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$5_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$5_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$5_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$5_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$5_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$5_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$5_IThreadsReportPost as IThreadsReportPost, type index$5_IThreadsReportPostELS as IThreadsReportPostELS, type index$5_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$5_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$5_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$5_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$5_IThreadsSettingPost as IThreadsSettingPost };
|
|
12630
|
+
export { index$5_EStatusImport as EStatusImport, index$5_ETypeImport as ETypeImport, type index$5_IAccountSocialBase as IAccountSocialBase, type index$5_IAccountSocialGroup as IAccountSocialGroup, type index$5_IInstagramAccountRaw as IInstagramAccountRaw, type index$5_IInstagramAccountRun as IInstagramAccountRun, type index$5_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$5_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$5_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$5_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$5_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$5_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$5_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$5_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$5_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$5_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$5_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$5_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$5_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$5_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$5_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$5_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$5_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$5_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$5_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$5_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$5_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$5_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$5_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$5_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$5_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$5_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$5_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$5_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$5_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$5_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$5_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$5_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$5_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$5_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$5_IInstagramReportPostNew as IInstagramReportPostNew, type index$5_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$5_IInstagramReportPostReel as IInstagramReportPostReel, type index$5_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$5_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$5_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$5_IInstagramReportPostStory as IInstagramReportPostStory, type index$5_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$5_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$5_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$5_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$5_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$5_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$5_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$5_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$5_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$5_IInstagramSettingPost as IInstagramSettingPost, type index$5_ISheetImportSocial as ISheetImportSocial, type index$5_ISocialTaskManager as ISocialTaskManager, type index$5_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$5_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$5_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$5_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$5_ITaskInstagramFollow as ITaskInstagramFollow, type index$5_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$5_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$5_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$5_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$5_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$5_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$5_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$5_ITaskInstagramPost as ITaskInstagramPost, type index$5_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$5_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$5_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$5_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$5_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$5_ITaskThreadsFollow as ITaskThreadsFollow, type index$5_ITaskThreadsPost as ITaskThreadsPost, type index$5_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$5_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$5_IThreadsAccountRaw as IThreadsAccountRaw, type index$5_IThreadsAccountRun as IThreadsAccountRun, type index$5_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$5_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$5_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$5_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$5_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$5_IThreadsHistoryChange as IThreadsHistoryChange, type index$5_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$5_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$5_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$5_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$5_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$5_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$5_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$5_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$5_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$5_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$5_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$5_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$5_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$5_IThreadsReportPost as IThreadsReportPost, type index$5_IThreadsReportPostELS as IThreadsReportPostELS, type index$5_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$5_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$5_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$5_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$5_IThreadsSettingPost as IThreadsSettingPost };
|
|
12170
12631
|
}
|
|
12171
12632
|
|
|
12172
12633
|
interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -12611,15 +13072,23 @@ type index$1_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
|
|
|
12611
13072
|
type index$1_ITaskAIItemAction = ITaskAIItemAction;
|
|
12612
13073
|
type index$1_ITaskAIItemGroup = ITaskAIItemGroup;
|
|
12613
13074
|
type index$1_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
|
13075
|
+
type index$1_ITaskInstagramBlockUserELS = ITaskInstagramBlockUserELS;
|
|
12614
13076
|
type index$1_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
|
13077
|
+
type index$1_ITaskInstagramChangeInfoELS = ITaskInstagramChangeInfoELS;
|
|
12615
13078
|
type index$1_ITaskInstagramFollow = ITaskInstagramFollow;
|
|
13079
|
+
type index$1_ITaskInstagramFollowELS = ITaskInstagramFollowELS;
|
|
12616
13080
|
type index$1_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
|
13081
|
+
type index$1_ITaskInstagramInteractExploreELS = ITaskInstagramInteractExploreELS;
|
|
12617
13082
|
type index$1_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
|
13083
|
+
type index$1_ITaskInstagramInteractReelELS = ITaskInstagramInteractReelELS;
|
|
12618
13084
|
type index$1_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
|
13085
|
+
type index$1_ITaskInstagramInteractStoryELS = ITaskInstagramInteractStoryELS;
|
|
12619
13086
|
type index$1_ITaskInstagramPost = ITaskInstagramPost;
|
|
12620
13087
|
type index$1_ITaskInstagramPostELS = ITaskInstagramPostELS;
|
|
12621
13088
|
type index$1_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
|
13089
|
+
type index$1_ITaskInstagramReplyCommentELS = ITaskInstagramReplyCommentELS;
|
|
12622
13090
|
type index$1_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
|
13091
|
+
type index$1_ITaskInstagramReplyMessageELS = ITaskInstagramReplyMessageELS;
|
|
12623
13092
|
type index$1_ITaskJob = ITaskJob;
|
|
12624
13093
|
type index$1_ITaskJobAttachmentBlog = ITaskJobAttachmentBlog;
|
|
12625
13094
|
type index$1_ITaskJobBlogAttached = ITaskJobBlogAttached;
|
|
@@ -12677,7 +13146,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
|
12677
13146
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
12678
13147
|
type index$1_IVoiceStores = IVoiceStores;
|
|
12679
13148
|
declare namespace index$1 {
|
|
12680
|
-
export { index$2 as Auth, index$9 as Common, index$1_EStatusImport as EStatusImport, index$1_ETypeImport as ETypeImport, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetImportSocial as ISheetImportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$5 as Socials, index$4 as Tool, index$7 as Workspace };
|
|
13149
|
+
export { index$2 as Auth, index$9 as Common, index$1_EStatusImport as EStatusImport, index$1_ETypeImport as ETypeImport, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetImportSocial as ISheetImportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$5 as Socials, index$4 as Tool, index$7 as Workspace };
|
|
12681
13150
|
}
|
|
12682
13151
|
|
|
12683
13152
|
interface IDataUser {
|
|
@@ -12730,4 +13199,4 @@ declare namespace index {
|
|
|
12730
13199
|
export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
|
|
12731
13200
|
}
|
|
12732
13201
|
|
|
12733
|
-
export { index$i as AI, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryFollowDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryFollowDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractExploreDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReelDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractStoryDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryFollowDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramChangeInfo, type ITaskInstagramFollow, type ITaskInstagramInteractExplore, type ITaskInstagramInteractReel, type ITaskInstagramInteractStory, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyMessage, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsPost, type ITaskThreadsReplyComment, type ITaskThreadsReplyMessage, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoDeviceSheetToolDto, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$5 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$4 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };
|
|
13202
|
+
export { index$i as AI, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryFollowDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryFollowDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractExploreDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReelDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractStoryDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryFollowDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsPost, type ITaskThreadsReplyComment, type ITaskThreadsReplyMessage, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoDeviceSheetToolDto, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$5 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$4 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };
|