automation-lib 5.1.142 → 5.1.167
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 +2188 -2164
- package/dist/index.d.ts +2188 -2164
- package/dist/index.js +134 -68
- package/dist/index.mjs +131 -67
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -213,12 +213,12 @@ declare const CONST_API_CONTROLLERS: {
|
|
213
213
|
};
|
214
214
|
};
|
215
215
|
|
216
|
-
declare const index$
|
217
|
-
declare const index$
|
218
|
-
declare const index$
|
219
|
-
declare const index$
|
220
|
-
declare namespace index$
|
221
|
-
export { index$
|
216
|
+
declare const index$p_CONST_API_AUTH: typeof CONST_API_AUTH;
|
217
|
+
declare const index$p_CONST_API_COMMON: typeof CONST_API_COMMON;
|
218
|
+
declare const index$p_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
|
219
|
+
declare const index$p_CONST_API_OTP: typeof CONST_API_OTP;
|
220
|
+
declare namespace index$p {
|
221
|
+
export { index$p_CONST_API_AUTH as CONST_API_AUTH, index$p_CONST_API_COMMON as CONST_API_COMMON, index$p_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$p_CONST_API_OTP as CONST_API_OTP };
|
222
222
|
}
|
223
223
|
|
224
224
|
declare const ACTIONS_DEVICE: {
|
@@ -267,17 +267,17 @@ declare const ACTIONS_THREADS: {};
|
|
267
267
|
|
268
268
|
declare const SERVICE_THREADS: {};
|
269
269
|
|
270
|
-
declare const index$
|
271
|
-
declare const index$
|
272
|
-
declare const index$
|
273
|
-
declare const index$
|
274
|
-
declare const index$
|
275
|
-
declare namespace index$
|
276
|
-
export { index$
|
270
|
+
declare const index$o_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
|
271
|
+
declare const index$o_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
|
272
|
+
declare const index$o_ACTIONS_THREADS: typeof ACTIONS_THREADS;
|
273
|
+
declare const index$o_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
|
274
|
+
declare const index$o_SERVICE_THREADS: typeof SERVICE_THREADS;
|
275
|
+
declare namespace index$o {
|
276
|
+
export { index$o_ACTIONS_DEVICE as ACTIONS_DEVICE, index$o_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$o_ACTIONS_THREADS as ACTIONS_THREADS, index$o_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$o_SERVICE_THREADS as SERVICE_THREADS };
|
277
277
|
}
|
278
278
|
|
279
|
-
declare namespace index$
|
280
|
-
export { index$
|
279
|
+
declare namespace index$n {
|
280
|
+
export { index$p as CONST_APIS, index$o as CONST_SCRIPTS };
|
281
281
|
}
|
282
282
|
|
283
283
|
declare enum EGender {
|
@@ -298,14 +298,14 @@ declare enum EInputTypeFilter {
|
|
298
298
|
DATE = "Date"
|
299
299
|
}
|
300
300
|
|
301
|
-
type index$
|
302
|
-
declare const index$
|
303
|
-
type index$
|
304
|
-
declare const index$
|
305
|
-
type index$
|
306
|
-
declare const index$
|
307
|
-
declare namespace index$
|
308
|
-
export { index$
|
301
|
+
type index$m_EGender = EGender;
|
302
|
+
declare const index$m_EGender: typeof EGender;
|
303
|
+
type index$m_EInputTypeFilter = EInputTypeFilter;
|
304
|
+
declare const index$m_EInputTypeFilter: typeof EInputTypeFilter;
|
305
|
+
type index$m_EPriority = EPriority;
|
306
|
+
declare const index$m_EPriority: typeof EPriority;
|
307
|
+
declare namespace index$m {
|
308
|
+
export { index$m_EGender as EGender, index$m_EInputTypeFilter as EInputTypeFilter, index$m_EPriority as EPriority };
|
309
309
|
}
|
310
310
|
|
311
311
|
declare enum ETypeProxy {
|
@@ -441,52 +441,52 @@ declare enum ETypeVoiceLanguage {
|
|
441
441
|
English = "en"
|
442
442
|
}
|
443
443
|
|
444
|
-
type index$
|
445
|
-
declare const index$
|
446
|
-
type index$
|
447
|
-
declare const index$
|
448
|
-
type index$
|
449
|
-
declare const index$
|
450
|
-
type index$
|
451
|
-
declare const index$
|
452
|
-
type index$
|
453
|
-
declare const index$
|
454
|
-
type index$
|
455
|
-
declare const index$
|
456
|
-
type index$
|
457
|
-
declare const index$
|
458
|
-
type index$
|
459
|
-
declare const index$
|
460
|
-
type index$
|
461
|
-
declare const index$
|
462
|
-
type index$
|
463
|
-
declare const index$
|
464
|
-
type index$
|
465
|
-
declare const index$
|
466
|
-
type index$
|
467
|
-
declare const index$
|
468
|
-
type index$
|
469
|
-
declare const index$
|
470
|
-
type index$
|
471
|
-
declare const index$
|
472
|
-
type index$
|
473
|
-
declare const index$
|
474
|
-
type index$
|
475
|
-
declare const index$
|
476
|
-
type index$
|
477
|
-
declare const index$
|
478
|
-
type index$
|
479
|
-
declare const index$
|
480
|
-
type index$
|
481
|
-
declare const index$
|
482
|
-
type index$
|
483
|
-
declare const index$
|
484
|
-
type index$
|
485
|
-
declare const index$
|
486
|
-
type index$
|
487
|
-
declare const index$
|
488
|
-
declare namespace index$
|
489
|
-
export { index$
|
444
|
+
type index$l_ETypeAccountInstagramSetting = ETypeAccountInstagramSetting;
|
445
|
+
declare const index$l_ETypeAccountInstagramSetting: typeof ETypeAccountInstagramSetting;
|
446
|
+
type index$l_ETypeAccountVPN = ETypeAccountVPN;
|
447
|
+
declare const index$l_ETypeAccountVPN: typeof ETypeAccountVPN;
|
448
|
+
type index$l_ETypeCanva = ETypeCanva;
|
449
|
+
declare const index$l_ETypeCanva: typeof ETypeCanva;
|
450
|
+
type index$l_ETypeColumnManagerWork = ETypeColumnManagerWork;
|
451
|
+
declare const index$l_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
|
452
|
+
type index$l_ETypeDeviceOS = ETypeDeviceOS;
|
453
|
+
declare const index$l_ETypeDeviceOS: typeof ETypeDeviceOS;
|
454
|
+
type index$l_ETypeExport = ETypeExport;
|
455
|
+
declare const index$l_ETypeExport: typeof ETypeExport;
|
456
|
+
type index$l_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
|
457
|
+
declare const index$l_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
|
458
|
+
type index$l_ETypeManagerWorkPin = ETypeManagerWorkPin;
|
459
|
+
declare const index$l_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
|
460
|
+
type index$l_ETypeManagerWorkType = ETypeManagerWorkType;
|
461
|
+
declare const index$l_ETypeManagerWorkType: typeof ETypeManagerWorkType;
|
462
|
+
type index$l_ETypePin = ETypePin;
|
463
|
+
declare const index$l_ETypePin: typeof ETypePin;
|
464
|
+
type index$l_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
|
465
|
+
declare const index$l_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
|
466
|
+
type index$l_ETypeProxy = ETypeProxy;
|
467
|
+
declare const index$l_ETypeProxy: typeof ETypeProxy;
|
468
|
+
type index$l_ETypeProxyChecked = ETypeProxyChecked;
|
469
|
+
declare const index$l_ETypeProxyChecked: typeof ETypeProxyChecked;
|
470
|
+
type index$l_ETypeProxyCountry = ETypeProxyCountry;
|
471
|
+
declare const index$l_ETypeProxyCountry: typeof ETypeProxyCountry;
|
472
|
+
type index$l_ETypeProxyNewIP = ETypeProxyNewIP;
|
473
|
+
declare const index$l_ETypeProxyNewIP: typeof ETypeProxyNewIP;
|
474
|
+
type index$l_ETypeProxyProvider = ETypeProxyProvider;
|
475
|
+
declare const index$l_ETypeProxyProvider: typeof ETypeProxyProvider;
|
476
|
+
type index$l_ETypeRatioImage = ETypeRatioImage;
|
477
|
+
declare const index$l_ETypeRatioImage: typeof ETypeRatioImage;
|
478
|
+
type index$l_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
|
479
|
+
declare const index$l_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
|
480
|
+
type index$l_ETypeSheetWorkPin = ETypeSheetWorkPin;
|
481
|
+
declare const index$l_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
|
482
|
+
type index$l_ETypeSocial = ETypeSocial;
|
483
|
+
declare const index$l_ETypeSocial: typeof ETypeSocial;
|
484
|
+
type index$l_ETypeTimeFilter = ETypeTimeFilter;
|
485
|
+
declare const index$l_ETypeTimeFilter: typeof ETypeTimeFilter;
|
486
|
+
type index$l_ETypeVoiceLanguage = ETypeVoiceLanguage;
|
487
|
+
declare const index$l_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
488
|
+
declare namespace index$l {
|
489
|
+
export { index$l_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$l_ETypeAccountVPN as ETypeAccountVPN, index$l_ETypeCanva as ETypeCanva, index$l_ETypeColumnManagerWork as ETypeColumnManagerWork, index$l_ETypeDeviceOS as ETypeDeviceOS, index$l_ETypeExport as ETypeExport, index$l_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$l_ETypeManagerWorkPin as ETypeManagerWorkPin, index$l_ETypeManagerWorkType as ETypeManagerWorkType, index$l_ETypePin as ETypePin, index$l_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$l_ETypeProxy as ETypeProxy, index$l_ETypeProxyChecked as ETypeProxyChecked, index$l_ETypeProxyCountry as ETypeProxyCountry, index$l_ETypeProxyNewIP as ETypeProxyNewIP, index$l_ETypeProxyProvider as ETypeProxyProvider, index$l_ETypeRatioImage as ETypeRatioImage, index$l_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$l_ETypeSheetWorkPin as ETypeSheetWorkPin, index$l_ETypeSocial as ETypeSocial, index$l_ETypeTimeFilter as ETypeTimeFilter, index$l_ETypeVoiceLanguage as ETypeVoiceLanguage };
|
490
490
|
}
|
491
491
|
|
492
492
|
declare enum EStatusVPS {
|
@@ -741,70 +741,70 @@ declare enum EStatusAccountCHPlayICloud {
|
|
741
741
|
NotExist = "NotExist"
|
742
742
|
}
|
743
743
|
|
744
|
-
type index$
|
745
|
-
declare const index$
|
746
|
-
type index$
|
747
|
-
declare const index$
|
748
|
-
type index$
|
749
|
-
declare const index$
|
750
|
-
type index$
|
751
|
-
declare const index$
|
752
|
-
type index$
|
753
|
-
declare const index$
|
754
|
-
type index$
|
755
|
-
declare const index$
|
756
|
-
type index$
|
757
|
-
declare const index$
|
758
|
-
type index$
|
759
|
-
declare const index$
|
760
|
-
type index$
|
761
|
-
declare const index$
|
762
|
-
type index$
|
763
|
-
declare const index$
|
764
|
-
type index$
|
765
|
-
declare const index$
|
766
|
-
type index$
|
767
|
-
declare const index$
|
768
|
-
type index$
|
769
|
-
declare const index$
|
770
|
-
type index$
|
771
|
-
declare const index$
|
772
|
-
type index$
|
773
|
-
declare const index$
|
774
|
-
type index$
|
775
|
-
declare const index$
|
776
|
-
type index$
|
777
|
-
declare const index$
|
778
|
-
type index$
|
779
|
-
declare const index$
|
780
|
-
type index$
|
781
|
-
declare const index$
|
782
|
-
type index$
|
783
|
-
declare const index$
|
784
|
-
type index$
|
785
|
-
declare const index$
|
786
|
-
type index$
|
787
|
-
declare const index$
|
788
|
-
type index$
|
789
|
-
declare const index$
|
790
|
-
type index$
|
791
|
-
declare const index$
|
792
|
-
type index$
|
793
|
-
declare const index$
|
794
|
-
type index$
|
795
|
-
declare const index$
|
796
|
-
type index$
|
797
|
-
declare const index$
|
798
|
-
type index$
|
799
|
-
declare const index$
|
800
|
-
type index$
|
801
|
-
declare const index$
|
802
|
-
type index$
|
803
|
-
declare const index$
|
804
|
-
type index$
|
805
|
-
declare const index$
|
806
|
-
declare namespace index$
|
807
|
-
export { index$
|
744
|
+
type index$k_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
745
|
+
declare const index$k_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
|
746
|
+
type index$k_EStatusAccountCanva = EStatusAccountCanva;
|
747
|
+
declare const index$k_EStatusAccountCanva: typeof EStatusAccountCanva;
|
748
|
+
type index$k_EStatusAccountDrive = EStatusAccountDrive;
|
749
|
+
declare const index$k_EStatusAccountDrive: typeof EStatusAccountDrive;
|
750
|
+
type index$k_EStatusAccountSocial = EStatusAccountSocial;
|
751
|
+
declare const index$k_EStatusAccountSocial: typeof EStatusAccountSocial;
|
752
|
+
type index$k_EStatusAccountSocialImport = EStatusAccountSocialImport;
|
753
|
+
declare const index$k_EStatusAccountSocialImport: typeof EStatusAccountSocialImport;
|
754
|
+
type index$k_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
|
755
|
+
declare const index$k_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
|
756
|
+
type index$k_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
|
757
|
+
declare const index$k_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
|
758
|
+
type index$k_EStatusAccountSocialRun = EStatusAccountSocialRun;
|
759
|
+
declare const index$k_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
|
760
|
+
type index$k_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
|
761
|
+
declare const index$k_EStatusAccountSocialSetting: typeof EStatusAccountSocialSetting;
|
762
|
+
type index$k_EStatusAccountSocialSync = EStatusAccountSocialSync;
|
763
|
+
declare const index$k_EStatusAccountSocialSync: typeof EStatusAccountSocialSync;
|
764
|
+
type index$k_EStatusAccountVPN = EStatusAccountVPN;
|
765
|
+
declare const index$k_EStatusAccountVPN: typeof EStatusAccountVPN;
|
766
|
+
type index$k_EStatusActive = EStatusActive;
|
767
|
+
declare const index$k_EStatusActive: typeof EStatusActive;
|
768
|
+
type index$k_EStatusBlog = EStatusBlog;
|
769
|
+
declare const index$k_EStatusBlog: typeof EStatusBlog;
|
770
|
+
type index$k_EStatusChangeInfo = EStatusChangeInfo;
|
771
|
+
declare const index$k_EStatusChangeInfo: typeof EStatusChangeInfo;
|
772
|
+
type index$k_EStatusCommon = EStatusCommon;
|
773
|
+
declare const index$k_EStatusCommon: typeof EStatusCommon;
|
774
|
+
type index$k_EStatusConnectDevice = EStatusConnectDevice;
|
775
|
+
declare const index$k_EStatusConnectDevice: typeof EStatusConnectDevice;
|
776
|
+
type index$k_EStatusExecuteCommon = EStatusExecuteCommon;
|
777
|
+
declare const index$k_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
778
|
+
type index$k_EStatusLark = EStatusLark;
|
779
|
+
declare const index$k_EStatusLark: typeof EStatusLark;
|
780
|
+
type index$k_EStatusSetupDeviceSystem = EStatusSetupDeviceSystem;
|
781
|
+
declare const index$k_EStatusSetupDeviceSystem: typeof EStatusSetupDeviceSystem;
|
782
|
+
type index$k_EStatusSheetWork = EStatusSheetWork;
|
783
|
+
declare const index$k_EStatusSheetWork: typeof EStatusSheetWork;
|
784
|
+
type index$k_EStatusTaskAIContent = EStatusTaskAIContent;
|
785
|
+
declare const index$k_EStatusTaskAIContent: typeof EStatusTaskAIContent;
|
786
|
+
type index$k_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
|
787
|
+
declare const index$k_EStatusTaskAvatarCover: typeof EStatusTaskAvatarCover;
|
788
|
+
type index$k_EStatusTaskCanva = EStatusTaskCanva;
|
789
|
+
declare const index$k_EStatusTaskCanva: typeof EStatusTaskCanva;
|
790
|
+
type index$k_EStatusTaskImage = EStatusTaskImage;
|
791
|
+
declare const index$k_EStatusTaskImage: typeof EStatusTaskImage;
|
792
|
+
type index$k_EStatusTaskJob = EStatusTaskJob;
|
793
|
+
declare const index$k_EStatusTaskJob: typeof EStatusTaskJob;
|
794
|
+
type index$k_EStatusTaskJobGroup = EStatusTaskJobGroup;
|
795
|
+
declare const index$k_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
|
796
|
+
type index$k_EStatusTaskScript = EStatusTaskScript;
|
797
|
+
declare const index$k_EStatusTaskScript: typeof EStatusTaskScript;
|
798
|
+
type index$k_EStatusTaskToolSocials = EStatusTaskToolSocials;
|
799
|
+
declare const index$k_EStatusTaskToolSocials: typeof EStatusTaskToolSocials;
|
800
|
+
type index$k_EStatusTaskVoice = EStatusTaskVoice;
|
801
|
+
declare const index$k_EStatusTaskVoice: typeof EStatusTaskVoice;
|
802
|
+
type index$k_EStatusTeam = EStatusTeam;
|
803
|
+
declare const index$k_EStatusTeam: typeof EStatusTeam;
|
804
|
+
type index$k_EStatusVPS = EStatusVPS;
|
805
|
+
declare const index$k_EStatusVPS: typeof EStatusVPS;
|
806
|
+
declare namespace index$k {
|
807
|
+
export { index$k_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$k_EStatusAccountCanva as EStatusAccountCanva, index$k_EStatusAccountDrive as EStatusAccountDrive, index$k_EStatusAccountSocial as EStatusAccountSocial, index$k_EStatusAccountSocialImport as EStatusAccountSocialImport, index$k_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$k_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$k_EStatusAccountSocialRun as EStatusAccountSocialRun, index$k_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$k_EStatusAccountSocialSync as EStatusAccountSocialSync, index$k_EStatusAccountVPN as EStatusAccountVPN, index$k_EStatusActive as EStatusActive, index$k_EStatusBlog as EStatusBlog, index$k_EStatusChangeInfo as EStatusChangeInfo, index$k_EStatusCommon as EStatusCommon, index$k_EStatusConnectDevice as EStatusConnectDevice, index$k_EStatusExecuteCommon as EStatusExecuteCommon, index$k_EStatusLark as EStatusLark, index$k_EStatusSetupDeviceSystem as EStatusSetupDeviceSystem, index$k_EStatusSheetWork as EStatusSheetWork, index$k_EStatusTaskAIContent as EStatusTaskAIContent, index$k_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$k_EStatusTaskCanva as EStatusTaskCanva, index$k_EStatusTaskImage as EStatusTaskImage, index$k_EStatusTaskJob as EStatusTaskJob, index$k_EStatusTaskJobGroup as EStatusTaskJobGroup, index$k_EStatusTaskScript as EStatusTaskScript, index$k_EStatusTaskToolSocials as EStatusTaskToolSocials, index$k_EStatusTaskVoice as EStatusTaskVoice, index$k_EStatusTeam as EStatusTeam, index$k_EStatusVPS as EStatusVPS };
|
808
808
|
}
|
809
809
|
|
810
810
|
declare enum EFolderImageAI {
|
@@ -879,102 +879,157 @@ declare enum EStatusChannel {
|
|
879
879
|
Error = "Error"
|
880
880
|
}
|
881
881
|
|
882
|
-
type index$
|
883
|
-
declare const index$
|
884
|
-
type index$
|
885
|
-
declare const index$
|
886
|
-
type index$
|
887
|
-
declare const index$
|
888
|
-
type index$
|
889
|
-
declare const index$
|
890
|
-
type index$
|
891
|
-
declare const index$
|
892
|
-
type index$
|
893
|
-
declare const index$
|
894
|
-
type index$
|
895
|
-
declare const index$
|
896
|
-
type index$
|
897
|
-
declare const index$
|
898
|
-
type index$
|
899
|
-
declare const index$
|
900
|
-
type index$
|
901
|
-
declare const index$
|
902
|
-
type index$
|
903
|
-
declare const index$
|
904
|
-
type index$
|
905
|
-
declare const index$
|
906
|
-
declare namespace index$
|
907
|
-
export { index$
|
908
|
-
}
|
909
|
-
|
910
|
-
declare enum ELarkMessageAccounts {
|
911
|
-
ErrorDevice = "Error device",
|
912
|
-
ErrorCanva = "Error canva",
|
913
|
-
ErrorProxy = "Error proxy",
|
914
|
-
ErrorVPN = "Error VPN",
|
915
|
-
ErrorCHPlayICloud = "Error CHPlay/ICloud",
|
916
|
-
ErrorGenVoice = "Error generate voice",
|
917
|
-
ErrorGenImage = "Error generate image"
|
918
|
-
}
|
919
|
-
declare enum ELarkMessageSheetManager {
|
920
|
-
ErrorVPS = "Error VPS",
|
921
|
-
ErrorGenerateContent = "Error generate content",
|
922
|
-
ErrorSheetSlow = "Sheet slow"
|
923
|
-
}
|
924
|
-
declare enum ELarkMessageInstagram {
|
925
|
-
ErrorLogin = "Error Login",
|
926
|
-
ErrorSettingBusiness = "Error setting business",
|
927
|
-
ErrorChangeInfo = "Error change info",
|
928
|
-
ErrorErrorSheetTool = "Error error sheet tool",
|
929
|
-
ErrorPost = "Error post",
|
930
|
-
ErrorSheetPostExistName = "Error sheet post exist name",
|
931
|
-
ErrorInteractExplore = "Error interact explore",
|
932
|
-
ErrorInteractReel = "Error interact reel",
|
933
|
-
ErrorInteractStory = "Error interact story",
|
934
|
-
ErrorFollow = "Error follow",
|
935
|
-
ErrorUnFollow = "Error unFollow",
|
936
|
-
ErrorReplyComment1 = "Error reply comment(1)",
|
937
|
-
ErrorReplyComment2 = "Error reply comment(2)",
|
938
|
-
ErrorReplyMessage1 = "Error reply message(1)",
|
939
|
-
ErrorReplyMessage2 = "Error reply message(2)",
|
940
|
-
ErrorBlockUser = "Error block user"
|
941
|
-
}
|
942
|
-
declare enum ELarkMessageThreads {
|
943
|
-
ErrorLogin = "Error Login",
|
944
|
-
ErrorChangeInfo = "Error sheet tool",
|
945
|
-
ErrorErrorSheetTool = "Import sheet",
|
946
|
-
ErrorPost = "Post",
|
947
|
-
ErrorSheetPostExistName = "Sheet post exist name",
|
948
|
-
ErrorReplyComment1 = "Reply comment(1)",
|
949
|
-
ErrorReplyComment2 = "Reply comment(2)",
|
950
|
-
ErrorReplyMessage1 = "Reply message(1)",
|
951
|
-
ErrorReplyMessage2 = "Reply message(2)",
|
952
|
-
ErrorBlockUser = "Block user"
|
953
|
-
}
|
954
|
-
|
955
|
-
type ETypeLarkError_enum_ELarkMessageAccounts = ELarkMessageAccounts;
|
956
|
-
declare const ETypeLarkError_enum_ELarkMessageAccounts: typeof ELarkMessageAccounts;
|
957
|
-
type ETypeLarkError_enum_ELarkMessageInstagram = ELarkMessageInstagram;
|
958
|
-
declare const ETypeLarkError_enum_ELarkMessageInstagram: typeof ELarkMessageInstagram;
|
959
|
-
type ETypeLarkError_enum_ELarkMessageSheetManager = ELarkMessageSheetManager;
|
960
|
-
declare const ETypeLarkError_enum_ELarkMessageSheetManager: typeof ELarkMessageSheetManager;
|
961
|
-
type ETypeLarkError_enum_ELarkMessageThreads = ELarkMessageThreads;
|
962
|
-
declare const ETypeLarkError_enum_ELarkMessageThreads: typeof ELarkMessageThreads;
|
963
|
-
declare namespace ETypeLarkError_enum {
|
964
|
-
export { ETypeLarkError_enum_ELarkMessageAccounts as ELarkMessageAccounts, ETypeLarkError_enum_ELarkMessageInstagram as ELarkMessageInstagram, ETypeLarkError_enum_ELarkMessageSheetManager as ELarkMessageSheetManager, ETypeLarkError_enum_ELarkMessageThreads as ELarkMessageThreads };
|
882
|
+
type index$j_EAIModelContent = EAIModelContent;
|
883
|
+
declare const index$j_EAIModelContent: typeof EAIModelContent;
|
884
|
+
type index$j_EAIModelImage = EAIModelImage;
|
885
|
+
declare const index$j_EAIModelImage: typeof EAIModelImage;
|
886
|
+
type index$j_EAIModelVoice = EAIModelVoice;
|
887
|
+
declare const index$j_EAIModelVoice: typeof EAIModelVoice;
|
888
|
+
type index$j_EAIVersionGPT = EAIVersionGPT;
|
889
|
+
declare const index$j_EAIVersionGPT: typeof EAIVersionGPT;
|
890
|
+
type index$j_EAIVersionImage = EAIVersionImage;
|
891
|
+
declare const index$j_EAIVersionImage: typeof EAIVersionImage;
|
892
|
+
type index$j_EAIVersionPerplexity = EAIVersionPerplexity;
|
893
|
+
declare const index$j_EAIVersionPerplexity: typeof EAIVersionPerplexity;
|
894
|
+
type index$j_EAIVersionVoice = EAIVersionVoice;
|
895
|
+
declare const index$j_EAIVersionVoice: typeof EAIVersionVoice;
|
896
|
+
type index$j_EEmailTagType = EEmailTagType;
|
897
|
+
declare const index$j_EEmailTagType: typeof EEmailTagType;
|
898
|
+
type index$j_EFolderImageAI = EFolderImageAI;
|
899
|
+
declare const index$j_EFolderImageAI: typeof EFolderImageAI;
|
900
|
+
type index$j_EStatusAccountAI = EStatusAccountAI;
|
901
|
+
declare const index$j_EStatusAccountAI: typeof EStatusAccountAI;
|
902
|
+
type index$j_EStatusChannel = EStatusChannel;
|
903
|
+
declare const index$j_EStatusChannel: typeof EStatusChannel;
|
904
|
+
type index$j_EStatusEmail = EStatusEmail;
|
905
|
+
declare const index$j_EStatusEmail: typeof EStatusEmail;
|
906
|
+
declare namespace index$j {
|
907
|
+
export { index$j_EAIModelContent as EAIModelContent, index$j_EAIModelImage as EAIModelImage, index$j_EAIModelVoice as EAIModelVoice, index$j_EAIVersionGPT as EAIVersionGPT, index$j_EAIVersionImage as EAIVersionImage, index$j_EAIVersionPerplexity as EAIVersionPerplexity, index$j_EAIVersionVoice as EAIVersionVoice, index$j_EEmailTagType as EEmailTagType, index$j_EFolderImageAI as EFolderImageAI, index$j_EStatusAccountAI as EStatusAccountAI, index$j_EStatusChannel as EStatusChannel, index$j_EStatusEmail as EStatusEmail };
|
965
908
|
}
|
966
909
|
|
967
910
|
declare enum ELarkObject {
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
911
|
+
Base = "Base",
|
912
|
+
AccountTool = "Account tool",
|
913
|
+
ManagerSheet = "Manager sheet",
|
914
|
+
CreateNew = "Create new",
|
915
|
+
ToolDevice = "Tool device",
|
916
|
+
InstagramImport = "Instagram import",
|
917
|
+
InstagramDetail = "Instagram detail",
|
918
|
+
DuplicateAll = "Duplicate all",
|
919
|
+
RunAppDevice = "Run app device"
|
920
|
+
}
|
921
|
+
declare enum ELarkNotiBase {
|
922
|
+
Website500 = "Website 500",
|
923
|
+
NotiTagMember = "Noti tag member",
|
924
|
+
ErrorLinkLark = "Error link lark",
|
925
|
+
LoginWebsite = "Login website",
|
926
|
+
LoginToolDevice = "Login tool device",
|
927
|
+
LoginToolContentAI = "Login tool content AI",
|
928
|
+
LoginToolImageVoice = "Login tool image voice",
|
929
|
+
LoginToolCanva = "Login tool canva"
|
930
|
+
}
|
931
|
+
declare enum ELarkNotiRunAppDevice {
|
932
|
+
AppClone = "App clone",
|
933
|
+
AppInstagram = "App instagram",
|
934
|
+
AppThreads = "App threads",
|
935
|
+
AppFacebook = "App facebook",
|
936
|
+
AppTiktok = "App tiktok",
|
937
|
+
AppX = "App x.com",
|
938
|
+
AppPinterest = "App pinterest"
|
939
|
+
}
|
940
|
+
declare enum ELarkNotiAccountTool {
|
941
|
+
AccountSyncError = "Sync account error All",
|
942
|
+
AccountProxy = "Proxy/ import proxy/ proxy checker",
|
943
|
+
AccountVPS = "Account VPS Control",
|
944
|
+
AccountVPN = "Account VPN",
|
945
|
+
AccountCHPlayICloud = "Account CHPlay/ICloud",
|
946
|
+
AccountCanva = "Account Canva(4 lo\u1EA1i: Product Square, vu\u00F4ng, ngang, d\u1ECDc)",
|
947
|
+
AccountEmail = "Account Email",
|
948
|
+
AccountImageAI = "Account Freepik, Image(Google labs)",
|
949
|
+
AccountVoiceAI = "Account google voice",
|
950
|
+
AccountGoogleDrive = "Account google drive (Upload)",
|
951
|
+
ChannelContentAI = "Channel Content AI"
|
952
|
+
}
|
953
|
+
declare enum ELarkNotiDuplicateAll {
|
954
|
+
DuplicateAccountRaw = "Duplicate account raw social",
|
955
|
+
DuplicateSheetImport = "Duplicate sheet import Tools",
|
956
|
+
DuplicateSheetContent = "Duplicate sheet content",
|
957
|
+
DuplicateSystemAll = "Duplicate system all"
|
958
|
+
}
|
959
|
+
declare enum ELarkNotiManagerSheet {
|
960
|
+
ErrorManagerSheet = "Error manager sheet",
|
961
|
+
ReadSheetSlow = "Read sheet slow",
|
962
|
+
CompleteSessionSheet = "Complete session sheet",
|
963
|
+
EmailError = "Email error"
|
964
|
+
}
|
965
|
+
declare enum ELarkNotiToolDevice {
|
966
|
+
DeviceAndroidConnect = "Device android connect",
|
967
|
+
DeviceIOSConnect = "Device IOS Connect",
|
968
|
+
ConnectToolApp = "Connect tool app",
|
969
|
+
SettingDevice = "Setting devices"
|
970
|
+
}
|
971
|
+
declare enum ELarkNotiCreateNew {
|
972
|
+
NewHighlight = "NewHighlight",// Cần giải thích
|
973
|
+
CreateFolderImageAI = "Create name folder image (google labs)",
|
974
|
+
CreateIdeaNiche = "create new idea niche manage"
|
975
|
+
}
|
976
|
+
declare enum ELarkNotiSocialImport {
|
977
|
+
ImportIdeaNiche = "import idea - niche",
|
978
|
+
ImportSheetWork = "import sheet works",
|
979
|
+
ImportVps = "import vps",
|
980
|
+
ImportVpn = "import vpn",
|
981
|
+
ImportProxy = "import proxy",
|
982
|
+
ImportCHPlay = "import CHPlay/ICloud",
|
983
|
+
ImportGoogle = "import google drive",
|
984
|
+
ImportEmail = "import email account",
|
985
|
+
ImportImageAI = "import channel image AI",
|
986
|
+
ImportVoice = "import channel voice AI",
|
987
|
+
ImportInstagramRaw = "import account raw",
|
988
|
+
ImportPostSheet = "import post sheet",
|
989
|
+
ImportTool = "Import tool active all"
|
990
|
+
}
|
991
|
+
declare enum ELarkNotiInstagramDetail {
|
992
|
+
SyncAccountRun = "Sync Account Run Social All",
|
993
|
+
LoginAccount = "Login account social",
|
994
|
+
CreateCloneApp = "Create clone app",
|
995
|
+
ChangeInfoAccount = "account social\tchange info",
|
996
|
+
ChangeSettingAccount = "change setting business account",
|
997
|
+
Post = "Post (Product Square, News, Reel, Story/Highlight)",
|
998
|
+
InteractExplore = "interact explore",
|
999
|
+
InteractReel = "interact reel",
|
1000
|
+
InteractStory = "interact stories",
|
1001
|
+
InteractHomeMe = "interact home username",
|
1002
|
+
InteractHomeUsernameFollower = "Interact home username follower",
|
1003
|
+
InteractNews = "interact newsfeed",
|
1004
|
+
FollowSocial = "Follow social",
|
1005
|
+
UnfollowSocial = "Unfollow social",
|
1006
|
+
ReplyComment = "Reply comment",
|
1007
|
+
ReplyMessage = "Reply message",
|
1008
|
+
BlockUser = "Block user"
|
1009
|
+
}
|
1010
|
+
|
1011
|
+
type index$i_ELarkNotiAccountTool = ELarkNotiAccountTool;
|
1012
|
+
declare const index$i_ELarkNotiAccountTool: typeof ELarkNotiAccountTool;
|
1013
|
+
type index$i_ELarkNotiBase = ELarkNotiBase;
|
1014
|
+
declare const index$i_ELarkNotiBase: typeof ELarkNotiBase;
|
1015
|
+
type index$i_ELarkNotiCreateNew = ELarkNotiCreateNew;
|
1016
|
+
declare const index$i_ELarkNotiCreateNew: typeof ELarkNotiCreateNew;
|
1017
|
+
type index$i_ELarkNotiDuplicateAll = ELarkNotiDuplicateAll;
|
1018
|
+
declare const index$i_ELarkNotiDuplicateAll: typeof ELarkNotiDuplicateAll;
|
1019
|
+
type index$i_ELarkNotiInstagramDetail = ELarkNotiInstagramDetail;
|
1020
|
+
declare const index$i_ELarkNotiInstagramDetail: typeof ELarkNotiInstagramDetail;
|
1021
|
+
type index$i_ELarkNotiManagerSheet = ELarkNotiManagerSheet;
|
1022
|
+
declare const index$i_ELarkNotiManagerSheet: typeof ELarkNotiManagerSheet;
|
1023
|
+
type index$i_ELarkNotiRunAppDevice = ELarkNotiRunAppDevice;
|
1024
|
+
declare const index$i_ELarkNotiRunAppDevice: typeof ELarkNotiRunAppDevice;
|
1025
|
+
type index$i_ELarkNotiSocialImport = ELarkNotiSocialImport;
|
1026
|
+
declare const index$i_ELarkNotiSocialImport: typeof ELarkNotiSocialImport;
|
1027
|
+
type index$i_ELarkNotiToolDevice = ELarkNotiToolDevice;
|
1028
|
+
declare const index$i_ELarkNotiToolDevice: typeof ELarkNotiToolDevice;
|
1029
|
+
type index$i_ELarkObject = ELarkObject;
|
1030
|
+
declare const index$i_ELarkObject: typeof ELarkObject;
|
1031
|
+
declare namespace index$i {
|
1032
|
+
export { index$i_ELarkNotiAccountTool as ELarkNotiAccountTool, index$i_ELarkNotiBase as ELarkNotiBase, index$i_ELarkNotiCreateNew as ELarkNotiCreateNew, index$i_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$i_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$i_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$i_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$i_ELarkNotiSocialImport as ELarkNotiSocialImport, index$i_ELarkNotiToolDevice as ELarkNotiToolDevice, index$i_ELarkObject as ELarkObject };
|
978
1033
|
}
|
979
1034
|
|
980
1035
|
declare enum ESheetToolThreads {
|
@@ -994,16 +1049,16 @@ declare enum ESheetToolInstagram {
|
|
994
1049
|
ReplyMessage = "Reply message"
|
995
1050
|
}
|
996
1051
|
|
997
|
-
type index$
|
998
|
-
declare const index$
|
999
|
-
type index$
|
1000
|
-
declare const index$
|
1001
|
-
declare namespace index$
|
1002
|
-
export { index$
|
1052
|
+
type index$h_ESheetToolInstagram = ESheetToolInstagram;
|
1053
|
+
declare const index$h_ESheetToolInstagram: typeof ESheetToolInstagram;
|
1054
|
+
type index$h_ESheetToolThreads = ESheetToolThreads;
|
1055
|
+
declare const index$h_ESheetToolThreads: typeof ESheetToolThreads;
|
1056
|
+
declare namespace index$h {
|
1057
|
+
export { index$h_ESheetToolInstagram as ESheetToolInstagram, index$h_ESheetToolThreads as ESheetToolThreads };
|
1003
1058
|
}
|
1004
1059
|
|
1005
|
-
declare namespace index$
|
1006
|
-
export { index$
|
1060
|
+
declare namespace index$g {
|
1061
|
+
export { index$j as AI, index$m as Common, index$i as Lark, index$h as SheetTool, index$k as Status, index$l as Types };
|
1007
1062
|
}
|
1008
1063
|
|
1009
1064
|
type TFilter = 'direct' | 'ref';
|
@@ -1014,62 +1069,12 @@ type TPost = 'post' | 'reel' | 'story, story highlight' | 'product_square';
|
|
1014
1069
|
|
1015
1070
|
type TPostStyle = 'video+image' | 'video' | 'link+video+image' | 'product_video_image';
|
1016
1071
|
|
1017
|
-
type index$
|
1018
|
-
type index$
|
1019
|
-
type index$
|
1020
|
-
type index$
|
1021
|
-
declare namespace index$
|
1022
|
-
export type { index$
|
1023
|
-
}
|
1024
|
-
|
1025
|
-
interface IBaseModel {
|
1026
|
-
id: string;
|
1027
|
-
createdAt: Date;
|
1028
|
-
updatedAt: Date;
|
1029
|
-
version: number;
|
1030
|
-
}
|
1031
|
-
interface ITrackingModel<T> {
|
1032
|
-
createdBy: T | string;
|
1033
|
-
updatedBy: T | string;
|
1034
|
-
}
|
1035
|
-
interface ITrackingTimeScript {
|
1036
|
-
timeStart: Date;
|
1037
|
-
timeEnd: Date;
|
1038
|
-
}
|
1039
|
-
interface ITrackingUserAction {
|
1040
|
-
timeLastUsed: Date;
|
1041
|
-
lastUserUsed: string | IUser;
|
1042
|
-
}
|
1043
|
-
|
1044
|
-
interface IFile extends IBaseModel, ITrackingModel<IUser> {
|
1045
|
-
name: string;
|
1046
|
-
path: string;
|
1047
|
-
size: number;
|
1048
|
-
type: string;
|
1049
|
-
md5: string;
|
1050
|
-
url: string;
|
1051
|
-
isDraft: boolean;
|
1052
|
-
}
|
1053
|
-
|
1054
|
-
interface ISheetImport extends IBaseModel, ITrackingModel<IUser> {
|
1055
|
-
sheetUrl: string;
|
1056
|
-
sheetName: string;
|
1057
|
-
}
|
1058
|
-
|
1059
|
-
type index$c_IBaseModel = IBaseModel;
|
1060
|
-
type index$c_IFile = IFile;
|
1061
|
-
type index$c_ISheetImport = ISheetImport;
|
1062
|
-
type index$c_ITrackingModel<T> = ITrackingModel<T>;
|
1063
|
-
type index$c_ITrackingTimeScript = ITrackingTimeScript;
|
1064
|
-
type index$c_ITrackingUserAction = ITrackingUserAction;
|
1065
|
-
declare namespace index$c {
|
1066
|
-
export type { index$c_IBaseModel as IBaseModel, index$c_IFile as IFile, index$c_ISheetImport as ISheetImport, index$c_ITrackingModel as ITrackingModel, index$c_ITrackingTimeScript as ITrackingTimeScript, index$c_ITrackingUserAction as ITrackingUserAction };
|
1067
|
-
}
|
1068
|
-
|
1069
|
-
interface IDepartment extends IBaseModel, ITrackingModel<IUser> {
|
1070
|
-
department_name: string;
|
1071
|
-
department_slug: string;
|
1072
|
-
department_description: string;
|
1072
|
+
type index$f_TCompare = TCompare;
|
1073
|
+
type index$f_TFilter = TFilter;
|
1074
|
+
type index$f_TPost = TPost;
|
1075
|
+
type index$f_TPostStyle = TPostStyle;
|
1076
|
+
declare namespace index$f {
|
1077
|
+
export type { index$f_TCompare as TCompare, index$f_TFilter as TFilter, index$f_TPost as TPost, index$f_TPostStyle as TPostStyle };
|
1073
1078
|
}
|
1074
1079
|
|
1075
1080
|
interface IUser extends IBaseModel, ITrackingModel<IUser> {
|
@@ -1087,25 +1092,10 @@ interface IUser extends IBaseModel, ITrackingModel<IUser> {
|
|
1087
1092
|
user_isBlocked: boolean;
|
1088
1093
|
}
|
1089
1094
|
|
1090
|
-
interface
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
user_confirmPassword: string;
|
1095
|
-
}
|
1096
|
-
|
1097
|
-
interface IToken extends BoInterfaceModelsCommon.IBaseModel {
|
1098
|
-
token_secretKey: string;
|
1099
|
-
token_code: string;
|
1100
|
-
token_user: IUser | string;
|
1101
|
-
}
|
1102
|
-
|
1103
|
-
interface IOtpCreateSession extends Pick<IUser, 'user_email'> {
|
1104
|
-
}
|
1105
|
-
interface IOtpSend extends Pick<IUser, 'user_email'> {
|
1106
|
-
}
|
1107
|
-
interface IOtpConfirm extends Pick<IUser, 'user_email'> {
|
1108
|
-
otp: string;
|
1095
|
+
interface IDepartment extends IBaseModel, ITrackingModel<IUser> {
|
1096
|
+
department_name: string;
|
1097
|
+
department_slug: string;
|
1098
|
+
department_description: string;
|
1109
1099
|
}
|
1110
1100
|
|
1111
1101
|
/**
|
@@ -1126,23 +1116,90 @@ interface IRole extends IBaseModel, ITrackingModel<IUser> {
|
|
1126
1116
|
role_featuresRoles: Array<IRoleFeature>;
|
1127
1117
|
}
|
1128
1118
|
|
1119
|
+
interface IDepartmentRole extends IBaseModel, ITrackingModel<IUser> {
|
1120
|
+
department: string | IDepartment;
|
1121
|
+
role: string | IRole;
|
1122
|
+
}
|
1123
|
+
|
1129
1124
|
interface IUserRole extends BoInterfaceModelsCommon.IBaseModel {
|
1130
1125
|
user: string | IUser;
|
1131
1126
|
role: string | IRole;
|
1132
1127
|
}
|
1133
1128
|
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1129
|
+
interface ITeam extends IBaseModel, ITrackingModel<IUser> {
|
1130
|
+
name: string;
|
1131
|
+
department: string | IDepartment;
|
1132
|
+
listTypeSocials: ETypeSocial[];
|
1133
|
+
description: string;
|
1134
|
+
leader: string | IUser;
|
1135
|
+
status: EStatusTeam;
|
1136
|
+
}
|
1137
|
+
|
1138
|
+
interface ITeamRole extends IBaseModel, ITrackingModel<IUser> {
|
1139
|
+
team: string | ITeam;
|
1140
|
+
role: string | IRole;
|
1141
|
+
}
|
1142
|
+
|
1143
|
+
interface ITeamMember extends IBaseModel, ITrackingModel<IUser> {
|
1144
|
+
team: string | ITeam;
|
1145
|
+
member: string | IUser;
|
1146
|
+
}
|
1147
|
+
|
1148
|
+
type index$e_IDepartment = IDepartment;
|
1149
|
+
type index$e_IDepartmentRole = IDepartmentRole;
|
1150
|
+
type index$e_IRole = IRole;
|
1151
|
+
type index$e_IRoleFeature = IRoleFeature;
|
1152
|
+
type index$e_ITeam = ITeam;
|
1153
|
+
type index$e_ITeamMember = ITeamMember;
|
1154
|
+
type index$e_ITeamRole = ITeamRole;
|
1155
|
+
type index$e_IUser = IUser;
|
1156
|
+
type index$e_IUserRole = IUserRole;
|
1157
|
+
declare namespace index$e {
|
1158
|
+
export type { index$e_IDepartment as IDepartment, index$e_IDepartmentRole as IDepartmentRole, index$e_IRole as IRole, index$e_IRoleFeature as IRoleFeature, index$e_ITeam as ITeam, index$e_ITeamMember as ITeamMember, index$e_ITeamRole as ITeamRole, index$e_IUser as IUser, index$e_IUserRole as IUserRole };
|
1159
|
+
}
|
1160
|
+
|
1161
|
+
interface IBaseModel {
|
1162
|
+
id: string;
|
1163
|
+
createdAt: Date;
|
1164
|
+
updatedAt: Date;
|
1165
|
+
version: number;
|
1166
|
+
}
|
1167
|
+
interface ITrackingModel<T> {
|
1168
|
+
createdBy: T | string;
|
1169
|
+
updatedBy: T | string;
|
1170
|
+
}
|
1171
|
+
interface ITrackingTimeScript {
|
1172
|
+
timeStart: Date;
|
1173
|
+
timeEnd: Date;
|
1174
|
+
}
|
1175
|
+
interface ITrackingUserAction {
|
1176
|
+
timeLastUsed: Date;
|
1177
|
+
lastUserUsed: string | IUser;
|
1178
|
+
}
|
1179
|
+
|
1180
|
+
interface IFile extends IBaseModel, ITrackingModel<IUser> {
|
1181
|
+
name: string;
|
1182
|
+
path: string;
|
1183
|
+
size: number;
|
1184
|
+
type: string;
|
1185
|
+
md5: string;
|
1186
|
+
url: string;
|
1187
|
+
isDraft: boolean;
|
1188
|
+
}
|
1189
|
+
|
1190
|
+
interface ISheetImport extends IBaseModel, ITrackingModel<IUser> {
|
1191
|
+
sheetUrl: string;
|
1192
|
+
sheetName: string;
|
1193
|
+
}
|
1194
|
+
|
1195
|
+
type index$d_IBaseModel = IBaseModel;
|
1196
|
+
type index$d_IFile = IFile;
|
1197
|
+
type index$d_ISheetImport = ISheetImport;
|
1198
|
+
type index$d_ITrackingModel<T> = ITrackingModel<T>;
|
1199
|
+
type index$d_ITrackingTimeScript = ITrackingTimeScript;
|
1200
|
+
type index$d_ITrackingUserAction = ITrackingUserAction;
|
1201
|
+
declare namespace index$d {
|
1202
|
+
export type { index$d_IBaseModel as IBaseModel, index$d_IFile as IFile, index$d_ISheetImport as ISheetImport, index$d_ITrackingModel as ITrackingModel, index$d_ITrackingTimeScript as ITrackingTimeScript, index$d_ITrackingUserAction as ITrackingUserAction };
|
1146
1203
|
}
|
1147
1204
|
|
1148
1205
|
interface IHistoryTaskAIContent extends IBaseModel, ITrackingModel<IUser> {
|
@@ -1162,59 +1219,192 @@ interface IHistoryTaskAIContent extends IBaseModel, ITrackingModel<IUser> {
|
|
1162
1219
|
timeEnd: Date;
|
1163
1220
|
}
|
1164
1221
|
|
1165
|
-
interface
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1222
|
+
interface IPC extends IBaseModel, ITrackingModel<IUser> {
|
1223
|
+
pc_name: string;
|
1224
|
+
pc_description: string;
|
1225
|
+
}
|
1226
|
+
|
1227
|
+
interface IDevice extends IBaseModel, ITrackingModel<IUser> {
|
1228
|
+
idea: string | IManagerWork;
|
1229
|
+
niche: string | IManagerWork;
|
1230
|
+
pc: IPC | string;
|
1231
|
+
os: ETypeDeviceOS;
|
1232
|
+
model: string;
|
1233
|
+
name: string;
|
1234
|
+
key: string;
|
1235
|
+
maximumVPN: number;
|
1236
|
+
maximumProxy: number;
|
1237
|
+
maximumCHPlayICloud: number;
|
1238
|
+
statusConnect: EStatusConnectDevice;
|
1239
|
+
statusSetupBasic: EStatusSetupDeviceSystem;
|
1240
|
+
statusCHPlayICloud: EStatusAccountCHPlayICloud;
|
1241
|
+
note: string;
|
1242
|
+
timeLastUsed: Date;
|
1243
|
+
lastUserUsed: string | IUser;
|
1244
|
+
}
|
1245
|
+
|
1246
|
+
interface IDeviceSettingForAccount extends IBaseModel, ITrackingModel<IUser> {
|
1247
|
+
device: string | IDevice;
|
1171
1248
|
typeSocial: ETypeSocial;
|
1172
1249
|
accountSocial: string | IAccountSocialBase;
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
fontText2: string;
|
1193
|
-
linkCanvaScript: string;
|
1194
|
-
linkCanvaVideo: string;
|
1195
|
-
linkCanvaImageThumb: string;
|
1196
|
-
linkCanvaImage1: string;
|
1197
|
-
linkCanvaImage2: string;
|
1198
|
-
linkCanvaImage3: string;
|
1199
|
-
linkCanvaImage4: string;
|
1200
|
-
linkCanvaImage5: string;
|
1201
|
-
status: EStatusTaskCanva;
|
1250
|
+
}
|
1251
|
+
|
1252
|
+
interface IAccountCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
1253
|
+
sheetImport: string | ISheetImport;
|
1254
|
+
sheetUrl: string;
|
1255
|
+
sheetName: string;
|
1256
|
+
os: ETypeDeviceOS;
|
1257
|
+
oldEmail: string;
|
1258
|
+
oldPassword: string;
|
1259
|
+
oldCode2FA: string;
|
1260
|
+
oldEmailRecover: string;
|
1261
|
+
newEmail: string;
|
1262
|
+
newPassword: string;
|
1263
|
+
newCode2FA: string;
|
1264
|
+
newEmailRecover: string;
|
1265
|
+
statusChange: EStatusChangeInfo;
|
1266
|
+
status: EStatusAccountCHPlayICloud;
|
1267
|
+
timeLastUsed: Date;
|
1268
|
+
lastUserUsed: string | IUser;
|
1202
1269
|
note: string;
|
1203
1270
|
}
|
1204
1271
|
|
1205
|
-
interface
|
1272
|
+
interface IDeviceSettingForCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
1273
|
+
device: string | IDevice;
|
1274
|
+
accountCHPlayICloud: IAccountCHPlayICloud | string;
|
1275
|
+
}
|
1276
|
+
|
1277
|
+
interface IAccountAIContentTag extends BoInterfaceModelsCommon$1.IBaseModel {
|
1206
1278
|
name: string;
|
1207
|
-
|
1279
|
+
color: string;
|
1208
1280
|
}
|
1209
1281
|
|
1210
|
-
interface
|
1211
|
-
key: string;
|
1212
|
-
typeSocial: ETypeSocial;
|
1213
|
-
group: string | IManagerSheetGroup;
|
1214
|
-
standardColumn: string;
|
1215
|
-
url: string;
|
1282
|
+
interface ILark extends IBaseModel, ITrackingModel<IUser> {
|
1216
1283
|
name: string;
|
1217
|
-
|
1284
|
+
botHook: string;
|
1285
|
+
departmentAssigned: string | IDepartment;
|
1286
|
+
teamAssigned: string | ITeam;
|
1287
|
+
typeObject: ELarkObject;
|
1288
|
+
typeError: ELarkNotiBase | ELarkNotiRunAppDevice | ELarkNotiAccountTool | ELarkNotiDuplicateAll | ELarkNotiManagerSheet | ELarkNotiToolDevice | ELarkNotiCreateNew | ELarkNotiSocialImport | ELarkNotiInstagramDetail;
|
1289
|
+
status: EStatusLark;
|
1290
|
+
}
|
1291
|
+
|
1292
|
+
interface ILarkTeam extends IBaseModel, ITrackingModel<IUser> {
|
1293
|
+
lark: ILark | string;
|
1294
|
+
team: ITeam | string;
|
1295
|
+
}
|
1296
|
+
|
1297
|
+
interface ITaskJobsGroup extends IBaseModel, ITrackingModel<IUser> {
|
1298
|
+
tjg_name: string;
|
1299
|
+
tjg_slug: string;
|
1300
|
+
tjg_otherNumber: number;
|
1301
|
+
tjg_status: EStatusTaskJobGroup;
|
1302
|
+
}
|
1303
|
+
|
1304
|
+
interface ITaskJobDiscuss {
|
1305
|
+
userId: string;
|
1306
|
+
userName: string;
|
1307
|
+
userAvatar: string;
|
1308
|
+
message: string;
|
1309
|
+
timeStamp: Date;
|
1310
|
+
}
|
1311
|
+
interface ITaskJobCheckList {
|
1312
|
+
name: string;
|
1313
|
+
slug: string;
|
1314
|
+
isDone: boolean;
|
1315
|
+
}
|
1316
|
+
interface ITaskJobLabel {
|
1317
|
+
name: string;
|
1318
|
+
slug: string;
|
1319
|
+
color: string;
|
1320
|
+
}
|
1321
|
+
interface ITaskJob extends IBaseModel, ITrackingModel<IUser> {
|
1322
|
+
tj_name: string;
|
1323
|
+
tj_slug: string;
|
1324
|
+
tj_desc: string;
|
1325
|
+
tj_timeStart: Date;
|
1326
|
+
tj_timeEnd: Date;
|
1327
|
+
tj_orderNumber: number;
|
1328
|
+
tj_group: string | ITaskJobsGroup;
|
1329
|
+
tj_labels: ITaskJobLabel[];
|
1330
|
+
tj_checklist: ITaskJobCheckList[];
|
1331
|
+
tj_discuss: ITaskJobDiscuss[];
|
1332
|
+
tj_status: EStatusTaskJob;
|
1333
|
+
tj_priority: EPriority;
|
1334
|
+
tj_priorityPoint: number;
|
1335
|
+
}
|
1336
|
+
|
1337
|
+
interface ITaskJobPermission extends IBaseModel, ITrackingModel<IUser> {
|
1338
|
+
taskJob: string | ITaskJob;
|
1339
|
+
typePermission: 'Department' | 'Team' | 'User';
|
1340
|
+
refInstanceID: string;
|
1341
|
+
}
|
1342
|
+
|
1343
|
+
interface IBlogCategory extends IBaseModel, ITrackingModel<IUser> {
|
1344
|
+
bc_name: string;
|
1345
|
+
bc_desc: string;
|
1346
|
+
bc_slug: string;
|
1347
|
+
}
|
1348
|
+
|
1349
|
+
interface IBlog extends IBaseModel, ITrackingModel<IUser> {
|
1350
|
+
blog_name: string;
|
1351
|
+
blog_thumb: string;
|
1352
|
+
blog_desc: string;
|
1353
|
+
blog_slug: string;
|
1354
|
+
blog_content: string;
|
1355
|
+
blog_status: string | EStatusBlog;
|
1356
|
+
blog_priority: EPriority;
|
1357
|
+
blog_priorityPoint: number;
|
1358
|
+
blog_category: string | IBlogCategory;
|
1359
|
+
}
|
1360
|
+
|
1361
|
+
interface IBlogDepartmentPermission extends IBaseModel, ITrackingModel<IUser> {
|
1362
|
+
blog: string | IBlog;
|
1363
|
+
department: string | IDepartment;
|
1364
|
+
}
|
1365
|
+
|
1366
|
+
interface IBlogTeamPermission extends IBaseModel, ITrackingModel<IUser> {
|
1367
|
+
blog: string | IBlog;
|
1368
|
+
team: string | ITeam;
|
1369
|
+
}
|
1370
|
+
|
1371
|
+
interface IBlogUserPermission extends IBaseModel, ITrackingModel<IUser> {
|
1372
|
+
blog: string | IBlog;
|
1373
|
+
user: string | IUser;
|
1374
|
+
}
|
1375
|
+
|
1376
|
+
type index$c_IBlog = IBlog;
|
1377
|
+
type index$c_IBlogCategory = IBlogCategory;
|
1378
|
+
type index$c_IBlogDepartmentPermission = IBlogDepartmentPermission;
|
1379
|
+
type index$c_IBlogTeamPermission = IBlogTeamPermission;
|
1380
|
+
type index$c_IBlogUserPermission = IBlogUserPermission;
|
1381
|
+
declare namespace index$c {
|
1382
|
+
export type { index$c_IBlog as IBlog, index$c_IBlogCategory as IBlogCategory, index$c_IBlogDepartmentPermission as IBlogDepartmentPermission, index$c_IBlogTeamPermission as IBlogTeamPermission, index$c_IBlogUserPermission as IBlogUserPermission };
|
1383
|
+
}
|
1384
|
+
|
1385
|
+
interface ITaskJobAttachmentBlog extends IBaseModel, ITrackingModel<IUser> {
|
1386
|
+
taskJob: string | ITaskJob;
|
1387
|
+
blog: string | IBlog;
|
1388
|
+
}
|
1389
|
+
|
1390
|
+
interface ITaskJobBlogAttached extends IBaseModel, ITrackingModel<IUser> {
|
1391
|
+
taskJob: string | ITaskJob;
|
1392
|
+
blog: string | IBlog;
|
1393
|
+
}
|
1394
|
+
|
1395
|
+
interface ITaskJobDepartmentPermission extends IBaseModel, ITrackingModel<IUser> {
|
1396
|
+
taskJob: string | ITaskJob;
|
1397
|
+
department: string | IDepartment;
|
1398
|
+
}
|
1399
|
+
|
1400
|
+
interface ITaskJobTeamPermission extends IBaseModel, ITrackingModel<IUser> {
|
1401
|
+
taskJob: string | ITaskJob;
|
1402
|
+
team: string | ITeam;
|
1403
|
+
}
|
1404
|
+
|
1405
|
+
interface ITaskJobUserPermission extends IBaseModel, ITrackingModel<IUser> {
|
1406
|
+
taskJob: string | ITaskJob;
|
1407
|
+
user: string | IUser;
|
1218
1408
|
}
|
1219
1409
|
|
1220
1410
|
interface IManagerWork extends IBaseModel, ITrackingModel<IUser> {
|
@@ -1288,295 +1478,190 @@ interface ISheetWorkManager extends IBaseModel, ITrackingModel<IUser> {
|
|
1288
1478
|
subNiche: IManagerWork | string;
|
1289
1479
|
}
|
1290
1480
|
|
1291
|
-
|
1292
|
-
|
1293
|
-
|
1294
|
-
|
1295
|
-
|
1296
|
-
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1302
|
-
|
1303
|
-
|
1304
|
-
|
1305
|
-
|
1306
|
-
|
1481
|
+
type index$b_IDomain = IDomain;
|
1482
|
+
type index$b_ILark = ILark;
|
1483
|
+
type index$b_ILarkTeam = ILarkTeam;
|
1484
|
+
type index$b_IManagerWork = IManagerWork;
|
1485
|
+
type index$b_ISheetWork = ISheetWork;
|
1486
|
+
type index$b_ISheetWorkManager = ISheetWorkManager;
|
1487
|
+
type index$b_ISheetWorksCategory = ISheetWorksCategory;
|
1488
|
+
type index$b_ITag = ITag;
|
1489
|
+
type index$b_ITaskJob = ITaskJob;
|
1490
|
+
type index$b_ITaskJobAttachmentBlog = ITaskJobAttachmentBlog;
|
1491
|
+
type index$b_ITaskJobBlogAttached = ITaskJobBlogAttached;
|
1492
|
+
type index$b_ITaskJobCheckList = ITaskJobCheckList;
|
1493
|
+
type index$b_ITaskJobDepartmentPermission = ITaskJobDepartmentPermission;
|
1494
|
+
type index$b_ITaskJobDiscuss = ITaskJobDiscuss;
|
1495
|
+
type index$b_ITaskJobLabel = ITaskJobLabel;
|
1496
|
+
type index$b_ITaskJobPermission = ITaskJobPermission;
|
1497
|
+
type index$b_ITaskJobTeamPermission = ITaskJobTeamPermission;
|
1498
|
+
type index$b_ITaskJobUserPermission = ITaskJobUserPermission;
|
1499
|
+
type index$b_ITaskJobsGroup = ITaskJobsGroup;
|
1500
|
+
declare namespace index$b {
|
1501
|
+
export type { index$b_IDomain as IDomain, index$b_ILark as ILark, index$b_ILarkTeam as ILarkTeam, index$b_IManagerWork as IManagerWork, index$b_ISheetWork as ISheetWork, index$b_ISheetWorkManager as ISheetWorkManager, index$b_ISheetWorksCategory as ISheetWorksCategory, index$b_ITag as ITag, index$b_ITaskJob as ITaskJob, index$b_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, index$b_ITaskJobBlogAttached as ITaskJobBlogAttached, index$b_ITaskJobCheckList as ITaskJobCheckList, index$b_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$b_ITaskJobDiscuss as ITaskJobDiscuss, index$b_ITaskJobLabel as ITaskJobLabel, index$b_ITaskJobPermission as ITaskJobPermission, index$b_ITaskJobTeamPermission as ITaskJobTeamPermission, index$b_ITaskJobUserPermission as ITaskJobUserPermission, index$b_ITaskJobsGroup as ITaskJobsGroup };
|
1307
1502
|
}
|
1308
1503
|
|
1309
|
-
interface
|
1310
|
-
|
1311
|
-
|
1504
|
+
interface IAccountAIContent extends IBaseModel, ITrackingModel<IUser> {
|
1505
|
+
listGroupsAI: string[] | IAccountAIContentGroup[];
|
1506
|
+
ideaManagerWork: string | IManagerWork;
|
1507
|
+
nicheManagerWork: string[] | IManagerWork[];
|
1508
|
+
subNicheManagerWork: string[] | IManagerWork[];
|
1509
|
+
tags: string[] | IAccountAIContentTag[];
|
1510
|
+
membersAssigned: string[] | IUser[];
|
1511
|
+
listAccountInfoChannels: Array<{
|
1512
|
+
accountInfo: IAccountAIContentInfo | string;
|
1513
|
+
listChannels: IAccountAIContentChannel[] | string[];
|
1514
|
+
}>;
|
1515
|
+
status: EStatusActive;
|
1312
1516
|
}
|
1313
1517
|
|
1314
|
-
interface
|
1315
|
-
|
1316
|
-
|
1518
|
+
interface IAccountEmail extends IBaseModel, ITrackingModel<IUser> {
|
1519
|
+
sheetImport: string | ISheetImport;
|
1520
|
+
sheetUrl: string;
|
1521
|
+
sheetName: string;
|
1522
|
+
email: string;
|
1523
|
+
emailRecover: string;
|
1524
|
+
password: string;
|
1525
|
+
code2FA: string;
|
1526
|
+
code2FABackup: string;
|
1527
|
+
status: EStatusEmail;
|
1528
|
+
note: string;
|
1317
1529
|
}
|
1318
1530
|
|
1319
|
-
interface
|
1320
|
-
|
1321
|
-
|
1531
|
+
interface IAccountAIContentInfo extends IBaseModel, ITrackingModel<IUser> {
|
1532
|
+
model: EAIModelContent;
|
1533
|
+
provider: string;
|
1534
|
+
versionModel: EAIVersionGPT | EAIVersionPerplexity;
|
1535
|
+
emailAccount: string | IAccountEmail;
|
1536
|
+
password: string;
|
1537
|
+
code2FA: string;
|
1538
|
+
status: EStatusAccountAI;
|
1322
1539
|
}
|
1323
1540
|
|
1324
|
-
interface
|
1541
|
+
interface IAccountAIContentGroup extends IBaseModel, ITrackingModel<IUser> {
|
1325
1542
|
name: string;
|
1326
|
-
|
1327
|
-
listTypeSocials: ETypeSocial[];
|
1328
|
-
description: string;
|
1329
|
-
leader: string | IUser;
|
1330
|
-
status: EStatusTeam;
|
1543
|
+
slug: string;
|
1331
1544
|
}
|
1332
1545
|
|
1333
|
-
interface
|
1334
|
-
|
1335
|
-
|
1546
|
+
interface IAccountAIContentChannel extends IBaseModel, ITrackingModel<IUser> {
|
1547
|
+
model: EAIModelContent;
|
1548
|
+
name: string;
|
1549
|
+
url: string;
|
1550
|
+
color: string;
|
1551
|
+
status: EStatusChannel;
|
1552
|
+
note: string;
|
1336
1553
|
}
|
1337
1554
|
|
1338
|
-
interface
|
1339
|
-
|
1340
|
-
|
1555
|
+
interface IAccountAIImageTag extends IBaseModel, ITrackingModel<IUser> {
|
1556
|
+
name: string;
|
1557
|
+
color: string;
|
1341
1558
|
}
|
1342
1559
|
|
1343
|
-
interface
|
1344
|
-
|
1345
|
-
|
1560
|
+
interface IAccountAIImageChannel extends IBaseModel, ITrackingModel<IUser> {
|
1561
|
+
model: EAIModelImage;
|
1562
|
+
name: string;
|
1563
|
+
url: string;
|
1564
|
+
color: string;
|
1565
|
+
status: EStatusChannel;
|
1566
|
+
note: string;
|
1346
1567
|
}
|
1347
1568
|
|
1348
|
-
interface
|
1569
|
+
interface IAccountAIImageGroup extends IBaseModel, ITrackingModel<IUser> {
|
1349
1570
|
name: string;
|
1350
|
-
|
1351
|
-
departmentAssigned: string | IDepartment;
|
1352
|
-
teamAssigned: string | ITeam;
|
1353
|
-
typeObject: ELarkObject;
|
1354
|
-
typeError: ELarkMessageAccounts | ELarkMessageInstagram | ELarkMessageThreads | ELarkMessageSheetManager;
|
1355
|
-
status: EStatusLark;
|
1571
|
+
slug: string;
|
1356
1572
|
}
|
1357
1573
|
|
1358
|
-
interface
|
1359
|
-
|
1360
|
-
|
1574
|
+
interface IAccountAIImageInfo extends IBaseModel, ITrackingModel<IUser> {
|
1575
|
+
model: EAIModelImage;
|
1576
|
+
provider: string;
|
1577
|
+
versionModel: EAIVersionImage;
|
1578
|
+
emailAccount: string | IAccountEmail;
|
1579
|
+
password: string;
|
1580
|
+
code2FA: string;
|
1581
|
+
status: EStatusAccountAI;
|
1361
1582
|
}
|
1362
1583
|
|
1363
|
-
interface
|
1364
|
-
|
1365
|
-
|
1366
|
-
|
1367
|
-
|
1584
|
+
interface IAccountAIImage extends IBaseModel, ITrackingModel<IUser> {
|
1585
|
+
listGroupsAI: string[] | IAccountAIImageGroup[];
|
1586
|
+
ideaManagerWork: string | IManagerWork;
|
1587
|
+
nicheManagerWork: string[] | IManagerWork[];
|
1588
|
+
subNicheManagerWork: string[] | IManagerWork[];
|
1589
|
+
tags: string[] | IAccountAIImageTag[];
|
1590
|
+
membersAssigned: string[] | IUser[];
|
1591
|
+
listAccountInfoChannels: Array<{
|
1592
|
+
accountInfo: IAccountAIImageInfo | string;
|
1593
|
+
listChannels: IAccountAIImageChannel[] | string[];
|
1594
|
+
}>;
|
1595
|
+
status: EStatusActive;
|
1368
1596
|
}
|
1369
1597
|
|
1370
|
-
interface
|
1371
|
-
userId: string;
|
1372
|
-
userName: string;
|
1373
|
-
userAvatar: string;
|
1374
|
-
message: string;
|
1375
|
-
timeStamp: Date;
|
1376
|
-
}
|
1377
|
-
interface ITaskJobCheckList {
|
1378
|
-
name: string;
|
1379
|
-
slug: string;
|
1380
|
-
isDone: boolean;
|
1381
|
-
}
|
1382
|
-
interface ITaskJobLabel {
|
1598
|
+
interface IAccountAIVoiceTag extends IBaseModel, ITrackingModel<IUser> {
|
1383
1599
|
name: string;
|
1384
|
-
slug: string;
|
1385
1600
|
color: string;
|
1386
1601
|
}
|
1387
|
-
interface ITaskJob extends IBaseModel, ITrackingModel<IUser> {
|
1388
|
-
tj_name: string;
|
1389
|
-
tj_slug: string;
|
1390
|
-
tj_desc: string;
|
1391
|
-
tj_timeStart: Date;
|
1392
|
-
tj_timeEnd: Date;
|
1393
|
-
tj_orderNumber: number;
|
1394
|
-
tj_group: string | ITaskJobsGroup;
|
1395
|
-
tj_labels: ITaskJobLabel[];
|
1396
|
-
tj_checklist: ITaskJobCheckList[];
|
1397
|
-
tj_discuss: ITaskJobDiscuss[];
|
1398
|
-
tj_status: EStatusTaskJob;
|
1399
|
-
tj_priority: EPriority;
|
1400
|
-
tj_priorityPoint: number;
|
1401
|
-
}
|
1402
|
-
|
1403
|
-
interface ITaskJobPermission extends IBaseModel, ITrackingModel<IUser> {
|
1404
|
-
taskJob: string | ITaskJob;
|
1405
|
-
typePermission: 'Department' | 'Team' | 'User';
|
1406
|
-
refInstanceID: string;
|
1407
|
-
}
|
1408
|
-
|
1409
|
-
interface ITaskJobAttachmentBlog extends IBaseModel, ITrackingModel<IUser> {
|
1410
|
-
taskJob: string | ITaskJob;
|
1411
|
-
blog: string | IBlog;
|
1412
|
-
}
|
1413
|
-
|
1414
|
-
interface ITaskJobBlogAttached extends IBaseModel, ITrackingModel<IUser> {
|
1415
|
-
taskJob: string | ITaskJob;
|
1416
|
-
blog: string | IBlog;
|
1417
|
-
}
|
1418
|
-
|
1419
|
-
interface ITaskJobDepartmentPermission extends IBaseModel, ITrackingModel<IUser> {
|
1420
|
-
taskJob: string | ITaskJob;
|
1421
|
-
department: string | IDepartment;
|
1422
|
-
}
|
1423
|
-
|
1424
|
-
interface ITaskJobTeamPermission extends IBaseModel, ITrackingModel<IUser> {
|
1425
|
-
taskJob: string | ITaskJob;
|
1426
|
-
team: string | ITeam;
|
1427
|
-
}
|
1428
|
-
|
1429
|
-
interface ITaskJobUserPermission extends IBaseModel, ITrackingModel<IUser> {
|
1430
|
-
taskJob: string | ITaskJob;
|
1431
|
-
user: string | IUser;
|
1432
|
-
}
|
1433
1602
|
|
1434
|
-
|
1435
|
-
|
1436
|
-
type index$a_IBlogDepartmentPermission = IBlogDepartmentPermission;
|
1437
|
-
type index$a_IBlogTeamPermission = IBlogTeamPermission;
|
1438
|
-
type index$a_IBlogUserPermission = IBlogUserPermission;
|
1439
|
-
type index$a_IDepartment = IDepartment;
|
1440
|
-
type index$a_IDepartmentRole = IDepartmentRole;
|
1441
|
-
type index$a_IDomain = IDomain;
|
1442
|
-
type index$a_ILark = ILark;
|
1443
|
-
type index$a_ILarkTeam = ILarkTeam;
|
1444
|
-
type index$a_IManagerWork = IManagerWork;
|
1445
|
-
type index$a_ISheetWork = ISheetWork;
|
1446
|
-
type index$a_ISheetWorkManager = ISheetWorkManager;
|
1447
|
-
type index$a_ISheetWorksCategory = ISheetWorksCategory;
|
1448
|
-
type index$a_ITag = ITag;
|
1449
|
-
type index$a_ITaskJob = ITaskJob;
|
1450
|
-
type index$a_ITaskJobAttachmentBlog = ITaskJobAttachmentBlog;
|
1451
|
-
type index$a_ITaskJobBlogAttached = ITaskJobBlogAttached;
|
1452
|
-
type index$a_ITaskJobCheckList = ITaskJobCheckList;
|
1453
|
-
type index$a_ITaskJobDepartmentPermission = ITaskJobDepartmentPermission;
|
1454
|
-
type index$a_ITaskJobDiscuss = ITaskJobDiscuss;
|
1455
|
-
type index$a_ITaskJobLabel = ITaskJobLabel;
|
1456
|
-
type index$a_ITaskJobPermission = ITaskJobPermission;
|
1457
|
-
type index$a_ITaskJobTeamPermission = ITaskJobTeamPermission;
|
1458
|
-
type index$a_ITaskJobUserPermission = ITaskJobUserPermission;
|
1459
|
-
type index$a_ITaskJobsGroup = ITaskJobsGroup;
|
1460
|
-
type index$a_ITeam = ITeam;
|
1461
|
-
type index$a_ITeamMember = ITeamMember;
|
1462
|
-
type index$a_ITeamRole = ITeamRole;
|
1463
|
-
declare namespace index$a {
|
1464
|
-
export type { index$a_IBlog as IBlog, index$a_IBlogCategory as IBlogCategory, index$a_IBlogDepartmentPermission as IBlogDepartmentPermission, index$a_IBlogTeamPermission as IBlogTeamPermission, index$a_IBlogUserPermission as IBlogUserPermission, index$a_IDepartment as IDepartment, index$a_IDepartmentRole as IDepartmentRole, index$a_IDomain as IDomain, index$a_ILark as ILark, index$a_ILarkTeam as ILarkTeam, index$a_IManagerWork as IManagerWork, index$a_ISheetWork as ISheetWork, index$a_ISheetWorkManager as ISheetWorkManager, index$a_ISheetWorksCategory as ISheetWorksCategory, index$a_ITag as ITag, index$a_ITaskJob as ITaskJob, index$a_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, index$a_ITaskJobBlogAttached as ITaskJobBlogAttached, index$a_ITaskJobCheckList as ITaskJobCheckList, index$a_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$a_ITaskJobDiscuss as ITaskJobDiscuss, index$a_ITaskJobLabel as ITaskJobLabel, index$a_ITaskJobPermission as ITaskJobPermission, index$a_ITaskJobTeamPermission as ITaskJobTeamPermission, index$a_ITaskJobUserPermission as ITaskJobUserPermission, index$a_ITaskJobsGroup as ITaskJobsGroup, index$a_ITeam as ITeam, index$a_ITeamMember as ITeamMember, index$a_ITeamRole as ITeamRole };
|
1465
|
-
}
|
1466
|
-
|
1467
|
-
interface IAccountAIContentTag extends BoInterfaceModelsCommon$1.IBaseModel {
|
1603
|
+
interface IAccountAIVoiceChannel extends IBaseModel, ITrackingModel<IUser> {
|
1604
|
+
model: EAIModelVoice;
|
1468
1605
|
name: string;
|
1606
|
+
url: string;
|
1469
1607
|
color: string;
|
1608
|
+
status: EStatusChannel;
|
1609
|
+
note: string;
|
1470
1610
|
}
|
1471
1611
|
|
1472
|
-
interface
|
1473
|
-
|
1474
|
-
|
1475
|
-
sheetName: string;
|
1476
|
-
email: string;
|
1477
|
-
emailRecover: string;
|
1478
|
-
password: string;
|
1479
|
-
code2FA: string;
|
1480
|
-
code2FABackup: string;
|
1481
|
-
status: EStatusEmail;
|
1482
|
-
note: string;
|
1612
|
+
interface IAccountAIVoiceGroup extends IBaseModel, ITrackingModel<IUser> {
|
1613
|
+
name: string;
|
1614
|
+
slug: string;
|
1483
1615
|
}
|
1484
1616
|
|
1485
|
-
interface
|
1486
|
-
model:
|
1617
|
+
interface IAccountAIVoiceInfo extends IBaseModel, ITrackingModel<IUser> {
|
1618
|
+
model: EAIModelVoice;
|
1487
1619
|
provider: string;
|
1488
|
-
versionModel:
|
1620
|
+
versionModel: EAIVersionVoice;
|
1489
1621
|
emailAccount: string | IAccountEmail;
|
1490
1622
|
password: string;
|
1491
1623
|
code2FA: string;
|
1492
1624
|
status: EStatusAccountAI;
|
1493
1625
|
}
|
1494
1626
|
|
1495
|
-
interface
|
1496
|
-
|
1497
|
-
slug: string;
|
1498
|
-
}
|
1499
|
-
|
1500
|
-
interface IAccountAIContentChannel extends IBaseModel, ITrackingModel<IUser> {
|
1501
|
-
model: EAIModelContent;
|
1502
|
-
name: string;
|
1503
|
-
url: string;
|
1504
|
-
color: string;
|
1505
|
-
status: EStatusChannel;
|
1506
|
-
note: string;
|
1507
|
-
}
|
1508
|
-
|
1509
|
-
interface IAccountAIContent extends IBaseModel, ITrackingModel<IUser> {
|
1510
|
-
listGroupsAI: string[] | IAccountAIContentGroup[];
|
1627
|
+
interface IAccountAIVoice extends IBaseModel, ITrackingModel<IUser> {
|
1628
|
+
listGroupsAI: string[] | IAccountAIVoiceGroup[];
|
1511
1629
|
ideaManagerWork: string | IManagerWork;
|
1512
1630
|
nicheManagerWork: string[] | IManagerWork[];
|
1513
1631
|
subNicheManagerWork: string[] | IManagerWork[];
|
1514
|
-
tags: string[] |
|
1632
|
+
tags: string[] | IAccountAIVoiceTag[];
|
1515
1633
|
membersAssigned: string[] | IUser[];
|
1516
1634
|
listAccountInfoChannels: Array<{
|
1517
|
-
accountInfo:
|
1518
|
-
listChannels:
|
1635
|
+
accountInfo: IAccountAIVoiceInfo | string;
|
1636
|
+
listChannels: IAccountAIVoiceChannel[] | string[];
|
1519
1637
|
}>;
|
1520
1638
|
status: EStatusActive;
|
1521
1639
|
}
|
1522
1640
|
|
1523
|
-
interface
|
1524
|
-
|
1525
|
-
|
1526
|
-
|
1527
|
-
|
1528
|
-
|
1529
|
-
|
1530
|
-
|
1531
|
-
|
1532
|
-
info: {
|
1533
|
-
numberCol: number;
|
1534
|
-
numberRow: number;
|
1535
|
-
numberTaskPending: number;
|
1536
|
-
numberTaskError: number;
|
1537
|
-
numberTaskDone: number;
|
1538
|
-
timeReadMaximum: number;
|
1539
|
-
};
|
1540
|
-
numberExecute: number;
|
1541
|
-
numberHourForExecute: number;
|
1542
|
-
}
|
1543
|
-
|
1544
|
-
interface IManagerSheetChildrenGroup extends IBaseModel, ITrackingModel<IUser> {
|
1545
|
-
sheetChildren: string | IManagerSheetChildren;
|
1546
|
-
name: string;
|
1547
|
-
slug: string;
|
1548
|
-
order: number;
|
1549
|
-
listChannelsAI: string[] | IAccountAIContentChannel[];
|
1550
|
-
}
|
1551
|
-
|
1552
|
-
interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel<IUser> {
|
1553
|
-
group: string | IManagerSheetChildrenGroup;
|
1554
|
-
order: number;
|
1555
|
-
columnSymbol: string;
|
1556
|
-
columnName: string;
|
1557
|
-
columnType: ETypeColumnManagerWork;
|
1558
|
-
keyWords: string;
|
1559
|
-
keyWordsBlank: string;
|
1560
|
-
}
|
1561
|
-
|
1562
|
-
interface IManagerImageAI extends IBaseModel, ITrackingModel<IUser> {
|
1563
|
-
folderName: string;
|
1564
|
-
typeSocial: ETypeSocial;
|
1565
|
-
model: EAIModelImage;
|
1566
|
-
idea: IManagerWork | string;
|
1567
|
-
niches: IManagerWork[] | string[];
|
1568
|
-
}
|
1569
|
-
|
1570
|
-
interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
|
1571
|
-
typeSocial: ETypeSocial;
|
1572
|
-
accountSocial: string | IAccountSocialBase;
|
1573
|
-
managerImageAI: string | IManagerImageAI;
|
1641
|
+
interface IAccountCanva extends IBaseModel, ITrackingUserAction, ITrackingModel<IUser> {
|
1642
|
+
sheetImport: string | ISheetImport;
|
1643
|
+
sheetUrl: string;
|
1644
|
+
sheetName: string;
|
1645
|
+
email: string;
|
1646
|
+
password: string;
|
1647
|
+
code2FA: string;
|
1648
|
+
status: EStatusAccountCanva;
|
1649
|
+
note: string;
|
1574
1650
|
}
|
1575
1651
|
|
1576
|
-
interface
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1652
|
+
interface IAccountDrive extends IBaseModel, ITrackingModel<IUser> {
|
1653
|
+
sheetImport: string | ISheetImport;
|
1654
|
+
sheetUrl: string;
|
1655
|
+
sheetName: string;
|
1656
|
+
currentSpace: string;
|
1657
|
+
maxSpace: string;
|
1658
|
+
email: string;
|
1659
|
+
password: string;
|
1660
|
+
code2FA: string;
|
1661
|
+
timeLastUsed: Date;
|
1662
|
+
lastUserUsed: string | IUser;
|
1663
|
+
status: EStatusAccountDrive;
|
1664
|
+
note: string;
|
1580
1665
|
}
|
1581
1666
|
|
1582
1667
|
interface IAccountEmailTag extends IBaseModel, ITrackingModel<IUser> {
|
@@ -1623,260 +1708,61 @@ interface IAccountEmailTaskWork extends IBaseModel, ITrackingModel<IUser> {
|
|
1623
1708
|
niches: string[] | IManagerWork[];
|
1624
1709
|
}
|
1625
1710
|
|
1626
|
-
interface
|
1627
|
-
|
1628
|
-
|
1629
|
-
|
1630
|
-
|
1631
|
-
|
1632
|
-
|
1633
|
-
|
1634
|
-
|
1635
|
-
|
1636
|
-
|
1711
|
+
interface IAccountVPN extends IBaseModel, ITrackingModel<IUser> {
|
1712
|
+
sheetImport: string | ISheetImport;
|
1713
|
+
sheetUrl: string;
|
1714
|
+
sheetName: string;
|
1715
|
+
oldEmail: string;
|
1716
|
+
oldUsername: string;
|
1717
|
+
oldPassword: string;
|
1718
|
+
oldCode2FA: string;
|
1719
|
+
oldTypeAccount: ETypeAccountVPN;
|
1720
|
+
newEmail: string;
|
1721
|
+
newUsername: string;
|
1722
|
+
newPassword: string;
|
1723
|
+
newCode2FA: string;
|
1724
|
+
newTypeAccount: ETypeAccountVPN;
|
1725
|
+
provider: ETypeProviderAccountVPN;
|
1726
|
+
country: string;
|
1727
|
+
status: EStatusAccountVPN;
|
1728
|
+
startDate: Date;
|
1729
|
+
endDate: Date;
|
1637
1730
|
note: string;
|
1731
|
+
timeLastUsed: Date;
|
1732
|
+
lastUserUsed: string | IUser;
|
1638
1733
|
}
|
1639
1734
|
|
1640
|
-
interface
|
1735
|
+
interface IAccountVPSGroup extends IBaseModel, ITrackingModel<IUser> {
|
1641
1736
|
name: string;
|
1642
1737
|
slug: string;
|
1643
1738
|
}
|
1644
1739
|
|
1645
|
-
interface
|
1646
|
-
|
1647
|
-
|
1648
|
-
|
1649
|
-
|
1740
|
+
interface IAccountVPS extends IBaseModel, ITrackingModel<IUser> {
|
1741
|
+
group: string | IAccountVPSGroup;
|
1742
|
+
ip: string;
|
1743
|
+
port: string;
|
1744
|
+
username: string;
|
1650
1745
|
password: string;
|
1651
|
-
|
1652
|
-
|
1746
|
+
displayName: string;
|
1747
|
+
isActive: boolean;
|
1748
|
+
status: EStatusVPS;
|
1749
|
+
note: string;
|
1750
|
+
timeLastUsed: Date;
|
1751
|
+
lastUserUsed: string | IUser;
|
1653
1752
|
}
|
1654
1753
|
|
1655
|
-
interface
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
|
1661
|
-
membersAssigned: string[] | IUser[];
|
1662
|
-
listAccountInfoChannels: Array<{
|
1663
|
-
accountInfo: IAccountAIVoiceInfo | string;
|
1664
|
-
listChannels: IAccountAIVoiceChannel[] | string[];
|
1665
|
-
}>;
|
1666
|
-
status: EStatusActive;
|
1754
|
+
interface IManagerImageAI extends IBaseModel, ITrackingModel<IUser> {
|
1755
|
+
folderName: string;
|
1756
|
+
typeSocial: ETypeSocial;
|
1757
|
+
model: EAIModelImage;
|
1758
|
+
idea: IManagerWork | string;
|
1759
|
+
niches: IManagerWork[] | string[];
|
1667
1760
|
}
|
1668
1761
|
|
1669
|
-
interface
|
1762
|
+
interface IAccountSocialGroup extends IBaseModel, ITrackingModel<IUser> {
|
1763
|
+
typeSocial: ETypeSocial;
|
1670
1764
|
name: string;
|
1671
|
-
|
1672
|
-
}
|
1673
|
-
|
1674
|
-
interface IAccountAIImageChannel extends IBaseModel, ITrackingModel<IUser> {
|
1675
|
-
model: EAIModelImage;
|
1676
|
-
name: string;
|
1677
|
-
url: string;
|
1678
|
-
color: string;
|
1679
|
-
status: EStatusChannel;
|
1680
|
-
note: string;
|
1681
|
-
}
|
1682
|
-
|
1683
|
-
interface IAccountAIImageGroup extends IBaseModel, ITrackingModel<IUser> {
|
1684
|
-
name: string;
|
1685
|
-
slug: string;
|
1686
|
-
}
|
1687
|
-
|
1688
|
-
interface IAccountAIImageInfo extends IBaseModel, ITrackingModel<IUser> {
|
1689
|
-
model: EAIModelImage;
|
1690
|
-
provider: string;
|
1691
|
-
versionModel: EAIVersionImage;
|
1692
|
-
emailAccount: string | IAccountEmail;
|
1693
|
-
password: string;
|
1694
|
-
code2FA: string;
|
1695
|
-
status: EStatusAccountAI;
|
1696
|
-
}
|
1697
|
-
|
1698
|
-
interface IAccountAIImage extends IBaseModel, ITrackingModel<IUser> {
|
1699
|
-
listGroupsAI: string[] | IAccountAIImageGroup[];
|
1700
|
-
ideaManagerWork: string | IManagerWork;
|
1701
|
-
nicheManagerWork: string[] | IManagerWork[];
|
1702
|
-
subNicheManagerWork: string[] | IManagerWork[];
|
1703
|
-
tags: string[] | IAccountAIImageTag[];
|
1704
|
-
membersAssigned: string[] | IUser[];
|
1705
|
-
listAccountInfoChannels: Array<{
|
1706
|
-
accountInfo: IAccountAIImageInfo | string;
|
1707
|
-
listChannels: IAccountAIImageChannel[] | string[];
|
1708
|
-
}>;
|
1709
|
-
status: EStatusActive;
|
1710
|
-
}
|
1711
|
-
|
1712
|
-
interface IAccountCanva extends IBaseModel, ITrackingUserAction, ITrackingModel<IUser> {
|
1713
|
-
sheetImport: string | ISheetImport;
|
1714
|
-
sheetUrl: string;
|
1715
|
-
sheetName: string;
|
1716
|
-
email: string;
|
1717
|
-
password: string;
|
1718
|
-
code2FA: string;
|
1719
|
-
status: EStatusAccountCanva;
|
1720
|
-
note: string;
|
1721
|
-
}
|
1722
|
-
|
1723
|
-
interface IAccountDrive extends IBaseModel, ITrackingModel<IUser> {
|
1724
|
-
sheetImport: string | ISheetImport;
|
1725
|
-
sheetUrl: string;
|
1726
|
-
sheetName: string;
|
1727
|
-
currentSpace: string;
|
1728
|
-
maxSpace: string;
|
1729
|
-
email: string;
|
1730
|
-
password: string;
|
1731
|
-
code2FA: string;
|
1732
|
-
timeLastUsed: Date;
|
1733
|
-
lastUserUsed: string | IUser;
|
1734
|
-
status: EStatusAccountDrive;
|
1735
|
-
note: string;
|
1736
|
-
}
|
1737
|
-
|
1738
|
-
interface IAccountVPSGroup extends IBaseModel, ITrackingModel<IUser> {
|
1739
|
-
name: string;
|
1740
|
-
slug: string;
|
1741
|
-
}
|
1742
|
-
|
1743
|
-
interface IAccountVPS extends IBaseModel, ITrackingModel<IUser> {
|
1744
|
-
group: string | IAccountVPSGroup;
|
1745
|
-
ip: string;
|
1746
|
-
port: string;
|
1747
|
-
username: string;
|
1748
|
-
password: string;
|
1749
|
-
displayName: string;
|
1750
|
-
isActive: boolean;
|
1751
|
-
status: EStatusVPS;
|
1752
|
-
note: string;
|
1753
|
-
timeLastUsed: Date;
|
1754
|
-
lastUserUsed: string | IUser;
|
1755
|
-
}
|
1756
|
-
|
1757
|
-
interface IAccountVPN extends IBaseModel, ITrackingModel<IUser> {
|
1758
|
-
sheetImport: string | ISheetImport;
|
1759
|
-
sheetUrl: string;
|
1760
|
-
sheetName: string;
|
1761
|
-
oldEmail: string;
|
1762
|
-
oldUsername: string;
|
1763
|
-
oldPassword: string;
|
1764
|
-
oldCode2FA: string;
|
1765
|
-
oldTypeAccount: ETypeAccountVPN;
|
1766
|
-
newEmail: string;
|
1767
|
-
newUsername: string;
|
1768
|
-
newPassword: string;
|
1769
|
-
newCode2FA: string;
|
1770
|
-
newTypeAccount: ETypeAccountVPN;
|
1771
|
-
provider: ETypeProviderAccountVPN;
|
1772
|
-
country: string;
|
1773
|
-
status: EStatusAccountVPN;
|
1774
|
-
startDate: Date;
|
1775
|
-
endDate: Date;
|
1776
|
-
note: string;
|
1777
|
-
timeLastUsed: Date;
|
1778
|
-
lastUserUsed: string | IUser;
|
1779
|
-
}
|
1780
|
-
|
1781
|
-
interface IAccountCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
1782
|
-
sheetImport: string | ISheetImport;
|
1783
|
-
sheetUrl: string;
|
1784
|
-
sheetName: string;
|
1785
|
-
os: ETypeDeviceOS;
|
1786
|
-
oldEmail: string;
|
1787
|
-
oldPassword: string;
|
1788
|
-
oldCode2FA: string;
|
1789
|
-
oldEmailRecover: string;
|
1790
|
-
newEmail: string;
|
1791
|
-
newPassword: string;
|
1792
|
-
newCode2FA: string;
|
1793
|
-
newEmailRecover: string;
|
1794
|
-
statusChange: EStatusChangeInfo;
|
1795
|
-
status: EStatusAccountCHPlayICloud;
|
1796
|
-
timeLastUsed: Date;
|
1797
|
-
lastUserUsed: string | IUser;
|
1798
|
-
note: string;
|
1799
|
-
}
|
1800
|
-
|
1801
|
-
interface IPC extends IBaseModel, ITrackingModel<IUser> {
|
1802
|
-
pc_name: string;
|
1803
|
-
pc_description: string;
|
1804
|
-
}
|
1805
|
-
|
1806
|
-
interface IDevice extends IBaseModel, ITrackingModel<IUser> {
|
1807
|
-
idea: string | IManagerWork;
|
1808
|
-
niche: string | IManagerWork;
|
1809
|
-
pc: IPC | string;
|
1810
|
-
os: ETypeDeviceOS;
|
1811
|
-
model: string;
|
1812
|
-
name: string;
|
1813
|
-
key: string;
|
1814
|
-
maximumVPN: number;
|
1815
|
-
maximumProxy: number;
|
1816
|
-
maximumCHPlayICloud: number;
|
1817
|
-
statusConnect: EStatusConnectDevice;
|
1818
|
-
statusSetupBasic: EStatusSetupDeviceSystem;
|
1819
|
-
statusCHPlayICloud: EStatusAccountCHPlayICloud;
|
1820
|
-
note: string;
|
1821
|
-
timeLastUsed: Date;
|
1822
|
-
lastUserUsed: string | IUser;
|
1823
|
-
}
|
1824
|
-
|
1825
|
-
interface IDeviceSettingForAccount extends IBaseModel, ITrackingModel<IUser> {
|
1826
|
-
device: string | IDevice;
|
1827
|
-
typeSocial: ETypeSocial;
|
1828
|
-
accountSocial: string | IAccountSocialBase;
|
1829
|
-
}
|
1830
|
-
|
1831
|
-
interface IDeviceSettingForCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
1832
|
-
device: string | IDevice;
|
1833
|
-
accountCHPlayICloud: IAccountCHPlayICloud | string;
|
1834
|
-
}
|
1835
|
-
|
1836
|
-
interface IDeviceSettingForProxy extends IBaseModel, ITrackingModel<IUser> {
|
1837
|
-
device: string | IDevice;
|
1838
|
-
proxy: IProxy | string;
|
1839
|
-
}
|
1840
|
-
|
1841
|
-
interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel<IUser> {
|
1842
|
-
device: string | IDevice;
|
1843
|
-
accountVPN: string | IAccountVPN;
|
1844
|
-
}
|
1845
|
-
|
1846
|
-
interface IAccountSocialGroup extends IBaseModel, ITrackingModel<IUser> {
|
1847
|
-
typeSocial: ETypeSocial;
|
1848
|
-
name: string;
|
1849
|
-
description: string;
|
1850
|
-
}
|
1851
|
-
|
1852
|
-
interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
|
1853
|
-
typeSocial: ETypeSocial;
|
1854
|
-
sheetUrl: string;
|
1855
|
-
sheetName: string;
|
1856
|
-
accountID: string;
|
1857
|
-
nameAppCloneSocial: string;
|
1858
|
-
accountDeviceTypeAppClone: string;
|
1859
|
-
accountDeviceNameAppClone: string;
|
1860
|
-
idea: string | IManagerWork;
|
1861
|
-
niche: string | IManagerWork;
|
1862
|
-
pc: IPC | string;
|
1863
|
-
deviceKey: string;
|
1864
|
-
device: IDevice | string;
|
1865
|
-
group: IAccountSocialGroup | string;
|
1866
|
-
statusLogin: EStatusAccountSocialLogin;
|
1867
|
-
timeLogin: Date;
|
1868
|
-
email: string;
|
1869
|
-
emailPassword: string;
|
1870
|
-
email2FA: string;
|
1871
|
-
emailRecover: string;
|
1872
|
-
newUsername: string;
|
1873
|
-
newFullname: string;
|
1874
|
-
newEmail: string;
|
1875
|
-
new2FA: string;
|
1876
|
-
newPassword: string;
|
1877
|
-
statusConnectDevice: EStatusConnectDevice;
|
1878
|
-
noteConnectDevice: string;
|
1879
|
-
note: string;
|
1765
|
+
description: string;
|
1880
1766
|
}
|
1881
1767
|
|
1882
1768
|
interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
@@ -2141,26 +2027,214 @@ interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
2141
2027
|
note: string;
|
2142
2028
|
}
|
2143
2029
|
|
2144
|
-
interface
|
2145
|
-
|
2146
|
-
|
2147
|
-
|
2148
|
-
|
2149
|
-
|
2030
|
+
interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
2031
|
+
sheetName: string;
|
2032
|
+
sheetURL: string;
|
2033
|
+
account: IThreadsAccountRaw | string;
|
2034
|
+
folderImageName: string;
|
2035
|
+
linkDriveVideoOfCanva: string;
|
2036
|
+
listLinkDriveImagesOfCanva: string[];
|
2037
|
+
statusEditCanva: EStatusExecuteCommon;
|
2038
|
+
accountStatusLogin: EStatusAccountSocialLogin;
|
2039
|
+
statusUploadDrive: EStatusExecuteCommon;
|
2040
|
+
proxyType: ETypeProxy;
|
2041
|
+
vpnEmail: string;
|
2042
|
+
vpnPosition: ETypeProxy;
|
2043
|
+
typePost: TPost;
|
2044
|
+
stylePost: TPostStyle;
|
2045
|
+
content: string;
|
2046
|
+
settingPost: string | IThreadsSettingPost;
|
2047
|
+
timePost: Date;
|
2048
|
+
linkPost: string;
|
2049
|
+
statusAccount: EStatusAccountSocial;
|
2050
|
+
statusPost: EStatusTaskScript;
|
2051
|
+
noteFix: string;
|
2150
2052
|
}
|
2151
2053
|
|
2152
|
-
interface
|
2153
|
-
account:
|
2154
|
-
|
2155
|
-
|
2156
|
-
|
2054
|
+
interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
2055
|
+
account: IThreadsAccountRaw | string;
|
2056
|
+
url: string;
|
2057
|
+
photosUrl: string[];
|
2058
|
+
videosUrl: string[];
|
2059
|
+
titleContent: string;
|
2060
|
+
tagUsers: string[];
|
2061
|
+
content: string;
|
2062
|
+
caption: string;
|
2063
|
+
hashtag: string;
|
2064
|
+
altNicheImages: string[];
|
2065
|
+
altImages: string[];
|
2066
|
+
altVideos: string[];
|
2067
|
+
status: EStatusTaskScript;
|
2068
|
+
statusDetail: string;
|
2069
|
+
timeStart: Date;
|
2070
|
+
timeEnd: Date;
|
2157
2071
|
}
|
2158
2072
|
|
2159
|
-
interface
|
2160
|
-
account:
|
2161
|
-
|
2162
|
-
|
2163
|
-
|
2073
|
+
interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
2074
|
+
account: IThreadsAccountRaw | string;
|
2075
|
+
follower: number;
|
2076
|
+
following: number;
|
2077
|
+
status: EStatusTaskScript;
|
2078
|
+
statusDetail: string;
|
2079
|
+
timeStart: Date;
|
2080
|
+
timeEnd: Date;
|
2081
|
+
}
|
2082
|
+
|
2083
|
+
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2084
|
+
account: IThreadsAccountRaw | string;
|
2085
|
+
status: EStatusTaskScript;
|
2086
|
+
statusDetail: string;
|
2087
|
+
receiverName: string;
|
2088
|
+
messageReply: string;
|
2089
|
+
}
|
2090
|
+
|
2091
|
+
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
2092
|
+
account: IThreadsAccountRaw | string;
|
2093
|
+
content: string;
|
2094
|
+
linkPost: string;
|
2095
|
+
userLink: string;
|
2096
|
+
status: EStatusTaskScript;
|
2097
|
+
statusDetail: string;
|
2098
|
+
timeStart: Date;
|
2099
|
+
timeEnd: Date;
|
2100
|
+
}
|
2101
|
+
|
2102
|
+
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
2103
|
+
account: IThreadsAccountRaw | string;
|
2104
|
+
listRunTimes: Array<{
|
2105
|
+
typePost: TPost;
|
2106
|
+
listTimes: Array<string>;
|
2107
|
+
}>;
|
2108
|
+
dayOfWeeks: Array<string>;
|
2109
|
+
numberCommentsForPostMeFrom: number;
|
2110
|
+
numberCommentsForPostMeTo: number;
|
2111
|
+
delayTimeCommentFrom: number;
|
2112
|
+
delayTimeCommentTo: number;
|
2113
|
+
isTimeUs: boolean;
|
2114
|
+
}
|
2115
|
+
|
2116
|
+
interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
2117
|
+
account: IThreadsAccountRaw | string;
|
2118
|
+
listRunTimes: Array<Array<string>>;
|
2119
|
+
dayOfWeeks: Array<string>;
|
2120
|
+
timeExecuteForOperationFrom: number;
|
2121
|
+
timeExecuteForOperationTo: number;
|
2122
|
+
limitNumberFollowsPerDayFrom: number;
|
2123
|
+
limitNumberFollowsPerDayTo: number;
|
2124
|
+
increaseFollowPerDayFrom: number;
|
2125
|
+
increaseFollowPerDayTo: number;
|
2126
|
+
maxFollowPerDay: number;
|
2127
|
+
limitNumberFollowsPerHourFrom: number;
|
2128
|
+
limitNumberFollowsPerHourTo: number;
|
2129
|
+
increaseFollowPerHourFrom: number;
|
2130
|
+
increaseFollowPerHourTo: number;
|
2131
|
+
maxFollowPerHour: number;
|
2132
|
+
limitNumberInteractCurrentUserFrom: number;
|
2133
|
+
limitNumberInteractCurrentUserTo: number;
|
2134
|
+
timeDelayInteractCurrentUserFrom: number;
|
2135
|
+
timeDelayInteractCurrentUserTo: number;
|
2136
|
+
limitNumberInteractUserFollowingFrom: number;
|
2137
|
+
limitNumberInteractUserFollowingTo: number;
|
2138
|
+
timeDelayInteractUserFollowingFrom: number;
|
2139
|
+
timeDelayInteractUserFollowingTo: number;
|
2140
|
+
limitNumberInteractUserFollowerFrom: number;
|
2141
|
+
limitNumberInteractUserFollowerTo: number;
|
2142
|
+
timeDelayInteractUserFollowerFrom: number;
|
2143
|
+
timeDelayInteractUserFollowerTo: number;
|
2144
|
+
isTimeUs: boolean;
|
2145
|
+
isInteractUserFollower: boolean;
|
2146
|
+
isInteractUserFollowing: boolean;
|
2147
|
+
isInteractCurrentUser: boolean;
|
2148
|
+
isSkipUserNameNoneEnglish: boolean;
|
2149
|
+
isSkipUserNameContainIcons: boolean;
|
2150
|
+
isSkipFollowWhenUnFollowed: boolean;
|
2151
|
+
isSkipFollowContainLinks: boolean;
|
2152
|
+
isSkipBioNoneEnglish: boolean;
|
2153
|
+
}
|
2154
|
+
|
2155
|
+
interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
2156
|
+
account: IThreadsAccountRaw | string;
|
2157
|
+
dayOfWeeks: Array<string>;
|
2158
|
+
listRunTimes: Array<Array<string>>;
|
2159
|
+
timeExecuteForOperationFrom: number;
|
2160
|
+
timeExecuteForOperationTo: number;
|
2161
|
+
limitUnFollowPerDayFrom: number;
|
2162
|
+
limitUnFollowPerDayTo: number;
|
2163
|
+
increaseUnFollowPerDayFrom: number;
|
2164
|
+
increaseUnFollowPerDayTo: number;
|
2165
|
+
maxUnFollowPerDay: number;
|
2166
|
+
limitUnFollowPerHourFrom: number;
|
2167
|
+
limitUnFollowPerHourTo: number;
|
2168
|
+
increaseUnFollowPerHourFrom: number;
|
2169
|
+
increaseUnFollowPerHourTo: number;
|
2170
|
+
maxUnFollowPerHour: number;
|
2171
|
+
timeDelayInteractPerOperatorFrom: number;
|
2172
|
+
timeDelayInteractPerOperatorTo: number;
|
2173
|
+
isTimeUs: boolean;
|
2174
|
+
isInteractBeforeUnFollow: boolean;
|
2175
|
+
}
|
2176
|
+
|
2177
|
+
interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
2178
|
+
account: IThreadsAccountRaw | string;
|
2179
|
+
dayOfWeeks: Array<string>;
|
2180
|
+
listRunTimes: Array<Array<string>>;
|
2181
|
+
timeExecuteForOperationFrom: number;
|
2182
|
+
timeExecuteForOperationTo: number;
|
2183
|
+
limitNumberPostForCommentsFrom: number;
|
2184
|
+
limitNumberPostForCommentsTo: number;
|
2185
|
+
timeDelayCommentFrom: number;
|
2186
|
+
timeDelayCommentTo: number;
|
2187
|
+
timeDelayLikeFrom: number;
|
2188
|
+
timeDelayLikeTo: number;
|
2189
|
+
limitNumberReplyCommentPerDayFrom: number;
|
2190
|
+
limitNumberReplyCommentPerDayTo: number;
|
2191
|
+
timeDelayReplyCommentFrom: number;
|
2192
|
+
timeDelayReplyCommentTo: number;
|
2193
|
+
isSkipUserNameNoneEnglish: boolean;
|
2194
|
+
isSkipReplyCommentsOnlyIcon: boolean;
|
2195
|
+
isTimeUs: boolean;
|
2196
|
+
isLikeCommentsPostOfMe: boolean;
|
2197
|
+
isReplyCommentsPostOfMe: boolean;
|
2198
|
+
}
|
2199
|
+
|
2200
|
+
interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
2201
|
+
account: IThreadsAccountRaw | string;
|
2202
|
+
listRunTimes: Array<Array<string>>;
|
2203
|
+
dayOfWeeks: Array<string>;
|
2204
|
+
timeExecuteForOperationFrom: number;
|
2205
|
+
timeExecuteForOperationTo: number;
|
2206
|
+
timeDelayReplyMessageFrom: number;
|
2207
|
+
timeDelayReplyMessageTo: number;
|
2208
|
+
isTimeUs: boolean;
|
2209
|
+
isDeleteMessageUsername: boolean;
|
2210
|
+
isReplyAllMessageFromStories: boolean;
|
2211
|
+
isSkipUserNameNoneEnglish: boolean;
|
2212
|
+
isSkipReplyMessageIsImages: boolean;
|
2213
|
+
isSkipReplyIfHaveReplied: boolean;
|
2214
|
+
isSkipReplyIsLink: boolean;
|
2215
|
+
isSkipReplyIfOnlyIcons: boolean;
|
2216
|
+
}
|
2217
|
+
|
2218
|
+
interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
2219
|
+
account: string | IAccountSocialBase;
|
2220
|
+
oldGroup: IAccountSocialGroup | string;
|
2221
|
+
newGroup: IAccountSocialGroup | string;
|
2222
|
+
timeAction: Date;
|
2223
|
+
note: string;
|
2224
|
+
}
|
2225
|
+
|
2226
|
+
interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
2227
|
+
account: string | IAccountSocialBase;
|
2228
|
+
statusSyncAccount?: EStatusAccountSocialSync;
|
2229
|
+
timeAction: Date;
|
2230
|
+
note: string;
|
2231
|
+
}
|
2232
|
+
|
2233
|
+
interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
2234
|
+
account: string | IAccountSocialBase;
|
2235
|
+
sheetURL: string;
|
2236
|
+
sheetName: string;
|
2237
|
+
timeImport: Date;
|
2164
2238
|
statusImport: EStatusAccountSocialImport;
|
2165
2239
|
noteImport: string;
|
2166
2240
|
originalEmail: string;
|
@@ -2347,457 +2421,526 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
2347
2421
|
lastUserUsed: string | IUser;
|
2348
2422
|
}
|
2349
2423
|
|
2350
|
-
interface
|
2351
|
-
sheetUrl: string;
|
2424
|
+
interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
2352
2425
|
sheetName: string;
|
2353
|
-
|
2354
|
-
account:
|
2355
|
-
|
2356
|
-
|
2357
|
-
|
2358
|
-
|
2359
|
-
|
2360
|
-
|
2361
|
-
|
2362
|
-
|
2363
|
-
|
2364
|
-
|
2365
|
-
|
2366
|
-
|
2367
|
-
|
2368
|
-
|
2369
|
-
|
2370
|
-
|
2371
|
-
|
2372
|
-
|
2373
|
-
canvaImagePage5: string;
|
2374
|
-
contentPost: string;
|
2426
|
+
sheetURL: string;
|
2427
|
+
account: IInstagramAccountRaw | string;
|
2428
|
+
folderImageName: string;
|
2429
|
+
linkDriveVideoOfCanva: string;
|
2430
|
+
listLinkDriveImagesOfCanva: string[];
|
2431
|
+
statusEditCanva: EStatusExecuteCommon;
|
2432
|
+
accountStatusLogin: EStatusAccountSocialLogin;
|
2433
|
+
statusUploadDrive: EStatusExecuteCommon;
|
2434
|
+
proxyType: ETypeProxy;
|
2435
|
+
vpnEmail: string;
|
2436
|
+
vpnPosition: ETypeProxy;
|
2437
|
+
typePost: TPost;
|
2438
|
+
stylePost: TPostStyle;
|
2439
|
+
content: string;
|
2440
|
+
settingPost: string | IInstagramSettingPost;
|
2441
|
+
timePost: Date;
|
2442
|
+
linkPost: string;
|
2443
|
+
statusAccount: EStatusAccountSocial;
|
2444
|
+
statusPost: EStatusTaskScript;
|
2445
|
+
noteFix: string;
|
2375
2446
|
}
|
2376
2447
|
|
2377
|
-
interface
|
2378
|
-
sheetUrl: string;
|
2448
|
+
interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
2379
2449
|
sheetName: string;
|
2380
|
-
|
2381
|
-
account:
|
2382
|
-
|
2383
|
-
|
2384
|
-
|
2385
|
-
dayOfWeek: string;
|
2386
|
-
timeFrom: string;
|
2387
|
-
timeTo: string;
|
2388
|
-
service: string;
|
2389
|
-
action: string;
|
2390
|
-
timeExecute: Date;
|
2391
|
-
status: EStatusTaskToolSocials;
|
2392
|
-
dayOfWeekUS: string;
|
2393
|
-
timeExecuteUS: Date;
|
2394
|
-
listUsernameFollow: string[];
|
2450
|
+
sheetURL: string;
|
2451
|
+
account: IInstagramAccountRaw | string;
|
2452
|
+
userBlock: string;
|
2453
|
+
userRestrict: string;
|
2454
|
+
userHidden: string;
|
2395
2455
|
}
|
2396
2456
|
|
2397
|
-
interface
|
2398
|
-
|
2399
|
-
|
2400
|
-
|
2401
|
-
|
2402
|
-
deviceKey: string;
|
2403
|
-
minuteWaiting: number;
|
2404
|
-
isTimeUS: boolean;
|
2405
|
-
dayOfWeek: string;
|
2406
|
-
timeFrom: string;
|
2407
|
-
timeTo: string;
|
2408
|
-
service: string;
|
2409
|
-
action: string;
|
2410
|
-
timeExecute: Date;
|
2411
|
-
status: EStatusTaskToolSocials;
|
2412
|
-
dayOfWeekUS: string;
|
2413
|
-
timeExecuteUS: Date;
|
2414
|
-
postUrlReply: string;
|
2415
|
-
messageForReply: string;
|
2416
|
-
replyCommentContentStep1: string;
|
2417
|
-
replyCommentContentStep2: string;
|
2418
|
-
statusStep1: EStatusTaskToolSocials;
|
2419
|
-
statusStep2: EStatusTaskToolSocials;
|
2420
|
-
}
|
2421
|
-
|
2422
|
-
interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
2423
|
-
sheetUrl: string;
|
2424
|
-
sheetName: string;
|
2425
|
-
typeSocial: ETypeSocial;
|
2426
|
-
account: string | IThreadsAccountRaw;
|
2427
|
-
deviceKey: string;
|
2428
|
-
minuteWaiting: number;
|
2429
|
-
isTimeUS: boolean;
|
2430
|
-
dayOfWeek: string;
|
2431
|
-
timeFrom: string;
|
2432
|
-
timeTo: string;
|
2433
|
-
service: string;
|
2434
|
-
action: string;
|
2435
|
-
timeExecute: Date;
|
2436
|
-
status: EStatusTaskToolSocials;
|
2437
|
-
dayOfWeekUS: string;
|
2438
|
-
timeExecuteUS: Date;
|
2439
|
-
postUrlReply: string;
|
2440
|
-
messageForReply: string;
|
2441
|
-
replyMessageContentStep1: string;
|
2442
|
-
replyMessageContentStep2: string;
|
2443
|
-
statusStep1: EStatusTaskToolSocials;
|
2444
|
-
statusStep2: EStatusTaskToolSocials;
|
2457
|
+
interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
2458
|
+
account: IInstagramAccountRaw | string;
|
2459
|
+
listRunTimes: Array<string>;
|
2460
|
+
dayOfWeeks: Array<string>;
|
2461
|
+
isTimeUs: boolean;
|
2445
2462
|
}
|
2446
2463
|
|
2447
|
-
|
2448
|
-
|
2449
|
-
|
2450
|
-
|
2451
|
-
|
2452
|
-
|
2464
|
+
interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
2465
|
+
account: IInstagramAccountRaw | string;
|
2466
|
+
dayOfWeeks: Array<string>;
|
2467
|
+
listRunTimes: Array<Array<string>>;
|
2468
|
+
maxViewPerDay: number;
|
2469
|
+
timeExecuteForOperationTo: number;
|
2470
|
+
timeExecuteForOperationFrom: number;
|
2471
|
+
limitViewPerDayFrom: number;
|
2472
|
+
limitViewPerDayTo: number;
|
2473
|
+
increaseDailyViewFrom: number;
|
2474
|
+
increaseDailyViewTo: number;
|
2475
|
+
limitNumberLikePerOperationFrom: number;
|
2476
|
+
limitNumberLikePerOperationTo: number;
|
2477
|
+
timeDelayLikeFrom: number;
|
2478
|
+
timeDelayLikeTo: number;
|
2479
|
+
isTimeUs: boolean;
|
2480
|
+
isDetailsView: boolean;
|
2481
|
+
isLikeExplore: boolean;
|
2453
2482
|
}
|
2454
2483
|
|
2455
|
-
interface
|
2456
|
-
|
2457
|
-
|
2458
|
-
|
2459
|
-
|
2460
|
-
|
2461
|
-
|
2462
|
-
|
2463
|
-
|
2464
|
-
|
2465
|
-
|
2466
|
-
|
2467
|
-
|
2468
|
-
|
2469
|
-
|
2470
|
-
|
2471
|
-
|
2472
|
-
|
2473
|
-
|
2474
|
-
|
2484
|
+
interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
2485
|
+
account: IInstagramAccountRaw | string;
|
2486
|
+
listRunTimes: Array<Array<string>>;
|
2487
|
+
dayOfWeeks: Array<string>;
|
2488
|
+
timeExecuteForOperationFrom: number;
|
2489
|
+
timeExecuteForOperationTo: number;
|
2490
|
+
limitNumberFollowsPerDayFrom: number;
|
2491
|
+
limitNumberFollowsPerDayTo: number;
|
2492
|
+
increaseFollowPerDayFrom: number;
|
2493
|
+
increaseFollowPerDayTo: number;
|
2494
|
+
maxFollowPerDay: number;
|
2495
|
+
limitNumberFollowsPerHourFrom: number;
|
2496
|
+
limitNumberFollowsPerHourTo: number;
|
2497
|
+
increaseFollowPerHourFrom: number;
|
2498
|
+
increaseFollowPerHourTo: number;
|
2499
|
+
maxFollowPerHour: number;
|
2500
|
+
limitNumberInteractCurrentUserFrom: number;
|
2501
|
+
limitNumberInteractCurrentUserTo: number;
|
2502
|
+
timeDelayInteractCurrentUserFrom: number;
|
2503
|
+
timeDelayInteractCurrentUserTo: number;
|
2504
|
+
limitNumberInteractUserFollowingFrom: number;
|
2505
|
+
limitNumberInteractUserFollowingTo: number;
|
2506
|
+
timeDelayInteractUserFollowingFrom: number;
|
2507
|
+
timeDelayInteractUserFollowingTo: number;
|
2508
|
+
limitNumberInteractUserFollowerFrom: number;
|
2509
|
+
limitNumberInteractUserFollowerTo: number;
|
2510
|
+
timeDelayInteractUserFollowerFrom: number;
|
2511
|
+
timeDelayInteractUserFollowerTo: number;
|
2512
|
+
isTimeUs: boolean;
|
2513
|
+
isInteractUserFollower: boolean;
|
2514
|
+
isInteractUserFollowing: boolean;
|
2515
|
+
isInteractCurrentUser: boolean;
|
2516
|
+
isSkipUserNameNoneEnglish: boolean;
|
2517
|
+
isSkipUserNameContainIcons: boolean;
|
2518
|
+
isSkipFollowWhenUnFollowed: boolean;
|
2519
|
+
isSkipFollowContainLinks: boolean;
|
2520
|
+
isSkipBioNoneEnglish: boolean;
|
2475
2521
|
}
|
2476
2522
|
|
2477
|
-
interface
|
2478
|
-
|
2479
|
-
|
2480
|
-
|
2481
|
-
|
2482
|
-
|
2483
|
-
|
2484
|
-
|
2485
|
-
|
2486
|
-
|
2487
|
-
|
2488
|
-
|
2489
|
-
|
2490
|
-
|
2491
|
-
|
2492
|
-
|
2493
|
-
|
2494
|
-
oldUserName: string;
|
2495
|
-
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
2496
|
-
changeUserNameNew: string;
|
2497
|
-
changeFullnameNew: string;
|
2498
|
-
changeBioNew: string;
|
2499
|
-
passwordNew: string;
|
2500
|
-
emailNew: string;
|
2501
|
-
code2fa: string;
|
2502
|
-
nameLink1: string;
|
2503
|
-
link1: string;
|
2504
|
-
nameLink2: string;
|
2505
|
-
link2: string;
|
2506
|
-
nameLink3: string;
|
2507
|
-
link3: string;
|
2508
|
-
changeAvatar: string;
|
2509
|
-
fontTextAvatarUsername: string;
|
2510
|
-
urlImageAvatar: string;
|
2511
|
-
changeCover: string;
|
2512
|
-
fontTextCoverUsername: string;
|
2513
|
-
urlImageCover: string;
|
2523
|
+
interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
2524
|
+
account: IInstagramAccountRaw | string;
|
2525
|
+
dayOfWeeks: Array<string>;
|
2526
|
+
listRunTimes: Array<Array<string>>;
|
2527
|
+
limitViewPerDayFrom: number;
|
2528
|
+
limitViewPerDayTo: number;
|
2529
|
+
increaseDailyViewFrom: number;
|
2530
|
+
increaseDailyViewTo: number;
|
2531
|
+
maxViewPerDay: number;
|
2532
|
+
timeExecuteForOperationFrom: number;
|
2533
|
+
timeExecuteForOperationTo: number;
|
2534
|
+
limitNumberLikePerOperationFrom: number;
|
2535
|
+
limitNumberLikePerOperationTo: number;
|
2536
|
+
timeDelayLikeFrom: number;
|
2537
|
+
timeDelayLikeTo: number;
|
2538
|
+
isTimeUs: boolean;
|
2539
|
+
isLikeReel: boolean;
|
2514
2540
|
}
|
2515
2541
|
|
2516
|
-
interface
|
2517
|
-
|
2518
|
-
|
2519
|
-
|
2520
|
-
|
2521
|
-
|
2522
|
-
|
2523
|
-
|
2524
|
-
|
2525
|
-
|
2526
|
-
|
2527
|
-
|
2528
|
-
|
2529
|
-
|
2530
|
-
|
2531
|
-
|
2532
|
-
|
2533
|
-
|
2542
|
+
interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
2543
|
+
account: IInstagramAccountRaw | string;
|
2544
|
+
dayOfWeeks: Array<string>;
|
2545
|
+
listRunTimes: Array<Array<string>>;
|
2546
|
+
timeExecuteForOperationFrom: number;
|
2547
|
+
timeExecuteForOperationTo: number;
|
2548
|
+
limitNumberPostForCommentsFrom: number;
|
2549
|
+
limitNumberPostForCommentsTo: number;
|
2550
|
+
timeDelayCommentFrom: number;
|
2551
|
+
timeDelayCommentTo: number;
|
2552
|
+
timeDelayLikeFrom: number;
|
2553
|
+
timeDelayLikeTo: number;
|
2554
|
+
limitNumberReplyCommentPerDayFrom: number;
|
2555
|
+
limitNumberReplyCommentPerDayTo: number;
|
2556
|
+
timeDelayReplyCommentFrom: number;
|
2557
|
+
timeDelayReplyCommentTo: number;
|
2558
|
+
isSkipUserNameNoneEnglish: boolean;
|
2559
|
+
isSkipReplyCommentsOnlyIcon: boolean;
|
2560
|
+
isTimeUs: boolean;
|
2561
|
+
isLikeCommentsPostOfMe: boolean;
|
2562
|
+
isReplyCommentsPostOfMe: boolean;
|
2534
2563
|
}
|
2535
2564
|
|
2536
|
-
interface
|
2537
|
-
|
2538
|
-
|
2539
|
-
|
2540
|
-
|
2541
|
-
|
2542
|
-
|
2543
|
-
|
2544
|
-
|
2545
|
-
|
2546
|
-
|
2547
|
-
|
2548
|
-
|
2549
|
-
|
2550
|
-
|
2551
|
-
|
2552
|
-
timeExecuteUS: Date;
|
2553
|
-
postUrlReply: string;
|
2554
|
-
messageForReply: string;
|
2555
|
-
replyCommentContentStep1: string;
|
2556
|
-
replyCommentContentStep2: string;
|
2557
|
-
statusStep1: EStatusTaskToolSocials;
|
2558
|
-
statusStep2: EStatusTaskToolSocials;
|
2565
|
+
interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
2566
|
+
account: IInstagramAccountRaw | string;
|
2567
|
+
listRunTimes: Array<Array<string>>;
|
2568
|
+
dayOfWeeks: Array<string>;
|
2569
|
+
timeExecuteForOperationFrom: number;
|
2570
|
+
timeExecuteForOperationTo: number;
|
2571
|
+
timeDelayReplyMessageFrom: number;
|
2572
|
+
timeDelayReplyMessageTo: number;
|
2573
|
+
isTimeUs: boolean;
|
2574
|
+
isDeleteMessageUsername: boolean;
|
2575
|
+
isReplyAllMessageFromStories: boolean;
|
2576
|
+
isSkipUserNameNoneEnglish: boolean;
|
2577
|
+
isSkipReplyMessageIsImages: boolean;
|
2578
|
+
isSkipReplyIfHaveReplied: boolean;
|
2579
|
+
isSkipReplyIsLink: boolean;
|
2580
|
+
isSkipReplyIfOnlyIcons: boolean;
|
2559
2581
|
}
|
2560
2582
|
|
2561
|
-
interface
|
2562
|
-
|
2563
|
-
|
2564
|
-
|
2565
|
-
|
2566
|
-
|
2567
|
-
|
2568
|
-
|
2569
|
-
|
2570
|
-
|
2571
|
-
|
2572
|
-
|
2573
|
-
|
2574
|
-
|
2575
|
-
|
2576
|
-
|
2577
|
-
|
2578
|
-
|
2579
|
-
|
2580
|
-
|
2581
|
-
|
2582
|
-
|
2583
|
-
|
2583
|
+
interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
2584
|
+
account: IInstagramAccountRaw | string;
|
2585
|
+
dayOfWeeks: Array<string>;
|
2586
|
+
listRunTimes: Array<Array<string>>;
|
2587
|
+
timeExecuteForOperationFrom: number;
|
2588
|
+
timeExecuteForOperationTo: number;
|
2589
|
+
limitViewPerDayFrom: number;
|
2590
|
+
limitViewPerDayTo: number;
|
2591
|
+
increaseViewPerDayFrom: number;
|
2592
|
+
increaseViewPerDayTo: number;
|
2593
|
+
maxViewsPerDay: number;
|
2594
|
+
limitViewPerHourFrom: number;
|
2595
|
+
limitViewPerHourTo: number;
|
2596
|
+
increaseViewPerHourFrom: number;
|
2597
|
+
increaseViewPerHourTo: number;
|
2598
|
+
maxViewsPerHour: number;
|
2599
|
+
limitNumberPersonSendMessageFrom: number;
|
2600
|
+
limitNumberPersonSendMessageTo: number;
|
2601
|
+
timeDelaySendMessageFrom: number;
|
2602
|
+
timeDelaySendMessageTo: number;
|
2603
|
+
limitNumberLikeStoriesFrom: number;
|
2604
|
+
limitNumberLikeStoriesTo: number;
|
2605
|
+
timeDelayLikeStoryFrom: number;
|
2606
|
+
timeDelayLikeStoryTo: number;
|
2607
|
+
isTimeUs: boolean;
|
2608
|
+
isLikeStories: boolean;
|
2609
|
+
isSendMessageOnSheet: boolean;
|
2584
2610
|
}
|
2585
2611
|
|
2586
|
-
interface
|
2612
|
+
interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
2613
|
+
account: IInstagramAccountRaw | string;
|
2614
|
+
dayOfWeeks: Array<string>;
|
2615
|
+
listRunTimes: Array<Array<string>>;
|
2616
|
+
timeExecuteForOperationFrom: number;
|
2617
|
+
timeExecuteForOperationTo: number;
|
2618
|
+
limitUnFollowPerDayFrom: number;
|
2619
|
+
limitUnFollowPerDayTo: number;
|
2620
|
+
increaseUnFollowPerDayFrom: number;
|
2621
|
+
increaseUnFollowPerDayTo: number;
|
2622
|
+
maxUnFollowPerDay: number;
|
2623
|
+
limitUnFollowPerHourFrom: number;
|
2624
|
+
limitUnFollowPerHourTo: number;
|
2625
|
+
increaseUnFollowPerHourFrom: number;
|
2626
|
+
increaseUnFollowPerHourTo: number;
|
2627
|
+
maxUnFollowPerHour: number;
|
2628
|
+
timeDelayInteractPerOperatorFrom: number;
|
2629
|
+
timeDelayInteractPerOperatorTo: number;
|
2630
|
+
isTimeUs: boolean;
|
2631
|
+
isInteractBeforeUnFollow: boolean;
|
2632
|
+
}
|
2633
|
+
|
2634
|
+
interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
2635
|
+
account: IInstagramAccountRaw | string;
|
2636
|
+
listRunTimes: Array<{
|
2637
|
+
typePost: TPost;
|
2638
|
+
listTimes: Array<string>;
|
2639
|
+
}>;
|
2640
|
+
dayOfWeeks: Array<string>;
|
2641
|
+
numberCommentsForPostMeFrom: number;
|
2642
|
+
numberCommentsForPostMeTo: number;
|
2643
|
+
delayTimeCommentFrom: number;
|
2644
|
+
delayTimeCommentTo: number;
|
2645
|
+
isTimeUs: boolean;
|
2646
|
+
}
|
2647
|
+
|
2648
|
+
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2649
|
+
account: IInstagramAccountRaw | string;
|
2587
2650
|
sheetUrl: string;
|
2588
2651
|
sheetName: string;
|
2589
|
-
|
2590
|
-
|
2591
|
-
deviceKey: string;
|
2592
|
-
minuteWaiting: number;
|
2593
|
-
isTimeUS: boolean;
|
2594
|
-
dayOfWeek: string;
|
2595
|
-
timeFrom: string;
|
2596
|
-
timeTo: string;
|
2597
|
-
service: string;
|
2598
|
-
action: string;
|
2599
|
-
timeExecute: Date;
|
2600
|
-
status: EStatusTaskToolSocials;
|
2601
|
-
dayOfWeekUS: string;
|
2602
|
-
timeExecuteUS: Date;
|
2603
|
-
canvaUrlVideo: string;
|
2604
|
-
canvaImageThumb: string;
|
2605
|
-
canvaImagePage1: string;
|
2606
|
-
canvaImagePage2: string;
|
2607
|
-
canvaImagePage3: string;
|
2608
|
-
canvaImagePage4: string;
|
2609
|
-
canvaImagePage5: string;
|
2610
|
-
username: string;
|
2611
|
-
contentPost: string;
|
2612
|
-
nicheLinkCategory: string;
|
2613
|
-
titlePool: string;
|
2614
|
-
pool1: string;
|
2615
|
-
pool2: string;
|
2616
|
-
pool3: string;
|
2617
|
-
textFirstPage2: string;
|
2618
|
-
textSecondPage2: string;
|
2619
|
-
textPage6: string;
|
2620
|
-
voicePage1: string;
|
2621
|
-
voicePage3456: string;
|
2622
|
-
addMusic: string;
|
2623
|
-
tagUserName: string;
|
2624
|
-
tagCollaborator: string;
|
2625
|
-
addLocation: string;
|
2652
|
+
sheetPageName: string;
|
2653
|
+
rowId: string;
|
2626
2654
|
historyName: string;
|
2627
|
-
|
2628
|
-
|
2629
|
-
tagUserPostMe: string;
|
2630
|
-
typePost: string;
|
2631
|
-
postStyle: string;
|
2632
|
-
statusPost: string;
|
2633
|
-
}
|
2634
|
-
|
2635
|
-
interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
2636
|
-
typeSocial: ETypeSocial;
|
2637
|
-
account: string | IInstagramAccountRaw;
|
2638
|
-
deviceKey: string;
|
2639
|
-
minuteWaiting: number;
|
2640
|
-
isTimeUS: boolean;
|
2641
|
-
dayOfWeek: string;
|
2642
|
-
timeFrom: string;
|
2643
|
-
timeTo: string;
|
2644
|
-
service: string;
|
2645
|
-
action: string;
|
2646
|
-
timeExecute: Date;
|
2647
|
-
status: EStatusTaskToolSocials;
|
2648
|
-
dayOfWeekUS: string;
|
2649
|
-
timeExecuteUS: Date;
|
2650
|
-
numberView: number;
|
2651
|
-
isBasicView: boolean;
|
2652
|
-
isLike: boolean;
|
2653
|
-
numberLike: number;
|
2654
|
-
minuteRun: number;
|
2655
|
+
status: EStatusTaskScript;
|
2656
|
+
statusDetail: string;
|
2655
2657
|
}
|
2656
2658
|
|
2657
|
-
interface
|
2658
|
-
|
2659
|
-
|
2660
|
-
|
2661
|
-
|
2662
|
-
|
2663
|
-
|
2664
|
-
|
2665
|
-
|
2666
|
-
|
2667
|
-
|
2668
|
-
|
2669
|
-
|
2670
|
-
|
2671
|
-
|
2672
|
-
|
2673
|
-
|
2674
|
-
numberLike: number;
|
2675
|
-
minuteRun: number;
|
2659
|
+
interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2660
|
+
account: IInstagramAccountRaw | string;
|
2661
|
+
sheetUrl: string;
|
2662
|
+
sheetName: string;
|
2663
|
+
sheetPageName: string;
|
2664
|
+
rowId: string;
|
2665
|
+
otherAccount: string;
|
2666
|
+
photosUrl: string[];
|
2667
|
+
videosUrl: string[];
|
2668
|
+
collaborator: string;
|
2669
|
+
content: string;
|
2670
|
+
music: string;
|
2671
|
+
tagUser: string;
|
2672
|
+
location: string;
|
2673
|
+
url: string;
|
2674
|
+
status: EStatusTaskScript;
|
2675
|
+
statusDetail: string;
|
2676
2676
|
}
|
2677
2677
|
|
2678
|
-
interface
|
2679
|
-
|
2680
|
-
|
2681
|
-
|
2682
|
-
|
2683
|
-
|
2684
|
-
|
2685
|
-
|
2686
|
-
|
2687
|
-
|
2688
|
-
|
2689
|
-
|
2690
|
-
|
2691
|
-
|
2692
|
-
|
2693
|
-
|
2694
|
-
|
2695
|
-
numberLike: number;
|
2678
|
+
interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2679
|
+
account: IInstagramAccountRaw | string;
|
2680
|
+
sheetUrl: string;
|
2681
|
+
sheetName: string;
|
2682
|
+
sheetPageName: string;
|
2683
|
+
rowId: string;
|
2684
|
+
otherAccount: string;
|
2685
|
+
photosUrl: string[];
|
2686
|
+
videosUrl: string[];
|
2687
|
+
collaborator: string;
|
2688
|
+
content: string;
|
2689
|
+
music: string;
|
2690
|
+
tagUser: string;
|
2691
|
+
location: string;
|
2692
|
+
url: string;
|
2693
|
+
status: EStatusTaskScript;
|
2694
|
+
statusDetail: string;
|
2696
2695
|
}
|
2697
2696
|
|
2698
|
-
|
2699
|
-
|
2700
|
-
|
2701
|
-
|
2702
|
-
|
2703
|
-
|
2704
|
-
|
2705
|
-
|
2706
|
-
|
2707
|
-
|
2708
|
-
|
2697
|
+
interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2698
|
+
account: IInstagramAccountRaw | string;
|
2699
|
+
sheetUrl: string;
|
2700
|
+
sheetName: string;
|
2701
|
+
sheetPageName: string;
|
2702
|
+
rowId: string;
|
2703
|
+
otherAccount: string;
|
2704
|
+
photosUrl: string[];
|
2705
|
+
videosUrl: string[];
|
2706
|
+
titlePoll: string;
|
2707
|
+
polls: string[];
|
2708
|
+
location: string;
|
2709
|
+
music: string;
|
2710
|
+
content: string;
|
2711
|
+
collaborator: string;
|
2712
|
+
tagUser: string;
|
2713
|
+
url: string;
|
2714
|
+
status: EStatusTaskScript;
|
2715
|
+
statusDetail: string;
|
2709
2716
|
}
|
2710
2717
|
|
2711
|
-
|
2712
|
-
|
2713
|
-
|
2714
|
-
|
2715
|
-
|
2716
|
-
|
2717
|
-
|
2718
|
-
|
2719
|
-
|
2720
|
-
|
2721
|
-
|
2722
|
-
status:
|
2718
|
+
interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2719
|
+
account: IInstagramAccountRaw | string;
|
2720
|
+
sheetUrl: string;
|
2721
|
+
sheetName: string;
|
2722
|
+
sheetPageName: string;
|
2723
|
+
rowId: string;
|
2724
|
+
otherAccount: string;
|
2725
|
+
photosUrl: string[];
|
2726
|
+
videosUrl: string[];
|
2727
|
+
music: string;
|
2728
|
+
location: string;
|
2729
|
+
status: EStatusTaskScript;
|
2730
|
+
statusDetail: string;
|
2723
2731
|
}
|
2724
2732
|
|
2725
|
-
|
2726
|
-
|
2727
|
-
|
2728
|
-
|
2729
|
-
|
2730
|
-
|
2731
|
-
|
2732
|
-
|
2733
|
-
type index$7_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
2734
|
-
type index$7_ITaskThreadsFollow = ITaskThreadsFollow;
|
2735
|
-
type index$7_ITaskThreadsPost = ITaskThreadsPost;
|
2736
|
-
type index$7_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
2737
|
-
type index$7_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
2738
|
-
type index$7_ITaskToolMonitor = ITaskToolMonitor;
|
2739
|
-
type index$7_TaskTypeInstagram = TaskTypeInstagram;
|
2740
|
-
type index$7_TaskTypeThreads = TaskTypeThreads;
|
2741
|
-
declare namespace index$7 {
|
2742
|
-
export { type index$7_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$7_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$7_ITaskInstagramFollow as ITaskInstagramFollow, type index$7_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$7_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$7_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$7_ITaskInstagramPost as ITaskInstagramPost, type index$7_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$7_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$7_ITaskThreadsFollow as ITaskThreadsFollow, type index$7_ITaskThreadsPost as ITaskThreadsPost, type index$7_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$7_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$7_ITaskToolMonitor as ITaskToolMonitor, index$8 as Instagram, type index$7_TaskTypeInstagram as TaskTypeInstagram, type index$7_TaskTypeThreads as TaskTypeThreads, index$9 as Threads };
|
2733
|
+
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2734
|
+
account: IInstagramAccountRaw | string;
|
2735
|
+
content: string;
|
2736
|
+
userLink: string;
|
2737
|
+
linkPost: string;
|
2738
|
+
commentReplied: string;
|
2739
|
+
status: EStatusTaskScript;
|
2740
|
+
statusDetail: string;
|
2743
2741
|
}
|
2744
2742
|
|
2745
|
-
interface
|
2746
|
-
|
2747
|
-
|
2748
|
-
|
2749
|
-
|
2750
|
-
|
2751
|
-
|
2752
|
-
promptInput: string;
|
2753
|
-
promptOutput: string;
|
2754
|
-
status: EStatusTaskAIContent;
|
2743
|
+
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2744
|
+
account: IInstagramAccountRaw | string;
|
2745
|
+
numberLike: number;
|
2746
|
+
minutesExecute: number;
|
2747
|
+
isLike: boolean;
|
2748
|
+
status: EStatusTaskScript;
|
2749
|
+
statusDetail: string;
|
2755
2750
|
}
|
2756
|
-
|
2751
|
+
|
2752
|
+
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2753
|
+
account: IInstagramAccountRaw | string;
|
2754
|
+
numberLike: number;
|
2755
|
+
minutesExecute: number;
|
2756
|
+
numberUsersSentMess: number;
|
2757
|
+
isLike: boolean;
|
2758
|
+
isSentMessage: boolean;
|
2759
|
+
statusDetail: string;
|
2760
|
+
status: EStatusTaskScript;
|
2761
|
+
}
|
2762
|
+
|
2763
|
+
interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2764
|
+
account: IInstagramAccountRaw | string;
|
2765
|
+
typeView: string;
|
2766
|
+
numberLike: number;
|
2767
|
+
minutesExecute: number;
|
2768
|
+
isLike: boolean;
|
2769
|
+
status: EStatusTaskScript;
|
2770
|
+
statusDetail: string;
|
2771
|
+
}
|
2772
|
+
|
2773
|
+
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2774
|
+
account: IInstagramAccountRaw | string;
|
2775
|
+
statusDetail: string;
|
2776
|
+
receiverName: string;
|
2777
|
+
messageReply: string;
|
2778
|
+
status: EStatusTaskScript;
|
2779
|
+
}
|
2780
|
+
|
2781
|
+
interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2782
|
+
account: IInstagramAccountRaw | string;
|
2783
|
+
statusDetail: string;
|
2784
|
+
follower: number;
|
2785
|
+
following: number;
|
2786
|
+
timeStart: Date;
|
2787
|
+
timeEnd: Date;
|
2788
|
+
status: EStatusTaskScript;
|
2789
|
+
}
|
2790
|
+
|
2791
|
+
interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2792
|
+
account: IInstagramAccountRaw | string;
|
2793
|
+
listUserBlock: string[];
|
2794
|
+
listUserRestrict: string[];
|
2795
|
+
listUserHidden: string[];
|
2796
|
+
}
|
2797
|
+
|
2798
|
+
type index$a_IAccountSocialBase = IAccountSocialBase;
|
2799
|
+
type index$a_IAccountSocialGroup = IAccountSocialGroup;
|
2800
|
+
type index$a_IInstagramHistoryAutoPost = IInstagramHistoryAutoPost;
|
2801
|
+
type index$a_IInstagramHistoryBlockUser = IInstagramHistoryBlockUser;
|
2802
|
+
type index$a_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
|
2803
|
+
type index$a_IInstagramReportInteractExplore = IInstagramReportInteractExplore;
|
2804
|
+
type index$a_IInstagramReportInteractFollow = IInstagramReportInteractFollow;
|
2805
|
+
type index$a_IInstagramReportInteractReel = IInstagramReportInteractReel;
|
2806
|
+
type index$a_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
|
2807
|
+
type index$a_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
|
2808
|
+
type index$a_IInstagramReportInteractStory = IInstagramReportInteractStory;
|
2809
|
+
type index$a_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
|
2810
|
+
type index$a_IInstagramReportPostNew = IInstagramReportPostNew;
|
2811
|
+
type index$a_IInstagramReportPostReel = IInstagramReportPostReel;
|
2812
|
+
type index$a_IInstagramReportPostSquare = IInstagramReportPostSquare;
|
2813
|
+
type index$a_IInstagramReportPostStory = IInstagramReportPostStory;
|
2814
|
+
type index$a_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
|
2815
|
+
type index$a_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
2816
|
+
type index$a_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
2817
|
+
type index$a_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
2818
|
+
type index$a_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
|
2819
|
+
type index$a_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
2820
|
+
type index$a_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
2821
|
+
type index$a_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
2822
|
+
type index$a_IInstagramSettingPost = IInstagramSettingPost;
|
2823
|
+
type index$a_IThreadsHistoryAutoPost = IThreadsHistoryAutoPost;
|
2824
|
+
type index$a_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
|
2825
|
+
type index$a_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
|
2826
|
+
type index$a_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
|
2827
|
+
type index$a_IThreadsReportPost = IThreadsReportPost;
|
2828
|
+
type index$a_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
|
2829
|
+
type index$a_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
|
2830
|
+
type index$a_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
|
2831
|
+
type index$a_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
|
2832
|
+
type index$a_IThreadsSettingPost = IThreadsSettingPost;
|
2833
|
+
declare namespace index$a {
|
2834
|
+
export type { index$a_IAccountSocialBase as IAccountSocialBase, index$a_IAccountSocialGroup as IAccountSocialGroup, index$a_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, index$a_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, index$a_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, index$a_IInstagramReportInteractExplore as IInstagramReportInteractExplore, index$a_IInstagramReportInteractFollow as IInstagramReportInteractFollow, index$a_IInstagramReportInteractReel as IInstagramReportInteractReel, index$a_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, index$a_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, index$a_IInstagramReportInteractStory as IInstagramReportInteractStory, index$a_IInstagramReportPostHighLight as IInstagramReportPostHighLight, index$a_IInstagramReportPostNew as IInstagramReportPostNew, index$a_IInstagramReportPostReel as IInstagramReportPostReel, index$a_IInstagramReportPostSquare as IInstagramReportPostSquare, index$a_IInstagramReportPostStory as IInstagramReportPostStory, index$a_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, index$a_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, index$a_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, index$a_IInstagramSettingInteractReel as IInstagramSettingInteractReel, index$a_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, index$a_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, index$a_IInstagramSettingInteractStory as IInstagramSettingInteractStory, index$a_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, index$a_IInstagramSettingPost as IInstagramSettingPost, index$a_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, index$a_IThreadsReportInteractFollow as IThreadsReportInteractFollow, index$a_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, index$a_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, index$a_IThreadsReportPost as IThreadsReportPost, index$a_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, index$a_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, index$a_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, index$a_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, index$a_IThreadsSettingPost as IThreadsSettingPost };
|
2835
|
+
}
|
2836
|
+
|
2837
|
+
interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
|
2838
|
+
typeSocial: ETypeSocial;
|
2839
|
+
accountSocial: string | IAccountSocialBase;
|
2840
|
+
managerImageAI: string | IManagerImageAI;
|
2841
|
+
}
|
2842
|
+
|
2843
|
+
interface IManagerImageAIItemStore extends IBaseModel, ITrackingModel<IUser> {
|
2844
|
+
file: IFile | string;
|
2845
|
+
managerImage: IManagerImageAI | string;
|
2846
|
+
typeFolderStore: EFolderImageAI;
|
2847
|
+
}
|
2848
|
+
|
2849
|
+
interface IManagerSheetGroup extends IBaseModel, ITrackingModel<IUser> {
|
2757
2850
|
name: string;
|
2758
|
-
|
2759
|
-
listItemAction: Array<ITaskAIItemAction>;
|
2760
|
-
listChannelsAI: Array<string> | Array<IAccountAIContentChannel>;
|
2761
|
-
status: EStatusTaskAIContent;
|
2851
|
+
slug: string;
|
2762
2852
|
}
|
2763
|
-
|
2853
|
+
|
2854
|
+
interface IManagerSheet extends IBaseModel, ITrackingModel<IUser> {
|
2855
|
+
key: string;
|
2856
|
+
typeSocial: ETypeSocial;
|
2857
|
+
group: string | IManagerSheetGroup;
|
2858
|
+
standardColumn: string;
|
2859
|
+
url: string;
|
2860
|
+
name: string;
|
2861
|
+
isActive: boolean;
|
2862
|
+
}
|
2863
|
+
|
2864
|
+
interface IManagerSheetChildren extends IBaseModel, ITrackingModel<IUser> {
|
2865
|
+
managerSheet: string | IManagerSheet;
|
2866
|
+
name: string;
|
2764
2867
|
accountAI: string | IAccountAIContent;
|
2765
|
-
|
2766
|
-
|
2767
|
-
|
2868
|
+
listColumnActions: Array<{
|
2869
|
+
columnSymbol: string;
|
2870
|
+
columnName: string;
|
2871
|
+
}>;
|
2872
|
+
isActive: boolean;
|
2873
|
+
info: {
|
2874
|
+
numberCol: number;
|
2875
|
+
numberRow: number;
|
2876
|
+
numberTaskPending: number;
|
2877
|
+
numberTaskError: number;
|
2878
|
+
numberTaskDone: number;
|
2879
|
+
timeReadMaximum: number;
|
2880
|
+
};
|
2881
|
+
numberExecute: number;
|
2882
|
+
numberHourForExecute: number;
|
2883
|
+
}
|
2884
|
+
|
2885
|
+
interface IManagerSheetChildrenGroup extends IBaseModel, ITrackingModel<IUser> {
|
2768
2886
|
sheetChildren: string | IManagerSheetChildren;
|
2769
|
-
|
2770
|
-
|
2771
|
-
|
2772
|
-
|
2773
|
-
listGroupsActions: Array<ITaskAIItemGroup>;
|
2774
|
-
status: EStatusTaskAIContent;
|
2887
|
+
name: string;
|
2888
|
+
slug: string;
|
2889
|
+
order: number;
|
2890
|
+
listChannelsAI: string[] | IAccountAIContentChannel[];
|
2775
2891
|
}
|
2776
2892
|
|
2777
|
-
interface
|
2778
|
-
|
2893
|
+
interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel<IUser> {
|
2894
|
+
group: string | IManagerSheetChildrenGroup;
|
2895
|
+
order: number;
|
2896
|
+
columnSymbol: string;
|
2897
|
+
columnName: string;
|
2898
|
+
columnType: ETypeColumnManagerWork;
|
2899
|
+
keyWords: string;
|
2900
|
+
keyWordsBlank: string;
|
2901
|
+
}
|
2902
|
+
|
2903
|
+
interface IDeviceSettingForProxy extends IBaseModel, ITrackingModel<IUser> {
|
2904
|
+
device: string | IDevice;
|
2905
|
+
proxy: IProxy | string;
|
2906
|
+
}
|
2907
|
+
|
2908
|
+
interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel<IUser> {
|
2909
|
+
device: string | IDevice;
|
2910
|
+
accountVPN: string | IAccountVPN;
|
2911
|
+
}
|
2912
|
+
|
2913
|
+
interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
|
2914
|
+
typeSocial: ETypeSocial;
|
2779
2915
|
sheetUrl: string;
|
2780
2916
|
sheetName: string;
|
2781
|
-
|
2782
|
-
|
2783
|
-
|
2784
|
-
|
2785
|
-
|
2786
|
-
|
2787
|
-
|
2788
|
-
|
2789
|
-
|
2790
|
-
|
2791
|
-
|
2792
|
-
|
2793
|
-
|
2794
|
-
|
2795
|
-
|
2796
|
-
|
2797
|
-
|
2917
|
+
accountID: string;
|
2918
|
+
nameAppCloneSocial: string;
|
2919
|
+
accountDeviceTypeAppClone: string;
|
2920
|
+
accountDeviceNameAppClone: string;
|
2921
|
+
idea: string | IManagerWork;
|
2922
|
+
niche: string | IManagerWork;
|
2923
|
+
pc: IPC | string;
|
2924
|
+
deviceKey: string;
|
2925
|
+
device: IDevice | string;
|
2926
|
+
group: IAccountSocialGroup | string;
|
2927
|
+
statusLogin: EStatusAccountSocialLogin;
|
2928
|
+
timeLogin: Date;
|
2929
|
+
email: string;
|
2930
|
+
emailPassword: string;
|
2931
|
+
email2FA: string;
|
2932
|
+
emailRecover: string;
|
2933
|
+
newUsername: string;
|
2934
|
+
newFullname: string;
|
2935
|
+
newEmail: string;
|
2936
|
+
new2FA: string;
|
2937
|
+
newPassword: string;
|
2938
|
+
statusConnectDevice: EStatusConnectDevice;
|
2939
|
+
noteConnectDevice: string;
|
2940
|
+
note: string;
|
2798
2941
|
}
|
2799
2942
|
|
2800
|
-
interface
|
2943
|
+
interface IHistoryTaskCanva extends IBaseModel, ITrackingModel<IUser> {
|
2801
2944
|
sheetID: string;
|
2802
2945
|
sheetUrl: string;
|
2803
2946
|
sheetName: string;
|
@@ -2805,54 +2948,6 @@ interface ITaskAIImageCanvaInstagram extends IBaseModel, ITrackingModel<IUser> {
|
|
2805
2948
|
row: number;
|
2806
2949
|
typeSocial: ETypeSocial;
|
2807
2950
|
accountSocial: string | IAccountSocialBase;
|
2808
|
-
typeRatioImage: ETypeRatioImage;
|
2809
|
-
channelImage: string | IAccountAIImageChannel;
|
2810
|
-
accountAIImageInfo: string | IAccountAIImageInfo;
|
2811
|
-
accountEmailImage: string | IAccountEmail;
|
2812
|
-
username: string;
|
2813
|
-
promptAvatarInput: string;
|
2814
|
-
urlAvatarOutput: string;
|
2815
|
-
fontTextAvatar: string;
|
2816
|
-
promptCoverInput: string;
|
2817
|
-
urlCoverOutput: string;
|
2818
|
-
fontTextCover: string;
|
2819
|
-
statusImage: EStatusTaskImage;
|
2820
|
-
statusCanva: EStatusTaskCanva;
|
2821
|
-
}
|
2822
|
-
|
2823
|
-
interface ITaskAIImageVoiceCanvaThreads extends IBaseModel, ITrackingModel<IUser> {
|
2824
|
-
sheetID: string;
|
2825
|
-
sheetUrl: string;
|
2826
|
-
sheetName: string;
|
2827
|
-
rowID: string;
|
2828
|
-
row: number;
|
2829
|
-
typeSocial: ETypeSocial;
|
2830
|
-
accountSocial: string | IAccountSocialBase;
|
2831
|
-
typeRatioImage: ETypeRatioImage;
|
2832
|
-
channelImage: string | IAccountAIImageChannel;
|
2833
|
-
accountAIImageInfo: string | IAccountAIImageInfo;
|
2834
|
-
accountEmailImage: string | IAccountEmail;
|
2835
|
-
promptThumbInput: string;
|
2836
|
-
thumbOutputUrl: string;
|
2837
|
-
promptPage1Input: string;
|
2838
|
-
page1OutputUrl: string;
|
2839
|
-
promptPage2Input: string;
|
2840
|
-
page2OutputUrl: string;
|
2841
|
-
promptNichePage3Input: string;
|
2842
|
-
nichePage3OutputUrl: string;
|
2843
|
-
promptNichePage4Input: string;
|
2844
|
-
nichePage4OutputUrl: string;
|
2845
|
-
promptNichePage5Input: string;
|
2846
|
-
nichePage5OutputUrl: string;
|
2847
|
-
channelVoice: string | IAccountAIVoiceChannel;
|
2848
|
-
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
2849
|
-
accountEmailVoice: string | IAccountEmail;
|
2850
|
-
promptVoicePage1Input: string;
|
2851
|
-
voicePage1OutputUrl: string;
|
2852
|
-
promptVoicePage3456Input: string;
|
2853
|
-
voicePage3456OutputUrl: string;
|
2854
|
-
billetCharacterVoiceSpeaker1: string;
|
2855
|
-
billetCharacterVoiceSpeaker2: string;
|
2856
2951
|
typePost: string;
|
2857
2952
|
titlePool: string;
|
2858
2953
|
pool1: string;
|
@@ -2881,859 +2976,802 @@ interface ITaskAIImageVoiceCanvaThreads extends IBaseModel, ITrackingModel<IUser
|
|
2881
2976
|
linkCanvaImage3: string;
|
2882
2977
|
linkCanvaImage4: string;
|
2883
2978
|
linkCanvaImage5: string;
|
2884
|
-
|
2885
|
-
|
2886
|
-
statusCanva: EStatusTaskCanva;
|
2979
|
+
status: EStatusTaskCanva;
|
2980
|
+
note: string;
|
2887
2981
|
}
|
2888
2982
|
|
2889
|
-
interface
|
2890
|
-
sheetID: string;
|
2983
|
+
interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
2891
2984
|
sheetUrl: string;
|
2892
2985
|
sheetName: string;
|
2893
|
-
rowID: string;
|
2894
|
-
row: number;
|
2895
2986
|
typeSocial: ETypeSocial;
|
2896
|
-
|
2897
|
-
|
2898
|
-
|
2899
|
-
|
2900
|
-
|
2901
|
-
|
2902
|
-
|
2903
|
-
|
2904
|
-
|
2905
|
-
|
2906
|
-
|
2907
|
-
|
2908
|
-
|
2909
|
-
|
2910
|
-
|
2911
|
-
|
2912
|
-
|
2913
|
-
|
2914
|
-
|
2915
|
-
|
2916
|
-
|
2917
|
-
voicePage1OutputUrl: string;
|
2918
|
-
promptVoicePage3456Input: string;
|
2919
|
-
voicePage3456OutputUrl: string;
|
2920
|
-
billetCharacterVoiceSpeaker1: string;
|
2921
|
-
billetCharacterVoiceSpeaker2: string;
|
2922
|
-
typePost: string;
|
2923
|
-
titlePool: string;
|
2924
|
-
pool1: string;
|
2925
|
-
pool2: string;
|
2926
|
-
pool3: string;
|
2927
|
-
textFirstPage2: string;
|
2928
|
-
textSecondPage2: string;
|
2929
|
-
textPage6: string;
|
2930
|
-
linkAddHistory: string;
|
2931
|
-
nicheLinkCategory: string;
|
2932
|
-
styleName: string;
|
2933
|
-
backgroundForPage3: string;
|
2934
|
-
backgroundForPage4: string;
|
2935
|
-
backgroundForPage5: string;
|
2936
|
-
backgroundForPage6: string;
|
2937
|
-
effectAudioThumbnail: string;
|
2938
|
-
effectAudioPage345: string;
|
2939
|
-
bgRemoveBackground345: string;
|
2940
|
-
fontText1: string;
|
2941
|
-
fontText2: string;
|
2942
|
-
linkCanvaScript: string;
|
2943
|
-
linkCanvaVideo: string;
|
2944
|
-
linkCanvaImageThumb: string;
|
2945
|
-
linkCanvaImage1: string;
|
2946
|
-
linkCanvaImage2: string;
|
2947
|
-
linkCanvaImage3: string;
|
2948
|
-
linkCanvaImage4: string;
|
2949
|
-
linkCanvaImage5: string;
|
2950
|
-
statusImage: EStatusTaskImage;
|
2951
|
-
statusVoice: EStatusTaskVoice;
|
2952
|
-
statusCanva: EStatusTaskCanva;
|
2953
|
-
}
|
2954
|
-
|
2955
|
-
type index$6_ITaskAIContent = ITaskAIContent;
|
2956
|
-
type index$6_ITaskAIImageCanvaInstagram = ITaskAIImageCanvaInstagram;
|
2957
|
-
type index$6_ITaskAIImageCanvaThreads = ITaskAIImageCanvaThreads;
|
2958
|
-
type index$6_ITaskAIImageVoiceCanvaInstagram = ITaskAIImageVoiceCanvaInstagram;
|
2959
|
-
type index$6_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
|
2960
|
-
type index$6_ITaskAIItemAction = ITaskAIItemAction;
|
2961
|
-
type index$6_ITaskAIItemGroup = ITaskAIItemGroup;
|
2962
|
-
declare namespace index$6 {
|
2963
|
-
export type { index$6_ITaskAIContent as ITaskAIContent, index$6_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, index$6_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, index$6_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, index$6_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, index$6_ITaskAIItemAction as ITaskAIItemAction, index$6_ITaskAIItemGroup as ITaskAIItemGroup };
|
2987
|
+
account: string | IThreadsAccountRaw;
|
2988
|
+
deviceKey: string;
|
2989
|
+
minuteWaiting: number;
|
2990
|
+
isTimeUS: boolean;
|
2991
|
+
dayOfWeek: string;
|
2992
|
+
timeFrom: string;
|
2993
|
+
timeTo: string;
|
2994
|
+
service: string;
|
2995
|
+
action: string;
|
2996
|
+
timeExecute: Date;
|
2997
|
+
status: EStatusTaskToolSocials;
|
2998
|
+
dayOfWeekUS: string;
|
2999
|
+
timeExecuteUS: Date;
|
3000
|
+
canvaUrlVideo: string;
|
3001
|
+
canvaImageThumb: string;
|
3002
|
+
canvaImagePage1: string;
|
3003
|
+
canvaImagePage2: string;
|
3004
|
+
canvaImagePage3: string;
|
3005
|
+
canvaImagePage4: string;
|
3006
|
+
canvaImagePage5: string;
|
3007
|
+
contentPost: string;
|
2964
3008
|
}
|
2965
3009
|
|
2966
|
-
interface
|
2967
|
-
|
2968
|
-
|
3010
|
+
interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
3011
|
+
sheetUrl: string;
|
3012
|
+
sheetName: string;
|
3013
|
+
typeSocial: ETypeSocial;
|
3014
|
+
account: string | IThreadsAccountRaw;
|
3015
|
+
deviceKey: string;
|
3016
|
+
minuteWaiting: number;
|
3017
|
+
isTimeUS: boolean;
|
3018
|
+
dayOfWeek: string;
|
3019
|
+
timeFrom: string;
|
3020
|
+
timeTo: string;
|
3021
|
+
service: string;
|
3022
|
+
action: string;
|
3023
|
+
timeExecute: Date;
|
3024
|
+
status: EStatusTaskToolSocials;
|
3025
|
+
dayOfWeekUS: string;
|
3026
|
+
timeExecuteUS: Date;
|
3027
|
+
listUsernameFollow: string[];
|
2969
3028
|
}
|
2970
3029
|
|
2971
|
-
interface
|
2972
|
-
|
2973
|
-
|
2974
|
-
|
2975
|
-
|
3030
|
+
interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
3031
|
+
sheetUrl: string;
|
3032
|
+
sheetName: string;
|
3033
|
+
typeSocial: ETypeSocial;
|
3034
|
+
account: string | IThreadsAccountRaw;
|
3035
|
+
deviceKey: string;
|
3036
|
+
minuteWaiting: number;
|
3037
|
+
isTimeUS: boolean;
|
3038
|
+
dayOfWeek: string;
|
3039
|
+
timeFrom: string;
|
3040
|
+
timeTo: string;
|
3041
|
+
service: string;
|
3042
|
+
action: string;
|
3043
|
+
timeExecute: Date;
|
3044
|
+
status: EStatusTaskToolSocials;
|
3045
|
+
dayOfWeekUS: string;
|
3046
|
+
timeExecuteUS: Date;
|
3047
|
+
postUrlReply: string;
|
3048
|
+
messageForReply: string;
|
3049
|
+
replyCommentContentStep1: string;
|
3050
|
+
replyCommentContentStep2: string;
|
3051
|
+
statusStep1: EStatusTaskToolSocials;
|
3052
|
+
statusStep2: EStatusTaskToolSocials;
|
2976
3053
|
}
|
2977
3054
|
|
2978
|
-
interface
|
2979
|
-
|
2980
|
-
|
2981
|
-
|
2982
|
-
|
2983
|
-
|
2984
|
-
|
2985
|
-
|
2986
|
-
|
2987
|
-
|
2988
|
-
|
2989
|
-
|
3055
|
+
interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
3056
|
+
sheetUrl: string;
|
3057
|
+
sheetName: string;
|
3058
|
+
typeSocial: ETypeSocial;
|
3059
|
+
account: string | IThreadsAccountRaw;
|
3060
|
+
deviceKey: string;
|
3061
|
+
minuteWaiting: number;
|
3062
|
+
isTimeUS: boolean;
|
3063
|
+
dayOfWeek: string;
|
3064
|
+
timeFrom: string;
|
3065
|
+
timeTo: string;
|
3066
|
+
service: string;
|
3067
|
+
action: string;
|
3068
|
+
timeExecute: Date;
|
3069
|
+
status: EStatusTaskToolSocials;
|
3070
|
+
dayOfWeekUS: string;
|
3071
|
+
timeExecuteUS: Date;
|
3072
|
+
postUrlReply: string;
|
3073
|
+
messageForReply: string;
|
3074
|
+
replyMessageContentStep1: string;
|
3075
|
+
replyMessageContentStep2: string;
|
3076
|
+
statusStep1: EStatusTaskToolSocials;
|
3077
|
+
statusStep2: EStatusTaskToolSocials;
|
2990
3078
|
}
|
2991
3079
|
|
2992
|
-
|
2993
|
-
|
2994
|
-
|
3080
|
+
type index$9_ITaskThreadsFollow = ITaskThreadsFollow;
|
3081
|
+
type index$9_ITaskThreadsPost = ITaskThreadsPost;
|
3082
|
+
type index$9_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
3083
|
+
type index$9_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
3084
|
+
declare namespace index$9 {
|
3085
|
+
export type { index$9_ITaskThreadsFollow as ITaskThreadsFollow, index$9_ITaskThreadsPost as ITaskThreadsPost, index$9_ITaskThreadsReplyComment as ITaskThreadsReplyComment, index$9_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage };
|
2995
3086
|
}
|
2996
3087
|
|
2997
|
-
interface
|
3088
|
+
interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
3089
|
+
sheetUrl: string;
|
3090
|
+
sheetName: string;
|
2998
3091
|
typeSocial: ETypeSocial;
|
2999
|
-
|
3000
|
-
|
3001
|
-
|
3002
|
-
|
3092
|
+
account: string | IInstagramAccountRaw;
|
3093
|
+
deviceKey: string;
|
3094
|
+
minuteWaiting: number;
|
3095
|
+
isTimeUS: boolean;
|
3096
|
+
dayOfWeek: string;
|
3097
|
+
timeFrom: string;
|
3098
|
+
timeTo: string;
|
3099
|
+
service: string;
|
3100
|
+
action: string;
|
3101
|
+
timeExecute: Date;
|
3102
|
+
status: EStatusTaskToolSocials;
|
3103
|
+
dayOfWeekUS: string;
|
3104
|
+
timeExecuteUS: Date;
|
3105
|
+
listBlockUserName: string[];
|
3106
|
+
listRestrictUserName: string[];
|
3107
|
+
listHiddenUserName: string[];
|
3003
3108
|
}
|
3004
3109
|
|
3005
|
-
|
3006
|
-
|
3007
|
-
|
3008
|
-
|
3009
|
-
|
3010
|
-
|
3011
|
-
|
3012
|
-
|
3013
|
-
|
3014
|
-
|
3015
|
-
|
3016
|
-
|
3017
|
-
|
3018
|
-
|
3019
|
-
|
3020
|
-
|
3021
|
-
|
3022
|
-
|
3023
|
-
|
3024
|
-
|
3025
|
-
|
3026
|
-
|
3027
|
-
|
3028
|
-
|
3029
|
-
|
3030
|
-
|
3031
|
-
|
3032
|
-
|
3033
|
-
|
3034
|
-
|
3035
|
-
|
3036
|
-
|
3037
|
-
|
3038
|
-
|
3039
|
-
|
3040
|
-
|
3041
|
-
|
3042
|
-
type index$5_IInstagramHistoryGroup = IInstagramHistoryGroup;
|
3043
|
-
type index$5_IManagerImageAI = IManagerImageAI;
|
3044
|
-
type index$5_IManagerImageAIItemStore = IManagerImageAIItemStore;
|
3045
|
-
type index$5_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
|
3046
|
-
type index$5_IManagerSheet = IManagerSheet;
|
3047
|
-
type index$5_IManagerSheetChildren = IManagerSheetChildren;
|
3048
|
-
type index$5_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
3049
|
-
type index$5_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
|
3050
|
-
type index$5_IManagerSheetGroup = IManagerSheetGroup;
|
3051
|
-
type index$5_IPC = IPC;
|
3052
|
-
type index$5_IProxy = IProxy;
|
3053
|
-
type index$5_ISheetsTool = ISheetsTool;
|
3054
|
-
type index$5_IThreadsAccountRaw = IThreadsAccountRaw;
|
3055
|
-
type index$5_IThreadsAccountRun = IThreadsAccountRun;
|
3056
|
-
type index$5_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
|
3057
|
-
type index$5_IThreadsHistoryChange = IThreadsHistoryChange;
|
3058
|
-
type index$5_IThreadsHistoryCreate = IThreadsHistoryCreate;
|
3059
|
-
type index$5_IThreadsHistoryGroup = IThreadsHistoryGroup;
|
3060
|
-
type index$5_IVoiceGenerated = IVoiceGenerated;
|
3061
|
-
type index$5_IVoiceLanguage = IVoiceLanguage;
|
3062
|
-
type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
|
3063
|
-
type index$5_IVoiceStores = IVoiceStores;
|
3064
|
-
declare namespace index$5 {
|
3065
|
-
export { type index$5_IAccountAIContent as IAccountAIContent, type index$5_IAccountAIContentChannel as IAccountAIContentChannel, type index$5_IAccountAIContentGroup as IAccountAIContentGroup, type index$5_IAccountAIContentInfo as IAccountAIContentInfo, type index$5_IAccountAIContentTag as IAccountAIContentTag, type index$5_IAccountAIImage as IAccountAIImage, type index$5_IAccountAIImageChannel as IAccountAIImageChannel, type index$5_IAccountAIImageGroup as IAccountAIImageGroup, type index$5_IAccountAIImageInfo as IAccountAIImageInfo, type index$5_IAccountAIImageTag as IAccountAIImageTag, type index$5_IAccountAIVoice as IAccountAIVoice, type index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$5_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$5_IAccountCanva as IAccountCanva, type index$5_IAccountDrive as IAccountDrive, type index$5_IAccountEmail as IAccountEmail, type index$5_IAccountEmailProxy as IAccountEmailProxy, type index$5_IAccountEmailTag as IAccountEmailTag, type index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$5_IAccountSocialBase as IAccountSocialBase, type index$5_IAccountSocialGroup as IAccountSocialGroup, type index$5_IAccountVPN as IAccountVPN, type index$5_IAccountVPS as IAccountVPS, type index$5_IAccountVPSGroup as IAccountVPSGroup, type index$5_IDevice as IDevice, type index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$5_IInstagramAccountRaw as IInstagramAccountRaw, type index$5_IInstagramAccountRun as IInstagramAccountRun, type index$5_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$5_IInstagramHistoryChange as IInstagramHistoryChange, type index$5_IInstagramHistoryCreate as IInstagramHistoryCreate, type index$5_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$5_IManagerImageAI as IManagerImageAI, type index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$5_IManagerSheet as IManagerSheet, type index$5_IManagerSheetChildren as IManagerSheetChildren, type index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$5_IManagerSheetGroup as IManagerSheetGroup, type index$5_IPC as IPC, type index$5_IProxy as IProxy, type index$5_ISheetsTool as ISheetsTool, type index$5_IThreadsAccountRaw as IThreadsAccountRaw, type index$5_IThreadsAccountRun as IThreadsAccountRun, type index$5_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$5_IThreadsHistoryChange as IThreadsHistoryChange, type index$5_IThreadsHistoryCreate as IThreadsHistoryCreate, type index$5_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$5_IVoiceGenerated as IVoiceGenerated, type index$5_IVoiceLanguage as IVoiceLanguage, type index$5_IVoiceSettingDelay as IVoiceSettingDelay, type index$5_IVoiceStores as IVoiceStores, index$6 as TaskBrowsers, index$7 as TaskPhones };
|
3110
|
+
interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
3111
|
+
sheetUrl: string;
|
3112
|
+
sheetName: string;
|
3113
|
+
typeSocial: ETypeSocial;
|
3114
|
+
account: string | IInstagramAccountRaw;
|
3115
|
+
deviceKey: string;
|
3116
|
+
minuteWaiting: number;
|
3117
|
+
isTimeUS: boolean;
|
3118
|
+
dayOfWeek: string;
|
3119
|
+
timeFrom: string;
|
3120
|
+
timeTo: string;
|
3121
|
+
service: string;
|
3122
|
+
action: string;
|
3123
|
+
timeExecute: Date;
|
3124
|
+
status: EStatusTaskToolSocials;
|
3125
|
+
dayOfWeekUS: string;
|
3126
|
+
timeExecuteUS: Date;
|
3127
|
+
oldUserName: string;
|
3128
|
+
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
3129
|
+
changeUserNameNew: string;
|
3130
|
+
changeFullnameNew: string;
|
3131
|
+
changeBioNew: string;
|
3132
|
+
passwordNew: string;
|
3133
|
+
emailNew: string;
|
3134
|
+
code2fa: string;
|
3135
|
+
nameLink1: string;
|
3136
|
+
link1: string;
|
3137
|
+
nameLink2: string;
|
3138
|
+
link2: string;
|
3139
|
+
nameLink3: string;
|
3140
|
+
link3: string;
|
3141
|
+
changeAvatar: string;
|
3142
|
+
fontTextAvatarUsername: string;
|
3143
|
+
urlImageAvatar: string;
|
3144
|
+
changeCover: string;
|
3145
|
+
fontTextCoverUsername: string;
|
3146
|
+
urlImageCover: string;
|
3066
3147
|
}
|
3067
3148
|
|
3068
|
-
interface
|
3069
|
-
sheetID: string;
|
3149
|
+
interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
3070
3150
|
sheetUrl: string;
|
3071
3151
|
sheetName: string;
|
3072
|
-
rowID: string;
|
3073
|
-
row: number;
|
3074
3152
|
typeSocial: ETypeSocial;
|
3075
|
-
|
3076
|
-
|
3077
|
-
|
3078
|
-
|
3079
|
-
|
3080
|
-
|
3081
|
-
|
3082
|
-
|
3083
|
-
|
3084
|
-
|
3085
|
-
|
3086
|
-
|
3087
|
-
|
3088
|
-
|
3089
|
-
nichePage4OutputUrl: string;
|
3090
|
-
promptNichePage5Input: string;
|
3091
|
-
nichePage5OutputUrl: string;
|
3092
|
-
errorPromptImage: string;
|
3093
|
-
status: EStatusTaskImage;
|
3094
|
-
note: string;
|
3153
|
+
account: string | IInstagramAccountRaw;
|
3154
|
+
deviceKey: string;
|
3155
|
+
minuteWaiting: number;
|
3156
|
+
isTimeUS: boolean;
|
3157
|
+
dayOfWeek: string;
|
3158
|
+
timeFrom: string;
|
3159
|
+
timeTo: string;
|
3160
|
+
service: string;
|
3161
|
+
action: string;
|
3162
|
+
timeExecute: Date;
|
3163
|
+
status: EStatusTaskToolSocials;
|
3164
|
+
dayOfWeekUS: string;
|
3165
|
+
timeExecuteUS: Date;
|
3166
|
+
listUsernameFollow: string[];
|
3095
3167
|
}
|
3096
3168
|
|
3097
|
-
interface
|
3098
|
-
sheetID: string;
|
3169
|
+
interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
3099
3170
|
sheetUrl: string;
|
3100
3171
|
sheetName: string;
|
3101
|
-
rowID: string;
|
3102
|
-
row: number;
|
3103
3172
|
typeSocial: ETypeSocial;
|
3104
|
-
|
3105
|
-
|
3106
|
-
|
3107
|
-
|
3108
|
-
|
3109
|
-
|
3110
|
-
|
3111
|
-
|
3112
|
-
|
3113
|
-
|
3114
|
-
|
3115
|
-
|
3116
|
-
|
3173
|
+
account: string | IInstagramAccountRaw;
|
3174
|
+
deviceKey: string;
|
3175
|
+
minuteWaiting: number;
|
3176
|
+
isTimeUS: boolean;
|
3177
|
+
dayOfWeek: string;
|
3178
|
+
timeFrom: string;
|
3179
|
+
timeTo: string;
|
3180
|
+
service: string;
|
3181
|
+
action: string;
|
3182
|
+
timeExecute: Date;
|
3183
|
+
status: EStatusTaskToolSocials;
|
3184
|
+
dayOfWeekUS: string;
|
3185
|
+
timeExecuteUS: Date;
|
3186
|
+
postUrlReply: string;
|
3187
|
+
messageForReply: string;
|
3188
|
+
replyCommentContentStep1: string;
|
3189
|
+
replyCommentContentStep2: string;
|
3190
|
+
statusStep1: EStatusTaskToolSocials;
|
3191
|
+
statusStep2: EStatusTaskToolSocials;
|
3117
3192
|
}
|
3118
3193
|
|
3119
|
-
|
3120
|
-
|
3121
|
-
|
3122
|
-
|
3123
|
-
|
3124
|
-
|
3194
|
+
interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
3195
|
+
sheetUrl: string;
|
3196
|
+
sheetName: string;
|
3197
|
+
typeSocial: ETypeSocial;
|
3198
|
+
account: string | IInstagramAccountRaw;
|
3199
|
+
deviceKey: string;
|
3200
|
+
minuteWaiting: number;
|
3201
|
+
isTimeUS: boolean;
|
3202
|
+
dayOfWeek: string;
|
3203
|
+
timeFrom: string;
|
3204
|
+
timeTo: string;
|
3205
|
+
service: string;
|
3206
|
+
action: string;
|
3207
|
+
timeExecute: Date;
|
3208
|
+
status: EStatusTaskToolSocials;
|
3209
|
+
dayOfWeekUS: string;
|
3210
|
+
timeExecuteUS: Date;
|
3211
|
+
postUrlReply: string;
|
3212
|
+
messageForReply: string;
|
3213
|
+
replyMessageContentStep1: string;
|
3214
|
+
replyMessageContentStep2: string;
|
3215
|
+
statusStep1: EStatusTaskToolSocials;
|
3216
|
+
statusStep2: EStatusTaskToolSocials;
|
3125
3217
|
}
|
3126
3218
|
|
3127
|
-
interface
|
3128
|
-
|
3129
|
-
|
3219
|
+
interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
3220
|
+
sheetUrl: string;
|
3221
|
+
sheetName: string;
|
3222
|
+
typeSocial: ETypeSocial;
|
3223
|
+
account: string | IInstagramAccountRaw;
|
3224
|
+
deviceKey: string;
|
3225
|
+
minuteWaiting: number;
|
3226
|
+
isTimeUS: boolean;
|
3227
|
+
dayOfWeek: string;
|
3228
|
+
timeFrom: string;
|
3229
|
+
timeTo: string;
|
3230
|
+
service: string;
|
3231
|
+
action: string;
|
3232
|
+
timeExecute: Date;
|
3233
|
+
status: EStatusTaskToolSocials;
|
3234
|
+
dayOfWeekUS: string;
|
3235
|
+
timeExecuteUS: Date;
|
3236
|
+
canvaUrlVideo: string;
|
3237
|
+
canvaImageThumb: string;
|
3238
|
+
canvaImagePage1: string;
|
3239
|
+
canvaImagePage2: string;
|
3240
|
+
canvaImagePage3: string;
|
3241
|
+
canvaImagePage4: string;
|
3242
|
+
canvaImagePage5: string;
|
3243
|
+
username: string;
|
3244
|
+
contentPost: string;
|
3245
|
+
nicheLinkCategory: string;
|
3246
|
+
titlePool: string;
|
3247
|
+
pool1: string;
|
3248
|
+
pool2: string;
|
3249
|
+
pool3: string;
|
3250
|
+
textFirstPage2: string;
|
3251
|
+
textSecondPage2: string;
|
3252
|
+
textPage6: string;
|
3253
|
+
voicePage1: string;
|
3254
|
+
voicePage3456: string;
|
3255
|
+
addMusic: string;
|
3256
|
+
tagUserName: string;
|
3257
|
+
tagCollaborator: string;
|
3258
|
+
addLocation: string;
|
3259
|
+
historyName: string;
|
3260
|
+
linkAddHistory: string;
|
3261
|
+
commentPostMe: string;
|
3262
|
+
tagUserPostMe: string;
|
3263
|
+
typePost: string;
|
3264
|
+
postStyle: string;
|
3265
|
+
statusPost: string;
|
3130
3266
|
}
|
3131
3267
|
|
3132
|
-
interface
|
3133
|
-
|
3134
|
-
|
3135
|
-
|
3268
|
+
interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
3269
|
+
typeSocial: ETypeSocial;
|
3270
|
+
account: string | IInstagramAccountRaw;
|
3271
|
+
deviceKey: string;
|
3272
|
+
minuteWaiting: number;
|
3273
|
+
isTimeUS: boolean;
|
3274
|
+
dayOfWeek: string;
|
3275
|
+
timeFrom: string;
|
3276
|
+
timeTo: string;
|
3277
|
+
service: string;
|
3278
|
+
action: string;
|
3279
|
+
timeExecute: Date;
|
3280
|
+
status: EStatusTaskToolSocials;
|
3281
|
+
dayOfWeekUS: string;
|
3282
|
+
timeExecuteUS: Date;
|
3283
|
+
numberView: number;
|
3284
|
+
isBasicView: boolean;
|
3285
|
+
isLike: boolean;
|
3286
|
+
numberLike: number;
|
3287
|
+
minuteRun: number;
|
3136
3288
|
}
|
3137
3289
|
|
3138
|
-
interface
|
3139
|
-
|
3140
|
-
|
3141
|
-
|
3142
|
-
|
3143
|
-
|
3144
|
-
|
3145
|
-
|
3146
|
-
|
3147
|
-
|
3148
|
-
|
3149
|
-
|
3150
|
-
|
3151
|
-
|
3152
|
-
|
3153
|
-
|
3154
|
-
|
3155
|
-
|
3156
|
-
|
3157
|
-
statusAccount: EStatusAccountSocial;
|
3158
|
-
statusPost: EStatusTaskScript;
|
3159
|
-
noteFix: string;
|
3290
|
+
interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
3291
|
+
typeSocial: ETypeSocial;
|
3292
|
+
account: string | IInstagramAccountRaw;
|
3293
|
+
deviceKey: string;
|
3294
|
+
minuteWaiting: number;
|
3295
|
+
isTimeUS: boolean;
|
3296
|
+
dayOfWeek: string;
|
3297
|
+
timeFrom: string;
|
3298
|
+
timeTo: string;
|
3299
|
+
service: string;
|
3300
|
+
action: string;
|
3301
|
+
timeExecute: Date;
|
3302
|
+
status: EStatusTaskToolSocials;
|
3303
|
+
dayOfWeekUS: string;
|
3304
|
+
timeExecuteUS: Date;
|
3305
|
+
numberView: number;
|
3306
|
+
isLike: boolean;
|
3307
|
+
numberLike: number;
|
3308
|
+
minuteRun: number;
|
3160
3309
|
}
|
3161
3310
|
|
3162
|
-
interface
|
3163
|
-
|
3164
|
-
|
3165
|
-
|
3166
|
-
|
3167
|
-
|
3168
|
-
|
3169
|
-
|
3170
|
-
|
3171
|
-
|
3172
|
-
|
3173
|
-
|
3174
|
-
|
3175
|
-
|
3176
|
-
|
3177
|
-
|
3178
|
-
|
3311
|
+
interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
3312
|
+
typeSocial: ETypeSocial;
|
3313
|
+
account: string | IInstagramAccountRaw;
|
3314
|
+
deviceKey: string;
|
3315
|
+
minuteWaiting: number;
|
3316
|
+
isTimeUS: boolean;
|
3317
|
+
dayOfWeek: string;
|
3318
|
+
timeFrom: string;
|
3319
|
+
timeTo: string;
|
3320
|
+
service: string;
|
3321
|
+
action: string;
|
3322
|
+
timeExecute: Date;
|
3323
|
+
status: EStatusTaskToolSocials;
|
3324
|
+
dayOfWeekUS: string;
|
3325
|
+
timeExecuteUS: Date;
|
3326
|
+
numberView: number;
|
3327
|
+
isLike: boolean;
|
3328
|
+
numberLike: number;
|
3179
3329
|
}
|
3180
3330
|
|
3181
|
-
|
3182
|
-
|
3183
|
-
|
3184
|
-
|
3185
|
-
|
3186
|
-
|
3187
|
-
|
3188
|
-
|
3331
|
+
type index$8_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
3332
|
+
type index$8_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
3333
|
+
type index$8_ITaskInstagramFollow = ITaskInstagramFollow;
|
3334
|
+
type index$8_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
3335
|
+
type index$8_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
3336
|
+
type index$8_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
3337
|
+
type index$8_ITaskInstagramPost = ITaskInstagramPost;
|
3338
|
+
type index$8_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
3339
|
+
type index$8_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
3340
|
+
declare namespace index$8 {
|
3341
|
+
export type { index$8_ITaskInstagramBlockUser as ITaskInstagramBlockUser, index$8_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, index$8_ITaskInstagramFollow as ITaskInstagramFollow, index$8_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, index$8_ITaskInstagramInteractReel as ITaskInstagramInteractReel, index$8_ITaskInstagramInteractStory as ITaskInstagramInteractStory, index$8_ITaskInstagramPost as ITaskInstagramPost, index$8_ITaskInstagramReplyComment as ITaskInstagramReplyComment, index$8_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage };
|
3189
3342
|
}
|
3190
3343
|
|
3191
|
-
|
3192
|
-
|
3193
|
-
|
3194
|
-
|
3195
|
-
|
3196
|
-
|
3344
|
+
type TaskTypeInstagram = 'Post' | 'Follow' | 'ReplyComment' | 'ReplyMessage' | 'ChangeInfo' | 'BlockUser';
|
3345
|
+
type TaskTypeThreads = 'Post' | 'ReplyComment' | 'Follow';
|
3346
|
+
interface ITaskToolMonitor extends IBaseModel, ITrackingModel<IUser> {
|
3347
|
+
deviceKey: string;
|
3348
|
+
typeSocial: ETypeSocial;
|
3349
|
+
accountSocial: string | IAccountSocialBase;
|
3350
|
+
taskType: TaskTypeInstagram | TaskTypeThreads;
|
3351
|
+
taskId: string;
|
3352
|
+
sheetTool: string | ISheetsTool;
|
3353
|
+
timeExecute: Date;
|
3354
|
+
keyTimeSetting: string;
|
3355
|
+
status: EStatusTaskToolSocials;
|
3197
3356
|
}
|
3198
3357
|
|
3199
|
-
|
3200
|
-
|
3201
|
-
|
3202
|
-
|
3203
|
-
|
3204
|
-
|
3205
|
-
|
3206
|
-
|
3207
|
-
|
3358
|
+
type index$7_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
3359
|
+
type index$7_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
3360
|
+
type index$7_ITaskInstagramFollow = ITaskInstagramFollow;
|
3361
|
+
type index$7_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
3362
|
+
type index$7_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
3363
|
+
type index$7_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
3364
|
+
type index$7_ITaskInstagramPost = ITaskInstagramPost;
|
3365
|
+
type index$7_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
3366
|
+
type index$7_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
3367
|
+
type index$7_ITaskThreadsFollow = ITaskThreadsFollow;
|
3368
|
+
type index$7_ITaskThreadsPost = ITaskThreadsPost;
|
3369
|
+
type index$7_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
3370
|
+
type index$7_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
3371
|
+
type index$7_ITaskToolMonitor = ITaskToolMonitor;
|
3372
|
+
type index$7_TaskTypeInstagram = TaskTypeInstagram;
|
3373
|
+
type index$7_TaskTypeThreads = TaskTypeThreads;
|
3374
|
+
declare namespace index$7 {
|
3375
|
+
export { type index$7_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$7_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$7_ITaskInstagramFollow as ITaskInstagramFollow, type index$7_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$7_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$7_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$7_ITaskInstagramPost as ITaskInstagramPost, type index$7_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$7_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$7_ITaskThreadsFollow as ITaskThreadsFollow, type index$7_ITaskThreadsPost as ITaskThreadsPost, type index$7_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$7_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$7_ITaskToolMonitor as ITaskToolMonitor, index$8 as Instagram, type index$7_TaskTypeInstagram as TaskTypeInstagram, type index$7_TaskTypeThreads as TaskTypeThreads, index$9 as Threads };
|
3208
3376
|
}
|
3209
3377
|
|
3210
|
-
interface
|
3211
|
-
|
3212
|
-
|
3213
|
-
|
3214
|
-
|
3215
|
-
|
3216
|
-
|
3217
|
-
|
3218
|
-
|
3219
|
-
|
3220
|
-
delayTimeCommentTo: number;
|
3221
|
-
isTimeUs: boolean;
|
3378
|
+
interface ITaskAIItemAction {
|
3379
|
+
order: number;
|
3380
|
+
keyWords: string;
|
3381
|
+
keyWordsBlank: string;
|
3382
|
+
columnName: string;
|
3383
|
+
columnSymbol: string;
|
3384
|
+
columnType: ETypeColumnManagerWork;
|
3385
|
+
promptInput: string;
|
3386
|
+
promptOutput: string;
|
3387
|
+
status: EStatusTaskAIContent;
|
3222
3388
|
}
|
3223
|
-
|
3224
|
-
|
3225
|
-
|
3226
|
-
|
3227
|
-
|
3228
|
-
|
3229
|
-
|
3230
|
-
|
3231
|
-
|
3232
|
-
|
3233
|
-
|
3234
|
-
|
3235
|
-
|
3236
|
-
|
3237
|
-
|
3238
|
-
|
3239
|
-
|
3240
|
-
|
3241
|
-
|
3242
|
-
timeDelayInteractCurrentUserFrom: number;
|
3243
|
-
timeDelayInteractCurrentUserTo: number;
|
3244
|
-
limitNumberInteractUserFollowingFrom: number;
|
3245
|
-
limitNumberInteractUserFollowingTo: number;
|
3246
|
-
timeDelayInteractUserFollowingFrom: number;
|
3247
|
-
timeDelayInteractUserFollowingTo: number;
|
3248
|
-
limitNumberInteractUserFollowerFrom: number;
|
3249
|
-
limitNumberInteractUserFollowerTo: number;
|
3250
|
-
timeDelayInteractUserFollowerFrom: number;
|
3251
|
-
timeDelayInteractUserFollowerTo: number;
|
3252
|
-
isTimeUs: boolean;
|
3253
|
-
isInteractUserFollower: boolean;
|
3254
|
-
isInteractUserFollowing: boolean;
|
3255
|
-
isInteractCurrentUser: boolean;
|
3256
|
-
isSkipUserNameNoneEnglish: boolean;
|
3257
|
-
isSkipUserNameContainIcons: boolean;
|
3258
|
-
isSkipFollowWhenUnFollowed: boolean;
|
3259
|
-
isSkipFollowContainLinks: boolean;
|
3260
|
-
isSkipBioNoneEnglish: boolean;
|
3389
|
+
interface ITaskAIItemGroup {
|
3390
|
+
name: string;
|
3391
|
+
order: number;
|
3392
|
+
listItemAction: Array<ITaskAIItemAction>;
|
3393
|
+
listChannelsAI: Array<string> | Array<IAccountAIContentChannel>;
|
3394
|
+
status: EStatusTaskAIContent;
|
3395
|
+
}
|
3396
|
+
interface ITaskAIContent extends IBaseModel, ITrackingModel<IUser> {
|
3397
|
+
accountAI: string | IAccountAIContent;
|
3398
|
+
sheetID: string;
|
3399
|
+
sheetUrl: string;
|
3400
|
+
sheetName: string;
|
3401
|
+
sheetChildren: string | IManagerSheetChildren;
|
3402
|
+
rowID: string;
|
3403
|
+
row: number;
|
3404
|
+
colSymbolForRunTask: string;
|
3405
|
+
inputForRunTask: string;
|
3406
|
+
listGroupsActions: Array<ITaskAIItemGroup>;
|
3407
|
+
status: EStatusTaskAIContent;
|
3261
3408
|
}
|
3262
3409
|
|
3263
|
-
interface
|
3264
|
-
|
3265
|
-
|
3266
|
-
|
3267
|
-
|
3268
|
-
|
3269
|
-
|
3270
|
-
|
3271
|
-
|
3272
|
-
|
3273
|
-
|
3274
|
-
|
3275
|
-
|
3276
|
-
|
3277
|
-
|
3278
|
-
|
3279
|
-
|
3280
|
-
|
3281
|
-
|
3282
|
-
|
3410
|
+
interface ITaskAIImageCanvaThreads extends IBaseModel, ITrackingModel<IUser> {
|
3411
|
+
sheetID: string;
|
3412
|
+
sheetUrl: string;
|
3413
|
+
sheetName: string;
|
3414
|
+
rowID: string;
|
3415
|
+
row: number;
|
3416
|
+
typeSocial: ETypeSocial;
|
3417
|
+
accountSocial: string | IAccountSocialBase;
|
3418
|
+
typeRatioImage: ETypeRatioImage;
|
3419
|
+
channelImage: string | IAccountAIImageChannel;
|
3420
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
3421
|
+
accountEmailImage: string | IAccountEmail;
|
3422
|
+
username: string;
|
3423
|
+
promptAvatarInput: string;
|
3424
|
+
urlAvatarOutput: string;
|
3425
|
+
fontTextAvatar: string;
|
3426
|
+
promptCoverInput: string;
|
3427
|
+
urlCoverOutput: string;
|
3428
|
+
fontTextCover: string;
|
3429
|
+
statusImage: EStatusTaskImage;
|
3430
|
+
statusCanva: EStatusTaskCanva;
|
3283
3431
|
}
|
3284
3432
|
|
3285
|
-
interface
|
3286
|
-
|
3287
|
-
|
3288
|
-
listRunTimes: Array<Array<string>>;
|
3289
|
-
timeExecuteForOperationFrom: number;
|
3290
|
-
timeExecuteForOperationTo: number;
|
3291
|
-
limitNumberPostForCommentsFrom: number;
|
3292
|
-
limitNumberPostForCommentsTo: number;
|
3293
|
-
timeDelayCommentFrom: number;
|
3294
|
-
timeDelayCommentTo: number;
|
3295
|
-
timeDelayLikeFrom: number;
|
3296
|
-
timeDelayLikeTo: number;
|
3297
|
-
limitNumberReplyCommentPerDayFrom: number;
|
3298
|
-
limitNumberReplyCommentPerDayTo: number;
|
3299
|
-
timeDelayReplyCommentFrom: number;
|
3300
|
-
timeDelayReplyCommentTo: number;
|
3301
|
-
isSkipUserNameNoneEnglish: boolean;
|
3302
|
-
isSkipReplyCommentsOnlyIcon: boolean;
|
3303
|
-
isTimeUs: boolean;
|
3304
|
-
isLikeCommentsPostOfMe: boolean;
|
3305
|
-
isReplyCommentsPostOfMe: boolean;
|
3306
|
-
}
|
3307
|
-
|
3308
|
-
interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
3309
|
-
account: IThreadsAccountRaw | string;
|
3310
|
-
listRunTimes: Array<Array<string>>;
|
3311
|
-
dayOfWeeks: Array<string>;
|
3312
|
-
timeExecuteForOperationFrom: number;
|
3313
|
-
timeExecuteForOperationTo: number;
|
3314
|
-
timeDelayReplyMessageFrom: number;
|
3315
|
-
timeDelayReplyMessageTo: number;
|
3316
|
-
isTimeUs: boolean;
|
3317
|
-
isDeleteMessageUsername: boolean;
|
3318
|
-
isReplyAllMessageFromStories: boolean;
|
3319
|
-
isSkipUserNameNoneEnglish: boolean;
|
3320
|
-
isSkipReplyMessageIsImages: boolean;
|
3321
|
-
isSkipReplyIfHaveReplied: boolean;
|
3322
|
-
isSkipReplyIsLink: boolean;
|
3323
|
-
isSkipReplyIfOnlyIcons: boolean;
|
3324
|
-
}
|
3325
|
-
|
3326
|
-
interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
3433
|
+
interface ITaskAIImageCanvaInstagram extends IBaseModel, ITrackingModel<IUser> {
|
3434
|
+
sheetID: string;
|
3435
|
+
sheetUrl: string;
|
3327
3436
|
sheetName: string;
|
3328
|
-
|
3329
|
-
|
3330
|
-
|
3331
|
-
|
3332
|
-
|
3333
|
-
|
3334
|
-
|
3335
|
-
|
3336
|
-
|
3337
|
-
|
3338
|
-
|
3339
|
-
|
3340
|
-
|
3341
|
-
|
3342
|
-
|
3343
|
-
|
3344
|
-
|
3345
|
-
statusAccount: EStatusAccountSocial;
|
3346
|
-
statusPost: EStatusTaskScript;
|
3347
|
-
noteFix: string;
|
3437
|
+
rowID: string;
|
3438
|
+
row: number;
|
3439
|
+
typeSocial: ETypeSocial;
|
3440
|
+
accountSocial: string | IAccountSocialBase;
|
3441
|
+
typeRatioImage: ETypeRatioImage;
|
3442
|
+
channelImage: string | IAccountAIImageChannel;
|
3443
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
3444
|
+
accountEmailImage: string | IAccountEmail;
|
3445
|
+
username: string;
|
3446
|
+
promptAvatarInput: string;
|
3447
|
+
urlAvatarOutput: string;
|
3448
|
+
fontTextAvatar: string;
|
3449
|
+
promptCoverInput: string;
|
3450
|
+
urlCoverOutput: string;
|
3451
|
+
fontTextCover: string;
|
3452
|
+
statusImage: EStatusTaskImage;
|
3453
|
+
statusCanva: EStatusTaskCanva;
|
3348
3454
|
}
|
3349
3455
|
|
3350
|
-
interface
|
3456
|
+
interface ITaskAIImageVoiceCanvaThreads extends IBaseModel, ITrackingModel<IUser> {
|
3457
|
+
sheetID: string;
|
3458
|
+
sheetUrl: string;
|
3351
3459
|
sheetName: string;
|
3352
|
-
|
3353
|
-
|
3354
|
-
|
3355
|
-
|
3356
|
-
|
3357
|
-
|
3358
|
-
|
3359
|
-
|
3360
|
-
|
3361
|
-
|
3362
|
-
|
3363
|
-
|
3364
|
-
|
3365
|
-
|
3366
|
-
|
3367
|
-
|
3368
|
-
|
3369
|
-
|
3370
|
-
|
3371
|
-
|
3372
|
-
|
3373
|
-
|
3374
|
-
|
3375
|
-
|
3376
|
-
|
3377
|
-
|
3378
|
-
|
3379
|
-
|
3380
|
-
|
3381
|
-
|
3382
|
-
|
3383
|
-
|
3384
|
-
|
3385
|
-
|
3386
|
-
|
3387
|
-
|
3388
|
-
|
3389
|
-
|
3390
|
-
|
3391
|
-
|
3392
|
-
|
3393
|
-
|
3394
|
-
|
3395
|
-
|
3396
|
-
|
3397
|
-
|
3398
|
-
|
3399
|
-
|
3400
|
-
|
3401
|
-
|
3402
|
-
|
3403
|
-
|
3404
|
-
|
3405
|
-
|
3406
|
-
|
3407
|
-
|
3408
|
-
|
3409
|
-
|
3410
|
-
|
3411
|
-
|
3412
|
-
timeDelayInteractUserFollowerFrom: number;
|
3413
|
-
timeDelayInteractUserFollowerTo: number;
|
3414
|
-
isTimeUs: boolean;
|
3415
|
-
isInteractUserFollower: boolean;
|
3416
|
-
isInteractUserFollowing: boolean;
|
3417
|
-
isInteractCurrentUser: boolean;
|
3418
|
-
isSkipUserNameNoneEnglish: boolean;
|
3419
|
-
isSkipUserNameContainIcons: boolean;
|
3420
|
-
isSkipFollowWhenUnFollowed: boolean;
|
3421
|
-
isSkipFollowContainLinks: boolean;
|
3422
|
-
isSkipBioNoneEnglish: boolean;
|
3423
|
-
}
|
3424
|
-
|
3425
|
-
interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
3426
|
-
account: IInstagramAccountRaw | string;
|
3427
|
-
dayOfWeeks: Array<string>;
|
3428
|
-
listRunTimes: Array<Array<string>>;
|
3429
|
-
limitViewPerDayFrom: number;
|
3430
|
-
limitViewPerDayTo: number;
|
3431
|
-
increaseDailyViewFrom: number;
|
3432
|
-
increaseDailyViewTo: number;
|
3433
|
-
maxViewPerDay: number;
|
3434
|
-
timeExecuteForOperationFrom: number;
|
3435
|
-
timeExecuteForOperationTo: number;
|
3436
|
-
limitNumberLikePerOperationFrom: number;
|
3437
|
-
limitNumberLikePerOperationTo: number;
|
3438
|
-
timeDelayLikeFrom: number;
|
3439
|
-
timeDelayLikeTo: number;
|
3440
|
-
isTimeUs: boolean;
|
3441
|
-
isLikeReel: boolean;
|
3460
|
+
rowID: string;
|
3461
|
+
row: number;
|
3462
|
+
typeSocial: ETypeSocial;
|
3463
|
+
accountSocial: string | IAccountSocialBase;
|
3464
|
+
typeRatioImage: ETypeRatioImage;
|
3465
|
+
channelImage: string | IAccountAIImageChannel;
|
3466
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
3467
|
+
accountEmailImage: string | IAccountEmail;
|
3468
|
+
promptThumbInput: string;
|
3469
|
+
thumbOutputUrl: string;
|
3470
|
+
promptPage1Input: string;
|
3471
|
+
page1OutputUrl: string;
|
3472
|
+
promptPage2Input: string;
|
3473
|
+
page2OutputUrl: string;
|
3474
|
+
promptNichePage3Input: string;
|
3475
|
+
nichePage3OutputUrl: string;
|
3476
|
+
promptNichePage4Input: string;
|
3477
|
+
nichePage4OutputUrl: string;
|
3478
|
+
promptNichePage5Input: string;
|
3479
|
+
nichePage5OutputUrl: string;
|
3480
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
3481
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
3482
|
+
accountEmailVoice: string | IAccountEmail;
|
3483
|
+
promptVoicePage1Input: string;
|
3484
|
+
voicePage1OutputUrl: string;
|
3485
|
+
promptVoicePage3456Input: string;
|
3486
|
+
voicePage3456OutputUrl: string;
|
3487
|
+
billetCharacterVoiceSpeaker1: string;
|
3488
|
+
billetCharacterVoiceSpeaker2: string;
|
3489
|
+
typePost: string;
|
3490
|
+
titlePool: string;
|
3491
|
+
pool1: string;
|
3492
|
+
pool2: string;
|
3493
|
+
pool3: string;
|
3494
|
+
textFirstPage2: string;
|
3495
|
+
textSecondPage2: string;
|
3496
|
+
textPage6: string;
|
3497
|
+
linkAddHistory: string;
|
3498
|
+
nicheLinkCategory: string;
|
3499
|
+
styleName: string;
|
3500
|
+
backgroundForPage3: string;
|
3501
|
+
backgroundForPage4: string;
|
3502
|
+
backgroundForPage5: string;
|
3503
|
+
backgroundForPage6: string;
|
3504
|
+
effectAudioThumbnail: string;
|
3505
|
+
effectAudioPage345: string;
|
3506
|
+
bgRemoveBackground345: string;
|
3507
|
+
fontText1: string;
|
3508
|
+
fontText2: string;
|
3509
|
+
linkCanvaScript: string;
|
3510
|
+
linkCanvaVideo: string;
|
3511
|
+
linkCanvaImageThumb: string;
|
3512
|
+
linkCanvaImage1: string;
|
3513
|
+
linkCanvaImage2: string;
|
3514
|
+
linkCanvaImage3: string;
|
3515
|
+
linkCanvaImage4: string;
|
3516
|
+
linkCanvaImage5: string;
|
3517
|
+
statusImage: EStatusTaskImage;
|
3518
|
+
statusVoice: EStatusTaskVoice;
|
3519
|
+
statusCanva: EStatusTaskCanva;
|
3442
3520
|
}
|
3443
3521
|
|
3444
|
-
interface
|
3445
|
-
|
3446
|
-
|
3447
|
-
|
3448
|
-
|
3449
|
-
|
3450
|
-
|
3451
|
-
|
3452
|
-
|
3453
|
-
|
3454
|
-
|
3455
|
-
|
3456
|
-
|
3457
|
-
|
3458
|
-
|
3459
|
-
|
3460
|
-
|
3461
|
-
|
3462
|
-
|
3463
|
-
|
3464
|
-
|
3522
|
+
interface ITaskAIImageVoiceCanvaInstagram extends IBaseModel, ITrackingModel<IUser> {
|
3523
|
+
sheetID: string;
|
3524
|
+
sheetUrl: string;
|
3525
|
+
sheetName: string;
|
3526
|
+
rowID: string;
|
3527
|
+
row: number;
|
3528
|
+
typeSocial: ETypeSocial;
|
3529
|
+
accountSocial: string | IAccountSocialBase;
|
3530
|
+
typeRatioImage: ETypeRatioImage;
|
3531
|
+
channelImage: string | IAccountAIImageChannel;
|
3532
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
3533
|
+
accountEmailImage: string | IAccountEmail;
|
3534
|
+
promptThumbInput: string;
|
3535
|
+
thumbOutputUrl: string;
|
3536
|
+
promptPage1Input: string;
|
3537
|
+
page1OutputUrl: string;
|
3538
|
+
promptPage2Input: string;
|
3539
|
+
page2OutputUrl: string;
|
3540
|
+
promptNichePage3Input: string;
|
3541
|
+
nichePage3OutputUrl: string;
|
3542
|
+
promptNichePage4Input: string;
|
3543
|
+
nichePage4OutputUrl: string;
|
3544
|
+
promptNichePage5Input: string;
|
3545
|
+
nichePage5OutputUrl: string;
|
3546
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
3547
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
3548
|
+
accountEmailVoice: string | IAccountEmail;
|
3549
|
+
promptVoicePage1Input: string;
|
3550
|
+
voicePage1OutputUrl: string;
|
3551
|
+
promptVoicePage3456Input: string;
|
3552
|
+
voicePage3456OutputUrl: string;
|
3553
|
+
billetCharacterVoiceSpeaker1: string;
|
3554
|
+
billetCharacterVoiceSpeaker2: string;
|
3555
|
+
typePost: string;
|
3556
|
+
titlePool: string;
|
3557
|
+
pool1: string;
|
3558
|
+
pool2: string;
|
3559
|
+
pool3: string;
|
3560
|
+
textFirstPage2: string;
|
3561
|
+
textSecondPage2: string;
|
3562
|
+
textPage6: string;
|
3563
|
+
linkAddHistory: string;
|
3564
|
+
nicheLinkCategory: string;
|
3565
|
+
styleName: string;
|
3566
|
+
backgroundForPage3: string;
|
3567
|
+
backgroundForPage4: string;
|
3568
|
+
backgroundForPage5: string;
|
3569
|
+
backgroundForPage6: string;
|
3570
|
+
effectAudioThumbnail: string;
|
3571
|
+
effectAudioPage345: string;
|
3572
|
+
bgRemoveBackground345: string;
|
3573
|
+
fontText1: string;
|
3574
|
+
fontText2: string;
|
3575
|
+
linkCanvaScript: string;
|
3576
|
+
linkCanvaVideo: string;
|
3577
|
+
linkCanvaImageThumb: string;
|
3578
|
+
linkCanvaImage1: string;
|
3579
|
+
linkCanvaImage2: string;
|
3580
|
+
linkCanvaImage3: string;
|
3581
|
+
linkCanvaImage4: string;
|
3582
|
+
linkCanvaImage5: string;
|
3583
|
+
statusImage: EStatusTaskImage;
|
3584
|
+
statusVoice: EStatusTaskVoice;
|
3585
|
+
statusCanva: EStatusTaskCanva;
|
3465
3586
|
}
|
3466
3587
|
|
3467
|
-
|
3468
|
-
|
3469
|
-
|
3470
|
-
|
3471
|
-
|
3472
|
-
|
3473
|
-
|
3474
|
-
|
3475
|
-
|
3476
|
-
isDeleteMessageUsername: boolean;
|
3477
|
-
isReplyAllMessageFromStories: boolean;
|
3478
|
-
isSkipUserNameNoneEnglish: boolean;
|
3479
|
-
isSkipReplyMessageIsImages: boolean;
|
3480
|
-
isSkipReplyIfHaveReplied: boolean;
|
3481
|
-
isSkipReplyIsLink: boolean;
|
3482
|
-
isSkipReplyIfOnlyIcons: boolean;
|
3588
|
+
type index$6_ITaskAIContent = ITaskAIContent;
|
3589
|
+
type index$6_ITaskAIImageCanvaInstagram = ITaskAIImageCanvaInstagram;
|
3590
|
+
type index$6_ITaskAIImageCanvaThreads = ITaskAIImageCanvaThreads;
|
3591
|
+
type index$6_ITaskAIImageVoiceCanvaInstagram = ITaskAIImageVoiceCanvaInstagram;
|
3592
|
+
type index$6_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
|
3593
|
+
type index$6_ITaskAIItemAction = ITaskAIItemAction;
|
3594
|
+
type index$6_ITaskAIItemGroup = ITaskAIItemGroup;
|
3595
|
+
declare namespace index$6 {
|
3596
|
+
export type { index$6_ITaskAIContent as ITaskAIContent, index$6_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, index$6_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, index$6_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, index$6_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, index$6_ITaskAIItemAction as ITaskAIItemAction, index$6_ITaskAIItemGroup as ITaskAIItemGroup };
|
3483
3597
|
}
|
3484
3598
|
|
3485
|
-
interface
|
3486
|
-
|
3487
|
-
|
3488
|
-
listRunTimes: Array<Array<string>>;
|
3489
|
-
timeExecuteForOperationFrom: number;
|
3490
|
-
timeExecuteForOperationTo: number;
|
3491
|
-
limitViewPerDayFrom: number;
|
3492
|
-
limitViewPerDayTo: number;
|
3493
|
-
increaseViewPerDayFrom: number;
|
3494
|
-
increaseViewPerDayTo: number;
|
3495
|
-
maxViewsPerDay: number;
|
3496
|
-
limitViewPerHourFrom: number;
|
3497
|
-
limitViewPerHourTo: number;
|
3498
|
-
increaseViewPerHourFrom: number;
|
3499
|
-
increaseViewPerHourTo: number;
|
3500
|
-
maxViewsPerHour: number;
|
3501
|
-
limitNumberPersonSendMessageFrom: number;
|
3502
|
-
limitNumberPersonSendMessageTo: number;
|
3503
|
-
timeDelaySendMessageFrom: number;
|
3504
|
-
timeDelaySendMessageTo: number;
|
3505
|
-
limitNumberLikeStoriesFrom: number;
|
3506
|
-
limitNumberLikeStoriesTo: number;
|
3507
|
-
timeDelayLikeStoryFrom: number;
|
3508
|
-
timeDelayLikeStoryTo: number;
|
3509
|
-
isTimeUs: boolean;
|
3510
|
-
isLikeStories: boolean;
|
3511
|
-
isSendMessageOnSheet: boolean;
|
3599
|
+
interface IVoiceLanguage extends IBaseModel, ITrackingModel<IUser> {
|
3600
|
+
vl_name: string;
|
3601
|
+
vl_key: ETypeVoiceLanguage;
|
3512
3602
|
}
|
3513
3603
|
|
3514
|
-
interface
|
3515
|
-
|
3516
|
-
|
3517
|
-
|
3518
|
-
|
3519
|
-
timeExecuteForOperationTo: number;
|
3520
|
-
limitUnFollowPerDayFrom: number;
|
3521
|
-
limitUnFollowPerDayTo: number;
|
3522
|
-
increaseUnFollowPerDayFrom: number;
|
3523
|
-
increaseUnFollowPerDayTo: number;
|
3524
|
-
maxUnFollowPerDay: number;
|
3525
|
-
limitUnFollowPerHourFrom: number;
|
3526
|
-
limitUnFollowPerHourTo: number;
|
3527
|
-
increaseUnFollowPerHourFrom: number;
|
3528
|
-
increaseUnFollowPerHourTo: number;
|
3529
|
-
maxUnFollowPerHour: number;
|
3530
|
-
timeDelayInteractPerOperatorFrom: number;
|
3531
|
-
timeDelayInteractPerOperatorTo: number;
|
3532
|
-
isTimeUs: boolean;
|
3533
|
-
isInteractBeforeUnFollow: boolean;
|
3604
|
+
interface IVoiceStores extends IBaseModel, ITrackingModel<IUser> {
|
3605
|
+
vs_name: string;
|
3606
|
+
vs_avatar: string;
|
3607
|
+
vs_audio: string;
|
3608
|
+
vs_language: IVoiceLanguage | string;
|
3534
3609
|
}
|
3535
3610
|
|
3536
|
-
interface
|
3537
|
-
|
3538
|
-
|
3539
|
-
|
3540
|
-
listTimes: Array<string>;
|
3611
|
+
interface IVoiceGenerated extends IBaseModel, ITrackingModel<IUser> {
|
3612
|
+
vg_content: Array<{
|
3613
|
+
prompt: string;
|
3614
|
+
voiceStore: IVoiceStores | string;
|
3541
3615
|
}>;
|
3542
|
-
|
3543
|
-
|
3544
|
-
|
3545
|
-
|
3546
|
-
|
3547
|
-
|
3616
|
+
vg_setting: {
|
3617
|
+
speed: number;
|
3618
|
+
stability: number;
|
3619
|
+
similarity: number;
|
3620
|
+
speakerBoost: boolean;
|
3621
|
+
};
|
3622
|
+
vg_audio: string;
|
3548
3623
|
}
|
3549
3624
|
|
3550
|
-
interface
|
3551
|
-
|
3552
|
-
|
3553
|
-
sheetName: string;
|
3554
|
-
sheetPageName: string;
|
3555
|
-
rowId: string;
|
3556
|
-
historyName: string;
|
3557
|
-
status: EStatusTaskScript;
|
3558
|
-
statusDetail: string;
|
3625
|
+
interface IVoiceSettingDelay extends IBaseModel, ITrackingModel<IUser> {
|
3626
|
+
vsd_symbol: string;
|
3627
|
+
vsd_timeDelay: number;
|
3559
3628
|
}
|
3560
3629
|
|
3561
|
-
interface
|
3562
|
-
|
3563
|
-
|
3564
|
-
sheetName: string;
|
3565
|
-
sheetPageName: string;
|
3566
|
-
rowId: string;
|
3567
|
-
otherAccount: string;
|
3568
|
-
photosUrl: string[];
|
3569
|
-
videosUrl: string[];
|
3570
|
-
collaborator: string;
|
3571
|
-
content: string;
|
3572
|
-
music: string;
|
3573
|
-
tagUser: string;
|
3574
|
-
location: string;
|
3630
|
+
interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
|
3631
|
+
typeSocial: ETypeSocial;
|
3632
|
+
type: ESheetToolInstagram;
|
3575
3633
|
url: string;
|
3576
|
-
|
3577
|
-
|
3634
|
+
name: string;
|
3635
|
+
desc: string;
|
3578
3636
|
}
|
3579
3637
|
|
3580
|
-
|
3581
|
-
|
3582
|
-
|
3583
|
-
|
3584
|
-
|
3585
|
-
|
3586
|
-
|
3587
|
-
|
3588
|
-
|
3589
|
-
|
3590
|
-
|
3591
|
-
|
3592
|
-
|
3593
|
-
|
3594
|
-
|
3595
|
-
|
3596
|
-
|
3638
|
+
type index$5_IAccountAIContent = IAccountAIContent;
|
3639
|
+
type index$5_IAccountAIContentChannel = IAccountAIContentChannel;
|
3640
|
+
type index$5_IAccountAIContentGroup = IAccountAIContentGroup;
|
3641
|
+
type index$5_IAccountAIContentInfo = IAccountAIContentInfo;
|
3642
|
+
type index$5_IAccountAIContentTag = IAccountAIContentTag;
|
3643
|
+
type index$5_IAccountAIImage = IAccountAIImage;
|
3644
|
+
type index$5_IAccountAIImageChannel = IAccountAIImageChannel;
|
3645
|
+
type index$5_IAccountAIImageGroup = IAccountAIImageGroup;
|
3646
|
+
type index$5_IAccountAIImageInfo = IAccountAIImageInfo;
|
3647
|
+
type index$5_IAccountAIImageTag = IAccountAIImageTag;
|
3648
|
+
type index$5_IAccountAIVoice = IAccountAIVoice;
|
3649
|
+
type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
|
3650
|
+
type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
3651
|
+
type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
3652
|
+
type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
3653
|
+
type index$5_IAccountCHPlayICloud = IAccountCHPlayICloud;
|
3654
|
+
type index$5_IAccountCanva = IAccountCanva;
|
3655
|
+
type index$5_IAccountDrive = IAccountDrive;
|
3656
|
+
type index$5_IAccountEmail = IAccountEmail;
|
3657
|
+
type index$5_IAccountEmailProxy = IAccountEmailProxy;
|
3658
|
+
type index$5_IAccountEmailTag = IAccountEmailTag;
|
3659
|
+
type index$5_IAccountEmailTaskWork = IAccountEmailTaskWork;
|
3660
|
+
type index$5_IAccountVPN = IAccountVPN;
|
3661
|
+
type index$5_IAccountVPS = IAccountVPS;
|
3662
|
+
type index$5_IAccountVPSGroup = IAccountVPSGroup;
|
3663
|
+
type index$5_IDevice = IDevice;
|
3664
|
+
type index$5_IDeviceSettingForAccount = IDeviceSettingForAccount;
|
3665
|
+
type index$5_IDeviceSettingForCHPlayICloud = IDeviceSettingForCHPlayICloud;
|
3666
|
+
type index$5_IDeviceSettingForProxy = IDeviceSettingForProxy;
|
3667
|
+
type index$5_IDeviceSettingForVPN = IDeviceSettingForVPN;
|
3668
|
+
type index$5_IManagerImageAI = IManagerImageAI;
|
3669
|
+
type index$5_IManagerImageAIItemStore = IManagerImageAIItemStore;
|
3670
|
+
type index$5_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
|
3671
|
+
type index$5_IManagerSheet = IManagerSheet;
|
3672
|
+
type index$5_IManagerSheetChildren = IManagerSheetChildren;
|
3673
|
+
type index$5_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
3674
|
+
type index$5_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
|
3675
|
+
type index$5_IManagerSheetGroup = IManagerSheetGroup;
|
3676
|
+
type index$5_IPC = IPC;
|
3677
|
+
type index$5_IProxy = IProxy;
|
3678
|
+
type index$5_ISheetsTool = ISheetsTool;
|
3679
|
+
type index$5_IVoiceGenerated = IVoiceGenerated;
|
3680
|
+
type index$5_IVoiceLanguage = IVoiceLanguage;
|
3681
|
+
type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
|
3682
|
+
type index$5_IVoiceStores = IVoiceStores;
|
3683
|
+
declare namespace index$5 {
|
3684
|
+
export { type index$5_IAccountAIContent as IAccountAIContent, type index$5_IAccountAIContentChannel as IAccountAIContentChannel, type index$5_IAccountAIContentGroup as IAccountAIContentGroup, type index$5_IAccountAIContentInfo as IAccountAIContentInfo, type index$5_IAccountAIContentTag as IAccountAIContentTag, type index$5_IAccountAIImage as IAccountAIImage, type index$5_IAccountAIImageChannel as IAccountAIImageChannel, type index$5_IAccountAIImageGroup as IAccountAIImageGroup, type index$5_IAccountAIImageInfo as IAccountAIImageInfo, type index$5_IAccountAIImageTag as IAccountAIImageTag, type index$5_IAccountAIVoice as IAccountAIVoice, type index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$5_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$5_IAccountCanva as IAccountCanva, type index$5_IAccountDrive as IAccountDrive, type index$5_IAccountEmail as IAccountEmail, type index$5_IAccountEmailProxy as IAccountEmailProxy, type index$5_IAccountEmailTag as IAccountEmailTag, type index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$5_IAccountVPN as IAccountVPN, type index$5_IAccountVPS as IAccountVPS, type index$5_IAccountVPSGroup as IAccountVPSGroup, type index$5_IDevice as IDevice, type index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$5_IManagerImageAI as IManagerImageAI, type index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$5_IManagerSheet as IManagerSheet, type index$5_IManagerSheetChildren as IManagerSheetChildren, type index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$5_IManagerSheetGroup as IManagerSheetGroup, type index$5_IPC as IPC, type index$5_IProxy as IProxy, type index$5_ISheetsTool as ISheetsTool, type index$5_IVoiceGenerated as IVoiceGenerated, type index$5_IVoiceLanguage as IVoiceLanguage, type index$5_IVoiceSettingDelay as IVoiceSettingDelay, type index$5_IVoiceStores as IVoiceStores, index$6 as TaskBrowsers, index$7 as TaskPhones };
|
3597
3685
|
}
|
3598
3686
|
|
3599
|
-
interface
|
3600
|
-
|
3687
|
+
interface IHistoryTaskAIImage extends IBaseModel, ITrackingModel<IUser> {
|
3688
|
+
sheetID: string;
|
3601
3689
|
sheetUrl: string;
|
3602
3690
|
sheetName: string;
|
3603
|
-
|
3604
|
-
|
3605
|
-
|
3606
|
-
|
3607
|
-
|
3608
|
-
|
3609
|
-
|
3610
|
-
|
3611
|
-
|
3612
|
-
|
3613
|
-
|
3614
|
-
|
3615
|
-
|
3616
|
-
|
3617
|
-
|
3691
|
+
rowID: string;
|
3692
|
+
row: number;
|
3693
|
+
typeSocial: ETypeSocial;
|
3694
|
+
accountSocial: string | IAccountSocialBase;
|
3695
|
+
typeRatioImage: ETypeRatioImage;
|
3696
|
+
channelImage: string | IAccountAIImageChannel;
|
3697
|
+
accountEmailImage: string | IAccountEmail;
|
3698
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
3699
|
+
promptThumbInput: string;
|
3700
|
+
thumbOutputUrl: string;
|
3701
|
+
promptPage1Input: string;
|
3702
|
+
page1OutputUrl: string;
|
3703
|
+
promptPage2Input: string;
|
3704
|
+
page2OutputUrl: string;
|
3705
|
+
promptNichePage3Input: string;
|
3706
|
+
nichePage3OutputUrl: string;
|
3707
|
+
promptNichePage4Input: string;
|
3708
|
+
nichePage4OutputUrl: string;
|
3709
|
+
promptNichePage5Input: string;
|
3710
|
+
nichePage5OutputUrl: string;
|
3711
|
+
errorPromptImage: string;
|
3712
|
+
status: EStatusTaskImage;
|
3713
|
+
note: string;
|
3618
3714
|
}
|
3619
3715
|
|
3620
|
-
interface
|
3621
|
-
|
3716
|
+
interface IHistoryTaskAIVoice extends IBaseModel, ITrackingModel<IUser> {
|
3717
|
+
sheetID: string;
|
3622
3718
|
sheetUrl: string;
|
3623
3719
|
sheetName: string;
|
3624
|
-
|
3625
|
-
|
3626
|
-
|
3627
|
-
|
3628
|
-
|
3629
|
-
|
3630
|
-
|
3631
|
-
|
3632
|
-
|
3720
|
+
rowID: string;
|
3721
|
+
row: number;
|
3722
|
+
typeSocial: ETypeSocial;
|
3723
|
+
accountSocial: string | IAccountSocialBase;
|
3724
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
3725
|
+
accountEmailVoice: string | IAccountEmail;
|
3726
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
3727
|
+
promptVoicePage1Input: string;
|
3728
|
+
voicePage1OutputUrl: string;
|
3729
|
+
promptVoicePage3456Input: string;
|
3730
|
+
voicePage3456OutputUrl: string;
|
3731
|
+
billetCharacterVoiceSpeaker1: string;
|
3732
|
+
billetCharacterVoiceSpeaker2: string;
|
3733
|
+
errorPromptVoice: string;
|
3734
|
+
status: EStatusTaskVoice;
|
3735
|
+
note: string;
|
3633
3736
|
}
|
3634
3737
|
|
3635
|
-
|
3636
|
-
|
3637
|
-
|
3638
|
-
|
3639
|
-
|
3640
|
-
|
3641
|
-
status: EStatusTaskScript;
|
3642
|
-
statusDetail: string;
|
3738
|
+
type index$4_IHistoryTaskAIContent = IHistoryTaskAIContent;
|
3739
|
+
type index$4_IHistoryTaskAIImage = IHistoryTaskAIImage;
|
3740
|
+
type index$4_IHistoryTaskAIVoice = IHistoryTaskAIVoice;
|
3741
|
+
type index$4_IHistoryTaskCanva = IHistoryTaskCanva;
|
3742
|
+
declare namespace index$4 {
|
3743
|
+
export type { index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, index$4_IHistoryTaskAIImage as IHistoryTaskAIImage, index$4_IHistoryTaskAIVoice as IHistoryTaskAIVoice, index$4_IHistoryTaskCanva as IHistoryTaskCanva };
|
3643
3744
|
}
|
3644
3745
|
|
3645
|
-
interface
|
3646
|
-
|
3647
|
-
numberLike: number;
|
3648
|
-
minutesExecute: number;
|
3649
|
-
isLike: boolean;
|
3650
|
-
status: EStatusTaskScript;
|
3651
|
-
statusDetail: string;
|
3746
|
+
interface IAuthLogin extends Pick<IUser, 'user_email' | 'user_password'> {
|
3747
|
+
user_key: string;
|
3652
3748
|
}
|
3653
|
-
|
3654
|
-
|
3655
|
-
account: IInstagramAccountRaw | string;
|
3656
|
-
numberLike: number;
|
3657
|
-
minutesExecute: number;
|
3658
|
-
numberUsersSentMess: number;
|
3659
|
-
isLike: boolean;
|
3660
|
-
isSentMessage: boolean;
|
3661
|
-
statusDetail: string;
|
3662
|
-
status: EStatusTaskScript;
|
3749
|
+
interface IAuthResetPassword extends Pick<IUser, 'user_email' | 'user_password'> {
|
3750
|
+
user_confirmPassword: string;
|
3663
3751
|
}
|
3664
3752
|
|
3665
|
-
interface
|
3666
|
-
account: IInstagramAccountRaw | string;
|
3667
|
-
typeView: string;
|
3668
|
-
numberLike: number;
|
3669
|
-
minutesExecute: number;
|
3670
|
-
isLike: boolean;
|
3671
|
-
status: EStatusTaskScript;
|
3672
|
-
statusDetail: string;
|
3753
|
+
interface IOtpCreateSession extends Pick<IUser, 'user_email'> {
|
3673
3754
|
}
|
3674
|
-
|
3675
|
-
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3676
|
-
account: IInstagramAccountRaw | string;
|
3677
|
-
statusDetail: string;
|
3678
|
-
receiverName: string;
|
3679
|
-
messageReply: string;
|
3680
|
-
status: EStatusTaskScript;
|
3755
|
+
interface IOtpSend extends Pick<IUser, 'user_email'> {
|
3681
3756
|
}
|
3682
|
-
|
3683
|
-
|
3684
|
-
account: IInstagramAccountRaw | string;
|
3685
|
-
statusDetail: string;
|
3686
|
-
follower: number;
|
3687
|
-
following: number;
|
3688
|
-
timeStart: Date;
|
3689
|
-
timeEnd: Date;
|
3690
|
-
status: EStatusTaskScript;
|
3757
|
+
interface IOtpConfirm extends Pick<IUser, 'user_email'> {
|
3758
|
+
otp: string;
|
3691
3759
|
}
|
3692
3760
|
|
3693
|
-
interface
|
3694
|
-
|
3695
|
-
|
3696
|
-
|
3697
|
-
listUserHidden: string[];
|
3761
|
+
interface IToken extends BoInterfaceModelsCommon.IBaseModel {
|
3762
|
+
token_secretKey: string;
|
3763
|
+
token_code: string;
|
3764
|
+
token_user: IUser | string;
|
3698
3765
|
}
|
3699
3766
|
|
3700
|
-
type index$
|
3701
|
-
type index$
|
3702
|
-
type index$
|
3703
|
-
type index$
|
3704
|
-
type index$
|
3705
|
-
type index$
|
3706
|
-
type index$3_IInstagramReportInteractReel = IInstagramReportInteractReel;
|
3707
|
-
type index$3_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
|
3708
|
-
type index$3_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
|
3709
|
-
type index$3_IInstagramReportInteractStory = IInstagramReportInteractStory;
|
3710
|
-
type index$3_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
|
3711
|
-
type index$3_IInstagramReportPostNew = IInstagramReportPostNew;
|
3712
|
-
type index$3_IInstagramReportPostReel = IInstagramReportPostReel;
|
3713
|
-
type index$3_IInstagramReportPostSquare = IInstagramReportPostSquare;
|
3714
|
-
type index$3_IInstagramReportPostStory = IInstagramReportPostStory;
|
3715
|
-
type index$3_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
|
3716
|
-
type index$3_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
3717
|
-
type index$3_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
3718
|
-
type index$3_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
3719
|
-
type index$3_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
|
3720
|
-
type index$3_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
3721
|
-
type index$3_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
3722
|
-
type index$3_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
3723
|
-
type index$3_IInstagramSettingPost = IInstagramSettingPost;
|
3724
|
-
type index$3_INiche = INiche;
|
3725
|
-
type index$3_IThreadsHistoryAutoPost = IThreadsHistoryAutoPost;
|
3726
|
-
type index$3_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
|
3727
|
-
type index$3_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
|
3728
|
-
type index$3_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
|
3729
|
-
type index$3_IThreadsReportPost = IThreadsReportPost;
|
3730
|
-
type index$3_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
|
3731
|
-
type index$3_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
|
3732
|
-
type index$3_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
|
3733
|
-
type index$3_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
|
3734
|
-
type index$3_IThreadsSettingPost = IThreadsSettingPost;
|
3767
|
+
type index$3_IAuthLogin = IAuthLogin;
|
3768
|
+
type index$3_IAuthResetPassword = IAuthResetPassword;
|
3769
|
+
type index$3_IOtpConfirm = IOtpConfirm;
|
3770
|
+
type index$3_IOtpCreateSession = IOtpCreateSession;
|
3771
|
+
type index$3_IOtpSend = IOtpSend;
|
3772
|
+
type index$3_IToken = IToken;
|
3735
3773
|
declare namespace index$3 {
|
3736
|
-
export type { index$
|
3774
|
+
export type { index$3_IAuthLogin as IAuthLogin, index$3_IAuthResetPassword as IAuthResetPassword, index$3_IOtpConfirm as IOtpConfirm, index$3_IOtpCreateSession as IOtpCreateSession, index$3_IOtpSend as IOtpSend, index$3_IToken as IToken };
|
3737
3775
|
}
|
3738
3776
|
|
3739
3777
|
type index$2_IAccountAIContent = IAccountAIContent;
|
@@ -3784,15 +3822,8 @@ type index$2_IHistoryTaskAIContent = IHistoryTaskAIContent;
|
|
3784
3822
|
type index$2_IHistoryTaskAIImage = IHistoryTaskAIImage;
|
3785
3823
|
type index$2_IHistoryTaskAIVoice = IHistoryTaskAIVoice;
|
3786
3824
|
type index$2_IHistoryTaskCanva = IHistoryTaskCanva;
|
3787
|
-
type index$2_IIdea = IIdea;
|
3788
|
-
type index$2_IInstagramAccountRaw = IInstagramAccountRaw;
|
3789
|
-
type index$2_IInstagramAccountRun = IInstagramAccountRun;
|
3790
3825
|
type index$2_IInstagramHistoryAutoPost = IInstagramHistoryAutoPost;
|
3791
|
-
type index$2_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
|
3792
3826
|
type index$2_IInstagramHistoryBlockUser = IInstagramHistoryBlockUser;
|
3793
|
-
type index$2_IInstagramHistoryChange = IInstagramHistoryChange;
|
3794
|
-
type index$2_IInstagramHistoryCreate = IInstagramHistoryCreate;
|
3795
|
-
type index$2_IInstagramHistoryGroup = IInstagramHistoryGroup;
|
3796
3827
|
type index$2_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
|
3797
3828
|
type index$2_IInstagramReportInteractExplore = IInstagramReportInteractExplore;
|
3798
3829
|
type index$2_IInstagramReportInteractFollow = IInstagramReportInteractFollow;
|
@@ -3825,7 +3856,6 @@ type index$2_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
|
3825
3856
|
type index$2_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
|
3826
3857
|
type index$2_IManagerSheetGroup = IManagerSheetGroup;
|
3827
3858
|
type index$2_IManagerWork = IManagerWork;
|
3828
|
-
type index$2_INiche = INiche;
|
3829
3859
|
type index$2_IOtpConfirm = IOtpConfirm;
|
3830
3860
|
type index$2_IOtpCreateSession = IOtpCreateSession;
|
3831
3861
|
type index$2_IOtpSend = IOtpSend;
|
@@ -3853,13 +3883,7 @@ type index$2_ITaskJobsGroup = ITaskJobsGroup;
|
|
3853
3883
|
type index$2_ITeam = ITeam;
|
3854
3884
|
type index$2_ITeamMember = ITeamMember;
|
3855
3885
|
type index$2_ITeamRole = ITeamRole;
|
3856
|
-
type index$2_IThreadsAccountRaw = IThreadsAccountRaw;
|
3857
|
-
type index$2_IThreadsAccountRun = IThreadsAccountRun;
|
3858
3886
|
type index$2_IThreadsHistoryAutoPost = IThreadsHistoryAutoPost;
|
3859
|
-
type index$2_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
|
3860
|
-
type index$2_IThreadsHistoryChange = IThreadsHistoryChange;
|
3861
|
-
type index$2_IThreadsHistoryCreate = IThreadsHistoryCreate;
|
3862
|
-
type index$2_IThreadsHistoryGroup = IThreadsHistoryGroup;
|
3863
3887
|
type index$2_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
|
3864
3888
|
type index$2_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
|
3865
3889
|
type index$2_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
|
@@ -3880,7 +3904,7 @@ type index$2_IVoiceLanguage = IVoiceLanguage;
|
|
3880
3904
|
type index$2_IVoiceSettingDelay = IVoiceSettingDelay;
|
3881
3905
|
type index$2_IVoiceStores = IVoiceStores;
|
3882
3906
|
declare namespace index$2 {
|
3883
|
-
export { index$
|
3907
|
+
export { index$3 as Auth, index$d as Common, index$c as Forum, index$4 as History, type index$2_IAccountAIContent as IAccountAIContent, type index$2_IAccountAIContentChannel as IAccountAIContentChannel, type index$2_IAccountAIContentGroup as IAccountAIContentGroup, type index$2_IAccountAIContentInfo as IAccountAIContentInfo, type index$2_IAccountAIContentTag as IAccountAIContentTag, type index$2_IAccountAIImage as IAccountAIImage, type index$2_IAccountAIImageChannel as IAccountAIImageChannel, type index$2_IAccountAIImageGroup as IAccountAIImageGroup, type index$2_IAccountAIImageInfo as IAccountAIImageInfo, type index$2_IAccountAIImageTag as IAccountAIImageTag, type index$2_IAccountAIVoice as IAccountAIVoice, type index$2_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$2_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$2_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$2_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$2_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$2_IAccountCanva as IAccountCanva, type index$2_IAccountDrive as IAccountDrive, type index$2_IAccountEmail as IAccountEmail, type index$2_IAccountEmailProxy as IAccountEmailProxy, type index$2_IAccountEmailTag as IAccountEmailTag, type index$2_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$2_IAccountSocialBase as IAccountSocialBase, type index$2_IAccountSocialGroup as IAccountSocialGroup, type index$2_IAccountVPN as IAccountVPN, type index$2_IAccountVPS as IAccountVPS, type index$2_IAccountVPSGroup as IAccountVPSGroup, type index$2_IAuthLogin as IAuthLogin, type index$2_IAuthResetPassword as IAuthResetPassword, type index$2_IBaseModel as IBaseModel, type index$2_IBlog as IBlog, type index$2_IBlogCategory as IBlogCategory, type index$2_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$2_IBlogTeamPermission as IBlogTeamPermission, type index$2_IBlogUserPermission as IBlogUserPermission, type index$2_IDepartment as IDepartment, type index$2_IDepartmentRole as IDepartmentRole, type index$2_IDevice as IDevice, type index$2_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$2_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$2_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$2_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$2_IDomain as IDomain, type index$2_IFile as IFile, type index$2_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$2_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$2_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$2_IHistoryTaskCanva as IHistoryTaskCanva, type index$2_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$2_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$2_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$2_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$2_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$2_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$2_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$2_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$2_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$2_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$2_IInstagramReportPostNew as IInstagramReportPostNew, type index$2_IInstagramReportPostReel as IInstagramReportPostReel, type index$2_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$2_IInstagramReportPostStory as IInstagramReportPostStory, type index$2_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$2_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$2_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$2_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$2_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$2_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$2_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$2_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$2_IInstagramSettingPost as IInstagramSettingPost, type index$2_ILark as ILark, type index$2_ILarkTeam as ILarkTeam, type index$2_IManagerImageAI as IManagerImageAI, type index$2_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$2_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$2_IManagerSheet as IManagerSheet, type index$2_IManagerSheetChildren as IManagerSheetChildren, type index$2_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$2_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$2_IManagerSheetGroup as IManagerSheetGroup, type index$2_IManagerWork as IManagerWork, type index$2_IOtpConfirm as IOtpConfirm, type index$2_IOtpCreateSession as IOtpCreateSession, type index$2_IOtpSend as IOtpSend, type index$2_IPC as IPC, type index$2_IProxy as IProxy, type index$2_IRole as IRole, type index$2_IRoleFeature as IRoleFeature, type index$2_ISheetImport as ISheetImport, type index$2_ISheetWork as ISheetWork, type index$2_ISheetWorkManager as ISheetWorkManager, type index$2_ISheetWorksCategory as ISheetWorksCategory, type index$2_ISheetsTool as ISheetsTool, type index$2_ITag as ITag, type index$2_ITaskJob as ITaskJob, type index$2_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$2_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$2_ITaskJobCheckList as ITaskJobCheckList, type index$2_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$2_ITaskJobDiscuss as ITaskJobDiscuss, type index$2_ITaskJobLabel as ITaskJobLabel, type index$2_ITaskJobPermission as ITaskJobPermission, type index$2_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$2_ITaskJobUserPermission as ITaskJobUserPermission, type index$2_ITaskJobsGroup as ITaskJobsGroup, type index$2_ITeam as ITeam, type index$2_ITeamMember as ITeamMember, type index$2_ITeamRole as ITeamRole, type index$2_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$2_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$2_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$2_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$2_IThreadsReportPost as IThreadsReportPost, type index$2_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$2_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$2_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$2_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$2_IThreadsSettingPost as IThreadsSettingPost, type index$2_IToken as IToken, type index$2_ITrackingModel as ITrackingModel, type index$2_ITrackingTimeScript as ITrackingTimeScript, type index$2_ITrackingUserAction as ITrackingUserAction, type index$2_IUser as IUser, type index$2_IUserRole as IUserRole, type index$2_IVoiceGenerated as IVoiceGenerated, type index$2_IVoiceLanguage as IVoiceLanguage, type index$2_IVoiceSettingDelay as IVoiceSettingDelay, type index$2_IVoiceStores as IVoiceStores, index$e as Permission, index$a as Socials, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$b as Workspace };
|
3884
3908
|
}
|
3885
3909
|
|
3886
3910
|
interface IDataUser {
|
@@ -7194,31 +7218,6 @@ interface FindPCDto extends IFindBaseDto, IPC {
|
|
7194
7218
|
interface FilterPCDto extends IFilterBaseDto, Omit<IPC, TOmitFilterDto> {
|
7195
7219
|
}
|
7196
7220
|
|
7197
|
-
interface FindManagerWorkDto extends IFindBaseDto, IManagerWork {
|
7198
|
-
}
|
7199
|
-
interface FilterManagerWorkDto extends IFilterBaseDto, Omit<IManagerWork, TOmitFilterDto> {
|
7200
|
-
tags: string[];
|
7201
|
-
domains: string[];
|
7202
|
-
like: string[];
|
7203
|
-
love: string[];
|
7204
|
-
pin: string[];
|
7205
|
-
sheetWorks: string[];
|
7206
|
-
}
|
7207
|
-
|
7208
|
-
interface FindSheetWorkDto extends IFindBaseDto, ISheetWork {
|
7209
|
-
}
|
7210
|
-
interface FilterSheetWorkDto extends IFilterBaseDto, Omit<ISheetWork, TOmitFilterDto> {
|
7211
|
-
idea: string[];
|
7212
|
-
niche: string[];
|
7213
|
-
subNiche: string[];
|
7214
|
-
type: ETypeSheetWorkClassify;
|
7215
|
-
}
|
7216
|
-
|
7217
|
-
interface FindSheetWorkManagerDto extends IFindBaseDto, ISheetWorkManager {
|
7218
|
-
}
|
7219
|
-
interface FilterSheetWorkManagerDto extends IFilterBaseDto, Omit<ISheetWorkManager, TOmitFilterDto> {
|
7220
|
-
}
|
7221
|
-
|
7222
7221
|
interface CreateBlogDto extends Partial<IBlog> {
|
7223
7222
|
blog_name: string;
|
7224
7223
|
blog_desc?: string;
|
@@ -7258,37 +7257,25 @@ interface FindBlogCategoryDto extends IFindBaseDto, IBlogCategory {
|
|
7258
7257
|
interface FilterBlogCategoryDto extends IFilterBaseDto, Omit<IBlogCategory, TOmitFilterDto> {
|
7259
7258
|
}
|
7260
7259
|
|
7261
|
-
interface
|
7262
|
-
|
7263
|
-
|
7264
|
-
|
7265
|
-
|
7266
|
-
teamAssigned: string;
|
7267
|
-
typeError: ELarkMessageAccounts | ELarkMessageInstagram | ELarkMessageThreads | ELarkMessageSheetManager;
|
7268
|
-
typeObject: ELarkObject;
|
7260
|
+
interface FindOverViewDepartmentDto {
|
7261
|
+
totalDepartments: number;
|
7262
|
+
totalTeams: number;
|
7263
|
+
totalUsers: number;
|
7264
|
+
totalUsersActive: number;
|
7269
7265
|
}
|
7270
|
-
interface
|
7271
|
-
|
7272
|
-
|
7273
|
-
|
7274
|
-
teamAssigned: string;
|
7275
|
-
typeObject: ELarkObject;
|
7276
|
-
typeError: ELarkMessageAccounts | ELarkMessageInstagram | ELarkMessageThreads | ELarkMessageSheetManager;
|
7266
|
+
interface CreateDepartmentDto extends Partial<IDepartment> {
|
7267
|
+
department_name: string;
|
7268
|
+
department_members?: string[];
|
7269
|
+
department_roles?: string[];
|
7277
7270
|
}
|
7278
|
-
interface
|
7279
|
-
|
7280
|
-
|
7271
|
+
interface UpdateDepartmentDto extends Partial<IDepartment> {
|
7272
|
+
department_name?: string;
|
7273
|
+
department_members?: string[];
|
7274
|
+
department_roles?: string[];
|
7281
7275
|
}
|
7282
|
-
interface
|
7283
|
-
totalDepartments: number;
|
7284
|
-
totalTeams: number;
|
7285
|
-
status: {
|
7286
|
-
active: number;
|
7287
|
-
inactive: number;
|
7288
|
-
error: number;
|
7289
|
-
};
|
7276
|
+
interface FindDepartmentDto extends IFindBaseDto, IDepartment {
|
7290
7277
|
}
|
7291
|
-
interface
|
7278
|
+
interface FilterDepartmentDto extends IFilterBaseDto, Omit<IDepartment, TOmitFilterDto> {
|
7292
7279
|
}
|
7293
7280
|
|
7294
7281
|
interface FindOverviewTeamDto {
|
@@ -7320,25 +7307,19 @@ interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam
|
|
7320
7307
|
interface FilterTeamDto extends IFilterBaseDto, Omit<ITeam, TOmitFilterDto> {
|
7321
7308
|
}
|
7322
7309
|
|
7323
|
-
interface
|
7324
|
-
|
7325
|
-
|
7326
|
-
|
7327
|
-
totalUsersActive: number;
|
7328
|
-
}
|
7329
|
-
interface CreateDepartmentDto extends Partial<IDepartment> {
|
7330
|
-
department_name: string;
|
7331
|
-
department_members?: string[];
|
7332
|
-
department_roles?: string[];
|
7310
|
+
interface CreateRoleDto extends IRole {
|
7311
|
+
role_name: string;
|
7312
|
+
role_desc: string;
|
7313
|
+
role_featuresRoles: IRoleFeature[];
|
7333
7314
|
}
|
7334
|
-
interface
|
7335
|
-
|
7336
|
-
|
7337
|
-
|
7315
|
+
interface UpdateRoleDto extends IRole {
|
7316
|
+
role_name: string;
|
7317
|
+
role_desc: string;
|
7318
|
+
role_featuresRoles: IRoleFeature[];
|
7338
7319
|
}
|
7339
|
-
interface
|
7320
|
+
interface FindRoleDto extends IFindBaseDto, IRole {
|
7340
7321
|
}
|
7341
|
-
interface
|
7322
|
+
interface FilterRoleDto extends IFilterBaseDto, Omit<IRole, TOmitFilterDto> {
|
7342
7323
|
}
|
7343
7324
|
|
7344
7325
|
interface CreateUserDto extends Partial<IUser> {
|
@@ -7380,19 +7361,62 @@ interface OverviewUserDto {
|
|
7380
7361
|
totalLeaders: number;
|
7381
7362
|
}
|
7382
7363
|
|
7383
|
-
interface
|
7384
|
-
|
7385
|
-
|
7386
|
-
|
7364
|
+
interface CreateLarkDto extends Partial<ILark> {
|
7365
|
+
name: string;
|
7366
|
+
desc: string;
|
7367
|
+
botHook: string;
|
7368
|
+
departmentAssigned: string;
|
7369
|
+
teamAssigned: string;
|
7370
|
+
typeObject: ELarkObject;
|
7371
|
+
typeError: ELarkNotiBase | ELarkNotiRunAppDevice | ELarkNotiAccountTool | ELarkNotiDuplicateAll | ELarkNotiManagerSheet | ELarkNotiToolDevice | ELarkNotiCreateNew | ELarkNotiSocialImport | ELarkNotiInstagramDetail;
|
7387
7372
|
}
|
7388
|
-
interface
|
7389
|
-
|
7390
|
-
|
7391
|
-
|
7373
|
+
interface UpdateLarkDto extends Partial<ILark> {
|
7374
|
+
desc: string;
|
7375
|
+
botHook: string;
|
7376
|
+
departmentAssigned: string;
|
7377
|
+
teamAssigned: string;
|
7378
|
+
typeObject: ELarkObject;
|
7379
|
+
typeError: ELarkNotiBase | ELarkNotiRunAppDevice | ELarkNotiAccountTool | ELarkNotiDuplicateAll | ELarkNotiManagerSheet | ELarkNotiToolDevice | ELarkNotiCreateNew | ELarkNotiSocialImport | ELarkNotiInstagramDetail;
|
7392
7380
|
}
|
7393
|
-
interface
|
7381
|
+
interface FindLarkDto extends IFindBaseDto, ILark {
|
7382
|
+
teamNamesAssignments: string[];
|
7383
|
+
userNamesAssignments: string[];
|
7394
7384
|
}
|
7395
|
-
interface
|
7385
|
+
interface FindOverViewLarkDto {
|
7386
|
+
totalDepartments: number;
|
7387
|
+
totalTeams: number;
|
7388
|
+
status: {
|
7389
|
+
active: number;
|
7390
|
+
inactive: number;
|
7391
|
+
error: number;
|
7392
|
+
};
|
7393
|
+
}
|
7394
|
+
interface FilterLarkDto extends IFilterBaseDto, Omit<ILark, TOmitFilterDto> {
|
7395
|
+
}
|
7396
|
+
|
7397
|
+
interface FindManagerWorkDto extends IFindBaseDto, IManagerWork {
|
7398
|
+
}
|
7399
|
+
interface FilterManagerWorkDto extends IFilterBaseDto, Omit<IManagerWork, TOmitFilterDto> {
|
7400
|
+
tags: string[];
|
7401
|
+
domains: string[];
|
7402
|
+
like: string[];
|
7403
|
+
love: string[];
|
7404
|
+
pin: string[];
|
7405
|
+
sheetWorks: string[];
|
7406
|
+
}
|
7407
|
+
|
7408
|
+
interface FindSheetWorkDto extends IFindBaseDto, ISheetWork {
|
7409
|
+
}
|
7410
|
+
interface FilterSheetWorkDto extends IFilterBaseDto, Omit<ISheetWork, TOmitFilterDto> {
|
7411
|
+
idea: string[];
|
7412
|
+
niche: string[];
|
7413
|
+
subNiche: string[];
|
7414
|
+
type: ETypeSheetWorkClassify;
|
7415
|
+
}
|
7416
|
+
|
7417
|
+
interface FindSheetWorkManagerDto extends IFindBaseDto, ISheetWorkManager {
|
7418
|
+
}
|
7419
|
+
interface FilterSheetWorkManagerDto extends IFilterBaseDto, Omit<ISheetWorkManager, TOmitFilterDto> {
|
7396
7420
|
}
|
7397
7421
|
|
7398
7422
|
type index_AddToDeviceAccountCHPlayICloudDto = AddToDeviceAccountCHPlayICloudDto;
|
@@ -7727,4 +7751,4 @@ declare namespace index {
|
|
7727
7751
|
export type { index_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index_AddToDeviceProxyDto as AddToDeviceProxyDto, index_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index_CreateBlogDto as CreateBlogDto, index_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index_CreateDepartmentDto as CreateDepartmentDto, index_CreateDeviceDto as CreateDeviceDto, index_CreateLarkDto as CreateLarkDto, index_CreatePCDto as CreatePCDto, index_CreateRoleDto as CreateRoleDto, index_CreateSheetsToolDto as CreateSheetsToolDto, index_CreateTaskAIContentDto as CreateTaskAIContentDto, index_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index_CreateTeamDto as CreateTeamDto, index_CreateUserDto as CreateUserDto, index_ExportDto as ExportDto, index_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountEmailDto as FilterAccountEmailDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterDeviceDto as FilterDeviceDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index_FilterInstagramHistoryAutoPostDto as FilterInstagramHistoryAutoPostDto, index_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index_FilterInstagramHistoryBlockUserDto as FilterInstagramHistoryBlockUserDto, index_FilterInstagramHistoryChangeDto as FilterInstagramHistoryChangeDto, index_FilterInstagramHistoryCreateDto as FilterInstagramHistoryCreateDto, index_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index_FilterInstagramSettingInteractBlockUser as FilterInstagramSettingInteractBlockUser, index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerImageAIDto as FilterManagerImageAIDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPCDto as FilterPCDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetWorkManagerDto as FilterSheetWorkManagerDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index_FilterTaskToolMonitorDto as FilterTaskToolMonitorDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index_FilterThreadsHistoryAutoPostDto as FilterThreadsHistoryAutoPostDto, index_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index_FilterThreadsHistoryCreateDto as FilterThreadsHistoryCreateDto, index_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountEmailDto as FindAccountEmailDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index_FindDeviceDto as FindDeviceDto, index_FindForReviewDto as FindForReviewDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index_FindInstagramHistoryAutoPostDto as FindInstagramHistoryAutoPostDto, index_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index_FindInstagramHistoryBlockUserDto as FindInstagramHistoryBlockUserDto, index_FindInstagramHistoryChangeDto as FindInstagramHistoryChangeDto, index_FindInstagramHistoryCreateDto as FindInstagramHistoryCreateDto, index_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index_FindInstagramReportInteractBlockUserDto as FindInstagramReportInteractBlockUserDto, index_FindInstagramReportInteractExploreDto as FindInstagramReportInteractExploreDto, index_FindInstagramReportInteractFollowDto as FindInstagramReportInteractFollowDto, index_FindInstagramReportInteractReelDto as FindInstagramReportInteractReelDto, index_FindInstagramReportInteractReplyCommentDto as FindInstagramReportInteractReplyCommentDto, index_FindInstagramReportInteractReplyMessageDto as FindInstagramReportInteractReplyMessageDto, index_FindInstagramReportInteractStoryDto as FindInstagramReportInteractStoryDto, index_FindInstagramReportPostHighLightDto as FindInstagramReportPostHighLightDto, index_FindInstagramReportPostNewDto as FindInstagramReportPostNewDto, index_FindInstagramReportPostReelDto as FindInstagramReportPostReelDto, index_FindInstagramReportPostSquareDto as FindInstagramReportPostSquareDto, index_FindInstagramReportPostStoryDto as FindInstagramReportPostStoryDto, index_FindInstagramSettingInteractBlockUser as FindInstagramSettingInteractBlockUser, index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindLarkDto as FindLarkDto, index_FindManagerImageAIDto as FindManagerImageAIDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index_FindOverViewDeviceDto as FindOverViewDeviceDto, index_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index_FindOverViewLarkDto as FindOverViewLarkDto, index_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewInstagramHistoryAutoPostDto as FindOverviewInstagramHistoryAutoPostDto, index_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index_FindOverviewInstagramHistoryBlockUserDto as FindOverviewInstagramHistoryBlockUserDto, index_FindOverviewInstagramHistoryChangeDto as FindOverviewInstagramHistoryChangeDto, index_FindOverviewInstagramHistoryCreateDto as FindOverviewInstagramHistoryCreateDto, index_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindOverviewTeamDto as FindOverviewTeamDto, index_FindPCDto as FindPCDto, index_FindProxyDto as FindProxyDto, index_FindRoleDto as FindRoleDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetWorkManagerDto as FindSheetWorkManagerDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index_FindTaskToolMonitorDto as FindTaskToolMonitorDto, index_FindTeamDto as FindTeamDto, index_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index_FindThreadsHistoryAutoPostDto as FindThreadsHistoryAutoPostDto, index_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index_FindThreadsHistoryCreateDto as FindThreadsHistoryCreateDto, index_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index_FindThreadsReportInteractFollowDto as FindThreadsReportInteractFollowDto, index_FindThreadsReportInteractReplyCommentDto as FindThreadsReportInteractReplyCommentDto, index_FindThreadsReportInteractReplyMessageDto as FindThreadsReportInteractReplyMessageDto, index_FindThreadsReportPostDto as FindThreadsReportPostDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_ImportDto as ImportDto, index_OverviewUserDto as OverviewUserDto, index_TOmitFilterDto as TOmitFilterDto, index_UpdateBlogDto as UpdateBlogDto, index_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index_UpdateDepartmentDto as UpdateDepartmentDto, index_UpdateDeviceDto as UpdateDeviceDto, index_UpdateLarkDto as UpdateLarkDto, index_UpdatePCDto as UpdatePCDto, index_UpdateRoleDto as UpdateRoleDto, index_UpdateSheetsToolDto as UpdateSheetsToolDto, index_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index_UpdateTeamDto as UpdateTeamDto, index_UpdateUserDto as UpdateUserDto };
|
7728
7752
|
}
|
7729
7753
|
|
7730
|
-
export { type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, index$b as Auth, index$l as AutoConstants, index as AutoDto, index$e as AutoEnums, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$d as AutoTypes, index$c as Common, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateDeviceDto, type CreateLarkDto, type CreatePCDto, type CreateRoleDto, type CreateSheetsToolDto, 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 CreateTeamDto, type CreateUserDto, 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 FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeDto, type FilterInstagramHistoryCreateDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractBlockUser, 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 FilterProxyDto, type FilterRoleDto, type FilterSheetWorkDto, type FilterSheetWorkManagerDto, 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 FilterTaskToolMonitorDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindBlogCategoryDto, type FindBlogDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindForReviewDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeDto, type FindInstagramHistoryCreateDto, type FindInstagramHistoryGroupDto, type FindInstagramReportInteractBlockUserDto, type FindInstagramReportInteractExploreDto, type FindInstagramReportInteractFollowDto, type FindInstagramReportInteractReelDto, type FindInstagramReportInteractReplyCommentDto, type FindInstagramReportInteractReplyMessageDto, type FindInstagramReportInteractStoryDto, type FindInstagramReportPostHighLightDto, type FindInstagramReportPostNewDto, type FindInstagramReportPostReelDto, type FindInstagramReportPostSquareDto, type FindInstagramReportPostStoryDto, type FindInstagramSettingInteractBlockUser, 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 FindOverViewDepartmentDto, type FindOverViewDeviceDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountVPNDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeDto, type FindOverviewInstagramHistoryCreateDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewTeamDto, type FindPCDto, type FindProxyDto, type FindRoleDto, type FindSheetWorkDto, type FindSheetWorkManagerDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, 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 FindTaskToolMonitorDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateDto, type FindThreadsHistoryGroupDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$4 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, 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 IAuthLogin, type IAuthResetPassword, type IBaseModel, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentRole, type IDevice, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIdea, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoSync, type IInstagramHistoryBlockUser, type IInstagramHistoryChange, type IInstagramHistoryCreate, type IInstagramHistoryGroup, type IInstagramReportInteractBlockUser, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type INiche, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImport, type ISheetWork, type ISheetWorkManager, type ISheetWorksCategory, type ISheetsTool, type ITag, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoSync, type IThreadsHistoryChange, type IThreadsHistoryCreate, type IThreadsHistoryGroup, type IThreadsReportInteractFollow, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyMessage, type IThreadsReportPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportDto, type OverviewUserDto, index$3 as Socials, type TOmitFilterDto, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdatePCDto, type UpdateRoleDto, 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 UpdateTeamDto, type UpdateUserDto, index$a as Web };
|
7754
|
+
export { type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, index$3 as Auth, index$n as AutoConstants, index as AutoDto, index$g as AutoEnums, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$f as AutoTypes, index$d as Common, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateDeviceDto, type CreateLarkDto, type CreatePCDto, type CreateRoleDto, type CreateSheetsToolDto, 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 CreateTeamDto, type CreateUserDto, 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 FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeDto, type FilterInstagramHistoryCreateDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractBlockUser, 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 FilterProxyDto, type FilterRoleDto, type FilterSheetWorkDto, type FilterSheetWorkManagerDto, 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 FilterTaskToolMonitorDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindBlogCategoryDto, type FindBlogDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindForReviewDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeDto, type FindInstagramHistoryCreateDto, type FindInstagramHistoryGroupDto, type FindInstagramReportInteractBlockUserDto, type FindInstagramReportInteractExploreDto, type FindInstagramReportInteractFollowDto, type FindInstagramReportInteractReelDto, type FindInstagramReportInteractReplyCommentDto, type FindInstagramReportInteractReplyMessageDto, type FindInstagramReportInteractStoryDto, type FindInstagramReportPostHighLightDto, type FindInstagramReportPostNewDto, type FindInstagramReportPostReelDto, type FindInstagramReportPostSquareDto, type FindInstagramReportPostStoryDto, type FindInstagramSettingInteractBlockUser, 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 FindOverViewDepartmentDto, type FindOverViewDeviceDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountVPNDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeDto, type FindOverviewInstagramHistoryCreateDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewTeamDto, type FindPCDto, type FindProxyDto, type FindRoleDto, type FindSheetWorkDto, type FindSheetWorkManagerDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, 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 FindTaskToolMonitorDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateDto, type FindThreadsHistoryGroupDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$c as Forum, index$4 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, 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 IAuthLogin, type IAuthResetPassword, type IBaseModel, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentRole, type IDevice, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IInstagramHistoryAutoPost, type IInstagramHistoryBlockUser, type IInstagramReportInteractBlockUser, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImport, type ISheetWork, type ISheetWorkManager, type ISheetWorksCategory, type ISheetsTool, type ITag, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITeam, type ITeamMember, type ITeamRole, type IThreadsHistoryAutoPost, type IThreadsReportInteractFollow, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyMessage, type IThreadsReportPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportDto, type OverviewUserDto, index$e as Permission, index$a as Socials, type TOmitFilterDto, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdatePCDto, type UpdateRoleDto, 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 UpdateTeamDto, type UpdateUserDto, index$b as Workspace };
|