automation-lib 5.0.122 → 5.0.134
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 +1317 -457
- package/dist/index.d.ts +1317 -457
- package/dist/index.js +20 -0
- package/dist/index.mjs +20 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -160,12 +160,12 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
160
160
|
};
|
|
161
161
|
};
|
|
162
162
|
|
|
163
|
-
declare const index$
|
|
164
|
-
declare const index$
|
|
165
|
-
declare const index$
|
|
166
|
-
declare const index$
|
|
167
|
-
declare namespace index$
|
|
168
|
-
export { index$
|
|
163
|
+
declare const index$p_CONST_API_AUTH: typeof CONST_API_AUTH;
|
|
164
|
+
declare const index$p_CONST_API_COMMON: typeof CONST_API_COMMON;
|
|
165
|
+
declare const index$p_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
|
|
166
|
+
declare const index$p_CONST_API_OTP: typeof CONST_API_OTP;
|
|
167
|
+
declare namespace index$p {
|
|
168
|
+
export { index$p_CONST_API_AUTH as CONST_API_AUTH, index$p_CONST_API_COMMON as CONST_API_COMMON, index$p_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$p_CONST_API_OTP as CONST_API_OTP };
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
declare const ACTIONS_DEVICE: {
|
|
@@ -214,17 +214,17 @@ declare const ACTIONS_THREADS: {};
|
|
|
214
214
|
|
|
215
215
|
declare const SERVICE_THREADS: {};
|
|
216
216
|
|
|
217
|
-
declare const index$
|
|
218
|
-
declare const index$
|
|
219
|
-
declare const index$
|
|
220
|
-
declare const index$
|
|
221
|
-
declare const index$
|
|
222
|
-
declare namespace index$
|
|
223
|
-
export { index$
|
|
217
|
+
declare const index$o_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
|
|
218
|
+
declare const index$o_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
|
|
219
|
+
declare const index$o_ACTIONS_THREADS: typeof ACTIONS_THREADS;
|
|
220
|
+
declare const index$o_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
|
|
221
|
+
declare const index$o_SERVICE_THREADS: typeof SERVICE_THREADS;
|
|
222
|
+
declare namespace index$o {
|
|
223
|
+
export { index$o_ACTIONS_DEVICE as ACTIONS_DEVICE, index$o_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$o_ACTIONS_THREADS as ACTIONS_THREADS, index$o_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$o_SERVICE_THREADS as SERVICE_THREADS };
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
declare namespace index$
|
|
227
|
-
export { index$
|
|
226
|
+
declare namespace index$n {
|
|
227
|
+
export { index$p as CONST_APIS, index$o as CONST_SCRIPTS };
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
declare enum EGender {
|
|
@@ -245,14 +245,14 @@ declare enum EInputTypeFilter {
|
|
|
245
245
|
DATE = "Date"
|
|
246
246
|
}
|
|
247
247
|
|
|
248
|
-
type index$
|
|
249
|
-
declare const index$
|
|
250
|
-
type index$
|
|
251
|
-
declare const index$
|
|
252
|
-
type index$
|
|
253
|
-
declare const index$
|
|
254
|
-
declare namespace index$
|
|
255
|
-
export { index$
|
|
248
|
+
type index$m_EGender = EGender;
|
|
249
|
+
declare const index$m_EGender: typeof EGender;
|
|
250
|
+
type index$m_EInputTypeFilter = EInputTypeFilter;
|
|
251
|
+
declare const index$m_EInputTypeFilter: typeof EInputTypeFilter;
|
|
252
|
+
type index$m_EPriority = EPriority;
|
|
253
|
+
declare const index$m_EPriority: typeof EPriority;
|
|
254
|
+
declare namespace index$m {
|
|
255
|
+
export { index$m_EGender as EGender, index$m_EInputTypeFilter as EInputTypeFilter, index$m_EPriority as EPriority };
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
declare enum ETypeProxy {
|
|
@@ -376,46 +376,46 @@ declare enum ETypeVoiceLanguage {
|
|
|
376
376
|
English = "en"
|
|
377
377
|
}
|
|
378
378
|
|
|
379
|
-
type index$
|
|
380
|
-
declare const index$
|
|
381
|
-
type index$
|
|
382
|
-
declare const index$
|
|
383
|
-
type index$
|
|
384
|
-
declare const index$
|
|
385
|
-
type index$
|
|
386
|
-
declare const index$
|
|
387
|
-
type index$
|
|
388
|
-
declare const index$
|
|
389
|
-
type index$
|
|
390
|
-
declare const index$
|
|
391
|
-
type index$
|
|
392
|
-
declare const index$
|
|
393
|
-
type index$
|
|
394
|
-
declare const index$
|
|
395
|
-
type index$
|
|
396
|
-
declare const index$
|
|
397
|
-
type index$
|
|
398
|
-
declare const index$
|
|
399
|
-
type index$
|
|
400
|
-
declare const index$
|
|
401
|
-
type index$
|
|
402
|
-
declare const index$
|
|
403
|
-
type index$
|
|
404
|
-
declare const index$
|
|
405
|
-
type index$
|
|
406
|
-
declare const index$
|
|
407
|
-
type index$
|
|
408
|
-
declare const index$
|
|
409
|
-
type index$
|
|
410
|
-
declare const index$
|
|
411
|
-
type index$
|
|
412
|
-
declare const index$
|
|
413
|
-
type index$
|
|
414
|
-
declare const index$
|
|
415
|
-
type index$
|
|
416
|
-
declare const index$
|
|
417
|
-
declare namespace index$
|
|
418
|
-
export { index$
|
|
379
|
+
type index$l_ETypeAccountVPN = ETypeAccountVPN;
|
|
380
|
+
declare const index$l_ETypeAccountVPN: typeof ETypeAccountVPN;
|
|
381
|
+
type index$l_ETypeCanva = ETypeCanva;
|
|
382
|
+
declare const index$l_ETypeCanva: typeof ETypeCanva;
|
|
383
|
+
type index$l_ETypeColumnManagerWork = ETypeColumnManagerWork;
|
|
384
|
+
declare const index$l_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
|
|
385
|
+
type index$l_ETypeDeviceOS = ETypeDeviceOS;
|
|
386
|
+
declare const index$l_ETypeDeviceOS: typeof ETypeDeviceOS;
|
|
387
|
+
type index$l_ETypeExport = ETypeExport;
|
|
388
|
+
declare const index$l_ETypeExport: typeof ETypeExport;
|
|
389
|
+
type index$l_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
|
|
390
|
+
declare const index$l_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
|
|
391
|
+
type index$l_ETypeManagerWorkPin = ETypeManagerWorkPin;
|
|
392
|
+
declare const index$l_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
|
|
393
|
+
type index$l_ETypeManagerWorkType = ETypeManagerWorkType;
|
|
394
|
+
declare const index$l_ETypeManagerWorkType: typeof ETypeManagerWorkType;
|
|
395
|
+
type index$l_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
|
|
396
|
+
declare const index$l_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
|
|
397
|
+
type index$l_ETypeProxy = ETypeProxy;
|
|
398
|
+
declare const index$l_ETypeProxy: typeof ETypeProxy;
|
|
399
|
+
type index$l_ETypeProxyChecked = ETypeProxyChecked;
|
|
400
|
+
declare const index$l_ETypeProxyChecked: typeof ETypeProxyChecked;
|
|
401
|
+
type index$l_ETypeProxyNewIP = ETypeProxyNewIP;
|
|
402
|
+
declare const index$l_ETypeProxyNewIP: typeof ETypeProxyNewIP;
|
|
403
|
+
type index$l_ETypeRatioImage = ETypeRatioImage;
|
|
404
|
+
declare const index$l_ETypeRatioImage: typeof ETypeRatioImage;
|
|
405
|
+
type index$l_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
|
|
406
|
+
declare const index$l_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
|
|
407
|
+
type index$l_ETypeSheetWorkPin = ETypeSheetWorkPin;
|
|
408
|
+
declare const index$l_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
|
|
409
|
+
type index$l_ETypeSocial = ETypeSocial;
|
|
410
|
+
declare const index$l_ETypeSocial: typeof ETypeSocial;
|
|
411
|
+
type index$l_ETypeSocialSetting = ETypeSocialSetting;
|
|
412
|
+
declare const index$l_ETypeSocialSetting: typeof ETypeSocialSetting;
|
|
413
|
+
type index$l_ETypeTimeFilter = ETypeTimeFilter;
|
|
414
|
+
declare const index$l_ETypeTimeFilter: typeof ETypeTimeFilter;
|
|
415
|
+
type index$l_ETypeVoiceLanguage = ETypeVoiceLanguage;
|
|
416
|
+
declare const index$l_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
417
|
+
declare namespace index$l {
|
|
418
|
+
export { index$l_ETypeAccountVPN as ETypeAccountVPN, index$l_ETypeCanva as ETypeCanva, index$l_ETypeColumnManagerWork as ETypeColumnManagerWork, index$l_ETypeDeviceOS as ETypeDeviceOS, index$l_ETypeExport as ETypeExport, index$l_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$l_ETypeManagerWorkPin as ETypeManagerWorkPin, index$l_ETypeManagerWorkType as ETypeManagerWorkType, index$l_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$l_ETypeProxy as ETypeProxy, index$l_ETypeProxyChecked as ETypeProxyChecked, index$l_ETypeProxyNewIP as ETypeProxyNewIP, index$l_ETypeRatioImage as ETypeRatioImage, index$l_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$l_ETypeSheetWorkPin as ETypeSheetWorkPin, index$l_ETypeSocial as ETypeSocial, index$l_ETypeSocialSetting as ETypeSocialSetting, index$l_ETypeTimeFilter as ETypeTimeFilter, index$l_ETypeVoiceLanguage as ETypeVoiceLanguage };
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
declare enum EStatusVPS {
|
|
@@ -623,60 +623,60 @@ declare enum EStatusAccountCHPlayICloud {
|
|
|
623
623
|
Error = "Error"
|
|
624
624
|
}
|
|
625
625
|
|
|
626
|
-
type index$
|
|
627
|
-
declare const index$
|
|
628
|
-
type index$
|
|
629
|
-
declare const index$
|
|
630
|
-
type index$
|
|
631
|
-
declare const index$
|
|
632
|
-
type index$
|
|
633
|
-
declare const index$
|
|
634
|
-
type index$
|
|
635
|
-
declare const index$
|
|
636
|
-
type index$
|
|
637
|
-
declare const index$
|
|
638
|
-
type index$
|
|
639
|
-
declare const index$
|
|
640
|
-
type index$
|
|
641
|
-
declare const index$
|
|
642
|
-
type index$
|
|
643
|
-
declare const index$
|
|
644
|
-
type index$
|
|
645
|
-
declare const index$
|
|
646
|
-
type index$
|
|
647
|
-
declare const index$
|
|
648
|
-
type index$
|
|
649
|
-
declare const index$
|
|
650
|
-
type index$
|
|
651
|
-
declare const index$
|
|
652
|
-
type index$
|
|
653
|
-
declare const index$
|
|
654
|
-
type index$
|
|
655
|
-
declare const index$
|
|
656
|
-
type index$
|
|
657
|
-
declare const index$
|
|
658
|
-
type index$
|
|
659
|
-
declare const index$
|
|
660
|
-
type index$
|
|
661
|
-
declare const index$
|
|
662
|
-
type index$
|
|
663
|
-
declare const index$
|
|
664
|
-
type index$
|
|
665
|
-
declare const index$
|
|
666
|
-
type index$
|
|
667
|
-
declare const index$
|
|
668
|
-
type index$
|
|
669
|
-
declare const index$
|
|
670
|
-
type index$
|
|
671
|
-
declare const index$
|
|
672
|
-
type index$
|
|
673
|
-
declare const index$
|
|
674
|
-
type index$
|
|
675
|
-
declare const index$
|
|
676
|
-
type index$
|
|
677
|
-
declare const index$
|
|
678
|
-
declare namespace index$
|
|
679
|
-
export { index$
|
|
626
|
+
type index$k_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
|
627
|
+
declare const index$k_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
|
|
628
|
+
type index$k_EStatusAccountCanva = EStatusAccountCanva;
|
|
629
|
+
declare const index$k_EStatusAccountCanva: typeof EStatusAccountCanva;
|
|
630
|
+
type index$k_EStatusAccountDrive = EStatusAccountDrive;
|
|
631
|
+
declare const index$k_EStatusAccountDrive: typeof EStatusAccountDrive;
|
|
632
|
+
type index$k_EStatusAccountSocial = EStatusAccountSocial;
|
|
633
|
+
declare const index$k_EStatusAccountSocial: typeof EStatusAccountSocial;
|
|
634
|
+
type index$k_EStatusAccountVPN = EStatusAccountVPN;
|
|
635
|
+
declare const index$k_EStatusAccountVPN: typeof EStatusAccountVPN;
|
|
636
|
+
type index$k_EStatusActive = EStatusActive;
|
|
637
|
+
declare const index$k_EStatusActive: typeof EStatusActive;
|
|
638
|
+
type index$k_EStatusBlog = EStatusBlog;
|
|
639
|
+
declare const index$k_EStatusBlog: typeof EStatusBlog;
|
|
640
|
+
type index$k_EStatusChangeInfo = EStatusChangeInfo;
|
|
641
|
+
declare const index$k_EStatusChangeInfo: typeof EStatusChangeInfo;
|
|
642
|
+
type index$k_EStatusCommon = EStatusCommon;
|
|
643
|
+
declare const index$k_EStatusCommon: typeof EStatusCommon;
|
|
644
|
+
type index$k_EStatusConnectDevice = EStatusConnectDevice;
|
|
645
|
+
declare const index$k_EStatusConnectDevice: typeof EStatusConnectDevice;
|
|
646
|
+
type index$k_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
647
|
+
declare const index$k_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
648
|
+
type index$k_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
|
|
649
|
+
declare const index$k_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
|
|
650
|
+
type index$k_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
|
|
651
|
+
declare const index$k_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
|
|
652
|
+
type index$k_EStatusSetupDeviceSystem = EStatusSetupDeviceSystem;
|
|
653
|
+
declare const index$k_EStatusSetupDeviceSystem: typeof EStatusSetupDeviceSystem;
|
|
654
|
+
type index$k_EStatusSheetWork = EStatusSheetWork;
|
|
655
|
+
declare const index$k_EStatusSheetWork: typeof EStatusSheetWork;
|
|
656
|
+
type index$k_EStatusSyncAccountSocial = EStatusSyncAccountSocial;
|
|
657
|
+
declare const index$k_EStatusSyncAccountSocial: typeof EStatusSyncAccountSocial;
|
|
658
|
+
type index$k_EStatusTaskAIContent = EStatusTaskAIContent;
|
|
659
|
+
declare const index$k_EStatusTaskAIContent: typeof EStatusTaskAIContent;
|
|
660
|
+
type index$k_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
|
|
661
|
+
declare const index$k_EStatusTaskAvatarCover: typeof EStatusTaskAvatarCover;
|
|
662
|
+
type index$k_EStatusTaskCanva = EStatusTaskCanva;
|
|
663
|
+
declare const index$k_EStatusTaskCanva: typeof EStatusTaskCanva;
|
|
664
|
+
type index$k_EStatusTaskImage = EStatusTaskImage;
|
|
665
|
+
declare const index$k_EStatusTaskImage: typeof EStatusTaskImage;
|
|
666
|
+
type index$k_EStatusTaskJob = EStatusTaskJob;
|
|
667
|
+
declare const index$k_EStatusTaskJob: typeof EStatusTaskJob;
|
|
668
|
+
type index$k_EStatusTaskJobGroup = EStatusTaskJobGroup;
|
|
669
|
+
declare const index$k_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
|
|
670
|
+
type index$k_EStatusTaskToolSocials = EStatusTaskToolSocials;
|
|
671
|
+
declare const index$k_EStatusTaskToolSocials: typeof EStatusTaskToolSocials;
|
|
672
|
+
type index$k_EStatusTaskVoice = EStatusTaskVoice;
|
|
673
|
+
declare const index$k_EStatusTaskVoice: typeof EStatusTaskVoice;
|
|
674
|
+
type index$k_EStatusTeam = EStatusTeam;
|
|
675
|
+
declare const index$k_EStatusTeam: typeof EStatusTeam;
|
|
676
|
+
type index$k_EStatusVPS = EStatusVPS;
|
|
677
|
+
declare const index$k_EStatusVPS: typeof EStatusVPS;
|
|
678
|
+
declare namespace index$k {
|
|
679
|
+
export { index$k_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$k_EStatusAccountCanva as EStatusAccountCanva, index$k_EStatusAccountDrive as EStatusAccountDrive, index$k_EStatusAccountSocial as EStatusAccountSocial, index$k_EStatusAccountVPN as EStatusAccountVPN, index$k_EStatusActive as EStatusActive, index$k_EStatusBlog as EStatusBlog, index$k_EStatusChangeInfo as EStatusChangeInfo, index$k_EStatusCommon as EStatusCommon, index$k_EStatusConnectDevice as EStatusConnectDevice, index$k_EStatusExecuteCommon as EStatusExecuteCommon, index$k_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$k_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$k_EStatusSetupDeviceSystem as EStatusSetupDeviceSystem, index$k_EStatusSheetWork as EStatusSheetWork, index$k_EStatusSyncAccountSocial as EStatusSyncAccountSocial, index$k_EStatusTaskAIContent as EStatusTaskAIContent, index$k_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$k_EStatusTaskCanva as EStatusTaskCanva, index$k_EStatusTaskImage as EStatusTaskImage, index$k_EStatusTaskJob as EStatusTaskJob, index$k_EStatusTaskJobGroup as EStatusTaskJobGroup, index$k_EStatusTaskToolSocials as EStatusTaskToolSocials, index$k_EStatusTaskVoice as EStatusTaskVoice, index$k_EStatusTeam as EStatusTeam, index$k_EStatusVPS as EStatusVPS };
|
|
680
680
|
}
|
|
681
681
|
|
|
682
682
|
declare enum EFolderImageAI {
|
|
@@ -751,32 +751,32 @@ declare enum EStatusChannel {
|
|
|
751
751
|
Error = "Error"
|
|
752
752
|
}
|
|
753
753
|
|
|
754
|
-
type index$
|
|
755
|
-
declare const index$
|
|
756
|
-
type index$
|
|
757
|
-
declare const index$
|
|
758
|
-
type index$
|
|
759
|
-
declare const index$
|
|
760
|
-
type index$
|
|
761
|
-
declare const index$
|
|
762
|
-
type index$
|
|
763
|
-
declare const index$
|
|
764
|
-
type index$
|
|
765
|
-
declare const index$
|
|
766
|
-
type index$
|
|
767
|
-
declare const index$
|
|
768
|
-
type index$
|
|
769
|
-
declare const index$
|
|
770
|
-
type index$
|
|
771
|
-
declare const index$
|
|
772
|
-
type index$
|
|
773
|
-
declare const index$
|
|
774
|
-
type index$
|
|
775
|
-
declare const index$
|
|
776
|
-
type index$
|
|
777
|
-
declare const index$
|
|
778
|
-
declare namespace index$
|
|
779
|
-
export { index$
|
|
754
|
+
type index$j_EAIModelContent = EAIModelContent;
|
|
755
|
+
declare const index$j_EAIModelContent: typeof EAIModelContent;
|
|
756
|
+
type index$j_EAIModelImage = EAIModelImage;
|
|
757
|
+
declare const index$j_EAIModelImage: typeof EAIModelImage;
|
|
758
|
+
type index$j_EAIModelVoice = EAIModelVoice;
|
|
759
|
+
declare const index$j_EAIModelVoice: typeof EAIModelVoice;
|
|
760
|
+
type index$j_EAIVersionGPT = EAIVersionGPT;
|
|
761
|
+
declare const index$j_EAIVersionGPT: typeof EAIVersionGPT;
|
|
762
|
+
type index$j_EAIVersionImage = EAIVersionImage;
|
|
763
|
+
declare const index$j_EAIVersionImage: typeof EAIVersionImage;
|
|
764
|
+
type index$j_EAIVersionPerplexity = EAIVersionPerplexity;
|
|
765
|
+
declare const index$j_EAIVersionPerplexity: typeof EAIVersionPerplexity;
|
|
766
|
+
type index$j_EAIVersionVoice = EAIVersionVoice;
|
|
767
|
+
declare const index$j_EAIVersionVoice: typeof EAIVersionVoice;
|
|
768
|
+
type index$j_EEmailTagType = EEmailTagType;
|
|
769
|
+
declare const index$j_EEmailTagType: typeof EEmailTagType;
|
|
770
|
+
type index$j_EFolderImageAI = EFolderImageAI;
|
|
771
|
+
declare const index$j_EFolderImageAI: typeof EFolderImageAI;
|
|
772
|
+
type index$j_EStatusAccountAI = EStatusAccountAI;
|
|
773
|
+
declare const index$j_EStatusAccountAI: typeof EStatusAccountAI;
|
|
774
|
+
type index$j_EStatusChannel = EStatusChannel;
|
|
775
|
+
declare const index$j_EStatusChannel: typeof EStatusChannel;
|
|
776
|
+
type index$j_EStatusEmail = EStatusEmail;
|
|
777
|
+
declare const index$j_EStatusEmail: typeof EStatusEmail;
|
|
778
|
+
declare namespace index$j {
|
|
779
|
+
export { index$j_EAIModelContent as EAIModelContent, index$j_EAIModelImage as EAIModelImage, index$j_EAIModelVoice as EAIModelVoice, index$j_EAIVersionGPT as EAIVersionGPT, index$j_EAIVersionImage as EAIVersionImage, index$j_EAIVersionPerplexity as EAIVersionPerplexity, index$j_EAIVersionVoice as EAIVersionVoice, index$j_EEmailTagType as EEmailTagType, index$j_EFolderImageAI as EFolderImageAI, index$j_EStatusAccountAI as EStatusAccountAI, index$j_EStatusChannel as EStatusChannel, index$j_EStatusEmail as EStatusEmail };
|
|
780
780
|
}
|
|
781
781
|
|
|
782
782
|
declare enum ELarkMessageCommon {
|
|
@@ -828,10 +828,10 @@ declare enum ELarkObject {
|
|
|
828
828
|
InstagramThreads = "Instagram/Threads"
|
|
829
829
|
}
|
|
830
830
|
|
|
831
|
-
type index$
|
|
832
|
-
declare const index$
|
|
833
|
-
declare namespace index$
|
|
834
|
-
export { ETypeLarkError_enum as ELarkError, index$
|
|
831
|
+
type index$i_ELarkObject = ELarkObject;
|
|
832
|
+
declare const index$i_ELarkObject: typeof ELarkObject;
|
|
833
|
+
declare namespace index$i {
|
|
834
|
+
export { ETypeLarkError_enum as ELarkError, index$i_ELarkObject as ELarkObject };
|
|
835
835
|
}
|
|
836
836
|
|
|
837
837
|
declare enum ESheetToolCommon {
|
|
@@ -857,18 +857,18 @@ declare enum ESheetToolInstagram {
|
|
|
857
857
|
REPLY_MESSAGE_IG_THREADS = "REPLY_MESSAGE_IG_THREADS"
|
|
858
858
|
}
|
|
859
859
|
|
|
860
|
-
type index$
|
|
861
|
-
declare const index$
|
|
862
|
-
type index$
|
|
863
|
-
declare const index$
|
|
864
|
-
type index$
|
|
865
|
-
declare const index$
|
|
866
|
-
declare namespace index$
|
|
867
|
-
export { index$
|
|
860
|
+
type index$h_ESheetToolCommon = ESheetToolCommon;
|
|
861
|
+
declare const index$h_ESheetToolCommon: typeof ESheetToolCommon;
|
|
862
|
+
type index$h_ESheetToolInstagram = ESheetToolInstagram;
|
|
863
|
+
declare const index$h_ESheetToolInstagram: typeof ESheetToolInstagram;
|
|
864
|
+
type index$h_ESheetToolThreads = ESheetToolThreads;
|
|
865
|
+
declare const index$h_ESheetToolThreads: typeof ESheetToolThreads;
|
|
866
|
+
declare namespace index$h {
|
|
867
|
+
export { index$h_ESheetToolCommon as ESheetToolCommon, index$h_ESheetToolInstagram as ESheetToolInstagram, index$h_ESheetToolThreads as ESheetToolThreads };
|
|
868
868
|
}
|
|
869
869
|
|
|
870
|
-
declare namespace index$
|
|
871
|
-
export { index$
|
|
870
|
+
declare namespace index$g {
|
|
871
|
+
export { index$j as AI, index$m as Common, index$i as Lark, index$h as SheetTool, index$k as Status, index$l as Types };
|
|
872
872
|
}
|
|
873
873
|
|
|
874
874
|
type TTaskInstagramBlockUser = {
|
|
@@ -987,6 +987,17 @@ type TTaskInstagramReplyMessage = {
|
|
|
987
987
|
|
|
988
988
|
type TTaskInstagram = TTaskInstagramPost | TTaskInstagramFollow | TTaskInstagramBlockUser | TTaskInstagramChangeInfo | TTaskInstagramReplyComment | TTaskInstagramReplyMessage;
|
|
989
989
|
|
|
990
|
+
type index$f_TTaskInstagram = TTaskInstagram;
|
|
991
|
+
type index$f_TTaskInstagramBlockUser = TTaskInstagramBlockUser;
|
|
992
|
+
type index$f_TTaskInstagramChangeInfo = TTaskInstagramChangeInfo;
|
|
993
|
+
type index$f_TTaskInstagramFollow = TTaskInstagramFollow;
|
|
994
|
+
type index$f_TTaskInstagramPost = TTaskInstagramPost;
|
|
995
|
+
type index$f_TTaskInstagramReplyComment = TTaskInstagramReplyComment;
|
|
996
|
+
type index$f_TTaskInstagramReplyMessage = TTaskInstagramReplyMessage;
|
|
997
|
+
declare namespace index$f {
|
|
998
|
+
export type { index$f_TTaskInstagram as TTaskInstagram, index$f_TTaskInstagramBlockUser as TTaskInstagramBlockUser, index$f_TTaskInstagramChangeInfo as TTaskInstagramChangeInfo, index$f_TTaskInstagramFollow as TTaskInstagramFollow, index$f_TTaskInstagramPost as TTaskInstagramPost, index$f_TTaskInstagramReplyComment as TTaskInstagramReplyComment, index$f_TTaskInstagramReplyMessage as TTaskInstagramReplyMessage };
|
|
999
|
+
}
|
|
1000
|
+
|
|
990
1001
|
interface ITaskThreadsPost {
|
|
991
1002
|
sheetUrl: string;
|
|
992
1003
|
sheetName: string;
|
|
@@ -1004,26 +1015,20 @@ interface ITaskThreadsPost {
|
|
|
1004
1015
|
|
|
1005
1016
|
type TTaskThreads = ITaskThreadsPost;
|
|
1006
1017
|
|
|
1007
|
-
type
|
|
1018
|
+
type index$e_ITaskThreadsPost = ITaskThreadsPost;
|
|
1019
|
+
type index$e_TTaskThreads = TTaskThreads;
|
|
1020
|
+
declare namespace index$e {
|
|
1021
|
+
export type { index$e_ITaskThreadsPost as ITaskThreadsPost, index$e_TTaskThreads as TTaskThreads };
|
|
1022
|
+
}
|
|
1008
1023
|
|
|
1009
1024
|
type TFilter = 'direct' | 'ref';
|
|
1010
1025
|
|
|
1011
1026
|
type TCompare = '=' | 'LIKE' | 'LIKE_START' | 'LIKE_END' | 'ILIKE' | 'IN' | 'NOT IN' | '>' | '<' | '>=' | '<=' | '!=' | 'IS NULL' | 'IS NOT NULL' | 'BETWEEN' | 'NOT BETWEEN' | 'EXISTS' | 'NOT EXISTS' | 'FULLTEXT' | 'RAW';
|
|
1012
1027
|
|
|
1013
|
-
type index$
|
|
1014
|
-
type index$
|
|
1015
|
-
|
|
1016
|
-
type index$
|
|
1017
|
-
type index$b_TTaskInstagram = TTaskInstagram;
|
|
1018
|
-
type index$b_TTaskInstagramBlockUser = TTaskInstagramBlockUser;
|
|
1019
|
-
type index$b_TTaskInstagramChangeInfo = TTaskInstagramChangeInfo;
|
|
1020
|
-
type index$b_TTaskInstagramFollow = TTaskInstagramFollow;
|
|
1021
|
-
type index$b_TTaskInstagramPost = TTaskInstagramPost;
|
|
1022
|
-
type index$b_TTaskInstagramReplyComment = TTaskInstagramReplyComment;
|
|
1023
|
-
type index$b_TTaskInstagramReplyMessage = TTaskInstagramReplyMessage;
|
|
1024
|
-
type index$b_TTaskThreads = TTaskThreads;
|
|
1025
|
-
declare namespace index$b {
|
|
1026
|
-
export type { index$b_ITaskThreadsPost as ITaskThreadsPost, index$b_TCompare as TCompare, index$b_TFilter as TFilter, index$b_TTaskDataInstagramThreads as TTaskDataInstagramThreads, index$b_TTaskInstagram as TTaskInstagram, index$b_TTaskInstagramBlockUser as TTaskInstagramBlockUser, index$b_TTaskInstagramChangeInfo as TTaskInstagramChangeInfo, index$b_TTaskInstagramFollow as TTaskInstagramFollow, index$b_TTaskInstagramPost as TTaskInstagramPost, index$b_TTaskInstagramReplyComment as TTaskInstagramReplyComment, index$b_TTaskInstagramReplyMessage as TTaskInstagramReplyMessage, index$b_TTaskThreads as TTaskThreads };
|
|
1028
|
+
type index$d_TCompare = TCompare;
|
|
1029
|
+
type index$d_TFilter = TFilter;
|
|
1030
|
+
declare namespace index$d {
|
|
1031
|
+
export { type index$d_TCompare as TCompare, type index$d_TFilter as TFilter, index$f as TaskInstagram, index$e as TaskThreads };
|
|
1027
1032
|
}
|
|
1028
1033
|
|
|
1029
1034
|
interface IBaseModel {
|
|
@@ -1055,13 +1060,13 @@ interface IFile extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1055
1060
|
isDraft: boolean;
|
|
1056
1061
|
}
|
|
1057
1062
|
|
|
1058
|
-
type index$
|
|
1059
|
-
type index$
|
|
1060
|
-
type index$
|
|
1061
|
-
type index$
|
|
1062
|
-
type index$
|
|
1063
|
-
declare namespace index$
|
|
1064
|
-
export type { index$
|
|
1063
|
+
type index$c_IBaseModel = IBaseModel;
|
|
1064
|
+
type index$c_IFile = IFile;
|
|
1065
|
+
type index$c_ITrackingModel<T> = ITrackingModel<T>;
|
|
1066
|
+
type index$c_ITrackingTimeScript = ITrackingTimeScript;
|
|
1067
|
+
type index$c_ITrackingUserAction = ITrackingUserAction;
|
|
1068
|
+
declare namespace index$c {
|
|
1069
|
+
export type { index$c_IBaseModel as IBaseModel, index$c_IFile as IFile, index$c_ITrackingModel as ITrackingModel, index$c_ITrackingTimeScript as ITrackingTimeScript, index$c_ITrackingUserAction as ITrackingUserAction };
|
|
1065
1070
|
}
|
|
1066
1071
|
|
|
1067
1072
|
interface IDepartment extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -1129,18 +1134,18 @@ interface IUserRole extends BoInterfaceModelsCommon.IBaseModel {
|
|
|
1129
1134
|
role: string | IRole;
|
|
1130
1135
|
}
|
|
1131
1136
|
|
|
1132
|
-
type index$
|
|
1133
|
-
type index$
|
|
1134
|
-
type index$
|
|
1135
|
-
type index$
|
|
1136
|
-
type index$
|
|
1137
|
-
type index$
|
|
1138
|
-
type index$
|
|
1139
|
-
type index$
|
|
1140
|
-
type index$
|
|
1141
|
-
type index$
|
|
1142
|
-
declare namespace index$
|
|
1143
|
-
export type { index$
|
|
1137
|
+
type index$b_IAuthLogin = IAuthLogin;
|
|
1138
|
+
type index$b_IAuthResetPassword = IAuthResetPassword;
|
|
1139
|
+
type index$b_IOtpConfirm = IOtpConfirm;
|
|
1140
|
+
type index$b_IOtpCreateSession = IOtpCreateSession;
|
|
1141
|
+
type index$b_IOtpSend = IOtpSend;
|
|
1142
|
+
type index$b_IRole = IRole;
|
|
1143
|
+
type index$b_IRoleFeature = IRoleFeature;
|
|
1144
|
+
type index$b_IToken = IToken;
|
|
1145
|
+
type index$b_IUser = IUser;
|
|
1146
|
+
type index$b_IUserRole = IUserRole;
|
|
1147
|
+
declare namespace index$b {
|
|
1148
|
+
export type { index$b_IAuthLogin as IAuthLogin, index$b_IAuthResetPassword as IAuthResetPassword, index$b_IOtpConfirm as IOtpConfirm, index$b_IOtpCreateSession as IOtpCreateSession, index$b_IOtpSend as IOtpSend, index$b_IRole as IRole, index$b_IRoleFeature as IRoleFeature, index$b_IToken as IToken, index$b_IUser as IUser, index$b_IUserRole as IUserRole };
|
|
1144
1149
|
}
|
|
1145
1150
|
|
|
1146
1151
|
interface IHistoryTaskAIContent extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -1365,33 +1370,33 @@ interface ITaskJobUserPermission extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1365
1370
|
user: string | IUser;
|
|
1366
1371
|
}
|
|
1367
1372
|
|
|
1368
|
-
type index$
|
|
1369
|
-
type index$
|
|
1370
|
-
type index$
|
|
1371
|
-
type index$
|
|
1372
|
-
type index$
|
|
1373
|
-
type index$
|
|
1374
|
-
type index$
|
|
1375
|
-
type index$
|
|
1376
|
-
type index$
|
|
1377
|
-
type index$
|
|
1378
|
-
type index$
|
|
1379
|
-
type index$
|
|
1380
|
-
type index$
|
|
1381
|
-
type index$
|
|
1382
|
-
type index$
|
|
1383
|
-
type index$
|
|
1384
|
-
type index$
|
|
1385
|
-
type index$
|
|
1386
|
-
type index$
|
|
1387
|
-
type index$
|
|
1388
|
-
type index$
|
|
1389
|
-
type index$
|
|
1390
|
-
type index$
|
|
1391
|
-
type index$
|
|
1392
|
-
type index$
|
|
1393
|
-
declare namespace index$
|
|
1394
|
-
export type { index$
|
|
1373
|
+
type index$a_IBlog = IBlog;
|
|
1374
|
+
type index$a_IBlogCategory = IBlogCategory;
|
|
1375
|
+
type index$a_IDepartment = IDepartment;
|
|
1376
|
+
type index$a_IDepartmentRole = IDepartmentRole;
|
|
1377
|
+
type index$a_IDomain = IDomain;
|
|
1378
|
+
type index$a_ILark = ILark;
|
|
1379
|
+
type index$a_IManagerWork = IManagerWork;
|
|
1380
|
+
type index$a_IManagerWorkPin = IManagerWorkPin;
|
|
1381
|
+
type index$a_ISheetWork = ISheetWork;
|
|
1382
|
+
type index$a_ISheetWorkManager = ISheetWorkManager;
|
|
1383
|
+
type index$a_ISheetWorkPin = ISheetWorkPin;
|
|
1384
|
+
type index$a_ISheetWorksCategory = ISheetWorksCategory;
|
|
1385
|
+
type index$a_ITag = ITag;
|
|
1386
|
+
type index$a_ITaskJob = ITaskJob;
|
|
1387
|
+
type index$a_ITaskJobBlogAttached = ITaskJobBlogAttached;
|
|
1388
|
+
type index$a_ITaskJobCheckList = ITaskJobCheckList;
|
|
1389
|
+
type index$a_ITaskJobDepartmentPermission = ITaskJobDepartmentPermission;
|
|
1390
|
+
type index$a_ITaskJobDiscuss = ITaskJobDiscuss;
|
|
1391
|
+
type index$a_ITaskJobLabel = ITaskJobLabel;
|
|
1392
|
+
type index$a_ITaskJobTeamPermission = ITaskJobTeamPermission;
|
|
1393
|
+
type index$a_ITaskJobUserPermission = ITaskJobUserPermission;
|
|
1394
|
+
type index$a_ITaskJobsGroup = ITaskJobsGroup;
|
|
1395
|
+
type index$a_ITeam = ITeam;
|
|
1396
|
+
type index$a_ITeamMember = ITeamMember;
|
|
1397
|
+
type index$a_ITeamRole = ITeamRole;
|
|
1398
|
+
declare namespace index$a {
|
|
1399
|
+
export type { index$a_IBlog as IBlog, index$a_IBlogCategory as IBlogCategory, index$a_IDepartment as IDepartment, index$a_IDepartmentRole as IDepartmentRole, index$a_IDomain as IDomain, index$a_ILark as ILark, index$a_IManagerWork as IManagerWork, index$a_IManagerWorkPin as IManagerWorkPin, index$a_ISheetWork as ISheetWork, index$a_ISheetWorkManager as ISheetWorkManager, index$a_ISheetWorkPin as ISheetWorkPin, index$a_ISheetWorksCategory as ISheetWorksCategory, index$a_ITag as ITag, index$a_ITaskJob as ITaskJob, index$a_ITaskJobBlogAttached as ITaskJobBlogAttached, index$a_ITaskJobCheckList as ITaskJobCheckList, index$a_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$a_ITaskJobDiscuss as ITaskJobDiscuss, index$a_ITaskJobLabel as ITaskJobLabel, index$a_ITaskJobTeamPermission as ITaskJobTeamPermission, index$a_ITaskJobUserPermission as ITaskJobUserPermission, index$a_ITaskJobsGroup as ITaskJobsGroup, index$a_ITeam as ITeam, index$a_ITeamMember as ITeamMember, index$a_ITeamRole as ITeamRole };
|
|
1395
1400
|
}
|
|
1396
1401
|
|
|
1397
1402
|
interface IAccountAIChannel extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -1611,6 +1616,21 @@ interface IAccountsGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1611
1616
|
ag_slug: string;
|
|
1612
1617
|
}
|
|
1613
1618
|
|
|
1619
|
+
declare enum EStatusAccountSocialRun {
|
|
1620
|
+
ACTIVE_GOOD = "Active Good",
|
|
1621
|
+
ACCOUNT_NOT_FOUND = "Account not found",
|
|
1622
|
+
LOGIN_ERROR = "Login error",
|
|
1623
|
+
LOGGED_OUT = "Logged out",
|
|
1624
|
+
SPAM_WARNING = "Spam warning",
|
|
1625
|
+
ACCOUNT_CHECKPOINT = "Account checkpoint",
|
|
1626
|
+
ACCOUNT_LOCKED = "Account locked",
|
|
1627
|
+
WAITING_FOR_VIRTUAL_DEVICE_SETUP = "Waiting for virtual device setup",
|
|
1628
|
+
PENDING_PROCESSING = "Pending processing",
|
|
1629
|
+
DEVICE_NOT_CONNECTED = "Device not connected",
|
|
1630
|
+
IDENTITY_VERIFICATION_REQUIRED = "Identity verification required",
|
|
1631
|
+
UNKNOWN_STATUS = "Unknown status"
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1614
1634
|
interface IPC extends IBaseModel, ITrackingModel<IUser> {
|
|
1615
1635
|
pc_name: string;
|
|
1616
1636
|
pc_description: string;
|
|
@@ -1647,6 +1667,11 @@ interface IAccount extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1647
1667
|
pc: IPC | string;
|
|
1648
1668
|
deviceKey: string;
|
|
1649
1669
|
device: IDevice | string;
|
|
1670
|
+
statusRun: EStatusAccountSocialRun;
|
|
1671
|
+
statusConnectDevice: EStatusConnectDevice;
|
|
1672
|
+
noteConnectDevice: string;
|
|
1673
|
+
currentActiveTime: Date;
|
|
1674
|
+
lastActiveTime: Date;
|
|
1650
1675
|
promptAvatar: string;
|
|
1651
1676
|
avatar: string | IFile;
|
|
1652
1677
|
statusChangeAvatar: EStatusChangeInfo;
|
|
@@ -1656,7 +1681,8 @@ interface IAccount extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1656
1681
|
bio: string;
|
|
1657
1682
|
statusChangeBio: EStatusChangeInfo;
|
|
1658
1683
|
links: string[];
|
|
1659
|
-
|
|
1684
|
+
typeAccountSetting: string;
|
|
1685
|
+
statusAccountSetting: string;
|
|
1660
1686
|
oldUsername: string;
|
|
1661
1687
|
newUsername: string;
|
|
1662
1688
|
statusChangeUsername: EStatusChangeInfo;
|
|
@@ -1672,16 +1698,12 @@ interface IAccount extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1672
1698
|
oldPassword: string;
|
|
1673
1699
|
newPassword: string;
|
|
1674
1700
|
statusChangePassword: EStatusChangeInfo;
|
|
1701
|
+
statusLogin: EStatusLoginAccountSocial;
|
|
1675
1702
|
email: string;
|
|
1676
1703
|
emailPassword: string;
|
|
1677
1704
|
email2FA: string;
|
|
1678
1705
|
emailReceiver: string;
|
|
1679
|
-
statusLogin: EStatusLoginAccountSocial;
|
|
1680
1706
|
statusLoginEmail: EStatusLoginAccountSocial;
|
|
1681
|
-
statusConnectDevice: EStatusConnectDevice;
|
|
1682
|
-
noteConnectDevice: string;
|
|
1683
|
-
currentActiveTime: Date;
|
|
1684
|
-
lastActiveTime: Date;
|
|
1685
1707
|
nameAppClone: string;
|
|
1686
1708
|
packageApp: string;
|
|
1687
1709
|
note: string;
|
|
@@ -1766,6 +1788,12 @@ interface IAccountRaw extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1766
1788
|
emailReceiver: string;
|
|
1767
1789
|
statusLoginEmail: EStatusLoginAccountSocial;
|
|
1768
1790
|
timeLoginEmail: Date;
|
|
1791
|
+
totalLinkBio: string[];
|
|
1792
|
+
statusChangeBio: string;
|
|
1793
|
+
timeChangeBio: Date;
|
|
1794
|
+
typeAccountSetting: string;
|
|
1795
|
+
timeChangeAccountSetting: Date;
|
|
1796
|
+
statusAccountSetting: string;
|
|
1769
1797
|
statusConnectDevice: EStatusConnectDevice;
|
|
1770
1798
|
noteConnectDevice: string;
|
|
1771
1799
|
}
|
|
@@ -1885,8 +1913,8 @@ interface IAccountAIImage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1885
1913
|
status: EStatusActive;
|
|
1886
1914
|
}
|
|
1887
1915
|
|
|
1888
|
-
interface
|
|
1889
|
-
data:
|
|
1916
|
+
interface ITaskToolThreads extends IBaseModel, ITrackingModel<IUser> {
|
|
1917
|
+
data: TTaskThreads;
|
|
1890
1918
|
}
|
|
1891
1919
|
|
|
1892
1920
|
interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -1913,10 +1941,10 @@ interface ITaskToolSocials extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1913
1941
|
note: string;
|
|
1914
1942
|
}
|
|
1915
1943
|
|
|
1916
|
-
type index$
|
|
1917
|
-
type index$
|
|
1918
|
-
declare namespace index$
|
|
1919
|
-
export type { index$
|
|
1944
|
+
type index$9_ITaskToolSocials = ITaskToolSocials;
|
|
1945
|
+
type index$9_ITaskToolThreads = ITaskToolThreads;
|
|
1946
|
+
declare namespace index$9 {
|
|
1947
|
+
export type { index$9_ITaskToolSocials as ITaskToolSocials, index$9_ITaskToolThreads as ITaskToolThreads };
|
|
1920
1948
|
}
|
|
1921
1949
|
|
|
1922
1950
|
interface ITaskAIItemAction {
|
|
@@ -1937,7 +1965,7 @@ interface ITaskAIItemGroup {
|
|
|
1937
1965
|
listChannelsAI: Array<string> | Array<IAccountAIChannel>;
|
|
1938
1966
|
status: EStatusTaskAIContent;
|
|
1939
1967
|
}
|
|
1940
|
-
interface
|
|
1968
|
+
interface ITaskAIContent extends IBaseModel, ITrackingModel<IUser> {
|
|
1941
1969
|
accountAI: string | IAccountAI;
|
|
1942
1970
|
sheetID: string;
|
|
1943
1971
|
sheetUrl: string;
|
|
@@ -2011,15 +2039,17 @@ interface ITaskAIImageVoiceCanva extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2011
2039
|
linkCanvaImage3: string;
|
|
2012
2040
|
linkCanvaImage4: string;
|
|
2013
2041
|
linkCanvaImage5: string;
|
|
2014
|
-
|
|
2042
|
+
statusImage: EStatusTaskImage;
|
|
2043
|
+
statusVoice: EStatusTaskVoice;
|
|
2044
|
+
statusCanva: EStatusTaskCanva;
|
|
2015
2045
|
}
|
|
2016
2046
|
|
|
2017
|
-
type index$
|
|
2018
|
-
type index$
|
|
2019
|
-
type index$
|
|
2020
|
-
type index$
|
|
2021
|
-
declare namespace index$
|
|
2022
|
-
export type { index$
|
|
2047
|
+
type index$8_ITaskAIContent = ITaskAIContent;
|
|
2048
|
+
type index$8_ITaskAIImageVoiceCanva = ITaskAIImageVoiceCanva;
|
|
2049
|
+
type index$8_ITaskAIItemAction = ITaskAIItemAction;
|
|
2050
|
+
type index$8_ITaskAIItemGroup = ITaskAIItemGroup;
|
|
2051
|
+
declare namespace index$8 {
|
|
2052
|
+
export type { index$8_ITaskAIContent as ITaskAIContent, index$8_ITaskAIImageVoiceCanva as ITaskAIImageVoiceCanva, index$8_ITaskAIItemAction as ITaskAIItemAction, index$8_ITaskAIItemGroup as ITaskAIItemGroup };
|
|
2023
2053
|
}
|
|
2024
2054
|
|
|
2025
2055
|
interface IVoiceLanguage extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -2053,56 +2083,56 @@ interface IVoiceSettingDelay extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2053
2083
|
vsd_timeDelay: number;
|
|
2054
2084
|
}
|
|
2055
2085
|
|
|
2056
|
-
type index$
|
|
2057
|
-
type index$
|
|
2058
|
-
type index$
|
|
2059
|
-
type index$
|
|
2060
|
-
type index$
|
|
2061
|
-
type index$
|
|
2062
|
-
type index$
|
|
2063
|
-
type index$
|
|
2064
|
-
type index$
|
|
2065
|
-
type index$
|
|
2066
|
-
type index$
|
|
2067
|
-
type index$
|
|
2068
|
-
type index$
|
|
2069
|
-
type index$
|
|
2070
|
-
type index$
|
|
2071
|
-
type index$
|
|
2072
|
-
type index$
|
|
2073
|
-
type index$
|
|
2074
|
-
type index$
|
|
2075
|
-
type index$
|
|
2076
|
-
type index$
|
|
2077
|
-
type index$
|
|
2078
|
-
type index$
|
|
2079
|
-
type index$
|
|
2080
|
-
type index$
|
|
2081
|
-
type index$
|
|
2082
|
-
type index$
|
|
2083
|
-
type index$
|
|
2084
|
-
type index$
|
|
2085
|
-
type index$
|
|
2086
|
-
type index$
|
|
2087
|
-
type index$
|
|
2088
|
-
type index$
|
|
2089
|
-
type index$
|
|
2090
|
-
type index$
|
|
2091
|
-
type index$
|
|
2092
|
-
type index$
|
|
2093
|
-
type index$
|
|
2094
|
-
type index$
|
|
2095
|
-
type index$
|
|
2096
|
-
type index$
|
|
2097
|
-
type index$
|
|
2098
|
-
type index$
|
|
2099
|
-
type index$
|
|
2100
|
-
type index$
|
|
2101
|
-
type index$
|
|
2102
|
-
type index$
|
|
2103
|
-
type index$
|
|
2104
|
-
declare namespace index$
|
|
2105
|
-
export { type index$
|
|
2086
|
+
type index$7_IAccount = IAccount;
|
|
2087
|
+
type index$7_IAccountAI = IAccountAI;
|
|
2088
|
+
type index$7_IAccountAIChannel = IAccountAIChannel;
|
|
2089
|
+
type index$7_IAccountAIGroup = IAccountAIGroup;
|
|
2090
|
+
type index$7_IAccountAIImage = IAccountAIImage;
|
|
2091
|
+
type index$7_IAccountAIImageChannel = IAccountAIImageChannel;
|
|
2092
|
+
type index$7_IAccountAIImageGroup = IAccountAIImageGroup;
|
|
2093
|
+
type index$7_IAccountAIImageInfo = IAccountAIImageInfo;
|
|
2094
|
+
type index$7_IAccountAIImageTag = IAccountAIImageTag;
|
|
2095
|
+
type index$7_IAccountAIInfo = IAccountAIInfo;
|
|
2096
|
+
type index$7_IAccountAITag = IAccountAITag;
|
|
2097
|
+
type index$7_IAccountAIVoice = IAccountAIVoice;
|
|
2098
|
+
type index$7_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
|
|
2099
|
+
type index$7_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
|
2100
|
+
type index$7_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
|
2101
|
+
type index$7_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
|
2102
|
+
type index$7_IAccountCHPlayICloud = IAccountCHPlayICloud;
|
|
2103
|
+
type index$7_IAccountCanva = IAccountCanva;
|
|
2104
|
+
type index$7_IAccountDrive = IAccountDrive;
|
|
2105
|
+
type index$7_IAccountEmail = IAccountEmail;
|
|
2106
|
+
type index$7_IAccountEmailProxy = IAccountEmailProxy;
|
|
2107
|
+
type index$7_IAccountEmailTag = IAccountEmailTag;
|
|
2108
|
+
type index$7_IAccountEmailTaskWork = IAccountEmailTaskWork;
|
|
2109
|
+
type index$7_IAccountRaw = IAccountRaw;
|
|
2110
|
+
type index$7_IAccountVPN = IAccountVPN;
|
|
2111
|
+
type index$7_IAccountVPS = IAccountVPS;
|
|
2112
|
+
type index$7_IAccountVPSGroup = IAccountVPSGroup;
|
|
2113
|
+
type index$7_IAccountsGroup = IAccountsGroup;
|
|
2114
|
+
type index$7_IDevice = IDevice;
|
|
2115
|
+
type index$7_IDeviceSettingForAccount = IDeviceSettingForAccount;
|
|
2116
|
+
type index$7_IDeviceSettingForCHPlay = IDeviceSettingForCHPlay;
|
|
2117
|
+
type index$7_IDeviceSettingForProxy = IDeviceSettingForProxy;
|
|
2118
|
+
type index$7_IDeviceSettingForVPN = IDeviceSettingForVPN;
|
|
2119
|
+
type index$7_IManagerImageAI = IManagerImageAI;
|
|
2120
|
+
type index$7_IManagerImageAIItemStore = IManagerImageAIItemStore;
|
|
2121
|
+
type index$7_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
|
|
2122
|
+
type index$7_IManagerSheet = IManagerSheet;
|
|
2123
|
+
type index$7_IManagerSheetChildren = IManagerSheetChildren;
|
|
2124
|
+
type index$7_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
|
2125
|
+
type index$7_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
|
|
2126
|
+
type index$7_IManagerSheetGroup = IManagerSheetGroup;
|
|
2127
|
+
type index$7_IPC = IPC;
|
|
2128
|
+
type index$7_IProxy = IProxy;
|
|
2129
|
+
type index$7_ISheetsTool = ISheetsTool;
|
|
2130
|
+
type index$7_IVoiceGenerated = IVoiceGenerated;
|
|
2131
|
+
type index$7_IVoiceLanguage = IVoiceLanguage;
|
|
2132
|
+
type index$7_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
2133
|
+
type index$7_IVoiceStores = IVoiceStores;
|
|
2134
|
+
declare namespace index$7 {
|
|
2135
|
+
export { type index$7_IAccount as IAccount, type index$7_IAccountAI as IAccountAI, type index$7_IAccountAIChannel as IAccountAIChannel, type index$7_IAccountAIGroup as IAccountAIGroup, type index$7_IAccountAIImage as IAccountAIImage, type index$7_IAccountAIImageChannel as IAccountAIImageChannel, type index$7_IAccountAIImageGroup as IAccountAIImageGroup, type index$7_IAccountAIImageInfo as IAccountAIImageInfo, type index$7_IAccountAIImageTag as IAccountAIImageTag, type index$7_IAccountAIInfo as IAccountAIInfo, type index$7_IAccountAITag as IAccountAITag, type index$7_IAccountAIVoice as IAccountAIVoice, type index$7_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$7_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$7_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$7_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$7_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$7_IAccountCanva as IAccountCanva, type index$7_IAccountDrive as IAccountDrive, type index$7_IAccountEmail as IAccountEmail, type index$7_IAccountEmailProxy as IAccountEmailProxy, type index$7_IAccountEmailTag as IAccountEmailTag, type index$7_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$7_IAccountRaw as IAccountRaw, type index$7_IAccountVPN as IAccountVPN, type index$7_IAccountVPS as IAccountVPS, type index$7_IAccountVPSGroup as IAccountVPSGroup, type index$7_IAccountsGroup as IAccountsGroup, type index$7_IDevice as IDevice, type index$7_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$7_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$7_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$7_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$7_IManagerImageAI as IManagerImageAI, type index$7_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$7_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$7_IManagerSheet as IManagerSheet, type index$7_IManagerSheetChildren as IManagerSheetChildren, type index$7_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$7_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$7_IManagerSheetGroup as IManagerSheetGroup, type index$7_IPC as IPC, type index$7_IProxy as IProxy, type index$7_ISheetsTool as ISheetsTool, type index$7_IVoiceGenerated as IVoiceGenerated, type index$7_IVoiceLanguage as IVoiceLanguage, type index$7_IVoiceSettingDelay as IVoiceSettingDelay, type index$7_IVoiceStores as IVoiceStores, index$8 as TaskBrowsers, index$9 as TaskPhones };
|
|
2106
2136
|
}
|
|
2107
2137
|
|
|
2108
2138
|
interface IHistoryTaskCanva extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -2193,12 +2223,12 @@ interface IHistoryTaskVoice extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2193
2223
|
note: string;
|
|
2194
2224
|
}
|
|
2195
2225
|
|
|
2196
|
-
type index$
|
|
2197
|
-
type index$
|
|
2198
|
-
type index$
|
|
2199
|
-
type index$
|
|
2200
|
-
declare namespace index$
|
|
2201
|
-
export type { index$
|
|
2226
|
+
type index$6_IHistoryTaskAIContent = IHistoryTaskAIContent;
|
|
2227
|
+
type index$6_IHistoryTaskCanva = IHistoryTaskCanva;
|
|
2228
|
+
type index$6_IHistoryTaskImage = IHistoryTaskImage;
|
|
2229
|
+
type index$6_IHistoryTaskVoice = IHistoryTaskVoice;
|
|
2230
|
+
declare namespace index$6 {
|
|
2231
|
+
export type { index$6_IHistoryTaskAIContent as IHistoryTaskAIContent, index$6_IHistoryTaskCanva as IHistoryTaskCanva, index$6_IHistoryTaskImage as IHistoryTaskImage, index$6_IHistoryTaskVoice as IHistoryTaskVoice };
|
|
2202
2232
|
}
|
|
2203
2233
|
|
|
2204
2234
|
interface IIdea extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -2692,160 +2722,160 @@ interface IInstagramInteractFollower extends IBaseModel, ITrackingTimeScript, IT
|
|
|
2692
2722
|
timeEnd: Date;
|
|
2693
2723
|
}
|
|
2694
2724
|
|
|
2695
|
-
type index$
|
|
2696
|
-
type index$
|
|
2697
|
-
type index$
|
|
2698
|
-
type index$
|
|
2699
|
-
type index$
|
|
2700
|
-
type index$
|
|
2701
|
-
type index$
|
|
2702
|
-
type index$
|
|
2703
|
-
type index$
|
|
2704
|
-
type index$
|
|
2705
|
-
type index$
|
|
2706
|
-
type index$
|
|
2707
|
-
type index$
|
|
2708
|
-
type index$
|
|
2709
|
-
type index$
|
|
2710
|
-
type index$
|
|
2711
|
-
type index$
|
|
2712
|
-
type index$
|
|
2713
|
-
type index$
|
|
2714
|
-
type index$
|
|
2715
|
-
type index$
|
|
2716
|
-
type index$
|
|
2717
|
-
type index$
|
|
2718
|
-
type index$
|
|
2719
|
-
type index$
|
|
2720
|
-
type index$
|
|
2721
|
-
type index$
|
|
2722
|
-
type index$
|
|
2723
|
-
declare namespace index$
|
|
2724
|
-
export type { index$
|
|
2725
|
-
}
|
|
2726
|
-
|
|
2727
|
-
type index$
|
|
2728
|
-
type index$
|
|
2729
|
-
type index$
|
|
2730
|
-
type index$
|
|
2731
|
-
type index$
|
|
2732
|
-
type index$
|
|
2733
|
-
type index$
|
|
2734
|
-
type index$
|
|
2735
|
-
type index$
|
|
2736
|
-
type index$
|
|
2737
|
-
type index$
|
|
2738
|
-
type index$
|
|
2739
|
-
type index$
|
|
2740
|
-
type index$
|
|
2741
|
-
type index$
|
|
2742
|
-
type index$
|
|
2743
|
-
type index$
|
|
2744
|
-
type index$
|
|
2745
|
-
type index$
|
|
2746
|
-
type index$
|
|
2747
|
-
type index$
|
|
2748
|
-
type index$
|
|
2749
|
-
type index$
|
|
2750
|
-
type index$
|
|
2751
|
-
type index$
|
|
2752
|
-
type index$
|
|
2753
|
-
type index$
|
|
2754
|
-
type index$
|
|
2755
|
-
type index$
|
|
2756
|
-
type index$
|
|
2757
|
-
type index$
|
|
2758
|
-
type index$
|
|
2759
|
-
type index$
|
|
2760
|
-
type index$
|
|
2761
|
-
type index$
|
|
2762
|
-
type index$
|
|
2763
|
-
type index$
|
|
2764
|
-
type index$
|
|
2765
|
-
type index$
|
|
2766
|
-
type index$
|
|
2767
|
-
type index$
|
|
2768
|
-
type index$
|
|
2769
|
-
type index$
|
|
2770
|
-
type index$
|
|
2771
|
-
type index$
|
|
2772
|
-
type index$
|
|
2773
|
-
type index$
|
|
2774
|
-
type index$
|
|
2775
|
-
type index$
|
|
2776
|
-
type index$
|
|
2777
|
-
type index$
|
|
2778
|
-
type index$
|
|
2779
|
-
type index$
|
|
2780
|
-
type index$
|
|
2781
|
-
type index$
|
|
2782
|
-
type index$
|
|
2783
|
-
type index$
|
|
2784
|
-
type index$
|
|
2785
|
-
type index$
|
|
2786
|
-
type index$
|
|
2787
|
-
type index$
|
|
2788
|
-
type index$
|
|
2789
|
-
type index$
|
|
2790
|
-
type index$
|
|
2791
|
-
type index$
|
|
2792
|
-
type index$
|
|
2793
|
-
type index$
|
|
2794
|
-
type index$
|
|
2795
|
-
type index$
|
|
2796
|
-
type index$
|
|
2797
|
-
type index$
|
|
2798
|
-
type index$
|
|
2799
|
-
type index$
|
|
2800
|
-
type index$
|
|
2801
|
-
type index$
|
|
2802
|
-
type index$
|
|
2803
|
-
type index$
|
|
2804
|
-
type index$
|
|
2805
|
-
type index$
|
|
2806
|
-
type index$
|
|
2807
|
-
type index$
|
|
2808
|
-
type index$
|
|
2809
|
-
type index$
|
|
2810
|
-
type index$
|
|
2811
|
-
type index$
|
|
2812
|
-
type index$
|
|
2813
|
-
type index$
|
|
2814
|
-
type index$
|
|
2815
|
-
type index$
|
|
2816
|
-
type index$
|
|
2817
|
-
type index$
|
|
2818
|
-
type index$
|
|
2819
|
-
type index$
|
|
2820
|
-
type index$
|
|
2821
|
-
type index$
|
|
2822
|
-
type index$
|
|
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
|
-
declare namespace index$
|
|
2848
|
-
export { index$
|
|
2725
|
+
type index$5_IIdea = IIdea;
|
|
2726
|
+
type index$5_IInstagramInteractExplore = IInstagramInteractExplore;
|
|
2727
|
+
type index$5_IInstagramInteractFollower = IInstagramInteractFollower;
|
|
2728
|
+
type index$5_IInstagramInteractFollowing = IInstagramInteractFollowing;
|
|
2729
|
+
type index$5_IInstagramInteractReel = IInstagramInteractReel;
|
|
2730
|
+
type index$5_IInstagramInteractReplyComment = IInstagramInteractReplyComment;
|
|
2731
|
+
type index$5_IInstagramInteractReplyMessage = IInstagramInteractReplyMessage;
|
|
2732
|
+
type index$5_IInstagramInteractStory = IInstagramInteractStory;
|
|
2733
|
+
type index$5_IInstagramPostHighLight = IInstagramPostHighLight;
|
|
2734
|
+
type index$5_IInstagramPostNew = IInstagramPostNew;
|
|
2735
|
+
type index$5_IInstagramPostReel = IInstagramPostReel;
|
|
2736
|
+
type index$5_IInstagramPostStory = IInstagramPostStory;
|
|
2737
|
+
type index$5_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
|
2738
|
+
type index$5_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
|
2739
|
+
type index$5_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
|
2740
|
+
type index$5_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
|
|
2741
|
+
type index$5_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
|
2742
|
+
type index$5_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
|
2743
|
+
type index$5_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
2744
|
+
type index$5_IInstagramSettingPost = IInstagramSettingPost;
|
|
2745
|
+
type index$5_IInteractSentMessageDetail = IInteractSentMessageDetail;
|
|
2746
|
+
type index$5_INiche = INiche;
|
|
2747
|
+
type index$5_IThreadsInteractFollower = IThreadsInteractFollower;
|
|
2748
|
+
type index$5_IThreadsInteractFollowing = IThreadsInteractFollowing;
|
|
2749
|
+
type index$5_IThreadsInteractReplyComment = IThreadsInteractReplyComment;
|
|
2750
|
+
type index$5_IThreadsInteractReplyMessage = IThreadsInteractReplyMessage;
|
|
2751
|
+
type index$5_IThreadsPostNew = IThreadsPostNew;
|
|
2752
|
+
type index$5_IThreadsSettingPost = IThreadsSettingPost;
|
|
2753
|
+
declare namespace index$5 {
|
|
2754
|
+
export type { index$5_IIdea as IIdea, index$5_IInstagramInteractExplore as IInstagramInteractExplore, index$5_IInstagramInteractFollower as IInstagramInteractFollower, index$5_IInstagramInteractFollowing as IInstagramInteractFollowing, index$5_IInstagramInteractReel as IInstagramInteractReel, index$5_IInstagramInteractReplyComment as IInstagramInteractReplyComment, index$5_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, index$5_IInstagramInteractStory as IInstagramInteractStory, index$5_IInstagramPostHighLight as IInstagramPostHighLight, index$5_IInstagramPostNew as IInstagramPostNew, index$5_IInstagramPostReel as IInstagramPostReel, index$5_IInstagramPostStory as IInstagramPostStory, index$5_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, index$5_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, index$5_IInstagramSettingInteractReel as IInstagramSettingInteractReel, index$5_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, index$5_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, index$5_IInstagramSettingInteractStory as IInstagramSettingInteractStory, index$5_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, index$5_IInstagramSettingPost as IInstagramSettingPost, index$5_IInteractSentMessageDetail as IInteractSentMessageDetail, index$5_INiche as INiche, index$5_IThreadsInteractFollower as IThreadsInteractFollower, index$5_IThreadsInteractFollowing as IThreadsInteractFollowing, index$5_IThreadsInteractReplyComment as IThreadsInteractReplyComment, index$5_IThreadsInteractReplyMessage as IThreadsInteractReplyMessage, index$5_IThreadsPostNew as IThreadsPostNew, index$5_IThreadsSettingPost as IThreadsSettingPost };
|
|
2755
|
+
}
|
|
2756
|
+
|
|
2757
|
+
type index$4_IAccount = IAccount;
|
|
2758
|
+
type index$4_IAccountAI = IAccountAI;
|
|
2759
|
+
type index$4_IAccountAIChannel = IAccountAIChannel;
|
|
2760
|
+
type index$4_IAccountAIGroup = IAccountAIGroup;
|
|
2761
|
+
type index$4_IAccountAIImage = IAccountAIImage;
|
|
2762
|
+
type index$4_IAccountAIImageChannel = IAccountAIImageChannel;
|
|
2763
|
+
type index$4_IAccountAIImageGroup = IAccountAIImageGroup;
|
|
2764
|
+
type index$4_IAccountAIImageInfo = IAccountAIImageInfo;
|
|
2765
|
+
type index$4_IAccountAIImageTag = IAccountAIImageTag;
|
|
2766
|
+
type index$4_IAccountAIInfo = IAccountAIInfo;
|
|
2767
|
+
type index$4_IAccountAITag = IAccountAITag;
|
|
2768
|
+
type index$4_IAccountAIVoice = IAccountAIVoice;
|
|
2769
|
+
type index$4_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
|
|
2770
|
+
type index$4_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
|
2771
|
+
type index$4_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
|
2772
|
+
type index$4_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
|
2773
|
+
type index$4_IAccountCHPlayICloud = IAccountCHPlayICloud;
|
|
2774
|
+
type index$4_IAccountCanva = IAccountCanva;
|
|
2775
|
+
type index$4_IAccountDrive = IAccountDrive;
|
|
2776
|
+
type index$4_IAccountEmail = IAccountEmail;
|
|
2777
|
+
type index$4_IAccountEmailProxy = IAccountEmailProxy;
|
|
2778
|
+
type index$4_IAccountEmailTag = IAccountEmailTag;
|
|
2779
|
+
type index$4_IAccountEmailTaskWork = IAccountEmailTaskWork;
|
|
2780
|
+
type index$4_IAccountRaw = IAccountRaw;
|
|
2781
|
+
type index$4_IAccountVPN = IAccountVPN;
|
|
2782
|
+
type index$4_IAccountVPS = IAccountVPS;
|
|
2783
|
+
type index$4_IAccountVPSGroup = IAccountVPSGroup;
|
|
2784
|
+
type index$4_IAccountsGroup = IAccountsGroup;
|
|
2785
|
+
type index$4_IAuthLogin = IAuthLogin;
|
|
2786
|
+
type index$4_IAuthResetPassword = IAuthResetPassword;
|
|
2787
|
+
type index$4_IBaseModel = IBaseModel;
|
|
2788
|
+
type index$4_IBlog = IBlog;
|
|
2789
|
+
type index$4_IBlogCategory = IBlogCategory;
|
|
2790
|
+
type index$4_IDepartment = IDepartment;
|
|
2791
|
+
type index$4_IDepartmentRole = IDepartmentRole;
|
|
2792
|
+
type index$4_IDevice = IDevice;
|
|
2793
|
+
type index$4_IDeviceSettingForAccount = IDeviceSettingForAccount;
|
|
2794
|
+
type index$4_IDeviceSettingForCHPlay = IDeviceSettingForCHPlay;
|
|
2795
|
+
type index$4_IDeviceSettingForProxy = IDeviceSettingForProxy;
|
|
2796
|
+
type index$4_IDeviceSettingForVPN = IDeviceSettingForVPN;
|
|
2797
|
+
type index$4_IDomain = IDomain;
|
|
2798
|
+
type index$4_IFile = IFile;
|
|
2799
|
+
type index$4_IHistoryTaskAIContent = IHistoryTaskAIContent;
|
|
2800
|
+
type index$4_IHistoryTaskCanva = IHistoryTaskCanva;
|
|
2801
|
+
type index$4_IHistoryTaskImage = IHistoryTaskImage;
|
|
2802
|
+
type index$4_IHistoryTaskVoice = IHistoryTaskVoice;
|
|
2803
|
+
type index$4_IIdea = IIdea;
|
|
2804
|
+
type index$4_IInstagramInteractExplore = IInstagramInteractExplore;
|
|
2805
|
+
type index$4_IInstagramInteractFollower = IInstagramInteractFollower;
|
|
2806
|
+
type index$4_IInstagramInteractFollowing = IInstagramInteractFollowing;
|
|
2807
|
+
type index$4_IInstagramInteractReel = IInstagramInteractReel;
|
|
2808
|
+
type index$4_IInstagramInteractReplyComment = IInstagramInteractReplyComment;
|
|
2809
|
+
type index$4_IInstagramInteractReplyMessage = IInstagramInteractReplyMessage;
|
|
2810
|
+
type index$4_IInstagramInteractStory = IInstagramInteractStory;
|
|
2811
|
+
type index$4_IInstagramPostHighLight = IInstagramPostHighLight;
|
|
2812
|
+
type index$4_IInstagramPostNew = IInstagramPostNew;
|
|
2813
|
+
type index$4_IInstagramPostReel = IInstagramPostReel;
|
|
2814
|
+
type index$4_IInstagramPostStory = IInstagramPostStory;
|
|
2815
|
+
type index$4_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
|
2816
|
+
type index$4_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
|
2817
|
+
type index$4_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
|
2818
|
+
type index$4_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
|
|
2819
|
+
type index$4_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
|
2820
|
+
type index$4_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
|
2821
|
+
type index$4_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
2822
|
+
type index$4_IInstagramSettingPost = IInstagramSettingPost;
|
|
2823
|
+
type index$4_IInteractSentMessageDetail = IInteractSentMessageDetail;
|
|
2824
|
+
type index$4_ILark = ILark;
|
|
2825
|
+
type index$4_IManagerImageAI = IManagerImageAI;
|
|
2826
|
+
type index$4_IManagerImageAIItemStore = IManagerImageAIItemStore;
|
|
2827
|
+
type index$4_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
|
|
2828
|
+
type index$4_IManagerSheet = IManagerSheet;
|
|
2829
|
+
type index$4_IManagerSheetChildren = IManagerSheetChildren;
|
|
2830
|
+
type index$4_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
|
2831
|
+
type index$4_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
|
|
2832
|
+
type index$4_IManagerSheetGroup = IManagerSheetGroup;
|
|
2833
|
+
type index$4_IManagerWork = IManagerWork;
|
|
2834
|
+
type index$4_IManagerWorkPin = IManagerWorkPin;
|
|
2835
|
+
type index$4_INiche = INiche;
|
|
2836
|
+
type index$4_IOtpConfirm = IOtpConfirm;
|
|
2837
|
+
type index$4_IOtpCreateSession = IOtpCreateSession;
|
|
2838
|
+
type index$4_IOtpSend = IOtpSend;
|
|
2839
|
+
type index$4_IPC = IPC;
|
|
2840
|
+
type index$4_IProxy = IProxy;
|
|
2841
|
+
type index$4_IRole = IRole;
|
|
2842
|
+
type index$4_IRoleFeature = IRoleFeature;
|
|
2843
|
+
type index$4_ISheetWork = ISheetWork;
|
|
2844
|
+
type index$4_ISheetWorkManager = ISheetWorkManager;
|
|
2845
|
+
type index$4_ISheetWorkPin = ISheetWorkPin;
|
|
2846
|
+
type index$4_ISheetWorksCategory = ISheetWorksCategory;
|
|
2847
|
+
type index$4_ISheetsTool = ISheetsTool;
|
|
2848
|
+
type index$4_ITag = ITag;
|
|
2849
|
+
type index$4_ITaskJob = ITaskJob;
|
|
2850
|
+
type index$4_ITaskJobBlogAttached = ITaskJobBlogAttached;
|
|
2851
|
+
type index$4_ITaskJobCheckList = ITaskJobCheckList;
|
|
2852
|
+
type index$4_ITaskJobDepartmentPermission = ITaskJobDepartmentPermission;
|
|
2853
|
+
type index$4_ITaskJobDiscuss = ITaskJobDiscuss;
|
|
2854
|
+
type index$4_ITaskJobLabel = ITaskJobLabel;
|
|
2855
|
+
type index$4_ITaskJobTeamPermission = ITaskJobTeamPermission;
|
|
2856
|
+
type index$4_ITaskJobUserPermission = ITaskJobUserPermission;
|
|
2857
|
+
type index$4_ITaskJobsGroup = ITaskJobsGroup;
|
|
2858
|
+
type index$4_ITeam = ITeam;
|
|
2859
|
+
type index$4_ITeamMember = ITeamMember;
|
|
2860
|
+
type index$4_ITeamRole = ITeamRole;
|
|
2861
|
+
type index$4_IThreadsInteractFollower = IThreadsInteractFollower;
|
|
2862
|
+
type index$4_IThreadsInteractFollowing = IThreadsInteractFollowing;
|
|
2863
|
+
type index$4_IThreadsInteractReplyComment = IThreadsInteractReplyComment;
|
|
2864
|
+
type index$4_IThreadsInteractReplyMessage = IThreadsInteractReplyMessage;
|
|
2865
|
+
type index$4_IThreadsPostNew = IThreadsPostNew;
|
|
2866
|
+
type index$4_IThreadsSettingPost = IThreadsSettingPost;
|
|
2867
|
+
type index$4_IToken = IToken;
|
|
2868
|
+
type index$4_ITrackingModel<T> = ITrackingModel<T>;
|
|
2869
|
+
type index$4_ITrackingTimeScript = ITrackingTimeScript;
|
|
2870
|
+
type index$4_ITrackingUserAction = ITrackingUserAction;
|
|
2871
|
+
type index$4_IUser = IUser;
|
|
2872
|
+
type index$4_IUserRole = IUserRole;
|
|
2873
|
+
type index$4_IVoiceGenerated = IVoiceGenerated;
|
|
2874
|
+
type index$4_IVoiceLanguage = IVoiceLanguage;
|
|
2875
|
+
type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
2876
|
+
type index$4_IVoiceStores = IVoiceStores;
|
|
2877
|
+
declare namespace index$4 {
|
|
2878
|
+
export { index$b as Auth, index$c as Common, index$6 as History, type index$4_IAccount as IAccount, type index$4_IAccountAI as IAccountAI, type index$4_IAccountAIChannel as IAccountAIChannel, type index$4_IAccountAIGroup as IAccountAIGroup, type index$4_IAccountAIImage as IAccountAIImage, type index$4_IAccountAIImageChannel as IAccountAIImageChannel, type index$4_IAccountAIImageGroup as IAccountAIImageGroup, type index$4_IAccountAIImageInfo as IAccountAIImageInfo, type index$4_IAccountAIImageTag as IAccountAIImageTag, type index$4_IAccountAIInfo as IAccountAIInfo, type index$4_IAccountAITag as IAccountAITag, type index$4_IAccountAIVoice as IAccountAIVoice, type index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountRaw as IAccountRaw, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountsGroup as IAccountsGroup, type index$4_IAuthLogin as IAuthLogin, type index$4_IAuthResetPassword as IAuthResetPassword, type index$4_IBaseModel as IBaseModel, type index$4_IBlog as IBlog, type index$4_IBlogCategory as IBlogCategory, type index$4_IDepartment as IDepartment, type index$4_IDepartmentRole as IDepartmentRole, type index$4_IDevice as IDevice, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IDomain as IDomain, type index$4_IFile as IFile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskCanva as IHistoryTaskCanva, type index$4_IHistoryTaskImage as IHistoryTaskImage, type index$4_IHistoryTaskVoice as IHistoryTaskVoice, type index$4_IIdea as IIdea, type index$4_IInstagramInteractExplore as IInstagramInteractExplore, type index$4_IInstagramInteractFollower as IInstagramInteractFollower, type index$4_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$4_IInstagramInteractReel as IInstagramInteractReel, type index$4_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$4_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$4_IInstagramInteractStory as IInstagramInteractStory, type index$4_IInstagramPostHighLight as IInstagramPostHighLight, type index$4_IInstagramPostNew as IInstagramPostNew, type index$4_IInstagramPostReel as IInstagramPostReel, type index$4_IInstagramPostStory as IInstagramPostStory, type index$4_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$4_ILark as ILark, type index$4_IManagerImageAI as IManagerImageAI, type index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$4_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$4_IManagerSheet as IManagerSheet, type index$4_IManagerSheetChildren as IManagerSheetChildren, type index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$4_IManagerSheetGroup as IManagerSheetGroup, type index$4_IManagerWork as IManagerWork, type index$4_IManagerWorkPin as IManagerWorkPin, type index$4_INiche as INiche, type index$4_IOtpConfirm as IOtpConfirm, type index$4_IOtpCreateSession as IOtpCreateSession, type index$4_IOtpSend as IOtpSend, type index$4_IPC as IPC, type index$4_IProxy as IProxy, type index$4_IRole as IRole, type index$4_IRoleFeature as IRoleFeature, type index$4_ISheetWork as ISheetWork, type index$4_ISheetWorkManager as ISheetWorkManager, type index$4_ISheetWorkPin as ISheetWorkPin, type index$4_ISheetWorksCategory as ISheetWorksCategory, type index$4_ISheetsTool as ISheetsTool, type index$4_ITag as ITag, type index$4_ITaskJob as ITaskJob, type index$4_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$4_ITaskJobCheckList as ITaskJobCheckList, type index$4_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$4_ITaskJobDiscuss as ITaskJobDiscuss, type index$4_ITaskJobLabel as ITaskJobLabel, type index$4_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$4_ITaskJobUserPermission as ITaskJobUserPermission, type index$4_ITaskJobsGroup as ITaskJobsGroup, type index$4_ITeam as ITeam, type index$4_ITeamMember as ITeamMember, type index$4_ITeamRole as ITeamRole, type index$4_IThreadsInteractFollower as IThreadsInteractFollower, type index$4_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$4_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$4_IThreadsInteractReplyMessage as IThreadsInteractReplyMessage, type index$4_IThreadsPostNew as IThreadsPostNew, type index$4_IThreadsSettingPost as IThreadsSettingPost, type index$4_IToken as IToken, type index$4_ITrackingModel as ITrackingModel, type index$4_ITrackingTimeScript as ITrackingTimeScript, type index$4_ITrackingUserAction as ITrackingUserAction, type index$4_IUser as IUser, type index$4_IUserRole as IUserRole, type index$4_IVoiceGenerated as IVoiceGenerated, type index$4_IVoiceLanguage as IVoiceLanguage, type index$4_IVoiceSettingDelay as IVoiceSettingDelay, type index$4_IVoiceStores as IVoiceStores, index$5 as Socials, index$8 as TaskBrowsers, index$9 as TaskPhones, index$7 as Tool, index$a as Web };
|
|
2849
2879
|
}
|
|
2850
2880
|
|
|
2851
2881
|
interface IDataUser {
|
|
@@ -2892,13 +2922,13 @@ interface IDataDiscussTaskJob {
|
|
|
2892
2922
|
};
|
|
2893
2923
|
}
|
|
2894
2924
|
|
|
2895
|
-
type index$
|
|
2896
|
-
type index$
|
|
2897
|
-
type index$
|
|
2898
|
-
type index$
|
|
2899
|
-
type index$
|
|
2900
|
-
declare namespace index$
|
|
2901
|
-
export type { index$
|
|
2925
|
+
type index$3_IDataDiscussTaskJob = IDataDiscussTaskJob;
|
|
2926
|
+
type index$3_IDataNotification = IDataNotification;
|
|
2927
|
+
type index$3_IDataUser = IDataUser;
|
|
2928
|
+
type index$3_IFilterStore = IFilterStore;
|
|
2929
|
+
type index$3_IResponseLogin = IResponseLogin;
|
|
2930
|
+
declare namespace index$3 {
|
|
2931
|
+
export type { index$3_IDataDiscussTaskJob as IDataDiscussTaskJob, index$3_IDataNotification as IDataNotification, index$3_IDataUser as IDataUser, index$3_IFilterStore as IFilterStore, index$3_IResponseLogin as IResponseLogin };
|
|
2902
2932
|
}
|
|
2903
2933
|
|
|
2904
2934
|
interface IBaseDto {
|
|
@@ -2924,6 +2954,28 @@ interface FindRoleDto extends IBaseDto, IRole {
|
|
|
2924
2954
|
interface FilterRoleDto extends IBaseDto, IRole {
|
|
2925
2955
|
}
|
|
2926
2956
|
|
|
2957
|
+
interface ExportDto {
|
|
2958
|
+
sheetUrl: string;
|
|
2959
|
+
sheetName: string;
|
|
2960
|
+
listIds: string[];
|
|
2961
|
+
typeExport: ETypeExport;
|
|
2962
|
+
}
|
|
2963
|
+
|
|
2964
|
+
interface FilterBaseDto {
|
|
2965
|
+
team: string;
|
|
2966
|
+
leader: string;
|
|
2967
|
+
department: string;
|
|
2968
|
+
createdBy: string;
|
|
2969
|
+
updatedBy: string;
|
|
2970
|
+
createdAt: [Date, Date];
|
|
2971
|
+
updatedAt: [Date, Date];
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2974
|
+
interface ImportDto {
|
|
2975
|
+
sheetUrl: string;
|
|
2976
|
+
sheetName: string;
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2927
2979
|
interface FindHistoryTaskAIContentDto extends IBaseDto, IHistoryTaskAIContent {
|
|
2928
2980
|
}
|
|
2929
2981
|
interface FilterHistoryTaskAIContentDto extends IBaseDto, IHistoryTaskAIContent {
|
|
@@ -2944,22 +2996,830 @@ interface FindHistoryTaskVoiceDto extends IBaseDto, IHistoryTaskVoice {
|
|
|
2944
2996
|
interface FilterHistoryTaskVoiceDto extends IBaseDto, IHistoryTaskVoice {
|
|
2945
2997
|
}
|
|
2946
2998
|
|
|
2999
|
+
interface FindThreadsInteractFollowerDto extends IBaseDto, IThreadsInteractFollower {
|
|
3000
|
+
}
|
|
3001
|
+
interface FilterThreadsInteractFollowerDto extends IBaseDto, IThreadsInteractFollower {
|
|
3002
|
+
}
|
|
3003
|
+
|
|
3004
|
+
interface FindThreadsSettingPostDto extends IBaseDto, IThreadsSettingPost {
|
|
3005
|
+
}
|
|
3006
|
+
interface FilterThreadsSettingPostDto extends IBaseDto, IThreadsSettingPost {
|
|
3007
|
+
}
|
|
3008
|
+
|
|
3009
|
+
interface FindInstagramPostHighLightDto extends IBaseDto, IInstagramPostHighLight {
|
|
3010
|
+
}
|
|
3011
|
+
interface FilterInstagramPostHighLightDto extends IBaseDto, IInstagramPostHighLight {
|
|
3012
|
+
}
|
|
3013
|
+
|
|
3014
|
+
interface FindInstagramPostNewDto extends IBaseDto, IInstagramPostNew {
|
|
3015
|
+
}
|
|
3016
|
+
interface FilterInstagramPostNewDto extends IBaseDto, IInstagramPostNew {
|
|
3017
|
+
}
|
|
3018
|
+
|
|
3019
|
+
interface FindInstagramPostReelDto extends IBaseDto, IInstagramPostReel {
|
|
3020
|
+
}
|
|
3021
|
+
interface FilterInstagramPostReelDto extends IBaseDto, IInstagramPostReel {
|
|
3022
|
+
}
|
|
3023
|
+
|
|
3024
|
+
interface FindInstagramPostStoryDto extends IBaseDto, IInstagramPostStory {
|
|
3025
|
+
}
|
|
3026
|
+
interface FilterInstagramPostStoryDto extends IBaseDto, IInstagramPostStory {
|
|
3027
|
+
}
|
|
3028
|
+
|
|
3029
|
+
interface FindInstagramInteractReplyCommentDto extends IBaseDto, IInstagramInteractReplyComment {
|
|
3030
|
+
}
|
|
3031
|
+
interface FilterInstagramInteractReplyCommentDto extends IBaseDto, IInstagramInteractReplyComment {
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
interface FindInstagramInteractReelDto extends IBaseDto, IInstagramInteractReel {
|
|
3035
|
+
}
|
|
3036
|
+
interface FilterInstagramInteractReelDto extends IBaseDto, IInstagramInteractReel {
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
interface FindInstagramInteractStoryDto extends IBaseDto, IInstagramInteractStory {
|
|
3040
|
+
}
|
|
3041
|
+
interface FilterInstagramInteractStoryDto extends IBaseDto, IInstagramInteractStory {
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
interface FindInstagramInteractExploreDto extends IBaseDto, IInstagramInteractExplore {
|
|
3045
|
+
}
|
|
3046
|
+
interface FilterInstagramInteractExploreDto extends IBaseDto, IInstagramInteractExplore {
|
|
3047
|
+
}
|
|
3048
|
+
|
|
3049
|
+
interface FindInstagramInteractReplyMessageDto extends IBaseDto, IInstagramInteractReplyMessage {
|
|
3050
|
+
}
|
|
3051
|
+
interface FilterInstagramInteractReplyMessageDto extends IBaseDto, IInstagramInteractReplyMessage {
|
|
3052
|
+
}
|
|
3053
|
+
|
|
3054
|
+
interface FindInstagramInteractFollowingDto extends IBaseDto, IInstagramInteractFollowing {
|
|
3055
|
+
}
|
|
3056
|
+
interface FilterInstagramInteractFollowingDto extends IBaseDto, IInstagramInteractFollowing {
|
|
3057
|
+
}
|
|
3058
|
+
|
|
3059
|
+
interface FindInstagramInteractFollowerDto extends IBaseDto, IInstagramInteractFollower {
|
|
3060
|
+
}
|
|
3061
|
+
interface FilterInstagramInteractFollowerDto extends IBaseDto, IInstagramInteractFollower {
|
|
3062
|
+
}
|
|
3063
|
+
|
|
3064
|
+
interface FindInstagramSettingInteractExploreDto extends IBaseDto, IInstagramSettingInteractExplore {
|
|
3065
|
+
}
|
|
3066
|
+
interface FilterInstagramSettingInteractExploreDto extends IBaseDto, IInstagramSettingInteractExplore {
|
|
3067
|
+
}
|
|
3068
|
+
|
|
3069
|
+
interface FindInstagramSettingInteractFollowDto extends IBaseDto, IInstagramSettingInteractFollow {
|
|
3070
|
+
}
|
|
3071
|
+
interface FilterInstagramSettingInteractFollowDto extends IBaseDto, IInstagramSettingInteractFollow {
|
|
3072
|
+
}
|
|
3073
|
+
|
|
3074
|
+
interface FindInstagramSettingInteractReelDto extends IBaseDto, IInstagramSettingInteractReel {
|
|
3075
|
+
}
|
|
3076
|
+
interface FilterInstagramSettingInteractReelDto extends IBaseDto, IInstagramSettingInteractReel {
|
|
3077
|
+
}
|
|
3078
|
+
|
|
3079
|
+
interface FindInstagramSettingReplyCommentDto extends IBaseDto, IInstagramSettingInteractReplyComment {
|
|
3080
|
+
}
|
|
3081
|
+
interface FilterInstagramSettingReplyCommentDto extends IBaseDto, IInstagramSettingInteractReplyComment {
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3084
|
+
interface FindInstagramSettingReplyMessageDto extends IBaseDto, IInstagramSettingInteractReplyMessage {
|
|
3085
|
+
}
|
|
3086
|
+
interface FilterInstagramSettingReplyMessageDto extends IBaseDto, IInstagramSettingInteractReplyMessage {
|
|
3087
|
+
}
|
|
3088
|
+
|
|
3089
|
+
interface FindInstagramSettingStoryDto extends IBaseDto, IInstagramSettingInteractStory {
|
|
3090
|
+
}
|
|
3091
|
+
interface FilterInstagramSettingStoryDto extends IBaseDto, IInstagramSettingInteractStory {
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
interface FindInstagramSettingUnFollowDto extends IBaseDto, IInstagramSettingInteractUnFollow {
|
|
3095
|
+
}
|
|
3096
|
+
interface FilterInstagramSettingUnFollowDto extends IBaseDto, IInstagramSettingInteractUnFollow {
|
|
3097
|
+
}
|
|
3098
|
+
|
|
3099
|
+
interface FindInstagramSettingPostDto extends IBaseDto, IInstagramSettingPost {
|
|
3100
|
+
}
|
|
3101
|
+
interface FilterInstagramSettingPostDto extends IBaseDto, IInstagramSettingPost {
|
|
3102
|
+
}
|
|
3103
|
+
|
|
3104
|
+
interface FindManagerSheetDto extends IBaseDto, IManagerSheet {
|
|
3105
|
+
}
|
|
3106
|
+
interface FilterManagerSheetDto extends IBaseDto, IManagerSheet {
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3109
|
+
interface FindIManagerImageAIDto extends IBaseDto, IManagerImageAI {
|
|
3110
|
+
}
|
|
3111
|
+
interface FilterIManagerImageAIDto extends IBaseDto, IManagerImageAI {
|
|
3112
|
+
}
|
|
3113
|
+
|
|
3114
|
+
interface FindIAccountEmailDto extends IBaseDto, IAccountEmail {
|
|
3115
|
+
}
|
|
3116
|
+
interface FilterIAccountEmailDto extends IBaseDto, IAccountEmail {
|
|
3117
|
+
}
|
|
3118
|
+
|
|
3119
|
+
interface FindIAccountAIVoiceDto extends IBaseDto, IAccountAIVoice {
|
|
3120
|
+
}
|
|
3121
|
+
interface FilterIAccountAIVoiceDto extends IBaseDto, IAccountAIVoice {
|
|
3122
|
+
}
|
|
3123
|
+
|
|
3124
|
+
interface FindIAccountAIVoiceInfoDto extends IBaseDto, IAccountAIVoiceInfo {
|
|
3125
|
+
}
|
|
3126
|
+
interface FilterIAccountAIVoiceInfoDto extends IBaseDto, IAccountAIVoiceInfo {
|
|
3127
|
+
}
|
|
3128
|
+
|
|
3129
|
+
interface FindIAccountAIImageDto extends IBaseDto, IAccountAIImage {
|
|
3130
|
+
}
|
|
3131
|
+
interface FilterIAccountAIImageDto extends IBaseDto, IAccountAIImage {
|
|
3132
|
+
}
|
|
3133
|
+
|
|
3134
|
+
interface FindIAccountAIImageInfoDto extends IBaseDto, IAccountAIImageInfo {
|
|
3135
|
+
}
|
|
3136
|
+
interface FilterIAccountAIImageInfoDto extends IBaseDto, IAccountAIImageInfo {
|
|
3137
|
+
}
|
|
3138
|
+
|
|
3139
|
+
interface FindIAccountAIDto extends IBaseDto, IAccountAI {
|
|
3140
|
+
}
|
|
3141
|
+
interface FilterIAccountAIDto extends IBaseDto, IAccountAI {
|
|
3142
|
+
}
|
|
3143
|
+
|
|
3144
|
+
interface FindIAccountAIInfoDto extends IBaseDto, IAccountAIInfo {
|
|
3145
|
+
}
|
|
3146
|
+
interface FilterIAccountAIInfoDto extends IBaseDto, IAccountAIInfo {
|
|
3147
|
+
}
|
|
3148
|
+
|
|
3149
|
+
interface FindAccountCanvaDto extends IBaseDto, IAccountCanva {
|
|
3150
|
+
}
|
|
3151
|
+
interface FilterAccountCanvaDto extends IBaseDto, IAccountCanva {
|
|
3152
|
+
}
|
|
3153
|
+
interface FindOverviewAccountCanvaDto {
|
|
3154
|
+
totalAccounts: {
|
|
3155
|
+
total: string;
|
|
3156
|
+
free: number;
|
|
3157
|
+
premium: number;
|
|
3158
|
+
};
|
|
3159
|
+
totalAccountsActiveWorking: {
|
|
3160
|
+
total: string;
|
|
3161
|
+
active: number;
|
|
3162
|
+
working: number;
|
|
3163
|
+
};
|
|
3164
|
+
totalAccountNew: {
|
|
3165
|
+
total: string;
|
|
3166
|
+
percentage: number;
|
|
3167
|
+
};
|
|
3168
|
+
totalAccountWrongPassword: {
|
|
3169
|
+
total: string;
|
|
3170
|
+
percentage: number;
|
|
3171
|
+
};
|
|
3172
|
+
totalAccountNotExist: {
|
|
3173
|
+
total: string;
|
|
3174
|
+
percentage: number;
|
|
3175
|
+
};
|
|
3176
|
+
}
|
|
3177
|
+
|
|
3178
|
+
interface FindAccountDriveDto extends IBaseDto, IAccountDrive {
|
|
3179
|
+
}
|
|
3180
|
+
interface FilterAccountDriveDto extends IBaseDto, IAccountDrive {
|
|
3181
|
+
}
|
|
3182
|
+
interface FindOverviewAccountDriveDto {
|
|
3183
|
+
totalAccounts: {
|
|
3184
|
+
total: string;
|
|
3185
|
+
free: number;
|
|
3186
|
+
premium: number;
|
|
3187
|
+
};
|
|
3188
|
+
totalAccountsActiveWorking: {
|
|
3189
|
+
total: string;
|
|
3190
|
+
active: number;
|
|
3191
|
+
working: number;
|
|
3192
|
+
};
|
|
3193
|
+
totalAccountNew: {
|
|
3194
|
+
total: string;
|
|
3195
|
+
percentage: number;
|
|
3196
|
+
};
|
|
3197
|
+
totalAccountWrongPassword: {
|
|
3198
|
+
total: string;
|
|
3199
|
+
percentage: number;
|
|
3200
|
+
};
|
|
3201
|
+
totalAccountNotExist: {
|
|
3202
|
+
total: string;
|
|
3203
|
+
percentage: number;
|
|
3204
|
+
};
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3207
|
+
interface FindProxyDto extends IBaseDto, IProxy {
|
|
3208
|
+
}
|
|
3209
|
+
interface FilterProxyDto extends IBaseDto, IProxy {
|
|
3210
|
+
}
|
|
3211
|
+
interface FindOverviewProxyDto {
|
|
3212
|
+
totalProxies: {
|
|
3213
|
+
total: number;
|
|
3214
|
+
new: number;
|
|
3215
|
+
active: number;
|
|
3216
|
+
};
|
|
3217
|
+
totalProxiesWorking: {
|
|
3218
|
+
total: number;
|
|
3219
|
+
percentage: number;
|
|
3220
|
+
};
|
|
3221
|
+
totalProxiesFailed: {
|
|
3222
|
+
total: number;
|
|
3223
|
+
dead: number;
|
|
3224
|
+
failed: number;
|
|
3225
|
+
};
|
|
3226
|
+
totalProxiesConnectedDevice: {
|
|
3227
|
+
total: number;
|
|
3228
|
+
android: number;
|
|
3229
|
+
ios: number;
|
|
3230
|
+
};
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3233
|
+
interface FindAccountVPSDto extends IBaseDto, IAccountVPS {
|
|
3234
|
+
}
|
|
3235
|
+
interface FilterAccountVPSDto extends IBaseDto, IAccountVPS {
|
|
3236
|
+
}
|
|
3237
|
+
|
|
3238
|
+
interface FindAccountVPSGroupDto extends IBaseDto, IAccountVPSGroup {
|
|
3239
|
+
}
|
|
3240
|
+
interface FilterAccountVPSGroupDto extends IBaseDto, IAccountVPSGroup {
|
|
3241
|
+
}
|
|
3242
|
+
|
|
3243
|
+
interface FindAccountVPNDto extends IBaseDto, IAccountVPN {
|
|
3244
|
+
}
|
|
3245
|
+
interface FilterAccountVPNDto extends IBaseDto, IAccountVPN {
|
|
3246
|
+
}
|
|
3247
|
+
interface FindOverviewAccountVPNDto {
|
|
3248
|
+
totalAccounts: {
|
|
3249
|
+
total: string;
|
|
3250
|
+
free: number;
|
|
3251
|
+
premium: number;
|
|
3252
|
+
};
|
|
3253
|
+
totalAccountsActiveWorking: {
|
|
3254
|
+
total: string;
|
|
3255
|
+
active: number;
|
|
3256
|
+
working: number;
|
|
3257
|
+
};
|
|
3258
|
+
totalAccountNew: {
|
|
3259
|
+
total: string;
|
|
3260
|
+
percentage: number;
|
|
3261
|
+
};
|
|
3262
|
+
totalAccountInactiveError: {
|
|
3263
|
+
total: number;
|
|
3264
|
+
inactive: number;
|
|
3265
|
+
error: number;
|
|
3266
|
+
};
|
|
3267
|
+
totalAccountExpired: {
|
|
3268
|
+
total: number;
|
|
3269
|
+
percentage: number;
|
|
3270
|
+
};
|
|
3271
|
+
totalAccountConnectedDevices: {
|
|
3272
|
+
total: string;
|
|
3273
|
+
android: number;
|
|
3274
|
+
ios: number;
|
|
3275
|
+
};
|
|
3276
|
+
totalAccountWrongPassword: {
|
|
3277
|
+
total: string;
|
|
3278
|
+
percentage: number;
|
|
3279
|
+
};
|
|
3280
|
+
totalAccountNotExist: {
|
|
3281
|
+
total: string;
|
|
3282
|
+
percentage: number;
|
|
3283
|
+
};
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
interface FindAccountCHPlayICloudDto extends IBaseDto, IAccountCHPlayICloud {
|
|
3287
|
+
}
|
|
3288
|
+
interface FilterAccountCHPlayICloudDto extends IBaseDto, IAccountCHPlayICloud {
|
|
3289
|
+
}
|
|
3290
|
+
interface FindOverviewAccountCHPlayICloudDto {
|
|
3291
|
+
totalAccounts: {
|
|
3292
|
+
total: string;
|
|
3293
|
+
};
|
|
3294
|
+
totalAccountsActiveWorking: {
|
|
3295
|
+
total: string;
|
|
3296
|
+
active: number;
|
|
3297
|
+
working: number;
|
|
3298
|
+
};
|
|
3299
|
+
totalAccountNew: {
|
|
3300
|
+
total: string;
|
|
3301
|
+
percentage: number;
|
|
3302
|
+
};
|
|
3303
|
+
totalAccountInactiveError: {
|
|
3304
|
+
total: number;
|
|
3305
|
+
inactive: number;
|
|
3306
|
+
error: number;
|
|
3307
|
+
};
|
|
3308
|
+
totalAccountConnectedDevices: {
|
|
3309
|
+
total: string;
|
|
3310
|
+
android: number;
|
|
3311
|
+
ios: number;
|
|
3312
|
+
};
|
|
3313
|
+
totalAccountWrongPassword: {
|
|
3314
|
+
total: string;
|
|
3315
|
+
percentage: number;
|
|
3316
|
+
};
|
|
3317
|
+
totalAccountNotExist: {
|
|
3318
|
+
total: string;
|
|
3319
|
+
percentage: number;
|
|
3320
|
+
};
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3323
|
+
interface FindAccountsGroupDto extends IBaseDto, IAccountsGroup {
|
|
3324
|
+
}
|
|
3325
|
+
interface FilterAccountsGroupDto extends IBaseDto, IAccountsGroup {
|
|
3326
|
+
}
|
|
3327
|
+
|
|
3328
|
+
interface FindAccountDto extends IBaseDto, IAccount {
|
|
3329
|
+
type: ETypeManagerWorkType;
|
|
3330
|
+
pcInfo: {
|
|
3331
|
+
name: string;
|
|
3332
|
+
department: string;
|
|
3333
|
+
leader: string;
|
|
3334
|
+
member: string;
|
|
3335
|
+
};
|
|
3336
|
+
deviceInfo: {
|
|
3337
|
+
key: string;
|
|
3338
|
+
name: string;
|
|
3339
|
+
type: ETypeDeviceOS;
|
|
3340
|
+
typeAppClone: string;
|
|
3341
|
+
nameAppClone: string;
|
|
3342
|
+
nameAppCloneSocial: string;
|
|
3343
|
+
};
|
|
3344
|
+
chPlayInfo: {
|
|
3345
|
+
id: string;
|
|
3346
|
+
email: string;
|
|
3347
|
+
password: string;
|
|
3348
|
+
code2FA: string;
|
|
3349
|
+
emailRecover: string;
|
|
3350
|
+
status: string;
|
|
3351
|
+
};
|
|
3352
|
+
proxyInfo: {
|
|
3353
|
+
id: string;
|
|
3354
|
+
type: ETypeProxy;
|
|
3355
|
+
proxyStr: string;
|
|
3356
|
+
status: string;
|
|
3357
|
+
numberRunDevice: string;
|
|
3358
|
+
};
|
|
3359
|
+
vpnInfo: {
|
|
3360
|
+
id: string;
|
|
3361
|
+
email: string;
|
|
3362
|
+
password: string;
|
|
3363
|
+
code2FA: string;
|
|
3364
|
+
emailRecover: string;
|
|
3365
|
+
type: ETypeAccountVPN;
|
|
3366
|
+
status: string;
|
|
3367
|
+
};
|
|
3368
|
+
totalPosts: number;
|
|
3369
|
+
totalPostFollower: number;
|
|
3370
|
+
totalPostFollowing: number;
|
|
3371
|
+
}
|
|
3372
|
+
interface FilterAccountDto extends IBaseDto, IAccount {
|
|
3373
|
+
deviceType: ETypeDeviceOS;
|
|
3374
|
+
deviceConnectStatus: string;
|
|
3375
|
+
pcAssignment: string;
|
|
3376
|
+
proxyType: ETypeProxy;
|
|
3377
|
+
proxyStatus: string;
|
|
3378
|
+
teamMember: string;
|
|
3379
|
+
vpnType: string;
|
|
3380
|
+
vpnStatus: string;
|
|
3381
|
+
chPlayStatus: string;
|
|
3382
|
+
campaignIdea: string;
|
|
3383
|
+
nicheCategory: string;
|
|
3384
|
+
accountType: string;
|
|
3385
|
+
accountGroup: string;
|
|
3386
|
+
departmentName: string;
|
|
3387
|
+
leaderTeam: string;
|
|
3388
|
+
memberRunDeviceAndRunPC: string;
|
|
3389
|
+
accountIDRange: [number, number];
|
|
3390
|
+
runStatus: string;
|
|
3391
|
+
loginSocialStatus: string;
|
|
3392
|
+
emailLoginStatus: string;
|
|
3393
|
+
createdBy: string;
|
|
3394
|
+
updatedBy: string;
|
|
3395
|
+
accountSettingStatus: string;
|
|
3396
|
+
usernameChangeStatus: string;
|
|
3397
|
+
passwordChangeStatus: string;
|
|
3398
|
+
twoFactorAuthChangeStatus: string;
|
|
3399
|
+
emailChangeStatus: string;
|
|
3400
|
+
runActiveDateRange: [Date, Date];
|
|
3401
|
+
createdDateRange: [Date, Date];
|
|
3402
|
+
updatedDateRange: [Date, Date];
|
|
3403
|
+
}
|
|
3404
|
+
interface FindOverViewAccountDto {
|
|
3405
|
+
totalAccounts: number;
|
|
3406
|
+
totalDevices: number;
|
|
3407
|
+
totalPC: number;
|
|
3408
|
+
totalLeader: number;
|
|
3409
|
+
totalMembers: number;
|
|
3410
|
+
totalAccountGroups: number;
|
|
3411
|
+
totalFileSheetName: number;
|
|
3412
|
+
totalUrlSheetPost: number;
|
|
3413
|
+
totalIdea: number;
|
|
3414
|
+
totalNiche: number;
|
|
3415
|
+
totalDeviceAndroid: number;
|
|
3416
|
+
totalDeviceIOS: number;
|
|
3417
|
+
totalAccountsActive: number;
|
|
3418
|
+
totalAccountsInactive: number;
|
|
3419
|
+
totalAccountsBlocked: number;
|
|
3420
|
+
totalEmailLoginActive: number;
|
|
3421
|
+
totalDeviceConnected: number;
|
|
3422
|
+
totalDeviceError: number;
|
|
3423
|
+
totalPosts: number;
|
|
3424
|
+
totalFollowers: number;
|
|
3425
|
+
totalFollowings: number;
|
|
3426
|
+
totalDepartments: number;
|
|
3427
|
+
}
|
|
3428
|
+
|
|
3429
|
+
interface AutoFillAccountRawDto {
|
|
3430
|
+
sheetUrl: string;
|
|
3431
|
+
sheetName: string;
|
|
3432
|
+
listIdeas: string[];
|
|
3433
|
+
listNiches: string[];
|
|
3434
|
+
listAccountId: string[];
|
|
3435
|
+
listUsernames: string[];
|
|
3436
|
+
timeChangeInfo: Date;
|
|
3437
|
+
timeChangeBio: Date;
|
|
3438
|
+
timeChangePassword: Date;
|
|
3439
|
+
timeChange2FA: Date;
|
|
3440
|
+
timeChangeEmail: Date;
|
|
3441
|
+
timeChangeLink: Date;
|
|
3442
|
+
timeChangeAvatar: Date;
|
|
3443
|
+
timeChangeCover: Date;
|
|
3444
|
+
}
|
|
3445
|
+
interface FindAccountRawDto extends IBaseDto, IAccountRaw {
|
|
3446
|
+
deviceInfo: {
|
|
3447
|
+
key: string;
|
|
3448
|
+
name: string;
|
|
3449
|
+
type: ETypeDeviceOS;
|
|
3450
|
+
typeAppClone: string;
|
|
3451
|
+
nameAppClone: string;
|
|
3452
|
+
nameAppCloneSocial: string;
|
|
3453
|
+
};
|
|
3454
|
+
assignInfo: {
|
|
3455
|
+
department: {
|
|
3456
|
+
id: string;
|
|
3457
|
+
name: string;
|
|
3458
|
+
};
|
|
3459
|
+
leader: {
|
|
3460
|
+
id: string;
|
|
3461
|
+
name: string;
|
|
3462
|
+
};
|
|
3463
|
+
member: {
|
|
3464
|
+
id: string;
|
|
3465
|
+
name: string;
|
|
3466
|
+
};
|
|
3467
|
+
timeUpdate: Date;
|
|
3468
|
+
};
|
|
3469
|
+
type: ETypeManagerWorkType;
|
|
3470
|
+
folderImage: {
|
|
3471
|
+
folderName: string;
|
|
3472
|
+
status: string;
|
|
3473
|
+
time: Date;
|
|
3474
|
+
};
|
|
3475
|
+
}
|
|
3476
|
+
interface FilterAccountRawDto extends IBaseDto, IAccountRaw {
|
|
3477
|
+
accountGroup: string;
|
|
3478
|
+
accountType: string;
|
|
3479
|
+
idea: string;
|
|
3480
|
+
niche: string;
|
|
3481
|
+
createdBy: string;
|
|
3482
|
+
updatedBy: string;
|
|
3483
|
+
fileNameSheetImport: string;
|
|
3484
|
+
accountIDRange: [number, number];
|
|
3485
|
+
loginSocialStatus: string;
|
|
3486
|
+
loginEmailStatus: string;
|
|
3487
|
+
accountSettingStatus: string;
|
|
3488
|
+
statusAutoSyncAccount: string;
|
|
3489
|
+
deviceBrand: string;
|
|
3490
|
+
usernameChangeStatus: string;
|
|
3491
|
+
fullNameChangeStatus: string;
|
|
3492
|
+
passwordChangeStatus: string;
|
|
3493
|
+
twoFactorAuthChangeStatus: string;
|
|
3494
|
+
emailChangeStatus: string;
|
|
3495
|
+
avatarStatus: string;
|
|
3496
|
+
coverStatus: string;
|
|
3497
|
+
bioStatus: string;
|
|
3498
|
+
linksStatus: string;
|
|
3499
|
+
hasAvatar: string;
|
|
3500
|
+
hasCover: string;
|
|
3501
|
+
hasBio: string;
|
|
3502
|
+
hasLinks: string;
|
|
3503
|
+
departmentToAssign: string;
|
|
3504
|
+
leaderTeamToAssign: string;
|
|
3505
|
+
memberToAssign: string;
|
|
3506
|
+
assignmentStatus: string;
|
|
3507
|
+
statusCreateFolder: string;
|
|
3508
|
+
}
|
|
3509
|
+
interface FindOverViewAccountRowDto {
|
|
3510
|
+
totalAccounts: number;
|
|
3511
|
+
totalIdeas: number;
|
|
3512
|
+
totalNiches: number;
|
|
3513
|
+
totalTypes: {
|
|
3514
|
+
total: number;
|
|
3515
|
+
TM: number;
|
|
3516
|
+
NTM: number;
|
|
3517
|
+
};
|
|
3518
|
+
totalAccountGroups: number;
|
|
3519
|
+
totalAccountSync: {
|
|
3520
|
+
total: number;
|
|
3521
|
+
done: number;
|
|
3522
|
+
failed: number;
|
|
3523
|
+
};
|
|
3524
|
+
totalStatusCreateFolder: {
|
|
3525
|
+
total: number;
|
|
3526
|
+
done: number;
|
|
3527
|
+
pending: number;
|
|
3528
|
+
failed: number;
|
|
3529
|
+
};
|
|
3530
|
+
totalAccountSetting: {
|
|
3531
|
+
total: number;
|
|
3532
|
+
done: number;
|
|
3533
|
+
error: number;
|
|
3534
|
+
unknown: number;
|
|
3535
|
+
};
|
|
3536
|
+
totalLoginEmail: {
|
|
3537
|
+
total: number;
|
|
3538
|
+
active: number;
|
|
3539
|
+
inactive: number;
|
|
3540
|
+
error: number;
|
|
3541
|
+
};
|
|
3542
|
+
accountsWithAvatar: {
|
|
3543
|
+
total: number;
|
|
3544
|
+
done: number;
|
|
3545
|
+
pending: number;
|
|
3546
|
+
failed: number;
|
|
3547
|
+
};
|
|
3548
|
+
accountsWithCover: {
|
|
3549
|
+
total: number;
|
|
3550
|
+
done: number;
|
|
3551
|
+
pending: number;
|
|
3552
|
+
failed: number;
|
|
3553
|
+
};
|
|
3554
|
+
accountsWithBio: {
|
|
3555
|
+
total: number;
|
|
3556
|
+
done: number;
|
|
3557
|
+
pending: number;
|
|
3558
|
+
failed: number;
|
|
3559
|
+
};
|
|
3560
|
+
accountsWithLinks: {
|
|
3561
|
+
total: number;
|
|
3562
|
+
done: number;
|
|
3563
|
+
pending: number;
|
|
3564
|
+
failed: number;
|
|
3565
|
+
};
|
|
3566
|
+
usernameChanged: {
|
|
3567
|
+
total: number;
|
|
3568
|
+
done: number;
|
|
3569
|
+
pending: number;
|
|
3570
|
+
failed: number;
|
|
3571
|
+
};
|
|
3572
|
+
passwordChanged: {
|
|
3573
|
+
total: number;
|
|
3574
|
+
done: number;
|
|
3575
|
+
pending: number;
|
|
3576
|
+
failed: number;
|
|
3577
|
+
};
|
|
3578
|
+
twoFactorAuthChanged: {
|
|
3579
|
+
total: number;
|
|
3580
|
+
done: number;
|
|
3581
|
+
pending: number;
|
|
3582
|
+
failed: number;
|
|
3583
|
+
};
|
|
3584
|
+
emailChanged: {
|
|
3585
|
+
total: number;
|
|
3586
|
+
done: number;
|
|
3587
|
+
pending: number;
|
|
3588
|
+
failed: number;
|
|
3589
|
+
};
|
|
3590
|
+
}
|
|
3591
|
+
|
|
3592
|
+
interface FindDeviceDto extends IBaseDto, IDevice {
|
|
3593
|
+
}
|
|
3594
|
+
interface FilterDeviceDto extends IBaseDto, IDevice {
|
|
3595
|
+
}
|
|
3596
|
+
|
|
3597
|
+
interface FindTaskTaskToolSocialsDto extends IBaseDto, ITaskToolSocials {
|
|
3598
|
+
}
|
|
3599
|
+
interface FilterTaskTaskToolSocialsDto extends IBaseDto, ITaskToolSocials {
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3602
|
+
interface FindTaskToolThreadsDto extends IBaseDto, ITaskToolThreads {
|
|
3603
|
+
}
|
|
3604
|
+
interface FilterTaskToolThreadsDto extends IBaseDto, ITaskToolThreads {
|
|
3605
|
+
}
|
|
3606
|
+
|
|
3607
|
+
interface ITaskToolInstagram extends IBaseModel, ITrackingModel<IUser> {
|
|
3608
|
+
data: TTaskInstagram;
|
|
3609
|
+
}
|
|
3610
|
+
|
|
3611
|
+
interface FindTaskToolInstagramDto extends IBaseDto, ITaskToolInstagram {
|
|
3612
|
+
}
|
|
3613
|
+
interface FilterTaskToolInstagramDto extends IBaseDto, ITaskToolInstagram {
|
|
3614
|
+
}
|
|
3615
|
+
|
|
3616
|
+
type index$2_FilterTaskTaskToolSocialsDto = FilterTaskTaskToolSocialsDto;
|
|
3617
|
+
type index$2_FilterTaskToolInstagramDto = FilterTaskToolInstagramDto;
|
|
3618
|
+
type index$2_FilterTaskToolThreadsDto = FilterTaskToolThreadsDto;
|
|
3619
|
+
type index$2_FindTaskTaskToolSocialsDto = FindTaskTaskToolSocialsDto;
|
|
3620
|
+
type index$2_FindTaskToolInstagramDto = FindTaskToolInstagramDto;
|
|
3621
|
+
type index$2_FindTaskToolThreadsDto = FindTaskToolThreadsDto;
|
|
3622
|
+
declare namespace index$2 {
|
|
3623
|
+
export type { index$2_FilterTaskTaskToolSocialsDto as FilterTaskTaskToolSocialsDto, index$2_FilterTaskToolInstagramDto as FilterTaskToolInstagramDto, index$2_FilterTaskToolThreadsDto as FilterTaskToolThreadsDto, index$2_FindTaskTaskToolSocialsDto as FindTaskTaskToolSocialsDto, index$2_FindTaskToolInstagramDto as FindTaskToolInstagramDto, index$2_FindTaskToolThreadsDto as FindTaskToolThreadsDto };
|
|
3624
|
+
}
|
|
3625
|
+
|
|
3626
|
+
interface FindTaskAIContentDto extends IBaseDto, ITaskAIContent {
|
|
3627
|
+
}
|
|
3628
|
+
interface FilterTaskAIContentDto extends IBaseDto, ITaskAIContent {
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3631
|
+
interface FindTaskAIImageVoiceCanvaDto extends IBaseDto, ITaskAIImageVoiceCanva {
|
|
3632
|
+
}
|
|
3633
|
+
interface FilterTaskAIImageVoiceCanvaDto extends IBaseDto, ITaskAIImageVoiceCanva {
|
|
3634
|
+
}
|
|
3635
|
+
|
|
3636
|
+
type index$1_FilterTaskAIContentDto = FilterTaskAIContentDto;
|
|
3637
|
+
type index$1_FilterTaskAIImageVoiceCanvaDto = FilterTaskAIImageVoiceCanvaDto;
|
|
3638
|
+
type index$1_FindTaskAIContentDto = FindTaskAIContentDto;
|
|
3639
|
+
type index$1_FindTaskAIImageVoiceCanvaDto = FindTaskAIImageVoiceCanvaDto;
|
|
3640
|
+
declare namespace index$1 {
|
|
3641
|
+
export type { index$1_FilterTaskAIContentDto as FilterTaskAIContentDto, index$1_FilterTaskAIImageVoiceCanvaDto as FilterTaskAIImageVoiceCanvaDto, index$1_FindTaskAIContentDto as FindTaskAIContentDto, index$1_FindTaskAIImageVoiceCanvaDto as FindTaskAIImageVoiceCanvaDto };
|
|
3642
|
+
}
|
|
3643
|
+
|
|
3644
|
+
interface FindPCDto extends IBaseDto, IPC {
|
|
3645
|
+
}
|
|
3646
|
+
interface FilterPCDto extends IBaseDto, IPC {
|
|
3647
|
+
}
|
|
3648
|
+
|
|
3649
|
+
interface FindSheetsToolDto extends IBaseDto, ISheetsTool {
|
|
3650
|
+
}
|
|
3651
|
+
interface FilterSheetsToolDto extends IBaseDto, ISheetsTool {
|
|
3652
|
+
}
|
|
3653
|
+
|
|
3654
|
+
interface FindManagerWorkDto extends IBaseDto, IManagerWork {
|
|
3655
|
+
}
|
|
3656
|
+
interface FilterManagerWorkDto extends IBaseDto, IManagerWork {
|
|
3657
|
+
}
|
|
3658
|
+
|
|
3659
|
+
interface FindSheetWorkDto extends IBaseDto, ISheetWork {
|
|
3660
|
+
}
|
|
3661
|
+
interface FilterSheetWorkDto extends IBaseDto, ISheetWork {
|
|
3662
|
+
}
|
|
3663
|
+
|
|
3664
|
+
interface FindSheetWorkManagerDto extends IBaseDto, ISheetWorkManager {
|
|
3665
|
+
}
|
|
3666
|
+
interface FilterSheetWorkManagerDto extends IBaseDto, ISheetWorkManager {
|
|
3667
|
+
}
|
|
3668
|
+
|
|
3669
|
+
interface FindBlogDto extends IBaseDto, IBlog {
|
|
3670
|
+
}
|
|
3671
|
+
interface FilterBlogDto extends IBaseDto, IBlog {
|
|
3672
|
+
}
|
|
3673
|
+
|
|
3674
|
+
interface FindBlogCategoryDto extends IBaseDto, IBlogCategory {
|
|
3675
|
+
}
|
|
3676
|
+
interface FilterBlogCategoryDto extends IBaseDto, IBlogCategory {
|
|
3677
|
+
}
|
|
3678
|
+
|
|
3679
|
+
interface FindTeamDto extends Omit<IBaseDto, 'department'>, ITeam {
|
|
3680
|
+
}
|
|
3681
|
+
interface FilterTeamDto extends Omit<IBaseDto, 'department'>, ITeam {
|
|
3682
|
+
}
|
|
3683
|
+
|
|
3684
|
+
interface FindDepartmentDto extends IBaseDto, IDepartment {
|
|
3685
|
+
}
|
|
3686
|
+
interface FilterDepartmentDto extends IBaseDto, IDepartment {
|
|
3687
|
+
}
|
|
3688
|
+
|
|
3689
|
+
interface FindLarkDto extends IBaseDto, ILark {
|
|
3690
|
+
}
|
|
3691
|
+
interface FilterLarkDto extends IBaseDto, ILark {
|
|
3692
|
+
}
|
|
3693
|
+
|
|
3694
|
+
type index_AutoFillAccountRawDto = AutoFillAccountRawDto;
|
|
3695
|
+
type index_ExportDto = ExportDto;
|
|
3696
|
+
type index_FilterAccountCHPlayICloudDto = FilterAccountCHPlayICloudDto;
|
|
3697
|
+
type index_FilterAccountCanvaDto = FilterAccountCanvaDto;
|
|
3698
|
+
type index_FilterAccountDriveDto = FilterAccountDriveDto;
|
|
3699
|
+
type index_FilterAccountDto = FilterAccountDto;
|
|
3700
|
+
type index_FilterAccountRawDto = FilterAccountRawDto;
|
|
3701
|
+
type index_FilterAccountVPNDto = FilterAccountVPNDto;
|
|
3702
|
+
type index_FilterAccountVPSDto = FilterAccountVPSDto;
|
|
3703
|
+
type index_FilterAccountVPSGroupDto = FilterAccountVPSGroupDto;
|
|
3704
|
+
type index_FilterAccountsGroupDto = FilterAccountsGroupDto;
|
|
3705
|
+
type index_FilterBaseDto = FilterBaseDto;
|
|
3706
|
+
type index_FilterBlogCategoryDto = FilterBlogCategoryDto;
|
|
3707
|
+
type index_FilterBlogDto = FilterBlogDto;
|
|
3708
|
+
type index_FilterDepartmentDto = FilterDepartmentDto;
|
|
3709
|
+
type index_FilterDeviceDto = FilterDeviceDto;
|
|
2947
3710
|
type index_FilterHistoryTaskAIContentDto = FilterHistoryTaskAIContentDto;
|
|
2948
3711
|
type index_FilterHistoryTaskCanvaDto = FilterHistoryTaskCanvaDto;
|
|
2949
3712
|
type index_FilterHistoryTaskImageDto = FilterHistoryTaskImageDto;
|
|
2950
3713
|
type index_FilterHistoryTaskVoiceDto = FilterHistoryTaskVoiceDto;
|
|
3714
|
+
type index_FilterIAccountAIDto = FilterIAccountAIDto;
|
|
3715
|
+
type index_FilterIAccountAIImageDto = FilterIAccountAIImageDto;
|
|
3716
|
+
type index_FilterIAccountAIImageInfoDto = FilterIAccountAIImageInfoDto;
|
|
3717
|
+
type index_FilterIAccountAIInfoDto = FilterIAccountAIInfoDto;
|
|
3718
|
+
type index_FilterIAccountAIVoiceDto = FilterIAccountAIVoiceDto;
|
|
3719
|
+
type index_FilterIAccountAIVoiceInfoDto = FilterIAccountAIVoiceInfoDto;
|
|
3720
|
+
type index_FilterIAccountEmailDto = FilterIAccountEmailDto;
|
|
3721
|
+
type index_FilterIManagerImageAIDto = FilterIManagerImageAIDto;
|
|
3722
|
+
type index_FilterInstagramInteractExploreDto = FilterInstagramInteractExploreDto;
|
|
3723
|
+
type index_FilterInstagramInteractFollowerDto = FilterInstagramInteractFollowerDto;
|
|
3724
|
+
type index_FilterInstagramInteractFollowingDto = FilterInstagramInteractFollowingDto;
|
|
3725
|
+
type index_FilterInstagramInteractReelDto = FilterInstagramInteractReelDto;
|
|
3726
|
+
type index_FilterInstagramInteractReplyCommentDto = FilterInstagramInteractReplyCommentDto;
|
|
3727
|
+
type index_FilterInstagramInteractReplyMessageDto = FilterInstagramInteractReplyMessageDto;
|
|
3728
|
+
type index_FilterInstagramInteractStoryDto = FilterInstagramInteractStoryDto;
|
|
3729
|
+
type index_FilterInstagramPostHighLightDto = FilterInstagramPostHighLightDto;
|
|
3730
|
+
type index_FilterInstagramPostNewDto = FilterInstagramPostNewDto;
|
|
3731
|
+
type index_FilterInstagramPostReelDto = FilterInstagramPostReelDto;
|
|
3732
|
+
type index_FilterInstagramPostStoryDto = FilterInstagramPostStoryDto;
|
|
3733
|
+
type index_FilterInstagramSettingInteractExploreDto = FilterInstagramSettingInteractExploreDto;
|
|
3734
|
+
type index_FilterInstagramSettingInteractFollowDto = FilterInstagramSettingInteractFollowDto;
|
|
3735
|
+
type index_FilterInstagramSettingInteractReelDto = FilterInstagramSettingInteractReelDto;
|
|
3736
|
+
type index_FilterInstagramSettingPostDto = FilterInstagramSettingPostDto;
|
|
3737
|
+
type index_FilterInstagramSettingReplyCommentDto = FilterInstagramSettingReplyCommentDto;
|
|
3738
|
+
type index_FilterInstagramSettingReplyMessageDto = FilterInstagramSettingReplyMessageDto;
|
|
3739
|
+
type index_FilterInstagramSettingStoryDto = FilterInstagramSettingStoryDto;
|
|
3740
|
+
type index_FilterInstagramSettingUnFollowDto = FilterInstagramSettingUnFollowDto;
|
|
3741
|
+
type index_FilterLarkDto = FilterLarkDto;
|
|
3742
|
+
type index_FilterManagerSheetDto = FilterManagerSheetDto;
|
|
3743
|
+
type index_FilterManagerWorkDto = FilterManagerWorkDto;
|
|
3744
|
+
type index_FilterPCDto = FilterPCDto;
|
|
3745
|
+
type index_FilterProxyDto = FilterProxyDto;
|
|
2951
3746
|
type index_FilterRoleDto = FilterRoleDto;
|
|
3747
|
+
type index_FilterSheetWorkDto = FilterSheetWorkDto;
|
|
3748
|
+
type index_FilterSheetWorkManagerDto = FilterSheetWorkManagerDto;
|
|
3749
|
+
type index_FilterSheetsToolDto = FilterSheetsToolDto;
|
|
3750
|
+
type index_FilterTeamDto = FilterTeamDto;
|
|
3751
|
+
type index_FilterThreadsInteractFollowerDto = FilterThreadsInteractFollowerDto;
|
|
3752
|
+
type index_FilterThreadsSettingPostDto = FilterThreadsSettingPostDto;
|
|
2952
3753
|
type index_FilterUserDto = FilterUserDto;
|
|
3754
|
+
type index_FindAccountCHPlayICloudDto = FindAccountCHPlayICloudDto;
|
|
3755
|
+
type index_FindAccountCanvaDto = FindAccountCanvaDto;
|
|
3756
|
+
type index_FindAccountDriveDto = FindAccountDriveDto;
|
|
3757
|
+
type index_FindAccountDto = FindAccountDto;
|
|
3758
|
+
type index_FindAccountRawDto = FindAccountRawDto;
|
|
3759
|
+
type index_FindAccountVPNDto = FindAccountVPNDto;
|
|
3760
|
+
type index_FindAccountVPSDto = FindAccountVPSDto;
|
|
3761
|
+
type index_FindAccountVPSGroupDto = FindAccountVPSGroupDto;
|
|
3762
|
+
type index_FindAccountsGroupDto = FindAccountsGroupDto;
|
|
3763
|
+
type index_FindBlogCategoryDto = FindBlogCategoryDto;
|
|
3764
|
+
type index_FindBlogDto = FindBlogDto;
|
|
3765
|
+
type index_FindDepartmentDto = FindDepartmentDto;
|
|
3766
|
+
type index_FindDeviceDto = FindDeviceDto;
|
|
2953
3767
|
type index_FindHistoryTaskAIContentDto = FindHistoryTaskAIContentDto;
|
|
2954
3768
|
type index_FindHistoryTaskCanvaDto = FindHistoryTaskCanvaDto;
|
|
2955
3769
|
type index_FindHistoryTaskImageDto = FindHistoryTaskImageDto;
|
|
2956
3770
|
type index_FindHistoryTaskVoiceDto = FindHistoryTaskVoiceDto;
|
|
3771
|
+
type index_FindIAccountAIDto = FindIAccountAIDto;
|
|
3772
|
+
type index_FindIAccountAIImageDto = FindIAccountAIImageDto;
|
|
3773
|
+
type index_FindIAccountAIImageInfoDto = FindIAccountAIImageInfoDto;
|
|
3774
|
+
type index_FindIAccountAIInfoDto = FindIAccountAIInfoDto;
|
|
3775
|
+
type index_FindIAccountAIVoiceDto = FindIAccountAIVoiceDto;
|
|
3776
|
+
type index_FindIAccountAIVoiceInfoDto = FindIAccountAIVoiceInfoDto;
|
|
3777
|
+
type index_FindIAccountEmailDto = FindIAccountEmailDto;
|
|
3778
|
+
type index_FindIManagerImageAIDto = FindIManagerImageAIDto;
|
|
3779
|
+
type index_FindInstagramInteractExploreDto = FindInstagramInteractExploreDto;
|
|
3780
|
+
type index_FindInstagramInteractFollowerDto = FindInstagramInteractFollowerDto;
|
|
3781
|
+
type index_FindInstagramInteractFollowingDto = FindInstagramInteractFollowingDto;
|
|
3782
|
+
type index_FindInstagramInteractReelDto = FindInstagramInteractReelDto;
|
|
3783
|
+
type index_FindInstagramInteractReplyCommentDto = FindInstagramInteractReplyCommentDto;
|
|
3784
|
+
type index_FindInstagramInteractReplyMessageDto = FindInstagramInteractReplyMessageDto;
|
|
3785
|
+
type index_FindInstagramInteractStoryDto = FindInstagramInteractStoryDto;
|
|
3786
|
+
type index_FindInstagramPostHighLightDto = FindInstagramPostHighLightDto;
|
|
3787
|
+
type index_FindInstagramPostNewDto = FindInstagramPostNewDto;
|
|
3788
|
+
type index_FindInstagramPostReelDto = FindInstagramPostReelDto;
|
|
3789
|
+
type index_FindInstagramPostStoryDto = FindInstagramPostStoryDto;
|
|
3790
|
+
type index_FindInstagramSettingInteractExploreDto = FindInstagramSettingInteractExploreDto;
|
|
3791
|
+
type index_FindInstagramSettingInteractFollowDto = FindInstagramSettingInteractFollowDto;
|
|
3792
|
+
type index_FindInstagramSettingInteractReelDto = FindInstagramSettingInteractReelDto;
|
|
3793
|
+
type index_FindInstagramSettingPostDto = FindInstagramSettingPostDto;
|
|
3794
|
+
type index_FindInstagramSettingReplyCommentDto = FindInstagramSettingReplyCommentDto;
|
|
3795
|
+
type index_FindInstagramSettingReplyMessageDto = FindInstagramSettingReplyMessageDto;
|
|
3796
|
+
type index_FindInstagramSettingStoryDto = FindInstagramSettingStoryDto;
|
|
3797
|
+
type index_FindInstagramSettingUnFollowDto = FindInstagramSettingUnFollowDto;
|
|
3798
|
+
type index_FindLarkDto = FindLarkDto;
|
|
3799
|
+
type index_FindManagerSheetDto = FindManagerSheetDto;
|
|
3800
|
+
type index_FindManagerWorkDto = FindManagerWorkDto;
|
|
3801
|
+
type index_FindOverViewAccountDto = FindOverViewAccountDto;
|
|
3802
|
+
type index_FindOverViewAccountRowDto = FindOverViewAccountRowDto;
|
|
3803
|
+
type index_FindOverviewAccountCHPlayICloudDto = FindOverviewAccountCHPlayICloudDto;
|
|
3804
|
+
type index_FindOverviewAccountCanvaDto = FindOverviewAccountCanvaDto;
|
|
3805
|
+
type index_FindOverviewAccountDriveDto = FindOverviewAccountDriveDto;
|
|
3806
|
+
type index_FindOverviewAccountVPNDto = FindOverviewAccountVPNDto;
|
|
3807
|
+
type index_FindOverviewProxyDto = FindOverviewProxyDto;
|
|
3808
|
+
type index_FindPCDto = FindPCDto;
|
|
3809
|
+
type index_FindProxyDto = FindProxyDto;
|
|
2957
3810
|
type index_FindRoleDto = FindRoleDto;
|
|
3811
|
+
type index_FindSheetWorkDto = FindSheetWorkDto;
|
|
3812
|
+
type index_FindSheetWorkManagerDto = FindSheetWorkManagerDto;
|
|
3813
|
+
type index_FindSheetsToolDto = FindSheetsToolDto;
|
|
3814
|
+
type index_FindTeamDto = FindTeamDto;
|
|
3815
|
+
type index_FindThreadsInteractFollowerDto = FindThreadsInteractFollowerDto;
|
|
3816
|
+
type index_FindThreadsSettingPostDto = FindThreadsSettingPostDto;
|
|
2958
3817
|
type index_FindUserDto = FindUserDto;
|
|
2959
3818
|
type index_IBaseDto = IBaseDto;
|
|
3819
|
+
type index_ImportDto = ImportDto;
|
|
2960
3820
|
type index_OverviewUserDto = OverviewUserDto;
|
|
2961
3821
|
declare namespace index {
|
|
2962
|
-
export type
|
|
3822
|
+
export { type index_AutoFillAccountRawDto as AutoFillAccountRawDto, type index_ExportDto as ExportDto, type index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index_FilterAccountCanvaDto as FilterAccountCanvaDto, type index_FilterAccountDriveDto as FilterAccountDriveDto, type index_FilterAccountDto as FilterAccountDto, type index_FilterAccountRawDto as FilterAccountRawDto, type index_FilterAccountVPNDto as FilterAccountVPNDto, type index_FilterAccountVPSDto as FilterAccountVPSDto, type index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index_FilterAccountsGroupDto as FilterAccountsGroupDto, type index_FilterBaseDto as FilterBaseDto, type index_FilterBlogCategoryDto as FilterBlogCategoryDto, type index_FilterBlogDto as FilterBlogDto, type index_FilterDepartmentDto as FilterDepartmentDto, type index_FilterDeviceDto as FilterDeviceDto, type index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, type index_FilterHistoryTaskImageDto as FilterHistoryTaskImageDto, type index_FilterHistoryTaskVoiceDto as FilterHistoryTaskVoiceDto, type index_FilterIAccountAIDto as FilterIAccountAIDto, type index_FilterIAccountAIImageDto as FilterIAccountAIImageDto, type index_FilterIAccountAIImageInfoDto as FilterIAccountAIImageInfoDto, type index_FilterIAccountAIInfoDto as FilterIAccountAIInfoDto, type index_FilterIAccountAIVoiceDto as FilterIAccountAIVoiceDto, type index_FilterIAccountAIVoiceInfoDto as FilterIAccountAIVoiceInfoDto, type index_FilterIAccountEmailDto as FilterIAccountEmailDto, type index_FilterIManagerImageAIDto as FilterIManagerImageAIDto, type index_FilterInstagramInteractExploreDto as FilterInstagramInteractExploreDto, type index_FilterInstagramInteractFollowerDto as FilterInstagramInteractFollowerDto, type index_FilterInstagramInteractFollowingDto as FilterInstagramInteractFollowingDto, type index_FilterInstagramInteractReelDto as FilterInstagramInteractReelDto, type index_FilterInstagramInteractReplyCommentDto as FilterInstagramInteractReplyCommentDto, type index_FilterInstagramInteractReplyMessageDto as FilterInstagramInteractReplyMessageDto, type index_FilterInstagramInteractStoryDto as FilterInstagramInteractStoryDto, type index_FilterInstagramPostHighLightDto as FilterInstagramPostHighLightDto, type index_FilterInstagramPostNewDto as FilterInstagramPostNewDto, type index_FilterInstagramPostReelDto as FilterInstagramPostReelDto, type index_FilterInstagramPostStoryDto as FilterInstagramPostStoryDto, type index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, type index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, type index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, type index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, type index_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, type index_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, type index_FilterInstagramSettingStoryDto as FilterInstagramSettingStoryDto, type index_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, type index_FilterLarkDto as FilterLarkDto, type index_FilterManagerSheetDto as FilterManagerSheetDto, type index_FilterManagerWorkDto as FilterManagerWorkDto, type index_FilterPCDto as FilterPCDto, type index_FilterProxyDto as FilterProxyDto, type index_FilterRoleDto as FilterRoleDto, type index_FilterSheetWorkDto as FilterSheetWorkDto, type index_FilterSheetWorkManagerDto as FilterSheetWorkManagerDto, type index_FilterSheetsToolDto as FilterSheetsToolDto, type index_FilterTeamDto as FilterTeamDto, type index_FilterThreadsInteractFollowerDto as FilterThreadsInteractFollowerDto, type index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, type index_FilterUserDto as FilterUserDto, type index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index_FindAccountCanvaDto as FindAccountCanvaDto, type index_FindAccountDriveDto as FindAccountDriveDto, type index_FindAccountDto as FindAccountDto, type index_FindAccountRawDto as FindAccountRawDto, type index_FindAccountVPNDto as FindAccountVPNDto, type index_FindAccountVPSDto as FindAccountVPSDto, type index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index_FindAccountsGroupDto as FindAccountsGroupDto, type index_FindBlogCategoryDto as FindBlogCategoryDto, type index_FindBlogDto as FindBlogDto, type index_FindDepartmentDto as FindDepartmentDto, type index_FindDeviceDto as FindDeviceDto, type index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, type index_FindHistoryTaskImageDto as FindHistoryTaskImageDto, type index_FindHistoryTaskVoiceDto as FindHistoryTaskVoiceDto, type index_FindIAccountAIDto as FindIAccountAIDto, type index_FindIAccountAIImageDto as FindIAccountAIImageDto, type index_FindIAccountAIImageInfoDto as FindIAccountAIImageInfoDto, type index_FindIAccountAIInfoDto as FindIAccountAIInfoDto, type index_FindIAccountAIVoiceDto as FindIAccountAIVoiceDto, type index_FindIAccountAIVoiceInfoDto as FindIAccountAIVoiceInfoDto, type index_FindIAccountEmailDto as FindIAccountEmailDto, type index_FindIManagerImageAIDto as FindIManagerImageAIDto, type index_FindInstagramInteractExploreDto as FindInstagramInteractExploreDto, type index_FindInstagramInteractFollowerDto as FindInstagramInteractFollowerDto, type index_FindInstagramInteractFollowingDto as FindInstagramInteractFollowingDto, type index_FindInstagramInteractReelDto as FindInstagramInteractReelDto, type index_FindInstagramInteractReplyCommentDto as FindInstagramInteractReplyCommentDto, type index_FindInstagramInteractReplyMessageDto as FindInstagramInteractReplyMessageDto, type index_FindInstagramInteractStoryDto as FindInstagramInteractStoryDto, type index_FindInstagramPostHighLightDto as FindInstagramPostHighLightDto, type index_FindInstagramPostNewDto as FindInstagramPostNewDto, type index_FindInstagramPostReelDto as FindInstagramPostReelDto, type index_FindInstagramPostStoryDto as FindInstagramPostStoryDto, type index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, type index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, type index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, type index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, type index_FindInstagramSettingReplyCommentDto as FindInstagramSettingReplyCommentDto, type index_FindInstagramSettingReplyMessageDto as FindInstagramSettingReplyMessageDto, type index_FindInstagramSettingStoryDto as FindInstagramSettingStoryDto, type index_FindInstagramSettingUnFollowDto as FindInstagramSettingUnFollowDto, type index_FindLarkDto as FindLarkDto, type index_FindManagerSheetDto as FindManagerSheetDto, type index_FindManagerWorkDto as FindManagerWorkDto, type index_FindOverViewAccountDto as FindOverViewAccountDto, type index_FindOverViewAccountRowDto as FindOverViewAccountRowDto, type index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index_FindOverviewProxyDto as FindOverviewProxyDto, type index_FindPCDto as FindPCDto, type index_FindProxyDto as FindProxyDto, type index_FindRoleDto as FindRoleDto, type index_FindSheetWorkDto as FindSheetWorkDto, type index_FindSheetWorkManagerDto as FindSheetWorkManagerDto, type index_FindSheetsToolDto as FindSheetsToolDto, type index_FindTeamDto as FindTeamDto, type index_FindThreadsInteractFollowerDto as FindThreadsInteractFollowerDto, type index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, type index_FindUserDto as FindUserDto, type index_IBaseDto as IBaseDto, type index_ImportDto as ImportDto, type index_OverviewUserDto as OverviewUserDto, index$1 as TaskBrowsers, index$2 as TaskPhones };
|
|
2963
3823
|
}
|
|
2964
3824
|
|
|
2965
|
-
export { index$
|
|
3825
|
+
export { index$n as AutoConstants, index as AutoDto, index$g as AutoEnums, index$3 as AutoInterfacesCommon, index$4 as AutoInterfacesModels, index$d as AutoTypes };
|