automation-lib 5.4.4 → 5.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -3838,88 +3838,21 @@ interface IAccountSocialGroup extends IBaseModel, ITrackingModel<IUser> {
3838
3838
  }
3839
3839
 
3840
3840
  interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
3841
- isActive: boolean;
3842
- typeSocial: ETypeSocial;
3843
- sheetUrl: string;
3844
- sheetName: string;
3845
- group: IAccountSocialGroup | string;
3846
- accountID: number;
3847
- packageApp: string;
3848
- nameAppCloneSocial: string;
3849
- accountDeviceTypeAppClone: string;
3850
- accountDeviceNameAppClone: string;
3851
- idea: string | IManagerWork;
3852
- niche: string | IManagerWork;
3853
- type: ETypeManagerWorkClassify;
3854
- pc: IPC | string;
3855
- deviceKey: string;
3856
- device: IDevice | string;
3841
+ accountRaw: string | IInstagramAccountRaw;
3842
+ numberPost: number;
3857
3843
  numberFollowers: number;
3858
3844
  numberFollowings: number;
3845
+ runStartDateTime: Date;
3846
+ runEndDateTime: Date;
3859
3847
  statusRun: EStatusAccountSocialRun;
3860
3848
  statusConnectDevice: EStatusDeviceConnectPC;
3861
3849
  noteConnectDevice: string;
3862
3850
  currentActiveTime: Date;
3863
3851
  lastActiveTime: Date;
3864
- promptAvatar: string;
3865
- oldAvatar: string | IFile;
3866
- newAvatar: string | IFile;
3867
- statusChangeAvatar: EStatusChangeInfo;
3868
- timeChangeAvatar: Date;
3869
- promptCover: string;
3870
- oldCover: string | IFile;
3871
- newCover: string | IFile;
3872
- statusChangeCover: EStatusChangeInfo;
3873
- timeChangeCover: Date;
3874
- oldBioContent: string;
3875
- newBioContent: string;
3876
- statusChangeBioContent: EStatusChangeInfo;
3877
- timeChangeBioContent: Date;
3878
- oldListBioLink: string[];
3879
- newListBioLink: string[];
3880
- statusChangeBioLink: EStatusChangeInfo;
3881
- timeChangeBioLink: Date;
3882
- typeAccountSetting: ETypeAccountInstagramSetting;
3883
- statusAccountSetting: EStatusAccountSocialSetting;
3884
- timeChangeAccountSetting: Date;
3885
- oldGroup: string | IAccountSocialGroup;
3886
- newGroup: string | IAccountSocialGroup;
3887
- statusChangeGroup: EStatusChangeInfo;
3888
- timeChangeGroup: Date;
3889
- oldUsername: string;
3890
- newUsername: string;
3891
- statusChangeUsername: EStatusChangeInfo;
3892
- timeChangeUsername: Date;
3893
- oldFullname: string;
3894
- newFullname: string;
3895
- statusChangeFullname: EStatusChangeInfo;
3896
- timeChangeFullname: Date;
3897
- oldEmail: string;
3898
- newEmail: string;
3899
- statusChangeEmail: EStatusChangeInfo;
3900
- timeChangeEmail: Date;
3901
- old2FA: string;
3902
- new2FA: string;
3903
- statusChange2fa: EStatusChangeInfo;
3904
- timeChange2FA: Date;
3905
- oldPassword: string;
3906
- newPassword: string;
3907
- statusChangePassword: EStatusChangeInfo;
3908
- timeChangePassword: Date;
3909
- statusLogin: EStatusAccountSocialLogin;
3910
- email: string;
3911
- emailPassword: string;
3912
- email2FA: string;
3913
- emailRecover: string;
3914
- statusLoginEmail: EStatusAccountSocialLoginEmail;
3915
- timeLoginEmail: Date;
3916
3852
  note: string;
3917
- timeLastUsed: Date;
3918
- lastUserUsed: string | IUser;
3919
3853
  }
3920
3854
 
3921
3855
  interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
3922
- typeSocial: ETypeSocial;
3923
3856
  sheetUrl: string;
3924
3857
  sheetName: string;
3925
3858
  group: IAccountSocialGroup | string;
@@ -4091,9 +4024,10 @@ interface IInstagramHistoryAutoSyncELS extends IBaseELS {
4091
4024
  };
4092
4025
  type: ETypeManagerWorkClassify;
4093
4026
  groupAccountSocial: {
4094
- oldGroup: string;
4095
- newGroup: string;
4027
+ old: string;
4028
+ new: string;
4096
4029
  status: string;
4030
+ timeChange: Date;
4097
4031
  };
4098
4032
  accountID: string;
4099
4033
  historyUserName: {
@@ -4162,9 +4096,10 @@ interface IInstagramHistoryCreateNewELS extends IBaseELS {
4162
4096
  };
4163
4097
  type: ETypeManagerWorkClassify;
4164
4098
  groupAccountSocial: {
4165
- oldGroup: string;
4166
- newGroup: string;
4099
+ old: string;
4100
+ new: string;
4167
4101
  status: string;
4102
+ timeChange: Date;
4168
4103
  };
4169
4104
  accountID: string;
4170
4105
  historyUserName: {
@@ -4264,9 +4199,10 @@ interface IInstagramHistoryChangeInfoELS extends IBaseELS {
4264
4199
  };
4265
4200
  type: ETypeManagerWorkClassify;
4266
4201
  groupAccountSocial: {
4267
- oldGroup: string;
4268
- newGroup: string;
4202
+ old: string;
4203
+ new: string;
4269
4204
  status: string;
4205
+ timeChange: Date;
4270
4206
  };
4271
4207
  accountID: string;
4272
4208
  historyUserName: {
@@ -4391,10 +4327,11 @@ interface FindInstagramHistoryAutoSyncDto extends IFindBaseDto, IInstagramHistor
4391
4327
  nameAppClone: string;
4392
4328
  nameAppCloneSocial: string;
4393
4329
  };
4394
- groupAccount: {
4395
- oldGroup: string;
4396
- newGroup: string;
4330
+ groupAccountSocial: {
4331
+ old: string;
4332
+ new: string;
4397
4333
  status: string;
4334
+ timeChange: Date;
4398
4335
  };
4399
4336
  historyUserName: {
4400
4337
  old: string;
@@ -4471,10 +4408,11 @@ interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHist
4471
4408
  nameAppClone: string;
4472
4409
  nameAppCloneSocial: string;
4473
4410
  };
4474
- groupAccount: {
4475
- oldGroup: string;
4476
- newGroup: string;
4411
+ groupAccountSocial: {
4412
+ old: string;
4413
+ new: string;
4477
4414
  status: string;
4415
+ timeChange: Date;
4478
4416
  };
4479
4417
  historyUserName: {
4480
4418
  old: string;
@@ -4613,10 +4551,11 @@ interface FindInstagramHistoryCreateNewDto extends IFindBaseDto, IInstagramHisto
4613
4551
  nameAppClone: string;
4614
4552
  nameAppCloneSocial: string;
4615
4553
  };
4616
- groupAccount: {
4617
- oldGroup: string;
4618
- newGroup: string;
4554
+ groupAccountSocial: {
4555
+ old: string;
4556
+ new: string;
4619
4557
  status: string;
4558
+ timeChange: Date;
4620
4559
  };
4621
4560
  historyUserName: {
4622
4561
  old: string;
@@ -4694,10 +4633,11 @@ interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGr
4694
4633
  nameAppClone: string;
4695
4634
  nameAppCloneSocial: string;
4696
4635
  };
4697
- groupAccount: {
4698
- oldGroup: string;
4699
- newGroup: string;
4636
+ groupAccountSocial: {
4637
+ old: string;
4638
+ new: string;
4700
4639
  status: string;
4640
+ timeChange: Date;
4701
4641
  };
4702
4642
  historyUserName: {
4703
4643
  old: string;
@@ -9075,532 +9015,88 @@ declare namespace index$6 {
9075
9015
  export type { 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_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_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_FilterInstagramHistoryAutoPostDto as FilterInstagramHistoryAutoPostDto, index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index$6_FilterInstagramHistoryBlockUserDto as FilterInstagramHistoryBlockUserDto, index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index$6_FilterInstagramHistoryFollowDto as FilterInstagramHistoryFollowDto, 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_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_FilterThreadsHistoryAutoPostDto as FilterThreadsHistoryAutoPostDto, index$6_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index$6_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index$6_FilterThreadsHistoryCreateDto as FilterThreadsHistoryCreateDto, index$6_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, 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_FindAccountVPNDto as FindAccountVPNDto, index$6_FindAccountVPSDto as FindAccountVPSDto, index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, 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_FindInstagramHistoryAutoPostDto as FindInstagramHistoryAutoPostDto, index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index$6_FindInstagramHistoryBlockUserDto as FindInstagramHistoryBlockUserDto, index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index$6_FindInstagramHistoryFollowDto as FindInstagramHistoryFollowDto, index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index$6_FindInstagramReportInteractBlockUserDto as FindInstagramReportInteractBlockUserDto, index$6_FindInstagramReportInteractExploreDto as FindInstagramReportInteractExploreDto, index$6_FindInstagramReportInteractFollowDto as FindInstagramReportInteractFollowDto, index$6_FindInstagramReportInteractReelDto as FindInstagramReportInteractReelDto, index$6_FindInstagramReportInteractReplyCommentDto as FindInstagramReportInteractReplyCommentDto, index$6_FindInstagramReportInteractReplyMessageDto as FindInstagramReportInteractReplyMessageDto, index$6_FindInstagramReportInteractStoryDto as FindInstagramReportInteractStoryDto, index$6_FindInstagramReportPostHighLightDto as FindInstagramReportPostHighLightDto, index$6_FindInstagramReportPostNewDto as FindInstagramReportPostNewDto, index$6_FindInstagramReportPostReelDto as FindInstagramReportPostReelDto, index$6_FindInstagramReportPostSquareDto as FindInstagramReportPostSquareDto, index$6_FindInstagramReportPostStoryDto as FindInstagramReportPostStoryDto, 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_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_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_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, 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_FindOverviewInstagramHistoryAutoPostDto as FindOverviewInstagramHistoryAutoPostDto, index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index$6_FindOverviewInstagramHistoryBlockUserDto as FindOverviewInstagramHistoryBlockUserDto, index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index$6_FindOverviewInstagramHistoryFollowDto as FindOverviewInstagramHistoryFollowDto, 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_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_FindThreadsHistoryAutoPostDto as FindThreadsHistoryAutoPostDto, index$6_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index$6_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index$6_FindThreadsHistoryCreateDto as FindThreadsHistoryCreateDto, index$6_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index$6_FindThreadsReportInteractFollowDto as FindThreadsReportInteractFollowDto, index$6_FindThreadsReportInteractReplyCommentDto as FindThreadsReportInteractReplyCommentDto, index$6_FindThreadsReportInteractReplyMessageDto as FindThreadsReportInteractReplyMessageDto, index$6_FindThreadsReportPostDto as FindThreadsReportPostDto, 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_IBaseSheetImportDto as IBaseSheetImportDto, index$6_IDeviceAccountSocialBase as IDeviceAccountSocialBase, index$6_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index$6_IFilterBaseDto as IFilterBaseDto, index$6_IFindBaseDto as IFindBaseDto, index$6_ImportAccountVPSDto as ImportAccountVPSDto, index$6_ImportDto as ImportDto, index$6_ImportManagerWorkDto as ImportManagerWorkDto, index$6_ImportSheetWorkDto as ImportSheetWorkDto, index$6_LoadInfoDeviceSheetToolDto as LoadInfoDeviceSheetToolDto, 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 };
9076
9016
  }
9077
9017
 
9078
- interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
9079
- isActive: boolean;
9080
- typeSocial: ETypeSocial;
9081
- sheetUrl: string;
9018
+ interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
9082
9019
  sheetName: string;
9083
- group: IAccountSocialGroup | string;
9084
- accountID: number;
9085
- nameAppCloneSocial: string;
9086
- accountDeviceTypeAppClone: string;
9087
- accountDeviceNameAppClone: string;
9088
- idea: string | IManagerWork;
9089
- niche: string | IManagerWork;
9090
- type: ETypeManagerWorkClassify;
9091
- pc: IPC | string;
9092
- deviceKey: string;
9093
- device: IDevice | string;
9094
- numberFollowers: number;
9095
- numberFollowings: number;
9096
- statusRun: EStatusAccountSocialRun;
9097
- statusConnectDevice: EStatusDeviceConnectPC;
9098
- noteConnectDevice: string;
9099
- currentActiveTime: Date;
9100
- lastActiveTime: Date;
9101
- oldGroup: string | IAccountSocialGroup;
9102
- newGroup: string | IAccountSocialGroup;
9103
- statusChangeGroup: EStatusChangeInfo;
9104
- timeChangeGroup: Date;
9105
- promptAvatar: string;
9106
- oldAvatar: string | IFile;
9107
- newAvatar: string | IFile;
9108
- statusChangeAvatar: EStatusChangeInfo;
9109
- promptCover: string;
9110
- oldCover: string | IFile;
9111
- newCover: string | IFile;
9112
- statusChangeCover: EStatusChangeInfo;
9113
- bio: string;
9114
- statusChangeBio: EStatusChangeInfo;
9115
- links: string[];
9116
- typeAccountSetting: ETypeAccountInstagramSetting;
9117
- statusAccountSetting: EStatusAccountSocialSetting;
9118
- oldUsername: string;
9119
- newUsername: string;
9120
- statusChangeUsername: EStatusChangeInfo;
9121
- oldFullname: string;
9122
- newFullname: string;
9123
- statusChangeFullname: EStatusChangeInfo;
9124
- oldEmail: string;
9125
- newEmail: string;
9126
- statusChangeEmail: EStatusChangeInfo;
9127
- old2FA: string;
9128
- new2FA: string;
9129
- statusChange2fa: EStatusChangeInfo;
9130
- oldPassword: string;
9131
- newPassword: string;
9132
- statusChangePassword: EStatusChangeInfo;
9133
- statusLogin: EStatusAccountSocialLogin;
9134
- email: string;
9135
- emailPassword: string;
9136
- email2FA: string;
9137
- emailRecover: string;
9138
- statusLoginEmail: EStatusAccountSocialLoginEmail;
9139
- nameAppClone: string;
9140
- packageApp: string;
9141
- note: string;
9142
- timeLastUsed: Date;
9143
- lastUserUsed: string | IUser;
9144
- }
9145
-
9146
- interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
9147
- typeSocial: ETypeSocial;
9148
9020
  sheetUrl: string;
9149
- sheetName: string;
9150
- group: IAccountSocialGroup | string;
9151
- accountID: number;
9152
- nameAppCloneSocial: string;
9153
- accountDeviceTypeAppClone: string;
9154
- accountDeviceNameAppClone: string;
9155
- idea: string | IManagerWork;
9156
- niche: string | IManagerWork;
9157
- type: ETypeManagerWorkClassify;
9158
- pc: IPC | string;
9159
- deviceKey: string;
9160
- device: IDevice | string;
9161
- timeImport: Date;
9162
- statusImport: EStatusAccountSocialImport;
9163
- statusSyncAccount: EStatusAccountSocialSync;
9164
- timeSyncAccount: Date;
9165
- accountSocialSync: IThreadsAccountRun;
9166
- noteImport: string;
9167
- statusLogin: EStatusAccountSocialLogin;
9168
- timeLogin: Date;
9169
- promptAvatar: string;
9170
- oldAvatar: string | IFile;
9171
- newAvatar: string | IFile;
9172
- statusChangeAvatar: EStatusChangeInfo;
9173
- timeChangeAvatar: Date;
9174
- promptCover: string;
9175
- oldCover: string | IFile;
9176
- newCover: string | IFile;
9177
- statusChangeCover: EStatusChangeInfo;
9178
- timeChangeCover: Date;
9179
- oldGroup: string | IAccountSocialGroup;
9180
- newGroup: string | IAccountSocialGroup;
9181
- statusChangeGroup: EStatusChangeInfo;
9182
- timeChangeGroup: Date;
9183
- oldUsername: string;
9184
- newUsername: string;
9185
- statusChangeUsername: EStatusChangeInfo;
9186
- timeChangeUsername: Date;
9187
- oldFullname: string;
9188
- newFullname: string;
9189
- statusChangeFullname: EStatusChangeInfo;
9190
- timeChangeFullname: Date;
9191
- oldEmail: string;
9192
- newEmail: string;
9193
- statusChangeEmail: EStatusChangeInfo;
9194
- timeChangeEmail: Date;
9195
- old2FA: string;
9196
- new2FA: string;
9197
- statusChange2fa: EStatusChangeInfo;
9198
- timeChange2FA: Date;
9199
- oldPassword: string;
9200
- newPassword: string;
9201
- statusChangePassword: EStatusChangeInfo;
9202
- timeChangePassword: Date;
9203
- email: string;
9204
- emailPassword: string;
9205
- email2FA: string;
9206
- emailRecover: string;
9207
- statusLoginEmail: EStatusAccountSocialLoginEmail;
9208
- timeLoginEmail: Date;
9209
- totalLinkBio: string[];
9210
- statusChangeBio: string;
9211
- timeChangeBio: Date;
9212
- typeAccountSetting: ETypeAccountInstagramSetting;
9213
- statusAccountSetting: EStatusAccountSocialSetting;
9214
- timeChangeAccountSetting: Date;
9215
- statusConnectDevice: EStatusDeviceConnectPC;
9216
- noteConnectDevice: string;
9217
- note: string;
9218
- timeLastUsed: Date;
9219
- lastUserUsed: string | IUser;
9021
+ account: IInstagramAccountRun | string;
9022
+ currentFollower: number;
9023
+ currentFollowing: number;
9024
+ status: EStatusTaskScript;
9025
+ }
9026
+ interface IInstagramHistoryFollowELS extends IBaseELS {
9220
9027
  }
9221
9028
 
9222
- interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
9223
- sheetUrl: string;
9029
+ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
9224
9030
  sheetName: string;
9225
- account: string | IThreadsAccountRaw;
9226
- statusSyncAccount?: EStatusAccountSocialSync;
9227
- timeAction: Date;
9228
- note: string;
9229
- }
9230
- interface IThreadsHistoryAutoSyncELS extends IBaseELS {
9231
- historyUserName: {
9232
- old: string;
9233
- new: string;
9234
- statusChange: EStatusChangeInfo;
9235
- timeChange: Date;
9236
- };
9237
- historyFullname: {
9238
- old: string;
9239
- new: string;
9240
- statusChange: EStatusChangeInfo;
9241
- timeChange: Date;
9242
- };
9243
- loginStatus: EStatusAccountSocialLogin;
9244
- statusSyncAccount?: EStatusAccountSocialSync;
9245
- idea: {
9246
- id: string;
9247
- name: string;
9248
- };
9249
- niche: {
9250
- id: string;
9251
- name: string;
9252
- };
9253
- sheet: {
9254
- url: string;
9255
- name: string;
9256
- };
9257
- type: ETypeManagerWorkClassify;
9258
- groupAccount: {
9259
- oldGroup: string;
9260
- newGroup: string;
9261
- status: string;
9262
- };
9263
- accountID: string;
9264
- emailInfo: {
9265
- email: string;
9266
- emailPassword: string;
9267
- email2FA: string;
9268
- emailRecover: string;
9269
- };
9270
- infoSystem: {
9271
- pcName: string;
9272
- department: string;
9273
- leader: string;
9274
- member: string;
9275
- };
9276
- deviceInfo: {
9277
- key: string;
9278
- model: string;
9279
- name: string;
9280
- os: ETypeDeviceOS;
9281
- typeAppClone: string;
9282
- nameAppClone: string;
9283
- };
9284
- timeAction: Date;
9285
- note: string;
9286
- }
9287
-
9288
- interface IThreadsHistoryCreateNew extends IBaseModel, ITrackingModel<IUser> {
9289
9031
  sheetUrl: string;
9290
- sheetName: string;
9291
- account: string | IThreadsAccountRaw;
9292
- timeImport: Date;
9293
- statusImport: EStatusAccountSocialImport;
9294
- noteImport: string;
9295
- originalEmail: string;
9296
- originalEmailPassword: string;
9297
- originalUsername: string;
9298
- originalFullname: string;
9299
- originalPassword: string;
9300
- originalCode2FA: string;
9301
- timeAction: Date;
9302
- note: string;
9032
+ account: IInstagramAccountRun | string;
9033
+ folderImageName: string;
9034
+ linkDriveVideoOfCanva: string;
9035
+ listLinkDriveImagesOfCanva: string[];
9036
+ statusEditCanva: EStatusExecuteCommon;
9037
+ accountStatusLogin: EStatusAccountSocialLogin;
9038
+ statusUploadDrive: EStatusExecuteCommon;
9039
+ proxyType: ETypeProxy;
9040
+ vpnEmail: string;
9041
+ vpnPosition: ETypeProxy;
9042
+ typePost: TPost;
9043
+ stylePost: TPostStyle;
9044
+ content: string;
9045
+ settingPost: string | IInstagramSettingPost;
9046
+ timePost: Date;
9047
+ linkPost: string;
9048
+ statusAccount: EStatusAccountSocial;
9049
+ statusPost: EStatusTaskScript;
9050
+ noteFix: string;
9303
9051
  }
9304
- interface IThreadsHistoryCreateNewELS extends IBaseELS {
9052
+ interface IInstagramHistoryAutoPostELS extends IBaseELS {
9305
9053
  }
9306
9054
 
9307
- interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
9308
- sheetUrl: string;
9055
+ interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
9309
9056
  sheetName: string;
9310
- account: string | IThreadsAccountRaw;
9311
- changeType: EStatusAccountTypeChangeInfoThreads;
9312
- oldUsername?: string;
9313
- newUsername?: string;
9314
- statusChangeUsername?: EStatusChangeInfo;
9315
- timeChangeUserName?: Date;
9316
- oldFullname?: string;
9317
- newFullname?: string;
9318
- statusChangeFullname?: EStatusChangeInfo;
9319
- timeChangeFullname?: Date;
9320
- oldEmail?: string;
9321
- newEmail?: string;
9322
- statusChangeEmail?: EStatusChangeInfo;
9323
- timeChangeEmail?: Date;
9324
- oldCode2FA?: string;
9325
- newCode2FA?: string;
9326
- statusChange2fa?: EStatusChangeInfo;
9327
- timeChange2FA?: Date;
9328
- oldPassword?: string;
9329
- newPassword?: string;
9330
- statusChangePassword?: EStatusChangeInfo;
9331
- timeChangePassword?: Date;
9332
- promptAvatar?: string;
9333
- oldAvatar?: string | IFile;
9334
- newAvatar?: string | IFile;
9335
- statusChangeAvatar?: EStatusChangeInfo;
9336
- timeChangeAvatar?: Date;
9337
- promptCover?: string;
9338
- oldCover?: string | IFile;
9339
- newCover?: string | IFile;
9340
- statusChangeCover?: EStatusChangeInfo;
9341
- timeChangeCover?: Date;
9342
- oldBio?: string[];
9343
- newBio?: string[];
9344
- statusChangeBio?: EStatusChangeInfo;
9345
- timeChangeBio?: Date;
9346
- timeAction: Date;
9347
- note: string;
9057
+ sheetUrl: string;
9058
+ account: IInstagramAccountRun | string;
9059
+ userBlock: string;
9060
+ userRestrict: string;
9061
+ userHidden: string;
9062
+ statusBlock: EStatusTaskScript;
9063
+ statusRestrict: EStatusTaskScript;
9064
+ statusHidden: EStatusTaskScript;
9348
9065
  }
9349
- interface IThreadsHistoryChangeInfoELS extends IBaseELS {
9350
- typeAutoChange: ETypeSocialChangeInfoThreads;
9351
- changeType: EStatusAccountTypeChangeInfoInstagram;
9352
- sheet: {
9353
- url: string;
9354
- name: string;
9355
- };
9356
- idea: {
9357
- id: string;
9358
- name: string;
9359
- };
9360
- niche: {
9361
- id: string;
9362
- name: string;
9363
- };
9364
- type: ETypeManagerWorkClassify;
9365
- groupAccountSocial: {
9366
- oldGroup: string;
9367
- newGroup: string;
9368
- status: string;
9369
- };
9370
- accountID: string;
9371
- historyUserName: {
9372
- old: string;
9373
- new: string;
9374
- statusChange: EStatusChangeInfo;
9375
- timeChange: Date;
9376
- };
9377
- historyFullname: {
9378
- old: string;
9379
- new: string;
9380
- statusChange: EStatusChangeInfo;
9381
- timeChange: Date;
9382
- };
9383
- historyPassword: {
9384
- old: string;
9385
- new: string;
9386
- statusChange: EStatusChangeInfo;
9387
- timeChange: Date;
9388
- };
9389
- history2FA: {
9390
- old: string;
9391
- new: string;
9392
- statusChange: EStatusChangeInfo;
9393
- timeChange: Date;
9394
- };
9395
- historyAvatar: {
9396
- old: string;
9397
- new: string;
9398
- statusChange: EStatusChangeInfo;
9399
- timeChange: Date;
9400
- };
9401
- historyCover: {
9402
- old: string;
9403
- new: string;
9404
- statusChange: EStatusChangeInfo;
9405
- timeChange: Date;
9406
- };
9407
- historyEmail: {
9408
- old: string;
9409
- new: string;
9410
- statusChange: EStatusChangeInfo;
9411
- timeChange: Date;
9412
- };
9413
- historyBio: {
9414
- old: string[];
9415
- new: string[];
9416
- statusChange: EStatusChangeInfo;
9417
- timeChange: Date;
9418
- };
9419
- emailInfo: {
9420
- email: string;
9421
- emailPassword: string;
9422
- email2FA: string;
9423
- emailRecover: string;
9424
- };
9425
- infoSystem: {
9426
- pcName: string;
9427
- department: string;
9428
- leader: string;
9429
- member: string;
9430
- };
9431
- deviceInfo: {
9432
- key: string;
9433
- model: string;
9434
- name: string;
9435
- os: ETypeDeviceOS;
9436
- typeAppClone: string;
9437
- nameAppClone: string;
9438
- };
9439
- timeAction: Date;
9440
- note: string;
9066
+ interface IInstagramHistoryBlockUserELS extends IBaseELS {
9441
9067
  }
9442
9068
 
9443
- interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
9444
- sheetUrl: string;
9445
- sheetName: string;
9446
- account: string | IThreadsAccountRaw;
9447
- oldGroup: IAccountSocialGroup | string;
9448
- newGroup: IAccountSocialGroup | string;
9449
- timeAction: Date;
9450
- note: string;
9451
- }
9452
- interface IThreadsHistoryGroupELS extends IBaseELS {
9453
- accountID: string;
9454
- oldGroup: string;
9455
- newGroup: string;
9456
- statusChange: EStatusChangeInfo;
9457
- sheet: {
9458
- url: string;
9459
- name: string;
9460
- };
9461
- idea: {
9462
- id: string;
9463
- name: string;
9464
- };
9465
- niche: {
9466
- id: string;
9467
- name: string;
9468
- };
9469
- type: ETypeManagerWorkClassify;
9470
- historyUserName: {
9471
- old: string;
9472
- new: string;
9473
- statusChange: EStatusChangeInfo;
9474
- timeChange: Date;
9475
- };
9476
- historyFullname: {
9477
- old: string;
9478
- new: string;
9479
- statusChange: EStatusChangeInfo;
9480
- timeChange: Date;
9481
- };
9482
- emailInfo: {
9483
- email: string;
9484
- emailPassword: string;
9485
- email2FA: string;
9486
- emailRecover: string;
9487
- };
9488
- deviceInfo: {
9489
- key: string;
9490
- model: string;
9491
- name: string;
9492
- os: ETypeDeviceOS;
9493
- typeAppClone: string;
9494
- nameAppClone: string;
9495
- };
9496
- infoSystem: {
9497
- pcName: string;
9498
- department: string;
9499
- leader: string;
9500
- member: string;
9501
- };
9502
- timeAction: Date;
9503
- note: string;
9504
- }
9505
-
9506
- interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
9507
- sheetName: string;
9508
- sheetUrl: string;
9509
- account: IThreadsAccountRun | string;
9510
- folderImageName: string;
9511
- linkDriveVideoOfCanva: string;
9512
- listLinkDriveImagesOfCanva: string[];
9513
- statusEditCanva: EStatusExecuteCommon;
9514
- accountStatusLogin: EStatusAccountSocialLogin;
9515
- statusUploadDrive: EStatusExecuteCommon;
9516
- proxyType: ETypeProxy;
9517
- vpnEmail: string;
9518
- vpnPosition: ETypeProxy;
9519
- typePost: TPost;
9520
- stylePost: TPostStyle;
9521
- content: string;
9522
- settingPost: string | IThreadsSettingPost;
9523
- timePost: Date;
9524
- linkPost: string;
9525
- statusAccount: EStatusAccountSocial;
9526
- statusPost: EStatusTaskScript;
9527
- noteFix: string;
9528
- }
9529
- interface IThreadsHistoryAutoPostELS extends IBaseELS {
9530
- }
9531
-
9532
- interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
9533
- sheetName: string;
9534
- sheetUrl: string;
9535
- account: IThreadsAccountRun | string;
9536
- url: string;
9537
- photosUrl: string[];
9538
- videosUrl: string[];
9539
- titleContent: string;
9540
- tagUsers: string[];
9541
- content: string;
9542
- caption: string;
9543
- hashtag: string;
9544
- altNicheImages: string[];
9545
- altImages: string[];
9546
- altVideos: string[];
9547
- status: EStatusTaskScript;
9548
- statusDetail: string;
9549
- timeStart: Date;
9550
- timeEnd: Date;
9551
- }
9552
-
9553
- interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
9554
- sheetName: string;
9555
- sheetUrl: string;
9556
- account: IThreadsAccountRun | string;
9557
- follower: number;
9558
- following: number;
9559
- status: EStatusTaskScript;
9560
- statusDetail: string;
9561
- timeStart: Date;
9562
- timeEnd: Date;
9563
- }
9564
-
9565
- interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9566
- sheetName: string;
9567
- sheetUrl: string;
9568
- account: IThreadsAccountRun | string;
9569
- status: EStatusTaskScript;
9570
- statusDetail: string;
9571
- receiverName: string;
9572
- messageReply: string;
9573
- }
9574
-
9575
- interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
9576
- sheetName: string;
9577
- sheetUrl: string;
9578
- account: IThreadsAccountRun | string;
9579
- content: string;
9580
- linkPost: string;
9581
- userLink: string;
9582
- status: EStatusTaskScript;
9583
- statusDetail: string;
9584
- timeStart: Date;
9585
- timeEnd: Date;
9069
+ interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
9070
+ account: IInstagramAccountRun | string;
9071
+ listRunTimes: Array<string>;
9072
+ dayOfWeeks: Array<string>;
9073
+ isTimeUs: boolean;
9074
+ status: EStatusActive;
9586
9075
  }
9587
9076
 
9588
- interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
9589
- account: IThreadsAccountRun | string;
9590
- listRunTimes: Array<{
9591
- typePost: TPost;
9592
- listTimes: Array<string>;
9593
- }>;
9077
+ interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
9078
+ account: IInstagramAccountRun | string;
9594
9079
  dayOfWeeks: Array<string>;
9595
- numberCommentsForPostMeFrom: number;
9596
- numberCommentsForPostMeTo: number;
9597
- delayTimeCommentFrom: number;
9598
- delayTimeCommentTo: number;
9080
+ listRunTimes: Array<Array<string>>;
9081
+ maxViewPerDay: number;
9082
+ timeExecuteForOperationTo: number;
9083
+ timeExecuteForOperationFrom: number;
9084
+ limitViewPerDayFrom: number;
9085
+ limitViewPerDayTo: number;
9086
+ increaseDailyViewFrom: number;
9087
+ increaseDailyViewTo: number;
9088
+ limitNumberLikePerOperationFrom: number;
9089
+ limitNumberLikePerOperationTo: number;
9090
+ timeDelayLikeFrom: number;
9091
+ timeDelayLikeTo: number;
9599
9092
  isTimeUs: boolean;
9093
+ isDetailsView: boolean;
9094
+ isLikeExplore: boolean;
9095
+ status: EStatusActive;
9600
9096
  }
9601
9097
 
9602
- interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
9603
- account: IThreadsAccountRun | string;
9098
+ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
9099
+ account: IInstagramAccountRun | string;
9604
9100
  listRunTimes: Array<Array<string>>;
9605
9101
  dayOfWeeks: Array<string>;
9606
9102
  timeExecuteForOperationFrom: number;
@@ -9636,32 +9132,31 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser
9636
9132
  isSkipFollowWhenUnFollowed: boolean;
9637
9133
  isSkipFollowContainLinks: boolean;
9638
9134
  isSkipBioNoneEnglish: boolean;
9135
+ status: EStatusActive;
9639
9136
  }
9640
9137
 
9641
- interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
9642
- account: IThreadsAccountRun | string;
9138
+ interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
9139
+ account: IInstagramAccountRun | string;
9643
9140
  dayOfWeeks: Array<string>;
9644
9141
  listRunTimes: Array<Array<string>>;
9142
+ limitViewPerDayFrom: number;
9143
+ limitViewPerDayTo: number;
9144
+ increaseDailyViewFrom: number;
9145
+ increaseDailyViewTo: number;
9146
+ maxViewPerDay: number;
9645
9147
  timeExecuteForOperationFrom: number;
9646
9148
  timeExecuteForOperationTo: number;
9647
- limitUnFollowPerDayFrom: number;
9648
- limitUnFollowPerDayTo: number;
9649
- increaseUnFollowPerDayFrom: number;
9650
- increaseUnFollowPerDayTo: number;
9651
- maxUnFollowPerDay: number;
9652
- limitUnFollowPerHourFrom: number;
9653
- limitUnFollowPerHourTo: number;
9654
- increaseUnFollowPerHourFrom: number;
9655
- increaseUnFollowPerHourTo: number;
9656
- maxUnFollowPerHour: number;
9657
- timeDelayInteractPerOperatorFrom: number;
9658
- timeDelayInteractPerOperatorTo: number;
9149
+ limitNumberLikePerOperationFrom: number;
9150
+ limitNumberLikePerOperationTo: number;
9151
+ timeDelayLikeFrom: number;
9152
+ timeDelayLikeTo: number;
9659
9153
  isTimeUs: boolean;
9660
- isInteractBeforeUnFollow: boolean;
9154
+ isLikeReel: boolean;
9155
+ status: EStatusActive;
9661
9156
  }
9662
9157
 
9663
- interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
9664
- account: IThreadsAccountRun | string;
9158
+ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
9159
+ account: IInstagramAccountRun | string;
9665
9160
  dayOfWeeks: Array<string>;
9666
9161
  listRunTimes: Array<Array<string>>;
9667
9162
  timeExecuteForOperationFrom: number;
@@ -9681,10 +9176,11 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
9681
9176
  isTimeUs: boolean;
9682
9177
  isLikeCommentsPostOfMe: boolean;
9683
9178
  isReplyCommentsPostOfMe: boolean;
9179
+ status: EStatusActive;
9684
9180
  }
9685
9181
 
9686
- interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
9687
- account: IThreadsAccountRun | string;
9182
+ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
9183
+ account: IInstagramAccountRun | string;
9688
9184
  listRunTimes: Array<Array<string>>;
9689
9185
  dayOfWeeks: Array<string>;
9690
9186
  timeExecuteForOperationFrom: number;
@@ -9699,631 +9195,1172 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
9699
9195
  isSkipReplyIfHaveReplied: boolean;
9700
9196
  isSkipReplyIsLink: boolean;
9701
9197
  isSkipReplyIfOnlyIcons: boolean;
9198
+ status: EStatusActive;
9702
9199
  }
9703
9200
 
9704
- interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
9705
- sheetUrl: string;
9706
- sheetName: string;
9707
- typeSocial: ETypeSocial;
9708
- account: string | IThreadsAccountRun;
9709
- deviceKey: string;
9710
- minuteWaiting: number;
9711
- isTimeUS: boolean;
9712
- dayOfWeek: string;
9713
- timeFrom: string;
9714
- timeTo: string;
9715
- service: string;
9716
- action: string;
9717
- timeExecute: Date;
9718
- status: EStatusTaskToolSocials;
9719
- dayOfWeekUS: string;
9720
- timeExecuteUS: Date;
9721
- canvaUrlVideo: string;
9722
- canvaImageThumb: string;
9723
- canvaImagePage1: string;
9724
- canvaImagePage2: string;
9725
- canvaImagePage3: string;
9726
- canvaImagePage4: string;
9727
- canvaImagePage5: string;
9728
- contentPost: string;
9729
- }
9730
-
9731
- interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
9732
- account: string | IThreadsAccountRun;
9733
- sheetUrl: string;
9734
- sheetName: string;
9735
- typeSocial: ETypeSocial;
9736
- deviceKey: string;
9737
- minuteWaiting: number;
9738
- isTimeUS: boolean;
9739
- dayOfWeek: string;
9740
- timeFrom: string;
9741
- timeTo: string;
9742
- service: string;
9743
- action: string;
9744
- timeExecute: Date;
9745
- status: EStatusTaskToolSocials;
9746
- dayOfWeekUS: string;
9747
- timeExecuteUS: Date;
9748
- listUsernameFollow: string[];
9201
+ interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
9202
+ account: IInstagramAccountRun | string;
9203
+ dayOfWeeks: Array<string>;
9204
+ listRunTimes: Array<Array<string>>;
9205
+ timeExecuteForOperationFrom: number;
9206
+ timeExecuteForOperationTo: number;
9207
+ limitViewPerDayFrom: number;
9208
+ limitViewPerDayTo: number;
9209
+ increaseViewPerDayFrom: number;
9210
+ increaseViewPerDayTo: number;
9211
+ maxViewsPerDay: number;
9212
+ limitViewPerHourFrom: number;
9213
+ limitViewPerHourTo: number;
9214
+ increaseViewPerHourFrom: number;
9215
+ increaseViewPerHourTo: number;
9216
+ maxViewsPerHour: number;
9217
+ limitNumberPersonSendMessageFrom: number;
9218
+ limitNumberPersonSendMessageTo: number;
9219
+ timeDelaySendMessageFrom: number;
9220
+ timeDelaySendMessageTo: number;
9221
+ limitNumberLikeStoriesFrom: number;
9222
+ limitNumberLikeStoriesTo: number;
9223
+ timeDelayLikeStoryFrom: number;
9224
+ timeDelayLikeStoryTo: number;
9225
+ isTimeUs: boolean;
9226
+ isLikeStories: boolean;
9227
+ isSendMessageOnSheet: boolean;
9228
+ status: EStatusActive;
9749
9229
  }
9750
9230
 
9751
- interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
9752
- sheetUrl: string;
9753
- sheetName: string;
9754
- typeSocial: ETypeSocial;
9755
- account: string | IThreadsAccountRun;
9756
- deviceKey: string;
9757
- minuteWaiting: number;
9758
- isTimeUS: boolean;
9759
- dayOfWeek: string;
9760
- timeFrom: string;
9761
- timeTo: string;
9762
- service: string;
9763
- action: string;
9764
- timeExecute: Date;
9765
- status: EStatusTaskToolSocials;
9766
- dayOfWeekUS: string;
9767
- timeExecuteUS: Date;
9768
- postUrlReply: string;
9769
- messageForReply: string;
9770
- replyCommentContentStep1: string;
9771
- replyCommentContentStep2: string;
9772
- statusStep1: EStatusTaskToolSocials;
9773
- statusStep2: EStatusTaskToolSocials;
9231
+ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
9232
+ account: IInstagramAccountRun | string;
9233
+ dayOfWeeks: Array<string>;
9234
+ listRunTimes: Array<Array<string>>;
9235
+ timeExecuteForOperationFrom: number;
9236
+ timeExecuteForOperationTo: number;
9237
+ limitUnFollowPerDayFrom: number;
9238
+ limitUnFollowPerDayTo: number;
9239
+ increaseUnFollowPerDayFrom: number;
9240
+ increaseUnFollowPerDayTo: number;
9241
+ maxUnFollowPerDay: number;
9242
+ limitUnFollowPerHourFrom: number;
9243
+ limitUnFollowPerHourTo: number;
9244
+ increaseUnFollowPerHourFrom: number;
9245
+ increaseUnFollowPerHourTo: number;
9246
+ maxUnFollowPerHour: number;
9247
+ timeDelayInteractPerOperatorFrom: number;
9248
+ timeDelayInteractPerOperatorTo: number;
9249
+ isTimeUs: boolean;
9250
+ isInteractBeforeUnFollow: boolean;
9251
+ status: EStatusActive;
9774
9252
  }
9775
9253
 
9776
- interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
9777
- sheetUrl: string;
9778
- sheetName: string;
9779
- typeSocial: ETypeSocial;
9780
- account: string | IThreadsAccountRun;
9781
- deviceKey: string;
9782
- minuteWaiting: number;
9783
- isTimeUS: boolean;
9784
- dayOfWeek: string;
9785
- timeFrom: string;
9786
- timeTo: string;
9787
- service: string;
9788
- action: string;
9789
- timeExecute: Date;
9790
- status: EStatusTaskToolSocials;
9791
- dayOfWeekUS: string;
9792
- timeExecuteUS: Date;
9793
- postUrlReply: string;
9794
- messageForReply: string;
9795
- replyMessageContentStep1: string;
9796
- replyMessageContentStep2: string;
9797
- statusStep1: EStatusTaskToolSocials;
9798
- statusStep2: EStatusTaskToolSocials;
9254
+ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
9255
+ account: IInstagramAccountRun | string;
9256
+ listRunTimes: Array<{
9257
+ typePost: TPost;
9258
+ listTimes: Array<string>;
9259
+ }>;
9260
+ dayOfWeeks: Array<string>;
9261
+ numberCommentsForPostMeFrom: number;
9262
+ numberCommentsForPostMeTo: number;
9263
+ delayTimeCommentFrom: number;
9264
+ delayTimeCommentTo: number;
9265
+ isTimeUs: boolean;
9266
+ status: EStatusActive;
9799
9267
  }
9800
9268
 
9801
- interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
9269
+ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9270
+ account: IInstagramAccountRun | string;
9271
+ listUserBlock: string[];
9272
+ listUserRestrict: string[];
9273
+ listUserHidden: string[];
9274
+ status: EStatusTaskScript;
9275
+ noteFix: string;
9276
+ }
9277
+
9278
+ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9279
+ account: IInstagramAccountRun | string;
9280
+ typeView: string;
9281
+ numberLike: number;
9282
+ minutesExecute: number;
9283
+ isLike: boolean;
9284
+ status: EStatusTaskScript;
9285
+ statusDetail: string;
9286
+ noteFix: string;
9287
+ }
9288
+
9289
+ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9802
9290
  sheetName: string;
9803
9291
  sheetUrl: string;
9804
9292
  account: IInstagramAccountRun | string;
9805
- currentFollower: number;
9806
- currentFollowing: number;
9293
+ statusDetail: string;
9294
+ listUsersFollow: Array<string>;
9295
+ follower: number;
9296
+ following: number;
9297
+ timeStart: Date;
9298
+ timeEnd: Date;
9807
9299
  status: EStatusTaskScript;
9300
+ noteFix: string;
9808
9301
  }
9809
- interface IInstagramHistoryFollowELS extends IBaseELS {
9302
+
9303
+ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9304
+ account: IInstagramAccountRun | string;
9305
+ numberLike: number;
9306
+ minutesExecute: number;
9307
+ isLike: boolean;
9308
+ status: EStatusTaskScript;
9309
+ statusDetail: string;
9310
+ noteFix: string;
9810
9311
  }
9811
9312
 
9812
- interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
9313
+ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9813
9314
  sheetName: string;
9814
9315
  sheetUrl: string;
9815
9316
  account: IInstagramAccountRun | string;
9816
- folderImageName: string;
9817
- linkDriveVideoOfCanva: string;
9818
- listLinkDriveImagesOfCanva: string[];
9819
- statusEditCanva: EStatusExecuteCommon;
9820
- accountStatusLogin: EStatusAccountSocialLogin;
9821
- statusUploadDrive: EStatusExecuteCommon;
9822
- proxyType: ETypeProxy;
9823
- vpnEmail: string;
9824
- vpnPosition: ETypeProxy;
9825
- typePost: TPost;
9826
- stylePost: TPostStyle;
9827
9317
  content: string;
9828
- settingPost: string | IInstagramSettingPost;
9829
- timePost: Date;
9318
+ userLink: string;
9830
9319
  linkPost: string;
9831
- statusAccount: EStatusAccountSocial;
9832
- statusPost: EStatusTaskScript;
9320
+ commentReplied: string;
9321
+ status: EStatusTaskScript;
9322
+ statusDetail: string;
9833
9323
  noteFix: string;
9834
9324
  }
9835
- interface IInstagramHistoryAutoPostELS extends IBaseELS {
9836
- }
9837
9325
 
9838
- interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
9326
+ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9839
9327
  sheetName: string;
9840
9328
  sheetUrl: string;
9841
9329
  account: IInstagramAccountRun | string;
9842
- userBlock: string;
9843
- userRestrict: string;
9844
- userHidden: string;
9845
- statusBlock: EStatusTaskScript;
9846
- statusRestrict: EStatusTaskScript;
9847
- statusHidden: EStatusTaskScript;
9848
- }
9849
- interface IInstagramHistoryBlockUserELS extends IBaseELS {
9330
+ statusDetail: string;
9331
+ receiverName: string;
9332
+ messageReply: string;
9333
+ status: EStatusTaskScript;
9334
+ noteFix: string;
9850
9335
  }
9851
9336
 
9852
- interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
9337
+ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9853
9338
  account: IInstagramAccountRun | string;
9854
- listRunTimes: Array<string>;
9855
- dayOfWeeks: Array<string>;
9856
- isTimeUs: boolean;
9339
+ numberLike: number;
9340
+ minutesExecute: number;
9341
+ numberUsersSentMess: number;
9342
+ isLike: boolean;
9343
+ isSentMessage: boolean;
9344
+ statusDetail: string;
9345
+ status: EStatusTaskScript;
9346
+ noteFix: string;
9857
9347
  }
9858
9348
 
9859
- interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
9349
+ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9350
+ sheetName: string;
9351
+ sheetUrl: string;
9860
9352
  account: IInstagramAccountRun | string;
9861
- dayOfWeeks: Array<string>;
9862
- listRunTimes: Array<Array<string>>;
9863
- maxViewPerDay: number;
9864
- timeExecuteForOperationTo: number;
9865
- timeExecuteForOperationFrom: number;
9866
- limitViewPerDayFrom: number;
9867
- limitViewPerDayTo: number;
9868
- increaseDailyViewFrom: number;
9869
- increaseDailyViewTo: number;
9870
- limitNumberLikePerOperationFrom: number;
9871
- limitNumberLikePerOperationTo: number;
9872
- timeDelayLikeFrom: number;
9873
- timeDelayLikeTo: number;
9874
- isTimeUs: boolean;
9875
- isDetailsView: boolean;
9876
- isLikeExplore: boolean;
9353
+ statusDetail: string;
9354
+ listUsersUnFollow: Array<string>;
9355
+ follower: number;
9356
+ following: number;
9357
+ timeStart: Date;
9358
+ timeEnd: Date;
9359
+ status: EStatusTaskScript;
9360
+ noteFix: string;
9877
9361
  }
9878
9362
 
9879
- interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
9880
- account: IInstagramAccountRun | string;
9881
- listRunTimes: Array<Array<string>>;
9882
- dayOfWeeks: Array<string>;
9883
- timeExecuteForOperationFrom: number;
9884
- timeExecuteForOperationTo: number;
9885
- limitNumberFollowsPerDayFrom: number;
9886
- limitNumberFollowsPerDayTo: number;
9887
- increaseFollowPerDayFrom: number;
9888
- increaseFollowPerDayTo: number;
9889
- maxFollowPerDay: number;
9890
- limitNumberFollowsPerHourFrom: number;
9891
- limitNumberFollowsPerHourTo: number;
9892
- increaseFollowPerHourFrom: number;
9893
- increaseFollowPerHourTo: number;
9894
- maxFollowPerHour: number;
9895
- limitNumberInteractCurrentUserFrom: number;
9896
- limitNumberInteractCurrentUserTo: number;
9897
- timeDelayInteractCurrentUserFrom: number;
9898
- timeDelayInteractCurrentUserTo: number;
9899
- limitNumberInteractUserFollowingFrom: number;
9900
- limitNumberInteractUserFollowingTo: number;
9901
- timeDelayInteractUserFollowingFrom: number;
9902
- timeDelayInteractUserFollowingTo: number;
9903
- limitNumberInteractUserFollowerFrom: number;
9904
- limitNumberInteractUserFollowerTo: number;
9905
- timeDelayInteractUserFollowerFrom: number;
9906
- timeDelayInteractUserFollowerTo: number;
9907
- isTimeUs: boolean;
9908
- isInteractUserFollower: boolean;
9909
- isInteractUserFollowing: boolean;
9910
- isInteractCurrentUser: boolean;
9911
- isSkipUserNameNoneEnglish: boolean;
9912
- isSkipUserNameContainIcons: boolean;
9913
- isSkipFollowWhenUnFollowed: boolean;
9914
- isSkipFollowContainLinks: boolean;
9915
- isSkipBioNoneEnglish: boolean;
9363
+ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9364
+ sheetUrl: string;
9365
+ sheetName: string;
9366
+ account: string | IInstagramAccountRun;
9367
+ sheetPageName: string;
9368
+ rowId: string;
9369
+ historyName: string;
9370
+ status: EStatusTaskScript;
9371
+ statusDetail: string;
9916
9372
  }
9917
9373
 
9918
- interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
9919
- account: IInstagramAccountRun | string;
9920
- dayOfWeeks: Array<string>;
9921
- listRunTimes: Array<Array<string>>;
9922
- limitViewPerDayFrom: number;
9923
- limitViewPerDayTo: number;
9924
- increaseDailyViewFrom: number;
9925
- increaseDailyViewTo: number;
9926
- maxViewPerDay: number;
9927
- timeExecuteForOperationFrom: number;
9928
- timeExecuteForOperationTo: number;
9929
- limitNumberLikePerOperationFrom: number;
9930
- limitNumberLikePerOperationTo: number;
9931
- timeDelayLikeFrom: number;
9932
- timeDelayLikeTo: number;
9933
- isTimeUs: boolean;
9934
- isLikeReel: boolean;
9935
- }
9936
-
9937
- interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
9938
- account: IInstagramAccountRun | string;
9939
- dayOfWeeks: Array<string>;
9940
- listRunTimes: Array<Array<string>>;
9941
- timeExecuteForOperationFrom: number;
9942
- timeExecuteForOperationTo: number;
9943
- limitNumberPostForCommentsFrom: number;
9944
- limitNumberPostForCommentsTo: number;
9945
- timeDelayCommentFrom: number;
9946
- timeDelayCommentTo: number;
9947
- timeDelayLikeFrom: number;
9948
- timeDelayLikeTo: number;
9949
- limitNumberReplyCommentPerDayFrom: number;
9950
- limitNumberReplyCommentPerDayTo: number;
9951
- timeDelayReplyCommentFrom: number;
9952
- timeDelayReplyCommentTo: number;
9953
- isSkipUserNameNoneEnglish: boolean;
9954
- isSkipReplyCommentsOnlyIcon: boolean;
9955
- isTimeUs: boolean;
9956
- isLikeCommentsPostOfMe: boolean;
9957
- isReplyCommentsPostOfMe: boolean;
9958
- }
9959
-
9960
- interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
9961
- account: IInstagramAccountRun | string;
9962
- listRunTimes: Array<Array<string>>;
9963
- dayOfWeeks: Array<string>;
9964
- timeExecuteForOperationFrom: number;
9965
- timeExecuteForOperationTo: number;
9966
- timeDelayReplyMessageFrom: number;
9967
- timeDelayReplyMessageTo: number;
9968
- isTimeUs: boolean;
9969
- isDeleteMessageUsername: boolean;
9970
- isReplyAllMessageFromStories: boolean;
9971
- isSkipUserNameNoneEnglish: boolean;
9972
- isSkipReplyMessageIsImages: boolean;
9973
- isSkipReplyIfHaveReplied: boolean;
9974
- isSkipReplyIsLink: boolean;
9975
- isSkipReplyIfOnlyIcons: boolean;
9976
- }
9977
-
9978
- interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
9979
- account: IInstagramAccountRun | string;
9980
- dayOfWeeks: Array<string>;
9981
- listRunTimes: Array<Array<string>>;
9982
- timeExecuteForOperationFrom: number;
9983
- timeExecuteForOperationTo: number;
9984
- limitViewPerDayFrom: number;
9985
- limitViewPerDayTo: number;
9986
- increaseViewPerDayFrom: number;
9987
- increaseViewPerDayTo: number;
9988
- maxViewsPerDay: number;
9989
- limitViewPerHourFrom: number;
9990
- limitViewPerHourTo: number;
9991
- increaseViewPerHourFrom: number;
9992
- increaseViewPerHourTo: number;
9993
- maxViewsPerHour: number;
9994
- limitNumberPersonSendMessageFrom: number;
9995
- limitNumberPersonSendMessageTo: number;
9996
- timeDelaySendMessageFrom: number;
9997
- timeDelaySendMessageTo: number;
9998
- limitNumberLikeStoriesFrom: number;
9999
- limitNumberLikeStoriesTo: number;
10000
- timeDelayLikeStoryFrom: number;
10001
- timeDelayLikeStoryTo: number;
10002
- isTimeUs: boolean;
10003
- isLikeStories: boolean;
10004
- isSendMessageOnSheet: boolean;
10005
- }
10006
-
10007
- interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
10008
- account: IInstagramAccountRun | string;
10009
- dayOfWeeks: Array<string>;
10010
- listRunTimes: Array<Array<string>>;
10011
- timeExecuteForOperationFrom: number;
10012
- timeExecuteForOperationTo: number;
10013
- limitUnFollowPerDayFrom: number;
10014
- limitUnFollowPerDayTo: number;
10015
- increaseUnFollowPerDayFrom: number;
10016
- increaseUnFollowPerDayTo: number;
10017
- maxUnFollowPerDay: number;
10018
- limitUnFollowPerHourFrom: number;
10019
- limitUnFollowPerHourTo: number;
10020
- increaseUnFollowPerHourFrom: number;
10021
- increaseUnFollowPerHourTo: number;
10022
- maxUnFollowPerHour: number;
10023
- timeDelayInteractPerOperatorFrom: number;
10024
- timeDelayInteractPerOperatorTo: number;
10025
- isTimeUs: boolean;
10026
- isInteractBeforeUnFollow: boolean;
9374
+ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9375
+ sheetUrl: string;
9376
+ sheetName: string;
9377
+ account: string | IInstagramAccountRun;
9378
+ sheetPageName: string;
9379
+ rowId: string;
9380
+ otherAccount: string;
9381
+ photosUrl: string[];
9382
+ videosUrl: string[];
9383
+ collaborator: string;
9384
+ content: string;
9385
+ music: string;
9386
+ tagUser: string;
9387
+ location: string;
9388
+ url: string;
9389
+ status: EStatusTaskScript;
9390
+ statusDetail: string;
10027
9391
  }
10028
9392
 
10029
- interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
10030
- account: IInstagramAccountRun | string;
10031
- listRunTimes: Array<{
10032
- typePost: TPost;
10033
- listTimes: Array<string>;
10034
- }>;
10035
- dayOfWeeks: Array<string>;
10036
- numberCommentsForPostMeFrom: number;
10037
- numberCommentsForPostMeTo: number;
10038
- delayTimeCommentFrom: number;
10039
- delayTimeCommentTo: number;
10040
- isTimeUs: boolean;
9393
+ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9394
+ sheetUrl: string;
9395
+ sheetName: string;
9396
+ account: string | IInstagramAccountRun;
9397
+ sheetPageName: string;
9398
+ rowId: string;
9399
+ otherAccount: string;
9400
+ photosUrl: string[];
9401
+ videosUrl: string[];
9402
+ collaborator: string;
9403
+ content: string;
9404
+ music: string;
9405
+ tagUser: string;
9406
+ location: string;
9407
+ url: string;
9408
+ status: EStatusTaskScript;
9409
+ statusDetail: string;
10041
9410
  }
10042
9411
 
10043
- interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10044
- account: IInstagramAccountRun | string;
10045
- listUserBlock: string[];
10046
- listUserRestrict: string[];
10047
- listUserHidden: string[];
9412
+ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9413
+ sheetUrl: string;
9414
+ sheetName: string;
9415
+ account: string | IInstagramAccountRun;
9416
+ sheetPageName: string;
9417
+ rowId: string;
9418
+ otherAccount: string;
9419
+ photosUrl: string[];
9420
+ videosUrl: string[];
9421
+ titlePoll: string;
9422
+ polls: string[];
9423
+ location: string;
9424
+ music: string;
9425
+ content: string;
9426
+ collaborator: string;
9427
+ tagUser: string;
9428
+ url: string;
10048
9429
  status: EStatusTaskScript;
9430
+ statusDetail: string;
10049
9431
  }
10050
9432
 
10051
- interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10052
- account: IInstagramAccountRun | string;
10053
- typeView: string;
10054
- numberLike: number;
10055
- minutesExecute: number;
10056
- isLike: boolean;
9433
+ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9434
+ sheetUrl: string;
9435
+ sheetName: string;
9436
+ account: string | IInstagramAccountRun;
9437
+ sheetPageName: string;
9438
+ rowId: string;
9439
+ otherAccount: string;
9440
+ photosUrl: string[];
9441
+ videosUrl: string[];
9442
+ music: string;
9443
+ location: string;
10057
9444
  status: EStatusTaskScript;
10058
9445
  statusDetail: string;
10059
9446
  }
10060
9447
 
10061
- interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9448
+ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
9449
+ sheetUrl: string;
10062
9450
  sheetName: string;
9451
+ typeSocial: ETypeSocial;
9452
+ account: string | IInstagramAccountRun;
9453
+ deviceKey: string;
9454
+ minuteWaiting: number;
9455
+ isTimeUS: boolean;
9456
+ dayOfWeek: string;
9457
+ timeFrom: string;
9458
+ timeTo: string;
9459
+ service: string;
9460
+ action: string;
9461
+ timeExecute: Date;
9462
+ status: EStatusTaskToolSocials;
9463
+ dayOfWeekUS: string;
9464
+ timeExecuteUS: Date;
9465
+ listBlockUserName: string[];
9466
+ listRestrictUserName: string[];
9467
+ listHiddenUserName: string[];
9468
+ }
9469
+
9470
+ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
10063
9471
  sheetUrl: string;
10064
- account: IInstagramAccountRun | string;
10065
- statusDetail: string;
10066
- follower: number;
10067
- following: number;
10068
- timeStart: Date;
10069
- timeEnd: Date;
10070
- status: EStatusTaskScript;
9472
+ sheetName: string;
9473
+ typeSocial: ETypeSocial;
9474
+ account: string | IInstagramAccountRun;
9475
+ deviceKey: string;
9476
+ minuteWaiting: number;
9477
+ isTimeUS: boolean;
9478
+ dayOfWeek: string;
9479
+ timeFrom: string;
9480
+ timeTo: string;
9481
+ service: string;
9482
+ action: string;
9483
+ timeExecute: Date;
9484
+ status: EStatusTaskToolSocials;
9485
+ dayOfWeekUS: string;
9486
+ timeExecuteUS: Date;
9487
+ oldUserName: string;
9488
+ typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
9489
+ changeUserNameNew: string;
9490
+ changeFullnameNew: string;
9491
+ changeBioNew: string;
9492
+ passwordNew: string;
9493
+ emailNew: string;
9494
+ code2fa: string;
9495
+ nameLink1: string;
9496
+ link1: string;
9497
+ nameLink2: string;
9498
+ link2: string;
9499
+ nameLink3: string;
9500
+ link3: string;
9501
+ changeAvatar: string;
9502
+ fontTextAvatarUsername: string;
9503
+ urlImageAvatar: string;
9504
+ changeCover: string;
9505
+ fontTextCoverUsername: string;
9506
+ urlImageCover: string;
10071
9507
  }
10072
9508
 
10073
- interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10074
- account: IInstagramAccountRun | string;
10075
- numberLike: number;
10076
- minutesExecute: number;
10077
- isLike: boolean;
10078
- status: EStatusTaskScript;
10079
- statusDetail: string;
9509
+ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
9510
+ sheetUrl: string;
9511
+ sheetName: string;
9512
+ typeSocial: ETypeSocial;
9513
+ account: string | IInstagramAccountRun;
9514
+ deviceKey: string;
9515
+ minuteWaiting: number;
9516
+ isTimeUS: boolean;
9517
+ dayOfWeek: string;
9518
+ timeFrom: string;
9519
+ timeTo: string;
9520
+ service: string;
9521
+ action: string;
9522
+ timeExecute: Date;
9523
+ status: EStatusTaskToolSocials;
9524
+ dayOfWeekUS: string;
9525
+ timeExecuteUS: Date;
9526
+ listUsernameFollow: string[];
9527
+ }
9528
+
9529
+ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
9530
+ typeSocial: ETypeSocial;
9531
+ account: string | IInstagramAccountRun;
9532
+ deviceKey: string;
9533
+ minuteWaiting: number;
9534
+ isTimeUS: boolean;
9535
+ dayOfWeek: string;
9536
+ timeFrom: string;
9537
+ timeTo: string;
9538
+ service: string;
9539
+ action: string;
9540
+ timeExecute: Date;
9541
+ status: EStatusTaskToolSocials;
9542
+ dayOfWeekUS: string;
9543
+ timeExecuteUS: Date;
9544
+ numberView: number;
9545
+ isBasicView: boolean;
9546
+ isLike: boolean;
9547
+ numberLike: number;
9548
+ minuteRun: number;
9549
+ }
9550
+
9551
+ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
9552
+ typeSocial: ETypeSocial;
9553
+ account: string | IInstagramAccountRun;
9554
+ deviceKey: string;
9555
+ minuteWaiting: number;
9556
+ isTimeUS: boolean;
9557
+ dayOfWeek: string;
9558
+ timeFrom: string;
9559
+ timeTo: string;
9560
+ service: string;
9561
+ action: string;
9562
+ timeExecute: Date;
9563
+ status: EStatusTaskToolSocials;
9564
+ dayOfWeekUS: string;
9565
+ timeExecuteUS: Date;
9566
+ numberView: number;
9567
+ isLike: boolean;
9568
+ numberLike: number;
9569
+ minuteRun: number;
9570
+ }
9571
+
9572
+ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
9573
+ typeSocial: ETypeSocial;
9574
+ account: string | IInstagramAccountRun;
9575
+ deviceKey: string;
9576
+ minuteWaiting: number;
9577
+ isTimeUS: boolean;
9578
+ dayOfWeek: string;
9579
+ timeFrom: string;
9580
+ timeTo: string;
9581
+ service: string;
9582
+ action: string;
9583
+ timeExecute: Date;
9584
+ status: EStatusTaskToolSocials;
9585
+ dayOfWeekUS: string;
9586
+ timeExecuteUS: Date;
9587
+ numberView: number;
9588
+ isLike: boolean;
9589
+ numberLike: number;
9590
+ }
9591
+
9592
+ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
9593
+ sheetUrl: string;
9594
+ sheetName: string;
9595
+ typeSocial: ETypeSocial;
9596
+ account: string | IInstagramAccountRun;
9597
+ deviceKey: string;
9598
+ minuteWaiting: number;
9599
+ isTimeUS: boolean;
9600
+ dayOfWeek: string;
9601
+ timeFrom: string;
9602
+ timeTo: string;
9603
+ service: string;
9604
+ action: string;
9605
+ timeExecute: Date;
9606
+ status: EStatusTaskToolSocials;
9607
+ dayOfWeekUS: string;
9608
+ timeExecuteUS: Date;
9609
+ canvaUrlVideo: string;
9610
+ canvaImageThumb: string;
9611
+ canvaImagePage1: string;
9612
+ canvaImagePage2: string;
9613
+ canvaImagePage3: string;
9614
+ canvaImagePage4: string;
9615
+ canvaImagePage5: string;
9616
+ username: string;
9617
+ contentPost: string;
9618
+ nicheLinkCategory: string;
9619
+ titlePool: string;
9620
+ pool1: string;
9621
+ pool2: string;
9622
+ pool3: string;
9623
+ textFirstPage2: string;
9624
+ textSecondPage2: string;
9625
+ textPage6: string;
9626
+ voicePage1: string;
9627
+ voicePage3456: string;
9628
+ addMusic: string;
9629
+ tagUserName: string;
9630
+ tagCollaborator: string;
9631
+ addLocation: string;
9632
+ historyName: string;
9633
+ linkAddHistory: string;
9634
+ commentPostMe: string;
9635
+ tagUserPostMe: string;
9636
+ typePost: string;
9637
+ postStyle: string;
9638
+ statusPost: string;
9639
+ }
9640
+
9641
+ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
9642
+ sheetUrl: string;
9643
+ sheetName: string;
9644
+ typeSocial: ETypeSocial;
9645
+ account: string | IInstagramAccountRun;
9646
+ deviceKey: string;
9647
+ minuteWaiting: number;
9648
+ isTimeUS: boolean;
9649
+ dayOfWeek: string;
9650
+ timeFrom: string;
9651
+ timeTo: string;
9652
+ service: string;
9653
+ action: string;
9654
+ timeExecute: Date;
9655
+ status: EStatusTaskToolSocials;
9656
+ dayOfWeekUS: string;
9657
+ timeExecuteUS: Date;
9658
+ postUrlReply: string;
9659
+ messageForReply: string;
9660
+ replyCommentContentStep1: string;
9661
+ replyCommentContentStep2: string;
9662
+ statusStep1: EStatusTaskToolSocials;
9663
+ statusStep2: EStatusTaskToolSocials;
9664
+ }
9665
+
9666
+ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
9667
+ sheetUrl: string;
9668
+ sheetName: string;
9669
+ account: string | IInstagramAccountRun;
9670
+ typeSocial: ETypeSocial;
9671
+ deviceKey: string;
9672
+ minuteWaiting: number;
9673
+ isTimeUS: boolean;
9674
+ dayOfWeek: string;
9675
+ timeFrom: string;
9676
+ timeTo: string;
9677
+ service: string;
9678
+ action: string;
9679
+ timeExecute: Date;
9680
+ status: EStatusTaskToolSocials;
9681
+ dayOfWeekUS: string;
9682
+ timeExecuteUS: Date;
9683
+ postUrlReply: string;
9684
+ messageForReply: string;
9685
+ replyMessageContentStep1: string;
9686
+ replyMessageContentStep2: string;
9687
+ statusStep1: EStatusTaskToolSocials;
9688
+ statusStep2: EStatusTaskToolSocials;
9689
+ }
9690
+
9691
+ interface IInstagramDashboardFollower extends IBaseModel, ITrackingModel<IUser> {
9692
+ accountId: string;
9693
+ postNews: number;
9694
+ postReel: number;
9695
+ postStory: number;
9696
+ postSquare: number;
9697
+ followers: number;
9698
+ followings: number;
9699
+ }
9700
+ interface IInstagramDashboardFollowerELS extends IBaseELS {
9701
+ idea: {
9702
+ id: string;
9703
+ name: string;
9704
+ version: number;
9705
+ createdAt: Date;
9706
+ updatedAt: Date;
9707
+ };
9708
+ niche: {
9709
+ id: string;
9710
+ name: string;
9711
+ version: number;
9712
+ createdAt: Date;
9713
+ updatedAt: Date;
9714
+ };
9715
+ pc: {
9716
+ id: string;
9717
+ name: string;
9718
+ version: number;
9719
+ createdAt: Date;
9720
+ updatedAt: Date;
9721
+ };
9722
+ device: {
9723
+ id: string;
9724
+ name: string;
9725
+ version: number;
9726
+ createdAt: Date;
9727
+ updatedAt: Date;
9728
+ key: string;
9729
+ };
9730
+ accountGroup: {
9731
+ id: string;
9732
+ name: string;
9733
+ version: number;
9734
+ createdAt: Date;
9735
+ updatedAt: Date;
9736
+ };
9737
+ account: {
9738
+ id: string;
9739
+ name: string;
9740
+ version: number;
9741
+ createdAt: Date;
9742
+ updatedAt: Date;
9743
+ status: EStatusAccountSocialLogin;
9744
+ nameAppClone: string;
9745
+ };
9746
+ typeManagerWork: ETypeManagerWorkClassify;
9747
+ postNews: number;
9748
+ postReel: number;
9749
+ postStory: number;
9750
+ postSquare: number;
9751
+ followers: number;
9752
+ followings: number;
9753
+ }
9754
+
9755
+ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
9756
+ accountRaw: string | IThreadsAccountRaw;
9757
+ runStartDateTime: Date;
9758
+ runEndDateTime: Date;
9759
+ statusRun: EStatusAccountSocialRun;
9760
+ statusConnectDevice: EStatusDeviceConnectPC;
9761
+ noteConnectDevice: string;
9762
+ currentActiveTime: Date;
9763
+ lastActiveTime: Date;
9764
+ note: string;
9765
+ }
9766
+
9767
+ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
9768
+ accountInstagram: string | IInstagramAccountRaw;
9769
+ sheetUrl: string;
9770
+ sheetName: string;
9771
+ group: IAccountSocialGroup | string;
9772
+ accountID: number;
9773
+ nameAppCloneSocial: string;
9774
+ accountDeviceTypeAppClone: string;
9775
+ accountDeviceNameAppClone: string;
9776
+ idea: string | IManagerWork;
9777
+ niche: string | IManagerWork;
9778
+ type: ETypeManagerWorkClassify;
9779
+ pc: IPC | string;
9780
+ deviceKey: string;
9781
+ device: IDevice | string;
9782
+ timeImport: Date;
9783
+ statusImport: EStatusAccountSocialImport;
9784
+ statusSyncAccount: EStatusAccountSocialSync;
9785
+ timeSyncAccount: Date;
9786
+ accountSocialSync: IThreadsAccountRun;
9787
+ noteImport: string;
9788
+ folderNameImage: string;
9789
+ statusFolderNameImage: EStatusAccountSocialFolderName;
9790
+ timeFolderNameImage: Date;
9791
+ statusLogin: EStatusAccountSocialLogin;
9792
+ timeLogin: Date;
9793
+ promptAvatar: string;
9794
+ oldAvatar: string | IFile;
9795
+ newAvatar: string | IFile;
9796
+ statusChangeAvatar: EStatusChangeInfo;
9797
+ timeChangeAvatar: Date;
9798
+ oldGroup: string | IAccountSocialGroup;
9799
+ newGroup: string | IAccountSocialGroup;
9800
+ statusChangeGroup: EStatusChangeInfo;
9801
+ timeChangeGroup: Date;
9802
+ statusLoginEmail: EStatusAccountSocialLoginEmail;
9803
+ timeLoginEmail: Date;
9804
+ interestThreads: string;
9805
+ statusChangeInterestThreads: EStatusChangeInfo;
9806
+ timeChangeInterestThreads: Date;
9807
+ totalLinkBio: string[];
9808
+ statusChangeBio: string;
9809
+ timeChangeBio: Date;
9810
+ statusConnectDevice: EStatusDeviceConnectPC;
9811
+ noteConnectDevice: string;
9812
+ note: string;
9813
+ timeLastUsed: Date;
9814
+ lastUserUsed: string | IUser;
9815
+ }
9816
+
9817
+ interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
9818
+ sheetUrl: string;
9819
+ sheetName: string;
9820
+ account: string | IThreadsAccountRaw;
9821
+ statusSyncAccount?: EStatusAccountSocialSync;
9822
+ timeAction: Date;
9823
+ note: string;
9824
+ }
9825
+ interface IThreadsHistoryAutoSyncELS extends IBaseELS {
9826
+ historyUserName: {
9827
+ old: string;
9828
+ new: string;
9829
+ statusChange: EStatusChangeInfo;
9830
+ timeChange: Date;
9831
+ };
9832
+ historyFullname: {
9833
+ old: string;
9834
+ new: string;
9835
+ statusChange: EStatusChangeInfo;
9836
+ timeChange: Date;
9837
+ };
9838
+ loginStatus: EStatusAccountSocialLogin;
9839
+ statusSyncAccount?: EStatusAccountSocialSync;
9840
+ idea: {
9841
+ id: string;
9842
+ name: string;
9843
+ };
9844
+ niche: {
9845
+ id: string;
9846
+ name: string;
9847
+ };
9848
+ sheet: {
9849
+ url: string;
9850
+ name: string;
9851
+ };
9852
+ type: ETypeManagerWorkClassify;
9853
+ groupAccountSocial: {
9854
+ old: string;
9855
+ new: string;
9856
+ status: string;
9857
+ timeChange: Date;
9858
+ };
9859
+ accountID: string;
9860
+ emailInfo: {
9861
+ email: string;
9862
+ emailPassword: string;
9863
+ email2FA: string;
9864
+ emailRecover: string;
9865
+ };
9866
+ infoSystem: {
9867
+ pcName: string;
9868
+ department: string;
9869
+ leader: string;
9870
+ member: string;
9871
+ };
9872
+ deviceInfo: {
9873
+ key: string;
9874
+ model: string;
9875
+ name: string;
9876
+ os: ETypeDeviceOS;
9877
+ typeAppClone: string;
9878
+ nameAppClone: string;
9879
+ };
9880
+ timeAction: Date;
9881
+ note: string;
9882
+ }
9883
+
9884
+ interface IThreadsHistoryCreateNew extends IBaseModel, ITrackingModel<IUser> {
9885
+ sheetUrl: string;
9886
+ sheetName: string;
9887
+ account: string | IThreadsAccountRaw;
9888
+ timeImport: Date;
9889
+ statusImport: EStatusAccountSocialImport;
9890
+ noteImport: string;
9891
+ originalEmail: string;
9892
+ originalEmailPassword: string;
9893
+ originalUsername: string;
9894
+ originalFullname: string;
9895
+ originalPassword: string;
9896
+ originalCode2FA: string;
9897
+ timeAction: Date;
9898
+ note: string;
9899
+ }
9900
+ interface IThreadsHistoryCreateNewELS extends IBaseELS {
9901
+ typeCreateNew: ETypeSocialCreateNew;
9902
+ folderName: EFolderImageAI;
9903
+ model: EAIModelImage;
9904
+ status: EStatusCreateNew;
9905
+ sheet: {
9906
+ url: string;
9907
+ name: string;
9908
+ };
9909
+ idea: {
9910
+ id: string;
9911
+ name: string;
9912
+ };
9913
+ niche: {
9914
+ id: string;
9915
+ name: string;
9916
+ };
9917
+ type: ETypeManagerWorkClassify;
9918
+ groupAccountSocial: {
9919
+ old: string;
9920
+ new: string;
9921
+ status: string;
9922
+ timeChange: Date;
9923
+ };
9924
+ accountID: string;
9925
+ historyUserName: {
9926
+ old: string;
9927
+ new: string;
9928
+ statusChange: EStatusChangeInfo;
9929
+ timeChange: Date;
9930
+ };
9931
+ historyFullname: {
9932
+ old: string;
9933
+ new: string;
9934
+ statusChange: EStatusChangeInfo;
9935
+ timeChange: Date;
9936
+ };
9937
+ emailInfo: {
9938
+ email: string;
9939
+ emailPassword: string;
9940
+ email2FA: string;
9941
+ emailRecover: string;
9942
+ };
9943
+ infoSystem: {
9944
+ pcName: string;
9945
+ department: string;
9946
+ leader: string;
9947
+ member: string;
9948
+ };
9949
+ deviceInfo: {
9950
+ key: string;
9951
+ model: string;
9952
+ name: string;
9953
+ os: ETypeDeviceOS;
9954
+ typeAppClone: string;
9955
+ nameAppClone: string;
9956
+ };
9957
+ timeAction: Date;
9958
+ note: string;
9959
+ }
9960
+
9961
+ interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
9962
+ sheetUrl: string;
9963
+ sheetName: string;
9964
+ account: string | IThreadsAccountRaw;
9965
+ changeType: EStatusAccountTypeChangeInfoThreads;
9966
+ oldUsername?: string;
9967
+ newUsername?: string;
9968
+ statusChangeUsername?: EStatusChangeInfo;
9969
+ timeChangeUserName?: Date;
9970
+ oldFullname?: string;
9971
+ newFullname?: string;
9972
+ statusChangeFullname?: EStatusChangeInfo;
9973
+ timeChangeFullname?: Date;
9974
+ oldEmail?: string;
9975
+ newEmail?: string;
9976
+ statusChangeEmail?: EStatusChangeInfo;
9977
+ timeChangeEmail?: Date;
9978
+ oldCode2FA?: string;
9979
+ newCode2FA?: string;
9980
+ statusChange2fa?: EStatusChangeInfo;
9981
+ timeChange2FA?: Date;
9982
+ oldPassword?: string;
9983
+ newPassword?: string;
9984
+ statusChangePassword?: EStatusChangeInfo;
9985
+ timeChangePassword?: Date;
9986
+ promptAvatar?: string;
9987
+ oldAvatar?: string | IFile;
9988
+ newAvatar?: string | IFile;
9989
+ statusChangeAvatar?: EStatusChangeInfo;
9990
+ timeChangeAvatar?: Date;
9991
+ promptCover?: string;
9992
+ oldCover?: string | IFile;
9993
+ newCover?: string | IFile;
9994
+ statusChangeCover?: EStatusChangeInfo;
9995
+ timeChangeCover?: Date;
9996
+ oldBio?: string[];
9997
+ newBio?: string[];
9998
+ statusChangeBio?: EStatusChangeInfo;
9999
+ timeChangeBio?: Date;
10000
+ timeAction: Date;
10001
+ note: string;
10002
+ }
10003
+ interface IThreadsHistoryChangeInfoELS extends IBaseELS {
10004
+ typeAutoChange: ETypeSocialChangeInfoThreads;
10005
+ changeType: EStatusAccountTypeChangeInfoInstagram;
10006
+ sheet: {
10007
+ url: string;
10008
+ name: string;
10009
+ };
10010
+ idea: {
10011
+ id: string;
10012
+ name: string;
10013
+ };
10014
+ niche: {
10015
+ id: string;
10016
+ name: string;
10017
+ };
10018
+ type: ETypeManagerWorkClassify;
10019
+ groupAccountSocial: {
10020
+ old: string;
10021
+ new: string;
10022
+ status: string;
10023
+ timeChange: Date;
10024
+ };
10025
+ accountID: string;
10026
+ historyUserName: {
10027
+ old: string;
10028
+ new: string;
10029
+ statusChange: EStatusChangeInfo;
10030
+ timeChange: Date;
10031
+ };
10032
+ historyFullname: {
10033
+ old: string;
10034
+ new: string;
10035
+ statusChange: EStatusChangeInfo;
10036
+ timeChange: Date;
10037
+ };
10038
+ historyPassword: {
10039
+ old: string;
10040
+ new: string;
10041
+ statusChange: EStatusChangeInfo;
10042
+ timeChange: Date;
10043
+ };
10044
+ history2FA: {
10045
+ old: string;
10046
+ new: string;
10047
+ statusChange: EStatusChangeInfo;
10048
+ timeChange: Date;
10049
+ };
10050
+ historyAvatar: {
10051
+ old: string;
10052
+ new: string;
10053
+ statusChange: EStatusChangeInfo;
10054
+ timeChange: Date;
10055
+ };
10056
+ historyCover: {
10057
+ old: string;
10058
+ new: string;
10059
+ statusChange: EStatusChangeInfo;
10060
+ timeChange: Date;
10061
+ };
10062
+ historyEmail: {
10063
+ old: string;
10064
+ new: string;
10065
+ statusChange: EStatusChangeInfo;
10066
+ timeChange: Date;
10067
+ };
10068
+ historyBio: {
10069
+ old: string[];
10070
+ new: string[];
10071
+ statusChange: EStatusChangeInfo;
10072
+ timeChange: Date;
10073
+ };
10074
+ emailInfo: {
10075
+ email: string;
10076
+ emailPassword: string;
10077
+ email2FA: string;
10078
+ emailRecover: string;
10079
+ };
10080
+ infoSystem: {
10081
+ pcName: string;
10082
+ department: string;
10083
+ leader: string;
10084
+ member: string;
10085
+ };
10086
+ deviceInfo: {
10087
+ key: string;
10088
+ model: string;
10089
+ name: string;
10090
+ os: ETypeDeviceOS;
10091
+ typeAppClone: string;
10092
+ nameAppClone: string;
10093
+ };
10094
+ timeAction: Date;
10095
+ note: string;
10096
+ }
10097
+
10098
+ interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
10099
+ sheetUrl: string;
10100
+ sheetName: string;
10101
+ account: string | IThreadsAccountRaw;
10102
+ oldGroup: IAccountSocialGroup | string;
10103
+ newGroup: IAccountSocialGroup | string;
10104
+ timeAction: Date;
10105
+ note: string;
10106
+ }
10107
+ interface IThreadsHistoryGroupELS extends IBaseELS {
10108
+ accountID: string;
10109
+ oldGroup: string;
10110
+ newGroup: string;
10111
+ statusChange: EStatusChangeInfo;
10112
+ sheet: {
10113
+ url: string;
10114
+ name: string;
10115
+ };
10116
+ idea: {
10117
+ id: string;
10118
+ name: string;
10119
+ };
10120
+ niche: {
10121
+ id: string;
10122
+ name: string;
10123
+ };
10124
+ type: ETypeManagerWorkClassify;
10125
+ historyUserName: {
10126
+ old: string;
10127
+ new: string;
10128
+ statusChange: EStatusChangeInfo;
10129
+ timeChange: Date;
10130
+ };
10131
+ historyFullname: {
10132
+ old: string;
10133
+ new: string;
10134
+ statusChange: EStatusChangeInfo;
10135
+ timeChange: Date;
10136
+ };
10137
+ emailInfo: {
10138
+ email: string;
10139
+ emailPassword: string;
10140
+ email2FA: string;
10141
+ emailRecover: string;
10142
+ };
10143
+ deviceInfo: {
10144
+ key: string;
10145
+ model: string;
10146
+ name: string;
10147
+ os: ETypeDeviceOS;
10148
+ typeAppClone: string;
10149
+ nameAppClone: string;
10150
+ };
10151
+ infoSystem: {
10152
+ pcName: string;
10153
+ department: string;
10154
+ leader: string;
10155
+ member: string;
10156
+ };
10157
+ timeAction: Date;
10158
+ note: string;
10080
10159
  }
10081
10160
 
10082
- interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10161
+ interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
10083
10162
  sheetName: string;
10084
10163
  sheetUrl: string;
10085
- account: IInstagramAccountRun | string;
10164
+ account: IThreadsAccountRun | string;
10165
+ folderImageName: string;
10166
+ linkDriveVideoOfCanva: string;
10167
+ listLinkDriveImagesOfCanva: string[];
10168
+ statusEditCanva: EStatusExecuteCommon;
10169
+ accountStatusLogin: EStatusAccountSocialLogin;
10170
+ statusUploadDrive: EStatusExecuteCommon;
10171
+ proxyType: ETypeProxy;
10172
+ vpnEmail: string;
10173
+ vpnPosition: ETypeProxy;
10174
+ typePost: TPost;
10175
+ stylePost: TPostStyle;
10086
10176
  content: string;
10087
- userLink: string;
10177
+ settingPost: string | IThreadsSettingPost;
10178
+ timePost: Date;
10088
10179
  linkPost: string;
10089
- commentReplied: string;
10090
- status: EStatusTaskScript;
10091
- statusDetail: string;
10092
- }
10093
-
10094
- interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10095
- sheetName: string;
10096
- sheetUrl: string;
10097
- account: IInstagramAccountRun | string;
10098
- statusDetail: string;
10099
- receiverName: string;
10100
- messageReply: string;
10101
- status: EStatusTaskScript;
10180
+ statusAccount: EStatusAccountSocial;
10181
+ statusPost: EStatusTaskScript;
10182
+ noteFix: string;
10102
10183
  }
10103
-
10104
- interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10105
- account: IInstagramAccountRun | string;
10106
- numberLike: number;
10107
- minutesExecute: number;
10108
- numberUsersSentMess: number;
10109
- isLike: boolean;
10110
- isSentMessage: boolean;
10111
- statusDetail: string;
10112
- status: EStatusTaskScript;
10184
+ interface IThreadsHistoryAutoPostELS extends IBaseELS {
10113
10185
  }
10114
10186
 
10115
- interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10116
- sheetUrl: string;
10187
+ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
10117
10188
  sheetName: string;
10118
- account: string | IInstagramAccountRun;
10119
- sheetPageName: string;
10120
- rowId: string;
10121
- historyName: string;
10122
- status: EStatusTaskScript;
10123
- statusDetail: string;
10124
- }
10125
-
10126
- interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10127
10189
  sheetUrl: string;
10128
- sheetName: string;
10129
- account: string | IInstagramAccountRun;
10130
- sheetPageName: string;
10131
- rowId: string;
10132
- otherAccount: string;
10190
+ account: IThreadsAccountRun | string;
10191
+ url: string;
10133
10192
  photosUrl: string[];
10134
10193
  videosUrl: string[];
10135
- collaborator: string;
10194
+ titleContent: string;
10195
+ tagUsers: string[];
10136
10196
  content: string;
10137
- music: string;
10138
- tagUser: string;
10139
- location: string;
10140
- url: string;
10197
+ caption: string;
10198
+ hashtag: string;
10199
+ altNicheImages: string[];
10200
+ altImages: string[];
10201
+ altVideos: string[];
10141
10202
  status: EStatusTaskScript;
10142
10203
  statusDetail: string;
10204
+ timeStart: Date;
10205
+ timeEnd: Date;
10143
10206
  }
10144
10207
 
10145
- interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10146
- sheetUrl: string;
10208
+ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
10147
10209
  sheetName: string;
10148
- account: string | IInstagramAccountRun;
10149
- sheetPageName: string;
10150
- rowId: string;
10151
- otherAccount: string;
10152
- photosUrl: string[];
10153
- videosUrl: string[];
10154
- collaborator: string;
10155
- content: string;
10156
- music: string;
10157
- tagUser: string;
10158
- location: string;
10159
- url: string;
10210
+ sheetUrl: string;
10211
+ account: IThreadsAccountRun | string;
10212
+ follower: number;
10213
+ following: number;
10160
10214
  status: EStatusTaskScript;
10161
10215
  statusDetail: string;
10216
+ timeStart: Date;
10217
+ timeEnd: Date;
10162
10218
  }
10163
10219
 
10164
- interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10165
- sheetUrl: string;
10220
+ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10166
10221
  sheetName: string;
10167
- account: string | IInstagramAccountRun;
10168
- sheetPageName: string;
10169
- rowId: string;
10170
- otherAccount: string;
10171
- photosUrl: string[];
10172
- videosUrl: string[];
10173
- titlePoll: string;
10174
- polls: string[];
10175
- location: string;
10176
- music: string;
10177
- content: string;
10178
- collaborator: string;
10179
- tagUser: string;
10180
- url: string;
10222
+ sheetUrl: string;
10223
+ account: IThreadsAccountRun | string;
10181
10224
  status: EStatusTaskScript;
10182
10225
  statusDetail: string;
10226
+ receiverName: string;
10227
+ messageReply: string;
10183
10228
  }
10184
10229
 
10185
- interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10186
- sheetUrl: string;
10230
+ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
10187
10231
  sheetName: string;
10188
- account: string | IInstagramAccountRun;
10189
- sheetPageName: string;
10190
- rowId: string;
10191
- otherAccount: string;
10192
- photosUrl: string[];
10193
- videosUrl: string[];
10194
- music: string;
10195
- location: string;
10232
+ sheetUrl: string;
10233
+ account: IThreadsAccountRun | string;
10234
+ content: string;
10235
+ linkPost: string;
10236
+ userLink: string;
10196
10237
  status: EStatusTaskScript;
10197
10238
  statusDetail: string;
10239
+ timeStart: Date;
10240
+ timeEnd: Date;
10198
10241
  }
10199
10242
 
10200
- interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
10201
- sheetUrl: string;
10202
- sheetName: string;
10203
- typeSocial: ETypeSocial;
10204
- account: string | IInstagramAccountRun;
10205
- deviceKey: string;
10206
- minuteWaiting: number;
10207
- isTimeUS: boolean;
10208
- dayOfWeek: string;
10209
- timeFrom: string;
10210
- timeTo: string;
10211
- service: string;
10212
- action: string;
10213
- timeExecute: Date;
10214
- status: EStatusTaskToolSocials;
10215
- dayOfWeekUS: string;
10216
- timeExecuteUS: Date;
10217
- listBlockUserName: string[];
10218
- listRestrictUserName: string[];
10219
- listHiddenUserName: string[];
10243
+ interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
10244
+ account: IThreadsAccountRun | string;
10245
+ listRunTimes: Array<{
10246
+ typePost: TPost;
10247
+ listTimes: Array<string>;
10248
+ }>;
10249
+ dayOfWeeks: Array<string>;
10250
+ numberCommentsForPostMeFrom: number;
10251
+ numberCommentsForPostMeTo: number;
10252
+ delayTimeCommentFrom: number;
10253
+ delayTimeCommentTo: number;
10254
+ isTimeUs: boolean;
10220
10255
  }
10221
10256
 
10222
- interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
10223
- sheetUrl: string;
10224
- sheetName: string;
10225
- typeSocial: ETypeSocial;
10226
- account: string | IInstagramAccountRun;
10227
- deviceKey: string;
10228
- minuteWaiting: number;
10229
- isTimeUS: boolean;
10230
- dayOfWeek: string;
10231
- timeFrom: string;
10232
- timeTo: string;
10233
- service: string;
10234
- action: string;
10235
- timeExecute: Date;
10236
- status: EStatusTaskToolSocials;
10237
- dayOfWeekUS: string;
10238
- timeExecuteUS: Date;
10239
- oldUserName: string;
10240
- typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
10241
- changeUserNameNew: string;
10242
- changeFullnameNew: string;
10243
- changeBioNew: string;
10244
- passwordNew: string;
10245
- emailNew: string;
10246
- code2fa: string;
10247
- nameLink1: string;
10248
- link1: string;
10249
- nameLink2: string;
10250
- link2: string;
10251
- nameLink3: string;
10252
- link3: string;
10253
- changeAvatar: string;
10254
- fontTextAvatarUsername: string;
10255
- urlImageAvatar: string;
10256
- changeCover: string;
10257
- fontTextCoverUsername: string;
10258
- urlImageCover: string;
10257
+ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
10258
+ account: IThreadsAccountRun | string;
10259
+ listRunTimes: Array<Array<string>>;
10260
+ dayOfWeeks: Array<string>;
10261
+ timeExecuteForOperationFrom: number;
10262
+ timeExecuteForOperationTo: number;
10263
+ limitNumberFollowsPerDayFrom: number;
10264
+ limitNumberFollowsPerDayTo: number;
10265
+ increaseFollowPerDayFrom: number;
10266
+ increaseFollowPerDayTo: number;
10267
+ maxFollowPerDay: number;
10268
+ limitNumberFollowsPerHourFrom: number;
10269
+ limitNumberFollowsPerHourTo: number;
10270
+ increaseFollowPerHourFrom: number;
10271
+ increaseFollowPerHourTo: number;
10272
+ maxFollowPerHour: number;
10273
+ limitNumberInteractCurrentUserFrom: number;
10274
+ limitNumberInteractCurrentUserTo: number;
10275
+ timeDelayInteractCurrentUserFrom: number;
10276
+ timeDelayInteractCurrentUserTo: number;
10277
+ limitNumberInteractUserFollowingFrom: number;
10278
+ limitNumberInteractUserFollowingTo: number;
10279
+ timeDelayInteractUserFollowingFrom: number;
10280
+ timeDelayInteractUserFollowingTo: number;
10281
+ limitNumberInteractUserFollowerFrom: number;
10282
+ limitNumberInteractUserFollowerTo: number;
10283
+ timeDelayInteractUserFollowerFrom: number;
10284
+ timeDelayInteractUserFollowerTo: number;
10285
+ isTimeUs: boolean;
10286
+ isInteractUserFollower: boolean;
10287
+ isInteractUserFollowing: boolean;
10288
+ isInteractCurrentUser: boolean;
10289
+ isSkipUserNameNoneEnglish: boolean;
10290
+ isSkipUserNameContainIcons: boolean;
10291
+ isSkipFollowWhenUnFollowed: boolean;
10292
+ isSkipFollowContainLinks: boolean;
10293
+ isSkipBioNoneEnglish: boolean;
10259
10294
  }
10260
10295
 
10261
- interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
10262
- sheetUrl: string;
10263
- sheetName: string;
10264
- typeSocial: ETypeSocial;
10265
- account: string | IInstagramAccountRun;
10266
- deviceKey: string;
10267
- minuteWaiting: number;
10268
- isTimeUS: boolean;
10269
- dayOfWeek: string;
10270
- timeFrom: string;
10271
- timeTo: string;
10272
- service: string;
10273
- action: string;
10274
- timeExecute: Date;
10275
- status: EStatusTaskToolSocials;
10276
- dayOfWeekUS: string;
10277
- timeExecuteUS: Date;
10278
- listUsernameFollow: string[];
10296
+ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
10297
+ account: IThreadsAccountRun | string;
10298
+ dayOfWeeks: Array<string>;
10299
+ listRunTimes: Array<Array<string>>;
10300
+ timeExecuteForOperationFrom: number;
10301
+ timeExecuteForOperationTo: number;
10302
+ limitUnFollowPerDayFrom: number;
10303
+ limitUnFollowPerDayTo: number;
10304
+ increaseUnFollowPerDayFrom: number;
10305
+ increaseUnFollowPerDayTo: number;
10306
+ maxUnFollowPerDay: number;
10307
+ limitUnFollowPerHourFrom: number;
10308
+ limitUnFollowPerHourTo: number;
10309
+ increaseUnFollowPerHourFrom: number;
10310
+ increaseUnFollowPerHourTo: number;
10311
+ maxUnFollowPerHour: number;
10312
+ timeDelayInteractPerOperatorFrom: number;
10313
+ timeDelayInteractPerOperatorTo: number;
10314
+ isTimeUs: boolean;
10315
+ isInteractBeforeUnFollow: boolean;
10279
10316
  }
10280
10317
 
10281
- interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
10282
- typeSocial: ETypeSocial;
10283
- account: string | IInstagramAccountRun;
10284
- deviceKey: string;
10285
- minuteWaiting: number;
10286
- isTimeUS: boolean;
10287
- dayOfWeek: string;
10288
- timeFrom: string;
10289
- timeTo: string;
10290
- service: string;
10291
- action: string;
10292
- timeExecute: Date;
10293
- status: EStatusTaskToolSocials;
10294
- dayOfWeekUS: string;
10295
- timeExecuteUS: Date;
10296
- numberView: number;
10297
- isBasicView: boolean;
10298
- isLike: boolean;
10299
- numberLike: number;
10300
- minuteRun: number;
10318
+ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
10319
+ account: IThreadsAccountRun | string;
10320
+ dayOfWeeks: Array<string>;
10321
+ listRunTimes: Array<Array<string>>;
10322
+ timeExecuteForOperationFrom: number;
10323
+ timeExecuteForOperationTo: number;
10324
+ limitNumberPostForCommentsFrom: number;
10325
+ limitNumberPostForCommentsTo: number;
10326
+ timeDelayCommentFrom: number;
10327
+ timeDelayCommentTo: number;
10328
+ timeDelayLikeFrom: number;
10329
+ timeDelayLikeTo: number;
10330
+ limitNumberReplyCommentPerDayFrom: number;
10331
+ limitNumberReplyCommentPerDayTo: number;
10332
+ timeDelayReplyCommentFrom: number;
10333
+ timeDelayReplyCommentTo: number;
10334
+ isSkipUserNameNoneEnglish: boolean;
10335
+ isSkipReplyCommentsOnlyIcon: boolean;
10336
+ isTimeUs: boolean;
10337
+ isLikeCommentsPostOfMe: boolean;
10338
+ isReplyCommentsPostOfMe: boolean;
10301
10339
  }
10302
10340
 
10303
- interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
10304
- typeSocial: ETypeSocial;
10305
- account: string | IInstagramAccountRun;
10306
- deviceKey: string;
10307
- minuteWaiting: number;
10308
- isTimeUS: boolean;
10309
- dayOfWeek: string;
10310
- timeFrom: string;
10311
- timeTo: string;
10312
- service: string;
10313
- action: string;
10314
- timeExecute: Date;
10315
- status: EStatusTaskToolSocials;
10316
- dayOfWeekUS: string;
10317
- timeExecuteUS: Date;
10318
- numberView: number;
10319
- isLike: boolean;
10320
- numberLike: number;
10321
- minuteRun: number;
10341
+ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
10342
+ account: IThreadsAccountRun | string;
10343
+ listRunTimes: Array<Array<string>>;
10344
+ dayOfWeeks: Array<string>;
10345
+ timeExecuteForOperationFrom: number;
10346
+ timeExecuteForOperationTo: number;
10347
+ timeDelayReplyMessageFrom: number;
10348
+ timeDelayReplyMessageTo: number;
10349
+ isTimeUs: boolean;
10350
+ isDeleteMessageUsername: boolean;
10351
+ isReplyAllMessageFromStories: boolean;
10352
+ isSkipUserNameNoneEnglish: boolean;
10353
+ isSkipReplyMessageIsImages: boolean;
10354
+ isSkipReplyIfHaveReplied: boolean;
10355
+ isSkipReplyIsLink: boolean;
10356
+ isSkipReplyIfOnlyIcons: boolean;
10322
10357
  }
10323
10358
 
10324
- interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
10359
+ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
10360
+ sheetUrl: string;
10361
+ sheetName: string;
10325
10362
  typeSocial: ETypeSocial;
10326
- account: string | IInstagramAccountRun;
10363
+ account: string | IThreadsAccountRun;
10327
10364
  deviceKey: string;
10328
10365
  minuteWaiting: number;
10329
10366
  isTimeUS: boolean;
@@ -10336,16 +10373,21 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
10336
10373
  status: EStatusTaskToolSocials;
10337
10374
  dayOfWeekUS: string;
10338
10375
  timeExecuteUS: Date;
10339
- numberView: number;
10340
- isLike: boolean;
10341
- numberLike: number;
10376
+ canvaUrlVideo: string;
10377
+ canvaImageThumb: string;
10378
+ canvaImagePage1: string;
10379
+ canvaImagePage2: string;
10380
+ canvaImagePage3: string;
10381
+ canvaImagePage4: string;
10382
+ canvaImagePage5: string;
10383
+ contentPost: string;
10342
10384
  }
10343
10385
 
10344
- interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10386
+ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
10387
+ account: string | IThreadsAccountRun;
10345
10388
  sheetUrl: string;
10346
10389
  sheetName: string;
10347
10390
  typeSocial: ETypeSocial;
10348
- account: string | IInstagramAccountRun;
10349
10391
  deviceKey: string;
10350
10392
  minuteWaiting: number;
10351
10393
  isTimeUS: boolean;
@@ -10358,43 +10400,14 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10358
10400
  status: EStatusTaskToolSocials;
10359
10401
  dayOfWeekUS: string;
10360
10402
  timeExecuteUS: Date;
10361
- canvaUrlVideo: string;
10362
- canvaImageThumb: string;
10363
- canvaImagePage1: string;
10364
- canvaImagePage2: string;
10365
- canvaImagePage3: string;
10366
- canvaImagePage4: string;
10367
- canvaImagePage5: string;
10368
- username: string;
10369
- contentPost: string;
10370
- nicheLinkCategory: string;
10371
- titlePool: string;
10372
- pool1: string;
10373
- pool2: string;
10374
- pool3: string;
10375
- textFirstPage2: string;
10376
- textSecondPage2: string;
10377
- textPage6: string;
10378
- voicePage1: string;
10379
- voicePage3456: string;
10380
- addMusic: string;
10381
- tagUserName: string;
10382
- tagCollaborator: string;
10383
- addLocation: string;
10384
- historyName: string;
10385
- linkAddHistory: string;
10386
- commentPostMe: string;
10387
- tagUserPostMe: string;
10388
- typePost: string;
10389
- postStyle: string;
10390
- statusPost: string;
10403
+ listUsernameFollow: string[];
10391
10404
  }
10392
10405
 
10393
- interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
10406
+ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
10394
10407
  sheetUrl: string;
10395
10408
  sheetName: string;
10396
10409
  typeSocial: ETypeSocial;
10397
- account: string | IInstagramAccountRun;
10410
+ account: string | IThreadsAccountRun;
10398
10411
  deviceKey: string;
10399
10412
  minuteWaiting: number;
10400
10413
  isTimeUS: boolean;
@@ -10415,11 +10428,11 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
10415
10428
  statusStep2: EStatusTaskToolSocials;
10416
10429
  }
10417
10430
 
10418
- interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
10431
+ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
10419
10432
  sheetUrl: string;
10420
10433
  sheetName: string;
10421
- account: string | IInstagramAccountRun;
10422
10434
  typeSocial: ETypeSocial;
10435
+ account: string | IThreadsAccountRun;
10423
10436
  deviceKey: string;
10424
10437
  minuteWaiting: number;
10425
10438
  isTimeUS: boolean;
@@ -10440,70 +10453,6 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
10440
10453
  statusStep2: EStatusTaskToolSocials;
10441
10454
  }
10442
10455
 
10443
- interface IInstagramDashboardFollower extends IBaseModel, ITrackingModel<IUser> {
10444
- accountId: string;
10445
- postNews: number;
10446
- postReel: number;
10447
- postStory: number;
10448
- postSquare: number;
10449
- followers: number;
10450
- followings: number;
10451
- }
10452
- interface IInstagramDashboardFollowerELS extends IBaseELS {
10453
- idea: {
10454
- id: string;
10455
- name: string;
10456
- version: number;
10457
- createdAt: Date;
10458
- updatedAt: Date;
10459
- };
10460
- niche: {
10461
- id: string;
10462
- name: string;
10463
- version: number;
10464
- createdAt: Date;
10465
- updatedAt: Date;
10466
- };
10467
- pc: {
10468
- id: string;
10469
- name: string;
10470
- version: number;
10471
- createdAt: Date;
10472
- updatedAt: Date;
10473
- };
10474
- device: {
10475
- id: string;
10476
- name: string;
10477
- version: number;
10478
- createdAt: Date;
10479
- updatedAt: Date;
10480
- key: string;
10481
- };
10482
- accountGroup: {
10483
- id: string;
10484
- name: string;
10485
- version: number;
10486
- createdAt: Date;
10487
- updatedAt: Date;
10488
- };
10489
- account: {
10490
- id: string;
10491
- name: string;
10492
- version: number;
10493
- createdAt: Date;
10494
- updatedAt: Date;
10495
- status: EStatusAccountSocialLogin;
10496
- nameAppClone: string;
10497
- };
10498
- typeManagerWork: ETypeManagerWorkClassify;
10499
- postNews: number;
10500
- postReel: number;
10501
- postStory: number;
10502
- postSquare: number;
10503
- followers: number;
10504
- followings: number;
10505
- }
10506
-
10507
10456
  interface ISocialTaskManager extends IBaseModel, ITrackingModel<IUser> {
10508
10457
  deviceKey: string;
10509
10458
  timeExecute: Date;
@@ -10516,6 +10465,14 @@ interface ISocialTaskManager extends IBaseModel, ITrackingModel<IUser> {
10516
10465
  taskId: string;
10517
10466
  }
10518
10467
 
10468
+ interface ISheetImportSocial extends IBaseModel, ITrackingModel<IUser> {
10469
+ typeSocial: ETypeSocial;
10470
+ accountSocialId: string;
10471
+ sheetUrl: string;
10472
+ sheetName: string;
10473
+ typeImport: string;
10474
+ }
10475
+
10519
10476
  type index$5_IAccountSocialBase = IAccountSocialBase;
10520
10477
  type index$5_IAccountSocialGroup = IAccountSocialGroup;
10521
10478
  type index$5_IInstagramAccountRaw = IInstagramAccountRaw;
@@ -10543,6 +10500,7 @@ type index$5_IInstagramReportInteractReel = IInstagramReportInteractReel;
10543
10500
  type index$5_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
10544
10501
  type index$5_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
10545
10502
  type index$5_IInstagramReportInteractStory = IInstagramReportInteractStory;
10503
+ type index$5_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
10546
10504
  type index$5_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
10547
10505
  type index$5_IInstagramReportPostNew = IInstagramReportPostNew;
10548
10506
  type index$5_IInstagramReportPostReel = IInstagramReportPostReel;
@@ -10557,6 +10515,7 @@ type index$5_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractRe
10557
10515
  type index$5_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
10558
10516
  type index$5_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
10559
10517
  type index$5_IInstagramSettingPost = IInstagramSettingPost;
10518
+ type index$5_ISheetImportSocial = ISheetImportSocial;
10560
10519
  type index$5_ISocialTaskManager = ISocialTaskManager;
10561
10520
  type index$5_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
10562
10521
  type index$5_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
@@ -10594,7 +10553,7 @@ type index$5_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyM
10594
10553
  type index$5_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
10595
10554
  type index$5_IThreadsSettingPost = IThreadsSettingPost;
10596
10555
  declare namespace index$5 {
10597
- export type { index$5_IAccountSocialBase as IAccountSocialBase, index$5_IAccountSocialGroup as IAccountSocialGroup, index$5_IInstagramAccountRaw as IInstagramAccountRaw, index$5_IInstagramAccountRun as IInstagramAccountRun, index$5_IInstagramDashboardFollower as IInstagramDashboardFollower, index$5_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, index$5_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, index$5_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, index$5_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, index$5_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, index$5_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, index$5_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, index$5_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, index$5_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, index$5_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, index$5_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, index$5_IInstagramHistoryFollow as IInstagramHistoryFollow, index$5_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, index$5_IInstagramHistoryGroup as IInstagramHistoryGroup, index$5_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, index$5_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, index$5_IInstagramReportInteractExplore as IInstagramReportInteractExplore, index$5_IInstagramReportInteractFollow as IInstagramReportInteractFollow, index$5_IInstagramReportInteractReel as IInstagramReportInteractReel, index$5_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, index$5_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, index$5_IInstagramReportInteractStory as IInstagramReportInteractStory, index$5_IInstagramReportPostHighLight as IInstagramReportPostHighLight, index$5_IInstagramReportPostNew as IInstagramReportPostNew, index$5_IInstagramReportPostReel as IInstagramReportPostReel, index$5_IInstagramReportPostSquare as IInstagramReportPostSquare, index$5_IInstagramReportPostStory as IInstagramReportPostStory, index$5_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, index$5_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, index$5_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, index$5_IInstagramSettingInteractReel as IInstagramSettingInteractReel, index$5_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, index$5_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, index$5_IInstagramSettingInteractStory as IInstagramSettingInteractStory, index$5_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, index$5_IInstagramSettingPost as IInstagramSettingPost, index$5_ISocialTaskManager as ISocialTaskManager, index$5_ITaskInstagramBlockUser as ITaskInstagramBlockUser, index$5_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, index$5_ITaskInstagramFollow as ITaskInstagramFollow, index$5_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, index$5_ITaskInstagramInteractReel as ITaskInstagramInteractReel, index$5_ITaskInstagramInteractStory as ITaskInstagramInteractStory, index$5_ITaskInstagramPost as ITaskInstagramPost, index$5_ITaskInstagramReplyComment as ITaskInstagramReplyComment, index$5_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, index$5_ITaskThreadsFollow as ITaskThreadsFollow, index$5_ITaskThreadsPost as ITaskThreadsPost, index$5_ITaskThreadsReplyComment as ITaskThreadsReplyComment, index$5_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, index$5_IThreadsAccountRaw as IThreadsAccountRaw, index$5_IThreadsAccountRun as IThreadsAccountRun, index$5_IThreadsDashboardFollower as IThreadsDashboardFollower, index$5_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, index$5_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, index$5_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, index$5_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, index$5_IThreadsHistoryChange as IThreadsHistoryChange, index$5_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, index$5_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, index$5_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, index$5_IThreadsHistoryGroup as IThreadsHistoryGroup, index$5_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, index$5_IThreadsReportInteractFollow as IThreadsReportInteractFollow, index$5_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, index$5_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, index$5_IThreadsReportPost as IThreadsReportPost, index$5_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, index$5_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, index$5_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, index$5_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, index$5_IThreadsSettingPost as IThreadsSettingPost };
10556
+ export type { index$5_IAccountSocialBase as IAccountSocialBase, index$5_IAccountSocialGroup as IAccountSocialGroup, index$5_IInstagramAccountRaw as IInstagramAccountRaw, index$5_IInstagramAccountRun as IInstagramAccountRun, index$5_IInstagramDashboardFollower as IInstagramDashboardFollower, index$5_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, index$5_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, index$5_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, index$5_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, index$5_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, index$5_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, index$5_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, index$5_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, index$5_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, index$5_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, index$5_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, index$5_IInstagramHistoryFollow as IInstagramHistoryFollow, index$5_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, index$5_IInstagramHistoryGroup as IInstagramHistoryGroup, index$5_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, index$5_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, index$5_IInstagramReportInteractExplore as IInstagramReportInteractExplore, index$5_IInstagramReportInteractFollow as IInstagramReportInteractFollow, index$5_IInstagramReportInteractReel as IInstagramReportInteractReel, index$5_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, index$5_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, index$5_IInstagramReportInteractStory as IInstagramReportInteractStory, index$5_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, index$5_IInstagramReportPostHighLight as IInstagramReportPostHighLight, index$5_IInstagramReportPostNew as IInstagramReportPostNew, index$5_IInstagramReportPostReel as IInstagramReportPostReel, index$5_IInstagramReportPostSquare as IInstagramReportPostSquare, index$5_IInstagramReportPostStory as IInstagramReportPostStory, index$5_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, index$5_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, index$5_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, index$5_IInstagramSettingInteractReel as IInstagramSettingInteractReel, index$5_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, index$5_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, index$5_IInstagramSettingInteractStory as IInstagramSettingInteractStory, index$5_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, index$5_IInstagramSettingPost as IInstagramSettingPost, index$5_ISheetImportSocial as ISheetImportSocial, index$5_ISocialTaskManager as ISocialTaskManager, index$5_ITaskInstagramBlockUser as ITaskInstagramBlockUser, index$5_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, index$5_ITaskInstagramFollow as ITaskInstagramFollow, index$5_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, index$5_ITaskInstagramInteractReel as ITaskInstagramInteractReel, index$5_ITaskInstagramInteractStory as ITaskInstagramInteractStory, index$5_ITaskInstagramPost as ITaskInstagramPost, index$5_ITaskInstagramReplyComment as ITaskInstagramReplyComment, index$5_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, index$5_ITaskThreadsFollow as ITaskThreadsFollow, index$5_ITaskThreadsPost as ITaskThreadsPost, index$5_ITaskThreadsReplyComment as ITaskThreadsReplyComment, index$5_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, index$5_IThreadsAccountRaw as IThreadsAccountRaw, index$5_IThreadsAccountRun as IThreadsAccountRun, index$5_IThreadsDashboardFollower as IThreadsDashboardFollower, index$5_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, index$5_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, index$5_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, index$5_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, index$5_IThreadsHistoryChange as IThreadsHistoryChange, index$5_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, index$5_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, index$5_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, index$5_IThreadsHistoryGroup as IThreadsHistoryGroup, index$5_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, index$5_IThreadsReportInteractFollow as IThreadsReportInteractFollow, index$5_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, index$5_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, index$5_IThreadsReportPost as IThreadsReportPost, index$5_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, index$5_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, index$5_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, index$5_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, index$5_IThreadsSettingPost as IThreadsSettingPost };
10598
10557
  }
10599
10558
 
10600
10559
  interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
@@ -10988,6 +10947,7 @@ type index$1_IInstagramReportInteractReel = IInstagramReportInteractReel;
10988
10947
  type index$1_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
10989
10948
  type index$1_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
10990
10949
  type index$1_IInstagramReportInteractStory = IInstagramReportInteractStory;
10950
+ type index$1_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
10991
10951
  type index$1_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
10992
10952
  type index$1_IInstagramReportPostNew = IInstagramReportPostNew;
10993
10953
  type index$1_IInstagramReportPostReel = IInstagramReportPostReel;
@@ -11020,6 +10980,7 @@ type index$1_IPC = IPC;
11020
10980
  type index$1_IProxy = IProxy;
11021
10981
  type index$1_IRole = IRole;
11022
10982
  type index$1_IRoleFeature = IRoleFeature;
10983
+ type index$1_ISheetImportSocial = ISheetImportSocial;
11023
10984
  type index$1_ISheetWork = ISheetWork;
11024
10985
  type index$1_ISheetWorkDepartmentPermission = ISheetWorkDepartmentPermission;
11025
10986
  type index$1_ISheetWorkManager = ISheetWorkManager;
@@ -11095,7 +11056,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
11095
11056
  type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
11096
11057
  type index$1_IVoiceStores = IVoiceStores;
11097
11058
  declare namespace index$1 {
11098
- export { index$2 as Auth, index$9 as Common, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, 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_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$5 as Socials, index$4 as Tool, index$7 as Workspace };
11059
+ export { index$2 as Auth, index$9 as Common, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetImportSocial as ISheetImportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$5 as Socials, index$4 as Tool, index$7 as Workspace };
11099
11060
  }
11100
11061
 
11101
11062
  interface IDataUser {
@@ -11148,4 +11109,4 @@ declare namespace index {
11148
11109
  export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
11149
11110
  }
11150
11111
 
11151
- export { index$i as AI, 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 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, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialImport, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceCurrent, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceNew, EStatusDeviceOld, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryFollowDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryFollowDto, type FindInstagramHistoryGroupDto, type FindInstagramReportInteractBlockUserDto, type FindInstagramReportInteractExploreDto, type FindInstagramReportInteractFollowDto, type FindInstagramReportInteractReelDto, type FindInstagramReportInteractReplyCommentDto, type FindInstagramReportInteractReplyMessageDto, type FindInstagramReportInteractStoryDto, type FindInstagramReportPostHighLightDto, type FindInstagramReportPostNewDto, type FindInstagramReportPostReelDto, type FindInstagramReportPostSquareDto, type FindInstagramReportPostStoryDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryFollowDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateDto, type FindThreadsHistoryGroupDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, 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 IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceAccountSocialBase, type IDeviceLog, type IDeviceLogELS, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, 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 ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramChangeInfo, type ITaskInstagramFollow, type ITaskInstagramInteractExplore, type ITaskInstagramInteractReel, type ITaskInstagramInteractStory, type ITaskInstagramPost, type ITaskInstagramReplyComment, type ITaskInstagramReplyMessage, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsPost, type ITaskThreadsReplyComment, type ITaskThreadsReplyMessage, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyMessage, type IThreadsReportPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoDeviceSheetToolDto, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$5 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$4 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };
11112
+ export { index$i as AI, 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 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, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialImport, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceCurrent, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceNew, EStatusDeviceOld, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryFollowDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryFollowDto, type FindInstagramHistoryGroupDto, type FindInstagramReportInteractBlockUserDto, type FindInstagramReportInteractExploreDto, type FindInstagramReportInteractFollowDto, type FindInstagramReportInteractReelDto, type FindInstagramReportInteractReplyCommentDto, type FindInstagramReportInteractReplyMessageDto, type FindInstagramReportInteractStoryDto, type FindInstagramReportPostHighLightDto, type FindInstagramReportPostNewDto, type FindInstagramReportPostReelDto, type FindInstagramReportPostSquareDto, type FindInstagramReportPostStoryDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryFollowDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateDto, type FindThreadsHistoryGroupDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, 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 IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceAccountSocialBase, type IDeviceLog, type IDeviceLogELS, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportInteractUnFollow, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramChangeInfo, type ITaskInstagramFollow, type ITaskInstagramInteractExplore, type ITaskInstagramInteractReel, type ITaskInstagramInteractStory, type ITaskInstagramPost, type ITaskInstagramReplyComment, type ITaskInstagramReplyMessage, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsPost, type ITaskThreadsReplyComment, type ITaskThreadsReplyMessage, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyMessage, type IThreadsReportPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoDeviceSheetToolDto, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$5 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$4 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };