automation-lib 5.1.141 → 5.1.166
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 +2074 -2079
- package/dist/index.d.ts +2074 -2079
- package/dist/index.js +129 -69
- package/dist/index.mjs +127 -68
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -40,7 +40,7 @@ declare const CONST_API_CONTROLLERS: {
|
|
40
40
|
TRACKING_SCRIPTS_EXECUTED: string;
|
41
41
|
};
|
42
42
|
INSTAGRAM: {
|
43
|
-
|
43
|
+
DASHBOARD_FOLLOWER: string;
|
44
44
|
HISTORY_POST_NEWS: string;
|
45
45
|
HISTORY_POST_SQUARE: string;
|
46
46
|
HISTORY_POST_STORIES: string;
|
@@ -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$o_CONST_API_AUTH: typeof CONST_API_AUTH;
|
217
|
+
declare const index$o_CONST_API_COMMON: typeof CONST_API_COMMON;
|
218
|
+
declare const index$o_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
|
219
|
+
declare const index$o_CONST_API_OTP: typeof CONST_API_OTP;
|
220
|
+
declare namespace index$o {
|
221
|
+
export { index$o_CONST_API_AUTH as CONST_API_AUTH, index$o_CONST_API_COMMON as CONST_API_COMMON, index$o_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$o_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$n_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
|
271
|
+
declare const index$n_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
|
272
|
+
declare const index$n_ACTIONS_THREADS: typeof ACTIONS_THREADS;
|
273
|
+
declare const index$n_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
|
274
|
+
declare const index$n_SERVICE_THREADS: typeof SERVICE_THREADS;
|
275
|
+
declare namespace index$n {
|
276
|
+
export { index$n_ACTIONS_DEVICE as ACTIONS_DEVICE, index$n_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$n_ACTIONS_THREADS as ACTIONS_THREADS, index$n_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$n_SERVICE_THREADS as SERVICE_THREADS };
|
277
277
|
}
|
278
278
|
|
279
|
-
declare namespace index$
|
280
|
-
export { index$
|
279
|
+
declare namespace index$m {
|
280
|
+
export { index$o as CONST_APIS, index$n 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$l_EGender = EGender;
|
302
|
+
declare const index$l_EGender: typeof EGender;
|
303
|
+
type index$l_EInputTypeFilter = EInputTypeFilter;
|
304
|
+
declare const index$l_EInputTypeFilter: typeof EInputTypeFilter;
|
305
|
+
type index$l_EPriority = EPriority;
|
306
|
+
declare const index$l_EPriority: typeof EPriority;
|
307
|
+
declare namespace index$l {
|
308
|
+
export { index$l_EGender as EGender, index$l_EInputTypeFilter as EInputTypeFilter, index$l_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$k_ETypeAccountInstagramSetting = ETypeAccountInstagramSetting;
|
445
|
+
declare const index$k_ETypeAccountInstagramSetting: typeof ETypeAccountInstagramSetting;
|
446
|
+
type index$k_ETypeAccountVPN = ETypeAccountVPN;
|
447
|
+
declare const index$k_ETypeAccountVPN: typeof ETypeAccountVPN;
|
448
|
+
type index$k_ETypeCanva = ETypeCanva;
|
449
|
+
declare const index$k_ETypeCanva: typeof ETypeCanva;
|
450
|
+
type index$k_ETypeColumnManagerWork = ETypeColumnManagerWork;
|
451
|
+
declare const index$k_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
|
452
|
+
type index$k_ETypeDeviceOS = ETypeDeviceOS;
|
453
|
+
declare const index$k_ETypeDeviceOS: typeof ETypeDeviceOS;
|
454
|
+
type index$k_ETypeExport = ETypeExport;
|
455
|
+
declare const index$k_ETypeExport: typeof ETypeExport;
|
456
|
+
type index$k_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
|
457
|
+
declare const index$k_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
|
458
|
+
type index$k_ETypeManagerWorkPin = ETypeManagerWorkPin;
|
459
|
+
declare const index$k_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
|
460
|
+
type index$k_ETypeManagerWorkType = ETypeManagerWorkType;
|
461
|
+
declare const index$k_ETypeManagerWorkType: typeof ETypeManagerWorkType;
|
462
|
+
type index$k_ETypePin = ETypePin;
|
463
|
+
declare const index$k_ETypePin: typeof ETypePin;
|
464
|
+
type index$k_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
|
465
|
+
declare const index$k_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
|
466
|
+
type index$k_ETypeProxy = ETypeProxy;
|
467
|
+
declare const index$k_ETypeProxy: typeof ETypeProxy;
|
468
|
+
type index$k_ETypeProxyChecked = ETypeProxyChecked;
|
469
|
+
declare const index$k_ETypeProxyChecked: typeof ETypeProxyChecked;
|
470
|
+
type index$k_ETypeProxyCountry = ETypeProxyCountry;
|
471
|
+
declare const index$k_ETypeProxyCountry: typeof ETypeProxyCountry;
|
472
|
+
type index$k_ETypeProxyNewIP = ETypeProxyNewIP;
|
473
|
+
declare const index$k_ETypeProxyNewIP: typeof ETypeProxyNewIP;
|
474
|
+
type index$k_ETypeProxyProvider = ETypeProxyProvider;
|
475
|
+
declare const index$k_ETypeProxyProvider: typeof ETypeProxyProvider;
|
476
|
+
type index$k_ETypeRatioImage = ETypeRatioImage;
|
477
|
+
declare const index$k_ETypeRatioImage: typeof ETypeRatioImage;
|
478
|
+
type index$k_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
|
479
|
+
declare const index$k_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
|
480
|
+
type index$k_ETypeSheetWorkPin = ETypeSheetWorkPin;
|
481
|
+
declare const index$k_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
|
482
|
+
type index$k_ETypeSocial = ETypeSocial;
|
483
|
+
declare const index$k_ETypeSocial: typeof ETypeSocial;
|
484
|
+
type index$k_ETypeTimeFilter = ETypeTimeFilter;
|
485
|
+
declare const index$k_ETypeTimeFilter: typeof ETypeTimeFilter;
|
486
|
+
type index$k_ETypeVoiceLanguage = ETypeVoiceLanguage;
|
487
|
+
declare const index$k_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
488
|
+
declare namespace index$k {
|
489
|
+
export { index$k_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$k_ETypeAccountVPN as ETypeAccountVPN, index$k_ETypeCanva as ETypeCanva, index$k_ETypeColumnManagerWork as ETypeColumnManagerWork, index$k_ETypeDeviceOS as ETypeDeviceOS, index$k_ETypeExport as ETypeExport, index$k_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$k_ETypeManagerWorkPin as ETypeManagerWorkPin, index$k_ETypeManagerWorkType as ETypeManagerWorkType, index$k_ETypePin as ETypePin, index$k_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$k_ETypeProxy as ETypeProxy, index$k_ETypeProxyChecked as ETypeProxyChecked, index$k_ETypeProxyCountry as ETypeProxyCountry, index$k_ETypeProxyNewIP as ETypeProxyNewIP, index$k_ETypeProxyProvider as ETypeProxyProvider, index$k_ETypeRatioImage as ETypeRatioImage, index$k_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$k_ETypeSheetWorkPin as ETypeSheetWorkPin, index$k_ETypeSocial as ETypeSocial, index$k_ETypeTimeFilter as ETypeTimeFilter, index$k_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$j_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
745
|
+
declare const index$j_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
|
746
|
+
type index$j_EStatusAccountCanva = EStatusAccountCanva;
|
747
|
+
declare const index$j_EStatusAccountCanva: typeof EStatusAccountCanva;
|
748
|
+
type index$j_EStatusAccountDrive = EStatusAccountDrive;
|
749
|
+
declare const index$j_EStatusAccountDrive: typeof EStatusAccountDrive;
|
750
|
+
type index$j_EStatusAccountSocial = EStatusAccountSocial;
|
751
|
+
declare const index$j_EStatusAccountSocial: typeof EStatusAccountSocial;
|
752
|
+
type index$j_EStatusAccountSocialImport = EStatusAccountSocialImport;
|
753
|
+
declare const index$j_EStatusAccountSocialImport: typeof EStatusAccountSocialImport;
|
754
|
+
type index$j_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
|
755
|
+
declare const index$j_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
|
756
|
+
type index$j_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
|
757
|
+
declare const index$j_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
|
758
|
+
type index$j_EStatusAccountSocialRun = EStatusAccountSocialRun;
|
759
|
+
declare const index$j_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
|
760
|
+
type index$j_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
|
761
|
+
declare const index$j_EStatusAccountSocialSetting: typeof EStatusAccountSocialSetting;
|
762
|
+
type index$j_EStatusAccountSocialSync = EStatusAccountSocialSync;
|
763
|
+
declare const index$j_EStatusAccountSocialSync: typeof EStatusAccountSocialSync;
|
764
|
+
type index$j_EStatusAccountVPN = EStatusAccountVPN;
|
765
|
+
declare const index$j_EStatusAccountVPN: typeof EStatusAccountVPN;
|
766
|
+
type index$j_EStatusActive = EStatusActive;
|
767
|
+
declare const index$j_EStatusActive: typeof EStatusActive;
|
768
|
+
type index$j_EStatusBlog = EStatusBlog;
|
769
|
+
declare const index$j_EStatusBlog: typeof EStatusBlog;
|
770
|
+
type index$j_EStatusChangeInfo = EStatusChangeInfo;
|
771
|
+
declare const index$j_EStatusChangeInfo: typeof EStatusChangeInfo;
|
772
|
+
type index$j_EStatusCommon = EStatusCommon;
|
773
|
+
declare const index$j_EStatusCommon: typeof EStatusCommon;
|
774
|
+
type index$j_EStatusConnectDevice = EStatusConnectDevice;
|
775
|
+
declare const index$j_EStatusConnectDevice: typeof EStatusConnectDevice;
|
776
|
+
type index$j_EStatusExecuteCommon = EStatusExecuteCommon;
|
777
|
+
declare const index$j_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
778
|
+
type index$j_EStatusLark = EStatusLark;
|
779
|
+
declare const index$j_EStatusLark: typeof EStatusLark;
|
780
|
+
type index$j_EStatusSetupDeviceSystem = EStatusSetupDeviceSystem;
|
781
|
+
declare const index$j_EStatusSetupDeviceSystem: typeof EStatusSetupDeviceSystem;
|
782
|
+
type index$j_EStatusSheetWork = EStatusSheetWork;
|
783
|
+
declare const index$j_EStatusSheetWork: typeof EStatusSheetWork;
|
784
|
+
type index$j_EStatusTaskAIContent = EStatusTaskAIContent;
|
785
|
+
declare const index$j_EStatusTaskAIContent: typeof EStatusTaskAIContent;
|
786
|
+
type index$j_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
|
787
|
+
declare const index$j_EStatusTaskAvatarCover: typeof EStatusTaskAvatarCover;
|
788
|
+
type index$j_EStatusTaskCanva = EStatusTaskCanva;
|
789
|
+
declare const index$j_EStatusTaskCanva: typeof EStatusTaskCanva;
|
790
|
+
type index$j_EStatusTaskImage = EStatusTaskImage;
|
791
|
+
declare const index$j_EStatusTaskImage: typeof EStatusTaskImage;
|
792
|
+
type index$j_EStatusTaskJob = EStatusTaskJob;
|
793
|
+
declare const index$j_EStatusTaskJob: typeof EStatusTaskJob;
|
794
|
+
type index$j_EStatusTaskJobGroup = EStatusTaskJobGroup;
|
795
|
+
declare const index$j_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
|
796
|
+
type index$j_EStatusTaskScript = EStatusTaskScript;
|
797
|
+
declare const index$j_EStatusTaskScript: typeof EStatusTaskScript;
|
798
|
+
type index$j_EStatusTaskToolSocials = EStatusTaskToolSocials;
|
799
|
+
declare const index$j_EStatusTaskToolSocials: typeof EStatusTaskToolSocials;
|
800
|
+
type index$j_EStatusTaskVoice = EStatusTaskVoice;
|
801
|
+
declare const index$j_EStatusTaskVoice: typeof EStatusTaskVoice;
|
802
|
+
type index$j_EStatusTeam = EStatusTeam;
|
803
|
+
declare const index$j_EStatusTeam: typeof EStatusTeam;
|
804
|
+
type index$j_EStatusVPS = EStatusVPS;
|
805
|
+
declare const index$j_EStatusVPS: typeof EStatusVPS;
|
806
|
+
declare namespace index$j {
|
807
|
+
export { index$j_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$j_EStatusAccountCanva as EStatusAccountCanva, index$j_EStatusAccountDrive as EStatusAccountDrive, index$j_EStatusAccountSocial as EStatusAccountSocial, index$j_EStatusAccountSocialImport as EStatusAccountSocialImport, index$j_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$j_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$j_EStatusAccountSocialRun as EStatusAccountSocialRun, index$j_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$j_EStatusAccountSocialSync as EStatusAccountSocialSync, index$j_EStatusAccountVPN as EStatusAccountVPN, index$j_EStatusActive as EStatusActive, index$j_EStatusBlog as EStatusBlog, index$j_EStatusChangeInfo as EStatusChangeInfo, index$j_EStatusCommon as EStatusCommon, index$j_EStatusConnectDevice as EStatusConnectDevice, index$j_EStatusExecuteCommon as EStatusExecuteCommon, index$j_EStatusLark as EStatusLark, index$j_EStatusSetupDeviceSystem as EStatusSetupDeviceSystem, index$j_EStatusSheetWork as EStatusSheetWork, index$j_EStatusTaskAIContent as EStatusTaskAIContent, index$j_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$j_EStatusTaskCanva as EStatusTaskCanva, index$j_EStatusTaskImage as EStatusTaskImage, index$j_EStatusTaskJob as EStatusTaskJob, index$j_EStatusTaskJobGroup as EStatusTaskJobGroup, index$j_EStatusTaskScript as EStatusTaskScript, index$j_EStatusTaskToolSocials as EStatusTaskToolSocials, index$j_EStatusTaskVoice as EStatusTaskVoice, index$j_EStatusTeam as EStatusTeam, index$j_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$i_EAIModelContent = EAIModelContent;
|
883
|
+
declare const index$i_EAIModelContent: typeof EAIModelContent;
|
884
|
+
type index$i_EAIModelImage = EAIModelImage;
|
885
|
+
declare const index$i_EAIModelImage: typeof EAIModelImage;
|
886
|
+
type index$i_EAIModelVoice = EAIModelVoice;
|
887
|
+
declare const index$i_EAIModelVoice: typeof EAIModelVoice;
|
888
|
+
type index$i_EAIVersionGPT = EAIVersionGPT;
|
889
|
+
declare const index$i_EAIVersionGPT: typeof EAIVersionGPT;
|
890
|
+
type index$i_EAIVersionImage = EAIVersionImage;
|
891
|
+
declare const index$i_EAIVersionImage: typeof EAIVersionImage;
|
892
|
+
type index$i_EAIVersionPerplexity = EAIVersionPerplexity;
|
893
|
+
declare const index$i_EAIVersionPerplexity: typeof EAIVersionPerplexity;
|
894
|
+
type index$i_EAIVersionVoice = EAIVersionVoice;
|
895
|
+
declare const index$i_EAIVersionVoice: typeof EAIVersionVoice;
|
896
|
+
type index$i_EEmailTagType = EEmailTagType;
|
897
|
+
declare const index$i_EEmailTagType: typeof EEmailTagType;
|
898
|
+
type index$i_EFolderImageAI = EFolderImageAI;
|
899
|
+
declare const index$i_EFolderImageAI: typeof EFolderImageAI;
|
900
|
+
type index$i_EStatusAccountAI = EStatusAccountAI;
|
901
|
+
declare const index$i_EStatusAccountAI: typeof EStatusAccountAI;
|
902
|
+
type index$i_EStatusChannel = EStatusChannel;
|
903
|
+
declare const index$i_EStatusChannel: typeof EStatusChannel;
|
904
|
+
type index$i_EStatusEmail = EStatusEmail;
|
905
|
+
declare const index$i_EStatusEmail: typeof EStatusEmail;
|
906
|
+
declare namespace index$i {
|
907
|
+
export { index$i_EAIModelContent as EAIModelContent, index$i_EAIModelImage as EAIModelImage, index$i_EAIModelVoice as EAIModelVoice, index$i_EAIVersionGPT as EAIVersionGPT, index$i_EAIVersionImage as EAIVersionImage, index$i_EAIVersionPerplexity as EAIVersionPerplexity, index$i_EAIVersionVoice as EAIVersionVoice, index$i_EEmailTagType as EEmailTagType, index$i_EFolderImageAI as EFolderImageAI, index$i_EStatusAccountAI as EStatusAccountAI, index$i_EStatusChannel as EStatusChannel, index$i_EStatusEmail as EStatusEmail };
|
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$h_ELarkNotiAccountTool = ELarkNotiAccountTool;
|
1012
|
+
declare const index$h_ELarkNotiAccountTool: typeof ELarkNotiAccountTool;
|
1013
|
+
type index$h_ELarkNotiBase = ELarkNotiBase;
|
1014
|
+
declare const index$h_ELarkNotiBase: typeof ELarkNotiBase;
|
1015
|
+
type index$h_ELarkNotiCreateNew = ELarkNotiCreateNew;
|
1016
|
+
declare const index$h_ELarkNotiCreateNew: typeof ELarkNotiCreateNew;
|
1017
|
+
type index$h_ELarkNotiDuplicateAll = ELarkNotiDuplicateAll;
|
1018
|
+
declare const index$h_ELarkNotiDuplicateAll: typeof ELarkNotiDuplicateAll;
|
1019
|
+
type index$h_ELarkNotiInstagramDetail = ELarkNotiInstagramDetail;
|
1020
|
+
declare const index$h_ELarkNotiInstagramDetail: typeof ELarkNotiInstagramDetail;
|
1021
|
+
type index$h_ELarkNotiManagerSheet = ELarkNotiManagerSheet;
|
1022
|
+
declare const index$h_ELarkNotiManagerSheet: typeof ELarkNotiManagerSheet;
|
1023
|
+
type index$h_ELarkNotiRunAppDevice = ELarkNotiRunAppDevice;
|
1024
|
+
declare const index$h_ELarkNotiRunAppDevice: typeof ELarkNotiRunAppDevice;
|
1025
|
+
type index$h_ELarkNotiSocialImport = ELarkNotiSocialImport;
|
1026
|
+
declare const index$h_ELarkNotiSocialImport: typeof ELarkNotiSocialImport;
|
1027
|
+
type index$h_ELarkNotiToolDevice = ELarkNotiToolDevice;
|
1028
|
+
declare const index$h_ELarkNotiToolDevice: typeof ELarkNotiToolDevice;
|
1029
|
+
type index$h_ELarkObject = ELarkObject;
|
1030
|
+
declare const index$h_ELarkObject: typeof ELarkObject;
|
1031
|
+
declare namespace index$h {
|
1032
|
+
export { index$h_ELarkNotiAccountTool as ELarkNotiAccountTool, index$h_ELarkNotiBase as ELarkNotiBase, index$h_ELarkNotiCreateNew as ELarkNotiCreateNew, index$h_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$h_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$h_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$h_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$h_ELarkNotiSocialImport as ELarkNotiSocialImport, index$h_ELarkNotiToolDevice as ELarkNotiToolDevice, index$h_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$g_ESheetToolInstagram = ESheetToolInstagram;
|
1053
|
+
declare const index$g_ESheetToolInstagram: typeof ESheetToolInstagram;
|
1054
|
+
type index$g_ESheetToolThreads = ESheetToolThreads;
|
1055
|
+
declare const index$g_ESheetToolThreads: typeof ESheetToolThreads;
|
1056
|
+
declare namespace index$g {
|
1057
|
+
export { index$g_ESheetToolInstagram as ESheetToolInstagram, index$g_ESheetToolThreads as ESheetToolThreads };
|
1003
1058
|
}
|
1004
1059
|
|
1005
|
-
declare namespace index$
|
1006
|
-
export { index$
|
1060
|
+
declare namespace index$f {
|
1061
|
+
export { index$i as AI, index$l as Common, index$h as Lark, index$g as SheetTool, index$j as Status, index$k as Types };
|
1007
1062
|
}
|
1008
1063
|
|
1009
1064
|
type TFilter = 'direct' | 'ref';
|
@@ -1014,12 +1069,93 @@ 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$
|
1072
|
+
type index$e_TCompare = TCompare;
|
1073
|
+
type index$e_TFilter = TFilter;
|
1074
|
+
type index$e_TPost = TPost;
|
1075
|
+
type index$e_TPostStyle = TPostStyle;
|
1076
|
+
declare namespace index$e {
|
1077
|
+
export type { index$e_TCompare as TCompare, index$e_TFilter as TFilter, index$e_TPost as TPost, index$e_TPostStyle as TPostStyle };
|
1078
|
+
}
|
1079
|
+
|
1080
|
+
interface IUser extends IBaseModel, ITrackingModel<IUser> {
|
1081
|
+
user_avatar: string;
|
1082
|
+
user_fullName: string;
|
1083
|
+
user_email: string;
|
1084
|
+
user_phone: string;
|
1085
|
+
user_password: string;
|
1086
|
+
user_gender: string;
|
1087
|
+
user_attachmentAccountIdLark: string;
|
1088
|
+
user_attachmentAccountNameLark: string;
|
1089
|
+
user_department: IDepartment | string;
|
1090
|
+
user_isRootAdmin: boolean;
|
1091
|
+
user_isSubAdmin: boolean;
|
1092
|
+
user_isBlocked: boolean;
|
1093
|
+
}
|
1094
|
+
|
1095
|
+
interface IDepartment extends IBaseModel, ITrackingModel<IUser> {
|
1096
|
+
department_name: string;
|
1097
|
+
department_slug: string;
|
1098
|
+
department_description: string;
|
1099
|
+
}
|
1100
|
+
|
1101
|
+
/**
|
1102
|
+
*
|
1103
|
+
* !rf_sources: "blogs" => keyof AllFeaturesRoutes
|
1104
|
+
* !rf_actions: ["Manager"] => Accepts all actions; Array<ERoleActions>
|
1105
|
+
* !rf_attributes: <typeof Entity>{} Accepts all fields will be can update, except user_name;
|
1106
|
+
*/
|
1107
|
+
interface IRoleFeature {
|
1108
|
+
source: string;
|
1109
|
+
actions: Array<string>;
|
1110
|
+
attributes: object;
|
1111
|
+
}
|
1112
|
+
interface IRole extends IBaseModel, ITrackingModel<IUser> {
|
1113
|
+
role_name: string;
|
1114
|
+
role_slug: string;
|
1115
|
+
role_desc: string;
|
1116
|
+
role_featuresRoles: Array<IRoleFeature>;
|
1117
|
+
}
|
1118
|
+
|
1119
|
+
interface IDepartmentRole extends IBaseModel, ITrackingModel<IUser> {
|
1120
|
+
department: string | IDepartment;
|
1121
|
+
role: string | IRole;
|
1122
|
+
}
|
1123
|
+
|
1124
|
+
interface IUserRole extends BoInterfaceModelsCommon.IBaseModel {
|
1125
|
+
user: string | IUser;
|
1126
|
+
role: string | IRole;
|
1127
|
+
}
|
1128
|
+
|
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$d_IDepartment = IDepartment;
|
1149
|
+
type index$d_IDepartmentRole = IDepartmentRole;
|
1150
|
+
type index$d_IRole = IRole;
|
1151
|
+
type index$d_IRoleFeature = IRoleFeature;
|
1152
|
+
type index$d_ITeam = ITeam;
|
1153
|
+
type index$d_ITeamMember = ITeamMember;
|
1154
|
+
type index$d_ITeamRole = ITeamRole;
|
1155
|
+
type index$d_IUser = IUser;
|
1156
|
+
type index$d_IUserRole = IUserRole;
|
1021
1157
|
declare namespace index$d {
|
1022
|
-
export type { index$
|
1158
|
+
export type { index$d_IDepartment as IDepartment, index$d_IDepartmentRole as IDepartmentRole, index$d_IRole as IRole, index$d_IRoleFeature as IRoleFeature, index$d_ITeam as ITeam, index$d_ITeamMember as ITeamMember, index$d_ITeamRole as ITeamRole, index$d_IUser as IUser, index$d_IUserRole as IUserRole };
|
1023
1159
|
}
|
1024
1160
|
|
1025
1161
|
interface IBaseModel {
|
@@ -1066,85 +1202,6 @@ declare namespace index$c {
|
|
1066
1202
|
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
1203
|
}
|
1068
1204
|
|
1069
|
-
interface IDepartment extends IBaseModel, ITrackingModel<IUser> {
|
1070
|
-
department_name: string;
|
1071
|
-
department_slug: string;
|
1072
|
-
department_description: string;
|
1073
|
-
}
|
1074
|
-
|
1075
|
-
interface IUser extends IBaseModel, ITrackingModel<IUser> {
|
1076
|
-
user_avatar: string;
|
1077
|
-
user_fullName: string;
|
1078
|
-
user_email: string;
|
1079
|
-
user_phone: string;
|
1080
|
-
user_password: string;
|
1081
|
-
user_gender: string;
|
1082
|
-
user_attachmentAccountIdLark: string;
|
1083
|
-
user_attachmentAccountNameLark: string;
|
1084
|
-
user_department: IDepartment | string;
|
1085
|
-
user_isRootAdmin: boolean;
|
1086
|
-
user_isSubAdmin: boolean;
|
1087
|
-
user_isBlocked: boolean;
|
1088
|
-
}
|
1089
|
-
|
1090
|
-
interface IAuthLogin extends Pick<IUser, 'user_email' | 'user_password'> {
|
1091
|
-
user_key: string;
|
1092
|
-
}
|
1093
|
-
interface IAuthResetPassword extends Pick<IUser, 'user_email' | 'user_password'> {
|
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;
|
1109
|
-
}
|
1110
|
-
|
1111
|
-
/**
|
1112
|
-
*
|
1113
|
-
* !rf_sources: "blogs" => keyof AllFeaturesRoutes
|
1114
|
-
* !rf_actions: ["Manager"] => Accepts all actions; Array<ERoleActions>
|
1115
|
-
* !rf_attributes: <typeof Entity>{} Accepts all fields will be can update, except user_name;
|
1116
|
-
*/
|
1117
|
-
interface IRoleFeature {
|
1118
|
-
source: string;
|
1119
|
-
actions: Array<string>;
|
1120
|
-
attributes: object;
|
1121
|
-
}
|
1122
|
-
interface IRole extends IBaseModel, ITrackingModel<IUser> {
|
1123
|
-
role_name: string;
|
1124
|
-
role_slug: string;
|
1125
|
-
role_desc: string;
|
1126
|
-
role_featuresRoles: Array<IRoleFeature>;
|
1127
|
-
}
|
1128
|
-
|
1129
|
-
interface IUserRole extends BoInterfaceModelsCommon.IBaseModel {
|
1130
|
-
user: string | IUser;
|
1131
|
-
role: string | IRole;
|
1132
|
-
}
|
1133
|
-
|
1134
|
-
type index$b_IAuthLogin = IAuthLogin;
|
1135
|
-
type index$b_IAuthResetPassword = IAuthResetPassword;
|
1136
|
-
type index$b_IOtpConfirm = IOtpConfirm;
|
1137
|
-
type index$b_IOtpCreateSession = IOtpCreateSession;
|
1138
|
-
type index$b_IOtpSend = IOtpSend;
|
1139
|
-
type index$b_IRole = IRole;
|
1140
|
-
type index$b_IRoleFeature = IRoleFeature;
|
1141
|
-
type index$b_IToken = IToken;
|
1142
|
-
type index$b_IUser = IUser;
|
1143
|
-
type index$b_IUserRole = IUserRole;
|
1144
|
-
declare namespace index$b {
|
1145
|
-
export type { index$b_IAuthLogin as IAuthLogin, index$b_IAuthResetPassword as IAuthResetPassword, index$b_IOtpConfirm as IOtpConfirm, index$b_IOtpCreateSession as IOtpCreateSession, index$b_IOtpSend as IOtpSend, index$b_IRole as IRole, index$b_IRoleFeature as IRoleFeature, index$b_IToken as IToken, index$b_IUser as IUser, index$b_IUserRole as IUserRole };
|
1146
|
-
}
|
1147
|
-
|
1148
1205
|
interface IHistoryTaskAIContent extends IBaseModel, ITrackingModel<IUser> {
|
1149
1206
|
sheetName: string;
|
1150
1207
|
sheetUrl: string;
|
@@ -1162,187 +1219,64 @@ interface IHistoryTaskAIContent extends IBaseModel, ITrackingModel<IUser> {
|
|
1162
1219
|
timeEnd: Date;
|
1163
1220
|
}
|
1164
1221
|
|
1165
|
-
interface
|
1166
|
-
|
1167
|
-
|
1168
|
-
sheetName: string;
|
1169
|
-
rowID: string;
|
1170
|
-
row: number;
|
1171
|
-
typeSocial: ETypeSocial;
|
1172
|
-
accountSocial: string | IAccountSocialBase;
|
1173
|
-
typePost: string;
|
1174
|
-
titlePool: string;
|
1175
|
-
pool1: string;
|
1176
|
-
pool2: string;
|
1177
|
-
pool3: string;
|
1178
|
-
textFirstPage2: string;
|
1179
|
-
textSecondPage2: string;
|
1180
|
-
textPage6: string;
|
1181
|
-
linkAddHistory: string;
|
1182
|
-
nicheLinkCategory: string;
|
1183
|
-
styleName: string;
|
1184
|
-
backgroundForPage3: string;
|
1185
|
-
backgroundForPage4: string;
|
1186
|
-
backgroundForPage5: string;
|
1187
|
-
backgroundForPage6: string;
|
1188
|
-
effectAudioThumbnail: string;
|
1189
|
-
effectAudioPage345: string;
|
1190
|
-
bgRemoveBackground345: string;
|
1191
|
-
fontText1: string;
|
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;
|
1202
|
-
note: string;
|
1222
|
+
interface IPC extends IBaseModel, ITrackingModel<IUser> {
|
1223
|
+
pc_name: string;
|
1224
|
+
pc_description: string;
|
1203
1225
|
}
|
1204
1226
|
|
1205
|
-
interface
|
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;
|
1206
1233
|
name: string;
|
1207
|
-
slug: string;
|
1208
|
-
}
|
1209
|
-
|
1210
|
-
interface IManagerSheet extends IBaseModel, ITrackingModel<IUser> {
|
1211
1234
|
key: string;
|
1212
|
-
|
1213
|
-
|
1214
|
-
|
1215
|
-
|
1216
|
-
|
1217
|
-
|
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;
|
1218
1244
|
}
|
1219
1245
|
|
1220
|
-
interface
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1224
|
-
mw_type: ETypeManagerWorkType;
|
1225
|
-
mw_classify: ETypeManagerWorkClassify;
|
1226
|
-
mw_priority: EPriority;
|
1227
|
-
mw_status: EStatusSheetWork;
|
1228
|
-
mw_parent: string | IManagerWork;
|
1229
|
-
mw_pinLove: boolean;
|
1230
|
-
mw_pinGim: boolean;
|
1231
|
-
mw_pinLike: boolean;
|
1232
|
-
mw_meaning: string;
|
1233
|
-
mw_quote1: string;
|
1234
|
-
mw_quote2: string;
|
1235
|
-
mw_quote3: string;
|
1236
|
-
mw_desc: string;
|
1237
|
-
mw_socialLinked: ETypeSocial[];
|
1238
|
-
mw_note: string;
|
1246
|
+
interface IDeviceSettingForAccount extends IBaseModel, ITrackingModel<IUser> {
|
1247
|
+
device: string | IDevice;
|
1248
|
+
typeSocial: ETypeSocial;
|
1249
|
+
accountSocial: string | IAccountSocialBase;
|
1239
1250
|
}
|
1240
1251
|
|
1241
|
-
interface
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
|
1256
|
-
|
1257
|
-
|
1258
|
-
|
1259
|
-
sw_idea: string | IManagerWork;
|
1260
|
-
sw_niche: string | IManagerWork;
|
1261
|
-
sw_subNiche: string | IManagerWork;
|
1262
|
-
sw_usersPermission: string[] | IUser[];
|
1263
|
-
sw_departmentsPermission: string[] | IDepartment[];
|
1264
|
-
sw_pinLove: boolean;
|
1265
|
-
sw_pinGim: boolean;
|
1266
|
-
sw_pinLike: boolean;
|
1267
|
-
sw_classify: ETypeSheetWorkClassify;
|
1268
|
-
}
|
1269
|
-
|
1270
|
-
interface ITag extends IBaseModel {
|
1271
|
-
tag_manager?: IManagerWork | string;
|
1272
|
-
tag_sheetWork?: ISheetWork | string;
|
1273
|
-
tag_name: string;
|
1274
|
-
tag_color: string;
|
1275
|
-
}
|
1276
|
-
|
1277
|
-
interface IDomain extends IBaseModel {
|
1278
|
-
domain_manager?: IManagerWork | string;
|
1279
|
-
domain_sheetWork?: ISheetWork | string;
|
1280
|
-
domain_name: string;
|
1281
|
-
domain_color: string;
|
1282
|
-
}
|
1283
|
-
|
1284
|
-
interface ISheetWorkManager extends IBaseModel, ITrackingModel<IUser> {
|
1285
|
-
sheetWork: ISheetWork | string;
|
1286
|
-
idea: IManagerWork | string;
|
1287
|
-
niche: IManagerWork | string;
|
1288
|
-
subNiche: IManagerWork | string;
|
1289
|
-
}
|
1290
|
-
|
1291
|
-
interface IBlogCategory extends IBaseModel, ITrackingModel<IUser> {
|
1292
|
-
bc_name: string;
|
1293
|
-
bc_desc: string;
|
1294
|
-
bc_slug: string;
|
1295
|
-
}
|
1296
|
-
|
1297
|
-
interface IBlog extends IBaseModel, ITrackingModel<IUser> {
|
1298
|
-
blog_name: string;
|
1299
|
-
blog_thumb: string;
|
1300
|
-
blog_desc: string;
|
1301
|
-
blog_slug: string;
|
1302
|
-
blog_content: string;
|
1303
|
-
blog_status: string | EStatusBlog;
|
1304
|
-
blog_priority: EPriority;
|
1305
|
-
blog_priorityPoint: number;
|
1306
|
-
blog_category: string | IBlogCategory;
|
1307
|
-
}
|
1308
|
-
|
1309
|
-
interface IBlogDepartmentPermission extends IBaseModel, ITrackingModel<IUser> {
|
1310
|
-
blog: string | IBlog;
|
1311
|
-
department: string | IDepartment;
|
1312
|
-
}
|
1313
|
-
|
1314
|
-
interface IBlogTeamPermission extends IBaseModel, ITrackingModel<IUser> {
|
1315
|
-
blog: string | IBlog;
|
1316
|
-
team: string | ITeam;
|
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;
|
1269
|
+
note: string;
|
1317
1270
|
}
|
1318
1271
|
|
1319
|
-
interface
|
1320
|
-
|
1321
|
-
|
1272
|
+
interface IDeviceSettingForCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
1273
|
+
device: string | IDevice;
|
1274
|
+
accountCHPlayICloud: IAccountCHPlayICloud | string;
|
1322
1275
|
}
|
1323
1276
|
|
1324
|
-
interface
|
1277
|
+
interface IAccountAIContentTag extends BoInterfaceModelsCommon$1.IBaseModel {
|
1325
1278
|
name: string;
|
1326
|
-
|
1327
|
-
listTypeSocials: ETypeSocial[];
|
1328
|
-
description: string;
|
1329
|
-
leader: string | IUser;
|
1330
|
-
status: EStatusTeam;
|
1331
|
-
}
|
1332
|
-
|
1333
|
-
interface ITeamRole extends IBaseModel, ITrackingModel<IUser> {
|
1334
|
-
team: string | ITeam;
|
1335
|
-
role: string | IRole;
|
1336
|
-
}
|
1337
|
-
|
1338
|
-
interface ITeamMember extends IBaseModel, ITrackingModel<IUser> {
|
1339
|
-
team: string | ITeam;
|
1340
|
-
member: string | IUser;
|
1341
|
-
}
|
1342
|
-
|
1343
|
-
interface IDepartmentRole extends IBaseModel, ITrackingModel<IUser> {
|
1344
|
-
department: string | IDepartment;
|
1345
|
-
role: string | IRole;
|
1279
|
+
color: string;
|
1346
1280
|
}
|
1347
1281
|
|
1348
1282
|
interface ILark extends IBaseModel, ITrackingModel<IUser> {
|
@@ -1351,7 +1285,7 @@ interface ILark extends IBaseModel, ITrackingModel<IUser> {
|
|
1351
1285
|
departmentAssigned: string | IDepartment;
|
1352
1286
|
teamAssigned: string | ITeam;
|
1353
1287
|
typeObject: ELarkObject;
|
1354
|
-
typeError:
|
1288
|
+
typeError: ELarkNotiBase | ELarkNotiRunAppDevice | ELarkNotiAccountTool | ELarkNotiDuplicateAll | ELarkNotiManagerSheet | ELarkNotiToolDevice | ELarkNotiCreateNew | ELarkNotiSocialImport | ELarkNotiInstagramDetail;
|
1355
1289
|
status: EStatusLark;
|
1356
1290
|
}
|
1357
1291
|
|
@@ -1406,6 +1340,24 @@ interface ITaskJobPermission extends IBaseModel, ITrackingModel<IUser> {
|
|
1406
1340
|
refInstanceID: string;
|
1407
1341
|
}
|
1408
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
|
+
|
1409
1361
|
interface ITaskJobAttachmentBlog extends IBaseModel, ITrackingModel<IUser> {
|
1410
1362
|
taskJob: string | ITaskJob;
|
1411
1363
|
blog: string | IBlog;
|
@@ -1431,42 +1383,112 @@ interface ITaskJobUserPermission extends IBaseModel, ITrackingModel<IUser> {
|
|
1431
1383
|
user: string | IUser;
|
1432
1384
|
}
|
1433
1385
|
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1437
|
-
|
1438
|
-
|
1439
|
-
|
1440
|
-
|
1441
|
-
|
1442
|
-
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1448
|
-
|
1449
|
-
|
1450
|
-
|
1451
|
-
|
1452
|
-
|
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 };
|
1386
|
+
interface IManagerWork extends IBaseModel, ITrackingModel<IUser> {
|
1387
|
+
mw_name: string;
|
1388
|
+
mw_user: string | IUser;
|
1389
|
+
mw_department: string | IDepartment;
|
1390
|
+
mw_type: ETypeManagerWorkType;
|
1391
|
+
mw_classify: ETypeManagerWorkClassify;
|
1392
|
+
mw_priority: EPriority;
|
1393
|
+
mw_status: EStatusSheetWork;
|
1394
|
+
mw_parent: string | IManagerWork;
|
1395
|
+
mw_pinLove: boolean;
|
1396
|
+
mw_pinGim: boolean;
|
1397
|
+
mw_pinLike: boolean;
|
1398
|
+
mw_meaning: string;
|
1399
|
+
mw_quote1: string;
|
1400
|
+
mw_quote2: string;
|
1401
|
+
mw_quote3: string;
|
1402
|
+
mw_desc: string;
|
1403
|
+
mw_socialLinked: ETypeSocial[];
|
1404
|
+
mw_note: string;
|
1465
1405
|
}
|
1466
1406
|
|
1467
|
-
interface
|
1468
|
-
|
1469
|
-
|
1407
|
+
interface ISheetWorksCategory extends IBaseModel, ITrackingModel<IUser> {
|
1408
|
+
swc_name: string;
|
1409
|
+
swc_slug: string;
|
1410
|
+
swc_desc: string;
|
1411
|
+
}
|
1412
|
+
|
1413
|
+
interface ISheetWork extends IBaseModel, ITrackingModel<IUser> {
|
1414
|
+
sw_name: string;
|
1415
|
+
sw_slug: string;
|
1416
|
+
sw_url: string;
|
1417
|
+
sw_desc: string;
|
1418
|
+
sw_emails: string[];
|
1419
|
+
sw_note: string;
|
1420
|
+
sw_typeSocial: ETypeSocial;
|
1421
|
+
sw_parent: ISheetWork | string;
|
1422
|
+
sw_priority: EPriority;
|
1423
|
+
sw_status: EStatusSheetWork;
|
1424
|
+
sw_category: string | ISheetWorksCategory;
|
1425
|
+
sw_idea: string | IManagerWork;
|
1426
|
+
sw_niche: string | IManagerWork;
|
1427
|
+
sw_subNiche: string | IManagerWork;
|
1428
|
+
sw_usersPermission: string[] | IUser[];
|
1429
|
+
sw_departmentsPermission: string[] | IDepartment[];
|
1430
|
+
sw_pinLove: boolean;
|
1431
|
+
sw_pinGim: boolean;
|
1432
|
+
sw_pinLike: boolean;
|
1433
|
+
sw_classify: ETypeSheetWorkClassify;
|
1434
|
+
}
|
1435
|
+
|
1436
|
+
interface ITag extends IBaseModel {
|
1437
|
+
tag_manager?: IManagerWork | string;
|
1438
|
+
tag_sheetWork?: ISheetWork | string;
|
1439
|
+
tag_name: string;
|
1440
|
+
tag_color: string;
|
1441
|
+
}
|
1442
|
+
|
1443
|
+
interface IDomain extends IBaseModel {
|
1444
|
+
domain_manager?: IManagerWork | string;
|
1445
|
+
domain_sheetWork?: ISheetWork | string;
|
1446
|
+
domain_name: string;
|
1447
|
+
domain_color: string;
|
1448
|
+
}
|
1449
|
+
|
1450
|
+
interface ISheetWorkManager extends IBaseModel, ITrackingModel<IUser> {
|
1451
|
+
sheetWork: ISheetWork | string;
|
1452
|
+
idea: IManagerWork | string;
|
1453
|
+
niche: IManagerWork | string;
|
1454
|
+
subNiche: IManagerWork | string;
|
1455
|
+
}
|
1456
|
+
|
1457
|
+
type index$b_IDomain = IDomain;
|
1458
|
+
type index$b_ILark = ILark;
|
1459
|
+
type index$b_ILarkTeam = ILarkTeam;
|
1460
|
+
type index$b_IManagerWork = IManagerWork;
|
1461
|
+
type index$b_ISheetWork = ISheetWork;
|
1462
|
+
type index$b_ISheetWorkManager = ISheetWorkManager;
|
1463
|
+
type index$b_ISheetWorksCategory = ISheetWorksCategory;
|
1464
|
+
type index$b_ITag = ITag;
|
1465
|
+
type index$b_ITaskJob = ITaskJob;
|
1466
|
+
type index$b_ITaskJobAttachmentBlog = ITaskJobAttachmentBlog;
|
1467
|
+
type index$b_ITaskJobBlogAttached = ITaskJobBlogAttached;
|
1468
|
+
type index$b_ITaskJobCheckList = ITaskJobCheckList;
|
1469
|
+
type index$b_ITaskJobDepartmentPermission = ITaskJobDepartmentPermission;
|
1470
|
+
type index$b_ITaskJobDiscuss = ITaskJobDiscuss;
|
1471
|
+
type index$b_ITaskJobLabel = ITaskJobLabel;
|
1472
|
+
type index$b_ITaskJobPermission = ITaskJobPermission;
|
1473
|
+
type index$b_ITaskJobTeamPermission = ITaskJobTeamPermission;
|
1474
|
+
type index$b_ITaskJobUserPermission = ITaskJobUserPermission;
|
1475
|
+
type index$b_ITaskJobsGroup = ITaskJobsGroup;
|
1476
|
+
declare namespace index$b {
|
1477
|
+
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 };
|
1478
|
+
}
|
1479
|
+
|
1480
|
+
interface IAccountAIContent extends IBaseModel, ITrackingModel<IUser> {
|
1481
|
+
listGroupsAI: string[] | IAccountAIContentGroup[];
|
1482
|
+
ideaManagerWork: string | IManagerWork;
|
1483
|
+
nicheManagerWork: string[] | IManagerWork[];
|
1484
|
+
subNicheManagerWork: string[] | IManagerWork[];
|
1485
|
+
tags: string[] | IAccountAIContentTag[];
|
1486
|
+
membersAssigned: string[] | IUser[];
|
1487
|
+
listAccountInfoChannels: Array<{
|
1488
|
+
accountInfo: IAccountAIContentInfo | string;
|
1489
|
+
listChannels: IAccountAIContentChannel[] | string[];
|
1490
|
+
}>;
|
1491
|
+
status: EStatusActive;
|
1470
1492
|
}
|
1471
1493
|
|
1472
1494
|
interface IAccountEmail extends IBaseModel, ITrackingModel<IUser> {
|
@@ -1506,130 +1528,13 @@ interface IAccountAIContentChannel extends IBaseModel, ITrackingModel<IUser> {
|
|
1506
1528
|
note: string;
|
1507
1529
|
}
|
1508
1530
|
|
1509
|
-
interface
|
1510
|
-
|
1511
|
-
|
1512
|
-
nicheManagerWork: string[] | IManagerWork[];
|
1513
|
-
subNicheManagerWork: string[] | IManagerWork[];
|
1514
|
-
tags: string[] | IAccountAIContentTag[];
|
1515
|
-
membersAssigned: string[] | IUser[];
|
1516
|
-
listAccountInfoChannels: Array<{
|
1517
|
-
accountInfo: IAccountAIContentInfo | string;
|
1518
|
-
listChannels: IAccountAIContentChannel[] | string[];
|
1519
|
-
}>;
|
1520
|
-
status: EStatusActive;
|
1531
|
+
interface IAccountAIImageTag extends IBaseModel, ITrackingModel<IUser> {
|
1532
|
+
name: string;
|
1533
|
+
color: string;
|
1521
1534
|
}
|
1522
1535
|
|
1523
|
-
interface
|
1524
|
-
|
1525
|
-
name: string;
|
1526
|
-
accountAI: string | IAccountAIContent;
|
1527
|
-
listColumnActions: Array<{
|
1528
|
-
columnSymbol: string;
|
1529
|
-
columnName: string;
|
1530
|
-
}>;
|
1531
|
-
isActive: boolean;
|
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;
|
1574
|
-
}
|
1575
|
-
|
1576
|
-
interface IManagerImageAIItemStore extends IBaseModel, ITrackingModel<IUser> {
|
1577
|
-
file: IFile | string;
|
1578
|
-
managerImage: IManagerImageAI | string;
|
1579
|
-
typeFolderStore: EFolderImageAI;
|
1580
|
-
}
|
1581
|
-
|
1582
|
-
interface IAccountEmailTag extends IBaseModel, ITrackingModel<IUser> {
|
1583
|
-
email: string;
|
1584
|
-
typeTag: EEmailTagType | string;
|
1585
|
-
model: EAIModelContent | EAIModelImage | EAIModelVoice;
|
1586
|
-
}
|
1587
|
-
|
1588
|
-
interface IProxy extends IBaseModel, ITrackingModel<IUser> {
|
1589
|
-
sheetImport: string | ISheetImport;
|
1590
|
-
sheetUrl: string;
|
1591
|
-
sheetName: string;
|
1592
|
-
typeNewIp: ETypeProxyNewIP;
|
1593
|
-
checked: ETypeProxyChecked;
|
1594
|
-
type: ETypeProxy;
|
1595
|
-
currentIP: string;
|
1596
|
-
currentPort: string;
|
1597
|
-
currentUsername: string;
|
1598
|
-
currentPassword: string;
|
1599
|
-
newIP: string;
|
1600
|
-
newPort: string;
|
1601
|
-
newUsername: string;
|
1602
|
-
newPassword: string;
|
1603
|
-
provider: ETypeProxyProvider;
|
1604
|
-
status: EStatusCommon;
|
1605
|
-
city: string;
|
1606
|
-
speed: string;
|
1607
|
-
country: string;
|
1608
|
-
startDate: Date;
|
1609
|
-
endDate: Date;
|
1610
|
-
note: string;
|
1611
|
-
timeLastUsed: Date;
|
1612
|
-
lastUserUsed: string | IUser;
|
1613
|
-
}
|
1614
|
-
|
1615
|
-
interface IAccountEmailProxy extends IBaseModel, ITrackingModel<IUser> {
|
1616
|
-
accountEmail: string | IAccountEmail;
|
1617
|
-
proxy: string | IProxy;
|
1618
|
-
}
|
1619
|
-
|
1620
|
-
interface IAccountEmailTaskWork extends IBaseModel, ITrackingModel<IUser> {
|
1621
|
-
accountEmail: string;
|
1622
|
-
idea: string | IManagerWork;
|
1623
|
-
niches: string[] | IManagerWork[];
|
1624
|
-
}
|
1625
|
-
|
1626
|
-
interface IAccountAIVoiceTag extends IBaseModel, ITrackingModel<IUser> {
|
1627
|
-
name: string;
|
1628
|
-
color: string;
|
1629
|
-
}
|
1630
|
-
|
1631
|
-
interface IAccountAIVoiceChannel extends IBaseModel, ITrackingModel<IUser> {
|
1632
|
-
model: EAIModelVoice;
|
1536
|
+
interface IAccountAIImageChannel extends IBaseModel, ITrackingModel<IUser> {
|
1537
|
+
model: EAIModelImage;
|
1633
1538
|
name: string;
|
1634
1539
|
url: string;
|
1635
1540
|
color: string;
|
@@ -1637,42 +1542,42 @@ interface IAccountAIVoiceChannel extends IBaseModel, ITrackingModel<IUser> {
|
|
1637
1542
|
note: string;
|
1638
1543
|
}
|
1639
1544
|
|
1640
|
-
interface
|
1545
|
+
interface IAccountAIImageGroup extends IBaseModel, ITrackingModel<IUser> {
|
1641
1546
|
name: string;
|
1642
1547
|
slug: string;
|
1643
1548
|
}
|
1644
1549
|
|
1645
|
-
interface
|
1646
|
-
model:
|
1550
|
+
interface IAccountAIImageInfo extends IBaseModel, ITrackingModel<IUser> {
|
1551
|
+
model: EAIModelImage;
|
1647
1552
|
provider: string;
|
1648
|
-
versionModel:
|
1553
|
+
versionModel: EAIVersionImage;
|
1649
1554
|
emailAccount: string | IAccountEmail;
|
1650
1555
|
password: string;
|
1651
1556
|
code2FA: string;
|
1652
1557
|
status: EStatusAccountAI;
|
1653
1558
|
}
|
1654
1559
|
|
1655
|
-
interface
|
1656
|
-
listGroupsAI: string[] |
|
1560
|
+
interface IAccountAIImage extends IBaseModel, ITrackingModel<IUser> {
|
1561
|
+
listGroupsAI: string[] | IAccountAIImageGroup[];
|
1657
1562
|
ideaManagerWork: string | IManagerWork;
|
1658
1563
|
nicheManagerWork: string[] | IManagerWork[];
|
1659
1564
|
subNicheManagerWork: string[] | IManagerWork[];
|
1660
|
-
tags: string[] |
|
1565
|
+
tags: string[] | IAccountAIImageTag[];
|
1661
1566
|
membersAssigned: string[] | IUser[];
|
1662
1567
|
listAccountInfoChannels: Array<{
|
1663
|
-
accountInfo:
|
1664
|
-
listChannels:
|
1568
|
+
accountInfo: IAccountAIImageInfo | string;
|
1569
|
+
listChannels: IAccountAIImageChannel[] | string[];
|
1665
1570
|
}>;
|
1666
1571
|
status: EStatusActive;
|
1667
1572
|
}
|
1668
1573
|
|
1669
|
-
interface
|
1574
|
+
interface IAccountAIVoiceTag extends IBaseModel, ITrackingModel<IUser> {
|
1670
1575
|
name: string;
|
1671
1576
|
color: string;
|
1672
1577
|
}
|
1673
1578
|
|
1674
|
-
interface
|
1675
|
-
model:
|
1579
|
+
interface IAccountAIVoiceChannel extends IBaseModel, ITrackingModel<IUser> {
|
1580
|
+
model: EAIModelVoice;
|
1676
1581
|
name: string;
|
1677
1582
|
url: string;
|
1678
1583
|
color: string;
|
@@ -1680,31 +1585,31 @@ interface IAccountAIImageChannel extends IBaseModel, ITrackingModel<IUser> {
|
|
1680
1585
|
note: string;
|
1681
1586
|
}
|
1682
1587
|
|
1683
|
-
interface
|
1588
|
+
interface IAccountAIVoiceGroup extends IBaseModel, ITrackingModel<IUser> {
|
1684
1589
|
name: string;
|
1685
1590
|
slug: string;
|
1686
1591
|
}
|
1687
1592
|
|
1688
|
-
interface
|
1689
|
-
model:
|
1593
|
+
interface IAccountAIVoiceInfo extends IBaseModel, ITrackingModel<IUser> {
|
1594
|
+
model: EAIModelVoice;
|
1690
1595
|
provider: string;
|
1691
|
-
versionModel:
|
1596
|
+
versionModel: EAIVersionVoice;
|
1692
1597
|
emailAccount: string | IAccountEmail;
|
1693
1598
|
password: string;
|
1694
1599
|
code2FA: string;
|
1695
1600
|
status: EStatusAccountAI;
|
1696
1601
|
}
|
1697
1602
|
|
1698
|
-
interface
|
1699
|
-
listGroupsAI: string[] |
|
1603
|
+
interface IAccountAIVoice extends IBaseModel, ITrackingModel<IUser> {
|
1604
|
+
listGroupsAI: string[] | IAccountAIVoiceGroup[];
|
1700
1605
|
ideaManagerWork: string | IManagerWork;
|
1701
1606
|
nicheManagerWork: string[] | IManagerWork[];
|
1702
1607
|
subNicheManagerWork: string[] | IManagerWork[];
|
1703
|
-
tags: string[] |
|
1608
|
+
tags: string[] | IAccountAIVoiceTag[];
|
1704
1609
|
membersAssigned: string[] | IUser[];
|
1705
1610
|
listAccountInfoChannels: Array<{
|
1706
|
-
accountInfo:
|
1707
|
-
listChannels:
|
1611
|
+
accountInfo: IAccountAIVoiceInfo | string;
|
1612
|
+
listChannels: IAccountAIVoiceChannel[] | string[];
|
1708
1613
|
}>;
|
1709
1614
|
status: EStatusActive;
|
1710
1615
|
}
|
@@ -1735,25 +1640,50 @@ interface IAccountDrive extends IBaseModel, ITrackingModel<IUser> {
|
|
1735
1640
|
note: string;
|
1736
1641
|
}
|
1737
1642
|
|
1738
|
-
interface
|
1739
|
-
|
1740
|
-
|
1643
|
+
interface IAccountEmailTag extends IBaseModel, ITrackingModel<IUser> {
|
1644
|
+
email: string;
|
1645
|
+
typeTag: EEmailTagType | string;
|
1646
|
+
model: EAIModelContent | EAIModelImage | EAIModelVoice;
|
1741
1647
|
}
|
1742
1648
|
|
1743
|
-
interface
|
1744
|
-
|
1745
|
-
|
1746
|
-
|
1747
|
-
|
1748
|
-
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
1649
|
+
interface IProxy extends IBaseModel, ITrackingModel<IUser> {
|
1650
|
+
sheetImport: string | ISheetImport;
|
1651
|
+
sheetUrl: string;
|
1652
|
+
sheetName: string;
|
1653
|
+
typeNewIp: ETypeProxyNewIP;
|
1654
|
+
checked: ETypeProxyChecked;
|
1655
|
+
type: ETypeProxy;
|
1656
|
+
currentIP: string;
|
1657
|
+
currentPort: string;
|
1658
|
+
currentUsername: string;
|
1659
|
+
currentPassword: string;
|
1660
|
+
newIP: string;
|
1661
|
+
newPort: string;
|
1662
|
+
newUsername: string;
|
1663
|
+
newPassword: string;
|
1664
|
+
provider: ETypeProxyProvider;
|
1665
|
+
status: EStatusCommon;
|
1666
|
+
city: string;
|
1667
|
+
speed: string;
|
1668
|
+
country: string;
|
1669
|
+
startDate: Date;
|
1670
|
+
endDate: Date;
|
1752
1671
|
note: string;
|
1753
1672
|
timeLastUsed: Date;
|
1754
1673
|
lastUserUsed: string | IUser;
|
1755
1674
|
}
|
1756
1675
|
|
1676
|
+
interface IAccountEmailProxy extends IBaseModel, ITrackingModel<IUser> {
|
1677
|
+
accountEmail: string | IAccountEmail;
|
1678
|
+
proxy: string | IProxy;
|
1679
|
+
}
|
1680
|
+
|
1681
|
+
interface IAccountEmailTaskWork extends IBaseModel, ITrackingModel<IUser> {
|
1682
|
+
accountEmail: string;
|
1683
|
+
idea: string | IManagerWork;
|
1684
|
+
niches: string[] | IManagerWork[];
|
1685
|
+
}
|
1686
|
+
|
1757
1687
|
interface IAccountVPN extends IBaseModel, ITrackingModel<IUser> {
|
1758
1688
|
sheetImport: string | ISheetImport;
|
1759
1689
|
sheetUrl: string;
|
@@ -1778,105 +1708,37 @@ interface IAccountVPN extends IBaseModel, ITrackingModel<IUser> {
|
|
1778
1708
|
lastUserUsed: string | IUser;
|
1779
1709
|
}
|
1780
1710
|
|
1781
|
-
interface
|
1782
|
-
|
1783
|
-
|
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;
|
1711
|
+
interface IAccountVPSGroup extends IBaseModel, ITrackingModel<IUser> {
|
1712
|
+
name: string;
|
1713
|
+
slug: string;
|
1804
1714
|
}
|
1805
1715
|
|
1806
|
-
interface
|
1807
|
-
|
1808
|
-
|
1809
|
-
|
1810
|
-
|
1811
|
-
|
1812
|
-
|
1813
|
-
|
1814
|
-
|
1815
|
-
maximumProxy: number;
|
1816
|
-
maximumCHPlayICloud: number;
|
1817
|
-
statusConnect: EStatusConnectDevice;
|
1818
|
-
statusSetupBasic: EStatusSetupDeviceSystem;
|
1819
|
-
statusCHPlayICloud: EStatusAccountCHPlayICloud;
|
1716
|
+
interface IAccountVPS extends IBaseModel, ITrackingModel<IUser> {
|
1717
|
+
group: string | IAccountVPSGroup;
|
1718
|
+
ip: string;
|
1719
|
+
port: string;
|
1720
|
+
username: string;
|
1721
|
+
password: string;
|
1722
|
+
displayName: string;
|
1723
|
+
isActive: boolean;
|
1724
|
+
status: EStatusVPS;
|
1820
1725
|
note: string;
|
1821
1726
|
timeLastUsed: Date;
|
1822
1727
|
lastUserUsed: string | IUser;
|
1823
1728
|
}
|
1824
1729
|
|
1825
|
-
interface
|
1826
|
-
|
1730
|
+
interface IManagerImageAI extends IBaseModel, ITrackingModel<IUser> {
|
1731
|
+
folderName: string;
|
1827
1732
|
typeSocial: ETypeSocial;
|
1828
|
-
|
1829
|
-
|
1830
|
-
|
1831
|
-
interface IDeviceSettingForCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
1832
|
-
device: string | IDevice;
|
1833
|
-
accountCHPlayICloud: IAccountCHPlayICloud | string;
|
1733
|
+
model: EAIModelImage;
|
1734
|
+
idea: IManagerWork | string;
|
1735
|
+
niches: IManagerWork[] | string[];
|
1834
1736
|
}
|
1835
1737
|
|
1836
|
-
interface
|
1837
|
-
|
1838
|
-
|
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;
|
1738
|
+
interface IAccountSocialGroup extends IBaseModel, ITrackingModel<IUser> {
|
1739
|
+
typeSocial: ETypeSocial;
|
1740
|
+
name: string;
|
1741
|
+
description: string;
|
1880
1742
|
}
|
1881
1743
|
|
1882
1744
|
interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
@@ -2141,6 +2003,194 @@ interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
2141
2003
|
note: string;
|
2142
2004
|
}
|
2143
2005
|
|
2006
|
+
interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
2007
|
+
sheetName: string;
|
2008
|
+
sheetURL: string;
|
2009
|
+
account: IThreadsAccountRaw | string;
|
2010
|
+
folderImageName: string;
|
2011
|
+
linkDriveVideoOfCanva: string;
|
2012
|
+
listLinkDriveImagesOfCanva: string[];
|
2013
|
+
statusEditCanva: EStatusExecuteCommon;
|
2014
|
+
accountStatusLogin: EStatusAccountSocialLogin;
|
2015
|
+
statusUploadDrive: EStatusExecuteCommon;
|
2016
|
+
proxyType: ETypeProxy;
|
2017
|
+
vpnEmail: string;
|
2018
|
+
vpnPosition: ETypeProxy;
|
2019
|
+
typePost: TPost;
|
2020
|
+
stylePost: TPostStyle;
|
2021
|
+
content: string;
|
2022
|
+
settingPost: string | IThreadsSettingPost;
|
2023
|
+
timePost: Date;
|
2024
|
+
linkPost: string;
|
2025
|
+
statusAccount: EStatusAccountSocial;
|
2026
|
+
statusPost: EStatusTaskScript;
|
2027
|
+
noteFix: string;
|
2028
|
+
}
|
2029
|
+
|
2030
|
+
interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
2031
|
+
account: IThreadsAccountRaw | string;
|
2032
|
+
url: string;
|
2033
|
+
photosUrl: string[];
|
2034
|
+
videosUrl: string[];
|
2035
|
+
titleContent: string;
|
2036
|
+
tagUsers: string[];
|
2037
|
+
content: string;
|
2038
|
+
caption: string;
|
2039
|
+
hashtag: string;
|
2040
|
+
altNicheImages: string[];
|
2041
|
+
altImages: string[];
|
2042
|
+
altVideos: string[];
|
2043
|
+
status: EStatusTaskScript;
|
2044
|
+
statusDetail: string;
|
2045
|
+
timeStart: Date;
|
2046
|
+
timeEnd: Date;
|
2047
|
+
}
|
2048
|
+
|
2049
|
+
interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
2050
|
+
account: IThreadsAccountRaw | string;
|
2051
|
+
follower: number;
|
2052
|
+
following: number;
|
2053
|
+
status: EStatusTaskScript;
|
2054
|
+
statusDetail: string;
|
2055
|
+
timeStart: Date;
|
2056
|
+
timeEnd: Date;
|
2057
|
+
}
|
2058
|
+
|
2059
|
+
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2060
|
+
account: IThreadsAccountRaw | string;
|
2061
|
+
status: EStatusTaskScript;
|
2062
|
+
statusDetail: string;
|
2063
|
+
receiverName: string;
|
2064
|
+
messageReply: string;
|
2065
|
+
}
|
2066
|
+
|
2067
|
+
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
2068
|
+
account: IThreadsAccountRaw | string;
|
2069
|
+
content: string;
|
2070
|
+
linkPost: string;
|
2071
|
+
userLink: string;
|
2072
|
+
status: EStatusTaskScript;
|
2073
|
+
statusDetail: string;
|
2074
|
+
timeStart: Date;
|
2075
|
+
timeEnd: Date;
|
2076
|
+
}
|
2077
|
+
|
2078
|
+
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
2079
|
+
account: IThreadsAccountRaw | string;
|
2080
|
+
listRunTimes: Array<{
|
2081
|
+
typePost: TPost;
|
2082
|
+
listTimes: Array<string>;
|
2083
|
+
}>;
|
2084
|
+
dayOfWeeks: Array<string>;
|
2085
|
+
numberCommentsForPostMeFrom: number;
|
2086
|
+
numberCommentsForPostMeTo: number;
|
2087
|
+
delayTimeCommentFrom: number;
|
2088
|
+
delayTimeCommentTo: number;
|
2089
|
+
isTimeUs: boolean;
|
2090
|
+
}
|
2091
|
+
|
2092
|
+
interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
2093
|
+
account: IThreadsAccountRaw | string;
|
2094
|
+
listRunTimes: Array<Array<string>>;
|
2095
|
+
dayOfWeeks: Array<string>;
|
2096
|
+
timeExecuteForOperationFrom: number;
|
2097
|
+
timeExecuteForOperationTo: number;
|
2098
|
+
limitNumberFollowsPerDayFrom: number;
|
2099
|
+
limitNumberFollowsPerDayTo: number;
|
2100
|
+
increaseFollowPerDayFrom: number;
|
2101
|
+
increaseFollowPerDayTo: number;
|
2102
|
+
maxFollowPerDay: number;
|
2103
|
+
limitNumberFollowsPerHourFrom: number;
|
2104
|
+
limitNumberFollowsPerHourTo: number;
|
2105
|
+
increaseFollowPerHourFrom: number;
|
2106
|
+
increaseFollowPerHourTo: number;
|
2107
|
+
maxFollowPerHour: number;
|
2108
|
+
limitNumberInteractCurrentUserFrom: number;
|
2109
|
+
limitNumberInteractCurrentUserTo: number;
|
2110
|
+
timeDelayInteractCurrentUserFrom: number;
|
2111
|
+
timeDelayInteractCurrentUserTo: number;
|
2112
|
+
limitNumberInteractUserFollowingFrom: number;
|
2113
|
+
limitNumberInteractUserFollowingTo: number;
|
2114
|
+
timeDelayInteractUserFollowingFrom: number;
|
2115
|
+
timeDelayInteractUserFollowingTo: number;
|
2116
|
+
limitNumberInteractUserFollowerFrom: number;
|
2117
|
+
limitNumberInteractUserFollowerTo: number;
|
2118
|
+
timeDelayInteractUserFollowerFrom: number;
|
2119
|
+
timeDelayInteractUserFollowerTo: number;
|
2120
|
+
isTimeUs: boolean;
|
2121
|
+
isInteractUserFollower: boolean;
|
2122
|
+
isInteractUserFollowing: boolean;
|
2123
|
+
isInteractCurrentUser: boolean;
|
2124
|
+
isSkipUserNameNoneEnglish: boolean;
|
2125
|
+
isSkipUserNameContainIcons: boolean;
|
2126
|
+
isSkipFollowWhenUnFollowed: boolean;
|
2127
|
+
isSkipFollowContainLinks: boolean;
|
2128
|
+
isSkipBioNoneEnglish: boolean;
|
2129
|
+
}
|
2130
|
+
|
2131
|
+
interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
2132
|
+
account: IThreadsAccountRaw | string;
|
2133
|
+
dayOfWeeks: Array<string>;
|
2134
|
+
listRunTimes: Array<Array<string>>;
|
2135
|
+
timeExecuteForOperationFrom: number;
|
2136
|
+
timeExecuteForOperationTo: number;
|
2137
|
+
limitUnFollowPerDayFrom: number;
|
2138
|
+
limitUnFollowPerDayTo: number;
|
2139
|
+
increaseUnFollowPerDayFrom: number;
|
2140
|
+
increaseUnFollowPerDayTo: number;
|
2141
|
+
maxUnFollowPerDay: number;
|
2142
|
+
limitUnFollowPerHourFrom: number;
|
2143
|
+
limitUnFollowPerHourTo: number;
|
2144
|
+
increaseUnFollowPerHourFrom: number;
|
2145
|
+
increaseUnFollowPerHourTo: number;
|
2146
|
+
maxUnFollowPerHour: number;
|
2147
|
+
timeDelayInteractPerOperatorFrom: number;
|
2148
|
+
timeDelayInteractPerOperatorTo: number;
|
2149
|
+
isTimeUs: boolean;
|
2150
|
+
isInteractBeforeUnFollow: boolean;
|
2151
|
+
}
|
2152
|
+
|
2153
|
+
interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
2154
|
+
account: IThreadsAccountRaw | string;
|
2155
|
+
dayOfWeeks: Array<string>;
|
2156
|
+
listRunTimes: Array<Array<string>>;
|
2157
|
+
timeExecuteForOperationFrom: number;
|
2158
|
+
timeExecuteForOperationTo: number;
|
2159
|
+
limitNumberPostForCommentsFrom: number;
|
2160
|
+
limitNumberPostForCommentsTo: number;
|
2161
|
+
timeDelayCommentFrom: number;
|
2162
|
+
timeDelayCommentTo: number;
|
2163
|
+
timeDelayLikeFrom: number;
|
2164
|
+
timeDelayLikeTo: number;
|
2165
|
+
limitNumberReplyCommentPerDayFrom: number;
|
2166
|
+
limitNumberReplyCommentPerDayTo: number;
|
2167
|
+
timeDelayReplyCommentFrom: number;
|
2168
|
+
timeDelayReplyCommentTo: number;
|
2169
|
+
isSkipUserNameNoneEnglish: boolean;
|
2170
|
+
isSkipReplyCommentsOnlyIcon: boolean;
|
2171
|
+
isTimeUs: boolean;
|
2172
|
+
isLikeCommentsPostOfMe: boolean;
|
2173
|
+
isReplyCommentsPostOfMe: boolean;
|
2174
|
+
}
|
2175
|
+
|
2176
|
+
interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
2177
|
+
account: IThreadsAccountRaw | string;
|
2178
|
+
listRunTimes: Array<Array<string>>;
|
2179
|
+
dayOfWeeks: Array<string>;
|
2180
|
+
timeExecuteForOperationFrom: number;
|
2181
|
+
timeExecuteForOperationTo: number;
|
2182
|
+
timeDelayReplyMessageFrom: number;
|
2183
|
+
timeDelayReplyMessageTo: number;
|
2184
|
+
isTimeUs: boolean;
|
2185
|
+
isDeleteMessageUsername: boolean;
|
2186
|
+
isReplyAllMessageFromStories: boolean;
|
2187
|
+
isSkipUserNameNoneEnglish: boolean;
|
2188
|
+
isSkipReplyMessageIsImages: boolean;
|
2189
|
+
isSkipReplyIfHaveReplied: boolean;
|
2190
|
+
isSkipReplyIsLink: boolean;
|
2191
|
+
isSkipReplyIfOnlyIcons: boolean;
|
2192
|
+
}
|
2193
|
+
|
2144
2194
|
interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
2145
2195
|
account: string | IAccountSocialBase;
|
2146
2196
|
oldGroup: IAccountSocialGroup | string;
|
@@ -2347,546 +2397,526 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
2347
2397
|
lastUserUsed: string | IUser;
|
2348
2398
|
}
|
2349
2399
|
|
2350
|
-
interface
|
2351
|
-
sheetUrl: string;
|
2400
|
+
interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
2352
2401
|
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;
|
2375
|
-
}
|
2376
|
-
|
2377
|
-
interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
2378
|
-
sheetUrl: string;
|
2379
|
-
sheetName: string;
|
2380
|
-
typeSocial: ETypeSocial;
|
2381
|
-
account: string | IThreadsAccountRaw;
|
2382
|
-
deviceKey: string;
|
2383
|
-
minuteWaiting: number;
|
2384
|
-
isTimeUS: boolean;
|
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[];
|
2395
|
-
}
|
2396
|
-
|
2397
|
-
interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
2398
|
-
sheetUrl: string;
|
2399
|
-
sheetName: string;
|
2400
|
-
typeSocial: ETypeSocial;
|
2401
|
-
account: string | IThreadsAccountRaw;
|
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;
|
2402
|
+
sheetURL: string;
|
2403
|
+
account: IInstagramAccountRaw | string;
|
2404
|
+
folderImageName: string;
|
2405
|
+
linkDriveVideoOfCanva: string;
|
2406
|
+
listLinkDriveImagesOfCanva: string[];
|
2407
|
+
statusEditCanva: EStatusExecuteCommon;
|
2408
|
+
accountStatusLogin: EStatusAccountSocialLogin;
|
2409
|
+
statusUploadDrive: EStatusExecuteCommon;
|
2410
|
+
proxyType: ETypeProxy;
|
2411
|
+
vpnEmail: string;
|
2412
|
+
vpnPosition: ETypeProxy;
|
2413
|
+
typePost: TPost;
|
2414
|
+
stylePost: TPostStyle;
|
2415
|
+
content: string;
|
2416
|
+
settingPost: string | IInstagramSettingPost;
|
2417
|
+
timePost: Date;
|
2418
|
+
linkPost: string;
|
2419
|
+
statusAccount: EStatusAccountSocial;
|
2420
|
+
statusPost: EStatusTaskScript;
|
2421
|
+
noteFix: string;
|
2420
2422
|
}
|
2421
2423
|
|
2422
|
-
interface
|
2423
|
-
sheetUrl: string;
|
2424
|
+
interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
2424
2425
|
sheetName: string;
|
2425
|
-
|
2426
|
-
account:
|
2427
|
-
|
2428
|
-
|
2429
|
-
|
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;
|
2426
|
+
sheetURL: string;
|
2427
|
+
account: IInstagramAccountRaw | string;
|
2428
|
+
userBlock: string;
|
2429
|
+
userRestrict: string;
|
2430
|
+
userHidden: string;
|
2445
2431
|
}
|
2446
2432
|
|
2447
|
-
|
2448
|
-
|
2449
|
-
|
2450
|
-
|
2451
|
-
|
2452
|
-
export type { index$9_ITaskThreadsFollow as ITaskThreadsFollow, index$9_ITaskThreadsPost as ITaskThreadsPost, index$9_ITaskThreadsReplyComment as ITaskThreadsReplyComment, index$9_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage };
|
2433
|
+
interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
2434
|
+
account: IInstagramAccountRaw | string;
|
2435
|
+
listRunTimes: Array<string>;
|
2436
|
+
dayOfWeeks: Array<string>;
|
2437
|
+
isTimeUs: boolean;
|
2453
2438
|
}
|
2454
2439
|
|
2455
|
-
interface
|
2456
|
-
|
2457
|
-
|
2458
|
-
|
2459
|
-
|
2460
|
-
|
2461
|
-
|
2462
|
-
|
2463
|
-
|
2464
|
-
|
2465
|
-
|
2466
|
-
|
2467
|
-
|
2468
|
-
|
2469
|
-
|
2470
|
-
|
2471
|
-
|
2472
|
-
|
2473
|
-
listRestrictUserName: string[];
|
2474
|
-
listHiddenUserName: string[];
|
2440
|
+
interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
2441
|
+
account: IInstagramAccountRaw | string;
|
2442
|
+
dayOfWeeks: Array<string>;
|
2443
|
+
listRunTimes: Array<Array<string>>;
|
2444
|
+
maxViewPerDay: number;
|
2445
|
+
timeExecuteForOperationTo: number;
|
2446
|
+
timeExecuteForOperationFrom: number;
|
2447
|
+
limitViewPerDayFrom: number;
|
2448
|
+
limitViewPerDayTo: number;
|
2449
|
+
increaseDailyViewFrom: number;
|
2450
|
+
increaseDailyViewTo: number;
|
2451
|
+
limitNumberLikePerOperationFrom: number;
|
2452
|
+
limitNumberLikePerOperationTo: number;
|
2453
|
+
timeDelayLikeFrom: number;
|
2454
|
+
timeDelayLikeTo: number;
|
2455
|
+
isTimeUs: boolean;
|
2456
|
+
isDetailsView: boolean;
|
2457
|
+
isLikeExplore: boolean;
|
2475
2458
|
}
|
2476
2459
|
|
2477
|
-
interface
|
2478
|
-
|
2479
|
-
|
2480
|
-
|
2481
|
-
|
2482
|
-
|
2483
|
-
|
2484
|
-
|
2485
|
-
|
2486
|
-
|
2487
|
-
|
2488
|
-
|
2489
|
-
|
2490
|
-
|
2491
|
-
|
2492
|
-
|
2493
|
-
|
2494
|
-
|
2495
|
-
|
2496
|
-
|
2497
|
-
|
2498
|
-
|
2499
|
-
|
2500
|
-
|
2501
|
-
|
2502
|
-
|
2503
|
-
|
2504
|
-
|
2505
|
-
|
2506
|
-
|
2507
|
-
|
2508
|
-
|
2509
|
-
|
2510
|
-
|
2511
|
-
|
2512
|
-
|
2513
|
-
|
2460
|
+
interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
2461
|
+
account: IInstagramAccountRaw | string;
|
2462
|
+
listRunTimes: Array<Array<string>>;
|
2463
|
+
dayOfWeeks: Array<string>;
|
2464
|
+
timeExecuteForOperationFrom: number;
|
2465
|
+
timeExecuteForOperationTo: number;
|
2466
|
+
limitNumberFollowsPerDayFrom: number;
|
2467
|
+
limitNumberFollowsPerDayTo: number;
|
2468
|
+
increaseFollowPerDayFrom: number;
|
2469
|
+
increaseFollowPerDayTo: number;
|
2470
|
+
maxFollowPerDay: number;
|
2471
|
+
limitNumberFollowsPerHourFrom: number;
|
2472
|
+
limitNumberFollowsPerHourTo: number;
|
2473
|
+
increaseFollowPerHourFrom: number;
|
2474
|
+
increaseFollowPerHourTo: number;
|
2475
|
+
maxFollowPerHour: number;
|
2476
|
+
limitNumberInteractCurrentUserFrom: number;
|
2477
|
+
limitNumberInteractCurrentUserTo: number;
|
2478
|
+
timeDelayInteractCurrentUserFrom: number;
|
2479
|
+
timeDelayInteractCurrentUserTo: number;
|
2480
|
+
limitNumberInteractUserFollowingFrom: number;
|
2481
|
+
limitNumberInteractUserFollowingTo: number;
|
2482
|
+
timeDelayInteractUserFollowingFrom: number;
|
2483
|
+
timeDelayInteractUserFollowingTo: number;
|
2484
|
+
limitNumberInteractUserFollowerFrom: number;
|
2485
|
+
limitNumberInteractUserFollowerTo: number;
|
2486
|
+
timeDelayInteractUserFollowerFrom: number;
|
2487
|
+
timeDelayInteractUserFollowerTo: number;
|
2488
|
+
isTimeUs: boolean;
|
2489
|
+
isInteractUserFollower: boolean;
|
2490
|
+
isInteractUserFollowing: boolean;
|
2491
|
+
isInteractCurrentUser: boolean;
|
2492
|
+
isSkipUserNameNoneEnglish: boolean;
|
2493
|
+
isSkipUserNameContainIcons: boolean;
|
2494
|
+
isSkipFollowWhenUnFollowed: boolean;
|
2495
|
+
isSkipFollowContainLinks: boolean;
|
2496
|
+
isSkipBioNoneEnglish: boolean;
|
2514
2497
|
}
|
2515
2498
|
|
2516
|
-
interface
|
2517
|
-
|
2518
|
-
|
2519
|
-
|
2520
|
-
|
2521
|
-
|
2522
|
-
|
2523
|
-
|
2524
|
-
|
2525
|
-
|
2526
|
-
|
2527
|
-
|
2528
|
-
|
2529
|
-
|
2530
|
-
|
2531
|
-
|
2532
|
-
|
2533
|
-
listUsernameFollow: string[];
|
2499
|
+
interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
2500
|
+
account: IInstagramAccountRaw | string;
|
2501
|
+
dayOfWeeks: Array<string>;
|
2502
|
+
listRunTimes: Array<Array<string>>;
|
2503
|
+
limitViewPerDayFrom: number;
|
2504
|
+
limitViewPerDayTo: number;
|
2505
|
+
increaseDailyViewFrom: number;
|
2506
|
+
increaseDailyViewTo: number;
|
2507
|
+
maxViewPerDay: number;
|
2508
|
+
timeExecuteForOperationFrom: number;
|
2509
|
+
timeExecuteForOperationTo: number;
|
2510
|
+
limitNumberLikePerOperationFrom: number;
|
2511
|
+
limitNumberLikePerOperationTo: number;
|
2512
|
+
timeDelayLikeFrom: number;
|
2513
|
+
timeDelayLikeTo: number;
|
2514
|
+
isTimeUs: boolean;
|
2515
|
+
isLikeReel: boolean;
|
2534
2516
|
}
|
2535
2517
|
|
2536
|
-
interface
|
2537
|
-
|
2538
|
-
|
2539
|
-
|
2540
|
-
|
2541
|
-
|
2542
|
-
|
2543
|
-
|
2544
|
-
|
2545
|
-
|
2546
|
-
|
2547
|
-
|
2548
|
-
|
2549
|
-
|
2550
|
-
|
2551
|
-
|
2552
|
-
|
2553
|
-
|
2554
|
-
|
2555
|
-
|
2556
|
-
|
2557
|
-
statusStep1: EStatusTaskToolSocials;
|
2558
|
-
statusStep2: EStatusTaskToolSocials;
|
2518
|
+
interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
2519
|
+
account: IInstagramAccountRaw | string;
|
2520
|
+
dayOfWeeks: Array<string>;
|
2521
|
+
listRunTimes: Array<Array<string>>;
|
2522
|
+
timeExecuteForOperationFrom: number;
|
2523
|
+
timeExecuteForOperationTo: number;
|
2524
|
+
limitNumberPostForCommentsFrom: number;
|
2525
|
+
limitNumberPostForCommentsTo: number;
|
2526
|
+
timeDelayCommentFrom: number;
|
2527
|
+
timeDelayCommentTo: number;
|
2528
|
+
timeDelayLikeFrom: number;
|
2529
|
+
timeDelayLikeTo: number;
|
2530
|
+
limitNumberReplyCommentPerDayFrom: number;
|
2531
|
+
limitNumberReplyCommentPerDayTo: number;
|
2532
|
+
timeDelayReplyCommentFrom: number;
|
2533
|
+
timeDelayReplyCommentTo: number;
|
2534
|
+
isSkipUserNameNoneEnglish: boolean;
|
2535
|
+
isSkipReplyCommentsOnlyIcon: boolean;
|
2536
|
+
isTimeUs: boolean;
|
2537
|
+
isLikeCommentsPostOfMe: boolean;
|
2538
|
+
isReplyCommentsPostOfMe: boolean;
|
2559
2539
|
}
|
2560
2540
|
|
2561
|
-
interface
|
2562
|
-
|
2563
|
-
|
2564
|
-
|
2565
|
-
|
2566
|
-
|
2567
|
-
|
2568
|
-
|
2569
|
-
|
2570
|
-
|
2571
|
-
|
2572
|
-
|
2573
|
-
|
2574
|
-
|
2575
|
-
|
2576
|
-
|
2577
|
-
timeExecuteUS: Date;
|
2578
|
-
postUrlReply: string;
|
2579
|
-
messageForReply: string;
|
2580
|
-
replyMessageContentStep1: string;
|
2581
|
-
replyMessageContentStep2: string;
|
2582
|
-
statusStep1: EStatusTaskToolSocials;
|
2583
|
-
statusStep2: EStatusTaskToolSocials;
|
2541
|
+
interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
2542
|
+
account: IInstagramAccountRaw | string;
|
2543
|
+
listRunTimes: Array<Array<string>>;
|
2544
|
+
dayOfWeeks: Array<string>;
|
2545
|
+
timeExecuteForOperationFrom: number;
|
2546
|
+
timeExecuteForOperationTo: number;
|
2547
|
+
timeDelayReplyMessageFrom: number;
|
2548
|
+
timeDelayReplyMessageTo: number;
|
2549
|
+
isTimeUs: boolean;
|
2550
|
+
isDeleteMessageUsername: boolean;
|
2551
|
+
isReplyAllMessageFromStories: boolean;
|
2552
|
+
isSkipUserNameNoneEnglish: boolean;
|
2553
|
+
isSkipReplyMessageIsImages: boolean;
|
2554
|
+
isSkipReplyIfHaveReplied: boolean;
|
2555
|
+
isSkipReplyIsLink: boolean;
|
2556
|
+
isSkipReplyIfOnlyIcons: boolean;
|
2584
2557
|
}
|
2585
2558
|
|
2586
|
-
interface
|
2587
|
-
|
2588
|
-
|
2589
|
-
|
2590
|
-
|
2591
|
-
|
2592
|
-
|
2593
|
-
|
2594
|
-
|
2595
|
-
|
2596
|
-
|
2597
|
-
|
2598
|
-
|
2599
|
-
|
2600
|
-
|
2601
|
-
|
2602
|
-
|
2603
|
-
|
2604
|
-
|
2605
|
-
|
2606
|
-
|
2607
|
-
|
2608
|
-
|
2609
|
-
|
2610
|
-
|
2611
|
-
|
2612
|
-
|
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;
|
2626
|
-
historyName: string;
|
2627
|
-
linkAddHistory: string;
|
2628
|
-
commentPostMe: string;
|
2629
|
-
tagUserPostMe: string;
|
2630
|
-
typePost: string;
|
2631
|
-
postStyle: string;
|
2632
|
-
statusPost: string;
|
2559
|
+
interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
2560
|
+
account: IInstagramAccountRaw | string;
|
2561
|
+
dayOfWeeks: Array<string>;
|
2562
|
+
listRunTimes: Array<Array<string>>;
|
2563
|
+
timeExecuteForOperationFrom: number;
|
2564
|
+
timeExecuteForOperationTo: number;
|
2565
|
+
limitViewPerDayFrom: number;
|
2566
|
+
limitViewPerDayTo: number;
|
2567
|
+
increaseViewPerDayFrom: number;
|
2568
|
+
increaseViewPerDayTo: number;
|
2569
|
+
maxViewsPerDay: number;
|
2570
|
+
limitViewPerHourFrom: number;
|
2571
|
+
limitViewPerHourTo: number;
|
2572
|
+
increaseViewPerHourFrom: number;
|
2573
|
+
increaseViewPerHourTo: number;
|
2574
|
+
maxViewsPerHour: number;
|
2575
|
+
limitNumberPersonSendMessageFrom: number;
|
2576
|
+
limitNumberPersonSendMessageTo: number;
|
2577
|
+
timeDelaySendMessageFrom: number;
|
2578
|
+
timeDelaySendMessageTo: number;
|
2579
|
+
limitNumberLikeStoriesFrom: number;
|
2580
|
+
limitNumberLikeStoriesTo: number;
|
2581
|
+
timeDelayLikeStoryFrom: number;
|
2582
|
+
timeDelayLikeStoryTo: number;
|
2583
|
+
isTimeUs: boolean;
|
2584
|
+
isLikeStories: boolean;
|
2585
|
+
isSendMessageOnSheet: boolean;
|
2633
2586
|
}
|
2634
2587
|
|
2635
|
-
interface
|
2636
|
-
|
2637
|
-
|
2638
|
-
|
2639
|
-
|
2640
|
-
|
2641
|
-
|
2642
|
-
|
2643
|
-
|
2644
|
-
|
2645
|
-
|
2646
|
-
|
2647
|
-
|
2648
|
-
|
2649
|
-
|
2650
|
-
|
2651
|
-
|
2652
|
-
|
2653
|
-
|
2654
|
-
|
2588
|
+
interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
2589
|
+
account: IInstagramAccountRaw | string;
|
2590
|
+
dayOfWeeks: Array<string>;
|
2591
|
+
listRunTimes: Array<Array<string>>;
|
2592
|
+
timeExecuteForOperationFrom: number;
|
2593
|
+
timeExecuteForOperationTo: number;
|
2594
|
+
limitUnFollowPerDayFrom: number;
|
2595
|
+
limitUnFollowPerDayTo: number;
|
2596
|
+
increaseUnFollowPerDayFrom: number;
|
2597
|
+
increaseUnFollowPerDayTo: number;
|
2598
|
+
maxUnFollowPerDay: number;
|
2599
|
+
limitUnFollowPerHourFrom: number;
|
2600
|
+
limitUnFollowPerHourTo: number;
|
2601
|
+
increaseUnFollowPerHourFrom: number;
|
2602
|
+
increaseUnFollowPerHourTo: number;
|
2603
|
+
maxUnFollowPerHour: number;
|
2604
|
+
timeDelayInteractPerOperatorFrom: number;
|
2605
|
+
timeDelayInteractPerOperatorTo: number;
|
2606
|
+
isTimeUs: boolean;
|
2607
|
+
isInteractBeforeUnFollow: boolean;
|
2655
2608
|
}
|
2656
2609
|
|
2657
|
-
interface
|
2658
|
-
|
2659
|
-
|
2660
|
-
|
2661
|
-
|
2662
|
-
|
2663
|
-
|
2664
|
-
|
2665
|
-
|
2666
|
-
|
2667
|
-
|
2668
|
-
|
2669
|
-
status: EStatusTaskToolSocials;
|
2670
|
-
dayOfWeekUS: string;
|
2671
|
-
timeExecuteUS: Date;
|
2672
|
-
numberView: number;
|
2673
|
-
isLike: boolean;
|
2674
|
-
numberLike: number;
|
2675
|
-
minuteRun: number;
|
2610
|
+
interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
2611
|
+
account: IInstagramAccountRaw | string;
|
2612
|
+
listRunTimes: Array<{
|
2613
|
+
typePost: TPost;
|
2614
|
+
listTimes: Array<string>;
|
2615
|
+
}>;
|
2616
|
+
dayOfWeeks: Array<string>;
|
2617
|
+
numberCommentsForPostMeFrom: number;
|
2618
|
+
numberCommentsForPostMeTo: number;
|
2619
|
+
delayTimeCommentFrom: number;
|
2620
|
+
delayTimeCommentTo: number;
|
2621
|
+
isTimeUs: boolean;
|
2676
2622
|
}
|
2677
2623
|
|
2678
|
-
interface
|
2679
|
-
|
2680
|
-
|
2681
|
-
|
2682
|
-
|
2683
|
-
|
2684
|
-
|
2685
|
-
|
2686
|
-
|
2687
|
-
service: string;
|
2688
|
-
action: string;
|
2689
|
-
timeExecute: Date;
|
2690
|
-
status: EStatusTaskToolSocials;
|
2691
|
-
dayOfWeekUS: string;
|
2692
|
-
timeExecuteUS: Date;
|
2693
|
-
numberView: number;
|
2694
|
-
isLike: boolean;
|
2695
|
-
numberLike: number;
|
2624
|
+
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2625
|
+
account: IInstagramAccountRaw | string;
|
2626
|
+
sheetUrl: string;
|
2627
|
+
sheetName: string;
|
2628
|
+
sheetPageName: string;
|
2629
|
+
rowId: string;
|
2630
|
+
historyName: string;
|
2631
|
+
status: EStatusTaskScript;
|
2632
|
+
statusDetail: string;
|
2696
2633
|
}
|
2697
2634
|
|
2698
|
-
|
2699
|
-
|
2700
|
-
|
2701
|
-
|
2702
|
-
|
2703
|
-
|
2704
|
-
|
2705
|
-
|
2706
|
-
|
2707
|
-
|
2708
|
-
|
2709
|
-
|
2710
|
-
|
2711
|
-
|
2712
|
-
|
2713
|
-
|
2714
|
-
|
2715
|
-
typeSocial: ETypeSocial;
|
2716
|
-
accountSocial: string | IAccountSocialBase;
|
2717
|
-
taskType: TaskTypeInstagram | TaskTypeThreads;
|
2718
|
-
taskId: string;
|
2719
|
-
sheetTool: string | ISheetsTool;
|
2720
|
-
timeExecute: Date;
|
2721
|
-
keyTimeSetting: string;
|
2722
|
-
status: EStatusTaskToolSocials;
|
2723
|
-
}
|
2724
|
-
|
2725
|
-
type index$7_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
2726
|
-
type index$7_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
2727
|
-
type index$7_ITaskInstagramFollow = ITaskInstagramFollow;
|
2728
|
-
type index$7_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
2729
|
-
type index$7_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
2730
|
-
type index$7_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
2731
|
-
type index$7_ITaskInstagramPost = ITaskInstagramPost;
|
2732
|
-
type index$7_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
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 };
|
2635
|
+
interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2636
|
+
account: IInstagramAccountRaw | string;
|
2637
|
+
sheetUrl: string;
|
2638
|
+
sheetName: string;
|
2639
|
+
sheetPageName: string;
|
2640
|
+
rowId: string;
|
2641
|
+
otherAccount: string;
|
2642
|
+
photosUrl: string[];
|
2643
|
+
videosUrl: string[];
|
2644
|
+
collaborator: string;
|
2645
|
+
content: string;
|
2646
|
+
music: string;
|
2647
|
+
tagUser: string;
|
2648
|
+
location: string;
|
2649
|
+
url: string;
|
2650
|
+
status: EStatusTaskScript;
|
2651
|
+
statusDetail: string;
|
2743
2652
|
}
|
2744
2653
|
|
2745
|
-
interface
|
2746
|
-
|
2747
|
-
keyWords: string;
|
2748
|
-
keyWordsBlank: string;
|
2749
|
-
columnName: string;
|
2750
|
-
columnSymbol: string;
|
2751
|
-
columnType: ETypeColumnManagerWork;
|
2752
|
-
promptInput: string;
|
2753
|
-
promptOutput: string;
|
2754
|
-
status: EStatusTaskAIContent;
|
2755
|
-
}
|
2756
|
-
interface ITaskAIItemGroup {
|
2757
|
-
name: string;
|
2758
|
-
order: number;
|
2759
|
-
listItemAction: Array<ITaskAIItemAction>;
|
2760
|
-
listChannelsAI: Array<string> | Array<IAccountAIContentChannel>;
|
2761
|
-
status: EStatusTaskAIContent;
|
2762
|
-
}
|
2763
|
-
interface ITaskAIContent extends IBaseModel, ITrackingModel<IUser> {
|
2764
|
-
accountAI: string | IAccountAIContent;
|
2765
|
-
sheetID: string;
|
2654
|
+
interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2655
|
+
account: IInstagramAccountRaw | string;
|
2766
2656
|
sheetUrl: string;
|
2767
2657
|
sheetName: string;
|
2768
|
-
|
2769
|
-
|
2770
|
-
|
2771
|
-
|
2772
|
-
|
2773
|
-
|
2774
|
-
|
2658
|
+
sheetPageName: string;
|
2659
|
+
rowId: string;
|
2660
|
+
otherAccount: string;
|
2661
|
+
photosUrl: string[];
|
2662
|
+
videosUrl: string[];
|
2663
|
+
collaborator: string;
|
2664
|
+
content: string;
|
2665
|
+
music: string;
|
2666
|
+
tagUser: string;
|
2667
|
+
location: string;
|
2668
|
+
url: string;
|
2669
|
+
status: EStatusTaskScript;
|
2670
|
+
statusDetail: string;
|
2775
2671
|
}
|
2776
2672
|
|
2777
|
-
interface
|
2778
|
-
|
2673
|
+
interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2674
|
+
account: IInstagramAccountRaw | string;
|
2779
2675
|
sheetUrl: string;
|
2780
2676
|
sheetName: string;
|
2781
|
-
|
2782
|
-
|
2783
|
-
|
2784
|
-
|
2785
|
-
|
2786
|
-
|
2787
|
-
|
2788
|
-
|
2789
|
-
|
2790
|
-
|
2791
|
-
|
2792
|
-
|
2793
|
-
|
2794
|
-
|
2795
|
-
|
2796
|
-
statusImage: EStatusTaskImage;
|
2797
|
-
statusCanva: EStatusTaskCanva;
|
2677
|
+
sheetPageName: string;
|
2678
|
+
rowId: string;
|
2679
|
+
otherAccount: string;
|
2680
|
+
photosUrl: string[];
|
2681
|
+
videosUrl: string[];
|
2682
|
+
titlePoll: string;
|
2683
|
+
polls: string[];
|
2684
|
+
location: string;
|
2685
|
+
music: string;
|
2686
|
+
content: string;
|
2687
|
+
collaborator: string;
|
2688
|
+
tagUser: string;
|
2689
|
+
url: string;
|
2690
|
+
status: EStatusTaskScript;
|
2691
|
+
statusDetail: string;
|
2798
2692
|
}
|
2799
2693
|
|
2800
|
-
interface
|
2801
|
-
|
2694
|
+
interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2695
|
+
account: IInstagramAccountRaw | string;
|
2802
2696
|
sheetUrl: string;
|
2803
2697
|
sheetName: string;
|
2804
|
-
|
2805
|
-
|
2698
|
+
sheetPageName: string;
|
2699
|
+
rowId: string;
|
2700
|
+
otherAccount: string;
|
2701
|
+
photosUrl: string[];
|
2702
|
+
videosUrl: string[];
|
2703
|
+
music: string;
|
2704
|
+
location: string;
|
2705
|
+
status: EStatusTaskScript;
|
2706
|
+
statusDetail: string;
|
2707
|
+
}
|
2708
|
+
|
2709
|
+
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2710
|
+
account: IInstagramAccountRaw | string;
|
2711
|
+
content: string;
|
2712
|
+
userLink: string;
|
2713
|
+
linkPost: string;
|
2714
|
+
commentReplied: string;
|
2715
|
+
status: EStatusTaskScript;
|
2716
|
+
statusDetail: string;
|
2717
|
+
}
|
2718
|
+
|
2719
|
+
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2720
|
+
account: IInstagramAccountRaw | string;
|
2721
|
+
numberLike: number;
|
2722
|
+
minutesExecute: number;
|
2723
|
+
isLike: boolean;
|
2724
|
+
status: EStatusTaskScript;
|
2725
|
+
statusDetail: string;
|
2726
|
+
}
|
2727
|
+
|
2728
|
+
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2729
|
+
account: IInstagramAccountRaw | string;
|
2730
|
+
numberLike: number;
|
2731
|
+
minutesExecute: number;
|
2732
|
+
numberUsersSentMess: number;
|
2733
|
+
isLike: boolean;
|
2734
|
+
isSentMessage: boolean;
|
2735
|
+
statusDetail: string;
|
2736
|
+
status: EStatusTaskScript;
|
2737
|
+
}
|
2738
|
+
|
2739
|
+
interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2740
|
+
account: IInstagramAccountRaw | string;
|
2741
|
+
typeView: string;
|
2742
|
+
numberLike: number;
|
2743
|
+
minutesExecute: number;
|
2744
|
+
isLike: boolean;
|
2745
|
+
status: EStatusTaskScript;
|
2746
|
+
statusDetail: string;
|
2747
|
+
}
|
2748
|
+
|
2749
|
+
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2750
|
+
account: IInstagramAccountRaw | string;
|
2751
|
+
statusDetail: string;
|
2752
|
+
receiverName: string;
|
2753
|
+
messageReply: string;
|
2754
|
+
status: EStatusTaskScript;
|
2755
|
+
}
|
2756
|
+
|
2757
|
+
interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2758
|
+
account: IInstagramAccountRaw | string;
|
2759
|
+
statusDetail: string;
|
2760
|
+
follower: number;
|
2761
|
+
following: number;
|
2762
|
+
timeStart: Date;
|
2763
|
+
timeEnd: Date;
|
2764
|
+
status: EStatusTaskScript;
|
2765
|
+
}
|
2766
|
+
|
2767
|
+
interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
2768
|
+
account: IInstagramAccountRaw | string;
|
2769
|
+
listUserBlock: string[];
|
2770
|
+
listUserRestrict: string[];
|
2771
|
+
listUserHidden: string[];
|
2772
|
+
}
|
2773
|
+
|
2774
|
+
type index$a_IAccountSocialBase = IAccountSocialBase;
|
2775
|
+
type index$a_IAccountSocialGroup = IAccountSocialGroup;
|
2776
|
+
type index$a_IInstagramHistoryAutoPost = IInstagramHistoryAutoPost;
|
2777
|
+
type index$a_IInstagramHistoryBlockUser = IInstagramHistoryBlockUser;
|
2778
|
+
type index$a_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
|
2779
|
+
type index$a_IInstagramReportInteractExplore = IInstagramReportInteractExplore;
|
2780
|
+
type index$a_IInstagramReportInteractFollow = IInstagramReportInteractFollow;
|
2781
|
+
type index$a_IInstagramReportInteractReel = IInstagramReportInteractReel;
|
2782
|
+
type index$a_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
|
2783
|
+
type index$a_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
|
2784
|
+
type index$a_IInstagramReportInteractStory = IInstagramReportInteractStory;
|
2785
|
+
type index$a_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
|
2786
|
+
type index$a_IInstagramReportPostNew = IInstagramReportPostNew;
|
2787
|
+
type index$a_IInstagramReportPostReel = IInstagramReportPostReel;
|
2788
|
+
type index$a_IInstagramReportPostSquare = IInstagramReportPostSquare;
|
2789
|
+
type index$a_IInstagramReportPostStory = IInstagramReportPostStory;
|
2790
|
+
type index$a_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
|
2791
|
+
type index$a_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
2792
|
+
type index$a_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
2793
|
+
type index$a_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
2794
|
+
type index$a_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
|
2795
|
+
type index$a_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
2796
|
+
type index$a_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
2797
|
+
type index$a_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
2798
|
+
type index$a_IInstagramSettingPost = IInstagramSettingPost;
|
2799
|
+
type index$a_IThreadsHistoryAutoPost = IThreadsHistoryAutoPost;
|
2800
|
+
type index$a_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
|
2801
|
+
type index$a_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
|
2802
|
+
type index$a_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
|
2803
|
+
type index$a_IThreadsReportPost = IThreadsReportPost;
|
2804
|
+
type index$a_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
|
2805
|
+
type index$a_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
|
2806
|
+
type index$a_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
|
2807
|
+
type index$a_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
|
2808
|
+
type index$a_IThreadsSettingPost = IThreadsSettingPost;
|
2809
|
+
declare namespace index$a {
|
2810
|
+
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 };
|
2811
|
+
}
|
2812
|
+
|
2813
|
+
interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
|
2806
2814
|
typeSocial: ETypeSocial;
|
2807
2815
|
accountSocial: string | IAccountSocialBase;
|
2808
|
-
|
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;
|
2816
|
+
managerImageAI: string | IManagerImageAI;
|
2821
2817
|
}
|
2822
2818
|
|
2823
|
-
interface
|
2824
|
-
|
2825
|
-
|
2826
|
-
|
2827
|
-
|
2828
|
-
|
2819
|
+
interface IManagerImageAIItemStore extends IBaseModel, ITrackingModel<IUser> {
|
2820
|
+
file: IFile | string;
|
2821
|
+
managerImage: IManagerImageAI | string;
|
2822
|
+
typeFolderStore: EFolderImageAI;
|
2823
|
+
}
|
2824
|
+
|
2825
|
+
interface IManagerSheetGroup extends IBaseModel, ITrackingModel<IUser> {
|
2826
|
+
name: string;
|
2827
|
+
slug: string;
|
2828
|
+
}
|
2829
|
+
|
2830
|
+
interface IManagerSheet extends IBaseModel, ITrackingModel<IUser> {
|
2831
|
+
key: string;
|
2829
2832
|
typeSocial: ETypeSocial;
|
2830
|
-
|
2831
|
-
|
2832
|
-
|
2833
|
-
|
2834
|
-
|
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
|
-
typePost: string;
|
2857
|
-
titlePool: string;
|
2858
|
-
pool1: string;
|
2859
|
-
pool2: string;
|
2860
|
-
pool3: string;
|
2861
|
-
textFirstPage2: string;
|
2862
|
-
textSecondPage2: string;
|
2863
|
-
textPage6: string;
|
2864
|
-
linkAddHistory: string;
|
2865
|
-
nicheLinkCategory: string;
|
2866
|
-
styleName: string;
|
2867
|
-
backgroundForPage3: string;
|
2868
|
-
backgroundForPage4: string;
|
2869
|
-
backgroundForPage5: string;
|
2870
|
-
backgroundForPage6: string;
|
2871
|
-
effectAudioThumbnail: string;
|
2872
|
-
effectAudioPage345: string;
|
2873
|
-
bgRemoveBackground345: string;
|
2874
|
-
fontText1: string;
|
2875
|
-
fontText2: string;
|
2876
|
-
linkCanvaScript: string;
|
2877
|
-
linkCanvaVideo: string;
|
2878
|
-
linkCanvaImageThumb: string;
|
2879
|
-
linkCanvaImage1: string;
|
2880
|
-
linkCanvaImage2: string;
|
2881
|
-
linkCanvaImage3: string;
|
2882
|
-
linkCanvaImage4: string;
|
2883
|
-
linkCanvaImage5: string;
|
2884
|
-
statusImage: EStatusTaskImage;
|
2885
|
-
statusVoice: EStatusTaskVoice;
|
2886
|
-
statusCanva: EStatusTaskCanva;
|
2833
|
+
group: string | IManagerSheetGroup;
|
2834
|
+
standardColumn: string;
|
2835
|
+
url: string;
|
2836
|
+
name: string;
|
2837
|
+
isActive: boolean;
|
2887
2838
|
}
|
2888
2839
|
|
2889
|
-
interface
|
2840
|
+
interface IManagerSheetChildren extends IBaseModel, ITrackingModel<IUser> {
|
2841
|
+
managerSheet: string | IManagerSheet;
|
2842
|
+
name: string;
|
2843
|
+
accountAI: string | IAccountAIContent;
|
2844
|
+
listColumnActions: Array<{
|
2845
|
+
columnSymbol: string;
|
2846
|
+
columnName: string;
|
2847
|
+
}>;
|
2848
|
+
isActive: boolean;
|
2849
|
+
info: {
|
2850
|
+
numberCol: number;
|
2851
|
+
numberRow: number;
|
2852
|
+
numberTaskPending: number;
|
2853
|
+
numberTaskError: number;
|
2854
|
+
numberTaskDone: number;
|
2855
|
+
timeReadMaximum: number;
|
2856
|
+
};
|
2857
|
+
numberExecute: number;
|
2858
|
+
numberHourForExecute: number;
|
2859
|
+
}
|
2860
|
+
|
2861
|
+
interface IManagerSheetChildrenGroup extends IBaseModel, ITrackingModel<IUser> {
|
2862
|
+
sheetChildren: string | IManagerSheetChildren;
|
2863
|
+
name: string;
|
2864
|
+
slug: string;
|
2865
|
+
order: number;
|
2866
|
+
listChannelsAI: string[] | IAccountAIContentChannel[];
|
2867
|
+
}
|
2868
|
+
|
2869
|
+
interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel<IUser> {
|
2870
|
+
group: string | IManagerSheetChildrenGroup;
|
2871
|
+
order: number;
|
2872
|
+
columnSymbol: string;
|
2873
|
+
columnName: string;
|
2874
|
+
columnType: ETypeColumnManagerWork;
|
2875
|
+
keyWords: string;
|
2876
|
+
keyWordsBlank: string;
|
2877
|
+
}
|
2878
|
+
|
2879
|
+
interface IDeviceSettingForProxy extends IBaseModel, ITrackingModel<IUser> {
|
2880
|
+
device: string | IDevice;
|
2881
|
+
proxy: IProxy | string;
|
2882
|
+
}
|
2883
|
+
|
2884
|
+
interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel<IUser> {
|
2885
|
+
device: string | IDevice;
|
2886
|
+
accountVPN: string | IAccountVPN;
|
2887
|
+
}
|
2888
|
+
|
2889
|
+
interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
|
2890
|
+
typeSocial: ETypeSocial;
|
2891
|
+
sheetUrl: string;
|
2892
|
+
sheetName: string;
|
2893
|
+
accountID: string;
|
2894
|
+
nameAppCloneSocial: string;
|
2895
|
+
accountDeviceTypeAppClone: string;
|
2896
|
+
accountDeviceNameAppClone: string;
|
2897
|
+
idea: string | IManagerWork;
|
2898
|
+
niche: string | IManagerWork;
|
2899
|
+
pc: IPC | string;
|
2900
|
+
deviceKey: string;
|
2901
|
+
device: IDevice | string;
|
2902
|
+
group: IAccountSocialGroup | string;
|
2903
|
+
statusLogin: EStatusAccountSocialLogin;
|
2904
|
+
timeLogin: Date;
|
2905
|
+
email: string;
|
2906
|
+
emailPassword: string;
|
2907
|
+
email2FA: string;
|
2908
|
+
emailRecover: string;
|
2909
|
+
newUsername: string;
|
2910
|
+
newFullname: string;
|
2911
|
+
newEmail: string;
|
2912
|
+
new2FA: string;
|
2913
|
+
newPassword: string;
|
2914
|
+
statusConnectDevice: EStatusConnectDevice;
|
2915
|
+
noteConnectDevice: string;
|
2916
|
+
note: string;
|
2917
|
+
}
|
2918
|
+
|
2919
|
+
interface IHistoryTaskCanva extends IBaseModel, ITrackingModel<IUser> {
|
2890
2920
|
sheetID: string;
|
2891
2921
|
sheetUrl: string;
|
2892
2922
|
sheetName: string;
|
@@ -2894,31 +2924,6 @@ interface ITaskAIImageVoiceCanvaInstagram extends IBaseModel, ITrackingModel<IUs
|
|
2894
2924
|
row: number;
|
2895
2925
|
typeSocial: ETypeSocial;
|
2896
2926
|
accountSocial: string | IAccountSocialBase;
|
2897
|
-
typeRatioImage: ETypeRatioImage;
|
2898
|
-
channelImage: string | IAccountAIImageChannel;
|
2899
|
-
accountAIImageInfo: string | IAccountAIImageInfo;
|
2900
|
-
accountEmailImage: string | IAccountEmail;
|
2901
|
-
promptThumbInput: string;
|
2902
|
-
thumbOutputUrl: string;
|
2903
|
-
promptPage1Input: string;
|
2904
|
-
page1OutputUrl: string;
|
2905
|
-
promptPage2Input: string;
|
2906
|
-
page2OutputUrl: string;
|
2907
|
-
promptNichePage3Input: string;
|
2908
|
-
nichePage3OutputUrl: string;
|
2909
|
-
promptNichePage4Input: string;
|
2910
|
-
nichePage4OutputUrl: string;
|
2911
|
-
promptNichePage5Input: string;
|
2912
|
-
nichePage5OutputUrl: string;
|
2913
|
-
channelVoice: string | IAccountAIVoiceChannel;
|
2914
|
-
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
2915
|
-
accountEmailVoice: string | IAccountEmail;
|
2916
|
-
promptVoicePage1Input: string;
|
2917
|
-
voicePage1OutputUrl: string;
|
2918
|
-
promptVoicePage3456Input: string;
|
2919
|
-
voicePage3456OutputUrl: string;
|
2920
|
-
billetCharacterVoiceSpeaker1: string;
|
2921
|
-
billetCharacterVoiceSpeaker2: string;
|
2922
2927
|
typePost: string;
|
2923
2928
|
titlePool: string;
|
2924
2929
|
pool1: string;
|
@@ -2947,793 +2952,802 @@ interface ITaskAIImageVoiceCanvaInstagram extends IBaseModel, ITrackingModel<IUs
|
|
2947
2952
|
linkCanvaImage3: string;
|
2948
2953
|
linkCanvaImage4: string;
|
2949
2954
|
linkCanvaImage5: string;
|
2950
|
-
|
2951
|
-
|
2952
|
-
statusCanva: EStatusTaskCanva;
|
2955
|
+
status: EStatusTaskCanva;
|
2956
|
+
note: string;
|
2953
2957
|
}
|
2954
2958
|
|
2955
|
-
|
2956
|
-
|
2957
|
-
|
2958
|
-
|
2959
|
-
|
2960
|
-
|
2961
|
-
|
2962
|
-
|
2963
|
-
|
2959
|
+
interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
2960
|
+
sheetUrl: string;
|
2961
|
+
sheetName: string;
|
2962
|
+
typeSocial: ETypeSocial;
|
2963
|
+
account: string | IThreadsAccountRaw;
|
2964
|
+
deviceKey: string;
|
2965
|
+
minuteWaiting: number;
|
2966
|
+
isTimeUS: boolean;
|
2967
|
+
dayOfWeek: string;
|
2968
|
+
timeFrom: string;
|
2969
|
+
timeTo: string;
|
2970
|
+
service: string;
|
2971
|
+
action: string;
|
2972
|
+
timeExecute: Date;
|
2973
|
+
status: EStatusTaskToolSocials;
|
2974
|
+
dayOfWeekUS: string;
|
2975
|
+
timeExecuteUS: Date;
|
2976
|
+
canvaUrlVideo: string;
|
2977
|
+
canvaImageThumb: string;
|
2978
|
+
canvaImagePage1: string;
|
2979
|
+
canvaImagePage2: string;
|
2980
|
+
canvaImagePage3: string;
|
2981
|
+
canvaImagePage4: string;
|
2982
|
+
canvaImagePage5: string;
|
2983
|
+
contentPost: string;
|
2964
2984
|
}
|
2965
2985
|
|
2966
|
-
interface
|
2967
|
-
|
2968
|
-
|
2986
|
+
interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
2987
|
+
sheetUrl: string;
|
2988
|
+
sheetName: string;
|
2989
|
+
typeSocial: ETypeSocial;
|
2990
|
+
account: string | IThreadsAccountRaw;
|
2991
|
+
deviceKey: string;
|
2992
|
+
minuteWaiting: number;
|
2993
|
+
isTimeUS: boolean;
|
2994
|
+
dayOfWeek: string;
|
2995
|
+
timeFrom: string;
|
2996
|
+
timeTo: string;
|
2997
|
+
service: string;
|
2998
|
+
action: string;
|
2999
|
+
timeExecute: Date;
|
3000
|
+
status: EStatusTaskToolSocials;
|
3001
|
+
dayOfWeekUS: string;
|
3002
|
+
timeExecuteUS: Date;
|
3003
|
+
listUsernameFollow: string[];
|
2969
3004
|
}
|
2970
3005
|
|
2971
|
-
interface
|
2972
|
-
|
2973
|
-
|
2974
|
-
|
2975
|
-
|
3006
|
+
interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
3007
|
+
sheetUrl: string;
|
3008
|
+
sheetName: string;
|
3009
|
+
typeSocial: ETypeSocial;
|
3010
|
+
account: string | IThreadsAccountRaw;
|
3011
|
+
deviceKey: string;
|
3012
|
+
minuteWaiting: number;
|
3013
|
+
isTimeUS: boolean;
|
3014
|
+
dayOfWeek: string;
|
3015
|
+
timeFrom: string;
|
3016
|
+
timeTo: string;
|
3017
|
+
service: string;
|
3018
|
+
action: string;
|
3019
|
+
timeExecute: Date;
|
3020
|
+
status: EStatusTaskToolSocials;
|
3021
|
+
dayOfWeekUS: string;
|
3022
|
+
timeExecuteUS: Date;
|
3023
|
+
postUrlReply: string;
|
3024
|
+
messageForReply: string;
|
3025
|
+
replyCommentContentStep1: string;
|
3026
|
+
replyCommentContentStep2: string;
|
3027
|
+
statusStep1: EStatusTaskToolSocials;
|
3028
|
+
statusStep2: EStatusTaskToolSocials;
|
2976
3029
|
}
|
2977
3030
|
|
2978
|
-
interface
|
2979
|
-
|
2980
|
-
|
2981
|
-
voiceStore: IVoiceStores | string;
|
2982
|
-
}>;
|
2983
|
-
vg_setting: {
|
2984
|
-
speed: number;
|
2985
|
-
stability: number;
|
2986
|
-
similarity: number;
|
2987
|
-
speakerBoost: boolean;
|
2988
|
-
};
|
2989
|
-
vg_audio: string;
|
2990
|
-
}
|
2991
|
-
|
2992
|
-
interface IVoiceSettingDelay extends IBaseModel, ITrackingModel<IUser> {
|
2993
|
-
vsd_symbol: string;
|
2994
|
-
vsd_timeDelay: number;
|
2995
|
-
}
|
2996
|
-
|
2997
|
-
interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
|
3031
|
+
interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
3032
|
+
sheetUrl: string;
|
3033
|
+
sheetName: string;
|
2998
3034
|
typeSocial: ETypeSocial;
|
2999
|
-
|
3000
|
-
|
3001
|
-
|
3002
|
-
|
3035
|
+
account: string | IThreadsAccountRaw;
|
3036
|
+
deviceKey: string;
|
3037
|
+
minuteWaiting: number;
|
3038
|
+
isTimeUS: boolean;
|
3039
|
+
dayOfWeek: string;
|
3040
|
+
timeFrom: string;
|
3041
|
+
timeTo: string;
|
3042
|
+
service: string;
|
3043
|
+
action: string;
|
3044
|
+
timeExecute: Date;
|
3045
|
+
status: EStatusTaskToolSocials;
|
3046
|
+
dayOfWeekUS: string;
|
3047
|
+
timeExecuteUS: Date;
|
3048
|
+
postUrlReply: string;
|
3049
|
+
messageForReply: string;
|
3050
|
+
replyMessageContentStep1: string;
|
3051
|
+
replyMessageContentStep2: string;
|
3052
|
+
statusStep1: EStatusTaskToolSocials;
|
3053
|
+
statusStep2: EStatusTaskToolSocials;
|
3003
3054
|
}
|
3004
3055
|
|
3005
|
-
type index$
|
3006
|
-
type index$
|
3007
|
-
type index$
|
3008
|
-
type index$
|
3009
|
-
|
3010
|
-
type index$
|
3011
|
-
type index$5_IAccountAIImageChannel = IAccountAIImageChannel;
|
3012
|
-
type index$5_IAccountAIImageGroup = IAccountAIImageGroup;
|
3013
|
-
type index$5_IAccountAIImageInfo = IAccountAIImageInfo;
|
3014
|
-
type index$5_IAccountAIImageTag = IAccountAIImageTag;
|
3015
|
-
type index$5_IAccountAIVoice = IAccountAIVoice;
|
3016
|
-
type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
|
3017
|
-
type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
3018
|
-
type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
3019
|
-
type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
3020
|
-
type index$5_IAccountCHPlayICloud = IAccountCHPlayICloud;
|
3021
|
-
type index$5_IAccountCanva = IAccountCanva;
|
3022
|
-
type index$5_IAccountDrive = IAccountDrive;
|
3023
|
-
type index$5_IAccountEmail = IAccountEmail;
|
3024
|
-
type index$5_IAccountEmailProxy = IAccountEmailProxy;
|
3025
|
-
type index$5_IAccountEmailTag = IAccountEmailTag;
|
3026
|
-
type index$5_IAccountEmailTaskWork = IAccountEmailTaskWork;
|
3027
|
-
type index$5_IAccountSocialBase = IAccountSocialBase;
|
3028
|
-
type index$5_IAccountSocialGroup = IAccountSocialGroup;
|
3029
|
-
type index$5_IAccountVPN = IAccountVPN;
|
3030
|
-
type index$5_IAccountVPS = IAccountVPS;
|
3031
|
-
type index$5_IAccountVPSGroup = IAccountVPSGroup;
|
3032
|
-
type index$5_IDevice = IDevice;
|
3033
|
-
type index$5_IDeviceSettingForAccount = IDeviceSettingForAccount;
|
3034
|
-
type index$5_IDeviceSettingForCHPlayICloud = IDeviceSettingForCHPlayICloud;
|
3035
|
-
type index$5_IDeviceSettingForProxy = IDeviceSettingForProxy;
|
3036
|
-
type index$5_IDeviceSettingForVPN = IDeviceSettingForVPN;
|
3037
|
-
type index$5_IInstagramAccountRaw = IInstagramAccountRaw;
|
3038
|
-
type index$5_IInstagramAccountRun = IInstagramAccountRun;
|
3039
|
-
type index$5_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
|
3040
|
-
type index$5_IInstagramHistoryChange = IInstagramHistoryChange;
|
3041
|
-
type index$5_IInstagramHistoryCreate = IInstagramHistoryCreate;
|
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 };
|
3056
|
+
type index$9_ITaskThreadsFollow = ITaskThreadsFollow;
|
3057
|
+
type index$9_ITaskThreadsPost = ITaskThreadsPost;
|
3058
|
+
type index$9_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
3059
|
+
type index$9_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
3060
|
+
declare namespace index$9 {
|
3061
|
+
export type { index$9_ITaskThreadsFollow as ITaskThreadsFollow, index$9_ITaskThreadsPost as ITaskThreadsPost, index$9_ITaskThreadsReplyComment as ITaskThreadsReplyComment, index$9_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage };
|
3066
3062
|
}
|
3067
3063
|
|
3068
|
-
interface
|
3069
|
-
sheetID: string;
|
3064
|
+
interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
3070
3065
|
sheetUrl: string;
|
3071
3066
|
sheetName: string;
|
3072
|
-
rowID: string;
|
3073
|
-
row: number;
|
3074
3067
|
typeSocial: ETypeSocial;
|
3075
|
-
|
3076
|
-
|
3077
|
-
|
3078
|
-
|
3079
|
-
|
3080
|
-
|
3081
|
-
|
3082
|
-
|
3083
|
-
|
3084
|
-
|
3085
|
-
|
3086
|
-
|
3087
|
-
|
3088
|
-
|
3089
|
-
|
3090
|
-
|
3091
|
-
nichePage5OutputUrl: string;
|
3092
|
-
errorPromptImage: string;
|
3093
|
-
status: EStatusTaskImage;
|
3094
|
-
note: string;
|
3068
|
+
account: string | IInstagramAccountRaw;
|
3069
|
+
deviceKey: string;
|
3070
|
+
minuteWaiting: number;
|
3071
|
+
isTimeUS: boolean;
|
3072
|
+
dayOfWeek: string;
|
3073
|
+
timeFrom: string;
|
3074
|
+
timeTo: string;
|
3075
|
+
service: string;
|
3076
|
+
action: string;
|
3077
|
+
timeExecute: Date;
|
3078
|
+
status: EStatusTaskToolSocials;
|
3079
|
+
dayOfWeekUS: string;
|
3080
|
+
timeExecuteUS: Date;
|
3081
|
+
listBlockUserName: string[];
|
3082
|
+
listRestrictUserName: string[];
|
3083
|
+
listHiddenUserName: string[];
|
3095
3084
|
}
|
3096
3085
|
|
3097
|
-
interface
|
3098
|
-
sheetID: string;
|
3086
|
+
interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
3099
3087
|
sheetUrl: string;
|
3100
3088
|
sheetName: string;
|
3101
|
-
rowID: string;
|
3102
|
-
row: number;
|
3103
3089
|
typeSocial: ETypeSocial;
|
3104
|
-
|
3105
|
-
|
3106
|
-
|
3107
|
-
|
3108
|
-
|
3109
|
-
|
3110
|
-
|
3111
|
-
|
3112
|
-
|
3113
|
-
|
3114
|
-
|
3115
|
-
|
3116
|
-
|
3090
|
+
account: string | IInstagramAccountRaw;
|
3091
|
+
deviceKey: string;
|
3092
|
+
minuteWaiting: number;
|
3093
|
+
isTimeUS: boolean;
|
3094
|
+
dayOfWeek: string;
|
3095
|
+
timeFrom: string;
|
3096
|
+
timeTo: string;
|
3097
|
+
service: string;
|
3098
|
+
action: string;
|
3099
|
+
timeExecute: Date;
|
3100
|
+
status: EStatusTaskToolSocials;
|
3101
|
+
dayOfWeekUS: string;
|
3102
|
+
timeExecuteUS: Date;
|
3103
|
+
oldUserName: string;
|
3104
|
+
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
3105
|
+
changeUserNameNew: string;
|
3106
|
+
changeFullnameNew: string;
|
3107
|
+
changeBioNew: string;
|
3108
|
+
passwordNew: string;
|
3109
|
+
emailNew: string;
|
3110
|
+
code2fa: string;
|
3111
|
+
nameLink1: string;
|
3112
|
+
link1: string;
|
3113
|
+
nameLink2: string;
|
3114
|
+
link2: string;
|
3115
|
+
nameLink3: string;
|
3116
|
+
link3: string;
|
3117
|
+
changeAvatar: string;
|
3118
|
+
fontTextAvatarUsername: string;
|
3119
|
+
urlImageAvatar: string;
|
3120
|
+
changeCover: string;
|
3121
|
+
fontTextCoverUsername: string;
|
3122
|
+
urlImageCover: string;
|
3117
3123
|
}
|
3118
3124
|
|
3119
|
-
|
3120
|
-
|
3121
|
-
|
3122
|
-
|
3123
|
-
|
3124
|
-
|
3125
|
+
interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
3126
|
+
sheetUrl: string;
|
3127
|
+
sheetName: string;
|
3128
|
+
typeSocial: ETypeSocial;
|
3129
|
+
account: string | IInstagramAccountRaw;
|
3130
|
+
deviceKey: string;
|
3131
|
+
minuteWaiting: number;
|
3132
|
+
isTimeUS: boolean;
|
3133
|
+
dayOfWeek: string;
|
3134
|
+
timeFrom: string;
|
3135
|
+
timeTo: string;
|
3136
|
+
service: string;
|
3137
|
+
action: string;
|
3138
|
+
timeExecute: Date;
|
3139
|
+
status: EStatusTaskToolSocials;
|
3140
|
+
dayOfWeekUS: string;
|
3141
|
+
timeExecuteUS: Date;
|
3142
|
+
listUsernameFollow: string[];
|
3125
3143
|
}
|
3126
3144
|
|
3127
|
-
interface
|
3128
|
-
|
3129
|
-
|
3145
|
+
interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
3146
|
+
sheetUrl: string;
|
3147
|
+
sheetName: string;
|
3148
|
+
typeSocial: ETypeSocial;
|
3149
|
+
account: string | IInstagramAccountRaw;
|
3150
|
+
deviceKey: string;
|
3151
|
+
minuteWaiting: number;
|
3152
|
+
isTimeUS: boolean;
|
3153
|
+
dayOfWeek: string;
|
3154
|
+
timeFrom: string;
|
3155
|
+
timeTo: string;
|
3156
|
+
service: string;
|
3157
|
+
action: string;
|
3158
|
+
timeExecute: Date;
|
3159
|
+
status: EStatusTaskToolSocials;
|
3160
|
+
dayOfWeekUS: string;
|
3161
|
+
timeExecuteUS: Date;
|
3162
|
+
postUrlReply: string;
|
3163
|
+
messageForReply: string;
|
3164
|
+
replyCommentContentStep1: string;
|
3165
|
+
replyCommentContentStep2: string;
|
3166
|
+
statusStep1: EStatusTaskToolSocials;
|
3167
|
+
statusStep2: EStatusTaskToolSocials;
|
3130
3168
|
}
|
3131
3169
|
|
3132
|
-
interface
|
3133
|
-
|
3134
|
-
|
3135
|
-
|
3170
|
+
interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
3171
|
+
sheetUrl: string;
|
3172
|
+
sheetName: string;
|
3173
|
+
typeSocial: ETypeSocial;
|
3174
|
+
account: string | IInstagramAccountRaw;
|
3175
|
+
deviceKey: string;
|
3176
|
+
minuteWaiting: number;
|
3177
|
+
isTimeUS: boolean;
|
3178
|
+
dayOfWeek: string;
|
3179
|
+
timeFrom: string;
|
3180
|
+
timeTo: string;
|
3181
|
+
service: string;
|
3182
|
+
action: string;
|
3183
|
+
timeExecute: Date;
|
3184
|
+
status: EStatusTaskToolSocials;
|
3185
|
+
dayOfWeekUS: string;
|
3186
|
+
timeExecuteUS: Date;
|
3187
|
+
postUrlReply: string;
|
3188
|
+
messageForReply: string;
|
3189
|
+
replyMessageContentStep1: string;
|
3190
|
+
replyMessageContentStep2: string;
|
3191
|
+
statusStep1: EStatusTaskToolSocials;
|
3192
|
+
statusStep2: EStatusTaskToolSocials;
|
3136
3193
|
}
|
3137
3194
|
|
3138
|
-
interface
|
3139
|
-
|
3140
|
-
|
3141
|
-
|
3142
|
-
|
3143
|
-
|
3144
|
-
|
3145
|
-
|
3146
|
-
|
3147
|
-
|
3148
|
-
|
3149
|
-
|
3150
|
-
|
3151
|
-
|
3152
|
-
|
3153
|
-
|
3154
|
-
|
3155
|
-
|
3156
|
-
|
3157
|
-
|
3158
|
-
|
3159
|
-
|
3195
|
+
interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
3196
|
+
sheetUrl: string;
|
3197
|
+
sheetName: string;
|
3198
|
+
typeSocial: ETypeSocial;
|
3199
|
+
account: string | IInstagramAccountRaw;
|
3200
|
+
deviceKey: string;
|
3201
|
+
minuteWaiting: number;
|
3202
|
+
isTimeUS: boolean;
|
3203
|
+
dayOfWeek: string;
|
3204
|
+
timeFrom: string;
|
3205
|
+
timeTo: string;
|
3206
|
+
service: string;
|
3207
|
+
action: string;
|
3208
|
+
timeExecute: Date;
|
3209
|
+
status: EStatusTaskToolSocials;
|
3210
|
+
dayOfWeekUS: string;
|
3211
|
+
timeExecuteUS: Date;
|
3212
|
+
canvaUrlVideo: string;
|
3213
|
+
canvaImageThumb: string;
|
3214
|
+
canvaImagePage1: string;
|
3215
|
+
canvaImagePage2: string;
|
3216
|
+
canvaImagePage3: string;
|
3217
|
+
canvaImagePage4: string;
|
3218
|
+
canvaImagePage5: string;
|
3219
|
+
username: string;
|
3220
|
+
contentPost: string;
|
3221
|
+
nicheLinkCategory: string;
|
3222
|
+
titlePool: string;
|
3223
|
+
pool1: string;
|
3224
|
+
pool2: string;
|
3225
|
+
pool3: string;
|
3226
|
+
textFirstPage2: string;
|
3227
|
+
textSecondPage2: string;
|
3228
|
+
textPage6: string;
|
3229
|
+
voicePage1: string;
|
3230
|
+
voicePage3456: string;
|
3231
|
+
addMusic: string;
|
3232
|
+
tagUserName: string;
|
3233
|
+
tagCollaborator: string;
|
3234
|
+
addLocation: string;
|
3235
|
+
historyName: string;
|
3236
|
+
linkAddHistory: string;
|
3237
|
+
commentPostMe: string;
|
3238
|
+
tagUserPostMe: string;
|
3239
|
+
typePost: string;
|
3240
|
+
postStyle: string;
|
3241
|
+
statusPost: string;
|
3160
3242
|
}
|
3161
3243
|
|
3162
|
-
interface
|
3163
|
-
|
3164
|
-
|
3165
|
-
|
3166
|
-
|
3167
|
-
|
3168
|
-
|
3169
|
-
|
3170
|
-
|
3171
|
-
|
3172
|
-
|
3173
|
-
|
3174
|
-
|
3175
|
-
|
3176
|
-
|
3177
|
-
|
3178
|
-
|
3244
|
+
interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
3245
|
+
typeSocial: ETypeSocial;
|
3246
|
+
account: string | IInstagramAccountRaw;
|
3247
|
+
deviceKey: string;
|
3248
|
+
minuteWaiting: number;
|
3249
|
+
isTimeUS: boolean;
|
3250
|
+
dayOfWeek: string;
|
3251
|
+
timeFrom: string;
|
3252
|
+
timeTo: string;
|
3253
|
+
service: string;
|
3254
|
+
action: string;
|
3255
|
+
timeExecute: Date;
|
3256
|
+
status: EStatusTaskToolSocials;
|
3257
|
+
dayOfWeekUS: string;
|
3258
|
+
timeExecuteUS: Date;
|
3259
|
+
numberView: number;
|
3260
|
+
isBasicView: boolean;
|
3261
|
+
isLike: boolean;
|
3262
|
+
numberLike: number;
|
3263
|
+
minuteRun: number;
|
3179
3264
|
}
|
3180
3265
|
|
3181
|
-
interface
|
3182
|
-
|
3183
|
-
|
3184
|
-
|
3185
|
-
|
3186
|
-
|
3187
|
-
|
3188
|
-
|
3266
|
+
interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
3267
|
+
typeSocial: ETypeSocial;
|
3268
|
+
account: string | IInstagramAccountRaw;
|
3269
|
+
deviceKey: string;
|
3270
|
+
minuteWaiting: number;
|
3271
|
+
isTimeUS: boolean;
|
3272
|
+
dayOfWeek: string;
|
3273
|
+
timeFrom: string;
|
3274
|
+
timeTo: string;
|
3275
|
+
service: string;
|
3276
|
+
action: string;
|
3277
|
+
timeExecute: Date;
|
3278
|
+
status: EStatusTaskToolSocials;
|
3279
|
+
dayOfWeekUS: string;
|
3280
|
+
timeExecuteUS: Date;
|
3281
|
+
numberView: number;
|
3282
|
+
isLike: boolean;
|
3283
|
+
numberLike: number;
|
3284
|
+
minuteRun: number;
|
3189
3285
|
}
|
3190
3286
|
|
3191
|
-
interface
|
3192
|
-
|
3193
|
-
|
3194
|
-
|
3195
|
-
|
3196
|
-
|
3287
|
+
interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
3288
|
+
typeSocial: ETypeSocial;
|
3289
|
+
account: string | IInstagramAccountRaw;
|
3290
|
+
deviceKey: string;
|
3291
|
+
minuteWaiting: number;
|
3292
|
+
isTimeUS: boolean;
|
3293
|
+
dayOfWeek: string;
|
3294
|
+
timeFrom: string;
|
3295
|
+
timeTo: string;
|
3296
|
+
service: string;
|
3297
|
+
action: string;
|
3298
|
+
timeExecute: Date;
|
3299
|
+
status: EStatusTaskToolSocials;
|
3300
|
+
dayOfWeekUS: string;
|
3301
|
+
timeExecuteUS: Date;
|
3302
|
+
numberView: number;
|
3303
|
+
isLike: boolean;
|
3304
|
+
numberLike: number;
|
3197
3305
|
}
|
3198
3306
|
|
3199
|
-
|
3200
|
-
|
3201
|
-
|
3202
|
-
|
3203
|
-
|
3204
|
-
|
3205
|
-
|
3206
|
-
|
3207
|
-
|
3307
|
+
type index$8_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
3308
|
+
type index$8_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
3309
|
+
type index$8_ITaskInstagramFollow = ITaskInstagramFollow;
|
3310
|
+
type index$8_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
3311
|
+
type index$8_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
3312
|
+
type index$8_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
3313
|
+
type index$8_ITaskInstagramPost = ITaskInstagramPost;
|
3314
|
+
type index$8_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
3315
|
+
type index$8_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
3316
|
+
declare namespace index$8 {
|
3317
|
+
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 };
|
3208
3318
|
}
|
3209
3319
|
|
3210
|
-
|
3211
|
-
|
3212
|
-
|
3213
|
-
|
3214
|
-
|
3215
|
-
|
3216
|
-
|
3217
|
-
|
3218
|
-
|
3219
|
-
|
3220
|
-
|
3221
|
-
|
3320
|
+
type TaskTypeInstagram = 'Post' | 'Follow' | 'ReplyComment' | 'ReplyMessage' | 'ChangeInfo' | 'BlockUser';
|
3321
|
+
type TaskTypeThreads = 'Post' | 'ReplyComment' | 'Follow';
|
3322
|
+
interface ITaskToolMonitor extends IBaseModel, ITrackingModel<IUser> {
|
3323
|
+
deviceKey: string;
|
3324
|
+
typeSocial: ETypeSocial;
|
3325
|
+
accountSocial: string | IAccountSocialBase;
|
3326
|
+
taskType: TaskTypeInstagram | TaskTypeThreads;
|
3327
|
+
taskId: string;
|
3328
|
+
sheetTool: string | ISheetsTool;
|
3329
|
+
timeExecute: Date;
|
3330
|
+
keyTimeSetting: string;
|
3331
|
+
status: EStatusTaskToolSocials;
|
3222
3332
|
}
|
3223
3333
|
|
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;
|
3334
|
+
type index$7_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
3335
|
+
type index$7_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
3336
|
+
type index$7_ITaskInstagramFollow = ITaskInstagramFollow;
|
3337
|
+
type index$7_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
3338
|
+
type index$7_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
3339
|
+
type index$7_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
3340
|
+
type index$7_ITaskInstagramPost = ITaskInstagramPost;
|
3341
|
+
type index$7_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
3342
|
+
type index$7_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
3343
|
+
type index$7_ITaskThreadsFollow = ITaskThreadsFollow;
|
3344
|
+
type index$7_ITaskThreadsPost = ITaskThreadsPost;
|
3345
|
+
type index$7_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
3346
|
+
type index$7_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
3347
|
+
type index$7_ITaskToolMonitor = ITaskToolMonitor;
|
3348
|
+
type index$7_TaskTypeInstagram = TaskTypeInstagram;
|
3349
|
+
type index$7_TaskTypeThreads = TaskTypeThreads;
|
3350
|
+
declare namespace index$7 {
|
3351
|
+
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 };
|
3261
3352
|
}
|
3262
3353
|
|
3263
|
-
interface
|
3264
|
-
|
3265
|
-
|
3266
|
-
|
3267
|
-
|
3268
|
-
|
3269
|
-
|
3270
|
-
|
3271
|
-
|
3272
|
-
|
3273
|
-
maxUnFollowPerDay: number;
|
3274
|
-
limitUnFollowPerHourFrom: number;
|
3275
|
-
limitUnFollowPerHourTo: number;
|
3276
|
-
increaseUnFollowPerHourFrom: number;
|
3277
|
-
increaseUnFollowPerHourTo: number;
|
3278
|
-
maxUnFollowPerHour: number;
|
3279
|
-
timeDelayInteractPerOperatorFrom: number;
|
3280
|
-
timeDelayInteractPerOperatorTo: number;
|
3281
|
-
isTimeUs: boolean;
|
3282
|
-
isInteractBeforeUnFollow: boolean;
|
3283
|
-
}
|
3284
|
-
|
3285
|
-
interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
3286
|
-
account: IThreadsAccountRaw | string;
|
3287
|
-
dayOfWeeks: Array<string>;
|
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;
|
3354
|
+
interface ITaskAIItemAction {
|
3355
|
+
order: number;
|
3356
|
+
keyWords: string;
|
3357
|
+
keyWordsBlank: string;
|
3358
|
+
columnName: string;
|
3359
|
+
columnSymbol: string;
|
3360
|
+
columnType: ETypeColumnManagerWork;
|
3361
|
+
promptInput: string;
|
3362
|
+
promptOutput: string;
|
3363
|
+
status: EStatusTaskAIContent;
|
3306
3364
|
}
|
3307
|
-
|
3308
|
-
|
3309
|
-
|
3310
|
-
|
3311
|
-
|
3312
|
-
|
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;
|
3365
|
+
interface ITaskAIItemGroup {
|
3366
|
+
name: string;
|
3367
|
+
order: number;
|
3368
|
+
listItemAction: Array<ITaskAIItemAction>;
|
3369
|
+
listChannelsAI: Array<string> | Array<IAccountAIContentChannel>;
|
3370
|
+
status: EStatusTaskAIContent;
|
3324
3371
|
}
|
3325
|
-
|
3326
|
-
|
3372
|
+
interface ITaskAIContent extends IBaseModel, ITrackingModel<IUser> {
|
3373
|
+
accountAI: string | IAccountAIContent;
|
3374
|
+
sheetID: string;
|
3375
|
+
sheetUrl: string;
|
3327
3376
|
sheetName: string;
|
3328
|
-
|
3329
|
-
|
3330
|
-
|
3331
|
-
|
3332
|
-
|
3333
|
-
|
3334
|
-
|
3335
|
-
statusUploadDrive: EStatusExecuteCommon;
|
3336
|
-
proxyType: ETypeProxy;
|
3337
|
-
vpnEmail: string;
|
3338
|
-
vpnPosition: ETypeProxy;
|
3339
|
-
typePost: TPost;
|
3340
|
-
stylePost: TPostStyle;
|
3341
|
-
content: string;
|
3342
|
-
settingPost: string | IInstagramSettingPost;
|
3343
|
-
timePost: Date;
|
3344
|
-
linkPost: string;
|
3345
|
-
statusAccount: EStatusAccountSocial;
|
3346
|
-
statusPost: EStatusTaskScript;
|
3347
|
-
noteFix: string;
|
3377
|
+
sheetChildren: string | IManagerSheetChildren;
|
3378
|
+
rowID: string;
|
3379
|
+
row: number;
|
3380
|
+
colSymbolForRunTask: string;
|
3381
|
+
inputForRunTask: string;
|
3382
|
+
listGroupsActions: Array<ITaskAIItemGroup>;
|
3383
|
+
status: EStatusTaskAIContent;
|
3348
3384
|
}
|
3349
3385
|
|
3350
|
-
interface
|
3386
|
+
interface ITaskAIImageCanvaThreads extends IBaseModel, ITrackingModel<IUser> {
|
3387
|
+
sheetID: string;
|
3388
|
+
sheetUrl: string;
|
3351
3389
|
sheetName: string;
|
3352
|
-
|
3353
|
-
|
3354
|
-
|
3355
|
-
|
3356
|
-
|
3357
|
-
|
3358
|
-
|
3359
|
-
|
3360
|
-
|
3361
|
-
|
3362
|
-
|
3363
|
-
|
3364
|
-
|
3365
|
-
|
3366
|
-
|
3367
|
-
|
3368
|
-
|
3369
|
-
listRunTimes: Array<Array<string>>;
|
3370
|
-
maxViewPerDay: number;
|
3371
|
-
timeExecuteForOperationTo: number;
|
3372
|
-
timeExecuteForOperationFrom: number;
|
3373
|
-
limitViewPerDayFrom: number;
|
3374
|
-
limitViewPerDayTo: number;
|
3375
|
-
increaseDailyViewFrom: number;
|
3376
|
-
increaseDailyViewTo: number;
|
3377
|
-
limitNumberLikePerOperationFrom: number;
|
3378
|
-
limitNumberLikePerOperationTo: number;
|
3379
|
-
timeDelayLikeFrom: number;
|
3380
|
-
timeDelayLikeTo: number;
|
3381
|
-
isTimeUs: boolean;
|
3382
|
-
isDetailsView: boolean;
|
3383
|
-
isLikeExplore: boolean;
|
3390
|
+
rowID: string;
|
3391
|
+
row: number;
|
3392
|
+
typeSocial: ETypeSocial;
|
3393
|
+
accountSocial: string | IAccountSocialBase;
|
3394
|
+
typeRatioImage: ETypeRatioImage;
|
3395
|
+
channelImage: string | IAccountAIImageChannel;
|
3396
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
3397
|
+
accountEmailImage: string | IAccountEmail;
|
3398
|
+
username: string;
|
3399
|
+
promptAvatarInput: string;
|
3400
|
+
urlAvatarOutput: string;
|
3401
|
+
fontTextAvatar: string;
|
3402
|
+
promptCoverInput: string;
|
3403
|
+
urlCoverOutput: string;
|
3404
|
+
fontTextCover: string;
|
3405
|
+
statusImage: EStatusTaskImage;
|
3406
|
+
statusCanva: EStatusTaskCanva;
|
3384
3407
|
}
|
3385
3408
|
|
3386
|
-
interface
|
3387
|
-
|
3388
|
-
|
3389
|
-
|
3390
|
-
|
3391
|
-
|
3392
|
-
|
3393
|
-
|
3394
|
-
|
3395
|
-
|
3396
|
-
|
3397
|
-
|
3398
|
-
|
3399
|
-
|
3400
|
-
|
3401
|
-
|
3402
|
-
|
3403
|
-
|
3404
|
-
|
3405
|
-
|
3406
|
-
|
3407
|
-
limitNumberInteractUserFollowingTo: number;
|
3408
|
-
timeDelayInteractUserFollowingFrom: number;
|
3409
|
-
timeDelayInteractUserFollowingTo: number;
|
3410
|
-
limitNumberInteractUserFollowerFrom: number;
|
3411
|
-
limitNumberInteractUserFollowerTo: number;
|
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;
|
3409
|
+
interface ITaskAIImageCanvaInstagram extends IBaseModel, ITrackingModel<IUser> {
|
3410
|
+
sheetID: string;
|
3411
|
+
sheetUrl: string;
|
3412
|
+
sheetName: string;
|
3413
|
+
rowID: string;
|
3414
|
+
row: number;
|
3415
|
+
typeSocial: ETypeSocial;
|
3416
|
+
accountSocial: string | IAccountSocialBase;
|
3417
|
+
typeRatioImage: ETypeRatioImage;
|
3418
|
+
channelImage: string | IAccountAIImageChannel;
|
3419
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
3420
|
+
accountEmailImage: string | IAccountEmail;
|
3421
|
+
username: string;
|
3422
|
+
promptAvatarInput: string;
|
3423
|
+
urlAvatarOutput: string;
|
3424
|
+
fontTextAvatar: string;
|
3425
|
+
promptCoverInput: string;
|
3426
|
+
urlCoverOutput: string;
|
3427
|
+
fontTextCover: string;
|
3428
|
+
statusImage: EStatusTaskImage;
|
3429
|
+
statusCanva: EStatusTaskCanva;
|
3423
3430
|
}
|
3424
3431
|
|
3425
|
-
interface
|
3426
|
-
|
3427
|
-
|
3428
|
-
|
3429
|
-
|
3430
|
-
|
3431
|
-
|
3432
|
-
|
3433
|
-
|
3434
|
-
|
3435
|
-
|
3436
|
-
|
3437
|
-
|
3438
|
-
|
3439
|
-
|
3440
|
-
|
3441
|
-
|
3432
|
+
interface ITaskAIImageVoiceCanvaThreads extends IBaseModel, ITrackingModel<IUser> {
|
3433
|
+
sheetID: string;
|
3434
|
+
sheetUrl: string;
|
3435
|
+
sheetName: string;
|
3436
|
+
rowID: string;
|
3437
|
+
row: number;
|
3438
|
+
typeSocial: ETypeSocial;
|
3439
|
+
accountSocial: string | IAccountSocialBase;
|
3440
|
+
typeRatioImage: ETypeRatioImage;
|
3441
|
+
channelImage: string | IAccountAIImageChannel;
|
3442
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
3443
|
+
accountEmailImage: string | IAccountEmail;
|
3444
|
+
promptThumbInput: string;
|
3445
|
+
thumbOutputUrl: string;
|
3446
|
+
promptPage1Input: string;
|
3447
|
+
page1OutputUrl: string;
|
3448
|
+
promptPage2Input: string;
|
3449
|
+
page2OutputUrl: string;
|
3450
|
+
promptNichePage3Input: string;
|
3451
|
+
nichePage3OutputUrl: string;
|
3452
|
+
promptNichePage4Input: string;
|
3453
|
+
nichePage4OutputUrl: string;
|
3454
|
+
promptNichePage5Input: string;
|
3455
|
+
nichePage5OutputUrl: string;
|
3456
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
3457
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
3458
|
+
accountEmailVoice: string | IAccountEmail;
|
3459
|
+
promptVoicePage1Input: string;
|
3460
|
+
voicePage1OutputUrl: string;
|
3461
|
+
promptVoicePage3456Input: string;
|
3462
|
+
voicePage3456OutputUrl: string;
|
3463
|
+
billetCharacterVoiceSpeaker1: string;
|
3464
|
+
billetCharacterVoiceSpeaker2: string;
|
3465
|
+
typePost: string;
|
3466
|
+
titlePool: string;
|
3467
|
+
pool1: string;
|
3468
|
+
pool2: string;
|
3469
|
+
pool3: string;
|
3470
|
+
textFirstPage2: string;
|
3471
|
+
textSecondPage2: string;
|
3472
|
+
textPage6: string;
|
3473
|
+
linkAddHistory: string;
|
3474
|
+
nicheLinkCategory: string;
|
3475
|
+
styleName: string;
|
3476
|
+
backgroundForPage3: string;
|
3477
|
+
backgroundForPage4: string;
|
3478
|
+
backgroundForPage5: string;
|
3479
|
+
backgroundForPage6: string;
|
3480
|
+
effectAudioThumbnail: string;
|
3481
|
+
effectAudioPage345: string;
|
3482
|
+
bgRemoveBackground345: string;
|
3483
|
+
fontText1: string;
|
3484
|
+
fontText2: string;
|
3485
|
+
linkCanvaScript: string;
|
3486
|
+
linkCanvaVideo: string;
|
3487
|
+
linkCanvaImageThumb: string;
|
3488
|
+
linkCanvaImage1: string;
|
3489
|
+
linkCanvaImage2: string;
|
3490
|
+
linkCanvaImage3: string;
|
3491
|
+
linkCanvaImage4: string;
|
3492
|
+
linkCanvaImage5: string;
|
3493
|
+
statusImage: EStatusTaskImage;
|
3494
|
+
statusVoice: EStatusTaskVoice;
|
3495
|
+
statusCanva: EStatusTaskCanva;
|
3442
3496
|
}
|
3443
3497
|
|
3444
|
-
interface
|
3445
|
-
|
3446
|
-
|
3447
|
-
|
3448
|
-
|
3449
|
-
|
3450
|
-
|
3451
|
-
|
3452
|
-
|
3453
|
-
|
3454
|
-
|
3455
|
-
|
3456
|
-
|
3457
|
-
|
3458
|
-
|
3459
|
-
|
3460
|
-
|
3461
|
-
|
3462
|
-
|
3463
|
-
|
3464
|
-
|
3498
|
+
interface ITaskAIImageVoiceCanvaInstagram extends IBaseModel, ITrackingModel<IUser> {
|
3499
|
+
sheetID: string;
|
3500
|
+
sheetUrl: string;
|
3501
|
+
sheetName: string;
|
3502
|
+
rowID: string;
|
3503
|
+
row: number;
|
3504
|
+
typeSocial: ETypeSocial;
|
3505
|
+
accountSocial: string | IAccountSocialBase;
|
3506
|
+
typeRatioImage: ETypeRatioImage;
|
3507
|
+
channelImage: string | IAccountAIImageChannel;
|
3508
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
3509
|
+
accountEmailImage: string | IAccountEmail;
|
3510
|
+
promptThumbInput: string;
|
3511
|
+
thumbOutputUrl: string;
|
3512
|
+
promptPage1Input: string;
|
3513
|
+
page1OutputUrl: string;
|
3514
|
+
promptPage2Input: string;
|
3515
|
+
page2OutputUrl: string;
|
3516
|
+
promptNichePage3Input: string;
|
3517
|
+
nichePage3OutputUrl: string;
|
3518
|
+
promptNichePage4Input: string;
|
3519
|
+
nichePage4OutputUrl: string;
|
3520
|
+
promptNichePage5Input: string;
|
3521
|
+
nichePage5OutputUrl: string;
|
3522
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
3523
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
3524
|
+
accountEmailVoice: string | IAccountEmail;
|
3525
|
+
promptVoicePage1Input: string;
|
3526
|
+
voicePage1OutputUrl: string;
|
3527
|
+
promptVoicePage3456Input: string;
|
3528
|
+
voicePage3456OutputUrl: string;
|
3529
|
+
billetCharacterVoiceSpeaker1: string;
|
3530
|
+
billetCharacterVoiceSpeaker2: string;
|
3531
|
+
typePost: string;
|
3532
|
+
titlePool: string;
|
3533
|
+
pool1: string;
|
3534
|
+
pool2: string;
|
3535
|
+
pool3: string;
|
3536
|
+
textFirstPage2: string;
|
3537
|
+
textSecondPage2: string;
|
3538
|
+
textPage6: string;
|
3539
|
+
linkAddHistory: string;
|
3540
|
+
nicheLinkCategory: string;
|
3541
|
+
styleName: string;
|
3542
|
+
backgroundForPage3: string;
|
3543
|
+
backgroundForPage4: string;
|
3544
|
+
backgroundForPage5: string;
|
3545
|
+
backgroundForPage6: string;
|
3546
|
+
effectAudioThumbnail: string;
|
3547
|
+
effectAudioPage345: string;
|
3548
|
+
bgRemoveBackground345: string;
|
3549
|
+
fontText1: string;
|
3550
|
+
fontText2: string;
|
3551
|
+
linkCanvaScript: string;
|
3552
|
+
linkCanvaVideo: string;
|
3553
|
+
linkCanvaImageThumb: string;
|
3554
|
+
linkCanvaImage1: string;
|
3555
|
+
linkCanvaImage2: string;
|
3556
|
+
linkCanvaImage3: string;
|
3557
|
+
linkCanvaImage4: string;
|
3558
|
+
linkCanvaImage5: string;
|
3559
|
+
statusImage: EStatusTaskImage;
|
3560
|
+
statusVoice: EStatusTaskVoice;
|
3561
|
+
statusCanva: EStatusTaskCanva;
|
3465
3562
|
}
|
3466
3563
|
|
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;
|
3564
|
+
type index$6_ITaskAIContent = ITaskAIContent;
|
3565
|
+
type index$6_ITaskAIImageCanvaInstagram = ITaskAIImageCanvaInstagram;
|
3566
|
+
type index$6_ITaskAIImageCanvaThreads = ITaskAIImageCanvaThreads;
|
3567
|
+
type index$6_ITaskAIImageVoiceCanvaInstagram = ITaskAIImageVoiceCanvaInstagram;
|
3568
|
+
type index$6_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
|
3569
|
+
type index$6_ITaskAIItemAction = ITaskAIItemAction;
|
3570
|
+
type index$6_ITaskAIItemGroup = ITaskAIItemGroup;
|
3571
|
+
declare namespace index$6 {
|
3572
|
+
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
3573
|
}
|
3484
3574
|
|
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;
|
3575
|
+
interface IVoiceLanguage extends IBaseModel, ITrackingModel<IUser> {
|
3576
|
+
vl_name: string;
|
3577
|
+
vl_key: ETypeVoiceLanguage;
|
3512
3578
|
}
|
3513
3579
|
|
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;
|
3580
|
+
interface IVoiceStores extends IBaseModel, ITrackingModel<IUser> {
|
3581
|
+
vs_name: string;
|
3582
|
+
vs_avatar: string;
|
3583
|
+
vs_audio: string;
|
3584
|
+
vs_language: IVoiceLanguage | string;
|
3534
3585
|
}
|
3535
3586
|
|
3536
|
-
interface
|
3537
|
-
|
3538
|
-
|
3539
|
-
|
3540
|
-
listTimes: Array<string>;
|
3587
|
+
interface IVoiceGenerated extends IBaseModel, ITrackingModel<IUser> {
|
3588
|
+
vg_content: Array<{
|
3589
|
+
prompt: string;
|
3590
|
+
voiceStore: IVoiceStores | string;
|
3541
3591
|
}>;
|
3542
|
-
|
3543
|
-
|
3544
|
-
|
3545
|
-
|
3546
|
-
|
3547
|
-
|
3592
|
+
vg_setting: {
|
3593
|
+
speed: number;
|
3594
|
+
stability: number;
|
3595
|
+
similarity: number;
|
3596
|
+
speakerBoost: boolean;
|
3597
|
+
};
|
3598
|
+
vg_audio: string;
|
3548
3599
|
}
|
3549
3600
|
|
3550
|
-
interface
|
3551
|
-
|
3552
|
-
|
3553
|
-
sheetName: string;
|
3554
|
-
sheetPageName: string;
|
3555
|
-
rowId: string;
|
3556
|
-
historyName: string;
|
3557
|
-
status: EStatusTaskScript;
|
3558
|
-
statusDetail: string;
|
3601
|
+
interface IVoiceSettingDelay extends IBaseModel, ITrackingModel<IUser> {
|
3602
|
+
vsd_symbol: string;
|
3603
|
+
vsd_timeDelay: number;
|
3559
3604
|
}
|
3560
3605
|
|
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;
|
3606
|
+
interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
|
3607
|
+
typeSocial: ETypeSocial;
|
3608
|
+
type: ESheetToolInstagram;
|
3575
3609
|
url: string;
|
3576
|
-
|
3577
|
-
|
3610
|
+
name: string;
|
3611
|
+
desc: string;
|
3578
3612
|
}
|
3579
3613
|
|
3580
|
-
|
3581
|
-
|
3582
|
-
|
3583
|
-
|
3584
|
-
|
3585
|
-
|
3586
|
-
|
3587
|
-
|
3588
|
-
|
3589
|
-
|
3590
|
-
|
3591
|
-
|
3592
|
-
|
3593
|
-
|
3594
|
-
|
3595
|
-
|
3596
|
-
|
3614
|
+
type index$5_IAccountAIContent = IAccountAIContent;
|
3615
|
+
type index$5_IAccountAIContentChannel = IAccountAIContentChannel;
|
3616
|
+
type index$5_IAccountAIContentGroup = IAccountAIContentGroup;
|
3617
|
+
type index$5_IAccountAIContentInfo = IAccountAIContentInfo;
|
3618
|
+
type index$5_IAccountAIContentTag = IAccountAIContentTag;
|
3619
|
+
type index$5_IAccountAIImage = IAccountAIImage;
|
3620
|
+
type index$5_IAccountAIImageChannel = IAccountAIImageChannel;
|
3621
|
+
type index$5_IAccountAIImageGroup = IAccountAIImageGroup;
|
3622
|
+
type index$5_IAccountAIImageInfo = IAccountAIImageInfo;
|
3623
|
+
type index$5_IAccountAIImageTag = IAccountAIImageTag;
|
3624
|
+
type index$5_IAccountAIVoice = IAccountAIVoice;
|
3625
|
+
type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
|
3626
|
+
type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
3627
|
+
type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
3628
|
+
type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
3629
|
+
type index$5_IAccountCHPlayICloud = IAccountCHPlayICloud;
|
3630
|
+
type index$5_IAccountCanva = IAccountCanva;
|
3631
|
+
type index$5_IAccountDrive = IAccountDrive;
|
3632
|
+
type index$5_IAccountEmail = IAccountEmail;
|
3633
|
+
type index$5_IAccountEmailProxy = IAccountEmailProxy;
|
3634
|
+
type index$5_IAccountEmailTag = IAccountEmailTag;
|
3635
|
+
type index$5_IAccountEmailTaskWork = IAccountEmailTaskWork;
|
3636
|
+
type index$5_IAccountVPN = IAccountVPN;
|
3637
|
+
type index$5_IAccountVPS = IAccountVPS;
|
3638
|
+
type index$5_IAccountVPSGroup = IAccountVPSGroup;
|
3639
|
+
type index$5_IDevice = IDevice;
|
3640
|
+
type index$5_IDeviceSettingForAccount = IDeviceSettingForAccount;
|
3641
|
+
type index$5_IDeviceSettingForCHPlayICloud = IDeviceSettingForCHPlayICloud;
|
3642
|
+
type index$5_IDeviceSettingForProxy = IDeviceSettingForProxy;
|
3643
|
+
type index$5_IDeviceSettingForVPN = IDeviceSettingForVPN;
|
3644
|
+
type index$5_IManagerImageAI = IManagerImageAI;
|
3645
|
+
type index$5_IManagerImageAIItemStore = IManagerImageAIItemStore;
|
3646
|
+
type index$5_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
|
3647
|
+
type index$5_IManagerSheet = IManagerSheet;
|
3648
|
+
type index$5_IManagerSheetChildren = IManagerSheetChildren;
|
3649
|
+
type index$5_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
3650
|
+
type index$5_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
|
3651
|
+
type index$5_IManagerSheetGroup = IManagerSheetGroup;
|
3652
|
+
type index$5_IPC = IPC;
|
3653
|
+
type index$5_IProxy = IProxy;
|
3654
|
+
type index$5_ISheetsTool = ISheetsTool;
|
3655
|
+
type index$5_IVoiceGenerated = IVoiceGenerated;
|
3656
|
+
type index$5_IVoiceLanguage = IVoiceLanguage;
|
3657
|
+
type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
|
3658
|
+
type index$5_IVoiceStores = IVoiceStores;
|
3659
|
+
declare namespace index$5 {
|
3660
|
+
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
3661
|
}
|
3598
3662
|
|
3599
|
-
interface
|
3600
|
-
|
3663
|
+
interface IHistoryTaskAIImage extends IBaseModel, ITrackingModel<IUser> {
|
3664
|
+
sheetID: string;
|
3601
3665
|
sheetUrl: string;
|
3602
3666
|
sheetName: string;
|
3603
|
-
|
3604
|
-
|
3605
|
-
|
3606
|
-
|
3607
|
-
|
3608
|
-
|
3609
|
-
|
3610
|
-
|
3611
|
-
|
3612
|
-
|
3613
|
-
|
3614
|
-
|
3615
|
-
|
3616
|
-
|
3617
|
-
|
3667
|
+
rowID: string;
|
3668
|
+
row: number;
|
3669
|
+
typeSocial: ETypeSocial;
|
3670
|
+
accountSocial: string | IAccountSocialBase;
|
3671
|
+
typeRatioImage: ETypeRatioImage;
|
3672
|
+
channelImage: string | IAccountAIImageChannel;
|
3673
|
+
accountEmailImage: string | IAccountEmail;
|
3674
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
3675
|
+
promptThumbInput: string;
|
3676
|
+
thumbOutputUrl: string;
|
3677
|
+
promptPage1Input: string;
|
3678
|
+
page1OutputUrl: string;
|
3679
|
+
promptPage2Input: string;
|
3680
|
+
page2OutputUrl: string;
|
3681
|
+
promptNichePage3Input: string;
|
3682
|
+
nichePage3OutputUrl: string;
|
3683
|
+
promptNichePage4Input: string;
|
3684
|
+
nichePage4OutputUrl: string;
|
3685
|
+
promptNichePage5Input: string;
|
3686
|
+
nichePage5OutputUrl: string;
|
3687
|
+
errorPromptImage: string;
|
3688
|
+
status: EStatusTaskImage;
|
3689
|
+
note: string;
|
3618
3690
|
}
|
3619
3691
|
|
3620
|
-
interface
|
3621
|
-
|
3692
|
+
interface IHistoryTaskAIVoice extends IBaseModel, ITrackingModel<IUser> {
|
3693
|
+
sheetID: string;
|
3622
3694
|
sheetUrl: string;
|
3623
3695
|
sheetName: string;
|
3624
|
-
|
3625
|
-
|
3626
|
-
|
3627
|
-
|
3628
|
-
|
3629
|
-
|
3630
|
-
|
3631
|
-
|
3632
|
-
|
3696
|
+
rowID: string;
|
3697
|
+
row: number;
|
3698
|
+
typeSocial: ETypeSocial;
|
3699
|
+
accountSocial: string | IAccountSocialBase;
|
3700
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
3701
|
+
accountEmailVoice: string | IAccountEmail;
|
3702
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
3703
|
+
promptVoicePage1Input: string;
|
3704
|
+
voicePage1OutputUrl: string;
|
3705
|
+
promptVoicePage3456Input: string;
|
3706
|
+
voicePage3456OutputUrl: string;
|
3707
|
+
billetCharacterVoiceSpeaker1: string;
|
3708
|
+
billetCharacterVoiceSpeaker2: string;
|
3709
|
+
errorPromptVoice: string;
|
3710
|
+
status: EStatusTaskVoice;
|
3711
|
+
note: string;
|
3633
3712
|
}
|
3634
3713
|
|
3635
|
-
|
3636
|
-
|
3637
|
-
|
3638
|
-
|
3639
|
-
|
3640
|
-
|
3641
|
-
status: EStatusTaskScript;
|
3642
|
-
statusDetail: string;
|
3714
|
+
type index$4_IHistoryTaskAIContent = IHistoryTaskAIContent;
|
3715
|
+
type index$4_IHistoryTaskAIImage = IHistoryTaskAIImage;
|
3716
|
+
type index$4_IHistoryTaskAIVoice = IHistoryTaskAIVoice;
|
3717
|
+
type index$4_IHistoryTaskCanva = IHistoryTaskCanva;
|
3718
|
+
declare namespace index$4 {
|
3719
|
+
export type { index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, index$4_IHistoryTaskAIImage as IHistoryTaskAIImage, index$4_IHistoryTaskAIVoice as IHistoryTaskAIVoice, index$4_IHistoryTaskCanva as IHistoryTaskCanva };
|
3643
3720
|
}
|
3644
3721
|
|
3645
|
-
interface
|
3646
|
-
|
3647
|
-
numberLike: number;
|
3648
|
-
minutesExecute: number;
|
3649
|
-
isLike: boolean;
|
3650
|
-
status: EStatusTaskScript;
|
3651
|
-
statusDetail: string;
|
3722
|
+
interface IAuthLogin extends Pick<IUser, 'user_email' | 'user_password'> {
|
3723
|
+
user_key: string;
|
3652
3724
|
}
|
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;
|
3725
|
+
interface IAuthResetPassword extends Pick<IUser, 'user_email' | 'user_password'> {
|
3726
|
+
user_confirmPassword: string;
|
3663
3727
|
}
|
3664
3728
|
|
3665
|
-
interface
|
3666
|
-
account: IInstagramAccountRaw | string;
|
3667
|
-
typeView: string;
|
3668
|
-
numberLike: number;
|
3669
|
-
minutesExecute: number;
|
3670
|
-
isLike: boolean;
|
3671
|
-
status: EStatusTaskScript;
|
3672
|
-
statusDetail: string;
|
3729
|
+
interface IOtpCreateSession extends Pick<IUser, 'user_email'> {
|
3673
3730
|
}
|
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;
|
3731
|
+
interface IOtpSend extends Pick<IUser, 'user_email'> {
|
3681
3732
|
}
|
3682
|
-
|
3683
|
-
|
3684
|
-
account: IInstagramAccountRaw | string;
|
3685
|
-
statusDetail: string;
|
3686
|
-
follower: number;
|
3687
|
-
following: number;
|
3688
|
-
timeStart: Date;
|
3689
|
-
timeEnd: Date;
|
3690
|
-
status: EStatusTaskScript;
|
3733
|
+
interface IOtpConfirm extends Pick<IUser, 'user_email'> {
|
3734
|
+
otp: string;
|
3691
3735
|
}
|
3692
3736
|
|
3693
|
-
interface
|
3694
|
-
|
3695
|
-
|
3696
|
-
|
3697
|
-
listUserHidden: string[];
|
3737
|
+
interface IToken extends BoInterfaceModelsCommon.IBaseModel {
|
3738
|
+
token_secretKey: string;
|
3739
|
+
token_code: string;
|
3740
|
+
token_user: IUser | string;
|
3698
3741
|
}
|
3699
3742
|
|
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;
|
3743
|
+
type index$3_IAuthLogin = IAuthLogin;
|
3744
|
+
type index$3_IAuthResetPassword = IAuthResetPassword;
|
3745
|
+
type index$3_IOtpConfirm = IOtpConfirm;
|
3746
|
+
type index$3_IOtpCreateSession = IOtpCreateSession;
|
3747
|
+
type index$3_IOtpSend = IOtpSend;
|
3748
|
+
type index$3_IToken = IToken;
|
3735
3749
|
declare namespace index$3 {
|
3736
|
-
export type { index$
|
3750
|
+
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
3751
|
}
|
3738
3752
|
|
3739
3753
|
type index$2_IAccountAIContent = IAccountAIContent;
|
@@ -3766,11 +3780,6 @@ type index$2_IAccountVPSGroup = IAccountVPSGroup;
|
|
3766
3780
|
type index$2_IAuthLogin = IAuthLogin;
|
3767
3781
|
type index$2_IAuthResetPassword = IAuthResetPassword;
|
3768
3782
|
type index$2_IBaseModel = IBaseModel;
|
3769
|
-
type index$2_IBlog = IBlog;
|
3770
|
-
type index$2_IBlogCategory = IBlogCategory;
|
3771
|
-
type index$2_IBlogDepartmentPermission = IBlogDepartmentPermission;
|
3772
|
-
type index$2_IBlogTeamPermission = IBlogTeamPermission;
|
3773
|
-
type index$2_IBlogUserPermission = IBlogUserPermission;
|
3774
3783
|
type index$2_IDepartment = IDepartment;
|
3775
3784
|
type index$2_IDepartmentRole = IDepartmentRole;
|
3776
3785
|
type index$2_IDevice = IDevice;
|
@@ -3784,15 +3793,8 @@ type index$2_IHistoryTaskAIContent = IHistoryTaskAIContent;
|
|
3784
3793
|
type index$2_IHistoryTaskAIImage = IHistoryTaskAIImage;
|
3785
3794
|
type index$2_IHistoryTaskAIVoice = IHistoryTaskAIVoice;
|
3786
3795
|
type index$2_IHistoryTaskCanva = IHistoryTaskCanva;
|
3787
|
-
type index$2_IIdea = IIdea;
|
3788
|
-
type index$2_IInstagramAccountRaw = IInstagramAccountRaw;
|
3789
|
-
type index$2_IInstagramAccountRun = IInstagramAccountRun;
|
3790
3796
|
type index$2_IInstagramHistoryAutoPost = IInstagramHistoryAutoPost;
|
3791
|
-
type index$2_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
|
3792
3797
|
type index$2_IInstagramHistoryBlockUser = IInstagramHistoryBlockUser;
|
3793
|
-
type index$2_IInstagramHistoryChange = IInstagramHistoryChange;
|
3794
|
-
type index$2_IInstagramHistoryCreate = IInstagramHistoryCreate;
|
3795
|
-
type index$2_IInstagramHistoryGroup = IInstagramHistoryGroup;
|
3796
3798
|
type index$2_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
|
3797
3799
|
type index$2_IInstagramReportInteractExplore = IInstagramReportInteractExplore;
|
3798
3800
|
type index$2_IInstagramReportInteractFollow = IInstagramReportInteractFollow;
|
@@ -3825,7 +3827,6 @@ type index$2_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
|
3825
3827
|
type index$2_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
|
3826
3828
|
type index$2_IManagerSheetGroup = IManagerSheetGroup;
|
3827
3829
|
type index$2_IManagerWork = IManagerWork;
|
3828
|
-
type index$2_INiche = INiche;
|
3829
3830
|
type index$2_IOtpConfirm = IOtpConfirm;
|
3830
3831
|
type index$2_IOtpCreateSession = IOtpCreateSession;
|
3831
3832
|
type index$2_IOtpSend = IOtpSend;
|
@@ -3853,13 +3854,7 @@ type index$2_ITaskJobsGroup = ITaskJobsGroup;
|
|
3853
3854
|
type index$2_ITeam = ITeam;
|
3854
3855
|
type index$2_ITeamMember = ITeamMember;
|
3855
3856
|
type index$2_ITeamRole = ITeamRole;
|
3856
|
-
type index$2_IThreadsAccountRaw = IThreadsAccountRaw;
|
3857
|
-
type index$2_IThreadsAccountRun = IThreadsAccountRun;
|
3858
3857
|
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
3858
|
type index$2_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
|
3864
3859
|
type index$2_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
|
3865
3860
|
type index$2_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
|
@@ -3880,7 +3875,7 @@ type index$2_IVoiceLanguage = IVoiceLanguage;
|
|
3880
3875
|
type index$2_IVoiceSettingDelay = IVoiceSettingDelay;
|
3881
3876
|
type index$2_IVoiceStores = IVoiceStores;
|
3882
3877
|
declare namespace index$2 {
|
3883
|
-
export { index$
|
3878
|
+
export { index$3 as Auth, index$c as Common, 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_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$d as Permission, index$a as Socials, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$b as Workspace };
|
3884
3879
|
}
|
3885
3880
|
|
3886
3881
|
interface IDataUser {
|
@@ -7194,31 +7189,6 @@ interface FindPCDto extends IFindBaseDto, IPC {
|
|
7194
7189
|
interface FilterPCDto extends IFilterBaseDto, Omit<IPC, TOmitFilterDto> {
|
7195
7190
|
}
|
7196
7191
|
|
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
7192
|
interface CreateBlogDto extends Partial<IBlog> {
|
7223
7193
|
blog_name: string;
|
7224
7194
|
blog_desc?: string;
|
@@ -7258,37 +7228,25 @@ interface FindBlogCategoryDto extends IFindBaseDto, IBlogCategory {
|
|
7258
7228
|
interface FilterBlogCategoryDto extends IFilterBaseDto, Omit<IBlogCategory, TOmitFilterDto> {
|
7259
7229
|
}
|
7260
7230
|
|
7261
|
-
interface
|
7262
|
-
|
7263
|
-
|
7264
|
-
|
7265
|
-
|
7266
|
-
teamAssigned: string;
|
7267
|
-
typeError: ELarkMessageAccounts | ELarkMessageInstagram | ELarkMessageThreads | ELarkMessageSheetManager;
|
7268
|
-
typeObject: ELarkObject;
|
7231
|
+
interface FindOverViewDepartmentDto {
|
7232
|
+
totalDepartments: number;
|
7233
|
+
totalTeams: number;
|
7234
|
+
totalUsers: number;
|
7235
|
+
totalUsersActive: number;
|
7269
7236
|
}
|
7270
|
-
interface
|
7271
|
-
|
7272
|
-
|
7273
|
-
|
7274
|
-
teamAssigned: string;
|
7275
|
-
typeObject: ELarkObject;
|
7276
|
-
typeError: ELarkMessageAccounts | ELarkMessageInstagram | ELarkMessageThreads | ELarkMessageSheetManager;
|
7237
|
+
interface CreateDepartmentDto extends Partial<IDepartment> {
|
7238
|
+
department_name: string;
|
7239
|
+
department_members?: string[];
|
7240
|
+
department_roles?: string[];
|
7277
7241
|
}
|
7278
|
-
interface
|
7279
|
-
|
7280
|
-
|
7242
|
+
interface UpdateDepartmentDto extends Partial<IDepartment> {
|
7243
|
+
department_name?: string;
|
7244
|
+
department_members?: string[];
|
7245
|
+
department_roles?: string[];
|
7281
7246
|
}
|
7282
|
-
interface
|
7283
|
-
totalDepartments: number;
|
7284
|
-
totalTeams: number;
|
7285
|
-
status: {
|
7286
|
-
active: number;
|
7287
|
-
inactive: number;
|
7288
|
-
error: number;
|
7289
|
-
};
|
7247
|
+
interface FindDepartmentDto extends IFindBaseDto, IDepartment {
|
7290
7248
|
}
|
7291
|
-
interface
|
7249
|
+
interface FilterDepartmentDto extends IFilterBaseDto, Omit<IDepartment, TOmitFilterDto> {
|
7292
7250
|
}
|
7293
7251
|
|
7294
7252
|
interface FindOverviewTeamDto {
|
@@ -7320,25 +7278,19 @@ interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam
|
|
7320
7278
|
interface FilterTeamDto extends IFilterBaseDto, Omit<ITeam, TOmitFilterDto> {
|
7321
7279
|
}
|
7322
7280
|
|
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[];
|
7281
|
+
interface CreateRoleDto extends IRole {
|
7282
|
+
role_name: string;
|
7283
|
+
role_desc: string;
|
7284
|
+
role_featuresRoles: IRoleFeature[];
|
7333
7285
|
}
|
7334
|
-
interface
|
7335
|
-
|
7336
|
-
|
7337
|
-
|
7286
|
+
interface UpdateRoleDto extends IRole {
|
7287
|
+
role_name: string;
|
7288
|
+
role_desc: string;
|
7289
|
+
role_featuresRoles: IRoleFeature[];
|
7338
7290
|
}
|
7339
|
-
interface
|
7291
|
+
interface FindRoleDto extends IFindBaseDto, IRole {
|
7340
7292
|
}
|
7341
|
-
interface
|
7293
|
+
interface FilterRoleDto extends IFilterBaseDto, Omit<IRole, TOmitFilterDto> {
|
7342
7294
|
}
|
7343
7295
|
|
7344
7296
|
interface CreateUserDto extends Partial<IUser> {
|
@@ -7380,19 +7332,62 @@ interface OverviewUserDto {
|
|
7380
7332
|
totalLeaders: number;
|
7381
7333
|
}
|
7382
7334
|
|
7383
|
-
interface
|
7384
|
-
|
7385
|
-
|
7386
|
-
|
7335
|
+
interface CreateLarkDto extends Partial<ILark> {
|
7336
|
+
name: string;
|
7337
|
+
desc: string;
|
7338
|
+
botHook: string;
|
7339
|
+
departmentAssigned: string;
|
7340
|
+
teamAssigned: string;
|
7341
|
+
typeObject: ELarkObject;
|
7342
|
+
typeError: ELarkNotiBase | ELarkNotiRunAppDevice | ELarkNotiAccountTool | ELarkNotiDuplicateAll | ELarkNotiManagerSheet | ELarkNotiToolDevice | ELarkNotiCreateNew | ELarkNotiSocialImport | ELarkNotiInstagramDetail;
|
7387
7343
|
}
|
7388
|
-
interface
|
7389
|
-
|
7390
|
-
|
7391
|
-
|
7344
|
+
interface UpdateLarkDto extends Partial<ILark> {
|
7345
|
+
desc: string;
|
7346
|
+
botHook: string;
|
7347
|
+
departmentAssigned: string;
|
7348
|
+
teamAssigned: string;
|
7349
|
+
typeObject: ELarkObject;
|
7350
|
+
typeError: ELarkNotiBase | ELarkNotiRunAppDevice | ELarkNotiAccountTool | ELarkNotiDuplicateAll | ELarkNotiManagerSheet | ELarkNotiToolDevice | ELarkNotiCreateNew | ELarkNotiSocialImport | ELarkNotiInstagramDetail;
|
7392
7351
|
}
|
7393
|
-
interface
|
7352
|
+
interface FindLarkDto extends IFindBaseDto, ILark {
|
7353
|
+
teamNamesAssignments: string[];
|
7354
|
+
userNamesAssignments: string[];
|
7394
7355
|
}
|
7395
|
-
interface
|
7356
|
+
interface FindOverViewLarkDto {
|
7357
|
+
totalDepartments: number;
|
7358
|
+
totalTeams: number;
|
7359
|
+
status: {
|
7360
|
+
active: number;
|
7361
|
+
inactive: number;
|
7362
|
+
error: number;
|
7363
|
+
};
|
7364
|
+
}
|
7365
|
+
interface FilterLarkDto extends IFilterBaseDto, Omit<ILark, TOmitFilterDto> {
|
7366
|
+
}
|
7367
|
+
|
7368
|
+
interface FindManagerWorkDto extends IFindBaseDto, IManagerWork {
|
7369
|
+
}
|
7370
|
+
interface FilterManagerWorkDto extends IFilterBaseDto, Omit<IManagerWork, TOmitFilterDto> {
|
7371
|
+
tags: string[];
|
7372
|
+
domains: string[];
|
7373
|
+
like: string[];
|
7374
|
+
love: string[];
|
7375
|
+
pin: string[];
|
7376
|
+
sheetWorks: string[];
|
7377
|
+
}
|
7378
|
+
|
7379
|
+
interface FindSheetWorkDto extends IFindBaseDto, ISheetWork {
|
7380
|
+
}
|
7381
|
+
interface FilterSheetWorkDto extends IFilterBaseDto, Omit<ISheetWork, TOmitFilterDto> {
|
7382
|
+
idea: string[];
|
7383
|
+
niche: string[];
|
7384
|
+
subNiche: string[];
|
7385
|
+
type: ETypeSheetWorkClassify;
|
7386
|
+
}
|
7387
|
+
|
7388
|
+
interface FindSheetWorkManagerDto extends IFindBaseDto, ISheetWorkManager {
|
7389
|
+
}
|
7390
|
+
interface FilterSheetWorkManagerDto extends IFilterBaseDto, Omit<ISheetWorkManager, TOmitFilterDto> {
|
7396
7391
|
}
|
7397
7392
|
|
7398
7393
|
type index_AddToDeviceAccountCHPlayICloudDto = AddToDeviceAccountCHPlayICloudDto;
|
@@ -7727,4 +7722,4 @@ declare namespace index {
|
|
7727
7722
|
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
7723
|
}
|
7729
7724
|
|
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 };
|
7725
|
+
export { type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, index$3 as Auth, index$m as AutoConstants, index as AutoDto, index$f as AutoEnums, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$e 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 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$d 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 };
|