automation-lib 5.0.135 → 5.0.138
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 +81 -107
- package/dist/index.d.ts +81 -107
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2265,25 +2265,13 @@ interface IThreadsPostNew extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2265
2265
|
timeEnd: Date;
|
|
2266
2266
|
}
|
|
2267
2267
|
|
|
2268
|
-
interface
|
|
2268
|
+
interface IThreadsInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
2269
2269
|
idea: string | IManagerWork;
|
|
2270
2270
|
niche: string | IManagerWork;
|
|
2271
2271
|
pc: string | IPC;
|
|
2272
2272
|
device: IDevice | string;
|
|
2273
2273
|
account: IAccount | string;
|
|
2274
2274
|
follower: number;
|
|
2275
|
-
status: EStatusExecuteCommon;
|
|
2276
|
-
statusDetail: string;
|
|
2277
|
-
timeStart: Date;
|
|
2278
|
-
timeEnd: Date;
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
interface IThreadsInteractFollowing extends IBaseModel, ITrackingModel<IUser> {
|
|
2282
|
-
idea: string | IManagerWork;
|
|
2283
|
-
niche: string | IManagerWork;
|
|
2284
|
-
pc: string | IPC;
|
|
2285
|
-
device: IDevice | string;
|
|
2286
|
-
account: IAccount | string;
|
|
2287
2275
|
following: number;
|
|
2288
2276
|
status: EStatusExecuteCommon;
|
|
2289
2277
|
statusDetail: string;
|
|
@@ -2306,20 +2294,6 @@ interface IThreadsInteractReplyComment extends IBaseModel, ITrackingModel<IUser>
|
|
|
2306
2294
|
timeEnd: Date;
|
|
2307
2295
|
}
|
|
2308
2296
|
|
|
2309
|
-
interface IThreadsInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
2310
|
-
idea: string | IManagerWork;
|
|
2311
|
-
niche: string | IManagerWork;
|
|
2312
|
-
pc: string | IPC;
|
|
2313
|
-
device: IDevice | string;
|
|
2314
|
-
account: IAccount | string;
|
|
2315
|
-
content: string;
|
|
2316
|
-
receiver: string;
|
|
2317
|
-
status: EStatusExecuteCommon;
|
|
2318
|
-
statusDetail: string;
|
|
2319
|
-
timeStart: Date;
|
|
2320
|
-
timeEnd: Date;
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
2297
|
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
2324
2298
|
idea: string | IManagerWork;
|
|
2325
2299
|
niche: string | IManagerWork;
|
|
@@ -2408,28 +2382,6 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
|
2408
2382
|
isReplyCommentsPostOfMe: boolean;
|
|
2409
2383
|
}
|
|
2410
2384
|
|
|
2411
|
-
interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
2412
|
-
pc: string | IPC;
|
|
2413
|
-
idea: string | IManagerWork;
|
|
2414
|
-
niche: string | IManagerWork;
|
|
2415
|
-
device: IDevice | string;
|
|
2416
|
-
account: IAccount | string;
|
|
2417
|
-
listRunTimes: Array<Array<string>>;
|
|
2418
|
-
dayOfWeeks: Array<string>;
|
|
2419
|
-
timeExecuteForOperationFrom: number;
|
|
2420
|
-
timeExecuteForOperationTo: number;
|
|
2421
|
-
timeDelayReplyMessageFrom: number;
|
|
2422
|
-
timeDelayReplyMessageTo: number;
|
|
2423
|
-
isTimeUs: boolean;
|
|
2424
|
-
isDeleteMessageUsername: boolean;
|
|
2425
|
-
isReplyAllMessageFromStories: boolean;
|
|
2426
|
-
isSkipUserNameNoneEnglish: boolean;
|
|
2427
|
-
isSkipReplyMessageIsImages: boolean;
|
|
2428
|
-
isSkipReplyIfHaveReplied: boolean;
|
|
2429
|
-
isSkipReplyIsLink: boolean;
|
|
2430
|
-
isSkipReplyIfOnlyIcons: boolean;
|
|
2431
|
-
}
|
|
2432
|
-
|
|
2433
2385
|
interface IInstagramPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
2434
2386
|
sheetUrl: string;
|
|
2435
2387
|
sheetName: string;
|
|
@@ -2800,8 +2752,7 @@ interface IInstagramInteractReplyMessage extends IBaseModel, ITrackingTimeScript
|
|
|
2800
2752
|
statusDetail: string;
|
|
2801
2753
|
}
|
|
2802
2754
|
|
|
2803
|
-
interface
|
|
2804
|
-
following: number;
|
|
2755
|
+
interface IInstagramInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
2805
2756
|
idea: string | IManagerWork;
|
|
2806
2757
|
niche: string | IManagerWork;
|
|
2807
2758
|
device: IDevice | string;
|
|
@@ -2809,25 +2760,15 @@ interface IInstagramInteractFollowing extends IBaseModel, ITrackingTimeScript, I
|
|
|
2809
2760
|
pc: string | IPC;
|
|
2810
2761
|
status: EStatusExecuteCommon;
|
|
2811
2762
|
statusDetail: string;
|
|
2812
|
-
}
|
|
2813
|
-
|
|
2814
|
-
interface IInstagramInteractFollower extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
2815
2763
|
follower: number;
|
|
2816
|
-
|
|
2817
|
-
niche: string | IManagerWork;
|
|
2818
|
-
device: IDevice | string;
|
|
2819
|
-
account: IAccount | string;
|
|
2820
|
-
pc: string | IPC;
|
|
2821
|
-
status: EStatusExecuteCommon;
|
|
2822
|
-
statusDetail: string;
|
|
2764
|
+
following: number;
|
|
2823
2765
|
timeStart: Date;
|
|
2824
2766
|
timeEnd: Date;
|
|
2825
2767
|
}
|
|
2826
2768
|
|
|
2827
2769
|
type index$5_IIdea = IIdea;
|
|
2828
2770
|
type index$5_IInstagramInteractExplore = IInstagramInteractExplore;
|
|
2829
|
-
type index$
|
|
2830
|
-
type index$5_IInstagramInteractFollowing = IInstagramInteractFollowing;
|
|
2771
|
+
type index$5_IInstagramInteractFollow = IInstagramInteractFollow;
|
|
2831
2772
|
type index$5_IInstagramInteractReel = IInstagramInteractReel;
|
|
2832
2773
|
type index$5_IInstagramInteractReplyComment = IInstagramInteractReplyComment;
|
|
2833
2774
|
type index$5_IInstagramInteractReplyMessage = IInstagramInteractReplyMessage;
|
|
@@ -2846,17 +2787,14 @@ type index$5_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFoll
|
|
|
2846
2787
|
type index$5_IInstagramSettingPost = IInstagramSettingPost;
|
|
2847
2788
|
type index$5_IInteractSentMessageDetail = IInteractSentMessageDetail;
|
|
2848
2789
|
type index$5_INiche = INiche;
|
|
2849
|
-
type index$
|
|
2850
|
-
type index$5_IThreadsInteractFollowing = IThreadsInteractFollowing;
|
|
2790
|
+
type index$5_IThreadsInteractFollow = IThreadsInteractFollow;
|
|
2851
2791
|
type index$5_IThreadsInteractReplyComment = IThreadsInteractReplyComment;
|
|
2852
|
-
type index$5_IThreadsInteractReplyMessage = IThreadsInteractReplyMessage;
|
|
2853
2792
|
type index$5_IThreadsPostNew = IThreadsPostNew;
|
|
2854
2793
|
type index$5_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
|
|
2855
2794
|
type index$5_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
|
|
2856
|
-
type index$5_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
|
|
2857
2795
|
type index$5_IThreadsSettingPost = IThreadsSettingPost;
|
|
2858
2796
|
declare namespace index$5 {
|
|
2859
|
-
export type { index$5_IIdea as IIdea, index$5_IInstagramInteractExplore as IInstagramInteractExplore, index$
|
|
2797
|
+
export type { index$5_IIdea as IIdea, index$5_IInstagramInteractExplore as IInstagramInteractExplore, index$5_IInstagramInteractFollow as IInstagramInteractFollow, index$5_IInstagramInteractReel as IInstagramInteractReel, index$5_IInstagramInteractReplyComment as IInstagramInteractReplyComment, index$5_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, index$5_IInstagramInteractStory as IInstagramInteractStory, index$5_IInstagramPostHighLight as IInstagramPostHighLight, index$5_IInstagramPostNew as IInstagramPostNew, index$5_IInstagramPostReel as IInstagramPostReel, index$5_IInstagramPostStory as IInstagramPostStory, index$5_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, index$5_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, index$5_IInstagramSettingInteractReel as IInstagramSettingInteractReel, index$5_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, index$5_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, index$5_IInstagramSettingInteractStory as IInstagramSettingInteractStory, index$5_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, index$5_IInstagramSettingPost as IInstagramSettingPost, index$5_IInteractSentMessageDetail as IInteractSentMessageDetail, index$5_INiche as INiche, index$5_IThreadsInteractFollow as IThreadsInteractFollow, index$5_IThreadsInteractReplyComment as IThreadsInteractReplyComment, index$5_IThreadsPostNew as IThreadsPostNew, index$5_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, index$5_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, index$5_IThreadsSettingPost as IThreadsSettingPost };
|
|
2860
2798
|
}
|
|
2861
2799
|
|
|
2862
2800
|
type index$4_IAccount = IAccount;
|
|
@@ -2907,8 +2845,7 @@ type index$4_IHistoryTaskImage = IHistoryTaskImage;
|
|
|
2907
2845
|
type index$4_IHistoryTaskVoice = IHistoryTaskVoice;
|
|
2908
2846
|
type index$4_IIdea = IIdea;
|
|
2909
2847
|
type index$4_IInstagramInteractExplore = IInstagramInteractExplore;
|
|
2910
|
-
type index$
|
|
2911
|
-
type index$4_IInstagramInteractFollowing = IInstagramInteractFollowing;
|
|
2848
|
+
type index$4_IInstagramInteractFollow = IInstagramInteractFollow;
|
|
2912
2849
|
type index$4_IInstagramInteractReel = IInstagramInteractReel;
|
|
2913
2850
|
type index$4_IInstagramInteractReplyComment = IInstagramInteractReplyComment;
|
|
2914
2851
|
type index$4_IInstagramInteractReplyMessage = IInstagramInteractReplyMessage;
|
|
@@ -2963,14 +2900,11 @@ type index$4_ITaskJobsGroup = ITaskJobsGroup;
|
|
|
2963
2900
|
type index$4_ITeam = ITeam;
|
|
2964
2901
|
type index$4_ITeamMember = ITeamMember;
|
|
2965
2902
|
type index$4_ITeamRole = ITeamRole;
|
|
2966
|
-
type index$
|
|
2967
|
-
type index$4_IThreadsInteractFollowing = IThreadsInteractFollowing;
|
|
2903
|
+
type index$4_IThreadsInteractFollow = IThreadsInteractFollow;
|
|
2968
2904
|
type index$4_IThreadsInteractReplyComment = IThreadsInteractReplyComment;
|
|
2969
|
-
type index$4_IThreadsInteractReplyMessage = IThreadsInteractReplyMessage;
|
|
2970
2905
|
type index$4_IThreadsPostNew = IThreadsPostNew;
|
|
2971
2906
|
type index$4_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
|
|
2972
2907
|
type index$4_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
|
|
2973
|
-
type index$4_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
|
|
2974
2908
|
type index$4_IThreadsSettingPost = IThreadsSettingPost;
|
|
2975
2909
|
type index$4_IToken = IToken;
|
|
2976
2910
|
type index$4_ITrackingModel<T> = ITrackingModel<T>;
|
|
@@ -2983,7 +2917,7 @@ type index$4_IVoiceLanguage = IVoiceLanguage;
|
|
|
2983
2917
|
type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
2984
2918
|
type index$4_IVoiceStores = IVoiceStores;
|
|
2985
2919
|
declare namespace index$4 {
|
|
2986
|
-
export { index$b as Auth, index$c as Common, index$6 as History, type index$4_IAccount as IAccount, type index$4_IAccountAI as IAccountAI, type index$4_IAccountAIChannel as IAccountAIChannel, type index$4_IAccountAIGroup as IAccountAIGroup, type index$4_IAccountAIImage as IAccountAIImage, type index$4_IAccountAIImageChannel as IAccountAIImageChannel, type index$4_IAccountAIImageGroup as IAccountAIImageGroup, type index$4_IAccountAIImageInfo as IAccountAIImageInfo, type index$4_IAccountAIImageTag as IAccountAIImageTag, type index$4_IAccountAIInfo as IAccountAIInfo, type index$4_IAccountAITag as IAccountAITag, type index$4_IAccountAIVoice as IAccountAIVoice, type index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountRaw as IAccountRaw, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountsGroup as IAccountsGroup, type index$4_IAuthLogin as IAuthLogin, type index$4_IAuthResetPassword as IAuthResetPassword, type index$4_IBaseModel as IBaseModel, type index$4_IBlog as IBlog, type index$4_IBlogCategory as IBlogCategory, type index$4_IDepartment as IDepartment, type index$4_IDepartmentRole as IDepartmentRole, type index$4_IDevice as IDevice, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IDomain as IDomain, type index$4_IFile as IFile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskCanva as IHistoryTaskCanva, type index$4_IHistoryTaskImage as IHistoryTaskImage, type index$4_IHistoryTaskVoice as IHistoryTaskVoice, type index$4_IIdea as IIdea, type index$4_IInstagramInteractExplore as IInstagramInteractExplore, type index$
|
|
2920
|
+
export { index$b as Auth, index$c as Common, index$6 as History, type index$4_IAccount as IAccount, type index$4_IAccountAI as IAccountAI, type index$4_IAccountAIChannel as IAccountAIChannel, type index$4_IAccountAIGroup as IAccountAIGroup, type index$4_IAccountAIImage as IAccountAIImage, type index$4_IAccountAIImageChannel as IAccountAIImageChannel, type index$4_IAccountAIImageGroup as IAccountAIImageGroup, type index$4_IAccountAIImageInfo as IAccountAIImageInfo, type index$4_IAccountAIImageTag as IAccountAIImageTag, type index$4_IAccountAIInfo as IAccountAIInfo, type index$4_IAccountAITag as IAccountAITag, type index$4_IAccountAIVoice as IAccountAIVoice, type index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountRaw as IAccountRaw, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountsGroup as IAccountsGroup, type index$4_IAuthLogin as IAuthLogin, type index$4_IAuthResetPassword as IAuthResetPassword, type index$4_IBaseModel as IBaseModel, type index$4_IBlog as IBlog, type index$4_IBlogCategory as IBlogCategory, type index$4_IDepartment as IDepartment, type index$4_IDepartmentRole as IDepartmentRole, type index$4_IDevice as IDevice, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IDomain as IDomain, type index$4_IFile as IFile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskCanva as IHistoryTaskCanva, type index$4_IHistoryTaskImage as IHistoryTaskImage, type index$4_IHistoryTaskVoice as IHistoryTaskVoice, type index$4_IIdea as IIdea, type index$4_IInstagramInteractExplore as IInstagramInteractExplore, type index$4_IInstagramInteractFollow as IInstagramInteractFollow, type index$4_IInstagramInteractReel as IInstagramInteractReel, type index$4_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$4_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$4_IInstagramInteractStory as IInstagramInteractStory, type index$4_IInstagramPostHighLight as IInstagramPostHighLight, type index$4_IInstagramPostNew as IInstagramPostNew, type index$4_IInstagramPostReel as IInstagramPostReel, type index$4_IInstagramPostStory as IInstagramPostStory, type index$4_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$4_ILark as ILark, type index$4_IManagerImageAI as IManagerImageAI, type index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$4_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$4_IManagerSheet as IManagerSheet, type index$4_IManagerSheetChildren as IManagerSheetChildren, type index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$4_IManagerSheetGroup as IManagerSheetGroup, type index$4_IManagerWork as IManagerWork, type index$4_IManagerWorkPin as IManagerWorkPin, type index$4_INiche as INiche, type index$4_IOtpConfirm as IOtpConfirm, type index$4_IOtpCreateSession as IOtpCreateSession, type index$4_IOtpSend as IOtpSend, type index$4_IPC as IPC, type index$4_IProxy as IProxy, type index$4_IRole as IRole, type index$4_IRoleFeature as IRoleFeature, type index$4_ISheetWork as ISheetWork, type index$4_ISheetWorkManager as ISheetWorkManager, type index$4_ISheetWorkPin as ISheetWorkPin, type index$4_ISheetWorksCategory as ISheetWorksCategory, type index$4_ISheetsTool as ISheetsTool, type index$4_ITag as ITag, type index$4_ITaskJob as ITaskJob, type index$4_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$4_ITaskJobCheckList as ITaskJobCheckList, type index$4_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$4_ITaskJobDiscuss as ITaskJobDiscuss, type index$4_ITaskJobLabel as ITaskJobLabel, type index$4_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$4_ITaskJobUserPermission as ITaskJobUserPermission, type index$4_ITaskJobsGroup as ITaskJobsGroup, type index$4_ITeam as ITeam, type index$4_ITeamMember as ITeamMember, type index$4_ITeamRole as ITeamRole, type index$4_IThreadsInteractFollow as IThreadsInteractFollow, type index$4_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$4_IThreadsPostNew as IThreadsPostNew, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingPost as IThreadsSettingPost, type index$4_IToken as IToken, type index$4_ITrackingModel as ITrackingModel, type index$4_ITrackingTimeScript as ITrackingTimeScript, type index$4_ITrackingUserAction as ITrackingUserAction, type index$4_IUser as IUser, type index$4_IUserRole as IUserRole, type index$4_IVoiceGenerated as IVoiceGenerated, type index$4_IVoiceLanguage as IVoiceLanguage, type index$4_IVoiceSettingDelay as IVoiceSettingDelay, type index$4_IVoiceStores as IVoiceStores, index$5 as Socials, index$8 as TaskBrowsers, index$9 as TaskPhones, index$7 as Tool, index$a as Web };
|
|
2987
2921
|
}
|
|
2988
2922
|
|
|
2989
2923
|
interface IDataUser {
|
|
@@ -3104,9 +3038,19 @@ interface FindHistoryTaskVoiceDto extends IBaseDto, IHistoryTaskVoice {
|
|
|
3104
3038
|
interface FilterHistoryTaskVoiceDto extends IBaseDto, IHistoryTaskVoice {
|
|
3105
3039
|
}
|
|
3106
3040
|
|
|
3107
|
-
interface
|
|
3041
|
+
interface FindThreadsPostNewDto extends IBaseDto, IThreadsPostNew {
|
|
3042
|
+
}
|
|
3043
|
+
interface FilterThreadsPostNewDto extends IBaseDto, IThreadsPostNew {
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
interface FindThreadsInteractFollowDto extends IBaseDto, IThreadsInteractFollow {
|
|
3047
|
+
}
|
|
3048
|
+
interface FilterThreadsInteractFollowDto extends IBaseDto, IThreadsInteractFollow {
|
|
3049
|
+
}
|
|
3050
|
+
|
|
3051
|
+
interface FindThreadsInteractReplyCommentDto extends IBaseDto, IThreadsInteractReplyComment {
|
|
3108
3052
|
}
|
|
3109
|
-
interface
|
|
3053
|
+
interface FilterThreadsInteractReplyCommentDto extends IBaseDto, IThreadsInteractReplyComment {
|
|
3110
3054
|
}
|
|
3111
3055
|
|
|
3112
3056
|
interface FindThreadsSettingPostDto extends IBaseDto, IThreadsSettingPost {
|
|
@@ -3114,6 +3058,16 @@ interface FindThreadsSettingPostDto extends IBaseDto, IThreadsSettingPost {
|
|
|
3114
3058
|
interface FilterThreadsSettingPostDto extends IBaseDto, IThreadsSettingPost {
|
|
3115
3059
|
}
|
|
3116
3060
|
|
|
3061
|
+
interface FindThreadsSettingInteractFollowDto extends IBaseDto, IThreadsSettingInteractFollow {
|
|
3062
|
+
}
|
|
3063
|
+
interface FilterThreadsSettingInteractFollowDto extends IBaseDto, IThreadsSettingInteractFollow {
|
|
3064
|
+
}
|
|
3065
|
+
|
|
3066
|
+
interface FindThreadsSettingInteractReplyCommentDto extends IBaseDto, IThreadsSettingInteractReplyComment {
|
|
3067
|
+
}
|
|
3068
|
+
interface FilterThreadsSettingInteractReplyCommentDto extends IBaseDto, IThreadsSettingInteractReplyComment {
|
|
3069
|
+
}
|
|
3070
|
+
|
|
3117
3071
|
interface FindInstagramPostHighLightDto extends IBaseDto, IInstagramPostHighLight {
|
|
3118
3072
|
}
|
|
3119
3073
|
interface FilterInstagramPostHighLightDto extends IBaseDto, IInstagramPostHighLight {
|
|
@@ -3159,14 +3113,9 @@ interface FindInstagramInteractReplyMessageDto extends IBaseDto, IInstagramInter
|
|
|
3159
3113
|
interface FilterInstagramInteractReplyMessageDto extends IBaseDto, IInstagramInteractReplyMessage {
|
|
3160
3114
|
}
|
|
3161
3115
|
|
|
3162
|
-
interface
|
|
3116
|
+
interface FindInstagramInteractFollowDto extends IBaseDto, IInstagramInteractFollow {
|
|
3163
3117
|
}
|
|
3164
|
-
interface
|
|
3165
|
-
}
|
|
3166
|
-
|
|
3167
|
-
interface FindInstagramInteractFollowerDto extends IBaseDto, IInstagramInteractFollower {
|
|
3168
|
-
}
|
|
3169
|
-
interface FilterInstagramInteractFollowerDto extends IBaseDto, IInstagramInteractFollower {
|
|
3118
|
+
interface FilterInstagramInteractFollowDto extends IBaseDto, IInstagramInteractFollow {
|
|
3170
3119
|
}
|
|
3171
3120
|
|
|
3172
3121
|
interface FindInstagramSettingInteractExploreDto extends IBaseDto, IInstagramSettingInteractExplore {
|
|
@@ -3534,22 +3483,6 @@ interface FindOverViewAccountDto {
|
|
|
3534
3483
|
totalDepartments: number;
|
|
3535
3484
|
}
|
|
3536
3485
|
|
|
3537
|
-
interface AutoFillAccountRawDto {
|
|
3538
|
-
sheetUrl: string;
|
|
3539
|
-
sheetName: string;
|
|
3540
|
-
listIdeas: string[];
|
|
3541
|
-
listNiches: string[];
|
|
3542
|
-
listAccountId: string[];
|
|
3543
|
-
listUsernames: string[];
|
|
3544
|
-
timeChangeInfo: Date;
|
|
3545
|
-
timeChangeBio: Date;
|
|
3546
|
-
timeChangePassword: Date;
|
|
3547
|
-
timeChange2FA: Date;
|
|
3548
|
-
timeChangeEmail: Date;
|
|
3549
|
-
timeChangeLink: Date;
|
|
3550
|
-
timeChangeAvatar: Date;
|
|
3551
|
-
timeChangeCover: Date;
|
|
3552
|
-
}
|
|
3553
3486
|
interface FindAccountRawDto extends IBaseDto, IAccountRaw {
|
|
3554
3487
|
deviceInfo: {
|
|
3555
3488
|
key: string;
|
|
@@ -3581,6 +3514,41 @@ interface FindAccountRawDto extends IBaseDto, IAccountRaw {
|
|
|
3581
3514
|
time: Date;
|
|
3582
3515
|
};
|
|
3583
3516
|
}
|
|
3517
|
+
interface AutoFillAccountRawDto {
|
|
3518
|
+
sheetUrl: string;
|
|
3519
|
+
sheetName: string;
|
|
3520
|
+
listIdeas: string[];
|
|
3521
|
+
listNiches: string[];
|
|
3522
|
+
listAccountId: string[];
|
|
3523
|
+
listUsernames: string[];
|
|
3524
|
+
timeChangeInfo: Date;
|
|
3525
|
+
timeChangeBio: Date;
|
|
3526
|
+
timeChangePassword: Date;
|
|
3527
|
+
timeChange2FA: Date;
|
|
3528
|
+
timeChangeEmail: Date;
|
|
3529
|
+
timeChangeLink: Date;
|
|
3530
|
+
timeChangeAvatar: Date;
|
|
3531
|
+
timeChangeCover: Date;
|
|
3532
|
+
}
|
|
3533
|
+
interface AutoFillAccountRawDto extends IBaseDto, IAccountRaw {
|
|
3534
|
+
newUsername: string;
|
|
3535
|
+
newFullname: string;
|
|
3536
|
+
timeExecuteChangeInfo: Date;
|
|
3537
|
+
newBio: string;
|
|
3538
|
+
timeExecuteBio: Date;
|
|
3539
|
+
newPassword: string;
|
|
3540
|
+
timeExecutePassword: Date;
|
|
3541
|
+
new2FA: string;
|
|
3542
|
+
timeExecute2FA: Date;
|
|
3543
|
+
newEmail: string;
|
|
3544
|
+
timeExecuteEmail: Date;
|
|
3545
|
+
newLinks: string[];
|
|
3546
|
+
timeExecuteLinks: Date;
|
|
3547
|
+
newAvatar: string;
|
|
3548
|
+
timeExecuteAvatar: Date;
|
|
3549
|
+
newCover: string;
|
|
3550
|
+
timeExecuteCover: Date;
|
|
3551
|
+
}
|
|
3584
3552
|
interface FilterAccountRawDto extends IBaseDto, IAccountRaw {
|
|
3585
3553
|
accountGroup: string;
|
|
3586
3554
|
accountType: string;
|
|
@@ -3828,8 +3796,7 @@ type index_FilterIAccountAIVoiceInfoDto = FilterIAccountAIVoiceInfoDto;
|
|
|
3828
3796
|
type index_FilterIAccountEmailDto = FilterIAccountEmailDto;
|
|
3829
3797
|
type index_FilterIManagerImageAIDto = FilterIManagerImageAIDto;
|
|
3830
3798
|
type index_FilterInstagramInteractExploreDto = FilterInstagramInteractExploreDto;
|
|
3831
|
-
type
|
|
3832
|
-
type index_FilterInstagramInteractFollowingDto = FilterInstagramInteractFollowingDto;
|
|
3799
|
+
type index_FilterInstagramInteractFollowDto = FilterInstagramInteractFollowDto;
|
|
3833
3800
|
type index_FilterInstagramInteractReelDto = FilterInstagramInteractReelDto;
|
|
3834
3801
|
type index_FilterInstagramInteractReplyCommentDto = FilterInstagramInteractReplyCommentDto;
|
|
3835
3802
|
type index_FilterInstagramInteractReplyMessageDto = FilterInstagramInteractReplyMessageDto;
|
|
@@ -3856,7 +3823,11 @@ type index_FilterSheetWorkDto = FilterSheetWorkDto;
|
|
|
3856
3823
|
type index_FilterSheetWorkManagerDto = FilterSheetWorkManagerDto;
|
|
3857
3824
|
type index_FilterSheetsToolDto = FilterSheetsToolDto;
|
|
3858
3825
|
type index_FilterTeamDto = FilterTeamDto;
|
|
3859
|
-
type
|
|
3826
|
+
type index_FilterThreadsInteractFollowDto = FilterThreadsInteractFollowDto;
|
|
3827
|
+
type index_FilterThreadsInteractReplyCommentDto = FilterThreadsInteractReplyCommentDto;
|
|
3828
|
+
type index_FilterThreadsPostNewDto = FilterThreadsPostNewDto;
|
|
3829
|
+
type index_FilterThreadsSettingInteractFollowDto = FilterThreadsSettingInteractFollowDto;
|
|
3830
|
+
type index_FilterThreadsSettingInteractReplyCommentDto = FilterThreadsSettingInteractReplyCommentDto;
|
|
3860
3831
|
type index_FilterThreadsSettingPostDto = FilterThreadsSettingPostDto;
|
|
3861
3832
|
type index_FilterUserDto = FilterUserDto;
|
|
3862
3833
|
type index_FindAccountCHPlayICloudDto = FindAccountCHPlayICloudDto;
|
|
@@ -3885,8 +3856,7 @@ type index_FindIAccountAIVoiceInfoDto = FindIAccountAIVoiceInfoDto;
|
|
|
3885
3856
|
type index_FindIAccountEmailDto = FindIAccountEmailDto;
|
|
3886
3857
|
type index_FindIManagerImageAIDto = FindIManagerImageAIDto;
|
|
3887
3858
|
type index_FindInstagramInteractExploreDto = FindInstagramInteractExploreDto;
|
|
3888
|
-
type
|
|
3889
|
-
type index_FindInstagramInteractFollowingDto = FindInstagramInteractFollowingDto;
|
|
3859
|
+
type index_FindInstagramInteractFollowDto = FindInstagramInteractFollowDto;
|
|
3890
3860
|
type index_FindInstagramInteractReelDto = FindInstagramInteractReelDto;
|
|
3891
3861
|
type index_FindInstagramInteractReplyCommentDto = FindInstagramInteractReplyCommentDto;
|
|
3892
3862
|
type index_FindInstagramInteractReplyMessageDto = FindInstagramInteractReplyMessageDto;
|
|
@@ -3920,14 +3890,18 @@ type index_FindSheetWorkDto = FindSheetWorkDto;
|
|
|
3920
3890
|
type index_FindSheetWorkManagerDto = FindSheetWorkManagerDto;
|
|
3921
3891
|
type index_FindSheetsToolDto = FindSheetsToolDto;
|
|
3922
3892
|
type index_FindTeamDto = FindTeamDto;
|
|
3923
|
-
type
|
|
3893
|
+
type index_FindThreadsInteractFollowDto = FindThreadsInteractFollowDto;
|
|
3894
|
+
type index_FindThreadsInteractReplyCommentDto = FindThreadsInteractReplyCommentDto;
|
|
3895
|
+
type index_FindThreadsPostNewDto = FindThreadsPostNewDto;
|
|
3896
|
+
type index_FindThreadsSettingInteractFollowDto = FindThreadsSettingInteractFollowDto;
|
|
3897
|
+
type index_FindThreadsSettingInteractReplyCommentDto = FindThreadsSettingInteractReplyCommentDto;
|
|
3924
3898
|
type index_FindThreadsSettingPostDto = FindThreadsSettingPostDto;
|
|
3925
3899
|
type index_FindUserDto = FindUserDto;
|
|
3926
3900
|
type index_IBaseDto = IBaseDto;
|
|
3927
3901
|
type index_ImportDto = ImportDto;
|
|
3928
3902
|
type index_OverviewUserDto = OverviewUserDto;
|
|
3929
3903
|
declare namespace index {
|
|
3930
|
-
export { type index_AutoFillAccountRawDto as AutoFillAccountRawDto, type index_ExportDto as ExportDto, type index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index_FilterAccountCanvaDto as FilterAccountCanvaDto, type index_FilterAccountDriveDto as FilterAccountDriveDto, type index_FilterAccountDto as FilterAccountDto, type index_FilterAccountRawDto as FilterAccountRawDto, type index_FilterAccountVPNDto as FilterAccountVPNDto, type index_FilterAccountVPSDto as FilterAccountVPSDto, type index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index_FilterAccountsGroupDto as FilterAccountsGroupDto, type index_FilterBaseDto as FilterBaseDto, type index_FilterBlogCategoryDto as FilterBlogCategoryDto, type index_FilterBlogDto as FilterBlogDto, type index_FilterDepartmentDto as FilterDepartmentDto, type index_FilterDeviceDto as FilterDeviceDto, type index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, type index_FilterHistoryTaskImageDto as FilterHistoryTaskImageDto, type index_FilterHistoryTaskVoiceDto as FilterHistoryTaskVoiceDto, type index_FilterIAccountAIDto as FilterIAccountAIDto, type index_FilterIAccountAIImageDto as FilterIAccountAIImageDto, type index_FilterIAccountAIImageInfoDto as FilterIAccountAIImageInfoDto, type index_FilterIAccountAIInfoDto as FilterIAccountAIInfoDto, type index_FilterIAccountAIVoiceDto as FilterIAccountAIVoiceDto, type index_FilterIAccountAIVoiceInfoDto as FilterIAccountAIVoiceInfoDto, type index_FilterIAccountEmailDto as FilterIAccountEmailDto, type index_FilterIManagerImageAIDto as FilterIManagerImageAIDto, type index_FilterInstagramInteractExploreDto as FilterInstagramInteractExploreDto, type
|
|
3904
|
+
export { type index_AutoFillAccountRawDto as AutoFillAccountRawDto, type index_ExportDto as ExportDto, type index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index_FilterAccountCanvaDto as FilterAccountCanvaDto, type index_FilterAccountDriveDto as FilterAccountDriveDto, type index_FilterAccountDto as FilterAccountDto, type index_FilterAccountRawDto as FilterAccountRawDto, type index_FilterAccountVPNDto as FilterAccountVPNDto, type index_FilterAccountVPSDto as FilterAccountVPSDto, type index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index_FilterAccountsGroupDto as FilterAccountsGroupDto, type index_FilterBaseDto as FilterBaseDto, type index_FilterBlogCategoryDto as FilterBlogCategoryDto, type index_FilterBlogDto as FilterBlogDto, type index_FilterDepartmentDto as FilterDepartmentDto, type index_FilterDeviceDto as FilterDeviceDto, type index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, type index_FilterHistoryTaskImageDto as FilterHistoryTaskImageDto, type index_FilterHistoryTaskVoiceDto as FilterHistoryTaskVoiceDto, type index_FilterIAccountAIDto as FilterIAccountAIDto, type index_FilterIAccountAIImageDto as FilterIAccountAIImageDto, type index_FilterIAccountAIImageInfoDto as FilterIAccountAIImageInfoDto, type index_FilterIAccountAIInfoDto as FilterIAccountAIInfoDto, type index_FilterIAccountAIVoiceDto as FilterIAccountAIVoiceDto, type index_FilterIAccountAIVoiceInfoDto as FilterIAccountAIVoiceInfoDto, type index_FilterIAccountEmailDto as FilterIAccountEmailDto, type index_FilterIManagerImageAIDto as FilterIManagerImageAIDto, type index_FilterInstagramInteractExploreDto as FilterInstagramInteractExploreDto, type index_FilterInstagramInteractFollowDto as FilterInstagramInteractFollowDto, type index_FilterInstagramInteractReelDto as FilterInstagramInteractReelDto, type index_FilterInstagramInteractReplyCommentDto as FilterInstagramInteractReplyCommentDto, type index_FilterInstagramInteractReplyMessageDto as FilterInstagramInteractReplyMessageDto, type index_FilterInstagramInteractStoryDto as FilterInstagramInteractStoryDto, type index_FilterInstagramPostHighLightDto as FilterInstagramPostHighLightDto, type index_FilterInstagramPostNewDto as FilterInstagramPostNewDto, type index_FilterInstagramPostReelDto as FilterInstagramPostReelDto, type index_FilterInstagramPostStoryDto as FilterInstagramPostStoryDto, type index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, type index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, type index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, type index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, type index_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, type index_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, type index_FilterInstagramSettingStoryDto as FilterInstagramSettingStoryDto, type index_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, type index_FilterLarkDto as FilterLarkDto, type index_FilterManagerSheetDto as FilterManagerSheetDto, type index_FilterManagerWorkDto as FilterManagerWorkDto, type index_FilterPCDto as FilterPCDto, type index_FilterProxyDto as FilterProxyDto, type index_FilterRoleDto as FilterRoleDto, type index_FilterSheetWorkDto as FilterSheetWorkDto, type index_FilterSheetWorkManagerDto as FilterSheetWorkManagerDto, type index_FilterSheetsToolDto as FilterSheetsToolDto, type index_FilterTeamDto as FilterTeamDto, type index_FilterThreadsInteractFollowDto as FilterThreadsInteractFollowDto, type index_FilterThreadsInteractReplyCommentDto as FilterThreadsInteractReplyCommentDto, type index_FilterThreadsPostNewDto as FilterThreadsPostNewDto, type index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, type index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, type index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, type index_FilterUserDto as FilterUserDto, type index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index_FindAccountCanvaDto as FindAccountCanvaDto, type index_FindAccountDriveDto as FindAccountDriveDto, type index_FindAccountDto as FindAccountDto, type index_FindAccountRawDto as FindAccountRawDto, type index_FindAccountVPNDto as FindAccountVPNDto, type index_FindAccountVPSDto as FindAccountVPSDto, type index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index_FindAccountsGroupDto as FindAccountsGroupDto, type index_FindBlogCategoryDto as FindBlogCategoryDto, type index_FindBlogDto as FindBlogDto, type index_FindDepartmentDto as FindDepartmentDto, type index_FindDeviceDto as FindDeviceDto, type index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, type index_FindHistoryTaskImageDto as FindHistoryTaskImageDto, type index_FindHistoryTaskVoiceDto as FindHistoryTaskVoiceDto, type index_FindIAccountAIDto as FindIAccountAIDto, type index_FindIAccountAIImageDto as FindIAccountAIImageDto, type index_FindIAccountAIImageInfoDto as FindIAccountAIImageInfoDto, type index_FindIAccountAIInfoDto as FindIAccountAIInfoDto, type index_FindIAccountAIVoiceDto as FindIAccountAIVoiceDto, type index_FindIAccountAIVoiceInfoDto as FindIAccountAIVoiceInfoDto, type index_FindIAccountEmailDto as FindIAccountEmailDto, type index_FindIManagerImageAIDto as FindIManagerImageAIDto, type index_FindInstagramInteractExploreDto as FindInstagramInteractExploreDto, type index_FindInstagramInteractFollowDto as FindInstagramInteractFollowDto, type index_FindInstagramInteractReelDto as FindInstagramInteractReelDto, type index_FindInstagramInteractReplyCommentDto as FindInstagramInteractReplyCommentDto, type index_FindInstagramInteractReplyMessageDto as FindInstagramInteractReplyMessageDto, type index_FindInstagramInteractStoryDto as FindInstagramInteractStoryDto, type index_FindInstagramPostHighLightDto as FindInstagramPostHighLightDto, type index_FindInstagramPostNewDto as FindInstagramPostNewDto, type index_FindInstagramPostReelDto as FindInstagramPostReelDto, type index_FindInstagramPostStoryDto as FindInstagramPostStoryDto, type index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, type index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, type index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, type index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, type index_FindInstagramSettingReplyCommentDto as FindInstagramSettingReplyCommentDto, type index_FindInstagramSettingReplyMessageDto as FindInstagramSettingReplyMessageDto, type index_FindInstagramSettingStoryDto as FindInstagramSettingStoryDto, type index_FindInstagramSettingUnFollowDto as FindInstagramSettingUnFollowDto, type index_FindLarkDto as FindLarkDto, type index_FindManagerSheetDto as FindManagerSheetDto, type index_FindManagerWorkDto as FindManagerWorkDto, type index_FindOverViewAccountDto as FindOverViewAccountDto, type index_FindOverViewAccountRowDto as FindOverViewAccountRowDto, type index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index_FindOverviewProxyDto as FindOverviewProxyDto, type index_FindPCDto as FindPCDto, type index_FindProxyDto as FindProxyDto, type index_FindRoleDto as FindRoleDto, type index_FindSheetWorkDto as FindSheetWorkDto, type index_FindSheetWorkManagerDto as FindSheetWorkManagerDto, type index_FindSheetsToolDto as FindSheetsToolDto, type index_FindTeamDto as FindTeamDto, type index_FindThreadsInteractFollowDto as FindThreadsInteractFollowDto, type index_FindThreadsInteractReplyCommentDto as FindThreadsInteractReplyCommentDto, type index_FindThreadsPostNewDto as FindThreadsPostNewDto, type index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, type index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, type index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, type index_FindUserDto as FindUserDto, type index_IBaseDto as IBaseDto, type index_ImportDto as ImportDto, type index_OverviewUserDto as OverviewUserDto, index$1 as TaskBrowsers, index$2 as TaskPhones };
|
|
3931
3905
|
}
|
|
3932
3906
|
|
|
3933
3907
|
export { index$n as AutoConstants, index as AutoDto, index$g as AutoEnums, index$3 as AutoInterfacesCommon, index$4 as AutoInterfacesModels, index$d as AutoTypes };
|
package/dist/index.d.ts
CHANGED
|
@@ -2265,25 +2265,13 @@ interface IThreadsPostNew extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2265
2265
|
timeEnd: Date;
|
|
2266
2266
|
}
|
|
2267
2267
|
|
|
2268
|
-
interface
|
|
2268
|
+
interface IThreadsInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
2269
2269
|
idea: string | IManagerWork;
|
|
2270
2270
|
niche: string | IManagerWork;
|
|
2271
2271
|
pc: string | IPC;
|
|
2272
2272
|
device: IDevice | string;
|
|
2273
2273
|
account: IAccount | string;
|
|
2274
2274
|
follower: number;
|
|
2275
|
-
status: EStatusExecuteCommon;
|
|
2276
|
-
statusDetail: string;
|
|
2277
|
-
timeStart: Date;
|
|
2278
|
-
timeEnd: Date;
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
interface IThreadsInteractFollowing extends IBaseModel, ITrackingModel<IUser> {
|
|
2282
|
-
idea: string | IManagerWork;
|
|
2283
|
-
niche: string | IManagerWork;
|
|
2284
|
-
pc: string | IPC;
|
|
2285
|
-
device: IDevice | string;
|
|
2286
|
-
account: IAccount | string;
|
|
2287
2275
|
following: number;
|
|
2288
2276
|
status: EStatusExecuteCommon;
|
|
2289
2277
|
statusDetail: string;
|
|
@@ -2306,20 +2294,6 @@ interface IThreadsInteractReplyComment extends IBaseModel, ITrackingModel<IUser>
|
|
|
2306
2294
|
timeEnd: Date;
|
|
2307
2295
|
}
|
|
2308
2296
|
|
|
2309
|
-
interface IThreadsInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
2310
|
-
idea: string | IManagerWork;
|
|
2311
|
-
niche: string | IManagerWork;
|
|
2312
|
-
pc: string | IPC;
|
|
2313
|
-
device: IDevice | string;
|
|
2314
|
-
account: IAccount | string;
|
|
2315
|
-
content: string;
|
|
2316
|
-
receiver: string;
|
|
2317
|
-
status: EStatusExecuteCommon;
|
|
2318
|
-
statusDetail: string;
|
|
2319
|
-
timeStart: Date;
|
|
2320
|
-
timeEnd: Date;
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
2297
|
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
2324
2298
|
idea: string | IManagerWork;
|
|
2325
2299
|
niche: string | IManagerWork;
|
|
@@ -2408,28 +2382,6 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
|
2408
2382
|
isReplyCommentsPostOfMe: boolean;
|
|
2409
2383
|
}
|
|
2410
2384
|
|
|
2411
|
-
interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
2412
|
-
pc: string | IPC;
|
|
2413
|
-
idea: string | IManagerWork;
|
|
2414
|
-
niche: string | IManagerWork;
|
|
2415
|
-
device: IDevice | string;
|
|
2416
|
-
account: IAccount | string;
|
|
2417
|
-
listRunTimes: Array<Array<string>>;
|
|
2418
|
-
dayOfWeeks: Array<string>;
|
|
2419
|
-
timeExecuteForOperationFrom: number;
|
|
2420
|
-
timeExecuteForOperationTo: number;
|
|
2421
|
-
timeDelayReplyMessageFrom: number;
|
|
2422
|
-
timeDelayReplyMessageTo: number;
|
|
2423
|
-
isTimeUs: boolean;
|
|
2424
|
-
isDeleteMessageUsername: boolean;
|
|
2425
|
-
isReplyAllMessageFromStories: boolean;
|
|
2426
|
-
isSkipUserNameNoneEnglish: boolean;
|
|
2427
|
-
isSkipReplyMessageIsImages: boolean;
|
|
2428
|
-
isSkipReplyIfHaveReplied: boolean;
|
|
2429
|
-
isSkipReplyIsLink: boolean;
|
|
2430
|
-
isSkipReplyIfOnlyIcons: boolean;
|
|
2431
|
-
}
|
|
2432
|
-
|
|
2433
2385
|
interface IInstagramPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
2434
2386
|
sheetUrl: string;
|
|
2435
2387
|
sheetName: string;
|
|
@@ -2800,8 +2752,7 @@ interface IInstagramInteractReplyMessage extends IBaseModel, ITrackingTimeScript
|
|
|
2800
2752
|
statusDetail: string;
|
|
2801
2753
|
}
|
|
2802
2754
|
|
|
2803
|
-
interface
|
|
2804
|
-
following: number;
|
|
2755
|
+
interface IInstagramInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
2805
2756
|
idea: string | IManagerWork;
|
|
2806
2757
|
niche: string | IManagerWork;
|
|
2807
2758
|
device: IDevice | string;
|
|
@@ -2809,25 +2760,15 @@ interface IInstagramInteractFollowing extends IBaseModel, ITrackingTimeScript, I
|
|
|
2809
2760
|
pc: string | IPC;
|
|
2810
2761
|
status: EStatusExecuteCommon;
|
|
2811
2762
|
statusDetail: string;
|
|
2812
|
-
}
|
|
2813
|
-
|
|
2814
|
-
interface IInstagramInteractFollower extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
2815
2763
|
follower: number;
|
|
2816
|
-
|
|
2817
|
-
niche: string | IManagerWork;
|
|
2818
|
-
device: IDevice | string;
|
|
2819
|
-
account: IAccount | string;
|
|
2820
|
-
pc: string | IPC;
|
|
2821
|
-
status: EStatusExecuteCommon;
|
|
2822
|
-
statusDetail: string;
|
|
2764
|
+
following: number;
|
|
2823
2765
|
timeStart: Date;
|
|
2824
2766
|
timeEnd: Date;
|
|
2825
2767
|
}
|
|
2826
2768
|
|
|
2827
2769
|
type index$5_IIdea = IIdea;
|
|
2828
2770
|
type index$5_IInstagramInteractExplore = IInstagramInteractExplore;
|
|
2829
|
-
type index$
|
|
2830
|
-
type index$5_IInstagramInteractFollowing = IInstagramInteractFollowing;
|
|
2771
|
+
type index$5_IInstagramInteractFollow = IInstagramInteractFollow;
|
|
2831
2772
|
type index$5_IInstagramInteractReel = IInstagramInteractReel;
|
|
2832
2773
|
type index$5_IInstagramInteractReplyComment = IInstagramInteractReplyComment;
|
|
2833
2774
|
type index$5_IInstagramInteractReplyMessage = IInstagramInteractReplyMessage;
|
|
@@ -2846,17 +2787,14 @@ type index$5_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFoll
|
|
|
2846
2787
|
type index$5_IInstagramSettingPost = IInstagramSettingPost;
|
|
2847
2788
|
type index$5_IInteractSentMessageDetail = IInteractSentMessageDetail;
|
|
2848
2789
|
type index$5_INiche = INiche;
|
|
2849
|
-
type index$
|
|
2850
|
-
type index$5_IThreadsInteractFollowing = IThreadsInteractFollowing;
|
|
2790
|
+
type index$5_IThreadsInteractFollow = IThreadsInteractFollow;
|
|
2851
2791
|
type index$5_IThreadsInteractReplyComment = IThreadsInteractReplyComment;
|
|
2852
|
-
type index$5_IThreadsInteractReplyMessage = IThreadsInteractReplyMessage;
|
|
2853
2792
|
type index$5_IThreadsPostNew = IThreadsPostNew;
|
|
2854
2793
|
type index$5_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
|
|
2855
2794
|
type index$5_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
|
|
2856
|
-
type index$5_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
|
|
2857
2795
|
type index$5_IThreadsSettingPost = IThreadsSettingPost;
|
|
2858
2796
|
declare namespace index$5 {
|
|
2859
|
-
export type { index$5_IIdea as IIdea, index$5_IInstagramInteractExplore as IInstagramInteractExplore, index$
|
|
2797
|
+
export type { index$5_IIdea as IIdea, index$5_IInstagramInteractExplore as IInstagramInteractExplore, index$5_IInstagramInteractFollow as IInstagramInteractFollow, index$5_IInstagramInteractReel as IInstagramInteractReel, index$5_IInstagramInteractReplyComment as IInstagramInteractReplyComment, index$5_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, index$5_IInstagramInteractStory as IInstagramInteractStory, index$5_IInstagramPostHighLight as IInstagramPostHighLight, index$5_IInstagramPostNew as IInstagramPostNew, index$5_IInstagramPostReel as IInstagramPostReel, index$5_IInstagramPostStory as IInstagramPostStory, index$5_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, index$5_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, index$5_IInstagramSettingInteractReel as IInstagramSettingInteractReel, index$5_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, index$5_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, index$5_IInstagramSettingInteractStory as IInstagramSettingInteractStory, index$5_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, index$5_IInstagramSettingPost as IInstagramSettingPost, index$5_IInteractSentMessageDetail as IInteractSentMessageDetail, index$5_INiche as INiche, index$5_IThreadsInteractFollow as IThreadsInteractFollow, index$5_IThreadsInteractReplyComment as IThreadsInteractReplyComment, index$5_IThreadsPostNew as IThreadsPostNew, index$5_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, index$5_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, index$5_IThreadsSettingPost as IThreadsSettingPost };
|
|
2860
2798
|
}
|
|
2861
2799
|
|
|
2862
2800
|
type index$4_IAccount = IAccount;
|
|
@@ -2907,8 +2845,7 @@ type index$4_IHistoryTaskImage = IHistoryTaskImage;
|
|
|
2907
2845
|
type index$4_IHistoryTaskVoice = IHistoryTaskVoice;
|
|
2908
2846
|
type index$4_IIdea = IIdea;
|
|
2909
2847
|
type index$4_IInstagramInteractExplore = IInstagramInteractExplore;
|
|
2910
|
-
type index$
|
|
2911
|
-
type index$4_IInstagramInteractFollowing = IInstagramInteractFollowing;
|
|
2848
|
+
type index$4_IInstagramInteractFollow = IInstagramInteractFollow;
|
|
2912
2849
|
type index$4_IInstagramInteractReel = IInstagramInteractReel;
|
|
2913
2850
|
type index$4_IInstagramInteractReplyComment = IInstagramInteractReplyComment;
|
|
2914
2851
|
type index$4_IInstagramInteractReplyMessage = IInstagramInteractReplyMessage;
|
|
@@ -2963,14 +2900,11 @@ type index$4_ITaskJobsGroup = ITaskJobsGroup;
|
|
|
2963
2900
|
type index$4_ITeam = ITeam;
|
|
2964
2901
|
type index$4_ITeamMember = ITeamMember;
|
|
2965
2902
|
type index$4_ITeamRole = ITeamRole;
|
|
2966
|
-
type index$
|
|
2967
|
-
type index$4_IThreadsInteractFollowing = IThreadsInteractFollowing;
|
|
2903
|
+
type index$4_IThreadsInteractFollow = IThreadsInteractFollow;
|
|
2968
2904
|
type index$4_IThreadsInteractReplyComment = IThreadsInteractReplyComment;
|
|
2969
|
-
type index$4_IThreadsInteractReplyMessage = IThreadsInteractReplyMessage;
|
|
2970
2905
|
type index$4_IThreadsPostNew = IThreadsPostNew;
|
|
2971
2906
|
type index$4_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
|
|
2972
2907
|
type index$4_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
|
|
2973
|
-
type index$4_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
|
|
2974
2908
|
type index$4_IThreadsSettingPost = IThreadsSettingPost;
|
|
2975
2909
|
type index$4_IToken = IToken;
|
|
2976
2910
|
type index$4_ITrackingModel<T> = ITrackingModel<T>;
|
|
@@ -2983,7 +2917,7 @@ type index$4_IVoiceLanguage = IVoiceLanguage;
|
|
|
2983
2917
|
type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
2984
2918
|
type index$4_IVoiceStores = IVoiceStores;
|
|
2985
2919
|
declare namespace index$4 {
|
|
2986
|
-
export { index$b as Auth, index$c as Common, index$6 as History, type index$4_IAccount as IAccount, type index$4_IAccountAI as IAccountAI, type index$4_IAccountAIChannel as IAccountAIChannel, type index$4_IAccountAIGroup as IAccountAIGroup, type index$4_IAccountAIImage as IAccountAIImage, type index$4_IAccountAIImageChannel as IAccountAIImageChannel, type index$4_IAccountAIImageGroup as IAccountAIImageGroup, type index$4_IAccountAIImageInfo as IAccountAIImageInfo, type index$4_IAccountAIImageTag as IAccountAIImageTag, type index$4_IAccountAIInfo as IAccountAIInfo, type index$4_IAccountAITag as IAccountAITag, type index$4_IAccountAIVoice as IAccountAIVoice, type index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountRaw as IAccountRaw, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountsGroup as IAccountsGroup, type index$4_IAuthLogin as IAuthLogin, type index$4_IAuthResetPassword as IAuthResetPassword, type index$4_IBaseModel as IBaseModel, type index$4_IBlog as IBlog, type index$4_IBlogCategory as IBlogCategory, type index$4_IDepartment as IDepartment, type index$4_IDepartmentRole as IDepartmentRole, type index$4_IDevice as IDevice, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IDomain as IDomain, type index$4_IFile as IFile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskCanva as IHistoryTaskCanva, type index$4_IHistoryTaskImage as IHistoryTaskImage, type index$4_IHistoryTaskVoice as IHistoryTaskVoice, type index$4_IIdea as IIdea, type index$4_IInstagramInteractExplore as IInstagramInteractExplore, type index$
|
|
2920
|
+
export { index$b as Auth, index$c as Common, index$6 as History, type index$4_IAccount as IAccount, type index$4_IAccountAI as IAccountAI, type index$4_IAccountAIChannel as IAccountAIChannel, type index$4_IAccountAIGroup as IAccountAIGroup, type index$4_IAccountAIImage as IAccountAIImage, type index$4_IAccountAIImageChannel as IAccountAIImageChannel, type index$4_IAccountAIImageGroup as IAccountAIImageGroup, type index$4_IAccountAIImageInfo as IAccountAIImageInfo, type index$4_IAccountAIImageTag as IAccountAIImageTag, type index$4_IAccountAIInfo as IAccountAIInfo, type index$4_IAccountAITag as IAccountAITag, type index$4_IAccountAIVoice as IAccountAIVoice, type index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountRaw as IAccountRaw, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountsGroup as IAccountsGroup, type index$4_IAuthLogin as IAuthLogin, type index$4_IAuthResetPassword as IAuthResetPassword, type index$4_IBaseModel as IBaseModel, type index$4_IBlog as IBlog, type index$4_IBlogCategory as IBlogCategory, type index$4_IDepartment as IDepartment, type index$4_IDepartmentRole as IDepartmentRole, type index$4_IDevice as IDevice, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IDomain as IDomain, type index$4_IFile as IFile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskCanva as IHistoryTaskCanva, type index$4_IHistoryTaskImage as IHistoryTaskImage, type index$4_IHistoryTaskVoice as IHistoryTaskVoice, type index$4_IIdea as IIdea, type index$4_IInstagramInteractExplore as IInstagramInteractExplore, type index$4_IInstagramInteractFollow as IInstagramInteractFollow, type index$4_IInstagramInteractReel as IInstagramInteractReel, type index$4_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$4_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$4_IInstagramInteractStory as IInstagramInteractStory, type index$4_IInstagramPostHighLight as IInstagramPostHighLight, type index$4_IInstagramPostNew as IInstagramPostNew, type index$4_IInstagramPostReel as IInstagramPostReel, type index$4_IInstagramPostStory as IInstagramPostStory, type index$4_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$4_ILark as ILark, type index$4_IManagerImageAI as IManagerImageAI, type index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$4_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$4_IManagerSheet as IManagerSheet, type index$4_IManagerSheetChildren as IManagerSheetChildren, type index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$4_IManagerSheetGroup as IManagerSheetGroup, type index$4_IManagerWork as IManagerWork, type index$4_IManagerWorkPin as IManagerWorkPin, type index$4_INiche as INiche, type index$4_IOtpConfirm as IOtpConfirm, type index$4_IOtpCreateSession as IOtpCreateSession, type index$4_IOtpSend as IOtpSend, type index$4_IPC as IPC, type index$4_IProxy as IProxy, type index$4_IRole as IRole, type index$4_IRoleFeature as IRoleFeature, type index$4_ISheetWork as ISheetWork, type index$4_ISheetWorkManager as ISheetWorkManager, type index$4_ISheetWorkPin as ISheetWorkPin, type index$4_ISheetWorksCategory as ISheetWorksCategory, type index$4_ISheetsTool as ISheetsTool, type index$4_ITag as ITag, type index$4_ITaskJob as ITaskJob, type index$4_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$4_ITaskJobCheckList as ITaskJobCheckList, type index$4_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$4_ITaskJobDiscuss as ITaskJobDiscuss, type index$4_ITaskJobLabel as ITaskJobLabel, type index$4_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$4_ITaskJobUserPermission as ITaskJobUserPermission, type index$4_ITaskJobsGroup as ITaskJobsGroup, type index$4_ITeam as ITeam, type index$4_ITeamMember as ITeamMember, type index$4_ITeamRole as ITeamRole, type index$4_IThreadsInteractFollow as IThreadsInteractFollow, type index$4_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$4_IThreadsPostNew as IThreadsPostNew, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingPost as IThreadsSettingPost, type index$4_IToken as IToken, type index$4_ITrackingModel as ITrackingModel, type index$4_ITrackingTimeScript as ITrackingTimeScript, type index$4_ITrackingUserAction as ITrackingUserAction, type index$4_IUser as IUser, type index$4_IUserRole as IUserRole, type index$4_IVoiceGenerated as IVoiceGenerated, type index$4_IVoiceLanguage as IVoiceLanguage, type index$4_IVoiceSettingDelay as IVoiceSettingDelay, type index$4_IVoiceStores as IVoiceStores, index$5 as Socials, index$8 as TaskBrowsers, index$9 as TaskPhones, index$7 as Tool, index$a as Web };
|
|
2987
2921
|
}
|
|
2988
2922
|
|
|
2989
2923
|
interface IDataUser {
|
|
@@ -3104,9 +3038,19 @@ interface FindHistoryTaskVoiceDto extends IBaseDto, IHistoryTaskVoice {
|
|
|
3104
3038
|
interface FilterHistoryTaskVoiceDto extends IBaseDto, IHistoryTaskVoice {
|
|
3105
3039
|
}
|
|
3106
3040
|
|
|
3107
|
-
interface
|
|
3041
|
+
interface FindThreadsPostNewDto extends IBaseDto, IThreadsPostNew {
|
|
3042
|
+
}
|
|
3043
|
+
interface FilterThreadsPostNewDto extends IBaseDto, IThreadsPostNew {
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
interface FindThreadsInteractFollowDto extends IBaseDto, IThreadsInteractFollow {
|
|
3047
|
+
}
|
|
3048
|
+
interface FilterThreadsInteractFollowDto extends IBaseDto, IThreadsInteractFollow {
|
|
3049
|
+
}
|
|
3050
|
+
|
|
3051
|
+
interface FindThreadsInteractReplyCommentDto extends IBaseDto, IThreadsInteractReplyComment {
|
|
3108
3052
|
}
|
|
3109
|
-
interface
|
|
3053
|
+
interface FilterThreadsInteractReplyCommentDto extends IBaseDto, IThreadsInteractReplyComment {
|
|
3110
3054
|
}
|
|
3111
3055
|
|
|
3112
3056
|
interface FindThreadsSettingPostDto extends IBaseDto, IThreadsSettingPost {
|
|
@@ -3114,6 +3058,16 @@ interface FindThreadsSettingPostDto extends IBaseDto, IThreadsSettingPost {
|
|
|
3114
3058
|
interface FilterThreadsSettingPostDto extends IBaseDto, IThreadsSettingPost {
|
|
3115
3059
|
}
|
|
3116
3060
|
|
|
3061
|
+
interface FindThreadsSettingInteractFollowDto extends IBaseDto, IThreadsSettingInteractFollow {
|
|
3062
|
+
}
|
|
3063
|
+
interface FilterThreadsSettingInteractFollowDto extends IBaseDto, IThreadsSettingInteractFollow {
|
|
3064
|
+
}
|
|
3065
|
+
|
|
3066
|
+
interface FindThreadsSettingInteractReplyCommentDto extends IBaseDto, IThreadsSettingInteractReplyComment {
|
|
3067
|
+
}
|
|
3068
|
+
interface FilterThreadsSettingInteractReplyCommentDto extends IBaseDto, IThreadsSettingInteractReplyComment {
|
|
3069
|
+
}
|
|
3070
|
+
|
|
3117
3071
|
interface FindInstagramPostHighLightDto extends IBaseDto, IInstagramPostHighLight {
|
|
3118
3072
|
}
|
|
3119
3073
|
interface FilterInstagramPostHighLightDto extends IBaseDto, IInstagramPostHighLight {
|
|
@@ -3159,14 +3113,9 @@ interface FindInstagramInteractReplyMessageDto extends IBaseDto, IInstagramInter
|
|
|
3159
3113
|
interface FilterInstagramInteractReplyMessageDto extends IBaseDto, IInstagramInteractReplyMessage {
|
|
3160
3114
|
}
|
|
3161
3115
|
|
|
3162
|
-
interface
|
|
3116
|
+
interface FindInstagramInteractFollowDto extends IBaseDto, IInstagramInteractFollow {
|
|
3163
3117
|
}
|
|
3164
|
-
interface
|
|
3165
|
-
}
|
|
3166
|
-
|
|
3167
|
-
interface FindInstagramInteractFollowerDto extends IBaseDto, IInstagramInteractFollower {
|
|
3168
|
-
}
|
|
3169
|
-
interface FilterInstagramInteractFollowerDto extends IBaseDto, IInstagramInteractFollower {
|
|
3118
|
+
interface FilterInstagramInteractFollowDto extends IBaseDto, IInstagramInteractFollow {
|
|
3170
3119
|
}
|
|
3171
3120
|
|
|
3172
3121
|
interface FindInstagramSettingInteractExploreDto extends IBaseDto, IInstagramSettingInteractExplore {
|
|
@@ -3534,22 +3483,6 @@ interface FindOverViewAccountDto {
|
|
|
3534
3483
|
totalDepartments: number;
|
|
3535
3484
|
}
|
|
3536
3485
|
|
|
3537
|
-
interface AutoFillAccountRawDto {
|
|
3538
|
-
sheetUrl: string;
|
|
3539
|
-
sheetName: string;
|
|
3540
|
-
listIdeas: string[];
|
|
3541
|
-
listNiches: string[];
|
|
3542
|
-
listAccountId: string[];
|
|
3543
|
-
listUsernames: string[];
|
|
3544
|
-
timeChangeInfo: Date;
|
|
3545
|
-
timeChangeBio: Date;
|
|
3546
|
-
timeChangePassword: Date;
|
|
3547
|
-
timeChange2FA: Date;
|
|
3548
|
-
timeChangeEmail: Date;
|
|
3549
|
-
timeChangeLink: Date;
|
|
3550
|
-
timeChangeAvatar: Date;
|
|
3551
|
-
timeChangeCover: Date;
|
|
3552
|
-
}
|
|
3553
3486
|
interface FindAccountRawDto extends IBaseDto, IAccountRaw {
|
|
3554
3487
|
deviceInfo: {
|
|
3555
3488
|
key: string;
|
|
@@ -3581,6 +3514,41 @@ interface FindAccountRawDto extends IBaseDto, IAccountRaw {
|
|
|
3581
3514
|
time: Date;
|
|
3582
3515
|
};
|
|
3583
3516
|
}
|
|
3517
|
+
interface AutoFillAccountRawDto {
|
|
3518
|
+
sheetUrl: string;
|
|
3519
|
+
sheetName: string;
|
|
3520
|
+
listIdeas: string[];
|
|
3521
|
+
listNiches: string[];
|
|
3522
|
+
listAccountId: string[];
|
|
3523
|
+
listUsernames: string[];
|
|
3524
|
+
timeChangeInfo: Date;
|
|
3525
|
+
timeChangeBio: Date;
|
|
3526
|
+
timeChangePassword: Date;
|
|
3527
|
+
timeChange2FA: Date;
|
|
3528
|
+
timeChangeEmail: Date;
|
|
3529
|
+
timeChangeLink: Date;
|
|
3530
|
+
timeChangeAvatar: Date;
|
|
3531
|
+
timeChangeCover: Date;
|
|
3532
|
+
}
|
|
3533
|
+
interface AutoFillAccountRawDto extends IBaseDto, IAccountRaw {
|
|
3534
|
+
newUsername: string;
|
|
3535
|
+
newFullname: string;
|
|
3536
|
+
timeExecuteChangeInfo: Date;
|
|
3537
|
+
newBio: string;
|
|
3538
|
+
timeExecuteBio: Date;
|
|
3539
|
+
newPassword: string;
|
|
3540
|
+
timeExecutePassword: Date;
|
|
3541
|
+
new2FA: string;
|
|
3542
|
+
timeExecute2FA: Date;
|
|
3543
|
+
newEmail: string;
|
|
3544
|
+
timeExecuteEmail: Date;
|
|
3545
|
+
newLinks: string[];
|
|
3546
|
+
timeExecuteLinks: Date;
|
|
3547
|
+
newAvatar: string;
|
|
3548
|
+
timeExecuteAvatar: Date;
|
|
3549
|
+
newCover: string;
|
|
3550
|
+
timeExecuteCover: Date;
|
|
3551
|
+
}
|
|
3584
3552
|
interface FilterAccountRawDto extends IBaseDto, IAccountRaw {
|
|
3585
3553
|
accountGroup: string;
|
|
3586
3554
|
accountType: string;
|
|
@@ -3828,8 +3796,7 @@ type index_FilterIAccountAIVoiceInfoDto = FilterIAccountAIVoiceInfoDto;
|
|
|
3828
3796
|
type index_FilterIAccountEmailDto = FilterIAccountEmailDto;
|
|
3829
3797
|
type index_FilterIManagerImageAIDto = FilterIManagerImageAIDto;
|
|
3830
3798
|
type index_FilterInstagramInteractExploreDto = FilterInstagramInteractExploreDto;
|
|
3831
|
-
type
|
|
3832
|
-
type index_FilterInstagramInteractFollowingDto = FilterInstagramInteractFollowingDto;
|
|
3799
|
+
type index_FilterInstagramInteractFollowDto = FilterInstagramInteractFollowDto;
|
|
3833
3800
|
type index_FilterInstagramInteractReelDto = FilterInstagramInteractReelDto;
|
|
3834
3801
|
type index_FilterInstagramInteractReplyCommentDto = FilterInstagramInteractReplyCommentDto;
|
|
3835
3802
|
type index_FilterInstagramInteractReplyMessageDto = FilterInstagramInteractReplyMessageDto;
|
|
@@ -3856,7 +3823,11 @@ type index_FilterSheetWorkDto = FilterSheetWorkDto;
|
|
|
3856
3823
|
type index_FilterSheetWorkManagerDto = FilterSheetWorkManagerDto;
|
|
3857
3824
|
type index_FilterSheetsToolDto = FilterSheetsToolDto;
|
|
3858
3825
|
type index_FilterTeamDto = FilterTeamDto;
|
|
3859
|
-
type
|
|
3826
|
+
type index_FilterThreadsInteractFollowDto = FilterThreadsInteractFollowDto;
|
|
3827
|
+
type index_FilterThreadsInteractReplyCommentDto = FilterThreadsInteractReplyCommentDto;
|
|
3828
|
+
type index_FilterThreadsPostNewDto = FilterThreadsPostNewDto;
|
|
3829
|
+
type index_FilterThreadsSettingInteractFollowDto = FilterThreadsSettingInteractFollowDto;
|
|
3830
|
+
type index_FilterThreadsSettingInteractReplyCommentDto = FilterThreadsSettingInteractReplyCommentDto;
|
|
3860
3831
|
type index_FilterThreadsSettingPostDto = FilterThreadsSettingPostDto;
|
|
3861
3832
|
type index_FilterUserDto = FilterUserDto;
|
|
3862
3833
|
type index_FindAccountCHPlayICloudDto = FindAccountCHPlayICloudDto;
|
|
@@ -3885,8 +3856,7 @@ type index_FindIAccountAIVoiceInfoDto = FindIAccountAIVoiceInfoDto;
|
|
|
3885
3856
|
type index_FindIAccountEmailDto = FindIAccountEmailDto;
|
|
3886
3857
|
type index_FindIManagerImageAIDto = FindIManagerImageAIDto;
|
|
3887
3858
|
type index_FindInstagramInteractExploreDto = FindInstagramInteractExploreDto;
|
|
3888
|
-
type
|
|
3889
|
-
type index_FindInstagramInteractFollowingDto = FindInstagramInteractFollowingDto;
|
|
3859
|
+
type index_FindInstagramInteractFollowDto = FindInstagramInteractFollowDto;
|
|
3890
3860
|
type index_FindInstagramInteractReelDto = FindInstagramInteractReelDto;
|
|
3891
3861
|
type index_FindInstagramInteractReplyCommentDto = FindInstagramInteractReplyCommentDto;
|
|
3892
3862
|
type index_FindInstagramInteractReplyMessageDto = FindInstagramInteractReplyMessageDto;
|
|
@@ -3920,14 +3890,18 @@ type index_FindSheetWorkDto = FindSheetWorkDto;
|
|
|
3920
3890
|
type index_FindSheetWorkManagerDto = FindSheetWorkManagerDto;
|
|
3921
3891
|
type index_FindSheetsToolDto = FindSheetsToolDto;
|
|
3922
3892
|
type index_FindTeamDto = FindTeamDto;
|
|
3923
|
-
type
|
|
3893
|
+
type index_FindThreadsInteractFollowDto = FindThreadsInteractFollowDto;
|
|
3894
|
+
type index_FindThreadsInteractReplyCommentDto = FindThreadsInteractReplyCommentDto;
|
|
3895
|
+
type index_FindThreadsPostNewDto = FindThreadsPostNewDto;
|
|
3896
|
+
type index_FindThreadsSettingInteractFollowDto = FindThreadsSettingInteractFollowDto;
|
|
3897
|
+
type index_FindThreadsSettingInteractReplyCommentDto = FindThreadsSettingInteractReplyCommentDto;
|
|
3924
3898
|
type index_FindThreadsSettingPostDto = FindThreadsSettingPostDto;
|
|
3925
3899
|
type index_FindUserDto = FindUserDto;
|
|
3926
3900
|
type index_IBaseDto = IBaseDto;
|
|
3927
3901
|
type index_ImportDto = ImportDto;
|
|
3928
3902
|
type index_OverviewUserDto = OverviewUserDto;
|
|
3929
3903
|
declare namespace index {
|
|
3930
|
-
export { type index_AutoFillAccountRawDto as AutoFillAccountRawDto, type index_ExportDto as ExportDto, type index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index_FilterAccountCanvaDto as FilterAccountCanvaDto, type index_FilterAccountDriveDto as FilterAccountDriveDto, type index_FilterAccountDto as FilterAccountDto, type index_FilterAccountRawDto as FilterAccountRawDto, type index_FilterAccountVPNDto as FilterAccountVPNDto, type index_FilterAccountVPSDto as FilterAccountVPSDto, type index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index_FilterAccountsGroupDto as FilterAccountsGroupDto, type index_FilterBaseDto as FilterBaseDto, type index_FilterBlogCategoryDto as FilterBlogCategoryDto, type index_FilterBlogDto as FilterBlogDto, type index_FilterDepartmentDto as FilterDepartmentDto, type index_FilterDeviceDto as FilterDeviceDto, type index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, type index_FilterHistoryTaskImageDto as FilterHistoryTaskImageDto, type index_FilterHistoryTaskVoiceDto as FilterHistoryTaskVoiceDto, type index_FilterIAccountAIDto as FilterIAccountAIDto, type index_FilterIAccountAIImageDto as FilterIAccountAIImageDto, type index_FilterIAccountAIImageInfoDto as FilterIAccountAIImageInfoDto, type index_FilterIAccountAIInfoDto as FilterIAccountAIInfoDto, type index_FilterIAccountAIVoiceDto as FilterIAccountAIVoiceDto, type index_FilterIAccountAIVoiceInfoDto as FilterIAccountAIVoiceInfoDto, type index_FilterIAccountEmailDto as FilterIAccountEmailDto, type index_FilterIManagerImageAIDto as FilterIManagerImageAIDto, type index_FilterInstagramInteractExploreDto as FilterInstagramInteractExploreDto, type
|
|
3904
|
+
export { type index_AutoFillAccountRawDto as AutoFillAccountRawDto, type index_ExportDto as ExportDto, type index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index_FilterAccountCanvaDto as FilterAccountCanvaDto, type index_FilterAccountDriveDto as FilterAccountDriveDto, type index_FilterAccountDto as FilterAccountDto, type index_FilterAccountRawDto as FilterAccountRawDto, type index_FilterAccountVPNDto as FilterAccountVPNDto, type index_FilterAccountVPSDto as FilterAccountVPSDto, type index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index_FilterAccountsGroupDto as FilterAccountsGroupDto, type index_FilterBaseDto as FilterBaseDto, type index_FilterBlogCategoryDto as FilterBlogCategoryDto, type index_FilterBlogDto as FilterBlogDto, type index_FilterDepartmentDto as FilterDepartmentDto, type index_FilterDeviceDto as FilterDeviceDto, type index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, type index_FilterHistoryTaskImageDto as FilterHistoryTaskImageDto, type index_FilterHistoryTaskVoiceDto as FilterHistoryTaskVoiceDto, type index_FilterIAccountAIDto as FilterIAccountAIDto, type index_FilterIAccountAIImageDto as FilterIAccountAIImageDto, type index_FilterIAccountAIImageInfoDto as FilterIAccountAIImageInfoDto, type index_FilterIAccountAIInfoDto as FilterIAccountAIInfoDto, type index_FilterIAccountAIVoiceDto as FilterIAccountAIVoiceDto, type index_FilterIAccountAIVoiceInfoDto as FilterIAccountAIVoiceInfoDto, type index_FilterIAccountEmailDto as FilterIAccountEmailDto, type index_FilterIManagerImageAIDto as FilterIManagerImageAIDto, type index_FilterInstagramInteractExploreDto as FilterInstagramInteractExploreDto, type index_FilterInstagramInteractFollowDto as FilterInstagramInteractFollowDto, type index_FilterInstagramInteractReelDto as FilterInstagramInteractReelDto, type index_FilterInstagramInteractReplyCommentDto as FilterInstagramInteractReplyCommentDto, type index_FilterInstagramInteractReplyMessageDto as FilterInstagramInteractReplyMessageDto, type index_FilterInstagramInteractStoryDto as FilterInstagramInteractStoryDto, type index_FilterInstagramPostHighLightDto as FilterInstagramPostHighLightDto, type index_FilterInstagramPostNewDto as FilterInstagramPostNewDto, type index_FilterInstagramPostReelDto as FilterInstagramPostReelDto, type index_FilterInstagramPostStoryDto as FilterInstagramPostStoryDto, type index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, type index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, type index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, type index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, type index_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, type index_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, type index_FilterInstagramSettingStoryDto as FilterInstagramSettingStoryDto, type index_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, type index_FilterLarkDto as FilterLarkDto, type index_FilterManagerSheetDto as FilterManagerSheetDto, type index_FilterManagerWorkDto as FilterManagerWorkDto, type index_FilterPCDto as FilterPCDto, type index_FilterProxyDto as FilterProxyDto, type index_FilterRoleDto as FilterRoleDto, type index_FilterSheetWorkDto as FilterSheetWorkDto, type index_FilterSheetWorkManagerDto as FilterSheetWorkManagerDto, type index_FilterSheetsToolDto as FilterSheetsToolDto, type index_FilterTeamDto as FilterTeamDto, type index_FilterThreadsInteractFollowDto as FilterThreadsInteractFollowDto, type index_FilterThreadsInteractReplyCommentDto as FilterThreadsInteractReplyCommentDto, type index_FilterThreadsPostNewDto as FilterThreadsPostNewDto, type index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, type index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, type index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, type index_FilterUserDto as FilterUserDto, type index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index_FindAccountCanvaDto as FindAccountCanvaDto, type index_FindAccountDriveDto as FindAccountDriveDto, type index_FindAccountDto as FindAccountDto, type index_FindAccountRawDto as FindAccountRawDto, type index_FindAccountVPNDto as FindAccountVPNDto, type index_FindAccountVPSDto as FindAccountVPSDto, type index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index_FindAccountsGroupDto as FindAccountsGroupDto, type index_FindBlogCategoryDto as FindBlogCategoryDto, type index_FindBlogDto as FindBlogDto, type index_FindDepartmentDto as FindDepartmentDto, type index_FindDeviceDto as FindDeviceDto, type index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, type index_FindHistoryTaskImageDto as FindHistoryTaskImageDto, type index_FindHistoryTaskVoiceDto as FindHistoryTaskVoiceDto, type index_FindIAccountAIDto as FindIAccountAIDto, type index_FindIAccountAIImageDto as FindIAccountAIImageDto, type index_FindIAccountAIImageInfoDto as FindIAccountAIImageInfoDto, type index_FindIAccountAIInfoDto as FindIAccountAIInfoDto, type index_FindIAccountAIVoiceDto as FindIAccountAIVoiceDto, type index_FindIAccountAIVoiceInfoDto as FindIAccountAIVoiceInfoDto, type index_FindIAccountEmailDto as FindIAccountEmailDto, type index_FindIManagerImageAIDto as FindIManagerImageAIDto, type index_FindInstagramInteractExploreDto as FindInstagramInteractExploreDto, type index_FindInstagramInteractFollowDto as FindInstagramInteractFollowDto, type index_FindInstagramInteractReelDto as FindInstagramInteractReelDto, type index_FindInstagramInteractReplyCommentDto as FindInstagramInteractReplyCommentDto, type index_FindInstagramInteractReplyMessageDto as FindInstagramInteractReplyMessageDto, type index_FindInstagramInteractStoryDto as FindInstagramInteractStoryDto, type index_FindInstagramPostHighLightDto as FindInstagramPostHighLightDto, type index_FindInstagramPostNewDto as FindInstagramPostNewDto, type index_FindInstagramPostReelDto as FindInstagramPostReelDto, type index_FindInstagramPostStoryDto as FindInstagramPostStoryDto, type index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, type index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, type index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, type index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, type index_FindInstagramSettingReplyCommentDto as FindInstagramSettingReplyCommentDto, type index_FindInstagramSettingReplyMessageDto as FindInstagramSettingReplyMessageDto, type index_FindInstagramSettingStoryDto as FindInstagramSettingStoryDto, type index_FindInstagramSettingUnFollowDto as FindInstagramSettingUnFollowDto, type index_FindLarkDto as FindLarkDto, type index_FindManagerSheetDto as FindManagerSheetDto, type index_FindManagerWorkDto as FindManagerWorkDto, type index_FindOverViewAccountDto as FindOverViewAccountDto, type index_FindOverViewAccountRowDto as FindOverViewAccountRowDto, type index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index_FindOverviewProxyDto as FindOverviewProxyDto, type index_FindPCDto as FindPCDto, type index_FindProxyDto as FindProxyDto, type index_FindRoleDto as FindRoleDto, type index_FindSheetWorkDto as FindSheetWorkDto, type index_FindSheetWorkManagerDto as FindSheetWorkManagerDto, type index_FindSheetsToolDto as FindSheetsToolDto, type index_FindTeamDto as FindTeamDto, type index_FindThreadsInteractFollowDto as FindThreadsInteractFollowDto, type index_FindThreadsInteractReplyCommentDto as FindThreadsInteractReplyCommentDto, type index_FindThreadsPostNewDto as FindThreadsPostNewDto, type index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, type index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, type index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, type index_FindUserDto as FindUserDto, type index_IBaseDto as IBaseDto, type index_ImportDto as ImportDto, type index_OverviewUserDto as OverviewUserDto, index$1 as TaskBrowsers, index$2 as TaskPhones };
|
|
3931
3905
|
}
|
|
3932
3906
|
|
|
3933
3907
|
export { index$n as AutoConstants, index as AutoDto, index$g as AutoEnums, index$3 as AutoInterfacesCommon, index$4 as AutoInterfacesModels, index$d as AutoTypes };
|