automation-lib 5.1.197 → 5.1.203
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 +881 -933
- package/dist/index.d.ts +881 -933
- package/dist/index.js +0 -34
- package/dist/index.mjs +0 -30
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -214,12 +214,12 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
216
|
|
|
217
|
-
declare const index$
|
|
218
|
-
declare const index$
|
|
219
|
-
declare const index$
|
|
220
|
-
declare const index$
|
|
221
|
-
declare namespace index$
|
|
222
|
-
export { index$
|
|
217
|
+
declare const index$l_CONST_API_AUTH: typeof CONST_API_AUTH;
|
|
218
|
+
declare const index$l_CONST_API_COMMON: typeof CONST_API_COMMON;
|
|
219
|
+
declare const index$l_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
|
|
220
|
+
declare const index$l_CONST_API_OTP: typeof CONST_API_OTP;
|
|
221
|
+
declare namespace index$l {
|
|
222
|
+
export { index$l_CONST_API_AUTH as CONST_API_AUTH, index$l_CONST_API_COMMON as CONST_API_COMMON, index$l_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$l_CONST_API_OTP as CONST_API_OTP };
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
declare const ACTIONS_DEVICE: {
|
|
@@ -268,17 +268,17 @@ declare const ACTIONS_THREADS: {};
|
|
|
268
268
|
|
|
269
269
|
declare const SERVICE_THREADS: {};
|
|
270
270
|
|
|
271
|
-
declare const index$
|
|
272
|
-
declare const index$
|
|
273
|
-
declare const index$
|
|
274
|
-
declare const index$
|
|
275
|
-
declare const index$
|
|
276
|
-
declare namespace index$
|
|
277
|
-
export { index$
|
|
271
|
+
declare const index$k_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
|
|
272
|
+
declare const index$k_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
|
|
273
|
+
declare const index$k_ACTIONS_THREADS: typeof ACTIONS_THREADS;
|
|
274
|
+
declare const index$k_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
|
|
275
|
+
declare const index$k_SERVICE_THREADS: typeof SERVICE_THREADS;
|
|
276
|
+
declare namespace index$k {
|
|
277
|
+
export { index$k_ACTIONS_DEVICE as ACTIONS_DEVICE, index$k_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$k_ACTIONS_THREADS as ACTIONS_THREADS, index$k_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$k_SERVICE_THREADS as SERVICE_THREADS };
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
declare namespace index$
|
|
281
|
-
export { index$
|
|
280
|
+
declare namespace index$j {
|
|
281
|
+
export { index$l as CONST_APIS, index$k as CONST_SCRIPTS };
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
declare enum EGender {
|
|
@@ -299,14 +299,14 @@ declare enum EInputTypeFilter {
|
|
|
299
299
|
DATE = "Date"
|
|
300
300
|
}
|
|
301
301
|
|
|
302
|
-
type index$
|
|
303
|
-
declare const index$
|
|
304
|
-
type index$
|
|
305
|
-
declare const index$
|
|
306
|
-
type index$
|
|
307
|
-
declare const index$
|
|
308
|
-
declare namespace index$
|
|
309
|
-
export { index$
|
|
302
|
+
type index$i_EGender = EGender;
|
|
303
|
+
declare const index$i_EGender: typeof EGender;
|
|
304
|
+
type index$i_EInputTypeFilter = EInputTypeFilter;
|
|
305
|
+
declare const index$i_EInputTypeFilter: typeof EInputTypeFilter;
|
|
306
|
+
type index$i_EPriority = EPriority;
|
|
307
|
+
declare const index$i_EPriority: typeof EPriority;
|
|
308
|
+
declare namespace index$i {
|
|
309
|
+
export { index$i_EGender as EGender, index$i_EInputTypeFilter as EInputTypeFilter, index$i_EPriority as EPriority };
|
|
310
310
|
}
|
|
311
311
|
|
|
312
312
|
declare enum ETypeProxy {
|
|
@@ -442,52 +442,52 @@ declare enum ETypeVoiceLanguage {
|
|
|
442
442
|
English = "en"
|
|
443
443
|
}
|
|
444
444
|
|
|
445
|
-
type index$
|
|
446
|
-
declare const index$
|
|
447
|
-
type index$
|
|
448
|
-
declare const index$
|
|
449
|
-
type index$
|
|
450
|
-
declare const index$
|
|
451
|
-
type index$
|
|
452
|
-
declare const index$
|
|
453
|
-
type index$
|
|
454
|
-
declare const index$
|
|
455
|
-
type index$
|
|
456
|
-
declare const index$
|
|
457
|
-
type index$
|
|
458
|
-
declare const index$
|
|
459
|
-
type index$
|
|
460
|
-
declare const index$
|
|
461
|
-
type index$
|
|
462
|
-
declare const index$
|
|
463
|
-
type index$
|
|
464
|
-
declare const index$
|
|
465
|
-
type index$
|
|
466
|
-
declare const index$
|
|
467
|
-
type index$
|
|
468
|
-
declare const index$
|
|
469
|
-
type index$
|
|
470
|
-
declare const index$
|
|
471
|
-
type index$
|
|
472
|
-
declare const index$
|
|
473
|
-
type index$
|
|
474
|
-
declare const index$
|
|
475
|
-
type index$
|
|
476
|
-
declare const index$
|
|
477
|
-
type index$
|
|
478
|
-
declare const index$
|
|
479
|
-
type index$
|
|
480
|
-
declare const index$
|
|
481
|
-
type index$
|
|
482
|
-
declare const index$
|
|
483
|
-
type index$
|
|
484
|
-
declare const index$
|
|
485
|
-
type index$
|
|
486
|
-
declare const index$
|
|
487
|
-
type index$
|
|
488
|
-
declare const index$
|
|
489
|
-
declare namespace index$
|
|
490
|
-
export { index$
|
|
445
|
+
type index$h_ETypeAccountInstagramSetting = ETypeAccountInstagramSetting;
|
|
446
|
+
declare const index$h_ETypeAccountInstagramSetting: typeof ETypeAccountInstagramSetting;
|
|
447
|
+
type index$h_ETypeAccountVPN = ETypeAccountVPN;
|
|
448
|
+
declare const index$h_ETypeAccountVPN: typeof ETypeAccountVPN;
|
|
449
|
+
type index$h_ETypeCanva = ETypeCanva;
|
|
450
|
+
declare const index$h_ETypeCanva: typeof ETypeCanva;
|
|
451
|
+
type index$h_ETypeColumnManagerWork = ETypeColumnManagerWork;
|
|
452
|
+
declare const index$h_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
|
|
453
|
+
type index$h_ETypeDeviceOS = ETypeDeviceOS;
|
|
454
|
+
declare const index$h_ETypeDeviceOS: typeof ETypeDeviceOS;
|
|
455
|
+
type index$h_ETypeExport = ETypeExport;
|
|
456
|
+
declare const index$h_ETypeExport: typeof ETypeExport;
|
|
457
|
+
type index$h_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
|
|
458
|
+
declare const index$h_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
|
|
459
|
+
type index$h_ETypeManagerWorkPin = ETypeManagerWorkPin;
|
|
460
|
+
declare const index$h_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
|
|
461
|
+
type index$h_ETypeManagerWorkType = ETypeManagerWorkType;
|
|
462
|
+
declare const index$h_ETypeManagerWorkType: typeof ETypeManagerWorkType;
|
|
463
|
+
type index$h_ETypePin = ETypePin;
|
|
464
|
+
declare const index$h_ETypePin: typeof ETypePin;
|
|
465
|
+
type index$h_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
|
|
466
|
+
declare const index$h_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
|
|
467
|
+
type index$h_ETypeProxy = ETypeProxy;
|
|
468
|
+
declare const index$h_ETypeProxy: typeof ETypeProxy;
|
|
469
|
+
type index$h_ETypeProxyChecked = ETypeProxyChecked;
|
|
470
|
+
declare const index$h_ETypeProxyChecked: typeof ETypeProxyChecked;
|
|
471
|
+
type index$h_ETypeProxyCountry = ETypeProxyCountry;
|
|
472
|
+
declare const index$h_ETypeProxyCountry: typeof ETypeProxyCountry;
|
|
473
|
+
type index$h_ETypeProxyNewIP = ETypeProxyNewIP;
|
|
474
|
+
declare const index$h_ETypeProxyNewIP: typeof ETypeProxyNewIP;
|
|
475
|
+
type index$h_ETypeProxyProvider = ETypeProxyProvider;
|
|
476
|
+
declare const index$h_ETypeProxyProvider: typeof ETypeProxyProvider;
|
|
477
|
+
type index$h_ETypeRatioImage = ETypeRatioImage;
|
|
478
|
+
declare const index$h_ETypeRatioImage: typeof ETypeRatioImage;
|
|
479
|
+
type index$h_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
|
|
480
|
+
declare const index$h_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
|
|
481
|
+
type index$h_ETypeSheetWorkPin = ETypeSheetWorkPin;
|
|
482
|
+
declare const index$h_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
|
|
483
|
+
type index$h_ETypeSocial = ETypeSocial;
|
|
484
|
+
declare const index$h_ETypeSocial: typeof ETypeSocial;
|
|
485
|
+
type index$h_ETypeTimeFilter = ETypeTimeFilter;
|
|
486
|
+
declare const index$h_ETypeTimeFilter: typeof ETypeTimeFilter;
|
|
487
|
+
type index$h_ETypeVoiceLanguage = ETypeVoiceLanguage;
|
|
488
|
+
declare const index$h_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
489
|
+
declare namespace index$h {
|
|
490
|
+
export { index$h_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$h_ETypeAccountVPN as ETypeAccountVPN, index$h_ETypeCanva as ETypeCanva, index$h_ETypeColumnManagerWork as ETypeColumnManagerWork, index$h_ETypeDeviceOS as ETypeDeviceOS, index$h_ETypeExport as ETypeExport, index$h_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$h_ETypeManagerWorkPin as ETypeManagerWorkPin, index$h_ETypeManagerWorkType as ETypeManagerWorkType, index$h_ETypePin as ETypePin, index$h_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$h_ETypeProxy as ETypeProxy, index$h_ETypeProxyChecked as ETypeProxyChecked, index$h_ETypeProxyCountry as ETypeProxyCountry, index$h_ETypeProxyNewIP as ETypeProxyNewIP, index$h_ETypeProxyProvider as ETypeProxyProvider, index$h_ETypeRatioImage as ETypeRatioImage, index$h_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$h_ETypeSheetWorkPin as ETypeSheetWorkPin, index$h_ETypeSocial as ETypeSocial, index$h_ETypeTimeFilter as ETypeTimeFilter, index$h_ETypeVoiceLanguage as ETypeVoiceLanguage };
|
|
491
491
|
}
|
|
492
492
|
|
|
493
493
|
declare enum EStatusVPS {
|
|
@@ -742,70 +742,70 @@ declare enum EStatusAccountCHPlayICloud {
|
|
|
742
742
|
NotExist = "NotExist"
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
-
type index$
|
|
746
|
-
declare const index$
|
|
747
|
-
type index$
|
|
748
|
-
declare const index$
|
|
749
|
-
type index$
|
|
750
|
-
declare const index$
|
|
751
|
-
type index$
|
|
752
|
-
declare const index$
|
|
753
|
-
type index$
|
|
754
|
-
declare const index$
|
|
755
|
-
type index$
|
|
756
|
-
declare const index$
|
|
757
|
-
type index$
|
|
758
|
-
declare const index$
|
|
759
|
-
type index$
|
|
760
|
-
declare const index$
|
|
761
|
-
type index$
|
|
762
|
-
declare const index$
|
|
763
|
-
type index$
|
|
764
|
-
declare const index$
|
|
765
|
-
type index$
|
|
766
|
-
declare const index$
|
|
767
|
-
type index$
|
|
768
|
-
declare const index$
|
|
769
|
-
type index$
|
|
770
|
-
declare const index$
|
|
771
|
-
type index$
|
|
772
|
-
declare const index$
|
|
773
|
-
type index$
|
|
774
|
-
declare const index$
|
|
775
|
-
type index$
|
|
776
|
-
declare const index$
|
|
777
|
-
type index$
|
|
778
|
-
declare const index$
|
|
779
|
-
type index$
|
|
780
|
-
declare const index$
|
|
781
|
-
type index$
|
|
782
|
-
declare const index$
|
|
783
|
-
type index$
|
|
784
|
-
declare const index$
|
|
785
|
-
type index$
|
|
786
|
-
declare const index$
|
|
787
|
-
type index$
|
|
788
|
-
declare const index$
|
|
789
|
-
type index$
|
|
790
|
-
declare const index$
|
|
791
|
-
type index$
|
|
792
|
-
declare const index$
|
|
793
|
-
type index$
|
|
794
|
-
declare const index$
|
|
795
|
-
type index$
|
|
796
|
-
declare const index$
|
|
797
|
-
type index$
|
|
798
|
-
declare const index$
|
|
799
|
-
type index$
|
|
800
|
-
declare const index$
|
|
801
|
-
type index$
|
|
802
|
-
declare const index$
|
|
803
|
-
type index$
|
|
804
|
-
declare const index$
|
|
805
|
-
type index$
|
|
806
|
-
declare const index$
|
|
807
|
-
declare namespace index$
|
|
808
|
-
export { index$
|
|
745
|
+
type index$g_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
|
746
|
+
declare const index$g_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
|
|
747
|
+
type index$g_EStatusAccountCanva = EStatusAccountCanva;
|
|
748
|
+
declare const index$g_EStatusAccountCanva: typeof EStatusAccountCanva;
|
|
749
|
+
type index$g_EStatusAccountDrive = EStatusAccountDrive;
|
|
750
|
+
declare const index$g_EStatusAccountDrive: typeof EStatusAccountDrive;
|
|
751
|
+
type index$g_EStatusAccountSocial = EStatusAccountSocial;
|
|
752
|
+
declare const index$g_EStatusAccountSocial: typeof EStatusAccountSocial;
|
|
753
|
+
type index$g_EStatusAccountSocialImport = EStatusAccountSocialImport;
|
|
754
|
+
declare const index$g_EStatusAccountSocialImport: typeof EStatusAccountSocialImport;
|
|
755
|
+
type index$g_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
|
|
756
|
+
declare const index$g_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
|
|
757
|
+
type index$g_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
|
|
758
|
+
declare const index$g_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
|
|
759
|
+
type index$g_EStatusAccountSocialRun = EStatusAccountSocialRun;
|
|
760
|
+
declare const index$g_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
|
|
761
|
+
type index$g_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
|
|
762
|
+
declare const index$g_EStatusAccountSocialSetting: typeof EStatusAccountSocialSetting;
|
|
763
|
+
type index$g_EStatusAccountSocialSync = EStatusAccountSocialSync;
|
|
764
|
+
declare const index$g_EStatusAccountSocialSync: typeof EStatusAccountSocialSync;
|
|
765
|
+
type index$g_EStatusAccountVPN = EStatusAccountVPN;
|
|
766
|
+
declare const index$g_EStatusAccountVPN: typeof EStatusAccountVPN;
|
|
767
|
+
type index$g_EStatusActive = EStatusActive;
|
|
768
|
+
declare const index$g_EStatusActive: typeof EStatusActive;
|
|
769
|
+
type index$g_EStatusBlog = EStatusBlog;
|
|
770
|
+
declare const index$g_EStatusBlog: typeof EStatusBlog;
|
|
771
|
+
type index$g_EStatusChangeInfo = EStatusChangeInfo;
|
|
772
|
+
declare const index$g_EStatusChangeInfo: typeof EStatusChangeInfo;
|
|
773
|
+
type index$g_EStatusCommon = EStatusCommon;
|
|
774
|
+
declare const index$g_EStatusCommon: typeof EStatusCommon;
|
|
775
|
+
type index$g_EStatusConnectDevice = EStatusConnectDevice;
|
|
776
|
+
declare const index$g_EStatusConnectDevice: typeof EStatusConnectDevice;
|
|
777
|
+
type index$g_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
778
|
+
declare const index$g_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
779
|
+
type index$g_EStatusLark = EStatusLark;
|
|
780
|
+
declare const index$g_EStatusLark: typeof EStatusLark;
|
|
781
|
+
type index$g_EStatusSetupDeviceSystem = EStatusSetupDeviceSystem;
|
|
782
|
+
declare const index$g_EStatusSetupDeviceSystem: typeof EStatusSetupDeviceSystem;
|
|
783
|
+
type index$g_EStatusSheetWork = EStatusSheetWork;
|
|
784
|
+
declare const index$g_EStatusSheetWork: typeof EStatusSheetWork;
|
|
785
|
+
type index$g_EStatusTaskAIContent = EStatusTaskAIContent;
|
|
786
|
+
declare const index$g_EStatusTaskAIContent: typeof EStatusTaskAIContent;
|
|
787
|
+
type index$g_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
|
|
788
|
+
declare const index$g_EStatusTaskAvatarCover: typeof EStatusTaskAvatarCover;
|
|
789
|
+
type index$g_EStatusTaskCanva = EStatusTaskCanva;
|
|
790
|
+
declare const index$g_EStatusTaskCanva: typeof EStatusTaskCanva;
|
|
791
|
+
type index$g_EStatusTaskImage = EStatusTaskImage;
|
|
792
|
+
declare const index$g_EStatusTaskImage: typeof EStatusTaskImage;
|
|
793
|
+
type index$g_EStatusTaskJob = EStatusTaskJob;
|
|
794
|
+
declare const index$g_EStatusTaskJob: typeof EStatusTaskJob;
|
|
795
|
+
type index$g_EStatusTaskJobGroup = EStatusTaskJobGroup;
|
|
796
|
+
declare const index$g_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
|
|
797
|
+
type index$g_EStatusTaskScript = EStatusTaskScript;
|
|
798
|
+
declare const index$g_EStatusTaskScript: typeof EStatusTaskScript;
|
|
799
|
+
type index$g_EStatusTaskToolSocials = EStatusTaskToolSocials;
|
|
800
|
+
declare const index$g_EStatusTaskToolSocials: typeof EStatusTaskToolSocials;
|
|
801
|
+
type index$g_EStatusTaskVoice = EStatusTaskVoice;
|
|
802
|
+
declare const index$g_EStatusTaskVoice: typeof EStatusTaskVoice;
|
|
803
|
+
type index$g_EStatusTeam = EStatusTeam;
|
|
804
|
+
declare const index$g_EStatusTeam: typeof EStatusTeam;
|
|
805
|
+
type index$g_EStatusVPS = EStatusVPS;
|
|
806
|
+
declare const index$g_EStatusVPS: typeof EStatusVPS;
|
|
807
|
+
declare namespace index$g {
|
|
808
|
+
export { index$g_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$g_EStatusAccountCanva as EStatusAccountCanva, index$g_EStatusAccountDrive as EStatusAccountDrive, index$g_EStatusAccountSocial as EStatusAccountSocial, index$g_EStatusAccountSocialImport as EStatusAccountSocialImport, index$g_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$g_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$g_EStatusAccountSocialRun as EStatusAccountSocialRun, index$g_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$g_EStatusAccountSocialSync as EStatusAccountSocialSync, index$g_EStatusAccountVPN as EStatusAccountVPN, index$g_EStatusActive as EStatusActive, index$g_EStatusBlog as EStatusBlog, index$g_EStatusChangeInfo as EStatusChangeInfo, index$g_EStatusCommon as EStatusCommon, index$g_EStatusConnectDevice as EStatusConnectDevice, index$g_EStatusExecuteCommon as EStatusExecuteCommon, index$g_EStatusLark as EStatusLark, index$g_EStatusSetupDeviceSystem as EStatusSetupDeviceSystem, index$g_EStatusSheetWork as EStatusSheetWork, index$g_EStatusTaskAIContent as EStatusTaskAIContent, index$g_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$g_EStatusTaskCanva as EStatusTaskCanva, index$g_EStatusTaskImage as EStatusTaskImage, index$g_EStatusTaskJob as EStatusTaskJob, index$g_EStatusTaskJobGroup as EStatusTaskJobGroup, index$g_EStatusTaskScript as EStatusTaskScript, index$g_EStatusTaskToolSocials as EStatusTaskToolSocials, index$g_EStatusTaskVoice as EStatusTaskVoice, index$g_EStatusTeam as EStatusTeam, index$g_EStatusVPS as EStatusVPS };
|
|
809
809
|
}
|
|
810
810
|
|
|
811
811
|
declare enum EFolderImageAI {
|
|
@@ -880,32 +880,32 @@ declare enum EStatusChannel {
|
|
|
880
880
|
Error = "Error"
|
|
881
881
|
}
|
|
882
882
|
|
|
883
|
-
type index$
|
|
884
|
-
declare const index$
|
|
885
|
-
type index$
|
|
886
|
-
declare const index$
|
|
887
|
-
type index$
|
|
888
|
-
declare const index$
|
|
889
|
-
type index$
|
|
890
|
-
declare const index$
|
|
891
|
-
type index$
|
|
892
|
-
declare const index$
|
|
893
|
-
type index$
|
|
894
|
-
declare const index$
|
|
895
|
-
type index$
|
|
896
|
-
declare const index$
|
|
897
|
-
type index$
|
|
898
|
-
declare const index$
|
|
899
|
-
type index$
|
|
900
|
-
declare const index$
|
|
901
|
-
type index$
|
|
902
|
-
declare const index$
|
|
903
|
-
type index$
|
|
904
|
-
declare const index$
|
|
905
|
-
type index$
|
|
906
|
-
declare const index$
|
|
907
|
-
declare namespace index$
|
|
908
|
-
export { index$
|
|
883
|
+
type index$f_EAIModelContent = EAIModelContent;
|
|
884
|
+
declare const index$f_EAIModelContent: typeof EAIModelContent;
|
|
885
|
+
type index$f_EAIModelImage = EAIModelImage;
|
|
886
|
+
declare const index$f_EAIModelImage: typeof EAIModelImage;
|
|
887
|
+
type index$f_EAIModelVoice = EAIModelVoice;
|
|
888
|
+
declare const index$f_EAIModelVoice: typeof EAIModelVoice;
|
|
889
|
+
type index$f_EAIVersionGPT = EAIVersionGPT;
|
|
890
|
+
declare const index$f_EAIVersionGPT: typeof EAIVersionGPT;
|
|
891
|
+
type index$f_EAIVersionImage = EAIVersionImage;
|
|
892
|
+
declare const index$f_EAIVersionImage: typeof EAIVersionImage;
|
|
893
|
+
type index$f_EAIVersionPerplexity = EAIVersionPerplexity;
|
|
894
|
+
declare const index$f_EAIVersionPerplexity: typeof EAIVersionPerplexity;
|
|
895
|
+
type index$f_EAIVersionVoice = EAIVersionVoice;
|
|
896
|
+
declare const index$f_EAIVersionVoice: typeof EAIVersionVoice;
|
|
897
|
+
type index$f_EEmailTagType = EEmailTagType;
|
|
898
|
+
declare const index$f_EEmailTagType: typeof EEmailTagType;
|
|
899
|
+
type index$f_EFolderImageAI = EFolderImageAI;
|
|
900
|
+
declare const index$f_EFolderImageAI: typeof EFolderImageAI;
|
|
901
|
+
type index$f_EStatusAccountAI = EStatusAccountAI;
|
|
902
|
+
declare const index$f_EStatusAccountAI: typeof EStatusAccountAI;
|
|
903
|
+
type index$f_EStatusChannel = EStatusChannel;
|
|
904
|
+
declare const index$f_EStatusChannel: typeof EStatusChannel;
|
|
905
|
+
type index$f_EStatusEmail = EStatusEmail;
|
|
906
|
+
declare const index$f_EStatusEmail: typeof EStatusEmail;
|
|
907
|
+
declare namespace index$f {
|
|
908
|
+
export { index$f_EAIModelContent as EAIModelContent, index$f_EAIModelImage as EAIModelImage, index$f_EAIModelVoice as EAIModelVoice, index$f_EAIVersionGPT as EAIVersionGPT, index$f_EAIVersionImage as EAIVersionImage, index$f_EAIVersionPerplexity as EAIVersionPerplexity, index$f_EAIVersionVoice as EAIVersionVoice, index$f_EEmailTagType as EEmailTagType, index$f_EFolderImageAI as EFolderImageAI, index$f_EStatusAccountAI as EStatusAccountAI, index$f_EStatusChannel as EStatusChannel, index$f_EStatusEmail as EStatusEmail };
|
|
909
909
|
}
|
|
910
910
|
|
|
911
911
|
declare enum ELarkObject {
|
|
@@ -1009,28 +1009,28 @@ declare enum ELarkNotiInstagramDetail {
|
|
|
1009
1009
|
BlockUser = "Block user"
|
|
1010
1010
|
}
|
|
1011
1011
|
|
|
1012
|
-
type index$
|
|
1013
|
-
declare const index$
|
|
1014
|
-
type index$
|
|
1015
|
-
declare const index$
|
|
1016
|
-
type index$
|
|
1017
|
-
declare const index$
|
|
1018
|
-
type index$
|
|
1019
|
-
declare const index$
|
|
1020
|
-
type index$
|
|
1021
|
-
declare const index$
|
|
1022
|
-
type index$
|
|
1023
|
-
declare const index$
|
|
1024
|
-
type index$
|
|
1025
|
-
declare const index$
|
|
1026
|
-
type index$
|
|
1027
|
-
declare const index$
|
|
1028
|
-
type index$
|
|
1029
|
-
declare const index$
|
|
1030
|
-
type index$
|
|
1031
|
-
declare const index$
|
|
1032
|
-
declare namespace index$
|
|
1033
|
-
export { index$
|
|
1012
|
+
type index$e_ELarkNotiAccountTool = ELarkNotiAccountTool;
|
|
1013
|
+
declare const index$e_ELarkNotiAccountTool: typeof ELarkNotiAccountTool;
|
|
1014
|
+
type index$e_ELarkNotiBase = ELarkNotiBase;
|
|
1015
|
+
declare const index$e_ELarkNotiBase: typeof ELarkNotiBase;
|
|
1016
|
+
type index$e_ELarkNotiCreateNew = ELarkNotiCreateNew;
|
|
1017
|
+
declare const index$e_ELarkNotiCreateNew: typeof ELarkNotiCreateNew;
|
|
1018
|
+
type index$e_ELarkNotiDuplicateAll = ELarkNotiDuplicateAll;
|
|
1019
|
+
declare const index$e_ELarkNotiDuplicateAll: typeof ELarkNotiDuplicateAll;
|
|
1020
|
+
type index$e_ELarkNotiInstagramDetail = ELarkNotiInstagramDetail;
|
|
1021
|
+
declare const index$e_ELarkNotiInstagramDetail: typeof ELarkNotiInstagramDetail;
|
|
1022
|
+
type index$e_ELarkNotiManagerSheet = ELarkNotiManagerSheet;
|
|
1023
|
+
declare const index$e_ELarkNotiManagerSheet: typeof ELarkNotiManagerSheet;
|
|
1024
|
+
type index$e_ELarkNotiRunAppDevice = ELarkNotiRunAppDevice;
|
|
1025
|
+
declare const index$e_ELarkNotiRunAppDevice: typeof ELarkNotiRunAppDevice;
|
|
1026
|
+
type index$e_ELarkNotiSocialImport = ELarkNotiSocialImport;
|
|
1027
|
+
declare const index$e_ELarkNotiSocialImport: typeof ELarkNotiSocialImport;
|
|
1028
|
+
type index$e_ELarkNotiToolDevice = ELarkNotiToolDevice;
|
|
1029
|
+
declare const index$e_ELarkNotiToolDevice: typeof ELarkNotiToolDevice;
|
|
1030
|
+
type index$e_ELarkObject = ELarkObject;
|
|
1031
|
+
declare const index$e_ELarkObject: typeof ELarkObject;
|
|
1032
|
+
declare namespace index$e {
|
|
1033
|
+
export { index$e_ELarkNotiAccountTool as ELarkNotiAccountTool, index$e_ELarkNotiBase as ELarkNotiBase, index$e_ELarkNotiCreateNew as ELarkNotiCreateNew, index$e_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$e_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$e_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$e_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$e_ELarkNotiSocialImport as ELarkNotiSocialImport, index$e_ELarkNotiToolDevice as ELarkNotiToolDevice, index$e_ELarkObject as ELarkObject };
|
|
1034
1034
|
}
|
|
1035
1035
|
|
|
1036
1036
|
declare enum ESheetToolThreads {
|
|
@@ -1050,16 +1050,16 @@ declare enum ESheetToolInstagram {
|
|
|
1050
1050
|
ReplyMessage = "Reply message"
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
|
-
type index$
|
|
1054
|
-
declare const index$
|
|
1055
|
-
type index$
|
|
1056
|
-
declare const index$
|
|
1057
|
-
declare namespace index$
|
|
1058
|
-
export { index$
|
|
1053
|
+
type index$d_ESheetToolInstagram = ESheetToolInstagram;
|
|
1054
|
+
declare const index$d_ESheetToolInstagram: typeof ESheetToolInstagram;
|
|
1055
|
+
type index$d_ESheetToolThreads = ESheetToolThreads;
|
|
1056
|
+
declare const index$d_ESheetToolThreads: typeof ESheetToolThreads;
|
|
1057
|
+
declare namespace index$d {
|
|
1058
|
+
export { index$d_ESheetToolInstagram as ESheetToolInstagram, index$d_ESheetToolThreads as ESheetToolThreads };
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
1061
|
-
declare namespace index$
|
|
1062
|
-
export { index$
|
|
1061
|
+
declare namespace index$c {
|
|
1062
|
+
export { index$f as AI, index$i as Common, index$e as Lark, index$d as SheetTool, index$g as Status, index$h as Types };
|
|
1063
1063
|
}
|
|
1064
1064
|
|
|
1065
1065
|
type TFilter = 'direct' | 'ref';
|
|
@@ -1072,13 +1072,13 @@ type TPostStyle = 'video+image' | 'video' | 'link+video+image' | 'product_video_
|
|
|
1072
1072
|
|
|
1073
1073
|
type TActionRole = 'create' | 'read' | 'update' | 'delete' | 'manage';
|
|
1074
1074
|
|
|
1075
|
-
type index$
|
|
1076
|
-
type index$
|
|
1077
|
-
type index$
|
|
1078
|
-
type index$
|
|
1079
|
-
type index$
|
|
1080
|
-
declare namespace index$
|
|
1081
|
-
export type { index$
|
|
1075
|
+
type index$b_TActionRole = TActionRole;
|
|
1076
|
+
type index$b_TCompare = TCompare;
|
|
1077
|
+
type index$b_TFilter = TFilter;
|
|
1078
|
+
type index$b_TPost = TPost;
|
|
1079
|
+
type index$b_TPostStyle = TPostStyle;
|
|
1080
|
+
declare namespace index$b {
|
|
1081
|
+
export type { index$b_TActionRole as TActionRole, index$b_TCompare as TCompare, index$b_TFilter as TFilter, index$b_TPost as TPost, index$b_TPostStyle as TPostStyle };
|
|
1082
1082
|
}
|
|
1083
1083
|
|
|
1084
1084
|
interface IUser extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -1143,17 +1143,17 @@ interface ITeamMember extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1143
1143
|
member: string | IUser;
|
|
1144
1144
|
}
|
|
1145
1145
|
|
|
1146
|
-
type index$
|
|
1147
|
-
type index$
|
|
1148
|
-
type index$
|
|
1149
|
-
type index$
|
|
1150
|
-
type index$
|
|
1151
|
-
type index$
|
|
1152
|
-
type index$
|
|
1153
|
-
type index$
|
|
1154
|
-
type index$
|
|
1155
|
-
declare namespace index$
|
|
1156
|
-
export type { index$
|
|
1146
|
+
type index$a_IDepartment = IDepartment;
|
|
1147
|
+
type index$a_IDepartmentMember = IDepartmentMember;
|
|
1148
|
+
type index$a_IRole = IRole;
|
|
1149
|
+
type index$a_IRoleFeature = IRoleFeature;
|
|
1150
|
+
type index$a_ITeam = ITeam;
|
|
1151
|
+
type index$a_ITeamMember = ITeamMember;
|
|
1152
|
+
type index$a_ITeamRole = ITeamRole;
|
|
1153
|
+
type index$a_IUser = IUser;
|
|
1154
|
+
type index$a_IUserRole = IUserRole;
|
|
1155
|
+
declare namespace index$a {
|
|
1156
|
+
export type { index$a_IDepartment as IDepartment, index$a_IDepartmentMember as IDepartmentMember, index$a_IRole as IRole, index$a_IRoleFeature as IRoleFeature, index$a_ITeam as ITeam, index$a_ITeamMember as ITeamMember, index$a_ITeamRole as ITeamRole, index$a_IUser as IUser, index$a_IUserRole as IUserRole };
|
|
1157
1157
|
}
|
|
1158
1158
|
|
|
1159
1159
|
interface IBaseModel {
|
|
@@ -1190,14 +1190,14 @@ interface ISheetImport extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1190
1190
|
sheetName: string;
|
|
1191
1191
|
}
|
|
1192
1192
|
|
|
1193
|
-
type index$
|
|
1194
|
-
type index$
|
|
1195
|
-
type index$
|
|
1196
|
-
type index$
|
|
1197
|
-
type index$
|
|
1198
|
-
type index$
|
|
1199
|
-
declare namespace index$
|
|
1200
|
-
export type { index$
|
|
1193
|
+
type index$9_IBaseModel = IBaseModel;
|
|
1194
|
+
type index$9_IFile = IFile;
|
|
1195
|
+
type index$9_ISheetImport = ISheetImport;
|
|
1196
|
+
type index$9_ITrackingModel<T> = ITrackingModel<T>;
|
|
1197
|
+
type index$9_ITrackingTimeScript = ITrackingTimeScript;
|
|
1198
|
+
type index$9_ITrackingUserAction = ITrackingUserAction;
|
|
1199
|
+
declare namespace index$9 {
|
|
1200
|
+
export type { index$9_IBaseModel as IBaseModel, index$9_IFile as IFile, index$9_ISheetImport as ISheetImport, index$9_ITrackingModel as ITrackingModel, index$9_ITrackingTimeScript as ITrackingTimeScript, index$9_ITrackingUserAction as ITrackingUserAction };
|
|
1201
1201
|
}
|
|
1202
1202
|
|
|
1203
1203
|
interface IHistoryTaskAIContent extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -1371,13 +1371,13 @@ interface IBlogUserPermission extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1371
1371
|
user: string | IUser;
|
|
1372
1372
|
}
|
|
1373
1373
|
|
|
1374
|
-
type index$
|
|
1375
|
-
type index$
|
|
1376
|
-
type index$
|
|
1377
|
-
type index$
|
|
1378
|
-
type index$
|
|
1379
|
-
declare namespace index$
|
|
1380
|
-
export type { index$
|
|
1374
|
+
type index$8_IBlog = IBlog;
|
|
1375
|
+
type index$8_IBlogCategory = IBlogCategory;
|
|
1376
|
+
type index$8_IBlogDepartmentPermission = IBlogDepartmentPermission;
|
|
1377
|
+
type index$8_IBlogTeamPermission = IBlogTeamPermission;
|
|
1378
|
+
type index$8_IBlogUserPermission = IBlogUserPermission;
|
|
1379
|
+
declare namespace index$8 {
|
|
1380
|
+
export type { index$8_IBlog as IBlog, index$8_IBlogCategory as IBlogCategory, index$8_IBlogDepartmentPermission as IBlogDepartmentPermission, index$8_IBlogTeamPermission as IBlogTeamPermission, index$8_IBlogUserPermission as IBlogUserPermission };
|
|
1381
1381
|
}
|
|
1382
1382
|
|
|
1383
1383
|
interface ITaskJobAttachmentBlog extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -1488,29 +1488,29 @@ interface IDomain extends IBaseModel {
|
|
|
1488
1488
|
domain_color: string;
|
|
1489
1489
|
}
|
|
1490
1490
|
|
|
1491
|
-
type index$
|
|
1492
|
-
type index$
|
|
1493
|
-
type index$
|
|
1494
|
-
type index$
|
|
1495
|
-
type index$
|
|
1496
|
-
type index$
|
|
1497
|
-
type index$
|
|
1498
|
-
type index$
|
|
1499
|
-
type index$
|
|
1500
|
-
type index$
|
|
1501
|
-
type index$
|
|
1502
|
-
type index$
|
|
1503
|
-
type index$
|
|
1504
|
-
type index$
|
|
1505
|
-
type index$
|
|
1506
|
-
type index$
|
|
1507
|
-
type index$
|
|
1508
|
-
type index$
|
|
1509
|
-
type index$
|
|
1510
|
-
type index$
|
|
1511
|
-
type index$
|
|
1512
|
-
declare namespace index$
|
|
1513
|
-
export type { index$
|
|
1491
|
+
type index$7_IDomain = IDomain;
|
|
1492
|
+
type index$7_ILark = ILark;
|
|
1493
|
+
type index$7_ILarkTeam = ILarkTeam;
|
|
1494
|
+
type index$7_IManagerWork = IManagerWork;
|
|
1495
|
+
type index$7_ISheetWork = ISheetWork;
|
|
1496
|
+
type index$7_ISheetWorkDepartmentPermission = ISheetWorkDepartmentPermission;
|
|
1497
|
+
type index$7_ISheetWorkManager = ISheetWorkManager;
|
|
1498
|
+
type index$7_ISheetWorkUserPermission = ISheetWorkUserPermission;
|
|
1499
|
+
type index$7_ISheetWorksCategory = ISheetWorksCategory;
|
|
1500
|
+
type index$7_ITag = ITag;
|
|
1501
|
+
type index$7_ITaskJob = ITaskJob;
|
|
1502
|
+
type index$7_ITaskJobAttachmentBlog = ITaskJobAttachmentBlog;
|
|
1503
|
+
type index$7_ITaskJobBlogAttached = ITaskJobBlogAttached;
|
|
1504
|
+
type index$7_ITaskJobCheckList = ITaskJobCheckList;
|
|
1505
|
+
type index$7_ITaskJobDepartmentPermission = ITaskJobDepartmentPermission;
|
|
1506
|
+
type index$7_ITaskJobDiscuss = ITaskJobDiscuss;
|
|
1507
|
+
type index$7_ITaskJobLabel = ITaskJobLabel;
|
|
1508
|
+
type index$7_ITaskJobPermission = ITaskJobPermission;
|
|
1509
|
+
type index$7_ITaskJobTeamPermission = ITaskJobTeamPermission;
|
|
1510
|
+
type index$7_ITaskJobUserPermission = ITaskJobUserPermission;
|
|
1511
|
+
type index$7_ITaskJobsGroup = ITaskJobsGroup;
|
|
1512
|
+
declare namespace index$7 {
|
|
1513
|
+
export type { index$7_IDomain as IDomain, index$7_ILark as ILark, index$7_ILarkTeam as ILarkTeam, index$7_IManagerWork as IManagerWork, index$7_ISheetWork as ISheetWork, index$7_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, index$7_ISheetWorkManager as ISheetWorkManager, index$7_ISheetWorkUserPermission as ISheetWorkUserPermission, index$7_ISheetWorksCategory as ISheetWorksCategory, index$7_ITag as ITag, index$7_ITaskJob as ITaskJob, index$7_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, index$7_ITaskJobBlogAttached as ITaskJobBlogAttached, index$7_ITaskJobCheckList as ITaskJobCheckList, index$7_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$7_ITaskJobDiscuss as ITaskJobDiscuss, index$7_ITaskJobLabel as ITaskJobLabel, index$7_ITaskJobPermission as ITaskJobPermission, index$7_ITaskJobTeamPermission as ITaskJobTeamPermission, index$7_ITaskJobUserPermission as ITaskJobUserPermission, index$7_ITaskJobsGroup as ITaskJobsGroup };
|
|
1514
1514
|
}
|
|
1515
1515
|
|
|
1516
1516
|
interface IAccountAIContent extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -2809,55 +2809,67 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
2809
2809
|
statusDetail: string;
|
|
2810
2810
|
}
|
|
2811
2811
|
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
type index$
|
|
2824
|
-
type index$
|
|
2825
|
-
type index$
|
|
2826
|
-
type index$
|
|
2827
|
-
type index$
|
|
2828
|
-
type index$
|
|
2829
|
-
type index$
|
|
2830
|
-
type index$
|
|
2831
|
-
type index$
|
|
2832
|
-
type index$
|
|
2833
|
-
type index$
|
|
2834
|
-
type index$
|
|
2835
|
-
type index$
|
|
2836
|
-
type index$
|
|
2837
|
-
type index$
|
|
2838
|
-
type index$
|
|
2839
|
-
type index$
|
|
2840
|
-
type index$
|
|
2841
|
-
type index$
|
|
2842
|
-
type index$
|
|
2843
|
-
type index$
|
|
2844
|
-
type index$
|
|
2845
|
-
type index$
|
|
2846
|
-
type index$
|
|
2847
|
-
type index$
|
|
2848
|
-
type index$
|
|
2849
|
-
type index$
|
|
2850
|
-
type index$
|
|
2851
|
-
type index$
|
|
2852
|
-
type index$
|
|
2853
|
-
type index$
|
|
2854
|
-
type index$
|
|
2855
|
-
type index$
|
|
2856
|
-
type index$
|
|
2857
|
-
type index$
|
|
2858
|
-
type index$
|
|
2859
|
-
|
|
2860
|
-
|
|
2812
|
+
interface ITaskToolMonitor extends IBaseModel, ITrackingModel<IUser> {
|
|
2813
|
+
deviceKey: string;
|
|
2814
|
+
timeExecute: Date;
|
|
2815
|
+
keyTimeSetting: string;
|
|
2816
|
+
sheetTool: ISheetsTool | string;
|
|
2817
|
+
accountSocial: string | IAccountSocialBase;
|
|
2818
|
+
typeSocial: ETypeSocial;
|
|
2819
|
+
taskId: string;
|
|
2820
|
+
status: EStatusTaskToolSocials;
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
type index$6_IAccountSocialBase = IAccountSocialBase;
|
|
2824
|
+
type index$6_IAccountSocialGroup = IAccountSocialGroup;
|
|
2825
|
+
type index$6_IInstagramAccountRaw = IInstagramAccountRaw;
|
|
2826
|
+
type index$6_IInstagramAccountRun = IInstagramAccountRun;
|
|
2827
|
+
type index$6_IInstagramHistoryAutoPost = IInstagramHistoryAutoPost;
|
|
2828
|
+
type index$6_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
|
|
2829
|
+
type index$6_IInstagramHistoryBlockUser = IInstagramHistoryBlockUser;
|
|
2830
|
+
type index$6_IInstagramHistoryChange = IInstagramHistoryChange;
|
|
2831
|
+
type index$6_IInstagramHistoryCreate = IInstagramHistoryCreate;
|
|
2832
|
+
type index$6_IInstagramHistoryGroup = IInstagramHistoryGroup;
|
|
2833
|
+
type index$6_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
|
|
2834
|
+
type index$6_IInstagramReportInteractExplore = IInstagramReportInteractExplore;
|
|
2835
|
+
type index$6_IInstagramReportInteractFollow = IInstagramReportInteractFollow;
|
|
2836
|
+
type index$6_IInstagramReportInteractReel = IInstagramReportInteractReel;
|
|
2837
|
+
type index$6_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
|
|
2838
|
+
type index$6_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
|
|
2839
|
+
type index$6_IInstagramReportInteractStory = IInstagramReportInteractStory;
|
|
2840
|
+
type index$6_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
|
|
2841
|
+
type index$6_IInstagramReportPostNew = IInstagramReportPostNew;
|
|
2842
|
+
type index$6_IInstagramReportPostReel = IInstagramReportPostReel;
|
|
2843
|
+
type index$6_IInstagramReportPostSquare = IInstagramReportPostSquare;
|
|
2844
|
+
type index$6_IInstagramReportPostStory = IInstagramReportPostStory;
|
|
2845
|
+
type index$6_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
|
|
2846
|
+
type index$6_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
|
2847
|
+
type index$6_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
|
2848
|
+
type index$6_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
|
2849
|
+
type index$6_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
|
|
2850
|
+
type index$6_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
|
2851
|
+
type index$6_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
|
2852
|
+
type index$6_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
2853
|
+
type index$6_IInstagramSettingPost = IInstagramSettingPost;
|
|
2854
|
+
type index$6_ITaskToolMonitor = ITaskToolMonitor;
|
|
2855
|
+
type index$6_IThreadsAccountRaw = IThreadsAccountRaw;
|
|
2856
|
+
type index$6_IThreadsAccountRun = IThreadsAccountRun;
|
|
2857
|
+
type index$6_IThreadsHistoryAutoPost = IThreadsHistoryAutoPost;
|
|
2858
|
+
type index$6_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
|
|
2859
|
+
type index$6_IThreadsHistoryChange = IThreadsHistoryChange;
|
|
2860
|
+
type index$6_IThreadsHistoryCreate = IThreadsHistoryCreate;
|
|
2861
|
+
type index$6_IThreadsHistoryGroup = IThreadsHistoryGroup;
|
|
2862
|
+
type index$6_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
|
|
2863
|
+
type index$6_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
|
|
2864
|
+
type index$6_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
|
|
2865
|
+
type index$6_IThreadsReportPost = IThreadsReportPost;
|
|
2866
|
+
type index$6_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
|
|
2867
|
+
type index$6_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
|
|
2868
|
+
type index$6_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
|
|
2869
|
+
type index$6_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
|
|
2870
|
+
type index$6_IThreadsSettingPost = IThreadsSettingPost;
|
|
2871
|
+
declare namespace index$6 {
|
|
2872
|
+
export type { index$6_IAccountSocialBase as IAccountSocialBase, index$6_IAccountSocialGroup as IAccountSocialGroup, index$6_IInstagramAccountRaw as IInstagramAccountRaw, index$6_IInstagramAccountRun as IInstagramAccountRun, index$6_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, index$6_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, index$6_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, index$6_IInstagramHistoryChange as IInstagramHistoryChange, index$6_IInstagramHistoryCreate as IInstagramHistoryCreate, index$6_IInstagramHistoryGroup as IInstagramHistoryGroup, index$6_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, index$6_IInstagramReportInteractExplore as IInstagramReportInteractExplore, index$6_IInstagramReportInteractFollow as IInstagramReportInteractFollow, index$6_IInstagramReportInteractReel as IInstagramReportInteractReel, index$6_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, index$6_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, index$6_IInstagramReportInteractStory as IInstagramReportInteractStory, index$6_IInstagramReportPostHighLight as IInstagramReportPostHighLight, index$6_IInstagramReportPostNew as IInstagramReportPostNew, index$6_IInstagramReportPostReel as IInstagramReportPostReel, index$6_IInstagramReportPostSquare as IInstagramReportPostSquare, index$6_IInstagramReportPostStory as IInstagramReportPostStory, index$6_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, index$6_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, index$6_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, index$6_IInstagramSettingInteractReel as IInstagramSettingInteractReel, index$6_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, index$6_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, index$6_IInstagramSettingInteractStory as IInstagramSettingInteractStory, index$6_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, index$6_IInstagramSettingPost as IInstagramSettingPost, index$6_ITaskToolMonitor as ITaskToolMonitor, index$6_IThreadsAccountRaw as IThreadsAccountRaw, index$6_IThreadsAccountRun as IThreadsAccountRun, index$6_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, index$6_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, index$6_IThreadsHistoryChange as IThreadsHistoryChange, index$6_IThreadsHistoryCreate as IThreadsHistoryCreate, index$6_IThreadsHistoryGroup as IThreadsHistoryGroup, index$6_IThreadsReportInteractFollow as IThreadsReportInteractFollow, index$6_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, index$6_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, index$6_IThreadsReportPost as IThreadsReportPost, index$6_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, index$6_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, index$6_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, index$6_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, index$6_IThreadsSettingPost as IThreadsSettingPost };
|
|
2861
2873
|
}
|
|
2862
2874
|
|
|
2863
2875
|
interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -3006,551 +3018,156 @@ interface IHistoryTaskCanva extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3006
3018
|
note: string;
|
|
3007
3019
|
}
|
|
3008
3020
|
|
|
3009
|
-
interface
|
|
3021
|
+
interface ITaskAIItemAction {
|
|
3022
|
+
order: number;
|
|
3023
|
+
keyWords: string;
|
|
3024
|
+
keyWordsBlank: string;
|
|
3025
|
+
columnName: string;
|
|
3026
|
+
columnSymbol: string;
|
|
3027
|
+
columnType: ETypeColumnManagerWork;
|
|
3028
|
+
promptInput: string;
|
|
3029
|
+
promptOutput: string;
|
|
3030
|
+
status: EStatusTaskAIContent;
|
|
3031
|
+
}
|
|
3032
|
+
interface ITaskAIItemGroup {
|
|
3033
|
+
name: string;
|
|
3034
|
+
order: number;
|
|
3035
|
+
listItemAction: Array<ITaskAIItemAction>;
|
|
3036
|
+
listChannelsAI: Array<string> | Array<IAccountAIContentChannel>;
|
|
3037
|
+
status: EStatusTaskAIContent;
|
|
3038
|
+
}
|
|
3039
|
+
interface ITaskAIContent extends IBaseModel, ITrackingModel<IUser> {
|
|
3040
|
+
accountAI: string | IAccountAIContent;
|
|
3041
|
+
sheetID: string;
|
|
3010
3042
|
sheetUrl: string;
|
|
3011
3043
|
sheetName: string;
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
timeTo: string;
|
|
3020
|
-
service: string;
|
|
3021
|
-
action: string;
|
|
3022
|
-
timeExecute: Date;
|
|
3023
|
-
status: EStatusTaskToolSocials;
|
|
3024
|
-
dayOfWeekUS: string;
|
|
3025
|
-
timeExecuteUS: Date;
|
|
3026
|
-
canvaUrlVideo: string;
|
|
3027
|
-
canvaImageThumb: string;
|
|
3028
|
-
canvaImagePage1: string;
|
|
3029
|
-
canvaImagePage2: string;
|
|
3030
|
-
canvaImagePage3: string;
|
|
3031
|
-
canvaImagePage4: string;
|
|
3032
|
-
canvaImagePage5: string;
|
|
3033
|
-
contentPost: string;
|
|
3044
|
+
sheetChildren: string | IManagerSheetChildren;
|
|
3045
|
+
rowID: string;
|
|
3046
|
+
row: number;
|
|
3047
|
+
colSymbolForRunTask: string;
|
|
3048
|
+
inputForRunTask: string;
|
|
3049
|
+
listGroupsActions: Array<ITaskAIItemGroup>;
|
|
3050
|
+
status: EStatusTaskAIContent;
|
|
3034
3051
|
}
|
|
3035
3052
|
|
|
3036
|
-
interface
|
|
3053
|
+
interface ITaskAIImageCanvaThreads extends IBaseModel, ITrackingModel<IUser> {
|
|
3054
|
+
sheetID: string;
|
|
3037
3055
|
sheetUrl: string;
|
|
3038
3056
|
sheetName: string;
|
|
3057
|
+
rowID: string;
|
|
3058
|
+
row: number;
|
|
3039
3059
|
typeSocial: ETypeSocial;
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3060
|
+
accountSocial: string | IAccountSocialBase;
|
|
3061
|
+
typeRatioImage: ETypeRatioImage;
|
|
3062
|
+
channelImage: string | IAccountAIImageChannel;
|
|
3063
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
3064
|
+
accountEmailImage: string | IAccountEmail;
|
|
3065
|
+
username: string;
|
|
3066
|
+
promptAvatarInput: string;
|
|
3067
|
+
urlAvatarOutput: string;
|
|
3068
|
+
fontTextAvatar: string;
|
|
3069
|
+
promptCoverInput: string;
|
|
3070
|
+
urlCoverOutput: string;
|
|
3071
|
+
fontTextCover: string;
|
|
3072
|
+
statusImage: EStatusTaskImage;
|
|
3073
|
+
statusCanva: EStatusTaskCanva;
|
|
3054
3074
|
}
|
|
3055
3075
|
|
|
3056
|
-
interface
|
|
3076
|
+
interface ITaskAIImageCanvaInstagram extends IBaseModel, ITrackingModel<IUser> {
|
|
3077
|
+
sheetID: string;
|
|
3057
3078
|
sheetUrl: string;
|
|
3058
3079
|
sheetName: string;
|
|
3080
|
+
rowID: string;
|
|
3081
|
+
row: number;
|
|
3059
3082
|
typeSocial: ETypeSocial;
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
messageForReply: string;
|
|
3075
|
-
replyCommentContentStep1: string;
|
|
3076
|
-
replyCommentContentStep2: string;
|
|
3077
|
-
statusStep1: EStatusTaskToolSocials;
|
|
3078
|
-
statusStep2: EStatusTaskToolSocials;
|
|
3083
|
+
accountSocial: string | IAccountSocialBase;
|
|
3084
|
+
typeRatioImage: ETypeRatioImage;
|
|
3085
|
+
channelImage: string | IAccountAIImageChannel;
|
|
3086
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
3087
|
+
accountEmailImage: string | IAccountEmail;
|
|
3088
|
+
username: string;
|
|
3089
|
+
promptAvatarInput: string;
|
|
3090
|
+
urlAvatarOutput: string;
|
|
3091
|
+
fontTextAvatar: string;
|
|
3092
|
+
promptCoverInput: string;
|
|
3093
|
+
urlCoverOutput: string;
|
|
3094
|
+
fontTextCover: string;
|
|
3095
|
+
statusImage: EStatusTaskImage;
|
|
3096
|
+
statusCanva: EStatusTaskCanva;
|
|
3079
3097
|
}
|
|
3080
3098
|
|
|
3081
|
-
interface
|
|
3099
|
+
interface ITaskAIImageVoiceCanvaThreads extends IBaseModel, ITrackingModel<IUser> {
|
|
3100
|
+
sheetID: string;
|
|
3082
3101
|
sheetUrl: string;
|
|
3083
3102
|
sheetName: string;
|
|
3103
|
+
rowID: string;
|
|
3104
|
+
row: number;
|
|
3084
3105
|
typeSocial: ETypeSocial;
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3106
|
+
accountSocial: string | IAccountSocialBase;
|
|
3107
|
+
typeRatioImage: ETypeRatioImage;
|
|
3108
|
+
channelImage: string | IAccountAIImageChannel;
|
|
3109
|
+
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
3110
|
+
accountEmailImage: string | IAccountEmail;
|
|
3111
|
+
promptThumbInput: string;
|
|
3112
|
+
thumbOutputUrl: string;
|
|
3113
|
+
promptPage1Input: string;
|
|
3114
|
+
page1OutputUrl: string;
|
|
3115
|
+
promptPage2Input: string;
|
|
3116
|
+
page2OutputUrl: string;
|
|
3117
|
+
promptNichePage3Input: string;
|
|
3118
|
+
nichePage3OutputUrl: string;
|
|
3119
|
+
promptNichePage4Input: string;
|
|
3120
|
+
nichePage4OutputUrl: string;
|
|
3121
|
+
promptNichePage5Input: string;
|
|
3122
|
+
nichePage5OutputUrl: string;
|
|
3123
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
|
3124
|
+
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
|
3125
|
+
accountEmailVoice: string | IAccountEmail;
|
|
3126
|
+
promptVoicePage1Input: string;
|
|
3127
|
+
voicePage1OutputUrl: string;
|
|
3128
|
+
promptVoicePage3456Input: string;
|
|
3129
|
+
voicePage3456OutputUrl: string;
|
|
3130
|
+
billetCharacterVoiceSpeaker1: string;
|
|
3131
|
+
billetCharacterVoiceSpeaker2: string;
|
|
3132
|
+
typePost: string;
|
|
3133
|
+
titlePool: string;
|
|
3134
|
+
pool1: string;
|
|
3135
|
+
pool2: string;
|
|
3136
|
+
pool3: string;
|
|
3137
|
+
textFirstPage2: string;
|
|
3138
|
+
textSecondPage2: string;
|
|
3139
|
+
textPage6: string;
|
|
3140
|
+
linkAddHistory: string;
|
|
3141
|
+
nicheLinkCategory: string;
|
|
3142
|
+
styleName: string;
|
|
3143
|
+
backgroundForPage3: string;
|
|
3144
|
+
backgroundForPage4: string;
|
|
3145
|
+
backgroundForPage5: string;
|
|
3146
|
+
backgroundForPage6: string;
|
|
3147
|
+
effectAudioThumbnail: string;
|
|
3148
|
+
effectAudioPage345: string;
|
|
3149
|
+
bgRemoveBackground345: string;
|
|
3150
|
+
fontText1: string;
|
|
3151
|
+
fontText2: string;
|
|
3152
|
+
linkCanvaScript: string;
|
|
3153
|
+
linkCanvaVideo: string;
|
|
3154
|
+
linkCanvaImageThumb: string;
|
|
3155
|
+
linkCanvaImage1: string;
|
|
3156
|
+
linkCanvaImage2: string;
|
|
3157
|
+
linkCanvaImage3: string;
|
|
3158
|
+
linkCanvaImage4: string;
|
|
3159
|
+
linkCanvaImage5: string;
|
|
3160
|
+
statusImage: EStatusTaskImage;
|
|
3161
|
+
statusVoice: EStatusTaskVoice;
|
|
3162
|
+
statusCanva: EStatusTaskCanva;
|
|
3112
3163
|
}
|
|
3113
3164
|
|
|
3114
|
-
interface
|
|
3165
|
+
interface ITaskAIImageVoiceCanvaInstagram extends IBaseModel, ITrackingModel<IUser> {
|
|
3166
|
+
sheetID: string;
|
|
3115
3167
|
sheetUrl: string;
|
|
3116
3168
|
sheetName: string;
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
deviceKey: string;
|
|
3120
|
-
minuteWaiting: number;
|
|
3121
|
-
isTimeUS: boolean;
|
|
3122
|
-
dayOfWeek: string;
|
|
3123
|
-
timeFrom: string;
|
|
3124
|
-
timeTo: string;
|
|
3125
|
-
service: string;
|
|
3126
|
-
action: string;
|
|
3127
|
-
timeExecute: Date;
|
|
3128
|
-
status: EStatusTaskToolSocials;
|
|
3129
|
-
dayOfWeekUS: string;
|
|
3130
|
-
timeExecuteUS: Date;
|
|
3131
|
-
listBlockUserName: string[];
|
|
3132
|
-
listRestrictUserName: string[];
|
|
3133
|
-
listHiddenUserName: string[];
|
|
3134
|
-
}
|
|
3135
|
-
|
|
3136
|
-
interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
3137
|
-
sheetUrl: string;
|
|
3138
|
-
sheetName: string;
|
|
3139
|
-
typeSocial: ETypeSocial;
|
|
3140
|
-
account: string | IInstagramAccountRaw;
|
|
3141
|
-
deviceKey: string;
|
|
3142
|
-
minuteWaiting: number;
|
|
3143
|
-
isTimeUS: boolean;
|
|
3144
|
-
dayOfWeek: string;
|
|
3145
|
-
timeFrom: string;
|
|
3146
|
-
timeTo: string;
|
|
3147
|
-
service: string;
|
|
3148
|
-
action: string;
|
|
3149
|
-
timeExecute: Date;
|
|
3150
|
-
status: EStatusTaskToolSocials;
|
|
3151
|
-
dayOfWeekUS: string;
|
|
3152
|
-
timeExecuteUS: Date;
|
|
3153
|
-
oldUserName: string;
|
|
3154
|
-
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
3155
|
-
changeUserNameNew: string;
|
|
3156
|
-
changeFullnameNew: string;
|
|
3157
|
-
changeBioNew: string;
|
|
3158
|
-
passwordNew: string;
|
|
3159
|
-
emailNew: string;
|
|
3160
|
-
code2fa: string;
|
|
3161
|
-
nameLink1: string;
|
|
3162
|
-
link1: string;
|
|
3163
|
-
nameLink2: string;
|
|
3164
|
-
link2: string;
|
|
3165
|
-
nameLink3: string;
|
|
3166
|
-
link3: string;
|
|
3167
|
-
changeAvatar: string;
|
|
3168
|
-
fontTextAvatarUsername: string;
|
|
3169
|
-
urlImageAvatar: string;
|
|
3170
|
-
changeCover: string;
|
|
3171
|
-
fontTextCoverUsername: string;
|
|
3172
|
-
urlImageCover: string;
|
|
3173
|
-
}
|
|
3174
|
-
|
|
3175
|
-
interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
3176
|
-
sheetUrl: string;
|
|
3177
|
-
sheetName: string;
|
|
3178
|
-
typeSocial: ETypeSocial;
|
|
3179
|
-
account: string | IInstagramAccountRaw;
|
|
3180
|
-
deviceKey: string;
|
|
3181
|
-
minuteWaiting: number;
|
|
3182
|
-
isTimeUS: boolean;
|
|
3183
|
-
dayOfWeek: string;
|
|
3184
|
-
timeFrom: string;
|
|
3185
|
-
timeTo: string;
|
|
3186
|
-
service: string;
|
|
3187
|
-
action: string;
|
|
3188
|
-
timeExecute: Date;
|
|
3189
|
-
status: EStatusTaskToolSocials;
|
|
3190
|
-
dayOfWeekUS: string;
|
|
3191
|
-
timeExecuteUS: Date;
|
|
3192
|
-
listUsernameFollow: string[];
|
|
3193
|
-
}
|
|
3194
|
-
|
|
3195
|
-
interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
3196
|
-
typeSocial: ETypeSocial;
|
|
3197
|
-
account: string | IInstagramAccountRaw;
|
|
3198
|
-
deviceKey: string;
|
|
3199
|
-
minuteWaiting: number;
|
|
3200
|
-
isTimeUS: boolean;
|
|
3201
|
-
dayOfWeek: string;
|
|
3202
|
-
timeFrom: string;
|
|
3203
|
-
timeTo: string;
|
|
3204
|
-
service: string;
|
|
3205
|
-
action: string;
|
|
3206
|
-
timeExecute: Date;
|
|
3207
|
-
status: EStatusTaskToolSocials;
|
|
3208
|
-
dayOfWeekUS: string;
|
|
3209
|
-
timeExecuteUS: Date;
|
|
3210
|
-
numberView: number;
|
|
3211
|
-
isBasicView: boolean;
|
|
3212
|
-
isLike: boolean;
|
|
3213
|
-
numberLike: number;
|
|
3214
|
-
minuteRun: number;
|
|
3215
|
-
}
|
|
3216
|
-
|
|
3217
|
-
interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
3218
|
-
typeSocial: ETypeSocial;
|
|
3219
|
-
account: string | IInstagramAccountRaw;
|
|
3220
|
-
deviceKey: string;
|
|
3221
|
-
minuteWaiting: number;
|
|
3222
|
-
isTimeUS: boolean;
|
|
3223
|
-
dayOfWeek: string;
|
|
3224
|
-
timeFrom: string;
|
|
3225
|
-
timeTo: string;
|
|
3226
|
-
service: string;
|
|
3227
|
-
action: string;
|
|
3228
|
-
timeExecute: Date;
|
|
3229
|
-
status: EStatusTaskToolSocials;
|
|
3230
|
-
dayOfWeekUS: string;
|
|
3231
|
-
timeExecuteUS: Date;
|
|
3232
|
-
numberView: number;
|
|
3233
|
-
isLike: boolean;
|
|
3234
|
-
numberLike: number;
|
|
3235
|
-
minuteRun: number;
|
|
3236
|
-
}
|
|
3237
|
-
|
|
3238
|
-
interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
3239
|
-
typeSocial: ETypeSocial;
|
|
3240
|
-
account: string | IInstagramAccountRaw;
|
|
3241
|
-
deviceKey: string;
|
|
3242
|
-
minuteWaiting: number;
|
|
3243
|
-
isTimeUS: boolean;
|
|
3244
|
-
dayOfWeek: string;
|
|
3245
|
-
timeFrom: string;
|
|
3246
|
-
timeTo: string;
|
|
3247
|
-
service: string;
|
|
3248
|
-
action: string;
|
|
3249
|
-
timeExecute: Date;
|
|
3250
|
-
status: EStatusTaskToolSocials;
|
|
3251
|
-
dayOfWeekUS: string;
|
|
3252
|
-
timeExecuteUS: Date;
|
|
3253
|
-
numberView: number;
|
|
3254
|
-
isLike: boolean;
|
|
3255
|
-
numberLike: number;
|
|
3256
|
-
}
|
|
3257
|
-
|
|
3258
|
-
interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
3259
|
-
sheetUrl: string;
|
|
3260
|
-
sheetName: string;
|
|
3261
|
-
typeSocial: ETypeSocial;
|
|
3262
|
-
account: string | IInstagramAccountRaw;
|
|
3263
|
-
deviceKey: string;
|
|
3264
|
-
minuteWaiting: number;
|
|
3265
|
-
isTimeUS: boolean;
|
|
3266
|
-
dayOfWeek: string;
|
|
3267
|
-
timeFrom: string;
|
|
3268
|
-
timeTo: string;
|
|
3269
|
-
service: string;
|
|
3270
|
-
action: string;
|
|
3271
|
-
timeExecute: Date;
|
|
3272
|
-
status: EStatusTaskToolSocials;
|
|
3273
|
-
dayOfWeekUS: string;
|
|
3274
|
-
timeExecuteUS: Date;
|
|
3275
|
-
canvaUrlVideo: string;
|
|
3276
|
-
canvaImageThumb: string;
|
|
3277
|
-
canvaImagePage1: string;
|
|
3278
|
-
canvaImagePage2: string;
|
|
3279
|
-
canvaImagePage3: string;
|
|
3280
|
-
canvaImagePage4: string;
|
|
3281
|
-
canvaImagePage5: string;
|
|
3282
|
-
username: string;
|
|
3283
|
-
contentPost: string;
|
|
3284
|
-
nicheLinkCategory: string;
|
|
3285
|
-
titlePool: string;
|
|
3286
|
-
pool1: string;
|
|
3287
|
-
pool2: string;
|
|
3288
|
-
pool3: string;
|
|
3289
|
-
textFirstPage2: string;
|
|
3290
|
-
textSecondPage2: string;
|
|
3291
|
-
textPage6: string;
|
|
3292
|
-
voicePage1: string;
|
|
3293
|
-
voicePage3456: string;
|
|
3294
|
-
addMusic: string;
|
|
3295
|
-
tagUserName: string;
|
|
3296
|
-
tagCollaborator: string;
|
|
3297
|
-
addLocation: string;
|
|
3298
|
-
historyName: string;
|
|
3299
|
-
linkAddHistory: string;
|
|
3300
|
-
commentPostMe: string;
|
|
3301
|
-
tagUserPostMe: string;
|
|
3302
|
-
typePost: string;
|
|
3303
|
-
postStyle: string;
|
|
3304
|
-
statusPost: string;
|
|
3305
|
-
}
|
|
3306
|
-
|
|
3307
|
-
interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
3308
|
-
sheetUrl: string;
|
|
3309
|
-
sheetName: string;
|
|
3310
|
-
typeSocial: ETypeSocial;
|
|
3311
|
-
account: string | IInstagramAccountRaw;
|
|
3312
|
-
deviceKey: string;
|
|
3313
|
-
minuteWaiting: number;
|
|
3314
|
-
isTimeUS: boolean;
|
|
3315
|
-
dayOfWeek: string;
|
|
3316
|
-
timeFrom: string;
|
|
3317
|
-
timeTo: string;
|
|
3318
|
-
service: string;
|
|
3319
|
-
action: string;
|
|
3320
|
-
timeExecute: Date;
|
|
3321
|
-
status: EStatusTaskToolSocials;
|
|
3322
|
-
dayOfWeekUS: string;
|
|
3323
|
-
timeExecuteUS: Date;
|
|
3324
|
-
postUrlReply: string;
|
|
3325
|
-
messageForReply: string;
|
|
3326
|
-
replyCommentContentStep1: string;
|
|
3327
|
-
replyCommentContentStep2: string;
|
|
3328
|
-
statusStep1: EStatusTaskToolSocials;
|
|
3329
|
-
statusStep2: EStatusTaskToolSocials;
|
|
3330
|
-
}
|
|
3331
|
-
|
|
3332
|
-
interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
3333
|
-
sheetUrl: string;
|
|
3334
|
-
sheetName: string;
|
|
3335
|
-
typeSocial: ETypeSocial;
|
|
3336
|
-
account: string | IInstagramAccountRaw;
|
|
3337
|
-
deviceKey: string;
|
|
3338
|
-
minuteWaiting: number;
|
|
3339
|
-
isTimeUS: boolean;
|
|
3340
|
-
dayOfWeek: string;
|
|
3341
|
-
timeFrom: string;
|
|
3342
|
-
timeTo: string;
|
|
3343
|
-
service: string;
|
|
3344
|
-
action: string;
|
|
3345
|
-
timeExecute: Date;
|
|
3346
|
-
status: EStatusTaskToolSocials;
|
|
3347
|
-
dayOfWeekUS: string;
|
|
3348
|
-
timeExecuteUS: Date;
|
|
3349
|
-
postUrlReply: string;
|
|
3350
|
-
messageForReply: string;
|
|
3351
|
-
replyMessageContentStep1: string;
|
|
3352
|
-
replyMessageContentStep2: string;
|
|
3353
|
-
statusStep1: EStatusTaskToolSocials;
|
|
3354
|
-
statusStep2: EStatusTaskToolSocials;
|
|
3355
|
-
}
|
|
3356
|
-
|
|
3357
|
-
type index$8_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
|
3358
|
-
type index$8_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
|
3359
|
-
type index$8_ITaskInstagramFollow = ITaskInstagramFollow;
|
|
3360
|
-
type index$8_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
|
3361
|
-
type index$8_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
|
3362
|
-
type index$8_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
|
3363
|
-
type index$8_ITaskInstagramPost = ITaskInstagramPost;
|
|
3364
|
-
type index$8_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
|
3365
|
-
type index$8_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
|
3366
|
-
declare namespace index$8 {
|
|
3367
|
-
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 };
|
|
3368
|
-
}
|
|
3369
|
-
|
|
3370
|
-
type TaskTypeInstagram = 'Post' | 'Follow' | 'ReplyComment' | 'ReplyMessage' | 'ChangeInfo' | 'BlockUser';
|
|
3371
|
-
type TaskTypeThreads = 'Post' | 'ReplyComment' | 'Follow';
|
|
3372
|
-
interface ITaskToolMonitor extends IBaseModel, ITrackingModel<IUser> {
|
|
3373
|
-
deviceKey: string;
|
|
3374
|
-
typeSocial: ETypeSocial;
|
|
3375
|
-
accountSocial: string | IAccountSocialBase;
|
|
3376
|
-
taskType: TaskTypeInstagram | TaskTypeThreads;
|
|
3377
|
-
taskId: string;
|
|
3378
|
-
sheetTool: string | ISheetsTool;
|
|
3379
|
-
timeExecute: Date;
|
|
3380
|
-
keyTimeSetting: string;
|
|
3381
|
-
status: EStatusTaskToolSocials;
|
|
3382
|
-
}
|
|
3383
|
-
|
|
3384
|
-
type index$7_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
|
3385
|
-
type index$7_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
|
3386
|
-
type index$7_ITaskInstagramFollow = ITaskInstagramFollow;
|
|
3387
|
-
type index$7_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
|
3388
|
-
type index$7_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
|
3389
|
-
type index$7_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
|
3390
|
-
type index$7_ITaskInstagramPost = ITaskInstagramPost;
|
|
3391
|
-
type index$7_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
|
3392
|
-
type index$7_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
|
3393
|
-
type index$7_ITaskThreadsFollow = ITaskThreadsFollow;
|
|
3394
|
-
type index$7_ITaskThreadsPost = ITaskThreadsPost;
|
|
3395
|
-
type index$7_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
|
3396
|
-
type index$7_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
|
3397
|
-
type index$7_ITaskToolMonitor = ITaskToolMonitor;
|
|
3398
|
-
type index$7_TaskTypeInstagram = TaskTypeInstagram;
|
|
3399
|
-
type index$7_TaskTypeThreads = TaskTypeThreads;
|
|
3400
|
-
declare namespace index$7 {
|
|
3401
|
-
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 };
|
|
3402
|
-
}
|
|
3403
|
-
|
|
3404
|
-
interface ITaskAIItemAction {
|
|
3405
|
-
order: number;
|
|
3406
|
-
keyWords: string;
|
|
3407
|
-
keyWordsBlank: string;
|
|
3408
|
-
columnName: string;
|
|
3409
|
-
columnSymbol: string;
|
|
3410
|
-
columnType: ETypeColumnManagerWork;
|
|
3411
|
-
promptInput: string;
|
|
3412
|
-
promptOutput: string;
|
|
3413
|
-
status: EStatusTaskAIContent;
|
|
3414
|
-
}
|
|
3415
|
-
interface ITaskAIItemGroup {
|
|
3416
|
-
name: string;
|
|
3417
|
-
order: number;
|
|
3418
|
-
listItemAction: Array<ITaskAIItemAction>;
|
|
3419
|
-
listChannelsAI: Array<string> | Array<IAccountAIContentChannel>;
|
|
3420
|
-
status: EStatusTaskAIContent;
|
|
3421
|
-
}
|
|
3422
|
-
interface ITaskAIContent extends IBaseModel, ITrackingModel<IUser> {
|
|
3423
|
-
accountAI: string | IAccountAIContent;
|
|
3424
|
-
sheetID: string;
|
|
3425
|
-
sheetUrl: string;
|
|
3426
|
-
sheetName: string;
|
|
3427
|
-
sheetChildren: string | IManagerSheetChildren;
|
|
3428
|
-
rowID: string;
|
|
3429
|
-
row: number;
|
|
3430
|
-
colSymbolForRunTask: string;
|
|
3431
|
-
inputForRunTask: string;
|
|
3432
|
-
listGroupsActions: Array<ITaskAIItemGroup>;
|
|
3433
|
-
status: EStatusTaskAIContent;
|
|
3434
|
-
}
|
|
3435
|
-
|
|
3436
|
-
interface ITaskAIImageCanvaThreads extends IBaseModel, ITrackingModel<IUser> {
|
|
3437
|
-
sheetID: string;
|
|
3438
|
-
sheetUrl: string;
|
|
3439
|
-
sheetName: string;
|
|
3440
|
-
rowID: string;
|
|
3441
|
-
row: number;
|
|
3442
|
-
typeSocial: ETypeSocial;
|
|
3443
|
-
accountSocial: string | IAccountSocialBase;
|
|
3444
|
-
typeRatioImage: ETypeRatioImage;
|
|
3445
|
-
channelImage: string | IAccountAIImageChannel;
|
|
3446
|
-
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
3447
|
-
accountEmailImage: string | IAccountEmail;
|
|
3448
|
-
username: string;
|
|
3449
|
-
promptAvatarInput: string;
|
|
3450
|
-
urlAvatarOutput: string;
|
|
3451
|
-
fontTextAvatar: string;
|
|
3452
|
-
promptCoverInput: string;
|
|
3453
|
-
urlCoverOutput: string;
|
|
3454
|
-
fontTextCover: string;
|
|
3455
|
-
statusImage: EStatusTaskImage;
|
|
3456
|
-
statusCanva: EStatusTaskCanva;
|
|
3457
|
-
}
|
|
3458
|
-
|
|
3459
|
-
interface ITaskAIImageCanvaInstagram extends IBaseModel, ITrackingModel<IUser> {
|
|
3460
|
-
sheetID: string;
|
|
3461
|
-
sheetUrl: string;
|
|
3462
|
-
sheetName: string;
|
|
3463
|
-
rowID: string;
|
|
3464
|
-
row: number;
|
|
3465
|
-
typeSocial: ETypeSocial;
|
|
3466
|
-
accountSocial: string | IAccountSocialBase;
|
|
3467
|
-
typeRatioImage: ETypeRatioImage;
|
|
3468
|
-
channelImage: string | IAccountAIImageChannel;
|
|
3469
|
-
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
3470
|
-
accountEmailImage: string | IAccountEmail;
|
|
3471
|
-
username: string;
|
|
3472
|
-
promptAvatarInput: string;
|
|
3473
|
-
urlAvatarOutput: string;
|
|
3474
|
-
fontTextAvatar: string;
|
|
3475
|
-
promptCoverInput: string;
|
|
3476
|
-
urlCoverOutput: string;
|
|
3477
|
-
fontTextCover: string;
|
|
3478
|
-
statusImage: EStatusTaskImage;
|
|
3479
|
-
statusCanva: EStatusTaskCanva;
|
|
3480
|
-
}
|
|
3481
|
-
|
|
3482
|
-
interface ITaskAIImageVoiceCanvaThreads extends IBaseModel, ITrackingModel<IUser> {
|
|
3483
|
-
sheetID: string;
|
|
3484
|
-
sheetUrl: string;
|
|
3485
|
-
sheetName: string;
|
|
3486
|
-
rowID: string;
|
|
3487
|
-
row: number;
|
|
3488
|
-
typeSocial: ETypeSocial;
|
|
3489
|
-
accountSocial: string | IAccountSocialBase;
|
|
3490
|
-
typeRatioImage: ETypeRatioImage;
|
|
3491
|
-
channelImage: string | IAccountAIImageChannel;
|
|
3492
|
-
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
3493
|
-
accountEmailImage: string | IAccountEmail;
|
|
3494
|
-
promptThumbInput: string;
|
|
3495
|
-
thumbOutputUrl: string;
|
|
3496
|
-
promptPage1Input: string;
|
|
3497
|
-
page1OutputUrl: string;
|
|
3498
|
-
promptPage2Input: string;
|
|
3499
|
-
page2OutputUrl: string;
|
|
3500
|
-
promptNichePage3Input: string;
|
|
3501
|
-
nichePage3OutputUrl: string;
|
|
3502
|
-
promptNichePage4Input: string;
|
|
3503
|
-
nichePage4OutputUrl: string;
|
|
3504
|
-
promptNichePage5Input: string;
|
|
3505
|
-
nichePage5OutputUrl: string;
|
|
3506
|
-
channelVoice: string | IAccountAIVoiceChannel;
|
|
3507
|
-
accountAIVoiceInfo: string | IAccountAIVoiceInfo;
|
|
3508
|
-
accountEmailVoice: string | IAccountEmail;
|
|
3509
|
-
promptVoicePage1Input: string;
|
|
3510
|
-
voicePage1OutputUrl: string;
|
|
3511
|
-
promptVoicePage3456Input: string;
|
|
3512
|
-
voicePage3456OutputUrl: string;
|
|
3513
|
-
billetCharacterVoiceSpeaker1: string;
|
|
3514
|
-
billetCharacterVoiceSpeaker2: string;
|
|
3515
|
-
typePost: string;
|
|
3516
|
-
titlePool: string;
|
|
3517
|
-
pool1: string;
|
|
3518
|
-
pool2: string;
|
|
3519
|
-
pool3: string;
|
|
3520
|
-
textFirstPage2: string;
|
|
3521
|
-
textSecondPage2: string;
|
|
3522
|
-
textPage6: string;
|
|
3523
|
-
linkAddHistory: string;
|
|
3524
|
-
nicheLinkCategory: string;
|
|
3525
|
-
styleName: string;
|
|
3526
|
-
backgroundForPage3: string;
|
|
3527
|
-
backgroundForPage4: string;
|
|
3528
|
-
backgroundForPage5: string;
|
|
3529
|
-
backgroundForPage6: string;
|
|
3530
|
-
effectAudioThumbnail: string;
|
|
3531
|
-
effectAudioPage345: string;
|
|
3532
|
-
bgRemoveBackground345: string;
|
|
3533
|
-
fontText1: string;
|
|
3534
|
-
fontText2: string;
|
|
3535
|
-
linkCanvaScript: string;
|
|
3536
|
-
linkCanvaVideo: string;
|
|
3537
|
-
linkCanvaImageThumb: string;
|
|
3538
|
-
linkCanvaImage1: string;
|
|
3539
|
-
linkCanvaImage2: string;
|
|
3540
|
-
linkCanvaImage3: string;
|
|
3541
|
-
linkCanvaImage4: string;
|
|
3542
|
-
linkCanvaImage5: string;
|
|
3543
|
-
statusImage: EStatusTaskImage;
|
|
3544
|
-
statusVoice: EStatusTaskVoice;
|
|
3545
|
-
statusCanva: EStatusTaskCanva;
|
|
3546
|
-
}
|
|
3547
|
-
|
|
3548
|
-
interface ITaskAIImageVoiceCanvaInstagram extends IBaseModel, ITrackingModel<IUser> {
|
|
3549
|
-
sheetID: string;
|
|
3550
|
-
sheetUrl: string;
|
|
3551
|
-
sheetName: string;
|
|
3552
|
-
rowID: string;
|
|
3553
|
-
row: number;
|
|
3169
|
+
rowID: string;
|
|
3170
|
+
row: number;
|
|
3554
3171
|
typeSocial: ETypeSocial;
|
|
3555
3172
|
accountSocial: string | IAccountSocialBase;
|
|
3556
3173
|
typeRatioImage: ETypeRatioImage;
|
|
@@ -3611,17 +3228,6 @@ interface ITaskAIImageVoiceCanvaInstagram extends IBaseModel, ITrackingModel<IUs
|
|
|
3611
3228
|
statusCanva: EStatusTaskCanva;
|
|
3612
3229
|
}
|
|
3613
3230
|
|
|
3614
|
-
type index$6_ITaskAIContent = ITaskAIContent;
|
|
3615
|
-
type index$6_ITaskAIImageCanvaInstagram = ITaskAIImageCanvaInstagram;
|
|
3616
|
-
type index$6_ITaskAIImageCanvaThreads = ITaskAIImageCanvaThreads;
|
|
3617
|
-
type index$6_ITaskAIImageVoiceCanvaInstagram = ITaskAIImageVoiceCanvaInstagram;
|
|
3618
|
-
type index$6_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
|
|
3619
|
-
type index$6_ITaskAIItemAction = ITaskAIItemAction;
|
|
3620
|
-
type index$6_ITaskAIItemGroup = ITaskAIItemGroup;
|
|
3621
|
-
declare namespace index$6 {
|
|
3622
|
-
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 };
|
|
3623
|
-
}
|
|
3624
|
-
|
|
3625
3231
|
interface IVoiceLanguage extends IBaseModel, ITrackingModel<IUser> {
|
|
3626
3232
|
vl_name: string;
|
|
3627
3233
|
vl_key: ETypeVoiceLanguage;
|
|
@@ -3710,28 +3316,12 @@ type index$5_ITaskAIImageVoiceCanvaInstagram = ITaskAIImageVoiceCanvaInstagram;
|
|
|
3710
3316
|
type index$5_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
|
|
3711
3317
|
type index$5_ITaskAIItemAction = ITaskAIItemAction;
|
|
3712
3318
|
type index$5_ITaskAIItemGroup = ITaskAIItemGroup;
|
|
3713
|
-
type index$5_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
|
3714
|
-
type index$5_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
|
3715
|
-
type index$5_ITaskInstagramFollow = ITaskInstagramFollow;
|
|
3716
|
-
type index$5_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
|
3717
|
-
type index$5_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
|
3718
|
-
type index$5_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
|
3719
|
-
type index$5_ITaskInstagramPost = ITaskInstagramPost;
|
|
3720
|
-
type index$5_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
|
3721
|
-
type index$5_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
|
3722
|
-
type index$5_ITaskThreadsFollow = ITaskThreadsFollow;
|
|
3723
|
-
type index$5_ITaskThreadsPost = ITaskThreadsPost;
|
|
3724
|
-
type index$5_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
|
3725
|
-
type index$5_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
|
3726
|
-
type index$5_ITaskToolMonitor = ITaskToolMonitor;
|
|
3727
3319
|
type index$5_IVoiceGenerated = IVoiceGenerated;
|
|
3728
3320
|
type index$5_IVoiceLanguage = IVoiceLanguage;
|
|
3729
3321
|
type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
3730
3322
|
type index$5_IVoiceStores = IVoiceStores;
|
|
3731
|
-
type index$5_TaskTypeInstagram = TaskTypeInstagram;
|
|
3732
|
-
type index$5_TaskTypeThreads = TaskTypeThreads;
|
|
3733
3323
|
declare namespace index$5 {
|
|
3734
|
-
export {
|
|
3324
|
+
export type { index$5_IAccountAIContent as IAccountAIContent, index$5_IAccountAIContentChannel as IAccountAIContentChannel, index$5_IAccountAIContentGroup as IAccountAIContentGroup, index$5_IAccountAIContentInfo as IAccountAIContentInfo, index$5_IAccountAIContentTag as IAccountAIContentTag, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountCHPlayICloud as IAccountCHPlayICloud, index$5_IAccountCanva as IAccountCanva, index$5_IAccountDrive as IAccountDrive, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPN as IAccountVPN, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IDevice as IDevice, index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, index$5_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IProxy as IProxy, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAIContent as ITaskAIContent, index$5_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, index$5_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, index$5_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, index$5_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores };
|
|
3735
3325
|
}
|
|
3736
3326
|
|
|
3737
3327
|
interface IHistoryTaskAIImage extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -3934,15 +3524,6 @@ type index$2_ITaskAIImageVoiceCanvaInstagram = ITaskAIImageVoiceCanvaInstagram;
|
|
|
3934
3524
|
type index$2_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
|
|
3935
3525
|
type index$2_ITaskAIItemAction = ITaskAIItemAction;
|
|
3936
3526
|
type index$2_ITaskAIItemGroup = ITaskAIItemGroup;
|
|
3937
|
-
type index$2_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
|
3938
|
-
type index$2_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
|
3939
|
-
type index$2_ITaskInstagramFollow = ITaskInstagramFollow;
|
|
3940
|
-
type index$2_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
|
3941
|
-
type index$2_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
|
3942
|
-
type index$2_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
|
3943
|
-
type index$2_ITaskInstagramPost = ITaskInstagramPost;
|
|
3944
|
-
type index$2_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
|
3945
|
-
type index$2_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
|
3946
3527
|
type index$2_ITaskJob = ITaskJob;
|
|
3947
3528
|
type index$2_ITaskJobAttachmentBlog = ITaskJobAttachmentBlog;
|
|
3948
3529
|
type index$2_ITaskJobBlogAttached = ITaskJobBlogAttached;
|
|
@@ -3954,10 +3535,6 @@ type index$2_ITaskJobPermission = ITaskJobPermission;
|
|
|
3954
3535
|
type index$2_ITaskJobTeamPermission = ITaskJobTeamPermission;
|
|
3955
3536
|
type index$2_ITaskJobUserPermission = ITaskJobUserPermission;
|
|
3956
3537
|
type index$2_ITaskJobsGroup = ITaskJobsGroup;
|
|
3957
|
-
type index$2_ITaskThreadsFollow = ITaskThreadsFollow;
|
|
3958
|
-
type index$2_ITaskThreadsPost = ITaskThreadsPost;
|
|
3959
|
-
type index$2_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
|
3960
|
-
type index$2_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
|
3961
3538
|
type index$2_ITaskToolMonitor = ITaskToolMonitor;
|
|
3962
3539
|
type index$2_ITeam = ITeam;
|
|
3963
3540
|
type index$2_ITeamMember = ITeamMember;
|
|
@@ -3988,10 +3565,8 @@ type index$2_IVoiceGenerated = IVoiceGenerated;
|
|
|
3988
3565
|
type index$2_IVoiceLanguage = IVoiceLanguage;
|
|
3989
3566
|
type index$2_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
3990
3567
|
type index$2_IVoiceStores = IVoiceStores;
|
|
3991
|
-
type index$2_TaskTypeInstagram = TaskTypeInstagram;
|
|
3992
|
-
type index$2_TaskTypeThreads = TaskTypeThreads;
|
|
3993
3568
|
declare namespace index$2 {
|
|
3994
|
-
export { index$3 as Auth, index$
|
|
3569
|
+
export { index$3 as Auth, index$9 as Common, index$8 as Forum, index$4 as History, type index$2_IAccountAIContent as IAccountAIContent, type index$2_IAccountAIContentChannel as IAccountAIContentChannel, type index$2_IAccountAIContentGroup as IAccountAIContentGroup, type index$2_IAccountAIContentInfo as IAccountAIContentInfo, type index$2_IAccountAIContentTag as IAccountAIContentTag, type index$2_IAccountAIImage as IAccountAIImage, type index$2_IAccountAIImageChannel as IAccountAIImageChannel, type index$2_IAccountAIImageGroup as IAccountAIImageGroup, type index$2_IAccountAIImageInfo as IAccountAIImageInfo, type index$2_IAccountAIImageTag as IAccountAIImageTag, type index$2_IAccountAIVoice as IAccountAIVoice, type index$2_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$2_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$2_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$2_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$2_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$2_IAccountCanva as IAccountCanva, type index$2_IAccountDrive as IAccountDrive, type index$2_IAccountEmail as IAccountEmail, type index$2_IAccountEmailProxy as IAccountEmailProxy, type index$2_IAccountEmailTag as IAccountEmailTag, type index$2_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$2_IAccountSocialBase as IAccountSocialBase, type index$2_IAccountSocialGroup as IAccountSocialGroup, type index$2_IAccountVPN as IAccountVPN, type index$2_IAccountVPS as IAccountVPS, type index$2_IAccountVPSGroup as IAccountVPSGroup, type index$2_IAuthLogin as IAuthLogin, type index$2_IAuthResetPassword as IAuthResetPassword, type index$2_IBaseModel as IBaseModel, type index$2_IBlog as IBlog, type index$2_IBlogCategory as IBlogCategory, type index$2_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$2_IBlogTeamPermission as IBlogTeamPermission, type index$2_IBlogUserPermission as IBlogUserPermission, type index$2_IDepartment as IDepartment, type index$2_IDepartmentMember as IDepartmentMember, 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_IInstagramAccountRaw as IInstagramAccountRaw, type index$2_IInstagramAccountRun as IInstagramAccountRun, type index$2_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$2_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$2_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$2_IInstagramHistoryChange as IInstagramHistoryChange, type index$2_IInstagramHistoryCreate as IInstagramHistoryCreate, type index$2_IInstagramHistoryGroup as IInstagramHistoryGroup, 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_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$2_ISheetWorkManager as ISheetWorkManager, type index$2_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$2_ISheetWorksCategory as ISheetWorksCategory, type index$2_ISheetsTool as ISheetsTool, type index$2_ITag as ITag, type index$2_ITaskAIContent as ITaskAIContent, type index$2_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$2_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$2_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$2_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$2_ITaskAIItemAction as ITaskAIItemAction, type index$2_ITaskAIItemGroup as ITaskAIItemGroup, 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_ITaskToolMonitor as ITaskToolMonitor, type index$2_ITeam as ITeam, type index$2_ITeamMember as ITeamMember, type index$2_ITeamRole as ITeamRole, type index$2_IThreadsAccountRaw as IThreadsAccountRaw, type index$2_IThreadsAccountRun as IThreadsAccountRun, type index$2_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$2_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$2_IThreadsHistoryChange as IThreadsHistoryChange, type index$2_IThreadsHistoryCreate as IThreadsHistoryCreate, type index$2_IThreadsHistoryGroup as IThreadsHistoryGroup, 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$a as Permission, index$6 as Socials, index$5 as Tool, index$7 as Workspace };
|
|
3995
3570
|
}
|
|
3996
3571
|
|
|
3997
3572
|
interface IDataUser {
|
|
@@ -4699,6 +4274,103 @@ interface FilterThreadsReportInteractReplyMessageDto extends IFilterBaseDto, Omi
|
|
|
4699
4274
|
typeSocial: ETypeSocial;
|
|
4700
4275
|
}
|
|
4701
4276
|
|
|
4277
|
+
interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
4278
|
+
sheetUrl: string;
|
|
4279
|
+
sheetName: string;
|
|
4280
|
+
typeSocial: ETypeSocial;
|
|
4281
|
+
account: string | IThreadsAccountRaw;
|
|
4282
|
+
deviceKey: string;
|
|
4283
|
+
minuteWaiting: number;
|
|
4284
|
+
isTimeUS: boolean;
|
|
4285
|
+
dayOfWeek: string;
|
|
4286
|
+
timeFrom: string;
|
|
4287
|
+
timeTo: string;
|
|
4288
|
+
service: string;
|
|
4289
|
+
action: string;
|
|
4290
|
+
timeExecute: Date;
|
|
4291
|
+
status: EStatusTaskToolSocials;
|
|
4292
|
+
dayOfWeekUS: string;
|
|
4293
|
+
timeExecuteUS: Date;
|
|
4294
|
+
canvaUrlVideo: string;
|
|
4295
|
+
canvaImageThumb: string;
|
|
4296
|
+
canvaImagePage1: string;
|
|
4297
|
+
canvaImagePage2: string;
|
|
4298
|
+
canvaImagePage3: string;
|
|
4299
|
+
canvaImagePage4: string;
|
|
4300
|
+
canvaImagePage5: string;
|
|
4301
|
+
contentPost: string;
|
|
4302
|
+
}
|
|
4303
|
+
|
|
4304
|
+
interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
4305
|
+
sheetUrl: string;
|
|
4306
|
+
sheetName: string;
|
|
4307
|
+
typeSocial: ETypeSocial;
|
|
4308
|
+
account: string | IThreadsAccountRaw;
|
|
4309
|
+
deviceKey: string;
|
|
4310
|
+
minuteWaiting: number;
|
|
4311
|
+
isTimeUS: boolean;
|
|
4312
|
+
dayOfWeek: string;
|
|
4313
|
+
timeFrom: string;
|
|
4314
|
+
timeTo: string;
|
|
4315
|
+
service: string;
|
|
4316
|
+
action: string;
|
|
4317
|
+
timeExecute: Date;
|
|
4318
|
+
status: EStatusTaskToolSocials;
|
|
4319
|
+
dayOfWeekUS: string;
|
|
4320
|
+
timeExecuteUS: Date;
|
|
4321
|
+
listUsernameFollow: string[];
|
|
4322
|
+
}
|
|
4323
|
+
|
|
4324
|
+
interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
4325
|
+
sheetUrl: string;
|
|
4326
|
+
sheetName: string;
|
|
4327
|
+
typeSocial: ETypeSocial;
|
|
4328
|
+
account: string | IThreadsAccountRaw;
|
|
4329
|
+
deviceKey: string;
|
|
4330
|
+
minuteWaiting: number;
|
|
4331
|
+
isTimeUS: boolean;
|
|
4332
|
+
dayOfWeek: string;
|
|
4333
|
+
timeFrom: string;
|
|
4334
|
+
timeTo: string;
|
|
4335
|
+
service: string;
|
|
4336
|
+
action: string;
|
|
4337
|
+
timeExecute: Date;
|
|
4338
|
+
status: EStatusTaskToolSocials;
|
|
4339
|
+
dayOfWeekUS: string;
|
|
4340
|
+
timeExecuteUS: Date;
|
|
4341
|
+
postUrlReply: string;
|
|
4342
|
+
messageForReply: string;
|
|
4343
|
+
replyCommentContentStep1: string;
|
|
4344
|
+
replyCommentContentStep2: string;
|
|
4345
|
+
statusStep1: EStatusTaskToolSocials;
|
|
4346
|
+
statusStep2: EStatusTaskToolSocials;
|
|
4347
|
+
}
|
|
4348
|
+
|
|
4349
|
+
interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
4350
|
+
sheetUrl: string;
|
|
4351
|
+
sheetName: string;
|
|
4352
|
+
typeSocial: ETypeSocial;
|
|
4353
|
+
account: string | IThreadsAccountRaw;
|
|
4354
|
+
deviceKey: string;
|
|
4355
|
+
minuteWaiting: number;
|
|
4356
|
+
isTimeUS: boolean;
|
|
4357
|
+
dayOfWeek: string;
|
|
4358
|
+
timeFrom: string;
|
|
4359
|
+
timeTo: string;
|
|
4360
|
+
service: string;
|
|
4361
|
+
action: string;
|
|
4362
|
+
timeExecute: Date;
|
|
4363
|
+
status: EStatusTaskToolSocials;
|
|
4364
|
+
dayOfWeekUS: string;
|
|
4365
|
+
timeExecuteUS: Date;
|
|
4366
|
+
postUrlReply: string;
|
|
4367
|
+
messageForReply: string;
|
|
4368
|
+
replyMessageContentStep1: string;
|
|
4369
|
+
replyMessageContentStep2: string;
|
|
4370
|
+
statusStep1: EStatusTaskToolSocials;
|
|
4371
|
+
statusStep2: EStatusTaskToolSocials;
|
|
4372
|
+
}
|
|
4373
|
+
|
|
4702
4374
|
interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
4703
4375
|
idea: string;
|
|
4704
4376
|
niche: string;
|
|
@@ -6113,88 +5785,331 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
|
|
|
6113
5785
|
typeSocial: ETypeSocial;
|
|
6114
5786
|
}
|
|
6115
5787
|
|
|
6116
|
-
interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IInstagramSettingInteractReplyMessage {
|
|
6117
|
-
idea: string;
|
|
6118
|
-
niche: string;
|
|
6119
|
-
type: ETypeManagerWorkClassify;
|
|
6120
|
-
pc: string;
|
|
6121
|
-
device: string;
|
|
6122
|
-
accountGroup: string;
|
|
6123
|
-
account: string;
|
|
6124
|
-
typeSocial: ETypeSocial;
|
|
6125
|
-
}
|
|
6126
|
-
interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto, Omit<IInstagramSettingInteractReplyMessage, TOmitFilterDto> {
|
|
6127
|
-
idea: string;
|
|
6128
|
-
niche: string;
|
|
6129
|
-
type: ETypeManagerWorkClassify;
|
|
6130
|
-
pc: string;
|
|
6131
|
-
device: string;
|
|
6132
|
-
accountGroup: string;
|
|
6133
|
-
account: string;
|
|
5788
|
+
interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IInstagramSettingInteractReplyMessage {
|
|
5789
|
+
idea: string;
|
|
5790
|
+
niche: string;
|
|
5791
|
+
type: ETypeManagerWorkClassify;
|
|
5792
|
+
pc: string;
|
|
5793
|
+
device: string;
|
|
5794
|
+
accountGroup: string;
|
|
5795
|
+
account: string;
|
|
5796
|
+
typeSocial: ETypeSocial;
|
|
5797
|
+
}
|
|
5798
|
+
interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto, Omit<IInstagramSettingInteractReplyMessage, TOmitFilterDto> {
|
|
5799
|
+
idea: string;
|
|
5800
|
+
niche: string;
|
|
5801
|
+
type: ETypeManagerWorkClassify;
|
|
5802
|
+
pc: string;
|
|
5803
|
+
device: string;
|
|
5804
|
+
accountGroup: string;
|
|
5805
|
+
account: string;
|
|
5806
|
+
typeSocial: ETypeSocial;
|
|
5807
|
+
}
|
|
5808
|
+
|
|
5809
|
+
interface FindInstagramSettingInteractStoryDto extends IFindBaseDto, IInstagramSettingInteractStory {
|
|
5810
|
+
idea: string;
|
|
5811
|
+
niche: string;
|
|
5812
|
+
type: ETypeManagerWorkClassify;
|
|
5813
|
+
pc: string;
|
|
5814
|
+
device: string;
|
|
5815
|
+
accountGroup: string;
|
|
5816
|
+
account: string;
|
|
5817
|
+
typeSocial: ETypeSocial;
|
|
5818
|
+
}
|
|
5819
|
+
interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, Omit<IInstagramSettingInteractStory, TOmitFilterDto> {
|
|
5820
|
+
idea: string;
|
|
5821
|
+
niche: string;
|
|
5822
|
+
type: ETypeManagerWorkClassify;
|
|
5823
|
+
pc: string;
|
|
5824
|
+
device: string;
|
|
5825
|
+
accountGroup: string;
|
|
5826
|
+
account: string;
|
|
5827
|
+
typeSocial: ETypeSocial;
|
|
5828
|
+
}
|
|
5829
|
+
|
|
5830
|
+
interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto, IInstagramSettingInteractUnFollow {
|
|
5831
|
+
idea: string;
|
|
5832
|
+
niche: string;
|
|
5833
|
+
type: ETypeManagerWorkClassify;
|
|
5834
|
+
pc: string;
|
|
5835
|
+
device: string;
|
|
5836
|
+
accountGroup: string;
|
|
5837
|
+
account: string;
|
|
5838
|
+
typeSocial: ETypeSocial;
|
|
5839
|
+
}
|
|
5840
|
+
interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, Omit<IInstagramSettingInteractUnFollow, TOmitFilterDto> {
|
|
5841
|
+
idea: string;
|
|
5842
|
+
niche: string;
|
|
5843
|
+
type: ETypeManagerWorkClassify;
|
|
5844
|
+
pc: string;
|
|
5845
|
+
device: string;
|
|
5846
|
+
accountGroup: string;
|
|
5847
|
+
account: string;
|
|
5848
|
+
typeSocial: ETypeSocial;
|
|
5849
|
+
}
|
|
5850
|
+
|
|
5851
|
+
interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPost {
|
|
5852
|
+
idea: string;
|
|
5853
|
+
niche: string;
|
|
5854
|
+
type: ETypeManagerWorkClassify;
|
|
5855
|
+
pc: string;
|
|
5856
|
+
device: string;
|
|
5857
|
+
accountGroup: string;
|
|
5858
|
+
account: string;
|
|
5859
|
+
typeSocial: ETypeSocial;
|
|
5860
|
+
}
|
|
5861
|
+
interface FilterInstagramSettingPostDto extends IFilterBaseDto, Omit<IInstagramSettingPost, TOmitFilterDto> {
|
|
5862
|
+
idea: string;
|
|
5863
|
+
niche: string;
|
|
5864
|
+
type: ETypeManagerWorkClassify;
|
|
5865
|
+
pc: string;
|
|
5866
|
+
device: string;
|
|
5867
|
+
accountGroup: string;
|
|
5868
|
+
account: string;
|
|
5869
|
+
typeSocial: ETypeSocial;
|
|
5870
|
+
}
|
|
5871
|
+
|
|
5872
|
+
interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
5873
|
+
sheetUrl: string;
|
|
5874
|
+
sheetName: string;
|
|
5875
|
+
typeSocial: ETypeSocial;
|
|
5876
|
+
account: string | IInstagramAccountRaw;
|
|
5877
|
+
deviceKey: string;
|
|
5878
|
+
minuteWaiting: number;
|
|
5879
|
+
isTimeUS: boolean;
|
|
5880
|
+
dayOfWeek: string;
|
|
5881
|
+
timeFrom: string;
|
|
5882
|
+
timeTo: string;
|
|
5883
|
+
service: string;
|
|
5884
|
+
action: string;
|
|
5885
|
+
timeExecute: Date;
|
|
5886
|
+
status: EStatusTaskToolSocials;
|
|
5887
|
+
dayOfWeekUS: string;
|
|
5888
|
+
timeExecuteUS: Date;
|
|
5889
|
+
listBlockUserName: string[];
|
|
5890
|
+
listRestrictUserName: string[];
|
|
5891
|
+
listHiddenUserName: string[];
|
|
5892
|
+
}
|
|
5893
|
+
|
|
5894
|
+
interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
5895
|
+
sheetUrl: string;
|
|
5896
|
+
sheetName: string;
|
|
5897
|
+
typeSocial: ETypeSocial;
|
|
5898
|
+
account: string | IInstagramAccountRaw;
|
|
5899
|
+
deviceKey: string;
|
|
5900
|
+
minuteWaiting: number;
|
|
5901
|
+
isTimeUS: boolean;
|
|
5902
|
+
dayOfWeek: string;
|
|
5903
|
+
timeFrom: string;
|
|
5904
|
+
timeTo: string;
|
|
5905
|
+
service: string;
|
|
5906
|
+
action: string;
|
|
5907
|
+
timeExecute: Date;
|
|
5908
|
+
status: EStatusTaskToolSocials;
|
|
5909
|
+
dayOfWeekUS: string;
|
|
5910
|
+
timeExecuteUS: Date;
|
|
5911
|
+
oldUserName: string;
|
|
5912
|
+
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
5913
|
+
changeUserNameNew: string;
|
|
5914
|
+
changeFullnameNew: string;
|
|
5915
|
+
changeBioNew: string;
|
|
5916
|
+
passwordNew: string;
|
|
5917
|
+
emailNew: string;
|
|
5918
|
+
code2fa: string;
|
|
5919
|
+
nameLink1: string;
|
|
5920
|
+
link1: string;
|
|
5921
|
+
nameLink2: string;
|
|
5922
|
+
link2: string;
|
|
5923
|
+
nameLink3: string;
|
|
5924
|
+
link3: string;
|
|
5925
|
+
changeAvatar: string;
|
|
5926
|
+
fontTextAvatarUsername: string;
|
|
5927
|
+
urlImageAvatar: string;
|
|
5928
|
+
changeCover: string;
|
|
5929
|
+
fontTextCoverUsername: string;
|
|
5930
|
+
urlImageCover: string;
|
|
5931
|
+
}
|
|
5932
|
+
|
|
5933
|
+
interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
5934
|
+
sheetUrl: string;
|
|
5935
|
+
sheetName: string;
|
|
6134
5936
|
typeSocial: ETypeSocial;
|
|
5937
|
+
account: string | IInstagramAccountRaw;
|
|
5938
|
+
deviceKey: string;
|
|
5939
|
+
minuteWaiting: number;
|
|
5940
|
+
isTimeUS: boolean;
|
|
5941
|
+
dayOfWeek: string;
|
|
5942
|
+
timeFrom: string;
|
|
5943
|
+
timeTo: string;
|
|
5944
|
+
service: string;
|
|
5945
|
+
action: string;
|
|
5946
|
+
timeExecute: Date;
|
|
5947
|
+
status: EStatusTaskToolSocials;
|
|
5948
|
+
dayOfWeekUS: string;
|
|
5949
|
+
timeExecuteUS: Date;
|
|
5950
|
+
listUsernameFollow: string[];
|
|
6135
5951
|
}
|
|
6136
5952
|
|
|
6137
|
-
interface
|
|
6138
|
-
idea: string;
|
|
6139
|
-
niche: string;
|
|
6140
|
-
type: ETypeManagerWorkClassify;
|
|
6141
|
-
pc: string;
|
|
6142
|
-
device: string;
|
|
6143
|
-
accountGroup: string;
|
|
6144
|
-
account: string;
|
|
5953
|
+
interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
6145
5954
|
typeSocial: ETypeSocial;
|
|
5955
|
+
account: string | IInstagramAccountRaw;
|
|
5956
|
+
deviceKey: string;
|
|
5957
|
+
minuteWaiting: number;
|
|
5958
|
+
isTimeUS: boolean;
|
|
5959
|
+
dayOfWeek: string;
|
|
5960
|
+
timeFrom: string;
|
|
5961
|
+
timeTo: string;
|
|
5962
|
+
service: string;
|
|
5963
|
+
action: string;
|
|
5964
|
+
timeExecute: Date;
|
|
5965
|
+
status: EStatusTaskToolSocials;
|
|
5966
|
+
dayOfWeekUS: string;
|
|
5967
|
+
timeExecuteUS: Date;
|
|
5968
|
+
numberView: number;
|
|
5969
|
+
isBasicView: boolean;
|
|
5970
|
+
isLike: boolean;
|
|
5971
|
+
numberLike: number;
|
|
5972
|
+
minuteRun: number;
|
|
6146
5973
|
}
|
|
6147
|
-
|
|
6148
|
-
|
|
6149
|
-
niche: string;
|
|
6150
|
-
type: ETypeManagerWorkClassify;
|
|
6151
|
-
pc: string;
|
|
6152
|
-
device: string;
|
|
6153
|
-
accountGroup: string;
|
|
6154
|
-
account: string;
|
|
5974
|
+
|
|
5975
|
+
interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
6155
5976
|
typeSocial: ETypeSocial;
|
|
5977
|
+
account: string | IInstagramAccountRaw;
|
|
5978
|
+
deviceKey: string;
|
|
5979
|
+
minuteWaiting: number;
|
|
5980
|
+
isTimeUS: boolean;
|
|
5981
|
+
dayOfWeek: string;
|
|
5982
|
+
timeFrom: string;
|
|
5983
|
+
timeTo: string;
|
|
5984
|
+
service: string;
|
|
5985
|
+
action: string;
|
|
5986
|
+
timeExecute: Date;
|
|
5987
|
+
status: EStatusTaskToolSocials;
|
|
5988
|
+
dayOfWeekUS: string;
|
|
5989
|
+
timeExecuteUS: Date;
|
|
5990
|
+
numberView: number;
|
|
5991
|
+
isLike: boolean;
|
|
5992
|
+
numberLike: number;
|
|
5993
|
+
minuteRun: number;
|
|
6156
5994
|
}
|
|
6157
5995
|
|
|
6158
|
-
interface
|
|
6159
|
-
idea: string;
|
|
6160
|
-
niche: string;
|
|
6161
|
-
type: ETypeManagerWorkClassify;
|
|
6162
|
-
pc: string;
|
|
6163
|
-
device: string;
|
|
6164
|
-
accountGroup: string;
|
|
6165
|
-
account: string;
|
|
5996
|
+
interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
6166
5997
|
typeSocial: ETypeSocial;
|
|
5998
|
+
account: string | IInstagramAccountRaw;
|
|
5999
|
+
deviceKey: string;
|
|
6000
|
+
minuteWaiting: number;
|
|
6001
|
+
isTimeUS: boolean;
|
|
6002
|
+
dayOfWeek: string;
|
|
6003
|
+
timeFrom: string;
|
|
6004
|
+
timeTo: string;
|
|
6005
|
+
service: string;
|
|
6006
|
+
action: string;
|
|
6007
|
+
timeExecute: Date;
|
|
6008
|
+
status: EStatusTaskToolSocials;
|
|
6009
|
+
dayOfWeekUS: string;
|
|
6010
|
+
timeExecuteUS: Date;
|
|
6011
|
+
numberView: number;
|
|
6012
|
+
isLike: boolean;
|
|
6013
|
+
numberLike: number;
|
|
6167
6014
|
}
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
pc: string;
|
|
6173
|
-
device: string;
|
|
6174
|
-
accountGroup: string;
|
|
6175
|
-
account: string;
|
|
6015
|
+
|
|
6016
|
+
interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
6017
|
+
sheetUrl: string;
|
|
6018
|
+
sheetName: string;
|
|
6176
6019
|
typeSocial: ETypeSocial;
|
|
6020
|
+
account: string | IInstagramAccountRaw;
|
|
6021
|
+
deviceKey: string;
|
|
6022
|
+
minuteWaiting: number;
|
|
6023
|
+
isTimeUS: boolean;
|
|
6024
|
+
dayOfWeek: string;
|
|
6025
|
+
timeFrom: string;
|
|
6026
|
+
timeTo: string;
|
|
6027
|
+
service: string;
|
|
6028
|
+
action: string;
|
|
6029
|
+
timeExecute: Date;
|
|
6030
|
+
status: EStatusTaskToolSocials;
|
|
6031
|
+
dayOfWeekUS: string;
|
|
6032
|
+
timeExecuteUS: Date;
|
|
6033
|
+
canvaUrlVideo: string;
|
|
6034
|
+
canvaImageThumb: string;
|
|
6035
|
+
canvaImagePage1: string;
|
|
6036
|
+
canvaImagePage2: string;
|
|
6037
|
+
canvaImagePage3: string;
|
|
6038
|
+
canvaImagePage4: string;
|
|
6039
|
+
canvaImagePage5: string;
|
|
6040
|
+
username: string;
|
|
6041
|
+
contentPost: string;
|
|
6042
|
+
nicheLinkCategory: string;
|
|
6043
|
+
titlePool: string;
|
|
6044
|
+
pool1: string;
|
|
6045
|
+
pool2: string;
|
|
6046
|
+
pool3: string;
|
|
6047
|
+
textFirstPage2: string;
|
|
6048
|
+
textSecondPage2: string;
|
|
6049
|
+
textPage6: string;
|
|
6050
|
+
voicePage1: string;
|
|
6051
|
+
voicePage3456: string;
|
|
6052
|
+
addMusic: string;
|
|
6053
|
+
tagUserName: string;
|
|
6054
|
+
tagCollaborator: string;
|
|
6055
|
+
addLocation: string;
|
|
6056
|
+
historyName: string;
|
|
6057
|
+
linkAddHistory: string;
|
|
6058
|
+
commentPostMe: string;
|
|
6059
|
+
tagUserPostMe: string;
|
|
6060
|
+
typePost: string;
|
|
6061
|
+
postStyle: string;
|
|
6062
|
+
statusPost: string;
|
|
6177
6063
|
}
|
|
6178
6064
|
|
|
6179
|
-
interface
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
type: ETypeManagerWorkClassify;
|
|
6183
|
-
pc: string;
|
|
6184
|
-
device: string;
|
|
6185
|
-
accountGroup: string;
|
|
6186
|
-
account: string;
|
|
6065
|
+
interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
6066
|
+
sheetUrl: string;
|
|
6067
|
+
sheetName: string;
|
|
6187
6068
|
typeSocial: ETypeSocial;
|
|
6069
|
+
account: string | IInstagramAccountRaw;
|
|
6070
|
+
deviceKey: string;
|
|
6071
|
+
minuteWaiting: number;
|
|
6072
|
+
isTimeUS: boolean;
|
|
6073
|
+
dayOfWeek: string;
|
|
6074
|
+
timeFrom: string;
|
|
6075
|
+
timeTo: string;
|
|
6076
|
+
service: string;
|
|
6077
|
+
action: string;
|
|
6078
|
+
timeExecute: Date;
|
|
6079
|
+
status: EStatusTaskToolSocials;
|
|
6080
|
+
dayOfWeekUS: string;
|
|
6081
|
+
timeExecuteUS: Date;
|
|
6082
|
+
postUrlReply: string;
|
|
6083
|
+
messageForReply: string;
|
|
6084
|
+
replyCommentContentStep1: string;
|
|
6085
|
+
replyCommentContentStep2: string;
|
|
6086
|
+
statusStep1: EStatusTaskToolSocials;
|
|
6087
|
+
statusStep2: EStatusTaskToolSocials;
|
|
6188
6088
|
}
|
|
6189
|
-
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
|
|
6193
|
-
pc: string;
|
|
6194
|
-
device: string;
|
|
6195
|
-
accountGroup: string;
|
|
6196
|
-
account: string;
|
|
6089
|
+
|
|
6090
|
+
interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
6091
|
+
sheetUrl: string;
|
|
6092
|
+
sheetName: string;
|
|
6197
6093
|
typeSocial: ETypeSocial;
|
|
6094
|
+
account: string | IInstagramAccountRaw;
|
|
6095
|
+
deviceKey: string;
|
|
6096
|
+
minuteWaiting: number;
|
|
6097
|
+
isTimeUS: boolean;
|
|
6098
|
+
dayOfWeek: string;
|
|
6099
|
+
timeFrom: string;
|
|
6100
|
+
timeTo: string;
|
|
6101
|
+
service: string;
|
|
6102
|
+
action: string;
|
|
6103
|
+
timeExecute: Date;
|
|
6104
|
+
status: EStatusTaskToolSocials;
|
|
6105
|
+
dayOfWeekUS: string;
|
|
6106
|
+
timeExecuteUS: Date;
|
|
6107
|
+
postUrlReply: string;
|
|
6108
|
+
messageForReply: string;
|
|
6109
|
+
replyMessageContentStep1: string;
|
|
6110
|
+
replyMessageContentStep2: string;
|
|
6111
|
+
statusStep1: EStatusTaskToolSocials;
|
|
6112
|
+
statusStep2: EStatusTaskToolSocials;
|
|
6198
6113
|
}
|
|
6199
6114
|
|
|
6200
6115
|
interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto {
|
|
@@ -6206,9 +6121,9 @@ interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto {
|
|
|
6206
6121
|
account: string;
|
|
6207
6122
|
}
|
|
6208
6123
|
interface GrowthInstagramDashboardFollowerDto {
|
|
6209
|
-
type: 'Daily' | 'Weekly' | 'Monthly' | 'Quarterly' | 'Yearly';
|
|
6210
6124
|
timeFrom: Date;
|
|
6211
6125
|
timeTo: Date;
|
|
6126
|
+
type: 'Daily' | 'Weekly' | 'Monthly' | 'Quarterly' | 'Yearly';
|
|
6212
6127
|
}
|
|
6213
6128
|
interface FindOverviewInstagramDashboardFollowerDto {
|
|
6214
6129
|
totalAccounts: number;
|
|
@@ -6218,8 +6133,14 @@ interface FindOverviewInstagramDashboardFollowerDto {
|
|
|
6218
6133
|
totalIdea: number;
|
|
6219
6134
|
totalNiche: number;
|
|
6220
6135
|
totalType: number;
|
|
6221
|
-
totalFollower:
|
|
6222
|
-
|
|
6136
|
+
totalFollower: {
|
|
6137
|
+
total: number;
|
|
6138
|
+
percentage: number;
|
|
6139
|
+
};
|
|
6140
|
+
totalFollowing: {
|
|
6141
|
+
total: number;
|
|
6142
|
+
percentage: number;
|
|
6143
|
+
};
|
|
6223
6144
|
totalPostSquare: number;
|
|
6224
6145
|
totalPostNews: number;
|
|
6225
6146
|
totalPostReel: number;
|
|
@@ -6238,6 +6159,19 @@ interface FindGrowthInstagramDashboardFollowerDto {
|
|
|
6238
6159
|
currentAccountActive: number;
|
|
6239
6160
|
currentAccountInactive: number;
|
|
6240
6161
|
}
|
|
6162
|
+
interface FindIndividualAccountTrackingInstagramDashboardFollowerDto {
|
|
6163
|
+
data: Array<{
|
|
6164
|
+
time: string;
|
|
6165
|
+
numberFollowers: number;
|
|
6166
|
+
}>;
|
|
6167
|
+
percentageLatestGrowth: number;
|
|
6168
|
+
currentDevices: number;
|
|
6169
|
+
currentFollowers: number;
|
|
6170
|
+
currentIdea: number;
|
|
6171
|
+
currentNiche: number;
|
|
6172
|
+
currentAccountActive: number;
|
|
6173
|
+
currentAccountInactive: number;
|
|
6174
|
+
}
|
|
6241
6175
|
interface FindPerformanceBreakdownInstagramDashboardFollowerDto {
|
|
6242
6176
|
topIdeas: [{
|
|
6243
6177
|
name: string;
|
|
@@ -7760,6 +7694,7 @@ type index_FindHistoryTaskAIContentDto = FindHistoryTaskAIContentDto;
|
|
|
7760
7694
|
type index_FindHistoryTaskAIImageDto = FindHistoryTaskAIImageDto;
|
|
7761
7695
|
type index_FindHistoryTaskAIVoiceDto = FindHistoryTaskAIVoiceDto;
|
|
7762
7696
|
type index_FindHistoryTaskCanvaDto = FindHistoryTaskCanvaDto;
|
|
7697
|
+
type index_FindIndividualAccountTrackingInstagramDashboardFollowerDto = FindIndividualAccountTrackingInstagramDashboardFollowerDto;
|
|
7763
7698
|
type index_FindInstagramAccountRawDto = FindInstagramAccountRawDto;
|
|
7764
7699
|
type index_FindInstagramAccountRunDto = FindInstagramAccountRunDto;
|
|
7765
7700
|
type index_FindInstagramHistoryAutoPostDto = FindInstagramHistoryAutoPostDto;
|
|
@@ -7895,6 +7830,19 @@ type index_GrowthInstagramDashboardFollowerDto = GrowthInstagramDashboardFollowe
|
|
|
7895
7830
|
type index_IBaseSheetImportDto = IBaseSheetImportDto;
|
|
7896
7831
|
type index_IFilterBaseDto = IFilterBaseDto;
|
|
7897
7832
|
type index_IFindBaseDto = IFindBaseDto;
|
|
7833
|
+
type index_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
|
7834
|
+
type index_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
|
|
7835
|
+
type index_ITaskInstagramFollow = ITaskInstagramFollow;
|
|
7836
|
+
type index_ITaskInstagramInteractExplore = ITaskInstagramInteractExplore;
|
|
7837
|
+
type index_ITaskInstagramInteractReel = ITaskInstagramInteractReel;
|
|
7838
|
+
type index_ITaskInstagramInteractStory = ITaskInstagramInteractStory;
|
|
7839
|
+
type index_ITaskInstagramPost = ITaskInstagramPost;
|
|
7840
|
+
type index_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
|
|
7841
|
+
type index_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
|
|
7842
|
+
type index_ITaskThreadsFollow = ITaskThreadsFollow;
|
|
7843
|
+
type index_ITaskThreadsPost = ITaskThreadsPost;
|
|
7844
|
+
type index_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
|
|
7845
|
+
type index_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
|
7898
7846
|
type index_ImportDto = ImportDto;
|
|
7899
7847
|
type index_OverviewUserDto = OverviewUserDto;
|
|
7900
7848
|
type index_TOmitFilterDto = TOmitFilterDto;
|
|
@@ -7927,7 +7875,7 @@ type index_UpdateTaskThreadsReplyMessageDto = UpdateTaskThreadsReplyMessageDto;
|
|
|
7927
7875
|
type index_UpdateTeamDto = UpdateTeamDto;
|
|
7928
7876
|
type index_UpdateUserDto = UpdateUserDto;
|
|
7929
7877
|
declare namespace index {
|
|
7930
|
-
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_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, 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_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index_FilterSheetWorkDto as FilterSheetWorkDto, 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_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, 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_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, 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_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index_FindProxyDto as FindProxyDto, index_FindRoleDto as FindRoleDto, index_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index_FindSheetWorkDto as FindSheetWorkDto, 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_GrowthInstagramDashboardFollowerDto as GrowthInstagramDashboardFollowerDto, 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 };
|
|
7878
|
+
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_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, 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_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index_FilterSheetWorkDto as FilterSheetWorkDto, 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_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindIndividualAccountTrackingInstagramDashboardFollowerDto as FindIndividualAccountTrackingInstagramDashboardFollowerDto, 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_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, 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_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index_FindProxyDto as FindProxyDto, index_FindRoleDto as FindRoleDto, index_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index_FindSheetWorkDto as FindSheetWorkDto, 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_GrowthInstagramDashboardFollowerDto as GrowthInstagramDashboardFollowerDto, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_ITaskInstagramBlockUser as ITaskInstagramBlockUser, index_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, index_ITaskInstagramFollow as ITaskInstagramFollow, index_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, index_ITaskInstagramInteractReel as ITaskInstagramInteractReel, index_ITaskInstagramInteractStory as ITaskInstagramInteractStory, index_ITaskInstagramPost as ITaskInstagramPost, index_ITaskInstagramReplyComment as ITaskInstagramReplyComment, index_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, index_ITaskThreadsFollow as ITaskThreadsFollow, index_ITaskThreadsPost as ITaskThreadsPost, index_ITaskThreadsReplyComment as ITaskThreadsReplyComment, index_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, 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 };
|
|
7931
7879
|
}
|
|
7932
7880
|
|
|
7933
|
-
export { type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, index$3 as Auth, index$n as AutoConstants, index as AutoDto, index$g as AutoEnums, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$f as AutoTypes, index$d as Common, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateDeviceDto, type CreateLarkDto, type CreatePCDto, type CreateRoleDto, type CreateSheetsToolDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTeamDto, type CreateUserDto, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, 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 FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type 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 FindGrowthInstagramDashboardFollowerDto, 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 FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeDto, type FindOverviewInstagramHistoryCreateDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewTeamDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindProxyDto, type FindRoleDto, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTaskToolMonitorDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateDto, type FindThreadsHistoryGroupDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$c as Forum, type GrowthInstagramDashboardFollowerDto, 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 IDepartmentMember, 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 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 IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImport, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramChangeInfo, type ITaskInstagramFollow, type ITaskInstagramInteractExplore, type ITaskInstagramInteractReel, type ITaskInstagramInteractStory, type ITaskInstagramPost, type ITaskInstagramReplyComment, type ITaskInstagramReplyMessage, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsPost, type ITaskThreadsReplyComment, type ITaskThreadsReplyMessage, type ITaskToolMonitor, 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, index$8 as Instagram, type OverviewUserDto, index$e as Permission, index$a as Socials, type TOmitFilterDto, index$6 as TaskBrowsers, index$7 as TaskPhones, type TaskTypeInstagram, type TaskTypeThreads, index$9 as Threads, 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 };
|
|
7881
|
+
export { type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, index$3 as Auth, index$j as AutoConstants, index as AutoDto, index$c as AutoEnums, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$b as AutoTypes, index$9 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 FilterInstagramDashboardFollowerDto, 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 FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type 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 FindGrowthInstagramDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindIndividualAccountTrackingInstagramDashboardFollowerDto, 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 FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeDto, type FindOverviewInstagramHistoryCreateDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewTeamDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindProxyDto, type FindRoleDto, type FindSheetWorkCategoryDto, type FindSheetWorkDto, 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$8 as Forum, type GrowthInstagramDashboardFollowerDto, 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 IDepartmentMember, 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 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 IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImport, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramChangeInfo, type ITaskInstagramFollow, type ITaskInstagramInteractExplore, type ITaskInstagramInteractReel, type ITaskInstagramInteractStory, type ITaskInstagramPost, type ITaskInstagramReplyComment, type ITaskInstagramReplyMessage, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsPost, type ITaskThreadsReplyComment, type ITaskThreadsReplyMessage, type ITaskToolMonitor, 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$a as Permission, index$6 as Socials, type TOmitFilterDto, 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$7 as Workspace };
|