automation-lib 6.6.627 → 6.6.632

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -16274,7 +16274,7 @@ interface UpdatePCBrowserDto {
16274
16274
  status?: EStatusPC;
16275
16275
  statusControl?: EStatusPCControl;
16276
16276
  startStop?: EStartStop;
16277
- userAssignId?: string;
16277
+ userAssignId?: string | null;
16278
16278
  note?: string;
16279
16279
  isNotifyConnection?: boolean;
16280
16280
  isNotifyDeviceConnection?: boolean;
@@ -16479,7 +16479,7 @@ interface UpdatePCPhoneDto {
16479
16479
  status?: EStatusPC;
16480
16480
  statusControl?: EStatusPCControl;
16481
16481
  startStop?: EStartStop;
16482
- userAssignId?: string;
16482
+ userAssignId?: string | null;
16483
16483
  note?: string;
16484
16484
  isNotifyConnection?: boolean;
16485
16485
  isNotifyDeviceConnection?: boolean;
@@ -19533,6 +19533,13 @@ interface ITaskAIAvatarCoverThreads extends IBaseModel, ITrackingModel {
19533
19533
  retryCountGenerateCanvaCover: number;
19534
19534
  statusDownloadCanvaCover: ETaskStatus;
19535
19535
  timeStatusDownloadCanvaCoverChange: Date;
19536
+ totalSecondGenerateCanvaAvatar: number;
19537
+ urlAICanvaAvatar: string;
19538
+ statusEditUserNameAvatar: ETaskStatus;
19539
+ statusChangeFontTextAvatar: ETaskStatus;
19540
+ countDownloadCanvaAvatar: number;
19541
+ totalSecondGenerateImage: number;
19542
+ urlAIGen: string;
19536
19543
  linkCanvaFolder: string;
19537
19544
  linkCanvaAvatar: string;
19538
19545
  linkCanvaCover: string;
@@ -26475,6 +26482,21 @@ interface ExportDto {
26475
26482
  listIds: string[];
26476
26483
  typeExport: ETypeExport;
26477
26484
  }
26485
+ /**
26486
+ * Payload mà FE gửi lên cho mọi endpoint `POST /:controller/export`.
26487
+ *
26488
+ * Chỉ `sheetUrl` + `sheetName` là bắt buộc; `listIds` mặc định = []
26489
+ * (BE sẽ export toàn bộ records), `typeExport` mặc định = Overwrite.
26490
+ *
26491
+ * BE vẫn nhận `ExportDto` (đầy đủ field) — FE chỉ cần truyền subset này,
26492
+ * server-action sẽ điền default trước khi POST.
26493
+ */
26494
+ interface ExportToSheetRequestDto {
26495
+ sheetUrl: string;
26496
+ sheetName: string;
26497
+ listIds?: string[];
26498
+ typeExport?: ETypeExport;
26499
+ }
26478
26500
 
26479
26501
  interface FilterBaseDto {
26480
26502
  department: string;
@@ -26499,6 +26521,7 @@ interface ImportDto {
26499
26521
  }
26500
26522
 
26501
26523
  type index_ExportDto = ExportDto;
26524
+ type index_ExportToSheetRequestDto = ExportToSheetRequestDto;
26502
26525
  type index_FilterBaseDto = FilterBaseDto;
26503
26526
  type index_FilterBaseSocialDto = FilterBaseSocialDto;
26504
26527
  type index_IBaseELS = IBaseELS;
@@ -26513,7 +26536,7 @@ type index_IFindBaseDto = IFindBaseDto;
26513
26536
  type index_IUserInfoAssignment = IUserInfoAssignment;
26514
26537
  type index_ImportDto = ImportDto;
26515
26538
  declare namespace index {
26516
- export type { index_ExportDto as ExportDto, index_FilterBaseDto as FilterBaseDto, index_FilterBaseSocialDto as FilterBaseSocialDto, index_IBaseELS as IBaseELS, index_IBaseOverview as IBaseOverview, index_IBaseRefFieldELS as IBaseRefFieldELS, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IBaseStoreIdxELS as IBaseStoreIdxELS, index_IFilterAssignDto as IFilterAssignDto, index_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_IUserInfoAssignment as IUserInfoAssignment, index_ImportDto as ImportDto };
26539
+ export type { index_ExportDto as ExportDto, index_ExportToSheetRequestDto as ExportToSheetRequestDto, index_FilterBaseDto as FilterBaseDto, index_FilterBaseSocialDto as FilterBaseSocialDto, index_IBaseELS as IBaseELS, index_IBaseOverview as IBaseOverview, index_IBaseRefFieldELS as IBaseRefFieldELS, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IBaseStoreIdxELS as IBaseStoreIdxELS, index_IFilterAssignDto as IFilterAssignDto, index_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_IUserInfoAssignment as IUserInfoAssignment, index_ImportDto as ImportDto };
26517
26540
  }
26518
26541
 
26519
- export { index$h as AI, type AccountAICreateDto, type AccountAIImportDto, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddBulkDraftManualContentInstagramChildrenDto, type AddBulkDraftManualContentThreadsChildrenDto, type AddBulkManualContentSocialInstagramChildrenDto, type AddBulkManualContentSocialThreadsChildrenDto, type AddCommentReportManagerDto, type AddDraftManualContentInstagramChildrenDto, type AddDraftManualContentThreadsChildrenDto, type AddManualContentSocialInstagramChildrenDto, type AddManualContentSocialThreadsChildrenDto, type AddProxyManualDto, type AddSheetToolToPCBrowserDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$8 as Auth, index$i as AutoConstants, index as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$6 as AutoInterfaces, index$7 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, type AvatarCoverDetailInstagramDto, type AvatarCoverDetailThreadsDto, index$g as Base, type BulkAssignUserDraftManualContentInstagramDto, type BulkAssignUserDraftManualContentThreadsDto, type BulkAssignUserManualContentSocialInstagramDto, type BulkAssignUserManualContentSocialThreadsDto, type BulkUpdateReportManagerDto, type BulkUpdateStatusEmailManagerDto, type CanvaAvatarDetailInstagramDto, type CanvaAvatarDetailThreadsDto, type CanvaCoverDetailInstagramDto, type CanvaCoverDetailThreadsDto, type CanvaDetailInstagramDto, type CanvaDetailThreadsDto, type CheckSendMessageLark, index$9 as Common, type CountTotalNumberTaskAIAvatarCoverCanvaInstagramDto, type CountTotalNumberTaskAIAvatarCoverCanvaThreadsDto, type CountTotalNumberTaskAIImageVideoVoiceCanvaInstagramDto, type CountTotalNumberTaskAIImageVideoVoiceCanvaThreadsDto, type CreateAccountEmailDto, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogCategorySystemDto, type CreateBlogDto, type CreateBlogPostDto, type CreateBlogsCategoryDto, type CreateCommentBlogPostDto, type CreateDepartmentDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerImageAIInstagramDto, type CreateManagerImageAIThreadsDto, type CreateManagerWorkDto, type CreateModuleWebSiteDto, type CreatePCBrowserDto, type CreatePCPhoneDto, type CreateProxyAddToEmailDto, type CreateProxyDto, type CreateReportManagerDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskThreadsChangeInfoDto, type CreateTaskWorkflowDto, type CreateTaskWorkflowGroupDto, type CreateTasksJobDto, type CreateTeamDto, type CreateThreadsSettingPostDto, type CreateTokenJsonGroupDto, type CreateTokenJsonManagerDto, type CreateUserDto, type DataActionChangeInfoInstagramAccountRawDto, type DataActionChangeInfoThreadsAccountRawDto, type DataImportAccountCHPlayICloudDto, type DataImportAccountCanvaDto, type DataImportAccountDriveDto, type DataImportAccountVPNDto, type DataImportEmailRawManagerDto, type DataImportInstagramAccountRawDto, type DataImportManagerWorkDto, type DataImportSheetWorkDto, type DataPCBrowserAndSheetPostAvatarCoverCanvaInstagramDto, type DataPCBrowserAndSheetPostAvatarCoverCanvaThreadsDto, type DataPCBrowserAndSheetPostImageVideoVoiceCanvaInstagramDto, type DataPCBrowserAndSheetPostImageVideoVoiceCanvaThreadsDto, type DataRefreshDataSheetToolImageVideoVoiceCanvaInstagramDto, type DataRefreshDataSheetToolImageVideoVoiceCanvaThreadsDto, type DataUpsertAvatarCoverCanvaInstagramDto, type DataUpsertAvatarCoverCanvaThreadsDto, type DataUpsertImageVideoVoiceCanvaInstagramDto, type DataUpsertImageVideoVoiceCanvaThreadsDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, type DriveAccountUsedDto, type DriveChunkInitResultDto, type DriveChunkUploadResultDto, type DriveFileResultDto, type DriveUploadFailedItemDto, type DriveUploadResultDto, type DriveUploadSummaryDto, EAIVersionGPT, EAIVersionPerplexity, EAccountAIContentChannelStatus, EAccountAIModelApiStatus, EAccountAIModelBrowserPlan, EAccountAIModelCreditStatus, EAccountAIModelLocation, EAccountAIModelStatus, EAccountAIModelType, EAccountAIModelTypeContent, EAccountAISync, EAccountAITypeEmail, EAccountDriveType, EAccountGPTModel, EAccountGeminiModel, EAccountInstagramTypeChangeInfo, EAccountThreadsTypeChangeInfo, EAccountTypeUseDrive, EAssignedInstagramAccountRaw, EAssignedThreadsAccountRaw, EBlockSource, EBlockType, EBlogCategoryState, EBlogPostState, EBlogPostStatus, EDayOfWeek, EDeviceResetTime, EDraftManualContentInstagramStatusSyncPost, EDraftManualContentInstagramTypePost, EDraftManualContentThreadsStatusSyncPost, EDraftManualContentThreadsTypePost, EEmailTagType, EFile, EFilterOptionAccountAI, EFilterOptionAccountAIChannel, EFilterOptionAccountAIContent, EFilterOptionAccountCHPlayICloud, EFilterOptionAccountCanva, EFilterOptionAccountDrive, EFilterOptionAccountEmailManager, EFilterOptionAccountSocialGroup, EFilterOptionAccountVPN, EFilterOptionAccountVPS, EFilterOptionAccountVPSGroup, EFilterOptionBlogCategory, EFilterOptionBlogPost, EFilterOptionBlogViewHistory, EFilterOptionDepartment, EFilterOptionDevice, EFilterOptionDeviceLog, EFilterOptionDraftManualContentInstagram, EFilterOptionDraftManualContentInstagramChildrenItemPost, EFilterOptionDraftManualContentThreads, EFilterOptionDraftManualContentThreadsChildrenItemPost, EFilterOptionInstagramAccountRaw, EFilterOptionInstagramAccountRun, EFilterOptionInstagramHistoryAutoSync, EFilterOptionInstagramHistoryChangeInfo, EFilterOptionInstagramHistoryCreateNew, EFilterOptionInstagramSocial, EFilterOptionIpAccess, EFilterOptionIpBlacklist, EFilterOptionIpWhitelist, EFilterOptionLark, EFilterOptionManagerImageAIInstagram, EFilterOptionManagerImageAIThreads, EFilterOptionManagerSheet, EFilterOptionManualContentInstagramChildrenItemPost, EFilterOptionManualContentSocialInstagram, EFilterOptionManualContentSocialThreads, EFilterOptionManualContentThreadsChildrenItemPost, EFilterOptionPCBrowser, EFilterOptionPCPhone, EFilterOptionProxy, EFilterOptionRole, EFilterOptionSheetTool, EFilterOptionSheetWorkCategory, EFilterOptionTaskAIAvatarCoverCanvaInstagram, EFilterOptionTaskAIAvatarCoverCanvaThreads, EFilterOptionTaskAIImageVideoVoiceCanvaInstagram, EFilterOptionTaskAIImageVideoVoiceCanvaThreads, EFilterOptionTeam, EFilterOptionThreadsAccountRaw, EFilterOptionThreadsAccountRun, EFilterOptionThreadsHistoryAutoSync, EFilterOptionThreadsHistoryChangeInfo, EFilterOptionThreadsHistoryCreateNew, EFilterOptionUser, EFilterOptionVisitorLog, EGender, EHaveData, EHistorySyncSheetPostStatus, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EManagerImageAIInstagramFolder, EManagerImageAIInstagramLog, EManagerImageAIInstagramModel, EManagerImageAIThreadsFolder, EManagerImageAIThreadsLog, EManagerImageAIThreadsModel, EManualContentSocialInstagramStatusPost, EManualContentSocialInstagramStatusTask, EManualContentSocialInstagramTypePost, EManualContentSocialThreadsStatusPost, EManualContentSocialThreadsStatusTask, EManualContentSocialThreadsTypePost, EMediaTypeLibraryPost, EModelImageVideo, ENotificationType, EObjectName, EPCBrowserSheetModule, EPCLogLevel, EPCLogSource, EPositionUser, EPriority, EProcessingEmailManager, ERatioImage, EReportManagerAssignStatus, EReportManagerPriority, EReportManagerStatus, EReportManagerType, ERotationTokenJsonManager, EScreenResolution, ESendNotiStatusBlogPost, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRow, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusAddOnVPS, EStatusBlog, EStatusBrowserEmailManager, EStatusChangeInfo, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceKey, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusEmailLogin, EStatusEmailManager, EStatusEmailManagerChangeInfo, EStatusExecuteCommon, EStatusGenerate, EStatusImapApp, EStatusImportAccountSocial, EStatusImportEmailManager, EStatusInstagramImageLog, EStatusLark, EStatusMailWork, EStatusNode, EStatusPC, EStatusPCControl, EStatusPost, EStatusProfileEmailManager, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusRunTaskEmailManager, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTeam, EStatusThreadsImageLog, EStatusTokenJsonManager, EStatusUse, EStatusUser, ESyncStatusAccountDrive, ETaskAIAvatarCoverCanvaStep, ETaskAIImageVideoVoiceCanvaStep, ETaskGenerateAIType, ETaskGenerateModelType, ETaskInstagramChangeInfoLogStatus, ETaskInstagramChangeInfoProcessStep, ETaskInstagramPostLogStatus, ETaskInstagramPostProcessStep, ETaskInstagramPostStyle, ETaskInstagramPostType, ETaskInstagramPostTypeRun, ETaskStatus, ETaskThreadsChangeInfoLogStatus, ETaskThreadsChangeInfoProcessStep, ETaskThreadsPostLogStatus, ETaskThreadsPostProcessStep, ETaskThreadsPostStyle, ETaskThreadsPostType, ETaskThreadsPostTypeRun, ETaskWorkflowNodeCategory, ETaskWorkflowNodeCategoryThreads, ETaskWorkflowNodeInstagram, ETaskWorkflowNodeThreads, ETaskWorkflowRunStatus, ETaskWorkflowStatus, ETaskWorkflowTypeNode, ETimeFilter, ETimeRangeNotifiReportManager, ETimeZone, ETokenJsonManagerHealth, EToolName, ETypeAccountInstagramSetting, ETypeAccountThreadsSetting, ETypeAccountVPN, ETypeBrowser, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeEmailChangeInfo, ETypeEmailManager, ETypeExport, ETypeFileItemPostDraftManualContentInstagram, ETypeFileItemPostDraftManualContentThreads, ETypeFileItemPostManualContentSocialInstagram, ETypeFileItemPostManualContentSocialThreads, ETypeFileReportManager, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePaymentAccountVPN, ETypePcOS, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeSettingInstagram, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EVPSCore, EVPSExtension, EVPSOs, EVPSRam, EVPSStatus, EVPSStatusConnection, EVPSStatusGpmLoginEmail, EVPSStatusReplace, EVPSStatusRestart, EVPSTimeRestart, EViewedReportManager, EVisibleTeamBlogCategory, EYesNo, type EditStatusDraftManualContentInstagramChildrenItemPost, type EditStatusDraftManualContentThreadsChildrenItemPost, type EditStatusImageItemInstagramDto, type EditStatusImageItemThreadsDto, type EditStatusManualContentSocialInstagramChildrenItemPost, type EditStatusManualContentSocialThreadsChildrenItemPost, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIGoogleDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountEmailManagerDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogCategorySystemDto, type FilterBlogDto, type FilterBlogPostDto, type FilterBlogViewHistoryDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterDraftManualContentInstagramDto, type FilterDraftManualContentThreadsDto, type FilterHistoryTaskAIContentDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingPostDto, type FilterIpAccessDto, type FilterIpBlacklistDto, type FilterIpWhitelistDto, type FilterLarkDto, type FilterManagerImageAIInstagramDto, type FilterManagerImageAIThreadsDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterManualContentSocialInstagramDto, type FilterManualContentSocialThreadsDto, type FilterPCBrowserDto, type FilterPCPhoneDto, type FilterPCPhoneLogDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterReportManagerDto, type FilterRoleDto, type FilterSheetToolForPCBrowserDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIAvatarCoverCanvaInstagramDto, type FilterTaskAIAvatarCoverCanvaThreadsDto, type FilterTaskAIContentDto, type FilterTaskAIImageVideoVoiceCanvaInstagramDto, type FilterTaskAIImageVideoVoiceCanvaThreadsDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramPostDto, type FilterTaskThreadsChangeInfoDto, type FilterTaskThreadsPostDto, type FilterTaskWorkflowDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportPostDto, type FilterThreadsSettingPostDto, type FilterTokenJsonManagerDto, type FilterUserDto, type FilterVisitorLogDto, type FindAccountAIContentChannelDto, type FindAccountAIDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDetailSystemDto, type FindBlogCategoryDto, type FindBlogCategoryRootActive, type FindBlogCategorySystemDto, type FindBlogDto, type FindBlogPostDto, type FindBlogViewHistoryDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindCommentBlogPostDto, type FindDepartmentDto, type FindDetailAccountAIDto, type FindDetailBlogPostDto, type FindDetailBySlugBlogPostDto, type FindDetailEmailRawManagerDto, type FindDetailReportManagerDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindDraftManualContentInstagramDto, type FindDraftManualContentThreadsDto, type FindDraftManualGroupInstagramDto, type FindDraftManualGroupThreadsDto, type FindEmailRawAddToVPSDto, type FindEmailRawManagerDto, type FindEmailRawManagerLogDetailDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingPostDto, type FindIpAccessDto, type FindIpBlacklistDto, type FindIpWhitelistDto, type FindLarkDto, type FindListAccountForManualContentSocialInstagramDto, type FindListAccountForManualContentSocialThreadsDto, type FindListVPSForEmailRawManagerDto, type FindManagerImageAIInstagramDto, type FindManagerImageAIThreadsDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindManualContentSocialInstagramDto, type FindManualContentSocialThreadsDto, type FindMemberForAddTeamDto, type FindModuleWebsiteDto, type FindMultiAccountAIContentDto, type FindNotiReportGroupedDto, type FindNotiReportManagerDto, type FindNotificationPermissionDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIAvatarCoverCanvaInstagramDto, type FindOverViewTaskAIAvatarCoverCanvaThreadsDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageVideoVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVideoVoiceCanvaThreadsDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskThreadsChangeInfoDto, type FindOverViewTaskThreadsPostDto, type FindOverViewThreadsAccountRawDto, type FindOverViewThreadsAccountRunDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountAIChannelDto, type FindOverviewAccountAIDto, type FindOverviewAccountAIGoogleDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountEmailManagerDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewDraftManualContentInstagramDto, type FindOverviewDraftManualContentThreadsDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewManagerImageAIInstagramDto, type FindOverviewManagerImageAIThreadsDto, type FindOverviewManagerSheetDto, type FindOverviewManualContentSocialInstagramDto, type FindOverviewManualContentSocialThreadsDto, type FindOverviewPCBrowserDto, type FindOverviewPCPhoneDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryAutoSyncDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCBrowserDto, type FindPCPhoneDetail, type FindPCPhoneDto, type FindPCPhoneLogDto, type FindPcBrowserForPcViewScreenDto, type FindPcPhoneForViewScreenDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProcessAccountSocialOtpDto, type FindProcessChangeEmailDto, type FindProcessLoginDto, type FindProxyDto, type FindProxySelectionForEmailDto, type FindReplaceDeviceDto, type FindReportManagerAssignmentDto, type FindReportManagerCommentDto, type FindReportManagerDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetToolForPCBrowserDto, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTagsUserBlogPostDto, type FindTaskAIAvatarCoverCanvaInstagramDto, type FindTaskAIAvatarCoverCanvaThreadsDto, type FindTaskAIContentDto, type FindTaskAIImageVideoVoiceCanvaInstagramDto, type FindTaskAIImageVideoVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramPostDto, type FindTaskManualContentSocialInstagramDto, type FindTaskManualContentSocialThreadsDto, type FindTaskThreadsChangeInfoDto, type FindTaskThreadsPostDto, type FindTaskWorkflowDto, type FindTaskWorkflowGroupDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingPostDto, type FindTokenJsonGroupDto, type FindTokenJsonManagerDto, type FindUserDto, type FindViewBySlugBlogPostDto, type FindVisitorLogDto, index$2 as Forum, type GetAccountDriverUploadFileDraftManualContentInstagramChildrenDto, type GetAccountDriverUploadFileDraftManualContentThreadsChildrenDto, type GetAccountDriverUploadFileManualContentSocialInstagramChildrenDto, type GetAccountDriverUploadFileManualContentSocialThreadsChildrenDto, type IAccountAI, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentChannelNiche, type IAccountAIModelContent, type IAccountAIModelImageVideo, type IAccountAIModelVoice, type IAccountAIProxy, 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 IAccountVPSListJob, type IAccountVPSProvider, type IAccountVPSSocial, type IAccountVpsChange, type IAssignTeam, type IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogCategoryPermission, type IBlogCategorySystem, type IBlogComment, type IBlogDepartmentPermission, type IBlogPost, type IBlogPostPermission, type IBlogTeamPermission, type IBlogUserPermission, type IBlogViewHistory, type IBrowserGPM, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IDraftManualContentInstagram, type IDraftManualContentInstagramChildren, type IDraftManualContentInstagramChildrenItemPost, type IDraftManualContentPermissionInstagram, type IDraftManualContentPermissionThreads, type IDraftManualContentThreads, type IDraftManualContentThreadsChildren, type IDraftManualContentThreadsChildrenItemPost, type IDraftManualGroupInstagram, type IDraftManualGroupThreads, type IEmailAccountSocial, type IEmailProxy, type IEmailRawManager, type IEmailRawManagerLog, type IFile, type IFileItemPostDraftManualContentInstagram, type IFileItemPostDraftManualContentThreads, type IFileItemPostManualContentSocialInstagram, type IFileItemPostManualContentSocialThreads, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistorySyncSheetPost, type IHistoryTaskAIContent, type IIDriveE2Credentials, type IInboxAction, type IInboxActionThreads, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramCheckpoint, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramEgoCheck, type IInstagramEndWorkflow, type IInstagramFeedSurf, type IInstagramFollowTarget, type IInstagramGesture, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramHumanDelay, type IInstagramInboxManager, type IInstagramMyNetworkInteract, type IInstagramMySettingsCollection, type IInstagramNavigation, type IInstagramNotificationBar, type IInstagramPostAfterEngagement, type IInstagramPostInteract, type IInstagramPreBlockAndBlock, type IInstagramProcessRequests, type IInstagramReelsSurfer, type IInstagramReplyComment, type IInstagramReplyMessage, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingConfigBlock, type IInstagramSettingConfigEgoCheck, type IInstagramSettingConfigFeedSurf, type IInstagramSettingConfigFollowTarget, type IInstagramSettingConfigGesture, type IInstagramSettingConfigHumanDelay, type IInstagramSettingConfigInboxManager, type IInstagramSettingConfigMyNetwork, type IInstagramSettingConfigMySettings, type IInstagramSettingConfigNavigation, type IInstagramSettingConfigNotificationBar, type IInstagramSettingConfigPostAfterEngagement, type IInstagramSettingConfigPostInteract, type IInstagramSettingConfigProcessRequests, type IInstagramSettingConfigReelsSurfer, type IInstagramSettingConfigReplyComment, type IInstagramSettingConfigReplyMessage, type IInstagramSettingConfigStoryViewer, type IInstagramSettingConfigStrangerVisit, type IInstagramSettingConfigUnfollow, type IInstagramSettingPost, type IInstagramStoryViewer, type IInstagramStrangerProfileVisit, type IInstagramTaskSocialAutoPosts, type IInstagramUnfollow, type IIpAccess, type IIpBlacklist, type IIpWhitelist, type ILark, type ILarkTeam, type IMailWork, type IManagerImageAIInstagram, type IManagerImageAIInstagramFolderStore, type IManagerImageAIInstagramItemStore, type IManagerImageAIInstagramLog, type IManagerImageAIInstagramUserAttached, type IManagerImageAIThreads, type IManagerImageAIThreadsFolderStore, type IManagerImageAIThreadsItemStore, type IManagerImageAIThreadsLog, type IManagerImageAIThreadsUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IManualContentSocialInstagram, type IManualContentSocialInstagramChildren, type IManualContentSocialInstagramChildrenItemPost, type IManualContentSocialInstagramNiche, type IManualContentSocialInstagramRunTime, type IManualContentSocialPermissionInstagram, type IManualContentSocialPermissionThreads, type IManualContentSocialThreads, type IManualContentSocialThreadsChildren, type IManualContentSocialThreadsChildrenItemPost, type IManualContentSocialThreadsNiche, type IManualContentSocialThreadsRunTime, type IModuleWebSite, type INotificationViewAllPermission, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPCBrowser, type IPCBrowserLog, type IPCBrowserLogELS, type IPCBrowserLogStoreIdxELS, type IPCBrowserSheetTool, type IPCPhone, type IPCPhoneDeviceConnect, type IPCPhoneLog, type IPCPhoneLogELS, type IPCPhoneLogStoreIdxELS, type IPreFollowHomeFeed, type IPreFollowHomeFeedThreads, type IPreFollowProfileTab, type IPreFollowProfileTabThreads, type IPreFollowReels, type IPreFollowReelsThreads, type IPreFollowSearch, type IPreFollowSearchThreads, type IPreFollowSourceActions, type IPreFollowSourceActionsThreads, type IProxy, type IReplyCommentReportSpam, type IReplyCommentReportSpamThreads, type IReplyCommentRound, type IReplyCommentRoundThreads, type IReplyMessageRound, type IReplyMessageRoundThreads, type IReportManager, type IReportManagerAssignment, type IReportManagerComment, type IReportManagerNotification, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingRunTimeThreadsPost, type ISheetImportExportSocial, type ISheetToolSheetInfo, type ISheetToolUsername, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISheetsToolHistory, type ISocialTaskManager, type ISystemNotification, type ITag, type ITaskAIAccountAIInstagram, type ITaskAIAccountAIThreads, type ITaskAIAccountCanvaInstagram, type ITaskAIAccountCanvaThreads, type ITaskAIAccountDriveInstagram, type ITaskAIAccountDriveThreads, type ITaskAIAccountProxyInstagram, type ITaskAIAccountProxyThreads, type ITaskAIAvatarCoverCanvaInstagramStep, type ITaskAIAvatarCoverCanvaThreadsStep, type ITaskAIAvatarCoverInstagram, type ITaskAIAvatarCoverThreads, type ITaskAICanvaInstagramStep, type ITaskAICanvaThreadsStep, type ITaskAIContent, type ITaskAIImageVideoVoiceCanvaInstagram, type ITaskAIImageVideoVoiceCanvaThreads, type ITaskAIImageVideoVoiceInstagramStep, type ITaskAIImageVideoVoiceThreadsStep, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoLog, type ITaskInstagramChangeInfoWorkflowInteract, type ITaskInstagramPost, type ITaskInstagramPostLog, type ITaskInstagramPostWorkflowInteract, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskManualContentSocialInstagram, type ITaskManualContentSocialThreads, type ITaskThreadsChangeInfo, type ITaskThreadsChangeInfoLog, type ITaskThreadsChangeInfoWorkflowInteract, type ITaskThreadsPost, type ITaskThreadsPostLog, type ITaskThreadsPostWorkflowInteract, type ITaskWorkflow, type ITaskWorkflowGroup, type ITaskWorkflowLog, type ITaskWorkflowLogDetail, type ITaskWorkflowLogNodeDetail, type ITaskWorkflowNodeAny, type ITaskWorkflowNodeInstagram, type ITaskWorkflowNodeThreads, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsCheckpoint, type IThreadsDashboardFollower, type IThreadsDashboardFollowerELS, type IThreadsEgoCheck, type IThreadsEndWorkflow, type IThreadsFeedSurf, type IThreadsFollowTarget, type IThreadsGesture, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryChangeInfoStoreIdxELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsHumanDelay, type IThreadsInboxManager, type IThreadsMyNetworkInteract, type IThreadsMySettingsCollection, type IThreadsNavigation, type IThreadsNotificationBar, type IThreadsPostAfterEngagement, type IThreadsPostInteract, type IThreadsPreBlockAndBlock, type IThreadsProcessRequests, type IThreadsQuoteAndRepost, type IThreadsReplyComment, type IThreadsReplyMessage, type IThreadsReplyThreadChain, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingConfigBlock, type IThreadsSettingConfigEgoCheck, type IThreadsSettingConfigFeedSurf, type IThreadsSettingConfigFollowTarget, type IThreadsSettingConfigGesture, type IThreadsSettingConfigHumanDelay, type IThreadsSettingConfigInboxManager, type IThreadsSettingConfigMyNetwork, type IThreadsSettingConfigMySettings, type IThreadsSettingConfigNavigation, type IThreadsSettingConfigNotificationBar, type IThreadsSettingConfigPostAfterEngagement, type IThreadsSettingConfigPostInteract, type IThreadsSettingConfigProcessRequests, type IThreadsSettingConfigQuoteAndRepost, type IThreadsSettingConfigReplyComment, type IThreadsSettingConfigReplyMessage, type IThreadsSettingConfigReplyThreadChain, type IThreadsSettingConfigStrangerVisit, type IThreadsSettingConfigUnfollow, type IThreadsSettingPost, type IThreadsStrangerProfileVisit, type IThreadsTaskSocialAutoPosts, type IThreadsUnfollow, type IToken, type ITokenJsonGroup, type ITokenJsonManager, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewAssignUserForDraftManualContentInstagramDto, type IViewAssignUserForDraftManualContentThreadsDto, type IViewAssignUserForManualContentSocialInstagramDto, type IViewAssignUserForManualContentSocialThreadsDto, type IViewChildBlogCategorySystemDto, type IViewCountNumberLevelLog, type IViewCountNumberLevelSourcePcPhoneLog, type IViewCountNumberSourceLog, type IViewCountNumberStatusBlogPostDto, type IViewCountNumberStatusReportManager, type IViewDeviceByPCPhone, type IViewViewableBlogPostDto, type IVisitorLog, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImageVideoVoiceDetailInstagramDto, type ImageVideoVoiceDetailThreadsDto, type ImportAccountCHPlayICloudRequestDto, type ImportAccountCanvaRequestDto, type ImportAccountDriveRequestDto, type ImportAccountVPNRequestDto, type ImportAccountVPSDto, type ImportDto, type ImportEmailRawManagerDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportManagerWorkRequestDto, type ImportSheetWorkDto, type ImportSheetWorkRequestDto, index$f as Lark, type ListDraftManualContentChildrenInstagramDto, type ListDraftManualContentChildrenThreadsDto, type ListDraftManualContentInstagramChildrenDto, type ListDraftManualContentThreadsChildrenDto, type ListManualContentSocialChildrenDto, type ListManualContentSocialInstagramChildrenDto, type ListManualContentSocialThreadsChildrenDto, type LoadDataChangeInfoInstagramAccountRawDto, type LoadDataChangeInfoThreadsAccountRawDto, type LoadInfoByDeviceSheetToolDto, type LoadInfoSheetToolDto, type MovePostItemsDraftManualContentInstagramDto, type MovePostItemsDraftManualContentThreadsDto, type NotiUserStatus, type OverviewSheetsToolDto, PCLogTimeRange, index$a as Permission, type RemoveAssignUserDraftManualContentInstagramDto, type RemoveAssignUserDraftManualContentThreadsDto, type RemoveAssignUserManualContentSocialInstagramDto, type RemoveAssignUserManualContentSocialThreadsDto, type ReplaceAccountVSPDto, type ResultAccountDriverUploadFileDraftManualContentInstagramChildrenDto, type ResultAccountDriverUploadFileDraftManualContentThreadsChildrenDto, type ResultAccountDriverUploadFileManualContentSocialInstagramChildrenDto, type ResultAccountDriverUploadFileManualContentSocialThreadsChildrenDto, type ResultImportAccountCHPlayICloudDto, type ResultImportAccountCanvaDto, type ResultImportAccountDriveDto, type ResultImportAccountVPNDto, type ResultImportEmailRawManagerDto, type ResultImportInstagramAccountRawDto, type ResultImportManagerWorkDto, type ResultImportSheetWorkDto, type ResultMovePostItemsDraftManualContentInstagramDto, type ResultMovePostItemsDraftManualContentThreadsDto, type ResultSyncDraftToManualContentInstagramDto, type ResultSyncDraftToManualContentSocialThreadsDto, type ResultSyncSheetPostImageVideoVoiceCanvaInstagramDto, type ResultSyncSheetPostImageVideoVoiceCanvaThreadsDto, index$3 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type StoreTaskManualContentSocialInstagramForRunDto, type StoreTaskManualContentSocialThreadsForRunDto, type SyncDraftManualContentToManualContentSocialInstagramDto, type SyncDraftManualContentToManualContentSocialThreadsDto, type TActionRole, type TCompare, type TFilter, type TargetAccountInstagramDto, index$4 as Tool, type TotalNumberTaskInstagramChangeInfoDto, type TotalNumberTaskInstagramPostDto, type TotalNumberTaskThreadsChangeInfoDto, type TotalNumberTaskThreadsPostDto, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateArchiveChildCategorySystemDto, type UpdateBlogCategorySystemDto, type UpdateBlogDto, type UpdateBlogPostDto, type UpdateBlogsCategoryDto, type UpdateChildCategoryOrderSystemDto, type UpdateChildCategorySystemDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateEmailRawManagerDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCBrowserDto, type UpdatePCPhoneDto, type UpdateProxyDto, type UpdateProxyListForEmailDto, type UpdateReportManagerDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateStartStopPCPhoneDto, type UpdateStartStopPCPhoneMultiDto, type UpdateTaskAIContentDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskThreadsChangeInfoDto, type UpdateTaskWorkflowDto, type UpdateTaskWorkflowGroupDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateThreadsSettingPostDto, type UpdateTokenJsonGroupDto, type UpdateTokenJsonManagerDto, type UpdateUserAssignPcPhoneMultiDto, type UpdateUserDto, type UpsertDraftManualContentInstagramChildrenDto, type UpsertDraftManualContentInstagramChildrenItemPostDto, type UpsertDraftManualContentInstagramDto, type UpsertDraftManualContentThreadsChildrenDto, type UpsertDraftManualContentThreadsChildrenItemPostDto, type UpsertDraftManualContentThreadsDto, type UpsertDraftManualGroupInstagramDto, type UpsertDraftManualGroupThreadsDto, type UpsertManualContentSocialInstagramChildrenDto, type UpsertManualContentSocialInstagramChildrenItemPostDto, type UpsertManualContentSocialInstagramDto, type UpsertManualContentSocialThreadsChildrenDto, type UpsertManualContentSocialThreadsChildrenItemPostDto, type UpsertManualContentSocialThreadsDto, type ViewAsyncManualContentSocialInstagramDto, type ViewAsyncManualContentSocialThreadsDto, type ViewAutoSyncInformationManualContentSocialInstagramDto, type ViewAutoSyncInformationManualContentThreadsDto, type ViewDetailDeviceDto, type ViewDetailFolderInstagramDto, type ViewDetailFolderThreadsDto, type ViewDetailSheetsToolDto, type ViewDetailTaskInstagramChangeInfoDto, type ViewDetailTaskInstagramChangeInfoLogDto, type ViewDetailTaskInstagramChangeInfoWorkflowInteractDto, type ViewDetailTaskInstagramPostDto, type ViewDetailTaskInstagramPostLogDto, type ViewDetailTaskInstagramPostWorkflowInteractDto, type ViewDetailTaskThreadsChangeInfoDto, type ViewDetailTaskThreadsChangeInfoLogDto, type ViewDetailTaskThreadsChangeInfoWorkflowInteractDto, type ViewDetailTaskThreadsPostDto, type ViewDetailTaskThreadsPostLogDto, type ViewDetailTaskThreadsPostWorkflowInteractDto, type ViewListGPMProfileDto, type ViewPCBrowserDetailDto, type ViewSettingInstagramOfAccountDto, index$5 as Workspace };
26542
+ export { index$h as AI, type AccountAICreateDto, type AccountAIImportDto, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddBulkDraftManualContentInstagramChildrenDto, type AddBulkDraftManualContentThreadsChildrenDto, type AddBulkManualContentSocialInstagramChildrenDto, type AddBulkManualContentSocialThreadsChildrenDto, type AddCommentReportManagerDto, type AddDraftManualContentInstagramChildrenDto, type AddDraftManualContentThreadsChildrenDto, type AddManualContentSocialInstagramChildrenDto, type AddManualContentSocialThreadsChildrenDto, type AddProxyManualDto, type AddSheetToolToPCBrowserDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$8 as Auth, index$i as AutoConstants, index as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$6 as AutoInterfaces, index$7 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, type AvatarCoverDetailInstagramDto, type AvatarCoverDetailThreadsDto, index$g as Base, type BulkAssignUserDraftManualContentInstagramDto, type BulkAssignUserDraftManualContentThreadsDto, type BulkAssignUserManualContentSocialInstagramDto, type BulkAssignUserManualContentSocialThreadsDto, type BulkUpdateReportManagerDto, type BulkUpdateStatusEmailManagerDto, type CanvaAvatarDetailInstagramDto, type CanvaAvatarDetailThreadsDto, type CanvaCoverDetailInstagramDto, type CanvaCoverDetailThreadsDto, type CanvaDetailInstagramDto, type CanvaDetailThreadsDto, type CheckSendMessageLark, index$9 as Common, type CountTotalNumberTaskAIAvatarCoverCanvaInstagramDto, type CountTotalNumberTaskAIAvatarCoverCanvaThreadsDto, type CountTotalNumberTaskAIImageVideoVoiceCanvaInstagramDto, type CountTotalNumberTaskAIImageVideoVoiceCanvaThreadsDto, type CreateAccountEmailDto, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogCategorySystemDto, type CreateBlogDto, type CreateBlogPostDto, type CreateBlogsCategoryDto, type CreateCommentBlogPostDto, type CreateDepartmentDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerImageAIInstagramDto, type CreateManagerImageAIThreadsDto, type CreateManagerWorkDto, type CreateModuleWebSiteDto, type CreatePCBrowserDto, type CreatePCPhoneDto, type CreateProxyAddToEmailDto, type CreateProxyDto, type CreateReportManagerDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskThreadsChangeInfoDto, type CreateTaskWorkflowDto, type CreateTaskWorkflowGroupDto, type CreateTasksJobDto, type CreateTeamDto, type CreateThreadsSettingPostDto, type CreateTokenJsonGroupDto, type CreateTokenJsonManagerDto, type CreateUserDto, type DataActionChangeInfoInstagramAccountRawDto, type DataActionChangeInfoThreadsAccountRawDto, type DataImportAccountCHPlayICloudDto, type DataImportAccountCanvaDto, type DataImportAccountDriveDto, type DataImportAccountVPNDto, type DataImportEmailRawManagerDto, type DataImportInstagramAccountRawDto, type DataImportManagerWorkDto, type DataImportSheetWorkDto, type DataPCBrowserAndSheetPostAvatarCoverCanvaInstagramDto, type DataPCBrowserAndSheetPostAvatarCoverCanvaThreadsDto, type DataPCBrowserAndSheetPostImageVideoVoiceCanvaInstagramDto, type DataPCBrowserAndSheetPostImageVideoVoiceCanvaThreadsDto, type DataRefreshDataSheetToolImageVideoVoiceCanvaInstagramDto, type DataRefreshDataSheetToolImageVideoVoiceCanvaThreadsDto, type DataUpsertAvatarCoverCanvaInstagramDto, type DataUpsertAvatarCoverCanvaThreadsDto, type DataUpsertImageVideoVoiceCanvaInstagramDto, type DataUpsertImageVideoVoiceCanvaThreadsDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, type DriveAccountUsedDto, type DriveChunkInitResultDto, type DriveChunkUploadResultDto, type DriveFileResultDto, type DriveUploadFailedItemDto, type DriveUploadResultDto, type DriveUploadSummaryDto, EAIVersionGPT, EAIVersionPerplexity, EAccountAIContentChannelStatus, EAccountAIModelApiStatus, EAccountAIModelBrowserPlan, EAccountAIModelCreditStatus, EAccountAIModelLocation, EAccountAIModelStatus, EAccountAIModelType, EAccountAIModelTypeContent, EAccountAISync, EAccountAITypeEmail, EAccountDriveType, EAccountGPTModel, EAccountGeminiModel, EAccountInstagramTypeChangeInfo, EAccountThreadsTypeChangeInfo, EAccountTypeUseDrive, EAssignedInstagramAccountRaw, EAssignedThreadsAccountRaw, EBlockSource, EBlockType, EBlogCategoryState, EBlogPostState, EBlogPostStatus, EDayOfWeek, EDeviceResetTime, EDraftManualContentInstagramStatusSyncPost, EDraftManualContentInstagramTypePost, EDraftManualContentThreadsStatusSyncPost, EDraftManualContentThreadsTypePost, EEmailTagType, EFile, EFilterOptionAccountAI, EFilterOptionAccountAIChannel, EFilterOptionAccountAIContent, EFilterOptionAccountCHPlayICloud, EFilterOptionAccountCanva, EFilterOptionAccountDrive, EFilterOptionAccountEmailManager, EFilterOptionAccountSocialGroup, EFilterOptionAccountVPN, EFilterOptionAccountVPS, EFilterOptionAccountVPSGroup, EFilterOptionBlogCategory, EFilterOptionBlogPost, EFilterOptionBlogViewHistory, EFilterOptionDepartment, EFilterOptionDevice, EFilterOptionDeviceLog, EFilterOptionDraftManualContentInstagram, EFilterOptionDraftManualContentInstagramChildrenItemPost, EFilterOptionDraftManualContentThreads, EFilterOptionDraftManualContentThreadsChildrenItemPost, EFilterOptionInstagramAccountRaw, EFilterOptionInstagramAccountRun, EFilterOptionInstagramHistoryAutoSync, EFilterOptionInstagramHistoryChangeInfo, EFilterOptionInstagramHistoryCreateNew, EFilterOptionInstagramSocial, EFilterOptionIpAccess, EFilterOptionIpBlacklist, EFilterOptionIpWhitelist, EFilterOptionLark, EFilterOptionManagerImageAIInstagram, EFilterOptionManagerImageAIThreads, EFilterOptionManagerSheet, EFilterOptionManualContentInstagramChildrenItemPost, EFilterOptionManualContentSocialInstagram, EFilterOptionManualContentSocialThreads, EFilterOptionManualContentThreadsChildrenItemPost, EFilterOptionPCBrowser, EFilterOptionPCPhone, EFilterOptionProxy, EFilterOptionRole, EFilterOptionSheetTool, EFilterOptionSheetWorkCategory, EFilterOptionTaskAIAvatarCoverCanvaInstagram, EFilterOptionTaskAIAvatarCoverCanvaThreads, EFilterOptionTaskAIImageVideoVoiceCanvaInstagram, EFilterOptionTaskAIImageVideoVoiceCanvaThreads, EFilterOptionTeam, EFilterOptionThreadsAccountRaw, EFilterOptionThreadsAccountRun, EFilterOptionThreadsHistoryAutoSync, EFilterOptionThreadsHistoryChangeInfo, EFilterOptionThreadsHistoryCreateNew, EFilterOptionUser, EFilterOptionVisitorLog, EGender, EHaveData, EHistorySyncSheetPostStatus, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EManagerImageAIInstagramFolder, EManagerImageAIInstagramLog, EManagerImageAIInstagramModel, EManagerImageAIThreadsFolder, EManagerImageAIThreadsLog, EManagerImageAIThreadsModel, EManualContentSocialInstagramStatusPost, EManualContentSocialInstagramStatusTask, EManualContentSocialInstagramTypePost, EManualContentSocialThreadsStatusPost, EManualContentSocialThreadsStatusTask, EManualContentSocialThreadsTypePost, EMediaTypeLibraryPost, EModelImageVideo, ENotificationType, EObjectName, EPCBrowserSheetModule, EPCLogLevel, EPCLogSource, EPositionUser, EPriority, EProcessingEmailManager, ERatioImage, EReportManagerAssignStatus, EReportManagerPriority, EReportManagerStatus, EReportManagerType, ERotationTokenJsonManager, EScreenResolution, ESendNotiStatusBlogPost, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRow, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusAddOnVPS, EStatusBlog, EStatusBrowserEmailManager, EStatusChangeInfo, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceKey, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusEmailLogin, EStatusEmailManager, EStatusEmailManagerChangeInfo, EStatusExecuteCommon, EStatusGenerate, EStatusImapApp, EStatusImportAccountSocial, EStatusImportEmailManager, EStatusInstagramImageLog, EStatusLark, EStatusMailWork, EStatusNode, EStatusPC, EStatusPCControl, EStatusPost, EStatusProfileEmailManager, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusRunTaskEmailManager, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTeam, EStatusThreadsImageLog, EStatusTokenJsonManager, EStatusUse, EStatusUser, ESyncStatusAccountDrive, ETaskAIAvatarCoverCanvaStep, ETaskAIImageVideoVoiceCanvaStep, ETaskGenerateAIType, ETaskGenerateModelType, ETaskInstagramChangeInfoLogStatus, ETaskInstagramChangeInfoProcessStep, ETaskInstagramPostLogStatus, ETaskInstagramPostProcessStep, ETaskInstagramPostStyle, ETaskInstagramPostType, ETaskInstagramPostTypeRun, ETaskStatus, ETaskThreadsChangeInfoLogStatus, ETaskThreadsChangeInfoProcessStep, ETaskThreadsPostLogStatus, ETaskThreadsPostProcessStep, ETaskThreadsPostStyle, ETaskThreadsPostType, ETaskThreadsPostTypeRun, ETaskWorkflowNodeCategory, ETaskWorkflowNodeCategoryThreads, ETaskWorkflowNodeInstagram, ETaskWorkflowNodeThreads, ETaskWorkflowRunStatus, ETaskWorkflowStatus, ETaskWorkflowTypeNode, ETimeFilter, ETimeRangeNotifiReportManager, ETimeZone, ETokenJsonManagerHealth, EToolName, ETypeAccountInstagramSetting, ETypeAccountThreadsSetting, ETypeAccountVPN, ETypeBrowser, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeEmailChangeInfo, ETypeEmailManager, ETypeExport, ETypeFileItemPostDraftManualContentInstagram, ETypeFileItemPostDraftManualContentThreads, ETypeFileItemPostManualContentSocialInstagram, ETypeFileItemPostManualContentSocialThreads, ETypeFileReportManager, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePaymentAccountVPN, ETypePcOS, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeSettingInstagram, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EVPSCore, EVPSExtension, EVPSOs, EVPSRam, EVPSStatus, EVPSStatusConnection, EVPSStatusGpmLoginEmail, EVPSStatusReplace, EVPSStatusRestart, EVPSTimeRestart, EViewedReportManager, EVisibleTeamBlogCategory, EYesNo, type EditStatusDraftManualContentInstagramChildrenItemPost, type EditStatusDraftManualContentThreadsChildrenItemPost, type EditStatusImageItemInstagramDto, type EditStatusImageItemThreadsDto, type EditStatusManualContentSocialInstagramChildrenItemPost, type EditStatusManualContentSocialThreadsChildrenItemPost, type ExportDto, type ExportToSheetRequestDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIGoogleDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountEmailManagerDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogCategorySystemDto, type FilterBlogDto, type FilterBlogPostDto, type FilterBlogViewHistoryDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterDraftManualContentInstagramDto, type FilterDraftManualContentThreadsDto, type FilterHistoryTaskAIContentDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingPostDto, type FilterIpAccessDto, type FilterIpBlacklistDto, type FilterIpWhitelistDto, type FilterLarkDto, type FilterManagerImageAIInstagramDto, type FilterManagerImageAIThreadsDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterManualContentSocialInstagramDto, type FilterManualContentSocialThreadsDto, type FilterPCBrowserDto, type FilterPCPhoneDto, type FilterPCPhoneLogDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterReportManagerDto, type FilterRoleDto, type FilterSheetToolForPCBrowserDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIAvatarCoverCanvaInstagramDto, type FilterTaskAIAvatarCoverCanvaThreadsDto, type FilterTaskAIContentDto, type FilterTaskAIImageVideoVoiceCanvaInstagramDto, type FilterTaskAIImageVideoVoiceCanvaThreadsDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramPostDto, type FilterTaskThreadsChangeInfoDto, type FilterTaskThreadsPostDto, type FilterTaskWorkflowDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportPostDto, type FilterThreadsSettingPostDto, type FilterTokenJsonManagerDto, type FilterUserDto, type FilterVisitorLogDto, type FindAccountAIContentChannelDto, type FindAccountAIDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDetailSystemDto, type FindBlogCategoryDto, type FindBlogCategoryRootActive, type FindBlogCategorySystemDto, type FindBlogDto, type FindBlogPostDto, type FindBlogViewHistoryDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindCommentBlogPostDto, type FindDepartmentDto, type FindDetailAccountAIDto, type FindDetailBlogPostDto, type FindDetailBySlugBlogPostDto, type FindDetailEmailRawManagerDto, type FindDetailReportManagerDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindDraftManualContentInstagramDto, type FindDraftManualContentThreadsDto, type FindDraftManualGroupInstagramDto, type FindDraftManualGroupThreadsDto, type FindEmailRawAddToVPSDto, type FindEmailRawManagerDto, type FindEmailRawManagerLogDetailDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingPostDto, type FindIpAccessDto, type FindIpBlacklistDto, type FindIpWhitelistDto, type FindLarkDto, type FindListAccountForManualContentSocialInstagramDto, type FindListAccountForManualContentSocialThreadsDto, type FindListVPSForEmailRawManagerDto, type FindManagerImageAIInstagramDto, type FindManagerImageAIThreadsDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindManualContentSocialInstagramDto, type FindManualContentSocialThreadsDto, type FindMemberForAddTeamDto, type FindModuleWebsiteDto, type FindMultiAccountAIContentDto, type FindNotiReportGroupedDto, type FindNotiReportManagerDto, type FindNotificationPermissionDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIAvatarCoverCanvaInstagramDto, type FindOverViewTaskAIAvatarCoverCanvaThreadsDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageVideoVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVideoVoiceCanvaThreadsDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskThreadsChangeInfoDto, type FindOverViewTaskThreadsPostDto, type FindOverViewThreadsAccountRawDto, type FindOverViewThreadsAccountRunDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountAIChannelDto, type FindOverviewAccountAIDto, type FindOverviewAccountAIGoogleDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountEmailManagerDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewDraftManualContentInstagramDto, type FindOverviewDraftManualContentThreadsDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewManagerImageAIInstagramDto, type FindOverviewManagerImageAIThreadsDto, type FindOverviewManagerSheetDto, type FindOverviewManualContentSocialInstagramDto, type FindOverviewManualContentSocialThreadsDto, type FindOverviewPCBrowserDto, type FindOverviewPCPhoneDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryAutoSyncDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCBrowserDto, type FindPCPhoneDetail, type FindPCPhoneDto, type FindPCPhoneLogDto, type FindPcBrowserForPcViewScreenDto, type FindPcPhoneForViewScreenDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProcessAccountSocialOtpDto, type FindProcessChangeEmailDto, type FindProcessLoginDto, type FindProxyDto, type FindProxySelectionForEmailDto, type FindReplaceDeviceDto, type FindReportManagerAssignmentDto, type FindReportManagerCommentDto, type FindReportManagerDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetToolForPCBrowserDto, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTagsUserBlogPostDto, type FindTaskAIAvatarCoverCanvaInstagramDto, type FindTaskAIAvatarCoverCanvaThreadsDto, type FindTaskAIContentDto, type FindTaskAIImageVideoVoiceCanvaInstagramDto, type FindTaskAIImageVideoVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramPostDto, type FindTaskManualContentSocialInstagramDto, type FindTaskManualContentSocialThreadsDto, type FindTaskThreadsChangeInfoDto, type FindTaskThreadsPostDto, type FindTaskWorkflowDto, type FindTaskWorkflowGroupDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingPostDto, type FindTokenJsonGroupDto, type FindTokenJsonManagerDto, type FindUserDto, type FindViewBySlugBlogPostDto, type FindVisitorLogDto, index$2 as Forum, type GetAccountDriverUploadFileDraftManualContentInstagramChildrenDto, type GetAccountDriverUploadFileDraftManualContentThreadsChildrenDto, type GetAccountDriverUploadFileManualContentSocialInstagramChildrenDto, type GetAccountDriverUploadFileManualContentSocialThreadsChildrenDto, type IAccountAI, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentChannelNiche, type IAccountAIModelContent, type IAccountAIModelImageVideo, type IAccountAIModelVoice, type IAccountAIProxy, 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 IAccountVPSListJob, type IAccountVPSProvider, type IAccountVPSSocial, type IAccountVpsChange, type IAssignTeam, type IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogCategoryPermission, type IBlogCategorySystem, type IBlogComment, type IBlogDepartmentPermission, type IBlogPost, type IBlogPostPermission, type IBlogTeamPermission, type IBlogUserPermission, type IBlogViewHistory, type IBrowserGPM, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IDraftManualContentInstagram, type IDraftManualContentInstagramChildren, type IDraftManualContentInstagramChildrenItemPost, type IDraftManualContentPermissionInstagram, type IDraftManualContentPermissionThreads, type IDraftManualContentThreads, type IDraftManualContentThreadsChildren, type IDraftManualContentThreadsChildrenItemPost, type IDraftManualGroupInstagram, type IDraftManualGroupThreads, type IEmailAccountSocial, type IEmailProxy, type IEmailRawManager, type IEmailRawManagerLog, type IFile, type IFileItemPostDraftManualContentInstagram, type IFileItemPostDraftManualContentThreads, type IFileItemPostManualContentSocialInstagram, type IFileItemPostManualContentSocialThreads, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistorySyncSheetPost, type IHistoryTaskAIContent, type IIDriveE2Credentials, type IInboxAction, type IInboxActionThreads, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramCheckpoint, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramEgoCheck, type IInstagramEndWorkflow, type IInstagramFeedSurf, type IInstagramFollowTarget, type IInstagramGesture, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramHumanDelay, type IInstagramInboxManager, type IInstagramMyNetworkInteract, type IInstagramMySettingsCollection, type IInstagramNavigation, type IInstagramNotificationBar, type IInstagramPostAfterEngagement, type IInstagramPostInteract, type IInstagramPreBlockAndBlock, type IInstagramProcessRequests, type IInstagramReelsSurfer, type IInstagramReplyComment, type IInstagramReplyMessage, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingConfigBlock, type IInstagramSettingConfigEgoCheck, type IInstagramSettingConfigFeedSurf, type IInstagramSettingConfigFollowTarget, type IInstagramSettingConfigGesture, type IInstagramSettingConfigHumanDelay, type IInstagramSettingConfigInboxManager, type IInstagramSettingConfigMyNetwork, type IInstagramSettingConfigMySettings, type IInstagramSettingConfigNavigation, type IInstagramSettingConfigNotificationBar, type IInstagramSettingConfigPostAfterEngagement, type IInstagramSettingConfigPostInteract, type IInstagramSettingConfigProcessRequests, type IInstagramSettingConfigReelsSurfer, type IInstagramSettingConfigReplyComment, type IInstagramSettingConfigReplyMessage, type IInstagramSettingConfigStoryViewer, type IInstagramSettingConfigStrangerVisit, type IInstagramSettingConfigUnfollow, type IInstagramSettingPost, type IInstagramStoryViewer, type IInstagramStrangerProfileVisit, type IInstagramTaskSocialAutoPosts, type IInstagramUnfollow, type IIpAccess, type IIpBlacklist, type IIpWhitelist, type ILark, type ILarkTeam, type IMailWork, type IManagerImageAIInstagram, type IManagerImageAIInstagramFolderStore, type IManagerImageAIInstagramItemStore, type IManagerImageAIInstagramLog, type IManagerImageAIInstagramUserAttached, type IManagerImageAIThreads, type IManagerImageAIThreadsFolderStore, type IManagerImageAIThreadsItemStore, type IManagerImageAIThreadsLog, type IManagerImageAIThreadsUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IManualContentSocialInstagram, type IManualContentSocialInstagramChildren, type IManualContentSocialInstagramChildrenItemPost, type IManualContentSocialInstagramNiche, type IManualContentSocialInstagramRunTime, type IManualContentSocialPermissionInstagram, type IManualContentSocialPermissionThreads, type IManualContentSocialThreads, type IManualContentSocialThreadsChildren, type IManualContentSocialThreadsChildrenItemPost, type IManualContentSocialThreadsNiche, type IManualContentSocialThreadsRunTime, type IModuleWebSite, type INotificationViewAllPermission, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPCBrowser, type IPCBrowserLog, type IPCBrowserLogELS, type IPCBrowserLogStoreIdxELS, type IPCBrowserSheetTool, type IPCPhone, type IPCPhoneDeviceConnect, type IPCPhoneLog, type IPCPhoneLogELS, type IPCPhoneLogStoreIdxELS, type IPreFollowHomeFeed, type IPreFollowHomeFeedThreads, type IPreFollowProfileTab, type IPreFollowProfileTabThreads, type IPreFollowReels, type IPreFollowReelsThreads, type IPreFollowSearch, type IPreFollowSearchThreads, type IPreFollowSourceActions, type IPreFollowSourceActionsThreads, type IProxy, type IReplyCommentReportSpam, type IReplyCommentReportSpamThreads, type IReplyCommentRound, type IReplyCommentRoundThreads, type IReplyMessageRound, type IReplyMessageRoundThreads, type IReportManager, type IReportManagerAssignment, type IReportManagerComment, type IReportManagerNotification, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingRunTimeThreadsPost, type ISheetImportExportSocial, type ISheetToolSheetInfo, type ISheetToolUsername, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISheetsToolHistory, type ISocialTaskManager, type ISystemNotification, type ITag, type ITaskAIAccountAIInstagram, type ITaskAIAccountAIThreads, type ITaskAIAccountCanvaInstagram, type ITaskAIAccountCanvaThreads, type ITaskAIAccountDriveInstagram, type ITaskAIAccountDriveThreads, type ITaskAIAccountProxyInstagram, type ITaskAIAccountProxyThreads, type ITaskAIAvatarCoverCanvaInstagramStep, type ITaskAIAvatarCoverCanvaThreadsStep, type ITaskAIAvatarCoverInstagram, type ITaskAIAvatarCoverThreads, type ITaskAICanvaInstagramStep, type ITaskAICanvaThreadsStep, type ITaskAIContent, type ITaskAIImageVideoVoiceCanvaInstagram, type ITaskAIImageVideoVoiceCanvaThreads, type ITaskAIImageVideoVoiceInstagramStep, type ITaskAIImageVideoVoiceThreadsStep, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoLog, type ITaskInstagramChangeInfoWorkflowInteract, type ITaskInstagramPost, type ITaskInstagramPostLog, type ITaskInstagramPostWorkflowInteract, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskManualContentSocialInstagram, type ITaskManualContentSocialThreads, type ITaskThreadsChangeInfo, type ITaskThreadsChangeInfoLog, type ITaskThreadsChangeInfoWorkflowInteract, type ITaskThreadsPost, type ITaskThreadsPostLog, type ITaskThreadsPostWorkflowInteract, type ITaskWorkflow, type ITaskWorkflowGroup, type ITaskWorkflowLog, type ITaskWorkflowLogDetail, type ITaskWorkflowLogNodeDetail, type ITaskWorkflowNodeAny, type ITaskWorkflowNodeInstagram, type ITaskWorkflowNodeThreads, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsCheckpoint, type IThreadsDashboardFollower, type IThreadsDashboardFollowerELS, type IThreadsEgoCheck, type IThreadsEndWorkflow, type IThreadsFeedSurf, type IThreadsFollowTarget, type IThreadsGesture, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryChangeInfoStoreIdxELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsHumanDelay, type IThreadsInboxManager, type IThreadsMyNetworkInteract, type IThreadsMySettingsCollection, type IThreadsNavigation, type IThreadsNotificationBar, type IThreadsPostAfterEngagement, type IThreadsPostInteract, type IThreadsPreBlockAndBlock, type IThreadsProcessRequests, type IThreadsQuoteAndRepost, type IThreadsReplyComment, type IThreadsReplyMessage, type IThreadsReplyThreadChain, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingConfigBlock, type IThreadsSettingConfigEgoCheck, type IThreadsSettingConfigFeedSurf, type IThreadsSettingConfigFollowTarget, type IThreadsSettingConfigGesture, type IThreadsSettingConfigHumanDelay, type IThreadsSettingConfigInboxManager, type IThreadsSettingConfigMyNetwork, type IThreadsSettingConfigMySettings, type IThreadsSettingConfigNavigation, type IThreadsSettingConfigNotificationBar, type IThreadsSettingConfigPostAfterEngagement, type IThreadsSettingConfigPostInteract, type IThreadsSettingConfigProcessRequests, type IThreadsSettingConfigQuoteAndRepost, type IThreadsSettingConfigReplyComment, type IThreadsSettingConfigReplyMessage, type IThreadsSettingConfigReplyThreadChain, type IThreadsSettingConfigStrangerVisit, type IThreadsSettingConfigUnfollow, type IThreadsSettingPost, type IThreadsStrangerProfileVisit, type IThreadsTaskSocialAutoPosts, type IThreadsUnfollow, type IToken, type ITokenJsonGroup, type ITokenJsonManager, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewAssignUserForDraftManualContentInstagramDto, type IViewAssignUserForDraftManualContentThreadsDto, type IViewAssignUserForManualContentSocialInstagramDto, type IViewAssignUserForManualContentSocialThreadsDto, type IViewChildBlogCategorySystemDto, type IViewCountNumberLevelLog, type IViewCountNumberLevelSourcePcPhoneLog, type IViewCountNumberSourceLog, type IViewCountNumberStatusBlogPostDto, type IViewCountNumberStatusReportManager, type IViewDeviceByPCPhone, type IViewViewableBlogPostDto, type IVisitorLog, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImageVideoVoiceDetailInstagramDto, type ImageVideoVoiceDetailThreadsDto, type ImportAccountCHPlayICloudRequestDto, type ImportAccountCanvaRequestDto, type ImportAccountDriveRequestDto, type ImportAccountVPNRequestDto, type ImportAccountVPSDto, type ImportDto, type ImportEmailRawManagerDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportManagerWorkRequestDto, type ImportSheetWorkDto, type ImportSheetWorkRequestDto, index$f as Lark, type ListDraftManualContentChildrenInstagramDto, type ListDraftManualContentChildrenThreadsDto, type ListDraftManualContentInstagramChildrenDto, type ListDraftManualContentThreadsChildrenDto, type ListManualContentSocialChildrenDto, type ListManualContentSocialInstagramChildrenDto, type ListManualContentSocialThreadsChildrenDto, type LoadDataChangeInfoInstagramAccountRawDto, type LoadDataChangeInfoThreadsAccountRawDto, type LoadInfoByDeviceSheetToolDto, type LoadInfoSheetToolDto, type MovePostItemsDraftManualContentInstagramDto, type MovePostItemsDraftManualContentThreadsDto, type NotiUserStatus, type OverviewSheetsToolDto, PCLogTimeRange, index$a as Permission, type RemoveAssignUserDraftManualContentInstagramDto, type RemoveAssignUserDraftManualContentThreadsDto, type RemoveAssignUserManualContentSocialInstagramDto, type RemoveAssignUserManualContentSocialThreadsDto, type ReplaceAccountVSPDto, type ResultAccountDriverUploadFileDraftManualContentInstagramChildrenDto, type ResultAccountDriverUploadFileDraftManualContentThreadsChildrenDto, type ResultAccountDriverUploadFileManualContentSocialInstagramChildrenDto, type ResultAccountDriverUploadFileManualContentSocialThreadsChildrenDto, type ResultImportAccountCHPlayICloudDto, type ResultImportAccountCanvaDto, type ResultImportAccountDriveDto, type ResultImportAccountVPNDto, type ResultImportEmailRawManagerDto, type ResultImportInstagramAccountRawDto, type ResultImportManagerWorkDto, type ResultImportSheetWorkDto, type ResultMovePostItemsDraftManualContentInstagramDto, type ResultMovePostItemsDraftManualContentThreadsDto, type ResultSyncDraftToManualContentInstagramDto, type ResultSyncDraftToManualContentSocialThreadsDto, type ResultSyncSheetPostImageVideoVoiceCanvaInstagramDto, type ResultSyncSheetPostImageVideoVoiceCanvaThreadsDto, index$3 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type StoreTaskManualContentSocialInstagramForRunDto, type StoreTaskManualContentSocialThreadsForRunDto, type SyncDraftManualContentToManualContentSocialInstagramDto, type SyncDraftManualContentToManualContentSocialThreadsDto, type TActionRole, type TCompare, type TFilter, type TargetAccountInstagramDto, index$4 as Tool, type TotalNumberTaskInstagramChangeInfoDto, type TotalNumberTaskInstagramPostDto, type TotalNumberTaskThreadsChangeInfoDto, type TotalNumberTaskThreadsPostDto, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateArchiveChildCategorySystemDto, type UpdateBlogCategorySystemDto, type UpdateBlogDto, type UpdateBlogPostDto, type UpdateBlogsCategoryDto, type UpdateChildCategoryOrderSystemDto, type UpdateChildCategorySystemDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateEmailRawManagerDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCBrowserDto, type UpdatePCPhoneDto, type UpdateProxyDto, type UpdateProxyListForEmailDto, type UpdateReportManagerDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateStartStopPCPhoneDto, type UpdateStartStopPCPhoneMultiDto, type UpdateTaskAIContentDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskThreadsChangeInfoDto, type UpdateTaskWorkflowDto, type UpdateTaskWorkflowGroupDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateThreadsSettingPostDto, type UpdateTokenJsonGroupDto, type UpdateTokenJsonManagerDto, type UpdateUserAssignPcPhoneMultiDto, type UpdateUserDto, type UpsertDraftManualContentInstagramChildrenDto, type UpsertDraftManualContentInstagramChildrenItemPostDto, type UpsertDraftManualContentInstagramDto, type UpsertDraftManualContentThreadsChildrenDto, type UpsertDraftManualContentThreadsChildrenItemPostDto, type UpsertDraftManualContentThreadsDto, type UpsertDraftManualGroupInstagramDto, type UpsertDraftManualGroupThreadsDto, type UpsertManualContentSocialInstagramChildrenDto, type UpsertManualContentSocialInstagramChildrenItemPostDto, type UpsertManualContentSocialInstagramDto, type UpsertManualContentSocialThreadsChildrenDto, type UpsertManualContentSocialThreadsChildrenItemPostDto, type UpsertManualContentSocialThreadsDto, type ViewAsyncManualContentSocialInstagramDto, type ViewAsyncManualContentSocialThreadsDto, type ViewAutoSyncInformationManualContentSocialInstagramDto, type ViewAutoSyncInformationManualContentThreadsDto, type ViewDetailDeviceDto, type ViewDetailFolderInstagramDto, type ViewDetailFolderThreadsDto, type ViewDetailSheetsToolDto, type ViewDetailTaskInstagramChangeInfoDto, type ViewDetailTaskInstagramChangeInfoLogDto, type ViewDetailTaskInstagramChangeInfoWorkflowInteractDto, type ViewDetailTaskInstagramPostDto, type ViewDetailTaskInstagramPostLogDto, type ViewDetailTaskInstagramPostWorkflowInteractDto, type ViewDetailTaskThreadsChangeInfoDto, type ViewDetailTaskThreadsChangeInfoLogDto, type ViewDetailTaskThreadsChangeInfoWorkflowInteractDto, type ViewDetailTaskThreadsPostDto, type ViewDetailTaskThreadsPostLogDto, type ViewDetailTaskThreadsPostWorkflowInteractDto, type ViewListGPMProfileDto, type ViewPCBrowserDetailDto, type ViewSettingInstagramOfAccountDto, index$5 as Workspace };
package/dist/index.d.ts CHANGED
@@ -16274,7 +16274,7 @@ interface UpdatePCBrowserDto {
16274
16274
  status?: EStatusPC;
16275
16275
  statusControl?: EStatusPCControl;
16276
16276
  startStop?: EStartStop;
16277
- userAssignId?: string;
16277
+ userAssignId?: string | null;
16278
16278
  note?: string;
16279
16279
  isNotifyConnection?: boolean;
16280
16280
  isNotifyDeviceConnection?: boolean;
@@ -16479,7 +16479,7 @@ interface UpdatePCPhoneDto {
16479
16479
  status?: EStatusPC;
16480
16480
  statusControl?: EStatusPCControl;
16481
16481
  startStop?: EStartStop;
16482
- userAssignId?: string;
16482
+ userAssignId?: string | null;
16483
16483
  note?: string;
16484
16484
  isNotifyConnection?: boolean;
16485
16485
  isNotifyDeviceConnection?: boolean;
@@ -19533,6 +19533,13 @@ interface ITaskAIAvatarCoverThreads extends IBaseModel, ITrackingModel {
19533
19533
  retryCountGenerateCanvaCover: number;
19534
19534
  statusDownloadCanvaCover: ETaskStatus;
19535
19535
  timeStatusDownloadCanvaCoverChange: Date;
19536
+ totalSecondGenerateCanvaAvatar: number;
19537
+ urlAICanvaAvatar: string;
19538
+ statusEditUserNameAvatar: ETaskStatus;
19539
+ statusChangeFontTextAvatar: ETaskStatus;
19540
+ countDownloadCanvaAvatar: number;
19541
+ totalSecondGenerateImage: number;
19542
+ urlAIGen: string;
19536
19543
  linkCanvaFolder: string;
19537
19544
  linkCanvaAvatar: string;
19538
19545
  linkCanvaCover: string;
@@ -26475,6 +26482,21 @@ interface ExportDto {
26475
26482
  listIds: string[];
26476
26483
  typeExport: ETypeExport;
26477
26484
  }
26485
+ /**
26486
+ * Payload mà FE gửi lên cho mọi endpoint `POST /:controller/export`.
26487
+ *
26488
+ * Chỉ `sheetUrl` + `sheetName` là bắt buộc; `listIds` mặc định = []
26489
+ * (BE sẽ export toàn bộ records), `typeExport` mặc định = Overwrite.
26490
+ *
26491
+ * BE vẫn nhận `ExportDto` (đầy đủ field) — FE chỉ cần truyền subset này,
26492
+ * server-action sẽ điền default trước khi POST.
26493
+ */
26494
+ interface ExportToSheetRequestDto {
26495
+ sheetUrl: string;
26496
+ sheetName: string;
26497
+ listIds?: string[];
26498
+ typeExport?: ETypeExport;
26499
+ }
26478
26500
 
26479
26501
  interface FilterBaseDto {
26480
26502
  department: string;
@@ -26499,6 +26521,7 @@ interface ImportDto {
26499
26521
  }
26500
26522
 
26501
26523
  type index_ExportDto = ExportDto;
26524
+ type index_ExportToSheetRequestDto = ExportToSheetRequestDto;
26502
26525
  type index_FilterBaseDto = FilterBaseDto;
26503
26526
  type index_FilterBaseSocialDto = FilterBaseSocialDto;
26504
26527
  type index_IBaseELS = IBaseELS;
@@ -26513,7 +26536,7 @@ type index_IFindBaseDto = IFindBaseDto;
26513
26536
  type index_IUserInfoAssignment = IUserInfoAssignment;
26514
26537
  type index_ImportDto = ImportDto;
26515
26538
  declare namespace index {
26516
- export type { index_ExportDto as ExportDto, index_FilterBaseDto as FilterBaseDto, index_FilterBaseSocialDto as FilterBaseSocialDto, index_IBaseELS as IBaseELS, index_IBaseOverview as IBaseOverview, index_IBaseRefFieldELS as IBaseRefFieldELS, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IBaseStoreIdxELS as IBaseStoreIdxELS, index_IFilterAssignDto as IFilterAssignDto, index_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_IUserInfoAssignment as IUserInfoAssignment, index_ImportDto as ImportDto };
26539
+ export type { index_ExportDto as ExportDto, index_ExportToSheetRequestDto as ExportToSheetRequestDto, index_FilterBaseDto as FilterBaseDto, index_FilterBaseSocialDto as FilterBaseSocialDto, index_IBaseELS as IBaseELS, index_IBaseOverview as IBaseOverview, index_IBaseRefFieldELS as IBaseRefFieldELS, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IBaseStoreIdxELS as IBaseStoreIdxELS, index_IFilterAssignDto as IFilterAssignDto, index_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_IUserInfoAssignment as IUserInfoAssignment, index_ImportDto as ImportDto };
26517
26540
  }
26518
26541
 
26519
- export { index$h as AI, type AccountAICreateDto, type AccountAIImportDto, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddBulkDraftManualContentInstagramChildrenDto, type AddBulkDraftManualContentThreadsChildrenDto, type AddBulkManualContentSocialInstagramChildrenDto, type AddBulkManualContentSocialThreadsChildrenDto, type AddCommentReportManagerDto, type AddDraftManualContentInstagramChildrenDto, type AddDraftManualContentThreadsChildrenDto, type AddManualContentSocialInstagramChildrenDto, type AddManualContentSocialThreadsChildrenDto, type AddProxyManualDto, type AddSheetToolToPCBrowserDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$8 as Auth, index$i as AutoConstants, index as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$6 as AutoInterfaces, index$7 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, type AvatarCoverDetailInstagramDto, type AvatarCoverDetailThreadsDto, index$g as Base, type BulkAssignUserDraftManualContentInstagramDto, type BulkAssignUserDraftManualContentThreadsDto, type BulkAssignUserManualContentSocialInstagramDto, type BulkAssignUserManualContentSocialThreadsDto, type BulkUpdateReportManagerDto, type BulkUpdateStatusEmailManagerDto, type CanvaAvatarDetailInstagramDto, type CanvaAvatarDetailThreadsDto, type CanvaCoverDetailInstagramDto, type CanvaCoverDetailThreadsDto, type CanvaDetailInstagramDto, type CanvaDetailThreadsDto, type CheckSendMessageLark, index$9 as Common, type CountTotalNumberTaskAIAvatarCoverCanvaInstagramDto, type CountTotalNumberTaskAIAvatarCoverCanvaThreadsDto, type CountTotalNumberTaskAIImageVideoVoiceCanvaInstagramDto, type CountTotalNumberTaskAIImageVideoVoiceCanvaThreadsDto, type CreateAccountEmailDto, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogCategorySystemDto, type CreateBlogDto, type CreateBlogPostDto, type CreateBlogsCategoryDto, type CreateCommentBlogPostDto, type CreateDepartmentDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerImageAIInstagramDto, type CreateManagerImageAIThreadsDto, type CreateManagerWorkDto, type CreateModuleWebSiteDto, type CreatePCBrowserDto, type CreatePCPhoneDto, type CreateProxyAddToEmailDto, type CreateProxyDto, type CreateReportManagerDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskThreadsChangeInfoDto, type CreateTaskWorkflowDto, type CreateTaskWorkflowGroupDto, type CreateTasksJobDto, type CreateTeamDto, type CreateThreadsSettingPostDto, type CreateTokenJsonGroupDto, type CreateTokenJsonManagerDto, type CreateUserDto, type DataActionChangeInfoInstagramAccountRawDto, type DataActionChangeInfoThreadsAccountRawDto, type DataImportAccountCHPlayICloudDto, type DataImportAccountCanvaDto, type DataImportAccountDriveDto, type DataImportAccountVPNDto, type DataImportEmailRawManagerDto, type DataImportInstagramAccountRawDto, type DataImportManagerWorkDto, type DataImportSheetWorkDto, type DataPCBrowserAndSheetPostAvatarCoverCanvaInstagramDto, type DataPCBrowserAndSheetPostAvatarCoverCanvaThreadsDto, type DataPCBrowserAndSheetPostImageVideoVoiceCanvaInstagramDto, type DataPCBrowserAndSheetPostImageVideoVoiceCanvaThreadsDto, type DataRefreshDataSheetToolImageVideoVoiceCanvaInstagramDto, type DataRefreshDataSheetToolImageVideoVoiceCanvaThreadsDto, type DataUpsertAvatarCoverCanvaInstagramDto, type DataUpsertAvatarCoverCanvaThreadsDto, type DataUpsertImageVideoVoiceCanvaInstagramDto, type DataUpsertImageVideoVoiceCanvaThreadsDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, type DriveAccountUsedDto, type DriveChunkInitResultDto, type DriveChunkUploadResultDto, type DriveFileResultDto, type DriveUploadFailedItemDto, type DriveUploadResultDto, type DriveUploadSummaryDto, EAIVersionGPT, EAIVersionPerplexity, EAccountAIContentChannelStatus, EAccountAIModelApiStatus, EAccountAIModelBrowserPlan, EAccountAIModelCreditStatus, EAccountAIModelLocation, EAccountAIModelStatus, EAccountAIModelType, EAccountAIModelTypeContent, EAccountAISync, EAccountAITypeEmail, EAccountDriveType, EAccountGPTModel, EAccountGeminiModel, EAccountInstagramTypeChangeInfo, EAccountThreadsTypeChangeInfo, EAccountTypeUseDrive, EAssignedInstagramAccountRaw, EAssignedThreadsAccountRaw, EBlockSource, EBlockType, EBlogCategoryState, EBlogPostState, EBlogPostStatus, EDayOfWeek, EDeviceResetTime, EDraftManualContentInstagramStatusSyncPost, EDraftManualContentInstagramTypePost, EDraftManualContentThreadsStatusSyncPost, EDraftManualContentThreadsTypePost, EEmailTagType, EFile, EFilterOptionAccountAI, EFilterOptionAccountAIChannel, EFilterOptionAccountAIContent, EFilterOptionAccountCHPlayICloud, EFilterOptionAccountCanva, EFilterOptionAccountDrive, EFilterOptionAccountEmailManager, EFilterOptionAccountSocialGroup, EFilterOptionAccountVPN, EFilterOptionAccountVPS, EFilterOptionAccountVPSGroup, EFilterOptionBlogCategory, EFilterOptionBlogPost, EFilterOptionBlogViewHistory, EFilterOptionDepartment, EFilterOptionDevice, EFilterOptionDeviceLog, EFilterOptionDraftManualContentInstagram, EFilterOptionDraftManualContentInstagramChildrenItemPost, EFilterOptionDraftManualContentThreads, EFilterOptionDraftManualContentThreadsChildrenItemPost, EFilterOptionInstagramAccountRaw, EFilterOptionInstagramAccountRun, EFilterOptionInstagramHistoryAutoSync, EFilterOptionInstagramHistoryChangeInfo, EFilterOptionInstagramHistoryCreateNew, EFilterOptionInstagramSocial, EFilterOptionIpAccess, EFilterOptionIpBlacklist, EFilterOptionIpWhitelist, EFilterOptionLark, EFilterOptionManagerImageAIInstagram, EFilterOptionManagerImageAIThreads, EFilterOptionManagerSheet, EFilterOptionManualContentInstagramChildrenItemPost, EFilterOptionManualContentSocialInstagram, EFilterOptionManualContentSocialThreads, EFilterOptionManualContentThreadsChildrenItemPost, EFilterOptionPCBrowser, EFilterOptionPCPhone, EFilterOptionProxy, EFilterOptionRole, EFilterOptionSheetTool, EFilterOptionSheetWorkCategory, EFilterOptionTaskAIAvatarCoverCanvaInstagram, EFilterOptionTaskAIAvatarCoverCanvaThreads, EFilterOptionTaskAIImageVideoVoiceCanvaInstagram, EFilterOptionTaskAIImageVideoVoiceCanvaThreads, EFilterOptionTeam, EFilterOptionThreadsAccountRaw, EFilterOptionThreadsAccountRun, EFilterOptionThreadsHistoryAutoSync, EFilterOptionThreadsHistoryChangeInfo, EFilterOptionThreadsHistoryCreateNew, EFilterOptionUser, EFilterOptionVisitorLog, EGender, EHaveData, EHistorySyncSheetPostStatus, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EManagerImageAIInstagramFolder, EManagerImageAIInstagramLog, EManagerImageAIInstagramModel, EManagerImageAIThreadsFolder, EManagerImageAIThreadsLog, EManagerImageAIThreadsModel, EManualContentSocialInstagramStatusPost, EManualContentSocialInstagramStatusTask, EManualContentSocialInstagramTypePost, EManualContentSocialThreadsStatusPost, EManualContentSocialThreadsStatusTask, EManualContentSocialThreadsTypePost, EMediaTypeLibraryPost, EModelImageVideo, ENotificationType, EObjectName, EPCBrowserSheetModule, EPCLogLevel, EPCLogSource, EPositionUser, EPriority, EProcessingEmailManager, ERatioImage, EReportManagerAssignStatus, EReportManagerPriority, EReportManagerStatus, EReportManagerType, ERotationTokenJsonManager, EScreenResolution, ESendNotiStatusBlogPost, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRow, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusAddOnVPS, EStatusBlog, EStatusBrowserEmailManager, EStatusChangeInfo, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceKey, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusEmailLogin, EStatusEmailManager, EStatusEmailManagerChangeInfo, EStatusExecuteCommon, EStatusGenerate, EStatusImapApp, EStatusImportAccountSocial, EStatusImportEmailManager, EStatusInstagramImageLog, EStatusLark, EStatusMailWork, EStatusNode, EStatusPC, EStatusPCControl, EStatusPost, EStatusProfileEmailManager, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusRunTaskEmailManager, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTeam, EStatusThreadsImageLog, EStatusTokenJsonManager, EStatusUse, EStatusUser, ESyncStatusAccountDrive, ETaskAIAvatarCoverCanvaStep, ETaskAIImageVideoVoiceCanvaStep, ETaskGenerateAIType, ETaskGenerateModelType, ETaskInstagramChangeInfoLogStatus, ETaskInstagramChangeInfoProcessStep, ETaskInstagramPostLogStatus, ETaskInstagramPostProcessStep, ETaskInstagramPostStyle, ETaskInstagramPostType, ETaskInstagramPostTypeRun, ETaskStatus, ETaskThreadsChangeInfoLogStatus, ETaskThreadsChangeInfoProcessStep, ETaskThreadsPostLogStatus, ETaskThreadsPostProcessStep, ETaskThreadsPostStyle, ETaskThreadsPostType, ETaskThreadsPostTypeRun, ETaskWorkflowNodeCategory, ETaskWorkflowNodeCategoryThreads, ETaskWorkflowNodeInstagram, ETaskWorkflowNodeThreads, ETaskWorkflowRunStatus, ETaskWorkflowStatus, ETaskWorkflowTypeNode, ETimeFilter, ETimeRangeNotifiReportManager, ETimeZone, ETokenJsonManagerHealth, EToolName, ETypeAccountInstagramSetting, ETypeAccountThreadsSetting, ETypeAccountVPN, ETypeBrowser, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeEmailChangeInfo, ETypeEmailManager, ETypeExport, ETypeFileItemPostDraftManualContentInstagram, ETypeFileItemPostDraftManualContentThreads, ETypeFileItemPostManualContentSocialInstagram, ETypeFileItemPostManualContentSocialThreads, ETypeFileReportManager, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePaymentAccountVPN, ETypePcOS, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeSettingInstagram, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EVPSCore, EVPSExtension, EVPSOs, EVPSRam, EVPSStatus, EVPSStatusConnection, EVPSStatusGpmLoginEmail, EVPSStatusReplace, EVPSStatusRestart, EVPSTimeRestart, EViewedReportManager, EVisibleTeamBlogCategory, EYesNo, type EditStatusDraftManualContentInstagramChildrenItemPost, type EditStatusDraftManualContentThreadsChildrenItemPost, type EditStatusImageItemInstagramDto, type EditStatusImageItemThreadsDto, type EditStatusManualContentSocialInstagramChildrenItemPost, type EditStatusManualContentSocialThreadsChildrenItemPost, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIGoogleDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountEmailManagerDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogCategorySystemDto, type FilterBlogDto, type FilterBlogPostDto, type FilterBlogViewHistoryDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterDraftManualContentInstagramDto, type FilterDraftManualContentThreadsDto, type FilterHistoryTaskAIContentDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingPostDto, type FilterIpAccessDto, type FilterIpBlacklistDto, type FilterIpWhitelistDto, type FilterLarkDto, type FilterManagerImageAIInstagramDto, type FilterManagerImageAIThreadsDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterManualContentSocialInstagramDto, type FilterManualContentSocialThreadsDto, type FilterPCBrowserDto, type FilterPCPhoneDto, type FilterPCPhoneLogDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterReportManagerDto, type FilterRoleDto, type FilterSheetToolForPCBrowserDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIAvatarCoverCanvaInstagramDto, type FilterTaskAIAvatarCoverCanvaThreadsDto, type FilterTaskAIContentDto, type FilterTaskAIImageVideoVoiceCanvaInstagramDto, type FilterTaskAIImageVideoVoiceCanvaThreadsDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramPostDto, type FilterTaskThreadsChangeInfoDto, type FilterTaskThreadsPostDto, type FilterTaskWorkflowDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportPostDto, type FilterThreadsSettingPostDto, type FilterTokenJsonManagerDto, type FilterUserDto, type FilterVisitorLogDto, type FindAccountAIContentChannelDto, type FindAccountAIDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDetailSystemDto, type FindBlogCategoryDto, type FindBlogCategoryRootActive, type FindBlogCategorySystemDto, type FindBlogDto, type FindBlogPostDto, type FindBlogViewHistoryDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindCommentBlogPostDto, type FindDepartmentDto, type FindDetailAccountAIDto, type FindDetailBlogPostDto, type FindDetailBySlugBlogPostDto, type FindDetailEmailRawManagerDto, type FindDetailReportManagerDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindDraftManualContentInstagramDto, type FindDraftManualContentThreadsDto, type FindDraftManualGroupInstagramDto, type FindDraftManualGroupThreadsDto, type FindEmailRawAddToVPSDto, type FindEmailRawManagerDto, type FindEmailRawManagerLogDetailDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingPostDto, type FindIpAccessDto, type FindIpBlacklistDto, type FindIpWhitelistDto, type FindLarkDto, type FindListAccountForManualContentSocialInstagramDto, type FindListAccountForManualContentSocialThreadsDto, type FindListVPSForEmailRawManagerDto, type FindManagerImageAIInstagramDto, type FindManagerImageAIThreadsDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindManualContentSocialInstagramDto, type FindManualContentSocialThreadsDto, type FindMemberForAddTeamDto, type FindModuleWebsiteDto, type FindMultiAccountAIContentDto, type FindNotiReportGroupedDto, type FindNotiReportManagerDto, type FindNotificationPermissionDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIAvatarCoverCanvaInstagramDto, type FindOverViewTaskAIAvatarCoverCanvaThreadsDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageVideoVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVideoVoiceCanvaThreadsDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskThreadsChangeInfoDto, type FindOverViewTaskThreadsPostDto, type FindOverViewThreadsAccountRawDto, type FindOverViewThreadsAccountRunDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountAIChannelDto, type FindOverviewAccountAIDto, type FindOverviewAccountAIGoogleDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountEmailManagerDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewDraftManualContentInstagramDto, type FindOverviewDraftManualContentThreadsDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewManagerImageAIInstagramDto, type FindOverviewManagerImageAIThreadsDto, type FindOverviewManagerSheetDto, type FindOverviewManualContentSocialInstagramDto, type FindOverviewManualContentSocialThreadsDto, type FindOverviewPCBrowserDto, type FindOverviewPCPhoneDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryAutoSyncDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCBrowserDto, type FindPCPhoneDetail, type FindPCPhoneDto, type FindPCPhoneLogDto, type FindPcBrowserForPcViewScreenDto, type FindPcPhoneForViewScreenDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProcessAccountSocialOtpDto, type FindProcessChangeEmailDto, type FindProcessLoginDto, type FindProxyDto, type FindProxySelectionForEmailDto, type FindReplaceDeviceDto, type FindReportManagerAssignmentDto, type FindReportManagerCommentDto, type FindReportManagerDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetToolForPCBrowserDto, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTagsUserBlogPostDto, type FindTaskAIAvatarCoverCanvaInstagramDto, type FindTaskAIAvatarCoverCanvaThreadsDto, type FindTaskAIContentDto, type FindTaskAIImageVideoVoiceCanvaInstagramDto, type FindTaskAIImageVideoVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramPostDto, type FindTaskManualContentSocialInstagramDto, type FindTaskManualContentSocialThreadsDto, type FindTaskThreadsChangeInfoDto, type FindTaskThreadsPostDto, type FindTaskWorkflowDto, type FindTaskWorkflowGroupDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingPostDto, type FindTokenJsonGroupDto, type FindTokenJsonManagerDto, type FindUserDto, type FindViewBySlugBlogPostDto, type FindVisitorLogDto, index$2 as Forum, type GetAccountDriverUploadFileDraftManualContentInstagramChildrenDto, type GetAccountDriverUploadFileDraftManualContentThreadsChildrenDto, type GetAccountDriverUploadFileManualContentSocialInstagramChildrenDto, type GetAccountDriverUploadFileManualContentSocialThreadsChildrenDto, type IAccountAI, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentChannelNiche, type IAccountAIModelContent, type IAccountAIModelImageVideo, type IAccountAIModelVoice, type IAccountAIProxy, 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 IAccountVPSListJob, type IAccountVPSProvider, type IAccountVPSSocial, type IAccountVpsChange, type IAssignTeam, type IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogCategoryPermission, type IBlogCategorySystem, type IBlogComment, type IBlogDepartmentPermission, type IBlogPost, type IBlogPostPermission, type IBlogTeamPermission, type IBlogUserPermission, type IBlogViewHistory, type IBrowserGPM, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IDraftManualContentInstagram, type IDraftManualContentInstagramChildren, type IDraftManualContentInstagramChildrenItemPost, type IDraftManualContentPermissionInstagram, type IDraftManualContentPermissionThreads, type IDraftManualContentThreads, type IDraftManualContentThreadsChildren, type IDraftManualContentThreadsChildrenItemPost, type IDraftManualGroupInstagram, type IDraftManualGroupThreads, type IEmailAccountSocial, type IEmailProxy, type IEmailRawManager, type IEmailRawManagerLog, type IFile, type IFileItemPostDraftManualContentInstagram, type IFileItemPostDraftManualContentThreads, type IFileItemPostManualContentSocialInstagram, type IFileItemPostManualContentSocialThreads, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistorySyncSheetPost, type IHistoryTaskAIContent, type IIDriveE2Credentials, type IInboxAction, type IInboxActionThreads, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramCheckpoint, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramEgoCheck, type IInstagramEndWorkflow, type IInstagramFeedSurf, type IInstagramFollowTarget, type IInstagramGesture, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramHumanDelay, type IInstagramInboxManager, type IInstagramMyNetworkInteract, type IInstagramMySettingsCollection, type IInstagramNavigation, type IInstagramNotificationBar, type IInstagramPostAfterEngagement, type IInstagramPostInteract, type IInstagramPreBlockAndBlock, type IInstagramProcessRequests, type IInstagramReelsSurfer, type IInstagramReplyComment, type IInstagramReplyMessage, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingConfigBlock, type IInstagramSettingConfigEgoCheck, type IInstagramSettingConfigFeedSurf, type IInstagramSettingConfigFollowTarget, type IInstagramSettingConfigGesture, type IInstagramSettingConfigHumanDelay, type IInstagramSettingConfigInboxManager, type IInstagramSettingConfigMyNetwork, type IInstagramSettingConfigMySettings, type IInstagramSettingConfigNavigation, type IInstagramSettingConfigNotificationBar, type IInstagramSettingConfigPostAfterEngagement, type IInstagramSettingConfigPostInteract, type IInstagramSettingConfigProcessRequests, type IInstagramSettingConfigReelsSurfer, type IInstagramSettingConfigReplyComment, type IInstagramSettingConfigReplyMessage, type IInstagramSettingConfigStoryViewer, type IInstagramSettingConfigStrangerVisit, type IInstagramSettingConfigUnfollow, type IInstagramSettingPost, type IInstagramStoryViewer, type IInstagramStrangerProfileVisit, type IInstagramTaskSocialAutoPosts, type IInstagramUnfollow, type IIpAccess, type IIpBlacklist, type IIpWhitelist, type ILark, type ILarkTeam, type IMailWork, type IManagerImageAIInstagram, type IManagerImageAIInstagramFolderStore, type IManagerImageAIInstagramItemStore, type IManagerImageAIInstagramLog, type IManagerImageAIInstagramUserAttached, type IManagerImageAIThreads, type IManagerImageAIThreadsFolderStore, type IManagerImageAIThreadsItemStore, type IManagerImageAIThreadsLog, type IManagerImageAIThreadsUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IManualContentSocialInstagram, type IManualContentSocialInstagramChildren, type IManualContentSocialInstagramChildrenItemPost, type IManualContentSocialInstagramNiche, type IManualContentSocialInstagramRunTime, type IManualContentSocialPermissionInstagram, type IManualContentSocialPermissionThreads, type IManualContentSocialThreads, type IManualContentSocialThreadsChildren, type IManualContentSocialThreadsChildrenItemPost, type IManualContentSocialThreadsNiche, type IManualContentSocialThreadsRunTime, type IModuleWebSite, type INotificationViewAllPermission, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPCBrowser, type IPCBrowserLog, type IPCBrowserLogELS, type IPCBrowserLogStoreIdxELS, type IPCBrowserSheetTool, type IPCPhone, type IPCPhoneDeviceConnect, type IPCPhoneLog, type IPCPhoneLogELS, type IPCPhoneLogStoreIdxELS, type IPreFollowHomeFeed, type IPreFollowHomeFeedThreads, type IPreFollowProfileTab, type IPreFollowProfileTabThreads, type IPreFollowReels, type IPreFollowReelsThreads, type IPreFollowSearch, type IPreFollowSearchThreads, type IPreFollowSourceActions, type IPreFollowSourceActionsThreads, type IProxy, type IReplyCommentReportSpam, type IReplyCommentReportSpamThreads, type IReplyCommentRound, type IReplyCommentRoundThreads, type IReplyMessageRound, type IReplyMessageRoundThreads, type IReportManager, type IReportManagerAssignment, type IReportManagerComment, type IReportManagerNotification, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingRunTimeThreadsPost, type ISheetImportExportSocial, type ISheetToolSheetInfo, type ISheetToolUsername, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISheetsToolHistory, type ISocialTaskManager, type ISystemNotification, type ITag, type ITaskAIAccountAIInstagram, type ITaskAIAccountAIThreads, type ITaskAIAccountCanvaInstagram, type ITaskAIAccountCanvaThreads, type ITaskAIAccountDriveInstagram, type ITaskAIAccountDriveThreads, type ITaskAIAccountProxyInstagram, type ITaskAIAccountProxyThreads, type ITaskAIAvatarCoverCanvaInstagramStep, type ITaskAIAvatarCoverCanvaThreadsStep, type ITaskAIAvatarCoverInstagram, type ITaskAIAvatarCoverThreads, type ITaskAICanvaInstagramStep, type ITaskAICanvaThreadsStep, type ITaskAIContent, type ITaskAIImageVideoVoiceCanvaInstagram, type ITaskAIImageVideoVoiceCanvaThreads, type ITaskAIImageVideoVoiceInstagramStep, type ITaskAIImageVideoVoiceThreadsStep, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoLog, type ITaskInstagramChangeInfoWorkflowInteract, type ITaskInstagramPost, type ITaskInstagramPostLog, type ITaskInstagramPostWorkflowInteract, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskManualContentSocialInstagram, type ITaskManualContentSocialThreads, type ITaskThreadsChangeInfo, type ITaskThreadsChangeInfoLog, type ITaskThreadsChangeInfoWorkflowInteract, type ITaskThreadsPost, type ITaskThreadsPostLog, type ITaskThreadsPostWorkflowInteract, type ITaskWorkflow, type ITaskWorkflowGroup, type ITaskWorkflowLog, type ITaskWorkflowLogDetail, type ITaskWorkflowLogNodeDetail, type ITaskWorkflowNodeAny, type ITaskWorkflowNodeInstagram, type ITaskWorkflowNodeThreads, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsCheckpoint, type IThreadsDashboardFollower, type IThreadsDashboardFollowerELS, type IThreadsEgoCheck, type IThreadsEndWorkflow, type IThreadsFeedSurf, type IThreadsFollowTarget, type IThreadsGesture, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryChangeInfoStoreIdxELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsHumanDelay, type IThreadsInboxManager, type IThreadsMyNetworkInteract, type IThreadsMySettingsCollection, type IThreadsNavigation, type IThreadsNotificationBar, type IThreadsPostAfterEngagement, type IThreadsPostInteract, type IThreadsPreBlockAndBlock, type IThreadsProcessRequests, type IThreadsQuoteAndRepost, type IThreadsReplyComment, type IThreadsReplyMessage, type IThreadsReplyThreadChain, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingConfigBlock, type IThreadsSettingConfigEgoCheck, type IThreadsSettingConfigFeedSurf, type IThreadsSettingConfigFollowTarget, type IThreadsSettingConfigGesture, type IThreadsSettingConfigHumanDelay, type IThreadsSettingConfigInboxManager, type IThreadsSettingConfigMyNetwork, type IThreadsSettingConfigMySettings, type IThreadsSettingConfigNavigation, type IThreadsSettingConfigNotificationBar, type IThreadsSettingConfigPostAfterEngagement, type IThreadsSettingConfigPostInteract, type IThreadsSettingConfigProcessRequests, type IThreadsSettingConfigQuoteAndRepost, type IThreadsSettingConfigReplyComment, type IThreadsSettingConfigReplyMessage, type IThreadsSettingConfigReplyThreadChain, type IThreadsSettingConfigStrangerVisit, type IThreadsSettingConfigUnfollow, type IThreadsSettingPost, type IThreadsStrangerProfileVisit, type IThreadsTaskSocialAutoPosts, type IThreadsUnfollow, type IToken, type ITokenJsonGroup, type ITokenJsonManager, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewAssignUserForDraftManualContentInstagramDto, type IViewAssignUserForDraftManualContentThreadsDto, type IViewAssignUserForManualContentSocialInstagramDto, type IViewAssignUserForManualContentSocialThreadsDto, type IViewChildBlogCategorySystemDto, type IViewCountNumberLevelLog, type IViewCountNumberLevelSourcePcPhoneLog, type IViewCountNumberSourceLog, type IViewCountNumberStatusBlogPostDto, type IViewCountNumberStatusReportManager, type IViewDeviceByPCPhone, type IViewViewableBlogPostDto, type IVisitorLog, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImageVideoVoiceDetailInstagramDto, type ImageVideoVoiceDetailThreadsDto, type ImportAccountCHPlayICloudRequestDto, type ImportAccountCanvaRequestDto, type ImportAccountDriveRequestDto, type ImportAccountVPNRequestDto, type ImportAccountVPSDto, type ImportDto, type ImportEmailRawManagerDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportManagerWorkRequestDto, type ImportSheetWorkDto, type ImportSheetWorkRequestDto, index$f as Lark, type ListDraftManualContentChildrenInstagramDto, type ListDraftManualContentChildrenThreadsDto, type ListDraftManualContentInstagramChildrenDto, type ListDraftManualContentThreadsChildrenDto, type ListManualContentSocialChildrenDto, type ListManualContentSocialInstagramChildrenDto, type ListManualContentSocialThreadsChildrenDto, type LoadDataChangeInfoInstagramAccountRawDto, type LoadDataChangeInfoThreadsAccountRawDto, type LoadInfoByDeviceSheetToolDto, type LoadInfoSheetToolDto, type MovePostItemsDraftManualContentInstagramDto, type MovePostItemsDraftManualContentThreadsDto, type NotiUserStatus, type OverviewSheetsToolDto, PCLogTimeRange, index$a as Permission, type RemoveAssignUserDraftManualContentInstagramDto, type RemoveAssignUserDraftManualContentThreadsDto, type RemoveAssignUserManualContentSocialInstagramDto, type RemoveAssignUserManualContentSocialThreadsDto, type ReplaceAccountVSPDto, type ResultAccountDriverUploadFileDraftManualContentInstagramChildrenDto, type ResultAccountDriverUploadFileDraftManualContentThreadsChildrenDto, type ResultAccountDriverUploadFileManualContentSocialInstagramChildrenDto, type ResultAccountDriverUploadFileManualContentSocialThreadsChildrenDto, type ResultImportAccountCHPlayICloudDto, type ResultImportAccountCanvaDto, type ResultImportAccountDriveDto, type ResultImportAccountVPNDto, type ResultImportEmailRawManagerDto, type ResultImportInstagramAccountRawDto, type ResultImportManagerWorkDto, type ResultImportSheetWorkDto, type ResultMovePostItemsDraftManualContentInstagramDto, type ResultMovePostItemsDraftManualContentThreadsDto, type ResultSyncDraftToManualContentInstagramDto, type ResultSyncDraftToManualContentSocialThreadsDto, type ResultSyncSheetPostImageVideoVoiceCanvaInstagramDto, type ResultSyncSheetPostImageVideoVoiceCanvaThreadsDto, index$3 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type StoreTaskManualContentSocialInstagramForRunDto, type StoreTaskManualContentSocialThreadsForRunDto, type SyncDraftManualContentToManualContentSocialInstagramDto, type SyncDraftManualContentToManualContentSocialThreadsDto, type TActionRole, type TCompare, type TFilter, type TargetAccountInstagramDto, index$4 as Tool, type TotalNumberTaskInstagramChangeInfoDto, type TotalNumberTaskInstagramPostDto, type TotalNumberTaskThreadsChangeInfoDto, type TotalNumberTaskThreadsPostDto, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateArchiveChildCategorySystemDto, type UpdateBlogCategorySystemDto, type UpdateBlogDto, type UpdateBlogPostDto, type UpdateBlogsCategoryDto, type UpdateChildCategoryOrderSystemDto, type UpdateChildCategorySystemDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateEmailRawManagerDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCBrowserDto, type UpdatePCPhoneDto, type UpdateProxyDto, type UpdateProxyListForEmailDto, type UpdateReportManagerDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateStartStopPCPhoneDto, type UpdateStartStopPCPhoneMultiDto, type UpdateTaskAIContentDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskThreadsChangeInfoDto, type UpdateTaskWorkflowDto, type UpdateTaskWorkflowGroupDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateThreadsSettingPostDto, type UpdateTokenJsonGroupDto, type UpdateTokenJsonManagerDto, type UpdateUserAssignPcPhoneMultiDto, type UpdateUserDto, type UpsertDraftManualContentInstagramChildrenDto, type UpsertDraftManualContentInstagramChildrenItemPostDto, type UpsertDraftManualContentInstagramDto, type UpsertDraftManualContentThreadsChildrenDto, type UpsertDraftManualContentThreadsChildrenItemPostDto, type UpsertDraftManualContentThreadsDto, type UpsertDraftManualGroupInstagramDto, type UpsertDraftManualGroupThreadsDto, type UpsertManualContentSocialInstagramChildrenDto, type UpsertManualContentSocialInstagramChildrenItemPostDto, type UpsertManualContentSocialInstagramDto, type UpsertManualContentSocialThreadsChildrenDto, type UpsertManualContentSocialThreadsChildrenItemPostDto, type UpsertManualContentSocialThreadsDto, type ViewAsyncManualContentSocialInstagramDto, type ViewAsyncManualContentSocialThreadsDto, type ViewAutoSyncInformationManualContentSocialInstagramDto, type ViewAutoSyncInformationManualContentThreadsDto, type ViewDetailDeviceDto, type ViewDetailFolderInstagramDto, type ViewDetailFolderThreadsDto, type ViewDetailSheetsToolDto, type ViewDetailTaskInstagramChangeInfoDto, type ViewDetailTaskInstagramChangeInfoLogDto, type ViewDetailTaskInstagramChangeInfoWorkflowInteractDto, type ViewDetailTaskInstagramPostDto, type ViewDetailTaskInstagramPostLogDto, type ViewDetailTaskInstagramPostWorkflowInteractDto, type ViewDetailTaskThreadsChangeInfoDto, type ViewDetailTaskThreadsChangeInfoLogDto, type ViewDetailTaskThreadsChangeInfoWorkflowInteractDto, type ViewDetailTaskThreadsPostDto, type ViewDetailTaskThreadsPostLogDto, type ViewDetailTaskThreadsPostWorkflowInteractDto, type ViewListGPMProfileDto, type ViewPCBrowserDetailDto, type ViewSettingInstagramOfAccountDto, index$5 as Workspace };
26542
+ export { index$h as AI, type AccountAICreateDto, type AccountAIImportDto, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddBulkDraftManualContentInstagramChildrenDto, type AddBulkDraftManualContentThreadsChildrenDto, type AddBulkManualContentSocialInstagramChildrenDto, type AddBulkManualContentSocialThreadsChildrenDto, type AddCommentReportManagerDto, type AddDraftManualContentInstagramChildrenDto, type AddDraftManualContentThreadsChildrenDto, type AddManualContentSocialInstagramChildrenDto, type AddManualContentSocialThreadsChildrenDto, type AddProxyManualDto, type AddSheetToolToPCBrowserDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$8 as Auth, index$i as AutoConstants, index as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$6 as AutoInterfaces, index$7 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, type AvatarCoverDetailInstagramDto, type AvatarCoverDetailThreadsDto, index$g as Base, type BulkAssignUserDraftManualContentInstagramDto, type BulkAssignUserDraftManualContentThreadsDto, type BulkAssignUserManualContentSocialInstagramDto, type BulkAssignUserManualContentSocialThreadsDto, type BulkUpdateReportManagerDto, type BulkUpdateStatusEmailManagerDto, type CanvaAvatarDetailInstagramDto, type CanvaAvatarDetailThreadsDto, type CanvaCoverDetailInstagramDto, type CanvaCoverDetailThreadsDto, type CanvaDetailInstagramDto, type CanvaDetailThreadsDto, type CheckSendMessageLark, index$9 as Common, type CountTotalNumberTaskAIAvatarCoverCanvaInstagramDto, type CountTotalNumberTaskAIAvatarCoverCanvaThreadsDto, type CountTotalNumberTaskAIImageVideoVoiceCanvaInstagramDto, type CountTotalNumberTaskAIImageVideoVoiceCanvaThreadsDto, type CreateAccountEmailDto, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogCategorySystemDto, type CreateBlogDto, type CreateBlogPostDto, type CreateBlogsCategoryDto, type CreateCommentBlogPostDto, type CreateDepartmentDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerImageAIInstagramDto, type CreateManagerImageAIThreadsDto, type CreateManagerWorkDto, type CreateModuleWebSiteDto, type CreatePCBrowserDto, type CreatePCPhoneDto, type CreateProxyAddToEmailDto, type CreateProxyDto, type CreateReportManagerDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskThreadsChangeInfoDto, type CreateTaskWorkflowDto, type CreateTaskWorkflowGroupDto, type CreateTasksJobDto, type CreateTeamDto, type CreateThreadsSettingPostDto, type CreateTokenJsonGroupDto, type CreateTokenJsonManagerDto, type CreateUserDto, type DataActionChangeInfoInstagramAccountRawDto, type DataActionChangeInfoThreadsAccountRawDto, type DataImportAccountCHPlayICloudDto, type DataImportAccountCanvaDto, type DataImportAccountDriveDto, type DataImportAccountVPNDto, type DataImportEmailRawManagerDto, type DataImportInstagramAccountRawDto, type DataImportManagerWorkDto, type DataImportSheetWorkDto, type DataPCBrowserAndSheetPostAvatarCoverCanvaInstagramDto, type DataPCBrowserAndSheetPostAvatarCoverCanvaThreadsDto, type DataPCBrowserAndSheetPostImageVideoVoiceCanvaInstagramDto, type DataPCBrowserAndSheetPostImageVideoVoiceCanvaThreadsDto, type DataRefreshDataSheetToolImageVideoVoiceCanvaInstagramDto, type DataRefreshDataSheetToolImageVideoVoiceCanvaThreadsDto, type DataUpsertAvatarCoverCanvaInstagramDto, type DataUpsertAvatarCoverCanvaThreadsDto, type DataUpsertImageVideoVoiceCanvaInstagramDto, type DataUpsertImageVideoVoiceCanvaThreadsDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, type DriveAccountUsedDto, type DriveChunkInitResultDto, type DriveChunkUploadResultDto, type DriveFileResultDto, type DriveUploadFailedItemDto, type DriveUploadResultDto, type DriveUploadSummaryDto, EAIVersionGPT, EAIVersionPerplexity, EAccountAIContentChannelStatus, EAccountAIModelApiStatus, EAccountAIModelBrowserPlan, EAccountAIModelCreditStatus, EAccountAIModelLocation, EAccountAIModelStatus, EAccountAIModelType, EAccountAIModelTypeContent, EAccountAISync, EAccountAITypeEmail, EAccountDriveType, EAccountGPTModel, EAccountGeminiModel, EAccountInstagramTypeChangeInfo, EAccountThreadsTypeChangeInfo, EAccountTypeUseDrive, EAssignedInstagramAccountRaw, EAssignedThreadsAccountRaw, EBlockSource, EBlockType, EBlogCategoryState, EBlogPostState, EBlogPostStatus, EDayOfWeek, EDeviceResetTime, EDraftManualContentInstagramStatusSyncPost, EDraftManualContentInstagramTypePost, EDraftManualContentThreadsStatusSyncPost, EDraftManualContentThreadsTypePost, EEmailTagType, EFile, EFilterOptionAccountAI, EFilterOptionAccountAIChannel, EFilterOptionAccountAIContent, EFilterOptionAccountCHPlayICloud, EFilterOptionAccountCanva, EFilterOptionAccountDrive, EFilterOptionAccountEmailManager, EFilterOptionAccountSocialGroup, EFilterOptionAccountVPN, EFilterOptionAccountVPS, EFilterOptionAccountVPSGroup, EFilterOptionBlogCategory, EFilterOptionBlogPost, EFilterOptionBlogViewHistory, EFilterOptionDepartment, EFilterOptionDevice, EFilterOptionDeviceLog, EFilterOptionDraftManualContentInstagram, EFilterOptionDraftManualContentInstagramChildrenItemPost, EFilterOptionDraftManualContentThreads, EFilterOptionDraftManualContentThreadsChildrenItemPost, EFilterOptionInstagramAccountRaw, EFilterOptionInstagramAccountRun, EFilterOptionInstagramHistoryAutoSync, EFilterOptionInstagramHistoryChangeInfo, EFilterOptionInstagramHistoryCreateNew, EFilterOptionInstagramSocial, EFilterOptionIpAccess, EFilterOptionIpBlacklist, EFilterOptionIpWhitelist, EFilterOptionLark, EFilterOptionManagerImageAIInstagram, EFilterOptionManagerImageAIThreads, EFilterOptionManagerSheet, EFilterOptionManualContentInstagramChildrenItemPost, EFilterOptionManualContentSocialInstagram, EFilterOptionManualContentSocialThreads, EFilterOptionManualContentThreadsChildrenItemPost, EFilterOptionPCBrowser, EFilterOptionPCPhone, EFilterOptionProxy, EFilterOptionRole, EFilterOptionSheetTool, EFilterOptionSheetWorkCategory, EFilterOptionTaskAIAvatarCoverCanvaInstagram, EFilterOptionTaskAIAvatarCoverCanvaThreads, EFilterOptionTaskAIImageVideoVoiceCanvaInstagram, EFilterOptionTaskAIImageVideoVoiceCanvaThreads, EFilterOptionTeam, EFilterOptionThreadsAccountRaw, EFilterOptionThreadsAccountRun, EFilterOptionThreadsHistoryAutoSync, EFilterOptionThreadsHistoryChangeInfo, EFilterOptionThreadsHistoryCreateNew, EFilterOptionUser, EFilterOptionVisitorLog, EGender, EHaveData, EHistorySyncSheetPostStatus, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EManagerImageAIInstagramFolder, EManagerImageAIInstagramLog, EManagerImageAIInstagramModel, EManagerImageAIThreadsFolder, EManagerImageAIThreadsLog, EManagerImageAIThreadsModel, EManualContentSocialInstagramStatusPost, EManualContentSocialInstagramStatusTask, EManualContentSocialInstagramTypePost, EManualContentSocialThreadsStatusPost, EManualContentSocialThreadsStatusTask, EManualContentSocialThreadsTypePost, EMediaTypeLibraryPost, EModelImageVideo, ENotificationType, EObjectName, EPCBrowserSheetModule, EPCLogLevel, EPCLogSource, EPositionUser, EPriority, EProcessingEmailManager, ERatioImage, EReportManagerAssignStatus, EReportManagerPriority, EReportManagerStatus, EReportManagerType, ERotationTokenJsonManager, EScreenResolution, ESendNotiStatusBlogPost, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRow, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusAddOnVPS, EStatusBlog, EStatusBrowserEmailManager, EStatusChangeInfo, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceKey, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusEmailLogin, EStatusEmailManager, EStatusEmailManagerChangeInfo, EStatusExecuteCommon, EStatusGenerate, EStatusImapApp, EStatusImportAccountSocial, EStatusImportEmailManager, EStatusInstagramImageLog, EStatusLark, EStatusMailWork, EStatusNode, EStatusPC, EStatusPCControl, EStatusPost, EStatusProfileEmailManager, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusRunTaskEmailManager, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTeam, EStatusThreadsImageLog, EStatusTokenJsonManager, EStatusUse, EStatusUser, ESyncStatusAccountDrive, ETaskAIAvatarCoverCanvaStep, ETaskAIImageVideoVoiceCanvaStep, ETaskGenerateAIType, ETaskGenerateModelType, ETaskInstagramChangeInfoLogStatus, ETaskInstagramChangeInfoProcessStep, ETaskInstagramPostLogStatus, ETaskInstagramPostProcessStep, ETaskInstagramPostStyle, ETaskInstagramPostType, ETaskInstagramPostTypeRun, ETaskStatus, ETaskThreadsChangeInfoLogStatus, ETaskThreadsChangeInfoProcessStep, ETaskThreadsPostLogStatus, ETaskThreadsPostProcessStep, ETaskThreadsPostStyle, ETaskThreadsPostType, ETaskThreadsPostTypeRun, ETaskWorkflowNodeCategory, ETaskWorkflowNodeCategoryThreads, ETaskWorkflowNodeInstagram, ETaskWorkflowNodeThreads, ETaskWorkflowRunStatus, ETaskWorkflowStatus, ETaskWorkflowTypeNode, ETimeFilter, ETimeRangeNotifiReportManager, ETimeZone, ETokenJsonManagerHealth, EToolName, ETypeAccountInstagramSetting, ETypeAccountThreadsSetting, ETypeAccountVPN, ETypeBrowser, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeEmailChangeInfo, ETypeEmailManager, ETypeExport, ETypeFileItemPostDraftManualContentInstagram, ETypeFileItemPostDraftManualContentThreads, ETypeFileItemPostManualContentSocialInstagram, ETypeFileItemPostManualContentSocialThreads, ETypeFileReportManager, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePaymentAccountVPN, ETypePcOS, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeSettingInstagram, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EVPSCore, EVPSExtension, EVPSOs, EVPSRam, EVPSStatus, EVPSStatusConnection, EVPSStatusGpmLoginEmail, EVPSStatusReplace, EVPSStatusRestart, EVPSTimeRestart, EViewedReportManager, EVisibleTeamBlogCategory, EYesNo, type EditStatusDraftManualContentInstagramChildrenItemPost, type EditStatusDraftManualContentThreadsChildrenItemPost, type EditStatusImageItemInstagramDto, type EditStatusImageItemThreadsDto, type EditStatusManualContentSocialInstagramChildrenItemPost, type EditStatusManualContentSocialThreadsChildrenItemPost, type ExportDto, type ExportToSheetRequestDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIGoogleDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountEmailManagerDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogCategorySystemDto, type FilterBlogDto, type FilterBlogPostDto, type FilterBlogViewHistoryDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterDraftManualContentInstagramDto, type FilterDraftManualContentThreadsDto, type FilterHistoryTaskAIContentDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingPostDto, type FilterIpAccessDto, type FilterIpBlacklistDto, type FilterIpWhitelistDto, type FilterLarkDto, type FilterManagerImageAIInstagramDto, type FilterManagerImageAIThreadsDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterManualContentSocialInstagramDto, type FilterManualContentSocialThreadsDto, type FilterPCBrowserDto, type FilterPCPhoneDto, type FilterPCPhoneLogDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterReportManagerDto, type FilterRoleDto, type FilterSheetToolForPCBrowserDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIAvatarCoverCanvaInstagramDto, type FilterTaskAIAvatarCoverCanvaThreadsDto, type FilterTaskAIContentDto, type FilterTaskAIImageVideoVoiceCanvaInstagramDto, type FilterTaskAIImageVideoVoiceCanvaThreadsDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramPostDto, type FilterTaskThreadsChangeInfoDto, type FilterTaskThreadsPostDto, type FilterTaskWorkflowDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportPostDto, type FilterThreadsSettingPostDto, type FilterTokenJsonManagerDto, type FilterUserDto, type FilterVisitorLogDto, type FindAccountAIContentChannelDto, type FindAccountAIDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDetailSystemDto, type FindBlogCategoryDto, type FindBlogCategoryRootActive, type FindBlogCategorySystemDto, type FindBlogDto, type FindBlogPostDto, type FindBlogViewHistoryDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindCommentBlogPostDto, type FindDepartmentDto, type FindDetailAccountAIDto, type FindDetailBlogPostDto, type FindDetailBySlugBlogPostDto, type FindDetailEmailRawManagerDto, type FindDetailReportManagerDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindDraftManualContentInstagramDto, type FindDraftManualContentThreadsDto, type FindDraftManualGroupInstagramDto, type FindDraftManualGroupThreadsDto, type FindEmailRawAddToVPSDto, type FindEmailRawManagerDto, type FindEmailRawManagerLogDetailDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingPostDto, type FindIpAccessDto, type FindIpBlacklistDto, type FindIpWhitelistDto, type FindLarkDto, type FindListAccountForManualContentSocialInstagramDto, type FindListAccountForManualContentSocialThreadsDto, type FindListVPSForEmailRawManagerDto, type FindManagerImageAIInstagramDto, type FindManagerImageAIThreadsDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindManualContentSocialInstagramDto, type FindManualContentSocialThreadsDto, type FindMemberForAddTeamDto, type FindModuleWebsiteDto, type FindMultiAccountAIContentDto, type FindNotiReportGroupedDto, type FindNotiReportManagerDto, type FindNotificationPermissionDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIAvatarCoverCanvaInstagramDto, type FindOverViewTaskAIAvatarCoverCanvaThreadsDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageVideoVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVideoVoiceCanvaThreadsDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskThreadsChangeInfoDto, type FindOverViewTaskThreadsPostDto, type FindOverViewThreadsAccountRawDto, type FindOverViewThreadsAccountRunDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountAIChannelDto, type FindOverviewAccountAIDto, type FindOverviewAccountAIGoogleDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountEmailManagerDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewDraftManualContentInstagramDto, type FindOverviewDraftManualContentThreadsDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewManagerImageAIInstagramDto, type FindOverviewManagerImageAIThreadsDto, type FindOverviewManagerSheetDto, type FindOverviewManualContentSocialInstagramDto, type FindOverviewManualContentSocialThreadsDto, type FindOverviewPCBrowserDto, type FindOverviewPCPhoneDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryAutoSyncDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCBrowserDto, type FindPCPhoneDetail, type FindPCPhoneDto, type FindPCPhoneLogDto, type FindPcBrowserForPcViewScreenDto, type FindPcPhoneForViewScreenDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProcessAccountSocialOtpDto, type FindProcessChangeEmailDto, type FindProcessLoginDto, type FindProxyDto, type FindProxySelectionForEmailDto, type FindReplaceDeviceDto, type FindReportManagerAssignmentDto, type FindReportManagerCommentDto, type FindReportManagerDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetToolForPCBrowserDto, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTagsUserBlogPostDto, type FindTaskAIAvatarCoverCanvaInstagramDto, type FindTaskAIAvatarCoverCanvaThreadsDto, type FindTaskAIContentDto, type FindTaskAIImageVideoVoiceCanvaInstagramDto, type FindTaskAIImageVideoVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramPostDto, type FindTaskManualContentSocialInstagramDto, type FindTaskManualContentSocialThreadsDto, type FindTaskThreadsChangeInfoDto, type FindTaskThreadsPostDto, type FindTaskWorkflowDto, type FindTaskWorkflowGroupDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingPostDto, type FindTokenJsonGroupDto, type FindTokenJsonManagerDto, type FindUserDto, type FindViewBySlugBlogPostDto, type FindVisitorLogDto, index$2 as Forum, type GetAccountDriverUploadFileDraftManualContentInstagramChildrenDto, type GetAccountDriverUploadFileDraftManualContentThreadsChildrenDto, type GetAccountDriverUploadFileManualContentSocialInstagramChildrenDto, type GetAccountDriverUploadFileManualContentSocialThreadsChildrenDto, type IAccountAI, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentChannelNiche, type IAccountAIModelContent, type IAccountAIModelImageVideo, type IAccountAIModelVoice, type IAccountAIProxy, 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 IAccountVPSListJob, type IAccountVPSProvider, type IAccountVPSSocial, type IAccountVpsChange, type IAssignTeam, type IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogCategoryPermission, type IBlogCategorySystem, type IBlogComment, type IBlogDepartmentPermission, type IBlogPost, type IBlogPostPermission, type IBlogTeamPermission, type IBlogUserPermission, type IBlogViewHistory, type IBrowserGPM, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IDraftManualContentInstagram, type IDraftManualContentInstagramChildren, type IDraftManualContentInstagramChildrenItemPost, type IDraftManualContentPermissionInstagram, type IDraftManualContentPermissionThreads, type IDraftManualContentThreads, type IDraftManualContentThreadsChildren, type IDraftManualContentThreadsChildrenItemPost, type IDraftManualGroupInstagram, type IDraftManualGroupThreads, type IEmailAccountSocial, type IEmailProxy, type IEmailRawManager, type IEmailRawManagerLog, type IFile, type IFileItemPostDraftManualContentInstagram, type IFileItemPostDraftManualContentThreads, type IFileItemPostManualContentSocialInstagram, type IFileItemPostManualContentSocialThreads, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistorySyncSheetPost, type IHistoryTaskAIContent, type IIDriveE2Credentials, type IInboxAction, type IInboxActionThreads, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramCheckpoint, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramEgoCheck, type IInstagramEndWorkflow, type IInstagramFeedSurf, type IInstagramFollowTarget, type IInstagramGesture, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramHumanDelay, type IInstagramInboxManager, type IInstagramMyNetworkInteract, type IInstagramMySettingsCollection, type IInstagramNavigation, type IInstagramNotificationBar, type IInstagramPostAfterEngagement, type IInstagramPostInteract, type IInstagramPreBlockAndBlock, type IInstagramProcessRequests, type IInstagramReelsSurfer, type IInstagramReplyComment, type IInstagramReplyMessage, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingConfigBlock, type IInstagramSettingConfigEgoCheck, type IInstagramSettingConfigFeedSurf, type IInstagramSettingConfigFollowTarget, type IInstagramSettingConfigGesture, type IInstagramSettingConfigHumanDelay, type IInstagramSettingConfigInboxManager, type IInstagramSettingConfigMyNetwork, type IInstagramSettingConfigMySettings, type IInstagramSettingConfigNavigation, type IInstagramSettingConfigNotificationBar, type IInstagramSettingConfigPostAfterEngagement, type IInstagramSettingConfigPostInteract, type IInstagramSettingConfigProcessRequests, type IInstagramSettingConfigReelsSurfer, type IInstagramSettingConfigReplyComment, type IInstagramSettingConfigReplyMessage, type IInstagramSettingConfigStoryViewer, type IInstagramSettingConfigStrangerVisit, type IInstagramSettingConfigUnfollow, type IInstagramSettingPost, type IInstagramStoryViewer, type IInstagramStrangerProfileVisit, type IInstagramTaskSocialAutoPosts, type IInstagramUnfollow, type IIpAccess, type IIpBlacklist, type IIpWhitelist, type ILark, type ILarkTeam, type IMailWork, type IManagerImageAIInstagram, type IManagerImageAIInstagramFolderStore, type IManagerImageAIInstagramItemStore, type IManagerImageAIInstagramLog, type IManagerImageAIInstagramUserAttached, type IManagerImageAIThreads, type IManagerImageAIThreadsFolderStore, type IManagerImageAIThreadsItemStore, type IManagerImageAIThreadsLog, type IManagerImageAIThreadsUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IManualContentSocialInstagram, type IManualContentSocialInstagramChildren, type IManualContentSocialInstagramChildrenItemPost, type IManualContentSocialInstagramNiche, type IManualContentSocialInstagramRunTime, type IManualContentSocialPermissionInstagram, type IManualContentSocialPermissionThreads, type IManualContentSocialThreads, type IManualContentSocialThreadsChildren, type IManualContentSocialThreadsChildrenItemPost, type IManualContentSocialThreadsNiche, type IManualContentSocialThreadsRunTime, type IModuleWebSite, type INotificationViewAllPermission, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPCBrowser, type IPCBrowserLog, type IPCBrowserLogELS, type IPCBrowserLogStoreIdxELS, type IPCBrowserSheetTool, type IPCPhone, type IPCPhoneDeviceConnect, type IPCPhoneLog, type IPCPhoneLogELS, type IPCPhoneLogStoreIdxELS, type IPreFollowHomeFeed, type IPreFollowHomeFeedThreads, type IPreFollowProfileTab, type IPreFollowProfileTabThreads, type IPreFollowReels, type IPreFollowReelsThreads, type IPreFollowSearch, type IPreFollowSearchThreads, type IPreFollowSourceActions, type IPreFollowSourceActionsThreads, type IProxy, type IReplyCommentReportSpam, type IReplyCommentReportSpamThreads, type IReplyCommentRound, type IReplyCommentRoundThreads, type IReplyMessageRound, type IReplyMessageRoundThreads, type IReportManager, type IReportManagerAssignment, type IReportManagerComment, type IReportManagerNotification, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingRunTimeThreadsPost, type ISheetImportExportSocial, type ISheetToolSheetInfo, type ISheetToolUsername, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISheetsToolHistory, type ISocialTaskManager, type ISystemNotification, type ITag, type ITaskAIAccountAIInstagram, type ITaskAIAccountAIThreads, type ITaskAIAccountCanvaInstagram, type ITaskAIAccountCanvaThreads, type ITaskAIAccountDriveInstagram, type ITaskAIAccountDriveThreads, type ITaskAIAccountProxyInstagram, type ITaskAIAccountProxyThreads, type ITaskAIAvatarCoverCanvaInstagramStep, type ITaskAIAvatarCoverCanvaThreadsStep, type ITaskAIAvatarCoverInstagram, type ITaskAIAvatarCoverThreads, type ITaskAICanvaInstagramStep, type ITaskAICanvaThreadsStep, type ITaskAIContent, type ITaskAIImageVideoVoiceCanvaInstagram, type ITaskAIImageVideoVoiceCanvaThreads, type ITaskAIImageVideoVoiceInstagramStep, type ITaskAIImageVideoVoiceThreadsStep, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoLog, type ITaskInstagramChangeInfoWorkflowInteract, type ITaskInstagramPost, type ITaskInstagramPostLog, type ITaskInstagramPostWorkflowInteract, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskManualContentSocialInstagram, type ITaskManualContentSocialThreads, type ITaskThreadsChangeInfo, type ITaskThreadsChangeInfoLog, type ITaskThreadsChangeInfoWorkflowInteract, type ITaskThreadsPost, type ITaskThreadsPostLog, type ITaskThreadsPostWorkflowInteract, type ITaskWorkflow, type ITaskWorkflowGroup, type ITaskWorkflowLog, type ITaskWorkflowLogDetail, type ITaskWorkflowLogNodeDetail, type ITaskWorkflowNodeAny, type ITaskWorkflowNodeInstagram, type ITaskWorkflowNodeThreads, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsCheckpoint, type IThreadsDashboardFollower, type IThreadsDashboardFollowerELS, type IThreadsEgoCheck, type IThreadsEndWorkflow, type IThreadsFeedSurf, type IThreadsFollowTarget, type IThreadsGesture, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryChangeInfoStoreIdxELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsHumanDelay, type IThreadsInboxManager, type IThreadsMyNetworkInteract, type IThreadsMySettingsCollection, type IThreadsNavigation, type IThreadsNotificationBar, type IThreadsPostAfterEngagement, type IThreadsPostInteract, type IThreadsPreBlockAndBlock, type IThreadsProcessRequests, type IThreadsQuoteAndRepost, type IThreadsReplyComment, type IThreadsReplyMessage, type IThreadsReplyThreadChain, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingConfigBlock, type IThreadsSettingConfigEgoCheck, type IThreadsSettingConfigFeedSurf, type IThreadsSettingConfigFollowTarget, type IThreadsSettingConfigGesture, type IThreadsSettingConfigHumanDelay, type IThreadsSettingConfigInboxManager, type IThreadsSettingConfigMyNetwork, type IThreadsSettingConfigMySettings, type IThreadsSettingConfigNavigation, type IThreadsSettingConfigNotificationBar, type IThreadsSettingConfigPostAfterEngagement, type IThreadsSettingConfigPostInteract, type IThreadsSettingConfigProcessRequests, type IThreadsSettingConfigQuoteAndRepost, type IThreadsSettingConfigReplyComment, type IThreadsSettingConfigReplyMessage, type IThreadsSettingConfigReplyThreadChain, type IThreadsSettingConfigStrangerVisit, type IThreadsSettingConfigUnfollow, type IThreadsSettingPost, type IThreadsStrangerProfileVisit, type IThreadsTaskSocialAutoPosts, type IThreadsUnfollow, type IToken, type ITokenJsonGroup, type ITokenJsonManager, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewAssignUserForDraftManualContentInstagramDto, type IViewAssignUserForDraftManualContentThreadsDto, type IViewAssignUserForManualContentSocialInstagramDto, type IViewAssignUserForManualContentSocialThreadsDto, type IViewChildBlogCategorySystemDto, type IViewCountNumberLevelLog, type IViewCountNumberLevelSourcePcPhoneLog, type IViewCountNumberSourceLog, type IViewCountNumberStatusBlogPostDto, type IViewCountNumberStatusReportManager, type IViewDeviceByPCPhone, type IViewViewableBlogPostDto, type IVisitorLog, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImageVideoVoiceDetailInstagramDto, type ImageVideoVoiceDetailThreadsDto, type ImportAccountCHPlayICloudRequestDto, type ImportAccountCanvaRequestDto, type ImportAccountDriveRequestDto, type ImportAccountVPNRequestDto, type ImportAccountVPSDto, type ImportDto, type ImportEmailRawManagerDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportManagerWorkRequestDto, type ImportSheetWorkDto, type ImportSheetWorkRequestDto, index$f as Lark, type ListDraftManualContentChildrenInstagramDto, type ListDraftManualContentChildrenThreadsDto, type ListDraftManualContentInstagramChildrenDto, type ListDraftManualContentThreadsChildrenDto, type ListManualContentSocialChildrenDto, type ListManualContentSocialInstagramChildrenDto, type ListManualContentSocialThreadsChildrenDto, type LoadDataChangeInfoInstagramAccountRawDto, type LoadDataChangeInfoThreadsAccountRawDto, type LoadInfoByDeviceSheetToolDto, type LoadInfoSheetToolDto, type MovePostItemsDraftManualContentInstagramDto, type MovePostItemsDraftManualContentThreadsDto, type NotiUserStatus, type OverviewSheetsToolDto, PCLogTimeRange, index$a as Permission, type RemoveAssignUserDraftManualContentInstagramDto, type RemoveAssignUserDraftManualContentThreadsDto, type RemoveAssignUserManualContentSocialInstagramDto, type RemoveAssignUserManualContentSocialThreadsDto, type ReplaceAccountVSPDto, type ResultAccountDriverUploadFileDraftManualContentInstagramChildrenDto, type ResultAccountDriverUploadFileDraftManualContentThreadsChildrenDto, type ResultAccountDriverUploadFileManualContentSocialInstagramChildrenDto, type ResultAccountDriverUploadFileManualContentSocialThreadsChildrenDto, type ResultImportAccountCHPlayICloudDto, type ResultImportAccountCanvaDto, type ResultImportAccountDriveDto, type ResultImportAccountVPNDto, type ResultImportEmailRawManagerDto, type ResultImportInstagramAccountRawDto, type ResultImportManagerWorkDto, type ResultImportSheetWorkDto, type ResultMovePostItemsDraftManualContentInstagramDto, type ResultMovePostItemsDraftManualContentThreadsDto, type ResultSyncDraftToManualContentInstagramDto, type ResultSyncDraftToManualContentSocialThreadsDto, type ResultSyncSheetPostImageVideoVoiceCanvaInstagramDto, type ResultSyncSheetPostImageVideoVoiceCanvaThreadsDto, index$3 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type StoreTaskManualContentSocialInstagramForRunDto, type StoreTaskManualContentSocialThreadsForRunDto, type SyncDraftManualContentToManualContentSocialInstagramDto, type SyncDraftManualContentToManualContentSocialThreadsDto, type TActionRole, type TCompare, type TFilter, type TargetAccountInstagramDto, index$4 as Tool, type TotalNumberTaskInstagramChangeInfoDto, type TotalNumberTaskInstagramPostDto, type TotalNumberTaskThreadsChangeInfoDto, type TotalNumberTaskThreadsPostDto, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateArchiveChildCategorySystemDto, type UpdateBlogCategorySystemDto, type UpdateBlogDto, type UpdateBlogPostDto, type UpdateBlogsCategoryDto, type UpdateChildCategoryOrderSystemDto, type UpdateChildCategorySystemDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateEmailRawManagerDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCBrowserDto, type UpdatePCPhoneDto, type UpdateProxyDto, type UpdateProxyListForEmailDto, type UpdateReportManagerDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateStartStopPCPhoneDto, type UpdateStartStopPCPhoneMultiDto, type UpdateTaskAIContentDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskThreadsChangeInfoDto, type UpdateTaskWorkflowDto, type UpdateTaskWorkflowGroupDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateThreadsSettingPostDto, type UpdateTokenJsonGroupDto, type UpdateTokenJsonManagerDto, type UpdateUserAssignPcPhoneMultiDto, type UpdateUserDto, type UpsertDraftManualContentInstagramChildrenDto, type UpsertDraftManualContentInstagramChildrenItemPostDto, type UpsertDraftManualContentInstagramDto, type UpsertDraftManualContentThreadsChildrenDto, type UpsertDraftManualContentThreadsChildrenItemPostDto, type UpsertDraftManualContentThreadsDto, type UpsertDraftManualGroupInstagramDto, type UpsertDraftManualGroupThreadsDto, type UpsertManualContentSocialInstagramChildrenDto, type UpsertManualContentSocialInstagramChildrenItemPostDto, type UpsertManualContentSocialInstagramDto, type UpsertManualContentSocialThreadsChildrenDto, type UpsertManualContentSocialThreadsChildrenItemPostDto, type UpsertManualContentSocialThreadsDto, type ViewAsyncManualContentSocialInstagramDto, type ViewAsyncManualContentSocialThreadsDto, type ViewAutoSyncInformationManualContentSocialInstagramDto, type ViewAutoSyncInformationManualContentThreadsDto, type ViewDetailDeviceDto, type ViewDetailFolderInstagramDto, type ViewDetailFolderThreadsDto, type ViewDetailSheetsToolDto, type ViewDetailTaskInstagramChangeInfoDto, type ViewDetailTaskInstagramChangeInfoLogDto, type ViewDetailTaskInstagramChangeInfoWorkflowInteractDto, type ViewDetailTaskInstagramPostDto, type ViewDetailTaskInstagramPostLogDto, type ViewDetailTaskInstagramPostWorkflowInteractDto, type ViewDetailTaskThreadsChangeInfoDto, type ViewDetailTaskThreadsChangeInfoLogDto, type ViewDetailTaskThreadsChangeInfoWorkflowInteractDto, type ViewDetailTaskThreadsPostDto, type ViewDetailTaskThreadsPostLogDto, type ViewDetailTaskThreadsPostWorkflowInteractDto, type ViewListGPMProfileDto, type ViewPCBrowserDetailDto, type ViewSettingInstagramOfAccountDto, index$5 as Workspace };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.627",
3
+ "version": "6.6.632",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",