automation-lib 4.9.87 → 4.9.89

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
@@ -67,6 +67,10 @@ declare const CONST_API_CONTROLLERS: {
67
67
  SETTING: {
68
68
  FREEPIK: string;
69
69
  };
70
+ LOGS: {
71
+ TASK_AI_CONTENT: string;
72
+ TASK_AI_IMAGE_VOICE: string;
73
+ };
70
74
  TOOL: {
71
75
  PC: string;
72
76
  PATTERN_CANVA_AVATAR: string;
@@ -144,12 +148,12 @@ declare const CONST_API_CONTROLLERS: {
144
148
  };
145
149
  };
146
150
 
147
- declare const index$f_CONST_API_AUTH: typeof CONST_API_AUTH;
148
- declare const index$f_CONST_API_COMMON: typeof CONST_API_COMMON;
149
- declare const index$f_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
150
- declare const index$f_CONST_API_OTP: typeof CONST_API_OTP;
151
- declare namespace index$f {
152
- export { index$f_CONST_API_AUTH as CONST_API_AUTH, index$f_CONST_API_COMMON as CONST_API_COMMON, index$f_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$f_CONST_API_OTP as CONST_API_OTP };
151
+ declare const index$g_CONST_API_AUTH: typeof CONST_API_AUTH;
152
+ declare const index$g_CONST_API_COMMON: typeof CONST_API_COMMON;
153
+ declare const index$g_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
154
+ declare const index$g_CONST_API_OTP: typeof CONST_API_OTP;
155
+ declare namespace index$g {
156
+ export { index$g_CONST_API_AUTH as CONST_API_AUTH, index$g_CONST_API_COMMON as CONST_API_COMMON, index$g_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$g_CONST_API_OTP as CONST_API_OTP };
153
157
  }
154
158
 
155
159
  declare const ACTIONS_DEVICE: {
@@ -198,17 +202,17 @@ declare const ACTIONS_THREADS: {};
198
202
 
199
203
  declare const SERVICE_THREADS: {};
200
204
 
201
- declare const index$e_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
202
- declare const index$e_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
203
- declare const index$e_ACTIONS_THREADS: typeof ACTIONS_THREADS;
204
- declare const index$e_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
205
- declare const index$e_SERVICE_THREADS: typeof SERVICE_THREADS;
206
- declare namespace index$e {
207
- export { index$e_ACTIONS_DEVICE as ACTIONS_DEVICE, index$e_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$e_ACTIONS_THREADS as ACTIONS_THREADS, index$e_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$e_SERVICE_THREADS as SERVICE_THREADS };
205
+ declare const index$f_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
206
+ declare const index$f_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
207
+ declare const index$f_ACTIONS_THREADS: typeof ACTIONS_THREADS;
208
+ declare const index$f_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
209
+ declare const index$f_SERVICE_THREADS: typeof SERVICE_THREADS;
210
+ declare namespace index$f {
211
+ export { index$f_ACTIONS_DEVICE as ACTIONS_DEVICE, index$f_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$f_ACTIONS_THREADS as ACTIONS_THREADS, index$f_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$f_SERVICE_THREADS as SERVICE_THREADS };
208
212
  }
209
213
 
210
- declare namespace index$d {
211
- export { index$f as CONST_APIS, index$e as CONST_SCRIPTS };
214
+ declare namespace index$e {
215
+ export { index$g as CONST_APIS, index$f as CONST_SCRIPTS };
212
216
  }
213
217
 
214
218
  declare enum EGender {
@@ -222,12 +226,12 @@ declare enum EPriority {
222
226
  Low = "Low"
223
227
  }
224
228
 
225
- type index$c_EGender = EGender;
226
- declare const index$c_EGender: typeof EGender;
227
- type index$c_EPriority = EPriority;
228
- declare const index$c_EPriority: typeof EPriority;
229
- declare namespace index$c {
230
- export { index$c_EGender as EGender, index$c_EPriority as EPriority };
229
+ type index$d_EGender = EGender;
230
+ declare const index$d_EGender: typeof EGender;
231
+ type index$d_EPriority = EPriority;
232
+ declare const index$d_EPriority: typeof EPriority;
233
+ declare namespace index$d {
234
+ export { index$d_EGender as EGender, index$d_EPriority as EPriority };
231
235
  }
232
236
 
233
237
  declare enum ETypeVoiceLanguage {
@@ -287,6 +291,12 @@ declare enum ETypeCanva {
287
291
  Horizontal = "Horizontal"
288
292
  }
289
293
 
294
+ declare enum ETypeRatioImage {
295
+ Square = "Square",
296
+ Vertical = "Vertical",
297
+ Horizontal = "Horizontal"
298
+ }
299
+
290
300
  declare enum ETypeManagerWorkClassify {
291
301
  TM = "TM",
292
302
  NTM = "NTM"
@@ -311,32 +321,34 @@ declare enum ETypeSheetWorkPin {
311
321
  Secondary = "Secondary"
312
322
  }
313
323
 
314
- type index$b_ETypeCanva = ETypeCanva;
315
- declare const index$b_ETypeCanva: typeof ETypeCanva;
316
- type index$b_ETypeColumnManagerWork = ETypeColumnManagerWork;
317
- declare const index$b_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
318
- type index$b_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
319
- declare const index$b_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
320
- type index$b_ETypeManagerWorkPin = ETypeManagerWorkPin;
321
- declare const index$b_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
322
- type index$b_ETypeManagerWorkType = ETypeManagerWorkType;
323
- declare const index$b_ETypeManagerWorkType: typeof ETypeManagerWorkType;
324
- type index$b_ETypeNotification = ETypeNotification;
325
- declare const index$b_ETypeNotification: typeof ETypeNotification;
326
- type index$b_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
327
- declare const index$b_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
328
- type index$b_ETypeSheetWorkPin = ETypeSheetWorkPin;
329
- declare const index$b_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
330
- type index$b_ETypeSocial = ETypeSocial;
331
- declare const index$b_ETypeSocial: typeof ETypeSocial;
332
- type index$b_ETypeSocialSetting = ETypeSocialSetting;
333
- declare const index$b_ETypeSocialSetting: typeof ETypeSocialSetting;
334
- type index$b_ETypeTimeFilter = ETypeTimeFilter;
335
- declare const index$b_ETypeTimeFilter: typeof ETypeTimeFilter;
336
- type index$b_ETypeVoiceLanguage = ETypeVoiceLanguage;
337
- declare const index$b_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
338
- declare namespace index$b {
339
- export { index$b_ETypeCanva as ETypeCanva, index$b_ETypeColumnManagerWork as ETypeColumnManagerWork, index$b_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$b_ETypeManagerWorkPin as ETypeManagerWorkPin, index$b_ETypeManagerWorkType as ETypeManagerWorkType, index$b_ETypeNotification as ETypeNotification, index$b_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$b_ETypeSheetWorkPin as ETypeSheetWorkPin, index$b_ETypeSocial as ETypeSocial, index$b_ETypeSocialSetting as ETypeSocialSetting, index$b_ETypeTimeFilter as ETypeTimeFilter, index$b_ETypeVoiceLanguage as ETypeVoiceLanguage };
324
+ type index$c_ETypeCanva = ETypeCanva;
325
+ declare const index$c_ETypeCanva: typeof ETypeCanva;
326
+ type index$c_ETypeColumnManagerWork = ETypeColumnManagerWork;
327
+ declare const index$c_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
328
+ type index$c_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
329
+ declare const index$c_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
330
+ type index$c_ETypeManagerWorkPin = ETypeManagerWorkPin;
331
+ declare const index$c_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
332
+ type index$c_ETypeManagerWorkType = ETypeManagerWorkType;
333
+ declare const index$c_ETypeManagerWorkType: typeof ETypeManagerWorkType;
334
+ type index$c_ETypeNotification = ETypeNotification;
335
+ declare const index$c_ETypeNotification: typeof ETypeNotification;
336
+ type index$c_ETypeRatioImage = ETypeRatioImage;
337
+ declare const index$c_ETypeRatioImage: typeof ETypeRatioImage;
338
+ type index$c_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
339
+ declare const index$c_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
340
+ type index$c_ETypeSheetWorkPin = ETypeSheetWorkPin;
341
+ declare const index$c_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
342
+ type index$c_ETypeSocial = ETypeSocial;
343
+ declare const index$c_ETypeSocial: typeof ETypeSocial;
344
+ type index$c_ETypeSocialSetting = ETypeSocialSetting;
345
+ declare const index$c_ETypeSocialSetting: typeof ETypeSocialSetting;
346
+ type index$c_ETypeTimeFilter = ETypeTimeFilter;
347
+ declare const index$c_ETypeTimeFilter: typeof ETypeTimeFilter;
348
+ type index$c_ETypeVoiceLanguage = ETypeVoiceLanguage;
349
+ declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
350
+ declare namespace index$c {
351
+ export { index$c_ETypeCanva as ETypeCanva, index$c_ETypeColumnManagerWork as ETypeColumnManagerWork, index$c_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$c_ETypeManagerWorkPin as ETypeManagerWorkPin, index$c_ETypeManagerWorkType as ETypeManagerWorkType, index$c_ETypeNotification as ETypeNotification, index$c_ETypeRatioImage as ETypeRatioImage, index$c_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$c_ETypeSheetWorkPin as ETypeSheetWorkPin, index$c_ETypeSocial as ETypeSocial, index$c_ETypeSocialSetting as ETypeSocialSetting, index$c_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage };
340
352
  }
341
353
 
342
354
  declare enum EStatusVPS {
@@ -414,30 +426,30 @@ declare enum EStatusTaskJobGroup {
414
426
  Processing = "Processing"
415
427
  }
416
428
 
417
- type index$a_EStatusBlog = EStatusBlog;
418
- declare const index$a_EStatusBlog: typeof EStatusBlog;
419
- type index$a_EStatusCommon = EStatusCommon;
420
- declare const index$a_EStatusCommon: typeof EStatusCommon;
421
- type index$a_EStatusExecuteCommon = EStatusExecuteCommon;
422
- declare const index$a_EStatusExecuteCommon: typeof EStatusExecuteCommon;
423
- type index$a_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
424
- declare const index$a_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
425
- type index$a_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
426
- declare const index$a_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
427
- type index$a_EStatusSheetWork = EStatusSheetWork;
428
- declare const index$a_EStatusSheetWork: typeof EStatusSheetWork;
429
- type index$a_EStatusTaskAI = EStatusTaskAI;
430
- declare const index$a_EStatusTaskAI: typeof EStatusTaskAI;
431
- type index$a_EStatusTaskJob = EStatusTaskJob;
432
- declare const index$a_EStatusTaskJob: typeof EStatusTaskJob;
433
- type index$a_EStatusTaskJobGroup = EStatusTaskJobGroup;
434
- declare const index$a_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
435
- type index$a_EStatusTaskTool = EStatusTaskTool;
436
- declare const index$a_EStatusTaskTool: typeof EStatusTaskTool;
437
- type index$a_EStatusVPS = EStatusVPS;
438
- declare const index$a_EStatusVPS: typeof EStatusVPS;
439
- declare namespace index$a {
440
- export { index$a_EStatusBlog as EStatusBlog, index$a_EStatusCommon as EStatusCommon, index$a_EStatusExecuteCommon as EStatusExecuteCommon, index$a_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$a_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$a_EStatusSheetWork as EStatusSheetWork, index$a_EStatusTaskAI as EStatusTaskAI, index$a_EStatusTaskJob as EStatusTaskJob, index$a_EStatusTaskJobGroup as EStatusTaskJobGroup, index$a_EStatusTaskTool as EStatusTaskTool, index$a_EStatusVPS as EStatusVPS };
429
+ type index$b_EStatusBlog = EStatusBlog;
430
+ declare const index$b_EStatusBlog: typeof EStatusBlog;
431
+ type index$b_EStatusCommon = EStatusCommon;
432
+ declare const index$b_EStatusCommon: typeof EStatusCommon;
433
+ type index$b_EStatusExecuteCommon = EStatusExecuteCommon;
434
+ declare const index$b_EStatusExecuteCommon: typeof EStatusExecuteCommon;
435
+ type index$b_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
436
+ declare const index$b_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
437
+ type index$b_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
438
+ declare const index$b_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
439
+ type index$b_EStatusSheetWork = EStatusSheetWork;
440
+ declare const index$b_EStatusSheetWork: typeof EStatusSheetWork;
441
+ type index$b_EStatusTaskAI = EStatusTaskAI;
442
+ declare const index$b_EStatusTaskAI: typeof EStatusTaskAI;
443
+ type index$b_EStatusTaskJob = EStatusTaskJob;
444
+ declare const index$b_EStatusTaskJob: typeof EStatusTaskJob;
445
+ type index$b_EStatusTaskJobGroup = EStatusTaskJobGroup;
446
+ declare const index$b_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
447
+ type index$b_EStatusTaskTool = EStatusTaskTool;
448
+ declare const index$b_EStatusTaskTool: typeof EStatusTaskTool;
449
+ type index$b_EStatusVPS = EStatusVPS;
450
+ declare const index$b_EStatusVPS: typeof EStatusVPS;
451
+ declare namespace index$b {
452
+ export { index$b_EStatusBlog as EStatusBlog, index$b_EStatusCommon as EStatusCommon, index$b_EStatusExecuteCommon as EStatusExecuteCommon, index$b_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$b_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$b_EStatusSheetWork as EStatusSheetWork, index$b_EStatusTaskAI as EStatusTaskAI, index$b_EStatusTaskJob as EStatusTaskJob, index$b_EStatusTaskJobGroup as EStatusTaskJobGroup, index$b_EStatusTaskTool as EStatusTaskTool, index$b_EStatusVPS as EStatusVPS };
441
453
  }
442
454
 
443
455
  declare enum EFolderImageAI {
@@ -512,32 +524,32 @@ declare enum EStatusChannel {
512
524
  Error = "Error"
513
525
  }
514
526
 
515
- type index$9_EAIModelContent = EAIModelContent;
516
- declare const index$9_EAIModelContent: typeof EAIModelContent;
517
- type index$9_EAIModelImage = EAIModelImage;
518
- declare const index$9_EAIModelImage: typeof EAIModelImage;
519
- type index$9_EAIModelVoice = EAIModelVoice;
520
- declare const index$9_EAIModelVoice: typeof EAIModelVoice;
521
- type index$9_EAIVersionGPT = EAIVersionGPT;
522
- declare const index$9_EAIVersionGPT: typeof EAIVersionGPT;
523
- type index$9_EAIVersionImage = EAIVersionImage;
524
- declare const index$9_EAIVersionImage: typeof EAIVersionImage;
525
- type index$9_EAIVersionPerplexity = EAIVersionPerplexity;
526
- declare const index$9_EAIVersionPerplexity: typeof EAIVersionPerplexity;
527
- type index$9_EAIVersionVoice = EAIVersionVoice;
528
- declare const index$9_EAIVersionVoice: typeof EAIVersionVoice;
529
- type index$9_EEmailTagType = EEmailTagType;
530
- declare const index$9_EEmailTagType: typeof EEmailTagType;
531
- type index$9_EFolderImageAI = EFolderImageAI;
532
- declare const index$9_EFolderImageAI: typeof EFolderImageAI;
533
- type index$9_EStatusAccountAI = EStatusAccountAI;
534
- declare const index$9_EStatusAccountAI: typeof EStatusAccountAI;
535
- type index$9_EStatusChannel = EStatusChannel;
536
- declare const index$9_EStatusChannel: typeof EStatusChannel;
537
- type index$9_EStatusEmail = EStatusEmail;
538
- declare const index$9_EStatusEmail: typeof EStatusEmail;
539
- declare namespace index$9 {
540
- export { index$9_EAIModelContent as EAIModelContent, index$9_EAIModelImage as EAIModelImage, index$9_EAIModelVoice as EAIModelVoice, index$9_EAIVersionGPT as EAIVersionGPT, index$9_EAIVersionImage as EAIVersionImage, index$9_EAIVersionPerplexity as EAIVersionPerplexity, index$9_EAIVersionVoice as EAIVersionVoice, index$9_EEmailTagType as EEmailTagType, index$9_EFolderImageAI as EFolderImageAI, index$9_EStatusAccountAI as EStatusAccountAI, index$9_EStatusChannel as EStatusChannel, index$9_EStatusEmail as EStatusEmail };
527
+ type index$a_EAIModelContent = EAIModelContent;
528
+ declare const index$a_EAIModelContent: typeof EAIModelContent;
529
+ type index$a_EAIModelImage = EAIModelImage;
530
+ declare const index$a_EAIModelImage: typeof EAIModelImage;
531
+ type index$a_EAIModelVoice = EAIModelVoice;
532
+ declare const index$a_EAIModelVoice: typeof EAIModelVoice;
533
+ type index$a_EAIVersionGPT = EAIVersionGPT;
534
+ declare const index$a_EAIVersionGPT: typeof EAIVersionGPT;
535
+ type index$a_EAIVersionImage = EAIVersionImage;
536
+ declare const index$a_EAIVersionImage: typeof EAIVersionImage;
537
+ type index$a_EAIVersionPerplexity = EAIVersionPerplexity;
538
+ declare const index$a_EAIVersionPerplexity: typeof EAIVersionPerplexity;
539
+ type index$a_EAIVersionVoice = EAIVersionVoice;
540
+ declare const index$a_EAIVersionVoice: typeof EAIVersionVoice;
541
+ type index$a_EEmailTagType = EEmailTagType;
542
+ declare const index$a_EEmailTagType: typeof EEmailTagType;
543
+ type index$a_EFolderImageAI = EFolderImageAI;
544
+ declare const index$a_EFolderImageAI: typeof EFolderImageAI;
545
+ type index$a_EStatusAccountAI = EStatusAccountAI;
546
+ declare const index$a_EStatusAccountAI: typeof EStatusAccountAI;
547
+ type index$a_EStatusChannel = EStatusChannel;
548
+ declare const index$a_EStatusChannel: typeof EStatusChannel;
549
+ type index$a_EStatusEmail = EStatusEmail;
550
+ declare const index$a_EStatusEmail: typeof EStatusEmail;
551
+ declare namespace index$a {
552
+ export { index$a_EAIModelContent as EAIModelContent, index$a_EAIModelImage as EAIModelImage, index$a_EAIModelVoice as EAIModelVoice, index$a_EAIVersionGPT as EAIVersionGPT, index$a_EAIVersionImage as EAIVersionImage, index$a_EAIVersionPerplexity as EAIVersionPerplexity, index$a_EAIVersionVoice as EAIVersionVoice, index$a_EEmailTagType as EEmailTagType, index$a_EFolderImageAI as EFolderImageAI, index$a_EStatusAccountAI as EStatusAccountAI, index$a_EStatusChannel as EStatusChannel, index$a_EStatusEmail as EStatusEmail };
541
553
  }
542
554
 
543
555
  declare enum ELarkMessageCommon {
@@ -589,14 +601,14 @@ declare enum ELarkObject {
589
601
  InstagramThreads = "Instagram/Threads"
590
602
  }
591
603
 
592
- type index$8_ELarkObject = ELarkObject;
593
- declare const index$8_ELarkObject: typeof ELarkObject;
594
- declare namespace index$8 {
595
- export { ETypeLarkError_enum as ELarkError, index$8_ELarkObject as ELarkObject };
604
+ type index$9_ELarkObject = ELarkObject;
605
+ declare const index$9_ELarkObject: typeof ELarkObject;
606
+ declare namespace index$9 {
607
+ export { ETypeLarkError_enum as ELarkError, index$9_ELarkObject as ELarkObject };
596
608
  }
597
609
 
598
- declare namespace index$7 {
599
- export { index$9 as AI, index$c as Common, index$8 as Lark, index$a as Status, index$b as Types };
610
+ declare namespace index$8 {
611
+ export { index$a as AI, index$d as Common, index$9 as Lark, index$b as Status, index$c as Types };
600
612
  }
601
613
 
602
614
  /**
@@ -623,7 +635,7 @@ interface IRoleGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
623
635
  rg_roles: Array<IRole> | Array<String>;
624
636
  }
625
637
 
626
- interface IDepartment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
638
+ interface IDepartment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
627
639
  department_name: string;
628
640
  department_slug: string;
629
641
  department_mentor: IUser | String;
@@ -668,19 +680,19 @@ interface IOtpConfirm extends Pick<IUser, 'user_email'> {
668
680
  otp: string;
669
681
  }
670
682
 
671
- interface IFile extends BoInterfaceModelsCommon$1.IBaseModel {
672
- file_name: string;
673
- file_path: string;
674
- file_size: number;
675
- file_type: string;
676
- file_md5: string;
677
- file_url: string;
678
- file_isDraft: boolean;
679
- }
680
-
681
- type index$6_IFile = IFile;
682
- declare namespace index$6 {
683
- export type { index$6_IFile as IFile };
683
+ interface ILogTaskAIContent {
684
+ sheetName: string;
685
+ sheetUrl: string;
686
+ rowId: string;
687
+ col: string;
688
+ input: string;
689
+ output: string;
690
+ keyWords: string;
691
+ model: string;
692
+ versionModel: string;
693
+ channelName: string;
694
+ channelURL: string;
695
+ status: EStatusTaskAI;
684
696
  }
685
697
 
686
698
  interface ICanvaPosition {
@@ -906,30 +918,30 @@ interface ITaskJob extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
906
918
  tj_usersPermission: string[] | IUser[];
907
919
  }
908
920
 
909
- type index$5_IBlog = IBlog;
910
- type index$5_IBlogsCategory = IBlogsCategory;
911
- type index$5_IDepartment = IDepartment;
912
- type index$5_IDomain = IDomain;
913
- type index$5_IImage = IImage;
914
- type index$5_ILark = ILark;
915
- type index$5_IManagerWork = IManagerWork;
916
- type index$5_IManagerWorkPin = IManagerWorkPin;
917
- type index$5_INotification = INotification;
918
- type index$5_IRole = IRole;
919
- type index$5_IRoleFeature = IRoleFeature;
920
- type index$5_IRoleGroup = IRoleGroup;
921
- type index$5_ISheetWork = ISheetWork;
922
- type index$5_ISheetWorkManager = ISheetWorkManager;
923
- type index$5_ISheetWorkPin = ISheetWorkPin;
924
- type index$5_ISheetWorksCategory = ISheetWorksCategory;
925
- type index$5_ITag = ITag;
926
- type index$5_ITaskJob = ITaskJob;
927
- type index$5_ITaskJobCheckList = ITaskJobCheckList;
928
- type index$5_ITaskJobDiscuss = ITaskJobDiscuss;
929
- type index$5_ITaskJobLabel = ITaskJobLabel;
930
- type index$5_ITaskJobsGroup = ITaskJobsGroup;
931
- declare namespace index$5 {
932
- export type { index$5_IBlog as IBlog, index$5_IBlogsCategory as IBlogsCategory, index$5_IDepartment as IDepartment, index$5_IDomain as IDomain, index$5_IImage as IImage, index$5_ILark as ILark, index$5_IManagerWork as IManagerWork, index$5_IManagerWorkPin as IManagerWorkPin, index$5_INotification as INotification, index$5_IRole as IRole, index$5_IRoleFeature as IRoleFeature, index$5_IRoleGroup as IRoleGroup, index$5_ISheetWork as ISheetWork, index$5_ISheetWorkManager as ISheetWorkManager, index$5_ISheetWorkPin as ISheetWorkPin, index$5_ISheetWorksCategory as ISheetWorksCategory, index$5_ITag as ITag, index$5_ITaskJob as ITaskJob, index$5_ITaskJobCheckList as ITaskJobCheckList, index$5_ITaskJobDiscuss as ITaskJobDiscuss, index$5_ITaskJobLabel as ITaskJobLabel, index$5_ITaskJobsGroup as ITaskJobsGroup };
921
+ type index$7_IBlog = IBlog;
922
+ type index$7_IBlogsCategory = IBlogsCategory;
923
+ type index$7_IDepartment = IDepartment;
924
+ type index$7_IDomain = IDomain;
925
+ type index$7_IImage = IImage;
926
+ type index$7_ILark = ILark;
927
+ type index$7_IManagerWork = IManagerWork;
928
+ type index$7_IManagerWorkPin = IManagerWorkPin;
929
+ type index$7_INotification = INotification;
930
+ type index$7_IRole = IRole;
931
+ type index$7_IRoleFeature = IRoleFeature;
932
+ type index$7_IRoleGroup = IRoleGroup;
933
+ type index$7_ISheetWork = ISheetWork;
934
+ type index$7_ISheetWorkManager = ISheetWorkManager;
935
+ type index$7_ISheetWorkPin = ISheetWorkPin;
936
+ type index$7_ISheetWorksCategory = ISheetWorksCategory;
937
+ type index$7_ITag = ITag;
938
+ type index$7_ITaskJob = ITaskJob;
939
+ type index$7_ITaskJobCheckList = ITaskJobCheckList;
940
+ type index$7_ITaskJobDiscuss = ITaskJobDiscuss;
941
+ type index$7_ITaskJobLabel = ITaskJobLabel;
942
+ type index$7_ITaskJobsGroup = ITaskJobsGroup;
943
+ declare namespace index$7 {
944
+ export type { index$7_IBlog as IBlog, index$7_IBlogsCategory as IBlogsCategory, index$7_IDepartment as IDepartment, index$7_IDomain as IDomain, index$7_IImage as IImage, index$7_ILark as ILark, index$7_IManagerWork as IManagerWork, index$7_IManagerWorkPin as IManagerWorkPin, index$7_INotification as INotification, index$7_IRole as IRole, index$7_IRoleFeature as IRoleFeature, index$7_IRoleGroup as IRoleGroup, index$7_ISheetWork as ISheetWork, index$7_ISheetWorkManager as ISheetWorkManager, index$7_ISheetWorkPin as ISheetWorkPin, index$7_ISheetWorksCategory as ISheetWorksCategory, index$7_ITag as ITag, index$7_ITaskJob as ITaskJob, index$7_ITaskJobCheckList as ITaskJobCheckList, index$7_ITaskJobDiscuss as ITaskJobDiscuss, index$7_ITaskJobLabel as ITaskJobLabel, index$7_ITaskJobsGroup as ITaskJobsGroup };
933
945
  }
934
946
 
935
947
  interface IAccountAIImageGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
@@ -1234,6 +1246,21 @@ interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
1234
1246
  folder: EFolderImageAI;
1235
1247
  }
1236
1248
 
1249
+ interface IFile extends BoInterfaceModelsCommon$1.IBaseModel {
1250
+ file_name: string;
1251
+ file_path: string;
1252
+ file_size: number;
1253
+ file_type: string;
1254
+ file_md5: string;
1255
+ file_url: string;
1256
+ file_isDraft: boolean;
1257
+ }
1258
+
1259
+ type index$6_IFile = IFile;
1260
+ declare namespace index$6 {
1261
+ export type { index$6_IFile as IFile };
1262
+ }
1263
+
1237
1264
  interface IManagerImageAIItemStore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1238
1265
  file: IFile | string;
1239
1266
  managerImage: IManagerImageAI | string;
@@ -1368,6 +1395,57 @@ interface ITaskAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
1368
1395
  status: EStatusTaskAI;
1369
1396
  }
1370
1397
 
1398
+ interface ITaskAIImageVoice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1399
+ accountAI: string | IAccountAIImage;
1400
+ sheetID: string;
1401
+ sheetUrl: string;
1402
+ sheetName: string;
1403
+ sheetChildren: string | IManagerSheetChildren;
1404
+ rowID: string;
1405
+ row: number;
1406
+ model: EAIModelImage;
1407
+ versionModel: string;
1408
+ channel: string | IAccountAIImageChannel;
1409
+ typeRatioImage: ETypeRatioImage;
1410
+ promptThumbInput: string;
1411
+ promptThumbOutput: string;
1412
+ billetImageStyleThumb: string | IManagerImageAIItemStore;
1413
+ billetImageSceneThumb: string | IManagerImageAIItemStore;
1414
+ billetImageSubjectThumb: string | IManagerImageAIItemStore;
1415
+ promptPage1Input: string;
1416
+ promptPage1Output: string;
1417
+ billetImageStylePage1: string | IManagerImageAIItemStore;
1418
+ billetImageScenePage1: string | IManagerImageAIItemStore;
1419
+ billetImageSubjectPage1: string | IManagerImageAIItemStore;
1420
+ promptPage2Input: string;
1421
+ promptPage2Output: string;
1422
+ billetImageStylePage2: string | IManagerImageAIItemStore;
1423
+ billetImageScenePage2: string | IManagerImageAIItemStore;
1424
+ billetImageSubjectPage2: string | IManagerImageAIItemStore;
1425
+ promptNichePage3Input: string;
1426
+ promptNichePage3Output: string;
1427
+ billetImageStylePage3: string | IManagerImageAIItemStore;
1428
+ billetImageScenePage3: string | IManagerImageAIItemStore;
1429
+ billetImageSubjectPage3: string | IManagerImageAIItemStore;
1430
+ promptNichePage4Input: string;
1431
+ promptNichePage4Output: string;
1432
+ billetImageStylePage4: string | IManagerImageAIItemStore;
1433
+ billetImageScenePage4: string | IManagerImageAIItemStore;
1434
+ billetImageSubjectPage4: string | IManagerImageAIItemStore;
1435
+ promptNichePage5Input: string;
1436
+ promptNichePage5Output: string;
1437
+ billetImageStylePage5: string | IManagerImageAIItemStore;
1438
+ billetImageScenePage5: string | IManagerImageAIItemStore;
1439
+ billetImageSubjectPage5: string | IManagerImageAIItemStore;
1440
+ promptVoicePage1Input: string;
1441
+ promptVoicePage1Output: string;
1442
+ billetCharacterVoicePage1: string;
1443
+ promptVoicePage345Input: string;
1444
+ promptVoicePage345Output: string;
1445
+ billetCharacterVoicePage345: string;
1446
+ status: EStatusTaskAI;
1447
+ }
1448
+
1371
1449
  interface IHistoryCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1372
1450
  templateName: string;
1373
1451
  pageThumb: {
@@ -1432,63 +1510,117 @@ interface IVoiceSettingDelay extends BoInterfaceModelsCommon.IBaseModel, BoInter
1432
1510
  vsd_timeDelay: number;
1433
1511
  }
1434
1512
 
1435
- type index$4_IAccount = IAccount;
1436
- type index$4_IAccountAI = IAccountAI;
1437
- type index$4_IAccountAIChannel = IAccountAIChannel;
1438
- type index$4_IAccountAIGroup = IAccountAIGroup;
1439
- type index$4_IAccountAIImage = IAccountAIImage;
1440
- type index$4_IAccountAIImageChannel = IAccountAIImageChannel;
1441
- type index$4_IAccountAIImageGroup = IAccountAIImageGroup;
1442
- type index$4_IAccountAIImageInfo = IAccountAIImageInfo;
1443
- type index$4_IAccountAIImageTag = IAccountAIImageTag;
1444
- type index$4_IAccountAIInfo = IAccountAIInfo;
1445
- type index$4_IAccountAITag = IAccountAITag;
1446
- type index$4_IAccountAIVoice = IAccountAIVoice;
1447
- type index$4_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
1448
- type index$4_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
1449
- type index$4_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
1450
- type index$4_IAccountAIVoiceTag = IAccountAIVoiceTag;
1451
- type index$4_IAccountDetailEmail = IAccountDetailEmail;
1452
- type index$4_IAccountDetailSocial = IAccountDetailSocial;
1453
- type index$4_IAccountEmail = IAccountEmail;
1454
- type index$4_IAccountEmailProxy = IAccountEmailProxy;
1455
- type index$4_IAccountEmailTag = IAccountEmailTag;
1456
- type index$4_IAccountEmailTaskWork = IAccountEmailTaskWork;
1457
- type index$4_IAccountVPS = IAccountVPS;
1458
- type index$4_IAccountVPSGroup = IAccountVPSGroup;
1459
- type index$4_IAccountsGroup = IAccountsGroup;
1460
- type index$4_ICanva = ICanva;
1461
- type index$4_ICanvaPosition = ICanvaPosition;
1462
- type index$4_IDevice = IDevice;
1463
- type index$4_IDeviceAllowPermission = IDeviceAllowPermission;
1464
- type index$4_IDeviceInfoEmail = IDeviceInfoEmail;
1465
- type index$4_IDeviceSetting = IDeviceSetting;
1466
- type index$4_IHistoryCanva = IHistoryCanva;
1467
- type index$4_ILogging = ILogging;
1468
- type index$4_IManagerImageAI = IManagerImageAI;
1469
- type index$4_IManagerImageAIItemStore = IManagerImageAIItemStore;
1470
- type index$4_IManagerSheet = IManagerSheet;
1471
- type index$4_IManagerSheetChildren = IManagerSheetChildren;
1472
- type index$4_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
1473
- type index$4_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
1474
- type index$4_IManagerSheetGroup = IManagerSheetGroup;
1475
- type index$4_IPC = IPC;
1476
- type index$4_IPatternCanvaAvatar = IPatternCanvaAvatar;
1477
- type index$4_IPatternCanvaCoverBackground = IPatternCanvaCoverBackground;
1478
- type index$4_IProxy = IProxy;
1479
- type index$4_IProxySetting = IProxySetting;
1480
- type index$4_IProxyTracking = IProxyTracking;
1481
- type index$4_ISheetsTool = ISheetsTool;
1482
- type index$4_ITaskAI = ITaskAI;
1483
- type index$4_ITaskAIItemAction = ITaskAIItemAction;
1484
- type index$4_ITaskAIItemGroup = ITaskAIItemGroup;
1485
- type index$4_ITaskTool = ITaskTool;
1486
- type index$4_IVoiceGenerated = IVoiceGenerated;
1487
- type index$4_IVoiceLanguage = IVoiceLanguage;
1488
- type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
1489
- type index$4_IVoiceStores = IVoiceStores;
1513
+ type index$5_IAccount = IAccount;
1514
+ type index$5_IAccountAI = IAccountAI;
1515
+ type index$5_IAccountAIChannel = IAccountAIChannel;
1516
+ type index$5_IAccountAIGroup = IAccountAIGroup;
1517
+ type index$5_IAccountAIImage = IAccountAIImage;
1518
+ type index$5_IAccountAIImageChannel = IAccountAIImageChannel;
1519
+ type index$5_IAccountAIImageGroup = IAccountAIImageGroup;
1520
+ type index$5_IAccountAIImageInfo = IAccountAIImageInfo;
1521
+ type index$5_IAccountAIImageTag = IAccountAIImageTag;
1522
+ type index$5_IAccountAIInfo = IAccountAIInfo;
1523
+ type index$5_IAccountAITag = IAccountAITag;
1524
+ type index$5_IAccountAIVoice = IAccountAIVoice;
1525
+ type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
1526
+ type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
1527
+ type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
1528
+ type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
1529
+ type index$5_IAccountDetailEmail = IAccountDetailEmail;
1530
+ type index$5_IAccountDetailSocial = IAccountDetailSocial;
1531
+ type index$5_IAccountEmail = IAccountEmail;
1532
+ type index$5_IAccountEmailProxy = IAccountEmailProxy;
1533
+ type index$5_IAccountEmailTag = IAccountEmailTag;
1534
+ type index$5_IAccountEmailTaskWork = IAccountEmailTaskWork;
1535
+ type index$5_IAccountVPS = IAccountVPS;
1536
+ type index$5_IAccountVPSGroup = IAccountVPSGroup;
1537
+ type index$5_IAccountsGroup = IAccountsGroup;
1538
+ type index$5_ICanva = ICanva;
1539
+ type index$5_ICanvaPosition = ICanvaPosition;
1540
+ type index$5_IDevice = IDevice;
1541
+ type index$5_IDeviceAllowPermission = IDeviceAllowPermission;
1542
+ type index$5_IDeviceInfoEmail = IDeviceInfoEmail;
1543
+ type index$5_IDeviceSetting = IDeviceSetting;
1544
+ type index$5_IHistoryCanva = IHistoryCanva;
1545
+ type index$5_ILogging = ILogging;
1546
+ type index$5_IManagerImageAI = IManagerImageAI;
1547
+ type index$5_IManagerImageAIItemStore = IManagerImageAIItemStore;
1548
+ type index$5_IManagerSheet = IManagerSheet;
1549
+ type index$5_IManagerSheetChildren = IManagerSheetChildren;
1550
+ type index$5_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
1551
+ type index$5_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
1552
+ type index$5_IManagerSheetGroup = IManagerSheetGroup;
1553
+ type index$5_IPC = IPC;
1554
+ type index$5_IPatternCanvaAvatar = IPatternCanvaAvatar;
1555
+ type index$5_IPatternCanvaCoverBackground = IPatternCanvaCoverBackground;
1556
+ type index$5_IProxy = IProxy;
1557
+ type index$5_IProxySetting = IProxySetting;
1558
+ type index$5_IProxyTracking = IProxyTracking;
1559
+ type index$5_ISheetsTool = ISheetsTool;
1560
+ type index$5_ITaskAI = ITaskAI;
1561
+ type index$5_ITaskAIImageVoice = ITaskAIImageVoice;
1562
+ type index$5_ITaskAIItemAction = ITaskAIItemAction;
1563
+ type index$5_ITaskAIItemGroup = ITaskAIItemGroup;
1564
+ type index$5_ITaskTool = ITaskTool;
1565
+ type index$5_IVoiceGenerated = IVoiceGenerated;
1566
+ type index$5_IVoiceLanguage = IVoiceLanguage;
1567
+ type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
1568
+ type index$5_IVoiceStores = IVoiceStores;
1569
+ declare namespace index$5 {
1570
+ export type { index$5_IAccount as IAccount, index$5_IAccountAI as IAccountAI, index$5_IAccountAIChannel as IAccountAIChannel, index$5_IAccountAIGroup as IAccountAIGroup, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIInfo as IAccountAIInfo, index$5_IAccountAITag as IAccountAITag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountDetailEmail as IAccountDetailEmail, index$5_IAccountDetailSocial as IAccountDetailSocial, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IAccountsGroup as IAccountsGroup, index$5_ICanva as ICanva, index$5_ICanvaPosition as ICanvaPosition, index$5_IDevice as IDevice, index$5_IDeviceAllowPermission as IDeviceAllowPermission, index$5_IDeviceInfoEmail as IDeviceInfoEmail, index$5_IDeviceSetting as IDeviceSetting, index$5_IHistoryCanva as IHistoryCanva, index$5_ILogging as ILogging, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IPatternCanvaAvatar as IPatternCanvaAvatar, index$5_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$5_IProxy as IProxy, index$5_IProxySetting as IProxySetting, index$5_IProxyTracking as IProxyTracking, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAI as ITaskAI, index$5_ITaskAIImageVoice as ITaskAIImageVoice, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_ITaskTool as ITaskTool, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores };
1571
+ }
1572
+
1573
+ interface ILogTaskAIImageVoice {
1574
+ sheetUrl: string;
1575
+ sheetName: string;
1576
+ rowID: string;
1577
+ model: EAIModelImage;
1578
+ versionModel: string;
1579
+ channel: string | IAccountAIImageChannel;
1580
+ typeRatioImage: ETypeRatioImage;
1581
+ promptThumbInput: string;
1582
+ promptThumbOutput: string;
1583
+ billetImageStyleThumb: string | IManagerImageAIItemStore;
1584
+ billetImageSceneThumb: string | IManagerImageAIItemStore;
1585
+ billetImageSubjectThumb: string | IManagerImageAIItemStore;
1586
+ promptPage1Input: string;
1587
+ promptPage1Output: string;
1588
+ billetImageStylePage1: string | IManagerImageAIItemStore;
1589
+ billetImageScenePage1: string | IManagerImageAIItemStore;
1590
+ billetImageSubjectPage1: string | IManagerImageAIItemStore;
1591
+ promptPage2Input: string;
1592
+ promptPage2Output: string;
1593
+ billetImageStylePage2: string | IManagerImageAIItemStore;
1594
+ billetImageScenePage2: string | IManagerImageAIItemStore;
1595
+ billetImageSubjectPage2: string | IManagerImageAIItemStore;
1596
+ promptNichePage3Input: string;
1597
+ promptNichePage3Output: string;
1598
+ billetImageStylePage3: string | IManagerImageAIItemStore;
1599
+ billetImageScenePage3: string | IManagerImageAIItemStore;
1600
+ billetImageSubjectPage3: string | IManagerImageAIItemStore;
1601
+ promptNichePage4Input: string;
1602
+ promptNichePage4Output: string;
1603
+ billetImageStylePage4: string | IManagerImageAIItemStore;
1604
+ billetImageScenePage4: string | IManagerImageAIItemStore;
1605
+ billetImageSubjectPage4: string | IManagerImageAIItemStore;
1606
+ promptNichePage5Input: string;
1607
+ promptNichePage5Output: string;
1608
+ billetImageStylePage5: string | IManagerImageAIItemStore;
1609
+ billetImageScenePage5: string | IManagerImageAIItemStore;
1610
+ billetImageSubjectPage5: string | IManagerImageAIItemStore;
1611
+ promptVoicePage1Input: string;
1612
+ promptVoicePage1Output: string;
1613
+ billetCharacterVoicePage1: string;
1614
+ promptVoicePage345Input: string;
1615
+ promptVoicePage345Output: string;
1616
+ billetCharacterVoicePage345: string;
1617
+ status: EStatusTaskAI;
1618
+ }
1619
+
1620
+ type index$4_ILogTaskAIContent = ILogTaskAIContent;
1621
+ type index$4_ILogTaskAIImageVoice = ILogTaskAIImageVoice;
1490
1622
  declare namespace index$4 {
1491
- export type { index$4_IAccount as IAccount, index$4_IAccountAI as IAccountAI, index$4_IAccountAIChannel as IAccountAIChannel, index$4_IAccountAIGroup as IAccountAIGroup, index$4_IAccountAIImage as IAccountAIImage, index$4_IAccountAIImageChannel as IAccountAIImageChannel, index$4_IAccountAIImageGroup as IAccountAIImageGroup, index$4_IAccountAIImageInfo as IAccountAIImageInfo, index$4_IAccountAIImageTag as IAccountAIImageTag, index$4_IAccountAIInfo as IAccountAIInfo, index$4_IAccountAITag as IAccountAITag, index$4_IAccountAIVoice as IAccountAIVoice, index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, index$4_IAccountDetailEmail as IAccountDetailEmail, index$4_IAccountDetailSocial as IAccountDetailSocial, index$4_IAccountEmail as IAccountEmail, index$4_IAccountEmailProxy as IAccountEmailProxy, index$4_IAccountEmailTag as IAccountEmailTag, index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, index$4_IAccountVPS as IAccountVPS, index$4_IAccountVPSGroup as IAccountVPSGroup, index$4_IAccountsGroup as IAccountsGroup, index$4_ICanva as ICanva, index$4_ICanvaPosition as ICanvaPosition, index$4_IDevice as IDevice, index$4_IDeviceAllowPermission as IDeviceAllowPermission, index$4_IDeviceInfoEmail as IDeviceInfoEmail, index$4_IDeviceSetting as IDeviceSetting, index$4_IHistoryCanva as IHistoryCanva, index$4_ILogging as ILogging, index$4_IManagerImageAI as IManagerImageAI, index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, index$4_IManagerSheet as IManagerSheet, index$4_IManagerSheetChildren as IManagerSheetChildren, index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$4_IManagerSheetGroup as IManagerSheetGroup, index$4_IPC as IPC, index$4_IPatternCanvaAvatar as IPatternCanvaAvatar, index$4_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$4_IProxy as IProxy, index$4_IProxySetting as IProxySetting, index$4_IProxyTracking as IProxyTracking, index$4_ISheetsTool as ISheetsTool, index$4_ITaskAI as ITaskAI, index$4_ITaskAIItemAction as ITaskAIItemAction, index$4_ITaskAIItemGroup as ITaskAIItemGroup, index$4_ITaskTool as ITaskTool, index$4_IVoiceGenerated as IVoiceGenerated, index$4_IVoiceLanguage as IVoiceLanguage, index$4_IVoiceSettingDelay as IVoiceSettingDelay, index$4_IVoiceStores as IVoiceStores };
1623
+ export type { index$4_ILogTaskAIContent as ILogTaskAIContent, index$4_ILogTaskAIImageVoice as ILogTaskAIImageVoice };
1492
1624
  }
1493
1625
 
1494
1626
  interface IDeviceEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
@@ -2023,7 +2155,7 @@ type index$1_IToken = IToken;
2023
2155
  type index$1_ITrackingScriptExecuted = ITrackingScriptExecuted;
2024
2156
  type index$1_IUser = IUser;
2025
2157
  declare namespace index$1 {
2026
- export { index$6 as Common, index$3 as Device, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IIdea as IIdea, 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_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, 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, index$2 as Settings, index$4 as Tool, index$5 as Web };
2158
+ export { index$6 as Common, index$3 as Device, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IIdea as IIdea, 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_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, 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, index$4 as Logs, index$2 as Settings, index$5 as Tool, index$7 as Web };
2027
2159
  }
2028
2160
 
2029
2161
  interface IDataUser {
@@ -2067,4 +2199,4 @@ declare namespace index {
2067
2199
  export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IResponseLogin as IResponseLogin };
2068
2200
  }
2069
2201
 
2070
- export { index$d as AutoConstants, index$7 as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels };
2202
+ export { index$e as AutoConstants, index$8 as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels };