automation-lib 5.4.208 → 5.4.211

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.
Files changed (3) hide show
  1. package/dist/index.d.mts +238 -647
  2. package/dist/index.d.ts +238 -647
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2972,6 +2972,15 @@ interface FindAccountSocialGroupPopupSocialDto {
2972
2972
  interface FilterAccountSocialGroupDto extends IFilterBaseDto {
2973
2973
  }
2974
2974
 
2975
+ interface ISettingAccountSocialDto extends IFindBaseDto {
2976
+ id: string;
2977
+ username: string;
2978
+ groupName: string;
2979
+ hasSetting: boolean;
2980
+ statusAccount: EStatusSocialAccountRaw;
2981
+ isStart: boolean;
2982
+ }
2983
+
2975
2984
  interface FindThreadsHistoryGroupDto extends IFindBaseDto, IThreadsHistoryGroup {
2976
2985
  accountID: number;
2977
2986
  accountUsername: string;
@@ -3841,13 +3850,6 @@ interface FilterThreadsReportInteractReplyMessageDto extends IFilterBaseDto, IFi
3841
3850
  listDateOfWeeks: EDayOfWeek[];
3842
3851
  }
3843
3852
 
3844
- interface FindAccountThreadsSettingPostDto {
3845
- id: string;
3846
- username: string;
3847
- groupName: string;
3848
- hasSetting: boolean;
3849
- statusAccount: EStatusSocialAccountRaw;
3850
- }
3851
3853
  interface FindOverViewThreadsSettingPostDto {
3852
3854
  totalDepartments: number;
3853
3855
  totalLeaders: number;
@@ -3897,6 +3899,7 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
3897
3899
  device: {
3898
3900
  id: string;
3899
3901
  name: string;
3902
+ key: string;
3900
3903
  };
3901
3904
  accountGroup: {
3902
3905
  id: string;
@@ -3908,8 +3911,20 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
3908
3911
  nameAppCloneSocial: string;
3909
3912
  accountDeviceTypeAppClone: string;
3910
3913
  accountDeviceNameAppClone: string;
3914
+ statusLogin: string;
3911
3915
  };
3912
- status: EStatusActive;
3916
+ sheetInfo: {
3917
+ id: string;
3918
+ name: string;
3919
+ url: string;
3920
+ type: string;
3921
+ status: string;
3922
+ };
3923
+ timezone: ETimeZone;
3924
+ timeCopySetting: Date;
3925
+ isStart: boolean;
3926
+ dayOfWeeks: Array<EDayOfWeek>;
3927
+ listRunTimes: Array<ISettingRunTimeSocial>;
3913
3928
  }
3914
3929
  interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
3915
3930
  idea: string[];
@@ -3923,13 +3938,6 @@ interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccount
3923
3938
  status: EStatusActive[];
3924
3939
  }
3925
3940
 
3926
- interface FindAccountThreadsSettingInteractFollowDto {
3927
- id: string;
3928
- username: string;
3929
- groupName: string;
3930
- hasSetting: boolean;
3931
- statusAccount: EStatusSocialAccountRaw;
3932
- }
3933
3941
  interface FindOverViewThreadsSettingInteractFollowDto {
3934
3942
  totalDepartments: number;
3935
3943
  totalLeaders: number;
@@ -3979,6 +3987,7 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
3979
3987
  device: {
3980
3988
  id: string;
3981
3989
  name: string;
3990
+ key: string;
3982
3991
  };
3983
3992
  accountGroup: {
3984
3993
  id: string;
@@ -3990,8 +3999,20 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
3990
3999
  nameAppCloneSocial: string;
3991
4000
  accountDeviceTypeAppClone: string;
3992
4001
  accountDeviceNameAppClone: string;
4002
+ statusLogin: string;
3993
4003
  };
3994
- status: EStatusActive;
4004
+ sheetInfo: {
4005
+ id: string;
4006
+ name: string;
4007
+ url: string;
4008
+ type: string;
4009
+ status: string;
4010
+ };
4011
+ timezone: ETimeZone;
4012
+ timeCopySetting: Date;
4013
+ isStart: boolean;
4014
+ dayOfWeeks: Array<EDayOfWeek>;
4015
+ listRunTimes: Array<ISettingRunTimeSocial>;
3995
4016
  }
3996
4017
  interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
3997
4018
  idea: string[];
@@ -4005,13 +4026,6 @@ interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterB
4005
4026
  status: EStatusActive[];
4006
4027
  }
4007
4028
 
4008
- interface FindAccountThreadsSettingInteractUnFollowDto {
4009
- id: string;
4010
- username: string;
4011
- groupName: string;
4012
- hasSetting: boolean;
4013
- statusAccount: EStatusSocialAccountRaw;
4014
- }
4015
4029
  interface FindOverViewThreadsSettingInteractUnFollowDto {
4016
4030
  totalDepartments: number;
4017
4031
  totalLeaders: number;
@@ -4061,6 +4075,7 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
4061
4075
  device: {
4062
4076
  id: string;
4063
4077
  name: string;
4078
+ key: string;
4064
4079
  };
4065
4080
  accountGroup: {
4066
4081
  id: string;
@@ -4072,8 +4087,20 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
4072
4087
  nameAppCloneSocial: string;
4073
4088
  accountDeviceTypeAppClone: string;
4074
4089
  accountDeviceNameAppClone: string;
4090
+ statusLogin: string;
4075
4091
  };
4076
- status: EStatusActive;
4092
+ sheetInfo: {
4093
+ id: string;
4094
+ name: string;
4095
+ url: string;
4096
+ type: string;
4097
+ status: string;
4098
+ };
4099
+ timezone: ETimeZone;
4100
+ timeCopySetting: Date;
4101
+ isStart: boolean;
4102
+ dayOfWeeks: Array<EDayOfWeek>;
4103
+ listRunTimes: Array<ISettingRunTimeSocial>;
4077
4104
  }
4078
4105
  interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
4079
4106
  idea: string[];
@@ -4087,13 +4114,6 @@ interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilte
4087
4114
  status: EStatusActive[];
4088
4115
  }
4089
4116
 
4090
- interface FindAccountThreadsSettingInteractReplyCommentDto {
4091
- id: string;
4092
- username: string;
4093
- groupName: string;
4094
- hasSetting: boolean;
4095
- statusAccount: EStatusSocialAccountRaw;
4096
- }
4097
4117
  interface FindOverViewThreadsSettingInteractReplyCommentDto {
4098
4118
  totalDepartments: number;
4099
4119
  totalLeaders: number;
@@ -4143,6 +4163,7 @@ interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThrea
4143
4163
  device: {
4144
4164
  id: string;
4145
4165
  name: string;
4166
+ key: string;
4146
4167
  };
4147
4168
  accountGroup: {
4148
4169
  id: string;
@@ -4154,8 +4175,20 @@ interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThrea
4154
4175
  nameAppCloneSocial: string;
4155
4176
  accountDeviceTypeAppClone: string;
4156
4177
  accountDeviceNameAppClone: string;
4178
+ statusLogin: string;
4157
4179
  };
4158
- status: EStatusActive;
4180
+ sheetInfo: {
4181
+ id: string;
4182
+ name: string;
4183
+ url: string;
4184
+ type: string;
4185
+ status: string;
4186
+ };
4187
+ timezone: ETimeZone;
4188
+ timeCopySetting: Date;
4189
+ isStart: boolean;
4190
+ dayOfWeeks: Array<EDayOfWeek>;
4191
+ listRunTimes: Array<ISettingRunTimeSocial>;
4159
4192
  }
4160
4193
  interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
4161
4194
  idea: string[];
@@ -4169,13 +4202,6 @@ interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IF
4169
4202
  status: EStatusActive[];
4170
4203
  }
4171
4204
 
4172
- interface FindAccountThreadsSettingInteractReplyMessageDto {
4173
- id: string;
4174
- username: string;
4175
- groupName: string;
4176
- hasSetting: boolean;
4177
- statusAccount: EStatusSocialAccountRaw;
4178
- }
4179
4205
  interface FindOverViewThreadsSettingInteractReplyMessageDto {
4180
4206
  totalDepartments: number;
4181
4207
  totalLeaders: number;
@@ -4225,6 +4251,7 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
4225
4251
  device: {
4226
4252
  id: string;
4227
4253
  name: string;
4254
+ key: string;
4228
4255
  };
4229
4256
  accountGroup: {
4230
4257
  id: string;
@@ -4236,8 +4263,20 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
4236
4263
  nameAppCloneSocial: string;
4237
4264
  accountDeviceTypeAppClone: string;
4238
4265
  accountDeviceNameAppClone: string;
4266
+ statusLogin: string;
4239
4267
  };
4240
- status: EStatusActive;
4268
+ sheetInfo: {
4269
+ id: string;
4270
+ name: string;
4271
+ url: string;
4272
+ type: string;
4273
+ status: string;
4274
+ };
4275
+ timezone: ETimeZone;
4276
+ timeCopySetting: Date;
4277
+ isStart: boolean;
4278
+ dayOfWeeks: Array<EDayOfWeek>;
4279
+ listRunTimes: Array<ISettingRunTimeSocial>;
4241
4280
  }
4242
4281
  interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
4243
4282
  idea: string[];
@@ -6633,14 +6672,7 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
6633
6672
  statusSheet: ESheetToolStatusRun[];
6634
6673
  }
6635
6674
 
6636
- interface FindAccountInstagramSettingInteractExploreDto {
6637
- id: string;
6638
- username: string;
6639
- groupName: string;
6640
- hasSetting: boolean;
6641
- statusAccount: EStatusSocialAccountRaw;
6642
- }
6643
- interface FindOverViewInstagramSettingInteractExploreDto {
6675
+ interface FindOverViewInstagramSettingInteractFollowDto {
6644
6676
  totalDepartments: number;
6645
6677
  totalLeaders: number;
6646
6678
  totalMembers: number;
@@ -6672,7 +6704,7 @@ interface FindOverViewInstagramSettingInteractExploreDto {
6672
6704
  inactive: number;
6673
6705
  };
6674
6706
  }
6675
- interface FindInstagramSettingInteractExploreDto extends IFindBaseDto {
6707
+ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
6676
6708
  idea: {
6677
6709
  id: string;
6678
6710
  name: string;
@@ -6689,6 +6721,7 @@ interface FindInstagramSettingInteractExploreDto extends IFindBaseDto {
6689
6721
  device: {
6690
6722
  id: string;
6691
6723
  name: string;
6724
+ key: string;
6692
6725
  };
6693
6726
  accountGroup: {
6694
6727
  id: string;
@@ -6700,108 +6733,20 @@ interface FindInstagramSettingInteractExploreDto extends IFindBaseDto {
6700
6733
  nameAppCloneSocial: string;
6701
6734
  accountDeviceTypeAppClone: string;
6702
6735
  accountDeviceNameAppClone: string;
6736
+ statusLogin: string;
6703
6737
  };
6704
- timeDelayFrom: number;
6705
- timeDelayTo: number;
6706
- listRunTimes: Array<Array<string>>;
6707
- maxViewPerDay: number;
6708
- limitViewPerDayFrom: number;
6709
- limitViewPerDayTo: number;
6710
- increaseDailyViewFrom: number;
6711
- increaseDailyViewTo: number;
6712
- limitNumberLikePerOperationFrom: number;
6713
- limitNumberLikePerOperationTo: number;
6714
- timeDelayLikeFrom: number;
6715
- timeDelayLikeTo: number;
6716
- isTimeUs: boolean;
6717
- isDetailsView: boolean;
6718
- isLikeExplore: boolean;
6719
- status: EStatusActive;
6720
- }
6721
- interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
6722
- idea: string[];
6723
- niche: string[];
6724
- type: ETypeManagerWorkClassify[];
6725
- pc: string[];
6726
- deviceName: string[];
6727
- deviceKey: string[];
6728
- accountGroup: string[];
6729
- account: string[];
6730
- status: EStatusActive[];
6731
- }
6732
-
6733
- interface FindAccountInstagramSettingInteractFollowDto {
6734
- id: string;
6735
- username: string;
6736
- groupName: string;
6737
- hasSetting: boolean;
6738
- statusAccount: EStatusSocialAccountRaw;
6739
- }
6740
- interface FindOverViewInstagramSettingInteractFollowDto {
6741
- totalDepartments: number;
6742
- totalLeaders: number;
6743
- totalMembers: number;
6744
- totalTeams: number;
6745
- totalPC: number;
6746
- totalDevice: number;
6747
- totalAccountGroups: number;
6748
- totalAccounts: number;
6749
- totalIdea: number;
6750
- totalNiche: number;
6751
- totalType: {
6752
- total: number;
6753
- TM: number;
6754
- NTM: number;
6755
- };
6756
- totalSocial: {
6757
- active: number;
6758
- pending: number;
6759
- inactive: number;
6760
- suspended: number;
6761
- };
6762
- totalLogin: {
6763
- available: number;
6764
- unAvailable: number;
6765
- na: number;
6766
- };
6767
- totalStatus: {
6768
- active: number;
6769
- inactive: number;
6770
- };
6771
- }
6772
- interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
6773
- idea: {
6774
- id: string;
6775
- name: string;
6776
- };
6777
- niche: {
6738
+ sheetInfo: {
6778
6739
  id: string;
6779
6740
  name: string;
6741
+ url: string;
6742
+ type: string;
6743
+ status: string;
6780
6744
  };
6781
- type: ETypeManagerWorkClassify;
6782
- pc: {
6783
- id: string;
6784
- name: string;
6785
- };
6786
- device: {
6787
- id: string;
6788
- name: string;
6789
- };
6790
- accountGroup: {
6791
- id: string;
6792
- name: string;
6793
- };
6794
- accountInfo: {
6795
- id: string;
6796
- name: string;
6797
- nameAppCloneSocial: string;
6798
- accountDeviceTypeAppClone: string;
6799
- accountDeviceNameAppClone: string;
6800
- };
6801
- listRunTimes: Array<Array<string>>;
6802
- dayOfWeeks: Array<string>;
6803
- timeDelayFrom: number;
6804
- timeDelayTo: number;
6745
+ timezone: ETimeZone;
6746
+ timeCopySetting: Date;
6747
+ isStart: boolean;
6748
+ dayOfWeeks: Array<EDayOfWeek>;
6749
+ listRunTimes: Array<ISettingRunTimeSocial>;
6805
6750
  limitNumberFollowsPerDayFrom: number;
6806
6751
  limitNumberFollowsPerDayTo: number;
6807
6752
  increaseFollowPerDayFrom: number;
@@ -6824,7 +6769,6 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
6824
6769
  limitNumberInteractUserFollowerTo: number;
6825
6770
  timeDelayInteractUserFollowerFrom: number;
6826
6771
  timeDelayInteractUserFollowerTo: number;
6827
- isTimeUs: boolean;
6828
6772
  isInteractUserFollower: boolean;
6829
6773
  isInteractUserFollowing: boolean;
6830
6774
  isInteractCurrentUser: boolean;
@@ -6833,7 +6777,6 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
6833
6777
  isSkipFollowWhenUnFollowed: boolean;
6834
6778
  isSkipFollowContainLinks: boolean;
6835
6779
  isSkipBioNoneEnglish: boolean;
6836
- status: EStatusActive;
6837
6780
  }
6838
6781
  interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
6839
6782
  idea: string[];
@@ -6847,14 +6790,7 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
6847
6790
  status: EStatusActive[];
6848
6791
  }
6849
6792
 
6850
- interface FindAccountInstagramSettingInteractReelDto {
6851
- id: string;
6852
- username: string;
6853
- groupName: string;
6854
- hasSetting: boolean;
6855
- statusAccount: EStatusSocialAccountRaw;
6856
- }
6857
- interface FindOverViewInstagramSettingInteractReelDto {
6793
+ interface FindOverViewInstagramSettingInteractReplyCommentDto {
6858
6794
  totalDepartments: number;
6859
6795
  totalLeaders: number;
6860
6796
  totalMembers: number;
@@ -6886,7 +6822,7 @@ interface FindOverViewInstagramSettingInteractReelDto {
6886
6822
  inactive: number;
6887
6823
  };
6888
6824
  }
6889
- interface FindInstagramSettingInteractReelDto extends IFindBaseDto {
6825
+ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
6890
6826
  idea: {
6891
6827
  id: string;
6892
6828
  name: string;
@@ -6903,6 +6839,7 @@ interface FindInstagramSettingInteractReelDto extends IFindBaseDto {
6903
6839
  device: {
6904
6840
  id: string;
6905
6841
  name: string;
6842
+ key: string;
6906
6843
  };
6907
6844
  accountGroup: {
6908
6845
  id: string;
@@ -6914,106 +6851,20 @@ interface FindInstagramSettingInteractReelDto extends IFindBaseDto {
6914
6851
  nameAppCloneSocial: string;
6915
6852
  accountDeviceTypeAppClone: string;
6916
6853
  accountDeviceNameAppClone: string;
6854
+ statusLogin: string;
6917
6855
  };
6918
- timeDelayFrom: number;
6919
- timeDelayTo: number;
6920
- listRunTimes: Array<Array<string>>;
6921
- limitViewPerDayFrom: number;
6922
- limitViewPerDayTo: number;
6923
- increaseDailyViewFrom: number;
6924
- increaseDailyViewTo: number;
6925
- maxViewPerDay: number;
6926
- limitNumberLikePerOperationFrom: number;
6927
- limitNumberLikePerOperationTo: number;
6928
- timeDelayLikeFrom: number;
6929
- timeDelayLikeTo: number;
6930
- isTimeUs: boolean;
6931
- isLikeReel: boolean;
6932
- status: EStatusActive;
6933
- }
6934
- interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
6935
- idea: string[];
6936
- niche: string[];
6937
- type: ETypeManagerWorkClassify[];
6938
- pc: string[];
6939
- deviceName: string[];
6940
- deviceKey: string[];
6941
- accountGroup: string[];
6942
- account: string[];
6943
- status: EStatusActive[];
6944
- }
6945
-
6946
- interface FindAccountInstagramSettingInteractReplyCommentDto {
6947
- id: string;
6948
- username: string;
6949
- groupName: string;
6950
- hasSetting: boolean;
6951
- statusAccount: EStatusSocialAccountRaw;
6952
- }
6953
- interface FindOverViewInstagramSettingInteractReplyCommentDto {
6954
- totalDepartments: number;
6955
- totalLeaders: number;
6956
- totalMembers: number;
6957
- totalTeams: number;
6958
- totalPC: number;
6959
- totalDevice: number;
6960
- totalAccountGroups: number;
6961
- totalAccounts: number;
6962
- totalIdea: number;
6963
- totalNiche: number;
6964
- totalType: {
6965
- total: number;
6966
- TM: number;
6967
- NTM: number;
6968
- };
6969
- totalSocial: {
6970
- active: number;
6971
- pending: number;
6972
- inactive: number;
6973
- suspended: number;
6974
- };
6975
- totalLogin: {
6976
- available: number;
6977
- unAvailable: number;
6978
- na: number;
6979
- };
6980
- totalStatus: {
6981
- active: number;
6982
- inactive: number;
6983
- };
6984
- }
6985
- interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
6986
- idea: {
6987
- id: string;
6988
- name: string;
6989
- };
6990
- niche: {
6991
- id: string;
6992
- name: string;
6993
- };
6994
- type: ETypeManagerWorkClassify;
6995
- pc: {
6996
- id: string;
6997
- name: string;
6998
- };
6999
- device: {
7000
- id: string;
7001
- name: string;
7002
- };
7003
- accountGroup: {
7004
- id: string;
7005
- name: string;
7006
- };
7007
- accountInfo: {
6856
+ sheetInfo: {
7008
6857
  id: string;
7009
6858
  name: string;
7010
- nameAppCloneSocial: string;
7011
- accountDeviceTypeAppClone: string;
7012
- accountDeviceNameAppClone: string;
6859
+ url: string;
6860
+ type: string;
6861
+ status: string;
7013
6862
  };
7014
- timeDelayFrom: number;
7015
- timeDelayTo: number;
7016
- listRunTimes: Array<Array<string>>;
6863
+ timezone: ETimeZone;
6864
+ timeCopySetting: Date;
6865
+ isStart: boolean;
6866
+ dayOfWeeks: Array<EDayOfWeek>;
6867
+ listRunTimes: Array<ISettingRunTimeSocial>;
7017
6868
  limitNumberPostForCommentsFrom: number;
7018
6869
  limitNumberPostForCommentsTo: number;
7019
6870
  timeDelayCommentFrom: number;
@@ -7026,10 +6877,8 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
7026
6877
  timeDelayReplyCommentTo: number;
7027
6878
  isSkipUserNameNoneEnglish: boolean;
7028
6879
  isSkipReplyCommentsOnlyIcon: boolean;
7029
- isTimeUs: boolean;
7030
6880
  isLikeCommentsPostOfMe: boolean;
7031
6881
  isReplyCommentsPostOfMe: boolean;
7032
- status: EStatusActive;
7033
6882
  }
7034
6883
  interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
7035
6884
  idea: string[];
@@ -7043,13 +6892,6 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
7043
6892
  status: EStatusActive[];
7044
6893
  }
7045
6894
 
7046
- interface FindAccountInstagramSettingInteractReplyMessageDto {
7047
- id: string;
7048
- username: string;
7049
- groupName: string;
7050
- hasSetting: boolean;
7051
- statusAccount: EStatusSocialAccountRaw;
7052
- }
7053
6895
  interface FindOverViewInstagramSettingInteractReplyMessageDto {
7054
6896
  totalDepartments: number;
7055
6897
  totalLeaders: number;
@@ -7099,6 +6941,7 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
7099
6941
  device: {
7100
6942
  id: string;
7101
6943
  name: string;
6944
+ key: string;
7102
6945
  };
7103
6946
  accountGroup: {
7104
6947
  id: string;
@@ -7110,14 +6953,22 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
7110
6953
  nameAppCloneSocial: string;
7111
6954
  accountDeviceTypeAppClone: string;
7112
6955
  accountDeviceNameAppClone: string;
6956
+ statusLogin: string;
7113
6957
  };
7114
- listRunTimes: Array<Array<string>>;
7115
- dayOfWeeks: Array<string>;
7116
- timeDelayFrom: number;
7117
- timeDelayTo: number;
6958
+ sheetInfo: {
6959
+ id: string;
6960
+ name: string;
6961
+ url: string;
6962
+ type: string;
6963
+ status: string;
6964
+ };
6965
+ timezone: ETimeZone;
6966
+ timeCopySetting: Date;
6967
+ isStart: boolean;
6968
+ dayOfWeeks: Array<EDayOfWeek>;
6969
+ listRunTimes: Array<ISettingRunTimeSocial>;
7118
6970
  timeDelayReplyMessageFrom: number;
7119
6971
  timeDelayReplyMessageTo: number;
7120
- isTimeUs: boolean;
7121
6972
  isDeleteMessageUsername: boolean;
7122
6973
  isReplyAllMessageFromStories: boolean;
7123
6974
  isSkipUserNameNoneEnglish: boolean;
@@ -7125,7 +6976,6 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
7125
6976
  isSkipReplyIfHaveReplied: boolean;
7126
6977
  isSkipReplyIsLink: boolean;
7127
6978
  isSkipReplyIfOnlyIcons: boolean;
7128
- status: EStatusActive;
7129
6979
  }
7130
6980
  interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
7131
6981
  idea: string[];
@@ -7139,14 +6989,7 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
7139
6989
  status: EStatusActive[];
7140
6990
  }
7141
6991
 
7142
- interface FindAccountInstagramSettingInteractStoryDto {
7143
- id: string;
7144
- username: string;
7145
- groupName: string;
7146
- hasSetting: boolean;
7147
- statusAccount: EStatusSocialAccountRaw;
7148
- }
7149
- interface FindOverViewInstagramSettingInteractStoryDto {
6992
+ interface FindOverViewInstagramSettingInteractUnFollowDto {
7150
6993
  totalDepartments: number;
7151
6994
  totalLeaders: number;
7152
6995
  totalMembers: number;
@@ -7178,7 +7021,7 @@ interface FindOverViewInstagramSettingInteractStoryDto {
7178
7021
  inactive: number;
7179
7022
  };
7180
7023
  }
7181
- interface FindInstagramSettingInteractStoryDto extends IFindBaseDto {
7024
+ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
7182
7025
  idea: {
7183
7026
  id: string;
7184
7027
  name: string;
@@ -7195,6 +7038,7 @@ interface FindInstagramSettingInteractStoryDto extends IFindBaseDto {
7195
7038
  device: {
7196
7039
  id: string;
7197
7040
  name: string;
7041
+ key: string;
7198
7042
  };
7199
7043
  accountGroup: {
7200
7044
  id: string;
@@ -7206,116 +7050,20 @@ interface FindInstagramSettingInteractStoryDto extends IFindBaseDto {
7206
7050
  nameAppCloneSocial: string;
7207
7051
  accountDeviceTypeAppClone: string;
7208
7052
  accountDeviceNameAppClone: string;
7053
+ statusLogin: string;
7209
7054
  };
7210
- timeDelayFrom: number;
7211
- timeDelayTo: number;
7212
- listRunTimes: Array<Array<string>>;
7213
- limitViewPerDayFrom: number;
7214
- limitViewPerDayTo: number;
7215
- increaseViewPerDayFrom: number;
7216
- increaseViewPerDayTo: number;
7217
- maxViewsPerDay: number;
7218
- limitViewPerHourFrom: number;
7219
- limitViewPerHourTo: number;
7220
- increaseViewPerHourFrom: number;
7221
- increaseViewPerHourTo: number;
7222
- maxViewsPerHour: number;
7223
- limitNumberPersonSendMessageFrom: number;
7224
- limitNumberPersonSendMessageTo: number;
7225
- timeDelaySendMessageFrom: number;
7226
- timeDelaySendMessageTo: number;
7227
- limitNumberLikeStoriesFrom: number;
7228
- limitNumberLikeStoriesTo: number;
7229
- timeDelayLikeStoryFrom: number;
7230
- timeDelayLikeStoryTo: number;
7231
- isTimeUs: boolean;
7232
- isLikeStories: boolean;
7233
- isSendMessageOnSheet: boolean;
7234
- status: EStatusActive;
7235
- }
7236
- interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
7237
- idea: string[];
7238
- niche: string[];
7239
- type: ETypeManagerWorkClassify[];
7240
- pc: string[];
7241
- deviceName: string[];
7242
- deviceKey: string[];
7243
- accountGroup: string[];
7244
- account: string[];
7245
- status: EStatusActive[];
7246
- }
7247
-
7248
- interface FindAccountInstagramSettingInteractUnFollowDto {
7249
- id: string;
7250
- username: string;
7251
- groupName: string;
7252
- hasSetting: boolean;
7253
- statusAccount: EStatusSocialAccountRaw;
7254
- }
7255
- interface FindOverViewInstagramSettingInteractUnFollowDto {
7256
- totalDepartments: number;
7257
- totalLeaders: number;
7258
- totalMembers: number;
7259
- totalTeams: number;
7260
- totalPC: number;
7261
- totalDevice: number;
7262
- totalAccountGroups: number;
7263
- totalAccounts: number;
7264
- totalIdea: number;
7265
- totalNiche: number;
7266
- totalType: {
7267
- total: number;
7268
- TM: number;
7269
- NTM: number;
7270
- };
7271
- totalSocial: {
7272
- active: number;
7273
- pending: number;
7274
- inactive: number;
7275
- suspended: number;
7276
- };
7277
- totalLogin: {
7278
- available: number;
7279
- unAvailable: number;
7280
- na: number;
7281
- };
7282
- totalStatus: {
7283
- active: number;
7284
- inactive: number;
7285
- };
7286
- }
7287
- interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
7288
- idea: {
7055
+ sheetInfo: {
7289
7056
  id: string;
7290
7057
  name: string;
7058
+ url: string;
7059
+ type: string;
7060
+ status: string;
7291
7061
  };
7292
- niche: {
7293
- id: string;
7294
- name: string;
7295
- };
7296
- type: ETypeManagerWorkClassify;
7297
- pc: {
7298
- id: string;
7299
- name: string;
7300
- };
7301
- device: {
7302
- id: string;
7303
- name: string;
7304
- };
7305
- accountGroup: {
7306
- id: string;
7307
- name: string;
7308
- };
7309
- accountInfo: {
7310
- id: string;
7311
- name: string;
7312
- nameAppCloneSocial: string;
7313
- accountDeviceTypeAppClone: string;
7314
- accountDeviceNameAppClone: string;
7315
- };
7316
- timeDelayFrom: number;
7317
- timeDelayTo: number;
7318
- listRunTimes: Array<Array<string>>;
7062
+ timezone: ETimeZone;
7063
+ timeCopySetting: Date;
7064
+ isStart: boolean;
7065
+ dayOfWeeks: Array<EDayOfWeek>;
7066
+ listRunTimes: Array<ISettingRunTimeSocial>;
7319
7067
  limitUnFollowPerDayFrom: number;
7320
7068
  limitUnFollowPerDayTo: number;
7321
7069
  increaseUnFollowPerDayFrom: number;
@@ -7328,11 +7076,9 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
7328
7076
  maxUnFollowPerHour: number;
7329
7077
  timeDelayInteractPerOperatorFrom: number;
7330
7078
  timeDelayInteractPerOperatorTo: number;
7331
- isTimeUs: boolean;
7332
7079
  isInteractBeforeUnFollow: boolean;
7333
7080
  numberInteractFrom: number;
7334
7081
  numberInteractTo: number;
7335
- status: EStatusActive;
7336
7082
  }
7337
7083
  interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
7338
7084
  idea: string[];
@@ -7346,13 +7092,6 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
7346
7092
  status: EStatusActive[];
7347
7093
  }
7348
7094
 
7349
- interface FindAccountInstagramSettingPostDto {
7350
- id: string;
7351
- username: string;
7352
- groupName: string;
7353
- hasSetting: boolean;
7354
- statusAccount: EStatusSocialAccountRaw;
7355
- }
7356
7095
  interface FindOverViewInstagramSettingPostDto {
7357
7096
  totalDepartments: number;
7358
7097
  totalLeaders: number;
@@ -7402,6 +7141,7 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
7402
7141
  device: {
7403
7142
  id: string;
7404
7143
  name: string;
7144
+ key: string;
7405
7145
  };
7406
7146
  accountGroup: {
7407
7147
  id: string;
@@ -7413,19 +7153,25 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
7413
7153
  nameAppCloneSocial: string;
7414
7154
  accountDeviceTypeAppClone: string;
7415
7155
  accountDeviceNameAppClone: string;
7156
+ statusLogin: string;
7416
7157
  };
7417
- listRunTimes: Array<{
7418
- typePost: TPost;
7419
- listTimes: Array<string>;
7420
- }>;
7421
- dayOfWeeks: Array<string>;
7158
+ sheetInfo: {
7159
+ id: string;
7160
+ name: string;
7161
+ url: string;
7162
+ type: string;
7163
+ status: string;
7164
+ };
7165
+ timezone: ETimeZone;
7166
+ timeCopySetting: Date;
7167
+ isStart: boolean;
7168
+ dayOfWeeks: Array<EDayOfWeek>;
7169
+ listRunTimes: Array<IInstagramSettingPostRunTime>;
7170
+ listScriptsInteract: Array<any>;
7422
7171
  numberCommentsForPostMeFrom: number;
7423
7172
  numberCommentsForPostMeTo: number;
7424
7173
  delayTimeCommentFrom: number;
7425
7174
  delayTimeCommentTo: number;
7426
- isTimeUs: boolean;
7427
- status: EStatusActive;
7428
- isAddAILable: boolean;
7429
7175
  }
7430
7176
  interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
7431
7177
  idea: string[];
@@ -7977,7 +7723,7 @@ interface FindTaskInstagramPostDto extends IFindBaseDto {
7977
7723
  typeSocial: ETypeSocial;
7978
7724
  deviceKey: string;
7979
7725
  minuteWaiting: number;
7980
- isTimeUS: boolean;
7726
+ timezone: ETimeZone;
7981
7727
  dayOfWeek: EDayOfWeek;
7982
7728
  timeStart: Date;
7983
7729
  timeEnd: Date;
@@ -10916,12 +10662,9 @@ type index$6_FilterInstagramReportPostNewDto = FilterInstagramReportPostNewDto;
10916
10662
  type index$6_FilterInstagramReportPostReelDto = FilterInstagramReportPostReelDto;
10917
10663
  type index$6_FilterInstagramReportPostSquareDto = FilterInstagramReportPostSquareDto;
10918
10664
  type index$6_FilterInstagramReportPostStoryDto = FilterInstagramReportPostStoryDto;
10919
- type index$6_FilterInstagramSettingInteractExploreDto = FilterInstagramSettingInteractExploreDto;
10920
10665
  type index$6_FilterInstagramSettingInteractFollowDto = FilterInstagramSettingInteractFollowDto;
10921
- type index$6_FilterInstagramSettingInteractReelDto = FilterInstagramSettingInteractReelDto;
10922
10666
  type index$6_FilterInstagramSettingInteractReplyCommentDto = FilterInstagramSettingInteractReplyCommentDto;
10923
10667
  type index$6_FilterInstagramSettingInteractReplyMessageDto = FilterInstagramSettingInteractReplyMessageDto;
10924
- type index$6_FilterInstagramSettingInteractStoryDto = FilterInstagramSettingInteractStoryDto;
10925
10668
  type index$6_FilterInstagramSettingInteractUnFollowDto = FilterInstagramSettingInteractUnFollowDto;
10926
10669
  type index$6_FilterInstagramSettingPostDto = FilterInstagramSettingPostDto;
10927
10670
  type index$6_FilterLarkDto = FilterLarkDto;
@@ -10988,21 +10731,8 @@ type index$6_FindAccountDriveDto = FindAccountDriveDto;
10988
10731
  type index$6_FindAccountEmailDto = FindAccountEmailDto;
10989
10732
  type index$6_FindAccountForCheckerInstagramDashboard = FindAccountForCheckerInstagramDashboard;
10990
10733
  type index$6_FindAccountForCheckerThreadsDashboard = FindAccountForCheckerThreadsDashboard;
10991
- type index$6_FindAccountInstagramSettingInteractExploreDto = FindAccountInstagramSettingInteractExploreDto;
10992
- type index$6_FindAccountInstagramSettingInteractFollowDto = FindAccountInstagramSettingInteractFollowDto;
10993
- type index$6_FindAccountInstagramSettingInteractReelDto = FindAccountInstagramSettingInteractReelDto;
10994
- type index$6_FindAccountInstagramSettingInteractReplyCommentDto = FindAccountInstagramSettingInteractReplyCommentDto;
10995
- type index$6_FindAccountInstagramSettingInteractReplyMessageDto = FindAccountInstagramSettingInteractReplyMessageDto;
10996
- type index$6_FindAccountInstagramSettingInteractStoryDto = FindAccountInstagramSettingInteractStoryDto;
10997
- type index$6_FindAccountInstagramSettingInteractUnFollowDto = FindAccountInstagramSettingInteractUnFollowDto;
10998
- type index$6_FindAccountInstagramSettingPostDto = FindAccountInstagramSettingPostDto;
10999
10734
  type index$6_FindAccountSocialGroupDto = FindAccountSocialGroupDto;
11000
10735
  type index$6_FindAccountSocialGroupPopupSocialDto = FindAccountSocialGroupPopupSocialDto;
11001
- type index$6_FindAccountThreadsSettingInteractFollowDto = FindAccountThreadsSettingInteractFollowDto;
11002
- type index$6_FindAccountThreadsSettingInteractReplyCommentDto = FindAccountThreadsSettingInteractReplyCommentDto;
11003
- type index$6_FindAccountThreadsSettingInteractReplyMessageDto = FindAccountThreadsSettingInteractReplyMessageDto;
11004
- type index$6_FindAccountThreadsSettingInteractUnFollowDto = FindAccountThreadsSettingInteractUnFollowDto;
11005
- type index$6_FindAccountThreadsSettingPostDto = FindAccountThreadsSettingPostDto;
11006
10736
  type index$6_FindAccountVPNDto = FindAccountVPNDto;
11007
10737
  type index$6_FindAccountVPSDto = FindAccountVPSDto;
11008
10738
  type index$6_FindAccountVPSGroupDto = FindAccountVPSGroupDto;
@@ -11031,12 +10761,9 @@ type index$6_FindInstagramHistoryAutoSyncDto = FindInstagramHistoryAutoSyncDto;
11031
10761
  type index$6_FindInstagramHistoryChangeInfoDto = FindInstagramHistoryChangeInfoDto;
11032
10762
  type index$6_FindInstagramHistoryCreateNewDto = FindInstagramHistoryCreateNewDto;
11033
10763
  type index$6_FindInstagramHistoryGroupDto = FindInstagramHistoryGroupDto;
11034
- type index$6_FindInstagramSettingInteractExploreDto = FindInstagramSettingInteractExploreDto;
11035
10764
  type index$6_FindInstagramSettingInteractFollowDto = FindInstagramSettingInteractFollowDto;
11036
- type index$6_FindInstagramSettingInteractReelDto = FindInstagramSettingInteractReelDto;
11037
10765
  type index$6_FindInstagramSettingInteractReplyCommentDto = FindInstagramSettingInteractReplyCommentDto;
11038
10766
  type index$6_FindInstagramSettingInteractReplyMessageDto = FindInstagramSettingInteractReplyMessageDto;
11039
- type index$6_FindInstagramSettingInteractStoryDto = FindInstagramSettingInteractStoryDto;
11040
10767
  type index$6_FindInstagramSettingInteractUnFollowDto = FindInstagramSettingInteractUnFollowDto;
11041
10768
  type index$6_FindInstagramSettingPostDto = FindInstagramSettingPostDto;
11042
10769
  type index$6_FindLarkDto = FindLarkDto;
@@ -11060,12 +10787,9 @@ type index$6_FindOverViewInstagramReportPostNewDto = FindOverViewInstagramReport
11060
10787
  type index$6_FindOverViewInstagramReportPostReelDto = FindOverViewInstagramReportPostReelDto;
11061
10788
  type index$6_FindOverViewInstagramReportPostSquareDto = FindOverViewInstagramReportPostSquareDto;
11062
10789
  type index$6_FindOverViewInstagramReportPostStoryDto = FindOverViewInstagramReportPostStoryDto;
11063
- type index$6_FindOverViewInstagramSettingInteractExploreDto = FindOverViewInstagramSettingInteractExploreDto;
11064
10790
  type index$6_FindOverViewInstagramSettingInteractFollowDto = FindOverViewInstagramSettingInteractFollowDto;
11065
- type index$6_FindOverViewInstagramSettingInteractReelDto = FindOverViewInstagramSettingInteractReelDto;
11066
10791
  type index$6_FindOverViewInstagramSettingInteractReplyCommentDto = FindOverViewInstagramSettingInteractReplyCommentDto;
11067
10792
  type index$6_FindOverViewInstagramSettingInteractReplyMessageDto = FindOverViewInstagramSettingInteractReplyMessageDto;
11068
- type index$6_FindOverViewInstagramSettingInteractStoryDto = FindOverViewInstagramSettingInteractStoryDto;
11069
10793
  type index$6_FindOverViewInstagramSettingInteractUnFollowDto = FindOverViewInstagramSettingInteractUnFollowDto;
11070
10794
  type index$6_FindOverViewInstagramSettingPostDto = FindOverViewInstagramSettingPostDto;
11071
10795
  type index$6_FindOverViewLarkDto = FindOverViewLarkDto;
@@ -11175,6 +10899,7 @@ type index$6_IFilterAssignDto = IFilterAssignDto;
11175
10899
  type index$6_IFilterBaseAccountSocialDto = IFilterBaseAccountSocialDto;
11176
10900
  type index$6_IFilterBaseDto = IFilterBaseDto;
11177
10901
  type index$6_IFindBaseDto = IFindBaseDto;
10902
+ type index$6_ISettingAccountSocialDto = ISettingAccountSocialDto;
11178
10903
  type index$6_IUserInfoAssignment = IUserInfoAssignment;
11179
10904
  type index$6_ImportAccountVPSDto = ImportAccountVPSDto;
11180
10905
  type index$6_ImportDto = ImportDto;
@@ -11223,7 +10948,7 @@ type index$6_UpdateUserDto = UpdateUserDto;
11223
10948
  type index$6_ViewDetailDeviceDto = ViewDetailDeviceDto;
11224
10949
  type index$6_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
11225
10950
  declare namespace index$6 {
11226
- export type { index$6_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, index$6_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, index$6_AddAccountForDeviceDto as AddAccountForDeviceDto, index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index$6_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index$6_CheckSendMessageLark as CheckSendMessageLark, index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index$6_CreateAccountVPSDto as CreateAccountVPSDto, index$6_CreateBlogDto as CreateBlogDto, index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index$6_CreateDepartmentDto as CreateDepartmentDto, index$6_CreateLarkDto as CreateLarkDto, index$6_CreateManagerWorkDto as CreateManagerWorkDto, index$6_CreatePCDto as CreatePCDto, index$6_CreateProxyDto as CreateProxyDto, index$6_CreateRoleDto as CreateRoleDto, index$6_CreateSheetToolDto as CreateSheetToolDto, index$6_CreateSheetWorkDto as CreateSheetWorkDto, index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, index$6_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index$6_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index$6_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index$6_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index$6_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index$6_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index$6_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index$6_CreateTasksJobDto as CreateTasksJobDto, index$6_CreateTeamDto as CreateTeamDto, index$6_CreateUserDto as CreateUserDto, index$6_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, index$6_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, index$6_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, index$6_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, index$6_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$6_ExportDto as ExportDto, index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index$6_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index$6_FilterAccountAIImageDto as FilterAccountAIImageDto, index$6_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index$6_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index$6_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index$6_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, index$6_FilterAccountDriveDto as FilterAccountDriveDto, index$6_FilterAccountEmailDto as FilterAccountEmailDto, index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index$6_FilterAccountVPNDto as FilterAccountVPNDto, index$6_FilterAccountVPSDto as FilterAccountVPSDto, index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index$6_FilterBaseDto as FilterBaseDto, index$6_FilterBaseSocialDto as FilterBaseSocialDto, index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, index$6_FilterBlogDto as FilterBlogDto, index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index$6_FilterDepartmentDto as FilterDepartmentDto, index$6_FilterDeviceDto as FilterDeviceDto, index$6_FilterDeviceLogDto as FilterDeviceLogDto, index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index$6_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index$6_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index$6_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index$6_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index$6_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index$6_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index$6_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index$6_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index$6_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index$6_FilterLarkDto as FilterLarkDto, index$6_FilterManagerImageAIDto as FilterManagerImageAIDto, index$6_FilterManagerSheetDto as FilterManagerSheetDto, index$6_FilterManagerWorkDto as FilterManagerWorkDto, index$6_FilterPCDto as FilterPCDto, index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FilterProxyDto as FilterProxyDto, index$6_FilterRoleDto as FilterRoleDto, index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index$6_FilterSheetWorkDto as FilterSheetWorkDto, index$6_FilterSheetsToolDto as FilterSheetsToolDto, index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, index$6_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index$6_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index$6_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index$6_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index$6_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index$6_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index$6_FilterTeamDto as FilterTeamDto, index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index$6_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index$6_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index$6_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index$6_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index$6_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index$6_FilterUserDto as FilterUserDto, index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index$6_FindAccountAIContentDto as FindAccountAIContentDto, index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index$6_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index$6_FindAccountAIImageDto as FindAccountAIImageDto, index$6_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index$6_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index$6_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index$6_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index$6_FindAccountCanvaDto as FindAccountCanvaDto, index$6_FindAccountDriveDto as FindAccountDriveDto, index$6_FindAccountEmailDto as FindAccountEmailDto, index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index$6_FindAccountInstagramSettingInteractExploreDto as FindAccountInstagramSettingInteractExploreDto, index$6_FindAccountInstagramSettingInteractFollowDto as FindAccountInstagramSettingInteractFollowDto, index$6_FindAccountInstagramSettingInteractReelDto as FindAccountInstagramSettingInteractReelDto, index$6_FindAccountInstagramSettingInteractReplyCommentDto as FindAccountInstagramSettingInteractReplyCommentDto, index$6_FindAccountInstagramSettingInteractReplyMessageDto as FindAccountInstagramSettingInteractReplyMessageDto, index$6_FindAccountInstagramSettingInteractStoryDto as FindAccountInstagramSettingInteractStoryDto, index$6_FindAccountInstagramSettingInteractUnFollowDto as FindAccountInstagramSettingInteractUnFollowDto, index$6_FindAccountInstagramSettingPostDto as FindAccountInstagramSettingPostDto, index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index$6_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index$6_FindAccountThreadsSettingInteractFollowDto as FindAccountThreadsSettingInteractFollowDto, index$6_FindAccountThreadsSettingInteractReplyCommentDto as FindAccountThreadsSettingInteractReplyCommentDto, index$6_FindAccountThreadsSettingInteractReplyMessageDto as FindAccountThreadsSettingInteractReplyMessageDto, index$6_FindAccountThreadsSettingInteractUnFollowDto as FindAccountThreadsSettingInteractUnFollowDto, index$6_FindAccountThreadsSettingPostDto as FindAccountThreadsSettingPostDto, index$6_FindAccountVPNDto as FindAccountVPNDto, index$6_FindAccountVPSDto as FindAccountVPSDto, index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index$6_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index$6_FindBlogCategoryDto as FindBlogCategoryDto, index$6_FindBlogDto as FindBlogDto, index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index$6_FindDepartmentDto as FindDepartmentDto, index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index$6_FindDeviceDto as FindDeviceDto, index$6_FindDeviceLogDto as FindDeviceLogDto, index$6_FindForReviewDto as FindForReviewDto, index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index$6_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index$6_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index$6_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index$6_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index$6_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index$6_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index$6_FindLarkDto as FindLarkDto, index$6_FindManagerImageAIDto as FindManagerImageAIDto, index$6_FindManagerSheetDto as FindManagerSheetDto, index$6_FindManagerWorkDto as FindManagerWorkDto, index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index$6_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index$6_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index$6_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index$6_FindOverViewInstagramSettingInteractExploreDto as FindOverViewInstagramSettingInteractExploreDto, index$6_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index$6_FindOverViewInstagramSettingInteractReelDto as FindOverViewInstagramSettingInteractReelDto, index$6_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index$6_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index$6_FindOverViewInstagramSettingInteractStoryDto as FindOverViewInstagramSettingInteractStoryDto, index$6_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index$6_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index$6_FindOverViewLarkDto as FindOverViewLarkDto, index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index$6_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index$6_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index$6_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index$6_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index$6_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index$6_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index$6_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index$6_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index$6_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index$6_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index$6_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index$6_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index$6_FindOverviewProxyDto as FindOverviewProxyDto, index$6_FindOverviewRoleDto as FindOverviewRoleDto, index$6_FindOverviewTeamDto as FindOverviewTeamDto, index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index$6_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index$6_FindOverviewUserDto as FindOverviewUserDto, index$6_FindPCDto as FindPCDto, index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FindProxyDto as FindProxyDto, index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, index$6_FindRoleDetailDto as FindRoleDetailDto, index$6_FindRoleDto as FindRoleDto, index$6_FindRoleOfMe as FindRoleOfMe, index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index$6_FindSheetWorkDto as FindSheetWorkDto, index$6_FindSheetsToolDto as FindSheetsToolDto, index$6_FindTaskAIContentDto as FindTaskAIContentDto, index$6_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index$6_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index$6_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index$6_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index$6_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index$6_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index$6_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index$6_FindTasksJobDto as FindTasksJobDto, index$6_FindTeamDto as FindTeamDto, index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index$6_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index$6_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index$6_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index$6_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index$6_FindUserDto as FindUserDto, index$6_IBaseELS as IBaseELS, index$6_IBaseRefFieldELS as IBaseRefFieldELS, index$6_IBaseSheetImportDto as IBaseSheetImportDto, index$6_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, index$6_IFilterAssignDto as IFilterAssignDto, index$6_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index$6_IFilterBaseDto as IFilterBaseDto, index$6_IFindBaseDto as IFindBaseDto, index$6_IUserInfoAssignment as IUserInfoAssignment, index$6_ImportAccountVPSDto as ImportAccountVPSDto, index$6_ImportDto as ImportDto, index$6_ImportManagerWorkDto as ImportManagerWorkDto, index$6_ImportSheetWorkDto as ImportSheetWorkDto, index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, index$6_UpdateBlogDto as UpdateBlogDto, index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index$6_UpdateDepartmentDto as UpdateDepartmentDto, index$6_UpdateDeviceDto as UpdateDeviceDto, index$6_UpdateLarkDto as UpdateLarkDto, index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, index$6_UpdatePCDto as UpdatePCDto, index$6_UpdateProxyDto as UpdateProxyDto, index$6_UpdateRoleDto as UpdateRoleDto, index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index$6_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index$6_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index$6_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index$6_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index$6_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index$6_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index$6_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index$6_UpdateTasksJobDto as UpdateTasksJobDto, index$6_UpdateTeamDto as UpdateTeamDto, index$6_UpdateUserDto as UpdateUserDto, index$6_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto };
10951
+ export type { index$6_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, index$6_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, index$6_AddAccountForDeviceDto as AddAccountForDeviceDto, index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index$6_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index$6_CheckSendMessageLark as CheckSendMessageLark, index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index$6_CreateAccountVPSDto as CreateAccountVPSDto, index$6_CreateBlogDto as CreateBlogDto, index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index$6_CreateDepartmentDto as CreateDepartmentDto, index$6_CreateLarkDto as CreateLarkDto, index$6_CreateManagerWorkDto as CreateManagerWorkDto, index$6_CreatePCDto as CreatePCDto, index$6_CreateProxyDto as CreateProxyDto, index$6_CreateRoleDto as CreateRoleDto, index$6_CreateSheetToolDto as CreateSheetToolDto, index$6_CreateSheetWorkDto as CreateSheetWorkDto, index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, index$6_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index$6_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index$6_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index$6_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index$6_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index$6_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index$6_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index$6_CreateTasksJobDto as CreateTasksJobDto, index$6_CreateTeamDto as CreateTeamDto, index$6_CreateUserDto as CreateUserDto, index$6_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, index$6_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, index$6_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, index$6_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, index$6_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$6_ExportDto as ExportDto, index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index$6_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index$6_FilterAccountAIImageDto as FilterAccountAIImageDto, index$6_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index$6_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index$6_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index$6_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, index$6_FilterAccountDriveDto as FilterAccountDriveDto, index$6_FilterAccountEmailDto as FilterAccountEmailDto, index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index$6_FilterAccountVPNDto as FilterAccountVPNDto, index$6_FilterAccountVPSDto as FilterAccountVPSDto, index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index$6_FilterBaseDto as FilterBaseDto, index$6_FilterBaseSocialDto as FilterBaseSocialDto, index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, index$6_FilterBlogDto as FilterBlogDto, index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index$6_FilterDepartmentDto as FilterDepartmentDto, index$6_FilterDeviceDto as FilterDeviceDto, index$6_FilterDeviceLogDto as FilterDeviceLogDto, index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index$6_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index$6_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index$6_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index$6_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index$6_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index$6_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index$6_FilterLarkDto as FilterLarkDto, index$6_FilterManagerImageAIDto as FilterManagerImageAIDto, index$6_FilterManagerSheetDto as FilterManagerSheetDto, index$6_FilterManagerWorkDto as FilterManagerWorkDto, index$6_FilterPCDto as FilterPCDto, index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FilterProxyDto as FilterProxyDto, index$6_FilterRoleDto as FilterRoleDto, index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index$6_FilterSheetWorkDto as FilterSheetWorkDto, index$6_FilterSheetsToolDto as FilterSheetsToolDto, index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, index$6_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index$6_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index$6_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index$6_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index$6_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index$6_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index$6_FilterTeamDto as FilterTeamDto, index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index$6_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index$6_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index$6_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index$6_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index$6_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index$6_FilterUserDto as FilterUserDto, index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index$6_FindAccountAIContentDto as FindAccountAIContentDto, index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index$6_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index$6_FindAccountAIImageDto as FindAccountAIImageDto, index$6_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index$6_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index$6_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index$6_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index$6_FindAccountCanvaDto as FindAccountCanvaDto, index$6_FindAccountDriveDto as FindAccountDriveDto, index$6_FindAccountEmailDto as FindAccountEmailDto, index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index$6_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index$6_FindAccountVPNDto as FindAccountVPNDto, index$6_FindAccountVPSDto as FindAccountVPSDto, index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index$6_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index$6_FindBlogCategoryDto as FindBlogCategoryDto, index$6_FindBlogDto as FindBlogDto, index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index$6_FindDepartmentDto as FindDepartmentDto, index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index$6_FindDeviceDto as FindDeviceDto, index$6_FindDeviceLogDto as FindDeviceLogDto, index$6_FindForReviewDto as FindForReviewDto, index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index$6_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index$6_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index$6_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index$6_FindLarkDto as FindLarkDto, index$6_FindManagerImageAIDto as FindManagerImageAIDto, index$6_FindManagerSheetDto as FindManagerSheetDto, index$6_FindManagerWorkDto as FindManagerWorkDto, index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index$6_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index$6_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index$6_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index$6_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index$6_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index$6_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index$6_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index$6_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index$6_FindOverViewLarkDto as FindOverViewLarkDto, index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index$6_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index$6_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index$6_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index$6_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index$6_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index$6_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index$6_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index$6_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index$6_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index$6_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index$6_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index$6_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index$6_FindOverviewProxyDto as FindOverviewProxyDto, index$6_FindOverviewRoleDto as FindOverviewRoleDto, index$6_FindOverviewTeamDto as FindOverviewTeamDto, index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index$6_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index$6_FindOverviewUserDto as FindOverviewUserDto, index$6_FindPCDto as FindPCDto, index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FindProxyDto as FindProxyDto, index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, index$6_FindRoleDetailDto as FindRoleDetailDto, index$6_FindRoleDto as FindRoleDto, index$6_FindRoleOfMe as FindRoleOfMe, index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index$6_FindSheetWorkDto as FindSheetWorkDto, index$6_FindSheetsToolDto as FindSheetsToolDto, index$6_FindTaskAIContentDto as FindTaskAIContentDto, index$6_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index$6_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index$6_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index$6_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index$6_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index$6_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index$6_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index$6_FindTasksJobDto as FindTasksJobDto, index$6_FindTeamDto as FindTeamDto, index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index$6_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index$6_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index$6_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index$6_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index$6_FindUserDto as FindUserDto, index$6_IBaseELS as IBaseELS, index$6_IBaseRefFieldELS as IBaseRefFieldELS, index$6_IBaseSheetImportDto as IBaseSheetImportDto, index$6_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, index$6_IFilterAssignDto as IFilterAssignDto, index$6_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index$6_IFilterBaseDto as IFilterBaseDto, index$6_IFindBaseDto as IFindBaseDto, index$6_ISettingAccountSocialDto as ISettingAccountSocialDto, index$6_IUserInfoAssignment as IUserInfoAssignment, index$6_ImportAccountVPSDto as ImportAccountVPSDto, index$6_ImportDto as ImportDto, index$6_ImportManagerWorkDto as ImportManagerWorkDto, index$6_ImportSheetWorkDto as ImportSheetWorkDto, index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, index$6_UpdateBlogDto as UpdateBlogDto, index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index$6_UpdateDepartmentDto as UpdateDepartmentDto, index$6_UpdateDeviceDto as UpdateDeviceDto, index$6_UpdateLarkDto as UpdateLarkDto, index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, index$6_UpdatePCDto as UpdatePCDto, index$6_UpdateProxyDto as UpdateProxyDto, index$6_UpdateRoleDto as UpdateRoleDto, index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index$6_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index$6_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index$6_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index$6_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index$6_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index$6_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index$6_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index$6_UpdateTasksJobDto as UpdateTasksJobDto, index$6_UpdateTeamDto as UpdateTeamDto, index$6_UpdateUserDto as UpdateUserDto, index$6_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto };
11227
10952
  }
11228
10953
 
11229
10954
  interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -11279,42 +11004,18 @@ interface IInstagramHistoryBlockUserELS extends IBaseELS {
11279
11004
 
11280
11005
  interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
11281
11006
  account: IInstagramAccountRaw | string;
11282
- timeDelayFrom: number;
11283
- timeDelayTo: number;
11284
- listRunTimes: Array<Array<string>>;
11285
- dayOfWeeks: Array<string>;
11286
- isTimeUs: boolean;
11287
- status: EStatusActive;
11288
- }
11289
-
11290
- interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
11291
- account: IInstagramAccountRaw | string;
11292
- timeDelayFrom: number;
11293
- timeDelayTo: number;
11294
- listRunTimes: Array<Array<string>>;
11295
- dayOfWeeks: Array<string>;
11296
- isTimeUs: boolean;
11297
- maxViewPerDay: number;
11298
- limitViewPerDayFrom: number;
11299
- limitViewPerDayTo: number;
11300
- increaseDailyViewFrom: number;
11301
- increaseDailyViewTo: number;
11302
- limitNumberLikePerOperationFrom: number;
11303
- limitNumberLikePerOperationTo: number;
11304
- timeDelayLikeFrom: number;
11305
- timeDelayLikeTo: number;
11306
- isDetailsView: boolean;
11307
- isLikeExplore: boolean;
11308
- status: EStatusActive;
11007
+ dayOfWeeks: Array<EDayOfWeek>;
11008
+ timezone: ETimeZone;
11009
+ isStart: boolean;
11010
+ timeCopySetting: Date;
11309
11011
  }
11310
11012
 
11311
11013
  interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
11312
11014
  account: IInstagramAccountRaw | string;
11313
- timeDelayFrom: number;
11314
- timeDelayTo: number;
11315
- listRunTimes: Array<Array<string>>;
11316
- dayOfWeeks: Array<string>;
11317
- isTimeUs: boolean;
11015
+ dayOfWeeks: Array<EDayOfWeek>;
11016
+ timezone: ETimeZone;
11017
+ isStart: boolean;
11018
+ timeCopySetting: Date;
11318
11019
  limitNumberFollowsPerDayFrom: number;
11319
11020
  limitNumberFollowsPerDayTo: number;
11320
11021
  increaseFollowPerDayFrom: number;
@@ -11345,36 +11046,14 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUs
11345
11046
  isSkipFollowWhenUnFollowed: boolean;
11346
11047
  isSkipFollowContainLinks: boolean;
11347
11048
  isSkipBioNoneEnglish: boolean;
11348
- status: EStatusActive;
11349
- }
11350
-
11351
- interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
11352
- account: IInstagramAccountRaw | string;
11353
- timeDelayFrom: number;
11354
- timeDelayTo: number;
11355
- listRunTimes: Array<Array<string>>;
11356
- dayOfWeeks: Array<string>;
11357
- isTimeUs: boolean;
11358
- limitViewPerDayFrom: number;
11359
- limitViewPerDayTo: number;
11360
- increaseDailyViewFrom: number;
11361
- increaseDailyViewTo: number;
11362
- maxViewPerDay: number;
11363
- limitNumberLikePerOperationFrom: number;
11364
- limitNumberLikePerOperationTo: number;
11365
- timeDelayLikeFrom: number;
11366
- timeDelayLikeTo: number;
11367
- isLikeReel: boolean;
11368
- status: EStatusActive;
11369
11049
  }
11370
11050
 
11371
11051
  interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
11372
11052
  account: IInstagramAccountRaw | string;
11373
- timeDelayFrom: number;
11374
- timeDelayTo: number;
11375
- listRunTimes: Array<Array<string>>;
11376
- dayOfWeeks: Array<string>;
11377
- isTimeUs: boolean;
11053
+ dayOfWeeks: Array<EDayOfWeek>;
11054
+ timezone: ETimeZone;
11055
+ isStart: boolean;
11056
+ timeCopySetting: Date;
11378
11057
  limitNumberPostForCommentsFrom: number;
11379
11058
  limitNumberPostForCommentsTo: number;
11380
11059
  timeDelayCommentFrom: number;
@@ -11389,16 +11068,14 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
11389
11068
  isSkipReplyCommentsOnlyIcon: boolean;
11390
11069
  isLikeCommentsPostOfMe: boolean;
11391
11070
  isReplyCommentsPostOfMe: boolean;
11392
- status: EStatusActive;
11393
11071
  }
11394
11072
 
11395
11073
  interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
11396
11074
  account: IInstagramAccountRaw | string;
11397
- timeDelayFrom: number;
11398
- timeDelayTo: number;
11399
- listRunTimes: Array<Array<string>>;
11400
- dayOfWeeks: Array<string>;
11401
- isTimeUs: boolean;
11075
+ dayOfWeeks: Array<EDayOfWeek>;
11076
+ timezone: ETimeZone;
11077
+ isStart: boolean;
11078
+ timeCopySetting: Date;
11402
11079
  timeDelayReplyMessageFrom: number;
11403
11080
  timeDelayReplyMessageTo: number;
11404
11081
  isDeleteMessageUsername: boolean;
@@ -11408,46 +11085,14 @@ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingMod
11408
11085
  isSkipReplyIfHaveReplied: boolean;
11409
11086
  isSkipReplyIsLink: boolean;
11410
11087
  isSkipReplyIfOnlyIcons: boolean;
11411
- status: EStatusActive;
11412
- }
11413
-
11414
- interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
11415
- account: IInstagramAccountRaw | string;
11416
- timeDelayFrom: number;
11417
- timeDelayTo: number;
11418
- listRunTimes: Array<Array<string>>;
11419
- dayOfWeeks: Array<string>;
11420
- isTimeUs: boolean;
11421
- limitViewPerDayFrom: number;
11422
- limitViewPerDayTo: number;
11423
- increaseViewPerDayFrom: number;
11424
- increaseViewPerDayTo: number;
11425
- maxViewsPerDay: number;
11426
- limitViewPerHourFrom: number;
11427
- limitViewPerHourTo: number;
11428
- increaseViewPerHourFrom: number;
11429
- increaseViewPerHourTo: number;
11430
- maxViewsPerHour: number;
11431
- limitNumberPersonSendMessageFrom: number;
11432
- limitNumberPersonSendMessageTo: number;
11433
- timeDelaySendMessageFrom: number;
11434
- timeDelaySendMessageTo: number;
11435
- limitNumberLikeStoriesFrom: number;
11436
- limitNumberLikeStoriesTo: number;
11437
- timeDelayLikeStoryFrom: number;
11438
- timeDelayLikeStoryTo: number;
11439
- isLikeStories: boolean;
11440
- isSendMessageOnSheet: boolean;
11441
- status: EStatusActive;
11442
11088
  }
11443
11089
 
11444
11090
  interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
11445
11091
  account: IInstagramAccountRaw | string;
11446
- timeDelayFrom: number;
11447
- timeDelayTo: number;
11448
- listRunTimes: Array<Array<string>>;
11449
- dayOfWeeks: Array<string>;
11450
- isTimeUs: boolean;
11092
+ dayOfWeeks: Array<EDayOfWeek>;
11093
+ timezone: ETimeZone;
11094
+ isStart: boolean;
11095
+ timeCopySetting: Date;
11451
11096
  limitUnFollowPerDayFrom: number;
11452
11097
  limitUnFollowPerDayTo: number;
11453
11098
  increaseUnFollowPerDayFrom: number;
@@ -11463,24 +11108,23 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
11463
11108
  isInteractBeforeUnFollow: boolean;
11464
11109
  numberInteractFrom: number;
11465
11110
  numberInteractTo: number;
11466
- status: EStatusActive;
11467
11111
  }
11468
11112
 
11469
11113
  interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
11470
11114
  account: IInstagramAccountRaw | string;
11471
- timeDelayFrom: number;
11472
- timeDelayTo: number;
11473
- listRunTimes: Array<{
11474
- typePost: TPost;
11475
- listTimes: Array<string>;
11476
- }>;
11477
- dayOfWeeks: Array<string>;
11478
- isTimeUs: boolean;
11115
+ dayOfWeeks: Array<EDayOfWeek>;
11116
+ timezone: ETimeZone;
11117
+ isStart: boolean;
11118
+ timeCopySetting: Date;
11479
11119
  numberCommentsForPostMeFrom: number;
11480
11120
  numberCommentsForPostMeTo: number;
11481
11121
  delayTimeCommentFrom: number;
11482
11122
  delayTimeCommentTo: number;
11483
- status: EStatusActive;
11123
+ }
11124
+ interface IInstagramSettingPostRunTime extends ISettingRunTimeSocial, IBaseModel {
11125
+ typePost: TPost;
11126
+ isAddAILabel: boolean;
11127
+ isSchedule: boolean;
11484
11128
  }
11485
11129
 
11486
11130
  interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -11548,8 +11192,6 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
11548
11192
  listDateOfWeeks: EDayOfWeek[];
11549
11193
  executeBetweenSetting: [string, string];
11550
11194
  schedulePostTime: Date;
11551
- timeDelayFrom: number;
11552
- timeDelayTo: number;
11553
11195
  }
11554
11196
  interface IInstagramReportInteractExploreELS extends IBaseELS {
11555
11197
  idea: IBaseRefFieldELS;
@@ -11580,8 +11222,6 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
11580
11222
  listDateOfWeeks: EDayOfWeek[];
11581
11223
  executeBetweenSetting: [string, string];
11582
11224
  schedulePostTime: Date;
11583
- timeDelayFrom: number;
11584
- timeDelayTo: number;
11585
11225
  }
11586
11226
 
11587
11227
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -11610,8 +11250,6 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
11610
11250
  isSkipFollowContainLinks: boolean;
11611
11251
  isSkipBioNoneEnglish: boolean;
11612
11252
  };
11613
- timeDelayFrom: number;
11614
- timeDelayTo: number;
11615
11253
  }
11616
11254
  interface IInstagramReportInteractFollowELS extends IBaseELS {
11617
11255
  idea: IBaseRefFieldELS;
@@ -11659,8 +11297,6 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11659
11297
  isSkipFollowContainLinks: boolean;
11660
11298
  isSkipBioNoneEnglish: boolean;
11661
11299
  };
11662
- timeDelayFrom: number;
11663
- timeDelayTo: number;
11664
11300
  }
11665
11301
 
11666
11302
  interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -11676,8 +11312,6 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
11676
11312
  listDateOfWeeks: EDayOfWeek[];
11677
11313
  executeBetweenSetting: [string, string];
11678
11314
  schedulePostTime: Date;
11679
- timeDelayFrom: number;
11680
- timeDelayTo: number;
11681
11315
  }
11682
11316
  interface IInstagramReportInteractReelELS extends IBaseELS {
11683
11317
  idea: IBaseRefFieldELS;
@@ -11707,8 +11341,6 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
11707
11341
  listDateOfWeeks: EDayOfWeek[];
11708
11342
  executeBetweenSetting: [string, string];
11709
11343
  schedulePostTime: Date;
11710
- timeDelayFrom: number;
11711
- timeDelayTo: number;
11712
11344
  }
11713
11345
 
11714
11346
  interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -11726,8 +11358,6 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
11726
11358
  listDateOfWeeks: EDayOfWeek[];
11727
11359
  executeBetweenSetting: [string, string];
11728
11360
  schedulePostTime: Date;
11729
- timeDelayFrom: number;
11730
- timeDelayTo: number;
11731
11361
  }
11732
11362
  interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11733
11363
  idea: IBaseRefFieldELS;
@@ -11764,8 +11394,6 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11764
11394
  listDateOfWeeks: EDayOfWeek[];
11765
11395
  executeBetweenSetting: [string, string];
11766
11396
  schedulePostTime: Date;
11767
- timeDelayFrom: number;
11768
- timeDelayTo: number;
11769
11397
  }
11770
11398
 
11771
11399
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -11781,8 +11409,6 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
11781
11409
  listDateOfWeeks: EDayOfWeek[];
11782
11410
  executeBetweenSetting: [string, string];
11783
11411
  schedulePostTime: Date;
11784
- timeDelayFrom: number;
11785
- timeDelayTo: number;
11786
11412
  }
11787
11413
  interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11788
11414
  idea: IBaseRefFieldELS;
@@ -11817,8 +11443,6 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11817
11443
  listDateOfWeeks: EDayOfWeek[];
11818
11444
  executeBetweenSetting: [string, string];
11819
11445
  schedulePostTime: Date;
11820
- timeDelayFrom: number;
11821
- timeDelayTo: number;
11822
11446
  }
11823
11447
 
11824
11448
  interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -11836,8 +11460,6 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
11836
11460
  listDateOfWeeks: EDayOfWeek[];
11837
11461
  executeBetweenSetting: [string, string];
11838
11462
  schedulePostTime: Date;
11839
- timeDelayFrom: number;
11840
- timeDelayTo: number;
11841
11463
  }
11842
11464
  interface IInstagramReportInteractStoryELS extends IBaseELS {
11843
11465
  idea: IBaseRefFieldELS;
@@ -11869,8 +11491,6 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
11869
11491
  listDateOfWeeks: EDayOfWeek[];
11870
11492
  executeBetweenSetting: [string, string];
11871
11493
  schedulePostTime: Date;
11872
- timeDelayFrom: number;
11873
- timeDelayTo: number;
11874
11494
  }
11875
11495
 
11876
11496
  interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -11894,8 +11514,6 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
11894
11514
  isInteractBeforeUnFollow: boolean;
11895
11515
  numberInteractFrom: number;
11896
11516
  numberInteractTo: number;
11897
- timeDelayFrom: number;
11898
- timeDelayTo: number;
11899
11517
  }
11900
11518
  interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11901
11519
  idea: IBaseRefFieldELS;
@@ -11938,8 +11556,6 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11938
11556
  isInteractBeforeUnFollow: boolean;
11939
11557
  numberInteractFrom: number;
11940
11558
  numberInteractTo: number;
11941
- timeDelayFrom: number;
11942
- timeDelayTo: number;
11943
11559
  }
11944
11560
 
11945
11561
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -11962,8 +11578,6 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
11962
11578
  taskCanvaId: string;
11963
11579
  historyName: string;
11964
11580
  linkAddHistory: string;
11965
- timeDelayFrom: number;
11966
- timeDelayTo: number;
11967
11581
  }
11968
11582
  interface IInstagramReportPostHighLightELS extends IBaseELS {
11969
11583
  idea: IBaseRefFieldELS;
@@ -12002,8 +11616,6 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
12002
11616
  stylePost: string;
12003
11617
  historyName: string;
12004
11618
  linkAddHistory: string;
12005
- timeDelayFrom: number;
12006
- timeDelayTo: number;
12007
11619
  taskImageInfo: {
12008
11620
  id: string;
12009
11621
  folderImageName: string;
@@ -12077,8 +11689,6 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
12077
11689
  isAddAILable: boolean;
12078
11690
  isSuggestFB: boolean;
12079
11691
  isEdit: boolean;
12080
- timeDelayFrom: number;
12081
- timeDelayTo: number;
12082
11692
  delayTimeCommentFrom: number;
12083
11693
  delayTimeCommentTo: number;
12084
11694
  numberCommentsForPostMeFrom: number;
@@ -12137,8 +11747,6 @@ interface IInstagramReportPostNewELS extends IBaseELS {
12137
11747
  isSuggestFB: boolean;
12138
11748
  isAddAILable: boolean;
12139
11749
  isEdit: boolean;
12140
- timeDelayFrom: number;
12141
- timeDelayTo: number;
12142
11750
  delayTimeCommentFrom: number;
12143
11751
  delayTimeCommentTo: number;
12144
11752
  numberCommentsForPostMeFrom: number;
@@ -12217,8 +11825,6 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
12217
11825
  idPostToSheet: string;
12218
11826
  isSuggestFB: boolean;
12219
11827
  isAddAILable: boolean;
12220
- timeDelayFrom: number;
12221
- timeDelayTo: number;
12222
11828
  delayTimeCommentFrom: number;
12223
11829
  delayTimeCommentTo: number;
12224
11830
  numberCommentsForPostMeFrom: number;
@@ -12274,8 +11880,6 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
12274
11880
  idPostToSheet: string;
12275
11881
  isAddAILable: boolean;
12276
11882
  isSuggestFB: boolean;
12277
- timeDelayFrom: number;
12278
- timeDelayTo: number;
12279
11883
  delayTimeCommentFrom: number;
12280
11884
  delayTimeCommentTo: number;
12281
11885
  numberCommentsForPostMeFrom: number;
@@ -12348,8 +11952,6 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
12348
11952
  listTagsUsername: string[];
12349
11953
  listTagUserPostMe: string[];
12350
11954
  urlPost: string;
12351
- timeDelayFrom: number;
12352
- timeDelayTo: number;
12353
11955
  }
12354
11956
  interface IInstagramReportPostReelELS extends IBaseELS {
12355
11957
  idea: IBaseRefFieldELS;
@@ -12394,8 +11996,6 @@ interface IInstagramReportPostReelELS extends IBaseELS {
12394
11996
  urlPost: string;
12395
11997
  listTagsCollaborator: string[];
12396
11998
  listTagsUsername: string[];
12397
- timeDelayFrom: number;
12398
- timeDelayTo: number;
12399
11999
  editPostStartDate: Date;
12400
12000
  editPostEndDate: Date;
12401
12001
  taskImageInfo: {
@@ -12464,8 +12064,6 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
12464
12064
  location: string[];
12465
12065
  listTagsUsername: string[];
12466
12066
  listTagsCollaborator: string[];
12467
- timeDelayFrom: number;
12468
- timeDelayTo: number;
12469
12067
  }
12470
12068
  interface IInstagramReportPostStoryELS extends IBaseELS {
12471
12069
  idea: IBaseRefFieldELS;
@@ -12508,8 +12106,6 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
12508
12106
  location: string[];
12509
12107
  listTagsUsername: string[];
12510
12108
  listTagsCollaborator: string[];
12511
- timeDelayFrom: number;
12512
- timeDelayTo: number;
12513
12109
  taskImageInfo: {
12514
12110
  id: string;
12515
12111
  folderImageName: string;
@@ -12558,7 +12154,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
12558
12154
  sheetType: string;
12559
12155
  account: string | IInstagramAccountRaw;
12560
12156
  minuteWaiting: number;
12561
- isTimeUS: boolean;
12157
+ timezone: ETimeZone;
12562
12158
  dayOfWeek: EDayOfWeek;
12563
12159
  timeFrom: string;
12564
12160
  timeTo: string;
@@ -12611,7 +12207,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
12611
12207
  status: ESheetToolStatusRun;
12612
12208
  };
12613
12209
  minuteWaiting: number;
12614
- isTimeUS: boolean;
12210
+ timezone: ETimeZone;
12615
12211
  dayOfWeek: EDayOfWeek;
12616
12212
  timeFrom: string;
12617
12213
  timeTo: string;
@@ -12633,7 +12229,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
12633
12229
  sheetType: string;
12634
12230
  account: string | IInstagramAccountRaw;
12635
12231
  minuteWaiting: number;
12636
- isTimeUS: boolean;
12232
+ timezone: ETimeZone;
12637
12233
  dayOfWeek: EDayOfWeek;
12638
12234
  timeFrom: string;
12639
12235
  timeTo: string;
@@ -12703,7 +12299,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
12703
12299
  status: ESheetToolStatusRun;
12704
12300
  };
12705
12301
  minuteWaiting: number;
12706
- isTimeUS: boolean;
12302
+ timezone: ETimeZone;
12707
12303
  dayOfWeek: EDayOfWeek;
12708
12304
  timeFrom: string;
12709
12305
  timeTo: string;
@@ -12850,7 +12446,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
12850
12446
  sheet: string | ISheetsTool;
12851
12447
  account: string | IInstagramAccountRaw;
12852
12448
  minuteWaiting: number;
12853
- isTimeUS: boolean;
12449
+ timezone: ETimeZone;
12854
12450
  dayOfWeek: EDayOfWeek;
12855
12451
  timeFrom: string;
12856
12452
  timeTo: string;
@@ -12901,7 +12497,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
12901
12497
  status: ESheetToolStatusRun;
12902
12498
  };
12903
12499
  minuteWaiting: number;
12904
- isTimeUS: boolean;
12500
+ timezone: ETimeZone;
12905
12501
  dayOfWeek: EDayOfWeek;
12906
12502
  timeFrom: string;
12907
12503
  timeTo: string;
@@ -12918,7 +12514,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
12918
12514
  interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
12919
12515
  account: string | IInstagramAccountRaw;
12920
12516
  minuteWaiting: number;
12921
- isTimeUS: boolean;
12517
+ timezone: ETimeZone;
12922
12518
  dayOfWeek: EDayOfWeek;
12923
12519
  timeFrom: string;
12924
12520
  timeTo: string;
@@ -12968,7 +12564,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
12968
12564
  status: EStatusProxyChecked;
12969
12565
  }>;
12970
12566
  minuteWaiting: number;
12971
- isTimeUS: boolean;
12567
+ timezone: ETimeZone;
12972
12568
  dayOfWeek: EDayOfWeek;
12973
12569
  timeFrom: string;
12974
12570
  timeTo: string;
@@ -12989,7 +12585,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
12989
12585
  interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
12990
12586
  account: string | IInstagramAccountRaw;
12991
12587
  minuteWaiting: number;
12992
- isTimeUS: boolean;
12588
+ timezone: ETimeZone;
12993
12589
  dayOfWeek: EDayOfWeek;
12994
12590
  timeFrom: string;
12995
12591
  timeTo: string;
@@ -13038,7 +12634,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
13038
12634
  status: EStatusProxyChecked;
13039
12635
  }>;
13040
12636
  minuteWaiting: number;
13041
- isTimeUS: boolean;
12637
+ timezone: ETimeZone;
13042
12638
  dayOfWeek: EDayOfWeek;
13043
12639
  timeFrom: string;
13044
12640
  timeTo: string;
@@ -13058,7 +12654,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
13058
12654
  interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
13059
12655
  account: string | IInstagramAccountRaw;
13060
12656
  minuteWaiting: number;
13061
- isTimeUS: boolean;
12657
+ timezone: ETimeZone;
13062
12658
  dayOfWeek: EDayOfWeek;
13063
12659
  timeFrom: string;
13064
12660
  timeTo: string;
@@ -13106,7 +12702,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
13106
12702
  status: EStatusProxyChecked;
13107
12703
  }>;
13108
12704
  minuteWaiting: number;
13109
- isTimeUS: boolean;
12705
+ timezone: ETimeZone;
13110
12706
  dayOfWeek: EDayOfWeek;
13111
12707
  timeFrom: string;
13112
12708
  timeTo: string;
@@ -13126,7 +12722,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
13126
12722
  sheet: string | ISheetsTool;
13127
12723
  account: string | IInstagramAccountRaw;
13128
12724
  minuteWaiting: number;
13129
- isTimeUS: boolean;
12725
+ timezone: ETimeZone;
13130
12726
  dayOfWeek: EDayOfWeek;
13131
12727
  timeFrom: string;
13132
12728
  timeTo: string;
@@ -13218,7 +12814,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
13218
12814
  status: ESheetToolStatusRun;
13219
12815
  };
13220
12816
  minuteWaiting: number;
13221
- isTimeUS: boolean;
12817
+ timezone: ETimeZone;
13222
12818
  dayOfWeek: EDayOfWeek;
13223
12819
  timeFrom: string;
13224
12820
  timeTo: string;
@@ -13278,7 +12874,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
13278
12874
  sheet: string | ISheetsTool;
13279
12875
  account: string | IInstagramAccountRaw;
13280
12876
  minuteWaiting: number;
13281
- isTimeUS: boolean;
12877
+ timezone: ETimeZone;
13282
12878
  dayOfWeek: EDayOfWeek;
13283
12879
  timeFrom: string;
13284
12880
  timeTo: string;
@@ -13334,7 +12930,7 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
13334
12930
  status: ESheetToolStatusRun;
13335
12931
  };
13336
12932
  minuteWaiting: number;
13337
- isTimeUS: boolean;
12933
+ timezone: ETimeZone;
13338
12934
  dayOfWeek: EDayOfWeek;
13339
12935
  timeFrom: string;
13340
12936
  timeTo: string;
@@ -13357,7 +12953,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
13357
12953
  sheet: string | ISheetsTool;
13358
12954
  account: string | IInstagramAccountRaw;
13359
12955
  minuteWaiting: number;
13360
- isTimeUS: boolean;
12956
+ timezone: ETimeZone;
13361
12957
  dayOfWeek: EDayOfWeek;
13362
12958
  timeFrom: string;
13363
12959
  timeTo: string;
@@ -13413,7 +13009,7 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
13413
13009
  status: ESheetToolStatusRun;
13414
13010
  };
13415
13011
  minuteWaiting: number;
13416
- isTimeUS: boolean;
13012
+ timezone: ETimeZone;
13417
13013
  dayOfWeek: EDayOfWeek;
13418
13014
  timeFrom: string;
13419
13015
  timeTo: string;
@@ -14158,25 +13754,22 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
14158
13754
 
14159
13755
  interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
14160
13756
  account: IThreadsAccountRaw | string;
14161
- timeDelayFrom: number;
14162
- timeDelayTo: number;
14163
- listRunTimes: Array<Array<string>>;
14164
- dayOfWeeks: Array<string>;
14165
- isTimeUs: boolean;
13757
+ dayOfWeeks: Array<EDayOfWeek>;
13758
+ timezone: ETimeZone;
13759
+ isStart: boolean;
13760
+ timeCopySetting: Date;
14166
13761
  numberCommentsForPostMeFrom: number;
14167
13762
  numberCommentsForPostMeTo: number;
14168
13763
  delayTimeCommentFrom: number;
14169
13764
  delayTimeCommentTo: number;
14170
- status: EStatusActive;
14171
13765
  }
14172
13766
 
14173
13767
  interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
14174
13768
  account: IThreadsAccountRaw | string;
14175
- timeDelayFrom: number;
14176
- timeDelayTo: number;
14177
- listRunTimes: Array<Array<string>>;
14178
- dayOfWeeks: Array<string>;
14179
- isTimeUs: boolean;
13769
+ dayOfWeeks: Array<EDayOfWeek>;
13770
+ timezone: ETimeZone;
13771
+ isStart: boolean;
13772
+ timeCopySetting: Date;
14180
13773
  limitNumberFollowsPerDayFrom: number;
14181
13774
  limitNumberFollowsPerDayTo: number;
14182
13775
  increaseFollowPerDayFrom: number;
@@ -14207,16 +13800,14 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser
14207
13800
  isSkipFollowWhenUnFollowed: boolean;
14208
13801
  isSkipFollowContainLinks: boolean;
14209
13802
  isSkipBioNoneEnglish: boolean;
14210
- status: EStatusActive;
14211
13803
  }
14212
13804
 
14213
13805
  interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
14214
13806
  account: IThreadsAccountRaw | string;
14215
- timeDelayFrom: number;
14216
- timeDelayTo: number;
14217
- listRunTimes: Array<Array<string>>;
14218
- dayOfWeeks: Array<string>;
14219
- isTimeUs: boolean;
13807
+ dayOfWeeks: Array<EDayOfWeek>;
13808
+ timezone: ETimeZone;
13809
+ isStart: boolean;
13810
+ timeCopySetting: Date;
14220
13811
  limitUnFollowPerDayFrom: number;
14221
13812
  limitUnFollowPerDayTo: number;
14222
13813
  increaseUnFollowPerDayFrom: number;
@@ -14230,16 +13821,14 @@ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUs
14230
13821
  timeDelayInteractPerOperatorFrom: number;
14231
13822
  timeDelayInteractPerOperatorTo: number;
14232
13823
  isInteractBeforeUnFollow: boolean;
14233
- status: EStatusActive;
14234
13824
  }
14235
13825
 
14236
13826
  interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
14237
13827
  account: IThreadsAccountRaw | string;
14238
- timeDelayFrom: number;
14239
- timeDelayTo: number;
14240
- listRunTimes: Array<Array<string>>;
14241
- dayOfWeeks: Array<string>;
14242
- isTimeUs: boolean;
13828
+ dayOfWeeks: Array<EDayOfWeek>;
13829
+ timezone: ETimeZone;
13830
+ isStart: boolean;
13831
+ timeCopySetting: Date;
14243
13832
  limitNumberPostForCommentsFrom: number;
14244
13833
  limitNumberPostForCommentsTo: number;
14245
13834
  timeDelayCommentFrom: number;
@@ -14259,11 +13848,10 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
14259
13848
 
14260
13849
  interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
14261
13850
  account: IThreadsAccountRaw | string;
14262
- timeDelayFrom: number;
14263
- timeDelayTo: number;
14264
- listRunTimes: Array<Array<string>>;
14265
- dayOfWeeks: Array<string>;
14266
- isTimeUs: boolean;
13851
+ dayOfWeeks: Array<EDayOfWeek>;
13852
+ timezone: ETimeZone;
13853
+ isStart: boolean;
13854
+ timeCopySetting: Date;
14267
13855
  timeDelayReplyMessageFrom: number;
14268
13856
  timeDelayReplyMessageTo: number;
14269
13857
  isDeleteMessageUsername: boolean;
@@ -14273,14 +13861,13 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
14273
13861
  isSkipReplyIfHaveReplied: boolean;
14274
13862
  isSkipReplyIsLink: boolean;
14275
13863
  isSkipReplyIfOnlyIcons: boolean;
14276
- status: EStatusActive;
14277
13864
  }
14278
13865
 
14279
13866
  interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
14280
13867
  sheet: string | ISheetsTool;
14281
13868
  account: string | IThreadsAccountRaw;
14282
13869
  minuteWaiting: number;
14283
- isTimeUS: boolean;
13870
+ timezone: ETimeZone;
14284
13871
  dayOfWeek: EDayOfWeek;
14285
13872
  timeFrom: string;
14286
13873
  timeTo: string;
@@ -14346,7 +13933,7 @@ interface ITaskThreadsPostELS extends IBaseELS {
14346
13933
  status: ESheetToolStatusRun;
14347
13934
  };
14348
13935
  minuteWaiting: number;
14349
- isTimeUS: boolean;
13936
+ timezone: ETimeZone;
14350
13937
  dayOfWeek: EDayOfWeek;
14351
13938
  timeFrom: string;
14352
13939
  timeTo: string;
@@ -14380,7 +13967,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
14380
13967
  sheet: string | ISheetsTool;
14381
13968
  account: string | IThreadsAccountRaw;
14382
13969
  minuteWaiting: number;
14383
- isTimeUS: boolean;
13970
+ timezone: ETimeZone;
14384
13971
  dayOfWeek: EDayOfWeek;
14385
13972
  timeFrom: string;
14386
13973
  timeTo: string;
@@ -14431,7 +14018,7 @@ interface ITaskThreadsFollowELS extends IBaseELS {
14431
14018
  status: ESheetToolStatusRun;
14432
14019
  };
14433
14020
  minuteWaiting: number;
14434
- isTimeUS: boolean;
14021
+ timezone: ETimeZone;
14435
14022
  dayOfWeek: EDayOfWeek;
14436
14023
  timeFrom: string;
14437
14024
  timeTo: string;
@@ -14449,7 +14036,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
14449
14036
  sheet: string | ISheetsTool;
14450
14037
  account: string | IThreadsAccountRaw;
14451
14038
  minuteWaiting: number;
14452
- isTimeUS: boolean;
14039
+ timezone: ETimeZone;
14453
14040
  dayOfWeek: EDayOfWeek;
14454
14041
  timeFrom: string;
14455
14042
  timeTo: string;
@@ -14505,7 +14092,7 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
14505
14092
  status: ESheetToolStatusRun;
14506
14093
  };
14507
14094
  minuteWaiting: number;
14508
- isTimeUS: boolean;
14095
+ timezone: ETimeZone;
14509
14096
  dayOfWeek: EDayOfWeek;
14510
14097
  timeFrom: string;
14511
14098
  timeTo: string;
@@ -14528,7 +14115,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
14528
14115
  sheet: string | ISheetsTool;
14529
14116
  account: string | IThreadsAccountRaw;
14530
14117
  minuteWaiting: number;
14531
- isTimeUS: boolean;
14118
+ timezone: ETimeZone;
14532
14119
  dayOfWeek: EDayOfWeek;
14533
14120
  timeFrom: string;
14534
14121
  timeTo: string;
@@ -14584,7 +14171,7 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
14584
14171
  status: ESheetToolStatusRun;
14585
14172
  };
14586
14173
  minuteWaiting: number;
14587
- isTimeUS: boolean;
14174
+ timezone: ETimeZone;
14588
14175
  dayOfWeek: EDayOfWeek;
14589
14176
  timeFrom: string;
14590
14177
  timeTo: string;
@@ -14642,6 +14229,12 @@ interface IIncreaseValueTask extends IBaseModel {
14642
14229
  maxIncrease: number;
14643
14230
  }
14644
14231
 
14232
+ interface ISettingRunTimeSocial extends IFindBaseDto {
14233
+ settingId: string;
14234
+ timeFrom: string;
14235
+ timeTo: string;
14236
+ }
14237
+
14645
14238
  type index$4_EStatusImport = EStatusImport;
14646
14239
  declare const index$4_EStatusImport: typeof EStatusImport;
14647
14240
  type index$4_ETypeImport = ETypeImport;
@@ -14694,14 +14287,13 @@ type index$4_IInstagramReportPostSquareELS = IInstagramReportPostSquareELS;
14694
14287
  type index$4_IInstagramReportPostStory = IInstagramReportPostStory;
14695
14288
  type index$4_IInstagramReportPostStoryELS = IInstagramReportPostStoryELS;
14696
14289
  type index$4_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
14697
- type index$4_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
14698
14290
  type index$4_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
14699
- type index$4_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
14700
14291
  type index$4_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
14701
14292
  type index$4_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
14702
- type index$4_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
14703
14293
  type index$4_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
14704
14294
  type index$4_IInstagramSettingPost = IInstagramSettingPost;
14295
+ type index$4_IInstagramSettingPostRunTime = IInstagramSettingPostRunTime;
14296
+ type index$4_ISettingRunTimeSocial = ISettingRunTimeSocial;
14705
14297
  type index$4_ISheetImportSocial = ISheetImportSocial;
14706
14298
  type index$4_ISocialTaskManager = ISocialTaskManager;
14707
14299
  type index$4_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
@@ -14759,7 +14351,7 @@ type index$4_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyM
14759
14351
  type index$4_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
14760
14352
  type index$4_IThreadsSettingPost = IThreadsSettingPost;
14761
14353
  declare namespace index$4 {
14762
- export { index$4_EStatusImport as EStatusImport, index$4_ETypeImport as ETypeImport, type index$4_IAccountSocialBase as IAccountSocialBase, type index$4_IAccountSocialGroup as IAccountSocialGroup, type index$4_IIncreaseValueTask as IIncreaseValueTask, type index$4_IInstagramAccountRaw as IInstagramAccountRaw, type index$4_IInstagramAccountRun as IInstagramAccountRun, type index$4_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$4_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$4_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$4_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$4_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$4_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$4_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$4_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$4_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$4_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$4_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$4_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$4_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$4_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$4_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$4_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$4_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$4_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$4_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$4_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$4_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$4_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$4_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$4_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$4_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$4_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$4_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$4_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$4_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$4_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$4_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$4_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$4_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$4_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$4_IInstagramReportPostNew as IInstagramReportPostNew, type index$4_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$4_IInstagramReportPostReel as IInstagramReportPostReel, type index$4_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$4_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$4_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$4_IInstagramReportPostStory as IInstagramReportPostStory, type index$4_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$4_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$4_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_ISheetImportSocial as ISheetImportSocial, type index$4_ISocialTaskManager as ISocialTaskManager, type index$4_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$4_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$4_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$4_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$4_ITaskInstagramFollow as ITaskInstagramFollow, type index$4_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$4_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$4_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$4_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$4_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$4_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$4_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$4_ITaskInstagramPost as ITaskInstagramPost, type index$4_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$4_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$4_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$4_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$4_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$4_ITaskThreadsFollow as ITaskThreadsFollow, type index$4_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$4_ITaskThreadsPost as ITaskThreadsPost, type index$4_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$4_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$4_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$4_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$4_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$4_IThreadsAccountRaw as IThreadsAccountRaw, type index$4_IThreadsAccountRun as IThreadsAccountRun, type index$4_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$4_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$4_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$4_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$4_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$4_IThreadsHistoryChange as IThreadsHistoryChange, type index$4_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$4_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$4_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$4_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$4_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$4_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$4_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$4_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$4_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$4_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$4_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$4_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$4_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$4_IThreadsReportPost as IThreadsReportPost, type index$4_IThreadsReportPostELS as IThreadsReportPostELS, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$4_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$4_IThreadsSettingPost as IThreadsSettingPost };
14354
+ export { index$4_EStatusImport as EStatusImport, index$4_ETypeImport as ETypeImport, type index$4_IAccountSocialBase as IAccountSocialBase, type index$4_IAccountSocialGroup as IAccountSocialGroup, type index$4_IIncreaseValueTask as IIncreaseValueTask, type index$4_IInstagramAccountRaw as IInstagramAccountRaw, type index$4_IInstagramAccountRun as IInstagramAccountRun, type index$4_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$4_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$4_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$4_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$4_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$4_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$4_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$4_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$4_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$4_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$4_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$4_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$4_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$4_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$4_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$4_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$4_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$4_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$4_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$4_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$4_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$4_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$4_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$4_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$4_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$4_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$4_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$4_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$4_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$4_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$4_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$4_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$4_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$4_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$4_IInstagramReportPostNew as IInstagramReportPostNew, type index$4_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$4_IInstagramReportPostReel as IInstagramReportPostReel, type index$4_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$4_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$4_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$4_IInstagramReportPostStory as IInstagramReportPostStory, type index$4_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$4_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_IInstagramSettingPostRunTime as IInstagramSettingPostRunTime, type index$4_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$4_ISheetImportSocial as ISheetImportSocial, type index$4_ISocialTaskManager as ISocialTaskManager, type index$4_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$4_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$4_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$4_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$4_ITaskInstagramFollow as ITaskInstagramFollow, type index$4_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$4_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$4_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$4_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$4_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$4_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$4_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$4_ITaskInstagramPost as ITaskInstagramPost, type index$4_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$4_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$4_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$4_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$4_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$4_ITaskThreadsFollow as ITaskThreadsFollow, type index$4_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$4_ITaskThreadsPost as ITaskThreadsPost, type index$4_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$4_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$4_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$4_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$4_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$4_IThreadsAccountRaw as IThreadsAccountRaw, type index$4_IThreadsAccountRun as IThreadsAccountRun, type index$4_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$4_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$4_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$4_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$4_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$4_IThreadsHistoryChange as IThreadsHistoryChange, type index$4_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$4_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$4_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$4_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$4_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$4_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$4_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$4_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$4_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$4_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$4_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$4_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$4_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$4_IThreadsReportPost as IThreadsReportPost, type index$4_IThreadsReportPostELS as IThreadsReportPostELS, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$4_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$4_IThreadsSettingPost as IThreadsSettingPost };
14763
14355
  }
14764
14356
 
14765
14357
  interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
@@ -15054,14 +14646,12 @@ type index$1_IInstagramReportPostSquareELS = IInstagramReportPostSquareELS;
15054
14646
  type index$1_IInstagramReportPostStory = IInstagramReportPostStory;
15055
14647
  type index$1_IInstagramReportPostStoryELS = IInstagramReportPostStoryELS;
15056
14648
  type index$1_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
15057
- type index$1_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
15058
14649
  type index$1_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
15059
- type index$1_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
15060
14650
  type index$1_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
15061
14651
  type index$1_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
15062
- type index$1_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
15063
14652
  type index$1_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
15064
14653
  type index$1_IInstagramSettingPost = IInstagramSettingPost;
14654
+ type index$1_IInstagramSettingPostRunTime = IInstagramSettingPostRunTime;
15065
14655
  type index$1_ILark = ILark;
15066
14656
  type index$1_ILarkTeam = ILarkTeam;
15067
14657
  type index$1_IManagerImageAI = IManagerImageAI;
@@ -15080,6 +14670,7 @@ type index$1_IPC = IPC;
15080
14670
  type index$1_IProxy = IProxy;
15081
14671
  type index$1_IRole = IRole;
15082
14672
  type index$1_IRoleFeature = IRoleFeature;
14673
+ type index$1_ISettingRunTimeSocial = ISettingRunTimeSocial;
15083
14674
  type index$1_ISheetImportSocial = ISheetImportSocial;
15084
14675
  type index$1_ISheetWork = ISheetWork;
15085
14676
  type index$1_ISheetWorkDepartmentPermission = ISheetWorkDepartmentPermission;
@@ -15175,7 +14766,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
15175
14766
  type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
15176
14767
  type index$1_IVoiceStores = IVoiceStores;
15177
14768
  declare namespace index$1 {
15178
- export { index$2 as Auth, index$9 as Common, index$1_EStatusImport as EStatusImport, index$1_ETypeImport as ETypeImport, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IIncreaseValueTask as IIncreaseValueTask, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetImportSocial as ISheetImportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$4 as Socials, index$5 as Tool, index$7 as Workspace };
14769
+ export { index$2 as Auth, index$9 as Common, index$1_EStatusImport as EStatusImport, index$1_ETypeImport as ETypeImport, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IIncreaseValueTask as IIncreaseValueTask, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInstagramSettingPostRunTime as IInstagramSettingPostRunTime, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$1_ISheetImportSocial as ISheetImportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$4 as Socials, index$5 as Tool, index$7 as Workspace };
15179
14770
  }
15180
14771
 
15181
14772
  interface IDataUser {
@@ -15234,4 +14825,4 @@ declare namespace index {
15234
14825
  export type { index_IColsUnSelected as IColsUnSelected, index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
15235
14826
  }
15236
14827
 
15237
- export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountInstagramSettingInteractExploreDto, type FindAccountInstagramSettingInteractFollowDto, type FindAccountInstagramSettingInteractReelDto, type FindAccountInstagramSettingInteractReplyCommentDto, type FindAccountInstagramSettingInteractReplyMessageDto, type FindAccountInstagramSettingInteractStoryDto, type FindAccountInstagramSettingInteractUnFollowDto, type FindAccountInstagramSettingPostDto, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountThreadsSettingInteractFollowDto, type FindAccountThreadsSettingInteractReplyCommentDto, type FindAccountThreadsSettingInteractReplyMessageDto, type FindAccountThreadsSettingInteractUnFollowDto, type FindAccountThreadsSettingPostDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractExploreDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReelDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractStoryDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$7 as Workspace };
14828
+ export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type IInstagramSettingPostRunTime, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeSocial, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$7 as Workspace };