automation-lib 5.0.111 → 5.0.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { BoInterfaceModelsCommon as BoInterfaceModelsCommon$1 } from 'bodevops-be-common/dist';
2
1
  import { BoInterfaceModelsCommon } from 'bodevops-be-common';
2
+ import { BoInterfaceModelsCommon as BoInterfaceModelsCommon$1 } from 'bodevops-be-common/dist';
3
3
 
4
4
  declare const CONST_API_OTP: {
5
5
  SEND: string;
@@ -160,12 +160,12 @@ declare const CONST_API_CONTROLLERS: {
160
160
  };
161
161
  };
162
162
 
163
- declare const index$l_CONST_API_AUTH: typeof CONST_API_AUTH;
164
- declare const index$l_CONST_API_COMMON: typeof CONST_API_COMMON;
165
- declare const index$l_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
166
- declare const index$l_CONST_API_OTP: typeof CONST_API_OTP;
167
- declare namespace index$l {
168
- export { index$l_CONST_API_AUTH as CONST_API_AUTH, index$l_CONST_API_COMMON as CONST_API_COMMON, index$l_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$l_CONST_API_OTP as CONST_API_OTP };
163
+ declare const index$k_CONST_API_AUTH: typeof CONST_API_AUTH;
164
+ declare const index$k_CONST_API_COMMON: typeof CONST_API_COMMON;
165
+ declare const index$k_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
166
+ declare const index$k_CONST_API_OTP: typeof CONST_API_OTP;
167
+ declare namespace index$k {
168
+ export { index$k_CONST_API_AUTH as CONST_API_AUTH, index$k_CONST_API_COMMON as CONST_API_COMMON, index$k_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$k_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$k_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
218
- declare const index$k_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
219
- declare const index$k_ACTIONS_THREADS: typeof ACTIONS_THREADS;
220
- declare const index$k_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
221
- declare const index$k_SERVICE_THREADS: typeof SERVICE_THREADS;
222
- declare namespace index$k {
223
- export { index$k_ACTIONS_DEVICE as ACTIONS_DEVICE, index$k_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$k_ACTIONS_THREADS as ACTIONS_THREADS, index$k_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$k_SERVICE_THREADS as SERVICE_THREADS };
217
+ declare const index$j_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
218
+ declare const index$j_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
219
+ declare const index$j_ACTIONS_THREADS: typeof ACTIONS_THREADS;
220
+ declare const index$j_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
221
+ declare const index$j_SERVICE_THREADS: typeof SERVICE_THREADS;
222
+ declare namespace index$j {
223
+ export { index$j_ACTIONS_DEVICE as ACTIONS_DEVICE, index$j_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$j_ACTIONS_THREADS as ACTIONS_THREADS, index$j_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$j_SERVICE_THREADS as SERVICE_THREADS };
224
224
  }
225
225
 
226
- declare namespace index$j {
227
- export { index$l as CONST_APIS, index$k as CONST_SCRIPTS };
226
+ declare namespace index$i {
227
+ export { index$k as CONST_APIS, index$j 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$i_EGender = EGender;
249
- declare const index$i_EGender: typeof EGender;
250
- type index$i_EInputTypeFilter = EInputTypeFilter;
251
- declare const index$i_EInputTypeFilter: typeof EInputTypeFilter;
252
- type index$i_EPriority = EPriority;
253
- declare const index$i_EPriority: typeof EPriority;
254
- declare namespace index$i {
255
- export { index$i_EGender as EGender, index$i_EInputTypeFilter as EInputTypeFilter, index$i_EPriority as EPriority };
248
+ type index$h_EGender = EGender;
249
+ declare const index$h_EGender: typeof EGender;
250
+ type index$h_EInputTypeFilter = EInputTypeFilter;
251
+ declare const index$h_EInputTypeFilter: typeof EInputTypeFilter;
252
+ type index$h_EPriority = EPriority;
253
+ declare const index$h_EPriority: typeof EPriority;
254
+ declare namespace index$h {
255
+ export { index$h_EGender as EGender, index$h_EInputTypeFilter as EInputTypeFilter, index$h_EPriority as EPriority };
256
256
  }
257
257
 
258
258
  declare enum ETypeProxy {
@@ -278,6 +278,11 @@ declare enum ETypeDeviceOS {
278
278
  Android = "Android"
279
279
  }
280
280
 
281
+ declare enum ETypeExport {
282
+ Append = "Append",
283
+ Overwrite = "Overwrite"
284
+ }
285
+
281
286
  declare enum ETypeAccountVPN {
282
287
  Free = "Free",
283
288
  Premium = "Premium"
@@ -371,44 +376,46 @@ declare enum ETypeVoiceLanguage {
371
376
  English = "en"
372
377
  }
373
378
 
374
- type index$h_ETypeAccountVPN = ETypeAccountVPN;
375
- declare const index$h_ETypeAccountVPN: typeof ETypeAccountVPN;
376
- type index$h_ETypeCanva = ETypeCanva;
377
- declare const index$h_ETypeCanva: typeof ETypeCanva;
378
- type index$h_ETypeColumnManagerWork = ETypeColumnManagerWork;
379
- declare const index$h_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
380
- type index$h_ETypeDeviceOS = ETypeDeviceOS;
381
- declare const index$h_ETypeDeviceOS: typeof ETypeDeviceOS;
382
- type index$h_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
383
- declare const index$h_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
384
- type index$h_ETypeManagerWorkPin = ETypeManagerWorkPin;
385
- declare const index$h_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
386
- type index$h_ETypeManagerWorkType = ETypeManagerWorkType;
387
- declare const index$h_ETypeManagerWorkType: typeof ETypeManagerWorkType;
388
- type index$h_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
389
- declare const index$h_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
390
- type index$h_ETypeProxy = ETypeProxy;
391
- declare const index$h_ETypeProxy: typeof ETypeProxy;
392
- type index$h_ETypeProxyChecked = ETypeProxyChecked;
393
- declare const index$h_ETypeProxyChecked: typeof ETypeProxyChecked;
394
- type index$h_ETypeProxyNewIP = ETypeProxyNewIP;
395
- declare const index$h_ETypeProxyNewIP: typeof ETypeProxyNewIP;
396
- type index$h_ETypeRatioImage = ETypeRatioImage;
397
- declare const index$h_ETypeRatioImage: typeof ETypeRatioImage;
398
- type index$h_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
399
- declare const index$h_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
400
- type index$h_ETypeSheetWorkPin = ETypeSheetWorkPin;
401
- declare const index$h_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
402
- type index$h_ETypeSocial = ETypeSocial;
403
- declare const index$h_ETypeSocial: typeof ETypeSocial;
404
- type index$h_ETypeSocialSetting = ETypeSocialSetting;
405
- declare const index$h_ETypeSocialSetting: typeof ETypeSocialSetting;
406
- type index$h_ETypeTimeFilter = ETypeTimeFilter;
407
- declare const index$h_ETypeTimeFilter: typeof ETypeTimeFilter;
408
- type index$h_ETypeVoiceLanguage = ETypeVoiceLanguage;
409
- declare const index$h_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
410
- declare namespace index$h {
411
- export { index$h_ETypeAccountVPN as ETypeAccountVPN, index$h_ETypeCanva as ETypeCanva, index$h_ETypeColumnManagerWork as ETypeColumnManagerWork, index$h_ETypeDeviceOS as ETypeDeviceOS, index$h_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$h_ETypeManagerWorkPin as ETypeManagerWorkPin, index$h_ETypeManagerWorkType as ETypeManagerWorkType, index$h_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$h_ETypeProxy as ETypeProxy, index$h_ETypeProxyChecked as ETypeProxyChecked, index$h_ETypeProxyNewIP as ETypeProxyNewIP, index$h_ETypeRatioImage as ETypeRatioImage, index$h_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$h_ETypeSheetWorkPin as ETypeSheetWorkPin, index$h_ETypeSocial as ETypeSocial, index$h_ETypeSocialSetting as ETypeSocialSetting, index$h_ETypeTimeFilter as ETypeTimeFilter, index$h_ETypeVoiceLanguage as ETypeVoiceLanguage };
379
+ type index$g_ETypeAccountVPN = ETypeAccountVPN;
380
+ declare const index$g_ETypeAccountVPN: typeof ETypeAccountVPN;
381
+ type index$g_ETypeCanva = ETypeCanva;
382
+ declare const index$g_ETypeCanva: typeof ETypeCanva;
383
+ type index$g_ETypeColumnManagerWork = ETypeColumnManagerWork;
384
+ declare const index$g_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
385
+ type index$g_ETypeDeviceOS = ETypeDeviceOS;
386
+ declare const index$g_ETypeDeviceOS: typeof ETypeDeviceOS;
387
+ type index$g_ETypeExport = ETypeExport;
388
+ declare const index$g_ETypeExport: typeof ETypeExport;
389
+ type index$g_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
390
+ declare const index$g_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
391
+ type index$g_ETypeManagerWorkPin = ETypeManagerWorkPin;
392
+ declare const index$g_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
393
+ type index$g_ETypeManagerWorkType = ETypeManagerWorkType;
394
+ declare const index$g_ETypeManagerWorkType: typeof ETypeManagerWorkType;
395
+ type index$g_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
396
+ declare const index$g_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
397
+ type index$g_ETypeProxy = ETypeProxy;
398
+ declare const index$g_ETypeProxy: typeof ETypeProxy;
399
+ type index$g_ETypeProxyChecked = ETypeProxyChecked;
400
+ declare const index$g_ETypeProxyChecked: typeof ETypeProxyChecked;
401
+ type index$g_ETypeProxyNewIP = ETypeProxyNewIP;
402
+ declare const index$g_ETypeProxyNewIP: typeof ETypeProxyNewIP;
403
+ type index$g_ETypeRatioImage = ETypeRatioImage;
404
+ declare const index$g_ETypeRatioImage: typeof ETypeRatioImage;
405
+ type index$g_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
406
+ declare const index$g_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
407
+ type index$g_ETypeSheetWorkPin = ETypeSheetWorkPin;
408
+ declare const index$g_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
409
+ type index$g_ETypeSocial = ETypeSocial;
410
+ declare const index$g_ETypeSocial: typeof ETypeSocial;
411
+ type index$g_ETypeSocialSetting = ETypeSocialSetting;
412
+ declare const index$g_ETypeSocialSetting: typeof ETypeSocialSetting;
413
+ type index$g_ETypeTimeFilter = ETypeTimeFilter;
414
+ declare const index$g_ETypeTimeFilter: typeof ETypeTimeFilter;
415
+ type index$g_ETypeVoiceLanguage = ETypeVoiceLanguage;
416
+ declare const index$g_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
417
+ declare namespace index$g {
418
+ export { index$g_ETypeAccountVPN as ETypeAccountVPN, index$g_ETypeCanva as ETypeCanva, index$g_ETypeColumnManagerWork as ETypeColumnManagerWork, index$g_ETypeDeviceOS as ETypeDeviceOS, index$g_ETypeExport as ETypeExport, index$g_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$g_ETypeManagerWorkPin as ETypeManagerWorkPin, index$g_ETypeManagerWorkType as ETypeManagerWorkType, index$g_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$g_ETypeProxy as ETypeProxy, index$g_ETypeProxyChecked as ETypeProxyChecked, index$g_ETypeProxyNewIP as ETypeProxyNewIP, index$g_ETypeRatioImage as ETypeRatioImage, index$g_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$g_ETypeSheetWorkPin as ETypeSheetWorkPin, index$g_ETypeSocial as ETypeSocial, index$g_ETypeSocialSetting as ETypeSocialSetting, index$g_ETypeTimeFilter as ETypeTimeFilter, index$g_ETypeVoiceLanguage as ETypeVoiceLanguage };
412
419
  }
413
420
 
414
421
  declare enum EStatusVPS {
@@ -603,56 +610,56 @@ declare enum EStatusAccountCHPlayICloud {
603
610
  Error = "Error"
604
611
  }
605
612
 
606
- type index$g_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
607
- declare const index$g_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
608
- type index$g_EStatusAccountCanva = EStatusAccountCanva;
609
- declare const index$g_EStatusAccountCanva: typeof EStatusAccountCanva;
610
- type index$g_EStatusAccountDrive = EStatusAccountDrive;
611
- declare const index$g_EStatusAccountDrive: typeof EStatusAccountDrive;
612
- type index$g_EStatusAccountSocial = EStatusAccountSocial;
613
- declare const index$g_EStatusAccountSocial: typeof EStatusAccountSocial;
614
- type index$g_EStatusAccountVPN = EStatusAccountVPN;
615
- declare const index$g_EStatusAccountVPN: typeof EStatusAccountVPN;
616
- type index$g_EStatusActive = EStatusActive;
617
- declare const index$g_EStatusActive: typeof EStatusActive;
618
- type index$g_EStatusBlog = EStatusBlog;
619
- declare const index$g_EStatusBlog: typeof EStatusBlog;
620
- type index$g_EStatusChangeInfo = EStatusChangeInfo;
621
- declare const index$g_EStatusChangeInfo: typeof EStatusChangeInfo;
622
- type index$g_EStatusCommon = EStatusCommon;
623
- declare const index$g_EStatusCommon: typeof EStatusCommon;
624
- type index$g_EStatusConnectDevice = EStatusConnectDevice;
625
- declare const index$g_EStatusConnectDevice: typeof EStatusConnectDevice;
626
- type index$g_EStatusExecuteCommon = EStatusExecuteCommon;
627
- declare const index$g_EStatusExecuteCommon: typeof EStatusExecuteCommon;
628
- type index$g_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
629
- declare const index$g_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
630
- type index$g_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
631
- declare const index$g_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
632
- type index$g_EStatusSetupDeviceSystem = EStatusSetupDeviceSystem;
633
- declare const index$g_EStatusSetupDeviceSystem: typeof EStatusSetupDeviceSystem;
634
- type index$g_EStatusSheetWork = EStatusSheetWork;
635
- declare const index$g_EStatusSheetWork: typeof EStatusSheetWork;
636
- type index$g_EStatusSyncAccountSocial = EStatusSyncAccountSocial;
637
- declare const index$g_EStatusSyncAccountSocial: typeof EStatusSyncAccountSocial;
638
- type index$g_EStatusTaskAIContent = EStatusTaskAIContent;
639
- declare const index$g_EStatusTaskAIContent: typeof EStatusTaskAIContent;
640
- type index$g_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
641
- declare const index$g_EStatusTaskAvatarCover: typeof EStatusTaskAvatarCover;
642
- type index$g_EStatusTaskImageVoiceCanva = EStatusTaskImageVoiceCanva;
643
- declare const index$g_EStatusTaskImageVoiceCanva: typeof EStatusTaskImageVoiceCanva;
644
- type index$g_EStatusTaskJob = EStatusTaskJob;
645
- declare const index$g_EStatusTaskJob: typeof EStatusTaskJob;
646
- type index$g_EStatusTaskJobGroup = EStatusTaskJobGroup;
647
- declare const index$g_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
648
- type index$g_EStatusTaskToolSocials = EStatusTaskToolSocials;
649
- declare const index$g_EStatusTaskToolSocials: typeof EStatusTaskToolSocials;
650
- type index$g_EStatusTeam = EStatusTeam;
651
- declare const index$g_EStatusTeam: typeof EStatusTeam;
652
- type index$g_EStatusVPS = EStatusVPS;
653
- declare const index$g_EStatusVPS: typeof EStatusVPS;
654
- declare namespace index$g {
655
- export { index$g_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$g_EStatusAccountCanva as EStatusAccountCanva, index$g_EStatusAccountDrive as EStatusAccountDrive, index$g_EStatusAccountSocial as EStatusAccountSocial, index$g_EStatusAccountVPN as EStatusAccountVPN, index$g_EStatusActive as EStatusActive, index$g_EStatusBlog as EStatusBlog, index$g_EStatusChangeInfo as EStatusChangeInfo, index$g_EStatusCommon as EStatusCommon, index$g_EStatusConnectDevice as EStatusConnectDevice, index$g_EStatusExecuteCommon as EStatusExecuteCommon, index$g_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$g_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$g_EStatusSetupDeviceSystem as EStatusSetupDeviceSystem, index$g_EStatusSheetWork as EStatusSheetWork, index$g_EStatusSyncAccountSocial as EStatusSyncAccountSocial, index$g_EStatusTaskAIContent as EStatusTaskAIContent, index$g_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$g_EStatusTaskImageVoiceCanva as EStatusTaskImageVoiceCanva, index$g_EStatusTaskJob as EStatusTaskJob, index$g_EStatusTaskJobGroup as EStatusTaskJobGroup, index$g_EStatusTaskToolSocials as EStatusTaskToolSocials, index$g_EStatusTeam as EStatusTeam, index$g_EStatusVPS as EStatusVPS };
613
+ type index$f_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
614
+ declare const index$f_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
615
+ type index$f_EStatusAccountCanva = EStatusAccountCanva;
616
+ declare const index$f_EStatusAccountCanva: typeof EStatusAccountCanva;
617
+ type index$f_EStatusAccountDrive = EStatusAccountDrive;
618
+ declare const index$f_EStatusAccountDrive: typeof EStatusAccountDrive;
619
+ type index$f_EStatusAccountSocial = EStatusAccountSocial;
620
+ declare const index$f_EStatusAccountSocial: typeof EStatusAccountSocial;
621
+ type index$f_EStatusAccountVPN = EStatusAccountVPN;
622
+ declare const index$f_EStatusAccountVPN: typeof EStatusAccountVPN;
623
+ type index$f_EStatusActive = EStatusActive;
624
+ declare const index$f_EStatusActive: typeof EStatusActive;
625
+ type index$f_EStatusBlog = EStatusBlog;
626
+ declare const index$f_EStatusBlog: typeof EStatusBlog;
627
+ type index$f_EStatusChangeInfo = EStatusChangeInfo;
628
+ declare const index$f_EStatusChangeInfo: typeof EStatusChangeInfo;
629
+ type index$f_EStatusCommon = EStatusCommon;
630
+ declare const index$f_EStatusCommon: typeof EStatusCommon;
631
+ type index$f_EStatusConnectDevice = EStatusConnectDevice;
632
+ declare const index$f_EStatusConnectDevice: typeof EStatusConnectDevice;
633
+ type index$f_EStatusExecuteCommon = EStatusExecuteCommon;
634
+ declare const index$f_EStatusExecuteCommon: typeof EStatusExecuteCommon;
635
+ type index$f_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
636
+ declare const index$f_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
637
+ type index$f_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
638
+ declare const index$f_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
639
+ type index$f_EStatusSetupDeviceSystem = EStatusSetupDeviceSystem;
640
+ declare const index$f_EStatusSetupDeviceSystem: typeof EStatusSetupDeviceSystem;
641
+ type index$f_EStatusSheetWork = EStatusSheetWork;
642
+ declare const index$f_EStatusSheetWork: typeof EStatusSheetWork;
643
+ type index$f_EStatusSyncAccountSocial = EStatusSyncAccountSocial;
644
+ declare const index$f_EStatusSyncAccountSocial: typeof EStatusSyncAccountSocial;
645
+ type index$f_EStatusTaskAIContent = EStatusTaskAIContent;
646
+ declare const index$f_EStatusTaskAIContent: typeof EStatusTaskAIContent;
647
+ type index$f_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
648
+ declare const index$f_EStatusTaskAvatarCover: typeof EStatusTaskAvatarCover;
649
+ type index$f_EStatusTaskImageVoiceCanva = EStatusTaskImageVoiceCanva;
650
+ declare const index$f_EStatusTaskImageVoiceCanva: typeof EStatusTaskImageVoiceCanva;
651
+ type index$f_EStatusTaskJob = EStatusTaskJob;
652
+ declare const index$f_EStatusTaskJob: typeof EStatusTaskJob;
653
+ type index$f_EStatusTaskJobGroup = EStatusTaskJobGroup;
654
+ declare const index$f_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
655
+ type index$f_EStatusTaskToolSocials = EStatusTaskToolSocials;
656
+ declare const index$f_EStatusTaskToolSocials: typeof EStatusTaskToolSocials;
657
+ type index$f_EStatusTeam = EStatusTeam;
658
+ declare const index$f_EStatusTeam: typeof EStatusTeam;
659
+ type index$f_EStatusVPS = EStatusVPS;
660
+ declare const index$f_EStatusVPS: typeof EStatusVPS;
661
+ declare namespace index$f {
662
+ export { index$f_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$f_EStatusAccountCanva as EStatusAccountCanva, index$f_EStatusAccountDrive as EStatusAccountDrive, index$f_EStatusAccountSocial as EStatusAccountSocial, index$f_EStatusAccountVPN as EStatusAccountVPN, index$f_EStatusActive as EStatusActive, index$f_EStatusBlog as EStatusBlog, index$f_EStatusChangeInfo as EStatusChangeInfo, index$f_EStatusCommon as EStatusCommon, index$f_EStatusConnectDevice as EStatusConnectDevice, index$f_EStatusExecuteCommon as EStatusExecuteCommon, index$f_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$f_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$f_EStatusSetupDeviceSystem as EStatusSetupDeviceSystem, index$f_EStatusSheetWork as EStatusSheetWork, index$f_EStatusSyncAccountSocial as EStatusSyncAccountSocial, index$f_EStatusTaskAIContent as EStatusTaskAIContent, index$f_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$f_EStatusTaskImageVoiceCanva as EStatusTaskImageVoiceCanva, index$f_EStatusTaskJob as EStatusTaskJob, index$f_EStatusTaskJobGroup as EStatusTaskJobGroup, index$f_EStatusTaskToolSocials as EStatusTaskToolSocials, index$f_EStatusTeam as EStatusTeam, index$f_EStatusVPS as EStatusVPS };
656
663
  }
657
664
 
658
665
  declare enum EFolderImageAI {
@@ -727,32 +734,32 @@ declare enum EStatusChannel {
727
734
  Error = "Error"
728
735
  }
729
736
 
730
- type index$f_EAIModelContent = EAIModelContent;
731
- declare const index$f_EAIModelContent: typeof EAIModelContent;
732
- type index$f_EAIModelImage = EAIModelImage;
733
- declare const index$f_EAIModelImage: typeof EAIModelImage;
734
- type index$f_EAIModelVoice = EAIModelVoice;
735
- declare const index$f_EAIModelVoice: typeof EAIModelVoice;
736
- type index$f_EAIVersionGPT = EAIVersionGPT;
737
- declare const index$f_EAIVersionGPT: typeof EAIVersionGPT;
738
- type index$f_EAIVersionImage = EAIVersionImage;
739
- declare const index$f_EAIVersionImage: typeof EAIVersionImage;
740
- type index$f_EAIVersionPerplexity = EAIVersionPerplexity;
741
- declare const index$f_EAIVersionPerplexity: typeof EAIVersionPerplexity;
742
- type index$f_EAIVersionVoice = EAIVersionVoice;
743
- declare const index$f_EAIVersionVoice: typeof EAIVersionVoice;
744
- type index$f_EEmailTagType = EEmailTagType;
745
- declare const index$f_EEmailTagType: typeof EEmailTagType;
746
- type index$f_EFolderImageAI = EFolderImageAI;
747
- declare const index$f_EFolderImageAI: typeof EFolderImageAI;
748
- type index$f_EStatusAccountAI = EStatusAccountAI;
749
- declare const index$f_EStatusAccountAI: typeof EStatusAccountAI;
750
- type index$f_EStatusChannel = EStatusChannel;
751
- declare const index$f_EStatusChannel: typeof EStatusChannel;
752
- type index$f_EStatusEmail = EStatusEmail;
753
- declare const index$f_EStatusEmail: typeof EStatusEmail;
754
- declare namespace index$f {
755
- export { index$f_EAIModelContent as EAIModelContent, index$f_EAIModelImage as EAIModelImage, index$f_EAIModelVoice as EAIModelVoice, index$f_EAIVersionGPT as EAIVersionGPT, index$f_EAIVersionImage as EAIVersionImage, index$f_EAIVersionPerplexity as EAIVersionPerplexity, index$f_EAIVersionVoice as EAIVersionVoice, index$f_EEmailTagType as EEmailTagType, index$f_EFolderImageAI as EFolderImageAI, index$f_EStatusAccountAI as EStatusAccountAI, index$f_EStatusChannel as EStatusChannel, index$f_EStatusEmail as EStatusEmail };
737
+ type index$e_EAIModelContent = EAIModelContent;
738
+ declare const index$e_EAIModelContent: typeof EAIModelContent;
739
+ type index$e_EAIModelImage = EAIModelImage;
740
+ declare const index$e_EAIModelImage: typeof EAIModelImage;
741
+ type index$e_EAIModelVoice = EAIModelVoice;
742
+ declare const index$e_EAIModelVoice: typeof EAIModelVoice;
743
+ type index$e_EAIVersionGPT = EAIVersionGPT;
744
+ declare const index$e_EAIVersionGPT: typeof EAIVersionGPT;
745
+ type index$e_EAIVersionImage = EAIVersionImage;
746
+ declare const index$e_EAIVersionImage: typeof EAIVersionImage;
747
+ type index$e_EAIVersionPerplexity = EAIVersionPerplexity;
748
+ declare const index$e_EAIVersionPerplexity: typeof EAIVersionPerplexity;
749
+ type index$e_EAIVersionVoice = EAIVersionVoice;
750
+ declare const index$e_EAIVersionVoice: typeof EAIVersionVoice;
751
+ type index$e_EEmailTagType = EEmailTagType;
752
+ declare const index$e_EEmailTagType: typeof EEmailTagType;
753
+ type index$e_EFolderImageAI = EFolderImageAI;
754
+ declare const index$e_EFolderImageAI: typeof EFolderImageAI;
755
+ type index$e_EStatusAccountAI = EStatusAccountAI;
756
+ declare const index$e_EStatusAccountAI: typeof EStatusAccountAI;
757
+ type index$e_EStatusChannel = EStatusChannel;
758
+ declare const index$e_EStatusChannel: typeof EStatusChannel;
759
+ type index$e_EStatusEmail = EStatusEmail;
760
+ declare const index$e_EStatusEmail: typeof EStatusEmail;
761
+ declare namespace index$e {
762
+ export { index$e_EAIModelContent as EAIModelContent, index$e_EAIModelImage as EAIModelImage, index$e_EAIModelVoice as EAIModelVoice, index$e_EAIVersionGPT as EAIVersionGPT, index$e_EAIVersionImage as EAIVersionImage, index$e_EAIVersionPerplexity as EAIVersionPerplexity, index$e_EAIVersionVoice as EAIVersionVoice, index$e_EEmailTagType as EEmailTagType, index$e_EFolderImageAI as EFolderImageAI, index$e_EStatusAccountAI as EStatusAccountAI, index$e_EStatusChannel as EStatusChannel, index$e_EStatusEmail as EStatusEmail };
756
763
  }
757
764
 
758
765
  declare enum ELarkMessageCommon {
@@ -804,17 +811,18 @@ declare enum ELarkObject {
804
811
  InstagramThreads = "Instagram/Threads"
805
812
  }
806
813
 
807
- type index$e_ELarkObject = ELarkObject;
808
- declare const index$e_ELarkObject: typeof ELarkObject;
809
- declare namespace index$e {
810
- export { ETypeLarkError_enum as ELarkError, index$e_ELarkObject as ELarkObject };
814
+ type index$d_ELarkObject = ELarkObject;
815
+ declare const index$d_ELarkObject: typeof ELarkObject;
816
+ declare namespace index$d {
817
+ export { ETypeLarkError_enum as ELarkError, index$d_ELarkObject as ELarkObject };
811
818
  }
812
819
 
813
- declare enum ESheetToolInstagramThreads {
814
- POST_IG = "POST_IG",
820
+ declare enum ESheetToolCommon {
821
+ SETUP_DEVICE = "SETUP_DEVICE"
822
+ }
823
+
824
+ declare enum ESheetToolThreads {
815
825
  POST_THREADS = "POST_THREADS",
816
- SETUP_DEVICE = "SETUP_DEVICE",// https://docs.google.com/spreadsheets/d/1GwAytjLZtZ7V06vUqRpdUQGoEvOWVOFpwyHNRJjxxdQ/edit?gid=0#gid=0
817
- BLOCK_USER_IG = "BLOCK_USER_IG",// https://docs.google.com/spreadsheets/d/1uC_trpwh9Pjon4DxlRPXjWSGotLBMTInmya4SDm-H9U/edit?gid=0#gid=0
818
826
  CHANGE_INFO_IG = "CHANGE_INFO_IG",// https://docs.google.com/spreadsheets/d/1_1FPbEaVoleXKJtP9pKPsQOcgCTPwg1Mwo4-3960KaI/edit?gid=0#gid=0
819
827
  IMPORT_IG_THREADS = "IMPORT_IG_THREADS",// https://docs.google.com/spreadsheets/d/10iWtSNkB0dh11bdH7oGog-_K_3CE-UqT7eWkAv4pwxY/edit?gid=1739155735#gid=1739155735
820
828
  FOLLOW_IG_THREADS = "FOLLOW_IG_THREADS",// https://docs.google.com/spreadsheets/d/1DhZ2P1pMJmPa9vA8asNC1FKLOxk7le4lHhaTz7lfY4Q/edit?gid=0#gid=0
@@ -822,14 +830,28 @@ declare enum ESheetToolInstagramThreads {
822
830
  REPLY_MESSAGE_IG_THREADS = "REPLY_MESSAGE_IG_THREADS"
823
831
  }
824
832
 
825
- type index$d_ESheetToolInstagramThreads = ESheetToolInstagramThreads;
826
- declare const index$d_ESheetToolInstagramThreads: typeof ESheetToolInstagramThreads;
827
- declare namespace index$d {
828
- export { index$d_ESheetToolInstagramThreads as ESheetToolInstagramThreads };
833
+ declare enum ESheetToolInstagram {
834
+ POST_IG = "POST_IG",
835
+ BLOCK_USER_IG = "BLOCK_USER_IG",// https://docs.google.com/spreadsheets/d/1uC_trpwh9Pjon4DxlRPXjWSGotLBMTInmya4SDm-H9U/edit?gid=0#gid=0
836
+ CHANGE_INFO_IG = "CHANGE_INFO_IG",// https://docs.google.com/spreadsheets/d/1_1FPbEaVoleXKJtP9pKPsQOcgCTPwg1Mwo4-3960KaI/edit?gid=0#gid=0
837
+ IMPORT_IG_THREADS = "IMPORT_IG_THREADS",// https://docs.google.com/spreadsheets/d/10iWtSNkB0dh11bdH7oGog-_K_3CE-UqT7eWkAv4pwxY/edit?gid=1739155735#gid=1739155735
838
+ FOLLOW_IG_THREADS = "FOLLOW_IG_THREADS",// https://docs.google.com/spreadsheets/d/1DhZ2P1pMJmPa9vA8asNC1FKLOxk7le4lHhaTz7lfY4Q/edit?gid=0#gid=0
839
+ REPLY_COMMENT_IG_THREADS = "REPLY_COMMENT_IG_THREADS",// https://docs.google.com/spreadsheets/d/1az1e7X6uN01Hi5sAAHLggOtskB8sd5A-q_7hLwmGlo8/edit?gid=0#gid=0
840
+ REPLY_MESSAGE_IG_THREADS = "REPLY_MESSAGE_IG_THREADS"
829
841
  }
830
842
 
843
+ type index$c_ESheetToolCommon = ESheetToolCommon;
844
+ declare const index$c_ESheetToolCommon: typeof ESheetToolCommon;
845
+ type index$c_ESheetToolInstagram = ESheetToolInstagram;
846
+ declare const index$c_ESheetToolInstagram: typeof ESheetToolInstagram;
847
+ type index$c_ESheetToolThreads = ESheetToolThreads;
848
+ declare const index$c_ESheetToolThreads: typeof ESheetToolThreads;
831
849
  declare namespace index$c {
832
- export { index$f as AI, index$i as Common, index$e as Lark, index$d as SheetTool, index$g as Status, index$h as Types };
850
+ export { index$c_ESheetToolCommon as ESheetToolCommon, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolThreads as ESheetToolThreads };
851
+ }
852
+
853
+ declare namespace index$b {
854
+ export { index$e as AI, index$h as Common, index$d as Lark, index$c as SheetTool, index$f as Status, index$g as Types };
833
855
  }
834
856
 
835
857
  type TTaskInstagramBlockUser = {
@@ -971,132 +993,29 @@ type TFilter = 'direct' | 'ref';
971
993
 
972
994
  type TCompare = '=' | 'LIKE' | 'LIKE_START' | 'LIKE_END' | 'ILIKE' | 'IN' | 'NOT IN' | '>' | '<' | '>=' | '<=' | '!=' | 'IS NULL' | 'IS NOT NULL' | 'BETWEEN' | 'NOT BETWEEN' | 'EXISTS' | 'NOT EXISTS' | 'FULLTEXT' | 'RAW';
973
995
 
974
- type index$b_ITaskThreadsPost = ITaskThreadsPost;
975
- type index$b_TCompare = TCompare;
976
- type index$b_TFilter = TFilter;
977
- type index$b_TTaskDataInstagramThreads = TTaskDataInstagramThreads;
978
- type index$b_TTaskInstagram = TTaskInstagram;
979
- type index$b_TTaskInstagramBlockUser = TTaskInstagramBlockUser;
980
- type index$b_TTaskInstagramChangeInfo = TTaskInstagramChangeInfo;
981
- type index$b_TTaskInstagramFollow = TTaskInstagramFollow;
982
- type index$b_TTaskInstagramPost = TTaskInstagramPost;
983
- type index$b_TTaskInstagramReplyComment = TTaskInstagramReplyComment;
984
- type index$b_TTaskInstagramReplyMessage = TTaskInstagramReplyMessage;
985
- type index$b_TTaskThreads = TTaskThreads;
986
- declare namespace index$b {
987
- 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 };
996
+ type index$a_ITaskThreadsPost = ITaskThreadsPost;
997
+ type index$a_TCompare = TCompare;
998
+ type index$a_TFilter = TFilter;
999
+ type index$a_TTaskDataInstagramThreads = TTaskDataInstagramThreads;
1000
+ type index$a_TTaskInstagram = TTaskInstagram;
1001
+ type index$a_TTaskInstagramBlockUser = TTaskInstagramBlockUser;
1002
+ type index$a_TTaskInstagramChangeInfo = TTaskInstagramChangeInfo;
1003
+ type index$a_TTaskInstagramFollow = TTaskInstagramFollow;
1004
+ type index$a_TTaskInstagramPost = TTaskInstagramPost;
1005
+ type index$a_TTaskInstagramReplyComment = TTaskInstagramReplyComment;
1006
+ type index$a_TTaskInstagramReplyMessage = TTaskInstagramReplyMessage;
1007
+ type index$a_TTaskThreads = TTaskThreads;
1008
+ declare namespace index$a {
1009
+ export type { index$a_ITaskThreadsPost as ITaskThreadsPost, index$a_TCompare as TCompare, index$a_TFilter as TFilter, index$a_TTaskDataInstagramThreads as TTaskDataInstagramThreads, index$a_TTaskInstagram as TTaskInstagram, index$a_TTaskInstagramBlockUser as TTaskInstagramBlockUser, index$a_TTaskInstagramChangeInfo as TTaskInstagramChangeInfo, index$a_TTaskInstagramFollow as TTaskInstagramFollow, index$a_TTaskInstagramPost as TTaskInstagramPost, index$a_TTaskInstagramReplyComment as TTaskInstagramReplyComment, index$a_TTaskInstagramReplyMessage as TTaskInstagramReplyMessage, index$a_TTaskThreads as TTaskThreads };
988
1010
  }
989
1011
 
990
- interface IDepartment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1012
+ interface IDepartment extends IBaseModel, ITrackingModel<IUser> {
991
1013
  department_name: string;
992
1014
  department_slug: string;
993
1015
  department_description: string;
994
1016
  }
995
1017
 
996
- interface IUser extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
997
- user_avatar: string;
998
- user_fullName: string;
999
- user_email: string;
1000
- user_phone: string;
1001
- user_password: string;
1002
- user_gender: string;
1003
- user_attachmentAccountIdLark: string;
1004
- user_attachmentAccountNameLark: string;
1005
- user_department: IDepartment | string;
1006
- user_isRootAdmin: boolean;
1007
- user_isSubAdmin: boolean;
1008
- user_isBlocked: boolean;
1009
- }
1010
-
1011
- interface IAuthLogin extends Pick<IUser, 'user_email' | 'user_password'> {
1012
- user_key: string;
1013
- }
1014
- interface IAuthResetPassword extends Pick<IUser, 'user_email' | 'user_password'> {
1015
- user_confirmPassword: string;
1016
- }
1017
-
1018
- interface IToken extends BoInterfaceModelsCommon.IBaseModel {
1019
- token_secretKey: string;
1020
- token_code: string;
1021
- token_user: IUser | string;
1022
- }
1023
-
1024
- interface IOtpCreateSession extends Pick<IUser, 'user_email'> {
1025
- }
1026
- interface IOtpSend extends Pick<IUser, 'user_email'> {
1027
- }
1028
- interface IOtpConfirm extends Pick<IUser, 'user_email'> {
1029
- otp: string;
1030
- }
1031
-
1032
- /**
1033
- *
1034
- * !rf_sources: "blogs" => keyof AllFeaturesRoutes
1035
- * !rf_actions: ["Manager"] => Accepts all actions; Array<ERoleActions>
1036
- * !rf_attributes: <typeof Entity>{} Accepts all fields will be can update, except user_name;
1037
- */
1038
- interface IRoleFeature {
1039
- source: string;
1040
- actions: Array<string>;
1041
- attributes: object;
1042
- }
1043
- interface IRole extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1044
- role_name: string;
1045
- role_slug: string;
1046
- role_desc: string;
1047
- role_featuresRoles: Array<IRoleFeature>;
1048
- }
1049
-
1050
- interface IUserRole extends BoInterfaceModelsCommon.IBaseModel {
1051
- user: string | IUser;
1052
- role: string | IRole;
1053
- }
1054
-
1055
- type index$a_IAuthLogin = IAuthLogin;
1056
- type index$a_IAuthResetPassword = IAuthResetPassword;
1057
- type index$a_IOtpConfirm = IOtpConfirm;
1058
- type index$a_IOtpCreateSession = IOtpCreateSession;
1059
- type index$a_IOtpSend = IOtpSend;
1060
- type index$a_IRole = IRole;
1061
- type index$a_IRoleFeature = IRoleFeature;
1062
- type index$a_IToken = IToken;
1063
- type index$a_IUser = IUser;
1064
- type index$a_IUserRole = IUserRole;
1065
- declare namespace index$a {
1066
- export type { index$a_IAuthLogin as IAuthLogin, index$a_IAuthResetPassword as IAuthResetPassword, index$a_IOtpConfirm as IOtpConfirm, index$a_IOtpCreateSession as IOtpCreateSession, index$a_IOtpSend as IOtpSend, index$a_IRole as IRole, index$a_IRoleFeature as IRoleFeature, index$a_IToken as IToken, index$a_IUser as IUser, index$a_IUserRole as IUserRole };
1067
- }
1068
-
1069
- interface ILogTaskAIContent extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1070
- sheetName: string;
1071
- sheetUrl: string;
1072
- rowId: string;
1073
- col: string;
1074
- input: string;
1075
- output: string;
1076
- keyWords: string;
1077
- model: string;
1078
- versionModel: string;
1079
- channelName: string;
1080
- channelURL: string;
1081
- status: EStatusTaskAIContent;
1082
- }
1083
-
1084
- interface IManagerSheetGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1085
- name: string;
1086
- slug: string;
1087
- }
1088
-
1089
- interface IManagerSheet extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1090
- key: string;
1091
- typeSocial: ETypeSocial;
1092
- group: string | IManagerSheetGroup;
1093
- standardColumn: string;
1094
- url: string;
1095
- name: string;
1096
- isActive: boolean;
1097
- }
1098
-
1099
- interface IManagerWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1018
+ interface IManagerWork extends IBaseModel, ITrackingModel<IUser> {
1100
1019
  mw_name: string;
1101
1020
  mw_user: string | IUser;
1102
1021
  mw_department: string | IDepartment;
@@ -1119,13 +1038,13 @@ interface IManagerWorkPin extends BoInterfaceModelsCommon.IBaseModel {
1119
1038
  pin_manager: string | IManagerWork;
1120
1039
  }
1121
1040
 
1122
- interface ISheetWorksCategory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1041
+ interface ISheetWorksCategory extends IBaseModel, ITrackingModel<IUser> {
1123
1042
  swc_name: string;
1124
1043
  swc_slug: string;
1125
1044
  swc_desc: string;
1126
1045
  }
1127
1046
 
1128
- interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1047
+ interface ISheetWork extends IBaseModel, ITrackingModel<IUser> {
1129
1048
  sw_name: string;
1130
1049
  sw_slug: string;
1131
1050
  sw_url: string;
@@ -1150,34 +1069,34 @@ interface ISheetWorkPin extends BoInterfaceModelsCommon.IBaseModel {
1150
1069
  pin_sheetWork: string | ISheetWork;
1151
1070
  }
1152
1071
 
1153
- interface ITag extends BoInterfaceModelsCommon$1.IBaseModel {
1072
+ interface ITag extends IBaseModel {
1154
1073
  tag_manager?: IManagerWork | string;
1155
1074
  tag_sheetWork?: ISheetWork | string;
1156
1075
  tag_name: string;
1157
1076
  tag_color: string;
1158
1077
  }
1159
1078
 
1160
- interface IDomain extends BoInterfaceModelsCommon$1.IBaseModel {
1079
+ interface IDomain extends IBaseModel {
1161
1080
  domain_manager?: IManagerWork | string;
1162
1081
  domain_sheetWork?: ISheetWork | string;
1163
1082
  domain_name: string;
1164
1083
  domain_color: string;
1165
1084
  }
1166
1085
 
1167
- interface ISheetWorkManager extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1086
+ interface ISheetWorkManager extends IBaseModel, ITrackingModel<IUser> {
1168
1087
  sheetWork: ISheetWork | string;
1169
1088
  idea: IManagerWork | string;
1170
1089
  niche: IManagerWork | string;
1171
1090
  subNiche: IManagerWork | string;
1172
1091
  }
1173
1092
 
1174
- interface IBlogsCategory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1093
+ interface IBlogsCategory extends IBaseModel, ITrackingModel<IUser> {
1175
1094
  bc_name: string;
1176
1095
  bc_desc: string;
1177
1096
  bc_slug: string;
1178
1097
  }
1179
1098
 
1180
- interface IBlog extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1099
+ interface IBlog extends IBaseModel, ITrackingModel<IUser> {
1181
1100
  blog_name: string;
1182
1101
  blog_thumb: string;
1183
1102
  blog_desc: string;
@@ -1191,7 +1110,7 @@ interface IBlog extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
1191
1110
  blog_usersPermission: string[] | IUser[];
1192
1111
  }
1193
1112
 
1194
- interface ITeam extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1113
+ interface ITeam extends IBaseModel, ITrackingModel<IUser> {
1195
1114
  name: string;
1196
1115
  department: string | IDepartment;
1197
1116
  listTypeSocials: ETypeSocial[];
@@ -1200,22 +1119,40 @@ interface ITeam extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
1200
1119
  status: EStatusTeam;
1201
1120
  }
1202
1121
 
1203
- interface ITeamRole extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1122
+ /**
1123
+ *
1124
+ * !rf_sources: "blogs" => keyof AllFeaturesRoutes
1125
+ * !rf_actions: ["Manager"] => Accepts all actions; Array<ERoleActions>
1126
+ * !rf_attributes: <typeof Entity>{} Accepts all fields will be can update, except user_name;
1127
+ */
1128
+ interface IRoleFeature {
1129
+ source: string;
1130
+ actions: Array<string>;
1131
+ attributes: object;
1132
+ }
1133
+ interface IRole extends IBaseModel, ITrackingModel<IUser> {
1134
+ role_name: string;
1135
+ role_slug: string;
1136
+ role_desc: string;
1137
+ role_featuresRoles: Array<IRoleFeature>;
1138
+ }
1139
+
1140
+ interface ITeamRole extends IBaseModel, ITrackingModel<IUser> {
1204
1141
  team: string | ITeam;
1205
1142
  role: string | IRole;
1206
1143
  }
1207
1144
 
1208
- interface ITeamMember extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1145
+ interface ITeamMember extends IBaseModel, ITrackingModel<IUser> {
1209
1146
  team: string | ITeam;
1210
1147
  member: string | IUser;
1211
1148
  }
1212
1149
 
1213
- interface IDepartmentRole extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1150
+ interface IDepartmentRole extends IBaseModel, ITrackingModel<IUser> {
1214
1151
  department: string | IDepartment;
1215
1152
  role: string | IRole;
1216
1153
  }
1217
1154
 
1218
- interface ILark extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1155
+ interface ILark extends IBaseModel, ITrackingModel<IUser> {
1219
1156
  lark_name: string;
1220
1157
  lark_botHook: string;
1221
1158
  lark_department: string | IDepartment;
@@ -1223,7 +1160,7 @@ interface ILark extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
1223
1160
  lark_typeObject: ELarkObject;
1224
1161
  }
1225
1162
 
1226
- interface ITaskJobsGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1163
+ interface ITaskJobsGroup extends IBaseModel, ITrackingModel<IUser> {
1227
1164
  tjg_name: string;
1228
1165
  tjg_slug: string;
1229
1166
  tjg_otherNumber: number;
@@ -1247,7 +1184,7 @@ interface ITaskJobLabel {
1247
1184
  slug: string;
1248
1185
  color: string;
1249
1186
  }
1250
- interface ITaskJob extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1187
+ interface ITaskJob extends IBaseModel, ITrackingModel<IUser> {
1251
1188
  tj_name: string;
1252
1189
  tj_slug: string;
1253
1190
  tj_desc: string;
@@ -1266,27 +1203,27 @@ interface ITaskJob extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
1266
1203
  tj_usersPermission: string[] | IUser[];
1267
1204
  }
1268
1205
 
1269
- interface ITaskJobBlogAttached extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1206
+ interface ITaskJobBlogAttached extends IBaseModel, ITrackingModel<IUser> {
1270
1207
  taskJob: string | ITaskJob;
1271
1208
  blog: string | IBlog;
1272
1209
  }
1273
1210
 
1274
- interface ITaskJobDepartmentPermission extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1211
+ interface ITaskJobDepartmentPermission extends IBaseModel, ITrackingModel<IUser> {
1275
1212
  taskJob: string | ITaskJob;
1276
1213
  department: string | IDepartment;
1277
1214
  }
1278
1215
 
1279
- interface ITaskJobTeamPermission extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1216
+ interface ITaskJobTeamPermission extends IBaseModel, ITrackingModel<IUser> {
1280
1217
  taskJob: string | ITaskJob;
1281
1218
  team: string | ITeam;
1282
1219
  }
1283
1220
 
1284
- interface ITaskJobUserPermission extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1221
+ interface ITaskJobUserPermission extends IBaseModel, ITrackingModel<IUser> {
1285
1222
  taskJob: string | ITaskJob;
1286
1223
  user: string | IUser;
1287
1224
  }
1288
1225
 
1289
- interface IImage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1226
+ interface IImage extends IBaseModel, ITrackingModel<IUser> {
1290
1227
  image_key: string;
1291
1228
  image_path: string;
1292
1229
  image_url: string;
@@ -1327,17 +1264,122 @@ declare namespace index$9 {
1327
1264
  export type { index$9_IBlog as IBlog, index$9_IBlogsCategory as IBlogsCategory, index$9_IDepartment as IDepartment, index$9_IDepartmentRole as IDepartmentRole, index$9_IDomain as IDomain, index$9_IImage as IImage, index$9_ILark as ILark, index$9_IManagerWork as IManagerWork, index$9_IManagerWorkPin as IManagerWorkPin, index$9_ISheetWork as ISheetWork, index$9_ISheetWorkManager as ISheetWorkManager, index$9_ISheetWorkPin as ISheetWorkPin, index$9_ISheetWorksCategory as ISheetWorksCategory, index$9_ITag as ITag, index$9_ITaskJob as ITaskJob, index$9_ITaskJobBlogAttached as ITaskJobBlogAttached, index$9_ITaskJobCheckList as ITaskJobCheckList, index$9_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$9_ITaskJobDiscuss as ITaskJobDiscuss, index$9_ITaskJobLabel as ITaskJobLabel, index$9_ITaskJobTeamPermission as ITaskJobTeamPermission, index$9_ITaskJobUserPermission as ITaskJobUserPermission, index$9_ITaskJobsGroup as ITaskJobsGroup, index$9_ITeam as ITeam, index$9_ITeamMember as ITeamMember, index$9_ITeamRole as ITeamRole };
1328
1265
  }
1329
1266
 
1330
- interface IAccountAIGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1267
+ interface IBaseModel {
1268
+ id: string;
1269
+ createdAt: Date;
1270
+ updatedAt: Date;
1271
+ version: number;
1272
+ }
1273
+ interface ITrackingModel<T> {
1274
+ createdBy: T | string;
1275
+ updatedBy?: T | string;
1276
+ team: ITeam | string;
1277
+ department: IDepartment | string;
1278
+ }
1279
+
1280
+ interface IFile extends IBaseModel, ITrackingModel<IUser> {
1281
+ name: string;
1282
+ path: string;
1283
+ size: number;
1284
+ type: string;
1285
+ md5: string;
1286
+ url: string;
1287
+ isDraft: boolean;
1288
+ }
1289
+
1290
+ type index$8_IBaseModel = IBaseModel;
1291
+ type index$8_IFile = IFile;
1292
+ type index$8_ITrackingModel<T> = ITrackingModel<T>;
1293
+ declare namespace index$8 {
1294
+ export type { index$8_IBaseModel as IBaseModel, index$8_IFile as IFile, index$8_ITrackingModel as ITrackingModel };
1295
+ }
1296
+
1297
+ interface IUser extends IBaseModel, ITrackingModel<IUser> {
1298
+ user_avatar: string;
1299
+ user_fullName: string;
1300
+ user_email: string;
1301
+ user_phone: string;
1302
+ user_password: string;
1303
+ user_gender: string;
1304
+ user_attachmentAccountIdLark: string;
1305
+ user_attachmentAccountNameLark: string;
1306
+ user_department: IDepartment | string;
1307
+ user_isRootAdmin: boolean;
1308
+ user_isSubAdmin: boolean;
1309
+ user_isBlocked: boolean;
1310
+ }
1311
+
1312
+ interface IAuthLogin extends Pick<IUser, 'user_email' | 'user_password'> {
1313
+ user_key: string;
1314
+ }
1315
+ interface IAuthResetPassword extends Pick<IUser, 'user_email' | 'user_password'> {
1316
+ user_confirmPassword: string;
1317
+ }
1318
+
1319
+ interface IToken extends BoInterfaceModelsCommon.IBaseModel {
1320
+ token_secretKey: string;
1321
+ token_code: string;
1322
+ token_user: IUser | string;
1323
+ }
1324
+
1325
+ interface IOtpCreateSession extends Pick<IUser, 'user_email'> {
1326
+ }
1327
+ interface IOtpSend extends Pick<IUser, 'user_email'> {
1328
+ }
1329
+ interface IOtpConfirm extends Pick<IUser, 'user_email'> {
1330
+ otp: string;
1331
+ }
1332
+
1333
+ interface IUserRole extends BoInterfaceModelsCommon.IBaseModel {
1334
+ user: string | IUser;
1335
+ role: string | IRole;
1336
+ }
1337
+
1338
+ type index$7_IAuthLogin = IAuthLogin;
1339
+ type index$7_IAuthResetPassword = IAuthResetPassword;
1340
+ type index$7_IOtpConfirm = IOtpConfirm;
1341
+ type index$7_IOtpCreateSession = IOtpCreateSession;
1342
+ type index$7_IOtpSend = IOtpSend;
1343
+ type index$7_IRole = IRole;
1344
+ type index$7_IRoleFeature = IRoleFeature;
1345
+ type index$7_IToken = IToken;
1346
+ type index$7_IUser = IUser;
1347
+ type index$7_IUserRole = IUserRole;
1348
+ declare namespace index$7 {
1349
+ export type { index$7_IAuthLogin as IAuthLogin, index$7_IAuthResetPassword as IAuthResetPassword, index$7_IOtpConfirm as IOtpConfirm, index$7_IOtpCreateSession as IOtpCreateSession, index$7_IOtpSend as IOtpSend, index$7_IRole as IRole, index$7_IRoleFeature as IRoleFeature, index$7_IToken as IToken, index$7_IUser as IUser, index$7_IUserRole as IUserRole };
1350
+ }
1351
+
1352
+ interface ILogTaskAIContent extends IBaseModel, ITrackingModel<IUser> {
1353
+ sheetName: string;
1354
+ sheetUrl: string;
1355
+ rowId: string;
1356
+ col: string;
1357
+ input: string;
1358
+ output: string;
1359
+ keyWords: string;
1360
+ model: string;
1361
+ versionModel: string;
1362
+ channelName: string;
1363
+ channelURL: string;
1364
+ status: EStatusTaskAIContent;
1365
+ }
1366
+
1367
+ interface IManagerSheetGroup extends IBaseModel, ITrackingModel<IUser> {
1331
1368
  name: string;
1332
1369
  slug: string;
1333
1370
  }
1334
1371
 
1335
- interface IAccountAITag extends BoInterfaceModelsCommon$1.IBaseModel {
1372
+ interface IManagerSheet extends IBaseModel, ITrackingModel<IUser> {
1373
+ key: string;
1374
+ typeSocial: ETypeSocial;
1375
+ group: string | IManagerSheetGroup;
1376
+ standardColumn: string;
1377
+ url: string;
1336
1378
  name: string;
1337
- color: string;
1379
+ isActive: boolean;
1338
1380
  }
1339
1381
 
1340
- interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1382
+ interface IAccountAIChannel extends IBaseModel, ITrackingModel<IUser> {
1341
1383
  model: EAIModelContent;
1342
1384
  name: string;
1343
1385
  url: string;
@@ -1346,7 +1388,12 @@ interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInte
1346
1388
  note: string;
1347
1389
  }
1348
1390
 
1349
- interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1391
+ interface IAccountAIGroup extends IBaseModel, ITrackingModel<IUser> {
1392
+ name: string;
1393
+ slug: string;
1394
+ }
1395
+
1396
+ interface IAccountEmail extends IBaseModel, ITrackingModel<IUser> {
1350
1397
  email: string;
1351
1398
  emailRecover: string;
1352
1399
  password: string;
@@ -1356,7 +1403,7 @@ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1356
1403
  note: string;
1357
1404
  }
1358
1405
 
1359
- interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1406
+ interface IAccountAIInfo extends IBaseModel, ITrackingModel<IUser> {
1360
1407
  model: EAIModelContent;
1361
1408
  provider: string;
1362
1409
  versionModel: EAIVersionGPT | EAIVersionPerplexity;
@@ -1366,7 +1413,12 @@ interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfa
1366
1413
  status: EStatusAccountAI;
1367
1414
  }
1368
1415
 
1369
- interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1416
+ interface IAccountAITag extends BoInterfaceModelsCommon$1.IBaseModel {
1417
+ name: string;
1418
+ color: string;
1419
+ }
1420
+
1421
+ interface IAccountAI extends IBaseModel, ITrackingModel<IUser> {
1370
1422
  listGroupsAI: string[] | IAccountAIGroup[];
1371
1423
  ideaManagerWork: string | IManagerWork;
1372
1424
  nicheManagerWork: string[] | IManagerWork[];
@@ -1380,7 +1432,7 @@ interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceMo
1380
1432
  status: EStatusActive;
1381
1433
  }
1382
1434
 
1383
- interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1435
+ interface IManagerSheetChildren extends IBaseModel, ITrackingModel<IUser> {
1384
1436
  managerSheet: string | IManagerSheet;
1385
1437
  name: string;
1386
1438
  accountAI: string | IAccountAI;
@@ -1401,7 +1453,7 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1401
1453
  numberHourForExecute: number;
1402
1454
  }
1403
1455
 
1404
- interface IManagerSheetChildrenGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1456
+ interface IManagerSheetChildrenGroup extends IBaseModel, ITrackingModel<IUser> {
1405
1457
  sheetChildren: string | IManagerSheetChildren;
1406
1458
  name: string;
1407
1459
  slug: string;
@@ -1409,7 +1461,7 @@ interface IManagerSheetChildrenGroup extends BoInterfaceModelsCommon$1.IBaseMode
1409
1461
  listChannelsAI: string[] | IAccountAIChannel[];
1410
1462
  }
1411
1463
 
1412
- interface IManagerSheetChildrenGroupItem extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1464
+ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel<IUser> {
1413
1465
  group: string | IManagerSheetChildrenGroup;
1414
1466
  order: number;
1415
1467
  columnSymbol: string;
@@ -1419,7 +1471,7 @@ interface IManagerSheetChildrenGroupItem extends BoInterfaceModelsCommon$1.IBase
1419
1471
  keyWordsBlank: string;
1420
1472
  }
1421
1473
 
1422
- interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1474
+ interface IManagerImageAI extends IBaseModel, ITrackingModel<IUser> {
1423
1475
  folderName: string;
1424
1476
  typeSocial: ETypeSocial;
1425
1477
  model: EAIModelImage;
@@ -1427,7 +1479,7 @@ interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
1427
1479
  niches: IManagerWork[] | string[];
1428
1480
  }
1429
1481
 
1430
- interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1482
+ interface IAccountCanva extends IBaseModel, ITrackingModel<IUser> {
1431
1483
  sheetUrl: string;
1432
1484
  sheetName: string;
1433
1485
  rowId: string;
@@ -1440,7 +1492,7 @@ interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1440
1492
  note: string;
1441
1493
  }
1442
1494
 
1443
- interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1495
+ interface IAccountDrive extends IBaseModel, ITrackingModel<IUser> {
1444
1496
  sheetUrl: string;
1445
1497
  sheetName: string;
1446
1498
  rowId: string;
@@ -1453,7 +1505,7 @@ interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1453
1505
  note: string;
1454
1506
  }
1455
1507
 
1456
- interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1508
+ interface IProxy extends IBaseModel, ITrackingModel<IUser> {
1457
1509
  sheetUrl: string;
1458
1510
  sheetName: string;
1459
1511
  rowId: string;
@@ -1479,12 +1531,12 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
1479
1531
  note: string;
1480
1532
  }
1481
1533
 
1482
- interface IAccountVPSGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1534
+ interface IAccountVPSGroup extends IBaseModel, ITrackingModel<IUser> {
1483
1535
  name: string;
1484
1536
  slug: string;
1485
1537
  }
1486
1538
 
1487
- interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1539
+ interface IAccountVPS extends IBaseModel, ITrackingModel<IUser> {
1488
1540
  group: string | IAccountVPSGroup;
1489
1541
  ip: string;
1490
1542
  port: string;
@@ -1495,7 +1547,7 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
1495
1547
  status: EStatusVPS;
1496
1548
  }
1497
1549
 
1498
- interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1550
+ interface IAccountVPN extends IBaseModel, ITrackingModel<IUser> {
1499
1551
  sheetUrl: string;
1500
1552
  sheetName: string;
1501
1553
  rowId: string;
@@ -1519,7 +1571,7 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
1519
1571
  note: string;
1520
1572
  }
1521
1573
 
1522
- interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1574
+ interface IAccountCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
1523
1575
  sheetUrl: string;
1524
1576
  sheetName: string;
1525
1577
  rowId: string;
@@ -1539,32 +1591,17 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
1539
1591
  note: string;
1540
1592
  }
1541
1593
 
1542
- interface IAccountsGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1594
+ interface IAccountsGroup extends IBaseModel, ITrackingModel<IUser> {
1543
1595
  ag_name: string;
1544
1596
  ag_slug: string;
1545
1597
  }
1546
1598
 
1547
- interface IFile extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1548
- name: string;
1549
- path: string;
1550
- size: number;
1551
- type: string;
1552
- md5: string;
1553
- url: string;
1554
- isDraft: boolean;
1555
- }
1556
-
1557
- type index$8_IFile = IFile;
1558
- declare namespace index$8 {
1559
- export type { index$8_IFile as IFile };
1560
- }
1561
-
1562
- interface IPC extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1599
+ interface IPC extends IBaseModel, ITrackingModel<IUser> {
1563
1600
  pc_name: string;
1564
- pc_user: IUser | string;
1601
+ pc_description: string;
1565
1602
  }
1566
1603
 
1567
- interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1604
+ interface IDevice extends IBaseModel, ITrackingModel<IUser> {
1568
1605
  sheetUrl: string;
1569
1606
  sheetName: string;
1570
1607
  rowId: string;
@@ -1582,7 +1619,7 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
1582
1619
  note: string;
1583
1620
  }
1584
1621
 
1585
- interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1622
+ interface IAccount extends IBaseModel, ITrackingModel<IUser> {
1586
1623
  group: IAccountsGroup | string;
1587
1624
  typeSocial: ETypeSocial;
1588
1625
  sheetUrl: string;
@@ -1635,32 +1672,32 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
1635
1672
  note: string;
1636
1673
  }
1637
1674
 
1638
- interface IDeviceSettingForAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1675
+ interface IDeviceSettingForAccount extends IBaseModel, ITrackingModel<IUser> {
1639
1676
  deviceKey: string;
1640
1677
  device: string | IDevice;
1641
1678
  typeSocial: ETypeSocial;
1642
1679
  accountSocial: IAccount | string;
1643
1680
  }
1644
1681
 
1645
- interface IDeviceSettingForCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1682
+ interface IDeviceSettingForCHPlay extends IBaseModel, ITrackingModel<IUser> {
1646
1683
  deviceKey: string;
1647
1684
  device: string | IDevice;
1648
1685
  accountCHPlayICloud: IAccountCHPlayICloud | string;
1649
1686
  }
1650
1687
 
1651
- interface IDeviceSettingForProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1688
+ interface IDeviceSettingForProxy extends IBaseModel, ITrackingModel<IUser> {
1652
1689
  deviceKey: string;
1653
1690
  device: string | IDevice;
1654
1691
  proxy: IProxy | string;
1655
1692
  }
1656
1693
 
1657
- interface IDeviceSettingForVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1694
+ interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel<IUser> {
1658
1695
  deviceKey: string;
1659
1696
  device: string | IDevice;
1660
1697
  accountVPN: string | IAccountVPN;
1661
1698
  }
1662
1699
 
1663
- interface IAccountRaw extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1700
+ interface IAccountRaw extends IBaseModel, ITrackingModel<IUser> {
1664
1701
  group: IAccountsGroup | string;
1665
1702
  typeSocial: ETypeSocial;
1666
1703
  accountSocialSync: IAccount;
@@ -1718,46 +1755,55 @@ interface IAccountRaw extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
1718
1755
  noteConnectDevice: string;
1719
1756
  }
1720
1757
 
1721
- interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1758
+ interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
1722
1759
  accountSocialRaw: string | IAccountRaw;
1723
1760
  managerImageAI: string | IManagerImageAI;
1724
1761
  typeSocial: ETypeSocial;
1725
1762
  }
1726
1763
 
1727
- interface IManagerImageAIItemStore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1764
+ interface IManagerImageAIItemStore extends IBaseModel, ITrackingModel<IUser> {
1728
1765
  file: IFile | string;
1729
1766
  managerImage: IManagerImageAI | string;
1730
1767
  typeFolderStore: EFolderImageAI;
1731
1768
  }
1732
1769
 
1733
- interface IAccountEmailTag extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1770
+ interface IAccountEmailTag extends IBaseModel, ITrackingModel<IUser> {
1734
1771
  email: string;
1735
1772
  typeTag: EEmailTagType | string;
1736
1773
  model: EAIModelContent | EAIModelImage | EAIModelVoice;
1737
1774
  }
1738
1775
 
1739
- interface IAccountEmailProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1776
+ interface IAccountEmailProxy extends IBaseModel, ITrackingModel<IUser> {
1740
1777
  accountEmail: string | IAccountEmail;
1741
1778
  proxy: string | IProxy;
1742
1779
  }
1743
1780
 
1744
- interface IAccountEmailTaskWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1781
+ interface IAccountEmailTaskWork extends IBaseModel, ITrackingModel<IUser> {
1745
1782
  accountEmail: string;
1746
1783
  idea: string | IManagerWork;
1747
1784
  niches: string[] | IManagerWork[];
1748
1785
  }
1749
1786
 
1750
- interface IAccountAIVoiceTag extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1787
+ interface IAccountAIVoiceTag extends IBaseModel, ITrackingModel<IUser> {
1751
1788
  name: string;
1752
1789
  color: string;
1753
1790
  }
1754
1791
 
1755
- interface IAccountAIVoiceGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1792
+ interface IAccountAIVoiceChannel extends IBaseModel, ITrackingModel<IUser> {
1793
+ model: EAIModelVoice;
1794
+ name: string;
1795
+ url: string;
1796
+ color: string;
1797
+ status: EStatusChannel;
1798
+ note: string;
1799
+ }
1800
+
1801
+ interface IAccountAIVoiceGroup extends IBaseModel, ITrackingModel<IUser> {
1756
1802
  name: string;
1757
1803
  slug: string;
1758
1804
  }
1759
1805
 
1760
- interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1806
+ interface IAccountAIVoiceInfo extends IBaseModel, ITrackingModel<IUser> {
1761
1807
  model: EAIModelVoice;
1762
1808
  provider: string;
1763
1809
  versionModel: EAIVersionVoice;
@@ -1767,16 +1813,7 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
1767
1813
  status: EStatusAccountAI;
1768
1814
  }
1769
1815
 
1770
- interface IAccountAIVoiceChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1771
- model: EAIModelVoice;
1772
- name: string;
1773
- url: string;
1774
- color: string;
1775
- status: EStatusChannel;
1776
- note: string;
1777
- }
1778
-
1779
- interface IAccountAIVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1816
+ interface IAccountAIVoice extends IBaseModel, ITrackingModel<IUser> {
1780
1817
  listGroupsAI: string[] | IAccountAIVoiceGroup[];
1781
1818
  ideaManagerWork: string | IManagerWork;
1782
1819
  nicheManagerWork: string[] | IManagerWork[];
@@ -1790,12 +1827,12 @@ interface IAccountAIVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterf
1790
1827
  status: EStatusActive;
1791
1828
  }
1792
1829
 
1793
- interface IAccountAIImageTag extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1830
+ interface IAccountAIImageTag extends IBaseModel, ITrackingModel<IUser> {
1794
1831
  name: string;
1795
1832
  color: string;
1796
1833
  }
1797
1834
 
1798
- interface IAccountAIImageChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1835
+ interface IAccountAIImageChannel extends IBaseModel, ITrackingModel<IUser> {
1799
1836
  model: EAIModelImage;
1800
1837
  name: string;
1801
1838
  url: string;
@@ -1804,12 +1841,12 @@ interface IAccountAIImageChannel extends BoInterfaceModelsCommon$1.IBaseModel, B
1804
1841
  note: string;
1805
1842
  }
1806
1843
 
1807
- interface IAccountAIImageGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1844
+ interface IAccountAIImageGroup extends IBaseModel, ITrackingModel<IUser> {
1808
1845
  name: string;
1809
1846
  slug: string;
1810
1847
  }
1811
1848
 
1812
- interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1849
+ interface IAccountAIImageInfo extends IBaseModel, ITrackingModel<IUser> {
1813
1850
  model: EAIModelImage;
1814
1851
  provider: string;
1815
1852
  versionModel: EAIVersionImage;
@@ -1819,7 +1856,7 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
1819
1856
  status: EStatusAccountAI;
1820
1857
  }
1821
1858
 
1822
- interface IAccountAIImage extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1859
+ interface IAccountAIImage extends IBaseModel, ITrackingModel<IUser> {
1823
1860
  listGroupsAI: string[] | IAccountAIImageGroup[];
1824
1861
  ideaManagerWork: string | IManagerWork;
1825
1862
  nicheManagerWork: string[] | IManagerWork[];
@@ -1833,20 +1870,20 @@ interface IAccountAIImage extends BoInterfaceModelsCommon$1.IBaseModel, BoInterf
1833
1870
  status: EStatusActive;
1834
1871
  }
1835
1872
 
1836
- interface ITaskToolInstagramThreads extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1873
+ interface ITaskToolInstagramThreads extends IBaseModel, ITrackingModel<IUser> {
1837
1874
  data: TTaskDataInstagramThreads;
1838
1875
  }
1839
1876
 
1840
- interface ISheetsTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1841
- sheet_social: ETypeSocial;
1842
- sheet_type: ESheetToolInstagramThreads;
1877
+ interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
1878
+ sheet_typeSocial: ETypeSocial;
1879
+ sheet_type: ESheetToolCommon | ESheetToolInstagram | ESheetToolThreads;
1843
1880
  sheet_url: string;
1844
1881
  sheet_name: string;
1845
1882
  sheet_slug: string;
1846
1883
  sheet_desc: string;
1847
1884
  }
1848
1885
 
1849
- interface ITaskToolSocials extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1886
+ interface ITaskToolSocials extends IBaseModel, ITrackingModel<IUser> {
1850
1887
  typeSocial: ETypeSocial;
1851
1888
  timeExecute: Date;
1852
1889
  keyTimeSetting: string;
@@ -1861,10 +1898,10 @@ interface ITaskToolSocials extends BoInterfaceModelsCommon.IBaseModel, BoInterfa
1861
1898
  note: string;
1862
1899
  }
1863
1900
 
1864
- type index$7_ITaskToolInstagramThreads = ITaskToolInstagramThreads;
1865
- type index$7_ITaskToolSocials = ITaskToolSocials;
1866
- declare namespace index$7 {
1867
- export type { index$7_ITaskToolInstagramThreads as ITaskToolInstagramThreads, index$7_ITaskToolSocials as ITaskToolSocials };
1901
+ type index$6_ITaskToolInstagramThreads = ITaskToolInstagramThreads;
1902
+ type index$6_ITaskToolSocials = ITaskToolSocials;
1903
+ declare namespace index$6 {
1904
+ export type { index$6_ITaskToolInstagramThreads as ITaskToolInstagramThreads, index$6_ITaskToolSocials as ITaskToolSocials };
1868
1905
  }
1869
1906
 
1870
1907
  interface ITaskAIItemAction {
@@ -1885,7 +1922,7 @@ interface ITaskAIItemGroup {
1885
1922
  listChannelsAI: Array<string> | Array<IAccountAIChannel>;
1886
1923
  status: EStatusTaskAIContent;
1887
1924
  }
1888
- interface ITaskAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1925
+ interface ITaskAI extends IBaseModel, ITrackingModel<IUser> {
1889
1926
  accountAI: string | IAccountAI;
1890
1927
  sheetID: string;
1891
1928
  sheetUrl: string;
@@ -1899,7 +1936,7 @@ interface ITaskAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
1899
1936
  status: EStatusTaskAIContent;
1900
1937
  }
1901
1938
 
1902
- interface ITaskAIImageVoiceCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1939
+ interface ITaskAIImageVoiceCanva extends IBaseModel, ITrackingModel<IUser> {
1903
1940
  sheetID: string;
1904
1941
  sheetUrl: string;
1905
1942
  sheetName: string;
@@ -1962,27 +1999,27 @@ interface ITaskAIImageVoiceCanva extends BoInterfaceModelsCommon.IBaseModel, BoI
1962
1999
  status: EStatusTaskImageVoiceCanva;
1963
2000
  }
1964
2001
 
1965
- type index$6_ITaskAI = ITaskAI;
1966
- type index$6_ITaskAIImageVoiceCanva = ITaskAIImageVoiceCanva;
1967
- type index$6_ITaskAIItemAction = ITaskAIItemAction;
1968
- type index$6_ITaskAIItemGroup = ITaskAIItemGroup;
1969
- declare namespace index$6 {
1970
- export type { index$6_ITaskAI as ITaskAI, index$6_ITaskAIImageVoiceCanva as ITaskAIImageVoiceCanva, index$6_ITaskAIItemAction as ITaskAIItemAction, index$6_ITaskAIItemGroup as ITaskAIItemGroup };
2002
+ type index$5_ITaskAI = ITaskAI;
2003
+ type index$5_ITaskAIImageVoiceCanva = ITaskAIImageVoiceCanva;
2004
+ type index$5_ITaskAIItemAction = ITaskAIItemAction;
2005
+ type index$5_ITaskAIItemGroup = ITaskAIItemGroup;
2006
+ declare namespace index$5 {
2007
+ export type { index$5_ITaskAI as ITaskAI, index$5_ITaskAIImageVoiceCanva as ITaskAIImageVoiceCanva, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup };
1971
2008
  }
1972
2009
 
1973
- interface IVoiceLanguage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2010
+ interface IVoiceLanguage extends IBaseModel, ITrackingModel<IUser> {
1974
2011
  vl_name: string;
1975
2012
  vl_key: ETypeVoiceLanguage;
1976
2013
  }
1977
2014
 
1978
- interface IVoiceStores extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2015
+ interface IVoiceStores extends IBaseModel, ITrackingModel<IUser> {
1979
2016
  vs_name: string;
1980
2017
  vs_avatar: string;
1981
2018
  vs_audio: string;
1982
2019
  vs_language: IVoiceLanguage | string;
1983
2020
  }
1984
2021
 
1985
- interface IVoiceGenerated extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2022
+ interface IVoiceGenerated extends IBaseModel, ITrackingModel<IUser> {
1986
2023
  vg_content: Array<{
1987
2024
  prompt: string;
1988
2025
  voiceStore: IVoiceStores | string;
@@ -1996,64 +2033,64 @@ interface IVoiceGenerated extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
1996
2033
  vg_audio: string;
1997
2034
  }
1998
2035
 
1999
- interface IVoiceSettingDelay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2036
+ interface IVoiceSettingDelay extends IBaseModel, ITrackingModel<IUser> {
2000
2037
  vsd_symbol: string;
2001
2038
  vsd_timeDelay: number;
2002
2039
  }
2003
2040
 
2004
- type index$5_IAccount = IAccount;
2005
- type index$5_IAccountAI = IAccountAI;
2006
- type index$5_IAccountAIChannel = IAccountAIChannel;
2007
- type index$5_IAccountAIGroup = IAccountAIGroup;
2008
- type index$5_IAccountAIImage = IAccountAIImage;
2009
- type index$5_IAccountAIImageChannel = IAccountAIImageChannel;
2010
- type index$5_IAccountAIImageGroup = IAccountAIImageGroup;
2011
- type index$5_IAccountAIImageInfo = IAccountAIImageInfo;
2012
- type index$5_IAccountAIImageTag = IAccountAIImageTag;
2013
- type index$5_IAccountAIInfo = IAccountAIInfo;
2014
- type index$5_IAccountAITag = IAccountAITag;
2015
- type index$5_IAccountAIVoice = IAccountAIVoice;
2016
- type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
2017
- type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
2018
- type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
2019
- type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
2020
- type index$5_IAccountCHPlayICloud = IAccountCHPlayICloud;
2021
- type index$5_IAccountCanva = IAccountCanva;
2022
- type index$5_IAccountDrive = IAccountDrive;
2023
- type index$5_IAccountEmail = IAccountEmail;
2024
- type index$5_IAccountEmailProxy = IAccountEmailProxy;
2025
- type index$5_IAccountEmailTag = IAccountEmailTag;
2026
- type index$5_IAccountEmailTaskWork = IAccountEmailTaskWork;
2027
- type index$5_IAccountRaw = IAccountRaw;
2028
- type index$5_IAccountVPN = IAccountVPN;
2029
- type index$5_IAccountVPS = IAccountVPS;
2030
- type index$5_IAccountVPSGroup = IAccountVPSGroup;
2031
- type index$5_IAccountsGroup = IAccountsGroup;
2032
- type index$5_IDevice = IDevice;
2033
- type index$5_IDeviceSettingForAccount = IDeviceSettingForAccount;
2034
- type index$5_IDeviceSettingForCHPlay = IDeviceSettingForCHPlay;
2035
- type index$5_IDeviceSettingForProxy = IDeviceSettingForProxy;
2036
- type index$5_IDeviceSettingForVPN = IDeviceSettingForVPN;
2037
- type index$5_IManagerImageAI = IManagerImageAI;
2038
- type index$5_IManagerImageAIItemStore = IManagerImageAIItemStore;
2039
- type index$5_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
2040
- type index$5_IManagerSheet = IManagerSheet;
2041
- type index$5_IManagerSheetChildren = IManagerSheetChildren;
2042
- type index$5_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
2043
- type index$5_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
2044
- type index$5_IManagerSheetGroup = IManagerSheetGroup;
2045
- type index$5_IPC = IPC;
2046
- type index$5_IProxy = IProxy;
2047
- type index$5_ISheetsTool = ISheetsTool;
2048
- type index$5_IVoiceGenerated = IVoiceGenerated;
2049
- type index$5_IVoiceLanguage = IVoiceLanguage;
2050
- type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
2051
- type index$5_IVoiceStores = IVoiceStores;
2052
- declare namespace index$5 {
2053
- export { type index$5_IAccount as IAccount, type index$5_IAccountAI as IAccountAI, type index$5_IAccountAIChannel as IAccountAIChannel, type index$5_IAccountAIGroup as IAccountAIGroup, type index$5_IAccountAIImage as IAccountAIImage, type index$5_IAccountAIImageChannel as IAccountAIImageChannel, type index$5_IAccountAIImageGroup as IAccountAIImageGroup, type index$5_IAccountAIImageInfo as IAccountAIImageInfo, type index$5_IAccountAIImageTag as IAccountAIImageTag, type index$5_IAccountAIInfo as IAccountAIInfo, type index$5_IAccountAITag as IAccountAITag, type index$5_IAccountAIVoice as IAccountAIVoice, type index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$5_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$5_IAccountCanva as IAccountCanva, type index$5_IAccountDrive as IAccountDrive, type index$5_IAccountEmail as IAccountEmail, type index$5_IAccountEmailProxy as IAccountEmailProxy, type index$5_IAccountEmailTag as IAccountEmailTag, type index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$5_IAccountRaw as IAccountRaw, type index$5_IAccountVPN as IAccountVPN, type index$5_IAccountVPS as IAccountVPS, type index$5_IAccountVPSGroup as IAccountVPSGroup, type index$5_IAccountsGroup as IAccountsGroup, type index$5_IDevice as IDevice, type index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$5_IManagerImageAI as IManagerImageAI, type index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$5_IManagerSheet as IManagerSheet, type index$5_IManagerSheetChildren as IManagerSheetChildren, type index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$5_IManagerSheetGroup as IManagerSheetGroup, type index$5_IPC as IPC, type index$5_IProxy as IProxy, type index$5_ISheetsTool as ISheetsTool, type index$5_IVoiceGenerated as IVoiceGenerated, type index$5_IVoiceLanguage as IVoiceLanguage, type index$5_IVoiceSettingDelay as IVoiceSettingDelay, type index$5_IVoiceStores as IVoiceStores, index$6 as TaskBrowsers, index$7 as TaskPhones };
2041
+ type index$4_IAccount = IAccount;
2042
+ type index$4_IAccountAI = IAccountAI;
2043
+ type index$4_IAccountAIChannel = IAccountAIChannel;
2044
+ type index$4_IAccountAIGroup = IAccountAIGroup;
2045
+ type index$4_IAccountAIImage = IAccountAIImage;
2046
+ type index$4_IAccountAIImageChannel = IAccountAIImageChannel;
2047
+ type index$4_IAccountAIImageGroup = IAccountAIImageGroup;
2048
+ type index$4_IAccountAIImageInfo = IAccountAIImageInfo;
2049
+ type index$4_IAccountAIImageTag = IAccountAIImageTag;
2050
+ type index$4_IAccountAIInfo = IAccountAIInfo;
2051
+ type index$4_IAccountAITag = IAccountAITag;
2052
+ type index$4_IAccountAIVoice = IAccountAIVoice;
2053
+ type index$4_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
2054
+ type index$4_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
2055
+ type index$4_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
2056
+ type index$4_IAccountAIVoiceTag = IAccountAIVoiceTag;
2057
+ type index$4_IAccountCHPlayICloud = IAccountCHPlayICloud;
2058
+ type index$4_IAccountCanva = IAccountCanva;
2059
+ type index$4_IAccountDrive = IAccountDrive;
2060
+ type index$4_IAccountEmail = IAccountEmail;
2061
+ type index$4_IAccountEmailProxy = IAccountEmailProxy;
2062
+ type index$4_IAccountEmailTag = IAccountEmailTag;
2063
+ type index$4_IAccountEmailTaskWork = IAccountEmailTaskWork;
2064
+ type index$4_IAccountRaw = IAccountRaw;
2065
+ type index$4_IAccountVPN = IAccountVPN;
2066
+ type index$4_IAccountVPS = IAccountVPS;
2067
+ type index$4_IAccountVPSGroup = IAccountVPSGroup;
2068
+ type index$4_IAccountsGroup = IAccountsGroup;
2069
+ type index$4_IDevice = IDevice;
2070
+ type index$4_IDeviceSettingForAccount = IDeviceSettingForAccount;
2071
+ type index$4_IDeviceSettingForCHPlay = IDeviceSettingForCHPlay;
2072
+ type index$4_IDeviceSettingForProxy = IDeviceSettingForProxy;
2073
+ type index$4_IDeviceSettingForVPN = IDeviceSettingForVPN;
2074
+ type index$4_IManagerImageAI = IManagerImageAI;
2075
+ type index$4_IManagerImageAIItemStore = IManagerImageAIItemStore;
2076
+ type index$4_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
2077
+ type index$4_IManagerSheet = IManagerSheet;
2078
+ type index$4_IManagerSheetChildren = IManagerSheetChildren;
2079
+ type index$4_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
2080
+ type index$4_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
2081
+ type index$4_IManagerSheetGroup = IManagerSheetGroup;
2082
+ type index$4_IPC = IPC;
2083
+ type index$4_IProxy = IProxy;
2084
+ type index$4_ISheetsTool = ISheetsTool;
2085
+ type index$4_IVoiceGenerated = IVoiceGenerated;
2086
+ type index$4_IVoiceLanguage = IVoiceLanguage;
2087
+ type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
2088
+ type index$4_IVoiceStores = IVoiceStores;
2089
+ declare namespace index$4 {
2090
+ export { 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_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_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_IPC as IPC, type index$4_IProxy as IProxy, type index$4_ISheetsTool as ISheetsTool, 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 TaskBrowsers, index$6 as TaskPhones };
2054
2091
  }
2055
2092
 
2056
- interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
2093
+ interface ILogTaskAIImageVoiceCanva extends IBaseModel, ITrackingModel<IUser> {
2057
2094
  sheetID: string;
2058
2095
  sheetUrl: string;
2059
2096
  sheetName: string;
@@ -2119,43 +2156,30 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
2119
2156
  note: string;
2120
2157
  }
2121
2158
 
2122
- type index$4_ILogTaskAIContent = ILogTaskAIContent;
2123
- type index$4_ILogTaskAIImageVoiceCanva = ILogTaskAIImageVoiceCanva;
2124
- declare namespace index$4 {
2125
- export type { index$4_ILogTaskAIContent as ILogTaskAIContent, index$4_ILogTaskAIImageVoiceCanva as ILogTaskAIImageVoiceCanva };
2126
- }
2127
-
2128
- interface IFreepikSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2129
- username: string;
2130
- password: string;
2131
- maxDeviceApply: number;
2132
- isFulled: boolean;
2133
- deviceApplied: IDevice[] | string[];
2134
- }
2135
-
2136
- type index$3_IFreepikSetting = IFreepikSetting;
2159
+ type index$3_ILogTaskAIContent = ILogTaskAIContent;
2160
+ type index$3_ILogTaskAIImageVoiceCanva = ILogTaskAIImageVoiceCanva;
2137
2161
  declare namespace index$3 {
2138
- export type { index$3_IFreepikSetting as IFreepikSetting };
2162
+ export type { index$3_ILogTaskAIContent as ILogTaskAIContent, index$3_ILogTaskAIImageVoiceCanva as ILogTaskAIImageVoiceCanva };
2139
2163
  }
2140
2164
 
2141
- interface IIdea extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2165
+ interface IIdea extends IBaseModel, ITrackingModel<IUser> {
2142
2166
  idea_name: string;
2143
2167
  idea_slug: string;
2144
2168
  }
2145
2169
 
2146
- interface INiche extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2170
+ interface INiche extends IBaseModel, ITrackingModel<IUser> {
2147
2171
  niche_name: string;
2148
2172
  niche_slug: string;
2149
2173
  niche_idea: string | IIdea;
2150
2174
  }
2151
2175
 
2152
- interface ITrackingScriptExecuted extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2176
+ interface ITrackingScriptExecuted extends IBaseModel, ITrackingModel<IUser> {
2153
2177
  tse_accountId: string;
2154
2178
  tse_serviceName: string;
2155
2179
  tse_actionsExecuted: string[];
2156
2180
  }
2157
2181
 
2158
- interface IThreadsPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2182
+ interface IThreadsPostNew extends IBaseModel, ITrackingModel<IUser> {
2159
2183
  idea: string | IManagerWork;
2160
2184
  niche: string | IManagerWork;
2161
2185
  department: IDepartment | string;
@@ -2179,7 +2203,7 @@ interface IThreadsPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
2179
2203
  statusDetail: string;
2180
2204
  }
2181
2205
 
2182
- interface IThreadsInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2206
+ interface IThreadsInteractFollower extends IBaseModel, ITrackingModel<IUser> {
2183
2207
  idea: string | IManagerWork;
2184
2208
  niche: string | IManagerWork;
2185
2209
  department: IDepartment | string;
@@ -2193,7 +2217,7 @@ interface IThreadsInteractFollower extends BoInterfaceModelsCommon.IBaseModel, B
2193
2217
  statusDetail: string;
2194
2218
  }
2195
2219
 
2196
- interface IThreadsInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2220
+ interface IThreadsInteractFollowing extends IBaseModel, ITrackingModel<IUser> {
2197
2221
  idea: string | IManagerWork;
2198
2222
  niche: string | IManagerWork;
2199
2223
  department: IDepartment | string;
@@ -2207,7 +2231,7 @@ interface IThreadsInteractFollowing extends BoInterfaceModelsCommon.IBaseModel,
2207
2231
  statusDetail: string;
2208
2232
  }
2209
2233
 
2210
- interface IThreadsInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2234
+ interface IThreadsInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
2211
2235
  idea: string | IManagerWork;
2212
2236
  niche: string | IManagerWork;
2213
2237
  department: IDepartment | string;
@@ -2223,7 +2247,7 @@ interface IThreadsInteractReplyComment extends BoInterfaceModelsCommon.IBaseMode
2223
2247
  statusDetail: string;
2224
2248
  }
2225
2249
 
2226
- interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2250
+ interface IThreadsInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
2227
2251
  idea: string | IManagerWork;
2228
2252
  niche: string | IManagerWork;
2229
2253
  department: IDepartment | string;
@@ -2238,7 +2262,7 @@ interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseMode
2238
2262
  statusDetail: string;
2239
2263
  }
2240
2264
 
2241
- interface IThreadsSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2265
+ interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
2242
2266
  idea: string | IManagerWork;
2243
2267
  niche: string | IManagerWork;
2244
2268
  department: IDepartment | string;
@@ -2259,7 +2283,7 @@ interface IThreadsSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInte
2259
2283
  isTimeUs: boolean;
2260
2284
  }
2261
2285
 
2262
- interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2286
+ interface IInstagramPostHighLight extends IBaseModel, ITrackingModel<IUser> {
2263
2287
  sheetUrl: string;
2264
2288
  sheetName: string;
2265
2289
  sheetPageName: string;
@@ -2277,7 +2301,7 @@ interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, Bo
2277
2301
  statusDetail: string;
2278
2302
  }
2279
2303
 
2280
- interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2304
+ interface IInstagramPostNew extends IBaseModel, ITrackingModel<IUser> {
2281
2305
  sheetUrl: string;
2282
2306
  sheetName: string;
2283
2307
  sheetPageName: string;
@@ -2303,7 +2327,7 @@ interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterf
2303
2327
  statusDetail: string;
2304
2328
  }
2305
2329
 
2306
- interface IInstagramPostReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2330
+ interface IInstagramPostReel extends IBaseModel, ITrackingModel<IUser> {
2307
2331
  sheetUrl: string;
2308
2332
  sheetName: string;
2309
2333
  sheetPageName: string;
@@ -2331,7 +2355,7 @@ interface IInstagramPostReel extends BoInterfaceModelsCommon.IBaseModel, BoInter
2331
2355
  statusDetail: string;
2332
2356
  }
2333
2357
 
2334
- interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2358
+ interface IInstagramPostStory extends IBaseModel, ITrackingModel<IUser> {
2335
2359
  sheetUrl: string;
2336
2360
  sheetName: string;
2337
2361
  sheetPageName: string;
@@ -2353,7 +2377,7 @@ interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInte
2353
2377
  statusDetail: string;
2354
2378
  }
2355
2379
 
2356
- interface IInstagramSettingInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2380
+ interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
2357
2381
  pc: string | IPC;
2358
2382
  idea: string | IManagerWork;
2359
2383
  niche: string | IManagerWork;
@@ -2380,7 +2404,7 @@ interface IInstagramSettingInteractExplore extends BoInterfaceModelsCommon.IBase
2380
2404
  isLikeExplore: boolean;
2381
2405
  }
2382
2406
 
2383
- interface IInstagramSettingInteractFollow extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2407
+ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
2384
2408
  pc: string | IPC;
2385
2409
  idea: string | IManagerWork;
2386
2410
  niche: string | IManagerWork;
@@ -2426,7 +2450,7 @@ interface IInstagramSettingInteractFollow extends BoInterfaceModelsCommon.IBaseM
2426
2450
  isSkipBioNoneEnglish: boolean;
2427
2451
  }
2428
2452
 
2429
- interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2453
+ interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
2430
2454
  pc: string | IPC;
2431
2455
  idea: string | IManagerWork;
2432
2456
  niche: string | IManagerWork;
@@ -2452,7 +2476,7 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
2452
2476
  isLikeReel: boolean;
2453
2477
  }
2454
2478
 
2455
- interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2479
+ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
2456
2480
  pc: string | IPC;
2457
2481
  idea: string | IManagerWork;
2458
2482
  niche: string | IManagerWork;
@@ -2482,7 +2506,7 @@ interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.
2482
2506
  isReplyCommentsPostOfMe: boolean;
2483
2507
  }
2484
2508
 
2485
- interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2509
+ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
2486
2510
  pc: string | IPC;
2487
2511
  idea: string | IManagerWork;
2488
2512
  niche: string | IManagerWork;
@@ -2507,7 +2531,7 @@ interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.
2507
2531
  isSkipReplyIfOnlyIcons: boolean;
2508
2532
  }
2509
2533
 
2510
- interface IInstagramSettingInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2534
+ interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
2511
2535
  pc: string | IPC;
2512
2536
  idea: string | IManagerWork;
2513
2537
  niche: string | IManagerWork;
@@ -2543,7 +2567,7 @@ interface IInstagramSettingInteractStory extends BoInterfaceModelsCommon.IBaseMo
2543
2567
  isSendMessageOnSheet: boolean;
2544
2568
  }
2545
2569
 
2546
- interface IInstagramSettingInteractUnFollow extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2570
+ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
2547
2571
  pc: string | IPC;
2548
2572
  idea: string | IManagerWork;
2549
2573
  niche: string | IManagerWork;
@@ -2572,7 +2596,7 @@ interface IInstagramSettingInteractUnFollow extends BoInterfaceModelsCommon.IBas
2572
2596
  isInteractBeforeUnFollow: boolean;
2573
2597
  }
2574
2598
 
2575
- interface IInstagramSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2599
+ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
2576
2600
  pc: string | IPC;
2577
2601
  idea: string | IManagerWork;
2578
2602
  niche: string | IManagerWork;
@@ -2593,7 +2617,7 @@ interface IInstagramSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoIn
2593
2617
  isTimeUs: boolean;
2594
2618
  }
2595
2619
 
2596
- interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2620
+ interface IInstagramInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
2597
2621
  content: string;
2598
2622
  userLink: string;
2599
2623
  linkPost: string;
@@ -2610,7 +2634,7 @@ interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseMo
2610
2634
  statusDetail: string;
2611
2635
  }
2612
2636
 
2613
- interface IInstagramInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2637
+ interface IInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
2614
2638
  idea: string | IManagerWork;
2615
2639
  niche: string | IManagerWork;
2616
2640
  department: IDepartment | string;
@@ -2626,7 +2650,7 @@ interface IInstagramInteractReel extends BoInterfaceModelsCommon.IBaseModel, BoI
2626
2650
  statusDetail: string;
2627
2651
  }
2628
2652
 
2629
- interface IInstagramInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2653
+ interface IInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
2630
2654
  idea: string | IManagerWork;
2631
2655
  niche: string | IManagerWork;
2632
2656
  department: IDepartment | string;
@@ -2644,7 +2668,7 @@ interface IInstagramInteractStory extends BoInterfaceModelsCommon.IBaseModel, Bo
2644
2668
  statusDetail: string;
2645
2669
  }
2646
2670
 
2647
- interface IInstagramInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2671
+ interface IInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
2648
2672
  typeView: string;
2649
2673
  numberLike: number;
2650
2674
  minutesExecute: number;
@@ -2665,7 +2689,7 @@ interface IInteractSentMessageDetail {
2665
2689
  content_message: string;
2666
2690
  content_receiver: string;
2667
2691
  }
2668
- interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2692
+ interface IInstagramInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
2669
2693
  content: string;
2670
2694
  receiver: string;
2671
2695
  idea: string | IManagerWork;
@@ -2680,7 +2704,7 @@ interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseMo
2680
2704
  statusDetail: string;
2681
2705
  }
2682
2706
 
2683
- interface IInstagramInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2707
+ interface IInstagramInteractFollowing extends IBaseModel, ITrackingModel<IUser> {
2684
2708
  following: number;
2685
2709
  idea: string | IManagerWork;
2686
2710
  niche: string | IManagerWork;
@@ -2694,7 +2718,7 @@ interface IInstagramInteractFollowing extends BoInterfaceModelsCommon.IBaseModel
2694
2718
  statusDetail: string;
2695
2719
  }
2696
2720
 
2697
- interface IInstagramInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
2721
+ interface IInstagramInteractFollower extends IBaseModel, ITrackingModel<IUser> {
2698
2722
  follower: number;
2699
2723
  idea: string | IManagerWork;
2700
2724
  niche: string | IManagerWork;
@@ -2771,6 +2795,7 @@ type index$1_IAccountVPSGroup = IAccountVPSGroup;
2771
2795
  type index$1_IAccountsGroup = IAccountsGroup;
2772
2796
  type index$1_IAuthLogin = IAuthLogin;
2773
2797
  type index$1_IAuthResetPassword = IAuthResetPassword;
2798
+ type index$1_IBaseModel = IBaseModel;
2774
2799
  type index$1_IBlog = IBlog;
2775
2800
  type index$1_IBlogsCategory = IBlogsCategory;
2776
2801
  type index$1_IDepartment = IDepartment;
@@ -2782,7 +2807,6 @@ type index$1_IDeviceSettingForProxy = IDeviceSettingForProxy;
2782
2807
  type index$1_IDeviceSettingForVPN = IDeviceSettingForVPN;
2783
2808
  type index$1_IDomain = IDomain;
2784
2809
  type index$1_IFile = IFile;
2785
- type index$1_IFreepikSetting = IFreepikSetting;
2786
2810
  type index$1_IIdea = IIdea;
2787
2811
  type index$1_IImage = IImage;
2788
2812
  type index$1_IInstagramInteractExplore = IInstagramInteractExplore;
@@ -2851,6 +2875,7 @@ type index$1_IThreadsInteractReplyMessage = IThreadsInteractReplyMessage;
2851
2875
  type index$1_IThreadsPostNew = IThreadsPostNew;
2852
2876
  type index$1_IThreadsSettingPost = IThreadsSettingPost;
2853
2877
  type index$1_IToken = IToken;
2878
+ type index$1_ITrackingModel<T> = ITrackingModel<T>;
2854
2879
  type index$1_ITrackingScriptExecuted = ITrackingScriptExecuted;
2855
2880
  type index$1_IUser = IUser;
2856
2881
  type index$1_IUserRole = IUserRole;
@@ -2859,7 +2884,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
2859
2884
  type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
2860
2885
  type index$1_IVoiceStores = IVoiceStores;
2861
2886
  declare namespace index$1 {
2862
- export { index$a as Auth, index$8 as Common, type index$1_IAccount as IAccount, type index$1_IAccountAI as IAccountAI, type index$1_IAccountAIChannel as IAccountAIChannel, type index$1_IAccountAIGroup as IAccountAIGroup, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIInfo as IAccountAIInfo, type index$1_IAccountAITag as IAccountAITag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountRaw as IAccountRaw, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountsGroup as IAccountsGroup, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBlog as IBlog, type index$1_IBlogsCategory as IBlogsCategory, type index$1_IDepartment as IDepartment, type index$1_IDepartmentRole as IDepartmentRole, type index$1_IDevice as IDevice, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IFreepikSetting as IFreepikSetting, type index$1_IIdea as IIdea, type index$1_IImage as IImage, type index$1_IInstagramInteractExplore as IInstagramInteractExplore, type index$1_IInstagramInteractFollower as IInstagramInteractFollower, type index$1_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$1_IInstagramInteractReel as IInstagramInteractReel, type index$1_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$1_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$1_IInstagramInteractStory as IInstagramInteractStory, type index$1_IInstagramPostHighLight as IInstagramPostHighLight, type index$1_IInstagramPostNew as IInstagramPostNew, type index$1_IInstagramPostReel as IInstagramPostReel, type index$1_IInstagramPostStory as IInstagramPostStory, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$1_ILark as ILark, type index$1_ILogTaskAIContent as ILogTaskAIContent, type index$1_ILogTaskAIImageVoiceCanva as ILogTaskAIImageVoiceCanva, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IManagerWorkPin as IManagerWorkPin, type index$1_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkPin as ISheetWorkPin, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ITag as ITag, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsInteractFollower as IThreadsInteractFollower, type index$1_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$1_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$1_IThreadsInteractReplyMessage as IThreadsInteractReplyMessage, type index$1_IThreadsPostNew as IThreadsPostNew, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingScriptExecuted as ITrackingScriptExecuted, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$4 as Logs, index$3 as Settings, index$2 as Socials, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$9 as Web };
2887
+ export { index$7 as Auth, index$8 as Common, type index$1_IAccount as IAccount, type index$1_IAccountAI as IAccountAI, type index$1_IAccountAIChannel as IAccountAIChannel, type index$1_IAccountAIGroup as IAccountAIGroup, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIInfo as IAccountAIInfo, type index$1_IAccountAITag as IAccountAITag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountRaw as IAccountRaw, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountsGroup as IAccountsGroup, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogsCategory as IBlogsCategory, type index$1_IDepartment as IDepartment, type index$1_IDepartmentRole as IDepartmentRole, type index$1_IDevice as IDevice, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IIdea as IIdea, type index$1_IImage as IImage, type index$1_IInstagramInteractExplore as IInstagramInteractExplore, type index$1_IInstagramInteractFollower as IInstagramInteractFollower, type index$1_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$1_IInstagramInteractReel as IInstagramInteractReel, type index$1_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$1_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$1_IInstagramInteractStory as IInstagramInteractStory, type index$1_IInstagramPostHighLight as IInstagramPostHighLight, type index$1_IInstagramPostNew as IInstagramPostNew, type index$1_IInstagramPostReel as IInstagramPostReel, type index$1_IInstagramPostStory as IInstagramPostStory, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$1_ILark as ILark, type index$1_ILogTaskAIContent as ILogTaskAIContent, type index$1_ILogTaskAIImageVoiceCanva as ILogTaskAIImageVoiceCanva, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IManagerWorkPin as IManagerWorkPin, type index$1_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkPin as ISheetWorkPin, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ITag as ITag, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsInteractFollower as IThreadsInteractFollower, type index$1_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$1_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$1_IThreadsInteractReplyMessage as IThreadsInteractReplyMessage, type index$1_IThreadsPostNew as IThreadsPostNew, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingScriptExecuted as ITrackingScriptExecuted, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$3 as Logs, index$2 as Socials, index$5 as TaskBrowsers, index$6 as TaskPhones, index$4 as Tool, index$9 as Web };
2863
2888
  }
2864
2889
 
2865
2890
  interface IDataUser {
@@ -2877,7 +2902,7 @@ interface IResponseLogin {
2877
2902
  user: IDataUser;
2878
2903
  }
2879
2904
 
2880
- interface IFilterStore extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
2905
+ interface IFilterStore extends IBaseModel, ITrackingModel<IUser> {
2881
2906
  name: string;
2882
2907
  objectName: string;
2883
2908
  dataFilterStore: Array<{
@@ -2915,4 +2940,4 @@ declare namespace index {
2915
2940
  export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
2916
2941
  }
2917
2942
 
2918
- export { index$j as AutoConstants, index$c as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes };
2943
+ export { index$i as AutoConstants, index$b as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$a as AutoTypes };