automation-lib 5.1.318 → 5.1.320
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 -126
- package/dist/index.d.ts +81 -126
- 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;
|
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;
|