automation-lib 5.4.157 → 5.4.162

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.ts CHANGED
@@ -924,9 +924,17 @@ declare enum ESheetToolThreads {
924
924
  ReplyComment = "Reply comment",
925
925
  ReplyMessage = "Reply message"
926
926
  }
927
+ declare enum ESheetToolStatus {
928
+ Active = "Active",
929
+ Inactive = "Inactive",
930
+ Pending = "Pending",
931
+ Error = "Error"
932
+ }
927
933
 
928
934
  type index$f_ESheetToolInstagram = ESheetToolInstagram;
929
935
  declare const index$f_ESheetToolInstagram: typeof ESheetToolInstagram;
936
+ type index$f_ESheetToolStatus = ESheetToolStatus;
937
+ declare const index$f_ESheetToolStatus: typeof ESheetToolStatus;
930
938
  type index$f_ESheetToolStatusImport = ESheetToolStatusImport;
931
939
  declare const index$f_ESheetToolStatusImport: typeof ESheetToolStatusImport;
932
940
  type index$f_ESheetToolStatusRun = ESheetToolStatusRun;
@@ -936,7 +944,7 @@ declare const index$f_ESheetToolThreads: typeof ESheetToolThreads;
936
944
  type index$f_ESheetToolTimeCrawl = ESheetToolTimeCrawl;
937
945
  declare const index$f_ESheetToolTimeCrawl: typeof ESheetToolTimeCrawl;
938
946
  declare namespace index$f {
939
- export { index$f_ESheetToolInstagram as ESheetToolInstagram, index$f_ESheetToolStatusImport as ESheetToolStatusImport, index$f_ESheetToolStatusRun as ESheetToolStatusRun, index$f_ESheetToolThreads as ESheetToolThreads, index$f_ESheetToolTimeCrawl as ESheetToolTimeCrawl };
947
+ export { index$f_ESheetToolInstagram as ESheetToolInstagram, index$f_ESheetToolStatus as ESheetToolStatus, index$f_ESheetToolStatusImport as ESheetToolStatusImport, index$f_ESheetToolStatusRun as ESheetToolStatusRun, index$f_ESheetToolThreads as ESheetToolThreads, index$f_ESheetToolTimeCrawl as ESheetToolTimeCrawl };
940
948
  }
941
949
 
942
950
  declare enum EStatusVPS {
@@ -1007,10 +1015,11 @@ declare enum EStatusAccountSocialFolderName {
1007
1015
  }
1008
1016
 
1009
1017
  declare enum EStatusAccountSocialLogin {
1010
- Active = "Active",
1011
- InActive = "InActive",
1018
+ Available = "Available",
1019
+ UnAvailable = "UnAvailable",
1012
1020
  Locked = "Locked",
1013
- Pending = "Pending"
1021
+ Pending = "Pending",
1022
+ NA = "NA"
1014
1023
  }
1015
1024
 
1016
1025
  declare enum EStatusAccountSocialLoginEmail {
@@ -1066,6 +1075,7 @@ declare enum EStatusCreateNew {
1066
1075
 
1067
1076
  declare enum EStatusSocialAccountRaw {
1068
1077
  Available = "Available",
1078
+ Pending = "Pending",
1069
1079
  InUse = "InUse",
1070
1080
  Locked = "Locked",
1071
1081
  Suspended = "Suspended"
@@ -1732,6 +1742,8 @@ type index$c_EPriority = EPriority;
1732
1742
  declare const index$c_EPriority: typeof EPriority;
1733
1743
  type index$c_ESheetToolInstagram = ESheetToolInstagram;
1734
1744
  declare const index$c_ESheetToolInstagram: typeof ESheetToolInstagram;
1745
+ type index$c_ESheetToolStatus = ESheetToolStatus;
1746
+ declare const index$c_ESheetToolStatus: typeof ESheetToolStatus;
1735
1747
  type index$c_ESheetToolStatusImport = ESheetToolStatusImport;
1736
1748
  declare const index$c_ESheetToolStatusImport: typeof ESheetToolStatusImport;
1737
1749
  type index$c_ESheetToolStatusRun = ESheetToolStatusRun;
@@ -1907,7 +1919,7 @@ declare const index$c_ETypeTimeFilter: typeof ETypeTimeFilter;
1907
1919
  type index$c_ETypeVoiceLanguage = ETypeVoiceLanguage;
1908
1920
  declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
1909
1921
  declare namespace index$c {
1910
- export { index$i as AI, index$h as Base, index$c_EAIModelContent as EAIModelContent, index$c_EAIModelImage as EAIModelImage, index$c_EAIModelVoice as EAIModelVoice, index$c_EAIVersionGPT as EAIVersionGPT, index$c_EAIVersionImage as EAIVersionImage, index$c_EAIVersionPerplexity as EAIVersionPerplexity, index$c_EAIVersionVoice as EAIVersionVoice, index$c_EDayOfWeek as EDayOfWeek, index$c_EDeviceResetTime as EDeviceResetTime, index$c_EEmailTagType as EEmailTagType, index$c_EFile as EFile, index$c_EFolderImageAI as EFolderImageAI, index$c_EGender as EGender, index$c_EHaveData as EHaveData, index$c_EInputTypeFilter as EInputTypeFilter, index$c_ELarkNotiAccountTool as ELarkNotiAccountTool, index$c_ELarkNotiBase as ELarkNotiBase, index$c_ELarkNotiCreateNew as ELarkNotiCreateNew, index$c_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$c_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$c_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$c_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$c_ELarkNotiSocialImport as ELarkNotiSocialImport, index$c_ELarkNotiToolDevice as ELarkNotiToolDevice, index$c_ELarkObject as ELarkObject, index$c_ELarkTypeNotification as ELarkTypeNotification, index$c_EObjectName as EObjectName, index$c_EPositionUser as EPositionUser, index$c_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolStatusImport as ESheetToolStatusImport, index$c_ESheetToolStatusRun as ESheetToolStatusRun, index$c_ESheetToolThreads as ESheetToolThreads, index$c_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$c_EStatusAccountAI as EStatusAccountAI, index$c_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$c_EStatusAccountCanva as EStatusAccountCanva, index$c_EStatusAccountDrive as EStatusAccountDrive, index$c_EStatusAccountSocial as EStatusAccountSocial, index$c_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$c_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$c_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$c_EStatusAccountSocialRun as EStatusAccountSocialRun, index$c_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$c_EStatusAccountSocialSync as EStatusAccountSocialSync, index$c_EStatusAccountTypeChangeInfoInstagram as EStatusAccountTypeChangeInfoInstagram, index$c_EStatusAccountTypeChangeInfoThreads as EStatusAccountTypeChangeInfoThreads, index$c_EStatusAccountVPN as EStatusAccountVPN, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_EStatusChangeInfo as EStatusChangeInfo, index$c_EStatusChannel as EStatusChannel, index$c_EStatusCommon as EStatusCommon, index$c_EStatusCreateNew as EStatusCreateNew, index$c_EStatusDevice as EStatusDevice, index$c_EStatusDeviceChangeName as EStatusDeviceChangeName, index$c_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$c_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$c_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$c_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$c_EStatusDeviceLog as EStatusDeviceLog, index$c_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$c_EStatusDeviceReplace as EStatusDeviceReplace, index$c_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$c_EStatusDeviceSetup as EStatusDeviceSetup, index$c_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$c_EStatusDeviceSync as EStatusDeviceSync, index$c_EStatusEmail as EStatusEmail, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusLark as EStatusLark, index$c_EStatusMailWork as EStatusMailWork, index$c_EStatusPC as EStatusPC, index$c_EStatusProxyChecked as EStatusProxyChecked, index$c_EStatusProxyNewIP as EStatusProxyNewIP, index$c_EStatusRole as EStatusRole, index$c_EStatusSheetWork as EStatusSheetWork, index$c_EStatusSocialAccountRaw as EStatusSocialAccountRaw, index$c_EStatusTaskAIContent as EStatusTaskAIContent, index$c_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$c_EStatusTaskCanva as EStatusTaskCanva, index$c_EStatusTaskImage as EStatusTaskImage, index$c_EStatusTaskJob as EStatusTaskJob, index$c_EStatusTaskJobGroup as EStatusTaskJobGroup, index$c_EStatusTaskScript as EStatusTaskScript, index$c_EStatusTaskToolSocials as EStatusTaskToolSocials, index$c_EStatusTaskVoice as EStatusTaskVoice, index$c_EStatusTeam as EStatusTeam, index$c_EStatusUser as EStatusUser, index$c_EStatusVPS as EStatusVPS, index$c_EStatusVPSReplace as EStatusVPSReplace, index$c_ETimeZone as ETimeZone, index$c_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$c_ETypeAccountVPN as ETypeAccountVPN, index$c_ETypeCanva as ETypeCanva, index$c_ETypeColumnManagerWork as ETypeColumnManagerWork, index$c_ETypeDevice as ETypeDevice, index$c_ETypeDeviceLog as ETypeDeviceLog, index$c_ETypeDeviceOS as ETypeDeviceOS, index$c_ETypeExport as ETypeExport, index$c_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$c_ETypeManagerWorkType as ETypeManagerWorkType, index$c_ETypePin as ETypePin, index$c_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$c_ETypeProxy as ETypeProxy, index$c_ETypeProxyChecked as ETypeProxyChecked, index$c_ETypeProxyCountry as ETypeProxyCountry, index$c_ETypeProxyNewIP as ETypeProxyNewIP, index$c_ETypeProxyProvider as ETypeProxyProvider, index$c_ETypeRatioImage as ETypeRatioImage, index$c_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$c_ETypeSheetWorkPin as ETypeSheetWorkPin, index$c_ETypeSocial as ETypeSocial, index$c_ETypeSocialChangeInfoThreads as ETypeSocialChangeInfoThreads, index$c_ETypeSocialCreateNew as ETypeSocialCreateNew, index$c_ETypeTaskID as ETypeTaskID, index$c_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage, index$g as Lark, index$f as SheetTool, index$e as Status, index$d as Types };
1922
+ export { index$i as AI, index$h as Base, index$c_EAIModelContent as EAIModelContent, index$c_EAIModelImage as EAIModelImage, index$c_EAIModelVoice as EAIModelVoice, index$c_EAIVersionGPT as EAIVersionGPT, index$c_EAIVersionImage as EAIVersionImage, index$c_EAIVersionPerplexity as EAIVersionPerplexity, index$c_EAIVersionVoice as EAIVersionVoice, index$c_EDayOfWeek as EDayOfWeek, index$c_EDeviceResetTime as EDeviceResetTime, index$c_EEmailTagType as EEmailTagType, index$c_EFile as EFile, index$c_EFolderImageAI as EFolderImageAI, index$c_EGender as EGender, index$c_EHaveData as EHaveData, index$c_EInputTypeFilter as EInputTypeFilter, index$c_ELarkNotiAccountTool as ELarkNotiAccountTool, index$c_ELarkNotiBase as ELarkNotiBase, index$c_ELarkNotiCreateNew as ELarkNotiCreateNew, index$c_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$c_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$c_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$c_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$c_ELarkNotiSocialImport as ELarkNotiSocialImport, index$c_ELarkNotiToolDevice as ELarkNotiToolDevice, index$c_ELarkObject as ELarkObject, index$c_ELarkTypeNotification as ELarkTypeNotification, index$c_EObjectName as EObjectName, index$c_EPositionUser as EPositionUser, index$c_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolStatus as ESheetToolStatus, index$c_ESheetToolStatusImport as ESheetToolStatusImport, index$c_ESheetToolStatusRun as ESheetToolStatusRun, index$c_ESheetToolThreads as ESheetToolThreads, index$c_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$c_EStatusAccountAI as EStatusAccountAI, index$c_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$c_EStatusAccountCanva as EStatusAccountCanva, index$c_EStatusAccountDrive as EStatusAccountDrive, index$c_EStatusAccountSocial as EStatusAccountSocial, index$c_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$c_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$c_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$c_EStatusAccountSocialRun as EStatusAccountSocialRun, index$c_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$c_EStatusAccountSocialSync as EStatusAccountSocialSync, index$c_EStatusAccountTypeChangeInfoInstagram as EStatusAccountTypeChangeInfoInstagram, index$c_EStatusAccountTypeChangeInfoThreads as EStatusAccountTypeChangeInfoThreads, index$c_EStatusAccountVPN as EStatusAccountVPN, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_EStatusChangeInfo as EStatusChangeInfo, index$c_EStatusChannel as EStatusChannel, index$c_EStatusCommon as EStatusCommon, index$c_EStatusCreateNew as EStatusCreateNew, index$c_EStatusDevice as EStatusDevice, index$c_EStatusDeviceChangeName as EStatusDeviceChangeName, index$c_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$c_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$c_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$c_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$c_EStatusDeviceLog as EStatusDeviceLog, index$c_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$c_EStatusDeviceReplace as EStatusDeviceReplace, index$c_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$c_EStatusDeviceSetup as EStatusDeviceSetup, index$c_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$c_EStatusDeviceSync as EStatusDeviceSync, index$c_EStatusEmail as EStatusEmail, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusLark as EStatusLark, index$c_EStatusMailWork as EStatusMailWork, index$c_EStatusPC as EStatusPC, index$c_EStatusProxyChecked as EStatusProxyChecked, index$c_EStatusProxyNewIP as EStatusProxyNewIP, index$c_EStatusRole as EStatusRole, index$c_EStatusSheetWork as EStatusSheetWork, index$c_EStatusSocialAccountRaw as EStatusSocialAccountRaw, index$c_EStatusTaskAIContent as EStatusTaskAIContent, index$c_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$c_EStatusTaskCanva as EStatusTaskCanva, index$c_EStatusTaskImage as EStatusTaskImage, index$c_EStatusTaskJob as EStatusTaskJob, index$c_EStatusTaskJobGroup as EStatusTaskJobGroup, index$c_EStatusTaskScript as EStatusTaskScript, index$c_EStatusTaskToolSocials as EStatusTaskToolSocials, index$c_EStatusTaskVoice as EStatusTaskVoice, index$c_EStatusTeam as EStatusTeam, index$c_EStatusUser as EStatusUser, index$c_EStatusVPS as EStatusVPS, index$c_EStatusVPSReplace as EStatusVPSReplace, index$c_ETimeZone as ETimeZone, index$c_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$c_ETypeAccountVPN as ETypeAccountVPN, index$c_ETypeCanva as ETypeCanva, index$c_ETypeColumnManagerWork as ETypeColumnManagerWork, index$c_ETypeDevice as ETypeDevice, index$c_ETypeDeviceLog as ETypeDeviceLog, index$c_ETypeDeviceOS as ETypeDeviceOS, index$c_ETypeExport as ETypeExport, index$c_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$c_ETypeManagerWorkType as ETypeManagerWorkType, index$c_ETypePin as ETypePin, index$c_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$c_ETypeProxy as ETypeProxy, index$c_ETypeProxyChecked as ETypeProxyChecked, index$c_ETypeProxyCountry as ETypeProxyCountry, index$c_ETypeProxyNewIP as ETypeProxyNewIP, index$c_ETypeProxyProvider as ETypeProxyProvider, index$c_ETypeRatioImage as ETypeRatioImage, index$c_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$c_ETypeSheetWorkPin as ETypeSheetWorkPin, index$c_ETypeSocial as ETypeSocial, index$c_ETypeSocialChangeInfoThreads as ETypeSocialChangeInfoThreads, index$c_ETypeSocialCreateNew as ETypeSocialCreateNew, index$c_ETypeTaskID as ETypeTaskID, index$c_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage, index$g as Lark, index$f as SheetTool, index$e as Status, index$d as Types };
1911
1923
  }
1912
1924
 
1913
1925
  type TFilter = 'direct' | 'ref';
@@ -2974,11 +2986,13 @@ interface FilterThreadsHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseAcc
2974
2986
  }
2975
2987
 
2976
2988
  interface FindOverviewThreadsHistoryCreateNewDto {
2977
- totalAccounts: number;
2978
- totalPC: number;
2979
- totalLeader: number;
2989
+ totalDepartments: number;
2990
+ totalLeaders: number;
2980
2991
  totalMembers: number;
2992
+ totalTeams: number;
2993
+ totalPC: number;
2981
2994
  totalAccountGroups: number;
2995
+ totalAccounts: number;
2982
2996
  totalIdea: number;
2983
2997
  totalNiche: number;
2984
2998
  totalType: {
@@ -2986,10 +3000,16 @@ interface FindOverviewThreadsHistoryCreateNewDto {
2986
3000
  TM: number;
2987
3001
  NTM: number;
2988
3002
  };
2989
- totalDevice: {
2990
- total: number;
2991
- android: number;
2992
- ios: number;
3003
+ totalSocial: {
3004
+ active: number;
3005
+ pending: number;
3006
+ inactive: number;
3007
+ suspended: number;
3008
+ };
3009
+ totalLogin: {
3010
+ available: number;
3011
+ unAvailable: number;
3012
+ na: number;
2993
3013
  };
2994
3014
  }
2995
3015
  interface FindThreadsHistoryCreateNewDto extends IFindBaseDto, IThreadsHistoryCreateNew {
@@ -3528,63 +3548,14 @@ interface FindOverViewThreadsAccountDto {
3528
3548
  totalDepartments: number;
3529
3549
  }
3530
3550
 
3531
- interface FindThreadsHistoryAutoPostDto extends IFindBaseDto, IThreadsHistoryAutoPost {
3532
- deviceInfo: {
3533
- deviceKey: string;
3534
- deviceName: string;
3535
- deviceType: string;
3536
- deviceTypeAppClone: string;
3537
- deviceNameAppClone: string;
3538
- nameAppClone: string;
3539
- };
3540
- accountUsername: string;
3541
- accountFullName: string;
3542
- idea: {
3543
- id: string;
3544
- name: string;
3545
- };
3546
- niche: {
3547
- id: string;
3548
- name: string;
3549
- };
3550
- type: ETypeManagerWorkClassify;
3551
- pc: {
3552
- id: string;
3553
- name: string;
3554
- };
3555
- device: {
3556
- id: string;
3557
- name: string;
3558
- };
3559
- accountGroup: {
3560
- id: string;
3561
- name: string;
3562
- };
3563
- accountInfo: {
3564
- id: string;
3565
- name: string;
3566
- nameAppCloneSocial: string;
3567
- accountDeviceTypeAppClone: string;
3568
- accountDeviceNameAppClone: string;
3569
- };
3570
- }
3571
- interface FilterThreadsHistoryAutoPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
3572
- idea: string[];
3573
- niche: string[];
3574
- type: ETypeManagerWorkClassify[];
3575
- pc: string[];
3576
- device: string[];
3577
- accountGroup: string[];
3578
- account: string[];
3579
- sheetName: string[];
3580
- }
3581
-
3582
3551
  interface FindOverViewThreadsReportPostDto {
3583
- totalAccounts: number;
3584
- totalPC: number;
3585
- totalLeader: number;
3552
+ totalDepartments: number;
3553
+ totalLeaders: number;
3586
3554
  totalMembers: number;
3555
+ totalTeams: number;
3556
+ totalPC: number;
3587
3557
  totalAccountGroups: number;
3558
+ totalAccounts: number;
3588
3559
  totalIdea: number;
3589
3560
  totalNiche: number;
3590
3561
  totalType: {
@@ -3592,14 +3563,21 @@ interface FindOverViewThreadsReportPostDto {
3592
3563
  TM: number;
3593
3564
  NTM: number;
3594
3565
  };
3595
- totalDevice: {
3596
- total: number;
3597
- android: number;
3598
- ios: number;
3566
+ totalSocial: {
3567
+ active: number;
3568
+ pending: number;
3569
+ inactive: number;
3570
+ suspended: number;
3571
+ };
3572
+ totalLogin: {
3573
+ available: number;
3574
+ unAvailable: number;
3575
+ na: number;
3599
3576
  };
3600
- totalPost: {
3577
+ totalStatusPost: {
3601
3578
  done: number;
3602
3579
  error: number;
3580
+ pending: number;
3603
3581
  unknown: number;
3604
3582
  };
3605
3583
  }
@@ -3618,11 +3596,13 @@ interface FilterThreadsReportPostDto extends IFilterBaseDto, IFilterBaseAccountS
3618
3596
  }
3619
3597
 
3620
3598
  interface FindOverViewThreadsReportInteractFollowDto {
3621
- totalAccounts: number;
3622
- totalPC: number;
3623
- totalLeader: number;
3599
+ totalDepartments: number;
3600
+ totalLeaders: number;
3624
3601
  totalMembers: number;
3602
+ totalTeams: number;
3603
+ totalPC: number;
3625
3604
  totalAccountGroups: number;
3605
+ totalAccounts: number;
3626
3606
  totalIdea: number;
3627
3607
  totalNiche: number;
3628
3608
  totalType: {
@@ -3630,10 +3610,16 @@ interface FindOverViewThreadsReportInteractFollowDto {
3630
3610
  TM: number;
3631
3611
  NTM: number;
3632
3612
  };
3633
- totalDevice: {
3634
- total: number;
3635
- android: number;
3636
- ios: number;
3613
+ totalSocial: {
3614
+ active: number;
3615
+ pending: number;
3616
+ inactive: number;
3617
+ suspended: number;
3618
+ };
3619
+ totalLogin: {
3620
+ available: number;
3621
+ unAvailable: number;
3622
+ na: number;
3637
3623
  };
3638
3624
  totalInteract: {
3639
3625
  done: number;
@@ -3656,11 +3642,13 @@ interface FilterThreadsReportInteractFollowDto extends IFilterBaseDto, IFilterBa
3656
3642
  }
3657
3643
 
3658
3644
  interface FindOverViewThreadsReportInteractUnFollowDto {
3659
- totalAccounts: number;
3660
- totalPC: number;
3661
- totalLeader: number;
3645
+ totalDepartments: number;
3646
+ totalLeaders: number;
3662
3647
  totalMembers: number;
3648
+ totalTeams: number;
3649
+ totalPC: number;
3663
3650
  totalAccountGroups: number;
3651
+ totalAccounts: number;
3664
3652
  totalIdea: number;
3665
3653
  totalNiche: number;
3666
3654
  totalType: {
@@ -3668,10 +3656,16 @@ interface FindOverViewThreadsReportInteractUnFollowDto {
3668
3656
  TM: number;
3669
3657
  NTM: number;
3670
3658
  };
3671
- totalDevice: {
3672
- total: number;
3673
- android: number;
3674
- ios: number;
3659
+ totalSocial: {
3660
+ active: number;
3661
+ pending: number;
3662
+ inactive: number;
3663
+ suspended: number;
3664
+ };
3665
+ totalLogin: {
3666
+ available: number;
3667
+ unAvailable: number;
3668
+ na: number;
3675
3669
  };
3676
3670
  totalInteract: {
3677
3671
  done: number;
@@ -3694,11 +3688,13 @@ interface FilterThreadsReportInteractUnFollowDto extends IFilterBaseDto, IFilter
3694
3688
  }
3695
3689
 
3696
3690
  interface FindOverViewThreadsReportInteractReplyCommentDto {
3697
- totalAccounts: number;
3698
- totalPC: number;
3699
- totalLeader: number;
3691
+ totalDepartments: number;
3692
+ totalLeaders: number;
3700
3693
  totalMembers: number;
3694
+ totalTeams: number;
3695
+ totalPC: number;
3701
3696
  totalAccountGroups: number;
3697
+ totalAccounts: number;
3702
3698
  totalIdea: number;
3703
3699
  totalNiche: number;
3704
3700
  totalType: {
@@ -3706,10 +3702,16 @@ interface FindOverViewThreadsReportInteractReplyCommentDto {
3706
3702
  TM: number;
3707
3703
  NTM: number;
3708
3704
  };
3709
- totalDevice: {
3710
- total: number;
3711
- android: number;
3712
- ios: number;
3705
+ totalSocial: {
3706
+ active: number;
3707
+ pending: number;
3708
+ inactive: number;
3709
+ suspended: number;
3710
+ };
3711
+ totalLogin: {
3712
+ available: number;
3713
+ unAvailable: number;
3714
+ na: number;
3713
3715
  };
3714
3716
  totalInteract: {
3715
3717
  done: number;
@@ -3732,11 +3734,13 @@ interface FilterThreadsReportInteractReplyCommentDto extends IFilterBaseDto, IFi
3732
3734
  }
3733
3735
 
3734
3736
  interface FindOverViewThreadsReportInteractReplyMessageDto {
3735
- totalAccounts: number;
3736
- totalPC: number;
3737
- totalLeader: number;
3737
+ totalDepartments: number;
3738
+ totalLeaders: number;
3738
3739
  totalMembers: number;
3740
+ totalTeams: number;
3741
+ totalPC: number;
3739
3742
  totalAccountGroups: number;
3743
+ totalAccounts: number;
3740
3744
  totalIdea: number;
3741
3745
  totalNiche: number;
3742
3746
  totalType: {
@@ -3744,10 +3748,16 @@ interface FindOverViewThreadsReportInteractReplyMessageDto {
3744
3748
  TM: number;
3745
3749
  NTM: number;
3746
3750
  };
3747
- totalDevice: {
3748
- total: number;
3749
- android: number;
3750
- ios: number;
3751
+ totalSocial: {
3752
+ active: number;
3753
+ pending: number;
3754
+ inactive: number;
3755
+ suspended: number;
3756
+ };
3757
+ totalLogin: {
3758
+ available: number;
3759
+ unAvailable: number;
3760
+ na: number;
3751
3761
  };
3752
3762
  totalInteract: {
3753
3763
  done: number;
@@ -3770,11 +3780,13 @@ interface FilterThreadsReportInteractReplyMessageDto extends IFilterBaseDto, IFi
3770
3780
  }
3771
3781
 
3772
3782
  interface FindOverViewThreadsSettingPostDto {
3773
- totalAccounts: number;
3774
- totalPC: number;
3775
- totalLeader: number;
3783
+ totalDepartments: number;
3784
+ totalLeaders: number;
3776
3785
  totalMembers: number;
3786
+ totalTeams: number;
3787
+ totalPC: number;
3777
3788
  totalAccountGroups: number;
3789
+ totalAccounts: number;
3778
3790
  totalIdea: number;
3779
3791
  totalNiche: number;
3780
3792
  totalType: {
@@ -3782,13 +3794,21 @@ interface FindOverViewThreadsSettingPostDto {
3782
3794
  TM: number;
3783
3795
  NTM: number;
3784
3796
  };
3785
- totalDevice: {
3786
- total: number;
3787
- android: number;
3788
- ios: number;
3797
+ totalSocial: {
3798
+ active: number;
3799
+ pending: number;
3800
+ inactive: number;
3801
+ suspended: number;
3802
+ };
3803
+ totalLogin: {
3804
+ available: number;
3805
+ unAvailable: number;
3806
+ na: number;
3807
+ };
3808
+ totalStatus: {
3809
+ active: number;
3810
+ inactive: number;
3789
3811
  };
3790
- statusActive: number;
3791
- statusInactive: number;
3792
3812
  }
3793
3813
  interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
3794
3814
  idea: {
@@ -3833,11 +3853,13 @@ interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccount
3833
3853
  }
3834
3854
 
3835
3855
  interface FindOverViewThreadsSettingInteractFollowDto {
3836
- totalAccounts: number;
3837
- totalPC: number;
3838
- totalLeader: number;
3856
+ totalDepartments: number;
3857
+ totalLeaders: number;
3839
3858
  totalMembers: number;
3859
+ totalTeams: number;
3860
+ totalPC: number;
3840
3861
  totalAccountGroups: number;
3862
+ totalAccounts: number;
3841
3863
  totalIdea: number;
3842
3864
  totalNiche: number;
3843
3865
  totalType: {
@@ -3845,13 +3867,21 @@ interface FindOverViewThreadsSettingInteractFollowDto {
3845
3867
  TM: number;
3846
3868
  NTM: number;
3847
3869
  };
3848
- totalDevice: {
3849
- total: number;
3850
- android: number;
3851
- ios: number;
3870
+ totalSocial: {
3871
+ active: number;
3872
+ pending: number;
3873
+ inactive: number;
3874
+ suspended: number;
3875
+ };
3876
+ totalLogin: {
3877
+ available: number;
3878
+ unAvailable: number;
3879
+ na: number;
3880
+ };
3881
+ totalStatus: {
3882
+ active: number;
3883
+ inactive: number;
3852
3884
  };
3853
- statusActive: number;
3854
- statusInactive: number;
3855
3885
  }
3856
3886
  interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSettingInteractFollow {
3857
3887
  idea: {
@@ -3896,11 +3926,13 @@ interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterB
3896
3926
  }
3897
3927
 
3898
3928
  interface FindOverViewThreadsSettingInteractUnFollowDto {
3899
- totalAccounts: number;
3900
- totalPC: number;
3901
- totalLeader: number;
3929
+ totalDepartments: number;
3930
+ totalLeaders: number;
3902
3931
  totalMembers: number;
3932
+ totalTeams: number;
3933
+ totalPC: number;
3903
3934
  totalAccountGroups: number;
3935
+ totalAccounts: number;
3904
3936
  totalIdea: number;
3905
3937
  totalNiche: number;
3906
3938
  totalType: {
@@ -3908,13 +3940,21 @@ interface FindOverViewThreadsSettingInteractUnFollowDto {
3908
3940
  TM: number;
3909
3941
  NTM: number;
3910
3942
  };
3911
- totalDevice: {
3912
- total: number;
3913
- android: number;
3914
- ios: number;
3943
+ totalSocial: {
3944
+ active: number;
3945
+ pending: number;
3946
+ inactive: number;
3947
+ suspended: number;
3948
+ };
3949
+ totalLogin: {
3950
+ available: number;
3951
+ unAvailable: number;
3952
+ na: number;
3953
+ };
3954
+ totalStatus: {
3955
+ active: number;
3956
+ inactive: number;
3915
3957
  };
3916
- statusActive: number;
3917
- statusInactive: number;
3918
3958
  }
3919
3959
  interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSettingInteractUnFollow {
3920
3960
  idea: {
@@ -3959,11 +3999,13 @@ interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilte
3959
3999
  }
3960
4000
 
3961
4001
  interface FindOverViewThreadsSettingInteractReplyCommentDto {
3962
- totalAccounts: number;
3963
- totalPC: number;
3964
- totalLeader: number;
4002
+ totalDepartments: number;
4003
+ totalLeaders: number;
3965
4004
  totalMembers: number;
4005
+ totalTeams: number;
4006
+ totalPC: number;
3966
4007
  totalAccountGroups: number;
4008
+ totalAccounts: number;
3967
4009
  totalIdea: number;
3968
4010
  totalNiche: number;
3969
4011
  totalType: {
@@ -3971,13 +4013,21 @@ interface FindOverViewThreadsSettingInteractReplyCommentDto {
3971
4013
  TM: number;
3972
4014
  NTM: number;
3973
4015
  };
3974
- totalDevice: {
3975
- total: number;
3976
- android: number;
3977
- ios: number;
4016
+ totalSocial: {
4017
+ active: number;
4018
+ pending: number;
4019
+ inactive: number;
4020
+ suspended: number;
4021
+ };
4022
+ totalLogin: {
4023
+ available: number;
4024
+ unAvailable: number;
4025
+ na: number;
4026
+ };
4027
+ totalStatus: {
4028
+ active: number;
4029
+ inactive: number;
3978
4030
  };
3979
- statusActive: number;
3980
- statusInactive: number;
3981
4031
  }
3982
4032
  interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThreadsSettingInteractReplyComment {
3983
4033
  idea: {
@@ -4022,11 +4072,13 @@ interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IF
4022
4072
  }
4023
4073
 
4024
4074
  interface FindOverViewThreadsSettingInteractReplyMessageDto {
4025
- totalAccounts: number;
4026
- totalPC: number;
4027
- totalLeader: number;
4075
+ totalDepartments: number;
4076
+ totalLeaders: number;
4028
4077
  totalMembers: number;
4078
+ totalTeams: number;
4079
+ totalPC: number;
4029
4080
  totalAccountGroups: number;
4081
+ totalAccounts: number;
4030
4082
  totalIdea: number;
4031
4083
  totalNiche: number;
4032
4084
  totalType: {
@@ -4034,13 +4086,21 @@ interface FindOverViewThreadsSettingInteractReplyMessageDto {
4034
4086
  TM: number;
4035
4087
  NTM: number;
4036
4088
  };
4037
- totalDevice: {
4038
- total: number;
4039
- android: number;
4040
- ios: number;
4089
+ totalSocial: {
4090
+ active: number;
4091
+ pending: number;
4092
+ inactive: number;
4093
+ suspended: number;
4094
+ };
4095
+ totalLogin: {
4096
+ available: number;
4097
+ unAvailable: number;
4098
+ na: number;
4099
+ };
4100
+ totalStatus: {
4101
+ active: number;
4102
+ inactive: number;
4041
4103
  };
4042
- statusActive: number;
4043
- statusInactive: number;
4044
4104
  }
4045
4105
  interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThreadsSettingInteractReplyMessage {
4046
4106
  idea: {
@@ -4085,11 +4145,13 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, IF
4085
4145
  }
4086
4146
 
4087
4147
  interface FindOverViewTaskThreadsPostDto {
4088
- totalAccounts: number;
4089
- totalPC: number;
4090
- totalLeader: number;
4148
+ totalDepartments: number;
4149
+ totalLeaders: number;
4091
4150
  totalMembers: number;
4151
+ totalTeams: number;
4152
+ totalPC: number;
4092
4153
  totalAccountGroups: number;
4154
+ totalAccounts: number;
4093
4155
  totalIdea: number;
4094
4156
  totalNiche: number;
4095
4157
  totalType: {
@@ -4097,10 +4159,16 @@ interface FindOverViewTaskThreadsPostDto {
4097
4159
  TM: number;
4098
4160
  NTM: number;
4099
4161
  };
4100
- totalDevice: {
4101
- total: number;
4102
- android: number;
4103
- ios: number;
4162
+ totalSocial: {
4163
+ active: number;
4164
+ pending: number;
4165
+ inactive: number;
4166
+ suspended: number;
4167
+ };
4168
+ totalLogin: {
4169
+ available: number;
4170
+ unAvailable: number;
4171
+ na: number;
4104
4172
  };
4105
4173
  totalTasks: {
4106
4174
  pending: number;
@@ -4141,11 +4209,13 @@ interface FilterTaskThreadsPostDto extends IFilterBaseDto, IFilterBaseAccountSoc
4141
4209
  }
4142
4210
 
4143
4211
  interface FindOverViewTaskThreadsFollowDto {
4144
- totalAccounts: number;
4145
- totalPC: number;
4146
- totalLeader: number;
4147
- totalMembers: number;
4212
+ totalDepartments: number;
4213
+ totalLeaders: number;
4214
+ totalMembers: number;
4215
+ totalTeams: number;
4216
+ totalPC: number;
4148
4217
  totalAccountGroups: number;
4218
+ totalAccounts: number;
4149
4219
  totalIdea: number;
4150
4220
  totalNiche: number;
4151
4221
  totalType: {
@@ -4153,10 +4223,16 @@ interface FindOverViewTaskThreadsFollowDto {
4153
4223
  TM: number;
4154
4224
  NTM: number;
4155
4225
  };
4156
- totalDevice: {
4157
- total: number;
4158
- android: number;
4159
- ios: number;
4226
+ totalSocial: {
4227
+ active: number;
4228
+ pending: number;
4229
+ inactive: number;
4230
+ suspended: number;
4231
+ };
4232
+ totalLogin: {
4233
+ available: number;
4234
+ unAvailable: number;
4235
+ na: number;
4160
4236
  };
4161
4237
  totalTasks: {
4162
4238
  pending: number;
@@ -4185,11 +4261,13 @@ interface FilterTaskThreadsFollowDto extends IFilterBaseDto, IFilterBaseAccountS
4185
4261
  }
4186
4262
 
4187
4263
  interface FindOverViewTaskThreadsReplyCommentDto {
4188
- totalAccounts: number;
4189
- totalPC: number;
4190
- totalLeader: number;
4264
+ totalDepartments: number;
4265
+ totalLeaders: number;
4191
4266
  totalMembers: number;
4267
+ totalTeams: number;
4268
+ totalPC: number;
4192
4269
  totalAccountGroups: number;
4270
+ totalAccounts: number;
4193
4271
  totalIdea: number;
4194
4272
  totalNiche: number;
4195
4273
  totalType: {
@@ -4197,10 +4275,16 @@ interface FindOverViewTaskThreadsReplyCommentDto {
4197
4275
  TM: number;
4198
4276
  NTM: number;
4199
4277
  };
4200
- totalDevice: {
4201
- total: number;
4202
- android: number;
4203
- ios: number;
4278
+ totalSocial: {
4279
+ active: number;
4280
+ pending: number;
4281
+ inactive: number;
4282
+ suspended: number;
4283
+ };
4284
+ totalLogin: {
4285
+ available: number;
4286
+ unAvailable: number;
4287
+ na: number;
4204
4288
  };
4205
4289
  totalTasks: {
4206
4290
  pending: number;
@@ -4229,11 +4313,13 @@ interface FilterTaskThreadsReplyCommentDto extends IFilterBaseDto, IFilterBaseAc
4229
4313
  }
4230
4314
 
4231
4315
  interface FindOverViewTaskThreadsReplyMessageDto {
4232
- totalAccounts: number;
4233
- totalPC: number;
4234
- totalLeader: number;
4316
+ totalDepartments: number;
4317
+ totalLeaders: number;
4235
4318
  totalMembers: number;
4319
+ totalTeams: number;
4320
+ totalPC: number;
4236
4321
  totalAccountGroups: number;
4322
+ totalAccounts: number;
4237
4323
  totalIdea: number;
4238
4324
  totalNiche: number;
4239
4325
  totalType: {
@@ -4241,10 +4327,16 @@ interface FindOverViewTaskThreadsReplyMessageDto {
4241
4327
  TM: number;
4242
4328
  NTM: number;
4243
4329
  };
4244
- totalDevice: {
4245
- total: number;
4246
- android: number;
4247
- ios: number;
4330
+ totalSocial: {
4331
+ active: number;
4332
+ pending: number;
4333
+ inactive: number;
4334
+ suspended: number;
4335
+ };
4336
+ totalLogin: {
4337
+ available: number;
4338
+ unAvailable: number;
4339
+ na: number;
4248
4340
  };
4249
4341
  totalTasks: {
4250
4342
  pending: number;
@@ -4822,11 +4914,13 @@ interface IInstagramAccountRun extends IBaseModel, ITrackingModel<IUser> {
4822
4914
  }
4823
4915
 
4824
4916
  interface FindOverviewInstagramHistoryAutoSyncDto {
4825
- totalAccounts: number;
4826
- totalPC: number;
4827
- totalLeader: number;
4917
+ totalDepartments: number;
4918
+ totalLeaders: number;
4828
4919
  totalMembers: number;
4920
+ totalTeams: number;
4921
+ totalPC: number;
4829
4922
  totalAccountGroups: number;
4923
+ totalAccounts: number;
4830
4924
  totalIdea: number;
4831
4925
  totalNiche: number;
4832
4926
  totalType: {
@@ -4834,10 +4928,16 @@ interface FindOverviewInstagramHistoryAutoSyncDto {
4834
4928
  TM: number;
4835
4929
  NTM: number;
4836
4930
  };
4837
- totalDevice: {
4838
- total: number;
4839
- android: number;
4840
- ios: number;
4931
+ totalSocial: {
4932
+ active: number;
4933
+ pending: number;
4934
+ inactive: number;
4935
+ suspended: number;
4936
+ };
4937
+ totalLogin: {
4938
+ available: number;
4939
+ unAvailable: number;
4940
+ na: number;
4841
4941
  };
4842
4942
  }
4843
4943
  interface FindInstagramHistoryAutoSyncDto extends IFindBaseDto, IInstagramHistoryAutoSync {
@@ -4904,11 +5004,13 @@ interface FilterInstagramHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseA
4904
5004
  }
4905
5005
 
4906
5006
  interface FindOverviewInstagramHistoryChangeInfoDto {
4907
- totalAccounts: number;
4908
- totalPC: number;
4909
- totalLeader: number;
5007
+ totalDepartments: number;
5008
+ totalLeaders: number;
4910
5009
  totalMembers: number;
5010
+ totalTeams: number;
5011
+ totalPC: number;
4911
5012
  totalAccountGroups: number;
5013
+ totalAccounts: number;
4912
5014
  totalIdea: number;
4913
5015
  totalNiche: number;
4914
5016
  totalType: {
@@ -4916,10 +5018,16 @@ interface FindOverviewInstagramHistoryChangeInfoDto {
4916
5018
  TM: number;
4917
5019
  NTM: number;
4918
5020
  };
4919
- totalDevice: {
4920
- total: number;
4921
- android: number;
4922
- ios: number;
5021
+ totalSocial: {
5022
+ active: number;
5023
+ pending: number;
5024
+ inactive: number;
5025
+ suspended: number;
5026
+ };
5027
+ totalLogin: {
5028
+ available: number;
5029
+ unAvailable: number;
5030
+ na: number;
4923
5031
  };
4924
5032
  }
4925
5033
  interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHistoryChangeInfo {
@@ -5046,11 +5154,13 @@ interface FilterInstagramHistoryChangeInfoDto extends IFilterBaseDto, IFilterBas
5046
5154
  }
5047
5155
 
5048
5156
  interface FindOverviewInstagramHistoryCreateNewDto {
5049
- totalAccounts: number;
5050
- totalPC: number;
5051
- totalLeader: number;
5157
+ totalDepartments: number;
5158
+ totalLeaders: number;
5052
5159
  totalMembers: number;
5160
+ totalTeams: number;
5161
+ totalPC: number;
5053
5162
  totalAccountGroups: number;
5163
+ totalAccounts: number;
5054
5164
  totalIdea: number;
5055
5165
  totalNiche: number;
5056
5166
  totalType: {
@@ -5058,10 +5168,16 @@ interface FindOverviewInstagramHistoryCreateNewDto {
5058
5168
  TM: number;
5059
5169
  NTM: number;
5060
5170
  };
5061
- totalDevice: {
5062
- total: number;
5063
- android: number;
5064
- ios: number;
5171
+ totalSocial: {
5172
+ active: number;
5173
+ pending: number;
5174
+ inactive: number;
5175
+ suspended: number;
5176
+ };
5177
+ totalLogin: {
5178
+ available: number;
5179
+ unAvailable: number;
5180
+ na: number;
5065
5181
  };
5066
5182
  }
5067
5183
  interface FindInstagramHistoryCreateNewDto extends IFindBaseDto, IInstagramHistoryCreateNew {
@@ -5135,11 +5251,13 @@ interface FilterInstagramHistoryCreateNewDto extends IFilterBaseDto, IFilterBase
5135
5251
  }
5136
5252
 
5137
5253
  interface FindOverviewInstagramHistoryGroupDto {
5138
- totalAccounts: number;
5139
- totalPC: number;
5140
- totalLeader: number;
5254
+ totalDepartments: number;
5255
+ totalLeaders: number;
5141
5256
  totalMembers: number;
5257
+ totalTeams: number;
5258
+ totalPC: number;
5142
5259
  totalAccountGroups: number;
5260
+ totalAccounts: number;
5143
5261
  totalIdea: number;
5144
5262
  totalNiche: number;
5145
5263
  totalType: {
@@ -5147,10 +5265,16 @@ interface FindOverviewInstagramHistoryGroupDto {
5147
5265
  TM: number;
5148
5266
  NTM: number;
5149
5267
  };
5150
- totalDevice: {
5151
- total: number;
5152
- android: number;
5153
- ios: number;
5268
+ totalSocial: {
5269
+ active: number;
5270
+ pending: number;
5271
+ inactive: number;
5272
+ suspended: number;
5273
+ };
5274
+ totalLogin: {
5275
+ available: number;
5276
+ unAvailable: number;
5277
+ na: number;
5154
5278
  };
5155
5279
  }
5156
5280
  interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGroup {
@@ -5723,12 +5847,14 @@ interface FindOverViewInstagramAccountRunDto {
5723
5847
  totalDepartments: number;
5724
5848
  }
5725
5849
 
5726
- interface FindOverviewInstagramHistoryFollowDto {
5727
- totalAccounts: number;
5728
- totalPC: number;
5729
- totalLeader: number;
5850
+ interface FindOverViewInstagramReportPostHighLightDto {
5851
+ totalDepartments: number;
5852
+ totalLeaders: number;
5730
5853
  totalMembers: number;
5854
+ totalTeams: number;
5855
+ totalPC: number;
5731
5856
  totalAccountGroups: number;
5857
+ totalAccounts: number;
5732
5858
  totalIdea: number;
5733
5859
  totalNiche: number;
5734
5860
  totalType: {
@@ -5736,54 +5862,25 @@ interface FindOverviewInstagramHistoryFollowDto {
5736
5862
  TM: number;
5737
5863
  NTM: number;
5738
5864
  };
5739
- totalDevice: {
5740
- total: number;
5741
- android: number;
5742
- ios: number;
5743
- };
5744
- }
5745
- interface FindInstagramHistoryFollowDto extends IFindBaseDto, IInstagramHistoryFollow {
5746
- deviceInfo: {
5747
- deviceKey: string;
5748
- deviceName: string;
5749
- deviceType: string;
5750
- deviceTypeAppClone: string;
5751
- deviceNameAppClone: string;
5752
- nameAppClone: string;
5753
- };
5754
- accountUsername: string;
5755
- accountFullName: string;
5756
- idea: {
5757
- id: string;
5758
- name: string;
5759
- };
5760
- niche: {
5761
- id: string;
5762
- name: string;
5763
- };
5764
- type: ETypeManagerWorkClassify;
5765
- pc: {
5766
- id: string;
5767
- name: string;
5768
- };
5769
- device: {
5770
- id: string;
5771
- name: string;
5865
+ totalSocial: {
5866
+ active: number;
5867
+ pending: number;
5868
+ inactive: number;
5869
+ suspended: number;
5772
5870
  };
5773
- accountGroup: {
5774
- id: string;
5775
- name: string;
5871
+ totalLogin: {
5872
+ available: number;
5873
+ unAvailable: number;
5874
+ na: number;
5776
5875
  };
5777
- accountInfo: {
5778
- id: string;
5779
- name: string;
5780
- nameAppCloneSocial: string;
5781
- accountDeviceTypeAppClone: string;
5782
- accountDeviceNameAppClone: string;
5876
+ totalStatusPost: {
5877
+ done: number;
5878
+ error: number;
5879
+ pending: number;
5880
+ unknown: number;
5783
5881
  };
5784
- status: EStatusTaskScript;
5785
5882
  }
5786
- interface FilterInstagramHistoryFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5883
+ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5787
5884
  idea: string[];
5788
5885
  niche: string[];
5789
5886
  type: ETypeManagerWorkClassify[];
@@ -5792,17 +5889,24 @@ interface FilterInstagramHistoryFollowDto extends IFilterBaseDto, IFilterBaseAcc
5792
5889
  accountGroup: string[];
5793
5890
  account: string[];
5794
5891
  sheetName: string[];
5892
+ status: EStatusTaskScript[];
5893
+ timezone: ETimeZone[];
5894
+ listDateOfWeeks: EDayOfWeek[];
5895
+ typePost: string[];
5896
+ stylePost: string[];
5897
+ statusAccount: EStatusSocialAccountRaw[];
5898
+ statusLogin: EStatusAccountSocialLogin[];
5899
+ statusSheet: ESheetToolStatus[];
5795
5900
  }
5796
5901
 
5797
- interface FindOverviewInstagramHistoryAutoPostDto {
5798
- totalDone: number;
5799
- totalPending: number;
5800
- totalError: number;
5801
- totalAccounts: number;
5802
- totalPC: number;
5803
- totalLeader: number;
5902
+ interface FindOverViewInstagramReportPostNewDto {
5903
+ totalDepartments: number;
5904
+ totalLeaders: number;
5804
5905
  totalMembers: number;
5906
+ totalTeams: number;
5907
+ totalPC: number;
5805
5908
  totalAccountGroups: number;
5909
+ totalAccounts: number;
5806
5910
  totalIdea: number;
5807
5911
  totalNiche: number;
5808
5912
  totalType: {
@@ -5810,66 +5914,25 @@ interface FindOverviewInstagramHistoryAutoPostDto {
5810
5914
  TM: number;
5811
5915
  NTM: number;
5812
5916
  };
5813
- totalDevice: {
5814
- total: number;
5815
- android: number;
5816
- ios: number;
5817
- };
5818
- totalTypePost: {
5819
- square: number;
5820
- news: number;
5821
- reel: number;
5822
- story_highlight: number;
5823
- };
5824
- totalStylePost: {
5825
- video: number;
5826
- video_image: number;
5827
- link_video_image: number;
5828
- product_video_image: number;
5829
- };
5830
- }
5831
- interface FindInstagramHistoryAutoPostDto extends IFindBaseDto, IInstagramHistoryAutoPost {
5832
- deviceInfo: {
5833
- deviceKey: string;
5834
- deviceName: string;
5835
- deviceType: string;
5836
- deviceTypeAppClone: string;
5837
- deviceNameAppClone: string;
5838
- nameAppClone: string;
5839
- };
5840
- accountUsername: string;
5841
- accountFullName: string;
5842
- idea: {
5843
- id: string;
5844
- name: string;
5845
- };
5846
- niche: {
5847
- id: string;
5848
- name: string;
5849
- };
5850
- type: ETypeManagerWorkClassify;
5851
- pc: {
5852
- id: string;
5853
- name: string;
5854
- };
5855
- device: {
5856
- id: string;
5857
- name: string;
5917
+ totalSocial: {
5918
+ active: number;
5919
+ pending: number;
5920
+ inactive: number;
5921
+ suspended: number;
5858
5922
  };
5859
- accountGroup: {
5860
- id: string;
5861
- name: string;
5923
+ totalLogin: {
5924
+ available: number;
5925
+ unAvailable: number;
5926
+ na: number;
5862
5927
  };
5863
- accountInfo: {
5864
- id: string;
5865
- name: string;
5866
- nameAppCloneSocial: string;
5867
- accountDeviceTypeAppClone: string;
5868
- accountDeviceNameAppClone: string;
5928
+ totalStatusPost: {
5929
+ done: number;
5930
+ error: number;
5931
+ pending: number;
5932
+ unknown: number;
5869
5933
  };
5870
- status: EStatusTaskScript;
5871
5934
  }
5872
- interface FilterInstagramHistoryAutoPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5935
+ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5873
5936
  idea: string[];
5874
5937
  niche: string[];
5875
5938
  type: ETypeManagerWorkClassify[];
@@ -5878,14 +5941,24 @@ interface FilterInstagramHistoryAutoPostDto extends IFilterBaseDto, IFilterBaseA
5878
5941
  accountGroup: string[];
5879
5942
  account: string[];
5880
5943
  sheetName: string[];
5944
+ status: EStatusTaskScript[];
5945
+ timezone: ETimeZone[];
5946
+ listDateOfWeeks: EDayOfWeek[];
5947
+ typePost: string[];
5948
+ stylePost: string[];
5949
+ statusAccount: EStatusSocialAccountRaw[];
5950
+ statusLogin: EStatusAccountSocialLogin[];
5951
+ statusSheet: ESheetToolStatus[];
5881
5952
  }
5882
5953
 
5883
- interface FindOverviewInstagramHistoryBlockUserDto {
5884
- totalAccounts: number;
5885
- totalPC: number;
5886
- totalLeader: number;
5954
+ interface FindOverViewInstagramReportPostReelDto {
5955
+ totalDepartments: number;
5956
+ totalLeaders: number;
5887
5957
  totalMembers: number;
5958
+ totalTeams: number;
5959
+ totalPC: number;
5888
5960
  totalAccountGroups: number;
5961
+ totalAccounts: number;
5889
5962
  totalIdea: number;
5890
5963
  totalNiche: number;
5891
5964
  totalType: {
@@ -5893,161 +5966,21 @@ interface FindOverviewInstagramHistoryBlockUserDto {
5893
5966
  TM: number;
5894
5967
  NTM: number;
5895
5968
  };
5896
- totalDevice: {
5897
- total: number;
5898
- android: number;
5899
- ios: number;
5969
+ totalSocial: {
5970
+ active: number;
5971
+ pending: number;
5972
+ inactive: number;
5973
+ suspended: number;
5900
5974
  };
5901
- }
5902
- interface FindInstagramHistoryBlockUserDto extends IFindBaseDto, IInstagramHistoryBlockUser {
5903
- deviceInfo: {
5904
- deviceKey: string;
5905
- deviceName: string;
5906
- deviceType: string;
5907
- deviceTypeAppClone: string;
5908
- deviceNameAppClone: string;
5909
- nameAppClone: string;
5975
+ totalLogin: {
5976
+ available: number;
5977
+ unAvailable: number;
5978
+ na: number;
5910
5979
  };
5911
- accountUsername: string;
5912
- accountFullName: string;
5913
- idea: {
5914
- id: string;
5915
- name: string;
5916
- };
5917
- niche: {
5918
- id: string;
5919
- name: string;
5920
- };
5921
- type: ETypeManagerWorkClassify;
5922
- pc: {
5923
- id: string;
5924
- name: string;
5925
- };
5926
- device: {
5927
- id: string;
5928
- name: string;
5929
- };
5930
- accountGroup: {
5931
- id: string;
5932
- name: string;
5933
- };
5934
- accountInfo: {
5935
- id: string;
5936
- name: string;
5937
- nameAppCloneSocial: string;
5938
- accountDeviceTypeAppClone: string;
5939
- accountDeviceNameAppClone: string;
5940
- };
5941
- status: EStatusTaskScript;
5942
- }
5943
- interface FilterInstagramHistoryBlockUserDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5944
- idea: string[];
5945
- niche: string[];
5946
- type: ETypeManagerWorkClassify[];
5947
- pc: string[];
5948
- device: string[];
5949
- accountGroup: string[];
5950
- account: string[];
5951
- sheetName: string[];
5952
- }
5953
-
5954
- interface FindOverViewInstagramReportPostHighLightDto {
5955
- totalAccounts: number;
5956
- totalPC: number;
5957
- totalLeader: number;
5958
- totalMembers: number;
5959
- totalAccountGroups: number;
5960
- totalIdea: number;
5961
- totalNiche: number;
5962
- totalType: {
5963
- total: number;
5964
- TM: number;
5965
- NTM: number;
5966
- };
5967
- totalDevice: {
5968
- total: number;
5969
- android: number;
5970
- ios: number;
5971
- };
5972
- totalPost: {
5973
- done: number;
5974
- error: number;
5975
- unknown: number;
5976
- };
5977
- }
5978
- interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5979
- idea: string[];
5980
- niche: string[];
5981
- type: ETypeManagerWorkClassify[];
5982
- pc: string[];
5983
- device: string[];
5984
- accountGroup: string[];
5985
- account: string[];
5986
- sheetName: string[];
5987
- status: EStatusTaskScript[];
5988
- timezone: ETimeZone[];
5989
- listDateOfWeeks: EDayOfWeek[];
5990
- }
5991
-
5992
- interface FindOverViewInstagramReportPostNewDto {
5993
- totalAccounts: number;
5994
- totalPC: number;
5995
- totalLeader: number;
5996
- totalMembers: number;
5997
- totalAccountGroups: number;
5998
- totalIdea: number;
5999
- totalNiche: number;
6000
- totalType: {
6001
- total: number;
6002
- TM: number;
6003
- NTM: number;
6004
- };
6005
- totalDevice: {
6006
- total: number;
6007
- android: number;
6008
- ios: number;
6009
- };
6010
- totalPost: {
6011
- done: number;
6012
- error: number;
6013
- unknown: number;
6014
- };
6015
- }
6016
- interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
6017
- idea: string[];
6018
- niche: string[];
6019
- type: ETypeManagerWorkClassify[];
6020
- pc: string[];
6021
- device: string[];
6022
- accountGroup: string[];
6023
- account: string[];
6024
- sheetName: string[];
6025
- status: EStatusTaskScript[];
6026
- timezone: ETimeZone[];
6027
- listDateOfWeeks: EDayOfWeek[];
6028
- }
6029
-
6030
- interface FindOverViewInstagramReportPostReelDto {
6031
- totalAccounts: number;
6032
- totalPC: number;
6033
- totalLeader: number;
6034
- totalMembers: number;
6035
- totalAccountGroups: number;
6036
- totalIdea: number;
6037
- totalNiche: number;
6038
- totalType: {
6039
- total: number;
6040
- TM: number;
6041
- NTM: number;
6042
- };
6043
- totalDevice: {
6044
- total: number;
6045
- android: number;
6046
- ios: number;
6047
- };
6048
- totalPost: {
5980
+ totalStatusPost: {
6049
5981
  done: number;
6050
5982
  error: number;
5983
+ pending: number;
6051
5984
  unknown: number;
6052
5985
  };
6053
5986
  }
@@ -6063,14 +5996,21 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
6063
5996
  status: EStatusTaskScript[];
6064
5997
  timezone: ETimeZone[];
6065
5998
  listDateOfWeeks: EDayOfWeek[];
5999
+ typePost: string[];
6000
+ stylePost: string[];
6001
+ statusAccount: EStatusSocialAccountRaw[];
6002
+ statusLogin: EStatusAccountSocialLogin[];
6003
+ statusSheet: ESheetToolStatus[];
6066
6004
  }
6067
6005
 
6068
6006
  interface FindOverViewInstagramReportPostStoryDto {
6069
- totalAccounts: number;
6070
- totalPC: number;
6071
- totalLeader: number;
6007
+ totalDepartments: number;
6008
+ totalLeaders: number;
6072
6009
  totalMembers: number;
6010
+ totalTeams: number;
6011
+ totalPC: number;
6073
6012
  totalAccountGroups: number;
6013
+ totalAccounts: number;
6074
6014
  totalIdea: number;
6075
6015
  totalNiche: number;
6076
6016
  totalType: {
@@ -6078,14 +6018,21 @@ interface FindOverViewInstagramReportPostStoryDto {
6078
6018
  TM: number;
6079
6019
  NTM: number;
6080
6020
  };
6081
- totalDevice: {
6082
- total: number;
6083
- android: number;
6084
- ios: number;
6021
+ totalSocial: {
6022
+ active: number;
6023
+ pending: number;
6024
+ inactive: number;
6025
+ suspended: number;
6085
6026
  };
6086
- totalPost: {
6027
+ totalLogin: {
6028
+ available: number;
6029
+ unAvailable: number;
6030
+ na: number;
6031
+ };
6032
+ totalStatusPost: {
6087
6033
  done: number;
6088
6034
  error: number;
6035
+ pending: number;
6089
6036
  unknown: number;
6090
6037
  };
6091
6038
  }
@@ -6101,14 +6048,21 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
6101
6048
  status: EStatusTaskScript[];
6102
6049
  timezone: ETimeZone[];
6103
6050
  listDateOfWeeks: EDayOfWeek[];
6051
+ typePost: string[];
6052
+ stylePost: string[];
6053
+ statusAccount: EStatusSocialAccountRaw[];
6054
+ statusLogin: EStatusAccountSocialLogin[];
6055
+ statusSheet: ESheetToolStatus[];
6104
6056
  }
6105
6057
 
6106
6058
  interface FindOverViewInstagramReportPostSquareDto {
6107
- totalAccounts: number;
6108
- totalPC: number;
6109
- totalLeader: number;
6059
+ totalDepartments: number;
6060
+ totalLeaders: number;
6110
6061
  totalMembers: number;
6062
+ totalTeams: number;
6063
+ totalPC: number;
6111
6064
  totalAccountGroups: number;
6065
+ totalAccounts: number;
6112
6066
  totalIdea: number;
6113
6067
  totalNiche: number;
6114
6068
  totalType: {
@@ -6116,14 +6070,21 @@ interface FindOverViewInstagramReportPostSquareDto {
6116
6070
  TM: number;
6117
6071
  NTM: number;
6118
6072
  };
6119
- totalDevice: {
6120
- total: number;
6121
- android: number;
6122
- ios: number;
6073
+ totalSocial: {
6074
+ active: number;
6075
+ pending: number;
6076
+ inactive: number;
6077
+ suspended: number;
6123
6078
  };
6124
- totalPost: {
6079
+ totalLogin: {
6080
+ available: number;
6081
+ unAvailable: number;
6082
+ na: number;
6083
+ };
6084
+ totalStatusPost: {
6125
6085
  done: number;
6126
6086
  error: number;
6087
+ pending: number;
6127
6088
  unknown: number;
6128
6089
  };
6129
6090
  }
@@ -6139,14 +6100,21 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
6139
6100
  status: EStatusTaskScript[];
6140
6101
  timezone: ETimeZone[];
6141
6102
  listDateOfWeeks: EDayOfWeek[];
6103
+ typePost: string[];
6104
+ stylePost: string[];
6105
+ statusAccount: EStatusSocialAccountRaw[];
6106
+ statusLogin: EStatusAccountSocialLogin[];
6107
+ statusSheet: ESheetToolStatus[];
6142
6108
  }
6143
6109
 
6144
6110
  interface FindOverViewInstagramReportInteractBlockUserDto {
6145
- totalAccounts: number;
6146
- totalPC: number;
6147
- totalLeader: number;
6111
+ totalDepartments: number;
6112
+ totalLeaders: number;
6148
6113
  totalMembers: number;
6114
+ totalTeams: number;
6115
+ totalPC: number;
6149
6116
  totalAccountGroups: number;
6117
+ totalAccounts: number;
6150
6118
  totalIdea: number;
6151
6119
  totalNiche: number;
6152
6120
  totalType: {
@@ -6154,10 +6122,16 @@ interface FindOverViewInstagramReportInteractBlockUserDto {
6154
6122
  TM: number;
6155
6123
  NTM: number;
6156
6124
  };
6157
- totalDevice: {
6158
- total: number;
6159
- android: number;
6160
- ios: number;
6125
+ totalSocial: {
6126
+ active: number;
6127
+ pending: number;
6128
+ inactive: number;
6129
+ suspended: number;
6130
+ };
6131
+ totalLogin: {
6132
+ available: number;
6133
+ unAvailable: number;
6134
+ na: number;
6161
6135
  };
6162
6136
  totalInteract: {
6163
6137
  done: number;
@@ -6179,11 +6153,13 @@ interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFil
6179
6153
  }
6180
6154
 
6181
6155
  interface FindOverViewInstagramReportInteractExploreDto {
6182
- totalAccounts: number;
6183
- totalPC: number;
6184
- totalLeader: number;
6156
+ totalDepartments: number;
6157
+ totalLeaders: number;
6185
6158
  totalMembers: number;
6159
+ totalTeams: number;
6160
+ totalPC: number;
6186
6161
  totalAccountGroups: number;
6162
+ totalAccounts: number;
6187
6163
  totalIdea: number;
6188
6164
  totalNiche: number;
6189
6165
  totalType: {
@@ -6191,10 +6167,16 @@ interface FindOverViewInstagramReportInteractExploreDto {
6191
6167
  TM: number;
6192
6168
  NTM: number;
6193
6169
  };
6194
- totalDevice: {
6195
- total: number;
6196
- android: number;
6197
- ios: number;
6170
+ totalSocial: {
6171
+ active: number;
6172
+ pending: number;
6173
+ inactive: number;
6174
+ suspended: number;
6175
+ };
6176
+ totalLogin: {
6177
+ available: number;
6178
+ unAvailable: number;
6179
+ na: number;
6198
6180
  };
6199
6181
  totalInteract: {
6200
6182
  done: number;
@@ -6216,11 +6198,13 @@ interface FilterInstagramReportInteractExploreDto extends IFilterBaseDto, IFilte
6216
6198
  }
6217
6199
 
6218
6200
  interface FindOverViewInstagramReportInteractFollowDto {
6219
- totalAccounts: number;
6220
- totalPC: number;
6221
- totalLeader: number;
6201
+ totalDepartments: number;
6202
+ totalLeaders: number;
6222
6203
  totalMembers: number;
6204
+ totalTeams: number;
6205
+ totalPC: number;
6223
6206
  totalAccountGroups: number;
6207
+ totalAccounts: number;
6224
6208
  totalIdea: number;
6225
6209
  totalNiche: number;
6226
6210
  totalType: {
@@ -6228,10 +6212,16 @@ interface FindOverViewInstagramReportInteractFollowDto {
6228
6212
  TM: number;
6229
6213
  NTM: number;
6230
6214
  };
6231
- totalDevice: {
6232
- total: number;
6233
- android: number;
6234
- ios: number;
6215
+ totalSocial: {
6216
+ active: number;
6217
+ pending: number;
6218
+ inactive: number;
6219
+ suspended: number;
6220
+ };
6221
+ totalLogin: {
6222
+ available: number;
6223
+ unAvailable: number;
6224
+ na: number;
6235
6225
  };
6236
6226
  totalInteract: {
6237
6227
  done: number;
@@ -6253,11 +6243,13 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
6253
6243
  }
6254
6244
 
6255
6245
  interface FindOverViewInstagramReportInteractReelDto {
6256
- totalAccounts: number;
6257
- totalPC: number;
6258
- totalLeader: number;
6246
+ totalDepartments: number;
6247
+ totalLeaders: number;
6259
6248
  totalMembers: number;
6249
+ totalTeams: number;
6250
+ totalPC: number;
6260
6251
  totalAccountGroups: number;
6252
+ totalAccounts: number;
6261
6253
  totalIdea: number;
6262
6254
  totalNiche: number;
6263
6255
  totalType: {
@@ -6265,10 +6257,16 @@ interface FindOverViewInstagramReportInteractReelDto {
6265
6257
  TM: number;
6266
6258
  NTM: number;
6267
6259
  };
6268
- totalDevice: {
6269
- total: number;
6270
- android: number;
6271
- ios: number;
6260
+ totalSocial: {
6261
+ active: number;
6262
+ pending: number;
6263
+ inactive: number;
6264
+ suspended: number;
6265
+ };
6266
+ totalLogin: {
6267
+ available: number;
6268
+ unAvailable: number;
6269
+ na: number;
6272
6270
  };
6273
6271
  totalInteract: {
6274
6272
  done: number;
@@ -6290,11 +6288,13 @@ interface FilterInstagramReportInteractReelDto extends IFilterBaseDto, IFilterBa
6290
6288
  }
6291
6289
 
6292
6290
  interface FindOverViewInstagramReportInteractReplyCommentDto {
6293
- totalAccounts: number;
6294
- totalPC: number;
6295
- totalLeader: number;
6291
+ totalDepartments: number;
6292
+ totalLeaders: number;
6296
6293
  totalMembers: number;
6294
+ totalTeams: number;
6295
+ totalPC: number;
6297
6296
  totalAccountGroups: number;
6297
+ totalAccounts: number;
6298
6298
  totalIdea: number;
6299
6299
  totalNiche: number;
6300
6300
  totalType: {
@@ -6302,10 +6302,16 @@ interface FindOverViewInstagramReportInteractReplyCommentDto {
6302
6302
  TM: number;
6303
6303
  NTM: number;
6304
6304
  };
6305
- totalDevice: {
6306
- total: number;
6307
- android: number;
6308
- ios: number;
6305
+ totalSocial: {
6306
+ active: number;
6307
+ pending: number;
6308
+ inactive: number;
6309
+ suspended: number;
6310
+ };
6311
+ totalLogin: {
6312
+ available: number;
6313
+ unAvailable: number;
6314
+ na: number;
6309
6315
  };
6310
6316
  totalInteract: {
6311
6317
  done: number;
@@ -6327,11 +6333,13 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
6327
6333
  }
6328
6334
 
6329
6335
  interface FindOverViewInstagramReportInteractReplyMessageDto {
6330
- totalAccounts: number;
6331
- totalPC: number;
6332
- totalLeader: number;
6336
+ totalDepartments: number;
6337
+ totalLeaders: number;
6333
6338
  totalMembers: number;
6339
+ totalTeams: number;
6340
+ totalPC: number;
6334
6341
  totalAccountGroups: number;
6342
+ totalAccounts: number;
6335
6343
  totalIdea: number;
6336
6344
  totalNiche: number;
6337
6345
  totalType: {
@@ -6339,10 +6347,16 @@ interface FindOverViewInstagramReportInteractReplyMessageDto {
6339
6347
  TM: number;
6340
6348
  NTM: number;
6341
6349
  };
6342
- totalDevice: {
6343
- total: number;
6344
- android: number;
6345
- ios: number;
6350
+ totalSocial: {
6351
+ active: number;
6352
+ pending: number;
6353
+ inactive: number;
6354
+ suspended: number;
6355
+ };
6356
+ totalLogin: {
6357
+ available: number;
6358
+ unAvailable: number;
6359
+ na: number;
6346
6360
  };
6347
6361
  totalInteract: {
6348
6362
  done: number;
@@ -6364,11 +6378,13 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
6364
6378
  }
6365
6379
 
6366
6380
  interface FindOverViewInstagramReportInteractStoryDto {
6367
- totalAccounts: number;
6368
- totalPC: number;
6369
- totalLeader: number;
6381
+ totalDepartments: number;
6382
+ totalLeaders: number;
6370
6383
  totalMembers: number;
6384
+ totalTeams: number;
6385
+ totalPC: number;
6371
6386
  totalAccountGroups: number;
6387
+ totalAccounts: number;
6372
6388
  totalIdea: number;
6373
6389
  totalNiche: number;
6374
6390
  totalType: {
@@ -6376,10 +6392,16 @@ interface FindOverViewInstagramReportInteractStoryDto {
6376
6392
  TM: number;
6377
6393
  NTM: number;
6378
6394
  };
6379
- totalDevice: {
6380
- total: number;
6381
- android: number;
6382
- ios: number;
6395
+ totalSocial: {
6396
+ active: number;
6397
+ pending: number;
6398
+ inactive: number;
6399
+ suspended: number;
6400
+ };
6401
+ totalLogin: {
6402
+ available: number;
6403
+ unAvailable: number;
6404
+ na: number;
6383
6405
  };
6384
6406
  totalInteract: {
6385
6407
  done: number;
@@ -6401,11 +6423,13 @@ interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterB
6401
6423
  }
6402
6424
 
6403
6425
  interface FindOverViewInstagramReportInteractUnFollowDto {
6404
- totalAccounts: number;
6405
- totalPC: number;
6406
- totalLeader: number;
6426
+ totalDepartments: number;
6427
+ totalLeaders: number;
6407
6428
  totalMembers: number;
6429
+ totalTeams: number;
6430
+ totalPC: number;
6408
6431
  totalAccountGroups: number;
6432
+ totalAccounts: number;
6409
6433
  totalIdea: number;
6410
6434
  totalNiche: number;
6411
6435
  totalType: {
@@ -6413,10 +6437,16 @@ interface FindOverViewInstagramReportInteractUnFollowDto {
6413
6437
  TM: number;
6414
6438
  NTM: number;
6415
6439
  };
6416
- totalDevice: {
6417
- total: number;
6418
- android: number;
6419
- ios: number;
6440
+ totalSocial: {
6441
+ active: number;
6442
+ pending: number;
6443
+ inactive: number;
6444
+ suspended: number;
6445
+ };
6446
+ totalLogin: {
6447
+ available: number;
6448
+ unAvailable: number;
6449
+ na: number;
6420
6450
  };
6421
6451
  totalInteract: {
6422
6452
  done: number;
@@ -6438,11 +6468,13 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
6438
6468
  }
6439
6469
 
6440
6470
  interface FindOverViewInstagramSettingInteractExploreDto {
6441
- totalAccounts: number;
6442
- totalPC: number;
6443
- totalLeader: number;
6471
+ totalDepartments: number;
6472
+ totalLeaders: number;
6444
6473
  totalMembers: number;
6474
+ totalTeams: number;
6475
+ totalPC: number;
6445
6476
  totalAccountGroups: number;
6477
+ totalAccounts: number;
6446
6478
  totalIdea: number;
6447
6479
  totalNiche: number;
6448
6480
  totalType: {
@@ -6450,13 +6482,21 @@ interface FindOverViewInstagramSettingInteractExploreDto {
6450
6482
  TM: number;
6451
6483
  NTM: number;
6452
6484
  };
6453
- totalDevice: {
6454
- total: number;
6455
- android: number;
6456
- ios: number;
6485
+ totalSocial: {
6486
+ active: number;
6487
+ pending: number;
6488
+ inactive: number;
6489
+ suspended: number;
6490
+ };
6491
+ totalLogin: {
6492
+ available: number;
6493
+ unAvailable: number;
6494
+ na: number;
6495
+ };
6496
+ totalStatus: {
6497
+ active: number;
6498
+ inactive: number;
6457
6499
  };
6458
- statusActive: number;
6459
- statusInactive: number;
6460
6500
  }
6461
6501
  interface FindInstagramSettingInteractExploreDto extends IFindBaseDto {
6462
6502
  idea: {
@@ -6517,11 +6557,13 @@ interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilt
6517
6557
  }
6518
6558
 
6519
6559
  interface FindOverViewInstagramSettingInteractFollowDto {
6520
- totalAccounts: number;
6521
- totalPC: number;
6522
- totalLeader: number;
6560
+ totalDepartments: number;
6561
+ totalLeaders: number;
6523
6562
  totalMembers: number;
6563
+ totalTeams: number;
6564
+ totalPC: number;
6524
6565
  totalAccountGroups: number;
6566
+ totalAccounts: number;
6525
6567
  totalIdea: number;
6526
6568
  totalNiche: number;
6527
6569
  totalType: {
@@ -6529,13 +6571,21 @@ interface FindOverViewInstagramSettingInteractFollowDto {
6529
6571
  TM: number;
6530
6572
  NTM: number;
6531
6573
  };
6532
- totalDevice: {
6533
- total: number;
6534
- android: number;
6535
- ios: number;
6574
+ totalSocial: {
6575
+ active: number;
6576
+ pending: number;
6577
+ inactive: number;
6578
+ suspended: number;
6579
+ };
6580
+ totalLogin: {
6581
+ available: number;
6582
+ unAvailable: number;
6583
+ na: number;
6584
+ };
6585
+ totalStatus: {
6586
+ active: number;
6587
+ inactive: number;
6536
6588
  };
6537
- statusActive: number;
6538
- statusInactive: number;
6539
6589
  }
6540
6590
  interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
6541
6591
  idea: {
@@ -6615,11 +6665,13 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
6615
6665
  }
6616
6666
 
6617
6667
  interface FindOverViewInstagramSettingInteractReelDto {
6618
- totalAccounts: number;
6619
- totalPC: number;
6620
- totalLeader: number;
6668
+ totalDepartments: number;
6669
+ totalLeaders: number;
6621
6670
  totalMembers: number;
6671
+ totalTeams: number;
6672
+ totalPC: number;
6622
6673
  totalAccountGroups: number;
6674
+ totalAccounts: number;
6623
6675
  totalIdea: number;
6624
6676
  totalNiche: number;
6625
6677
  totalType: {
@@ -6627,13 +6679,21 @@ interface FindOverViewInstagramSettingInteractReelDto {
6627
6679
  TM: number;
6628
6680
  NTM: number;
6629
6681
  };
6630
- totalDevice: {
6631
- total: number;
6632
- android: number;
6633
- ios: number;
6682
+ totalSocial: {
6683
+ active: number;
6684
+ pending: number;
6685
+ inactive: number;
6686
+ suspended: number;
6687
+ };
6688
+ totalLogin: {
6689
+ available: number;
6690
+ unAvailable: number;
6691
+ na: number;
6692
+ };
6693
+ totalStatus: {
6694
+ active: number;
6695
+ inactive: number;
6634
6696
  };
6635
- statusActive: number;
6636
- statusInactive: number;
6637
6697
  }
6638
6698
  interface FindInstagramSettingInteractReelDto extends IFindBaseDto {
6639
6699
  idea: {
@@ -6693,11 +6753,13 @@ interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterB
6693
6753
  }
6694
6754
 
6695
6755
  interface FindOverViewInstagramSettingInteractReplyCommentDto {
6696
- totalAccounts: number;
6697
- totalPC: number;
6698
- totalLeader: number;
6756
+ totalDepartments: number;
6757
+ totalLeaders: number;
6699
6758
  totalMembers: number;
6759
+ totalTeams: number;
6760
+ totalPC: number;
6700
6761
  totalAccountGroups: number;
6762
+ totalAccounts: number;
6701
6763
  totalIdea: number;
6702
6764
  totalNiche: number;
6703
6765
  totalType: {
@@ -6705,13 +6767,21 @@ interface FindOverViewInstagramSettingInteractReplyCommentDto {
6705
6767
  TM: number;
6706
6768
  NTM: number;
6707
6769
  };
6708
- totalDevice: {
6709
- total: number;
6710
- android: number;
6711
- ios: number;
6770
+ totalSocial: {
6771
+ active: number;
6772
+ pending: number;
6773
+ inactive: number;
6774
+ suspended: number;
6775
+ };
6776
+ totalLogin: {
6777
+ available: number;
6778
+ unAvailable: number;
6779
+ na: number;
6780
+ };
6781
+ totalStatus: {
6782
+ active: number;
6783
+ inactive: number;
6712
6784
  };
6713
- statusActive: number;
6714
- statusInactive: number;
6715
6785
  }
6716
6786
  interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
6717
6787
  idea: {
@@ -6775,11 +6845,13 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
6775
6845
  }
6776
6846
 
6777
6847
  interface FindOverViewInstagramSettingInteractReplyMessageDto {
6778
- totalAccounts: number;
6779
- totalPC: number;
6780
- totalLeader: number;
6848
+ totalDepartments: number;
6849
+ totalLeaders: number;
6781
6850
  totalMembers: number;
6851
+ totalTeams: number;
6852
+ totalPC: number;
6782
6853
  totalAccountGroups: number;
6854
+ totalAccounts: number;
6783
6855
  totalIdea: number;
6784
6856
  totalNiche: number;
6785
6857
  totalType: {
@@ -6787,13 +6859,21 @@ interface FindOverViewInstagramSettingInteractReplyMessageDto {
6787
6859
  TM: number;
6788
6860
  NTM: number;
6789
6861
  };
6790
- totalDevice: {
6791
- total: number;
6792
- android: number;
6793
- ios: number;
6862
+ totalSocial: {
6863
+ active: number;
6864
+ pending: number;
6865
+ inactive: number;
6866
+ suspended: number;
6867
+ };
6868
+ totalLogin: {
6869
+ available: number;
6870
+ unAvailable: number;
6871
+ na: number;
6872
+ };
6873
+ totalStatus: {
6874
+ active: number;
6875
+ inactive: number;
6794
6876
  };
6795
- statusActive: number;
6796
- statusInactive: number;
6797
6877
  }
6798
6878
  interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
6799
6879
  idea: {
@@ -6852,11 +6932,13 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
6852
6932
  }
6853
6933
 
6854
6934
  interface FindOverViewInstagramSettingInteractStoryDto {
6855
- totalAccounts: number;
6856
- totalPC: number;
6857
- totalLeader: number;
6935
+ totalDepartments: number;
6936
+ totalLeaders: number;
6858
6937
  totalMembers: number;
6938
+ totalTeams: number;
6939
+ totalPC: number;
6859
6940
  totalAccountGroups: number;
6941
+ totalAccounts: number;
6860
6942
  totalIdea: number;
6861
6943
  totalNiche: number;
6862
6944
  totalType: {
@@ -6864,13 +6946,21 @@ interface FindOverViewInstagramSettingInteractStoryDto {
6864
6946
  TM: number;
6865
6947
  NTM: number;
6866
6948
  };
6867
- totalDevice: {
6868
- total: number;
6869
- android: number;
6870
- ios: number;
6949
+ totalSocial: {
6950
+ active: number;
6951
+ pending: number;
6952
+ inactive: number;
6953
+ suspended: number;
6954
+ };
6955
+ totalLogin: {
6956
+ available: number;
6957
+ unAvailable: number;
6958
+ na: number;
6959
+ };
6960
+ totalStatus: {
6961
+ active: number;
6962
+ inactive: number;
6871
6963
  };
6872
- statusActive: number;
6873
- statusInactive: number;
6874
6964
  }
6875
6965
  interface FindInstagramSettingInteractStoryDto extends IFindBaseDto {
6876
6966
  idea: {
@@ -6940,11 +7030,13 @@ interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilter
6940
7030
  }
6941
7031
 
6942
7032
  interface FindOverViewInstagramSettingInteractUnFollowDto {
6943
- totalAccounts: number;
6944
- totalPC: number;
6945
- totalLeader: number;
7033
+ totalDepartments: number;
7034
+ totalLeaders: number;
6946
7035
  totalMembers: number;
7036
+ totalTeams: number;
7037
+ totalPC: number;
6947
7038
  totalAccountGroups: number;
7039
+ totalAccounts: number;
6948
7040
  totalIdea: number;
6949
7041
  totalNiche: number;
6950
7042
  totalType: {
@@ -6952,13 +7044,21 @@ interface FindOverViewInstagramSettingInteractUnFollowDto {
6952
7044
  TM: number;
6953
7045
  NTM: number;
6954
7046
  };
6955
- totalDevice: {
6956
- total: number;
6957
- android: number;
6958
- ios: number;
7047
+ totalSocial: {
7048
+ active: number;
7049
+ pending: number;
7050
+ inactive: number;
7051
+ suspended: number;
7052
+ };
7053
+ totalLogin: {
7054
+ available: number;
7055
+ unAvailable: number;
7056
+ na: number;
7057
+ };
7058
+ totalStatus: {
7059
+ active: number;
7060
+ inactive: number;
6959
7061
  };
6960
- statusActive: number;
6961
- statusInactive: number;
6962
7062
  }
6963
7063
  interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
6964
7064
  idea: {
@@ -7023,11 +7123,13 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
7023
7123
  }
7024
7124
 
7025
7125
  interface FindOverViewInstagramSettingPostDto {
7026
- totalAccounts: number;
7027
- totalPC: number;
7028
- totalLeader: number;
7126
+ totalDepartments: number;
7127
+ totalLeaders: number;
7029
7128
  totalMembers: number;
7129
+ totalTeams: number;
7130
+ totalPC: number;
7030
7131
  totalAccountGroups: number;
7132
+ totalAccounts: number;
7031
7133
  totalIdea: number;
7032
7134
  totalNiche: number;
7033
7135
  totalType: {
@@ -7035,13 +7137,21 @@ interface FindOverViewInstagramSettingPostDto {
7035
7137
  TM: number;
7036
7138
  NTM: number;
7037
7139
  };
7038
- totalDevice: {
7039
- total: number;
7040
- android: number;
7041
- ios: number;
7140
+ totalSocial: {
7141
+ active: number;
7142
+ pending: number;
7143
+ inactive: number;
7144
+ suspended: number;
7145
+ };
7146
+ totalLogin: {
7147
+ available: number;
7148
+ unAvailable: number;
7149
+ na: number;
7150
+ };
7151
+ totalStatus: {
7152
+ active: number;
7153
+ inactive: number;
7042
7154
  };
7043
- statusActive: number;
7044
- statusInactive: number;
7045
7155
  }
7046
7156
  interface FindInstagramSettingPostDto extends IFindBaseDto {
7047
7157
  idea: {
@@ -7097,11 +7207,13 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccou
7097
7207
  }
7098
7208
 
7099
7209
  interface FindOverViewTaskInstagramBlockUserDto {
7100
- totalAccounts: number;
7101
- totalPC: number;
7102
- totalLeader: number;
7210
+ totalDepartments: number;
7211
+ totalLeaders: number;
7103
7212
  totalMembers: number;
7213
+ totalTeams: number;
7214
+ totalPC: number;
7104
7215
  totalAccountGroups: number;
7216
+ totalAccounts: number;
7105
7217
  totalIdea: number;
7106
7218
  totalNiche: number;
7107
7219
  totalType: {
@@ -7109,10 +7221,16 @@ interface FindOverViewTaskInstagramBlockUserDto {
7109
7221
  TM: number;
7110
7222
  NTM: number;
7111
7223
  };
7112
- totalDevice: {
7113
- total: number;
7114
- android: number;
7115
- ios: number;
7224
+ totalSocial: {
7225
+ active: number;
7226
+ pending: number;
7227
+ inactive: number;
7228
+ suspended: number;
7229
+ };
7230
+ totalLogin: {
7231
+ available: number;
7232
+ unAvailable: number;
7233
+ na: number;
7116
7234
  };
7117
7235
  totalTasks: {
7118
7236
  pending: number;
@@ -7209,11 +7327,13 @@ interface FilterTaskInstagramBlockUserDto extends IFilterBaseDto, IFilterBaseAcc
7209
7327
  }
7210
7328
 
7211
7329
  interface FindOverViewTaskInstagramChangeInfoDto {
7212
- totalAccounts: number;
7213
- totalPC: number;
7214
- totalLeader: number;
7330
+ totalDepartments: number;
7331
+ totalLeaders: number;
7215
7332
  totalMembers: number;
7333
+ totalTeams: number;
7334
+ totalPC: number;
7216
7335
  totalAccountGroups: number;
7336
+ totalAccounts: number;
7217
7337
  totalIdea: number;
7218
7338
  totalNiche: number;
7219
7339
  totalType: {
@@ -7221,10 +7341,16 @@ interface FindOverViewTaskInstagramChangeInfoDto {
7221
7341
  TM: number;
7222
7342
  NTM: number;
7223
7343
  };
7224
- totalDevice: {
7225
- total: number;
7226
- android: number;
7227
- ios: number;
7344
+ totalSocial: {
7345
+ active: number;
7346
+ pending: number;
7347
+ inactive: number;
7348
+ suspended: number;
7349
+ };
7350
+ totalLogin: {
7351
+ available: number;
7352
+ unAvailable: number;
7353
+ na: number;
7228
7354
  };
7229
7355
  totalTasks: {
7230
7356
  pending: number;
@@ -7281,11 +7407,13 @@ interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAc
7281
7407
  }
7282
7408
 
7283
7409
  interface FindOverViewTaskInstagramFollowDto {
7284
- totalAccounts: number;
7285
- totalPC: number;
7286
- totalLeader: number;
7410
+ totalDepartments: number;
7411
+ totalLeaders: number;
7287
7412
  totalMembers: number;
7413
+ totalTeams: number;
7414
+ totalPC: number;
7288
7415
  totalAccountGroups: number;
7416
+ totalAccounts: number;
7289
7417
  totalIdea: number;
7290
7418
  totalNiche: number;
7291
7419
  totalType: {
@@ -7293,10 +7421,16 @@ interface FindOverViewTaskInstagramFollowDto {
7293
7421
  TM: number;
7294
7422
  NTM: number;
7295
7423
  };
7296
- totalDevice: {
7297
- total: number;
7298
- android: number;
7299
- ios: number;
7424
+ totalSocial: {
7425
+ active: number;
7426
+ pending: number;
7427
+ inactive: number;
7428
+ suspended: number;
7429
+ };
7430
+ totalLogin: {
7431
+ available: number;
7432
+ unAvailable: number;
7433
+ na: number;
7300
7434
  };
7301
7435
  totalTasks: {
7302
7436
  pending: number;
@@ -7353,11 +7487,13 @@ interface FilterTaskInstagramFollowDto extends IFilterBaseDto, IFilterBaseAccoun
7353
7487
  }
7354
7488
 
7355
7489
  interface FindOverViewTaskInstagramReplyCommentDto {
7356
- totalAccounts: number;
7357
- totalPC: number;
7358
- totalLeader: number;
7490
+ totalDepartments: number;
7491
+ totalLeaders: number;
7359
7492
  totalMembers: number;
7493
+ totalTeams: number;
7494
+ totalPC: number;
7360
7495
  totalAccountGroups: number;
7496
+ totalAccounts: number;
7361
7497
  totalIdea: number;
7362
7498
  totalNiche: number;
7363
7499
  totalType: {
@@ -7365,10 +7501,16 @@ interface FindOverViewTaskInstagramReplyCommentDto {
7365
7501
  TM: number;
7366
7502
  NTM: number;
7367
7503
  };
7368
- totalDevice: {
7369
- total: number;
7370
- android: number;
7371
- ios: number;
7504
+ totalSocial: {
7505
+ active: number;
7506
+ pending: number;
7507
+ inactive: number;
7508
+ suspended: number;
7509
+ };
7510
+ totalLogin: {
7511
+ available: number;
7512
+ unAvailable: number;
7513
+ na: number;
7372
7514
  };
7373
7515
  totalTasks: {
7374
7516
  pending: number;
@@ -7425,11 +7567,13 @@ interface FilterTaskInstagramReplyCommentDto extends IFilterBaseDto, IFilterBase
7425
7567
  }
7426
7568
 
7427
7569
  interface FindOverViewTaskInstagramReplyMessageDto {
7428
- totalAccounts: number;
7429
- totalPC: number;
7430
- totalLeader: number;
7570
+ totalDepartments: number;
7571
+ totalLeaders: number;
7431
7572
  totalMembers: number;
7573
+ totalTeams: number;
7574
+ totalPC: number;
7432
7575
  totalAccountGroups: number;
7576
+ totalAccounts: number;
7433
7577
  totalIdea: number;
7434
7578
  totalNiche: number;
7435
7579
  totalType: {
@@ -7437,10 +7581,16 @@ interface FindOverViewTaskInstagramReplyMessageDto {
7437
7581
  TM: number;
7438
7582
  NTM: number;
7439
7583
  };
7440
- totalDevice: {
7441
- total: number;
7442
- android: number;
7443
- ios: number;
7584
+ totalSocial: {
7585
+ active: number;
7586
+ pending: number;
7587
+ inactive: number;
7588
+ suspended: number;
7589
+ };
7590
+ totalLogin: {
7591
+ available: number;
7592
+ unAvailable: number;
7593
+ na: number;
7444
7594
  };
7445
7595
  totalTasks: {
7446
7596
  pending: number;
@@ -7497,11 +7647,13 @@ interface FilterTaskInstagramReplyMessageDto extends IFilterBaseDto, IFilterBase
7497
7647
  }
7498
7648
 
7499
7649
  interface FindOverViewTaskInstagramPostDto {
7500
- totalAccounts: number;
7501
- totalPC: number;
7502
- totalLeader: number;
7650
+ totalDepartments: number;
7651
+ totalLeaders: number;
7503
7652
  totalMembers: number;
7653
+ totalTeams: number;
7654
+ totalPC: number;
7504
7655
  totalAccountGroups: number;
7656
+ totalAccounts: number;
7505
7657
  totalIdea: number;
7506
7658
  totalNiche: number;
7507
7659
  totalType: {
@@ -7509,10 +7661,16 @@ interface FindOverViewTaskInstagramPostDto {
7509
7661
  TM: number;
7510
7662
  NTM: number;
7511
7663
  };
7512
- totalDevice: {
7513
- total: number;
7514
- android: number;
7515
- ios: number;
7664
+ totalSocial: {
7665
+ active: number;
7666
+ pending: number;
7667
+ inactive: number;
7668
+ suspended: number;
7669
+ };
7670
+ totalLogin: {
7671
+ available: number;
7672
+ unAvailable: number;
7673
+ na: number;
7516
7674
  };
7517
7675
  totalTasks: {
7518
7676
  pending: number;
@@ -7671,11 +7829,13 @@ interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountS
7671
7829
  }
7672
7830
 
7673
7831
  interface FindOverViewTaskInstagramInteractExploreDto {
7674
- totalAccounts: number;
7675
- totalPC: number;
7676
- totalLeader: number;
7832
+ totalDepartments: number;
7833
+ totalLeaders: number;
7677
7834
  totalMembers: number;
7835
+ totalTeams: number;
7836
+ totalPC: number;
7678
7837
  totalAccountGroups: number;
7838
+ totalAccounts: number;
7679
7839
  totalIdea: number;
7680
7840
  totalNiche: number;
7681
7841
  totalType: {
@@ -7683,10 +7843,16 @@ interface FindOverViewTaskInstagramInteractExploreDto {
7683
7843
  TM: number;
7684
7844
  NTM: number;
7685
7845
  };
7686
- totalDevice: {
7687
- total: number;
7688
- android: number;
7689
- ios: number;
7846
+ totalSocial: {
7847
+ active: number;
7848
+ pending: number;
7849
+ inactive: number;
7850
+ suspended: number;
7851
+ };
7852
+ totalLogin: {
7853
+ available: number;
7854
+ unAvailable: number;
7855
+ na: number;
7690
7856
  };
7691
7857
  totalTasks: {
7692
7858
  pending: number;
@@ -7742,11 +7908,13 @@ interface FilterTaskInstagramInteractExploreDto extends IFilterBaseDto, IFilterB
7742
7908
  }
7743
7909
 
7744
7910
  interface FindOverViewTaskInstagramInteractReelDto {
7745
- totalAccounts: number;
7746
- totalPC: number;
7747
- totalLeader: number;
7911
+ totalDepartments: number;
7912
+ totalLeaders: number;
7748
7913
  totalMembers: number;
7914
+ totalTeams: number;
7915
+ totalPC: number;
7749
7916
  totalAccountGroups: number;
7917
+ totalAccounts: number;
7750
7918
  totalIdea: number;
7751
7919
  totalNiche: number;
7752
7920
  totalType: {
@@ -7754,10 +7922,16 @@ interface FindOverViewTaskInstagramInteractReelDto {
7754
7922
  TM: number;
7755
7923
  NTM: number;
7756
7924
  };
7757
- totalDevice: {
7758
- total: number;
7759
- android: number;
7760
- ios: number;
7925
+ totalSocial: {
7926
+ active: number;
7927
+ pending: number;
7928
+ inactive: number;
7929
+ suspended: number;
7930
+ };
7931
+ totalLogin: {
7932
+ available: number;
7933
+ unAvailable: number;
7934
+ na: number;
7761
7935
  };
7762
7936
  totalTasks: {
7763
7937
  pending: number;
@@ -7813,11 +7987,13 @@ interface FilterTaskInstagramInteractReelDto extends IFilterBaseDto, IFilterBase
7813
7987
  }
7814
7988
 
7815
7989
  interface FindOverViewTaskInstagramInteractStoryDto {
7816
- totalAccounts: number;
7817
- totalPC: number;
7818
- totalLeader: number;
7990
+ totalDepartments: number;
7991
+ totalLeaders: number;
7819
7992
  totalMembers: number;
7993
+ totalTeams: number;
7994
+ totalPC: number;
7820
7995
  totalAccountGroups: number;
7996
+ totalAccounts: number;
7821
7997
  totalIdea: number;
7822
7998
  totalNiche: number;
7823
7999
  totalType: {
@@ -7825,10 +8001,16 @@ interface FindOverViewTaskInstagramInteractStoryDto {
7825
8001
  TM: number;
7826
8002
  NTM: number;
7827
8003
  };
7828
- totalDevice: {
7829
- total: number;
7830
- android: number;
7831
- ios: number;
8004
+ totalSocial: {
8005
+ active: number;
8006
+ pending: number;
8007
+ inactive: number;
8008
+ suspended: number;
8009
+ };
8010
+ totalLogin: {
8011
+ available: number;
8012
+ unAvailable: number;
8013
+ na: number;
7832
8014
  };
7833
8015
  totalTasks: {
7834
8016
  pending: number;
@@ -10441,12 +10623,9 @@ type index$6_FilterHistoryTaskCanvaDto = FilterHistoryTaskCanvaDto;
10441
10623
  type index$6_FilterInstagramAccountRawDto = FilterInstagramAccountRawDto;
10442
10624
  type index$6_FilterInstagramAccountRunDto = FilterInstagramAccountRunDto;
10443
10625
  type index$6_FilterInstagramDashboardFollowerDto = FilterInstagramDashboardFollowerDto;
10444
- type index$6_FilterInstagramHistoryAutoPostDto = FilterInstagramHistoryAutoPostDto;
10445
10626
  type index$6_FilterInstagramHistoryAutoSyncDto = FilterInstagramHistoryAutoSyncDto;
10446
- type index$6_FilterInstagramHistoryBlockUserDto = FilterInstagramHistoryBlockUserDto;
10447
10627
  type index$6_FilterInstagramHistoryChangeInfoDto = FilterInstagramHistoryChangeInfoDto;
10448
10628
  type index$6_FilterInstagramHistoryCreateNewDto = FilterInstagramHistoryCreateNewDto;
10449
- type index$6_FilterInstagramHistoryFollowDto = FilterInstagramHistoryFollowDto;
10450
10629
  type index$6_FilterInstagramHistoryGroupDto = FilterInstagramHistoryGroupDto;
10451
10630
  type index$6_FilterInstagramReportInteractBlockUserDto = FilterInstagramReportInteractBlockUserDto;
10452
10631
  type index$6_FilterInstagramReportInteractExploreDto = FilterInstagramReportInteractExploreDto;
@@ -10503,7 +10682,6 @@ type index$6_FilterTeamDto = FilterTeamDto;
10503
10682
  type index$6_FilterThreadsAccountRawDto = FilterThreadsAccountRawDto;
10504
10683
  type index$6_FilterThreadsAccountRunDto = FilterThreadsAccountRunDto;
10505
10684
  type index$6_FilterThreadsDashboardFollowerDto = FilterThreadsDashboardFollowerDto;
10506
- type index$6_FilterThreadsHistoryAutoPostDto = FilterThreadsHistoryAutoPostDto;
10507
10685
  type index$6_FilterThreadsHistoryAutoSyncDto = FilterThreadsHistoryAutoSyncDto;
10508
10686
  type index$6_FilterThreadsHistoryChangeDto = FilterThreadsHistoryChangeDto;
10509
10687
  type index$6_FilterThreadsHistoryCreateNewDto = FilterThreadsHistoryCreateNewDto;
@@ -10560,12 +10738,9 @@ type index$6_FindHistoryTaskAIVoiceDto = FindHistoryTaskAIVoiceDto;
10560
10738
  type index$6_FindHistoryTaskCanvaDto = FindHistoryTaskCanvaDto;
10561
10739
  type index$6_FindInstagramAccountRawDto = FindInstagramAccountRawDto;
10562
10740
  type index$6_FindInstagramAccountRunDto = FindInstagramAccountRunDto;
10563
- type index$6_FindInstagramHistoryAutoPostDto = FindInstagramHistoryAutoPostDto;
10564
10741
  type index$6_FindInstagramHistoryAutoSyncDto = FindInstagramHistoryAutoSyncDto;
10565
- type index$6_FindInstagramHistoryBlockUserDto = FindInstagramHistoryBlockUserDto;
10566
10742
  type index$6_FindInstagramHistoryChangeInfoDto = FindInstagramHistoryChangeInfoDto;
10567
10743
  type index$6_FindInstagramHistoryCreateNewDto = FindInstagramHistoryCreateNewDto;
10568
- type index$6_FindInstagramHistoryFollowDto = FindInstagramHistoryFollowDto;
10569
10744
  type index$6_FindInstagramHistoryGroupDto = FindInstagramHistoryGroupDto;
10570
10745
  type index$6_FindInstagramSettingInteractExploreDto = FindInstagramSettingInteractExploreDto;
10571
10746
  type index$6_FindInstagramSettingInteractFollowDto = FindInstagramSettingInteractFollowDto;
@@ -10647,12 +10822,9 @@ type index$6_FindOverviewDeviceLog = FindOverviewDeviceLog;
10647
10822
  type index$6_FindOverviewDeviceSocialMediaAccountDto = FindOverviewDeviceSocialMediaAccountDto;
10648
10823
  type index$6_FindOverviewDeviceSocialMediaActiveLockedDto = FindOverviewDeviceSocialMediaActiveLockedDto;
10649
10824
  type index$6_FindOverviewInstagramDashboardFollowerDto = FindOverviewInstagramDashboardFollowerDto;
10650
- type index$6_FindOverviewInstagramHistoryAutoPostDto = FindOverviewInstagramHistoryAutoPostDto;
10651
10825
  type index$6_FindOverviewInstagramHistoryAutoSyncDto = FindOverviewInstagramHistoryAutoSyncDto;
10652
- type index$6_FindOverviewInstagramHistoryBlockUserDto = FindOverviewInstagramHistoryBlockUserDto;
10653
10826
  type index$6_FindOverviewInstagramHistoryChangeInfoDto = FindOverviewInstagramHistoryChangeInfoDto;
10654
10827
  type index$6_FindOverviewInstagramHistoryCreateNewDto = FindOverviewInstagramHistoryCreateNewDto;
10655
- type index$6_FindOverviewInstagramHistoryFollowDto = FindOverviewInstagramHistoryFollowDto;
10656
10828
  type index$6_FindOverviewInstagramHistoryGroupDto = FindOverviewInstagramHistoryGroupDto;
10657
10829
  type index$6_FindOverviewProxyDto = FindOverviewProxyDto;
10658
10830
  type index$6_FindOverviewRoleDto = FindOverviewRoleDto;
@@ -10696,7 +10868,6 @@ type index$6_FindTasksJobDto = FindTasksJobDto;
10696
10868
  type index$6_FindTeamDto = FindTeamDto;
10697
10869
  type index$6_FindThreadsAccountRawDto = FindThreadsAccountRawDto;
10698
10870
  type index$6_FindThreadsAccountRunDto = FindThreadsAccountRunDto;
10699
- type index$6_FindThreadsHistoryAutoPostDto = FindThreadsHistoryAutoPostDto;
10700
10871
  type index$6_FindThreadsHistoryAutoSyncDto = FindThreadsHistoryAutoSyncDto;
10701
10872
  type index$6_FindThreadsHistoryChangeDto = FindThreadsHistoryChangeDto;
10702
10873
  type index$6_FindThreadsHistoryCreateNewDto = FindThreadsHistoryCreateNewDto;
@@ -10762,7 +10933,7 @@ type index$6_UpdateTeamDto = UpdateTeamDto;
10762
10933
  type index$6_UpdateUserDto = UpdateUserDto;
10763
10934
  type index$6_ViewDetailDeviceDto = ViewDetailDeviceDto;
10764
10935
  declare namespace index$6 {
10765
- export type { index$6_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, index$6_AddAccountForDeviceDto as AddAccountForDeviceDto, index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index$6_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index$6_CheckSendMessageLark as CheckSendMessageLark, index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index$6_CreateAccountVPSDto as CreateAccountVPSDto, index$6_CreateBlogDto as CreateBlogDto, index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index$6_CreateDepartmentDto as CreateDepartmentDto, index$6_CreateLarkDto as CreateLarkDto, index$6_CreateManagerWorkDto as CreateManagerWorkDto, index$6_CreatePCDto as CreatePCDto, index$6_CreateProxyDto as CreateProxyDto, index$6_CreateRoleDto as CreateRoleDto, index$6_CreateSheetToolDto as CreateSheetToolDto, index$6_CreateSheetWorkDto as CreateSheetWorkDto, index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, index$6_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index$6_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index$6_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index$6_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index$6_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index$6_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index$6_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index$6_CreateTasksJobDto as CreateTasksJobDto, index$6_CreateTeamDto as CreateTeamDto, index$6_CreateUserDto as CreateUserDto, index$6_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, index$6_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, index$6_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, index$6_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, index$6_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$6_ExportDto as ExportDto, index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index$6_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index$6_FilterAccountAIImageDto as FilterAccountAIImageDto, index$6_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index$6_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index$6_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index$6_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, index$6_FilterAccountDriveDto as FilterAccountDriveDto, index$6_FilterAccountEmailDto as FilterAccountEmailDto, index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index$6_FilterAccountVPNDto as FilterAccountVPNDto, index$6_FilterAccountVPSDto as FilterAccountVPSDto, index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index$6_FilterBaseDto as FilterBaseDto, index$6_FilterBaseSocialDto as FilterBaseSocialDto, index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, index$6_FilterBlogDto as FilterBlogDto, index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index$6_FilterDepartmentDto as FilterDepartmentDto, index$6_FilterDeviceDto as FilterDeviceDto, index$6_FilterDeviceLogDto as FilterDeviceLogDto, index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index$6_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index$6_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index$6_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index$6_FilterInstagramHistoryAutoPostDto as FilterInstagramHistoryAutoPostDto, index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index$6_FilterInstagramHistoryBlockUserDto as FilterInstagramHistoryBlockUserDto, index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index$6_FilterInstagramHistoryFollowDto as FilterInstagramHistoryFollowDto, index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index$6_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index$6_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index$6_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index$6_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index$6_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index$6_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index$6_FilterLarkDto as FilterLarkDto, index$6_FilterManagerImageAIDto as FilterManagerImageAIDto, index$6_FilterManagerSheetDto as FilterManagerSheetDto, index$6_FilterManagerWorkDto as FilterManagerWorkDto, index$6_FilterPCDto as FilterPCDto, index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FilterProxyDto as FilterProxyDto, index$6_FilterRoleDto as FilterRoleDto, index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index$6_FilterSheetWorkDto as FilterSheetWorkDto, index$6_FilterSheetsToolDto as FilterSheetsToolDto, index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, index$6_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index$6_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index$6_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index$6_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index$6_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index$6_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index$6_FilterTeamDto as FilterTeamDto, index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index$6_FilterThreadsHistoryAutoPostDto as FilterThreadsHistoryAutoPostDto, index$6_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index$6_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index$6_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index$6_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index$6_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index$6_FilterUserDto as FilterUserDto, index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index$6_FindAccountAIContentDto as FindAccountAIContentDto, index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index$6_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index$6_FindAccountAIImageDto as FindAccountAIImageDto, index$6_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index$6_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index$6_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index$6_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index$6_FindAccountCanvaDto as FindAccountCanvaDto, index$6_FindAccountDriveDto as FindAccountDriveDto, index$6_FindAccountEmailDto as FindAccountEmailDto, index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index$6_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index$6_FindAccountVPNDto as FindAccountVPNDto, index$6_FindAccountVPSDto as FindAccountVPSDto, index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index$6_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index$6_FindBlogCategoryDto as FindBlogCategoryDto, index$6_FindBlogDto as FindBlogDto, index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index$6_FindDepartmentDto as FindDepartmentDto, index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index$6_FindDeviceDto as FindDeviceDto, index$6_FindDeviceLogDto as FindDeviceLogDto, index$6_FindForReviewDto as FindForReviewDto, index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index$6_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index$6_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index$6_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index$6_FindInstagramHistoryAutoPostDto as FindInstagramHistoryAutoPostDto, index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index$6_FindInstagramHistoryBlockUserDto as FindInstagramHistoryBlockUserDto, index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index$6_FindInstagramHistoryFollowDto as FindInstagramHistoryFollowDto, index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index$6_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index$6_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index$6_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index$6_FindLarkDto as FindLarkDto, index$6_FindManagerImageAIDto as FindManagerImageAIDto, index$6_FindManagerSheetDto as FindManagerSheetDto, index$6_FindManagerWorkDto as FindManagerWorkDto, index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index$6_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index$6_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index$6_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index$6_FindOverViewInstagramSettingInteractExploreDto as FindOverViewInstagramSettingInteractExploreDto, index$6_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index$6_FindOverViewInstagramSettingInteractReelDto as FindOverViewInstagramSettingInteractReelDto, index$6_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index$6_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index$6_FindOverViewInstagramSettingInteractStoryDto as FindOverViewInstagramSettingInteractStoryDto, index$6_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index$6_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index$6_FindOverViewLarkDto as FindOverViewLarkDto, index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index$6_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index$6_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index$6_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index$6_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index$6_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index$6_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index$6_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index$6_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index$6_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index$6_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index$6_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index$6_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index$6_FindOverviewInstagramHistoryAutoPostDto as FindOverviewInstagramHistoryAutoPostDto, index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index$6_FindOverviewInstagramHistoryBlockUserDto as FindOverviewInstagramHistoryBlockUserDto, index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index$6_FindOverviewInstagramHistoryFollowDto as FindOverviewInstagramHistoryFollowDto, index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index$6_FindOverviewProxyDto as FindOverviewProxyDto, index$6_FindOverviewRoleDto as FindOverviewRoleDto, index$6_FindOverviewTeamDto as FindOverviewTeamDto, index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index$6_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index$6_FindOverviewUserDto as FindOverviewUserDto, index$6_FindPCDto as FindPCDto, index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FindProxyDto as FindProxyDto, index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, index$6_FindRoleDetailDto as FindRoleDetailDto, index$6_FindRoleDto as FindRoleDto, index$6_FindRoleOfMe as FindRoleOfMe, index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index$6_FindSheetWorkDto as FindSheetWorkDto, index$6_FindSheetsToolDto as FindSheetsToolDto, index$6_FindTaskAIContentDto as FindTaskAIContentDto, index$6_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index$6_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index$6_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index$6_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index$6_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index$6_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index$6_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index$6_FindTasksJobDto as FindTasksJobDto, index$6_FindTeamDto as FindTeamDto, index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index$6_FindThreadsHistoryAutoPostDto as FindThreadsHistoryAutoPostDto, index$6_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index$6_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index$6_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index$6_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index$6_FindUserDto as FindUserDto, index$6_IBaseELS as IBaseELS, index$6_IBaseRefFieldELS as IBaseRefFieldELS, index$6_IBaseSheetImportDto as IBaseSheetImportDto, index$6_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, index$6_IFilterAssignDto as IFilterAssignDto, index$6_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index$6_IFilterBaseDto as IFilterBaseDto, index$6_IFindBaseDto as IFindBaseDto, index$6_IUserInfoAssignment as IUserInfoAssignment, index$6_ImportAccountVPSDto as ImportAccountVPSDto, index$6_ImportDto as ImportDto, index$6_ImportManagerWorkDto as ImportManagerWorkDto, index$6_ImportSheetWorkDto as ImportSheetWorkDto, index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, index$6_UpdateBlogDto as UpdateBlogDto, index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index$6_UpdateDepartmentDto as UpdateDepartmentDto, index$6_UpdateDeviceDto as UpdateDeviceDto, index$6_UpdateLarkDto as UpdateLarkDto, index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, index$6_UpdatePCDto as UpdatePCDto, index$6_UpdateProxyDto as UpdateProxyDto, index$6_UpdateRoleDto as UpdateRoleDto, index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index$6_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index$6_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index$6_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index$6_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index$6_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index$6_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index$6_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index$6_UpdateTasksJobDto as UpdateTasksJobDto, index$6_UpdateTeamDto as UpdateTeamDto, index$6_UpdateUserDto as UpdateUserDto, index$6_ViewDetailDeviceDto as ViewDetailDeviceDto };
10936
+ export type { index$6_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, index$6_AddAccountForDeviceDto as AddAccountForDeviceDto, index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index$6_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index$6_CheckSendMessageLark as CheckSendMessageLark, index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index$6_CreateAccountVPSDto as CreateAccountVPSDto, index$6_CreateBlogDto as CreateBlogDto, index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index$6_CreateDepartmentDto as CreateDepartmentDto, index$6_CreateLarkDto as CreateLarkDto, index$6_CreateManagerWorkDto as CreateManagerWorkDto, index$6_CreatePCDto as CreatePCDto, index$6_CreateProxyDto as CreateProxyDto, index$6_CreateRoleDto as CreateRoleDto, index$6_CreateSheetToolDto as CreateSheetToolDto, index$6_CreateSheetWorkDto as CreateSheetWorkDto, index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, index$6_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index$6_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index$6_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index$6_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index$6_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index$6_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index$6_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index$6_CreateTasksJobDto as CreateTasksJobDto, index$6_CreateTeamDto as CreateTeamDto, index$6_CreateUserDto as CreateUserDto, index$6_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, index$6_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, index$6_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, index$6_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, index$6_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$6_ExportDto as ExportDto, index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index$6_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index$6_FilterAccountAIImageDto as FilterAccountAIImageDto, index$6_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index$6_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index$6_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index$6_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, index$6_FilterAccountDriveDto as FilterAccountDriveDto, index$6_FilterAccountEmailDto as FilterAccountEmailDto, index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index$6_FilterAccountVPNDto as FilterAccountVPNDto, index$6_FilterAccountVPSDto as FilterAccountVPSDto, index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index$6_FilterBaseDto as FilterBaseDto, index$6_FilterBaseSocialDto as FilterBaseSocialDto, index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, index$6_FilterBlogDto as FilterBlogDto, index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index$6_FilterDepartmentDto as FilterDepartmentDto, index$6_FilterDeviceDto as FilterDeviceDto, index$6_FilterDeviceLogDto as FilterDeviceLogDto, index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index$6_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index$6_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index$6_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index$6_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index$6_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index$6_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index$6_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index$6_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index$6_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index$6_FilterLarkDto as FilterLarkDto, index$6_FilterManagerImageAIDto as FilterManagerImageAIDto, index$6_FilterManagerSheetDto as FilterManagerSheetDto, index$6_FilterManagerWorkDto as FilterManagerWorkDto, index$6_FilterPCDto as FilterPCDto, index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FilterProxyDto as FilterProxyDto, index$6_FilterRoleDto as FilterRoleDto, index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index$6_FilterSheetWorkDto as FilterSheetWorkDto, index$6_FilterSheetsToolDto as FilterSheetsToolDto, index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, index$6_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index$6_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index$6_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index$6_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index$6_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index$6_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index$6_FilterTeamDto as FilterTeamDto, index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index$6_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index$6_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index$6_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index$6_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index$6_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index$6_FilterUserDto as FilterUserDto, index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index$6_FindAccountAIContentDto as FindAccountAIContentDto, index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index$6_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index$6_FindAccountAIImageDto as FindAccountAIImageDto, index$6_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index$6_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index$6_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index$6_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index$6_FindAccountCanvaDto as FindAccountCanvaDto, index$6_FindAccountDriveDto as FindAccountDriveDto, index$6_FindAccountEmailDto as FindAccountEmailDto, index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index$6_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index$6_FindAccountVPNDto as FindAccountVPNDto, index$6_FindAccountVPSDto as FindAccountVPSDto, index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index$6_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index$6_FindBlogCategoryDto as FindBlogCategoryDto, index$6_FindBlogDto as FindBlogDto, index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index$6_FindDepartmentDto as FindDepartmentDto, index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index$6_FindDeviceDto as FindDeviceDto, index$6_FindDeviceLogDto as FindDeviceLogDto, index$6_FindForReviewDto as FindForReviewDto, index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index$6_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index$6_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index$6_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index$6_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index$6_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index$6_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index$6_FindLarkDto as FindLarkDto, index$6_FindManagerImageAIDto as FindManagerImageAIDto, index$6_FindManagerSheetDto as FindManagerSheetDto, index$6_FindManagerWorkDto as FindManagerWorkDto, index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index$6_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index$6_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index$6_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index$6_FindOverViewInstagramSettingInteractExploreDto as FindOverViewInstagramSettingInteractExploreDto, index$6_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index$6_FindOverViewInstagramSettingInteractReelDto as FindOverViewInstagramSettingInteractReelDto, index$6_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index$6_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index$6_FindOverViewInstagramSettingInteractStoryDto as FindOverViewInstagramSettingInteractStoryDto, index$6_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index$6_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index$6_FindOverViewLarkDto as FindOverViewLarkDto, index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index$6_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index$6_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index$6_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index$6_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index$6_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index$6_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index$6_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index$6_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index$6_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index$6_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index$6_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index$6_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index$6_FindOverviewProxyDto as FindOverviewProxyDto, index$6_FindOverviewRoleDto as FindOverviewRoleDto, index$6_FindOverviewTeamDto as FindOverviewTeamDto, index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index$6_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index$6_FindOverviewUserDto as FindOverviewUserDto, index$6_FindPCDto as FindPCDto, index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FindProxyDto as FindProxyDto, index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, index$6_FindRoleDetailDto as FindRoleDetailDto, index$6_FindRoleDto as FindRoleDto, index$6_FindRoleOfMe as FindRoleOfMe, index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index$6_FindSheetWorkDto as FindSheetWorkDto, index$6_FindSheetsToolDto as FindSheetsToolDto, index$6_FindTaskAIContentDto as FindTaskAIContentDto, index$6_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index$6_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index$6_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index$6_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index$6_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index$6_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index$6_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index$6_FindTasksJobDto as FindTasksJobDto, index$6_FindTeamDto as FindTeamDto, index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index$6_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index$6_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index$6_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index$6_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index$6_FindUserDto as FindUserDto, index$6_IBaseELS as IBaseELS, index$6_IBaseRefFieldELS as IBaseRefFieldELS, index$6_IBaseSheetImportDto as IBaseSheetImportDto, index$6_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, index$6_IFilterAssignDto as IFilterAssignDto, index$6_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index$6_IFilterBaseDto as IFilterBaseDto, index$6_IFindBaseDto as IFindBaseDto, index$6_IUserInfoAssignment as IUserInfoAssignment, index$6_ImportAccountVPSDto as ImportAccountVPSDto, index$6_ImportDto as ImportDto, index$6_ImportManagerWorkDto as ImportManagerWorkDto, index$6_ImportSheetWorkDto as ImportSheetWorkDto, index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, index$6_UpdateBlogDto as UpdateBlogDto, index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index$6_UpdateDepartmentDto as UpdateDepartmentDto, index$6_UpdateDeviceDto as UpdateDeviceDto, index$6_UpdateLarkDto as UpdateLarkDto, index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, index$6_UpdatePCDto as UpdatePCDto, index$6_UpdateProxyDto as UpdateProxyDto, index$6_UpdateRoleDto as UpdateRoleDto, index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index$6_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index$6_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index$6_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index$6_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index$6_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index$6_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index$6_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index$6_UpdateTasksJobDto as UpdateTasksJobDto, index$6_UpdateTeamDto as UpdateTeamDto, index$6_UpdateUserDto as UpdateUserDto, index$6_ViewDetailDeviceDto as ViewDetailDeviceDto };
10766
10937
  }
10767
10938
 
10768
10939
  interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -11020,6 +11191,8 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
11020
11191
  }
11021
11192
 
11022
11193
  interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11194
+ sheetUrl: string;
11195
+ sheetName: string;
11023
11196
  account: IInstagramAccountRaw | string;
11024
11197
  listUserBlock: string[];
11025
11198
  listUserRestrict: string[];
@@ -11044,6 +11217,15 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11044
11217
  nameAppCloneSocial: string;
11045
11218
  accountDeviceTypeAppClone: string;
11046
11219
  accountDeviceNameAppClone: string;
11220
+ username: string;
11221
+ statusLogin: EStatusAccountSocialLogin;
11222
+ statusRun: EStatusAccountSocialRun;
11223
+ };
11224
+ sheetInfo: IBaseRefFieldELS & {
11225
+ name: string;
11226
+ url: string;
11227
+ type: string;
11228
+ status: ESheetToolStatus;
11047
11229
  };
11048
11230
  listUserBlock: string[];
11049
11231
  listUserRestrict: string[];
@@ -11084,6 +11266,9 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
11084
11266
  nameAppCloneSocial: string;
11085
11267
  accountDeviceTypeAppClone: string;
11086
11268
  accountDeviceNameAppClone: string;
11269
+ username: string;
11270
+ statusLogin: EStatusAccountSocialLogin;
11271
+ statusRun: EStatusAccountSocialRun;
11087
11272
  };
11088
11273
  typeView: string;
11089
11274
  numberLike: number;
@@ -11099,8 +11284,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
11099
11284
  }
11100
11285
 
11101
11286
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11102
- sheetName: string;
11103
- sheetUrl: string;
11287
+ sheet: string | ISheetsTool;
11104
11288
  account: IInstagramAccountRaw | string;
11105
11289
  listUsersFollow: Array<string>;
11106
11290
  follower: number;
@@ -11138,9 +11322,16 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11138
11322
  nameAppCloneSocial: string;
11139
11323
  accountDeviceTypeAppClone: string;
11140
11324
  accountDeviceNameAppClone: string;
11325
+ username: string;
11326
+ statusLogin: EStatusAccountSocialLogin;
11327
+ statusRun: EStatusAccountSocialRun;
11328
+ };
11329
+ sheetInfo: IBaseRefFieldELS & {
11330
+ name: string;
11331
+ url: string;
11332
+ type: string;
11333
+ status: ESheetToolStatus;
11141
11334
  };
11142
- sheetName: string;
11143
- sheetUrl: string;
11144
11335
  listUsersFollow: Array<string>;
11145
11336
  follower: number;
11146
11337
  following: number;
@@ -11191,6 +11382,9 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
11191
11382
  nameAppCloneSocial: string;
11192
11383
  accountDeviceTypeAppClone: string;
11193
11384
  accountDeviceNameAppClone: string;
11385
+ username: string;
11386
+ statusLogin: EStatusAccountSocialLogin;
11387
+ statusRun: EStatusAccountSocialRun;
11194
11388
  };
11195
11389
  numberLike: number;
11196
11390
  minutesExecute: number;
@@ -11206,8 +11400,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
11206
11400
 
11207
11401
  interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11208
11402
  account: IInstagramAccountRaw | string;
11209
- sheetName: string;
11210
- sheetUrl: string;
11403
+ sheet: string | ISheetsTool;
11211
11404
  content: string;
11212
11405
  userLink: string;
11213
11406
  linkPost: string;
@@ -11233,9 +11426,16 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11233
11426
  nameAppCloneSocial: string;
11234
11427
  accountDeviceTypeAppClone: string;
11235
11428
  accountDeviceNameAppClone: string;
11429
+ username: string;
11430
+ statusLogin: EStatusAccountSocialLogin;
11431
+ statusRun: EStatusAccountSocialRun;
11432
+ };
11433
+ sheetInfo: IBaseRefFieldELS & {
11434
+ name: string;
11435
+ url: string;
11436
+ type: string;
11437
+ status: ESheetToolStatus;
11236
11438
  };
11237
- sheetName: string;
11238
- sheetUrl: string;
11239
11439
  content: string;
11240
11440
  userLink: string;
11241
11441
  linkPost: string;
@@ -11251,8 +11451,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11251
11451
 
11252
11452
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11253
11453
  account: IInstagramAccountRaw | string;
11254
- sheetName: string;
11255
- sheetUrl: string;
11454
+ sheet: string | ISheetsTool;
11256
11455
  receiverName: string;
11257
11456
  messageReply: string;
11258
11457
  status: EStatusTaskScript;
@@ -11276,9 +11475,16 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11276
11475
  nameAppCloneSocial: string;
11277
11476
  accountDeviceTypeAppClone: string;
11278
11477
  accountDeviceNameAppClone: string;
11478
+ username: string;
11479
+ statusLogin: EStatusAccountSocialLogin;
11480
+ statusRun: EStatusAccountSocialRun;
11481
+ };
11482
+ sheetInfo: IBaseRefFieldELS & {
11483
+ name: string;
11484
+ url: string;
11485
+ type: string;
11486
+ status: ESheetToolStatus;
11279
11487
  };
11280
- sheetName: string;
11281
- sheetUrl: string;
11282
11488
  receiverName: string;
11283
11489
  messageReply: string;
11284
11490
  status: EStatusTaskScript;
@@ -11318,6 +11524,9 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
11318
11524
  nameAppCloneSocial: string;
11319
11525
  accountDeviceTypeAppClone: string;
11320
11526
  accountDeviceNameAppClone: string;
11527
+ username: string;
11528
+ statusLogin: EStatusAccountSocialLogin;
11529
+ statusRun: EStatusAccountSocialRun;
11321
11530
  };
11322
11531
  numberLike: number;
11323
11532
  minutesExecute: number;
@@ -11335,8 +11544,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
11335
11544
 
11336
11545
  interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11337
11546
  account: IInstagramAccountRaw | string;
11338
- sheetName: string;
11339
- sheetUrl: string;
11547
+ sheet: string | ISheetsTool;
11340
11548
  listUsersUnFollow: Array<string>;
11341
11549
  follower: number;
11342
11550
  following: number;
@@ -11368,9 +11576,16 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11368
11576
  nameAppCloneSocial: string;
11369
11577
  accountDeviceTypeAppClone: string;
11370
11578
  accountDeviceNameAppClone: string;
11579
+ username: string;
11580
+ statusLogin: EStatusAccountSocialLogin;
11581
+ statusRun: EStatusAccountSocialRun;
11582
+ };
11583
+ sheetInfo: IBaseRefFieldELS & {
11584
+ name: string;
11585
+ url: string;
11586
+ type: string;
11587
+ status: ESheetToolStatus;
11371
11588
  };
11372
- sheetName: string;
11373
- sheetUrl: string;
11374
11589
  listUsersUnFollow: Array<string>;
11375
11590
  follower: number;
11376
11591
  following: number;
@@ -11392,9 +11607,9 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11392
11607
 
11393
11608
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11394
11609
  account: string | IInstagramAccountRaw;
11395
- sheetUrl: string;
11396
- sheetName: string;
11610
+ sheet: string | ISheetsTool;
11397
11611
  rowId: string;
11612
+ sstAccount: string;
11398
11613
  timeStart: Date;
11399
11614
  timeEnd: Date;
11400
11615
  timezone: ETimeZone;
@@ -11421,10 +11636,18 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11421
11636
  nameAppCloneSocial: string;
11422
11637
  accountDeviceTypeAppClone: string;
11423
11638
  accountDeviceNameAppClone: string;
11639
+ username: string;
11640
+ statusLogin: EStatusAccountSocialLogin;
11641
+ statusRun: EStatusAccountSocialRun;
11642
+ };
11643
+ sheetInfo: IBaseRefFieldELS & {
11644
+ name: string;
11645
+ url: string;
11646
+ type: string;
11647
+ status: ESheetToolStatus;
11424
11648
  };
11425
- sheetUrl: string;
11426
- sheetName: string;
11427
11649
  rowId: string;
11650
+ sstAccount: string;
11428
11651
  timeStart: Date;
11429
11652
  timeEnd: Date;
11430
11653
  timezone: ETimeZone;
@@ -11441,9 +11664,9 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11441
11664
 
11442
11665
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11443
11666
  account: string | IInstagramAccountRaw;
11444
- sheetUrl: string;
11445
- sheetName: string;
11667
+ sheet: string | ISheetsTool;
11446
11668
  rowId: string;
11669
+ sstAccount: string;
11447
11670
  timeStart: Date;
11448
11671
  timeEnd: Date;
11449
11672
  timezone: ETimeZone;
@@ -11456,18 +11679,20 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
11456
11679
  stylePost: string;
11457
11680
  photosUrl: string[];
11458
11681
  videosUrl: string[];
11682
+ music: string[];
11683
+ location: string[];
11459
11684
  content: string;
11460
- music: string;
11461
- location: string;
11685
+ contentEdit: string;
11462
11686
  urlPost: string;
11463
11687
  listTagsUsername: string[];
11464
11688
  listTagsCollaborator: string[];
11465
- isAddAILable: boolean;
11689
+ listTagUserPostMe: string[];
11466
11690
  cmtPost: string;
11467
11691
  cmtStickerPostMe: string;
11468
- tagUserPostMe: string;
11469
- isSuggestFB: boolean;
11470
11692
  idPostToSheet: string;
11693
+ isAddAILable: boolean;
11694
+ isSuggestFB: boolean;
11695
+ isEdit: boolean;
11471
11696
  }
11472
11697
  interface IInstagramReportPostNewELS extends IBaseELS {
11473
11698
  idea: IBaseRefFieldELS;
@@ -11482,10 +11707,18 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11482
11707
  nameAppCloneSocial: string;
11483
11708
  accountDeviceTypeAppClone: string;
11484
11709
  accountDeviceNameAppClone: string;
11710
+ username: string;
11711
+ statusLogin: EStatusAccountSocialLogin;
11712
+ statusRun: EStatusAccountSocialRun;
11713
+ };
11714
+ sheetInfo: IBaseRefFieldELS & {
11715
+ name: string;
11716
+ url: string;
11717
+ type: string;
11718
+ status: ESheetToolStatus;
11485
11719
  };
11486
- sheetUrl: string;
11487
- sheetName: string;
11488
11720
  rowId: string;
11721
+ sstAccount: string;
11489
11722
  timeStart: Date;
11490
11723
  timeEnd: Date;
11491
11724
  timezone: ETimeZone;
@@ -11498,25 +11731,27 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11498
11731
  stylePost: string;
11499
11732
  photosUrl: string[];
11500
11733
  videosUrl: string[];
11734
+ music: string[];
11735
+ location: string[];
11501
11736
  content: string;
11502
- music: string;
11503
- location: string;
11737
+ contentEdit: string;
11504
11738
  urlPost: string;
11505
11739
  listTagsUsername: string[];
11506
11740
  listTagsCollaborator: string[];
11507
- isAddAILable: boolean;
11741
+ listTagUserPostMe: string[];
11508
11742
  cmtPost: string;
11509
11743
  cmtStickerPostMe: string;
11510
- tagUserPostMe: string;
11511
- isSuggestFB: boolean;
11512
11744
  idPostToSheet: string;
11745
+ isSuggestFB: boolean;
11746
+ isAddAILable: boolean;
11747
+ isEdit: boolean;
11513
11748
  }
11514
11749
 
11515
11750
  interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11516
11751
  account: string | IInstagramAccountRaw;
11517
- sheetUrl: string;
11518
- sheetName: string;
11752
+ sheet: string | ISheetsTool;
11519
11753
  rowId: string;
11754
+ sstAccount: string;
11520
11755
  timeStart: Date;
11521
11756
  timeEnd: Date;
11522
11757
  timezone: ETimeZone;
@@ -11529,18 +11764,19 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
11529
11764
  stylePost: string;
11530
11765
  photosUrl: string[];
11531
11766
  videosUrl: string[];
11767
+ music: string[];
11768
+ location: string[];
11532
11769
  content: string;
11533
- music: string;
11534
- location: string;
11770
+ contentEdit: string;
11535
11771
  urlPost: string;
11536
11772
  listTagsUsername: string[];
11537
11773
  listTagsCollaborator: string[];
11538
- isAddAILable: boolean;
11774
+ listTagUserPostMe: string[];
11539
11775
  cmtPost: string;
11540
11776
  cmtStickerPostMe: string;
11541
- tagUserPostMe: string;
11542
- isSuggestFB: boolean;
11543
11777
  idPostToSheet: string;
11778
+ isSuggestFB: boolean;
11779
+ isAddAILable: boolean;
11544
11780
  }
11545
11781
  interface IInstagramReportPostSquareELS extends IBaseELS {
11546
11782
  idea: IBaseRefFieldELS;
@@ -11555,10 +11791,18 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11555
11791
  nameAppCloneSocial: string;
11556
11792
  accountDeviceTypeAppClone: string;
11557
11793
  accountDeviceNameAppClone: string;
11794
+ username: string;
11795
+ statusLogin: EStatusAccountSocialLogin;
11796
+ statusRun: EStatusAccountSocialRun;
11797
+ };
11798
+ sheetInfo: IBaseRefFieldELS & {
11799
+ name: string;
11800
+ url: string;
11801
+ type: string;
11802
+ status: ESheetToolStatus;
11558
11803
  };
11559
- sheetUrl: string;
11560
- sheetName: string;
11561
11804
  rowId: string;
11805
+ sstAccount: string;
11562
11806
  timeStart: Date;
11563
11807
  timeEnd: Date;
11564
11808
  timezone: ETimeZone;
@@ -11571,25 +11815,27 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11571
11815
  stylePost: string;
11572
11816
  photosUrl: string[];
11573
11817
  videosUrl: string[];
11818
+ music: string[];
11819
+ location: string[];
11574
11820
  content: string;
11575
- music: string;
11576
- location: string;
11821
+ contentEdit: string;
11577
11822
  urlPost: string;
11578
11823
  listTagsCollaborator: string[];
11579
11824
  listTagsUsername: string[];
11580
- isAddAILable: boolean;
11825
+ listTagUserPostMe: string[];
11581
11826
  cmtPost: string;
11582
11827
  cmtStickerPostMe: string;
11583
11828
  tagUserPostMe: string;
11584
- isSuggestFB: boolean;
11585
11829
  idPostToSheet: string;
11830
+ isAddAILable: boolean;
11831
+ isSuggestFB: boolean;
11586
11832
  }
11587
11833
 
11588
11834
  interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11589
11835
  account: string | IInstagramAccountRaw;
11590
- sheetUrl: string;
11591
- sheetName: string;
11836
+ sheet: string | ISheetsTool;
11592
11837
  rowId: string;
11838
+ sstAccount: string;
11593
11839
  timeStart: Date;
11594
11840
  timeEnd: Date;
11595
11841
  timezone: ETimeZone;
@@ -11602,11 +11848,12 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
11602
11848
  stylePost: string;
11603
11849
  photosUrl: string[];
11604
11850
  videosUrl: string[];
11605
- location: string;
11606
- music: string;
11851
+ music: string[];
11852
+ location: string[];
11607
11853
  content: string;
11608
11854
  listTagsCollaborator: string[];
11609
11855
  listTagsUsername: string[];
11856
+ listTagUserPostMe: string[];
11610
11857
  urlPost: string;
11611
11858
  }
11612
11859
  interface IInstagramReportPostReelELS extends IBaseELS {
@@ -11622,10 +11869,18 @@ interface IInstagramReportPostReelELS extends IBaseELS {
11622
11869
  nameAppCloneSocial: string;
11623
11870
  accountDeviceTypeAppClone: string;
11624
11871
  accountDeviceNameAppClone: string;
11872
+ username: string;
11873
+ statusLogin: EStatusAccountSocialLogin;
11874
+ statusRun: EStatusAccountSocialRun;
11875
+ };
11876
+ sheetInfo: IBaseRefFieldELS & {
11877
+ name: string;
11878
+ url: string;
11879
+ type: string;
11880
+ status: ESheetToolStatus;
11625
11881
  };
11626
- sheetUrl: string;
11627
- sheetName: string;
11628
11882
  rowId: string;
11883
+ sstAccount: string;
11629
11884
  timeStart: Date;
11630
11885
  timeEnd: Date;
11631
11886
  timezone: ETimeZone;
@@ -11638,8 +11893,8 @@ interface IInstagramReportPostReelELS extends IBaseELS {
11638
11893
  stylePost: string;
11639
11894
  photosUrl: string[];
11640
11895
  videosUrl: string[];
11641
- location: string;
11642
- music: string;
11896
+ music: string[];
11897
+ location: string[];
11643
11898
  content: string;
11644
11899
  urlPost: string;
11645
11900
  listTagsCollaborator: string[];
@@ -11648,9 +11903,9 @@ interface IInstagramReportPostReelELS extends IBaseELS {
11648
11903
 
11649
11904
  interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11650
11905
  account: string | IInstagramAccountRaw;
11651
- sheetUrl: string;
11652
- sheetName: string;
11906
+ sheet: string | ISheetsTool;
11653
11907
  rowId: string;
11908
+ sstAccount: string;
11654
11909
  timeStart: Date;
11655
11910
  timeEnd: Date;
11656
11911
  timezone: ETimeZone;
@@ -11663,8 +11918,8 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
11663
11918
  stylePost: string;
11664
11919
  photosUrl: string[];
11665
11920
  videosUrl: string[];
11666
- music: string;
11667
- location: string;
11921
+ music: string[];
11922
+ location: string[];
11668
11923
  listTagsUsername: string[];
11669
11924
  listTagsCollaborator: string[];
11670
11925
  }
@@ -11681,10 +11936,18 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
11681
11936
  nameAppCloneSocial: string;
11682
11937
  accountDeviceTypeAppClone: string;
11683
11938
  accountDeviceNameAppClone: string;
11939
+ username: string;
11940
+ statusLogin: EStatusAccountSocialLogin;
11941
+ statusRun: EStatusAccountSocialRun;
11942
+ };
11943
+ sheetInfo: IBaseRefFieldELS & {
11944
+ name: string;
11945
+ url: string;
11946
+ type: string;
11947
+ status: ESheetToolStatus;
11684
11948
  };
11685
- sheetUrl: string;
11686
- sheetName: string;
11687
11949
  rowId: string;
11950
+ sstAccount: string;
11688
11951
  timeStart: Date;
11689
11952
  timeEnd: Date;
11690
11953
  timezone: ETimeZone;
@@ -11697,8 +11960,8 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
11697
11960
  stylePost: string;
11698
11961
  photosUrl: string[];
11699
11962
  videosUrl: string[];
11700
- music: string;
11701
- location: string;
11963
+ music: string[];
11964
+ location: string[];
11702
11965
  listTagsUsername: string[];
11703
11966
  listTagsCollaborator: string[];
11704
11967
  }
@@ -14335,4 +14598,4 @@ declare namespace index {
14335
14598
  export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
14336
14599
  }
14337
14600
 
14338
- export { index$i as AI, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryFollowDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryFollowDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractExploreDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReelDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractStoryDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryFollowDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };
14601
+ export { index$i as AI, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolStatus, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractExploreDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReelDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractStoryDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };