automation-lib 5.1.317 → 5.1.319
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 +89 -134
- package/dist/index.d.ts +89 -134
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2482,47 +2482,18 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
2482
2482
|
}
|
|
2483
2483
|
|
|
2484
2484
|
interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
accountDeviceType: string;
|
|
2489
|
-
accountDeviceName: string;
|
|
2490
|
-
idea: string | IManagerWork;
|
|
2491
|
-
niche: string | IManagerWork;
|
|
2492
|
-
type: ETypeManagerWorkClassify;
|
|
2493
|
-
pc: IPC | string;
|
|
2494
|
-
deviceKey: string;
|
|
2495
|
-
device: IDevice | string;
|
|
2496
|
-
group: IAccountSocialGroup | string;
|
|
2485
|
+
sheetUrl: string;
|
|
2486
|
+
sheetName: string;
|
|
2487
|
+
account: string | IThreadsAccountRaw;
|
|
2497
2488
|
statusSyncAccount?: EStatusAccountSocialSync;
|
|
2498
|
-
timeSyncAccount?: Date;
|
|
2499
|
-
accountSocialSync?: IThreadsAccountRun;
|
|
2500
|
-
email?: string;
|
|
2501
|
-
emailPassword?: string;
|
|
2502
|
-
email2FA?: string;
|
|
2503
|
-
emailRecover?: string;
|
|
2504
|
-
accountRaw: string | IThreadsAccountRaw;
|
|
2505
|
-
accountRun: string | IThreadsAccountRun;
|
|
2506
2489
|
timeAction: Date;
|
|
2507
2490
|
note: string;
|
|
2508
2491
|
}
|
|
2509
2492
|
|
|
2510
2493
|
interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
2511
|
-
accountID: string;
|
|
2512
|
-
accountUsername: string;
|
|
2513
|
-
accountEmail: string;
|
|
2514
|
-
accountDeviceType: string;
|
|
2515
|
-
accountDeviceName: string;
|
|
2516
|
-
idea: string | IManagerWork;
|
|
2517
|
-
niche: string | IManagerWork;
|
|
2518
|
-
type: ETypeManagerWorkClassify;
|
|
2519
|
-
pc: IPC | string;
|
|
2520
|
-
deviceKey: string;
|
|
2521
|
-
device: IDevice | string;
|
|
2522
|
-
group: IAccountSocialGroup | string;
|
|
2523
|
-
typeSocial: ETypeSocial;
|
|
2524
2494
|
sheetUrl: string;
|
|
2525
2495
|
sheetName: string;
|
|
2496
|
+
account: string | IThreadsAccountRaw;
|
|
2526
2497
|
timeImport: Date;
|
|
2527
2498
|
statusImport: EStatusAccountSocialImport;
|
|
2528
2499
|
noteImport: string;
|
|
@@ -2532,8 +2503,6 @@ interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2532
2503
|
originalFullname: string;
|
|
2533
2504
|
originalPassword: string;
|
|
2534
2505
|
originalCode2FA: string;
|
|
2535
|
-
accountRaw: string | IThreadsAccountRaw;
|
|
2536
|
-
accountRun: string | IThreadsAccountRun;
|
|
2537
2506
|
timeAction: Date;
|
|
2538
2507
|
note: string;
|
|
2539
2508
|
}
|
|
@@ -2594,21 +2563,9 @@ interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2594
2563
|
}
|
|
2595
2564
|
|
|
2596
2565
|
interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
2597
|
-
|
|
2598
|
-
accountUsername: string;
|
|
2599
|
-
accountEmail: string;
|
|
2600
|
-
accountDeviceType: string;
|
|
2601
|
-
accountDeviceName: string;
|
|
2602
|
-
idea: string | IManagerWork;
|
|
2603
|
-
niche: string | IManagerWork;
|
|
2604
|
-
type: ETypeManagerWorkClassify;
|
|
2605
|
-
pc: IPC | string;
|
|
2606
|
-
deviceKey: string;
|
|
2607
|
-
device: IDevice | string;
|
|
2566
|
+
account: string | IThreadsAccountRaw;
|
|
2608
2567
|
oldGroup: IAccountSocialGroup | string;
|
|
2609
2568
|
newGroup: IAccountSocialGroup | string;
|
|
2610
|
-
accountRaw: string | IThreadsAccountRaw;
|
|
2611
|
-
accountRun: string | IThreadsAccountRun;
|
|
2612
2569
|
timeAction: Date;
|
|
2613
2570
|
note: string;
|
|
2614
2571
|
}
|
|
@@ -2964,10 +2921,81 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2964
2921
|
lastUserUsed: string | IUser;
|
|
2965
2922
|
}
|
|
2966
2923
|
|
|
2967
|
-
interface
|
|
2924
|
+
interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
|
2925
|
+
typeSocial: ETypeSocial;
|
|
2968
2926
|
sheetUrl: string;
|
|
2969
2927
|
sheetName: string;
|
|
2970
|
-
|
|
2928
|
+
group: IAccountSocialGroup | string;
|
|
2929
|
+
accountID: string;
|
|
2930
|
+
nameAppCloneSocial: string;
|
|
2931
|
+
accountDeviceTypeAppClone: string;
|
|
2932
|
+
accountDeviceNameAppClone: string;
|
|
2933
|
+
idea: string | IManagerWork;
|
|
2934
|
+
niche: string | IManagerWork;
|
|
2935
|
+
pc: IPC | string;
|
|
2936
|
+
deviceKey: string;
|
|
2937
|
+
device: IDevice | string;
|
|
2938
|
+
timeImport: Date;
|
|
2939
|
+
statusImport: EStatusAccountSocialImport;
|
|
2940
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
2941
|
+
timeSyncAccount: Date;
|
|
2942
|
+
accountSocialSync: string | IInstagramAccountRun;
|
|
2943
|
+
noteImport: string;
|
|
2944
|
+
timeLogin: Date;
|
|
2945
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2946
|
+
promptAvatar: string;
|
|
2947
|
+
avatar: string | IFile;
|
|
2948
|
+
statusChangeAvatar: EStatusChangeInfo;
|
|
2949
|
+
timeChangeAvatar: Date;
|
|
2950
|
+
promptCover: string;
|
|
2951
|
+
cover: string | IFile;
|
|
2952
|
+
statusChangeCover: EStatusChangeInfo;
|
|
2953
|
+
timeChangeCover: Date;
|
|
2954
|
+
oldUsername: string;
|
|
2955
|
+
newUsername: string;
|
|
2956
|
+
statusChangeUsername: EStatusChangeInfo;
|
|
2957
|
+
timeChangeUsername: Date;
|
|
2958
|
+
oldFullname: string;
|
|
2959
|
+
newFullname: string;
|
|
2960
|
+
statusChangeFullname: EStatusChangeInfo;
|
|
2961
|
+
timeChangeFullname: Date;
|
|
2962
|
+
oldEmail: string;
|
|
2963
|
+
newEmail: string;
|
|
2964
|
+
statusChangeEmail: EStatusChangeInfo;
|
|
2965
|
+
timeChangeEmail: Date;
|
|
2966
|
+
old2FA: string;
|
|
2967
|
+
new2FA: string;
|
|
2968
|
+
statusChange2fa: EStatusChangeInfo;
|
|
2969
|
+
timeChange2FA: Date;
|
|
2970
|
+
oldPassword: string;
|
|
2971
|
+
newPassword: string;
|
|
2972
|
+
statusChangePassword: EStatusChangeInfo;
|
|
2973
|
+
timeChangePassword: Date;
|
|
2974
|
+
bioContent: string;
|
|
2975
|
+
statusChangeBioContent: EStatusChangeInfo;
|
|
2976
|
+
timeChangeBioContent: Date;
|
|
2977
|
+
listBioLink: string[];
|
|
2978
|
+
statusChangeBioLink: EStatusChangeInfo;
|
|
2979
|
+
timeChangeBioLink: Date;
|
|
2980
|
+
email: string;
|
|
2981
|
+
emailPassword: string;
|
|
2982
|
+
email2FA: string;
|
|
2983
|
+
emailRecover: string;
|
|
2984
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
2985
|
+
timeLoginEmail: Date;
|
|
2986
|
+
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
2987
|
+
timeChangeTypeAccountSetting: Date;
|
|
2988
|
+
statusAccountSetting: EStatusAccountSocialSetting;
|
|
2989
|
+
timeChangeAccountSetting: Date;
|
|
2990
|
+
statusConnectDevice: EStatusDeviceConnect;
|
|
2991
|
+
noteConnectDevice: string;
|
|
2992
|
+
note: string;
|
|
2993
|
+
timeLastUsed: Date;
|
|
2994
|
+
lastUserUsed: string | IUser;
|
|
2995
|
+
}
|
|
2996
|
+
|
|
2997
|
+
interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
2998
|
+
account: string | IInstagramAccountRaw;
|
|
2971
2999
|
oldGroup: IAccountSocialGroup | string;
|
|
2972
3000
|
newGroup: IAccountSocialGroup | string;
|
|
2973
3001
|
timeAction: Date;
|
|
@@ -2977,7 +3005,7 @@ interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2977
3005
|
interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
2978
3006
|
sheetUrl: string;
|
|
2979
3007
|
sheetName: string;
|
|
2980
|
-
account: string |
|
|
3008
|
+
account: string | IInstagramAccountRaw;
|
|
2981
3009
|
statusSyncAccount?: EStatusAccountSocialSync;
|
|
2982
3010
|
timeAction: Date;
|
|
2983
3011
|
note: string;
|
|
@@ -2986,7 +3014,7 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2986
3014
|
interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
2987
3015
|
sheetUrl: string;
|
|
2988
3016
|
sheetName: string;
|
|
2989
|
-
account: string |
|
|
3017
|
+
account: string | IInstagramAccountRaw;
|
|
2990
3018
|
timeImport: Date;
|
|
2991
3019
|
statusImport: EStatusAccountSocialImport;
|
|
2992
3020
|
noteImport: string;
|
|
@@ -3001,7 +3029,7 @@ interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3001
3029
|
}
|
|
3002
3030
|
|
|
3003
3031
|
interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
3004
|
-
account: string |
|
|
3032
|
+
account: string | IInstagramAccountRaw;
|
|
3005
3033
|
changeType: 'AVATAR' | 'COVER' | 'USERNAME' | 'FULLNAME' | 'EMAIL' | 'PASSWORD' | '2FA' | 'BIO' | 'ACCOUNT_SETTING';
|
|
3006
3034
|
promptAvatar?: string;
|
|
3007
3035
|
oldAvatar?: string | IFile;
|
|
@@ -3044,79 +3072,6 @@ interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3044
3072
|
note: string;
|
|
3045
3073
|
}
|
|
3046
3074
|
|
|
3047
|
-
interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
|
3048
|
-
typeSocial: ETypeSocial;
|
|
3049
|
-
sheetUrl: string;
|
|
3050
|
-
sheetName: string;
|
|
3051
|
-
group: IAccountSocialGroup | string;
|
|
3052
|
-
accountID: string;
|
|
3053
|
-
nameAppCloneSocial: string;
|
|
3054
|
-
accountDeviceTypeAppClone: string;
|
|
3055
|
-
accountDeviceNameAppClone: string;
|
|
3056
|
-
idea: string | IManagerWork;
|
|
3057
|
-
niche: string | IManagerWork;
|
|
3058
|
-
pc: IPC | string;
|
|
3059
|
-
deviceKey: string;
|
|
3060
|
-
device: IDevice | string;
|
|
3061
|
-
timeImport: Date;
|
|
3062
|
-
statusImport: EStatusAccountSocialImport;
|
|
3063
|
-
statusSyncAccount: EStatusAccountSocialSync;
|
|
3064
|
-
timeSyncAccount: Date;
|
|
3065
|
-
accountSocialSync: string | IInstagramAccountRun;
|
|
3066
|
-
noteImport: string;
|
|
3067
|
-
timeLogin: Date;
|
|
3068
|
-
statusLogin: EStatusAccountSocialLogin;
|
|
3069
|
-
promptAvatar: string;
|
|
3070
|
-
avatar: string | IFile;
|
|
3071
|
-
statusChangeAvatar: EStatusChangeInfo;
|
|
3072
|
-
timeChangeAvatar: Date;
|
|
3073
|
-
promptCover: string;
|
|
3074
|
-
cover: string | IFile;
|
|
3075
|
-
statusChangeCover: EStatusChangeInfo;
|
|
3076
|
-
timeChangeCover: Date;
|
|
3077
|
-
oldUsername: string;
|
|
3078
|
-
newUsername: string;
|
|
3079
|
-
statusChangeUsername: EStatusChangeInfo;
|
|
3080
|
-
timeChangeUsername: Date;
|
|
3081
|
-
oldFullname: string;
|
|
3082
|
-
newFullname: string;
|
|
3083
|
-
statusChangeFullname: EStatusChangeInfo;
|
|
3084
|
-
timeChangeFullname: Date;
|
|
3085
|
-
oldEmail: string;
|
|
3086
|
-
newEmail: string;
|
|
3087
|
-
statusChangeEmail: EStatusChangeInfo;
|
|
3088
|
-
timeChangeEmail: Date;
|
|
3089
|
-
old2FA: string;
|
|
3090
|
-
new2FA: string;
|
|
3091
|
-
statusChange2fa: EStatusChangeInfo;
|
|
3092
|
-
timeChange2FA: Date;
|
|
3093
|
-
oldPassword: string;
|
|
3094
|
-
newPassword: string;
|
|
3095
|
-
statusChangePassword: EStatusChangeInfo;
|
|
3096
|
-
timeChangePassword: Date;
|
|
3097
|
-
bioContent: string;
|
|
3098
|
-
statusChangeBioContent: EStatusChangeInfo;
|
|
3099
|
-
timeChangeBioContent: Date;
|
|
3100
|
-
listBioLink: string[];
|
|
3101
|
-
statusChangeBioLink: EStatusChangeInfo;
|
|
3102
|
-
timeChangeBioLink: Date;
|
|
3103
|
-
email: string;
|
|
3104
|
-
emailPassword: string;
|
|
3105
|
-
email2FA: string;
|
|
3106
|
-
emailRecover: string;
|
|
3107
|
-
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
3108
|
-
timeLoginEmail: Date;
|
|
3109
|
-
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
3110
|
-
timeChangeTypeAccountSetting: Date;
|
|
3111
|
-
statusAccountSetting: EStatusAccountSocialSetting;
|
|
3112
|
-
timeChangeAccountSetting: Date;
|
|
3113
|
-
statusConnectDevice: EStatusDeviceConnect;
|
|
3114
|
-
noteConnectDevice: string;
|
|
3115
|
-
note: string;
|
|
3116
|
-
timeLastUsed: Date;
|
|
3117
|
-
lastUserUsed: string | IUser;
|
|
3118
|
-
}
|
|
3119
|
-
|
|
3120
3075
|
interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
3121
3076
|
sheetName: string;
|
|
3122
3077
|
sheetUrl: string;
|
|
@@ -3354,7 +3309,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3354
3309
|
}
|
|
3355
3310
|
|
|
3356
3311
|
interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3357
|
-
account:
|
|
3312
|
+
account: IInstagramAccountRun | string;
|
|
3358
3313
|
listUserBlock: string[];
|
|
3359
3314
|
listUserRestrict: string[];
|
|
3360
3315
|
listUserHidden: string[];
|
|
@@ -3362,7 +3317,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
3362
3317
|
}
|
|
3363
3318
|
|
|
3364
3319
|
interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3365
|
-
account:
|
|
3320
|
+
account: IInstagramAccountRun | string;
|
|
3366
3321
|
typeView: string;
|
|
3367
3322
|
numberLike: number;
|
|
3368
3323
|
minutesExecute: number;
|
|
@@ -3374,7 +3329,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
3374
3329
|
interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3375
3330
|
sheetName: string;
|
|
3376
3331
|
sheetUrl: string;
|
|
3377
|
-
account:
|
|
3332
|
+
account: IInstagramAccountRun | string;
|
|
3378
3333
|
statusDetail: string;
|
|
3379
3334
|
follower: number;
|
|
3380
3335
|
following: number;
|
|
@@ -3384,7 +3339,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
3384
3339
|
}
|
|
3385
3340
|
|
|
3386
3341
|
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3387
|
-
account:
|
|
3342
|
+
account: IInstagramAccountRun | string;
|
|
3388
3343
|
numberLike: number;
|
|
3389
3344
|
minutesExecute: number;
|
|
3390
3345
|
isLike: boolean;
|
|
@@ -3395,7 +3350,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
3395
3350
|
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3396
3351
|
sheetName: string;
|
|
3397
3352
|
sheetUrl: string;
|
|
3398
|
-
account:
|
|
3353
|
+
account: IInstagramAccountRun | string;
|
|
3399
3354
|
content: string;
|
|
3400
3355
|
userLink: string;
|
|
3401
3356
|
linkPost: string;
|
|
@@ -3407,7 +3362,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
3407
3362
|
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3408
3363
|
sheetName: string;
|
|
3409
3364
|
sheetUrl: string;
|
|
3410
|
-
account:
|
|
3365
|
+
account: IInstagramAccountRun | string;
|
|
3411
3366
|
statusDetail: string;
|
|
3412
3367
|
receiverName: string;
|
|
3413
3368
|
messageReply: string;
|
|
@@ -3415,7 +3370,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
3415
3370
|
}
|
|
3416
3371
|
|
|
3417
3372
|
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3418
|
-
account:
|
|
3373
|
+
account: IInstagramAccountRun | string;
|
|
3419
3374
|
numberLike: number;
|
|
3420
3375
|
minutesExecute: number;
|
|
3421
3376
|
numberUsersSentMess: number;
|
|
@@ -3731,8 +3686,8 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3731
3686
|
interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
3732
3687
|
sheetUrl: string;
|
|
3733
3688
|
sheetName: string;
|
|
3734
|
-
typeSocial: ETypeSocial;
|
|
3735
3689
|
account: string | IInstagramAccountRun;
|
|
3690
|
+
typeSocial: ETypeSocial;
|
|
3736
3691
|
deviceKey: string;
|
|
3737
3692
|
minuteWaiting: number;
|
|
3738
3693
|
isTimeUS: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -2482,47 +2482,18 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
2482
2482
|
}
|
|
2483
2483
|
|
|
2484
2484
|
interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
accountDeviceType: string;
|
|
2489
|
-
accountDeviceName: string;
|
|
2490
|
-
idea: string | IManagerWork;
|
|
2491
|
-
niche: string | IManagerWork;
|
|
2492
|
-
type: ETypeManagerWorkClassify;
|
|
2493
|
-
pc: IPC | string;
|
|
2494
|
-
deviceKey: string;
|
|
2495
|
-
device: IDevice | string;
|
|
2496
|
-
group: IAccountSocialGroup | string;
|
|
2485
|
+
sheetUrl: string;
|
|
2486
|
+
sheetName: string;
|
|
2487
|
+
account: string | IThreadsAccountRaw;
|
|
2497
2488
|
statusSyncAccount?: EStatusAccountSocialSync;
|
|
2498
|
-
timeSyncAccount?: Date;
|
|
2499
|
-
accountSocialSync?: IThreadsAccountRun;
|
|
2500
|
-
email?: string;
|
|
2501
|
-
emailPassword?: string;
|
|
2502
|
-
email2FA?: string;
|
|
2503
|
-
emailRecover?: string;
|
|
2504
|
-
accountRaw: string | IThreadsAccountRaw;
|
|
2505
|
-
accountRun: string | IThreadsAccountRun;
|
|
2506
2489
|
timeAction: Date;
|
|
2507
2490
|
note: string;
|
|
2508
2491
|
}
|
|
2509
2492
|
|
|
2510
2493
|
interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
2511
|
-
accountID: string;
|
|
2512
|
-
accountUsername: string;
|
|
2513
|
-
accountEmail: string;
|
|
2514
|
-
accountDeviceType: string;
|
|
2515
|
-
accountDeviceName: string;
|
|
2516
|
-
idea: string | IManagerWork;
|
|
2517
|
-
niche: string | IManagerWork;
|
|
2518
|
-
type: ETypeManagerWorkClassify;
|
|
2519
|
-
pc: IPC | string;
|
|
2520
|
-
deviceKey: string;
|
|
2521
|
-
device: IDevice | string;
|
|
2522
|
-
group: IAccountSocialGroup | string;
|
|
2523
|
-
typeSocial: ETypeSocial;
|
|
2524
2494
|
sheetUrl: string;
|
|
2525
2495
|
sheetName: string;
|
|
2496
|
+
account: string | IThreadsAccountRaw;
|
|
2526
2497
|
timeImport: Date;
|
|
2527
2498
|
statusImport: EStatusAccountSocialImport;
|
|
2528
2499
|
noteImport: string;
|
|
@@ -2532,8 +2503,6 @@ interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2532
2503
|
originalFullname: string;
|
|
2533
2504
|
originalPassword: string;
|
|
2534
2505
|
originalCode2FA: string;
|
|
2535
|
-
accountRaw: string | IThreadsAccountRaw;
|
|
2536
|
-
accountRun: string | IThreadsAccountRun;
|
|
2537
2506
|
timeAction: Date;
|
|
2538
2507
|
note: string;
|
|
2539
2508
|
}
|
|
@@ -2594,21 +2563,9 @@ interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2594
2563
|
}
|
|
2595
2564
|
|
|
2596
2565
|
interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
2597
|
-
|
|
2598
|
-
accountUsername: string;
|
|
2599
|
-
accountEmail: string;
|
|
2600
|
-
accountDeviceType: string;
|
|
2601
|
-
accountDeviceName: string;
|
|
2602
|
-
idea: string | IManagerWork;
|
|
2603
|
-
niche: string | IManagerWork;
|
|
2604
|
-
type: ETypeManagerWorkClassify;
|
|
2605
|
-
pc: IPC | string;
|
|
2606
|
-
deviceKey: string;
|
|
2607
|
-
device: IDevice | string;
|
|
2566
|
+
account: string | IThreadsAccountRaw;
|
|
2608
2567
|
oldGroup: IAccountSocialGroup | string;
|
|
2609
2568
|
newGroup: IAccountSocialGroup | string;
|
|
2610
|
-
accountRaw: string | IThreadsAccountRaw;
|
|
2611
|
-
accountRun: string | IThreadsAccountRun;
|
|
2612
2569
|
timeAction: Date;
|
|
2613
2570
|
note: string;
|
|
2614
2571
|
}
|
|
@@ -2964,10 +2921,81 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2964
2921
|
lastUserUsed: string | IUser;
|
|
2965
2922
|
}
|
|
2966
2923
|
|
|
2967
|
-
interface
|
|
2924
|
+
interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
|
2925
|
+
typeSocial: ETypeSocial;
|
|
2968
2926
|
sheetUrl: string;
|
|
2969
2927
|
sheetName: string;
|
|
2970
|
-
|
|
2928
|
+
group: IAccountSocialGroup | string;
|
|
2929
|
+
accountID: string;
|
|
2930
|
+
nameAppCloneSocial: string;
|
|
2931
|
+
accountDeviceTypeAppClone: string;
|
|
2932
|
+
accountDeviceNameAppClone: string;
|
|
2933
|
+
idea: string | IManagerWork;
|
|
2934
|
+
niche: string | IManagerWork;
|
|
2935
|
+
pc: IPC | string;
|
|
2936
|
+
deviceKey: string;
|
|
2937
|
+
device: IDevice | string;
|
|
2938
|
+
timeImport: Date;
|
|
2939
|
+
statusImport: EStatusAccountSocialImport;
|
|
2940
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
2941
|
+
timeSyncAccount: Date;
|
|
2942
|
+
accountSocialSync: string | IInstagramAccountRun;
|
|
2943
|
+
noteImport: string;
|
|
2944
|
+
timeLogin: Date;
|
|
2945
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2946
|
+
promptAvatar: string;
|
|
2947
|
+
avatar: string | IFile;
|
|
2948
|
+
statusChangeAvatar: EStatusChangeInfo;
|
|
2949
|
+
timeChangeAvatar: Date;
|
|
2950
|
+
promptCover: string;
|
|
2951
|
+
cover: string | IFile;
|
|
2952
|
+
statusChangeCover: EStatusChangeInfo;
|
|
2953
|
+
timeChangeCover: Date;
|
|
2954
|
+
oldUsername: string;
|
|
2955
|
+
newUsername: string;
|
|
2956
|
+
statusChangeUsername: EStatusChangeInfo;
|
|
2957
|
+
timeChangeUsername: Date;
|
|
2958
|
+
oldFullname: string;
|
|
2959
|
+
newFullname: string;
|
|
2960
|
+
statusChangeFullname: EStatusChangeInfo;
|
|
2961
|
+
timeChangeFullname: Date;
|
|
2962
|
+
oldEmail: string;
|
|
2963
|
+
newEmail: string;
|
|
2964
|
+
statusChangeEmail: EStatusChangeInfo;
|
|
2965
|
+
timeChangeEmail: Date;
|
|
2966
|
+
old2FA: string;
|
|
2967
|
+
new2FA: string;
|
|
2968
|
+
statusChange2fa: EStatusChangeInfo;
|
|
2969
|
+
timeChange2FA: Date;
|
|
2970
|
+
oldPassword: string;
|
|
2971
|
+
newPassword: string;
|
|
2972
|
+
statusChangePassword: EStatusChangeInfo;
|
|
2973
|
+
timeChangePassword: Date;
|
|
2974
|
+
bioContent: string;
|
|
2975
|
+
statusChangeBioContent: EStatusChangeInfo;
|
|
2976
|
+
timeChangeBioContent: Date;
|
|
2977
|
+
listBioLink: string[];
|
|
2978
|
+
statusChangeBioLink: EStatusChangeInfo;
|
|
2979
|
+
timeChangeBioLink: Date;
|
|
2980
|
+
email: string;
|
|
2981
|
+
emailPassword: string;
|
|
2982
|
+
email2FA: string;
|
|
2983
|
+
emailRecover: string;
|
|
2984
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
2985
|
+
timeLoginEmail: Date;
|
|
2986
|
+
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
2987
|
+
timeChangeTypeAccountSetting: Date;
|
|
2988
|
+
statusAccountSetting: EStatusAccountSocialSetting;
|
|
2989
|
+
timeChangeAccountSetting: Date;
|
|
2990
|
+
statusConnectDevice: EStatusDeviceConnect;
|
|
2991
|
+
noteConnectDevice: string;
|
|
2992
|
+
note: string;
|
|
2993
|
+
timeLastUsed: Date;
|
|
2994
|
+
lastUserUsed: string | IUser;
|
|
2995
|
+
}
|
|
2996
|
+
|
|
2997
|
+
interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
2998
|
+
account: string | IInstagramAccountRaw;
|
|
2971
2999
|
oldGroup: IAccountSocialGroup | string;
|
|
2972
3000
|
newGroup: IAccountSocialGroup | string;
|
|
2973
3001
|
timeAction: Date;
|
|
@@ -2977,7 +3005,7 @@ interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2977
3005
|
interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
2978
3006
|
sheetUrl: string;
|
|
2979
3007
|
sheetName: string;
|
|
2980
|
-
account: string |
|
|
3008
|
+
account: string | IInstagramAccountRaw;
|
|
2981
3009
|
statusSyncAccount?: EStatusAccountSocialSync;
|
|
2982
3010
|
timeAction: Date;
|
|
2983
3011
|
note: string;
|
|
@@ -2986,7 +3014,7 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2986
3014
|
interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
2987
3015
|
sheetUrl: string;
|
|
2988
3016
|
sheetName: string;
|
|
2989
|
-
account: string |
|
|
3017
|
+
account: string | IInstagramAccountRaw;
|
|
2990
3018
|
timeImport: Date;
|
|
2991
3019
|
statusImport: EStatusAccountSocialImport;
|
|
2992
3020
|
noteImport: string;
|
|
@@ -3001,7 +3029,7 @@ interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3001
3029
|
}
|
|
3002
3030
|
|
|
3003
3031
|
interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
3004
|
-
account: string |
|
|
3032
|
+
account: string | IInstagramAccountRaw;
|
|
3005
3033
|
changeType: 'AVATAR' | 'COVER' | 'USERNAME' | 'FULLNAME' | 'EMAIL' | 'PASSWORD' | '2FA' | 'BIO' | 'ACCOUNT_SETTING';
|
|
3006
3034
|
promptAvatar?: string;
|
|
3007
3035
|
oldAvatar?: string | IFile;
|
|
@@ -3044,79 +3072,6 @@ interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3044
3072
|
note: string;
|
|
3045
3073
|
}
|
|
3046
3074
|
|
|
3047
|
-
interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
|
3048
|
-
typeSocial: ETypeSocial;
|
|
3049
|
-
sheetUrl: string;
|
|
3050
|
-
sheetName: string;
|
|
3051
|
-
group: IAccountSocialGroup | string;
|
|
3052
|
-
accountID: string;
|
|
3053
|
-
nameAppCloneSocial: string;
|
|
3054
|
-
accountDeviceTypeAppClone: string;
|
|
3055
|
-
accountDeviceNameAppClone: string;
|
|
3056
|
-
idea: string | IManagerWork;
|
|
3057
|
-
niche: string | IManagerWork;
|
|
3058
|
-
pc: IPC | string;
|
|
3059
|
-
deviceKey: string;
|
|
3060
|
-
device: IDevice | string;
|
|
3061
|
-
timeImport: Date;
|
|
3062
|
-
statusImport: EStatusAccountSocialImport;
|
|
3063
|
-
statusSyncAccount: EStatusAccountSocialSync;
|
|
3064
|
-
timeSyncAccount: Date;
|
|
3065
|
-
accountSocialSync: string | IInstagramAccountRun;
|
|
3066
|
-
noteImport: string;
|
|
3067
|
-
timeLogin: Date;
|
|
3068
|
-
statusLogin: EStatusAccountSocialLogin;
|
|
3069
|
-
promptAvatar: string;
|
|
3070
|
-
avatar: string | IFile;
|
|
3071
|
-
statusChangeAvatar: EStatusChangeInfo;
|
|
3072
|
-
timeChangeAvatar: Date;
|
|
3073
|
-
promptCover: string;
|
|
3074
|
-
cover: string | IFile;
|
|
3075
|
-
statusChangeCover: EStatusChangeInfo;
|
|
3076
|
-
timeChangeCover: Date;
|
|
3077
|
-
oldUsername: string;
|
|
3078
|
-
newUsername: string;
|
|
3079
|
-
statusChangeUsername: EStatusChangeInfo;
|
|
3080
|
-
timeChangeUsername: Date;
|
|
3081
|
-
oldFullname: string;
|
|
3082
|
-
newFullname: string;
|
|
3083
|
-
statusChangeFullname: EStatusChangeInfo;
|
|
3084
|
-
timeChangeFullname: Date;
|
|
3085
|
-
oldEmail: string;
|
|
3086
|
-
newEmail: string;
|
|
3087
|
-
statusChangeEmail: EStatusChangeInfo;
|
|
3088
|
-
timeChangeEmail: Date;
|
|
3089
|
-
old2FA: string;
|
|
3090
|
-
new2FA: string;
|
|
3091
|
-
statusChange2fa: EStatusChangeInfo;
|
|
3092
|
-
timeChange2FA: Date;
|
|
3093
|
-
oldPassword: string;
|
|
3094
|
-
newPassword: string;
|
|
3095
|
-
statusChangePassword: EStatusChangeInfo;
|
|
3096
|
-
timeChangePassword: Date;
|
|
3097
|
-
bioContent: string;
|
|
3098
|
-
statusChangeBioContent: EStatusChangeInfo;
|
|
3099
|
-
timeChangeBioContent: Date;
|
|
3100
|
-
listBioLink: string[];
|
|
3101
|
-
statusChangeBioLink: EStatusChangeInfo;
|
|
3102
|
-
timeChangeBioLink: Date;
|
|
3103
|
-
email: string;
|
|
3104
|
-
emailPassword: string;
|
|
3105
|
-
email2FA: string;
|
|
3106
|
-
emailRecover: string;
|
|
3107
|
-
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
3108
|
-
timeLoginEmail: Date;
|
|
3109
|
-
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
3110
|
-
timeChangeTypeAccountSetting: Date;
|
|
3111
|
-
statusAccountSetting: EStatusAccountSocialSetting;
|
|
3112
|
-
timeChangeAccountSetting: Date;
|
|
3113
|
-
statusConnectDevice: EStatusDeviceConnect;
|
|
3114
|
-
noteConnectDevice: string;
|
|
3115
|
-
note: string;
|
|
3116
|
-
timeLastUsed: Date;
|
|
3117
|
-
lastUserUsed: string | IUser;
|
|
3118
|
-
}
|
|
3119
|
-
|
|
3120
3075
|
interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
3121
3076
|
sheetName: string;
|
|
3122
3077
|
sheetUrl: string;
|
|
@@ -3354,7 +3309,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3354
3309
|
}
|
|
3355
3310
|
|
|
3356
3311
|
interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3357
|
-
account:
|
|
3312
|
+
account: IInstagramAccountRun | string;
|
|
3358
3313
|
listUserBlock: string[];
|
|
3359
3314
|
listUserRestrict: string[];
|
|
3360
3315
|
listUserHidden: string[];
|
|
@@ -3362,7 +3317,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
3362
3317
|
}
|
|
3363
3318
|
|
|
3364
3319
|
interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3365
|
-
account:
|
|
3320
|
+
account: IInstagramAccountRun | string;
|
|
3366
3321
|
typeView: string;
|
|
3367
3322
|
numberLike: number;
|
|
3368
3323
|
minutesExecute: number;
|
|
@@ -3374,7 +3329,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
3374
3329
|
interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3375
3330
|
sheetName: string;
|
|
3376
3331
|
sheetUrl: string;
|
|
3377
|
-
account:
|
|
3332
|
+
account: IInstagramAccountRun | string;
|
|
3378
3333
|
statusDetail: string;
|
|
3379
3334
|
follower: number;
|
|
3380
3335
|
following: number;
|
|
@@ -3384,7 +3339,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
3384
3339
|
}
|
|
3385
3340
|
|
|
3386
3341
|
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3387
|
-
account:
|
|
3342
|
+
account: IInstagramAccountRun | string;
|
|
3388
3343
|
numberLike: number;
|
|
3389
3344
|
minutesExecute: number;
|
|
3390
3345
|
isLike: boolean;
|
|
@@ -3395,7 +3350,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
3395
3350
|
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3396
3351
|
sheetName: string;
|
|
3397
3352
|
sheetUrl: string;
|
|
3398
|
-
account:
|
|
3353
|
+
account: IInstagramAccountRun | string;
|
|
3399
3354
|
content: string;
|
|
3400
3355
|
userLink: string;
|
|
3401
3356
|
linkPost: string;
|
|
@@ -3407,7 +3362,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
3407
3362
|
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3408
3363
|
sheetName: string;
|
|
3409
3364
|
sheetUrl: string;
|
|
3410
|
-
account:
|
|
3365
|
+
account: IInstagramAccountRun | string;
|
|
3411
3366
|
statusDetail: string;
|
|
3412
3367
|
receiverName: string;
|
|
3413
3368
|
messageReply: string;
|
|
@@ -3415,7 +3370,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
3415
3370
|
}
|
|
3416
3371
|
|
|
3417
3372
|
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
3418
|
-
account:
|
|
3373
|
+
account: IInstagramAccountRun | string;
|
|
3419
3374
|
numberLike: number;
|
|
3420
3375
|
minutesExecute: number;
|
|
3421
3376
|
numberUsersSentMess: number;
|
|
@@ -3731,8 +3686,8 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3731
3686
|
interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
3732
3687
|
sheetUrl: string;
|
|
3733
3688
|
sheetName: string;
|
|
3734
|
-
typeSocial: ETypeSocial;
|
|
3735
3689
|
account: string | IInstagramAccountRun;
|
|
3690
|
+
typeSocial: ETypeSocial;
|
|
3736
3691
|
deviceKey: string;
|
|
3737
3692
|
minuteWaiting: number;
|
|
3738
3693
|
isTimeUS: boolean;
|