automation-lib 5.4.5 → 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 +1178 -1284
- package/dist/index.d.ts +1178 -1284
- package/package.json +1 -1
- package/requirements.txt +7 -7
package/dist/index.d.ts
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
|
-
|
|
3842
|
-
|
|
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;
|
|
@@ -9082,697 +9015,542 @@ declare namespace index$6 {
|
|
|
9082
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 };
|
|
9083
9016
|
}
|
|
9084
9017
|
|
|
9085
|
-
interface
|
|
9086
|
-
isActive: boolean;
|
|
9087
|
-
typeSocial: ETypeSocial;
|
|
9088
|
-
sheetUrl: string;
|
|
9018
|
+
interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
9089
9019
|
sheetName: string;
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
|
|
9093
|
-
|
|
9094
|
-
|
|
9095
|
-
|
|
9096
|
-
|
|
9097
|
-
type: ETypeManagerWorkClassify;
|
|
9098
|
-
pc: IPC | string;
|
|
9099
|
-
deviceKey: string;
|
|
9100
|
-
device: IDevice | string;
|
|
9101
|
-
numberFollowers: number;
|
|
9102
|
-
numberFollowings: number;
|
|
9103
|
-
statusRun: EStatusAccountSocialRun;
|
|
9104
|
-
statusConnectDevice: EStatusDeviceConnectPC;
|
|
9105
|
-
noteConnectDevice: string;
|
|
9106
|
-
currentActiveTime: Date;
|
|
9107
|
-
lastActiveTime: Date;
|
|
9108
|
-
oldGroup: string | IAccountSocialGroup;
|
|
9109
|
-
newGroup: string | IAccountSocialGroup;
|
|
9110
|
-
statusChangeGroup: EStatusChangeInfo;
|
|
9111
|
-
timeChangeGroup: Date;
|
|
9112
|
-
promptAvatar: string;
|
|
9113
|
-
oldAvatar: string | IFile;
|
|
9114
|
-
newAvatar: string | IFile;
|
|
9115
|
-
statusChangeAvatar: EStatusChangeInfo;
|
|
9116
|
-
promptCover: string;
|
|
9117
|
-
oldCover: string | IFile;
|
|
9118
|
-
newCover: string | IFile;
|
|
9119
|
-
statusChangeCover: EStatusChangeInfo;
|
|
9120
|
-
bio: string;
|
|
9121
|
-
statusChangeBio: EStatusChangeInfo;
|
|
9122
|
-
links: string[];
|
|
9123
|
-
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
9124
|
-
statusAccountSetting: EStatusAccountSocialSetting;
|
|
9125
|
-
oldUsername: string;
|
|
9126
|
-
newUsername: string;
|
|
9127
|
-
statusChangeUsername: EStatusChangeInfo;
|
|
9128
|
-
oldFullname: string;
|
|
9129
|
-
newFullname: string;
|
|
9130
|
-
statusChangeFullname: EStatusChangeInfo;
|
|
9131
|
-
oldEmail: string;
|
|
9132
|
-
newEmail: string;
|
|
9133
|
-
statusChangeEmail: EStatusChangeInfo;
|
|
9134
|
-
old2FA: string;
|
|
9135
|
-
new2FA: string;
|
|
9136
|
-
statusChange2fa: EStatusChangeInfo;
|
|
9137
|
-
oldPassword: string;
|
|
9138
|
-
newPassword: string;
|
|
9139
|
-
statusChangePassword: EStatusChangeInfo;
|
|
9140
|
-
statusLogin: EStatusAccountSocialLogin;
|
|
9141
|
-
email: string;
|
|
9142
|
-
emailPassword: string;
|
|
9143
|
-
email2FA: string;
|
|
9144
|
-
emailRecover: string;
|
|
9145
|
-
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
9146
|
-
nameAppClone: string;
|
|
9147
|
-
packageApp: string;
|
|
9148
|
-
note: string;
|
|
9149
|
-
timeLastUsed: Date;
|
|
9150
|
-
lastUserUsed: string | IUser;
|
|
9020
|
+
sheetUrl: string;
|
|
9021
|
+
account: IInstagramAccountRun | string;
|
|
9022
|
+
currentFollower: number;
|
|
9023
|
+
currentFollowing: number;
|
|
9024
|
+
status: EStatusTaskScript;
|
|
9025
|
+
}
|
|
9026
|
+
interface IInstagramHistoryFollowELS extends IBaseELS {
|
|
9151
9027
|
}
|
|
9152
9028
|
|
|
9153
|
-
interface
|
|
9154
|
-
typeSocial: ETypeSocial;
|
|
9155
|
-
sheetUrl: string;
|
|
9029
|
+
interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
9156
9030
|
sheetName: string;
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
|
|
9160
|
-
|
|
9161
|
-
|
|
9162
|
-
|
|
9163
|
-
|
|
9164
|
-
|
|
9165
|
-
|
|
9166
|
-
|
|
9167
|
-
|
|
9168
|
-
|
|
9169
|
-
|
|
9170
|
-
|
|
9171
|
-
|
|
9172
|
-
|
|
9173
|
-
|
|
9174
|
-
|
|
9175
|
-
|
|
9176
|
-
|
|
9177
|
-
|
|
9178
|
-
|
|
9179
|
-
statusChangeAvatar: EStatusChangeInfo;
|
|
9180
|
-
timeChangeAvatar: Date;
|
|
9181
|
-
promptCover: string;
|
|
9182
|
-
oldCover: string | IFile;
|
|
9183
|
-
newCover: string | IFile;
|
|
9184
|
-
statusChangeCover: EStatusChangeInfo;
|
|
9185
|
-
timeChangeCover: Date;
|
|
9186
|
-
oldGroup: string | IAccountSocialGroup;
|
|
9187
|
-
newGroup: string | IAccountSocialGroup;
|
|
9188
|
-
statusChangeGroup: EStatusChangeInfo;
|
|
9189
|
-
timeChangeGroup: Date;
|
|
9190
|
-
oldUsername: string;
|
|
9191
|
-
newUsername: string;
|
|
9192
|
-
statusChangeUsername: EStatusChangeInfo;
|
|
9193
|
-
timeChangeUsername: Date;
|
|
9194
|
-
oldFullname: string;
|
|
9195
|
-
newFullname: string;
|
|
9196
|
-
statusChangeFullname: EStatusChangeInfo;
|
|
9197
|
-
timeChangeFullname: Date;
|
|
9198
|
-
oldEmail: string;
|
|
9199
|
-
newEmail: string;
|
|
9200
|
-
statusChangeEmail: EStatusChangeInfo;
|
|
9201
|
-
timeChangeEmail: Date;
|
|
9202
|
-
old2FA: string;
|
|
9203
|
-
new2FA: string;
|
|
9204
|
-
statusChange2fa: EStatusChangeInfo;
|
|
9205
|
-
timeChange2FA: Date;
|
|
9206
|
-
oldPassword: string;
|
|
9207
|
-
newPassword: string;
|
|
9208
|
-
statusChangePassword: EStatusChangeInfo;
|
|
9209
|
-
timeChangePassword: Date;
|
|
9210
|
-
email: string;
|
|
9211
|
-
emailPassword: string;
|
|
9212
|
-
email2FA: string;
|
|
9213
|
-
emailRecover: string;
|
|
9214
|
-
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
9215
|
-
timeLoginEmail: Date;
|
|
9216
|
-
totalLinkBio: string[];
|
|
9217
|
-
statusChangeBio: string;
|
|
9218
|
-
timeChangeBio: Date;
|
|
9219
|
-
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
9220
|
-
statusAccountSetting: EStatusAccountSocialSetting;
|
|
9221
|
-
timeChangeAccountSetting: Date;
|
|
9222
|
-
statusConnectDevice: EStatusDeviceConnectPC;
|
|
9223
|
-
noteConnectDevice: string;
|
|
9224
|
-
note: string;
|
|
9225
|
-
timeLastUsed: Date;
|
|
9226
|
-
lastUserUsed: string | IUser;
|
|
9031
|
+
sheetUrl: 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;
|
|
9051
|
+
}
|
|
9052
|
+
interface IInstagramHistoryAutoPostELS extends IBaseELS {
|
|
9227
9053
|
}
|
|
9228
9054
|
|
|
9229
|
-
interface
|
|
9230
|
-
sheetUrl: string;
|
|
9055
|
+
interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
9231
9056
|
sheetName: string;
|
|
9232
|
-
|
|
9233
|
-
|
|
9234
|
-
|
|
9235
|
-
|
|
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;
|
|
9236
9065
|
}
|
|
9237
|
-
interface
|
|
9238
|
-
historyUserName: {
|
|
9239
|
-
old: string;
|
|
9240
|
-
new: string;
|
|
9241
|
-
statusChange: EStatusChangeInfo;
|
|
9242
|
-
timeChange: Date;
|
|
9243
|
-
};
|
|
9244
|
-
historyFullname: {
|
|
9245
|
-
old: string;
|
|
9246
|
-
new: string;
|
|
9247
|
-
statusChange: EStatusChangeInfo;
|
|
9248
|
-
timeChange: Date;
|
|
9249
|
-
};
|
|
9250
|
-
loginStatus: EStatusAccountSocialLogin;
|
|
9251
|
-
statusSyncAccount?: EStatusAccountSocialSync;
|
|
9252
|
-
idea: {
|
|
9253
|
-
id: string;
|
|
9254
|
-
name: string;
|
|
9255
|
-
};
|
|
9256
|
-
niche: {
|
|
9257
|
-
id: string;
|
|
9258
|
-
name: string;
|
|
9259
|
-
};
|
|
9260
|
-
sheet: {
|
|
9261
|
-
url: string;
|
|
9262
|
-
name: string;
|
|
9263
|
-
};
|
|
9264
|
-
type: ETypeManagerWorkClassify;
|
|
9265
|
-
groupAccountSocial: {
|
|
9266
|
-
old: string;
|
|
9267
|
-
new: string;
|
|
9268
|
-
status: string;
|
|
9269
|
-
timeChange: Date;
|
|
9270
|
-
};
|
|
9271
|
-
accountID: string;
|
|
9272
|
-
emailInfo: {
|
|
9273
|
-
email: string;
|
|
9274
|
-
emailPassword: string;
|
|
9275
|
-
email2FA: string;
|
|
9276
|
-
emailRecover: string;
|
|
9277
|
-
};
|
|
9278
|
-
infoSystem: {
|
|
9279
|
-
pcName: string;
|
|
9280
|
-
department: string;
|
|
9281
|
-
leader: string;
|
|
9282
|
-
member: string;
|
|
9283
|
-
};
|
|
9284
|
-
deviceInfo: {
|
|
9285
|
-
key: string;
|
|
9286
|
-
model: string;
|
|
9287
|
-
name: string;
|
|
9288
|
-
os: ETypeDeviceOS;
|
|
9289
|
-
typeAppClone: string;
|
|
9290
|
-
nameAppClone: string;
|
|
9291
|
-
};
|
|
9292
|
-
timeAction: Date;
|
|
9293
|
-
note: string;
|
|
9066
|
+
interface IInstagramHistoryBlockUserELS extends IBaseELS {
|
|
9294
9067
|
}
|
|
9295
9068
|
|
|
9296
|
-
interface
|
|
9297
|
-
|
|
9298
|
-
|
|
9299
|
-
|
|
9300
|
-
|
|
9301
|
-
|
|
9302
|
-
noteImport: string;
|
|
9303
|
-
originalEmail: string;
|
|
9304
|
-
originalEmailPassword: string;
|
|
9305
|
-
originalUsername: string;
|
|
9306
|
-
originalFullname: string;
|
|
9307
|
-
originalPassword: string;
|
|
9308
|
-
originalCode2FA: string;
|
|
9309
|
-
timeAction: Date;
|
|
9310
|
-
note: string;
|
|
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;
|
|
9311
9075
|
}
|
|
9312
|
-
|
|
9313
|
-
|
|
9314
|
-
|
|
9315
|
-
|
|
9316
|
-
|
|
9317
|
-
|
|
9318
|
-
|
|
9319
|
-
|
|
9320
|
-
|
|
9321
|
-
|
|
9322
|
-
|
|
9323
|
-
|
|
9324
|
-
|
|
9325
|
-
|
|
9326
|
-
|
|
9327
|
-
|
|
9328
|
-
|
|
9329
|
-
|
|
9330
|
-
|
|
9331
|
-
|
|
9332
|
-
new: string;
|
|
9333
|
-
status: string;
|
|
9334
|
-
timeChange: Date;
|
|
9335
|
-
};
|
|
9336
|
-
accountID: string;
|
|
9337
|
-
historyUserName: {
|
|
9338
|
-
old: string;
|
|
9339
|
-
new: string;
|
|
9340
|
-
statusChange: EStatusChangeInfo;
|
|
9341
|
-
timeChange: Date;
|
|
9342
|
-
};
|
|
9343
|
-
historyFullname: {
|
|
9344
|
-
old: string;
|
|
9345
|
-
new: string;
|
|
9346
|
-
statusChange: EStatusChangeInfo;
|
|
9347
|
-
timeChange: Date;
|
|
9348
|
-
};
|
|
9349
|
-
emailInfo: {
|
|
9350
|
-
email: string;
|
|
9351
|
-
emailPassword: string;
|
|
9352
|
-
email2FA: string;
|
|
9353
|
-
emailRecover: string;
|
|
9354
|
-
};
|
|
9355
|
-
infoSystem: {
|
|
9356
|
-
pcName: string;
|
|
9357
|
-
department: string;
|
|
9358
|
-
leader: string;
|
|
9359
|
-
member: string;
|
|
9360
|
-
};
|
|
9361
|
-
deviceInfo: {
|
|
9362
|
-
key: string;
|
|
9363
|
-
model: string;
|
|
9364
|
-
name: string;
|
|
9365
|
-
os: ETypeDeviceOS;
|
|
9366
|
-
typeAppClone: string;
|
|
9367
|
-
nameAppClone: string;
|
|
9368
|
-
};
|
|
9369
|
-
timeAction: Date;
|
|
9370
|
-
note: string;
|
|
9076
|
+
|
|
9077
|
+
interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
9078
|
+
account: IInstagramAccountRun | string;
|
|
9079
|
+
dayOfWeeks: Array<string>;
|
|
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;
|
|
9092
|
+
isTimeUs: boolean;
|
|
9093
|
+
isDetailsView: boolean;
|
|
9094
|
+
isLikeExplore: boolean;
|
|
9095
|
+
status: EStatusActive;
|
|
9371
9096
|
}
|
|
9372
9097
|
|
|
9373
|
-
interface
|
|
9374
|
-
|
|
9375
|
-
|
|
9376
|
-
|
|
9377
|
-
|
|
9378
|
-
|
|
9379
|
-
|
|
9380
|
-
|
|
9381
|
-
|
|
9382
|
-
|
|
9383
|
-
|
|
9384
|
-
|
|
9385
|
-
|
|
9386
|
-
|
|
9387
|
-
|
|
9388
|
-
|
|
9389
|
-
|
|
9390
|
-
|
|
9391
|
-
|
|
9392
|
-
|
|
9393
|
-
|
|
9394
|
-
|
|
9395
|
-
|
|
9396
|
-
|
|
9397
|
-
|
|
9398
|
-
|
|
9399
|
-
|
|
9400
|
-
|
|
9401
|
-
|
|
9402
|
-
|
|
9403
|
-
|
|
9404
|
-
|
|
9405
|
-
|
|
9406
|
-
|
|
9407
|
-
|
|
9408
|
-
|
|
9409
|
-
|
|
9410
|
-
|
|
9411
|
-
timeChangeBio?: Date;
|
|
9412
|
-
timeAction: Date;
|
|
9413
|
-
note: string;
|
|
9098
|
+
interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
9099
|
+
account: IInstagramAccountRun | string;
|
|
9100
|
+
listRunTimes: Array<Array<string>>;
|
|
9101
|
+
dayOfWeeks: Array<string>;
|
|
9102
|
+
timeExecuteForOperationFrom: number;
|
|
9103
|
+
timeExecuteForOperationTo: number;
|
|
9104
|
+
limitNumberFollowsPerDayFrom: number;
|
|
9105
|
+
limitNumberFollowsPerDayTo: number;
|
|
9106
|
+
increaseFollowPerDayFrom: number;
|
|
9107
|
+
increaseFollowPerDayTo: number;
|
|
9108
|
+
maxFollowPerDay: number;
|
|
9109
|
+
limitNumberFollowsPerHourFrom: number;
|
|
9110
|
+
limitNumberFollowsPerHourTo: number;
|
|
9111
|
+
increaseFollowPerHourFrom: number;
|
|
9112
|
+
increaseFollowPerHourTo: number;
|
|
9113
|
+
maxFollowPerHour: number;
|
|
9114
|
+
limitNumberInteractCurrentUserFrom: number;
|
|
9115
|
+
limitNumberInteractCurrentUserTo: number;
|
|
9116
|
+
timeDelayInteractCurrentUserFrom: number;
|
|
9117
|
+
timeDelayInteractCurrentUserTo: number;
|
|
9118
|
+
limitNumberInteractUserFollowingFrom: number;
|
|
9119
|
+
limitNumberInteractUserFollowingTo: number;
|
|
9120
|
+
timeDelayInteractUserFollowingFrom: number;
|
|
9121
|
+
timeDelayInteractUserFollowingTo: number;
|
|
9122
|
+
limitNumberInteractUserFollowerFrom: number;
|
|
9123
|
+
limitNumberInteractUserFollowerTo: number;
|
|
9124
|
+
timeDelayInteractUserFollowerFrom: number;
|
|
9125
|
+
timeDelayInteractUserFollowerTo: number;
|
|
9126
|
+
isTimeUs: boolean;
|
|
9127
|
+
isInteractUserFollower: boolean;
|
|
9128
|
+
isInteractUserFollowing: boolean;
|
|
9129
|
+
isInteractCurrentUser: boolean;
|
|
9130
|
+
isSkipUserNameNoneEnglish: boolean;
|
|
9131
|
+
isSkipUserNameContainIcons: boolean;
|
|
9132
|
+
isSkipFollowWhenUnFollowed: boolean;
|
|
9133
|
+
isSkipFollowContainLinks: boolean;
|
|
9134
|
+
isSkipBioNoneEnglish: boolean;
|
|
9135
|
+
status: EStatusActive;
|
|
9414
9136
|
}
|
|
9415
|
-
|
|
9416
|
-
|
|
9417
|
-
|
|
9418
|
-
|
|
9419
|
-
|
|
9420
|
-
|
|
9421
|
-
|
|
9422
|
-
|
|
9423
|
-
|
|
9424
|
-
|
|
9425
|
-
|
|
9426
|
-
|
|
9427
|
-
|
|
9428
|
-
|
|
9429
|
-
|
|
9430
|
-
|
|
9431
|
-
|
|
9432
|
-
|
|
9433
|
-
|
|
9434
|
-
|
|
9435
|
-
|
|
9436
|
-
|
|
9437
|
-
|
|
9438
|
-
|
|
9439
|
-
|
|
9440
|
-
|
|
9441
|
-
|
|
9442
|
-
|
|
9443
|
-
|
|
9444
|
-
|
|
9445
|
-
|
|
9446
|
-
|
|
9447
|
-
|
|
9448
|
-
|
|
9449
|
-
|
|
9450
|
-
|
|
9451
|
-
|
|
9452
|
-
|
|
9453
|
-
|
|
9454
|
-
|
|
9455
|
-
|
|
9456
|
-
|
|
9457
|
-
|
|
9458
|
-
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
|
|
9462
|
-
|
|
9463
|
-
|
|
9464
|
-
|
|
9465
|
-
|
|
9466
|
-
|
|
9467
|
-
|
|
9468
|
-
|
|
9469
|
-
|
|
9470
|
-
|
|
9471
|
-
|
|
9472
|
-
|
|
9473
|
-
|
|
9474
|
-
|
|
9475
|
-
|
|
9476
|
-
|
|
9477
|
-
statusChange: EStatusChangeInfo;
|
|
9478
|
-
timeChange: Date;
|
|
9479
|
-
};
|
|
9480
|
-
historyBio: {
|
|
9481
|
-
old: string[];
|
|
9482
|
-
new: string[];
|
|
9483
|
-
statusChange: EStatusChangeInfo;
|
|
9484
|
-
timeChange: Date;
|
|
9485
|
-
};
|
|
9486
|
-
emailInfo: {
|
|
9487
|
-
email: string;
|
|
9488
|
-
emailPassword: string;
|
|
9489
|
-
email2FA: string;
|
|
9490
|
-
emailRecover: string;
|
|
9491
|
-
};
|
|
9492
|
-
infoSystem: {
|
|
9493
|
-
pcName: string;
|
|
9494
|
-
department: string;
|
|
9495
|
-
leader: string;
|
|
9496
|
-
member: string;
|
|
9497
|
-
};
|
|
9498
|
-
deviceInfo: {
|
|
9499
|
-
key: string;
|
|
9500
|
-
model: string;
|
|
9501
|
-
name: string;
|
|
9502
|
-
os: ETypeDeviceOS;
|
|
9503
|
-
typeAppClone: string;
|
|
9504
|
-
nameAppClone: string;
|
|
9505
|
-
};
|
|
9506
|
-
timeAction: Date;
|
|
9507
|
-
note: string;
|
|
9137
|
+
|
|
9138
|
+
interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
9139
|
+
account: IInstagramAccountRun | string;
|
|
9140
|
+
dayOfWeeks: Array<string>;
|
|
9141
|
+
listRunTimes: Array<Array<string>>;
|
|
9142
|
+
limitViewPerDayFrom: number;
|
|
9143
|
+
limitViewPerDayTo: number;
|
|
9144
|
+
increaseDailyViewFrom: number;
|
|
9145
|
+
increaseDailyViewTo: number;
|
|
9146
|
+
maxViewPerDay: number;
|
|
9147
|
+
timeExecuteForOperationFrom: number;
|
|
9148
|
+
timeExecuteForOperationTo: number;
|
|
9149
|
+
limitNumberLikePerOperationFrom: number;
|
|
9150
|
+
limitNumberLikePerOperationTo: number;
|
|
9151
|
+
timeDelayLikeFrom: number;
|
|
9152
|
+
timeDelayLikeTo: number;
|
|
9153
|
+
isTimeUs: boolean;
|
|
9154
|
+
isLikeReel: boolean;
|
|
9155
|
+
status: EStatusActive;
|
|
9156
|
+
}
|
|
9157
|
+
|
|
9158
|
+
interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
9159
|
+
account: IInstagramAccountRun | string;
|
|
9160
|
+
dayOfWeeks: Array<string>;
|
|
9161
|
+
listRunTimes: Array<Array<string>>;
|
|
9162
|
+
timeExecuteForOperationFrom: number;
|
|
9163
|
+
timeExecuteForOperationTo: number;
|
|
9164
|
+
limitNumberPostForCommentsFrom: number;
|
|
9165
|
+
limitNumberPostForCommentsTo: number;
|
|
9166
|
+
timeDelayCommentFrom: number;
|
|
9167
|
+
timeDelayCommentTo: number;
|
|
9168
|
+
timeDelayLikeFrom: number;
|
|
9169
|
+
timeDelayLikeTo: number;
|
|
9170
|
+
limitNumberReplyCommentPerDayFrom: number;
|
|
9171
|
+
limitNumberReplyCommentPerDayTo: number;
|
|
9172
|
+
timeDelayReplyCommentFrom: number;
|
|
9173
|
+
timeDelayReplyCommentTo: number;
|
|
9174
|
+
isSkipUserNameNoneEnglish: boolean;
|
|
9175
|
+
isSkipReplyCommentsOnlyIcon: boolean;
|
|
9176
|
+
isTimeUs: boolean;
|
|
9177
|
+
isLikeCommentsPostOfMe: boolean;
|
|
9178
|
+
isReplyCommentsPostOfMe: boolean;
|
|
9179
|
+
status: EStatusActive;
|
|
9180
|
+
}
|
|
9181
|
+
|
|
9182
|
+
interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
9183
|
+
account: IInstagramAccountRun | string;
|
|
9184
|
+
listRunTimes: Array<Array<string>>;
|
|
9185
|
+
dayOfWeeks: Array<string>;
|
|
9186
|
+
timeExecuteForOperationFrom: number;
|
|
9187
|
+
timeExecuteForOperationTo: number;
|
|
9188
|
+
timeDelayReplyMessageFrom: number;
|
|
9189
|
+
timeDelayReplyMessageTo: number;
|
|
9190
|
+
isTimeUs: boolean;
|
|
9191
|
+
isDeleteMessageUsername: boolean;
|
|
9192
|
+
isReplyAllMessageFromStories: boolean;
|
|
9193
|
+
isSkipUserNameNoneEnglish: boolean;
|
|
9194
|
+
isSkipReplyMessageIsImages: boolean;
|
|
9195
|
+
isSkipReplyIfHaveReplied: boolean;
|
|
9196
|
+
isSkipReplyIsLink: boolean;
|
|
9197
|
+
isSkipReplyIfOnlyIcons: boolean;
|
|
9198
|
+
status: EStatusActive;
|
|
9508
9199
|
}
|
|
9509
9200
|
|
|
9510
|
-
interface
|
|
9511
|
-
|
|
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;
|
|
9229
|
+
}
|
|
9230
|
+
|
|
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;
|
|
9252
|
+
}
|
|
9253
|
+
|
|
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;
|
|
9267
|
+
}
|
|
9268
|
+
|
|
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> {
|
|
9512
9290
|
sheetName: string;
|
|
9513
|
-
|
|
9514
|
-
|
|
9515
|
-
|
|
9516
|
-
|
|
9517
|
-
|
|
9291
|
+
sheetUrl: string;
|
|
9292
|
+
account: IInstagramAccountRun | string;
|
|
9293
|
+
statusDetail: string;
|
|
9294
|
+
listUsersFollow: Array<string>;
|
|
9295
|
+
follower: number;
|
|
9296
|
+
following: number;
|
|
9297
|
+
timeStart: Date;
|
|
9298
|
+
timeEnd: Date;
|
|
9299
|
+
status: EStatusTaskScript;
|
|
9300
|
+
noteFix: string;
|
|
9518
9301
|
}
|
|
9519
|
-
|
|
9520
|
-
|
|
9521
|
-
|
|
9522
|
-
|
|
9523
|
-
|
|
9524
|
-
|
|
9525
|
-
|
|
9526
|
-
|
|
9527
|
-
|
|
9528
|
-
idea: {
|
|
9529
|
-
id: string;
|
|
9530
|
-
name: string;
|
|
9531
|
-
};
|
|
9532
|
-
niche: {
|
|
9533
|
-
id: string;
|
|
9534
|
-
name: string;
|
|
9535
|
-
};
|
|
9536
|
-
type: ETypeManagerWorkClassify;
|
|
9537
|
-
historyUserName: {
|
|
9538
|
-
old: string;
|
|
9539
|
-
new: string;
|
|
9540
|
-
statusChange: EStatusChangeInfo;
|
|
9541
|
-
timeChange: Date;
|
|
9542
|
-
};
|
|
9543
|
-
historyFullname: {
|
|
9544
|
-
old: string;
|
|
9545
|
-
new: string;
|
|
9546
|
-
statusChange: EStatusChangeInfo;
|
|
9547
|
-
timeChange: Date;
|
|
9548
|
-
};
|
|
9549
|
-
emailInfo: {
|
|
9550
|
-
email: string;
|
|
9551
|
-
emailPassword: string;
|
|
9552
|
-
email2FA: string;
|
|
9553
|
-
emailRecover: string;
|
|
9554
|
-
};
|
|
9555
|
-
deviceInfo: {
|
|
9556
|
-
key: string;
|
|
9557
|
-
model: string;
|
|
9558
|
-
name: string;
|
|
9559
|
-
os: ETypeDeviceOS;
|
|
9560
|
-
typeAppClone: string;
|
|
9561
|
-
nameAppClone: string;
|
|
9562
|
-
};
|
|
9563
|
-
infoSystem: {
|
|
9564
|
-
pcName: string;
|
|
9565
|
-
department: string;
|
|
9566
|
-
leader: string;
|
|
9567
|
-
member: string;
|
|
9568
|
-
};
|
|
9569
|
-
timeAction: Date;
|
|
9570
|
-
note: string;
|
|
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;
|
|
9571
9311
|
}
|
|
9572
9312
|
|
|
9573
|
-
interface
|
|
9313
|
+
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9574
9314
|
sheetName: string;
|
|
9575
9315
|
sheetUrl: string;
|
|
9576
|
-
account:
|
|
9577
|
-
folderImageName: string;
|
|
9578
|
-
linkDriveVideoOfCanva: string;
|
|
9579
|
-
listLinkDriveImagesOfCanva: string[];
|
|
9580
|
-
statusEditCanva: EStatusExecuteCommon;
|
|
9581
|
-
accountStatusLogin: EStatusAccountSocialLogin;
|
|
9582
|
-
statusUploadDrive: EStatusExecuteCommon;
|
|
9583
|
-
proxyType: ETypeProxy;
|
|
9584
|
-
vpnEmail: string;
|
|
9585
|
-
vpnPosition: ETypeProxy;
|
|
9586
|
-
typePost: TPost;
|
|
9587
|
-
stylePost: TPostStyle;
|
|
9316
|
+
account: IInstagramAccountRun | string;
|
|
9588
9317
|
content: string;
|
|
9589
|
-
|
|
9590
|
-
timePost: Date;
|
|
9318
|
+
userLink: string;
|
|
9591
9319
|
linkPost: string;
|
|
9592
|
-
|
|
9593
|
-
|
|
9320
|
+
commentReplied: string;
|
|
9321
|
+
status: EStatusTaskScript;
|
|
9322
|
+
statusDetail: string;
|
|
9594
9323
|
noteFix: string;
|
|
9595
9324
|
}
|
|
9596
|
-
interface IThreadsHistoryAutoPostELS extends IBaseELS {
|
|
9597
|
-
}
|
|
9598
9325
|
|
|
9599
|
-
interface
|
|
9326
|
+
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9600
9327
|
sheetName: string;
|
|
9601
9328
|
sheetUrl: string;
|
|
9602
|
-
account:
|
|
9603
|
-
|
|
9604
|
-
|
|
9605
|
-
|
|
9606
|
-
titleContent: string;
|
|
9607
|
-
tagUsers: string[];
|
|
9608
|
-
content: string;
|
|
9609
|
-
caption: string;
|
|
9610
|
-
hashtag: string;
|
|
9611
|
-
altNicheImages: string[];
|
|
9612
|
-
altImages: string[];
|
|
9613
|
-
altVideos: string[];
|
|
9329
|
+
account: IInstagramAccountRun | string;
|
|
9330
|
+
statusDetail: string;
|
|
9331
|
+
receiverName: string;
|
|
9332
|
+
messageReply: string;
|
|
9614
9333
|
status: EStatusTaskScript;
|
|
9334
|
+
noteFix: string;
|
|
9335
|
+
}
|
|
9336
|
+
|
|
9337
|
+
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9338
|
+
account: IInstagramAccountRun | string;
|
|
9339
|
+
numberLike: number;
|
|
9340
|
+
minutesExecute: number;
|
|
9341
|
+
numberUsersSentMess: number;
|
|
9342
|
+
isLike: boolean;
|
|
9343
|
+
isSentMessage: boolean;
|
|
9615
9344
|
statusDetail: string;
|
|
9616
|
-
|
|
9617
|
-
|
|
9345
|
+
status: EStatusTaskScript;
|
|
9346
|
+
noteFix: string;
|
|
9618
9347
|
}
|
|
9619
9348
|
|
|
9620
|
-
interface
|
|
9349
|
+
interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9621
9350
|
sheetName: string;
|
|
9622
9351
|
sheetUrl: string;
|
|
9623
|
-
account:
|
|
9352
|
+
account: IInstagramAccountRun | string;
|
|
9353
|
+
statusDetail: string;
|
|
9354
|
+
listUsersUnFollow: Array<string>;
|
|
9624
9355
|
follower: number;
|
|
9625
9356
|
following: number;
|
|
9357
|
+
timeStart: Date;
|
|
9358
|
+
timeEnd: Date;
|
|
9359
|
+
status: EStatusTaskScript;
|
|
9360
|
+
noteFix: string;
|
|
9361
|
+
}
|
|
9362
|
+
|
|
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;
|
|
9372
|
+
}
|
|
9373
|
+
|
|
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;
|
|
9626
9389
|
status: EStatusTaskScript;
|
|
9627
9390
|
statusDetail: string;
|
|
9628
|
-
timeStart: Date;
|
|
9629
|
-
timeEnd: Date;
|
|
9630
9391
|
}
|
|
9631
9392
|
|
|
9632
|
-
interface
|
|
9633
|
-
sheetName: string;
|
|
9393
|
+
interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9634
9394
|
sheetUrl: string;
|
|
9635
|
-
|
|
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;
|
|
9636
9408
|
status: EStatusTaskScript;
|
|
9637
9409
|
statusDetail: string;
|
|
9638
|
-
receiverName: string;
|
|
9639
|
-
messageReply: string;
|
|
9640
9410
|
}
|
|
9641
9411
|
|
|
9642
|
-
interface
|
|
9643
|
-
sheetName: string;
|
|
9412
|
+
interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9644
9413
|
sheetUrl: string;
|
|
9645
|
-
|
|
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;
|
|
9646
9425
|
content: string;
|
|
9647
|
-
|
|
9648
|
-
|
|
9426
|
+
collaborator: string;
|
|
9427
|
+
tagUser: string;
|
|
9428
|
+
url: string;
|
|
9649
9429
|
status: EStatusTaskScript;
|
|
9650
9430
|
statusDetail: string;
|
|
9651
|
-
timeStart: Date;
|
|
9652
|
-
timeEnd: Date;
|
|
9653
9431
|
}
|
|
9654
9432
|
|
|
9655
|
-
interface
|
|
9656
|
-
|
|
9657
|
-
|
|
9658
|
-
|
|
9659
|
-
|
|
9660
|
-
|
|
9661
|
-
|
|
9662
|
-
|
|
9663
|
-
|
|
9664
|
-
|
|
9665
|
-
|
|
9666
|
-
|
|
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;
|
|
9444
|
+
status: EStatusTaskScript;
|
|
9445
|
+
statusDetail: string;
|
|
9667
9446
|
}
|
|
9668
9447
|
|
|
9669
|
-
interface
|
|
9670
|
-
|
|
9671
|
-
|
|
9672
|
-
|
|
9673
|
-
|
|
9674
|
-
|
|
9675
|
-
|
|
9676
|
-
|
|
9677
|
-
|
|
9678
|
-
|
|
9679
|
-
|
|
9680
|
-
|
|
9681
|
-
|
|
9682
|
-
|
|
9683
|
-
|
|
9684
|
-
|
|
9685
|
-
|
|
9686
|
-
|
|
9687
|
-
|
|
9688
|
-
|
|
9689
|
-
limitNumberInteractUserFollowingFrom: number;
|
|
9690
|
-
limitNumberInteractUserFollowingTo: number;
|
|
9691
|
-
timeDelayInteractUserFollowingFrom: number;
|
|
9692
|
-
timeDelayInteractUserFollowingTo: number;
|
|
9693
|
-
limitNumberInteractUserFollowerFrom: number;
|
|
9694
|
-
limitNumberInteractUserFollowerTo: number;
|
|
9695
|
-
timeDelayInteractUserFollowerFrom: number;
|
|
9696
|
-
timeDelayInteractUserFollowerTo: number;
|
|
9697
|
-
isTimeUs: boolean;
|
|
9698
|
-
isInteractUserFollower: boolean;
|
|
9699
|
-
isInteractUserFollowing: boolean;
|
|
9700
|
-
isInteractCurrentUser: boolean;
|
|
9701
|
-
isSkipUserNameNoneEnglish: boolean;
|
|
9702
|
-
isSkipUserNameContainIcons: boolean;
|
|
9703
|
-
isSkipFollowWhenUnFollowed: boolean;
|
|
9704
|
-
isSkipFollowContainLinks: boolean;
|
|
9705
|
-
isSkipBioNoneEnglish: boolean;
|
|
9448
|
+
interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
9449
|
+
sheetUrl: string;
|
|
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[];
|
|
9706
9468
|
}
|
|
9707
9469
|
|
|
9708
|
-
interface
|
|
9709
|
-
|
|
9710
|
-
|
|
9711
|
-
|
|
9712
|
-
|
|
9713
|
-
|
|
9714
|
-
|
|
9715
|
-
|
|
9716
|
-
|
|
9717
|
-
|
|
9718
|
-
|
|
9719
|
-
|
|
9720
|
-
|
|
9721
|
-
|
|
9722
|
-
|
|
9723
|
-
|
|
9724
|
-
|
|
9725
|
-
|
|
9726
|
-
|
|
9727
|
-
|
|
9470
|
+
interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
9471
|
+
sheetUrl: string;
|
|
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;
|
|
9728
9507
|
}
|
|
9729
9508
|
|
|
9730
|
-
interface
|
|
9731
|
-
|
|
9732
|
-
|
|
9733
|
-
|
|
9734
|
-
|
|
9735
|
-
|
|
9736
|
-
|
|
9737
|
-
|
|
9738
|
-
|
|
9739
|
-
|
|
9740
|
-
|
|
9741
|
-
|
|
9742
|
-
|
|
9743
|
-
|
|
9744
|
-
|
|
9745
|
-
|
|
9746
|
-
|
|
9747
|
-
|
|
9748
|
-
isTimeUs: boolean;
|
|
9749
|
-
isLikeCommentsPostOfMe: boolean;
|
|
9750
|
-
isReplyCommentsPostOfMe: boolean;
|
|
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[];
|
|
9751
9527
|
}
|
|
9752
9528
|
|
|
9753
|
-
interface
|
|
9754
|
-
|
|
9755
|
-
|
|
9756
|
-
|
|
9757
|
-
|
|
9758
|
-
|
|
9759
|
-
|
|
9760
|
-
|
|
9761
|
-
|
|
9762
|
-
|
|
9763
|
-
|
|
9764
|
-
|
|
9765
|
-
|
|
9766
|
-
|
|
9767
|
-
|
|
9768
|
-
|
|
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;
|
|
9769
9549
|
}
|
|
9770
9550
|
|
|
9771
|
-
interface
|
|
9772
|
-
sheetUrl: string;
|
|
9773
|
-
sheetName: string;
|
|
9551
|
+
interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
9774
9552
|
typeSocial: ETypeSocial;
|
|
9775
|
-
account: string |
|
|
9553
|
+
account: string | IInstagramAccountRun;
|
|
9776
9554
|
deviceKey: string;
|
|
9777
9555
|
minuteWaiting: number;
|
|
9778
9556
|
isTimeUS: boolean;
|
|
@@ -9785,21 +9563,37 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9785
9563
|
status: EStatusTaskToolSocials;
|
|
9786
9564
|
dayOfWeekUS: string;
|
|
9787
9565
|
timeExecuteUS: Date;
|
|
9788
|
-
|
|
9789
|
-
|
|
9790
|
-
|
|
9791
|
-
|
|
9792
|
-
canvaImagePage3: string;
|
|
9793
|
-
canvaImagePage4: string;
|
|
9794
|
-
canvaImagePage5: string;
|
|
9795
|
-
contentPost: string;
|
|
9566
|
+
numberView: number;
|
|
9567
|
+
isLike: boolean;
|
|
9568
|
+
numberLike: number;
|
|
9569
|
+
minuteRun: number;
|
|
9796
9570
|
}
|
|
9797
9571
|
|
|
9798
|
-
interface
|
|
9799
|
-
|
|
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> {
|
|
9800
9593
|
sheetUrl: string;
|
|
9801
9594
|
sheetName: string;
|
|
9802
9595
|
typeSocial: ETypeSocial;
|
|
9596
|
+
account: string | IInstagramAccountRun;
|
|
9803
9597
|
deviceKey: string;
|
|
9804
9598
|
minuteWaiting: number;
|
|
9805
9599
|
isTimeUS: boolean;
|
|
@@ -9812,14 +9606,43 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9812
9606
|
status: EStatusTaskToolSocials;
|
|
9813
9607
|
dayOfWeekUS: string;
|
|
9814
9608
|
timeExecuteUS: Date;
|
|
9815
|
-
|
|
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;
|
|
9816
9639
|
}
|
|
9817
9640
|
|
|
9818
|
-
interface
|
|
9641
|
+
interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
9819
9642
|
sheetUrl: string;
|
|
9820
9643
|
sheetName: string;
|
|
9821
9644
|
typeSocial: ETypeSocial;
|
|
9822
|
-
account: string |
|
|
9645
|
+
account: string | IInstagramAccountRun;
|
|
9823
9646
|
deviceKey: string;
|
|
9824
9647
|
minuteWaiting: number;
|
|
9825
9648
|
isTimeUS: boolean;
|
|
@@ -9840,11 +9663,11 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9840
9663
|
statusStep2: EStatusTaskToolSocials;
|
|
9841
9664
|
}
|
|
9842
9665
|
|
|
9843
|
-
interface
|
|
9666
|
+
interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
9844
9667
|
sheetUrl: string;
|
|
9845
9668
|
sheetName: string;
|
|
9669
|
+
account: string | IInstagramAccountRun;
|
|
9846
9670
|
typeSocial: ETypeSocial;
|
|
9847
|
-
account: string | IThreadsAccountRun;
|
|
9848
9671
|
deviceKey: string;
|
|
9849
9672
|
minuteWaiting: number;
|
|
9850
9673
|
isTimeUS: boolean;
|
|
@@ -9865,532 +9688,679 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9865
9688
|
statusStep2: EStatusTaskToolSocials;
|
|
9866
9689
|
}
|
|
9867
9690
|
|
|
9868
|
-
interface
|
|
9869
|
-
|
|
9870
|
-
|
|
9871
|
-
|
|
9872
|
-
|
|
9873
|
-
|
|
9874
|
-
|
|
9875
|
-
|
|
9876
|
-
interface IInstagramHistoryFollowELS extends IBaseELS {
|
|
9877
|
-
}
|
|
9878
|
-
|
|
9879
|
-
interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
9880
|
-
sheetName: string;
|
|
9881
|
-
sheetUrl: string;
|
|
9882
|
-
account: IInstagramAccountRun | string;
|
|
9883
|
-
folderImageName: string;
|
|
9884
|
-
linkDriveVideoOfCanva: string;
|
|
9885
|
-
listLinkDriveImagesOfCanva: string[];
|
|
9886
|
-
statusEditCanva: EStatusExecuteCommon;
|
|
9887
|
-
accountStatusLogin: EStatusAccountSocialLogin;
|
|
9888
|
-
statusUploadDrive: EStatusExecuteCommon;
|
|
9889
|
-
proxyType: ETypeProxy;
|
|
9890
|
-
vpnEmail: string;
|
|
9891
|
-
vpnPosition: ETypeProxy;
|
|
9892
|
-
typePost: TPost;
|
|
9893
|
-
stylePost: TPostStyle;
|
|
9894
|
-
content: string;
|
|
9895
|
-
settingPost: string | IInstagramSettingPost;
|
|
9896
|
-
timePost: Date;
|
|
9897
|
-
linkPost: string;
|
|
9898
|
-
statusAccount: EStatusAccountSocial;
|
|
9899
|
-
statusPost: EStatusTaskScript;
|
|
9900
|
-
noteFix: string;
|
|
9901
|
-
}
|
|
9902
|
-
interface IInstagramHistoryAutoPostELS extends IBaseELS {
|
|
9903
|
-
}
|
|
9904
|
-
|
|
9905
|
-
interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
9906
|
-
sheetName: string;
|
|
9907
|
-
sheetUrl: string;
|
|
9908
|
-
account: IInstagramAccountRun | string;
|
|
9909
|
-
userBlock: string;
|
|
9910
|
-
userRestrict: string;
|
|
9911
|
-
userHidden: string;
|
|
9912
|
-
statusBlock: EStatusTaskScript;
|
|
9913
|
-
statusRestrict: EStatusTaskScript;
|
|
9914
|
-
statusHidden: EStatusTaskScript;
|
|
9915
|
-
}
|
|
9916
|
-
interface IInstagramHistoryBlockUserELS extends IBaseELS {
|
|
9917
|
-
}
|
|
9918
|
-
|
|
9919
|
-
interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
9920
|
-
account: IInstagramAccountRun | string;
|
|
9921
|
-
listRunTimes: Array<string>;
|
|
9922
|
-
dayOfWeeks: Array<string>;
|
|
9923
|
-
isTimeUs: boolean;
|
|
9924
|
-
}
|
|
9925
|
-
|
|
9926
|
-
interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
9927
|
-
account: IInstagramAccountRun | string;
|
|
9928
|
-
dayOfWeeks: Array<string>;
|
|
9929
|
-
listRunTimes: Array<Array<string>>;
|
|
9930
|
-
maxViewPerDay: number;
|
|
9931
|
-
timeExecuteForOperationTo: number;
|
|
9932
|
-
timeExecuteForOperationFrom: number;
|
|
9933
|
-
limitViewPerDayFrom: number;
|
|
9934
|
-
limitViewPerDayTo: number;
|
|
9935
|
-
increaseDailyViewFrom: number;
|
|
9936
|
-
increaseDailyViewTo: number;
|
|
9937
|
-
limitNumberLikePerOperationFrom: number;
|
|
9938
|
-
limitNumberLikePerOperationTo: number;
|
|
9939
|
-
timeDelayLikeFrom: number;
|
|
9940
|
-
timeDelayLikeTo: number;
|
|
9941
|
-
isTimeUs: boolean;
|
|
9942
|
-
isDetailsView: boolean;
|
|
9943
|
-
isLikeExplore: boolean;
|
|
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;
|
|
9944
9699
|
}
|
|
9945
|
-
|
|
9946
|
-
|
|
9947
|
-
|
|
9948
|
-
|
|
9949
|
-
|
|
9950
|
-
|
|
9951
|
-
|
|
9952
|
-
|
|
9953
|
-
|
|
9954
|
-
|
|
9955
|
-
|
|
9956
|
-
|
|
9957
|
-
|
|
9958
|
-
|
|
9959
|
-
|
|
9960
|
-
|
|
9961
|
-
|
|
9962
|
-
|
|
9963
|
-
|
|
9964
|
-
|
|
9965
|
-
|
|
9966
|
-
|
|
9967
|
-
|
|
9968
|
-
|
|
9969
|
-
|
|
9970
|
-
|
|
9971
|
-
|
|
9972
|
-
|
|
9973
|
-
|
|
9974
|
-
|
|
9975
|
-
|
|
9976
|
-
|
|
9977
|
-
|
|
9978
|
-
|
|
9979
|
-
|
|
9980
|
-
|
|
9981
|
-
|
|
9982
|
-
|
|
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;
|
|
9983
9753
|
}
|
|
9984
9754
|
|
|
9985
|
-
interface
|
|
9986
|
-
|
|
9987
|
-
|
|
9988
|
-
|
|
9989
|
-
|
|
9990
|
-
|
|
9991
|
-
|
|
9992
|
-
|
|
9993
|
-
|
|
9994
|
-
|
|
9995
|
-
timeExecuteForOperationTo: number;
|
|
9996
|
-
limitNumberLikePerOperationFrom: number;
|
|
9997
|
-
limitNumberLikePerOperationTo: number;
|
|
9998
|
-
timeDelayLikeFrom: number;
|
|
9999
|
-
timeDelayLikeTo: number;
|
|
10000
|
-
isTimeUs: boolean;
|
|
10001
|
-
isLikeReel: boolean;
|
|
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;
|
|
10002
9765
|
}
|
|
10003
9766
|
|
|
10004
|
-
interface
|
|
10005
|
-
|
|
10006
|
-
|
|
10007
|
-
|
|
10008
|
-
|
|
10009
|
-
|
|
10010
|
-
|
|
10011
|
-
|
|
10012
|
-
|
|
10013
|
-
|
|
10014
|
-
|
|
10015
|
-
|
|
10016
|
-
|
|
10017
|
-
|
|
10018
|
-
|
|
10019
|
-
|
|
10020
|
-
|
|
10021
|
-
|
|
10022
|
-
|
|
10023
|
-
|
|
10024
|
-
|
|
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;
|
|
10025
9815
|
}
|
|
10026
9816
|
|
|
10027
|
-
interface
|
|
10028
|
-
|
|
10029
|
-
|
|
10030
|
-
|
|
10031
|
-
|
|
10032
|
-
|
|
10033
|
-
|
|
10034
|
-
timeDelayReplyMessageTo: number;
|
|
10035
|
-
isTimeUs: boolean;
|
|
10036
|
-
isDeleteMessageUsername: boolean;
|
|
10037
|
-
isReplyAllMessageFromStories: boolean;
|
|
10038
|
-
isSkipUserNameNoneEnglish: boolean;
|
|
10039
|
-
isSkipReplyMessageIsImages: boolean;
|
|
10040
|
-
isSkipReplyIfHaveReplied: boolean;
|
|
10041
|
-
isSkipReplyIsLink: boolean;
|
|
10042
|
-
isSkipReplyIfOnlyIcons: boolean;
|
|
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;
|
|
10043
9824
|
}
|
|
10044
|
-
|
|
10045
|
-
|
|
10046
|
-
|
|
10047
|
-
|
|
10048
|
-
|
|
10049
|
-
|
|
10050
|
-
|
|
10051
|
-
|
|
10052
|
-
|
|
10053
|
-
|
|
10054
|
-
|
|
10055
|
-
|
|
10056
|
-
|
|
10057
|
-
|
|
10058
|
-
|
|
10059
|
-
|
|
10060
|
-
|
|
10061
|
-
|
|
10062
|
-
|
|
10063
|
-
|
|
10064
|
-
|
|
10065
|
-
|
|
10066
|
-
|
|
10067
|
-
|
|
10068
|
-
|
|
10069
|
-
|
|
10070
|
-
|
|
10071
|
-
|
|
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;
|
|
10072
9882
|
}
|
|
10073
9883
|
|
|
10074
|
-
interface
|
|
10075
|
-
|
|
10076
|
-
|
|
10077
|
-
|
|
10078
|
-
|
|
10079
|
-
|
|
10080
|
-
|
|
10081
|
-
|
|
10082
|
-
|
|
10083
|
-
|
|
10084
|
-
|
|
10085
|
-
|
|
10086
|
-
|
|
10087
|
-
|
|
10088
|
-
|
|
10089
|
-
maxUnFollowPerHour: number;
|
|
10090
|
-
timeDelayInteractPerOperatorFrom: number;
|
|
10091
|
-
timeDelayInteractPerOperatorTo: number;
|
|
10092
|
-
isTimeUs: boolean;
|
|
10093
|
-
isInteractBeforeUnFollow: boolean;
|
|
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;
|
|
10094
9899
|
}
|
|
10095
|
-
|
|
10096
|
-
|
|
10097
|
-
|
|
10098
|
-
|
|
10099
|
-
|
|
10100
|
-
|
|
10101
|
-
|
|
10102
|
-
|
|
10103
|
-
|
|
10104
|
-
|
|
10105
|
-
|
|
10106
|
-
|
|
10107
|
-
|
|
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;
|
|
10108
9959
|
}
|
|
10109
9960
|
|
|
10110
|
-
interface
|
|
10111
|
-
|
|
10112
|
-
|
|
10113
|
-
|
|
10114
|
-
|
|
10115
|
-
|
|
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;
|
|
10116
10002
|
}
|
|
10117
|
-
|
|
10118
|
-
|
|
10119
|
-
|
|
10120
|
-
|
|
10121
|
-
|
|
10122
|
-
|
|
10123
|
-
|
|
10124
|
-
|
|
10125
|
-
|
|
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;
|
|
10126
10096
|
}
|
|
10127
10097
|
|
|
10128
|
-
interface
|
|
10129
|
-
sheetName: string;
|
|
10098
|
+
interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
10130
10099
|
sheetUrl: string;
|
|
10131
|
-
|
|
10132
|
-
|
|
10133
|
-
|
|
10134
|
-
|
|
10135
|
-
|
|
10136
|
-
|
|
10137
|
-
status: EStatusTaskScript;
|
|
10100
|
+
sheetName: string;
|
|
10101
|
+
account: string | IThreadsAccountRaw;
|
|
10102
|
+
oldGroup: IAccountSocialGroup | string;
|
|
10103
|
+
newGroup: IAccountSocialGroup | string;
|
|
10104
|
+
timeAction: Date;
|
|
10105
|
+
note: string;
|
|
10138
10106
|
}
|
|
10139
|
-
|
|
10140
|
-
|
|
10141
|
-
|
|
10142
|
-
|
|
10143
|
-
|
|
10144
|
-
|
|
10145
|
-
|
|
10146
|
-
|
|
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;
|
|
10147
10159
|
}
|
|
10148
10160
|
|
|
10149
|
-
interface
|
|
10161
|
+
interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
10150
10162
|
sheetName: string;
|
|
10151
10163
|
sheetUrl: string;
|
|
10152
|
-
account:
|
|
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;
|
|
10153
10176
|
content: string;
|
|
10154
|
-
|
|
10177
|
+
settingPost: string | IThreadsSettingPost;
|
|
10178
|
+
timePost: Date;
|
|
10155
10179
|
linkPost: string;
|
|
10156
|
-
|
|
10157
|
-
|
|
10158
|
-
|
|
10159
|
-
}
|
|
10160
|
-
|
|
10161
|
-
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
10162
|
-
sheetName: string;
|
|
10163
|
-
sheetUrl: string;
|
|
10164
|
-
account: IInstagramAccountRun | string;
|
|
10165
|
-
statusDetail: string;
|
|
10166
|
-
receiverName: string;
|
|
10167
|
-
messageReply: string;
|
|
10168
|
-
status: EStatusTaskScript;
|
|
10180
|
+
statusAccount: EStatusAccountSocial;
|
|
10181
|
+
statusPost: EStatusTaskScript;
|
|
10182
|
+
noteFix: string;
|
|
10169
10183
|
}
|
|
10170
|
-
|
|
10171
|
-
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
10172
|
-
account: IInstagramAccountRun | string;
|
|
10173
|
-
numberLike: number;
|
|
10174
|
-
minutesExecute: number;
|
|
10175
|
-
numberUsersSentMess: number;
|
|
10176
|
-
isLike: boolean;
|
|
10177
|
-
isSentMessage: boolean;
|
|
10178
|
-
statusDetail: string;
|
|
10179
|
-
status: EStatusTaskScript;
|
|
10184
|
+
interface IThreadsHistoryAutoPostELS extends IBaseELS {
|
|
10180
10185
|
}
|
|
10181
10186
|
|
|
10182
|
-
interface
|
|
10183
|
-
sheetUrl: string;
|
|
10187
|
+
interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
10184
10188
|
sheetName: string;
|
|
10185
|
-
account: string | IInstagramAccountRun;
|
|
10186
|
-
sheetPageName: string;
|
|
10187
|
-
rowId: string;
|
|
10188
|
-
historyName: string;
|
|
10189
|
-
status: EStatusTaskScript;
|
|
10190
|
-
statusDetail: string;
|
|
10191
|
-
}
|
|
10192
|
-
|
|
10193
|
-
interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
10194
10189
|
sheetUrl: string;
|
|
10195
|
-
|
|
10196
|
-
|
|
10197
|
-
sheetPageName: string;
|
|
10198
|
-
rowId: string;
|
|
10199
|
-
otherAccount: string;
|
|
10190
|
+
account: IThreadsAccountRun | string;
|
|
10191
|
+
url: string;
|
|
10200
10192
|
photosUrl: string[];
|
|
10201
10193
|
videosUrl: string[];
|
|
10202
|
-
|
|
10194
|
+
titleContent: string;
|
|
10195
|
+
tagUsers: string[];
|
|
10203
10196
|
content: string;
|
|
10204
|
-
|
|
10205
|
-
|
|
10206
|
-
|
|
10207
|
-
|
|
10197
|
+
caption: string;
|
|
10198
|
+
hashtag: string;
|
|
10199
|
+
altNicheImages: string[];
|
|
10200
|
+
altImages: string[];
|
|
10201
|
+
altVideos: string[];
|
|
10208
10202
|
status: EStatusTaskScript;
|
|
10209
10203
|
statusDetail: string;
|
|
10204
|
+
timeStart: Date;
|
|
10205
|
+
timeEnd: Date;
|
|
10210
10206
|
}
|
|
10211
10207
|
|
|
10212
|
-
interface
|
|
10213
|
-
sheetUrl: string;
|
|
10208
|
+
interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10214
10209
|
sheetName: string;
|
|
10215
|
-
|
|
10216
|
-
|
|
10217
|
-
|
|
10218
|
-
|
|
10219
|
-
photosUrl: string[];
|
|
10220
|
-
videosUrl: string[];
|
|
10221
|
-
collaborator: string;
|
|
10222
|
-
content: string;
|
|
10223
|
-
music: string;
|
|
10224
|
-
tagUser: string;
|
|
10225
|
-
location: string;
|
|
10226
|
-
url: string;
|
|
10210
|
+
sheetUrl: string;
|
|
10211
|
+
account: IThreadsAccountRun | string;
|
|
10212
|
+
follower: number;
|
|
10213
|
+
following: number;
|
|
10227
10214
|
status: EStatusTaskScript;
|
|
10228
10215
|
statusDetail: string;
|
|
10216
|
+
timeStart: Date;
|
|
10217
|
+
timeEnd: Date;
|
|
10229
10218
|
}
|
|
10230
10219
|
|
|
10231
|
-
interface
|
|
10232
|
-
sheetUrl: string;
|
|
10220
|
+
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
10233
10221
|
sheetName: string;
|
|
10234
|
-
|
|
10235
|
-
|
|
10236
|
-
rowId: string;
|
|
10237
|
-
otherAccount: string;
|
|
10238
|
-
photosUrl: string[];
|
|
10239
|
-
videosUrl: string[];
|
|
10240
|
-
titlePoll: string;
|
|
10241
|
-
polls: string[];
|
|
10242
|
-
location: string;
|
|
10243
|
-
music: string;
|
|
10244
|
-
content: string;
|
|
10245
|
-
collaborator: string;
|
|
10246
|
-
tagUser: string;
|
|
10247
|
-
url: string;
|
|
10222
|
+
sheetUrl: string;
|
|
10223
|
+
account: IThreadsAccountRun | string;
|
|
10248
10224
|
status: EStatusTaskScript;
|
|
10249
10225
|
statusDetail: string;
|
|
10226
|
+
receiverName: string;
|
|
10227
|
+
messageReply: string;
|
|
10250
10228
|
}
|
|
10251
10229
|
|
|
10252
|
-
interface
|
|
10253
|
-
sheetUrl: string;
|
|
10230
|
+
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
10254
10231
|
sheetName: string;
|
|
10255
|
-
|
|
10256
|
-
|
|
10257
|
-
|
|
10258
|
-
|
|
10259
|
-
|
|
10260
|
-
videosUrl: string[];
|
|
10261
|
-
music: string;
|
|
10262
|
-
location: string;
|
|
10232
|
+
sheetUrl: string;
|
|
10233
|
+
account: IThreadsAccountRun | string;
|
|
10234
|
+
content: string;
|
|
10235
|
+
linkPost: string;
|
|
10236
|
+
userLink: string;
|
|
10263
10237
|
status: EStatusTaskScript;
|
|
10264
10238
|
statusDetail: string;
|
|
10239
|
+
timeStart: Date;
|
|
10240
|
+
timeEnd: Date;
|
|
10265
10241
|
}
|
|
10266
10242
|
|
|
10267
|
-
interface
|
|
10268
|
-
|
|
10269
|
-
|
|
10270
|
-
|
|
10271
|
-
|
|
10272
|
-
|
|
10273
|
-
|
|
10274
|
-
|
|
10275
|
-
|
|
10276
|
-
|
|
10277
|
-
|
|
10278
|
-
|
|
10279
|
-
action: string;
|
|
10280
|
-
timeExecute: Date;
|
|
10281
|
-
status: EStatusTaskToolSocials;
|
|
10282
|
-
dayOfWeekUS: string;
|
|
10283
|
-
timeExecuteUS: Date;
|
|
10284
|
-
listBlockUserName: string[];
|
|
10285
|
-
listRestrictUserName: string[];
|
|
10286
|
-
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;
|
|
10287
10255
|
}
|
|
10288
10256
|
|
|
10289
|
-
interface
|
|
10290
|
-
|
|
10291
|
-
|
|
10292
|
-
|
|
10293
|
-
|
|
10294
|
-
|
|
10295
|
-
|
|
10296
|
-
|
|
10297
|
-
|
|
10298
|
-
|
|
10299
|
-
|
|
10300
|
-
|
|
10301
|
-
|
|
10302
|
-
|
|
10303
|
-
|
|
10304
|
-
|
|
10305
|
-
|
|
10306
|
-
|
|
10307
|
-
|
|
10308
|
-
|
|
10309
|
-
|
|
10310
|
-
|
|
10311
|
-
|
|
10312
|
-
|
|
10313
|
-
|
|
10314
|
-
|
|
10315
|
-
|
|
10316
|
-
|
|
10317
|
-
|
|
10318
|
-
|
|
10319
|
-
|
|
10320
|
-
|
|
10321
|
-
|
|
10322
|
-
|
|
10323
|
-
|
|
10324
|
-
|
|
10325
|
-
|
|
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;
|
|
10326
10294
|
}
|
|
10327
10295
|
|
|
10328
|
-
interface
|
|
10329
|
-
|
|
10330
|
-
|
|
10331
|
-
|
|
10332
|
-
|
|
10333
|
-
|
|
10334
|
-
|
|
10335
|
-
|
|
10336
|
-
|
|
10337
|
-
|
|
10338
|
-
|
|
10339
|
-
|
|
10340
|
-
|
|
10341
|
-
|
|
10342
|
-
|
|
10343
|
-
|
|
10344
|
-
|
|
10345
|
-
|
|
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;
|
|
10346
10316
|
}
|
|
10347
10317
|
|
|
10348
|
-
interface
|
|
10349
|
-
|
|
10350
|
-
|
|
10351
|
-
|
|
10352
|
-
|
|
10353
|
-
|
|
10354
|
-
|
|
10355
|
-
|
|
10356
|
-
|
|
10357
|
-
|
|
10358
|
-
|
|
10359
|
-
|
|
10360
|
-
|
|
10361
|
-
|
|
10362
|
-
|
|
10363
|
-
|
|
10364
|
-
|
|
10365
|
-
|
|
10366
|
-
|
|
10367
|
-
|
|
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;
|
|
10368
10339
|
}
|
|
10369
10340
|
|
|
10370
|
-
interface
|
|
10371
|
-
|
|
10372
|
-
|
|
10373
|
-
|
|
10374
|
-
|
|
10375
|
-
|
|
10376
|
-
|
|
10377
|
-
|
|
10378
|
-
|
|
10379
|
-
|
|
10380
|
-
|
|
10381
|
-
|
|
10382
|
-
|
|
10383
|
-
|
|
10384
|
-
|
|
10385
|
-
|
|
10386
|
-
isLike: boolean;
|
|
10387
|
-
numberLike: number;
|
|
10388
|
-
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;
|
|
10389
10357
|
}
|
|
10390
10358
|
|
|
10391
|
-
interface
|
|
10359
|
+
interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
10360
|
+
sheetUrl: string;
|
|
10361
|
+
sheetName: string;
|
|
10392
10362
|
typeSocial: ETypeSocial;
|
|
10393
|
-
account: string |
|
|
10363
|
+
account: string | IThreadsAccountRun;
|
|
10394
10364
|
deviceKey: string;
|
|
10395
10365
|
minuteWaiting: number;
|
|
10396
10366
|
isTimeUS: boolean;
|
|
@@ -10403,16 +10373,21 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
|
|
|
10403
10373
|
status: EStatusTaskToolSocials;
|
|
10404
10374
|
dayOfWeekUS: string;
|
|
10405
10375
|
timeExecuteUS: Date;
|
|
10406
|
-
|
|
10407
|
-
|
|
10408
|
-
|
|
10376
|
+
canvaUrlVideo: string;
|
|
10377
|
+
canvaImageThumb: string;
|
|
10378
|
+
canvaImagePage1: string;
|
|
10379
|
+
canvaImagePage2: string;
|
|
10380
|
+
canvaImagePage3: string;
|
|
10381
|
+
canvaImagePage4: string;
|
|
10382
|
+
canvaImagePage5: string;
|
|
10383
|
+
contentPost: string;
|
|
10409
10384
|
}
|
|
10410
10385
|
|
|
10411
|
-
interface
|
|
10386
|
+
interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10387
|
+
account: string | IThreadsAccountRun;
|
|
10412
10388
|
sheetUrl: string;
|
|
10413
10389
|
sheetName: string;
|
|
10414
10390
|
typeSocial: ETypeSocial;
|
|
10415
|
-
account: string | IInstagramAccountRun;
|
|
10416
10391
|
deviceKey: string;
|
|
10417
10392
|
minuteWaiting: number;
|
|
10418
10393
|
isTimeUS: boolean;
|
|
@@ -10425,43 +10400,14 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10425
10400
|
status: EStatusTaskToolSocials;
|
|
10426
10401
|
dayOfWeekUS: string;
|
|
10427
10402
|
timeExecuteUS: Date;
|
|
10428
|
-
|
|
10429
|
-
canvaImageThumb: string;
|
|
10430
|
-
canvaImagePage1: string;
|
|
10431
|
-
canvaImagePage2: string;
|
|
10432
|
-
canvaImagePage3: string;
|
|
10433
|
-
canvaImagePage4: string;
|
|
10434
|
-
canvaImagePage5: string;
|
|
10435
|
-
username: string;
|
|
10436
|
-
contentPost: string;
|
|
10437
|
-
nicheLinkCategory: string;
|
|
10438
|
-
titlePool: string;
|
|
10439
|
-
pool1: string;
|
|
10440
|
-
pool2: string;
|
|
10441
|
-
pool3: string;
|
|
10442
|
-
textFirstPage2: string;
|
|
10443
|
-
textSecondPage2: string;
|
|
10444
|
-
textPage6: string;
|
|
10445
|
-
voicePage1: string;
|
|
10446
|
-
voicePage3456: string;
|
|
10447
|
-
addMusic: string;
|
|
10448
|
-
tagUserName: string;
|
|
10449
|
-
tagCollaborator: string;
|
|
10450
|
-
addLocation: string;
|
|
10451
|
-
historyName: string;
|
|
10452
|
-
linkAddHistory: string;
|
|
10453
|
-
commentPostMe: string;
|
|
10454
|
-
tagUserPostMe: string;
|
|
10455
|
-
typePost: string;
|
|
10456
|
-
postStyle: string;
|
|
10457
|
-
statusPost: string;
|
|
10403
|
+
listUsernameFollow: string[];
|
|
10458
10404
|
}
|
|
10459
10405
|
|
|
10460
|
-
interface
|
|
10406
|
+
interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
10461
10407
|
sheetUrl: string;
|
|
10462
10408
|
sheetName: string;
|
|
10463
10409
|
typeSocial: ETypeSocial;
|
|
10464
|
-
account: string |
|
|
10410
|
+
account: string | IThreadsAccountRun;
|
|
10465
10411
|
deviceKey: string;
|
|
10466
10412
|
minuteWaiting: number;
|
|
10467
10413
|
isTimeUS: boolean;
|
|
@@ -10482,11 +10428,11 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10482
10428
|
statusStep2: EStatusTaskToolSocials;
|
|
10483
10429
|
}
|
|
10484
10430
|
|
|
10485
|
-
interface
|
|
10431
|
+
interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
10486
10432
|
sheetUrl: string;
|
|
10487
10433
|
sheetName: string;
|
|
10488
|
-
account: string | IInstagramAccountRun;
|
|
10489
10434
|
typeSocial: ETypeSocial;
|
|
10435
|
+
account: string | IThreadsAccountRun;
|
|
10490
10436
|
deviceKey: string;
|
|
10491
10437
|
minuteWaiting: number;
|
|
10492
10438
|
isTimeUS: boolean;
|
|
@@ -10507,70 +10453,6 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10507
10453
|
statusStep2: EStatusTaskToolSocials;
|
|
10508
10454
|
}
|
|
10509
10455
|
|
|
10510
|
-
interface IInstagramDashboardFollower extends IBaseModel, ITrackingModel<IUser> {
|
|
10511
|
-
accountId: string;
|
|
10512
|
-
postNews: number;
|
|
10513
|
-
postReel: number;
|
|
10514
|
-
postStory: number;
|
|
10515
|
-
postSquare: number;
|
|
10516
|
-
followers: number;
|
|
10517
|
-
followings: number;
|
|
10518
|
-
}
|
|
10519
|
-
interface IInstagramDashboardFollowerELS extends IBaseELS {
|
|
10520
|
-
idea: {
|
|
10521
|
-
id: string;
|
|
10522
|
-
name: string;
|
|
10523
|
-
version: number;
|
|
10524
|
-
createdAt: Date;
|
|
10525
|
-
updatedAt: Date;
|
|
10526
|
-
};
|
|
10527
|
-
niche: {
|
|
10528
|
-
id: string;
|
|
10529
|
-
name: string;
|
|
10530
|
-
version: number;
|
|
10531
|
-
createdAt: Date;
|
|
10532
|
-
updatedAt: Date;
|
|
10533
|
-
};
|
|
10534
|
-
pc: {
|
|
10535
|
-
id: string;
|
|
10536
|
-
name: string;
|
|
10537
|
-
version: number;
|
|
10538
|
-
createdAt: Date;
|
|
10539
|
-
updatedAt: Date;
|
|
10540
|
-
};
|
|
10541
|
-
device: {
|
|
10542
|
-
id: string;
|
|
10543
|
-
name: string;
|
|
10544
|
-
version: number;
|
|
10545
|
-
createdAt: Date;
|
|
10546
|
-
updatedAt: Date;
|
|
10547
|
-
key: string;
|
|
10548
|
-
};
|
|
10549
|
-
accountGroup: {
|
|
10550
|
-
id: string;
|
|
10551
|
-
name: string;
|
|
10552
|
-
version: number;
|
|
10553
|
-
createdAt: Date;
|
|
10554
|
-
updatedAt: Date;
|
|
10555
|
-
};
|
|
10556
|
-
account: {
|
|
10557
|
-
id: string;
|
|
10558
|
-
name: string;
|
|
10559
|
-
version: number;
|
|
10560
|
-
createdAt: Date;
|
|
10561
|
-
updatedAt: Date;
|
|
10562
|
-
status: EStatusAccountSocialLogin;
|
|
10563
|
-
nameAppClone: string;
|
|
10564
|
-
};
|
|
10565
|
-
typeManagerWork: ETypeManagerWorkClassify;
|
|
10566
|
-
postNews: number;
|
|
10567
|
-
postReel: number;
|
|
10568
|
-
postStory: number;
|
|
10569
|
-
postSquare: number;
|
|
10570
|
-
followers: number;
|
|
10571
|
-
followings: number;
|
|
10572
|
-
}
|
|
10573
|
-
|
|
10574
10456
|
interface ISocialTaskManager extends IBaseModel, ITrackingModel<IUser> {
|
|
10575
10457
|
deviceKey: string;
|
|
10576
10458
|
timeExecute: Date;
|
|
@@ -10583,6 +10465,14 @@ interface ISocialTaskManager extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10583
10465
|
taskId: string;
|
|
10584
10466
|
}
|
|
10585
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
|
+
|
|
10586
10476
|
type index$5_IAccountSocialBase = IAccountSocialBase;
|
|
10587
10477
|
type index$5_IAccountSocialGroup = IAccountSocialGroup;
|
|
10588
10478
|
type index$5_IInstagramAccountRaw = IInstagramAccountRaw;
|
|
@@ -10610,6 +10500,7 @@ type index$5_IInstagramReportInteractReel = IInstagramReportInteractReel;
|
|
|
10610
10500
|
type index$5_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
|
|
10611
10501
|
type index$5_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
|
|
10612
10502
|
type index$5_IInstagramReportInteractStory = IInstagramReportInteractStory;
|
|
10503
|
+
type index$5_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
|
|
10613
10504
|
type index$5_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
|
|
10614
10505
|
type index$5_IInstagramReportPostNew = IInstagramReportPostNew;
|
|
10615
10506
|
type index$5_IInstagramReportPostReel = IInstagramReportPostReel;
|
|
@@ -10624,6 +10515,7 @@ type index$5_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractRe
|
|
|
10624
10515
|
type index$5_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
|
10625
10516
|
type index$5_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
10626
10517
|
type index$5_IInstagramSettingPost = IInstagramSettingPost;
|
|
10518
|
+
type index$5_ISheetImportSocial = ISheetImportSocial;
|
|
10627
10519
|
type index$5_ISocialTaskManager = ISocialTaskManager;
|
|
10628
10520
|
type index$5_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
|
10629
10521
|
type index$5_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
|
@@ -10661,7 +10553,7 @@ type index$5_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyM
|
|
|
10661
10553
|
type index$5_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
|
|
10662
10554
|
type index$5_IThreadsSettingPost = IThreadsSettingPost;
|
|
10663
10555
|
declare namespace index$5 {
|
|
10664
|
-
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 };
|
|
10665
10557
|
}
|
|
10666
10558
|
|
|
10667
10559
|
interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -11055,6 +10947,7 @@ type index$1_IInstagramReportInteractReel = IInstagramReportInteractReel;
|
|
|
11055
10947
|
type index$1_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
|
|
11056
10948
|
type index$1_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
|
|
11057
10949
|
type index$1_IInstagramReportInteractStory = IInstagramReportInteractStory;
|
|
10950
|
+
type index$1_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
|
|
11058
10951
|
type index$1_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
|
|
11059
10952
|
type index$1_IInstagramReportPostNew = IInstagramReportPostNew;
|
|
11060
10953
|
type index$1_IInstagramReportPostReel = IInstagramReportPostReel;
|
|
@@ -11087,6 +10980,7 @@ type index$1_IPC = IPC;
|
|
|
11087
10980
|
type index$1_IProxy = IProxy;
|
|
11088
10981
|
type index$1_IRole = IRole;
|
|
11089
10982
|
type index$1_IRoleFeature = IRoleFeature;
|
|
10983
|
+
type index$1_ISheetImportSocial = ISheetImportSocial;
|
|
11090
10984
|
type index$1_ISheetWork = ISheetWork;
|
|
11091
10985
|
type index$1_ISheetWorkDepartmentPermission = ISheetWorkDepartmentPermission;
|
|
11092
10986
|
type index$1_ISheetWorkManager = ISheetWorkManager;
|
|
@@ -11162,7 +11056,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
|
11162
11056
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
11163
11057
|
type index$1_IVoiceStores = IVoiceStores;
|
|
11164
11058
|
declare namespace index$1 {
|
|
11165
|
-
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 };
|
|
11166
11060
|
}
|
|
11167
11061
|
|
|
11168
11062
|
interface IDataUser {
|
|
@@ -11215,4 +11109,4 @@ declare namespace index {
|
|
|
11215
11109
|
export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
|
|
11216
11110
|
}
|
|
11217
11111
|
|
|
11218
|
-
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 };
|