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 +331 -199
- package/dist/index.d.ts +331 -199
- package/dist/index.js +17 -0
- package/dist/index.mjs +17 -0
- package/package.json +1 -1
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$
|
|
148
|
-
declare const index$
|
|
149
|
-
declare const index$
|
|
150
|
-
declare const index$
|
|
151
|
-
declare namespace index$
|
|
152
|
-
export { index$
|
|
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$
|
|
202
|
-
declare const index$
|
|
203
|
-
declare const index$
|
|
204
|
-
declare const index$
|
|
205
|
-
declare const index$
|
|
206
|
-
declare namespace index$
|
|
207
|
-
export { index$
|
|
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$
|
|
211
|
-
export { index$
|
|
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$
|
|
226
|
-
declare const index$
|
|
227
|
-
type index$
|
|
228
|
-
declare const index$
|
|
229
|
-
declare namespace index$
|
|
230
|
-
export { index$
|
|
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$
|
|
315
|
-
declare const index$
|
|
316
|
-
type index$
|
|
317
|
-
declare const index$
|
|
318
|
-
type index$
|
|
319
|
-
declare const index$
|
|
320
|
-
type index$
|
|
321
|
-
declare const index$
|
|
322
|
-
type index$
|
|
323
|
-
declare const index$
|
|
324
|
-
type index$
|
|
325
|
-
declare const index$
|
|
326
|
-
type index$
|
|
327
|
-
declare const index$
|
|
328
|
-
type index$
|
|
329
|
-
declare const index$
|
|
330
|
-
type index$
|
|
331
|
-
declare const index$
|
|
332
|
-
type index$
|
|
333
|
-
declare const index$
|
|
334
|
-
type index$
|
|
335
|
-
declare const index$
|
|
336
|
-
type index$
|
|
337
|
-
declare const index$
|
|
338
|
-
|
|
339
|
-
|
|
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$
|
|
418
|
-
declare const index$
|
|
419
|
-
type index$
|
|
420
|
-
declare const index$
|
|
421
|
-
type index$
|
|
422
|
-
declare const index$
|
|
423
|
-
type index$
|
|
424
|
-
declare const index$
|
|
425
|
-
type index$
|
|
426
|
-
declare const index$
|
|
427
|
-
type index$
|
|
428
|
-
declare const index$
|
|
429
|
-
type index$
|
|
430
|
-
declare const index$
|
|
431
|
-
type index$
|
|
432
|
-
declare const index$
|
|
433
|
-
type index$
|
|
434
|
-
declare const index$
|
|
435
|
-
type index$
|
|
436
|
-
declare const index$
|
|
437
|
-
type index$
|
|
438
|
-
declare const index$
|
|
439
|
-
declare namespace index$
|
|
440
|
-
export { index$
|
|
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$
|
|
516
|
-
declare const index$
|
|
517
|
-
type index$
|
|
518
|
-
declare const index$
|
|
519
|
-
type index$
|
|
520
|
-
declare const index$
|
|
521
|
-
type index$
|
|
522
|
-
declare const index$
|
|
523
|
-
type index$
|
|
524
|
-
declare const index$
|
|
525
|
-
type index$
|
|
526
|
-
declare const index$
|
|
527
|
-
type index$
|
|
528
|
-
declare const index$
|
|
529
|
-
type index$
|
|
530
|
-
declare const index$
|
|
531
|
-
type index$
|
|
532
|
-
declare const index$
|
|
533
|
-
type index$
|
|
534
|
-
declare const index$
|
|
535
|
-
type index$
|
|
536
|
-
declare const index$
|
|
537
|
-
type index$
|
|
538
|
-
declare const index$
|
|
539
|
-
declare namespace index$
|
|
540
|
-
export { index$
|
|
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$
|
|
593
|
-
declare const index$
|
|
594
|
-
declare namespace index$
|
|
595
|
-
export { ETypeLarkError_enum as ELarkError, index$
|
|
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$
|
|
599
|
-
export { index$
|
|
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.
|
|
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
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
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$
|
|
910
|
-
type index$
|
|
911
|
-
type index$
|
|
912
|
-
type index$
|
|
913
|
-
type index$
|
|
914
|
-
type index$
|
|
915
|
-
type index$
|
|
916
|
-
type index$
|
|
917
|
-
type index$
|
|
918
|
-
type index$
|
|
919
|
-
type index$
|
|
920
|
-
type index$
|
|
921
|
-
type index$
|
|
922
|
-
type index$
|
|
923
|
-
type index$
|
|
924
|
-
type index$
|
|
925
|
-
type index$
|
|
926
|
-
type index$
|
|
927
|
-
type index$
|
|
928
|
-
type index$
|
|
929
|
-
type index$
|
|
930
|
-
type index$
|
|
931
|
-
declare namespace index$
|
|
932
|
-
export type { index$
|
|
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$
|
|
1436
|
-
type index$
|
|
1437
|
-
type index$
|
|
1438
|
-
type index$
|
|
1439
|
-
type index$
|
|
1440
|
-
type index$
|
|
1441
|
-
type index$
|
|
1442
|
-
type index$
|
|
1443
|
-
type index$
|
|
1444
|
-
type index$
|
|
1445
|
-
type index$
|
|
1446
|
-
type index$
|
|
1447
|
-
type index$
|
|
1448
|
-
type index$
|
|
1449
|
-
type index$
|
|
1450
|
-
type index$
|
|
1451
|
-
type index$
|
|
1452
|
-
type index$
|
|
1453
|
-
type index$
|
|
1454
|
-
type index$
|
|
1455
|
-
type index$
|
|
1456
|
-
type index$
|
|
1457
|
-
type index$
|
|
1458
|
-
type index$
|
|
1459
|
-
type index$
|
|
1460
|
-
type index$
|
|
1461
|
-
type index$
|
|
1462
|
-
type index$
|
|
1463
|
-
type index$
|
|
1464
|
-
type index$
|
|
1465
|
-
type index$
|
|
1466
|
-
type index$
|
|
1467
|
-
type index$
|
|
1468
|
-
type index$
|
|
1469
|
-
type index$
|
|
1470
|
-
type index$
|
|
1471
|
-
type index$
|
|
1472
|
-
type index$
|
|
1473
|
-
type index$
|
|
1474
|
-
type index$
|
|
1475
|
-
type index$
|
|
1476
|
-
type index$
|
|
1477
|
-
type index$
|
|
1478
|
-
type index$
|
|
1479
|
-
type index$
|
|
1480
|
-
type index$
|
|
1481
|
-
type index$
|
|
1482
|
-
type index$
|
|
1483
|
-
type index$
|
|
1484
|
-
type index$
|
|
1485
|
-
type index$
|
|
1486
|
-
type index$
|
|
1487
|
-
type index$
|
|
1488
|
-
type index$
|
|
1489
|
-
type index$
|
|
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$
|
|
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$
|
|
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$
|
|
2202
|
+
export { index$e as AutoConstants, index$8 as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels };
|