automation-lib 5.1.256 → 5.1.260

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -396,6 +396,106 @@ declare namespace index$j {
396
396
  export { index$m as CONST_APIS, index$l as CONST_SCRIPTS, index$k as CONST_VALS };
397
397
  }
398
398
 
399
+ declare enum EFolderImageAI {
400
+ Scene = "Scene",
401
+ Style = "Style",
402
+ Subject = "Subject"
403
+ }
404
+
405
+ declare enum EEmailTagType {
406
+ Content = "Content",
407
+ Image = "Image",
408
+ Voice = "Voice"
409
+ }
410
+
411
+ declare enum EAIModelContent {
412
+ GPT = "GPT",
413
+ Perplexity = "Perplexity"
414
+ }
415
+
416
+ declare enum EAIModelImage {
417
+ Freepik = "Freepik",
418
+ Google = "Google"
419
+ }
420
+
421
+ declare enum EAIModelVoice {
422
+ Google = "Google"
423
+ }
424
+
425
+ declare enum EAIVersionGPT {
426
+ Default = "Default"
427
+ }
428
+
429
+ declare enum EAIVersionImage {
430
+ 'Freepik' = "Freepik",
431
+ 'Google' = "Google"
432
+ }
433
+
434
+ declare enum EAIVersionPerplexity {
435
+ Best = "Best",
436
+ Sonar = "Sonar",
437
+ Claude = "Claude",
438
+ GPT = "GPT",
439
+ Gemini = "Gemini",
440
+ Grok = "Grok",
441
+ R1_1776 = "R1 1776"
442
+ }
443
+
444
+ declare enum EAIVersionVoice {
445
+ Google = "Google"
446
+ }
447
+
448
+ declare enum EStatusAccountAI {
449
+ Active = "Active",
450
+ Limit = "Limit",
451
+ Suspend = "Suspend",
452
+ Wrong2FA = "Wrong2FA",
453
+ WrongPassword = "WrongPassword"
454
+ }
455
+
456
+ declare enum EStatusEmail {
457
+ New = "New",
458
+ Active = "Active",
459
+ Suspend = "Suspend",
460
+ Wrong2FA = "Wrong2FA",
461
+ WrongPassword = "WrongPassword"
462
+ }
463
+
464
+ declare enum EStatusChannel {
465
+ New = "New",
466
+ Pending = "Pending",
467
+ Active = "Active",
468
+ Error = "Error"
469
+ }
470
+
471
+ type index$i_EAIModelContent = EAIModelContent;
472
+ declare const index$i_EAIModelContent: typeof EAIModelContent;
473
+ type index$i_EAIModelImage = EAIModelImage;
474
+ declare const index$i_EAIModelImage: typeof EAIModelImage;
475
+ type index$i_EAIModelVoice = EAIModelVoice;
476
+ declare const index$i_EAIModelVoice: typeof EAIModelVoice;
477
+ type index$i_EAIVersionGPT = EAIVersionGPT;
478
+ declare const index$i_EAIVersionGPT: typeof EAIVersionGPT;
479
+ type index$i_EAIVersionImage = EAIVersionImage;
480
+ declare const index$i_EAIVersionImage: typeof EAIVersionImage;
481
+ type index$i_EAIVersionPerplexity = EAIVersionPerplexity;
482
+ declare const index$i_EAIVersionPerplexity: typeof EAIVersionPerplexity;
483
+ type index$i_EAIVersionVoice = EAIVersionVoice;
484
+ declare const index$i_EAIVersionVoice: typeof EAIVersionVoice;
485
+ type index$i_EEmailTagType = EEmailTagType;
486
+ declare const index$i_EEmailTagType: typeof EEmailTagType;
487
+ type index$i_EFolderImageAI = EFolderImageAI;
488
+ declare const index$i_EFolderImageAI: typeof EFolderImageAI;
489
+ type index$i_EStatusAccountAI = EStatusAccountAI;
490
+ declare const index$i_EStatusAccountAI: typeof EStatusAccountAI;
491
+ type index$i_EStatusChannel = EStatusChannel;
492
+ declare const index$i_EStatusChannel: typeof EStatusChannel;
493
+ type index$i_EStatusEmail = EStatusEmail;
494
+ declare const index$i_EStatusEmail: typeof EStatusEmail;
495
+ declare namespace index$i {
496
+ export { index$i_EAIModelContent as EAIModelContent, index$i_EAIModelImage as EAIModelImage, index$i_EAIModelVoice as EAIModelVoice, index$i_EAIVersionGPT as EAIVersionGPT, index$i_EAIVersionImage as EAIVersionImage, index$i_EAIVersionPerplexity as EAIVersionPerplexity, index$i_EAIVersionVoice as EAIVersionVoice, index$i_EEmailTagType as EEmailTagType, index$i_EFolderImageAI as EFolderImageAI, index$i_EStatusAccountAI as EStatusAccountAI, index$i_EStatusChannel as EStatusChannel, index$i_EStatusEmail as EStatusEmail };
497
+ }
498
+
399
499
  declare enum EFile {
400
500
  Audios = "Audios",
401
501
  Documents = "Documents",
@@ -415,6 +515,164 @@ declare enum EPriority {
415
515
  Low = "Low"
416
516
  }
417
517
 
518
+ declare enum EObjectName {
519
+ Test = "Test",
520
+ FilterStore = "FilterStore",
521
+ HistoryAIContent = "HistoryAIContent",
522
+ HistoryAIImage = "HistoryAIImage",
523
+ HistoryAIVoice = "HistoryAIVoice",
524
+ HistoryCanva = "HistoryCanva",
525
+ Files = "Files",
526
+ Idea = "Idea",
527
+ Niche = "Niche",
528
+ AccountSocial = "AccountSocial",
529
+ UserRole = "UserRole",
530
+ UserRoleGroup = "UserRoleGroup",
531
+ InstagramAccountRaw = "InstagramAccountRaw",
532
+ InstagramAccountRawHistoryGroup = "InstagramAccountRawHistoryGroup",
533
+ InstagramAccountRawHistoryChange = "InstagramAccountRawHistoryChange",
534
+ InstagramAccountRawHistoryCreate = "InstagramAccountRawHistoryCreate",
535
+ InstagramAccountRawHistoryAutoSync = "InstagramAccountRawHistoryAutoSync",
536
+ ThreadsAccountRaw = "ThreadsAccountRaw",
537
+ ThreadsAccountRawHistoryGroup = "ThreadsAccountRawHistoryGroup",
538
+ ThreadsAccountRawHistoryChange = "ThreadsAccountRawHistoryChange",
539
+ ThreadsAccountRawHistoryCreate = "ThreadsAccountRawHistoryCreate",
540
+ ThreadsAccountRawHistoryAutoSync = "ThreadsAccountRawHistoryAutoSync",
541
+ AccountsCanva = "AccountsCanva",
542
+ AccountsAI = "AccountsAI",
543
+ AccountsAIInfo = "AccountsAIInfo",
544
+ AccountsAITag = "AccountsAITag",
545
+ AccountsAIGroup = "AccountsAIGroup",
546
+ AccountsAIChannel = "AccountsAIChannel",
547
+ AccountsAIImage = "AccountsAIImage",
548
+ AccountsAIImageInfo = "AccountsAIImageInfo",
549
+ AccountsAIImageTag = "AccountsAIImageTag",
550
+ AccountsAIImageGroup = "AccountsAIImageGroup",
551
+ AccountsAIImageChannel = "AccountsAIImageChannel",
552
+ AccountAIVoice = "AccountAIVoice",
553
+ AccountAIVoiceInfo = "AccountAIVoiceInfo",
554
+ AccountAIVoiceTag = "AccountAIVoiceTag",
555
+ AccountAIVoiceGroup = "AccountAIVoiceGroup",
556
+ AccountAIVoiceChannel = "AccountAIVoiceChannel",
557
+ AccountEmail = "AccountEmail",
558
+ AccountEmailTag = "AccountEmailTag",
559
+ AccountEmailProxy = "AccountEmailProxy",
560
+ AccountEmailTaskWork = "AccountEmailTaskWork",
561
+ AccountsVPS = "AccountsVPS",
562
+ AccountsVPSGroup = "AccountsVPSGroup",
563
+ Devices = "Devices",
564
+ DeviceSetting = "DeviceSetting",
565
+ DeviceSettingForAccount = "DeviceSettingForAccount",
566
+ SocialTaskManager = "SocialTaskManager",
567
+ TasksAI = "TaskAI",
568
+ TaskAIImageVoice = "TaskAIImageVoice",
569
+ Proxy = "Proxy",
570
+ ProxyAttachedForDevice = "ProxyAttachedForDevice",
571
+ ProxySetting = "ProxySetting",
572
+ ProxySettingForAccount = "ProxySettingForAccount",
573
+ ProxyTracking = "ProxyTracking",
574
+ AccountSocialGroup = "AccountSocialGroup",
575
+ SheetsTool = "SheetsTool",
576
+ SheetsToolThreads = "SheetsToolThreads",
577
+ Canva = "Canva",
578
+ PatternCanvaAvatar = "PatternCanvaAvatar",
579
+ PatternCanvaCoverBackground = "PatternCanvaCoverBackground",
580
+ PC = "PC",
581
+ EObjectName = "EObjectName",
582
+ VoiceSettingDelay = "VoiceSettingDelay",
583
+ VoiceLanguage = "VoiceLanguage",
584
+ VoiceStore = "VoiceStore",
585
+ VoiceGenerated = "VoiceGenerated",
586
+ Teams = "Teams",
587
+ TeamsMembers = "TeamsMembers",
588
+ TeamsRoles = "TeamsRoles",
589
+ Departments = "Departments",
590
+ DepartmentsMembers = "DepartmentsMembers",
591
+ Lark = "Lark",
592
+ LarkTeam = "LarkTeam",
593
+ Blogs = "Blogs",
594
+ BlogDepartmentPermission = "BlogDepartmentPermission",
595
+ BlogTeamPermission = "BlogTeamPermission",
596
+ BlogUserPermission = "BlogUserPermission",
597
+ BlogsCategories = "BlogsCategories",
598
+ Images = "Images",
599
+ Notifications = "Notifications",
600
+ RolesGroups = "RolesGroups",
601
+ Roles = "Roles",
602
+ RolesFeatures = "RolesFeatures",
603
+ Users = "Users",
604
+ ManagerImageAI = "ManagerImageAI",
605
+ ManagerImageAIItemStore = "ManagerImageAIItemStore",
606
+ ManagerImageAIUserAttached = "ManagerImageAIUserAttached",
607
+ ManagerSheet = "ManagerSheet",
608
+ ManagerSheetGroup = "ManagerSheetGroup",
609
+ ManagerSheetChildren = "ManagerSheetChildren",
610
+ ManagerSheetChildrenGroup = "ManagerSheetChildrenGroup",
611
+ ManagerSheetChildrenGroupItem = "ManagerSheetChildrenGroupItem",
612
+ SheetWorkManager = "SheetWorkManager",
613
+ SheetsWorks = "SheetsWorks",
614
+ SheetsWorksManager = "SheetsWorksManager",
615
+ SheetWorkPin = "SheetWorkPin",
616
+ SheetsWorksCategories = "SheetsWorksCategories",
617
+ TasksJobs = "TasksJobs",
618
+ TasksJobsBlog = "TasksJobsBlog",
619
+ TasksJobsDepartment = "TasksJobsDepartment",
620
+ TasksJobsTeam = "TasksJobsTeam",
621
+ TasksJobsUser = "TasksJobsUser",
622
+ TasksJobsGroups = "TasksJobsGroups",
623
+ ManagerWork = "ManagerWork",
624
+ ManagerWorkPin = "ManagerWorkPin",
625
+ Tag = "tag",
626
+ Domain = "domain",
627
+ InteractExploresInstagram = "InteractExploresInstagram",
628
+ InteractReelsInstagram = "InteractReelsInstagram",
629
+ InteractStoriesInstagram = "InteractStoriesInstagram",
630
+ InteractFollowsInstagram = "InteractFollowsInstagram",
631
+ InteractReplyMessageInstagram = "InteractReplyMessageInstagram",
632
+ InteractCommentsInstagram = "InteractCommentsInstagram",
633
+ InteractReplyCommentsInstagram = "InteractReplyCommentsInstagram",
634
+ PostNewsInstagram = "PostNewsInstagram",
635
+ PostReelsInstagram = "PostReelsInstagram",
636
+ PostSquareInstagram = "PostSquareInstagram",
637
+ PostStoriesInstagram = "PostStoriesInstagram",
638
+ PostHighlightInstagram = "PostHighlightInstagram",
639
+ SettingInteractReplyCommentsInstagram = "SettingInteractReplyCommentsInstagram",
640
+ SettingInteractExploresInstagram = "SettingInteractExploresInstagram",
641
+ SettingInteractFollowsInstagram = "SettingInteractFollowsInstagram",
642
+ SettingInteractReelsInstagram = "SettingInteractReelsInstagram",
643
+ SettingInteractReplyMessageInstagram = "SettingInteractReplyMessageInstagram",
644
+ SettingInteractStoriesInstagram = "SettingInteractStoriesInstagram",
645
+ SettingInteractUnFollowsInstagram = "SettingInteractUnFollowsInstagram",
646
+ SettingPostsInstagram = "SettingPostsInstagram",
647
+ SettingPostsThreads = "SettingPostsThreads",
648
+ SettingInteractFollowsThreads = "SettingFollowsThreads",
649
+ SettingInteractUnFollowsThreads = "SettingUnFollowsThreads",
650
+ SettingInteractReplyCommentThreads = "SettingReplyCommentThreads",
651
+ SettingInteractReplyMessageThreads = "SettingReplyMessageThreads",
652
+ PostThreads = "PostThreads",
653
+ InteractFollowsThreads = "InteractFollowsThreads",
654
+ InteractUnFollowsThreads = "InteractUnFollowsThreads",
655
+ InteractReplyCommentThreads = "InteractReplyCommentThreads",
656
+ InteractReplyMessageThreads = "InteractReplyMessageThreads",
657
+ FreepikSetting = "FreepikSetting",
658
+ SupportQueries = "SupportQueries",
659
+ TaskBrowserContent = "TaskBrowserContent",
660
+ TaskBrowserImageVoiceCanva = "TaskBrowserImageVoiceCanva",
661
+ TaskPhoneInstagramBlockUser = "TaskPhoneInstagramBlockUser",
662
+ TaskPhoneInstagramChangeInfo = "TaskPhoneInstagramChangeInfo",
663
+ TaskPhoneInstagramFollow = "TaskPhoneInstagramFollow",
664
+ TaskPhoneInstagramReportPost = "TaskPhoneInstagramReportPost",
665
+ TaskPhoneInstagramReplyComment = "TaskPhoneInstagramReplyComment",
666
+ TaskPhoneInstagramReplyMessage = "TaskPhoneInstagramReplyMessage",
667
+ TaskPhoneInstagramInteractReel = "TaskPhoneInstagramInteractReel",
668
+ TaskPhoneInstagramInteractStory = "TaskPhoneInstagramInteractStory",
669
+ TaskPhoneInstagramInteractExplore = "TaskPhoneInstagramInteractExplore",
670
+ TaskPhoneThreadsPost = "TaskPhoneThreadsPost",
671
+ TaskPhoneThreadsFollow = "TaskPhoneThreadsFollow",
672
+ TaskPhoneThreadsReplyComment = "TaskPhoneThreadsReplyComment",
673
+ TaskPhoneThreadsReplyMessage = "TaskPhoneThreadsReplyMessage"
674
+ }
675
+
418
676
  declare enum EInputTypeFilter {
419
677
  ONE = "One",
420
678
  ARRAY = "Array",
@@ -422,204 +680,175 @@ declare enum EInputTypeFilter {
422
680
  DATE = "Date"
423
681
  }
424
682
 
425
- type index$i_EFile = EFile;
426
- declare const index$i_EFile: typeof EFile;
427
- type index$i_EGender = EGender;
428
- declare const index$i_EGender: typeof EGender;
429
- type index$i_EInputTypeFilter = EInputTypeFilter;
430
- declare const index$i_EInputTypeFilter: typeof EInputTypeFilter;
431
- type index$i_EPriority = EPriority;
432
- declare const index$i_EPriority: typeof EPriority;
433
- declare namespace index$i {
434
- export { index$i_EFile as EFile, index$i_EGender as EGender, index$i_EInputTypeFilter as EInputTypeFilter, index$i_EPriority as EPriority };
683
+ type index$h_EFile = EFile;
684
+ declare const index$h_EFile: typeof EFile;
685
+ type index$h_EGender = EGender;
686
+ declare const index$h_EGender: typeof EGender;
687
+ type index$h_EInputTypeFilter = EInputTypeFilter;
688
+ declare const index$h_EInputTypeFilter: typeof EInputTypeFilter;
689
+ type index$h_EObjectName = EObjectName;
690
+ declare const index$h_EObjectName: typeof EObjectName;
691
+ type index$h_EPriority = EPriority;
692
+ declare const index$h_EPriority: typeof EPriority;
693
+ declare namespace index$h {
694
+ export { index$h_EFile as EFile, index$h_EGender as EGender, index$h_EInputTypeFilter as EInputTypeFilter, index$h_EObjectName as EObjectName, index$h_EPriority as EPriority };
435
695
  }
436
696
 
437
- declare enum ETypeProxy {
438
- HTTP = "HTTP",
439
- SOCKS5 = "SOCKS5"
697
+ declare enum ELarkObject {
698
+ Base = "Base",
699
+ AccountTool = "Account tool",
700
+ ManagerSheet = "Manager sheet",
701
+ CreateNew = "Create new",
702
+ ToolDevice = "Tool device",
703
+ InstagramImport = "Instagram import",
704
+ InstagramDetail = "Instagram detail",
705
+ DuplicateAll = "Duplicate all",
706
+ RunAppDevice = "Run app device"
440
707
  }
441
- declare enum ETypeProxyNewIP {
442
- Active = "Active",
443
- New = "New",
444
- Error = "Error",
445
- Unknown = "Unknown"
708
+ declare enum ELarkNotiBase {
709
+ Website500 = "Website 500",
710
+ NotiTagMember = "Noti tag member",
711
+ ErrorLinkLark = "Error link lark",
712
+ LoginWebsite = "Login website",
713
+ LoginToolDevice = "Login tool device",
714
+ LoginToolContentAI = "Login tool content AI",
715
+ LoginToolImageVoice = "Login tool image voice",
716
+ LoginToolCanva = "Login tool canva"
446
717
  }
447
- declare enum ETypeProxyChecked {
448
- Dead = "Dead",
449
- Unknown = "Unknown",
450
- Working = "Working",
451
- Expired = "Expired",
452
- ErrorChecker = "ErrorChecker"
718
+ declare enum ELarkNotiRunAppDevice {
719
+ AppClone = "App clone",
720
+ AppInstagram = "App instagram",
721
+ AppThreads = "App threads",
722
+ AppFacebook = "App facebook",
723
+ AppTiktok = "App tiktok",
724
+ AppX = "App x.com",
725
+ AppPinterest = "App pinterest"
453
726
  }
454
-
455
- declare enum ETypePin {
456
- Love = "Love",
457
- Like = "Like",
458
- Gim = "Gim"
727
+ declare enum ELarkNotiAccountTool {
728
+ AccountSyncError = "Sync account error All",
729
+ AccountProxy = "Proxy/ import proxy/ proxy checker",
730
+ AccountVPS = "Account VPS Control",
731
+ AccountVPN = "Account VPN",
732
+ AccountCHPlayICloud = "Account CHPlay/ICloud",
733
+ AccountCanva = "Account Canva(4 lo\u1EA1i: Product Square, vu\u00F4ng, ngang, d\u1ECDc)",
734
+ AccountEmail = "Account Email",
735
+ AccountImageAI = "Account Freepik, Image(Google labs)",
736
+ AccountVoiceAI = "Account google voice",
737
+ AccountGoogleDrive = "Account google drive (Upload)",
738
+ ChannelContentAI = "Channel Content AI"
459
739
  }
460
-
461
- declare enum ETypeDeviceOS {
462
- IOS = "IOS",
463
- Android = "Android"
740
+ declare enum ELarkNotiDuplicateAll {
741
+ DuplicateAccountRaw = "Duplicate account raw social",
742
+ DuplicateSheetImport = "Duplicate sheet import Tools",
743
+ DuplicateSheetContent = "Duplicate sheet content",
744
+ DuplicateSystemAll = "Duplicate system all"
464
745
  }
465
-
466
- declare enum ETypeProxyCountry {
467
- USA = "USA",
468
- UK = "UK",
469
- CA = "CA",
470
- AU = "AU",
471
- Canada = "Canada"
746
+ declare enum ELarkNotiManagerSheet {
747
+ ErrorManagerSheet = "Error manager sheet",
748
+ ReadSheetSlow = "Read sheet slow",
749
+ CompleteSessionSheet = "Complete session sheet",
750
+ EmailError = "Email error"
472
751
  }
473
- declare enum ETypeProxyProvider {
474
- CloudMini = "CloudMini",
475
- ProxyRotator = "ProxyRotator",
476
- SmartProxy = "SmartProxy"
752
+ declare enum ELarkNotiToolDevice {
753
+ DeviceAndroidConnect = "Device android connect",
754
+ DeviceIOSConnect = "Device IOS Connect",
755
+ ConnectToolApp = "Connect tool app",
756
+ SettingDevice = "Setting devices"
477
757
  }
478
-
479
- declare enum ETypeAccountInstagramSetting {
480
- Business = "Business",
481
- Personal = "Business",
482
- Creator = "Business",
483
- Professional = "Professional"
758
+ declare enum ELarkNotiCreateNew {
759
+ NewHighlight = "NewHighlight",// Cần giải thích
760
+ CreateFolderImageAI = "Create name folder image (google labs)",
761
+ CreateIdeaNiche = "create new idea niche manage"
762
+ }
763
+ declare enum ELarkNotiSocialImport {
764
+ ImportIdeaNiche = "import idea - niche",
765
+ ImportSheetWork = "import sheet works",
766
+ ImportVps = "import vps",
767
+ ImportVpn = "import vpn",
768
+ ImportProxy = "import proxy",
769
+ ImportCHPlay = "import CHPlay/ICloud",
770
+ ImportGoogle = "import google drive",
771
+ ImportEmail = "import email account",
772
+ ImportImageAI = "import channel image AI",
773
+ ImportVoice = "import channel voice AI",
774
+ ImportInstagramRaw = "import account raw",
775
+ ImportPostSheet = "import post sheet",
776
+ ImportTool = "Import tool active all"
777
+ }
778
+ declare enum ELarkNotiInstagramDetail {
779
+ SyncAccountRun = "Sync Account Run Social All",
780
+ LoginAccount = "Login account social",
781
+ CreateCloneApp = "Create clone app",
782
+ ChangeInfoAccount = "account social\tchange info",
783
+ ChangeSettingAccount = "change setting business account",
784
+ Post = "Post (Product Square, News, Reel, Story/Highlight)",
785
+ InteractExplore = "interact explore",
786
+ InteractReel = "interact reel",
787
+ InteractStory = "interact stories",
788
+ InteractHomeMe = "interact home username",
789
+ InteractHomeUsernameFollower = "Interact home username follower",
790
+ InteractNews = "interact newsfeed",
791
+ FollowSocial = "Follow social",
792
+ UnfollowSocial = "Unfollow social",
793
+ ReplyComment = "Reply comment",
794
+ ReplyMessage = "Reply message",
795
+ BlockUser = "Block user"
484
796
  }
485
797
 
486
- declare enum ETypeExport {
487
- Append = "Append",
488
- Overwrite = "Overwrite"
798
+ type index$g_ELarkNotiAccountTool = ELarkNotiAccountTool;
799
+ declare const index$g_ELarkNotiAccountTool: typeof ELarkNotiAccountTool;
800
+ type index$g_ELarkNotiBase = ELarkNotiBase;
801
+ declare const index$g_ELarkNotiBase: typeof ELarkNotiBase;
802
+ type index$g_ELarkNotiCreateNew = ELarkNotiCreateNew;
803
+ declare const index$g_ELarkNotiCreateNew: typeof ELarkNotiCreateNew;
804
+ type index$g_ELarkNotiDuplicateAll = ELarkNotiDuplicateAll;
805
+ declare const index$g_ELarkNotiDuplicateAll: typeof ELarkNotiDuplicateAll;
806
+ type index$g_ELarkNotiInstagramDetail = ELarkNotiInstagramDetail;
807
+ declare const index$g_ELarkNotiInstagramDetail: typeof ELarkNotiInstagramDetail;
808
+ type index$g_ELarkNotiManagerSheet = ELarkNotiManagerSheet;
809
+ declare const index$g_ELarkNotiManagerSheet: typeof ELarkNotiManagerSheet;
810
+ type index$g_ELarkNotiRunAppDevice = ELarkNotiRunAppDevice;
811
+ declare const index$g_ELarkNotiRunAppDevice: typeof ELarkNotiRunAppDevice;
812
+ type index$g_ELarkNotiSocialImport = ELarkNotiSocialImport;
813
+ declare const index$g_ELarkNotiSocialImport: typeof ELarkNotiSocialImport;
814
+ type index$g_ELarkNotiToolDevice = ELarkNotiToolDevice;
815
+ declare const index$g_ELarkNotiToolDevice: typeof ELarkNotiToolDevice;
816
+ type index$g_ELarkObject = ELarkObject;
817
+ declare const index$g_ELarkObject: typeof ELarkObject;
818
+ declare namespace index$g {
819
+ export { index$g_ELarkNotiAccountTool as ELarkNotiAccountTool, index$g_ELarkNotiBase as ELarkNotiBase, index$g_ELarkNotiCreateNew as ELarkNotiCreateNew, index$g_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$g_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$g_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$g_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$g_ELarkNotiSocialImport as ELarkNotiSocialImport, index$g_ELarkNotiToolDevice as ELarkNotiToolDevice, index$g_ELarkObject as ELarkObject };
489
820
  }
490
821
 
491
- declare enum ETypeAccountVPN {
492
- Free = "Free",
493
- Premium = "Premium"
822
+ declare enum ESheetToolThreads {
823
+ Post = "Post",
824
+ ChangeInfo = "ChangeInfo",
825
+ Follow = "Follow",
826
+ ReplyComment = "ReplyComment",
827
+ ReplyMessage = "ReplyMessage"
494
828
  }
495
- declare enum ETypeProviderAccountVPN {
496
- NordVPN = "NordVPN",
497
- HmaVPN = "HmaVPN",
498
- ExpressVPN = "ExpressVPN",
499
- CyberGhost = "CyberGhost",
500
- SurfShark = "SurfShark",
501
- Windscribe = "Windscribe"
829
+
830
+ declare enum ESheetToolInstagram {
831
+ Post = "Post",
832
+ BlockUser = "Block user",
833
+ ChangeInfo = "Change info",
834
+ Follow = "Follow",
835
+ ReplyComment = "Reply comment",
836
+ ReplyMessage = "Reply message"
502
837
  }
503
838
 
504
- declare enum ETypeCanva {
505
- Square = "Square",
506
- Vertical = "Vertical",
507
- Horizontal = "Horizontal"
839
+ type index$f_ESheetToolInstagram = ESheetToolInstagram;
840
+ declare const index$f_ESheetToolInstagram: typeof ESheetToolInstagram;
841
+ type index$f_ESheetToolThreads = ESheetToolThreads;
842
+ declare const index$f_ESheetToolThreads: typeof ESheetToolThreads;
843
+ declare namespace index$f {
844
+ export { index$f_ESheetToolInstagram as ESheetToolInstagram, index$f_ESheetToolThreads as ESheetToolThreads };
508
845
  }
509
846
 
510
- declare enum ETypeColumnManagerWork {
511
- Dependent = "Dependent",
512
- Independent = "Independent"
513
- }
514
-
515
- declare enum ETypeManagerWorkClassify {
516
- TM = "TM",
517
- NTM = "NTM"
518
- }
519
- declare enum ETypeManagerWorkType {
520
- Idea = "Idea",
521
- Niche = "Niche",
522
- SubNiche = "SubNiche"
523
- }
524
- declare enum ETypeManagerWorkPin {
525
- Idea = "Idea",
526
- Niche = "Niche",
527
- SubNiche = "SubNiche"
528
- }
529
-
530
- declare enum ETypeRatioImage {
531
- Square = "Square",
532
- Vertical = "Vertical",
533
- Horizontal = "Horizontal"
534
- }
535
-
536
- declare enum ETypeSheetWorkClassify {
537
- TM = "TM",
538
- NTM = "NTM"
539
- }
540
- declare enum ETypeSheetWorkPin {
541
- Primary = "Primary",
542
- Secondary = "Secondary"
543
- }
544
-
545
- declare enum ETypeSocial {
546
- X = "X",
547
- Facebook = "Facebook",
548
- Instagram = "Instagram",
549
- Threads = "Threads",
550
- Twitter = "Twitter",
551
- Youtube = "Youtube",
552
- Medium = "Medium",
553
- Reddit = "Reddit",
554
- Tumblr = "Tumblr",
555
- Pinterest = "Pinterest",
556
- Tiktok = "Tiktok",
557
- Quora = "Quora"
558
- }
559
-
560
- declare enum ETypeTimeFilter {
561
- Day = "Day",
562
- Week = "Week",
563
- Month = "Month"
564
- }
565
-
566
- declare enum ETypeVoiceLanguage {
567
- English = "en"
568
- }
569
-
570
- type index$h_ETypeAccountInstagramSetting = ETypeAccountInstagramSetting;
571
- declare const index$h_ETypeAccountInstagramSetting: typeof ETypeAccountInstagramSetting;
572
- type index$h_ETypeAccountVPN = ETypeAccountVPN;
573
- declare const index$h_ETypeAccountVPN: typeof ETypeAccountVPN;
574
- type index$h_ETypeCanva = ETypeCanva;
575
- declare const index$h_ETypeCanva: typeof ETypeCanva;
576
- type index$h_ETypeColumnManagerWork = ETypeColumnManagerWork;
577
- declare const index$h_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
578
- type index$h_ETypeDeviceOS = ETypeDeviceOS;
579
- declare const index$h_ETypeDeviceOS: typeof ETypeDeviceOS;
580
- type index$h_ETypeExport = ETypeExport;
581
- declare const index$h_ETypeExport: typeof ETypeExport;
582
- type index$h_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
583
- declare const index$h_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
584
- type index$h_ETypeManagerWorkPin = ETypeManagerWorkPin;
585
- declare const index$h_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
586
- type index$h_ETypeManagerWorkType = ETypeManagerWorkType;
587
- declare const index$h_ETypeManagerWorkType: typeof ETypeManagerWorkType;
588
- type index$h_ETypePin = ETypePin;
589
- declare const index$h_ETypePin: typeof ETypePin;
590
- type index$h_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
591
- declare const index$h_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
592
- type index$h_ETypeProxy = ETypeProxy;
593
- declare const index$h_ETypeProxy: typeof ETypeProxy;
594
- type index$h_ETypeProxyChecked = ETypeProxyChecked;
595
- declare const index$h_ETypeProxyChecked: typeof ETypeProxyChecked;
596
- type index$h_ETypeProxyCountry = ETypeProxyCountry;
597
- declare const index$h_ETypeProxyCountry: typeof ETypeProxyCountry;
598
- type index$h_ETypeProxyNewIP = ETypeProxyNewIP;
599
- declare const index$h_ETypeProxyNewIP: typeof ETypeProxyNewIP;
600
- type index$h_ETypeProxyProvider = ETypeProxyProvider;
601
- declare const index$h_ETypeProxyProvider: typeof ETypeProxyProvider;
602
- type index$h_ETypeRatioImage = ETypeRatioImage;
603
- declare const index$h_ETypeRatioImage: typeof ETypeRatioImage;
604
- type index$h_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
605
- declare const index$h_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
606
- type index$h_ETypeSheetWorkPin = ETypeSheetWorkPin;
607
- declare const index$h_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
608
- type index$h_ETypeSocial = ETypeSocial;
609
- declare const index$h_ETypeSocial: typeof ETypeSocial;
610
- type index$h_ETypeTimeFilter = ETypeTimeFilter;
611
- declare const index$h_ETypeTimeFilter: typeof ETypeTimeFilter;
612
- type index$h_ETypeVoiceLanguage = ETypeVoiceLanguage;
613
- declare const index$h_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
614
- declare namespace index$h {
615
- export { index$h_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$h_ETypeAccountVPN as ETypeAccountVPN, index$h_ETypeCanva as ETypeCanva, index$h_ETypeColumnManagerWork as ETypeColumnManagerWork, index$h_ETypeDeviceOS as ETypeDeviceOS, index$h_ETypeExport as ETypeExport, index$h_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$h_ETypeManagerWorkPin as ETypeManagerWorkPin, index$h_ETypeManagerWorkType as ETypeManagerWorkType, index$h_ETypePin as ETypePin, index$h_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$h_ETypeProxy as ETypeProxy, index$h_ETypeProxyChecked as ETypeProxyChecked, index$h_ETypeProxyCountry as ETypeProxyCountry, index$h_ETypeProxyNewIP as ETypeProxyNewIP, index$h_ETypeProxyProvider as ETypeProxyProvider, index$h_ETypeRatioImage as ETypeRatioImage, index$h_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$h_ETypeSheetWorkPin as ETypeSheetWorkPin, index$h_ETypeSocial as ETypeSocial, index$h_ETypeTimeFilter as ETypeTimeFilter, index$h_ETypeVoiceLanguage as ETypeVoiceLanguage };
616
- }
617
-
618
- declare enum EStatusVPS {
619
- Nothing = "Nothing",
620
- Installing = "Installing",
621
- Success = "Done",
622
- Error = "Error"
847
+ declare enum EStatusVPS {
848
+ Nothing = "Nothing",
849
+ Installing = "Installing",
850
+ Success = "Done",
851
+ Error = "Error"
623
852
  }
624
853
 
625
854
  declare enum EStatusActive {
@@ -918,342 +1147,455 @@ declare enum EStatusAccountCHPlayICloud {
918
1147
  NotExist = "NotExist"
919
1148
  }
920
1149
 
921
- type index$g_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
922
- declare const index$g_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
923
- type index$g_EStatusAccountCanva = EStatusAccountCanva;
924
- declare const index$g_EStatusAccountCanva: typeof EStatusAccountCanva;
925
- type index$g_EStatusAccountDrive = EStatusAccountDrive;
926
- declare const index$g_EStatusAccountDrive: typeof EStatusAccountDrive;
927
- type index$g_EStatusAccountSocial = EStatusAccountSocial;
928
- declare const index$g_EStatusAccountSocial: typeof EStatusAccountSocial;
929
- type index$g_EStatusAccountSocialImport = EStatusAccountSocialImport;
930
- declare const index$g_EStatusAccountSocialImport: typeof EStatusAccountSocialImport;
931
- type index$g_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
932
- declare const index$g_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
933
- type index$g_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
934
- declare const index$g_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
935
- type index$g_EStatusAccountSocialRun = EStatusAccountSocialRun;
936
- declare const index$g_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
937
- type index$g_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
938
- declare const index$g_EStatusAccountSocialSetting: typeof EStatusAccountSocialSetting;
939
- type index$g_EStatusAccountSocialSync = EStatusAccountSocialSync;
940
- declare const index$g_EStatusAccountSocialSync: typeof EStatusAccountSocialSync;
941
- type index$g_EStatusAccountVPN = EStatusAccountVPN;
942
- declare const index$g_EStatusAccountVPN: typeof EStatusAccountVPN;
943
- type index$g_EStatusActive = EStatusActive;
944
- declare const index$g_EStatusActive: typeof EStatusActive;
945
- type index$g_EStatusBlog = EStatusBlog;
946
- declare const index$g_EStatusBlog: typeof EStatusBlog;
947
- type index$g_EStatusChangeInfo = EStatusChangeInfo;
948
- declare const index$g_EStatusChangeInfo: typeof EStatusChangeInfo;
949
- type index$g_EStatusCommon = EStatusCommon;
950
- declare const index$g_EStatusCommon: typeof EStatusCommon;
951
- type index$g_EStatusDeviceChange = EStatusDeviceChange;
952
- declare const index$g_EStatusDeviceChange: typeof EStatusDeviceChange;
953
- type index$g_EStatusDeviceConnect = EStatusDeviceConnect;
954
- declare const index$g_EStatusDeviceConnect: typeof EStatusDeviceConnect;
955
- type index$g_EStatusDeviceFarmOperation = EStatusDeviceFarmOperation;
956
- declare const index$g_EStatusDeviceFarmOperation: typeof EStatusDeviceFarmOperation;
957
- type index$g_EStatusDeviceHealth = EStatusDeviceHealth;
958
- declare const index$g_EStatusDeviceHealth: typeof EStatusDeviceHealth;
959
- type index$g_EStatusDeviceHub = EStatusDeviceHub;
960
- declare const index$g_EStatusDeviceHub: typeof EStatusDeviceHub;
961
- type index$g_EStatusDeviceLoginCHPlayICloud = EStatusDeviceLoginCHPlayICloud;
962
- declare const index$g_EStatusDeviceLoginCHPlayICloud: typeof EStatusDeviceLoginCHPlayICloud;
963
- type index$g_EStatusDeviceRunningSocial = EStatusDeviceRunningSocial;
964
- declare const index$g_EStatusDeviceRunningSocial: typeof EStatusDeviceRunningSocial;
965
- type index$g_EStatusDeviceSetup = EStatusDeviceSetup;
966
- declare const index$g_EStatusDeviceSetup: typeof EStatusDeviceSetup;
967
- type index$g_EStatusDeviceSetupStep = EStatusDeviceSetupStep;
968
- declare const index$g_EStatusDeviceSetupStep: typeof EStatusDeviceSetupStep;
969
- type index$g_EStatusDeviceSyncAutoData = EStatusDeviceSyncAutoData;
970
- declare const index$g_EStatusDeviceSyncAutoData: typeof EStatusDeviceSyncAutoData;
971
- type index$g_EStatusExecuteCommon = EStatusExecuteCommon;
972
- declare const index$g_EStatusExecuteCommon: typeof EStatusExecuteCommon;
973
- type index$g_EStatusLark = EStatusLark;
974
- declare const index$g_EStatusLark: typeof EStatusLark;
975
- type index$g_EStatusPC = EStatusPC;
976
- declare const index$g_EStatusPC: typeof EStatusPC;
977
- type index$g_EStatusSheetWork = EStatusSheetWork;
978
- declare const index$g_EStatusSheetWork: typeof EStatusSheetWork;
979
- type index$g_EStatusTaskAIContent = EStatusTaskAIContent;
980
- declare const index$g_EStatusTaskAIContent: typeof EStatusTaskAIContent;
981
- type index$g_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
982
- declare const index$g_EStatusTaskAvatarCover: typeof EStatusTaskAvatarCover;
983
- type index$g_EStatusTaskCanva = EStatusTaskCanva;
984
- declare const index$g_EStatusTaskCanva: typeof EStatusTaskCanva;
985
- type index$g_EStatusTaskImage = EStatusTaskImage;
986
- declare const index$g_EStatusTaskImage: typeof EStatusTaskImage;
987
- type index$g_EStatusTaskJob = EStatusTaskJob;
988
- declare const index$g_EStatusTaskJob: typeof EStatusTaskJob;
989
- type index$g_EStatusTaskJobGroup = EStatusTaskJobGroup;
990
- declare const index$g_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
991
- type index$g_EStatusTaskScript = EStatusTaskScript;
992
- declare const index$g_EStatusTaskScript: typeof EStatusTaskScript;
993
- type index$g_EStatusTaskToolSocials = EStatusTaskToolSocials;
994
- declare const index$g_EStatusTaskToolSocials: typeof EStatusTaskToolSocials;
995
- type index$g_EStatusTaskVoice = EStatusTaskVoice;
996
- declare const index$g_EStatusTaskVoice: typeof EStatusTaskVoice;
997
- type index$g_EStatusTeam = EStatusTeam;
998
- declare const index$g_EStatusTeam: typeof EStatusTeam;
999
- type index$g_EStatusVPS = EStatusVPS;
1000
- declare const index$g_EStatusVPS: typeof EStatusVPS;
1001
- declare namespace index$g {
1002
- export { index$g_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$g_EStatusAccountCanva as EStatusAccountCanva, index$g_EStatusAccountDrive as EStatusAccountDrive, index$g_EStatusAccountSocial as EStatusAccountSocial, index$g_EStatusAccountSocialImport as EStatusAccountSocialImport, index$g_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$g_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$g_EStatusAccountSocialRun as EStatusAccountSocialRun, index$g_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$g_EStatusAccountSocialSync as EStatusAccountSocialSync, index$g_EStatusAccountVPN as EStatusAccountVPN, index$g_EStatusActive as EStatusActive, index$g_EStatusBlog as EStatusBlog, index$g_EStatusChangeInfo as EStatusChangeInfo, index$g_EStatusCommon as EStatusCommon, index$g_EStatusDeviceChange as EStatusDeviceChange, index$g_EStatusDeviceConnect as EStatusDeviceConnect, index$g_EStatusDeviceFarmOperation as EStatusDeviceFarmOperation, index$g_EStatusDeviceHealth as EStatusDeviceHealth, index$g_EStatusDeviceHub as EStatusDeviceHub, index$g_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$g_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$g_EStatusDeviceSetup as EStatusDeviceSetup, index$g_EStatusDeviceSetupStep as EStatusDeviceSetupStep, index$g_EStatusDeviceSyncAutoData as EStatusDeviceSyncAutoData, index$g_EStatusExecuteCommon as EStatusExecuteCommon, index$g_EStatusLark as EStatusLark, index$g_EStatusPC as EStatusPC, index$g_EStatusSheetWork as EStatusSheetWork, index$g_EStatusTaskAIContent as EStatusTaskAIContent, index$g_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$g_EStatusTaskCanva as EStatusTaskCanva, index$g_EStatusTaskImage as EStatusTaskImage, index$g_EStatusTaskJob as EStatusTaskJob, index$g_EStatusTaskJobGroup as EStatusTaskJobGroup, index$g_EStatusTaskScript as EStatusTaskScript, index$g_EStatusTaskToolSocials as EStatusTaskToolSocials, index$g_EStatusTaskVoice as EStatusTaskVoice, index$g_EStatusTeam as EStatusTeam, index$g_EStatusVPS as EStatusVPS };
1150
+ type index$e_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
1151
+ declare const index$e_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
1152
+ type index$e_EStatusAccountCanva = EStatusAccountCanva;
1153
+ declare const index$e_EStatusAccountCanva: typeof EStatusAccountCanva;
1154
+ type index$e_EStatusAccountDrive = EStatusAccountDrive;
1155
+ declare const index$e_EStatusAccountDrive: typeof EStatusAccountDrive;
1156
+ type index$e_EStatusAccountSocial = EStatusAccountSocial;
1157
+ declare const index$e_EStatusAccountSocial: typeof EStatusAccountSocial;
1158
+ type index$e_EStatusAccountSocialImport = EStatusAccountSocialImport;
1159
+ declare const index$e_EStatusAccountSocialImport: typeof EStatusAccountSocialImport;
1160
+ type index$e_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
1161
+ declare const index$e_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
1162
+ type index$e_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
1163
+ declare const index$e_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
1164
+ type index$e_EStatusAccountSocialRun = EStatusAccountSocialRun;
1165
+ declare const index$e_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
1166
+ type index$e_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
1167
+ declare const index$e_EStatusAccountSocialSetting: typeof EStatusAccountSocialSetting;
1168
+ type index$e_EStatusAccountSocialSync = EStatusAccountSocialSync;
1169
+ declare const index$e_EStatusAccountSocialSync: typeof EStatusAccountSocialSync;
1170
+ type index$e_EStatusAccountVPN = EStatusAccountVPN;
1171
+ declare const index$e_EStatusAccountVPN: typeof EStatusAccountVPN;
1172
+ type index$e_EStatusActive = EStatusActive;
1173
+ declare const index$e_EStatusActive: typeof EStatusActive;
1174
+ type index$e_EStatusBlog = EStatusBlog;
1175
+ declare const index$e_EStatusBlog: typeof EStatusBlog;
1176
+ type index$e_EStatusChangeInfo = EStatusChangeInfo;
1177
+ declare const index$e_EStatusChangeInfo: typeof EStatusChangeInfo;
1178
+ type index$e_EStatusCommon = EStatusCommon;
1179
+ declare const index$e_EStatusCommon: typeof EStatusCommon;
1180
+ type index$e_EStatusDeviceChange = EStatusDeviceChange;
1181
+ declare const index$e_EStatusDeviceChange: typeof EStatusDeviceChange;
1182
+ type index$e_EStatusDeviceConnect = EStatusDeviceConnect;
1183
+ declare const index$e_EStatusDeviceConnect: typeof EStatusDeviceConnect;
1184
+ type index$e_EStatusDeviceFarmOperation = EStatusDeviceFarmOperation;
1185
+ declare const index$e_EStatusDeviceFarmOperation: typeof EStatusDeviceFarmOperation;
1186
+ type index$e_EStatusDeviceHealth = EStatusDeviceHealth;
1187
+ declare const index$e_EStatusDeviceHealth: typeof EStatusDeviceHealth;
1188
+ type index$e_EStatusDeviceHub = EStatusDeviceHub;
1189
+ declare const index$e_EStatusDeviceHub: typeof EStatusDeviceHub;
1190
+ type index$e_EStatusDeviceLoginCHPlayICloud = EStatusDeviceLoginCHPlayICloud;
1191
+ declare const index$e_EStatusDeviceLoginCHPlayICloud: typeof EStatusDeviceLoginCHPlayICloud;
1192
+ type index$e_EStatusDeviceRunningSocial = EStatusDeviceRunningSocial;
1193
+ declare const index$e_EStatusDeviceRunningSocial: typeof EStatusDeviceRunningSocial;
1194
+ type index$e_EStatusDeviceSetup = EStatusDeviceSetup;
1195
+ declare const index$e_EStatusDeviceSetup: typeof EStatusDeviceSetup;
1196
+ type index$e_EStatusDeviceSetupStep = EStatusDeviceSetupStep;
1197
+ declare const index$e_EStatusDeviceSetupStep: typeof EStatusDeviceSetupStep;
1198
+ type index$e_EStatusDeviceSyncAutoData = EStatusDeviceSyncAutoData;
1199
+ declare const index$e_EStatusDeviceSyncAutoData: typeof EStatusDeviceSyncAutoData;
1200
+ type index$e_EStatusExecuteCommon = EStatusExecuteCommon;
1201
+ declare const index$e_EStatusExecuteCommon: typeof EStatusExecuteCommon;
1202
+ type index$e_EStatusLark = EStatusLark;
1203
+ declare const index$e_EStatusLark: typeof EStatusLark;
1204
+ type index$e_EStatusPC = EStatusPC;
1205
+ declare const index$e_EStatusPC: typeof EStatusPC;
1206
+ type index$e_EStatusSheetWork = EStatusSheetWork;
1207
+ declare const index$e_EStatusSheetWork: typeof EStatusSheetWork;
1208
+ type index$e_EStatusTaskAIContent = EStatusTaskAIContent;
1209
+ declare const index$e_EStatusTaskAIContent: typeof EStatusTaskAIContent;
1210
+ type index$e_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
1211
+ declare const index$e_EStatusTaskAvatarCover: typeof EStatusTaskAvatarCover;
1212
+ type index$e_EStatusTaskCanva = EStatusTaskCanva;
1213
+ declare const index$e_EStatusTaskCanva: typeof EStatusTaskCanva;
1214
+ type index$e_EStatusTaskImage = EStatusTaskImage;
1215
+ declare const index$e_EStatusTaskImage: typeof EStatusTaskImage;
1216
+ type index$e_EStatusTaskJob = EStatusTaskJob;
1217
+ declare const index$e_EStatusTaskJob: typeof EStatusTaskJob;
1218
+ type index$e_EStatusTaskJobGroup = EStatusTaskJobGroup;
1219
+ declare const index$e_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
1220
+ type index$e_EStatusTaskScript = EStatusTaskScript;
1221
+ declare const index$e_EStatusTaskScript: typeof EStatusTaskScript;
1222
+ type index$e_EStatusTaskToolSocials = EStatusTaskToolSocials;
1223
+ declare const index$e_EStatusTaskToolSocials: typeof EStatusTaskToolSocials;
1224
+ type index$e_EStatusTaskVoice = EStatusTaskVoice;
1225
+ declare const index$e_EStatusTaskVoice: typeof EStatusTaskVoice;
1226
+ type index$e_EStatusTeam = EStatusTeam;
1227
+ declare const index$e_EStatusTeam: typeof EStatusTeam;
1228
+ type index$e_EStatusVPS = EStatusVPS;
1229
+ declare const index$e_EStatusVPS: typeof EStatusVPS;
1230
+ declare namespace index$e {
1231
+ export { index$e_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$e_EStatusAccountCanva as EStatusAccountCanva, index$e_EStatusAccountDrive as EStatusAccountDrive, index$e_EStatusAccountSocial as EStatusAccountSocial, index$e_EStatusAccountSocialImport as EStatusAccountSocialImport, index$e_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$e_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$e_EStatusAccountSocialRun as EStatusAccountSocialRun, index$e_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$e_EStatusAccountSocialSync as EStatusAccountSocialSync, index$e_EStatusAccountVPN as EStatusAccountVPN, index$e_EStatusActive as EStatusActive, index$e_EStatusBlog as EStatusBlog, index$e_EStatusChangeInfo as EStatusChangeInfo, index$e_EStatusCommon as EStatusCommon, index$e_EStatusDeviceChange as EStatusDeviceChange, index$e_EStatusDeviceConnect as EStatusDeviceConnect, index$e_EStatusDeviceFarmOperation as EStatusDeviceFarmOperation, index$e_EStatusDeviceHealth as EStatusDeviceHealth, index$e_EStatusDeviceHub as EStatusDeviceHub, index$e_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$e_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$e_EStatusDeviceSetup as EStatusDeviceSetup, index$e_EStatusDeviceSetupStep as EStatusDeviceSetupStep, index$e_EStatusDeviceSyncAutoData as EStatusDeviceSyncAutoData, index$e_EStatusExecuteCommon as EStatusExecuteCommon, index$e_EStatusLark as EStatusLark, index$e_EStatusPC as EStatusPC, index$e_EStatusSheetWork as EStatusSheetWork, index$e_EStatusTaskAIContent as EStatusTaskAIContent, index$e_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$e_EStatusTaskCanva as EStatusTaskCanva, index$e_EStatusTaskImage as EStatusTaskImage, index$e_EStatusTaskJob as EStatusTaskJob, index$e_EStatusTaskJobGroup as EStatusTaskJobGroup, index$e_EStatusTaskScript as EStatusTaskScript, index$e_EStatusTaskToolSocials as EStatusTaskToolSocials, index$e_EStatusTaskVoice as EStatusTaskVoice, index$e_EStatusTeam as EStatusTeam, index$e_EStatusVPS as EStatusVPS };
1003
1232
  }
1004
1233
 
1005
- declare enum EFolderImageAI {
1006
- Scene = "Scene",
1007
- Style = "Style",
1008
- Subject = "Subject"
1234
+ declare enum ETypeProxy {
1235
+ HTTP = "HTTP",
1236
+ SOCKS5 = "SOCKS5"
1009
1237
  }
1010
-
1011
- declare enum EEmailTagType {
1012
- Content = "Content",
1013
- Image = "Image",
1014
- Voice = "Voice"
1238
+ declare enum ETypeProxyNewIP {
1239
+ Active = "Active",
1240
+ New = "New",
1241
+ Error = "Error",
1242
+ Unknown = "Unknown"
1015
1243
  }
1016
-
1017
- declare enum EAIModelContent {
1018
- GPT = "GPT",
1019
- Perplexity = "Perplexity"
1244
+ declare enum ETypeProxyChecked {
1245
+ Dead = "Dead",
1246
+ Unknown = "Unknown",
1247
+ Working = "Working",
1248
+ Expired = "Expired",
1249
+ ErrorChecker = "ErrorChecker"
1020
1250
  }
1021
1251
 
1022
- declare enum EAIModelImage {
1023
- Freepik = "Freepik",
1024
- Google = "Google"
1252
+ declare enum ETypePin {
1253
+ Love = "Love",
1254
+ Like = "Like",
1255
+ Gim = "Gim"
1025
1256
  }
1026
1257
 
1027
- declare enum EAIModelVoice {
1028
- Google = "Google"
1258
+ declare enum ETypeDeviceOS {
1259
+ IOS = "IOS",
1260
+ Android = "Android"
1029
1261
  }
1030
1262
 
1031
- declare enum EAIVersionGPT {
1032
- Default = "Default"
1263
+ declare enum ETypeProxyCountry {
1264
+ USA = "USA",
1265
+ UK = "UK",
1266
+ CA = "CA",
1267
+ AU = "AU",
1268
+ Canada = "Canada"
1033
1269
  }
1034
-
1035
- declare enum EAIVersionImage {
1036
- 'Freepik' = "Freepik",
1037
- 'Google' = "Google"
1270
+ declare enum ETypeProxyProvider {
1271
+ CloudMini = "CloudMini",
1272
+ ProxyRotator = "ProxyRotator",
1273
+ SmartProxy = "SmartProxy"
1038
1274
  }
1039
1275
 
1040
- declare enum EAIVersionPerplexity {
1041
- Best = "Best",
1042
- Sonar = "Sonar",
1043
- Claude = "Claude",
1044
- GPT = "GPT",
1045
- Gemini = "Gemini",
1046
- Grok = "Grok",
1047
- R1_1776 = "R1 1776"
1276
+ declare enum ETypeAccountInstagramSetting {
1277
+ Business = "Business",
1278
+ Personal = "Business",
1279
+ Creator = "Business",
1280
+ Professional = "Professional"
1048
1281
  }
1049
1282
 
1050
- declare enum EAIVersionVoice {
1051
- Google = "Google"
1283
+ declare enum ETypeExport {
1284
+ Append = "Append",
1285
+ Overwrite = "Overwrite"
1052
1286
  }
1053
1287
 
1054
- declare enum EStatusAccountAI {
1055
- Active = "Active",
1056
- Limit = "Limit",
1057
- Suspend = "Suspend",
1058
- Wrong2FA = "Wrong2FA",
1059
- WrongPassword = "WrongPassword"
1288
+ declare enum ETypeAccountVPN {
1289
+ Free = "Free",
1290
+ Premium = "Premium"
1060
1291
  }
1061
-
1062
- declare enum EStatusEmail {
1063
- New = "New",
1064
- Active = "Active",
1065
- Suspend = "Suspend",
1066
- Wrong2FA = "Wrong2FA",
1067
- WrongPassword = "WrongPassword"
1292
+ declare enum ETypeProviderAccountVPN {
1293
+ NordVPN = "NordVPN",
1294
+ HmaVPN = "HmaVPN",
1295
+ ExpressVPN = "ExpressVPN",
1296
+ CyberGhost = "CyberGhost",
1297
+ SurfShark = "SurfShark",
1298
+ Windscribe = "Windscribe"
1068
1299
  }
1069
1300
 
1070
- declare enum EStatusChannel {
1071
- New = "New",
1072
- Pending = "Pending",
1073
- Active = "Active",
1074
- Error = "Error"
1301
+ declare enum ETypeCanva {
1302
+ Square = "Square",
1303
+ Vertical = "Vertical",
1304
+ Horizontal = "Horizontal"
1075
1305
  }
1076
1306
 
1077
- type index$f_EAIModelContent = EAIModelContent;
1078
- declare const index$f_EAIModelContent: typeof EAIModelContent;
1079
- type index$f_EAIModelImage = EAIModelImage;
1080
- declare const index$f_EAIModelImage: typeof EAIModelImage;
1081
- type index$f_EAIModelVoice = EAIModelVoice;
1082
- declare const index$f_EAIModelVoice: typeof EAIModelVoice;
1083
- type index$f_EAIVersionGPT = EAIVersionGPT;
1084
- declare const index$f_EAIVersionGPT: typeof EAIVersionGPT;
1085
- type index$f_EAIVersionImage = EAIVersionImage;
1086
- declare const index$f_EAIVersionImage: typeof EAIVersionImage;
1087
- type index$f_EAIVersionPerplexity = EAIVersionPerplexity;
1088
- declare const index$f_EAIVersionPerplexity: typeof EAIVersionPerplexity;
1089
- type index$f_EAIVersionVoice = EAIVersionVoice;
1090
- declare const index$f_EAIVersionVoice: typeof EAIVersionVoice;
1091
- type index$f_EEmailTagType = EEmailTagType;
1092
- declare const index$f_EEmailTagType: typeof EEmailTagType;
1093
- type index$f_EFolderImageAI = EFolderImageAI;
1094
- declare const index$f_EFolderImageAI: typeof EFolderImageAI;
1095
- type index$f_EStatusAccountAI = EStatusAccountAI;
1096
- declare const index$f_EStatusAccountAI: typeof EStatusAccountAI;
1097
- type index$f_EStatusChannel = EStatusChannel;
1098
- declare const index$f_EStatusChannel: typeof EStatusChannel;
1099
- type index$f_EStatusEmail = EStatusEmail;
1100
- declare const index$f_EStatusEmail: typeof EStatusEmail;
1101
- declare namespace index$f {
1102
- export { index$f_EAIModelContent as EAIModelContent, index$f_EAIModelImage as EAIModelImage, index$f_EAIModelVoice as EAIModelVoice, index$f_EAIVersionGPT as EAIVersionGPT, index$f_EAIVersionImage as EAIVersionImage, index$f_EAIVersionPerplexity as EAIVersionPerplexity, index$f_EAIVersionVoice as EAIVersionVoice, index$f_EEmailTagType as EEmailTagType, index$f_EFolderImageAI as EFolderImageAI, index$f_EStatusAccountAI as EStatusAccountAI, index$f_EStatusChannel as EStatusChannel, index$f_EStatusEmail as EStatusEmail };
1307
+ declare enum ETypeColumnManagerWork {
1308
+ Dependent = "Dependent",
1309
+ Independent = "Independent"
1103
1310
  }
1104
1311
 
1105
- declare enum ELarkObject {
1106
- Base = "Base",
1107
- AccountTool = "Account tool",
1108
- ManagerSheet = "Manager sheet",
1109
- CreateNew = "Create new",
1110
- ToolDevice = "Tool device",
1111
- InstagramImport = "Instagram import",
1112
- InstagramDetail = "Instagram detail",
1113
- DuplicateAll = "Duplicate all",
1114
- RunAppDevice = "Run app device"
1115
- }
1116
- declare enum ELarkNotiBase {
1117
- Website500 = "Website 500",
1118
- NotiTagMember = "Noti tag member",
1119
- ErrorLinkLark = "Error link lark",
1120
- LoginWebsite = "Login website",
1121
- LoginToolDevice = "Login tool device",
1122
- LoginToolContentAI = "Login tool content AI",
1123
- LoginToolImageVoice = "Login tool image voice",
1124
- LoginToolCanva = "Login tool canva"
1125
- }
1126
- declare enum ELarkNotiRunAppDevice {
1127
- AppClone = "App clone",
1128
- AppInstagram = "App instagram",
1129
- AppThreads = "App threads",
1130
- AppFacebook = "App facebook",
1131
- AppTiktok = "App tiktok",
1132
- AppX = "App x.com",
1133
- AppPinterest = "App pinterest"
1134
- }
1135
- declare enum ELarkNotiAccountTool {
1136
- AccountSyncError = "Sync account error All",
1137
- AccountProxy = "Proxy/ import proxy/ proxy checker",
1138
- AccountVPS = "Account VPS Control",
1139
- AccountVPN = "Account VPN",
1140
- AccountCHPlayICloud = "Account CHPlay/ICloud",
1141
- AccountCanva = "Account Canva(4 lo\u1EA1i: Product Square, vu\u00F4ng, ngang, d\u1ECDc)",
1142
- AccountEmail = "Account Email",
1143
- AccountImageAI = "Account Freepik, Image(Google labs)",
1144
- AccountVoiceAI = "Account google voice",
1145
- AccountGoogleDrive = "Account google drive (Upload)",
1146
- ChannelContentAI = "Channel Content AI"
1147
- }
1148
- declare enum ELarkNotiDuplicateAll {
1149
- DuplicateAccountRaw = "Duplicate account raw social",
1150
- DuplicateSheetImport = "Duplicate sheet import Tools",
1151
- DuplicateSheetContent = "Duplicate sheet content",
1152
- DuplicateSystemAll = "Duplicate system all"
1312
+ declare enum ETypeManagerWorkClassify {
1313
+ TM = "TM",
1314
+ NTM = "NTM"
1153
1315
  }
1154
- declare enum ELarkNotiManagerSheet {
1155
- ErrorManagerSheet = "Error manager sheet",
1156
- ReadSheetSlow = "Read sheet slow",
1157
- CompleteSessionSheet = "Complete session sheet",
1158
- EmailError = "Email error"
1316
+ declare enum ETypeManagerWorkType {
1317
+ Idea = "Idea",
1318
+ Niche = "Niche",
1319
+ SubNiche = "SubNiche"
1159
1320
  }
1160
- declare enum ELarkNotiToolDevice {
1161
- DeviceAndroidConnect = "Device android connect",
1162
- DeviceIOSConnect = "Device IOS Connect",
1163
- ConnectToolApp = "Connect tool app",
1164
- SettingDevice = "Setting devices"
1321
+ declare enum ETypeManagerWorkPin {
1322
+ Idea = "Idea",
1323
+ Niche = "Niche",
1324
+ SubNiche = "SubNiche"
1165
1325
  }
1166
- declare enum ELarkNotiCreateNew {
1167
- NewHighlight = "NewHighlight",// Cần giải thích
1168
- CreateFolderImageAI = "Create name folder image (google labs)",
1169
- CreateIdeaNiche = "create new idea niche manage"
1326
+
1327
+ declare enum ETypeRatioImage {
1328
+ Square = "Square",
1329
+ Vertical = "Vertical",
1330
+ Horizontal = "Horizontal"
1170
1331
  }
1171
- declare enum ELarkNotiSocialImport {
1172
- ImportIdeaNiche = "import idea - niche",
1173
- ImportSheetWork = "import sheet works",
1174
- ImportVps = "import vps",
1175
- ImportVpn = "import vpn",
1176
- ImportProxy = "import proxy",
1177
- ImportCHPlay = "import CHPlay/ICloud",
1178
- ImportGoogle = "import google drive",
1179
- ImportEmail = "import email account",
1180
- ImportImageAI = "import channel image AI",
1181
- ImportVoice = "import channel voice AI",
1182
- ImportInstagramRaw = "import account raw",
1183
- ImportPostSheet = "import post sheet",
1184
- ImportTool = "Import tool active all"
1332
+
1333
+ declare enum ETypeSheetWorkClassify {
1334
+ TM = "TM",
1335
+ NTM = "NTM"
1185
1336
  }
1186
- declare enum ELarkNotiInstagramDetail {
1187
- SyncAccountRun = "Sync Account Run Social All",
1188
- LoginAccount = "Login account social",
1189
- CreateCloneApp = "Create clone app",
1190
- ChangeInfoAccount = "account social\tchange info",
1191
- ChangeSettingAccount = "change setting business account",
1192
- Post = "Post (Product Square, News, Reel, Story/Highlight)",
1193
- InteractExplore = "interact explore",
1194
- InteractReel = "interact reel",
1195
- InteractStory = "interact stories",
1196
- InteractHomeMe = "interact home username",
1197
- InteractHomeUsernameFollower = "Interact home username follower",
1198
- InteractNews = "interact newsfeed",
1199
- FollowSocial = "Follow social",
1200
- UnfollowSocial = "Unfollow social",
1201
- ReplyComment = "Reply comment",
1202
- ReplyMessage = "Reply message",
1203
- BlockUser = "Block user"
1337
+ declare enum ETypeSheetWorkPin {
1338
+ Primary = "Primary",
1339
+ Secondary = "Secondary"
1204
1340
  }
1205
1341
 
1206
- type index$e_ELarkNotiAccountTool = ELarkNotiAccountTool;
1207
- declare const index$e_ELarkNotiAccountTool: typeof ELarkNotiAccountTool;
1208
- type index$e_ELarkNotiBase = ELarkNotiBase;
1209
- declare const index$e_ELarkNotiBase: typeof ELarkNotiBase;
1210
- type index$e_ELarkNotiCreateNew = ELarkNotiCreateNew;
1211
- declare const index$e_ELarkNotiCreateNew: typeof ELarkNotiCreateNew;
1212
- type index$e_ELarkNotiDuplicateAll = ELarkNotiDuplicateAll;
1213
- declare const index$e_ELarkNotiDuplicateAll: typeof ELarkNotiDuplicateAll;
1214
- type index$e_ELarkNotiInstagramDetail = ELarkNotiInstagramDetail;
1215
- declare const index$e_ELarkNotiInstagramDetail: typeof ELarkNotiInstagramDetail;
1216
- type index$e_ELarkNotiManagerSheet = ELarkNotiManagerSheet;
1217
- declare const index$e_ELarkNotiManagerSheet: typeof ELarkNotiManagerSheet;
1218
- type index$e_ELarkNotiRunAppDevice = ELarkNotiRunAppDevice;
1219
- declare const index$e_ELarkNotiRunAppDevice: typeof ELarkNotiRunAppDevice;
1220
- type index$e_ELarkNotiSocialImport = ELarkNotiSocialImport;
1221
- declare const index$e_ELarkNotiSocialImport: typeof ELarkNotiSocialImport;
1222
- type index$e_ELarkNotiToolDevice = ELarkNotiToolDevice;
1223
- declare const index$e_ELarkNotiToolDevice: typeof ELarkNotiToolDevice;
1224
- type index$e_ELarkObject = ELarkObject;
1225
- declare const index$e_ELarkObject: typeof ELarkObject;
1226
- declare namespace index$e {
1227
- export { index$e_ELarkNotiAccountTool as ELarkNotiAccountTool, index$e_ELarkNotiBase as ELarkNotiBase, index$e_ELarkNotiCreateNew as ELarkNotiCreateNew, index$e_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$e_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$e_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$e_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$e_ELarkNotiSocialImport as ELarkNotiSocialImport, index$e_ELarkNotiToolDevice as ELarkNotiToolDevice, index$e_ELarkObject as ELarkObject };
1342
+ declare enum ETypeSocial {
1343
+ X = "X",
1344
+ Facebook = "Facebook",
1345
+ Instagram = "Instagram",
1346
+ Threads = "Threads",
1347
+ Twitter = "Twitter",
1348
+ Youtube = "Youtube",
1349
+ Medium = "Medium",
1350
+ Reddit = "Reddit",
1351
+ Tumblr = "Tumblr",
1352
+ Pinterest = "Pinterest",
1353
+ Tiktok = "Tiktok",
1354
+ Quora = "Quora"
1228
1355
  }
1229
1356
 
1230
- declare enum ESheetToolThreads {
1231
- Post = "Post",
1232
- ChangeInfo = "ChangeInfo",
1233
- Follow = "Follow",
1234
- ReplyComment = "ReplyComment",
1235
- ReplyMessage = "ReplyMessage"
1357
+ declare enum ETypeTimeFilter {
1358
+ Day = "Day",
1359
+ Week = "Week",
1360
+ Month = "Month"
1236
1361
  }
1237
1362
 
1238
- declare enum ESheetToolInstagram {
1239
- Post = "Post",
1240
- BlockUser = "Block user",
1241
- ChangeInfo = "Change info",
1242
- Follow = "Follow",
1243
- ReplyComment = "Reply comment",
1244
- ReplyMessage = "Reply message"
1363
+ declare enum ETypeVoiceLanguage {
1364
+ English = "en"
1245
1365
  }
1246
1366
 
1247
- type index$d_ESheetToolInstagram = ESheetToolInstagram;
1248
- declare const index$d_ESheetToolInstagram: typeof ESheetToolInstagram;
1249
- type index$d_ESheetToolThreads = ESheetToolThreads;
1250
- declare const index$d_ESheetToolThreads: typeof ESheetToolThreads;
1367
+ type index$d_ETypeAccountInstagramSetting = ETypeAccountInstagramSetting;
1368
+ declare const index$d_ETypeAccountInstagramSetting: typeof ETypeAccountInstagramSetting;
1369
+ type index$d_ETypeAccountVPN = ETypeAccountVPN;
1370
+ declare const index$d_ETypeAccountVPN: typeof ETypeAccountVPN;
1371
+ type index$d_ETypeCanva = ETypeCanva;
1372
+ declare const index$d_ETypeCanva: typeof ETypeCanva;
1373
+ type index$d_ETypeColumnManagerWork = ETypeColumnManagerWork;
1374
+ declare const index$d_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
1375
+ type index$d_ETypeDeviceOS = ETypeDeviceOS;
1376
+ declare const index$d_ETypeDeviceOS: typeof ETypeDeviceOS;
1377
+ type index$d_ETypeExport = ETypeExport;
1378
+ declare const index$d_ETypeExport: typeof ETypeExport;
1379
+ type index$d_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
1380
+ declare const index$d_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
1381
+ type index$d_ETypeManagerWorkPin = ETypeManagerWorkPin;
1382
+ declare const index$d_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
1383
+ type index$d_ETypeManagerWorkType = ETypeManagerWorkType;
1384
+ declare const index$d_ETypeManagerWorkType: typeof ETypeManagerWorkType;
1385
+ type index$d_ETypePin = ETypePin;
1386
+ declare const index$d_ETypePin: typeof ETypePin;
1387
+ type index$d_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
1388
+ declare const index$d_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
1389
+ type index$d_ETypeProxy = ETypeProxy;
1390
+ declare const index$d_ETypeProxy: typeof ETypeProxy;
1391
+ type index$d_ETypeProxyChecked = ETypeProxyChecked;
1392
+ declare const index$d_ETypeProxyChecked: typeof ETypeProxyChecked;
1393
+ type index$d_ETypeProxyCountry = ETypeProxyCountry;
1394
+ declare const index$d_ETypeProxyCountry: typeof ETypeProxyCountry;
1395
+ type index$d_ETypeProxyNewIP = ETypeProxyNewIP;
1396
+ declare const index$d_ETypeProxyNewIP: typeof ETypeProxyNewIP;
1397
+ type index$d_ETypeProxyProvider = ETypeProxyProvider;
1398
+ declare const index$d_ETypeProxyProvider: typeof ETypeProxyProvider;
1399
+ type index$d_ETypeRatioImage = ETypeRatioImage;
1400
+ declare const index$d_ETypeRatioImage: typeof ETypeRatioImage;
1401
+ type index$d_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
1402
+ declare const index$d_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
1403
+ type index$d_ETypeSheetWorkPin = ETypeSheetWorkPin;
1404
+ declare const index$d_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
1405
+ type index$d_ETypeSocial = ETypeSocial;
1406
+ declare const index$d_ETypeSocial: typeof ETypeSocial;
1407
+ type index$d_ETypeTimeFilter = ETypeTimeFilter;
1408
+ declare const index$d_ETypeTimeFilter: typeof ETypeTimeFilter;
1409
+ type index$d_ETypeVoiceLanguage = ETypeVoiceLanguage;
1410
+ declare const index$d_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
1251
1411
  declare namespace index$d {
1252
- export { index$d_ESheetToolInstagram as ESheetToolInstagram, index$d_ESheetToolThreads as ESheetToolThreads };
1253
- }
1254
-
1412
+ export { index$d_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$d_ETypeAccountVPN as ETypeAccountVPN, index$d_ETypeCanva as ETypeCanva, index$d_ETypeColumnManagerWork as ETypeColumnManagerWork, index$d_ETypeDeviceOS as ETypeDeviceOS, index$d_ETypeExport as ETypeExport, index$d_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$d_ETypeManagerWorkPin as ETypeManagerWorkPin, index$d_ETypeManagerWorkType as ETypeManagerWorkType, index$d_ETypePin as ETypePin, index$d_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$d_ETypeProxy as ETypeProxy, index$d_ETypeProxyChecked as ETypeProxyChecked, index$d_ETypeProxyCountry as ETypeProxyCountry, index$d_ETypeProxyNewIP as ETypeProxyNewIP, index$d_ETypeProxyProvider as ETypeProxyProvider, index$d_ETypeRatioImage as ETypeRatioImage, index$d_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$d_ETypeSheetWorkPin as ETypeSheetWorkPin, index$d_ETypeSocial as ETypeSocial, index$d_ETypeTimeFilter as ETypeTimeFilter, index$d_ETypeVoiceLanguage as ETypeVoiceLanguage };
1413
+ }
1414
+
1415
+ type index$c_EAIModelContent = EAIModelContent;
1416
+ declare const index$c_EAIModelContent: typeof EAIModelContent;
1417
+ type index$c_EAIModelImage = EAIModelImage;
1418
+ declare const index$c_EAIModelImage: typeof EAIModelImage;
1419
+ type index$c_EAIModelVoice = EAIModelVoice;
1420
+ declare const index$c_EAIModelVoice: typeof EAIModelVoice;
1421
+ type index$c_EAIVersionGPT = EAIVersionGPT;
1422
+ declare const index$c_EAIVersionGPT: typeof EAIVersionGPT;
1423
+ type index$c_EAIVersionImage = EAIVersionImage;
1424
+ declare const index$c_EAIVersionImage: typeof EAIVersionImage;
1425
+ type index$c_EAIVersionPerplexity = EAIVersionPerplexity;
1426
+ declare const index$c_EAIVersionPerplexity: typeof EAIVersionPerplexity;
1427
+ type index$c_EAIVersionVoice = EAIVersionVoice;
1428
+ declare const index$c_EAIVersionVoice: typeof EAIVersionVoice;
1429
+ type index$c_EEmailTagType = EEmailTagType;
1430
+ declare const index$c_EEmailTagType: typeof EEmailTagType;
1431
+ type index$c_EFile = EFile;
1432
+ declare const index$c_EFile: typeof EFile;
1433
+ type index$c_EFolderImageAI = EFolderImageAI;
1434
+ declare const index$c_EFolderImageAI: typeof EFolderImageAI;
1435
+ type index$c_EGender = EGender;
1436
+ declare const index$c_EGender: typeof EGender;
1437
+ type index$c_EInputTypeFilter = EInputTypeFilter;
1438
+ declare const index$c_EInputTypeFilter: typeof EInputTypeFilter;
1439
+ type index$c_ELarkNotiAccountTool = ELarkNotiAccountTool;
1440
+ declare const index$c_ELarkNotiAccountTool: typeof ELarkNotiAccountTool;
1441
+ type index$c_ELarkNotiBase = ELarkNotiBase;
1442
+ declare const index$c_ELarkNotiBase: typeof ELarkNotiBase;
1443
+ type index$c_ELarkNotiCreateNew = ELarkNotiCreateNew;
1444
+ declare const index$c_ELarkNotiCreateNew: typeof ELarkNotiCreateNew;
1445
+ type index$c_ELarkNotiDuplicateAll = ELarkNotiDuplicateAll;
1446
+ declare const index$c_ELarkNotiDuplicateAll: typeof ELarkNotiDuplicateAll;
1447
+ type index$c_ELarkNotiInstagramDetail = ELarkNotiInstagramDetail;
1448
+ declare const index$c_ELarkNotiInstagramDetail: typeof ELarkNotiInstagramDetail;
1449
+ type index$c_ELarkNotiManagerSheet = ELarkNotiManagerSheet;
1450
+ declare const index$c_ELarkNotiManagerSheet: typeof ELarkNotiManagerSheet;
1451
+ type index$c_ELarkNotiRunAppDevice = ELarkNotiRunAppDevice;
1452
+ declare const index$c_ELarkNotiRunAppDevice: typeof ELarkNotiRunAppDevice;
1453
+ type index$c_ELarkNotiSocialImport = ELarkNotiSocialImport;
1454
+ declare const index$c_ELarkNotiSocialImport: typeof ELarkNotiSocialImport;
1455
+ type index$c_ELarkNotiToolDevice = ELarkNotiToolDevice;
1456
+ declare const index$c_ELarkNotiToolDevice: typeof ELarkNotiToolDevice;
1457
+ type index$c_ELarkObject = ELarkObject;
1458
+ declare const index$c_ELarkObject: typeof ELarkObject;
1459
+ type index$c_EObjectName = EObjectName;
1460
+ declare const index$c_EObjectName: typeof EObjectName;
1461
+ type index$c_EPriority = EPriority;
1462
+ declare const index$c_EPriority: typeof EPriority;
1463
+ type index$c_ESheetToolInstagram = ESheetToolInstagram;
1464
+ declare const index$c_ESheetToolInstagram: typeof ESheetToolInstagram;
1465
+ type index$c_ESheetToolThreads = ESheetToolThreads;
1466
+ declare const index$c_ESheetToolThreads: typeof ESheetToolThreads;
1467
+ type index$c_EStatusAccountAI = EStatusAccountAI;
1468
+ declare const index$c_EStatusAccountAI: typeof EStatusAccountAI;
1469
+ type index$c_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
1470
+ declare const index$c_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
1471
+ type index$c_EStatusAccountCanva = EStatusAccountCanva;
1472
+ declare const index$c_EStatusAccountCanva: typeof EStatusAccountCanva;
1473
+ type index$c_EStatusAccountDrive = EStatusAccountDrive;
1474
+ declare const index$c_EStatusAccountDrive: typeof EStatusAccountDrive;
1475
+ type index$c_EStatusAccountSocial = EStatusAccountSocial;
1476
+ declare const index$c_EStatusAccountSocial: typeof EStatusAccountSocial;
1477
+ type index$c_EStatusAccountSocialImport = EStatusAccountSocialImport;
1478
+ declare const index$c_EStatusAccountSocialImport: typeof EStatusAccountSocialImport;
1479
+ type index$c_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
1480
+ declare const index$c_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
1481
+ type index$c_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
1482
+ declare const index$c_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
1483
+ type index$c_EStatusAccountSocialRun = EStatusAccountSocialRun;
1484
+ declare const index$c_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
1485
+ type index$c_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
1486
+ declare const index$c_EStatusAccountSocialSetting: typeof EStatusAccountSocialSetting;
1487
+ type index$c_EStatusAccountSocialSync = EStatusAccountSocialSync;
1488
+ declare const index$c_EStatusAccountSocialSync: typeof EStatusAccountSocialSync;
1489
+ type index$c_EStatusAccountVPN = EStatusAccountVPN;
1490
+ declare const index$c_EStatusAccountVPN: typeof EStatusAccountVPN;
1491
+ type index$c_EStatusActive = EStatusActive;
1492
+ declare const index$c_EStatusActive: typeof EStatusActive;
1493
+ type index$c_EStatusBlog = EStatusBlog;
1494
+ declare const index$c_EStatusBlog: typeof EStatusBlog;
1495
+ type index$c_EStatusChangeInfo = EStatusChangeInfo;
1496
+ declare const index$c_EStatusChangeInfo: typeof EStatusChangeInfo;
1497
+ type index$c_EStatusChannel = EStatusChannel;
1498
+ declare const index$c_EStatusChannel: typeof EStatusChannel;
1499
+ type index$c_EStatusCommon = EStatusCommon;
1500
+ declare const index$c_EStatusCommon: typeof EStatusCommon;
1501
+ type index$c_EStatusDeviceChange = EStatusDeviceChange;
1502
+ declare const index$c_EStatusDeviceChange: typeof EStatusDeviceChange;
1503
+ type index$c_EStatusDeviceConnect = EStatusDeviceConnect;
1504
+ declare const index$c_EStatusDeviceConnect: typeof EStatusDeviceConnect;
1505
+ type index$c_EStatusDeviceFarmOperation = EStatusDeviceFarmOperation;
1506
+ declare const index$c_EStatusDeviceFarmOperation: typeof EStatusDeviceFarmOperation;
1507
+ type index$c_EStatusDeviceHealth = EStatusDeviceHealth;
1508
+ declare const index$c_EStatusDeviceHealth: typeof EStatusDeviceHealth;
1509
+ type index$c_EStatusDeviceHub = EStatusDeviceHub;
1510
+ declare const index$c_EStatusDeviceHub: typeof EStatusDeviceHub;
1511
+ type index$c_EStatusDeviceLoginCHPlayICloud = EStatusDeviceLoginCHPlayICloud;
1512
+ declare const index$c_EStatusDeviceLoginCHPlayICloud: typeof EStatusDeviceLoginCHPlayICloud;
1513
+ type index$c_EStatusDeviceRunningSocial = EStatusDeviceRunningSocial;
1514
+ declare const index$c_EStatusDeviceRunningSocial: typeof EStatusDeviceRunningSocial;
1515
+ type index$c_EStatusDeviceSetup = EStatusDeviceSetup;
1516
+ declare const index$c_EStatusDeviceSetup: typeof EStatusDeviceSetup;
1517
+ type index$c_EStatusDeviceSetupStep = EStatusDeviceSetupStep;
1518
+ declare const index$c_EStatusDeviceSetupStep: typeof EStatusDeviceSetupStep;
1519
+ type index$c_EStatusDeviceSyncAutoData = EStatusDeviceSyncAutoData;
1520
+ declare const index$c_EStatusDeviceSyncAutoData: typeof EStatusDeviceSyncAutoData;
1521
+ type index$c_EStatusEmail = EStatusEmail;
1522
+ declare const index$c_EStatusEmail: typeof EStatusEmail;
1523
+ type index$c_EStatusExecuteCommon = EStatusExecuteCommon;
1524
+ declare const index$c_EStatusExecuteCommon: typeof EStatusExecuteCommon;
1525
+ type index$c_EStatusLark = EStatusLark;
1526
+ declare const index$c_EStatusLark: typeof EStatusLark;
1527
+ type index$c_EStatusPC = EStatusPC;
1528
+ declare const index$c_EStatusPC: typeof EStatusPC;
1529
+ type index$c_EStatusSheetWork = EStatusSheetWork;
1530
+ declare const index$c_EStatusSheetWork: typeof EStatusSheetWork;
1531
+ type index$c_EStatusTaskAIContent = EStatusTaskAIContent;
1532
+ declare const index$c_EStatusTaskAIContent: typeof EStatusTaskAIContent;
1533
+ type index$c_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
1534
+ declare const index$c_EStatusTaskAvatarCover: typeof EStatusTaskAvatarCover;
1535
+ type index$c_EStatusTaskCanva = EStatusTaskCanva;
1536
+ declare const index$c_EStatusTaskCanva: typeof EStatusTaskCanva;
1537
+ type index$c_EStatusTaskImage = EStatusTaskImage;
1538
+ declare const index$c_EStatusTaskImage: typeof EStatusTaskImage;
1539
+ type index$c_EStatusTaskJob = EStatusTaskJob;
1540
+ declare const index$c_EStatusTaskJob: typeof EStatusTaskJob;
1541
+ type index$c_EStatusTaskJobGroup = EStatusTaskJobGroup;
1542
+ declare const index$c_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
1543
+ type index$c_EStatusTaskScript = EStatusTaskScript;
1544
+ declare const index$c_EStatusTaskScript: typeof EStatusTaskScript;
1545
+ type index$c_EStatusTaskToolSocials = EStatusTaskToolSocials;
1546
+ declare const index$c_EStatusTaskToolSocials: typeof EStatusTaskToolSocials;
1547
+ type index$c_EStatusTaskVoice = EStatusTaskVoice;
1548
+ declare const index$c_EStatusTaskVoice: typeof EStatusTaskVoice;
1549
+ type index$c_EStatusTeam = EStatusTeam;
1550
+ declare const index$c_EStatusTeam: typeof EStatusTeam;
1551
+ type index$c_EStatusVPS = EStatusVPS;
1552
+ declare const index$c_EStatusVPS: typeof EStatusVPS;
1553
+ type index$c_ETypeAccountInstagramSetting = ETypeAccountInstagramSetting;
1554
+ declare const index$c_ETypeAccountInstagramSetting: typeof ETypeAccountInstagramSetting;
1555
+ type index$c_ETypeAccountVPN = ETypeAccountVPN;
1556
+ declare const index$c_ETypeAccountVPN: typeof ETypeAccountVPN;
1557
+ type index$c_ETypeCanva = ETypeCanva;
1558
+ declare const index$c_ETypeCanva: typeof ETypeCanva;
1559
+ type index$c_ETypeColumnManagerWork = ETypeColumnManagerWork;
1560
+ declare const index$c_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
1561
+ type index$c_ETypeDeviceOS = ETypeDeviceOS;
1562
+ declare const index$c_ETypeDeviceOS: typeof ETypeDeviceOS;
1563
+ type index$c_ETypeExport = ETypeExport;
1564
+ declare const index$c_ETypeExport: typeof ETypeExport;
1565
+ type index$c_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
1566
+ declare const index$c_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
1567
+ type index$c_ETypeManagerWorkPin = ETypeManagerWorkPin;
1568
+ declare const index$c_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
1569
+ type index$c_ETypeManagerWorkType = ETypeManagerWorkType;
1570
+ declare const index$c_ETypeManagerWorkType: typeof ETypeManagerWorkType;
1571
+ type index$c_ETypePin = ETypePin;
1572
+ declare const index$c_ETypePin: typeof ETypePin;
1573
+ type index$c_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
1574
+ declare const index$c_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
1575
+ type index$c_ETypeProxy = ETypeProxy;
1576
+ declare const index$c_ETypeProxy: typeof ETypeProxy;
1577
+ type index$c_ETypeProxyChecked = ETypeProxyChecked;
1578
+ declare const index$c_ETypeProxyChecked: typeof ETypeProxyChecked;
1579
+ type index$c_ETypeProxyCountry = ETypeProxyCountry;
1580
+ declare const index$c_ETypeProxyCountry: typeof ETypeProxyCountry;
1581
+ type index$c_ETypeProxyNewIP = ETypeProxyNewIP;
1582
+ declare const index$c_ETypeProxyNewIP: typeof ETypeProxyNewIP;
1583
+ type index$c_ETypeProxyProvider = ETypeProxyProvider;
1584
+ declare const index$c_ETypeProxyProvider: typeof ETypeProxyProvider;
1585
+ type index$c_ETypeRatioImage = ETypeRatioImage;
1586
+ declare const index$c_ETypeRatioImage: typeof ETypeRatioImage;
1587
+ type index$c_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
1588
+ declare const index$c_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
1589
+ type index$c_ETypeSheetWorkPin = ETypeSheetWorkPin;
1590
+ declare const index$c_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
1591
+ type index$c_ETypeSocial = ETypeSocial;
1592
+ declare const index$c_ETypeSocial: typeof ETypeSocial;
1593
+ type index$c_ETypeTimeFilter = ETypeTimeFilter;
1594
+ declare const index$c_ETypeTimeFilter: typeof ETypeTimeFilter;
1595
+ type index$c_ETypeVoiceLanguage = ETypeVoiceLanguage;
1596
+ declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
1255
1597
  declare namespace index$c {
1256
- export { index$f as AI, index$i as Common, index$e as Lark, index$d as SheetTool, index$g as Status, index$h as Types };
1598
+ export { index$i as AI, index$h as Common, 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_EEmailTagType as EEmailTagType, index$c_EFile as EFile, index$c_EFolderImageAI as EFolderImageAI, index$c_EGender as EGender, 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_EObjectName as EObjectName, index$c_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolThreads as ESheetToolThreads, 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_EStatusAccountSocialImport as EStatusAccountSocialImport, 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_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_EStatusDeviceChange as EStatusDeviceChange, index$c_EStatusDeviceConnect as EStatusDeviceConnect, index$c_EStatusDeviceFarmOperation as EStatusDeviceFarmOperation, index$c_EStatusDeviceHealth as EStatusDeviceHealth, index$c_EStatusDeviceHub as EStatusDeviceHub, index$c_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$c_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$c_EStatusDeviceSetup as EStatusDeviceSetup, index$c_EStatusDeviceSetupStep as EStatusDeviceSetupStep, index$c_EStatusDeviceSyncAutoData as EStatusDeviceSyncAutoData, index$c_EStatusEmail as EStatusEmail, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusLark as EStatusLark, index$c_EStatusPC as EStatusPC, index$c_EStatusSheetWork as EStatusSheetWork, 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_EStatusVPS as EStatusVPS, index$c_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$c_ETypeAccountVPN as ETypeAccountVPN, index$c_ETypeCanva as ETypeCanva, index$c_ETypeColumnManagerWork as ETypeColumnManagerWork, index$c_ETypeDeviceOS as ETypeDeviceOS, index$c_ETypeExport as ETypeExport, index$c_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$c_ETypeManagerWorkPin as ETypeManagerWorkPin, 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_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage, index$g as Lark, index$f as SheetTool, index$e as Status, index$d as Types };
1257
1599
  }
1258
1600
 
1259
1601
  type TFilter = 'direct' | 'ref';
@@ -7471,6 +7813,7 @@ interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBas
7471
7813
  device: string[];
7472
7814
  accountGroup: string[];
7473
7815
  account: string[];
7816
+ accountStatus: 'active' | 'inactive';
7474
7817
  }
7475
7818
  /**
7476
7819
  * DTO for applying time filters to Instagram Dashboard Follower analytics